|
|
|
1 | 2023-11-10T18:07:11.243Z | job assigned to worker 01HEX6K1CSFWGTSJ5D60M5JTWA (queued for 1 m 12 s) |
|
2 | 2023-11-10T18:07:12.162Z | starting task 0: "setup" |
3 | 2023-11-10T18:07:12.225Z | ++ uname -s |
4 | 2023-11-10T18:07:12.229Z | + kern=SunOS |
5 | 2023-11-10T18:07:12.233Z | + case "$kern" in |
6 | 2023-11-10T18:07:12.236Z | + groupadd -g 12345 build |
7 | 2023-11-10T18:07:12.239Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-10T18:07:14.249Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-10T18:07:14.427Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-10T18:07:14.436Z | + home_fs=zfs |
11 | 2023-11-10T18:07:14.439Z | + [[ zfs == autofs ]] |
12 | 2023-11-10T18:07:14.442Z | + mkdir -p /home/build |
13 | 2023-11-10T18:07:14.445Z | + chown build:build /home/build /work |
14 | 2023-11-10T18:07:17.046Z | + chmod 0700 /home/build /work |
15 | 2023-11-10T18:07:17.068Z | process exited: duration 4273 ms, exit code 0 |
|
16 | 2023-11-10T18:07:17.090Z | starting task 1: "rust-toolchain" |
17 | 2023-11-10T18:07:17.106Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-10T18:07:17.113Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-10T18:07:17.290Z | info: downloading installer |
20 | 2023-11-10T18:07:18.541Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-10T18:07:18.545Z | warning: /opt/ooce/bin |
22 | 2023-11-10T18:07:18.548Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-10T18:07:18.552Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-10T18:07:18.555Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-10T18:07:18.559Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-10T18:07:18.563Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-10T18:07:18.568Z | error: cannot install while Rust is installed |
28 | 2023-11-10T18:07:18.574Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-10T18:07:18.618Z | info: profile set to 'default' |
30 | 2023-11-10T18:07:18.622Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-10T18:07:18.627Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-10T18:07:18.780Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-10T18:07:18.785Z | info: downloading component 'cargo' |
34 | 2023-11-10T18:07:19.366Z | info: downloading component 'clippy' |
35 | 2023-11-10T18:07:19.582Z | info: downloading component 'rust-docs' |
36 | 2023-11-10T18:07:20.303Z | info: downloading component 'rust-std' |
37 | 2023-11-10T18:07:21.595Z | info: downloading component 'rustc' |
38 | 2023-11-10T18:07:24.680Z | info: downloading component 'rustfmt' |
39 | 2023-11-10T18:07:24.860Z | info: installing component 'cargo' |
40 | 2023-11-10T18:07:26.298Z | info: installing component 'clippy' |
41 | 2023-11-10T18:07:26.899Z | info: installing component 'rust-docs' |
42 | 2023-11-10T18:07:29.768Z | info: installing component 'rust-std' |
43 | 2023-11-10T18:07:35.035Z | info: installing component 'rustc' |
44 | 2023-11-10T18:07:45.310Z | info: installing component 'rustfmt' |
45 | 2023-11-10T18:07:45.763Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-10T18:07:45.769Z | |
47 | 2023-11-10T18:07:45.934Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-10T18:07:45.939Z | |
49 | 2023-11-10T18:07:46.022Z | |
50 | 2023-11-10T18:07:46.031Z | Rust is installed now. Great! |
51 | 2023-11-10T18:07:46.040Z | |
52 | 2023-11-10T18:07:46.044Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-10T18:07:46.047Z | environment variable. This has not been done automatically. |
54 | 2023-11-10T18:07:46.052Z | |
55 | 2023-11-10T18:07:46.055Z | To configure your current shell, run: |
56 | 2023-11-10T18:07:46.058Z | source "$HOME/.cargo/env" |
57 | 2023-11-10T18:07:46.062Z | + rustc --version |
58 | 2023-11-10T18:07:46.564Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-10T18:07:46.579Z | process exited: duration 29064 ms, exit code 0 |
|
60 | 2023-11-10T18:07:46.624Z | starting task 2: "authentication" |
61 | 2023-11-10T18:07:46.678Z | process exited: duration 42 ms, exit code 0 |
|
62 | 2023-11-10T18:07:46.721Z | starting task 3: "clone repository" |
63 | 2023-11-10T18:07:46.800Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-10T18:07:46.830Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-10T18:07:46.834Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-10T18:07:52.536Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-10T18:07:52.553Z | + [[ -n clickhouse-schema-updater ]] |
68 | 2023-11-10T18:07:52.589Z | + git fetch origin clickhouse-schema-updater |
69 | 2023-11-10T18:07:52.892Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-10T18:07:52.902Z | * branch clickhouse-schema-updater -> FETCH_HEAD |
71 | 2023-11-10T18:07:52.909Z | + git checkout -B clickhouse-schema-updater remotes/origin/clickhouse-schema-updater |
72 | 2023-11-10T18:07:52.969Z | Switched to a new branch 'clickhouse-schema-updater' |
73 | 2023-11-10T18:07:52.977Z | branch 'clickhouse-schema-updater' set up to track 'origin/clickhouse-schema-updater'. |
74 | 2023-11-10T18:07:52.986Z | + git reset --hard fa280fd737fbe4e30b449c467a43e721fabbdff6 |
75 | 2023-11-10T18:07:53.025Z | HEAD is now at fa280fd7 Review feedback |
76 | 2023-11-10T18:07:53.035Z | process exited: duration 6297 ms, exit code 0 |
|
77 | 2023-11-10T18:07:53.062Z | starting task 4: "build" |
78 | 2023-11-10T18:07:53.079Z | + cargo --version |
79 | 2023-11-10T18:07:53.091Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-10T18:07:53.302Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-10T18:07:53.728Z | info: downloading component 'cargo' |
82 | 2023-11-10T18:07:53.950Z | info: downloading component 'clippy' |
83 | 2023-11-10T18:07:54.198Z | info: downloading component 'rust-docs' |
84 | 2023-11-10T18:07:55.042Z | info: downloading component 'rust-std' |
85 | 2023-11-10T18:07:56.406Z | info: downloading component 'rustc' |
86 | 2023-11-10T18:08:00.188Z | info: downloading component 'rustfmt' |
87 | 2023-11-10T18:08:00.399Z | info: installing component 'cargo' |
88 | 2023-11-10T18:08:01.625Z | info: installing component 'clippy' |
89 | 2023-11-10T18:08:02.171Z | info: installing component 'rust-docs' |
90 | 2023-11-10T18:08:04.963Z | info: installing component 'rust-std' |
91 | 2023-11-10T18:08:07.534Z | info: installing component 'rustc' |
92 | 2023-11-10T18:08:13.605Z | info: installing component 'rustfmt' |
93 | 2023-11-10T18:08:14.153Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-10T18:08:14.158Z | + rustc --version |
95 | 2023-11-10T18:08:14.281Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-10T18:08:14.289Z | + source ./env.sh |
97 | 2023-11-10T18:08:14.304Z | ++ set -o xtrace |
98 | 2023-11-10T18:08:14.314Z | ++++ dirname ./env.sh |
99 | 2023-11-10T18:08:14.326Z | +++ cd . |
100 | 2023-11-10T18:08:14.340Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-10T18:08:14.355Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-10T18:08:14.381Z | ++ 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-10T18:08:14.399Z | ++ 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-10T18:08:14.430Z | ++ 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-10T18:08:14.451Z | ++ 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-10T18:08:14.460Z | ++ 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-10T18:08:14.467Z | ++ 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-10T18:08:14.474Z | ++ 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-10T18:08:14.481Z | ++ 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-10T18:08:14.487Z | ++ unset OMICRON_WS |
111 | 2023-11-10T18:08:14.526Z | ++ set +o xtrace |
112 | 2023-11-10T18:08:14.531Z | |
113 | 2023-11-10T18:08:14.535Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-10T18:08:14.540Z | # # # # # # # # # # # # # # # |
115 | 2023-11-10T18:08:14.544Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-10T18:08:14.552Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-10T18:08:14.557Z | # # # # # # # # # # # # # # # |
118 | 2023-11-10T18:08:14.565Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-10T18:08:14.569Z | |
120 | 2023-11-10T18:08:23.435Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-10T18:08:24.386Z | Startup: Caching catalogs ... Done |
122 | 2023-11-10T18:08:29.165Z | Planning: Solver setup ... Done (4.484s) |
123 | 2023-11-10T18:08:29.282Z | Planning: Running solver ... Done (0.118s) |
124 | 2023-11-10T18:08:29.355Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-10T18:08:29.360Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-10T18:08:29.637Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-10T18:08:29.781Z | Planning: Package planning ... Done (0.146s) |
128 | 2023-11-10T18:08:29.868Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-11-10T18:08:30.732Z | Planning: Checking for conflicting actions ... Done (0.864s) |
130 | 2023-11-10T18:08:30.750Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-10T18:08:34.619Z | Planning: Evaluating mediators ... Done (3.869s) |
132 | 2023-11-10T18:08:34.635Z | Planning: Planning completed in 10.19 seconds |
133 | 2023-11-10T18:08:34.658Z | Packages to install: 4 |
134 | 2023-11-10T18:08:34.662Z | Mediators to change: 2 |
135 | 2023-11-10T18:08:34.665Z | Services to change: 1 |
136 | 2023-11-10T18:08:34.668Z | Estimated space available: 148.90 GB |
137 | 2023-11-10T18:08:34.670Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-10T18:08:34.673Z | Create boot environment: No |
139 | 2023-11-10T18:08:34.683Z | Create backup boot environment: No |
140 | 2023-11-10T18:08:34.686Z | Rebuild boot archive: No |
141 | 2023-11-10T18:08:34.691Z | |
142 | 2023-11-10T18:08:34.700Z | Changed mediators: |
143 | 2023-11-10T18:08:34.704Z | mediator clang: |
144 | 2023-11-10T18:08:34.714Z | version: None -> 15 (system default) |
145 | 2023-11-10T18:08:34.718Z | |
146 | 2023-11-10T18:08:34.722Z | mediator llvm: |
147 | 2023-11-10T18:08:34.725Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-10T18:08:34.729Z | |
149 | 2023-11-10T18:08:34.734Z | Changed packages: |
150 | 2023-11-10T18:08:34.738Z | helios-dev |
151 | 2023-11-10T18:08:34.748Z | developer/build-essential |
152 | 2023-11-10T18:08:34.751Z | None -> 11-2.0 |
153 | 2023-11-10T18:08:34.756Z | library/libxmlsec1 |
154 | 2023-11-10T18:08:34.759Z | None -> 1.2.35-2.0 |
155 | 2023-11-10T18:08:34.765Z | ooce/developer/clang-15 |
156 | 2023-11-10T18:08:34.768Z | None -> 15.0.7-2.0 |
157 | 2023-11-10T18:08:34.772Z | ooce/developer/llvm-15 |
158 | 2023-11-10T18:08:34.776Z | None -> 15.0.7-2.0 |
159 | 2023-11-10T18:08:34.779Z | |
160 | 2023-11-10T18:08:34.782Z | Services: |
161 | 2023-11-10T18:08:34.786Z | restart_fmri: |
162 | 2023-11-10T18:08:34.790Z | svc:/system/update-man-index:default |
163 | 2023-11-10T18:08:34.879Z | |
164 | 2023-11-10T18:08:34.901Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-10T18:08:41.312Z | Download: 213/3290 items 1.3/212.6MB 0% complete (1.5M/s) |
166 | 2023-11-10T18:08:46.397Z | Download: 1201/3290 items 83.6/212.6MB 39% complete (9.6M/s) |
167 | 2023-11-10T18:08:51.396Z | Download: 2843/3290 items 121.1/212.6MB 56% complete (12.0M/s) |
168 | 2023-11-10T18:08:56.397Z | Download: 3269/3290 items 207.3/212.6MB 97% complete (12.3M/s) |
169 | 2023-11-10T18:08:57.262Z | Download: Completed 212.60 MB in 22.38 seconds (9.5M/s) |
170 | 2023-11-10T18:08:57.620Z | Actions: 1/3687 actions (Installing new actions) |
171 | 2023-11-10T18:09:02.663Z | Actions: 3136/3687 actions (Installing new actions) |
172 | 2023-11-10T18:09:05.901Z | Actions: Completed 3687 actions in 8.26 seconds. |
173 | 2023-11-10T18:09:06.046Z | Done (0.158s) |
174 | 2023-11-10T18:09:06.049Z | Done (0.000s) |
175 | 2023-11-10T18:09:06.250Z | Done (0.204s) |
176 | 2023-11-10T18:09:13.965Z | Done (7.597s) |
177 | 2023-11-10T18:09:14.199Z | Done (0.128s) |
178 | 2023-11-10T18:09:14.202Z | Done (0.000s) |
179 | 2023-11-10T18:09:14.444Z | Done (0.000s) |
180 | 2023-11-10T18:09:15.151Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-11-10T18:09:15.424Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-11-10T18:09:15.427Z | Planning: Consolidating action changes ... Done |
183 | 2023-11-10T18:09:15.872Z | Planning: Evaluating mediators ... Done |
184 | 2023-11-10T18:09:15.877Z | Planning: Planning completed in 0.74 seconds |
185 | 2023-11-10T18:09:15.929Z | Mediators to change: 2 |
186 | 2023-11-10T18:09:15.934Z | Create boot environment: No |
187 | 2023-11-10T18:09:15.939Z | Create backup boot environment: No |
188 | 2023-11-10T18:09:16.024Z | Done |
189 | 2023-11-10T18:09:16.030Z | Done |
190 | 2023-11-10T18:09:16.189Z | Done |
191 | 2023-11-10T18:09:22.090Z | Done |
192 | 2023-11-10T18:09:22.210Z | Done |
193 | 2023-11-10T18:09:22.215Z | Done |
194 | 2023-11-10T18:09:22.315Z | Done |
195 | 2023-11-10T18:09:23.315Z | Planning: Evaluating mediator changes ... Done |
196 | 2023-11-10T18:09:23.318Z | Planning: Merging actions ... Done |
197 | 2023-11-10T18:09:23.647Z | Planning: Checking for conflicting actions ... Done |
198 | 2023-11-10T18:09:23.649Z | Planning: Consolidating action changes ... Done |
199 | 2023-11-10T18:09:24.089Z | Planning: Evaluating mediators ... Done |
200 | 2023-11-10T18:09:24.163Z | Planning: Planning completed in 1.29 seconds |
201 | 2023-11-10T18:09:24.219Z | Packages to change: 1 |
202 | 2023-11-10T18:09:24.222Z | Mediators to change: 1 |
203 | 2023-11-10T18:09:24.224Z | Services to change: 1 |
204 | 2023-11-10T18:09:24.227Z | Create boot environment: No |
205 | 2023-11-10T18:09:24.230Z | Create backup boot environment: Yes |
206 | 2023-11-10T18:09:26.432Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2023-11-10T18:09:26.435Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2023-11-10T18:09:26.438Z | Done |
209 | 2023-11-10T18:09:26.451Z | Done |
210 | 2023-11-10T18:09:26.519Z | Done |
211 | 2023-11-10T18:09:32.415Z | Done |
212 | 2023-11-10T18:09:32.537Z | Done |
213 | 2023-11-10T18:09:32.540Z | Done |
214 | 2023-11-10T18:09:32.635Z | Done |
215 | 2023-11-10T18:09:33.305Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2023-11-10T18:09:33.308Z | clang system 15 system |
217 | 2023-11-10T18:09:33.311Z | csh system system illumos |
218 | 2023-11-10T18:09:33.313Z | ctags system system illumos |
219 | 2023-11-10T18:09:33.316Z | gcc vendor 12 vendor |
220 | 2023-11-10T18:09:33.319Z | gcc system 10 system |
221 | 2023-11-10T18:09:33.321Z | gcc system 7 system |
222 | 2023-11-10T18:09:33.324Z | go system 1.20 system |
223 | 2023-11-10T18:09:33.327Z | go system 1.19 system |
224 | 2023-11-10T18:09:33.329Z | llvm system 15 system |
225 | 2023-11-10T18:09:33.332Z | llvm system 14 system |
226 | 2023-11-10T18:09:33.335Z | mariadb system 10.6 system |
227 | 2023-11-10T18:09:33.338Z | mta vendor vendor dma |
228 | 2023-11-10T18:09:33.340Z | openjdk system 17 system |
229 | 2023-11-10T18:09:33.343Z | openjdk system 11 system |
230 | 2023-11-10T18:09:33.346Z | openjdk system 1.8 system |
231 | 2023-11-10T18:09:33.352Z | openssl vendor 3 vendor |
232 | 2023-11-10T18:09:33.357Z | perl system 5.36 system |
233 | 2023-11-10T18:09:33.360Z | postgresql system 15 system |
234 | 2023-11-10T18:09:33.364Z | postgresql system 13 system |
235 | 2023-11-10T18:09:33.369Z | python vendor 3 vendor |
236 | 2023-11-10T18:09:33.374Z | python system 2 system |
237 | 2023-11-10T18:09:33.380Z | python3 system 3.11 system |
238 | 2023-11-10T18:09:33.392Z | ruby system 3.0 system |
239 | 2023-11-10T18:09:33.404Z | words vendor vendor american-english |
240 | 2023-11-10T18:09:33.418Z | words system system australian-english |
241 | 2023-11-10T18:09:33.431Z | words system system british-english |
242 | 2023-11-10T18:09:33.443Z | words system system canadian-english |
243 | 2023-11-10T18:09:33.453Z | words system system french |
244 | 2023-11-10T18:09:33.469Z | words system system italian |
245 | 2023-11-10T18:09:33.484Z | words system system ngerman |
246 | 2023-11-10T18:09:33.495Z | words system system ogerman |
247 | 2023-11-10T18:09:33.505Z | words system system spanish |
248 | 2023-11-10T18:09:33.836Z | FMRI IFO |
249 | 2023-11-10T18:09:33.840Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2023-11-10T18:09:33.845Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2023-11-10T18:09:33.848Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2023-11-10T18:09:33.851Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
253 | 2023-11-10T18:09:33.855Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2023-11-10T18:09:33.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
255 | 2023-11-10T18:09:33.911Z | + set -o errexit |
256 | 2023-11-10T18:09:33.917Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2023-11-10T18:09:33.919Z | ++ cd ./tools |
258 | 2023-11-10T18:09:33.922Z | ++ pwd |
259 | 2023-11-10T18:09:33.925Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2023-11-10T18:09:33.928Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2023-11-10T18:09:33.931Z | + ARG0=ci_download_cockroachdb |
262 | 2023-11-10T18:09:33.934Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2023-11-10T18:09:33.936Z | + CIDL_VERSION=v22.1.9 |
264 | 2023-11-10T18:09:33.939Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2023-11-10T18:09:33.942Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2023-11-10T18:09:33.945Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2023-11-10T18:09:33.947Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-10T18:09:33.950Z | + TARGET_DIR=out |
269 | 2023-11-10T18:09:33.953Z | + DOWNLOAD_DIR=out/downloads |
270 | 2023-11-10T18:09:33.955Z | + DEST_DIR=./out/cockroachdb |
271 | 2023-11-10T18:09:33.958Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2023-11-10T18:09:33.961Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2023-11-10T18:09:33.965Z | + main |
274 | 2023-11-10T18:09:33.968Z | + [[ 0 != 0 ]] |
275 | 2023-11-10T18:09:33.972Z | + CIDL_OS=solaris2.11 |
276 | 2023-11-10T18:09:33.974Z | + [[ 0 != 0 ]] |
277 | 2023-11-10T18:09:33.977Z | + configure_os solaris2.11 |
278 | 2023-11-10T18:09:33.980Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2023-11-10T18:09:33.983Z | current directory: /work/oxidecomputer/omicron |
280 | 2023-11-10T18:09:33.986Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2023-11-10T18:09:33.988Z | configuring based on OS: "solaris2.11" |
282 | 2023-11-10T18:09:33.991Z | + case "$1" in |
283 | 2023-11-10T18:09:33.994Z | + CIDL_BUILD=illumos |
284 | 2023-11-10T18:09:33.996Z | + CIDL_SUFFIX=tar.gz |
285 | 2023-11-10T18:09:33.999Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-11-10T18:09:34.002Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2023-11-10T18:09:34.006Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2023-11-10T18:09:34.009Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2023-11-10T18:09:34.011Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2023-11-10T18:09:34.016Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-10T18:09:34.018Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-10T18:09:34.021Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2023-11-10T18:09:34.024Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-10T18:09:34.026Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-11-10T18:09:34.029Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-10T18:09:34.032Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2023-11-10T18:09:34.034Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-11-10T18:09:34.037Z | + mkdir -p out/downloads |
299 | 2023-11-10T18:09:34.040Z | + mkdir -p ./out/cockroachdb |
300 | 2023-11-10T18:09:34.043Z | + local DO_DOWNLOAD=true |
301 | 2023-11-10T18:09:34.046Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2023-11-10T18:09:34.049Z | + '[' true == true ']' |
303 | 2023-11-10T18:09:34.052Z | + echo Downloading... |
304 | 2023-11-10T18:09:34.054Z | Downloading... |
305 | 2023-11-10T18:09:34.068Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-11-10T18:09:34.075Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-10T18:09:37.522Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-11-10T18:09:37.530Z | ++ md5sum |
309 | 2023-11-10T18:09:37.538Z | ++ awk '{print $1}' |
310 | 2023-11-10T18:09:37.725Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2023-11-10T18:09:37.732Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
312 | 2023-11-10T18:09:37.742Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-11-10T18:09:37.749Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2023-11-10T18:09:41.350Z | + do_assemble_illumos |
315 | 2023-11-10T18:09:41.356Z | + rm -r ./out/cockroachdb |
316 | 2023-11-10T18:09:41.364Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2023-11-10T18:09:42.041Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2023-11-10T18:09:42.336Z | Build Tag: v22.1.9-dirty |
319 | 2023-11-10T18:09:42.343Z | Build Time: 2022/10/26 21:17:46 |
320 | 2023-11-10T18:09:42.349Z | Distribution: OSS |
321 | 2023-11-10T18:09:42.356Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2023-11-10T18:09:42.362Z | Go Version: go1.17.13 |
323 | 2023-11-10T18:09:42.368Z | C Compiler: gcc 10.3.0 |
324 | 2023-11-10T18:09:42.385Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2023-11-10T18:09:42.393Z | Build Type: release |
326 | 2023-11-10T18:09:42.399Z | + set -o errexit |
327 | 2023-11-10T18:09:42.405Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2023-11-10T18:09:42.411Z | ++ cd ./tools |
329 | 2023-11-10T18:09:42.417Z | ++ pwd |
330 | 2023-11-10T18:09:42.426Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2023-11-10T18:09:42.434Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2023-11-10T18:09:42.445Z | + ARG0=ci_download_clickhouse |
333 | 2023-11-10T18:09:42.453Z | + TARGET_DIR=out |
334 | 2023-11-10T18:09:42.462Z | + DOWNLOAD_DIR=out/downloads |
335 | 2023-11-10T18:09:42.881Z | + DEST_DIR=./out/clickhouse |
336 | 2023-11-10T18:09:42.901Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2023-11-10T18:09:42.909Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2023-11-10T18:09:42.919Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2023-11-10T18:09:42.933Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2023-11-10T18:09:43.351Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-11-10T18:09:43.357Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2023-11-10T18:09:43.362Z | + main |
343 | 2023-11-10T18:09:43.367Z | + [[ 0 != 0 ]] |
344 | 2023-11-10T18:09:43.371Z | + CIDL_OS=solaris2.11 |
345 | 2023-11-10T18:09:43.375Z | + [[ 0 != 0 ]] |
346 | 2023-11-10T18:09:43.390Z | + configure_os solaris2.11 |
347 | 2023-11-10T18:09:43.396Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2023-11-10T18:09:43.404Z | current directory: /work/oxidecomputer/omicron |
349 | 2023-11-10T18:09:43.416Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2023-11-10T18:09:43.424Z | configuring based on OS: "solaris2.11" |
351 | 2023-11-10T18:09:43.434Z | + CIDL_DASHREV= |
352 | 2023-11-10T18:09:43.448Z | + case "$1" in |
353 | 2023-11-10T18:09:43.453Z | + CIDL_PLATFORM=illumos |
354 | 2023-11-10T18:09:43.458Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-11-10T18:09:43.463Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2023-11-10T18:09:43.468Z | + CIDL_DASHREV=-1 |
357 | 2023-11-10T18:09:43.477Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2023-11-10T18:09:43.484Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-10T18:09:43.489Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-10T18:09:43.497Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-10T18:09:43.506Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-11-10T18:09:43.514Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-10T18:09:43.927Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-11-10T18:09:43.932Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-10T18:09:43.934Z | + mkdir -p out/downloads |
366 | 2023-11-10T18:09:43.937Z | + mkdir -p ./out/clickhouse |
367 | 2023-11-10T18:09:43.940Z | + local DO_DOWNLOAD=true |
368 | 2023-11-10T18:09:43.943Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2023-11-10T18:09:43.945Z | + '[' true == true ']' |
370 | 2023-11-10T18:09:43.948Z | + echo Downloading... |
371 | 2023-11-10T18:09:43.951Z | Downloading... |
372 | 2023-11-10T18:09:43.954Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-11-10T18:09:43.957Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-11-10T18:09:43.960Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-11-10T18:09:43.964Z | ++ md5sum |
376 | 2023-11-10T18:09:43.968Z | ++ awk '{print $1}' |
377 | 2023-11-10T18:09:43.986Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2023-11-10T18:09:43.992Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
379 | 2023-11-10T18:09:43.996Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2023-11-10T18:09:44.000Z | + mkdir -p ./out/clickhouse |
381 | 2023-11-10T18:09:44.008Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2023-11-10T18:09:49.147Z | + ./out/clickhouse/clickhouse server --version |
383 | 2023-11-10T18:09:49.197Z | ClickHouse server version 22.8.9.1. |
384 | 2023-11-10T18:09:49.225Z | + set -o errexit |
385 | 2023-11-10T18:09:49.644Z | +++ dirname ./tools/ci_download_console |
386 | 2023-11-10T18:09:49.654Z | ++ cd ./tools |
387 | 2023-11-10T18:09:49.661Z | ++ pwd |
388 | 2023-11-10T18:09:49.666Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2023-11-10T18:09:49.673Z | ++ basename ./tools/ci_download_console |
390 | 2023-11-10T18:09:49.677Z | + ARG0=ci_download_console |
391 | 2023-11-10T18:09:49.681Z | + TARGET_DIR=out |
392 | 2023-11-10T18:09:49.685Z | + DOWNLOAD_DIR=out/downloads |
393 | 2023-11-10T18:09:49.689Z | + DEST_DIR=./out/console-assets |
394 | 2023-11-10T18:09:49.692Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2023-11-10T18:09:49.697Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
396 | 2023-11-10T18:09:49.705Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-11-10T18:09:49.712Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
398 | 2023-11-10T18:09:49.721Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2023-11-10T18:09:49.727Z | + main |
400 | 2023-11-10T18:09:49.733Z | + [[ 0 != 0 ]] |
401 | 2023-11-10T18:09:49.739Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
402 | 2023-11-10T18:09:49.743Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-11-10T18:09:49.746Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2023-11-10T18:09:49.749Z | Local file: out/downloads/console.tar.gz |
405 | 2023-11-10T18:09:49.754Z | + local DO_DOWNLOAD=true |
406 | 2023-11-10T18:09:49.761Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2023-11-10T18:09:49.766Z | + mkdir -p out/downloads |
408 | 2023-11-10T18:09:49.774Z | + '[' true == true ']' |
409 | 2023-11-10T18:09:49.783Z | + echo Downloading... |
410 | 2023-11-10T18:09:49.790Z | Downloading... |
411 | 2023-11-10T18:09:49.798Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
412 | 2023-11-10T18:09:50.211Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
413 | 2023-11-10T18:09:50.214Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2023-11-10T18:09:50.217Z | ++ case "$OSTYPE" in |
415 | 2023-11-10T18:09:50.219Z | ++ SHA=sha256sum |
416 | 2023-11-10T18:09:50.222Z | ++ sha256sum |
417 | 2023-11-10T18:09:50.224Z | ++ awk '{print $1}' |
418 | 2023-11-10T18:09:50.230Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
419 | 2023-11-10T18:09:50.238Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
420 | 2023-11-10T18:09:50.247Z | + rm -rf ./out/console-assets |
421 | 2023-11-10T18:09:50.257Z | + mkdir -p ./out/console-assets |
422 | 2023-11-10T18:09:50.262Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2023-11-10T18:09:50.266Z | + mkdir -p ./out/console-assets |
424 | 2023-11-10T18:09:50.268Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2023-11-10T18:09:50.271Z | + set -o errexit |
426 | 2023-11-10T18:09:50.274Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-11-10T18:09:50.276Z | ++ cd ./tools |
428 | 2023-11-10T18:09:50.279Z | ++ pwd |
429 | 2023-11-10T18:09:50.282Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-11-10T18:09:50.285Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-11-10T18:09:50.288Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-11-10T18:09:50.291Z | + TARGET_DIR=out |
433 | 2023-11-10T18:09:50.299Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-11-10T18:09:50.308Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2023-11-10T18:09:50.322Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
436 | 2023-11-10T18:09:50.330Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-10T18:09:50.336Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
438 | 2023-11-10T18:09:50.339Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
439 | 2023-11-10T18:09:50.342Z | + main |
440 | 2023-11-10T18:09:50.345Z | + [[ 0 != 0 ]] |
441 | 2023-11-10T18:09:50.349Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
442 | 2023-11-10T18:09:50.353Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
443 | 2023-11-10T18:09:50.356Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
444 | 2023-11-10T18:09:50.359Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
445 | 2023-11-10T18:09:50.362Z | + local DO_DOWNLOAD=true |
446 | 2023-11-10T18:09:50.365Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
447 | 2023-11-10T18:09:50.368Z | + mkdir -p out/downloads |
448 | 2023-11-10T18:09:50.370Z | + '[' true == true ']' |
449 | 2023-11-10T18:09:50.373Z | + echo Downloading... |
450 | 2023-11-10T18:09:50.376Z | Downloading... |
451 | 2023-11-10T18:09:50.379Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
452 | 2023-11-10T18:09:50.382Z | + 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 |
453 | 2023-11-10T18:09:50.407Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
454 | 2023-11-10T18:09:50.410Z | ++ case "$OSTYPE" in |
455 | 2023-11-10T18:09:50.413Z | ++ SHA=sha256sum |
456 | 2023-11-10T18:09:50.416Z | ++ sha256sum |
457 | 2023-11-10T18:09:50.419Z | ++ awk '{print $1}' |
458 | 2023-11-10T18:09:50.422Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
459 | 2023-11-10T18:09:50.451Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
460 | 2023-11-10T18:09:50.454Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2023-11-10T18:09:50.460Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
462 | 2023-11-10T18:09:50.465Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
463 | 2023-11-10T18:09:50.472Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
464 | 2023-11-10T18:09:50.477Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
465 | 2023-11-10T18:09:50.897Z | + main |
466 | 2023-11-10T18:09:50.906Z | + [[ 0 != 0 ]] |
467 | 2023-11-10T18:09:50.916Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
468 | 2023-11-10T18:09:50.925Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
469 | 2023-11-10T18:09:50.936Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
470 | 2023-11-10T18:09:50.956Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
471 | 2023-11-10T18:09:50.961Z | + local DO_DOWNLOAD=true |
472 | 2023-11-10T18:09:50.973Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
473 | 2023-11-10T18:09:50.982Z | + mkdir -p out/downloads |
474 | 2023-11-10T18:09:50.992Z | + '[' true == true ']' |
475 | 2023-11-10T18:09:51.011Z | + echo Downloading... |
476 | 2023-11-10T18:09:51.019Z | Downloading... |
477 | 2023-11-10T18:09:51.028Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
478 | 2023-11-10T18:09:51.036Z | + 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 |
479 | 2023-11-10T18:09:51.045Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
480 | 2023-11-10T18:09:51.053Z | ++ case "$OSTYPE" in |
481 | 2023-11-10T18:09:51.059Z | ++ SHA=sha256sum |
482 | 2023-11-10T18:09:51.063Z | ++ sha256sum |
483 | 2023-11-10T18:09:51.067Z | ++ awk '{print $1}' |
484 | 2023-11-10T18:09:51.072Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
485 | 2023-11-10T18:09:51.078Z | + [[ 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 ]] |
486 | 2023-11-10T18:09:51.083Z | + set -o errexit |
487 | 2023-11-10T18:09:51.094Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2023-11-10T18:09:51.106Z | ++ cd ./tools |
489 | 2023-11-10T18:09:51.110Z | ++ pwd |
490 | 2023-11-10T18:09:51.114Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-11-10T18:09:51.119Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2023-11-10T18:09:51.124Z | + ARG0=ci_download_dendrite_openapi |
493 | 2023-11-10T18:09:51.130Z | + TARGET_DIR=out |
494 | 2023-11-10T18:09:51.136Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-11-10T18:09:51.141Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-11-10T18:09:51.146Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
497 | 2023-11-10T18:09:51.153Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
498 | 2023-11-10T18:09:51.159Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
499 | 2023-11-10T18:09:51.167Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
500 | 2023-11-10T18:09:51.176Z | + main |
501 | 2023-11-10T18:09:51.183Z | + [[ 0 != 0 ]] |
502 | 2023-11-10T18:09:51.189Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
503 | 2023-11-10T18:09:51.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
504 | 2023-11-10T18:09:51.198Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
505 | 2023-11-10T18:09:51.202Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
506 | 2023-11-10T18:09:51.206Z | + local DO_DOWNLOAD=true |
507 | 2023-11-10T18:09:51.213Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
508 | 2023-11-10T18:09:51.217Z | + mkdir -p out/downloads |
509 | 2023-11-10T18:09:51.221Z | + '[' true == true ']' |
510 | 2023-11-10T18:09:51.225Z | + echo Downloading... |
511 | 2023-11-10T18:09:51.229Z | Downloading... |
512 | 2023-11-10T18:09:51.234Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
513 | 2023-11-10T18:09:51.241Z | + 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 |
514 | 2023-11-10T18:09:52.698Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
515 | 2023-11-10T18:09:52.705Z | ++ case "$OSTYPE" in |
516 | 2023-11-10T18:09:52.716Z | ++ SHA=sha256sum |
517 | 2023-11-10T18:09:52.726Z | ++ sha256sum |
518 | 2023-11-10T18:09:52.731Z | ++ awk '{print $1}' |
519 | 2023-11-10T18:09:52.735Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
520 | 2023-11-10T18:09:52.740Z | + [[ 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 ]] |
521 | 2023-11-10T18:09:52.748Z | + set -o errexit |
522 | 2023-11-10T18:09:52.750Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2023-11-10T18:09:52.753Z | ++ cd ./tools |
524 | 2023-11-10T18:09:52.756Z | ++ pwd |
525 | 2023-11-10T18:09:52.759Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2023-11-10T18:09:52.762Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2023-11-10T18:09:52.766Z | + ARG0=ci_download_dendrite_stub |
528 | 2023-11-10T18:09:52.770Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2023-11-10T18:09:52.773Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
530 | 2023-11-10T18:09:52.776Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
531 | 2023-11-10T18:09:52.780Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
532 | 2023-11-10T18:09:52.783Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2023-11-10T18:09:52.787Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
534 | 2023-11-10T18:09:52.791Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
535 | 2023-11-10T18:09:52.794Z | + TARGET_DIR=out |
536 | 2023-11-10T18:09:52.796Z | + DOWNLOAD_DIR=out/downloads |
537 | 2023-11-10T18:09:52.799Z | + DEST_DIR=./out/dendrite-stub |
538 | 2023-11-10T18:09:52.802Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2023-11-10T18:09:52.804Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2023-11-10T18:09:52.807Z | + REPO=oxidecomputer/dendrite |
541 | 2023-11-10T18:09:52.809Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
542 | 2023-11-10T18:09:52.812Z | + main |
543 | 2023-11-10T18:09:52.815Z | + [[ 0 != 0 ]] |
544 | 2023-11-10T18:09:52.818Z | + CIDL_OS=solaris2.11 |
545 | 2023-11-10T18:09:52.821Z | + [[ 0 != 0 ]] |
546 | 2023-11-10T18:09:52.824Z | + configure_os solaris2.11 |
547 | 2023-11-10T18:09:52.832Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2023-11-10T18:09:52.838Z | current directory: /work/oxidecomputer/omicron |
549 | 2023-11-10T18:09:52.845Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-11-10T18:09:52.853Z | configuring based on OS: "solaris2.11" |
551 | 2023-11-10T18:09:52.863Z | + case "$1" in |
552 | 2023-11-10T18:09:52.873Z | + SET_BINARIES= |
553 | 2023-11-10T18:09:52.880Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
554 | 2023-11-10T18:09:52.884Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2023-11-10T18:09:52.889Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2023-11-10T18:09:52.895Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
557 | 2023-11-10T18:09:52.901Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-10T18:09:52.906Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
559 | 2023-11-10T18:09:52.911Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
560 | 2023-11-10T18:09:52.916Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
561 | 2023-11-10T18:09:52.921Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2023-11-10T18:09:52.927Z | + mkdir -p out/downloads |
563 | 2023-11-10T18:09:52.933Z | + mkdir -p ./out/dendrite-stub |
564 | 2023-11-10T18:09:52.938Z | + fetch_and_verify |
565 | 2023-11-10T18:09:52.944Z | + local DO_DOWNLOAD=true |
566 | 2023-11-10T18:09:52.950Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2023-11-10T18:09:52.956Z | + '[' true == true ']' |
568 | 2023-11-10T18:09:52.962Z | + echo Downloading... |
569 | 2023-11-10T18:09:52.970Z | Downloading... |
570 | 2023-11-10T18:09:52.979Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2023-11-10T18:09:52.985Z | + 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 |
572 | 2023-11-10T18:10:00.254Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2023-11-10T18:10:00.258Z | ++ sha256sum |
574 | 2023-11-10T18:10:00.261Z | ++ awk '{print $1}' |
575 | 2023-11-10T18:10:00.350Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
576 | 2023-11-10T18:10:00.353Z | + [[ 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 ]] |
577 | 2023-11-10T18:10:00.356Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2023-11-10T18:10:00.359Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2023-11-10T18:10:02.131Z | + do_assemble |
580 | 2023-11-10T18:10:02.157Z | + rm -r ./out/dendrite-stub |
581 | 2023-11-10T18:10:02.580Z | + mkdir ./out/dendrite-stub |
582 | 2023-11-10T18:10:02.589Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2023-11-10T18:10:02.605Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2023-11-10T18:10:02.610Z | + set -o errexit |
585 | 2023-11-10T18:10:02.617Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2023-11-10T18:10:02.624Z | ++ cd ./tools |
587 | 2023-11-10T18:10:02.633Z | ++ pwd |
588 | 2023-11-10T18:10:03.059Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2023-11-10T18:10:03.068Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2023-11-10T18:10:03.073Z | + ARG0=ci_download_maghemite_mgd |
591 | 2023-11-10T18:10:03.092Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2023-11-10T18:10:03.099Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
593 | 2023-11-10T18:10:03.113Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
594 | 2023-11-10T18:10:03.128Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2023-11-10T18:10:03.552Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
596 | 2023-11-10T18:10:03.565Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
597 | 2023-11-10T18:10:03.575Z | + TARGET_DIR=out |
598 | 2023-11-10T18:10:03.588Z | + DOWNLOAD_DIR=out/downloads |
599 | 2023-11-10T18:10:03.599Z | + DEST_DIR=./out/mgd |
600 | 2023-11-10T18:10:03.608Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2023-11-10T18:10:03.612Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2023-11-10T18:10:03.617Z | + REPO=oxidecomputer/maghemite |
603 | 2023-11-10T18:10:03.623Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
604 | 2023-11-10T18:10:03.627Z | + main |
605 | 2023-11-10T18:10:03.632Z | + [[ 0 != 0 ]] |
606 | 2023-11-10T18:10:03.638Z | + CIDL_OS=solaris2.11 |
607 | 2023-11-10T18:10:03.653Z | + [[ 0 != 0 ]] |
608 | 2023-11-10T18:10:04.071Z | + configure_os solaris2.11 |
609 | 2023-11-10T18:10:04.082Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2023-11-10T18:10:04.093Z | current directory: /work/oxidecomputer/omicron |
611 | 2023-11-10T18:10:04.112Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2023-11-10T18:10:04.125Z | configuring based on OS: "solaris2.11" |
613 | 2023-11-10T18:10:04.138Z | + case "$1" in |
614 | 2023-11-10T18:10:04.150Z | + SET_BINARIES= |
615 | 2023-11-10T18:10:04.160Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-11-10T18:10:04.169Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-11-10T18:10:04.178Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
618 | 2023-11-10T18:10:04.183Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2023-11-10T18:10:04.189Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
620 | 2023-11-10T18:10:04.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
621 | 2023-11-10T18:10:04.197Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-11-10T18:10:04.202Z | Local file: out/downloads/mgd.tar.gz |
623 | 2023-11-10T18:10:04.206Z | + mkdir -p out/downloads |
624 | 2023-11-10T18:10:04.209Z | + mkdir -p ./out/mgd |
625 | 2023-11-10T18:10:04.211Z | + fetch_and_verify |
626 | 2023-11-10T18:10:04.214Z | + local DO_DOWNLOAD=true |
627 | 2023-11-10T18:10:04.217Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2023-11-10T18:10:04.220Z | + '[' true == true ']' |
629 | 2023-11-10T18:10:04.223Z | + echo Downloading... |
630 | 2023-11-10T18:10:04.226Z | Downloading... |
631 | 2023-11-10T18:10:04.229Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2023-11-10T18:10:04.233Z | + 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 |
633 | 2023-11-10T18:10:06.887Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2023-11-10T18:10:06.892Z | ++ sha256sum |
635 | 2023-11-10T18:10:06.897Z | ++ awk '{print $1}' |
636 | 2023-11-10T18:10:06.975Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
637 | 2023-11-10T18:10:06.991Z | + [[ 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 ]] |
638 | 2023-11-10T18:10:07.005Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2023-11-10T18:10:07.019Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2023-11-10T18:10:07.672Z | + do_assemble |
641 | 2023-11-10T18:10:07.681Z | + rm -r ./out/mgd |
642 | 2023-11-10T18:10:07.694Z | + mkdir ./out/mgd |
643 | 2023-11-10T18:10:07.706Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2023-11-10T18:10:07.904Z | + set -o errexit |
645 | 2023-11-10T18:10:07.923Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2023-11-10T18:10:07.936Z | ++ cd ./tools |
647 | 2023-11-10T18:10:07.951Z | ++ pwd |
648 | 2023-11-10T18:10:08.369Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2023-11-10T18:10:08.376Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2023-11-10T18:10:08.388Z | + ARG0=ci_download_transceiver_control |
651 | 2023-11-10T18:10:08.396Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2023-11-10T18:10:08.404Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2023-11-10T18:10:08.411Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-10T18:10:08.420Z | + TARGET_DIR=out |
655 | 2023-11-10T18:10:08.427Z | + DOWNLOAD_DIR=out/downloads |
656 | 2023-11-10T18:10:08.438Z | + DEST_DIR=./out/transceiver-control |
657 | 2023-11-10T18:10:08.446Z | + BIN_DIR=/opt/oxide/bin |
658 | 2023-11-10T18:10:08.454Z | + BINARY=xcvradm |
659 | 2023-11-10T18:10:08.461Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2023-11-10T18:10:08.469Z | + REPO=oxidecomputer/transceiver-control |
661 | 2023-11-10T18:10:08.477Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-11-10T18:10:08.486Z | + main |
663 | 2023-11-10T18:10:08.493Z | + [[ 0 != 0 ]] |
664 | 2023-11-10T18:10:08.503Z | + CIDL_OS=solaris2.11 |
665 | 2023-11-10T18:10:08.512Z | + [[ 0 != 0 ]] |
666 | 2023-11-10T18:10:08.519Z | + configure_os solaris2.11 |
667 | 2023-11-10T18:10:08.527Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2023-11-10T18:10:08.535Z | current directory: /work/oxidecomputer/omicron |
669 | 2023-11-10T18:10:08.541Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-11-10T18:10:08.545Z | configuring based on OS: "solaris2.11" |
671 | 2023-11-10T18:10:08.548Z | + case "$1" in |
672 | 2023-11-10T18:10:08.550Z | + SET_BINARIES= |
673 | 2023-11-10T18:10:08.553Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-10T18:10:08.556Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2023-11-10T18:10:08.559Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2023-11-10T18:10:08.562Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-11-10T18:10:08.565Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2023-11-10T18:10:08.568Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2023-11-10T18:10:08.571Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-11-10T18:10:08.574Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2023-11-10T18:10:08.577Z | Local file: out/downloads/xcvradm.gz |
682 | 2023-11-10T18:10:08.579Z | + mkdir -p out/downloads |
683 | 2023-11-10T18:10:08.583Z | + mkdir -p ./out/transceiver-control |
684 | 2023-11-10T18:10:08.594Z | + fetch_and_verify |
685 | 2023-11-10T18:10:09.027Z | + local DO_DOWNLOAD=true |
686 | 2023-11-10T18:10:09.041Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2023-11-10T18:10:09.470Z | + '[' true == true ']' |
688 | 2023-11-10T18:10:09.483Z | + echo Downloading... |
689 | 2023-11-10T18:10:09.496Z | Downloading... |
690 | 2023-11-10T18:10:09.514Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2023-11-10T18:10:09.529Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
692 | 2023-11-10T18:10:09.871Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2023-11-10T18:10:09.875Z | ++ sha256sum |
694 | 2023-11-10T18:10:09.883Z | ++ awk '{print $1}' |
695 | 2023-11-10T18:10:09.897Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2023-11-10T18:10:09.902Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
697 | 2023-11-10T18:10:09.907Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2023-11-10T18:10:09.914Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2023-11-10T18:10:09.918Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2023-11-10T18:10:10.090Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2023-11-10T18:10:10.107Z | + do_assemble |
702 | 2023-11-10T18:10:10.116Z | + rm -r ./out/transceiver-control |
703 | 2023-11-10T18:10:10.121Z | + mkdir ./out/transceiver-control |
704 | 2023-11-10T18:10:10.128Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2023-11-10T18:10:10.329Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2023-11-10T18:10:10.336Z | |
707 | 2023-11-10T18:10:10.340Z | real 1:55.894864920 |
708 | 2023-11-10T18:10:10.344Z | user 52.609773711 |
709 | 2023-11-10T18:10:10.349Z | sys 10.690788979 |
710 | 2023-11-10T18:10:10.353Z | trap 0.022594870 |
711 | 2023-11-10T18:10:10.363Z | tflt 0.155069505 |
712 | 2023-11-10T18:10:10.778Z | dflt 0.616624532 |
713 | 2023-11-10T18:10:10.781Z | kflt 0.128704359 |
714 | 2023-11-10T18:10:10.784Z | lock 1.878818975 |
715 | 2023-11-10T18:10:10.787Z | slp 3:33.162421262 |
716 | 2023-11-10T18:10:10.789Z | lat 4.171234571 |
717 | 2023-11-10T18:10:10.795Z | stop 0.065322060 |
718 | 2023-11-10T18:10:10.798Z | |
719 | 2023-11-10T18:10:10.801Z | #### # # ##### ##### # # |
720 | 2023-11-10T18:10:10.803Z | # # # # # # # # # # |
721 | 2023-11-10T18:10:10.807Z | # # # # # # # # |
722 | 2023-11-10T18:10:10.810Z | # # # ##### ##### # |
723 | 2023-11-10T18:10:10.813Z | # # # # # # # |
724 | 2023-11-10T18:10:10.816Z | #### ###### # # # # |
725 | 2023-11-10T18:10:10.820Z | |
726 | 2023-11-10T18:10:10.823Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2023-11-10T18:10:11.108Z | Updating crates.io index |
728 | 2023-11-10T18:10:11.152Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2023-11-10T18:10:11.948Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2023-11-10T18:10:14.098Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2023-11-10T18:10:14.705Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2023-11-10T18:10:15.026Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2023-11-10T18:10:15.380Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2023-11-10T18:10:15.677Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2023-11-10T18:10:16.583Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2023-11-10T18:10:18.453Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2023-11-10T18:10:19.474Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2023-11-10T18:10:19.859Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2023-11-10T18:10:20.165Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2023-11-10T18:10:20.807Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2023-11-10T18:10:21.124Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2023-11-10T18:10:21.649Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2023-11-10T18:10:21.936Z | Updating git repository `https://github.com/njaremko/samael` |
744 | 2023-11-10T18:10:22.477Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2023-11-10T18:10:23.449Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2023-11-10T18:10:23.886Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2023-11-10T18:10:24.231Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2023-11-10T18:10:25.517Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2023-11-10T18:10:25.908Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
750 | 2023-11-10T18:10:34.157Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
751 | 2023-11-10T18:10:34.697Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2023-11-10T18:10:35.663Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2023-11-10T18:10:36.075Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2023-11-10T18:10:36.419Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2023-11-10T18:10:37.776Z | Downloading crates ... |
756 | 2023-11-10T18:10:37.987Z | Downloaded anstyle-parse v0.2.1 |
757 | 2023-11-10T18:10:37.994Z | Downloaded colorchoice v1.0.0 |
758 | 2023-11-10T18:10:38.404Z | Downloaded anstyle-query v1.0.0 |
759 | 2023-11-10T18:10:38.408Z | Downloaded io-lifetimes v1.0.11 |
760 | 2023-11-10T18:10:38.411Z | Downloaded proc-macro2 v1.0.67 |
761 | 2023-11-10T18:10:38.416Z | Downloaded cargo-platform v0.1.3 |
762 | 2023-11-10T18:10:38.425Z | Downloaded clap_derive v4.4.2 |
763 | 2023-11-10T18:10:38.458Z | Downloaded strsim v0.10.0 |
764 | 2023-11-10T18:10:38.470Z | Downloaded equivalent v1.0.1 |
765 | 2023-11-10T18:10:38.475Z | Downloaded errno v0.3.2 |
766 | 2023-11-10T18:10:38.479Z | Downloaded terminal_size v0.2.6 |
767 | 2023-11-10T18:10:38.483Z | Downloaded itoa v1.0.9 |
768 | 2023-11-10T18:10:38.486Z | Downloaded toml_datetime v0.6.5 |
769 | 2023-11-10T18:10:38.490Z | Downloaded utf8parse v0.2.1 |
770 | 2023-11-10T18:10:38.493Z | Downloaded heck v0.4.1 |
771 | 2023-11-10T18:10:38.496Z | Downloaded serde_spanned v0.6.4 |
772 | 2023-11-10T18:10:38.501Z | Downloaded clap_lex v0.5.1 |
773 | 2023-11-10T18:10:38.505Z | Downloaded clap v4.4.3 |
774 | 2023-11-10T18:10:38.511Z | Downloaded bitflags v1.3.2 |
775 | 2023-11-10T18:10:38.521Z | Downloaded semver v1.0.20 |
776 | 2023-11-10T18:10:38.524Z | Downloaded cargo_toml v0.17.0 |
777 | 2023-11-10T18:10:38.527Z | Downloaded camino v1.1.6 |
778 | 2023-11-10T18:10:38.531Z | Downloaded thiserror-impl v1.0.49 |
779 | 2023-11-10T18:10:38.534Z | Downloaded anyhow v1.0.75 |
780 | 2023-11-10T18:10:38.537Z | Downloaded unicode-ident v1.0.12 |
781 | 2023-11-10T18:10:38.541Z | Downloaded ryu v1.0.15 |
782 | 2023-11-10T18:10:38.544Z | Downloaded cargo_metadata v0.18.0 |
783 | 2023-11-10T18:10:38.548Z | Downloaded anstyle v1.0.2 |
784 | 2023-11-10T18:10:38.552Z | Downloaded serde v1.0.188 |
785 | 2023-11-10T18:10:38.555Z | Downloaded quote v1.0.33 |
786 | 2023-11-10T18:10:38.558Z | Downloaded serde_derive v1.0.188 |
787 | 2023-11-10T18:10:38.563Z | Downloaded toml v0.8.8 |
788 | 2023-11-10T18:10:38.568Z | Downloaded thiserror v1.0.49 |
789 | 2023-11-10T18:10:38.575Z | Downloaded indexmap v2.1.0 |
790 | 2023-11-10T18:10:38.578Z | Downloaded toml_edit v0.21.0 |
791 | 2023-11-10T18:10:38.581Z | Downloaded serde_json v1.0.108 |
792 | 2023-11-10T18:10:38.584Z | Downloaded clap_builder v4.4.2 |
793 | 2023-11-10T18:10:38.587Z | Downloaded syn v2.0.32 |
794 | 2023-11-10T18:10:38.590Z | Downloaded rustix v0.37.23 |
795 | 2023-11-10T18:10:38.594Z | Downloaded winnow v0.5.15 |
796 | 2023-11-10T18:10:38.597Z | Downloaded libc v0.2.150 |
797 | 2023-11-10T18:10:38.600Z | Downloaded hashbrown v0.14.2 |
798 | 2023-11-10T18:10:38.604Z | Downloaded memchr v2.6.3 |
799 | 2023-11-10T18:10:38.608Z | Downloaded anstream v0.5.0 |
800 | 2023-11-10T18:10:38.611Z | Compiling proc-macro2 v1.0.67 |
801 | 2023-11-10T18:10:38.614Z | Compiling unicode-ident v1.0.12 |
802 | 2023-11-10T18:10:38.617Z | Compiling serde v1.0.188 |
803 | 2023-11-10T18:10:38.620Z | Compiling libc v0.2.150 |
804 | 2023-11-10T18:10:38.623Z | Compiling io-lifetimes v1.0.11 |
805 | 2023-11-10T18:10:38.626Z | Compiling rustix v0.37.23 |
806 | 2023-11-10T18:10:38.629Z | Compiling utf8parse v0.2.1 |
807 | 2023-11-10T18:10:38.632Z | Compiling bitflags v1.3.2 |
808 | 2023-11-10T18:10:38.702Z | Compiling equivalent v1.0.1 |
809 | 2023-11-10T18:10:38.783Z | Compiling hashbrown v0.14.2 |
810 | 2023-11-10T18:10:38.791Z | Compiling anstyle-parse v0.2.1 |
811 | 2023-11-10T18:10:38.853Z | Compiling serde_json v1.0.108 |
812 | 2023-11-10T18:10:39.230Z | Compiling anstyle-query v1.0.0 |
813 | 2023-11-10T18:10:39.362Z | Compiling camino v1.1.6 |
814 | 2023-11-10T18:10:40.245Z | Compiling indexmap v2.1.0 |
815 | 2023-11-10T18:10:40.546Z | Compiling thiserror v1.0.49 |
816 | 2023-11-10T18:10:40.566Z | Compiling winnow v0.5.15 |
817 | 2023-11-10T18:10:40.684Z | Compiling semver v1.0.20 |
818 | 2023-11-10T18:10:40.734Z | Compiling colorchoice v1.0.0 |
819 | 2023-11-10T18:10:40.909Z | Compiling anstyle v1.0.2 |
820 | 2023-11-10T18:10:41.071Z | Compiling strsim v0.10.0 |
821 | 2023-11-10T18:10:41.362Z | Compiling heck v0.4.1 |
822 | 2023-11-10T18:10:41.416Z | Compiling anstream v0.5.0 |
823 | 2023-11-10T18:10:41.603Z | Compiling ryu v1.0.15 |
824 | 2023-11-10T18:10:42.065Z | Compiling quote v1.0.33 |
825 | 2023-11-10T18:10:42.136Z | Compiling clap_lex v0.5.1 |
826 | 2023-11-10T18:10:42.695Z | Compiling anyhow v1.0.75 |
827 | 2023-11-10T18:10:42.702Z | Compiling itoa v1.0.9 |
828 | 2023-11-10T18:10:42.713Z | Compiling syn v2.0.32 |
829 | 2023-11-10T18:10:42.847Z | Compiling errno v0.3.2 |
830 | 2023-11-10T18:10:44.398Z | Compiling terminal_size v0.2.6 |
831 | 2023-11-10T18:10:44.525Z | Compiling clap_builder v4.4.2 |
832 | 2023-11-10T18:10:49.898Z | Compiling serde_derive v1.0.188 |
833 | 2023-11-10T18:10:49.904Z | Compiling thiserror-impl v1.0.49 |
834 | 2023-11-10T18:10:49.912Z | Compiling clap_derive v4.4.2 |
835 | 2023-11-10T18:10:53.988Z | Compiling clap v4.4.3 |
836 | 2023-11-10T18:11:01.960Z | Compiling toml_datetime v0.6.5 |
837 | 2023-11-10T18:11:01.976Z | Compiling serde_spanned v0.6.4 |
838 | 2023-11-10T18:11:01.992Z | Compiling cargo-platform v0.1.3 |
839 | 2023-11-10T18:11:02.337Z | Compiling toml_edit v0.21.0 |
840 | 2023-11-10T18:11:04.127Z | Compiling cargo_metadata v0.18.0 |
841 | 2023-11-10T18:11:05.589Z | Compiling toml v0.8.8 |
842 | 2023-11-10T18:11:06.581Z | Compiling cargo_toml v0.17.0 |
843 | 2023-11-10T18:11:11.862Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
844 | 2023-11-10T18:11:13.263Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
845 | 2023-11-10T18:11:13.485Z | Running `target/debug/xtask clippy` |
846 | 2023-11-10T18:11:13.545Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
847 | 2023-11-10T18:11:14.454Z | Downloading crates ... |
848 | 2023-11-10T18:11:14.685Z | Downloaded async-trait v0.1.74 |
849 | 2023-11-10T18:11:14.707Z | Downloaded base64ct v1.6.0 |
850 | 2023-11-10T18:11:14.717Z | Downloaded ident_case v1.0.1 |
851 | 2023-11-10T18:11:14.725Z | Downloaded async-recursion v1.0.5 |
852 | 2023-11-10T18:11:14.731Z | Downloaded ascii v1.1.0 |
853 | 2023-11-10T18:11:14.740Z | Downloaded hyper-tls v0.5.0 |
854 | 2023-11-10T18:11:14.748Z | Downloaded colored v2.0.4 |
855 | 2023-11-10T18:11:14.753Z | Downloaded bitstruct v0.1.1 |
856 | 2023-11-10T18:11:14.759Z | Downloaded lru-cache v0.1.2 |
857 | 2023-11-10T18:11:14.769Z | Downloaded cfg-if v1.0.0 |
858 | 2023-11-10T18:11:14.778Z | Downloaded miniz_oxide v0.7.1 |
859 | 2023-11-10T18:11:14.789Z | Downloaded newline-converter v0.3.0 |
860 | 2023-11-10T18:11:15.222Z | Downloaded number_prefix v0.4.0 |
861 | 2023-11-10T18:11:15.225Z | Downloaded http-range v0.1.5 |
862 | 2023-11-10T18:11:15.229Z | Downloaded is-terminal v0.4.9 |
863 | 2023-11-10T18:11:15.231Z | Downloaded num_enum v0.5.11 |
864 | 2023-11-10T18:11:15.235Z | Downloaded async-stream v0.3.5 |
865 | 2023-11-10T18:11:15.238Z | Downloaded match_cfg v0.1.0 |
866 | 2023-11-10T18:11:15.241Z | Downloaded assert_matches v1.5.0 |
867 | 2023-11-10T18:11:15.243Z | Downloaded num_enum_derive v0.7.0 |
868 | 2023-11-10T18:11:15.246Z | Downloaded atomic-waker v1.1.1 |
869 | 2023-11-10T18:11:15.250Z | Downloaded nu-ansi-term v0.49.0 |
870 | 2023-11-10T18:11:15.252Z | Downloaded crc-catalog v2.2.0 |
871 | 2023-11-10T18:11:15.255Z | Downloaded serial_test v0.10.0 |
872 | 2023-11-10T18:11:15.258Z | Downloaded mime v0.3.17 |
873 | 2023-11-10T18:11:15.260Z | Downloaded strum v0.25.0 |
874 | 2023-11-10T18:11:15.263Z | Downloaded foreign-types-shared v0.3.1 |
875 | 2023-11-10T18:11:15.266Z | Downloaded cstr-argument v0.1.2 |
876 | 2023-11-10T18:11:15.268Z | Downloaded argon2 v0.5.2 |
877 | 2023-11-10T18:11:15.271Z | Downloaded memoffset v0.7.1 |
878 | 2023-11-10T18:11:15.274Z | Downloaded linked-hash-map v0.5.6 |
879 | 2023-11-10T18:11:15.277Z | Downloaded mockall v0.11.4 |
880 | 2023-11-10T18:11:15.279Z | Downloaded rustls-pemfile v1.0.3 |
881 | 2023-11-10T18:11:15.282Z | Downloaded rtoolbox v0.0.1 |
882 | 2023-11-10T18:11:15.285Z | Downloaded constant_time_eq v0.2.6 |
883 | 2023-11-10T18:11:15.289Z | Downloaded strsim v0.8.0 |
884 | 2023-11-10T18:11:15.292Z | Downloaded aes-gcm-siv v0.11.1 |
885 | 2023-11-10T18:11:15.294Z | Downloaded keccak v0.1.4 |
886 | 2023-11-10T18:11:15.297Z | Downloaded signature v1.6.4 |
887 | 2023-11-10T18:11:15.300Z | Downloaded crypto-common v0.1.6 |
888 | 2023-11-10T18:11:15.304Z | Downloaded openssl-macros v0.1.1 |
889 | 2023-11-10T18:11:15.312Z | Downloaded plotters-svg v0.3.5 |
890 | 2023-11-10T18:11:15.336Z | Downloaded form_urlencoded v1.2.0 |
891 | 2023-11-10T18:11:15.354Z | Downloaded zone v0.3.0 |
892 | 2023-11-10T18:11:15.366Z | Downloaded zeroize_derive v1.4.2 |
893 | 2023-11-10T18:11:15.374Z | Downloaded cookie v0.16.2 |
894 | 2023-11-10T18:11:15.380Z | Downloaded stable_deref_trait v1.2.0 |
895 | 2023-11-10T18:11:15.387Z | Downloaded static_assertions v1.1.0 |
896 | 2023-11-10T18:11:15.401Z | Downloaded tiny-keccak v2.0.2 |
897 | 2023-11-10T18:11:15.405Z | Downloaded time-core v0.1.1 |
898 | 2023-11-10T18:11:15.408Z | Downloaded indicatif v0.17.7 |
899 | 2023-11-10T18:11:15.411Z | Downloaded libtest-mimic v0.6.1 |
900 | 2023-11-10T18:11:15.414Z | Downloaded crossbeam-utils v0.8.16 |
901 | 2023-11-10T18:11:15.416Z | Downloaded waitgroup v0.1.2 |
902 | 2023-11-10T18:11:15.419Z | Downloaded plotters-backend v0.3.5 |
903 | 2023-11-10T18:11:15.422Z | Downloaded generic-array v0.14.7 |
904 | 2023-11-10T18:11:15.427Z | Downloaded group v0.13.0 |
905 | 2023-11-10T18:11:15.439Z | Downloaded oorandom v11.1.3 |
906 | 2023-11-10T18:11:15.456Z | Downloaded log v0.4.20 |
907 | 2023-11-10T18:11:15.462Z | Downloaded doc-comment v0.3.3 |
908 | 2023-11-10T18:11:15.467Z | Downloaded dtrace-parser v0.1.14 |
909 | 2023-11-10T18:11:15.471Z | Downloaded try-lock v0.2.4 |
910 | 2023-11-10T18:11:15.475Z | Downloaded signal-hook-registry v1.4.1 |
911 | 2023-11-10T18:11:15.479Z | Downloaded tempdir v0.3.7 |
912 | 2023-11-10T18:11:15.491Z | Downloaded phf_shared v0.10.0 |
913 | 2023-11-10T18:11:15.494Z | Downloaded anes v0.1.6 |
914 | 2023-11-10T18:11:15.497Z | Downloaded mio v0.8.8 |
915 | 2023-11-10T18:11:15.500Z | Downloaded termios v0.3.3 |
916 | 2023-11-10T18:11:15.503Z | Downloaded tokio-tungstenite v0.20.1 |
917 | 2023-11-10T18:11:15.507Z | Downloaded slog-bunyan v2.4.0 |
918 | 2023-11-10T18:11:15.514Z | Downloaded schemars v0.8.13 |
919 | 2023-11-10T18:11:15.522Z | Downloaded tower-service v0.3.2 |
920 | 2023-11-10T18:11:15.529Z | Downloaded dashmap v5.5.1 |
921 | 2023-11-10T18:11:15.548Z | Downloaded platforms v3.0.2 |
922 | 2023-11-10T18:11:15.551Z | Downloaded peeking_take_while v0.1.2 |
923 | 2023-11-10T18:11:15.554Z | Downloaded rand_core v0.6.4 |
924 | 2023-11-10T18:11:15.557Z | Downloaded unicase v2.7.0 |
925 | 2023-11-10T18:11:15.560Z | Downloaded shlex v1.1.0 |
926 | 2023-11-10T18:11:15.562Z | Downloaded pest_generator v2.7.2 |
927 | 2023-11-10T18:11:15.565Z | Downloaded sha1 v0.10.5 |
928 | 2023-11-10T18:11:15.568Z | Downloaded proc-macro-error-attr v1.0.4 |
929 | 2023-11-10T18:11:15.571Z | Downloaded serde_urlencoded v0.7.1 |
930 | 2023-11-10T18:11:15.580Z | Downloaded precomputed-hash v0.1.1 |
931 | 2023-11-10T18:11:15.592Z | Downloaded fragile v2.0.0 |
932 | 2023-11-10T18:11:15.601Z | Downloaded scopeguard v1.2.0 |
933 | 2023-11-10T18:11:15.607Z | Downloaded serde_tokenstream v0.2.0 |
934 | 2023-11-10T18:11:15.616Z | Downloaded toml v0.7.8 |
935 | 2023-11-10T18:11:15.624Z | Downloaded path-absolutize v3.1.0 |
936 | 2023-11-10T18:11:15.635Z | Downloaded postcard v0.7.3 |
937 | 2023-11-10T18:11:15.644Z | Downloaded endian-type v0.1.2 |
938 | 2023-11-10T18:11:15.650Z | Downloaded postcard-cobs v0.1.5-pre |
939 | 2023-11-10T18:11:15.656Z | Downloaded untrusted v0.7.1 |
940 | 2023-11-10T18:11:15.667Z | Downloaded phf v0.11.2 |
941 | 2023-11-10T18:11:15.677Z | Downloaded pin-utils v0.1.0 |
942 | 2023-11-10T18:11:15.682Z | Downloaded yansi v0.5.1 |
943 | 2023-11-10T18:11:15.689Z | Downloaded vsss-rs v3.3.1 |
944 | 2023-11-10T18:11:15.695Z | Downloaded serde-big-array v0.4.1 |
945 | 2023-11-10T18:11:15.703Z | Downloaded fxhash v0.2.1 |
946 | 2023-11-10T18:11:15.716Z | Downloaded twox-hash v1.6.3 |
947 | 2023-11-10T18:11:15.729Z | Downloaded predicates-core v1.0.6 |
948 | 2023-11-10T18:11:15.736Z | Downloaded predicates v3.0.4 |
949 | 2023-11-10T18:11:15.742Z | Downloaded headers-core v0.2.0 |
950 | 2023-11-10T18:11:15.746Z | Downloaded toolchain_find v0.2.0 |
951 | 2023-11-10T18:11:15.750Z | Downloaded siphasher v0.3.11 |
952 | 2023-11-10T18:11:15.756Z | Downloaded similar-asserts v1.5.0 |
953 | 2023-11-10T18:11:15.763Z | Downloaded parse-display-derive v0.8.2 |
954 | 2023-11-10T18:11:15.767Z | Downloaded slog-stdlog v4.1.1 |
955 | 2023-11-10T18:11:15.773Z | Downloaded path-slash v0.1.5 |
956 | 2023-11-10T18:11:15.777Z | Downloaded toml v0.5.11 |
957 | 2023-11-10T18:11:15.782Z | Downloaded futures-io v0.3.29 |
958 | 2023-11-10T18:11:15.787Z | Downloaded futures-sink v0.3.29 |
959 | 2023-11-10T18:11:15.796Z | Downloaded flagset v0.4.3 |
960 | 2023-11-10T18:11:15.802Z | Downloaded foreign-types v0.5.0 |
961 | 2023-11-10T18:11:15.807Z | Downloaded foreign-types v0.3.2 |
962 | 2023-11-10T18:11:15.815Z | Downloaded foreign-types-macros v0.2.3 |
963 | 2023-11-10T18:11:15.819Z | Downloaded topological-sort v0.2.2 |
964 | 2023-11-10T18:11:15.824Z | Downloaded postgres-protocol v0.6.6 |
965 | 2023-11-10T18:11:15.833Z | Downloaded pkg-config v0.3.27 |
966 | 2023-11-10T18:11:15.839Z | Downloaded predicates-tree v1.0.9 |
967 | 2023-11-10T18:11:15.843Z | Downloaded predicates v2.1.5 |
968 | 2023-11-10T18:11:15.850Z | Downloaded rustc-demangle v0.1.23 |
969 | 2023-11-10T18:11:15.854Z | Downloaded unicode-bidi v0.3.13 |
970 | 2023-11-10T18:11:15.859Z | Downloaded phf_shared v0.11.2 |
971 | 2023-11-10T18:11:15.863Z | Downloaded enum-as-inner v0.5.1 |
972 | 2023-11-10T18:11:15.867Z | Downloaded textwrap v0.11.0 |
973 | 2023-11-10T18:11:15.928Z | Downloaded take_mut v0.2.2 |
974 | 2023-11-10T18:11:15.933Z | Downloaded oso-derive v0.27.0 |
975 | 2023-11-10T18:11:15.942Z | Downloaded thiserror-impl-no-std v2.0.2 |
976 | 2023-11-10T18:11:16.352Z | Downloaded hyper-staticfile v0.9.5 |
977 | 2023-11-10T18:11:16.355Z | Downloaded rustversion v1.0.14 |
978 | 2023-11-10T18:11:16.357Z | Downloaded rand_chacha v0.3.1 |
979 | 2023-11-10T18:11:16.360Z | Downloaded trust-dns-client v0.22.0 |
980 | 2023-11-10T18:11:16.363Z | Downloaded diesel_table_macro_syntax v0.1.0 |
981 | 2023-11-10T18:11:16.365Z | Downloaded serde_path_to_error v0.1.14 |
982 | 2023-11-10T18:11:16.368Z | Downloaded env_logger v0.10.0 |
983 | 2023-11-10T18:11:16.371Z | Downloaded ref-cast-impl v1.0.20 |
984 | 2023-11-10T18:11:16.373Z | Downloaded termtree v0.4.1 |
985 | 2023-11-10T18:11:16.376Z | Downloaded steno v0.4.0 |
986 | 2023-11-10T18:11:16.379Z | Downloaded smallvec v0.6.14 |
987 | 2023-11-10T18:11:16.381Z | Downloaded usdt-macro v0.3.5 |
988 | 2023-11-10T18:11:16.384Z | Downloaded thread_local v1.1.7 |
989 | 2023-11-10T18:11:16.387Z | Downloaded similar v2.2.1 |
990 | 2023-11-10T18:11:16.390Z | Downloaded downcast v0.11.0 |
991 | 2023-11-10T18:11:16.392Z | Downloaded zone_cfg_derive v0.3.0 |
992 | 2023-11-10T18:11:16.395Z | Downloaded which v4.4.0 |
993 | 2023-11-10T18:11:16.398Z | Downloaded r2d2 v0.8.10 |
994 | 2023-11-10T18:11:16.401Z | Downloaded futures-executor v0.3.29 |
995 | 2023-11-10T18:11:16.404Z | Downloaded pkcs1 v0.7.5 |
996 | 2023-11-10T18:11:16.406Z | Downloaded criterion v0.5.1 |
997 | 2023-11-10T18:11:16.409Z | Downloaded foreign-types-shared v0.1.1 |
998 | 2023-11-10T18:11:16.412Z | Downloaded fallible-streaming-iterator v0.1.9 |
999 | 2023-11-10T18:11:16.414Z | Downloaded quick-error v1.2.3 |
1000 | 2023-11-10T18:11:16.418Z | Downloaded glob v0.3.1 |
1001 | 2023-11-10T18:11:16.420Z | Downloaded curve25519-dalek-derive v0.1.0 |
1002 | 2023-11-10T18:11:16.423Z | Downloaded parse-display v0.7.0 |
1003 | 2023-11-10T18:11:16.426Z | Downloaded parse-display v0.8.2 |
1004 | 2023-11-10T18:11:16.429Z | Downloaded rstest v0.18.2 |
1005 | 2023-11-10T18:11:16.431Z | Downloaded fnv v1.0.7 |
1006 | 2023-11-10T18:11:16.434Z | Downloaded slog-term v2.9.0 |
1007 | 2023-11-10T18:11:16.437Z | Downloaded float-cmp v0.9.0 |
1008 | 2023-11-10T18:11:16.439Z | Downloaded slog-envlogger v2.2.0 |
1009 | 2023-11-10T18:11:16.442Z | Downloaded ctr v0.9.2 |
1010 | 2023-11-10T18:11:16.445Z | Downloaded parse-display-derive v0.7.0 |
1011 | 2023-11-10T18:11:16.447Z | Downloaded dof v0.1.5 |
1012 | 2023-11-10T18:11:16.450Z | Downloaded swrite v0.1.0 |
1013 | 2023-11-10T18:11:16.453Z | Downloaded usdt-attr-macro v0.3.5 |
1014 | 2023-11-10T18:11:16.455Z | Downloaded darling_macro v0.20.3 |
1015 | 2023-11-10T18:11:16.458Z | Downloaded darling_macro v0.14.4 |
1016 | 2023-11-10T18:11:16.461Z | Downloaded fallible-iterator v0.2.0 |
1017 | 2023-11-10T18:11:16.463Z | Downloaded schemars_derive v0.8.13 |
1018 | 2023-11-10T18:11:16.469Z | Downloaded shell-words v1.1.0 |
1019 | 2023-11-10T18:11:16.472Z | Downloaded paste v1.0.14 |
1020 | 2023-11-10T18:11:16.474Z | Downloaded pretty-hex v0.3.0 |
1021 | 2023-11-10T18:11:16.477Z | Downloaded path-dedot v3.1.0 |
1022 | 2023-11-10T18:11:16.479Z | Downloaded tinyvec_macros v0.1.1 |
1023 | 2023-11-10T18:11:16.482Z | Downloaded ref-cast v1.0.20 |
1024 | 2023-11-10T18:11:16.485Z | Downloaded same-file v1.0.6 |
1025 | 2023-11-10T18:11:16.487Z | Downloaded fs-err v2.9.0 |
1026 | 2023-11-10T18:11:16.490Z | Downloaded serde-big-array v0.5.1 |
1027 | 2023-11-10T18:11:16.493Z | Downloaded futures-channel v0.3.29 |
1028 | 2023-11-10T18:11:16.495Z | Downloaded derive_builder_macro v0.12.0 |
1029 | 2023-11-10T18:11:16.498Z | Downloaded derive_more v0.99.17 |
1030 | 2023-11-10T18:11:16.503Z | Downloaded rand_xorshift v0.3.0 |
1031 | 2023-11-10T18:11:16.507Z | Downloaded radium v0.7.0 |
1032 | 2023-11-10T18:11:16.509Z | Downloaded utf-8 v0.7.6 |
1033 | 2023-11-10T18:11:16.512Z | Downloaded partial-io v0.5.4 |
1034 | 2023-11-10T18:11:16.515Z | Downloaded zerocopy v0.3.0 |
1035 | 2023-11-10T18:11:16.520Z | Downloaded regex-automata v0.1.10 |
1036 | 2023-11-10T18:11:16.528Z | Downloaded pretty-hex v0.2.1 |
1037 | 2023-11-10T18:11:16.535Z | Downloaded time-macros v0.2.13 |
1038 | 2023-11-10T18:11:16.544Z | Downloaded hash32 v0.2.1 |
1039 | 2023-11-10T18:11:16.555Z | Downloaded rsa v0.9.2 |
1040 | 2023-11-10T18:11:16.562Z | Downloaded threadpool v1.8.1 |
1041 | 2023-11-10T18:11:16.567Z | Downloaded unicode-width v0.1.11 |
1042 | 2023-11-10T18:11:16.580Z | Downloaded futures-timer v3.0.2 |
1043 | 2023-11-10T18:11:16.588Z | Downloaded diesel_derives v2.1.1 |
1044 | 2023-11-10T18:11:16.594Z | Downloaded derive_builder v0.12.0 |
1045 | 2023-11-10T18:11:16.603Z | Downloaded unicode-xid v0.2.4 |
1046 | 2023-11-10T18:11:16.607Z | Downloaded dyn-clone v1.0.13 |
1047 | 2023-11-10T18:11:16.612Z | Downloaded owo-colors v3.5.0 |
1048 | 2023-11-10T18:11:16.619Z | Downloaded difflib v0.4.0 |
1049 | 2023-11-10T18:11:16.626Z | Downloaded unsafe-libyaml v0.2.9 |
1050 | 2023-11-10T18:11:17.034Z | Downloaded digest v0.10.7 |
1051 | 2023-11-10T18:11:17.040Z | Downloaded flume v0.11.0 |
1052 | 2023-11-10T18:11:17.045Z | Downloaded rust-argon2 v1.0.1 |
1053 | 2023-11-10T18:11:17.051Z | Downloaded trybuild v1.0.85 |
1054 | 2023-11-10T18:11:17.057Z | Downloaded tar v0.4.40 |
1055 | 2023-11-10T18:11:17.063Z | Downloaded x509-cert v0.2.4 |
1056 | 2023-11-10T18:11:17.483Z | Downloaded tungstenite v0.18.0 |
1057 | 2023-11-10T18:11:17.488Z | Downloaded flate2 v1.0.28 |
1058 | 2023-11-10T18:11:17.492Z | Downloaded pest_meta v2.7.2 |
1059 | 2023-11-10T18:11:17.501Z | Downloaded cc v1.0.83 |
1060 | 2023-11-10T18:11:17.504Z | Downloaded clap v2.34.0 |
1061 | 2023-11-10T18:11:17.507Z | Downloaded tokio-postgres v0.7.10 |
1062 | 2023-11-10T18:11:17.510Z | Downloaded trust-dns-resolver v0.22.0 |
1063 | 2023-11-10T18:11:17.514Z | Downloaded unicode-segmentation v1.10.1 |
1064 | 2023-11-10T18:11:17.520Z | Downloaded reedline v0.23.0 |
1065 | 2023-11-10T18:11:17.530Z | Downloaded hashbrown v0.13.2 |
1066 | 2023-11-10T18:11:17.541Z | Downloaded lalrpop v0.19.12 |
1067 | 2023-11-10T18:11:17.548Z | Downloaded portable-atomic v1.4.3 |
1068 | 2023-11-10T18:11:17.553Z | Downloaded plotters v0.3.5 |
1069 | 2023-11-10T18:11:17.558Z | Downloaded proptest v1.3.1 |
1070 | 2023-11-10T18:11:17.566Z | Downloaded vcpkg v0.2.15 |
1071 | 2023-11-10T18:11:17.570Z | Downloaded quick-xml v0.23.1 |
1072 | 2023-11-10T18:11:17.576Z | Downloaded object v0.30.4 |
1073 | 2023-11-10T18:11:17.578Z | Downloaded git2 v0.17.2 |
1074 | 2023-11-10T18:11:17.581Z | Downloaded petgraph v0.6.4 |
1075 | 2023-11-10T18:11:17.584Z | Downloaded regex v1.10.2 |
1076 | 2023-11-10T18:11:17.587Z | Downloaded tabled v0.14.0 |
1077 | 2023-11-10T18:11:17.590Z | Downloaded syn v1.0.109 |
1078 | 2023-11-10T18:11:17.593Z | Downloaded rustls v0.21.8 |
1079 | 2023-11-10T18:11:17.596Z | Downloaded openssl v0.10.57 |
1080 | 2023-11-10T18:11:17.599Z | Downloaded rustix v0.38.9 |
1081 | 2023-11-10T18:11:17.601Z | Downloaded webpki-roots v0.25.2 |
1082 | 2023-11-10T18:11:17.605Z | Downloaded gimli v0.28.0 |
1083 | 2023-11-10T18:11:17.608Z | Downloaded curve25519-dalek v4.1.0 |
1084 | 2023-11-10T18:11:17.611Z | Downloaded regex-syntax v0.7.5 |
1085 | 2023-11-10T18:11:17.613Z | Downloaded diesel v2.1.3 |
1086 | 2023-11-10T18:11:17.616Z | Downloaded openapiv3 v1.0.3 |
1087 | 2023-11-10T18:11:17.619Z | Downloaded zerocopy-derive v0.2.0 |
1088 | 2023-11-10T18:11:17.622Z | Downloaded sled v0.34.7 |
1089 | 2023-11-10T18:11:17.626Z | Downloaded zerocopy-derive v0.6.4 |
1090 | 2023-11-10T18:11:17.628Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1091 | 2023-11-10T18:11:17.631Z | Downloaded tokio v1.33.0 |
1092 | 2023-11-10T18:11:17.635Z | Downloaded sha3 v0.10.8 |
1093 | 2023-11-10T18:11:17.638Z | Downloaded regex-automata v0.3.8 |
1094 | 2023-11-10T18:11:17.641Z | Downloaded regex-automata v0.4.3 |
1095 | 2023-11-10T18:11:17.644Z | Downloaded regex-syntax v0.8.2 |
1096 | 2023-11-10T18:11:17.646Z | Downloaded regex-syntax v0.6.29 |
1097 | 2023-11-10T18:11:17.649Z | Downloaded ratatui v0.23.0 |
1098 | 2023-11-10T18:11:17.652Z | Downloaded polar-core v0.27.0 |
1099 | 2023-11-10T18:11:17.655Z | Downloaded encoding_rs v0.8.33 |
1100 | 2023-11-10T18:11:17.657Z | Downloaded bstr v1.6.0 |
1101 | 2023-11-10T18:11:17.661Z | Downloaded regress v0.7.1 |
1102 | 2023-11-10T18:11:17.665Z | Downloaded trust-dns-proto v0.22.0 |
1103 | 2023-11-10T18:11:17.667Z | Downloaded radix_trie v0.2.1 |
1104 | 2023-11-10T18:11:17.670Z | Downloaded smoltcp v0.9.1 |
1105 | 2023-11-10T18:11:17.673Z | Downloaded reqwest v0.11.20 |
1106 | 2023-11-10T18:11:17.676Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1107 | 2023-11-10T18:11:17.679Z | Downloaded object v0.32.1 |
1108 | 2023-11-10T18:11:17.682Z | Downloaded bstr v0.2.17 |
1109 | 2023-11-10T18:11:17.684Z | Downloaded nix v0.26.2 |
1110 | 2023-11-10T18:11:17.687Z | Downloaded idna v0.4.0 |
1111 | 2023-11-10T18:11:17.690Z | Downloaded idna v0.2.3 |
1112 | 2023-11-10T18:11:17.692Z | Downloaded smoltcp v0.8.2 |
1113 | 2023-11-10T18:11:17.695Z | Downloaded unicode-normalization v0.1.22 |
1114 | 2023-11-10T18:11:17.698Z | Downloaded chrono v0.4.31 |
1115 | 2023-11-10T18:11:17.701Z | Downloaded futures-util v0.3.29 |
1116 | 2023-11-10T18:11:17.703Z | Downloaded fatfs v0.3.6 |
1117 | 2023-11-10T18:11:17.707Z | Downloaded time v0.3.27 |
1118 | 2023-11-10T18:11:17.710Z | Downloaded rayon v1.8.0 |
1119 | 2023-11-10T18:11:17.712Z | Downloaded pretty_assertions v1.4.0 |
1120 | 2023-11-10T18:11:17.715Z | Downloaded darling_core v0.20.3 |
1121 | 2023-11-10T18:11:17.718Z | Downloaded libz-sys v1.1.12 |
1122 | 2023-11-10T18:11:17.721Z | Downloaded h2 v0.3.21 |
1123 | 2023-11-10T18:11:17.723Z | Downloaded bitvec v1.0.1 |
1124 | 2023-11-10T18:11:17.726Z | Downloaded bindgen v0.65.1 |
1125 | 2023-11-10T18:11:17.729Z | Downloaded toml_edit v0.19.15 |
1126 | 2023-11-10T18:11:17.731Z | Downloaded rustls-webpki v0.101.7 |
1127 | 2023-11-10T18:11:17.785Z | Downloaded ring v0.17.5 |
1128 | 2023-11-10T18:11:17.788Z | Downloaded rusqlite v0.29.0 |
1129 | 2023-11-10T18:11:17.791Z | Downloaded darling v0.20.3 |
1130 | 2023-11-10T18:11:17.793Z | Downloaded rand v0.8.5 |
1131 | 2023-11-10T18:11:17.796Z | Downloaded trust-dns-server v0.22.1 |
1132 | 2023-11-10T18:11:17.799Z | Downloaded hyper v0.14.27 |
1133 | 2023-11-10T18:11:17.802Z | Downloaded darling_core v0.14.4 |
1134 | 2023-11-10T18:11:17.804Z | Downloaded serde_with v2.3.3 |
1135 | 2023-11-10T18:11:17.807Z | Downloaded pest v2.7.2 |
1136 | 2023-11-10T18:11:17.809Z | Downloaded darling v0.14.4 |
1137 | 2023-11-10T18:11:17.812Z | Downloaded aho-corasick v1.0.4 |
1138 | 2023-11-10T18:11:17.815Z | Downloaded dirs-sys-next v0.1.2 |
1139 | 2023-11-10T18:11:17.817Z | Downloaded tokio-macros v2.1.0 |
1140 | 2023-11-10T18:11:17.820Z | Downloaded untrusted v0.9.0 |
1141 | 2023-11-10T18:11:17.822Z | Downloaded slog v2.7.0 |
1142 | 2023-11-10T18:11:17.825Z | Downloaded subtle v2.5.0 |
1143 | 2023-11-10T18:11:17.828Z | Downloaded resolv-conf v0.7.0 |
1144 | 2023-11-10T18:11:17.830Z | Downloaded wyz v0.5.1 |
1145 | 2023-11-10T18:11:17.833Z | Downloaded universal-hash v0.5.1 |
1146 | 2023-11-10T18:11:17.836Z | Downloaded libsqlite3-sys v0.26.0 |
1147 | 2023-11-10T18:11:17.839Z | Downloaded ring v0.16.20 |
1148 | 2023-11-10T18:11:17.842Z | Downloaded tokio-native-tls v0.3.1 |
1149 | 2023-11-10T18:11:17.845Z | Downloaded postgres-types v0.2.6 |
1150 | 2023-11-10T18:11:17.848Z | Downloaded diff v0.1.13 |
1151 | 2023-11-10T18:11:17.850Z | Downloaded libm v0.2.7 |
1152 | 2023-11-10T18:11:17.853Z | Downloaded proc-macro-error v1.0.4 |
1153 | 2023-11-10T18:11:17.857Z | Downloaded test-strategy v0.3.1 |
1154 | 2023-11-10T18:11:17.859Z | Downloaded tungstenite v0.20.1 |
1155 | 2023-11-10T18:11:17.862Z | Downloaded erased-serde v0.3.30 |
1156 | 2023-11-10T18:11:17.865Z | Downloaded tracing v0.1.37 |
1157 | 2023-11-10T18:11:17.867Z | Downloaded tough v0.14.0 |
1158 | 2023-11-10T18:11:17.870Z | Downloaded oso v0.27.0 |
1159 | 2023-11-10T18:11:17.873Z | Downloaded data-encoding v2.4.0 |
1160 | 2023-11-10T18:11:17.877Z | Downloaded rcgen v0.11.3 |
1161 | 2023-11-10T18:11:17.886Z | Downloaded der v0.7.8 |
1162 | 2023-11-10T18:11:17.893Z | Downloaded salty v0.2.0 |
1163 | 2023-11-10T18:11:17.901Z | Downloaded debug-ignore v1.0.5 |
1164 | 2023-11-10T18:11:17.905Z | Downloaded globset v0.4.13 |
1165 | 2023-11-10T18:11:17.912Z | Downloaded expectorate v1.1.0 |
1166 | 2023-11-10T18:11:17.916Z | Downloaded crossterm v0.27.0 |
1167 | 2023-11-10T18:11:17.924Z | Downloaded ppv-lite86 v0.2.17 |
1168 | 2023-11-10T18:11:17.931Z | Downloaded tracing-attributes v0.1.26 |
1169 | 2023-11-10T18:11:17.939Z | Downloaded tokio-tungstenite v0.18.0 |
1170 | 2023-11-10T18:11:17.950Z | Downloaded futures v0.3.29 |
1171 | 2023-11-10T18:11:17.967Z | Downloaded tinyvec v1.6.0 |
1172 | 2023-11-10T18:11:18.391Z | Downloaded hkdf v0.12.3 |
1173 | 2023-11-10T18:11:18.399Z | Downloaded tokio-util v0.7.10 |
1174 | 2023-11-10T18:11:18.409Z | Downloaded whoami v1.4.1 |
1175 | 2023-11-10T18:11:18.422Z | Downloaded futures-macro v0.3.29 |
1176 | 2023-11-10T18:11:18.439Z | Downloaded ed25519 v1.5.3 |
1177 | 2023-11-10T18:11:18.853Z | Downloaded display-error-chain v0.2.0 |
1178 | 2023-11-10T18:11:18.856Z | Downloaded pest_derive v2.7.2 |
1179 | 2023-11-10T18:11:18.859Z | Downloaded percent-encoding v2.3.0 |
1180 | 2023-11-10T18:11:18.861Z | Downloaded strum_macros v0.25.2 |
1181 | 2023-11-10T18:11:18.864Z | Downloaded strum_macros v0.24.3 |
1182 | 2023-11-10T18:11:18.867Z | Downloaded slog-scope v4.4.0 |
1183 | 2023-11-10T18:11:18.869Z | Downloaded slog-json v2.6.1 |
1184 | 2023-11-10T18:11:18.872Z | Downloaded env_logger v0.9.3 |
1185 | 2023-11-10T18:11:18.876Z | Downloaded futures-core v0.3.29 |
1186 | 2023-11-10T18:11:18.879Z | Downloaded synstructure v0.12.6 |
1187 | 2023-11-10T18:11:18.881Z | Downloaded sct v0.7.0 |
1188 | 2023-11-10T18:11:18.884Z | Downloaded version_check v0.9.4 |
1189 | 2023-11-10T18:11:18.887Z | Downloaded elliptic-curve v0.13.5 |
1190 | 2023-11-10T18:11:18.889Z | Downloaded hashbrown v0.12.3 |
1191 | 2023-11-10T18:11:18.892Z | Downloaded usdt-impl v0.3.5 |
1192 | 2023-11-10T18:11:18.894Z | Downloaded derive_builder_core v0.12.0 |
1193 | 2023-11-10T18:11:18.897Z | Downloaded tokio-stream v0.1.14 |
1194 | 2023-11-10T18:11:18.900Z | Downloaded password-hash v0.5.0 |
1195 | 2023-11-10T18:11:18.902Z | Downloaded pin-project v1.1.3 |
1196 | 2023-11-10T18:11:18.905Z | Downloaded toml_edit v0.20.7 |
1197 | 2023-11-10T18:11:18.909Z | Downloaded pin-project-internal v1.1.3 |
1198 | 2023-11-10T18:11:18.911Z | Downloaded subprocess v0.2.9 |
1199 | 2023-11-10T18:11:18.914Z | Downloaded url v2.4.1 |
1200 | 2023-11-10T18:11:18.917Z | Downloaded itertools v0.10.5 |
1201 | 2023-11-10T18:11:18.920Z | Downloaded signal-hook-mio v0.2.3 |
1202 | 2023-11-10T18:11:18.922Z | Downloaded pem v1.1.1 |
1203 | 2023-11-10T18:11:18.925Z | Downloaded slab v0.4.9 |
1204 | 2023-11-10T18:11:18.928Z | Downloaded bzip2 v0.4.4 |
1205 | 2023-11-10T18:11:18.931Z | Downloaded tokio-rustls v0.24.1 |
1206 | 2023-11-10T18:11:18.934Z | Downloaded once_cell v1.18.0 |
1207 | 2023-11-10T18:11:18.937Z | Downloaded serde_derive_internals v0.26.0 |
1208 | 2023-11-10T18:11:18.940Z | Downloaded derive-where v1.2.5 |
1209 | 2023-11-10T18:11:18.942Z | Downloaded futures-task v0.3.29 |
1210 | 2023-11-10T18:11:18.945Z | Downloaded textwrap v0.16.0 |
1211 | 2023-11-10T18:11:18.948Z | Downloaded aes v0.8.3 |
1212 | 2023-11-10T18:11:18.952Z | Downloaded signal-hook v0.3.17 |
1213 | 2023-11-10T18:11:18.955Z | Downloaded thiserror-no-std v2.0.2 |
1214 | 2023-11-10T18:11:18.958Z | Downloaded either v1.9.0 |
1215 | 2023-11-10T18:11:18.960Z | Downloaded yasna v0.5.2 |
1216 | 2023-11-10T18:11:18.964Z | Downloaded heapless v0.7.16 |
1217 | 2023-11-10T18:11:18.967Z | Downloaded nom v7.1.3 |
1218 | 2023-11-10T18:11:18.970Z | Downloaded fd-lock v3.0.13 |
1219 | 2023-11-10T18:11:18.973Z | Downloaded tinytemplate v1.2.1 |
1220 | 2023-11-10T18:11:18.976Z | Downloaded ron v0.8.1 |
1221 | 2023-11-10T18:11:18.978Z | Downloaded serde-hex v0.1.0 |
1222 | 2023-11-10T18:11:18.981Z | Downloaded pem v3.0.2 |
1223 | 2023-11-10T18:11:18.984Z | Downloaded unarray v0.1.4 |
1224 | 2023-11-10T18:11:18.987Z | Downloaded tui-tree-widget v0.13.0 |
1225 | 2023-11-10T18:11:18.989Z | Downloaded vergen v8.2.4 |
1226 | 2023-11-10T18:11:18.992Z | Downloaded uuid v1.5.0 |
1227 | 2023-11-10T18:11:18.995Z | Downloaded snafu v0.7.5 |
1228 | 2023-11-10T18:11:18.998Z | Downloaded heck v0.3.3 |
1229 | 2023-11-10T18:11:19.001Z | Downloaded rand v0.4.6 |
1230 | 2023-11-10T18:11:19.004Z | Downloaded prettyplease v0.2.12 |
1231 | 2023-11-10T18:11:19.007Z | Downloaded der_derive v0.7.2 |
1232 | 2023-11-10T18:11:19.010Z | Downloaded rayon-core v1.12.0 |
1233 | 2023-11-10T18:11:19.013Z | Downloaded ucd-trie v0.1.6 |
1234 | 2023-11-10T18:11:19.016Z | Downloaded typenum v1.16.0 |
1235 | 2023-11-10T18:11:19.019Z | Downloaded tap v1.0.1 |
1236 | 2023-11-10T18:11:19.045Z | Downloaded proc-macro-crate v1.3.1 |
1237 | 2023-11-10T18:11:19.050Z | Downloaded deranged v0.3.8 |
1238 | 2023-11-10T18:11:19.052Z | Downloaded papergrid v0.10.0 |
1239 | 2023-11-10T18:11:19.055Z | Downloaded openssl-sys v0.9.93 |
1240 | 2023-11-10T18:11:19.058Z | Downloaded headers v0.3.9 |
1241 | 2023-11-10T18:11:19.060Z | Downloaded num-bigint-dig v0.8.4 |
1242 | 2023-11-10T18:11:19.063Z | Downloaded polyval v0.6.1 |
1243 | 2023-11-10T18:11:19.066Z | Downloaded poly1305 v0.8.0 |
1244 | 2023-11-10T18:11:19.068Z | Downloaded pkcs8 v0.10.2 |
1245 | 2023-11-10T18:11:19.071Z | Downloaded pin-project-lite v0.2.13 |
1246 | 2023-11-10T18:11:19.073Z | Downloaded serde_yaml v0.9.25 |
1247 | 2023-11-10T18:11:19.076Z | Downloaded fixedbitset v0.4.2 |
1248 | 2023-11-10T18:11:19.078Z | Downloaded filetime v0.2.22 |
1249 | 2023-11-10T18:11:19.081Z | Downloaded ff v0.13.0 |
1250 | 2023-11-10T18:11:19.084Z | Downloaded rusty-fork v0.3.0 |
1251 | 2023-11-10T18:11:19.086Z | Downloaded crossbeam-channel v0.5.8 |
1252 | 2023-11-10T18:11:19.089Z | Downloaded tracing-core v0.1.31 |
1253 | 2023-11-10T18:11:19.091Z | Downloaded crypto-bigint v0.5.2 |
1254 | 2023-11-10T18:11:19.094Z | Downloaded tabled_derive v0.6.0 |
1255 | 2023-11-10T18:11:19.097Z | Downloaded crossterm v0.26.1 |
1256 | 2023-11-10T18:11:19.099Z | Downloaded thread-id v4.2.0 |
1257 | 2023-11-10T18:11:19.104Z | Downloaded chacha20poly1305 v0.10.1 |
1258 | 2023-11-10T18:11:19.116Z | Downloaded sha2 v0.10.8 |
1259 | 2023-11-10T18:11:19.130Z | Downloaded secrecy v0.8.0 |
1260 | 2023-11-10T18:11:19.136Z | Downloaded serde_arrays v0.1.0 |
1261 | 2023-11-10T18:11:19.141Z | Downloaded itertools v0.11.0 |
1262 | 2023-11-10T18:11:19.156Z | Downloaded parking_lot v0.12.1 |
1263 | 2023-11-10T18:11:19.159Z | Downloaded parking_lot v0.11.2 |
1264 | 2023-11-10T18:11:19.163Z | Downloaded half v1.8.2 |
1265 | 2023-11-10T18:11:19.165Z | Downloaded zerocopy v0.6.4 |
1266 | 2023-11-10T18:11:19.168Z | Downloaded zip v0.6.6 |
1267 | 2023-11-10T18:11:19.172Z | Downloaded vte v0.11.1 |
1268 | 2023-11-10T18:11:19.175Z | Downloaded datatest-stable v0.2.3 |
1269 | 2023-11-10T18:11:19.178Z | Downloaded xattr v1.0.1 |
1270 | 2023-11-10T18:11:19.181Z | Downloaded wait-timeout v0.2.0 |
1271 | 2023-11-10T18:11:19.184Z | Downloaded term v0.7.0 |
1272 | 2023-11-10T18:11:19.187Z | Downloaded backtrace v0.3.69 |
1273 | 2023-11-10T18:11:19.191Z | Downloaded const_format v0.2.31 |
1274 | 2023-11-10T18:11:19.193Z | Downloaded serde_tokenstream v0.1.7 |
1275 | 2023-11-10T18:11:19.196Z | Downloaded pem-rfc7468 v0.7.0 |
1276 | 2023-11-10T18:11:19.199Z | Downloaded unicode-linebreak v0.1.5 |
1277 | 2023-11-10T18:11:19.203Z | Downloaded fastrand v2.0.0 |
1278 | 2023-11-10T18:11:19.206Z | Downloaded tempfile v3.8.0 |
1279 | 2023-11-10T18:11:19.208Z | Downloaded structopt v0.3.26 |
1280 | 2023-11-10T18:11:19.213Z | Downloaded rstest_macros v0.18.2 |
1281 | 2023-11-10T18:11:19.216Z | Downloaded impl-trait-for-tuples v0.2.2 |
1282 | 2023-11-10T18:11:19.219Z | Downloaded ahash v0.8.3 |
1283 | 2023-11-10T18:11:19.222Z | Downloaded usdt v0.3.5 |
1284 | 2023-11-10T18:11:19.225Z | Downloaded ena v0.14.2 |
1285 | 2023-11-10T18:11:19.228Z | Downloaded rustc-hash v1.1.0 |
1286 | 2023-11-10T18:11:19.231Z | Downloaded dirs-next v2.0.0 |
1287 | 2023-11-10T18:11:19.235Z | Downloaded vec_map v0.8.2 |
1288 | 2023-11-10T18:11:19.239Z | Downloaded rustls-native-certs v0.6.3 |
1289 | 2023-11-10T18:11:19.242Z | Downloaded parking_lot_core v0.9.8 |
1290 | 2023-11-10T18:11:19.246Z | Downloaded parking_lot_core v0.8.6 |
1291 | 2023-11-10T18:11:19.253Z | Downloaded omicron-zone-package v0.8.3 |
1292 | 2023-11-10T18:11:19.258Z | Downloaded socket2 v0.5.4 |
1293 | 2023-11-10T18:11:19.262Z | Downloaded num-bigint v0.4.4 |
1294 | 2023-11-10T18:11:19.267Z | Downloaded rpassword v7.2.0 |
1295 | 2023-11-10T18:11:19.271Z | Downloaded walkdir v2.4.0 |
1296 | 2023-11-10T18:11:19.274Z | Downloaded getrandom v0.2.10 |
1297 | 2023-11-10T18:11:19.280Z | Downloaded bytes v1.5.0 |
1298 | 2023-11-10T18:11:19.286Z | Downloaded socket2 v0.4.9 |
1299 | 2023-11-10T18:11:19.291Z | Downloaded termcolor v1.2.0 |
1300 | 2023-11-10T18:11:19.298Z | Downloaded allocator-api2 v0.2.16 |
1301 | 2023-11-10T18:11:19.302Z | Downloaded arc-swap v1.6.0 |
1302 | 2023-11-10T18:11:19.309Z | Downloaded ron v0.7.1 |
1303 | 2023-11-10T18:11:19.312Z | Downloaded mockall_derive v0.11.4 |
1304 | 2023-11-10T18:11:19.316Z | Downloaded openssl-probe v0.1.5 |
1305 | 2023-11-10T18:11:19.320Z | Downloaded spin v0.9.8 |
1306 | 2023-11-10T18:11:19.324Z | Downloaded rustfmt-wrapper v0.2.0 |
1307 | 2023-11-10T18:11:19.328Z | Downloaded packed_struct_codegen v0.10.1 |
1308 | 2023-11-10T18:11:19.331Z | Downloaded hashlink v0.8.3 |
1309 | 2023-11-10T18:11:19.335Z | Downloaded packed_struct v0.10.1 |
1310 | 2023-11-10T18:11:19.340Z | Downloaded olpc-cjson v0.1.3 |
1311 | 2023-11-10T18:11:19.344Z | Downloaded rustc_version v0.1.7 |
1312 | 2023-11-10T18:11:19.349Z | Downloaded getopts v0.2.21 |
1313 | 2023-11-10T18:11:19.354Z | Downloaded crc-any v2.4.3 |
1314 | 2023-11-10T18:11:19.360Z | Downloaded want v0.3.1 |
1315 | 2023-11-10T18:11:19.367Z | Downloaded funty v2.0.0 |
1316 | 2023-11-10T18:11:19.373Z | Downloaded vte_generate_state_changes v0.1.1 |
1317 | 2023-11-10T18:11:19.379Z | Downloaded structopt-derive v0.4.18 |
1318 | 2023-11-10T18:11:19.386Z | Downloaded structmeta-derive v0.1.6 |
1319 | 2023-11-10T18:11:19.393Z | Downloaded rustc_version v0.4.0 |
1320 | 2023-11-10T18:11:19.399Z | Downloaded http v0.2.9 |
1321 | 2023-11-10T18:11:19.405Z | Downloaded crossbeam-epoch v0.9.15 |
1322 | 2023-11-10T18:11:19.411Z | Downloaded crc32fast v1.3.2 |
1323 | 2023-11-10T18:11:19.417Z | Downloaded snafu-derive v0.7.5 |
1324 | 2023-11-10T18:11:19.422Z | Downloaded smallvec v1.11.0 |
1325 | 2023-11-10T18:11:19.428Z | Downloaded serde_with_macros v2.3.3 |
1326 | 2023-11-10T18:11:19.433Z | Downloaded lalrpop-util v0.19.12 |
1327 | 2023-11-10T18:11:19.439Z | Downloaded indexmap v1.9.3 |
1328 | 2023-11-10T18:11:19.444Z | Downloaded blake2 v0.10.6 |
1329 | 2023-11-10T18:11:19.450Z | Downloaded relative-path v1.9.0 |
1330 | 2023-11-10T18:11:19.456Z | Downloaded bit-vec v0.6.3 |
1331 | 2023-11-10T18:11:19.462Z | Downloaded libxml v0.3.3 |
1332 | 2023-11-10T18:11:19.465Z | Downloaded spki v0.7.2 |
1333 | 2023-11-10T18:11:19.468Z | Downloaded nodrop v0.1.14 |
1334 | 2023-11-10T18:11:19.471Z | Downloaded base64 v0.21.5 |
1335 | 2023-11-10T18:11:19.474Z | Downloaded backoff v0.4.0 |
1336 | 2023-11-10T18:11:19.477Z | Downloaded structmeta-derive v0.2.0 |
1337 | 2023-11-10T18:11:19.480Z | Downloaded slog-async v2.8.0 |
1338 | 2023-11-10T18:11:19.483Z | Downloaded memoffset v0.9.0 |
1339 | 2023-11-10T18:11:19.485Z | Downloaded spin v0.5.2 |
1340 | 2023-11-10T18:11:19.488Z | Downloaded crc v3.0.1 |
1341 | 2023-11-10T18:11:19.491Z | Downloaded zeroize v1.6.0 |
1342 | 2023-11-10T18:11:19.499Z | Downloaded num-complex v0.4.4 |
1343 | 2023-11-10T18:11:19.505Z | Downloaded bb8 v0.8.1 |
1344 | 2023-11-10T18:11:19.511Z | Downloaded opaque-debug v0.3.0 |
1345 | 2023-11-10T18:11:19.518Z | Downloaded smf v0.2.2 |
1346 | 2023-11-10T18:11:19.523Z | Downloaded signature v2.1.0 |
1347 | 2023-11-10T18:11:19.527Z | Downloaded signal-hook-tokio v0.3.1 |
1348 | 2023-11-10T18:11:19.530Z | Downloaded structmeta v0.2.0 |
1349 | 2023-11-10T18:11:19.538Z | Downloaded structmeta v0.1.6 |
1350 | 2023-11-10T18:11:19.544Z | Downloaded smawk v0.3.1 |
1351 | 2023-11-10T18:11:19.549Z | Downloaded serde_repr v0.1.16 |
1352 | 2023-11-10T18:11:19.553Z | Downloaded serde_plain v1.0.2 |
1353 | 2023-11-10T18:11:19.559Z | Downloaded semver-parser v0.10.2 |
1354 | 2023-11-10T18:11:19.569Z | Downloaded semver v0.11.0 |
1355 | 2023-11-10T18:11:19.578Z | Downloaded const-oid v0.9.5 |
1356 | 2023-11-10T18:11:19.587Z | Downloaded clang-sys v1.6.1 |
1357 | 2023-11-10T18:11:19.592Z | Downloaded console v0.15.7 |
1358 | 2023-11-10T18:11:19.606Z | Downloaded semver v0.1.20 |
1359 | 2023-11-10T18:11:19.611Z | Downloaded scheduled-thread-pool v0.2.7 |
1360 | 2023-11-10T18:11:19.622Z | Downloaded ansi_term v0.12.1 |
1361 | 2023-11-10T18:11:19.637Z | Downloaded lock_api v0.4.10 |
1362 | 2023-11-10T18:11:19.644Z | Downloaded block-padding v0.3.3 |
1363 | 2023-11-10T18:11:19.661Z | Downloaded strip-ansi-escapes v0.2.0 |
1364 | 2023-11-10T18:11:19.668Z | Downloaded stringprep v0.1.3 |
1365 | 2023-11-10T18:11:19.674Z | Downloaded string_cache v0.8.7 |
1366 | 2023-11-10T18:11:19.679Z | Downloaded slog-dtrace v0.2.3 |
1367 | 2023-11-10T18:11:19.683Z | Downloaded num-traits v0.2.16 |
1368 | 2023-11-10T18:11:19.688Z | Downloaded ringbuffer v0.15.0 |
1369 | 2023-11-10T18:11:19.694Z | Downloaded remove_dir_all v0.5.3 |
1370 | 2023-11-10T18:11:19.709Z | Downloaded num-derive v0.4.0 |
1371 | 2023-11-10T18:11:19.716Z | Downloaded md-5 v0.10.5 |
1372 | 2023-11-10T18:11:19.720Z | Downloaded maybe-uninit v2.0.0 |
1373 | 2023-11-10T18:11:19.724Z | Downloaded bitflags v2.4.0 |
1374 | 2023-11-10T18:11:19.728Z | Downloaded assert_cmd v2.0.12 |
1375 | 2023-11-10T18:11:19.735Z | Downloaded num-rational v0.4.1 |
1376 | 2023-11-10T18:11:19.740Z | Downloaded managed v0.8.0 |
1377 | 2023-11-10T18:11:19.749Z | Downloaded normalize-line-endings v0.3.0 |
1378 | 2023-11-10T18:11:19.758Z | Downloaded arrayvec v0.7.4 |
1379 | 2023-11-10T18:11:19.771Z | Downloaded crossbeam-deque v0.8.3 |
1380 | 2023-11-10T18:11:19.780Z | Downloaded crucible-workspace-hack v0.1.0 |
1381 | 2023-11-10T18:11:19.789Z | Downloaded serial_test_derive v0.10.0 |
1382 | 2023-11-10T18:11:19.797Z | Downloaded ipnetwork v0.20.0 |
1383 | 2023-11-10T18:11:19.808Z | Downloaded hyper-rustls v0.24.2 |
1384 | 2023-11-10T18:11:19.820Z | Downloaded httptest v0.15.5 |
1385 | 2023-11-10T18:11:19.832Z | Downloaded hmac v0.12.1 |
1386 | 2023-11-10T18:11:19.843Z | Downloaded lazycell v1.3.0 |
1387 | 2023-11-10T18:11:19.853Z | Downloaded indoc v2.0.3 |
1388 | 2023-11-10T18:11:19.861Z | Downloaded criterion-plot v0.5.0 |
1389 | 2023-11-10T18:11:19.874Z | Downloaded crunchy v0.2.2 |
1390 | 2023-11-10T18:11:19.881Z | Downloaded base64 v0.13.1 |
1391 | 2023-11-10T18:11:19.892Z | Downloaded camino-tempfile v1.0.2 |
1392 | 2023-11-10T18:11:19.905Z | Downloaded adler v1.0.2 |
1393 | 2023-11-10T18:11:19.918Z | Downloaded array-init v0.0.4 |
1394 | 2023-11-10T18:11:19.931Z | Downloaded ascii-canvas v3.0.0 |
1395 | 2023-11-10T18:11:19.945Z | Downloaded arrayref v0.3.7 |
1396 | 2023-11-10T18:11:19.955Z | Downloaded approx v0.5.1 |
1397 | 2023-11-10T18:11:19.970Z | Downloaded corncobs v0.1.3 |
1398 | 2023-11-10T18:11:19.986Z | Downloaded aead v0.5.2 |
1399 | 2023-11-10T18:11:19.997Z | Downloaded libefi-sys v0.1.0 |
1400 | 2023-11-10T18:11:20.015Z | Downloaded lazy_static v1.4.0 |
1401 | 2023-11-10T18:11:20.022Z | Downloaded chacha20 v0.9.1 |
1402 | 2023-11-10T18:11:20.032Z | Downloaded num_enum v0.7.0 |
1403 | 2023-11-10T18:11:20.045Z | Downloaded native-tls v0.2.11 |
1404 | 2023-11-10T18:11:20.092Z | Downloaded autocfg v1.1.0 |
1405 | 2023-11-10T18:11:20.095Z | Downloaded inout v0.1.3 |
1406 | 2023-11-10T18:11:20.104Z | Downloaded indoc v1.0.9 |
1407 | 2023-11-10T18:11:20.113Z | Downloaded iana-time-zone v0.1.57 |
1408 | 2023-11-10T18:11:20.116Z | Downloaded constant_time_eq v0.3.0 |
1409 | 2023-11-10T18:11:20.124Z | Downloaded const_format_proc_macros v0.2.31 |
1410 | 2023-11-10T18:11:20.127Z | Downloaded cipher v0.4.4 |
1411 | 2023-11-10T18:11:20.130Z | Downloaded cast v0.3.0 |
1412 | 2023-11-10T18:11:20.138Z | Downloaded cancel-safe-futures v0.1.5 |
1413 | 2023-11-10T18:11:20.145Z | Downloaded matches v0.1.10 |
1414 | 2023-11-10T18:11:20.154Z | Downloaded jobserver v0.1.26 |
1415 | 2023-11-10T18:11:20.562Z | Downloaded num_cpus v1.16.0 |
1416 | 2023-11-10T18:11:20.565Z | Downloaded num-iter v0.1.43 |
1417 | 2023-11-10T18:11:20.568Z | Downloaded num-integer v0.1.45 |
1418 | 2023-11-10T18:11:20.571Z | Downloaded num v0.4.1 |
1419 | 2023-11-10T18:11:20.575Z | Downloaded nibble_vec v0.1.0 |
1420 | 2023-11-10T18:11:20.578Z | Downloaded mime_guess v2.0.4 |
1421 | 2023-11-10T18:11:20.581Z | Downloaded buf-list v1.0.3 |
1422 | 2023-11-10T18:11:20.585Z | Downloaded cfg-if v0.1.10 |
1423 | 2023-11-10T18:11:20.588Z | Downloaded atty v0.2.14 |
1424 | 2023-11-10T18:11:20.591Z | Downloaded async-stream-impl v0.3.5 |
1425 | 2023-11-10T18:11:20.594Z | Downloaded num_enum_derive v0.5.11 |
1426 | 2023-11-10T18:11:20.597Z | Downloaded newtype_derive v0.1.6 |
1427 | 2023-11-10T18:11:20.600Z | Downloaded macaddr v1.0.1 |
1428 | 2023-11-10T18:11:20.605Z | Downloaded basic-toml v0.1.4 |
1429 | 2023-11-10T18:11:20.608Z | Downloaded num_threads v0.1.6 |
1430 | 2023-11-10T18:11:20.611Z | Downloaded nanorand v0.7.0 |
1431 | 2023-11-10T18:11:20.613Z | Downloaded multer v2.1.0 |
1432 | 2023-11-10T18:11:20.616Z | Downloaded maplit v1.0.2 |
1433 | 2023-11-10T18:11:20.619Z | Downloaded convert_case v0.4.0 |
1434 | 2023-11-10T18:11:20.622Z | Downloaded new_debug_unreachable v1.0.4 |
1435 | 2023-11-10T18:11:20.626Z | Downloaded linear-map v1.2.0 |
1436 | 2023-11-10T18:11:20.629Z | Downloaded httparse v1.8.0 |
1437 | 2023-11-10T18:11:20.633Z | Downloaded hostname v0.3.1 |
1438 | 2023-11-10T18:11:20.638Z | Downloaded highway v1.1.0 |
1439 | 2023-11-10T18:11:20.642Z | Downloaded cexpr v0.6.0 |
1440 | 2023-11-10T18:11:20.649Z | Downloaded cassowary v0.3.0 |
1441 | 2023-11-10T18:11:20.654Z | Downloaded byteorder v1.5.0 |
1442 | 2023-11-10T18:11:20.659Z | Downloaded blake2b_simd v1.0.1 |
1443 | 2023-11-10T18:11:20.665Z | Downloaded minimal-lexical v0.2.1 |
1444 | 2023-11-10T18:11:20.672Z | Downloaded bincode v1.3.3 |
1445 | 2023-11-10T18:11:20.681Z | Downloaded bcs v0.1.6 |
1446 | 2023-11-10T18:11:20.686Z | Downloaded libloading v0.7.4 |
1447 | 2023-11-10T18:11:20.693Z | Downloaded ipnet v2.8.0 |
1448 | 2023-11-10T18:11:20.702Z | Downloaded crossbeam-queue v0.3.8 |
1449 | 2023-11-10T18:11:20.707Z | Downloaded crossbeam v0.8.2 |
1450 | 2023-11-10T18:11:20.714Z | Downloaded ciborium-io v0.2.1 |
1451 | 2023-11-10T18:11:20.718Z | Downloaded ciborium v0.2.1 |
1452 | 2023-11-10T18:11:20.723Z | Downloaded humantime v2.1.0 |
1453 | 2023-11-10T18:11:20.726Z | Downloaded hubpack v0.1.2 |
1454 | 2023-11-10T18:11:20.730Z | Downloaded httpdate v1.0.3 |
1455 | 2023-11-10T18:11:20.734Z | Downloaded cpufeatures v0.2.9 |
1456 | 2023-11-10T18:11:20.739Z | Downloaded ciborium-ll v0.2.1 |
1457 | 2023-11-10T18:11:20.746Z | Downloaded bytesize v1.3.0 |
1458 | 2023-11-10T18:11:20.753Z | Downloaded bytecount v0.6.3 |
1459 | 2023-11-10T18:11:20.761Z | Downloaded bitfield v0.14.0 |
1460 | 2023-11-10T18:11:20.767Z | Downloaded bit_field v0.10.2 |
1461 | 2023-11-10T18:11:20.776Z | Downloaded instant v0.1.12 |
1462 | 2023-11-10T18:11:20.783Z | Downloaded http-body v0.4.5 |
1463 | 2023-11-10T18:11:20.790Z | Downloaded home v0.5.5 |
1464 | 2023-11-10T18:11:20.797Z | Downloaded hex-literal v0.4.1 |
1465 | 2023-11-10T18:11:20.802Z | Downloaded hex v0.4.3 |
1466 | 2023-11-10T18:11:20.810Z | Downloaded block-buffer v0.10.4 |
1467 | 2023-11-10T18:11:20.818Z | Downloaded bit-set v0.5.3 |
1468 | 2023-11-10T18:11:20.827Z | Downloaded hubpack_derive v0.1.1 |
1469 | 2023-11-10T18:11:20.833Z | Downloaded bitstruct_derive v0.1.0 |
1470 | 2023-11-10T18:11:20.838Z | Downloaded addr2line v0.21.0 |
1471 | 2023-11-10T18:11:20.844Z | Downloaded base16ct v0.2.0 |
1472 | 2023-11-10T18:11:20.853Z | Downloaded atomicwrites v0.4.2 |
1473 | 2023-11-10T18:11:20.859Z | Compiling proc-macro2 v1.0.67 |
1474 | 2023-11-10T18:11:20.864Z | Compiling serde v1.0.188 |
1475 | 2023-11-10T18:11:20.873Z | Compiling autocfg v1.1.0 |
1476 | 2023-11-10T18:11:20.880Z | Compiling version_check v0.9.4 |
1477 | 2023-11-10T18:11:20.889Z | Compiling syn v1.0.109 |
1478 | 2023-11-10T18:11:20.903Z | Compiling parking_lot_core v0.9.8 |
1479 | 2023-11-10T18:11:20.917Z | Compiling libm v0.2.7 |
1480 | 2023-11-10T18:11:20.931Z | Compiling libc v0.2.150 |
1481 | 2023-11-10T18:11:20.945Z | Compiling cfg-if v1.0.0 |
1482 | 2023-11-10T18:11:20.959Z | Compiling futures-core v0.3.29 |
1483 | 2023-11-10T18:11:20.970Z | Compiling once_cell v1.18.0 |
1484 | 2023-11-10T18:11:20.973Z | Compiling typenum v1.16.0 |
1485 | 2023-11-10T18:11:20.976Z | Compiling ahash v0.8.3 |
1486 | 2023-11-10T18:11:20.981Z | Compiling lock_api v0.4.10 |
1487 | 2023-11-10T18:11:20.985Z | Compiling num-traits v0.2.16 |
1488 | 2023-11-10T18:11:21.141Z | Compiling quote v1.0.33 |
1489 | 2023-11-10T18:11:21.513Z | Compiling generic-array v0.14.7 |
1490 | 2023-11-10T18:11:21.576Z | Compiling slab v0.4.9 |
1491 | 2023-11-10T18:11:21.929Z | Compiling syn v2.0.32 |
1492 | 2023-11-10T18:11:22.277Z | Compiling jobserver v0.1.26 |
1493 | 2023-11-10T18:11:22.431Z | Compiling futures-task v0.3.29 |
1494 | 2023-11-10T18:11:22.584Z | Compiling futures-channel v0.3.29 |
1495 | 2023-11-10T18:11:22.734Z | Compiling pkg-config v0.3.27 |
1496 | 2023-11-10T18:11:22.823Z | Compiling cc v1.0.83 |
1497 | 2023-11-10T18:11:22.921Z | Compiling futures-util v0.3.29 |
1498 | 2023-11-10T18:11:23.219Z | Compiling memchr v2.6.3 |
1499 | 2023-11-10T18:11:23.227Z | Compiling vcpkg v0.2.15 |
1500 | 2023-11-10T18:11:23.456Z | Compiling itoa v1.0.9 |
1501 | 2023-11-10T18:11:23.476Z | Compiling log v0.4.20 |
1502 | 2023-11-10T18:11:23.780Z | Compiling schemars v0.8.13 |
1503 | 2023-11-10T18:11:24.124Z | Compiling serde_json v1.0.108 |
1504 | 2023-11-10T18:11:24.661Z | Compiling ryu v1.0.15 |
1505 | 2023-11-10T18:11:24.955Z | Compiling httparse v1.8.0 |
1506 | 2023-11-10T18:11:25.106Z | Compiling indexmap v1.9.3 |
1507 | 2023-11-10T18:11:25.181Z | Compiling getrandom v0.2.10 |
1508 | 2023-11-10T18:11:25.574Z | Compiling allocator-api2 v0.2.16 |
1509 | 2023-11-10T18:11:25.593Z | Compiling equivalent v1.0.1 |
1510 | 2023-11-10T18:11:25.721Z | Compiling rustix v0.38.9 |
1511 | 2023-11-10T18:11:25.742Z | Compiling fnv v1.0.7 |
1512 | 2023-11-10T18:11:25.903Z | Compiling rustls v0.21.8 |
1513 | 2023-11-10T18:11:25.936Z | Compiling aho-corasick v1.0.4 |
1514 | 2023-11-10T18:11:26.048Z | Compiling regex-syntax v0.8.2 |
1515 | 2023-11-10T18:11:26.322Z | Compiling openssl v0.10.57 |
1516 | 2023-11-10T18:11:26.663Z | Compiling hashbrown v0.14.2 |
1517 | 2023-11-10T18:11:27.019Z | Compiling unicode-xid v0.2.4 |
1518 | 2023-11-10T18:11:27.275Z | Compiling ucd-trie v0.1.6 |
1519 | 2023-11-10T18:11:27.608Z | Compiling ring v0.16.20 |
1520 | 2023-11-10T18:11:28.051Z | Compiling ring v0.17.5 |
1521 | 2023-11-10T18:11:28.878Z | Compiling openssl-sys v0.9.93 |
1522 | 2023-11-10T18:11:29.733Z | Compiling backtrace v0.3.69 |
1523 | 2023-11-10T18:11:30.290Z | Compiling native-tls v0.2.11 |
1524 | 2023-11-10T18:11:31.170Z | Compiling async-trait v0.1.74 |
1525 | 2023-11-10T18:11:31.499Z | Compiling anyhow v1.0.75 |
1526 | 2023-11-10T18:11:32.109Z | Compiling regex-automata v0.4.3 |
1527 | 2023-11-10T18:11:32.165Z | Compiling crossbeam-utils v0.8.16 |
1528 | 2023-11-10T18:11:32.188Z | Compiling rustversion v1.0.14 |
1529 | 2023-11-10T18:11:32.470Z | Compiling slog v2.7.0 |
1530 | 2023-11-10T18:11:32.867Z | Compiling iana-time-zone v0.1.57 |
1531 | 2023-11-10T18:11:33.191Z | Compiling time-core v0.1.1 |
1532 | 2023-11-10T18:11:33.327Z | Compiling byteorder v1.5.0 |
1533 | 2023-11-10T18:11:33.422Z | Compiling time-macros v0.2.13 |
1534 | 2023-11-10T18:11:34.053Z | Compiling serde_derive_internals v0.26.0 |
1535 | 2023-11-10T18:11:35.211Z | Compiling synstructure v0.12.6 |
1536 | 2023-11-10T18:11:36.202Z | Compiling dyn-clone v1.0.13 |
1537 | 2023-11-10T18:11:36.314Z | Compiling hashbrown v0.13.2 |
1538 | 2023-11-10T18:11:36.471Z | Compiling usdt-impl v0.3.5 |
1539 | 2023-11-10T18:11:37.213Z | Compiling scopeguard v1.2.0 |
1540 | 2023-11-10T18:11:37.406Z | Compiling unicode-width v0.1.11 |
1541 | 2023-11-10T18:11:37.779Z | Compiling winnow v0.5.15 |
1542 | 2023-11-10T18:11:37.968Z | Compiling thread-id v4.2.0 |
1543 | 2023-11-10T18:11:38.117Z | Compiling strsim v0.10.0 |
1544 | 2023-11-10T18:11:38.224Z | Compiling tinyvec_macros v0.1.1 |
1545 | 2023-11-10T18:11:38.319Z | Compiling tinyvec v1.6.0 |
1546 | 2023-11-10T18:11:38.339Z | Compiling unicode-bidi v0.3.13 |
1547 | 2023-11-10T18:11:38.487Z | Compiling smallvec v1.11.0 |
1548 | 2023-11-10T18:11:39.135Z | Compiling regex v1.10.2 |
1549 | 2023-11-10T18:11:40.083Z | Compiling percent-encoding v2.3.0 |
1550 | 2023-11-10T18:11:40.471Z | Compiling parking_lot v0.12.1 |
1551 | 2023-11-10T18:11:40.577Z | Compiling form_urlencoded v1.2.0 |
1552 | 2023-11-10T18:11:40.987Z | Compiling unicode-normalization v0.1.22 |
1553 | 2023-11-10T18:11:41.019Z | Compiling regex-syntax v0.6.29 |
1554 | 2023-11-10T18:11:41.905Z | Compiling num-integer v0.1.45 |
1555 | 2023-11-10T18:11:42.358Z | Compiling bitflags v1.3.2 |
1556 | 2023-11-10T18:11:42.492Z | Compiling adler v1.0.2 |
1557 | 2023-11-10T18:11:42.819Z | Compiling idna v0.4.0 |
1558 | 2023-11-10T18:11:42.823Z | Compiling crc32fast v1.3.2 |
1559 | 2023-11-10T18:11:42.934Z | Compiling miniz_oxide v0.7.1 |
1560 | 2023-11-10T18:11:43.596Z | Compiling gimli v0.28.0 |
1561 | 2023-11-10T18:11:43.963Z | Compiling serde_derive v1.0.188 |
1562 | 2023-11-10T18:11:43.980Z | Compiling thiserror-impl v1.0.49 |
1563 | 2023-11-10T18:11:44.161Z | Compiling zeroize_derive v1.4.2 |
1564 | 2023-11-10T18:11:45.167Z | Compiling tokio-macros v2.1.0 |
1565 | 2023-11-10T18:11:45.228Z | Compiling futures-macro v0.3.29 |
1566 | 2023-11-10T18:11:46.081Z | Compiling tracing-attributes v0.1.26 |
1567 | 2023-11-10T18:11:46.481Z | Compiling schemars_derive v0.8.13 |
1568 | 2023-11-10T18:11:47.640Z | Compiling openssl-macros v0.1.1 |
1569 | 2023-11-10T18:11:48.469Z | Compiling thiserror v1.0.49 |
1570 | 2023-11-10T18:11:48.660Z | Compiling pest v2.7.2 |
1571 | 2023-11-10T18:11:48.701Z | Compiling zerocopy-derive v0.2.0 |
1572 | 2023-11-10T18:11:50.652Z | Compiling strum_macros v0.25.2 |
1573 | 2023-11-10T18:11:51.550Z | Compiling zerocopy v0.3.0 |
1574 | 2023-11-10T18:11:51.571Z | Compiling url v2.4.1 |
1575 | 2023-11-10T18:11:51.606Z | Compiling spin v0.5.2 |
1576 | 2023-11-10T18:11:51.785Z | Compiling addr2line v0.21.0 |
1577 | 2023-11-10T18:11:51.986Z | Compiling object v0.32.1 |
1578 | 2023-11-10T18:11:52.282Z | Compiling rustc-demangle v0.1.23 |
1579 | 2023-11-10T18:11:52.869Z | Compiling dof v0.1.5 |
1580 | 2023-11-10T18:11:52.890Z | Compiling pest_meta v2.7.2 |
1581 | 2023-11-10T18:11:53.608Z | Compiling pin-project-lite v0.2.13 |
1582 | 2023-11-10T18:11:53.748Z | Compiling zerocopy-derive v0.6.4 |
1583 | 2023-11-10T18:11:53.779Z | Compiling errno v0.3.2 |
1584 | 2023-11-10T18:11:54.209Z | Compiling mio v0.8.8 |
1585 | 2023-11-10T18:11:54.404Z | Compiling socket2 v0.5.4 |
1586 | 2023-11-10T18:11:54.523Z | Compiling signal-hook-registry v1.4.1 |
1587 | 2023-11-10T18:11:55.568Z | Compiling pest_generator v2.7.2 |
1588 | 2023-11-10T18:11:55.838Z | Compiling num_cpus v1.16.0 |
1589 | 2023-11-10T18:11:55.995Z | Compiling futures-sink v0.3.29 |
1590 | 2023-11-10T18:11:55.998Z | Compiling memoffset v0.9.0 |
1591 | 2023-11-10T18:11:56.939Z | Compiling deranged v0.3.8 |
1592 | 2023-11-10T18:11:57.114Z | Compiling futures-io v0.3.29 |
1593 | 2023-11-10T18:11:57.297Z | Compiling num_threads v0.1.6 |
1594 | 2023-11-10T18:11:57.457Z | Compiling pin-utils v0.1.0 |
1595 | 2023-11-10T18:11:57.533Z | Compiling radium v0.7.0 |
1596 | 2023-11-10T18:11:58.215Z | Compiling clap_derive v4.4.2 |
1597 | 2023-11-10T18:11:58.676Z | Compiling spin v0.9.8 |
1598 | 2023-11-10T18:11:59.257Z | Compiling tracing-core v0.1.31 |
1599 | 2023-11-10T18:11:59.970Z | Compiling time v0.3.27 |
1600 | 2023-11-10T18:12:00.199Z | Compiling pest_derive v2.7.2 |
1601 | 2023-11-10T18:12:01.318Z | Compiling dtrace-parser v0.1.14 |
1602 | 2023-11-10T18:12:01.462Z | Compiling tracing v0.1.37 |
1603 | 2023-11-10T18:12:03.461Z | Compiling lazy_static v1.4.0 |
1604 | 2023-11-10T18:12:04.251Z | Compiling crossbeam-epoch v0.9.15 |
1605 | 2023-11-10T18:12:04.990Z | Compiling num-iter v0.1.43 |
1606 | 2023-11-10T18:12:05.079Z | Compiling base64 v0.21.5 |
1607 | 2023-11-10T18:12:05.428Z | Compiling either v1.9.0 |
1608 | 2023-11-10T18:12:05.933Z | Compiling rand_core v0.6.4 |
1609 | 2023-11-10T18:12:05.953Z | Compiling openssl-probe v0.1.5 |
1610 | 2023-11-10T18:12:06.031Z | Compiling foreign-types-shared v0.1.1 |
1611 | 2023-11-10T18:12:06.176Z | Compiling hashbrown v0.12.3 |
1612 | 2023-11-10T18:12:06.205Z | Compiling untrusted v0.7.1 |
1613 | 2023-11-10T18:12:06.357Z | Compiling untrusted v0.9.0 |
1614 | 2023-11-10T18:12:06.557Z | Compiling foreign-types v0.3.2 |
1615 | 2023-11-10T18:12:07.016Z | Compiling zeroize v1.6.0 |
1616 | 2023-11-10T18:12:07.238Z | Compiling indexmap v2.1.0 |
1617 | 2023-11-10T18:12:07.261Z | Compiling bytes v1.5.0 |
1618 | 2023-11-10T18:12:07.680Z | Compiling chrono v0.4.31 |
1619 | 2023-11-10T18:12:08.077Z | Compiling uuid v1.5.0 |
1620 | 2023-11-10T18:12:08.183Z | Compiling semver v1.0.20 |
1621 | 2023-11-10T18:12:09.077Z | Compiling http v0.2.9 |
1622 | 2023-11-10T18:12:09.168Z | Compiling rustc_version v0.4.0 |
1623 | 2023-11-10T18:12:09.242Z | Compiling toml_datetime v0.6.5 |
1624 | 2023-11-10T18:12:09.264Z | Compiling serde_spanned v0.6.4 |
1625 | 2023-11-10T18:12:09.289Z | Compiling serde_tokenstream v0.1.7 |
1626 | 2023-11-10T18:12:09.577Z | Compiling bitflags v2.4.0 |
1627 | 2023-11-10T18:12:09.869Z | Compiling toml_edit v0.19.15 |
1628 | 2023-11-10T18:12:10.057Z | Compiling tokio v1.33.0 |
1629 | 2023-11-10T18:12:11.880Z | Compiling openapiv3 v1.0.3 |
1630 | 2023-11-10T18:12:12.888Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1631 | 2023-11-10T18:12:13.792Z | Compiling try-lock v0.2.4 |
1632 | 2023-11-10T18:12:13.966Z | Compiling want v0.3.1 |
1633 | 2023-11-10T18:12:14.683Z | Compiling usdt-attr-macro v0.3.5 |
1634 | 2023-11-10T18:12:14.989Z | Compiling usdt-macro v0.3.5 |
1635 | 2023-11-10T18:12:15.232Z | Compiling http-body v0.4.5 |
1636 | 2023-11-10T18:12:16.789Z | Compiling sct v0.7.0 |
1637 | 2023-11-10T18:12:16.835Z | Compiling enum-as-inner v0.5.1 |
1638 | 2023-11-10T18:12:17.252Z | Compiling socket2 v0.4.9 |
1639 | 2023-11-10T18:12:17.915Z | Compiling tower-service v0.3.2 |
1640 | 2023-11-10T18:12:18.084Z | Compiling httpdate v1.0.3 |
1641 | 2023-11-10T18:12:18.284Z | Compiling heapless v0.7.16 |
1642 | 2023-11-10T18:12:18.375Z | Compiling rustls-pemfile v1.0.3 |
1643 | 2023-11-10T18:12:18.466Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1644 | 2023-11-10T18:12:18.734Z | Compiling siphasher v0.3.11 |
1645 | 2023-11-10T18:12:18.866Z | Compiling rustls-native-certs v0.6.3 |
1646 | 2023-11-10T18:12:18.956Z | Compiling ipnet v2.8.0 |
1647 | 2023-11-10T18:12:19.320Z | Compiling serde_tokenstream v0.2.0 |
1648 | 2023-11-10T18:12:19.392Z | Compiling serde_urlencoded v0.7.1 |
1649 | 2023-11-10T18:12:19.631Z | Compiling encoding_rs v0.8.33 |
1650 | 2023-11-10T18:12:19.698Z | Compiling webpki-roots v0.25.2 |
1651 | 2023-11-10T18:12:19.918Z | Compiling mime v0.3.17 |
1652 | 2023-11-10T18:12:20.086Z | Compiling crypto-common v0.1.6 |
1653 | 2023-11-10T18:12:20.356Z | Compiling diesel_table_macro_syntax v0.1.0 |
1654 | 2023-11-10T18:12:20.657Z | Compiling num-bigint v0.4.4 |
1655 | 2023-11-10T18:12:20.665Z | Compiling bit-vec v0.6.3 |
1656 | 2023-11-10T18:12:20.720Z | Compiling smoltcp v0.9.1 |
1657 | 2023-11-10T18:12:20.890Z | Compiling diesel_derives v2.1.1 |
1658 | 2023-11-10T18:12:21.328Z | Compiling flate2 v1.0.28 |
1659 | 2023-11-10T18:12:21.625Z | Compiling phf_shared v0.10.0 |
1660 | 2023-11-10T18:12:21.644Z | Compiling block-buffer v0.10.4 |
1661 | 2023-11-10T18:12:21.794Z | Compiling hubpack_derive v0.1.1 |
1662 | 2023-11-10T18:12:22.038Z | Compiling fixedbitset v0.4.2 |
1663 | 2023-11-10T18:12:22.242Z | Compiling precomputed-hash v0.1.1 |
1664 | 2023-11-10T18:12:22.389Z | Compiling subtle v2.5.0 |
1665 | 2023-11-10T18:12:22.649Z | Compiling const-oid v0.9.5 |
1666 | 2023-11-10T18:12:22.841Z | Compiling tokio-util v0.7.10 |
1667 | 2023-11-10T18:12:22.894Z | Compiling new_debug_unreachable v1.0.4 |
1668 | 2023-11-10T18:12:23.017Z | Compiling ppv-lite86 v0.2.17 |
1669 | 2023-11-10T18:12:23.088Z | Compiling string_cache v0.8.7 |
1670 | 2023-11-10T18:12:23.682Z | Compiling petgraph v0.6.4 |
1671 | 2023-11-10T18:12:24.283Z | Compiling rand_chacha v0.3.1 |
1672 | 2023-11-10T18:12:25.090Z | Compiling h2 v0.3.21 |
1673 | 2023-11-10T18:12:25.852Z | Compiling digest v0.10.7 |
1674 | 2023-11-10T18:12:26.513Z | Compiling tokio-native-tls v0.3.1 |
1675 | 2023-11-10T18:12:26.643Z | Compiling bit-set v0.5.3 |
1676 | 2023-11-10T18:12:26.740Z | Compiling toml v0.7.8 |
1677 | 2023-11-10T18:12:26.900Z | Compiling itertools v0.10.5 |
1678 | 2023-11-10T18:12:27.439Z | Compiling unicode-segmentation v1.10.1 |
1679 | 2023-11-10T18:12:28.822Z | Compiling lalrpop-util v0.19.12 |
1680 | 2023-11-10T18:12:29.338Z | Compiling rand v0.8.5 |
1681 | 2023-11-10T18:12:29.361Z | Compiling regress v0.7.1 |
1682 | 2023-11-10T18:12:29.460Z | Compiling serde_repr v0.1.16 |
1683 | 2023-11-10T18:12:30.215Z | Compiling io-lifetimes v1.0.11 |
1684 | 2023-11-10T18:12:30.493Z | Compiling utf8parse v0.2.1 |
1685 | 2023-11-10T18:12:30.719Z | Compiling cpufeatures v0.2.9 |
1686 | 2023-11-10T18:12:30.851Z | Compiling anstyle v1.0.2 |
1687 | 2023-11-10T18:12:31.087Z | Compiling sha2 v0.10.8 |
1688 | 2023-11-10T18:12:31.472Z | Compiling anstyle-parse v0.2.1 |
1689 | 2023-11-10T18:12:31.476Z | Compiling rustix v0.37.23 |
1690 | 2023-11-10T18:12:31.515Z | Compiling md-5 v0.10.5 |
1691 | 2023-11-10T18:12:31.840Z | Compiling hmac v0.12.1 |
1692 | 2023-11-10T18:12:32.219Z | Compiling stringprep v0.1.3 |
1693 | 2023-11-10T18:12:32.340Z | Compiling hash32 v0.2.1 |
1694 | 2023-11-10T18:12:32.395Z | Compiling stable_deref_trait v1.2.0 |
1695 | 2023-11-10T18:12:32.530Z | Compiling fallible-iterator v0.2.0 |
1696 | 2023-11-10T18:12:32.898Z | Compiling anstyle-query v1.0.0 |
1697 | 2023-11-10T18:12:33.106Z | Compiling colorchoice v1.0.0 |
1698 | 2023-11-10T18:12:33.248Z | Compiling anstream v0.5.0 |
1699 | 2023-11-10T18:12:33.586Z | Compiling terminal_size v0.2.6 |
1700 | 2023-11-10T18:12:33.699Z | Compiling postgres-protocol v0.6.6 |
1701 | 2023-11-10T18:12:33.786Z | Compiling phf_shared v0.11.2 |
1702 | 2023-11-10T18:12:33.831Z | Compiling block-padding v0.3.3 |
1703 | 2023-11-10T18:12:34.156Z | Compiling scheduled-thread-pool v0.2.7 |
1704 | 2023-11-10T18:12:34.209Z | Compiling regex-automata v0.1.10 |
1705 | 2023-11-10T18:12:34.340Z | Compiling matches v0.1.10 |
1706 | 2023-11-10T18:12:34.465Z | Compiling clap_lex v0.5.1 |
1707 | 2023-11-10T18:12:34.915Z | Compiling managed v0.8.0 |
1708 | 2023-11-10T18:12:34.969Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1709 | 2023-11-10T18:12:35.157Z | Compiling tap v1.0.1 |
1710 | 2023-11-10T18:12:35.194Z | Compiling postgres-types v0.2.6 |
1711 | 2023-11-10T18:12:35.420Z | Compiling wyz v0.5.1 |
1712 | 2023-11-10T18:12:35.629Z | Compiling bstr v0.2.17 |
1713 | 2023-11-10T18:12:36.104Z | Compiling clap_builder v4.4.2 |
1714 | 2023-11-10T18:12:37.524Z | Compiling hyper v0.14.27 |
1715 | 2023-11-10T18:12:37.634Z | Compiling r2d2 v0.8.10 |
1716 | 2023-11-10T18:12:37.855Z | Compiling idna v0.2.3 |
1717 | 2023-11-10T18:12:38.185Z | Compiling phf v0.11.2 |
1718 | 2023-11-10T18:12:38.623Z | Compiling inout v0.1.3 |
1719 | 2023-11-10T18:12:39.139Z | Compiling hubpack v0.1.2 |
1720 | 2023-11-10T18:12:40.289Z | Compiling ipnetwork v0.20.0 |
1721 | 2023-11-10T18:12:40.292Z | Compiling futures-executor v0.3.29 |
1722 | 2023-11-10T18:12:41.084Z | Compiling itertools v0.11.0 |
1723 | 2023-11-10T18:12:41.963Z | Compiling zerocopy v0.6.4 |
1724 | 2023-11-10T18:12:43.270Z | Compiling float-cmp v0.9.0 |
1725 | 2023-11-10T18:12:43.584Z | Compiling data-encoding v2.4.0 |
1726 | 2023-11-10T18:12:44.119Z | Compiling regex-automata v0.3.8 |
1727 | 2023-11-10T18:12:44.149Z | Compiling static_assertions v1.1.0 |
1728 | 2023-11-10T18:12:44.282Z | Compiling whoami v1.4.1 |
1729 | 2023-11-10T18:12:44.839Z | Compiling difflib v0.4.0 |
1730 | 2023-11-10T18:12:45.104Z | Compiling normalize-line-endings v0.3.0 |
1731 | 2023-11-10T18:12:45.262Z | Compiling predicates-core v1.0.6 |
1732 | 2023-11-10T18:12:45.736Z | Compiling funty v2.0.0 |
1733 | 2023-11-10T18:12:45.901Z | Compiling predicates v3.0.4 |
1734 | 2023-11-10T18:12:46.811Z | Compiling tokio-postgres v0.7.10 |
1735 | 2023-11-10T18:12:46.995Z | Compiling bstr v1.6.0 |
1736 | 2023-11-10T18:12:47.905Z | Compiling bitvec v1.0.1 |
1737 | 2023-11-10T18:12:48.227Z | Compiling trust-dns-proto v0.22.0 |
1738 | 2023-11-10T18:12:48.834Z | Compiling hyper-tls v0.5.0 |
1739 | 2023-11-10T18:12:49.322Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1740 | 2023-11-10T18:12:49.372Z | Compiling diesel v2.1.3 |
1741 | 2023-11-10T18:12:51.161Z | Compiling yasna v0.5.2 |
1742 | 2023-11-10T18:12:53.072Z | Compiling clap v4.4.3 |
1743 | 2023-11-10T18:12:53.218Z | Compiling futures v0.3.29 |
1744 | 2023-11-10T18:12:53.381Z | Compiling cipher v0.4.4 |
1745 | 2023-11-10T18:12:53.917Z | Compiling similar v2.2.1 |
1746 | 2023-11-10T18:12:54.368Z | Compiling signature v2.1.0 |
1747 | 2023-11-10T18:12:54.670Z | Compiling tokio-stream v0.1.14 |
1748 | 2023-11-10T18:12:54.753Z | Compiling usdt v0.3.5 |
1749 | 2023-11-10T18:12:55.118Z | Compiling hex v0.4.3 |
1750 | 2023-11-10T18:12:55.145Z | Compiling console v0.15.7 |
1751 | 2023-11-10T18:12:56.115Z | Compiling getopts v0.2.21 |
1752 | 2023-11-10T18:12:57.195Z | Compiling unsafe-libyaml v0.2.9 |
1753 | 2023-11-10T18:12:57.350Z | Compiling ident_case v1.0.1 |
1754 | 2023-11-10T18:12:57.744Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1755 | 2023-11-10T18:12:58.705Z | Compiling slog-async v2.8.0 |
1756 | 2023-11-10T18:12:58.794Z | Compiling paste v1.0.14 |
1757 | 2023-11-10T18:12:59.381Z | Compiling serde_yaml v0.9.25 |
1758 | 2023-11-10T18:13:00.350Z | Compiling darling_core v0.20.3 |
1759 | 2023-11-10T18:13:00.819Z | Compiling multer v2.1.0 |
1760 | 2023-11-10T18:13:00.852Z | Compiling async-stream-impl v0.3.5 |
1761 | 2023-11-10T18:13:01.253Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1762 | 2023-11-10T18:13:01.355Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1763 | 2023-11-10T18:13:04.885Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1764 | 2023-11-10T18:13:05.068Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1765 | 2023-11-10T18:13:06.395Z | Compiling structmeta-derive v0.2.0 |
1766 | 2023-11-10T18:13:06.780Z | Compiling regex-syntax v0.7.5 |
1767 | 2023-11-10T18:13:09.193Z | Compiling darling_macro v0.20.3 |
1768 | 2023-11-10T18:13:10.651Z | Compiling darling v0.20.3 |
1769 | 2023-11-10T18:13:10.697Z | Compiling structmeta v0.2.0 |
1770 | 2023-11-10T18:13:10.823Z | Compiling serde_with_macros v2.3.3 |
1771 | 2023-11-10T18:13:11.314Z | Compiling test-strategy v0.3.1 |
1772 | 2023-11-10T18:13:15.686Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1773 | 2023-11-10T18:13:17.147Z | Compiling parse-display-derive v0.8.2 |
1774 | 2023-11-10T18:13:21.905Z | Checking unicode-ident v1.0.12 |
1775 | 2023-11-10T18:13:50.669Z | Checking heck v0.4.1 |
1776 | 2023-11-10T18:13:59.311Z | Checking atty v0.2.14 |
1777 | 2023-11-10T18:13:59.350Z | Checking match_cfg v0.1.0 |
1778 | 2023-11-10T18:13:59.485Z | Checking hostname v0.3.1 |
1779 | 2023-11-10T18:13:59.656Z | Checking crossbeam-channel v0.5.8 |
1780 | 2023-11-10T18:13:59.842Z | Checking sha1 v0.10.5 |
1781 | 2023-11-10T18:14:00.259Z | Checking dirs-sys-next v0.1.2 |
1782 | 2023-11-10T18:14:00.369Z | Checking fastrand v2.0.0 |
1783 | 2023-11-10T18:14:00.519Z | Checking dirs-next v2.0.0 |
1784 | 2023-11-10T18:14:00.703Z | Checking thread_local v1.1.7 |
1785 | 2023-11-10T18:14:00.836Z | Checking term v0.7.0 |
1786 | 2023-11-10T18:14:00.877Z | Checking tempfile v3.8.0 |
1787 | 2023-11-10T18:14:01.136Z | Checking camino v1.1.6 |
1788 | 2023-11-10T18:14:01.424Z | Checking strum v0.25.0 |
1789 | 2023-11-10T18:14:01.490Z | Checking instant v0.1.12 |
1790 | 2023-11-10T18:14:01.648Z | Checking take_mut v0.2.2 |
1791 | 2023-11-10T18:14:01.651Z | Checking slog-term v2.9.0 |
1792 | 2023-11-10T18:14:02.066Z | Checking slog-json v2.6.1 |
1793 | 2023-11-10T18:14:02.299Z | Checking serde_with v2.3.3 |
1794 | 2023-11-10T18:14:02.452Z | Checking slog-bunyan v2.4.0 |
1795 | 2023-11-10T18:14:02.716Z | Checking debug-ignore v1.0.5 |
1796 | 2023-11-10T18:14:02.905Z | Checking atomic-waker v1.1.1 |
1797 | 2023-11-10T18:14:03.084Z | Checking waitgroup v0.1.2 |
1798 | 2023-11-10T18:14:03.770Z | Checking async-stream v0.3.5 |
1799 | 2023-11-10T18:14:03.843Z | Checking serde_path_to_error v0.1.14 |
1800 | 2023-11-10T18:14:04.051Z | Checking backoff v0.4.0 |
1801 | 2023-11-10T18:14:04.238Z | Checking toml_edit v0.21.0 |
1802 | 2023-11-10T18:14:04.650Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1803 | 2023-11-10T18:14:04.854Z | Checking macaddr v1.0.1 |
1804 | 2023-11-10T18:14:05.187Z | Checking quick-error v1.2.3 |
1805 | 2023-11-10T18:14:05.651Z | Checking wait-timeout v0.2.0 |
1806 | 2023-11-10T18:14:06.151Z | Compiling proc-macro-crate v1.3.1 |
1807 | 2023-11-10T18:14:06.652Z | Checking rusty-fork v0.3.0 |
1808 | 2023-11-10T18:14:07.086Z | Checking rand_xorshift v0.3.0 |
1809 | 2023-11-10T18:14:07.541Z | Compiling crucible-workspace-hack v0.1.0 |
1810 | 2023-11-10T18:14:07.946Z | Checking unarray v0.1.4 |
1811 | 2023-11-10T18:14:08.126Z | Checking toml v0.8.8 |
1812 | 2023-11-10T18:14:08.148Z | Checking parse-display v0.8.2 |
1813 | 2023-11-10T18:14:12.040Z | Compiling proc-macro-error-attr v1.0.4 |
1814 | 2023-11-10T18:14:12.648Z | Checking proptest v1.3.1 |
1815 | 2023-11-10T18:14:12.702Z | Compiling proc-macro-error v1.0.4 |
1816 | 2023-11-10T18:14:13.553Z | Compiling num_enum_derive v0.5.11 |
1817 | 2023-11-10T18:14:16.559Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1818 | 2023-11-10T18:14:17.571Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1819 | 2023-11-10T18:14:18.012Z | Compiling foreign-types-macros v0.2.3 |
1820 | 2023-11-10T18:14:18.262Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1821 | 2023-11-10T18:14:18.322Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1822 | 2023-11-10T18:14:18.783Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1823 | 2023-11-10T18:14:18.858Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1824 | 2023-11-10T18:14:19.848Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1825 | 2023-11-10T18:14:21.444Z | Compiling zone_cfg_derive v0.3.0 |
1826 | 2023-11-10T18:14:21.615Z | Compiling mockall_derive v0.11.4 |
1827 | 2023-11-10T18:14:22.687Z | Compiling num-derive v0.4.0 |
1828 | 2023-11-10T18:14:33.407Z | Checking base64ct v1.6.0 |
1829 | 2023-11-10T18:14:52.724Z | Checking is-terminal v0.4.9 |
1830 | 2023-11-10T18:15:00.134Z | Compiling slog-dtrace v0.2.3 |
1831 | 2023-11-10T18:15:00.649Z | Checking password-hash v0.5.0 |
1832 | 2023-11-10T18:15:00.815Z | Checking blake2 v0.10.6 |
1833 | 2023-11-10T18:15:00.864Z | Checking termtree v0.4.1 |
1834 | 2023-11-10T18:15:01.159Z | Checking predicates-tree v1.0.9 |
1835 | 2023-11-10T18:15:01.328Z | Checking num_enum v0.5.11 |
1836 | 2023-11-10T18:15:01.376Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1837 | 2023-11-10T18:15:01.480Z | Checking argon2 v0.5.2 |
1838 | 2023-11-10T18:15:01.531Z | Checking postcard-cobs v0.1.5-pre |
1839 | 2023-11-10T18:15:01.758Z | Checking base64 v0.13.1 |
1840 | 2023-11-10T18:15:01.896Z | Compiling cancel-safe-futures v0.1.5 |
1841 | 2023-11-10T18:15:02.413Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1842 | 2023-11-10T18:15:02.435Z | Checking postcard v0.7.3 |
1843 | 2023-11-10T18:15:02.456Z | Checking smoltcp v0.8.2 |
1844 | 2023-11-10T18:15:02.742Z | Checking foreign-types-shared v0.3.1 |
1845 | 2023-11-10T18:15:02.887Z | Checking cfg-if v0.1.10 |
1846 | 2023-11-10T18:15:03.006Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1847 | 2023-11-10T18:15:03.034Z | Checking foreign-types v0.5.0 |
1848 | 2023-11-10T18:15:03.194Z | Checking cstr-argument v0.1.2 |
1849 | 2023-11-10T18:15:03.244Z | Checking pretty-hex v0.2.1 |
1850 | 2023-11-10T18:15:03.352Z | Checking colored v2.0.4 |
1851 | 2023-11-10T18:15:03.429Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1852 | 2023-11-10T18:15:03.463Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1853 | 2023-11-10T18:15:03.863Z | Checking predicates v2.1.5 |
1854 | 2023-11-10T18:15:04.247Z | Checking downcast v0.11.0 |
1855 | 2023-11-10T18:15:04.532Z | Checking fragile v2.0.0 |
1856 | 2023-11-10T18:15:04.795Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1857 | 2023-11-10T18:15:04.937Z | Checking mockall v0.11.4 |
1858 | 2023-11-10T18:15:05.112Z | Checking zone v0.3.0 |
1859 | 2023-11-10T18:15:05.146Z | Checking smf v0.2.2 |
1860 | 2023-11-10T18:15:05.236Z | Compiling der_derive v0.7.2 |
1861 | 2023-11-10T18:15:05.488Z | Checking filetime v0.2.22 |
1862 | 2023-11-10T18:15:05.742Z | Checking xattr v1.0.1 |
1863 | 2023-11-10T18:15:05.994Z | Checking tar v0.4.40 |
1864 | 2023-11-10T18:15:06.302Z | Compiling heck v0.3.3 |
1865 | 2023-11-10T18:15:06.523Z | Compiling libefi-sys v0.1.0 |
1866 | 2023-11-10T18:15:06.728Z | Checking pem v1.1.1 |
1867 | 2023-11-10T18:15:06.846Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1868 | 2023-11-10T18:15:06.849Z | Compiling structopt-derive v0.4.18 |
1869 | 2023-11-10T18:15:06.978Z | Checking camino-tempfile v1.0.2 |
1870 | 2023-11-10T18:15:07.082Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1871 | 2023-11-10T18:15:07.182Z | Compiling memoffset v0.7.1 |
1872 | 2023-11-10T18:15:07.365Z | Compiling maybe-uninit v2.0.0 |
1873 | 2023-11-10T18:15:07.798Z | Compiling packed_struct v0.10.1 |
1874 | 2023-11-10T18:15:07.857Z | Compiling num-bigint-dig v0.8.4 |
1875 | 2023-11-10T18:15:08.112Z | Checking headers-core v0.2.0 |
1876 | 2023-11-10T18:15:08.310Z | Compiling packed_struct_codegen v0.10.1 |
1877 | 2023-11-10T18:15:08.335Z | Compiling signal-hook v0.3.17 |
1878 | 2023-11-10T18:15:08.412Z | Checking headers v0.3.9 |
1879 | 2023-11-10T18:15:08.777Z | Checking pem v3.0.2 |
1880 | 2023-11-10T18:15:08.961Z | Checking atomicwrites v0.4.2 |
1881 | 2023-11-10T18:15:08.979Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1882 | 2023-11-10T18:15:09.158Z | Checking rcgen v0.11.3 |
1883 | 2023-11-10T18:15:09.235Z | Checking subprocess v0.2.9 |
1884 | 2023-11-10T18:15:10.065Z | Compiling num-rational v0.4.1 |
1885 | 2023-11-10T18:15:10.152Z | Compiling same-file v1.0.6 |
1886 | 2023-11-10T18:15:10.175Z | Checking linked-hash-map v0.5.6 |
1887 | 2023-11-10T18:15:10.489Z | Checking termcolor v1.2.0 |
1888 | 2023-11-10T18:15:10.681Z | Checking lru-cache v0.1.2 |
1889 | 2023-11-10T18:15:10.862Z | Compiling walkdir v2.4.0 |
1890 | 2023-11-10T18:15:10.939Z | Compiling semver-parser v0.10.2 |
1891 | 2023-11-10T18:15:11.129Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1892 | 2023-11-10T18:15:11.558Z | Compiling home v0.5.5 |
1893 | 2023-11-10T18:15:12.010Z | Compiling toml v0.5.11 |
1894 | 2023-11-10T18:15:12.529Z | Compiling semver v0.11.0 |
1895 | 2023-11-10T18:15:13.194Z | Compiling toolchain_find v0.2.0 |
1896 | 2023-11-10T18:15:13.636Z | Compiling doc-comment v0.3.3 |
1897 | 2023-11-10T18:15:14.009Z | Checking half v1.8.2 |
1898 | 2023-11-10T18:15:14.298Z | Checking ciborium-io v0.2.1 |
1899 | 2023-11-10T18:15:14.678Z | Checking ciborium-ll v0.2.1 |
1900 | 2023-11-10T18:15:14.784Z | Checking arc-swap v1.6.0 |
1901 | 2023-11-10T18:15:15.115Z | Compiling rustfmt-wrapper v0.2.0 |
1902 | 2023-11-10T18:15:15.134Z | Checking ciborium v0.2.1 |
1903 | 2023-11-10T18:15:15.210Z | Compiling convert_case v0.4.0 |
1904 | 2023-11-10T18:15:15.459Z | Checking slog-scope v4.4.0 |
1905 | 2023-11-10T18:15:16.471Z | Compiling derive_more v0.99.17 |
1906 | 2023-11-10T18:15:16.554Z | Checking slog-stdlog v4.1.1 |
1907 | 2023-11-10T18:15:16.797Z | Compiling structmeta-derive v0.1.6 |
1908 | 2023-11-10T18:15:16.839Z | Compiling snafu-derive v0.7.5 |
1909 | 2023-11-10T18:15:17.531Z | Checking slog-envlogger v2.2.0 |
1910 | 2023-11-10T18:15:17.901Z | Checking newline-converter v0.3.0 |
1911 | 2023-11-10T18:15:17.905Z | Compiling derive-where v1.2.5 |
1912 | 2023-11-10T18:15:18.028Z | Compiling semver v0.1.20 |
1913 | 2023-11-10T18:15:19.031Z | Compiling rustc_version v0.1.7 |
1914 | 2023-11-10T18:15:19.645Z | Checking expectorate v1.1.0 |
1915 | 2023-11-10T18:15:19.878Z | Checking pem-rfc7468 v0.7.0 |
1916 | 2023-11-10T18:15:20.062Z | Checking resolv-conf v0.7.0 |
1917 | 2023-11-10T18:15:20.291Z | Checking hkdf v0.12.3 |
1918 | 2023-11-10T18:15:20.608Z | Compiling libz-sys v1.1.12 |
1919 | 2023-11-10T18:15:20.629Z | Compiling parking_lot_core v0.8.6 |
1920 | 2023-11-10T18:15:21.102Z | Compiling structmeta v0.1.6 |
1921 | 2023-11-10T18:15:21.228Z | Checking flagset v0.4.3 |
1922 | 2023-11-10T18:15:21.520Z | Checking der v0.7.8 |
1923 | 2023-11-10T18:15:21.544Z | Checking trust-dns-resolver v0.22.0 |
1924 | 2023-11-10T18:15:21.712Z | Compiling parse-display-derive v0.7.0 |
1925 | 2023-11-10T18:15:23.235Z | Compiling newtype_derive v0.1.6 |
1926 | 2023-11-10T18:15:23.692Z | Checking textwrap v0.11.0 |
1927 | 2023-11-10T18:15:23.864Z | Checking strsim v0.8.0 |
1928 | 2023-11-10T18:15:24.017Z | Checking vec_map v0.8.2 |
1929 | 2023-11-10T18:15:24.143Z | Checking keccak v0.1.4 |
1930 | 2023-11-10T18:15:24.164Z | Checking ansi_term v0.12.1 |
1931 | 2023-11-10T18:15:24.613Z | Checking sha3 v0.10.8 |
1932 | 2023-11-10T18:15:24.633Z | Checking clap v2.34.0 |
1933 | 2023-11-10T18:15:24.761Z | Checking spki v0.7.2 |
1934 | 2023-11-10T18:15:25.061Z | Checking secrecy v0.8.0 |
1935 | 2023-11-10T18:15:25.153Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-11-10T18:15:25.212Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1937 | 2023-11-10T18:15:26.102Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1938 | 2023-11-10T18:15:26.565Z | Checking fxhash v0.2.1 |
1939 | 2023-11-10T18:15:26.585Z | Compiling libsqlite3-sys v0.26.0 |
1940 | 2023-11-10T18:15:26.886Z | Checking crc-catalog v2.2.0 |
1941 | 2023-11-10T18:15:27.140Z | Checking crc v3.0.1 |
1942 | 2023-11-10T18:15:27.327Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1943 | 2023-11-10T18:15:27.347Z | Checking pkcs8 v0.10.2 |
1944 | 2023-11-10T18:15:27.791Z | Compiling vergen v8.2.4 |
1945 | 2023-11-10T18:15:27.936Z | Checking nodrop v0.1.14 |
1946 | 2023-11-10T18:15:28.100Z | Checking array-init v0.0.4 |
1947 | 2023-11-10T18:15:28.280Z | Checking pkcs1 v0.7.5 |
1948 | 2023-11-10T18:15:28.436Z | Checking smallvec v0.6.14 |
1949 | 2023-11-10T18:15:29.111Z | Checking bitfield v0.14.0 |
1950 | 2023-11-10T18:15:29.255Z | Checking structopt v0.3.26 |
1951 | 2023-11-10T18:15:29.716Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1952 | 2023-11-10T18:15:29.829Z | Checking serde-hex v0.1.0 |
1953 | 2023-11-10T18:15:29.847Z | Checking x509-cert v0.2.4 |
1954 | 2023-11-10T18:15:30.075Z | Checking env_logger v0.10.0 |
1955 | 2023-11-10T18:15:32.208Z | Checking rsa v0.9.2 |
1956 | 2023-11-10T18:15:32.403Z | Checking ron v0.8.1 |
1957 | 2023-11-10T18:15:32.871Z | Compiling buf-list v1.0.3 |
1958 | 2023-11-10T18:15:32.990Z | Checking crc-any v2.4.3 |
1959 | 2023-11-10T18:15:33.580Z | Checking humantime v2.1.0 |
1960 | 2023-11-10T18:15:33.928Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1961 | 2023-11-10T18:15:34.428Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2023-11-10T18:15:34.476Z | Checking object v0.30.4 |
1963 | 2023-11-10T18:15:34.725Z | Checking path-slash v0.1.5 |
1964 | 2023-11-10T18:15:34.804Z | Checking utf-8 v0.7.6 |
1965 | 2023-11-10T18:15:35.091Z | Compiling num_enum_derive v0.7.0 |
1966 | 2023-11-10T18:15:35.149Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1967 | 2023-11-10T18:15:35.560Z | Compiling unicase v2.7.0 |
1968 | 2023-11-10T18:15:35.597Z | Compiling rayon-core v1.12.0 |
1969 | 2023-11-10T18:15:36.065Z | Compiling salty v0.2.0 |
1970 | 2023-11-10T18:15:36.252Z | Compiling platforms v3.0.2 |
1971 | 2023-11-10T18:15:36.762Z | Checking num-complex v0.4.4 |
1972 | 2023-11-10T18:15:36.783Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1973 | 2023-11-10T18:15:36.858Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1974 | 2023-11-10T18:15:37.906Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1975 | 2023-11-10T18:15:38.295Z | Compiling erased-serde v0.3.30 |
1976 | 2023-11-10T18:15:38.320Z | Checking num v0.4.1 |
1977 | 2023-11-10T18:15:38.459Z | Compiling curve25519-dalek v4.1.0 |
1978 | 2023-11-10T18:15:38.876Z | Compiling bitstruct_derive v0.1.0 |
1979 | 2023-11-10T18:15:39.032Z | Compiling async-recursion v1.0.5 |
1980 | 2023-11-10T18:15:39.072Z | Compiling glob v0.3.1 |
1981 | 2023-11-10T18:15:39.174Z | Compiling mime_guess v2.0.4 |
1982 | 2023-11-10T18:15:39.230Z | Checking tungstenite v0.18.0 |
1983 | 2023-11-10T18:15:40.413Z | Compiling thiserror-impl-no-std v2.0.2 |
1984 | 2023-11-10T18:15:40.637Z | Compiling curve25519-dalek-derive v0.1.0 |
1985 | 2023-11-10T18:15:40.802Z | Checking tokio-tungstenite v0.18.0 |
1986 | 2023-11-10T18:15:41.066Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1987 | 2023-11-10T18:15:41.492Z | Checking universal-hash v0.5.1 |
1988 | 2023-11-10T18:15:41.653Z | Checking nibble_vec v0.1.0 |
1989 | 2023-11-10T18:15:42.628Z | Compiling crunchy v0.2.2 |
1990 | 2023-11-10T18:15:42.752Z | Checking opaque-debug v0.3.0 |
1991 | 2023-11-10T18:15:42.874Z | Checking endian-type v0.1.2 |
1992 | 2023-11-10T18:15:43.162Z | Checking snafu v0.7.5 |
1993 | 2023-11-10T18:15:43.165Z | Checking radix_trie v0.2.1 |
1994 | 2023-11-10T18:15:43.613Z | Compiling tiny-keccak v2.0.2 |
1995 | 2023-11-10T18:15:43.830Z | Checking linear-map v1.2.0 |
1996 | 2023-11-10T18:15:43.834Z | Checking parking_lot v0.11.2 |
1997 | 2023-11-10T18:15:44.047Z | Checking trust-dns-client v0.22.0 |
1998 | 2023-11-10T18:15:44.342Z | Compiling clang-sys v1.6.1 |
1999 | 2023-11-10T18:15:44.376Z | Checking aead v0.5.2 |
2000 | 2023-11-10T18:15:44.661Z | Compiling darling_core v0.14.4 |
2001 | 2023-11-10T18:15:44.818Z | Compiling prettyplease v0.2.12 |
2002 | 2023-11-10T18:15:44.848Z | Checking sled v0.34.7 |
2003 | 2023-11-10T18:15:45.281Z | Compiling ascii-canvas v3.0.0 |
2004 | 2023-11-10T18:15:46.035Z | Checking parse-display v0.7.0 |
2005 | 2023-11-10T18:15:46.069Z | Checking trust-dns-server v0.22.1 |
2006 | 2023-11-10T18:15:46.358Z | Compiling const_format_proc_macros v0.2.31 |
2007 | 2023-11-10T18:15:46.450Z | Compiling ena v0.14.2 |
2008 | 2023-11-10T18:15:46.734Z | Checking pretty-hex v0.3.0 |
2009 | 2023-11-10T18:15:47.000Z | Checking signature v1.6.4 |
2010 | 2023-11-10T18:15:47.106Z | Compiling diff v0.1.13 |
2011 | 2023-11-10T18:15:47.197Z | Compiling minimal-lexical v0.2.1 |
2012 | 2023-11-10T18:15:47.994Z | Compiling portable-atomic v1.4.3 |
2013 | 2023-11-10T18:15:48.016Z | Compiling nom v7.1.3 |
2014 | 2023-11-10T18:15:49.375Z | Compiling lalrpop v0.19.12 |
2015 | 2023-11-10T18:15:49.478Z | Checking ed25519 v1.5.3 |
2016 | 2023-11-10T18:15:50.473Z | Checking path-dedot v3.1.0 |
2017 | 2023-11-10T18:15:50.515Z | Compiling libloading v0.7.4 |
2018 | 2023-11-10T18:15:50.703Z | Compiling bindgen v0.65.1 |
2019 | 2023-11-10T18:15:51.050Z | Compiling ref-cast v1.0.20 |
2020 | 2023-11-10T18:15:51.842Z | Checking path-absolutize v3.1.0 |
2021 | 2023-11-10T18:15:52.122Z | Checking steno v0.4.0 |
2022 | 2023-11-10T18:15:53.348Z | Compiling darling_macro v0.14.4 |
2023 | 2023-11-10T18:15:53.719Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2024 | 2023-11-10T18:15:54.369Z | Compiling cexpr v0.6.0 |
2025 | 2023-11-10T18:15:54.804Z | Compiling darling v0.14.4 |
2026 | 2023-11-10T18:15:54.975Z | Compiling derive_builder_core v0.12.0 |
2027 | 2023-11-10T18:15:55.008Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2028 | 2023-11-10T18:15:55.136Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2029 | 2023-11-10T18:15:55.512Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2030 | 2023-11-10T18:15:56.051Z | Checking globset v0.4.13 |
2031 | 2023-11-10T18:15:56.369Z | Checking crossbeam-deque v0.8.3 |
2032 | 2023-11-10T18:15:56.584Z | Checking olpc-cjson v0.1.3 |
2033 | 2023-11-10T18:15:56.828Z | Checking hashlink v0.8.3 |
2034 | 2023-11-10T18:15:56.832Z | Compiling which v4.4.0 |
2035 | 2023-11-10T18:15:56.858Z | Checking serde-big-array v0.4.1 |
2036 | 2023-11-10T18:15:56.934Z | Checking serde_plain v1.0.2 |
2037 | 2023-11-10T18:15:57.097Z | Checking serde-big-array v0.5.1 |
2038 | 2023-11-10T18:15:57.300Z | Compiling ref-cast-impl v1.0.20 |
2039 | 2023-11-10T18:15:57.419Z | Compiling libxml v0.3.3 |
2040 | 2023-11-10T18:15:57.712Z | Compiling rustc-hash v1.1.0 |
2041 | 2023-11-10T18:15:57.776Z | Checking fallible-streaming-iterator v0.1.9 |
2042 | 2023-11-10T18:15:57.916Z | Compiling peeking_take_while v0.1.2 |
2043 | 2023-11-10T18:15:58.109Z | Compiling shlex v1.1.0 |
2044 | 2023-11-10T18:15:58.128Z | Compiling lazycell v1.3.0 |
2045 | 2023-11-10T18:15:58.483Z | Checking rusqlite v0.29.0 |
2046 | 2023-11-10T18:15:58.651Z | Compiling derive_builder_macro v0.12.0 |
2047 | 2023-11-10T18:15:59.107Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2048 | 2023-11-10T18:15:59.851Z | Checking signal-hook-tokio v0.3.1 |
2049 | 2023-11-10T18:16:00.098Z | Checking nix v0.26.2 |
2050 | 2023-11-10T18:16:00.676Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2051 | 2023-11-10T18:16:00.966Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2052 | 2023-11-10T18:16:01.416Z | Checking twox-hash v1.6.3 |
2053 | 2023-11-10T18:16:01.486Z | Checking ff v0.13.0 |
2054 | 2023-11-10T18:16:01.533Z | Compiling strum_macros v0.24.3 |
2055 | 2023-11-10T18:16:01.791Z | Checking corncobs v0.1.3 |
2056 | 2023-11-10T18:16:01.833Z | Compiling indoc v1.0.9 |
2057 | 2023-11-10T18:16:02.696Z | Checking display-error-chain v0.2.0 |
2058 | 2023-11-10T18:16:02.901Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2059 | 2023-11-10T18:16:03.191Z | Checking group v0.13.0 |
2060 | 2023-11-10T18:16:03.749Z | Checking polyval v0.6.1 |
2061 | 2023-11-10T18:16:04.160Z | Checking num_enum v0.7.0 |
2062 | 2023-11-10T18:16:04.527Z | Checking aes v0.8.3 |
2063 | 2023-11-10T18:16:04.840Z | Checking ctr v0.9.2 |
2064 | 2023-11-10T18:16:05.296Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2065 | 2023-11-10T18:16:05.703Z | Checking crypto-bigint v0.5.2 |
2066 | 2023-11-10T18:16:06.030Z | Checking bincode v1.3.3 |
2067 | 2023-11-10T18:16:06.470Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2068 | 2023-11-10T18:16:06.939Z | Compiling cookie v0.16.2 |
2069 | 2023-11-10T18:16:07.302Z | Checking base16ct v0.2.0 |
2070 | 2023-11-10T18:16:08.412Z | Checking aes-gcm-siv v0.11.1 |
2071 | 2023-11-10T18:16:08.515Z | Checking rayon v1.8.0 |
2072 | 2023-11-10T18:16:08.533Z | Checking thiserror-no-std v2.0.2 |
2073 | 2023-11-10T18:16:08.564Z | Checking elliptic-curve v0.13.5 |
2074 | 2023-11-10T18:16:08.784Z | Checking poly1305 v0.8.0 |
2075 | 2023-11-10T18:16:09.287Z | Checking env_logger v0.9.3 |
2076 | 2023-11-10T18:16:09.958Z | Checking chacha20 v0.9.1 |
2077 | 2023-11-10T18:16:10.112Z | Compiling oso-derive v0.27.0 |
2078 | 2023-11-10T18:16:10.246Z | Compiling impl-trait-for-tuples v0.2.2 |
2079 | 2023-11-10T18:16:10.509Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2080 | 2023-11-10T18:16:10.682Z | Checking ascii v1.1.0 |
2081 | 2023-11-10T18:16:11.278Z | Checking ringbuffer v0.15.0 |
2082 | 2023-11-10T18:16:11.554Z | Checking vsss-rs v3.3.1 |
2083 | 2023-11-10T18:16:11.800Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2084 | 2023-11-10T18:16:11.898Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2085 | 2023-11-10T18:16:11.962Z | Checking chacha20poly1305 v0.10.1 |
2086 | 2023-11-10T18:16:13.096Z | Checking bitstruct v0.1.1 |
2087 | 2023-11-10T18:16:13.280Z | Checking tungstenite v0.20.1 |
2088 | 2023-11-10T18:16:14.885Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2089 | 2023-11-10T18:16:15.050Z | Checking serde_arrays v0.1.0 |
2090 | 2023-11-10T18:16:15.309Z | Checking tokio-tungstenite v0.20.1 |
2091 | 2023-11-10T18:16:17.019Z | Checking bcs v0.1.6 |
2092 | 2023-11-10T18:16:17.565Z | Checking assert_matches v1.5.0 |
2093 | 2023-11-10T18:16:17.691Z | Checking highway v1.1.0 |
2094 | 2023-11-10T18:16:21.594Z | Checking const_format v0.2.31 |
2095 | 2023-11-10T18:16:22.213Z | Checking ron v0.7.1 |
2096 | 2023-11-10T18:16:22.949Z | Checking bit_field v0.10.2 |
2097 | 2023-11-10T18:16:23.320Z | Checking http-range v0.1.5 |
2098 | 2023-11-10T18:16:23.566Z | Checking hyper-staticfile v0.9.5 |
2099 | 2023-11-10T18:16:24.122Z | Compiling indoc v2.0.3 |
2100 | 2023-11-10T18:16:26.682Z | Checking derive_builder v0.12.0 |
2101 | 2023-11-10T18:16:29.695Z | Checking bb8 v0.8.1 |
2102 | 2023-11-10T18:16:29.815Z | Checking quick-xml v0.23.1 |
2103 | 2023-11-10T18:16:29.949Z | Checking bytesize v1.3.0 |
2104 | 2023-11-10T18:16:30.152Z | Checking fs-err v2.9.0 |
2105 | 2023-11-10T18:16:30.317Z | Checking maplit v1.0.2 |
2106 | 2023-11-10T18:16:30.434Z | Checking number_prefix v0.4.0 |
2107 | 2023-11-10T18:16:30.699Z | Checking indicatif v0.17.7 |
2108 | 2023-11-10T18:16:31.404Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2109 | 2023-11-10T18:16:32.746Z | Checking signal-hook-mio v0.2.3 |
2110 | 2023-11-10T18:16:33.475Z | Compiling vte_generate_state_changes v0.1.1 |
2111 | 2023-11-10T18:16:38.564Z | Checking smawk v0.3.1 |
2112 | 2023-11-10T18:16:38.567Z | Checking yansi v0.5.1 |
2113 | 2023-11-10T18:16:38.847Z | Checking unicode-linebreak v0.1.5 |
2114 | 2023-11-10T18:16:39.520Z | Checking textwrap v0.16.0 |
2115 | 2023-11-10T18:16:39.896Z | Checking pretty_assertions v1.4.0 |
2116 | 2023-11-10T18:16:40.829Z | Checking crossterm v0.27.0 |
2117 | 2023-11-10T18:16:42.947Z | Checking fatfs v0.3.6 |
2118 | 2023-11-10T18:16:43.282Z | Checking cassowary v0.3.0 |
2119 | 2023-11-10T18:16:43.754Z | Checking plotters-backend v0.3.5 |
2120 | 2023-11-10T18:16:43.904Z | Checking ratatui v0.23.0 |
2121 | 2023-11-10T18:16:44.316Z | Checking plotters-svg v0.3.5 |
2122 | 2023-11-10T18:16:44.937Z | Checking rtoolbox v0.0.1 |
2123 | 2023-11-10T18:16:45.202Z | Checking rand v0.4.6 |
2124 | 2023-11-10T18:16:46.731Z | Checking owo-colors v3.5.0 |
2125 | 2023-11-10T18:16:46.852Z | Checking cast v0.3.0 |
2126 | 2023-11-10T18:16:47.322Z | Checking remove_dir_all v0.5.3 |
2127 | 2023-11-10T18:16:47.460Z | Checking tempdir v0.3.7 |
2128 | 2023-11-10T18:16:47.688Z | Checking criterion-plot v0.5.0 |
2129 | 2023-11-10T18:16:47.712Z | Checking tui-tree-widget v0.13.0 |
2130 | 2023-11-10T18:16:48.110Z | Checking rpassword v7.2.0 |
2131 | 2023-11-10T18:16:48.138Z | Checking plotters v0.3.5 |
2132 | 2023-11-10T18:16:50.851Z | Checking toml_edit v0.20.7 |
2133 | 2023-11-10T18:16:50.969Z | Checking tinytemplate v1.2.1 |
2134 | 2023-11-10T18:16:51.446Z | Checking anes v0.1.6 |
2135 | 2023-11-10T18:16:51.597Z | Checking oorandom v11.1.3 |
2136 | 2023-11-10T18:16:51.771Z | Checking shell-words v1.1.0 |
2137 | 2023-11-10T18:16:52.445Z | Checking criterion v0.5.1 |
2138 | 2023-11-10T18:16:57.366Z | Checking assert_cmd v2.0.12 |
2139 | 2023-11-10T18:16:58.084Z | Checking dashmap v5.5.1 |
2140 | 2023-11-10T18:16:58.647Z | Compiling serial_test_derive v0.10.0 |
2141 | 2023-11-10T18:16:59.438Z | Compiling crossbeam-queue v0.3.8 |
2142 | 2023-11-10T18:17:00.305Z | Checking serial_test v0.10.0 |
2143 | 2023-11-10T18:17:00.406Z | Checking vte v0.11.1 |
2144 | 2023-11-10T18:17:00.604Z | Checking threadpool v1.8.1 |
2145 | 2023-11-10T18:17:01.256Z | Checking libtest-mimic v0.6.1 |
2146 | 2023-11-10T18:17:01.906Z | Checking crossterm v0.26.1 |
2147 | 2023-11-10T18:17:02.894Z | Checking strip-ansi-escapes v0.2.0 |
2148 | 2023-11-10T18:17:03.877Z | Compiling tabled_derive v0.6.0 |
2149 | 2023-11-10T18:17:04.151Z | Checking httptest v0.15.5 |
2150 | 2023-11-10T18:17:04.173Z | Checking similar-asserts v1.5.0 |
2151 | 2023-11-10T18:17:04.499Z | Checking fd-lock v3.0.13 |
2152 | 2023-11-10T18:17:04.682Z | Checking nanorand v0.7.0 |
2153 | 2023-11-10T18:17:04.758Z | Compiling rstest_macros v0.18.2 |
2154 | 2023-11-10T18:17:05.267Z | Checking nu-ansi-term v0.49.0 |
2155 | 2023-11-10T18:17:05.487Z | Checking flume v0.11.0 |
2156 | 2023-11-10T18:17:05.818Z | Checking datatest-stable v0.2.3 |
2157 | 2023-11-10T18:17:05.933Z | Checking reedline v0.23.0 |
2158 | 2023-11-10T18:17:07.393Z | Compiling pin-project-internal v1.1.3 |
2159 | 2023-11-10T18:17:07.899Z | Compiling trybuild v1.0.85 |
2160 | 2023-11-10T18:17:08.054Z | Checking arrayref v0.3.7 |
2161 | 2023-11-10T18:17:08.319Z | Checking swrite v0.1.0 |
2162 | 2023-11-10T18:17:08.466Z | Checking topological-sort v0.2.2 |
2163 | 2023-11-10T18:17:08.486Z | Checking bytecount v0.6.3 |
2164 | 2023-11-10T18:17:08.686Z | Checking arrayvec v0.7.4 |
2165 | 2023-11-10T18:17:08.784Z | Checking constant_time_eq v0.2.6 |
2166 | 2023-11-10T18:17:08.946Z | Compiling relative-path v1.9.0 |
2167 | 2023-11-10T18:17:09.037Z | Checking papergrid v0.10.0 |
2168 | 2023-11-10T18:17:09.269Z | Checking blake2b_simd v1.0.1 |
2169 | 2023-11-10T18:17:11.182Z | Checking basic-toml v0.1.4 |
2170 | 2023-11-10T18:17:11.617Z | Checking constant_time_eq v0.3.0 |
2171 | 2023-11-10T18:17:11.852Z | Checking pin-project v1.1.3 |
2172 | 2023-11-10T18:17:12.239Z | Checking futures-timer v3.0.2 |
2173 | 2023-11-10T18:17:12.668Z | Checking partial-io v0.5.4 |
2174 | 2023-11-10T18:17:12.809Z | Checking rust-argon2 v1.0.1 |
2175 | 2023-11-10T18:17:13.391Z | Checking tabled v0.14.0 |
2176 | 2023-11-10T18:17:14.739Z | Checking approx v0.5.1 |
2177 | 2023-11-10T18:17:14.773Z | Checking cargo-platform v0.1.3 |
2178 | 2023-11-10T18:17:15.111Z | Checking hex-literal v0.4.1 |
2179 | 2023-11-10T18:17:15.209Z | Checking cargo_metadata v0.18.0 |
2180 | 2023-11-10T18:17:17.636Z | Checking crossbeam v0.8.2 |
2181 | 2023-11-10T18:17:18.011Z | Checking cargo_toml v0.17.0 |
2182 | 2023-11-10T18:17:18.650Z | Checking termios v0.3.3 |
2183 | 2023-11-10T18:17:20.934Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2184 | 2023-11-10T18:17:22.191Z | Checking rstest v0.18.2 |
2185 | 2023-11-10T18:17:30.551Z | Compiling bzip2 v0.4.4 |
2186 | 2023-11-10T18:17:31.163Z | Compiling zip v0.6.6 |
2187 | 2023-11-10T18:17:33.719Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2188 | 2023-11-10T18:17:37.551Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2189 | 2023-11-10T18:17:51.655Z | Compiling polar-core v0.27.0 |
2190 | 2023-11-10T18:17:54.195Z | Checking rustls-webpki v0.101.7 |
2191 | 2023-11-10T18:18:00.450Z | Checking tokio-rustls v0.24.1 |
2192 | 2023-11-10T18:18:00.990Z | Checking hyper-rustls v0.24.2 |
2193 | 2023-11-10T18:18:01.539Z | Checking reqwest v0.11.20 |
2194 | 2023-11-10T18:18:04.109Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2195 | 2023-11-10T18:18:04.578Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2196 | 2023-11-10T18:18:04.892Z | Checking tough v0.14.0 |
2197 | 2023-11-10T18:18:05.128Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2198 | 2023-11-10T18:18:06.476Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2199 | 2023-11-10T18:18:07.270Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2200 | 2023-11-10T18:18:08.349Z | Compiling omicron-zone-package v0.8.3 |
2201 | 2023-11-10T18:18:08.442Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2202 | 2023-11-10T18:18:08.669Z | Checking oso v0.27.0 |
2203 | 2023-11-10T18:18:12.342Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2204 | 2023-11-10T18:18:19.614Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2205 | 2023-11-10T18:18:19.730Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2206 | 2023-11-10T18:18:20.044Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2207 | 2023-11-10T18:18:21.288Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2208 | 2023-11-10T18:18:21.326Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2209 | 2023-11-10T18:18:21.431Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2210 | 2023-11-10T18:18:21.549Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2211 | 2023-11-10T18:18:21.977Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2212 | 2023-11-10T18:18:22.332Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2213 | 2023-11-10T18:18:22.982Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2214 | 2023-11-10T18:18:23.009Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2215 | 2023-11-10T18:18:23.303Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2023-11-10T18:18:24.578Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2217 | 2023-11-10T18:18:25.098Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2218 | 2023-11-10T18:18:27.932Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2219 | 2023-11-10T18:18:31.354Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2220 | 2023-11-10T18:18:36.643Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2221 | 2023-11-10T18:18:39.694Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2222 | 2023-11-10T18:18:40.247Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2223 | 2023-11-10T18:18:40.484Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2224 | 2023-11-10T18:18:40.583Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2225 | 2023-11-10T18:18:41.112Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2226 | 2023-11-10T18:18:44.170Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2227 | 2023-11-10T18:18:46.851Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2228 | 2023-11-10T18:18:47.527Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2229 | 2023-11-10T18:18:47.677Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2230 | 2023-11-10T18:18:47.708Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2231 | 2023-11-10T18:18:49.989Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2232 | 2023-11-10T18:18:50.000Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2233 | 2023-11-10T18:18:51.189Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2023-11-10T18:18:51.269Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2235 | 2023-11-10T18:18:54.593Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2236 | 2023-11-10T18:18:56.011Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2237 | 2023-11-10T18:19:00.176Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2238 | 2023-11-10T18:19:14.755Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2239 | 2023-11-10T18:19:15.816Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2240 | 2023-11-10T18:19:16.631Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2241 | 2023-11-10T18:19:18.360Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2242 | 2023-11-10T18:19:18.925Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2243 | 2023-11-10T18:19:19.522Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2244 | 2023-11-10T18:19:20.493Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2245 | 2023-11-10T18:19:22.602Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2246 | 2023-11-10T18:19:24.898Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2247 | 2023-11-10T18:19:25.000Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2248 | 2023-11-10T18:19:28.707Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2249 | 2023-11-10T18:19:29.314Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2250 | 2023-11-10T18:19:29.921Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2251 | 2023-11-10T18:19:31.677Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2252 | 2023-11-10T18:19:33.380Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2253 | 2023-11-10T18:19:34.515Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2254 | 2023-11-10T18:19:40.006Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2255 | 2023-11-10T18:19:43.148Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2256 | 2023-11-10T18:19:52.019Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2257 | 2023-11-10T18:19:53.126Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2258 | 2023-11-10T18:19:54.545Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2259 | 2023-11-10T18:19:59.803Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2260 | 2023-11-10T18:20:04.282Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2261 | 2023-11-10T18:20:06.456Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2262 | 2023-11-10T18:20:06.990Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2263 | 2023-11-10T18:20:07.501Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2264 | 2023-11-10T18:20:08.901Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2265 | 2023-11-10T18:20:09.736Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2266 | 2023-11-10T18:20:14.514Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2267 | 2023-11-10T18:20:28.792Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2268 | 2023-11-10T18:20:56.800Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2269 | 2023-11-10T18:21:07.657Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2270 | 2023-11-10T18:21:42.693Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2271 | 2023-11-10T18:21:58.224Z | Compiling git2 v0.17.2 |
2272 | 2023-11-10T18:22:07.043Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2273 | 2023-11-10T18:22:09.329Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2274 | 2023-11-10T18:22:22.267Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2275 | 2023-11-10T18:22:36.849Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2276 | 2023-11-10T18:22:37.681Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2277 | 2023-11-10T18:22:37.920Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2278 | 2023-11-10T18:23:03.829Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2279 | 2023-11-10T18:23:17.084Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2280 | 2023-11-10T18:24:45.387Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 31s |
2281 | 2023-11-10T18:24:45.608Z | |
2282 | 2023-11-10T18:24:45.611Z | real 14:35.330073866 |
2283 | 2023-11-10T18:24:45.614Z | user 1:26:00.629671446 |
2284 | 2023-11-10T18:24:45.617Z | sys 11:38.104477293 |
2285 | 2023-11-10T18:24:45.620Z | trap 3.228843007 |
2286 | 2023-11-10T18:24:45.622Z | tflt 5.364188125 |
2287 | 2023-11-10T18:24:45.625Z | dflt 5.603523648 |
2288 | 2023-11-10T18:24:45.628Z | kflt 0.022412906 |
2289 | 2023-11-10T18:24:45.631Z | lock 1:56:31.957481981 |
2290 | 2023-11-10T18:24:45.634Z | slp 5:08:19.432828382 |
2291 | 2023-11-10T18:24:45.636Z | lat 3:18.133883583 |
2292 | 2023-11-10T18:24:45.639Z | stop 8:43.352851534 |
2293 | 2023-11-10T18:24:46.830Z | warning: output filename collision. |
2294 | 2023-11-10T18:24:46.833Z | 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)`. |
2295 | 2023-11-10T18:24:46.836Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2296 | 2023-11-10T18:24:46.839Z | The targets should have unique names. |
2297 | 2023-11-10T18:24:46.842Z | This is a known bug where multiple crates with the same name use |
2298 | 2023-11-10T18:24:46.845Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2299 | 2023-11-10T18:24:46.848Z | warning: output filename collision. |
2300 | 2023-11-10T18:24:46.851Z | 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)`. |
2301 | 2023-11-10T18:24:46.855Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2302 | 2023-11-10T18:24:46.858Z | The targets should have unique names. |
2303 | 2023-11-10T18:24:46.861Z | This is a known bug where multiple crates with the same name use |
2304 | 2023-11-10T18:24:46.865Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2305 | 2023-11-10T18:24:46.868Z | warning: output filename collision. |
2306 | 2023-11-10T18:24:46.871Z | 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)`. |
2307 | 2023-11-10T18:24:46.874Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2308 | 2023-11-10T18:24:46.877Z | The targets should have unique names. |
2309 | 2023-11-10T18:24:46.879Z | This is a known bug where multiple crates with the same name use |
2310 | 2023-11-10T18:24:46.882Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2311 | 2023-11-10T18:24:46.885Z | warning: output filename collision. |
2312 | 2023-11-10T18:24:46.888Z | 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)`. |
2313 | 2023-11-10T18:24:46.891Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2314 | 2023-11-10T18:24:46.894Z | The targets should have unique names. |
2315 | 2023-11-10T18:24:46.897Z | This is a known bug where multiple crates with the same name use |
2316 | 2023-11-10T18:24:46.899Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2023-11-10T18:24:46.902Z | warning: output filename collision. |
2318 | 2023-11-10T18:24:46.905Z | 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`. |
2319 | 2023-11-10T18:24:46.907Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2320 | 2023-11-10T18:24:46.910Z | The targets should have unique names. |
2321 | 2023-11-10T18:24:46.914Z | This is a known bug where multiple crates with the same name use |
2322 | 2023-11-10T18:24:46.916Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2023-11-10T18:24:46.919Z | warning: output filename collision. |
2324 | 2023-11-10T18:24:46.922Z | 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)`. |
2325 | 2023-11-10T18:24:46.925Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2326 | 2023-11-10T18:24:46.928Z | The targets should have unique names. |
2327 | 2023-11-10T18:24:46.931Z | This is a known bug where multiple crates with the same name use |
2328 | 2023-11-10T18:24:46.934Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2023-11-10T18:24:46.937Z | warning: output filename collision. |
2330 | 2023-11-10T18:24:46.940Z | 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)`. |
2331 | 2023-11-10T18:24:46.943Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2332 | 2023-11-10T18:24:46.946Z | The targets should have unique names. |
2333 | 2023-11-10T18:24:46.949Z | This is a known bug where multiple crates with the same name use |
2334 | 2023-11-10T18:24:46.952Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2335 | 2023-11-10T18:24:46.956Z | warning: output filename collision. |
2336 | 2023-11-10T18:24:46.959Z | 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)`. |
2337 | 2023-11-10T18:24:46.962Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2338 | 2023-11-10T18:24:46.965Z | The targets should have unique names. |
2339 | 2023-11-10T18:24:46.968Z | This is a known bug where multiple crates with the same name use |
2340 | 2023-11-10T18:24:46.971Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2341 | 2023-11-10T18:24:46.974Z | warning: output filename collision. |
2342 | 2023-11-10T18:24:46.977Z | 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)`. |
2343 | 2023-11-10T18:24:46.979Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2344 | 2023-11-10T18:24:46.982Z | The targets should have unique names. |
2345 | 2023-11-10T18:24:46.986Z | This is a known bug where multiple crates with the same name use |
2346 | 2023-11-10T18:24:46.989Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2347 | 2023-11-10T18:24:46.992Z | warning: output filename collision. |
2348 | 2023-11-10T18:24:46.996Z | 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)`. |
2349 | 2023-11-10T18:24:47.001Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2350 | 2023-11-10T18:24:47.004Z | The targets should have unique names. |
2351 | 2023-11-10T18:24:47.007Z | This is a known bug where multiple crates with the same name use |
2352 | 2023-11-10T18:24:47.010Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2353 | 2023-11-10T18:24:47.020Z | warning: output filename collision. |
2354 | 2023-11-10T18:24:47.023Z | 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)`. |
2355 | 2023-11-10T18:24:47.026Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2356 | 2023-11-10T18:24:47.033Z | The targets should have unique names. |
2357 | 2023-11-10T18:24:47.041Z | This is a known bug where multiple crates with the same name use |
2358 | 2023-11-10T18:24:47.047Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2359 | 2023-11-10T18:24:47.475Z | Checking unicode-ident v1.0.12 |
2360 | 2023-11-10T18:24:47.498Z | Documenting libc v0.2.150 |
2361 | 2023-11-10T18:24:47.507Z | Documenting cfg-if v1.0.0 |
2362 | 2023-11-10T18:24:47.524Z | Checking libc v0.2.150 |
2363 | 2023-11-10T18:24:47.552Z | Checking cfg-if v1.0.0 |
2364 | 2023-11-10T18:24:47.566Z | Checking serde v1.0.188 |
2365 | 2023-11-10T18:24:47.571Z | Documenting log v0.4.20 |
2366 | 2023-11-10T18:24:47.575Z | Documenting scopeguard v1.2.0 |
2367 | 2023-11-10T18:24:47.653Z | Documenting itoa v1.0.9 |
2368 | 2023-11-10T18:24:47.690Z | Checking proc-macro2 v1.0.67 |
2369 | 2023-11-10T18:24:48.679Z | Checking quote v1.0.33 |
2370 | 2023-11-10T18:24:49.180Z | Checking syn v2.0.32 |
2371 | 2023-11-10T18:24:49.293Z | Checking syn v1.0.109 |
2372 | 2023-11-10T18:24:51.436Z | Documenting memchr v2.6.3 |
2373 | 2023-11-10T18:24:51.755Z | Documenting lock_api v0.4.10 |
2374 | 2023-11-10T18:24:51.776Z | Checking once_cell v1.18.0 |
2375 | 2023-11-10T18:24:52.230Z | Documenting smallvec v1.11.0 |
2376 | 2023-11-10T18:24:53.976Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2377 | 2023-11-10T18:24:54.027Z | Documenting getrandom v0.2.10 |
2378 | 2023-11-10T18:24:54.407Z | Documenting once_cell v1.18.0 |
2379 | 2023-11-10T18:24:56.069Z | Documenting libm v0.2.7 |
2380 | 2023-11-10T18:24:56.706Z | Documenting pin-project-lite v0.2.13 |
2381 | 2023-11-10T18:24:57.159Z | Documenting parking_lot_core v0.9.8 |
2382 | 2023-11-10T18:24:58.295Z | Documenting signal-hook-registry v1.4.1 |
2383 | 2023-11-10T18:24:59.381Z | Checking itoa v1.0.9 |
2384 | 2023-11-10T18:24:59.435Z | Documenting serde_derive v1.0.188 |
2385 | 2023-11-10T18:24:59.572Z | Documenting rand_core v0.6.4 |
2386 | 2023-11-10T18:24:59.691Z | Documenting zeroize_derive v1.4.2 |
2387 | 2023-11-10T18:25:00.340Z | Documenting thiserror-impl v1.0.49 |
2388 | 2023-11-10T18:25:00.644Z | Documenting mio v0.8.8 |
2389 | 2023-11-10T18:25:01.023Z | Documenting num-traits v0.2.16 |
2390 | 2023-11-10T18:25:03.334Z | Documenting parking_lot v0.12.1 |
2391 | 2023-11-10T18:25:03.995Z | Documenting typenum v1.16.0 |
2392 | 2023-11-10T18:25:05.167Z | Documenting futures-core v0.3.29 |
2393 | 2023-11-10T18:25:07.057Z | Documenting zeroize v1.6.0 |
2394 | 2023-11-10T18:25:07.255Z | Documenting ryu v1.0.15 |
2395 | 2023-11-10T18:25:07.607Z | Documenting thiserror v1.0.49 |
2396 | 2023-11-10T18:25:08.212Z | Documenting tokio-macros v2.1.0 |
2397 | 2023-11-10T18:25:09.259Z | Documenting num_cpus v1.16.0 |
2398 | 2023-11-10T18:25:10.025Z | Documenting serde v1.0.188 |
2399 | 2023-11-10T18:25:10.629Z | Documenting socket2 v0.5.4 |
2400 | 2023-11-10T18:25:11.518Z | Checking thiserror v1.0.49 |
2401 | 2023-11-10T18:25:11.573Z | Documenting subtle v2.5.0 |
2402 | 2023-11-10T18:25:11.703Z | Checking ryu v1.0.15 |
2403 | 2023-11-10T18:25:12.532Z | Checking getrandom v0.2.10 |
2404 | 2023-11-10T18:25:12.575Z | Documenting byteorder v1.5.0 |
2405 | 2023-11-10T18:25:13.239Z | Documenting generic-array v0.14.7 |
2406 | 2023-11-10T18:25:13.396Z | Documenting futures-sink v0.3.29 |
2407 | 2023-11-10T18:25:15.598Z | Documenting pin-utils v0.1.0 |
2408 | 2023-11-10T18:25:15.934Z | Checking serde_json v1.0.108 |
2409 | 2023-11-10T18:25:17.006Z | Documenting iana-time-zone v0.1.57 |
2410 | 2023-11-10T18:25:17.210Z | Checking memchr v2.6.3 |
2411 | 2023-11-10T18:25:27.179Z | Checking heck v0.4.1 |
2412 | 2023-11-10T18:25:27.317Z | Documenting futures-macro v0.3.29 |
2413 | 2023-11-10T18:25:27.344Z | Documenting slab v0.4.9 |
2414 | 2023-11-10T18:25:27.359Z | Documenting futures-task v0.3.29 |
2415 | 2023-11-10T18:25:27.364Z | Documenting futures-channel v0.3.29 |
2416 | 2023-11-10T18:25:27.370Z | Documenting crypto-common v0.1.6 |
2417 | 2023-11-10T18:25:27.375Z | Documenting const-oid v0.9.5 |
2418 | 2023-11-10T18:25:27.381Z | Documenting futures-io v0.3.29 |
2419 | 2023-11-10T18:25:27.386Z | Checking bytes v1.5.0 |
2420 | 2023-11-10T18:25:27.391Z | Documenting ppv-lite86 v0.2.17 |
2421 | 2023-11-10T18:25:27.396Z | Checking log v0.4.20 |
2422 | 2023-11-10T18:25:27.401Z | Checking byteorder v1.5.0 |
2423 | 2023-11-10T18:25:27.405Z | Documenting tinyvec_macros v0.1.1 |
2424 | 2023-11-10T18:25:27.411Z | Documenting base64 v0.21.5 |
2425 | 2023-11-10T18:25:27.418Z | Documenting block-buffer v0.10.4 |
2426 | 2023-11-10T18:25:27.423Z | Documenting tracing-core v0.1.31 |
2427 | 2023-11-10T18:25:29.495Z | Documenting rand_chacha v0.3.1 |
2428 | 2023-11-10T18:25:29.566Z | Documenting futures-util v0.3.29 |
2429 | 2023-11-10T18:25:29.590Z | Documenting tinyvec v1.6.0 |
2430 | 2023-11-10T18:25:30.590Z | Documenting tracing-attributes v0.1.26 |
2431 | 2023-11-10T18:25:31.872Z | Checking fnv v1.0.7 |
2432 | 2023-11-10T18:25:32.082Z | Checking serde_derive_internals v0.26.0 |
2433 | 2023-11-10T18:25:32.297Z | Documenting digest v0.10.7 |
2434 | 2023-11-10T18:25:33.035Z | Documenting serde_derive_internals v0.26.0 |
2435 | 2023-11-10T18:25:35.045Z | Documenting dyn-clone v1.0.13 |
2436 | 2023-11-10T18:25:35.699Z | Documenting rand v0.8.5 |
2437 | 2023-11-10T18:25:39.780Z | Documenting unicode-normalization v0.1.22 |
2438 | 2023-11-10T18:25:40.172Z | Checking ucd-trie v0.1.6 |
2439 | 2023-11-10T18:25:40.502Z | Documenting cpufeatures v0.2.9 |
2440 | 2023-11-10T18:25:41.314Z | Documenting fnv v1.0.7 |
2441 | 2023-11-10T18:25:42.583Z | Documenting schemars_derive v0.8.13 |
2442 | 2023-11-10T18:25:42.988Z | Checking pest v2.7.2 |
2443 | 2023-11-10T18:25:43.273Z | Documenting bytes v1.5.0 |
2444 | 2023-11-10T18:25:43.766Z | Documenting serde_json v1.0.108 |
2445 | 2023-11-10T18:25:45.288Z | Documenting bitflags v2.4.0 |
2446 | 2023-11-10T18:25:46.633Z | Documenting chrono v0.4.31 |
2447 | 2023-11-10T18:25:47.318Z | Documenting uuid v1.5.0 |
2448 | 2023-11-10T18:25:48.196Z | Documenting spin v0.9.8 |
2449 | 2023-11-10T18:25:50.665Z | Documenting tokio v1.33.0 |
2450 | 2023-11-10T18:25:51.526Z | Checking libm v0.2.7 |
2451 | 2023-11-10T18:25:51.614Z | Documenting unicode-bidi v0.3.13 |
2452 | 2023-11-10T18:25:51.784Z | Documenting http v0.2.9 |
2453 | 2023-11-10T18:25:52.723Z | Documenting lazy_static v1.4.0 |
2454 | 2023-11-10T18:25:53.048Z | Checking num-traits v0.2.16 |
2455 | 2023-11-10T18:25:53.663Z | Documenting percent-encoding v2.3.0 |
2456 | 2023-11-10T18:25:53.705Z | Documenting tracing v0.1.37 |
2457 | 2023-11-10T18:25:55.688Z | Documenting ahash v0.8.3 |
2458 | 2023-11-10T18:25:56.057Z | Documenting schemars v0.8.13 |
2459 | 2023-11-10T18:25:56.687Z | Checking ahash v0.8.3 |
2460 | 2023-11-10T18:25:57.296Z | Documenting allocator-api2 v0.2.16 |
2461 | 2023-11-10T18:25:57.715Z | Checking time-core v0.1.1 |
2462 | 2023-11-10T18:25:57.930Z | Documenting unicode-ident v1.0.12 |
2463 | 2023-11-10T18:25:59.599Z | Documenting form_urlencoded v1.2.0 |
2464 | 2023-11-10T18:26:00.189Z | Documenting adler v1.0.2 |
2465 | 2023-11-10T18:26:01.651Z | Documenting idna v0.4.0 |
2466 | 2023-11-10T18:26:02.028Z | Documenting proc-macro2 v1.0.67 |
2467 | 2023-11-10T18:26:02.492Z | Documenting hashbrown v0.14.2 |
2468 | 2023-11-10T18:26:04.284Z | Documenting miniz_oxide v0.7.1 |
2469 | 2023-11-10T18:26:04.987Z | Documenting httparse v1.8.0 |
2470 | 2023-11-10T18:26:05.626Z | Documenting untrusted v0.9.0 |
2471 | 2023-11-10T18:26:06.413Z | Documenting equivalent v1.0.1 |
2472 | 2023-11-10T18:26:08.131Z | Documenting quote v1.0.33 |
2473 | 2023-11-10T18:26:08.566Z | Documenting url v2.4.1 |
2474 | 2023-11-10T18:26:09.393Z | Documenting ring v0.17.5 |
2475 | 2023-11-10T18:26:09.432Z | Checking zerocopy v0.3.0 |
2476 | 2023-11-10T18:26:09.943Z | Checking uuid v1.5.0 |
2477 | 2023-11-10T18:26:10.518Z | Checking iana-time-zone v0.1.57 |
2478 | 2023-11-10T18:26:10.547Z | Documenting indexmap v2.1.0 |
2479 | 2023-11-10T18:26:10.731Z | Checking dof v0.1.5 |
2480 | 2023-11-10T18:26:10.746Z | Checking chrono v0.4.31 |
2481 | 2023-11-10T18:26:11.379Z | Checking dtrace-parser v0.1.14 |
2482 | 2023-11-10T18:26:11.436Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2483 | 2023-11-10T18:26:12.243Z | Checking thread-id v4.2.0 |
2484 | 2023-11-10T18:26:12.394Z | Documenting sct v0.7.0 |
2485 | 2023-11-10T18:26:12.791Z | Documenting slog v2.7.0 |
2486 | 2023-11-10T18:26:14.199Z | Documenting httpdate v1.0.3 |
2487 | 2023-11-10T18:26:14.345Z | Documenting openssl-probe v0.1.5 |
2488 | 2023-11-10T18:26:14.776Z | Documenting try-lock v0.2.4 |
2489 | 2023-11-10T18:26:18.033Z | Documenting rustls-webpki v0.101.7 |
2490 | 2023-11-10T18:26:18.839Z | Checking usdt-impl v0.3.5 |
2491 | 2023-11-10T18:26:18.888Z | Documenting http-body v0.4.5 |
2492 | 2023-11-10T18:26:19.168Z | Documenting want v0.3.1 |
2493 | 2023-11-10T18:26:19.453Z | Documenting rustls-pemfile v1.0.3 |
2494 | 2023-11-10T18:26:19.728Z | Documenting openssl-macros v0.1.1 |
2495 | 2023-11-10T18:26:19.908Z | Documenting openssl-sys v0.9.93 |
2496 | 2023-11-10T18:26:20.697Z | Documenting mime v0.3.17 |
2497 | 2023-11-10T18:26:20.868Z | Documenting tokio-util v0.7.10 |
2498 | 2023-11-10T18:26:24.497Z | Documenting rustls v0.21.8 |
2499 | 2023-11-10T18:26:24.796Z | Documenting tower-service v0.3.2 |
2500 | 2023-11-10T18:26:25.545Z | Documenting gimli v0.28.0 |
2501 | 2023-11-10T18:26:25.771Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2502 | 2023-11-10T18:26:26.769Z | Documenting time-macros v0.2.13 |
2503 | 2023-11-10T18:26:27.002Z | Documenting async-trait v0.1.74 |
2504 | 2023-11-10T18:26:30.703Z | Documenting h2 v0.3.21 |
2505 | 2023-11-10T18:26:30.768Z | Documenting openssl v0.10.57 |
2506 | 2023-11-10T18:26:31.185Z | Documenting aho-corasick v1.0.4 |
2507 | 2023-11-10T18:26:34.651Z | Documenting object v0.32.1 |
2508 | 2023-11-10T18:26:35.391Z | Documenting errno v0.3.2 |
2509 | 2023-11-10T18:26:35.677Z | Documenting addr2line v0.21.0 |
2510 | 2023-11-10T18:26:39.091Z | Documenting tokio-rustls v0.24.1 |
2511 | 2023-11-10T18:26:39.110Z | Documenting regex-syntax v0.8.2 |
2512 | 2023-11-10T18:26:40.121Z | Documenting num_threads v0.1.6 |
2513 | 2023-11-10T18:26:41.338Z | Documenting deranged v0.3.8 |
2514 | 2023-11-10T18:26:41.647Z | Documenting rustc-demangle v0.1.23 |
2515 | 2023-11-10T18:26:44.715Z | Documenting ipnet v2.8.0 |
2516 | 2023-11-10T18:26:45.654Z | Documenting unicode-width v0.1.11 |
2517 | 2023-11-10T18:26:46.002Z | Checking dyn-clone v1.0.13 |
2518 | 2023-11-10T18:26:46.207Z | Documenting time-core v0.1.1 |
2519 | 2023-11-10T18:26:46.962Z | Documenting hyper v0.14.27 |
2520 | 2023-11-10T18:26:47.298Z | Checking allocator-api2 v0.2.16 |
2521 | 2023-11-10T18:26:53.559Z | Checking schemars v0.8.13 |
2522 | 2023-11-10T18:26:53.760Z | Checking hashbrown v0.14.2 |
2523 | 2023-11-10T18:26:53.803Z | Documenting regex-automata v0.4.3 |
2524 | 2023-11-10T18:26:53.828Z | Documenting rustix v0.38.9 |
2525 | 2023-11-10T18:26:53.847Z | Checking pest_meta v2.7.2 |
2526 | 2023-11-10T18:26:53.881Z | Documenting crossbeam-utils v0.8.16 |
2527 | 2023-11-10T18:26:53.912Z | Checking equivalent v1.0.1 |
2528 | 2023-11-10T18:26:53.925Z | Documenting time v0.3.27 |
2529 | 2023-11-10T18:26:53.951Z | Checking indexmap v2.1.0 |
2530 | 2023-11-10T18:26:54.009Z | Documenting native-tls v0.2.11 |
2531 | 2023-11-10T18:26:54.045Z | Checking hashbrown v0.13.2 |
2532 | 2023-11-10T18:26:54.093Z | Documenting backtrace v0.3.69 |
2533 | 2023-11-10T18:26:54.511Z | Documenting pest_meta v2.7.2 |
2534 | 2023-11-10T18:26:57.679Z | Checking http v0.2.9 |
2535 | 2023-11-10T18:26:59.555Z | Documenting encoding_rs v0.8.33 |
2536 | 2023-11-10T18:26:59.927Z | Checking pest_generator v2.7.2 |
2537 | 2023-11-10T18:27:00.083Z | Documenting tokio-native-tls v0.3.1 |
2538 | 2023-11-10T18:27:00.395Z | Documenting pest_generator v2.7.2 |
2539 | 2023-11-10T18:27:00.925Z | Documenting rustls-native-certs v0.6.3 |
2540 | 2023-11-10T18:27:01.363Z | Documenting serde_urlencoded v0.7.1 |
2541 | 2023-11-10T18:27:01.373Z | Documenting anyhow v1.0.75 |
2542 | 2023-11-10T18:27:02.551Z | Documenting regex v1.10.2 |
2543 | 2023-11-10T18:27:06.397Z | Documenting ucd-trie v0.1.6 |
2544 | 2023-11-10T18:27:06.859Z | Checking serde_tokenstream v0.1.7 |
2545 | 2023-11-10T18:27:07.297Z | Documenting hyper-rustls v0.24.2 |
2546 | 2023-11-10T18:27:07.482Z | Documenting webpki-roots v0.25.2 |
2547 | 2023-11-10T18:27:07.552Z | Documenting pest_derive v2.7.2 |
2548 | 2023-11-10T18:27:07.795Z | Documenting syn v2.0.32 |
2549 | 2023-11-10T18:27:08.082Z | Documenting hyper-tls v0.5.0 |
2550 | 2023-11-10T18:27:08.904Z | Checking aho-corasick v1.0.4 |
2551 | 2023-11-10T18:27:10.865Z | Documenting dof v0.1.5 |
2552 | 2023-11-10T18:27:11.464Z | Documenting thread-id v4.2.0 |
2553 | 2023-11-10T18:27:12.583Z | Documenting pest v2.7.2 |
2554 | 2023-11-10T18:27:13.658Z | Checking regex-syntax v0.8.2 |
2555 | 2023-11-10T18:27:13.952Z | Documenting usdt-attr-macro v0.3.5 |
2556 | 2023-11-10T18:27:17.590Z | Documenting usdt-macro v0.3.5 |
2557 | 2023-11-10T18:27:17.673Z | Documenting openapiv3 v1.0.3 |
2558 | 2023-11-10T18:27:17.973Z | Documenting ipnetwork v0.20.0 |
2559 | 2023-11-10T18:27:18.799Z | Documenting reqwest v0.11.20 |
2560 | 2023-11-10T18:27:19.023Z | Checking regex-automata v0.4.3 |
2561 | 2023-11-10T18:27:20.814Z | Documenting dtrace-parser v0.1.14 |
2562 | 2023-11-10T18:27:22.692Z | Documenting sha2 v0.10.8 |
2563 | 2023-11-10T18:27:24.585Z | Documenting futures-executor v0.3.29 |
2564 | 2023-11-10T18:27:26.360Z | Checking serde_tokenstream v0.2.0 |
2565 | 2023-11-10T18:27:26.405Z | Checking strsim v0.10.0 |
2566 | 2023-11-10T18:27:26.518Z | Documenting usdt-impl v0.3.5 |
2567 | 2023-11-10T18:27:26.722Z | Checking unicode-width v0.1.11 |
2568 | 2023-11-10T18:27:26.946Z | Checking regex v1.10.2 |
2569 | 2023-11-10T18:27:26.979Z | Checking regress v0.7.1 |
2570 | 2023-11-10T18:27:27.200Z | Documenting hex v0.4.3 |
2571 | 2023-11-10T18:27:27.898Z | Documenting hmac v0.12.1 |
2572 | 2023-11-10T18:27:30.258Z | Documenting fallible-iterator v0.2.0 |
2573 | 2023-11-10T18:27:30.693Z | Documenting futures v0.3.29 |
2574 | 2023-11-10T18:27:31.891Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2575 | 2023-11-10T18:27:34.025Z | Checking openapiv3 v1.0.3 |
2576 | 2023-11-10T18:27:34.320Z | Documenting stringprep v0.1.3 |
2577 | 2023-11-10T18:27:35.236Z | Documenting semver v1.0.20 |
2578 | 2023-11-10T18:27:35.626Z | Documenting md-5 v0.10.5 |
2579 | 2023-11-10T18:27:35.837Z | Documenting usdt v0.3.5 |
2580 | 2023-11-10T18:27:37.206Z | Documenting regress v0.7.1 |
2581 | 2023-11-10T18:27:39.452Z | Documenting siphasher v0.3.11 |
2582 | 2023-11-10T18:27:40.141Z | Documenting utf8parse v0.2.1 |
2583 | 2023-11-10T18:27:40.371Z | Documenting block-padding v0.3.3 |
2584 | 2023-11-10T18:27:42.475Z | Documenting static_assertions v1.1.0 |
2585 | 2023-11-10T18:27:42.548Z | Checking unsafe-libyaml v0.2.9 |
2586 | 2023-11-10T18:27:43.227Z | Documenting postgres-protocol v0.6.6 |
2587 | 2023-11-10T18:27:44.216Z | Documenting phf_shared v0.11.2 |
2588 | 2023-11-10T18:27:44.466Z | Documenting heck v0.4.1 |
2589 | 2023-11-10T18:27:44.503Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2590 | 2023-11-10T18:27:44.691Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2591 | 2023-11-10T18:27:45.077Z | Checking getopts v0.2.21 |
2592 | 2023-11-10T18:27:45.556Z | Documenting toml_datetime v0.6.5 |
2593 | 2023-11-10T18:27:46.802Z | Documenting num-integer v0.1.45 |
2594 | 2023-11-10T18:27:46.888Z | Documenting unsafe-libyaml v0.2.9 |
2595 | 2023-11-10T18:27:47.163Z | Documenting inout v0.1.3 |
2596 | 2023-11-10T18:27:50.054Z | Documenting phf v0.11.2 |
2597 | 2023-11-10T18:27:52.531Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2598 | 2023-11-10T18:27:52.708Z | Checking ident_case v1.0.1 |
2599 | 2023-11-10T18:27:52.742Z | Documenting either v1.9.0 |
2600 | 2023-11-10T18:27:52.765Z | Documenting whoami v1.4.1 |
2601 | 2023-11-10T18:27:52.792Z | Documenting postgres-types v0.2.6 |
2602 | 2023-11-10T18:27:52.960Z | Documenting serde_yaml v0.9.25 |
2603 | 2023-11-10T18:27:53.873Z | Documenting cipher v0.4.4 |
2604 | 2023-11-10T18:27:54.996Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2605 | 2023-11-10T18:27:55.932Z | Checking serde_yaml v0.9.25 |
2606 | 2023-11-10T18:27:58.020Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2607 | 2023-11-10T18:27:58.113Z | Documenting getopts v0.2.21 |
2608 | 2023-11-10T18:27:58.229Z | Documenting zerocopy v0.6.4 |
2609 | 2023-11-10T18:27:59.092Z | Documenting data-encoding v2.4.0 |
2610 | 2023-11-10T18:28:04.801Z | Documenting anstyle v1.0.2 |
2611 | 2023-11-10T18:28:04.868Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2612 | 2023-11-10T18:28:04.917Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2613 | 2023-11-10T18:28:04.992Z | Documenting tokio-postgres v0.7.10 |
2614 | 2023-11-10T18:28:05.023Z | Documenting anstyle-parse v0.2.1 |
2615 | 2023-11-10T18:28:05.072Z | Documenting match_cfg v0.1.0 |
2616 | 2023-11-10T18:28:05.508Z | Documenting anstyle-query v1.0.0 |
2617 | 2023-11-10T18:28:07.342Z | Documenting colorchoice v1.0.0 |
2618 | 2023-11-10T18:28:07.966Z | Documenting itertools v0.11.0 |
2619 | 2023-11-10T18:28:08.593Z | Documenting hostname v0.3.1 |
2620 | 2023-11-10T18:28:09.138Z | Documenting terminal_size v0.2.6 |
2621 | 2023-11-10T18:28:10.951Z | Documenting dirs-sys-next v0.1.2 |
2622 | 2023-11-10T18:28:11.491Z | Documenting anstream v0.5.0 |
2623 | 2023-11-10T18:28:12.385Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2624 | 2023-11-10T18:28:13.674Z | Documenting strsim v0.10.0 |
2625 | 2023-11-10T18:28:14.644Z | Documenting clap_lex v0.5.1 |
2626 | 2023-11-10T18:28:15.244Z | Documenting tap v1.0.1 |
2627 | 2023-11-10T18:28:15.595Z | Documenting clap_derive v4.4.2 |
2628 | 2023-11-10T18:28:16.798Z | Documenting dirs-next v2.0.0 |
2629 | 2023-11-10T18:28:17.349Z | Documenting thread_local v1.1.7 |
2630 | 2023-11-10T18:28:19.497Z | Documenting wyz v0.5.1 |
2631 | 2023-11-10T18:28:19.562Z | Documenting crc32fast v1.3.2 |
2632 | 2023-11-10T18:28:19.690Z | Documenting radium v0.7.0 |
2633 | 2023-11-10T18:28:20.809Z | Documenting clap_builder v4.4.2 |
2634 | 2023-11-10T18:28:22.669Z | Documenting funty v2.0.0 |
2635 | 2023-11-10T18:28:23.496Z | Documenting term v0.7.0 |
2636 | 2023-11-10T18:28:23.707Z | Documenting num-iter v0.1.43 |
2637 | 2023-11-10T18:28:23.994Z | Documenting crossbeam-channel v0.5.8 |
2638 | 2023-11-10T18:28:24.009Z | Documenting sha1 v0.10.5 |
2639 | 2023-11-10T18:28:24.286Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2640 | 2023-11-10T18:28:25.037Z | Documenting enum-as-inner v0.5.1 |
2641 | 2023-11-10T18:28:27.249Z | Documenting bitvec v1.0.1 |
2642 | 2023-11-10T18:28:29.344Z | Documenting atty v0.2.14 |
2643 | 2023-11-10T18:28:29.858Z | Documenting memoffset v0.9.0 |
2644 | 2023-11-10T18:28:30.218Z | Documenting take_mut v0.2.2 |
2645 | 2023-11-10T18:28:30.523Z | Documenting clap v4.4.3 |
2646 | 2023-11-10T18:28:31.233Z | Documenting flate2 v1.0.28 |
2647 | 2023-11-10T18:28:31.444Z | Documenting trust-dns-proto v0.22.0 |
2648 | 2023-11-10T18:28:34.041Z | Documenting crossbeam-epoch v0.9.15 |
2649 | 2023-11-10T18:28:34.166Z | Documenting slog-term v2.9.0 |
2650 | 2023-11-10T18:28:35.846Z | Documenting slog-async v2.8.0 |
2651 | 2023-11-10T18:28:37.508Z | Documenting slog-json v2.6.1 |
2652 | 2023-11-10T18:28:38.504Z | Documenting camino v1.1.6 |
2653 | 2023-11-10T18:28:38.825Z | Documenting paste v1.0.14 |
2654 | 2023-11-10T18:28:40.109Z | Documenting signature v2.1.0 |
2655 | 2023-11-10T18:28:40.631Z | Documenting hash32 v0.2.1 |
2656 | 2023-11-10T18:28:40.695Z | Documenting scheduled-thread-pool v0.2.7 |
2657 | 2023-11-10T18:28:42.123Z | Checking diesel_table_macro_syntax v0.1.0 |
2658 | 2023-11-10T18:28:42.385Z | Documenting diesel_table_macro_syntax v0.1.0 |
2659 | 2023-11-10T18:28:44.226Z | Documenting slog-bunyan v2.4.0 |
2660 | 2023-11-10T18:28:44.912Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2661 | 2023-11-10T18:28:45.353Z | Documenting unicode-segmentation v1.10.1 |
2662 | 2023-11-10T18:28:45.510Z | Documenting stable_deref_trait v1.2.0 |
2663 | 2023-11-10T18:28:46.600Z | Documenting r2d2 v0.8.10 |
2664 | 2023-11-10T18:28:46.794Z | Checking darling_core v0.20.3 |
2665 | 2023-11-10T18:28:47.067Z | Documenting async-stream-impl v0.3.5 |
2666 | 2023-11-10T18:28:49.630Z | Documenting diesel_derives v2.1.1 |
2667 | 2023-11-10T18:28:49.662Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2668 | 2023-11-10T18:28:49.747Z | Documenting heapless v0.7.16 |
2669 | 2023-11-10T18:28:50.360Z | Documenting strum v0.25.0 |
2670 | 2023-11-10T18:28:50.940Z | Documenting debug-ignore v1.0.5 |
2671 | 2023-11-10T18:28:51.089Z | Documenting bzip2 v0.4.4 |
2672 | 2023-11-10T18:28:53.268Z | Documenting managed v0.8.0 |
2673 | 2023-11-10T18:28:53.759Z | Documenting atomic-waker v1.1.1 |
2674 | 2023-11-10T18:28:55.078Z | Documenting bit-vec v0.6.3 |
2675 | 2023-11-10T18:28:56.011Z | Documenting async-stream v0.3.5 |
2676 | 2023-11-10T18:28:56.251Z | Checking darling v0.20.3 |
2677 | 2023-11-10T18:28:56.411Z | Documenting num-bigint v0.4.4 |
2678 | 2023-11-10T18:28:57.302Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2679 | 2023-11-10T18:28:57.348Z | Documenting zip v0.6.6 |
2680 | 2023-11-10T18:28:57.911Z | Documenting waitgroup v0.1.2 |
2681 | 2023-11-10T18:29:02.023Z | Documenting smoltcp v0.9.1 |
2682 | 2023-11-10T18:29:02.281Z | Documenting diesel v2.1.3 |
2683 | 2023-11-10T18:29:02.422Z | Documenting multer v2.1.0 |
2684 | 2023-11-10T18:29:02.478Z | Documenting serde_spanned v0.6.4 |
2685 | 2023-11-10T18:29:03.691Z | Documenting hubpack v0.1.2 |
2686 | 2023-11-10T18:29:03.997Z | Documenting serde_path_to_error v0.1.14 |
2687 | 2023-11-10T18:29:05.198Z | Documenting bstr v1.6.0 |
2688 | 2023-11-10T18:29:05.871Z | Documenting serde_repr v0.1.16 |
2689 | 2023-11-10T18:29:06.113Z | Documenting precomputed-hash v0.1.1 |
2690 | 2023-11-10T18:29:07.827Z | Documenting fixedbitset v0.4.2 |
2691 | 2023-11-10T18:29:08.291Z | Documenting lalrpop-util v0.19.12 |
2692 | 2023-11-10T18:29:10.280Z | Documenting winnow v0.5.15 |
2693 | 2023-11-10T18:29:11.047Z | Documenting new_debug_unreachable v1.0.4 |
2694 | 2023-11-10T18:29:12.235Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2695 | 2023-11-10T18:29:12.425Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2696 | 2023-11-10T18:29:12.631Z | Documenting yasna v0.5.2 |
2697 | 2023-11-10T18:29:12.672Z | Documenting petgraph v0.6.4 |
2698 | 2023-11-10T18:29:14.507Z | Documenting serde_with_macros v2.3.3 |
2699 | 2023-11-10T18:29:15.197Z | Documenting string_cache v0.8.7 |
2700 | 2023-11-10T18:29:17.990Z | Documenting toml_edit v0.21.0 |
2701 | 2023-11-10T18:29:21.481Z | Documenting console v0.15.7 |
2702 | 2023-11-10T18:29:21.754Z | Documenting float-cmp v0.9.0 |
2703 | 2023-11-10T18:29:22.254Z | Documenting predicates-core v1.0.6 |
2704 | 2023-11-10T18:29:22.572Z | Documenting difflib v0.4.0 |
2705 | 2023-11-10T18:29:24.047Z | Documenting normalize-line-endings v0.3.0 |
2706 | 2023-11-10T18:29:27.258Z | Documenting toml v0.8.8 |
2707 | 2023-11-10T18:29:27.788Z | Documenting serde_with v2.3.3 |
2708 | 2023-11-10T18:29:27.973Z | Documenting bit-set v0.5.3 |
2709 | 2023-11-10T18:29:28.454Z | Documenting similar v2.2.1 |
2710 | 2023-11-10T18:29:28.893Z | Documenting tokio-stream v0.1.14 |
2711 | 2023-11-10T18:29:30.229Z | Documenting predicates v3.0.4 |
2712 | 2023-11-10T18:29:32.011Z | Documenting instant v0.1.12 |
2713 | 2023-11-10T18:29:34.217Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2714 | 2023-11-10T18:29:34.951Z | Documenting macaddr v1.0.1 |
2715 | 2023-11-10T18:29:35.675Z | Documenting base64ct v1.6.0 |
2716 | 2023-11-10T18:29:35.801Z | Documenting parse-display v0.8.2 |
2717 | 2023-11-10T18:29:36.601Z | Checking scopeguard v1.2.0 |
2718 | 2023-11-10T18:29:36.772Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2023-11-10T18:29:37.322Z | Checking lock_api v0.4.10 |
2720 | 2023-11-10T18:29:37.949Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2721 | 2023-11-10T18:29:38.192Z | Documenting backoff v0.4.0 |
2722 | 2023-11-10T18:29:38.982Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2723 | 2023-11-10T18:29:39.103Z | Documenting crucible-workspace-hack v0.1.0 |
2724 | 2023-11-10T18:29:40.969Z | Documenting blake2 v0.10.6 |
2725 | 2023-11-10T18:29:41.564Z | Checking smallvec v1.11.0 |
2726 | 2023-11-10T18:29:42.066Z | Documenting password-hash v0.5.0 |
2727 | 2023-11-10T18:29:42.280Z | Checking pin-project-lite v0.2.13 |
2728 | 2023-11-10T18:29:42.288Z | Checking parking_lot_core v0.9.8 |
2729 | 2023-11-10T18:29:42.293Z | Documenting is-terminal v0.4.9 |
2730 | 2023-11-10T18:29:47.533Z | Checking parking_lot v0.12.1 |
2731 | 2023-11-10T18:29:47.614Z | Checking rand_core v0.6.4 |
2732 | 2023-11-10T18:29:48.103Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2733 | 2023-11-10T18:29:48.115Z | Checking typenum v1.16.0 |
2734 | 2023-11-10T18:29:48.155Z | Checking zeroize v1.6.0 |
2735 | 2023-11-10T18:29:48.166Z | Checking futures-core v0.3.29 |
2736 | 2023-11-10T18:29:48.180Z | Checking unicode-segmentation v1.10.1 |
2737 | 2023-11-10T18:29:48.183Z | Documenting proc-macro-error-attr v1.0.4 |
2738 | 2023-11-10T18:29:48.188Z | Checking generic-array v0.14.7 |
2739 | 2023-11-10T18:29:48.192Z | Checking mio v0.8.8 |
2740 | 2023-11-10T18:29:48.200Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2741 | 2023-11-10T18:29:48.205Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2742 | 2023-11-10T18:29:48.216Z | Checking socket2 v0.5.4 |
2743 | 2023-11-10T18:29:48.220Z | Checking signal-hook-registry v1.4.1 |
2744 | 2023-11-10T18:29:48.369Z | Checking num_cpus v1.16.0 |
2745 | 2023-11-10T18:29:48.525Z | Checking futures-sink v0.3.29 |
2746 | 2023-11-10T18:29:48.652Z | Checking tokio v1.33.0 |
2747 | 2023-11-10T18:29:48.731Z | Checking proc-macro-error v1.0.4 |
2748 | 2023-11-10T18:29:48.756Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2749 | 2023-11-10T18:29:48.907Z | Documenting postcard-cobs v0.1.5-pre |
2750 | 2023-11-10T18:29:48.924Z | Documenting argon2 v0.5.2 |
2751 | 2023-11-10T18:29:49.140Z | Documenting fastrand v2.0.0 |
2752 | 2023-11-10T18:29:50.642Z | Checking spin v0.5.2 |
2753 | 2023-11-10T18:29:50.832Z | Documenting proc-macro-error v1.0.4 |
2754 | 2023-11-10T18:29:50.945Z | Checking tinyvec_macros v0.1.1 |
2755 | 2023-11-10T18:29:51.065Z | Checking tinyvec v1.6.0 |
2756 | 2023-11-10T18:29:53.351Z | Checking futures-channel v0.3.29 |
2757 | 2023-11-10T18:29:53.390Z | Documenting postcard v0.7.3 |
2758 | 2023-11-10T18:29:53.938Z | Documenting foreign-types-macros v0.2.3 |
2759 | 2023-11-10T18:29:55.048Z | Documenting tempfile v3.8.0 |
2760 | 2023-11-10T18:29:55.972Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2761 | 2023-11-10T18:29:56.618Z | Checking futures-task v0.3.29 |
2762 | 2023-11-10T18:29:57.004Z | Checking slab v0.4.9 |
2763 | 2023-11-10T18:29:57.411Z | Checking pin-utils v0.1.0 |
2764 | 2023-11-10T18:29:57.519Z | Documenting foreign-types-shared v0.3.1 |
2765 | 2023-11-10T18:29:58.122Z | Checking futures-io v0.3.29 |
2766 | 2023-11-10T18:29:58.396Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2767 | 2023-11-10T18:29:59.283Z | Checking futures-util v0.3.29 |
2768 | 2023-11-10T18:30:00.257Z | Checking unicode-normalization v0.1.22 |
2769 | 2023-11-10T18:30:01.405Z | Checking crypto-common v0.1.6 |
2770 | 2023-11-10T18:30:01.688Z | Checking spin v0.9.8 |
2771 | 2023-11-10T18:30:01.743Z | Documenting foreign-types v0.5.0 |
2772 | 2023-11-10T18:30:01.791Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2773 | 2023-11-10T18:30:02.169Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2774 | 2023-11-10T18:30:02.253Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2775 | 2023-11-10T18:30:02.493Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2776 | 2023-11-10T18:30:02.649Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2777 | 2023-11-10T18:30:07.303Z | Documenting cstr-argument v0.1.2 |
2778 | 2023-11-10T18:30:07.671Z | Checking tracing-core v0.1.31 |
2779 | 2023-11-10T18:30:07.860Z | Checking unicode-bidi v0.3.13 |
2780 | 2023-11-10T18:30:08.179Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2781 | 2023-11-10T18:30:08.611Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2782 | 2023-11-10T18:30:08.756Z | Checking tracing v0.1.37 |
2783 | 2023-11-10T18:30:09.275Z | Documenting colored v2.0.4 |
2784 | 2023-11-10T18:30:09.528Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2785 | 2023-11-10T18:30:09.637Z | Checking block-buffer v0.10.4 |
2786 | 2023-11-10T18:30:09.953Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2787 | 2023-11-10T18:30:12.017Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2788 | 2023-11-10T18:30:12.790Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2789 | 2023-11-10T18:30:14.821Z | Checking subtle v2.5.0 |
2790 | 2023-11-10T18:30:15.207Z | Checking const-oid v0.9.5 |
2791 | 2023-11-10T18:30:15.372Z | Checking ppv-lite86 v0.2.17 |
2792 | 2023-11-10T18:30:16.238Z | Documenting zone_cfg_derive v0.3.0 |
2793 | 2023-11-10T18:30:16.505Z | Checking rand_chacha v0.3.1 |
2794 | 2023-11-10T18:30:17.086Z | Documenting num-derive v0.4.0 |
2795 | 2023-11-10T18:30:18.268Z | Checking digest v0.10.7 |
2796 | 2023-11-10T18:30:18.764Z | Checking bitflags v2.4.0 |
2797 | 2023-11-10T18:30:19.262Z | Documenting linked-hash-map v0.5.6 |
2798 | 2023-11-10T18:30:19.305Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2799 | 2023-11-10T18:30:19.309Z | Checking base64 v0.21.5 |
2800 | 2023-11-10T18:30:19.375Z | Checking rand v0.8.5 |
2801 | 2023-11-10T18:30:19.971Z | Checking tokio-util v0.7.10 |
2802 | 2023-11-10T18:30:20.989Z | Documenting smf v0.2.2 |
2803 | 2023-11-10T18:30:21.620Z | Checking untrusted v0.7.1 |
2804 | 2023-11-10T18:30:21.670Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2805 | 2023-11-10T18:30:21.891Z | Checking percent-encoding v2.3.0 |
2806 | 2023-11-10T18:30:22.215Z | Checking hashbrown v0.12.3 |
2807 | 2023-11-10T18:30:23.867Z | Checking foreign-types-shared v0.1.1 |
2808 | 2023-11-10T18:30:23.976Z | Documenting zone v0.3.0 |
2809 | 2023-11-10T18:30:24.020Z | Checking bitflags v1.3.2 |
2810 | 2023-11-10T18:30:24.162Z | Checking openssl-probe v0.1.5 |
2811 | 2023-11-10T18:30:24.177Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2812 | 2023-11-10T18:30:24.367Z | Checking untrusted v0.9.0 |
2813 | 2023-11-10T18:30:24.601Z | Checking ring v0.17.5 |
2814 | 2023-11-10T18:30:25.442Z | Documenting lru-cache v0.1.2 |
2815 | 2023-11-10T18:30:25.629Z | Checking foreign-types v0.3.2 |
2816 | 2023-11-10T18:30:25.759Z | Checking indexmap v1.9.3 |
2817 | 2023-11-10T18:30:26.988Z | Checking ring v0.16.20 |
2818 | 2023-11-10T18:30:27.675Z | Checking openssl-sys v0.9.93 |
2819 | 2023-11-10T18:30:27.748Z | Checking errno v0.3.2 |
2820 | 2023-11-10T18:30:27.961Z | Checking try-lock v0.2.4 |
2821 | 2023-11-10T18:30:28.168Z | Checking adler v1.0.2 |
2822 | 2023-11-10T18:30:28.383Z | Checking siphasher v0.3.11 |
2823 | 2023-11-10T18:30:28.844Z | Checking miniz_oxide v0.7.1 |
2824 | 2023-11-10T18:30:29.866Z | Checking want v0.3.1 |
2825 | 2023-11-10T18:30:29.887Z | Checking openssl v0.10.57 |
2826 | 2023-11-10T18:30:29.930Z | Checking sct v0.7.0 |
2827 | 2023-11-10T18:30:30.477Z | Checking rustls-webpki v0.101.7 |
2828 | 2023-11-10T18:30:30.483Z | Checking h2 v0.3.21 |
2829 | 2023-11-10T18:30:30.487Z | Checking form_urlencoded v1.2.0 |
2830 | 2023-11-10T18:30:30.514Z | Checking lazy_static v1.4.0 |
2831 | 2023-11-10T18:30:30.671Z | Checking http-body v0.4.5 |
2832 | 2023-11-10T18:30:31.170Z | Checking io-lifetimes v1.0.11 |
2833 | 2023-11-10T18:30:31.223Z | Checking socket2 v0.4.9 |
2834 | 2023-11-10T18:30:31.233Z | Checking httparse v1.8.0 |
2835 | 2023-11-10T18:30:31.468Z | Checking anstyle v1.0.2 |
2836 | 2023-11-10T18:30:31.840Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2837 | 2023-11-10T18:30:31.882Z | Checking cpufeatures v0.2.9 |
2838 | 2023-11-10T18:30:31.926Z | Checking utf8parse v0.2.1 |
2839 | 2023-11-10T18:30:32.000Z | Checking httpdate v1.0.3 |
2840 | 2023-11-10T18:30:32.031Z | Checking tower-service v0.3.2 |
2841 | 2023-11-10T18:30:32.074Z | Checking sha2 v0.10.8 |
2842 | 2023-11-10T18:30:32.153Z | Checking anstyle-parse v0.2.1 |
2843 | 2023-11-10T18:30:32.211Z | Checking rustix v0.37.23 |
2844 | 2023-11-10T18:30:32.370Z | Checking rustls v0.21.8 |
2845 | 2023-11-10T18:30:32.558Z | Checking rustls-pemfile v1.0.3 |
2846 | 2023-11-10T18:30:32.849Z | Checking hmac v0.12.1 |
2847 | 2023-11-10T18:30:32.916Z | Checking md-5 v0.10.5 |
2848 | 2023-11-10T18:30:33.048Z | Checking idna v0.4.0 |
2849 | 2023-11-10T18:30:33.148Z | Checking stringprep v0.1.3 |
2850 | 2023-11-10T18:30:33.237Z | Documenting slog-dtrace v0.2.3 |
2851 | 2023-11-10T18:30:33.562Z | Checking num-integer v0.1.45 |
2852 | 2023-11-10T18:30:34.003Z | Checking hash32 v0.2.1 |
2853 | 2023-11-10T18:30:34.313Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2854 | 2023-11-10T18:30:34.516Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2855 | 2023-11-10T18:30:34.551Z | Checking fallible-iterator v0.2.0 |
2856 | 2023-11-10T18:30:35.047Z | Documenting quick-error v1.2.3 |
2857 | 2023-11-10T18:30:35.551Z | Checking gimli v0.28.0 |
2858 | 2023-11-10T18:30:36.231Z | Checking either v1.9.0 |
2859 | 2023-11-10T18:30:36.698Z | Checking stable_deref_trait v1.2.0 |
2860 | 2023-11-10T18:30:36.844Z | Checking anstyle-query v1.0.0 |
2861 | 2023-11-10T18:30:37.052Z | Checking colorchoice v1.0.0 |
2862 | 2023-11-10T18:30:37.241Z | Checking anstream v0.5.0 |
2863 | 2023-11-10T18:30:37.682Z | Checking tokio-rustls v0.24.1 |
2864 | 2023-11-10T18:30:37.754Z | Checking heapless v0.7.16 |
2865 | 2023-11-10T18:30:38.243Z | Checking postgres-protocol v0.6.6 |
2866 | 2023-11-10T18:30:38.801Z | Checking native-tls v0.2.11 |
2867 | 2023-11-10T18:30:39.296Z | Checking tokio-native-tls v0.3.1 |
2868 | 2023-11-10T18:30:39.335Z | Checking url v2.4.1 |
2869 | 2023-11-10T18:30:39.470Z | Checking terminal_size v0.2.6 |
2870 | 2023-11-10T18:30:39.677Z | Checking rustls-native-certs v0.6.3 |
2871 | 2023-11-10T18:30:39.703Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2872 | 2023-11-10T18:30:39.872Z | Checking phf_shared v0.11.2 |
2873 | 2023-11-10T18:30:40.304Z | Checking block-padding v0.3.3 |
2874 | 2023-11-10T18:30:40.386Z | Checking hyper v0.14.27 |
2875 | 2023-11-10T18:30:40.577Z | Documenting resolv-conf v0.7.0 |
2876 | 2023-11-10T18:30:40.619Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2877 | 2023-11-10T18:30:40.634Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2878 | 2023-11-10T18:30:40.757Z | Checking scheduled-thread-pool v0.2.7 |
2879 | 2023-11-10T18:30:41.092Z | Checking object v0.32.1 |
2880 | 2023-11-10T18:30:42.027Z | Checking addr2line v0.21.0 |
2881 | 2023-11-10T18:30:42.248Z | Checking serde_spanned v0.6.4 |
2882 | 2023-11-10T18:30:42.513Z | Checking toml_datetime v0.6.5 |
2883 | 2023-11-10T18:30:42.834Z | Checking bzip2-sys v0.1.11+1.0.8 |
2884 | 2023-11-10T18:30:42.922Z | Checking crc32fast v1.3.2 |
2885 | 2023-11-10T18:30:43.011Z | Checking managed v0.8.0 |
2886 | 2023-11-10T18:30:43.279Z | Checking tap v1.0.1 |
2887 | 2023-11-10T18:30:43.532Z | Checking winnow v0.5.15 |
2888 | 2023-11-10T18:30:43.562Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2889 | 2023-11-10T18:30:43.619Z | Checking matches v0.1.10 |
2890 | 2023-11-10T18:30:43.750Z | Checking num_threads v0.1.6 |
2891 | 2023-11-10T18:30:43.909Z | Checking deranged v0.3.8 |
2892 | 2023-11-10T18:30:46.607Z | Checking rustc-demangle v0.1.23 |
2893 | 2023-11-10T18:30:46.662Z | Checking ipnet v2.8.0 |
2894 | 2023-11-10T18:30:47.317Z | Checking bit-vec v0.6.3 |
2895 | 2023-11-10T18:30:47.412Z | Checking regex-automata v0.1.10 |
2896 | 2023-11-10T18:30:47.836Z | Checking clap_lex v0.5.1 |
2897 | 2023-11-10T18:30:48.040Z | Checking bstr v0.2.17 |
2898 | 2023-11-10T18:30:48.287Z | Checking clap_builder v4.4.2 |
2899 | 2023-11-10T18:30:48.325Z | Checking toml_edit v0.19.15 |
2900 | 2023-11-10T18:30:49.436Z | Documenting trust-dns-resolver v0.22.0 |
2901 | 2023-11-10T18:30:50.206Z | Checking backtrace v0.3.69 |
2902 | 2023-11-10T18:30:50.415Z | Checking hyper-tls v0.5.0 |
2903 | 2023-11-10T18:30:50.864Z | Checking hyper-rustls v0.24.2 |
2904 | 2023-11-10T18:30:51.092Z | Checking time v0.3.27 |
2905 | 2023-11-10T18:30:51.408Z | Checking idna v0.2.3 |
2906 | 2023-11-10T18:30:52.206Z | Checking smoltcp v0.9.1 |
2907 | 2023-11-10T18:30:52.904Z | Checking wyz v0.5.1 |
2908 | 2023-11-10T18:30:53.228Z | Checking flate2 v1.0.28 |
2909 | 2023-11-10T18:30:53.527Z | Checking bzip2 v0.4.4 |
2910 | 2023-11-10T18:30:53.973Z | Checking r2d2 v0.8.10 |
2911 | 2023-11-10T18:30:54.308Z | Checking inout v0.1.3 |
2912 | 2023-11-10T18:30:54.452Z | Checking phf v0.11.2 |
2913 | 2023-11-10T18:30:54.647Z | Checking postgres-types v0.2.6 |
2914 | 2023-11-10T18:30:54.661Z | Checking itertools v0.11.0 |
2915 | 2023-11-10T18:30:54.867Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2916 | 2023-11-10T18:30:55.172Z | Checking num-bigint v0.4.4 |
2917 | 2023-11-10T18:30:55.778Z | Checking serde_urlencoded v0.7.1 |
2918 | 2023-11-10T18:30:56.461Z | Checking phf_shared v0.10.0 |
2919 | 2023-11-10T18:30:56.917Z | Checking futures-executor v0.3.29 |
2920 | 2023-11-10T18:30:57.266Z | Checking ipnetwork v0.20.0 |
2921 | 2023-11-10T18:30:57.826Z | Checking float-cmp v0.9.0 |
2922 | 2023-11-10T18:30:58.106Z | Checking zerocopy v0.6.4 |
2923 | 2023-11-10T18:30:58.497Z | Checking hubpack v0.1.2 |
2924 | 2023-11-10T18:30:58.516Z | Checking encoding_rs v0.8.33 |
2925 | 2023-11-10T18:30:58.825Z | Checking crossbeam-utils v0.8.16 |
2926 | 2023-11-10T18:30:58.985Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2927 | 2023-11-10T18:30:59.272Z | Checking memoffset v0.9.0 |
2928 | 2023-11-10T18:30:59.383Z | Checking radium v0.7.0 |
2929 | 2023-11-10T18:30:59.419Z | Checking new_debug_unreachable v1.0.4 |
2930 | 2023-11-10T18:30:59.545Z | Checking data-encoding v2.4.0 |
2931 | 2023-11-10T18:30:59.709Z | Checking normalize-line-endings v0.3.0 |
2932 | 2023-11-10T18:30:59.875Z | Checking difflib v0.4.0 |
2933 | 2023-11-10T18:30:59.891Z | Checking precomputed-hash v0.1.1 |
2934 | 2023-11-10T18:30:59.996Z | Checking funty v2.0.0 |
2935 | 2023-11-10T18:31:00.044Z | Checking mime v0.3.17 |
2936 | 2023-11-10T18:31:00.364Z | Checking whoami v1.4.1 |
2937 | 2023-11-10T18:31:00.390Z | Checking regex-automata v0.3.8 |
2938 | 2023-11-10T18:31:00.542Z | Checking webpki-roots v0.25.2 |
2939 | 2023-11-10T18:31:00.758Z | Checking static_assertions v1.1.0 |
2940 | 2023-11-10T18:31:00.793Z | Checking predicates-core v1.0.6 |
2941 | 2023-11-10T18:31:00.898Z | Checking fixedbitset v0.4.2 |
2942 | 2023-11-10T18:31:01.064Z | Checking predicates v3.0.4 |
2943 | 2023-11-10T18:31:01.160Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2944 | 2023-11-10T18:31:01.281Z | Checking petgraph v0.6.4 |
2945 | 2023-11-10T18:31:01.594Z | Checking tokio-postgres v0.7.10 |
2946 | 2023-11-10T18:31:02.171Z | Checking bitvec v1.0.1 |
2947 | 2023-11-10T18:31:02.198Z | Checking trust-dns-proto v0.22.0 |
2948 | 2023-11-10T18:31:02.393Z | Checking reqwest v0.11.20 |
2949 | 2023-11-10T18:31:02.986Z | Checking bstr v1.6.0 |
2950 | 2023-11-10T18:31:04.457Z | Checking string_cache v0.8.7 |
2951 | 2023-11-10T18:31:05.262Z | Checking crossbeam-epoch v0.9.15 |
2952 | 2023-11-10T18:31:05.271Z | Checking diesel v2.1.3 |
2953 | 2023-11-10T18:31:05.607Z | Checking yasna v0.5.2 |
2954 | 2023-11-10T18:31:06.281Z | Checking futures v0.3.29 |
2955 | 2023-11-10T18:31:06.446Z | Checking cipher v0.4.4 |
2956 | 2023-11-10T18:31:06.837Z | Checking zip v0.6.6 |
2957 | 2023-11-10T18:31:07.114Z | Checking clap v4.4.3 |
2958 | 2023-11-10T18:31:07.149Z | Checking toml v0.7.8 |
2959 | 2023-11-10T18:31:07.277Z | Checking anyhow v1.0.75 |
2960 | 2023-11-10T18:31:07.960Z | Checking similar v2.2.1 |
2961 | 2023-11-10T18:31:08.374Z | Checking bit-set v0.5.3 |
2962 | 2023-11-10T18:31:08.378Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2963 | 2023-11-10T18:31:08.382Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2964 | 2023-11-10T18:31:08.499Z | Checking itertools v0.10.5 |
2965 | 2023-11-10T18:31:08.643Z | Checking num-iter v0.1.43 |
2966 | 2023-11-10T18:31:08.690Z | Checking console v0.15.7 |
2967 | 2023-11-10T18:31:09.737Z | Checking rustix v0.38.9 |
2968 | 2023-11-10T18:31:09.742Z | Checking signature v2.1.0 |
2969 | 2023-11-10T18:31:09.749Z | Checking tokio-stream v0.1.14 |
2970 | 2023-11-10T18:31:09.756Z | Documenting pem-rfc7468 v0.7.0 |
2971 | 2023-11-10T18:31:10.733Z | Checking usdt v0.3.5 |
2972 | 2023-11-10T18:31:11.018Z | Documenting der_derive v0.7.2 |
2973 | 2023-11-10T18:31:11.039Z | Checking semver v1.0.20 |
2974 | 2023-11-10T18:31:11.661Z | Checking hex v0.4.3 |
2975 | 2023-11-10T18:31:12.573Z | Checking slog v2.7.0 |
2976 | 2023-11-10T18:31:12.577Z | Documenting flagset v0.4.3 |
2977 | 2023-11-10T18:31:12.580Z | Checking lalrpop-util v0.19.12 |
2978 | 2023-11-10T18:31:12.899Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2979 | 2023-11-10T18:31:12.956Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2980 | 2023-11-10T18:31:13.636Z | Documenting cancel-safe-futures v0.1.5 |
2981 | 2023-11-10T18:31:16.012Z | Checking heck v0.3.3 |
2982 | 2023-11-10T18:31:16.268Z | Documenting hkdf v0.12.3 |
2983 | 2023-11-10T18:31:16.435Z | Documenting structopt-derive v0.4.18 |
2984 | 2023-11-10T18:31:19.088Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2985 | 2023-11-10T18:31:19.264Z | Documenting der v0.7.8 |
2986 | 2023-11-10T18:31:20.597Z | Documenting arc-swap v1.6.0 |
2987 | 2023-11-10T18:31:22.683Z | Documenting crc-catalog v2.2.0 |
2988 | 2023-11-10T18:31:24.038Z | Documenting keccak v0.1.4 |
2989 | 2023-11-10T18:31:24.764Z | Documenting structopt v0.3.26 |
2990 | 2023-11-10T18:31:27.021Z | Documenting crc v3.0.1 |
2991 | 2023-11-10T18:31:27.359Z | Documenting slog-scope v4.4.0 |
2992 | 2023-11-10T18:31:28.441Z | Documenting spki v0.7.2 |
2993 | 2023-11-10T18:31:28.468Z | Documenting sha3 v0.10.8 |
2994 | 2023-11-10T18:31:30.489Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2995 | 2023-11-10T18:31:31.376Z | Documenting libefi-sys v0.1.0 |
2996 | 2023-11-10T18:31:32.145Z | Documenting num-rational v0.4.1 |
2997 | 2023-11-10T18:31:32.843Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2998 | 2023-11-10T18:31:33.173Z | Documenting secrecy v0.8.0 |
2999 | 2023-11-10T18:31:35.314Z | Documenting pkcs8 v0.10.2 |
3000 | 2023-11-10T18:31:36.022Z | Documenting num-complex v0.4.4 |
3001 | 2023-11-10T18:31:38.099Z | Documenting packed_struct_codegen v0.10.1 |
3002 | 2023-11-10T18:31:38.283Z | Documenting half v1.8.2 |
3003 | 2023-11-10T18:31:38.697Z | Documenting ciborium-io v0.2.1 |
3004 | 2023-11-10T18:31:40.260Z | Documenting nodrop v0.1.14 |
3005 | 2023-11-10T18:31:42.233Z | Documenting pkcs1 v0.7.5 |
3006 | 2023-11-10T18:31:42.748Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3007 | 2023-11-10T18:31:43.545Z | Documenting num v0.4.1 |
3008 | 2023-11-10T18:31:44.501Z | Documenting array-init v0.0.4 |
3009 | 2023-11-10T18:31:44.914Z | Documenting ciborium-ll v0.2.1 |
3010 | 2023-11-10T18:31:46.277Z | Documenting packed_struct v0.10.1 |
3011 | 2023-11-10T18:31:46.980Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3012 | 2023-11-10T18:31:48.537Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3013 | 2023-11-10T18:31:49.315Z | Documenting slog-stdlog v4.1.1 |
3014 | 2023-11-10T18:31:49.638Z | Documenting num-bigint-dig v0.8.4 |
3015 | 2023-11-10T18:31:51.208Z | Documenting universal-hash v0.5.1 |
3016 | 2023-11-10T18:31:52.081Z | Documenting filetime v0.2.22 |
3017 | 2023-11-10T18:31:55.236Z | Documenting xattr v1.0.1 |
3018 | 2023-11-10T18:31:56.080Z | Documenting termcolor v1.2.0 |
3019 | 2023-11-10T18:31:58.276Z | Documenting opaque-debug v0.3.0 |
3020 | 2023-11-10T18:31:59.660Z | Documenting bitfield v0.14.0 |
3021 | 2023-11-10T18:31:59.921Z | Documenting slog-envlogger v2.2.0 |
3022 | 2023-11-10T18:32:00.081Z | Documenting rsa v0.9.2 |
3023 | 2023-11-10T18:32:01.898Z | Documenting tar v0.4.40 |
3024 | 2023-11-10T18:32:02.555Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3025 | 2023-11-10T18:32:22.270Z | Documenting env_logger v0.10.0 |
3026 | 2023-11-10T18:32:24.619Z | Documenting ciborium v0.2.1 |
3027 | 2023-11-10T18:32:25.248Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3028 | 2023-11-10T18:32:25.754Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3029 | 2023-11-10T18:32:26.274Z | Documenting serde-hex v0.1.0 |
3030 | 2023-11-10T18:32:26.300Z | Documenting x509-cert v0.2.4 |
3031 | 2023-11-10T18:32:26.372Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3032 | 2023-11-10T18:32:26.557Z | Documenting newtype_derive v0.1.6 |
3033 | 2023-11-10T18:32:26.739Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3034 | 2023-11-10T18:32:26.950Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3035 | 2023-11-10T18:32:27.094Z | Documenting signal-hook v0.3.17 |
3036 | 2023-11-10T18:32:27.282Z | Documenting ron v0.8.1 |
3037 | 2023-11-10T18:32:27.323Z | Documenting fxhash v0.2.1 |
3038 | 2023-11-10T18:32:27.393Z | Documenting derive-where v1.2.5 |
3039 | 2023-11-10T18:32:27.450Z | Documenting crc-any v2.4.3 |
3040 | 2023-11-10T18:32:27.526Z | Documenting linear-map v1.2.0 |
3041 | 2023-11-10T18:32:27.586Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3042 | 2023-11-10T18:32:27.626Z | Documenting steno v0.4.0 |
3043 | 2023-11-10T18:32:27.698Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3044 | 2023-11-10T18:32:27.782Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3045 | 2023-11-10T18:32:27.823Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3046 | 2023-11-10T18:32:28.854Z | Documenting doc-comment v0.3.3 |
3047 | 2023-11-10T18:32:29.713Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3048 | 2023-11-10T18:32:33.188Z | Documenting libsqlite3-sys v0.26.0 |
3049 | 2023-11-10T18:32:36.551Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3050 | 2023-11-10T18:32:36.835Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3051 | 2023-11-10T18:32:37.880Z | Documenting hashlink v0.8.3 |
3052 | 2023-11-10T18:32:39.828Z | Documenting aead v0.5.2 |
3053 | 2023-11-10T18:32:43.275Z | Documenting snafu-derive v0.7.5 |
3054 | 2023-11-10T18:32:43.847Z | Documenting fallible-streaming-iterator v0.1.9 |
3055 | 2023-11-10T18:32:44.958Z | Documenting path-slash v0.1.5 |
3056 | 2023-11-10T18:32:45.031Z | Documenting same-file v1.0.6 |
3057 | 2023-11-10T18:32:47.474Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3058 | 2023-11-10T18:32:48.310Z | Documenting rusqlite v0.29.0 |
3059 | 2023-11-10T18:32:49.107Z | Documenting camino-tempfile v1.0.2 |
3060 | 2023-11-10T18:32:51.114Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3061 | 2023-11-10T18:32:51.350Z | Documenting walkdir v2.4.0 |
3062 | 2023-11-10T18:32:54.372Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3063 | 2023-11-10T18:32:54.529Z | Documenting nix v0.26.2 |
3064 | 2023-11-10T18:32:55.184Z | Documenting snafu v0.7.5 |
3065 | 2023-11-10T18:32:55.929Z | Checking darling_core v0.14.4 |
3066 | 2023-11-10T18:32:56.443Z | Documenting twox-hash v1.6.3 |
3067 | 2023-11-10T18:32:57.842Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3068 | 2023-11-10T18:32:58.853Z | Documenting nibble_vec v0.1.0 |
3069 | 2023-11-10T18:33:01.529Z | Documenting endian-type v0.1.2 |
3070 | 2023-11-10T18:33:03.571Z | Checking darling v0.14.4 |
3071 | 2023-11-10T18:33:03.729Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3072 | 2023-11-10T18:33:03.953Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3073 | 2023-11-10T18:33:04.379Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3074 | 2023-11-10T18:33:05.105Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3075 | 2023-11-10T18:33:06.294Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3076 | 2023-11-10T18:33:07.228Z | Documenting radix_trie v0.2.1 |
3077 | 2023-11-10T18:33:07.252Z | Documenting polyval v0.6.1 |
3078 | 2023-11-10T18:33:09.722Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3079 | 2023-11-10T18:33:11.510Z | Documenting num_enum v0.7.0 |
3080 | 2023-11-10T18:33:13.889Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3081 | 2023-11-10T18:33:14.343Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3082 | 2023-11-10T18:33:14.394Z | Documenting ctr v0.9.2 |
3083 | 2023-11-10T18:33:17.080Z | Documenting aes v0.8.3 |
3084 | 2023-11-10T18:33:19.755Z | Documenting bincode v1.3.3 |
3085 | 2023-11-10T18:33:32.834Z | Documenting path-dedot v3.1.0 |
3086 | 2023-11-10T18:33:33.871Z | Checking convert_case v0.4.0 |
3087 | 2023-11-10T18:33:34.071Z | Documenting utf-8 v0.7.6 |
3088 | 2023-11-10T18:33:34.235Z | Documenting convert_case v0.4.0 |
3089 | 2023-11-10T18:33:34.323Z | Documenting aes-gcm-siv v0.11.1 |
3090 | 2023-11-10T18:33:34.360Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3091 | 2023-11-10T18:33:34.460Z | Documenting path-absolutize v3.1.0 |
3092 | 2023-11-10T18:33:34.509Z | Documenting tungstenite v0.20.1 |
3093 | 2023-11-10T18:33:34.539Z | Documenting derive_more v0.99.17 |
3094 | 2023-11-10T18:33:34.607Z | Documenting trust-dns-client v0.22.0 |
3095 | 2023-11-10T18:33:34.656Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3096 | 2023-11-10T18:33:35.536Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3097 | 2023-11-10T18:33:38.068Z | Documenting buf-list v1.0.3 |
3098 | 2023-11-10T18:33:39.685Z | Documenting globset v0.4.13 |
3099 | 2023-11-10T18:33:40.508Z | Documenting crossbeam-deque v0.8.3 |
3100 | 2023-11-10T18:33:42.968Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3101 | 2023-11-10T18:33:43.657Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3102 | 2023-11-10T18:33:44.266Z | Documenting headers-core v0.2.0 |
3103 | 2023-11-10T18:33:44.628Z | Documenting olpc-cjson v0.1.3 |
3104 | 2023-11-10T18:33:45.663Z | Documenting serde_plain v1.0.2 |
3105 | 2023-11-10T18:33:46.342Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3106 | 2023-11-10T18:33:46.408Z | Documenting async-recursion v1.0.5 |
3107 | 2023-11-10T18:33:47.018Z | Documenting bitstruct_derive v0.1.0 |
3108 | 2023-11-10T18:33:50.957Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3109 | 2023-11-10T18:33:51.251Z | Documenting display-error-chain v0.2.0 |
3110 | 2023-11-10T18:33:51.338Z | Documenting ascii v1.1.0 |
3111 | 2023-11-10T18:33:51.801Z | Documenting ringbuffer v0.15.0 |
3112 | 2023-11-10T18:33:51.805Z | Documenting tough v0.14.0 |
3113 | 2023-11-10T18:33:53.820Z | Documenting headers v0.3.9 |
3114 | 2023-11-10T18:33:54.904Z | Documenting rayon-core v1.12.0 |
3115 | 2023-11-10T18:33:54.908Z | Documenting bitstruct v0.1.1 |
3116 | 2023-11-10T18:33:55.938Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3117 | 2023-11-10T18:33:56.580Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3118 | 2023-11-10T18:33:57.374Z | Documenting trust-dns-server v0.22.1 |
3119 | 2023-11-10T18:33:57.608Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3120 | 2023-11-10T18:33:58.989Z | Documenting tokio-tungstenite v0.20.1 |
3121 | 2023-11-10T18:34:01.835Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3122 | 2023-11-10T18:34:03.549Z | Documenting derive_builder_core v0.12.0 |
3123 | 2023-11-10T18:34:03.562Z | Checking derive_builder_core v0.12.0 |
3124 | 2023-11-10T18:34:04.008Z | Documenting sled v0.34.7 |
3125 | 2023-11-10T18:34:04.575Z | Documenting signal-hook-mio v0.2.3 |
3126 | 2023-11-10T18:34:04.954Z | Documenting erased-serde v0.3.30 |
3127 | 2023-11-10T18:34:08.102Z | Documenting unicase v2.7.0 |
3128 | 2023-11-10T18:34:09.510Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3129 | 2023-11-10T18:34:10.778Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3130 | 2023-11-10T18:34:11.056Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3131 | 2023-11-10T18:34:11.535Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3132 | 2023-11-10T18:34:11.663Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3133 | 2023-11-10T18:34:12.062Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3134 | 2023-11-10T18:34:12.066Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3135 | 2023-11-10T18:34:12.299Z | Documenting bcs v0.1.6 |
3136 | 2023-11-10T18:34:12.570Z | Documenting serde_arrays v0.1.0 |
3137 | 2023-11-10T18:34:12.833Z | Documenting ff v0.13.0 |
3138 | 2023-11-10T18:34:13.605Z | Documenting highway v1.1.0 |
3139 | 2023-11-10T18:34:18.362Z | Documenting pretty-hex v0.3.0 |
3140 | 2023-11-10T18:34:18.727Z | Documenting derive_builder_macro v0.12.0 |
3141 | 2023-11-10T18:34:18.910Z | Documenting mime_guess v2.0.4 |
3142 | 2023-11-10T18:34:19.490Z | Documenting group v0.13.0 |
3143 | 2023-11-10T18:34:20.053Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3144 | 2023-11-10T18:34:23.332Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3145 | 2023-11-10T18:34:25.703Z | Documenting crossterm v0.27.0 |
3146 | 2023-11-10T18:34:25.927Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3147 | 2023-11-10T18:34:26.272Z | Documenting rayon v1.8.0 |
3148 | 2023-11-10T18:34:30.440Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3149 | 2023-11-10T18:34:33.678Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3150 | 2023-11-10T18:34:37.707Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3151 | 2023-11-10T18:34:38.179Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3152 | 2023-11-10T18:34:51.547Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3153 | 2023-11-10T18:34:51.577Z | Documenting portable-atomic v1.4.3 |
3154 | 2023-11-10T18:34:51.645Z | Documenting ed25519 v1.5.3 |
3155 | 2023-11-10T18:34:51.844Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3156 | 2023-11-10T18:34:55.333Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3157 | 2023-11-10T18:34:56.210Z | Documenting crypto-bigint v0.5.2 |
3158 | 2023-11-10T18:34:57.241Z | Documenting ref-cast-impl v1.0.20 |
3159 | 2023-11-10T18:34:57.827Z | Documenting curve25519-dalek-derive v0.1.0 |
3160 | 2023-11-10T18:35:09.772Z | Documenting thiserror-impl-no-std v2.0.2 |
3161 | 2023-11-10T18:35:09.819Z | Documenting vte_generate_state_changes v0.1.1 |
3162 | 2023-11-10T18:35:09.870Z | Documenting base16ct v0.2.0 |
3163 | 2023-11-10T18:35:09.884Z | Checking unicode-xid v0.2.4 |
3164 | 2023-11-10T18:35:09.904Z | Documenting number_prefix v0.4.0 |
3165 | 2023-11-10T18:35:09.917Z | Documenting cassowary v0.3.0 |
3166 | 2023-11-10T18:35:09.931Z | Documenting unicode-xid v0.2.4 |
3167 | 2023-11-10T18:35:09.943Z | Documenting elliptic-curve v0.13.5 |
3168 | 2023-11-10T18:35:09.953Z | Documenting thiserror-no-std v2.0.2 |
3169 | 2023-11-10T18:35:10.084Z | Documenting vte v0.11.1 |
3170 | 2023-11-10T18:35:11.707Z | Documenting indicatif v0.17.7 |
3171 | 2023-11-10T18:35:12.103Z | Documenting const_format_proc_macros v0.2.31 |
3172 | 2023-11-10T18:35:12.944Z | Documenting ratatui v0.23.0 |
3173 | 2023-11-10T18:35:14.411Z | Documenting ref-cast v1.0.20 |
3174 | 2023-11-10T18:35:16.603Z | Documenting curve25519-dalek v4.1.0 |
3175 | 2023-11-10T18:35:18.251Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3176 | 2023-11-10T18:35:18.867Z | Documenting salty v0.2.0 |
3177 | 2023-11-10T18:35:18.901Z | Documenting derive_builder v0.12.0 |
3178 | 2023-11-10T18:35:19.518Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3179 | 2023-11-10T18:35:19.971Z | Documenting polar-core v0.27.0 |
3180 | 2023-11-10T18:35:24.072Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3181 | 2023-11-10T18:35:25.356Z | Documenting libxml v0.3.3 |
3182 | 2023-11-10T18:35:25.843Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3183 | 2023-11-10T18:35:26.340Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3184 | 2023-11-10T18:35:31.126Z | Documenting poly1305 v0.8.0 |
3185 | 2023-11-10T18:35:31.181Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3186 | 2023-11-10T18:35:34.995Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3187 | 2023-11-10T18:35:35.518Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3188 | 2023-11-10T18:35:38.420Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3189 | 2023-11-10T18:35:38.898Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3190 | 2023-11-10T18:35:39.697Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3191 | 2023-11-10T18:35:40.547Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3192 | 2023-11-10T18:35:40.850Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3193 | 2023-11-10T18:35:41.483Z | Documenting chacha20 v0.9.1 |
3194 | 2023-11-10T18:35:48.765Z | Documenting bb8 v0.8.1 |
3195 | 2023-11-10T18:35:49.077Z | Documenting quick-xml v0.23.1 |
3196 | 2023-11-10T18:35:55.822Z | Documenting bytesize v1.3.0 |
3197 | 2023-11-10T18:35:56.117Z | Documenting serde-big-array v0.5.1 |
3198 | 2023-11-10T18:35:56.443Z | Documenting pem v3.0.2 |
3199 | 2023-11-10T18:35:57.211Z | Documenting impl-trait-for-tuples v0.2.2 |
3200 | 2023-11-10T18:35:57.549Z | Documenting oso-derive v0.27.0 |
3201 | 2023-11-10T18:35:57.806Z | Documenting rtoolbox v0.0.1 |
3202 | 2023-11-10T18:36:00.397Z | Documenting maplit v1.0.2 |
3203 | 2023-11-10T18:36:02.470Z | Documenting humantime v2.1.0 |
3204 | 2023-11-10T18:36:02.866Z | Documenting unicode-linebreak v0.1.5 |
3205 | 2023-11-10T18:36:03.665Z | Documenting smawk v0.3.1 |
3206 | 2023-11-10T18:36:04.836Z | Documenting fs-err v2.9.0 |
3207 | 2023-11-10T18:36:05.820Z | Documenting rpassword v7.2.0 |
3208 | 2023-11-10T18:36:06.124Z | Documenting oso v0.27.0 |
3209 | 2023-11-10T18:36:06.190Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3210 | 2023-11-10T18:36:07.422Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3211 | 2023-11-10T18:36:07.990Z | Documenting rcgen v0.11.3 |
3212 | 2023-11-10T18:36:09.745Z | Documenting textwrap v0.16.0 |
3213 | 2023-11-10T18:36:10.755Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3214 | 2023-11-10T18:36:11.766Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3215 | 2023-11-10T18:36:14.163Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3216 | 2023-11-10T18:36:15.559Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3217 | 2023-11-10T18:36:18.072Z | Documenting chacha20poly1305 v0.10.1 |
3218 | 2023-11-10T18:36:24.433Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3219 | 2023-11-10T18:36:26.300Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3220 | 2023-11-10T18:36:31.341Z | Documenting vsss-rs v3.3.1 |
3221 | 2023-11-10T18:36:33.725Z | Documenting tui-tree-widget v0.13.0 |
3222 | 2023-11-10T18:36:34.388Z | Documenting const_format v0.2.31 |
3223 | 2023-11-10T18:36:34.810Z | Documenting strip-ansi-escapes v0.2.0 |
3224 | 2023-11-10T18:36:39.858Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3225 | 2023-11-10T18:36:41.154Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3226 | 2023-11-10T18:36:42.318Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3227 | 2023-11-10T18:36:42.401Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3228 | 2023-11-10T18:36:46.337Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3229 | 2023-11-10T18:36:47.316Z | Documenting cookie v0.16.2 |
3230 | 2023-11-10T18:36:48.192Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3231 | 2023-11-10T18:36:52.137Z | Documenting signal-hook-tokio v0.3.1 |
3232 | 2023-11-10T18:36:53.343Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3233 | 2023-11-10T18:36:54.392Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3234 | 2023-11-10T18:36:54.596Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3235 | 2023-11-10T18:36:55.138Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3236 | 2023-11-10T18:36:55.501Z | Documenting atomicwrites v0.4.2 |
3237 | 2023-11-10T18:36:56.059Z | Documenting fd-lock v3.0.13 |
3238 | 2023-11-10T18:36:59.168Z | Documenting subprocess v0.2.9 |
3239 | 2023-11-10T18:36:59.500Z | Documenting nu-ansi-term v0.49.0 |
3240 | 2023-11-10T18:37:01.578Z | Documenting shell-words v1.1.0 |
3241 | 2023-11-10T18:37:02.587Z | Documenting bit_field v0.10.2 |
3242 | 2023-11-10T18:37:03.227Z | Documenting http-range v0.1.5 |
3243 | 2023-11-10T18:37:06.206Z | Documenting owo-colors v3.5.0 |
3244 | 2023-11-10T18:37:06.218Z | Documenting corncobs v0.1.3 |
3245 | 2023-11-10T18:37:06.869Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3246 | 2023-11-10T18:37:07.766Z | Documenting reedline v0.23.0 |
3247 | 2023-11-10T18:37:09.533Z | Documenting hyper-staticfile v0.9.5 |
3248 | 2023-11-10T18:37:10.446Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3249 | 2023-11-10T18:37:13.312Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3250 | 2023-11-10T18:37:16.795Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3251 | 2023-11-10T18:37:16.810Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3252 | 2023-11-10T18:37:18.926Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3253 | 2023-11-10T18:37:19.813Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3254 | 2023-11-10T18:37:21.706Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3255 | 2023-11-10T18:37:22.321Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3256 | 2023-11-10T18:37:40.568Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3257 | 2023-11-10T18:37:43.414Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3258 | 2023-11-10T18:37:43.431Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3259 | 2023-11-10T18:37:44.428Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3260 | 2023-11-10T18:37:51.102Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3261 | 2023-11-10T18:37:55.686Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3262 | 2023-11-10T18:37:55.893Z | Documenting fatfs v0.3.6 |
3263 | 2023-11-10T18:37:56.787Z | Documenting cargo-platform v0.1.3 |
3264 | 2023-11-10T18:38:02.988Z | Documenting nanorand v0.7.0 |
3265 | 2023-11-10T18:38:03.121Z | Documenting assert_matches v1.5.0 |
3266 | 2023-11-10T18:38:03.506Z | Documenting glob v0.3.1 |
3267 | 2023-11-10T18:38:07.350Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3268 | 2023-11-10T18:38:09.373Z | Documenting flume v0.11.0 |
3269 | 2023-11-10T18:38:09.836Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3270 | 2023-11-10T18:38:13.181Z | Documenting cargo_metadata v0.18.0 |
3271 | 2023-11-10T18:38:13.523Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3272 | 2023-11-10T18:38:13.691Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3273 | 2023-11-10T18:38:19.284Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3274 | 2023-11-10T18:38:20.811Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3275 | 2023-11-10T18:38:22.622Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3276 | 2023-11-10T18:38:23.151Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3277 | 2023-11-10T18:38:44.677Z | Documenting omicron-zone-package v0.8.3 |
3278 | 2023-11-10T18:38:47.548Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3279 | 2023-11-10T18:38:47.877Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3280 | 2023-11-10T18:38:49.008Z | Documenting cargo_toml v0.17.0 |
3281 | 2023-11-10T18:38:53.766Z | Documenting termios v0.3.3 |
3282 | 2023-11-10T18:38:53.770Z | Documenting swrite v0.1.0 |
3283 | 2023-11-10T18:38:54.014Z | Documenting topological-sort v0.2.2 |
3284 | 2023-11-10T18:38:57.848Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3285 | 2023-11-10T18:38:59.835Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3286 | 2023-11-10T18:38:59.868Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3287 | 2023-11-10T18:39:00.309Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3288 | 2023-11-10T18:39:01.582Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3289 | 2023-11-10T18:39:09.322Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3290 | 2023-11-10T18:39:16.482Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3291 | 2023-11-10T18:39:49.975Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3292 | 2023-11-10T18:39:50.001Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3293 | 2023-11-10T18:39:56.872Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3294 | 2023-11-10T18:39:56.886Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3295 | 2023-11-10T18:39:56.903Z | | |
3296 | 2023-11-10T18:39:56.916Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3297 | 2023-11-10T18:39:56.925Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3298 | 2023-11-10T18:39:56.928Z | | |
3299 | 2023-11-10T18:39:56.932Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3300 | 2023-11-10T18:39:56.936Z | help: to link to the struct, prefix with `struct@` |
3301 | 2023-11-10T18:39:56.941Z | | |
3302 | 2023-11-10T18:39:56.944Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3303 | 2023-11-10T18:39:56.948Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3304 | 2023-11-10T18:39:56.951Z | | |
3305 | 2023-11-10T18:39:56.958Z | |
3306 | 2023-11-10T18:39:59.560Z | warning: `wicketd` (lib doc) generated 1 warning |
3307 | 2023-11-10T18:39:59.949Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3308 | 2023-11-10T18:40:05.952Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3309 | 2023-11-10T18:40:07.384Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3310 | 2023-11-10T18:40:19.545Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3311 | 2023-11-10T18:40:55.852Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 10s |
3312 | 2023-11-10T18:40:55.975Z | |
3313 | 2023-11-10T18:40:56.401Z | real 16:10.392011603 |
3314 | 2023-11-10T18:40:56.415Z | user 59:33.855166572 |
3315 | 2023-11-10T18:40:56.422Z | sys 1:03:36.538978473 |
3316 | 2023-11-10T18:40:56.435Z | trap 2.433572368 |
3317 | 2023-11-10T18:40:56.443Z | tflt 0.245116938 |
3318 | 2023-11-10T18:40:56.446Z | dflt 0.519530853 |
3319 | 2023-11-10T18:40:56.450Z | kflt 0.000595185 |
3320 | 2023-11-10T18:40:56.455Z | lock 3:06:45.691517015 |
3321 | 2023-11-10T18:40:56.459Z | slp 4:25:25.571838963 |
3322 | 2023-11-10T18:40:56.465Z | lat 5:49.583039289 |
3323 | 2023-11-10T18:40:56.476Z | stop 2:12.961535586 |
3324 | 2023-11-10T18:40:56.482Z | process exited: duration 1983035 ms, exit code 0 |
|
3325 | 2023-11-10T18:40:56.503Z | found 0 output files |