|
|
|
1 | 2024-05-15T05:14:10.902Z | job assigned to worker 01HXXAPANV5ATQJKSYD2VD2J9F (queued for 1 m 5 s) |
|
2 | 2024-05-15T05:14:18.650Z | starting task 0: "setup" |
3 | 2024-05-15T05:14:18.707Z | ++ uname -s |
4 | 2024-05-15T05:14:18.721Z | + kern=SunOS |
5 | 2024-05-15T05:14:18.721Z | + case "$kern" in |
6 | 2024-05-15T05:14:18.721Z | + groupadd -g 12345 build |
7 | 2024-05-15T05:14:18.721Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-15T05:14:20.729Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-15T05:14:20.828Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-15T05:14:21.298Z | + home_fs=zfs |
11 | 2024-05-15T05:14:21.298Z | + [[ zfs == autofs ]] |
12 | 2024-05-15T05:14:21.298Z | + mkdir -p /home/build |
13 | 2024-05-15T05:14:21.298Z | + chown build:build /home/build /work |
14 | 2024-05-15T05:14:22.843Z | + chmod 0700 /home/build /work |
15 | 2024-05-15T05:14:22.872Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2024-05-15T05:14:22.913Z | starting task 1: "rust-toolchain" |
17 | 2024-05-15T05:14:22.940Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-15T05:14:22.941Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-15T05:14:23.412Z | info: downloading installer |
20 | 2024-05-15T05:14:24.957Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-15T05:14:24.958Z | warning: /opt/ooce/bin |
22 | 2024-05-15T05:14:24.958Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-15T05:14:24.958Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-15T05:14:24.958Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-15T05:14:24.958Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-15T05:14:24.958Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-15T05:14:24.958Z | error: cannot install while Rust is installed |
28 | 2024-05-15T05:14:24.959Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-15T05:14:25.041Z | info: profile set to 'default' |
30 | 2024-05-15T05:14:25.041Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-15T05:14:25.059Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-15T05:14:25.206Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-15T05:14:25.206Z | info: downloading component 'cargo' |
34 | 2024-05-15T05:14:26.636Z | info: downloading component 'clippy' |
35 | 2024-05-15T05:14:26.649Z | info: downloading component 'rust-docs' |
36 | 2024-05-15T05:14:27.664Z | info: downloading component 'rust-std' |
37 | 2024-05-15T05:14:29.782Z | info: downloading component 'rustc' |
38 | 2024-05-15T05:14:35.123Z | info: downloading component 'rustfmt' |
39 | 2024-05-15T05:14:35.516Z | info: installing component 'cargo' |
40 | 2024-05-15T05:14:36.387Z | info: installing component 'clippy' |
41 | 2024-05-15T05:14:36.814Z | info: installing component 'rust-docs' |
42 | 2024-05-15T05:14:38.198Z | info: installing component 'rust-std' |
43 | 2024-05-15T05:14:40.360Z | info: installing component 'rustc' |
44 | 2024-05-15T05:14:44.557Z | info: installing component 'rustfmt' |
45 | 2024-05-15T05:14:44.568Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-15T05:14:44.569Z | |
47 | 2024-05-15T05:14:44.809Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-15T05:14:44.810Z | |
49 | 2024-05-15T05:14:44.847Z | |
50 | 2024-05-15T05:14:44.848Z | Rust is installed now. Great! |
51 | 2024-05-15T05:14:44.848Z | |
52 | 2024-05-15T05:14:44.848Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-15T05:14:44.848Z | environment variable. This has not been done automatically. |
54 | 2024-05-15T05:14:44.848Z | |
55 | 2024-05-15T05:14:44.849Z | To configure your current shell, you need to source |
56 | 2024-05-15T05:14:44.849Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-15T05:14:44.849Z | |
58 | 2024-05-15T05:14:44.849Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-15T05:14:44.849Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-15T05:14:44.849Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-15T05:14:44.941Z | + rustc --version |
62 | 2024-05-15T05:14:45.031Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-15T05:14:45.102Z | process exited: duration 22094 ms, exit code 0 |
|
64 | 2024-05-15T05:14:45.252Z | starting task 2: "authentication" |
65 | 2024-05-15T05:14:45.614Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-15T05:15:49.686Z | process exited: duration 64480 ms, exit code 0 |
|
67 | 2024-05-15T05:15:50.130Z | starting task 3: "clone repository" |
68 | 2024-05-15T05:15:50.613Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-15T05:15:50.614Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-15T05:15:50.614Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-15T05:15:55.882Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-15T05:15:55.883Z | + git fetch origin 4f7e84bc28234417a0dbf813636438ae097d1397 |
73 | 2024-05-15T05:15:56.199Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-15T05:15:56.200Z | * branch 4f7e84bc28234417a0dbf813636438ae097d1397 -> FETCH_HEAD |
75 | 2024-05-15T05:15:56.664Z | + [[ -n '' ]] |
76 | 2024-05-15T05:15:56.665Z | + git reset --hard 4f7e84bc28234417a0dbf813636438ae097d1397 |
77 | 2024-05-15T05:15:56.683Z | HEAD is now at 4f7e84bc2 Update Rust crate serde_json to 1.0.117 |
78 | 2024-05-15T05:15:56.683Z | process exited: duration 6617 ms, exit code 0 |
|
79 | 2024-05-15T05:15:56.745Z | starting task 4: "build" |
80 | 2024-05-15T05:15:56.772Z | + cargo --version |
81 | 2024-05-15T05:15:56.772Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
82 | 2024-05-15T05:15:56.933Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
83 | 2024-05-15T05:15:56.933Z | info: downloading component 'cargo' |
84 | 2024-05-15T05:15:57.622Z | info: downloading component 'clippy' |
85 | 2024-05-15T05:15:57.815Z | info: downloading component 'rust-docs' |
86 | 2024-05-15T05:15:59.320Z | info: downloading component 'rust-std' |
87 | 2024-05-15T05:16:00.241Z | info: downloading component 'rustc' |
88 | 2024-05-15T05:16:03.737Z | info: downloading component 'rustfmt' |
89 | 2024-05-15T05:16:03.944Z | info: installing component 'cargo' |
90 | 2024-05-15T05:16:04.777Z | info: installing component 'clippy' |
91 | 2024-05-15T05:16:05.108Z | info: installing component 'rust-docs' |
92 | 2024-05-15T05:16:06.558Z | info: installing component 'rust-std' |
93 | 2024-05-15T05:16:08.232Z | info: installing component 'rustc' |
94 | 2024-05-15T05:16:13.491Z | info: installing component 'rustfmt' |
95 | 2024-05-15T05:16:13.534Z | cargo 1.77.2 (e52e36006 2024-03-26) |
96 | 2024-05-15T05:16:13.534Z | + rustc --version |
97 | 2024-05-15T05:16:13.534Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
98 | 2024-05-15T05:16:13.534Z | + source ./env.sh |
99 | 2024-05-15T05:16:13.535Z | ++ set -o xtrace |
100 | 2024-05-15T05:16:13.535Z | ++++ dirname ./env.sh |
101 | 2024-05-15T05:16:13.535Z | +++ readlink -f . |
102 | 2024-05-15T05:16:13.535Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
103 | 2024-05-15T05:16:13.535Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-05-15T05:16:13.536Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2024-05-15T05:16:13.536Z | ++ 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 |
106 | 2024-05-15T05:16:13.536Z | ++ 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 |
107 | 2024-05-15T05:16:13.536Z | ++ 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 |
108 | 2024-05-15T05:16:13.536Z | ++ 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 |
109 | 2024-05-15T05:16:13.536Z | ++ 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 |
110 | 2024-05-15T05:16:13.539Z | ++ 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 |
111 | 2024-05-15T05:16:13.540Z | ++ unset OMICRON_WS |
112 | 2024-05-15T05:16:13.541Z | ++ set +o xtrace |
113 | 2024-05-15T05:16:13.542Z | |
114 | 2024-05-15T05:16:13.542Z | ##### ##### ###### ##### ###### #### # # # #### # |
115 | 2024-05-15T05:16:13.542Z | # # # # # # # # # # # # # # # |
116 | 2024-05-15T05:16:13.543Z | # # # # ##### # # ##### # # # # # #### # |
117 | 2024-05-15T05:16:13.543Z | ##### ##### # ##### # # # # # # # # # |
118 | 2024-05-15T05:16:13.544Z | # # # # # # # # # # # # # # # |
119 | 2024-05-15T05:16:13.544Z | # # # ###### # # ###### ### # #### # #### # |
120 | 2024-05-15T05:16:13.545Z | |
121 | 2024-05-15T05:16:22.245Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2024-05-15T05:16:24.122Z | Startup: Caching catalogs ... Done |
123 | 2024-05-15T05:16:25.804Z | Planning: Solver setup ... Done (1.150s) |
124 | 2024-05-15T05:16:26.288Z | Planning: Running solver ... Done (0.023s) |
125 | 2024-05-15T05:16:26.288Z | Planning: Finding local manifests ... Done (0.003s) |
126 | 2024-05-15T05:16:26.288Z | Planning: Fetching manifests: 0/4 0% complete |
127 | 2024-05-15T05:16:27.110Z | Planning: Fetching manifests: 4/4 100% complete |
128 | 2024-05-15T05:16:27.571Z | Planning: Package planning ... Done (0.050s) |
129 | 2024-05-15T05:16:27.586Z | Planning: Merging actions ... Done (0.052s) |
130 | 2024-05-15T05:16:27.900Z | Planning: Checking for conflicting actions ... Done (0.680s) |
131 | 2024-05-15T05:16:27.917Z | Planning: Consolidating action changes ... Done (0.011s) |
132 | 2024-05-15T05:16:31.375Z | Planning: Evaluating mediators ... Done (3.453s) |
133 | 2024-05-15T05:16:31.406Z | Planning: Planning completed in 7.19 seconds |
134 | 2024-05-15T05:16:31.754Z | Packages to install: 4 |
135 | 2024-05-15T05:16:31.754Z | Mediators to change: 2 |
136 | 2024-05-15T05:16:31.754Z | Services to change: 1 |
137 | 2024-05-15T05:16:31.765Z | Estimated space available: 155.31 GB |
138 | 2024-05-15T05:16:31.765Z | Estimated space to be consumed: 1.45 GB |
139 | 2024-05-15T05:16:31.765Z | Create boot environment: No |
140 | 2024-05-15T05:16:31.765Z | Create backup boot environment: No |
141 | 2024-05-15T05:16:31.765Z | Rebuild boot archive: No |
142 | 2024-05-15T05:16:31.765Z | |
143 | 2024-05-15T05:16:31.765Z | Changed mediators: |
144 | 2024-05-15T05:16:31.765Z | mediator clang: |
145 | 2024-05-15T05:16:31.766Z | version: None -> 15 (system default) |
146 | 2024-05-15T05:16:31.766Z | |
147 | 2024-05-15T05:16:31.766Z | mediator llvm: |
148 | 2024-05-15T05:16:31.766Z | version: 14 (system default) -> 15 (system default) |
149 | 2024-05-15T05:16:31.767Z | |
150 | 2024-05-15T05:16:31.767Z | Changed packages: |
151 | 2024-05-15T05:16:31.767Z | helios-dev |
152 | 2024-05-15T05:16:31.767Z | developer/build-essential |
153 | 2024-05-15T05:16:31.767Z | None -> 11-2.0 |
154 | 2024-05-15T05:16:31.767Z | library/libxmlsec1 |
155 | 2024-05-15T05:16:31.767Z | None -> 1.2.35-2.0 |
156 | 2024-05-15T05:16:31.768Z | ooce/developer/clang-15 |
157 | 2024-05-15T05:16:31.768Z | None -> 15.0.7-2.0 |
158 | 2024-05-15T05:16:31.768Z | ooce/developer/llvm-15 |
159 | 2024-05-15T05:16:31.768Z | None -> 15.0.7-2.0 |
160 | 2024-05-15T05:16:31.768Z | |
161 | 2024-05-15T05:16:31.769Z | Services: |
162 | 2024-05-15T05:16:31.769Z | restart_fmri: |
163 | 2024-05-15T05:16:31.769Z | svc:/system/update-man-index:default |
164 | 2024-05-15T05:16:31.884Z | |
165 | 2024-05-15T05:16:31.884Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
166 | 2024-05-15T05:16:37.316Z | Download: 490/3290 items 14.6/212.6MB 6% complete (2.9M/s) |
167 | 2024-05-15T05:16:41.907Z | Download: 1137/3290 items 56.5/212.6MB 26% complete (5.6M/s) |
168 | 2024-05-15T05:16:46.913Z | Download: 1645/3290 items 117.9/212.6MB 55% complete (10.8M/s) |
169 | 2024-05-15T05:16:51.953Z | Download: 2040/3290 items 118.7/212.6MB 55% complete (7.6M/s) |
170 | 2024-05-15T05:16:57.483Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (961k/s) |
171 | 2024-05-15T05:17:02.491Z | Download: 2419/3290 items 120.1/212.6MB 56% complete (126k/s) |
172 | 2024-05-15T05:17:07.505Z | Download: 2710/3290 items 120.8/212.6MB 56% complete (161k/s) |
173 | 2024-05-15T05:17:12.597Z | Download: 2908/3290 items 121.2/212.6MB 56% complete (114k/s) |
174 | 2024-05-15T05:17:17.606Z | Download: 3210/3290 items 193.6/212.6MB 91% complete (7.2M/s) |
175 | 2024-05-15T05:17:24.739Z | Download: 3243/3290 items 202.7/212.6MB 95% complete (8.2M/s) |
176 | 2024-05-15T05:17:30.146Z | Download: 3245/3290 items 202.8/212.6MB 95% complete (7.7M/s) |
177 | 2024-05-15T05:17:38.543Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (4.8M/s) |
178 | 2024-05-15T05:17:43.562Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (332B/s) |
179 | 2024-05-15T05:17:49.724Z | Download: 3284/3290 items 211.3/212.6MB 99% complete (1.1M/s) |
180 | 2024-05-15T05:17:56.210Z | Download: 3287/3290 items 211.5/212.6MB 99% complete (1.1M/s) |
181 | 2024-05-15T05:17:56.249Z | Download: Completed 212.60 MB in 84.35 seconds (2.5M/s) |
182 | 2024-05-15T05:17:56.512Z | Actions: 1/3689 actions (Installing new actions) |
183 | 2024-05-15T05:18:01.603Z | Actions: 3614/3689 actions (Installing new actions) |
184 | 2024-05-15T05:18:01.853Z | Actions: Completed 3689 actions in 5.05 seconds. |
185 | 2024-05-15T05:18:02.077Z | Done (0.222s) |
186 | 2024-05-15T05:18:02.078Z | Done (0.000s) |
187 | 2024-05-15T05:18:02.218Z | Done (0.298s) |
188 | 2024-05-15T05:18:07.644Z | Done (4.977s) |
189 | 2024-05-15T05:18:07.722Z | Done (0.139s) |
190 | 2024-05-15T05:18:07.722Z | Done (0.000s) |
191 | 2024-05-15T05:18:07.722Z | Done (0.000s) |
192 | 2024-05-15T05:18:08.164Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-05-15T05:18:08.316Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-05-15T05:18:17.952Z | Planning: Consolidating action changes ... Done |
195 | 2024-05-15T05:18:18.391Z | Planning: Evaluating mediators ... Done |
196 | 2024-05-15T05:18:18.391Z | Planning: Planning completed in 0.46 seconds |
197 | 2024-05-15T05:18:18.391Z | Mediators to change: 2 |
198 | 2024-05-15T05:18:18.392Z | Create boot environment: No |
199 | 2024-05-15T05:18:18.392Z | Create backup boot environment: No |
200 | 2024-05-15T05:18:18.392Z | Done |
201 | 2024-05-15T05:18:18.392Z | Done |
202 | 2024-05-15T05:18:18.962Z | Done |
203 | 2024-05-15T05:18:18.963Z | Done |
204 | 2024-05-15T05:18:18.963Z | Done |
205 | 2024-05-15T05:18:19.085Z | Done |
206 | 2024-05-15T05:18:19.085Z | Done |
207 | 2024-05-15T05:18:19.085Z | Planning: Evaluating mediator changes ... Done |
208 | 2024-05-15T05:18:19.086Z | Planning: Merging actions ... Done |
209 | 2024-05-15T05:18:19.086Z | Planning: Checking for conflicting actions ... Done |
210 | 2024-05-15T05:18:19.087Z | Planning: Consolidating action changes ... Done |
211 | 2024-05-15T05:18:19.087Z | Planning: Evaluating mediators ... Done |
212 | 2024-05-15T05:18:19.087Z | Planning: Planning completed in 0.78 seconds |
213 | 2024-05-15T05:18:19.087Z | Packages to change: 1 |
214 | 2024-05-15T05:18:19.087Z | Mediators to change: 1 |
215 | 2024-05-15T05:18:19.088Z | Services to change: 1 |
216 | 2024-05-15T05:18:19.088Z | Create boot environment: No |
217 | 2024-05-15T05:18:19.088Z | Create backup boot environment: Yes |
218 | 2024-05-15T05:18:19.089Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2024-05-15T05:18:19.089Z | Actions: Completed 6 actions in 0.04 seconds. |
220 | 2024-05-15T05:18:19.090Z | Done |
221 | 2024-05-15T05:18:19.090Z | Done |
222 | 2024-05-15T05:18:19.090Z | Done |
223 | 2024-05-15T05:18:19.787Z | Done |
224 | 2024-05-15T05:18:20.149Z | Done |
225 | 2024-05-15T05:18:20.150Z | Done |
226 | 2024-05-15T05:18:20.150Z | Done |
227 | 2024-05-15T05:18:20.728Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2024-05-15T05:18:20.728Z | clang system 15 system |
229 | 2024-05-15T05:18:20.728Z | csh system system illumos |
230 | 2024-05-15T05:18:20.728Z | ctags system system illumos |
231 | 2024-05-15T05:18:20.728Z | gcc vendor 12 vendor |
232 | 2024-05-15T05:18:20.728Z | gcc system 10 system |
233 | 2024-05-15T05:18:20.729Z | gcc system 7 system |
234 | 2024-05-15T05:18:20.729Z | go system 1.20 system |
235 | 2024-05-15T05:18:20.729Z | go system 1.19 system |
236 | 2024-05-15T05:18:20.729Z | llvm system 15 system |
237 | 2024-05-15T05:18:20.729Z | llvm system 14 system |
238 | 2024-05-15T05:18:20.729Z | mariadb system 10.6 system |
239 | 2024-05-15T05:18:20.729Z | mta vendor vendor dma |
240 | 2024-05-15T05:18:20.729Z | openjdk system 17 system |
241 | 2024-05-15T05:18:20.729Z | openjdk system 11 system |
242 | 2024-05-15T05:18:20.730Z | openjdk system 1.8 system |
243 | 2024-05-15T05:18:20.730Z | openssl vendor 3 vendor |
244 | 2024-05-15T05:18:20.730Z | perl system 5.36 system |
245 | 2024-05-15T05:18:20.730Z | postgresql system 15 system |
246 | 2024-05-15T05:18:20.731Z | postgresql system 13 system |
247 | 2024-05-15T05:18:20.731Z | python vendor 3 vendor |
248 | 2024-05-15T05:18:20.731Z | python system 2 system |
249 | 2024-05-15T05:18:20.731Z | python3 system 3.11 system |
250 | 2024-05-15T05:18:20.731Z | ruby system 3.0 system |
251 | 2024-05-15T05:18:20.731Z | words vendor vendor american-english |
252 | 2024-05-15T05:18:20.731Z | words system system australian-english |
253 | 2024-05-15T05:18:20.731Z | words system system british-english |
254 | 2024-05-15T05:18:20.732Z | words system system canadian-english |
255 | 2024-05-15T05:18:20.732Z | words system system french |
256 | 2024-05-15T05:18:20.732Z | words system system italian |
257 | 2024-05-15T05:18:20.732Z | words system system ngerman |
258 | 2024-05-15T05:18:20.732Z | words system system ogerman |
259 | 2024-05-15T05:18:20.732Z | words system system spanish |
260 | 2024-05-15T05:18:20.756Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2024-05-15T05:18:20.756Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2024-05-15T05:18:22.134Z | FMRI IFO |
263 | 2024-05-15T05:18:22.134Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2024-05-15T05:18:22.134Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2024-05-15T05:18:22.134Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2024-05-15T05:18:22.134Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2024-05-15T05:18:22.134Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2024-05-15T05:18:22.135Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-05-15T05:18:22.135Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
270 | 2024-05-15T05:18:22.135Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2024-05-15T05:18:22.135Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-05-15T05:18:22.136Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-05-15T05:18:22.136Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-05-15T05:18:22.136Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-05-15T05:18:22.353Z | + set -o errexit |
276 | 2024-05-15T05:18:22.858Z | +++ dirname ./tools/ci_download_cockroachdb |
277 | 2024-05-15T05:18:22.858Z | ++ cd ./tools |
278 | 2024-05-15T05:18:22.859Z | ++ pwd |
279 | 2024-05-15T05:18:22.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
280 | 2024-05-15T05:18:22.859Z | ++ basename ./tools/ci_download_cockroachdb |
281 | 2024-05-15T05:18:22.859Z | + ARG0=ci_download_cockroachdb |
282 | 2024-05-15T05:18:22.859Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
283 | 2024-05-15T05:18:22.860Z | + CIDL_VERSION=v22.1.9 |
284 | 2024-05-15T05:18:22.860Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
285 | 2024-05-15T05:18:22.860Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
286 | 2024-05-15T05:18:22.860Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
287 | 2024-05-15T05:18:22.860Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
288 | 2024-05-15T05:18:22.861Z | + TARGET_DIR=out |
289 | 2024-05-15T05:18:22.861Z | + DOWNLOAD_DIR=out/downloads |
290 | 2024-05-15T05:18:22.861Z | + DEST_DIR=./out/cockroachdb |
291 | 2024-05-15T05:18:22.861Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
292 | 2024-05-15T05:18:22.861Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
293 | 2024-05-15T05:18:22.861Z | + main |
294 | 2024-05-15T05:18:22.862Z | + [[ 0 != 0 ]] |
295 | 2024-05-15T05:18:22.862Z | + CIDL_OS=solaris2.11 |
296 | 2024-05-15T05:18:22.862Z | + [[ 0 != 0 ]] |
297 | 2024-05-15T05:18:22.862Z | + configure_os solaris2.11 |
298 | 2024-05-15T05:18:22.863Z | + echo 'current directory: /work/oxidecomputer/omicron' |
299 | 2024-05-15T05:18:22.863Z | current directory: /work/oxidecomputer/omicron |
300 | 2024-05-15T05:18:22.863Z | + echo 'configuring based on OS: "solaris2.11"' |
301 | 2024-05-15T05:18:22.863Z | + case "$1" in |
302 | 2024-05-15T05:18:22.864Z | + CIDL_BUILD=illumos |
303 | 2024-05-15T05:18:22.864Z | + CIDL_SUFFIX=tar.gz |
304 | 2024-05-15T05:18:22.864Z | configuring based on OS: "solaris2.11" |
305 | 2024-05-15T05:18:22.864Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-05-15T05:18:22.864Z | + CIDL_URL_BASE=https://illumos.org/downloads |
307 | 2024-05-15T05:18:22.865Z | + CIDL_ASSEMBLE=do_assemble_illumos |
308 | 2024-05-15T05:18:22.865Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
309 | 2024-05-15T05:18:22.865Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-05-15T05:18:22.865Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-05-15T05:18:22.865Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
312 | 2024-05-15T05:18:22.865Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-05-15T05:18:22.866Z | + CIDL_SHA256FUNC=do_sha256sum |
314 | 2024-05-15T05:18:22.866Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
315 | 2024-05-15T05:18:22.866Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-05-15T05:18:22.866Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
317 | 2024-05-15T05:18:22.867Z | + mkdir -p out/downloads |
318 | 2024-05-15T05:18:22.867Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-05-15T05:18:22.867Z | + mkdir -p ./out/cockroachdb |
320 | 2024-05-15T05:18:22.868Z | + local DO_DOWNLOAD=true |
321 | 2024-05-15T05:18:22.868Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
322 | 2024-05-15T05:18:22.868Z | + '[' true == true ']' |
323 | 2024-05-15T05:18:22.868Z | + echo Downloading... |
324 | 2024-05-15T05:18:22.868Z | Downloading... |
325 | 2024-05-15T05:18:22.869Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2024-05-15T05:18:22.869Z | + 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 |
327 | 2024-05-15T05:18:25.946Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
328 | 2024-05-15T05:18:26.069Z | ++ sha256sum |
329 | 2024-05-15T05:18:26.069Z | ++ awk '{print $1}' |
330 | 2024-05-15T05:18:26.556Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
331 | 2024-05-15T05:18:26.557Z | + [[ 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 ]] |
332 | 2024-05-15T05:18:26.557Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
333 | 2024-05-15T05:18:26.557Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
334 | 2024-05-15T05:18:28.146Z | + do_assemble_illumos |
335 | 2024-05-15T05:18:28.146Z | + rm -r ./out/cockroachdb |
336 | 2024-05-15T05:18:28.667Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
337 | 2024-05-15T05:18:28.667Z | + ./out/cockroachdb/bin/cockroach version |
338 | 2024-05-15T05:18:29.044Z | Build Tag: v22.1.9-dirty |
339 | 2024-05-15T05:18:29.045Z | Build Time: 2022/10/26 21:17:46 |
340 | 2024-05-15T05:18:29.045Z | Distribution: OSS |
341 | 2024-05-15T05:18:29.045Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
342 | 2024-05-15T05:18:29.045Z | Go Version: go1.17.13 |
343 | 2024-05-15T05:18:29.045Z | C Compiler: gcc 10.3.0 |
344 | 2024-05-15T05:18:29.045Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
345 | 2024-05-15T05:18:29.045Z | Build Type: release |
346 | 2024-05-15T05:18:29.045Z | + set -o errexit |
347 | 2024-05-15T05:18:29.046Z | +++ dirname ./tools/ci_download_clickhouse |
348 | 2024-05-15T05:18:29.046Z | ++ cd ./tools |
349 | 2024-05-15T05:18:29.046Z | ++ pwd |
350 | 2024-05-15T05:18:29.046Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2024-05-15T05:18:29.046Z | ++ basename ./tools/ci_download_clickhouse |
352 | 2024-05-15T05:18:29.046Z | + ARG0=ci_download_clickhouse |
353 | 2024-05-15T05:18:29.047Z | + TARGET_DIR=out |
354 | 2024-05-15T05:18:29.047Z | + DOWNLOAD_DIR=out/downloads |
355 | 2024-05-15T05:18:29.047Z | + DEST_DIR=./out/clickhouse |
356 | 2024-05-15T05:18:29.047Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
357 | 2024-05-15T05:18:29.047Z | + CIDL_VERSION=v23.8.7.24 |
358 | 2024-05-15T05:18:29.047Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
359 | 2024-05-15T05:18:29.048Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
360 | 2024-05-15T05:18:29.048Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
361 | 2024-05-15T05:18:29.048Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
362 | 2024-05-15T05:18:29.048Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
363 | 2024-05-15T05:18:29.048Z | + main |
364 | 2024-05-15T05:18:29.048Z | + [[ 0 != 0 ]] |
365 | 2024-05-15T05:18:29.049Z | + CIDL_OS=solaris2.11 |
366 | 2024-05-15T05:18:29.049Z | + [[ 0 != 0 ]] |
367 | 2024-05-15T05:18:29.049Z | + configure_os solaris2.11 |
368 | 2024-05-15T05:18:29.049Z | + echo 'current directory: /work/oxidecomputer/omicron' |
369 | 2024-05-15T05:18:29.049Z | current directory: /work/oxidecomputer/omicron |
370 | 2024-05-15T05:18:29.049Z | + echo 'configuring based on OS: "solaris2.11"' |
371 | 2024-05-15T05:18:29.049Z | + CIDL_DASHREV= |
372 | 2024-05-15T05:18:29.049Z | configuring based on OS: "solaris2.11" |
373 | 2024-05-15T05:18:29.049Z | + case "$1" in |
374 | 2024-05-15T05:18:29.050Z | + CIDL_PLATFORM=illumos |
375 | 2024-05-15T05:18:29.050Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
376 | 2024-05-15T05:18:29.050Z | + CIDL_MD5FUNC=do_md5sum |
377 | 2024-05-15T05:18:29.050Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
378 | 2024-05-15T05:18:29.050Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-05-15T05:18:29.050Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
380 | 2024-05-15T05:18:29.051Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-05-15T05:18:29.051Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
382 | 2024-05-15T05:18:29.051Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
383 | 2024-05-15T05:18:29.051Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
384 | 2024-05-15T05:18:29.051Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
385 | 2024-05-15T05:18:29.051Z | + mkdir -p out/downloads |
386 | 2024-05-15T05:18:29.051Z | + mkdir -p ./out/clickhouse |
387 | 2024-05-15T05:18:29.051Z | + local DO_DOWNLOAD=true |
388 | 2024-05-15T05:18:29.052Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
389 | 2024-05-15T05:18:29.052Z | + '[' true == true ']' |
390 | 2024-05-15T05:18:29.052Z | + echo Downloading... |
391 | 2024-05-15T05:18:29.052Z | Downloading... |
392 | 2024-05-15T05:18:29.052Z | + 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 |
393 | 2024-05-15T05:18:29.053Z | + 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 |
394 | 2024-05-15T05:18:30.345Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
395 | 2024-05-15T05:18:30.422Z | ++ md5sum |
396 | 2024-05-15T05:18:30.422Z | ++ awk '{print $1}' |
397 | 2024-05-15T05:18:30.603Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
398 | 2024-05-15T05:18:30.603Z | + [[ 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 ]] |
399 | 2024-05-15T05:18:30.658Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
400 | 2024-05-15T05:18:30.659Z | + mkdir -p ./out/clickhouse |
401 | 2024-05-15T05:18:30.659Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
402 | 2024-05-15T05:18:34.463Z | + [[ solaris2.11 == darwin* ]] |
403 | 2024-05-15T05:18:34.464Z | + ./out/clickhouse/clickhouse server --version |
404 | 2024-05-15T05:18:34.852Z | ClickHouse server version 23.8.7.1. |
405 | 2024-05-15T05:18:34.884Z | + set -o errexit |
406 | 2024-05-15T05:18:34.884Z | +++ dirname ./tools/ci_download_console |
407 | 2024-05-15T05:18:34.884Z | ++ cd ./tools |
408 | 2024-05-15T05:18:34.884Z | ++ pwd |
409 | 2024-05-15T05:18:34.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2024-05-15T05:18:34.884Z | ++ basename ./tools/ci_download_console |
411 | 2024-05-15T05:18:34.884Z | + ARG0=ci_download_console |
412 | 2024-05-15T05:18:34.884Z | + TARGET_DIR=out |
413 | 2024-05-15T05:18:34.884Z | + DOWNLOAD_DIR=out/downloads |
414 | 2024-05-15T05:18:34.884Z | + DEST_DIR=./out/console-assets |
415 | 2024-05-15T05:18:34.885Z | + source /work/oxidecomputer/omicron/tools/console_version |
416 | 2024-05-15T05:18:34.885Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
417 | 2024-05-15T05:18:34.885Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
418 | 2024-05-15T05:18:34.885Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
419 | 2024-05-15T05:18:34.885Z | + TARBALL_FILE=out/downloads/console.tar.gz |
420 | 2024-05-15T05:18:34.885Z | + main |
421 | 2024-05-15T05:18:34.885Z | + [[ 0 != 0 ]] |
422 | 2024-05-15T05:18:34.885Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
423 | 2024-05-15T05:18:34.885Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
424 | 2024-05-15T05:18:34.885Z | + echo 'Local file: out/downloads/console.tar.gz' |
425 | 2024-05-15T05:18:34.885Z | Local file: out/downloads/console.tar.gz |
426 | 2024-05-15T05:18:34.885Z | + local DO_DOWNLOAD=true |
427 | 2024-05-15T05:18:34.885Z | + [[ -f out/downloads/console.tar.gz ]] |
428 | 2024-05-15T05:18:34.885Z | + mkdir -p out/downloads |
429 | 2024-05-15T05:18:34.885Z | + '[' true == true ']' |
430 | 2024-05-15T05:18:34.885Z | + echo Downloading... |
431 | 2024-05-15T05:18:34.885Z | Downloading... |
432 | 2024-05-15T05:18:34.886Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
433 | 2024-05-15T05:18:34.886Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
434 | 2024-05-15T05:18:35.315Z | ++ do_sha256sum out/downloads/console.tar.gz |
435 | 2024-05-15T05:18:35.315Z | ++ case "$OSTYPE" in |
436 | 2024-05-15T05:18:35.852Z | ++ SHA=sha256sum |
437 | 2024-05-15T05:18:35.852Z | ++ sha256sum |
438 | 2024-05-15T05:18:35.852Z | ++ awk '{print $1}' |
439 | 2024-05-15T05:18:35.852Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
440 | 2024-05-15T05:18:35.852Z | + [[ 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 ]] |
441 | 2024-05-15T05:18:35.852Z | + rm -rf ./out/console-assets |
442 | 2024-05-15T05:18:35.853Z | + mkdir -p ./out/console-assets |
443 | 2024-05-15T05:18:35.853Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
444 | 2024-05-15T05:18:35.853Z | + mkdir -p ./out/console-assets |
445 | 2024-05-15T05:18:35.853Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
446 | 2024-05-15T05:18:35.959Z | + set -o errexit |
447 | 2024-05-15T05:18:35.959Z | +++ dirname ./tools/ci_download_dendrite_openapi |
448 | 2024-05-15T05:18:35.959Z | ++ cd ./tools |
449 | 2024-05-15T05:18:35.959Z | ++ pwd |
450 | 2024-05-15T05:18:35.959Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
451 | 2024-05-15T05:18:35.959Z | ++ basename ./tools/ci_download_dendrite_openapi |
452 | 2024-05-15T05:18:35.959Z | + ARG0=ci_download_dendrite_openapi |
453 | 2024-05-15T05:18:35.959Z | + TARGET_DIR=out |
454 | 2024-05-15T05:18:35.959Z | + DOWNLOAD_DIR=out/downloads |
455 | 2024-05-15T05:18:35.959Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
456 | 2024-05-15T05:18:35.959Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
457 | 2024-05-15T05:18:35.960Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
458 | 2024-05-15T05:18:35.960Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
459 | 2024-05-15T05:18:35.960Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
460 | 2024-05-15T05:18:35.960Z | + main |
461 | 2024-05-15T05:18:35.960Z | + [[ 0 != 0 ]] |
462 | 2024-05-15T05:18:35.960Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
463 | 2024-05-15T05:18:35.960Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
464 | 2024-05-15T05:18:35.960Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
465 | 2024-05-15T05:18:35.960Z | + local DO_DOWNLOAD=true |
466 | 2024-05-15T05:18:35.960Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
467 | 2024-05-15T05:18:35.960Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
468 | 2024-05-15T05:18:35.960Z | + mkdir -p out/downloads |
469 | 2024-05-15T05:18:35.960Z | + '[' true == true ']' |
470 | 2024-05-15T05:18:35.960Z | + echo Downloading... |
471 | 2024-05-15T05:18:35.960Z | Downloading... |
472 | 2024-05-15T05:18:35.960Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
473 | 2024-05-15T05:18:35.960Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
474 | 2024-05-15T05:18:36.674Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
475 | 2024-05-15T05:18:36.692Z | ++ case "$OSTYPE" in |
476 | 2024-05-15T05:18:36.692Z | ++ SHA=sha256sum |
477 | 2024-05-15T05:18:36.692Z | ++ sha256sum |
478 | 2024-05-15T05:18:36.693Z | ++ awk '{print $1}' |
479 | 2024-05-15T05:18:36.693Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
480 | 2024-05-15T05:18:36.693Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
481 | 2024-05-15T05:18:36.693Z | + set -o errexit |
482 | 2024-05-15T05:18:36.694Z | +++ dirname ./tools/ci_download_dendrite_stub |
483 | 2024-05-15T05:18:36.694Z | ++ cd ./tools |
484 | 2024-05-15T05:18:36.694Z | ++ pwd |
485 | 2024-05-15T05:18:36.694Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2024-05-15T05:18:36.723Z | ++ basename ./tools/ci_download_dendrite_stub |
487 | 2024-05-15T05:18:36.723Z | + ARG0=ci_download_dendrite_stub |
488 | 2024-05-15T05:18:36.723Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
489 | 2024-05-15T05:18:36.723Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
490 | 2024-05-15T05:18:36.724Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
491 | 2024-05-15T05:18:36.724Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
492 | 2024-05-15T05:18:36.724Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2024-05-15T05:18:36.724Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
494 | 2024-05-15T05:18:36.724Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
495 | 2024-05-15T05:18:36.724Z | + TARGET_DIR=out |
496 | 2024-05-15T05:18:36.724Z | + DOWNLOAD_DIR=out/downloads |
497 | 2024-05-15T05:18:36.724Z | + DEST_DIR=./out/dendrite-stub |
498 | 2024-05-15T05:18:36.724Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
499 | 2024-05-15T05:18:36.724Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
500 | 2024-05-15T05:18:36.725Z | + REPO=oxidecomputer/dendrite |
501 | 2024-05-15T05:18:36.725Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
502 | 2024-05-15T05:18:36.725Z | + main |
503 | 2024-05-15T05:18:36.725Z | + [[ 0 != 0 ]] |
504 | 2024-05-15T05:18:36.725Z | + CIDL_OS=solaris2.11 |
505 | 2024-05-15T05:18:36.725Z | + [[ 0 != 0 ]] |
506 | 2024-05-15T05:18:36.725Z | + configure_os solaris2.11 |
507 | 2024-05-15T05:18:36.725Z | + echo 'current directory: /work/oxidecomputer/omicron' |
508 | 2024-05-15T05:18:36.725Z | current directory: /work/oxidecomputer/omicron |
509 | 2024-05-15T05:18:36.725Z | + echo 'configuring based on OS: "solaris2.11"' |
510 | 2024-05-15T05:18:36.725Z | + case "$1" in |
511 | 2024-05-15T05:18:36.725Z | configuring based on OS: "solaris2.11" |
512 | 2024-05-15T05:18:36.725Z | + SET_BINARIES= |
513 | 2024-05-15T05:18:36.726Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
514 | 2024-05-15T05:18:36.726Z | + CIDL_SHA256FUNC=do_sha256sum |
515 | 2024-05-15T05:18:36.726Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
516 | 2024-05-15T05:18:36.726Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
517 | 2024-05-15T05:18:36.727Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
518 | 2024-05-15T05:18:36.727Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
519 | 2024-05-15T05:18:36.727Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
520 | 2024-05-15T05:18:36.728Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
521 | 2024-05-15T05:18:36.728Z | Local file: out/downloads/dendrite-stub.tar.gz |
522 | 2024-05-15T05:18:36.728Z | + mkdir -p out/downloads |
523 | 2024-05-15T05:18:36.728Z | + mkdir -p ./out/dendrite-stub |
524 | 2024-05-15T05:18:36.728Z | + fetch_and_verify |
525 | 2024-05-15T05:18:36.728Z | + local DO_DOWNLOAD=true |
526 | 2024-05-15T05:18:36.729Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
527 | 2024-05-15T05:18:36.729Z | + '[' true == true ']' |
528 | 2024-05-15T05:18:36.729Z | + echo Downloading... |
529 | 2024-05-15T05:18:36.729Z | Downloading... |
530 | 2024-05-15T05:18:36.729Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
531 | 2024-05-15T05:18:36.729Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
532 | 2024-05-15T05:18:50.730Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
533 | 2024-05-15T05:18:50.987Z | ++ sha256sum |
534 | 2024-05-15T05:18:50.987Z | ++ awk '{print $1}' |
535 | 2024-05-15T05:18:50.987Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
536 | 2024-05-15T05:18:50.987Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
537 | 2024-05-15T05:18:50.988Z | + do_untar out/downloads/dendrite-stub.tar.gz |
538 | 2024-05-15T05:18:50.988Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
539 | 2024-05-15T05:18:51.183Z | + do_assemble |
540 | 2024-05-15T05:18:51.183Z | + rm -r ./out/dendrite-stub |
541 | 2024-05-15T05:18:51.183Z | + mkdir ./out/dendrite-stub |
542 | 2024-05-15T05:18:51.183Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
543 | 2024-05-15T05:18:51.184Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
544 | 2024-05-15T05:18:51.788Z | + set -o errexit |
545 | 2024-05-15T05:18:51.789Z | +++ dirname ./tools/ci_download_maghemite_mgd |
546 | 2024-05-15T05:18:51.789Z | ++ cd ./tools |
547 | 2024-05-15T05:18:51.789Z | ++ pwd |
548 | 2024-05-15T05:18:51.789Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
549 | 2024-05-15T05:18:51.790Z | ++ basename ./tools/ci_download_maghemite_mgd |
550 | 2024-05-15T05:18:51.790Z | + ARG0=ci_download_maghemite_mgd |
551 | 2024-05-15T05:18:51.790Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
552 | 2024-05-15T05:18:51.790Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
553 | 2024-05-15T05:18:51.790Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
554 | 2024-05-15T05:18:51.791Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
555 | 2024-05-15T05:18:51.791Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
556 | 2024-05-15T05:18:51.791Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
557 | 2024-05-15T05:18:51.791Z | + TARGET_DIR=out |
558 | 2024-05-15T05:18:51.792Z | + DOWNLOAD_DIR=out/downloads |
559 | 2024-05-15T05:18:51.792Z | + DEST_DIR=./out/mgd |
560 | 2024-05-15T05:18:51.792Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
561 | 2024-05-15T05:18:51.793Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
562 | 2024-05-15T05:18:51.793Z | + REPO=oxidecomputer/maghemite |
563 | 2024-05-15T05:18:51.793Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
564 | 2024-05-15T05:18:51.793Z | + main |
565 | 2024-05-15T05:18:51.794Z | + rm -rf out/downloads/root |
566 | 2024-05-15T05:18:51.794Z | + [[ 0 != 0 ]] |
567 | 2024-05-15T05:18:51.794Z | + CIDL_OS=solaris2.11 |
568 | 2024-05-15T05:18:51.795Z | + [[ 0 != 0 ]] |
569 | 2024-05-15T05:18:51.795Z | + configure_os solaris2.11 |
570 | 2024-05-15T05:18:51.795Z | + echo 'current directory: /work/oxidecomputer/omicron' |
571 | 2024-05-15T05:18:51.796Z | + echo 'configuring based on OS: "solaris2.11"' |
572 | 2024-05-15T05:18:51.796Z | current directory: /work/oxidecomputer/omicron |
573 | 2024-05-15T05:18:51.796Z | configuring based on OS: "solaris2.11" |
574 | 2024-05-15T05:18:51.797Z | + case "$1" in |
575 | 2024-05-15T05:18:51.797Z | + SET_BINARIES= |
576 | 2024-05-15T05:18:51.797Z | + CIDL_SHA256FUNC=do_sha256sum |
577 | 2024-05-15T05:18:51.797Z | + TARBALL_FILENAME=mgd.tar.gz |
578 | 2024-05-15T05:18:51.798Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
579 | 2024-05-15T05:18:51.798Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
580 | 2024-05-15T05:18:51.798Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
581 | 2024-05-15T05:18:51.800Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
582 | 2024-05-15T05:18:51.800Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
583 | 2024-05-15T05:18:51.801Z | + mkdir -p out/downloads |
584 | 2024-05-15T05:18:51.801Z | Local file: out/downloads/mgd.tar.gz |
585 | 2024-05-15T05:18:51.801Z | + mkdir -p ./out/mgd |
586 | 2024-05-15T05:18:51.802Z | + fetch_and_verify |
587 | 2024-05-15T05:18:51.802Z | + local DO_DOWNLOAD=true |
588 | 2024-05-15T05:18:51.802Z | + [[ -f out/downloads/mgd.tar.gz ]] |
589 | 2024-05-15T05:18:51.803Z | + '[' true == true ']' |
590 | 2024-05-15T05:18:51.803Z | + echo Downloading... |
591 | 2024-05-15T05:18:51.804Z | Downloading... |
592 | 2024-05-15T05:18:51.804Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
593 | 2024-05-15T05:18:51.804Z | + 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 |
594 | 2024-05-15T05:19:27.445Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
595 | 2024-05-15T05:19:27.467Z | ++ sha256sum |
596 | 2024-05-15T05:19:27.467Z | ++ awk '{print $1}' |
597 | 2024-05-15T05:19:27.491Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
598 | 2024-05-15T05:19:27.491Z | + [[ 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 ]] |
599 | 2024-05-15T05:19:27.492Z | + do_untar out/downloads/mgd.tar.gz |
600 | 2024-05-15T05:19:27.492Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
601 | 2024-05-15T05:19:28.054Z | + do_assemble |
602 | 2024-05-15T05:19:28.054Z | + rm -r ./out/mgd |
603 | 2024-05-15T05:19:28.076Z | + mkdir ./out/mgd |
604 | 2024-05-15T05:19:28.076Z | + cp -r out/downloads/root ./out/mgd/root |
605 | 2024-05-15T05:19:28.150Z | + set -o errexit |
606 | 2024-05-15T05:19:28.181Z | +++ dirname ./tools/ci_download_transceiver_control |
607 | 2024-05-15T05:19:28.181Z | ++ cd ./tools |
608 | 2024-05-15T05:19:28.181Z | ++ pwd |
609 | 2024-05-15T05:19:28.182Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
610 | 2024-05-15T05:19:28.182Z | ++ basename ./tools/ci_download_transceiver_control |
611 | 2024-05-15T05:19:28.182Z | + ARG0=ci_download_transceiver_control |
612 | 2024-05-15T05:19:28.182Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
613 | 2024-05-15T05:19:28.182Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
614 | 2024-05-15T05:19:28.182Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
615 | 2024-05-15T05:19:28.182Z | + TARGET_DIR=out |
616 | 2024-05-15T05:19:28.182Z | + DOWNLOAD_DIR=out/downloads |
617 | 2024-05-15T05:19:28.182Z | + DEST_DIR=./out/transceiver-control |
618 | 2024-05-15T05:19:28.182Z | + BIN_DIR=/opt/oxide/bin |
619 | 2024-05-15T05:19:28.182Z | + BINARY=xcvradm |
620 | 2024-05-15T05:19:28.182Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
621 | 2024-05-15T05:19:28.183Z | + REPO=oxidecomputer/transceiver-control |
622 | 2024-05-15T05:19:28.183Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
623 | 2024-05-15T05:19:28.183Z | + main |
624 | 2024-05-15T05:19:28.183Z | + [[ 0 != 0 ]] |
625 | 2024-05-15T05:19:28.183Z | + CIDL_OS=solaris2.11 |
626 | 2024-05-15T05:19:28.183Z | + [[ 0 != 0 ]] |
627 | 2024-05-15T05:19:28.183Z | + configure_os solaris2.11 |
628 | 2024-05-15T05:19:28.183Z | + echo 'current directory: /work/oxidecomputer/omicron' |
629 | 2024-05-15T05:19:28.183Z | current directory: /work/oxidecomputer/omicron |
630 | 2024-05-15T05:19:28.183Z | + echo 'configuring based on OS: "solaris2.11"' |
631 | 2024-05-15T05:19:28.183Z | configuring based on OS: "solaris2.11" |
632 | 2024-05-15T05:19:28.183Z | + case "$1" in |
633 | 2024-05-15T05:19:28.183Z | + SET_BINARIES= |
634 | 2024-05-15T05:19:28.184Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2024-05-15T05:19:28.184Z | + CIDL_SHA256FUNC=do_sha256sum |
636 | 2024-05-15T05:19:28.184Z | + ARCHIVE_FILENAME=xcvradm.gz |
637 | 2024-05-15T05:19:28.184Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
638 | 2024-05-15T05:19:28.184Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
639 | 2024-05-15T05:19:28.184Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
640 | 2024-05-15T05:19:28.184Z | + echo 'Local file: out/downloads/xcvradm.gz' |
641 | 2024-05-15T05:19:28.184Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2024-05-15T05:19:28.184Z | Local file: out/downloads/xcvradm.gz |
643 | 2024-05-15T05:19:28.184Z | + mkdir -p out/downloads |
644 | 2024-05-15T05:19:28.185Z | + mkdir -p ./out/transceiver-control |
645 | 2024-05-15T05:19:28.185Z | + fetch_and_verify |
646 | 2024-05-15T05:19:28.185Z | + local DO_DOWNLOAD=true |
647 | 2024-05-15T05:19:28.185Z | + [[ -f out/downloads/xcvradm.gz ]] |
648 | 2024-05-15T05:19:28.185Z | + '[' true == true ']' |
649 | 2024-05-15T05:19:28.185Z | + echo Downloading... |
650 | 2024-05-15T05:19:28.185Z | Downloading... |
651 | 2024-05-15T05:19:28.185Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
652 | 2024-05-15T05:19:28.185Z | + 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 |
653 | 2024-05-15T05:19:31.561Z | ++ do_sha256sum out/downloads/xcvradm.gz |
654 | 2024-05-15T05:19:31.592Z | ++ sha256sum |
655 | 2024-05-15T05:19:31.592Z | ++ awk '{print $1}' |
656 | 2024-05-15T05:19:31.592Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-05-15T05:19:31.592Z | + [[ 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 ]] |
658 | 2024-05-15T05:19:31.593Z | + do_unpack out/downloads/xcvradm.gz |
659 | 2024-05-15T05:19:31.593Z | + mkdir -p out/downloads/root//opt/oxide/bin |
660 | 2024-05-15T05:19:31.614Z | + gzip -dc out/downloads/xcvradm.gz |
661 | 2024-05-15T05:19:31.694Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
662 | 2024-05-15T05:19:31.720Z | + do_assemble |
663 | 2024-05-15T05:19:31.721Z | + rm -r ./out/transceiver-control |
664 | 2024-05-15T05:19:31.721Z | + mkdir ./out/transceiver-control |
665 | 2024-05-15T05:19:31.721Z | + cp -r out/downloads/root ./out/transceiver-control/root |
666 | 2024-05-15T05:19:31.795Z | + set -o errexit |
667 | 2024-05-15T05:19:31.816Z | +++ dirname ./tools/ci_download_thundermuffin |
668 | 2024-05-15T05:19:31.816Z | ++ cd ./tools |
669 | 2024-05-15T05:19:31.816Z | ++ pwd |
670 | 2024-05-15T05:19:31.816Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
671 | 2024-05-15T05:19:31.816Z | ++ basename ./tools/ci_download_thundermuffin |
672 | 2024-05-15T05:19:31.817Z | + ARG0=ci_download_thundermuffin |
673 | 2024-05-15T05:19:31.817Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
674 | 2024-05-15T05:19:31.817Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
675 | 2024-05-15T05:19:31.817Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
676 | 2024-05-15T05:19:31.817Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
677 | 2024-05-15T05:19:31.817Z | + TARGET_DIR=out |
678 | 2024-05-15T05:19:31.817Z | + DOWNLOAD_DIR=out/downloads |
679 | 2024-05-15T05:19:31.817Z | + DEST_DIR=./out/thundermuffin |
680 | 2024-05-15T05:19:31.817Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
681 | 2024-05-15T05:19:31.817Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
682 | 2024-05-15T05:19:31.818Z | + REPO=oxidecomputer/thundermuffin |
683 | 2024-05-15T05:19:31.818Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
684 | 2024-05-15T05:19:31.818Z | + main |
685 | 2024-05-15T05:19:31.818Z | + rm -rf out/downloads/root |
686 | 2024-05-15T05:19:31.818Z | + [[ 0 != 0 ]] |
687 | 2024-05-15T05:19:31.819Z | + CIDL_OS=solaris2.11 |
688 | 2024-05-15T05:19:31.819Z | + [[ 0 != 0 ]] |
689 | 2024-05-15T05:19:31.819Z | + configure_os solaris2.11 |
690 | 2024-05-15T05:19:31.819Z | + echo 'current directory: /work/oxidecomputer/omicron' |
691 | 2024-05-15T05:19:31.819Z | + echo 'configuring based on OS: "solaris2.11"' |
692 | 2024-05-15T05:19:31.819Z | current directory: /work/oxidecomputer/omicron |
693 | 2024-05-15T05:19:31.819Z | configuring based on OS: "solaris2.11" |
694 | 2024-05-15T05:19:31.819Z | + case "$1" in |
695 | 2024-05-15T05:19:31.820Z | + SET_BINARIES= |
696 | 2024-05-15T05:19:31.820Z | + CIDL_SHA256FUNC=do_sha256sum |
697 | 2024-05-15T05:19:31.820Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
698 | 2024-05-15T05:19:31.820Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
699 | 2024-05-15T05:19:31.820Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
700 | 2024-05-15T05:19:31.820Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
701 | 2024-05-15T05:19:31.820Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
702 | 2024-05-15T05:19:31.820Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
703 | 2024-05-15T05:19:31.820Z | Local file: out/downloads/thundermuffin.tar.gz |
704 | 2024-05-15T05:19:31.820Z | + mkdir -p out/downloads |
705 | 2024-05-15T05:19:31.820Z | + mkdir -p ./out/thundermuffin |
706 | 2024-05-15T05:19:31.831Z | + fetch_and_verify |
707 | 2024-05-15T05:19:31.831Z | + local DO_DOWNLOAD=true |
708 | 2024-05-15T05:19:31.831Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
709 | 2024-05-15T05:19:31.831Z | + '[' true == true ']' |
710 | 2024-05-15T05:19:31.831Z | + echo Downloading... |
711 | 2024-05-15T05:19:31.831Z | Downloading... |
712 | 2024-05-15T05:19:31.831Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
713 | 2024-05-15T05:19:31.831Z | + 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 |
714 | 2024-05-15T05:19:33.689Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
715 | 2024-05-15T05:19:33.719Z | ++ sha256sum |
716 | 2024-05-15T05:19:33.719Z | ++ awk '{print $1}' |
717 | 2024-05-15T05:19:33.719Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
718 | 2024-05-15T05:19:33.719Z | + [[ 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 ]] |
719 | 2024-05-15T05:19:33.720Z | + do_untar out/downloads/thundermuffin.tar.gz |
720 | 2024-05-15T05:19:33.720Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
721 | 2024-05-15T05:19:33.917Z | + do_assemble |
722 | 2024-05-15T05:19:33.917Z | + rm -r ./out/thundermuffin |
723 | 2024-05-15T05:19:33.917Z | + mkdir ./out/thundermuffin |
724 | 2024-05-15T05:19:33.917Z | + cp -r out/downloads/root ./out/thundermuffin/root |
725 | 2024-05-15T05:19:33.918Z | All builder prerequisites installed successfully, and PATH looks valid |
726 | 2024-05-15T05:19:33.918Z | |
727 | 2024-05-15T05:19:33.918Z | real 3:21.009331919 |
728 | 2024-05-15T05:19:33.918Z | user 38.349091436 |
729 | 2024-05-15T05:19:33.918Z | sys 7.222583607 |
730 | 2024-05-15T05:19:33.918Z | trap 0.008440095 |
731 | 2024-05-15T05:19:33.918Z | tflt 0.168106992 |
732 | 2024-05-15T05:19:33.919Z | dflt 0.182168659 |
733 | 2024-05-15T05:19:33.919Z | kflt 0.177098684 |
734 | 2024-05-15T05:19:33.919Z | lock 1.517010063 |
735 | 2024-05-15T05:19:33.919Z | slp 7:14.303635489 |
736 | 2024-05-15T05:19:33.919Z | lat 1.966790048 |
737 | 2024-05-15T05:19:33.919Z | stop 0.154951920 |
738 | 2024-05-15T05:19:33.919Z | |
739 | 2024-05-15T05:19:33.920Z | #### # # ##### ##### # # |
740 | 2024-05-15T05:19:33.920Z | # # # # # # # # # # |
741 | 2024-05-15T05:19:33.920Z | # # # # # # # # |
742 | 2024-05-15T05:19:33.920Z | # # # ##### ##### # |
743 | 2024-05-15T05:19:33.921Z | # # # # # # # |
744 | 2024-05-15T05:19:33.921Z | #### ###### # # # # |
745 | 2024-05-15T05:19:33.922Z | |
746 | 2024-05-15T05:19:34.132Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
747 | 2024-05-15T05:19:34.451Z | Updating git repository `https://github.com/oxidecomputer/zone` |
748 | 2024-05-15T05:19:34.780Z | Updating crates.io index |
749 | 2024-05-15T05:19:34.852Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
750 | 2024-05-15T05:19:35.655Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
751 | 2024-05-15T05:19:36.401Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
752 | 2024-05-15T05:19:38.486Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
753 | 2024-05-15T05:19:39.142Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
754 | 2024-05-15T05:19:39.338Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
755 | 2024-05-15T05:19:40.302Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
756 | 2024-05-15T05:19:42.155Z | Updating git repository `https://github.com/oxidecomputer/opte` |
757 | 2024-05-15T05:19:43.159Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
758 | 2024-05-15T05:19:43.896Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
759 | 2024-05-15T05:19:44.459Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
760 | 2024-05-15T05:19:45.196Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
761 | 2024-05-15T05:19:45.213Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
762 | 2024-05-15T05:19:45.460Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
763 | 2024-05-15T05:19:46.295Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
764 | 2024-05-15T05:19:46.488Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
765 | 2024-05-15T05:19:47.424Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
766 | 2024-05-15T05:19:47.437Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
767 | 2024-05-15T05:19:47.437Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
768 | 2024-05-15T05:19:47.866Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
769 | 2024-05-15T05:19:48.013Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
770 | 2024-05-15T05:19:48.467Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
771 | 2024-05-15T05:19:49.124Z | Updating git repository `https://github.com/jgallagher/nix` |
772 | 2024-05-15T05:19:50.177Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
773 | 2024-05-15T05:19:50.475Z | Updating git repository `https://github.com/cbiffle/hubpack` |
774 | 2024-05-15T05:19:50.939Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
775 | 2024-05-15T05:19:51.552Z | Updating git repository `https://github.com/oxidecomputer/typify` |
776 | 2024-05-15T05:19:53.587Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
777 | 2024-05-15T05:19:54.103Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
778 | 2024-05-15T05:19:54.383Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
779 | 2024-05-15T05:19:54.960Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
780 | 2024-05-15T05:19:56.328Z | Downloading crates ... |
781 | 2024-05-15T05:19:56.418Z | Downloaded anstream v0.6.11 |
782 | 2024-05-15T05:19:56.423Z | Downloaded anstyle-parse v0.2.1 |
783 | 2024-05-15T05:19:56.427Z | Downloaded anstyle-query v1.0.0 |
784 | 2024-05-15T05:19:56.427Z | Downloaded autocfg v1.1.0 |
785 | 2024-05-15T05:19:56.427Z | Downloaded anyhow v1.0.83 |
786 | 2024-05-15T05:19:56.432Z | Downloaded bitflags v2.4.2 |
787 | 2024-05-15T05:19:56.439Z | Downloaded anstyle v1.0.7 |
788 | 2024-05-15T05:19:56.444Z | Downloaded camino v1.1.6 |
789 | 2024-05-15T05:19:56.451Z | Downloaded utf8parse v0.2.1 |
790 | 2024-05-15T05:19:56.464Z | Downloaded heck v0.5.0 |
791 | 2024-05-15T05:19:56.478Z | Downloaded equivalent v1.0.1 |
792 | 2024-05-15T05:19:56.495Z | Downloaded colorchoice v1.0.0 |
793 | 2024-05-15T05:19:56.495Z | Downloaded serde_derive v1.0.201 |
794 | 2024-05-15T05:19:56.495Z | Downloaded swrite v0.1.0 |
795 | 2024-05-15T05:19:56.523Z | Downloaded clap_lex v0.7.0 |
796 | 2024-05-15T05:19:56.523Z | Downloaded thiserror v1.0.59 |
797 | 2024-05-15T05:19:56.523Z | Downloaded toml_datetime v0.6.5 |
798 | 2024-05-15T05:19:56.523Z | Downloaded serde_spanned v0.6.5 |
799 | 2024-05-15T05:19:56.523Z | Downloaded fs-err v2.11.0 |
800 | 2024-05-15T05:19:56.523Z | Downloaded strsim v0.11.0 |
801 | 2024-05-15T05:19:56.523Z | Downloaded macaddr v1.0.1 |
802 | 2024-05-15T05:19:56.523Z | Downloaded thiserror-impl v1.0.59 |
803 | 2024-05-15T05:19:56.528Z | Downloaded cargo-platform v0.1.3 |
804 | 2024-05-15T05:19:56.529Z | Downloaded semver v1.0.22 |
805 | 2024-05-15T05:19:56.529Z | Downloaded itoa v1.0.9 |
806 | 2024-05-15T05:19:56.529Z | Downloaded terminal_size v0.3.0 |
807 | 2024-05-15T05:19:56.529Z | Downloaded cargo_metadata v0.18.1 |
808 | 2024-05-15T05:19:56.529Z | Downloaded clap_derive v4.5.4 |
809 | 2024-05-15T05:19:56.529Z | Downloaded errno v0.3.8 |
810 | 2024-05-15T05:19:56.529Z | Downloaded cargo_toml v0.20.2 |
811 | 2024-05-15T05:19:56.529Z | Downloaded quote v1.0.36 |
812 | 2024-05-15T05:19:56.529Z | Downloaded ryu v1.0.15 |
813 | 2024-05-15T05:19:56.535Z | Downloaded unicode-ident v1.0.12 |
814 | 2024-05-15T05:19:56.535Z | Downloaded proc-macro2 v1.0.82 |
815 | 2024-05-15T05:19:56.540Z | Downloaded toml v0.8.12 |
816 | 2024-05-15T05:19:56.540Z | Downloaded clap v4.5.4 |
817 | 2024-05-15T05:19:56.549Z | Downloaded serde v1.0.201 |
818 | 2024-05-15T05:19:56.554Z | Downloaded indexmap v2.2.6 |
819 | 2024-05-15T05:19:56.559Z | Downloaded toml_edit v0.22.12 |
820 | 2024-05-15T05:19:56.582Z | Downloaded memchr v2.7.1 |
821 | 2024-05-15T05:19:56.589Z | Downloaded hashbrown v0.14.3 |
822 | 2024-05-15T05:19:56.615Z | Downloaded clap_builder v4.5.2 |
823 | 2024-05-15T05:19:56.615Z | Downloaded winnow v0.6.1 |
824 | 2024-05-15T05:19:56.615Z | Downloaded libc v0.2.153 |
825 | 2024-05-15T05:19:56.633Z | Downloaded syn v2.0.60 |
826 | 2024-05-15T05:19:56.645Z | Downloaded rustix v0.38.31 |
827 | 2024-05-15T05:19:56.665Z | Downloaded serde_json v1.0.117 |
828 | 2024-05-15T05:19:56.900Z | Compiling proc-macro2 v1.0.82 |
829 | 2024-05-15T05:19:56.900Z | Compiling unicode-ident v1.0.12 |
830 | 2024-05-15T05:19:56.904Z | Compiling serde v1.0.201 |
831 | 2024-05-15T05:19:56.904Z | Compiling libc v0.2.153 |
832 | 2024-05-15T05:19:56.904Z | Compiling rustix v0.38.31 |
833 | 2024-05-15T05:19:56.904Z | Compiling bitflags v2.4.2 |
834 | 2024-05-15T05:19:56.932Z | Compiling hashbrown v0.14.3 |
835 | 2024-05-15T05:19:56.938Z | Compiling utf8parse v0.2.1 |
836 | 2024-05-15T05:19:57.161Z | Compiling equivalent v1.0.1 |
837 | 2024-05-15T05:19:57.180Z | Compiling anstyle-parse v0.2.1 |
838 | 2024-05-15T05:19:57.686Z | Compiling thiserror v1.0.59 |
839 | 2024-05-15T05:19:57.694Z | Compiling camino v1.1.6 |
840 | 2024-05-15T05:19:57.694Z | Compiling autocfg v1.1.0 |
841 | 2024-05-15T05:19:58.090Z | Compiling indexmap v2.2.6 |
842 | 2024-05-15T05:19:58.137Z | Compiling semver v1.0.22 |
843 | 2024-05-15T05:19:58.989Z | Compiling colorchoice v1.0.0 |
844 | 2024-05-15T05:19:59.009Z | Compiling anstyle-query v1.0.0 |
845 | 2024-05-15T05:19:59.016Z | Compiling anstyle v1.0.7 |
846 | 2024-05-15T05:19:59.082Z | Compiling winnow v0.6.1 |
847 | 2024-05-15T05:19:59.100Z | Compiling serde_json v1.0.117 |
848 | 2024-05-15T05:19:59.205Z | Compiling fs-err v2.11.0 |
849 | 2024-05-15T05:19:59.243Z | Compiling ryu v1.0.15 |
850 | 2024-05-15T05:19:59.264Z | Compiling anyhow v1.0.83 |
851 | 2024-05-15T05:19:59.433Z | Compiling anstream v0.6.11 |
852 | 2024-05-15T05:19:59.441Z | Compiling itoa v1.0.9 |
853 | 2024-05-15T05:19:59.470Z | Compiling heck v0.5.0 |
854 | 2024-05-15T05:19:59.560Z | Compiling clap_lex v0.7.0 |
855 | 2024-05-15T05:19:59.668Z | Compiling strsim v0.11.0 |
856 | 2024-05-15T05:19:59.976Z | Compiling quote v1.0.36 |
857 | 2024-05-15T05:20:00.150Z | Compiling swrite v0.1.0 |
858 | 2024-05-15T05:20:00.425Z | Compiling syn v2.0.60 |
859 | 2024-05-15T05:20:00.998Z | Compiling errno v0.3.8 |
860 | 2024-05-15T05:20:01.432Z | Compiling terminal_size v0.3.0 |
861 | 2024-05-15T05:20:01.936Z | Compiling clap_builder v4.5.2 |
862 | 2024-05-15T05:20:05.378Z | Compiling serde_derive v1.0.201 |
863 | 2024-05-15T05:20:05.378Z | Compiling thiserror-impl v1.0.59 |
864 | 2024-05-15T05:20:05.400Z | Compiling clap_derive v4.5.4 |
865 | 2024-05-15T05:20:08.103Z | Compiling clap v4.5.4 |
866 | 2024-05-15T05:20:13.200Z | Compiling toml_datetime v0.6.5 |
867 | 2024-05-15T05:20:13.204Z | Compiling serde_spanned v0.6.5 |
868 | 2024-05-15T05:20:13.204Z | Compiling cargo-platform v0.1.3 |
869 | 2024-05-15T05:20:13.204Z | Compiling macaddr v1.0.1 |
870 | 2024-05-15T05:20:13.470Z | Compiling toml_edit v0.22.12 |
871 | 2024-05-15T05:20:14.592Z | Compiling cargo_metadata v0.18.1 |
872 | 2024-05-15T05:20:15.584Z | Compiling toml v0.8.12 |
873 | 2024-05-15T05:20:16.363Z | Compiling cargo_toml v0.20.2 |
874 | 2024-05-15T05:20:19.916Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
875 | 2024-05-15T05:20:22.387Z | Finished dev [unoptimized + debuginfo] target(s) in 48.42s |
876 | 2024-05-15T05:20:22.855Z | Running `target/debug/xtask clippy` |
877 | 2024-05-15T05:20:23.293Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
878 | 2024-05-15T05:20:23.346Z | Downloading crates ... |
879 | 2024-05-15T05:20:23.643Z | Downloaded adler v1.0.2 |
880 | 2024-05-15T05:20:23.745Z | Downloaded addr2line v0.21.0 |
881 | 2024-05-15T05:20:23.745Z | Downloaded aead v0.5.2 |
882 | 2024-05-15T05:20:23.746Z | Downloaded headers-core v0.2.0 |
883 | 2024-05-15T05:20:23.746Z | Downloaded async-recursion v1.1.1 |
884 | 2024-05-15T05:20:23.746Z | Downloaded aho-corasick v1.1.2 |
885 | 2024-05-15T05:20:23.746Z | Downloaded atty v0.2.14 |
886 | 2024-05-15T05:20:23.746Z | Downloaded ascii-canvas v3.0.0 |
887 | 2024-05-15T05:20:23.746Z | Downloaded backoff v0.4.0 |
888 | 2024-05-15T05:20:23.746Z | Downloaded assert_cmd v2.0.14 |
889 | 2024-05-15T05:20:23.746Z | Downloaded arc-swap v1.6.0 |
890 | 2024-05-15T05:20:23.746Z | Downloaded atomic-waker v1.1.1 |
891 | 2024-05-15T05:20:23.746Z | Downloaded heapless v0.8.0 |
892 | 2024-05-15T05:20:23.747Z | Downloaded heapless v0.7.16 |
893 | 2024-05-15T05:20:23.747Z | Downloaded arrayvec v0.7.4 |
894 | 2024-05-15T05:20:23.747Z | Downloaded hubpack v0.1.2 |
895 | 2024-05-15T05:20:23.747Z | Downloaded array-init v0.0.4 |
896 | 2024-05-15T05:20:23.747Z | Downloaded hyper-tls v0.5.0 |
897 | 2024-05-15T05:20:23.747Z | Downloaded httptest v0.15.5 |
898 | 2024-05-15T05:20:23.747Z | Downloaded ascii v1.1.0 |
899 | 2024-05-15T05:20:23.747Z | Downloaded bit-vec v0.6.3 |
900 | 2024-05-15T05:20:23.747Z | Downloaded bit-set v0.5.3 |
901 | 2024-05-15T05:20:23.747Z | Downloaded hkdf v0.12.4 |
902 | 2024-05-15T05:20:23.747Z | Downloaded cassowary v0.3.0 |
903 | 2024-05-15T05:20:23.747Z | Downloaded http-body v1.0.0 |
904 | 2024-05-15T05:20:23.747Z | Downloaded http-range v0.1.5 |
905 | 2024-05-15T05:20:23.748Z | Downloaded hostname v0.4.0 |
906 | 2024-05-15T05:20:23.748Z | Downloaded http v0.2.12 |
907 | 2024-05-15T05:20:23.748Z | Downloaded base64 v0.21.7 |
908 | 2024-05-15T05:20:23.748Z | Downloaded heck v0.4.1 |
909 | 2024-05-15T05:20:23.748Z | Downloaded hmac v0.12.1 |
910 | 2024-05-15T05:20:23.748Z | Downloaded heck v0.3.3 |
911 | 2024-05-15T05:20:23.748Z | Downloaded bcs v0.1.6 |
912 | 2024-05-15T05:20:23.748Z | Downloaded bb8 v0.8.3 |
913 | 2024-05-15T05:20:23.748Z | Downloaded async-trait v0.1.80 |
914 | 2024-05-15T05:20:23.748Z | Downloaded async-stream v0.3.5 |
915 | 2024-05-15T05:20:23.748Z | Downloaded httpdate v1.0.3 |
916 | 2024-05-15T05:20:23.748Z | Downloaded base64ct v1.6.0 |
917 | 2024-05-15T05:20:23.748Z | Downloaded hubpack_derive v0.1.1 |
918 | 2024-05-15T05:20:23.748Z | Downloaded humantime v2.1.0 |
919 | 2024-05-15T05:20:23.748Z | Downloaded ciborium-io v0.2.2 |
920 | 2024-05-15T05:20:23.749Z | Downloaded hex v0.4.3 |
921 | 2024-05-15T05:20:23.749Z | Downloaded buf-list v1.0.3 |
922 | 2024-05-15T05:20:23.749Z | Downloaded http-body v0.4.5 |
923 | 2024-05-15T05:20:23.749Z | Downloaded instant v0.1.12 |
924 | 2024-05-15T05:20:23.749Z | Downloaded ident_case v1.0.1 |
925 | 2024-05-15T05:20:23.749Z | Downloaded block-buffer v0.10.4 |
926 | 2024-05-15T05:20:23.749Z | Downloaded bitstruct v0.1.1 |
927 | 2024-05-15T05:20:23.749Z | Downloaded bitfield v0.14.0 |
928 | 2024-05-15T05:20:23.749Z | Downloaded base16ct v0.2.0 |
929 | 2024-05-15T05:20:23.749Z | Downloaded crunchy v0.2.2 |
930 | 2024-05-15T05:20:23.749Z | Downloaded hostname v0.3.1 |
931 | 2024-05-15T05:20:23.749Z | Downloaded bitflags v1.3.2 |
932 | 2024-05-15T05:20:23.749Z | Downloaded crypto-bigint v0.5.2 |
933 | 2024-05-15T05:20:23.750Z | Downloaded hyper-staticfile v0.9.5 |
934 | 2024-05-15T05:20:23.750Z | Downloaded match_cfg v0.1.0 |
935 | 2024-05-15T05:20:23.750Z | Downloaded is_ci v1.2.0 |
936 | 2024-05-15T05:20:23.750Z | Downloaded hyper v0.14.28 |
937 | 2024-05-15T05:20:23.750Z | Downloaded newtype_derive v0.1.6 |
938 | 2024-05-15T05:20:23.751Z | Downloaded crc-catalog v2.2.0 |
939 | 2024-05-15T05:20:23.751Z | Downloaded castaway v0.2.2 |
940 | 2024-05-15T05:20:23.751Z | Downloaded linear-map v1.2.0 |
941 | 2024-05-15T05:20:23.751Z | Downloaded cast v0.3.0 |
942 | 2024-05-15T05:20:23.751Z | Downloaded normalize-line-endings v0.3.0 |
943 | 2024-05-15T05:20:23.752Z | Downloaded cfg-if v1.0.0 |
944 | 2024-05-15T05:20:23.752Z | Downloaded lru v0.12.1 |
945 | 2024-05-15T05:20:23.752Z | Downloaded newline-converter v0.3.0 |
946 | 2024-05-15T05:20:23.752Z | Downloaded nested v0.1.1 |
947 | 2024-05-15T05:20:23.752Z | Downloaded nodrop v0.1.14 |
948 | 2024-05-15T05:20:23.752Z | Downloaded mime v0.3.17 |
949 | 2024-05-15T05:20:23.752Z | Downloaded ipnetwork v0.20.0 |
950 | 2024-05-15T05:20:23.752Z | Downloaded colored v2.1.0 |
951 | 2024-05-15T05:20:23.752Z | Downloaded cancel-safe-futures v0.1.5 |
952 | 2024-05-15T05:20:23.752Z | Downloaded md-5 v0.10.5 |
953 | 2024-05-15T05:20:23.752Z | Downloaded serde-big-array v0.5.1 |
954 | 2024-05-15T05:20:23.752Z | Downloaded same-file v1.0.6 |
955 | 2024-05-15T05:20:23.752Z | Downloaded hyper-rustls v0.24.2 |
956 | 2024-05-15T05:20:23.753Z | Downloaded managed v0.8.0 |
957 | 2024-05-15T05:20:23.753Z | Downloaded smawk v0.3.1 |
958 | 2024-05-15T05:20:23.753Z | Downloaded usdt-macro v0.3.5 |
959 | 2024-05-15T05:20:23.753Z | Downloaded linked-hash-map v0.5.6 |
960 | 2024-05-15T05:20:23.753Z | Downloaded tower-layer v0.3.2 |
961 | 2024-05-15T05:20:23.753Z | Downloaded cpufeatures v0.2.12 |
962 | 2024-05-15T05:20:23.754Z | Downloaded indoc v1.0.9 |
963 | 2024-05-15T05:20:23.754Z | Downloaded nibble_vec v0.1.0 |
964 | 2024-05-15T05:20:23.755Z | Downloaded mockall v0.12.1 |
965 | 2024-05-15T05:20:23.755Z | Downloaded crc v3.0.1 |
966 | 2024-05-15T05:20:23.755Z | Downloaded bytecount v0.6.3 |
967 | 2024-05-15T05:20:23.755Z | Downloaded libefi-sys v0.1.0 |
968 | 2024-05-15T05:20:23.755Z | Downloaded num v0.4.3 |
969 | 2024-05-15T05:20:23.755Z | Downloaded corncobs v0.1.3 |
970 | 2024-05-15T05:20:23.755Z | Downloaded crossbeam-deque v0.8.3 |
971 | 2024-05-15T05:20:23.755Z | Downloaded multimap v0.10.0 |
972 | 2024-05-15T05:20:23.755Z | Downloaded cstr-argument v0.1.2 |
973 | 2024-05-15T05:20:23.756Z | Downloaded nanorand v0.7.0 |
974 | 2024-05-15T05:20:23.756Z | Downloaded memoffset v0.7.1 |
975 | 2024-05-15T05:20:23.756Z | Downloaded darling_macro v0.20.8 |
976 | 2024-05-15T05:20:23.756Z | Downloaded criterion-plot v0.5.0 |
977 | 2024-05-15T05:20:23.757Z | Downloaded keccak v0.1.4 |
978 | 2024-05-15T05:20:23.757Z | Downloaded constant_time_eq v0.2.6 |
979 | 2024-05-15T05:20:23.757Z | Downloaded indoc v2.0.3 |
980 | 2024-05-15T05:20:23.886Z | Downloaded rand_seeder v0.2.3 |
981 | 2024-05-15T05:20:23.886Z | Downloaded ipnet v2.9.0 |
982 | 2024-05-15T05:20:23.888Z | Downloaded shell-words v1.1.0 |
983 | 2024-05-15T05:20:23.888Z | Downloaded memmap v0.7.0 |
984 | 2024-05-15T05:20:23.888Z | Downloaded crc32fast v1.3.2 |
985 | 2024-05-15T05:20:23.888Z | Downloaded smf v0.2.3 |
986 | 2024-05-15T05:20:23.889Z | Downloaded hyper-util v0.1.2 |
987 | 2024-05-15T05:20:23.890Z | Downloaded foreign-types v0.3.2 |
988 | 2024-05-15T05:20:23.891Z | Downloaded scheduled-thread-pool v0.2.7 |
989 | 2024-05-15T05:20:23.891Z | Downloaded rustc_version v0.1.7 |
990 | 2024-05-15T05:20:23.891Z | Downloaded slab v0.4.9 |
991 | 2024-05-15T05:20:23.891Z | Downloaded siphasher v0.3.11 |
992 | 2024-05-15T05:20:23.892Z | Downloaded serde_plain v1.0.2 |
993 | 2024-05-15T05:20:23.893Z | Downloaded smallvec v0.6.14 |
994 | 2024-05-15T05:20:23.893Z | Downloaded unicode-xid v0.2.4 |
995 | 2024-05-15T05:20:23.893Z | Downloaded thiserror-no-std v2.0.2 |
996 | 2024-05-15T05:20:23.893Z | Downloaded slog-stdlog v4.1.1 |
997 | 2024-05-15T05:20:23.894Z | Downloaded camino-tempfile v1.1.1 |
998 | 2024-05-15T05:20:23.894Z | Downloaded threadpool v1.8.1 |
999 | 2024-05-15T05:20:23.895Z | Downloaded usdt v0.5.0 |
1000 | 2024-05-15T05:20:23.895Z | Downloaded console v0.15.8 |
1001 | 2024-05-15T05:20:23.896Z | Downloaded blake2b_simd v1.0.1 |
1002 | 2024-05-15T05:20:23.897Z | Downloaded nu-ansi-term v0.50.0 |
1003 | 2024-05-15T05:20:23.897Z | Downloaded ciborium v0.2.2 |
1004 | 2024-05-15T05:20:23.897Z | Downloaded cookie v0.17.0 |
1005 | 2024-05-15T05:20:23.898Z | Downloaded relative-path v1.9.0 |
1006 | 2024-05-15T05:20:23.898Z | Downloaded pathdiff v0.2.1 |
1007 | 2024-05-15T05:20:23.899Z | Downloaded clang-sys v1.6.1 |
1008 | 2024-05-15T05:20:23.899Z | Downloaded cfg-expr v0.15.6 |
1009 | 2024-05-15T05:20:23.899Z | Downloaded either v1.11.0 |
1010 | 2024-05-15T05:20:23.899Z | Downloaded datatest-stable v0.2.9 |
1011 | 2024-05-15T05:20:23.900Z | Downloaded data-encoding v2.4.0 |
1012 | 2024-05-15T05:20:23.900Z | Downloaded serde_repr v0.1.16 |
1013 | 2024-05-15T05:20:23.900Z | Downloaded miniz_oxide v0.7.1 |
1014 | 2024-05-15T05:20:23.902Z | Downloaded rustc_version v0.4.0 |
1015 | 2024-05-15T05:20:23.902Z | Downloaded mockall_derive v0.12.1 |
1016 | 2024-05-15T05:20:23.902Z | Downloaded blake2 v0.10.6 |
1017 | 2024-05-15T05:20:23.902Z | Downloaded num-conv v0.1.0 |
1018 | 2024-05-15T05:20:23.903Z | Downloaded fnv v1.0.7 |
1019 | 2024-05-15T05:20:23.903Z | Downloaded float-cmp v0.9.0 |
1020 | 2024-05-15T05:20:23.903Z | Downloaded thread-id v4.2.0 |
1021 | 2024-05-15T05:20:23.903Z | Downloaded slog-term v2.9.1 |
1022 | 2024-05-15T05:20:23.904Z | Downloaded sha2 v0.10.8 |
1023 | 2024-05-15T05:20:23.904Z | Downloaded take_mut v0.2.2 |
1024 | 2024-05-15T05:20:23.904Z | Downloaded crypto-common v0.1.6 |
1025 | 2024-05-15T05:20:23.904Z | Downloaded flagset v0.4.3 |
1026 | 2024-05-15T05:20:23.905Z | Downloaded native-tls v0.2.11 |
1027 | 2024-05-15T05:20:23.906Z | Downloaded crc-any v2.4.3 |
1028 | 2024-05-15T05:20:23.906Z | Downloaded num-integer v0.1.46 |
1029 | 2024-05-15T05:20:23.906Z | Downloaded num-iter v0.1.45 |
1030 | 2024-05-15T05:20:23.906Z | Downloaded thread_local v1.1.7 |
1031 | 2024-05-15T05:20:23.906Z | Downloaded crossbeam-utils v0.8.19 |
1032 | 2024-05-15T05:20:23.906Z | Downloaded crossbeam-epoch v0.9.18 |
1033 | 2024-05-15T05:20:23.907Z | Downloaded waitgroup v0.1.2 |
1034 | 2024-05-15T05:20:23.908Z | Downloaded num-derive v0.4.0 |
1035 | 2024-05-15T05:20:23.908Z | Downloaded whoami v1.5.1 |
1036 | 2024-05-15T05:20:23.909Z | Downloaded usdt-attr-macro v0.5.0 |
1037 | 2024-05-15T05:20:23.909Z | Downloaded psl-types v2.0.11 |
1038 | 2024-05-15T05:20:23.909Z | Downloaded predicates-core v1.0.6 |
1039 | 2024-05-15T05:20:23.909Z | Downloaded guppy-workspace-hack v0.1.0 |
1040 | 2024-05-15T05:20:23.910Z | Downloaded foreign-types-macros v0.2.3 |
1041 | 2024-05-15T05:20:23.910Z | Downloaded resolv-conf v0.7.0 |
1042 | 2024-05-15T05:20:23.910Z | Downloaded predicates v3.1.0 |
1043 | 2024-05-15T05:20:23.911Z | Downloaded env_logger v0.9.3 |
1044 | 2024-05-15T05:20:23.911Z | Downloaded serde_tokenstream v0.2.0 |
1045 | 2024-05-15T05:20:23.911Z | Downloaded phf_shared v0.11.2 |
1046 | 2024-05-15T05:20:23.911Z | Downloaded compact_str v0.7.1 |
1047 | 2024-05-15T05:20:23.912Z | Downloaded precomputed-hash v0.1.1 |
1048 | 2024-05-15T05:20:23.912Z | Downloaded rustls-pemfile v1.0.3 |
1049 | 2024-05-15T05:20:23.913Z | Downloaded rustfmt-wrapper v0.2.1 |
1050 | 2024-05-15T05:20:23.914Z | Downloaded path-slash v0.1.5 |
1051 | 2024-05-15T05:20:23.914Z | Downloaded strip-ansi-escapes v0.2.0 |
1052 | 2024-05-15T05:20:23.914Z | Downloaded structmeta v0.3.0 |
1053 | 2024-05-15T05:20:23.915Z | Downloaded structmeta v0.2.0 |
1054 | 2024-05-15T05:20:23.915Z | Downloaded strsim v0.10.0 |
1055 | 2024-05-15T05:20:23.917Z | Downloaded slog-envlogger v2.2.0 |
1056 | 2024-05-15T05:20:23.917Z | Downloaded unicode-linebreak v0.1.5 |
1057 | 2024-05-15T05:20:23.917Z | Downloaded scroll_derive v0.12.0 |
1058 | 2024-05-15T05:20:23.917Z | Downloaded tap v1.0.1 |
1059 | 2024-05-15T05:20:23.923Z | Downloaded tiny-keccak v2.0.2 |
1060 | 2024-05-15T05:20:23.924Z | Downloaded digest v0.10.7 |
1061 | 2024-05-15T05:20:23.924Z | Downloaded difflib v0.4.0 |
1062 | 2024-05-15T05:20:23.924Z | Downloaded pest_derive v2.7.6 |
1063 | 2024-05-15T05:20:23.925Z | Downloaded serde-big-array v0.4.1 |
1064 | 2024-05-15T05:20:23.938Z | Downloaded chacha20poly1305 v0.10.1 |
1065 | 2024-05-15T05:20:23.938Z | Downloaded vte_generate_state_changes v0.1.1 |
1066 | 2024-05-15T05:20:23.939Z | Downloaded tokio-native-tls v0.3.1 |
1067 | 2024-05-15T05:20:23.939Z | Downloaded toolchain_find v0.4.0 |
1068 | 2024-05-15T05:20:23.939Z | Downloaded pin-project-lite v0.2.13 |
1069 | 2024-05-15T05:20:23.939Z | Downloaded pin-project-internal v1.1.3 |
1070 | 2024-05-15T05:20:23.940Z | Downloaded sync_wrapper v0.1.2 |
1071 | 2024-05-15T05:20:23.940Z | Downloaded signal-hook-tokio v0.3.1 |
1072 | 2024-05-15T05:20:23.940Z | Downloaded olpc-cjson v0.1.3 |
1073 | 2024-05-15T05:20:23.940Z | Downloaded diesel_derives v2.1.2 |
1074 | 2024-05-15T05:20:23.941Z | Downloaded packed_struct v0.10.1 |
1075 | 2024-05-15T05:20:23.941Z | Downloaded plain v0.2.3 |
1076 | 2024-05-15T05:20:23.941Z | Downloaded foreign-types-shared v0.3.1 |
1077 | 2024-05-15T05:20:23.941Z | Downloaded foreign-types-shared v0.1.1 |
1078 | 2024-05-15T05:20:23.942Z | Downloaded dtrace-parser v0.1.14 |
1079 | 2024-05-15T05:20:23.942Z | Downloaded curve25519-dalek-derive v0.1.0 |
1080 | 2024-05-15T05:20:24.102Z | Downloaded enum-as-inner v0.5.1 |
1081 | 2024-05-15T05:20:24.103Z | Downloaded spin v0.9.8 |
1082 | 2024-05-15T05:20:24.103Z | Downloaded r2d2 v0.8.10 |
1083 | 2024-05-15T05:20:24.104Z | Downloaded quick-error v1.2.3 |
1084 | 2024-05-15T05:20:24.104Z | Downloaded peg v0.8.3 |
1085 | 2024-05-15T05:20:24.104Z | Downloaded string_cache v0.8.7 |
1086 | 2024-05-15T05:20:24.105Z | Downloaded shlex v1.3.0 |
1087 | 2024-05-15T05:20:24.105Z | Downloaded sha1 v0.10.6 |
1088 | 2024-05-15T05:20:24.105Z | Downloaded rustversion v1.0.14 |
1089 | 2024-05-15T05:20:24.106Z | Downloaded phf_shared v0.10.0 |
1090 | 2024-05-15T05:20:24.106Z | Downloaded num_threads v0.1.6 |
1091 | 2024-05-15T05:20:24.106Z | Downloaded subtle v2.5.0 |
1092 | 2024-05-15T05:20:24.106Z | Downloaded csv-core v0.1.11 |
1093 | 2024-05-15T05:20:24.106Z | Downloaded vsss-rs v3.3.4 |
1094 | 2024-05-15T05:20:24.107Z | Downloaded supports-color v3.0.0 |
1095 | 2024-05-15T05:20:24.107Z | Downloaded tokio-tungstenite v0.21.0 |
1096 | 2024-05-15T05:20:24.107Z | Downloaded tokio-tungstenite v0.20.1 |
1097 | 2024-05-15T05:20:24.108Z | Downloaded unarray v0.1.4 |
1098 | 2024-05-15T05:20:24.108Z | Downloaded signature v1.6.4 |
1099 | 2024-05-15T05:20:24.108Z | Downloaded zeroize v1.7.0 |
1100 | 2024-05-15T05:20:24.108Z | Downloaded wyz v0.5.1 |
1101 | 2024-05-15T05:20:24.109Z | Downloaded unicase v2.7.0 |
1102 | 2024-05-15T05:20:24.109Z | Downloaded signal-hook-mio v0.2.3 |
1103 | 2024-05-15T05:20:24.109Z | Downloaded serde-hex v0.1.0 |
1104 | 2024-05-15T05:20:24.110Z | Downloaded derive_builder v0.20.0 |
1105 | 2024-05-15T05:20:24.110Z | Downloaded try-lock v0.2.4 |
1106 | 2024-05-15T05:20:24.110Z | Downloaded derive_builder_macro v0.20.0 |
1107 | 2024-05-15T05:20:24.110Z | Downloaded embedded-io v0.4.0 |
1108 | 2024-05-15T05:20:24.111Z | Downloaded password-hash v0.5.0 |
1109 | 2024-05-15T05:20:24.111Z | Downloaded fragile v2.0.0 |
1110 | 2024-05-15T05:20:24.111Z | Downloaded debug-ignore v1.0.5 |
1111 | 2024-05-15T05:20:24.111Z | Downloaded textwrap v0.16.1 |
1112 | 2024-05-15T05:20:24.111Z | Downloaded trust-dns-server v0.22.1 |
1113 | 2024-05-15T05:20:24.112Z | Downloaded opaque-debug v0.3.0 |
1114 | 2024-05-15T05:20:24.112Z | Downloaded escape8259 v0.5.2 |
1115 | 2024-05-15T05:20:24.112Z | Downloaded dtrace-parser v0.2.0 |
1116 | 2024-05-15T05:20:24.112Z | Downloaded minimal-lexical v0.2.1 |
1117 | 2024-05-15T05:20:24.113Z | Downloaded pin-utils v0.1.0 |
1118 | 2024-05-15T05:20:24.113Z | Downloaded phf v0.11.2 |
1119 | 2024-05-15T05:20:24.113Z | Downloaded parse-display-derive v0.9.0 |
1120 | 2024-05-15T05:20:24.113Z | Downloaded portpicker v0.1.1 |
1121 | 2024-05-15T05:20:24.113Z | Downloaded dyn-clone v1.0.17 |
1122 | 2024-05-15T05:20:24.113Z | Downloaded slog-json v2.6.1 |
1123 | 2024-05-15T05:20:24.114Z | Downloaded scopeguard v1.2.0 |
1124 | 2024-05-15T05:20:24.114Z | Downloaded schemars_derive v0.8.17 |
1125 | 2024-05-15T05:20:24.114Z | Downloaded stability v0.2.0 |
1126 | 2024-05-15T05:20:24.114Z | Downloaded sqlparser_derive v0.2.2 |
1127 | 2024-05-15T05:20:24.115Z | Downloaded rtoolbox v0.0.1 |
1128 | 2024-05-15T05:20:24.115Z | Downloaded proc-macro-error-attr v1.0.4 |
1129 | 2024-05-15T05:20:24.115Z | Downloaded proc-macro-crate v1.3.1 |
1130 | 2024-05-15T05:20:24.115Z | Downloaded rayon-core v1.12.1 |
1131 | 2024-05-15T05:20:24.115Z | Downloaded usdt-macro v0.5.0 |
1132 | 2024-05-15T05:20:24.115Z | Downloaded tabled_derive v0.7.0 |
1133 | 2024-05-15T05:20:24.115Z | Downloaded synstructure v0.12.6 |
1134 | 2024-05-15T05:20:24.115Z | Downloaded strum_macros v0.25.2 |
1135 | 2024-05-15T05:20:24.115Z | Downloaded fxhash v0.2.1 |
1136 | 2024-05-15T05:20:24.116Z | Downloaded samael v0.0.15 |
1137 | 2024-05-15T05:20:24.116Z | Downloaded peg-runtime v0.8.3 |
1138 | 2024-05-15T05:20:24.116Z | Downloaded tui-tree-widget v0.19.0 |
1139 | 2024-05-15T05:20:24.116Z | Downloaded fancy-regex v0.13.0 |
1140 | 2024-05-15T05:20:24.116Z | Downloaded parse-size v1.0.0 |
1141 | 2024-05-15T05:20:24.116Z | Downloaded crossbeam-channel v0.5.8 |
1142 | 2024-05-15T05:20:24.116Z | Downloaded typed-path v0.7.0 |
1143 | 2024-05-15T05:20:24.116Z | Downloaded oorandom v11.1.3 |
1144 | 2024-05-15T05:20:24.116Z | Downloaded hash32 v0.3.1 |
1145 | 2024-05-15T05:20:24.116Z | Downloaded ed25519 v1.5.3 |
1146 | 2024-05-15T05:20:24.117Z | Downloaded zeroize_derive v1.4.2 |
1147 | 2024-05-15T05:20:24.117Z | Downloaded mio v0.8.11 |
1148 | 2024-05-15T05:20:24.117Z | Downloaded tinyvec_macros v0.1.1 |
1149 | 2024-05-15T05:20:24.117Z | Downloaded doc-comment v0.3.3 |
1150 | 2024-05-15T05:20:24.117Z | Downloaded ppv-lite86 v0.2.17 |
1151 | 2024-05-15T05:20:24.117Z | Downloaded sct v0.7.0 |
1152 | 2024-05-15T05:20:24.117Z | Downloaded powerfmt v0.2.0 |
1153 | 2024-05-15T05:20:24.117Z | Downloaded spin v0.5.2 |
1154 | 2024-05-15T05:20:24.118Z | Downloaded structmeta-derive v0.2.0 |
1155 | 2024-05-15T05:20:24.118Z | Downloaded semver v0.1.20 |
1156 | 2024-05-15T05:20:24.118Z | Downloaded openssl-macros v0.1.1 |
1157 | 2024-05-15T05:20:24.118Z | Downloaded structmeta-derive v0.3.0 |
1158 | 2024-05-15T05:20:24.118Z | Downloaded strum_macros v0.26.1 |
1159 | 2024-05-15T05:20:24.118Z | Downloaded pretty-hex v0.4.1 |
1160 | 2024-05-15T05:20:24.118Z | Downloaded pretty-hex v0.2.1 |
1161 | 2024-05-15T05:20:24.118Z | Downloaded futures-io v0.3.30 |
1162 | 2024-05-15T05:20:24.118Z | Downloaded stringprep v0.1.3 |
1163 | 2024-05-15T05:20:24.119Z | Downloaded futures-timer v3.0.2 |
1164 | 2024-05-15T05:20:24.119Z | Downloaded static_assertions v1.1.0 |
1165 | 2024-05-15T05:20:24.119Z | Downloaded which v4.4.0 |
1166 | 2024-05-15T05:20:24.119Z | Downloaded zerocopy v0.3.0 |
1167 | 2024-05-15T05:20:24.119Z | Downloaded generic-array v0.14.7 |
1168 | 2024-05-15T05:20:24.119Z | Downloaded serde_arrays v0.1.0 |
1169 | 2024-05-15T05:20:24.119Z | Downloaded tower v0.4.13 |
1170 | 2024-05-15T05:20:24.120Z | Downloaded pem-rfc7468 v0.7.0 |
1171 | 2024-05-15T05:20:24.120Z | Downloaded erased-serde v0.3.31 |
1172 | 2024-05-15T05:20:24.120Z | Downloaded utf-8 v0.7.6 |
1173 | 2024-05-15T05:20:24.120Z | Downloaded usdt-impl v0.3.5 |
1174 | 2024-05-15T05:20:24.120Z | Downloaded usdt v0.3.5 |
1175 | 2024-05-15T05:20:24.120Z | Downloaded rpassword v7.3.1 |
1176 | 2024-05-15T05:20:24.120Z | Downloaded pem v3.0.4 |
1177 | 2024-05-15T05:20:24.120Z | Downloaded rust-argon2 v2.1.0 |
1178 | 2024-05-15T05:20:24.120Z | Downloaded sec1 v0.7.3 |
1179 | 2024-05-15T05:20:24.120Z | Downloaded rstest v0.19.0 |
1180 | 2024-05-15T05:20:24.207Z | Downloaded oso-derive v0.27.3 |
1181 | 2024-05-15T05:20:24.207Z | Downloaded postgres-types v0.2.6 |
1182 | 2024-05-15T05:20:24.208Z | Downloaded postgres-protocol v0.6.6 |
1183 | 2024-05-15T05:20:24.208Z | Downloaded plotters-svg v0.3.5 |
1184 | 2024-05-15T05:20:24.208Z | Downloaded filetime v0.2.23 |
1185 | 2024-05-15T05:20:24.208Z | Downloaded ff v0.13.0 |
1186 | 2024-05-15T05:20:24.208Z | Downloaded stable_deref_trait v1.2.0 |
1187 | 2024-05-15T05:20:24.208Z | Downloaded subprocess v0.2.9 |
1188 | 2024-05-15T05:20:24.209Z | Downloaded libxml v0.3.3 |
1189 | 2024-05-15T05:20:24.209Z | Downloaded tokio-postgres v0.7.10 |
1190 | 2024-05-15T05:20:24.209Z | Downloaded slog-bunyan v2.5.0 |
1191 | 2024-05-15T05:20:24.209Z | Downloaded slog-async v2.8.0 |
1192 | 2024-05-15T05:20:24.209Z | Downloaded ref-cast-impl v1.0.23 |
1193 | 2024-05-15T05:20:24.210Z | Downloaded peg-macros v0.8.3 |
1194 | 2024-05-15T05:20:24.210Z | Downloaded partial-io v0.5.4 |
1195 | 2024-05-15T05:20:24.210Z | Downloaded sigpipe v0.1.3 |
1196 | 2024-05-15T05:20:24.210Z | Downloaded similar-asserts v1.5.0 |
1197 | 2024-05-15T05:20:24.211Z | Downloaded zerocopy-derive v0.7.32 |
1198 | 2024-05-15T05:20:24.211Z | Downloaded openssl-probe v0.1.5 |
1199 | 2024-05-15T05:20:24.211Z | Downloaded number_prefix v0.4.0 |
1200 | 2024-05-15T05:20:24.212Z | Downloaded tempfile v3.10.1 |
1201 | 2024-05-15T05:20:24.212Z | Downloaded pest_generator v2.7.6 |
1202 | 2024-05-15T05:20:24.212Z | Downloaded percent-encoding v2.3.1 |
1203 | 2024-05-15T05:20:24.212Z | Downloaded crossterm v0.27.0 |
1204 | 2024-05-15T05:20:24.212Z | Downloaded term v0.7.0 |
1205 | 2024-05-15T05:20:24.213Z | Downloaded rand_xorshift v0.3.0 |
1206 | 2024-05-15T05:20:24.213Z | Downloaded owo-colors v4.0.0 |
1207 | 2024-05-15T05:20:24.213Z | Downloaded socket2 v0.4.9 |
1208 | 2024-05-15T05:20:24.213Z | Downloaded untrusted v0.9.0 |
1209 | 2024-05-15T05:20:24.213Z | Downloaded untrusted v0.7.1 |
1210 | 2024-05-15T05:20:24.214Z | Downloaded universal-hash v0.5.1 |
1211 | 2024-05-15T05:20:24.214Z | Downloaded tabwriter v1.4.0 |
1212 | 2024-05-15T05:20:24.214Z | Downloaded proc-macro-error v1.0.4 |
1213 | 2024-05-15T05:20:24.214Z | Downloaded downcast v0.11.0 |
1214 | 2024-05-15T05:20:24.214Z | Downloaded plotters-backend v0.3.5 |
1215 | 2024-05-15T05:20:24.214Z | Downloaded once_cell v1.19.0 |
1216 | 2024-05-15T05:20:24.214Z | Downloaded futures-channel v0.3.30 |
1217 | 2024-05-15T05:20:24.215Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1218 | 2024-05-15T05:20:24.215Z | Downloaded zone_cfg_derive v0.1.2 |
1219 | 2024-05-15T05:20:24.215Z | Downloaded blake3 v1.5.0 |
1220 | 2024-05-15T05:20:24.215Z | Downloaded defmt-parser v0.3.3 |
1221 | 2024-05-15T05:20:24.215Z | Downloaded serde_tokenstream v0.1.7 |
1222 | 2024-05-15T05:20:24.215Z | Downloaded rusty-fork v0.3.0 |
1223 | 2024-05-15T05:20:24.216Z | Downloaded rustls-pki-types v1.3.0 |
1224 | 2024-05-15T05:20:24.216Z | Downloaded tower-service v0.3.2 |
1225 | 2024-05-15T05:20:24.216Z | Downloaded thiserror-impl-no-std v2.0.2 |
1226 | 2024-05-15T05:20:24.216Z | Downloaded hash32 v0.2.1 |
1227 | 2024-05-15T05:20:24.216Z | Downloaded group v0.13.0 |
1228 | 2024-05-15T05:20:24.216Z | Downloaded ucd-trie v0.1.6 |
1229 | 2024-05-15T05:20:24.216Z | Downloaded pkcs1 v0.7.5 |
1230 | 2024-05-15T05:20:24.217Z | Downloaded slog-dtrace v0.3.0 |
1231 | 2024-05-15T05:20:24.217Z | Downloaded signature v2.1.0 |
1232 | 2024-05-15T05:20:24.217Z | Downloaded platforms v3.0.2 |
1233 | 2024-05-15T05:20:24.217Z | Downloaded num-bigint-dig v0.8.4 |
1234 | 2024-05-15T05:20:24.217Z | Downloaded time-core v0.1.2 |
1235 | 2024-05-15T05:20:24.217Z | Downloaded rand_core v0.6.4 |
1236 | 2024-05-15T05:20:24.217Z | Downloaded deranged v0.3.11 |
1237 | 2024-05-15T05:20:24.217Z | Downloaded uzers v0.11.3 |
1238 | 2024-05-15T05:20:24.218Z | Downloaded dof v0.1.5 |
1239 | 2024-05-15T05:20:24.218Z | Downloaded radium v0.7.0 |
1240 | 2024-05-15T05:20:24.218Z | Downloaded defmt-macros v0.3.6 |
1241 | 2024-05-15T05:20:24.218Z | Downloaded defmt v0.3.5 |
1242 | 2024-05-15T05:20:24.218Z | Downloaded getrandom v0.2.12 |
1243 | 2024-05-15T05:20:24.218Z | Downloaded tracing-attributes v0.1.27 |
1244 | 2024-05-15T05:20:24.662Z | Downloaded diff v0.1.13 |
1245 | 2024-05-15T05:20:24.662Z | Downloaded termtree v0.4.1 |
1246 | 2024-05-15T05:20:24.662Z | Downloaded futures-executor v0.3.30 |
1247 | 2024-05-15T05:20:24.663Z | Downloaded serde_with_macros v3.7.0 |
1248 | 2024-05-15T05:20:24.663Z | Downloaded fallible-iterator v0.2.0 |
1249 | 2024-05-15T05:20:24.663Z | Downloaded dof v0.3.0 |
1250 | 2024-05-15T05:20:24.663Z | Downloaded getopts v0.2.21 |
1251 | 2024-05-15T05:20:24.663Z | Downloaded serde_path_to_error v0.1.16 |
1252 | 2024-05-15T05:20:24.663Z | Downloaded omicron-zone-package v0.11.0 |
1253 | 2024-05-15T05:20:24.664Z | Downloaded gethostname v0.4.3 |
1254 | 2024-05-15T05:20:24.664Z | Downloaded zone v0.1.8 |
1255 | 2024-05-15T05:20:24.664Z | Downloaded version_check v0.9.4 |
1256 | 2024-05-15T05:20:24.664Z | Downloaded typenum v1.16.0 |
1257 | 2024-05-15T05:20:24.664Z | Downloaded slog v2.7.0 |
1258 | 2024-05-15T05:20:24.664Z | Downloaded termcolor v1.2.0 |
1259 | 2024-05-15T05:20:24.664Z | Downloaded rsa v0.9.2 |
1260 | 2024-05-15T05:20:24.665Z | Downloaded ron v0.8.1 |
1261 | 2024-05-15T05:20:24.665Z | Downloaded ref-cast v1.0.23 |
1262 | 2024-05-15T05:20:24.665Z | Downloaded time-macros v0.2.17 |
1263 | 2024-05-15T05:20:24.665Z | Downloaded poly1305 v0.8.0 |
1264 | 2024-05-15T05:20:24.665Z | Downloaded reedline v0.31.0 |
1265 | 2024-05-15T05:20:24.665Z | Downloaded unicode-segmentation v1.10.1 |
1266 | 2024-05-15T05:20:24.665Z | Downloaded salty v0.2.0 |
1267 | 2024-05-15T05:20:24.666Z | Downloaded steno v0.4.0 |
1268 | 2024-05-15T05:20:24.666Z | Downloaded der_derive v0.7.2 |
1269 | 2024-05-15T05:20:24.666Z | Downloaded target-lexicon v0.12.13 |
1270 | 2024-05-15T05:20:24.666Z | Downloaded similar v2.4.0 |
1271 | 2024-05-15T05:20:24.666Z | Downloaded tracing-core v0.1.32 |
1272 | 2024-05-15T05:20:24.666Z | Downloaded expectorate v1.1.0 |
1273 | 2024-05-15T05:20:24.666Z | Downloaded tungstenite v0.20.1 |
1274 | 2024-05-15T05:20:24.666Z | Downloaded num-bigint v0.4.4 |
1275 | 2024-05-15T05:20:24.667Z | Downloaded oso v0.27.3 |
1276 | 2024-05-15T05:20:24.667Z | Downloaded derive-where v1.2.7 |
1277 | 2024-05-15T05:20:24.667Z | Downloaded unicode-normalization v0.1.22 |
1278 | 2024-05-15T05:20:24.667Z | Downloaded bindgen v0.69.2 |
1279 | 2024-05-15T05:20:24.667Z | Downloaded uuid v1.8.0 |
1280 | 2024-05-15T05:20:24.667Z | Downloaded tough v0.17.1 |
1281 | 2024-05-15T05:20:24.667Z | Downloaded url v2.5.0 |
1282 | 2024-05-15T05:20:24.668Z | Downloaded rustls-webpki v0.101.7 |
1283 | 2024-05-15T05:20:24.668Z | Downloaded test-strategy v0.3.1 |
1284 | 2024-05-15T05:20:24.668Z | Downloaded prettyplease v0.2.20 |
1285 | 2024-05-15T05:20:24.668Z | Downloaded headers v0.3.9 |
1286 | 2024-05-15T05:20:24.669Z | Downloaded pretty_assertions v1.4.0 |
1287 | 2024-05-15T05:20:24.669Z | Downloaded unicode_categories v0.1.1 |
1288 | 2024-05-15T05:20:24.669Z | Downloaded derive_more v0.99.17 |
1289 | 2024-05-15T05:20:24.669Z | Downloaded der v0.7.8 |
1290 | 2024-05-15T05:20:24.669Z | Downloaded trust-dns-client v0.22.0 |
1291 | 2024-05-15T05:20:24.669Z | Downloaded openssl-sys v0.9.102 |
1292 | 2024-05-15T05:20:24.670Z | Downloaded serde_yaml v0.9.25 |
1293 | 2024-05-15T05:20:24.670Z | Downloaded toml_edit v0.19.15 |
1294 | 2024-05-15T05:20:24.670Z | Downloaded rand v0.8.5 |
1295 | 2024-05-15T05:20:24.670Z | Downloaded chrono v0.4.38 |
1296 | 2024-05-15T05:20:24.670Z | Downloaded tokio-util v0.7.10 |
1297 | 2024-05-15T05:20:24.670Z | Downloaded zerocopy v0.7.32 |
1298 | 2024-05-15T05:20:24.670Z | Downloaded tracing v0.1.40 |
1299 | 2024-05-15T05:20:24.670Z | Downloaded rustls-webpki v0.102.1 |
1300 | 2024-05-15T05:20:24.670Z | Downloaded time v0.3.34 |
1301 | 2024-05-15T05:20:24.670Z | Downloaded hashbrown v0.13.2 |
1302 | 2024-05-15T05:20:24.671Z | Downloaded idna v0.5.0 |
1303 | 2024-05-15T05:20:24.671Z | Downloaded reqwest v0.11.27 |
1304 | 2024-05-15T05:20:24.671Z | Downloaded sqlparser v0.45.0 |
1305 | 2024-05-15T05:20:24.671Z | Downloaded guppy v0.17.5 |
1306 | 2024-05-15T05:20:24.671Z | Downloaded goblin v0.8.0 |
1307 | 2024-05-15T05:20:24.672Z | Downloaded object v0.30.4 |
1308 | 2024-05-15T05:20:24.672Z | Downloaded gimli v0.28.0 |
1309 | 2024-05-15T05:20:24.672Z | Downloaded plotters v0.3.5 |
1310 | 2024-05-15T05:20:24.673Z | Downloaded object v0.32.1 |
1311 | 2024-05-15T05:20:24.673Z | Downloaded syn v1.0.109 |
1312 | 2024-05-15T05:20:24.674Z | Downloaded regex v1.10.4 |
1313 | 2024-05-15T05:20:24.674Z | Downloaded webpki-roots v0.25.2 |
1314 | 2024-05-15T05:20:24.674Z | Downloaded rayon v1.10.0 |
1315 | 2024-05-15T05:20:24.674Z | Downloaded polar-core v0.27.3 |
1316 | 2024-05-15T05:20:24.674Z | Downloaded diesel v2.1.6 |
1317 | 2024-05-15T05:20:24.674Z | Downloaded curve25519-dalek v4.1.2 |
1318 | 2024-05-15T05:20:24.675Z | Downloaded openssl v0.10.64 |
1319 | 2024-05-15T05:20:24.675Z | Downloaded radix_trie v0.2.1 |
1320 | 2024-05-15T05:20:24.675Z | Downloaded regex-syntax v0.8.2 |
1321 | 2024-05-15T05:20:24.675Z | Downloaded trust-dns-proto v0.22.0 |
1322 | 2024-05-15T05:20:24.675Z | Downloaded rustls v0.22.4 |
1323 | 2024-05-15T05:20:24.675Z | Downloaded openapiv3 v2.0.0 |
1324 | 2024-05-15T05:20:24.675Z | Downloaded regress v0.9.1 |
1325 | 2024-05-15T05:20:25.148Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1326 | 2024-05-15T05:20:25.148Z | Downloaded sled v0.34.7 |
1327 | 2024-05-15T05:20:25.148Z | Downloaded zerocopy-derive v0.6.6 |
1328 | 2024-05-15T05:20:25.149Z | Downloaded ratatui v0.26.2 |
1329 | 2024-05-15T05:20:25.149Z | Downloaded regex-automata v0.4.5 |
1330 | 2024-05-15T05:20:25.149Z | Downloaded sha3 v0.10.8 |
1331 | 2024-05-15T05:20:25.149Z | Downloaded petgraph v0.6.5 |
1332 | 2024-05-15T05:20:25.150Z | Downloaded tokio v1.37.0 |
1333 | 2024-05-15T05:20:25.150Z | Downloaded csv v1.3.0 |
1334 | 2024-05-15T05:20:25.150Z | Downloaded encoding_rs v0.8.33 |
1335 | 2024-05-15T05:20:25.151Z | Downloaded zerocopy-derive v0.2.0 |
1336 | 2024-05-15T05:20:25.151Z | Downloaded regex-syntax v0.6.29 |
1337 | 2024-05-15T05:20:25.151Z | Downloaded smoltcp v0.11.0 |
1338 | 2024-05-15T05:20:25.151Z | Downloaded bstr v1.9.0 |
1339 | 2024-05-15T05:20:25.151Z | Downloaded rustls v0.21.9 |
1340 | 2024-05-15T05:20:25.152Z | Downloaded nix v0.28.0 |
1341 | 2024-05-15T05:20:25.153Z | Downloaded smoltcp v0.9.1 |
1342 | 2024-05-15T05:20:25.156Z | Downloaded idna v0.2.3 |
1343 | 2024-05-15T05:20:25.156Z | Downloaded serde_with v3.7.0 |
1344 | 2024-05-15T05:20:25.158Z | Downloaded futures-util v0.3.30 |
1345 | 2024-05-15T05:20:25.158Z | Downloaded vcpkg v0.2.15 |
1346 | 2024-05-15T05:20:25.158Z | Downloaded idna v0.3.0 |
1347 | 2024-05-15T05:20:25.158Z | Downloaded regex-automata v0.1.10 |
1348 | 2024-05-15T05:20:25.158Z | Downloaded pest v2.7.6 |
1349 | 2024-05-15T05:20:25.158Z | Downloaded tabled v0.15.0 |
1350 | 2024-05-15T05:20:25.158Z | Downloaded portable-atomic v1.4.3 |
1351 | 2024-05-15T05:20:25.158Z | Downloaded quick-xml v0.31.0 |
1352 | 2024-05-15T05:20:25.158Z | Downloaded proptest v1.4.0 |
1353 | 2024-05-15T05:20:25.159Z | Downloaded bitvec v1.0.1 |
1354 | 2024-05-15T05:20:25.159Z | Downloaded hashbrown v0.12.3 |
1355 | 2024-05-15T05:20:25.159Z | Downloaded trust-dns-resolver v0.22.0 |
1356 | 2024-05-15T05:20:25.159Z | Downloaded rustyline v14.0.0 |
1357 | 2024-05-15T05:20:25.159Z | Downloaded winnow v0.5.15 |
1358 | 2024-05-15T05:20:25.159Z | Downloaded h2 v0.3.26 |
1359 | 2024-05-15T05:20:25.159Z | Downloaded lalrpop v0.19.12 |
1360 | 2024-05-15T05:20:25.159Z | Downloaded x509-cert v0.2.4 |
1361 | 2024-05-15T05:20:25.159Z | Downloaded target-spec v3.1.0 |
1362 | 2024-05-15T05:20:25.159Z | Downloaded rand_chacha v0.3.1 |
1363 | 2024-05-15T05:20:25.159Z | Downloaded fatfs v0.3.6 |
1364 | 2024-05-15T05:20:25.159Z | Downloaded fastrand v2.0.1 |
1365 | 2024-05-15T05:20:25.159Z | Downloaded papergrid v0.11.0 |
1366 | 2024-05-15T05:20:25.159Z | Downloaded zip v0.6.6 |
1367 | 2024-05-15T05:20:25.159Z | Downloaded zerocopy v0.6.6 |
1368 | 2024-05-15T05:20:25.159Z | Downloaded snafu-derive v0.8.2 |
1369 | 2024-05-15T05:20:25.159Z | Downloaded toml v0.5.11 |
1370 | 2024-05-15T05:20:25.159Z | Downloaded socket2 v0.5.6 |
1371 | 2024-05-15T05:20:25.159Z | Downloaded schemars v0.8.17 |
1372 | 2024-05-15T05:20:25.159Z | Downloaded tinyvec v1.6.0 |
1373 | 2024-05-15T05:20:25.160Z | Downloaded serde_derive_internals v0.29.0 |
1374 | 2024-05-15T05:20:25.160Z | Downloaded parking_lot v0.12.1 |
1375 | 2024-05-15T05:20:25.160Z | Downloaded parking_lot v0.11.2 |
1376 | 2024-05-15T05:20:26.188Z | Downloaded yasna v0.5.2 |
1377 | 2024-05-15T05:20:26.188Z | Downloaded elliptic-curve v0.13.8 |
1378 | 2024-05-15T05:20:26.188Z | Downloaded futures-core v0.3.30 |
1379 | 2024-05-15T05:20:26.189Z | Downloaded fd-lock v4.0.2 |
1380 | 2024-05-15T05:20:26.189Z | Downloaded rustls-pemfile v2.1.2 |
1381 | 2024-05-15T05:20:26.189Z | Downloaded itertools v0.10.5 |
1382 | 2024-05-15T05:20:26.189Z | Downloaded nom v7.1.3 |
1383 | 2024-05-15T05:20:26.189Z | Downloaded trybuild v1.0.91 |
1384 | 2024-05-15T05:20:26.189Z | Downloaded itertools v0.12.1 |
1385 | 2024-05-15T05:20:26.189Z | Downloaded pest_meta v2.7.6 |
1386 | 2024-05-15T05:20:26.189Z | Downloaded walkdir v2.5.0 |
1387 | 2024-05-15T05:20:26.189Z | Downloaded futures v0.3.30 |
1388 | 2024-05-15T05:20:26.189Z | Downloaded xattr v1.0.1 |
1389 | 2024-05-15T05:20:26.189Z | Downloaded sqlformat v0.2.3 |
1390 | 2024-05-15T05:20:26.190Z | Downloaded darling v0.20.8 |
1391 | 2024-05-15T05:20:26.190Z | Downloaded criterion v0.5.1 |
1392 | 2024-05-15T05:20:26.190Z | Downloaded foreign-types v0.5.0 |
1393 | 2024-05-15T05:20:26.190Z | Downloaded secrecy v0.8.0 |
1394 | 2024-05-15T05:20:26.190Z | Downloaded unicode-bidi v0.3.15 |
1395 | 2024-05-15T05:20:26.190Z | Downloaded publicsuffix v2.2.3 |
1396 | 2024-05-15T05:20:26.190Z | Downloaded libm v0.2.7 |
1397 | 2024-05-15T05:20:26.191Z | Downloaded scroll v0.12.0 |
1398 | 2024-05-15T05:20:26.191Z | Downloaded derive_builder_core v0.20.0 |
1399 | 2024-05-15T05:20:26.191Z | Downloaded usdt-impl v0.5.0 |
1400 | 2024-05-15T05:20:26.191Z | Downloaded env_logger v0.10.0 |
1401 | 2024-05-15T05:20:26.191Z | Downloaded signal-hook v0.3.17 |
1402 | 2024-05-15T05:20:26.191Z | Downloaded vte v0.11.1 |
1403 | 2024-05-15T05:20:26.191Z | Downloaded unsafe-libyaml v0.2.10 |
1404 | 2024-05-15T05:20:26.191Z | Downloaded flate2 v1.0.30 |
1405 | 2024-05-15T05:20:26.192Z | Downloaded strum_macros v0.24.3 |
1406 | 2024-05-15T05:20:26.192Z | Downloaded half v2.3.1 |
1407 | 2024-05-15T05:20:26.192Z | Downloaded pin-project v1.1.3 |
1408 | 2024-05-15T05:20:26.193Z | Downloaded tinytemplate v1.2.1 |
1409 | 2024-05-15T05:20:26.193Z | Downloaded postcard v1.0.8 |
1410 | 2024-05-15T05:20:26.193Z | Downloaded parse-display v0.9.0 |
1411 | 2024-05-15T05:20:26.193Z | Downloaded num_enum_derive v0.5.11 |
1412 | 2024-05-15T05:20:26.193Z | Downloaded num_enum v0.5.11 |
1413 | 2024-05-15T05:20:26.193Z | Downloaded num_cpus v1.16.0 |
1414 | 2024-05-15T05:20:26.194Z | Downloaded form_urlencoded v1.2.1 |
1415 | 2024-05-15T05:20:26.194Z | Downloaded ena v0.14.2 |
1416 | 2024-05-15T05:20:26.194Z | Downloaded predicates-tree v1.0.9 |
1417 | 2024-05-15T05:20:26.194Z | Downloaded flume v0.11.0 |
1418 | 2024-05-15T05:20:26.194Z | Downloaded want v0.3.1 |
1419 | 2024-05-15T05:20:26.195Z | Downloaded strum v0.26.2 |
1420 | 2024-05-15T05:20:26.195Z | Downloaded topological-sort v0.2.2 |
1421 | 2024-05-15T05:20:26.195Z | Downloaded pkcs8 v0.10.2 |
1422 | 2024-05-15T05:20:26.195Z | Downloaded wait-timeout v0.2.0 |
1423 | 2024-05-15T05:20:26.195Z | Downloaded darling_core v0.20.8 |
1424 | 2024-05-15T05:20:26.195Z | Downloaded tokio-rustls v0.25.0 |
1425 | 2024-05-15T05:20:26.195Z | Downloaded tokio-rustls v0.24.1 |
1426 | 2024-05-15T05:20:26.195Z | Downloaded num-traits v0.2.19 |
1427 | 2024-05-15T05:20:26.196Z | Downloaded num-rational v0.4.2 |
1428 | 2024-05-15T05:20:26.196Z | Downloaded ring v0.17.8 |
1429 | 2024-05-15T05:20:26.196Z | Downloaded const_format v0.2.32 |
1430 | 2024-05-15T05:20:26.196Z | Downloaded tungstenite v0.21.0 |
1431 | 2024-05-15T05:20:26.196Z | Downloaded paste v1.0.15 |
1432 | 2024-05-15T05:20:26.196Z | Downloaded futures-task v0.3.30 |
1433 | 2024-05-15T05:20:26.196Z | Downloaded futures-sink v0.3.30 |
1434 | 2024-05-15T05:20:26.197Z | Downloaded futures-macro v0.3.30 |
1435 | 2024-05-15T05:20:26.197Z | Downloaded funty v2.0.0 |
1436 | 2024-05-15T05:20:26.197Z | Downloaded endian-type v0.1.2 |
1437 | 2024-05-15T05:20:26.197Z | Downloaded display-error-chain v0.2.0 |
1438 | 2024-05-15T05:20:26.198Z | Downloaded rustls-native-certs v0.7.0 |
1439 | 2024-05-15T05:20:26.198Z | Downloaded rustc-demangle v0.1.23 |
1440 | 2024-05-15T05:20:26.198Z | Downloaded rstest_macros v0.19.0 |
1441 | 2024-05-15T05:20:26.198Z | Downloaded pkg-config v0.3.27 |
1442 | 2024-05-15T05:20:26.198Z | Downloaded packed_struct_codegen v0.10.1 |
1443 | 2024-05-15T05:20:26.198Z | Downloaded tar v0.4.40 |
1444 | 2024-05-15T05:20:26.199Z | Downloaded snafu v0.8.2 |
1445 | 2024-05-15T05:20:26.199Z | Downloaded rcgen v0.12.1 |
1446 | 2024-05-15T05:20:26.199Z | Downloaded indicatif v0.17.8 |
1447 | 2024-05-15T05:20:26.199Z | Downloaded http v1.0.0 |
1448 | 2024-05-15T05:20:26.199Z | Downloaded ring v0.16.20 |
1449 | 2024-05-15T05:20:26.199Z | Downloaded bstr v0.2.17 |
1450 | 2024-05-15T05:20:26.199Z | Downloaded signal-hook-registry v1.4.1 |
1451 | 2024-05-15T05:20:26.200Z | Downloaded tokio-macros v2.2.0 |
1452 | 2024-05-15T05:20:26.200Z | Downloaded parking_lot_core v0.9.8 |
1453 | 2024-05-15T05:20:26.200Z | Downloaded parking_lot_core v0.8.6 |
1454 | 2024-05-15T05:20:26.200Z | Downloaded num-complex v0.4.6 |
1455 | 2024-05-15T05:20:26.200Z | Downloaded const-oid v0.9.6 |
1456 | 2024-05-15T05:20:26.200Z | Downloaded bytes v1.6.0 |
1457 | 2024-05-15T05:20:26.200Z | Downloaded indexmap v1.9.3 |
1458 | 2024-05-15T05:20:26.200Z | Downloaded fixedbitset v0.4.2 |
1459 | 2024-05-15T05:20:26.200Z | Downloaded serde_urlencoded v0.7.1 |
1460 | 2024-05-15T05:20:26.200Z | Downloaded globset v0.4.13 |
1461 | 2024-05-15T05:20:26.201Z | Downloaded glob v0.3.1 |
1462 | 2024-05-15T05:20:26.201Z | Downloaded spki v0.7.2 |
1463 | 2024-05-15T05:20:26.201Z | Downloaded toml v0.7.8 |
1464 | 2024-05-15T05:20:26.201Z | Downloaded ron v0.7.1 |
1465 | 2024-05-15T05:20:26.201Z | Downloaded usdt-attr-macro v0.3.5 |
1466 | 2024-05-15T05:20:26.201Z | Downloaded peeking_take_while v0.1.2 |
1467 | 2024-05-15T05:20:26.201Z | Downloaded hyper v1.1.0 |
1468 | 2024-05-15T05:20:26.201Z | Downloaded const_format_proc_macros v0.2.32 |
1469 | 2024-05-15T05:20:26.201Z | Downloaded tokio-stream v0.1.15 |
1470 | 2024-05-15T05:20:26.202Z | Downloaded smallvec v1.13.1 |
1471 | 2024-05-15T05:20:26.202Z | Downloaded cc v1.0.83 |
1472 | 2024-05-15T05:20:26.202Z | Downloaded base64 v0.22.1 |
1473 | 2024-05-15T05:20:26.202Z | Downloaded base64 v0.13.1 |
1474 | 2024-05-15T05:20:26.202Z | Downloaded dirs-sys-next v0.1.2 |
1475 | 2024-05-15T05:20:26.202Z | Downloaded dirs-next v2.0.0 |
1476 | 2024-05-15T05:20:26.247Z | Downloaded yansi v0.5.1 |
1477 | 2024-05-15T05:20:26.247Z | Downloaded bzip2 v0.4.4 |
1478 | 2024-05-15T05:20:26.247Z | Downloaded memmap2 v0.7.1 |
1479 | 2024-05-15T05:20:26.247Z | Downloaded chacha20 v0.9.1 |
1480 | 2024-05-15T05:20:26.247Z | Downloaded log v0.4.21 |
1481 | 2024-05-15T05:20:26.247Z | Downloaded libloading v0.7.4 |
1482 | 2024-05-15T05:20:26.247Z | Downloaded termios v0.3.3 |
1483 | 2024-05-15T05:20:26.247Z | Downloaded unicode-width v0.1.11 |
1484 | 2024-05-15T05:20:26.248Z | Downloaded lazy_static v1.4.0 |
1485 | 2024-05-15T05:20:26.248Z | Downloaded kstat-rs v0.2.3 |
1486 | 2024-05-15T05:20:26.248Z | Downloaded slog-scope v4.4.0 |
1487 | 2024-05-15T05:20:26.248Z | Downloaded rustc-hash v1.1.0 |
1488 | 2024-05-15T05:20:26.248Z | Downloaded multer v3.1.0 |
1489 | 2024-05-15T05:20:26.248Z | Downloaded libtest-mimic v0.7.2 |
1490 | 2024-05-15T05:20:26.248Z | Downloaded cookie v0.18.1 |
1491 | 2024-05-15T05:20:26.248Z | Downloaded cookie_store v0.20.0 |
1492 | 2024-05-15T05:20:26.249Z | Downloaded lru-cache v0.1.2 |
1493 | 2024-05-15T05:20:26.249Z | Downloaded newtype-uuid v1.1.0 |
1494 | 2024-05-15T05:20:26.249Z | Downloaded mime_guess v2.0.4 |
1495 | 2024-05-15T05:20:26.249Z | Downloaded maybe-uninit v2.0.0 |
1496 | 2024-05-15T05:20:26.249Z | Downloaded lock_api v0.4.10 |
1497 | 2024-05-15T05:20:26.249Z | Downloaded lazycell v1.3.0 |
1498 | 2024-05-15T05:20:26.250Z | Downloaded lalrpop-util v0.19.12 |
1499 | 2024-05-15T05:20:26.250Z | Downloaded constant_time_eq v0.3.0 |
1500 | 2024-05-15T05:20:26.250Z | Downloaded maplit v1.0.2 |
1501 | 2024-05-15T05:20:26.250Z | Downloaded convert_case v0.4.0 |
1502 | 2024-05-15T05:20:26.250Z | Downloaded impl-trait-for-tuples v0.2.2 |
1503 | 2024-05-15T05:20:26.250Z | Downloaded hyper-rustls v0.26.0 |
1504 | 2024-05-15T05:20:26.250Z | Downloaded httparse v1.8.0 |
1505 | 2024-05-15T05:20:26.250Z | Downloaded byteorder v1.5.0 |
1506 | 2024-05-15T05:20:26.250Z | Downloaded matches v0.1.10 |
1507 | 2024-05-15T05:20:26.251Z | Downloaded libsw v3.3.1 |
1508 | 2024-05-15T05:20:26.251Z | Downloaded is-terminal v0.4.9 |
1509 | 2024-05-15T05:20:26.251Z | Downloaded cipher v0.4.4 |
1510 | 2024-05-15T05:20:26.251Z | Downloaded new_debug_unreachable v1.0.4 |
1511 | 2024-05-15T05:20:26.251Z | Downloaded inout v0.1.3 |
1512 | 2024-05-15T05:20:26.251Z | Downloaded iana-time-zone v0.1.57 |
1513 | 2024-05-15T05:20:26.251Z | Downloaded crucible-workspace-hack v0.1.0 |
1514 | 2024-05-15T05:20:26.251Z | Downloaded ciborium-ll v0.2.2 |
1515 | 2024-05-15T05:20:26.251Z | Downloaded cexpr v0.6.0 |
1516 | 2024-05-15T05:20:26.251Z | Downloaded bitstruct_derive v0.1.0 |
1517 | 2024-05-15T05:20:26.251Z | Downloaded home v0.5.5 |
1518 | 2024-05-15T05:20:26.252Z | Downloaded highway v1.1.0 |
1519 | 2024-05-15T05:20:26.252Z | Downloaded hex-literal v0.4.1 |
1520 | 2024-05-15T05:20:26.252Z | Downloaded cobs v0.2.3 |
1521 | 2024-05-15T05:20:26.252Z | Downloaded cfg_aliases v0.1.1 |
1522 | 2024-05-15T05:20:26.252Z | Downloaded block-padding v0.3.3 |
1523 | 2024-05-15T05:20:26.253Z | Downloaded atomicwrites v0.4.3 |
1524 | 2024-05-15T05:20:26.253Z | Downloaded async-stream-impl v0.3.5 |
1525 | 2024-05-15T05:20:26.253Z | Downloaded assert_matches v1.5.0 |
1526 | 2024-05-15T05:20:26.253Z | Downloaded argon2 v0.5.3 |
1527 | 2024-05-15T05:20:26.253Z | Downloaded approx v0.5.1 |
1528 | 2024-05-15T05:20:26.253Z | Downloaded allocator-api2 v0.2.16 |
1529 | 2024-05-15T05:20:26.253Z | Downloaded arrayref v0.3.7 |
1530 | 2024-05-15T05:20:26.253Z | Downloaded anes v0.1.6 |
1531 | 2024-05-15T05:20:26.253Z | Downloaded backtrace v0.3.69 |
1532 | 2024-05-15T05:20:26.254Z | Downloaded ahash v0.8.8 |
1533 | 2024-05-15T05:20:26.254Z | Compiling libc v0.2.153 |
1534 | 2024-05-15T05:20:26.255Z | Compiling serde v1.0.201 |
1535 | 2024-05-15T05:20:26.255Z | Compiling version_check v0.9.4 |
1536 | 2024-05-15T05:20:26.255Z | Checking cfg-if v1.0.0 |
1537 | 2024-05-15T05:20:26.289Z | Compiling lock_api v0.4.10 |
1538 | 2024-05-15T05:20:26.289Z | Compiling parking_lot_core v0.9.8 |
1539 | 2024-05-15T05:20:26.290Z | Compiling syn v2.0.60 |
1540 | 2024-05-15T05:20:26.310Z | Compiling once_cell v1.19.0 |
1541 | 2024-05-15T05:20:27.077Z | Compiling libm v0.2.7 |
1542 | 2024-05-15T05:20:27.091Z | Compiling num-traits v0.2.19 |
1543 | 2024-05-15T05:20:27.091Z | Compiling memchr v2.7.1 |
1544 | 2024-05-15T05:20:27.091Z | Compiling serde_json v1.0.117 |
1545 | 2024-05-15T05:20:27.091Z | Compiling byteorder v1.5.0 |
1546 | 2024-05-15T05:20:27.091Z | Compiling ahash v0.8.8 |
1547 | 2024-05-15T05:20:27.225Z | Compiling syn v1.0.109 |
1548 | 2024-05-15T05:20:27.311Z | Checking log v0.4.21 |
1549 | 2024-05-15T05:20:27.601Z | Compiling slab v0.4.9 |
1550 | 2024-05-15T05:20:27.918Z | Checking itoa v1.0.9 |
1551 | 2024-05-15T05:20:27.955Z | Compiling typenum v1.16.0 |
1552 | 2024-05-15T05:20:27.987Z | Compiling generic-array v0.14.7 |
1553 | 2024-05-15T05:20:28.063Z | Checking getrandom v0.2.12 |
1554 | 2024-05-15T05:20:28.426Z | Compiling cc v1.0.83 |
1555 | 2024-05-15T05:20:28.502Z | Checking scopeguard v1.2.0 |
1556 | 2024-05-15T05:20:28.516Z | Checking smallvec v1.13.1 |
1557 | 2024-05-15T05:20:28.575Z | Compiling allocator-api2 v0.2.16 |
1558 | 2024-05-15T05:20:28.966Z | Compiling pkg-config v0.3.27 |
1559 | 2024-05-15T05:20:29.075Z | Compiling rustix v0.38.31 |
1560 | 2024-05-15T05:20:29.234Z | Compiling schemars v0.8.17 |
1561 | 2024-05-15T05:20:29.468Z | Compiling httparse v1.8.0 |
1562 | 2024-05-15T05:20:29.636Z | Checking pin-project-lite v0.2.13 |
1563 | 2024-05-15T05:20:29.707Z | Checking parking_lot v0.12.1 |
1564 | 2024-05-15T05:20:29.732Z | Compiling time-core v0.1.2 |
1565 | 2024-05-15T05:20:30.309Z | Compiling num-conv v0.1.0 |
1566 | 2024-05-15T05:20:30.334Z | Checking signal-hook-registry v1.4.1 |
1567 | 2024-05-15T05:20:30.334Z | Compiling time-macros v0.2.17 |
1568 | 2024-05-15T05:20:30.334Z | Compiling fnv v1.0.7 |
1569 | 2024-05-15T05:20:30.371Z | Checking mio v0.8.11 |
1570 | 2024-05-15T05:20:30.412Z | Compiling vcpkg v0.2.15 |
1571 | 2024-05-15T05:20:30.570Z | Compiling heck v0.4.1 |
1572 | 2024-05-15T05:20:31.113Z | Checking ryu v1.0.15 |
1573 | 2024-05-15T05:20:31.604Z | Checking num_cpus v1.16.0 |
1574 | 2024-05-15T05:20:31.636Z | Compiling aho-corasick v1.1.2 |
1575 | 2024-05-15T05:20:31.636Z | Compiling ring v0.17.8 |
1576 | 2024-05-15T05:20:32.619Z | Compiling regex-syntax v0.8.2 |
1577 | 2024-05-15T05:20:32.649Z | Compiling openssl-sys v0.9.102 |
1578 | 2024-05-15T05:20:33.744Z | Compiling serde_derive_internals v0.29.0 |
1579 | 2024-05-15T05:20:34.518Z | Checking rand_core v0.6.4 |
1580 | 2024-05-15T05:20:34.918Z | Checking futures-core v0.3.30 |
1581 | 2024-05-15T05:20:34.981Z | Compiling ring v0.16.20 |
1582 | 2024-05-15T05:20:35.136Z | Checking socket2 v0.5.6 |
1583 | 2024-05-15T05:20:35.610Z | Compiling regex-automata v0.4.5 |
1584 | 2024-05-15T05:20:36.372Z | Compiling openssl v0.10.64 |
1585 | 2024-05-15T05:20:36.774Z | Compiling rustversion v1.0.14 |
1586 | 2024-05-15T05:20:37.469Z | Compiling slog v2.7.0 |
1587 | 2024-05-15T05:20:37.948Z | Compiling ucd-trie v0.1.6 |
1588 | 2024-05-15T05:20:38.117Z | Compiling crossbeam-utils v0.8.19 |
1589 | 2024-05-15T05:20:38.604Z | Compiling rustls v0.21.9 |
1590 | 2024-05-15T05:20:38.619Z | Compiling iana-time-zone v0.1.57 |
1591 | 2024-05-15T05:20:38.771Z | Compiling native-tls v0.2.11 |
1592 | 2024-05-15T05:20:38.861Z | Compiling cookie v0.17.0 |
1593 | 2024-05-15T05:20:39.432Z | Checking spin v0.5.2 |
1594 | 2024-05-15T05:20:39.454Z | Compiling backtrace v0.3.69 |
1595 | 2024-05-15T05:20:39.454Z | Compiling dyn-clone v1.0.17 |
1596 | 2024-05-15T05:20:39.454Z | Checking futures-sink v0.3.30 |
1597 | 2024-05-15T05:20:44.430Z | Compiling anyhow v1.0.83 |
1598 | 2024-05-15T05:20:44.690Z | Checking pin-utils v0.1.0 |
1599 | 2024-05-15T05:20:44.690Z | Checking futures-channel v0.3.30 |
1600 | 2024-05-15T05:20:44.691Z | Checking futures-task v0.3.30 |
1601 | 2024-05-15T05:20:44.691Z | Compiling regex v1.10.4 |
1602 | 2024-05-15T05:20:44.691Z | Checking futures-io v0.3.30 |
1603 | 2024-05-15T05:20:44.691Z | Compiling tinyvec_macros v0.1.1 |
1604 | 2024-05-15T05:20:44.691Z | Compiling serde_derive v1.0.201 |
1605 | 2024-05-15T05:20:44.691Z | Compiling zerocopy-derive v0.7.32 |
1606 | 2024-05-15T05:20:44.691Z | Compiling thiserror-impl v1.0.59 |
1607 | 2024-05-15T05:20:44.691Z | Compiling zeroize_derive v1.4.2 |
1608 | 2024-05-15T05:20:44.692Z | Compiling tokio-macros v2.2.0 |
1609 | 2024-05-15T05:20:44.692Z | Compiling futures-macro v0.3.30 |
1610 | 2024-05-15T05:20:44.692Z | Compiling tracing-attributes v0.1.27 |
1611 | 2024-05-15T05:20:44.692Z | Compiling schemars_derive v0.8.17 |
1612 | 2024-05-15T05:20:44.692Z | Checking zeroize v1.7.0 |
1613 | 2024-05-15T05:20:44.692Z | Compiling openssl-macros v0.1.1 |
1614 | 2024-05-15T05:20:44.692Z | Compiling zerocopy v0.7.32 |
1615 | 2024-05-15T05:20:44.692Z | Compiling async-trait v0.1.80 |
1616 | 2024-05-15T05:20:44.692Z | Compiling thiserror v1.0.59 |
1617 | 2024-05-15T05:20:44.692Z | Compiling pest v2.7.6 |
1618 | 2024-05-15T05:20:45.504Z | Compiling hashbrown v0.14.3 |
1619 | 2024-05-15T05:20:45.685Z | Compiling scroll_derive v0.12.0 |
1620 | 2024-05-15T05:20:45.925Z | Checking futures-util v0.3.30 |
1621 | 2024-05-15T05:20:46.174Z | Compiling tinyvec v1.6.0 |
1622 | 2024-05-15T05:20:46.683Z | Compiling pest_meta v2.7.6 |
1623 | 2024-05-15T05:20:47.128Z | Compiling thread-id v4.2.0 |
1624 | 2024-05-15T05:20:47.148Z | Compiling der_derive v0.7.2 |
1625 | 2024-05-15T05:20:47.590Z | Compiling unicode-normalization v0.1.22 |
1626 | 2024-05-15T05:20:47.732Z | Compiling unicode-bidi v0.3.15 |
1627 | 2024-05-15T05:20:48.339Z | Compiling pest_generator v2.7.6 |
1628 | 2024-05-15T05:20:48.579Z | Compiling errno v0.3.8 |
1629 | 2024-05-15T05:20:48.815Z | Compiling unicode-width v0.1.11 |
1630 | 2024-05-15T05:20:49.883Z | Compiling either v1.11.0 |
1631 | 2024-05-15T05:20:50.039Z | Checking subtle v2.5.0 |
1632 | 2024-05-15T05:20:50.039Z | Compiling scroll v0.12.0 |
1633 | 2024-05-15T05:20:50.398Z | Compiling usdt-impl v0.5.0 |
1634 | 2024-05-15T05:20:50.735Z | Compiling plain v0.2.3 |
1635 | 2024-05-15T05:20:50.770Z | Compiling winnow v0.5.15 |
1636 | 2024-05-15T05:20:50.988Z | Compiling crc32fast v1.3.2 |
1637 | 2024-05-15T05:20:51.576Z | Compiling goblin v0.8.0 |
1638 | 2024-05-15T05:20:51.604Z | Compiling pest_derive v2.7.6 |
1639 | 2024-05-15T05:20:52.451Z | Compiling spin v0.9.8 |
1640 | 2024-05-15T05:20:52.530Z | Compiling tracing-core v0.1.32 |
1641 | 2024-05-15T05:20:52.969Z | Compiling pretty-hex v0.4.1 |
1642 | 2024-05-15T05:20:52.970Z | Compiling dtrace-parser v0.2.0 |
1643 | 2024-05-15T05:20:52.970Z | Compiling percent-encoding v2.3.1 |
1644 | 2024-05-15T05:20:53.558Z | Compiling tracing v0.1.40 |
1645 | 2024-05-15T05:20:53.999Z | Compiling const-oid v0.9.6 |
1646 | 2024-05-15T05:20:54.313Z | Compiling clap_derive v4.5.4 |
1647 | 2024-05-15T05:20:54.781Z | Checking bytes v1.6.0 |
1648 | 2024-05-15T05:20:54.798Z | Checking bitflags v2.4.2 |
1649 | 2024-05-15T05:20:55.498Z | Checking chrono v0.4.38 |
1650 | 2024-05-15T05:20:55.514Z | Checking tokio v1.37.0 |
1651 | 2024-05-15T05:20:55.824Z | Compiling indexmap v2.2.6 |
1652 | 2024-05-15T05:20:57.103Z | Compiling serde_tokenstream v0.2.0 |
1653 | 2024-05-15T05:20:57.311Z | Compiling uuid v1.8.0 |
1654 | 2024-05-15T05:20:57.568Z | Compiling semver v1.0.22 |
1655 | 2024-05-15T05:20:57.619Z | Compiling http v0.2.12 |
1656 | 2024-05-15T05:20:58.330Z | Compiling toml_datetime v0.6.5 |
1657 | 2024-05-15T05:20:58.663Z | Compiling serde_spanned v0.6.5 |
1658 | 2024-05-15T05:20:58.762Z | Compiling rustc_version v0.4.0 |
1659 | 2024-05-15T05:20:59.508Z | Compiling toml_edit v0.19.15 |
1660 | 2024-05-15T05:20:59.936Z | Compiling openapiv3 v2.0.0 |
1661 | 2024-05-15T05:21:01.365Z | Compiling dof v0.3.0 |
1662 | 2024-05-15T05:21:01.922Z | Compiling powerfmt v0.2.0 |
1663 | 2024-05-15T05:21:02.406Z | Compiling untrusted v0.7.1 |
1664 | 2024-05-15T05:21:02.426Z | Compiling foreign-types-shared v0.1.1 |
1665 | 2024-05-15T05:21:02.427Z | Compiling signal-hook v0.3.17 |
1666 | 2024-05-15T05:21:02.427Z | Compiling untrusted v0.9.0 |
1667 | 2024-05-15T05:21:02.510Z | Compiling deranged v0.3.11 |
1668 | 2024-05-15T05:21:03.795Z | Compiling usdt-macro v0.5.0 |
1669 | 2024-05-15T05:21:04.056Z | Compiling usdt-attr-macro v0.5.0 |
1670 | 2024-05-15T05:21:04.094Z | Compiling foreign-types v0.3.2 |
1671 | 2024-05-15T05:21:04.183Z | Compiling form_urlencoded v1.2.1 |
1672 | 2024-05-15T05:21:04.500Z | Compiling crypto-common v0.1.6 |
1673 | 2024-05-15T05:21:04.577Z | Compiling zerocopy-derive v0.6.6 |
1674 | 2024-05-15T05:21:05.381Z | Compiling base64 v0.21.7 |
1675 | 2024-05-15T05:21:05.737Z | Compiling try-lock v0.2.4 |
1676 | 2024-05-15T05:21:06.298Z | Compiling siphasher v0.3.11 |
1677 | 2024-05-15T05:21:06.801Z | Compiling num_threads v0.1.6 |
1678 | 2024-05-15T05:21:06.801Z | Compiling time v0.3.34 |
1679 | 2024-05-15T05:21:06.801Z | Compiling want v0.3.1 |
1680 | 2024-05-15T05:21:06.804Z | Compiling sct v0.7.0 |
1681 | 2024-05-15T05:21:06.804Z | Compiling rustls-webpki v0.101.7 |
1682 | 2024-05-15T05:21:06.804Z | Compiling http-body v0.4.5 |
1683 | 2024-05-15T05:21:09.737Z | Compiling tokio-util v0.7.10 |
1684 | 2024-05-15T05:21:09.737Z | Compiling block-buffer v0.10.4 |
1685 | 2024-05-15T05:21:09.738Z | Compiling idna v0.5.0 |
1686 | 2024-05-15T05:21:09.738Z | Compiling tower-service v0.3.2 |
1687 | 2024-05-15T05:21:09.738Z | Compiling openssl-probe v0.1.5 |
1688 | 2024-05-15T05:21:09.738Z | Compiling h2 v0.3.26 |
1689 | 2024-05-15T05:21:09.738Z | Compiling httpdate v1.0.3 |
1690 | 2024-05-15T05:21:09.738Z | Compiling url v2.5.0 |
1691 | 2024-05-15T05:21:09.738Z | Compiling digest v0.10.7 |
1692 | 2024-05-15T05:21:09.739Z | Compiling heapless v0.7.16 |
1693 | 2024-05-15T05:21:10.200Z | Compiling idna v0.3.0 |
1694 | 2024-05-15T05:21:10.205Z | Compiling lazy_static v1.4.0 |
1695 | 2024-05-15T05:21:10.464Z | Checking equivalent v1.0.1 |
1696 | 2024-05-15T05:21:11.454Z | Compiling ppv-lite86 v0.2.17 |
1697 | 2024-05-15T05:21:11.967Z | Compiling psl-types v2.0.11 |
1698 | 2024-05-15T05:21:11.967Z | Compiling publicsuffix v2.2.3 |
1699 | 2024-05-15T05:21:11.968Z | Compiling crossbeam-epoch v0.9.18 |
1700 | 2024-05-15T05:21:12.957Z | Compiling rand_chacha v0.3.1 |
1701 | 2024-05-15T05:21:12.957Z | Compiling tokio-native-tls v0.3.1 |
1702 | 2024-05-15T05:21:12.957Z | Compiling bit-vec v0.6.3 |
1703 | 2024-05-15T05:21:14.926Z | Compiling tokio-rustls v0.24.1 |
1704 | 2024-05-15T05:21:14.926Z | Compiling ipnet v2.9.0 |
1705 | 2024-05-15T05:21:14.926Z | Compiling adler v1.0.2 |
1706 | 2024-05-15T05:21:14.926Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1707 | 2024-05-15T05:21:14.926Z | Compiling miniz_oxide v0.7.1 |
1708 | 2024-05-15T05:21:14.926Z | Compiling cookie_store v0.20.0 |
1709 | 2024-05-15T05:21:14.926Z | Compiling rand v0.8.5 |
1710 | 2024-05-15T05:21:15.120Z | Compiling phf_shared v0.10.0 |
1711 | 2024-05-15T05:21:15.125Z | Compiling rustls-pemfile v1.0.3 |
1712 | 2024-05-15T05:21:15.619Z | Compiling hyper v0.14.28 |
1713 | 2024-05-15T05:21:15.619Z | Compiling serde_urlencoded v0.7.1 |
1714 | 2024-05-15T05:21:15.776Z | Compiling encoding_rs v0.8.33 |
1715 | 2024-05-15T05:21:15.871Z | Compiling num-bigint v0.4.4 |
1716 | 2024-05-15T05:21:16.366Z | Compiling fixedbitset v0.4.2 |
1717 | 2024-05-15T05:21:16.501Z | Compiling smoltcp v0.9.1 |
1718 | 2024-05-15T05:21:16.588Z | Compiling gimli v0.28.0 |
1719 | 2024-05-15T05:21:16.636Z | Compiling mime v0.3.17 |
1720 | 2024-05-15T05:21:16.740Z | Compiling base64ct v1.6.0 |
1721 | 2024-05-15T05:21:17.277Z | Compiling minimal-lexical v0.2.1 |
1722 | 2024-05-15T05:21:17.292Z | Compiling precomputed-hash v0.1.1 |
1723 | 2024-05-15T05:21:17.355Z | Compiling webpki-roots v0.25.2 |
1724 | 2024-05-15T05:21:17.419Z | Compiling sync_wrapper v0.1.2 |
1725 | 2024-05-15T05:21:17.529Z | Compiling new_debug_unreachable v1.0.4 |
1726 | 2024-05-15T05:21:17.595Z | Compiling string_cache v0.8.7 |
1727 | 2024-05-15T05:21:17.623Z | Compiling pem-rfc7468 v0.7.0 |
1728 | 2024-05-15T05:21:17.813Z | Compiling nom v7.1.3 |
1729 | 2024-05-15T05:21:18.612Z | Compiling petgraph v0.6.5 |
1730 | 2024-05-15T05:21:18.892Z | Compiling bit-set v0.5.3 |
1731 | 2024-05-15T05:21:19.043Z | Compiling hmac v0.12.1 |
1732 | 2024-05-15T05:21:19.195Z | Compiling itertools v0.10.5 |
1733 | 2024-05-15T05:21:19.682Z | Compiling enum-as-inner v0.5.1 |
1734 | 2024-05-15T05:21:19.682Z | Compiling hubpack_derive v0.1.1 |
1735 | 2024-05-15T05:21:20.458Z | Compiling diesel_table_macro_syntax v0.1.0 |
1736 | 2024-05-15T05:21:20.517Z | Compiling object v0.32.1 |
1737 | 2024-05-15T05:21:20.913Z | Compiling flagset v0.4.3 |
1738 | 2024-05-15T05:21:21.113Z | Compiling addr2line v0.21.0 |
1739 | 2024-05-15T05:21:21.805Z | Compiling lalrpop-util v0.19.12 |
1740 | 2024-05-15T05:21:21.829Z | Compiling rustc-demangle v0.1.23 |
1741 | 2024-05-15T05:21:21.840Z | Compiling unicode-segmentation v1.10.1 |
1742 | 2024-05-15T05:21:22.238Z | Compiling der v0.7.8 |
1743 | 2024-05-15T05:21:22.757Z | Compiling diesel_derives v2.1.2 |
1744 | 2024-05-15T05:21:22.775Z | Compiling toml_edit v0.22.12 |
1745 | 2024-05-15T05:21:22.775Z | Compiling futures-executor v0.3.30 |
1746 | 2024-05-15T05:21:23.019Z | Compiling hyper-rustls v0.24.2 |
1747 | 2024-05-15T05:21:23.230Z | Compiling hyper-tls v0.5.0 |
1748 | 2024-05-15T05:21:23.387Z | Compiling cpufeatures v0.2.12 |
1749 | 2024-05-15T05:21:23.645Z | Compiling reqwest v0.11.27 |
1750 | 2024-05-15T05:21:23.687Z | Compiling sha2 v0.10.8 |
1751 | 2024-05-15T05:21:25.963Z | Compiling spki v0.7.2 |
1752 | 2024-05-15T05:21:26.377Z | Compiling flate2 v1.0.30 |
1753 | 2024-05-15T05:21:26.723Z | Compiling futures v0.3.30 |
1754 | 2024-05-15T05:21:27.367Z | Compiling md-5 v0.10.5 |
1755 | 2024-05-15T05:21:27.457Z | Compiling toml v0.7.8 |
1756 | 2024-05-15T05:21:27.972Z | Compiling hex v0.4.3 |
1757 | 2024-05-15T05:21:27.972Z | Compiling stringprep v0.1.3 |
1758 | 2024-05-15T05:21:30.956Z | Compiling strum_macros v0.25.2 |
1759 | 2024-05-15T05:21:30.956Z | Compiling serde_repr v0.1.16 |
1760 | 2024-05-15T05:21:30.956Z | Compiling num-integer v0.1.46 |
1761 | 2024-05-15T05:21:30.957Z | Compiling hash32 v0.2.1 |
1762 | 2024-05-15T05:21:30.957Z | Compiling fs-err v2.11.0 |
1763 | 2024-05-15T05:21:30.957Z | Compiling fallible-iterator v0.2.0 |
1764 | 2024-05-15T05:21:30.957Z | Compiling stable_deref_trait v1.2.0 |
1765 | 2024-05-15T05:21:30.958Z | Checking unicode-ident v1.0.12 |
1766 | 2024-05-15T05:21:30.958Z | Compiling pkcs8 v0.10.2 |
1767 | 2024-05-15T05:21:30.982Z | Compiling postgres-protocol v0.6.6 |
1768 | 2024-05-15T05:21:31.417Z | Compiling phf_shared v0.11.2 |
1769 | 2024-05-15T05:21:32.300Z | Compiling terminal_size v0.3.0 |
1770 | 2024-05-15T05:21:32.321Z | Compiling ff v0.13.0 |
1771 | 2024-05-15T05:21:32.321Z | Compiling block-padding v0.3.3 |
1772 | 2024-05-15T05:21:32.358Z | Compiling scheduled-thread-pool v0.2.7 |
1773 | 2024-05-15T05:21:32.690Z | Compiling base16ct v0.2.0 |
1774 | 2024-05-15T05:21:32.773Z | Compiling peg-runtime v0.8.3 |
1775 | 2024-05-15T05:21:32.910Z | Compiling managed v0.8.0 |
1776 | 2024-05-15T05:21:33.749Z | Compiling regex-automata v0.1.10 |
1777 | 2024-05-15T05:21:33.749Z | Compiling matches v0.1.10 |
1778 | 2024-05-15T05:21:33.749Z | Compiling bitflags v1.3.2 |
1779 | 2024-05-15T05:21:33.749Z | Compiling idna v0.2.3 |
1780 | 2024-05-15T05:21:33.749Z | Compiling clap_builder v4.5.2 |
1781 | 2024-05-15T05:21:34.184Z | Compiling bstr v0.2.17 |
1782 | 2024-05-15T05:21:34.184Z | Compiling sec1 v0.7.3 |
1783 | 2024-05-15T05:21:34.200Z | Compiling r2d2 v0.8.10 |
1784 | 2024-05-15T05:21:34.534Z | Compiling inout v0.1.3 |
1785 | 2024-05-15T05:21:34.895Z | Compiling signal-hook-mio v0.2.3 |
1786 | 2024-05-15T05:21:34.958Z | Compiling group v0.13.0 |
1787 | 2024-05-15T05:21:35.049Z | Compiling postgres-types v0.2.6 |
1788 | 2024-05-15T05:21:35.251Z | Compiling phf v0.11.2 |
1789 | 2024-05-15T05:21:35.588Z | Compiling hubpack v0.1.2 |
1790 | 2024-05-15T05:21:35.877Z | Compiling hkdf v0.12.4 |
1791 | 2024-05-15T05:21:36.164Z | Compiling zerocopy v0.6.6 |
1792 | 2024-05-15T05:21:36.413Z | Compiling ipnetwork v0.20.0 |
1793 | 2024-05-15T05:21:36.697Z | Compiling crypto-bigint v0.5.2 |
1794 | 2024-05-15T05:21:37.059Z | Compiling float-cmp v0.9.0 |
1795 | 2024-05-15T05:21:37.300Z | Compiling memmap v0.7.0 |
1796 | 2024-05-15T05:21:37.609Z | Compiling static_assertions v1.1.0 |
1797 | 2024-05-15T05:21:37.680Z | Compiling normalize-line-endings v0.3.0 |
1798 | 2024-05-15T05:21:38.240Z | Compiling whoami v1.5.1 |
1799 | 2024-05-15T05:21:38.241Z | Compiling predicates-core v1.0.6 |
1800 | 2024-05-15T05:21:38.241Z | Compiling difflib v0.4.0 |
1801 | 2024-05-15T05:21:38.453Z | Compiling data-encoding v2.4.0 |
1802 | 2024-05-15T05:21:39.296Z | Compiling trust-dns-proto v0.22.0 |
1803 | 2024-05-15T05:21:39.870Z | Compiling diesel v2.1.6 |
1804 | 2024-05-15T05:21:40.063Z | Compiling elliptic-curve v0.13.8 |
1805 | 2024-05-15T05:21:40.786Z | Compiling predicates v3.1.0 |
1806 | 2024-05-15T05:21:40.801Z | Compiling yasna v0.5.2 |
1807 | 2024-05-15T05:21:40.909Z | Compiling tokio-postgres v0.7.10 |
1808 | 2024-05-15T05:21:40.946Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1809 | 2024-05-15T05:21:42.878Z | Compiling usdt v0.5.0 |
1810 | 2024-05-15T05:21:43.443Z | Compiling clap v4.5.4 |
1811 | 2024-05-15T05:21:43.534Z | Compiling crossterm v0.27.0 |
1812 | 2024-05-15T05:21:43.599Z | Compiling cipher v0.4.4 |
1813 | 2024-05-15T05:21:44.546Z | Compiling similar v2.4.0 |
1814 | 2024-05-15T05:21:45.335Z | Checking proc-macro2 v1.0.82 |
1815 | 2024-05-15T05:21:46.403Z | Compiling num-iter v0.1.45 |
1816 | 2024-05-15T05:21:46.454Z | Compiling console v0.15.8 |
1817 | 2024-05-15T05:21:46.532Z | Compiling tokio-stream v0.1.15 |
1818 | 2024-05-15T05:21:46.803Z | Compiling bstr v1.9.0 |
1819 | 2024-05-15T05:21:46.880Z | Checking quote v1.0.36 |
1820 | 2024-05-15T05:21:51.646Z | Checking utf8parse v0.2.1 |
1821 | 2024-05-15T05:21:55.428Z | Checking anstyle v1.0.7 |
1822 | 2024-05-15T05:21:56.967Z | Checking anstyle-parse v0.2.1 |
1823 | 2024-05-15T05:21:57.201Z | Checking anstyle-query v1.0.0 |
1824 | 2024-05-15T05:21:58.621Z | Checking colorchoice v1.0.0 |
1825 | 2024-05-15T05:21:58.912Z | Checking anstream v0.6.11 |
1826 | 2024-05-15T05:21:58.912Z | Checking strsim v0.11.0 |
1827 | 2024-05-15T05:21:58.912Z | Checking clap_lex v0.7.0 |
1828 | 2024-05-15T05:22:01.453Z | Checking winnow v0.6.1 |
1829 | 2024-05-15T05:22:10.896Z | Compiling regress v0.9.1 |
1830 | 2024-05-15T05:22:10.963Z | Compiling getopts v0.2.21 |
1831 | 2024-05-15T05:22:11.390Z | Checking heck v0.5.0 |
1832 | 2024-05-15T05:22:11.479Z | Compiling unsafe-libyaml v0.2.10 |
1833 | 2024-05-15T05:22:11.936Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1834 | 2024-05-15T05:22:12.591Z | Checking camino v1.1.6 |
1835 | 2024-05-15T05:22:13.162Z | Compiling serde_yaml v0.9.25 |
1836 | 2024-05-15T05:22:13.181Z | Checking base64 v0.22.1 |
1837 | 2024-05-15T05:22:13.608Z | Checking is-terminal v0.4.9 |
1838 | 2024-05-15T05:22:13.620Z | Compiling strsim v0.10.0 |
1839 | 2024-05-15T05:22:13.620Z | Compiling ident_case v1.0.1 |
1840 | 2024-05-15T05:22:13.620Z | Compiling darling_core v0.20.8 |
1841 | 2024-05-15T05:22:13.664Z | Checking sha1 v0.10.6 |
1842 | 2024-05-15T05:22:13.953Z | Checking http v1.0.0 |
1843 | 2024-05-15T05:22:14.139Z | Compiling paste v1.0.15 |
1844 | 2024-05-15T05:22:14.676Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1845 | 2024-05-15T05:22:15.332Z | Compiling strum_macros v0.26.1 |
1846 | 2024-05-15T05:22:15.979Z | Checking match_cfg v0.1.0 |
1847 | 2024-05-15T05:22:16.075Z | Checking rustls-pki-types v1.3.0 |
1848 | 2024-05-15T05:22:16.489Z | Checking fastrand v2.0.1 |
1849 | 2024-05-15T05:22:16.659Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1850 | 2024-05-15T05:22:16.816Z | Checking tempfile v3.10.1 |
1851 | 2024-05-15T05:22:17.108Z | Checking hostname v0.3.1 |
1852 | 2024-05-15T05:22:17.174Z | Checking dirs-sys-next v0.1.2 |
1853 | 2024-05-15T05:22:18.093Z | Checking quick-error v1.2.3 |
1854 | 2024-05-15T05:22:18.093Z | Checking crossbeam-channel v0.5.8 |
1855 | 2024-05-15T05:22:18.094Z | Checking dirs-next v2.0.0 |
1856 | 2024-05-15T05:22:18.094Z | Checking thread_local v1.1.7 |
1857 | 2024-05-15T05:22:18.094Z | Compiling slog-async v2.8.0 |
1858 | 2024-05-15T05:22:18.094Z | Compiling rustls v0.22.4 |
1859 | 2024-05-15T05:22:18.112Z | Checking term v0.7.0 |
1860 | 2024-05-15T05:22:18.112Z | Checking rustls-webpki v0.102.1 |
1861 | 2024-05-15T05:22:18.113Z | Checking instant v0.1.12 |
1862 | 2024-05-15T05:22:18.201Z | Checking take_mut v0.2.2 |
1863 | 2024-05-15T05:22:18.401Z | Checking slog-term v2.9.1 |
1864 | 2024-05-15T05:22:18.419Z | Checking rustls-pemfile v2.1.2 |
1865 | 2024-05-15T05:22:18.662Z | Compiling multer v3.1.0 |
1866 | 2024-05-15T05:22:18.681Z | Checking debug-ignore v1.0.5 |
1867 | 2024-05-15T05:22:18.827Z | Checking toml v0.8.12 |
1868 | 2024-05-15T05:22:18.907Z | Checking slog-json v2.6.1 |
1869 | 2024-05-15T05:22:19.387Z | Compiling async-stream-impl v0.3.5 |
1870 | 2024-05-15T05:22:19.387Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1871 | 2024-05-15T05:22:19.502Z | Checking atomic-waker v1.1.1 |
1872 | 2024-05-15T05:22:20.032Z | Checking waitgroup v0.1.2 |
1873 | 2024-05-15T05:22:20.052Z | Checking slog-bunyan v2.5.0 |
1874 | 2024-05-15T05:22:20.052Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1875 | 2024-05-15T05:22:20.141Z | Checking serde_path_to_error v0.1.16 |
1876 | 2024-05-15T05:22:20.541Z | Checking async-stream v0.3.5 |
1877 | 2024-05-15T05:22:20.588Z | Checking strum v0.26.2 |
1878 | 2024-05-15T05:22:20.628Z | Compiling darling_macro v0.20.8 |
1879 | 2024-05-15T05:22:20.730Z | Checking hostname v0.4.0 |
1880 | 2024-05-15T05:22:20.754Z | Checking newtype-uuid v1.1.0 |
1881 | 2024-05-15T05:22:20.800Z | Checking wait-timeout v0.2.0 |
1882 | 2024-05-15T05:22:20.875Z | Compiling structmeta-derive v0.3.0 |
1883 | 2024-05-15T05:22:20.946Z | Checking rusty-fork v0.3.0 |
1884 | 2024-05-15T05:22:21.001Z | Compiling structmeta-derive v0.2.0 |
1885 | 2024-05-15T05:22:21.239Z | Checking rand_xorshift v0.3.0 |
1886 | 2024-05-15T05:22:21.450Z | Checking unarray v0.1.4 |
1887 | 2024-05-15T05:22:21.577Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1888 | 2024-05-15T05:22:21.693Z | Compiling darling v0.20.8 |
1889 | 2024-05-15T05:22:21.814Z | Compiling serde_with_macros v3.7.0 |
1890 | 2024-05-15T05:22:21.910Z | Checking proptest v1.4.0 |
1891 | 2024-05-15T05:22:22.027Z | Checking backoff v0.4.0 |
1892 | 2024-05-15T05:22:22.334Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1893 | 2024-05-15T05:22:22.780Z | Checking tokio-rustls v0.25.0 |
1894 | 2024-05-15T05:22:23.162Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1895 | 2024-05-15T05:22:23.368Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1896 | 2024-05-15T05:22:23.646Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1897 | 2024-05-15T05:22:24.535Z | Compiling structmeta v0.3.0 |
1898 | 2024-05-15T05:22:24.561Z | Compiling structmeta v0.2.0 |
1899 | 2024-05-15T05:22:24.561Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1900 | 2024-05-15T05:22:24.561Z | Compiling parse-display-derive v0.9.0 |
1901 | 2024-05-15T05:22:25.041Z | Checking macaddr v1.0.1 |
1902 | 2024-05-15T05:22:25.041Z | Compiling test-strategy v0.3.1 |
1903 | 2024-05-15T05:22:25.041Z | Compiling proc-macro-error-attr v1.0.4 |
1904 | 2024-05-15T05:22:25.189Z | Checking serde_with v3.7.0 |
1905 | 2024-05-15T05:22:25.335Z | Compiling proc-macro-error v1.0.4 |
1906 | 2024-05-15T05:22:26.514Z | Checking camino-tempfile v1.1.1 |
1907 | 2024-05-15T05:22:26.534Z | Compiling proc-macro-crate v1.3.1 |
1908 | 2024-05-15T05:22:26.800Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1909 | 2024-05-15T05:22:27.198Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1910 | 2024-05-15T05:22:27.511Z | Compiling foreign-types-macros v0.2.3 |
1911 | 2024-05-15T05:22:27.550Z | Checking foreign-types-shared v0.3.1 |
1912 | 2024-05-15T05:22:27.673Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1913 | 2024-05-15T05:22:28.173Z | Compiling num_enum_derive v0.5.11 |
1914 | 2024-05-15T05:22:28.437Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1915 | 2024-05-15T05:22:28.785Z | Checking cstr-argument v0.1.2 |
1916 | 2024-05-15T05:22:28.804Z | Checking pretty-hex v0.2.1 |
1917 | 2024-05-15T05:22:28.958Z | Checking foreign-types v0.5.0 |
1918 | 2024-05-15T05:22:28.972Z | Checking tabwriter v1.4.0 |
1919 | 2024-05-15T05:22:28.972Z | Checking colored v2.1.0 |
1920 | 2024-05-15T05:22:29.062Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1921 | 2024-05-15T05:22:29.210Z | Checking socket2 v0.4.9 |
1922 | 2024-05-15T05:22:29.258Z | Checking smf v0.2.3 |
1923 | 2024-05-15T05:22:29.393Z | Checking humantime v2.1.0 |
1924 | 2024-05-15T05:22:29.444Z | Checking termcolor v1.2.0 |
1925 | 2024-05-15T05:22:29.553Z | Checking parse-display v0.9.0 |
1926 | 2024-05-15T05:22:29.643Z | Checking arc-swap v1.6.0 |
1927 | 2024-05-15T05:22:29.692Z | Checking xattr v1.0.1 |
1928 | 2024-05-15T05:22:29.720Z | Checking filetime v0.2.23 |
1929 | 2024-05-15T05:22:29.739Z | Checking same-file v1.0.6 |
1930 | 2024-05-15T05:22:29.880Z | Checking utf-8 v0.7.6 |
1931 | 2024-05-15T05:22:29.893Z | Checking newline-converter v0.3.0 |
1932 | 2024-05-15T05:22:29.925Z | Checking walkdir v2.5.0 |
1933 | 2024-05-15T05:22:29.950Z | Checking tar v0.4.40 |
1934 | 2024-05-15T05:22:30.054Z | Checking expectorate v1.1.0 |
1935 | 2024-05-15T05:22:30.076Z | Checking tungstenite v0.20.1 |
1936 | 2024-05-15T05:22:30.104Z | Checking slog-scope v4.4.0 |
1937 | 2024-05-15T05:22:30.204Z | Compiling heapless v0.8.0 |
1938 | 2024-05-15T05:22:30.224Z | Checking termtree v0.4.1 |
1939 | 2024-05-15T05:22:30.311Z | Checking slog-stdlog v4.1.1 |
1940 | 2024-05-15T05:22:30.422Z | Checking predicates-tree v1.0.9 |
1941 | 2024-05-15T05:22:30.485Z | Checking slog-envlogger v2.2.0 |
1942 | 2024-05-15T05:22:30.583Z | Checking hash32 v0.3.1 |
1943 | 2024-05-15T05:22:30.699Z | Checking num_enum v0.5.11 |
1944 | 2024-05-15T05:22:30.726Z | Compiling smoltcp v0.11.0 |
1945 | 2024-05-15T05:22:30.739Z | Checking cobs v0.2.3 |
1946 | 2024-05-15T05:22:30.777Z | Checking embedded-io v0.4.0 |
1947 | 2024-05-15T05:22:30.863Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1948 | 2024-05-15T05:22:30.922Z | Compiling crucible-workspace-hack v0.1.0 |
1949 | 2024-05-15T05:22:30.985Z | Checking tokio-tungstenite v0.20.1 |
1950 | 2024-05-15T05:22:31.006Z | Checking postcard v1.0.8 |
1951 | 2024-05-15T05:22:31.149Z | Checking sigpipe v0.1.3 |
1952 | 2024-05-15T05:22:31.257Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1953 | 2024-05-15T05:22:31.267Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1954 | 2024-05-15T05:22:31.466Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1955 | 2024-05-15T05:22:31.518Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1956 | 2024-05-15T05:22:31.546Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1957 | 2024-05-15T05:22:31.625Z | Checking pem v3.0.4 |
1958 | 2024-05-15T05:22:31.747Z | Checking atty v0.2.14 |
1959 | 2024-05-15T05:22:31.864Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1960 | 2024-05-15T05:22:31.913Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1961 | 2024-05-15T05:22:32.090Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1962 | 2024-05-15T05:22:32.441Z | Compiling mockall_derive v0.12.1 |
1963 | 2024-05-15T05:22:32.522Z | Compiling num-derive v0.4.0 |
1964 | 2024-05-15T05:22:32.599Z | Checking fragile v2.0.0 |
1965 | 2024-05-15T05:22:32.927Z | Checking downcast v0.11.0 |
1966 | 2024-05-15T05:22:33.168Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1967 | 2024-05-15T05:22:37.940Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1968 | 2024-05-15T05:22:38.329Z | Compiling derive-where v1.2.7 |
1969 | 2024-05-15T05:22:38.329Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1970 | 2024-05-15T05:22:38.624Z | Checking env_logger v0.9.3 |
1971 | 2024-05-15T05:22:38.624Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1972 | 2024-05-15T05:22:38.624Z | Compiling bitstruct_derive v0.1.0 |
1973 | 2024-05-15T05:22:38.624Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-05-15T05:22:38.624Z | Checking ascii v1.1.0 |
1975 | 2024-05-15T05:22:38.624Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1976 | 2024-05-15T05:22:38.624Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1977 | 2024-05-15T05:22:38.624Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1978 | 2024-05-15T05:22:38.624Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1979 | 2024-05-15T05:22:38.624Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1980 | 2024-05-15T05:22:38.624Z | Checking bitstruct v0.1.1 |
1981 | 2024-05-15T05:22:38.624Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-05-15T05:22:38.625Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1983 | 2024-05-15T05:22:38.625Z | Checking erased-serde v0.3.31 |
1984 | 2024-05-15T05:22:38.625Z | Checking serde_arrays v0.1.0 |
1985 | 2024-05-15T05:22:38.625Z | Compiling heck v0.3.3 |
1986 | 2024-05-15T05:22:38.625Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1987 | 2024-05-15T05:22:38.625Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1988 | 2024-05-15T05:22:38.625Z | Compiling zone_cfg_derive v0.1.2 |
1989 | 2024-05-15T05:22:38.625Z | Checking tungstenite v0.21.0 |
1990 | 2024-05-15T05:22:38.625Z | Checking base64 v0.13.1 |
1991 | 2024-05-15T05:22:38.625Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-05-15T05:22:38.625Z | Checking ron v0.7.1 |
1993 | 2024-05-15T05:22:38.625Z | Checking tokio-tungstenite v0.21.0 |
1994 | 2024-05-15T05:22:38.625Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1995 | 2024-05-15T05:22:38.625Z | Checking zone v0.1.8 |
1996 | 2024-05-15T05:22:38.625Z | Checking headers-core v0.2.0 |
1997 | 2024-05-15T05:22:38.721Z | Checking portpicker v0.1.1 |
1998 | 2024-05-15T05:22:38.721Z | Checking headers v0.3.9 |
1999 | 2024-05-15T05:22:38.830Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2000 | 2024-05-15T05:22:38.908Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2001 | 2024-05-15T05:22:39.043Z | Checking rcgen v0.12.1 |
2002 | 2024-05-15T05:22:39.250Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2003 | 2024-05-15T05:22:39.439Z | Checking atomicwrites v0.4.3 |
2004 | 2024-05-15T05:22:39.651Z | Checking subprocess v0.2.9 |
2005 | 2024-05-15T05:22:39.678Z | Checking linked-hash-map v0.5.6 |
2006 | 2024-05-15T05:22:40.176Z | Checking itertools v0.12.1 |
2007 | 2024-05-15T05:22:40.176Z | Checking password-hash v0.5.0 |
2008 | 2024-05-15T05:22:40.176Z | Checking lru-cache v0.1.2 |
2009 | 2024-05-15T05:22:40.208Z | Checking blake2 v0.10.6 |
2010 | 2024-05-15T05:22:40.235Z | Checking swrite v0.1.0 |
2011 | 2024-05-15T05:22:40.316Z | Compiling rayon-core v1.12.1 |
2012 | 2024-05-15T05:22:40.341Z | Checking resolv-conf v0.7.0 |
2013 | 2024-05-15T05:22:40.646Z | Checking half v2.3.1 |
2014 | 2024-05-15T05:22:40.659Z | Checking argon2 v0.5.3 |
2015 | 2024-05-15T05:22:40.660Z | Checking trust-dns-resolver v0.22.0 |
2016 | 2024-05-15T05:22:40.783Z | Compiling cancel-safe-futures v0.1.5 |
2017 | 2024-05-15T05:22:41.037Z | Checking mockall v0.12.1 |
2018 | 2024-05-15T05:22:41.100Z | Checking ciborium-io v0.2.2 |
2019 | 2024-05-15T05:22:41.220Z | Checking ciborium-ll v0.2.2 |
2020 | 2024-05-15T05:22:41.258Z | Checking bytecount v0.6.3 |
2021 | 2024-05-15T05:22:41.323Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2022 | 2024-05-15T05:22:41.396Z | Checking papergrid v0.11.0 |
2023 | 2024-05-15T05:22:41.933Z | Checking ciborium v0.2.2 |
2024 | 2024-05-15T05:22:41.946Z | Compiling tabled_derive v0.7.0 |
2025 | 2024-05-15T05:22:41.946Z | Compiling slog-dtrace v0.3.0 |
2026 | 2024-05-15T05:22:41.981Z | Compiling semver v0.1.20 |
2027 | 2024-05-15T05:22:42.195Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2028 | 2024-05-15T05:22:42.295Z | Checking libsw v3.3.1 |
2029 | 2024-05-15T05:22:42.526Z | Compiling rustc_version v0.1.7 |
2030 | 2024-05-15T05:22:42.532Z | Checking linear-map v1.2.0 |
2031 | 2024-05-15T05:22:42.579Z | Checking owo-colors v4.0.0 |
2032 | 2024-05-15T05:22:42.877Z | Compiling unicode-xid v0.2.4 |
2033 | 2024-05-15T05:22:42.896Z | Compiling radium v0.7.0 |
2034 | 2024-05-15T05:22:43.027Z | Compiling newtype_derive v0.1.6 |
2035 | 2024-05-15T05:22:43.033Z | Checking num-rational v0.4.2 |
2036 | 2024-05-15T05:22:43.042Z | Checking num-complex v0.4.6 |
2037 | 2024-05-15T05:22:43.426Z | Checking nibble_vec v0.1.0 |
2038 | 2024-05-15T05:22:43.551Z | Checking steno v0.4.0 |
2039 | 2024-05-15T05:22:43.618Z | Checking endian-type v0.1.2 |
2040 | 2024-05-15T05:22:43.709Z | Compiling maybe-uninit v2.0.0 |
2041 | 2024-05-15T05:22:43.847Z | Checking tap v1.0.1 |
2042 | 2024-05-15T05:22:43.961Z | Checking num v0.4.3 |
2043 | 2024-05-15T05:22:44.009Z | Checking wyz v0.5.1 |
2044 | 2024-05-15T05:22:44.050Z | Checking radix_trie v0.2.1 |
2045 | 2024-05-15T05:22:44.274Z | Checking tabled v0.15.0 |
2046 | 2024-05-15T05:22:44.345Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2047 | 2024-05-15T05:22:44.450Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2048 | 2024-05-15T05:22:44.520Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2049 | 2024-05-15T05:22:44.682Z | Checking fxhash v0.2.1 |
2050 | 2024-05-15T05:22:44.859Z | Compiling packed_struct v0.10.1 |
2051 | 2024-05-15T05:22:44.915Z | Checking funty v2.0.0 |
2052 | 2024-05-15T05:22:45.315Z | Compiling num-bigint-dig v0.8.4 |
2053 | 2024-05-15T05:22:45.627Z | Checking crc-catalog v2.2.0 |
2054 | 2024-05-15T05:22:45.769Z | Checking crc v3.0.1 |
2055 | 2024-05-15T05:22:45.835Z | Compiling packed_struct_codegen v0.10.1 |
2056 | 2024-05-15T05:22:45.896Z | Checking bitvec v1.0.1 |
2057 | 2024-05-15T05:22:46.412Z | Compiling indexmap v1.9.3 |
2058 | 2024-05-15T05:22:46.479Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2059 | 2024-05-15T05:22:46.479Z | Checking nodrop v0.1.14 |
2060 | 2024-05-15T05:22:46.479Z | Checking array-init v0.0.4 |
2061 | 2024-05-15T05:22:46.502Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2062 | 2024-05-15T05:22:46.577Z | Checking smallvec v0.6.14 |
2063 | 2024-05-15T05:22:46.981Z | Checking pkcs1 v0.7.5 |
2064 | 2024-05-15T05:22:47.041Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2065 | 2024-05-15T05:22:47.205Z | Checking signature v2.1.0 |
2066 | 2024-05-15T05:22:47.354Z | Checking hashbrown v0.12.3 |
2067 | 2024-05-15T05:22:47.403Z | Checking bitfield v0.14.0 |
2068 | 2024-05-15T05:22:47.414Z | Checking serde-hex v0.1.0 |
2069 | 2024-05-15T05:22:47.686Z | Checking bzip2 v0.4.4 |
2070 | 2024-05-15T05:22:47.981Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2071 | 2024-05-15T05:22:48.221Z | Checking env_logger v0.10.0 |
2072 | 2024-05-15T05:22:48.642Z | Checking x509-cert v0.2.4 |
2073 | 2024-05-15T05:22:48.953Z | Checking ron v0.8.1 |
2074 | 2024-05-15T05:22:49.030Z | Checking rsa v0.9.2 |
2075 | 2024-05-15T05:22:49.047Z | Checking hashbrown v0.13.2 |
2076 | 2024-05-15T05:22:49.069Z | Checking crc-any v2.4.3 |
2077 | 2024-05-15T05:22:49.453Z | Checking zip v0.6.6 |
2078 | 2024-05-15T05:22:49.985Z | Checking display-error-chain v0.2.0 |
2079 | 2024-05-15T05:22:50.050Z | Checking object v0.30.4 |
2080 | 2024-05-15T05:22:50.121Z | Checking path-slash v0.1.5 |
2081 | 2024-05-15T05:22:50.135Z | Compiling convert_case v0.4.0 |
2082 | 2024-05-15T05:22:50.192Z | Compiling async-recursion v1.1.1 |
2083 | 2024-05-15T05:22:50.223Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2084 | 2024-05-15T05:22:50.270Z | Compiling buf-list v1.0.3 |
2085 | 2024-05-15T05:22:50.465Z | Compiling blake3 v1.5.0 |
2086 | 2024-05-15T05:22:51.111Z | Compiling derive_more v0.99.17 |
2087 | 2024-05-15T05:22:51.209Z | Checking maplit v1.0.2 |
2088 | 2024-05-15T05:22:51.270Z | Checking gethostname v0.4.3 |
2089 | 2024-05-15T05:22:51.773Z | Compiling parking_lot_core v0.8.6 |
2090 | 2024-05-15T05:22:51.773Z | Compiling libefi-sys v0.1.0 |
2091 | 2024-05-15T05:22:51.773Z | Compiling pin-project-internal v1.1.3 |
2092 | 2024-05-15T05:22:51.773Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2093 | 2024-05-15T05:22:52.077Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2094 | 2024-05-15T05:22:52.119Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2095 | 2024-05-15T05:22:52.225Z | Compiling crossbeam-deque v0.8.3 |
2096 | 2024-05-15T05:22:52.351Z | Checking keccak v0.1.4 |
2097 | 2024-05-15T05:22:52.662Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2098 | 2024-05-15T05:22:52.731Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2099 | 2024-05-15T05:22:53.093Z | Checking sha3 v0.10.8 |
2100 | 2024-05-15T05:22:53.860Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2101 | 2024-05-15T05:22:53.944Z | Checking parking_lot v0.11.2 |
2102 | 2024-05-15T05:22:54.096Z | Checking trust-dns-client v0.22.0 |
2103 | 2024-05-15T05:22:54.298Z | Compiling synstructure v0.12.6 |
2104 | 2024-05-15T05:22:54.640Z | Checking pin-project v1.1.3 |
2105 | 2024-05-15T05:22:54.766Z | Checking toml v0.5.11 |
2106 | 2024-05-15T05:22:55.274Z | Checking secrecy v0.8.0 |
2107 | 2024-05-15T05:22:55.329Z | Checking sled v0.34.7 |
2108 | 2024-05-15T05:22:55.515Z | Compiling rayon v1.10.0 |
2109 | 2024-05-15T05:22:56.113Z | Compiling zerocopy-derive v0.2.0 |
2110 | 2024-05-15T05:22:56.264Z | Checking trust-dns-server v0.22.1 |
2111 | 2024-05-15T05:22:57.346Z | Compiling memmap2 v0.7.1 |
2112 | 2024-05-15T05:22:58.086Z | Compiling arrayref v0.3.7 |
2113 | 2024-05-15T05:22:58.141Z | Compiling arrayvec v0.7.4 |
2114 | 2024-05-15T05:22:58.198Z | Compiling home v0.5.5 |
2115 | 2024-05-15T05:22:58.321Z | Compiling constant_time_eq v0.3.0 |
2116 | 2024-05-15T05:22:58.489Z | Compiling toolchain_find v0.4.0 |
2117 | 2024-05-15T05:22:59.203Z | Compiling vte_generate_state_changes v0.1.1 |
2118 | 2024-05-15T05:22:59.822Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2119 | 2024-05-15T05:23:01.569Z | Compiling topological-sort v0.2.2 |
2120 | 2024-05-15T05:23:01.569Z | Checking vte v0.11.1 |
2121 | 2024-05-15T05:23:01.569Z | Compiling rustfmt-wrapper v0.2.1 |
2122 | 2024-05-15T05:23:01.569Z | Checking fd-lock v4.0.2 |
2123 | 2024-05-15T05:23:01.581Z | Checking glob v0.3.1 |
2124 | 2024-05-15T05:23:01.582Z | Compiling snafu-derive v0.8.2 |
2125 | 2024-05-15T05:23:01.582Z | Compiling omicron-zone-package v0.11.0 |
2126 | 2024-05-15T05:23:01.582Z | Compiling usdt-impl v0.3.5 |
2127 | 2024-05-15T05:23:01.582Z | Checking nu-ansi-term v0.50.0 |
2128 | 2024-05-15T05:23:01.582Z | Checking strip-ansi-escapes v0.2.0 |
2129 | 2024-05-15T05:23:01.582Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2130 | 2024-05-15T05:23:01.692Z | Compiling zerocopy v0.3.0 |
2131 | 2024-05-15T05:23:01.723Z | Checking reedline v0.31.0 |
2132 | 2024-05-15T05:23:01.875Z | Checking globset v0.4.13 |
2133 | 2024-05-15T05:23:02.044Z | Checking olpc-cjson v0.1.3 |
2134 | 2024-05-15T05:23:02.274Z | Checking serde_plain v1.0.2 |
2135 | 2024-05-15T05:23:02.422Z | Compiling prettyplease v0.2.20 |
2136 | 2024-05-15T05:23:02.939Z | Compiling platforms v3.0.2 |
2137 | 2024-05-15T05:23:02.939Z | Checking typed-path v0.7.0 |
2138 | 2024-05-15T05:23:02.939Z | Compiling dof v0.1.5 |
2139 | 2024-05-15T05:23:02.951Z | Compiling dtrace-parser v0.1.14 |
2140 | 2024-05-15T05:23:03.106Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2141 | 2024-05-15T05:23:03.812Z | Checking parse-size v1.0.0 |
2142 | 2024-05-15T05:23:05.031Z | Compiling serde_tokenstream v0.1.7 |
2143 | 2024-05-15T05:23:05.241Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2144 | 2024-05-15T05:23:05.485Z | Compiling memoffset v0.7.1 |
2145 | 2024-05-15T05:23:05.620Z | Compiling crunchy v0.2.2 |
2146 | 2024-05-15T05:23:05.919Z | Compiling curve25519-dalek v4.1.2 |
2147 | 2024-05-15T05:23:05.981Z | Compiling clang-sys v1.6.1 |
2148 | 2024-05-15T05:23:06.039Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2149 | 2024-05-15T05:23:06.327Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2150 | 2024-05-15T05:23:06.333Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2151 | 2024-05-15T05:23:06.510Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2152 | 2024-05-15T05:23:07.152Z | Checking snafu v0.8.2 |
2153 | 2024-05-15T05:23:07.249Z | Compiling unicase v2.7.0 |
2154 | 2024-05-15T05:23:07.598Z | Compiling tiny-keccak v2.0.2 |
2155 | 2024-05-15T05:23:07.664Z | Checking tough v0.17.1 |
2156 | 2024-05-15T05:23:08.125Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2157 | 2024-05-15T05:23:08.133Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2158 | 2024-05-15T05:23:09.079Z | Compiling usdt-attr-macro v0.3.5 |
2159 | 2024-05-15T05:23:09.875Z | Compiling usdt-macro v0.3.5 |
2160 | 2024-05-15T05:23:10.480Z | Checking universal-hash v0.5.1 |
2161 | 2024-05-15T05:23:10.925Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2162 | 2024-05-15T05:23:10.925Z | Compiling thiserror-impl-no-std v2.0.2 |
2163 | 2024-05-15T05:23:10.926Z | Compiling curve25519-dalek-derive v0.1.0 |
2164 | 2024-05-15T05:23:11.316Z | Checking nanorand v0.7.0 |
2165 | 2024-05-15T05:23:11.414Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2166 | 2024-05-15T05:23:11.703Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2167 | 2024-05-15T05:23:12.053Z | Checking signature v1.6.4 |
2168 | 2024-05-15T05:23:12.176Z | Compiling cfg_aliases v0.1.1 |
2169 | 2024-05-15T05:23:12.305Z | Compiling salty v0.2.0 |
2170 | 2024-05-15T05:23:12.417Z | Checking opaque-debug v0.3.0 |
2171 | 2024-05-15T05:23:12.520Z | Checking poly1305 v0.8.0 |
2172 | 2024-05-15T05:23:12.816Z | Compiling nix v0.28.0 |
2173 | 2024-05-15T05:23:12.897Z | Checking ed25519 v1.5.3 |
2174 | 2024-05-15T05:23:13.078Z | Checking flume v0.11.0 |
2175 | 2024-05-15T05:23:13.111Z | Checking usdt v0.3.5 |
2176 | 2024-05-15T05:23:13.127Z | Compiling ascii-canvas v3.0.0 |
2177 | 2024-05-15T05:23:13.343Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2178 | 2024-05-15T05:23:13.738Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2179 | 2024-05-15T05:23:13.974Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2180 | 2024-05-15T05:23:14.155Z | Checking thiserror-no-std v2.0.2 |
2181 | 2024-05-15T05:23:14.276Z | Checking chacha20 v0.9.1 |
2182 | 2024-05-15T05:23:14.322Z | Checking aead v0.5.2 |
2183 | 2024-05-15T05:23:14.467Z | Checking serde-big-array v0.5.1 |
2184 | 2024-05-15T05:23:14.574Z | Checking kstat-rs v0.2.3 |
2185 | 2024-05-15T05:23:14.611Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2186 | 2024-05-15T05:23:14.646Z | Compiling ena v0.14.2 |
2187 | 2024-05-15T05:23:14.698Z | Compiling libloading v0.7.4 |
2188 | 2024-05-15T05:23:14.920Z | Compiling regex-syntax v0.6.29 |
2189 | 2024-05-15T05:23:15.511Z | Compiling bindgen v0.69.2 |
2190 | 2024-05-15T05:23:15.530Z | Compiling diff v0.1.13 |
2191 | 2024-05-15T05:23:15.951Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2192 | 2024-05-15T05:23:15.951Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2193 | 2024-05-15T05:23:16.125Z | Checking chacha20poly1305 v0.10.1 |
2194 | 2024-05-15T05:23:16.182Z | Checking vsss-rs v3.3.4 |
2195 | 2024-05-15T05:23:17.349Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2196 | 2024-05-15T05:23:18.370Z | Compiling lalrpop v0.19.12 |
2197 | 2024-05-15T05:23:18.878Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2198 | 2024-05-15T05:23:19.125Z | Checking signal-hook-tokio v0.3.1 |
2199 | 2024-05-15T05:23:19.297Z | Compiling cexpr v0.6.0 |
2200 | 2024-05-15T05:23:19.402Z | Checking serde-big-array v0.4.1 |
2201 | 2024-05-15T05:23:19.565Z | Compiling which v4.4.0 |
2202 | 2024-05-15T05:23:20.254Z | Compiling rustc-hash v1.1.0 |
2203 | 2024-05-15T05:23:20.397Z | Compiling ref-cast v1.0.23 |
2204 | 2024-05-15T05:23:20.537Z | Compiling lazycell v1.3.0 |
2205 | 2024-05-15T05:23:20.710Z | Compiling shlex v1.3.0 |
2206 | 2024-05-15T05:23:20.869Z | Compiling peeking_take_while v0.1.2 |
2207 | 2024-05-15T05:23:20.997Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2208 | 2024-05-15T05:23:21.015Z | Compiling mime_guess v2.0.4 |
2209 | 2024-05-15T05:23:21.896Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2210 | 2024-05-15T05:23:22.357Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2211 | 2024-05-15T05:23:22.620Z | Compiling derive_builder_core v0.20.0 |
2212 | 2024-05-15T05:23:23.606Z | Compiling peg-macros v0.8.3 |
2213 | 2024-05-15T05:23:24.618Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2214 | 2024-05-15T05:23:25.173Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2215 | 2024-05-15T05:23:26.016Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2216 | 2024-05-15T05:23:27.470Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2217 | 2024-05-15T05:23:27.488Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-05-15T05:23:28.660Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2219 | 2024-05-15T05:23:29.250Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2220 | 2024-05-15T05:23:29.954Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2221 | 2024-05-15T05:23:30.447Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2222 | 2024-05-15T05:23:30.524Z | Compiling ref-cast-impl v1.0.23 |
2223 | 2024-05-15T05:23:31.718Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2224 | 2024-05-15T05:23:31.840Z | Compiling sqlparser_derive v0.2.2 |
2225 | 2024-05-15T05:23:32.891Z | Compiling libxml v0.3.3 |
2226 | 2024-05-15T05:23:32.917Z | Checking unicode_categories v0.1.1 |
2227 | 2024-05-15T05:23:33.214Z | Checking corncobs v0.1.3 |
2228 | 2024-05-15T05:23:33.835Z | Checking sqlformat v0.2.3 |
2229 | 2024-05-15T05:23:34.042Z | Checking rustyline v14.0.0 |
2230 | 2024-05-15T05:23:34.042Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2231 | 2024-05-15T05:23:34.043Z | Checking sqlparser v0.45.0 |
2232 | 2024-05-15T05:23:34.980Z | Checking peg v0.8.3 |
2233 | 2024-05-15T05:23:34.994Z | Compiling derive_builder_macro v0.20.0 |
2234 | 2024-05-15T05:23:35.070Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2235 | 2024-05-15T05:23:35.548Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2236 | 2024-05-15T05:23:36.187Z | Checking bcs v0.1.6 |
2237 | 2024-05-15T05:23:36.638Z | Compiling strum_macros v0.24.3 |
2238 | 2024-05-15T05:23:37.308Z | Compiling cookie v0.18.1 |
2239 | 2024-05-15T05:23:37.620Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2240 | 2024-05-15T05:23:37.963Z | Checking highway v1.1.0 |
2241 | 2024-05-15T05:23:38.246Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2242 | 2024-05-15T05:23:38.376Z | Compiling indoc v1.0.9 |
2243 | 2024-05-15T05:23:39.886Z | Checking derive_builder v0.20.0 |
2244 | 2024-05-15T05:23:40.254Z | Compiling const_format_proc_macros v0.2.32 |
2245 | 2024-05-15T05:23:40.470Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2246 | 2024-05-15T05:23:40.784Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2247 | 2024-05-15T05:23:41.070Z | Checking bb8 v0.8.3 |
2248 | 2024-05-15T05:23:41.515Z | Checking quick-xml v0.31.0 |
2249 | 2024-05-15T05:23:41.771Z | Compiling oso-derive v0.27.3 |
2250 | 2024-05-15T05:23:41.801Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2251 | 2024-05-15T05:23:42.548Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2252 | 2024-05-15T05:23:42.634Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2253 | 2024-05-15T05:23:42.874Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2254 | 2024-05-15T05:23:42.885Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2255 | 2024-05-15T05:23:43.632Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2256 | 2024-05-15T05:23:44.286Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2257 | 2024-05-15T05:23:44.356Z | Compiling impl-trait-for-tuples v0.2.2 |
2258 | 2024-05-15T05:23:46.698Z | Checking http-range v0.1.5 |
2259 | 2024-05-15T05:23:46.889Z | Checking hyper-staticfile v0.9.5 |
2260 | 2024-05-15T05:23:47.115Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2261 | 2024-05-15T05:23:47.269Z | Checking const_format v0.2.32 |
2262 | 2024-05-15T05:23:47.335Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2263 | 2024-05-15T05:23:47.781Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2264 | 2024-05-15T05:23:48.792Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2265 | 2024-05-15T05:23:50.061Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2266 | 2024-05-15T05:23:51.510Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2267 | 2024-05-15T05:23:52.403Z | Checking assert_matches v1.5.0 |
2268 | 2024-05-15T05:23:52.408Z | Checking rand_seeder v0.2.3 |
2269 | 2024-05-15T05:23:52.408Z | Compiling portable-atomic v1.4.3 |
2270 | 2024-05-15T05:23:52.408Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2271 | 2024-05-15T05:23:52.531Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2272 | 2024-05-15T05:23:54.029Z | Checking number_prefix v0.4.0 |
2273 | 2024-05-15T05:23:54.250Z | Checking castaway v0.2.2 |
2274 | 2024-05-15T05:23:54.360Z | Checking indicatif v0.17.8 |
2275 | 2024-05-15T05:23:54.429Z | Checking compact_str v0.7.1 |
2276 | 2024-05-15T05:23:54.527Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2277 | 2024-05-15T05:23:55.549Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2278 | 2024-05-15T05:23:55.553Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2279 | 2024-05-15T05:23:55.553Z | Checking lru v0.12.1 |
2280 | 2024-05-15T05:23:55.553Z | Compiling stability v0.2.0 |
2281 | 2024-05-15T05:23:55.553Z | Checking cassowary v0.3.0 |
2282 | 2024-05-15T05:23:55.774Z | Compiling indoc v2.0.3 |
2283 | 2024-05-15T05:23:56.016Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2284 | 2024-05-15T05:23:56.236Z | Checking unicode-linebreak v0.1.5 |
2285 | 2024-05-15T05:23:56.636Z | Checking smawk v0.3.1 |
2286 | 2024-05-15T05:23:56.653Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2287 | 2024-05-15T05:23:56.845Z | Checking textwrap v0.16.1 |
2288 | 2024-05-15T05:23:56.894Z | Checking ratatui v0.26.2 |
2289 | 2024-05-15T05:23:57.037Z | Checking is_ci v1.2.0 |
2290 | 2024-05-15T05:23:57.158Z | Checking supports-color v3.0.0 |
2291 | 2024-05-15T05:23:57.255Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2292 | 2024-05-15T05:23:57.346Z | Checking fatfs v0.3.6 |
2293 | 2024-05-15T05:23:58.395Z | Checking shell-words v1.1.0 |
2294 | 2024-05-15T05:23:58.575Z | Checking rtoolbox v0.0.1 |
2295 | 2024-05-15T05:23:58.763Z | Checking rpassword v7.3.1 |
2296 | 2024-05-15T05:23:58.876Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2297 | 2024-05-15T05:23:58.906Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2298 | 2024-05-15T05:23:58.925Z | Checking yansi v0.5.1 |
2299 | 2024-05-15T05:23:59.337Z | Checking pretty_assertions v1.4.0 |
2300 | 2024-05-15T05:23:59.427Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2301 | 2024-05-15T05:23:59.628Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2302 | 2024-05-15T05:23:59.794Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2303 | 2024-05-15T05:23:59.998Z | Checking tui-tree-widget v0.19.0 |
2304 | 2024-05-15T05:24:00.310Z | Compiling target-lexicon v0.12.13 |
2305 | 2024-05-15T05:24:00.369Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2306 | 2024-05-15T05:24:00.714Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2307 | 2024-05-15T05:24:01.426Z | Checking cargo-platform v0.1.3 |
2308 | 2024-05-15T05:24:01.690Z | Compiling guppy-workspace-hack v0.1.0 |
2309 | 2024-05-15T05:24:01.962Z | Compiling doc-comment v0.3.3 |
2310 | 2024-05-15T05:24:01.987Z | Checking plotters-backend v0.3.5 |
2311 | 2024-05-15T05:24:02.207Z | Checking cargo_metadata v0.18.1 |
2312 | 2024-05-15T05:24:02.356Z | Checking plotters-svg v0.3.5 |
2313 | 2024-05-15T05:24:02.673Z | Checking http-body v1.0.0 |
2314 | 2024-05-15T05:24:02.884Z | Checking cast v0.3.0 |
2315 | 2024-05-15T05:24:03.070Z | Compiling target-spec v3.1.0 |
2316 | 2024-05-15T05:24:03.190Z | Checking tower-layer v0.3.2 |
2317 | 2024-05-15T05:24:03.461Z | Compiling assert_cmd v2.0.14 |
2318 | 2024-05-15T05:24:03.689Z | Checking tower v0.4.13 |
2319 | 2024-05-15T05:24:03.898Z | Checking criterion-plot v0.5.0 |
2320 | 2024-05-15T05:24:03.925Z | Checking cfg-expr v0.15.6 |
2321 | 2024-05-15T05:24:04.421Z | Checking hyper v1.1.0 |
2322 | 2024-05-15T05:24:04.586Z | Checking plotters v0.3.5 |
2323 | 2024-05-15T05:24:04.838Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2324 | 2024-05-15T05:24:05.757Z | Checking tinytemplate v1.2.1 |
2325 | 2024-05-15T05:24:06.167Z | Checking anes v0.1.6 |
2326 | 2024-05-15T05:24:06.219Z | Checking oorandom v11.1.3 |
2327 | 2024-05-15T05:24:10.636Z | Checking hyper-util v0.1.2 |
2328 | 2024-05-15T05:24:10.956Z | Checking criterion v0.5.1 |
2329 | 2024-05-15T05:24:10.957Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2330 | 2024-05-15T05:24:10.957Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2331 | 2024-05-15T05:24:11.041Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2332 | 2024-05-15T05:24:11.041Z | Checking rustls-native-certs v0.7.0 |
2333 | 2024-05-15T05:24:11.041Z | Checking httptest v0.15.5 |
2334 | 2024-05-15T05:24:11.041Z | Checking pathdiff v0.2.1 |
2335 | 2024-05-15T05:24:11.041Z | Checking nested v0.1.1 |
2336 | 2024-05-15T05:24:11.041Z | Checking guppy v0.17.5 |
2337 | 2024-05-15T05:24:11.610Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2338 | 2024-05-15T05:24:12.622Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2339 | 2024-05-15T05:24:12.659Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2340 | 2024-05-15T05:24:14.556Z | Checking hyper-rustls v0.26.0 |
2341 | 2024-05-15T05:24:14.896Z | Checking escape8259 v0.5.2 |
2342 | 2024-05-15T05:24:15.041Z | Checking threadpool v1.8.1 |
2343 | 2024-05-15T05:24:15.093Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2344 | 2024-05-15T05:24:15.255Z | Checking libtest-mimic v0.7.2 |
2345 | 2024-05-15T05:24:15.698Z | Checking similar-asserts v1.5.0 |
2346 | 2024-05-15T05:24:15.863Z | Checking fancy-regex v0.13.0 |
2347 | 2024-05-15T05:24:15.940Z | Compiling rstest_macros v0.19.0 |
2348 | 2024-05-15T05:24:16.626Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2349 | 2024-05-15T05:24:16.641Z | Checking datatest-stable v0.2.9 |
2350 | 2024-05-15T05:24:16.938Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2351 | 2024-05-15T05:24:17.256Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2352 | 2024-05-15T05:24:17.568Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2353 | 2024-05-15T05:24:18.047Z | Checking csv-core v0.1.11 |
2354 | 2024-05-15T05:24:18.085Z | Compiling trybuild v1.0.91 |
2355 | 2024-05-15T05:24:18.305Z | Compiling relative-path v1.9.0 |
2356 | 2024-05-15T05:24:18.814Z | Checking constant_time_eq v0.2.6 |
2357 | 2024-05-15T05:24:18.814Z | Checking blake2b_simd v1.0.1 |
2358 | 2024-05-15T05:24:18.814Z | Checking csv v1.3.0 |
2359 | 2024-05-15T05:24:19.451Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2360 | 2024-05-15T05:24:19.471Z | Checking multimap v0.10.0 |
2361 | 2024-05-15T05:24:19.809Z | Checking futures-timer v3.0.2 |
2362 | 2024-05-15T05:24:20.113Z | Checking rust-argon2 v2.1.0 |
2363 | 2024-05-15T05:24:21.902Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2364 | 2024-05-15T05:24:23.850Z | Checking partial-io v0.5.4 |
2365 | 2024-05-15T05:24:24.228Z | Checking approx v0.5.1 |
2366 | 2024-05-15T05:24:24.466Z | Checking termios v0.3.3 |
2367 | 2024-05-15T05:24:25.116Z | Checking uzers v0.11.3 |
2368 | 2024-05-15T05:24:25.159Z | Checking hex-literal v0.4.1 |
2369 | 2024-05-15T05:24:28.784Z | Checking rstest v0.19.0 |
2370 | 2024-05-15T05:24:30.601Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2371 | 2024-05-15T05:24:31.727Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2372 | 2024-05-15T05:24:43.088Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2373 | 2024-05-15T05:24:55.932Z | Compiling samael v0.0.15 |
2374 | 2024-05-15T05:25:17.820Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2375 | 2024-05-15T05:25:20.249Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2376 | 2024-05-15T05:25:39.895Z | Compiling polar-core v0.27.3 |
2377 | 2024-05-15T05:25:47.750Z | Checking oso v0.27.3 |
2378 | 2024-05-15T05:26:15.344Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2379 | 2024-05-15T05:26:15.344Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2380 | 2024-05-15T05:26:15.358Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2381 | 2024-05-15T05:27:28.411Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 05s |
2382 | 2024-05-15T05:27:28.613Z | |
2383 | 2024-05-15T05:27:28.613Z | real 7:54.633899210 |
2384 | 2024-05-15T05:27:28.613Z | user 39:47.134358768 |
2385 | 2024-05-15T05:27:28.614Z | sys 7:02.485729632 |
2386 | 2024-05-15T05:27:28.614Z | trap 1.122300799 |
2387 | 2024-05-15T05:27:28.614Z | tflt 5.075870230 |
2388 | 2024-05-15T05:27:28.615Z | dflt 5.981534361 |
2389 | 2024-05-15T05:27:28.615Z | kflt 0.022109420 |
2390 | 2024-05-15T05:27:28.632Z | lock 1:01:01.164383329 |
2391 | 2024-05-15T05:27:28.632Z | slp 2:01:19.607017334 |
2392 | 2024-05-15T05:27:28.632Z | lat 1:51.129319498 |
2393 | 2024-05-15T05:27:28.632Z | stop 4:46.335746447 |
2394 | 2024-05-15T05:27:29.570Z | warning: output filename collision. |
2395 | 2024-05-15T05:27:29.570Z | 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2396 | 2024-05-15T05:27:29.570Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2397 | 2024-05-15T05:27:29.570Z | The targets should have unique names. |
2398 | 2024-05-15T05:27:29.571Z | This is a known bug where multiple crates with the same name use |
2399 | 2024-05-15T05:27:29.571Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2400 | 2024-05-15T05:27:29.571Z | warning: output filename collision. |
2401 | 2024-05-15T05:27:29.571Z | 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2402 | 2024-05-15T05:27:29.571Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2403 | 2024-05-15T05:27:29.571Z | The targets should have unique names. |
2404 | 2024-05-15T05:27:29.572Z | This is a known bug where multiple crates with the same name use |
2405 | 2024-05-15T05:27:29.572Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2406 | 2024-05-15T05:27:29.618Z | warning: output filename collision. |
2407 | 2024-05-15T05:27:29.618Z | 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?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2408 | 2024-05-15T05:27:29.619Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2409 | 2024-05-15T05:27:29.619Z | The targets should have unique names. |
2410 | 2024-05-15T05:27:29.619Z | This is a known bug where multiple crates with the same name use |
2411 | 2024-05-15T05:27:29.619Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2412 | 2024-05-15T05:27:29.619Z | warning: output filename collision. |
2413 | 2024-05-15T05:27:29.620Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
2414 | 2024-05-15T05:27:29.620Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2415 | 2024-05-15T05:27:29.620Z | The targets should have unique names. |
2416 | 2024-05-15T05:27:29.621Z | This is a known bug where multiple crates with the same name use |
2417 | 2024-05-15T05:27:29.621Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2418 | 2024-05-15T05:27:29.621Z | warning: output filename collision. |
2419 | 2024-05-15T05:27:29.621Z | 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)`. |
2420 | 2024-05-15T05:27:29.622Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2421 | 2024-05-15T05:27:29.622Z | The targets should have unique names. |
2422 | 2024-05-15T05:27:29.622Z | This is a known bug where multiple crates with the same name use |
2423 | 2024-05-15T05:27:29.622Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2424 | 2024-05-15T05:27:29.622Z | warning: output filename collision. |
2425 | 2024-05-15T05:27:29.622Z | 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)`. |
2426 | 2024-05-15T05:27:29.622Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2427 | 2024-05-15T05:27:29.623Z | The targets should have unique names. |
2428 | 2024-05-15T05:27:29.623Z | This is a known bug where multiple crates with the same name use |
2429 | 2024-05-15T05:27:29.624Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2430 | 2024-05-15T05:27:29.624Z | warning: output filename collision. |
2431 | 2024-05-15T05:27:29.624Z | 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2432 | 2024-05-15T05:27:29.624Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2433 | 2024-05-15T05:27:29.624Z | The targets should have unique names. |
2434 | 2024-05-15T05:27:29.625Z | This is a known bug where multiple crates with the same name use |
2435 | 2024-05-15T05:27:29.625Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2436 | 2024-05-15T05:27:29.625Z | warning: output filename collision. |
2437 | 2024-05-15T05:27:29.625Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#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)`. |
2438 | 2024-05-15T05:27:29.626Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2439 | 2024-05-15T05:27:29.626Z | The targets should have unique names. |
2440 | 2024-05-15T05:27:29.626Z | This is a known bug where multiple crates with the same name use |
2441 | 2024-05-15T05:27:29.626Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2442 | 2024-05-15T05:27:29.626Z | warning: output filename collision. |
2443 | 2024-05-15T05:27:29.626Z | 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`. |
2444 | 2024-05-15T05:27:29.626Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2445 | 2024-05-15T05:27:29.626Z | The targets should have unique names. |
2446 | 2024-05-15T05:27:29.627Z | This is a known bug where multiple crates with the same name use |
2447 | 2024-05-15T05:27:29.627Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2448 | 2024-05-15T05:27:30.085Z | Documenting libc v0.2.153 |
2449 | 2024-05-15T05:27:30.127Z | Documenting cfg-if v1.0.0 |
2450 | 2024-05-15T05:27:30.149Z | Documenting serde_derive v1.0.201 |
2451 | 2024-05-15T05:27:30.170Z | Documenting log v0.4.21 |
2452 | 2024-05-15T05:27:30.221Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2453 | 2024-05-15T05:27:30.238Z | Documenting memchr v2.7.1 |
2454 | 2024-05-15T05:27:30.238Z | Documenting byteorder v1.5.0 |
2455 | 2024-05-15T05:27:30.238Z | Documenting smallvec v1.13.1 |
2456 | 2024-05-15T05:27:30.486Z | Documenting scopeguard v1.2.0 |
2457 | 2024-05-15T05:27:33.241Z | Documenting itoa v1.0.9 |
2458 | 2024-05-15T05:27:33.475Z | Documenting pin-project-lite v0.2.13 |
2459 | 2024-05-15T05:27:34.000Z | Documenting once_cell v1.19.0 |
2460 | 2024-05-15T05:27:34.153Z | Documenting libm v0.2.7 |
2461 | 2024-05-15T05:27:34.329Z | Documenting getrandom v0.2.12 |
2462 | 2024-05-15T05:27:34.798Z | Documenting parking_lot_core v0.9.8 |
2463 | 2024-05-15T05:27:35.008Z | Documenting lock_api v0.4.10 |
2464 | 2024-05-15T05:27:36.080Z | Documenting signal-hook-registry v1.4.1 |
2465 | 2024-05-15T05:27:36.689Z | Documenting mio v0.8.11 |
2466 | 2024-05-15T05:27:37.812Z | Documenting serde v1.0.201 |
2467 | 2024-05-15T05:27:37.857Z | Documenting num-traits v0.2.19 |
2468 | 2024-05-15T05:27:38.019Z | Documenting thiserror-impl v1.0.59 |
2469 | 2024-05-15T05:27:38.412Z | Documenting rand_core v0.6.4 |
2470 | 2024-05-15T05:27:39.790Z | Documenting zeroize_derive v1.4.2 |
2471 | 2024-05-15T05:27:39.888Z | Documenting parking_lot v0.12.1 |
2472 | 2024-05-15T05:27:40.449Z | Documenting ryu v1.0.15 |
2473 | 2024-05-15T05:27:41.952Z | Documenting futures-core v0.3.30 |
2474 | 2024-05-15T05:27:42.814Z | Documenting num_cpus v1.16.0 |
2475 | 2024-05-15T05:27:43.409Z | Documenting socket2 v0.5.6 |
2476 | 2024-05-15T05:27:43.695Z | Documenting tokio-macros v2.2.0 |
2477 | 2024-05-15T05:27:44.379Z | Documenting thiserror v1.0.59 |
2478 | 2024-05-15T05:27:44.738Z | Documenting zeroize v1.7.0 |
2479 | 2024-05-15T05:27:44.867Z | Documenting zerocopy v0.7.32 |
2480 | 2024-05-15T05:27:45.947Z | Documenting futures-sink v0.3.30 |
2481 | 2024-05-15T05:27:46.902Z | Documenting typenum v1.16.0 |
2482 | 2024-05-15T05:27:48.268Z | Documenting subtle v2.5.0 |
2483 | 2024-05-15T05:27:48.377Z | Documenting pin-utils v0.1.0 |
2484 | 2024-05-15T05:27:48.488Z | Documenting slab v0.4.9 |
2485 | 2024-05-15T05:27:49.113Z | Documenting futures-macro v0.3.30 |
2486 | 2024-05-15T05:27:51.853Z | Documenting futures-channel v0.3.30 |
2487 | 2024-05-15T05:27:58.193Z | Documenting bytes v1.6.0 |
2488 | 2024-05-15T05:28:00.102Z | Documenting bitflags v2.4.2 |
2489 | 2024-05-15T05:28:00.123Z | Documenting serde_json v1.0.117 |
2490 | 2024-05-15T05:28:00.408Z | Documenting iana-time-zone v0.1.57 |
2491 | 2024-05-15T05:28:00.464Z | Documenting futures-io v0.3.30 |
2492 | 2024-05-15T05:28:00.555Z | Documenting futures-task v0.3.30 |
2493 | 2024-05-15T05:28:00.773Z | Documenting uuid v1.8.0 |
2494 | 2024-05-15T05:28:01.352Z | Documenting generic-array v0.14.7 |
2495 | 2024-05-15T05:28:02.992Z | Documenting tokio v1.37.0 |
2496 | 2024-05-15T05:28:04.384Z | Documenting chrono v0.4.38 |
2497 | 2024-05-15T05:28:04.536Z | Documenting ahash v0.8.8 |
2498 | 2024-05-15T05:28:04.672Z | Documenting allocator-api2 v0.2.16 |
2499 | 2024-05-15T05:28:05.298Z | Documenting futures-util v0.3.30 |
2500 | 2024-05-15T05:28:05.310Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2501 | 2024-05-15T05:28:05.491Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2502 | 2024-05-15T05:28:05.978Z | Documenting crypto-common v0.1.6 |
2503 | 2024-05-15T05:28:06.295Z | Documenting const-oid v0.9.6 |
2504 | 2024-05-15T05:28:06.736Z | Documenting tinyvec_macros v0.1.1 |
2505 | 2024-05-15T05:28:08.830Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2506 | 2024-05-15T05:28:09.055Z | Documenting hashbrown v0.14.3 |
2507 | 2024-05-15T05:28:09.635Z | Documenting tinyvec v1.6.0 |
2508 | 2024-05-15T05:28:10.970Z | Documenting tracing-core v0.1.32 |
2509 | 2024-05-15T05:28:11.523Z | Checking serde_derive_internals v0.29.0 |
2510 | 2024-05-15T05:28:12.112Z | Documenting tracing-attributes v0.1.27 |
2511 | 2024-05-15T05:28:12.206Z | Documenting serde_derive_internals v0.29.0 |
2512 | 2024-05-15T05:28:14.115Z | Documenting dyn-clone v1.0.17 |
2513 | 2024-05-15T05:28:14.378Z | Documenting unicode-normalization v0.1.22 |
2514 | 2024-05-15T05:28:15.230Z | Documenting ppv-lite86 v0.2.17 |
2515 | 2024-05-15T05:28:15.480Z | Documenting unicode-bidi v0.3.15 |
2516 | 2024-05-15T05:28:17.303Z | Documenting lazy_static v1.4.0 |
2517 | 2024-05-15T05:28:17.628Z | Documenting percent-encoding v2.3.1 |
2518 | 2024-05-15T05:28:18.157Z | Documenting block-buffer v0.10.4 |
2519 | 2024-05-15T05:28:19.373Z | Documenting fnv v1.0.7 |
2520 | 2024-05-15T05:28:19.457Z | Documenting rand_chacha v0.3.1 |
2521 | 2024-05-15T05:28:19.458Z | Documenting schemars_derive v0.8.17 |
2522 | 2024-05-15T05:28:22.286Z | Documenting equivalent v1.0.1 |
2523 | 2024-05-15T05:28:22.384Z | Documenting powerfmt v0.2.0 |
2524 | 2024-05-15T05:28:22.397Z | Documenting form_urlencoded v1.2.1 |
2525 | 2024-05-15T05:28:22.581Z | Documenting digest v0.10.7 |
2526 | 2024-05-15T05:28:22.628Z | Documenting time-macros v0.2.17 |
2527 | 2024-05-15T05:28:23.774Z | Documenting rand v0.8.5 |
2528 | 2024-05-15T05:28:24.159Z | Documenting schemars v0.8.17 |
2529 | 2024-05-15T05:28:25.741Z | Documenting indexmap v2.2.6 |
2530 | 2024-05-15T05:28:25.943Z | Documenting deranged v0.3.11 |
2531 | 2024-05-15T05:28:27.178Z | Documenting unicode-width v0.1.11 |
2532 | 2024-05-15T05:28:27.553Z | Documenting num-conv v0.1.0 |
2533 | 2024-05-15T05:28:30.093Z | Documenting tracing v0.1.40 |
2534 | 2024-05-15T05:28:36.908Z | Documenting num_threads v0.1.6 |
2535 | 2024-05-15T05:28:36.947Z | Documenting time-core v0.1.2 |
2536 | 2024-05-15T05:28:37.092Z | Documenting idna v0.5.0 |
2537 | 2024-05-15T05:28:37.302Z | Documenting errno v0.3.8 |
2538 | 2024-05-15T05:28:37.407Z | Documenting unicode-ident v1.0.12 |
2539 | 2024-05-15T05:28:37.503Z | Documenting adler v1.0.2 |
2540 | 2024-05-15T05:28:37.771Z | Documenting slog v2.7.0 |
2541 | 2024-05-15T05:28:40.549Z | Documenting httparse v1.8.0 |
2542 | 2024-05-15T05:28:41.022Z | Documenting proc-macro2 v1.0.82 |
2543 | 2024-05-15T05:28:41.118Z | Documenting miniz_oxide v0.7.1 |
2544 | 2024-05-15T05:28:41.186Z | Documenting time v0.3.34 |
2545 | 2024-05-15T05:28:41.556Z | Documenting url v2.5.0 |
2546 | 2024-05-15T05:28:41.709Z | Documenting rustix v0.38.31 |
2547 | 2024-05-15T05:28:42.807Z | Documenting cpufeatures v0.2.12 |
2548 | 2024-05-15T05:28:44.925Z | Documenting async-trait v0.1.80 |
2549 | 2024-05-15T05:28:45.365Z | Documenting try-lock v0.2.4 |
2550 | 2024-05-15T05:28:45.738Z | Documenting quote v1.0.36 |
2551 | 2024-05-15T05:28:45.975Z | Documenting httpdate v1.0.3 |
2552 | 2024-05-15T05:28:46.213Z | Documenting http-body v0.4.5 |
2553 | 2024-05-15T05:28:47.376Z | Documenting tokio-util v0.7.10 |
2554 | 2024-05-15T05:28:47.443Z | Documenting aho-corasick v1.1.2 |
2555 | 2024-05-15T05:28:48.765Z | Documenting want v0.3.1 |
2556 | 2024-05-15T05:28:50.063Z | Documenting syn v2.0.60 |
2557 | 2024-05-15T05:28:50.113Z | Documenting openssl-sys v0.9.102 |
2558 | 2024-05-15T05:28:50.150Z | Documenting openssl-macros v0.1.1 |
2559 | 2024-05-15T05:28:51.082Z | Documenting mime v0.3.17 |
2560 | 2024-05-15T05:28:51.795Z | Documenting gimli v0.28.0 |
2561 | 2024-05-15T05:28:52.474Z | Documenting tower-service v0.3.2 |
2562 | 2024-05-15T05:28:53.102Z | Documenting regex-syntax v0.8.2 |
2563 | 2024-05-15T05:28:54.162Z | Documenting h2 v0.3.26 |
2564 | 2024-05-15T05:28:54.963Z | Documenting object v0.32.1 |
2565 | 2024-05-15T05:28:55.360Z | Documenting rustc-demangle v0.1.23 |
2566 | 2024-05-15T05:28:57.396Z | Documenting openssl v0.10.64 |
2567 | 2024-05-15T05:28:57.570Z | Documenting ipnet v2.9.0 |
2568 | 2024-05-15T05:28:58.833Z | Documenting addr2line v0.21.0 |
2569 | 2024-05-15T05:28:59.083Z | Documenting openssl-probe v0.1.5 |
2570 | 2024-05-15T05:29:00.211Z | Documenting regex-automata v0.4.5 |
2571 | 2024-05-15T05:29:02.117Z | Documenting base64ct v1.6.0 |
2572 | 2024-05-15T05:29:02.696Z | Documenting futures-executor v0.3.30 |
2573 | 2024-05-15T05:29:03.888Z | Documenting encoding_rs v0.8.33 |
2574 | 2024-05-15T05:29:05.013Z | Documenting hyper v0.14.28 |
2575 | 2024-05-15T05:29:06.793Z | Documenting native-tls v0.2.11 |
2576 | 2024-05-15T05:29:07.238Z | Documenting psl-types v2.0.11 |
2577 | 2024-05-15T05:29:07.462Z | Documenting backtrace v0.3.69 |
2578 | 2024-05-15T05:29:07.502Z | Documenting serde_urlencoded v0.7.1 |
2579 | 2024-05-15T05:29:08.698Z | Checking pest_meta v2.7.6 |
2580 | 2024-05-15T05:29:09.294Z | Documenting regex v1.10.4 |
2581 | 2024-05-15T05:29:09.647Z | Documenting crossbeam-utils v0.8.19 |
2582 | 2024-05-15T05:29:10.274Z | Documenting publicsuffix v2.2.3 |
2583 | 2024-05-15T05:29:12.162Z | Documenting utf8parse v0.2.1 |
2584 | 2024-05-15T05:29:12.217Z | Documenting tokio-native-tls v0.3.1 |
2585 | 2024-05-15T05:29:12.876Z | Documenting anyhow v1.0.83 |
2586 | 2024-05-15T05:29:14.108Z | Documenting futures v0.3.30 |
2587 | 2024-05-15T05:29:14.800Z | Documenting pem-rfc7468 v0.7.0 |
2588 | 2024-05-15T05:29:15.182Z | Documenting pest_meta v2.7.6 |
2589 | 2024-05-15T05:29:15.260Z | Documenting cookie_store v0.20.0 |
2590 | 2024-05-15T05:29:15.631Z | Documenting scroll_derive v0.12.0 |
2591 | 2024-05-15T05:29:18.061Z | Documenting der_derive v0.7.2 |
2592 | 2024-05-15T05:29:18.202Z | Documenting hyper-rustls v0.24.2 |
2593 | 2024-05-15T05:29:18.310Z | Documenting hyper-tls v0.5.0 |
2594 | 2024-05-15T05:29:19.611Z | Documenting flagset v0.4.3 |
2595 | 2024-05-15T05:29:19.740Z | Documenting webpki-roots v0.25.2 |
2596 | 2024-05-15T05:29:20.843Z | Documenting sync_wrapper v0.1.2 |
2597 | 2024-05-15T05:29:21.383Z | Documenting scroll v0.12.0 |
2598 | 2024-05-15T05:29:22.307Z | Documenting pest_generator v2.7.6 |
2599 | 2024-05-15T05:29:23.350Z | Checking pest_generator v2.7.6 |
2600 | 2024-05-15T05:29:23.682Z | Documenting num-integer v0.1.46 |
2601 | 2024-05-15T05:29:23.774Z | Documenting der v0.7.8 |
2602 | 2024-05-15T05:29:23.790Z | Documenting ucd-trie v0.1.6 |
2603 | 2024-05-15T05:29:23.904Z | Documenting plain v0.2.3 |
2604 | 2024-05-15T05:29:25.493Z | Documenting openapiv3 v2.0.0 |
2605 | 2024-05-15T05:29:25.696Z | Documenting pretty-hex v0.4.1 |
2606 | 2024-05-15T05:29:27.405Z | Documenting goblin v0.8.0 |
2607 | 2024-05-15T05:29:27.419Z | Documenting reqwest v0.11.27 |
2608 | 2024-05-15T05:29:27.521Z | Documenting pest_derive v2.7.6 |
2609 | 2024-05-15T05:29:27.652Z | Documenting pest v2.7.6 |
2610 | 2024-05-15T05:29:28.724Z | Documenting spin v0.9.8 |
2611 | 2024-05-15T05:29:28.848Z | Documenting thread-id v4.2.0 |
2612 | 2024-05-15T05:29:30.444Z | Documenting spki v0.7.2 |
2613 | 2024-05-15T05:29:32.080Z | Documenting either v1.11.0 |
2614 | 2024-05-15T05:29:32.576Z | Documenting anstyle v1.0.7 |
2615 | 2024-05-15T05:29:33.661Z | Documenting anstyle-parse v0.2.1 |
2616 | 2024-05-15T05:29:33.891Z | Documenting memmap v0.7.0 |
2617 | 2024-05-15T05:29:34.008Z | Documenting dtrace-parser v0.2.0 |
2618 | 2024-05-15T05:29:34.807Z | Documenting pkcs8 v0.10.2 |
2619 | 2024-05-15T05:29:35.836Z | Documenting dof v0.3.0 |
2620 | 2024-05-15T05:29:36.619Z | Documenting colorchoice v1.0.0 |
2621 | 2024-05-15T05:29:36.771Z | Documenting data-encoding v2.4.0 |
2622 | 2024-05-15T05:29:37.348Z | Documenting anstyle-query v1.0.0 |
2623 | 2024-05-15T05:29:38.201Z | Documenting crossbeam-epoch v0.9.18 |
2624 | 2024-05-15T05:29:38.717Z | Documenting terminal_size v0.3.0 |
2625 | 2024-05-15T05:29:38.957Z | Documenting sha2 v0.10.8 |
2626 | 2024-05-15T05:29:39.915Z | Documenting ipnetwork v0.20.0 |
2627 | 2024-05-15T05:29:40.328Z | Documenting hex v0.4.3 |
2628 | 2024-05-15T05:29:41.093Z | Documenting usdt-impl v0.5.0 |
2629 | 2024-05-15T05:29:41.415Z | Documenting crc32fast v1.3.2 |
2630 | 2024-05-15T05:29:42.039Z | Documenting anstream v0.6.11 |
2631 | 2024-05-15T05:29:42.541Z | Documenting unicode-segmentation v1.10.1 |
2632 | 2024-05-15T05:29:43.585Z | Documenting clap_lex v0.7.0 |
2633 | 2024-05-15T05:29:44.122Z | Documenting untrusted v0.9.0 |
2634 | 2024-05-15T05:29:44.721Z | Documenting strsim v0.11.0 |
2635 | 2024-05-15T05:29:45.490Z | Documenting num-iter v0.1.45 |
2636 | 2024-05-15T05:29:46.256Z | Documenting hmac v0.12.1 |
2637 | 2024-05-15T05:29:46.467Z | Documenting signal-hook v0.3.17 |
2638 | 2024-05-15T05:29:46.500Z | Documenting clap_derive v4.5.4 |
2639 | 2024-05-15T05:29:47.369Z | Documenting ring v0.17.8 |
2640 | 2024-05-15T05:29:47.524Z | Documenting static_assertions v1.1.0 |
2641 | 2024-05-15T05:29:47.717Z | Documenting usdt v0.5.0 |
2642 | 2024-05-15T05:29:48.879Z | Documenting clap_builder v4.5.2 |
2643 | 2024-05-15T05:29:50.054Z | Documenting flate2 v1.0.30 |
2644 | 2024-05-15T05:29:50.581Z | Documenting managed v0.8.0 |
2645 | 2024-05-15T05:29:50.782Z | Documenting enum-as-inner v0.5.1 |
2646 | 2024-05-15T05:29:51.569Z | Documenting signal-hook-mio v0.2.3 |
2647 | 2024-05-15T05:29:51.989Z | Documenting regress v0.9.1 |
2648 | 2024-05-15T05:29:53.132Z | Documenting block-padding v0.3.3 |
2649 | 2024-05-15T05:29:54.119Z | Documenting scheduled-thread-pool v0.2.7 |
2650 | 2024-05-15T05:29:54.456Z | Checking diesel_table_macro_syntax v0.1.0 |
2651 | 2024-05-15T05:29:54.627Z | Documenting diesel_table_macro_syntax v0.1.0 |
2652 | 2024-05-15T05:29:54.899Z | Documenting md-5 v0.10.5 |
2653 | 2024-05-15T05:29:55.312Z | Documenting trust-dns-proto v0.22.0 |
2654 | 2024-05-15T05:29:55.721Z | Documenting clap v4.5.4 |
2655 | 2024-05-15T05:29:56.614Z | Documenting crossterm v0.27.0 |
2656 | 2024-05-15T05:29:57.844Z | Documenting inout v0.1.3 |
2657 | 2024-05-15T05:29:59.057Z | Documenting r2d2 v0.8.10 |
2658 | 2024-05-15T05:29:59.163Z | Documenting stringprep v0.1.3 |
2659 | 2024-05-15T05:29:59.524Z | Documenting ff v0.13.0 |
2660 | 2024-05-15T05:30:00.431Z | Documenting diesel_derives v2.1.2 |
2661 | 2024-05-15T05:30:01.401Z | Documenting toml_datetime v0.6.5 |
2662 | 2024-05-15T05:30:02.069Z | Documenting serde_spanned v0.6.5 |
2663 | 2024-05-15T05:30:02.597Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2664 | 2024-05-15T05:30:03.357Z | Checking unsafe-libyaml v0.2.10 |
2665 | 2024-05-15T05:30:04.078Z | Documenting winnow v0.6.1 |
2666 | 2024-05-15T05:30:04.350Z | Checking strsim v0.10.0 |
2667 | 2024-05-15T05:30:04.414Z | Documenting base16ct v0.2.0 |
2668 | 2024-05-15T05:30:04.545Z | Documenting heck v0.5.0 |
2669 | 2024-05-15T05:30:04.559Z | Documenting siphasher v0.3.11 |
2670 | 2024-05-15T05:30:05.771Z | Documenting bit-vec v0.6.3 |
2671 | 2024-05-15T05:30:06.506Z | Documenting fallible-iterator v0.2.0 |
2672 | 2024-05-15T05:30:07.518Z | Checking ident_case v1.0.1 |
2673 | 2024-05-15T05:30:07.668Z | Documenting group v0.13.0 |
2674 | 2024-05-15T05:30:07.953Z | Documenting sec1 v0.7.3 |
2675 | 2024-05-15T05:30:08.080Z | Documenting phf_shared v0.11.2 |
2676 | 2024-05-15T05:30:08.178Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2677 | 2024-05-15T05:30:08.808Z | Documenting diesel v2.1.6 |
2678 | 2024-05-15T05:30:10.374Z | Documenting cipher v0.4.4 |
2679 | 2024-05-15T05:30:10.547Z | Documenting toml_edit v0.22.12 |
2680 | 2024-05-15T05:30:17.526Z | Documenting postgres-protocol v0.6.6 |
2681 | 2024-05-15T05:30:17.749Z | Documenting hkdf v0.12.4 |
2682 | 2024-05-15T05:30:17.749Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2683 | 2024-05-15T05:30:23.343Z | Documenting num-bigint v0.4.4 |
2684 | 2024-05-15T05:30:31.022Z | Documenting bstr v1.9.0 |
2685 | 2024-05-15T05:30:31.036Z | Documenting console v0.15.8 |
2686 | 2024-05-15T05:30:31.492Z | Documenting crypto-bigint v0.5.2 |
2687 | 2024-05-15T05:30:31.559Z | Documenting hubpack v0.1.2 |
2688 | 2024-05-15T05:30:31.563Z | Documenting semver v1.0.22 |
2689 | 2024-05-15T05:30:31.677Z | Documenting serde_repr v0.1.16 |
2690 | 2024-05-15T05:30:32.853Z | Documenting new_debug_unreachable v1.0.4 |
2691 | 2024-05-15T05:30:34.043Z | Documenting unsafe-libyaml v0.2.10 |
2692 | 2024-05-15T05:30:35.896Z | Documenting fixedbitset v0.4.2 |
2693 | 2024-05-15T05:30:36.055Z | Documenting minimal-lexical v0.2.1 |
2694 | 2024-05-15T05:30:36.121Z | Documenting precomputed-hash v0.1.1 |
2695 | 2024-05-15T05:30:36.235Z | Documenting lalrpop-util v0.19.12 |
2696 | 2024-05-15T05:30:36.243Z | Documenting yasna v0.5.2 |
2697 | 2024-05-15T05:30:36.482Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2698 | 2024-05-15T05:30:46.102Z | Documenting serde_yaml v0.9.25 |
2699 | 2024-05-15T05:30:46.127Z | Documenting petgraph v0.6.5 |
2700 | 2024-05-15T05:30:46.167Z | Documenting string_cache v0.8.7 |
2701 | 2024-05-15T05:30:46.241Z | Documenting nom v7.1.3 |
2702 | 2024-05-15T05:30:46.412Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2703 | 2024-05-15T05:30:46.847Z | Documenting postgres-types v0.2.6 |
2704 | 2024-05-15T05:30:46.924Z | Documenting phf v0.11.2 |
2705 | 2024-05-15T05:30:46.924Z | Documenting elliptic-curve v0.13.8 |
2706 | 2024-05-15T05:30:51.845Z | Checking darling_core v0.20.8 |
2707 | 2024-05-15T05:30:52.007Z | Checking serde_yaml v0.9.25 |
2708 | 2024-05-15T05:30:52.451Z | Documenting similar v2.4.0 |
2709 | 2024-05-15T05:30:52.769Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2710 | 2024-05-15T05:30:52.813Z | Documenting getopts v0.2.21 |
2711 | 2024-05-15T05:30:53.016Z | Documenting float-cmp v0.9.0 |
2712 | 2024-05-15T05:30:53.450Z | Documenting normalize-line-endings v0.3.0 |
2713 | 2024-05-15T05:31:04.177Z | Documenting predicates-core v1.0.6 |
2714 | 2024-05-15T05:31:04.187Z | Documenting difflib v0.4.0 |
2715 | 2024-05-15T05:31:04.241Z | Documenting peg-runtime v0.8.3 |
2716 | 2024-05-15T05:31:04.717Z | Documenting whoami v1.5.1 |
2717 | 2024-05-15T05:31:04.717Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2718 | 2024-05-15T05:31:04.717Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2719 | 2024-05-15T05:31:04.717Z | Documenting bit-set v0.5.3 |
2720 | 2024-05-15T05:31:04.717Z | Documenting fs-err v2.11.0 |
2721 | 2024-05-15T05:31:07.822Z | Documenting tokio-stream v0.1.15 |
2722 | 2024-05-15T05:31:08.262Z | Documenting ident_case v1.0.1 |
2723 | 2024-05-15T05:31:08.679Z | Documenting predicates v3.1.0 |
2724 | 2024-05-15T05:31:09.122Z | Documenting tokio-postgres v0.7.10 |
2725 | 2024-05-15T05:31:09.539Z | Checking darling v0.20.8 |
2726 | 2024-05-15T05:31:09.634Z | Documenting is-terminal v0.4.9 |
2727 | 2024-05-15T05:31:09.686Z | Documenting strum v0.26.2 |
2728 | 2024-05-15T05:31:12.212Z | Documenting darling_core v0.20.8 |
2729 | 2024-05-15T05:31:13.484Z | Documenting base64 v0.22.1 |
2730 | 2024-05-15T05:31:13.693Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2731 | 2024-05-15T05:31:13.693Z | Documenting camino v1.1.6 |
2732 | 2024-05-15T05:31:13.765Z | Documenting dirs-sys-next v0.1.2 |
2733 | 2024-05-15T05:31:14.377Z | Documenting sha1 v0.10.6 |
2734 | 2024-05-15T05:31:15.131Z | Documenting http v1.0.0 |
2735 | 2024-05-15T05:31:31.493Z | Documenting paste v1.0.15 |
2736 | 2024-05-15T05:31:31.815Z | Documenting thread_local v1.1.7 |
2737 | 2024-05-15T05:31:31.815Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2738 | 2024-05-15T05:31:31.816Z | Documenting dirs-next v2.0.0 |
2739 | 2024-05-15T05:31:31.987Z | Documenting rustls-pki-types v1.3.0 |
2740 | 2024-05-15T05:31:31.987Z | Documenting crossbeam-channel v0.5.8 |
2741 | 2024-05-15T05:31:31.987Z | Documenting darling_macro v0.20.8 |
2742 | 2024-05-15T05:31:31.988Z | Documenting take_mut v0.2.2 |
2743 | 2024-05-15T05:31:31.988Z | Documenting slog-json v2.6.1 |
2744 | 2024-05-15T05:31:31.988Z | Documenting async-stream-impl v0.3.5 |
2745 | 2024-05-15T05:31:31.988Z | Documenting rustls-webpki v0.102.1 |
2746 | 2024-05-15T05:31:31.988Z | Documenting term v0.7.0 |
2747 | 2024-05-15T05:31:31.988Z | Documenting atomic-waker v1.1.1 |
2748 | 2024-05-15T05:31:31.988Z | Documenting debug-ignore v1.0.5 |
2749 | 2024-05-15T05:31:31.988Z | Documenting slog-async v2.8.0 |
2750 | 2024-05-15T05:31:31.988Z | Documenting darling v0.20.8 |
2751 | 2024-05-15T05:31:31.988Z | Documenting slog-bunyan v2.5.0 |
2752 | 2024-05-15T05:31:31.988Z | Documenting async-stream v0.3.5 |
2753 | 2024-05-15T05:31:31.988Z | Documenting waitgroup v0.1.2 |
2754 | 2024-05-15T05:31:31.988Z | Documenting rustls v0.22.4 |
2755 | 2024-05-15T05:31:31.988Z | Documenting rustls-pemfile v2.1.2 |
2756 | 2024-05-15T05:31:31.988Z | Documenting slog-term v2.9.1 |
2757 | 2024-05-15T05:31:31.988Z | Documenting multer v3.1.0 |
2758 | 2024-05-15T05:31:31.988Z | Documenting toml v0.8.12 |
2759 | 2024-05-15T05:31:32.444Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2760 | 2024-05-15T05:31:32.473Z | Documenting serde_path_to_error v0.1.16 |
2761 | 2024-05-15T05:31:32.473Z | Documenting hostname v0.4.0 |
2762 | 2024-05-15T05:31:33.409Z | Documenting serde_with_macros v3.7.0 |
2763 | 2024-05-15T05:31:34.314Z | Documenting structmeta-derive v0.3.0 |
2764 | 2024-05-15T05:31:35.258Z | Documenting newtype-uuid v1.1.0 |
2765 | 2024-05-15T05:31:36.722Z | Checking structmeta v0.3.0 |
2766 | 2024-05-15T05:31:36.961Z | Documenting instant v0.1.12 |
2767 | 2024-05-15T05:31:37.091Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2768 | 2024-05-15T05:31:37.110Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2769 | 2024-05-15T05:31:37.156Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2770 | 2024-05-15T05:31:37.188Z | Documenting tokio-rustls v0.25.0 |
2771 | 2024-05-15T05:31:38.760Z | Documenting serde_with v3.7.0 |
2772 | 2024-05-15T05:31:39.875Z | Documenting structmeta v0.3.0 |
2773 | 2024-05-15T05:31:40.877Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2774 | 2024-05-15T05:31:41.460Z | Documenting macaddr v1.0.1 |
2775 | 2024-05-15T05:31:41.726Z | Documenting backoff v0.4.0 |
2776 | 2024-05-15T05:31:42.538Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2777 | 2024-05-15T05:31:43.048Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2778 | 2024-05-15T05:31:45.060Z | Documenting parse-display-derive v0.9.0 |
2779 | 2024-05-15T05:31:45.800Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2780 | 2024-05-15T05:31:46.535Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2781 | 2024-05-15T05:31:46.624Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2782 | 2024-05-15T05:31:46.852Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2783 | 2024-05-15T05:31:47.190Z | Documenting fastrand v2.0.1 |
2784 | 2024-05-15T05:31:47.308Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2785 | 2024-05-15T05:31:47.706Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2786 | 2024-05-15T05:31:48.004Z | Checking proc-macro-crate v1.3.1 |
2787 | 2024-05-15T05:31:48.250Z | Documenting proc-macro-crate v1.3.1 |
2788 | 2024-05-15T05:31:49.773Z | Documenting foreign-types-macros v0.2.3 |
2789 | 2024-05-15T05:31:50.489Z | Documenting foreign-types-shared v0.3.1 |
2790 | 2024-05-15T05:31:50.585Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2791 | 2024-05-15T05:31:51.001Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2792 | 2024-05-15T05:31:51.143Z | Documenting parse-display v0.9.0 |
2793 | 2024-05-15T05:31:51.404Z | Documenting tempfile v3.10.1 |
2794 | 2024-05-15T05:31:53.839Z | Documenting cstr-argument v0.1.2 |
2795 | 2024-05-15T05:31:54.491Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2796 | 2024-05-15T05:31:54.690Z | Documenting num_enum_derive v0.5.11 |
2797 | 2024-05-15T05:31:54.819Z | Documenting foreign-types v0.5.0 |
2798 | 2024-05-15T05:31:56.568Z | Documenting tabwriter v1.4.0 |
2799 | 2024-05-15T05:31:56.579Z | Documenting colored v2.1.0 |
2800 | 2024-05-15T05:31:56.803Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2801 | 2024-05-15T05:31:56.979Z | Documenting camino-tempfile v1.1.1 |
2802 | 2024-05-15T05:31:58.520Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2803 | 2024-05-15T05:31:59.150Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2804 | 2024-05-15T05:31:59.239Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2805 | 2024-05-15T05:31:59.460Z | Documenting hash32 v0.3.1 |
2806 | 2024-05-15T05:31:59.579Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2807 | 2024-05-15T05:32:00.453Z | Documenting stable_deref_trait v1.2.0 |
2808 | 2024-05-15T05:32:01.439Z | Documenting num_enum v0.5.11 |
2809 | 2024-05-15T05:32:01.853Z | Documenting smf v0.2.3 |
2810 | 2024-05-15T05:32:03.541Z | Documenting cobs v0.2.3 |
2811 | 2024-05-15T05:32:03.843Z | Documenting embedded-io v0.4.0 |
2812 | 2024-05-15T05:32:03.885Z | Documenting derive-where v1.2.7 |
2813 | 2024-05-15T05:32:04.197Z | Documenting heapless v0.8.0 |
2814 | 2024-05-15T05:32:05.772Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2815 | 2024-05-15T05:32:06.186Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2816 | 2024-05-15T05:32:06.330Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2817 | 2024-05-15T05:32:06.605Z | Documenting crucible-workspace-hack v0.1.0 |
2818 | 2024-05-15T05:32:07.044Z | Documenting postcard v1.0.8 |
2819 | 2024-05-15T05:32:09.203Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2820 | 2024-05-15T05:32:10.151Z | Documenting smoltcp v0.11.0 |
2821 | 2024-05-15T05:32:10.466Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2822 | 2024-05-15T05:32:10.814Z | Documenting newline-converter v0.3.0 |
2823 | 2024-05-15T05:32:11.291Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2824 | 2024-05-15T05:32:13.016Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2825 | 2024-05-15T05:32:13.225Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2826 | 2024-05-15T05:32:13.965Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2827 | 2024-05-15T05:32:14.215Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2828 | 2024-05-15T05:32:15.080Z | Documenting expectorate v1.1.0 |
2829 | 2024-05-15T05:32:15.184Z | Documenting sigpipe v0.1.3 |
2830 | 2024-05-15T05:32:16.353Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2831 | 2024-05-15T05:32:17.241Z | Documenting num-derive v0.4.0 |
2832 | 2024-05-15T05:32:17.678Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2833 | 2024-05-15T05:32:19.687Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2834 | 2024-05-15T05:32:19.741Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2835 | 2024-05-15T05:32:20.367Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2836 | 2024-05-15T05:32:20.876Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2837 | 2024-05-15T05:32:20.877Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2838 | 2024-05-15T05:32:20.877Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2839 | 2024-05-15T05:32:21.363Z | Documenting password-hash v0.5.0 |
2840 | 2024-05-15T05:32:23.144Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2841 | 2024-05-15T05:32:24.264Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2842 | 2024-05-15T05:32:24.846Z | Documenting blake2 v0.10.6 |
2843 | 2024-05-15T05:32:25.456Z | Documenting linked-hash-map v0.5.6 |
2844 | 2024-05-15T05:32:25.758Z | Documenting proc-macro-error-attr v1.0.4 |
2845 | 2024-05-15T05:32:26.023Z | Documenting humantime v2.1.0 |
2846 | 2024-05-15T05:32:29.166Z | Checking proc-macro-error v1.0.4 |
2847 | 2024-05-15T05:32:29.661Z | Documenting argon2 v0.5.3 |
2848 | 2024-05-15T05:32:29.677Z | Documenting bytecount v0.6.3 |
2849 | 2024-05-15T05:32:29.825Z | Documenting lru-cache v0.1.2 |
2850 | 2024-05-15T05:32:30.032Z | Documenting proc-macro-error v1.0.4 |
2851 | 2024-05-15T05:32:30.251Z | Documenting itertools v0.12.1 |
2852 | 2024-05-15T05:32:31.420Z | Documenting swrite v0.1.0 |
2853 | 2024-05-15T05:32:31.620Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2854 | 2024-05-15T05:32:32.822Z | Documenting papergrid v0.11.0 |
2855 | 2024-05-15T05:32:37.078Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2856 | 2024-05-15T05:32:37.078Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2857 | 2024-05-15T05:32:37.079Z | Documenting tabled_derive v0.7.0 |
2858 | 2024-05-15T05:32:37.079Z | Documenting newtype_derive v0.1.6 |
2859 | 2024-05-15T05:32:37.079Z | Documenting quick-error v1.2.3 |
2860 | 2024-05-15T05:32:37.586Z | Documenting arc-swap v1.6.0 |
2861 | 2024-05-15T05:32:38.072Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2862 | 2024-05-15T05:32:38.637Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2863 | 2024-05-15T05:32:39.422Z | Documenting xattr v1.0.1 |
2864 | 2024-05-15T05:32:39.702Z | Documenting steno v0.4.0 |
2865 | 2024-05-15T05:32:39.823Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2866 | 2024-05-15T05:32:40.239Z | Documenting tabled v0.15.0 |
2867 | 2024-05-15T05:32:40.470Z | Documenting resolv-conf v0.7.0 |
2868 | 2024-05-15T05:32:41.246Z | Documenting filetime v0.2.23 |
2869 | 2024-05-15T05:32:42.029Z | Documenting slog-scope v4.4.0 |
2870 | 2024-05-15T05:32:44.436Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2871 | 2024-05-15T05:32:46.014Z | Documenting trust-dns-resolver v0.22.0 |
2872 | 2024-05-15T05:32:46.202Z | Documenting slog-stdlog v4.1.1 |
2873 | 2024-05-15T05:32:46.356Z | Documenting tar v0.4.40 |
2874 | 2024-05-15T05:32:47.883Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2875 | 2024-05-15T05:32:47.944Z | Documenting num-rational v0.4.2 |
2876 | 2024-05-15T05:32:49.235Z | Documenting num-complex v0.4.6 |
2877 | 2024-05-15T05:32:51.172Z | Documenting slog-envlogger v2.2.0 |
2878 | 2024-05-15T05:32:51.631Z | Documenting tap v1.0.1 |
2879 | 2024-05-15T05:32:53.251Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2880 | 2024-05-15T05:32:54.406Z | Documenting radium v0.7.0 |
2881 | 2024-05-15T05:32:54.472Z | Documenting num v0.4.3 |
2882 | 2024-05-15T05:32:54.487Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2883 | 2024-05-15T05:32:54.709Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2884 | 2024-05-15T05:32:54.809Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2885 | 2024-05-15T05:32:55.025Z | Documenting wyz v0.5.1 |
2886 | 2024-05-15T05:32:57.006Z | Documenting nibble_vec v0.1.0 |
2887 | 2024-05-15T05:32:57.963Z | Documenting same-file v1.0.6 |
2888 | 2024-05-15T05:32:58.665Z | Documenting crc-catalog v2.2.0 |
2889 | 2024-05-15T05:32:58.708Z | Documenting endian-type v0.1.2 |
2890 | 2024-05-15T05:32:59.377Z | Documenting funty v2.0.0 |
2891 | 2024-05-15T05:33:00.266Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2892 | 2024-05-15T05:33:01.152Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2893 | 2024-05-15T05:33:01.638Z | Documenting cancel-safe-futures v0.1.5 |
2894 | 2024-05-15T05:33:01.732Z | Documenting crc v3.0.1 |
2895 | 2024-05-15T05:33:02.249Z | Documenting walkdir v2.5.0 |
2896 | 2024-05-15T05:33:02.838Z | Documenting radix_trie v0.2.1 |
2897 | 2024-05-15T05:33:03.141Z | Documenting bitvec v1.0.1 |
2898 | 2024-05-15T05:33:04.230Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2899 | 2024-05-15T05:33:05.232Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2900 | 2024-05-15T05:33:05.937Z | Documenting packed_struct_codegen v0.10.1 |
2901 | 2024-05-15T05:33:06.540Z | Documenting nodrop v0.1.14 |
2902 | 2024-05-15T05:33:07.447Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2903 | 2024-05-15T05:33:07.679Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2904 | 2024-05-15T05:33:08.855Z | Documenting num-bigint-dig v0.8.4 |
2905 | 2024-05-15T05:33:09.447Z | Documenting array-init v0.0.4 |
2906 | 2024-05-15T05:33:11.078Z | Documenting pem v3.0.4 |
2907 | 2024-05-15T05:33:11.246Z | Documenting packed_struct v0.10.1 |
2908 | 2024-05-15T05:33:12.735Z | Documenting pkcs1 v0.7.5 |
2909 | 2024-05-15T05:33:12.821Z | Documenting signature v2.1.0 |
2910 | 2024-05-15T05:33:14.788Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2911 | 2024-05-15T05:33:15.110Z | Documenting bitfield v0.14.0 |
2912 | 2024-05-15T05:33:15.141Z | Documenting display-error-chain v0.2.0 |
2913 | 2024-05-15T05:33:15.290Z | Documenting termcolor v1.2.0 |
2914 | 2024-05-15T05:33:16.169Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2915 | 2024-05-15T05:33:16.169Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2916 | 2024-05-15T05:33:16.170Z | | |
2917 | 2024-05-15T05:33:16.170Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2918 | 2024-05-15T05:33:16.170Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2919 | 2024-05-15T05:33:16.170Z | | |
2920 | 2024-05-15T05:33:16.170Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2921 | 2024-05-15T05:33:16.170Z | |
2922 | 2024-05-15T05:33:17.515Z | Documenting bzip2 v0.4.4 |
2923 | 2024-05-15T05:33:17.670Z | Documenting rsa v0.9.2 |
2924 | 2024-05-15T05:33:18.371Z | Documenting serde-hex v0.1.0 |
2925 | 2024-05-15T05:33:18.419Z | warning: `nexus-types` (lib doc) generated 1 warning |
2926 | 2024-05-15T05:33:18.423Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2927 | 2024-05-15T05:33:18.443Z | Documenting slog-dtrace v0.3.0 |
2928 | 2024-05-15T05:33:19.571Z | Documenting env_logger v0.10.0 |
2929 | 2024-05-15T05:33:19.981Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2930 | 2024-05-15T05:33:20.272Z | Documenting x509-cert v0.2.4 |
2931 | 2024-05-15T05:33:20.803Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2932 | 2024-05-15T05:33:22.917Z | Documenting libsw v3.3.1 |
2933 | 2024-05-15T05:33:23.281Z | Documenting ron v0.8.1 |
2934 | 2024-05-15T05:33:24.254Z | Documenting half v2.3.1 |
2935 | 2024-05-15T05:33:24.750Z | Documenting maplit v1.0.2 |
2936 | 2024-05-15T05:33:25.807Z | Documenting linear-map v1.2.0 |
2937 | 2024-05-15T05:33:26.329Z | Documenting ciborium-io v0.2.2 |
2938 | 2024-05-15T05:33:26.649Z | Documenting crc-any v2.4.3 |
2939 | 2024-05-15T05:33:27.852Z | Documenting owo-colors v4.0.0 |
2940 | 2024-05-15T05:33:28.021Z | Documenting zip v0.6.6 |
2941 | 2024-05-15T05:33:28.365Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2942 | 2024-05-15T05:33:29.776Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2943 | 2024-05-15T05:33:29.908Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2944 | 2024-05-15T05:33:30.180Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2945 | 2024-05-15T05:33:31.109Z | Documenting ciborium-ll v0.2.2 |
2946 | 2024-05-15T05:33:31.525Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2947 | 2024-05-15T05:33:32.952Z | Documenting headers-core v0.2.0 |
2948 | 2024-05-15T05:33:33.411Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2949 | 2024-05-15T05:33:33.859Z | Documenting async-recursion v1.1.1 |
2950 | 2024-05-15T05:33:36.332Z | Documenting path-slash v0.1.5 |
2951 | 2024-05-15T05:33:39.119Z | Documenting ciborium v0.2.2 |
2952 | 2024-05-15T05:33:39.330Z | Documenting headers v0.3.9 |
2953 | 2024-05-15T05:33:39.533Z | Documenting fxhash v0.2.1 |
2954 | 2024-05-15T05:33:39.682Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2955 | 2024-05-15T05:33:41.466Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2956 | 2024-05-15T05:33:44.473Z | Documenting buf-list v1.0.3 |
2957 | 2024-05-15T05:33:44.496Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2958 | 2024-05-15T05:33:44.497Z | Documenting pin-project-internal v1.1.3 |
2959 | 2024-05-15T05:33:46.082Z | Documenting vte_generate_state_changes v0.1.1 |
2960 | 2024-05-15T05:33:48.688Z | Documenting convert_case v0.4.0 |
2961 | 2024-05-15T05:33:49.462Z | Checking convert_case v0.4.0 |
2962 | 2024-05-15T05:33:49.676Z | Documenting derive_builder_core v0.20.0 |
2963 | 2024-05-15T05:33:49.928Z | Documenting pin-project v1.1.3 |
2964 | 2024-05-15T05:33:50.099Z | Documenting vte v0.11.1 |
2965 | 2024-05-15T05:33:52.934Z | Documenting derive_more v0.99.17 |
2966 | 2024-05-15T05:33:53.952Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2967 | 2024-05-15T05:33:54.587Z | Checking derive_builder_core v0.20.0 |
2968 | 2024-05-15T05:33:54.643Z | Documenting crossbeam-deque v0.8.3 |
2969 | 2024-05-15T05:33:55.506Z | Documenting snafu-derive v0.8.2 |
2970 | 2024-05-15T05:33:55.871Z | Documenting fd-lock v4.0.2 |
2971 | 2024-05-15T05:33:56.289Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2972 | 2024-05-15T05:33:59.208Z | Documenting bitstruct_derive v0.1.0 |
2973 | 2024-05-15T05:33:59.338Z | Documenting ascii v1.1.0 |
2974 | 2024-05-15T05:34:00.484Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2975 | 2024-05-15T05:34:01.222Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2976 | 2024-05-15T05:34:01.738Z | Documenting rayon-core v1.12.1 |
2977 | 2024-05-15T05:34:02.708Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2978 | 2024-05-15T05:34:03.513Z | Documenting snafu v0.8.2 |
2979 | 2024-05-15T05:34:04.150Z | Documenting bitstruct v0.1.1 |
2980 | 2024-05-15T05:34:04.740Z | Documenting derive_builder_macro v0.20.0 |
2981 | 2024-05-15T05:34:05.553Z | Documenting strip-ansi-escapes v0.2.0 |
2982 | 2024-05-15T05:34:06.359Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2983 | 2024-05-15T05:34:07.128Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2984 | 2024-05-15T05:34:07.551Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2985 | 2024-05-15T05:34:07.769Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2986 | 2024-05-15T05:34:08.143Z | Documenting globset v0.4.13 |
2987 | 2024-05-15T05:34:08.939Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2988 | 2024-05-15T05:34:09.568Z | Documenting olpc-cjson v0.1.3 |
2989 | 2024-05-15T05:34:10.822Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2990 | 2024-05-15T05:34:11.828Z | Documenting erased-serde v0.3.31 |
2991 | 2024-05-15T05:34:12.856Z | Documenting serde_plain v1.0.2 |
2992 | 2024-05-15T05:34:14.238Z | Documenting serde_arrays v0.1.0 |
2993 | 2024-05-15T05:34:14.880Z | Documenting ref-cast-impl v1.0.23 |
2994 | 2024-05-15T05:34:14.896Z | Documenting typed-path v0.7.0 |
2995 | 2024-05-15T05:34:17.318Z | Documenting unicode-xid v0.2.4 |
2996 | 2024-05-15T05:34:17.945Z | Documenting nu-ansi-term v0.50.0 |
2997 | 2024-05-15T05:34:18.666Z | Checking unicode-xid v0.2.4 |
2998 | 2024-05-15T05:34:18.831Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2999 | 2024-05-15T05:34:19.146Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3000 | 2024-05-15T05:34:19.837Z | Documenting ref-cast v1.0.23 |
3001 | 2024-05-15T05:34:20.353Z | Documenting const_format_proc_macros v0.2.32 |
3002 | 2024-05-15T05:34:20.358Z | Documenting tough v0.17.1 |
3003 | 2024-05-15T05:34:22.918Z | Documenting reedline v0.31.0 |
3004 | 2024-05-15T05:34:23.217Z | Documenting derive_builder v0.20.0 |
3005 | 2024-05-15T05:34:24.315Z | Documenting rayon v1.10.0 |
3006 | 2024-05-15T05:34:24.983Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3007 | 2024-05-15T05:34:26.197Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3008 | 2024-05-15T05:34:31.905Z | Documenting libefi-sys v0.1.0 |
3009 | 2024-05-15T05:34:32.527Z | Documenting trust-dns-client v0.22.0 |
3010 | 2024-05-15T05:34:32.580Z | Documenting polar-core v0.27.3 |
3011 | 2024-05-15T05:34:32.938Z | Documenting libxml v0.3.3 |
3012 | 2024-05-15T05:34:35.308Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3013 | 2024-05-15T05:34:35.721Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3014 | 2024-05-15T05:34:36.641Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3015 | 2024-05-15T05:34:37.712Z | Documenting bb8 v0.8.3 |
3016 | 2024-05-15T05:34:41.466Z | Documenting quick-xml v0.31.0 |
3017 | 2024-05-15T05:34:41.542Z | Documenting impl-trait-for-tuples v0.2.2 |
3018 | 2024-05-15T05:34:41.973Z | Documenting oso-derive v0.27.3 |
3019 | 2024-05-15T05:34:41.973Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3020 | 2024-05-15T05:34:43.480Z | Documenting keccak v0.1.4 |
3021 | 2024-05-15T05:34:43.611Z | Documenting utf-8 v0.7.6 |
3022 | 2024-05-15T05:34:46.452Z | Documenting parse-size v1.0.0 |
3023 | 2024-05-15T05:34:46.683Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3024 | 2024-05-15T05:34:47.151Z | Documenting sha3 v0.10.8 |
3025 | 2024-05-15T05:34:47.484Z | Documenting oso v0.27.3 |
3026 | 2024-05-15T05:34:48.328Z | Documenting samael v0.0.15 |
3027 | 2024-05-15T05:34:48.832Z | Documenting tungstenite v0.21.0 |
3028 | 2024-05-15T05:34:49.550Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3029 | 2024-05-15T05:34:51.956Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3030 | 2024-05-15T05:34:52.222Z | Documenting trust-dns-server v0.22.1 |
3031 | 2024-05-15T05:34:53.045Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3032 | 2024-05-15T05:34:53.750Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3033 | 2024-05-15T05:34:56.102Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3034 | 2024-05-15T05:34:59.132Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3035 | 2024-05-15T05:35:00.191Z | Documenting const_format v0.2.32 |
3036 | 2024-05-15T05:35:00.588Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3037 | 2024-05-15T05:35:01.076Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3038 | 2024-05-15T05:35:02.168Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3039 | 2024-05-15T05:35:02.215Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3040 | 2024-05-15T05:35:02.256Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3041 | 2024-05-15T05:35:02.352Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3042 | 2024-05-15T05:35:02.935Z | Documenting sled v0.34.7 |
3043 | 2024-05-15T05:35:03.612Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3044 | 2024-05-15T05:35:03.692Z | Documenting nix v0.28.0 |
3045 | 2024-05-15T05:35:04.520Z | Documenting cookie v0.18.1 |
3046 | 2024-05-15T05:35:04.835Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3047 | 2024-05-15T05:35:07.609Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3048 | 2024-05-15T05:35:07.891Z | Documenting secrecy v0.8.0 |
3049 | 2024-05-15T05:35:08.256Z | Documenting gethostname v0.4.3 |
3050 | 2024-05-15T05:35:09.465Z | Documenting peg-macros v0.8.3 |
3051 | 2024-05-15T05:35:09.521Z | Documenting rustversion v1.0.14 |
3052 | 2024-05-15T05:35:10.480Z | Documenting sqlparser_derive v0.2.2 |
3053 | 2024-05-15T05:35:12.916Z | Documenting unicode_categories v0.1.1 |
3054 | 2024-05-15T05:35:13.154Z | Documenting home v0.5.5 |
3055 | 2024-05-15T05:35:13.317Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3056 | 2024-05-15T05:35:13.958Z | Documenting castaway v0.2.2 |
3057 | 2024-05-15T05:35:15.274Z | Documenting peg v0.8.3 |
3058 | 2024-05-15T05:35:15.668Z | Documenting sqlparser v0.45.0 |
3059 | 2024-05-15T05:35:15.997Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3060 | 2024-05-15T05:35:17.820Z | Documenting sqlformat v0.2.3 |
3061 | 2024-05-15T05:35:19.326Z | Documenting rustyline v14.0.0 |
3062 | 2024-05-15T05:35:19.331Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3063 | 2024-05-15T05:35:19.553Z | Documenting tokio-tungstenite v0.21.0 |
3064 | 2024-05-15T05:35:22.969Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3065 | 2024-05-15T05:35:24.548Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3066 | 2024-05-15T05:35:25.247Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3067 | 2024-05-15T05:35:25.471Z | Documenting zone v0.1.8 |
3068 | 2024-05-15T05:35:27.937Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3069 | 2024-05-15T05:35:29.115Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3070 | 2024-05-15T05:35:30.056Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3071 | 2024-05-15T05:35:30.162Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3072 | 2024-05-15T05:35:31.018Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3073 | 2024-05-15T05:35:31.321Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3074 | 2024-05-15T05:35:32.028Z | Documenting portpicker v0.1.1 |
3075 | 2024-05-15T05:35:33.137Z | Documenting universal-hash v0.5.1 |
3076 | 2024-05-15T05:35:34.643Z | Documenting bcs v0.1.6 |
3077 | 2024-05-15T05:35:36.903Z | Documenting kstat-rs v0.2.3 |
3078 | 2024-05-15T05:35:47.837Z | Documenting thiserror-impl-no-std v2.0.2 |
3079 | 2024-05-15T05:35:47.956Z | Documenting curve25519-dalek-derive v0.1.0 |
3080 | 2024-05-15T05:35:48.065Z | Documenting highway v1.1.0 |
3081 | 2024-05-15T05:35:48.109Z | Documenting opaque-debug v0.3.0 |
3082 | 2024-05-15T05:35:48.528Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3083 | 2024-05-15T05:35:48.552Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3084 | 2024-05-15T05:35:49.074Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3085 | 2024-05-15T05:35:51.468Z | Documenting poly1305 v0.8.0 |
3086 | 2024-05-15T05:35:52.359Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3087 | 2024-05-15T05:35:52.755Z | Documenting curve25519-dalek v4.1.2 |
3088 | 2024-05-15T05:35:54.188Z | Documenting thiserror-no-std v2.0.2 |
3089 | 2024-05-15T05:35:56.258Z | Documenting compact_str v0.7.1 |
3090 | 2024-05-15T05:35:57.136Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3091 | 2024-05-15T05:35:58.243Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3092 | 2024-05-15T05:35:59.080Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3093 | 2024-05-15T05:35:59.889Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3094 | 2024-05-15T05:36:01.154Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3095 | 2024-05-15T05:36:01.171Z | Documenting portable-atomic v1.4.3 |
3096 | 2024-05-15T05:36:02.104Z | Documenting ed25519 v1.5.3 |
3097 | 2024-05-15T05:36:02.294Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3098 | 2024-05-15T05:36:03.167Z | Documenting memoffset v0.7.1 |
3099 | 2024-05-15T05:36:05.087Z | Documenting unicase v2.7.0 |
3100 | 2024-05-15T05:36:05.180Z | Documenting rcgen v0.12.1 |
3101 | 2024-05-15T05:36:06.582Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3102 | 2024-05-15T05:36:08.995Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3103 | 2024-05-15T05:36:11.416Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3104 | 2024-05-15T05:36:12.842Z | Documenting atomicwrites v0.4.3 |
3105 | 2024-05-15T05:36:13.375Z | Documenting chacha20 v0.9.1 |
3106 | 2024-05-15T05:36:13.456Z | warning: could not parse code block as Rust code |
3107 | 2024-05-15T05:36:13.456Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3108 | 2024-05-15T05:36:13.456Z | | |
3109 | 2024-05-15T05:36:13.456Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3110 | 2024-05-15T05:36:13.456Z | 247 | | /// |
3111 | 2024-05-15T05:36:13.456Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3112 | 2024-05-15T05:36:13.456Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3113 | 2024-05-15T05:36:13.456Z | ... | |
3114 | 2024-05-15T05:36:13.457Z | 277 | | /// |
3115 | 2024-05-15T05:36:13.457Z | 278 | | /// Will be parsed as `this string has " in it`. |
3116 | 2024-05-15T05:36:13.457Z | | |________________________________________________________^ |
3117 | 2024-05-15T05:36:13.457Z | | |
3118 | 2024-05-15T05:36:13.457Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3119 | 2024-05-15T05:36:13.457Z | = note: error from rustc: unknown start of token: \ |
3120 | 2024-05-15T05:36:13.457Z | = note: error from rustc: unknown start of token: \ |
3121 | 2024-05-15T05:36:13.457Z | = note: error from rustc: unknown start of token: \ |
3122 | 2024-05-15T05:36:13.457Z | = note: error from rustc: unknown start of token: \ |
3123 | 2024-05-15T05:36:13.457Z | = note: error from rustc: unknown start of token: \ |
3124 | 2024-05-15T05:36:13.457Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3125 | 2024-05-15T05:36:13.457Z | |
3126 | 2024-05-15T05:36:14.970Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3127 | 2024-05-15T05:36:14.980Z | Documenting lru v0.12.1 |
3128 | 2024-05-15T05:36:17.510Z | Documenting aead v0.5.2 |
3129 | 2024-05-15T05:36:17.746Z | Documenting rand_seeder v0.2.3 |
3130 | 2024-05-15T05:36:18.530Z | Documenting nanorand v0.7.0 |
3131 | 2024-05-15T05:36:18.552Z | Documenting subprocess v0.2.9 |
3132 | 2024-05-15T05:36:19.858Z | Documenting stability v0.2.0 |
3133 | 2024-05-15T05:36:21.215Z | Documenting glob v0.3.1 |
3134 | 2024-05-15T05:36:22.826Z | Documenting cassowary v0.3.0 |
3135 | 2024-05-15T05:36:23.155Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3136 | 2024-05-15T05:36:31.717Z | Documenting number_prefix v0.4.0 |
3137 | 2024-05-15T05:36:31.751Z | Documenting flume v0.11.0 |
3138 | 2024-05-15T05:36:32.015Z | Documenting chacha20poly1305 v0.10.1 |
3139 | 2024-05-15T05:36:32.019Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3140 | 2024-05-15T05:36:32.160Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3141 | 2024-05-15T05:36:32.447Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3142 | 2024-05-15T05:36:33.111Z | Documenting ratatui v0.26.2 |
3143 | 2024-05-15T05:36:35.990Z | Documenting indicatif v0.17.8 |
3144 | 2024-05-15T05:36:36.681Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3145 | 2024-05-15T05:36:46.662Z | Documenting mime_guess v2.0.4 |
3146 | 2024-05-15T05:36:47.174Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3147 | 2024-05-15T05:36:47.331Z | Documenting salty v0.2.0 |
3148 | 2024-05-15T05:36:47.596Z | Documenting vsss-rs v3.3.4 |
3149 | 2024-05-15T05:36:47.729Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3150 | 2024-05-15T05:36:50.201Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3151 | 2024-05-15T05:36:51.425Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3152 | 2024-05-15T05:36:51.669Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3153 | 2024-05-15T05:36:52.413Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3154 | 2024-05-15T05:36:52.847Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3155 | 2024-05-15T05:36:54.244Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3156 | 2024-05-15T05:36:54.954Z | Documenting serde-big-array v0.5.1 |
3157 | 2024-05-15T05:36:55.571Z | Documenting memmap2 v0.7.1 |
3158 | 2024-05-15T05:36:56.199Z | Documenting rtoolbox v0.0.1 |
3159 | 2024-05-15T05:36:57.520Z | Documenting http-range v0.1.5 |
3160 | 2024-05-15T05:36:58.909Z | Documenting unicode-linebreak v0.1.5 |
3161 | 2024-05-15T05:37:00.028Z | Documenting constant_time_eq v0.3.0 |
3162 | 2024-05-15T05:37:00.336Z | Documenting shell-words v1.1.0 |
3163 | 2024-05-15T05:37:01.291Z | Documenting arrayvec v0.7.4 |
3164 | 2024-05-15T05:37:01.718Z | Documenting smawk v0.3.1 |
3165 | 2024-05-15T05:37:02.522Z | Documenting arrayref v0.3.7 |
3166 | 2024-05-15T05:37:03.373Z | Documenting is_ci v1.2.0 |
3167 | 2024-05-15T05:37:04.419Z | Documenting hyper-staticfile v0.9.5 |
3168 | 2024-05-15T05:37:04.963Z | Documenting rpassword v7.3.1 |
3169 | 2024-05-15T05:37:05.515Z | Documenting blake3 v1.5.0 |
3170 | 2024-05-15T05:37:05.693Z | Documenting textwrap v0.16.1 |
3171 | 2024-05-15T05:37:06.497Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3172 | 2024-05-15T05:37:07.445Z | Documenting supports-color v3.0.0 |
3173 | 2024-05-15T05:37:08.086Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3174 | 2024-05-15T05:37:09.450Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3175 | 2024-05-15T05:37:10.005Z | Documenting tui-tree-widget v0.19.0 |
3176 | 2024-05-15T05:37:10.202Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3177 | 2024-05-15T05:37:11.099Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3178 | 2024-05-15T05:37:12.873Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3179 | 2024-05-15T05:37:12.935Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3180 | 2024-05-15T05:37:15.074Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3181 | 2024-05-15T05:37:15.886Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3182 | 2024-05-15T05:37:16.300Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3183 | 2024-05-15T05:37:16.670Z | Documenting signal-hook-tokio v0.3.1 |
3184 | 2024-05-15T05:37:17.185Z | Documenting corncobs v0.1.3 |
3185 | 2024-05-15T05:37:17.185Z | Documenting topological-sort v0.2.2 |
3186 | 2024-05-15T05:37:19.855Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3187 | 2024-05-15T05:37:20.150Z | warning: unresolved link to `test_sled_transitions` |
3188 | 2024-05-15T05:37:20.150Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3189 | 2024-05-15T05:37:20.150Z | | |
3190 | 2024-05-15T05:37:20.151Z | 698 | /// [`test_sled_transitions`]. |
3191 | 2024-05-15T05:37:20.151Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3192 | 2024-05-15T05:37:20.151Z | | |
3193 | 2024-05-15T05:37:20.151Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3194 | 2024-05-15T05:37:20.152Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3195 | 2024-05-15T05:37:20.152Z | |
3196 | 2024-05-15T05:37:20.172Z | warning: unresolved link to `test_sled_transitions` |
3197 | 2024-05-15T05:37:20.172Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3198 | 2024-05-15T05:37:20.172Z | | |
3199 | 2024-05-15T05:37:20.172Z | 734 | /// [`test_sled_transitions`]. |
3200 | 2024-05-15T05:37:20.172Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3201 | 2024-05-15T05:37:20.172Z | | |
3202 | 2024-05-15T05:37:20.172Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3203 | 2024-05-15T05:37:20.172Z | |
3204 | 2024-05-15T05:37:20.173Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3205 | 2024-05-15T05:37:20.173Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3206 | 2024-05-15T05:37:20.173Z | | |
3207 | 2024-05-15T05:37:20.173Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3208 | 2024-05-15T05:37:20.174Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3209 | 2024-05-15T05:37:20.174Z | |
3210 | 2024-05-15T05:37:20.950Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3211 | 2024-05-15T05:37:21.376Z | Documenting omicron-zone-package v0.11.0 |
3212 | 2024-05-15T05:37:22.024Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3213 | 2024-05-15T05:37:24.327Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3214 | 2024-05-15T05:37:26.372Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3215 | 2024-05-15T05:37:26.517Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3216 | 2024-05-15T05:37:33.127Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3217 | 2024-05-15T05:37:34.222Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3218 | 2024-05-15T05:37:36.147Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3219 | 2024-05-15T05:37:40.892Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3220 | 2024-05-15T05:37:40.903Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3221 | 2024-05-15T05:37:45.074Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3222 | 2024-05-15T05:37:47.622Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3223 | 2024-05-15T05:37:48.655Z | warning: unclosed HTML tag `usize` |
3224 | 2024-05-15T05:37:48.655Z | --> wicket/src/ui/panes/update.rs:153:19 |
3225 | 2024-05-15T05:37:48.655Z | | |
3226 | 2024-05-15T05:37:48.655Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3227 | 2024-05-15T05:37:48.655Z | | ^^^^^^^ |
3228 | 2024-05-15T05:37:48.655Z | | |
3229 | 2024-05-15T05:37:48.655Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3230 | 2024-05-15T05:37:48.655Z | |
3231 | 2024-05-15T05:37:49.348Z | warning: unresolved link to `BlueprintDisksConfig` |
3232 | 2024-05-15T05:37:49.348Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55 |
3233 | 2024-05-15T05:37:49.348Z | | |
3234 | 2024-05-15T05:37:49.348Z | 1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3235 | 2024-05-15T05:37:49.349Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3236 | 2024-05-15T05:37:49.349Z | | |
3237 | 2024-05-15T05:37:49.349Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3238 | 2024-05-15T05:37:49.349Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3239 | 2024-05-15T05:37:49.349Z | |
3240 | 2024-05-15T05:37:50.077Z | warning: `wicket` (lib doc) generated 1 warning |
3241 | 2024-05-15T05:37:50.077Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3242 | 2024-05-15T05:37:50.399Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3243 | 2024-05-15T05:37:50.417Z | Documenting fatfs v0.3.6 |
3244 | 2024-05-15T05:37:51.966Z | Documenting cargo-platform v0.1.3 |
3245 | 2024-05-15T05:37:52.546Z | Documenting assert_matches v1.5.0 |
3246 | 2024-05-15T05:37:55.538Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3247 | 2024-05-15T05:37:56.007Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3248 | 2024-05-15T05:37:56.569Z | Documenting cargo_metadata v0.18.1 |
3249 | 2024-05-15T05:38:02.261Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3250 | 2024-05-15T05:38:03.265Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3251 | 2024-05-15T05:38:04.345Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3252 | 2024-05-15T05:38:04.345Z | --> sled-agent/src/sim/instance.rs:46:7 |
3253 | 2024-05-15T05:38:04.345Z | | |
3254 | 2024-05-15T05:38:04.345Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3255 | 2024-05-15T05:38:04.345Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3256 | 2024-05-15T05:38:04.345Z | | |
3257 | 2024-05-15T05:38:04.345Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3258 | 2024-05-15T05:38:04.345Z | |
3259 | 2024-05-15T05:38:05.317Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3260 | 2024-05-15T05:38:07.892Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3261 | 2024-05-15T05:38:07.901Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3262 | 2024-05-15T05:38:16.030Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3263 | 2024-05-15T05:38:16.513Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3264 | 2024-05-15T05:38:19.793Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3265 | 2024-05-15T05:38:20.056Z | Documenting termios v0.3.3 |
3266 | 2024-05-15T05:38:20.533Z | Documenting uzers v0.11.3 |
3267 | 2024-05-15T05:38:22.414Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3268 | 2024-05-15T05:38:22.538Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3269 | 2024-05-15T05:38:25.494Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3270 | 2024-05-15T05:38:25.905Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3271 | 2024-05-15T05:38:26.916Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3272 | 2024-05-15T05:38:44.912Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3273 | 2024-05-15T05:38:52.199Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3274 | 2024-05-15T05:38:56.800Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3275 | 2024-05-15T05:38:56.861Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3276 | 2024-05-15T05:39:09.569Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3277 | 2024-05-15T05:39:11.369Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3278 | 2024-05-15T05:39:14.739Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3279 | 2024-05-15T05:39:14.838Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3280 | 2024-05-15T05:39:14.838Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3281 | 2024-05-15T05:39:39.084Z | warning: unresolved link to `Nexus` |
3282 | 2024-05-15T05:39:39.085Z | --> nexus/src/app/instance_network.rs:280:34 |
3283 | 2024-05-15T05:39:39.085Z | | |
3284 | 2024-05-15T05:39:39.085Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3285 | 2024-05-15T05:39:39.085Z | | ^^^^^ no item named `Nexus` in scope |
3286 | 2024-05-15T05:39:39.085Z | | |
3287 | 2024-05-15T05:39:39.085Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3288 | 2024-05-15T05:39:39.085Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3289 | 2024-05-15T05:39:39.085Z | |
3290 | 2024-05-15T05:39:39.094Z | warning: unresolved link to `Nexus` |
3291 | 2024-05-15T05:39:39.094Z | --> nexus/src/app/instance_network.rs:458:34 |
3292 | 2024-05-15T05:39:39.094Z | | |
3293 | 2024-05-15T05:39:39.094Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3294 | 2024-05-15T05:39:39.094Z | | ^^^^^ no item named `Nexus` in scope |
3295 | 2024-05-15T05:39:39.094Z | | |
3296 | 2024-05-15T05:39:39.094Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3297 | 2024-05-15T05:39:39.094Z | |
3298 | 2024-05-15T05:39:39.094Z | warning: unresolved link to `VolumeConstructionRequest` |
3299 | 2024-05-15T05:39:39.094Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3300 | 2024-05-15T05:39:39.094Z | | |
3301 | 2024-05-15T05:39:39.095Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3302 | 2024-05-15T05:39:39.095Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3303 | 2024-05-15T05:39:39.095Z | | |
3304 | 2024-05-15T05:39:39.095Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3305 | 2024-05-15T05:39:39.095Z | |
3306 | 2024-05-15T05:39:39.095Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3307 | 2024-05-15T05:39:39.095Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3308 | 2024-05-15T05:39:39.095Z | | |
3309 | 2024-05-15T05:39:39.095Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3310 | 2024-05-15T05:39:39.095Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3311 | 2024-05-15T05:39:39.095Z | |
3312 | 2024-05-15T05:39:39.095Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3313 | 2024-05-15T05:39:39.095Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3314 | 2024-05-15T05:39:39.095Z | | |
3315 | 2024-05-15T05:39:39.095Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3316 | 2024-05-15T05:39:39.095Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3317 | 2024-05-15T05:39:39.095Z | |
3318 | 2024-05-15T05:39:39.096Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3319 | 2024-05-15T05:39:39.096Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3320 | 2024-05-15T05:39:39.096Z | | |
3321 | 2024-05-15T05:39:39.096Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3322 | 2024-05-15T05:39:39.096Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3323 | 2024-05-15T05:39:39.096Z | |
3324 | 2024-05-15T05:39:39.096Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3325 | 2024-05-15T05:39:39.096Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3326 | 2024-05-15T05:39:39.096Z | | |
3327 | 2024-05-15T05:39:39.096Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3328 | 2024-05-15T05:39:39.096Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3329 | 2024-05-15T05:39:39.096Z | |
3330 | 2024-05-15T05:39:39.096Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3331 | 2024-05-15T05:39:39.096Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3332 | 2024-05-15T05:39:39.096Z | | |
3333 | 2024-05-15T05:39:39.096Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3334 | 2024-05-15T05:39:39.097Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3335 | 2024-05-15T05:39:39.097Z | |
3336 | 2024-05-15T05:39:39.097Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3337 | 2024-05-15T05:39:39.097Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3338 | 2024-05-15T05:39:39.097Z | | |
3339 | 2024-05-15T05:39:39.097Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3340 | 2024-05-15T05:39:39.097Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3341 | 2024-05-15T05:39:39.097Z | |
3342 | 2024-05-15T05:39:42.150Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3343 | 2024-05-15T05:39:58.683Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 29s |
3344 | 2024-05-15T05:39:58.771Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3345 | 2024-05-15T05:39:58.771Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3346 | 2024-05-15T05:39:58.771Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3347 | 2024-05-15T05:39:58.771Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3348 | 2024-05-15T05:39:58.771Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3349 | 2024-05-15T05:39:58.771Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3350 | 2024-05-15T05:39:58.771Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3351 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3352 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3353 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3354 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3355 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3356 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3357 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3358 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3359 | 2024-05-15T05:39:58.783Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3360 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3361 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3362 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3363 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3364 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3365 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3366 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3367 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3368 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3369 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3370 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3371 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3372 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3373 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3374 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3375 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3376 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3377 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3378 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3379 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3380 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3381 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3382 | 2024-05-15T05:39:58.784Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3383 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3384 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3385 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3386 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3387 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3388 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html |
3389 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3390 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3391 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3392 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3393 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3394 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3395 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3396 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3397 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3398 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3399 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3400 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3401 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3402 | 2024-05-15T05:39:58.785Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3403 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3404 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3405 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3406 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3407 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3408 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3409 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3410 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3411 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3412 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3413 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3414 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3415 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3416 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3417 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3418 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3419 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3420 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3421 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3422 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3423 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3424 | 2024-05-15T05:39:58.786Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3425 | 2024-05-15T05:39:58.806Z | |
3426 | 2024-05-15T05:39:58.810Z | real 12:30.088451577 |
3427 | 2024-05-15T05:39:58.810Z | user 34:25.542301758 |
3428 | 2024-05-15T05:39:58.810Z | sys 53:16.031004064 |
3429 | 2024-05-15T05:39:58.810Z | trap 0.934201910 |
3430 | 2024-05-15T05:39:58.810Z | tflt 0.165835717 |
3431 | 2024-05-15T05:39:58.810Z | dflt 0.637399820 |
3432 | 2024-05-15T05:39:58.810Z | kflt 0.000128866 |
3433 | 2024-05-15T05:39:58.810Z | lock 3:23:50.283676665 |
3434 | 2024-05-15T05:39:58.810Z | slp 3:27:03.622283610 |
3435 | 2024-05-15T05:39:58.810Z | lat 4:26.508532553 |
3436 | 2024-05-15T05:39:58.810Z | stop 1:51.199352917 |
3437 | 2024-05-15T05:39:58.810Z | process exited: duration 1441897 ms, exit code 0 |
|
3438 | 2024-05-15T05:39:58.818Z | found 0 output files |