|
|
|
1 | 2023-12-01T19:29:19.047Z | job assigned to worker 01HGKDKZ4QPABT7KACPVXT2SB8 (queued for 1 m 40 s) |
|
2 | 2023-12-01T19:29:19.463Z | starting task 0: "setup" |
3 | 2023-12-01T19:29:19.523Z | ++ uname -s |
4 | 2023-12-01T19:29:19.526Z | + kern=SunOS |
5 | 2023-12-01T19:29:19.526Z | + case "$kern" in |
6 | 2023-12-01T19:29:19.526Z | + groupadd -g 12345 build |
7 | 2023-12-01T19:29:19.531Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-01T19:29:21.543Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-01T19:29:21.946Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-01T19:29:21.948Z | + home_fs=zfs |
11 | 2023-12-01T19:29:21.949Z | + [[ zfs == autofs ]] |
12 | 2023-12-01T19:29:21.949Z | + mkdir -p /home/build |
13 | 2023-12-01T19:29:21.951Z | + chown build:build /home/build /work |
14 | 2023-12-01T19:29:22.954Z | + chmod 0700 /home/build /work |
15 | 2023-12-01T19:29:22.957Z | process exited: duration 3493 ms, exit code 0 |
|
16 | 2023-12-01T19:29:22.963Z | starting task 1: "rust-toolchain" |
17 | 2023-12-01T19:29:22.972Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-01T19:29:22.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-01T19:29:23.145Z | info: downloading installer |
20 | 2023-12-01T19:29:25.332Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-01T19:29:25.332Z | warning: /opt/ooce/bin |
22 | 2023-12-01T19:29:25.332Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-01T19:29:25.332Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-01T19:29:25.332Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-01T19:29:25.332Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-01T19:29:25.332Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-01T19:29:25.343Z | error: cannot install while Rust is installed |
28 | 2023-12-01T19:29:25.343Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-01T19:29:25.555Z | info: profile set to 'default' |
30 | 2023-12-01T19:29:25.555Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-01T19:29:25.563Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-01T19:29:25.714Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-01T19:29:25.714Z | info: downloading component 'cargo' |
34 | 2023-12-01T19:29:26.329Z | info: downloading component 'clippy' |
35 | 2023-12-01T19:29:26.548Z | info: downloading component 'rust-docs' |
36 | 2023-12-01T19:29:27.314Z | info: downloading component 'rust-std' |
37 | 2023-12-01T19:29:28.681Z | info: downloading component 'rustc' |
38 | 2023-12-01T19:29:32.048Z | info: downloading component 'rustfmt' |
39 | 2023-12-01T19:29:32.261Z | info: installing component 'cargo' |
40 | 2023-12-01T19:29:34.295Z | info: installing component 'clippy' |
41 | 2023-12-01T19:29:35.286Z | info: installing component 'rust-docs' |
42 | 2023-12-01T19:29:38.035Z | info: installing component 'rust-std' |
43 | 2023-12-01T19:29:42.264Z | info: installing component 'rustc' |
44 | 2023-12-01T19:29:51.175Z | info: installing component 'rustfmt' |
45 | 2023-12-01T19:29:51.625Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-01T19:29:51.625Z | |
47 | 2023-12-01T19:29:51.766Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-01T19:29:51.766Z | |
49 | 2023-12-01T19:29:51.766Z | |
50 | 2023-12-01T19:29:51.766Z | Rust is installed now. Great! |
51 | 2023-12-01T19:29:51.766Z | |
52 | 2023-12-01T19:29:51.766Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-01T19:29:51.766Z | environment variable. This has not been done automatically. |
54 | 2023-12-01T19:29:51.766Z | |
55 | 2023-12-01T19:29:51.768Z | To configure your current shell, run: |
56 | 2023-12-01T19:29:51.768Z | source "$HOME/.cargo/env" |
57 | 2023-12-01T19:29:51.862Z | + rustc --version |
58 | 2023-12-01T19:29:51.971Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-01T19:29:51.977Z | process exited: duration 29016 ms, exit code 0 |
|
60 | 2023-12-01T19:29:51.983Z | starting task 2: "authentication" |
61 | 2023-12-01T19:29:52.015Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-12-01T19:29:52.021Z | starting task 3: "clone repository" |
63 | 2023-12-01T19:29:52.028Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-01T19:29:52.031Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-01T19:29:52.225Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-01T19:29:58.426Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-01T19:29:58.426Z | + [[ -n oa3-2 ]] |
68 | 2023-12-01T19:29:58.430Z | + git fetch origin oa3-2 |
69 | 2023-12-01T19:29:58.788Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-01T19:29:58.788Z | * branch oa3-2 -> FETCH_HEAD |
71 | 2023-12-01T19:29:58.799Z | + git checkout -B oa3-2 remotes/origin/oa3-2 |
72 | 2023-12-01T19:29:58.896Z | Switched to a new branch 'oa3-2' |
73 | 2023-12-01T19:29:58.899Z | branch 'oa3-2' set up to track 'origin/oa3-2'. |
74 | 2023-12-01T19:29:58.899Z | + git reset --hard 0e75e51708e254209178161a28a203e175d399c2 |
75 | 2023-12-01T19:29:59.063Z | HEAD is now at 0e75e517 Merge branch 'main' into oa3-2 |
76 | 2023-12-01T19:29:59.066Z | process exited: duration 7045 ms, exit code 0 |
|
77 | 2023-12-01T19:29:59.073Z | starting task 4: "build" |
78 | 2023-12-01T19:29:59.079Z | + cargo --version |
79 | 2023-12-01T19:29:59.086Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-01T19:29:59.257Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-01T19:29:59.260Z | info: downloading component 'cargo' |
82 | 2023-12-01T19:29:59.885Z | info: downloading component 'clippy' |
83 | 2023-12-01T19:30:00.085Z | info: downloading component 'rust-docs' |
84 | 2023-12-01T19:30:00.860Z | info: downloading component 'rust-std' |
85 | 2023-12-01T19:30:02.147Z | info: downloading component 'rustc' |
86 | 2023-12-01T19:30:05.335Z | info: downloading component 'rustfmt' |
87 | 2023-12-01T19:30:05.498Z | info: installing component 'cargo' |
88 | 2023-12-01T19:30:06.806Z | info: installing component 'clippy' |
89 | 2023-12-01T19:30:07.271Z | info: installing component 'rust-docs' |
90 | 2023-12-01T19:30:10.200Z | info: installing component 'rust-std' |
91 | 2023-12-01T19:30:12.928Z | info: installing component 'rustc' |
92 | 2023-12-01T19:30:18.930Z | info: installing component 'rustfmt' |
93 | 2023-12-01T19:30:19.477Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-01T19:30:19.480Z | + rustc --version |
95 | 2023-12-01T19:30:19.601Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-01T19:30:19.608Z | + source ./env.sh |
97 | 2023-12-01T19:30:19.611Z | ++ set -o xtrace |
98 | 2023-12-01T19:30:19.614Z | ++++ dirname ./env.sh |
99 | 2023-12-01T19:30:19.614Z | +++ cd . |
100 | 2023-12-01T19:30:19.614Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-01T19:30:19.617Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-01T19:30:19.617Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-01T19:30:19.617Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-01T19:30:19.617Z | ++ 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 |
105 | 2023-12-01T19:30:19.617Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-12-01T19:30:19.617Z | ++ 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 |
107 | 2023-12-01T19:30:19.617Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-12-01T19:30:19.617Z | ++ 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 |
109 | 2023-12-01T19:30:19.617Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-12-01T19:30:19.617Z | ++ unset OMICRON_WS |
111 | 2023-12-01T19:30:19.617Z | ++ set +o xtrace |
112 | 2023-12-01T19:30:19.776Z | |
113 | 2023-12-01T19:30:19.776Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-01T19:30:19.777Z | # # # # # # # # # # # # # # # |
115 | 2023-12-01T19:30:19.777Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-01T19:30:19.777Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-01T19:30:19.777Z | # # # # # # # # # # # # # # # |
118 | 2023-12-01T19:30:19.777Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-01T19:30:19.777Z | |
120 | 2023-12-01T19:30:36.399Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-01T19:30:37.548Z | Startup: Caching catalogs ... Done |
122 | 2023-12-01T19:30:43.720Z | Planning: Solver setup ... Done (5.848s) |
123 | 2023-12-01T19:30:43.861Z | Planning: Running solver ... Done (0.140s) |
124 | 2023-12-01T19:30:43.925Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-12-01T19:30:43.939Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-12-01T19:30:44.356Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-12-01T19:30:44.438Z | Planning: Package planning ... Done (0.082s) |
128 | 2023-12-01T19:30:44.524Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-01T19:30:45.649Z | Planning: Checking for conflicting actions ... Done (1.125s) |
130 | 2023-12-01T19:30:45.667Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-01T19:30:51.972Z | Planning: Evaluating mediators ... Done (6.306s) |
132 | 2023-12-01T19:30:51.987Z | Planning: Planning completed in 14.38 seconds |
133 | 2023-12-01T19:30:58.405Z | Packages to install: 4 |
134 | 2023-12-01T19:30:58.405Z | Mediators to change: 2 |
135 | 2023-12-01T19:30:58.405Z | Services to change: 1 |
136 | 2023-12-01T19:30:58.408Z | Estimated space available: 148.88 GB |
137 | 2023-12-01T19:30:58.408Z | Estimated space to be consumed: 1.38 GB |
138 | 2023-12-01T19:30:58.408Z | Create boot environment: No |
139 | 2023-12-01T19:30:58.408Z | Create backup boot environment: No |
140 | 2023-12-01T19:30:58.408Z | Rebuild boot archive: No |
141 | 2023-12-01T19:30:58.408Z | |
142 | 2023-12-01T19:30:58.408Z | Changed mediators: |
143 | 2023-12-01T19:30:58.409Z | mediator clang: |
144 | 2023-12-01T19:30:58.409Z | version: None -> 15 (system default) |
145 | 2023-12-01T19:30:58.409Z | |
146 | 2023-12-01T19:30:58.409Z | mediator llvm: |
147 | 2023-12-01T19:30:58.410Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-12-01T19:30:58.410Z | |
149 | 2023-12-01T19:30:58.410Z | Changed packages: |
150 | 2023-12-01T19:30:58.410Z | helios-dev |
151 | 2023-12-01T19:30:58.410Z | developer/build-essential |
152 | 2023-12-01T19:30:58.410Z | None -> 11-2.0 |
153 | 2023-12-01T19:30:58.410Z | library/libxmlsec1 |
154 | 2023-12-01T19:30:58.410Z | None -> 1.2.35-2.0 |
155 | 2023-12-01T19:30:58.410Z | ooce/developer/clang-15 |
156 | 2023-12-01T19:30:58.410Z | None -> 15.0.7-2.0 |
157 | 2023-12-01T19:30:58.410Z | ooce/developer/llvm-15 |
158 | 2023-12-01T19:30:58.410Z | None -> 15.0.7-2.0 |
159 | 2023-12-01T19:30:58.410Z | |
160 | 2023-12-01T19:30:58.410Z | Services: |
161 | 2023-12-01T19:30:58.410Z | restart_fmri: |
162 | 2023-12-01T19:30:58.410Z | svc:/system/update-man-index:default |
163 | 2023-12-01T19:30:58.598Z | |
164 | 2023-12-01T19:30:58.598Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-12-01T19:31:11.156Z | Download: 211/3290 items 1.3/212.6MB 0% complete |
166 | 2023-12-01T19:31:23.949Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
167 | 2023-12-01T19:31:28.950Z | Download: 1606/3290 items 114.6/212.6MB 53% complete (22.9M/s) |
168 | 2023-12-01T19:31:33.950Z | Download: 3241/3290 items 195.4/212.6MB 91% complete (19.3M/s) |
169 | 2023-12-01T19:31:35.265Z | Download: Completed 212.60 MB in 36.67 seconds (5.8M/s) |
170 | 2023-12-01T19:31:36.213Z | Actions: 1/3687 actions (Installing new actions) |
171 | 2023-12-01T19:31:41.231Z | Actions: 2809/3687 actions (Installing new actions) |
172 | 2023-12-01T19:31:44.208Z | Actions: Completed 3687 actions in 7.99 seconds. |
173 | 2023-12-01T19:31:44.410Z | Done (0.193s) |
174 | 2023-12-01T19:31:44.411Z | Done (0.000s) |
175 | 2023-12-01T19:31:44.658Z | Done (0.250s) |
176 | 2023-12-01T19:31:52.410Z | Done (7.631s) |
177 | 2023-12-01T19:31:52.636Z | Done (0.128s) |
178 | 2023-12-01T19:31:52.639Z | Done (0.000s) |
179 | 2023-12-01T19:31:52.885Z | Done (0.000s) |
180 | 2023-12-01T19:31:53.598Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-12-01T19:31:53.915Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-12-01T19:31:53.918Z | Planning: Consolidating action changes ... Done |
183 | 2023-12-01T19:31:54.342Z | Planning: Evaluating mediators ... Done |
184 | 2023-12-01T19:31:54.345Z | Planning: Planning completed in 0.74 seconds |
185 | 2023-12-01T19:31:54.398Z | Mediators to change: 2 |
186 | 2023-12-01T19:31:54.398Z | Create boot environment: No |
187 | 2023-12-01T19:31:54.398Z | Create backup boot environment: No |
188 | 2023-12-01T19:31:54.508Z | Done |
189 | 2023-12-01T19:31:54.508Z | Done |
190 | 2023-12-01T19:31:54.665Z | Done |
191 | 2023-12-01T19:32:00.768Z | Done |
192 | 2023-12-01T19:32:00.894Z | Done |
193 | 2023-12-01T19:32:00.897Z | Done |
194 | 2023-12-01T19:32:01.005Z | Done |
195 | 2023-12-01T19:32:02.056Z | Planning: Evaluating mediator changes ... Done |
196 | 2023-12-01T19:32:02.062Z | Planning: Merging actions ... Done |
197 | 2023-12-01T19:32:02.409Z | Planning: Checking for conflicting actions ... Done |
198 | 2023-12-01T19:32:02.413Z | Planning: Consolidating action changes ... Done |
199 | 2023-12-01T19:32:02.848Z | Planning: Evaluating mediators ... Done |
200 | 2023-12-01T19:32:02.939Z | Planning: Planning completed in 1.33 seconds |
201 | 2023-12-01T19:32:02.997Z | Packages to change: 1 |
202 | 2023-12-01T19:32:02.997Z | Mediators to change: 1 |
203 | 2023-12-01T19:32:02.997Z | Services to change: 1 |
204 | 2023-12-01T19:32:03.000Z | Create boot environment: No |
205 | 2023-12-01T19:32:03.000Z | Create backup boot environment: Yes |
206 | 2023-12-01T19:32:05.422Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2023-12-01T19:32:05.425Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2023-12-01T19:32:05.425Z | Done |
209 | 2023-12-01T19:32:05.425Z | Done |
210 | 2023-12-01T19:32:05.482Z | Done |
211 | 2023-12-01T19:32:11.422Z | Done |
212 | 2023-12-01T19:32:11.545Z | Done |
213 | 2023-12-01T19:32:11.548Z | Done |
214 | 2023-12-01T19:32:11.671Z | Done |
215 | 2023-12-01T19:32:12.368Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2023-12-01T19:32:12.368Z | clang system 15 system |
217 | 2023-12-01T19:32:12.368Z | csh system system illumos |
218 | 2023-12-01T19:32:12.368Z | ctags system system illumos |
219 | 2023-12-01T19:32:12.368Z | gcc vendor 12 vendor |
220 | 2023-12-01T19:32:12.368Z | gcc system 10 system |
221 | 2023-12-01T19:32:12.368Z | gcc system 7 system |
222 | 2023-12-01T19:32:12.368Z | go system 1.20 system |
223 | 2023-12-01T19:32:12.368Z | go system 1.19 system |
224 | 2023-12-01T19:32:12.368Z | llvm system 15 system |
225 | 2023-12-01T19:32:12.368Z | llvm system 14 system |
226 | 2023-12-01T19:32:12.368Z | mariadb system 10.6 system |
227 | 2023-12-01T19:32:12.368Z | mta vendor vendor dma |
228 | 2023-12-01T19:32:12.368Z | openjdk system 17 system |
229 | 2023-12-01T19:32:12.368Z | openjdk system 11 system |
230 | 2023-12-01T19:32:12.368Z | openjdk system 1.8 system |
231 | 2023-12-01T19:32:12.368Z | openssl vendor 3 vendor |
232 | 2023-12-01T19:32:12.368Z | perl system 5.36 system |
233 | 2023-12-01T19:32:12.368Z | postgresql system 15 system |
234 | 2023-12-01T19:32:12.368Z | postgresql system 13 system |
235 | 2023-12-01T19:32:12.369Z | python vendor 3 vendor |
236 | 2023-12-01T19:32:12.369Z | python system 2 system |
237 | 2023-12-01T19:32:12.369Z | python3 system 3.11 system |
238 | 2023-12-01T19:32:12.369Z | ruby system 3.0 system |
239 | 2023-12-01T19:32:12.369Z | words vendor vendor american-english |
240 | 2023-12-01T19:32:12.369Z | words system system australian-english |
241 | 2023-12-01T19:32:12.369Z | words system system british-english |
242 | 2023-12-01T19:32:12.369Z | words system system canadian-english |
243 | 2023-12-01T19:32:12.369Z | words system system french |
244 | 2023-12-01T19:32:12.369Z | words system system italian |
245 | 2023-12-01T19:32:12.369Z | words system system ngerman |
246 | 2023-12-01T19:32:12.369Z | words system system ogerman |
247 | 2023-12-01T19:32:12.369Z | words system system spanish |
248 | 2023-12-01T19:32:12.922Z | FMRI IFO |
249 | 2023-12-01T19:32:12.922Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2023-12-01T19:32:12.922Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2023-12-01T19:32:12.924Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2023-12-01T19:32:12.924Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
253 | 2023-12-01T19:32:12.924Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2023-12-01T19:32:12.924Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
255 | 2023-12-01T19:32:13.002Z | + set -o errexit |
256 | 2023-12-01T19:32:13.005Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2023-12-01T19:32:13.005Z | ++ cd ./tools |
258 | 2023-12-01T19:32:13.005Z | ++ pwd |
259 | 2023-12-01T19:32:13.005Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2023-12-01T19:32:13.005Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2023-12-01T19:32:13.005Z | + ARG0=ci_download_cockroachdb |
262 | 2023-12-01T19:32:13.008Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2023-12-01T19:32:13.008Z | + CIDL_VERSION=v22.1.9 |
264 | 2023-12-01T19:32:13.008Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2023-12-01T19:32:13.009Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2023-12-01T19:32:13.009Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2023-12-01T19:32:13.009Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-12-01T19:32:13.009Z | + TARGET_DIR=out |
269 | 2023-12-01T19:32:13.009Z | + DOWNLOAD_DIR=out/downloads |
270 | 2023-12-01T19:32:13.009Z | + DEST_DIR=./out/cockroachdb |
271 | 2023-12-01T19:32:13.009Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2023-12-01T19:32:13.009Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2023-12-01T19:32:13.011Z | + main |
274 | 2023-12-01T19:32:13.012Z | + [[ 0 != 0 ]] |
275 | 2023-12-01T19:32:13.012Z | + CIDL_OS=solaris2.11 |
276 | 2023-12-01T19:32:13.012Z | + [[ 0 != 0 ]] |
277 | 2023-12-01T19:32:13.013Z | + configure_os solaris2.11 |
278 | 2023-12-01T19:32:13.013Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2023-12-01T19:32:13.013Z | current directory: /work/oxidecomputer/omicron |
280 | 2023-12-01T19:32:13.013Z | configuring based on OS: "solaris2.11" |
281 | 2023-12-01T19:32:13.013Z | + echo 'configuring based on OS: "solaris2.11"' |
282 | 2023-12-01T19:32:13.013Z | + case "$1" in |
283 | 2023-12-01T19:32:13.013Z | + CIDL_BUILD=illumos |
284 | 2023-12-01T19:32:13.013Z | + CIDL_SUFFIX=tar.gz |
285 | 2023-12-01T19:32:13.013Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-12-01T19:32:13.013Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2023-12-01T19:32:13.013Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2023-12-01T19:32:13.013Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2023-12-01T19:32:13.013Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2023-12-01T19:32:13.013Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-01T19:32:13.013Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-12-01T19:32:13.013Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2023-12-01T19:32:13.013Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-01T19:32:13.013Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-12-01T19:32:13.013Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-12-01T19:32:13.013Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-01T19:32:13.013Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2023-12-01T19:32:13.013Z | + mkdir -p out/downloads |
299 | 2023-12-01T19:32:13.016Z | + mkdir -p ./out/cockroachdb |
300 | 2023-12-01T19:32:13.016Z | + local DO_DOWNLOAD=true |
301 | 2023-12-01T19:32:13.016Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2023-12-01T19:32:13.016Z | + '[' true == true ']' |
303 | 2023-12-01T19:32:13.017Z | + echo Downloading... |
304 | 2023-12-01T19:32:13.017Z | Downloading... |
305 | 2023-12-01T19:32:13.017Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-01T19:32:13.017Z | + 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 |
307 | 2023-12-01T19:32:16.478Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-01T19:32:16.481Z | ++ md5sum |
309 | 2023-12-01T19:32:16.481Z | ++ awk '{print $1}' |
310 | 2023-12-01T19:32:16.677Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2023-12-01T19:32:16.677Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
312 | 2023-12-01T19:32:16.677Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-01T19:32:16.681Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2023-12-01T19:32:20.335Z | + do_assemble_illumos |
315 | 2023-12-01T19:32:20.335Z | + rm -r ./out/cockroachdb |
316 | 2023-12-01T19:32:20.339Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2023-12-01T19:32:21.027Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2023-12-01T19:32:21.331Z | Build Tag: v22.1.9-dirty |
319 | 2023-12-01T19:32:21.331Z | Build Time: 2022/10/26 21:17:46 |
320 | 2023-12-01T19:32:21.331Z | Distribution: OSS |
321 | 2023-12-01T19:32:21.331Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2023-12-01T19:32:21.331Z | Go Version: go1.17.13 |
323 | 2023-12-01T19:32:21.331Z | C Compiler: gcc 10.3.0 |
324 | 2023-12-01T19:32:21.331Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2023-12-01T19:32:21.331Z | Build Type: release |
326 | 2023-12-01T19:32:21.358Z | + set -o errexit |
327 | 2023-12-01T19:32:21.361Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2023-12-01T19:32:21.364Z | ++ cd ./tools |
329 | 2023-12-01T19:32:21.364Z | ++ pwd |
330 | 2023-12-01T19:32:21.367Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2023-12-01T19:32:21.367Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2023-12-01T19:32:21.370Z | + ARG0=ci_download_clickhouse |
333 | 2023-12-01T19:32:21.370Z | + TARGET_DIR=out |
334 | 2023-12-01T19:32:21.370Z | + DOWNLOAD_DIR=out/downloads |
335 | 2023-12-01T19:32:21.370Z | + DEST_DIR=./out/clickhouse |
336 | 2023-12-01T19:32:21.370Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2023-12-01T19:32:21.370Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2023-12-01T19:32:21.370Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2023-12-01T19:32:21.370Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2023-12-01T19:32:21.370Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-12-01T19:32:21.370Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2023-12-01T19:32:21.370Z | + main |
343 | 2023-12-01T19:32:21.370Z | + [[ 0 != 0 ]] |
344 | 2023-12-01T19:32:21.370Z | + CIDL_OS=solaris2.11 |
345 | 2023-12-01T19:32:21.370Z | + [[ 0 != 0 ]] |
346 | 2023-12-01T19:32:21.370Z | + configure_os solaris2.11 |
347 | 2023-12-01T19:32:21.370Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2023-12-01T19:32:21.370Z | current directory: /work/oxidecomputer/omicron |
349 | 2023-12-01T19:32:21.370Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2023-12-01T19:32:21.370Z | + CIDL_DASHREV= |
351 | 2023-12-01T19:32:21.370Z | + case "$1" in |
352 | 2023-12-01T19:32:21.370Z | configuring based on OS: "solaris2.11" |
353 | 2023-12-01T19:32:21.370Z | + CIDL_PLATFORM=illumos |
354 | 2023-12-01T19:32:21.372Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-12-01T19:32:21.372Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2023-12-01T19:32:21.372Z | + CIDL_DASHREV=-1 |
357 | 2023-12-01T19:32:21.372Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2023-12-01T19:32:21.372Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-01T19:32:21.372Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-01T19:32:21.372Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-01T19:32:21.372Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-12-01T19:32:21.372Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-01T19:32:21.372Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-12-01T19:32:21.372Z | + mkdir -p out/downloads |
365 | 2023-12-01T19:32:21.372Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-12-01T19:32:21.375Z | + mkdir -p ./out/clickhouse |
367 | 2023-12-01T19:32:21.375Z | + local DO_DOWNLOAD=true |
368 | 2023-12-01T19:32:21.375Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2023-12-01T19:32:21.375Z | + '[' true == true ']' |
370 | 2023-12-01T19:32:21.375Z | + echo Downloading... |
371 | 2023-12-01T19:32:21.375Z | Downloading... |
372 | 2023-12-01T19:32:21.375Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-01T19:32:21.375Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-01T19:32:22.965Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-01T19:32:22.972Z | ++ md5sum |
376 | 2023-12-01T19:32:22.972Z | ++ awk '{print $1}' |
377 | 2023-12-01T19:32:23.635Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2023-12-01T19:32:23.635Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
379 | 2023-12-01T19:32:23.635Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2023-12-01T19:32:23.647Z | + mkdir -p ./out/clickhouse |
381 | 2023-12-01T19:32:23.647Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2023-12-01T19:32:28.325Z | + ./out/clickhouse/clickhouse server --version |
383 | 2023-12-01T19:32:28.377Z | ClickHouse server version 22.8.9.1. |
384 | 2023-12-01T19:32:28.400Z | + set -o errexit |
385 | 2023-12-01T19:32:28.410Z | +++ dirname ./tools/ci_download_console |
386 | 2023-12-01T19:32:28.410Z | ++ cd ./tools |
387 | 2023-12-01T19:32:28.410Z | ++ pwd |
388 | 2023-12-01T19:32:28.410Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2023-12-01T19:32:28.426Z | ++ basename ./tools/ci_download_console |
390 | 2023-12-01T19:32:28.426Z | + ARG0=ci_download_console |
391 | 2023-12-01T19:32:28.426Z | + TARGET_DIR=out |
392 | 2023-12-01T19:32:28.426Z | + DOWNLOAD_DIR=out/downloads |
393 | 2023-12-01T19:32:28.426Z | + DEST_DIR=./out/console-assets |
394 | 2023-12-01T19:32:28.426Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2023-12-01T19:32:28.427Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
396 | 2023-12-01T19:32:28.427Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-12-01T19:32:28.427Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
398 | 2023-12-01T19:32:28.427Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2023-12-01T19:32:28.427Z | + main |
400 | 2023-12-01T19:32:28.427Z | + [[ 0 != 0 ]] |
401 | 2023-12-01T19:32:28.427Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
402 | 2023-12-01T19:32:28.427Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-12-01T19:32:28.427Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2023-12-01T19:32:28.427Z | Local file: out/downloads/console.tar.gz |
405 | 2023-12-01T19:32:28.427Z | + local DO_DOWNLOAD=true |
406 | 2023-12-01T19:32:28.427Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2023-12-01T19:32:28.427Z | + mkdir -p out/downloads |
408 | 2023-12-01T19:32:28.427Z | + '[' true == true ']' |
409 | 2023-12-01T19:32:28.427Z | + echo Downloading... |
410 | 2023-12-01T19:32:28.427Z | Downloading... |
411 | 2023-12-01T19:32:28.427Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
412 | 2023-12-01T19:32:28.427Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
413 | 2023-12-01T19:32:28.978Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2023-12-01T19:32:28.982Z | ++ case "$OSTYPE" in |
415 | 2023-12-01T19:32:28.983Z | ++ SHA=sha256sum |
416 | 2023-12-01T19:32:28.983Z | ++ sha256sum |
417 | 2023-12-01T19:32:28.983Z | ++ awk '{print $1}' |
418 | 2023-12-01T19:32:29.003Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
419 | 2023-12-01T19:32:29.003Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
420 | 2023-12-01T19:32:29.005Z | + rm -rf ./out/console-assets |
421 | 2023-12-01T19:32:29.005Z | + mkdir -p ./out/console-assets |
422 | 2023-12-01T19:32:29.008Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2023-12-01T19:32:29.008Z | + mkdir -p ./out/console-assets |
424 | 2023-12-01T19:32:29.011Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2023-12-01T19:32:29.178Z | + set -o errexit |
426 | 2023-12-01T19:32:29.181Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-12-01T19:32:29.181Z | ++ cd ./tools |
428 | 2023-12-01T19:32:29.181Z | ++ pwd |
429 | 2023-12-01T19:32:29.182Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-12-01T19:32:29.182Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-12-01T19:32:29.182Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-12-01T19:32:29.182Z | + TARGET_DIR=out |
433 | 2023-12-01T19:32:29.183Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-12-01T19:32:29.183Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2023-12-01T19:32:29.183Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
436 | 2023-12-01T19:32:29.183Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-12-01T19:32:29.183Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
438 | 2023-12-01T19:32:29.183Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
439 | 2023-12-01T19:32:29.183Z | + main |
440 | 2023-12-01T19:32:29.183Z | + [[ 0 != 0 ]] |
441 | 2023-12-01T19:32:29.183Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
442 | 2023-12-01T19:32:29.183Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
443 | 2023-12-01T19:32:29.183Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
444 | 2023-12-01T19:32:29.183Z | + local DO_DOWNLOAD=true |
445 | 2023-12-01T19:32:29.183Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
446 | 2023-12-01T19:32:29.183Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
447 | 2023-12-01T19:32:29.183Z | + mkdir -p out/downloads |
448 | 2023-12-01T19:32:29.183Z | + '[' true == true ']' |
449 | 2023-12-01T19:32:29.183Z | + echo Downloading... |
450 | 2023-12-01T19:32:29.183Z | Downloading... |
451 | 2023-12-01T19:32:29.183Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
452 | 2023-12-01T19:32:29.183Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
453 | 2023-12-01T19:32:29.465Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
454 | 2023-12-01T19:32:29.465Z | ++ case "$OSTYPE" in |
455 | 2023-12-01T19:32:29.465Z | ++ SHA=sha256sum |
456 | 2023-12-01T19:32:29.465Z | ++ sha256sum |
457 | 2023-12-01T19:32:29.465Z | ++ awk '{print $1}' |
458 | 2023-12-01T19:32:29.465Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
459 | 2023-12-01T19:32:29.465Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
460 | 2023-12-01T19:32:29.475Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2023-12-01T19:32:29.475Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
462 | 2023-12-01T19:32:29.475Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
463 | 2023-12-01T19:32:29.475Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
464 | 2023-12-01T19:32:29.475Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
465 | 2023-12-01T19:32:29.475Z | + main |
466 | 2023-12-01T19:32:29.475Z | + [[ 0 != 0 ]] |
467 | 2023-12-01T19:32:29.475Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
468 | 2023-12-01T19:32:29.475Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
469 | 2023-12-01T19:32:29.475Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
470 | 2023-12-01T19:32:29.475Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
471 | 2023-12-01T19:32:29.475Z | + local DO_DOWNLOAD=true |
472 | 2023-12-01T19:32:29.475Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
473 | 2023-12-01T19:32:29.475Z | + mkdir -p out/downloads |
474 | 2023-12-01T19:32:29.475Z | + '[' true == true ']' |
475 | 2023-12-01T19:32:29.475Z | + echo Downloading... |
476 | 2023-12-01T19:32:29.475Z | Downloading... |
477 | 2023-12-01T19:32:29.478Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
478 | 2023-12-01T19:32:29.478Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
479 | 2023-12-01T19:32:29.642Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
480 | 2023-12-01T19:32:29.648Z | ++ case "$OSTYPE" in |
481 | 2023-12-01T19:32:29.648Z | ++ SHA=sha256sum |
482 | 2023-12-01T19:32:29.648Z | ++ sha256sum |
483 | 2023-12-01T19:32:29.648Z | ++ awk '{print $1}' |
484 | 2023-12-01T19:32:29.654Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
485 | 2023-12-01T19:32:29.654Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
486 | 2023-12-01T19:32:29.659Z | + set -o errexit |
487 | 2023-12-01T19:32:29.664Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2023-12-01T19:32:29.664Z | ++ cd ./tools |
489 | 2023-12-01T19:32:29.664Z | ++ pwd |
490 | 2023-12-01T19:32:29.667Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-12-01T19:32:29.667Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2023-12-01T19:32:29.667Z | + ARG0=ci_download_dendrite_openapi |
493 | 2023-12-01T19:32:29.667Z | + TARGET_DIR=out |
494 | 2023-12-01T19:32:29.669Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-12-01T19:32:29.669Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-12-01T19:32:29.669Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
497 | 2023-12-01T19:32:29.669Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2023-12-01T19:32:29.669Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
499 | 2023-12-01T19:32:29.669Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
500 | 2023-12-01T19:32:29.669Z | + main |
501 | 2023-12-01T19:32:29.669Z | + [[ 0 != 0 ]] |
502 | 2023-12-01T19:32:29.669Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
503 | 2023-12-01T19:32:29.669Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
504 | 2023-12-01T19:32:29.669Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
505 | 2023-12-01T19:32:29.669Z | + local DO_DOWNLOAD=true |
506 | 2023-12-01T19:32:29.669Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
507 | 2023-12-01T19:32:29.669Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
508 | 2023-12-01T19:32:29.669Z | + mkdir -p out/downloads |
509 | 2023-12-01T19:32:29.672Z | + '[' true == true ']' |
510 | 2023-12-01T19:32:29.672Z | Downloading... |
511 | 2023-12-01T19:32:29.672Z | + echo Downloading... |
512 | 2023-12-01T19:32:29.672Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
513 | 2023-12-01T19:32:29.672Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
514 | 2023-12-01T19:32:29.948Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
515 | 2023-12-01T19:32:29.949Z | ++ case "$OSTYPE" in |
516 | 2023-12-01T19:32:29.953Z | ++ SHA=sha256sum |
517 | 2023-12-01T19:32:29.953Z | ++ sha256sum |
518 | 2023-12-01T19:32:29.953Z | ++ awk '{print $1}' |
519 | 2023-12-01T19:32:29.956Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
520 | 2023-12-01T19:32:29.956Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
521 | 2023-12-01T19:32:29.965Z | + set -o errexit |
522 | 2023-12-01T19:32:29.967Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2023-12-01T19:32:29.970Z | ++ cd ./tools |
524 | 2023-12-01T19:32:29.970Z | ++ pwd |
525 | 2023-12-01T19:32:29.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2023-12-01T19:32:29.973Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2023-12-01T19:32:29.975Z | + ARG0=ci_download_dendrite_stub |
528 | 2023-12-01T19:32:29.975Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2023-12-01T19:32:29.975Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
530 | 2023-12-01T19:32:29.977Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
531 | 2023-12-01T19:32:29.977Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
532 | 2023-12-01T19:32:29.977Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2023-12-01T19:32:29.977Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
534 | 2023-12-01T19:32:29.977Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
535 | 2023-12-01T19:32:29.977Z | + TARGET_DIR=out |
536 | 2023-12-01T19:32:29.977Z | + DOWNLOAD_DIR=out/downloads |
537 | 2023-12-01T19:32:29.977Z | + DEST_DIR=./out/dendrite-stub |
538 | 2023-12-01T19:32:29.977Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2023-12-01T19:32:29.977Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2023-12-01T19:32:29.977Z | + REPO=oxidecomputer/dendrite |
541 | 2023-12-01T19:32:29.977Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
542 | 2023-12-01T19:32:29.977Z | + main |
543 | 2023-12-01T19:32:29.977Z | + [[ 0 != 0 ]] |
544 | 2023-12-01T19:32:29.977Z | + CIDL_OS=solaris2.11 |
545 | 2023-12-01T19:32:29.977Z | + [[ 0 != 0 ]] |
546 | 2023-12-01T19:32:29.977Z | + configure_os solaris2.11 |
547 | 2023-12-01T19:32:29.977Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2023-12-01T19:32:29.977Z | current directory: /work/oxidecomputer/omicron |
549 | 2023-12-01T19:32:29.977Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-12-01T19:32:29.977Z | configuring based on OS: "solaris2.11" |
551 | 2023-12-01T19:32:29.977Z | + case "$1" in |
552 | 2023-12-01T19:32:29.977Z | + SET_BINARIES= |
553 | 2023-12-01T19:32:29.977Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
554 | 2023-12-01T19:32:29.977Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2023-12-01T19:32:29.978Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2023-12-01T19:32:29.978Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
557 | 2023-12-01T19:32:29.978Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-01T19:32:29.978Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
559 | 2023-12-01T19:32:29.978Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2023-12-01T19:32:29.978Z | + mkdir -p out/downloads |
561 | 2023-12-01T19:32:29.978Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
562 | 2023-12-01T19:32:29.978Z | Local file: out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-01T19:32:29.981Z | + mkdir -p ./out/dendrite-stub |
564 | 2023-12-01T19:32:29.981Z | + fetch_and_verify |
565 | 2023-12-01T19:32:29.981Z | + local DO_DOWNLOAD=true |
566 | 2023-12-01T19:32:29.981Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2023-12-01T19:32:29.981Z | + '[' true == true ']' |
568 | 2023-12-01T19:32:29.981Z | + echo Downloading... |
569 | 2023-12-01T19:32:29.981Z | Downloading... |
570 | 2023-12-01T19:32:29.981Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-01T19:32:29.981Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
572 | 2023-12-01T19:32:37.026Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2023-12-01T19:32:37.030Z | ++ sha256sum |
574 | 2023-12-01T19:32:37.030Z | ++ awk '{print $1}' |
575 | 2023-12-01T19:32:37.129Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
576 | 2023-12-01T19:32:37.129Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
577 | 2023-12-01T19:32:37.129Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-01T19:32:37.133Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2023-12-01T19:32:38.158Z | + do_assemble |
580 | 2023-12-01T19:32:38.158Z | + rm -r ./out/dendrite-stub |
581 | 2023-12-01T19:32:38.162Z | + mkdir ./out/dendrite-stub |
582 | 2023-12-01T19:32:38.166Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2023-12-01T19:32:38.311Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2023-12-01T19:32:38.324Z | + set -o errexit |
585 | 2023-12-01T19:32:38.327Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2023-12-01T19:32:38.330Z | ++ cd ./tools |
587 | 2023-12-01T19:32:38.330Z | ++ pwd |
588 | 2023-12-01T19:32:38.330Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2023-12-01T19:32:38.332Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2023-12-01T19:32:38.335Z | + ARG0=ci_download_maghemite_mgd |
591 | 2023-12-01T19:32:38.335Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2023-12-01T19:32:38.335Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
593 | 2023-12-01T19:32:38.335Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
594 | 2023-12-01T19:32:38.335Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2023-12-01T19:32:38.336Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
596 | 2023-12-01T19:32:38.336Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
597 | 2023-12-01T19:32:38.336Z | + TARGET_DIR=out |
598 | 2023-12-01T19:32:38.336Z | + DOWNLOAD_DIR=out/downloads |
599 | 2023-12-01T19:32:38.336Z | + DEST_DIR=./out/mgd |
600 | 2023-12-01T19:32:38.336Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2023-12-01T19:32:38.336Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2023-12-01T19:32:38.336Z | + REPO=oxidecomputer/maghemite |
603 | 2023-12-01T19:32:38.336Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
604 | 2023-12-01T19:32:38.336Z | + main |
605 | 2023-12-01T19:32:38.336Z | + [[ 0 != 0 ]] |
606 | 2023-12-01T19:32:38.336Z | + CIDL_OS=solaris2.11 |
607 | 2023-12-01T19:32:38.336Z | + [[ 0 != 0 ]] |
608 | 2023-12-01T19:32:38.336Z | + configure_os solaris2.11 |
609 | 2023-12-01T19:32:38.336Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2023-12-01T19:32:38.336Z | current directory: /work/oxidecomputer/omicron |
611 | 2023-12-01T19:32:38.336Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2023-12-01T19:32:38.336Z | + case "$1" in |
613 | 2023-12-01T19:32:38.336Z | + SET_BINARIES= |
614 | 2023-12-01T19:32:38.336Z | configuring based on OS: "solaris2.11" |
615 | 2023-12-01T19:32:38.336Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-12-01T19:32:38.336Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-12-01T19:32:38.336Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
618 | 2023-12-01T19:32:38.339Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2023-12-01T19:32:38.339Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
620 | 2023-12-01T19:32:38.339Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2023-12-01T19:32:38.339Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
622 | 2023-12-01T19:32:38.339Z | Local file: out/downloads/mgd.tar.gz |
623 | 2023-12-01T19:32:38.339Z | + mkdir -p out/downloads |
624 | 2023-12-01T19:32:38.342Z | + mkdir -p ./out/mgd |
625 | 2023-12-01T19:32:38.342Z | + fetch_and_verify |
626 | 2023-12-01T19:32:38.342Z | + local DO_DOWNLOAD=true |
627 | 2023-12-01T19:32:38.342Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2023-12-01T19:32:38.342Z | + '[' true == true ']' |
629 | 2023-12-01T19:32:38.342Z | + echo Downloading... |
630 | 2023-12-01T19:32:38.342Z | Downloading... |
631 | 2023-12-01T19:32:38.342Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2023-12-01T19:32:38.342Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
633 | 2023-12-01T19:32:44.569Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2023-12-01T19:32:44.572Z | ++ sha256sum |
635 | 2023-12-01T19:32:44.572Z | ++ awk '{print $1}' |
636 | 2023-12-01T19:32:44.646Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
637 | 2023-12-01T19:32:44.646Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
638 | 2023-12-01T19:32:44.646Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2023-12-01T19:32:44.649Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2023-12-01T19:32:45.336Z | + do_assemble |
641 | 2023-12-01T19:32:45.336Z | + rm -r ./out/mgd |
642 | 2023-12-01T19:32:45.338Z | + mkdir ./out/mgd |
643 | 2023-12-01T19:32:45.341Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2023-12-01T19:32:45.574Z | + set -o errexit |
645 | 2023-12-01T19:32:45.577Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2023-12-01T19:32:45.579Z | ++ cd ./tools |
647 | 2023-12-01T19:32:45.579Z | ++ pwd |
648 | 2023-12-01T19:32:45.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2023-12-01T19:32:45.582Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2023-12-01T19:32:45.582Z | + ARG0=ci_download_transceiver_control |
651 | 2023-12-01T19:32:45.585Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2023-12-01T19:32:45.585Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2023-12-01T19:32:45.585Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-12-01T19:32:45.585Z | + TARGET_DIR=out |
655 | 2023-12-01T19:32:45.585Z | + DOWNLOAD_DIR=out/downloads |
656 | 2023-12-01T19:32:45.586Z | + DEST_DIR=./out/transceiver-control |
657 | 2023-12-01T19:32:45.586Z | + BIN_DIR=/opt/oxide/bin |
658 | 2023-12-01T19:32:45.586Z | + BINARY=xcvradm |
659 | 2023-12-01T19:32:45.586Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2023-12-01T19:32:45.586Z | + REPO=oxidecomputer/transceiver-control |
661 | 2023-12-01T19:32:45.586Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-12-01T19:32:45.586Z | + main |
663 | 2023-12-01T19:32:45.586Z | + [[ 0 != 0 ]] |
664 | 2023-12-01T19:32:45.586Z | + CIDL_OS=solaris2.11 |
665 | 2023-12-01T19:32:45.586Z | + [[ 0 != 0 ]] |
666 | 2023-12-01T19:32:45.586Z | + configure_os solaris2.11 |
667 | 2023-12-01T19:32:45.586Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2023-12-01T19:32:45.586Z | current directory: /work/oxidecomputer/omicron |
669 | 2023-12-01T19:32:45.586Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-12-01T19:32:45.586Z | configuring based on OS: "solaris2.11" |
671 | 2023-12-01T19:32:45.586Z | + case "$1" in |
672 | 2023-12-01T19:32:45.586Z | + SET_BINARIES= |
673 | 2023-12-01T19:32:45.586Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-12-01T19:32:45.586Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2023-12-01T19:32:45.586Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2023-12-01T19:32:45.586Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-12-01T19:32:45.586Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2023-12-01T19:32:45.586Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2023-12-01T19:32:45.586Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-12-01T19:32:45.586Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2023-12-01T19:32:45.587Z | Local file: out/downloads/xcvradm.gz |
682 | 2023-12-01T19:32:45.587Z | + mkdir -p out/downloads |
683 | 2023-12-01T19:32:45.590Z | + mkdir -p ./out/transceiver-control |
684 | 2023-12-01T19:32:45.590Z | + fetch_and_verify |
685 | 2023-12-01T19:32:45.590Z | + local DO_DOWNLOAD=true |
686 | 2023-12-01T19:32:45.590Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2023-12-01T19:32:45.590Z | + '[' true == true ']' |
688 | 2023-12-01T19:32:45.590Z | + echo Downloading... |
689 | 2023-12-01T19:32:45.590Z | Downloading... |
690 | 2023-12-01T19:32:45.590Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2023-12-01T19:32:45.590Z | + 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 |
692 | 2023-12-01T19:32:47.140Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2023-12-01T19:32:47.143Z | ++ sha256sum |
694 | 2023-12-01T19:32:47.143Z | ++ awk '{print $1}' |
695 | 2023-12-01T19:32:47.166Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2023-12-01T19:32:47.166Z | + [[ 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 ]] |
697 | 2023-12-01T19:32:47.169Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2023-12-01T19:32:47.169Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2023-12-01T19:32:47.172Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2023-12-01T19:32:47.344Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2023-12-01T19:32:47.347Z | + do_assemble |
702 | 2023-12-01T19:32:47.347Z | + rm -r ./out/transceiver-control |
703 | 2023-12-01T19:32:47.350Z | + mkdir ./out/transceiver-control |
704 | 2023-12-01T19:32:47.353Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2023-12-01T19:32:47.560Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2023-12-01T19:32:47.563Z | |
707 | 2023-12-01T19:32:47.563Z | real 2:27.724481598 |
708 | 2023-12-01T19:32:47.563Z | user 54.887840597 |
709 | 2023-12-01T19:32:47.563Z | sys 10.753806799 |
710 | 2023-12-01T19:32:47.563Z | trap 0.024021819 |
711 | 2023-12-01T19:32:47.564Z | tflt 0.385362832 |
712 | 2023-12-01T19:32:47.565Z | dflt 1.133474070 |
713 | 2023-12-01T19:32:47.565Z | kflt 0.322684568 |
714 | 2023-12-01T19:32:47.565Z | lock 2.088490594 |
715 | 2023-12-01T19:32:47.565Z | slp 4:31.745394531 |
716 | 2023-12-01T19:32:47.565Z | lat 4.060470242 |
717 | 2023-12-01T19:32:47.565Z | stop 0.084200444 |
718 | 2023-12-01T19:32:47.568Z | |
719 | 2023-12-01T19:32:47.568Z | #### # # ##### ##### # # |
720 | 2023-12-01T19:32:47.568Z | # # # # # # # # # # |
721 | 2023-12-01T19:32:47.568Z | # # # # # # # # |
722 | 2023-12-01T19:32:47.568Z | # # # ##### ##### # |
723 | 2023-12-01T19:32:47.568Z | # # # # # # # |
724 | 2023-12-01T19:32:47.568Z | #### ###### # # # # |
725 | 2023-12-01T19:32:47.568Z | |
726 | 2023-12-01T19:32:47.914Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2023-12-01T19:32:48.309Z | Updating crates.io index |
728 | 2023-12-01T19:32:48.399Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2023-12-01T19:32:50.054Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2023-12-01T19:32:52.020Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2023-12-01T19:32:52.877Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2023-12-01T19:32:53.220Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2023-12-01T19:32:53.557Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2023-12-01T19:32:53.854Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2023-12-01T19:32:54.747Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2023-12-01T19:32:57.129Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2023-12-01T19:32:58.170Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2023-12-01T19:32:58.549Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2023-12-01T19:32:59.184Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2023-12-01T19:32:59.536Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2023-12-01T19:32:59.868Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2023-12-01T19:33:00.355Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2023-12-01T19:33:00.712Z | Updating git repository `https://github.com/njaremko/samael` |
744 | 2023-12-01T19:33:01.356Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2023-12-01T19:33:01.922Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2023-12-01T19:33:02.427Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2023-12-01T19:33:02.770Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2023-12-01T19:33:04.268Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2023-12-01T19:33:04.831Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2023-12-01T19:33:05.783Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2023-12-01T19:33:06.179Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2023-12-01T19:33:06.514Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2023-12-01T19:33:07.927Z | Downloading crates ... |
754 | 2023-12-01T19:33:08.189Z | Downloaded toml_datetime v0.6.5 |
755 | 2023-12-01T19:33:08.193Z | Downloaded itoa v1.0.9 |
756 | 2023-12-01T19:33:08.201Z | Downloaded anstream v0.5.0 |
757 | 2023-12-01T19:33:08.214Z | Downloaded equivalent v1.0.1 |
758 | 2023-12-01T19:33:08.223Z | Downloaded serde_spanned v0.6.4 |
759 | 2023-12-01T19:33:08.225Z | Downloaded colorchoice v1.0.0 |
760 | 2023-12-01T19:33:08.235Z | Downloaded cargo-platform v0.1.3 |
761 | 2023-12-01T19:33:08.237Z | Downloaded bitflags v1.3.2 |
762 | 2023-12-01T19:33:08.242Z | Downloaded thiserror-impl v1.0.49 |
763 | 2023-12-01T19:33:08.245Z | Downloaded clap_lex v0.5.1 |
764 | 2023-12-01T19:33:08.248Z | Downloaded anstyle-query v1.0.0 |
765 | 2023-12-01T19:33:08.248Z | Downloaded anstyle v1.0.2 |
766 | 2023-12-01T19:33:08.250Z | Downloaded heck v0.4.1 |
767 | 2023-12-01T19:33:08.253Z | Downloaded utf8parse v0.2.1 |
768 | 2023-12-01T19:33:08.256Z | Downloaded strsim v0.10.0 |
769 | 2023-12-01T19:33:08.256Z | Downloaded terminal_size v0.2.6 |
770 | 2023-12-01T19:33:08.259Z | Downloaded cargo_metadata v0.18.0 |
771 | 2023-12-01T19:33:08.262Z | Downloaded camino v1.1.6 |
772 | 2023-12-01T19:33:08.265Z | Downloaded semver v1.0.20 |
773 | 2023-12-01T19:33:08.268Z | Downloaded clap_derive v4.4.2 |
774 | 2023-12-01T19:33:08.271Z | Downloaded quote v1.0.33 |
775 | 2023-12-01T19:33:08.275Z | Downloaded anstyle-parse v0.2.1 |
776 | 2023-12-01T19:33:08.277Z | Downloaded errno v0.3.2 |
777 | 2023-12-01T19:33:08.280Z | Downloaded thiserror v1.0.49 |
778 | 2023-12-01T19:33:08.286Z | Downloaded toml v0.8.8 |
779 | 2023-12-01T19:33:08.292Z | Downloaded anyhow v1.0.75 |
780 | 2023-12-01T19:33:08.298Z | Downloaded indexmap v2.1.0 |
781 | 2023-12-01T19:33:08.304Z | Downloaded unicode-ident v1.0.12 |
782 | 2023-12-01T19:33:08.309Z | Downloaded serde_derive v1.0.192 |
783 | 2023-12-01T19:33:08.313Z | Downloaded serde v1.0.192 |
784 | 2023-12-01T19:33:08.319Z | Downloaded clap v4.4.3 |
785 | 2023-12-01T19:33:08.334Z | Downloaded ryu v1.0.15 |
786 | 2023-12-01T19:33:08.339Z | Downloaded memchr v2.6.3 |
787 | 2023-12-01T19:33:08.349Z | Downloaded winnow v0.5.15 |
788 | 2023-12-01T19:33:08.363Z | Downloaded clap_builder v4.4.2 |
789 | 2023-12-01T19:33:08.375Z | Downloaded syn v2.0.32 |
790 | 2023-12-01T19:33:08.393Z | Downloaded rustix v0.37.23 |
791 | 2023-12-01T19:33:08.429Z | Downloaded libc v0.2.150 |
792 | 2023-12-01T19:33:08.475Z | Downloaded serde_json v1.0.108 |
793 | 2023-12-01T19:33:08.487Z | Downloaded hashbrown v0.14.2 |
794 | 2023-12-01T19:33:08.496Z | Downloaded proc-macro2 v1.0.69 |
795 | 2023-12-01T19:33:08.500Z | Downloaded toml_edit v0.21.0 |
796 | 2023-12-01T19:33:08.538Z | Downloaded io-lifetimes v1.0.11 |
797 | 2023-12-01T19:33:08.541Z | Downloaded cargo_toml v0.17.0 |
798 | 2023-12-01T19:33:08.653Z | Compiling proc-macro2 v1.0.69 |
799 | 2023-12-01T19:33:08.653Z | Compiling unicode-ident v1.0.12 |
800 | 2023-12-01T19:33:08.656Z | Compiling serde v1.0.192 |
801 | 2023-12-01T19:33:08.656Z | Compiling libc v0.2.150 |
802 | 2023-12-01T19:33:08.669Z | Compiling io-lifetimes v1.0.11 |
803 | 2023-12-01T19:33:08.672Z | Compiling rustix v0.37.23 |
804 | 2023-12-01T19:33:08.672Z | Compiling bitflags v1.3.2 |
805 | 2023-12-01T19:33:08.672Z | Compiling utf8parse v0.2.1 |
806 | 2023-12-01T19:33:08.892Z | Compiling equivalent v1.0.1 |
807 | 2023-12-01T19:33:08.971Z | Compiling hashbrown v0.14.2 |
808 | 2023-12-01T19:33:08.995Z | Compiling anstyle-parse v0.2.1 |
809 | 2023-12-01T19:33:09.039Z | Compiling colorchoice v1.0.0 |
810 | 2023-12-01T19:33:09.252Z | Compiling camino v1.1.6 |
811 | 2023-12-01T19:33:09.448Z | Compiling winnow v0.5.15 |
812 | 2023-12-01T19:33:10.526Z | Compiling indexmap v2.1.0 |
813 | 2023-12-01T19:33:10.591Z | Compiling anstyle-query v1.0.0 |
814 | 2023-12-01T19:33:10.708Z | Compiling thiserror v1.0.49 |
815 | 2023-12-01T19:33:10.728Z | Compiling anstyle v1.0.2 |
816 | 2023-12-01T19:33:10.803Z | Compiling semver v1.0.20 |
817 | 2023-12-01T19:33:11.030Z | Compiling serde_json v1.0.108 |
818 | 2023-12-01T19:33:11.500Z | Compiling anstream v0.5.0 |
819 | 2023-12-01T19:33:11.669Z | Compiling strsim v0.10.0 |
820 | 2023-12-01T19:33:11.718Z | Compiling anyhow v1.0.75 |
821 | 2023-12-01T19:33:11.734Z | Compiling itoa v1.0.9 |
822 | 2023-12-01T19:33:12.064Z | Compiling quote v1.0.33 |
823 | 2023-12-01T19:33:12.472Z | Compiling ryu v1.0.15 |
824 | 2023-12-01T19:33:12.527Z | Compiling heck v0.4.1 |
825 | 2023-12-01T19:33:12.583Z | Compiling clap_lex v0.5.1 |
826 | 2023-12-01T19:33:12.907Z | Compiling syn v2.0.32 |
827 | 2023-12-01T19:33:13.018Z | Compiling errno v0.3.2 |
828 | 2023-12-01T19:33:14.653Z | Compiling terminal_size v0.2.6 |
829 | 2023-12-01T19:33:14.777Z | Compiling clap_builder v4.4.2 |
830 | 2023-12-01T19:33:20.857Z | Compiling serde_derive v1.0.192 |
831 | 2023-12-01T19:33:20.861Z | Compiling thiserror-impl v1.0.49 |
832 | 2023-12-01T19:33:20.861Z | Compiling clap_derive v4.4.2 |
833 | 2023-12-01T19:33:25.780Z | Compiling clap v4.4.3 |
834 | 2023-12-01T19:33:34.067Z | Compiling serde_spanned v0.6.4 |
835 | 2023-12-01T19:33:34.070Z | Compiling toml_datetime v0.6.5 |
836 | 2023-12-01T19:33:34.070Z | Compiling cargo-platform v0.1.3 |
837 | 2023-12-01T19:33:34.474Z | Compiling toml_edit v0.21.0 |
838 | 2023-12-01T19:33:36.086Z | Compiling cargo_metadata v0.18.0 |
839 | 2023-12-01T19:33:37.596Z | Compiling toml v0.8.8 |
840 | 2023-12-01T19:33:38.605Z | Compiling cargo_toml v0.17.0 |
841 | 2023-12-01T19:33:45.271Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
842 | 2023-12-01T19:33:46.672Z | Finished dev [unoptimized + debuginfo] target(s) in 59.02s |
843 | 2023-12-01T19:33:46.871Z | Running `target/debug/xtask clippy` |
844 | 2023-12-01T19:33:46.925Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
845 | 2023-12-01T19:33:47.762Z | Downloading crates ... |
846 | 2023-12-01T19:33:47.996Z | Downloaded addr2line v0.21.0 |
847 | 2023-12-01T19:33:48.018Z | Downloaded ciborium-io v0.2.1 |
848 | 2023-12-01T19:33:48.027Z | Downloaded keccak v0.1.4 |
849 | 2023-12-01T19:33:48.037Z | Downloaded inout v0.1.3 |
850 | 2023-12-01T19:33:48.041Z | Downloaded lazy_static v1.4.0 |
851 | 2023-12-01T19:33:48.045Z | Downloaded kstat-rs v0.2.3 |
852 | 2023-12-01T19:33:48.048Z | Downloaded hyper-rustls v0.24.2 |
853 | 2023-12-01T19:33:48.055Z | Downloaded indexmap v1.9.3 |
854 | 2023-12-01T19:33:48.067Z | Downloaded maplit v1.0.2 |
855 | 2023-12-01T19:33:48.073Z | Downloaded cookie v0.18.0 |
856 | 2023-12-01T19:33:48.084Z | Downloaded matches v0.1.10 |
857 | 2023-12-01T19:33:48.090Z | Downloaded atty v0.2.14 |
858 | 2023-12-01T19:33:48.097Z | Downloaded block-padding v0.3.3 |
859 | 2023-12-01T19:33:48.102Z | Downloaded md-5 v0.10.5 |
860 | 2023-12-01T19:33:48.109Z | Downloaded crossbeam-queue v0.3.8 |
861 | 2023-12-01T19:33:48.116Z | Downloaded buf-list v1.0.3 |
862 | 2023-12-01T19:33:48.127Z | Downloaded oso-derive v0.27.0 |
863 | 2023-12-01T19:33:48.132Z | Downloaded openssl-macros v0.1.1 |
864 | 2023-12-01T19:33:48.135Z | Downloaded opaque-debug v0.3.0 |
865 | 2023-12-01T19:33:48.146Z | Downloaded normalize-line-endings v0.3.0 |
866 | 2023-12-01T19:33:48.150Z | Downloaded shlex v1.1.0 |
867 | 2023-12-01T19:33:48.152Z | Downloaded serde-big-array v0.5.1 |
868 | 2023-12-01T19:33:48.158Z | Downloaded openssl-probe v0.1.5 |
869 | 2023-12-01T19:33:48.162Z | Downloaded crypto-common v0.1.6 |
870 | 2023-12-01T19:33:48.166Z | Downloaded num-integer v0.1.45 |
871 | 2023-12-01T19:33:48.172Z | Downloaded mockall v0.11.4 |
872 | 2023-12-01T19:33:48.177Z | Downloaded num_enum v0.5.11 |
873 | 2023-12-01T19:33:48.194Z | Downloaded try-lock v0.2.4 |
874 | 2023-12-01T19:33:48.198Z | Downloaded slog-async v2.8.0 |
875 | 2023-12-01T19:33:48.204Z | Downloaded num_cpus v1.16.0 |
876 | 2023-12-01T19:33:48.212Z | Downloaded semver v0.11.0 |
877 | 2023-12-01T19:33:48.219Z | Downloaded foreign-types-shared v0.3.1 |
878 | 2023-12-01T19:33:48.224Z | Downloaded usdt-attr-macro v0.3.5 |
879 | 2023-12-01T19:33:48.228Z | Downloaded log v0.4.20 |
880 | 2023-12-01T19:33:48.237Z | Downloaded num-derive v0.4.0 |
881 | 2023-12-01T19:33:48.243Z | Downloaded mime_guess v2.0.4 |
882 | 2023-12-01T19:33:48.248Z | Downloaded endian-type v0.1.2 |
883 | 2023-12-01T19:33:48.251Z | Downloaded diesel_table_macro_syntax v0.1.0 |
884 | 2023-12-01T19:33:48.254Z | Downloaded untrusted v0.7.1 |
885 | 2023-12-01T19:33:48.257Z | Downloaded which v4.4.0 |
886 | 2023-12-01T19:33:48.260Z | Downloaded threadpool v1.8.1 |
887 | 2023-12-01T19:33:48.262Z | Downloaded parse-display v0.8.2 |
888 | 2023-12-01T19:33:48.265Z | Downloaded num-complex v0.4.4 |
889 | 2023-12-01T19:33:48.270Z | Downloaded parking_lot v0.11.2 |
890 | 2023-12-01T19:33:48.277Z | Downloaded schemars_derive v0.8.13 |
891 | 2023-12-01T19:33:48.281Z | Downloaded httparse v1.8.0 |
892 | 2023-12-01T19:33:48.288Z | Downloaded universal-hash v0.5.1 |
893 | 2023-12-01T19:33:48.292Z | Downloaded foreign-types v0.3.2 |
894 | 2023-12-01T19:33:48.295Z | Downloaded futures-task v0.3.29 |
895 | 2023-12-01T19:33:48.298Z | Downloaded plotters-svg v0.3.5 |
896 | 2023-12-01T19:33:48.301Z | Downloaded fragile v2.0.0 |
897 | 2023-12-01T19:33:48.306Z | Downloaded strum v0.25.0 |
898 | 2023-12-01T19:33:48.309Z | Downloaded pem v1.1.1 |
899 | 2023-12-01T19:33:48.312Z | Downloaded serde_urlencoded v0.7.1 |
900 | 2023-12-01T19:33:48.317Z | Downloaded utf-8 v0.7.6 |
901 | 2023-12-01T19:33:48.320Z | Downloaded trybuild v1.0.85 |
902 | 2023-12-01T19:33:48.331Z | Downloaded snafu v0.7.5 |
903 | 2023-12-01T19:33:48.348Z | Downloaded display-error-chain v0.2.0 |
904 | 2023-12-01T19:33:48.350Z | Downloaded password-hash v0.5.0 |
905 | 2023-12-01T19:33:48.355Z | Downloaded httptest v0.15.5 |
906 | 2023-12-01T19:33:48.359Z | Downloaded minimal-lexical v0.2.1 |
907 | 2023-12-01T19:33:48.370Z | Downloaded pretty-hex v0.4.0 |
908 | 2023-12-01T19:33:48.374Z | Downloaded downcast v0.11.0 |
909 | 2023-12-01T19:33:48.377Z | Downloaded phf_shared v0.10.0 |
910 | 2023-12-01T19:33:48.380Z | Downloaded pem v3.0.2 |
911 | 2023-12-01T19:33:48.383Z | Downloaded der_derive v0.7.2 |
912 | 2023-12-01T19:33:48.386Z | Downloaded resolv-conf v0.7.0 |
913 | 2023-12-01T19:33:48.392Z | Downloaded serde_derive_internals v0.26.0 |
914 | 2023-12-01T19:33:48.396Z | Downloaded pin-project-internal v1.1.3 |
915 | 2023-12-01T19:33:48.401Z | Downloaded toml v0.5.11 |
916 | 2023-12-01T19:33:48.407Z | Downloaded version_check v0.9.4 |
917 | 2023-12-01T19:33:48.410Z | Downloaded rand_xorshift v0.3.0 |
918 | 2023-12-01T19:33:48.413Z | Downloaded socket2 v0.4.9 |
919 | 2023-12-01T19:33:48.418Z | Downloaded proc-macro-error-attr v1.0.4 |
920 | 2023-12-01T19:33:48.421Z | Downloaded foreign-types-macros v0.2.3 |
921 | 2023-12-01T19:33:48.424Z | Downloaded fnv v1.0.7 |
922 | 2023-12-01T19:33:48.427Z | Downloaded phf v0.11.2 |
923 | 2023-12-01T19:33:48.430Z | Downloaded poly1305 v0.8.0 |
924 | 2023-12-01T19:33:48.437Z | Downloaded whoami v1.4.1 |
925 | 2023-12-01T19:33:48.441Z | Downloaded fxhash v0.2.1 |
926 | 2023-12-01T19:33:48.444Z | Downloaded foreign-types v0.5.0 |
927 | 2023-12-01T19:33:48.446Z | Downloaded serde-big-array v0.4.1 |
928 | 2023-12-01T19:33:48.449Z | Downloaded serde-hex v0.1.0 |
929 | 2023-12-01T19:33:48.453Z | Downloaded highway v1.1.0 |
930 | 2023-12-01T19:33:48.459Z | Downloaded pin-project-lite v0.2.13 |
931 | 2023-12-01T19:33:48.471Z | Downloaded termtree v0.4.1 |
932 | 2023-12-01T19:33:48.474Z | Downloaded float-cmp v0.9.0 |
933 | 2023-12-01T19:33:48.477Z | Downloaded data-encoding v2.4.0 |
934 | 2023-12-01T19:33:48.480Z | Downloaded hubpack_derive v0.1.1 |
935 | 2023-12-01T19:33:48.483Z | Downloaded spin v0.9.8 |
936 | 2023-12-01T19:33:48.489Z | Downloaded time-core v0.1.1 |
937 | 2023-12-01T19:33:48.492Z | Downloaded phf_shared v0.11.2 |
938 | 2023-12-01T19:33:48.495Z | Downloaded spin v0.5.2 |
939 | 2023-12-01T19:33:48.498Z | Downloaded tracing-attributes v0.1.26 |
940 | 2023-12-01T19:33:48.503Z | Downloaded swrite v0.1.0 |
941 | 2023-12-01T19:33:48.506Z | Downloaded home v0.5.5 |
942 | 2023-12-01T19:33:48.509Z | Downloaded hostname v0.3.1 |
943 | 2023-12-01T19:33:48.512Z | Downloaded serde_with_macros v2.3.3 |
944 | 2023-12-01T19:33:48.517Z | Downloaded toml v0.7.8 |
945 | 2023-12-01T19:33:48.526Z | Downloaded signal-hook-tokio v0.3.1 |
946 | 2023-12-01T19:33:48.530Z | Downloaded tokio-macros v2.2.0 |
947 | 2023-12-01T19:33:48.533Z | Downloaded predicates-tree v1.0.9 |
948 | 2023-12-01T19:33:48.536Z | Downloaded dashmap v5.5.1 |
949 | 2023-12-01T19:33:48.541Z | Downloaded relative-path v1.9.0 |
950 | 2023-12-01T19:33:48.545Z | Downloaded vte v0.11.1 |
951 | 2023-12-01T19:33:48.550Z | Downloaded take_mut v0.2.2 |
952 | 2023-12-01T19:33:48.552Z | Downloaded headers-core v0.2.0 |
953 | 2023-12-01T19:33:48.555Z | Downloaded dyn-clone v1.0.13 |
954 | 2023-12-01T19:33:48.557Z | Downloaded stable_deref_trait v1.2.0 |
955 | 2023-12-01T19:33:48.560Z | Downloaded subprocess v0.2.9 |
956 | 2023-12-01T19:33:48.566Z | Downloaded rpassword v7.3.1 |
957 | 2023-12-01T19:33:48.568Z | Downloaded debug-ignore v1.0.5 |
958 | 2023-12-01T19:33:48.571Z | Downloaded datatest-stable v0.2.3 |
959 | 2023-12-01T19:33:48.576Z | Downloaded walkdir v2.4.0 |
960 | 2023-12-01T19:33:48.581Z | Downloaded pkg-config v0.3.27 |
961 | 2023-12-01T19:33:48.584Z | Downloaded filetime v0.2.22 |
962 | 2023-12-01T19:33:48.588Z | Downloaded deranged v0.3.8 |
963 | 2023-12-01T19:33:48.592Z | Downloaded derive_builder_macro v0.12.0 |
964 | 2023-12-01T19:33:48.594Z | Downloaded wyz v0.5.1 |
965 | 2023-12-01T19:33:48.597Z | Downloaded wait-timeout v0.2.0 |
966 | 2023-12-01T19:33:48.600Z | Downloaded ena v0.14.2 |
967 | 2023-12-01T19:33:48.603Z | Downloaded strum_macros v0.25.2 |
968 | 2023-12-01T19:33:48.638Z | Downloaded waitgroup v0.1.2 |
969 | 2023-12-01T19:33:48.640Z | Downloaded rusty-fork v0.3.0 |
970 | 2023-12-01T19:33:48.640Z | Downloaded thread-id v4.2.0 |
971 | 2023-12-01T19:33:48.640Z | Downloaded generic-array v0.14.7 |
972 | 2023-12-01T19:33:48.640Z | Downloaded tokio-util v0.7.10 |
973 | 2023-12-01T19:33:48.640Z | Downloaded futures-core v0.3.29 |
974 | 2023-12-01T19:33:48.642Z | Downloaded fs-err v2.11.0 |
975 | 2023-12-01T19:33:48.642Z | Downloaded flagset v0.4.3 |
976 | 2023-12-01T19:33:48.645Z | Downloaded peeking_take_while v0.1.2 |
977 | 2023-12-01T19:33:48.647Z | Downloaded parking_lot_core v0.9.8 |
978 | 2023-12-01T19:33:48.650Z | Downloaded r2d2 v0.8.10 |
979 | 2023-12-01T19:33:48.654Z | Downloaded path-slash v0.1.5 |
980 | 2023-12-01T19:33:48.656Z | Downloaded humantime v2.1.0 |
981 | 2023-12-01T19:33:48.659Z | Downloaded zerocopy v0.6.4 |
982 | 2023-12-01T19:33:48.664Z | Downloaded difflib v0.4.0 |
983 | 2023-12-01T19:33:48.667Z | Downloaded tokio-rustls v0.24.1 |
984 | 2023-12-01T19:33:48.672Z | Downloaded quick-error v1.2.3 |
985 | 2023-12-01T19:33:48.675Z | Downloaded hex-literal v0.4.1 |
986 | 2023-12-01T19:33:48.677Z | Downloaded tabled_derive v0.6.0 |
987 | 2023-12-01T19:33:48.680Z | Downloaded postcard v0.7.3 |
988 | 2023-12-01T19:33:48.683Z | Downloaded aho-corasick v1.0.4 |
989 | 2023-12-01T19:33:48.697Z | Downloaded paste v1.0.14 |
990 | 2023-12-01T19:33:48.702Z | Downloaded shell-words v1.1.0 |
991 | 2023-12-01T19:33:48.705Z | Downloaded heck v0.3.3 |
992 | 2023-12-01T19:33:48.707Z | Downloaded scopeguard v1.2.0 |
993 | 2023-12-01T19:33:48.710Z | Downloaded dirs-sys-next v0.1.2 |
994 | 2023-12-01T19:33:48.712Z | Downloaded socket2 v0.5.5 |
995 | 2023-12-01T19:33:48.717Z | Downloaded digest v0.10.7 |
996 | 2023-12-01T19:33:48.720Z | Downloaded derive_builder_core v0.12.0 |
997 | 2023-12-01T19:33:48.724Z | Downloaded futures v0.3.29 |
998 | 2023-12-01T19:33:48.735Z | Downloaded yasna v0.5.2 |
999 | 2023-12-01T19:33:48.740Z | Downloaded rand_core v0.6.4 |
1000 | 2023-12-01T19:33:48.743Z | Downloaded time v0.3.27 |
1001 | 2023-12-01T19:33:48.757Z | Downloaded tap v1.0.1 |
1002 | 2023-12-01T19:33:48.760Z | Downloaded signature v1.6.4 |
1003 | 2023-12-01T19:33:48.762Z | Downloaded tokio-tungstenite v0.20.1 |
1004 | 2023-12-01T19:33:48.765Z | Downloaded tungstenite v0.20.1 |
1005 | 2023-12-01T19:33:48.773Z | Downloaded flate2 v1.0.28 |
1006 | 2023-12-01T19:33:48.784Z | Downloaded rand v0.4.6 |
1007 | 2023-12-01T19:33:48.792Z | Downloaded rcgen v0.11.3 |
1008 | 2023-12-01T19:33:48.798Z | Downloaded derive_more v0.99.17 |
1009 | 2023-12-01T19:33:48.810Z | Downloaded trust-dns-resolver v0.22.0 |
1010 | 2023-12-01T19:33:48.820Z | Downloaded prettyplease v0.2.12 |
1011 | 2023-12-01T19:33:48.827Z | Downloaded derive-where v1.2.5 |
1012 | 2023-12-01T19:33:48.836Z | Downloaded expectorate v1.1.0 |
1013 | 2023-12-01T19:33:48.841Z | Downloaded clap v2.34.0 |
1014 | 2023-12-01T19:33:48.857Z | Downloaded url v2.5.0 |
1015 | 2023-12-01T19:33:48.863Z | Downloaded trust-dns-server v0.22.1 |
1016 | 2023-12-01T19:33:48.875Z | Downloaded typed-path v0.6.0 |
1017 | 2023-12-01T19:33:48.888Z | Downloaded portable-atomic v1.4.3 |
1018 | 2023-12-01T19:33:48.901Z | Downloaded regex-automata v0.1.10 |
1019 | 2023-12-01T19:33:48.911Z | Downloaded hkdf v0.12.3 |
1020 | 2023-12-01T19:33:48.918Z | Downloaded quick-xml v0.23.1 |
1021 | 2023-12-01T19:33:48.934Z | Downloaded plotters v0.3.5 |
1022 | 2023-12-01T19:33:48.954Z | Downloaded reqwest v0.11.22 |
1023 | 2023-12-01T19:33:48.971Z | Downloaded rustls-webpki v0.101.7 |
1024 | 2023-12-01T19:33:49.002Z | Downloaded proptest v1.4.0 |
1025 | 2023-12-01T19:33:49.022Z | Downloaded syn v1.0.109 |
1026 | 2023-12-01T19:33:49.045Z | Downloaded ratatui v0.23.0 |
1027 | 2023-12-01T19:33:49.069Z | Downloaded regex-syntax v0.7.5 |
1028 | 2023-12-01T19:33:49.088Z | Downloaded regex v1.10.2 |
1029 | 2023-12-01T19:33:49.116Z | Downloaded rustix v0.38.25 |
1030 | 2023-12-01T19:33:49.161Z | Downloaded trust-dns-proto v0.22.0 |
1031 | 2023-12-01T19:33:49.186Z | Downloaded diesel v2.1.4 |
1032 | 2023-12-01T19:33:49.222Z | Downloaded regex-automata v0.3.8 |
1033 | 2023-12-01T19:33:49.258Z | Downloaded sled v0.34.7 |
1034 | 2023-12-01T19:33:49.282Z | Downloaded zerocopy-derive v0.6.4 |
1035 | 2023-12-01T19:33:49.305Z | Downloaded sha3 v0.10.8 |
1036 | 2023-12-01T19:33:49.319Z | Downloaded tokio v1.34.0 |
1037 | 2023-12-01T19:33:49.391Z | Downloaded regex-automata v0.4.3 |
1038 | 2023-12-01T19:33:49.427Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1039 | 2023-12-01T19:33:49.454Z | Downloaded regex-syntax v0.8.2 |
1040 | 2023-12-01T19:33:49.475Z | Downloaded encoding_rs v0.8.33 |
1041 | 2023-12-01T19:33:49.524Z | Downloaded zerocopy-derive v0.2.0 |
1042 | 2023-12-01T19:33:49.545Z | Downloaded openapiv3 v2.0.0-rc.1 |
1043 | 2023-12-01T19:33:49.572Z | Downloaded gimli v0.28.0 |
1044 | 2023-12-01T19:33:49.591Z | Downloaded polar-core v0.27.0 |
1045 | 2023-12-01T19:33:49.610Z | Downloaded regex-syntax v0.6.29 |
1046 | 2023-12-01T19:33:49.626Z | Downloaded regress v0.7.1 |
1047 | 2023-12-01T19:33:49.667Z | Downloaded bstr v1.6.0 |
1048 | 2023-12-01T19:33:49.670Z | Downloaded vcpkg v0.2.15 |
1049 | 2023-12-01T19:33:49.748Z | Downloaded hyper v0.14.27 |
1050 | 2023-12-01T19:33:49.770Z | Downloaded radix_trie v0.2.1 |
1051 | 2023-12-01T19:33:49.782Z | Downloaded ring v0.17.5 |
1052 | 2023-12-01T19:33:49.923Z | Downloaded rustls v0.21.9 |
1053 | 2023-12-01T19:33:49.947Z | Downloaded openssl v0.10.60 |
1054 | 2023-12-01T19:33:49.966Z | Downloaded object v0.32.1 |
1055 | 2023-12-01T19:33:49.985Z | Downloaded ring v0.16.20 |
1056 | 2023-12-01T19:33:50.152Z | Downloaded curve25519-dalek v4.1.0 |
1057 | 2023-12-01T19:33:50.168Z | Downloaded futures-util v0.3.29 |
1058 | 2023-12-01T19:33:50.190Z | Downloaded webpki-roots v0.25.2 |
1059 | 2023-12-01T19:33:50.198Z | Downloaded smoltcp v0.9.1 |
1060 | 2023-12-01T19:33:50.217Z | Downloaded object v0.30.4 |
1061 | 2023-12-01T19:33:50.235Z | Downloaded rayon v1.8.0 |
1062 | 2023-12-01T19:33:50.253Z | Downloaded h2 v0.3.21 |
1063 | 2023-12-01T19:33:50.264Z | Downloaded smoltcp v0.8.2 |
1064 | 2023-12-01T19:33:50.283Z | Downloaded idna v0.5.0 |
1065 | 2023-12-01T19:33:50.295Z | Downloaded petgraph v0.6.4 |
1066 | 2023-12-01T19:33:50.320Z | Downloaded bitvec v1.0.1 |
1067 | 2023-12-01T19:33:50.347Z | Downloaded bindgen v0.65.1 |
1068 | 2023-12-01T19:33:50.360Z | Downloaded lalrpop v0.19.12 |
1069 | 2023-12-01T19:33:50.381Z | Downloaded tabled v0.14.0 |
1070 | 2023-12-01T19:33:50.408Z | Downloaded headers v0.3.9 |
1071 | 2023-12-01T19:33:50.417Z | Downloaded http v0.2.11 |
1072 | 2023-12-01T19:33:50.426Z | Downloaded elliptic-curve v0.13.5 |
1073 | 2023-12-01T19:33:50.431Z | Downloaded pretty_assertions v1.4.0 |
1074 | 2023-12-01T19:33:50.434Z | Downloaded reedline v0.26.0 |
1075 | 2023-12-01T19:33:50.446Z | Downloaded serde_with v2.3.3 |
1076 | 2023-12-01T19:33:50.458Z | Downloaded idna v0.2.3 |
1077 | 2023-12-01T19:33:50.471Z | Downloaded hashbrown v0.13.2 |
1078 | 2023-12-01T19:33:50.478Z | Downloaded ref-cast-impl v1.0.20 |
1079 | 2023-12-01T19:33:50.481Z | Downloaded rsa v0.9.2 |
1080 | 2023-12-01T19:33:50.489Z | Downloaded x509-cert v0.2.4 |
1081 | 2023-12-01T19:33:50.499Z | Downloaded hashbrown v0.12.3 |
1082 | 2023-12-01T19:33:50.505Z | Downloaded pem-rfc7468 v0.7.0 |
1083 | 2023-12-01T19:33:50.509Z | Downloaded fixedbitset v0.4.2 |
1084 | 2023-12-01T19:33:50.512Z | Downloaded ron v0.8.1 |
1085 | 2023-12-01T19:33:50.520Z | Downloaded unicode-normalization v0.1.22 |
1086 | 2023-12-01T19:33:50.527Z | Downloaded bstr v0.2.17 |
1087 | 2023-12-01T19:33:50.545Z | Downloaded structopt v0.3.26 |
1088 | 2023-12-01T19:33:50.558Z | Downloaded typenum v1.16.0 |
1089 | 2023-12-01T19:33:50.562Z | Downloaded toml_edit v0.19.15 |
1090 | 2023-12-01T19:33:50.592Z | Downloaded tinytemplate v1.2.1 |
1091 | 2023-12-01T19:33:50.594Z | Downloaded ucd-trie v0.1.6 |
1092 | 2023-12-01T19:33:50.598Z | Downloaded zip v0.6.6 |
1093 | 2023-12-01T19:33:50.605Z | Downloaded pest v2.7.2 |
1094 | 2023-12-01T19:33:50.614Z | Downloaded rand_chacha v0.3.1 |
1095 | 2023-12-01T19:33:50.617Z | Downloaded remove_dir_all v0.5.3 |
1096 | 2023-12-01T19:33:50.622Z | Downloaded textwrap v0.16.0 |
1097 | 2023-12-01T19:33:50.622Z | Downloaded steno v0.4.0 |
1098 | 2023-12-01T19:33:50.629Z | Downloaded tough v0.15.0 |
1099 | 2023-12-01T19:33:50.643Z | Downloaded pin-project v1.1.3 |
1100 | 2023-12-01T19:33:50.663Z | Downloaded der v0.7.8 |
1101 | 2023-12-01T19:33:50.699Z | Downloaded hex v0.4.3 |
1102 | 2023-12-01T19:33:50.702Z | Downloaded ed25519 v1.5.3 |
1103 | 2023-12-01T19:33:50.702Z | Downloaded env_logger v0.10.0 |
1104 | 2023-12-01T19:33:50.702Z | Downloaded futures-channel v0.3.29 |
1105 | 2023-12-01T19:33:50.702Z | Downloaded sha2 v0.10.8 |
1106 | 2023-12-01T19:33:50.702Z | Downloaded platforms v3.0.2 |
1107 | 2023-12-01T19:33:50.702Z | Downloaded thread_local v1.1.7 |
1108 | 2023-12-01T19:33:50.702Z | Downloaded snafu-derive v0.7.5 |
1109 | 2023-12-01T19:33:50.702Z | Downloaded diff v0.1.13 |
1110 | 2023-12-01T19:33:50.705Z | Downloaded flume v0.11.0 |
1111 | 2023-12-01T19:33:50.709Z | Downloaded rayon-core v1.12.0 |
1112 | 2023-12-01T19:33:50.715Z | Downloaded unicode-segmentation v1.10.1 |
1113 | 2023-12-01T19:33:50.721Z | Downloaded untrusted v0.9.0 |
1114 | 2023-12-01T19:33:50.724Z | Downloaded unicode-linebreak v0.1.5 |
1115 | 2023-12-01T19:33:50.726Z | Downloaded derive_builder v0.12.0 |
1116 | 2023-12-01T19:33:50.733Z | Downloaded unicode-bidi v0.3.13 |
1117 | 2023-12-01T19:33:50.737Z | Downloaded tar v0.4.40 |
1118 | 2023-12-01T19:33:50.742Z | Downloaded tokio-postgres v0.7.10 |
1119 | 2023-12-01T19:33:50.750Z | Downloaded trust-dns-client v0.22.0 |
1120 | 2023-12-01T19:33:50.761Z | Downloaded nom v7.1.3 |
1121 | 2023-12-01T19:33:50.770Z | Downloaded libxml v0.3.3 |
1122 | 2023-12-01T19:33:50.780Z | Downloaded itertools v0.11.0 |
1123 | 2023-12-01T19:33:50.792Z | Downloaded chrono v0.4.31 |
1124 | 2023-12-01T19:33:50.807Z | Downloaded tokio-stream v0.1.14 |
1125 | 2023-12-01T19:33:50.814Z | Downloaded hmac v0.12.1 |
1126 | 2023-12-01T19:33:50.817Z | Downloaded rand v0.8.5 |
1127 | 2023-12-01T19:33:50.824Z | Downloaded signal-hook-mio v0.2.3 |
1128 | 2023-12-01T19:33:50.826Z | Downloaded zeroize v1.7.0 |
1129 | 2023-12-01T19:33:50.829Z | Downloaded sct v0.7.0 |
1130 | 2023-12-01T19:33:50.834Z | Downloaded globset v0.4.13 |
1131 | 2023-12-01T19:33:50.836Z | Downloaded glob v0.3.1 |
1132 | 2023-12-01T19:33:50.839Z | Downloaded getrandom v0.2.10 |
1133 | 2023-12-01T19:33:50.843Z | Downloaded half v1.8.2 |
1134 | 2023-12-01T19:33:50.847Z | Downloaded criterion v0.5.1 |
1135 | 2023-12-01T19:33:50.859Z | Downloaded xattr v1.0.1 |
1136 | 2023-12-01T19:33:50.893Z | Downloaded time-macros v0.2.13 |
1137 | 2023-12-01T19:33:50.898Z | Downloaded fatfs v0.3.6 |
1138 | 2023-12-01T19:33:50.907Z | Downloaded rstest_macros v0.18.2 |
1139 | 2023-12-01T19:33:50.914Z | Downloaded vec_map v0.8.2 |
1140 | 2023-12-01T19:33:50.918Z | Downloaded usdt v0.3.5 |
1141 | 2023-12-01T19:33:50.921Z | Downloaded tui-tree-widget v0.13.0 |
1142 | 2023-12-01T19:33:50.921Z | Downloaded tokio-native-tls v0.3.1 |
1143 | 2023-12-01T19:33:50.924Z | Downloaded tiny-keccak v2.0.2 |
1144 | 2023-12-01T19:33:50.930Z | Downloaded pkcs1 v0.7.5 |
1145 | 2023-12-01T19:33:50.936Z | Downloaded postgres-types v0.2.6 |
1146 | 2023-12-01T19:33:50.942Z | Downloaded mio v0.8.9 |
1147 | 2023-12-01T19:33:50.953Z | Downloaded crossbeam-channel v0.5.8 |
1148 | 2023-12-01T19:33:50.961Z | Downloaded postgres-protocol v0.6.6 |
1149 | 2023-12-01T19:33:50.965Z | Downloaded predicates v2.1.5 |
1150 | 2023-12-01T19:33:50.972Z | Downloaded dirs-next v2.0.0 |
1151 | 2023-12-01T19:33:50.975Z | Downloaded signal-hook v0.3.17 |
1152 | 2023-12-01T19:33:50.982Z | Downloaded tracing v0.1.37 |
1153 | 2023-12-01T19:33:50.992Z | Downloaded heapless v0.7.16 |
1154 | 2023-12-01T19:33:50.999Z | Downloaded itertools v0.10.5 |
1155 | 2023-12-01T19:33:51.011Z | Downloaded crossterm v0.27.0 |
1156 | 2023-12-01T19:33:51.022Z | Downloaded dof v0.1.5 |
1157 | 2023-12-01T19:33:51.026Z | Downloaded rustc_version v0.1.7 |
1158 | 2023-12-01T19:33:51.026Z | Downloaded getopts v0.2.21 |
1159 | 2023-12-01T19:33:51.028Z | Downloaded fallible-iterator v0.2.0 |
1160 | 2023-12-01T19:33:51.031Z | Downloaded rustc-hash v1.1.0 |
1161 | 2023-12-01T19:33:51.034Z | Downloaded proc-macro-crate v1.3.1 |
1162 | 2023-12-01T19:33:51.034Z | Downloaded postcard-cobs v0.1.5-pre |
1163 | 2023-12-01T19:33:51.037Z | Downloaded hash32 v0.2.1 |
1164 | 2023-12-01T19:33:51.040Z | Downloaded darling_core v0.20.3 |
1165 | 2023-12-01T19:33:51.046Z | Downloaded serde_yaml v0.9.25 |
1166 | 2023-12-01T19:33:51.053Z | Downloaded pest_derive v2.7.2 |
1167 | 2023-12-01T19:33:51.057Z | Downloaded diesel_derives v2.1.2 |
1168 | 2023-12-01T19:33:51.063Z | Downloaded num-bigint-dig v0.8.4 |
1169 | 2023-12-01T19:33:51.072Z | Downloaded predicates-core v1.0.6 |
1170 | 2023-12-01T19:33:51.075Z | Downloaded predicates v3.0.4 |
1171 | 2023-12-01T19:33:51.078Z | Downloaded futures-macro v0.3.29 |
1172 | 2023-12-01T19:33:51.081Z | Downloaded usdt-impl v0.3.5 |
1173 | 2023-12-01T19:33:51.083Z | Downloaded test-strategy v0.3.1 |
1174 | 2023-12-01T19:33:51.089Z | Downloaded vsss-rs v3.3.1 |
1175 | 2023-12-01T19:33:51.094Z | Downloaded unsafe-libyaml v0.2.9 |
1176 | 2023-12-01T19:33:51.100Z | Downloaded num-bigint v0.4.4 |
1177 | 2023-12-01T19:33:51.108Z | Downloaded synstructure v0.12.6 |
1178 | 2023-12-01T19:33:51.111Z | Downloaded zerocopy v0.3.0 |
1179 | 2023-12-01T19:33:51.114Z | Downloaded yansi v0.5.1 |
1180 | 2023-12-01T19:33:51.116Z | Downloaded static_assertions v1.1.0 |
1181 | 2023-12-01T19:33:51.119Z | Downloaded salty v0.2.0 |
1182 | 2023-12-01T19:33:51.127Z | Downloaded openssl-sys v0.9.96 |
1183 | 2023-12-01T19:33:51.136Z | Downloaded rustc-demangle v0.1.23 |
1184 | 2023-12-01T19:33:51.139Z | Downloaded group v0.13.0 |
1185 | 2023-12-01T19:33:51.145Z | Downloaded enum-as-inner v0.5.1 |
1186 | 2023-12-01T19:33:51.145Z | Downloaded sha1 v0.10.6 |
1187 | 2023-12-01T19:33:51.148Z | Downloaded semver-parser v0.10.2 |
1188 | 2023-12-01T19:33:51.151Z | Downloaded tracing-core v0.1.31 |
1189 | 2023-12-01T19:33:51.156Z | Downloaded rstest v0.18.2 |
1190 | 2023-12-01T19:33:51.165Z | Downloaded pkcs8 v0.10.2 |
1191 | 2023-12-01T19:33:51.169Z | Downloaded strum_macros v0.24.3 |
1192 | 2023-12-01T19:33:51.173Z | Downloaded precomputed-hash v0.1.1 |
1193 | 2023-12-01T19:33:51.176Z | Downloaded term v0.7.0 |
1194 | 2023-12-01T19:33:51.179Z | Downloaded funty v2.0.0 |
1195 | 2023-12-01T19:33:51.182Z | Downloaded percent-encoding v2.3.1 |
1196 | 2023-12-01T19:33:51.185Z | Downloaded fastrand v2.0.0 |
1197 | 2023-12-01T19:33:51.185Z | Downloaded ref-cast v1.0.20 |
1198 | 2023-12-01T19:33:51.189Z | Downloaded string_cache v0.8.7 |
1199 | 2023-12-01T19:33:51.192Z | Downloaded uuid v1.6.1 |
1200 | 2023-12-01T19:33:51.199Z | Downloaded fd-lock v3.0.13 |
1201 | 2023-12-01T19:33:51.203Z | Downloaded thiserror-impl-no-std v2.0.2 |
1202 | 2023-12-01T19:33:51.206Z | Downloaded pest_meta v2.7.2 |
1203 | 2023-12-01T19:33:51.210Z | Downloaded thiserror-no-std v2.0.2 |
1204 | 2023-12-01T19:33:51.218Z | Downloaded base64 v0.21.5 |
1205 | 2023-12-01T19:33:51.225Z | Downloaded rustc_version v0.4.0 |
1206 | 2023-12-01T19:33:51.228Z | Downloaded tempfile v3.8.1 |
1207 | 2023-12-01T19:33:51.231Z | Downloaded structmeta-derive v0.2.0 |
1208 | 2023-12-01T19:33:51.234Z | Downloaded proc-macro-error v1.0.4 |
1209 | 2023-12-01T19:33:51.239Z | Downloaded backtrace v0.3.69 |
1210 | 2023-12-01T19:33:51.248Z | Downloaded zeroize_derive v1.4.2 |
1211 | 2023-12-01T19:33:51.250Z | Downloaded spki v0.7.2 |
1212 | 2023-12-01T19:33:51.253Z | Downloaded rtoolbox v0.0.1 |
1213 | 2023-12-01T19:33:51.256Z | Downloaded dtrace-parser v0.1.14 |
1214 | 2023-12-01T19:33:51.256Z | Downloaded textwrap v0.11.0 |
1215 | 2023-12-01T19:33:51.258Z | Downloaded rust-argon2 v1.0.1 |
1216 | 2023-12-01T19:33:51.262Z | Downloaded pin-utils v0.1.0 |
1217 | 2023-12-01T19:33:51.264Z | Downloaded structmeta v0.2.0 |
1218 | 2023-12-01T19:33:51.267Z | Downloaded stringprep v0.1.3 |
1219 | 2023-12-01T19:33:51.270Z | Downloaded rustls-native-certs v0.6.3 |
1220 | 2023-12-01T19:33:51.273Z | Downloaded pretty-hex v0.2.1 |
1221 | 2023-12-01T19:33:51.276Z | Downloaded serde_plain v1.0.2 |
1222 | 2023-12-01T19:33:51.278Z | Downloaded pest_generator v2.7.2 |
1223 | 2023-12-01T19:33:51.281Z | Downloaded plotters-backend v0.3.5 |
1224 | 2023-12-01T19:33:51.282Z | Downloaded termios v0.3.3 |
1225 | 2023-12-01T19:33:51.285Z | Downloaded termcolor v1.2.0 |
1226 | 2023-12-01T19:33:51.288Z | Downloaded structopt-derive v0.4.18 |
1227 | 2023-12-01T19:33:51.290Z | Downloaded strip-ansi-escapes v0.2.0 |
1228 | 2023-12-01T19:33:51.293Z | Downloaded zone v0.3.0 |
1229 | 2023-12-01T19:33:51.293Z | Downloaded crypto-bigint v0.5.2 |
1230 | 2023-12-01T19:33:51.303Z | Downloaded similar v2.2.1 |
1231 | 2023-12-01T19:33:51.312Z | Downloaded vte_generate_state_changes v0.1.1 |
1232 | 2023-12-01T19:33:51.315Z | Downloaded unicase v2.7.0 |
1233 | 2023-12-01T19:33:51.318Z | Downloaded doc-comment v0.3.3 |
1234 | 2023-12-01T19:33:51.318Z | Downloaded supports-color v2.1.0 |
1235 | 2023-12-01T19:33:51.321Z | Downloaded subtle v2.5.0 |
1236 | 2023-12-01T19:33:51.321Z | Downloaded radium v0.7.0 |
1237 | 2023-12-01T19:33:51.324Z | Downloaded ppv-lite86 v0.2.17 |
1238 | 2023-12-01T19:33:51.327Z | Downloaded scheduled-thread-pool v0.2.7 |
1239 | 2023-12-01T19:33:51.327Z | Downloaded papergrid v0.10.0 |
1240 | 2023-12-01T19:33:51.335Z | Downloaded oso v0.27.0 |
1241 | 2023-12-01T19:33:51.341Z | Downloaded partial-io v0.5.4 |
1242 | 2023-12-01T19:33:51.345Z | Downloaded parking_lot_core v0.8.6 |
1243 | 2023-12-01T19:33:51.349Z | Downloaded tinyvec v1.6.0 |
1244 | 2023-12-01T19:33:51.355Z | Downloaded slog v2.7.0 |
1245 | 2023-12-01T19:33:51.359Z | Downloaded rustfmt-wrapper v0.2.0 |
1246 | 2023-12-01T19:33:51.362Z | Downloaded schemars v0.8.13 |
1247 | 2023-12-01T19:33:51.381Z | Downloaded parking_lot v0.12.1 |
1248 | 2023-12-01T19:33:51.386Z | Downloaded arc-swap v1.6.0 |
1249 | 2023-12-01T19:33:51.393Z | Downloaded http-body v0.4.5 |
1250 | 2023-12-01T19:33:51.396Z | Downloaded topological-sort v0.2.2 |
1251 | 2023-12-01T19:33:51.399Z | Downloaded either v1.9.0 |
1252 | 2023-12-01T19:33:51.399Z | Downloaded semver v0.1.20 |
1253 | 2023-12-01T19:33:51.402Z | Downloaded same-file v1.0.6 |
1254 | 2023-12-01T19:33:51.405Z | Downloaded serde_repr v0.1.16 |
1255 | 2023-12-01T19:33:51.408Z | Downloaded secrecy v0.8.0 |
1256 | 2023-12-01T19:33:51.410Z | Downloaded strsim v0.8.0 |
1257 | 2023-12-01T19:33:51.413Z | Downloaded futures-timer v3.0.2 |
1258 | 2023-12-01T19:33:51.416Z | Downloaded unarray v0.1.4 |
1259 | 2023-12-01T19:33:51.416Z | Downloaded rustversion v1.0.14 |
1260 | 2023-12-01T19:33:51.420Z | Downloaded base64 v0.13.1 |
1261 | 2023-12-01T19:33:51.426Z | Downloaded darling_macro v0.20.3 |
1262 | 2023-12-01T19:33:51.429Z | Downloaded ff v0.13.0 |
1263 | 2023-12-01T19:33:51.432Z | Downloaded multer v2.1.0 |
1264 | 2023-12-01T19:33:51.434Z | Downloaded mockall_derive v0.11.4 |
1265 | 2023-12-01T19:33:51.438Z | Downloaded miniz_oxide v0.7.1 |
1266 | 2023-12-01T19:33:51.443Z | Downloaded unicode-xid v0.2.4 |
1267 | 2023-12-01T19:33:51.445Z | Downloaded unicode-width v0.1.11 |
1268 | 2023-12-01T19:33:51.448Z | Downloaded darling_macro v0.14.4 |
1269 | 2023-12-01T19:33:51.452Z | Downloaded zone_cfg_derive v0.3.0 |
1270 | 2023-12-01T19:33:51.452Z | Downloaded num-traits v0.2.16 |
1271 | 2023-12-01T19:33:51.455Z | Downloaded parse-display-derive v0.8.2 |
1272 | 2023-12-01T19:33:51.459Z | Downloaded httpdate v1.0.3 |
1273 | 2023-12-01T19:33:51.459Z | Downloaded slog-term v2.9.0 |
1274 | 2023-12-01T19:33:51.462Z | Downloaded owo-colors v3.5.0 |
1275 | 2023-12-01T19:33:51.467Z | Downloaded hubpack v0.1.2 |
1276 | 2023-12-01T19:33:51.470Z | Downloaded futures-sink v0.3.29 |
1277 | 2023-12-01T19:33:51.472Z | Downloaded futures-io v0.3.29 |
1278 | 2023-12-01T19:33:51.472Z | Downloaded futures-executor v0.3.29 |
1279 | 2023-12-01T19:33:51.475Z | Downloaded form_urlencoded v1.2.1 |
1280 | 2023-12-01T19:33:51.475Z | Downloaded smallvec v1.11.0 |
1281 | 2023-12-01T19:33:51.478Z | Downloaded libm v0.2.7 |
1282 | 2023-12-01T19:33:51.495Z | Downloaded num-rational v0.4.1 |
1283 | 2023-12-01T19:33:51.498Z | Downloaded bzip2 v0.4.4 |
1284 | 2023-12-01T19:33:51.501Z | Downloaded tempdir v0.3.7 |
1285 | 2023-12-01T19:33:51.504Z | Downloaded rustls-pemfile v1.0.3 |
1286 | 2023-12-01T19:33:51.506Z | Downloaded siphasher v0.3.11 |
1287 | 2023-12-01T19:33:51.509Z | Downloaded signature v2.1.0 |
1288 | 2023-12-01T19:33:51.512Z | Downloaded toolchain_find v0.2.0 |
1289 | 2023-12-01T19:33:51.516Z | Downloaded blake2 v0.10.6 |
1290 | 2023-12-01T19:33:51.524Z | Downloaded bytes v1.5.0 |
1291 | 2023-12-01T19:33:51.536Z | Downloaded const-oid v0.9.5 |
1292 | 2023-12-01T19:33:51.536Z | Downloaded crc32fast v1.3.2 |
1293 | 2023-12-01T19:33:51.536Z | Downloaded packed_struct v0.10.1 |
1294 | 2023-12-01T19:33:51.536Z | Downloaded once_cell v1.18.0 |
1295 | 2023-12-01T19:33:51.543Z | Downloaded omicron-zone-package v0.9.1 |
1296 | 2023-12-01T19:33:51.546Z | Downloaded lock_api v0.4.10 |
1297 | 2023-12-01T19:33:51.549Z | Downloaded http-range v0.1.5 |
1298 | 2023-12-01T19:33:51.549Z | Downloaded basic-toml v0.1.4 |
1299 | 2023-12-01T19:33:51.567Z | Downloaded smf v0.2.2 |
1300 | 2023-12-01T19:33:51.570Z | Downloaded smawk v0.3.1 |
1301 | 2023-12-01T19:33:51.573Z | Downloaded slog-json v2.6.1 |
1302 | 2023-12-01T19:33:51.575Z | Downloaded slog-envlogger v2.2.0 |
1303 | 2023-12-01T19:33:51.578Z | Downloaded slog-dtrace v0.2.3 |
1304 | 2023-12-01T19:33:51.581Z | Downloaded slog-bunyan v2.4.0 |
1305 | 2023-12-01T19:33:51.584Z | Downloaded ahash v0.8.3 |
1306 | 2023-12-01T19:33:51.586Z | Downloaded slog-stdlog v4.1.1 |
1307 | 2023-12-01T19:33:51.589Z | Downloaded libloading v0.7.4 |
1308 | 2023-12-01T19:33:51.592Z | Downloaded itertools v0.12.0 |
1309 | 2023-12-01T19:33:51.605Z | Downloaded want v0.3.1 |
1310 | 2023-12-01T19:33:51.608Z | Downloaded slog-scope v4.4.0 |
1311 | 2023-12-01T19:33:51.610Z | Downloaded foreign-types-shared v0.1.1 |
1312 | 2023-12-01T19:33:51.610Z | Downloaded usdt-macro v0.3.5 |
1313 | 2023-12-01T19:33:51.614Z | Downloaded bcs v0.1.6 |
1314 | 2023-12-01T19:33:51.616Z | Downloaded smallvec v0.6.14 |
1315 | 2023-12-01T19:33:51.619Z | Downloaded slab v0.4.9 |
1316 | 2023-12-01T19:33:51.622Z | Downloaded num_enum_derive v0.5.11 |
1317 | 2023-12-01T19:33:51.623Z | Downloaded num-iter v0.1.43 |
1318 | 2023-12-01T19:33:51.626Z | Downloaded camino-tempfile v1.1.1 |
1319 | 2023-12-01T19:33:51.628Z | Downloaded bitflags v2.4.0 |
1320 | 2023-12-01T19:33:51.632Z | Downloaded assert_cmd v2.0.12 |
1321 | 2023-12-01T19:33:51.635Z | Downloaded similar-asserts v1.5.0 |
1322 | 2023-12-01T19:33:51.638Z | Downloaded linear-map v1.2.0 |
1323 | 2023-12-01T19:33:51.640Z | Downloaded backoff v0.4.0 |
1324 | 2023-12-01T19:33:51.644Z | Downloaded clang-sys v1.6.1 |
1325 | 2023-12-01T19:33:51.648Z | Downloaded signal-hook-registry v1.4.1 |
1326 | 2023-12-01T19:33:51.650Z | Downloaded serial_test v0.10.0 |
1327 | 2023-12-01T19:33:51.653Z | Downloaded packed_struct_codegen v0.10.1 |
1328 | 2023-12-01T19:33:51.655Z | Downloaded olpc-cjson v0.1.3 |
1329 | 2023-12-01T19:33:51.658Z | Downloaded nu-ansi-term v0.49.0 |
1330 | 2023-12-01T19:33:51.661Z | Downloaded memoffset v0.7.1 |
1331 | 2023-12-01T19:33:51.664Z | Downloaded darling v0.20.3 |
1332 | 2023-12-01T19:33:51.667Z | Downloaded darling v0.14.4 |
1333 | 2023-12-01T19:33:51.674Z | Downloaded crc-catalog v2.2.0 |
1334 | 2023-12-01T19:33:51.677Z | Downloaded native-tls v0.2.11 |
1335 | 2023-12-01T19:33:51.680Z | Downloaded linked-hash-map v0.5.6 |
1336 | 2023-12-01T19:33:51.683Z | Downloaded crc-any v2.4.3 |
1337 | 2023-12-01T19:33:51.686Z | Downloaded lru-cache v0.1.2 |
1338 | 2023-12-01T19:33:51.690Z | Downloaded base64ct v1.6.0 |
1339 | 2023-12-01T19:33:51.692Z | Downloaded async-trait v0.1.74 |
1340 | 2023-12-01T19:33:51.696Z | Downloaded async-recursion v1.0.5 |
1341 | 2023-12-01T19:33:51.728Z | Downloaded array-init v0.0.4 |
1342 | 2023-12-01T19:33:51.732Z | Downloaded ansi_term v0.12.1 |
1343 | 2023-12-01T19:33:51.732Z | Downloaded arrayvec v0.7.4 |
1344 | 2023-12-01T19:33:51.732Z | Downloaded argon2 v0.5.2 |
1345 | 2023-12-01T19:33:51.732Z | Downloaded tower-service v0.3.2 |
1346 | 2023-12-01T19:33:51.732Z | Downloaded serde_tokenstream v0.2.0 |
1347 | 2023-12-01T19:33:51.732Z | Downloaded serde_tokenstream v0.1.7 |
1348 | 2023-12-01T19:33:51.733Z | Downloaded serde_path_to_error v0.1.14 |
1349 | 2023-12-01T19:33:51.733Z | Downloaded oorandom v11.1.3 |
1350 | 2023-12-01T19:33:51.733Z | Downloaded nodrop v0.1.14 |
1351 | 2023-12-01T19:33:51.733Z | Downloaded cfg-if v0.1.10 |
1352 | 2023-12-01T19:33:51.733Z | Downloaded mime v0.3.17 |
1353 | 2023-12-01T19:33:51.736Z | Downloaded criterion-plot v0.5.0 |
1354 | 2023-12-01T19:33:51.740Z | Downloaded managed v0.8.0 |
1355 | 2023-12-01T19:33:51.740Z | Downloaded base16ct v0.2.0 |
1356 | 2023-12-01T19:33:51.743Z | Downloaded nibble_vec v0.1.0 |
1357 | 2023-12-01T19:33:51.746Z | Downloaded lazycell v1.3.0 |
1358 | 2023-12-01T19:33:51.746Z | Downloaded lalrpop-util v0.19.12 |
1359 | 2023-12-01T19:33:51.748Z | Downloaded is-terminal v0.4.9 |
1360 | 2023-12-01T19:33:51.751Z | Downloaded colored v2.0.4 |
1361 | 2023-12-01T19:33:51.754Z | Downloaded cast v0.3.0 |
1362 | 2023-12-01T19:33:51.757Z | Downloaded bitfield v0.14.0 |
1363 | 2023-12-01T19:33:51.760Z | Downloaded block-buffer v0.10.4 |
1364 | 2023-12-01T19:33:51.760Z | Downloaded bytesize v1.3.0 |
1365 | 2023-12-01T19:33:51.763Z | Downloaded bytecount v0.6.3 |
1366 | 2023-12-01T19:33:51.765Z | Downloaded constant_time_eq v0.3.0 |
1367 | 2023-12-01T19:33:51.768Z | Downloaded corncobs v0.1.3 |
1368 | 2023-12-01T19:33:51.770Z | Downloaded bit-vec v0.6.3 |
1369 | 2023-12-01T19:33:51.773Z | Downloaded tinyvec_macros v0.1.1 |
1370 | 2023-12-01T19:33:51.773Z | Downloaded serial_test_derive v0.10.0 |
1371 | 2023-12-01T19:33:51.776Z | Downloaded newtype_derive v0.1.6 |
1372 | 2023-12-01T19:33:51.779Z | Downloaded ciborium v0.2.1 |
1373 | 2023-12-01T19:33:51.781Z | Downloaded byteorder v1.5.0 |
1374 | 2023-12-01T19:33:51.784Z | Downloaded bit-set v0.5.3 |
1375 | 2023-12-01T19:33:51.787Z | Downloaded bb8 v0.8.1 |
1376 | 2023-12-01T19:33:51.790Z | Downloaded autocfg v1.1.0 |
1377 | 2023-12-01T19:33:51.790Z | Downloaded atomic-waker v1.1.1 |
1378 | 2023-12-01T19:33:51.794Z | Downloaded async-stream v0.3.5 |
1379 | 2023-12-01T19:33:51.797Z | Downloaded ascii-canvas v3.0.0 |
1380 | 2023-12-01T19:33:51.799Z | Downloaded newline-converter v0.3.0 |
1381 | 2023-12-01T19:33:51.802Z | Downloaded approx v0.5.1 |
1382 | 2023-12-01T19:33:51.805Z | Downloaded aead v0.5.2 |
1383 | 2023-12-01T19:33:51.805Z | Downloaded arrayref v0.3.7 |
1384 | 2023-12-01T19:33:51.807Z | Downloaded adler v1.0.2 |
1385 | 2023-12-01T19:33:51.810Z | Downloaded anes v0.1.6 |
1386 | 2023-12-01T19:33:51.814Z | Downloaded number_prefix v0.4.0 |
1387 | 2023-12-01T19:33:51.817Z | Downloaded num_threads v0.1.6 |
1388 | 2023-12-01T19:33:51.819Z | Downloaded num v0.4.1 |
1389 | 2023-12-01T19:33:51.819Z | Downloaded new_debug_unreachable v1.0.4 |
1390 | 2023-12-01T19:33:51.822Z | Downloaded curve25519-dalek-derive v0.1.0 |
1391 | 2023-12-01T19:33:51.826Z | Downloaded ciborium-ll v0.2.1 |
1392 | 2023-12-01T19:33:51.826Z | Downloaded maybe-uninit v2.0.0 |
1393 | 2023-12-01T19:33:51.829Z | Downloaded libefi-sys v0.1.0 |
1394 | 2023-12-01T19:33:51.829Z | Downloaded crunchy v0.2.2 |
1395 | 2023-12-01T19:33:51.832Z | Downloaded atomicwrites v0.4.2 |
1396 | 2023-12-01T19:33:51.832Z | Downloaded match_cfg v0.1.0 |
1397 | 2023-12-01T19:33:51.835Z | Downloaded crossbeam-deque v0.8.3 |
1398 | 2023-12-01T19:33:51.837Z | Downloaded cpufeatures v0.2.9 |
1399 | 2023-12-01T19:33:51.840Z | Downloaded macaddr v1.0.1 |
1400 | 2023-12-01T19:33:51.842Z | Downloaded nanorand v0.7.0 |
1401 | 2023-12-01T19:33:51.845Z | Downloaded memoffset v0.9.0 |
1402 | 2023-12-01T19:33:51.848Z | Downloaded libsw v3.3.0 |
1403 | 2023-12-01T19:33:51.851Z | Downloaded ipnetwork v0.20.0 |
1404 | 2023-12-01T19:33:51.854Z | Downloaded indicatif v0.17.7 |
1405 | 2023-12-01T19:33:51.860Z | Downloaded libtest-mimic v0.6.1 |
1406 | 2023-12-01T19:33:51.863Z | Downloaded cstr-argument v0.1.2 |
1407 | 2023-12-01T19:33:51.866Z | Downloaded crossbeam-utils v0.8.16 |
1408 | 2023-12-01T19:33:51.869Z | Downloaded crossbeam-epoch v0.9.15 |
1409 | 2023-12-01T19:33:51.873Z | Downloaded async-stream-impl v0.3.5 |
1410 | 2023-12-01T19:33:51.876Z | Downloaded assert_matches v1.5.0 |
1411 | 2023-12-01T19:33:51.879Z | Downloaded darling_core v0.14.4 |
1412 | 2023-12-01T19:33:51.884Z | Downloaded cfg-if v1.0.0 |
1413 | 2023-12-01T19:33:51.888Z | Downloaded instant v0.1.12 |
1414 | 2023-12-01T19:33:51.890Z | Downloaded indoc v2.0.3 |
1415 | 2023-12-01T19:33:51.893Z | Downloaded cc v1.0.83 |
1416 | 2023-12-01T19:33:51.903Z | Downloaded console v0.15.7 |
1417 | 2023-12-01T19:33:51.911Z | Downloaded chacha20poly1305 v0.10.1 |
1418 | 2023-12-01T19:33:51.915Z | Downloaded cancel-safe-futures v0.1.5 |
1419 | 2023-12-01T19:33:51.923Z | Downloaded ipnet v2.8.0 |
1420 | 2023-12-01T19:33:51.927Z | Downloaded indoc v1.0.9 |
1421 | 2023-12-01T19:33:51.934Z | Downloaded impl-trait-for-tuples v0.2.2 |
1422 | 2023-12-01T19:33:51.941Z | Downloaded convert_case v0.4.0 |
1423 | 2023-12-01T19:33:51.943Z | Downloaded constant_time_eq v0.2.6 |
1424 | 2023-12-01T19:33:51.946Z | Downloaded blake2b_simd v1.0.1 |
1425 | 2023-12-01T19:33:51.949Z | Downloaded iana-time-zone v0.1.57 |
1426 | 2023-12-01T19:33:51.951Z | Downloaded hyper-tls v0.5.0 |
1427 | 2023-12-01T19:33:51.954Z | Downloaded crossbeam v0.8.2 |
1428 | 2023-12-01T19:33:51.956Z | Downloaded crc v3.0.1 |
1429 | 2023-12-01T19:33:51.959Z | Downloaded cipher v0.4.4 |
1430 | 2023-12-01T19:33:51.962Z | Downloaded chacha20 v0.9.1 |
1431 | 2023-12-01T19:33:51.964Z | Downloaded is_ci v1.1.1 |
1432 | 2023-12-01T19:33:51.967Z | Downloaded ident_case v1.0.1 |
1433 | 2023-12-01T19:33:51.967Z | Downloaded hyper-staticfile v0.9.5 |
1434 | 2023-12-01T19:33:51.969Z | Downloaded crucible-workspace-hack v0.1.0 |
1435 | 2023-12-01T19:33:51.972Z | Downloaded cexpr v0.6.0 |
1436 | 2023-12-01T19:33:51.974Z | Downloaded cassowary v0.3.0 |
1437 | 2023-12-01T19:33:52.617Z | Compiling serde v1.0.192 |
1438 | 2023-12-01T19:33:52.617Z | Compiling autocfg v1.1.0 |
1439 | 2023-12-01T19:33:52.620Z | Checking cfg-if v1.0.0 |
1440 | 2023-12-01T19:33:52.620Z | Compiling version_check v0.9.4 |
1441 | 2023-12-01T19:33:52.620Z | Compiling syn v1.0.109 |
1442 | 2023-12-01T19:33:52.664Z | Checking libc v0.2.150 |
1443 | 2023-12-01T19:33:52.696Z | Compiling syn v2.0.32 |
1444 | 2023-12-01T19:33:52.757Z | Compiling parking_lot_core v0.9.8 |
1445 | 2023-12-01T19:33:52.761Z | Compiling libm v0.2.7 |
1446 | 2023-12-01T19:33:53.261Z | Compiling cc v1.0.83 |
1447 | 2023-12-01T19:33:53.404Z | Compiling futures-core v0.3.29 |
1448 | 2023-12-01T19:33:53.428Z | Compiling once_cell v1.18.0 |
1449 | 2023-12-01T19:33:53.890Z | Compiling serde_json v1.0.108 |
1450 | 2023-12-01T19:33:53.938Z | Compiling memchr v2.6.3 |
1451 | 2023-12-01T19:33:53.997Z | Compiling lock_api v0.4.10 |
1452 | 2023-12-01T19:33:54.064Z | Compiling num-traits v0.2.16 |
1453 | 2023-12-01T19:33:54.381Z | Compiling slab v0.4.9 |
1454 | 2023-12-01T19:33:54.534Z | Checking getrandom v0.2.10 |
1455 | 2023-12-01T19:33:54.590Z | Compiling futures-channel v0.3.29 |
1456 | 2023-12-01T19:33:54.816Z | Compiling futures-task v0.3.29 |
1457 | 2023-12-01T19:33:55.053Z | Compiling typenum v1.16.0 |
1458 | 2023-12-01T19:33:55.094Z | Compiling futures-util v0.3.29 |
1459 | 2023-12-01T19:33:55.330Z | Compiling generic-array v0.14.7 |
1460 | 2023-12-01T19:33:55.619Z | Checking scopeguard v1.2.0 |
1461 | 2023-12-01T19:33:55.778Z | Compiling log v0.4.20 |
1462 | 2023-12-01T19:33:55.965Z | Compiling pkg-config v0.3.27 |
1463 | 2023-12-01T19:33:57.226Z | Checking smallvec v1.11.0 |
1464 | 2023-12-01T19:33:57.465Z | Checking itoa v1.0.9 |
1465 | 2023-12-01T19:33:57.786Z | Compiling rustix v0.38.25 |
1466 | 2023-12-01T19:33:57.806Z | Compiling indexmap v1.9.3 |
1467 | 2023-12-01T19:33:57.832Z | Compiling schemars v0.8.13 |
1468 | 2023-12-01T19:33:58.253Z | Compiling vcpkg v0.2.15 |
1469 | 2023-12-01T19:33:58.274Z | Compiling fnv v1.0.7 |
1470 | 2023-12-01T19:33:58.442Z | Compiling httparse v1.8.0 |
1471 | 2023-12-01T19:33:58.861Z | Checking rand_core v0.6.4 |
1472 | 2023-12-01T19:33:59.087Z | Compiling ring v0.16.20 |
1473 | 2023-12-01T19:33:59.276Z | Compiling ring v0.17.5 |
1474 | 2023-12-01T19:34:00.864Z | Compiling aho-corasick v1.0.4 |
1475 | 2023-12-01T19:34:01.230Z | Compiling regex-syntax v0.8.2 |
1476 | 2023-12-01T19:34:02.046Z | Compiling openssl-sys v0.9.96 |
1477 | 2023-12-01T19:34:03.555Z | Compiling parking_lot v0.12.1 |
1478 | 2023-12-01T19:34:04.090Z | Checking pin-project-lite v0.2.13 |
1479 | 2023-12-01T19:34:04.202Z | Compiling ahash v0.8.3 |
1480 | 2023-12-01T19:34:04.691Z | Checking spin v0.5.2 |
1481 | 2023-12-01T19:34:04.976Z | Compiling serde_derive_internals v0.26.0 |
1482 | 2023-12-01T19:34:05.219Z | Compiling openssl v0.10.60 |
1483 | 2023-12-01T19:34:05.821Z | Checking signal-hook-registry v1.4.1 |
1484 | 2023-12-01T19:34:06.428Z | Compiling rustls v0.21.9 |
1485 | 2023-12-01T19:34:06.809Z | Compiling ucd-trie v0.1.6 |
1486 | 2023-12-01T19:34:06.905Z | Checking mio v0.8.9 |
1487 | 2023-12-01T19:34:07.785Z | Compiling regex-automata v0.4.3 |
1488 | 2023-12-01T19:34:07.873Z | Compiling native-tls v0.2.11 |
1489 | 2023-12-01T19:34:08.302Z | Compiling iana-time-zone v0.1.57 |
1490 | 2023-12-01T19:34:08.708Z | Compiling async-trait v0.1.74 |
1491 | 2023-12-01T19:34:08.895Z | Checking num_cpus v1.16.0 |
1492 | 2023-12-01T19:34:09.535Z | Compiling dyn-clone v1.0.13 |
1493 | 2023-12-01T19:34:09.742Z | Compiling unicode-xid v0.2.4 |
1494 | 2023-12-01T19:34:09.834Z | Compiling byteorder v1.5.0 |
1495 | 2023-12-01T19:34:10.363Z | Compiling backtrace v0.3.69 |
1496 | 2023-12-01T19:34:10.563Z | Checking socket2 v0.5.5 |
1497 | 2023-12-01T19:34:11.049Z | Compiling futures-sink v0.3.29 |
1498 | 2023-12-01T19:34:11.303Z | Compiling hashbrown v0.13.2 |
1499 | 2023-12-01T19:34:11.341Z | Compiling errno v0.3.2 |
1500 | 2023-12-01T19:34:11.407Z | Compiling crossbeam-utils v0.8.16 |
1501 | 2023-12-01T19:34:11.660Z | Compiling crc32fast v1.3.2 |
1502 | 2023-12-01T19:34:12.146Z | Checking ryu v1.0.15 |
1503 | 2023-12-01T19:34:12.331Z | Compiling tinyvec_macros v0.1.1 |
1504 | 2023-12-01T19:34:12.444Z | Compiling tinyvec v1.6.0 |
1505 | 2023-12-01T19:34:12.979Z | Compiling anyhow v1.0.75 |
1506 | 2023-12-01T19:34:13.068Z | Compiling futures-io v0.3.29 |
1507 | 2023-12-01T19:34:13.117Z | Compiling pin-utils v0.1.0 |
1508 | 2023-12-01T19:34:13.243Z | Compiling spin v0.9.8 |
1509 | 2023-12-01T19:34:13.243Z | Compiling tracing-core v0.1.31 |
1510 | 2023-12-01T19:34:13.496Z | Compiling unicode-bidi v0.3.13 |
1511 | 2023-12-01T19:34:13.968Z | Compiling num-integer v0.1.45 |
1512 | 2023-12-01T19:34:14.938Z | Compiling regex v1.10.2 |
1513 | 2023-12-01T19:34:15.051Z | Compiling unicode-normalization v0.1.22 |
1514 | 2023-12-01T19:34:15.959Z | Compiling synstructure v0.12.6 |
1515 | 2023-12-01T19:34:16.084Z | Compiling lazy_static v1.4.0 |
1516 | 2023-12-01T19:34:16.144Z | Compiling base64 v0.21.5 |
1517 | 2023-12-01T19:34:16.233Z | Compiling unicode-width v0.1.11 |
1518 | 2023-12-01T19:34:16.473Z | Compiling slog v2.7.0 |
1519 | 2023-12-01T19:34:16.949Z | Compiling untrusted v0.7.1 |
1520 | 2023-12-01T19:34:17.073Z | Compiling serde_derive v1.0.192 |
1521 | 2023-12-01T19:34:17.229Z | Compiling thiserror-impl v1.0.49 |
1522 | 2023-12-01T19:34:17.250Z | Compiling zeroize_derive v1.4.2 |
1523 | 2023-12-01T19:34:17.306Z | Compiling tokio-macros v2.2.0 |
1524 | 2023-12-01T19:34:17.613Z | Compiling futures-macro v0.3.29 |
1525 | 2023-12-01T19:34:17.874Z | Compiling tracing-attributes v0.1.26 |
1526 | 2023-12-01T19:34:19.008Z | Compiling schemars_derive v0.8.13 |
1527 | 2023-12-01T19:34:19.902Z | Compiling openssl-macros v0.1.1 |
1528 | 2023-12-01T19:34:20.086Z | Checking zeroize v1.7.0 |
1529 | 2023-12-01T19:34:22.766Z | Compiling thiserror v1.0.49 |
1530 | 2023-12-01T19:34:22.951Z | Compiling pest v2.7.2 |
1531 | 2023-12-01T19:34:23.301Z | Compiling zerocopy-derive v0.2.0 |
1532 | 2023-12-01T19:34:24.143Z | Compiling time-core v0.1.1 |
1533 | 2023-12-01T19:34:24.390Z | Checking subtle v2.5.0 |
1534 | 2023-12-01T19:34:24.466Z | Compiling tracing v0.1.37 |
1535 | 2023-12-01T19:34:24.701Z | Compiling foreign-types-shared v0.1.1 |
1536 | 2023-12-01T19:34:24.768Z | Compiling percent-encoding v2.3.1 |
1537 | 2023-12-01T19:34:24.840Z | Compiling untrusted v0.9.0 |
1538 | 2023-12-01T19:34:25.086Z | Compiling hashbrown v0.12.3 |
1539 | 2023-12-01T19:34:25.167Z | Compiling openssl-probe v0.1.5 |
1540 | 2023-12-01T19:34:25.233Z | Compiling rustversion v1.0.14 |
1541 | 2023-12-01T19:34:25.652Z | Compiling foreign-types v0.3.2 |
1542 | 2023-12-01T19:34:25.772Z | Compiling time-macros v0.2.13 |
1543 | 2023-12-01T19:34:26.938Z | Compiling pest_meta v2.7.2 |
1544 | 2023-12-01T19:34:30.640Z | Compiling pest_generator v2.7.2 |
1545 | 2023-12-01T19:34:31.274Z | Compiling try-lock v0.2.4 |
1546 | 2023-12-01T19:34:31.470Z | Compiling want v0.3.1 |
1547 | 2023-12-01T19:34:31.909Z | Compiling sct v0.7.0 |
1548 | 2023-12-01T19:34:32.363Z | Compiling rustls-webpki v0.101.7 |
1549 | 2023-12-01T19:34:33.977Z | Compiling form_urlencoded v1.2.1 |
1550 | 2023-12-01T19:34:34.061Z | Compiling zerocopy-derive v0.6.4 |
1551 | 2023-12-01T19:34:35.435Z | Compiling pest_derive v2.7.2 |
1552 | 2023-12-01T19:34:35.438Z | Compiling socket2 v0.4.9 |
1553 | 2023-12-01T19:34:35.559Z | Compiling tower-service v0.3.2 |
1554 | 2023-12-01T19:34:35.705Z | Compiling either v1.9.0 |
1555 | 2023-12-01T19:34:35.725Z | Compiling httpdate v1.0.3 |
1556 | 2023-12-01T19:34:36.482Z | Compiling rustls-pemfile v1.0.3 |
1557 | 2023-12-01T19:34:36.690Z | Compiling idna v0.5.0 |
1558 | 2023-12-01T19:34:36.860Z | Compiling memoffset v0.9.0 |
1559 | 2023-12-01T19:34:37.045Z | Compiling usdt-impl v0.3.5 |
1560 | 2023-12-01T19:34:37.297Z | Compiling adler v1.0.2 |
1561 | 2023-12-01T19:34:37.631Z | Compiling miniz_oxide v0.7.1 |
1562 | 2023-12-01T19:34:37.863Z | Compiling rustls-native-certs v0.6.3 |
1563 | 2023-12-01T19:34:37.894Z | Compiling zerocopy v0.3.0 |
1564 | 2023-12-01T19:34:38.505Z | Compiling url v2.5.0 |
1565 | 2023-12-01T19:34:39.143Z | Checking crypto-common v0.1.6 |
1566 | 2023-12-01T19:34:39.395Z | Compiling ipnet v2.8.0 |
1567 | 2023-12-01T19:34:39.448Z | Compiling signal-hook v0.3.17 |
1568 | 2023-12-01T19:34:39.879Z | Compiling dof v0.1.5 |
1569 | 2023-12-01T19:34:40.135Z | Checking bytes v1.5.0 |
1570 | 2023-12-01T19:34:40.205Z | Checking bitflags v2.4.0 |
1571 | 2023-12-01T19:34:40.602Z | Compiling dtrace-parser v0.1.14 |
1572 | 2023-12-01T19:34:41.476Z | Compiling indexmap v2.1.0 |
1573 | 2023-12-01T19:34:41.900Z | Compiling uuid v1.6.1 |
1574 | 2023-12-01T19:34:42.383Z | Compiling semver v1.0.20 |
1575 | 2023-12-01T19:34:43.247Z | Compiling chrono v0.4.31 |
1576 | 2023-12-01T19:34:43.486Z | Compiling http v0.2.11 |
1577 | 2023-12-01T19:34:43.540Z | Compiling tokio v1.34.0 |
1578 | 2023-12-01T19:34:44.015Z | Compiling serde_spanned v0.6.4 |
1579 | 2023-12-01T19:34:44.370Z | Compiling toml_datetime v0.6.5 |
1580 | 2023-12-01T19:34:44.453Z | Compiling rustc_version v0.4.0 |
1581 | 2023-12-01T19:34:45.072Z | Compiling toml_edit v0.19.15 |
1582 | 2023-12-01T19:34:46.595Z | Compiling openapiv3 v2.0.0-rc.1 |
1583 | 2023-12-01T19:34:49.836Z | Compiling http-body v0.4.5 |
1584 | 2023-12-01T19:34:50.652Z | Compiling serde_urlencoded v0.7.1 |
1585 | 2023-12-01T19:34:51.469Z | Compiling clap_derive v4.4.2 |
1586 | 2023-12-01T19:34:51.711Z | Compiling crossbeam-epoch v0.9.15 |
1587 | 2023-12-01T19:34:52.389Z | Compiling thread-id v4.2.0 |
1588 | 2023-12-01T19:34:52.533Z | Compiling encoding_rs v0.8.33 |
1589 | 2023-12-01T19:34:53.765Z | Compiling siphasher v0.3.11 |
1590 | 2023-12-01T19:34:54.356Z | Checking const-oid v0.9.5 |
1591 | 2023-12-01T19:34:54.491Z | Compiling gimli v0.28.0 |
1592 | 2023-12-01T19:34:54.991Z | Compiling webpki-roots v0.25.2 |
1593 | 2023-12-01T19:34:55.218Z | Compiling mime v0.3.17 |
1594 | 2023-12-01T19:34:56.229Z | Compiling tokio-util v0.7.10 |
1595 | 2023-12-01T19:34:57.334Z | Compiling tokio-rustls v0.24.1 |
1596 | 2023-12-01T19:34:58.483Z | Compiling h2 v0.3.21 |
1597 | 2023-12-01T19:34:58.890Z | Compiling serde_tokenstream v0.1.7 |
1598 | 2023-12-01T19:34:59.711Z | Compiling strum_macros v0.25.2 |
1599 | 2023-12-01T19:35:00.830Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1600 | 2023-12-01T19:35:00.971Z | Compiling tokio-native-tls v0.3.1 |
1601 | 2023-12-01T19:35:01.380Z | Compiling object v0.32.1 |
1602 | 2023-12-01T19:35:01.522Z | Compiling addr2line v0.21.0 |
1603 | 2023-12-01T19:35:01.636Z | Compiling num-iter v0.1.43 |
1604 | 2023-12-01T19:35:02.273Z | Compiling rustc-demangle v0.1.23 |
1605 | 2023-12-01T19:35:03.933Z | Compiling flate2 v1.0.28 |
1606 | 2023-12-01T19:35:04.173Z | Compiling heapless v0.7.16 |
1607 | 2023-12-01T19:35:04.720Z | Compiling block-buffer v0.10.4 |
1608 | 2023-12-01T19:35:04.830Z | Compiling doc-comment v0.3.3 |
1609 | 2023-12-01T19:35:05.121Z | Compiling ppv-lite86 v0.2.17 |
1610 | 2023-12-01T19:35:06.308Z | Compiling rand_chacha v0.3.1 |
1611 | 2023-12-01T19:35:06.352Z | Compiling usdt-macro v0.3.5 |
1612 | 2023-12-01T19:35:06.385Z | Compiling usdt-attr-macro v0.3.5 |
1613 | 2023-12-01T19:35:06.748Z | Compiling toml v0.7.8 |
1614 | 2023-12-01T19:35:08.274Z | Compiling toml_edit v0.21.0 |
1615 | 2023-12-01T19:35:08.482Z | Compiling hex v0.4.3 |
1616 | 2023-12-01T19:35:08.721Z | Compiling digest v0.10.7 |
1617 | 2023-12-01T19:35:08.871Z | Compiling pin-project-internal v1.1.3 |
1618 | 2023-12-01T19:35:09.416Z | Compiling bit-vec v0.6.3 |
1619 | 2023-12-01T19:35:09.493Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1620 | 2023-12-01T19:35:10.102Z | Compiling hyper v0.14.27 |
1621 | 2023-12-01T19:35:10.793Z | Compiling rand v0.8.5 |
1622 | 2023-12-01T19:35:11.804Z | Compiling phf_shared v0.10.0 |
1623 | 2023-12-01T19:35:12.459Z | Compiling num-bigint v0.4.4 |
1624 | 2023-12-01T19:35:13.730Z | Compiling fixedbitset v0.4.2 |
1625 | 2023-12-01T19:35:14.035Z | Compiling new_debug_unreachable v1.0.4 |
1626 | 2023-12-01T19:35:14.099Z | Compiling precomputed-hash v0.1.1 |
1627 | 2023-12-01T19:35:14.154Z | Compiling smoltcp v0.9.1 |
1628 | 2023-12-01T19:35:14.247Z | Compiling string_cache v0.8.7 |
1629 | 2023-12-01T19:35:14.434Z | Compiling petgraph v0.6.4 |
1630 | 2023-12-01T19:35:15.000Z | Compiling bit-set v0.5.3 |
1631 | 2023-12-01T19:35:15.413Z | Compiling itertools v0.10.5 |
1632 | 2023-12-01T19:35:16.331Z | Compiling enum-as-inner v0.5.1 |
1633 | 2023-12-01T19:35:16.460Z | Compiling hubpack_derive v0.1.1 |
1634 | 2023-12-01T19:35:17.013Z | Compiling diesel_table_macro_syntax v0.1.0 |
1635 | 2023-12-01T19:35:17.624Z | Compiling unicode-segmentation v1.10.1 |
1636 | 2023-12-01T19:35:17.845Z | Compiling lalrpop-util v0.19.12 |
1637 | 2023-12-01T19:35:17.932Z | Compiling diesel_derives v2.1.2 |
1638 | 2023-12-01T19:35:18.922Z | Compiling snafu-derive v0.7.5 |
1639 | 2023-12-01T19:35:19.083Z | Compiling cpufeatures v0.2.9 |
1640 | 2023-12-01T19:35:19.930Z | Compiling sha2 v0.10.8 |
1641 | 2023-12-01T19:35:20.059Z | Compiling rustix v0.37.23 |
1642 | 2023-12-01T19:35:20.059Z | Compiling hmac v0.12.1 |
1643 | 2023-12-01T19:35:20.399Z | Compiling md-5 v0.10.5 |
1644 | 2023-12-01T19:35:20.774Z | Compiling serde_repr v0.1.16 |
1645 | 2023-12-01T19:35:21.147Z | Compiling stringprep v0.1.3 |
1646 | 2023-12-01T19:35:21.741Z | Compiling hyper-rustls v0.24.2 |
1647 | 2023-12-01T19:35:22.411Z | Compiling hyper-tls v0.5.0 |
1648 | 2023-12-01T19:35:22.668Z | Compiling hash32 v0.2.1 |
1649 | 2023-12-01T19:35:22.775Z | Compiling fallible-iterator v0.2.0 |
1650 | 2023-12-01T19:35:22.913Z | Compiling reqwest v0.11.22 |
1651 | 2023-12-01T19:35:23.234Z | Compiling stable_deref_trait v1.2.0 |
1652 | 2023-12-01T19:35:23.905Z | Checking bitflags v1.3.2 |
1653 | 2023-12-01T19:35:24.032Z | Compiling postgres-protocol v0.6.6 |
1654 | 2023-12-01T19:35:26.268Z | Compiling terminal_size v0.2.6 |
1655 | 2023-12-01T19:35:26.497Z | Compiling phf_shared v0.11.2 |
1656 | 2023-12-01T19:35:26.665Z | Compiling block-padding v0.3.3 |
1657 | 2023-12-01T19:35:27.038Z | Compiling scheduled-thread-pool v0.2.7 |
1658 | 2023-12-01T19:35:27.041Z | Compiling num_threads v0.1.6 |
1659 | 2023-12-01T19:35:27.220Z | Compiling regex-automata v0.1.10 |
1660 | 2023-12-01T19:35:27.922Z | Compiling matches v0.1.10 |
1661 | 2023-12-01T19:35:28.013Z | Compiling deranged v0.3.8 |
1662 | 2023-12-01T19:35:28.114Z | Compiling managed v0.8.0 |
1663 | 2023-12-01T19:35:28.327Z | Compiling clap_builder v4.4.2 |
1664 | 2023-12-01T19:35:28.573Z | Compiling idna v0.2.3 |
1665 | 2023-12-01T19:35:28.639Z | Compiling bstr v0.2.17 |
1666 | 2023-12-01T19:35:28.682Z | Compiling r2d2 v0.8.10 |
1667 | 2023-12-01T19:35:29.244Z | Compiling signal-hook-mio v0.2.3 |
1668 | 2023-12-01T19:35:29.455Z | Compiling inout v0.1.3 |
1669 | 2023-12-01T19:35:29.871Z | Compiling phf v0.11.2 |
1670 | 2023-12-01T19:35:30.304Z | Compiling bzip2 v0.4.4 |
1671 | 2023-12-01T19:35:30.954Z | Compiling time v0.3.27 |
1672 | 2023-12-01T19:35:30.997Z | Compiling postgres-types v0.2.6 |
1673 | 2023-12-01T19:35:31.243Z | Compiling hubpack v0.1.2 |
1674 | 2023-12-01T19:35:31.947Z | Compiling pin-project v1.1.3 |
1675 | 2023-12-01T19:35:32.594Z | Compiling ipnetwork v0.20.0 |
1676 | 2023-12-01T19:35:32.766Z | Compiling zerocopy v0.6.4 |
1677 | 2023-12-01T19:35:33.496Z | Compiling itertools v0.11.0 |
1678 | 2023-12-01T19:35:34.027Z | Compiling futures-executor v0.3.29 |
1679 | 2023-12-01T19:35:34.935Z | Compiling float-cmp v0.9.0 |
1680 | 2023-12-01T19:35:35.951Z | Compiling difflib v0.4.0 |
1681 | 2023-12-01T19:35:37.862Z | Compiling data-encoding v2.4.0 |
1682 | 2023-12-01T19:35:38.320Z | Compiling static_assertions v1.1.0 |
1683 | 2023-12-01T19:35:38.453Z | Compiling whoami v1.4.1 |
1684 | 2023-12-01T19:35:38.584Z | Compiling regex-automata v0.3.8 |
1685 | 2023-12-01T19:35:39.417Z | Compiling normalize-line-endings v0.3.0 |
1686 | 2023-12-01T19:35:39.583Z | Compiling predicates-core v1.0.6 |
1687 | 2023-12-01T19:35:39.928Z | Compiling predicates v3.0.4 |
1688 | 2023-12-01T19:35:40.136Z | Compiling tokio-postgres v0.7.10 |
1689 | 2023-12-01T19:35:41.806Z | Compiling bstr v1.6.0 |
1690 | 2023-12-01T19:35:42.595Z | Compiling trust-dns-proto v0.22.0 |
1691 | 2023-12-01T19:35:42.769Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1692 | 2023-12-01T19:35:44.377Z | Compiling yasna v0.5.2 |
1693 | 2023-12-01T19:35:45.061Z | Compiling diesel v2.1.4 |
1694 | 2023-12-01T19:35:47.619Z | Compiling futures v0.3.29 |
1695 | 2023-12-01T19:35:47.775Z | Compiling clap v4.4.3 |
1696 | 2023-12-01T19:35:47.933Z | Compiling snafu v0.7.5 |
1697 | 2023-12-01T19:35:48.622Z | Compiling zip v0.6.6 |
1698 | 2023-12-01T19:35:48.723Z | Compiling similar v2.2.1 |
1699 | 2023-12-01T19:35:48.832Z | Compiling cipher v0.4.4 |
1700 | 2023-12-01T19:35:49.311Z | Compiling crossterm v0.27.0 |
1701 | 2023-12-01T19:35:50.008Z | Compiling signature v2.1.0 |
1702 | 2023-12-01T19:35:50.111Z | Compiling usdt v0.3.5 |
1703 | 2023-12-01T19:35:50.502Z | Compiling tokio-stream v0.1.14 |
1704 | 2023-12-01T19:35:52.113Z | Compiling console v0.15.7 |
1705 | 2023-12-01T19:35:52.788Z | Checking hashbrown v0.14.2 |
1706 | 2023-12-01T19:35:53.823Z | Checking equivalent v1.0.1 |
1707 | 2023-12-01T19:35:53.966Z | Checking unicode-ident v1.0.12 |
1708 | 2023-12-01T19:35:54.204Z | Checking proc-macro2 v1.0.69 |
1709 | 2023-12-01T19:35:55.509Z | Checking quote v1.0.33 |
1710 | 2023-12-01T19:35:57.286Z | Checking utf8parse v0.2.1 |
1711 | 2023-12-01T19:35:58.201Z | Checking anstyle v1.0.2 |
1712 | 2023-12-01T19:35:59.191Z | Checking io-lifetimes v1.0.11 |
1713 | 2023-12-01T19:36:01.991Z | Checking anstyle-parse v0.2.1 |
1714 | 2023-12-01T19:36:06.739Z | Checking colorchoice v1.0.0 |
1715 | 2023-12-01T19:36:06.905Z | Checking anstyle-query v1.0.0 |
1716 | 2023-12-01T19:36:07.061Z | Checking anstream v0.5.0 |
1717 | 2023-12-01T19:36:07.466Z | Checking clap_lex v0.5.1 |
1718 | 2023-12-01T19:36:07.511Z | Checking strsim v0.10.0 |
1719 | 2023-12-01T19:36:08.528Z | Checking winnow v0.5.15 |
1720 | 2023-12-01T19:36:13.671Z | Compiling serde_tokenstream v0.2.0 |
1721 | 2023-12-01T19:36:18.342Z | Compiling regress v0.7.1 |
1722 | 2023-12-01T19:36:23.876Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1723 | 2023-12-01T19:36:31.121Z | Compiling getopts v0.2.21 |
1724 | 2023-12-01T19:36:32.408Z | Compiling unsafe-libyaml v0.2.9 |
1725 | 2023-12-01T19:36:32.806Z | Checking heck v0.4.1 |
1726 | 2023-12-01T19:36:33.225Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1727 | 2023-12-01T19:36:34.161Z | Compiling ident_case v1.0.1 |
1728 | 2023-12-01T19:36:34.220Z | Checking fastrand v2.0.0 |
1729 | 2023-12-01T19:36:34.413Z | Checking match_cfg v0.1.0 |
1730 | 2023-12-01T19:36:34.531Z | Compiling serde_yaml v0.9.25 |
1731 | 2023-12-01T19:36:34.717Z | Checking tempfile v3.8.1 |
1732 | 2023-12-01T19:36:35.083Z | Checking hostname v0.3.1 |
1733 | 2023-12-01T19:36:35.203Z | Checking atty v0.2.14 |
1734 | 2023-12-01T19:36:35.259Z | Compiling paste v1.0.14 |
1735 | 2023-12-01T19:36:35.365Z | Checking quick-error v1.2.3 |
1736 | 2023-12-01T19:36:35.520Z | Checking crossbeam-channel v0.5.8 |
1737 | 2023-12-01T19:36:35.550Z | Checking sha1 v0.10.6 |
1738 | 2023-12-01T19:36:36.001Z | Checking dirs-sys-next v0.1.2 |
1739 | 2023-12-01T19:36:36.242Z | Checking dirs-next v2.0.0 |
1740 | 2023-12-01T19:36:36.419Z | Checking thread_local v1.1.7 |
1741 | 2023-12-01T19:36:36.673Z | Checking instant v0.1.12 |
1742 | 2023-12-01T19:36:36.817Z | Compiling slog-async v2.8.0 |
1743 | 2023-12-01T19:36:36.835Z | Checking term v0.7.0 |
1744 | 2023-12-01T19:36:37.492Z | Checking camino v1.1.6 |
1745 | 2023-12-01T19:36:37.645Z | Compiling multer v2.1.0 |
1746 | 2023-12-01T19:36:38.029Z | Checking take_mut v0.2.2 |
1747 | 2023-12-01T19:36:38.151Z | Checking slog-term v2.9.0 |
1748 | 2023-12-01T19:36:38.356Z | Compiling darling_core v0.20.3 |
1749 | 2023-12-01T19:36:38.657Z | Checking slog-json v2.6.1 |
1750 | 2023-12-01T19:36:38.928Z | Compiling async-stream-impl v0.3.5 |
1751 | 2023-12-01T19:36:39.026Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1752 | 2023-12-01T19:36:39.462Z | Checking debug-ignore v1.0.5 |
1753 | 2023-12-01T19:36:39.642Z | Checking atomic-waker v1.1.1 |
1754 | 2023-12-01T19:36:39.816Z | Checking waitgroup v0.1.2 |
1755 | 2023-12-01T19:36:40.073Z | Checking slog-bunyan v2.4.0 |
1756 | 2023-12-01T19:36:40.889Z | Checking toml v0.8.8 |
1757 | 2023-12-01T19:36:41.198Z | Checking async-stream v0.3.5 |
1758 | 2023-12-01T19:36:41.454Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1759 | 2023-12-01T19:36:41.499Z | Checking serde_path_to_error v0.1.14 |
1760 | 2023-12-01T19:36:41.592Z | Checking strum v0.25.0 |
1761 | 2023-12-01T19:36:41.796Z | Compiling structmeta-derive v0.2.0 |
1762 | 2023-12-01T19:36:42.065Z | Checking wait-timeout v0.2.0 |
1763 | 2023-12-01T19:36:42.306Z | Checking rusty-fork v0.3.0 |
1764 | 2023-12-01T19:36:42.485Z | Checking rand_xorshift v0.3.0 |
1765 | 2023-12-01T19:36:42.714Z | Compiling regex-syntax v0.7.5 |
1766 | 2023-12-01T19:36:42.728Z | Checking unarray v0.1.4 |
1767 | 2023-12-01T19:36:42.938Z | Checking proptest v1.4.0 |
1768 | 2023-12-01T19:36:46.900Z | Compiling structmeta v0.2.0 |
1769 | 2023-12-01T19:36:47.546Z | Checking backoff v0.4.0 |
1770 | 2023-12-01T19:36:47.977Z | Compiling test-strategy v0.3.1 |
1771 | 2023-12-01T19:36:48.505Z | Compiling darling_macro v0.20.3 |
1772 | 2023-12-01T19:36:50.122Z | Compiling darling v0.20.3 |
1773 | 2023-12-01T19:36:50.278Z | Compiling serde_with_macros v2.3.3 |
1774 | 2023-12-01T19:36:50.301Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1775 | 2023-12-01T19:36:50.498Z | Checking macaddr v1.0.1 |
1776 | 2023-12-01T19:36:51.065Z | Checking camino-tempfile v1.1.1 |
1777 | 2023-12-01T19:36:51.296Z | Checking is-terminal v0.4.9 |
1778 | 2023-12-01T19:36:51.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1779 | 2023-12-01T19:36:51.444Z | Compiling proc-macro-error-attr v1.0.4 |
1780 | 2023-12-01T19:36:51.472Z | Compiling proc-macro-error v1.0.4 |
1781 | 2023-12-01T19:36:51.976Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1782 | 2023-12-01T19:36:52.089Z | Compiling proc-macro-crate v1.3.1 |
1783 | 2023-12-01T19:36:53.179Z | Checking termtree v0.4.1 |
1784 | 2023-12-01T19:36:53.469Z | Checking predicates-tree v1.0.9 |
1785 | 2023-12-01T19:36:53.674Z | Checking base64ct v1.6.0 |
1786 | 2023-12-01T19:36:53.853Z | Compiling num_enum_derive v0.5.11 |
1787 | 2023-12-01T19:36:54.206Z | Compiling parse-display-derive v0.8.2 |
1788 | 2023-12-01T19:36:54.418Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1789 | 2023-12-01T19:36:54.438Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1790 | 2023-12-01T19:36:54.568Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1791 | 2023-12-01T19:36:54.601Z | Checking postcard-cobs v0.1.5-pre |
1792 | 2023-12-01T19:36:54.713Z | Checking serde_with v2.3.3 |
1793 | 2023-12-01T19:36:54.837Z | Compiling crucible-workspace-hack v0.1.0 |
1794 | 2023-12-01T19:36:54.885Z | Checking postcard v0.7.3 |
1795 | 2023-12-01T19:36:54.930Z | Checking smoltcp v0.8.2 |
1796 | 2023-12-01T19:36:55.278Z | Compiling foreign-types-macros v0.2.3 |
1797 | 2023-12-01T19:36:55.457Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1798 | 2023-12-01T19:36:55.897Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1799 | 2023-12-01T19:36:56.141Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2023-12-01T19:36:56.559Z | Checking foreign-types-shared v0.3.1 |
1801 | 2023-12-01T19:36:56.703Z | Checking cfg-if v0.1.10 |
1802 | 2023-12-01T19:36:57.433Z | Checking foreign-types v0.5.0 |
1803 | 2023-12-01T19:36:57.483Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1804 | 2023-12-01T19:36:57.572Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1805 | 2023-12-01T19:36:58.351Z | Checking num_enum v0.5.11 |
1806 | 2023-12-01T19:36:58.547Z | Checking cstr-argument v0.1.2 |
1807 | 2023-12-01T19:36:58.797Z | Checking pretty-hex v0.2.1 |
1808 | 2023-12-01T19:36:58.879Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1809 | 2023-12-01T19:36:59.023Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1810 | 2023-12-01T19:36:59.092Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1811 | 2023-12-01T19:36:59.319Z | Checking colored v2.0.4 |
1812 | 2023-12-01T19:36:59.418Z | Compiling zone_cfg_derive v0.3.0 |
1813 | 2023-12-01T19:36:59.543Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1814 | 2023-12-01T19:36:59.580Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1815 | 2023-12-01T19:37:00.039Z | Checking predicates v2.1.5 |
1816 | 2023-12-01T19:37:00.500Z | Compiling mockall_derive v0.11.4 |
1817 | 2023-12-01T19:37:01.171Z | Compiling num-derive v0.4.0 |
1818 | 2023-12-01T19:37:01.682Z | Checking parse-display v0.8.2 |
1819 | 2023-12-01T19:37:01.801Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1820 | 2023-12-01T19:37:01.901Z | Checking fragile v2.0.0 |
1821 | 2023-12-01T19:37:01.971Z | Checking downcast v0.11.0 |
1822 | 2023-12-01T19:37:02.271Z | Checking zone v0.3.0 |
1823 | 2023-12-01T19:37:02.304Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1824 | 2023-12-01T19:37:02.628Z | Checking smf v0.2.2 |
1825 | 2023-12-01T19:37:02.848Z | Checking xattr v1.0.1 |
1826 | 2023-12-01T19:37:03.100Z | Checking filetime v0.2.22 |
1827 | 2023-12-01T19:37:03.235Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1828 | 2023-12-01T19:37:03.400Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1829 | 2023-12-01T19:37:03.428Z | Checking tar v0.4.40 |
1830 | 2023-12-01T19:37:03.485Z | Checking pem v3.0.2 |
1831 | 2023-12-01T19:37:03.794Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1832 | 2023-12-01T19:37:03.856Z | Checking linked-hash-map v0.5.6 |
1833 | 2023-12-01T19:37:04.184Z | Checking headers-core v0.2.0 |
1834 | 2023-12-01T19:37:04.353Z | Checking lru-cache v0.1.2 |
1835 | 2023-12-01T19:37:04.370Z | Checking headers v0.3.9 |
1836 | 2023-12-01T19:37:04.601Z | Checking password-hash v0.5.0 |
1837 | 2023-12-01T19:37:04.634Z | Checking blake2 v0.10.6 |
1838 | 2023-12-01T19:37:05.026Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1839 | 2023-12-01T19:37:05.287Z | Checking base64 v0.13.1 |
1840 | 2023-12-01T19:37:05.311Z | Checking argon2 v0.5.2 |
1841 | 2023-12-01T19:37:05.708Z | Checking rcgen v0.11.3 |
1842 | 2023-12-01T19:37:05.940Z | Checking pem v1.1.1 |
1843 | 2023-12-01T19:37:06.167Z | Checking atomicwrites v0.4.2 |
1844 | 2023-12-01T19:37:06.284Z | Checking subprocess v0.2.9 |
1845 | 2023-12-01T19:37:06.303Z | Compiling cancel-safe-futures v0.1.5 |
1846 | 2023-12-01T19:37:06.430Z | Checking ciborium-io v0.2.1 |
1847 | 2023-12-01T19:37:06.476Z | Checking half v1.8.2 |
1848 | 2023-12-01T19:37:06.592Z | Checking arc-swap v1.6.0 |
1849 | 2023-12-01T19:37:06.739Z | Checking textwrap v0.11.0 |
1850 | 2023-12-01T19:37:06.822Z | Compiling heck v0.3.3 |
1851 | 2023-12-01T19:37:07.048Z | Compiling libefi-sys v0.1.0 |
1852 | 2023-12-01T19:37:07.074Z | Checking strsim v0.8.0 |
1853 | 2023-12-01T19:37:07.094Z | Checking ciborium-ll v0.2.1 |
1854 | 2023-12-01T19:37:07.263Z | Checking slog-scope v4.4.0 |
1855 | 2023-12-01T19:37:07.349Z | Checking vec_map v0.8.2 |
1856 | 2023-12-01T19:37:07.450Z | Checking ansi_term v0.12.1 |
1857 | 2023-12-01T19:37:07.498Z | Compiling structopt-derive v0.4.18 |
1858 | 2023-12-01T19:37:07.540Z | Checking slog-stdlog v4.1.1 |
1859 | 2023-12-01T19:37:07.562Z | Checking ciborium v0.2.1 |
1860 | 2023-12-01T19:37:07.763Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1861 | 2023-12-01T19:37:07.892Z | Checking clap v2.34.0 |
1862 | 2023-12-01T19:37:08.400Z | Checking slog-envlogger v2.2.0 |
1863 | 2023-12-01T19:37:08.697Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1864 | 2023-12-01T19:37:09.133Z | Checking resolv-conf v0.7.0 |
1865 | 2023-12-01T19:37:09.150Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1866 | 2023-12-01T19:37:09.179Z | Compiling slog-dtrace v0.2.3 |
1867 | 2023-12-01T19:37:09.490Z | Compiling convert_case v0.4.0 |
1868 | 2023-12-01T19:37:09.644Z | Checking trust-dns-resolver v0.22.0 |
1869 | 2023-12-01T19:37:10.306Z | Checking fxhash v0.2.1 |
1870 | 2023-12-01T19:37:10.543Z | Checking itertools v0.12.0 |
1871 | 2023-12-01T19:37:11.006Z | Compiling derive_more v0.99.17 |
1872 | 2023-12-01T19:37:12.179Z | Checking pem-rfc7468 v0.7.0 |
1873 | 2023-12-01T19:37:12.453Z | Compiling der_derive v0.7.2 |
1874 | 2023-12-01T19:37:12.490Z | Checking structopt v0.3.26 |
1875 | 2023-12-01T19:37:12.572Z | Checking flagset v0.4.3 |
1876 | 2023-12-01T19:37:12.833Z | Checking termcolor v1.2.0 |
1877 | 2023-12-01T19:37:13.036Z | Compiling same-file v1.0.6 |
1878 | 2023-12-01T19:37:13.364Z | Compiling radium v0.7.0 |
1879 | 2023-12-01T19:37:13.432Z | Compiling walkdir v2.4.0 |
1880 | 2023-12-01T19:37:13.794Z | Checking mockall v0.11.4 |
1881 | 2023-12-01T19:37:14.057Z | Compiling semver-parser v0.10.2 |
1882 | 2023-12-01T19:37:14.137Z | Checking tap v1.0.1 |
1883 | 2023-12-01T19:37:14.364Z | Compiling maybe-uninit v2.0.0 |
1884 | 2023-12-01T19:37:14.720Z | Checking wyz v0.5.1 |
1885 | 2023-12-01T19:37:15.196Z | Compiling semver v0.11.0 |
1886 | 2023-12-01T19:37:16.194Z | Compiling num-rational v0.4.1 |
1887 | 2023-12-01T19:37:16.249Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1888 | 2023-12-01T19:37:16.694Z | Checking funty v2.0.0 |
1889 | 2023-12-01T19:37:16.730Z | Checking der v0.7.8 |
1890 | 2023-12-01T19:37:16.959Z | Compiling home v0.5.5 |
1891 | 2023-12-01T19:37:17.084Z | Compiling packed_struct v0.10.1 |
1892 | 2023-12-01T19:37:17.335Z | Compiling num-bigint-dig v0.8.4 |
1893 | 2023-12-01T19:37:17.719Z | Checking crc-catalog v2.2.0 |
1894 | 2023-12-01T19:37:17.815Z | Compiling toolchain_find v0.2.0 |
1895 | 2023-12-01T19:37:17.893Z | Checking crc v3.0.1 |
1896 | 2023-12-01T19:37:18.424Z | Checking bitvec v1.0.1 |
1897 | 2023-12-01T19:37:18.680Z | Checking hkdf v0.12.3 |
1898 | 2023-12-01T19:37:18.969Z | Compiling toml v0.5.11 |
1899 | 2023-12-01T19:37:19.322Z | Compiling packed_struct_codegen v0.10.1 |
1900 | 2023-12-01T19:37:19.720Z | Checking spki v0.7.2 |
1901 | 2023-12-01T19:37:20.155Z | Checking pkcs8 v0.10.2 |
1902 | 2023-12-01T19:37:20.534Z | Checking nodrop v0.1.14 |
1903 | 2023-12-01T19:37:20.685Z | Checking array-init v0.0.4 |
1904 | 2023-12-01T19:37:21.344Z | Checking pkcs1 v0.7.5 |
1905 | 2023-12-01T19:37:21.954Z | Compiling rustfmt-wrapper v0.2.0 |
1906 | 2023-12-01T19:37:22.288Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1907 | 2023-12-01T19:37:22.416Z | Compiling omicron-zone-package v0.9.1 |
1908 | 2023-12-01T19:37:22.800Z | Checking smallvec v0.6.14 |
1909 | 2023-12-01T19:37:24.034Z | Checking newline-converter v0.3.0 |
1910 | 2023-12-01T19:37:24.248Z | Checking num-complex v0.4.4 |
1911 | 2023-12-01T19:37:25.363Z | Checking utf-8 v0.7.6 |
1912 | 2023-12-01T19:37:25.403Z | Checking bitfield v0.14.0 |
1913 | 2023-12-01T19:37:25.644Z | Checking keccak v0.1.4 |
1914 | 2023-12-01T19:37:25.747Z | Checking num v0.4.1 |
1915 | 2023-12-01T19:37:25.820Z | Checking tungstenite v0.20.1 |
1916 | 2023-12-01T19:37:25.954Z | Checking expectorate v1.1.0 |
1917 | 2023-12-01T19:37:26.117Z | Checking sha3 v0.10.8 |
1918 | 2023-12-01T19:37:26.148Z | Checking serde-hex v0.1.0 |
1919 | 2023-12-01T19:37:26.621Z | Checking rsa v0.9.2 |
1920 | 2023-12-01T19:37:26.702Z | Checking x509-cert v0.2.4 |
1921 | 2023-12-01T19:37:27.098Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1922 | 2023-12-01T19:37:27.250Z | Checking env_logger v0.10.0 |
1923 | 2023-12-01T19:37:27.451Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1924 | 2023-12-01T19:37:27.899Z | Checking ron v0.8.1 |
1925 | 2023-12-01T19:37:28.033Z | Checking secrecy v0.8.0 |
1926 | 2023-12-01T19:37:28.354Z | Checking crc-any v2.4.3 |
1927 | 2023-12-01T19:37:28.930Z | Checking tokio-tungstenite v0.20.1 |
1928 | 2023-12-01T19:37:29.306Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1929 | 2023-12-01T19:37:29.357Z | Checking object v0.30.4 |
1930 | 2023-12-01T19:37:29.431Z | Checking path-slash v0.1.5 |
1931 | 2023-12-01T19:37:29.607Z | Compiling buf-list v1.0.3 |
1932 | 2023-12-01T19:37:29.728Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1933 | 2023-12-01T19:37:29.793Z | Checking glob v0.3.1 |
1934 | 2023-12-01T19:37:29.909Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1935 | 2023-12-01T19:37:30.191Z | Checking swrite v0.1.0 |
1936 | 2023-12-01T19:37:30.241Z | Compiling parking_lot_core v0.8.6 |
1937 | 2023-12-01T19:37:30.345Z | Checking nibble_vec v0.1.0 |
1938 | 2023-12-01T19:37:30.607Z | Checking endian-type v0.1.2 |
1939 | 2023-12-01T19:37:30.904Z | Checking radix_trie v0.2.1 |
1940 | 2023-12-01T19:37:31.087Z | Checking pretty-hex v0.4.0 |
1941 | 2023-12-01T19:37:31.346Z | Checking libsw v3.3.0 |
1942 | 2023-12-01T19:37:31.486Z | Checking parking_lot v0.11.2 |
1943 | 2023-12-01T19:37:31.543Z | Checking trust-dns-client v0.22.0 |
1944 | 2023-12-01T19:37:31.717Z | Compiling derive-where v1.2.5 |
1945 | 2023-12-01T19:37:32.009Z | Checking sled v0.34.7 |
1946 | 2023-12-01T19:37:32.682Z | Checking owo-colors v3.5.0 |
1947 | 2023-12-01T19:37:33.179Z | Compiling semver v0.1.20 |
1948 | 2023-12-01T19:37:33.484Z | Checking trust-dns-server v0.22.1 |
1949 | 2023-12-01T19:37:34.222Z | Checking linear-map v1.2.0 |
1950 | 2023-12-01T19:37:34.750Z | Compiling rustc_version v0.1.7 |
1951 | 2023-12-01T19:37:35.497Z | Compiling newtype_derive v0.1.6 |
1952 | 2023-12-01T19:37:35.936Z | Checking crossbeam-deque v0.8.3 |
1953 | 2023-12-01T19:37:36.050Z | Compiling unicase v2.7.0 |
1954 | 2023-12-01T19:37:36.420Z | Compiling rayon-core v1.12.0 |
1955 | 2023-12-01T19:37:36.484Z | Compiling platforms v3.0.2 |
1956 | 2023-12-01T19:37:36.987Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1957 | 2023-12-01T19:37:37.575Z | Compiling memoffset v0.7.1 |
1958 | 2023-12-01T19:37:37.689Z | Checking steno v0.4.0 |
1959 | 2023-12-01T19:37:37.790Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1960 | 2023-12-01T19:37:37.975Z | Compiling curve25519-dalek v4.1.0 |
1961 | 2023-12-01T19:37:37.994Z | Checking rayon v1.8.0 |
1962 | 2023-12-01T19:37:38.768Z | Checking globset v0.4.13 |
1963 | 2023-12-01T19:37:38.811Z | Checking olpc-cjson v0.1.3 |
1964 | 2023-12-01T19:37:39.102Z | Checking serde_plain v1.0.2 |
1965 | 2023-12-01T19:37:39.466Z | Checking ff v0.13.0 |
1966 | 2023-12-01T19:37:39.488Z | Compiling async-recursion v1.0.5 |
1967 | 2023-12-01T19:37:39.517Z | Checking typed-path v0.6.0 |
1968 | 2023-12-01T19:37:39.753Z | Checking group v0.13.0 |
1969 | 2023-12-01T19:37:40.116Z | Compiling mime_guess v2.0.4 |
1970 | 2023-12-01T19:37:41.376Z | Checking universal-hash v0.5.1 |
1971 | 2023-12-01T19:37:41.437Z | Checking crypto-bigint v0.5.2 |
1972 | 2023-12-01T19:37:41.634Z | Compiling thiserror-impl-no-std v2.0.2 |
1973 | 2023-12-01T19:37:42.240Z | Compiling curve25519-dalek-derive v0.1.0 |
1974 | 2023-12-01T19:37:42.707Z | Checking tough v0.15.0 |
1975 | 2023-12-01T19:37:44.105Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1976 | 2023-12-01T19:37:44.413Z | Checking opaque-debug v0.3.0 |
1977 | 2023-12-01T19:37:44.538Z | Checking base16ct v0.2.0 |
1978 | 2023-12-01T19:37:44.558Z | Checking display-error-chain v0.2.0 |
1979 | 2023-12-01T19:37:44.689Z | Checking signature v1.6.4 |
1980 | 2023-12-01T19:37:44.755Z | Compiling salty v0.2.0 |
1981 | 2023-12-01T19:37:44.786Z | Checking elliptic-curve v0.13.5 |
1982 | 2023-12-01T19:37:44.852Z | Checking ed25519 v1.5.3 |
1983 | 2023-12-01T19:37:45.493Z | Checking poly1305 v0.8.0 |
1984 | 2023-12-01T19:37:45.547Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1985 | 2023-12-01T19:37:46.054Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1986 | 2023-12-01T19:37:46.237Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1987 | 2023-12-01T19:37:46.493Z | Checking chacha20 v0.9.1 |
1988 | 2023-12-01T19:37:46.597Z | Checking serde-big-array v0.5.1 |
1989 | 2023-12-01T19:37:46.887Z | Checking aead v0.5.2 |
1990 | 2023-12-01T19:37:47.026Z | Checking kstat-rs v0.2.3 |
1991 | 2023-12-01T19:37:47.196Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1992 | 2023-12-01T19:37:47.282Z | Checking thiserror-no-std v2.0.2 |
1993 | 2023-12-01T19:37:47.304Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1994 | 2023-12-01T19:37:47.598Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1995 | 2023-12-01T19:37:47.717Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1996 | 2023-12-01T19:37:47.877Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1997 | 2023-12-01T19:37:48.574Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1998 | 2023-12-01T19:37:49.115Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1999 | 2023-12-01T19:37:49.340Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2000 | 2023-12-01T19:37:49.444Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2001 | 2023-12-01T19:37:50.279Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2002 | 2023-12-01T19:37:50.689Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2003 | 2023-12-01T19:37:51.553Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2004 | 2023-12-01T19:37:52.034Z | Checking vsss-rs v3.3.1 |
2005 | 2023-12-01T19:37:53.516Z | Checking chacha20poly1305 v0.10.1 |
2006 | 2023-12-01T19:37:54.814Z | Checking signal-hook-tokio v0.3.1 |
2007 | 2023-12-01T19:37:54.948Z | Checking serde-big-array v0.4.1 |
2008 | 2023-12-01T19:37:55.053Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2009 | 2023-12-01T19:37:55.175Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2010 | 2023-12-01T19:37:56.862Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2011 | 2023-12-01T19:37:57.802Z | Checking bcs v0.1.6 |
2012 | 2023-12-01T19:37:57.993Z | Checking corncobs v0.1.3 |
2013 | 2023-12-01T19:37:58.256Z | Checking highway v1.1.0 |
2014 | 2023-12-01T19:37:58.348Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2015 | 2023-12-01T19:37:58.505Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2016 | 2023-12-01T19:37:58.869Z | Compiling crunchy v0.2.2 |
2017 | 2023-12-01T19:37:58.887Z | Compiling portable-atomic v1.4.3 |
2018 | 2023-12-01T19:37:59.590Z | Checking http-range v0.1.5 |
2019 | 2023-12-01T19:37:59.833Z | Checking hyper-staticfile v0.9.5 |
2020 | 2023-12-01T19:37:59.911Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2021 | 2023-12-01T19:38:00.434Z | Compiling clang-sys v1.6.1 |
2022 | 2023-12-01T19:38:00.563Z | Compiling prettyplease v0.2.12 |
2023 | 2023-12-01T19:38:01.012Z | Checking assert_matches v1.5.0 |
2024 | 2023-12-01T19:38:01.139Z | Compiling tiny-keccak v2.0.2 |
2025 | 2023-12-01T19:38:01.802Z | Compiling darling_core v0.14.4 |
2026 | 2023-12-01T19:38:03.282Z | Checking number_prefix v0.4.0 |
2027 | 2023-12-01T19:38:03.553Z | Checking humantime v2.1.0 |
2028 | 2023-12-01T19:38:03.974Z | Compiling minimal-lexical v0.2.1 |
2029 | 2023-12-01T19:38:04.164Z | Checking indicatif v0.17.7 |
2030 | 2023-12-01T19:38:04.812Z | Compiling nom v7.1.3 |
2031 | 2023-12-01T19:38:05.386Z | Compiling ascii-canvas v3.0.0 |
2032 | 2023-12-01T19:38:06.468Z | Compiling ena v0.14.2 |
2033 | 2023-12-01T19:38:07.121Z | Compiling libloading v0.7.4 |
2034 | 2023-12-01T19:38:07.277Z | Compiling bindgen v0.65.1 |
2035 | 2023-12-01T19:38:07.690Z | Compiling regex-syntax v0.6.29 |
2036 | 2023-12-01T19:38:08.129Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2037 | 2023-12-01T19:38:08.397Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2038 | 2023-12-01T19:38:11.191Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2039 | 2023-12-01T19:38:11.247Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2040 | 2023-12-01T19:38:11.865Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2041 | 2023-12-01T19:38:12.846Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2042 | 2023-12-01T19:38:12.849Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2043 | 2023-12-01T19:38:13.962Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2044 | 2023-12-01T19:38:14.181Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2045 | 2023-12-01T19:38:15.019Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2046 | 2023-12-01T19:38:15.586Z | Compiling darling_macro v0.14.4 |
2047 | 2023-12-01T19:38:17.137Z | Compiling diff v0.1.13 |
2048 | 2023-12-01T19:38:17.422Z | Compiling darling v0.14.4 |
2049 | 2023-12-01T19:38:17.496Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2050 | 2023-12-01T19:38:17.578Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2051 | 2023-12-01T19:38:18.192Z | Compiling lalrpop v0.19.12 |
2052 | 2023-12-01T19:38:18.300Z | Compiling cexpr v0.6.0 |
2053 | 2023-12-01T19:38:24.382Z | Compiling which v4.4.0 |
2054 | 2023-12-01T19:38:25.339Z | Compiling ref-cast v1.0.20 |
2055 | 2023-12-01T19:38:26.102Z | Compiling shlex v1.1.0 |
2056 | 2023-12-01T19:38:26.537Z | Compiling rustc-hash v1.1.0 |
2057 | 2023-12-01T19:38:26.754Z | Compiling peeking_take_while v0.1.2 |
2058 | 2023-12-01T19:38:26.946Z | Compiling lazycell v1.3.0 |
2059 | 2023-12-01T19:38:27.179Z | Checking maplit v1.0.2 |
2060 | 2023-12-01T19:38:29.903Z | Compiling derive_builder_core v0.12.0 |
2061 | 2023-12-01T19:38:33.957Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2062 | 2023-12-01T19:38:34.007Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2063 | 2023-12-01T19:38:34.440Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2064 | 2023-12-01T19:38:35.651Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2065 | 2023-12-01T19:38:36.566Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2066 | 2023-12-01T19:38:36.598Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2067 | 2023-12-01T19:38:36.973Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2068 | 2023-12-01T19:38:39.147Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2069 | 2023-12-01T19:38:42.316Z | Compiling ref-cast-impl v1.0.20 |
2070 | 2023-12-01T19:38:42.392Z | Compiling libxml v0.3.3 |
2071 | 2023-12-01T19:38:42.641Z | Compiling derive_builder_macro v0.12.0 |
2072 | 2023-12-01T19:38:42.949Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2073 | 2023-12-01T19:38:43.572Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2074 | 2023-12-01T19:38:43.983Z | Compiling strum_macros v0.24.3 |
2075 | 2023-12-01T19:38:44.388Z | Compiling fs-err v2.11.0 |
2076 | 2023-12-01T19:38:44.762Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2077 | 2023-12-01T19:38:44.830Z | Compiling cookie v0.18.0 |
2078 | 2023-12-01T19:38:45.201Z | Compiling indoc v1.0.9 |
2079 | 2023-12-01T19:38:45.632Z | Checking derive_builder v0.12.0 |
2080 | 2023-12-01T19:38:46.888Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2081 | 2023-12-01T19:38:48.497Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2082 | 2023-12-01T19:38:48.662Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2083 | 2023-12-01T19:38:50.257Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2084 | 2023-12-01T19:38:50.425Z | Checking bb8 v0.8.1 |
2085 | 2023-12-01T19:38:50.570Z | Checking quick-xml v0.23.1 |
2086 | 2023-12-01T19:38:50.687Z | Compiling impl-trait-for-tuples v0.2.2 |
2087 | 2023-12-01T19:38:51.046Z | Compiling oso-derive v0.27.0 |
2088 | 2023-12-01T19:38:51.219Z | Checking unicode-linebreak v0.1.5 |
2089 | 2023-12-01T19:38:51.907Z | Checking smawk v0.3.1 |
2090 | 2023-12-01T19:38:52.195Z | Checking textwrap v0.16.0 |
2091 | 2023-12-01T19:38:52.508Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2092 | 2023-12-01T19:38:53.082Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2093 | 2023-12-01T19:38:53.282Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2094 | 2023-12-01T19:38:53.299Z | Checking bytesize v1.3.0 |
2095 | 2023-12-01T19:38:53.658Z | Checking is_ci v1.1.1 |
2096 | 2023-12-01T19:38:53.831Z | Checking supports-color v2.1.0 |
2097 | 2023-12-01T19:38:53.892Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2098 | 2023-12-01T19:38:54.114Z | Checking cassowary v0.3.0 |
2099 | 2023-12-01T19:38:54.328Z | Compiling indoc v2.0.3 |
2100 | 2023-12-01T19:38:54.470Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2101 | 2023-12-01T19:38:54.743Z | Checking rtoolbox v0.0.1 |
2102 | 2023-12-01T19:38:55.022Z | Checking rpassword v7.3.1 |
2103 | 2023-12-01T19:38:55.225Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2104 | 2023-12-01T19:38:55.780Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2105 | 2023-12-01T19:38:56.118Z | Checking ratatui v0.23.0 |
2106 | 2023-12-01T19:38:57.071Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2107 | 2023-12-01T19:38:57.494Z | Checking shell-words v1.1.0 |
2108 | 2023-12-01T19:38:57.763Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2109 | 2023-12-01T19:38:58.138Z | Checking fatfs v0.3.6 |
2110 | 2023-12-01T19:38:59.814Z | Checking yansi v0.5.1 |
2111 | 2023-12-01T19:38:59.946Z | Checking tui-tree-widget v0.13.0 |
2112 | 2023-12-01T19:39:00.223Z | Checking plotters-backend v0.3.5 |
2113 | 2023-12-01T19:39:00.249Z | Checking pretty_assertions v1.4.0 |
2114 | 2023-12-01T19:39:00.332Z | Checking rand v0.4.6 |
2115 | 2023-12-01T19:39:00.528Z | Compiling vte_generate_state_changes v0.1.1 |
2116 | 2023-12-01T19:39:00.797Z | Checking plotters-svg v0.3.5 |
2117 | 2023-12-01T19:39:01.122Z | Checking remove_dir_all v0.5.3 |
2118 | 2023-12-01T19:39:01.257Z | Checking cast v0.3.0 |
2119 | 2023-12-01T19:39:01.596Z | Checking vte v0.11.1 |
2120 | 2023-12-01T19:39:01.772Z | Checking criterion-plot v0.5.0 |
2121 | 2023-12-01T19:39:01.947Z | Checking tempdir v0.3.7 |
2122 | 2023-12-01T19:39:02.178Z | Checking plotters v0.3.5 |
2123 | 2023-12-01T19:39:02.542Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2124 | 2023-12-01T19:39:03.881Z | Checking dashmap v5.5.1 |
2125 | 2023-12-01T19:39:04.028Z | Checking tinytemplate v1.2.1 |
2126 | 2023-12-01T19:39:04.573Z | Compiling serial_test_derive v0.10.0 |
2127 | 2023-12-01T19:39:04.576Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2023-12-01T19:39:05.030Z | Checking oorandom v11.1.3 |
2129 | 2023-12-01T19:39:05.228Z | Checking anes v0.1.6 |
2130 | 2023-12-01T19:39:05.808Z | Checking criterion v0.5.1 |
2131 | 2023-12-01T19:39:06.452Z | Checking serial_test v0.10.0 |
2132 | 2023-12-01T19:39:06.795Z | Checking strip-ansi-escapes v0.2.0 |
2133 | 2023-12-01T19:39:06.996Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2134 | 2023-12-01T19:39:08.692Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2135 | 2023-12-01T19:39:10.163Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2136 | 2023-12-01T19:39:10.604Z | Checking assert_cmd v2.0.12 |
2137 | 2023-12-01T19:39:11.281Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2138 | 2023-12-01T19:39:13.557Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2139 | 2023-12-01T19:39:13.656Z | Checking fd-lock v3.0.13 |
2140 | 2023-12-01T19:39:13.916Z | Checking nu-ansi-term v0.49.0 |
2141 | 2023-12-01T19:39:14.575Z | Checking reedline v0.26.0 |
2142 | 2023-12-01T19:39:17.726Z | Checking threadpool v1.8.1 |
2143 | 2023-12-01T19:39:18.005Z | Checking nanorand v0.7.0 |
2144 | 2023-12-01T19:39:18.560Z | Checking topological-sort v0.2.2 |
2145 | 2023-12-01T19:39:18.747Z | Checking flume v0.11.0 |
2146 | 2023-12-01T19:39:18.846Z | Checking libtest-mimic v0.6.1 |
2147 | 2023-12-01T19:39:19.521Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2148 | 2023-12-01T19:39:19.547Z | Checking httptest v0.15.5 |
2149 | 2023-12-01T19:39:20.718Z | Checking similar-asserts v1.5.0 |
2150 | 2023-12-01T19:39:21.063Z | Compiling rstest_macros v0.18.2 |
2151 | 2023-12-01T19:39:21.827Z | Checking bytecount v0.6.3 |
2152 | 2023-12-01T19:39:22.033Z | Compiling crossbeam-queue v0.3.8 |
2153 | 2023-12-01T19:39:22.825Z | Checking papergrid v0.10.0 |
2154 | 2023-12-01T19:39:23.643Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2155 | 2023-12-01T19:39:24.455Z | Checking datatest-stable v0.2.3 |
2156 | 2023-12-01T19:39:24.764Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2157 | 2023-12-01T19:39:24.939Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2158 | 2023-12-01T19:39:25.368Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2159 | 2023-12-01T19:39:25.463Z | Compiling tabled_derive v0.6.0 |
2160 | 2023-12-01T19:39:26.406Z | Checking arrayref v0.3.7 |
2161 | 2023-12-01T19:39:26.554Z | Compiling trybuild v1.0.85 |
2162 | 2023-12-01T19:39:27.081Z | Checking arrayvec v0.7.4 |
2163 | 2023-12-01T19:39:27.181Z | Compiling relative-path v1.9.0 |
2164 | 2023-12-01T19:39:27.662Z | Checking constant_time_eq v0.2.6 |
2165 | 2023-12-01T19:39:27.826Z | Checking blake2b_simd v1.0.1 |
2166 | 2023-12-01T19:39:29.725Z | Checking tabled v0.14.0 |
2167 | 2023-12-01T19:39:30.104Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2168 | 2023-12-01T19:39:34.163Z | Checking basic-toml v0.1.4 |
2169 | 2023-12-01T19:39:35.734Z | Checking constant_time_eq v0.3.0 |
2170 | 2023-12-01T19:39:35.877Z | Checking futures-timer v3.0.2 |
2171 | 2023-12-01T19:39:36.306Z | Checking rust-argon2 v1.0.1 |
2172 | 2023-12-01T19:39:39.402Z | Checking crossbeam v0.8.2 |
2173 | 2023-12-01T19:39:39.543Z | Checking partial-io v0.5.4 |
2174 | 2023-12-01T19:39:40.084Z | Checking approx v0.5.1 |
2175 | 2023-12-01T19:39:40.417Z | Checking termios v0.3.3 |
2176 | 2023-12-01T19:39:40.734Z | Checking hex-literal v0.4.1 |
2177 | 2023-12-01T19:39:44.094Z | Checking rstest v0.18.2 |
2178 | 2023-12-01T19:39:53.290Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2179 | 2023-12-01T19:39:53.796Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2180 | 2023-12-01T19:40:51.109Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2181 | 2023-12-01T19:40:54.238Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2182 | 2023-12-01T19:40:55.532Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2183 | 2023-12-01T19:41:08.181Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2184 | 2023-12-01T19:41:33.605Z | Compiling polar-core v0.27.0 |
2185 | 2023-12-01T19:41:44.350Z | Checking oso v0.27.0 |
2186 | 2023-12-01T19:42:20.199Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2187 | 2023-12-01T19:43:42.936Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 55s |
2188 | 2023-12-01T19:43:43.150Z | |
2189 | 2023-12-01T19:43:43.150Z | real 10:55.644054291 |
2190 | 2023-12-01T19:43:43.150Z | user 59:19.645150271 |
2191 | 2023-12-01T19:43:43.150Z | sys 7:41.610498349 |
2192 | 2023-12-01T19:43:43.153Z | trap 2.190509278 |
2193 | 2023-12-01T19:43:43.153Z | tflt 3.304143921 |
2194 | 2023-12-01T19:43:43.153Z | dflt 5.317915531 |
2195 | 2023-12-01T19:43:43.153Z | kflt 0.019480475 |
2196 | 2023-12-01T19:43:43.155Z | lock 1:34:45.832140380 |
2197 | 2023-12-01T19:43:43.155Z | slp 2:56:24.586991472 |
2198 | 2023-12-01T19:43:43.155Z | lat 2:09.762746528 |
2199 | 2023-12-01T19:43:43.156Z | stop 4:31.453423321 |
2200 | 2023-12-01T19:43:44.307Z | warning: output filename collision. |
2201 | 2023-12-01T19:43:44.307Z | 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)`. |
2202 | 2023-12-01T19:43:44.307Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2203 | 2023-12-01T19:43:44.307Z | The targets should have unique names. |
2204 | 2023-12-01T19:43:44.307Z | This is a known bug where multiple crates with the same name use |
2205 | 2023-12-01T19:43:44.307Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2206 | 2023-12-01T19:43:44.310Z | warning: output filename collision. |
2207 | 2023-12-01T19:43:44.310Z | 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)`. |
2208 | 2023-12-01T19:43:44.310Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2209 | 2023-12-01T19:43:44.310Z | The targets should have unique names. |
2210 | 2023-12-01T19:43:44.310Z | This is a known bug where multiple crates with the same name use |
2211 | 2023-12-01T19:43:44.310Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2212 | 2023-12-01T19:43:44.313Z | warning: output filename collision. |
2213 | 2023-12-01T19:43:44.313Z | 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)`. |
2214 | 2023-12-01T19:43:44.313Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2215 | 2023-12-01T19:43:44.313Z | The targets should have unique names. |
2216 | 2023-12-01T19:43:44.313Z | This is a known bug where multiple crates with the same name use |
2217 | 2023-12-01T19:43:44.313Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2218 | 2023-12-01T19:43:44.889Z | Documenting libc v0.2.150 |
2219 | 2023-12-01T19:43:44.907Z | Documenting cfg-if v1.0.0 |
2220 | 2023-12-01T19:43:44.918Z | Documenting serde_derive v1.0.192 |
2221 | 2023-12-01T19:43:44.945Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2222 | 2023-12-01T19:43:44.948Z | Documenting scopeguard v1.2.0 |
2223 | 2023-12-01T19:43:44.948Z | Documenting log v0.4.20 |
2224 | 2023-12-01T19:43:44.988Z | Documenting smallvec v1.11.0 |
2225 | 2023-12-01T19:43:44.988Z | Documenting itoa v1.0.9 |
2226 | 2023-12-01T19:43:45.373Z | Documenting memchr v2.6.3 |
2227 | 2023-12-01T19:43:48.819Z | Documenting lock_api v0.4.10 |
2228 | 2023-12-01T19:43:48.912Z | Documenting zeroize_derive v1.4.2 |
2229 | 2023-12-01T19:43:48.924Z | Documenting pin-project-lite v0.2.13 |
2230 | 2023-12-01T19:43:49.399Z | Documenting libm v0.2.7 |
2231 | 2023-12-01T19:43:51.132Z | Documenting futures-core v0.3.29 |
2232 | 2023-12-01T19:43:51.324Z | Documenting getrandom v0.2.10 |
2233 | 2023-12-01T19:43:52.275Z | Documenting parking_lot_core v0.9.8 |
2234 | 2023-12-01T19:43:52.956Z | Documenting signal-hook-registry v1.4.1 |
2235 | 2023-12-01T19:43:53.163Z | Documenting mio v0.8.9 |
2236 | 2023-12-01T19:43:54.312Z | Documenting num-traits v0.2.16 |
2237 | 2023-12-01T19:43:54.519Z | Documenting serde v1.0.192 |
2238 | 2023-12-01T19:43:56.377Z | Documenting zeroize v1.7.0 |
2239 | 2023-12-01T19:43:56.581Z | Documenting thiserror-impl v1.0.49 |
2240 | 2023-12-01T19:43:56.927Z | Documenting rand_core v0.6.4 |
2241 | 2023-12-01T19:43:58.040Z | Documenting parking_lot v0.12.1 |
2242 | 2023-12-01T19:43:58.968Z | Documenting socket2 v0.5.5 |
2243 | 2023-12-01T19:43:59.350Z | Documenting num_cpus v1.16.0 |
2244 | 2023-12-01T19:44:01.388Z | Documenting tokio-macros v2.2.0 |
2245 | 2023-12-01T19:44:02.051Z | Documenting typenum v1.16.0 |
2246 | 2023-12-01T19:44:02.377Z | Documenting once_cell v1.18.0 |
2247 | 2023-12-01T19:44:03.606Z | Documenting thiserror v1.0.49 |
2248 | 2023-12-01T19:44:03.679Z | Documenting subtle v2.5.0 |
2249 | 2023-12-01T19:44:04.895Z | Documenting ryu v1.0.15 |
2250 | 2023-12-01T19:44:05.303Z | Documenting byteorder v1.5.0 |
2251 | 2023-12-01T19:44:07.798Z | Documenting futures-sink v0.3.29 |
2252 | 2023-12-01T19:44:08.140Z | Documenting const-oid v0.9.5 |
2253 | 2023-12-01T19:44:08.773Z | Documenting pin-utils v0.1.0 |
2254 | 2023-12-01T19:44:08.879Z | Documenting futures-task v0.3.29 |
2255 | 2023-12-01T19:44:09.356Z | Documenting slab v0.4.9 |
2256 | 2023-12-01T19:44:11.490Z | Documenting futures-macro v0.3.29 |
2257 | 2023-12-01T19:44:13.133Z | Documenting futures-channel v0.3.29 |
2258 | 2023-12-01T19:44:14.456Z | Documenting futures-io v0.3.29 |
2259 | 2023-12-01T19:44:15.593Z | Documenting iana-time-zone v0.1.57 |
2260 | 2023-12-01T19:44:16.755Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2261 | 2023-12-01T19:44:17.464Z | Documenting tinyvec_macros v0.1.1 |
2262 | 2023-12-01T19:44:18.034Z | Documenting ppv-lite86 v0.2.17 |
2263 | 2023-12-01T19:44:18.780Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2264 | 2023-12-01T19:44:19.027Z | Documenting tracing-core v0.1.31 |
2265 | 2023-12-01T19:44:20.312Z | Documenting futures-util v0.3.29 |
2266 | 2023-12-01T19:44:21.604Z | Documenting tracing-attributes v0.1.26 |
2267 | 2023-12-01T19:44:21.948Z | Documenting tinyvec v1.6.0 |
2268 | 2023-12-01T19:44:23.107Z | Documenting rand_chacha v0.3.1 |
2269 | 2023-12-01T19:44:27.849Z | Documenting unicode-normalization v0.1.22 |
2270 | 2023-12-01T19:44:30.074Z | Documenting rand v0.8.5 |
2271 | 2023-12-01T19:44:30.141Z | Documenting bytes v1.5.0 |
2272 | 2023-12-01T19:44:31.330Z | Documenting bitflags v2.4.0 |
2273 | 2023-12-01T19:44:32.854Z | Documenting serde_json v1.0.108 |
2274 | 2023-12-01T19:44:34.325Z | Documenting chrono v0.4.31 |
2275 | 2023-12-01T19:44:35.646Z | Documenting uuid v1.6.1 |
2276 | 2023-12-01T19:44:37.935Z | Documenting fnv v1.0.7 |
2277 | 2023-12-01T19:44:38.138Z | Documenting tokio v1.34.0 |
2278 | 2023-12-01T19:44:38.536Z | Documenting base64 v0.21.5 |
2279 | 2023-12-01T19:44:41.128Z | Documenting lazy_static v1.4.0 |
2280 | 2023-12-01T19:44:42.588Z | Documenting unicode-bidi v0.3.13 |
2281 | 2023-12-01T19:44:43.687Z | Documenting percent-encoding v2.3.1 |
2282 | 2023-12-01T19:44:43.834Z | Documenting http v0.2.11 |
2283 | 2023-12-01T19:44:44.722Z | Documenting spin v0.9.8 |
2284 | 2023-12-01T19:44:45.426Z | Documenting cpufeatures v0.2.9 |
2285 | 2023-12-01T19:44:47.451Z | Documenting generic-array v0.14.7 |
2286 | 2023-12-01T19:44:48.750Z | Documenting serde_derive_internals v0.26.0 |
2287 | 2023-12-01T19:44:49.210Z | Checking serde_derive_internals v0.26.0 |
2288 | 2023-12-01T19:44:49.287Z | Documenting tracing v0.1.37 |
2289 | 2023-12-01T19:44:49.565Z | Documenting dyn-clone v1.0.13 |
2290 | 2023-12-01T19:44:49.702Z | Documenting form_urlencoded v1.2.1 |
2291 | 2023-12-01T19:44:50.144Z | Documenting idna v0.5.0 |
2292 | 2023-12-01T19:44:52.452Z | Documenting errno v0.3.2 |
2293 | 2023-12-01T19:44:53.892Z | Documenting httparse v1.8.0 |
2294 | 2023-12-01T19:44:54.397Z | Documenting crypto-common v0.1.6 |
2295 | 2023-12-01T19:44:55.733Z | Documenting block-buffer v0.10.4 |
2296 | 2023-12-01T19:44:56.220Z | Documenting url v2.5.0 |
2297 | 2023-12-01T19:44:56.302Z | Documenting unicode-ident v1.0.12 |
2298 | 2023-12-01T19:44:56.481Z | Documenting schemars_derive v0.8.13 |
2299 | 2023-12-01T19:44:58.718Z | Documenting rustix v0.38.25 |
2300 | 2023-12-01T19:45:00.083Z | Documenting adler v1.0.2 |
2301 | 2023-12-01T19:45:00.342Z | Documenting proc-macro2 v1.0.69 |
2302 | 2023-12-01T19:45:01.420Z | Documenting untrusted v0.9.0 |
2303 | 2023-12-01T19:45:01.680Z | Documenting digest v0.10.7 |
2304 | 2023-12-01T19:45:02.497Z | Documenting try-lock v0.2.4 |
2305 | 2023-12-01T19:45:04.084Z | Documenting miniz_oxide v0.7.1 |
2306 | 2023-12-01T19:45:05.348Z | Documenting schemars v0.8.13 |
2307 | 2023-12-01T19:45:05.508Z | Documenting openssl-probe v0.1.5 |
2308 | 2023-12-01T19:45:06.310Z | Documenting quote v1.0.33 |
2309 | 2023-12-01T19:45:06.630Z | Documenting httpdate v1.0.3 |
2310 | 2023-12-01T19:45:08.732Z | Documenting want v0.3.1 |
2311 | 2023-12-01T19:45:09.359Z | Documenting ring v0.17.5 |
2312 | 2023-12-01T19:45:11.631Z | Documenting http-body v0.4.5 |
2313 | 2023-12-01T19:45:11.643Z | Documenting openssl-sys v0.9.96 |
2314 | 2023-12-01T19:45:12.414Z | Documenting async-trait v0.1.74 |
2315 | 2023-12-01T19:45:12.525Z | Documenting openssl-macros v0.1.1 |
2316 | 2023-12-01T19:45:14.293Z | Documenting tower-service v0.3.2 |
2317 | 2023-12-01T19:45:15.065Z | Documenting mime v0.3.17 |
2318 | 2023-12-01T19:45:17.501Z | Documenting rustls-webpki v0.101.7 |
2319 | 2023-12-01T19:45:17.914Z | Documenting aho-corasick v1.0.4 |
2320 | 2023-12-01T19:45:18.998Z | Documenting tokio-util v0.7.10 |
2321 | 2023-12-01T19:45:19.006Z | Documenting sct v0.7.0 |
2322 | 2023-12-01T19:45:19.443Z | Documenting slog v2.7.0 |
2323 | 2023-12-01T19:45:19.784Z | Documenting hashbrown v0.14.2 |
2324 | 2023-12-01T19:45:20.696Z | Documenting openssl v0.10.60 |
2325 | 2023-12-01T19:45:21.564Z | Documenting ipnet v2.8.0 |
2326 | 2023-12-01T19:45:24.315Z | Documenting equivalent v1.0.1 |
2327 | 2023-12-01T19:45:24.616Z | Documenting unicode-width v0.1.11 |
2328 | 2023-12-01T19:45:25.369Z | Documenting regex-syntax v0.8.2 |
2329 | 2023-12-01T19:45:25.984Z | Documenting rustls v0.21.9 |
2330 | 2023-12-01T19:45:26.567Z | Documenting rustls-pemfile v1.0.3 |
2331 | 2023-12-01T19:45:27.569Z | Documenting num-integer v0.1.45 |
2332 | 2023-12-01T19:45:28.393Z | Documenting indexmap v2.1.0 |
2333 | 2023-12-01T19:45:28.691Z | Documenting time-macros v0.2.13 |
2334 | 2023-12-01T19:45:29.031Z | Documenting h2 v0.3.21 |
2335 | 2023-12-01T19:45:32.040Z | Documenting utf8parse v0.2.1 |
2336 | 2023-12-01T19:45:33.325Z | Documenting deranged v0.3.8 |
2337 | 2023-12-01T19:45:33.633Z | Documenting time-core v0.1.1 |
2338 | 2023-12-01T19:45:35.320Z | Documenting num_threads v0.1.6 |
2339 | 2023-12-01T19:45:35.561Z | Documenting regex-automata v0.4.3 |
2340 | 2023-12-01T19:45:36.024Z | Documenting gimli v0.28.0 |
2341 | 2023-12-01T19:45:36.233Z | Documenting native-tls v0.2.11 |
2342 | 2023-12-01T19:45:37.873Z | Documenting zerocopy v0.6.4 |
2343 | 2023-12-01T19:45:38.657Z | Documenting tokio-rustls v0.24.1 |
2344 | 2023-12-01T19:45:39.793Z | Documenting object v0.32.1 |
2345 | 2023-12-01T19:45:40.676Z | Documenting time v0.3.27 |
2346 | 2023-12-01T19:45:44.156Z | Documenting hyper v0.14.27 |
2347 | 2023-12-01T19:45:44.415Z | Documenting encoding_rs v0.8.33 |
2348 | 2023-12-01T19:45:44.535Z | Documenting crossbeam-utils v0.8.16 |
2349 | 2023-12-01T19:45:45.629Z | Documenting addr2line v0.21.0 |
2350 | 2023-12-01T19:45:47.897Z | Checking pest_meta v2.7.2 |
2351 | 2023-12-01T19:45:48.646Z | Documenting rustc-demangle v0.1.23 |
2352 | 2023-12-01T19:45:48.767Z | Documenting regex v1.10.2 |
2353 | 2023-12-01T19:45:49.509Z | Documenting tokio-native-tls v0.3.1 |
2354 | 2023-12-01T19:45:50.670Z | Documenting rustls-native-certs v0.6.3 |
2355 | 2023-12-01T19:45:51.241Z | Documenting serde_urlencoded v0.7.1 |
2356 | 2023-12-01T19:45:51.736Z | Documenting pest_meta v2.7.2 |
2357 | 2023-12-01T19:45:52.824Z | Checking pest_generator v2.7.2 |
2358 | 2023-12-01T19:45:54.018Z | Documenting anstyle v1.0.2 |
2359 | 2023-12-01T19:45:56.304Z | Documenting ucd-trie v0.1.6 |
2360 | 2023-12-01T19:45:57.349Z | Documenting data-encoding v2.4.0 |
2361 | 2023-12-01T19:45:57.527Z | Documenting webpki-roots v0.25.2 |
2362 | 2023-12-01T19:45:57.647Z | Documenting anstyle-parse v0.2.1 |
2363 | 2023-12-01T19:45:57.788Z | Documenting pest_generator v2.7.2 |
2364 | 2023-12-01T19:45:59.295Z | Documenting backtrace v0.3.69 |
2365 | 2023-12-01T19:45:59.987Z | Documenting ipnetwork v0.20.0 |
2366 | 2023-12-01T19:46:01.077Z | Documenting hyper-tls v0.5.0 |
2367 | 2023-12-01T19:46:02.390Z | Documenting hyper-rustls v0.24.2 |
2368 | 2023-12-01T19:46:02.542Z | Documenting pest v2.7.2 |
2369 | 2023-12-01T19:46:03.093Z | Documenting syn v2.0.32 |
2370 | 2023-12-01T19:46:03.550Z | Documenting sha2 v0.10.8 |
2371 | 2023-12-01T19:46:05.679Z | Documenting pest_derive v2.7.2 |
2372 | 2023-12-01T19:46:07.755Z | Documenting anyhow v1.0.75 |
2373 | 2023-12-01T19:46:08.315Z | Documenting futures-executor v0.3.29 |
2374 | 2023-12-01T19:46:10.515Z | Documenting hex v0.4.3 |
2375 | 2023-12-01T19:46:10.831Z | Documenting crc32fast v1.3.2 |
2376 | 2023-12-01T19:46:11.403Z | Checking serde_tokenstream v0.1.7 |
2377 | 2023-12-01T19:46:11.948Z | Documenting anstyle-query v1.0.0 |
2378 | 2023-12-01T19:46:12.635Z | Documenting reqwest v0.11.22 |
2379 | 2023-12-01T19:46:12.904Z | Documenting colorchoice v1.0.0 |
2380 | 2023-12-01T19:46:15.258Z | Documenting dtrace-parser v0.1.14 |
2381 | 2023-12-01T19:46:15.534Z | Documenting openapiv3 v2.0.0-rc.1 |
2382 | 2023-12-01T19:46:16.240Z | Documenting num-iter v0.1.43 |
2383 | 2023-12-01T19:46:16.445Z | Documenting hmac v0.12.1 |
2384 | 2023-12-01T19:46:16.968Z | Documenting dof v0.1.5 |
2385 | 2023-12-01T19:46:17.290Z | Documenting anstream v0.5.0 |
2386 | 2023-12-01T19:46:20.886Z | Documenting signal-hook v0.3.17 |
2387 | 2023-12-01T19:46:22.471Z | Documenting thread-id v4.2.0 |
2388 | 2023-12-01T19:46:22.942Z | Documenting terminal_size v0.2.6 |
2389 | 2023-12-01T19:46:23.624Z | Documenting memoffset v0.9.0 |
2390 | 2023-12-01T19:46:23.637Z | Documenting strsim v0.10.0 |
2391 | 2023-12-01T19:46:25.568Z | Documenting clap_lex v0.5.1 |
2392 | 2023-12-01T19:46:25.650Z | Documenting flate2 v1.0.28 |
2393 | 2023-12-01T19:46:26.810Z | Documenting futures v0.3.29 |
2394 | 2023-12-01T19:46:27.688Z | Documenting crossbeam-epoch v0.9.15 |
2395 | 2023-12-01T19:46:28.138Z | Documenting usdt-impl v0.3.5 |
2396 | 2023-12-01T19:46:29.078Z | Documenting usdt-attr-macro v0.3.5 |
2397 | 2023-12-01T19:46:29.714Z | Documenting usdt-macro v0.3.5 |
2398 | 2023-12-01T19:46:31.575Z | Documenting clap_derive v4.4.2 |
2399 | 2023-12-01T19:46:31.959Z | Documenting clap_builder v4.4.2 |
2400 | 2023-12-01T19:46:33.072Z | Documenting signal-hook-mio v0.2.3 |
2401 | 2023-12-01T19:46:33.634Z | Documenting signature v2.1.0 |
2402 | 2023-12-01T19:46:37.591Z | Documenting block-padding v0.3.3 |
2403 | 2023-12-01T19:46:37.953Z | Documenting hash32 v0.2.1 |
2404 | 2023-12-01T19:46:38.434Z | Documenting usdt v0.3.5 |
2405 | 2023-12-01T19:46:38.962Z | Documenting scheduled-thread-pool v0.2.7 |
2406 | 2023-12-01T19:46:39.227Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2407 | 2023-12-01T19:46:39.414Z | Documenting enum-as-inner v0.5.1 |
2408 | 2023-12-01T19:46:40.804Z | Checking diesel_table_macro_syntax v0.1.0 |
2409 | 2023-12-01T19:46:41.088Z | Documenting diesel_table_macro_syntax v0.1.0 |
2410 | 2023-12-01T19:46:41.585Z | Documenting clap v4.4.3 |
2411 | 2023-12-01T19:46:43.727Z | Documenting pin-project-internal v1.1.3 |
2412 | 2023-12-01T19:46:43.968Z | Documenting stable_deref_trait v1.2.0 |
2413 | 2023-12-01T19:46:44.795Z | Documenting unicode-segmentation v1.10.1 |
2414 | 2023-12-01T19:46:44.932Z | Documenting bzip2 v0.4.4 |
2415 | 2023-12-01T19:46:46.618Z | Documenting trust-dns-proto v0.22.0 |
2416 | 2023-12-01T19:46:47.256Z | Documenting r2d2 v0.8.10 |
2417 | 2023-12-01T19:46:47.676Z | Documenting diesel_derives v2.1.2 |
2418 | 2023-12-01T19:46:48.009Z | Documenting heapless v0.7.16 |
2419 | 2023-12-01T19:46:49.837Z | Documenting inout v0.1.3 |
2420 | 2023-12-01T19:46:49.875Z | Documenting crossterm v0.27.0 |
2421 | 2023-12-01T19:46:50.672Z | Documenting md-5 v0.10.5 |
2422 | 2023-12-01T19:46:51.083Z | Documenting pin-project v1.1.3 |
2423 | 2023-12-01T19:46:53.327Z | Documenting stringprep v0.1.3 |
2424 | 2023-12-01T19:46:55.112Z | Documenting serde_spanned v0.6.4 |
2425 | 2023-12-01T19:46:55.394Z | Documenting toml_datetime v0.6.5 |
2426 | 2023-12-01T19:46:55.874Z | Documenting doc-comment v0.3.3 |
2427 | 2023-12-01T19:46:57.928Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2428 | 2023-12-01T19:46:58.096Z | Documenting snafu-derive v0.7.5 |
2429 | 2023-12-01T19:46:58.235Z | Documenting siphasher v0.3.11 |
2430 | 2023-12-01T19:46:58.900Z | Documenting managed v0.8.0 |
2431 | 2023-12-01T19:46:59.862Z | Documenting winnow v0.5.15 |
2432 | 2023-12-01T19:47:00.603Z | Documenting bit-vec v0.6.3 |
2433 | 2023-12-01T19:47:00.919Z | Documenting either v1.9.0 |
2434 | 2023-12-01T19:47:01.310Z | Documenting static_assertions v1.1.0 |
2435 | 2023-12-01T19:47:02.468Z | Documenting fallible-iterator v0.2.0 |
2436 | 2023-12-01T19:47:03.513Z | Documenting diesel v2.1.4 |
2437 | 2023-12-01T19:47:03.754Z | Documenting smoltcp v0.9.1 |
2438 | 2023-12-01T19:47:05.781Z | Documenting phf_shared v0.11.2 |
2439 | 2023-12-01T19:47:06.618Z | Documenting cipher v0.4.4 |
2440 | 2023-12-01T19:47:06.901Z | Documenting zip v0.6.6 |
2441 | 2023-12-01T19:47:07.624Z | Documenting toml_edit v0.21.0 |
2442 | 2023-12-01T19:47:09.533Z | Documenting snafu v0.7.5 |
2443 | 2023-12-01T19:47:09.908Z | Documenting postgres-protocol v0.6.6 |
2444 | 2023-12-01T19:47:10.967Z | Documenting num-bigint v0.4.4 |
2445 | 2023-12-01T19:47:11.410Z | Documenting hubpack v0.1.2 |
2446 | 2023-12-01T19:47:13.857Z | Documenting bstr v1.6.0 |
2447 | 2023-12-01T19:47:15.863Z | Documenting regress v0.7.1 |
2448 | 2023-12-01T19:47:16.354Z | Documenting serde_repr v0.1.16 |
2449 | 2023-12-01T19:47:16.741Z | Documenting new_debug_unreachable v1.0.4 |
2450 | 2023-12-01T19:47:18.108Z | Documenting precomputed-hash v0.1.1 |
2451 | 2023-12-01T19:47:19.459Z | Documenting fixedbitset v0.4.2 |
2452 | 2023-12-01T19:47:20.893Z | Documenting lalrpop-util v0.19.12 |
2453 | 2023-12-01T19:47:21.112Z | Documenting yasna v0.5.2 |
2454 | 2023-12-01T19:47:21.665Z | Documenting postgres-types v0.2.6 |
2455 | 2023-12-01T19:47:22.745Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2456 | 2023-12-01T19:47:23.598Z | Documenting string_cache v0.8.7 |
2457 | 2023-12-01T19:47:24.247Z | Documenting petgraph v0.6.4 |
2458 | 2023-12-01T19:47:26.354Z | Documenting phf v0.11.2 |
2459 | 2023-12-01T19:47:27.298Z | Documenting console v0.15.7 |
2460 | 2023-12-01T19:47:30.236Z | Documenting semver v1.0.20 |
2461 | 2023-12-01T19:47:30.722Z | Documenting float-cmp v0.9.0 |
2462 | 2023-12-01T19:47:31.968Z | Documenting difflib v0.4.0 |
2463 | 2023-12-01T19:47:32.027Z | Documenting heck v0.4.1 |
2464 | 2023-12-01T19:47:33.174Z | Documenting whoami v1.4.1 |
2465 | 2023-12-01T19:47:33.502Z | Documenting predicates-core v1.0.6 |
2466 | 2023-12-01T19:47:34.731Z | Documenting normalize-line-endings v0.3.0 |
2467 | 2023-12-01T19:47:36.165Z | Checking unsafe-libyaml v0.2.9 |
2468 | 2023-12-01T19:47:36.554Z | Documenting bit-set v0.5.3 |
2469 | 2023-12-01T19:47:37.640Z | Documenting similar v2.2.1 |
2470 | 2023-12-01T19:47:37.838Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2471 | 2023-12-01T19:47:37.995Z | Documenting tokio-stream v0.1.14 |
2472 | 2023-12-01T19:47:38.450Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2473 | 2023-12-01T19:47:38.784Z | Documenting tokio-postgres v0.7.10 |
2474 | 2023-12-01T19:47:39.071Z | Checking ident_case v1.0.1 |
2475 | 2023-12-01T19:47:39.282Z | Documenting unsafe-libyaml v0.2.9 |
2476 | 2023-12-01T19:47:40.204Z | Documenting predicates v3.0.4 |
2477 | 2023-12-01T19:47:42.663Z | Checking serde_yaml v0.9.25 |
2478 | 2023-12-01T19:47:44.661Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2479 | 2023-12-01T19:47:44.861Z | Documenting serde_yaml v0.9.25 |
2480 | 2023-12-01T19:47:45.526Z | Documenting getopts v0.2.21 |
2481 | 2023-12-01T19:47:45.747Z | Documenting match_cfg v0.1.0 |
2482 | 2023-12-01T19:47:48.037Z | Documenting sha1 v0.10.6 |
2483 | 2023-12-01T19:47:49.005Z | Documenting dirs-sys-next v0.1.2 |
2484 | 2023-12-01T19:47:49.739Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2485 | 2023-12-01T19:47:49.779Z | Documenting hostname v0.3.1 |
2486 | 2023-12-01T19:47:51.649Z | Documenting thread_local v1.1.7 |
2487 | 2023-12-01T19:47:53.294Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2488 | 2023-12-01T19:47:53.338Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2489 | 2023-12-01T19:47:54.627Z | Documenting dirs-next v2.0.0 |
2490 | 2023-12-01T19:47:55.393Z | Documenting paste v1.0.14 |
2491 | 2023-12-01T19:47:55.502Z | Documenting crossbeam-channel v0.5.8 |
2492 | 2023-12-01T19:47:56.570Z | Documenting atty v0.2.14 |
2493 | 2023-12-01T19:47:57.804Z | Documenting take_mut v0.2.2 |
2494 | 2023-12-01T19:47:58.705Z | Documenting slog-json v2.6.1 |
2495 | 2023-12-01T19:48:00.154Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2496 | 2023-12-01T19:48:00.230Z | Documenting term v0.7.0 |
2497 | 2023-12-01T19:48:01.234Z | Documenting camino v1.1.6 |
2498 | 2023-12-01T19:48:01.677Z | Documenting async-stream-impl v0.3.5 |
2499 | 2023-12-01T19:48:01.715Z | Documenting atomic-waker v1.1.1 |
2500 | 2023-12-01T19:48:03.178Z | Documenting slog-async v2.8.0 |
2501 | 2023-12-01T19:48:04.709Z | Documenting debug-ignore v1.0.5 |
2502 | 2023-12-01T19:48:05.442Z | Documenting slog-bunyan v2.4.0 |
2503 | 2023-12-01T19:48:05.809Z | Documenting waitgroup v0.1.2 |
2504 | 2023-12-01T19:48:06.129Z | Documenting slog-term v2.9.0 |
2505 | 2023-12-01T19:48:08.141Z | Checking darling_core v0.20.3 |
2506 | 2023-12-01T19:48:08.211Z | Documenting async-stream v0.3.5 |
2507 | 2023-12-01T19:48:08.779Z | Documenting toml v0.8.8 |
2508 | 2023-12-01T19:48:09.464Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2509 | 2023-12-01T19:48:11.041Z | Documenting multer v2.1.0 |
2510 | 2023-12-01T19:48:11.162Z | Documenting serde_path_to_error v0.1.14 |
2511 | 2023-12-01T19:48:11.779Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2512 | 2023-12-01T19:48:12.123Z | Documenting strum v0.25.0 |
2513 | 2023-12-01T19:48:13.542Z | Checking darling v0.20.3 |
2514 | 2023-12-01T19:48:13.686Z | Documenting serde_with_macros v2.3.3 |
2515 | 2023-12-01T19:48:13.700Z | Documenting structmeta-derive v0.2.0 |
2516 | 2023-12-01T19:48:17.070Z | Checking structmeta v0.2.0 |
2517 | 2023-12-01T19:48:17.288Z | Documenting instant v0.1.12 |
2518 | 2023-12-01T19:48:17.403Z | Checking regex-syntax v0.7.5 |
2519 | 2023-12-01T19:48:17.429Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2520 | 2023-12-01T19:48:17.596Z | Documenting macaddr v1.0.1 |
2521 | 2023-12-01T19:48:18.045Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2522 | 2023-12-01T19:48:21.108Z | Documenting structmeta v0.2.0 |
2523 | 2023-12-01T19:48:21.752Z | Documenting serde_with v2.3.3 |
2524 | 2023-12-01T19:48:22.519Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2525 | 2023-12-01T19:48:22.685Z | Documenting backoff v0.4.0 |
2526 | 2023-12-01T19:48:23.722Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2527 | 2023-12-01T19:48:23.900Z | Documenting fastrand v2.0.0 |
2528 | 2023-12-01T19:48:27.671Z | Documenting parse-display-derive v0.8.2 |
2529 | 2023-12-01T19:48:27.922Z | Documenting is-terminal v0.4.9 |
2530 | 2023-12-01T19:48:27.995Z | Documenting base64ct v1.6.0 |
2531 | 2023-12-01T19:48:28.760Z | Checking proc-macro-crate v1.3.1 |
2532 | 2023-12-01T19:48:29.093Z | Documenting proc-macro-crate v1.3.1 |
2533 | 2023-12-01T19:48:29.976Z | Documenting tempfile v3.8.1 |
2534 | 2023-12-01T19:48:30.928Z | Documenting proc-macro-error-attr v1.0.4 |
2535 | 2023-12-01T19:48:33.081Z | Checking proc-macro-error v1.0.4 |
2536 | 2023-12-01T19:48:33.482Z | Documenting postcard-cobs v0.1.5-pre |
2537 | 2023-12-01T19:48:34.135Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2538 | 2023-12-01T19:48:34.858Z | Documenting foreign-types-macros v0.2.3 |
2539 | 2023-12-01T19:48:36.278Z | Documenting parse-display v0.8.2 |
2540 | 2023-12-01T19:48:36.498Z | Documenting camino-tempfile v1.1.1 |
2541 | 2023-12-01T19:48:36.634Z | Documenting num_enum_derive v0.5.11 |
2542 | 2023-12-01T19:48:36.813Z | Documenting proc-macro-error v1.0.4 |
2543 | 2023-12-01T19:48:37.806Z | Documenting postcard v0.7.3 |
2544 | 2023-12-01T19:48:40.578Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2545 | 2023-12-01T19:48:41.028Z | Documenting foreign-types-shared v0.3.1 |
2546 | 2023-12-01T19:48:41.481Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2547 | 2023-12-01T19:48:41.879Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2548 | 2023-12-01T19:48:42.288Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2549 | 2023-12-01T19:48:43.184Z | Documenting crucible-workspace-hack v0.1.0 |
2550 | 2023-12-01T19:48:43.993Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2551 | 2023-12-01T19:48:44.314Z | Documenting cstr-argument v0.1.2 |
2552 | 2023-12-01T19:48:44.869Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2553 | 2023-12-01T19:48:45.257Z | Documenting foreign-types v0.5.0 |
2554 | 2023-12-01T19:48:45.854Z | Documenting num_enum v0.5.11 |
2555 | 2023-12-01T19:48:48.064Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2556 | 2023-12-01T19:48:48.482Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2557 | 2023-12-01T19:48:49.532Z | Documenting colored v2.0.4 |
2558 | 2023-12-01T19:48:50.459Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2559 | 2023-12-01T19:48:51.170Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2560 | 2023-12-01T19:48:51.316Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2561 | 2023-12-01T19:48:51.715Z | Documenting zone_cfg_derive v0.3.0 |
2562 | 2023-12-01T19:48:54.167Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2563 | 2023-12-01T19:48:54.347Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2564 | 2023-12-01T19:48:54.771Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2565 | 2023-12-01T19:48:56.478Z | Documenting num-derive v0.4.0 |
2566 | 2023-12-01T19:48:57.486Z | Documenting smf v0.2.2 |
2567 | 2023-12-01T19:48:57.981Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2568 | 2023-12-01T19:48:59.199Z | Documenting zone v0.3.0 |
2569 | 2023-12-01T19:48:59.859Z | Documenting linked-hash-map v0.5.6 |
2570 | 2023-12-01T19:49:00.345Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2571 | 2023-12-01T19:49:00.989Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2572 | 2023-12-01T19:49:03.494Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2573 | 2023-12-01T19:49:03.547Z | Documenting password-hash v0.5.0 |
2574 | 2023-12-01T19:49:03.671Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2575 | 2023-12-01T19:49:06.270Z | Documenting lru-cache v0.1.2 |
2576 | 2023-12-01T19:49:06.425Z | Documenting blake2 v0.10.6 |
2577 | 2023-12-01T19:49:07.375Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2578 | 2023-12-01T19:49:07.573Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2579 | 2023-12-01T19:49:07.990Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2580 | 2023-12-01T19:49:09.143Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2023-12-01T19:49:09.656Z | Checking heck v0.3.3 |
2582 | 2023-12-01T19:49:09.892Z | Documenting structopt-derive v0.4.18 |
2583 | 2023-12-01T19:49:10.615Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2584 | 2023-12-01T19:49:11.432Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2585 | 2023-12-01T19:49:11.928Z | Documenting libefi-sys v0.1.0 |
2586 | 2023-12-01T19:49:13.522Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2587 | 2023-12-01T19:49:13.952Z | Documenting argon2 v0.5.2 |
2588 | 2023-12-01T19:49:14.702Z | Documenting quick-error v1.2.3 |
2589 | 2023-12-01T19:49:17.824Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2590 | 2023-12-01T19:49:18.474Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2591 | 2023-12-01T19:49:18.742Z | Documenting structopt v0.3.26 |
2592 | 2023-12-01T19:49:20.243Z | Documenting resolv-conf v0.7.0 |
2593 | 2023-12-01T19:49:21.373Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2594 | 2023-12-01T19:49:23.479Z | Documenting pem-rfc7468 v0.7.0 |
2595 | 2023-12-01T19:49:24.436Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2596 | 2023-12-01T19:49:24.892Z | Documenting der_derive v0.7.2 |
2597 | 2023-12-01T19:49:25.381Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2598 | 2023-12-01T19:49:26.007Z | Documenting flagset v0.4.3 |
2599 | 2023-12-01T19:49:26.146Z | Documenting trust-dns-resolver v0.22.0 |
2600 | 2023-12-01T19:49:27.974Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2601 | 2023-12-01T19:49:28.809Z | Documenting cancel-safe-futures v0.1.5 |
2602 | 2023-12-01T19:49:29.461Z | Checking convert_case v0.4.0 |
2603 | 2023-12-01T19:49:29.767Z | Documenting convert_case v0.4.0 |
2604 | 2023-12-01T19:49:30.152Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2605 | 2023-12-01T19:49:31.319Z | Documenting arc-swap v1.6.0 |
2606 | 2023-12-01T19:49:32.589Z | Documenting tap v1.0.1 |
2607 | 2023-12-01T19:49:32.871Z | Documenting der v0.7.8 |
2608 | 2023-12-01T19:49:35.209Z | Documenting derive_more v0.99.17 |
2609 | 2023-12-01T19:49:36.700Z | Documenting wyz v0.5.1 |
2610 | 2023-12-01T19:49:37.034Z | Documenting slog-scope v4.4.0 |
2611 | 2023-12-01T19:49:37.891Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2612 | 2023-12-01T19:49:39.810Z | Documenting num-rational v0.4.1 |
2613 | 2023-12-01T19:49:40.095Z | Documenting radium v0.7.0 |
2614 | 2023-12-01T19:49:40.687Z | Documenting spki v0.7.2 |
2615 | 2023-12-01T19:49:41.323Z | Documenting hkdf v0.12.3 |
2616 | 2023-12-01T19:49:43.352Z | Documenting num-complex v0.4.4 |
2617 | 2023-12-01T19:49:43.811Z | Documenting funty v2.0.0 |
2618 | 2023-12-01T19:49:44.595Z | Documenting half v1.8.2 |
2619 | 2023-12-01T19:49:45.753Z | Documenting ciborium-io v0.2.1 |
2620 | 2023-12-01T19:49:46.428Z | Documenting crc-catalog v2.2.0 |
2621 | 2023-12-01T19:49:47.449Z | Documenting pkcs8 v0.10.2 |
2622 | 2023-12-01T19:49:48.421Z | Documenting bitvec v1.0.1 |
2623 | 2023-12-01T19:49:48.493Z | Documenting slog-stdlog v4.1.1 |
2624 | 2023-12-01T19:49:49.024Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2625 | 2023-12-01T19:49:50.524Z | Documenting num v0.4.1 |
2626 | 2023-12-01T19:49:50.660Z | Documenting crc v3.0.1 |
2627 | 2023-12-01T19:49:50.883Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2628 | 2023-12-01T19:49:51.195Z | Documenting ciborium-ll v0.2.1 |
2629 | 2023-12-01T19:49:52.086Z | Documenting slog-dtrace v0.2.3 |
2630 | 2023-12-01T19:49:54.138Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2631 | 2023-12-01T19:49:54.832Z | Documenting xattr v1.0.1 |
2632 | 2023-12-01T19:49:55.065Z | Documenting filetime v0.2.22 |
2633 | 2023-12-01T19:49:56.940Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2634 | 2023-12-01T19:49:57.169Z | Documenting packed_struct_codegen v0.10.1 |
2635 | 2023-12-01T19:49:57.370Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2636 | 2023-12-01T19:49:59.108Z | Documenting keccak v0.1.4 |
2637 | 2023-12-01T19:50:00.561Z | Documenting nodrop v0.1.14 |
2638 | 2023-12-01T19:50:01.367Z | Documenting tar v0.4.40 |
2639 | 2023-12-01T19:50:02.010Z | Documenting ciborium v0.2.1 |
2640 | 2023-12-01T19:50:03.418Z | Documenting sha3 v0.10.8 |
2641 | 2023-12-01T19:50:04.196Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2642 | 2023-12-01T19:50:04.847Z | Documenting array-init v0.0.4 |
2643 | 2023-12-01T19:50:05.578Z | Documenting packed_struct v0.10.1 |
2644 | 2023-12-01T19:50:07.084Z | Documenting slog-envlogger v2.2.0 |
2645 | 2023-12-01T19:50:08.387Z | Documenting pkcs1 v0.7.5 |
2646 | 2023-12-01T19:50:08.614Z | Documenting num-bigint-dig v0.8.4 |
2647 | 2023-12-01T19:50:09.549Z | Documenting fxhash v0.2.1 |
2648 | 2023-12-01T19:50:10.958Z | Documenting secrecy v0.8.0 |
2649 | 2023-12-01T19:50:14.999Z | Documenting termcolor v1.2.0 |
2650 | 2023-12-01T19:50:15.338Z | Documenting bitfield v0.14.0 |
2651 | 2023-12-01T19:50:15.430Z | Documenting swrite v0.1.0 |
2652 | 2023-12-01T19:50:16.862Z | Documenting utf-8 v0.7.6 |
2653 | 2023-12-01T19:50:18.191Z | Documenting rsa v0.9.2 |
2654 | 2023-12-01T19:50:19.531Z | Documenting serde-hex v0.1.0 |
2655 | 2023-12-01T19:50:20.340Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2656 | 2023-12-01T19:50:21.004Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2657 | 2023-12-01T19:50:21.501Z | Documenting env_logger v0.10.0 |
2658 | 2023-12-01T19:50:22.340Z | Documenting tungstenite v0.20.1 |
2659 | 2023-12-01T19:50:24.253Z | Documenting x509-cert v0.2.4 |
2660 | 2023-12-01T19:50:26.706Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2661 | 2023-12-01T19:50:28.005Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2662 | 2023-12-01T19:50:28.334Z | Documenting newtype_derive v0.1.6 |
2663 | 2023-12-01T19:50:28.429Z | Documenting libsw v3.3.0 |
2664 | 2023-12-01T19:50:29.767Z | Documenting pem v3.0.2 |
2665 | 2023-12-01T19:50:32.323Z | Documenting ron v0.8.1 |
2666 | 2023-12-01T19:50:32.695Z | Documenting derive-where v1.2.5 |
2667 | 2023-12-01T19:50:33.160Z | Documenting linear-map v1.2.0 |
2668 | 2023-12-01T19:50:33.835Z | Documenting owo-colors v3.5.0 |
2669 | 2023-12-01T19:50:35.488Z | Documenting crc-any v2.4.3 |
2670 | 2023-12-01T19:50:35.730Z | Documenting steno v0.4.0 |
2671 | 2023-12-01T19:50:39.065Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2672 | 2023-12-01T19:50:39.787Z | Documenting tokio-tungstenite v0.20.1 |
2673 | 2023-12-01T19:50:40.193Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2674 | 2023-12-01T19:50:41.613Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2023-12-01T19:50:42.514Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2676 | 2023-12-01T19:50:43.126Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2677 | 2023-12-01T19:50:46.069Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2678 | 2023-12-01T19:50:50.765Z | Documenting itertools v0.12.0 |
2679 | 2023-12-01T19:50:51.598Z | Documenting nibble_vec v0.1.0 |
2680 | 2023-12-01T19:50:53.582Z | Documenting glob v0.3.1 |
2681 | 2023-12-01T19:50:55.962Z | Documenting path-slash v0.1.5 |
2682 | 2023-12-01T19:50:57.903Z | Documenting same-file v1.0.6 |
2683 | 2023-12-01T19:51:00.214Z | Documenting endian-type v0.1.2 |
2684 | 2023-12-01T19:51:00.611Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2685 | 2023-12-01T19:51:01.663Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2686 | 2023-12-01T19:51:02.095Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2687 | 2023-12-01T19:51:04.337Z | Documenting walkdir v2.4.0 |
2688 | 2023-12-01T19:51:05.952Z | Documenting radix_trie v0.2.1 |
2689 | 2023-12-01T19:51:09.226Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2690 | 2023-12-01T19:51:10.830Z | Documenting buf-list v1.0.3 |
2691 | 2023-12-01T19:51:11.092Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2692 | 2023-12-01T19:51:11.957Z | Checking darling_core v0.14.4 |
2693 | 2023-12-01T19:51:12.423Z | Documenting trust-dns-client v0.22.0 |
2694 | 2023-12-01T19:51:14.833Z | Checking darling v0.14.4 |
2695 | 2023-12-01T19:51:14.984Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2696 | 2023-12-01T19:51:19.493Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2697 | 2023-12-01T19:51:20.211Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2698 | 2023-12-01T19:51:22.067Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2699 | 2023-12-01T19:51:22.506Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2700 | 2023-12-01T19:51:24.225Z | Documenting trust-dns-server v0.22.1 |
2701 | 2023-12-01T19:51:26.649Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2702 | 2023-12-01T19:51:29.023Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2703 | 2023-12-01T19:51:30.783Z | Documenting sled v0.34.7 |
2704 | 2023-12-01T19:51:30.909Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2705 | 2023-12-01T19:51:31.978Z | Documenting unicase v2.7.0 |
2706 | 2023-12-01T19:51:32.337Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2707 | 2023-12-01T19:51:32.521Z | Documenting globset v0.4.13 |
2708 | 2023-12-01T19:51:32.801Z | Documenting crossbeam-deque v0.8.3 |
2709 | 2023-12-01T19:51:35.742Z | Documenting headers-core v0.2.0 |
2710 | 2023-12-01T19:51:36.743Z | Documenting olpc-cjson v0.1.3 |
2711 | 2023-12-01T19:51:37.783Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2712 | 2023-12-01T19:51:38.350Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2713 | 2023-12-01T19:51:38.918Z | Documenting serde_plain v1.0.2 |
2714 | 2023-12-01T19:51:39.339Z | Documenting ff v0.13.0 |
2715 | 2023-12-01T19:51:39.402Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2716 | 2023-12-01T19:51:40.386Z | Documenting async-recursion v1.0.5 |
2717 | 2023-12-01T19:51:41.152Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2718 | 2023-12-01T19:51:42.605Z | Documenting pretty-hex v0.4.0 |
2719 | 2023-12-01T19:51:43.645Z | Documenting typed-path v0.6.0 |
2720 | 2023-12-01T19:51:44.725Z | Documenting display-error-chain v0.2.0 |
2721 | 2023-12-01T19:51:44.946Z | Documenting headers v0.3.9 |
2722 | 2023-12-01T19:51:45.337Z | Documenting group v0.13.0 |
2723 | 2023-12-01T19:51:47.154Z | Documenting rayon-core v1.12.0 |
2724 | 2023-12-01T19:51:47.402Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2023-12-01T19:51:48.145Z | Documenting mime_guess v2.0.4 |
2726 | 2023-12-01T19:51:51.232Z | Documenting derive_builder_core v0.12.0 |
2727 | 2023-12-01T19:51:51.279Z | Documenting tough v0.15.0 |
2728 | 2023-12-01T19:51:52.201Z | Checking derive_builder_core v0.12.0 |
2729 | 2023-12-01T19:51:53.448Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2730 | 2023-12-01T19:51:53.605Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2731 | 2023-12-01T19:51:54.394Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2732 | 2023-12-01T19:51:54.477Z | Documenting universal-hash v0.5.1 |
2733 | 2023-12-01T19:51:54.818Z | Documenting crypto-bigint v0.5.2 |
2734 | 2023-12-01T19:51:54.919Z | Documenting bcs v0.1.6 |
2735 | 2023-12-01T19:52:01.009Z | Documenting kstat-rs v0.2.3 |
2736 | 2023-12-01T19:52:01.954Z | Documenting thiserror-impl-no-std v2.0.2 |
2737 | 2023-12-01T19:52:03.863Z | Documenting curve25519-dalek-derive v0.1.0 |
2738 | 2023-12-01T19:52:05.281Z | Documenting base16ct v0.2.0 |
2739 | 2023-12-01T19:52:08.790Z | Documenting highway v1.1.0 |
2740 | 2023-12-01T19:52:09.576Z | Documenting opaque-debug v0.3.0 |
2741 | 2023-12-01T19:52:09.889Z | Documenting elliptic-curve v0.13.5 |
2742 | 2023-12-01T19:52:10.242Z | Documenting thiserror-no-std v2.0.2 |
2743 | 2023-12-01T19:52:10.519Z | Documenting curve25519-dalek v4.1.0 |
2744 | 2023-12-01T19:52:12.645Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2745 | 2023-12-01T19:52:13.881Z | Documenting poly1305 v0.8.0 |
2746 | 2023-12-01T19:52:14.270Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2747 | 2023-12-01T19:52:14.467Z | Documenting derive_builder_macro v0.12.0 |
2748 | 2023-12-01T19:52:15.838Z | Documenting rayon v1.8.0 |
2749 | 2023-12-01T19:52:16.449Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2750 | 2023-12-01T19:52:21.392Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2751 | 2023-12-01T19:52:22.328Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2752 | 2023-12-01T19:52:25.399Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2753 | 2023-12-01T19:52:29.278Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2754 | 2023-12-01T19:52:32.934Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2755 | 2023-12-01T19:52:37.295Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2756 | 2023-12-01T19:52:44.847Z | Documenting portable-atomic v1.4.3 |
2757 | 2023-12-01T19:52:47.146Z | Documenting ed25519 v1.5.3 |
2758 | 2023-12-01T19:52:50.521Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2759 | 2023-12-01T19:52:51.460Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2760 | 2023-12-01T19:52:52.615Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2761 | 2023-12-01T19:52:53.899Z | Documenting chacha20 v0.9.1 |
2762 | 2023-12-01T19:52:55.161Z | Documenting aead v0.5.2 |
2763 | 2023-12-01T19:52:58.258Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2764 | 2023-12-01T19:53:00.542Z | Documenting ref-cast-impl v1.0.20 |
2765 | 2023-12-01T19:53:01.454Z | Documenting vte_generate_state_changes v0.1.1 |
2766 | 2023-12-01T19:53:01.593Z | Documenting number_prefix v0.4.0 |
2767 | 2023-12-01T19:53:03.569Z | Documenting cassowary v0.3.0 |
2768 | 2023-12-01T19:53:04.889Z | Documenting chacha20poly1305 v0.10.1 |
2769 | 2023-12-01T19:53:07.172Z | Documenting vte v0.11.1 |
2770 | 2023-12-01T19:53:07.520Z | Documenting indicatif v0.17.7 |
2771 | 2023-12-01T19:53:08.172Z | Documenting ref-cast v1.0.20 |
2772 | 2023-12-01T19:53:09.541Z | Documenting ratatui v0.23.0 |
2773 | 2023-12-01T19:53:10.013Z | Documenting salty v0.2.0 |
2774 | 2023-12-01T19:53:12.434Z | Documenting vsss-rs v3.3.1 |
2775 | 2023-12-01T19:53:13.797Z | Documenting derive_builder v0.12.0 |
2776 | 2023-12-01T19:53:16.332Z | Documenting fs-err v2.11.0 |
2777 | 2023-12-01T19:53:16.548Z | Documenting polar-core v0.27.0 |
2778 | 2023-12-01T19:53:18.850Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2779 | 2023-12-01T19:53:19.486Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2780 | 2023-12-01T19:53:20.288Z | Documenting libxml v0.3.3 |
2781 | 2023-12-01T19:53:22.108Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2782 | 2023-12-01T19:53:23.074Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2783 | 2023-12-01T19:53:25.634Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2784 | 2023-12-01T19:53:25.692Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2785 | 2023-12-01T19:53:26.171Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2786 | 2023-12-01T19:53:29.967Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2787 | 2023-12-01T19:53:30.094Z | Documenting bb8 v0.8.1 |
2788 | 2023-12-01T19:53:30.115Z | Documenting quick-xml v0.23.1 |
2789 | 2023-12-01T19:53:31.918Z | Documenting bytesize v1.3.0 |
2790 | 2023-12-01T19:53:38.054Z | Documenting serde-big-array v0.5.1 |
2791 | 2023-12-01T19:53:38.594Z | Documenting rtoolbox v0.0.1 |
2792 | 2023-12-01T19:53:39.128Z | Documenting impl-trait-for-tuples v0.2.2 |
2793 | 2023-12-01T19:53:39.525Z | Documenting oso-derive v0.27.0 |
2794 | 2023-12-01T19:53:42.355Z | Documenting is_ci v1.1.1 |
2795 | 2023-12-01T19:53:42.389Z | Documenting smawk v0.3.1 |
2796 | 2023-12-01T19:53:44.412Z | Documenting unicode-linebreak v0.1.5 |
2797 | 2023-12-01T19:53:44.690Z | Documenting maplit v1.0.2 |
2798 | 2023-12-01T19:53:46.012Z | Documenting http-range v0.1.5 |
2799 | 2023-12-01T19:53:47.635Z | Documenting humantime v2.1.0 |
2800 | 2023-12-01T19:53:48.094Z | Documenting supports-color v2.1.0 |
2801 | 2023-12-01T19:53:48.429Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2802 | 2023-12-01T19:53:48.818Z | Documenting textwrap v0.16.0 |
2803 | 2023-12-01T19:53:50.129Z | Documenting oso v0.27.0 |
2804 | 2023-12-01T19:53:51.507Z | Documenting hyper-staticfile v0.9.5 |
2805 | 2023-12-01T19:53:53.339Z | Documenting rpassword v7.3.1 |
2806 | 2023-12-01T19:53:54.020Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2807 | 2023-12-01T19:53:55.119Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2808 | 2023-12-01T19:53:55.533Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2809 | 2023-12-01T19:53:59.316Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2810 | 2023-12-01T19:53:59.742Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2811 | 2023-12-01T19:54:02.295Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2812 | 2023-12-01T19:54:07.020Z | Documenting tui-tree-widget v0.13.0 |
2813 | 2023-12-01T19:54:07.702Z | Documenting strip-ansi-escapes v0.2.0 |
2814 | 2023-12-01T19:54:13.263Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2815 | 2023-12-01T19:54:14.504Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2816 | 2023-12-01T19:54:15.934Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2817 | 2023-12-01T19:54:17.988Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2818 | 2023-12-01T19:54:18.739Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2819 | 2023-12-01T19:54:20.152Z | Documenting cookie v0.18.0 |
2820 | 2023-12-01T19:54:26.208Z | Documenting rcgen v0.11.3 |
2821 | 2023-12-01T19:54:27.514Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2822 | 2023-12-01T19:54:28.165Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2823 | 2023-12-01T19:54:29.111Z | Documenting atomicwrites v0.4.2 |
2824 | 2023-12-01T19:54:31.161Z | Documenting signal-hook-tokio v0.3.1 |
2825 | 2023-12-01T19:54:35.746Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2826 | 2023-12-01T19:54:36.650Z | Documenting fd-lock v3.0.13 |
2827 | 2023-12-01T19:54:38.152Z | Documenting subprocess v0.2.9 |
2828 | 2023-12-01T19:54:38.234Z | Documenting corncobs v0.1.3 |
2829 | 2023-12-01T19:54:39.906Z | Documenting nu-ansi-term v0.49.0 |
2830 | 2023-12-01T19:54:40.197Z | Documenting shell-words v1.1.0 |
2831 | 2023-12-01T19:54:42.713Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2832 | 2023-12-01T19:54:43.148Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2833 | 2023-12-01T19:54:43.907Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2834 | 2023-12-01T19:54:44.456Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2835 | 2023-12-01T19:54:45.868Z | Documenting reedline v0.26.0 |
2836 | 2023-12-01T19:54:46.315Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2837 | 2023-12-01T19:54:48.218Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2838 | 2023-12-01T19:54:49.794Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2839 | 2023-12-01T19:54:51.177Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2840 | 2023-12-01T19:54:56.865Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2841 | 2023-12-01T19:54:59.515Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2842 | 2023-12-01T19:55:05.350Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2843 | 2023-12-01T19:55:13.799Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2844 | 2023-12-01T19:55:20.165Z | Documenting fatfs v0.3.6 |
2845 | 2023-12-01T19:55:23.030Z | Documenting nanorand v0.7.0 |
2846 | 2023-12-01T19:55:27.741Z | Documenting assert_matches v1.5.0 |
2847 | 2023-12-01T19:55:28.998Z | Documenting flume v0.11.0 |
2848 | 2023-12-01T19:55:30.728Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2849 | 2023-12-01T19:55:32.006Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2850 | 2023-12-01T19:55:33.484Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2851 | 2023-12-01T19:55:35.327Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2852 | 2023-12-01T19:55:36.268Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2853 | 2023-12-01T19:55:36.696Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2854 | 2023-12-01T19:55:36.771Z | Documenting omicron-zone-package v0.9.1 |
2855 | 2023-12-01T19:55:53.855Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2856 | 2023-12-01T19:55:54.838Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2857 | 2023-12-01T19:55:55.730Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2858 | 2023-12-01T19:55:55.730Z | --> sled-agent/src/sim/instance.rs:46:7 |
2859 | 2023-12-01T19:55:55.730Z | | |
2860 | 2023-12-01T19:55:55.730Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2861 | 2023-12-01T19:55:55.730Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2862 | 2023-12-01T19:55:55.730Z | | |
2863 | 2023-12-01T19:55:55.730Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2864 | 2023-12-01T19:55:55.730Z | |
2865 | 2023-12-01T19:55:56.030Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2866 | 2023-12-01T19:55:59.745Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2867 | 2023-12-01T19:55:59.748Z | Documenting termios v0.3.3 |
2868 | 2023-12-01T19:56:01.303Z | Documenting topological-sort v0.2.2 |
2869 | 2023-12-01T19:56:05.814Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2870 | 2023-12-01T19:56:07.668Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2871 | 2023-12-01T19:56:10.698Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2872 | 2023-12-01T19:56:12.297Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2873 | 2023-12-01T19:56:16.980Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2874 | 2023-12-01T19:57:04.271Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2875 | 2023-12-01T19:57:04.750Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2876 | 2023-12-01T19:57:16.203Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2877 | 2023-12-01T19:57:22.534Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2878 | 2023-12-01T19:57:25.376Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2879 | 2023-12-01T19:57:27.489Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2880 | 2023-12-01T19:57:50.435Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2881 | 2023-12-01T19:58:44.233Z | warning: unresolved link to `VolumeConstructionRequest` |
2882 | 2023-12-01T19:58:44.233Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2883 | 2023-12-01T19:58:44.233Z | | |
2884 | 2023-12-01T19:58:44.233Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2885 | 2023-12-01T19:58:44.233Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2886 | 2023-12-01T19:58:44.233Z | | |
2887 | 2023-12-01T19:58:44.233Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2888 | 2023-12-01T19:58:44.233Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2889 | 2023-12-01T19:58:44.233Z | |
2890 | 2023-12-01T19:58:44.233Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2891 | 2023-12-01T19:58:44.233Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2892 | 2023-12-01T19:58:44.233Z | | |
2893 | 2023-12-01T19:58:44.233Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2894 | 2023-12-01T19:58:44.234Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2895 | 2023-12-01T19:58:44.234Z | |
2896 | 2023-12-01T19:58:44.237Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2897 | 2023-12-01T19:58:44.237Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2898 | 2023-12-01T19:58:44.237Z | | |
2899 | 2023-12-01T19:58:44.237Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2900 | 2023-12-01T19:58:44.237Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2901 | 2023-12-01T19:58:44.237Z | |
2902 | 2023-12-01T19:58:44.237Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2903 | 2023-12-01T19:58:44.237Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2904 | 2023-12-01T19:58:44.237Z | | |
2905 | 2023-12-01T19:58:44.237Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2906 | 2023-12-01T19:58:44.237Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2907 | 2023-12-01T19:58:44.237Z | |
2908 | 2023-12-01T19:58:44.237Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2909 | 2023-12-01T19:58:44.237Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2910 | 2023-12-01T19:58:44.237Z | | |
2911 | 2023-12-01T19:58:44.237Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2912 | 2023-12-01T19:58:44.237Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2913 | 2023-12-01T19:58:44.237Z | |
2914 | 2023-12-01T19:58:44.237Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2915 | 2023-12-01T19:58:44.237Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2916 | 2023-12-01T19:58:44.237Z | | |
2917 | 2023-12-01T19:58:44.237Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2918 | 2023-12-01T19:58:44.237Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2919 | 2023-12-01T19:58:44.237Z | |
2920 | 2023-12-01T19:58:44.239Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2921 | 2023-12-01T19:58:44.239Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2922 | 2023-12-01T19:58:44.239Z | | |
2923 | 2023-12-01T19:58:44.239Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2924 | 2023-12-01T19:58:44.239Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2925 | 2023-12-01T19:58:44.239Z | |
2926 | 2023-12-01T19:58:47.449Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2927 | 2023-12-01T19:59:19.499Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 36s |
2928 | 2023-12-01T19:59:19.607Z | |
2929 | 2023-12-01T19:59:19.610Z | real 15:36.513272037 |
2930 | 2023-12-01T19:59:19.610Z | user 51:17.266889387 |
2931 | 2023-12-01T19:59:19.610Z | sys 59:24.956366077 |
2932 | 2023-12-01T19:59:19.611Z | trap 2.054486682 |
2933 | 2023-12-01T19:59:19.611Z | tflt 0.589533366 |
2934 | 2023-12-01T19:59:19.612Z | dflt 0.563462581 |
2935 | 2023-12-01T19:59:19.612Z | kflt 0.000531372 |
2936 | 2023-12-01T19:59:19.612Z | lock 3:06:09.438644190 |
2937 | 2023-12-01T19:59:19.612Z | slp 3:59:35.661759676 |
2938 | 2023-12-01T19:59:19.612Z | lat 5:23.182665230 |
2939 | 2023-12-01T19:59:19.612Z | stop 1:17.822954180 |
2940 | 2023-12-01T19:59:19.612Z | process exited: duration 1760707 ms, exit code 0 |
|
2941 | 2023-12-01T19:59:19.619Z | found 0 output files |