|
|
|
1 | 2023-11-14T18:51:15.506Z | job assigned to worker 01HF7JNVFAKX7V8H74FGMFFFCT (queued for 1 m 39 s) |
|
2 | 2023-11-14T18:51:16.413Z | starting task 0: "setup" |
3 | 2023-11-14T18:51:16.647Z | ++ uname -s |
4 | 2023-11-14T18:51:16.651Z | + kern=SunOS |
5 | 2023-11-14T18:51:16.654Z | + case "$kern" in |
6 | 2023-11-14T18:51:16.657Z | + groupadd -g 12345 build |
7 | 2023-11-14T18:51:16.659Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-14T18:51:18.690Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-14T18:51:18.794Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-14T18:51:18.818Z | + home_fs=zfs |
11 | 2023-11-14T18:51:18.858Z | + [[ zfs == autofs ]] |
12 | 2023-11-14T18:51:18.952Z | + mkdir -p /home/build |
13 | 2023-11-14T18:51:20.031Z | + chown build:build /home/build /work |
14 | 2023-11-14T18:51:21.732Z | + chmod 0700 /home/build /work |
15 | 2023-11-14T18:51:22.442Z | process exited: duration 4334 ms, exit code 0 |
|
16 | 2023-11-14T18:51:26.819Z | starting task 1: "rust-toolchain" |
17 | 2023-11-14T18:51:47.662Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-14T18:51:47.943Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-14T18:51:47.978Z | info: downloading installer |
20 | 2023-11-14T18:51:48.029Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-14T18:51:48.175Z | warning: /opt/ooce/bin |
22 | 2023-11-14T18:51:48.647Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-14T18:51:48.910Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-14T18:51:49.120Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-14T18:51:49.218Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-14T18:51:49.321Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-14T18:51:49.436Z | error: cannot install while Rust is installed |
28 | 2023-11-14T18:51:49.456Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-14T18:51:49.512Z | info: profile set to 'default' |
30 | 2023-11-14T18:51:49.607Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-14T18:51:49.746Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-14T18:51:49.768Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-14T18:51:49.874Z | info: downloading component 'cargo' |
34 | 2023-11-14T18:51:49.954Z | info: downloading component 'clippy' |
35 | 2023-11-14T18:51:50.014Z | info: downloading component 'rust-docs' |
36 | 2023-11-14T18:51:50.079Z | info: downloading component 'rust-std' |
37 | 2023-11-14T18:51:50.125Z | info: downloading component 'rustc' |
38 | 2023-11-14T18:51:50.215Z | info: downloading component 'rustfmt' |
39 | 2023-11-14T18:51:50.279Z | info: installing component 'cargo' |
40 | 2023-11-14T18:51:50.348Z | info: installing component 'clippy' |
41 | 2023-11-14T18:51:50.390Z | info: installing component 'rust-docs' |
42 | 2023-11-14T18:51:51.320Z | info: installing component 'rust-std' |
43 | 2023-11-14T18:51:51.375Z | info: installing component 'rustc' |
44 | 2023-11-14T18:51:58.344Z | info: installing component 'rustfmt' |
45 | 2023-11-14T18:51:58.786Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-14T18:51:58.794Z | |
47 | 2023-11-14T18:51:58.928Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-14T18:51:58.938Z | |
49 | 2023-11-14T18:51:58.950Z | |
50 | 2023-11-14T18:51:58.959Z | Rust is installed now. Great! |
51 | 2023-11-14T18:51:58.973Z | |
52 | 2023-11-14T18:51:58.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-14T18:51:59.010Z | environment variable. This has not been done automatically. |
54 | 2023-11-14T18:51:59.021Z | |
55 | 2023-11-14T18:51:59.045Z | To configure your current shell, run: |
56 | 2023-11-14T18:51:59.076Z | source "$HOME/.cargo/env" |
57 | 2023-11-14T18:51:59.087Z | + rustc --version |
58 | 2023-11-14T18:51:59.525Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-14T18:51:59.535Z | process exited: duration 32177 ms, exit code 0 |
|
60 | 2023-11-14T18:51:59.570Z | starting task 2: "authentication" |
61 | 2023-11-14T18:51:59.609Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-11-14T18:51:59.615Z | starting task 3: "clone repository" |
63 | 2023-11-14T18:51:59.714Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-14T18:51:59.726Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-14T18:51:59.766Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-14T18:52:08.167Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-14T18:52:08.191Z | + [[ -n sled-storage ]] |
68 | 2023-11-14T18:52:08.214Z | + git fetch origin sled-storage |
69 | 2023-11-14T18:52:08.545Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-14T18:52:08.577Z | * branch sled-storage -> FETCH_HEAD |
71 | 2023-11-14T18:52:08.593Z | + git checkout -B sled-storage remotes/origin/sled-storage |
72 | 2023-11-14T18:52:08.656Z | Switched to a new branch 'sled-storage' |
73 | 2023-11-14T18:52:08.662Z | branch 'sled-storage' set up to track 'origin/sled-storage'. |
74 | 2023-11-14T18:52:08.667Z | + git reset --hard 6b7845c825c5be415f9d4f36167419e614729cae |
75 | 2023-11-14T18:52:08.826Z | HEAD is now at 6b7845c8 fix nit |
76 | 2023-11-14T18:52:08.847Z | process exited: duration 9198 ms, exit code 0 |
|
77 | 2023-11-14T18:52:08.881Z | starting task 4: "build" |
78 | 2023-11-14T18:52:08.905Z | + cargo --version |
79 | 2023-11-14T18:52:08.915Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-14T18:52:09.496Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-14T18:52:09.503Z | info: downloading component 'cargo' |
82 | 2023-11-14T18:52:09.690Z | info: downloading component 'clippy' |
83 | 2023-11-14T18:52:09.908Z | info: downloading component 'rust-docs' |
84 | 2023-11-14T18:52:10.670Z | info: downloading component 'rust-std' |
85 | 2023-11-14T18:52:11.922Z | info: downloading component 'rustc' |
86 | 2023-11-14T18:52:15.311Z | info: downloading component 'rustfmt' |
87 | 2023-11-14T18:52:15.497Z | info: installing component 'cargo' |
88 | 2023-11-14T18:52:16.699Z | info: installing component 'clippy' |
89 | 2023-11-14T18:52:17.202Z | info: installing component 'rust-docs' |
90 | 2023-11-14T18:52:19.867Z | info: installing component 'rust-std' |
91 | 2023-11-14T18:52:22.346Z | info: installing component 'rustc' |
92 | 2023-11-14T18:52:28.499Z | info: installing component 'rustfmt' |
93 | 2023-11-14T18:52:29.038Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-14T18:52:29.041Z | + rustc --version |
95 | 2023-11-14T18:52:29.172Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-14T18:52:29.189Z | + source ./env.sh |
97 | 2023-11-14T18:52:29.198Z | ++ set -o xtrace |
98 | 2023-11-14T18:52:29.205Z | ++++ dirname ./env.sh |
99 | 2023-11-14T18:52:29.217Z | +++ cd . |
100 | 2023-11-14T18:52:29.221Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-14T18:52:29.226Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-14T18:52:29.232Z | ++ 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-11-14T18:52:29.238Z | ++ 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-11-14T18:52:29.244Z | ++ 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-11-14T18:52:29.249Z | ++ 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-11-14T18:52:29.259Z | ++ 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-11-14T18:52:29.266Z | ++ 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-11-14T18:52:29.272Z | ++ 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-11-14T18:52:29.280Z | ++ 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-11-14T18:52:29.286Z | ++ unset OMICRON_WS |
111 | 2023-11-14T18:52:29.290Z | ++ set +o xtrace |
112 | 2023-11-14T18:52:29.295Z | |
113 | 2023-11-14T18:52:29.299Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-14T18:52:29.307Z | # # # # # # # # # # # # # # # |
115 | 2023-11-14T18:52:29.313Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-14T18:52:29.724Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-14T18:52:29.737Z | # # # # # # # # # # # # # # # |
118 | 2023-11-14T18:52:29.749Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-14T18:52:29.765Z | |
120 | 2023-11-14T18:52:39.322Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-14T18:52:40.313Z | Startup: Caching catalogs ... Done |
122 | 2023-11-14T18:52:45.342Z | Planning: Solver setup ... Done (4.749s) |
123 | 2023-11-14T18:52:45.461Z | Planning: Running solver ... Done (0.118s) |
124 | 2023-11-14T18:52:45.516Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-14T18:52:45.529Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-14T18:52:45.760Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-14T18:52:45.839Z | Planning: Package planning ... Done (0.079s) |
128 | 2023-11-14T18:52:45.929Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-11-14T18:52:46.811Z | Planning: Checking for conflicting actions ... Done (0.889s) |
130 | 2023-11-14T18:52:46.828Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-14T18:52:51.860Z | Planning: Evaluating mediators ... Done (5.032s) |
132 | 2023-11-14T18:52:51.880Z | Planning: Planning completed in 11.51 seconds |
133 | 2023-11-14T18:52:52.311Z | Packages to install: 4 |
134 | 2023-11-14T18:52:52.321Z | Mediators to change: 2 |
135 | 2023-11-14T18:52:52.327Z | Services to change: 1 |
136 | 2023-11-14T18:52:52.338Z | Estimated space available: 148.90 GB |
137 | 2023-11-14T18:52:52.343Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-14T18:52:52.349Z | Create boot environment: No |
139 | 2023-11-14T18:52:52.354Z | Create backup boot environment: No |
140 | 2023-11-14T18:52:52.359Z | Rebuild boot archive: No |
141 | 2023-11-14T18:52:52.362Z | |
142 | 2023-11-14T18:52:52.365Z | Changed mediators: |
143 | 2023-11-14T18:52:52.368Z | mediator clang: |
144 | 2023-11-14T18:52:52.372Z | version: None -> 15 (system default) |
145 | 2023-11-14T18:52:52.377Z | |
146 | 2023-11-14T18:52:52.801Z | mediator llvm: |
147 | 2023-11-14T18:52:52.807Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-14T18:52:52.810Z | |
149 | 2023-11-14T18:52:52.814Z | Changed packages: |
150 | 2023-11-14T18:52:52.830Z | helios-dev |
151 | 2023-11-14T18:52:52.850Z | developer/build-essential |
152 | 2023-11-14T18:52:53.279Z | None -> 11-2.0 |
153 | 2023-11-14T18:52:53.290Z | library/libxmlsec1 |
154 | 2023-11-14T18:52:53.303Z | None -> 1.2.35-2.0 |
155 | 2023-11-14T18:52:53.312Z | ooce/developer/clang-15 |
156 | 2023-11-14T18:52:53.320Z | None -> 15.0.7-2.0 |
157 | 2023-11-14T18:52:53.326Z | ooce/developer/llvm-15 |
158 | 2023-11-14T18:52:53.341Z | None -> 15.0.7-2.0 |
159 | 2023-11-14T18:52:53.346Z | |
160 | 2023-11-14T18:52:53.356Z | Services: |
161 | 2023-11-14T18:52:53.364Z | restart_fmri: |
162 | 2023-11-14T18:52:53.369Z | svc:/system/update-man-index:default |
163 | 2023-11-14T18:52:53.374Z | |
164 | 2023-11-14T18:52:53.387Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-14T18:52:57.922Z | Download: 1198/3290 items 75.5/212.6MB 35% complete (15.3M/s) |
166 | 2023-11-14T18:53:02.930Z | Download: 2801/3290 items 121.0/212.6MB 56% complete (11.6M/s) |
167 | 2023-11-14T18:53:06.577Z | Download: Completed 212.60 MB in 14.40 seconds (14.8M/s) |
168 | 2023-11-14T18:53:06.885Z | Actions: 1/3687 actions (Installing new actions) |
169 | 2023-11-14T18:53:11.887Z | Actions: 2736/3687 actions (Installing new actions) |
170 | 2023-11-14T18:53:15.159Z | Actions: Completed 3687 actions in 8.27 seconds. |
171 | 2023-11-14T18:53:15.252Z | Done (0.085s) |
172 | 2023-11-14T18:53:15.256Z | Done (0.000s) |
173 | 2023-11-14T18:53:15.465Z | Done (0.215s) |
174 | 2023-11-14T18:53:23.101Z | Done (7.514s) |
175 | 2023-11-14T18:53:23.395Z | Done (0.200s) |
176 | 2023-11-14T18:53:23.398Z | Done (0.000s) |
177 | 2023-11-14T18:53:23.627Z | Done (0.000s) |
178 | 2023-11-14T18:53:24.319Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-11-14T18:53:24.602Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-14T18:53:24.605Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-14T18:53:25.043Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-14T18:53:25.046Z | Planning: Planning completed in 0.73 seconds |
183 | 2023-11-14T18:53:25.099Z | Mediators to change: 2 |
184 | 2023-11-14T18:53:25.102Z | Create boot environment: No |
185 | 2023-11-14T18:53:25.105Z | Create backup boot environment: No |
186 | 2023-11-14T18:53:25.191Z | Done |
187 | 2023-11-14T18:53:25.194Z | Done |
188 | 2023-11-14T18:53:25.325Z | Done |
189 | 2023-11-14T18:53:31.173Z | Done |
190 | 2023-11-14T18:53:31.294Z | Done |
191 | 2023-11-14T18:53:31.298Z | Done |
192 | 2023-11-14T18:53:31.408Z | Done |
193 | 2023-11-14T18:53:32.417Z | Planning: Evaluating mediator changes ... Done |
194 | 2023-11-14T18:53:32.429Z | Planning: Merging actions ... Done |
195 | 2023-11-14T18:53:32.747Z | Planning: Checking for conflicting actions ... Done |
196 | 2023-11-14T18:53:32.759Z | Planning: Consolidating action changes ... Done |
197 | 2023-11-14T18:53:33.181Z | Planning: Evaluating mediators ... Done |
198 | 2023-11-14T18:53:33.270Z | Planning: Planning completed in 1.29 seconds |
199 | 2023-11-14T18:53:33.330Z | Packages to change: 1 |
200 | 2023-11-14T18:53:33.344Z | Mediators to change: 1 |
201 | 2023-11-14T18:53:33.356Z | Services to change: 1 |
202 | 2023-11-14T18:53:33.375Z | Create boot environment: No |
203 | 2023-11-14T18:53:33.385Z | Create backup boot environment: Yes |
204 | 2023-11-14T18:53:35.423Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2023-11-14T18:53:35.434Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2023-11-14T18:53:35.440Z | Done |
207 | 2023-11-14T18:53:35.445Z | Done |
208 | 2023-11-14T18:53:35.470Z | Done |
209 | 2023-11-14T18:53:41.224Z | Done |
210 | 2023-11-14T18:53:41.348Z | Done |
211 | 2023-11-14T18:53:41.354Z | Done |
212 | 2023-11-14T18:53:41.429Z | Done |
213 | 2023-11-14T18:53:42.119Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2023-11-14T18:53:42.131Z | clang system 15 system |
215 | 2023-11-14T18:53:42.141Z | csh system system illumos |
216 | 2023-11-14T18:53:42.150Z | ctags system system illumos |
217 | 2023-11-14T18:53:42.171Z | gcc vendor 12 vendor |
218 | 2023-11-14T18:53:42.177Z | gcc system 10 system |
219 | 2023-11-14T18:53:42.182Z | gcc system 7 system |
220 | 2023-11-14T18:53:42.186Z | go system 1.20 system |
221 | 2023-11-14T18:53:42.192Z | go system 1.19 system |
222 | 2023-11-14T18:53:42.197Z | llvm system 15 system |
223 | 2023-11-14T18:53:42.202Z | llvm system 14 system |
224 | 2023-11-14T18:53:42.206Z | mariadb system 10.6 system |
225 | 2023-11-14T18:53:42.211Z | mta vendor vendor dma |
226 | 2023-11-14T18:53:42.218Z | openjdk system 17 system |
227 | 2023-11-14T18:53:42.222Z | openjdk system 11 system |
228 | 2023-11-14T18:53:42.226Z | openjdk system 1.8 system |
229 | 2023-11-14T18:53:42.229Z | openssl vendor 3 vendor |
230 | 2023-11-14T18:53:42.236Z | perl system 5.36 system |
231 | 2023-11-14T18:53:42.241Z | postgresql system 15 system |
232 | 2023-11-14T18:53:42.245Z | postgresql system 13 system |
233 | 2023-11-14T18:53:42.254Z | python vendor 3 vendor |
234 | 2023-11-14T18:53:42.258Z | python system 2 system |
235 | 2023-11-14T18:53:42.263Z | python3 system 3.11 system |
236 | 2023-11-14T18:53:42.271Z | ruby system 3.0 system |
237 | 2023-11-14T18:53:42.276Z | words vendor vendor american-english |
238 | 2023-11-14T18:53:42.281Z | words system system australian-english |
239 | 2023-11-14T18:53:42.296Z | words system system british-english |
240 | 2023-11-14T18:53:42.301Z | words system system canadian-english |
241 | 2023-11-14T18:53:42.305Z | words system system french |
242 | 2023-11-14T18:53:42.309Z | words system system italian |
243 | 2023-11-14T18:53:42.312Z | words system system ngerman |
244 | 2023-11-14T18:53:42.318Z | words system system ogerman |
245 | 2023-11-14T18:53:42.321Z | words system system spanish |
246 | 2023-11-14T18:53:42.657Z | FMRI IFO |
247 | 2023-11-14T18:53:42.671Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2023-11-14T18:53:42.695Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2023-11-14T18:53:42.699Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2023-11-14T18:53:42.709Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
251 | 2023-11-14T18:53:42.715Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2023-11-14T18:53:42.724Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
253 | 2023-11-14T18:53:42.732Z | + set -o errexit |
254 | 2023-11-14T18:53:42.741Z | +++ dirname ./tools/ci_download_cockroachdb |
255 | 2023-11-14T18:53:42.759Z | ++ cd ./tools |
256 | 2023-11-14T18:53:42.773Z | ++ pwd |
257 | 2023-11-14T18:53:42.787Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
258 | 2023-11-14T18:53:42.793Z | ++ basename ./tools/ci_download_cockroachdb |
259 | 2023-11-14T18:53:42.796Z | + ARG0=ci_download_cockroachdb |
260 | 2023-11-14T18:53:42.801Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
261 | 2023-11-14T18:53:42.807Z | + CIDL_VERSION=v22.1.9 |
262 | 2023-11-14T18:53:42.810Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
263 | 2023-11-14T18:53:42.816Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
264 | 2023-11-14T18:53:42.820Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
265 | 2023-11-14T18:53:42.826Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-14T18:53:42.830Z | + TARGET_DIR=out |
267 | 2023-11-14T18:53:42.835Z | + DOWNLOAD_DIR=out/downloads |
268 | 2023-11-14T18:53:42.851Z | + DEST_DIR=./out/cockroachdb |
269 | 2023-11-14T18:53:42.855Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
270 | 2023-11-14T18:53:42.858Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
271 | 2023-11-14T18:53:42.862Z | + main |
272 | 2023-11-14T18:53:42.866Z | + [[ 0 != 0 ]] |
273 | 2023-11-14T18:53:42.869Z | + CIDL_OS=solaris2.11 |
274 | 2023-11-14T18:53:42.873Z | + [[ 0 != 0 ]] |
275 | 2023-11-14T18:53:42.877Z | + configure_os solaris2.11 |
276 | 2023-11-14T18:53:42.880Z | + echo 'current directory: /work/oxidecomputer/omicron' |
277 | 2023-11-14T18:53:42.883Z | current directory: /work/oxidecomputer/omicron |
278 | 2023-11-14T18:53:42.886Z | + echo 'configuring based on OS: "solaris2.11"' |
279 | 2023-11-14T18:53:42.889Z | configuring based on OS: "solaris2.11" |
280 | 2023-11-14T18:53:42.894Z | + case "$1" in |
281 | 2023-11-14T18:53:42.903Z | + CIDL_BUILD=illumos |
282 | 2023-11-14T18:53:42.910Z | + CIDL_SUFFIX=tar.gz |
283 | 2023-11-14T18:53:42.923Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
284 | 2023-11-14T18:53:42.931Z | + CIDL_MD5FUNC=do_md5sum |
285 | 2023-11-14T18:53:42.941Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2023-11-14T18:53:42.948Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2023-11-14T18:53:42.953Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2023-11-14T18:53:42.959Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-14T18:53:42.966Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-14T18:53:42.973Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2023-11-14T18:53:42.981Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-14T18:53:42.989Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2023-11-14T18:53:42.997Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-14T18:53:43.006Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-11-14T18:53:43.014Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-14T18:53:43.022Z | + mkdir -p out/downloads |
297 | 2023-11-14T18:53:43.030Z | + mkdir -p ./out/cockroachdb |
298 | 2023-11-14T18:53:43.039Z | + local DO_DOWNLOAD=true |
299 | 2023-11-14T18:53:43.046Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
300 | 2023-11-14T18:53:43.056Z | + '[' true == true ']' |
301 | 2023-11-14T18:53:43.065Z | + echo Downloading... |
302 | 2023-11-14T18:53:43.074Z | Downloading... |
303 | 2023-11-14T18:53:43.089Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-11-14T18:53:43.097Z | + 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 |
305 | 2023-11-14T18:53:46.222Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-11-14T18:53:46.225Z | ++ md5sum |
307 | 2023-11-14T18:53:46.228Z | ++ awk '{print $1}' |
308 | 2023-11-14T18:53:46.413Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
309 | 2023-11-14T18:53:46.437Z | + [[ 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 ]] |
310 | 2023-11-14T18:53:46.449Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-11-14T18:53:46.504Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
312 | 2023-11-14T18:53:49.838Z | + do_assemble_illumos |
313 | 2023-11-14T18:53:49.846Z | + rm -r ./out/cockroachdb |
314 | 2023-11-14T18:53:49.853Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
315 | 2023-11-14T18:53:50.515Z | + ./out/cockroachdb/bin/cockroach version |
316 | 2023-11-14T18:53:50.831Z | Build Tag: v22.1.9-dirty |
317 | 2023-11-14T18:53:50.838Z | Build Time: 2022/10/26 21:17:46 |
318 | 2023-11-14T18:53:50.845Z | Distribution: OSS |
319 | 2023-11-14T18:53:50.852Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
320 | 2023-11-14T18:53:50.859Z | Go Version: go1.17.13 |
321 | 2023-11-14T18:53:50.866Z | C Compiler: gcc 10.3.0 |
322 | 2023-11-14T18:53:50.873Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
323 | 2023-11-14T18:53:50.881Z | Build Type: release |
324 | 2023-11-14T18:53:50.888Z | + set -o errexit |
325 | 2023-11-14T18:53:50.895Z | +++ dirname ./tools/ci_download_clickhouse |
326 | 2023-11-14T18:53:50.902Z | ++ cd ./tools |
327 | 2023-11-14T18:53:50.909Z | ++ pwd |
328 | 2023-11-14T18:53:50.916Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
329 | 2023-11-14T18:53:50.922Z | ++ basename ./tools/ci_download_clickhouse |
330 | 2023-11-14T18:53:50.934Z | + ARG0=ci_download_clickhouse |
331 | 2023-11-14T18:53:50.937Z | + TARGET_DIR=out |
332 | 2023-11-14T18:53:50.940Z | + DOWNLOAD_DIR=out/downloads |
333 | 2023-11-14T18:53:50.943Z | + DEST_DIR=./out/clickhouse |
334 | 2023-11-14T18:53:50.949Z | + CIDL_VERSION=v22.8.9.24 |
335 | 2023-11-14T18:53:50.970Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
336 | 2023-11-14T18:53:50.976Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
337 | 2023-11-14T18:53:50.980Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
338 | 2023-11-14T18:53:50.987Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-11-14T18:53:50.990Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
340 | 2023-11-14T18:53:50.993Z | + main |
341 | 2023-11-14T18:53:50.996Z | + [[ 0 != 0 ]] |
342 | 2023-11-14T18:53:50.999Z | + CIDL_OS=solaris2.11 |
343 | 2023-11-14T18:53:51.003Z | + [[ 0 != 0 ]] |
344 | 2023-11-14T18:53:51.006Z | + configure_os solaris2.11 |
345 | 2023-11-14T18:53:51.009Z | + echo 'current directory: /work/oxidecomputer/omicron' |
346 | 2023-11-14T18:53:51.017Z | current directory: /work/oxidecomputer/omicron |
347 | 2023-11-14T18:53:51.019Z | + echo 'configuring based on OS: "solaris2.11"' |
348 | 2023-11-14T18:53:51.022Z | configuring based on OS: "solaris2.11" |
349 | 2023-11-14T18:53:51.025Z | + CIDL_DASHREV= |
350 | 2023-11-14T18:53:51.028Z | + case "$1" in |
351 | 2023-11-14T18:53:51.031Z | + CIDL_PLATFORM=illumos |
352 | 2023-11-14T18:53:51.034Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-11-14T18:53:51.037Z | + CIDL_MD5FUNC=do_md5sum |
354 | 2023-11-14T18:53:51.040Z | + CIDL_DASHREV=-1 |
355 | 2023-11-14T18:53:51.043Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
356 | 2023-11-14T18:53:51.046Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-14T18:53:51.049Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-11-14T18:53:51.052Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-14T18:53:51.054Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
360 | 2023-11-14T18:53:51.058Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-14T18:53:51.060Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-14T18:53:51.063Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-14T18:53:51.066Z | + mkdir -p out/downloads |
364 | 2023-11-14T18:53:51.070Z | + mkdir -p ./out/clickhouse |
365 | 2023-11-14T18:53:51.073Z | + local DO_DOWNLOAD=true |
366 | 2023-11-14T18:53:51.077Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
367 | 2023-11-14T18:53:51.080Z | + '[' true == true ']' |
368 | 2023-11-14T18:53:51.083Z | + echo Downloading... |
369 | 2023-11-14T18:53:51.087Z | Downloading... |
370 | 2023-11-14T18:53:51.090Z | + 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 |
371 | 2023-11-14T18:53:51.092Z | + 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 |
372 | 2023-11-14T18:53:52.382Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-11-14T18:53:52.396Z | ++ md5sum |
374 | 2023-11-14T18:53:52.406Z | ++ awk '{print $1}' |
375 | 2023-11-14T18:53:52.641Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
376 | 2023-11-14T18:53:52.650Z | + [[ 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 ]] |
377 | 2023-11-14T18:53:52.662Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
378 | 2023-11-14T18:53:52.715Z | + mkdir -p ./out/clickhouse |
379 | 2023-11-14T18:53:52.727Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
380 | 2023-11-14T18:53:57.515Z | + ./out/clickhouse/clickhouse server --version |
381 | 2023-11-14T18:53:57.569Z | ClickHouse server version 22.8.9.1. |
382 | 2023-11-14T18:53:57.591Z | + set -o errexit |
383 | 2023-11-14T18:53:57.594Z | +++ dirname ./tools/ci_download_console |
384 | 2023-11-14T18:53:57.598Z | ++ cd ./tools |
385 | 2023-11-14T18:53:57.601Z | ++ pwd |
386 | 2023-11-14T18:53:57.603Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
387 | 2023-11-14T18:53:57.606Z | ++ basename ./tools/ci_download_console |
388 | 2023-11-14T18:53:57.609Z | + ARG0=ci_download_console |
389 | 2023-11-14T18:53:57.612Z | + TARGET_DIR=out |
390 | 2023-11-14T18:53:57.614Z | + DOWNLOAD_DIR=out/downloads |
391 | 2023-11-14T18:53:57.617Z | + DEST_DIR=./out/console-assets |
392 | 2023-11-14T18:53:57.620Z | + source /work/oxidecomputer/omicron/tools/console_version |
393 | 2023-11-14T18:53:57.623Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
394 | 2023-11-14T18:53:57.625Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
395 | 2023-11-14T18:53:57.628Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
396 | 2023-11-14T18:53:57.631Z | + TARBALL_FILE=out/downloads/console.tar.gz |
397 | 2023-11-14T18:53:57.634Z | + main |
398 | 2023-11-14T18:53:57.637Z | + [[ 0 != 0 ]] |
399 | 2023-11-14T18:53:57.640Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
400 | 2023-11-14T18:53:57.643Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
401 | 2023-11-14T18:53:57.646Z | + echo 'Local file: out/downloads/console.tar.gz' |
402 | 2023-11-14T18:53:57.649Z | Local file: out/downloads/console.tar.gz |
403 | 2023-11-14T18:53:57.654Z | + local DO_DOWNLOAD=true |
404 | 2023-11-14T18:53:57.657Z | + [[ -f out/downloads/console.tar.gz ]] |
405 | 2023-11-14T18:53:57.660Z | + mkdir -p out/downloads |
406 | 2023-11-14T18:53:57.662Z | + '[' true == true ']' |
407 | 2023-11-14T18:53:57.665Z | + echo Downloading... |
408 | 2023-11-14T18:53:57.668Z | Downloading... |
409 | 2023-11-14T18:53:57.670Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
410 | 2023-11-14T18:53:57.673Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
411 | 2023-11-14T18:53:58.271Z | ++ do_sha256sum out/downloads/console.tar.gz |
412 | 2023-11-14T18:53:58.280Z | ++ case "$OSTYPE" in |
413 | 2023-11-14T18:53:58.289Z | ++ SHA=sha256sum |
414 | 2023-11-14T18:53:58.296Z | ++ sha256sum |
415 | 2023-11-14T18:53:58.299Z | ++ awk '{print $1}' |
416 | 2023-11-14T18:53:58.302Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
417 | 2023-11-14T18:53:58.306Z | + [[ 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 ]] |
418 | 2023-11-14T18:53:58.308Z | + rm -rf ./out/console-assets |
419 | 2023-11-14T18:53:58.311Z | + mkdir -p ./out/console-assets |
420 | 2023-11-14T18:53:58.317Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
421 | 2023-11-14T18:53:58.320Z | + mkdir -p ./out/console-assets |
422 | 2023-11-14T18:53:58.323Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
423 | 2023-11-14T18:53:58.433Z | + set -o errexit |
424 | 2023-11-14T18:53:58.436Z | +++ dirname ./tools/ci_download_maghemite_openapi |
425 | 2023-11-14T18:53:58.439Z | ++ cd ./tools |
426 | 2023-11-14T18:53:58.442Z | ++ pwd |
427 | 2023-11-14T18:53:58.445Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
428 | 2023-11-14T18:53:58.448Z | ++ basename ./tools/ci_download_maghemite_openapi |
429 | 2023-11-14T18:53:58.451Z | + ARG0=ci_download_maghemite_openapi |
430 | 2023-11-14T18:53:58.454Z | + TARGET_DIR=out |
431 | 2023-11-14T18:53:58.457Z | + DOWNLOAD_DIR=out/downloads |
432 | 2023-11-14T18:53:58.459Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
433 | 2023-11-14T18:53:58.462Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
434 | 2023-11-14T18:53:58.466Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
435 | 2023-11-14T18:53:58.469Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
436 | 2023-11-14T18:53:58.472Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
437 | 2023-11-14T18:53:58.474Z | + main |
438 | 2023-11-14T18:53:58.477Z | + [[ 0 != 0 ]] |
439 | 2023-11-14T18:53:58.480Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
440 | 2023-11-14T18:53:58.483Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
441 | 2023-11-14T18:53:58.485Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
442 | 2023-11-14T18:53:58.488Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
443 | 2023-11-14T18:53:58.491Z | + local DO_DOWNLOAD=true |
444 | 2023-11-14T18:53:58.493Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
445 | 2023-11-14T18:53:58.496Z | + mkdir -p out/downloads |
446 | 2023-11-14T18:53:58.499Z | + '[' true == true ']' |
447 | 2023-11-14T18:53:58.502Z | + echo Downloading... |
448 | 2023-11-14T18:53:58.505Z | Downloading... |
449 | 2023-11-14T18:53:58.507Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
450 | 2023-11-14T18:53:58.510Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
451 | 2023-11-14T18:53:58.631Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
452 | 2023-11-14T18:53:58.634Z | ++ case "$OSTYPE" in |
453 | 2023-11-14T18:53:58.637Z | ++ SHA=sha256sum |
454 | 2023-11-14T18:53:58.643Z | ++ sha256sum |
455 | 2023-11-14T18:53:58.647Z | ++ awk '{print $1}' |
456 | 2023-11-14T18:53:58.649Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
457 | 2023-11-14T18:53:58.652Z | + [[ 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 ]] |
458 | 2023-11-14T18:53:58.660Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
459 | 2023-11-14T18:53:58.664Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
460 | 2023-11-14T18:53:58.667Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
461 | 2023-11-14T18:53:58.670Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
462 | 2023-11-14T18:53:58.673Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
463 | 2023-11-14T18:53:58.675Z | + main |
464 | 2023-11-14T18:53:58.678Z | + [[ 0 != 0 ]] |
465 | 2023-11-14T18:53:58.681Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
466 | 2023-11-14T18:53:58.684Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
467 | 2023-11-14T18:53:58.686Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
468 | 2023-11-14T18:53:58.689Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
469 | 2023-11-14T18:53:58.692Z | + local DO_DOWNLOAD=true |
470 | 2023-11-14T18:53:58.695Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
471 | 2023-11-14T18:53:58.701Z | + mkdir -p out/downloads |
472 | 2023-11-14T18:53:58.711Z | + '[' true == true ']' |
473 | 2023-11-14T18:53:58.723Z | + echo Downloading... |
474 | 2023-11-14T18:53:58.745Z | Downloading... |
475 | 2023-11-14T18:53:58.752Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
476 | 2023-11-14T18:53:58.758Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
477 | 2023-11-14T18:53:59.112Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
478 | 2023-11-14T18:53:59.115Z | ++ case "$OSTYPE" in |
479 | 2023-11-14T18:53:59.118Z | ++ SHA=sha256sum |
480 | 2023-11-14T18:53:59.122Z | ++ sha256sum |
481 | 2023-11-14T18:53:59.125Z | ++ awk '{print $1}' |
482 | 2023-11-14T18:53:59.128Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
483 | 2023-11-14T18:53:59.131Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
484 | 2023-11-14T18:53:59.133Z | + set -o errexit |
485 | 2023-11-14T18:53:59.136Z | +++ dirname ./tools/ci_download_dendrite_openapi |
486 | 2023-11-14T18:53:59.146Z | ++ cd ./tools |
487 | 2023-11-14T18:53:59.164Z | ++ pwd |
488 | 2023-11-14T18:53:59.182Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2023-11-14T18:53:59.192Z | ++ basename ./tools/ci_download_dendrite_openapi |
490 | 2023-11-14T18:53:59.199Z | + ARG0=ci_download_dendrite_openapi |
491 | 2023-11-14T18:53:59.203Z | + TARGET_DIR=out |
492 | 2023-11-14T18:53:59.207Z | + DOWNLOAD_DIR=out/downloads |
493 | 2023-11-14T18:53:59.211Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
494 | 2023-11-14T18:53:59.215Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
495 | 2023-11-14T18:53:59.218Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
496 | 2023-11-14T18:53:59.221Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
497 | 2023-11-14T18:53:59.223Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
498 | 2023-11-14T18:53:59.226Z | + main |
499 | 2023-11-14T18:53:59.229Z | + [[ 0 != 0 ]] |
500 | 2023-11-14T18:53:59.232Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
501 | 2023-11-14T18:53:59.235Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
502 | 2023-11-14T18:53:59.238Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
503 | 2023-11-14T18:53:59.241Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
504 | 2023-11-14T18:53:59.244Z | + local DO_DOWNLOAD=true |
505 | 2023-11-14T18:53:59.247Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
506 | 2023-11-14T18:53:59.252Z | + mkdir -p out/downloads |
507 | 2023-11-14T18:53:59.257Z | + '[' true == true ']' |
508 | 2023-11-14T18:53:59.261Z | + echo Downloading... |
509 | 2023-11-14T18:53:59.264Z | Downloading... |
510 | 2023-11-14T18:53:59.267Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
511 | 2023-11-14T18:53:59.270Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
512 | 2023-11-14T18:53:59.301Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
513 | 2023-11-14T18:53:59.304Z | ++ case "$OSTYPE" in |
514 | 2023-11-14T18:53:59.306Z | ++ SHA=sha256sum |
515 | 2023-11-14T18:53:59.309Z | ++ sha256sum |
516 | 2023-11-14T18:53:59.312Z | ++ awk '{print $1}' |
517 | 2023-11-14T18:53:59.315Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
518 | 2023-11-14T18:53:59.318Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
519 | 2023-11-14T18:53:59.321Z | + set -o errexit |
520 | 2023-11-14T18:53:59.324Z | +++ dirname ./tools/ci_download_dendrite_stub |
521 | 2023-11-14T18:53:59.327Z | ++ cd ./tools |
522 | 2023-11-14T18:53:59.330Z | ++ pwd |
523 | 2023-11-14T18:53:59.333Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2023-11-14T18:53:59.335Z | ++ basename ./tools/ci_download_dendrite_stub |
525 | 2023-11-14T18:53:59.339Z | + ARG0=ci_download_dendrite_stub |
526 | 2023-11-14T18:53:59.342Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
527 | 2023-11-14T18:53:59.345Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
528 | 2023-11-14T18:53:59.348Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
529 | 2023-11-14T18:53:59.351Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
530 | 2023-11-14T18:53:59.354Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
531 | 2023-11-14T18:53:59.357Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
532 | 2023-11-14T18:53:59.359Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
533 | 2023-11-14T18:53:59.362Z | + TARGET_DIR=out |
534 | 2023-11-14T18:53:59.365Z | + DOWNLOAD_DIR=out/downloads |
535 | 2023-11-14T18:53:59.368Z | + DEST_DIR=./out/dendrite-stub |
536 | 2023-11-14T18:53:59.370Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
537 | 2023-11-14T18:53:59.373Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
538 | 2023-11-14T18:53:59.376Z | + REPO=oxidecomputer/dendrite |
539 | 2023-11-14T18:53:59.378Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
540 | 2023-11-14T18:53:59.381Z | + main |
541 | 2023-11-14T18:53:59.384Z | + [[ 0 != 0 ]] |
542 | 2023-11-14T18:53:59.387Z | + CIDL_OS=solaris2.11 |
543 | 2023-11-14T18:53:59.389Z | + [[ 0 != 0 ]] |
544 | 2023-11-14T18:53:59.392Z | + configure_os solaris2.11 |
545 | 2023-11-14T18:53:59.396Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2023-11-14T18:53:59.398Z | current directory: /work/oxidecomputer/omicron |
547 | 2023-11-14T18:53:59.401Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2023-11-14T18:53:59.404Z | configuring based on OS: "solaris2.11" |
549 | 2023-11-14T18:53:59.406Z | + case "$1" in |
550 | 2023-11-14T18:53:59.409Z | + SET_BINARIES= |
551 | 2023-11-14T18:53:59.412Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
552 | 2023-11-14T18:53:59.414Z | + CIDL_SHA256FUNC=do_sha256sum |
553 | 2023-11-14T18:53:59.417Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
554 | 2023-11-14T18:53:59.420Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
555 | 2023-11-14T18:53:59.423Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-14T18:53:59.426Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
557 | 2023-11-14T18:53:59.429Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
558 | 2023-11-14T18:53:59.432Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
559 | 2023-11-14T18:53:59.435Z | Local file: out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-14T18:53:59.438Z | + mkdir -p out/downloads |
561 | 2023-11-14T18:53:59.440Z | + mkdir -p ./out/dendrite-stub |
562 | 2023-11-14T18:53:59.445Z | + fetch_and_verify |
563 | 2023-11-14T18:53:59.448Z | + local DO_DOWNLOAD=true |
564 | 2023-11-14T18:53:59.451Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
565 | 2023-11-14T18:53:59.454Z | + '[' true == true ']' |
566 | 2023-11-14T18:53:59.456Z | + echo Downloading... |
567 | 2023-11-14T18:53:59.459Z | Downloading... |
568 | 2023-11-14T18:53:59.462Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
569 | 2023-11-14T18:53:59.466Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
570 | 2023-11-14T18:54:14.527Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
571 | 2023-11-14T18:54:14.544Z | ++ sha256sum |
572 | 2023-11-14T18:54:14.554Z | ++ awk '{print $1}' |
573 | 2023-11-14T18:54:14.636Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
574 | 2023-11-14T18:54:14.644Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
575 | 2023-11-14T18:54:14.654Z | + do_untar out/downloads/dendrite-stub.tar.gz |
576 | 2023-11-14T18:54:14.661Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
577 | 2023-11-14T18:54:15.551Z | + do_assemble |
578 | 2023-11-14T18:54:15.558Z | + rm -r ./out/dendrite-stub |
579 | 2023-11-14T18:54:15.568Z | + mkdir ./out/dendrite-stub |
580 | 2023-11-14T18:54:15.577Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
581 | 2023-11-14T18:54:15.694Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
582 | 2023-11-14T18:54:15.710Z | + set -o errexit |
583 | 2023-11-14T18:54:15.781Z | +++ dirname ./tools/ci_download_maghemite_mgd |
584 | 2023-11-14T18:54:15.804Z | ++ cd ./tools |
585 | 2023-11-14T18:54:15.813Z | ++ pwd |
586 | 2023-11-14T18:54:15.823Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
587 | 2023-11-14T18:54:15.828Z | ++ basename ./tools/ci_download_maghemite_mgd |
588 | 2023-11-14T18:54:15.835Z | + ARG0=ci_download_maghemite_mgd |
589 | 2023-11-14T18:54:15.842Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
590 | 2023-11-14T18:54:15.847Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
591 | 2023-11-14T18:54:15.851Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
592 | 2023-11-14T18:54:15.854Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
593 | 2023-11-14T18:54:15.859Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
594 | 2023-11-14T18:54:15.868Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
595 | 2023-11-14T18:54:15.872Z | + TARGET_DIR=out |
596 | 2023-11-14T18:54:16.283Z | + DOWNLOAD_DIR=out/downloads |
597 | 2023-11-14T18:54:16.293Z | + DEST_DIR=./out/mgd |
598 | 2023-11-14T18:54:16.301Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
599 | 2023-11-14T18:54:16.305Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
600 | 2023-11-14T18:54:16.309Z | + REPO=oxidecomputer/maghemite |
601 | 2023-11-14T18:54:16.313Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
602 | 2023-11-14T18:54:16.316Z | + main |
603 | 2023-11-14T18:54:16.319Z | + [[ 0 != 0 ]] |
604 | 2023-11-14T18:54:16.322Z | + CIDL_OS=solaris2.11 |
605 | 2023-11-14T18:54:16.325Z | + [[ 0 != 0 ]] |
606 | 2023-11-14T18:54:16.328Z | + configure_os solaris2.11 |
607 | 2023-11-14T18:54:16.331Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2023-11-14T18:54:16.334Z | current directory: /work/oxidecomputer/omicron |
609 | 2023-11-14T18:54:16.337Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2023-11-14T18:54:16.340Z | configuring based on OS: "solaris2.11" |
611 | 2023-11-14T18:54:16.344Z | + case "$1" in |
612 | 2023-11-14T18:54:16.347Z | + SET_BINARIES= |
613 | 2023-11-14T18:54:16.350Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2023-11-14T18:54:16.353Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2023-11-14T18:54:16.356Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
616 | 2023-11-14T18:54:16.362Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2023-11-14T18:54:16.365Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
618 | 2023-11-14T18:54:16.368Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
619 | 2023-11-14T18:54:16.371Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
620 | 2023-11-14T18:54:16.374Z | Local file: out/downloads/mgd.tar.gz |
621 | 2023-11-14T18:54:16.377Z | + mkdir -p out/downloads |
622 | 2023-11-14T18:54:16.379Z | + mkdir -p ./out/mgd |
623 | 2023-11-14T18:54:16.382Z | + fetch_and_verify |
624 | 2023-11-14T18:54:16.386Z | + local DO_DOWNLOAD=true |
625 | 2023-11-14T18:54:16.389Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2023-11-14T18:54:16.392Z | + '[' true == true ']' |
627 | 2023-11-14T18:54:16.395Z | + echo Downloading... |
628 | 2023-11-14T18:54:16.398Z | Downloading... |
629 | 2023-11-14T18:54:16.401Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2023-11-14T18:54:16.405Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
631 | 2023-11-14T18:54:22.378Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2023-11-14T18:54:22.385Z | ++ sha256sum |
633 | 2023-11-14T18:54:22.395Z | ++ awk '{print $1}' |
634 | 2023-11-14T18:54:22.455Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
635 | 2023-11-14T18:54:22.458Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
636 | 2023-11-14T18:54:22.461Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2023-11-14T18:54:22.464Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2023-11-14T18:54:23.116Z | + do_assemble |
639 | 2023-11-14T18:54:23.124Z | + rm -r ./out/mgd |
640 | 2023-11-14T18:54:23.129Z | + mkdir ./out/mgd |
641 | 2023-11-14T18:54:23.132Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2023-11-14T18:54:23.334Z | + set -o errexit |
643 | 2023-11-14T18:54:23.338Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2023-11-14T18:54:23.344Z | ++ cd ./tools |
645 | 2023-11-14T18:54:23.356Z | ++ pwd |
646 | 2023-11-14T18:54:23.776Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2023-11-14T18:54:23.790Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2023-11-14T18:54:24.211Z | + ARG0=ci_download_transceiver_control |
649 | 2023-11-14T18:54:24.215Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2023-11-14T18:54:24.217Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-11-14T18:54:24.221Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2023-11-14T18:54:24.228Z | + TARGET_DIR=out |
653 | 2023-11-14T18:54:24.247Z | + DOWNLOAD_DIR=out/downloads |
654 | 2023-11-14T18:54:24.259Z | + DEST_DIR=./out/transceiver-control |
655 | 2023-11-14T18:54:24.276Z | + BIN_DIR=/opt/oxide/bin |
656 | 2023-11-14T18:54:24.285Z | + BINARY=xcvradm |
657 | 2023-11-14T18:54:24.295Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2023-11-14T18:54:24.306Z | + REPO=oxidecomputer/transceiver-control |
659 | 2023-11-14T18:54:24.312Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2023-11-14T18:54:24.316Z | + main |
661 | 2023-11-14T18:54:24.328Z | + [[ 0 != 0 ]] |
662 | 2023-11-14T18:54:24.331Z | + CIDL_OS=solaris2.11 |
663 | 2023-11-14T18:54:24.336Z | + [[ 0 != 0 ]] |
664 | 2023-11-14T18:54:24.339Z | + configure_os solaris2.11 |
665 | 2023-11-14T18:54:24.344Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2023-11-14T18:54:24.348Z | current directory: /work/oxidecomputer/omicron |
667 | 2023-11-14T18:54:24.353Z | + echo 'configuring based on OS: "solaris2.11"' |
668 | 2023-11-14T18:54:24.357Z | configuring based on OS: "solaris2.11" |
669 | 2023-11-14T18:54:24.360Z | + case "$1" in |
670 | 2023-11-14T18:54:24.363Z | + SET_BINARIES= |
671 | 2023-11-14T18:54:24.367Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2023-11-14T18:54:24.371Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2023-11-14T18:54:24.374Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2023-11-14T18:54:24.378Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2023-11-14T18:54:24.385Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2023-11-14T18:54:24.396Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2023-11-14T18:54:24.400Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-14T18:54:24.404Z | + echo 'Local file: out/downloads/xcvradm.gz' |
679 | 2023-11-14T18:54:24.408Z | + mkdir -p out/downloads |
680 | 2023-11-14T18:54:24.411Z | Local file: out/downloads/xcvradm.gz |
681 | 2023-11-14T18:54:24.416Z | + mkdir -p ./out/transceiver-control |
682 | 2023-11-14T18:54:24.423Z | + fetch_and_verify |
683 | 2023-11-14T18:54:24.435Z | + local DO_DOWNLOAD=true |
684 | 2023-11-14T18:54:24.446Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2023-11-14T18:54:24.451Z | + '[' true == true ']' |
686 | 2023-11-14T18:54:24.457Z | + echo Downloading... |
687 | 2023-11-14T18:54:24.462Z | Downloading... |
688 | 2023-11-14T18:54:24.467Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2023-11-14T18:54:24.472Z | + 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 |
690 | 2023-11-14T18:54:25.593Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2023-11-14T18:54:25.599Z | ++ sha256sum |
692 | 2023-11-14T18:54:25.606Z | ++ awk '{print $1}' |
693 | 2023-11-14T18:54:25.613Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2023-11-14T18:54:25.621Z | + [[ 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 ]] |
695 | 2023-11-14T18:54:25.709Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2023-11-14T18:54:25.717Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2023-11-14T18:54:26.141Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2023-11-14T18:54:26.157Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2023-11-14T18:54:26.571Z | + do_assemble |
700 | 2023-11-14T18:54:26.577Z | + rm -r ./out/transceiver-control |
701 | 2023-11-14T18:54:26.593Z | + mkdir ./out/transceiver-control |
702 | 2023-11-14T18:54:26.600Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2023-11-14T18:54:26.609Z | All builder prerequisites installed successfully, and PATH looks valid |
704 | 2023-11-14T18:54:26.613Z | |
705 | 2023-11-14T18:54:26.633Z | real 1:56.696547617 |
706 | 2023-11-14T18:54:26.648Z | user 52.313800280 |
707 | 2023-11-14T18:54:26.659Z | sys 10.006675483 |
708 | 2023-11-14T18:54:26.668Z | trap 0.022420662 |
709 | 2023-11-14T18:54:26.687Z | tflt 0.148784386 |
710 | 2023-11-14T18:54:26.696Z | dflt 0.823643968 |
711 | 2023-11-14T18:54:26.719Z | kflt 0.163548739 |
712 | 2023-11-14T18:54:26.728Z | lock 2.015368314 |
713 | 2023-11-14T18:54:26.749Z | slp 3:42.095514716 |
714 | 2023-11-14T18:54:26.758Z | lat 3.448221913 |
715 | 2023-11-14T18:54:26.767Z | stop 0.055405510 |
716 | 2023-11-14T18:54:26.777Z | |
717 | 2023-11-14T18:54:26.787Z | #### # # ##### ##### # # |
718 | 2023-11-14T18:54:26.798Z | # # # # # # # # # # |
719 | 2023-11-14T18:54:26.815Z | # # # # # # # # |
720 | 2023-11-14T18:54:26.828Z | # # # ##### ##### # |
721 | 2023-11-14T18:54:26.835Z | # # # # # # # |
722 | 2023-11-14T18:54:26.841Z | #### ###### # # # # |
723 | 2023-11-14T18:54:26.850Z | |
724 | 2023-11-14T18:54:26.854Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
725 | 2023-11-14T18:54:26.858Z | Updating crates.io index |
726 | 2023-11-14T18:54:26.862Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2023-11-14T18:54:27.574Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2023-11-14T18:54:29.440Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2023-11-14T18:54:30.057Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2023-11-14T18:54:30.444Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2023-11-14T18:54:30.754Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2023-11-14T18:54:31.049Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2023-11-14T18:54:32.200Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2023-11-14T18:54:34.282Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2023-11-14T18:54:35.450Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2023-11-14T18:54:35.766Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2023-11-14T18:54:36.351Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2023-11-14T18:54:37.106Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
739 | 2023-11-14T18:54:37.148Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
740 | 2023-11-14T18:54:37.580Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
741 | 2023-11-14T18:54:37.890Z | Updating git repository `https://github.com/njaremko/samael` |
742 | 2023-11-14T18:54:38.344Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
743 | 2023-11-14T18:54:38.941Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
744 | 2023-11-14T18:54:39.374Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
745 | 2023-11-14T18:54:39.701Z | Updating git repository `https://github.com/jgallagher/nix` |
746 | 2023-11-14T18:54:41.056Z | Updating git repository `https://github.com/cbiffle/hubpack` |
747 | 2023-11-14T18:54:41.434Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
748 | 2023-11-14T18:54:50.607Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
749 | 2023-11-14T18:54:51.092Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2023-11-14T18:54:52.105Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2023-11-14T18:54:52.950Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2023-11-14T18:54:52.990Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2023-11-14T18:54:54.243Z | Downloading crates ... |
754 | 2023-11-14T18:54:54.460Z | Downloaded cargo_toml v0.17.0 |
755 | 2023-11-14T18:54:54.463Z | Downloaded itoa v1.0.9 |
756 | 2023-11-14T18:54:54.467Z | Downloaded terminal_size v0.2.6 |
757 | 2023-11-14T18:54:54.473Z | Downloaded winnow v0.5.15 |
758 | 2023-11-14T18:54:54.491Z | Downloaded equivalent v1.0.1 |
759 | 2023-11-14T18:54:54.512Z | Downloaded anstyle-query v1.0.0 |
760 | 2023-11-14T18:54:54.542Z | Downloaded colorchoice v1.0.0 |
761 | 2023-11-14T18:54:54.565Z | Downloaded bitflags v1.3.2 |
762 | 2023-11-14T18:54:54.573Z | Downloaded thiserror-impl v1.0.49 |
763 | 2023-11-14T18:54:54.580Z | Downloaded cargo_metadata v0.18.0 |
764 | 2023-11-14T18:54:54.585Z | Downloaded clap_lex v0.5.1 |
765 | 2023-11-14T18:54:54.588Z | Downloaded toml_datetime v0.6.5 |
766 | 2023-11-14T18:54:54.590Z | Downloaded camino v1.1.6 |
767 | 2023-11-14T18:54:54.593Z | Downloaded heck v0.4.1 |
768 | 2023-11-14T18:54:54.600Z | Downloaded cargo-platform v0.1.3 |
769 | 2023-11-14T18:54:54.604Z | Downloaded anstyle v1.0.2 |
770 | 2023-11-14T18:54:54.607Z | Downloaded strsim v0.10.0 |
771 | 2023-11-14T18:54:54.609Z | Downloaded errno v0.3.2 |
772 | 2023-11-14T18:54:54.612Z | Downloaded utf8parse v0.2.1 |
773 | 2023-11-14T18:54:54.615Z | Downloaded thiserror v1.0.49 |
774 | 2023-11-14T18:54:54.618Z | Downloaded clap_derive v4.4.2 |
775 | 2023-11-14T18:54:54.620Z | Downloaded serde_spanned v0.6.4 |
776 | 2023-11-14T18:54:54.623Z | Downloaded anstream v0.5.0 |
777 | 2023-11-14T18:54:54.626Z | Downloaded clap v4.4.3 |
778 | 2023-11-14T18:54:54.629Z | Downloaded toml v0.8.8 |
779 | 2023-11-14T18:54:54.632Z | Downloaded quote v1.0.33 |
780 | 2023-11-14T18:54:54.634Z | Downloaded io-lifetimes v1.0.11 |
781 | 2023-11-14T18:54:54.637Z | Downloaded indexmap v2.1.0 |
782 | 2023-11-14T18:54:54.640Z | Downloaded toml_edit v0.21.0 |
783 | 2023-11-14T18:54:54.643Z | Downloaded memchr v2.6.3 |
784 | 2023-11-14T18:54:54.646Z | Downloaded hashbrown v0.14.2 |
785 | 2023-11-14T18:54:54.648Z | Downloaded clap_builder v4.4.2 |
786 | 2023-11-14T18:54:54.651Z | Downloaded syn v2.0.32 |
787 | 2023-11-14T18:54:54.666Z | Downloaded rustix v0.37.23 |
788 | 2023-11-14T18:54:54.699Z | Downloaded libc v0.2.150 |
789 | 2023-11-14T18:54:54.749Z | Downloaded serde_json v1.0.108 |
790 | 2023-11-14T18:54:54.775Z | Downloaded serde v1.0.188 |
791 | 2023-11-14T18:54:54.781Z | Downloaded ryu v1.0.15 |
792 | 2023-11-14T18:54:54.785Z | Downloaded anyhow v1.0.75 |
793 | 2023-11-14T18:54:54.791Z | Downloaded proc-macro2 v1.0.67 |
794 | 2023-11-14T18:54:54.799Z | Downloaded serde_derive v1.0.188 |
795 | 2023-11-14T18:54:54.805Z | Downloaded anstyle-parse v0.2.1 |
796 | 2023-11-14T18:54:54.809Z | Downloaded unicode-ident v1.0.12 |
797 | 2023-11-14T18:54:54.812Z | Downloaded semver v1.0.20 |
798 | 2023-11-14T18:54:54.925Z | Compiling proc-macro2 v1.0.67 |
799 | 2023-11-14T18:54:54.930Z | Compiling unicode-ident v1.0.12 |
800 | 2023-11-14T18:54:54.933Z | Compiling serde v1.0.188 |
801 | 2023-11-14T18:54:54.937Z | Compiling libc v0.2.150 |
802 | 2023-11-14T18:54:54.940Z | Compiling io-lifetimes v1.0.11 |
803 | 2023-11-14T18:54:54.945Z | Compiling rustix v0.37.23 |
804 | 2023-11-14T18:54:54.950Z | Compiling hashbrown v0.14.2 |
805 | 2023-11-14T18:54:54.955Z | Compiling equivalent v1.0.1 |
806 | 2023-11-14T18:54:55.184Z | Compiling utf8parse v0.2.1 |
807 | 2023-11-14T18:54:55.243Z | Compiling bitflags v1.3.2 |
808 | 2023-11-14T18:54:55.418Z | Compiling anstyle-parse v0.2.1 |
809 | 2023-11-14T18:54:55.433Z | Compiling winnow v0.5.15 |
810 | 2023-11-14T18:54:55.845Z | Compiling anstyle v1.0.2 |
811 | 2023-11-14T18:54:56.313Z | Compiling serde_json v1.0.108 |
812 | 2023-11-14T18:54:56.678Z | Compiling indexmap v2.1.0 |
813 | 2023-11-14T18:54:56.821Z | Compiling semver v1.0.20 |
814 | 2023-11-14T18:54:56.972Z | Compiling camino v1.1.6 |
815 | 2023-11-14T18:54:57.014Z | Compiling thiserror v1.0.49 |
816 | 2023-11-14T18:54:57.268Z | Compiling anstyle-query v1.0.0 |
817 | 2023-11-14T18:54:57.455Z | Compiling colorchoice v1.0.0 |
818 | 2023-11-14T18:54:57.584Z | Compiling itoa v1.0.9 |
819 | 2023-11-14T18:54:57.667Z | Compiling anstream v0.5.0 |
820 | 2023-11-14T18:54:57.854Z | Compiling strsim v0.10.0 |
821 | 2023-11-14T18:54:57.873Z | Compiling anyhow v1.0.75 |
822 | 2023-11-14T18:54:57.912Z | Compiling ryu v1.0.15 |
823 | 2023-11-14T18:54:58.467Z | Compiling quote v1.0.33 |
824 | 2023-11-14T18:54:58.584Z | Compiling clap_lex v0.5.1 |
825 | 2023-11-14T18:54:58.627Z | Compiling heck v0.4.1 |
826 | 2023-11-14T18:54:59.002Z | Compiling errno v0.3.2 |
827 | 2023-11-14T18:54:59.270Z | Compiling syn v2.0.32 |
828 | 2023-11-14T18:55:00.570Z | Compiling terminal_size v0.2.6 |
829 | 2023-11-14T18:55:00.699Z | Compiling clap_builder v4.4.2 |
830 | 2023-11-14T18:55:06.364Z | Compiling serde_derive v1.0.188 |
831 | 2023-11-14T18:55:06.376Z | Compiling thiserror-impl v1.0.49 |
832 | 2023-11-14T18:55:06.383Z | Compiling clap_derive v4.4.2 |
833 | 2023-11-14T18:55:10.551Z | Compiling clap v4.4.3 |
834 | 2023-11-14T18:55:18.115Z | Compiling serde_spanned v0.6.4 |
835 | 2023-11-14T18:55:18.126Z | Compiling toml_datetime v0.6.5 |
836 | 2023-11-14T18:55:18.134Z | Compiling cargo-platform v0.1.3 |
837 | 2023-11-14T18:55:18.381Z | Compiling toml_edit v0.21.0 |
838 | 2023-11-14T18:55:20.012Z | Compiling cargo_metadata v0.18.0 |
839 | 2023-11-14T18:55:21.662Z | Compiling toml v0.8.8 |
840 | 2023-11-14T18:55:22.684Z | Compiling cargo_toml v0.17.0 |
841 | 2023-11-14T18:55:27.804Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
842 | 2023-11-14T18:55:29.014Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
843 | 2023-11-14T18:55:29.223Z | Running `target/debug/xtask clippy` |
844 | 2023-11-14T18:55:29.277Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
845 | 2023-11-14T18:55:30.158Z | Downloading crates ... |
846 | 2023-11-14T18:55:30.401Z | Downloaded bitfield v0.14.0 |
847 | 2023-11-14T18:55:30.426Z | Downloaded instant v0.1.12 |
848 | 2023-11-14T18:55:30.440Z | Downloaded ident_case v1.0.1 |
849 | 2023-11-14T18:55:30.443Z | Downloaded block-buffer v0.10.4 |
850 | 2023-11-14T18:55:30.447Z | Downloaded maybe-uninit v2.0.0 |
851 | 2023-11-14T18:55:30.451Z | Downloaded mime v0.3.17 |
852 | 2023-11-14T18:55:30.455Z | Downloaded mime_guess v2.0.4 |
853 | 2023-11-14T18:55:30.464Z | Downloaded normalize-line-endings v0.3.0 |
854 | 2023-11-14T18:55:30.468Z | Downloaded num-iter v0.1.43 |
855 | 2023-11-14T18:55:30.473Z | Downloaded adler v1.0.2 |
856 | 2023-11-14T18:55:30.479Z | Downloaded num-derive v0.4.0 |
857 | 2023-11-14T18:55:30.494Z | Downloaded assert_matches v1.5.0 |
858 | 2023-11-14T18:55:30.502Z | Downloaded arrayref v0.3.7 |
859 | 2023-11-14T18:55:30.507Z | Downloaded array-init v0.0.4 |
860 | 2023-11-14T18:55:30.511Z | Downloaded aead v0.5.2 |
861 | 2023-11-14T18:55:30.517Z | Downloaded match_cfg v0.1.0 |
862 | 2023-11-14T18:55:30.520Z | Downloaded resolv-conf v0.7.0 |
863 | 2023-11-14T18:55:30.528Z | Downloaded async-stream-impl v0.3.5 |
864 | 2023-11-14T18:55:30.532Z | Downloaded signal-hook-tokio v0.3.1 |
865 | 2023-11-14T18:55:30.538Z | Downloaded ciborium-io v0.2.1 |
866 | 2023-11-14T18:55:30.541Z | Downloaded bcs v0.1.6 |
867 | 2023-11-14T18:55:30.545Z | Downloaded corncobs v0.1.3 |
868 | 2023-11-14T18:55:30.551Z | Downloaded bb8 v0.8.1 |
869 | 2023-11-14T18:55:30.555Z | Downloaded lru-cache v0.1.2 |
870 | 2023-11-14T18:55:30.559Z | Downloaded nodrop v0.1.14 |
871 | 2023-11-14T18:55:30.590Z | Downloaded maplit v1.0.2 |
872 | 2023-11-14T18:55:30.593Z | Downloaded addr2line v0.21.0 |
873 | 2023-11-14T18:55:30.596Z | Downloaded xattr v1.0.1 |
874 | 2023-11-14T18:55:30.598Z | Downloaded take_mut v0.2.2 |
875 | 2023-11-14T18:55:30.602Z | Downloaded stable_deref_trait v1.2.0 |
876 | 2023-11-14T18:55:30.604Z | Downloaded crossbeam v0.8.2 |
877 | 2023-11-14T18:55:30.607Z | Downloaded crc v3.0.1 |
878 | 2023-11-14T18:55:30.610Z | Downloaded dyn-clone v1.0.13 |
879 | 2023-11-14T18:55:30.613Z | Downloaded bit-vec v0.6.3 |
880 | 2023-11-14T18:55:30.616Z | Downloaded colored v2.0.4 |
881 | 2023-11-14T18:55:30.620Z | Downloaded tiny-keccak v2.0.2 |
882 | 2023-11-14T18:55:30.625Z | Downloaded nanorand v0.7.0 |
883 | 2023-11-14T18:55:30.628Z | Downloaded lalrpop-util v0.19.12 |
884 | 2023-11-14T18:55:30.631Z | Downloaded yansi v0.5.1 |
885 | 2023-11-14T18:55:30.634Z | Downloaded termios v0.3.3 |
886 | 2023-11-14T18:55:30.637Z | Downloaded libsw v3.3.0 |
887 | 2023-11-14T18:55:30.644Z | Downloaded foreign-types v0.5.0 |
888 | 2023-11-14T18:55:30.653Z | Downloaded const-oid v0.9.5 |
889 | 2023-11-14T18:55:30.660Z | Downloaded oso-derive v0.27.0 |
890 | 2023-11-14T18:55:30.663Z | Downloaded tokio-rustls v0.24.1 |
891 | 2023-11-14T18:55:30.666Z | Downloaded structmeta-derive v0.1.6 |
892 | 2023-11-14T18:55:30.670Z | Downloaded foreign-types-shared v0.3.1 |
893 | 2023-11-14T18:55:30.676Z | Downloaded pin-project-lite v0.2.13 |
894 | 2023-11-14T18:55:31.085Z | Downloaded curve25519-dalek-derive v0.1.0 |
895 | 2023-11-14T18:55:31.089Z | Downloaded linked-hash-map v0.5.6 |
896 | 2023-11-14T18:55:31.092Z | Downloaded tinytemplate v1.2.1 |
897 | 2023-11-14T18:55:31.096Z | Downloaded nu-ansi-term v0.49.0 |
898 | 2023-11-14T18:55:31.100Z | Downloaded darling_macro v0.20.3 |
899 | 2023-11-14T18:55:31.104Z | Downloaded crunchy v0.2.2 |
900 | 2023-11-14T18:55:31.107Z | Downloaded fixedbitset v0.4.2 |
901 | 2023-11-14T18:55:31.111Z | Downloaded slog-stdlog v4.1.1 |
902 | 2023-11-14T18:55:31.115Z | Downloaded crossbeam-utils v0.8.16 |
903 | 2023-11-14T18:55:31.119Z | Downloaded form_urlencoded v1.2.0 |
904 | 2023-11-14T18:55:31.136Z | Downloaded ref-cast v1.0.20 |
905 | 2023-11-14T18:55:31.141Z | Downloaded vte_generate_state_changes v0.1.1 |
906 | 2023-11-14T18:55:31.147Z | Downloaded rustfmt-wrapper v0.2.0 |
907 | 2023-11-14T18:55:31.151Z | Downloaded omicron-zone-package v0.8.3 |
908 | 2023-11-14T18:55:31.163Z | Downloaded schemars v0.8.13 |
909 | 2023-11-14T18:55:31.180Z | Downloaded cstr-argument v0.1.2 |
910 | 2023-11-14T18:55:31.199Z | Downloaded want v0.3.1 |
911 | 2023-11-14T18:55:31.209Z | Downloaded funty v2.0.0 |
912 | 2023-11-14T18:55:31.217Z | Downloaded flagset v0.4.3 |
913 | 2023-11-14T18:55:31.221Z | Downloaded shlex v1.1.0 |
914 | 2023-11-14T18:55:31.224Z | Downloaded zone v0.3.0 |
915 | 2023-11-14T18:55:31.228Z | Downloaded diff v0.1.13 |
916 | 2023-11-14T18:55:31.231Z | Downloaded endian-type v0.1.2 |
917 | 2023-11-14T18:55:31.234Z | Downloaded derive_builder_macro v0.12.0 |
918 | 2023-11-14T18:55:31.237Z | Downloaded r2d2 v0.8.10 |
919 | 2023-11-14T18:55:31.240Z | Downloaded serde-big-array v0.5.1 |
920 | 2023-11-14T18:55:31.243Z | Downloaded try-lock v0.2.4 |
921 | 2023-11-14T18:55:31.246Z | Downloaded serde-big-array v0.4.1 |
922 | 2023-11-14T18:55:31.250Z | Downloaded darling_macro v0.14.4 |
923 | 2023-11-14T18:55:31.253Z | Downloaded path-dedot v3.1.0 |
924 | 2023-11-14T18:55:31.256Z | Downloaded wait-timeout v0.2.0 |
925 | 2023-11-14T18:55:31.259Z | Downloaded similar-asserts v1.5.0 |
926 | 2023-11-14T18:55:31.262Z | Downloaded owo-colors v3.5.0 |
927 | 2023-11-14T18:55:31.265Z | Downloaded untrusted v0.9.0 |
928 | 2023-11-14T18:55:31.270Z | Downloaded phf_shared v0.10.0 |
929 | 2023-11-14T18:55:31.274Z | Downloaded untrusted v0.7.1 |
930 | 2023-11-14T18:55:31.277Z | Downloaded signature v2.1.0 |
931 | 2023-11-14T18:55:31.280Z | Downloaded strum_macros v0.25.2 |
932 | 2023-11-14T18:55:31.284Z | Downloaded parking_lot v0.12.1 |
933 | 2023-11-14T18:55:31.291Z | Downloaded derive_more v0.99.17 |
934 | 2023-11-14T18:55:31.294Z | Downloaded foreign-types v0.3.2 |
935 | 2023-11-14T18:55:31.298Z | Downloaded spin v0.5.2 |
936 | 2023-11-14T18:55:31.301Z | Downloaded semver-parser v0.10.2 |
937 | 2023-11-14T18:55:31.306Z | Downloaded fxhash v0.2.1 |
938 | 2023-11-14T18:55:31.309Z | Downloaded rustc-demangle v0.1.23 |
939 | 2023-11-14T18:55:31.313Z | Downloaded tower-service v0.3.2 |
940 | 2023-11-14T18:55:31.316Z | Downloaded platforms v3.0.2 |
941 | 2023-11-14T18:55:31.321Z | Downloaded futures-io v0.3.29 |
942 | 2023-11-14T18:55:31.325Z | Downloaded phf v0.11.2 |
943 | 2023-11-14T18:55:31.329Z | Downloaded openssl-probe v0.1.5 |
944 | 2023-11-14T18:55:31.332Z | Downloaded vte v0.11.1 |
945 | 2023-11-14T18:55:31.336Z | Downloaded pretty-hex v0.3.0 |
946 | 2023-11-14T18:55:31.342Z | Downloaded fnv v1.0.7 |
947 | 2023-11-14T18:55:31.346Z | Downloaded darling v0.20.3 |
948 | 2023-11-14T18:55:31.377Z | Downloaded doc-comment v0.3.3 |
949 | 2023-11-14T18:55:31.380Z | Downloaded structmeta v0.1.6 |
950 | 2023-11-14T18:55:31.386Z | Downloaded datatest-stable v0.2.3 |
951 | 2023-11-14T18:55:31.389Z | Downloaded diesel_derives v2.1.1 |
952 | 2023-11-14T18:55:31.392Z | Downloaded opaque-debug v0.3.0 |
953 | 2023-11-14T18:55:31.396Z | Downloaded ena v0.14.2 |
954 | 2023-11-14T18:55:31.399Z | Downloaded which v4.4.0 |
955 | 2023-11-14T18:55:31.402Z | Downloaded enum-as-inner v0.5.1 |
956 | 2023-11-14T18:55:31.405Z | Downloaded packed_struct v0.10.1 |
957 | 2023-11-14T18:55:31.408Z | Downloaded futures-channel v0.3.29 |
958 | 2023-11-14T18:55:31.411Z | Downloaded itertools v0.10.5 |
959 | 2023-11-14T18:55:31.418Z | Downloaded waitgroup v0.1.2 |
960 | 2023-11-14T18:55:31.421Z | Downloaded peeking_take_while v0.1.2 |
961 | 2023-11-14T18:55:31.423Z | Downloaded path-slash v0.1.5 |
962 | 2023-11-14T18:55:31.426Z | Downloaded hash32 v0.2.1 |
963 | 2023-11-14T18:55:31.429Z | Downloaded rcgen v0.11.3 |
964 | 2023-11-14T18:55:31.432Z | Downloaded digest v0.10.7 |
965 | 2023-11-14T18:55:31.435Z | Downloaded rayon-core v1.12.0 |
966 | 2023-11-14T18:55:31.438Z | Downloaded pin-utils v0.1.0 |
967 | 2023-11-14T18:55:31.442Z | Downloaded phf_shared v0.11.2 |
968 | 2023-11-14T18:55:31.445Z | Downloaded futures v0.3.29 |
969 | 2023-11-14T18:55:31.448Z | Downloaded rustversion v1.0.14 |
970 | 2023-11-14T18:55:31.453Z | Downloaded group v0.13.0 |
971 | 2023-11-14T18:55:31.456Z | Downloaded unicode-width v0.1.11 |
972 | 2023-11-14T18:55:31.459Z | Downloaded rusty-fork v0.3.0 |
973 | 2023-11-14T18:55:31.462Z | Downloaded tracing-attributes v0.1.26 |
974 | 2023-11-14T18:55:31.466Z | Downloaded hkdf v0.12.3 |
975 | 2023-11-14T18:55:31.479Z | Downloaded pretty-hex v0.2.1 |
976 | 2023-11-14T18:55:31.500Z | Downloaded ringbuffer v0.15.0 |
977 | 2023-11-14T18:55:31.509Z | Downloaded difflib v0.4.0 |
978 | 2023-11-14T18:55:31.512Z | Downloaded spin v0.9.8 |
979 | 2023-11-14T18:55:31.515Z | Downloaded socket2 v0.4.9 |
980 | 2023-11-14T18:55:31.519Z | Downloaded toolchain_find v0.2.0 |
981 | 2023-11-14T18:55:31.522Z | Downloaded olpc-cjson v0.1.3 |
982 | 2023-11-14T18:55:31.525Z | Downloaded unicode-xid v0.2.4 |
983 | 2023-11-14T18:55:31.528Z | Downloaded plotters-backend v0.3.5 |
984 | 2023-11-14T18:55:31.531Z | Downloaded env_logger v0.9.3 |
985 | 2023-11-14T18:55:31.534Z | Downloaded version_check v0.9.4 |
986 | 2023-11-14T18:55:31.537Z | Downloaded walkdir v2.4.0 |
987 | 2023-11-14T18:55:31.540Z | Downloaded getopts v0.2.21 |
988 | 2023-11-14T18:55:31.543Z | Downloaded crypto-bigint v0.5.2 |
989 | 2023-11-14T18:55:31.545Z | Downloaded serde_repr v0.1.16 |
990 | 2023-11-14T18:55:31.548Z | Downloaded unicase v2.7.0 |
991 | 2023-11-14T18:55:31.551Z | Downloaded precomputed-hash v0.1.1 |
992 | 2023-11-14T18:55:31.554Z | Downloaded subprocess v0.2.9 |
993 | 2023-11-14T18:55:31.557Z | Downloaded flate2 v1.0.28 |
994 | 2023-11-14T18:55:31.559Z | Downloaded generic-array v0.14.7 |
995 | 2023-11-14T18:55:31.562Z | Downloaded strum_macros v0.24.3 |
996 | 2023-11-14T18:55:31.566Z | Downloaded pkg-config v0.3.27 |
997 | 2023-11-14T18:55:31.569Z | Downloaded dirs-sys-next v0.1.2 |
998 | 2023-11-14T18:55:31.571Z | Downloaded slog-json v2.6.1 |
999 | 2023-11-14T18:55:31.574Z | Downloaded dirs-next v2.0.0 |
1000 | 2023-11-14T18:55:31.577Z | Downloaded itertools v0.11.0 |
1001 | 2023-11-14T18:55:31.580Z | Downloaded smawk v0.3.1 |
1002 | 2023-11-14T18:55:31.583Z | Downloaded threadpool v1.8.1 |
1003 | 2023-11-14T18:55:31.588Z | Downloaded unicode-linebreak v0.1.5 |
1004 | 2023-11-14T18:55:31.625Z | Downloaded slog-bunyan v2.4.0 |
1005 | 2023-11-14T18:55:31.632Z | Downloaded signal-hook v0.3.17 |
1006 | 2023-11-14T18:55:31.636Z | Downloaded futures-core v0.3.29 |
1007 | 2023-11-14T18:55:31.639Z | Downloaded slog-async v2.8.0 |
1008 | 2023-11-14T18:55:31.642Z | Downloaded tough v0.14.0 |
1009 | 2023-11-14T18:55:31.645Z | Downloaded pkcs8 v0.10.2 |
1010 | 2023-11-14T18:55:31.648Z | Downloaded unicode-bidi v0.3.13 |
1011 | 2023-11-14T18:55:31.651Z | Downloaded unicode-segmentation v1.10.1 |
1012 | 2023-11-14T18:55:31.654Z | Downloaded parking_lot_core v0.9.8 |
1013 | 2023-11-14T18:55:31.656Z | Downloaded derive_builder v0.12.0 |
1014 | 2023-11-14T18:55:31.659Z | Downloaded tokio-stream v0.1.14 |
1015 | 2023-11-14T18:55:31.662Z | Downloaded pkcs1 v0.7.5 |
1016 | 2023-11-14T18:55:31.665Z | Downloaded toml v0.7.8 |
1017 | 2023-11-14T18:55:31.668Z | Downloaded reqwest v0.11.20 |
1018 | 2023-11-14T18:55:31.671Z | Downloaded tungstenite v0.20.1 |
1019 | 2023-11-14T18:55:31.674Z | Downloaded trust-dns-server v0.22.1 |
1020 | 2023-11-14T18:55:31.676Z | Downloaded reedline v0.25.0 |
1021 | 2023-11-14T18:55:31.679Z | Downloaded trust-dns-client v0.22.0 |
1022 | 2023-11-14T18:55:31.682Z | Downloaded pretty_assertions v1.4.0 |
1023 | 2023-11-14T18:55:31.685Z | Downloaded petgraph v0.6.4 |
1024 | 2023-11-14T18:55:31.692Z | Downloaded ron v0.8.1 |
1025 | 2023-11-14T18:55:31.694Z | Downloaded hashbrown v0.13.2 |
1026 | 2023-11-14T18:55:31.698Z | Downloaded tokio-util v0.7.10 |
1027 | 2023-11-14T18:55:31.703Z | Downloaded hashbrown v0.12.3 |
1028 | 2023-11-14T18:55:31.706Z | Downloaded rusqlite v0.29.0 |
1029 | 2023-11-14T18:55:31.709Z | Downloaded time v0.3.27 |
1030 | 2023-11-14T18:55:31.712Z | Downloaded futures-util v0.3.29 |
1031 | 2023-11-14T18:55:31.715Z | Downloaded quick-xml v0.23.1 |
1032 | 2023-11-14T18:55:31.717Z | Downloaded git2 v0.17.2 |
1033 | 2023-11-14T18:55:31.720Z | Downloaded plotters v0.3.5 |
1034 | 2023-11-14T18:55:31.723Z | Downloaded h2 v0.3.21 |
1035 | 2023-11-14T18:55:31.726Z | Downloaded tabled v0.14.0 |
1036 | 2023-11-14T18:55:31.729Z | Downloaded object v0.30.4 |
1037 | 2023-11-14T18:55:31.733Z | Downloaded bstr v0.2.17 |
1038 | 2023-11-14T18:55:31.737Z | Downloaded regex-syntax v0.7.5 |
1039 | 2023-11-14T18:55:31.740Z | Downloaded smoltcp v0.9.1 |
1040 | 2023-11-14T18:55:31.744Z | Downloaded syn v1.0.109 |
1041 | 2023-11-14T18:55:31.747Z | Downloaded vcpkg v0.2.15 |
1042 | 2023-11-14T18:55:31.751Z | Downloaded ratatui v0.23.0 |
1043 | 2023-11-14T18:55:31.755Z | Downloaded rustls v0.21.8 |
1044 | 2023-11-14T18:55:31.758Z | Downloaded polar-core v0.27.0 |
1045 | 2023-11-14T18:55:31.761Z | Downloaded openapiv3 v1.0.3 |
1046 | 2023-11-14T18:55:31.764Z | Downloaded rustix v0.38.9 |
1047 | 2023-11-14T18:55:31.767Z | Downloaded regex-automata v0.3.8 |
1048 | 2023-11-14T18:55:31.770Z | Downloaded zerocopy-derive v0.6.4 |
1049 | 2023-11-14T18:55:31.773Z | Downloaded sled v0.34.7 |
1050 | 2023-11-14T18:55:31.795Z | Downloaded zerocopy-derive v0.2.0 |
1051 | 2023-11-14T18:55:31.813Z | Downloaded regex v1.10.2 |
1052 | 2023-11-14T18:55:31.838Z | Downloaded regex-automata v0.4.3 |
1053 | 2023-11-14T18:55:31.872Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1054 | 2023-11-14T18:55:31.898Z | Downloaded tokio v1.33.0 |
1055 | 2023-11-14T18:55:31.965Z | Downloaded gimli v0.28.0 |
1056 | 2023-11-14T18:55:31.982Z | Downloaded bstr v1.6.0 |
1057 | 2023-11-14T18:55:32.004Z | Downloaded sha3 v0.10.8 |
1058 | 2023-11-14T18:55:32.017Z | Downloaded regex-syntax v0.6.29 |
1059 | 2023-11-14T18:55:32.032Z | Downloaded openssl v0.10.57 |
1060 | 2023-11-14T18:55:32.050Z | Downloaded object v0.32.1 |
1061 | 2023-11-14T18:55:32.071Z | Downloaded diesel v2.1.3 |
1062 | 2023-11-14T18:55:32.103Z | Downloaded libz-sys v1.1.12 |
1063 | 2023-11-14T18:55:32.234Z | Downloaded webpki-roots v0.25.2 |
1064 | 2023-11-14T18:55:32.247Z | Downloaded smoltcp v0.8.2 |
1065 | 2023-11-14T18:55:32.259Z | Downloaded regress v0.7.1 |
1066 | 2023-11-14T18:55:32.274Z | Downloaded curve25519-dalek v4.1.0 |
1067 | 2023-11-14T18:55:32.295Z | Downloaded rustls-webpki v0.101.7 |
1068 | 2023-11-14T18:55:32.319Z | Downloaded encoding_rs v0.8.33 |
1069 | 2023-11-14T18:55:32.363Z | Downloaded trust-dns-proto v0.22.0 |
1070 | 2023-11-14T18:55:32.386Z | Downloaded proptest v1.3.1 |
1071 | 2023-11-14T18:55:32.402Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1072 | 2023-11-14T18:55:32.536Z | Downloaded ring v0.16.20 |
1073 | 2023-11-14T18:55:32.681Z | Downloaded radix_trie v0.2.1 |
1074 | 2023-11-14T18:55:32.693Z | Downloaded regex-syntax v0.8.2 |
1075 | 2023-11-14T18:55:32.707Z | Downloaded lalrpop v0.19.12 |
1076 | 2023-11-14T18:55:32.723Z | Downloaded bindgen v0.65.1 |
1077 | 2023-11-14T18:55:32.735Z | Downloaded nix v0.26.2 |
1078 | 2023-11-14T18:55:32.756Z | Downloaded chrono v0.4.31 |
1079 | 2023-11-14T18:55:32.776Z | Downloaded bitvec v1.0.1 |
1080 | 2023-11-14T18:55:32.805Z | Downloaded pest v2.7.2 |
1081 | 2023-11-14T18:55:32.819Z | Downloaded unicode-normalization v0.1.22 |
1082 | 2023-11-14T18:55:32.835Z | Downloaded regex-automata v0.1.10 |
1083 | 2023-11-14T18:55:32.846Z | Downloaded der v0.7.8 |
1084 | 2023-11-14T18:55:32.856Z | Downloaded url v2.4.1 |
1085 | 2023-11-14T18:55:32.878Z | Downloaded serde_with v2.3.3 |
1086 | 2023-11-14T18:55:32.884Z | Downloaded idna v0.2.3 |
1087 | 2023-11-14T18:55:32.901Z | Downloaded toml_edit v0.19.15 |
1088 | 2023-11-14T18:55:32.911Z | Downloaded rayon v1.8.0 |
1089 | 2023-11-14T18:55:32.922Z | Downloaded trust-dns-resolver v0.22.0 |
1090 | 2023-11-14T18:55:32.932Z | Downloaded rand v0.8.5 |
1091 | 2023-11-14T18:55:32.942Z | Downloaded crossterm v0.27.0 |
1092 | 2023-11-14T18:55:32.955Z | Downloaded idna v0.4.0 |
1093 | 2023-11-14T18:55:32.999Z | Downloaded hyper v0.14.27 |
1094 | 2023-11-14T18:55:33.017Z | Downloaded prettyplease v0.2.12 |
1095 | 2023-11-14T18:55:33.030Z | Downloaded openssl-sys v0.9.93 |
1096 | 2023-11-14T18:55:33.036Z | Downloaded tracing-core v0.1.31 |
1097 | 2023-11-14T18:55:33.039Z | Downloaded ucd-trie v0.1.6 |
1098 | 2023-11-14T18:55:33.044Z | Downloaded typenum v1.16.0 |
1099 | 2023-11-14T18:55:33.059Z | Downloaded zerocopy v0.6.4 |
1100 | 2023-11-14T18:55:33.063Z | Downloaded ring v0.17.5 |
1101 | 2023-11-14T18:55:33.132Z | Downloaded clap v2.34.0 |
1102 | 2023-11-14T18:55:33.145Z | Downloaded derive-where v1.2.5 |
1103 | 2023-11-14T18:55:33.152Z | Downloaded uuid v1.5.0 |
1104 | 2023-11-14T18:55:33.159Z | Downloaded libsqlite3-sys v0.26.0 |
1105 | 2023-11-14T18:55:33.306Z | Downloaded aho-corasick v1.0.4 |
1106 | 2023-11-14T18:55:33.326Z | Downloaded pin-project v1.1.3 |
1107 | 2023-11-14T18:55:33.333Z | Downloaded postgres-types v0.2.6 |
1108 | 2023-11-14T18:55:33.338Z | Downloaded tokio-postgres v0.7.10 |
1109 | 2023-11-14T18:55:33.344Z | Downloaded criterion v0.5.1 |
1110 | 2023-11-14T18:55:33.360Z | Downloaded tui-tree-widget v0.13.0 |
1111 | 2023-11-14T18:55:33.379Z | Downloaded futures-timer v3.0.2 |
1112 | 2023-11-14T18:55:33.412Z | Downloaded unsafe-libyaml v0.2.9 |
1113 | 2023-11-14T18:55:33.429Z | Downloaded tempdir v0.3.7 |
1114 | 2023-11-14T18:55:33.434Z | Downloaded openssl-macros v0.1.1 |
1115 | 2023-11-14T18:55:33.437Z | Downloaded rand v0.4.6 |
1116 | 2023-11-14T18:55:33.444Z | Downloaded half v1.8.2 |
1117 | 2023-11-14T18:55:33.448Z | Downloaded smf v0.2.2 |
1118 | 2023-11-14T18:55:33.451Z | Downloaded rand_xorshift v0.3.0 |
1119 | 2023-11-14T18:55:33.454Z | Downloaded vsss-rs v3.3.1 |
1120 | 2023-11-14T18:55:33.457Z | Downloaded libxml v0.3.3 |
1121 | 2023-11-14T18:55:33.460Z | Downloaded libm v0.2.7 |
1122 | 2023-11-14T18:55:33.463Z | Downloaded slog-scope v4.4.0 |
1123 | 2023-11-14T18:55:33.465Z | Downloaded fs-err v2.9.0 |
1124 | 2023-11-14T18:55:33.469Z | Downloaded parking_lot_core v0.8.6 |
1125 | 2023-11-14T18:55:33.472Z | Downloaded similar v2.2.1 |
1126 | 2023-11-14T18:55:33.475Z | Downloaded fatfs v0.3.6 |
1127 | 2023-11-14T18:55:33.478Z | Downloaded salty v0.2.0 |
1128 | 2023-11-14T18:55:33.481Z | Downloaded usdt-attr-macro v0.3.5 |
1129 | 2023-11-14T18:55:33.484Z | Downloaded oorandom v11.1.3 |
1130 | 2023-11-14T18:55:33.488Z | Downloaded twox-hash v1.6.3 |
1131 | 2023-11-14T18:55:33.491Z | Downloaded slog-term v2.9.0 |
1132 | 2023-11-14T18:55:33.494Z | Downloaded pem v3.0.2 |
1133 | 2023-11-14T18:55:33.496Z | Downloaded trybuild v1.0.85 |
1134 | 2023-11-14T18:55:33.499Z | Downloaded usdt-impl v0.3.5 |
1135 | 2023-11-14T18:55:33.502Z | Downloaded rsa v0.9.2 |
1136 | 2023-11-14T18:55:33.505Z | Downloaded partial-io v0.5.4 |
1137 | 2023-11-14T18:55:33.510Z | Downloaded tracing v0.1.37 |
1138 | 2023-11-14T18:55:33.513Z | Downloaded utf-8 v0.7.6 |
1139 | 2023-11-14T18:55:33.516Z | Downloaded rand_core v0.6.4 |
1140 | 2023-11-14T18:55:33.519Z | Downloaded rand_chacha v0.3.1 |
1141 | 2023-11-14T18:55:33.521Z | Downloaded strip-ansi-escapes v0.2.0 |
1142 | 2023-11-14T18:55:33.524Z | Downloaded stringprep v0.1.3 |
1143 | 2023-11-14T18:55:33.528Z | Downloaded rust-argon2 v1.0.1 |
1144 | 2023-11-14T18:55:33.548Z | Downloaded tungstenite v0.18.0 |
1145 | 2023-11-14T18:55:33.555Z | Downloaded darling_core v0.20.3 |
1146 | 2023-11-14T18:55:33.558Z | Downloaded portable-atomic v1.4.3 |
1147 | 2023-11-14T18:55:33.561Z | Downloaded expectorate v1.1.0 |
1148 | 2023-11-14T18:55:33.565Z | Downloaded tokio-tungstenite v0.20.1 |
1149 | 2023-11-14T18:55:33.568Z | Downloaded poly1305 v0.8.0 |
1150 | 2023-11-14T18:55:33.571Z | Downloaded flume v0.11.0 |
1151 | 2023-11-14T18:55:33.574Z | Downloaded tokio-macros v2.1.0 |
1152 | 2023-11-14T18:55:33.577Z | Downloaded usdt v0.3.5 |
1153 | 2023-11-14T18:55:33.579Z | Downloaded zerocopy v0.3.0 |
1154 | 2023-11-14T18:55:33.582Z | Downloaded whoami v1.4.1 |
1155 | 2023-11-14T18:55:33.586Z | Downloaded parse-display-derive v0.8.2 |
1156 | 2023-11-14T18:55:33.590Z | Downloaded darling_core v0.14.4 |
1157 | 2023-11-14T18:55:33.593Z | Downloaded zeroize v1.6.0 |
1158 | 2023-11-14T18:55:33.596Z | Downloaded erased-serde v0.3.30 |
1159 | 2023-11-14T18:55:33.599Z | Downloaded once_cell v1.18.0 |
1160 | 2023-11-14T18:55:33.602Z | Downloaded serde_yaml v0.9.25 |
1161 | 2023-11-14T18:55:33.606Z | Downloaded steno v0.4.0 |
1162 | 2023-11-14T18:55:33.611Z | Downloaded plotters-svg v0.3.5 |
1163 | 2023-11-14T18:55:33.614Z | Downloaded usdt-macro v0.3.5 |
1164 | 2023-11-14T18:55:33.617Z | Downloaded parse-display-derive v0.7.0 |
1165 | 2023-11-14T18:55:33.620Z | Downloaded env_logger v0.10.0 |
1166 | 2023-11-14T18:55:33.624Z | Downloaded slog v2.7.0 |
1167 | 2023-11-14T18:55:33.627Z | Downloaded postcard v0.7.3 |
1168 | 2023-11-14T18:55:33.630Z | Downloaded ron v0.7.1 |
1169 | 2023-11-14T18:55:33.635Z | Downloaded x509-cert v0.2.4 |
1170 | 2023-11-14T18:55:33.639Z | Downloaded vergen v8.2.4 |
1171 | 2023-11-14T18:55:33.642Z | Downloaded headers v0.3.9 |
1172 | 2023-11-14T18:55:33.645Z | Downloaded heapless v0.7.16 |
1173 | 2023-11-14T18:55:33.647Z | Downloaded unarray v0.1.4 |
1174 | 2023-11-14T18:55:33.650Z | Downloaded universal-hash v0.5.1 |
1175 | 2023-11-14T18:55:33.654Z | Downloaded signal-hook-mio v0.2.3 |
1176 | 2023-11-14T18:55:33.657Z | Downloaded string_cache v0.8.7 |
1177 | 2023-11-14T18:55:33.660Z | Downloaded fastrand v2.0.0 |
1178 | 2023-11-14T18:55:33.663Z | Downloaded fallible-streaming-iterator v0.1.9 |
1179 | 2023-11-14T18:55:33.666Z | Downloaded futures-executor v0.3.29 |
1180 | 2023-11-14T18:55:33.669Z | Downloaded serde_derive_internals v0.26.0 |
1181 | 2023-11-14T18:55:33.725Z | Downloaded socket2 v0.5.4 |
1182 | 2023-11-14T18:55:33.732Z | Downloaded num-bigint-dig v0.8.4 |
1183 | 2023-11-14T18:55:33.736Z | Downloaded zip v0.6.6 |
1184 | 2023-11-14T18:55:33.739Z | Downloaded float-cmp v0.9.0 |
1185 | 2023-11-14T18:55:33.742Z | Downloaded vec_map v0.8.2 |
1186 | 2023-11-14T18:55:33.746Z | Downloaded textwrap v0.16.0 |
1187 | 2023-11-14T18:55:33.749Z | Downloaded serde_urlencoded v0.7.1 |
1188 | 2023-11-14T18:55:33.752Z | Downloaded futures-task v0.3.29 |
1189 | 2023-11-14T18:55:33.756Z | Downloaded futures-sink v0.3.29 |
1190 | 2023-11-14T18:55:33.759Z | Downloaded tar v0.4.40 |
1191 | 2023-11-14T18:55:33.765Z | Downloaded snafu v0.7.5 |
1192 | 2023-11-14T18:55:35.175Z | Downloaded pest_generator v2.7.2 |
1193 | 2023-11-14T18:55:35.412Z | Downloaded radium v0.7.0 |
1194 | 2023-11-14T18:55:35.468Z | Downloaded getrandom v0.2.10 |
1195 | 2023-11-14T18:55:35.583Z | Downloaded parse-display v0.8.2 |
1196 | 2023-11-14T18:55:35.621Z | Downloaded derive_builder_core v0.12.0 |
1197 | 2023-11-14T18:55:35.663Z | Downloaded deranged v0.3.8 |
1198 | 2023-11-14T18:55:35.688Z | Downloaded der_derive v0.7.2 |
1199 | 2023-11-14T18:55:35.699Z | Downloaded hashlink v0.8.3 |
1200 | 2023-11-14T18:55:35.726Z | Downloaded elliptic-curve v0.13.5 |
1201 | 2023-11-14T18:55:35.758Z | Downloaded aes v0.8.3 |
1202 | 2023-11-14T18:55:35.776Z | Downloaded test-strategy v0.3.1 |
1203 | 2023-11-14T18:55:35.792Z | Downloaded tempfile v3.8.0 |
1204 | 2023-11-14T18:55:35.809Z | Downloaded crossbeam-channel v0.5.8 |
1205 | 2023-11-14T18:55:35.828Z | Downloaded futures-macro v0.3.29 |
1206 | 2023-11-14T18:55:35.845Z | Downloaded serde_with_macros v2.3.3 |
1207 | 2023-11-14T18:55:35.860Z | Downloaded pest_meta v2.7.2 |
1208 | 2023-11-14T18:55:35.874Z | Downloaded time-macros v0.2.13 |
1209 | 2023-11-14T18:55:35.887Z | Downloaded serde_plain v1.0.2 |
1210 | 2023-11-14T18:55:35.915Z | Downloaded serde_path_to_error v0.1.14 |
1211 | 2023-11-14T18:55:35.926Z | Downloaded globset v0.4.13 |
1212 | 2023-11-14T18:55:35.932Z | Downloaded glob v0.3.1 |
1213 | 2023-11-14T18:55:35.938Z | Downloaded tap v1.0.1 |
1214 | 2023-11-14T18:55:35.949Z | Downloaded synstructure v0.12.6 |
1215 | 2023-11-14T18:55:35.960Z | Downloaded proc-macro-error-attr v1.0.4 |
1216 | 2023-11-14T18:55:35.967Z | Downloaded thiserror-no-std v2.0.2 |
1217 | 2023-11-14T18:55:36.387Z | Downloaded shell-words v1.1.0 |
1218 | 2023-11-14T18:55:36.396Z | Downloaded darling v0.14.4 |
1219 | 2023-11-14T18:55:36.434Z | Downloaded toml v0.5.11 |
1220 | 2023-11-14T18:55:36.442Z | Downloaded proc-macro-crate v1.3.1 |
1221 | 2023-11-14T18:55:36.452Z | Downloaded papergrid v0.10.0 |
1222 | 2023-11-14T18:55:36.464Z | Downloaded oso v0.27.0 |
1223 | 2023-11-14T18:55:36.472Z | Downloaded strsim v0.8.0 |
1224 | 2023-11-14T18:55:36.496Z | Downloaded rtoolbox v0.0.1 |
1225 | 2023-11-14T18:55:36.502Z | Downloaded rpassword v7.2.0 |
1226 | 2023-11-14T18:55:36.517Z | Downloaded relative-path v1.9.0 |
1227 | 2023-11-14T18:55:36.528Z | Downloaded ref-cast-impl v1.0.20 |
1228 | 2023-11-14T18:55:36.543Z | Downloaded heck v0.3.3 |
1229 | 2023-11-14T18:55:36.553Z | Downloaded signature v1.6.4 |
1230 | 2023-11-14T18:55:36.594Z | Downloaded sha2 v0.10.8 |
1231 | 2023-11-14T18:55:36.623Z | Downloaded rustc_version v0.4.0 |
1232 | 2023-11-14T18:55:36.633Z | Downloaded textwrap v0.11.0 |
1233 | 2023-11-14T18:55:36.640Z | Downloaded filetime v0.2.22 |
1234 | 2023-11-14T18:55:36.659Z | Downloaded crypto-common v0.1.6 |
1235 | 2023-11-14T18:55:36.679Z | Downloaded swrite v0.1.0 |
1236 | 2023-11-14T18:55:36.689Z | Downloaded fd-lock v3.0.13 |
1237 | 2023-11-14T18:55:36.701Z | Downloaded proc-macro-error v1.0.4 |
1238 | 2023-11-14T18:55:36.723Z | Downloaded password-hash v0.5.0 |
1239 | 2023-11-14T18:55:36.754Z | Downloaded parking_lot v0.11.2 |
1240 | 2023-11-14T18:55:36.796Z | Downloaded bytes v1.5.0 |
1241 | 2023-11-14T18:55:36.812Z | Downloaded base64 v0.13.1 |
1242 | 2023-11-14T18:55:36.844Z | Downloaded structopt v0.3.26 |
1243 | 2023-11-14T18:55:36.869Z | Downloaded ff v0.13.0 |
1244 | 2023-11-14T18:55:36.916Z | Downloaded remove_dir_all v0.5.3 |
1245 | 2023-11-14T18:55:36.958Z | Downloaded dof v0.1.5 |
1246 | 2023-11-14T18:55:36.970Z | Downloaded ctr v0.9.2 |
1247 | 2023-11-14T18:55:37.000Z | Downloaded zeroize_derive v1.4.2 |
1248 | 2023-11-14T18:55:37.087Z | Downloaded quick-error v1.2.3 |
1249 | 2023-11-14T18:55:37.117Z | Downloaded libloading v0.7.4 |
1250 | 2023-11-14T18:55:37.131Z | Downloaded arc-swap v1.6.0 |
1251 | 2023-11-14T18:55:37.153Z | Downloaded rstest_macros v0.18.2 |
1252 | 2023-11-14T18:55:37.169Z | Downloaded hex v0.4.3 |
1253 | 2023-11-14T18:55:37.192Z | Downloaded fragile v2.0.0 |
1254 | 2023-11-14T18:55:37.632Z | Downloaded num-bigint v0.4.4 |
1255 | 2023-11-14T18:55:37.651Z | Downloaded structmeta-derive v0.2.0 |
1256 | 2023-11-14T18:55:37.673Z | Downloaded structmeta v0.2.0 |
1257 | 2023-11-14T18:55:37.683Z | Downloaded postgres-protocol v0.6.6 |
1258 | 2023-11-14T18:55:37.696Z | Downloaded headers-core v0.2.0 |
1259 | 2023-11-14T18:55:37.702Z | Downloaded thiserror-impl-no-std v2.0.2 |
1260 | 2023-11-14T18:55:37.706Z | Downloaded termtree v0.4.1 |
1261 | 2023-11-14T18:55:37.714Z | Downloaded predicates v2.1.5 |
1262 | 2023-11-14T18:55:37.731Z | Downloaded blake2 v0.10.6 |
1263 | 2023-11-14T18:55:37.740Z | Downloaded tinyvec v1.6.0 |
1264 | 2023-11-14T18:55:37.749Z | Downloaded crucible-workspace-hack v0.1.0 |
1265 | 2023-11-14T18:55:37.763Z | Downloaded backtrace v0.3.69 |
1266 | 2023-11-14T18:55:37.770Z | Downloaded basic-toml v0.1.4 |
1267 | 2023-11-14T18:55:37.780Z | Downloaded thread_local v1.1.7 |
1268 | 2023-11-14T18:55:37.796Z | Downloaded smallvec v1.11.0 |
1269 | 2023-11-14T18:55:37.805Z | Downloaded const_format v0.2.31 |
1270 | 2023-11-14T18:55:37.813Z | Downloaded debug-ignore v1.0.5 |
1271 | 2023-11-14T18:55:37.823Z | Downloaded data-encoding v2.4.0 |
1272 | 2023-11-14T18:55:37.833Z | Downloaded dashmap v5.5.1 |
1273 | 2023-11-14T18:55:37.844Z | Downloaded multer v2.1.0 |
1274 | 2023-11-14T18:55:37.853Z | Downloaded yasna v0.5.2 |
1275 | 2023-11-14T18:55:37.901Z | Downloaded sct v0.7.0 |
1276 | 2023-11-14T18:55:37.919Z | Downloaded allocator-api2 v0.2.16 |
1277 | 2023-11-14T18:55:37.929Z | Downloaded humantime v2.1.0 |
1278 | 2023-11-14T18:55:37.939Z | Downloaded ciborium v0.2.1 |
1279 | 2023-11-14T18:55:37.949Z | Downloaded assert_cmd v2.0.12 |
1280 | 2023-11-14T18:55:37.981Z | Downloaded zone_cfg_derive v0.3.0 |
1281 | 2023-11-14T18:55:38.003Z | Downloaded number_prefix v0.4.0 |
1282 | 2023-11-14T18:55:38.015Z | Downloaded num_threads v0.1.6 |
1283 | 2023-11-14T18:55:38.030Z | Downloaded display-error-chain v0.2.0 |
1284 | 2023-11-14T18:55:38.042Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1285 | 2023-11-14T18:55:38.059Z | Downloaded strum v0.25.0 |
1286 | 2023-11-14T18:55:38.066Z | Downloaded packed_struct_codegen v0.10.1 |
1287 | 2023-11-14T18:55:38.085Z | Downloaded predicates v3.0.4 |
1288 | 2023-11-14T18:55:38.103Z | Downloaded ppv-lite86 v0.2.17 |
1289 | 2023-11-14T18:55:38.123Z | Downloaded polyval v0.6.1 |
1290 | 2023-11-14T18:55:38.542Z | Downloaded pem-rfc7468 v0.7.0 |
1291 | 2023-11-14T18:55:38.567Z | Downloaded nom v7.1.3 |
1292 | 2023-11-14T18:55:38.975Z | Downloaded pin-project-internal v1.1.3 |
1293 | 2023-11-14T18:55:38.984Z | Downloaded pest_derive v2.7.2 |
1294 | 2023-11-14T18:55:39.011Z | Downloaded scopeguard v1.2.0 |
1295 | 2023-11-14T18:55:39.028Z | Downloaded schemars_derive v0.8.13 |
1296 | 2023-11-14T18:55:39.038Z | Downloaded foreign-types-shared v0.1.1 |
1297 | 2023-11-14T18:55:39.052Z | Downloaded foreign-types-macros v0.2.3 |
1298 | 2023-11-14T18:55:39.065Z | Downloaded paste v1.0.14 |
1299 | 2023-11-14T18:55:39.074Z | Downloaded tokio-native-tls v0.3.1 |
1300 | 2023-11-14T18:55:39.084Z | Downloaded mio v0.8.8 |
1301 | 2023-11-14T18:55:39.092Z | Downloaded slog-envlogger v2.2.0 |
1302 | 2023-11-14T18:55:39.106Z | Downloaded fallible-iterator v0.2.0 |
1303 | 2023-11-14T18:55:39.113Z | Downloaded either v1.9.0 |
1304 | 2023-11-14T18:55:39.122Z | Downloaded ed25519 v1.5.3 |
1305 | 2023-11-14T18:55:39.138Z | Downloaded term v0.7.0 |
1306 | 2023-11-14T18:55:39.151Z | Downloaded crossbeam-epoch v0.9.15 |
1307 | 2023-11-14T18:55:39.163Z | Downloaded criterion-plot v0.5.0 |
1308 | 2023-11-14T18:55:39.173Z | Downloaded crc-any v2.4.3 |
1309 | 2023-11-14T18:55:39.177Z | Downloaded cookie v0.16.2 |
1310 | 2023-11-14T18:55:39.185Z | Downloaded ahash v0.8.3 |
1311 | 2023-11-14T18:55:39.193Z | Downloaded tokio-tungstenite v0.18.0 |
1312 | 2023-11-14T18:55:39.214Z | Downloaded structopt-derive v0.4.18 |
1313 | 2023-11-14T18:55:39.220Z | Downloaded snafu-derive v0.7.5 |
1314 | 2023-11-14T18:55:39.229Z | Downloaded termcolor v1.2.0 |
1315 | 2023-11-14T18:55:39.245Z | Downloaded tabled_derive v0.6.0 |
1316 | 2023-11-14T18:55:39.257Z | Downloaded static_assertions v1.1.0 |
1317 | 2023-11-14T18:55:39.267Z | Downloaded serde-hex v0.1.0 |
1318 | 2023-11-14T18:55:39.276Z | Downloaded wyz v0.5.1 |
1319 | 2023-11-14T18:55:39.293Z | Downloaded semver v0.11.0 |
1320 | 2023-11-14T18:55:39.307Z | Downloaded topological-sort v0.2.2 |
1321 | 2023-11-14T18:55:39.732Z | Downloaded supports-color v2.1.0 |
1322 | 2023-11-14T18:55:39.741Z | Downloaded signal-hook-registry v1.4.1 |
1323 | 2023-11-14T18:55:39.751Z | Downloaded serde_tokenstream v0.1.7 |
1324 | 2023-11-14T18:55:39.767Z | Downloaded semver v0.1.20 |
1325 | 2023-11-14T18:55:39.785Z | Downloaded secrecy v0.8.0 |
1326 | 2023-11-14T18:55:39.792Z | Downloaded jobserver v0.1.26 |
1327 | 2023-11-14T18:55:39.795Z | Downloaded is-terminal v0.4.9 |
1328 | 2023-11-14T18:55:39.798Z | Downloaded indoc v1.0.9 |
1329 | 2023-11-14T18:55:39.801Z | Downloaded crossbeam-deque v0.8.3 |
1330 | 2023-11-14T18:55:39.804Z | Downloaded predicates-tree v1.0.9 |
1331 | 2023-11-14T18:55:39.807Z | Downloaded predicates-core v1.0.6 |
1332 | 2023-11-14T18:55:39.811Z | Downloaded postcard-cobs v0.1.5-pre |
1333 | 2023-11-14T18:55:39.814Z | Downloaded linear-map v1.2.0 |
1334 | 2023-11-14T18:55:39.816Z | Downloaded nibble_vec v0.1.0 |
1335 | 2023-11-14T18:55:39.819Z | Downloaded memoffset v0.9.0 |
1336 | 2023-11-14T18:55:39.822Z | Downloaded macaddr v1.0.1 |
1337 | 2023-11-14T18:55:39.825Z | Downloaded bit_field v0.10.2 |
1338 | 2023-11-14T18:55:39.827Z | Downloaded bytecount v0.6.3 |
1339 | 2023-11-14T18:55:39.830Z | Downloaded pem v1.1.1 |
1340 | 2023-11-14T18:55:39.833Z | Downloaded http v0.2.9 |
1341 | 2023-11-14T18:55:39.836Z | Downloaded log v0.4.20 |
1342 | 2023-11-14T18:55:39.839Z | Downloaded lock_api v0.4.10 |
1343 | 2023-11-14T18:55:39.841Z | Downloaded libtest-mimic v0.6.1 |
1344 | 2023-11-14T18:55:39.845Z | Downloaded clang-sys v1.6.1 |
1345 | 2023-11-14T18:55:39.870Z | Downloaded chacha20poly1305 v0.10.1 |
1346 | 2023-11-14T18:55:39.879Z | Downloaded percent-encoding v2.3.0 |
1347 | 2023-11-14T18:55:39.889Z | Downloaded base64ct v1.6.0 |
1348 | 2023-11-14T18:55:39.894Z | Downloaded bincode v1.3.3 |
1349 | 2023-11-14T18:55:39.900Z | Downloaded thread-id v4.2.0 |
1350 | 2023-11-14T18:55:39.905Z | Downloaded smallvec v0.6.14 |
1351 | 2023-11-14T18:55:39.912Z | Downloaded siphasher v0.3.11 |
1352 | 2023-11-14T18:55:39.925Z | Downloaded dtrace-parser v0.1.14 |
1353 | 2023-11-14T18:55:39.930Z | Downloaded downcast v0.11.0 |
1354 | 2023-11-14T18:55:39.936Z | Downloaded path-absolutize v3.1.0 |
1355 | 2023-11-14T18:55:39.940Z | Downloaded tinyvec_macros v0.1.1 |
1356 | 2023-11-14T18:55:39.945Z | Downloaded blake2b_simd v1.0.1 |
1357 | 2023-11-14T18:55:39.949Z | Downloaded camino-tempfile v1.0.2 |
1358 | 2023-11-14T18:55:39.953Z | Downloaded ascii v1.1.0 |
1359 | 2023-11-14T18:55:39.958Z | Downloaded arrayvec v0.7.4 |
1360 | 2023-11-14T18:55:39.962Z | Downloaded parse-display v0.7.0 |
1361 | 2023-11-14T18:55:39.967Z | Downloaded cancel-safe-futures v0.1.5 |
1362 | 2023-11-14T18:55:39.995Z | Downloaded cpufeatures v0.2.9 |
1363 | 2023-11-14T18:55:40.009Z | Downloaded base16ct v0.2.0 |
1364 | 2023-11-14T18:55:40.021Z | Downloaded backoff v0.4.0 |
1365 | 2023-11-14T18:55:40.025Z | Downloaded anes v0.1.6 |
1366 | 2023-11-14T18:55:40.029Z | Downloaded argon2 v0.5.2 |
1367 | 2023-11-14T18:55:40.033Z | Downloaded spki v0.7.2 |
1368 | 2023-11-14T18:55:40.038Z | Downloaded slog-dtrace v0.2.3 |
1369 | 2023-11-14T18:55:40.046Z | Downloaded slab v0.4.9 |
1370 | 2023-11-14T18:55:40.056Z | Downloaded serde_tokenstream v0.2.0 |
1371 | 2023-11-14T18:55:40.060Z | Downloaded rstest v0.18.2 |
1372 | 2023-11-14T18:55:40.071Z | Downloaded sha1 v0.10.5 |
1373 | 2023-11-14T18:55:40.086Z | Downloaded same-file v1.0.6 |
1374 | 2023-11-14T18:55:40.118Z | Downloaded time-core v0.1.1 |
1375 | 2023-11-14T18:55:40.149Z | Downloaded subtle v2.5.0 |
1376 | 2023-11-14T18:55:40.163Z | Downloaded rustls-pemfile v1.0.3 |
1377 | 2023-11-14T18:55:40.170Z | Downloaded rustls-native-certs v0.6.3 |
1378 | 2023-11-14T18:55:40.182Z | Downloaded serial_test v0.10.0 |
1379 | 2023-11-14T18:55:40.195Z | Downloaded serde_arrays v0.1.0 |
1380 | 2023-11-14T18:55:40.208Z | Downloaded rustc_version v0.1.7 |
1381 | 2023-11-14T18:55:40.225Z | Downloaded managed v0.8.0 |
1382 | 2023-11-14T18:55:40.229Z | Downloaded indicatif v0.17.7 |
1383 | 2023-11-14T18:55:40.233Z | Downloaded matches v0.1.10 |
1384 | 2023-11-14T18:55:40.238Z | Downloaded console v0.15.7 |
1385 | 2023-11-14T18:55:40.243Z | Downloaded ipnet v2.8.0 |
1386 | 2023-11-14T18:55:40.253Z | Downloaded inout v0.1.3 |
1387 | 2023-11-14T18:55:40.261Z | Downloaded constant_time_eq v0.3.0 |
1388 | 2023-11-14T18:55:40.279Z | Downloaded atomicwrites v0.4.2 |
1389 | 2023-11-14T18:55:40.286Z | Downloaded crossbeam-queue v0.3.8 |
1390 | 2023-11-14T18:55:40.290Z | Downloaded bzip2 v0.4.4 |
1391 | 2023-11-14T18:55:40.298Z | Downloaded cexpr v0.6.0 |
1392 | 2023-11-14T18:55:40.303Z | Downloaded autocfg v1.1.0 |
1393 | 2023-11-14T18:55:40.307Z | Downloaded ansi_term v0.12.1 |
1394 | 2023-11-14T18:55:40.311Z | Downloaded libefi-sys v0.1.0 |
1395 | 2023-11-14T18:55:40.316Z | Downloaded lazycell v1.3.0 |
1396 | 2023-11-14T18:55:40.322Z | Downloaded lazy_static v1.4.0 |
1397 | 2023-11-14T18:55:40.325Z | Downloaded kstat-rs v0.2.3 |
1398 | 2023-11-14T18:55:40.328Z | Downloaded crc-catalog v2.2.0 |
1399 | 2023-11-14T18:55:40.332Z | Downloaded block-padding v0.3.3 |
1400 | 2023-11-14T18:55:40.336Z | Downloaded bit-set v0.5.3 |
1401 | 2023-11-14T18:55:40.339Z | Downloaded serial_test_derive v0.10.0 |
1402 | 2023-11-14T18:55:40.342Z | Downloaded scheduled-thread-pool v0.2.7 |
1403 | 2023-11-14T18:55:40.346Z | Downloaded rustc-hash v1.1.0 |
1404 | 2023-11-14T18:55:40.349Z | Downloaded indexmap v1.9.3 |
1405 | 2023-11-14T18:55:40.352Z | Downloaded cc v1.0.83 |
1406 | 2023-11-14T18:55:40.355Z | Downloaded num_enum_derive v0.7.0 |
1407 | 2023-11-14T18:55:40.408Z | Downloaded num-complex v0.4.4 |
1408 | 2023-11-14T18:55:40.413Z | Downloaded http-body v0.4.5 |
1409 | 2023-11-14T18:55:40.417Z | Downloaded hmac v0.12.1 |
1410 | 2023-11-14T18:55:40.420Z | Downloaded minimal-lexical v0.2.1 |
1411 | 2023-11-14T18:55:40.423Z | Downloaded ipnetwork v0.20.0 |
1412 | 2023-11-14T18:55:40.429Z | Downloaded chacha20 v0.9.1 |
1413 | 2023-11-14T18:55:40.433Z | Downloaded num_enum_derive v0.5.11 |
1414 | 2023-11-14T18:55:40.436Z | Downloaded num-traits v0.2.16 |
1415 | 2023-11-14T18:55:40.439Z | Downloaded num-rational v0.4.1 |
1416 | 2023-11-14T18:55:40.443Z | Downloaded http-range v0.1.5 |
1417 | 2023-11-14T18:55:40.447Z | Downloaded approx v0.5.1 |
1418 | 2023-11-14T18:55:40.450Z | Downloaded newtype_derive v0.1.6 |
1419 | 2023-11-14T18:55:40.453Z | Downloaded miniz_oxide v0.7.1 |
1420 | 2023-11-14T18:55:40.456Z | Downloaded atomic-waker v1.1.1 |
1421 | 2023-11-14T18:55:40.459Z | Downloaded async-stream v0.3.5 |
1422 | 2023-11-14T18:55:40.462Z | Downloaded atty v0.2.14 |
1423 | 2023-11-14T18:55:40.465Z | Downloaded async-recursion v1.0.5 |
1424 | 2023-11-14T18:55:40.468Z | Downloaded num_enum v0.7.0 |
1425 | 2023-11-14T18:55:40.472Z | Downloaded num_enum v0.5.11 |
1426 | 2023-11-14T18:55:40.475Z | Downloaded num_cpus v1.16.0 |
1427 | 2023-11-14T18:55:40.478Z | Downloaded num-integer v0.1.45 |
1428 | 2023-11-14T18:55:40.487Z | Downloaded num v0.4.1 |
1429 | 2023-11-14T18:55:40.496Z | Downloaded native-tls v0.2.11 |
1430 | 2023-11-14T18:55:40.499Z | Downloaded mockall v0.11.4 |
1431 | 2023-11-14T18:55:40.506Z | Downloaded keccak v0.1.4 |
1432 | 2023-11-14T18:55:40.510Z | Downloaded convert_case v0.4.0 |
1433 | 2023-11-14T18:55:40.514Z | Downloaded constant_time_eq v0.2.6 |
1434 | 2023-11-14T18:55:40.518Z | Downloaded httptest v0.15.5 |
1435 | 2023-11-14T18:55:40.524Z | Downloaded cipher v0.4.4 |
1436 | 2023-11-14T18:55:40.541Z | Downloaded newline-converter v0.3.0 |
1437 | 2023-11-14T18:55:40.566Z | Downloaded impl-trait-for-tuples v0.2.2 |
1438 | 2023-11-14T18:55:40.578Z | Downloaded hostname v0.3.1 |
1439 | 2023-11-14T18:55:40.590Z | Downloaded is_ci v1.1.1 |
1440 | 2023-11-14T18:55:40.596Z | Downloaded indoc v2.0.3 |
1441 | 2023-11-14T18:55:40.605Z | Downloaded new_debug_unreachable v1.0.4 |
1442 | 2023-11-14T18:55:40.610Z | Downloaded mockall_derive v0.11.4 |
1443 | 2023-11-14T18:55:40.617Z | Downloaded hyper-rustls v0.24.2 |
1444 | 2023-11-14T18:55:40.623Z | Downloaded cassowary v0.3.0 |
1445 | 2023-11-14T18:55:40.631Z | Downloaded byteorder v1.5.0 |
1446 | 2023-11-14T18:55:40.635Z | Downloaded bitflags v2.4.0 |
1447 | 2023-11-14T18:55:40.639Z | Downloaded memoffset v0.7.1 |
1448 | 2023-11-14T18:55:40.643Z | Downloaded md-5 v0.10.5 |
1449 | 2023-11-14T18:55:40.648Z | Downloaded hyper-tls v0.5.0 |
1450 | 2023-11-14T18:55:40.652Z | Downloaded httparse v1.8.0 |
1451 | 2023-11-14T18:55:40.656Z | Downloaded home v0.5.5 |
1452 | 2023-11-14T18:55:40.661Z | Downloaded bytesize v1.3.0 |
1453 | 2023-11-14T18:55:40.666Z | Downloaded hex-literal v0.4.1 |
1454 | 2023-11-14T18:55:40.677Z | Downloaded iana-time-zone v0.1.57 |
1455 | 2023-11-14T18:55:40.691Z | Downloaded hyper-staticfile v0.9.5 |
1456 | 2023-11-14T18:55:40.696Z | Downloaded highway v1.1.0 |
1457 | 2023-11-14T18:55:40.701Z | Downloaded const_format_proc_macros v0.2.31 |
1458 | 2023-11-14T18:55:40.707Z | Downloaded ciborium-ll v0.2.1 |
1459 | 2023-11-14T18:55:40.712Z | Downloaded buf-list v1.0.3 |
1460 | 2023-11-14T18:55:40.716Z | Downloaded aes-gcm-siv v0.11.1 |
1461 | 2023-11-14T18:55:40.722Z | Downloaded hubpack_derive v0.1.1 |
1462 | 2023-11-14T18:55:40.729Z | Downloaded hubpack v0.1.2 |
1463 | 2023-11-14T18:55:40.737Z | Downloaded cfg-if v1.0.0 |
1464 | 2023-11-14T18:55:40.743Z | Downloaded cfg-if v0.1.10 |
1465 | 2023-11-14T18:55:40.753Z | Downloaded ascii-canvas v3.0.0 |
1466 | 2023-11-14T18:55:40.758Z | Downloaded httpdate v1.0.3 |
1467 | 2023-11-14T18:55:40.762Z | Downloaded crc32fast v1.3.2 |
1468 | 2023-11-14T18:55:40.767Z | Downloaded cast v0.3.0 |
1469 | 2023-11-14T18:55:40.772Z | Downloaded bitstruct_derive v0.1.0 |
1470 | 2023-11-14T18:55:40.778Z | Downloaded bitstruct v0.1.1 |
1471 | 2023-11-14T18:55:40.782Z | Downloaded base64 v0.21.5 |
1472 | 2023-11-14T18:55:40.786Z | Downloaded async-trait v0.1.74 |
1473 | 2023-11-14T18:55:41.202Z | Compiling proc-macro2 v1.0.67 |
1474 | 2023-11-14T18:55:41.210Z | Compiling serde v1.0.188 |
1475 | 2023-11-14T18:55:41.630Z | Compiling autocfg v1.1.0 |
1476 | 2023-11-14T18:55:41.639Z | Compiling version_check v0.9.4 |
1477 | 2023-11-14T18:55:41.653Z | Compiling syn v1.0.109 |
1478 | 2023-11-14T18:55:41.664Z | Compiling parking_lot_core v0.9.8 |
1479 | 2023-11-14T18:55:41.679Z | Compiling libm v0.2.7 |
1480 | 2023-11-14T18:55:41.685Z | Compiling libc v0.2.150 |
1481 | 2023-11-14T18:55:41.688Z | Compiling cfg-if v1.0.0 |
1482 | 2023-11-14T18:55:41.692Z | Compiling futures-core v0.3.29 |
1483 | 2023-11-14T18:55:41.695Z | Compiling once_cell v1.18.0 |
1484 | 2023-11-14T18:55:41.703Z | Compiling typenum v1.16.0 |
1485 | 2023-11-14T18:55:41.707Z | Compiling ahash v0.8.3 |
1486 | 2023-11-14T18:55:41.710Z | Compiling generic-array v0.14.7 |
1487 | 2023-11-14T18:55:41.728Z | Compiling futures-task v0.3.29 |
1488 | 2023-11-14T18:55:41.732Z | Compiling lock_api v0.4.10 |
1489 | 2023-11-14T18:55:41.735Z | Compiling quote v1.0.33 |
1490 | 2023-11-14T18:55:41.738Z | Compiling num-traits v0.2.16 |
1491 | 2023-11-14T18:55:41.741Z | Compiling slab v0.4.9 |
1492 | 2023-11-14T18:55:41.744Z | Compiling futures-channel v0.3.29 |
1493 | 2023-11-14T18:55:41.747Z | Compiling syn v2.0.32 |
1494 | 2023-11-14T18:55:41.751Z | Compiling jobserver v0.1.26 |
1495 | 2023-11-14T18:55:41.754Z | Compiling pkg-config v0.3.27 |
1496 | 2023-11-14T18:55:41.757Z | Compiling futures-util v0.3.29 |
1497 | 2023-11-14T18:55:41.760Z | Compiling memchr v2.6.3 |
1498 | 2023-11-14T18:55:41.763Z | Compiling cc v1.0.83 |
1499 | 2023-11-14T18:55:41.767Z | Compiling vcpkg v0.2.15 |
1500 | 2023-11-14T18:55:41.771Z | Compiling log v0.4.20 |
1501 | 2023-11-14T18:55:41.774Z | Compiling itoa v1.0.9 |
1502 | 2023-11-14T18:55:41.778Z | Compiling schemars v0.8.13 |
1503 | 2023-11-14T18:55:41.781Z | Compiling serde_json v1.0.108 |
1504 | 2023-11-14T18:55:41.795Z | Compiling httparse v1.8.0 |
1505 | 2023-11-14T18:55:41.800Z | Compiling ryu v1.0.15 |
1506 | 2023-11-14T18:55:41.804Z | Compiling indexmap v1.9.3 |
1507 | 2023-11-14T18:55:41.807Z | Compiling getrandom v0.2.10 |
1508 | 2023-11-14T18:55:41.810Z | Compiling allocator-api2 v0.2.16 |
1509 | 2023-11-14T18:55:41.814Z | Compiling equivalent v1.0.1 |
1510 | 2023-11-14T18:55:41.832Z | Compiling rustix v0.38.9 |
1511 | 2023-11-14T18:55:41.839Z | Compiling fnv v1.0.7 |
1512 | 2023-11-14T18:55:41.849Z | Compiling rustls v0.21.8 |
1513 | 2023-11-14T18:55:41.854Z | Compiling aho-corasick v1.0.4 |
1514 | 2023-11-14T18:55:41.858Z | Compiling openssl v0.10.57 |
1515 | 2023-11-14T18:55:41.960Z | Compiling regex-syntax v0.8.2 |
1516 | 2023-11-14T18:55:42.417Z | Compiling hashbrown v0.14.2 |
1517 | 2023-11-14T18:55:42.729Z | Compiling unicode-xid v0.2.4 |
1518 | 2023-11-14T18:55:42.987Z | Compiling native-tls v0.2.11 |
1519 | 2023-11-14T18:55:43.429Z | Compiling ring v0.16.20 |
1520 | 2023-11-14T18:55:43.450Z | Compiling ring v0.17.5 |
1521 | 2023-11-14T18:55:44.616Z | Compiling openssl-sys v0.9.93 |
1522 | 2023-11-14T18:55:45.203Z | Compiling backtrace v0.3.69 |
1523 | 2023-11-14T18:55:45.845Z | Compiling ucd-trie v0.1.6 |
1524 | 2023-11-14T18:55:46.560Z | Compiling async-trait v0.1.74 |
1525 | 2023-11-14T18:55:47.300Z | Compiling crossbeam-utils v0.8.16 |
1526 | 2023-11-14T18:55:47.323Z | Compiling rustversion v1.0.14 |
1527 | 2023-11-14T18:55:47.686Z | Compiling regex-automata v0.4.3 |
1528 | 2023-11-14T18:55:47.929Z | Compiling anyhow v1.0.75 |
1529 | 2023-11-14T18:55:47.984Z | Compiling slog v2.7.0 |
1530 | 2023-11-14T18:55:48.704Z | Compiling iana-time-zone v0.1.57 |
1531 | 2023-11-14T18:55:48.835Z | Compiling time-core v0.1.1 |
1532 | 2023-11-14T18:55:49.079Z | Compiling time-macros v0.2.13 |
1533 | 2023-11-14T18:55:49.247Z | Compiling byteorder v1.5.0 |
1534 | 2023-11-14T18:55:49.978Z | Compiling dyn-clone v1.0.13 |
1535 | 2023-11-14T18:55:50.250Z | Compiling serde_derive_internals v0.26.0 |
1536 | 2023-11-14T18:55:50.327Z | Compiling synstructure v0.12.6 |
1537 | 2023-11-14T18:55:51.584Z | Compiling hashbrown v0.13.2 |
1538 | 2023-11-14T18:55:51.942Z | Compiling usdt-impl v0.3.5 |
1539 | 2023-11-14T18:55:52.431Z | Compiling scopeguard v1.2.0 |
1540 | 2023-11-14T18:55:52.914Z | Compiling unicode-width v0.1.11 |
1541 | 2023-11-14T18:55:53.123Z | Compiling winnow v0.5.15 |
1542 | 2023-11-14T18:55:53.476Z | Compiling thread-id v4.2.0 |
1543 | 2023-11-14T18:55:53.549Z | Compiling strsim v0.10.0 |
1544 | 2023-11-14T18:55:53.620Z | Compiling tinyvec_macros v0.1.1 |
1545 | 2023-11-14T18:55:53.744Z | Compiling tinyvec v1.6.0 |
1546 | 2023-11-14T18:55:54.016Z | Compiling unicode-bidi v0.3.13 |
1547 | 2023-11-14T18:55:54.136Z | Compiling smallvec v1.11.0 |
1548 | 2023-11-14T18:55:54.597Z | Compiling regex v1.10.2 |
1549 | 2023-11-14T18:55:55.820Z | Compiling parking_lot v0.12.1 |
1550 | 2023-11-14T18:55:56.169Z | Compiling percent-encoding v2.3.0 |
1551 | 2023-11-14T18:55:56.359Z | Compiling unicode-normalization v0.1.22 |
1552 | 2023-11-14T18:55:56.846Z | Compiling form_urlencoded v1.2.0 |
1553 | 2023-11-14T18:55:57.129Z | Compiling regex-syntax v0.6.29 |
1554 | 2023-11-14T18:55:57.261Z | Compiling num-integer v0.1.45 |
1555 | 2023-11-14T18:55:57.702Z | Compiling crc32fast v1.3.2 |
1556 | 2023-11-14T18:55:58.205Z | Compiling idna v0.4.0 |
1557 | 2023-11-14T18:55:58.232Z | Compiling adler v1.0.2 |
1558 | 2023-11-14T18:55:58.342Z | Compiling bitflags v1.3.2 |
1559 | 2023-11-14T18:55:58.478Z | Compiling miniz_oxide v0.7.1 |
1560 | 2023-11-14T18:55:58.638Z | Compiling spin v0.5.2 |
1561 | 2023-11-14T18:55:58.970Z | Compiling gimli v0.28.0 |
1562 | 2023-11-14T18:55:59.306Z | Compiling object v0.32.1 |
1563 | 2023-11-14T18:56:00.185Z | Compiling serde_derive v1.0.188 |
1564 | 2023-11-14T18:56:00.714Z | Compiling thiserror-impl v1.0.49 |
1565 | 2023-11-14T18:56:00.834Z | Compiling zeroize_derive v1.4.2 |
1566 | 2023-11-14T18:56:00.875Z | Compiling tokio-macros v2.1.0 |
1567 | 2023-11-14T18:56:01.445Z | Compiling futures-macro v0.3.29 |
1568 | 2023-11-14T18:56:03.175Z | Compiling tracing-attributes v0.1.26 |
1569 | 2023-11-14T18:56:03.346Z | Compiling schemars_derive v0.8.13 |
1570 | 2023-11-14T18:56:04.634Z | Compiling openssl-macros v0.1.1 |
1571 | 2023-11-14T18:56:05.252Z | Compiling thiserror v1.0.49 |
1572 | 2023-11-14T18:56:05.935Z | Compiling pest v2.7.2 |
1573 | 2023-11-14T18:56:06.848Z | Compiling zerocopy-derive v0.2.0 |
1574 | 2023-11-14T18:56:07.211Z | Compiling strum_macros v0.25.2 |
1575 | 2023-11-14T18:56:08.139Z | Compiling url v2.4.1 |
1576 | 2023-11-14T18:56:08.670Z | Compiling addr2line v0.21.0 |
1577 | 2023-11-14T18:56:09.262Z | Compiling zerocopy v0.3.0 |
1578 | 2023-11-14T18:56:09.642Z | Compiling pest_meta v2.7.2 |
1579 | 2023-11-14T18:56:09.709Z | Compiling pin-project-lite v0.2.13 |
1580 | 2023-11-14T18:56:09.831Z | Compiling rustc-demangle v0.1.23 |
1581 | 2023-11-14T18:56:10.322Z | Compiling zerocopy-derive v0.6.4 |
1582 | 2023-11-14T18:56:10.519Z | Compiling dof v0.1.5 |
1583 | 2023-11-14T18:56:11.100Z | Compiling signal-hook-registry v1.4.1 |
1584 | 2023-11-14T18:56:11.361Z | Compiling mio v0.8.8 |
1585 | 2023-11-14T18:56:11.851Z | Compiling pest_generator v2.7.2 |
1586 | 2023-11-14T18:56:13.319Z | Compiling errno v0.3.2 |
1587 | 2023-11-14T18:56:13.538Z | Compiling num_cpus v1.16.0 |
1588 | 2023-11-14T18:56:13.604Z | Compiling socket2 v0.5.4 |
1589 | 2023-11-14T18:56:13.699Z | Compiling futures-sink v0.3.29 |
1590 | 2023-11-14T18:56:13.882Z | Compiling memoffset v0.9.0 |
1591 | 2023-11-14T18:56:14.825Z | Compiling radium v0.7.0 |
1592 | 2023-11-14T18:56:14.955Z | Compiling deranged v0.3.8 |
1593 | 2023-11-14T18:56:14.972Z | Compiling pin-utils v0.1.0 |
1594 | 2023-11-14T18:56:15.018Z | Compiling futures-io v0.3.29 |
1595 | 2023-11-14T18:56:15.099Z | Compiling num_threads v0.1.6 |
1596 | 2023-11-14T18:56:15.269Z | Compiling clap_derive v4.4.2 |
1597 | 2023-11-14T18:56:15.537Z | Compiling spin v0.9.8 |
1598 | 2023-11-14T18:56:15.837Z | Compiling tracing-core v0.1.31 |
1599 | 2023-11-14T18:56:16.104Z | Compiling signal-hook v0.3.17 |
1600 | 2023-11-14T18:56:16.545Z | Compiling lazy_static v1.4.0 |
1601 | 2023-11-14T18:56:16.713Z | Compiling crossbeam-epoch v0.9.15 |
1602 | 2023-11-14T18:56:16.995Z | Compiling pest_derive v2.7.2 |
1603 | 2023-11-14T18:56:17.334Z | Compiling tracing v0.1.37 |
1604 | 2023-11-14T18:56:18.451Z | Compiling time v0.3.27 |
1605 | 2023-11-14T18:56:18.458Z | Compiling dtrace-parser v0.1.14 |
1606 | 2023-11-14T18:56:18.464Z | Compiling num-iter v0.1.43 |
1607 | 2023-11-14T18:56:18.468Z | Compiling base64 v0.21.5 |
1608 | 2023-11-14T18:56:18.515Z | Compiling either v1.9.0 |
1609 | 2023-11-14T18:56:19.199Z | Compiling rand_core v0.6.4 |
1610 | 2023-11-14T18:56:19.454Z | Compiling untrusted v0.9.0 |
1611 | 2023-11-14T18:56:19.718Z | Compiling foreign-types-shared v0.1.1 |
1612 | 2023-11-14T18:56:19.813Z | Compiling hashbrown v0.12.3 |
1613 | 2023-11-14T18:56:19.849Z | Compiling untrusted v0.7.1 |
1614 | 2023-11-14T18:56:20.146Z | Compiling openssl-probe v0.1.5 |
1615 | 2023-11-14T18:56:21.012Z | Compiling foreign-types v0.3.2 |
1616 | 2023-11-14T18:56:21.143Z | Compiling zeroize v1.6.0 |
1617 | 2023-11-14T18:56:21.997Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1618 | 2023-11-14T18:56:23.070Z | Compiling indexmap v2.1.0 |
1619 | 2023-11-14T18:56:23.489Z | Compiling bytes v1.5.0 |
1620 | 2023-11-14T18:56:24.067Z | Compiling uuid v1.5.0 |
1621 | 2023-11-14T18:56:25.103Z | Compiling chrono v0.4.31 |
1622 | 2023-11-14T18:56:25.163Z | Compiling semver v1.0.20 |
1623 | 2023-11-14T18:56:25.194Z | Compiling http v0.2.9 |
1624 | 2023-11-14T18:56:25.393Z | Compiling serde_spanned v0.6.4 |
1625 | 2023-11-14T18:56:25.802Z | Compiling toml_datetime v0.6.5 |
1626 | 2023-11-14T18:56:25.805Z | Compiling serde_tokenstream v0.1.7 |
1627 | 2023-11-14T18:56:26.196Z | Compiling rustc_version v0.4.0 |
1628 | 2023-11-14T18:56:26.205Z | Compiling toml_edit v0.19.15 |
1629 | 2023-11-14T18:56:26.294Z | Compiling bitflags v2.4.0 |
1630 | 2023-11-14T18:56:26.313Z | Compiling tokio v1.33.0 |
1631 | 2023-11-14T18:56:26.844Z | Compiling openapiv3 v1.0.3 |
1632 | 2023-11-14T18:56:27.882Z | Compiling try-lock v0.2.4 |
1633 | 2023-11-14T18:56:28.080Z | Compiling want v0.3.1 |
1634 | 2023-11-14T18:56:28.469Z | Compiling http-body v0.4.5 |
1635 | 2023-11-14T18:56:29.402Z | Compiling usdt-macro v0.3.5 |
1636 | 2023-11-14T18:56:31.277Z | Compiling usdt-attr-macro v0.3.5 |
1637 | 2023-11-14T18:56:31.889Z | Compiling sct v0.7.0 |
1638 | 2023-11-14T18:56:33.308Z | Compiling enum-as-inner v0.5.1 |
1639 | 2023-11-14T18:56:34.122Z | Compiling socket2 v0.4.9 |
1640 | 2023-11-14T18:56:34.471Z | Compiling tower-service v0.3.2 |
1641 | 2023-11-14T18:56:34.660Z | Compiling httpdate v1.0.3 |
1642 | 2023-11-14T18:56:34.723Z | Compiling heapless v0.7.16 |
1643 | 2023-11-14T18:56:34.793Z | Compiling rustls-pemfile v1.0.3 |
1644 | 2023-11-14T18:56:34.814Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1645 | 2023-11-14T18:56:35.264Z | Compiling siphasher v0.3.11 |
1646 | 2023-11-14T18:56:35.300Z | Compiling rustls-native-certs v0.6.3 |
1647 | 2023-11-14T18:56:35.417Z | Compiling ipnet v2.8.0 |
1648 | 2023-11-14T18:56:35.443Z | Compiling serde_urlencoded v0.7.1 |
1649 | 2023-11-14T18:56:35.902Z | Compiling serde_tokenstream v0.2.0 |
1650 | 2023-11-14T18:56:35.944Z | Compiling encoding_rs v0.8.33 |
1651 | 2023-11-14T18:56:36.097Z | Compiling mime v0.3.17 |
1652 | 2023-11-14T18:56:36.241Z | Compiling webpki-roots v0.25.2 |
1653 | 2023-11-14T18:56:36.468Z | Compiling crypto-common v0.1.6 |
1654 | 2023-11-14T18:56:36.750Z | Compiling diesel_table_macro_syntax v0.1.0 |
1655 | 2023-11-14T18:56:36.929Z | Compiling num-bigint v0.4.4 |
1656 | 2023-11-14T18:56:37.184Z | Compiling smoltcp v0.9.1 |
1657 | 2023-11-14T18:56:37.194Z | Compiling bit-vec v0.6.3 |
1658 | 2023-11-14T18:56:37.291Z | Compiling diesel_derives v2.1.1 |
1659 | 2023-11-14T18:56:37.316Z | Compiling flate2 v1.0.28 |
1660 | 2023-11-14T18:56:37.844Z | Compiling phf_shared v0.10.0 |
1661 | 2023-11-14T18:56:38.110Z | Compiling block-buffer v0.10.4 |
1662 | 2023-11-14T18:56:38.123Z | Compiling hubpack_derive v0.1.1 |
1663 | 2023-11-14T18:56:38.428Z | Compiling subtle v2.5.0 |
1664 | 2023-11-14T18:56:38.449Z | Compiling ppv-lite86 v0.2.17 |
1665 | 2023-11-14T18:56:38.826Z | Compiling precomputed-hash v0.1.1 |
1666 | 2023-11-14T18:56:38.875Z | Compiling new_debug_unreachable v1.0.4 |
1667 | 2023-11-14T18:56:39.015Z | Compiling fixedbitset v0.4.2 |
1668 | 2023-11-14T18:56:39.020Z | Compiling const-oid v0.9.5 |
1669 | 2023-11-14T18:56:39.350Z | Compiling tokio-util v0.7.10 |
1670 | 2023-11-14T18:56:39.714Z | Compiling rand_chacha v0.3.1 |
1671 | 2023-11-14T18:56:40.510Z | Compiling tokio-native-tls v0.3.1 |
1672 | 2023-11-14T18:56:40.916Z | Compiling petgraph v0.6.4 |
1673 | 2023-11-14T18:56:41.343Z | Compiling h2 v0.3.21 |
1674 | 2023-11-14T18:56:41.710Z | Compiling string_cache v0.8.7 |
1675 | 2023-11-14T18:56:42.241Z | Compiling digest v0.10.7 |
1676 | 2023-11-14T18:56:42.338Z | Compiling bit-set v0.5.3 |
1677 | 2023-11-14T18:56:42.769Z | Compiling toml v0.7.8 |
1678 | 2023-11-14T18:56:42.829Z | Compiling toml_edit v0.21.0 |
1679 | 2023-11-14T18:56:42.942Z | Compiling itertools v0.10.5 |
1680 | 2023-11-14T18:56:43.138Z | Compiling unicode-segmentation v1.10.1 |
1681 | 2023-11-14T18:56:47.215Z | Compiling lalrpop-util v0.19.12 |
1682 | 2023-11-14T18:56:47.519Z | Compiling rand v0.8.5 |
1683 | 2023-11-14T18:56:47.619Z | Compiling regress v0.7.1 |
1684 | 2023-11-14T18:56:47.701Z | Compiling serde_repr v0.1.16 |
1685 | 2023-11-14T18:56:47.812Z | Compiling io-lifetimes v1.0.11 |
1686 | 2023-11-14T18:56:47.826Z | Compiling utf8parse v0.2.1 |
1687 | 2023-11-14T18:56:47.926Z | Compiling anstyle v1.0.2 |
1688 | 2023-11-14T18:56:47.941Z | Compiling cpufeatures v0.2.9 |
1689 | 2023-11-14T18:56:48.067Z | Compiling sha2 v0.10.8 |
1690 | 2023-11-14T18:56:48.574Z | Compiling rustix v0.37.23 |
1691 | 2023-11-14T18:56:48.857Z | Compiling anstyle-parse v0.2.1 |
1692 | 2023-11-14T18:56:49.215Z | Compiling hmac v0.12.1 |
1693 | 2023-11-14T18:56:49.340Z | Compiling md-5 v0.10.5 |
1694 | 2023-11-14T18:56:49.471Z | Compiling stringprep v0.1.3 |
1695 | 2023-11-14T18:56:49.676Z | Compiling hash32 v0.2.1 |
1696 | 2023-11-14T18:56:50.277Z | Compiling anstyle-query v1.0.0 |
1697 | 2023-11-14T18:56:50.479Z | Compiling fallible-iterator v0.2.0 |
1698 | 2023-11-14T18:56:50.611Z | Compiling colorchoice v1.0.0 |
1699 | 2023-11-14T18:56:50.845Z | Compiling stable_deref_trait v1.2.0 |
1700 | 2023-11-14T18:56:50.883Z | Compiling anstream v0.5.0 |
1701 | 2023-11-14T18:56:50.994Z | Compiling terminal_size v0.2.6 |
1702 | 2023-11-14T18:56:51.310Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1703 | 2023-11-14T18:56:51.642Z | Compiling postgres-protocol v0.6.6 |
1704 | 2023-11-14T18:56:51.833Z | Compiling phf_shared v0.11.2 |
1705 | 2023-11-14T18:56:52.420Z | Compiling block-padding v0.3.3 |
1706 | 2023-11-14T18:56:52.766Z | Compiling hyper v0.14.27 |
1707 | 2023-11-14T18:56:53.575Z | Compiling scheduled-thread-pool v0.2.7 |
1708 | 2023-11-14T18:56:54.299Z | Compiling clap_lex v0.5.1 |
1709 | 2023-11-14T18:56:54.330Z | Compiling managed v0.8.0 |
1710 | 2023-11-14T18:56:54.380Z | Compiling matches v0.1.10 |
1711 | 2023-11-14T18:56:54.495Z | Compiling regex-automata v0.1.10 |
1712 | 2023-11-14T18:56:54.619Z | Compiling tap v1.0.1 |
1713 | 2023-11-14T18:56:54.679Z | Compiling idna v0.2.3 |
1714 | 2023-11-14T18:56:54.856Z | Compiling wyz v0.5.1 |
1715 | 2023-11-14T18:56:55.253Z | Compiling bstr v0.2.17 |
1716 | 2023-11-14T18:56:55.575Z | Compiling clap_builder v4.4.2 |
1717 | 2023-11-14T18:56:57.159Z | Compiling r2d2 v0.8.10 |
1718 | 2023-11-14T18:56:57.640Z | Compiling signal-hook-mio v0.2.3 |
1719 | 2023-11-14T18:56:57.730Z | Compiling postgres-types v0.2.6 |
1720 | 2023-11-14T18:56:57.865Z | Compiling inout v0.1.3 |
1721 | 2023-11-14T18:56:58.103Z | Compiling phf v0.11.2 |
1722 | 2023-11-14T18:56:58.538Z | Compiling hubpack v0.1.2 |
1723 | 2023-11-14T18:56:59.119Z | Compiling ipnetwork v0.20.0 |
1724 | 2023-11-14T18:56:59.180Z | Compiling futures-executor v0.3.29 |
1725 | 2023-11-14T18:56:59.991Z | Compiling itertools v0.11.0 |
1726 | 2023-11-14T18:57:00.594Z | Compiling zerocopy v0.6.4 |
1727 | 2023-11-14T18:57:01.449Z | Compiling float-cmp v0.9.0 |
1728 | 2023-11-14T18:57:01.463Z | Compiling whoami v1.4.1 |
1729 | 2023-11-14T18:57:01.990Z | Compiling data-encoding v2.4.0 |
1730 | 2023-11-14T18:57:02.189Z | Compiling regex-automata v0.3.8 |
1731 | 2023-11-14T18:57:02.518Z | Compiling static_assertions v1.1.0 |
1732 | 2023-11-14T18:57:02.658Z | Compiling normalize-line-endings v0.3.0 |
1733 | 2023-11-14T18:57:02.825Z | Compiling predicates-core v1.0.6 |
1734 | 2023-11-14T18:57:03.300Z | Compiling difflib v0.4.0 |
1735 | 2023-11-14T18:57:04.101Z | Compiling funty v2.0.0 |
1736 | 2023-11-14T18:57:04.885Z | Compiling hyper-tls v0.5.0 |
1737 | 2023-11-14T18:57:05.361Z | Compiling bstr v1.6.0 |
1738 | 2023-11-14T18:57:05.423Z | Compiling predicates v3.0.4 |
1739 | 2023-11-14T18:57:05.445Z | Compiling trust-dns-proto v0.22.0 |
1740 | 2023-11-14T18:57:06.074Z | Compiling bitvec v1.0.1 |
1741 | 2023-11-14T18:57:07.230Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1742 | 2023-11-14T18:57:07.840Z | Compiling yasna v0.5.2 |
1743 | 2023-11-14T18:57:08.666Z | Compiling clap v4.4.3 |
1744 | 2023-11-14T18:57:08.813Z | Compiling tokio-postgres v0.7.10 |
1745 | 2023-11-14T18:57:09.081Z | Compiling diesel v2.1.3 |
1746 | 2023-11-14T18:57:09.798Z | Compiling futures v0.3.29 |
1747 | 2023-11-14T18:57:09.962Z | Compiling cipher v0.4.4 |
1748 | 2023-11-14T18:57:10.678Z | Compiling crossterm v0.27.0 |
1749 | 2023-11-14T18:57:10.821Z | Compiling similar v2.2.1 |
1750 | 2023-11-14T18:57:13.860Z | Compiling signature v2.1.0 |
1751 | 2023-11-14T18:57:14.008Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1752 | 2023-11-14T18:57:14.172Z | Compiling tokio-stream v0.1.14 |
1753 | 2023-11-14T18:57:14.309Z | Compiling usdt v0.3.5 |
1754 | 2023-11-14T18:57:14.697Z | Compiling hex v0.4.3 |
1755 | 2023-11-14T18:57:15.728Z | Compiling console v0.15.7 |
1756 | 2023-11-14T18:57:16.375Z | Compiling getopts v0.2.21 |
1757 | 2023-11-14T18:57:16.757Z | Compiling unsafe-libyaml v0.2.9 |
1758 | 2023-11-14T18:57:17.067Z | Compiling ident_case v1.0.1 |
1759 | 2023-11-14T18:57:17.890Z | Compiling slog-async v2.8.0 |
1760 | 2023-11-14T18:57:18.195Z | Compiling paste v1.0.14 |
1761 | 2023-11-14T18:57:18.621Z | Compiling darling_core v0.20.3 |
1762 | 2023-11-14T18:57:18.924Z | Compiling serde_yaml v0.9.25 |
1763 | 2023-11-14T18:57:19.818Z | Compiling multer v2.1.0 |
1764 | 2023-11-14T18:57:20.184Z | Compiling async-stream-impl v0.3.5 |
1765 | 2023-11-14T18:57:20.343Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1766 | 2023-11-14T18:57:20.804Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1767 | 2023-11-14T18:57:21.199Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1768 | 2023-11-14T18:57:21.362Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1769 | 2023-11-14T18:57:25.776Z | Compiling structmeta-derive v0.2.0 |
1770 | 2023-11-14T18:57:26.668Z | Compiling regex-syntax v0.7.5 |
1771 | 2023-11-14T18:57:27.772Z | Compiling darling_macro v0.20.3 |
1772 | 2023-11-14T18:57:29.212Z | Compiling darling v0.20.3 |
1773 | 2023-11-14T18:57:29.376Z | Compiling serde_with_macros v2.3.3 |
1774 | 2023-11-14T18:57:30.102Z | Compiling structmeta v0.2.0 |
1775 | 2023-11-14T18:57:30.794Z | Compiling test-strategy v0.3.1 |
1776 | 2023-11-14T18:57:32.124Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1777 | 2023-11-14T18:57:37.199Z | Compiling parse-display-derive v0.8.2 |
1778 | 2023-11-14T18:57:44.912Z | Checking unicode-ident v1.0.12 |
1779 | 2023-11-14T18:58:10.551Z | Checking heck v0.4.1 |
1780 | 2023-11-14T18:58:14.174Z | Compiling proc-macro-crate v1.3.1 |
1781 | 2023-11-14T18:58:17.156Z | Compiling crucible-workspace-hack v0.1.0 |
1782 | 2023-11-14T18:58:20.354Z | Checking atty v0.2.14 |
1783 | 2023-11-14T18:58:20.561Z | Checking match_cfg v0.1.0 |
1784 | 2023-11-14T18:58:20.687Z | Checking hostname v0.3.1 |
1785 | 2023-11-14T18:58:20.776Z | Checking crossbeam-channel v0.5.8 |
1786 | 2023-11-14T18:58:20.864Z | Checking sha1 v0.10.5 |
1787 | 2023-11-14T18:58:21.282Z | Checking dirs-sys-next v0.1.2 |
1788 | 2023-11-14T18:58:21.527Z | Checking fastrand v2.0.0 |
1789 | 2023-11-14T18:58:21.604Z | Checking dirs-next v2.0.0 |
1790 | 2023-11-14T18:58:21.785Z | Checking thread_local v1.1.7 |
1791 | 2023-11-14T18:58:21.987Z | Checking term v0.7.0 |
1792 | 2023-11-14T18:58:22.021Z | Checking tempfile v3.8.0 |
1793 | 2023-11-14T18:58:22.224Z | Checking camino v1.1.6 |
1794 | 2023-11-14T18:58:22.552Z | Checking strum v0.25.0 |
1795 | 2023-11-14T18:58:22.644Z | Checking instant v0.1.12 |
1796 | 2023-11-14T18:58:22.763Z | Checking take_mut v0.2.2 |
1797 | 2023-11-14T18:58:22.792Z | Checking slog-term v2.9.0 |
1798 | 2023-11-14T18:58:23.119Z | Checking slog-json v2.6.1 |
1799 | 2023-11-14T18:58:23.400Z | Checking serde_with v2.3.3 |
1800 | 2023-11-14T18:58:23.499Z | Checking slog-bunyan v2.4.0 |
1801 | 2023-11-14T18:58:23.973Z | Compiling proc-macro-error-attr v1.0.4 |
1802 | 2023-11-14T18:58:24.245Z | Checking debug-ignore v1.0.5 |
1803 | 2023-11-14T18:58:24.417Z | Checking atomic-waker v1.1.1 |
1804 | 2023-11-14T18:58:24.584Z | Checking waitgroup v0.1.2 |
1805 | 2023-11-14T18:58:24.811Z | Checking async-stream v0.3.5 |
1806 | 2023-11-14T18:58:25.080Z | Checking serde_path_to_error v0.1.14 |
1807 | 2023-11-14T18:58:25.100Z | Compiling proc-macro-error v1.0.4 |
1808 | 2023-11-14T18:58:25.734Z | Checking backoff v0.4.0 |
1809 | 2023-11-14T18:58:25.854Z | Compiling num_enum_derive v0.5.11 |
1810 | 2023-11-14T18:58:26.186Z | Checking toml v0.8.8 |
1811 | 2023-11-14T18:58:26.240Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1812 | 2023-11-14T18:58:26.455Z | Checking macaddr v1.0.1 |
1813 | 2023-11-14T18:58:26.947Z | Checking quick-error v1.2.3 |
1814 | 2023-11-14T18:58:27.125Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1815 | 2023-11-14T18:58:27.426Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1816 | 2023-11-14T18:58:27.644Z | Compiling foreign-types-macros v0.2.3 |
1817 | 2023-11-14T18:58:27.667Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1818 | 2023-11-14T18:58:27.959Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1819 | 2023-11-14T18:58:28.206Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1820 | 2023-11-14T18:58:28.279Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1821 | 2023-11-14T18:58:28.386Z | Checking wait-timeout v0.2.0 |
1822 | 2023-11-14T18:58:28.876Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1823 | 2023-11-14T18:58:29.490Z | Checking rusty-fork v0.3.0 |
1824 | 2023-11-14T18:58:29.508Z | Checking rand_xorshift v0.3.0 |
1825 | 2023-11-14T18:58:29.511Z | Checking unarray v0.1.4 |
1826 | 2023-11-14T18:58:29.758Z | Compiling zone_cfg_derive v0.3.0 |
1827 | 2023-11-14T18:58:29.917Z | Compiling mockall_derive v0.11.4 |
1828 | 2023-11-14T18:58:29.933Z | Compiling num-derive v0.4.0 |
1829 | 2023-11-14T18:58:32.047Z | Checking parse-display v0.8.2 |
1830 | 2023-11-14T18:58:35.012Z | Checking proptest v1.3.1 |
1831 | 2023-11-14T18:58:54.216Z | Checking is-terminal v0.4.9 |
1832 | 2023-11-14T18:59:08.643Z | Compiling heck v0.3.3 |
1833 | 2023-11-14T18:59:09.135Z | Checking termtree v0.4.1 |
1834 | 2023-11-14T18:59:09.328Z | Compiling libefi-sys v0.1.0 |
1835 | 2023-11-14T18:59:09.830Z | Checking predicates-tree v1.0.9 |
1836 | 2023-11-14T18:59:10.042Z | Compiling structopt-derive v0.4.18 |
1837 | 2023-11-14T18:59:12.199Z | Checking num_enum v0.5.11 |
1838 | 2023-11-14T18:59:12.603Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1839 | 2023-11-14T18:59:12.867Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1840 | 2023-11-14T18:59:13.353Z | Checking postcard-cobs v0.1.5-pre |
1841 | 2023-11-14T18:59:13.562Z | Checking postcard v0.7.3 |
1842 | 2023-11-14T18:59:13.608Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1843 | 2023-11-14T18:59:14.463Z | Checking smoltcp v0.8.2 |
1844 | 2023-11-14T18:59:14.715Z | Checking cfg-if v0.1.10 |
1845 | 2023-11-14T18:59:14.836Z | Checking foreign-types-shared v0.3.1 |
1846 | 2023-11-14T18:59:15.175Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1847 | 2023-11-14T18:59:15.180Z | Checking foreign-types v0.5.0 |
1848 | 2023-11-14T18:59:16.024Z | Checking cstr-argument v0.1.2 |
1849 | 2023-11-14T18:59:16.270Z | Checking pretty-hex v0.2.1 |
1850 | 2023-11-14T18:59:16.486Z | Checking base64ct v1.6.0 |
1851 | 2023-11-14T18:59:16.646Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1852 | 2023-11-14T18:59:17.209Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1853 | 2023-11-14T18:59:17.671Z | Checking colored v2.0.4 |
1854 | 2023-11-14T18:59:18.967Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1855 | 2023-11-14T18:59:21.189Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1856 | 2023-11-14T18:59:21.940Z | Checking predicates v2.1.5 |
1857 | 2023-11-14T18:59:22.698Z | Checking downcast v0.11.0 |
1858 | 2023-11-14T18:59:22.982Z | Checking fragile v2.0.0 |
1859 | 2023-11-14T18:59:23.288Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1860 | 2023-11-14T18:59:23.381Z | Checking mockall v0.11.4 |
1861 | 2023-11-14T18:59:23.678Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1862 | 2023-11-14T18:59:23.705Z | Checking zone v0.3.0 |
1863 | 2023-11-14T18:59:23.883Z | Checking smf v0.2.2 |
1864 | 2023-11-14T18:59:25.478Z | Compiling convert_case v0.4.0 |
1865 | 2023-11-14T18:59:26.091Z | Compiling slog-dtrace v0.2.3 |
1866 | 2023-11-14T18:59:26.209Z | Checking base64 v0.13.1 |
1867 | 2023-11-14T18:59:26.524Z | Compiling cancel-safe-futures v0.1.5 |
1868 | 2023-11-14T18:59:26.683Z | Compiling derive_more v0.99.17 |
1869 | 2023-11-14T18:59:27.257Z | Checking filetime v0.2.22 |
1870 | 2023-11-14T18:59:27.479Z | Checking xattr v1.0.1 |
1871 | 2023-11-14T18:59:27.560Z | Compiling der_derive v0.7.2 |
1872 | 2023-11-14T18:59:27.737Z | Checking tar v0.4.40 |
1873 | 2023-11-14T18:59:28.940Z | Checking pem v1.1.1 |
1874 | 2023-11-14T18:59:28.989Z | Checking camino-tempfile v1.0.2 |
1875 | 2023-11-14T18:59:29.267Z | Compiling memoffset v0.7.1 |
1876 | 2023-11-14T18:59:29.411Z | Compiling maybe-uninit v2.0.0 |
1877 | 2023-11-14T18:59:29.918Z | Checking headers-core v0.2.0 |
1878 | 2023-11-14T18:59:30.115Z | Compiling packed_struct v0.10.1 |
1879 | 2023-11-14T18:59:30.218Z | Compiling num-bigint-dig v0.8.4 |
1880 | 2023-11-14T18:59:30.699Z | Checking headers v0.3.9 |
1881 | 2023-11-14T18:59:30.751Z | Compiling packed_struct_codegen v0.10.1 |
1882 | 2023-11-14T18:59:30.894Z | Checking pem v3.0.2 |
1883 | 2023-11-14T18:59:30.927Z | Checking atomicwrites v0.4.2 |
1884 | 2023-11-14T18:59:31.270Z | Checking rcgen v0.11.3 |
1885 | 2023-11-14T18:59:31.309Z | Checking textwrap v0.11.0 |
1886 | 2023-11-14T18:59:31.331Z | Checking subprocess v0.2.9 |
1887 | 2023-11-14T18:59:31.625Z | Checking strsim v0.8.0 |
1888 | 2023-11-14T18:59:31.901Z | Checking vec_map v0.8.2 |
1889 | 2023-11-14T18:59:32.194Z | Checking ansi_term v0.12.1 |
1890 | 2023-11-14T18:59:32.337Z | Checking password-hash v0.5.0 |
1891 | 2023-11-14T18:59:32.443Z | Checking blake2 v0.10.6 |
1892 | 2023-11-14T18:59:32.684Z | Checking clap v2.34.0 |
1893 | 2023-11-14T18:59:33.046Z | Compiling num-rational v0.4.1 |
1894 | 2023-11-14T18:59:33.063Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1895 | 2023-11-14T18:59:33.127Z | Checking argon2 v0.5.2 |
1896 | 2023-11-14T18:59:33.861Z | Compiling same-file v1.0.6 |
1897 | 2023-11-14T18:59:34.129Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1898 | 2023-11-14T18:59:34.140Z | Checking termcolor v1.2.0 |
1899 | 2023-11-14T18:59:34.205Z | Compiling walkdir v2.4.0 |
1900 | 2023-11-14T18:59:34.482Z | Compiling semver-parser v0.10.2 |
1901 | 2023-11-14T18:59:35.024Z | Checking linked-hash-map v0.5.6 |
1902 | 2023-11-14T18:59:35.605Z | Checking lru-cache v0.1.2 |
1903 | 2023-11-14T18:59:35.748Z | Compiling semver v0.11.0 |
1904 | 2023-11-14T18:59:36.260Z | Compiling home v0.5.5 |
1905 | 2023-11-14T18:59:36.598Z | Compiling toolchain_find v0.2.0 |
1906 | 2023-11-14T18:59:36.844Z | Compiling toml v0.5.11 |
1907 | 2023-11-14T18:59:37.299Z | Checking structopt v0.3.26 |
1908 | 2023-11-14T18:59:37.405Z | Compiling doc-comment v0.3.3 |
1909 | 2023-11-14T18:59:39.091Z | Checking ciborium-io v0.2.1 |
1910 | 2023-11-14T18:59:39.252Z | Checking half v1.8.2 |
1911 | 2023-11-14T18:59:39.677Z | Compiling rustfmt-wrapper v0.2.0 |
1912 | 2023-11-14T18:59:39.876Z | Checking ciborium-ll v0.2.1 |
1913 | 2023-11-14T18:59:40.328Z | Checking ciborium v0.2.1 |
1914 | 2023-11-14T18:59:41.583Z | Checking arc-swap v1.6.0 |
1915 | 2023-11-14T18:59:42.269Z | Checking slog-scope v4.4.0 |
1916 | 2023-11-14T18:59:42.296Z | Checking hkdf v0.12.3 |
1917 | 2023-11-14T18:59:42.564Z | Checking slog-stdlog v4.1.1 |
1918 | 2023-11-14T18:59:42.610Z | Compiling snafu-derive v0.7.5 |
1919 | 2023-11-14T18:59:42.808Z | Compiling structmeta-derive v0.1.6 |
1920 | 2023-11-14T18:59:42.966Z | Checking keccak v0.1.4 |
1921 | 2023-11-14T18:59:43.091Z | Checking slog-envlogger v2.2.0 |
1922 | 2023-11-14T18:59:43.272Z | Checking newline-converter v0.3.0 |
1923 | 2023-11-14T18:59:43.403Z | Checking sha3 v0.10.8 |
1924 | 2023-11-14T18:59:43.419Z | Checking secrecy v0.8.0 |
1925 | 2023-11-14T18:59:43.476Z | Compiling derive-where v1.2.5 |
1926 | 2023-11-14T18:59:43.746Z | Compiling semver v0.1.20 |
1927 | 2023-11-14T18:59:43.957Z | Checking expectorate v1.1.0 |
1928 | 2023-11-14T18:59:43.990Z | Checking pem-rfc7468 v0.7.0 |
1929 | 2023-11-14T18:59:44.186Z | Compiling libz-sys v1.1.12 |
1930 | 2023-11-14T18:59:44.393Z | Compiling rustc_version v0.1.7 |
1931 | 2023-11-14T18:59:44.724Z | Checking flagset v0.4.3 |
1932 | 2023-11-14T18:59:44.989Z | Compiling parking_lot_core v0.8.6 |
1933 | 2023-11-14T18:59:45.008Z | Checking der v0.7.8 |
1934 | 2023-11-14T18:59:45.073Z | Compiling newtype_derive v0.1.6 |
1935 | 2023-11-14T18:59:45.519Z | Checking resolv-conf v0.7.0 |
1936 | 2023-11-14T18:59:45.719Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-11-14T18:59:46.059Z | Checking trust-dns-resolver v0.22.0 |
1938 | 2023-11-14T18:59:46.800Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1939 | 2023-11-14T18:59:47.848Z | Compiling structmeta v0.1.6 |
1940 | 2023-11-14T18:59:47.855Z | Compiling parse-display-derive v0.7.0 |
1941 | 2023-11-14T18:59:47.875Z | Checking glob v0.3.1 |
1942 | 2023-11-14T18:59:48.219Z | Checking spki v0.7.2 |
1943 | 2023-11-14T18:59:48.518Z | Checking fxhash v0.2.1 |
1944 | 2023-11-14T18:59:48.537Z | Compiling libsqlite3-sys v0.26.0 |
1945 | 2023-11-14T18:59:48.642Z | Checking crc-catalog v2.2.0 |
1946 | 2023-11-14T18:59:48.735Z | Checking pkcs8 v0.10.2 |
1947 | 2023-11-14T18:59:49.245Z | Checking crc v3.0.1 |
1948 | 2023-11-14T18:59:49.249Z | Compiling vergen v8.2.4 |
1949 | 2023-11-14T18:59:49.252Z | Checking nodrop v0.1.14 |
1950 | 2023-11-14T18:59:49.255Z | Checking pkcs1 v0.7.5 |
1951 | 2023-11-14T18:59:49.258Z | Checking array-init v0.0.4 |
1952 | 2023-11-14T18:59:49.268Z | Checking smallvec v0.6.14 |
1953 | 2023-11-14T18:59:49.995Z | Checking bitfield v0.14.0 |
1954 | 2023-11-14T18:59:50.513Z | Compiling rayon-core v1.12.0 |
1955 | 2023-11-14T18:59:50.533Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1956 | 2023-11-14T18:59:50.945Z | Checking x509-cert v0.2.4 |
1957 | 2023-11-14T18:59:50.983Z | Checking env_logger v0.10.0 |
1958 | 2023-11-14T18:59:51.002Z | Checking serde-hex v0.1.0 |
1959 | 2023-11-14T18:59:51.651Z | Checking ron v0.8.1 |
1960 | 2023-11-14T18:59:52.798Z | Checking humantime v2.1.0 |
1961 | 2023-11-14T18:59:53.039Z | Checking rsa v0.9.2 |
1962 | 2023-11-14T18:59:53.261Z | Compiling buf-list v1.0.3 |
1963 | 2023-11-14T18:59:53.357Z | Checking crc-any v2.4.3 |
1964 | 2023-11-14T18:59:53.467Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1965 | 2023-11-14T18:59:53.942Z | Checking object v0.30.4 |
1966 | 2023-11-14T18:59:54.215Z | Checking utf-8 v0.7.6 |
1967 | 2023-11-14T18:59:54.399Z | Checking path-slash v0.1.5 |
1968 | 2023-11-14T18:59:54.491Z | Compiling num_enum_derive v0.7.0 |
1969 | 2023-11-14T18:59:54.577Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1970 | 2023-11-14T18:59:54.596Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1971 | 2023-11-14T18:59:54.842Z | Compiling unicase v2.7.0 |
1972 | 2023-11-14T18:59:55.486Z | Compiling salty v0.2.0 |
1973 | 2023-11-14T18:59:55.592Z | Compiling platforms v3.0.2 |
1974 | 2023-11-14T18:59:56.231Z | Checking num-complex v0.4.4 |
1975 | 2023-11-14T18:59:56.459Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1976 | 2023-11-14T18:59:57.291Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1977 | 2023-11-14T18:59:57.889Z | Checking num v0.4.1 |
1978 | 2023-11-14T18:59:58.129Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1979 | 2023-11-14T18:59:58.165Z | Compiling erased-serde v0.3.30 |
1980 | 2023-11-14T18:59:58.873Z | Compiling curve25519-dalek v4.1.0 |
1981 | 2023-11-14T18:59:59.168Z | Compiling bitstruct_derive v0.1.0 |
1982 | 2023-11-14T18:59:59.172Z | Compiling async-recursion v1.0.5 |
1983 | 2023-11-14T18:59:59.461Z | Checking swrite v0.1.0 |
1984 | 2023-11-14T19:00:00.875Z | Compiling mime_guess v2.0.4 |
1985 | 2023-11-14T19:00:00.895Z | Compiling thiserror-impl-no-std v2.0.2 |
1986 | 2023-11-14T19:00:01.060Z | Compiling curve25519-dalek-derive v0.1.0 |
1987 | 2023-11-14T19:00:01.938Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1988 | 2023-11-14T19:00:02.789Z | Checking universal-hash v0.5.1 |
1989 | 2023-11-14T19:00:03.104Z | Checking nibble_vec v0.1.0 |
1990 | 2023-11-14T19:00:03.551Z | Compiling crunchy v0.2.2 |
1991 | 2023-11-14T19:00:03.981Z | Compiling portable-atomic v1.4.3 |
1992 | 2023-11-14T19:00:04.098Z | Checking opaque-debug v0.3.0 |
1993 | 2023-11-14T19:00:04.221Z | Checking endian-type v0.1.2 |
1994 | 2023-11-14T19:00:04.540Z | Checking radix_trie v0.2.1 |
1995 | 2023-11-14T19:00:04.544Z | Checking snafu v0.7.5 |
1996 | 2023-11-14T19:00:05.012Z | Checking libsw v3.3.0 |
1997 | 2023-11-14T19:00:05.132Z | Checking linear-map v1.2.0 |
1998 | 2023-11-14T19:00:05.181Z | Compiling tiny-keccak v2.0.2 |
1999 | 2023-11-14T19:00:05.373Z | Checking owo-colors v3.5.0 |
2000 | 2023-11-14T19:00:05.441Z | Checking trust-dns-client v0.22.0 |
2001 | 2023-11-14T19:00:05.533Z | Checking parking_lot v0.11.2 |
2002 | 2023-11-14T19:00:05.710Z | Compiling clang-sys v1.6.1 |
2003 | 2023-11-14T19:00:05.830Z | Checking crossbeam-deque v0.8.3 |
2004 | 2023-11-14T19:00:06.056Z | Checking aead v0.5.2 |
2005 | 2023-11-14T19:00:06.328Z | Compiling darling_core v0.14.4 |
2006 | 2023-11-14T19:00:06.372Z | Compiling prettyplease v0.2.12 |
2007 | 2023-11-14T19:00:06.815Z | Compiling ascii-canvas v3.0.0 |
2008 | 2023-11-14T19:00:06.830Z | Checking sled v0.34.7 |
2009 | 2023-11-14T19:00:07.437Z | Checking trust-dns-server v0.22.1 |
2010 | 2023-11-14T19:00:07.685Z | Checking parse-display v0.7.0 |
2011 | 2023-11-14T19:00:08.109Z | Compiling const_format_proc_macros v0.2.31 |
2012 | 2023-11-14T19:00:08.545Z | Compiling ena v0.14.2 |
2013 | 2023-11-14T19:00:08.761Z | Checking signature v1.6.4 |
2014 | 2023-11-14T19:00:08.955Z | Compiling diff v0.1.13 |
2015 | 2023-11-14T19:00:09.171Z | Checking pretty-hex v0.3.0 |
2016 | 2023-11-14T19:00:09.409Z | Compiling minimal-lexical v0.2.1 |
2017 | 2023-11-14T19:00:09.881Z | Compiling lalrpop v0.19.12 |
2018 | 2023-11-14T19:00:10.238Z | Compiling nom v7.1.3 |
2019 | 2023-11-14T19:00:11.373Z | Checking ed25519 v1.5.3 |
2020 | 2023-11-14T19:00:11.615Z | Checking tungstenite v0.18.0 |
2021 | 2023-11-14T19:00:12.937Z | Checking path-dedot v3.1.0 |
2022 | 2023-11-14T19:00:13.049Z | Compiling libloading v0.7.4 |
2023 | 2023-11-14T19:00:13.068Z | Compiling ref-cast v1.0.20 |
2024 | 2023-11-14T19:00:13.170Z | Compiling bindgen v0.65.1 |
2025 | 2023-11-14T19:00:13.812Z | Checking path-absolutize v3.1.0 |
2026 | 2023-11-14T19:00:14.260Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2027 | 2023-11-14T19:00:14.282Z | Checking tokio-tungstenite v0.18.0 |
2028 | 2023-11-14T19:00:14.949Z | Compiling darling_macro v0.14.4 |
2029 | 2023-11-14T19:00:14.980Z | Checking rayon v1.8.0 |
2030 | 2023-11-14T19:00:15.704Z | Checking steno v0.4.0 |
2031 | 2023-11-14T19:00:16.476Z | Compiling darling v0.14.4 |
2032 | 2023-11-14T19:00:16.571Z | Compiling cexpr v0.6.0 |
2033 | 2023-11-14T19:00:16.637Z | Compiling derive_builder_core v0.12.0 |
2034 | 2023-11-14T19:00:19.007Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2035 | 2023-11-14T19:00:19.499Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2036 | 2023-11-14T19:00:19.723Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2037 | 2023-11-14T19:00:20.267Z | Checking globset v0.4.13 |
2038 | 2023-11-14T19:00:20.270Z | Checking olpc-cjson v0.1.3 |
2039 | 2023-11-14T19:00:20.273Z | Checking hashlink v0.8.3 |
2040 | 2023-11-14T19:00:20.553Z | Checking serde-big-array v0.5.1 |
2041 | 2023-11-14T19:00:20.628Z | Checking serde-big-array v0.4.1 |
2042 | 2023-11-14T19:00:20.865Z | Checking serde_plain v1.0.2 |
2043 | 2023-11-14T19:00:20.869Z | Compiling which v4.4.0 |
2044 | 2023-11-14T19:00:21.066Z | Compiling ref-cast-impl v1.0.20 |
2045 | 2023-11-14T19:00:21.209Z | Compiling libxml v0.3.3 |
2046 | 2023-11-14T19:00:21.233Z | Checking fallible-streaming-iterator v0.1.9 |
2047 | 2023-11-14T19:00:21.252Z | Compiling peeking_take_while v0.1.2 |
2048 | 2023-11-14T19:00:21.428Z | Compiling rustc-hash v1.1.0 |
2049 | 2023-11-14T19:00:21.567Z | Compiling lazycell v1.3.0 |
2050 | 2023-11-14T19:00:21.706Z | Compiling shlex v1.1.0 |
2051 | 2023-11-14T19:00:21.864Z | Checking rusqlite v0.29.0 |
2052 | 2023-11-14T19:00:22.676Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2053 | 2023-11-14T19:00:22.843Z | Compiling derive_builder_macro v0.12.0 |
2054 | 2023-11-14T19:00:24.100Z | Checking nix v0.26.2 |
2055 | 2023-11-14T19:00:24.190Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2056 | 2023-11-14T19:00:24.236Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2057 | 2023-11-14T19:00:24.951Z | Checking signal-hook-tokio v0.3.1 |
2058 | 2023-11-14T19:00:25.076Z | Checking twox-hash v1.6.3 |
2059 | 2023-11-14T19:00:25.184Z | Checking ff v0.13.0 |
2060 | 2023-11-14T19:00:25.202Z | Compiling strum_macros v0.24.3 |
2061 | 2023-11-14T19:00:25.934Z | Checking corncobs v0.1.3 |
2062 | 2023-11-14T19:00:26.444Z | Compiling indoc v1.0.9 |
2063 | 2023-11-14T19:00:26.451Z | Checking display-error-chain v0.2.0 |
2064 | 2023-11-14T19:00:26.470Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2065 | 2023-11-14T19:00:26.474Z | Checking group v0.13.0 |
2066 | 2023-11-14T19:00:26.477Z | Checking polyval v0.6.1 |
2067 | 2023-11-14T19:00:26.595Z | Checking num_enum v0.7.0 |
2068 | 2023-11-14T19:00:26.827Z | Checking aes v0.8.3 |
2069 | 2023-11-14T19:00:27.026Z | Checking ctr v0.9.2 |
2070 | 2023-11-14T19:00:27.110Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2071 | 2023-11-14T19:00:27.470Z | Checking crypto-bigint v0.5.2 |
2072 | 2023-11-14T19:00:27.797Z | Checking bincode v1.3.3 |
2073 | 2023-11-14T19:00:28.525Z | Compiling cookie v0.16.2 |
2074 | 2023-11-14T19:00:29.382Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2075 | 2023-11-14T19:00:29.428Z | Checking base16ct v0.2.0 |
2076 | 2023-11-14T19:00:30.266Z | Checking elliptic-curve v0.13.5 |
2077 | 2023-11-14T19:00:30.436Z | Checking aes-gcm-siv v0.11.1 |
2078 | 2023-11-14T19:00:30.705Z | Checking thiserror-no-std v2.0.2 |
2079 | 2023-11-14T19:00:30.824Z | Checking poly1305 v0.8.0 |
2080 | 2023-11-14T19:00:30.916Z | Checking env_logger v0.9.3 |
2081 | 2023-11-14T19:00:31.185Z | Checking chacha20 v0.9.1 |
2082 | 2023-11-14T19:00:31.536Z | Compiling impl-trait-for-tuples v0.2.2 |
2083 | 2023-11-14T19:00:31.589Z | Compiling oso-derive v0.27.0 |
2084 | 2023-11-14T19:00:31.641Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2085 | 2023-11-14T19:00:32.129Z | Checking ringbuffer v0.15.0 |
2086 | 2023-11-14T19:00:32.428Z | Checking ascii v1.1.0 |
2087 | 2023-11-14T19:00:33.061Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2088 | 2023-11-14T19:00:33.064Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2089 | 2023-11-14T19:00:33.100Z | Checking chacha20poly1305 v0.10.1 |
2090 | 2023-11-14T19:00:33.499Z | Checking bitstruct v0.1.1 |
2091 | 2023-11-14T19:00:33.755Z | Checking tungstenite v0.20.1 |
2092 | 2023-11-14T19:00:33.813Z | Checking vsss-rs v3.3.1 |
2093 | 2023-11-14T19:00:35.226Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2094 | 2023-11-14T19:00:35.636Z | Checking serde_arrays v0.1.0 |
2095 | 2023-11-14T19:00:35.694Z | Checking tokio-tungstenite v0.20.1 |
2096 | 2023-11-14T19:00:37.222Z | Checking kstat-rs v0.2.3 |
2097 | 2023-11-14T19:00:37.471Z | Checking bcs v0.1.6 |
2098 | 2023-11-14T19:00:38.192Z | Checking assert_matches v1.5.0 |
2099 | 2023-11-14T19:00:38.211Z | Checking highway v1.1.0 |
2100 | 2023-11-14T19:00:38.865Z | Compiling indoc v2.0.3 |
2101 | 2023-11-14T19:00:43.068Z | Checking const_format v0.2.31 |
2102 | 2023-11-14T19:00:43.679Z | Checking ron v0.7.1 |
2103 | 2023-11-14T19:00:44.432Z | Checking bit_field v0.10.2 |
2104 | 2023-11-14T19:00:45.031Z | Checking http-range v0.1.5 |
2105 | 2023-11-14T19:00:45.282Z | Checking hyper-staticfile v0.9.5 |
2106 | 2023-11-14T19:00:46.096Z | Checking number_prefix v0.4.0 |
2107 | 2023-11-14T19:00:46.882Z | Checking maplit v1.0.2 |
2108 | 2023-11-14T19:00:47.332Z | Checking indicatif v0.17.7 |
2109 | 2023-11-14T19:00:49.615Z | Checking derive_builder v0.12.0 |
2110 | 2023-11-14T19:00:52.734Z | Checking bb8 v0.8.1 |
2111 | 2023-11-14T19:00:52.755Z | Checking quick-xml v0.23.1 |
2112 | 2023-11-14T19:00:52.766Z | Checking bytesize v1.3.0 |
2113 | 2023-11-14T19:00:52.773Z | Checking fs-err v2.9.0 |
2114 | 2023-11-14T19:00:52.979Z | Checking smawk v0.3.1 |
2115 | 2023-11-14T19:00:53.097Z | Checking unicode-linebreak v0.1.5 |
2116 | 2023-11-14T19:00:53.706Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2117 | 2023-11-14T19:00:53.716Z | Checking textwrap v0.16.0 |
2118 | 2023-11-14T19:00:55.618Z | Compiling vte_generate_state_changes v0.1.1 |
2119 | 2023-11-14T19:00:55.660Z | Checking is_ci v1.1.1 |
2120 | 2023-11-14T19:00:55.759Z | Checking cassowary v0.3.0 |
2121 | 2023-11-14T19:00:56.066Z | Checking supports-color v2.1.0 |
2122 | 2023-11-14T19:00:56.611Z | Checking ratatui v0.23.0 |
2123 | 2023-11-14T19:00:59.440Z | Checking rtoolbox v0.0.1 |
2124 | 2023-11-14T19:00:59.726Z | Checking rpassword v7.2.0 |
2125 | 2023-11-14T19:01:00.351Z | Checking tui-tree-widget v0.13.0 |
2126 | 2023-11-14T19:01:02.213Z | Checking shell-words v1.1.0 |
2127 | 2023-11-14T19:01:02.579Z | Checking yansi v0.5.1 |
2128 | 2023-11-14T19:01:03.418Z | Checking pretty_assertions v1.4.0 |
2129 | 2023-11-14T19:01:05.662Z | Checking fatfs v0.3.6 |
2130 | 2023-11-14T19:01:05.937Z | Checking plotters-backend v0.3.5 |
2131 | 2023-11-14T19:01:06.569Z | Checking plotters-svg v0.3.5 |
2132 | 2023-11-14T19:01:07.426Z | Checking rand v0.4.6 |
2133 | 2023-11-14T19:01:07.723Z | Checking cast v0.3.0 |
2134 | 2023-11-14T19:01:08.221Z | Checking remove_dir_all v0.5.3 |
2135 | 2023-11-14T19:01:08.639Z | Checking criterion-plot v0.5.0 |
2136 | 2023-11-14T19:01:09.048Z | Checking tempdir v0.3.7 |
2137 | 2023-11-14T19:01:09.276Z | Checking plotters v0.3.5 |
2138 | 2023-11-14T19:01:12.683Z | Checking tinytemplate v1.2.1 |
2139 | 2023-11-14T19:01:12.998Z | Checking anes v0.1.6 |
2140 | 2023-11-14T19:01:13.154Z | Checking oorandom v11.1.3 |
2141 | 2023-11-14T19:01:13.581Z | Checking criterion v0.5.1 |
2142 | 2023-11-14T19:01:18.386Z | Checking assert_cmd v2.0.12 |
2143 | 2023-11-14T19:01:18.885Z | Checking dashmap v5.5.1 |
2144 | 2023-11-14T19:01:19.106Z | Compiling serial_test_derive v0.10.0 |
2145 | 2023-11-14T19:01:20.660Z | Compiling crossbeam-queue v0.3.8 |
2146 | 2023-11-14T19:01:21.209Z | Checking serial_test v0.10.0 |
2147 | 2023-11-14T19:01:21.566Z | Checking vte v0.11.1 |
2148 | 2023-11-14T19:01:21.645Z | Checking threadpool v1.8.1 |
2149 | 2023-11-14T19:01:22.355Z | Checking libtest-mimic v0.6.1 |
2150 | 2023-11-14T19:01:22.362Z | Compiling tabled_derive v0.6.0 |
2151 | 2023-11-14T19:01:22.634Z | Checking httptest v0.15.5 |
2152 | 2023-11-14T19:01:23.876Z | Checking similar-asserts v1.5.0 |
2153 | 2023-11-14T19:01:24.014Z | Checking strip-ansi-escapes v0.2.0 |
2154 | 2023-11-14T19:01:24.218Z | Checking fd-lock v3.0.13 |
2155 | 2023-11-14T19:01:24.221Z | Checking nanorand v0.7.0 |
2156 | 2023-11-14T19:01:24.406Z | Compiling rstest_macros v0.18.2 |
2157 | 2023-11-14T19:01:24.536Z | Checking nu-ansi-term v0.49.0 |
2158 | 2023-11-14T19:01:25.021Z | Checking flume v0.11.0 |
2159 | 2023-11-14T19:01:25.148Z | Checking reedline v0.25.0 |
2160 | 2023-11-14T19:01:25.520Z | Checking datatest-stable v0.2.3 |
2161 | 2023-11-14T19:01:25.928Z | Compiling pin-project-internal v1.1.3 |
2162 | 2023-11-14T19:01:26.438Z | Checking bytecount v0.6.3 |
2163 | 2023-11-14T19:01:26.662Z | Compiling relative-path v1.9.0 |
2164 | 2023-11-14T19:01:27.571Z | Compiling trybuild v1.0.85 |
2165 | 2023-11-14T19:01:27.575Z | Checking topological-sort v0.2.2 |
2166 | 2023-11-14T19:01:27.725Z | Checking arrayref v0.3.7 |
2167 | 2023-11-14T19:01:27.861Z | Checking arrayvec v0.7.4 |
2168 | 2023-11-14T19:01:27.900Z | Checking constant_time_eq v0.2.6 |
2169 | 2023-11-14T19:01:28.435Z | Checking blake2b_simd v1.0.1 |
2170 | 2023-11-14T19:01:28.845Z | Checking papergrid v0.10.0 |
2171 | 2023-11-14T19:01:31.043Z | Checking basic-toml v0.1.4 |
2172 | 2023-11-14T19:01:31.154Z | Checking pin-project v1.1.3 |
2173 | 2023-11-14T19:01:31.178Z | Checking constant_time_eq v0.3.0 |
2174 | 2023-11-14T19:01:31.251Z | Checking futures-timer v3.0.2 |
2175 | 2023-11-14T19:01:31.682Z | Checking rust-argon2 v1.0.1 |
2176 | 2023-11-14T19:01:31.717Z | Checking tabled v0.14.0 |
2177 | 2023-11-14T19:01:32.384Z | Checking partial-io v0.5.4 |
2178 | 2023-11-14T19:01:34.052Z | Checking cargo-platform v0.1.3 |
2179 | 2023-11-14T19:01:34.138Z | Checking approx v0.5.1 |
2180 | 2023-11-14T19:01:34.477Z | Checking hex-literal v0.4.1 |
2181 | 2023-11-14T19:01:34.518Z | Checking cargo_metadata v0.18.0 |
2182 | 2023-11-14T19:01:34.998Z | Checking crossbeam v0.8.2 |
2183 | 2023-11-14T19:01:42.132Z | Checking cargo_toml v0.17.0 |
2184 | 2023-11-14T19:01:42.175Z | Checking termios v0.3.3 |
2185 | 2023-11-14T19:01:42.282Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2186 | 2023-11-14T19:01:42.464Z | Checking rstest v0.18.2 |
2187 | 2023-11-14T19:01:42.500Z | Compiling bzip2 v0.4.4 |
2188 | 2023-11-14T19:01:42.548Z | Compiling zip v0.6.6 |
2189 | 2023-11-14T19:01:44.575Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2190 | 2023-11-14T19:02:00.821Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2191 | 2023-11-14T19:02:10.934Z | Compiling polar-core v0.27.0 |
2192 | 2023-11-14T19:02:14.184Z | Checking rustls-webpki v0.101.7 |
2193 | 2023-11-14T19:02:20.092Z | Checking tokio-rustls v0.24.1 |
2194 | 2023-11-14T19:02:20.669Z | Checking hyper-rustls v0.24.2 |
2195 | 2023-11-14T19:02:21.164Z | Checking reqwest v0.11.20 |
2196 | 2023-11-14T19:02:26.546Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2197 | 2023-11-14T19:02:26.768Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2198 | 2023-11-14T19:02:26.847Z | Checking tough v0.14.0 |
2199 | 2023-11-14T19:02:26.952Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2200 | 2023-11-14T19:02:27.016Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2201 | 2023-11-14T19:02:27.030Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2202 | 2023-11-14T19:02:27.507Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2203 | 2023-11-14T19:02:28.198Z | Checking oso v0.27.0 |
2204 | 2023-11-14T19:02:31.573Z | Compiling omicron-zone-package v0.8.3 |
2205 | 2023-11-14T19:02:32.025Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2206 | 2023-11-14T19:02:39.449Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2207 | 2023-11-14T19:02:39.455Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2208 | 2023-11-14T19:02:39.461Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2209 | 2023-11-14T19:02:42.298Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2210 | 2023-11-14T19:02:42.323Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2211 | 2023-11-14T19:02:42.357Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2212 | 2023-11-14T19:02:42.540Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2213 | 2023-11-14T19:02:42.759Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2214 | 2023-11-14T19:02:42.872Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2215 | 2023-11-14T19:02:43.295Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2216 | 2023-11-14T19:02:43.348Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2217 | 2023-11-14T19:02:43.685Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2218 | 2023-11-14T19:02:44.516Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2219 | 2023-11-14T19:02:46.319Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2220 | 2023-11-14T19:02:48.286Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2221 | 2023-11-14T19:02:51.873Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2222 | 2023-11-14T19:02:53.432Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2223 | 2023-11-14T19:02:56.677Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2224 | 2023-11-14T19:02:57.156Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2225 | 2023-11-14T19:02:59.134Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2226 | 2023-11-14T19:02:59.626Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2227 | 2023-11-14T19:03:00.159Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2228 | 2023-11-14T19:03:02.599Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2229 | 2023-11-14T19:03:03.514Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2230 | 2023-11-14T19:03:03.905Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2231 | 2023-11-14T19:03:18.385Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2232 | 2023-11-14T19:03:18.670Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2233 | 2023-11-14T19:03:18.844Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2234 | 2023-11-14T19:03:18.955Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2235 | 2023-11-14T19:03:19.012Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2236 | 2023-11-14T19:03:19.296Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2237 | 2023-11-14T19:03:19.378Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2238 | 2023-11-14T19:03:19.474Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2239 | 2023-11-14T19:03:19.544Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2240 | 2023-11-14T19:03:19.586Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2241 | 2023-11-14T19:03:19.662Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2242 | 2023-11-14T19:03:19.881Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2243 | 2023-11-14T19:03:29.432Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2244 | 2023-11-14T19:03:29.706Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2245 | 2023-11-14T19:03:31.525Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2246 | 2023-11-14T19:03:32.072Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2247 | 2023-11-14T19:03:32.518Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2248 | 2023-11-14T19:03:34.678Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2249 | 2023-11-14T19:03:34.940Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2250 | 2023-11-14T19:03:37.914Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2251 | 2023-11-14T19:03:38.172Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2252 | 2023-11-14T19:03:38.459Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2253 | 2023-11-14T19:03:43.846Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2254 | 2023-11-14T19:03:47.195Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2255 | 2023-11-14T19:03:48.560Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2256 | 2023-11-14T19:03:49.918Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2257 | 2023-11-14T19:03:56.070Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2258 | 2023-11-14T19:03:56.075Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2259 | 2023-11-14T19:03:56.525Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2260 | 2023-11-14T19:03:57.420Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2261 | 2023-11-14T19:03:57.488Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2262 | 2023-11-14T19:03:58.759Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2263 | 2023-11-14T19:04:05.777Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2264 | 2023-11-14T19:04:06.538Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2265 | 2023-11-14T19:04:06.559Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2266 | 2023-11-14T19:04:06.710Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2267 | 2023-11-14T19:04:07.802Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2268 | 2023-11-14T19:04:08.637Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2269 | 2023-11-14T19:04:13.550Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2270 | 2023-11-14T19:04:30.123Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2271 | 2023-11-14T19:05:04.779Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2272 | 2023-11-14T19:05:14.081Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2273 | 2023-11-14T19:05:25.728Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2274 | 2023-11-14T19:05:52.600Z | Compiling git2 v0.17.2 |
2275 | 2023-11-14T19:06:01.158Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2276 | 2023-11-14T19:06:03.485Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2277 | 2023-11-14T19:06:16.465Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2278 | 2023-11-14T19:06:26.113Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2279 | 2023-11-14T19:06:26.426Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2280 | 2023-11-14T19:06:27.254Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2281 | 2023-11-14T19:06:28.430Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2282 | 2023-11-14T19:06:58.676Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2283 | 2023-11-14T19:08:13.834Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 44s |
2284 | 2023-11-14T19:08:14.069Z | |
2285 | 2023-11-14T19:08:14.073Z | real 13:48.086879712 |
2286 | 2023-11-14T19:08:14.081Z | user 1:20:58.803106184 |
2287 | 2023-11-14T19:08:14.085Z | sys 11:30.514993114 |
2288 | 2023-11-14T19:08:14.090Z | trap 2.772948652 |
2289 | 2023-11-14T19:08:14.102Z | tflt 4.702302222 |
2290 | 2023-11-14T19:08:14.106Z | dflt 4.557282968 |
2291 | 2023-11-14T19:08:14.110Z | kflt 0.018357977 |
2292 | 2023-11-14T19:08:14.114Z | lock 1:56:12.517940244 |
2293 | 2023-11-14T19:08:14.531Z | slp 4:52:55.361593799 |
2294 | 2023-11-14T19:08:14.534Z | lat 2:53.074082769 |
2295 | 2023-11-14T19:08:14.537Z | stop 8:36.924426556 |
2296 | 2023-11-14T19:08:15.330Z | warning: output filename collision. |
2297 | 2023-11-14T19:08:15.333Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2298 | 2023-11-14T19:08:15.336Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2299 | 2023-11-14T19:08:15.339Z | The targets should have unique names. |
2300 | 2023-11-14T19:08:15.344Z | This is a known bug where multiple crates with the same name use |
2301 | 2023-11-14T19:08:15.348Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2302 | 2023-11-14T19:08:15.351Z | warning: output filename collision. |
2303 | 2023-11-14T19:08:15.354Z | 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)`. |
2304 | 2023-11-14T19:08:15.356Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2305 | 2023-11-14T19:08:15.359Z | The targets should have unique names. |
2306 | 2023-11-14T19:08:15.362Z | This is a known bug where multiple crates with the same name use |
2307 | 2023-11-14T19:08:15.365Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2308 | 2023-11-14T19:08:15.368Z | warning: output filename collision. |
2309 | 2023-11-14T19:08:15.371Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2310 | 2023-11-14T19:08:15.374Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2311 | 2023-11-14T19:08:15.376Z | The targets should have unique names. |
2312 | 2023-11-14T19:08:15.379Z | This is a known bug where multiple crates with the same name use |
2313 | 2023-11-14T19:08:15.382Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2314 | 2023-11-14T19:08:15.385Z | warning: output filename collision. |
2315 | 2023-11-14T19:08:15.389Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2316 | 2023-11-14T19:08:15.392Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2317 | 2023-11-14T19:08:15.394Z | The targets should have unique names. |
2318 | 2023-11-14T19:08:15.397Z | This is a known bug where multiple crates with the same name use |
2319 | 2023-11-14T19:08:15.400Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2320 | 2023-11-14T19:08:15.403Z | warning: output filename collision. |
2321 | 2023-11-14T19:08:15.406Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2322 | 2023-11-14T19:08:15.412Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2323 | 2023-11-14T19:08:15.822Z | The targets should have unique names. |
2324 | 2023-11-14T19:08:15.825Z | This is a known bug where multiple crates with the same name use |
2325 | 2023-11-14T19:08:15.828Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2023-11-14T19:08:15.831Z | warning: output filename collision. |
2327 | 2023-11-14T19:08:15.834Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2328 | 2023-11-14T19:08:15.836Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2329 | 2023-11-14T19:08:15.839Z | The targets should have unique names. |
2330 | 2023-11-14T19:08:15.842Z | This is a known bug where multiple crates with the same name use |
2331 | 2023-11-14T19:08:15.845Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2332 | 2023-11-14T19:08:15.847Z | warning: output filename collision. |
2333 | 2023-11-14T19:08:15.850Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2334 | 2023-11-14T19:08:15.854Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2335 | 2023-11-14T19:08:15.857Z | The targets should have unique names. |
2336 | 2023-11-14T19:08:15.859Z | This is a known bug where multiple crates with the same name use |
2337 | 2023-11-14T19:08:15.862Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2338 | 2023-11-14T19:08:15.864Z | warning: output filename collision. |
2339 | 2023-11-14T19:08:15.867Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2340 | 2023-11-14T19:08:15.870Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2341 | 2023-11-14T19:08:15.873Z | The targets should have unique names. |
2342 | 2023-11-14T19:08:15.876Z | This is a known bug where multiple crates with the same name use |
2343 | 2023-11-14T19:08:15.878Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2344 | 2023-11-14T19:08:15.881Z | warning: output filename collision. |
2345 | 2023-11-14T19:08:15.883Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2346 | 2023-11-14T19:08:15.886Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2347 | 2023-11-14T19:08:15.888Z | The targets should have unique names. |
2348 | 2023-11-14T19:08:15.891Z | This is a known bug where multiple crates with the same name use |
2349 | 2023-11-14T19:08:15.894Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2350 | 2023-11-14T19:08:15.896Z | warning: output filename collision. |
2351 | 2023-11-14T19:08:15.899Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2352 | 2023-11-14T19:08:15.904Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2353 | 2023-11-14T19:08:15.907Z | The targets should have unique names. |
2354 | 2023-11-14T19:08:15.913Z | This is a known bug where multiple crates with the same name use |
2355 | 2023-11-14T19:08:15.917Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2356 | 2023-11-14T19:08:15.920Z | warning: output filename collision. |
2357 | 2023-11-14T19:08:15.923Z | 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)`. |
2358 | 2023-11-14T19:08:15.925Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2359 | 2023-11-14T19:08:15.928Z | The targets should have unique names. |
2360 | 2023-11-14T19:08:15.931Z | This is a known bug where multiple crates with the same name use |
2361 | 2023-11-14T19:08:15.933Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2362 | 2023-11-14T19:08:15.986Z | Checking unicode-ident v1.0.12 |
2363 | 2023-11-14T19:08:16.006Z | Documenting libc v0.2.150 |
2364 | 2023-11-14T19:08:16.020Z | Documenting cfg-if v1.0.0 |
2365 | 2023-11-14T19:08:16.040Z | Checking libc v0.2.150 |
2366 | 2023-11-14T19:08:16.058Z | Checking cfg-if v1.0.0 |
2367 | 2023-11-14T19:08:16.063Z | Checking serde v1.0.188 |
2368 | 2023-11-14T19:08:16.123Z | Documenting scopeguard v1.2.0 |
2369 | 2023-11-14T19:08:16.126Z | Documenting log v0.4.20 |
2370 | 2023-11-14T19:08:16.173Z | Documenting itoa v1.0.9 |
2371 | 2023-11-14T19:08:16.188Z | Checking proc-macro2 v1.0.67 |
2372 | 2023-11-14T19:08:17.177Z | Checking quote v1.0.33 |
2373 | 2023-11-14T19:08:17.708Z | Checking syn v2.0.32 |
2374 | 2023-11-14T19:08:17.881Z | Checking syn v1.0.109 |
2375 | 2023-11-14T19:08:20.136Z | Documenting smallvec v1.11.0 |
2376 | 2023-11-14T19:08:20.174Z | Documenting lock_api v0.4.10 |
2377 | 2023-11-14T19:08:20.505Z | Checking once_cell v1.18.0 |
2378 | 2023-11-14T19:08:20.969Z | Documenting memchr v2.6.3 |
2379 | 2023-11-14T19:08:22.725Z | Documenting getrandom v0.2.10 |
2380 | 2023-11-14T19:08:22.795Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2381 | 2023-11-14T19:08:23.242Z | Documenting once_cell v1.18.0 |
2382 | 2023-11-14T19:08:24.583Z | Documenting libm v0.2.7 |
2383 | 2023-11-14T19:08:24.753Z | Documenting pin-project-lite v0.2.13 |
2384 | 2023-11-14T19:08:24.930Z | Documenting parking_lot_core v0.9.8 |
2385 | 2023-11-14T19:08:27.755Z | Documenting signal-hook-registry v1.4.1 |
2386 | 2023-11-14T19:08:27.886Z | Documenting serde_derive v1.0.188 |
2387 | 2023-11-14T19:08:28.105Z | Documenting zeroize_derive v1.4.2 |
2388 | 2023-11-14T19:08:28.691Z | Documenting rand_core v0.6.4 |
2389 | 2023-11-14T19:08:28.839Z | Documenting mio v0.8.8 |
2390 | 2023-11-14T19:08:29.481Z | Documenting num-traits v0.2.16 |
2391 | 2023-11-14T19:08:29.662Z | Documenting thiserror-impl v1.0.49 |
2392 | 2023-11-14T19:08:31.394Z | Documenting parking_lot v0.12.1 |
2393 | 2023-11-14T19:08:33.842Z | Checking itoa v1.0.9 |
2394 | 2023-11-14T19:08:34.151Z | Documenting futures-core v0.3.29 |
2395 | 2023-11-14T19:08:34.371Z | Documenting tokio-macros v2.1.0 |
2396 | 2023-11-14T19:08:35.350Z | Documenting num_cpus v1.16.0 |
2397 | 2023-11-14T19:08:35.785Z | Documenting zeroize v1.6.0 |
2398 | 2023-11-14T19:08:36.689Z | Documenting socket2 v0.5.4 |
2399 | 2023-11-14T19:08:36.975Z | Documenting thiserror v1.0.49 |
2400 | 2023-11-14T19:08:37.277Z | Documenting typenum v1.16.0 |
2401 | 2023-11-14T19:08:38.630Z | Documenting serde v1.0.188 |
2402 | 2023-11-14T19:08:40.163Z | Documenting ryu v1.0.15 |
2403 | 2023-11-14T19:08:41.353Z | Checking thiserror v1.0.49 |
2404 | 2023-11-14T19:08:41.536Z | Checking ryu v1.0.15 |
2405 | 2023-11-14T19:08:41.737Z | Documenting subtle v2.5.0 |
2406 | 2023-11-14T19:08:41.890Z | Checking getrandom v0.2.10 |
2407 | 2023-11-14T19:08:42.105Z | Documenting byteorder v1.5.0 |
2408 | 2023-11-14T19:08:42.228Z | Documenting futures-sink v0.3.29 |
2409 | 2023-11-14T19:08:42.897Z | Documenting pin-utils v0.1.0 |
2410 | 2023-11-14T19:08:43.060Z | Checking serde_json v1.0.108 |
2411 | 2023-11-14T19:08:44.513Z | Documenting iana-time-zone v0.1.57 |
2412 | 2023-11-14T19:08:44.816Z | Documenting generic-array v0.14.7 |
2413 | 2023-11-14T19:08:45.813Z | Checking memchr v2.6.3 |
2414 | 2023-11-14T19:08:47.365Z | Checking heck v0.4.1 |
2415 | 2023-11-14T19:08:47.471Z | Documenting futures-macro v0.3.29 |
2416 | 2023-11-14T19:08:47.648Z | Documenting futures-task v0.3.29 |
2417 | 2023-11-14T19:08:48.043Z | Documenting futures-channel v0.3.29 |
2418 | 2023-11-14T19:08:48.649Z | Documenting slab v0.4.9 |
2419 | 2023-11-14T19:08:50.165Z | Documenting futures-io v0.3.29 |
2420 | 2023-11-14T19:08:50.848Z | Documenting const-oid v0.9.5 |
2421 | 2023-11-14T19:08:51.470Z | Documenting crypto-common v0.1.6 |
2422 | 2023-11-14T19:08:53.635Z | Checking log v0.4.20 |
2423 | 2023-11-14T19:08:53.738Z | Checking bytes v1.5.0 |
2424 | 2023-11-14T19:08:54.202Z | Documenting ppv-lite86 v0.2.17 |
2425 | 2023-11-14T19:08:54.431Z | Checking byteorder v1.5.0 |
2426 | 2023-11-14T19:08:54.665Z | Documenting base64 v0.21.5 |
2427 | 2023-11-14T19:08:55.000Z | Documenting tinyvec_macros v0.1.1 |
2428 | 2023-11-14T19:08:55.056Z | Documenting block-buffer v0.10.4 |
2429 | 2023-11-14T19:08:55.739Z | Documenting futures-util v0.3.29 |
2430 | 2023-11-14T19:08:58.494Z | Documenting tracing-core v0.1.31 |
2431 | 2023-11-14T19:08:58.805Z | Documenting rand_chacha v0.3.1 |
2432 | 2023-11-14T19:08:59.085Z | Documenting tinyvec v1.6.0 |
2433 | 2023-11-14T19:08:59.360Z | Documenting tracing-attributes v0.1.26 |
2434 | 2023-11-14T19:09:01.158Z | Checking fnv v1.0.7 |
2435 | 2023-11-14T19:09:01.304Z | Documenting digest v0.10.7 |
2436 | 2023-11-14T19:09:01.331Z | Documenting serde_derive_internals v0.26.0 |
2437 | 2023-11-14T19:09:04.592Z | Checking serde_derive_internals v0.26.0 |
2438 | 2023-11-14T19:09:04.989Z | Documenting rand v0.8.5 |
2439 | 2023-11-14T19:09:06.156Z | Documenting dyn-clone v1.0.13 |
2440 | 2023-11-14T19:09:09.169Z | Documenting unicode-normalization v0.1.22 |
2441 | 2023-11-14T19:09:09.967Z | Checking ucd-trie v0.1.6 |
2442 | 2023-11-14T19:09:10.346Z | Documenting cpufeatures v0.2.9 |
2443 | 2023-11-14T19:09:10.413Z | Documenting fnv v1.0.7 |
2444 | 2023-11-14T19:09:10.576Z | Checking pest v2.7.2 |
2445 | 2023-11-14T19:09:11.008Z | Documenting schemars_derive v0.8.13 |
2446 | 2023-11-14T19:09:12.179Z | Documenting bytes v1.5.0 |
2447 | 2023-11-14T19:09:13.093Z | Documenting serde_json v1.0.108 |
2448 | 2023-11-14T19:09:14.621Z | Documenting bitflags v2.4.0 |
2449 | 2023-11-14T19:09:14.777Z | Documenting chrono v0.4.31 |
2450 | 2023-11-14T19:09:16.011Z | Documenting uuid v1.5.0 |
2451 | 2023-11-14T19:09:16.876Z | Documenting spin v0.9.8 |
2452 | 2023-11-14T19:09:19.591Z | Documenting tokio v1.33.0 |
2453 | 2023-11-14T19:09:20.068Z | Checking libm v0.2.7 |
2454 | 2023-11-14T19:09:21.228Z | Documenting unicode-bidi v0.3.13 |
2455 | 2023-11-14T19:09:21.645Z | Documenting http v0.2.9 |
2456 | 2023-11-14T19:09:21.704Z | Checking num-traits v0.2.16 |
2457 | 2023-11-14T19:09:21.742Z | Documenting lazy_static v1.4.0 |
2458 | 2023-11-14T19:09:22.558Z | Documenting percent-encoding v2.3.0 |
2459 | 2023-11-14T19:09:24.236Z | Documenting schemars v0.8.13 |
2460 | 2023-11-14T19:09:24.465Z | Checking ahash v0.8.3 |
2461 | 2023-11-14T19:09:25.023Z | Documenting ahash v0.8.3 |
2462 | 2023-11-14T19:09:25.894Z | Documenting tracing v0.1.37 |
2463 | 2023-11-14T19:09:26.141Z | Documenting allocator-api2 v0.2.16 |
2464 | 2023-11-14T19:09:27.795Z | Checking time-core v0.1.1 |
2465 | 2023-11-14T19:09:28.008Z | Documenting unicode-ident v1.0.12 |
2466 | 2023-11-14T19:09:28.673Z | Documenting form_urlencoded v1.2.0 |
2467 | 2023-11-14T19:09:30.424Z | Documenting adler v1.0.2 |
2468 | 2023-11-14T19:09:31.033Z | Documenting idna v0.4.0 |
2469 | 2023-11-14T19:09:31.117Z | Documenting hashbrown v0.14.2 |
2470 | 2023-11-14T19:09:32.286Z | Documenting proc-macro2 v1.0.67 |
2471 | 2023-11-14T19:09:33.584Z | Documenting httparse v1.8.0 |
2472 | 2023-11-14T19:09:34.077Z | Documenting untrusted v0.9.0 |
2473 | 2023-11-14T19:09:34.600Z | Documenting miniz_oxide v0.7.1 |
2474 | 2023-11-14T19:09:35.481Z | Documenting equivalent v1.0.1 |
2475 | 2023-11-14T19:09:37.985Z | Documenting url v2.4.1 |
2476 | 2023-11-14T19:09:38.371Z | Documenting ring v0.17.5 |
2477 | 2023-11-14T19:09:38.466Z | Documenting quote v1.0.33 |
2478 | 2023-11-14T19:09:38.553Z | Checking zerocopy v0.3.0 |
2479 | 2023-11-14T19:09:39.614Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2480 | 2023-11-14T19:09:39.641Z | Documenting indexmap v2.1.0 |
2481 | 2023-11-14T19:09:39.645Z | Checking uuid v1.5.0 |
2482 | 2023-11-14T19:09:39.889Z | Checking iana-time-zone v0.1.57 |
2483 | 2023-11-14T19:09:40.103Z | Checking chrono v0.4.31 |
2484 | 2023-11-14T19:09:40.434Z | Checking dof v0.1.5 |
2485 | 2023-11-14T19:09:40.718Z | Checking dtrace-parser v0.1.14 |
2486 | 2023-11-14T19:09:41.168Z | Checking thread-id v4.2.0 |
2487 | 2023-11-14T19:09:41.722Z | Documenting sct v0.7.0 |
2488 | 2023-11-14T19:09:41.729Z | Documenting slog v2.7.0 |
2489 | 2023-11-14T19:09:43.581Z | Documenting httpdate v1.0.3 |
2490 | 2023-11-14T19:09:43.989Z | Documenting openssl-probe v0.1.5 |
2491 | 2023-11-14T19:09:44.109Z | Documenting try-lock v0.2.4 |
2492 | 2023-11-14T19:09:47.122Z | Documenting rustls-webpki v0.101.7 |
2493 | 2023-11-14T19:09:47.700Z | Checking usdt-impl v0.3.5 |
2494 | 2023-11-14T19:09:48.050Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2495 | 2023-11-14T19:09:48.116Z | Documenting http-body v0.4.5 |
2496 | 2023-11-14T19:09:48.557Z | Documenting rustls-pemfile v1.0.3 |
2497 | 2023-11-14T19:09:48.709Z | Documenting want v0.3.1 |
2498 | 2023-11-14T19:09:57.978Z | Documenting openssl-macros v0.1.1 |
2499 | 2023-11-14T19:09:58.190Z | Documenting errno v0.3.2 |
2500 | 2023-11-14T19:09:58.262Z | Documenting tokio-util v0.7.10 |
2501 | 2023-11-14T19:09:58.342Z | Documenting rustls v0.21.8 |
2502 | 2023-11-14T19:09:58.489Z | Documenting openssl-sys v0.9.93 |
2503 | 2023-11-14T19:09:58.544Z | Checking allocator-api2 v0.2.16 |
2504 | 2023-11-14T19:09:58.560Z | Documenting gimli v0.28.0 |
2505 | 2023-11-14T19:09:58.575Z | Documenting tower-service v0.3.2 |
2506 | 2023-11-14T19:09:58.588Z | Documenting mime v0.3.17 |
2507 | 2023-11-14T19:09:58.601Z | Checking hashbrown v0.14.2 |
2508 | 2023-11-14T19:09:59.169Z | Documenting rustix v0.38.9 |
2509 | 2023-11-14T19:10:00.875Z | Documenting time-macros v0.2.13 |
2510 | 2023-11-14T19:10:01.381Z | Documenting async-trait v0.1.74 |
2511 | 2023-11-14T19:10:02.913Z | Documenting aho-corasick v1.0.4 |
2512 | 2023-11-14T19:10:03.380Z | Documenting h2 v0.3.21 |
2513 | 2023-11-14T19:10:05.208Z | Documenting openssl v0.10.57 |
2514 | 2023-11-14T19:10:05.217Z | Documenting addr2line v0.21.0 |
2515 | 2023-11-14T19:10:07.093Z | Documenting tokio-rustls v0.24.1 |
2516 | 2023-11-14T19:10:08.737Z | Documenting object v0.32.1 |
2517 | 2023-11-14T19:10:09.821Z | Checking dyn-clone v1.0.13 |
2518 | 2023-11-14T19:10:10.019Z | Documenting unicode-width v0.1.11 |
2519 | 2023-11-14T19:10:10.054Z | Documenting time-core v0.1.1 |
2520 | 2023-11-14T19:10:10.669Z | Documenting rustc-demangle v0.1.23 |
2521 | 2023-11-14T19:10:11.097Z | Documenting regex-syntax v0.8.2 |
2522 | 2023-11-14T19:10:14.181Z | Documenting ipnet v2.8.0 |
2523 | 2023-11-14T19:10:14.463Z | Documenting num_threads v0.1.6 |
2524 | 2023-11-14T19:10:14.903Z | Documenting deranged v0.3.8 |
2525 | 2023-11-14T19:10:16.574Z | Checking equivalent v1.0.1 |
2526 | 2023-11-14T19:10:16.727Z | Checking indexmap v2.1.0 |
2527 | 2023-11-14T19:10:18.572Z | Checking schemars v0.8.13 |
2528 | 2023-11-14T19:10:18.811Z | Checking pest_meta v2.7.2 |
2529 | 2023-11-14T19:10:19.230Z | Documenting hyper v0.14.27 |
2530 | 2023-11-14T19:10:20.014Z | Documenting crossbeam-utils v0.8.16 |
2531 | 2023-11-14T19:10:20.141Z | Documenting native-tls v0.2.11 |
2532 | 2023-11-14T19:10:20.390Z | Checking hashbrown v0.13.2 |
2533 | 2023-11-14T19:10:21.094Z | Documenting regex-automata v0.4.3 |
2534 | 2023-11-14T19:10:21.098Z | Documenting pest_meta v2.7.2 |
2535 | 2023-11-14T19:10:21.736Z | Documenting time v0.3.27 |
2536 | 2023-11-14T19:10:22.013Z | Checking http v0.2.9 |
2537 | 2023-11-14T19:10:24.155Z | Documenting encoding_rs v0.8.33 |
2538 | 2023-11-14T19:10:28.067Z | Checking pest_generator v2.7.2 |
2539 | 2023-11-14T19:10:28.073Z | Documenting backtrace v0.3.69 |
2540 | 2023-11-14T19:10:28.157Z | Documenting pest_generator v2.7.2 |
2541 | 2023-11-14T19:10:28.419Z | Documenting tokio-native-tls v0.3.1 |
2542 | 2023-11-14T19:10:28.893Z | Documenting rustls-native-certs v0.6.3 |
2543 | 2023-11-14T19:10:31.363Z | Documenting serde_urlencoded v0.7.1 |
2544 | 2023-11-14T19:10:32.035Z | Documenting ucd-trie v0.1.6 |
2545 | 2023-11-14T19:10:34.260Z | Documenting regex v1.10.2 |
2546 | 2023-11-14T19:10:34.631Z | Checking serde_tokenstream v0.1.7 |
2547 | 2023-11-14T19:10:35.223Z | Documenting webpki-roots v0.25.2 |
2548 | 2023-11-14T19:10:35.294Z | Documenting anyhow v1.0.75 |
2549 | 2023-11-14T19:10:35.315Z | Documenting pest_derive v2.7.2 |
2550 | 2023-11-14T19:10:36.198Z | Documenting syn v2.0.32 |
2551 | 2023-11-14T19:10:37.928Z | Checking aho-corasick v1.0.4 |
2552 | 2023-11-14T19:10:37.942Z | Documenting pest v2.7.2 |
2553 | 2023-11-14T19:10:38.209Z | Documenting hyper-tls v0.5.0 |
2554 | 2023-11-14T19:10:40.451Z | Documenting hyper-rustls v0.24.2 |
2555 | 2023-11-14T19:10:41.047Z | Documenting dof v0.1.5 |
2556 | 2023-11-14T19:10:42.739Z | Documenting thread-id v4.2.0 |
2557 | 2023-11-14T19:10:42.785Z | Checking regex-syntax v0.8.2 |
2558 | 2023-11-14T19:10:43.019Z | Documenting usdt-attr-macro v0.3.5 |
2559 | 2023-11-14T19:10:46.277Z | Documenting dtrace-parser v0.1.14 |
2560 | 2023-11-14T19:10:47.958Z | Checking regex-automata v0.4.3 |
2561 | 2023-11-14T19:10:48.106Z | Documenting usdt-macro v0.3.5 |
2562 | 2023-11-14T19:10:48.953Z | Documenting openapiv3 v1.0.3 |
2563 | 2023-11-14T19:10:49.232Z | Documenting ipnetwork v0.20.0 |
2564 | 2023-11-14T19:10:51.235Z | Documenting reqwest v0.11.20 |
2565 | 2023-11-14T19:10:52.211Z | Documenting sha2 v0.10.8 |
2566 | 2023-11-14T19:10:52.705Z | Documenting usdt-impl v0.3.5 |
2567 | 2023-11-14T19:10:53.508Z | Documenting futures-executor v0.3.29 |
2568 | 2023-11-14T19:10:56.813Z | Checking serde_tokenstream v0.2.0 |
2569 | 2023-11-14T19:10:57.370Z | Checking unicode-width v0.1.11 |
2570 | 2023-11-14T19:10:57.598Z | Checking strsim v0.10.0 |
2571 | 2023-11-14T19:10:57.859Z | Checking regex v1.10.2 |
2572 | 2023-11-14T19:10:57.957Z | Checking regress v0.7.1 |
2573 | 2023-11-14T19:10:58.445Z | Documenting hex v0.4.3 |
2574 | 2023-11-14T19:10:58.798Z | Documenting hmac v0.12.1 |
2575 | 2023-11-14T19:10:59.628Z | Documenting fallible-iterator v0.2.0 |
2576 | 2023-11-14T19:11:00.063Z | Documenting futures v0.3.29 |
2577 | 2023-11-14T19:11:01.967Z | Documenting usdt v0.3.5 |
2578 | 2023-11-14T19:11:03.040Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2579 | 2023-11-14T19:11:05.406Z | Checking openapiv3 v1.0.3 |
2580 | 2023-11-14T19:11:06.268Z | Documenting stringprep v0.1.3 |
2581 | 2023-11-14T19:11:06.306Z | Documenting semver v1.0.20 |
2582 | 2023-11-14T19:11:06.683Z | Documenting md-5 v0.10.5 |
2583 | 2023-11-14T19:11:07.799Z | Documenting regress v0.7.1 |
2584 | 2023-11-14T19:11:09.242Z | Documenting utf8parse v0.2.1 |
2585 | 2023-11-14T19:11:10.999Z | Documenting siphasher v0.3.11 |
2586 | 2023-11-14T19:11:11.197Z | Documenting block-padding v0.3.3 |
2587 | 2023-11-14T19:11:11.944Z | Documenting static_assertions v1.1.0 |
2588 | 2023-11-14T19:11:12.816Z | Documenting heck v0.4.1 |
2589 | 2023-11-14T19:11:13.052Z | Checking unsafe-libyaml v0.2.9 |
2590 | 2023-11-14T19:11:13.629Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2591 | 2023-11-14T19:11:14.294Z | Documenting postgres-protocol v0.6.6 |
2592 | 2023-11-14T19:11:14.958Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2593 | 2023-11-14T19:11:15.154Z | Checking getopts v0.2.21 |
2594 | 2023-11-14T19:11:15.426Z | Documenting phf_shared v0.11.2 |
2595 | 2023-11-14T19:11:15.711Z | Documenting serde_spanned v0.6.4 |
2596 | 2023-11-14T19:11:16.573Z | Documenting toml_datetime v0.6.5 |
2597 | 2023-11-14T19:11:16.634Z | Documenting num-integer v0.1.45 |
2598 | 2023-11-14T19:11:18.025Z | Documenting inout v0.1.3 |
2599 | 2023-11-14T19:11:19.066Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2600 | 2023-11-14T19:11:21.110Z | Documenting phf v0.11.2 |
2601 | 2023-11-14T19:11:22.276Z | Documenting winnow v0.5.15 |
2602 | 2023-11-14T19:11:22.848Z | Documenting either v1.9.0 |
2603 | 2023-11-14T19:11:23.172Z | Checking ident_case v1.0.1 |
2604 | 2023-11-14T19:11:23.422Z | Documenting unsafe-libyaml v0.2.9 |
2605 | 2023-11-14T19:11:23.637Z | Documenting postgres-types v0.2.6 |
2606 | 2023-11-14T19:11:24.106Z | Documenting whoami v1.4.1 |
2607 | 2023-11-14T19:11:25.041Z | Documenting cipher v0.4.4 |
2608 | 2023-11-14T19:11:26.987Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2609 | 2023-11-14T19:11:28.949Z | Checking serde_yaml v0.9.25 |
2610 | 2023-11-14T19:11:29.311Z | Documenting serde_yaml v0.9.25 |
2611 | 2023-11-14T19:11:29.793Z | Documenting toml_edit v0.21.0 |
2612 | 2023-11-14T19:11:29.865Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2613 | 2023-11-14T19:11:29.882Z | Documenting getopts v0.2.21 |
2614 | 2023-11-14T19:11:30.790Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2615 | 2023-11-14T19:11:33.335Z | Documenting zerocopy v0.6.4 |
2616 | 2023-11-14T19:11:33.397Z | Documenting data-encoding v2.4.0 |
2617 | 2023-11-14T19:11:34.202Z | Documenting tokio-postgres v0.7.10 |
2618 | 2023-11-14T19:11:36.155Z | Documenting anstyle v1.0.2 |
2619 | 2023-11-14T19:11:38.187Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2620 | 2023-11-14T19:11:38.279Z | Documenting anstyle-parse v0.2.1 |
2621 | 2023-11-14T19:11:39.117Z | Documenting colorchoice v1.0.0 |
2622 | 2023-11-14T19:11:39.480Z | Documenting match_cfg v0.1.0 |
2623 | 2023-11-14T19:11:40.123Z | Documenting anstyle-query v1.0.0 |
2624 | 2023-11-14T19:11:41.472Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2625 | 2023-11-14T19:11:41.871Z | Documenting itertools v0.11.0 |
2626 | 2023-11-14T19:11:43.013Z | Documenting terminal_size v0.2.6 |
2627 | 2023-11-14T19:11:43.280Z | Documenting dirs-sys-next v0.1.2 |
2628 | 2023-11-14T19:11:43.726Z | Documenting hostname v0.3.1 |
2629 | 2023-11-14T19:11:46.316Z | Documenting anstream v0.5.0 |
2630 | 2023-11-14T19:11:46.561Z | Documenting tap v1.0.1 |
2631 | 2023-11-14T19:11:49.049Z | Documenting strsim v0.10.0 |
2632 | 2023-11-14T19:11:50.484Z | Documenting clap_lex v0.5.1 |
2633 | 2023-11-14T19:11:50.494Z | Documenting dirs-next v2.0.0 |
2634 | 2023-11-14T19:11:50.502Z | Documenting clap_derive v4.4.2 |
2635 | 2023-11-14T19:11:50.763Z | Documenting wyz v0.5.1 |
2636 | 2023-11-14T19:11:52.200Z | Documenting thread_local v1.1.7 |
2637 | 2023-11-14T19:11:53.641Z | Documenting crc32fast v1.3.2 |
2638 | 2023-11-14T19:11:53.929Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2639 | 2023-11-14T19:11:55.228Z | Documenting radium v0.7.0 |
2640 | 2023-11-14T19:11:55.293Z | Documenting funty v2.0.0 |
2641 | 2023-11-14T19:11:55.547Z | Documenting clap_builder v4.4.2 |
2642 | 2023-11-14T19:11:55.631Z | Documenting term v0.7.0 |
2643 | 2023-11-14T19:11:58.007Z | Documenting num-iter v0.1.43 |
2644 | 2023-11-14T19:11:58.414Z | Documenting crossbeam-channel v0.5.8 |
2645 | 2023-11-14T19:11:59.353Z | Documenting sha1 v0.10.5 |
2646 | 2023-11-14T19:11:59.673Z | Documenting enum-as-inner v0.5.1 |
2647 | 2023-11-14T19:12:00.025Z | Documenting bitvec v1.0.1 |
2648 | 2023-11-14T19:12:01.941Z | Documenting signal-hook v0.3.17 |
2649 | 2023-11-14T19:12:04.333Z | Documenting atty v0.2.14 |
2650 | 2023-11-14T19:12:04.764Z | Documenting memoffset v0.9.0 |
2651 | 2023-11-14T19:12:05.305Z | Documenting clap v4.4.3 |
2652 | 2023-11-14T19:12:06.636Z | Documenting take_mut v0.2.2 |
2653 | 2023-11-14T19:12:06.835Z | Documenting trust-dns-proto v0.22.0 |
2654 | 2023-11-14T19:12:08.749Z | Documenting flate2 v1.0.28 |
2655 | 2023-11-14T19:12:08.948Z | Documenting crossbeam-epoch v0.9.15 |
2656 | 2023-11-14T19:12:09.112Z | Documenting slog-term v2.9.0 |
2657 | 2023-11-14T19:12:10.213Z | Documenting slog-json v2.6.1 |
2658 | 2023-11-14T19:12:10.601Z | Documenting camino v1.1.6 |
2659 | 2023-11-14T19:12:12.451Z | Documenting slog-async v2.8.0 |
2660 | 2023-11-14T19:12:13.876Z | Documenting paste v1.0.14 |
2661 | 2023-11-14T19:12:15.063Z | Documenting signal-hook-mio v0.2.3 |
2662 | 2023-11-14T19:12:16.093Z | Documenting signature v2.1.0 |
2663 | 2023-11-14T19:12:16.245Z | Documenting hash32 v0.2.1 |
2664 | 2023-11-14T19:12:17.165Z | Documenting slog-bunyan v2.4.0 |
2665 | 2023-11-14T19:12:17.672Z | Documenting scheduled-thread-pool v0.2.7 |
2666 | 2023-11-14T19:12:18.157Z | Documenting diesel_table_macro_syntax v0.1.0 |
2667 | 2023-11-14T19:12:20.192Z | Checking diesel_table_macro_syntax v0.1.0 |
2668 | 2023-11-14T19:12:20.508Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2669 | 2023-11-14T19:12:20.989Z | Documenting stable_deref_trait v1.2.0 |
2670 | 2023-11-14T19:12:21.413Z | Documenting unicode-segmentation v1.10.1 |
2671 | 2023-11-14T19:12:22.496Z | Documenting crossterm v0.27.0 |
2672 | 2023-11-14T19:12:23.661Z | Checking darling_core v0.20.3 |
2673 | 2023-11-14T19:12:23.830Z | Documenting r2d2 v0.8.10 |
2674 | 2023-11-14T19:12:24.104Z | Documenting async-stream-impl v0.3.5 |
2675 | 2023-11-14T19:12:25.197Z | Documenting heapless v0.7.16 |
2676 | 2023-11-14T19:12:25.651Z | Documenting diesel_derives v2.1.1 |
2677 | 2023-11-14T19:12:26.396Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2678 | 2023-11-14T19:12:26.679Z | Documenting strum v0.25.0 |
2679 | 2023-11-14T19:12:26.843Z | Documenting bzip2 v0.4.4 |
2680 | 2023-11-14T19:12:30.315Z | Documenting debug-ignore v1.0.5 |
2681 | 2023-11-14T19:12:30.511Z | Documenting atomic-waker v1.1.1 |
2682 | 2023-11-14T19:12:31.786Z | Documenting managed v0.8.0 |
2683 | 2023-11-14T19:12:32.566Z | Documenting bit-vec v0.6.3 |
2684 | 2023-11-14T19:12:32.784Z | Documenting async-stream v0.3.5 |
2685 | 2023-11-14T19:12:32.916Z | Documenting zip v0.6.6 |
2686 | 2023-11-14T19:12:33.027Z | Checking darling v0.20.3 |
2687 | 2023-11-14T19:12:33.181Z | Documenting num-bigint v0.4.4 |
2688 | 2023-11-14T19:12:34.514Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2689 | 2023-11-14T19:12:34.753Z | Documenting waitgroup v0.1.2 |
2690 | 2023-11-14T19:12:36.801Z | Documenting smoltcp v0.9.1 |
2691 | 2023-11-14T19:12:37.163Z | Documenting diesel v2.1.3 |
2692 | 2023-11-14T19:12:38.777Z | Documenting multer v2.1.0 |
2693 | 2023-11-14T19:12:39.251Z | Documenting serde_path_to_error v0.1.14 |
2694 | 2023-11-14T19:12:39.565Z | Documenting hubpack v0.1.2 |
2695 | 2023-11-14T19:12:41.121Z | Documenting bstr v1.6.0 |
2696 | 2023-11-14T19:12:42.748Z | Documenting serde_repr v0.1.16 |
2697 | 2023-11-14T19:12:42.989Z | Documenting precomputed-hash v0.1.1 |
2698 | 2023-11-14T19:12:44.411Z | Documenting new_debug_unreachable v1.0.4 |
2699 | 2023-11-14T19:12:45.965Z | Documenting fixedbitset v0.4.2 |
2700 | 2023-11-14T19:12:46.377Z | Documenting lalrpop-util v0.19.12 |
2701 | 2023-11-14T19:12:46.572Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2702 | 2023-11-14T19:12:47.975Z | Documenting yasna v0.5.2 |
2703 | 2023-11-14T19:12:48.693Z | Documenting serde_with_macros v2.3.3 |
2704 | 2023-11-14T19:12:49.266Z | Documenting string_cache v0.8.7 |
2705 | 2023-11-14T19:12:49.564Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2706 | 2023-11-14T19:12:50.733Z | Documenting petgraph v0.6.4 |
2707 | 2023-11-14T19:12:52.684Z | Documenting console v0.15.7 |
2708 | 2023-11-14T19:12:56.184Z | Documenting float-cmp v0.9.0 |
2709 | 2023-11-14T19:12:56.448Z | Documenting predicates-core v1.0.6 |
2710 | 2023-11-14T19:13:00.692Z | Documenting difflib v0.4.0 |
2711 | 2023-11-14T19:13:00.720Z | Documenting normalize-line-endings v0.3.0 |
2712 | 2023-11-14T19:13:00.756Z | Documenting serde_with v2.3.3 |
2713 | 2023-11-14T19:13:02.037Z | Documenting bit-set v0.5.3 |
2714 | 2023-11-14T19:13:02.309Z | Documenting similar v2.2.1 |
2715 | 2023-11-14T19:13:02.896Z | Documenting toml v0.8.8 |
2716 | 2023-11-14T19:13:03.618Z | Documenting tokio-stream v0.1.14 |
2717 | 2023-11-14T19:13:05.347Z | Documenting predicates v3.0.4 |
2718 | 2023-11-14T19:13:08.590Z | Documenting instant v0.1.12 |
2719 | 2023-11-14T19:13:08.603Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2720 | 2023-11-14T19:13:09.082Z | Documenting macaddr v1.0.1 |
2721 | 2023-11-14T19:13:10.506Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2722 | 2023-11-14T19:13:11.439Z | Documenting parse-display v0.8.2 |
2723 | 2023-11-14T19:13:11.730Z | Documenting base64ct v1.6.0 |
2724 | 2023-11-14T19:13:12.159Z | Documenting crucible-workspace-hack v0.1.0 |
2725 | 2023-11-14T19:13:13.897Z | Documenting backoff v0.4.0 |
2726 | 2023-11-14T19:13:14.425Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2727 | 2023-11-14T19:13:14.659Z | Checking scopeguard v1.2.0 |
2728 | 2023-11-14T19:13:14.734Z | Documenting is-terminal v0.4.9 |
2729 | 2023-11-14T19:13:14.843Z | Checking lock_api v0.4.10 |
2730 | 2023-11-14T19:13:15.523Z | Documenting proc-macro-error-attr v1.0.4 |
2731 | 2023-11-14T19:13:15.764Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2732 | 2023-11-14T19:13:17.382Z | Checking proc-macro-error v1.0.4 |
2733 | 2023-11-14T19:13:17.588Z | Documenting postcard-cobs v0.1.5-pre |
2734 | 2023-11-14T19:13:18.979Z | Documenting foreign-types-macros v0.2.3 |
2735 | 2023-11-14T19:13:18.993Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2736 | 2023-11-14T19:13:20.547Z | Checking smallvec v1.11.0 |
2737 | 2023-11-14T19:13:21.108Z | Documenting foreign-types-shared v0.3.1 |
2738 | 2023-11-14T19:13:21.201Z | Documenting proc-macro-error v1.0.4 |
2739 | 2023-11-14T19:13:21.339Z | Checking parking_lot_core v0.9.8 |
2740 | 2023-11-14T19:13:21.848Z | Documenting postcard v0.7.3 |
2741 | 2023-11-14T19:13:21.864Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2742 | 2023-11-14T19:13:22.149Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2743 | 2023-11-14T19:13:22.585Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2744 | 2023-11-14T19:13:22.638Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2745 | 2023-11-14T19:13:25.529Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2746 | 2023-11-14T19:13:25.661Z | Documenting foreign-types v0.5.0 |
2747 | 2023-11-14T19:13:27.957Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2748 | 2023-11-14T19:13:28.246Z | Documenting cstr-argument v0.1.2 |
2749 | 2023-11-14T19:13:28.505Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2750 | 2023-11-14T19:13:28.678Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2751 | 2023-11-14T19:13:29.156Z | Checking parking_lot v0.12.1 |
2752 | 2023-11-14T19:13:29.701Z | Documenting colored v2.0.4 |
2753 | 2023-11-14T19:13:31.289Z | Checking pin-project-lite v0.2.13 |
2754 | 2023-11-14T19:13:31.450Z | Documenting zone_cfg_derive v0.3.0 |
2755 | 2023-11-14T19:13:32.068Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2756 | 2023-11-14T19:13:33.720Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2757 | 2023-11-14T19:13:35.095Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2758 | 2023-11-14T19:13:35.526Z | Documenting num-derive v0.4.0 |
2759 | 2023-11-14T19:13:36.937Z | Checking unicode-segmentation v1.10.1 |
2760 | 2023-11-14T19:13:37.065Z | Documenting smf v0.2.2 |
2761 | 2023-11-14T19:13:38.015Z | Checking rand_core v0.6.4 |
2762 | 2023-11-14T19:13:38.062Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2763 | 2023-11-14T19:13:38.105Z | Checking signal-hook-registry v1.4.1 |
2764 | 2023-11-14T19:13:38.447Z | Checking mio v0.8.8 |
2765 | 2023-11-14T19:13:38.461Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2766 | 2023-11-14T19:13:39.103Z | Documenting zone v0.3.0 |
2767 | 2023-11-14T19:13:39.423Z | Checking typenum v1.16.0 |
2768 | 2023-11-14T19:13:40.065Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2769 | 2023-11-14T19:13:41.660Z | Checking futures-core v0.3.29 |
2770 | 2023-11-14T19:13:41.930Z | Checking zeroize v1.6.0 |
2771 | 2023-11-14T19:13:42.343Z | Checking generic-array v0.14.7 |
2772 | 2023-11-14T19:13:42.436Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2773 | 2023-11-14T19:13:43.110Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2774 | 2023-11-14T19:13:43.522Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2775 | 2023-11-14T19:13:44.296Z | Checking socket2 v0.5.4 |
2776 | 2023-11-14T19:13:44.748Z | Checking num_cpus v1.16.0 |
2777 | 2023-11-14T19:13:44.796Z | Checking futures-sink v0.3.29 |
2778 | 2023-11-14T19:13:44.922Z | Documenting password-hash v0.5.0 |
2779 | 2023-11-14T19:13:45.006Z | Documenting blake2 v0.10.6 |
2780 | 2023-11-14T19:13:45.044Z | Checking tokio v1.33.0 |
2781 | 2023-11-14T19:13:46.698Z | Checking spin v0.5.2 |
2782 | 2023-11-14T19:13:46.993Z | Documenting fastrand v2.0.0 |
2783 | 2023-11-14T19:13:47.959Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2784 | 2023-11-14T19:13:48.091Z | Checking tinyvec_macros v0.1.1 |
2785 | 2023-11-14T19:13:48.215Z | Checking tinyvec v1.6.0 |
2786 | 2023-11-14T19:13:49.445Z | Checking futures-channel v0.3.29 |
2787 | 2023-11-14T19:13:50.011Z | Checking futures-task v0.3.29 |
2788 | 2023-11-14T19:13:50.445Z | Checking slab v0.4.9 |
2789 | 2023-11-14T19:13:50.461Z | Checking futures-io v0.3.29 |
2790 | 2023-11-14T19:13:50.740Z | Checking pin-utils v0.1.0 |
2791 | 2023-11-14T19:13:50.758Z | Checking unicode-normalization v0.1.22 |
2792 | 2023-11-14T19:13:50.857Z | Checking crypto-common v0.1.6 |
2793 | 2023-11-14T19:13:50.871Z | Checking futures-util v0.3.29 |
2794 | 2023-11-14T19:13:51.127Z | Checking spin v0.9.8 |
2795 | 2023-11-14T19:13:51.619Z | Checking tracing-core v0.1.31 |
2796 | 2023-11-14T19:13:52.256Z | Checking unicode-bidi v0.3.13 |
2797 | 2023-11-14T19:13:52.289Z | Checking block-buffer v0.10.4 |
2798 | 2023-11-14T19:13:52.738Z | Checking bitflags v2.4.0 |
2799 | 2023-11-14T19:13:57.316Z | Checking tracing v0.1.37 |
2800 | 2023-11-14T19:13:57.387Z | Documenting argon2 v0.5.2 |
2801 | 2023-11-14T19:13:57.397Z | Checking ppv-lite86 v0.2.17 |
2802 | 2023-11-14T19:13:57.404Z | Checking const-oid v0.9.5 |
2803 | 2023-11-14T19:13:57.409Z | Checking subtle v2.5.0 |
2804 | 2023-11-14T19:13:57.421Z | Documenting tempfile v3.8.0 |
2805 | 2023-11-14T19:13:57.428Z | Checking heck v0.3.3 |
2806 | 2023-11-14T19:13:57.445Z | Checking base64 v0.21.5 |
2807 | 2023-11-14T19:13:57.466Z | Checking rand_chacha v0.3.1 |
2808 | 2023-11-14T19:13:57.480Z | Documenting structopt-derive v0.4.18 |
2809 | 2023-11-14T19:13:57.487Z | Checking rand v0.8.5 |
2810 | 2023-11-14T19:13:57.490Z | Checking tokio-util v0.7.10 |
2811 | 2023-11-14T19:13:57.519Z | Checking digest v0.10.7 |
2812 | 2023-11-14T19:13:57.552Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2813 | 2023-11-14T19:13:57.570Z | Checking openssl-probe v0.1.5 |
2814 | 2023-11-14T19:13:57.589Z | Documenting linked-hash-map v0.5.6 |
2815 | 2023-11-14T19:13:57.603Z | Checking percent-encoding v2.3.0 |
2816 | 2023-11-14T19:13:57.616Z | Checking foreign-types-shared v0.1.1 |
2817 | 2023-11-14T19:13:57.643Z | Checking bitflags v1.3.2 |
2818 | 2023-11-14T19:13:57.674Z | Checking hashbrown v0.12.3 |
2819 | 2023-11-14T19:13:57.741Z | Checking untrusted v0.7.1 |
2820 | 2023-11-14T19:13:57.984Z | Checking untrusted v0.9.0 |
2821 | 2023-11-14T19:13:58.218Z | Checking ring v0.17.5 |
2822 | 2023-11-14T19:13:58.776Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2823 | 2023-11-14T19:13:59.256Z | Checking indexmap v1.9.3 |
2824 | 2023-11-14T19:13:59.324Z | Checking ring v0.16.20 |
2825 | 2023-11-14T19:13:59.956Z | Checking foreign-types v0.3.2 |
2826 | 2023-11-14T19:14:00.083Z | Documenting libefi-sys v0.1.0 |
2827 | 2023-11-14T19:14:00.485Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2828 | 2023-11-14T19:14:00.786Z | Checking errno v0.3.2 |
2829 | 2023-11-14T19:14:00.992Z | Checking openssl-sys v0.9.93 |
2830 | 2023-11-14T19:14:01.269Z | Checking try-lock v0.2.4 |
2831 | 2023-11-14T19:14:01.469Z | Checking adler v1.0.2 |
2832 | 2023-11-14T19:14:01.699Z | Checking siphasher v0.3.11 |
2833 | 2023-11-14T19:14:02.167Z | Checking miniz_oxide v0.7.1 |
2834 | 2023-11-14T19:14:02.311Z | Checking sct v0.7.0 |
2835 | 2023-11-14T19:14:02.594Z | Checking want v0.3.1 |
2836 | 2023-11-14T19:14:02.859Z | Checking rustls-webpki v0.101.7 |
2837 | 2023-11-14T19:14:03.194Z | Checking openssl v0.10.57 |
2838 | 2023-11-14T19:14:03.246Z | Documenting lru-cache v0.1.2 |
2839 | 2023-11-14T19:14:03.306Z | Checking h2 v0.3.21 |
2840 | 2023-11-14T19:14:03.367Z | Documenting structopt v0.3.26 |
2841 | 2023-11-14T19:14:04.008Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2842 | 2023-11-14T19:14:05.991Z | Checking form_urlencoded v1.2.0 |
2843 | 2023-11-14T19:14:06.290Z | Checking lazy_static v1.4.0 |
2844 | 2023-11-14T19:14:06.444Z | Checking http-body v0.4.5 |
2845 | 2023-11-14T19:14:06.800Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2846 | 2023-11-14T19:14:06.987Z | Checking io-lifetimes v1.0.11 |
2847 | 2023-11-14T19:14:07.258Z | Checking socket2 v0.4.9 |
2848 | 2023-11-14T19:14:07.707Z | Checking httparse v1.8.0 |
2849 | 2023-11-14T19:14:07.927Z | Checking cpufeatures v0.2.9 |
2850 | 2023-11-14T19:14:08.073Z | Checking httpdate v1.0.3 |
2851 | 2023-11-14T19:14:08.350Z | Checking tower-service v0.3.2 |
2852 | 2023-11-14T19:14:08.433Z | Checking anstyle v1.0.2 |
2853 | 2023-11-14T19:14:08.521Z | Checking utf8parse v0.2.1 |
2854 | 2023-11-14T19:14:08.736Z | Checking anstyle-parse v0.2.1 |
2855 | 2023-11-14T19:14:08.980Z | Checking sha2 v0.10.8 |
2856 | 2023-11-14T19:14:09.155Z | Checking rustix v0.37.23 |
2857 | 2023-11-14T19:14:09.179Z | Checking rustls v0.21.8 |
2858 | 2023-11-14T19:14:09.376Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2859 | 2023-11-14T19:14:09.811Z | Checking hmac v0.12.1 |
2860 | 2023-11-14T19:14:10.115Z | Checking md-5 v0.10.5 |
2861 | 2023-11-14T19:14:10.473Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2862 | 2023-11-14T19:14:10.489Z | Checking rustls-pemfile v1.0.3 |
2863 | 2023-11-14T19:14:10.761Z | Checking stringprep v0.1.3 |
2864 | 2023-11-14T19:14:11.038Z | Checking idna v0.4.0 |
2865 | 2023-11-14T19:14:11.163Z | Documenting slog-dtrace v0.2.3 |
2866 | 2023-11-14T19:14:12.162Z | Checking native-tls v0.2.11 |
2867 | 2023-11-14T19:14:12.452Z | Checking num-integer v0.1.45 |
2868 | 2023-11-14T19:14:12.661Z | Checking hash32 v0.2.1 |
2869 | 2023-11-14T19:14:13.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2870 | 2023-11-14T19:14:13.215Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2871 | 2023-11-14T19:14:13.285Z | Checking hyper v0.14.27 |
2872 | 2023-11-14T19:14:13.610Z | Checking serde_spanned v0.6.4 |
2873 | 2023-11-14T19:14:13.886Z | Checking toml_datetime v0.6.5 |
2874 | 2023-11-14T19:14:14.140Z | Checking gimli v0.28.0 |
2875 | 2023-11-14T19:14:14.298Z | Checking fallible-iterator v0.2.0 |
2876 | 2023-11-14T19:14:14.589Z | Checking either v1.9.0 |
2877 | 2023-11-14T19:14:14.772Z | Documenting convert_case v0.4.0 |
2878 | 2023-11-14T19:14:15.033Z | Checking convert_case v0.4.0 |
2879 | 2023-11-14T19:14:15.246Z | Checking anstyle-query v1.0.0 |
2880 | 2023-11-14T19:14:15.365Z | Checking colorchoice v1.0.0 |
2881 | 2023-11-14T19:14:15.474Z | Checking winnow v0.5.15 |
2882 | 2023-11-14T19:14:15.566Z | Checking stable_deref_trait v1.2.0 |
2883 | 2023-11-14T19:14:15.697Z | Checking heapless v0.7.16 |
2884 | 2023-11-14T19:14:16.608Z | Checking anstream v0.5.0 |
2885 | 2023-11-14T19:14:17.120Z | Checking postgres-protocol v0.6.6 |
2886 | 2023-11-14T19:14:17.391Z | Checking tokio-rustls v0.24.1 |
2887 | 2023-11-14T19:14:17.931Z | Checking tokio-native-tls v0.3.1 |
2888 | 2023-11-14T19:14:18.202Z | Checking url v2.4.1 |
2889 | 2023-11-14T19:14:18.309Z | Checking terminal_size v0.2.6 |
2890 | 2023-11-14T19:14:18.540Z | Checking rustls-native-certs v0.6.3 |
2891 | 2023-11-14T19:14:18.740Z | Checking phf_shared v0.11.2 |
2892 | 2023-11-14T19:14:19.163Z | Checking block-padding v0.3.3 |
2893 | 2023-11-14T19:14:19.430Z | Checking signal-hook v0.3.17 |
2894 | 2023-11-14T19:14:19.487Z | Checking scheduled-thread-pool v0.2.7 |
2895 | 2023-11-14T19:14:19.798Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2896 | 2023-11-14T19:14:19.951Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2897 | 2023-11-14T19:14:20.324Z | Checking object v0.32.1 |
2898 | 2023-11-14T19:14:20.350Z | Checking bzip2-sys v0.1.11+1.0.8 |
2899 | 2023-11-14T19:14:20.526Z | Checking crc32fast v1.3.2 |
2900 | 2023-11-14T19:14:20.549Z | Checking addr2line v0.21.0 |
2901 | 2023-11-14T19:14:20.879Z | Checking ipnet v2.8.0 |
2902 | 2023-11-14T19:14:21.345Z | Checking managed v0.8.0 |
2903 | 2023-11-14T19:14:22.002Z | Documenting derive_more v0.99.17 |
2904 | 2023-11-14T19:14:22.005Z | Checking tap v1.0.1 |
2905 | 2023-11-14T19:14:22.009Z | Checking clap_lex v0.5.1 |
2906 | 2023-11-14T19:14:22.012Z | Checking rustc-demangle v0.1.23 |
2907 | 2023-11-14T19:14:22.255Z | Checking deranged v0.3.8 |
2908 | 2023-11-14T19:14:22.560Z | Checking matches v0.1.10 |
2909 | 2023-11-14T19:14:22.688Z | Checking num_threads v0.1.6 |
2910 | 2023-11-14T19:14:22.854Z | Checking bit-vec v0.6.3 |
2911 | 2023-11-14T19:14:23.231Z | Checking regex-automata v0.1.10 |
2912 | 2023-11-14T19:14:23.368Z | Documenting quick-error v1.2.3 |
2913 | 2023-11-14T19:14:24.193Z | Checking bstr v0.2.17 |
2914 | 2023-11-14T19:14:25.071Z | Checking time v0.3.27 |
2915 | 2023-11-14T19:14:25.203Z | Checking hyper-rustls v0.24.2 |
2916 | 2023-11-14T19:14:25.830Z | Checking hyper-tls v0.5.0 |
2917 | 2023-11-14T19:14:26.192Z | Checking idna v0.2.3 |
2918 | 2023-11-14T19:14:27.574Z | Checking clap_builder v4.4.2 |
2919 | 2023-11-14T19:14:28.983Z | Documenting resolv-conf v0.7.0 |
2920 | 2023-11-14T19:14:29.128Z | Checking smoltcp v0.9.1 |
2921 | 2023-11-14T19:14:29.368Z | Checking backtrace v0.3.69 |
2922 | 2023-11-14T19:14:30.261Z | Checking wyz v0.5.1 |
2923 | 2023-11-14T19:14:30.436Z | Checking flate2 v1.0.28 |
2924 | 2023-11-14T19:14:30.913Z | Checking bzip2 v0.4.4 |
2925 | 2023-11-14T19:14:31.374Z | Checking toml_edit v0.19.15 |
2926 | 2023-11-14T19:14:31.489Z | Checking signal-hook-mio v0.2.3 |
2927 | 2023-11-14T19:14:31.588Z | Checking r2d2 v0.8.10 |
2928 | 2023-11-14T19:14:31.682Z | Checking inout v0.1.3 |
2929 | 2023-11-14T19:14:32.018Z | Checking phf v0.11.2 |
2930 | 2023-11-14T19:14:32.073Z | Checking postgres-types v0.2.6 |
2931 | 2023-11-14T19:14:32.425Z | Checking itertools v0.11.0 |
2932 | 2023-11-14T19:14:32.462Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2933 | 2023-11-14T19:14:33.186Z | Checking num-bigint v0.4.4 |
2934 | 2023-11-14T19:14:35.202Z | Checking serde_urlencoded v0.7.1 |
2935 | 2023-11-14T19:14:35.215Z | Checking phf_shared v0.10.0 |
2936 | 2023-11-14T19:14:35.688Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2937 | 2023-11-14T19:14:35.934Z | Checking futures-executor v0.3.29 |
2938 | 2023-11-14T19:14:36.275Z | Documenting hkdf v0.12.3 |
2939 | 2023-11-14T19:14:37.614Z | Checking ipnetwork v0.20.0 |
2940 | 2023-11-14T19:14:37.638Z | Checking float-cmp v0.9.0 |
2941 | 2023-11-14T19:14:37.652Z | Checking zerocopy v0.6.4 |
2942 | 2023-11-14T19:14:37.663Z | Checking hubpack v0.1.2 |
2943 | 2023-11-14T19:14:37.681Z | Checking crossbeam-utils v0.8.16 |
2944 | 2023-11-14T19:14:37.691Z | Checking encoding_rs v0.8.33 |
2945 | 2023-11-14T19:14:37.704Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2946 | 2023-11-14T19:14:37.711Z | Checking memoffset v0.9.0 |
2947 | 2023-11-14T19:14:37.730Z | Checking radium v0.7.0 |
2948 | 2023-11-14T19:14:37.741Z | Checking mime v0.3.17 |
2949 | 2023-11-14T19:14:37.803Z | Checking webpki-roots v0.25.2 |
2950 | 2023-11-14T19:14:37.816Z | Checking fixedbitset v0.4.2 |
2951 | 2023-11-14T19:14:38.028Z | Checking static_assertions v1.1.0 |
2952 | 2023-11-14T19:14:38.162Z | Checking data-encoding v2.4.0 |
2953 | 2023-11-14T19:14:38.198Z | Checking precomputed-hash v0.1.1 |
2954 | 2023-11-14T19:14:38.213Z | Checking funty v2.0.0 |
2955 | 2023-11-14T19:14:38.334Z | Checking normalize-line-endings v0.3.0 |
2956 | 2023-11-14T19:14:38.359Z | Checking whoami v1.4.1 |
2957 | 2023-11-14T19:14:38.489Z | Checking regex-automata v0.3.8 |
2958 | 2023-11-14T19:14:38.735Z | Checking new_debug_unreachable v1.0.4 |
2959 | 2023-11-14T19:14:38.863Z | Checking difflib v0.4.0 |
2960 | 2023-11-14T19:14:39.021Z | Checking predicates-core v1.0.6 |
2961 | 2023-11-14T19:14:39.294Z | Checking trust-dns-proto v0.22.0 |
2962 | 2023-11-14T19:14:39.338Z | Checking predicates v3.0.4 |
2963 | 2023-11-14T19:14:40.064Z | Checking bitvec v1.0.1 |
2964 | 2023-11-14T19:14:40.467Z | Checking string_cache v0.8.7 |
2965 | 2023-11-14T19:14:40.782Z | Checking reqwest v0.11.20 |
2966 | 2023-11-14T19:14:40.891Z | Checking tokio-postgres v0.7.10 |
2967 | 2023-11-14T19:14:41.033Z | Checking bstr v1.6.0 |
2968 | 2023-11-14T19:14:42.520Z | Checking petgraph v0.6.4 |
2969 | 2023-11-14T19:14:43.280Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2970 | 2023-11-14T19:14:44.004Z | Checking crossbeam-epoch v0.9.15 |
2971 | 2023-11-14T19:14:44.709Z | Checking diesel v2.1.3 |
2972 | 2023-11-14T19:14:45.652Z | Checking yasna v0.5.2 |
2973 | 2023-11-14T19:14:45.830Z | Checking futures v0.3.29 |
2974 | 2023-11-14T19:14:45.998Z | Checking toml v0.7.8 |
2975 | 2023-11-14T19:14:46.484Z | Documenting trust-dns-resolver v0.22.0 |
2976 | 2023-11-14T19:14:47.189Z | Checking clap v4.4.3 |
2977 | 2023-11-14T19:14:47.194Z | Checking cipher v0.4.4 |
2978 | 2023-11-14T19:14:47.203Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2979 | 2023-11-14T19:14:47.213Z | Checking crossterm v0.27.0 |
2980 | 2023-11-14T19:14:47.240Z | Checking zip v0.6.6 |
2981 | 2023-11-14T19:14:47.529Z | Checking anyhow v1.0.75 |
2982 | 2023-11-14T19:14:48.001Z | Checking similar v2.2.1 |
2983 | 2023-11-14T19:14:48.242Z | Checking bit-set v0.5.3 |
2984 | 2023-11-14T19:14:48.340Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2985 | 2023-11-14T19:14:48.645Z | Checking toml_edit v0.21.0 |
2986 | 2023-11-14T19:14:49.288Z | Checking itertools v0.10.5 |
2987 | 2023-11-14T19:14:50.089Z | Checking num-iter v0.1.43 |
2988 | 2023-11-14T19:14:50.327Z | Checking console v0.15.7 |
2989 | 2023-11-14T19:14:50.686Z | Checking rustix v0.38.9 |
2990 | 2023-11-14T19:14:51.261Z | Checking signature v2.1.0 |
2991 | 2023-11-14T19:14:51.539Z | Checking tokio-stream v0.1.14 |
2992 | 2023-11-14T19:14:52.554Z | Documenting pem-rfc7468 v0.7.0 |
2993 | 2023-11-14T19:14:52.789Z | Checking usdt v0.3.5 |
2994 | 2023-11-14T19:14:53.098Z | Documenting der_derive v0.7.2 |
2995 | 2023-11-14T19:14:53.179Z | Checking hex v0.4.3 |
2996 | 2023-11-14T19:14:53.448Z | Checking semver v1.0.20 |
2997 | 2023-11-14T19:14:53.969Z | Checking slog v2.7.0 |
2998 | 2023-11-14T19:14:54.034Z | Documenting keccak v0.1.4 |
2999 | 2023-11-14T19:14:54.114Z | Checking lalrpop-util v0.19.12 |
3000 | 2023-11-14T19:14:54.536Z | Documenting flagset v0.4.3 |
3001 | 2023-11-14T19:14:54.736Z | Documenting secrecy v0.8.0 |
3002 | 2023-11-14T19:14:58.319Z | Documenting sha3 v0.10.8 |
3003 | 2023-11-14T19:14:58.763Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3004 | 2023-11-14T19:14:58.828Z | Documenting cancel-safe-futures v0.1.5 |
3005 | 2023-11-14T19:14:59.046Z | Documenting crc-catalog v2.2.0 |
3006 | 2023-11-14T19:15:00.534Z | Documenting glob v0.3.1 |
3007 | 2023-11-14T19:15:01.398Z | Documenting der v0.7.8 |
3008 | 2023-11-14T19:15:03.353Z | Documenting arc-swap v1.6.0 |
3009 | 2023-11-14T19:15:06.481Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3010 | 2023-11-14T19:15:06.738Z | Documenting crc v3.0.1 |
3011 | 2023-11-14T19:15:09.109Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3012 | 2023-11-14T19:15:09.997Z | Documenting slog-scope v4.4.0 |
3013 | 2023-11-14T19:15:10.000Z | Documenting spki v0.7.2 |
3014 | 2023-11-14T19:15:11.098Z | Documenting num-rational v0.4.1 |
3015 | 2023-11-14T19:15:11.216Z | Documenting num-complex v0.4.4 |
3016 | 2023-11-14T19:15:15.340Z | Documenting packed_struct_codegen v0.10.1 |
3017 | 2023-11-14T19:15:16.189Z | Documenting nodrop v0.1.14 |
3018 | 2023-11-14T19:15:16.916Z | Documenting pkcs8 v0.10.2 |
3019 | 2023-11-14T19:15:17.715Z | Documenting half v1.8.2 |
3020 | 2023-11-14T19:15:18.819Z | Documenting ciborium-io v0.2.1 |
3021 | 2023-11-14T19:15:19.250Z | Documenting num v0.4.1 |
3022 | 2023-11-14T19:15:20.444Z | Documenting array-init v0.0.4 |
3023 | 2023-11-14T19:15:22.166Z | Documenting slog-stdlog v4.1.1 |
3024 | 2023-11-14T19:15:23.736Z | Documenting pkcs1 v0.7.5 |
3025 | 2023-11-14T19:15:23.995Z | Documenting packed_struct v0.10.1 |
3026 | 2023-11-14T19:15:25.146Z | Documenting ciborium-ll v0.2.1 |
3027 | 2023-11-14T19:15:25.492Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3028 | 2023-11-14T19:15:25.930Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3029 | 2023-11-14T19:15:28.060Z | Documenting num-bigint-dig v0.8.4 |
3030 | 2023-11-14T19:15:28.123Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3031 | 2023-11-14T19:15:29.456Z | Documenting universal-hash v0.5.1 |
3032 | 2023-11-14T19:15:29.985Z | Documenting xattr v1.0.1 |
3033 | 2023-11-14T19:15:31.759Z | Documenting filetime v0.2.22 |
3034 | 2023-11-14T19:15:36.137Z | Documenting bitfield v0.14.0 |
3035 | 2023-11-14T19:15:37.574Z | Documenting opaque-debug v0.3.0 |
3036 | 2023-11-14T19:15:37.631Z | Documenting termcolor v1.2.0 |
3037 | 2023-11-14T19:15:37.973Z | Documenting swrite v0.1.0 |
3038 | 2023-11-14T19:15:39.426Z | Documenting rsa v0.9.2 |
3039 | 2023-11-14T19:15:39.851Z | Documenting tar v0.4.40 |
3040 | 2023-11-14T19:15:40.549Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3041 | 2023-11-14T19:15:41.891Z | Documenting ciborium v0.2.1 |
3042 | 2023-11-14T19:15:42.958Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3043 | 2023-11-14T19:15:44.192Z | Documenting env_logger v0.10.0 |
3044 | 2023-11-14T19:15:44.278Z | Documenting slog-envlogger v2.2.0 |
3045 | 2023-11-14T19:15:46.328Z | Documenting serde-hex v0.1.0 |
3046 | 2023-11-14T19:15:48.650Z | Documenting x509-cert v0.2.4 |
3047 | 2023-11-14T19:15:50.417Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3048 | 2023-11-14T19:15:50.684Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3049 | 2023-11-14T19:15:51.669Z | Documenting newtype_derive v0.1.6 |
3050 | 2023-11-14T19:15:52.794Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3051 | 2023-11-14T19:15:53.331Z | Documenting libsw v3.3.0 |
3052 | 2023-11-14T19:15:54.577Z | Documenting ron v0.8.1 |
3053 | 2023-11-14T19:15:56.514Z | Documenting fxhash v0.2.1 |
3054 | 2023-11-14T19:15:57.156Z | Documenting derive-where v1.2.5 |
3055 | 2023-11-14T19:15:57.381Z | Documenting linear-map v1.2.0 |
3056 | 2023-11-14T19:15:57.786Z | Documenting owo-colors v3.5.0 |
3057 | 2023-11-14T19:16:00.094Z | Documenting crc-any v2.4.3 |
3058 | 2023-11-14T19:16:01.443Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3059 | 2023-11-14T19:16:02.785Z | Documenting steno v0.4.0 |
3060 | 2023-11-14T19:16:04.093Z | Documenting doc-comment v0.3.3 |
3061 | 2023-11-14T19:16:04.749Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3062 | 2023-11-14T19:16:05.343Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3063 | 2023-11-14T19:16:07.097Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3064 | 2023-11-14T19:16:07.838Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3065 | 2023-11-14T19:16:08.495Z | Documenting libsqlite3-sys v0.26.0 |
3066 | 2023-11-14T19:16:16.741Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3067 | 2023-11-14T19:16:38.809Z | Documenting hashlink v0.8.3 |
3068 | 2023-11-14T19:16:39.154Z | Documenting aead v0.5.2 |
3069 | 2023-11-14T19:16:39.337Z | Documenting snafu-derive v0.7.5 |
3070 | 2023-11-14T19:16:39.471Z | Documenting fallible-streaming-iterator v0.1.9 |
3071 | 2023-11-14T19:16:39.484Z | Documenting same-file v1.0.6 |
3072 | 2023-11-14T19:16:39.556Z | Documenting path-slash v0.1.5 |
3073 | 2023-11-14T19:16:39.610Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3074 | 2023-11-14T19:16:39.630Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3075 | 2023-11-14T19:16:39.702Z | Documenting rusqlite v0.29.0 |
3076 | 2023-11-14T19:16:39.716Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3077 | 2023-11-14T19:16:39.729Z | Documenting camino-tempfile v1.0.2 |
3078 | 2023-11-14T19:16:39.792Z | Documenting walkdir v2.4.0 |
3079 | 2023-11-14T19:16:39.908Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3080 | 2023-11-14T19:16:39.945Z | Documenting snafu v0.7.5 |
3081 | 2023-11-14T19:16:39.972Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3082 | 2023-11-14T19:16:39.985Z | Documenting nix v0.26.2 |
3083 | 2023-11-14T19:16:40.005Z | Checking darling_core v0.14.4 |
3084 | 2023-11-14T19:16:40.013Z | Documenting twox-hash v1.6.3 |
3085 | 2023-11-14T19:16:40.769Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3086 | 2023-11-14T19:16:44.910Z | Documenting nibble_vec v0.1.0 |
3087 | 2023-11-14T19:16:46.787Z | Documenting endian-type v0.1.2 |
3088 | 2023-11-14T19:16:46.806Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3089 | 2023-11-14T19:16:49.609Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3090 | 2023-11-14T19:16:50.742Z | Checking darling v0.14.4 |
3091 | 2023-11-14T19:16:50.915Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3092 | 2023-11-14T19:16:51.508Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3093 | 2023-11-14T19:16:52.027Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3094 | 2023-11-14T19:16:53.140Z | Documenting radix_trie v0.2.1 |
3095 | 2023-11-14T19:16:55.957Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3096 | 2023-11-14T19:16:56.735Z | Documenting polyval v0.6.1 |
3097 | 2023-11-14T19:16:59.912Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3098 | 2023-11-14T19:17:01.709Z | Documenting num_enum v0.7.0 |
3099 | 2023-11-14T19:17:03.350Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3100 | 2023-11-14T19:17:03.479Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3101 | 2023-11-14T19:17:03.902Z | Documenting ctr v0.9.2 |
3102 | 2023-11-14T19:17:05.997Z | Documenting aes v0.8.3 |
3103 | 2023-11-14T19:17:07.576Z | Documenting bincode v1.3.3 |
3104 | 2023-11-14T19:17:10.673Z | Documenting path-dedot v3.1.0 |
3105 | 2023-11-14T19:17:11.354Z | Documenting utf-8 v0.7.6 |
3106 | 2023-11-14T19:17:14.406Z | Documenting aes-gcm-siv v0.11.1 |
3107 | 2023-11-14T19:17:14.577Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3108 | 2023-11-14T19:17:16.887Z | Documenting path-absolutize v3.1.0 |
3109 | 2023-11-14T19:17:17.780Z | Documenting tungstenite v0.20.1 |
3110 | 2023-11-14T19:17:21.761Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3111 | 2023-11-14T19:17:22.484Z | Documenting trust-dns-client v0.22.0 |
3112 | 2023-11-14T19:17:23.180Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3113 | 2023-11-14T19:17:26.034Z | Documenting buf-list v1.0.3 |
3114 | 2023-11-14T19:17:27.986Z | Documenting globset v0.4.13 |
3115 | 2023-11-14T19:17:31.704Z | Documenting crossbeam-deque v0.8.3 |
3116 | 2023-11-14T19:17:31.903Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3117 | 2023-11-14T19:17:32.497Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3118 | 2023-11-14T19:17:32.533Z | Documenting headers-core v0.2.0 |
3119 | 2023-11-14T19:17:33.047Z | Documenting olpc-cjson v0.1.3 |
3120 | 2023-11-14T19:17:33.920Z | Documenting serde_plain v1.0.2 |
3121 | 2023-11-14T19:17:35.339Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3122 | 2023-11-14T19:17:36.595Z | Documenting bitstruct_derive v0.1.0 |
3123 | 2023-11-14T19:17:37.566Z | Documenting async-recursion v1.0.5 |
3124 | 2023-11-14T19:17:38.764Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3125 | 2023-11-14T19:17:39.541Z | Documenting ringbuffer v0.15.0 |
3126 | 2023-11-14T19:17:40.042Z | Documenting display-error-chain v0.2.0 |
3127 | 2023-11-14T19:17:40.091Z | Documenting ascii v1.1.0 |
3128 | 2023-11-14T19:17:40.307Z | Documenting tough v0.14.0 |
3129 | 2023-11-14T19:17:44.783Z | Documenting headers v0.3.9 |
3130 | 2023-11-14T19:17:44.797Z | Documenting rayon-core v1.12.0 |
3131 | 2023-11-14T19:17:44.819Z | Documenting bitstruct v0.1.1 |
3132 | 2023-11-14T19:17:45.203Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3133 | 2023-11-14T19:17:45.307Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3134 | 2023-11-14T19:17:45.630Z | Documenting trust-dns-server v0.22.1 |
3135 | 2023-11-14T19:17:49.105Z | Documenting tokio-tungstenite v0.20.1 |
3136 | 2023-11-14T19:17:49.802Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3137 | 2023-11-14T19:17:51.355Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3138 | 2023-11-14T19:17:51.786Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3139 | 2023-11-14T19:17:53.602Z | Checking derive_builder_core v0.12.0 |
3140 | 2023-11-14T19:17:53.610Z | Documenting derive_builder_core v0.12.0 |
3141 | 2023-11-14T19:17:54.234Z | Documenting sled v0.34.7 |
3142 | 2023-11-14T19:17:55.053Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3143 | 2023-11-14T19:17:56.210Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3144 | 2023-11-14T19:17:57.349Z | Documenting erased-serde v0.3.30 |
3145 | 2023-11-14T19:17:58.353Z | Documenting unicase v2.7.0 |
3146 | 2023-11-14T19:17:58.667Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3147 | 2023-11-14T19:17:59.555Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3148 | 2023-11-14T19:18:00.016Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3149 | 2023-11-14T19:18:00.033Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3150 | 2023-11-14T19:18:00.457Z | Documenting bcs v0.1.6 |
3151 | 2023-11-14T19:18:02.944Z | Documenting serde_arrays v0.1.0 |
3152 | 2023-11-14T19:18:03.440Z | Documenting ff v0.13.0 |
3153 | 2023-11-14T19:18:03.987Z | Documenting pretty-hex v0.3.0 |
3154 | 2023-11-14T19:18:04.763Z | Documenting highway v1.1.0 |
3155 | 2023-11-14T19:18:06.818Z | Documenting derive_builder_macro v0.12.0 |
3156 | 2023-11-14T19:18:06.821Z | Documenting mime_guess v2.0.4 |
3157 | 2023-11-14T19:18:08.771Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3158 | 2023-11-14T19:18:09.804Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3159 | 2023-11-14T19:18:10.064Z | Documenting group v0.13.0 |
3160 | 2023-11-14T19:18:10.725Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3161 | 2023-11-14T19:18:13.585Z | Documenting rayon v1.8.0 |
3162 | 2023-11-14T19:18:13.854Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3163 | 2023-11-14T19:18:25.291Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3164 | 2023-11-14T19:18:27.005Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3165 | 2023-11-14T19:18:31.877Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3166 | 2023-11-14T19:18:33.639Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3167 | 2023-11-14T19:18:34.546Z | Documenting portable-atomic v1.4.3 |
3168 | 2023-11-14T19:18:36.876Z | Documenting ed25519 v1.5.3 |
3169 | 2023-11-14T19:18:38.652Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3170 | 2023-11-14T19:18:40.164Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3171 | 2023-11-14T19:18:41.455Z | Documenting crypto-bigint v0.5.2 |
3172 | 2023-11-14T19:18:42.365Z | Documenting kstat-rs v0.2.3 |
3173 | 2023-11-14T19:18:42.490Z | Documenting thiserror-impl-no-std v2.0.2 |
3174 | 2023-11-14T19:18:49.132Z | Documenting curve25519-dalek-derive v0.1.0 |
3175 | 2023-11-14T19:18:50.587Z | Documenting ref-cast-impl v1.0.20 |
3176 | 2023-11-14T19:18:51.525Z | Documenting vte_generate_state_changes v0.1.1 |
3177 | 2023-11-14T19:18:52.219Z | Checking unicode-xid v0.2.4 |
3178 | 2023-11-14T19:18:52.433Z | Documenting number_prefix v0.4.0 |
3179 | 2023-11-14T19:18:55.126Z | Documenting cassowary v0.3.0 |
3180 | 2023-11-14T19:18:56.099Z | Documenting unicode-xid v0.2.4 |
3181 | 2023-11-14T19:18:58.028Z | Documenting base16ct v0.2.0 |
3182 | 2023-11-14T19:18:58.337Z | Documenting indicatif v0.17.7 |
3183 | 2023-11-14T19:18:58.642Z | Documenting ref-cast v1.0.20 |
3184 | 2023-11-14T19:19:00.416Z | Documenting const_format_proc_macros v0.2.31 |
3185 | 2023-11-14T19:19:01.909Z | Documenting ratatui v0.23.0 |
3186 | 2023-11-14T19:19:02.490Z | Documenting elliptic-curve v0.13.5 |
3187 | 2023-11-14T19:19:02.982Z | Documenting vte v0.11.1 |
3188 | 2023-11-14T19:19:06.005Z | Documenting curve25519-dalek v4.1.0 |
3189 | 2023-11-14T19:19:12.748Z | Documenting thiserror-no-std v2.0.2 |
3190 | 2023-11-14T19:19:13.036Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3191 | 2023-11-14T19:19:13.041Z | Documenting salty v0.2.0 |
3192 | 2023-11-14T19:19:13.054Z | Documenting derive_builder v0.12.0 |
3193 | 2023-11-14T19:19:13.064Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3194 | 2023-11-14T19:19:13.286Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3195 | 2023-11-14T19:19:14.092Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3196 | 2023-11-14T19:19:15.409Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3197 | 2023-11-14T19:19:16.846Z | Documenting polar-core v0.27.0 |
3198 | 2023-11-14T19:19:22.158Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3199 | 2023-11-14T19:19:23.945Z | Documenting libxml v0.3.3 |
3200 | 2023-11-14T19:19:35.244Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3201 | 2023-11-14T19:19:35.438Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3202 | 2023-11-14T19:19:35.467Z | Documenting poly1305 v0.8.0 |
3203 | 2023-11-14T19:19:35.550Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3204 | 2023-11-14T19:19:35.557Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3205 | 2023-11-14T19:19:35.567Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3206 | 2023-11-14T19:19:35.589Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3207 | 2023-11-14T19:19:38.803Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3208 | 2023-11-14T19:19:39.115Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3209 | 2023-11-14T19:19:40.068Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3210 | 2023-11-14T19:19:40.154Z | Documenting chacha20 v0.9.1 |
3211 | 2023-11-14T19:19:42.502Z | Documenting bb8 v0.8.1 |
3212 | 2023-11-14T19:19:44.467Z | Documenting quick-xml v0.23.1 |
3213 | 2023-11-14T19:19:44.785Z | Documenting serde-big-array v0.5.1 |
3214 | 2023-11-14T19:19:47.767Z | Documenting bytesize v1.3.0 |
3215 | 2023-11-14T19:19:51.594Z | Documenting pem v3.0.2 |
3216 | 2023-11-14T19:19:51.622Z | Documenting oso-derive v0.27.0 |
3217 | 2023-11-14T19:19:52.012Z | Documenting impl-trait-for-tuples v0.2.2 |
3218 | 2023-11-14T19:19:54.585Z | Documenting rtoolbox v0.0.1 |
3219 | 2023-11-14T19:19:56.423Z | Documenting maplit v1.0.2 |
3220 | 2023-11-14T19:19:56.973Z | Documenting smawk v0.3.1 |
3221 | 2023-11-14T19:19:57.170Z | Documenting unicode-linebreak v0.1.5 |
3222 | 2023-11-14T19:19:57.939Z | Documenting fs-err v2.9.0 |
3223 | 2023-11-14T19:19:59.011Z | Documenting humantime v2.1.0 |
3224 | 2023-11-14T19:20:00.962Z | Documenting is_ci v1.1.1 |
3225 | 2023-11-14T19:20:01.299Z | Documenting rpassword v7.2.0 |
3226 | 2023-11-14T19:20:01.943Z | Documenting rcgen v0.11.3 |
3227 | 2023-11-14T19:20:02.511Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3228 | 2023-11-14T19:20:03.279Z | Documenting oso v0.27.0 |
3229 | 2023-11-14T19:20:04.256Z | Documenting textwrap v0.16.0 |
3230 | 2023-11-14T19:20:05.341Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3231 | 2023-11-14T19:20:06.480Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3232 | 2023-11-14T19:20:08.023Z | Documenting supports-color v2.1.0 |
3233 | 2023-11-14T19:20:09.078Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3234 | 2023-11-14T19:20:29.085Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3235 | 2023-11-14T19:20:29.412Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3236 | 2023-11-14T19:20:31.055Z | Documenting chacha20poly1305 v0.10.1 |
3237 | 2023-11-14T19:20:31.081Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3238 | 2023-11-14T19:20:31.595Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3239 | 2023-11-14T19:20:31.675Z | Documenting vsss-rs v3.3.1 |
3240 | 2023-11-14T19:20:31.846Z | Documenting tui-tree-widget v0.13.0 |
3241 | 2023-11-14T19:20:31.922Z | Documenting strip-ansi-escapes v0.2.0 |
3242 | 2023-11-14T19:20:35.319Z | Documenting const_format v0.2.31 |
3243 | 2023-11-14T19:20:40.914Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3244 | 2023-11-14T19:20:40.959Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3245 | 2023-11-14T19:20:41.110Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3246 | 2023-11-14T19:20:41.172Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3247 | 2023-11-14T19:20:41.210Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3248 | 2023-11-14T19:20:43.914Z | Documenting cookie v0.16.2 |
3249 | 2023-11-14T19:20:44.287Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3250 | 2023-11-14T19:20:48.157Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3251 | 2023-11-14T19:20:48.389Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3252 | 2023-11-14T19:20:48.989Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3253 | 2023-11-14T19:20:49.975Z | Documenting atomicwrites v0.4.2 |
3254 | 2023-11-14T19:20:51.782Z | Documenting signal-hook-tokio v0.3.1 |
3255 | 2023-11-14T19:20:52.450Z | Documenting fd-lock v3.0.13 |
3256 | 2023-11-14T19:20:53.170Z | Documenting subprocess v0.2.9 |
3257 | 2023-11-14T19:20:54.945Z | Documenting nu-ansi-term v0.49.0 |
3258 | 2023-11-14T19:20:57.209Z | Documenting corncobs v0.1.3 |
3259 | 2023-11-14T19:20:58.956Z | Documenting shell-words v1.1.0 |
3260 | 2023-11-14T19:20:59.527Z | Documenting bit_field v0.10.2 |
3261 | 2023-11-14T19:20:59.933Z | Documenting http-range v0.1.5 |
3262 | 2023-11-14T19:21:01.443Z | Documenting reedline v0.25.0 |
3263 | 2023-11-14T19:21:01.666Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3264 | 2023-11-14T19:21:03.931Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3265 | 2023-11-14T19:21:05.373Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3266 | 2023-11-14T19:21:06.396Z | Documenting hyper-staticfile v0.9.5 |
3267 | 2023-11-14T19:21:08.907Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3268 | 2023-11-14T19:21:12.996Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3269 | 2023-11-14T19:21:16.373Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3270 | 2023-11-14T19:21:17.302Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3271 | 2023-11-14T19:21:19.234Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3272 | 2023-11-14T19:21:21.304Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3273 | 2023-11-14T19:21:23.957Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3274 | 2023-11-14T19:21:26.326Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3275 | 2023-11-14T19:21:38.354Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3276 | 2023-11-14T19:21:50.221Z | Documenting fatfs v0.3.6 |
3277 | 2023-11-14T19:21:55.580Z | Documenting cargo-platform v0.1.3 |
3278 | 2023-11-14T19:21:56.240Z | Documenting nanorand v0.7.0 |
3279 | 2023-11-14T19:21:56.777Z | Documenting assert_matches v1.5.0 |
3280 | 2023-11-14T19:21:58.756Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3281 | 2023-11-14T19:21:58.772Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3282 | 2023-11-14T19:21:58.811Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3283 | 2023-11-14T19:22:00.740Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3284 | 2023-11-14T19:22:02.610Z | Documenting flume v0.11.0 |
3285 | 2023-11-14T19:22:02.970Z | Documenting cargo_metadata v0.18.0 |
3286 | 2023-11-14T19:22:04.236Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3287 | 2023-11-14T19:22:05.852Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3288 | 2023-11-14T19:22:07.544Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3289 | 2023-11-14T19:22:09.623Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3290 | 2023-11-14T19:22:10.653Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3291 | 2023-11-14T19:22:23.381Z | Documenting omicron-zone-package v0.8.3 |
3292 | 2023-11-14T19:22:33.157Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3293 | 2023-11-14T19:22:34.907Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3294 | 2023-11-14T19:22:36.141Z | Documenting cargo_toml v0.17.0 |
3295 | 2023-11-14T19:22:38.492Z | Documenting termios v0.3.3 |
3296 | 2023-11-14T19:22:41.766Z | Documenting topological-sort v0.2.2 |
3297 | 2023-11-14T19:22:43.335Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3298 | 2023-11-14T19:22:45.223Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3299 | 2023-11-14T19:22:45.729Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3300 | 2023-11-14T19:22:46.675Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3301 | 2023-11-14T19:22:48.509Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3302 | 2023-11-14T19:22:57.436Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3303 | 2023-11-14T19:23:17.381Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3304 | 2023-11-14T19:23:20.954Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3305 | 2023-11-14T19:23:46.941Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3306 | 2023-11-14T19:23:57.752Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3307 | 2023-11-14T19:23:58.401Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3308 | 2023-11-14T19:23:58.990Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3309 | 2023-11-14T19:23:59.030Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3310 | 2023-11-14T19:25:29.507Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 15s |
3311 | 2023-11-14T19:25:29.622Z | |
3312 | 2023-11-14T19:25:29.626Z | real 17:15.519919478 |
3313 | 2023-11-14T19:25:29.629Z | user 1:00:31.183777275 |
3314 | 2023-11-14T19:25:29.632Z | sys 1:05:26.824705594 |
3315 | 2023-11-14T19:25:29.638Z | trap 2.024036209 |
3316 | 2023-11-14T19:25:29.643Z | tflt 0.197688435 |
3317 | 2023-11-14T19:25:29.647Z | dflt 0.524961700 |
3318 | 2023-11-14T19:25:29.650Z | kflt 0.000452411 |
3319 | 2023-11-14T19:25:29.655Z | lock 3:14:14.203898868 |
3320 | 2023-11-14T19:25:29.661Z | slp 4:31:04.997380402 |
3321 | 2023-11-14T19:25:29.666Z | lat 5:54.001707742 |
3322 | 2023-11-14T19:25:29.669Z | stop 2:24.058858506 |
3323 | 2023-11-14T19:25:29.672Z | process exited: duration 2000724 ms, exit code 0 |
|
3324 | 2023-11-14T19:25:29.684Z | found 0 output files |