|
|
|
1 | 2024-03-13T03:11:28.237Z | job assigned to worker 01HRTWHZF8C32M5F8M8ZG7PT5M (queued for 2 m 27 s) |
|
2 | 2024-03-13T03:11:35.478Z | starting task 0: "setup" |
3 | 2024-03-13T03:11:35.546Z | ++ uname -s |
4 | 2024-03-13T03:11:35.560Z | + kern=SunOS |
5 | 2024-03-13T03:11:35.560Z | + case "$kern" in |
6 | 2024-03-13T03:11:35.561Z | + groupadd -g 12345 build |
7 | 2024-03-13T03:11:35.561Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-13T03:11:37.558Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-13T03:11:37.697Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-13T03:11:37.701Z | + home_fs=zfs |
11 | 2024-03-13T03:11:37.701Z | + [[ zfs == autofs ]] |
12 | 2024-03-13T03:11:37.701Z | + mkdir -p /home/build |
13 | 2024-03-13T03:11:37.701Z | + chown build:build /home/build /work |
14 | 2024-03-13T03:11:39.705Z | + chmod 0700 /home/build /work |
15 | 2024-03-13T03:11:39.722Z | process exited: duration 4232 ms, exit code 0 |
|
16 | 2024-03-13T03:11:39.735Z | starting task 1: "rust-toolchain" |
17 | 2024-03-13T03:11:39.742Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-13T03:11:39.745Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-13T03:11:39.906Z | info: downloading installer |
20 | 2024-03-13T03:11:41.729Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-13T03:11:41.730Z | warning: /opt/ooce/bin |
22 | 2024-03-13T03:11:41.730Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-13T03:11:41.730Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-13T03:11:41.730Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-13T03:11:41.730Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-13T03:11:41.730Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-13T03:11:41.730Z | error: cannot install while Rust is installed |
28 | 2024-03-13T03:11:41.730Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-13T03:11:41.802Z | info: profile set to 'default' |
30 | 2024-03-13T03:11:41.802Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-13T03:11:41.814Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-13T03:11:41.971Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-13T03:11:41.971Z | info: downloading component 'cargo' |
34 | 2024-03-13T03:11:43.331Z | info: downloading component 'clippy' |
35 | 2024-03-13T03:11:43.342Z | info: downloading component 'rust-docs' |
36 | 2024-03-13T03:11:44.407Z | info: downloading component 'rust-std' |
37 | 2024-03-13T03:11:46.898Z | info: downloading component 'rustc' |
38 | 2024-03-13T03:11:52.030Z | info: downloading component 'rustfmt' |
39 | 2024-03-13T03:11:52.050Z | info: installing component 'cargo' |
40 | 2024-03-13T03:11:52.754Z | info: installing component 'clippy' |
41 | 2024-03-13T03:11:53.099Z | info: installing component 'rust-docs' |
42 | 2024-03-13T03:11:54.543Z | info: installing component 'rust-std' |
43 | 2024-03-13T03:11:56.303Z | info: installing component 'rustc' |
44 | 2024-03-13T03:12:00.378Z | info: installing component 'rustfmt' |
45 | 2024-03-13T03:12:01.150Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-13T03:12:01.150Z | |
47 | 2024-03-13T03:12:01.172Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-13T03:12:01.172Z | |
49 | 2024-03-13T03:12:01.172Z | |
50 | 2024-03-13T03:12:01.172Z | Rust is installed now. Great! |
51 | 2024-03-13T03:12:01.172Z | |
52 | 2024-03-13T03:12:01.172Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-13T03:12:01.173Z | environment variable. This has not been done automatically. |
54 | 2024-03-13T03:12:01.173Z | |
55 | 2024-03-13T03:12:01.173Z | To configure your current shell, you need to source |
56 | 2024-03-13T03:12:01.173Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-13T03:12:01.173Z | |
58 | 2024-03-13T03:12:01.173Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-13T03:12:01.173Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-13T03:12:01.173Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-13T03:12:01.173Z | + rustc --version |
62 | 2024-03-13T03:12:01.197Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-13T03:12:01.197Z | process exited: duration 21429 ms, exit code 0 |
|
64 | 2024-03-13T03:12:01.656Z | starting task 2: "authentication" |
65 | 2024-03-13T03:12:01.695Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-03-13T03:12:06.133Z | process exited: duration 4479 ms, exit code 0 |
|
67 | 2024-03-13T03:12:06.159Z | starting task 3: "clone repository" |
68 | 2024-03-13T03:12:06.174Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-03-13T03:12:06.174Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-03-13T03:12:06.541Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-03-13T03:12:11.252Z | + cd /work/oxidecomputer/omicron |
72 | 2024-03-13T03:12:11.263Z | + git fetch origin 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a |
73 | 2024-03-13T03:12:11.564Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-03-13T03:12:11.564Z | * branch 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a -> FETCH_HEAD |
75 | 2024-03-13T03:12:12.026Z | + [[ -n renovate/regress-0.x ]] |
76 | 2024-03-13T03:12:12.026Z | ++ git branch --show-current |
77 | 2024-03-13T03:12:12.026Z | + current=main |
78 | 2024-03-13T03:12:12.027Z | + [[ main != renovate/regress-0.x ]] |
79 | 2024-03-13T03:12:12.027Z | + git branch -f renovate/regress-0.x 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a |
80 | 2024-03-13T03:12:12.027Z | + git checkout -f renovate/regress-0.x |
81 | 2024-03-13T03:12:12.027Z | Switched to branch 'renovate/regress-0.x' |
82 | 2024-03-13T03:12:12.027Z | + git reset --hard 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a |
83 | 2024-03-13T03:12:12.027Z | HEAD is now at 975c29a68 chore(deps): update rust crate regress to 0.9.0 |
84 | 2024-03-13T03:12:12.027Z | process exited: duration 5549 ms, exit code 0 |
|
85 | 2024-03-13T03:12:12.204Z | starting task 4: "build" |
86 | 2024-03-13T03:12:12.228Z | + cargo --version |
87 | 2024-03-13T03:12:12.228Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
88 | 2024-03-13T03:12:12.248Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
89 | 2024-03-13T03:12:12.248Z | info: downloading component 'cargo' |
90 | 2024-03-13T03:12:12.989Z | info: downloading component 'clippy' |
91 | 2024-03-13T03:12:13.210Z | info: downloading component 'rust-docs' |
92 | 2024-03-13T03:12:14.108Z | info: downloading component 'rust-std' |
93 | 2024-03-13T03:12:15.563Z | info: downloading component 'rustc' |
94 | 2024-03-13T03:12:19.223Z | info: downloading component 'rustfmt' |
95 | 2024-03-13T03:12:19.436Z | info: installing component 'cargo' |
96 | 2024-03-13T03:12:20.316Z | info: installing component 'clippy' |
97 | 2024-03-13T03:12:20.658Z | info: installing component 'rust-docs' |
98 | 2024-03-13T03:12:22.093Z | info: installing component 'rust-std' |
99 | 2024-03-13T03:12:23.978Z | info: installing component 'rustc' |
100 | 2024-03-13T03:12:28.079Z | info: installing component 'rustfmt' |
101 | 2024-03-13T03:12:28.485Z | cargo 1.76.0 (c84b36747 2024-01-18) |
102 | 2024-03-13T03:12:28.503Z | + rustc --version |
103 | 2024-03-13T03:12:28.565Z | rustc 1.76.0 (07dca489a 2024-02-04) |
104 | 2024-03-13T03:12:28.574Z | + source ./env.sh |
105 | 2024-03-13T03:12:28.574Z | ++ set -o xtrace |
106 | 2024-03-13T03:12:28.574Z | ++++ dirname ./env.sh |
107 | 2024-03-13T03:12:28.575Z | +++ readlink -f . |
108 | 2024-03-13T03:12:28.575Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2024-03-13T03:12:28.575Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-03-13T03:12:28.575Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-03-13T03:12:28.575Z | ++ 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 |
112 | 2024-03-13T03:12:28.575Z | ++ 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 |
113 | 2024-03-13T03:12:28.575Z | ++ 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 |
114 | 2024-03-13T03:12:28.575Z | ++ 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 |
115 | 2024-03-13T03:12:28.575Z | ++ 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 |
116 | 2024-03-13T03:12:28.575Z | ++ 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 |
117 | 2024-03-13T03:12:28.576Z | ++ unset OMICRON_WS |
118 | 2024-03-13T03:12:28.576Z | ++ set +o xtrace |
119 | 2024-03-13T03:12:28.576Z | |
120 | 2024-03-13T03:12:28.576Z | ##### ##### ###### ##### ###### #### # # # #### # |
121 | 2024-03-13T03:12:28.576Z | # # # # # # # # # # # # # # # |
122 | 2024-03-13T03:12:28.576Z | # # # # ##### # # ##### # # # # # #### # |
123 | 2024-03-13T03:12:28.576Z | ##### ##### # ##### # # # # # # # # # |
124 | 2024-03-13T03:12:28.576Z | # # # # # # # # # # # # # # # |
125 | 2024-03-13T03:12:28.576Z | # # # ###### # # ###### ### # #### # #### # |
126 | 2024-03-13T03:12:28.577Z | |
127 | 2024-03-13T03:12:38.506Z | Startup: Refreshing catalog 'helios-dev' ... Done |
128 | 2024-03-13T03:12:39.860Z | Startup: Caching catalogs ... Done |
129 | 2024-03-13T03:12:41.162Z | Planning: Solver setup ... Done (0.938s) |
130 | 2024-03-13T03:12:41.180Z | Planning: Running solver ... Done (0.019s) |
131 | 2024-03-13T03:12:41.240Z | Planning: Finding local manifests ... Done (0.034s) |
132 | 2024-03-13T03:12:41.268Z | Planning: Fetching manifests: 0/4 0% complete |
133 | 2024-03-13T03:12:42.013Z | Planning: Fetching manifests: 4/4 100% complete |
134 | 2024-03-13T03:12:42.065Z | Planning: Package planning ... Done (0.050s) |
135 | 2024-03-13T03:12:42.122Z | Planning: Merging actions ... Done (0.052s) |
136 | 2024-03-13T03:12:42.665Z | Planning: Checking for conflicting actions ... Done (0.537s) |
137 | 2024-03-13T03:12:42.677Z | Planning: Consolidating action changes ... Done (0.011s) |
138 | 2024-03-13T03:12:48.932Z | Planning: Evaluating mediators ... Done (6.269s) |
139 | 2024-03-13T03:12:48.941Z | Planning: Planning completed in 9.03 seconds |
140 | 2024-03-13T03:12:48.956Z | Packages to install: 4 |
141 | 2024-03-13T03:12:48.956Z | Mediators to change: 2 |
142 | 2024-03-13T03:12:48.960Z | Services to change: 1 |
143 | 2024-03-13T03:12:48.960Z | Estimated space available: 155.32 GB |
144 | 2024-03-13T03:12:48.960Z | Estimated space to be consumed: 1.42 GB |
145 | 2024-03-13T03:12:48.960Z | Create boot environment: No |
146 | 2024-03-13T03:12:48.960Z | Create backup boot environment: No |
147 | 2024-03-13T03:12:48.960Z | Rebuild boot archive: No |
148 | 2024-03-13T03:12:48.960Z | |
149 | 2024-03-13T03:12:48.960Z | Changed mediators: |
150 | 2024-03-13T03:12:48.960Z | mediator clang: |
151 | 2024-03-13T03:12:48.960Z | version: None -> 15 (system default) |
152 | 2024-03-13T03:12:48.960Z | |
153 | 2024-03-13T03:12:48.960Z | mediator llvm: |
154 | 2024-03-13T03:12:48.960Z | version: 14 (system default) -> 15 (system default) |
155 | 2024-03-13T03:12:48.960Z | |
156 | 2024-03-13T03:12:48.960Z | Changed packages: |
157 | 2024-03-13T03:12:48.960Z | helios-dev |
158 | 2024-03-13T03:12:48.960Z | developer/build-essential |
159 | 2024-03-13T03:12:48.960Z | None -> 11-2.0 |
160 | 2024-03-13T03:12:48.960Z | library/libxmlsec1 |
161 | 2024-03-13T03:12:48.961Z | None -> 1.2.35-2.0 |
162 | 2024-03-13T03:12:48.961Z | ooce/developer/clang-15 |
163 | 2024-03-13T03:12:48.961Z | None -> 15.0.7-2.0 |
164 | 2024-03-13T03:12:48.961Z | ooce/developer/llvm-15 |
165 | 2024-03-13T03:12:48.961Z | None -> 15.0.7-2.0 |
166 | 2024-03-13T03:12:48.961Z | |
167 | 2024-03-13T03:12:48.961Z | Services: |
168 | 2024-03-13T03:12:48.961Z | restart_fmri: |
169 | 2024-03-13T03:12:48.961Z | svc:/system/update-man-index:default |
170 | 2024-03-13T03:12:49.120Z | |
171 | 2024-03-13T03:12:49.120Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
172 | 2024-03-13T03:12:56.267Z | Download: 213/3290 items 1.3/212.6MB 0% complete (618k/s) |
173 | 2024-03-13T03:13:01.286Z | Download: 1188/3290 items 73.0/212.6MB 34% complete (7.2M/s) |
174 | 2024-03-13T03:13:06.294Z | Download: 1987/3290 items 118.7/212.6MB 55% complete (11.9M/s) |
175 | 2024-03-13T03:13:11.722Z | Download: 2384/3290 items 120.0/212.6MB 56% complete (5.5M/s) |
176 | 2024-03-13T03:13:16.307Z | Download: 2976/3290 items 121.2/212.6MB 57% complete (261k/s) |
177 | 2024-03-13T03:13:21.506Z | Download: 3243/3290 items 203.0/212.6MB 95% complete (8.8M/s) |
178 | 2024-03-13T03:13:24.802Z | Download: Completed 212.60 MB in 35.68 seconds (6.0M/s) |
179 | 2024-03-13T03:13:24.988Z | Actions: 1/3689 actions (Installing new actions) |
180 | 2024-03-13T03:13:30.128Z | Actions: 3593/3689 actions (Installing new actions) |
181 | 2024-03-13T03:13:30.137Z | Actions: Completed 3689 actions in 5.15 seconds. |
182 | 2024-03-13T03:13:30.329Z | Done (0.178s) |
183 | 2024-03-13T03:13:30.329Z | Done (0.000s) |
184 | 2024-03-13T03:13:31.002Z | Done (0.240s) |
185 | 2024-03-13T03:13:36.240Z | Done (5.539s) |
186 | 2024-03-13T03:13:36.353Z | Done (0.051s) |
187 | 2024-03-13T03:13:36.359Z | Done (0.000s) |
188 | 2024-03-13T03:13:36.517Z | Done (0.000s) |
189 | 2024-03-13T03:13:37.041Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-03-13T03:13:37.208Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-03-13T03:13:37.218Z | Planning: Consolidating action changes ... Done |
192 | 2024-03-13T03:13:37.481Z | Planning: Evaluating mediators ... Done |
193 | 2024-03-13T03:13:37.484Z | Planning: Planning completed in 0.44 seconds |
194 | 2024-03-13T03:13:37.515Z | Mediators to change: 2 |
195 | 2024-03-13T03:13:37.515Z | Create boot environment: No |
196 | 2024-03-13T03:13:37.519Z | Create backup boot environment: No |
197 | 2024-03-13T03:13:37.624Z | Done |
198 | 2024-03-13T03:13:37.624Z | Done |
199 | 2024-03-13T03:13:37.767Z | Done |
200 | 2024-03-13T03:13:41.863Z | Done |
201 | 2024-03-13T03:13:42.292Z | Done |
202 | 2024-03-13T03:13:42.292Z | Done |
203 | 2024-03-13T03:13:42.292Z | Done |
204 | 2024-03-13T03:13:42.320Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-03-13T03:13:42.320Z | Planning: Merging actions ... Done |
206 | 2024-03-13T03:13:42.750Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-03-13T03:13:42.751Z | Planning: Consolidating action changes ... Done |
208 | 2024-03-13T03:13:42.751Z | Planning: Evaluating mediators ... Done |
209 | 2024-03-13T03:13:43.202Z | Planning: Planning completed in 0.80 seconds |
210 | 2024-03-13T03:13:43.214Z | Packages to change: 1 |
211 | 2024-03-13T03:13:43.214Z | Mediators to change: 1 |
212 | 2024-03-13T03:13:43.214Z | Services to change: 1 |
213 | 2024-03-13T03:13:43.214Z | Create boot environment: No |
214 | 2024-03-13T03:13:43.214Z | Create backup boot environment: Yes |
215 | 2024-03-13T03:13:44.707Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-03-13T03:13:44.781Z | Actions: Completed 6 actions in 0.08 seconds. |
217 | 2024-03-13T03:13:44.798Z | Done |
218 | 2024-03-13T03:13:44.798Z | Done |
219 | 2024-03-13T03:13:45.264Z | Done |
220 | 2024-03-13T03:13:48.555Z | Done |
221 | 2024-03-13T03:13:48.639Z | Done |
222 | 2024-03-13T03:13:48.650Z | Done |
223 | 2024-03-13T03:13:48.758Z | Done |
224 | 2024-03-13T03:13:49.614Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-03-13T03:13:49.615Z | clang system 15 system |
226 | 2024-03-13T03:13:49.615Z | csh system system illumos |
227 | 2024-03-13T03:13:49.615Z | ctags system system illumos |
228 | 2024-03-13T03:13:49.615Z | gcc vendor 12 vendor |
229 | 2024-03-13T03:13:49.615Z | gcc system 10 system |
230 | 2024-03-13T03:13:49.616Z | gcc system 7 system |
231 | 2024-03-13T03:13:49.616Z | go system 1.20 system |
232 | 2024-03-13T03:13:49.616Z | go system 1.19 system |
233 | 2024-03-13T03:13:49.616Z | llvm system 15 system |
234 | 2024-03-13T03:13:49.616Z | llvm system 14 system |
235 | 2024-03-13T03:13:49.617Z | mariadb system 10.6 system |
236 | 2024-03-13T03:13:49.617Z | mta vendor vendor dma |
237 | 2024-03-13T03:13:49.617Z | openjdk system 17 system |
238 | 2024-03-13T03:13:49.618Z | openjdk system 11 system |
239 | 2024-03-13T03:13:49.618Z | openjdk system 1.8 system |
240 | 2024-03-13T03:13:49.618Z | openssl vendor 3 vendor |
241 | 2024-03-13T03:13:49.618Z | perl system 5.36 system |
242 | 2024-03-13T03:13:49.619Z | postgresql system 15 system |
243 | 2024-03-13T03:13:49.619Z | postgresql system 13 system |
244 | 2024-03-13T03:13:49.619Z | python vendor 3 vendor |
245 | 2024-03-13T03:13:49.619Z | python system 2 system |
246 | 2024-03-13T03:13:49.619Z | python3 system 3.11 system |
247 | 2024-03-13T03:13:49.620Z | ruby system 3.0 system |
248 | 2024-03-13T03:13:49.620Z | words vendor vendor american-english |
249 | 2024-03-13T03:13:49.620Z | words system system australian-english |
250 | 2024-03-13T03:13:49.620Z | words system system british-english |
251 | 2024-03-13T03:13:49.620Z | words system system canadian-english |
252 | 2024-03-13T03:13:49.621Z | words system system french |
253 | 2024-03-13T03:13:49.621Z | words system system italian |
254 | 2024-03-13T03:13:49.621Z | words system system ngerman |
255 | 2024-03-13T03:13:49.621Z | words system system ogerman |
256 | 2024-03-13T03:13:49.622Z | words system system spanish |
257 | 2024-03-13T03:13:50.063Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-03-13T03:13:50.063Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-03-13T03:13:50.689Z | FMRI IFO |
260 | 2024-03-13T03:13:50.689Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-03-13T03:13:50.689Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-03-13T03:13:50.689Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-03-13T03:13:50.689Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-03-13T03:13:50.690Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-03-13T03:13:50.691Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-03-13T03:13:50.692Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
267 | 2024-03-13T03:13:50.693Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-03-13T03:13:50.693Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-03-13T03:13:50.694Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-03-13T03:13:50.695Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-03-13T03:13:50.716Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-03-13T03:13:50.942Z | + set -o errexit |
273 | 2024-03-13T03:13:50.961Z | +++ dirname ./tools/ci_download_cockroachdb |
274 | 2024-03-13T03:13:50.961Z | ++ cd ./tools |
275 | 2024-03-13T03:13:50.961Z | ++ pwd |
276 | 2024-03-13T03:13:50.961Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
277 | 2024-03-13T03:13:50.961Z | ++ basename ./tools/ci_download_cockroachdb |
278 | 2024-03-13T03:13:50.961Z | + ARG0=ci_download_cockroachdb |
279 | 2024-03-13T03:13:50.962Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
280 | 2024-03-13T03:13:50.962Z | + CIDL_VERSION=v22.1.9 |
281 | 2024-03-13T03:13:50.962Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
282 | 2024-03-13T03:13:50.962Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
283 | 2024-03-13T03:13:50.962Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
284 | 2024-03-13T03:13:50.963Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-03-13T03:13:50.963Z | + TARGET_DIR=out |
286 | 2024-03-13T03:13:50.963Z | + DOWNLOAD_DIR=out/downloads |
287 | 2024-03-13T03:13:50.963Z | + DEST_DIR=./out/cockroachdb |
288 | 2024-03-13T03:13:50.963Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
289 | 2024-03-13T03:13:50.963Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
290 | 2024-03-13T03:13:50.964Z | + main |
291 | 2024-03-13T03:13:50.964Z | + [[ 0 != 0 ]] |
292 | 2024-03-13T03:13:50.964Z | + CIDL_OS=solaris2.11 |
293 | 2024-03-13T03:13:50.964Z | + [[ 0 != 0 ]] |
294 | 2024-03-13T03:13:50.964Z | + configure_os solaris2.11 |
295 | 2024-03-13T03:13:50.964Z | + echo 'current directory: /work/oxidecomputer/omicron' |
296 | 2024-03-13T03:13:50.964Z | + echo 'configuring based on OS: "solaris2.11"' |
297 | 2024-03-13T03:13:50.965Z | current directory: /work/oxidecomputer/omicron |
298 | 2024-03-13T03:13:50.965Z | configuring based on OS: "solaris2.11" |
299 | 2024-03-13T03:13:50.965Z | + case "$1" in |
300 | 2024-03-13T03:13:50.965Z | + CIDL_BUILD=illumos |
301 | 2024-03-13T03:13:50.966Z | + CIDL_SUFFIX=tar.gz |
302 | 2024-03-13T03:13:50.966Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-03-13T03:13:50.966Z | + CIDL_URL_BASE=https://illumos.org/downloads |
304 | 2024-03-13T03:13:50.966Z | + CIDL_ASSEMBLE=do_assemble_illumos |
305 | 2024-03-13T03:13:50.966Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
306 | 2024-03-13T03:13:50.967Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-13T03:13:50.967Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-03-13T03:13:50.967Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
309 | 2024-03-13T03:13:50.967Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-03-13T03:13:50.967Z | + CIDL_SHA256FUNC=do_sha256sum |
311 | 2024-03-13T03:13:50.968Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
312 | 2024-03-13T03:13:50.968Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2024-03-13T03:13:50.968Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-03-13T03:13:50.968Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-03-13T03:13:50.968Z | + mkdir -p out/downloads |
316 | 2024-03-13T03:13:50.969Z | + mkdir -p ./out/cockroachdb |
317 | 2024-03-13T03:13:50.969Z | + local DO_DOWNLOAD=true |
318 | 2024-03-13T03:13:50.969Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
319 | 2024-03-13T03:13:50.969Z | + '[' true == true ']' |
320 | 2024-03-13T03:13:50.969Z | + echo Downloading... |
321 | 2024-03-13T03:13:50.969Z | Downloading... |
322 | 2024-03-13T03:13:50.969Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-03-13T03:13:50.970Z | + 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 |
324 | 2024-03-13T03:13:58.148Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2024-03-13T03:13:58.157Z | ++ sha256sum |
326 | 2024-03-13T03:13:58.158Z | ++ awk '{print $1}' |
327 | 2024-03-13T03:13:58.210Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
328 | 2024-03-13T03:13:58.211Z | + [[ 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 ]] |
329 | 2024-03-13T03:13:58.222Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
330 | 2024-03-13T03:13:58.222Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
331 | 2024-03-13T03:14:00.394Z | + do_assemble_illumos |
332 | 2024-03-13T03:14:00.394Z | + rm -r ./out/cockroachdb |
333 | 2024-03-13T03:14:00.403Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
334 | 2024-03-13T03:14:00.820Z | + ./out/cockroachdb/bin/cockroach version |
335 | 2024-03-13T03:14:00.979Z | Build Tag: v22.1.9-dirty |
336 | 2024-03-13T03:14:00.979Z | Build Time: 2022/10/26 21:17:46 |
337 | 2024-03-13T03:14:00.980Z | Distribution: OSS |
338 | 2024-03-13T03:14:00.980Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
339 | 2024-03-13T03:14:00.980Z | Go Version: go1.17.13 |
340 | 2024-03-13T03:14:00.980Z | C Compiler: gcc 10.3.0 |
341 | 2024-03-13T03:14:00.980Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
342 | 2024-03-13T03:14:00.980Z | Build Type: release |
343 | 2024-03-13T03:14:01.002Z | + set -o errexit |
344 | 2024-03-13T03:14:01.003Z | +++ dirname ./tools/ci_download_clickhouse |
345 | 2024-03-13T03:14:01.003Z | ++ cd ./tools |
346 | 2024-03-13T03:14:01.003Z | ++ pwd |
347 | 2024-03-13T03:14:01.003Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
348 | 2024-03-13T03:14:01.003Z | ++ basename ./tools/ci_download_clickhouse |
349 | 2024-03-13T03:14:01.466Z | + ARG0=ci_download_clickhouse |
350 | 2024-03-13T03:14:01.466Z | + TARGET_DIR=out |
351 | 2024-03-13T03:14:01.466Z | + DOWNLOAD_DIR=out/downloads |
352 | 2024-03-13T03:14:01.466Z | + DEST_DIR=./out/clickhouse |
353 | 2024-03-13T03:14:01.466Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
354 | 2024-03-13T03:14:01.466Z | + CIDL_VERSION=v23.8.7.24 |
355 | 2024-03-13T03:14:01.466Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
356 | 2024-03-13T03:14:01.466Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
357 | 2024-03-13T03:14:01.467Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
358 | 2024-03-13T03:14:01.467Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
359 | 2024-03-13T03:14:01.467Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
360 | 2024-03-13T03:14:01.467Z | + main |
361 | 2024-03-13T03:14:01.467Z | + [[ 0 != 0 ]] |
362 | 2024-03-13T03:14:01.467Z | + CIDL_OS=solaris2.11 |
363 | 2024-03-13T03:14:01.467Z | + [[ 0 != 0 ]] |
364 | 2024-03-13T03:14:01.467Z | + configure_os solaris2.11 |
365 | 2024-03-13T03:14:01.467Z | + echo 'current directory: /work/oxidecomputer/omicron' |
366 | 2024-03-13T03:14:01.467Z | current directory: /work/oxidecomputer/omicron |
367 | 2024-03-13T03:14:01.468Z | + echo 'configuring based on OS: "solaris2.11"' |
368 | 2024-03-13T03:14:01.468Z | + CIDL_DASHREV= |
369 | 2024-03-13T03:14:01.468Z | configuring based on OS: "solaris2.11" |
370 | 2024-03-13T03:14:01.468Z | + case "$1" in |
371 | 2024-03-13T03:14:01.468Z | + CIDL_PLATFORM=illumos |
372 | 2024-03-13T03:14:01.468Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
373 | 2024-03-13T03:14:01.468Z | + CIDL_MD5FUNC=do_md5sum |
374 | 2024-03-13T03:14:01.468Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
375 | 2024-03-13T03:14:01.468Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-03-13T03:14:01.468Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-03-13T03:14:01.469Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-03-13T03:14:01.469Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
379 | 2024-03-13T03:14:01.469Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
380 | 2024-03-13T03:14:01.469Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
381 | 2024-03-13T03:14:01.469Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
382 | 2024-03-13T03:14:01.469Z | + mkdir -p out/downloads |
383 | 2024-03-13T03:14:01.469Z | + mkdir -p ./out/clickhouse |
384 | 2024-03-13T03:14:01.469Z | + local DO_DOWNLOAD=true |
385 | 2024-03-13T03:14:01.469Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
386 | 2024-03-13T03:14:01.469Z | + '[' true == true ']' |
387 | 2024-03-13T03:14:01.470Z | + echo Downloading... |
388 | 2024-03-13T03:14:01.470Z | Downloading... |
389 | 2024-03-13T03:14:01.470Z | + 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 |
390 | 2024-03-13T03:14:01.470Z | + 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 |
391 | 2024-03-13T03:14:02.735Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
392 | 2024-03-13T03:14:02.746Z | ++ md5sum |
393 | 2024-03-13T03:14:02.746Z | ++ awk '{print $1}' |
394 | 2024-03-13T03:14:02.957Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
395 | 2024-03-13T03:14:02.957Z | + [[ 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 ]] |
396 | 2024-03-13T03:14:02.976Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
397 | 2024-03-13T03:14:02.977Z | + mkdir -p ./out/clickhouse |
398 | 2024-03-13T03:14:02.977Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
399 | 2024-03-13T03:14:06.768Z | + [[ solaris2.11 == darwin* ]] |
400 | 2024-03-13T03:14:06.768Z | + ./out/clickhouse/clickhouse server --version |
401 | 2024-03-13T03:14:06.916Z | ClickHouse server version 23.8.7.1. |
402 | 2024-03-13T03:14:06.936Z | + set -o errexit |
403 | 2024-03-13T03:14:06.951Z | +++ dirname ./tools/ci_download_console |
404 | 2024-03-13T03:14:06.951Z | ++ cd ./tools |
405 | 2024-03-13T03:14:06.951Z | ++ pwd |
406 | 2024-03-13T03:14:06.951Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-03-13T03:14:06.951Z | ++ basename ./tools/ci_download_console |
408 | 2024-03-13T03:14:06.952Z | + ARG0=ci_download_console |
409 | 2024-03-13T03:14:06.952Z | + TARGET_DIR=out |
410 | 2024-03-13T03:14:06.952Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-03-13T03:14:06.952Z | + DEST_DIR=./out/console-assets |
412 | 2024-03-13T03:14:06.953Z | + source /work/oxidecomputer/omicron/tools/console_version |
413 | 2024-03-13T03:14:06.953Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
414 | 2024-03-13T03:14:06.953Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
415 | 2024-03-13T03:14:06.953Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
416 | 2024-03-13T03:14:06.953Z | + TARBALL_FILE=out/downloads/console.tar.gz |
417 | 2024-03-13T03:14:06.953Z | + main |
418 | 2024-03-13T03:14:06.954Z | + [[ 0 != 0 ]] |
419 | 2024-03-13T03:14:06.954Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
420 | 2024-03-13T03:14:06.954Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
421 | 2024-03-13T03:14:06.954Z | + echo 'Local file: out/downloads/console.tar.gz' |
422 | 2024-03-13T03:14:06.954Z | Local file: out/downloads/console.tar.gz |
423 | 2024-03-13T03:14:06.954Z | + local DO_DOWNLOAD=true |
424 | 2024-03-13T03:14:06.954Z | + [[ -f out/downloads/console.tar.gz ]] |
425 | 2024-03-13T03:14:06.954Z | + mkdir -p out/downloads |
426 | 2024-03-13T03:14:06.954Z | + '[' true == true ']' |
427 | 2024-03-13T03:14:06.954Z | + echo Downloading... |
428 | 2024-03-13T03:14:06.955Z | Downloading... |
429 | 2024-03-13T03:14:06.955Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
430 | 2024-03-13T03:14:06.955Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
431 | 2024-03-13T03:14:07.456Z | ++ do_sha256sum out/downloads/console.tar.gz |
432 | 2024-03-13T03:14:07.456Z | ++ case "$OSTYPE" in |
433 | 2024-03-13T03:14:07.459Z | ++ SHA=sha256sum |
434 | 2024-03-13T03:14:07.459Z | ++ sha256sum |
435 | 2024-03-13T03:14:07.459Z | ++ awk '{print $1}' |
436 | 2024-03-13T03:14:07.466Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
437 | 2024-03-13T03:14:07.470Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
438 | 2024-03-13T03:14:07.470Z | + rm -rf ./out/console-assets |
439 | 2024-03-13T03:14:07.470Z | + mkdir -p ./out/console-assets |
440 | 2024-03-13T03:14:07.471Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
441 | 2024-03-13T03:14:07.471Z | + mkdir -p ./out/console-assets |
442 | 2024-03-13T03:14:07.474Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
443 | 2024-03-13T03:14:07.568Z | + set -o errexit |
444 | 2024-03-13T03:14:07.574Z | +++ dirname ./tools/ci_download_maghemite_openapi |
445 | 2024-03-13T03:14:07.574Z | ++ cd ./tools |
446 | 2024-03-13T03:14:07.574Z | ++ pwd |
447 | 2024-03-13T03:14:07.575Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2024-03-13T03:14:07.575Z | ++ basename ./tools/ci_download_maghemite_openapi |
449 | 2024-03-13T03:14:07.575Z | + ARG0=ci_download_maghemite_openapi |
450 | 2024-03-13T03:14:07.575Z | + TARGET_DIR=out |
451 | 2024-03-13T03:14:07.575Z | + DOWNLOAD_DIR=out/downloads |
452 | 2024-03-13T03:14:07.575Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
453 | 2024-03-13T03:14:07.575Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
454 | 2024-03-13T03:14:07.575Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
455 | 2024-03-13T03:14:07.576Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
456 | 2024-03-13T03:14:07.576Z | + LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
457 | 2024-03-13T03:14:07.576Z | + main |
458 | 2024-03-13T03:14:07.576Z | + rm -rf out/downloads/root |
459 | 2024-03-13T03:14:07.582Z | + [[ 0 != 0 ]] |
460 | 2024-03-13T03:14:07.582Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json' |
461 | 2024-03-13T03:14:07.582Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
462 | 2024-03-13T03:14:07.582Z | + echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
463 | 2024-03-13T03:14:07.582Z | Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
464 | 2024-03-13T03:14:07.582Z | + local DO_DOWNLOAD=true |
465 | 2024-03-13T03:14:07.582Z | + [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
466 | 2024-03-13T03:14:07.582Z | + mkdir -p out/downloads |
467 | 2024-03-13T03:14:07.582Z | + '[' true == true ']' |
468 | 2024-03-13T03:14:07.582Z | + echo Downloading... |
469 | 2024-03-13T03:14:07.583Z | Downloading... |
470 | 2024-03-13T03:14:07.583Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
471 | 2024-03-13T03:14:07.583Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
472 | 2024-03-13T03:14:09.538Z | ++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
473 | 2024-03-13T03:14:09.539Z | ++ case "$OSTYPE" in |
474 | 2024-03-13T03:14:09.539Z | ++ SHA=sha256sum |
475 | 2024-03-13T03:14:10.018Z | ++ sha256sum |
476 | 2024-03-13T03:14:10.018Z | ++ awk '{print $1}' |
477 | 2024-03-13T03:14:10.018Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
478 | 2024-03-13T03:14:10.018Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
479 | 2024-03-13T03:14:10.018Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
480 | 2024-03-13T03:14:10.018Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
481 | 2024-03-13T03:14:10.018Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
482 | 2024-03-13T03:14:10.019Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
483 | 2024-03-13T03:14:10.019Z | + LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
484 | 2024-03-13T03:14:10.019Z | + main |
485 | 2024-03-13T03:14:10.019Z | + rm -rf out/downloads/root |
486 | 2024-03-13T03:14:10.019Z | + [[ 0 != 0 ]] |
487 | 2024-03-13T03:14:10.019Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json' |
488 | 2024-03-13T03:14:10.020Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
489 | 2024-03-13T03:14:10.020Z | + echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
490 | 2024-03-13T03:14:10.020Z | Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
491 | 2024-03-13T03:14:10.020Z | + local DO_DOWNLOAD=true |
492 | 2024-03-13T03:14:10.020Z | + [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
493 | 2024-03-13T03:14:10.020Z | + mkdir -p out/downloads |
494 | 2024-03-13T03:14:10.020Z | + '[' true == true ']' |
495 | 2024-03-13T03:14:10.020Z | + echo Downloading... |
496 | 2024-03-13T03:14:10.020Z | Downloading... |
497 | 2024-03-13T03:14:10.020Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
498 | 2024-03-13T03:14:10.021Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
499 | 2024-03-13T03:14:10.021Z | ++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
500 | 2024-03-13T03:14:10.021Z | ++ case "$OSTYPE" in |
501 | 2024-03-13T03:14:10.021Z | ++ SHA=sha256sum |
502 | 2024-03-13T03:14:10.021Z | ++ sha256sum |
503 | 2024-03-13T03:14:10.021Z | ++ awk '{print $1}' |
504 | 2024-03-13T03:14:10.021Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
505 | 2024-03-13T03:14:10.021Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
506 | 2024-03-13T03:14:10.021Z | + set -o errexit |
507 | 2024-03-13T03:14:10.021Z | +++ dirname ./tools/ci_download_dendrite_openapi |
508 | 2024-03-13T03:14:10.021Z | ++ cd ./tools |
509 | 2024-03-13T03:14:10.021Z | ++ pwd |
510 | 2024-03-13T03:14:10.022Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-03-13T03:14:10.022Z | ++ basename ./tools/ci_download_dendrite_openapi |
512 | 2024-03-13T03:14:10.022Z | + ARG0=ci_download_dendrite_openapi |
513 | 2024-03-13T03:14:10.022Z | + TARGET_DIR=out |
514 | 2024-03-13T03:14:10.022Z | + DOWNLOAD_DIR=out/downloads |
515 | 2024-03-13T03:14:10.022Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
516 | 2024-03-13T03:14:10.022Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
517 | 2024-03-13T03:14:10.022Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
518 | 2024-03-13T03:14:10.022Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
519 | 2024-03-13T03:14:10.022Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
520 | 2024-03-13T03:14:10.023Z | + main |
521 | 2024-03-13T03:14:10.023Z | + [[ 0 != 0 ]] |
522 | 2024-03-13T03:14:10.023Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
523 | 2024-03-13T03:14:10.023Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
524 | 2024-03-13T03:14:10.023Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
525 | 2024-03-13T03:14:10.023Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
526 | 2024-03-13T03:14:10.023Z | + local DO_DOWNLOAD=true |
527 | 2024-03-13T03:14:10.023Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
528 | 2024-03-13T03:14:10.024Z | + mkdir -p out/downloads |
529 | 2024-03-13T03:14:10.024Z | + '[' true == true ']' |
530 | 2024-03-13T03:14:10.024Z | + echo Downloading... |
531 | 2024-03-13T03:14:10.024Z | Downloading... |
532 | 2024-03-13T03:14:10.024Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
533 | 2024-03-13T03:14:10.024Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
534 | 2024-03-13T03:14:13.586Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
535 | 2024-03-13T03:14:13.586Z | ++ case "$OSTYPE" in |
536 | 2024-03-13T03:14:13.586Z | ++ SHA=sha256sum |
537 | 2024-03-13T03:14:13.596Z | ++ sha256sum |
538 | 2024-03-13T03:14:13.597Z | ++ awk '{print $1}' |
539 | 2024-03-13T03:14:13.597Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
540 | 2024-03-13T03:14:13.597Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
541 | 2024-03-13T03:14:13.597Z | + set -o errexit |
542 | 2024-03-13T03:14:13.633Z | +++ dirname ./tools/ci_download_dendrite_stub |
543 | 2024-03-13T03:14:13.633Z | ++ cd ./tools |
544 | 2024-03-13T03:14:13.633Z | ++ pwd |
545 | 2024-03-13T03:14:13.634Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
546 | 2024-03-13T03:14:13.634Z | ++ basename ./tools/ci_download_dendrite_stub |
547 | 2024-03-13T03:14:13.634Z | + ARG0=ci_download_dendrite_stub |
548 | 2024-03-13T03:14:13.634Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
549 | 2024-03-13T03:14:13.634Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
550 | 2024-03-13T03:14:13.635Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
551 | 2024-03-13T03:14:13.635Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
552 | 2024-03-13T03:14:13.635Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
553 | 2024-03-13T03:14:13.635Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
554 | 2024-03-13T03:14:13.635Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
555 | 2024-03-13T03:14:13.636Z | + TARGET_DIR=out |
556 | 2024-03-13T03:14:13.636Z | + DOWNLOAD_DIR=out/downloads |
557 | 2024-03-13T03:14:13.636Z | + DEST_DIR=./out/dendrite-stub |
558 | 2024-03-13T03:14:13.636Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
559 | 2024-03-13T03:14:13.636Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
560 | 2024-03-13T03:14:13.637Z | + REPO=oxidecomputer/dendrite |
561 | 2024-03-13T03:14:13.637Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
562 | 2024-03-13T03:14:13.637Z | + main |
563 | 2024-03-13T03:14:13.637Z | + [[ 0 != 0 ]] |
564 | 2024-03-13T03:14:13.637Z | + CIDL_OS=solaris2.11 |
565 | 2024-03-13T03:14:13.638Z | + [[ 0 != 0 ]] |
566 | 2024-03-13T03:14:13.638Z | + configure_os solaris2.11 |
567 | 2024-03-13T03:14:13.638Z | + echo 'current directory: /work/oxidecomputer/omicron' |
568 | 2024-03-13T03:14:13.638Z | current directory: /work/oxidecomputer/omicron |
569 | 2024-03-13T03:14:13.638Z | configuring based on OS: "solaris2.11" |
570 | 2024-03-13T03:14:13.639Z | + echo 'configuring based on OS: "solaris2.11"' |
571 | 2024-03-13T03:14:13.639Z | + case "$1" in |
572 | 2024-03-13T03:14:13.639Z | + SET_BINARIES= |
573 | 2024-03-13T03:14:13.639Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
574 | 2024-03-13T03:14:13.640Z | + CIDL_SHA256FUNC=do_sha256sum |
575 | 2024-03-13T03:14:13.640Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
576 | 2024-03-13T03:14:13.640Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
577 | 2024-03-13T03:14:13.640Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
578 | 2024-03-13T03:14:13.641Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
579 | 2024-03-13T03:14:13.641Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
580 | 2024-03-13T03:14:13.641Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
581 | 2024-03-13T03:14:13.641Z | + mkdir -p out/downloads |
582 | 2024-03-13T03:14:13.641Z | Local file: out/downloads/dendrite-stub.tar.gz |
583 | 2024-03-13T03:14:13.642Z | + mkdir -p ./out/dendrite-stub |
584 | 2024-03-13T03:14:13.642Z | + fetch_and_verify |
585 | 2024-03-13T03:14:13.642Z | + local DO_DOWNLOAD=true |
586 | 2024-03-13T03:14:13.642Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
587 | 2024-03-13T03:14:13.643Z | + '[' true == true ']' |
588 | 2024-03-13T03:14:13.643Z | + echo Downloading... |
589 | 2024-03-13T03:14:13.643Z | Downloading... |
590 | 2024-03-13T03:14:13.643Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
591 | 2024-03-13T03:14:13.644Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
592 | 2024-03-13T03:14:33.848Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
593 | 2024-03-13T03:14:33.882Z | ++ sha256sum |
594 | 2024-03-13T03:14:33.883Z | ++ awk '{print $1}' |
595 | 2024-03-13T03:14:33.883Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
596 | 2024-03-13T03:14:33.883Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
597 | 2024-03-13T03:14:33.883Z | + do_untar out/downloads/dendrite-stub.tar.gz |
598 | 2024-03-13T03:14:33.883Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
599 | 2024-03-13T03:14:34.465Z | + do_assemble |
600 | 2024-03-13T03:14:34.465Z | + rm -r ./out/dendrite-stub |
601 | 2024-03-13T03:14:34.480Z | + mkdir ./out/dendrite-stub |
602 | 2024-03-13T03:14:34.480Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
603 | 2024-03-13T03:14:34.576Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
604 | 2024-03-13T03:14:34.602Z | + set -o errexit |
605 | 2024-03-13T03:14:34.602Z | +++ dirname ./tools/ci_download_maghemite_mgd |
606 | 2024-03-13T03:14:34.603Z | ++ cd ./tools |
607 | 2024-03-13T03:14:34.603Z | ++ pwd |
608 | 2024-03-13T03:14:34.603Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
609 | 2024-03-13T03:14:34.603Z | ++ basename ./tools/ci_download_maghemite_mgd |
610 | 2024-03-13T03:14:34.603Z | + ARG0=ci_download_maghemite_mgd |
611 | 2024-03-13T03:14:34.603Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
612 | 2024-03-13T03:14:34.603Z | ++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
613 | 2024-03-13T03:14:34.603Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
614 | 2024-03-13T03:14:34.603Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
615 | 2024-03-13T03:14:34.604Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
616 | 2024-03-13T03:14:34.604Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
617 | 2024-03-13T03:14:34.604Z | + TARGET_DIR=out |
618 | 2024-03-13T03:14:34.604Z | + DOWNLOAD_DIR=out/downloads |
619 | 2024-03-13T03:14:34.604Z | + DEST_DIR=./out/mgd |
620 | 2024-03-13T03:14:34.604Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
621 | 2024-03-13T03:14:34.604Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2024-03-13T03:14:34.604Z | + REPO=oxidecomputer/maghemite |
623 | 2024-03-13T03:14:34.604Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
624 | 2024-03-13T03:14:34.605Z | + main |
625 | 2024-03-13T03:14:34.605Z | + rm -rf out/downloads/root |
626 | 2024-03-13T03:14:34.622Z | + [[ 0 != 0 ]] |
627 | 2024-03-13T03:14:34.623Z | + CIDL_OS=solaris2.11 |
628 | 2024-03-13T03:14:34.623Z | + [[ 0 != 0 ]] |
629 | 2024-03-13T03:14:34.623Z | + configure_os solaris2.11 |
630 | 2024-03-13T03:14:34.623Z | + echo 'current directory: /work/oxidecomputer/omicron' |
631 | 2024-03-13T03:14:34.623Z | current directory: /work/oxidecomputer/omicron |
632 | 2024-03-13T03:14:34.623Z | + echo 'configuring based on OS: "solaris2.11"' |
633 | 2024-03-13T03:14:34.623Z | + case "$1" in |
634 | 2024-03-13T03:14:34.624Z | configuring based on OS: "solaris2.11" |
635 | 2024-03-13T03:14:34.624Z | + SET_BINARIES= |
636 | 2024-03-13T03:14:34.624Z | + CIDL_SHA256FUNC=do_sha256sum |
637 | 2024-03-13T03:14:34.624Z | + TARBALL_FILENAME=mgd.tar.gz |
638 | 2024-03-13T03:14:34.624Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
639 | 2024-03-13T03:14:34.624Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
640 | 2024-03-13T03:14:34.624Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz' |
641 | 2024-03-13T03:14:34.624Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
642 | 2024-03-13T03:14:34.624Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
643 | 2024-03-13T03:14:34.625Z | + mkdir -p out/downloads |
644 | 2024-03-13T03:14:34.625Z | Local file: out/downloads/mgd.tar.gz |
645 | 2024-03-13T03:14:34.625Z | + mkdir -p ./out/mgd |
646 | 2024-03-13T03:14:34.625Z | + fetch_and_verify |
647 | 2024-03-13T03:14:34.625Z | + local DO_DOWNLOAD=true |
648 | 2024-03-13T03:14:34.625Z | + [[ -f out/downloads/mgd.tar.gz ]] |
649 | 2024-03-13T03:14:34.625Z | + '[' true == true ']' |
650 | 2024-03-13T03:14:34.625Z | + echo Downloading... |
651 | 2024-03-13T03:14:34.626Z | Downloading... |
652 | 2024-03-13T03:14:34.626Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz |
653 | 2024-03-13T03:14:34.626Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
654 | 2024-03-13T03:14:54.057Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
655 | 2024-03-13T03:14:54.071Z | ++ sha256sum |
656 | 2024-03-13T03:14:54.071Z | ++ awk '{print $1}' |
657 | 2024-03-13T03:14:54.087Z | + calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
658 | 2024-03-13T03:14:54.087Z | + [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]] |
659 | 2024-03-13T03:14:54.087Z | + do_untar out/downloads/mgd.tar.gz |
660 | 2024-03-13T03:14:54.087Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
661 | 2024-03-13T03:14:54.939Z | + do_assemble |
662 | 2024-03-13T03:14:54.939Z | + rm -r ./out/mgd |
663 | 2024-03-13T03:14:54.955Z | + mkdir ./out/mgd |
664 | 2024-03-13T03:14:54.955Z | + cp -r out/downloads/root ./out/mgd/root |
665 | 2024-03-13T03:14:54.956Z | + set -o errexit |
666 | 2024-03-13T03:14:54.956Z | +++ dirname ./tools/ci_download_transceiver_control |
667 | 2024-03-13T03:14:54.956Z | ++ cd ./tools |
668 | 2024-03-13T03:14:54.956Z | ++ pwd |
669 | 2024-03-13T03:14:54.956Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
670 | 2024-03-13T03:14:54.956Z | ++ basename ./tools/ci_download_transceiver_control |
671 | 2024-03-13T03:14:54.956Z | + ARG0=ci_download_transceiver_control |
672 | 2024-03-13T03:14:54.956Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
673 | 2024-03-13T03:14:54.956Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
674 | 2024-03-13T03:14:54.956Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-03-13T03:14:54.956Z | + TARGET_DIR=out |
676 | 2024-03-13T03:14:54.957Z | + DOWNLOAD_DIR=out/downloads |
677 | 2024-03-13T03:14:54.957Z | + DEST_DIR=./out/transceiver-control |
678 | 2024-03-13T03:14:54.957Z | + BIN_DIR=/opt/oxide/bin |
679 | 2024-03-13T03:14:54.957Z | + BINARY=xcvradm |
680 | 2024-03-13T03:14:54.957Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
681 | 2024-03-13T03:14:54.957Z | + REPO=oxidecomputer/transceiver-control |
682 | 2024-03-13T03:14:54.957Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
683 | 2024-03-13T03:14:54.957Z | + main |
684 | 2024-03-13T03:14:54.957Z | + [[ 0 != 0 ]] |
685 | 2024-03-13T03:14:54.957Z | + CIDL_OS=solaris2.11 |
686 | 2024-03-13T03:14:54.957Z | + [[ 0 != 0 ]] |
687 | 2024-03-13T03:14:54.957Z | + configure_os solaris2.11 |
688 | 2024-03-13T03:14:54.957Z | + echo 'current directory: /work/oxidecomputer/omicron' |
689 | 2024-03-13T03:14:54.957Z | current directory: /work/oxidecomputer/omicron |
690 | 2024-03-13T03:14:54.958Z | + echo 'configuring based on OS: "solaris2.11"' |
691 | 2024-03-13T03:14:54.958Z | + case "$1" in |
692 | 2024-03-13T03:14:54.958Z | configuring based on OS: "solaris2.11" |
693 | 2024-03-13T03:14:54.958Z | + SET_BINARIES= |
694 | 2024-03-13T03:14:54.958Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2024-03-13T03:14:54.958Z | + CIDL_SHA256FUNC=do_sha256sum |
696 | 2024-03-13T03:14:54.958Z | + ARCHIVE_FILENAME=xcvradm.gz |
697 | 2024-03-13T03:14:54.958Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
698 | 2024-03-13T03:14:54.958Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
699 | 2024-03-13T03:14:54.958Z | Local file: out/downloads/xcvradm.gz |
700 | 2024-03-13T03:14:54.958Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
701 | 2024-03-13T03:14:54.958Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
702 | 2024-03-13T03:14:54.958Z | + echo 'Local file: out/downloads/xcvradm.gz' |
703 | 2024-03-13T03:14:54.958Z | + mkdir -p out/downloads |
704 | 2024-03-13T03:14:54.958Z | + mkdir -p ./out/transceiver-control |
705 | 2024-03-13T03:14:54.959Z | + fetch_and_verify |
706 | 2024-03-13T03:14:54.959Z | + local DO_DOWNLOAD=true |
707 | 2024-03-13T03:14:54.959Z | + [[ -f out/downloads/xcvradm.gz ]] |
708 | 2024-03-13T03:14:54.959Z | + '[' true == true ']' |
709 | 2024-03-13T03:14:54.959Z | + echo Downloading... |
710 | 2024-03-13T03:14:54.959Z | Downloading... |
711 | 2024-03-13T03:14:54.959Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
712 | 2024-03-13T03:14:54.959Z | + 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 |
713 | 2024-03-13T03:14:58.638Z | ++ do_sha256sum out/downloads/xcvradm.gz |
714 | 2024-03-13T03:14:58.648Z | ++ sha256sum |
715 | 2024-03-13T03:14:58.648Z | ++ awk '{print $1}' |
716 | 2024-03-13T03:14:58.648Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
717 | 2024-03-13T03:14:58.648Z | + [[ 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 ]] |
718 | 2024-03-13T03:14:58.648Z | + do_unpack out/downloads/xcvradm.gz |
719 | 2024-03-13T03:14:58.649Z | + mkdir -p out/downloads/root//opt/oxide/bin |
720 | 2024-03-13T03:14:58.653Z | + gzip -dc out/downloads/xcvradm.gz |
721 | 2024-03-13T03:14:58.764Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
722 | 2024-03-13T03:14:58.774Z | + do_assemble |
723 | 2024-03-13T03:14:58.774Z | + rm -r ./out/transceiver-control |
724 | 2024-03-13T03:14:58.774Z | + mkdir ./out/transceiver-control |
725 | 2024-03-13T03:14:58.774Z | + cp -r out/downloads/root ./out/transceiver-control/root |
726 | 2024-03-13T03:14:58.847Z | + set -o errexit |
727 | 2024-03-13T03:14:58.860Z | +++ dirname ./tools/ci_download_thundermuffin |
728 | 2024-03-13T03:14:58.860Z | ++ cd ./tools |
729 | 2024-03-13T03:14:58.860Z | ++ pwd |
730 | 2024-03-13T03:14:58.860Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
731 | 2024-03-13T03:14:58.860Z | ++ basename ./tools/ci_download_thundermuffin |
732 | 2024-03-13T03:14:58.860Z | + ARG0=ci_download_thundermuffin |
733 | 2024-03-13T03:14:58.860Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
734 | 2024-03-13T03:14:58.860Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
735 | 2024-03-13T03:14:58.860Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
736 | 2024-03-13T03:14:58.861Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
737 | 2024-03-13T03:14:58.861Z | + TARGET_DIR=out |
738 | 2024-03-13T03:14:58.861Z | + DOWNLOAD_DIR=out/downloads |
739 | 2024-03-13T03:14:58.861Z | + DEST_DIR=./out/thundermuffin |
740 | 2024-03-13T03:14:58.861Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
741 | 2024-03-13T03:14:58.861Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
742 | 2024-03-13T03:14:58.861Z | + REPO=oxidecomputer/thundermuffin |
743 | 2024-03-13T03:14:58.861Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
744 | 2024-03-13T03:14:58.861Z | + main |
745 | 2024-03-13T03:14:58.861Z | + rm -rf out/downloads/root |
746 | 2024-03-13T03:14:58.870Z | + [[ 0 != 0 ]] |
747 | 2024-03-13T03:14:58.870Z | + CIDL_OS=solaris2.11 |
748 | 2024-03-13T03:14:58.870Z | + [[ 0 != 0 ]] |
749 | 2024-03-13T03:14:58.870Z | + configure_os solaris2.11 |
750 | 2024-03-13T03:14:58.870Z | + echo 'current directory: /work/oxidecomputer/omicron' |
751 | 2024-03-13T03:14:58.870Z | + echo 'configuring based on OS: "solaris2.11"' |
752 | 2024-03-13T03:14:58.870Z | current directory: /work/oxidecomputer/omicron |
753 | 2024-03-13T03:14:58.870Z | configuring based on OS: "solaris2.11" |
754 | 2024-03-13T03:14:58.870Z | + case "$1" in |
755 | 2024-03-13T03:14:58.870Z | + SET_BINARIES= |
756 | 2024-03-13T03:14:58.870Z | + CIDL_SHA256FUNC=do_sha256sum |
757 | 2024-03-13T03:14:58.870Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
758 | 2024-03-13T03:14:58.871Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
759 | 2024-03-13T03:14:58.871Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
760 | 2024-03-13T03:14:58.871Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
761 | 2024-03-13T03:14:58.871Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
762 | 2024-03-13T03:14:58.871Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
763 | 2024-03-13T03:14:58.871Z | Local file: out/downloads/thundermuffin.tar.gz |
764 | 2024-03-13T03:14:58.871Z | + mkdir -p out/downloads |
765 | 2024-03-13T03:14:58.871Z | + mkdir -p ./out/thundermuffin |
766 | 2024-03-13T03:14:58.871Z | + fetch_and_verify |
767 | 2024-03-13T03:14:58.871Z | + local DO_DOWNLOAD=true |
768 | 2024-03-13T03:14:58.871Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
769 | 2024-03-13T03:14:58.871Z | + '[' true == true ']' |
770 | 2024-03-13T03:14:58.871Z | + echo Downloading... |
771 | 2024-03-13T03:14:58.871Z | Downloading... |
772 | 2024-03-13T03:14:58.871Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
773 | 2024-03-13T03:14:58.871Z | + 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 |
774 | 2024-03-13T03:15:03.185Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
775 | 2024-03-13T03:15:03.196Z | ++ sha256sum |
776 | 2024-03-13T03:15:03.196Z | ++ awk '{print $1}' |
777 | 2024-03-13T03:15:03.197Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
778 | 2024-03-13T03:15:03.197Z | + [[ 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 ]] |
779 | 2024-03-13T03:15:03.197Z | + do_untar out/downloads/thundermuffin.tar.gz |
780 | 2024-03-13T03:15:03.197Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
781 | 2024-03-13T03:15:03.260Z | + do_assemble |
782 | 2024-03-13T03:15:03.260Z | + rm -r ./out/thundermuffin |
783 | 2024-03-13T03:15:03.267Z | + mkdir ./out/thundermuffin |
784 | 2024-03-13T03:15:03.268Z | + cp -r out/downloads/root ./out/thundermuffin/root |
785 | 2024-03-13T03:15:03.372Z | All builder prerequisites installed successfully, and PATH looks valid |
786 | 2024-03-13T03:15:03.391Z | |
787 | 2024-03-13T03:15:03.391Z | real 2:34.780587292 |
788 | 2024-03-13T03:15:03.391Z | user 36.578510562 |
789 | 2024-03-13T03:15:03.391Z | sys 6.963362253 |
790 | 2024-03-13T03:15:03.392Z | trap 0.008815414 |
791 | 2024-03-13T03:15:03.392Z | tflt 0.176358721 |
792 | 2024-03-13T03:15:03.392Z | dflt 0.273338582 |
793 | 2024-03-13T03:15:03.392Z | kflt 0.101175642 |
794 | 2024-03-13T03:15:03.392Z | lock 1.045533102 |
795 | 2024-03-13T03:15:03.393Z | slp 5:44.425188696 |
796 | 2024-03-13T03:15:03.393Z | lat 1.947133460 |
797 | 2024-03-13T03:15:03.393Z | stop 0.114067802 |
798 | 2024-03-13T03:15:03.393Z | |
799 | 2024-03-13T03:15:03.394Z | #### # # ##### ##### # # |
800 | 2024-03-13T03:15:03.394Z | # # # # # # # # # # |
801 | 2024-03-13T03:15:03.394Z | # # # # # # # # |
802 | 2024-03-13T03:15:03.395Z | # # # ##### ##### # |
803 | 2024-03-13T03:15:03.395Z | # # # # # # # |
804 | 2024-03-13T03:15:03.395Z | #### ###### # # # # |
805 | 2024-03-13T03:15:03.395Z | |
806 | 2024-03-13T03:15:03.584Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
807 | 2024-03-13T03:15:03.902Z | Updating git repository `https://github.com/oxidecomputer/samael` |
808 | 2024-03-13T03:15:04.241Z | Updating git repository `https://github.com/oxidecomputer/zone` |
809 | 2024-03-13T03:15:04.553Z | Updating crates.io index |
810 | 2024-03-13T03:15:04.568Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
811 | 2024-03-13T03:15:05.524Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
812 | 2024-03-13T03:15:07.557Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
813 | 2024-03-13T03:15:08.117Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
814 | 2024-03-13T03:15:08.976Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
815 | 2024-03-13T03:15:11.156Z | Updating git repository `https://github.com/oxidecomputer/opte` |
816 | 2024-03-13T03:15:12.096Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
817 | 2024-03-13T03:15:12.814Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
818 | 2024-03-13T03:15:12.933Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
819 | 2024-03-13T03:15:13.251Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
820 | 2024-03-13T03:15:13.547Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
821 | 2024-03-13T03:15:13.836Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
822 | 2024-03-13T03:15:14.235Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
823 | 2024-03-13T03:15:14.532Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
824 | 2024-03-13T03:15:14.863Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
825 | 2024-03-13T03:15:15.156Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
826 | 2024-03-13T03:15:15.568Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
827 | 2024-03-13T03:15:15.733Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
828 | 2024-03-13T03:15:16.152Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
829 | 2024-03-13T03:15:16.382Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
830 | 2024-03-13T03:15:16.886Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
831 | 2024-03-13T03:15:18.251Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
832 | 2024-03-13T03:15:18.553Z | Updating git repository `https://github.com/jgallagher/nix` |
833 | 2024-03-13T03:15:19.662Z | Updating git repository `https://github.com/cbiffle/hubpack` |
834 | 2024-03-13T03:15:20.100Z | Updating git repository `https://github.com/oxidecomputer/typify` |
835 | 2024-03-13T03:15:21.861Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
836 | 2024-03-13T03:15:22.207Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
837 | 2024-03-13T03:15:22.481Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
838 | 2024-03-13T03:15:23.611Z | Downloading crates ... |
839 | 2024-03-13T03:15:23.710Z | Downloaded equivalent v1.0.1 |
840 | 2024-03-13T03:15:23.725Z | Downloaded colorchoice v1.0.0 |
841 | 2024-03-13T03:15:23.730Z | Downloaded cargo-platform v0.1.3 |
842 | 2024-03-13T03:15:23.734Z | Downloaded terminal_size v0.3.0 |
843 | 2024-03-13T03:15:23.734Z | Downloaded clap_lex v0.7.0 |
844 | 2024-03-13T03:15:23.740Z | Downloaded anstyle v1.0.2 |
845 | 2024-03-13T03:15:23.740Z | Downloaded strsim v0.11.0 |
846 | 2024-03-13T03:15:23.740Z | Downloaded anstyle-query v1.0.0 |
847 | 2024-03-13T03:15:23.744Z | Downloaded serde_spanned v0.6.5 |
848 | 2024-03-13T03:15:23.744Z | Downloaded heck v0.4.1 |
849 | 2024-03-13T03:15:23.744Z | Downloaded errno v0.3.8 |
850 | 2024-03-13T03:15:23.744Z | Downloaded thiserror v1.0.57 |
851 | 2024-03-13T03:15:23.751Z | Downloaded anstyle-parse v0.2.1 |
852 | 2024-03-13T03:15:23.758Z | Downloaded toml_datetime v0.6.5 |
853 | 2024-03-13T03:15:23.761Z | Downloaded cargo_metadata v0.18.1 |
854 | 2024-03-13T03:15:23.761Z | Downloaded utf8parse v0.2.1 |
855 | 2024-03-13T03:15:23.761Z | Downloaded itoa v1.0.9 |
856 | 2024-03-13T03:15:23.768Z | Downloaded thiserror-impl v1.0.57 |
857 | 2024-03-13T03:15:23.768Z | Downloaded semver v1.0.22 |
858 | 2024-03-13T03:15:23.775Z | Downloaded cargo_toml v0.19.0 |
859 | 2024-03-13T03:15:23.775Z | Downloaded quote v1.0.35 |
860 | 2024-03-13T03:15:23.791Z | Downloaded camino v1.1.6 |
861 | 2024-03-13T03:15:24.216Z | Downloaded serde_derive v1.0.197 |
862 | 2024-03-13T03:15:24.216Z | Downloaded proc-macro2 v1.0.78 |
863 | 2024-03-13T03:15:24.216Z | Downloaded unicode-ident v1.0.12 |
864 | 2024-03-13T03:15:24.216Z | Downloaded toml v0.8.10 |
865 | 2024-03-13T03:15:24.216Z | Downloaded clap v4.5.1 |
866 | 2024-03-13T03:15:24.225Z | Downloaded ryu v1.0.15 |
867 | 2024-03-13T03:15:24.225Z | Downloaded clap_derive v4.5.0 |
868 | 2024-03-13T03:15:24.225Z | Downloaded bitflags v2.4.2 |
869 | 2024-03-13T03:15:24.225Z | Downloaded serde v1.0.197 |
870 | 2024-03-13T03:15:24.225Z | Downloaded anstream v0.6.11 |
871 | 2024-03-13T03:15:24.225Z | Downloaded anyhow v1.0.79 |
872 | 2024-03-13T03:15:24.225Z | Downloaded toml_edit v0.22.6 |
873 | 2024-03-13T03:15:24.226Z | Downloaded memchr v2.7.1 |
874 | 2024-03-13T03:15:24.226Z | Downloaded indexmap v2.2.5 |
875 | 2024-03-13T03:15:24.226Z | Downloaded winnow v0.6.1 |
876 | 2024-03-13T03:15:24.226Z | Downloaded hashbrown v0.14.3 |
877 | 2024-03-13T03:15:24.226Z | Downloaded serde_json v1.0.114 |
878 | 2024-03-13T03:15:24.226Z | Downloaded clap_builder v4.5.1 |
879 | 2024-03-13T03:15:24.226Z | Downloaded syn v2.0.51 |
880 | 2024-03-13T03:15:24.226Z | Downloaded rustix v0.38.31 |
881 | 2024-03-13T03:15:24.226Z | Downloaded libc v0.2.153 |
882 | 2024-03-13T03:15:24.226Z | Compiling proc-macro2 v1.0.78 |
883 | 2024-03-13T03:15:24.226Z | Compiling unicode-ident v1.0.12 |
884 | 2024-03-13T03:15:24.226Z | Compiling serde v1.0.197 |
885 | 2024-03-13T03:15:24.226Z | Compiling libc v0.2.153 |
886 | 2024-03-13T03:15:24.226Z | Compiling rustix v0.38.31 |
887 | 2024-03-13T03:15:24.226Z | Compiling hashbrown v0.14.3 |
888 | 2024-03-13T03:15:24.226Z | Compiling utf8parse v0.2.1 |
889 | 2024-03-13T03:15:24.226Z | Compiling equivalent v1.0.1 |
890 | 2024-03-13T03:15:24.352Z | Compiling bitflags v2.4.2 |
891 | 2024-03-13T03:15:24.398Z | Compiling anstyle-parse v0.2.1 |
892 | 2024-03-13T03:15:24.415Z | Compiling serde_json v1.0.114 |
893 | 2024-03-13T03:15:24.750Z | Compiling winnow v0.6.1 |
894 | 2024-03-13T03:15:24.799Z | Compiling semver v1.0.22 |
895 | 2024-03-13T03:15:25.063Z | Compiling colorchoice v1.0.0 |
896 | 2024-03-13T03:15:25.133Z | Compiling thiserror v1.0.57 |
897 | 2024-03-13T03:15:26.838Z | Compiling anstyle v1.0.2 |
898 | 2024-03-13T03:15:26.838Z | Compiling camino v1.1.6 |
899 | 2024-03-13T03:15:26.838Z | Compiling anstyle-query v1.0.0 |
900 | 2024-03-13T03:15:26.839Z | Compiling indexmap v2.2.5 |
901 | 2024-03-13T03:15:26.839Z | Compiling anstream v0.6.11 |
902 | 2024-03-13T03:15:27.257Z | Compiling ryu v1.0.15 |
903 | 2024-03-13T03:15:27.257Z | Compiling anyhow v1.0.79 |
904 | 2024-03-13T03:15:27.257Z | Compiling itoa v1.0.9 |
905 | 2024-03-13T03:15:27.257Z | Compiling heck v0.4.1 |
906 | 2024-03-13T03:15:27.257Z | Compiling quote v1.0.35 |
907 | 2024-03-13T03:15:27.257Z | Compiling strsim v0.11.0 |
908 | 2024-03-13T03:15:27.257Z | Compiling clap_lex v0.7.0 |
909 | 2024-03-13T03:15:27.258Z | Compiling errno v0.3.8 |
910 | 2024-03-13T03:15:27.258Z | Compiling syn v2.0.51 |
911 | 2024-03-13T03:15:27.682Z | Compiling terminal_size v0.3.0 |
912 | 2024-03-13T03:15:28.115Z | Compiling clap_builder v4.5.1 |
913 | 2024-03-13T03:15:32.147Z | Compiling serde_derive v1.0.197 |
914 | 2024-03-13T03:15:32.147Z | Compiling thiserror-impl v1.0.57 |
915 | 2024-03-13T03:15:32.157Z | Compiling clap_derive v4.5.0 |
916 | 2024-03-13T03:15:34.365Z | Compiling clap v4.5.1 |
917 | 2024-03-13T03:15:39.438Z | Compiling serde_spanned v0.6.5 |
918 | 2024-03-13T03:15:39.463Z | Compiling toml_datetime v0.6.5 |
919 | 2024-03-13T03:15:39.463Z | Compiling cargo-platform v0.1.3 |
920 | 2024-03-13T03:15:39.715Z | Compiling toml_edit v0.22.6 |
921 | 2024-03-13T03:15:40.704Z | Compiling cargo_metadata v0.18.1 |
922 | 2024-03-13T03:15:41.751Z | Compiling toml v0.8.10 |
923 | 2024-03-13T03:15:42.557Z | Compiling cargo_toml v0.19.0 |
924 | 2024-03-13T03:15:46.051Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
925 | 2024-03-13T03:15:46.997Z | Finished dev [unoptimized + debuginfo] target(s) in 43.58s |
926 | 2024-03-13T03:15:47.199Z | Running `target/debug/xtask clippy` |
927 | 2024-03-13T03:15:47.245Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
928 | 2024-03-13T03:15:47.770Z | Downloading crates ... |
929 | 2024-03-13T03:15:47.902Z | Downloaded adler v1.0.2 |
930 | 2024-03-13T03:15:47.909Z | Downloaded addr2line v0.21.0 |
931 | 2024-03-13T03:15:47.916Z | Downloaded async-stream-impl v0.3.5 |
932 | 2024-03-13T03:15:47.919Z | Downloaded arrayref v0.3.7 |
933 | 2024-03-13T03:15:47.924Z | Downloaded atty v0.2.14 |
934 | 2024-03-13T03:15:47.928Z | Downloaded atomicwrites v0.4.3 |
935 | 2024-03-13T03:15:48.361Z | Downloaded hex-literal v0.4.1 |
936 | 2024-03-13T03:15:48.361Z | Downloaded ascii-canvas v3.0.0 |
937 | 2024-03-13T03:15:48.361Z | Downloaded highway v1.1.0 |
938 | 2024-03-13T03:15:48.361Z | Downloaded arc-swap v1.6.0 |
939 | 2024-03-13T03:15:48.384Z | Downloaded arrayvec v0.7.4 |
940 | 2024-03-13T03:15:48.384Z | Downloaded async-trait v0.1.77 |
941 | 2024-03-13T03:15:48.384Z | Downloaded atomic-waker v1.1.1 |
942 | 2024-03-13T03:15:48.384Z | Downloaded async-stream v0.3.5 |
943 | 2024-03-13T03:15:48.384Z | Downloaded async-recursion v1.0.5 |
944 | 2024-03-13T03:15:48.385Z | Downloaded anes v0.1.6 |
945 | 2024-03-13T03:15:48.385Z | Downloaded http-body v1.0.0 |
946 | 2024-03-13T03:15:48.385Z | Downloaded hmac v0.12.1 |
947 | 2024-03-13T03:15:48.385Z | Downloaded hkdf v0.12.4 |
948 | 2024-03-13T03:15:48.385Z | Downloaded is_ci v1.2.0 |
949 | 2024-03-13T03:15:48.385Z | Downloaded hubpack_derive v0.1.1 |
950 | 2024-03-13T03:15:48.385Z | Downloaded assert_matches v1.5.0 |
951 | 2024-03-13T03:15:48.385Z | Downloaded base64ct v1.6.0 |
952 | 2024-03-13T03:15:48.385Z | Downloaded httpdate v1.0.3 |
953 | 2024-03-13T03:15:48.385Z | Downloaded is-terminal v0.4.9 |
954 | 2024-03-13T03:15:48.385Z | Downloaded indoc v1.0.9 |
955 | 2024-03-13T03:15:48.385Z | Downloaded hyper-tls v0.5.0 |
956 | 2024-03-13T03:15:48.385Z | Downloaded ipnetwork v0.20.0 |
957 | 2024-03-13T03:15:48.385Z | Downloaded ident_case v1.0.1 |
958 | 2024-03-13T03:15:48.385Z | Downloaded ipnet v2.9.0 |
959 | 2024-03-13T03:15:48.385Z | Downloaded http-body v0.4.5 |
960 | 2024-03-13T03:15:48.385Z | Downloaded httparse v1.8.0 |
961 | 2024-03-13T03:15:48.385Z | Downloaded kstat-rs v0.2.3 |
962 | 2024-03-13T03:15:48.385Z | Downloaded block-padding v0.3.3 |
963 | 2024-03-13T03:15:48.385Z | Downloaded basic-toml v0.1.8 |
964 | 2024-03-13T03:15:48.385Z | Downloaded humantime v2.1.0 |
965 | 2024-03-13T03:15:48.386Z | Downloaded http-range v0.1.5 |
966 | 2024-03-13T03:15:48.386Z | Downloaded hyper-util v0.1.2 |
967 | 2024-03-13T03:15:48.386Z | Downloaded managed v0.8.0 |
968 | 2024-03-13T03:15:48.386Z | Downloaded log v0.4.20 |
969 | 2024-03-13T03:15:48.386Z | Downloaded indoc v2.0.3 |
970 | 2024-03-13T03:15:48.386Z | Downloaded newtype_derive v0.1.6 |
971 | 2024-03-13T03:15:48.386Z | Downloaded constant_time_eq v0.2.6 |
972 | 2024-03-13T03:15:48.386Z | Downloaded cfg-if v1.0.0 |
973 | 2024-03-13T03:15:48.386Z | Downloaded bit-vec v0.6.3 |
974 | 2024-03-13T03:15:48.386Z | Downloaded hyper-staticfile v0.9.5 |
975 | 2024-03-13T03:15:48.386Z | Downloaded iana-time-zone v0.1.57 |
976 | 2024-03-13T03:15:48.386Z | Downloaded hyper-rustls v0.24.2 |
977 | 2024-03-13T03:15:48.386Z | Downloaded hostname v0.3.1 |
978 | 2024-03-13T03:15:48.386Z | Downloaded newtype-uuid v1.0.1 |
979 | 2024-03-13T03:15:48.386Z | Downloaded newline-converter v0.3.0 |
980 | 2024-03-13T03:15:48.386Z | Downloaded instant v0.1.12 |
981 | 2024-03-13T03:15:48.386Z | Downloaded corncobs v0.1.3 |
982 | 2024-03-13T03:15:48.386Z | Downloaded cobs v0.2.3 |
983 | 2024-03-13T03:15:48.386Z | Downloaded crunchy v0.2.2 |
984 | 2024-03-13T03:15:48.387Z | Downloaded cexpr v0.6.0 |
985 | 2024-03-13T03:15:48.387Z | Downloaded memoffset v0.7.1 |
986 | 2024-03-13T03:15:48.387Z | Downloaded cast v0.3.0 |
987 | 2024-03-13T03:15:48.387Z | Downloaded crucible-workspace-hack v0.1.0 |
988 | 2024-03-13T03:15:48.387Z | Downloaded ciborium-io v0.2.2 |
989 | 2024-03-13T03:15:48.387Z | Downloaded block-buffer v0.10.4 |
990 | 2024-03-13T03:15:48.387Z | Downloaded http v0.2.12 |
991 | 2024-03-13T03:15:48.387Z | Downloaded nested v0.1.1 |
992 | 2024-03-13T03:15:48.387Z | Downloaded match_cfg v0.1.0 |
993 | 2024-03-13T03:15:48.387Z | Downloaded bcs v0.1.6 |
994 | 2024-03-13T03:15:48.387Z | Downloaded matches v0.1.10 |
995 | 2024-03-13T03:15:48.387Z | Downloaded cpufeatures v0.2.12 |
996 | 2024-03-13T03:15:48.387Z | Downloaded normalize-line-endings v0.3.0 |
997 | 2024-03-13T03:15:48.387Z | Downloaded crc v3.0.1 |
998 | 2024-03-13T03:15:48.387Z | Downloaded castaway v0.2.2 |
999 | 2024-03-13T03:15:48.387Z | Downloaded colored v2.1.0 |
1000 | 2024-03-13T03:15:48.387Z | Downloaded rustfmt-wrapper v0.2.0 |
1001 | 2024-03-13T03:15:48.387Z | Downloaded nibble_vec v0.1.0 |
1002 | 2024-03-13T03:15:48.387Z | Downloaded new_debug_unreachable v1.0.4 |
1003 | 2024-03-13T03:15:48.387Z | Downloaded memmap2 v0.7.1 |
1004 | 2024-03-13T03:15:48.387Z | Downloaded libsw v3.3.1 |
1005 | 2024-03-13T03:15:48.387Z | Downloaded nodrop v0.1.14 |
1006 | 2024-03-13T03:15:48.387Z | Downloaded cassowary v0.3.0 |
1007 | 2024-03-13T03:15:48.388Z | Downloaded keccak v0.1.4 |
1008 | 2024-03-13T03:15:48.388Z | Downloaded num-conv v0.1.0 |
1009 | 2024-03-13T03:15:48.388Z | Downloaded time-core v0.1.2 |
1010 | 2024-03-13T03:15:48.388Z | Downloaded strum v0.26.1 |
1011 | 2024-03-13T03:15:48.388Z | Downloaded crc32fast v1.3.2 |
1012 | 2024-03-13T03:15:48.388Z | Downloaded cookie v0.17.0 |
1013 | 2024-03-13T03:15:48.388Z | Downloaded try-lock v0.2.4 |
1014 | 2024-03-13T03:15:48.388Z | Downloaded mockall v0.12.0 |
1015 | 2024-03-13T03:15:48.388Z | Downloaded cipher v0.4.4 |
1016 | 2024-03-13T03:15:48.388Z | Downloaded mime v0.3.17 |
1017 | 2024-03-13T03:15:48.388Z | Downloaded inout v0.1.3 |
1018 | 2024-03-13T03:15:48.388Z | Downloaded mime_guess v2.0.4 |
1019 | 2024-03-13T03:15:48.388Z | Downloaded byteorder v1.5.0 |
1020 | 2024-03-13T03:15:48.388Z | Downloaded buf-list v1.0.3 |
1021 | 2024-03-13T03:15:48.388Z | Downloaded dof v0.3.0 |
1022 | 2024-03-13T03:15:48.388Z | Downloaded md-5 v0.10.5 |
1023 | 2024-03-13T03:15:48.388Z | Downloaded lru-cache v0.1.2 |
1024 | 2024-03-13T03:15:48.389Z | Downloaded crypto-common v0.1.6 |
1025 | 2024-03-13T03:15:48.389Z | Downloaded criterion-plot v0.5.0 |
1026 | 2024-03-13T03:15:48.389Z | Downloaded num v0.4.1 |
1027 | 2024-03-13T03:15:48.389Z | Downloaded crc-any v2.4.3 |
1028 | 2024-03-13T03:15:48.389Z | Downloaded bytecount v0.6.3 |
1029 | 2024-03-13T03:15:48.389Z | Downloaded lru v0.12.1 |
1030 | 2024-03-13T03:15:48.389Z | Downloaded maybe-uninit v2.0.0 |
1031 | 2024-03-13T03:15:48.389Z | Downloaded heck v0.3.3 |
1032 | 2024-03-13T03:15:48.389Z | Downloaded num-derive v0.4.0 |
1033 | 2024-03-13T03:15:48.389Z | Downloaded multimap v0.10.0 |
1034 | 2024-03-13T03:15:48.389Z | Downloaded camino-tempfile v1.1.1 |
1035 | 2024-03-13T03:15:48.389Z | Downloaded foreign-types-shared v0.3.1 |
1036 | 2024-03-13T03:15:48.389Z | Downloaded lazycell v1.3.0 |
1037 | 2024-03-13T03:15:48.389Z | Downloaded untrusted v0.9.0 |
1038 | 2024-03-13T03:15:48.389Z | Downloaded cookie_store v0.20.0 |
1039 | 2024-03-13T03:15:48.424Z | Downloaded ciborium v0.2.2 |
1040 | 2024-03-13T03:15:48.424Z | Downloaded untrusted v0.7.1 |
1041 | 2024-03-13T03:15:48.424Z | Downloaded tiny-keccak v2.0.2 |
1042 | 2024-03-13T03:15:48.429Z | Downloaded shlex v1.3.0 |
1043 | 2024-03-13T03:15:48.429Z | Downloaded wyz v0.5.1 |
1044 | 2024-03-13T03:15:48.430Z | Downloaded tui-tree-widget v0.17.0 |
1045 | 2024-03-13T03:15:48.430Z | Downloaded libloading v0.7.4 |
1046 | 2024-03-13T03:15:48.430Z | Downloaded blake2b_simd v1.0.1 |
1047 | 2024-03-13T03:15:48.430Z | Downloaded subtle v2.5.0 |
1048 | 2024-03-13T03:15:48.430Z | Downloaded miniz_oxide v0.7.1 |
1049 | 2024-03-13T03:15:48.430Z | Downloaded pretty-hex v0.4.1 |
1050 | 2024-03-13T03:15:48.430Z | Downloaded strum_macros v0.25.2 |
1051 | 2024-03-13T03:15:48.431Z | Downloaded native-tls v0.2.11 |
1052 | 2024-03-13T03:15:48.431Z | Downloaded oso-derive v0.27.0 |
1053 | 2024-03-13T03:15:48.431Z | Downloaded lock_api v0.4.10 |
1054 | 2024-03-13T03:15:48.431Z | Downloaded ena v0.14.2 |
1055 | 2024-03-13T03:15:48.431Z | Downloaded deranged v0.3.11 |
1056 | 2024-03-13T03:15:48.431Z | Downloaded rustls-pemfile v1.0.3 |
1057 | 2024-03-13T03:15:48.431Z | Downloaded impl-trait-for-tuples v0.2.2 |
1058 | 2024-03-13T03:15:48.431Z | Downloaded cancel-safe-futures v0.1.5 |
1059 | 2024-03-13T03:15:48.431Z | Downloaded libtest-mimic v0.6.1 |
1060 | 2024-03-13T03:15:48.432Z | Downloaded plotters-svg v0.3.5 |
1061 | 2024-03-13T03:15:48.432Z | Downloaded form_urlencoded v1.2.1 |
1062 | 2024-03-13T03:15:48.432Z | Downloaded stringprep v0.1.3 |
1063 | 2024-03-13T03:15:48.432Z | Downloaded sync_wrapper v0.1.2 |
1064 | 2024-03-13T03:15:48.432Z | Downloaded signal-hook-tokio v0.3.1 |
1065 | 2024-03-13T03:15:48.432Z | Downloaded futures-timer v3.0.2 |
1066 | 2024-03-13T03:15:48.432Z | Downloaded futures-task v0.3.30 |
1067 | 2024-03-13T03:15:48.432Z | Downloaded snafu-derive v0.7.5 |
1068 | 2024-03-13T03:15:48.432Z | Downloaded time-macros v0.2.17 |
1069 | 2024-03-13T03:15:48.432Z | Downloaded vte v0.11.1 |
1070 | 2024-03-13T03:15:48.433Z | Downloaded vsss-rs v3.3.4 |
1071 | 2024-03-13T03:15:48.433Z | Downloaded tinyvec_macros v0.1.1 |
1072 | 2024-03-13T03:15:48.433Z | Downloaded embedded-io v0.4.0 |
1073 | 2024-03-13T03:15:48.433Z | Downloaded downcast v0.11.0 |
1074 | 2024-03-13T03:15:48.433Z | Downloaded semver v0.1.20 |
1075 | 2024-03-13T03:15:48.433Z | Downloaded smallvec v1.13.1 |
1076 | 2024-03-13T03:15:48.434Z | Downloaded fxhash v0.2.1 |
1077 | 2024-03-13T03:15:48.434Z | Downloaded sha2 v0.10.8 |
1078 | 2024-03-13T03:15:48.434Z | Downloaded phf v0.11.2 |
1079 | 2024-03-13T03:15:48.434Z | Downloaded clang-sys v1.6.1 |
1080 | 2024-03-13T03:15:48.434Z | Downloaded der_derive v0.7.2 |
1081 | 2024-03-13T03:15:48.434Z | Downloaded futures-sink v0.3.30 |
1082 | 2024-03-13T03:15:48.434Z | Downloaded futures-macro v0.3.30 |
1083 | 2024-03-13T03:15:48.434Z | Downloaded strum_macros v0.26.1 |
1084 | 2024-03-13T03:15:48.435Z | Downloaded derive_builder_macro v0.12.0 |
1085 | 2024-03-13T03:15:48.435Z | Downloaded const-oid v0.9.6 |
1086 | 2024-03-13T03:15:48.435Z | Downloaded opaque-debug v0.3.0 |
1087 | 2024-03-13T03:15:48.435Z | Downloaded num_cpus v1.16.0 |
1088 | 2024-03-13T03:15:48.435Z | Downloaded num-integer v0.1.46 |
1089 | 2024-03-13T03:15:48.435Z | Downloaded num-iter v0.1.44 |
1090 | 2024-03-13T03:15:48.435Z | Downloaded socket2 v0.4.9 |
1091 | 2024-03-13T03:15:48.436Z | Downloaded phf_shared v0.10.0 |
1092 | 2024-03-13T03:15:48.436Z | Downloaded cc v1.0.83 |
1093 | 2024-03-13T03:15:48.436Z | Downloaded test-strategy v0.3.1 |
1094 | 2024-03-13T03:15:48.436Z | Downloaded foreign-types-shared v0.1.1 |
1095 | 2024-03-13T03:15:48.436Z | Downloaded synstructure v0.12.6 |
1096 | 2024-03-13T03:15:48.436Z | Downloaded strsim v0.8.0 |
1097 | 2024-03-13T03:15:48.437Z | Downloaded signature v2.1.0 |
1098 | 2024-03-13T03:15:48.437Z | Downloaded zerocopy v0.3.0 |
1099 | 2024-03-13T03:15:48.437Z | Downloaded crossbeam-epoch v0.9.18 |
1100 | 2024-03-13T03:15:48.437Z | Downloaded tokio-macros v2.2.0 |
1101 | 2024-03-13T03:15:48.437Z | Downloaded yansi v0.5.1 |
1102 | 2024-03-13T03:15:48.437Z | Downloaded tokio-native-tls v0.3.1 |
1103 | 2024-03-13T03:15:48.437Z | Downloaded xattr v1.0.1 |
1104 | 2024-03-13T03:15:48.437Z | Downloaded bytes v1.5.0 |
1105 | 2024-03-13T03:15:48.437Z | Downloaded filetime v0.2.23 |
1106 | 2024-03-13T03:15:48.438Z | Downloaded ff v0.13.0 |
1107 | 2024-03-13T03:15:48.438Z | Downloaded schemars_derive v0.8.16 |
1108 | 2024-03-13T03:15:48.438Z | Downloaded usdt v0.3.5 |
1109 | 2024-03-13T03:15:48.438Z | Downloaded spin v0.5.2 |
1110 | 2024-03-13T03:15:48.438Z | Downloaded string_cache v0.8.7 |
1111 | 2024-03-13T03:15:48.439Z | Downloaded radium v0.7.0 |
1112 | 2024-03-13T03:15:48.439Z | Downloaded pretty-hex v0.2.1 |
1113 | 2024-03-13T03:15:48.439Z | Downloaded tempdir v0.3.7 |
1114 | 2024-03-13T03:15:48.439Z | Downloaded target-spec v3.1.0 |
1115 | 2024-03-13T03:15:48.439Z | Downloaded thread_local v1.1.7 |
1116 | 2024-03-13T03:15:48.440Z | Downloaded schemars v0.8.16 |
1117 | 2024-03-13T03:15:48.440Z | Downloaded termtree v0.4.1 |
1118 | 2024-03-13T03:15:48.440Z | Downloaded take_mut v0.2.2 |
1119 | 2024-03-13T03:15:48.440Z | Downloaded password-hash v0.5.0 |
1120 | 2024-03-13T03:15:48.440Z | Downloaded vte_generate_state_changes v0.1.1 |
1121 | 2024-03-13T03:15:48.441Z | Downloaded compact_str v0.7.1 |
1122 | 2024-03-13T03:15:48.441Z | Downloaded partial-io v0.5.4 |
1123 | 2024-03-13T03:15:48.441Z | Downloaded hash32 v0.3.1 |
1124 | 2024-03-13T03:15:48.441Z | Downloaded guppy-workspace-hack v0.1.0 |
1125 | 2024-03-13T03:15:48.441Z | Downloaded fd-lock v3.0.13 |
1126 | 2024-03-13T03:15:48.441Z | Downloaded headers-core v0.2.0 |
1127 | 2024-03-13T03:15:48.441Z | Downloaded usdt v0.5.0 |
1128 | 2024-03-13T03:15:48.441Z | Downloaded olpc-cjson v0.1.3 |
1129 | 2024-03-13T03:15:48.442Z | Downloaded rpassword v7.3.1 |
1130 | 2024-03-13T03:15:48.442Z | Downloaded ref-cast-impl v1.0.20 |
1131 | 2024-03-13T03:15:48.442Z | Downloaded pin-utils v0.1.0 |
1132 | 2024-03-13T03:15:48.442Z | Downloaded yasna v0.5.2 |
1133 | 2024-03-13T03:15:48.443Z | Downloaded rustversion v1.0.14 |
1134 | 2024-03-13T03:15:48.443Z | Downloaded openssl-macros v0.1.1 |
1135 | 2024-03-13T03:15:48.443Z | Downloaded number_prefix v0.4.0 |
1136 | 2024-03-13T03:15:48.443Z | Downloaded peeking_take_while v0.1.2 |
1137 | 2024-03-13T03:15:48.444Z | Downloaded pathdiff v0.2.1 |
1138 | 2024-03-13T03:15:48.444Z | Downloaded slog-scope v4.4.0 |
1139 | 2024-03-13T03:15:48.499Z | Downloaded quick-error v1.2.3 |
1140 | 2024-03-13T03:15:48.499Z | Downloaded signal-hook-mio v0.2.3 |
1141 | 2024-03-13T03:15:48.499Z | Downloaded indexmap v1.9.3 |
1142 | 2024-03-13T03:15:48.500Z | Downloaded rustls-pki-types v1.3.0 |
1143 | 2024-03-13T03:15:48.500Z | Downloaded tinytemplate v1.2.1 |
1144 | 2024-03-13T03:15:48.500Z | Downloaded scroll_derive v0.12.0 |
1145 | 2024-03-13T03:15:48.500Z | Downloaded snafu v0.7.5 |
1146 | 2024-03-13T03:15:48.500Z | Downloaded version_check v0.9.4 |
1147 | 2024-03-13T03:15:48.500Z | Downloaded termcolor v1.2.0 |
1148 | 2024-03-13T03:15:48.500Z | Downloaded strum v0.25.0 |
1149 | 2024-03-13T03:15:48.501Z | Downloaded structmeta-derive v0.3.0 |
1150 | 2024-03-13T03:15:48.501Z | Downloaded pest_meta v2.7.6 |
1151 | 2024-03-13T03:15:48.501Z | Downloaded num-traits v0.2.18 |
1152 | 2024-03-13T03:15:48.501Z | Downloaded enum-as-inner v0.5.1 |
1153 | 2024-03-13T03:15:48.501Z | Downloaded waitgroup v0.1.2 |
1154 | 2024-03-13T03:15:48.502Z | Downloaded wait-timeout v0.2.0 |
1155 | 2024-03-13T03:15:48.502Z | Downloaded once_cell v1.19.0 |
1156 | 2024-03-13T03:15:48.502Z | Downloaded fixedbitset v0.4.2 |
1157 | 2024-03-13T03:15:48.502Z | Downloaded futures-core v0.3.30 |
1158 | 2024-03-13T03:15:48.502Z | Downloaded fd-lock v4.0.2 |
1159 | 2024-03-13T03:15:48.502Z | Downloaded scopeguard v1.2.0 |
1160 | 2024-03-13T03:15:48.503Z | Downloaded crypto-bigint v0.5.2 |
1161 | 2024-03-13T03:15:48.503Z | Downloaded scroll v0.12.0 |
1162 | 2024-03-13T03:15:48.503Z | Downloaded pkcs1 v0.7.5 |
1163 | 2024-03-13T03:15:48.503Z | Downloaded dtrace-parser v0.2.0 |
1164 | 2024-03-13T03:15:48.504Z | Downloaded dtrace-parser v0.1.14 |
1165 | 2024-03-13T03:15:48.504Z | Downloaded num_threads v0.1.6 |
1166 | 2024-03-13T03:15:48.504Z | Downloaded signal-hook v0.3.17 |
1167 | 2024-03-13T03:15:48.504Z | Downloaded precomputed-hash v0.1.1 |
1168 | 2024-03-13T03:15:48.504Z | Downloaded elliptic-curve v0.13.8 |
1169 | 2024-03-13T03:15:48.504Z | Downloaded serde-big-array v0.5.1 |
1170 | 2024-03-13T03:15:48.504Z | Downloaded sec1 v0.7.3 |
1171 | 2024-03-13T03:15:48.504Z | Downloaded proc-macro-error-attr v1.0.4 |
1172 | 2024-03-13T03:15:48.505Z | Downloaded rtoolbox v0.0.1 |
1173 | 2024-03-13T03:15:48.505Z | Downloaded tinyvec v1.6.0 |
1174 | 2024-03-13T03:15:48.505Z | Downloaded unicase v2.7.0 |
1175 | 2024-03-13T03:15:48.505Z | Downloaded derive_more v0.99.17 |
1176 | 2024-03-13T03:15:48.505Z | Downloaded want v0.3.1 |
1177 | 2024-03-13T03:15:48.505Z | Downloaded tower-service v0.3.2 |
1178 | 2024-03-13T03:15:48.505Z | Downloaded tower-layer v0.3.2 |
1179 | 2024-03-13T03:15:48.506Z | Downloaded smawk v0.3.1 |
1180 | 2024-03-13T03:15:48.506Z | Downloaded usdt-impl v0.3.5 |
1181 | 2024-03-13T03:15:48.506Z | Downloaded smf v0.2.2 |
1182 | 2024-03-13T03:15:48.506Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1183 | 2024-03-13T03:15:48.506Z | Downloaded unsafe-libyaml v0.2.10 |
1184 | 2024-03-13T03:15:48.506Z | Downloaded fnv v1.0.7 |
1185 | 2024-03-13T03:15:48.506Z | Downloaded unicode-xid v0.2.4 |
1186 | 2024-03-13T03:15:48.506Z | Downloaded postcard v1.0.8 |
1187 | 2024-03-13T03:15:48.507Z | Downloaded omicron-zone-package v0.11.0 |
1188 | 2024-03-13T03:15:48.507Z | Downloaded unicode-width v0.1.11 |
1189 | 2024-03-13T03:15:48.507Z | Downloaded rand v0.4.6 |
1190 | 2024-03-13T03:15:48.507Z | Downloaded structmeta-derive v0.2.0 |
1191 | 2024-03-13T03:15:49.359Z | Downloaded structmeta v0.3.0 |
1192 | 2024-03-13T03:15:49.359Z | Downloaded darling_macro v0.14.4 |
1193 | 2024-03-13T03:15:49.359Z | Downloaded num-bigint v0.4.4 |
1194 | 2024-03-13T03:15:49.359Z | Downloaded futures-io v0.3.30 |
1195 | 2024-03-13T03:15:49.360Z | Downloaded futures-executor v0.3.30 |
1196 | 2024-03-13T03:15:49.360Z | Downloaded funty v2.0.0 |
1197 | 2024-03-13T03:15:49.360Z | Downloaded defmt v0.3.5 |
1198 | 2024-03-13T03:15:49.360Z | Downloaded group v0.13.0 |
1199 | 2024-03-13T03:15:49.360Z | Downloaded globset v0.4.13 |
1200 | 2024-03-13T03:15:49.360Z | Downloaded sct v0.7.0 |
1201 | 2024-03-13T03:15:49.360Z | Downloaded toolchain_find v0.2.0 |
1202 | 2024-03-13T03:15:49.360Z | Downloaded powerfmt v0.2.0 |
1203 | 2024-03-13T03:15:49.361Z | Downloaded ppv-lite86 v0.2.17 |
1204 | 2024-03-13T03:15:49.361Z | Downloaded platforms v3.0.2 |
1205 | 2024-03-13T03:15:49.361Z | Downloaded swrite v0.1.0 |
1206 | 2024-03-13T03:15:49.361Z | Downloaded tokio-tungstenite v0.20.1 |
1207 | 2024-03-13T03:15:49.362Z | Downloaded siphasher v0.3.11 |
1208 | 2024-03-13T03:15:49.362Z | Downloaded secrecy v0.8.0 |
1209 | 2024-03-13T03:15:49.362Z | Downloaded toml_edit v0.19.15 |
1210 | 2024-03-13T03:15:49.362Z | Downloaded slab v0.4.9 |
1211 | 2024-03-13T03:15:49.362Z | Downloaded structmeta v0.2.0 |
1212 | 2024-03-13T03:15:49.362Z | Downloaded uuid v1.7.0 |
1213 | 2024-03-13T03:15:49.363Z | Downloaded prettyplease v0.2.16 |
1214 | 2024-03-13T03:15:49.363Z | Downloaded crossbeam-channel v0.5.8 |
1215 | 2024-03-13T03:15:49.363Z | Downloaded itertools v0.12.1 |
1216 | 2024-03-13T03:15:49.363Z | Downloaded openssl-probe v0.1.5 |
1217 | 2024-03-13T03:15:49.363Z | Downloaded topological-sort v0.2.2 |
1218 | 2024-03-13T03:15:49.363Z | Downloaded serde_plain v1.0.2 |
1219 | 2024-03-13T03:15:49.364Z | Downloaded serde-hex v0.1.0 |
1220 | 2024-03-13T03:15:49.364Z | Downloaded num-bigint-dig v0.8.4 |
1221 | 2024-03-13T03:15:49.364Z | Downloaded endian-type v0.1.2 |
1222 | 2024-03-13T03:15:49.364Z | Downloaded predicates v3.1.0 |
1223 | 2024-03-13T03:15:49.364Z | Downloaded getrandom v0.2.12 |
1224 | 2024-03-13T03:15:49.364Z | Downloaded foreign-types v0.5.0 |
1225 | 2024-03-13T03:15:49.364Z | Downloaded supports-color v3.0.0 |
1226 | 2024-03-13T03:15:49.365Z | Downloaded hashbrown v0.13.2 |
1227 | 2024-03-13T03:15:49.365Z | Downloaded fastrand v2.0.1 |
1228 | 2024-03-13T03:15:49.365Z | Downloaded remove_dir_all v0.5.3 |
1229 | 2024-03-13T03:15:49.365Z | Downloaded zerocopy-derive v0.7.32 |
1230 | 2024-03-13T03:15:49.366Z | Downloaded derive-where v1.2.7 |
1231 | 2024-03-13T03:15:49.366Z | Downloaded pkg-config v0.3.27 |
1232 | 2024-03-13T03:15:49.366Z | Downloaded walkdir v2.4.0 |
1233 | 2024-03-13T03:15:49.366Z | Downloaded utf-8 v0.7.6 |
1234 | 2024-03-13T03:15:49.367Z | Downloaded x509-cert v0.2.4 |
1235 | 2024-03-13T03:15:49.367Z | Downloaded parking_lot_core v0.8.6 |
1236 | 2024-03-13T03:15:49.367Z | Downloaded stability v0.1.1 |
1237 | 2024-03-13T03:15:49.368Z | Downloaded slog-dtrace v0.3.0 |
1238 | 2024-03-13T03:15:49.368Z | Downloaded phf_shared v0.11.2 |
1239 | 2024-03-13T03:15:49.368Z | Downloaded pest_generator v2.7.6 |
1240 | 2024-03-13T03:15:49.368Z | Downloaded criterion v0.5.1 |
1241 | 2024-03-13T03:15:49.368Z | Downloaded psl-types v2.0.11 |
1242 | 2024-03-13T03:15:49.368Z | Downloaded doc-comment v0.3.3 |
1243 | 2024-03-13T03:15:49.368Z | Downloaded num_enum_derive v0.5.11 |
1244 | 2024-03-13T03:15:49.369Z | Downloaded num_enum v0.5.11 |
1245 | 2024-03-13T03:15:49.369Z | Downloaded darling v0.20.3 |
1246 | 2024-03-13T03:15:49.369Z | Downloaded sqlformat v0.2.3 |
1247 | 2024-03-13T03:15:49.369Z | Downloaded unicode-linebreak v0.1.5 |
1248 | 2024-03-13T03:15:49.369Z | Downloaded tokio-rustls v0.25.0 |
1249 | 2024-03-13T03:15:49.370Z | Downloaded diesel_derives v2.1.2 |
1250 | 2024-03-13T03:15:49.370Z | Downloaded pin-project-internal v1.1.3 |
1251 | 2024-03-13T03:15:49.370Z | Downloaded parking_lot v0.11.2 |
1252 | 2024-03-13T03:15:49.370Z | Downloaded publicsuffix v2.2.3 |
1253 | 2024-03-13T03:15:49.370Z | Downloaded thiserror-impl-no-std v2.0.2 |
1254 | 2024-03-13T03:15:49.370Z | Downloaded predicates-core v1.0.6 |
1255 | 2024-03-13T03:15:49.371Z | Downloaded paste v1.0.14 |
1256 | 2024-03-13T03:15:49.371Z | Downloaded resolv-conf v0.7.0 |
1257 | 2024-03-13T03:15:49.371Z | Downloaded fs-err v2.11.0 |
1258 | 2024-03-13T03:15:49.371Z | Downloaded slog-envlogger v2.2.0 |
1259 | 2024-03-13T03:15:49.371Z | Downloaded owo-colors v4.0.0 |
1260 | 2024-03-13T03:15:49.372Z | Downloaded which v4.4.0 |
1261 | 2024-03-13T03:15:49.372Z | Downloaded crossterm v0.27.0 |
1262 | 2024-03-13T03:15:49.372Z | Downloaded usdt-macro v0.5.0 |
1263 | 2024-03-13T03:15:49.372Z | Downloaded path-slash v0.1.5 |
1264 | 2024-03-13T03:15:49.373Z | Downloaded display-error-chain v0.2.0 |
1265 | 2024-03-13T03:15:49.373Z | Downloaded static_assertions v1.1.0 |
1266 | 2024-03-13T03:15:49.373Z | Downloaded hash32 v0.2.1 |
1267 | 2024-03-13T03:15:49.373Z | Downloaded stable_deref_trait v1.2.0 |
1268 | 2024-03-13T03:15:49.373Z | Downloaded strsim v0.10.0 |
1269 | 2024-03-13T03:15:49.373Z | Downloaded ref-cast v1.0.20 |
1270 | 2024-03-13T03:15:49.373Z | Downloaded foreign-types v0.3.2 |
1271 | 2024-03-13T03:15:49.374Z | Downloaded usdt-attr-macro v0.5.0 |
1272 | 2024-03-13T03:15:49.374Z | Downloaded usdt-attr-macro v0.3.5 |
1273 | 2024-03-13T03:15:49.374Z | Downloaded dyn-clone v1.0.17 |
1274 | 2024-03-13T03:15:49.374Z | Downloaded flagset v0.4.3 |
1275 | 2024-03-13T03:15:49.374Z | Downloaded pkcs8 v0.10.2 |
1276 | 2024-03-13T03:15:49.375Z | Downloaded parse-display v0.9.0 |
1277 | 2024-03-13T03:15:49.375Z | Downloaded dirs-sys-next v0.1.2 |
1278 | 2024-03-13T03:15:49.375Z | Downloaded universal-hash v0.5.1 |
1279 | 2024-03-13T03:15:49.375Z | Downloaded ed25519 v1.5.3 |
1280 | 2024-03-13T03:15:49.375Z | Downloaded zeroize v1.7.0 |
1281 | 2024-03-13T03:15:49.375Z | Downloaded slog-json v2.6.1 |
1282 | 2024-03-13T03:15:49.376Z | Downloaded proc-macro-crate v1.3.1 |
1283 | 2024-03-13T03:15:49.376Z | Downloaded slog-bunyan v2.5.0 |
1284 | 2024-03-13T03:15:49.376Z | Downloaded tokio-rustls v0.24.1 |
1285 | 2024-03-13T03:15:49.376Z | Downloaded pin-project-lite v0.2.13 |
1286 | 2024-03-13T03:15:49.376Z | Downloaded thiserror-no-std v2.0.2 |
1287 | 2024-03-13T03:15:49.376Z | Downloaded papergrid v0.11.0 |
1288 | 2024-03-13T03:15:49.376Z | Downloaded packed_struct_codegen v0.10.1 |
1289 | 2024-03-13T03:15:49.376Z | Downloaded packed_struct v0.10.1 |
1290 | 2024-03-13T03:15:49.376Z | Downloaded unarray v0.1.4 |
1291 | 2024-03-13T03:15:49.461Z | Downloaded oso v0.27.0 |
1292 | 2024-03-13T03:15:49.461Z | Downloaded digest v0.10.7 |
1293 | 2024-03-13T03:15:49.461Z | Downloaded difflib v0.4.0 |
1294 | 2024-03-13T03:15:49.461Z | Downloaded serde_tokenstream v0.1.7 |
1295 | 2024-03-13T03:15:49.461Z | Downloaded tokio-util v0.7.10 |
1296 | 2024-03-13T03:15:49.461Z | Downloaded dirs-next v2.0.0 |
1297 | 2024-03-13T03:15:49.461Z | Downloaded percent-encoding v2.3.1 |
1298 | 2024-03-13T03:15:49.462Z | Downloaded parse-display-derive v0.9.0 |
1299 | 2024-03-13T03:15:49.462Z | Downloaded hashbrown v0.12.3 |
1300 | 2024-03-13T03:15:49.462Z | Downloaded foreign-types-macros v0.2.3 |
1301 | 2024-03-13T03:15:49.462Z | Downloaded slog-stdlog v4.1.1 |
1302 | 2024-03-13T03:15:49.462Z | Downloaded postgres-types v0.2.6 |
1303 | 2024-03-13T03:15:49.462Z | Downloaded half v2.3.1 |
1304 | 2024-03-13T03:15:49.462Z | Downloaded zip v0.6.6 |
1305 | 2024-03-13T03:15:49.462Z | Downloaded serde_repr v0.1.16 |
1306 | 2024-03-13T03:15:49.463Z | Downloaded float-cmp v0.9.0 |
1307 | 2024-03-13T03:15:49.463Z | Downloaded rand_xorshift v0.3.0 |
1308 | 2024-03-13T03:15:49.463Z | Downloaded darling_core v0.20.3 |
1309 | 2024-03-13T03:15:49.463Z | Downloaded trust-dns-resolver v0.22.0 |
1310 | 2024-03-13T03:15:49.463Z | Downloaded rustc-demangle v0.1.23 |
1311 | 2024-03-13T03:15:49.463Z | Downloaded rand_core v0.6.4 |
1312 | 2024-03-13T03:15:49.463Z | Downloaded rand_chacha v0.3.1 |
1313 | 2024-03-13T03:15:49.463Z | Downloaded env_logger v0.10.0 |
1314 | 2024-03-13T03:15:49.463Z | Downloaded heapless v0.7.16 |
1315 | 2024-03-13T03:15:49.463Z | Downloaded time v0.3.34 |
1316 | 2024-03-13T03:15:49.464Z | Downloaded serde_tokenstream v0.2.0 |
1317 | 2024-03-13T03:15:49.464Z | Downloaded tar v0.4.40 |
1318 | 2024-03-13T03:15:49.464Z | Downloaded pem-rfc7468 v0.7.0 |
1319 | 2024-03-13T03:15:49.464Z | Downloaded serde_with_macros v3.6.1 |
1320 | 2024-03-13T03:15:49.464Z | Downloaded parking_lot_core v0.9.8 |
1321 | 2024-03-13T03:15:49.464Z | Downloaded textwrap v0.16.1 |
1322 | 2024-03-13T03:15:49.464Z | Downloaded openssl-sys v0.9.96 |
1323 | 2024-03-13T03:15:49.464Z | Downloaded usdt-impl v0.5.0 |
1324 | 2024-03-13T03:15:49.464Z | Downloaded slog-term v2.9.0 |
1325 | 2024-03-13T03:15:49.464Z | Downloaded headers v0.3.9 |
1326 | 2024-03-13T03:15:49.464Z | Downloaded similar v2.4.0 |
1327 | 2024-03-13T03:15:49.464Z | Downloaded futures-util v0.3.30 |
1328 | 2024-03-13T03:15:49.465Z | Downloaded darling v0.14.4 |
1329 | 2024-03-13T03:15:49.465Z | Downloaded ucd-trie v0.1.6 |
1330 | 2024-03-13T03:15:49.465Z | Downloaded typenum v1.16.0 |
1331 | 2024-03-13T03:15:49.466Z | Downloaded guppy v0.17.5 |
1332 | 2024-03-13T03:15:49.466Z | Downloaded slog v2.7.0 |
1333 | 2024-03-13T03:15:49.466Z | Downloaded heapless v0.8.0 |
1334 | 2024-03-13T03:15:49.466Z | Downloaded poly1305 v0.8.0 |
1335 | 2024-03-13T03:15:49.466Z | Downloaded flate2 v1.0.28 |
1336 | 2024-03-13T03:15:49.467Z | Downloaded trust-dns-server v0.22.1 |
1337 | 2024-03-13T03:15:49.467Z | Downloaded tower v0.4.13 |
1338 | 2024-03-13T03:15:49.467Z | Downloaded rsa v0.9.2 |
1339 | 2024-03-13T03:15:49.467Z | Downloaded petgraph v0.6.4 |
1340 | 2024-03-13T03:15:49.467Z | Downloaded rstest_macros v0.18.2 |
1341 | 2024-03-13T03:15:49.467Z | Downloaded unicode-segmentation v1.10.1 |
1342 | 2024-03-13T03:15:49.467Z | Downloaded quick-xml v0.30.0 |
1343 | 2024-03-13T03:15:49.468Z | Downloaded tough v0.16.0 |
1344 | 2024-03-13T03:15:49.468Z | Downloaded plotters v0.3.5 |
1345 | 2024-03-13T03:15:49.468Z | Downloaded rustls-webpki v0.102.1 |
1346 | 2024-03-13T03:15:49.468Z | Downloaded rayon-core v1.12.1 |
1347 | 2024-03-13T03:15:49.468Z | Downloaded typed-path v0.7.0 |
1348 | 2024-03-13T03:15:49.468Z | Downloaded expectorate v1.1.0 |
1349 | 2024-03-13T03:15:49.469Z | Downloaded reedline v0.30.0 |
1350 | 2024-03-13T03:15:49.469Z | Downloaded unicode-normalization v0.1.22 |
1351 | 2024-03-13T03:15:49.470Z | Downloaded idna v0.2.3 |
1352 | 2024-03-13T03:15:49.470Z | Downloaded lalrpop v0.19.12 |
1353 | 2024-03-13T03:15:49.470Z | Downloaded vcpkg v0.2.15 |
1354 | 2024-03-13T03:15:49.470Z | Downloaded pest v2.7.6 |
1355 | 2024-03-13T03:15:49.470Z | Downloaded serde_with v3.6.1 |
1356 | 2024-03-13T03:15:49.471Z | Downloaded goblin v0.8.0 |
1357 | 2024-03-13T03:15:49.471Z | Downloaded portable-atomic v1.4.3 |
1358 | 2024-03-13T03:15:49.471Z | Downloaded rayon v1.9.0 |
1359 | 2024-03-13T03:15:49.471Z | Downloaded h2 v0.3.24 |
1360 | 2024-03-13T03:15:49.471Z | Downloaded proptest v1.4.0 |
1361 | 2024-03-13T03:15:49.472Z | Downloaded regress v0.8.0 |
1362 | 2024-03-13T03:15:49.472Z | Downloaded bstr v0.2.17 |
1363 | 2024-03-13T03:15:49.472Z | Downloaded tabled v0.15.0 |
1364 | 2024-03-13T03:15:49.472Z | Downloaded webpki-roots v0.25.2 |
1365 | 2024-03-13T03:15:49.472Z | Downloaded regex v1.10.3 |
1366 | 2024-03-13T03:15:49.472Z | Downloaded trust-dns-proto v0.22.0 |
1367 | 2024-03-13T03:15:49.472Z | Downloaded syn v1.0.109 |
1368 | 2024-03-13T03:15:49.472Z | Downloaded rustls v0.22.2 |
1369 | 2024-03-13T03:15:49.472Z | Downloaded diesel v2.1.4 |
1370 | 2024-03-13T03:15:49.473Z | Downloaded smoltcp v0.11.0 |
1371 | 2024-03-13T03:15:49.473Z | Downloaded regress v0.9.0 |
1372 | 2024-03-13T03:15:49.473Z | Downloaded smoltcp v0.9.1 |
1373 | 2024-03-13T03:15:49.473Z | Downloaded curve25519-dalek v4.1.1 |
1374 | 2024-03-13T03:15:49.473Z | Downloaded sled v0.34.7 |
1375 | 2024-03-13T03:15:49.473Z | Downloaded openapiv3 v2.0.0 |
1376 | 2024-03-13T03:15:49.473Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1377 | 2024-03-13T03:15:49.473Z | Downloaded bstr v1.9.0 |
1378 | 2024-03-13T03:15:49.473Z | Downloaded ratatui v0.26.1 |
1379 | 2024-03-13T03:15:49.474Z | Downloaded gimli v0.28.0 |
1380 | 2024-03-13T03:15:49.474Z | Downloaded rustls v0.21.9 |
1381 | 2024-03-13T03:15:49.474Z | Downloaded zerocopy-derive v0.6.4 |
1382 | 2024-03-13T03:15:49.474Z | Downloaded zerocopy-derive v0.2.0 |
1383 | 2024-03-13T03:15:49.474Z | Downloaded regex-automata v0.4.5 |
1384 | 2024-03-13T03:15:49.474Z | Downloaded tokio v1.36.0 |
1385 | 2024-03-13T03:15:49.538Z | Downloaded sha3 v0.10.8 |
1386 | 2024-03-13T03:15:49.539Z | Downloaded csv v1.3.0 |
1387 | 2024-03-13T03:15:49.539Z | Downloaded object v0.32.1 |
1388 | 2024-03-13T03:15:49.539Z | Downloaded regex-syntax v0.6.29 |
1389 | 2024-03-13T03:15:49.539Z | Downloaded polar-core v0.27.0 |
1390 | 2024-03-13T03:15:49.539Z | Downloaded regex-syntax v0.8.2 |
1391 | 2024-03-13T03:15:49.539Z | Downloaded openssl v0.10.60 |
1392 | 2024-03-13T03:15:49.539Z | Downloaded idna v0.5.0 |
1393 | 2024-03-13T03:15:49.540Z | Downloaded encoding_rs v0.8.33 |
1394 | 2024-03-13T03:15:49.540Z | Downloaded object v0.30.4 |
1395 | 2024-03-13T03:15:49.540Z | Downloaded sqlparser v0.43.1 |
1396 | 2024-03-13T03:15:49.557Z | Downloaded radix_trie v0.2.1 |
1397 | 2024-03-13T03:15:49.557Z | Downloaded nix v0.27.1 |
1398 | 2024-03-13T03:15:49.558Z | Downloaded idna v0.3.0 |
1399 | 2024-03-13T03:15:49.558Z | Downloaded regex-automata v0.1.10 |
1400 | 2024-03-13T03:15:49.558Z | Downloaded zerocopy v0.7.32 |
1401 | 2024-03-13T03:15:49.580Z | Downloaded rustls-webpki v0.101.7 |
1402 | 2024-03-13T03:15:49.599Z | Downloaded bindgen v0.69.2 |
1403 | 2024-03-13T03:15:49.599Z | Downloaded chrono v0.4.34 |
1404 | 2024-03-13T03:15:49.599Z | Downloaded bitvec v1.0.1 |
1405 | 2024-03-13T03:15:49.614Z | Downloaded fatfs v0.3.6 |
1406 | 2024-03-13T03:15:49.614Z | Downloaded rand v0.8.5 |
1407 | 2024-03-13T03:15:50.056Z | Downloaded clap v2.34.0 |
1408 | 2024-03-13T03:15:50.056Z | Downloaded tracing v0.1.40 |
1409 | 2024-03-13T03:15:50.056Z | Downloaded trust-dns-client v0.22.0 |
1410 | 2024-03-13T03:15:50.056Z | Downloaded reqwest v0.11.24 |
1411 | 2024-03-13T03:15:50.056Z | Downloaded winnow v0.5.15 |
1412 | 2024-03-13T03:15:50.057Z | Downloaded tokio-postgres v0.7.10 |
1413 | 2024-03-13T03:15:50.057Z | Downloaded pretty_assertions v1.4.0 |
1414 | 2024-03-13T03:15:50.057Z | Downloaded pin-project v1.1.3 |
1415 | 2024-03-13T03:15:50.057Z | Downloaded rustyline v13.0.0 |
1416 | 2024-03-13T03:15:50.057Z | Downloaded darling_core v0.14.4 |
1417 | 2024-03-13T03:15:50.057Z | Downloaded similar-asserts v1.5.0 |
1418 | 2024-03-13T03:15:50.057Z | Downloaded proc-macro-error v1.0.4 |
1419 | 2024-03-13T03:15:50.058Z | Downloaded rstest v0.18.2 |
1420 | 2024-03-13T03:15:50.058Z | Downloaded ring v0.17.8 |
1421 | 2024-03-13T03:15:50.058Z | Downloaded ring v0.16.20 |
1422 | 2024-03-13T03:15:50.058Z | Downloaded blake3 v1.5.0 |
1423 | 2024-03-13T03:15:50.058Z | Downloaded usdt-macro v0.3.5 |
1424 | 2024-03-13T03:15:50.058Z | Downloaded smallvec v0.6.14 |
1425 | 2024-03-13T03:15:50.058Z | Downloaded tempfile v3.10.0 |
1426 | 2024-03-13T03:15:50.058Z | Downloaded unicode_categories v0.1.1 |
1427 | 2024-03-13T03:15:50.059Z | Downloaded futures v0.3.30 |
1428 | 2024-03-13T03:15:50.059Z | Downloaded pest_derive v2.7.6 |
1429 | 2024-03-13T03:15:50.059Z | Downloaded parse-size v1.0.0 |
1430 | 2024-03-13T03:15:50.059Z | Downloaded target-lexicon v0.12.13 |
1431 | 2024-03-13T03:15:50.059Z | Downloaded salty v0.2.0 |
1432 | 2024-03-13T03:15:50.059Z | Downloaded rcgen v0.12.1 |
1433 | 2024-03-13T03:15:50.059Z | Downloaded diff v0.1.13 |
1434 | 2024-03-13T03:15:50.059Z | Downloaded derive_builder v0.12.0 |
1435 | 2024-03-13T03:15:50.060Z | Downloaded steno v0.4.0 |
1436 | 2024-03-13T03:15:50.060Z | Downloaded zeroize_derive v1.4.2 |
1437 | 2024-03-13T03:15:50.060Z | Downloaded slog-async v2.8.0 |
1438 | 2024-03-13T03:15:50.060Z | Downloaded serde_urlencoded v0.7.1 |
1439 | 2024-03-13T03:15:50.060Z | Downloaded hyper v0.14.28 |
1440 | 2024-03-13T03:15:50.060Z | Downloaded rustc_version v0.4.0 |
1441 | 2024-03-13T03:15:50.060Z | Downloaded rustc_version v0.1.7 |
1442 | 2024-03-13T03:15:50.061Z | Downloaded rustc-hash v1.1.0 |
1443 | 2024-03-13T03:15:50.061Z | Downloaded predicates-tree v1.0.9 |
1444 | 2024-03-13T03:15:50.061Z | Downloaded tracing-core v0.1.32 |
1445 | 2024-03-13T03:15:50.061Z | Downloaded socket2 v0.5.5 |
1446 | 2024-03-13T03:15:50.061Z | Downloaded nom v7.1.3 |
1447 | 2024-03-13T03:15:50.061Z | Downloaded libxml v0.3.3 |
1448 | 2024-03-13T03:15:50.061Z | Downloaded tap v1.0.1 |
1449 | 2024-03-13T03:15:50.062Z | Downloaded tabwriter v1.4.0 |
1450 | 2024-03-13T03:15:50.062Z | Downloaded tabled_derive v0.7.0 |
1451 | 2024-03-13T03:15:50.062Z | Downloaded dof v0.1.5 |
1452 | 2024-03-13T03:15:50.062Z | Downloaded futures-channel v0.3.30 |
1453 | 2024-03-13T03:15:50.062Z | Downloaded tokio-stream v0.1.14 |
1454 | 2024-03-13T03:15:50.062Z | Downloaded unicode-bidi v0.3.15 |
1455 | 2024-03-13T03:15:50.063Z | Downloaded rustls-pemfile v2.1.1 |
1456 | 2024-03-13T03:15:50.063Z | Downloaded rustls-native-certs v0.7.0 |
1457 | 2024-03-13T03:15:50.063Z | Downloaded structopt v0.3.26 |
1458 | 2024-03-13T03:15:50.063Z | Downloaded itertools v0.10.5 |
1459 | 2024-03-13T03:15:50.063Z | Downloaded glob v0.3.1 |
1460 | 2024-03-13T03:15:50.063Z | Downloaded getopts v0.2.21 |
1461 | 2024-03-13T03:15:50.064Z | Downloaded gethostname v0.4.3 |
1462 | 2024-03-13T03:15:50.064Z | Downloaded libm v0.2.7 |
1463 | 2024-03-13T03:15:50.064Z | Downloaded sqlparser_derive v0.2.2 |
1464 | 2024-03-13T03:15:50.064Z | Downloaded serde-big-array v0.4.1 |
1465 | 2024-03-13T03:15:50.064Z | Downloaded structopt-derive v0.4.18 |
1466 | 2024-03-13T03:15:50.064Z | Downloaded term v0.7.0 |
1467 | 2024-03-13T03:15:50.065Z | Downloaded derive_builder_core v0.12.0 |
1468 | 2024-03-13T03:15:50.065Z | Downloaded tracing-attributes v0.1.27 |
1469 | 2024-03-13T03:15:50.065Z | Downloaded termios v0.3.3 |
1470 | 2024-03-13T03:15:50.065Z | Downloaded url v2.5.0 |
1471 | 2024-03-13T03:15:50.065Z | Downloaded plain v0.2.3 |
1472 | 2024-03-13T03:15:50.065Z | Downloaded pem v3.0.2 |
1473 | 2024-03-13T03:15:50.066Z | Downloaded der v0.7.8 |
1474 | 2024-03-13T03:15:50.066Z | Downloaded minimal-lexical v0.2.1 |
1475 | 2024-03-13T03:15:50.066Z | Downloaded datatest-stable v0.2.3 |
1476 | 2024-03-13T03:15:50.066Z | Downloaded data-encoding v2.4.0 |
1477 | 2024-03-13T03:15:50.066Z | Downloaded postgres-protocol v0.6.6 |
1478 | 2024-03-13T03:15:50.067Z | Downloaded flume v0.11.0 |
1479 | 2024-03-13T03:15:50.067Z | Downloaded chacha20poly1305 v0.10.1 |
1480 | 2024-03-13T03:15:50.067Z | Downloaded threadpool v1.8.1 |
1481 | 2024-03-13T03:15:50.067Z | Downloaded spin v0.9.8 |
1482 | 2024-03-13T03:15:50.067Z | Downloaded same-file v1.0.6 |
1483 | 2024-03-13T03:15:50.067Z | Downloaded serde_yaml v0.9.25 |
1484 | 2024-03-13T03:15:50.067Z | Downloaded ron v0.8.1 |
1485 | 2024-03-13T03:15:50.068Z | Downloaded mio v0.8.11 |
1486 | 2024-03-13T03:15:50.068Z | Downloaded generic-array v0.14.7 |
1487 | 2024-03-13T03:15:50.068Z | Downloaded whoami v1.5.0 |
1488 | 2024-03-13T03:15:50.068Z | Downloaded r2d2 v0.8.10 |
1489 | 2024-03-13T03:15:50.068Z | Downloaded zerocopy v0.6.4 |
1490 | 2024-03-13T03:15:50.068Z | Downloaded debug-ignore v1.0.5 |
1491 | 2024-03-13T03:15:50.068Z | Downloaded parking_lot v0.12.1 |
1492 | 2024-03-13T03:15:50.069Z | Downloaded hyper v1.1.0 |
1493 | 2024-03-13T03:15:50.069Z | Downloaded num-rational v0.4.1 |
1494 | 2024-03-13T03:15:50.069Z | Downloaded spki v0.7.2 |
1495 | 2024-03-13T03:15:50.069Z | Downloaded oorandom v11.1.3 |
1496 | 2024-03-13T03:15:50.069Z | Downloaded fragile v2.0.0 |
1497 | 2024-03-13T03:15:50.069Z | Downloaded fallible-iterator v0.2.0 |
1498 | 2024-03-13T03:15:50.069Z | Downloaded vec_map v0.8.2 |
1499 | 2024-03-13T03:15:50.069Z | Downloaded semver v0.11.0 |
1500 | 2024-03-13T03:15:50.070Z | Downloaded relative-path v1.9.0 |
1501 | 2024-03-13T03:15:50.070Z | Downloaded tungstenite v0.20.1 |
1502 | 2024-03-13T03:15:50.070Z | Downloaded trybuild v1.0.89 |
1503 | 2024-03-13T03:15:50.070Z | Downloaded toml v0.7.8 |
1504 | 2024-03-13T03:15:50.070Z | Downloaded toml v0.5.11 |
1505 | 2024-03-13T03:15:50.070Z | Downloaded thread-id v4.2.0 |
1506 | 2024-03-13T03:15:50.070Z | Downloaded subprocess v0.2.9 |
1507 | 2024-03-13T03:15:50.091Z | Downloaded plotters-backend v0.3.5 |
1508 | 2024-03-13T03:15:50.091Z | Downloaded signature v1.6.4 |
1509 | 2024-03-13T03:15:50.091Z | Downloaded signal-hook-registry v1.4.1 |
1510 | 2024-03-13T03:15:50.092Z | Downloaded crossbeam-utils v0.8.19 |
1511 | 2024-03-13T03:15:50.092Z | Downloaded blake2 v0.10.6 |
1512 | 2024-03-13T03:15:50.092Z | Downloaded serde_derive_internals v0.26.0 |
1513 | 2024-03-13T03:15:50.092Z | Downloaded either v1.10.0 |
1514 | 2024-03-13T03:15:50.092Z | Downloaded rusty-fork v0.3.0 |
1515 | 2024-03-13T03:15:50.092Z | Downloaded aho-corasick v1.1.2 |
1516 | 2024-03-13T03:15:50.092Z | Downloaded rust-argon2 v1.0.1 |
1517 | 2024-03-13T03:15:50.093Z | Downloaded mockall_derive v0.12.0 |
1518 | 2024-03-13T03:15:50.093Z | Downloaded cookie v0.18.0 |
1519 | 2024-03-13T03:15:50.093Z | Downloaded num-complex v0.4.4 |
1520 | 2024-03-13T03:15:50.093Z | Downloaded nu-ansi-term v0.50.0 |
1521 | 2024-03-13T03:15:50.093Z | Downloaded defmt-parser v0.3.3 |
1522 | 2024-03-13T03:15:50.093Z | Downloaded defmt-macros v0.3.6 |
1523 | 2024-03-13T03:15:50.094Z | Downloaded multer v3.0.0 |
1524 | 2024-03-13T03:15:50.094Z | Downloaded maplit v1.0.2 |
1525 | 2024-03-13T03:15:50.094Z | Downloaded console v0.15.8 |
1526 | 2024-03-13T03:15:50.094Z | Downloaded strum_macros v0.24.3 |
1527 | 2024-03-13T03:15:50.094Z | Downloaded chacha20 v0.9.1 |
1528 | 2024-03-13T03:15:50.094Z | Downloaded textwrap v0.11.0 |
1529 | 2024-03-13T03:15:50.094Z | Downloaded strip-ansi-escapes v0.2.0 |
1530 | 2024-03-13T03:15:50.094Z | Downloaded shell-words v1.1.0 |
1531 | 2024-03-13T03:15:50.095Z | Downloaded sha1 v0.10.6 |
1532 | 2024-03-13T03:15:50.095Z | Downloaded serde_path_to_error v0.1.15 |
1533 | 2024-03-13T03:15:50.095Z | Downloaded semver-parser v0.10.2 |
1534 | 2024-03-13T03:15:50.095Z | Downloaded scheduled-thread-pool v0.2.7 |
1535 | 2024-03-13T03:15:50.095Z | Downloaded bzip2 v0.4.4 |
1536 | 2024-03-13T03:15:50.095Z | Downloaded base64 v0.21.7 |
1537 | 2024-03-13T03:15:50.095Z | Downloaded nanorand v0.7.0 |
1538 | 2024-03-13T03:15:50.096Z | Downloaded macaddr v1.0.1 |
1539 | 2024-03-13T03:15:50.096Z | Downloaded linked-hash-map v0.5.6 |
1540 | 2024-03-13T03:15:50.096Z | Downloaded linear-map v1.2.0 |
1541 | 2024-03-13T03:15:50.131Z | Downloaded lalrpop-util v0.19.12 |
1542 | 2024-03-13T03:15:50.131Z | Downloaded darling_macro v0.20.3 |
1543 | 2024-03-13T03:15:50.132Z | Downloaded curve25519-dalek-derive v0.1.0 |
1544 | 2024-03-13T03:15:50.132Z | Downloaded lazy_static v1.4.0 |
1545 | 2024-03-13T03:15:50.132Z | Downloaded cstr-argument v0.1.2 |
1546 | 2024-03-13T03:15:50.132Z | Downloaded crossbeam-deque v0.8.3 |
1547 | 2024-03-13T03:15:50.133Z | Downloaded crc-catalog v2.2.0 |
1548 | 2024-03-13T03:15:50.133Z | Downloaded convert_case v0.4.0 |
1549 | 2024-03-13T03:15:50.133Z | Downloaded constant_time_eq v0.3.0 |
1550 | 2024-03-13T03:15:50.133Z | Downloaded ciborium-ll v0.2.2 |
1551 | 2024-03-13T03:15:50.134Z | Downloaded http v1.0.0 |
1552 | 2024-03-13T03:15:50.134Z | Downloaded bitflags v1.3.2 |
1553 | 2024-03-13T03:15:50.134Z | Downloaded bit-set v0.5.3 |
1554 | 2024-03-13T03:15:50.134Z | Downloaded memmap v0.7.0 |
1555 | 2024-03-13T03:15:50.135Z | Downloaded libefi-sys v0.1.0 |
1556 | 2024-03-13T03:15:50.135Z | Downloaded indicatif v0.17.8 |
1557 | 2024-03-13T03:15:50.135Z | Downloaded cfg-expr v0.15.6 |
1558 | 2024-03-13T03:15:50.135Z | Downloaded backtrace v0.3.69 |
1559 | 2024-03-13T03:15:50.135Z | Downloaded hyper-rustls v0.26.0 |
1560 | 2024-03-13T03:15:50.586Z | Downloaded httptest v0.15.5 |
1561 | 2024-03-13T03:15:50.587Z | Downloaded backoff v0.4.0 |
1562 | 2024-03-13T03:15:50.587Z | Downloaded home v0.5.5 |
1563 | 2024-03-13T03:15:50.587Z | Downloaded bitfield v0.14.0 |
1564 | 2024-03-13T03:15:50.587Z | Downloaded base16ct v0.2.0 |
1565 | 2024-03-13T03:15:50.587Z | Downloaded hubpack v0.1.2 |
1566 | 2024-03-13T03:15:50.587Z | Downloaded bb8 v0.8.3 |
1567 | 2024-03-13T03:15:50.587Z | Downloaded autocfg v1.1.0 |
1568 | 2024-03-13T03:15:50.587Z | Downloaded hex v0.4.3 |
1569 | 2024-03-13T03:15:50.587Z | Downloaded csv-core v0.1.11 |
1570 | 2024-03-13T03:15:50.587Z | Downloaded assert_cmd v2.0.14 |
1571 | 2024-03-13T03:15:50.588Z | Downloaded argon2 v0.5.3 |
1572 | 2024-03-13T03:15:50.588Z | Downloaded ansi_term v0.12.1 |
1573 | 2024-03-13T03:15:50.588Z | Downloaded allocator-api2 v0.2.16 |
1574 | 2024-03-13T03:15:50.588Z | Downloaded aead v0.5.2 |
1575 | 2024-03-13T03:15:50.588Z | Downloaded array-init v0.0.4 |
1576 | 2024-03-13T03:15:50.588Z | Downloaded ahash v0.8.8 |
1577 | 2024-03-13T03:15:50.588Z | Downloaded approx v0.5.1 |
1578 | 2024-03-13T03:15:50.657Z | Compiling libc v0.2.153 |
1579 | 2024-03-13T03:15:50.657Z | Compiling serde v1.0.197 |
1580 | 2024-03-13T03:15:50.688Z | Compiling version_check v0.9.4 |
1581 | 2024-03-13T03:15:50.689Z | Compiling autocfg v1.1.0 |
1582 | 2024-03-13T03:15:50.689Z | Checking cfg-if v1.0.0 |
1583 | 2024-03-13T03:15:50.689Z | Compiling syn v1.0.109 |
1584 | 2024-03-13T03:15:50.727Z | Compiling syn v2.0.51 |
1585 | 2024-03-13T03:15:50.844Z | Compiling parking_lot_core v0.9.8 |
1586 | 2024-03-13T03:15:50.953Z | Compiling memchr v2.7.1 |
1587 | 2024-03-13T03:15:51.301Z | Compiling libm v0.2.7 |
1588 | 2024-03-13T03:15:51.410Z | Compiling once_cell v1.19.0 |
1589 | 2024-03-13T03:15:51.656Z | Compiling ahash v0.8.8 |
1590 | 2024-03-13T03:15:51.672Z | Compiling serde_json v1.0.114 |
1591 | 2024-03-13T03:15:51.685Z | Compiling lock_api v0.4.10 |
1592 | 2024-03-13T03:15:52.012Z | Compiling num-traits v0.2.18 |
1593 | 2024-03-13T03:15:52.111Z | Compiling byteorder v1.5.0 |
1594 | 2024-03-13T03:15:52.607Z | Compiling slab v0.4.9 |
1595 | 2024-03-13T03:15:53.095Z | Compiling log v0.4.20 |
1596 | 2024-03-13T03:15:53.095Z | Checking getrandom v0.2.12 |
1597 | 2024-03-13T03:15:53.095Z | Compiling typenum v1.16.0 |
1598 | 2024-03-13T03:15:53.108Z | Compiling cc v1.0.83 |
1599 | 2024-03-13T03:15:53.328Z | Compiling generic-array v0.14.7 |
1600 | 2024-03-13T03:15:53.504Z | Checking itoa v1.0.9 |
1601 | 2024-03-13T03:15:53.696Z | Compiling pkg-config v0.3.27 |
1602 | 2024-03-13T03:15:53.696Z | Compiling allocator-api2 v0.2.16 |
1603 | 2024-03-13T03:15:53.715Z | Checking scopeguard v1.2.0 |
1604 | 2024-03-13T03:15:53.879Z | Compiling rustix v0.38.31 |
1605 | 2024-03-13T03:15:54.197Z | Checking smallvec v1.13.1 |
1606 | 2024-03-13T03:15:54.550Z | Compiling schemars v0.8.16 |
1607 | 2024-03-13T03:15:54.593Z | Compiling fnv v1.0.7 |
1608 | 2024-03-13T03:15:54.719Z | Compiling num-conv v0.1.0 |
1609 | 2024-03-13T03:15:55.154Z | Compiling httparse v1.8.0 |
1610 | 2024-03-13T03:15:55.169Z | Compiling time-core v0.1.2 |
1611 | 2024-03-13T03:15:55.170Z | Compiling vcpkg v0.2.15 |
1612 | 2024-03-13T03:15:55.170Z | Compiling ucd-trie v0.1.6 |
1613 | 2024-03-13T03:15:55.170Z | Compiling time-macros v0.2.17 |
1614 | 2024-03-13T03:15:55.170Z | Compiling aho-corasick v1.1.2 |
1615 | 2024-03-13T03:15:56.247Z | Compiling ring v0.17.8 |
1616 | 2024-03-13T03:15:56.951Z | Compiling regex-syntax v0.8.2 |
1617 | 2024-03-13T03:15:57.331Z | Compiling openssl-sys v0.9.96 |
1618 | 2024-03-13T03:15:59.634Z | Compiling serde_derive_internals v0.26.0 |
1619 | 2024-03-13T03:15:59.704Z | Checking parking_lot v0.12.1 |
1620 | 2024-03-13T03:16:00.007Z | Compiling regex-automata v0.4.5 |
1621 | 2024-03-13T03:16:00.031Z | Checking pin-project-lite v0.2.13 |
1622 | 2024-03-13T03:16:00.563Z | Compiling crossbeam-utils v0.8.19 |
1623 | 2024-03-13T03:16:01.076Z | Compiling ring v0.16.20 |
1624 | 2024-03-13T03:16:01.194Z | Checking rand_core v0.6.4 |
1625 | 2024-03-13T03:16:01.490Z | Checking ryu v1.0.15 |
1626 | 2024-03-13T03:16:01.713Z | Checking signal-hook-registry v1.4.1 |
1627 | 2024-03-13T03:16:01.935Z | Compiling openssl v0.10.60 |
1628 | 2024-03-13T03:16:02.309Z | Checking mio v0.8.11 |
1629 | 2024-03-13T03:16:02.374Z | Checking num_cpus v1.16.0 |
1630 | 2024-03-13T03:16:02.876Z | Compiling iana-time-zone v0.1.57 |
1631 | 2024-03-13T03:16:02.876Z | Checking futures-core v0.3.30 |
1632 | 2024-03-13T03:16:03.015Z | Compiling native-tls v0.2.11 |
1633 | 2024-03-13T03:16:03.026Z | Compiling rustls v0.21.9 |
1634 | 2024-03-13T03:16:03.192Z | Compiling spin v0.5.2 |
1635 | 2024-03-13T03:16:03.279Z | Compiling async-trait v0.1.77 |
1636 | 2024-03-13T03:16:03.338Z | Compiling slog v2.7.0 |
1637 | 2024-03-13T03:16:04.254Z | Compiling cookie v0.17.0 |
1638 | 2024-03-13T03:16:04.270Z | Checking socket2 v0.5.5 |
1639 | 2024-03-13T03:16:04.753Z | Compiling tinyvec_macros v0.1.1 |
1640 | 2024-03-13T03:16:04.753Z | Compiling tinyvec v1.6.0 |
1641 | 2024-03-13T03:16:04.753Z | Compiling dyn-clone v1.0.17 |
1642 | 2024-03-13T03:16:04.754Z | Compiling backtrace v0.3.69 |
1643 | 2024-03-13T03:16:04.754Z | Compiling unicode-bidi v0.3.15 |
1644 | 2024-03-13T03:16:05.011Z | Compiling regex v1.10.3 |
1645 | 2024-03-13T03:16:05.060Z | Compiling futures-sink v0.3.30 |
1646 | 2024-03-13T03:16:05.158Z | Compiling serde_derive v1.0.197 |
1647 | 2024-03-13T03:16:05.202Z | Compiling zerocopy-derive v0.7.32 |
1648 | 2024-03-13T03:16:05.628Z | Compiling thiserror-impl v1.0.57 |
1649 | 2024-03-13T03:16:05.966Z | Compiling zeroize_derive v1.4.2 |
1650 | 2024-03-13T03:16:06.167Z | Compiling tokio-macros v2.2.0 |
1651 | 2024-03-13T03:16:06.192Z | Compiling futures-macro v0.3.30 |
1652 | 2024-03-13T03:16:06.367Z | Compiling tracing-attributes v0.1.27 |
1653 | 2024-03-13T03:16:07.643Z | Compiling schemars_derive v0.8.16 |
1654 | 2024-03-13T03:16:07.746Z | Compiling zerocopy v0.7.32 |
1655 | 2024-03-13T03:16:07.897Z | Checking zeroize v1.7.0 |
1656 | 2024-03-13T03:16:08.223Z | Compiling openssl-macros v0.1.1 |
1657 | 2024-03-13T03:16:09.072Z | Compiling thiserror v1.0.57 |
1658 | 2024-03-13T03:16:09.197Z | Compiling pest v2.7.6 |
1659 | 2024-03-13T03:16:09.952Z | Compiling hashbrown v0.14.3 |
1660 | 2024-03-13T03:16:09.974Z | Compiling unicode-normalization v0.1.22 |
1661 | 2024-03-13T03:16:11.148Z | Compiling errno v0.3.8 |
1662 | 2024-03-13T03:16:11.171Z | Compiling unicode-xid v0.2.4 |
1663 | 2024-03-13T03:16:11.171Z | Compiling either v1.10.0 |
1664 | 2024-03-13T03:16:11.171Z | Compiling crc32fast v1.3.2 |
1665 | 2024-03-13T03:16:11.171Z | Compiling futures-channel v0.3.30 |
1666 | 2024-03-13T03:16:11.388Z | Compiling pin-utils v0.1.0 |
1667 | 2024-03-13T03:16:11.469Z | Compiling pest_meta v2.7.6 |
1668 | 2024-03-13T03:16:11.544Z | Compiling futures-task v0.3.30 |
1669 | 2024-03-13T03:16:11.555Z | Compiling futures-io v0.3.30 |
1670 | 2024-03-13T03:16:11.611Z | Compiling anyhow v1.0.79 |
1671 | 2024-03-13T03:16:11.679Z | Compiling spin v0.9.8 |
1672 | 2024-03-13T03:16:11.828Z | Compiling futures-util v0.3.30 |
1673 | 2024-03-13T03:16:11.835Z | Compiling tracing-core v0.1.32 |
1674 | 2024-03-13T03:16:11.856Z | Compiling rustversion v1.0.14 |
1675 | 2024-03-13T03:16:11.948Z | Compiling der_derive v0.7.2 |
1676 | 2024-03-13T03:16:12.289Z | Compiling winnow v0.5.15 |
1677 | 2024-03-13T03:16:12.595Z | Compiling tracing v0.1.40 |
1678 | 2024-03-13T03:16:13.078Z | Compiling pest_generator v2.7.6 |
1679 | 2024-03-13T03:16:13.249Z | Compiling percent-encoding v2.3.1 |
1680 | 2024-03-13T03:16:15.058Z | Compiling lazy_static v1.4.0 |
1681 | 2024-03-13T03:16:15.145Z | Compiling unicode-width v0.1.11 |
1682 | 2024-03-13T03:16:15.177Z | Checking subtle v2.5.0 |
1683 | 2024-03-13T03:16:15.485Z | Compiling untrusted v0.9.0 |
1684 | 2024-03-13T03:16:15.658Z | Compiling foreign-types-shared v0.1.1 |
1685 | 2024-03-13T03:16:15.715Z | Compiling powerfmt v0.2.0 |
1686 | 2024-03-13T03:16:15.761Z | Compiling untrusted v0.7.1 |
1687 | 2024-03-13T03:16:16.513Z | Compiling deranged v0.3.11 |
1688 | 2024-03-13T03:16:16.518Z | Compiling foreign-types v0.3.2 |
1689 | 2024-03-13T03:16:16.518Z | Compiling pest_derive v2.7.6 |
1690 | 2024-03-13T03:16:17.613Z | Compiling form_urlencoded v1.2.1 |
1691 | 2024-03-13T03:16:17.921Z | Compiling synstructure v0.12.6 |
1692 | 2024-03-13T03:16:17.942Z | Compiling scroll_derive v0.12.0 |
1693 | 2024-03-13T03:16:18.199Z | Compiling thread-id v4.2.0 |
1694 | 2024-03-13T03:16:18.588Z | Compiling try-lock v0.2.4 |
1695 | 2024-03-13T03:16:18.710Z | Compiling num_threads v0.1.6 |
1696 | 2024-03-13T03:16:19.011Z | Compiling base64 v0.21.7 |
1697 | 2024-03-13T03:16:19.075Z | Checking bytes v1.5.0 |
1698 | 2024-03-13T03:16:19.473Z | Checking bitflags v2.4.2 |
1699 | 2024-03-13T03:16:19.777Z | Compiling zerocopy-derive v0.2.0 |
1700 | 2024-03-13T03:16:20.222Z | Compiling time v0.3.34 |
1701 | 2024-03-13T03:16:20.222Z | Compiling want v0.3.1 |
1702 | 2024-03-13T03:16:20.240Z | Checking tokio v1.36.0 |
1703 | 2024-03-13T03:16:20.241Z | Compiling rustls-webpki v0.101.7 |
1704 | 2024-03-13T03:16:20.241Z | Compiling sct v0.7.0 |
1705 | 2024-03-13T03:16:20.774Z | Compiling indexmap v2.2.5 |
1706 | 2024-03-13T03:16:22.050Z | Compiling uuid v1.7.0 |
1707 | 2024-03-13T03:16:22.107Z | Compiling semver v1.0.22 |
1708 | 2024-03-13T03:16:22.262Z | Compiling chrono v0.4.34 |
1709 | 2024-03-13T03:16:22.323Z | Compiling http v0.2.12 |
1710 | 2024-03-13T03:16:23.677Z | Compiling serde_spanned v0.6.5 |
1711 | 2024-03-13T03:16:23.905Z | Compiling toml_datetime v0.6.5 |
1712 | 2024-03-13T03:16:24.387Z | Compiling rustc_version v0.4.0 |
1713 | 2024-03-13T03:16:25.184Z | Compiling toml_edit v0.19.15 |
1714 | 2024-03-13T03:16:25.275Z | Compiling openapiv3 v2.0.0 |
1715 | 2024-03-13T03:16:25.366Z | Compiling http-body v0.4.5 |
1716 | 2024-03-13T03:16:26.282Z | Compiling idna v0.5.0 |
1717 | 2024-03-13T03:16:27.029Z | Compiling httpdate v1.0.3 |
1718 | 2024-03-13T03:16:27.486Z | Compiling openssl-probe v0.1.5 |
1719 | 2024-03-13T03:16:27.816Z | Compiling const-oid v0.9.6 |
1720 | 2024-03-13T03:16:27.856Z | Compiling tower-service v0.3.2 |
1721 | 2024-03-13T03:16:28.238Z | Compiling url v2.5.0 |
1722 | 2024-03-13T03:16:29.646Z | Compiling idna v0.3.0 |
1723 | 2024-03-13T03:16:29.757Z | Compiling adler v1.0.2 |
1724 | 2024-03-13T03:16:29.983Z | Compiling psl-types v2.0.11 |
1725 | 2024-03-13T03:16:30.104Z | Compiling miniz_oxide v0.7.1 |
1726 | 2024-03-13T03:16:30.170Z | Compiling publicsuffix v2.2.3 |
1727 | 2024-03-13T03:16:30.856Z | Compiling crossbeam-epoch v0.9.18 |
1728 | 2024-03-13T03:16:31.015Z | Compiling tokio-util v0.7.10 |
1729 | 2024-03-13T03:16:31.590Z | Compiling ipnet v2.9.0 |
1730 | 2024-03-13T03:16:31.635Z | Compiling signal-hook v0.3.17 |
1731 | 2024-03-13T03:16:31.780Z | Compiling cookie_store v0.20.0 |
1732 | 2024-03-13T03:16:32.502Z | Compiling h2 v0.3.24 |
1733 | 2024-03-13T03:16:32.521Z | Compiling tokio-native-tls v0.3.1 |
1734 | 2024-03-13T03:16:32.788Z | Compiling tokio-rustls v0.24.1 |
1735 | 2024-03-13T03:16:32.884Z | Compiling serde_urlencoded v0.7.1 |
1736 | 2024-03-13T03:16:33.211Z | Compiling rustls-pemfile v1.0.3 |
1737 | 2024-03-13T03:16:33.319Z | Compiling crypto-common v0.1.6 |
1738 | 2024-03-13T03:16:33.364Z | Compiling zerocopy-derive v0.6.4 |
1739 | 2024-03-13T03:16:33.392Z | Compiling clap_derive v4.5.0 |
1740 | 2024-03-13T03:16:33.551Z | Compiling usdt-impl v0.3.5 |
1741 | 2024-03-13T03:16:33.578Z | Compiling encoding_rs v0.8.33 |
1742 | 2024-03-13T03:16:33.828Z | Compiling siphasher v0.3.11 |
1743 | 2024-03-13T03:16:34.193Z | Compiling gimli v0.28.0 |
1744 | 2024-03-13T03:16:34.540Z | Compiling mime v0.3.17 |
1745 | 2024-03-13T03:16:35.122Z | Compiling webpki-roots v0.25.2 |
1746 | 2024-03-13T03:16:35.263Z | Compiling sync_wrapper v0.1.2 |
1747 | 2024-03-13T03:16:35.542Z | Compiling zerocopy v0.3.0 |
1748 | 2024-03-13T03:16:35.659Z | Compiling scroll v0.12.0 |
1749 | 2024-03-13T03:16:36.221Z | Compiling block-buffer v0.10.4 |
1750 | 2024-03-13T03:16:36.473Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1751 | 2024-03-13T03:16:36.673Z | Compiling object v0.32.1 |
1752 | 2024-03-13T03:16:37.331Z | Compiling usdt-impl v0.5.0 |
1753 | 2024-03-13T03:16:37.354Z | Compiling rustc-demangle v0.1.23 |
1754 | 2024-03-13T03:16:38.547Z | Compiling plain v0.2.3 |
1755 | 2024-03-13T03:16:38.565Z | Compiling goblin v0.8.0 |
1756 | 2024-03-13T03:16:38.565Z | Compiling addr2line v0.21.0 |
1757 | 2024-03-13T03:16:38.606Z | Compiling flate2 v1.0.28 |
1758 | 2024-03-13T03:16:38.954Z | Compiling digest v0.10.7 |
1759 | 2024-03-13T03:16:39.066Z | Compiling dof v0.1.5 |
1760 | 2024-03-13T03:16:39.181Z | Compiling hyper v0.14.28 |
1761 | 2024-03-13T03:16:39.459Z | Compiling heapless v0.7.16 |
1762 | 2024-03-13T03:16:39.785Z | Compiling futures-executor v0.3.30 |
1763 | 2024-03-13T03:16:39.856Z | Compiling dtrace-parser v0.1.14 |
1764 | 2024-03-13T03:16:39.991Z | Compiling pretty-hex v0.4.1 |
1765 | 2024-03-13T03:16:40.213Z | Compiling ppv-lite86 v0.2.17 |
1766 | 2024-03-13T03:16:40.969Z | Compiling rand_chacha v0.3.1 |
1767 | 2024-03-13T03:16:41.878Z | Compiling toml_edit v0.22.6 |
1768 | 2024-03-13T03:16:42.052Z | Compiling futures v0.3.30 |
1769 | 2024-03-13T03:16:42.231Z | Compiling toml v0.7.8 |
1770 | 2024-03-13T03:16:42.412Z | Compiling hex v0.4.3 |
1771 | 2024-03-13T03:16:42.988Z | Compiling serde_tokenstream v0.1.7 |
1772 | 2024-03-13T03:16:43.157Z | Compiling dtrace-parser v0.2.0 |
1773 | 2024-03-13T03:16:43.524Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1774 | 2024-03-13T03:16:44.325Z | Compiling dof v0.3.0 |
1775 | 2024-03-13T03:16:44.349Z | Compiling bit-vec v0.6.3 |
1776 | 2024-03-13T03:16:45.337Z | Compiling rand v0.8.5 |
1777 | 2024-03-13T03:16:46.143Z | Compiling hyper-rustls v0.24.2 |
1778 | 2024-03-13T03:16:46.512Z | Compiling hyper-tls v0.5.0 |
1779 | 2024-03-13T03:16:48.028Z | Compiling phf_shared v0.10.0 |
1780 | 2024-03-13T03:16:48.028Z | Compiling num-bigint v0.4.4 |
1781 | 2024-03-13T03:16:48.029Z | Compiling reqwest v0.11.24 |
1782 | 2024-03-13T03:16:48.029Z | Compiling new_debug_unreachable v1.0.4 |
1783 | 2024-03-13T03:16:48.029Z | Compiling smoltcp v0.9.1 |
1784 | 2024-03-13T03:16:48.029Z | Compiling base64ct v1.6.0 |
1785 | 2024-03-13T03:16:48.029Z | Compiling fixedbitset v0.4.2 |
1786 | 2024-03-13T03:16:48.029Z | Compiling precomputed-hash v0.1.1 |
1787 | 2024-03-13T03:16:48.029Z | Compiling minimal-lexical v0.2.1 |
1788 | 2024-03-13T03:16:48.029Z | Compiling string_cache v0.8.7 |
1789 | 2024-03-13T03:16:48.029Z | Compiling pem-rfc7468 v0.7.0 |
1790 | 2024-03-13T03:16:48.029Z | Compiling nom v7.1.3 |
1791 | 2024-03-13T03:16:48.030Z | Compiling petgraph v0.6.4 |
1792 | 2024-03-13T03:16:48.030Z | Compiling bit-set v0.5.3 |
1793 | 2024-03-13T03:16:48.292Z | Compiling usdt-macro v0.3.5 |
1794 | 2024-03-13T03:16:48.419Z | Compiling usdt-attr-macro v0.3.5 |
1795 | 2024-03-13T03:16:48.972Z | Compiling hmac v0.12.1 |
1796 | 2024-03-13T03:16:49.388Z | Compiling itertools v0.10.5 |
1797 | 2024-03-13T03:16:49.652Z | Compiling hubpack_derive v0.1.1 |
1798 | 2024-03-13T03:16:49.735Z | Compiling enum-as-inner v0.5.1 |
1799 | 2024-03-13T03:16:49.887Z | Compiling diesel_table_macro_syntax v0.1.0 |
1800 | 2024-03-13T03:16:50.347Z | Checking equivalent v1.0.1 |
1801 | 2024-03-13T03:16:50.500Z | Compiling flagset v0.4.3 |
1802 | 2024-03-13T03:16:50.555Z | Compiling unicode-segmentation v1.10.1 |
1803 | 2024-03-13T03:16:50.597Z | Compiling lalrpop-util v0.19.12 |
1804 | 2024-03-13T03:16:50.768Z | Compiling der v0.7.8 |
1805 | 2024-03-13T03:16:51.313Z | Compiling diesel_derives v2.1.2 |
1806 | 2024-03-13T03:16:51.689Z | Compiling strum_macros v0.25.2 |
1807 | 2024-03-13T03:16:52.166Z | Compiling cpufeatures v0.2.12 |
1808 | 2024-03-13T03:16:52.273Z | Compiling sha2 v0.10.8 |
1809 | 2024-03-13T03:16:52.303Z | Compiling md-5 v0.10.5 |
1810 | 2024-03-13T03:16:52.303Z | Compiling stringprep v0.1.3 |
1811 | 2024-03-13T03:16:52.540Z | Compiling serde_repr v0.1.16 |
1812 | 2024-03-13T03:16:53.123Z | Compiling spki v0.7.2 |
1813 | 2024-03-13T03:16:53.327Z | Compiling num-integer v0.1.46 |
1814 | 2024-03-13T03:16:53.512Z | Compiling hash32 v0.2.1 |
1815 | 2024-03-13T03:16:53.927Z | Compiling stable_deref_trait v1.2.0 |
1816 | 2024-03-13T03:16:54.390Z | Compiling fallible-iterator v0.2.0 |
1817 | 2024-03-13T03:16:54.403Z | Compiling pkcs8 v0.10.2 |
1818 | 2024-03-13T03:16:54.699Z | Compiling postgres-protocol v0.6.6 |
1819 | 2024-03-13T03:16:54.930Z | Compiling phf_shared v0.11.2 |
1820 | 2024-03-13T03:16:55.331Z | Compiling ff v0.13.0 |
1821 | 2024-03-13T03:16:55.756Z | Compiling terminal_size v0.3.0 |
1822 | 2024-03-13T03:16:55.756Z | Compiling block-padding v0.3.3 |
1823 | 2024-03-13T03:16:56.208Z | Compiling scheduled-thread-pool v0.2.7 |
1824 | 2024-03-13T03:16:56.218Z | Compiling matches v0.1.10 |
1825 | 2024-03-13T03:16:56.218Z | Compiling regex-automata v0.1.10 |
1826 | 2024-03-13T03:16:56.218Z | Compiling bitflags v1.3.2 |
1827 | 2024-03-13T03:16:56.256Z | Compiling managed v0.8.0 |
1828 | 2024-03-13T03:16:56.320Z | Compiling base16ct v0.2.0 |
1829 | 2024-03-13T03:16:56.320Z | Compiling clap_builder v4.5.1 |
1830 | 2024-03-13T03:16:56.559Z | Compiling bstr v0.2.17 |
1831 | 2024-03-13T03:16:56.575Z | Compiling sec1 v0.7.3 |
1832 | 2024-03-13T03:16:56.745Z | Compiling idna v0.2.3 |
1833 | 2024-03-13T03:16:57.140Z | Compiling r2d2 v0.8.10 |
1834 | 2024-03-13T03:16:57.490Z | Compiling inout v0.1.3 |
1835 | 2024-03-13T03:16:57.964Z | Compiling signal-hook-mio v0.2.3 |
1836 | 2024-03-13T03:16:58.121Z | Compiling group v0.13.0 |
1837 | 2024-03-13T03:16:58.132Z | Compiling postgres-types v0.2.6 |
1838 | 2024-03-13T03:16:58.372Z | Compiling phf v0.11.2 |
1839 | 2024-03-13T03:16:58.448Z | Compiling bzip2 v0.4.4 |
1840 | 2024-03-13T03:16:58.689Z | Compiling hubpack v0.1.2 |
1841 | 2024-03-13T03:16:58.798Z | Compiling hkdf v0.12.4 |
1842 | 2024-03-13T03:16:59.333Z | Compiling zerocopy v0.6.4 |
1843 | 2024-03-13T03:16:59.333Z | Compiling crypto-bigint v0.5.2 |
1844 | 2024-03-13T03:16:59.333Z | Compiling ipnetwork v0.20.0 |
1845 | 2024-03-13T03:16:59.669Z | Compiling float-cmp v0.9.0 |
1846 | 2024-03-13T03:16:59.888Z | Compiling difflib v0.4.0 |
1847 | 2024-03-13T03:16:59.920Z | Compiling predicates-core v1.0.6 |
1848 | 2024-03-13T03:17:00.041Z | Compiling normalize-line-endings v0.3.0 |
1849 | 2024-03-13T03:17:00.149Z | Compiling whoami v1.5.0 |
1850 | 2024-03-13T03:17:00.495Z | Compiling data-encoding v2.4.0 |
1851 | 2024-03-13T03:17:00.804Z | Compiling static_assertions v1.1.0 |
1852 | 2024-03-13T03:17:00.904Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1853 | 2024-03-13T03:17:01.554Z | Compiling yasna v0.5.2 |
1854 | 2024-03-13T03:17:02.345Z | Compiling trust-dns-proto v0.22.0 |
1855 | 2024-03-13T03:17:02.631Z | Compiling elliptic-curve v0.13.8 |
1856 | 2024-03-13T03:17:02.918Z | Compiling tokio-postgres v0.7.10 |
1857 | 2024-03-13T03:17:03.404Z | Compiling predicates v3.1.0 |
1858 | 2024-03-13T03:17:03.485Z | Compiling clap v4.5.1 |
1859 | 2024-03-13T03:17:03.597Z | Compiling zip v0.6.6 |
1860 | 2024-03-13T03:17:05.041Z | Compiling crossterm v0.27.0 |
1861 | 2024-03-13T03:17:05.211Z | Compiling cipher v0.4.4 |
1862 | 2024-03-13T03:17:05.712Z | Compiling similar v2.4.0 |
1863 | 2024-03-13T03:17:06.469Z | Compiling num-iter v0.1.44 |
1864 | 2024-03-13T03:17:06.658Z | Compiling usdt v0.3.5 |
1865 | 2024-03-13T03:17:06.878Z | Compiling tokio-stream v0.1.14 |
1866 | 2024-03-13T03:17:06.928Z | Compiling console v0.15.8 |
1867 | 2024-03-13T03:17:07.779Z | Compiling diesel v2.1.4 |
1868 | 2024-03-13T03:17:07.917Z | Compiling bstr v1.9.0 |
1869 | 2024-03-13T03:17:07.955Z | Checking unicode-ident v1.0.12 |
1870 | 2024-03-13T03:17:09.754Z | Checking proc-macro2 v1.0.78 |
1871 | 2024-03-13T03:17:10.378Z | Checking quote v1.0.35 |
1872 | 2024-03-13T03:17:11.807Z | Checking utf8parse v0.2.1 |
1873 | 2024-03-13T03:17:12.805Z | Checking anstyle v1.0.2 |
1874 | 2024-03-13T03:17:16.971Z | Checking anstyle-parse v0.2.1 |
1875 | 2024-03-13T03:17:18.477Z | Checking colorchoice v1.0.0 |
1876 | 2024-03-13T03:17:18.594Z | Checking anstyle-query v1.0.0 |
1877 | 2024-03-13T03:17:18.707Z | Checking anstream v0.6.11 |
1878 | 2024-03-13T03:17:19.206Z | Checking strsim v0.11.0 |
1879 | 2024-03-13T03:17:19.446Z | Checking clap_lex v0.7.0 |
1880 | 2024-03-13T03:17:22.470Z | Compiling serde_tokenstream v0.2.0 |
1881 | 2024-03-13T03:17:25.078Z | Checking winnow v0.6.1 |
1882 | 2024-03-13T03:17:33.368Z | Compiling regress v0.8.0 |
1883 | 2024-03-13T03:17:33.882Z | Compiling getopts v0.2.21 |
1884 | 2024-03-13T03:17:34.128Z | Compiling unsafe-libyaml v0.2.10 |
1885 | 2024-03-13T03:17:34.702Z | Checking heck v0.4.1 |
1886 | 2024-03-13T03:17:34.879Z | Compiling strsim v0.10.0 |
1887 | 2024-03-13T03:17:34.930Z | Compiling ident_case v1.0.1 |
1888 | 2024-03-13T03:17:35.634Z | Compiling serde_yaml v0.9.25 |
1889 | 2024-03-13T03:17:35.661Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1890 | 2024-03-13T03:17:35.997Z | Checking camino v1.1.6 |
1891 | 2024-03-13T03:17:36.278Z | Checking rustls-pki-types v1.3.0 |
1892 | 2024-03-13T03:17:36.313Z | Checking match_cfg v0.1.0 |
1893 | 2024-03-13T03:17:36.406Z | Checking fastrand v2.0.1 |
1894 | 2024-03-13T03:17:36.913Z | Checking hostname v0.3.1 |
1895 | 2024-03-13T03:17:36.919Z | Compiling darling_core v0.20.3 |
1896 | 2024-03-13T03:17:36.920Z | Checking http v1.0.0 |
1897 | 2024-03-13T03:17:36.920Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1898 | 2024-03-13T03:17:38.000Z | Checking tempfile v3.10.0 |
1899 | 2024-03-13T03:17:38.366Z | Checking atty v0.2.14 |
1900 | 2024-03-13T03:17:38.479Z | Checking quick-error v1.2.3 |
1901 | 2024-03-13T03:17:38.619Z | Compiling paste v1.0.14 |
1902 | 2024-03-13T03:17:39.236Z | Checking sha1 v0.10.6 |
1903 | 2024-03-13T03:17:39.524Z | Checking dirs-sys-next v0.1.2 |
1904 | 2024-03-13T03:17:39.582Z | Compiling rustls v0.22.2 |
1905 | 2024-03-13T03:17:39.702Z | Checking dirs-next v2.0.0 |
1906 | 2024-03-13T03:17:39.829Z | Checking rustls-webpki v0.102.1 |
1907 | 2024-03-13T03:17:39.870Z | Checking crossbeam-channel v0.5.8 |
1908 | 2024-03-13T03:17:40.430Z | Checking thread_local v1.1.7 |
1909 | 2024-03-13T03:17:40.544Z | Checking instant v0.1.12 |
1910 | 2024-03-13T03:17:40.635Z | Compiling slog-async v2.8.0 |
1911 | 2024-03-13T03:17:40.704Z | Checking term v0.7.0 |
1912 | 2024-03-13T03:17:41.093Z | Checking rustls-pemfile v2.1.1 |
1913 | 2024-03-13T03:17:41.164Z | Compiling multer v3.0.0 |
1914 | 2024-03-13T03:17:41.261Z | Checking debug-ignore v1.0.5 |
1915 | 2024-03-13T03:17:41.319Z | Checking take_mut v0.2.2 |
1916 | 2024-03-13T03:17:41.389Z | Checking slog-term v2.9.0 |
1917 | 2024-03-13T03:17:41.531Z | Checking slog-json v2.6.1 |
1918 | 2024-03-13T03:17:41.720Z | Compiling async-stream-impl v0.3.5 |
1919 | 2024-03-13T03:17:41.792Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1920 | 2024-03-13T03:17:42.284Z | Checking atomic-waker v1.1.1 |
1921 | 2024-03-13T03:17:42.284Z | Checking waitgroup v0.1.2 |
1922 | 2024-03-13T03:17:42.284Z | Checking slog-bunyan v2.5.0 |
1923 | 2024-03-13T03:17:42.284Z | Checking toml v0.8.10 |
1924 | 2024-03-13T03:17:42.545Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1925 | 2024-03-13T03:17:42.897Z | Compiling darling_macro v0.20.3 |
1926 | 2024-03-13T03:17:43.045Z | Checking serde_path_to_error v0.1.15 |
1927 | 2024-03-13T03:17:43.157Z | Checking async-stream v0.3.5 |
1928 | 2024-03-13T03:17:43.341Z | Compiling strum_macros v0.26.1 |
1929 | 2024-03-13T03:17:43.657Z | Checking regress v0.9.0 |
1930 | 2024-03-13T03:17:43.753Z | Compiling darling v0.20.3 |
1931 | 2024-03-13T03:17:43.866Z | Compiling serde_with_macros v3.6.1 |
1932 | 2024-03-13T03:17:44.333Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1933 | 2024-03-13T03:17:44.363Z | Checking tokio-rustls v0.25.0 |
1934 | 2024-03-13T03:17:44.692Z | Checking wait-timeout v0.2.0 |
1935 | 2024-03-13T03:17:44.764Z | Compiling structmeta-derive v0.3.0 |
1936 | 2024-03-13T03:17:44.873Z | Checking rusty-fork v0.3.0 |
1937 | 2024-03-13T03:17:45.157Z | Checking newtype-uuid v1.0.1 |
1938 | 2024-03-13T03:17:45.390Z | Compiling structmeta-derive v0.2.0 |
1939 | 2024-03-13T03:17:47.191Z | Checking serde_with v3.6.1 |
1940 | 2024-03-13T03:17:47.209Z | Checking rand_xorshift v0.3.0 |
1941 | 2024-03-13T03:17:47.381Z | Checking unarray v0.1.4 |
1942 | 2024-03-13T03:17:47.529Z | Checking proptest v1.4.0 |
1943 | 2024-03-13T03:17:48.028Z | Compiling structmeta v0.3.0 |
1944 | 2024-03-13T03:17:48.434Z | Compiling parse-display-derive v0.9.0 |
1945 | 2024-03-13T03:17:48.558Z | Checking backoff v0.4.0 |
1946 | 2024-03-13T03:17:48.561Z | Compiling structmeta v0.2.0 |
1947 | 2024-03-13T03:17:48.773Z | Checking strum v0.26.1 |
1948 | 2024-03-13T03:17:48.858Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1949 | 2024-03-13T03:17:48.930Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1950 | 2024-03-13T03:17:48.981Z | Compiling test-strategy v0.3.1 |
1951 | 2024-03-13T03:17:49.013Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1952 | 2024-03-13T03:17:49.153Z | Checking macaddr v1.0.1 |
1953 | 2024-03-13T03:17:49.494Z | Checking camino-tempfile v1.1.1 |
1954 | 2024-03-13T03:17:49.707Z | Compiling proc-macro-error-attr v1.0.4 |
1955 | 2024-03-13T03:17:49.772Z | Compiling proc-macro-error v1.0.4 |
1956 | 2024-03-13T03:17:50.190Z | Compiling proc-macro-crate v1.3.1 |
1957 | 2024-03-13T03:17:50.503Z | Checking termtree v0.4.1 |
1958 | 2024-03-13T03:17:50.703Z | Compiling heapless v0.8.0 |
1959 | 2024-03-13T03:17:51.328Z | Compiling num_enum_derive v0.5.11 |
1960 | 2024-03-13T03:17:51.604Z | Checking predicates-tree v1.0.9 |
1961 | 2024-03-13T03:17:51.689Z | Compiling usdt-attr-macro v0.5.0 |
1962 | 2024-03-13T03:17:51.751Z | Compiling usdt-macro v0.5.0 |
1963 | 2024-03-13T03:17:52.110Z | Checking hash32 v0.3.1 |
1964 | 2024-03-13T03:17:52.294Z | Checking memmap v0.7.0 |
1965 | 2024-03-13T03:17:52.496Z | Compiling smoltcp v0.11.0 |
1966 | 2024-03-13T03:17:53.108Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1967 | 2024-03-13T03:17:53.227Z | Checking embedded-io v0.4.0 |
1968 | 2024-03-13T03:17:53.292Z | Checking usdt v0.5.0 |
1969 | 2024-03-13T03:17:53.410Z | Checking parse-display v0.9.0 |
1970 | 2024-03-13T03:17:53.426Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1971 | 2024-03-13T03:17:53.463Z | Compiling crucible-workspace-hack v0.1.0 |
1972 | 2024-03-13T03:17:53.535Z | Checking cobs v0.2.3 |
1973 | 2024-03-13T03:17:53.612Z | Compiling foreign-types-macros v0.2.3 |
1974 | 2024-03-13T03:17:53.699Z | Checking postcard v1.0.8 |
1975 | 2024-03-13T03:17:53.740Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1976 | 2024-03-13T03:17:53.774Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1977 | 2024-03-13T03:17:54.034Z | Checking foreign-types-shared v0.3.1 |
1978 | 2024-03-13T03:17:54.063Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1979 | 2024-03-13T03:17:54.097Z | Checking num_enum v0.5.11 |
1980 | 2024-03-13T03:17:54.292Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1981 | 2024-03-13T03:17:54.349Z | Checking tabwriter v1.4.0 |
1982 | 2024-03-13T03:17:54.352Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1983 | 2024-03-13T03:17:54.388Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1984 | 2024-03-13T03:17:54.566Z | Checking cstr-argument v0.1.2 |
1985 | 2024-03-13T03:17:54.736Z | Checking pretty-hex v0.2.1 |
1986 | 2024-03-13T03:17:54.877Z | Checking foreign-types v0.5.0 |
1987 | 2024-03-13T03:17:54.895Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1988 | 2024-03-13T03:17:54.983Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1989 | 2024-03-13T03:17:55.177Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1990 | 2024-03-13T03:17:55.253Z | Checking colored v2.1.0 |
1991 | 2024-03-13T03:17:55.291Z | Checking socket2 v0.4.9 |
1992 | 2024-03-13T03:17:55.324Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1993 | 2024-03-13T03:17:55.328Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1994 | 2024-03-13T03:17:55.412Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1995 | 2024-03-13T03:17:55.429Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1996 | 2024-03-13T03:17:55.509Z | Compiling num-derive v0.4.0 |
1997 | 2024-03-13T03:17:55.552Z | Compiling mockall_derive v0.12.0 |
1998 | 2024-03-13T03:17:55.759Z | Checking fragile v2.0.0 |
1999 | 2024-03-13T03:17:56.109Z | Checking downcast v0.11.0 |
2000 | 2024-03-13T03:17:56.321Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2001 | 2024-03-13T03:17:56.544Z | Checking smf v0.2.2 |
2002 | 2024-03-13T03:17:56.956Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2003 | 2024-03-13T03:17:57.011Z | Checking filetime v0.2.23 |
2004 | 2024-03-13T03:17:57.198Z | Checking xattr v1.0.1 |
2005 | 2024-03-13T03:17:57.203Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2006 | 2024-03-13T03:17:57.374Z | Checking same-file v1.0.6 |
2007 | 2024-03-13T03:17:57.527Z | Checking tar v0.4.40 |
2008 | 2024-03-13T03:17:57.543Z | Checking walkdir v2.4.0 |
2009 | 2024-03-13T03:17:57.706Z | Checking pem v3.0.2 |
2010 | 2024-03-13T03:17:57.800Z | Checking linked-hash-map v0.5.6 |
2011 | 2024-03-13T03:17:57.932Z | Checking humantime v2.1.0 |
2012 | 2024-03-13T03:17:57.982Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2013 | 2024-03-13T03:17:58.139Z | Checking lru-cache v0.1.2 |
2014 | 2024-03-13T03:17:58.213Z | Compiling rayon-core v1.12.1 |
2015 | 2024-03-13T03:17:58.283Z | Checking itertools v0.12.1 |
2016 | 2024-03-13T03:17:58.335Z | Checking password-hash v0.5.0 |
2017 | 2024-03-13T03:17:58.395Z | Checking headers-core v0.2.0 |
2018 | 2024-03-13T03:17:58.516Z | Checking blake2 v0.10.6 |
2019 | 2024-03-13T03:17:58.532Z | Checking headers v0.3.9 |
2020 | 2024-03-13T03:17:58.537Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2021 | 2024-03-13T03:17:58.764Z | Checking swrite v0.1.0 |
2022 | 2024-03-13T03:17:58.871Z | Compiling derive-where v1.2.7 |
2023 | 2024-03-13T03:17:58.945Z | Checking argon2 v0.5.3 |
2024 | 2024-03-13T03:17:59.606Z | Checking rcgen v0.12.1 |
2025 | 2024-03-13T03:17:59.673Z | Checking atomicwrites v0.4.3 |
2026 | 2024-03-13T03:17:59.834Z | Checking subprocess v0.2.9 |
2027 | 2024-03-13T03:17:59.899Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2028 | 2024-03-13T03:18:00.178Z | Checking resolv-conf v0.7.0 |
2029 | 2024-03-13T03:18:00.271Z | Checking arc-swap v1.6.0 |
2030 | 2024-03-13T03:18:00.371Z | Checking half v2.3.1 |
2031 | 2024-03-13T03:18:00.922Z | Checking trust-dns-resolver v0.22.0 |
2032 | 2024-03-13T03:18:00.934Z | Checking slog-scope v4.4.0 |
2033 | 2024-03-13T03:18:00.934Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2034 | 2024-03-13T03:18:00.934Z | Checking ciborium-io v0.2.2 |
2035 | 2024-03-13T03:18:00.935Z | Compiling cancel-safe-futures v0.1.5 |
2036 | 2024-03-13T03:18:00.945Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2037 | 2024-03-13T03:18:01.022Z | Checking ciborium-ll v0.2.2 |
2038 | 2024-03-13T03:18:01.260Z | Checking slog-stdlog v4.1.1 |
2039 | 2024-03-13T03:18:01.311Z | Checking ciborium v0.2.2 |
2040 | 2024-03-13T03:18:01.408Z | Checking slog-envlogger v2.2.0 |
2041 | 2024-03-13T03:18:01.531Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2042 | 2024-03-13T03:18:01.635Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2043 | 2024-03-13T03:18:02.361Z | Compiling semver v0.1.20 |
2044 | 2024-03-13T03:18:02.382Z | Checking libsw v3.3.1 |
2045 | 2024-03-13T03:18:02.382Z | Checking owo-colors v4.0.0 |
2046 | 2024-03-13T03:18:02.382Z | Checking linear-map v1.2.0 |
2047 | 2024-03-13T03:18:02.382Z | Compiling rustc_version v0.1.7 |
2048 | 2024-03-13T03:18:02.544Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2049 | 2024-03-13T03:18:02.612Z | Compiling slog-dtrace v0.3.0 |
2050 | 2024-03-13T03:18:02.655Z | Checking termcolor v1.2.0 |
2051 | 2024-03-13T03:18:02.782Z | Compiling newtype_derive v0.1.6 |
2052 | 2024-03-13T03:18:02.925Z | Compiling blake3 v1.5.0 |
2053 | 2024-03-13T03:18:03.052Z | Compiling radium v0.7.0 |
2054 | 2024-03-13T03:18:03.214Z | Checking steno v0.4.0 |
2055 | 2024-03-13T03:18:03.287Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-03-13T03:18:03.331Z | Checking is-terminal v0.4.9 |
2057 | 2024-03-13T03:18:03.427Z | Checking nibble_vec v0.1.0 |
2058 | 2024-03-13T03:18:03.449Z | Compiling maybe-uninit v2.0.0 |
2059 | 2024-03-13T03:18:03.530Z | Checking tap v1.0.1 |
2060 | 2024-03-13T03:18:03.940Z | Checking endian-type v0.1.2 |
2061 | 2024-03-13T03:18:03.940Z | Checking wyz v0.5.1 |
2062 | 2024-03-13T03:18:03.940Z | Checking radix_trie v0.2.1 |
2063 | 2024-03-13T03:18:03.957Z | Checking mockall v0.12.0 |
2064 | 2024-03-13T03:18:03.987Z | Checking fxhash v0.2.1 |
2065 | 2024-03-13T03:18:04.463Z | Checking crc-catalog v2.2.0 |
2066 | 2024-03-13T03:18:04.471Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2067 | 2024-03-13T03:18:04.471Z | Checking funty v2.0.0 |
2068 | 2024-03-13T03:18:04.471Z | Compiling packed_struct v0.10.1 |
2069 | 2024-03-13T03:18:04.471Z | Compiling num-bigint-dig v0.8.4 |
2070 | 2024-03-13T03:18:04.471Z | Checking crc v3.0.1 |
2071 | 2024-03-13T03:18:04.471Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2072 | 2024-03-13T03:18:04.471Z | Compiling packed_struct_codegen v0.10.1 |
2073 | 2024-03-13T03:18:04.490Z | Compiling indexmap v1.9.3 |
2074 | 2024-03-13T03:18:05.008Z | Compiling num-rational v0.4.1 |
2075 | 2024-03-13T03:18:05.017Z | Checking nodrop v0.1.14 |
2076 | 2024-03-13T03:18:05.018Z | Checking array-init v0.0.4 |
2077 | 2024-03-13T03:18:05.126Z | Checking smallvec v0.6.14 |
2078 | 2024-03-13T03:18:05.142Z | Checking bitvec v1.0.1 |
2079 | 2024-03-13T03:18:05.396Z | Checking pkcs1 v0.7.5 |
2080 | 2024-03-13T03:18:05.470Z | Checking signature v2.1.0 |
2081 | 2024-03-13T03:18:05.669Z | Checking bitfield v0.14.0 |
2082 | 2024-03-13T03:18:05.691Z | Checking hashbrown v0.12.3 |
2083 | 2024-03-13T03:18:05.798Z | Checking serde-hex v0.1.0 |
2084 | 2024-03-13T03:18:06.669Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2085 | 2024-03-13T03:18:06.888Z | Checking env_logger v0.10.0 |
2086 | 2024-03-13T03:18:07.033Z | Checking rsa v0.9.2 |
2087 | 2024-03-13T03:18:07.310Z | Checking newline-converter v0.3.0 |
2088 | 2024-03-13T03:18:07.457Z | Checking x509-cert v0.2.4 |
2089 | 2024-03-13T03:18:07.477Z | Checking ron v0.8.1 |
2090 | 2024-03-13T03:18:07.490Z | Compiling crossbeam-deque v0.8.3 |
2091 | 2024-03-13T03:18:07.820Z | Checking hashbrown v0.13.2 |
2092 | 2024-03-13T03:18:08.009Z | Checking num-complex v0.4.4 |
2093 | 2024-03-13T03:18:08.739Z | Checking crc-any v2.4.3 |
2094 | 2024-03-13T03:18:08.870Z | Checking object v0.30.4 |
2095 | 2024-03-13T03:18:08.927Z | Checking num v0.4.1 |
2096 | 2024-03-13T03:18:09.037Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2097 | 2024-03-13T03:18:09.247Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2098 | 2024-03-13T03:18:09.406Z | Checking expectorate v1.1.0 |
2099 | 2024-03-13T03:18:09.536Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2100 | 2024-03-13T03:18:09.738Z | Compiling semver-parser v0.10.2 |
2101 | 2024-03-13T03:18:09.760Z | Checking path-slash v0.1.5 |
2102 | 2024-03-13T03:18:09.884Z | Compiling rayon v1.9.0 |
2103 | 2024-03-13T03:18:10.828Z | Compiling semver v0.11.0 |
2104 | 2024-03-13T03:18:11.252Z | Compiling memmap2 v0.7.1 |
2105 | 2024-03-13T03:18:11.474Z | Compiling arrayvec v0.7.4 |
2106 | 2024-03-13T03:18:11.591Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2107 | 2024-03-13T03:18:11.656Z | Compiling arrayref v0.3.7 |
2108 | 2024-03-13T03:18:11.659Z | Compiling constant_time_eq v0.3.0 |
2109 | 2024-03-13T03:18:11.749Z | Compiling home v0.5.5 |
2110 | 2024-03-13T03:18:11.834Z | Compiling convert_case v0.4.0 |
2111 | 2024-03-13T03:18:11.876Z | Compiling toolchain_find v0.2.0 |
2112 | 2024-03-13T03:18:12.559Z | Compiling toml v0.5.11 |
2113 | 2024-03-13T03:18:12.858Z | Compiling derive_more v0.99.17 |
2114 | 2024-03-13T03:18:12.884Z | Compiling topological-sort v0.2.2 |
2115 | 2024-03-13T03:18:13.063Z | Checking display-error-chain v0.2.0 |
2116 | 2024-03-13T03:18:14.032Z | Checking utf-8 v0.7.6 |
2117 | 2024-03-13T03:18:14.625Z | Compiling rustfmt-wrapper v0.2.0 |
2118 | 2024-03-13T03:18:14.914Z | Compiling omicron-zone-package v0.11.0 |
2119 | 2024-03-13T03:18:14.997Z | Checking tungstenite v0.20.1 |
2120 | 2024-03-13T03:18:15.252Z | Compiling buf-list v1.0.3 |
2121 | 2024-03-13T03:18:15.903Z | Checking tokio-tungstenite v0.20.1 |
2122 | 2024-03-13T03:18:15.934Z | Checking textwrap v0.11.0 |
2123 | 2024-03-13T03:18:16.147Z | Compiling heck v0.3.3 |
2124 | 2024-03-13T03:18:16.298Z | Compiling libefi-sys v0.1.0 |
2125 | 2024-03-13T03:18:16.366Z | Compiling parking_lot_core v0.8.6 |
2126 | 2024-03-13T03:18:16.378Z | Checking vec_map v0.8.2 |
2127 | 2024-03-13T03:18:16.541Z | Checking ansi_term v0.12.1 |
2128 | 2024-03-13T03:18:16.579Z | Checking strsim v0.8.0 |
2129 | 2024-03-13T03:18:16.628Z | Compiling structopt-derive v0.4.18 |
2130 | 2024-03-13T03:18:16.776Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2131 | 2024-03-13T03:18:16.832Z | Checking clap v2.34.0 |
2132 | 2024-03-13T03:18:17.353Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2133 | 2024-03-13T03:18:17.581Z | Compiling pin-project-internal v1.1.3 |
2134 | 2024-03-13T03:18:17.655Z | Compiling doc-comment v0.3.3 |
2135 | 2024-03-13T03:18:18.250Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2136 | 2024-03-13T03:18:18.397Z | Checking keccak v0.1.4 |
2137 | 2024-03-13T03:18:18.726Z | Checking sha3 v0.10.8 |
2138 | 2024-03-13T03:18:19.124Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2139 | 2024-03-13T03:18:19.545Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2140 | 2024-03-13T03:18:19.600Z | Checking parking_lot v0.11.2 |
2141 | 2024-03-13T03:18:19.736Z | Checking structopt v0.3.26 |
2142 | 2024-03-13T03:18:19.765Z | Checking trust-dns-client v0.22.0 |
2143 | 2024-03-13T03:18:20.078Z | Checking secrecy v0.8.0 |
2144 | 2024-03-13T03:18:20.275Z | Checking gethostname v0.4.3 |
2145 | 2024-03-13T03:18:20.428Z | Checking sled v0.34.7 |
2146 | 2024-03-13T03:18:20.839Z | Checking pin-project v1.1.3 |
2147 | 2024-03-13T03:18:21.004Z | Compiling vte_generate_state_changes v0.1.1 |
2148 | 2024-03-13T03:18:21.034Z | Checking fd-lock v3.0.13 |
2149 | 2024-03-13T03:18:21.246Z | Checking glob v0.3.1 |
2150 | 2024-03-13T03:18:21.461Z | Checking trust-dns-server v0.22.1 |
2151 | 2024-03-13T03:18:21.936Z | Checking nu-ansi-term v0.50.0 |
2152 | 2024-03-13T03:18:21.967Z | Checking strum v0.25.0 |
2153 | 2024-03-13T03:18:21.967Z | Checking vte v0.11.1 |
2154 | 2024-03-13T03:18:21.967Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2155 | 2024-03-13T03:18:21.968Z | Compiling snafu-derive v0.7.5 |
2156 | 2024-03-13T03:18:21.968Z | Compiling fs-err v2.11.0 |
2157 | 2024-03-13T03:18:22.006Z | Compiling unicase v2.7.0 |
2158 | 2024-03-13T03:18:22.620Z | Compiling platforms v3.0.2 |
2159 | 2024-03-13T03:18:22.629Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2160 | 2024-03-13T03:18:22.629Z | Checking globset v0.4.13 |
2161 | 2024-03-13T03:18:22.629Z | Checking olpc-cjson v0.1.3 |
2162 | 2024-03-13T03:18:22.795Z | Checking serde_plain v1.0.2 |
2163 | 2024-03-13T03:18:23.032Z | Checking strip-ansi-escapes v0.2.0 |
2164 | 2024-03-13T03:18:23.052Z | Compiling async-recursion v1.0.5 |
2165 | 2024-03-13T03:18:23.067Z | Checking typed-path v0.7.0 |
2166 | 2024-03-13T03:18:23.177Z | Checking reedline v0.30.0 |
2167 | 2024-03-13T03:18:24.128Z | Compiling memoffset v0.7.1 |
2168 | 2024-03-13T03:18:24.191Z | Checking parse-size v1.0.0 |
2169 | 2024-03-13T03:18:24.356Z | Checking bytecount v0.6.3 |
2170 | 2024-03-13T03:18:24.375Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2171 | 2024-03-13T03:18:24.491Z | Checking papergrid v0.11.0 |
2172 | 2024-03-13T03:18:24.921Z | Compiling curve25519-dalek v4.1.1 |
2173 | 2024-03-13T03:18:25.234Z | Compiling tabled_derive v0.7.0 |
2174 | 2024-03-13T03:18:25.274Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2175 | 2024-03-13T03:18:25.393Z | Compiling mime_guess v2.0.4 |
2176 | 2024-03-13T03:18:25.756Z | Checking universal-hash v0.5.1 |
2177 | 2024-03-13T03:18:25.826Z | Compiling thiserror-impl-no-std v2.0.2 |
2178 | 2024-03-13T03:18:25.958Z | Compiling curve25519-dalek-derive v0.1.0 |
2179 | 2024-03-13T03:18:26.066Z | Checking nanorand v0.7.0 |
2180 | 2024-03-13T03:18:26.449Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2181 | 2024-03-13T03:18:26.703Z | Compiling salty v0.2.0 |
2182 | 2024-03-13T03:18:26.748Z | Checking opaque-debug v0.3.0 |
2183 | 2024-03-13T03:18:26.830Z | Compiling prettyplease v0.2.16 |
2184 | 2024-03-13T03:18:27.118Z | Checking signature v1.6.4 |
2185 | 2024-03-13T03:18:27.239Z | Checking ed25519 v1.5.3 |
2186 | 2024-03-13T03:18:27.293Z | Checking poly1305 v0.8.0 |
2187 | 2024-03-13T03:18:27.525Z | Checking flume v0.11.0 |
2188 | 2024-03-13T03:18:27.589Z | Checking snafu v0.7.5 |
2189 | 2024-03-13T03:18:27.779Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2190 | 2024-03-13T03:18:28.003Z | Checking tabled v0.15.0 |
2191 | 2024-03-13T03:18:28.032Z | Checking tough v0.16.0 |
2192 | 2024-03-13T03:18:28.216Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2193 | 2024-03-13T03:18:28.425Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2194 | 2024-03-13T03:18:28.459Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2195 | 2024-03-13T03:18:29.164Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2196 | 2024-03-13T03:18:29.419Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2197 | 2024-03-13T03:18:29.579Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2198 | 2024-03-13T03:18:29.660Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2199 | 2024-03-13T03:18:31.033Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2200 | 2024-03-13T03:18:31.482Z | Checking thiserror-no-std v2.0.2 |
2201 | 2024-03-13T03:18:31.903Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2202 | 2024-03-13T03:18:31.903Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2203 | 2024-03-13T03:18:31.903Z | Checking chacha20 v0.9.1 |
2204 | 2024-03-13T03:18:31.903Z | Checking aead v0.5.2 |
2205 | 2024-03-13T03:18:32.083Z | Checking serde-big-array v0.5.1 |
2206 | 2024-03-13T03:18:32.172Z | Checking kstat-rs v0.2.3 |
2207 | 2024-03-13T03:18:32.332Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2208 | 2024-03-13T03:18:32.692Z | Checking chacha20poly1305 v0.10.1 |
2209 | 2024-03-13T03:18:32.939Z | Checking vsss-rs v3.3.4 |
2210 | 2024-03-13T03:18:33.193Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2211 | 2024-03-13T03:18:33.518Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2212 | 2024-03-13T03:18:35.117Z | Checking signal-hook-tokio v0.3.1 |
2213 | 2024-03-13T03:18:35.197Z | Checking serde-big-array v0.4.1 |
2214 | 2024-03-13T03:18:35.360Z | Compiling crunchy v0.2.2 |
2215 | 2024-03-13T03:18:35.378Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2216 | 2024-03-13T03:18:35.992Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2217 | 2024-03-13T03:18:36.092Z | Compiling clang-sys v1.6.1 |
2218 | 2024-03-13T03:18:36.245Z | Checking fd-lock v4.0.2 |
2219 | 2024-03-13T03:18:36.337Z | Checking nix v0.27.1 |
2220 | 2024-03-13T03:18:36.467Z | Compiling sqlparser_derive v0.2.2 |
2221 | 2024-03-13T03:18:36.815Z | Checking unicode_categories v0.1.1 |
2222 | 2024-03-13T03:18:37.116Z | Compiling tiny-keccak v2.0.2 |
2223 | 2024-03-13T03:18:37.543Z | Checking corncobs v0.1.3 |
2224 | 2024-03-13T03:18:37.558Z | Checking sqlparser v0.43.1 |
2225 | 2024-03-13T03:18:37.726Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2226 | 2024-03-13T03:18:37.951Z | Checking sqlformat v0.2.3 |
2227 | 2024-03-13T03:18:38.821Z | Checking rustyline v13.0.0 |
2228 | 2024-03-13T03:18:39.358Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2229 | 2024-03-13T03:18:39.374Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2230 | 2024-03-13T03:18:39.975Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2231 | 2024-03-13T03:18:40.405Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2024-03-13T03:18:41.782Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2233 | 2024-03-13T03:18:43.311Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2234 | 2024-03-13T03:18:43.790Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2235 | 2024-03-13T03:18:44.425Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2236 | 2024-03-13T03:18:44.447Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2237 | 2024-03-13T03:18:44.968Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2238 | 2024-03-13T03:18:46.425Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2239 | 2024-03-13T03:18:46.602Z | Compiling darling_core v0.14.4 |
2240 | 2024-03-13T03:18:47.035Z | Checking bcs v0.1.6 |
2241 | 2024-03-13T03:18:47.054Z | Checking highway v1.1.0 |
2242 | 2024-03-13T03:18:47.054Z | Compiling ref-cast v1.0.20 |
2243 | 2024-03-13T03:18:47.095Z | Compiling ascii-canvas v3.0.0 |
2244 | 2024-03-13T03:18:47.413Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2245 | 2024-03-13T03:18:47.628Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2246 | 2024-03-13T03:18:47.716Z | Compiling ref-cast-impl v1.0.20 |
2247 | 2024-03-13T03:18:47.826Z | Compiling ena v0.14.2 |
2248 | 2024-03-13T03:18:47.856Z | Compiling libloading v0.7.4 |
2249 | 2024-03-13T03:18:47.955Z | Compiling regex-syntax v0.6.29 |
2250 | 2024-03-13T03:18:48.253Z | Compiling bindgen v0.69.2 |
2251 | 2024-03-13T03:18:48.283Z | Compiling diff v0.1.13 |
2252 | 2024-03-13T03:18:48.905Z | Checking http-range v0.1.5 |
2253 | 2024-03-13T03:18:49.066Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2254 | 2024-03-13T03:18:49.077Z | Checking hyper-staticfile v0.9.5 |
2255 | 2024-03-13T03:18:49.508Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2256 | 2024-03-13T03:18:52.652Z | Compiling darling_macro v0.14.4 |
2257 | 2024-03-13T03:18:53.215Z | Compiling lalrpop v0.19.12 |
2258 | 2024-03-13T03:18:53.662Z | Compiling darling v0.14.4 |
2259 | 2024-03-13T03:18:53.769Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2260 | 2024-03-13T03:18:54.521Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2261 | 2024-03-13T03:18:55.632Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2262 | 2024-03-13T03:18:57.101Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2263 | 2024-03-13T03:18:57.211Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2264 | 2024-03-13T03:18:57.355Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2265 | 2024-03-13T03:19:02.330Z | Compiling cexpr v0.6.0 |
2266 | 2024-03-13T03:19:02.843Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2267 | 2024-03-13T03:19:02.843Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2268 | 2024-03-13T03:19:02.843Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2269 | 2024-03-13T03:19:02.843Z | Compiling which v4.4.0 |
2270 | 2024-03-13T03:19:02.843Z | Compiling lazycell v1.3.0 |
2271 | 2024-03-13T03:19:02.995Z | Checking maplit v1.0.2 |
2272 | 2024-03-13T03:19:02.995Z | Compiling rustc-hash v1.1.0 |
2273 | 2024-03-13T03:19:02.995Z | Checking assert_matches v1.5.0 |
2274 | 2024-03-13T03:19:02.995Z | Compiling peeking_take_while v0.1.2 |
2275 | 2024-03-13T03:19:02.995Z | Compiling shlex v1.3.0 |
2276 | 2024-03-13T03:19:02.995Z | Compiling derive_builder_core v0.12.0 |
2277 | 2024-03-13T03:19:02.996Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2278 | 2024-03-13T03:19:02.996Z | Compiling libxml v0.3.3 |
2279 | 2024-03-13T03:19:02.996Z | Compiling strum_macros v0.24.3 |
2280 | 2024-03-13T03:19:02.996Z | Compiling cookie v0.18.0 |
2281 | 2024-03-13T03:19:02.996Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2282 | 2024-03-13T03:19:03.115Z | Compiling portable-atomic v1.4.3 |
2283 | 2024-03-13T03:19:03.217Z | Compiling indoc v1.0.9 |
2284 | 2024-03-13T03:19:03.584Z | Compiling derive_builder_macro v0.12.0 |
2285 | 2024-03-13T03:19:04.163Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2286 | 2024-03-13T03:19:04.422Z | Checking derive_builder v0.12.0 |
2287 | 2024-03-13T03:19:04.448Z | Checking bb8 v0.8.3 |
2288 | 2024-03-13T03:19:04.576Z | Checking quick-xml v0.30.0 |
2289 | 2024-03-13T03:19:04.903Z | Compiling oso-derive v0.27.0 |
2290 | 2024-03-13T03:19:04.948Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2291 | 2024-03-13T03:19:06.017Z | Compiling impl-trait-for-tuples v0.2.2 |
2292 | 2024-03-13T03:19:06.034Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2293 | 2024-03-13T03:19:06.713Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2294 | 2024-03-13T03:19:06.976Z | Checking number_prefix v0.4.0 |
2295 | 2024-03-13T03:19:07.171Z | Checking castaway v0.2.2 |
2296 | 2024-03-13T03:19:07.327Z | Checking compact_str v0.7.1 |
2297 | 2024-03-13T03:19:07.651Z | Checking indicatif v0.17.8 |
2298 | 2024-03-13T03:19:07.737Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2299 | 2024-03-13T03:19:08.097Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2300 | 2024-03-13T03:19:08.405Z | Checking lru v0.12.1 |
2301 | 2024-03-13T03:19:08.599Z | Compiling stability v0.1.1 |
2302 | 2024-03-13T03:19:08.647Z | Compiling indoc v2.0.3 |
2303 | 2024-03-13T03:19:08.680Z | Checking cassowary v0.3.0 |
2304 | 2024-03-13T03:19:09.090Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2305 | 2024-03-13T03:19:09.311Z | Checking smawk v0.3.1 |
2306 | 2024-03-13T03:19:09.509Z | Checking unicode-linebreak v0.1.5 |
2307 | 2024-03-13T03:19:09.596Z | Checking is_ci v1.2.0 |
2308 | 2024-03-13T03:19:09.731Z | Checking supports-color v3.0.0 |
2309 | 2024-03-13T03:19:09.802Z | Checking ratatui v0.26.1 |
2310 | 2024-03-13T03:19:09.912Z | Checking textwrap v0.16.1 |
2311 | 2024-03-13T03:19:09.931Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2312 | 2024-03-13T03:19:10.237Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2313 | 2024-03-13T03:19:10.270Z | Checking rtoolbox v0.0.1 |
2314 | 2024-03-13T03:19:10.456Z | Checking rpassword v7.3.1 |
2315 | 2024-03-13T03:19:10.544Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2316 | 2024-03-13T03:19:10.558Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2317 | 2024-03-13T03:19:10.602Z | Checking fatfs v0.3.6 |
2318 | 2024-03-13T03:19:11.658Z | Checking shell-words v1.1.0 |
2319 | 2024-03-13T03:19:11.824Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2320 | 2024-03-13T03:19:12.073Z | Checking yansi v0.5.1 |
2321 | 2024-03-13T03:19:12.551Z | Checking pretty_assertions v1.4.0 |
2322 | 2024-03-13T03:19:12.718Z | Checking tui-tree-widget v0.17.0 |
2323 | 2024-03-13T03:19:12.728Z | Compiling target-lexicon v0.12.13 |
2324 | 2024-03-13T03:19:12.960Z | Checking plotters-backend v0.3.5 |
2325 | 2024-03-13T03:19:13.331Z | Compiling guppy-workspace-hack v0.1.0 |
2326 | 2024-03-13T03:19:13.471Z | Checking plotters-svg v0.3.5 |
2327 | 2024-03-13T03:19:13.649Z | Checking http-body v1.0.0 |
2328 | 2024-03-13T03:19:13.665Z | Checking rand v0.4.6 |
2329 | 2024-03-13T03:19:13.971Z | Compiling target-spec v3.1.0 |
2330 | 2024-03-13T03:19:14.223Z | Checking tower-layer v0.3.2 |
2331 | 2024-03-13T03:19:14.485Z | Compiling assert_cmd v2.0.14 |
2332 | 2024-03-13T03:19:14.518Z | Checking cast v0.3.0 |
2333 | 2024-03-13T03:19:14.643Z | Checking remove_dir_all v0.5.3 |
2334 | 2024-03-13T03:19:14.746Z | Checking tempdir v0.3.7 |
2335 | 2024-03-13T03:19:14.841Z | Checking criterion-plot v0.5.0 |
2336 | 2024-03-13T03:19:14.902Z | Checking tower v0.4.13 |
2337 | 2024-03-13T03:19:14.915Z | Checking cfg-expr v0.15.6 |
2338 | 2024-03-13T03:19:15.289Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2339 | 2024-03-13T03:19:15.660Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2340 | 2024-03-13T03:19:15.763Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2341 | 2024-03-13T03:19:16.177Z | Checking hyper v1.1.0 |
2342 | 2024-03-13T03:19:16.680Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2343 | 2024-03-13T03:19:17.480Z | Checking plotters v0.3.5 |
2344 | 2024-03-13T03:19:17.811Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2345 | 2024-03-13T03:19:17.829Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2346 | 2024-03-13T03:19:18.619Z | Checking tinytemplate v1.2.1 |
2347 | 2024-03-13T03:19:18.994Z | Checking cargo-platform v0.1.3 |
2348 | 2024-03-13T03:19:19.144Z | Checking anes v0.1.6 |
2349 | 2024-03-13T03:19:19.266Z | Checking oorandom v11.1.3 |
2350 | 2024-03-13T03:19:19.345Z | Checking cargo_metadata v0.18.1 |
2351 | 2024-03-13T03:19:19.525Z | Checking criterion v0.5.1 |
2352 | 2024-03-13T03:19:19.753Z | Checking hyper-util v0.1.2 |
2353 | 2024-03-13T03:19:21.231Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2354 | 2024-03-13T03:19:21.438Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2355 | 2024-03-13T03:19:21.715Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2356 | 2024-03-13T03:19:22.400Z | Checking rustls-native-certs v0.7.0 |
2357 | 2024-03-13T03:19:22.555Z | Checking pathdiff v0.2.1 |
2358 | 2024-03-13T03:19:22.713Z | Checking nested v0.1.1 |
2359 | 2024-03-13T03:19:22.911Z | Checking guppy v0.17.5 |
2360 | 2024-03-13T03:19:25.068Z | Checking hyper-rustls v0.26.0 |
2361 | 2024-03-13T03:19:25.393Z | Checking httptest v0.15.5 |
2362 | 2024-03-13T03:19:26.117Z | Checking threadpool v1.8.1 |
2363 | 2024-03-13T03:19:26.298Z | Checking libtest-mimic v0.6.1 |
2364 | 2024-03-13T03:19:26.716Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2365 | 2024-03-13T03:19:26.954Z | Checking similar-asserts v1.5.0 |
2366 | 2024-03-13T03:19:27.176Z | Compiling rstest_macros v0.18.2 |
2367 | 2024-03-13T03:19:27.982Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2368 | 2024-03-13T03:19:29.216Z | Checking datatest-stable v0.2.3 |
2369 | 2024-03-13T03:19:29.435Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2370 | 2024-03-13T03:19:29.563Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2371 | 2024-03-13T03:19:29.855Z | Checking csv-core v0.1.11 |
2372 | 2024-03-13T03:19:29.873Z | Compiling trybuild v1.0.89 |
2373 | 2024-03-13T03:19:30.096Z | Compiling relative-path v1.9.0 |
2374 | 2024-03-13T03:19:30.218Z | Checking constant_time_eq v0.2.6 |
2375 | 2024-03-13T03:19:30.290Z | Checking csv v1.3.0 |
2376 | 2024-03-13T03:19:30.342Z | Checking blake2b_simd v1.0.1 |
2377 | 2024-03-13T03:19:31.235Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2378 | 2024-03-13T03:19:31.256Z | Checking basic-toml v0.1.8 |
2379 | 2024-03-13T03:19:31.466Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2380 | 2024-03-13T03:19:32.119Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2381 | 2024-03-13T03:19:32.345Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2382 | 2024-03-13T03:19:34.497Z | Checking multimap v0.10.0 |
2383 | 2024-03-13T03:19:34.666Z | Checking futures-timer v3.0.2 |
2384 | 2024-03-13T03:19:36.312Z | Checking rust-argon2 v1.0.1 |
2385 | 2024-03-13T03:19:36.740Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2386 | 2024-03-13T03:19:38.737Z | Checking partial-io v0.5.4 |
2387 | 2024-03-13T03:19:39.080Z | Checking approx v0.5.1 |
2388 | 2024-03-13T03:19:39.311Z | Checking termios v0.3.3 |
2389 | 2024-03-13T03:19:39.531Z | Checking hex-literal v0.4.1 |
2390 | 2024-03-13T03:19:40.863Z | Checking rstest v0.18.2 |
2391 | 2024-03-13T03:19:42.133Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2392 | 2024-03-13T03:20:00.916Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2393 | 2024-03-13T03:20:26.984Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2394 | 2024-03-13T03:20:30.435Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2395 | 2024-03-13T03:20:33.853Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2396 | 2024-03-13T03:20:34.173Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2397 | 2024-03-13T03:20:34.852Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2398 | 2024-03-13T03:20:46.094Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2399 | 2024-03-13T03:20:57.004Z | Compiling polar-core v0.27.0 |
2400 | 2024-03-13T03:21:04.594Z | Checking oso v0.27.0 |
2401 | 2024-03-13T03:21:30.363Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2402 | 2024-03-13T03:21:30.363Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2403 | 2024-03-13T03:22:32.071Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 44s |
2404 | 2024-03-13T03:22:32.262Z | |
2405 | 2024-03-13T03:22:32.262Z | real 7:28.856159299 |
2406 | 2024-03-13T03:22:32.262Z | user 38:24.916323908 |
2407 | 2024-03-13T03:22:32.262Z | sys 6:32.877143719 |
2408 | 2024-03-13T03:22:32.265Z | trap 1.043889061 |
2409 | 2024-03-13T03:22:32.266Z | tflt 4.194941871 |
2410 | 2024-03-13T03:22:32.266Z | dflt 3.114251484 |
2411 | 2024-03-13T03:22:32.266Z | kflt 0.051179012 |
2412 | 2024-03-13T03:22:32.266Z | lock 58:50.186184534 |
2413 | 2024-03-13T03:22:32.266Z | slp 1:56:11.571700369 |
2414 | 2024-03-13T03:22:32.266Z | lat 1:48.695494262 |
2415 | 2024-03-13T03:22:32.266Z | stop 4:27.538891432 |
2416 | 2024-03-13T03:22:33.128Z | warning: output filename collision. |
2417 | 2024-03-13T03:22:33.128Z | 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)`. |
2418 | 2024-03-13T03:22:33.128Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2419 | 2024-03-13T03:22:33.128Z | The targets should have unique names. |
2420 | 2024-03-13T03:22:33.128Z | This is a known bug where multiple crates with the same name use |
2421 | 2024-03-13T03:22:33.128Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2422 | 2024-03-13T03:22:33.133Z | warning: output filename collision. |
2423 | 2024-03-13T03:22:33.133Z | The lib target `nix` in package `nix v0.27.1` 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)`. |
2424 | 2024-03-13T03:22:33.133Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2425 | 2024-03-13T03:22:33.133Z | The targets should have unique names. |
2426 | 2024-03-13T03:22:33.134Z | This is a known bug where multiple crates with the same name use |
2427 | 2024-03-13T03:22:33.134Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2428 | 2024-03-13T03:22:33.134Z | warning: output filename collision. |
2429 | 2024-03-13T03:22:33.134Z | 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)`. |
2430 | 2024-03-13T03:22:33.134Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2431 | 2024-03-13T03:22:33.134Z | The targets should have unique names. |
2432 | 2024-03-13T03:22:33.134Z | This is a known bug where multiple crates with the same name use |
2433 | 2024-03-13T03:22:33.134Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2434 | 2024-03-13T03:22:33.134Z | warning: output filename collision. |
2435 | 2024-03-13T03:22:33.134Z | 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)`. |
2436 | 2024-03-13T03:22:33.134Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2437 | 2024-03-13T03:22:33.134Z | The targets should have unique names. |
2438 | 2024-03-13T03:22:33.134Z | This is a known bug where multiple crates with the same name use |
2439 | 2024-03-13T03:22:33.134Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2440 | 2024-03-13T03:22:33.616Z | Documenting libc v0.2.153 |
2441 | 2024-03-13T03:22:33.660Z | Documenting cfg-if v1.0.0 |
2442 | 2024-03-13T03:22:33.670Z | Documenting serde_derive v1.0.197 |
2443 | 2024-03-13T03:22:33.698Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2444 | 2024-03-13T03:22:33.716Z | Documenting log v0.4.20 |
2445 | 2024-03-13T03:22:33.733Z | Documenting memchr v2.7.1 |
2446 | 2024-03-13T03:22:33.745Z | Documenting byteorder v1.5.0 |
2447 | 2024-03-13T03:22:33.758Z | Documenting scopeguard v1.2.0 |
2448 | 2024-03-13T03:22:34.061Z | Documenting smallvec v1.13.1 |
2449 | 2024-03-13T03:22:36.380Z | Documenting itoa v1.0.9 |
2450 | 2024-03-13T03:22:36.852Z | Documenting lock_api v0.4.10 |
2451 | 2024-03-13T03:22:37.222Z | Documenting zeroize_derive v1.4.2 |
2452 | 2024-03-13T03:22:38.184Z | Documenting once_cell v1.19.0 |
2453 | 2024-03-13T03:22:38.310Z | Documenting libm v0.2.7 |
2454 | 2024-03-13T03:22:38.331Z | Documenting getrandom v0.2.12 |
2455 | 2024-03-13T03:22:39.019Z | Documenting parking_lot_core v0.9.8 |
2456 | 2024-03-13T03:22:39.283Z | Documenting pin-project-lite v0.2.13 |
2457 | 2024-03-13T03:22:40.271Z | Documenting signal-hook-registry v1.4.1 |
2458 | 2024-03-13T03:22:41.458Z | Documenting serde v1.0.197 |
2459 | 2024-03-13T03:22:41.619Z | Documenting num-traits v0.2.18 |
2460 | 2024-03-13T03:22:42.169Z | Documenting mio v0.8.11 |
2461 | 2024-03-13T03:22:42.417Z | Documenting zeroize v1.7.0 |
2462 | 2024-03-13T03:22:42.682Z | Documenting futures-core v0.3.30 |
2463 | 2024-03-13T03:22:43.104Z | Documenting rand_core v0.6.4 |
2464 | 2024-03-13T03:22:43.963Z | Documenting parking_lot v0.12.1 |
2465 | 2024-03-13T03:22:45.112Z | Documenting thiserror-impl v1.0.57 |
2466 | 2024-03-13T03:22:51.786Z | Documenting ryu v1.0.15 |
2467 | 2024-03-13T03:22:51.786Z | Documenting socket2 v0.5.5 |
2468 | 2024-03-13T03:22:51.786Z | Documenting num_cpus v1.16.0 |
2469 | 2024-03-13T03:22:51.787Z | Documenting typenum v1.16.0 |
2470 | 2024-03-13T03:22:51.787Z | Documenting tokio-macros v2.2.0 |
2471 | 2024-03-13T03:22:51.787Z | Documenting subtle v2.5.0 |
2472 | 2024-03-13T03:22:51.787Z | Documenting zerocopy v0.7.32 |
2473 | 2024-03-13T03:22:51.787Z | Documenting thiserror v1.0.57 |
2474 | 2024-03-13T03:22:51.870Z | Documenting futures-sink v0.3.30 |
2475 | 2024-03-13T03:22:51.924Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2476 | 2024-03-13T03:22:52.022Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2477 | 2024-03-13T03:22:52.732Z | Documenting const-oid v0.9.6 |
2478 | 2024-03-13T03:23:00.709Z | Documenting iana-time-zone v0.1.57 |
2479 | 2024-03-13T03:23:01.668Z | Documenting generic-array v0.14.7 |
2480 | 2024-03-13T03:23:02.037Z | Documenting pin-utils v0.1.0 |
2481 | 2024-03-13T03:23:02.047Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2482 | 2024-03-13T03:23:02.302Z | Documenting futures-channel v0.3.30 |
2483 | 2024-03-13T03:23:02.695Z | Documenting slab v0.4.9 |
2484 | 2024-03-13T03:23:03.776Z | Documenting futures-macro v0.3.30 |
2485 | 2024-03-13T03:23:05.125Z | Documenting futures-io v0.3.30 |
2486 | 2024-03-13T03:23:07.014Z | Documenting crypto-common v0.1.6 |
2487 | 2024-03-13T03:23:07.489Z | Documenting futures-task v0.3.30 |
2488 | 2024-03-13T03:23:07.534Z | Documenting tinyvec_macros v0.1.1 |
2489 | 2024-03-13T03:23:08.369Z | Documenting ahash v0.8.8 |
2490 | 2024-03-13T03:23:09.381Z | Documenting allocator-api2 v0.2.16 |
2491 | 2024-03-13T03:23:09.950Z | Documenting block-buffer v0.10.4 |
2492 | 2024-03-13T03:23:10.196Z | Documenting ppv-lite86 v0.2.17 |
2493 | 2024-03-13T03:23:10.350Z | Documenting tinyvec v1.6.0 |
2494 | 2024-03-13T03:23:11.216Z | Documenting bytes v1.5.0 |
2495 | 2024-03-13T03:23:12.270Z | Documenting bitflags v2.4.2 |
2496 | 2024-03-13T03:23:12.891Z | Documenting serde_json v1.0.114 |
2497 | 2024-03-13T03:23:13.612Z | Documenting chrono v0.4.34 |
2498 | 2024-03-13T03:23:13.887Z | Documenting futures-util v0.3.30 |
2499 | 2024-03-13T03:23:13.905Z | Documenting uuid v1.7.0 |
2500 | 2024-03-13T03:23:14.581Z | Documenting hashbrown v0.14.3 |
2501 | 2024-03-13T03:23:15.419Z | Documenting digest v0.10.7 |
2502 | 2024-03-13T03:23:16.190Z | Documenting tokio v1.36.0 |
2503 | 2024-03-13T03:23:16.549Z | Documenting unicode-normalization v0.1.22 |
2504 | 2024-03-13T03:23:18.474Z | Documenting rand_chacha v0.3.1 |
2505 | 2024-03-13T03:23:19.229Z | Documenting tracing-core v0.1.32 |
2506 | 2024-03-13T03:23:20.356Z | Documenting tracing-attributes v0.1.27 |
2507 | 2024-03-13T03:23:20.942Z | Documenting unicode-bidi v0.3.15 |
2508 | 2024-03-13T03:23:21.828Z | Documenting lazy_static v1.4.0 |
2509 | 2024-03-13T03:23:23.176Z | Documenting percent-encoding v2.3.1 |
2510 | 2024-03-13T03:23:31.225Z | Checking serde_derive_internals v0.26.0 |
2511 | 2024-03-13T03:23:31.241Z | Documenting rand v0.8.5 |
2512 | 2024-03-13T03:23:31.424Z | Documenting serde_derive_internals v0.26.0 |
2513 | 2024-03-13T03:23:31.428Z | Documenting equivalent v1.0.1 |
2514 | 2024-03-13T03:23:31.449Z | Documenting dyn-clone v1.0.17 |
2515 | 2024-03-13T03:23:31.838Z | Documenting base64 v0.21.7 |
2516 | 2024-03-13T03:23:32.171Z | Documenting powerfmt v0.2.0 |
2517 | 2024-03-13T03:23:32.919Z | Documenting form_urlencoded v1.2.1 |
2518 | 2024-03-13T03:23:34.337Z | Documenting indexmap v2.2.5 |
2519 | 2024-03-13T03:23:34.998Z | Documenting time-macros v0.2.17 |
2520 | 2024-03-13T03:23:35.201Z | Documenting deranged v0.3.11 |
2521 | 2024-03-13T03:23:36.809Z | Documenting cpufeatures v0.2.12 |
2522 | 2024-03-13T03:23:37.208Z | Documenting num-conv v0.1.0 |
2523 | 2024-03-13T03:23:37.795Z | Documenting num_threads v0.1.6 |
2524 | 2024-03-13T03:23:38.383Z | Documenting schemars_derive v0.8.16 |
2525 | 2024-03-13T03:23:39.706Z | Documenting time-core v0.1.2 |
2526 | 2024-03-13T03:23:40.235Z | Documenting fnv v1.0.7 |
2527 | 2024-03-13T03:23:40.512Z | Documenting unicode-width v0.1.11 |
2528 | 2024-03-13T03:23:40.537Z | Documenting idna v0.5.0 |
2529 | 2024-03-13T03:23:40.950Z | Documenting errno v0.3.8 |
2530 | 2024-03-13T03:23:41.438Z | Documenting tracing v0.1.40 |
2531 | 2024-03-13T03:23:42.467Z | Documenting httparse v1.8.0 |
2532 | 2024-03-13T03:23:42.685Z | Documenting time v0.3.34 |
2533 | 2024-03-13T03:23:43.881Z | Documenting adler v1.0.2 |
2534 | 2024-03-13T03:23:44.138Z | Documenting schemars v0.8.16 |
2535 | 2024-03-13T03:23:48.094Z | Documenting base64ct v1.6.0 |
2536 | 2024-03-13T03:23:48.392Z | Documenting url v2.5.0 |
2537 | 2024-03-13T03:23:48.392Z | Documenting rustix v0.38.31 |
2538 | 2024-03-13T03:23:48.392Z | Documenting miniz_oxide v0.7.1 |
2539 | 2024-03-13T03:23:48.392Z | Documenting unicode-ident v1.0.12 |
2540 | 2024-03-13T03:23:48.528Z | Documenting slog v2.7.0 |
2541 | 2024-03-13T03:23:50.942Z | Documenting proc-macro2 v1.0.78 |
2542 | 2024-03-13T03:23:50.964Z | Documenting try-lock v0.2.4 |
2543 | 2024-03-13T03:23:50.979Z | Documenting httpdate v1.0.3 |
2544 | 2024-03-13T03:23:51.122Z | Documenting http-body v0.4.5 |
2545 | 2024-03-13T03:23:51.247Z | Documenting aho-corasick v1.1.2 |
2546 | 2024-03-13T03:23:52.953Z | Documenting openssl-sys v0.9.96 |
2547 | 2024-03-13T03:23:53.050Z | Documenting async-trait v0.1.77 |
2548 | 2024-03-13T03:23:54.063Z | Documenting want v0.3.1 |
2549 | 2024-03-13T03:23:55.806Z | Documenting openssl-macros v0.1.1 |
2550 | 2024-03-13T03:23:56.224Z | Documenting regex-syntax v0.8.2 |
2551 | 2024-03-13T03:23:56.975Z | Documenting mime v0.3.17 |
2552 | 2024-03-13T03:23:57.541Z | Documenting tower-service v0.3.2 |
2553 | 2024-03-13T03:23:58.337Z | Documenting tokio-util v0.7.10 |
2554 | 2024-03-13T03:23:58.944Z | Documenting quote v1.0.35 |
2555 | 2024-03-13T03:23:59.245Z | Documenting pem-rfc7468 v0.7.0 |
2556 | 2024-03-13T03:23:59.856Z | Documenting crossbeam-utils v0.8.19 |
2557 | 2024-03-13T03:24:01.461Z | Documenting openssl v0.10.60 |
2558 | 2024-03-13T03:24:01.656Z | Documenting der_derive v0.7.2 |
2559 | 2024-03-13T03:24:02.358Z | Documenting openssl-probe v0.1.5 |
2560 | 2024-03-13T03:24:03.198Z | Documenting ipnet v2.9.0 |
2561 | 2024-03-13T03:24:03.849Z | Documenting regex-automata v0.4.5 |
2562 | 2024-03-13T03:24:04.136Z | Documenting flagset v0.4.3 |
2563 | 2024-03-13T03:24:04.835Z | Documenting h2 v0.3.24 |
2564 | 2024-03-13T03:24:05.085Z | Documenting utf8parse v0.2.1 |
2565 | 2024-03-13T03:24:06.992Z | Documenting syn v2.0.51 |
2566 | 2024-03-13T03:24:07.122Z | Documenting num-integer v0.1.46 |
2567 | 2024-03-13T03:24:08.092Z | Documenting gimli v0.28.0 |
2568 | 2024-03-13T03:24:08.168Z | Documenting object v0.32.1 |
2569 | 2024-03-13T03:24:08.230Z | Documenting der v0.7.8 |
2570 | 2024-03-13T03:24:09.827Z | Documenting native-tls v0.2.11 |
2571 | 2024-03-13T03:24:11.913Z | Documenting encoding_rs v0.8.33 |
2572 | 2024-03-13T03:24:13.754Z | Documenting regex v1.10.3 |
2573 | 2024-03-13T03:24:14.406Z | Documenting spki v0.7.2 |
2574 | 2024-03-13T03:24:14.417Z | Documenting addr2line v0.21.0 |
2575 | 2024-03-13T03:24:15.004Z | Documenting rustc-demangle v0.1.23 |
2576 | 2024-03-13T03:24:15.137Z | Documenting hyper v0.14.28 |
2577 | 2024-03-13T03:24:17.283Z | Documenting psl-types v2.0.11 |
2578 | 2024-03-13T03:24:18.186Z | Documenting tokio-native-tls v0.3.1 |
2579 | 2024-03-13T03:24:18.759Z | Documenting serde_urlencoded v0.7.1 |
2580 | 2024-03-13T03:24:18.934Z | Documenting spin v0.9.8 |
2581 | 2024-03-13T03:24:20.333Z | Documenting publicsuffix v2.2.3 |
2582 | 2024-03-13T03:24:20.427Z | Documenting either v1.10.0 |
2583 | 2024-03-13T03:24:20.885Z | Documenting backtrace v0.3.69 |
2584 | 2024-03-13T03:24:22.695Z | Documenting pkcs8 v0.10.2 |
2585 | 2024-03-13T03:24:23.439Z | Documenting futures-executor v0.3.30 |
2586 | 2024-03-13T03:24:25.036Z | Checking pest_meta v2.7.6 |
2587 | 2024-03-13T03:24:25.176Z | Documenting sync_wrapper v0.1.2 |
2588 | 2024-03-13T03:24:25.241Z | Documenting cookie_store v0.20.0 |
2589 | 2024-03-13T03:24:25.940Z | Documenting anstyle v1.0.2 |
2590 | 2024-03-13T03:24:27.131Z | Documenting anyhow v1.0.79 |
2591 | 2024-03-13T03:24:27.232Z | Documenting data-encoding v2.4.0 |
2592 | 2024-03-13T03:24:27.644Z | Documenting webpki-roots v0.25.2 |
2593 | 2024-03-13T03:24:28.149Z | Documenting anstyle-parse v0.2.1 |
2594 | 2024-03-13T03:24:28.930Z | Documenting hyper-tls v0.5.0 |
2595 | 2024-03-13T03:24:29.831Z | Documenting hyper-rustls v0.24.2 |
2596 | 2024-03-13T03:24:30.835Z | Documenting crossbeam-epoch v0.9.18 |
2597 | 2024-03-13T03:24:30.933Z | Documenting ipnetwork v0.20.0 |
2598 | 2024-03-13T03:24:31.483Z | Documenting sha2 v0.10.8 |
2599 | 2024-03-13T03:24:32.429Z | Documenting hex v0.4.3 |
2600 | 2024-03-13T03:24:32.433Z | Documenting crc32fast v1.3.2 |
2601 | 2024-03-13T03:24:32.433Z | Documenting pest_meta v2.7.6 |
2602 | 2024-03-13T03:24:35.799Z | Documenting scroll_derive v0.12.0 |
2603 | 2024-03-13T03:24:35.971Z | Documenting anstyle-query v1.0.0 |
2604 | 2024-03-13T03:24:36.361Z | Documenting colorchoice v1.0.0 |
2605 | 2024-03-13T03:24:36.480Z | Documenting untrusted v0.9.0 |
2606 | 2024-03-13T03:24:36.608Z | Documenting futures v0.3.30 |
2607 | 2024-03-13T03:24:36.800Z | Documenting reqwest v0.11.24 |
2608 | 2024-03-13T03:24:36.927Z | Checking pest_generator v2.7.6 |
2609 | 2024-03-13T03:24:37.286Z | Documenting pest_generator v2.7.6 |
2610 | 2024-03-13T03:24:37.640Z | Documenting num-iter v0.1.44 |
2611 | 2024-03-13T03:24:39.231Z | Documenting terminal_size v0.3.0 |
2612 | 2024-03-13T03:24:39.362Z | Documenting ring v0.17.8 |
2613 | 2024-03-13T03:24:40.551Z | Documenting anstream v0.6.11 |
2614 | 2024-03-13T03:24:41.306Z | Documenting scroll v0.12.0 |
2615 | 2024-03-13T03:24:42.453Z | Documenting openapiv3 v2.0.0 |
2616 | 2024-03-13T03:24:42.911Z | Documenting hmac v0.12.1 |
2617 | 2024-03-13T03:24:44.222Z | Documenting signal-hook v0.3.17 |
2618 | 2024-03-13T03:24:44.716Z | Documenting plain v0.2.3 |
2619 | 2024-03-13T03:24:45.630Z | Documenting strsim v0.11.0 |
2620 | 2024-03-13T03:24:45.724Z | Documenting clap_lex v0.7.0 |
2621 | 2024-03-13T03:24:45.743Z | Documenting static_assertions v1.1.0 |
2622 | 2024-03-13T03:24:47.497Z | Documenting ucd-trie v0.1.6 |
2623 | 2024-03-13T03:24:48.756Z | Documenting goblin v0.8.0 |
2624 | 2024-03-13T03:24:48.832Z | Documenting pest_derive v2.7.6 |
2625 | 2024-03-13T03:24:49.162Z | Documenting flate2 v1.0.28 |
2626 | 2024-03-13T03:24:49.340Z | Documenting clap_derive v4.5.0 |
2627 | 2024-03-13T03:24:49.812Z | Documenting pretty-hex v0.4.1 |
2628 | 2024-03-13T03:24:50.212Z | Documenting unicode-segmentation v1.10.1 |
2629 | 2024-03-13T03:24:50.360Z | Documenting clap_builder v4.5.1 |
2630 | 2024-03-13T03:24:51.950Z | Documenting pest v2.7.6 |
2631 | 2024-03-13T03:24:52.991Z | Documenting managed v0.8.0 |
2632 | 2024-03-13T03:24:53.382Z | Documenting signal-hook-mio v0.2.3 |
2633 | 2024-03-13T03:24:53.719Z | Documenting block-padding v0.3.3 |
2634 | 2024-03-13T03:24:54.586Z | Documenting scheduled-thread-pool v0.2.7 |
2635 | 2024-03-13T03:24:54.871Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2636 | 2024-03-13T03:24:56.098Z | Documenting dof v0.3.0 |
2637 | 2024-03-13T03:24:56.422Z | Documenting thread-id v4.2.0 |
2638 | 2024-03-13T03:24:57.428Z | Documenting dtrace-parser v0.2.0 |
2639 | 2024-03-13T03:24:57.787Z | Documenting enum-as-inner v0.5.1 |
2640 | 2024-03-13T03:24:58.241Z | Documenting clap v4.5.1 |
2641 | 2024-03-13T03:24:58.783Z | Checking diesel_table_macro_syntax v0.1.0 |
2642 | 2024-03-13T03:24:58.951Z | Documenting diesel_table_macro_syntax v0.1.0 |
2643 | 2024-03-13T03:24:59.382Z | Documenting inout v0.1.3 |
2644 | 2024-03-13T03:25:00.126Z | Documenting bzip2 v0.4.4 |
2645 | 2024-03-13T03:25:01.289Z | Documenting r2d2 v0.8.10 |
2646 | 2024-03-13T03:25:01.304Z | Documenting crossterm v0.27.0 |
2647 | 2024-03-13T03:25:02.257Z | Documenting usdt-impl v0.5.0 |
2648 | 2024-03-13T03:25:02.535Z | Documenting trust-dns-proto v0.22.0 |
2649 | 2024-03-13T03:25:04.706Z | Documenting md-5 v0.10.5 |
2650 | 2024-03-13T03:25:04.785Z | Documenting diesel_derives v2.1.2 |
2651 | 2024-03-13T03:25:04.891Z | Documenting stringprep v0.1.3 |
2652 | 2024-03-13T03:25:05.140Z | Documenting toml_datetime v0.6.5 |
2653 | 2024-03-13T03:25:05.532Z | Documenting serde_spanned v0.6.5 |
2654 | 2024-03-13T03:25:06.935Z | Documenting ff v0.13.0 |
2655 | 2024-03-13T03:25:08.978Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2656 | 2024-03-13T03:25:09.465Z | Documenting siphasher v0.3.11 |
2657 | 2024-03-13T03:25:09.741Z | Documenting base16ct v0.2.0 |
2658 | 2024-03-13T03:25:09.815Z | Documenting bit-vec v0.6.3 |
2659 | 2024-03-13T03:25:10.116Z | Documenting winnow v0.6.1 |
2660 | 2024-03-13T03:25:11.376Z | Documenting fallible-iterator v0.2.0 |
2661 | 2024-03-13T03:25:11.939Z | Documenting group v0.13.0 |
2662 | 2024-03-13T03:25:12.470Z | Documenting phf_shared v0.11.2 |
2663 | 2024-03-13T03:25:12.965Z | Documenting zip v0.6.6 |
2664 | 2024-03-13T03:25:13.002Z | Documenting sec1 v0.7.3 |
2665 | 2024-03-13T03:25:13.834Z | Documenting diesel v2.1.4 |
2666 | 2024-03-13T03:25:14.443Z | Documenting cipher v0.4.4 |
2667 | 2024-03-13T03:25:16.425Z | Documenting toml_edit v0.22.6 |
2668 | 2024-03-13T03:25:16.888Z | Documenting hkdf v0.12.4 |
2669 | 2024-03-13T03:25:17.192Z | Documenting bstr v1.9.0 |
2670 | 2024-03-13T03:25:17.207Z | Documenting postgres-protocol v0.6.6 |
2671 | 2024-03-13T03:25:17.418Z | Documenting num-bigint v0.4.4 |
2672 | 2024-03-13T03:25:28.823Z | Documenting hubpack v0.1.2 |
2673 | 2024-03-13T03:25:36.673Z | Documenting crypto-bigint v0.5.2 |
2674 | 2024-03-13T03:25:36.719Z | Documenting serde_repr v0.1.16 |
2675 | 2024-03-13T03:25:36.908Z | Documenting precomputed-hash v0.1.1 |
2676 | 2024-03-13T03:25:36.921Z | Documenting lalrpop-util v0.19.12 |
2677 | 2024-03-13T03:25:36.986Z | Documenting fixedbitset v0.4.2 |
2678 | 2024-03-13T03:25:37.539Z | Checking strsim v0.10.0 |
2679 | 2024-03-13T03:25:37.770Z | Documenting minimal-lexical v0.2.1 |
2680 | 2024-03-13T03:25:37.796Z | Documenting new_debug_unreachable v1.0.4 |
2681 | 2024-03-13T03:25:39.464Z | Checking ident_case v1.0.1 |
2682 | 2024-03-13T03:25:39.618Z | Documenting yasna v0.5.2 |
2683 | 2024-03-13T03:25:40.695Z | Documenting petgraph v0.6.4 |
2684 | 2024-03-13T03:25:40.723Z | Documenting postgres-types v0.2.6 |
2685 | 2024-03-13T03:25:41.748Z | Documenting phf v0.11.2 |
2686 | 2024-03-13T03:25:41.826Z | Documenting string_cache v0.8.7 |
2687 | 2024-03-13T03:25:42.326Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2688 | 2024-03-13T03:25:42.517Z | Documenting nom v7.1.3 |
2689 | 2024-03-13T03:25:52.365Z | Documenting console v0.15.8 |
2690 | 2024-03-13T03:25:52.421Z | Documenting semver v1.0.22 |
2691 | 2024-03-13T03:25:52.565Z | Documenting float-cmp v0.9.0 |
2692 | 2024-03-13T03:25:52.792Z | Documenting whoami v1.5.0 |
2693 | 2024-03-13T03:25:53.104Z | Documenting elliptic-curve v0.13.8 |
2694 | 2024-03-13T03:25:53.311Z | Documenting difflib v0.4.0 |
2695 | 2024-03-13T03:25:53.518Z | Documenting predicates-core v1.0.6 |
2696 | 2024-03-13T03:25:53.767Z | Documenting normalize-line-endings v0.3.0 |
2697 | 2024-03-13T03:25:56.949Z | Documenting bit-set v0.5.3 |
2698 | 2024-03-13T03:25:57.255Z | Documenting similar v2.4.0 |
2699 | 2024-03-13T03:25:57.538Z | Documenting tokio-stream v0.1.14 |
2700 | 2024-03-13T03:25:57.653Z | Documenting tokio-postgres v0.7.10 |
2701 | 2024-03-13T03:25:58.063Z | Documenting heck v0.4.1 |
2702 | 2024-03-13T03:25:58.264Z | Checking unsafe-libyaml v0.2.10 |
2703 | 2024-03-13T03:25:58.621Z | Documenting predicates v3.1.0 |
2704 | 2024-03-13T03:25:59.395Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2705 | 2024-03-13T03:26:10.127Z | Documenting unsafe-libyaml v0.2.10 |
2706 | 2024-03-13T03:26:10.133Z | Checking serde_yaml v0.9.25 |
2707 | 2024-03-13T03:26:10.133Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2708 | 2024-03-13T03:26:10.159Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2709 | 2024-03-13T03:26:10.320Z | Documenting getopts v0.2.21 |
2710 | 2024-03-13T03:26:10.347Z | Documenting match_cfg v0.1.0 |
2711 | 2024-03-13T03:26:10.552Z | Checking darling_core v0.20.3 |
2712 | 2024-03-13T03:26:10.960Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2713 | 2024-03-13T03:26:11.775Z | Documenting sha1 v0.10.6 |
2714 | 2024-03-13T03:26:12.335Z | Documenting dirs-sys-next v0.1.2 |
2715 | 2024-03-13T03:26:13.807Z | Documenting hostname v0.3.1 |
2716 | 2024-03-13T03:26:14.121Z | Documenting serde_yaml v0.9.25 |
2717 | 2024-03-13T03:26:14.982Z | Documenting rustls-pki-types v1.3.0 |
2718 | 2024-03-13T03:26:15.713Z | Checking darling v0.20.3 |
2719 | 2024-03-13T03:26:15.815Z | Documenting camino v1.1.6 |
2720 | 2024-03-13T03:26:16.623Z | Documenting thread_local v1.1.7 |
2721 | 2024-03-13T03:26:17.259Z | Documenting dirs-next v2.0.0 |
2722 | 2024-03-13T03:26:18.260Z | Documenting paste v1.0.14 |
2723 | 2024-03-13T03:26:18.694Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2724 | 2024-03-13T03:26:18.712Z | Documenting crossbeam-channel v0.5.8 |
2725 | 2024-03-13T03:26:19.837Z | Documenting rustls-webpki v0.102.1 |
2726 | 2024-03-13T03:26:20.967Z | Documenting atty v0.2.14 |
2727 | 2024-03-13T03:26:20.967Z | Documenting progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2728 | 2024-03-13T03:26:21.259Z | Documenting take_mut v0.2.2 |
2729 | 2024-03-13T03:26:22.145Z | Documenting term v0.7.0 |
2730 | 2024-03-13T03:26:22.902Z | Documenting slog-json v2.6.1 |
2731 | 2024-03-13T03:26:23.926Z | Documenting http v1.0.0 |
2732 | 2024-03-13T03:26:24.556Z | Documenting async-stream-impl v0.3.5 |
2733 | 2024-03-13T03:26:24.571Z | Documenting rustls v0.22.2 |
2734 | 2024-03-13T03:26:25.447Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2735 | 2024-03-13T03:26:26.042Z | Documenting slog-async v2.8.0 |
2736 | 2024-03-13T03:26:27.189Z | Documenting slog-term v2.9.0 |
2737 | 2024-03-13T03:26:27.692Z | Documenting debug-ignore v1.0.5 |
2738 | 2024-03-13T03:26:28.830Z | Documenting atomic-waker v1.1.1 |
2739 | 2024-03-13T03:26:29.372Z | Documenting multer v3.0.0 |
2740 | 2024-03-13T03:26:30.203Z | Documenting async-stream v0.3.5 |
2741 | 2024-03-13T03:26:30.660Z | Documenting slog-bunyan v2.5.0 |
2742 | 2024-03-13T03:26:30.885Z | Documenting rustls-pemfile v2.1.1 |
2743 | 2024-03-13T03:26:31.777Z | Documenting waitgroup v0.1.2 |
2744 | 2024-03-13T03:26:31.980Z | Documenting toml v0.8.10 |
2745 | 2024-03-13T03:26:33.764Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2746 | 2024-03-13T03:26:34.440Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2747 | 2024-03-13T03:26:34.760Z | Documenting serde_path_to_error v0.1.15 |
2748 | 2024-03-13T03:26:35.024Z | Documenting strum v0.26.1 |
2749 | 2024-03-13T03:26:35.078Z | Documenting tokio-rustls v0.25.0 |
2750 | 2024-03-13T03:26:35.722Z | Documenting serde_with_macros v3.6.1 |
2751 | 2024-03-13T03:26:36.540Z | Documenting structmeta-derive v0.3.0 |
2752 | 2024-03-13T03:26:38.099Z | Documenting regress v0.9.0 |
2753 | 2024-03-13T03:26:39.328Z | Checking structmeta v0.3.0 |
2754 | 2024-03-13T03:26:39.556Z | Documenting instant v0.1.12 |
2755 | 2024-03-13T03:26:39.564Z | Documenting newtype-uuid v1.0.1 |
2756 | 2024-03-13T03:26:39.708Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2757 | 2024-03-13T03:26:40.883Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2758 | 2024-03-13T03:26:42.859Z | Documenting serde_with v3.6.1 |
2759 | 2024-03-13T03:26:42.910Z | Documenting structmeta v0.3.0 |
2760 | 2024-03-13T03:26:43.919Z | Documenting macaddr v1.0.1 |
2761 | 2024-03-13T03:26:44.170Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2762 | 2024-03-13T03:26:44.294Z | Documenting backoff v0.4.0 |
2763 | 2024-03-13T03:26:46.311Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2764 | 2024-03-13T03:26:46.342Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2765 | 2024-03-13T03:26:46.342Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2766 | 2024-03-13T03:26:48.011Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2767 | 2024-03-13T03:26:48.706Z | Documenting parse-display-derive v0.9.0 |
2768 | 2024-03-13T03:26:49.111Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2769 | 2024-03-13T03:26:49.574Z | Documenting fastrand v2.0.1 |
2770 | 2024-03-13T03:26:49.653Z | Documenting proc-macro-error-attr v1.0.4 |
2771 | 2024-03-13T03:26:49.933Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2772 | 2024-03-13T03:26:49.957Z | Checking proc-macro-error v1.0.4 |
2773 | 2024-03-13T03:26:50.207Z | Checking proc-macro-crate v1.3.1 |
2774 | 2024-03-13T03:26:50.227Z | Documenting proc-macro-crate v1.3.1 |
2775 | 2024-03-13T03:26:50.428Z | Documenting hash32 v0.3.1 |
2776 | 2024-03-13T03:26:50.961Z | Documenting stable_deref_trait v1.2.0 |
2777 | 2024-03-13T03:26:52.002Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2778 | 2024-03-13T03:26:53.862Z | Documenting embedded-io v0.4.0 |
2779 | 2024-03-13T03:26:54.012Z | Documenting cobs v0.2.3 |
2780 | 2024-03-13T03:26:54.153Z | Documenting tempfile v3.10.0 |
2781 | 2024-03-13T03:26:54.625Z | Documenting proc-macro-error v1.0.4 |
2782 | 2024-03-13T03:26:54.967Z | Documenting parse-display v0.9.0 |
2783 | 2024-03-13T03:26:55.539Z | Documenting heapless v0.8.0 |
2784 | 2024-03-13T03:26:55.569Z | Documenting num_enum_derive v0.5.11 |
2785 | 2024-03-13T03:26:56.999Z | Documenting foreign-types-macros v0.2.3 |
2786 | 2024-03-13T03:26:57.169Z | Documenting postcard v1.0.8 |
2787 | 2024-03-13T03:26:58.995Z | Documenting camino-tempfile v1.1.1 |
2788 | 2024-03-13T03:27:00.115Z | Documenting foreign-types-shared v0.3.1 |
2789 | 2024-03-13T03:27:00.298Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2790 | 2024-03-13T03:27:01.016Z | Documenting smoltcp v0.11.0 |
2791 | 2024-03-13T03:27:01.760Z | Documenting num_enum v0.5.11 |
2792 | 2024-03-13T03:27:02.030Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2793 | 2024-03-13T03:27:02.715Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2794 | 2024-03-13T03:27:02.855Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2795 | 2024-03-13T03:27:03.600Z | Documenting foreign-types v0.5.0 |
2796 | 2024-03-13T03:27:03.934Z | Documenting crucible-workspace-hack v0.1.0 |
2797 | 2024-03-13T03:27:05.174Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2798 | 2024-03-13T03:27:05.782Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2799 | 2024-03-13T03:27:07.681Z | Documenting tabwriter v1.4.0 |
2800 | 2024-03-13T03:27:07.940Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2801 | 2024-03-13T03:27:08.513Z | Documenting cstr-argument v0.1.2 |
2802 | 2024-03-13T03:27:08.667Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2803 | 2024-03-13T03:27:09.889Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2804 | 2024-03-13T03:27:10.671Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2805 | 2024-03-13T03:27:12.806Z | Documenting colored v2.1.0 |
2806 | 2024-03-13T03:27:13.298Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2807 | 2024-03-13T03:27:13.408Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2808 | 2024-03-13T03:27:14.380Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2809 | 2024-03-13T03:27:14.537Z | Documenting zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2810 | 2024-03-13T03:27:15.436Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2811 | 2024-03-13T03:27:15.641Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2812 | 2024-03-13T03:27:16.645Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2813 | 2024-03-13T03:27:16.937Z | Documenting num-derive v0.4.0 |
2814 | 2024-03-13T03:27:17.365Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2815 | 2024-03-13T03:27:17.615Z | Documenting smf v0.2.2 |
2816 | 2024-03-13T03:27:17.891Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2817 | 2024-03-13T03:27:18.607Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2818 | 2024-03-13T03:27:19.309Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2819 | 2024-03-13T03:27:21.007Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2820 | 2024-03-13T03:27:21.906Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2821 | 2024-03-13T03:27:21.970Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2822 | 2024-03-13T03:27:22.734Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2823 | 2024-03-13T03:27:23.499Z | Documenting password-hash v0.5.0 |
2824 | 2024-03-13T03:27:24.623Z | Documenting blake2 v0.10.6 |
2825 | 2024-03-13T03:27:24.899Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2826 | 2024-03-13T03:27:26.273Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2827 | 2024-03-13T03:27:26.589Z | Documenting linked-hash-map v0.5.6 |
2828 | 2024-03-13T03:27:27.373Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2829 | 2024-03-13T03:27:28.054Z | Documenting humantime v2.1.0 |
2830 | 2024-03-13T03:27:28.433Z | Documenting memmap v0.7.0 |
2831 | 2024-03-13T03:27:28.828Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
2832 | 2024-03-13T03:27:28.916Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2833 | 2024-03-13T03:27:29.651Z | Documenting argon2 v0.5.3 |
2834 | 2024-03-13T03:27:30.158Z | Documenting itertools v0.12.1 |
2835 | 2024-03-13T03:27:31.420Z | Documenting lru-cache v0.1.2 |
2836 | 2024-03-13T03:27:31.884Z | Documenting derive-where v1.2.7 |
2837 | 2024-03-13T03:27:32.897Z | Documenting newtype_derive v0.1.6 |
2838 | 2024-03-13T03:27:33.529Z | Documenting usdt v0.5.0 |
2839 | 2024-03-13T03:27:34.083Z | Documenting quick-error v1.2.3 |
2840 | 2024-03-13T03:27:35.727Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2841 | 2024-03-13T03:27:36.169Z | Documenting swrite v0.1.0 |
2842 | 2024-03-13T03:27:36.771Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2843 | 2024-03-13T03:27:37.616Z | Documenting steno v0.4.0 |
2844 | 2024-03-13T03:27:37.954Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2845 | 2024-03-13T03:27:38.257Z | Documenting tap v1.0.1 |
2846 | 2024-03-13T03:27:38.970Z | Documenting resolv-conf v0.7.0 |
2847 | 2024-03-13T03:27:40.003Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2848 | 2024-03-13T03:27:41.095Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2849 | 2024-03-13T03:27:41.222Z | Documenting radium v0.7.0 |
2850 | 2024-03-13T03:27:41.234Z | Documenting wyz v0.5.1 |
2851 | 2024-03-13T03:27:41.866Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2852 | 2024-03-13T03:27:42.538Z | Documenting nibble_vec v0.1.0 |
2853 | 2024-03-13T03:27:42.679Z | Documenting endian-type v0.1.2 |
2854 | 2024-03-13T03:27:44.095Z | Documenting trust-dns-resolver v0.22.0 |
2855 | 2024-03-13T03:27:44.398Z | Documenting crc-catalog v2.2.0 |
2856 | 2024-03-13T03:27:44.805Z | Documenting funty v2.0.0 |
2857 | 2024-03-13T03:27:46.666Z | Documenting cancel-safe-futures v0.1.5 |
2858 | 2024-03-13T03:27:47.110Z | Documenting num-rational v0.4.1 |
2859 | 2024-03-13T03:27:47.426Z | Documenting radix_trie v0.2.1 |
2860 | 2024-03-13T03:27:47.887Z | Documenting crc v3.0.1 |
2861 | 2024-03-13T03:27:48.668Z | Documenting bitvec v1.0.1 |
2862 | 2024-03-13T03:27:50.952Z | Documenting num-complex v0.4.4 |
2863 | 2024-03-13T03:27:52.042Z | Documenting filetime v0.2.23 |
2864 | 2024-03-13T03:27:52.538Z | Documenting xattr v1.0.1 |
2865 | 2024-03-13T03:27:52.680Z | Documenting packed_struct_codegen v0.10.1 |
2866 | 2024-03-13T03:27:52.857Z | Documenting nodrop v0.1.14 |
2867 | 2024-03-13T03:27:52.949Z | Documenting num-bigint-dig v0.8.4 |
2868 | 2024-03-13T03:27:54.164Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2869 | 2024-03-13T03:27:55.995Z | Documenting array-init v0.0.4 |
2870 | 2024-03-13T03:27:56.724Z | Documenting num v0.4.1 |
2871 | 2024-03-13T03:27:56.736Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2872 | 2024-03-13T03:27:56.992Z | Documenting pkcs1 v0.7.5 |
2873 | 2024-03-13T03:27:57.627Z | Documenting tar v0.4.40 |
2874 | 2024-03-13T03:27:58.062Z | Documenting packed_struct v0.10.1 |
2875 | 2024-03-13T03:27:59.357Z | Documenting is-terminal v0.4.9 |
2876 | 2024-03-13T03:28:00.528Z | Documenting signature v2.1.0 |
2877 | 2024-03-13T03:28:01.443Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2878 | 2024-03-13T03:28:01.648Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2879 | 2024-03-13T03:28:02.855Z | Documenting termcolor v1.2.0 |
2880 | 2024-03-13T03:28:03.180Z | Documenting bitfield v0.14.0 |
2881 | 2024-03-13T03:28:05.208Z | Documenting arc-swap v1.6.0 |
2882 | 2024-03-13T03:28:05.516Z | Documenting rsa v0.9.2 |
2883 | 2024-03-13T03:28:06.225Z | Documenting serde-hex v0.1.0 |
2884 | 2024-03-13T03:28:06.498Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2885 | 2024-03-13T03:28:07.214Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2886 | 2024-03-13T03:28:07.565Z | Documenting env_logger v0.10.0 |
2887 | 2024-03-13T03:28:08.114Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2888 | 2024-03-13T03:28:09.899Z | Documenting slog-scope v4.4.0 |
2889 | 2024-03-13T03:28:12.036Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2890 | 2024-03-13T03:28:12.161Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2891 | 2024-03-13T03:28:12.436Z | Documenting x509-cert v0.2.4 |
2892 | 2024-03-13T03:28:12.507Z | Documenting ron v0.8.1 |
2893 | 2024-03-13T03:28:12.614Z | Documenting libsw v3.3.1 |
2894 | 2024-03-13T03:28:13.083Z | Documenting half v2.3.1 |
2895 | 2024-03-13T03:28:14.673Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2896 | 2024-03-13T03:28:14.782Z | Documenting crc-any v2.4.3 |
2897 | 2024-03-13T03:28:16.258Z | Documenting owo-colors v4.0.0 |
2898 | 2024-03-13T03:28:17.313Z | Documenting display-error-chain v0.2.0 |
2899 | 2024-03-13T03:28:17.938Z | Documenting same-file v1.0.6 |
2900 | 2024-03-13T03:28:18.119Z | Documenting ciborium-io v0.2.2 |
2901 | 2024-03-13T03:28:18.451Z | Documenting linear-map v1.2.0 |
2902 | 2024-03-13T03:28:18.679Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2903 | 2024-03-13T03:28:19.192Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2904 | 2024-03-13T03:28:21.067Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2905 | 2024-03-13T03:28:21.086Z | Documenting slog-stdlog v4.1.1 |
2906 | 2024-03-13T03:28:22.175Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2907 | 2024-03-13T03:28:23.082Z | Documenting walkdir v2.4.0 |
2908 | 2024-03-13T03:28:23.086Z | Documenting ciborium-ll v0.2.2 |
2909 | 2024-03-13T03:28:23.378Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2910 | 2024-03-13T03:28:24.086Z | Documenting slog-dtrace v0.3.0 |
2911 | 2024-03-13T03:28:25.440Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2912 | 2024-03-13T03:28:26.132Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2913 | 2024-03-13T03:28:26.137Z | Documenting path-slash v0.1.5 |
2914 | 2024-03-13T03:28:26.137Z | Documenting slog-envlogger v2.2.0 |
2915 | 2024-03-13T03:28:27.569Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2916 | 2024-03-13T03:28:27.736Z | Documenting ciborium v0.2.2 |
2917 | 2024-03-13T03:28:28.034Z | Documenting pem v3.0.2 |
2918 | 2024-03-13T03:28:30.650Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2919 | 2024-03-13T03:28:32.096Z | Documenting fxhash v0.2.1 |
2920 | 2024-03-13T03:28:32.518Z | Documenting utf-8 v0.7.6 |
2921 | 2024-03-13T03:28:33.279Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2922 | 2024-03-13T03:28:34.377Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2923 | 2024-03-13T03:28:36.055Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2924 | 2024-03-13T03:28:37.008Z | Checking darling_core v0.14.4 |
2925 | 2024-03-13T03:28:37.464Z | Documenting tungstenite v0.20.1 |
2926 | 2024-03-13T03:28:38.769Z | Documenting vte_generate_state_changes v0.1.1 |
2927 | 2024-03-13T03:28:41.295Z | Documenting convert_case v0.4.0 |
2928 | 2024-03-13T03:28:43.863Z | Checking convert_case v0.4.0 |
2929 | 2024-03-13T03:28:44.103Z | Documenting vte v0.11.1 |
2930 | 2024-03-13T03:28:44.440Z | Checking darling v0.14.4 |
2931 | 2024-03-13T03:28:44.552Z | Documenting buf-list v1.0.3 |
2932 | 2024-03-13T03:28:44.919Z | Documenting tokio-tungstenite v0.20.1 |
2933 | 2024-03-13T03:28:46.031Z | Documenting derive_more v0.99.17 |
2934 | 2024-03-13T03:28:47.841Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2935 | 2024-03-13T03:28:48.913Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2936 | 2024-03-13T03:28:49.218Z | Checking heck v0.3.3 |
2937 | 2024-03-13T03:28:49.377Z | Documenting pin-project-internal v1.1.3 |
2938 | 2024-03-13T03:28:49.466Z | Documenting structopt-derive v0.4.18 |
2939 | 2024-03-13T03:28:51.466Z | Documenting strip-ansi-escapes v0.2.0 |
2940 | 2024-03-13T03:28:51.466Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2941 | 2024-03-13T03:28:52.171Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2942 | 2024-03-13T03:28:53.388Z | Documenting doc-comment v0.3.3 |
2943 | 2024-03-13T03:28:53.849Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2944 | 2024-03-13T03:28:55.030Z | Documenting crossbeam-deque v0.8.3 |
2945 | 2024-03-13T03:28:55.954Z | Documenting pin-project v1.1.3 |
2946 | 2024-03-13T03:28:56.267Z | Documenting snafu-derive v0.7.5 |
2947 | 2024-03-13T03:28:56.382Z | Documenting headers-core v0.2.0 |
2948 | 2024-03-13T03:28:59.186Z | Documenting nu-ansi-term v0.50.0 |
2949 | 2024-03-13T03:28:59.553Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2950 | 2024-03-13T03:28:59.860Z | Documenting rayon-core v1.12.1 |
2951 | 2024-03-13T03:29:02.132Z | Documenting structopt v0.3.26 |
2952 | 2024-03-13T03:29:02.309Z | Documenting headers v0.3.9 |
2953 | 2024-03-13T03:29:03.895Z | Documenting snafu v0.7.5 |
2954 | 2024-03-13T03:29:04.411Z | Documenting reedline v0.30.0 |
2955 | 2024-03-13T03:29:07.623Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2956 | 2024-03-13T03:29:07.909Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2957 | 2024-03-13T03:29:08.664Z | Documenting derive_builder_core v0.12.0 |
2958 | 2024-03-13T03:29:09.038Z | Checking derive_builder_core v0.12.0 |
2959 | 2024-03-13T03:29:09.290Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2960 | 2024-03-13T03:29:09.372Z | Documenting libefi-sys v0.1.0 |
2961 | 2024-03-13T03:29:09.852Z | Documenting trust-dns-client v0.22.0 |
2962 | 2024-03-13T03:29:11.743Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2963 | 2024-03-13T03:29:12.262Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2964 | 2024-03-13T03:29:12.908Z | Documenting globset v0.4.13 |
2965 | 2024-03-13T03:29:14.074Z | Documenting olpc-cjson v0.1.3 |
2966 | 2024-03-13T03:29:17.932Z | Documenting serde_plain v1.0.2 |
2967 | 2024-03-13T03:29:17.964Z | Documenting async-recursion v1.0.5 |
2968 | 2024-03-13T03:29:17.964Z | Documenting ref-cast-impl v1.0.20 |
2969 | 2024-03-13T03:29:18.565Z | Documenting typed-path v0.7.0 |
2970 | 2024-03-13T03:29:18.863Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2971 | 2024-03-13T03:29:18.958Z | Documenting keccak v0.1.4 |
2972 | 2024-03-13T03:29:19.405Z | Documenting bytecount v0.6.3 |
2973 | 2024-03-13T03:29:21.208Z | Documenting trust-dns-server v0.22.1 |
2974 | 2024-03-13T03:29:21.969Z | Documenting sha3 v0.10.8 |
2975 | 2024-03-13T03:29:22.385Z | Documenting papergrid v0.11.0 |
2976 | 2024-03-13T03:29:22.834Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2977 | 2024-03-13T03:29:22.870Z | Documenting ref-cast v1.0.20 |
2978 | 2024-03-13T03:29:23.779Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2979 | 2024-03-13T03:29:25.789Z | Documenting tough v0.16.0 |
2980 | 2024-03-13T03:29:26.320Z | Documenting derive_builder_macro v0.12.0 |
2981 | 2024-03-13T03:29:27.069Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2982 | 2024-03-13T03:29:27.871Z | Documenting rayon v1.9.0 |
2983 | 2024-03-13T03:29:28.138Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2984 | 2024-03-13T03:29:29.833Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2985 | 2024-03-13T03:29:30.497Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2986 | 2024-03-13T03:29:31.061Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2987 | 2024-03-13T03:29:31.500Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2988 | 2024-03-13T03:29:31.861Z | Documenting sled v0.34.7 |
2989 | 2024-03-13T03:29:32.078Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2990 | 2024-03-13T03:29:32.378Z | Documenting fs-err v2.11.0 |
2991 | 2024-03-13T03:29:33.187Z | Documenting unicase v2.7.0 |
2992 | 2024-03-13T03:29:33.191Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2993 | 2024-03-13T03:29:33.375Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2994 | 2024-03-13T03:29:36.045Z | Documenting tabled_derive v0.7.0 |
2995 | 2024-03-13T03:29:36.273Z | Documenting fd-lock v4.0.2 |
2996 | 2024-03-13T03:29:36.722Z | Documenting nix v0.27.1 |
2997 | 2024-03-13T03:29:37.415Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2998 | 2024-03-13T03:29:38.366Z | Documenting secrecy v0.8.0 |
2999 | 2024-03-13T03:29:38.769Z | Documenting gethostname v0.4.3 |
3000 | 2024-03-13T03:29:40.001Z | Documenting rustversion v1.0.14 |
3001 | 2024-03-13T03:29:41.335Z | Documenting sqlparser_derive v0.2.2 |
3002 | 2024-03-13T03:29:41.555Z | Documenting home v0.5.5 |
3003 | 2024-03-13T03:29:42.800Z | Documenting unicode_categories v0.1.1 |
3004 | 2024-03-13T03:29:43.091Z | Documenting parse-size v1.0.0 |
3005 | 2024-03-13T03:29:43.738Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3006 | 2024-03-13T03:29:45.180Z | Documenting castaway v0.2.2 |
3007 | 2024-03-13T03:29:46.086Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3008 | 2024-03-13T03:29:46.307Z | Documenting sqlparser v0.43.1 |
3009 | 2024-03-13T03:29:46.497Z | Documenting rustyline v13.0.0 |
3010 | 2024-03-13T03:29:46.782Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3011 | 2024-03-13T03:29:47.582Z | Documenting sqlformat v0.2.3 |
3012 | 2024-03-13T03:29:50.025Z | Documenting tabled v0.15.0 |
3013 | 2024-03-13T03:29:52.524Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3014 | 2024-03-13T03:29:53.147Z | Documenting mime_guess v2.0.4 |
3015 | 2024-03-13T03:29:58.169Z | Documenting derive_builder v0.12.0 |
3016 | 2024-03-13T03:29:58.399Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3017 | 2024-03-13T03:30:00.938Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3018 | 2024-03-13T03:30:01.200Z | Documenting polar-core v0.27.0 |
3019 | 2024-03-13T03:30:02.095Z | Documenting libxml v0.3.3 |
3020 | 2024-03-13T03:30:05.895Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3021 | 2024-03-13T03:30:05.905Z | Documenting bb8 v0.8.3 |
3022 | 2024-03-13T03:30:07.504Z | Documenting universal-hash v0.5.1 |
3023 | 2024-03-13T03:30:12.728Z | Documenting bcs v0.1.6 |
3024 | 2024-03-13T03:30:12.801Z | Documenting quick-xml v0.30.0 |
3025 | 2024-03-13T03:30:12.802Z | Documenting kstat-rs v0.2.3 |
3026 | 2024-03-13T03:30:12.802Z | Documenting oso-derive v0.27.0 |
3027 | 2024-03-13T03:30:12.802Z | Documenting impl-trait-for-tuples v0.2.2 |
3028 | 2024-03-13T03:30:23.205Z | Documenting thiserror-impl-no-std v2.0.2 |
3029 | 2024-03-13T03:30:23.351Z | Documenting curve25519-dalek-derive v0.1.0 |
3030 | 2024-03-13T03:30:23.436Z | Documenting opaque-debug v0.3.0 |
3031 | 2024-03-13T03:30:23.501Z | Documenting highway v1.1.0 |
3032 | 2024-03-13T03:30:23.531Z | Documenting maplit v1.0.2 |
3033 | 2024-03-13T03:30:24.091Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3034 | 2024-03-13T03:30:24.127Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3035 | 2024-03-13T03:30:26.785Z | Documenting poly1305 v0.8.0 |
3036 | 2024-03-13T03:30:28.532Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3037 | 2024-03-13T03:30:28.604Z | Documenting oso v0.27.0 |
3038 | 2024-03-13T03:30:29.021Z | Documenting curve25519-dalek v4.1.1 |
3039 | 2024-03-13T03:30:29.443Z | Documenting thiserror-no-std v2.0.2 |
3040 | 2024-03-13T03:30:32.438Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3041 | 2024-03-13T03:30:32.748Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3042 | 2024-03-13T03:30:33.601Z | Documenting compact_str v0.7.1 |
3043 | 2024-03-13T03:30:35.171Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3044 | 2024-03-13T03:30:35.763Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3045 | 2024-03-13T03:30:35.913Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3046 | 2024-03-13T03:30:37.211Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3047 | 2024-03-13T03:30:38.649Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3048 | 2024-03-13T03:30:40.535Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3049 | 2024-03-13T03:30:42.264Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
3050 | 2024-03-13T03:30:45.716Z | Documenting portable-atomic v1.4.3 |
3051 | 2024-03-13T03:30:45.926Z | Documenting ed25519 v1.5.3 |
3052 | 2024-03-13T03:30:48.965Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3053 | 2024-03-13T03:30:49.469Z | Documenting memoffset v0.7.1 |
3054 | 2024-03-13T03:30:51.937Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3055 | 2024-03-13T03:30:52.101Z | Documenting cookie v0.18.0 |
3056 | 2024-03-13T03:30:52.520Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3057 | 2024-03-13T03:30:52.598Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3058 | 2024-03-13T03:30:52.767Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3059 | 2024-03-13T03:30:53.538Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
3060 | 2024-03-13T03:30:54.702Z | Documenting chacha20 v0.9.1 |
3061 | 2024-03-13T03:30:56.430Z | Documenting lru v0.12.1 |
3062 | 2024-03-13T03:30:57.578Z | Documenting aead v0.5.2 |
3063 | 2024-03-13T03:30:59.581Z | Documenting nanorand v0.7.0 |
3064 | 2024-03-13T03:31:00.252Z | Documenting stability v0.1.1 |
3065 | 2024-03-13T03:31:02.123Z | Documenting glob v0.3.1 |
3066 | 2024-03-13T03:31:03.890Z | Documenting cassowary v0.3.0 |
3067 | 2024-03-13T03:31:04.033Z | Documenting number_prefix v0.4.0 |
3068 | 2024-03-13T03:31:07.098Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3069 | 2024-03-13T03:31:13.124Z | Documenting flume v0.11.0 |
3070 | 2024-03-13T03:31:13.495Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3071 | 2024-03-13T03:31:13.518Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3072 | 2024-03-13T03:31:13.602Z | Documenting chacha20poly1305 v0.10.1 |
3073 | 2024-03-13T03:31:13.746Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3074 | 2024-03-13T03:31:13.974Z | Documenting ratatui v0.26.1 |
3075 | 2024-03-13T03:31:14.183Z | Documenting indicatif v0.17.8 |
3076 | 2024-03-13T03:31:18.405Z | Documenting salty v0.2.0 |
3077 | 2024-03-13T03:31:20.983Z | Documenting vsss-rs v3.3.4 |
3078 | 2024-03-13T03:31:31.399Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3079 | 2024-03-13T03:31:31.477Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3080 | 2024-03-13T03:31:31.763Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3081 | 2024-03-13T03:31:32.117Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3082 | 2024-03-13T03:31:32.243Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3083 | 2024-03-13T03:31:32.363Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3084 | 2024-03-13T03:31:32.636Z | Documenting serde-big-array v0.5.1 |
3085 | 2024-03-13T03:31:32.905Z | Documenting rtoolbox v0.0.1 |
3086 | 2024-03-13T03:31:39.366Z | Documenting smawk v0.3.1 |
3087 | 2024-03-13T03:31:39.426Z | Documenting http-range v0.1.5 |
3088 | 2024-03-13T03:31:39.426Z | Documenting unicode-linebreak v0.1.5 |
3089 | 2024-03-13T03:31:39.426Z | Documenting is_ci v1.2.0 |
3090 | 2024-03-13T03:31:39.426Z | Documenting rpassword v7.3.1 |
3091 | 2024-03-13T03:31:39.426Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3092 | 2024-03-13T03:31:39.795Z | Documenting textwrap v0.16.1 |
3093 | 2024-03-13T03:31:41.295Z | Documenting hyper-staticfile v0.9.5 |
3094 | 2024-03-13T03:31:41.928Z | Documenting supports-color v3.0.0 |
3095 | 2024-03-13T03:31:43.151Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3096 | 2024-03-13T03:31:44.891Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3097 | 2024-03-13T03:31:44.994Z | Documenting tui-tree-widget v0.17.0 |
3098 | 2024-03-13T03:31:46.541Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3099 | 2024-03-13T03:31:47.603Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3100 | 2024-03-13T03:31:48.225Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3101 | 2024-03-13T03:31:49.507Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3102 | 2024-03-13T03:31:50.175Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3103 | 2024-03-13T03:31:50.611Z | Documenting rcgen v0.12.1 |
3104 | 2024-03-13T03:31:50.649Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3105 | 2024-03-13T03:31:51.408Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3106 | 2024-03-13T03:31:51.797Z | Documenting atomicwrites v0.4.3 |
3107 | 2024-03-13T03:31:52.694Z | Documenting signal-hook-tokio v0.3.1 |
3108 | 2024-03-13T03:31:52.822Z | Documenting subprocess v0.2.9 |
3109 | 2024-03-13T03:31:59.559Z | warning: unresolved link to `test_sled_transitions` |
3110 | 2024-03-13T03:31:59.560Z | --> nexus/db-queries/src/db/datastore/sled.rs:536:11 |
3111 | 2024-03-13T03:31:59.560Z | | |
3112 | 2024-03-13T03:31:59.560Z | 536 | /// [`test_sled_transitions`]. |
3113 | 2024-03-13T03:31:59.560Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3114 | 2024-03-13T03:31:59.560Z | | |
3115 | 2024-03-13T03:31:59.560Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3116 | 2024-03-13T03:31:59.560Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3117 | 2024-03-13T03:31:59.560Z | |
3118 | 2024-03-13T03:31:59.766Z | warning: unresolved link to `test_sled_transitions` |
3119 | 2024-03-13T03:31:59.767Z | --> nexus/db-queries/src/db/datastore/sled.rs:572:11 |
3120 | 2024-03-13T03:31:59.767Z | | |
3121 | 2024-03-13T03:31:59.767Z | 572 | /// [`test_sled_transitions`]. |
3122 | 2024-03-13T03:31:59.767Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3123 | 2024-03-13T03:31:59.767Z | | |
3124 | 2024-03-13T03:31:59.767Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3125 | 2024-03-13T03:31:59.767Z | |
3126 | 2024-03-13T03:31:59.767Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3127 | 2024-03-13T03:31:59.767Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3128 | 2024-03-13T03:31:59.767Z | | |
3129 | 2024-03-13T03:31:59.767Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3130 | 2024-03-13T03:31:59.767Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3131 | 2024-03-13T03:31:59.767Z | |
3132 | 2024-03-13T03:31:59.803Z | Documenting memmap2 v0.7.1 |
3133 | 2024-03-13T03:31:59.803Z | Documenting shell-words v1.1.0 |
3134 | 2024-03-13T03:31:59.803Z | Documenting arrayvec v0.7.4 |
3135 | 2024-03-13T03:31:59.803Z | Documenting corncobs v0.1.3 |
3136 | 2024-03-13T03:32:01.736Z | Documenting constant_time_eq v0.3.0 |
3137 | 2024-03-13T03:32:02.279Z | Documenting arrayref v0.3.7 |
3138 | 2024-03-13T03:32:02.446Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3139 | 2024-03-13T03:32:03.034Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3140 | 2024-03-13T03:32:04.778Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3141 | 2024-03-13T03:32:05.311Z | Documenting blake3 v1.5.0 |
3142 | 2024-03-13T03:32:06.511Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3143 | 2024-03-13T03:32:07.767Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3144 | 2024-03-13T03:32:07.818Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3145 | 2024-03-13T03:32:08.380Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3146 | 2024-03-13T03:32:09.699Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3147 | 2024-03-13T03:32:10.027Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3148 | 2024-03-13T03:32:12.671Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3149 | 2024-03-13T03:32:12.676Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3150 | 2024-03-13T03:32:22.553Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3151 | 2024-03-13T03:32:23.759Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3152 | 2024-03-13T03:32:25.374Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3153 | 2024-03-13T03:32:26.340Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
3154 | 2024-03-13T03:32:27.584Z | warning: unclosed HTML tag `usize` |
3155 | 2024-03-13T03:32:27.584Z | --> wicket/src/ui/panes/update.rs:153:19 |
3156 | 2024-03-13T03:32:27.585Z | | |
3157 | 2024-03-13T03:32:27.585Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3158 | 2024-03-13T03:32:27.585Z | | ^^^^^^^ |
3159 | 2024-03-13T03:32:27.585Z | | |
3160 | 2024-03-13T03:32:27.585Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3161 | 2024-03-13T03:32:27.585Z | |
3162 | 2024-03-13T03:32:28.905Z | warning: `wicket` (lib doc) generated 1 warning |
3163 | 2024-03-13T03:32:28.909Z | Documenting fatfs v0.3.6 |
3164 | 2024-03-13T03:32:30.517Z | Documenting assert_matches v1.5.0 |
3165 | 2024-03-13T03:32:33.485Z | Documenting topological-sort v0.2.2 |
3166 | 2024-03-13T03:32:33.532Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3167 | 2024-03-13T03:32:34.267Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3168 | 2024-03-13T03:32:38.162Z | Documenting omicron-zone-package v0.11.0 |
3169 | 2024-03-13T03:32:40.870Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3170 | 2024-03-13T03:32:42.957Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3171 | 2024-03-13T03:32:43.907Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3172 | 2024-03-13T03:32:47.272Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3173 | 2024-03-13T03:32:50.044Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3174 | 2024-03-13T03:32:50.444Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3175 | 2024-03-13T03:32:51.209Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3176 | 2024-03-13T03:32:54.427Z | Documenting termios v0.3.3 |
3177 | 2024-03-13T03:32:55.762Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3178 | 2024-03-13T03:32:59.433Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3179 | 2024-03-13T03:32:59.509Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3180 | 2024-03-13T03:33:01.355Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3181 | 2024-03-13T03:33:01.355Z | --> sled-agent/src/sim/instance.rs:46:7 |
3182 | 2024-03-13T03:33:01.355Z | | |
3183 | 2024-03-13T03:33:01.355Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3184 | 2024-03-13T03:33:01.356Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3185 | 2024-03-13T03:33:01.356Z | | |
3186 | 2024-03-13T03:33:01.356Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3187 | 2024-03-13T03:33:01.356Z | |
3188 | 2024-03-13T03:33:02.101Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3189 | 2024-03-13T03:33:04.868Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3190 | 2024-03-13T03:33:07.835Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3191 | 2024-03-13T03:33:27.017Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3192 | 2024-03-13T03:33:27.475Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3193 | 2024-03-13T03:33:38.937Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3194 | 2024-03-13T03:33:41.721Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3195 | 2024-03-13T03:33:42.470Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3196 | 2024-03-13T03:33:44.101Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3197 | 2024-03-13T03:33:47.087Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3198 | 2024-03-13T03:33:50.386Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3199 | 2024-03-13T03:33:51.422Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3200 | 2024-03-13T03:34:13.317Z | warning: unresolved link to `VolumeConstructionRequest` |
3201 | 2024-03-13T03:34:13.318Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3202 | 2024-03-13T03:34:13.318Z | | |
3203 | 2024-03-13T03:34:13.318Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3204 | 2024-03-13T03:34:13.318Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3205 | 2024-03-13T03:34:13.318Z | | |
3206 | 2024-03-13T03:34:13.318Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3207 | 2024-03-13T03:34:13.318Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3208 | 2024-03-13T03:34:13.318Z | |
3209 | 2024-03-13T03:34:13.324Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3210 | 2024-03-13T03:34:13.324Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3211 | 2024-03-13T03:34:13.324Z | | |
3212 | 2024-03-13T03:34:13.324Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3213 | 2024-03-13T03:34:13.324Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3214 | 2024-03-13T03:34:13.324Z | |
3215 | 2024-03-13T03:34:13.324Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3216 | 2024-03-13T03:34:13.324Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3217 | 2024-03-13T03:34:13.324Z | | |
3218 | 2024-03-13T03:34:13.324Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3219 | 2024-03-13T03:34:13.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3220 | 2024-03-13T03:34:13.325Z | |
3221 | 2024-03-13T03:34:13.325Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3222 | 2024-03-13T03:34:13.325Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3223 | 2024-03-13T03:34:13.325Z | | |
3224 | 2024-03-13T03:34:13.325Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3225 | 2024-03-13T03:34:13.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3226 | 2024-03-13T03:34:13.325Z | |
3227 | 2024-03-13T03:34:13.325Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3228 | 2024-03-13T03:34:13.325Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3229 | 2024-03-13T03:34:13.325Z | | |
3230 | 2024-03-13T03:34:13.325Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3231 | 2024-03-13T03:34:13.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3232 | 2024-03-13T03:34:13.325Z | |
3233 | 2024-03-13T03:34:13.325Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3234 | 2024-03-13T03:34:13.325Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3235 | 2024-03-13T03:34:13.325Z | | |
3236 | 2024-03-13T03:34:13.325Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3237 | 2024-03-13T03:34:13.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3238 | 2024-03-13T03:34:13.325Z | |
3239 | 2024-03-13T03:34:13.325Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3240 | 2024-03-13T03:34:13.325Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3241 | 2024-03-13T03:34:13.325Z | | |
3242 | 2024-03-13T03:34:13.326Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3243 | 2024-03-13T03:34:13.326Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3244 | 2024-03-13T03:34:13.326Z | |
3245 | 2024-03-13T03:34:16.335Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3246 | 2024-03-13T03:34:38.774Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 06s |
3247 | 2024-03-13T03:34:38.849Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3248 | 2024-03-13T03:34:38.849Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3249 | 2024-03-13T03:34:38.849Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3250 | 2024-03-13T03:34:38.849Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3251 | 2024-03-13T03:34:38.849Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3252 | 2024-03-13T03:34:38.849Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3253 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/ddm_admin_client/index.html |
3254 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3255 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3256 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3257 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3258 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3259 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3260 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3261 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3262 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3263 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3264 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3265 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3266 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3267 | 2024-03-13T03:34:38.856Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3268 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3269 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3270 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3271 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3272 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/mg_admin_client/index.html |
3273 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3274 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3275 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3276 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3277 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3278 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3279 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3280 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3281 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3282 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3283 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3284 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3285 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3286 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3287 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3288 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3289 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3290 | 2024-03-13T03:34:38.857Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3291 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3292 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3293 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3294 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3295 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3296 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3297 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3298 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3299 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3300 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3301 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3302 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3303 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3304 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3305 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3306 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3307 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3308 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3309 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3310 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3311 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3312 | 2024-03-13T03:34:38.858Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3313 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3314 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3315 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3316 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3317 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3318 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3319 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3320 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3321 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3322 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3323 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3324 | 2024-03-13T03:34:38.859Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3325 | 2024-03-13T03:34:38.879Z | |
3326 | 2024-03-13T03:34:38.883Z | real 12:06.539809159 |
3327 | 2024-03-13T03:34:38.883Z | user 31:58.845579882 |
3328 | 2024-03-13T03:34:38.883Z | sys 51:51.407053009 |
3329 | 2024-03-13T03:34:38.883Z | trap 0.807375836 |
3330 | 2024-03-13T03:34:38.883Z | tflt 0.567223367 |
3331 | 2024-03-13T03:34:38.883Z | dflt 0.300005246 |
3332 | 2024-03-13T03:34:38.883Z | kflt 0.000042825 |
3333 | 2024-03-13T03:34:38.883Z | lock 3:19:13.562595131 |
3334 | 2024-03-13T03:34:38.883Z | slp 3:20:50.136424846 |
3335 | 2024-03-13T03:34:38.884Z | lat 4:06.220509360 |
3336 | 2024-03-13T03:34:38.884Z | stop 1:36.710693252 |
3337 | 2024-03-13T03:34:38.884Z | process exited: duration 1346719 ms, exit code 0 |
|
3338 | 2024-03-13T03:34:38.894Z | found 0 output files |