|
|
|
1 | 2023-11-08T23:09:34.312Z | job assigned to worker 01HERK2D11MA718BYXGRPNMXB1 (queued for 1 m 52 s) |
|
2 | 2023-11-08T23:09:35.277Z | starting task 0: "setup" |
3 | 2023-11-08T23:09:35.510Z | ++ uname -s |
4 | 2023-11-08T23:09:35.524Z | + kern=SunOS |
5 | 2023-11-08T23:09:35.538Z | + case "$kern" in |
6 | 2023-11-08T23:09:35.543Z | + groupadd -g 12345 build |
7 | 2023-11-08T23:09:35.548Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-08T23:09:37.528Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-08T23:09:37.675Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-08T23:09:37.686Z | + home_fs=zfs |
11 | 2023-11-08T23:09:37.721Z | + [[ zfs == autofs ]] |
12 | 2023-11-08T23:09:37.737Z | + mkdir -p /home/build |
13 | 2023-11-08T23:09:37.746Z | + chown build:build /home/build /work |
14 | 2023-11-08T23:09:39.679Z | + chmod 0700 /home/build /work |
15 | 2023-11-08T23:09:39.685Z | process exited: duration 4399 ms, exit code 0 |
|
16 | 2023-11-08T23:09:39.695Z | starting task 1: "rust-toolchain" |
17 | 2023-11-08T23:09:39.719Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-08T23:09:39.725Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-08T23:09:39.897Z | info: downloading installer |
20 | 2023-11-08T23:09:42.767Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-08T23:09:42.793Z | warning: /opt/ooce/bin |
22 | 2023-11-08T23:09:42.812Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-08T23:09:42.830Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-08T23:09:42.851Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-08T23:09:42.860Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-08T23:09:42.872Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-08T23:09:42.884Z | error: cannot install while Rust is installed |
28 | 2023-11-08T23:09:42.895Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-08T23:09:42.908Z | info: profile set to 'default' |
30 | 2023-11-08T23:09:42.921Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-08T23:09:42.933Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-08T23:09:42.951Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-08T23:09:42.970Z | info: downloading component 'cargo' |
34 | 2023-11-08T23:09:43.119Z | info: downloading component 'clippy' |
35 | 2023-11-08T23:09:43.395Z | info: downloading component 'rust-docs' |
36 | 2023-11-08T23:09:44.396Z | info: downloading component 'rust-std' |
37 | 2023-11-08T23:09:46.178Z | info: downloading component 'rustc' |
38 | 2023-11-08T23:09:50.528Z | info: downloading component 'rustfmt' |
39 | 2023-11-08T23:09:50.787Z | info: installing component 'cargo' |
40 | 2023-11-08T23:09:52.541Z | info: installing component 'clippy' |
41 | 2023-11-08T23:09:53.378Z | info: installing component 'rust-docs' |
42 | 2023-11-08T23:09:56.114Z | info: installing component 'rust-std' |
43 | 2023-11-08T23:09:59.710Z | info: installing component 'rustc' |
44 | 2023-11-08T23:10:07.724Z | info: installing component 'rustfmt' |
45 | 2023-11-08T23:10:08.308Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-08T23:10:08.316Z | |
47 | 2023-11-08T23:10:08.445Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-08T23:10:08.457Z | |
49 | 2023-11-08T23:10:08.464Z | |
50 | 2023-11-08T23:10:08.472Z | Rust is installed now. Great! |
51 | 2023-11-08T23:10:08.482Z | |
52 | 2023-11-08T23:10:08.496Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-08T23:10:08.500Z | environment variable. This has not been done automatically. |
54 | 2023-11-08T23:10:08.505Z | |
55 | 2023-11-08T23:10:08.511Z | To configure your current shell, run: |
56 | 2023-11-08T23:10:08.515Z | source "$HOME/.cargo/env" |
57 | 2023-11-08T23:10:08.532Z | + rustc --version |
58 | 2023-11-08T23:10:08.644Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-08T23:10:08.650Z | process exited: duration 28950 ms, exit code 0 |
|
60 | 2023-11-08T23:10:08.659Z | starting task 2: "authentication" |
61 | 2023-11-08T23:10:08.696Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-08T23:10:08.704Z | starting task 3: "clone repository" |
63 | 2023-11-08T23:10:08.749Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-08T23:10:08.762Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-08T23:10:08.771Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-08T23:10:15.178Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-08T23:10:15.188Z | + [[ -n sunshowers/spr/wicket-require-that-update-state-be-cleared ]] |
68 | 2023-11-08T23:10:15.609Z | + git fetch origin sunshowers/spr/wicket-require-that-update-state-be-cleared |
69 | 2023-11-08T23:10:15.613Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-08T23:10:15.618Z | * branch sunshowers/spr/wicket-require-that-update-state-be-cleared -> FETCH_HEAD |
71 | 2023-11-08T23:10:15.628Z | + git checkout -B sunshowers/spr/wicket-require-that-update-state-be-cleared remotes/origin/sunshowers/spr/wicket-require-that-update-state-be-cleared |
72 | 2023-11-08T23:10:15.660Z | Switched to a new branch 'sunshowers/spr/wicket-require-that-update-state-be-cleared' |
73 | 2023-11-08T23:10:15.668Z | branch 'sunshowers/spr/wicket-require-that-update-state-be-cleared' set up to track 'origin/sunshowers/spr/wicket-require-that-update-state-be-cleared'. |
74 | 2023-11-08T23:10:15.713Z | + git reset --hard 1ce5f1285ba0a4333946481ebdd8b34710bae1de |
75 | 2023-11-08T23:10:15.736Z | HEAD is now at 1ce5f128 Rebase |
76 | 2023-11-08T23:10:15.754Z | process exited: duration 6963 ms, exit code 0 |
|
77 | 2023-11-08T23:10:15.776Z | starting task 4: "build" |
78 | 2023-11-08T23:10:15.788Z | + cargo --version |
79 | 2023-11-08T23:10:15.796Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-08T23:10:16.419Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-08T23:10:16.423Z | info: downloading component 'cargo' |
82 | 2023-11-08T23:10:16.826Z | info: downloading component 'clippy' |
83 | 2023-11-08T23:10:17.122Z | info: downloading component 'rust-docs' |
84 | 2023-11-08T23:10:18.177Z | info: downloading component 'rust-std' |
85 | 2023-11-08T23:10:19.864Z | info: downloading component 'rustc' |
86 | 2023-11-08T23:10:24.647Z | info: downloading component 'rustfmt' |
87 | 2023-11-08T23:10:24.967Z | info: installing component 'cargo' |
88 | 2023-11-08T23:10:26.838Z | info: installing component 'clippy' |
89 | 2023-11-08T23:10:26.990Z | info: installing component 'rust-docs' |
90 | 2023-11-08T23:10:29.747Z | info: installing component 'rust-std' |
91 | 2023-11-08T23:10:32.267Z | info: installing component 'rustc' |
92 | 2023-11-08T23:10:38.501Z | info: installing component 'rustfmt' |
93 | 2023-11-08T23:10:38.991Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-08T23:10:38.994Z | + rustc --version |
95 | 2023-11-08T23:10:39.115Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-08T23:10:39.122Z | + source ./env.sh |
97 | 2023-11-08T23:10:39.125Z | ++ set -o xtrace |
98 | 2023-11-08T23:10:39.129Z | ++++ dirname ./env.sh |
99 | 2023-11-08T23:10:39.133Z | +++ cd . |
100 | 2023-11-08T23:10:39.136Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-08T23:10:39.140Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-08T23:10:39.143Z | ++ 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-08T23:10:39.147Z | ++ 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-08T23:10:39.150Z | ++ 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-08T23:10:39.154Z | ++ 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-08T23:10:39.157Z | ++ 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-08T23:10:39.160Z | ++ 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-08T23:10:39.163Z | ++ 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-08T23:10:39.167Z | ++ 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-08T23:10:39.170Z | ++ unset OMICRON_WS |
111 | 2023-11-08T23:10:39.173Z | ++ set +o xtrace |
112 | 2023-11-08T23:10:39.193Z | |
113 | 2023-11-08T23:10:39.197Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-08T23:10:39.200Z | # # # # # # # # # # # # # # # |
115 | 2023-11-08T23:10:39.204Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-08T23:10:39.207Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-08T23:10:39.210Z | # # # # # # # # # # # # # # # |
118 | 2023-11-08T23:10:39.213Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-08T23:10:39.217Z | |
120 | 2023-11-08T23:10:47.216Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-08T23:10:48.160Z | Startup: Caching catalogs ... Done |
122 | 2023-11-08T23:10:52.900Z | Planning: Solver setup ... Done (4.457s) |
123 | 2023-11-08T23:10:53.024Z | Planning: Running solver ... Done (0.118s) |
124 | 2023-11-08T23:10:53.088Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-08T23:10:53.112Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-08T23:10:53.820Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-08T23:10:53.965Z | Planning: Package planning ... Done (0.149s) |
128 | 2023-11-08T23:10:54.056Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-11-08T23:10:54.735Z | Planning: Checking for conflicting actions ... Done (0.685s) |
130 | 2023-11-08T23:10:54.753Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-08T23:10:58.577Z | Planning: Evaluating mediators ... Done (3.820s) |
132 | 2023-11-08T23:10:58.591Z | Planning: Planning completed in 10.38 seconds |
133 | 2023-11-08T23:10:58.618Z | Packages to install: 4 |
134 | 2023-11-08T23:10:58.630Z | Mediators to change: 2 |
135 | 2023-11-08T23:10:58.642Z | Services to change: 1 |
136 | 2023-11-08T23:10:58.661Z | Estimated space available: 148.90 GB |
137 | 2023-11-08T23:10:58.668Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-08T23:10:58.673Z | Create boot environment: No |
139 | 2023-11-08T23:10:58.687Z | Create backup boot environment: No |
140 | 2023-11-08T23:10:58.697Z | Rebuild boot archive: No |
141 | 2023-11-08T23:10:58.702Z | |
142 | 2023-11-08T23:10:58.709Z | Changed mediators: |
143 | 2023-11-08T23:10:58.719Z | mediator clang: |
144 | 2023-11-08T23:10:58.732Z | version: None -> 15 (system default) |
145 | 2023-11-08T23:10:58.744Z | |
146 | 2023-11-08T23:10:58.753Z | mediator llvm: |
147 | 2023-11-08T23:10:58.757Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-08T23:10:58.762Z | |
149 | 2023-11-08T23:10:58.766Z | Changed packages: |
150 | 2023-11-08T23:10:58.770Z | helios-dev |
151 | 2023-11-08T23:10:58.775Z | developer/build-essential |
152 | 2023-11-08T23:10:58.780Z | None -> 11-2.0 |
153 | 2023-11-08T23:10:58.786Z | library/libxmlsec1 |
154 | 2023-11-08T23:10:58.789Z | None -> 1.2.35-2.0 |
155 | 2023-11-08T23:10:58.794Z | ooce/developer/clang-15 |
156 | 2023-11-08T23:10:58.800Z | None -> 15.0.7-2.0 |
157 | 2023-11-08T23:10:58.806Z | ooce/developer/llvm-15 |
158 | 2023-11-08T23:10:58.813Z | None -> 15.0.7-2.0 |
159 | 2023-11-08T23:10:58.820Z | |
160 | 2023-11-08T23:10:58.826Z | Services: |
161 | 2023-11-08T23:10:58.832Z | restart_fmri: |
162 | 2023-11-08T23:10:58.840Z | svc:/system/update-man-index:default |
163 | 2023-11-08T23:10:58.848Z | |
164 | 2023-11-08T23:10:58.855Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-08T23:11:12.688Z | Download: 212/3290 items 1.3/212.6MB 0% complete (585k/s) |
166 | 2023-11-08T23:11:24.127Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
167 | 2023-11-08T23:11:29.482Z | Download: 1190/3290 items 80.9/212.6MB 38% complete (15.8M/s) |
168 | 2023-11-08T23:11:36.728Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (13.6M/s) |
169 | 2023-11-08T23:11:49.500Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
170 | 2023-11-08T23:11:54.947Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (8.6M/s) |
171 | 2023-11-08T23:11:59.951Z | Download: 3248/3290 items 172.7/212.6MB 81% complete (9.5M/s) |
172 | 2023-11-08T23:12:01.871Z | Download: Completed 212.60 MB in 63.08 seconds (3.4M/s) |
173 | 2023-11-08T23:12:02.231Z | Actions: 1/3687 actions (Installing new actions) |
174 | 2023-11-08T23:12:07.329Z | Actions: 2295/3687 actions (Installing new actions) |
175 | 2023-11-08T23:12:10.535Z | Actions: Completed 3687 actions in 8.30 seconds. |
176 | 2023-11-08T23:12:10.738Z | Done (0.165s) |
177 | 2023-11-08T23:12:10.743Z | Done (0.000s) |
178 | 2023-11-08T23:12:10.918Z | Done (0.211s) |
179 | 2023-11-08T23:12:18.553Z | Done (7.500s) |
180 | 2023-11-08T23:12:18.748Z | Done (0.118s) |
181 | 2023-11-08T23:12:18.752Z | Done (0.000s) |
182 | 2023-11-08T23:12:19.028Z | Done (0.000s) |
183 | 2023-11-08T23:12:19.715Z | Planning: Evaluating mediator changes ... Done |
184 | 2023-11-08T23:12:19.996Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-11-08T23:12:20.001Z | Planning: Consolidating action changes ... Done |
186 | 2023-11-08T23:12:20.434Z | Planning: Evaluating mediators ... Done |
187 | 2023-11-08T23:12:20.444Z | Planning: Planning completed in 0.71 seconds |
188 | 2023-11-08T23:12:20.493Z | Mediators to change: 2 |
189 | 2023-11-08T23:12:20.502Z | Create boot environment: No |
190 | 2023-11-08T23:12:20.506Z | Create backup boot environment: No |
191 | 2023-11-08T23:12:20.600Z | Done |
192 | 2023-11-08T23:12:20.611Z | Done |
193 | 2023-11-08T23:12:20.722Z | Done |
194 | 2023-11-08T23:12:26.589Z | Done |
195 | 2023-11-08T23:12:26.711Z | Done |
196 | 2023-11-08T23:12:26.719Z | Done |
197 | 2023-11-08T23:12:26.857Z | Done |
198 | 2023-11-08T23:12:27.831Z | Planning: Evaluating mediator changes ... Done |
199 | 2023-11-08T23:12:27.839Z | Planning: Merging actions ... Done |
200 | 2023-11-08T23:12:28.585Z | Planning: Checking for conflicting actions ... Done |
201 | 2023-11-08T23:12:29.068Z | Planning: Consolidating action changes ... Done |
202 | 2023-11-08T23:12:29.073Z | Planning: Evaluating mediators ... Done |
203 | 2023-11-08T23:12:29.077Z | Planning: Planning completed in 1.28 seconds |
204 | 2023-11-08T23:12:29.081Z | Packages to change: 1 |
205 | 2023-11-08T23:12:29.086Z | Mediators to change: 1 |
206 | 2023-11-08T23:12:29.092Z | Services to change: 1 |
207 | 2023-11-08T23:12:29.097Z | Create boot environment: No |
208 | 2023-11-08T23:12:29.101Z | Create backup boot environment: Yes |
209 | 2023-11-08T23:12:30.700Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2023-11-08T23:12:30.703Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2023-11-08T23:12:30.706Z | Done |
212 | 2023-11-08T23:12:30.710Z | Done |
213 | 2023-11-08T23:12:30.757Z | Done |
214 | 2023-11-08T23:12:36.698Z | Done |
215 | 2023-11-08T23:12:36.813Z | Done |
216 | 2023-11-08T23:12:36.818Z | Done |
217 | 2023-11-08T23:12:36.920Z | Done |
218 | 2023-11-08T23:12:37.587Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2023-11-08T23:12:37.591Z | clang system 15 system |
220 | 2023-11-08T23:12:37.596Z | csh system system illumos |
221 | 2023-11-08T23:12:37.604Z | ctags system system illumos |
222 | 2023-11-08T23:12:37.612Z | gcc vendor 12 vendor |
223 | 2023-11-08T23:12:37.617Z | gcc system 10 system |
224 | 2023-11-08T23:12:37.637Z | gcc system 7 system |
225 | 2023-11-08T23:12:37.648Z | go system 1.20 system |
226 | 2023-11-08T23:12:37.659Z | go system 1.19 system |
227 | 2023-11-08T23:12:37.665Z | llvm system 15 system |
228 | 2023-11-08T23:12:37.672Z | llvm system 14 system |
229 | 2023-11-08T23:12:37.676Z | mariadb system 10.6 system |
230 | 2023-11-08T23:12:37.683Z | mta vendor vendor dma |
231 | 2023-11-08T23:12:37.688Z | openjdk system 17 system |
232 | 2023-11-08T23:12:37.693Z | openjdk system 11 system |
233 | 2023-11-08T23:12:37.697Z | openjdk system 1.8 system |
234 | 2023-11-08T23:12:37.703Z | openssl vendor 3 vendor |
235 | 2023-11-08T23:12:38.128Z | perl system 5.36 system |
236 | 2023-11-08T23:12:38.136Z | postgresql system 15 system |
237 | 2023-11-08T23:12:38.142Z | postgresql system 13 system |
238 | 2023-11-08T23:12:38.154Z | python vendor 3 vendor |
239 | 2023-11-08T23:12:38.167Z | python system 2 system |
240 | 2023-11-08T23:12:38.200Z | python3 system 3.11 system |
241 | 2023-11-08T23:12:38.210Z | ruby system 3.0 system |
242 | 2023-11-08T23:12:38.214Z | words vendor vendor american-english |
243 | 2023-11-08T23:12:38.219Z | words system system australian-english |
244 | 2023-11-08T23:12:38.223Z | words system system british-english |
245 | 2023-11-08T23:12:38.228Z | words system system canadian-english |
246 | 2023-11-08T23:12:38.236Z | words system system french |
247 | 2023-11-08T23:12:38.242Z | words system system italian |
248 | 2023-11-08T23:12:38.246Z | words system system ngerman |
249 | 2023-11-08T23:12:38.251Z | words system system ogerman |
250 | 2023-11-08T23:12:38.255Z | words system system spanish |
251 | 2023-11-08T23:12:38.262Z | FMRI IFO |
252 | 2023-11-08T23:12:38.268Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2023-11-08T23:12:38.275Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2023-11-08T23:12:38.283Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2023-11-08T23:12:38.288Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
256 | 2023-11-08T23:12:38.292Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2023-11-08T23:12:38.299Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
258 | 2023-11-08T23:12:38.310Z | + set -o errexit |
259 | 2023-11-08T23:12:38.321Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2023-11-08T23:12:38.333Z | ++ cd ./tools |
261 | 2023-11-08T23:12:38.344Z | ++ pwd |
262 | 2023-11-08T23:12:38.366Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2023-11-08T23:12:38.379Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2023-11-08T23:12:38.384Z | + ARG0=ci_download_cockroachdb |
265 | 2023-11-08T23:12:38.435Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2023-11-08T23:12:38.446Z | + CIDL_VERSION=v22.1.9 |
267 | 2023-11-08T23:12:38.455Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2023-11-08T23:12:38.465Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2023-11-08T23:12:38.474Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2023-11-08T23:12:38.499Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-11-08T23:12:38.515Z | + TARGET_DIR=out |
272 | 2023-11-08T23:12:38.533Z | + DOWNLOAD_DIR=out/downloads |
273 | 2023-11-08T23:12:38.538Z | + DEST_DIR=./out/cockroachdb |
274 | 2023-11-08T23:12:38.543Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2023-11-08T23:12:38.561Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2023-11-08T23:12:38.575Z | + main |
277 | 2023-11-08T23:12:38.582Z | + [[ 0 != 0 ]] |
278 | 2023-11-08T23:12:38.588Z | + CIDL_OS=solaris2.11 |
279 | 2023-11-08T23:12:38.597Z | + [[ 0 != 0 ]] |
280 | 2023-11-08T23:12:38.602Z | + configure_os solaris2.11 |
281 | 2023-11-08T23:12:38.611Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2023-11-08T23:12:38.623Z | current directory: /work/oxidecomputer/omicron |
283 | 2023-11-08T23:12:38.629Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2023-11-08T23:12:39.055Z | configuring based on OS: "solaris2.11" |
285 | 2023-11-08T23:12:39.077Z | + case "$1" in |
286 | 2023-11-08T23:12:39.112Z | + CIDL_BUILD=illumos |
287 | 2023-11-08T23:12:39.125Z | + CIDL_SUFFIX=tar.gz |
288 | 2023-11-08T23:12:39.140Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2023-11-08T23:12:39.158Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2023-11-08T23:12:39.162Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2023-11-08T23:12:39.172Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2023-11-08T23:12:39.183Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2023-11-08T23:12:39.216Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-08T23:12:39.239Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-08T23:12:39.671Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2023-11-08T23:12:39.698Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-08T23:12:40.119Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2023-11-08T23:12:40.136Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-08T23:12:40.147Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2023-11-08T23:12:40.158Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-11-08T23:12:40.167Z | + mkdir -p out/downloads |
302 | 2023-11-08T23:12:40.177Z | + mkdir -p ./out/cockroachdb |
303 | 2023-11-08T23:12:40.186Z | + local DO_DOWNLOAD=true |
304 | 2023-11-08T23:12:40.199Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2023-11-08T23:12:40.211Z | + '[' true == true ']' |
306 | 2023-11-08T23:12:40.226Z | Downloading... |
307 | 2023-11-08T23:12:40.240Z | + echo Downloading... |
308 | 2023-11-08T23:12:40.665Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-11-08T23:12:40.686Z | + 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 |
310 | 2023-11-08T23:12:42.298Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-11-08T23:12:42.307Z | ++ md5sum |
312 | 2023-11-08T23:12:42.730Z | ++ awk '{print $1}' |
313 | 2023-11-08T23:12:42.738Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2023-11-08T23:12:42.746Z | + [[ 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 ]] |
315 | 2023-11-08T23:12:42.758Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2023-11-08T23:12:43.169Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2023-11-08T23:12:45.835Z | + do_assemble_illumos |
318 | 2023-11-08T23:12:45.839Z | + rm -r ./out/cockroachdb |
319 | 2023-11-08T23:12:45.843Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2023-11-08T23:12:46.549Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2023-11-08T23:12:46.876Z | Build Tag: v22.1.9-dirty |
322 | 2023-11-08T23:12:46.884Z | Build Time: 2022/10/26 21:17:46 |
323 | 2023-11-08T23:12:46.890Z | Distribution: OSS |
324 | 2023-11-08T23:12:46.902Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2023-11-08T23:12:46.916Z | Go Version: go1.17.13 |
326 | 2023-11-08T23:12:46.926Z | C Compiler: gcc 10.3.0 |
327 | 2023-11-08T23:12:46.978Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2023-11-08T23:12:46.993Z | Build Type: release |
329 | 2023-11-08T23:12:47.008Z | + set -o errexit |
330 | 2023-11-08T23:12:47.018Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2023-11-08T23:12:47.022Z | ++ cd ./tools |
332 | 2023-11-08T23:12:47.026Z | ++ pwd |
333 | 2023-11-08T23:12:47.051Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2023-11-08T23:12:47.064Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2023-11-08T23:12:47.074Z | + ARG0=ci_download_clickhouse |
336 | 2023-11-08T23:12:47.082Z | + TARGET_DIR=out |
337 | 2023-11-08T23:12:47.092Z | + DOWNLOAD_DIR=out/downloads |
338 | 2023-11-08T23:12:47.110Z | + DEST_DIR=./out/clickhouse |
339 | 2023-11-08T23:12:47.120Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2023-11-08T23:12:47.133Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2023-11-08T23:12:47.142Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2023-11-08T23:12:47.149Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2023-11-08T23:12:47.155Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-11-08T23:12:47.160Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2023-11-08T23:12:47.163Z | + main |
346 | 2023-11-08T23:12:47.166Z | + [[ 0 != 0 ]] |
347 | 2023-11-08T23:12:47.169Z | + CIDL_OS=solaris2.11 |
348 | 2023-11-08T23:12:47.173Z | + [[ 0 != 0 ]] |
349 | 2023-11-08T23:12:47.177Z | + configure_os solaris2.11 |
350 | 2023-11-08T23:12:47.184Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2023-11-08T23:12:47.188Z | current directory: /work/oxidecomputer/omicron |
352 | 2023-11-08T23:12:47.193Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2023-11-08T23:12:47.196Z | configuring based on OS: "solaris2.11" |
354 | 2023-11-08T23:12:47.200Z | + CIDL_DASHREV= |
355 | 2023-11-08T23:12:47.203Z | + case "$1" in |
356 | 2023-11-08T23:12:47.208Z | + CIDL_PLATFORM=illumos |
357 | 2023-11-08T23:12:47.219Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-08T23:12:47.227Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2023-11-08T23:12:47.237Z | + CIDL_DASHREV=-1 |
360 | 2023-11-08T23:12:47.244Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2023-11-08T23:12:47.672Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-08T23:12:48.093Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-08T23:12:48.113Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-08T23:12:48.138Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2023-11-08T23:12:48.180Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-08T23:12:48.188Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2023-11-08T23:12:48.192Z | + mkdir -p out/downloads |
368 | 2023-11-08T23:12:48.198Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-11-08T23:12:48.202Z | + mkdir -p ./out/clickhouse |
370 | 2023-11-08T23:12:48.208Z | + local DO_DOWNLOAD=true |
371 | 2023-11-08T23:12:48.215Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2023-11-08T23:12:48.221Z | + '[' true == true ']' |
373 | 2023-11-08T23:12:48.226Z | + echo Downloading... |
374 | 2023-11-08T23:12:48.234Z | Downloading... |
375 | 2023-11-08T23:12:48.240Z | + 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 |
376 | 2023-11-08T23:12:48.246Z | + 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 |
377 | 2023-11-08T23:12:48.375Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2023-11-08T23:12:48.388Z | ++ md5sum |
379 | 2023-11-08T23:12:48.397Z | ++ awk '{print $1}' |
380 | 2023-11-08T23:12:48.638Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2023-11-08T23:12:49.062Z | + [[ 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 ]] |
382 | 2023-11-08T23:12:49.073Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2023-11-08T23:12:49.089Z | + mkdir -p ./out/clickhouse |
384 | 2023-11-08T23:12:49.098Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2023-11-08T23:12:53.512Z | + ./out/clickhouse/clickhouse server --version |
386 | 2023-11-08T23:12:53.565Z | ClickHouse server version 22.8.9.1. |
387 | 2023-11-08T23:12:53.588Z | + set -o errexit |
388 | 2023-11-08T23:12:53.591Z | +++ dirname ./tools/ci_download_console |
389 | 2023-11-08T23:12:53.594Z | ++ cd ./tools |
390 | 2023-11-08T23:12:53.598Z | ++ pwd |
391 | 2023-11-08T23:12:53.603Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-11-08T23:12:53.609Z | ++ basename ./tools/ci_download_console |
393 | 2023-11-08T23:12:53.627Z | + ARG0=ci_download_console |
394 | 2023-11-08T23:12:53.639Z | + TARGET_DIR=out |
395 | 2023-11-08T23:12:53.649Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-11-08T23:12:53.653Z | + DEST_DIR=./out/console-assets |
397 | 2023-11-08T23:12:53.656Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2023-11-08T23:12:53.659Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
399 | 2023-11-08T23:12:53.662Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
400 | 2023-11-08T23:12:53.666Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
401 | 2023-11-08T23:12:53.670Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2023-11-08T23:12:53.675Z | + main |
403 | 2023-11-08T23:12:53.687Z | + [[ 0 != 0 ]] |
404 | 2023-11-08T23:12:53.698Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
405 | 2023-11-08T23:12:53.705Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
406 | 2023-11-08T23:12:53.708Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2023-11-08T23:12:53.711Z | Local file: out/downloads/console.tar.gz |
408 | 2023-11-08T23:12:53.724Z | + local DO_DOWNLOAD=true |
409 | 2023-11-08T23:12:54.148Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2023-11-08T23:12:54.167Z | + mkdir -p out/downloads |
411 | 2023-11-08T23:12:54.174Z | + '[' true == true ']' |
412 | 2023-11-08T23:12:54.179Z | + echo Downloading... |
413 | 2023-11-08T23:12:54.187Z | Downloading... |
414 | 2023-11-08T23:12:54.196Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
415 | 2023-11-08T23:12:54.199Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
416 | 2023-11-08T23:12:54.313Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2023-11-08T23:12:54.340Z | ++ case "$OSTYPE" in |
418 | 2023-11-08T23:12:54.354Z | ++ SHA=sha256sum |
419 | 2023-11-08T23:12:54.363Z | ++ sha256sum |
420 | 2023-11-08T23:12:54.379Z | ++ awk '{print $1}' |
421 | 2023-11-08T23:12:54.392Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
422 | 2023-11-08T23:12:54.403Z | + [[ 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 ]] |
423 | 2023-11-08T23:12:54.434Z | + rm -rf ./out/console-assets |
424 | 2023-11-08T23:12:54.463Z | + mkdir -p ./out/console-assets |
425 | 2023-11-08T23:12:54.472Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2023-11-08T23:12:54.481Z | + mkdir -p ./out/console-assets |
427 | 2023-11-08T23:12:54.494Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2023-11-08T23:12:54.507Z | + set -o errexit |
429 | 2023-11-08T23:12:54.515Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2023-11-08T23:12:54.933Z | ++ cd ./tools |
431 | 2023-11-08T23:12:54.939Z | ++ pwd |
432 | 2023-11-08T23:12:54.946Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2023-11-08T23:12:54.954Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2023-11-08T23:12:54.965Z | + ARG0=ci_download_maghemite_openapi |
435 | 2023-11-08T23:12:54.990Z | + TARGET_DIR=out |
436 | 2023-11-08T23:12:55.009Z | + DOWNLOAD_DIR=out/downloads |
437 | 2023-11-08T23:12:55.023Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2023-11-08T23:12:55.039Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
439 | 2023-11-08T23:12:55.048Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-11-08T23:12:55.088Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
441 | 2023-11-08T23:12:55.102Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
442 | 2023-11-08T23:12:55.118Z | + main |
443 | 2023-11-08T23:12:55.145Z | + [[ 0 != 0 ]] |
444 | 2023-11-08T23:12:55.155Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
445 | 2023-11-08T23:12:55.173Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
446 | 2023-11-08T23:12:55.592Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
447 | 2023-11-08T23:12:56.024Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
448 | 2023-11-08T23:12:56.088Z | + local DO_DOWNLOAD=true |
449 | 2023-11-08T23:12:56.098Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
450 | 2023-11-08T23:12:56.109Z | + mkdir -p out/downloads |
451 | 2023-11-08T23:12:56.118Z | + '[' true == true ']' |
452 | 2023-11-08T23:12:56.135Z | + echo Downloading... |
453 | 2023-11-08T23:12:56.147Z | Downloading... |
454 | 2023-11-08T23:12:56.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
455 | 2023-11-08T23:12:56.175Z | + 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 |
456 | 2023-11-08T23:12:56.195Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
457 | 2023-11-08T23:12:56.205Z | ++ case "$OSTYPE" in |
458 | 2023-11-08T23:12:56.216Z | ++ SHA=sha256sum |
459 | 2023-11-08T23:12:56.229Z | ++ sha256sum |
460 | 2023-11-08T23:12:56.242Z | ++ awk '{print $1}' |
461 | 2023-11-08T23:12:56.253Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
462 | 2023-11-08T23:12:56.271Z | + [[ 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 ]] |
463 | 2023-11-08T23:12:56.325Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2023-11-08T23:12:56.344Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
465 | 2023-11-08T23:12:56.367Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
466 | 2023-11-08T23:12:56.382Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
467 | 2023-11-08T23:12:56.408Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
468 | 2023-11-08T23:12:56.474Z | + main |
469 | 2023-11-08T23:12:56.482Z | + [[ 0 != 0 ]] |
470 | 2023-11-08T23:12:56.498Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
471 | 2023-11-08T23:12:56.504Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
472 | 2023-11-08T23:12:56.518Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
473 | 2023-11-08T23:12:56.524Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
474 | 2023-11-08T23:12:56.528Z | + local DO_DOWNLOAD=true |
475 | 2023-11-08T23:12:56.537Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
476 | 2023-11-08T23:12:56.547Z | + mkdir -p out/downloads |
477 | 2023-11-08T23:12:56.557Z | + '[' true == true ']' |
478 | 2023-11-08T23:12:56.569Z | + echo Downloading... |
479 | 2023-11-08T23:12:56.581Z | Downloading... |
480 | 2023-11-08T23:12:56.595Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
481 | 2023-11-08T23:12:56.614Z | + 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 |
482 | 2023-11-08T23:12:57.027Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
483 | 2023-11-08T23:12:57.031Z | ++ case "$OSTYPE" in |
484 | 2023-11-08T23:12:57.035Z | ++ SHA=sha256sum |
485 | 2023-11-08T23:12:57.042Z | ++ sha256sum |
486 | 2023-11-08T23:12:57.051Z | ++ awk '{print $1}' |
487 | 2023-11-08T23:12:57.070Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
488 | 2023-11-08T23:12:57.538Z | + [[ 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 ]] |
489 | 2023-11-08T23:12:57.588Z | + set -o errexit |
490 | 2023-11-08T23:12:57.624Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2023-11-08T23:12:57.632Z | ++ cd ./tools |
492 | 2023-11-08T23:12:57.642Z | ++ pwd |
493 | 2023-11-08T23:12:57.651Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2023-11-08T23:12:57.660Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2023-11-08T23:12:57.670Z | + ARG0=ci_download_dendrite_openapi |
496 | 2023-11-08T23:12:57.680Z | + TARGET_DIR=out |
497 | 2023-11-08T23:12:57.702Z | + DOWNLOAD_DIR=out/downloads |
498 | 2023-11-08T23:12:57.716Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2023-11-08T23:12:57.736Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
500 | 2023-11-08T23:12:57.746Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
501 | 2023-11-08T23:12:57.760Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
502 | 2023-11-08T23:12:58.187Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
503 | 2023-11-08T23:12:58.219Z | + main |
504 | 2023-11-08T23:12:58.248Z | + [[ 0 != 0 ]] |
505 | 2023-11-08T23:12:58.269Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
506 | 2023-11-08T23:12:58.285Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
507 | 2023-11-08T23:12:58.297Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
508 | 2023-11-08T23:12:58.313Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
509 | 2023-11-08T23:12:58.327Z | + local DO_DOWNLOAD=true |
510 | 2023-11-08T23:12:58.348Z | Downloading... |
511 | 2023-11-08T23:12:58.366Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
512 | 2023-11-08T23:12:58.385Z | + mkdir -p out/downloads |
513 | 2023-11-08T23:12:58.399Z | current directory: /work/oxidecomputer/omicron |
514 | 2023-11-08T23:12:58.415Z | + '[' true == true ']' |
515 | 2023-11-08T23:12:58.446Z | configuring based on OS: "solaris2.11" |
516 | 2023-11-08T23:12:58.464Z | + echo Downloading... |
517 | 2023-11-08T23:12:58.484Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
518 | 2023-11-08T23:12:58.913Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
519 | 2023-11-08T23:12:58.921Z | Local file: out/downloads/dendrite-stub.tar.gz |
520 | 2023-11-08T23:12:58.926Z | + 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 |
521 | 2023-11-08T23:12:58.931Z | Downloading... |
522 | 2023-11-08T23:12:58.935Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
523 | 2023-11-08T23:12:58.939Z | ++ case "$OSTYPE" in |
524 | 2023-11-08T23:12:58.947Z | ++ SHA=sha256sum |
525 | 2023-11-08T23:12:58.954Z | ++ sha256sum |
526 | 2023-11-08T23:12:58.966Z | ++ awk '{print $1}' |
527 | 2023-11-08T23:12:58.975Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
528 | 2023-11-08T23:12:58.986Z | + [[ 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 ]] |
529 | 2023-11-08T23:12:59.003Z | + set -o errexit |
530 | 2023-11-08T23:12:59.018Z | +++ dirname ./tools/ci_download_dendrite_stub |
531 | 2023-11-08T23:12:59.031Z | ++ cd ./tools |
532 | 2023-11-08T23:12:59.466Z | ++ pwd |
533 | 2023-11-08T23:12:59.478Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
534 | 2023-11-08T23:12:59.489Z | ++ basename ./tools/ci_download_dendrite_stub |
535 | 2023-11-08T23:12:59.901Z | + ARG0=ci_download_dendrite_stub |
536 | 2023-11-08T23:12:59.909Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
537 | 2023-11-08T23:12:59.914Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
538 | 2023-11-08T23:12:59.918Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
539 | 2023-11-08T23:12:59.928Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
540 | 2023-11-08T23:12:59.947Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
541 | 2023-11-08T23:12:59.955Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
542 | 2023-11-08T23:12:59.971Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
543 | 2023-11-08T23:12:59.978Z | + TARGET_DIR=out |
544 | 2023-11-08T23:12:59.988Z | + DOWNLOAD_DIR=out/downloads |
545 | 2023-11-08T23:13:00.003Z | + DEST_DIR=./out/dendrite-stub |
546 | 2023-11-08T23:13:00.009Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
547 | 2023-11-08T23:13:00.014Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
548 | 2023-11-08T23:13:00.018Z | + REPO=oxidecomputer/dendrite |
549 | 2023-11-08T23:13:00.023Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
550 | 2023-11-08T23:13:00.030Z | + main |
551 | 2023-11-08T23:13:00.036Z | + [[ 0 != 0 ]] |
552 | 2023-11-08T23:13:00.042Z | + CIDL_OS=solaris2.11 |
553 | 2023-11-08T23:13:00.047Z | + [[ 0 != 0 ]] |
554 | 2023-11-08T23:13:00.216Z | + configure_os solaris2.11 |
555 | 2023-11-08T23:13:00.224Z | + echo 'current directory: /work/oxidecomputer/omicron' |
556 | 2023-11-08T23:13:00.240Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2023-11-08T23:13:00.254Z | + case "$1" in |
558 | 2023-11-08T23:13:00.262Z | + SET_BINARIES= |
559 | 2023-11-08T23:13:00.268Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
560 | 2023-11-08T23:13:00.289Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2023-11-08T23:13:00.298Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
562 | 2023-11-08T23:13:00.303Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
563 | 2023-11-08T23:13:00.309Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
564 | 2023-11-08T23:13:00.313Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
565 | 2023-11-08T23:13:00.318Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
566 | 2023-11-08T23:13:00.321Z | + mkdir -p out/downloads |
567 | 2023-11-08T23:13:00.324Z | + mkdir -p ./out/dendrite-stub |
568 | 2023-11-08T23:13:00.327Z | + fetch_and_verify |
569 | 2023-11-08T23:13:00.330Z | + local DO_DOWNLOAD=true |
570 | 2023-11-08T23:13:00.333Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
571 | 2023-11-08T23:13:00.336Z | + '[' true == true ']' |
572 | 2023-11-08T23:13:00.339Z | + echo Downloading... |
573 | 2023-11-08T23:13:00.342Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2023-11-08T23:13:00.345Z | + 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 |
575 | 2023-11-08T23:13:08.750Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2023-11-08T23:13:08.757Z | ++ sha256sum |
577 | 2023-11-08T23:13:08.765Z | ++ awk '{print $1}' |
578 | 2023-11-08T23:13:08.847Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
579 | 2023-11-08T23:13:09.263Z | + [[ 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 ]] |
580 | 2023-11-08T23:13:09.271Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2023-11-08T23:13:09.283Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2023-11-08T23:13:10.144Z | + do_assemble |
583 | 2023-11-08T23:13:10.153Z | + rm -r ./out/dendrite-stub |
584 | 2023-11-08T23:13:10.264Z | + mkdir ./out/dendrite-stub |
585 | 2023-11-08T23:13:10.294Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2023-11-08T23:13:10.307Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2023-11-08T23:13:10.320Z | + set -o errexit |
588 | 2023-11-08T23:13:10.347Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2023-11-08T23:13:10.769Z | ++ cd ./tools |
590 | 2023-11-08T23:13:10.786Z | ++ pwd |
591 | 2023-11-08T23:13:10.811Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2023-11-08T23:13:11.238Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2023-11-08T23:13:11.254Z | + ARG0=ci_download_maghemite_mgd |
594 | 2023-11-08T23:13:11.310Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2023-11-08T23:13:11.323Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
596 | 2023-11-08T23:13:11.330Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
597 | 2023-11-08T23:13:11.337Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2023-11-08T23:13:11.347Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
599 | 2023-11-08T23:13:11.376Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
600 | 2023-11-08T23:13:11.386Z | + TARGET_DIR=out |
601 | 2023-11-08T23:13:11.393Z | + DOWNLOAD_DIR=out/downloads |
602 | 2023-11-08T23:13:11.397Z | + DEST_DIR=./out/mgd |
603 | 2023-11-08T23:13:11.402Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2023-11-08T23:13:11.415Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2023-11-08T23:13:11.429Z | + REPO=oxidecomputer/maghemite |
606 | 2023-11-08T23:13:11.437Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
607 | 2023-11-08T23:13:11.459Z | + main |
608 | 2023-11-08T23:13:11.888Z | + [[ 0 != 0 ]] |
609 | 2023-11-08T23:13:11.899Z | + CIDL_OS=solaris2.11 |
610 | 2023-11-08T23:13:11.909Z | + [[ 0 != 0 ]] |
611 | 2023-11-08T23:13:11.921Z | + configure_os solaris2.11 |
612 | 2023-11-08T23:13:11.931Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2023-11-08T23:13:11.939Z | current directory: /work/oxidecomputer/omicron |
614 | 2023-11-08T23:13:11.949Z | configuring based on OS: "solaris2.11" |
615 | 2023-11-08T23:13:11.959Z | + echo 'configuring based on OS: "solaris2.11"' |
616 | 2023-11-08T23:13:11.971Z | + case "$1" in |
617 | 2023-11-08T23:13:11.993Z | + SET_BINARIES= |
618 | 2023-11-08T23:13:12.002Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2023-11-08T23:13:12.010Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2023-11-08T23:13:12.017Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
621 | 2023-11-08T23:13:12.030Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2023-11-08T23:13:12.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
623 | 2023-11-08T23:13:12.051Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
624 | 2023-11-08T23:13:12.059Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2023-11-08T23:13:12.065Z | Local file: out/downloads/mgd.tar.gz |
626 | 2023-11-08T23:13:12.080Z | + mkdir -p out/downloads |
627 | 2023-11-08T23:13:12.089Z | + mkdir -p ./out/mgd |
628 | 2023-11-08T23:13:12.109Z | + fetch_and_verify |
629 | 2023-11-08T23:13:12.118Z | + local DO_DOWNLOAD=true |
630 | 2023-11-08T23:13:12.132Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2023-11-08T23:13:12.150Z | + '[' true == true ']' |
632 | 2023-11-08T23:13:12.566Z | + echo Downloading... |
633 | 2023-11-08T23:13:12.580Z | Downloading... |
634 | 2023-11-08T23:13:12.593Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2023-11-08T23:13:12.618Z | + 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 |
636 | 2023-11-08T23:13:27.979Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2023-11-08T23:13:27.983Z | ++ sha256sum |
638 | 2023-11-08T23:13:27.986Z | ++ awk '{print $1}' |
639 | 2023-11-08T23:13:28.064Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
640 | 2023-11-08T23:13:28.080Z | + [[ 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 ]] |
641 | 2023-11-08T23:13:28.087Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2023-11-08T23:13:28.094Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2023-11-08T23:13:28.722Z | + do_assemble |
644 | 2023-11-08T23:13:28.730Z | + rm -r ./out/mgd |
645 | 2023-11-08T23:13:28.738Z | + mkdir ./out/mgd |
646 | 2023-11-08T23:13:28.748Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2023-11-08T23:13:28.938Z | + set -o errexit |
648 | 2023-11-08T23:13:28.948Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2023-11-08T23:13:28.953Z | ++ cd ./tools |
650 | 2023-11-08T23:13:28.956Z | ++ pwd |
651 | 2023-11-08T23:13:28.960Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2023-11-08T23:13:28.967Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2023-11-08T23:13:28.982Z | + ARG0=ci_download_transceiver_control |
654 | 2023-11-08T23:13:29.001Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2023-11-08T23:13:29.010Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2023-11-08T23:13:29.017Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2023-11-08T23:13:29.020Z | + TARGET_DIR=out |
658 | 2023-11-08T23:13:29.023Z | + DOWNLOAD_DIR=out/downloads |
659 | 2023-11-08T23:13:29.025Z | + DEST_DIR=./out/transceiver-control |
660 | 2023-11-08T23:13:29.028Z | + BIN_DIR=/opt/oxide/bin |
661 | 2023-11-08T23:13:29.031Z | + BINARY=xcvradm |
662 | 2023-11-08T23:13:29.033Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2023-11-08T23:13:29.036Z | + REPO=oxidecomputer/transceiver-control |
664 | 2023-11-08T23:13:29.040Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2023-11-08T23:13:29.043Z | + main |
666 | 2023-11-08T23:13:29.045Z | + [[ 0 != 0 ]] |
667 | 2023-11-08T23:13:29.048Z | + CIDL_OS=solaris2.11 |
668 | 2023-11-08T23:13:29.051Z | + [[ 0 != 0 ]] |
669 | 2023-11-08T23:13:29.054Z | + configure_os solaris2.11 |
670 | 2023-11-08T23:13:29.058Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2023-11-08T23:13:29.061Z | current directory: /work/oxidecomputer/omicron |
672 | 2023-11-08T23:13:29.064Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2023-11-08T23:13:29.067Z | configuring based on OS: "solaris2.11" |
674 | 2023-11-08T23:13:29.070Z | + case "$1" in |
675 | 2023-11-08T23:13:29.072Z | + SET_BINARIES= |
676 | 2023-11-08T23:13:29.075Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-11-08T23:13:29.077Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2023-11-08T23:13:29.080Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2023-11-08T23:13:29.083Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-11-08T23:13:29.085Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2023-11-08T23:13:29.088Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2023-11-08T23:13:29.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2023-11-08T23:13:29.094Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2023-11-08T23:13:29.096Z | Local file: out/downloads/xcvradm.gz |
685 | 2023-11-08T23:13:29.099Z | + mkdir -p out/downloads |
686 | 2023-11-08T23:13:29.102Z | + mkdir -p ./out/transceiver-control |
687 | 2023-11-08T23:13:29.104Z | + fetch_and_verify |
688 | 2023-11-08T23:13:29.107Z | + local DO_DOWNLOAD=true |
689 | 2023-11-08T23:13:29.111Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2023-11-08T23:13:29.117Z | + '[' true == true ']' |
691 | 2023-11-08T23:13:29.120Z | + echo Downloading... |
692 | 2023-11-08T23:13:29.124Z | Downloading... |
693 | 2023-11-08T23:13:29.127Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2023-11-08T23:13:29.131Z | + 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 |
695 | 2023-11-08T23:13:31.792Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2023-11-08T23:13:31.798Z | ++ sha256sum |
697 | 2023-11-08T23:13:31.803Z | ++ awk '{print $1}' |
698 | 2023-11-08T23:13:31.820Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2023-11-08T23:13:31.829Z | + [[ 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 ]] |
700 | 2023-11-08T23:13:31.839Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2023-11-08T23:13:31.852Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2023-11-08T23:13:31.873Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2023-11-08T23:13:32.004Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2023-11-08T23:13:32.015Z | + do_assemble |
705 | 2023-11-08T23:13:32.025Z | + rm -r ./out/transceiver-control |
706 | 2023-11-08T23:13:32.037Z | + mkdir ./out/transceiver-control |
707 | 2023-11-08T23:13:32.459Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2023-11-08T23:13:32.477Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2023-11-08T23:13:32.487Z | |
710 | 2023-11-08T23:13:32.507Z | real 2:52.975552881 |
711 | 2023-11-08T23:13:32.519Z | user 52.347862574 |
712 | 2023-11-08T23:13:32.536Z | sys 9.992006008 |
713 | 2023-11-08T23:13:32.554Z | trap 0.021315287 |
714 | 2023-11-08T23:13:32.966Z | tflt 0.271653356 |
715 | 2023-11-08T23:13:32.970Z | dflt 0.524619130 |
716 | 2023-11-08T23:13:32.973Z | kflt 0.133903757 |
717 | 2023-11-08T23:13:32.976Z | lock 1.963699210 |
718 | 2023-11-08T23:13:32.980Z | slp 5:45.714017353 |
719 | 2023-11-08T23:13:32.983Z | lat 3.366798689 |
720 | 2023-11-08T23:13:32.986Z | stop 0.071510784 |
721 | 2023-11-08T23:13:32.993Z | |
722 | 2023-11-08T23:13:32.997Z | #### # # ##### ##### # # |
723 | 2023-11-08T23:13:33.000Z | # # # # # # # # # # |
724 | 2023-11-08T23:13:33.003Z | # # # # # # # # |
725 | 2023-11-08T23:13:33.006Z | # # # ##### ##### # |
726 | 2023-11-08T23:13:33.009Z | # # # # # # # |
727 | 2023-11-08T23:13:33.012Z | #### ###### # # # # |
728 | 2023-11-08T23:13:33.015Z | |
729 | 2023-11-08T23:13:33.018Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2023-11-08T23:13:33.022Z | Updating crates.io index |
731 | 2023-11-08T23:13:33.025Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2023-11-08T23:13:35.911Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2023-11-08T23:13:37.711Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2023-11-08T23:13:38.427Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2023-11-08T23:13:38.787Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2023-11-08T23:13:39.088Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2023-11-08T23:13:39.409Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2023-11-08T23:13:40.301Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2023-11-08T23:13:42.089Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2023-11-08T23:13:43.025Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2023-11-08T23:13:43.393Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2023-11-08T23:13:43.762Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2023-11-08T23:13:44.367Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2023-11-08T23:13:44.692Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2023-11-08T23:13:45.145Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2023-11-08T23:13:45.748Z | Updating git repository `https://github.com/njaremko/samael` |
747 | 2023-11-08T23:13:46.310Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2023-11-08T23:13:46.924Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2023-11-08T23:13:47.409Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2023-11-08T23:13:47.619Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2023-11-08T23:13:48.864Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2023-11-08T23:13:49.267Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
753 | 2023-11-08T23:13:58.935Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
754 | 2023-11-08T23:13:59.430Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2023-11-08T23:14:00.377Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2023-11-08T23:14:00.836Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2023-11-08T23:14:01.204Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2023-11-08T23:14:02.600Z | Downloading crates ... |
759 | 2023-11-08T23:14:02.739Z | Downloaded cargo_metadata v0.18.0 |
760 | 2023-11-08T23:14:02.752Z | Downloaded equivalent v1.0.1 |
761 | 2023-11-08T23:14:02.756Z | Downloaded colorchoice v1.0.0 |
762 | 2023-11-08T23:14:02.759Z | Downloaded bitflags v1.3.2 |
763 | 2023-11-08T23:14:02.763Z | Downloaded thiserror-impl v1.0.49 |
764 | 2023-11-08T23:14:02.768Z | Downloaded cargo-platform v0.1.3 |
765 | 2023-11-08T23:14:02.778Z | Downloaded utf8parse v0.2.1 |
766 | 2023-11-08T23:14:02.785Z | Downloaded itoa v1.0.9 |
767 | 2023-11-08T23:14:02.814Z | Downloaded serde_spanned v0.6.4 |
768 | 2023-11-08T23:14:02.824Z | Downloaded semver v1.0.20 |
769 | 2023-11-08T23:14:02.839Z | Downloaded camino v1.1.6 |
770 | 2023-11-08T23:14:02.855Z | Downloaded strsim v0.10.0 |
771 | 2023-11-08T23:14:02.871Z | Downloaded anstream v0.5.0 |
772 | 2023-11-08T23:14:02.881Z | Downloaded toml_datetime v0.6.5 |
773 | 2023-11-08T23:14:02.900Z | Downloaded clap_lex v0.5.1 |
774 | 2023-11-08T23:14:02.945Z | Downloaded terminal_size v0.2.6 |
775 | 2023-11-08T23:14:02.962Z | Downloaded anstyle-parse v0.2.1 |
776 | 2023-11-08T23:14:02.975Z | Downloaded cargo_toml v0.17.0 |
777 | 2023-11-08T23:14:02.986Z | Downloaded anstyle-query v1.0.0 |
778 | 2023-11-08T23:14:03.022Z | Downloaded clap_derive v4.4.2 |
779 | 2023-11-08T23:14:03.035Z | Downloaded quote v1.0.33 |
780 | 2023-11-08T23:14:03.474Z | Downloaded unicode-ident v1.0.12 |
781 | 2023-11-08T23:14:03.493Z | Downloaded proc-macro2 v1.0.67 |
782 | 2023-11-08T23:14:03.513Z | Downloaded anstyle v1.0.2 |
783 | 2023-11-08T23:14:03.539Z | Downloaded clap v4.4.3 |
784 | 2023-11-08T23:14:03.571Z | Downloaded indexmap v2.1.0 |
785 | 2023-11-08T23:14:03.579Z | Downloaded serde v1.0.188 |
786 | 2023-11-08T23:14:03.586Z | Downloaded memchr v2.6.3 |
787 | 2023-11-08T23:14:03.596Z | Downloaded toml_edit v0.21.0 |
788 | 2023-11-08T23:14:03.606Z | Downloaded clap_builder v4.4.2 |
789 | 2023-11-08T23:14:03.619Z | Downloaded hashbrown v0.14.2 |
790 | 2023-11-08T23:14:03.630Z | Downloaded syn v2.0.32 |
791 | 2023-11-08T23:14:03.635Z | Downloaded rustix v0.37.23 |
792 | 2023-11-08T23:14:03.643Z | Downloaded libc v0.2.150 |
793 | 2023-11-08T23:14:03.649Z | Downloaded serde_json v1.0.108 |
794 | 2023-11-08T23:14:03.656Z | Downloaded anyhow v1.0.75 |
795 | 2023-11-08T23:14:03.662Z | Downloaded serde_derive v1.0.188 |
796 | 2023-11-08T23:14:03.669Z | Downloaded toml v0.8.8 |
797 | 2023-11-08T23:14:03.675Z | Downloaded thiserror v1.0.49 |
798 | 2023-11-08T23:14:03.681Z | Downloaded io-lifetimes v1.0.11 |
799 | 2023-11-08T23:14:03.688Z | Downloaded ryu v1.0.15 |
800 | 2023-11-08T23:14:03.693Z | Downloaded winnow v0.5.15 |
801 | 2023-11-08T23:14:03.699Z | Downloaded errno v0.3.2 |
802 | 2023-11-08T23:14:03.705Z | Downloaded heck v0.4.1 |
803 | 2023-11-08T23:14:03.712Z | Compiling proc-macro2 v1.0.67 |
804 | 2023-11-08T23:14:03.717Z | Compiling unicode-ident v1.0.12 |
805 | 2023-11-08T23:14:03.722Z | Compiling serde v1.0.188 |
806 | 2023-11-08T23:14:03.727Z | Compiling libc v0.2.150 |
807 | 2023-11-08T23:14:04.146Z | Compiling io-lifetimes v1.0.11 |
808 | 2023-11-08T23:14:04.150Z | Compiling rustix v0.37.23 |
809 | 2023-11-08T23:14:04.154Z | Compiling bitflags v1.3.2 |
810 | 2023-11-08T23:14:04.160Z | Compiling utf8parse v0.2.1 |
811 | 2023-11-08T23:14:04.165Z | Compiling hashbrown v0.14.2 |
812 | 2023-11-08T23:14:04.575Z | Compiling equivalent v1.0.1 |
813 | 2023-11-08T23:14:04.579Z | Compiling anstyle-parse v0.2.1 |
814 | 2023-11-08T23:14:04.584Z | Compiling thiserror v1.0.49 |
815 | 2023-11-08T23:14:04.589Z | Compiling semver v1.0.20 |
816 | 2023-11-08T23:14:04.945Z | Compiling indexmap v2.1.0 |
817 | 2023-11-08T23:14:05.108Z | Compiling colorchoice v1.0.0 |
818 | 2023-11-08T23:14:05.125Z | Compiling serde_json v1.0.108 |
819 | 2023-11-08T23:14:05.256Z | Compiling anstyle v1.0.2 |
820 | 2023-11-08T23:14:05.273Z | Compiling camino v1.1.6 |
821 | 2023-11-08T23:14:05.296Z | Compiling winnow v0.5.15 |
822 | 2023-11-08T23:14:05.476Z | Compiling anstyle-query v1.0.0 |
823 | 2023-11-08T23:14:05.803Z | Compiling anstream v0.5.0 |
824 | 2023-11-08T23:14:05.821Z | Compiling itoa v1.0.9 |
825 | 2023-11-08T23:14:05.939Z | Compiling heck v0.4.1 |
826 | 2023-11-08T23:14:06.151Z | Compiling strsim v0.10.0 |
827 | 2023-11-08T23:14:06.173Z | Compiling ryu v1.0.15 |
828 | 2023-11-08T23:14:06.577Z | Compiling quote v1.0.33 |
829 | 2023-11-08T23:14:06.804Z | Compiling anyhow v1.0.75 |
830 | 2023-11-08T23:14:06.948Z | Compiling clap_lex v0.5.1 |
831 | 2023-11-08T23:14:07.326Z | Compiling syn v2.0.32 |
832 | 2023-11-08T23:14:07.513Z | Compiling errno v0.3.2 |
833 | 2023-11-08T23:14:08.945Z | Compiling terminal_size v0.2.6 |
834 | 2023-11-08T23:14:09.053Z | Compiling clap_builder v4.4.2 |
835 | 2023-11-08T23:14:14.670Z | Compiling serde_derive v1.0.188 |
836 | 2023-11-08T23:14:14.674Z | Compiling thiserror-impl v1.0.49 |
837 | 2023-11-08T23:14:14.704Z | Compiling clap_derive v4.4.2 |
838 | 2023-11-08T23:14:18.702Z | Compiling clap v4.4.3 |
839 | 2023-11-08T23:14:26.706Z | Compiling serde_spanned v0.6.4 |
840 | 2023-11-08T23:14:26.711Z | Compiling toml_datetime v0.6.5 |
841 | 2023-11-08T23:14:26.715Z | Compiling cargo-platform v0.1.3 |
842 | 2023-11-08T23:14:27.482Z | Compiling toml_edit v0.21.0 |
843 | 2023-11-08T23:14:28.770Z | Compiling cargo_metadata v0.18.0 |
844 | 2023-11-08T23:14:30.313Z | Compiling toml v0.8.8 |
845 | 2023-11-08T23:14:31.364Z | Compiling cargo_toml v0.17.0 |
846 | 2023-11-08T23:14:36.449Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
847 | 2023-11-08T23:14:37.791Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 05s |
848 | 2023-11-08T23:14:38.006Z | Running `target/debug/xtask clippy` |
849 | 2023-11-08T23:14:38.060Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
850 | 2023-11-08T23:14:38.951Z | Downloading crates ... |
851 | 2023-11-08T23:14:39.606Z | Downloaded aes-gcm-siv v0.11.1 |
852 | 2023-11-08T23:14:39.613Z | Downloaded ident_case v1.0.1 |
853 | 2023-11-08T23:14:39.618Z | Downloaded bitflags v2.4.0 |
854 | 2023-11-08T23:14:39.626Z | Downloaded md-5 v0.10.5 |
855 | 2023-11-08T23:14:39.638Z | Downloaded jobserver v0.1.26 |
856 | 2023-11-08T23:14:39.654Z | Downloaded camino-tempfile v1.0.2 |
857 | 2023-11-08T23:14:39.667Z | Downloaded lru-cache v0.1.2 |
858 | 2023-11-08T23:14:39.680Z | Downloaded assert_matches v1.5.0 |
859 | 2023-11-08T23:14:40.126Z | Downloaded autocfg v1.1.0 |
860 | 2023-11-08T23:14:40.129Z | Downloaded block-padding v0.3.3 |
861 | 2023-11-08T23:14:40.133Z | Downloaded ahash v0.8.3 |
862 | 2023-11-08T23:14:40.137Z | Downloaded criterion-plot v0.5.0 |
863 | 2023-11-08T23:14:40.142Z | Downloaded keccak v0.1.4 |
864 | 2023-11-08T23:14:40.146Z | Downloaded constant_time_eq v0.3.0 |
865 | 2023-11-08T23:14:40.150Z | Downloaded bit-set v0.5.3 |
866 | 2023-11-08T23:14:40.156Z | Downloaded bitfield v0.14.0 |
867 | 2023-11-08T23:14:40.160Z | Downloaded bytecount v0.6.3 |
868 | 2023-11-08T23:14:40.164Z | Downloaded lazycell v1.3.0 |
869 | 2023-11-08T23:14:40.168Z | Downloaded ascii-canvas v3.0.0 |
870 | 2023-11-08T23:14:40.172Z | Downloaded tower-service v0.3.2 |
871 | 2023-11-08T23:14:40.176Z | Downloaded newline-converter v0.3.0 |
872 | 2023-11-08T23:14:40.180Z | Downloaded cancel-safe-futures v0.1.5 |
873 | 2023-11-08T23:14:40.185Z | Downloaded ipnet v2.8.0 |
874 | 2023-11-08T23:14:40.191Z | Downloaded new_debug_unreachable v1.0.4 |
875 | 2023-11-08T23:14:40.195Z | Downloaded want v0.3.1 |
876 | 2023-11-08T23:14:40.199Z | Downloaded mockall v0.11.4 |
877 | 2023-11-08T23:14:40.203Z | Downloaded libsw v3.3.0 |
878 | 2023-11-08T23:14:40.207Z | Downloaded num_enum_derive v0.7.0 |
879 | 2023-11-08T23:14:40.212Z | Downloaded num_cpus v1.16.0 |
880 | 2023-11-08T23:14:40.217Z | Downloaded libefi-sys v0.1.0 |
881 | 2023-11-08T23:14:40.631Z | Downloaded num v0.4.1 |
882 | 2023-11-08T23:14:40.638Z | Downloaded crossbeam-utils v0.8.16 |
883 | 2023-11-08T23:14:40.646Z | Downloaded usdt-attr-macro v0.3.5 |
884 | 2023-11-08T23:14:40.658Z | Downloaded hmac v0.12.1 |
885 | 2023-11-08T23:14:40.674Z | Downloaded try-lock v0.2.4 |
886 | 2023-11-08T23:14:40.680Z | Downloaded dtrace-parser v0.1.14 |
887 | 2023-11-08T23:14:40.684Z | Downloaded pretty-hex v0.3.0 |
888 | 2023-11-08T23:14:40.692Z | Downloaded take_mut v0.2.2 |
889 | 2023-11-08T23:14:40.698Z | Downloaded libloading v0.7.4 |
890 | 2023-11-08T23:14:40.720Z | Downloaded parse-display-derive v0.7.0 |
891 | 2023-11-08T23:14:40.725Z | Downloaded tiny-keccak v2.0.2 |
892 | 2023-11-08T23:14:40.730Z | Downloaded swrite v0.1.0 |
893 | 2023-11-08T23:14:40.736Z | Downloaded smf v0.2.2 |
894 | 2023-11-08T23:14:40.743Z | Downloaded futures-io v0.3.29 |
895 | 2023-11-08T23:14:40.754Z | Downloaded futures-task v0.3.29 |
896 | 2023-11-08T23:14:40.761Z | Downloaded futures-sink v0.3.29 |
897 | 2023-11-08T23:14:41.171Z | Downloaded futures-macro v0.3.29 |
898 | 2023-11-08T23:14:41.175Z | Downloaded usdt v0.3.5 |
899 | 2023-11-08T23:14:41.181Z | Downloaded structmeta-derive v0.2.0 |
900 | 2023-11-08T23:14:41.186Z | Downloaded diesel_table_macro_syntax v0.1.0 |
901 | 2023-11-08T23:14:41.196Z | Downloaded pkcs8 v0.10.2 |
902 | 2023-11-08T23:14:41.209Z | Downloaded openssl-probe v0.1.5 |
903 | 2023-11-08T23:14:41.214Z | Downloaded smallvec v0.6.14 |
904 | 2023-11-08T23:14:41.223Z | Downloaded backtrace v0.3.69 |
905 | 2023-11-08T23:14:41.228Z | Downloaded usdt-macro v0.3.5 |
906 | 2023-11-08T23:14:41.248Z | Downloaded tokio-tungstenite v0.18.0 |
907 | 2023-11-08T23:14:41.253Z | Downloaded phf v0.11.2 |
908 | 2023-11-08T23:14:41.256Z | Downloaded oso-derive v0.27.0 |
909 | 2023-11-08T23:14:41.260Z | Downloaded darling_macro v0.14.4 |
910 | 2023-11-08T23:14:41.263Z | Downloaded float-cmp v0.9.0 |
911 | 2023-11-08T23:14:41.266Z | Downloaded funty v2.0.0 |
912 | 2023-11-08T23:14:41.272Z | Downloaded group v0.13.0 |
913 | 2023-11-08T23:14:41.276Z | Downloaded tracing-attributes v0.1.26 |
914 | 2023-11-08T23:14:41.279Z | Downloaded similar v2.2.1 |
915 | 2023-11-08T23:14:41.282Z | Downloaded foreign-types-shared v0.1.1 |
916 | 2023-11-08T23:14:41.285Z | Downloaded foreign-types-macros v0.2.3 |
917 | 2023-11-08T23:14:41.289Z | Downloaded endian-type v0.1.2 |
918 | 2023-11-08T23:14:41.292Z | Downloaded resolv-conf v0.7.0 |
919 | 2023-11-08T23:14:41.295Z | Downloaded tokio-tungstenite v0.20.1 |
920 | 2023-11-08T23:14:41.297Z | Downloaded ena v0.14.2 |
921 | 2023-11-08T23:14:41.300Z | Downloaded utf-8 v0.7.6 |
922 | 2023-11-08T23:14:41.303Z | Downloaded semver v0.11.0 |
923 | 2023-11-08T23:14:41.306Z | Downloaded derive_builder_macro v0.12.0 |
924 | 2023-11-08T23:14:41.309Z | Downloaded scopeguard v1.2.0 |
925 | 2023-11-08T23:14:41.312Z | Downloaded foreign-types-shared v0.3.1 |
926 | 2023-11-08T23:14:41.315Z | Downloaded pin-utils v0.1.0 |
927 | 2023-11-08T23:14:41.323Z | Downloaded pest_generator v2.7.2 |
928 | 2023-11-08T23:14:41.741Z | Downloaded remove_dir_all v0.5.3 |
929 | 2023-11-08T23:14:41.762Z | Downloaded termtree v0.4.1 |
930 | 2023-11-08T23:14:41.772Z | Downloaded packed_struct_codegen v0.10.1 |
931 | 2023-11-08T23:14:41.779Z | Downloaded once_cell v1.18.0 |
932 | 2023-11-08T23:14:41.788Z | Downloaded darling_macro v0.20.3 |
933 | 2023-11-08T23:14:41.856Z | Downloaded number_prefix v0.4.0 |
934 | 2023-11-08T23:14:42.274Z | Downloaded foreign-types v0.5.0 |
935 | 2023-11-08T23:14:42.287Z | Downloaded nu-ansi-term v0.49.0 |
936 | 2023-11-08T23:14:42.298Z | Downloaded downcast v0.11.0 |
937 | 2023-11-08T23:14:42.308Z | Downloaded miniz_oxide v0.7.1 |
938 | 2023-11-08T23:14:42.321Z | Downloaded rand_xorshift v0.3.0 |
939 | 2023-11-08T23:14:42.327Z | Downloaded rand_core v0.6.4 |
940 | 2023-11-08T23:14:42.332Z | Downloaded slog-async v2.8.0 |
941 | 2023-11-08T23:14:42.336Z | Downloaded thread_local v1.1.7 |
942 | 2023-11-08T23:14:42.340Z | Downloaded usdt-impl v0.3.5 |
943 | 2023-11-08T23:14:42.344Z | Downloaded tokio-stream v0.1.14 |
944 | 2023-11-08T23:14:42.351Z | Downloaded serde-big-array v0.5.1 |
945 | 2023-11-08T23:14:42.357Z | Downloaded pin-project-lite v0.2.13 |
946 | 2023-11-08T23:14:42.368Z | Downloaded doc-comment v0.3.3 |
947 | 2023-11-08T23:14:42.373Z | Downloaded flagset v0.4.3 |
948 | 2023-11-08T23:14:42.378Z | Downloaded futures-core v0.3.29 |
949 | 2023-11-08T23:14:42.382Z | Downloaded typenum v1.16.0 |
950 | 2023-11-08T23:14:42.386Z | Downloaded proc-macro-crate v1.3.1 |
951 | 2023-11-08T23:14:42.391Z | Downloaded platforms v3.0.2 |
952 | 2023-11-08T23:14:42.395Z | Downloaded plotters-svg v0.3.5 |
953 | 2023-11-08T23:14:42.400Z | Downloaded time-core v0.1.1 |
954 | 2023-11-08T23:14:42.404Z | Downloaded postgres-types v0.2.6 |
955 | 2023-11-08T23:14:42.407Z | Downloaded structmeta v0.1.6 |
956 | 2023-11-08T23:14:42.413Z | Downloaded darling_core v0.14.4 |
957 | 2023-11-08T23:14:42.417Z | Downloaded rustls-pemfile v1.0.3 |
958 | 2023-11-08T23:14:42.421Z | Downloaded predicates v3.0.4 |
959 | 2023-11-08T23:14:42.425Z | Downloaded precomputed-hash v0.1.1 |
960 | 2023-11-08T23:14:42.429Z | Downloaded dof v0.1.5 |
961 | 2023-11-08T23:14:42.434Z | Downloaded pest_derive v2.7.2 |
962 | 2023-11-08T23:14:42.439Z | Downloaded path-dedot v3.1.0 |
963 | 2023-11-08T23:14:42.442Z | Downloaded serde_derive_internals v0.26.0 |
964 | 2023-11-08T23:14:42.446Z | Downloaded quick-error v1.2.3 |
965 | 2023-11-08T23:14:42.450Z | Downloaded hyper v0.14.27 |
966 | 2023-11-08T23:14:42.458Z | Downloaded strum v0.25.0 |
967 | 2023-11-08T23:14:42.465Z | Downloaded shlex v1.1.0 |
968 | 2023-11-08T23:14:42.479Z | Downloaded strum_macros v0.25.2 |
969 | 2023-11-08T23:14:42.483Z | Downloaded dyn-clone v1.0.13 |
970 | 2023-11-08T23:14:42.487Z | Downloaded ed25519 v1.5.3 |
971 | 2023-11-08T23:14:42.492Z | Downloaded serde_path_to_error v0.1.14 |
972 | 2023-11-08T23:14:42.497Z | Downloaded zone v0.3.0 |
973 | 2023-11-08T23:14:42.502Z | Downloaded pem v3.0.2 |
974 | 2023-11-08T23:14:42.506Z | Downloaded signal-hook-mio v0.2.3 |
975 | 2023-11-08T23:14:42.510Z | Downloaded proc-macro-error-attr v1.0.4 |
976 | 2023-11-08T23:14:42.515Z | Downloaded zerocopy v0.3.0 |
977 | 2023-11-08T23:14:42.520Z | Downloaded elliptic-curve v0.13.5 |
978 | 2023-11-08T23:14:42.525Z | Downloaded ff v0.13.0 |
979 | 2023-11-08T23:14:42.531Z | Downloaded peeking_take_while v0.1.2 |
980 | 2023-11-08T23:14:42.535Z | Downloaded threadpool v1.8.1 |
981 | 2023-11-08T23:14:42.538Z | Downloaded crypto-common v0.1.6 |
982 | 2023-11-08T23:14:42.543Z | Downloaded strum_macros v0.24.3 |
983 | 2023-11-08T23:14:42.548Z | Downloaded foreign-types v0.3.2 |
984 | 2023-11-08T23:14:42.558Z | Downloaded structopt-derive v0.4.18 |
985 | 2023-11-08T23:14:42.562Z | Downloaded headers-core v0.2.0 |
986 | 2023-11-08T23:14:42.973Z | Downloaded path-slash v0.1.5 |
987 | 2023-11-08T23:14:42.977Z | Downloaded curve25519-dalek-derive v0.1.0 |
988 | 2023-11-08T23:14:42.980Z | Downloaded wyz v0.5.1 |
989 | 2023-11-08T23:14:42.987Z | Downloaded time v0.3.27 |
990 | 2023-11-08T23:14:42.997Z | Downloaded snafu-derive v0.7.5 |
991 | 2023-11-08T23:14:43.005Z | Downloaded crunchy v0.2.2 |
992 | 2023-11-08T23:14:43.009Z | Downloaded fs-err v2.9.0 |
993 | 2023-11-08T23:14:43.013Z | Downloaded thiserror-impl-no-std v2.0.2 |
994 | 2023-11-08T23:14:43.016Z | Downloaded rand v0.8.5 |
995 | 2023-11-08T23:14:43.020Z | Downloaded difflib v0.4.0 |
996 | 2023-11-08T23:14:43.023Z | Downloaded serde_with_macros v2.3.3 |
997 | 2023-11-08T23:14:43.026Z | Downloaded opaque-debug v0.3.0 |
998 | 2023-11-08T23:14:43.031Z | Downloaded radium v0.7.0 |
999 | 2023-11-08T23:14:43.051Z | Downloaded globset v0.4.13 |
1000 | 2023-11-08T23:14:43.054Z | Downloaded zip v0.6.6 |
1001 | 2023-11-08T23:14:43.058Z | Downloaded rand_chacha v0.3.1 |
1002 | 2023-11-08T23:14:43.062Z | Downloaded thiserror-no-std v2.0.2 |
1003 | 2023-11-08T23:14:43.065Z | Downloaded r2d2 v0.8.10 |
1004 | 2023-11-08T23:14:43.069Z | Downloaded der_derive v0.7.2 |
1005 | 2023-11-08T23:14:43.073Z | Downloaded num-bigint-dig v0.8.4 |
1006 | 2023-11-08T23:14:43.076Z | Downloaded thread-id v4.2.0 |
1007 | 2023-11-08T23:14:43.080Z | Downloaded derive-where v1.2.5 |
1008 | 2023-11-08T23:14:43.083Z | Downloaded slog-stdlog v4.1.1 |
1009 | 2023-11-08T23:14:43.087Z | Downloaded slog-scope v4.4.0 |
1010 | 2023-11-08T23:14:43.090Z | Downloaded crypto-bigint v0.5.2 |
1011 | 2023-11-08T23:14:43.094Z | Downloaded enum-as-inner v0.5.1 |
1012 | 2023-11-08T23:14:43.101Z | Downloaded stable_deref_trait v1.2.0 |
1013 | 2023-11-08T23:14:43.104Z | Downloaded oorandom v11.1.3 |
1014 | 2023-11-08T23:14:43.108Z | Downloaded signal-hook v0.3.17 |
1015 | 2023-11-08T23:14:43.114Z | Downloaded tokio-util v0.7.10 |
1016 | 2023-11-08T23:14:43.120Z | Downloaded poly1305 v0.8.0 |
1017 | 2023-11-08T23:14:43.123Z | Downloaded diesel_derives v2.1.1 |
1018 | 2023-11-08T23:14:43.127Z | Downloaded tar v0.4.40 |
1019 | 2023-11-08T23:14:43.131Z | Downloaded pest v2.7.2 |
1020 | 2023-11-08T23:14:43.137Z | Downloaded rayon-core v1.12.0 |
1021 | 2023-11-08T23:14:43.146Z | Downloaded serde_yaml v0.9.25 |
1022 | 2023-11-08T23:14:43.164Z | Downloaded rand v0.4.6 |
1023 | 2023-11-08T23:14:43.174Z | Downloaded prettyplease v0.2.12 |
1024 | 2023-11-08T23:14:43.188Z | Downloaded expectorate v1.1.0 |
1025 | 2023-11-08T23:14:43.198Z | Downloaded fatfs v0.3.6 |
1026 | 2023-11-08T23:14:43.217Z | Downloaded tabled v0.14.0 |
1027 | 2023-11-08T23:14:43.229Z | Downloaded hashbrown v0.13.2 |
1028 | 2023-11-08T23:14:43.248Z | Downloaded unicode-normalization v0.1.22 |
1029 | 2023-11-08T23:14:43.261Z | Downloaded steno v0.4.0 |
1030 | 2023-11-08T23:14:43.277Z | Downloaded snafu v0.7.5 |
1031 | 2023-11-08T23:14:43.290Z | Downloaded unicode-segmentation v1.10.1 |
1032 | 2023-11-08T23:14:43.305Z | Downloaded futures-util v0.3.29 |
1033 | 2023-11-08T23:14:43.309Z | Downloaded serde_with v2.3.3 |
1034 | 2023-11-08T23:14:43.315Z | Downloaded tokio-postgres v0.7.10 |
1035 | 2023-11-08T23:14:43.323Z | Downloaded hashbrown v0.12.3 |
1036 | 2023-11-08T23:14:43.327Z | Downloaded rayon v1.8.0 |
1037 | 2023-11-08T23:14:43.332Z | Downloaded proptest v1.3.1 |
1038 | 2023-11-08T23:14:43.336Z | Downloaded lalrpop v0.19.12 |
1039 | 2023-11-08T23:14:43.341Z | Downloaded vcpkg v0.2.15 |
1040 | 2023-11-08T23:14:43.346Z | Downloaded radix_trie v0.2.1 |
1041 | 2023-11-08T23:14:43.359Z | Downloaded plotters v0.3.5 |
1042 | 2023-11-08T23:14:43.363Z | Downloaded openssl v0.10.57 |
1043 | 2023-11-08T23:14:43.368Z | Downloaded quick-xml v0.23.1 |
1044 | 2023-11-08T23:14:43.372Z | Downloaded regex-syntax v0.7.5 |
1045 | 2023-11-08T23:14:43.378Z | Downloaded rustls-webpki v0.101.7 |
1046 | 2023-11-08T23:14:43.381Z | Downloaded openapiv3 v1.0.3 |
1047 | 2023-11-08T23:14:43.384Z | Downloaded sled v0.34.7 |
1048 | 2023-11-08T23:14:43.389Z | Downloaded zerocopy-derive v0.6.4 |
1049 | 2023-11-08T23:14:43.394Z | Downloaded gimli v0.28.0 |
1050 | 2023-11-08T23:14:43.398Z | Downloaded zerocopy-derive v0.2.0 |
1051 | 2023-11-08T23:14:43.402Z | Downloaded rustls v0.21.8 |
1052 | 2023-11-08T23:14:43.405Z | Downloaded smoltcp v0.9.1 |
1053 | 2023-11-08T23:14:43.409Z | Downloaded regex-syntax v0.6.29 |
1054 | 2023-11-08T23:14:43.416Z | Downloaded sha3 v0.10.8 |
1055 | 2023-11-08T23:14:43.461Z | Downloaded rustix v0.38.9 |
1056 | 2023-11-08T23:14:43.477Z | Downloaded regex v1.10.2 |
1057 | 2023-11-08T23:14:43.494Z | Downloaded polar-core v0.27.0 |
1058 | 2023-11-08T23:14:43.501Z | Downloaded object v0.32.1 |
1059 | 2023-11-08T23:14:43.505Z | Downloaded object v0.30.4 |
1060 | 2023-11-08T23:14:43.510Z | Downloaded encoding_rs v0.8.33 |
1061 | 2023-11-08T23:14:43.513Z | Downloaded regex-syntax v0.8.2 |
1062 | 2023-11-08T23:14:43.518Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1063 | 2023-11-08T23:14:43.523Z | Downloaded regress v0.7.1 |
1064 | 2023-11-08T23:14:43.529Z | Downloaded regex-automata v0.4.3 |
1065 | 2023-11-08T23:14:43.534Z | Downloaded regex-automata v0.3.8 |
1066 | 2023-11-08T23:14:43.538Z | Downloaded tokio v1.33.0 |
1067 | 2023-11-08T23:14:43.544Z | Downloaded bstr v0.2.17 |
1068 | 2023-11-08T23:14:43.554Z | Downloaded ratatui v0.23.0 |
1069 | 2023-11-08T23:14:43.558Z | Downloaded webpki-roots v0.25.2 |
1070 | 2023-11-08T23:14:43.563Z | Downloaded curve25519-dalek v4.1.0 |
1071 | 2023-11-08T23:14:43.569Z | Downloaded diesel v2.1.3 |
1072 | 2023-11-08T23:14:43.573Z | Downloaded git2 v0.17.2 |
1073 | 2023-11-08T23:14:43.578Z | Downloaded bstr v1.6.0 |
1074 | 2023-11-08T23:14:43.582Z | Downloaded trust-dns-proto v0.22.0 |
1075 | 2023-11-08T23:14:43.589Z | Downloaded portable-atomic v1.4.3 |
1076 | 2023-11-08T23:14:43.594Z | Downloaded syn v1.0.109 |
1077 | 2023-11-08T23:14:43.600Z | Downloaded nix v0.26.2 |
1078 | 2023-11-08T23:14:43.605Z | Downloaded smoltcp v0.8.2 |
1079 | 2023-11-08T23:14:43.610Z | Downloaded reqwest v0.11.20 |
1080 | 2023-11-08T23:14:43.651Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1081 | 2023-11-08T23:14:43.665Z | Downloaded reedline v0.25.0 |
1082 | 2023-11-08T23:14:43.670Z | Downloaded x509-cert v0.2.4 |
1083 | 2023-11-08T23:14:43.677Z | Downloaded petgraph v0.6.4 |
1084 | 2023-11-08T23:14:43.684Z | Downloaded ring v0.17.5 |
1085 | 2023-11-08T23:14:43.689Z | Downloaded diff v0.1.13 |
1086 | 2023-11-08T23:14:43.695Z | Downloaded flume v0.11.0 |
1087 | 2023-11-08T23:14:43.700Z | Downloaded flate2 v1.0.28 |
1088 | 2023-11-08T23:14:43.714Z | Downloaded idna v0.2.3 |
1089 | 2023-11-08T23:14:43.720Z | Downloaded socket2 v0.4.9 |
1090 | 2023-11-08T23:14:43.731Z | Downloaded h2 v0.3.21 |
1091 | 2023-11-08T23:14:43.736Z | Downloaded ring v0.16.20 |
1092 | 2023-11-08T23:14:43.740Z | Downloaded bitvec v1.0.1 |
1093 | 2023-11-08T23:14:43.747Z | Downloaded test-strategy v0.3.1 |
1094 | 2023-11-08T23:14:43.750Z | Downloaded heapless v0.7.16 |
1095 | 2023-11-08T23:14:43.755Z | Downloaded nom v7.1.3 |
1096 | 2023-11-08T23:14:43.759Z | Downloaded idna v0.4.0 |
1097 | 2023-11-08T23:14:43.763Z | Downloaded libz-sys v1.1.12 |
1098 | 2023-11-08T23:14:43.774Z | Downloaded criterion v0.5.1 |
1099 | 2023-11-08T23:14:43.783Z | Downloaded yasna v0.5.2 |
1100 | 2023-11-08T23:14:43.788Z | Downloaded headers v0.3.9 |
1101 | 2023-11-08T23:14:43.795Z | Downloaded pretty_assertions v1.4.0 |
1102 | 2023-11-08T23:14:43.799Z | Downloaded clap v2.34.0 |
1103 | 2023-11-08T23:14:43.806Z | Downloaded hashlink v0.8.3 |
1104 | 2023-11-08T23:14:43.815Z | Downloaded sha2 v0.10.8 |
1105 | 2023-11-08T23:14:44.232Z | Downloaded rustls-native-certs v0.6.3 |
1106 | 2023-11-08T23:14:44.236Z | Downloaded futures-timer v3.0.2 |
1107 | 2023-11-08T23:14:44.241Z | Downloaded rcgen v0.11.3 |
1108 | 2023-11-08T23:14:44.245Z | Downloaded der v0.7.8 |
1109 | 2023-11-08T23:14:44.251Z | Downloaded tough v0.14.0 |
1110 | 2023-11-08T23:14:44.254Z | Downloaded trust-dns-resolver v0.22.0 |
1111 | 2023-11-08T23:14:44.259Z | Downloaded toml_edit v0.19.15 |
1112 | 2023-11-08T23:14:44.263Z | Downloaded regex-automata v0.1.10 |
1113 | 2023-11-08T23:14:44.270Z | Downloaded libm v0.2.7 |
1114 | 2023-11-08T23:14:44.692Z | Downloaded libsqlite3-sys v0.26.0 |
1115 | 2023-11-08T23:14:44.706Z | Downloaded version_check v0.9.4 |
1116 | 2023-11-08T23:14:44.713Z | Downloaded dirs-next v2.0.0 |
1117 | 2023-11-08T23:14:44.718Z | Downloaded predicates v2.1.5 |
1118 | 2023-11-08T23:14:44.728Z | Downloaded tungstenite v0.18.0 |
1119 | 2023-11-08T23:14:44.737Z | Downloaded tracing-core v0.1.31 |
1120 | 2023-11-08T23:14:44.743Z | Downloaded textwrap v0.16.0 |
1121 | 2023-11-08T23:14:44.748Z | Downloaded polyval v0.6.1 |
1122 | 2023-11-08T23:14:44.756Z | Downloaded serde_plain v1.0.2 |
1123 | 2023-11-08T23:14:44.760Z | Downloaded erased-serde v0.3.30 |
1124 | 2023-11-08T23:14:44.765Z | Downloaded whoami v1.4.1 |
1125 | 2023-11-08T23:14:44.769Z | Downloaded fnv v1.0.7 |
1126 | 2023-11-08T23:14:44.773Z | Downloaded string_cache v0.8.7 |
1127 | 2023-11-08T23:14:44.777Z | Downloaded digest v0.10.7 |
1128 | 2023-11-08T23:14:44.782Z | Downloaded derive_builder_core v0.12.0 |
1129 | 2023-11-08T23:14:44.788Z | Downloaded derive_builder v0.12.0 |
1130 | 2023-11-08T23:14:44.794Z | Downloaded omicron-zone-package v0.8.3 |
1131 | 2023-11-08T23:14:44.800Z | Downloaded chrono v0.4.31 |
1132 | 2023-11-08T23:14:44.806Z | Downloaded salty v0.2.0 |
1133 | 2023-11-08T23:14:44.818Z | Downloaded ref-cast-impl v1.0.20 |
1134 | 2023-11-08T23:14:44.831Z | Downloaded ref-cast v1.0.20 |
1135 | 2023-11-08T23:14:44.860Z | Downloaded serde-big-array v0.4.1 |
1136 | 2023-11-08T23:14:44.871Z | Downloaded fastrand v2.0.0 |
1137 | 2023-11-08T23:14:44.882Z | Downloaded fragile v2.0.0 |
1138 | 2023-11-08T23:14:44.889Z | Downloaded fixedbitset v0.4.2 |
1139 | 2023-11-08T23:14:44.897Z | Downloaded filetime v0.2.22 |
1140 | 2023-11-08T23:14:44.905Z | Downloaded shell-words v1.1.0 |
1141 | 2023-11-08T23:14:44.910Z | Downloaded darling v0.20.3 |
1142 | 2023-11-08T23:14:44.918Z | Downloaded darling v0.14.4 |
1143 | 2023-11-08T23:14:44.923Z | Downloaded minimal-lexical v0.2.1 |
1144 | 2023-11-08T23:14:44.928Z | Downloaded aho-corasick v1.0.4 |
1145 | 2023-11-08T23:14:44.934Z | Downloaded fd-lock v3.0.13 |
1146 | 2023-11-08T23:14:44.938Z | Downloaded debug-ignore v1.0.5 |
1147 | 2023-11-08T23:14:44.942Z | Downloaded either v1.9.0 |
1148 | 2023-11-08T23:14:44.954Z | Downloaded proc-macro-error v1.0.4 |
1149 | 2023-11-08T23:14:44.957Z | Downloaded openssl-sys v0.9.93 |
1150 | 2023-11-08T23:14:44.961Z | Downloaded rstest_macros v0.18.2 |
1151 | 2023-11-08T23:14:44.964Z | Downloaded rsa v0.9.2 |
1152 | 2023-11-08T23:14:44.967Z | Downloaded generic-array v0.14.7 |
1153 | 2023-11-08T23:14:44.970Z | Downloaded tokio-rustls v0.24.1 |
1154 | 2023-11-08T23:14:44.973Z | Downloaded pest_meta v2.7.2 |
1155 | 2023-11-08T23:14:44.976Z | Downloaded aes v0.8.3 |
1156 | 2023-11-08T23:14:44.979Z | Downloaded rustc_version v0.4.0 |
1157 | 2023-11-08T23:14:44.984Z | Downloaded getopts v0.2.21 |
1158 | 2023-11-08T23:14:44.999Z | Downloaded olpc-cjson v0.1.3 |
1159 | 2023-11-08T23:14:45.002Z | Downloaded predicates-core v1.0.6 |
1160 | 2023-11-08T23:14:45.006Z | Downloaded slog-term v2.9.0 |
1161 | 2023-11-08T23:14:45.009Z | Downloaded pem-rfc7468 v0.7.0 |
1162 | 2023-11-08T23:14:45.013Z | Downloaded tinyvec v1.6.0 |
1163 | 2023-11-08T23:14:45.016Z | Downloaded derive_more v0.99.17 |
1164 | 2023-11-08T23:14:45.020Z | Downloaded postcard v0.7.3 |
1165 | 2023-11-08T23:14:45.023Z | Downloaded zerocopy v0.6.4 |
1166 | 2023-11-08T23:14:45.029Z | Downloaded darling_core v0.20.3 |
1167 | 2023-11-08T23:14:45.038Z | Downloaded slog v2.7.0 |
1168 | 2023-11-08T23:14:45.049Z | Downloaded crossterm v0.27.0 |
1169 | 2023-11-08T23:14:45.053Z | Downloaded textwrap v0.11.0 |
1170 | 2023-11-08T23:14:45.058Z | Downloaded predicates-tree v1.0.9 |
1171 | 2023-11-08T23:14:45.068Z | Downloaded yansi v0.5.1 |
1172 | 2023-11-08T23:14:45.076Z | Downloaded parking_lot v0.12.1 |
1173 | 2023-11-08T23:14:45.081Z | Downloaded parking_lot v0.11.2 |
1174 | 2023-11-08T23:14:45.086Z | Downloaded xattr v1.0.1 |
1175 | 2023-11-08T23:14:45.098Z | Downloaded serde_urlencoded v0.7.1 |
1176 | 2023-11-08T23:14:45.108Z | Downloaded percent-encoding v2.3.0 |
1177 | 2023-11-08T23:14:45.114Z | Downloaded unarray v0.1.4 |
1178 | 2023-11-08T23:14:45.129Z | Downloaded parking_lot_core v0.9.8 |
1179 | 2023-11-08T23:14:45.133Z | Downloaded ucd-trie v0.1.6 |
1180 | 2023-11-08T23:14:45.144Z | Downloaded oso v0.27.0 |
1181 | 2023-11-08T23:14:45.149Z | Downloaded libxml v0.3.3 |
1182 | 2023-11-08T23:14:45.153Z | Downloaded deranged v0.3.8 |
1183 | 2023-11-08T23:14:45.157Z | Downloaded tempdir v0.3.7 |
1184 | 2023-11-08T23:14:45.160Z | Downloaded which v4.4.0 |
1185 | 2023-11-08T23:14:45.163Z | Downloaded papergrid v0.10.0 |
1186 | 2023-11-08T23:14:45.166Z | Downloaded form_urlencoded v1.2.0 |
1187 | 2023-11-08T23:14:45.169Z | Downloaded pem v1.1.1 |
1188 | 2023-11-08T23:14:45.174Z | Downloaded trust-dns-client v0.22.0 |
1189 | 2023-11-08T23:14:45.177Z | Downloaded schemars v0.8.13 |
1190 | 2023-11-08T23:14:45.181Z | Downloaded ron v0.8.1 |
1191 | 2023-11-08T23:14:45.185Z | Downloaded ron v0.7.1 |
1192 | 2023-11-08T23:14:45.189Z | Downloaded num-bigint v0.4.4 |
1193 | 2023-11-08T23:14:45.192Z | Downloaded url v2.4.1 |
1194 | 2023-11-08T23:14:45.197Z | Downloaded phf_shared v0.10.0 |
1195 | 2023-11-08T23:14:45.200Z | Downloaded spin v0.9.8 |
1196 | 2023-11-08T23:14:45.204Z | Downloaded serde_repr v0.1.16 |
1197 | 2023-11-08T23:14:45.207Z | Downloaded postgres-protocol v0.6.6 |
1198 | 2023-11-08T23:14:45.210Z | Downloaded structopt v0.3.26 |
1199 | 2023-11-08T23:14:45.216Z | Downloaded unsafe-libyaml v0.2.9 |
1200 | 2023-11-08T23:14:45.219Z | Downloaded pkcs1 v0.7.5 |
1201 | 2023-11-08T23:14:45.223Z | Downloaded chacha20poly1305 v0.10.1 |
1202 | 2023-11-08T23:14:45.227Z | Downloaded bindgen v0.65.1 |
1203 | 2023-11-08T23:14:45.233Z | Downloaded ppv-lite86 v0.2.17 |
1204 | 2023-11-08T23:14:45.242Z | Downloaded uuid v1.5.0 |
1205 | 2023-11-08T23:14:45.661Z | Downloaded parking_lot_core v0.8.6 |
1206 | 2023-11-08T23:14:46.194Z | Downloaded toml v0.5.11 |
1207 | 2023-11-08T23:14:46.201Z | Downloaded display-error-chain v0.2.0 |
1208 | 2023-11-08T23:14:46.205Z | Downloaded zeroize_derive v1.4.2 |
1209 | 2023-11-08T23:14:46.211Z | Downloaded zeroize v1.6.0 |
1210 | 2023-11-08T23:14:46.219Z | Downloaded parse-display v0.8.2 |
1211 | 2023-11-08T23:14:46.226Z | Downloaded packed_struct v0.10.1 |
1212 | 2023-11-08T23:14:46.231Z | Downloaded owo-colors v3.5.0 |
1213 | 2023-11-08T23:14:46.234Z | Downloaded rustc-demangle v0.1.23 |
1214 | 2023-11-08T23:14:46.242Z | Downloaded itertools v0.11.0 |
1215 | 2023-11-08T23:14:46.249Z | Downloaded pin-project-internal v1.1.3 |
1216 | 2023-11-08T23:14:46.260Z | Downloaded relative-path v1.9.0 |
1217 | 2023-11-08T23:14:46.264Z | Downloaded crucible-workspace-hack v0.1.0 |
1218 | 2023-11-08T23:14:46.268Z | Downloaded zone_cfg_derive v0.3.0 |
1219 | 2023-11-08T23:14:46.272Z | Downloaded ctr v0.9.2 |
1220 | 2023-11-08T23:14:46.275Z | Downloaded cstr-argument v0.1.2 |
1221 | 2023-11-08T23:14:46.280Z | Downloaded static_assertions v1.1.0 |
1222 | 2023-11-08T23:14:46.283Z | Downloaded semver-parser v0.10.2 |
1223 | 2023-11-08T23:14:46.287Z | Downloaded tungstenite v0.20.1 |
1224 | 2023-11-08T23:14:46.291Z | Downloaded futures v0.3.29 |
1225 | 2023-11-08T23:14:46.710Z | Downloaded const_format v0.2.31 |
1226 | 2023-11-08T23:14:46.715Z | Downloaded postcard-cobs v0.1.5-pre |
1227 | 2023-11-08T23:14:46.720Z | Downloaded datatest-stable v0.2.3 |
1228 | 2023-11-08T23:14:46.813Z | Downloaded strsim v0.8.0 |
1229 | 2023-11-08T23:14:46.824Z | Downloaded slog-bunyan v2.4.0 |
1230 | 2023-11-08T23:14:46.831Z | Downloaded hex v0.4.3 |
1231 | 2023-11-08T23:14:46.841Z | Downloaded heck v0.3.3 |
1232 | 2023-11-08T23:14:46.862Z | Downloaded tokio-macros v2.1.0 |
1233 | 2023-11-08T23:14:46.866Z | Downloaded term v0.7.0 |
1234 | 2023-11-08T23:14:46.872Z | Downloaded tempfile v3.8.0 |
1235 | 2023-11-08T23:14:46.881Z | Downloaded cc v1.0.83 |
1236 | 2023-11-08T23:14:46.897Z | Downloaded pkg-config v0.3.27 |
1237 | 2023-11-08T23:14:46.905Z | Downloaded indicatif v0.17.7 |
1238 | 2023-11-08T23:14:46.909Z | Downloaded bytes v1.5.0 |
1239 | 2023-11-08T23:14:46.918Z | Downloaded supports-color v2.1.0 |
1240 | 2023-11-08T23:14:46.925Z | Downloaded trust-dns-server v0.22.1 |
1241 | 2023-11-08T23:14:46.932Z | Downloaded mio v0.8.8 |
1242 | 2023-11-08T23:14:46.940Z | Downloaded num_threads v0.1.6 |
1243 | 2023-11-08T23:14:46.950Z | Downloaded parse-display v0.7.0 |
1244 | 2023-11-08T23:14:46.955Z | Downloaded pin-project v1.1.3 |
1245 | 2023-11-08T23:14:46.967Z | Downloaded tracing v0.1.37 |
1246 | 2023-11-08T23:14:46.972Z | Downloaded scheduled-thread-pool v0.2.7 |
1247 | 2023-11-08T23:14:46.975Z | Downloaded rusty-fork v0.3.0 |
1248 | 2023-11-08T23:14:46.981Z | Downloaded rpassword v7.2.0 |
1249 | 2023-11-08T23:14:46.991Z | Downloaded data-encoding v2.4.0 |
1250 | 2023-11-08T23:14:46.995Z | Downloaded unicode-bidi v0.3.13 |
1251 | 2023-11-08T23:14:46.999Z | Downloaded toml v0.7.8 |
1252 | 2023-11-08T23:14:47.006Z | Downloaded hash32 v0.2.1 |
1253 | 2023-11-08T23:14:47.011Z | Downloaded dirs-sys-next v0.1.2 |
1254 | 2023-11-08T23:14:47.017Z | Downloaded getrandom v0.2.10 |
1255 | 2023-11-08T23:14:47.023Z | Downloaded dashmap v5.5.1 |
1256 | 2023-11-08T23:14:47.027Z | Downloaded tinyvec_macros v0.1.1 |
1257 | 2023-11-08T23:14:47.032Z | Downloaded half v1.8.2 |
1258 | 2023-11-08T23:14:47.040Z | Downloaded futures-channel v0.3.29 |
1259 | 2023-11-08T23:14:47.044Z | Downloaded vergen v8.2.4 |
1260 | 2023-11-08T23:14:47.050Z | Downloaded sct v0.7.0 |
1261 | 2023-11-08T23:14:47.055Z | Downloaded signature v1.6.4 |
1262 | 2023-11-08T23:14:47.060Z | Downloaded smallvec v1.11.0 |
1263 | 2023-11-08T23:14:47.068Z | Downloaded trybuild v1.0.85 |
1264 | 2023-11-08T23:14:47.071Z | Downloaded vte v0.11.1 |
1265 | 2023-11-08T23:14:47.076Z | Downloaded mockall_derive v0.11.4 |
1266 | 2023-11-08T23:14:47.081Z | Downloaded topological-sort v0.2.2 |
1267 | 2023-11-08T23:14:47.085Z | Downloaded time-macros v0.2.13 |
1268 | 2023-11-08T23:14:47.091Z | Downloaded termios v0.3.3 |
1269 | 2023-11-08T23:14:47.097Z | Downloaded tokio-native-tls v0.3.1 |
1270 | 2023-11-08T23:14:47.100Z | Downloaded termcolor v1.2.0 |
1271 | 2023-11-08T23:14:47.110Z | Downloaded socket2 v0.5.4 |
1272 | 2023-11-08T23:14:47.114Z | Downloaded env_logger v0.9.3 |
1273 | 2023-11-08T23:14:47.119Z | Downloaded tinytemplate v1.2.1 |
1274 | 2023-11-08T23:14:47.123Z | Downloaded glob v0.3.1 |
1275 | 2023-11-08T23:14:47.130Z | Downloaded twox-hash v1.6.3 |
1276 | 2023-11-08T23:14:47.136Z | Downloaded plotters-backend v0.3.5 |
1277 | 2023-11-08T23:14:47.141Z | Downloaded subprocess v0.2.9 |
1278 | 2023-11-08T23:14:47.145Z | Downloaded rtoolbox v0.0.1 |
1279 | 2023-11-08T23:14:47.150Z | Downloaded base64 v0.21.5 |
1280 | 2023-11-08T23:14:47.154Z | Downloaded base64 v0.13.1 |
1281 | 2023-11-08T23:14:47.158Z | Downloaded tui-tree-widget v0.13.0 |
1282 | 2023-11-08T23:14:47.163Z | Downloaded tap v1.0.1 |
1283 | 2023-11-08T23:14:47.175Z | Downloaded tabled_derive v0.6.0 |
1284 | 2023-11-08T23:14:47.180Z | Downloaded synstructure v0.12.6 |
1285 | 2023-11-08T23:14:47.199Z | Downloaded partial-io v0.5.4 |
1286 | 2023-11-08T23:14:47.205Z | Downloaded password-hash v0.5.0 |
1287 | 2023-11-08T23:14:47.211Z | Downloaded env_logger v0.10.0 |
1288 | 2023-11-08T23:14:47.216Z | Downloaded structmeta-derive v0.1.6 |
1289 | 2023-11-08T23:14:47.221Z | Downloaded structmeta v0.2.0 |
1290 | 2023-11-08T23:14:47.226Z | Downloaded stringprep v0.1.3 |
1291 | 2023-11-08T23:14:47.251Z | Downloaded unicode-linebreak v0.1.5 |
1292 | 2023-11-08T23:14:47.256Z | Downloaded toolchain_find v0.2.0 |
1293 | 2023-11-08T23:14:47.264Z | Downloaded unicase v2.7.0 |
1294 | 2023-11-08T23:14:47.273Z | Downloaded futures-executor v0.3.29 |
1295 | 2023-11-08T23:14:47.281Z | Downloaded log v0.4.20 |
1296 | 2023-11-08T23:14:47.286Z | Downloaded num-rational v0.4.1 |
1297 | 2023-11-08T23:14:47.298Z | Downloaded ciborium v0.2.1 |
1298 | 2023-11-08T23:14:47.308Z | Downloaded spki v0.7.2 |
1299 | 2023-11-08T23:14:47.320Z | Downloaded slog-json v2.6.1 |
1300 | 2023-11-08T23:14:47.331Z | Downloaded signature v2.1.0 |
1301 | 2023-11-08T23:14:47.337Z | Downloaded multer v2.1.0 |
1302 | 2023-11-08T23:14:47.342Z | Downloaded const_format_proc_macros v0.2.31 |
1303 | 2023-11-08T23:14:47.345Z | Downloaded sha1 v0.10.5 |
1304 | 2023-11-08T23:14:47.349Z | Downloaded num-complex v0.4.4 |
1305 | 2023-11-08T23:14:47.354Z | Downloaded argon2 v0.5.2 |
1306 | 2023-11-08T23:14:47.360Z | Downloaded http v0.2.9 |
1307 | 2023-11-08T23:14:47.364Z | Downloaded walkdir v2.4.0 |
1308 | 2023-11-08T23:14:47.368Z | Downloaded console v0.15.7 |
1309 | 2023-11-08T23:14:47.373Z | Downloaded phf_shared v0.11.2 |
1310 | 2023-11-08T23:14:47.378Z | Downloaded parse-display-derive v0.8.2 |
1311 | 2023-11-08T23:14:47.382Z | Downloaded vsss-rs v3.3.1 |
1312 | 2023-11-08T23:14:47.386Z | Downloaded itertools v0.10.5 |
1313 | 2023-11-08T23:14:47.395Z | Downloaded pretty-hex v0.2.1 |
1314 | 2023-11-08T23:14:47.398Z | Downloaded fallible-streaming-iterator v0.1.9 |
1315 | 2023-11-08T23:14:47.402Z | Downloaded fallible-iterator v0.2.0 |
1316 | 2023-11-08T23:14:47.406Z | Downloaded serde-hex v0.1.0 |
1317 | 2023-11-08T23:14:47.411Z | Downloaded const-oid v0.9.5 |
1318 | 2023-11-08T23:14:47.415Z | Downloaded rustc-hash v1.1.0 |
1319 | 2023-11-08T23:14:47.419Z | Downloaded paste v1.0.14 |
1320 | 2023-11-08T23:14:47.424Z | Downloaded unicode-width v0.1.11 |
1321 | 2023-11-08T23:14:47.431Z | Downloaded subtle v2.5.0 |
1322 | 2023-11-08T23:14:47.454Z | Downloaded blake2b_simd v1.0.1 |
1323 | 2023-11-08T23:14:47.875Z | Downloaded vec_map v0.8.2 |
1324 | 2023-11-08T23:14:47.883Z | Downloaded fxhash v0.2.1 |
1325 | 2023-11-08T23:14:47.891Z | Downloaded universal-hash v0.5.1 |
1326 | 2023-11-08T23:14:47.896Z | Downloaded unicode-xid v0.2.4 |
1327 | 2023-11-08T23:14:47.904Z | Downloaded siphasher v0.3.11 |
1328 | 2023-11-08T23:14:47.913Z | Downloaded crossbeam-channel v0.5.8 |
1329 | 2023-11-08T23:14:47.919Z | Downloaded http-body v0.4.5 |
1330 | 2023-11-08T23:14:47.927Z | Downloaded allocator-api2 v0.2.16 |
1331 | 2023-11-08T23:14:47.931Z | Downloaded blake2 v0.10.6 |
1332 | 2023-11-08T23:14:47.940Z | Downloaded addr2line v0.21.0 |
1333 | 2023-11-08T23:14:47.943Z | Downloaded strip-ansi-escapes v0.2.0 |
1334 | 2023-11-08T23:14:47.951Z | Downloaded spin v0.5.2 |
1335 | 2023-11-08T23:14:47.956Z | Downloaded slog-dtrace v0.2.3 |
1336 | 2023-11-08T23:14:47.961Z | Downloaded slab v0.4.9 |
1337 | 2023-11-08T23:14:47.966Z | Downloaded native-tls v0.2.11 |
1338 | 2023-11-08T23:14:47.970Z | Downloaded nanorand v0.7.0 |
1339 | 2023-11-08T23:14:47.974Z | Downloaded nodrop v0.1.14 |
1340 | 2023-11-08T23:14:47.977Z | Downloaded linked-hash-map v0.5.6 |
1341 | 2023-11-08T23:14:47.983Z | Downloaded hyper-staticfile v0.9.5 |
1342 | 2023-11-08T23:14:47.995Z | Downloaded num-integer v0.1.45 |
1343 | 2023-11-08T23:14:47.999Z | Downloaded convert_case v0.4.0 |
1344 | 2023-11-08T23:14:48.003Z | Downloaded path-absolutize v3.1.0 |
1345 | 2023-11-08T23:14:48.009Z | Downloaded wait-timeout v0.2.0 |
1346 | 2023-11-08T23:14:48.014Z | Downloaded serde_tokenstream v0.2.0 |
1347 | 2023-11-08T23:14:48.017Z | Downloaded rstest v0.18.2 |
1348 | 2023-11-08T23:14:48.021Z | Downloaded crossbeam v0.8.2 |
1349 | 2023-11-08T23:14:48.025Z | Downloaded memoffset v0.7.1 |
1350 | 2023-11-08T23:14:48.029Z | Downloaded anes v0.1.6 |
1351 | 2023-11-08T23:14:48.039Z | Downloaded similar-asserts v1.5.0 |
1352 | 2023-11-08T23:14:48.043Z | Downloaded rustc_version v0.1.7 |
1353 | 2023-11-08T23:14:48.054Z | Downloaded hyper-tls v0.5.0 |
1354 | 2023-11-08T23:14:48.059Z | Downloaded bit_field v0.10.2 |
1355 | 2023-11-08T23:14:48.063Z | Downloaded memoffset v0.9.0 |
1356 | 2023-11-08T23:14:48.067Z | Downloaded openssl-macros v0.1.1 |
1357 | 2023-11-08T23:14:48.072Z | Downloaded untrusted v0.9.0 |
1358 | 2023-11-08T23:14:48.081Z | Downloaded untrusted v0.7.1 |
1359 | 2023-11-08T23:14:48.085Z | Downloaded smawk v0.3.1 |
1360 | 2023-11-08T23:14:48.089Z | Downloaded schemars_derive v0.8.13 |
1361 | 2023-11-08T23:14:48.098Z | Downloaded lock_api v0.4.10 |
1362 | 2023-11-08T23:14:48.102Z | Downloaded num_enum v0.7.0 |
1363 | 2023-11-08T23:14:48.106Z | Downloaded num-derive v0.4.0 |
1364 | 2023-11-08T23:14:48.111Z | Downloaded num-traits v0.2.16 |
1365 | 2023-11-08T23:14:48.116Z | Downloaded ascii v1.1.0 |
1366 | 2023-11-08T23:14:48.123Z | Downloaded backoff v0.4.0 |
1367 | 2023-11-08T23:14:48.132Z | Downloaded signal-hook-registry v1.4.1 |
1368 | 2023-11-08T23:14:48.159Z | Downloaded indexmap v1.9.3 |
1369 | 2023-11-08T23:14:48.166Z | Downloaded crc32fast v1.3.2 |
1370 | 2023-11-08T23:14:48.171Z | Downloaded bytesize v1.3.0 |
1371 | 2023-11-08T23:14:48.179Z | Downloaded humantime v2.1.0 |
1372 | 2023-11-08T23:14:48.183Z | Downloaded num_enum_derive v0.5.11 |
1373 | 2023-11-08T23:14:48.189Z | Downloaded is-terminal v0.4.9 |
1374 | 2023-11-08T23:14:48.194Z | Downloaded hyper-rustls v0.24.2 |
1375 | 2023-11-08T23:14:48.199Z | Downloaded httptest v0.15.5 |
1376 | 2023-11-08T23:14:48.202Z | Downloaded async-trait v0.1.74 |
1377 | 2023-11-08T23:14:48.206Z | Downloaded arrayvec v0.7.4 |
1378 | 2023-11-08T23:14:48.211Z | Downloaded assert_cmd v2.0.12 |
1379 | 2023-11-08T23:14:48.230Z | Downloaded num_enum v0.5.11 |
1380 | 2023-11-08T23:14:48.239Z | Downloaded clang-sys v1.6.1 |
1381 | 2023-11-08T23:14:48.247Z | Downloaded serde_tokenstream v0.1.7 |
1382 | 2023-11-08T23:14:48.254Z | Downloaded secrecy v0.8.0 |
1383 | 2023-11-08T23:14:48.258Z | Downloaded httparse v1.8.0 |
1384 | 2023-11-08T23:14:48.286Z | Downloaded bzip2 v0.4.4 |
1385 | 2023-11-08T23:14:48.290Z | Downloaded waitgroup v0.1.2 |
1386 | 2023-11-08T23:14:48.300Z | Downloaded vte_generate_state_changes v0.1.1 |
1387 | 2023-11-08T23:14:48.304Z | Downloaded semver v0.1.20 |
1388 | 2023-11-08T23:14:48.312Z | Downloaded same-file v1.0.6 |
1389 | 2023-11-08T23:14:48.315Z | Downloaded rustversion v1.0.14 |
1390 | 2023-11-08T23:14:48.319Z | Downloaded ringbuffer v0.15.0 |
1391 | 2023-11-08T23:14:48.323Z | Downloaded maybe-uninit v2.0.0 |
1392 | 2023-11-08T23:14:48.327Z | Downloaded linear-map v1.2.0 |
1393 | 2023-11-08T23:14:48.331Z | Downloaded indoc v1.0.9 |
1394 | 2023-11-08T23:14:48.336Z | Downloaded byteorder v1.5.0 |
1395 | 2023-11-08T23:14:48.340Z | Downloaded buf-list v1.0.3 |
1396 | 2023-11-08T23:14:48.343Z | Downloaded block-buffer v0.10.4 |
1397 | 2023-11-08T23:14:48.347Z | Downloaded base16ct v0.2.0 |
1398 | 2023-11-08T23:14:48.351Z | Downloaded libtest-mimic v0.6.1 |
1399 | 2023-11-08T23:14:48.355Z | Downloaded slog-envlogger v2.2.0 |
1400 | 2023-11-08T23:14:48.359Z | Downloaded signal-hook-tokio v0.3.1 |
1401 | 2023-11-08T23:14:48.364Z | Downloaded serial_test_derive v0.10.0 |
1402 | 2023-11-08T23:14:48.367Z | Downloaded bcs v0.1.6 |
1403 | 2023-11-08T23:14:48.371Z | Downloaded base64ct v1.6.0 |
1404 | 2023-11-08T23:14:48.376Z | Downloaded async-stream v0.3.5 |
1405 | 2023-11-08T23:14:48.380Z | Downloaded ansi_term v0.12.1 |
1406 | 2023-11-08T23:14:48.384Z | Downloaded chacha20 v0.9.1 |
1407 | 2023-11-08T23:14:48.392Z | Downloaded approx v0.5.1 |
1408 | 2023-11-08T23:14:48.400Z | Downloaded aead v0.5.2 |
1409 | 2023-11-08T23:14:48.410Z | Downloaded colored v2.0.4 |
1410 | 2023-11-08T23:14:48.418Z | Downloaded corncobs v0.1.3 |
1411 | 2023-11-08T23:14:48.429Z | Downloaded async-recursion v1.0.5 |
1412 | 2023-11-08T23:14:48.435Z | Downloaded num-iter v0.1.43 |
1413 | 2023-11-08T23:14:48.442Z | Downloaded iana-time-zone v0.1.57 |
1414 | 2023-11-08T23:14:48.448Z | Downloaded adler v1.0.2 |
1415 | 2023-11-08T23:14:48.453Z | Downloaded arrayref v0.3.7 |
1416 | 2023-11-08T23:14:48.457Z | Downloaded serial_test v0.10.0 |
1417 | 2023-11-08T23:14:48.464Z | Downloaded mime_guess v2.0.4 |
1418 | 2023-11-08T23:14:48.479Z | Downloaded mime v0.3.17 |
1419 | 2023-11-08T23:14:48.484Z | Downloaded maplit v1.0.2 |
1420 | 2023-11-08T23:14:48.488Z | Downloaded indoc v2.0.3 |
1421 | 2023-11-08T23:14:48.492Z | Downloaded hubpack_derive v0.1.1 |
1422 | 2023-11-08T23:14:48.497Z | Downloaded httpdate v1.0.3 |
1423 | 2023-11-08T23:14:48.502Z | Downloaded crossbeam-deque v0.8.3 |
1424 | 2023-11-08T23:14:48.505Z | Downloaded cipher v0.4.4 |
1425 | 2023-11-08T23:14:48.508Z | Downloaded ciborium-ll v0.2.1 |
1426 | 2023-11-08T23:14:48.512Z | Downloaded cfg-if v1.0.0 |
1427 | 2023-11-08T23:14:48.515Z | Downloaded ciborium-io v0.2.1 |
1428 | 2023-11-08T23:14:48.518Z | Downloaded atty v0.2.14 |
1429 | 2023-11-08T23:14:48.524Z | Downloaded is_ci v1.1.1 |
1430 | 2023-11-08T23:14:48.527Z | Downloaded constant_time_eq v0.2.6 |
1431 | 2023-11-08T23:14:48.531Z | Downloaded arc-swap v1.6.0 |
1432 | 2023-11-08T23:14:48.535Z | Downloaded bitstruct v0.1.1 |
1433 | 2023-11-08T23:14:48.538Z | Downloaded instant v0.1.12 |
1434 | 2023-11-08T23:14:48.543Z | Downloaded crc-catalog v2.2.0 |
1435 | 2023-11-08T23:14:48.546Z | Downloaded hostname v0.3.1 |
1436 | 2023-11-08T23:14:48.549Z | Downloaded hkdf v0.12.3 |
1437 | 2023-11-08T23:14:48.554Z | Downloaded bincode v1.3.3 |
1438 | 2023-11-08T23:14:48.558Z | Downloaded cfg-if v0.1.10 |
1439 | 2023-11-08T23:14:48.561Z | Downloaded highway v1.1.0 |
1440 | 2023-11-08T23:14:48.565Z | Downloaded bitstruct_derive v0.1.0 |
1441 | 2023-11-08T23:14:48.571Z | Downloaded atomic-waker v1.1.1 |
1442 | 2023-11-08T23:14:48.574Z | Downloaded array-init v0.0.4 |
1443 | 2023-11-08T23:14:48.577Z | Downloaded async-stream-impl v0.3.5 |
1444 | 2023-11-08T23:14:48.581Z | Downloaded serde_arrays v0.1.0 |
1445 | 2023-11-08T23:14:48.584Z | Downloaded nibble_vec v0.1.0 |
1446 | 2023-11-08T23:14:48.590Z | Downloaded newtype_derive v0.1.6 |
1447 | 2023-11-08T23:14:48.593Z | Downloaded managed v0.8.0 |
1448 | 2023-11-08T23:14:48.596Z | Downloaded macaddr v1.0.1 |
1449 | 2023-11-08T23:14:48.600Z | Downloaded atomicwrites v0.4.2 |
1450 | 2023-11-08T23:14:48.603Z | Downloaded cast v0.3.0 |
1451 | 2023-11-08T23:14:48.607Z | Downloaded hex-literal v0.4.1 |
1452 | 2023-11-08T23:14:48.610Z | Downloaded rustfmt-wrapper v0.2.0 |
1453 | 2023-11-08T23:14:48.615Z | Downloaded rust-argon2 v1.0.1 |
1454 | 2023-11-08T23:14:48.618Z | Downloaded normalize-line-endings v0.3.0 |
1455 | 2023-11-08T23:14:48.622Z | Downloaded match_cfg v0.1.0 |
1456 | 2023-11-08T23:14:48.625Z | Downloaded http-range v0.1.5 |
1457 | 2023-11-08T23:14:48.628Z | Downloaded rusqlite v0.29.0 |
1458 | 2023-11-08T23:14:48.631Z | Downloaded cexpr v0.6.0 |
1459 | 2023-11-08T23:14:48.634Z | Downloaded basic-toml v0.1.4 |
1460 | 2023-11-08T23:14:48.637Z | Downloaded lazy_static v1.4.0 |
1461 | 2023-11-08T23:14:48.640Z | Downloaded kstat-rs v0.2.3 |
1462 | 2023-11-08T23:14:48.643Z | Downloaded ipnetwork v0.20.0 |
1463 | 2023-11-08T23:14:48.646Z | Downloaded inout v0.1.3 |
1464 | 2023-11-08T23:14:48.649Z | Downloaded crossbeam-queue v0.3.8 |
1465 | 2023-11-08T23:14:48.652Z | Downloaded lalrpop-util v0.19.12 |
1466 | 2023-11-08T23:14:48.655Z | Downloaded hubpack v0.1.2 |
1467 | 2023-11-08T23:14:48.658Z | Downloaded cassowary v0.3.0 |
1468 | 2023-11-08T23:14:48.661Z | Downloaded impl-trait-for-tuples v0.2.2 |
1469 | 2023-11-08T23:14:48.664Z | Downloaded home v0.5.5 |
1470 | 2023-11-08T23:14:48.667Z | Downloaded crossbeam-epoch v0.9.15 |
1471 | 2023-11-08T23:14:48.671Z | Downloaded crc-any v2.4.3 |
1472 | 2023-11-08T23:14:48.674Z | Downloaded cpufeatures v0.2.9 |
1473 | 2023-11-08T23:14:48.677Z | Downloaded matches v0.1.10 |
1474 | 2023-11-08T23:14:48.684Z | Downloaded cookie v0.16.2 |
1475 | 2023-11-08T23:14:48.688Z | Downloaded bit-vec v0.6.3 |
1476 | 2023-11-08T23:14:48.691Z | Downloaded crc v3.0.1 |
1477 | 2023-11-08T23:14:48.694Z | Downloaded bb8 v0.8.1 |
1478 | 2023-11-08T23:14:48.697Z | Compiling proc-macro2 v1.0.67 |
1479 | 2023-11-08T23:14:48.703Z | Compiling serde v1.0.188 |
1480 | 2023-11-08T23:14:48.712Z | Compiling autocfg v1.1.0 |
1481 | 2023-11-08T23:14:48.717Z | Compiling version_check v0.9.4 |
1482 | 2023-11-08T23:14:48.721Z | Compiling syn v1.0.109 |
1483 | 2023-11-08T23:14:48.724Z | Compiling parking_lot_core v0.9.8 |
1484 | 2023-11-08T23:14:48.727Z | Compiling libm v0.2.7 |
1485 | 2023-11-08T23:14:48.731Z | Compiling libc v0.2.150 |
1486 | 2023-11-08T23:14:48.734Z | Compiling cfg-if v1.0.0 |
1487 | 2023-11-08T23:14:48.737Z | Compiling futures-core v0.3.29 |
1488 | 2023-11-08T23:14:48.741Z | Compiling once_cell v1.18.0 |
1489 | 2023-11-08T23:14:48.745Z | Compiling typenum v1.16.0 |
1490 | 2023-11-08T23:14:48.748Z | Compiling lock_api v0.4.10 |
1491 | 2023-11-08T23:14:48.751Z | Compiling num-traits v0.2.16 |
1492 | 2023-11-08T23:14:48.754Z | Compiling ahash v0.8.3 |
1493 | 2023-11-08T23:14:48.761Z | Compiling generic-array v0.14.7 |
1494 | 2023-11-08T23:14:48.764Z | Compiling quote v1.0.33 |
1495 | 2023-11-08T23:14:48.768Z | Compiling slab v0.4.9 |
1496 | 2023-11-08T23:14:48.772Z | Compiling futures-channel v0.3.29 |
1497 | 2023-11-08T23:14:48.777Z | Compiling syn v2.0.32 |
1498 | 2023-11-08T23:14:48.780Z | Compiling jobserver v0.1.26 |
1499 | 2023-11-08T23:14:48.784Z | Compiling futures-task v0.3.29 |
1500 | 2023-11-08T23:14:48.790Z | Compiling cc v1.0.83 |
1501 | 2023-11-08T23:14:48.794Z | Compiling futures-util v0.3.29 |
1502 | 2023-11-08T23:14:48.800Z | Compiling pkg-config v0.3.27 |
1503 | 2023-11-08T23:14:48.804Z | Compiling memchr v2.6.3 |
1504 | 2023-11-08T23:14:48.807Z | Compiling vcpkg v0.2.15 |
1505 | 2023-11-08T23:14:48.811Z | Compiling log v0.4.20 |
1506 | 2023-11-08T23:14:48.814Z | Compiling itoa v1.0.9 |
1507 | 2023-11-08T23:14:48.817Z | Compiling schemars v0.8.13 |
1508 | 2023-11-08T23:14:48.820Z | Compiling serde_json v1.0.108 |
1509 | 2023-11-08T23:14:49.299Z | Compiling httparse v1.8.0 |
1510 | 2023-11-08T23:14:49.584Z | Compiling ryu v1.0.15 |
1511 | 2023-11-08T23:14:49.733Z | Compiling indexmap v1.9.3 |
1512 | 2023-11-08T23:14:50.142Z | Compiling getrandom v0.2.10 |
1513 | 2023-11-08T23:14:50.145Z | Compiling allocator-api2 v0.2.16 |
1514 | 2023-11-08T23:14:50.184Z | Compiling rustix v0.38.9 |
1515 | 2023-11-08T23:14:50.394Z | Compiling equivalent v1.0.1 |
1516 | 2023-11-08T23:14:50.414Z | Compiling rustls v0.21.8 |
1517 | 2023-11-08T23:14:50.534Z | Compiling fnv v1.0.7 |
1518 | 2023-11-08T23:14:50.695Z | Compiling aho-corasick v1.0.4 |
1519 | 2023-11-08T23:14:50.787Z | Compiling regex-syntax v0.8.2 |
1520 | 2023-11-08T23:14:50.796Z | Compiling openssl v0.10.57 |
1521 | 2023-11-08T23:14:51.291Z | Compiling hashbrown v0.14.2 |
1522 | 2023-11-08T23:14:51.425Z | Compiling unicode-xid v0.2.4 |
1523 | 2023-11-08T23:14:51.666Z | Compiling native-tls v0.2.11 |
1524 | 2023-11-08T23:14:52.150Z | Compiling ucd-trie v0.1.6 |
1525 | 2023-11-08T23:14:52.172Z | Compiling ring v0.16.20 |
1526 | 2023-11-08T23:14:52.937Z | Compiling ring v0.17.5 |
1527 | 2023-11-08T23:14:53.436Z | Compiling openssl-sys v0.9.93 |
1528 | 2023-11-08T23:14:54.503Z | Compiling backtrace v0.3.69 |
1529 | 2023-11-08T23:14:55.144Z | Compiling async-trait v0.1.74 |
1530 | 2023-11-08T23:14:55.814Z | Compiling anyhow v1.0.75 |
1531 | 2023-11-08T23:14:55.818Z | Compiling crossbeam-utils v0.8.16 |
1532 | 2023-11-08T23:14:56.569Z | Compiling regex-automata v0.4.3 |
1533 | 2023-11-08T23:14:56.579Z | Compiling rustversion v1.0.14 |
1534 | 2023-11-08T23:14:56.840Z | Compiling slog v2.7.0 |
1535 | 2023-11-08T23:14:57.008Z | Compiling iana-time-zone v0.1.57 |
1536 | 2023-11-08T23:14:57.520Z | Compiling time-core v0.1.1 |
1537 | 2023-11-08T23:14:57.550Z | Compiling byteorder v1.5.0 |
1538 | 2023-11-08T23:14:57.764Z | Compiling time-macros v0.2.13 |
1539 | 2023-11-08T23:14:58.277Z | Compiling dyn-clone v1.0.13 |
1540 | 2023-11-08T23:14:58.554Z | Compiling hashbrown v0.13.2 |
1541 | 2023-11-08T23:14:59.538Z | Compiling serde_derive_internals v0.26.0 |
1542 | 2023-11-08T23:14:59.719Z | Compiling synstructure v0.12.6 |
1543 | 2023-11-08T23:15:00.390Z | Compiling usdt-impl v0.3.5 |
1544 | 2023-11-08T23:15:00.871Z | Compiling scopeguard v1.2.0 |
1545 | 2023-11-08T23:15:01.102Z | Compiling unicode-width v0.1.11 |
1546 | 2023-11-08T23:15:01.334Z | Compiling winnow v0.5.15 |
1547 | 2023-11-08T23:15:01.854Z | Compiling thread-id v4.2.0 |
1548 | 2023-11-08T23:15:02.002Z | Compiling strsim v0.10.0 |
1549 | 2023-11-08T23:15:02.245Z | Compiling tinyvec_macros v0.1.1 |
1550 | 2023-11-08T23:15:02.361Z | Compiling tinyvec v1.6.0 |
1551 | 2023-11-08T23:15:02.769Z | Compiling unicode-bidi v0.3.13 |
1552 | 2023-11-08T23:15:02.984Z | Compiling smallvec v1.11.0 |
1553 | 2023-11-08T23:15:03.483Z | Compiling regex v1.10.2 |
1554 | 2023-11-08T23:15:04.891Z | Compiling unicode-normalization v0.1.22 |
1555 | 2023-11-08T23:15:04.988Z | Compiling parking_lot v0.12.1 |
1556 | 2023-11-08T23:15:05.107Z | Compiling percent-encoding v2.3.0 |
1557 | 2023-11-08T23:15:05.620Z | Compiling form_urlencoded v1.2.0 |
1558 | 2023-11-08T23:15:06.065Z | Compiling regex-syntax v0.6.29 |
1559 | 2023-11-08T23:15:06.403Z | Compiling num-integer v0.1.45 |
1560 | 2023-11-08T23:15:06.490Z | Compiling bitflags v1.3.2 |
1561 | 2023-11-08T23:15:06.650Z | Compiling idna v0.4.0 |
1562 | 2023-11-08T23:15:06.763Z | Compiling crc32fast v1.3.2 |
1563 | 2023-11-08T23:15:06.854Z | Compiling adler v1.0.2 |
1564 | 2023-11-08T23:15:07.145Z | Compiling miniz_oxide v0.7.1 |
1565 | 2023-11-08T23:15:07.506Z | Compiling spin v0.5.2 |
1566 | 2023-11-08T23:15:07.557Z | Compiling gimli v0.28.0 |
1567 | 2023-11-08T23:15:07.837Z | Compiling object v0.32.1 |
1568 | 2023-11-08T23:15:08.905Z | Compiling serde_derive v1.0.188 |
1569 | 2023-11-08T23:15:09.070Z | Compiling thiserror-impl v1.0.49 |
1570 | 2023-11-08T23:15:09.166Z | Compiling zeroize_derive v1.4.2 |
1571 | 2023-11-08T23:15:09.489Z | Compiling tokio-macros v2.1.0 |
1572 | 2023-11-08T23:15:10.475Z | Compiling futures-macro v0.3.29 |
1573 | 2023-11-08T23:15:11.457Z | Compiling tracing-attributes v0.1.26 |
1574 | 2023-11-08T23:15:11.940Z | Compiling schemars_derive v0.8.13 |
1575 | 2023-11-08T23:15:13.606Z | Compiling thiserror v1.0.49 |
1576 | 2023-11-08T23:15:13.722Z | Compiling openssl-macros v0.1.1 |
1577 | 2023-11-08T23:15:13.791Z | Compiling pest v2.7.2 |
1578 | 2023-11-08T23:15:15.554Z | Compiling zerocopy-derive v0.2.0 |
1579 | 2023-11-08T23:15:15.747Z | Compiling strum_macros v0.25.2 |
1580 | 2023-11-08T23:15:16.835Z | Compiling url v2.4.1 |
1581 | 2023-11-08T23:15:16.891Z | Compiling addr2line v0.21.0 |
1582 | 2023-11-08T23:15:17.833Z | Compiling pin-project-lite v0.2.13 |
1583 | 2023-11-08T23:15:18.007Z | Compiling pest_meta v2.7.2 |
1584 | 2023-11-08T23:15:18.407Z | Compiling zerocopy v0.3.0 |
1585 | 2023-11-08T23:15:18.649Z | Compiling rustc-demangle v0.1.23 |
1586 | 2023-11-08T23:15:18.657Z | Compiling zerocopy-derive v0.6.4 |
1587 | 2023-11-08T23:15:19.234Z | Compiling signal-hook-registry v1.4.1 |
1588 | 2023-11-08T23:15:19.647Z | Compiling dof v0.1.5 |
1589 | 2023-11-08T23:15:20.075Z | Compiling mio v0.8.8 |
1590 | 2023-11-08T23:15:20.302Z | Compiling pest_generator v2.7.2 |
1591 | 2023-11-08T23:15:22.111Z | Compiling errno v0.3.2 |
1592 | 2023-11-08T23:15:22.200Z | Compiling num_cpus v1.16.0 |
1593 | 2023-11-08T23:15:22.272Z | Compiling socket2 v0.5.4 |
1594 | 2023-11-08T23:15:22.767Z | Compiling futures-sink v0.3.29 |
1595 | 2023-11-08T23:15:22.773Z | Compiling memoffset v0.9.0 |
1596 | 2023-11-08T23:15:23.389Z | Compiling radium v0.7.0 |
1597 | 2023-11-08T23:15:23.446Z | Compiling deranged v0.3.8 |
1598 | 2023-11-08T23:15:23.637Z | Compiling futures-io v0.3.29 |
1599 | 2023-11-08T23:15:23.671Z | Compiling num_threads v0.1.6 |
1600 | 2023-11-08T23:15:23.829Z | Compiling pin-utils v0.1.0 |
1601 | 2023-11-08T23:15:24.011Z | Compiling clap_derive v4.4.2 |
1602 | 2023-11-08T23:15:24.044Z | Compiling spin v0.9.8 |
1603 | 2023-11-08T23:15:24.567Z | Compiling tracing-core v0.1.31 |
1604 | 2023-11-08T23:15:24.634Z | Compiling signal-hook v0.3.17 |
1605 | 2023-11-08T23:15:25.067Z | Compiling lazy_static v1.4.0 |
1606 | 2023-11-08T23:15:25.218Z | Compiling crossbeam-epoch v0.9.15 |
1607 | 2023-11-08T23:15:25.255Z | Compiling pest_derive v2.7.2 |
1608 | 2023-11-08T23:15:25.856Z | Compiling tracing v0.1.37 |
1609 | 2023-11-08T23:15:26.373Z | Compiling dtrace-parser v0.1.14 |
1610 | 2023-11-08T23:15:26.565Z | Compiling time v0.3.27 |
1611 | 2023-11-08T23:15:26.811Z | Compiling num-iter v0.1.43 |
1612 | 2023-11-08T23:15:27.022Z | Compiling base64 v0.21.5 |
1613 | 2023-11-08T23:15:27.241Z | Compiling either v1.9.0 |
1614 | 2023-11-08T23:15:27.935Z | Compiling rand_core v0.6.4 |
1615 | 2023-11-08T23:15:28.143Z | Compiling foreign-types-shared v0.1.1 |
1616 | 2023-11-08T23:15:28.290Z | Compiling untrusted v0.7.1 |
1617 | 2023-11-08T23:15:28.541Z | Compiling hashbrown v0.12.3 |
1618 | 2023-11-08T23:15:28.581Z | Compiling openssl-probe v0.1.5 |
1619 | 2023-11-08T23:15:28.989Z | Compiling untrusted v0.9.0 |
1620 | 2023-11-08T23:15:29.303Z | Compiling foreign-types v0.3.2 |
1621 | 2023-11-08T23:15:29.419Z | Compiling zeroize v1.6.0 |
1622 | 2023-11-08T23:15:30.450Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1623 | 2023-11-08T23:15:31.842Z | Compiling indexmap v2.1.0 |
1624 | 2023-11-08T23:15:32.007Z | Compiling bytes v1.5.0 |
1625 | 2023-11-08T23:15:32.298Z | Compiling chrono v0.4.31 |
1626 | 2023-11-08T23:15:33.570Z | Compiling uuid v1.5.0 |
1627 | 2023-11-08T23:15:33.909Z | Compiling semver v1.0.20 |
1628 | 2023-11-08T23:15:33.946Z | Compiling http v0.2.9 |
1629 | 2023-11-08T23:15:33.967Z | Compiling toml_datetime v0.6.5 |
1630 | 2023-11-08T23:15:34.610Z | Compiling rustc_version v0.4.0 |
1631 | 2023-11-08T23:15:34.706Z | Compiling serde_spanned v0.6.4 |
1632 | 2023-11-08T23:15:34.780Z | Compiling serde_tokenstream v0.1.7 |
1633 | 2023-11-08T23:15:34.928Z | Compiling openapiv3 v1.0.3 |
1634 | 2023-11-08T23:15:35.028Z | Compiling toml_edit v0.19.15 |
1635 | 2023-11-08T23:15:35.568Z | Compiling bitflags v2.4.0 |
1636 | 2023-11-08T23:15:35.600Z | Compiling tokio v1.33.0 |
1637 | 2023-11-08T23:15:37.541Z | Compiling usdt-attr-macro v0.3.5 |
1638 | 2023-11-08T23:15:37.819Z | Compiling usdt-macro v0.3.5 |
1639 | 2023-11-08T23:15:38.303Z | Compiling try-lock v0.2.4 |
1640 | 2023-11-08T23:15:38.504Z | Compiling want v0.3.1 |
1641 | 2023-11-08T23:15:38.898Z | Compiling http-body v0.4.5 |
1642 | 2023-11-08T23:15:39.676Z | Compiling sct v0.7.0 |
1643 | 2023-11-08T23:15:40.128Z | Compiling enum-as-inner v0.5.1 |
1644 | 2023-11-08T23:15:41.575Z | Compiling socket2 v0.4.9 |
1645 | 2023-11-08T23:15:41.667Z | Compiling tower-service v0.3.2 |
1646 | 2023-11-08T23:15:41.846Z | Compiling httpdate v1.0.3 |
1647 | 2023-11-08T23:15:41.856Z | Compiling heapless v0.7.16 |
1648 | 2023-11-08T23:15:42.194Z | Compiling rustls-pemfile v1.0.3 |
1649 | 2023-11-08T23:15:42.457Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1650 | 2023-11-08T23:15:42.462Z | Compiling siphasher v0.3.11 |
1651 | 2023-11-08T23:15:42.711Z | Compiling rustls-native-certs v0.6.3 |
1652 | 2023-11-08T23:15:42.787Z | Compiling ipnet v2.8.0 |
1653 | 2023-11-08T23:15:42.874Z | Compiling serde_tokenstream v0.2.0 |
1654 | 2023-11-08T23:15:43.105Z | Compiling serde_urlencoded v0.7.1 |
1655 | 2023-11-08T23:15:43.247Z | Compiling encoding_rs v0.8.33 |
1656 | 2023-11-08T23:15:43.567Z | Compiling webpki-roots v0.25.2 |
1657 | 2023-11-08T23:15:43.659Z | Compiling mime v0.3.17 |
1658 | 2023-11-08T23:15:43.792Z | Compiling crypto-common v0.1.6 |
1659 | 2023-11-08T23:15:44.064Z | Compiling diesel_table_macro_syntax v0.1.0 |
1660 | 2023-11-08T23:15:44.336Z | Compiling num-bigint v0.4.4 |
1661 | 2023-11-08T23:15:44.514Z | Compiling smoltcp v0.9.1 |
1662 | 2023-11-08T23:15:44.534Z | Compiling bit-vec v0.6.3 |
1663 | 2023-11-08T23:15:44.626Z | Compiling diesel_derives v2.1.1 |
1664 | 2023-11-08T23:15:45.178Z | Compiling flate2 v1.0.28 |
1665 | 2023-11-08T23:15:45.482Z | Compiling phf_shared v0.10.0 |
1666 | 2023-11-08T23:15:45.512Z | Compiling block-buffer v0.10.4 |
1667 | 2023-11-08T23:15:45.861Z | Compiling hubpack_derive v0.1.1 |
1668 | 2023-11-08T23:15:46.407Z | Compiling ppv-lite86 v0.2.17 |
1669 | 2023-11-08T23:15:47.191Z | Compiling subtle v2.5.0 |
1670 | 2023-11-08T23:15:47.198Z | Compiling new_debug_unreachable v1.0.4 |
1671 | 2023-11-08T23:15:47.203Z | Compiling precomputed-hash v0.1.1 |
1672 | 2023-11-08T23:15:47.208Z | Compiling fixedbitset v0.4.2 |
1673 | 2023-11-08T23:15:47.214Z | Compiling const-oid v0.9.5 |
1674 | 2023-11-08T23:15:47.246Z | Compiling string_cache v0.8.7 |
1675 | 2023-11-08T23:15:47.636Z | Compiling rand_chacha v0.3.1 |
1676 | 2023-11-08T23:15:47.711Z | Compiling petgraph v0.6.4 |
1677 | 2023-11-08T23:15:47.854Z | Compiling bit-set v0.5.3 |
1678 | 2023-11-08T23:15:48.270Z | Compiling tokio-util v0.7.10 |
1679 | 2023-11-08T23:15:49.163Z | Compiling toml v0.7.8 |
1680 | 2023-11-08T23:15:50.364Z | Compiling h2 v0.3.21 |
1681 | 2023-11-08T23:15:50.579Z | Compiling digest v0.10.7 |
1682 | 2023-11-08T23:15:51.231Z | Compiling tokio-native-tls v0.3.1 |
1683 | 2023-11-08T23:15:51.250Z | Compiling toml_edit v0.21.0 |
1684 | 2023-11-08T23:15:51.667Z | Compiling itertools v0.10.5 |
1685 | 2023-11-08T23:15:51.694Z | Compiling unicode-segmentation v1.10.1 |
1686 | 2023-11-08T23:15:53.085Z | Compiling lalrpop-util v0.19.12 |
1687 | 2023-11-08T23:15:53.290Z | Compiling rand v0.8.5 |
1688 | 2023-11-08T23:15:53.606Z | Compiling regress v0.7.1 |
1689 | 2023-11-08T23:15:54.288Z | Compiling serde_repr v0.1.16 |
1690 | 2023-11-08T23:15:55.513Z | Compiling io-lifetimes v1.0.11 |
1691 | 2023-11-08T23:15:55.783Z | Compiling cpufeatures v0.2.9 |
1692 | 2023-11-08T23:15:55.912Z | Compiling anstyle v1.0.2 |
1693 | 2023-11-08T23:15:55.936Z | Compiling utf8parse v0.2.1 |
1694 | 2023-11-08T23:15:56.124Z | Compiling anstyle-parse v0.2.1 |
1695 | 2023-11-08T23:15:56.166Z | Compiling sha2 v0.10.8 |
1696 | 2023-11-08T23:15:56.638Z | Compiling rustix v0.37.23 |
1697 | 2023-11-08T23:15:56.659Z | Compiling hmac v0.12.1 |
1698 | 2023-11-08T23:15:56.979Z | Compiling md-5 v0.10.5 |
1699 | 2023-11-08T23:15:57.434Z | Compiling stringprep v0.1.3 |
1700 | 2023-11-08T23:15:58.101Z | Compiling hash32 v0.2.1 |
1701 | 2023-11-08T23:15:58.593Z | Compiling anstyle-query v1.0.0 |
1702 | 2023-11-08T23:15:58.652Z | Compiling fallible-iterator v0.2.0 |
1703 | 2023-11-08T23:15:58.737Z | Compiling colorchoice v1.0.0 |
1704 | 2023-11-08T23:15:58.766Z | Compiling stable_deref_trait v1.2.0 |
1705 | 2023-11-08T23:15:59.313Z | Compiling anstream v0.5.0 |
1706 | 2023-11-08T23:15:59.323Z | Compiling terminal_size v0.2.6 |
1707 | 2023-11-08T23:15:59.358Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1708 | 2023-11-08T23:15:59.800Z | Compiling postgres-protocol v0.6.6 |
1709 | 2023-11-08T23:15:59.863Z | Compiling phf_shared v0.11.2 |
1710 | 2023-11-08T23:16:00.406Z | Compiling block-padding v0.3.3 |
1711 | 2023-11-08T23:16:01.044Z | Compiling scheduled-thread-pool v0.2.7 |
1712 | 2023-11-08T23:16:01.825Z | Compiling tap v1.0.1 |
1713 | 2023-11-08T23:16:01.863Z | Compiling clap_lex v0.5.1 |
1714 | 2023-11-08T23:16:01.976Z | Compiling hyper v0.14.27 |
1715 | 2023-11-08T23:16:02.079Z | Compiling regex-automata v0.1.10 |
1716 | 2023-11-08T23:16:02.113Z | Compiling managed v0.8.0 |
1717 | 2023-11-08T23:16:02.537Z | Compiling matches v0.1.10 |
1718 | 2023-11-08T23:16:02.662Z | Compiling idna v0.2.3 |
1719 | 2023-11-08T23:16:02.836Z | Compiling bstr v0.2.17 |
1720 | 2023-11-08T23:16:03.018Z | Compiling clap_builder v4.4.2 |
1721 | 2023-11-08T23:16:05.090Z | Compiling wyz v0.5.1 |
1722 | 2023-11-08T23:16:05.143Z | Compiling r2d2 v0.8.10 |
1723 | 2023-11-08T23:16:05.702Z | Compiling signal-hook-mio v0.2.3 |
1724 | 2023-11-08T23:16:05.791Z | Compiling postgres-types v0.2.6 |
1725 | 2023-11-08T23:16:05.916Z | Compiling inout v0.1.3 |
1726 | 2023-11-08T23:16:06.329Z | Compiling phf v0.11.2 |
1727 | 2023-11-08T23:16:06.790Z | Compiling hubpack v0.1.2 |
1728 | 2023-11-08T23:16:07.516Z | Compiling ipnetwork v0.20.0 |
1729 | 2023-11-08T23:16:21.417Z | Compiling futures-executor v0.3.29 |
1730 | 2023-11-08T23:16:23.252Z | Compiling itertools v0.11.0 |
1731 | 2023-11-08T23:16:23.770Z | Compiling zerocopy v0.6.4 |
1732 | 2023-11-08T23:16:24.359Z | Compiling float-cmp v0.9.0 |
1733 | 2023-11-08T23:16:24.525Z | Compiling data-encoding v2.4.0 |
1734 | 2023-11-08T23:16:24.745Z | Compiling regex-automata v0.3.8 |
1735 | 2023-11-08T23:16:24.947Z | Compiling difflib v0.4.0 |
1736 | 2023-11-08T23:16:25.327Z | Compiling predicates-core v1.0.6 |
1737 | 2023-11-08T23:16:25.537Z | Compiling funty v2.0.0 |
1738 | 2023-11-08T23:16:25.879Z | Compiling static_assertions v1.1.0 |
1739 | 2023-11-08T23:16:25.982Z | Compiling normalize-line-endings v0.3.0 |
1740 | 2023-11-08T23:16:26.042Z | Compiling whoami v1.4.1 |
1741 | 2023-11-08T23:16:26.103Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1742 | 2023-11-08T23:16:26.262Z | Compiling predicates v3.0.4 |
1743 | 2023-11-08T23:16:26.440Z | Compiling hyper-tls v0.5.0 |
1744 | 2023-11-08T23:16:26.600Z | Compiling tokio-postgres v0.7.10 |
1745 | 2023-11-08T23:16:26.869Z | Compiling bstr v1.6.0 |
1746 | 2023-11-08T23:16:26.998Z | Compiling bitvec v1.0.1 |
1747 | 2023-11-08T23:16:27.114Z | Compiling yasna v0.5.2 |
1748 | 2023-11-08T23:16:27.144Z | Compiling trust-dns-proto v0.22.0 |
1749 | 2023-11-08T23:16:27.265Z | Compiling clap v4.4.3 |
1750 | 2023-11-08T23:16:27.557Z | Compiling diesel v2.1.3 |
1751 | 2023-11-08T23:16:27.816Z | Compiling futures v0.3.29 |
1752 | 2023-11-08T23:16:27.909Z | Compiling cipher v0.4.4 |
1753 | 2023-11-08T23:16:28.375Z | Compiling crossterm v0.27.0 |
1754 | 2023-11-08T23:16:28.406Z | Compiling similar v2.2.1 |
1755 | 2023-11-08T23:16:28.435Z | Compiling signature v2.1.0 |
1756 | 2023-11-08T23:16:28.468Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1757 | 2023-11-08T23:16:28.502Z | Compiling tokio-stream v0.1.14 |
1758 | 2023-11-08T23:16:28.518Z | Compiling usdt v0.3.5 |
1759 | 2023-11-08T23:16:28.540Z | Compiling hex v0.4.3 |
1760 | 2023-11-08T23:16:28.553Z | Compiling console v0.15.7 |
1761 | 2023-11-08T23:16:28.559Z | Compiling getopts v0.2.21 |
1762 | 2023-11-08T23:16:28.787Z | Compiling unsafe-libyaml v0.2.9 |
1763 | 2023-11-08T23:16:28.811Z | Compiling ident_case v1.0.1 |
1764 | 2023-11-08T23:16:28.904Z | Compiling slog-async v2.8.0 |
1765 | 2023-11-08T23:16:29.138Z | Compiling paste v1.0.14 |
1766 | 2023-11-08T23:16:29.234Z | Compiling serde_yaml v0.9.25 |
1767 | 2023-11-08T23:16:29.276Z | Compiling darling_core v0.20.3 |
1768 | 2023-11-08T23:16:29.355Z | Compiling multer v2.1.0 |
1769 | 2023-11-08T23:16:29.382Z | Compiling async-stream-impl v0.3.5 |
1770 | 2023-11-08T23:16:29.390Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1771 | 2023-11-08T23:16:29.445Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1772 | 2023-11-08T23:16:29.505Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1773 | 2023-11-08T23:16:29.530Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1774 | 2023-11-08T23:16:33.807Z | Compiling structmeta-derive v0.2.0 |
1775 | 2023-11-08T23:16:33.944Z | Compiling regex-syntax v0.7.5 |
1776 | 2023-11-08T23:16:36.262Z | Compiling darling_macro v0.20.3 |
1777 | 2023-11-08T23:16:37.723Z | Compiling darling v0.20.3 |
1778 | 2023-11-08T23:16:37.883Z | Compiling serde_with_macros v2.3.3 |
1779 | 2023-11-08T23:16:38.057Z | Compiling structmeta v0.2.0 |
1780 | 2023-11-08T23:16:40.043Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1781 | 2023-11-08T23:16:41.043Z | Compiling test-strategy v0.3.1 |
1782 | 2023-11-08T23:16:44.379Z | Compiling parse-display-derive v0.8.2 |
1783 | 2023-11-08T23:16:49.150Z | Checking unicode-ident v1.0.12 |
1784 | 2023-11-08T23:17:18.191Z | Checking heck v0.4.1 |
1785 | 2023-11-08T23:17:27.437Z | Checking atty v0.2.14 |
1786 | 2023-11-08T23:17:27.692Z | Checking match_cfg v0.1.0 |
1787 | 2023-11-08T23:17:27.727Z | Checking hostname v0.3.1 |
1788 | 2023-11-08T23:17:27.889Z | Checking crossbeam-channel v0.5.8 |
1789 | 2023-11-08T23:17:27.976Z | Checking sha1 v0.10.5 |
1790 | 2023-11-08T23:17:28.393Z | Checking dirs-sys-next v0.1.2 |
1791 | 2023-11-08T23:17:28.501Z | Checking fastrand v2.0.0 |
1792 | 2023-11-08T23:17:28.638Z | Checking dirs-next v2.0.0 |
1793 | 2023-11-08T23:17:28.809Z | Checking thread_local v1.1.7 |
1794 | 2023-11-08T23:17:28.987Z | Checking tempfile v3.8.0 |
1795 | 2023-11-08T23:17:29.077Z | Checking term v0.7.0 |
1796 | 2023-11-08T23:17:29.249Z | Checking camino v1.1.6 |
1797 | 2023-11-08T23:17:29.522Z | Checking strum v0.25.0 |
1798 | 2023-11-08T23:17:29.722Z | Checking instant v0.1.12 |
1799 | 2023-11-08T23:17:29.725Z | Checking take_mut v0.2.2 |
1800 | 2023-11-08T23:17:30.286Z | Checking slog-term v2.9.0 |
1801 | 2023-11-08T23:17:30.298Z | Checking slog-json v2.6.1 |
1802 | 2023-11-08T23:17:30.385Z | Checking serde_with v2.3.3 |
1803 | 2023-11-08T23:17:30.953Z | Checking slog-bunyan v2.4.0 |
1804 | 2023-11-08T23:17:31.155Z | Checking debug-ignore v1.0.5 |
1805 | 2023-11-08T23:17:31.327Z | Checking atomic-waker v1.1.1 |
1806 | 2023-11-08T23:17:31.516Z | Checking waitgroup v0.1.2 |
1807 | 2023-11-08T23:17:32.170Z | Checking async-stream v0.3.5 |
1808 | 2023-11-08T23:17:32.267Z | Checking serde_path_to_error v0.1.14 |
1809 | 2023-11-08T23:17:32.514Z | Checking backoff v0.4.0 |
1810 | 2023-11-08T23:17:32.583Z | Checking toml v0.8.8 |
1811 | 2023-11-08T23:17:32.927Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1812 | 2023-11-08T23:17:33.127Z | Checking macaddr v1.0.1 |
1813 | 2023-11-08T23:17:33.450Z | Checking quick-error v1.2.3 |
1814 | 2023-11-08T23:17:33.933Z | Compiling proc-macro-crate v1.3.1 |
1815 | 2023-11-08T23:17:34.710Z | Checking wait-timeout v0.2.0 |
1816 | 2023-11-08T23:17:34.967Z | Compiling crucible-workspace-hack v0.1.0 |
1817 | 2023-11-08T23:17:35.376Z | Checking rusty-fork v0.3.0 |
1818 | 2023-11-08T23:17:35.422Z | Checking rand_xorshift v0.3.0 |
1819 | 2023-11-08T23:17:35.648Z | Checking unarray v0.1.4 |
1820 | 2023-11-08T23:17:36.088Z | Checking parse-display v0.8.2 |
1821 | 2023-11-08T23:17:39.754Z | Compiling proc-macro-error-attr v1.0.4 |
1822 | 2023-11-08T23:17:40.220Z | Compiling proc-macro-error v1.0.4 |
1823 | 2023-11-08T23:17:40.882Z | Compiling num_enum_derive v0.5.11 |
1824 | 2023-11-08T23:17:41.332Z | Checking proptest v1.3.1 |
1825 | 2023-11-08T23:17:43.478Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1826 | 2023-11-08T23:17:44.318Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1827 | 2023-11-08T23:17:45.287Z | Compiling foreign-types-macros v0.2.3 |
1828 | 2023-11-08T23:17:46.162Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1829 | 2023-11-08T23:17:46.231Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1830 | 2023-11-08T23:17:46.714Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1831 | 2023-11-08T23:17:46.759Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1832 | 2023-11-08T23:17:47.207Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1833 | 2023-11-08T23:17:49.548Z | Compiling zone_cfg_derive v0.3.0 |
1834 | 2023-11-08T23:17:49.982Z | Compiling mockall_derive v0.11.4 |
1835 | 2023-11-08T23:17:50.658Z | Compiling num-derive v0.4.0 |
1836 | 2023-11-08T23:18:02.270Z | Checking base64ct v1.6.0 |
1837 | 2023-11-08T23:18:17.793Z | Checking is-terminal v0.4.9 |
1838 | 2023-11-08T23:18:29.169Z | Compiling slog-dtrace v0.2.3 |
1839 | 2023-11-08T23:18:29.297Z | Checking termtree v0.4.1 |
1840 | 2023-11-08T23:18:29.601Z | Checking predicates-tree v1.0.9 |
1841 | 2023-11-08T23:18:29.660Z | Checking password-hash v0.5.0 |
1842 | 2023-11-08T23:18:29.703Z | Checking blake2 v0.10.6 |
1843 | 2023-11-08T23:18:29.799Z | Checking num_enum v0.5.11 |
1844 | 2023-11-08T23:18:30.007Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1845 | 2023-11-08T23:18:30.351Z | Compiling cancel-safe-futures v0.1.5 |
1846 | 2023-11-08T23:18:30.767Z | Checking argon2 v0.5.2 |
1847 | 2023-11-08T23:18:30.773Z | Checking postcard-cobs v0.1.5-pre |
1848 | 2023-11-08T23:18:30.777Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1849 | 2023-11-08T23:18:30.789Z | Checking postcard v0.7.3 |
1850 | 2023-11-08T23:18:30.921Z | Checking smoltcp v0.8.2 |
1851 | 2023-11-08T23:18:30.998Z | Checking cfg-if v0.1.10 |
1852 | 2023-11-08T23:18:31.023Z | Checking base64 v0.13.1 |
1853 | 2023-11-08T23:18:31.223Z | Checking foreign-types-shared v0.3.1 |
1854 | 2023-11-08T23:18:31.334Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1855 | 2023-11-08T23:18:31.860Z | Checking foreign-types v0.5.0 |
1856 | 2023-11-08T23:18:32.198Z | Checking cstr-argument v0.1.2 |
1857 | 2023-11-08T23:18:32.468Z | Checking pretty-hex v0.2.1 |
1858 | 2023-11-08T23:18:32.845Z | Checking colored v2.0.4 |
1859 | 2023-11-08T23:18:34.288Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1860 | 2023-11-08T23:18:37.377Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1861 | 2023-11-08T23:18:40.107Z | Checking predicates v2.1.5 |
1862 | 2023-11-08T23:19:03.192Z | Checking downcast v0.11.0 |
1863 | 2023-11-08T23:19:03.632Z | Checking fragile v2.0.0 |
1864 | 2023-11-08T23:19:03.902Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1865 | 2023-11-08T23:19:04.131Z | Checking zone v0.3.0 |
1866 | 2023-11-08T23:19:04.256Z | Checking mockall v0.11.4 |
1867 | 2023-11-08T23:19:04.730Z | Checking smf v0.2.2 |
1868 | 2023-11-08T23:19:05.005Z | Compiling der_derive v0.7.2 |
1869 | 2023-11-08T23:19:05.153Z | Checking filetime v0.2.22 |
1870 | 2023-11-08T23:19:05.372Z | Checking xattr v1.0.1 |
1871 | 2023-11-08T23:19:05.748Z | Compiling heck v0.3.3 |
1872 | 2023-11-08T23:19:06.015Z | Compiling libefi-sys v0.1.0 |
1873 | 2023-11-08T23:19:06.127Z | Checking tar v0.4.40 |
1874 | 2023-11-08T23:19:06.169Z | Compiling structopt-derive v0.4.18 |
1875 | 2023-11-08T23:19:06.688Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1876 | 2023-11-08T23:19:06.846Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1877 | 2023-11-08T23:19:07.102Z | Compiling memoffset v0.7.1 |
1878 | 2023-11-08T23:19:07.327Z | Compiling maybe-uninit v2.0.0 |
1879 | 2023-11-08T23:19:07.512Z | Checking pem v1.1.1 |
1880 | 2023-11-08T23:19:07.625Z | Checking camino-tempfile v1.0.2 |
1881 | 2023-11-08T23:19:07.857Z | Compiling num-bigint-dig v0.8.4 |
1882 | 2023-11-08T23:19:07.983Z | Compiling packed_struct v0.10.1 |
1883 | 2023-11-08T23:19:08.205Z | Compiling packed_struct_codegen v0.10.1 |
1884 | 2023-11-08T23:19:08.293Z | Checking headers-core v0.2.0 |
1885 | 2023-11-08T23:19:08.414Z | Checking headers v0.3.9 |
1886 | 2023-11-08T23:19:08.511Z | Checking pem v3.0.2 |
1887 | 2023-11-08T23:19:08.550Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1888 | 2023-11-08T23:19:08.583Z | Checking rcgen v0.11.3 |
1889 | 2023-11-08T23:19:08.614Z | Checking atomicwrites v0.4.2 |
1890 | 2023-11-08T23:19:09.116Z | Checking subprocess v0.2.9 |
1891 | 2023-11-08T23:19:09.230Z | Compiling num-rational v0.4.1 |
1892 | 2023-11-08T23:19:09.256Z | Checking termcolor v1.2.0 |
1893 | 2023-11-08T23:19:09.302Z | Compiling same-file v1.0.6 |
1894 | 2023-11-08T23:19:09.333Z | Compiling walkdir v2.4.0 |
1895 | 2023-11-08T23:19:09.347Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1896 | 2023-11-08T23:19:09.353Z | Compiling semver-parser v0.10.2 |
1897 | 2023-11-08T23:19:09.362Z | Checking linked-hash-map v0.5.6 |
1898 | 2023-11-08T23:19:09.379Z | Checking lru-cache v0.1.2 |
1899 | 2023-11-08T23:19:09.390Z | Compiling home v0.5.5 |
1900 | 2023-11-08T23:19:09.399Z | Compiling toml v0.5.11 |
1901 | 2023-11-08T23:19:09.415Z | Compiling semver v0.11.0 |
1902 | 2023-11-08T23:19:09.438Z | Compiling doc-comment v0.3.3 |
1903 | 2023-11-08T23:19:09.475Z | Compiling toolchain_find v0.2.0 |
1904 | 2023-11-08T23:19:09.492Z | Checking ciborium-io v0.2.1 |
1905 | 2023-11-08T23:19:09.505Z | Checking half v1.8.2 |
1906 | 2023-11-08T23:19:09.523Z | Checking arc-swap v1.6.0 |
1907 | 2023-11-08T23:19:09.536Z | Compiling convert_case v0.4.0 |
1908 | 2023-11-08T23:19:09.548Z | Checking ciborium-ll v0.2.1 |
1909 | 2023-11-08T23:19:09.557Z | Checking slog-scope v4.4.0 |
1910 | 2023-11-08T23:19:09.572Z | Compiling rustfmt-wrapper v0.2.0 |
1911 | 2023-11-08T23:19:09.585Z | Checking ciborium v0.2.1 |
1912 | 2023-11-08T23:19:09.594Z | Compiling derive_more v0.99.17 |
1913 | 2023-11-08T23:19:09.610Z | Checking slog-stdlog v4.1.1 |
1914 | 2023-11-08T23:19:09.618Z | Compiling snafu-derive v0.7.5 |
1915 | 2023-11-08T23:19:09.630Z | Compiling structmeta-derive v0.1.6 |
1916 | 2023-11-08T23:19:09.637Z | Checking slog-envlogger v2.2.0 |
1917 | 2023-11-08T23:19:09.643Z | Compiling derive-where v1.2.5 |
1918 | 2023-11-08T23:19:09.656Z | Checking pem-rfc7468 v0.7.0 |
1919 | 2023-11-08T23:19:09.662Z | Checking newline-converter v0.3.0 |
1920 | 2023-11-08T23:19:09.674Z | Checking hkdf v0.12.3 |
1921 | 2023-11-08T23:19:09.693Z | Compiling libz-sys v1.1.12 |
1922 | 2023-11-08T23:19:09.710Z | Compiling parking_lot_core v0.8.6 |
1923 | 2023-11-08T23:19:09.720Z | Checking flagset v0.4.3 |
1924 | 2023-11-08T23:19:09.728Z | Checking der v0.7.8 |
1925 | 2023-11-08T23:19:09.743Z | Checking expectorate v1.1.0 |
1926 | 2023-11-08T23:19:09.754Z | Checking resolv-conf v0.7.0 |
1927 | 2023-11-08T23:19:09.763Z | Checking textwrap v0.11.0 |
1928 | 2023-11-08T23:19:09.779Z | Checking keccak v0.1.4 |
1929 | 2023-11-08T23:19:09.799Z | Compiling semver v0.1.20 |
1930 | 2023-11-08T23:19:09.807Z | Checking ansi_term v0.12.1 |
1931 | 2023-11-08T23:19:09.815Z | Checking vec_map v0.8.2 |
1932 | 2023-11-08T23:19:09.824Z | Checking strsim v0.8.0 |
1933 | 2023-11-08T23:19:09.834Z | Compiling rustc_version v0.1.7 |
1934 | 2023-11-08T23:19:09.842Z | Checking clap v2.34.0 |
1935 | 2023-11-08T23:19:09.854Z | Compiling structmeta v0.1.6 |
1936 | 2023-11-08T23:19:09.865Z | Checking sha3 v0.10.8 |
1937 | 2023-11-08T23:19:09.875Z | Compiling parse-display-derive v0.7.0 |
1938 | 2023-11-08T23:19:09.888Z | Checking spki v0.7.2 |
1939 | 2023-11-08T23:19:09.893Z | Checking trust-dns-resolver v0.22.0 |
1940 | 2023-11-08T23:19:09.901Z | Checking secrecy v0.8.0 |
1941 | 2023-11-08T23:19:09.910Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1942 | 2023-11-08T23:19:09.920Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1943 | 2023-11-08T23:19:09.930Z | Compiling newtype_derive v0.1.6 |
1944 | 2023-11-08T23:19:09.942Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1945 | 2023-11-08T23:19:10.029Z | Checking fxhash v0.2.1 |
1946 | 2023-11-08T23:19:10.046Z | Checking structopt v0.3.26 |
1947 | 2023-11-08T23:19:10.063Z | Compiling libsqlite3-sys v0.26.0 |
1948 | 2023-11-08T23:19:10.073Z | Checking crc-catalog v2.2.0 |
1949 | 2023-11-08T23:19:10.082Z | Checking crc v3.0.1 |
1950 | 2023-11-08T23:19:10.093Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1951 | 2023-11-08T23:19:10.103Z | Checking pkcs8 v0.10.2 |
1952 | 2023-11-08T23:19:10.124Z | Compiling vergen v8.2.4 |
1953 | 2023-11-08T23:19:10.137Z | Checking nodrop v0.1.14 |
1954 | 2023-11-08T23:19:10.148Z | Checking array-init v0.0.4 |
1955 | 2023-11-08T23:19:10.158Z | Checking pkcs1 v0.7.5 |
1956 | 2023-11-08T23:19:10.203Z | Checking smallvec v0.6.14 |
1957 | 2023-11-08T23:19:10.222Z | Checking bitfield v0.14.0 |
1958 | 2023-11-08T23:19:10.232Z | Compiling rayon-core v1.12.0 |
1959 | 2023-11-08T23:19:10.244Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1960 | 2023-11-08T23:19:10.661Z | Checking x509-cert v0.2.4 |
1961 | 2023-11-08T23:19:10.665Z | Checking serde-hex v0.1.0 |
1962 | 2023-11-08T23:19:10.669Z | Checking env_logger v0.10.0 |
1963 | 2023-11-08T23:19:10.674Z | Checking ron v0.8.1 |
1964 | 2023-11-08T23:19:10.704Z | Checking rsa v0.9.2 |
1965 | 2023-11-08T23:19:10.717Z | Checking crc-any v2.4.3 |
1966 | 2023-11-08T23:19:10.726Z | Compiling buf-list v1.0.3 |
1967 | 2023-11-08T23:19:10.741Z | Checking humantime v2.1.0 |
1968 | 2023-11-08T23:19:10.759Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1969 | 2023-11-08T23:19:10.769Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1970 | 2023-11-08T23:19:10.777Z | Checking object v0.30.4 |
1971 | 2023-11-08T23:19:10.782Z | Checking path-slash v0.1.5 |
1972 | 2023-11-08T23:19:10.786Z | Checking utf-8 v0.7.6 |
1973 | 2023-11-08T23:19:10.792Z | Compiling num_enum_derive v0.7.0 |
1974 | 2023-11-08T23:19:10.804Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1975 | 2023-11-08T23:19:10.808Z | Compiling unicase v2.7.0 |
1976 | 2023-11-08T23:19:10.812Z | Compiling platforms v3.0.2 |
1977 | 2023-11-08T23:19:10.817Z | Compiling salty v0.2.0 |
1978 | 2023-11-08T23:19:10.820Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1979 | 2023-11-08T23:19:10.824Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1980 | 2023-11-08T23:19:10.828Z | Checking num-complex v0.4.4 |
1981 | 2023-11-08T23:19:10.832Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1982 | 2023-11-08T23:19:10.837Z | Compiling erased-serde v0.3.30 |
1983 | 2023-11-08T23:19:10.841Z | Compiling curve25519-dalek v4.1.0 |
1984 | 2023-11-08T23:19:10.845Z | Compiling bitstruct_derive v0.1.0 |
1985 | 2023-11-08T23:19:10.850Z | Compiling async-recursion v1.0.5 |
1986 | 2023-11-08T23:19:10.853Z | Checking num v0.4.1 |
1987 | 2023-11-08T23:19:10.858Z | Checking swrite v0.1.0 |
1988 | 2023-11-08T23:19:10.861Z | Compiling glob v0.3.1 |
1989 | 2023-11-08T23:19:10.865Z | Compiling mime_guess v2.0.4 |
1990 | 2023-11-08T23:19:10.871Z | Checking tungstenite v0.18.0 |
1991 | 2023-11-08T23:19:10.878Z | Compiling thiserror-impl-no-std v2.0.2 |
1992 | 2023-11-08T23:19:10.883Z | Compiling curve25519-dalek-derive v0.1.0 |
1993 | 2023-11-08T23:19:10.887Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1994 | 2023-11-08T23:19:10.892Z | Checking tokio-tungstenite v0.18.0 |
1995 | 2023-11-08T23:19:10.896Z | Checking universal-hash v0.5.1 |
1996 | 2023-11-08T23:19:10.900Z | Checking nibble_vec v0.1.0 |
1997 | 2023-11-08T23:19:10.903Z | Checking opaque-debug v0.3.0 |
1998 | 2023-11-08T23:19:10.906Z | Compiling portable-atomic v1.4.3 |
1999 | 2023-11-08T23:19:10.909Z | Compiling crunchy v0.2.2 |
2000 | 2023-11-08T23:19:10.914Z | Checking endian-type v0.1.2 |
2001 | 2023-11-08T23:19:10.918Z | Checking snafu v0.7.5 |
2002 | 2023-11-08T23:19:10.922Z | Checking radix_trie v0.2.1 |
2003 | 2023-11-08T23:19:11.485Z | Checking libsw v3.3.0 |
2004 | 2023-11-08T23:19:11.529Z | Checking owo-colors v3.5.0 |
2005 | 2023-11-08T23:19:11.567Z | Compiling tiny-keccak v2.0.2 |
2006 | 2023-11-08T23:19:11.783Z | Checking linear-map v1.2.0 |
2007 | 2023-11-08T23:19:11.809Z | Checking parking_lot v0.11.2 |
2008 | 2023-11-08T23:19:11.870Z | Checking trust-dns-client v0.22.0 |
2009 | 2023-11-08T23:19:12.217Z | Compiling clang-sys v1.6.1 |
2010 | 2023-11-08T23:19:12.274Z | Checking crossbeam-deque v0.8.3 |
2011 | 2023-11-08T23:19:12.334Z | Checking aead v0.5.2 |
2012 | 2023-11-08T23:19:12.657Z | Compiling darling_core v0.14.4 |
2013 | 2023-11-08T23:19:12.737Z | Compiling prettyplease v0.2.12 |
2014 | 2023-11-08T23:19:13.207Z | Compiling ascii-canvas v3.0.0 |
2015 | 2023-11-08T23:19:13.682Z | Checking sled v0.34.7 |
2016 | 2023-11-08T23:19:13.860Z | Checking trust-dns-server v0.22.1 |
2017 | 2023-11-08T23:19:14.175Z | Checking parse-display v0.7.0 |
2018 | 2023-11-08T23:19:14.591Z | Compiling const_format_proc_macros v0.2.31 |
2019 | 2023-11-08T23:19:14.793Z | Compiling ena v0.14.2 |
2020 | 2023-11-08T23:19:14.810Z | Compiling minimal-lexical v0.2.1 |
2021 | 2023-11-08T23:19:15.879Z | Checking pretty-hex v0.3.0 |
2022 | 2023-11-08T23:19:15.887Z | Checking signature v1.6.4 |
2023 | 2023-11-08T23:19:15.894Z | Compiling diff v0.1.13 |
2024 | 2023-11-08T23:19:15.906Z | Checking ed25519 v1.5.3 |
2025 | 2023-11-08T23:19:16.023Z | Compiling lalrpop v0.19.12 |
2026 | 2023-11-08T23:19:16.606Z | Compiling nom v7.1.3 |
2027 | 2023-11-08T23:19:18.622Z | Checking path-dedot v3.1.0 |
2028 | 2023-11-08T23:19:18.693Z | Compiling libloading v0.7.4 |
2029 | 2023-11-08T23:19:18.851Z | Compiling bindgen v0.65.1 |
2030 | 2023-11-08T23:19:18.984Z | Compiling ref-cast v1.0.20 |
2031 | 2023-11-08T23:19:19.757Z | Checking rayon v1.8.0 |
2032 | 2023-11-08T23:19:19.915Z | Checking path-absolutize v3.1.0 |
2033 | 2023-11-08T23:19:21.202Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2034 | 2023-11-08T23:19:21.267Z | Compiling darling_macro v0.14.4 |
2035 | 2023-11-08T23:19:22.587Z | Compiling cexpr v0.6.0 |
2036 | 2023-11-08T23:19:22.772Z | Compiling darling v0.14.4 |
2037 | 2023-11-08T23:19:22.931Z | Compiling derive_builder_core v0.12.0 |
2038 | 2023-11-08T23:19:23.482Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2039 | 2023-11-08T23:19:23.941Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2040 | 2023-11-08T23:19:25.127Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2041 | 2023-11-08T23:19:25.897Z | Checking globset v0.4.13 |
2042 | 2023-11-08T23:19:25.998Z | Checking hashlink v0.8.3 |
2043 | 2023-11-08T23:19:26.031Z | Checking olpc-cjson v0.1.3 |
2044 | 2023-11-08T23:19:26.175Z | Checking serde-big-array v0.5.1 |
2045 | 2023-11-08T23:19:26.333Z | Checking serde_plain v1.0.2 |
2046 | 2023-11-08T23:19:26.516Z | Checking serde-big-array v0.4.1 |
2047 | 2023-11-08T23:19:26.675Z | Compiling which v4.4.0 |
2048 | 2023-11-08T23:19:26.678Z | Compiling ref-cast-impl v1.0.20 |
2049 | 2023-11-08T23:19:26.717Z | Compiling libxml v0.3.3 |
2050 | 2023-11-08T23:19:26.748Z | Compiling peeking_take_while v0.1.2 |
2051 | 2023-11-08T23:19:26.925Z | Checking fallible-streaming-iterator v0.1.9 |
2052 | 2023-11-08T23:19:27.013Z | Compiling rustc-hash v1.1.0 |
2053 | 2023-11-08T23:19:27.241Z | Compiling lazycell v1.3.0 |
2054 | 2023-11-08T23:19:27.269Z | Compiling shlex v1.1.0 |
2055 | 2023-11-08T23:19:27.472Z | Checking rusqlite v0.29.0 |
2056 | 2023-11-08T23:19:27.678Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2057 | 2023-11-08T23:19:28.415Z | Compiling derive_builder_macro v0.12.0 |
2058 | 2023-11-08T23:19:29.300Z | Checking steno v0.4.0 |
2059 | 2023-11-08T23:19:29.661Z | Checking nix v0.26.2 |
2060 | 2023-11-08T23:19:29.917Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2061 | 2023-11-08T23:19:30.017Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2062 | 2023-11-08T23:19:30.693Z | Checking signal-hook-tokio v0.3.1 |
2063 | 2023-11-08T23:19:30.813Z | Checking twox-hash v1.6.3 |
2064 | 2023-11-08T23:19:30.931Z | Checking ff v0.13.0 |
2065 | 2023-11-08T23:19:30.977Z | Compiling strum_macros v0.24.3 |
2066 | 2023-11-08T23:19:31.594Z | Compiling indoc v1.0.9 |
2067 | 2023-11-08T23:19:31.990Z | Checking corncobs v0.1.3 |
2068 | 2023-11-08T23:19:32.269Z | Checking display-error-chain v0.2.0 |
2069 | 2023-11-08T23:19:33.028Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2070 | 2023-11-08T23:19:33.155Z | Checking group v0.13.0 |
2071 | 2023-11-08T23:19:33.393Z | Checking polyval v0.6.1 |
2072 | 2023-11-08T23:19:33.755Z | Checking num_enum v0.7.0 |
2073 | 2023-11-08T23:19:33.978Z | Checking ctr v0.9.2 |
2074 | 2023-11-08T23:19:34.267Z | Checking aes v0.8.3 |
2075 | 2023-11-08T23:19:34.400Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2076 | 2023-11-08T23:19:34.804Z | Checking crypto-bigint v0.5.2 |
2077 | 2023-11-08T23:19:35.690Z | Checking bincode v1.3.3 |
2078 | 2023-11-08T23:19:36.331Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2079 | 2023-11-08T23:19:36.750Z | Compiling cookie v0.16.2 |
2080 | 2023-11-08T23:19:37.474Z | Checking base16ct v0.2.0 |
2081 | 2023-11-08T23:19:37.733Z | Checking elliptic-curve v0.13.5 |
2082 | 2023-11-08T23:19:37.919Z | Checking aes-gcm-siv v0.11.1 |
2083 | 2023-11-08T23:19:38.144Z | Checking thiserror-no-std v2.0.2 |
2084 | 2023-11-08T23:19:38.314Z | Checking poly1305 v0.8.0 |
2085 | 2023-11-08T23:19:38.487Z | Checking env_logger v0.9.3 |
2086 | 2023-11-08T23:19:39.044Z | Checking chacha20 v0.9.1 |
2087 | 2023-11-08T23:19:39.071Z | Compiling impl-trait-for-tuples v0.2.2 |
2088 | 2023-11-08T23:19:39.182Z | Compiling oso-derive v0.27.0 |
2089 | 2023-11-08T23:19:39.265Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2090 | 2023-11-08T23:19:39.576Z | Checking ascii v1.1.0 |
2091 | 2023-11-08T23:19:39.597Z | Checking ringbuffer v0.15.0 |
2092 | 2023-11-08T23:19:39.731Z | Checking chacha20poly1305 v0.10.1 |
2093 | 2023-11-08T23:19:40.223Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2094 | 2023-11-08T23:19:40.240Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2095 | 2023-11-08T23:19:40.911Z | Checking bitstruct v0.1.1 |
2096 | 2023-11-08T23:19:41.206Z | Checking tungstenite v0.20.1 |
2097 | 2023-11-08T23:19:41.211Z | Checking vsss-rs v3.3.1 |
2098 | 2023-11-08T23:19:41.828Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2099 | 2023-11-08T23:19:42.258Z | Checking serde_arrays v0.1.0 |
2100 | 2023-11-08T23:19:42.585Z | Checking tokio-tungstenite v0.20.1 |
2101 | 2023-11-08T23:19:44.751Z | Checking kstat-rs v0.2.3 |
2102 | 2023-11-08T23:19:45.716Z | Compiling indoc v2.0.3 |
2103 | 2023-11-08T23:19:45.964Z | Checking assert_matches v1.5.0 |
2104 | 2023-11-08T23:19:49.303Z | Checking bcs v0.1.6 |
2105 | 2023-11-08T23:19:50.068Z | Checking highway v1.1.0 |
2106 | 2023-11-08T23:19:50.751Z | Checking const_format v0.2.31 |
2107 | 2023-11-08T23:19:51.295Z | Checking ron v0.7.1 |
2108 | 2023-11-08T23:19:51.411Z | Checking bit_field v0.10.2 |
2109 | 2023-11-08T23:19:51.773Z | Checking http-range v0.1.5 |
2110 | 2023-11-08T23:19:52.234Z | Checking hyper-staticfile v0.9.5 |
2111 | 2023-11-08T23:19:54.573Z | Checking maplit v1.0.2 |
2112 | 2023-11-08T23:19:54.721Z | Checking number_prefix v0.4.0 |
2113 | 2023-11-08T23:19:54.994Z | Checking indicatif v0.17.7 |
2114 | 2023-11-08T23:19:56.927Z | Checking derive_builder v0.12.0 |
2115 | 2023-11-08T23:19:58.614Z | Checking bb8 v0.8.1 |
2116 | 2023-11-08T23:19:58.703Z | Checking quick-xml v0.23.1 |
2117 | 2023-11-08T23:19:59.014Z | Checking bytesize v1.3.0 |
2118 | 2023-11-08T23:19:59.393Z | Checking unicode-linebreak v0.1.5 |
2119 | 2023-11-08T23:20:00.158Z | Checking fs-err v2.9.0 |
2120 | 2023-11-08T23:20:00.182Z | Checking smawk v0.3.1 |
2121 | 2023-11-08T23:20:00.434Z | Checking textwrap v0.16.0 |
2122 | 2023-11-08T23:20:00.600Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2123 | 2023-11-08T23:20:03.323Z | Compiling vte_generate_state_changes v0.1.1 |
2124 | 2023-11-08T23:20:03.515Z | Checking is_ci v1.1.1 |
2125 | 2023-11-08T23:20:03.697Z | Checking cassowary v0.3.0 |
2126 | 2023-11-08T23:20:04.052Z | Checking supports-color v2.1.0 |
2127 | 2023-11-08T23:20:04.359Z | Checking ratatui v0.23.0 |
2128 | 2023-11-08T23:20:07.288Z | Checking rtoolbox v0.0.1 |
2129 | 2023-11-08T23:20:07.577Z | Checking rpassword v7.2.0 |
2130 | 2023-11-08T23:20:08.408Z | Checking tui-tree-widget v0.13.0 |
2131 | 2023-11-08T23:20:09.817Z | Checking shell-words v1.1.0 |
2132 | 2023-11-08T23:20:10.312Z | Checking yansi v0.5.1 |
2133 | 2023-11-08T23:20:10.859Z | Checking pretty_assertions v1.4.0 |
2134 | 2023-11-08T23:20:13.003Z | Checking fatfs v0.3.6 |
2135 | 2023-11-08T23:20:13.410Z | Checking plotters-backend v0.3.5 |
2136 | 2023-11-08T23:20:13.968Z | Checking plotters-svg v0.3.5 |
2137 | 2023-11-08T23:20:14.976Z | Checking rand v0.4.6 |
2138 | 2023-11-08T23:20:15.932Z | Checking remove_dir_all v0.5.3 |
2139 | 2023-11-08T23:20:16.080Z | Checking cast v0.3.0 |
2140 | 2023-11-08T23:20:16.576Z | Checking criterion-plot v0.5.0 |
2141 | 2023-11-08T23:20:16.631Z | Checking tempdir v0.3.7 |
2142 | 2023-11-08T23:20:16.876Z | Checking plotters v0.3.5 |
2143 | 2023-11-08T23:20:19.970Z | Checking tinytemplate v1.2.1 |
2144 | 2023-11-08T23:20:20.260Z | Checking oorandom v11.1.3 |
2145 | 2023-11-08T23:20:20.344Z | Checking anes v0.1.6 |
2146 | 2023-11-08T23:20:20.918Z | Checking criterion v0.5.1 |
2147 | 2023-11-08T23:20:25.782Z | Checking assert_cmd v2.0.12 |
2148 | 2023-11-08T23:20:26.182Z | Checking dashmap v5.5.1 |
2149 | 2023-11-08T23:20:26.507Z | Compiling serial_test_derive v0.10.0 |
2150 | 2023-11-08T23:20:28.057Z | Compiling crossbeam-queue v0.3.8 |
2151 | 2023-11-08T23:20:28.159Z | Checking serial_test v0.10.0 |
2152 | 2023-11-08T23:20:28.794Z | Checking vte v0.11.1 |
2153 | 2023-11-08T23:20:28.934Z | Checking threadpool v1.8.1 |
2154 | 2023-11-08T23:20:29.219Z | Checking libtest-mimic v0.6.1 |
2155 | 2023-11-08T23:20:29.558Z | Compiling tabled_derive v0.6.0 |
2156 | 2023-11-08T23:20:29.895Z | Checking httptest v0.15.5 |
2157 | 2023-11-08T23:20:31.071Z | Checking similar-asserts v1.5.0 |
2158 | 2023-11-08T23:20:31.287Z | Checking strip-ansi-escapes v0.2.0 |
2159 | 2023-11-08T23:20:31.432Z | Checking fd-lock v3.0.13 |
2160 | 2023-11-08T23:20:31.522Z | Checking nanorand v0.7.0 |
2161 | 2023-11-08T23:20:31.714Z | Compiling rstest_macros v0.18.2 |
2162 | 2023-11-08T23:20:32.072Z | Checking nu-ansi-term v0.49.0 |
2163 | 2023-11-08T23:20:32.337Z | Checking flume v0.11.0 |
2164 | 2023-11-08T23:20:32.552Z | Checking datatest-stable v0.2.3 |
2165 | 2023-11-08T23:20:32.735Z | Checking reedline v0.25.0 |
2166 | 2023-11-08T23:20:33.150Z | Compiling pin-project-internal v1.1.3 |
2167 | 2023-11-08T23:20:33.522Z | Checking constant_time_eq v0.2.6 |
2168 | 2023-11-08T23:20:33.685Z | Compiling relative-path v1.9.0 |
2169 | 2023-11-08T23:20:34.110Z | Checking bytecount v0.6.3 |
2170 | 2023-11-08T23:20:34.510Z | Checking topological-sort v0.2.2 |
2171 | 2023-11-08T23:20:34.740Z | Checking arrayref v0.3.7 |
2172 | 2023-11-08T23:20:34.876Z | Checking arrayvec v0.7.4 |
2173 | 2023-11-08T23:20:34.921Z | Compiling trybuild v1.0.85 |
2174 | 2023-11-08T23:20:35.483Z | Checking blake2b_simd v1.0.1 |
2175 | 2023-11-08T23:20:35.910Z | Checking papergrid v0.10.0 |
2176 | 2023-11-08T23:20:37.733Z | Checking pin-project v1.1.3 |
2177 | 2023-11-08T23:20:37.901Z | Checking basic-toml v0.1.4 |
2178 | 2023-11-08T23:20:37.918Z | Checking constant_time_eq v0.3.0 |
2179 | 2023-11-08T23:20:38.098Z | Checking futures-timer v3.0.2 |
2180 | 2023-11-08T23:20:38.540Z | Checking tabled v0.14.0 |
2181 | 2023-11-08T23:20:38.824Z | Checking rust-argon2 v1.0.1 |
2182 | 2023-11-08T23:20:40.224Z | Checking partial-io v0.5.4 |
2183 | 2023-11-08T23:20:41.178Z | Checking approx v0.5.1 |
2184 | 2023-11-08T23:20:41.322Z | Checking cargo-platform v0.1.3 |
2185 | 2023-11-08T23:20:41.508Z | Checking hex-literal v0.4.1 |
2186 | 2023-11-08T23:20:41.800Z | Checking cargo_metadata v0.18.0 |
2187 | 2023-11-08T23:20:41.928Z | Checking crossbeam v0.8.2 |
2188 | 2023-11-08T23:20:43.589Z | Checking cargo_toml v0.17.0 |
2189 | 2023-11-08T23:20:44.605Z | Checking termios v0.3.3 |
2190 | 2023-11-08T23:20:46.906Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2191 | 2023-11-08T23:20:48.442Z | Checking rstest v0.18.2 |
2192 | 2023-11-08T23:20:57.279Z | Compiling bzip2 v0.4.4 |
2193 | 2023-11-08T23:20:57.868Z | Compiling zip v0.6.6 |
2194 | 2023-11-08T23:20:59.210Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2195 | 2023-11-08T23:21:29.225Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2196 | 2023-11-08T23:21:31.364Z | Compiling polar-core v0.27.0 |
2197 | 2023-11-08T23:21:31.903Z | Checking rustls-webpki v0.101.7 |
2198 | 2023-11-08T23:21:32.008Z | Checking tokio-rustls v0.24.1 |
2199 | 2023-11-08T23:21:32.169Z | Checking hyper-rustls v0.24.2 |
2200 | 2023-11-08T23:21:32.268Z | Checking reqwest v0.11.20 |
2201 | 2023-11-08T23:21:32.354Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2202 | 2023-11-08T23:21:32.595Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2203 | 2023-11-08T23:21:32.676Z | Checking tough v0.14.0 |
2204 | 2023-11-08T23:21:32.791Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2205 | 2023-11-08T23:21:32.924Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2206 | 2023-11-08T23:21:33.780Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2207 | 2023-11-08T23:21:33.936Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2208 | 2023-11-08T23:21:34.936Z | Checking oso v0.27.0 |
2209 | 2023-11-08T23:21:38.301Z | Compiling omicron-zone-package v0.8.3 |
2210 | 2023-11-08T23:21:38.430Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2211 | 2023-11-08T23:21:46.033Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2212 | 2023-11-08T23:21:46.139Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2213 | 2023-11-08T23:21:46.142Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2214 | 2023-11-08T23:21:49.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2215 | 2023-11-08T23:21:49.138Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2216 | 2023-11-08T23:21:49.154Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2217 | 2023-11-08T23:21:49.438Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2218 | 2023-11-08T23:21:49.776Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2219 | 2023-11-08T23:21:49.996Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2220 | 2023-11-08T23:21:50.100Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2221 | 2023-11-08T23:21:50.661Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2222 | 2023-11-08T23:21:51.058Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2223 | 2023-11-08T23:21:52.247Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2224 | 2023-11-08T23:22:03.793Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2225 | 2023-11-08T23:22:03.815Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2226 | 2023-11-08T23:22:03.847Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2227 | 2023-11-08T23:22:06.177Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2228 | 2023-11-08T23:22:06.916Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2229 | 2023-11-08T23:22:07.435Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2230 | 2023-11-08T23:22:08.803Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2231 | 2023-11-08T23:22:09.867Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2232 | 2023-11-08T23:22:10.052Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2233 | 2023-11-08T23:22:12.889Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2234 | 2023-11-08T23:22:14.368Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2235 | 2023-11-08T23:22:14.485Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2023-11-08T23:22:14.593Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2237 | 2023-11-08T23:22:14.614Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2023-11-08T23:22:15.618Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2239 | 2023-11-08T23:22:15.887Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2240 | 2023-11-08T23:22:18.085Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2241 | 2023-11-08T23:22:19.431Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2242 | 2023-11-08T23:22:21.031Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2243 | 2023-11-08T23:22:23.331Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2244 | 2023-11-08T23:22:24.303Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2245 | 2023-11-08T23:22:34.951Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2246 | 2023-11-08T23:22:39.243Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2247 | 2023-11-08T23:22:43.068Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2248 | 2023-11-08T23:22:43.128Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2249 | 2023-11-08T23:22:43.604Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2250 | 2023-11-08T23:22:44.321Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2251 | 2023-11-08T23:22:44.324Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2252 | 2023-11-08T23:22:44.410Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2253 | 2023-11-08T23:22:49.124Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2254 | 2023-11-08T23:22:50.182Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2255 | 2023-11-08T23:22:50.753Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2256 | 2023-11-08T23:22:51.389Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2257 | 2023-11-08T23:22:54.313Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2258 | 2023-11-08T23:22:55.296Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2259 | 2023-11-08T23:22:59.104Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2260 | 2023-11-08T23:23:04.432Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2261 | 2023-11-08T23:23:09.663Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2262 | 2023-11-08T23:23:10.994Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2263 | 2023-11-08T23:23:13.450Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2264 | 2023-11-08T23:23:16.179Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2265 | 2023-11-08T23:23:18.383Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2266 | 2023-11-08T23:23:20.071Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2267 | 2023-11-08T23:23:28.265Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2268 | 2023-11-08T23:23:28.804Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2269 | 2023-11-08T23:23:30.006Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2270 | 2023-11-08T23:23:31.627Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2271 | 2023-11-08T23:23:32.996Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2272 | 2023-11-08T23:23:33.368Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2273 | 2023-11-08T23:23:39.331Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2274 | 2023-11-08T23:24:02.515Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2275 | 2023-11-08T23:24:22.507Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2276 | 2023-11-08T23:24:37.317Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2277 | 2023-11-08T23:25:11.812Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2278 | 2023-11-08T23:25:33.036Z | Compiling git2 v0.17.2 |
2279 | 2023-11-08T23:25:42.907Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2280 | 2023-11-08T23:25:45.500Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2281 | 2023-11-08T23:25:59.762Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2282 | 2023-11-08T23:26:12.819Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2283 | 2023-11-08T23:26:13.041Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2284 | 2023-11-08T23:26:13.122Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2285 | 2023-11-08T23:26:13.846Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2286 | 2023-11-08T23:26:51.026Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2287 | 2023-11-08T23:28:21.016Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 42s |
2288 | 2023-11-08T23:28:21.252Z | |
2289 | 2023-11-08T23:28:21.261Z | real 14:49.058252525 |
2290 | 2023-11-08T23:28:21.273Z | user 1:27:08.533326118 |
2291 | 2023-11-08T23:28:21.276Z | sys 11:35.199231932 |
2292 | 2023-11-08T23:28:21.279Z | trap 3.142566379 |
2293 | 2023-11-08T23:28:21.282Z | tflt 3.603120663 |
2294 | 2023-11-08T23:28:21.285Z | dflt 4.965386078 |
2295 | 2023-11-08T23:28:21.287Z | kflt 0.051096043 |
2296 | 2023-11-08T23:28:21.290Z | lock 1:59:56.898778571 |
2297 | 2023-11-08T23:28:21.293Z | slp 5:11:22.225363992 |
2298 | 2023-11-08T23:28:21.300Z | lat 3:17.048538053 |
2299 | 2023-11-08T23:28:21.302Z | stop 8:35.874744060 |
2300 | 2023-11-08T23:28:22.531Z | warning: output filename collision. |
2301 | 2023-11-08T23:28:22.534Z | 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)`. |
2302 | 2023-11-08T23:28:22.537Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2303 | 2023-11-08T23:28:22.540Z | The targets should have unique names. |
2304 | 2023-11-08T23:28:22.543Z | This is a known bug where multiple crates with the same name use |
2305 | 2023-11-08T23:28:22.546Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2306 | 2023-11-08T23:28:22.548Z | warning: output filename collision. |
2307 | 2023-11-08T23:28:22.551Z | 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)`. |
2308 | 2023-11-08T23:28:22.555Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2309 | 2023-11-08T23:28:22.558Z | The targets should have unique names. |
2310 | 2023-11-08T23:28:22.561Z | This is a known bug where multiple crates with the same name use |
2311 | 2023-11-08T23:28:22.564Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2312 | 2023-11-08T23:28:22.567Z | warning: output filename collision. |
2313 | 2023-11-08T23:28:22.569Z | 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)`. |
2314 | 2023-11-08T23:28:22.572Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2315 | 2023-11-08T23:28:22.575Z | The targets should have unique names. |
2316 | 2023-11-08T23:28:22.579Z | This is a known bug where multiple crates with the same name use |
2317 | 2023-11-08T23:28:22.582Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2318 | 2023-11-08T23:28:22.585Z | warning: output filename collision. |
2319 | 2023-11-08T23:28:22.588Z | 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)`. |
2320 | 2023-11-08T23:28:22.590Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2321 | 2023-11-08T23:28:22.593Z | The targets should have unique names. |
2322 | 2023-11-08T23:28:22.596Z | This is a known bug where multiple crates with the same name use |
2323 | 2023-11-08T23:28:22.599Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2324 | 2023-11-08T23:28:22.601Z | warning: output filename collision. |
2325 | 2023-11-08T23:28:22.604Z | 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`. |
2326 | 2023-11-08T23:28:22.611Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2327 | 2023-11-08T23:28:22.627Z | The targets should have unique names. |
2328 | 2023-11-08T23:28:22.630Z | This is a known bug where multiple crates with the same name use |
2329 | 2023-11-08T23:28:22.633Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2023-11-08T23:28:22.635Z | warning: output filename collision. |
2331 | 2023-11-08T23:28:22.667Z | 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)`. |
2332 | 2023-11-08T23:28:22.677Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2333 | 2023-11-08T23:28:22.680Z | The targets should have unique names. |
2334 | 2023-11-08T23:28:22.683Z | This is a known bug where multiple crates with the same name use |
2335 | 2023-11-08T23:28:22.686Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2336 | 2023-11-08T23:28:22.690Z | warning: output filename collision. |
2337 | 2023-11-08T23:28:22.694Z | 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)`. |
2338 | 2023-11-08T23:28:22.698Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2339 | 2023-11-08T23:28:22.702Z | The targets should have unique names. |
2340 | 2023-11-08T23:28:22.706Z | This is a known bug where multiple crates with the same name use |
2341 | 2023-11-08T23:28:22.711Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2342 | 2023-11-08T23:28:22.716Z | warning: output filename collision. |
2343 | 2023-11-08T23:28:22.720Z | 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)`. |
2344 | 2023-11-08T23:28:22.723Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2345 | 2023-11-08T23:28:22.726Z | The targets should have unique names. |
2346 | 2023-11-08T23:28:22.729Z | This is a known bug where multiple crates with the same name use |
2347 | 2023-11-08T23:28:22.732Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2348 | 2023-11-08T23:28:22.736Z | warning: output filename collision. |
2349 | 2023-11-08T23:28:22.742Z | 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)`. |
2350 | 2023-11-08T23:28:22.747Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2351 | 2023-11-08T23:28:22.751Z | The targets should have unique names. |
2352 | 2023-11-08T23:28:22.756Z | This is a known bug where multiple crates with the same name use |
2353 | 2023-11-08T23:28:22.761Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2354 | 2023-11-08T23:28:22.769Z | warning: output filename collision. |
2355 | 2023-11-08T23:28:22.783Z | 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)`. |
2356 | 2023-11-08T23:28:22.788Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2357 | 2023-11-08T23:28:22.791Z | The targets should have unique names. |
2358 | 2023-11-08T23:28:22.794Z | This is a known bug where multiple crates with the same name use |
2359 | 2023-11-08T23:28:22.797Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2360 | 2023-11-08T23:28:22.800Z | warning: output filename collision. |
2361 | 2023-11-08T23:28:22.803Z | 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)`. |
2362 | 2023-11-08T23:28:22.806Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2363 | 2023-11-08T23:28:22.809Z | The targets should have unique names. |
2364 | 2023-11-08T23:28:22.812Z | This is a known bug where multiple crates with the same name use |
2365 | 2023-11-08T23:28:22.815Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2366 | 2023-11-08T23:28:23.167Z | Checking unicode-ident v1.0.12 |
2367 | 2023-11-08T23:28:23.195Z | Documenting libc v0.2.150 |
2368 | 2023-11-08T23:28:23.206Z | Documenting cfg-if v1.0.0 |
2369 | 2023-11-08T23:28:23.219Z | Checking libc v0.2.150 |
2370 | 2023-11-08T23:28:23.237Z | Checking cfg-if v1.0.0 |
2371 | 2023-11-08T23:28:23.240Z | Checking serde v1.0.188 |
2372 | 2023-11-08T23:28:23.266Z | Documenting log v0.4.20 |
2373 | 2023-11-08T23:28:23.269Z | Documenting scopeguard v1.2.0 |
2374 | 2023-11-08T23:28:23.366Z | Documenting itoa v1.0.9 |
2375 | 2023-11-08T23:28:23.381Z | Checking proc-macro2 v1.0.67 |
2376 | 2023-11-08T23:28:24.427Z | Checking quote v1.0.33 |
2377 | 2023-11-08T23:28:24.955Z | Checking syn v2.0.32 |
2378 | 2023-11-08T23:28:24.977Z | Checking syn v1.0.109 |
2379 | 2023-11-08T23:28:27.311Z | Checking once_cell v1.18.0 |
2380 | 2023-11-08T23:28:27.623Z | Documenting smallvec v1.11.0 |
2381 | 2023-11-08T23:28:27.747Z | Documenting memchr v2.6.3 |
2382 | 2023-11-08T23:28:29.420Z | Documenting lock_api v0.4.10 |
2383 | 2023-11-08T23:28:29.484Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2384 | 2023-11-08T23:28:29.759Z | Documenting getrandom v0.2.10 |
2385 | 2023-11-08T23:28:29.945Z | Documenting once_cell v1.18.0 |
2386 | 2023-11-08T23:28:31.633Z | Documenting libm v0.2.7 |
2387 | 2023-11-08T23:28:32.442Z | Documenting parking_lot_core v0.9.8 |
2388 | 2023-11-08T23:28:34.110Z | Documenting pin-project-lite v0.2.13 |
2389 | 2023-11-08T23:28:34.474Z | Documenting signal-hook-registry v1.4.1 |
2390 | 2023-11-08T23:28:34.988Z | Documenting mio v0.8.8 |
2391 | 2023-11-08T23:28:35.073Z | Documenting serde_derive v1.0.188 |
2392 | 2023-11-08T23:28:35.268Z | Documenting rand_core v0.6.4 |
2393 | 2023-11-08T23:28:36.122Z | Documenting zeroize_derive v1.4.2 |
2394 | 2023-11-08T23:28:36.630Z | Documenting num-traits v0.2.16 |
2395 | 2023-11-08T23:28:41.988Z | Documenting thiserror-impl v1.0.49 |
2396 | 2023-11-08T23:28:42.023Z | Documenting parking_lot v0.12.1 |
2397 | 2023-11-08T23:28:42.117Z | Checking itoa v1.0.9 |
2398 | 2023-11-08T23:28:42.146Z | Documenting futures-core v0.3.29 |
2399 | 2023-11-08T23:28:42.200Z | Documenting tokio-macros v2.1.0 |
2400 | 2023-11-08T23:28:42.257Z | Documenting num_cpus v1.16.0 |
2401 | 2023-11-08T23:28:43.738Z | Documenting socket2 v0.5.4 |
2402 | 2023-11-08T23:28:43.821Z | Documenting zeroize v1.6.0 |
2403 | 2023-11-08T23:28:45.013Z | Documenting typenum v1.16.0 |
2404 | 2023-11-08T23:28:45.658Z | Documenting thiserror v1.0.49 |
2405 | 2023-11-08T23:28:45.754Z | Documenting serde v1.0.188 |
2406 | 2023-11-08T23:28:46.232Z | Documenting ryu v1.0.15 |
2407 | 2023-11-08T23:28:47.064Z | Checking thiserror v1.0.49 |
2408 | 2023-11-08T23:28:47.220Z | Checking ryu v1.0.15 |
2409 | 2023-11-08T23:28:47.560Z | Documenting subtle v2.5.0 |
2410 | 2023-11-08T23:28:48.270Z | Checking getrandom v0.2.10 |
2411 | 2023-11-08T23:28:48.622Z | Documenting byteorder v1.5.0 |
2412 | 2023-11-08T23:28:49.603Z | Documenting pin-utils v0.1.0 |
2413 | 2023-11-08T23:28:49.617Z | Documenting futures-sink v0.3.29 |
2414 | 2023-11-08T23:28:50.801Z | Checking serde_json v1.0.108 |
2415 | 2023-11-08T23:28:50.844Z | Documenting iana-time-zone v0.1.57 |
2416 | 2023-11-08T23:28:52.706Z | Documenting generic-array v0.14.7 |
2417 | 2023-11-08T23:28:53.233Z | Checking memchr v2.6.3 |
2418 | 2023-11-08T23:28:53.306Z | Checking heck v0.4.1 |
2419 | 2023-11-08T23:28:53.596Z | Documenting futures-macro v0.3.29 |
2420 | 2023-11-08T23:28:54.653Z | Documenting slab v0.4.9 |
2421 | 2023-11-08T23:28:54.702Z | Documenting futures-task v0.3.29 |
2422 | 2023-11-08T23:28:56.077Z | Documenting futures-channel v0.3.29 |
2423 | 2023-11-08T23:28:57.172Z | Documenting futures-io v0.3.29 |
2424 | 2023-11-08T23:28:57.678Z | Documenting const-oid v0.9.5 |
2425 | 2023-11-08T23:28:59.048Z | Documenting crypto-common v0.1.6 |
2426 | 2023-11-08T23:29:00.538Z | Checking log v0.4.20 |
2427 | 2023-11-08T23:29:00.675Z | Checking bytes v1.5.0 |
2428 | 2023-11-08T23:29:00.855Z | Documenting ppv-lite86 v0.2.17 |
2429 | 2023-11-08T23:29:01.122Z | Checking byteorder v1.5.0 |
2430 | 2023-11-08T23:29:01.756Z | Documenting tinyvec_macros v0.1.1 |
2431 | 2023-11-08T23:29:01.790Z | Documenting base64 v0.21.5 |
2432 | 2023-11-08T23:29:01.920Z | Documenting block-buffer v0.10.4 |
2433 | 2023-11-08T23:29:02.476Z | Documenting futures-util v0.3.29 |
2434 | 2023-11-08T23:29:05.527Z | Documenting rand_chacha v0.3.1 |
2435 | 2023-11-08T23:29:05.977Z | Documenting tinyvec v1.6.0 |
2436 | 2023-11-08T23:29:06.181Z | Documenting tracing-core v0.1.31 |
2437 | 2023-11-08T23:29:06.374Z | Documenting tracing-attributes v0.1.26 |
2438 | 2023-11-08T23:29:08.002Z | Checking fnv v1.0.7 |
2439 | 2023-11-08T23:29:08.180Z | Documenting digest v0.10.7 |
2440 | 2023-11-08T23:29:08.191Z | Documenting serde_derive_internals v0.26.0 |
2441 | 2023-11-08T23:29:11.369Z | Checking serde_derive_internals v0.26.0 |
2442 | 2023-11-08T23:29:11.600Z | Documenting rand v0.8.5 |
2443 | 2023-11-08T23:29:12.531Z | Documenting dyn-clone v1.0.13 |
2444 | 2023-11-08T23:29:16.367Z | Documenting unicode-normalization v0.1.22 |
2445 | 2023-11-08T23:29:16.466Z | Documenting fnv v1.0.7 |
2446 | 2023-11-08T23:29:17.395Z | Checking ucd-trie v0.1.6 |
2447 | 2023-11-08T23:29:17.568Z | Documenting cpufeatures v0.2.9 |
2448 | 2023-11-08T23:29:17.701Z | Checking pest v2.7.2 |
2449 | 2023-11-08T23:29:17.855Z | Documenting schemars_derive v0.8.13 |
2450 | 2023-11-08T23:29:18.927Z | Documenting bytes v1.5.0 |
2451 | 2023-11-08T23:29:19.471Z | Documenting bitflags v2.4.0 |
2452 | 2023-11-08T23:29:21.834Z | Documenting serde_json v1.0.108 |
2453 | 2023-11-08T23:29:22.261Z | Documenting chrono v0.4.31 |
2454 | 2023-11-08T23:29:22.836Z | Documenting uuid v1.5.0 |
2455 | 2023-11-08T23:29:23.200Z | Documenting spin v0.9.8 |
2456 | 2023-11-08T23:29:26.087Z | Documenting tokio v1.33.0 |
2457 | 2023-11-08T23:29:26.430Z | Checking libm v0.2.7 |
2458 | 2023-11-08T23:29:27.003Z | Documenting unicode-bidi v0.3.13 |
2459 | 2023-11-08T23:29:27.826Z | Documenting http v0.2.9 |
2460 | 2023-11-08T23:29:27.982Z | Checking num-traits v0.2.16 |
2461 | 2023-11-08T23:29:29.327Z | Documenting lazy_static v1.4.0 |
2462 | 2023-11-08T23:29:29.862Z | Documenting percent-encoding v2.3.0 |
2463 | 2023-11-08T23:29:30.754Z | Checking ahash v0.8.3 |
2464 | 2023-11-08T23:29:31.300Z | Documenting ahash v0.8.3 |
2465 | 2023-11-08T23:29:31.431Z | Documenting tracing v0.1.37 |
2466 | 2023-11-08T23:29:31.858Z | Documenting schemars v0.8.13 |
2467 | 2023-11-08T23:29:33.270Z | Documenting allocator-api2 v0.2.16 |
2468 | 2023-11-08T23:29:33.525Z | Checking time-core v0.1.1 |
2469 | 2023-11-08T23:29:33.739Z | Documenting adler v1.0.2 |
2470 | 2023-11-08T23:29:35.802Z | Documenting form_urlencoded v1.2.0 |
2471 | 2023-11-08T23:29:36.328Z | Documenting unicode-ident v1.0.12 |
2472 | 2023-11-08T23:29:37.473Z | Documenting idna v0.4.0 |
2473 | 2023-11-08T23:29:37.765Z | Documenting miniz_oxide v0.7.1 |
2474 | 2023-11-08T23:29:38.287Z | Documenting hashbrown v0.14.2 |
2475 | 2023-11-08T23:29:40.518Z | Documenting proc-macro2 v1.0.67 |
2476 | 2023-11-08T23:29:40.685Z | Documenting httparse v1.8.0 |
2477 | 2023-11-08T23:29:41.164Z | Documenting untrusted v0.9.0 |
2478 | 2023-11-08T23:29:41.945Z | Documenting equivalent v1.0.1 |
2479 | 2023-11-08T23:29:42.800Z | Checking zerocopy v0.3.0 |
2480 | 2023-11-08T23:29:43.875Z | Checking uuid v1.5.0 |
2481 | 2023-11-08T23:29:44.217Z | Documenting url v2.4.1 |
2482 | 2023-11-08T23:29:44.614Z | Checking iana-time-zone v0.1.57 |
2483 | 2023-11-08T23:29:44.824Z | Checking chrono v0.4.31 |
2484 | 2023-11-08T23:29:45.290Z | Documenting ring v0.17.5 |
2485 | 2023-11-08T23:29:45.716Z | Checking dof v0.1.5 |
2486 | 2023-11-08T23:29:45.946Z | Documenting indexmap v2.1.0 |
2487 | 2023-11-08T23:29:46.432Z | Checking dtrace-parser v0.1.14 |
2488 | 2023-11-08T23:29:46.561Z | Documenting quote v1.0.33 |
2489 | 2023-11-08T23:29:46.925Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2490 | 2023-11-08T23:29:47.251Z | Checking thread-id v4.2.0 |
2491 | 2023-11-08T23:29:47.383Z | Documenting sct v0.7.0 |
2492 | 2023-11-08T23:29:48.185Z | Documenting slog v2.7.0 |
2493 | 2023-11-08T23:29:48.214Z | Documenting try-lock v0.2.4 |
2494 | 2023-11-08T23:29:50.155Z | Documenting httpdate v1.0.3 |
2495 | 2023-11-08T23:29:52.756Z | Documenting openssl-probe v0.1.5 |
2496 | 2023-11-08T23:29:53.104Z | Documenting want v0.3.1 |
2497 | 2023-11-08T23:29:53.716Z | Checking usdt-impl v0.3.5 |
2498 | 2023-11-08T23:29:53.727Z | Documenting rustls-webpki v0.101.7 |
2499 | 2023-11-08T23:29:54.068Z | Documenting http-body v0.4.5 |
2500 | 2023-11-08T23:29:55.218Z | Documenting rustls-pemfile v1.0.3 |
2501 | 2023-11-08T23:29:55.817Z | Documenting openssl-macros v0.1.1 |
2502 | 2023-11-08T23:29:57.219Z | Documenting errno v0.3.2 |
2503 | 2023-11-08T23:29:59.985Z | Documenting openssl-sys v0.9.93 |
2504 | 2023-11-08T23:30:02.557Z | Documenting tokio-util v0.7.10 |
2505 | 2023-11-08T23:30:26.801Z | Checking allocator-api2 v0.2.16 |
2506 | 2023-11-08T23:30:27.589Z | Documenting tower-service v0.3.2 |
2507 | 2023-11-08T23:30:28.299Z | Documenting gimli v0.28.0 |
2508 | 2023-11-08T23:30:28.422Z | Documenting rustls v0.21.8 |
2509 | 2023-11-08T23:30:28.589Z | Documenting mime v0.3.17 |
2510 | 2023-11-08T23:30:28.807Z | Documenting rustix v0.38.9 |
2511 | 2023-11-08T23:30:29.054Z | Checking hashbrown v0.14.2 |
2512 | 2023-11-08T23:30:29.097Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2513 | 2023-11-08T23:30:29.196Z | Documenting time-macros v0.2.13 |
2514 | 2023-11-08T23:30:29.383Z | Documenting async-trait v0.1.74 |
2515 | 2023-11-08T23:30:29.475Z | Documenting h2 v0.3.21 |
2516 | 2023-11-08T23:30:29.507Z | Documenting openssl v0.10.57 |
2517 | 2023-11-08T23:30:29.545Z | Documenting addr2line v0.21.0 |
2518 | 2023-11-08T23:30:29.643Z | Documenting object v0.32.1 |
2519 | 2023-11-08T23:30:29.786Z | Documenting aho-corasick v1.0.4 |
2520 | 2023-11-08T23:30:29.831Z | Documenting tokio-rustls v0.24.1 |
2521 | 2023-11-08T23:30:29.936Z | Documenting num_threads v0.1.6 |
2522 | 2023-11-08T23:30:30.083Z | Checking equivalent v1.0.1 |
2523 | 2023-11-08T23:30:30.254Z | Documenting regex-syntax v0.8.2 |
2524 | 2023-11-08T23:30:30.319Z | Checking dyn-clone v1.0.13 |
2525 | 2023-11-08T23:30:30.918Z | Documenting unicode-width v0.1.11 |
2526 | 2023-11-08T23:30:31.087Z | Documenting ipnet v2.8.0 |
2527 | 2023-11-08T23:30:31.754Z | Documenting deranged v0.3.8 |
2528 | 2023-11-08T23:30:31.835Z | Documenting time-core v0.1.1 |
2529 | 2023-11-08T23:30:31.852Z | Documenting rustc-demangle v0.1.23 |
2530 | 2023-11-08T23:30:31.925Z | Documenting hyper v0.14.27 |
2531 | 2023-11-08T23:30:31.953Z | Checking schemars v0.8.13 |
2532 | 2023-11-08T23:30:32.034Z | Documenting regex-automata v0.4.3 |
2533 | 2023-11-08T23:30:32.087Z | Checking indexmap v2.1.0 |
2534 | 2023-11-08T23:30:32.099Z | Checking pest_meta v2.7.2 |
2535 | 2023-11-08T23:30:32.178Z | Documenting crossbeam-utils v0.8.16 |
2536 | 2023-11-08T23:30:32.207Z | Documenting native-tls v0.2.11 |
2537 | 2023-11-08T23:30:32.219Z | Checking hashbrown v0.13.2 |
2538 | 2023-11-08T23:30:32.232Z | Documenting time v0.3.27 |
2539 | 2023-11-08T23:30:32.247Z | Documenting pest_meta v2.7.2 |
2540 | 2023-11-08T23:30:32.283Z | Checking http v0.2.9 |
2541 | 2023-11-08T23:30:32.306Z | Documenting backtrace v0.3.69 |
2542 | 2023-11-08T23:30:32.816Z | Documenting encoding_rs v0.8.33 |
2543 | 2023-11-08T23:30:34.965Z | Checking pest_generator v2.7.2 |
2544 | 2023-11-08T23:30:35.039Z | Documenting pest_generator v2.7.2 |
2545 | 2023-11-08T23:30:35.921Z | Documenting tokio-native-tls v0.3.1 |
2546 | 2023-11-08T23:30:36.219Z | Documenting rustls-native-certs v0.6.3 |
2547 | 2023-11-08T23:30:37.836Z | Documenting serde_urlencoded v0.7.1 |
2548 | 2023-11-08T23:30:38.589Z | Documenting anyhow v1.0.75 |
2549 | 2023-11-08T23:30:38.996Z | Documenting regex v1.10.2 |
2550 | 2023-11-08T23:30:39.882Z | Documenting ucd-trie v0.1.6 |
2551 | 2023-11-08T23:30:42.134Z | Documenting pest_derive v2.7.2 |
2552 | 2023-11-08T23:30:42.468Z | Checking serde_tokenstream v0.1.7 |
2553 | 2023-11-08T23:30:43.072Z | Documenting webpki-roots v0.25.2 |
2554 | 2023-11-08T23:30:43.455Z | Documenting hyper-rustls v0.24.2 |
2555 | 2023-11-08T23:30:43.794Z | Documenting hyper-tls v0.5.0 |
2556 | 2023-11-08T23:30:44.865Z | Documenting syn v2.0.32 |
2557 | 2023-11-08T23:30:45.943Z | Checking aho-corasick v1.0.4 |
2558 | 2023-11-08T23:30:46.048Z | Documenting pest v2.7.2 |
2559 | 2023-11-08T23:30:47.366Z | Documenting dof v0.1.5 |
2560 | 2023-11-08T23:30:48.458Z | Documenting thread-id v4.2.0 |
2561 | 2023-11-08T23:30:48.768Z | Checking regex-syntax v0.8.2 |
2562 | 2023-11-08T23:30:49.309Z | Documenting usdt-macro v0.3.5 |
2563 | 2023-11-08T23:30:54.120Z | Checking regex-automata v0.4.3 |
2564 | 2023-11-08T23:30:54.170Z | Documenting usdt-attr-macro v0.3.5 |
2565 | 2023-11-08T23:30:54.679Z | Documenting dtrace-parser v0.1.14 |
2566 | 2023-11-08T23:30:54.683Z | Documenting openapiv3 v1.0.3 |
2567 | 2023-11-08T23:30:54.686Z | Documenting ipnetwork v0.20.0 |
2568 | 2023-11-08T23:30:54.828Z | Documenting reqwest v0.11.20 |
2569 | 2023-11-08T23:30:58.031Z | Documenting sha2 v0.10.8 |
2570 | 2023-11-08T23:30:59.744Z | Documenting futures-executor v0.3.29 |
2571 | 2023-11-08T23:30:59.785Z | Documenting usdt-impl v0.3.5 |
2572 | 2023-11-08T23:31:03.317Z | Checking serde_tokenstream v0.2.0 |
2573 | 2023-11-08T23:31:03.351Z | Checking strsim v0.10.0 |
2574 | 2023-11-08T23:31:03.703Z | Checking unicode-width v0.1.11 |
2575 | 2023-11-08T23:31:03.747Z | Checking regex v1.10.2 |
2576 | 2023-11-08T23:31:03.902Z | Checking regress v0.7.1 |
2577 | 2023-11-08T23:31:03.929Z | Documenting hex v0.4.3 |
2578 | 2023-11-08T23:31:04.745Z | Documenting hmac v0.12.1 |
2579 | 2023-11-08T23:31:05.775Z | Documenting fallible-iterator v0.2.0 |
2580 | 2023-11-08T23:31:05.907Z | Documenting futures v0.3.29 |
2581 | 2023-11-08T23:31:08.878Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2582 | 2023-11-08T23:31:09.250Z | Documenting usdt v0.3.5 |
2583 | 2023-11-08T23:31:10.874Z | Checking openapiv3 v1.0.3 |
2584 | 2023-11-08T23:31:10.894Z | Documenting stringprep v0.1.3 |
2585 | 2023-11-08T23:31:12.122Z | Documenting semver v1.0.20 |
2586 | 2023-11-08T23:31:12.375Z | Documenting md-5 v0.10.5 |
2587 | 2023-11-08T23:31:12.849Z | Documenting regress v0.7.1 |
2588 | 2023-11-08T23:31:15.651Z | Documenting siphasher v0.3.11 |
2589 | 2023-11-08T23:31:16.976Z | Documenting utf8parse v0.2.1 |
2590 | 2023-11-08T23:31:17.438Z | Documenting block-padding v0.3.3 |
2591 | 2023-11-08T23:31:17.737Z | Checking unsafe-libyaml v0.2.9 |
2592 | 2023-11-08T23:31:18.418Z | Documenting heck v0.4.1 |
2593 | 2023-11-08T23:31:18.699Z | Documenting static_assertions v1.1.0 |
2594 | 2023-11-08T23:31:19.702Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2595 | 2023-11-08T23:31:19.904Z | Documenting postgres-protocol v0.6.6 |
2596 | 2023-11-08T23:31:20.103Z | Documenting phf_shared v0.11.2 |
2597 | 2023-11-08T23:31:21.174Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2598 | 2023-11-08T23:31:21.342Z | Checking getopts v0.2.21 |
2599 | 2023-11-08T23:31:21.882Z | Documenting serde_spanned v0.6.4 |
2600 | 2023-11-08T23:31:22.455Z | Documenting toml_datetime v0.6.5 |
2601 | 2023-11-08T23:31:23.203Z | Documenting num-integer v0.1.45 |
2602 | 2023-11-08T23:31:24.219Z | Documenting inout v0.1.3 |
2603 | 2023-11-08T23:31:24.623Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2604 | 2023-11-08T23:31:25.754Z | Documenting phf v0.11.2 |
2605 | 2023-11-08T23:31:28.352Z | Documenting unsafe-libyaml v0.2.9 |
2606 | 2023-11-08T23:31:28.485Z | Documenting whoami v1.4.1 |
2607 | 2023-11-08T23:31:29.391Z | Checking ident_case v1.0.1 |
2608 | 2023-11-08T23:31:29.429Z | Documenting postgres-types v0.2.6 |
2609 | 2023-11-08T23:31:29.611Z | Documenting either v1.9.0 |
2610 | 2023-11-08T23:31:29.989Z | Documenting winnow v0.5.15 |
2611 | 2023-11-08T23:31:30.960Z | Documenting cipher v0.4.4 |
2612 | 2023-11-08T23:31:31.627Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2613 | 2023-11-08T23:31:34.005Z | Documenting serde_yaml v0.9.25 |
2614 | 2023-11-08T23:31:34.163Z | Checking serde_yaml v0.9.25 |
2615 | 2023-11-08T23:31:34.480Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2616 | 2023-11-08T23:31:35.650Z | Documenting getopts v0.2.21 |
2617 | 2023-11-08T23:31:36.347Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2618 | 2023-11-08T23:31:37.349Z | Documenting zerocopy v0.6.4 |
2619 | 2023-11-08T23:31:37.578Z | Documenting toml_edit v0.21.0 |
2620 | 2023-11-08T23:31:39.310Z | Documenting data-encoding v2.4.0 |
2621 | 2023-11-08T23:31:40.026Z | Documenting tokio-postgres v0.7.10 |
2622 | 2023-11-08T23:31:42.021Z | Documenting anstyle v1.0.2 |
2623 | 2023-11-08T23:31:42.886Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2624 | 2023-11-08T23:31:43.588Z | Documenting anstyle-parse v0.2.1 |
2625 | 2023-11-08T23:31:44.626Z | Documenting anstyle-query v1.0.0 |
2626 | 2023-11-08T23:31:45.457Z | Documenting colorchoice v1.0.0 |
2627 | 2023-11-08T23:31:46.544Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2628 | 2023-11-08T23:31:46.929Z | Documenting match_cfg v0.1.0 |
2629 | 2023-11-08T23:31:47.745Z | Documenting itertools v0.11.0 |
2630 | 2023-11-08T23:31:49.545Z | Documenting terminal_size v0.2.6 |
2631 | 2023-11-08T23:31:49.669Z | Documenting dirs-sys-next v0.1.2 |
2632 | 2023-11-08T23:31:50.650Z | Documenting anstream v0.5.0 |
2633 | 2023-11-08T23:31:50.965Z | Documenting hostname v0.3.1 |
2634 | 2023-11-08T23:31:52.397Z | Documenting clap_lex v0.5.1 |
2635 | 2023-11-08T23:31:54.469Z | Documenting strsim v0.10.0 |
2636 | 2023-11-08T23:31:54.691Z | Documenting tap v1.0.1 |
2637 | 2023-11-08T23:31:55.718Z | Documenting dirs-next v2.0.0 |
2638 | 2023-11-08T23:31:56.598Z | Documenting clap_derive v4.4.2 |
2639 | 2023-11-08T23:31:57.031Z | Documenting thread_local v1.1.7 |
2640 | 2023-11-08T23:31:58.574Z | Documenting crc32fast v1.3.2 |
2641 | 2023-11-08T23:31:58.829Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2642 | 2023-11-08T23:31:58.967Z | Documenting wyz v0.5.1 |
2643 | 2023-11-08T23:31:59.581Z | Documenting radium v0.7.0 |
2644 | 2023-11-08T23:32:00.547Z | Documenting clap_builder v4.4.2 |
2645 | 2023-11-08T23:32:01.865Z | Documenting funty v2.0.0 |
2646 | 2023-11-08T23:32:03.357Z | Documenting term v0.7.0 |
2647 | 2023-11-08T23:32:03.522Z | Documenting num-iter v0.1.43 |
2648 | 2023-11-08T23:32:03.931Z | Documenting crossbeam-channel v0.5.8 |
2649 | 2023-11-08T23:32:04.113Z | Documenting sha1 v0.10.5 |
2650 | 2023-11-08T23:32:04.542Z | Documenting enum-as-inner v0.5.1 |
2651 | 2023-11-08T23:32:06.559Z | Documenting bitvec v1.0.1 |
2652 | 2023-11-08T23:32:09.233Z | Documenting signal-hook v0.3.17 |
2653 | 2023-11-08T23:32:09.695Z | Documenting atty v0.2.14 |
2654 | 2023-11-08T23:32:10.304Z | Documenting memoffset v0.9.0 |
2655 | 2023-11-08T23:32:10.370Z | Documenting clap v4.4.3 |
2656 | 2023-11-08T23:32:11.439Z | Documenting take_mut v0.2.2 |
2657 | 2023-11-08T23:32:11.953Z | Documenting trust-dns-proto v0.22.0 |
2658 | 2023-11-08T23:32:14.426Z | Documenting slog-term v2.9.0 |
2659 | 2023-11-08T23:32:14.539Z | Documenting crossbeam-epoch v0.9.15 |
2660 | 2023-11-08T23:32:15.069Z | Documenting flate2 v1.0.28 |
2661 | 2023-11-08T23:32:15.365Z | Documenting slog-json v2.6.1 |
2662 | 2023-11-08T23:32:16.583Z | Documenting camino v1.1.6 |
2663 | 2023-11-08T23:32:17.045Z | Documenting slog-async v2.8.0 |
2664 | 2023-11-08T23:32:18.698Z | Documenting paste v1.0.14 |
2665 | 2023-11-08T23:32:21.120Z | Documenting signal-hook-mio v0.2.3 |
2666 | 2023-11-08T23:32:21.546Z | Documenting signature v2.1.0 |
2667 | 2023-11-08T23:32:22.304Z | Documenting slog-bunyan v2.4.0 |
2668 | 2023-11-08T23:32:22.326Z | Documenting hash32 v0.2.1 |
2669 | 2023-11-08T23:32:23.578Z | Documenting scheduled-thread-pool v0.2.7 |
2670 | 2023-11-08T23:32:23.590Z | Checking diesel_table_macro_syntax v0.1.0 |
2671 | 2023-11-08T23:32:23.850Z | Documenting diesel_table_macro_syntax v0.1.0 |
2672 | 2023-11-08T23:32:24.732Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2673 | 2023-11-08T23:32:25.995Z | Documenting stable_deref_trait v1.2.0 |
2674 | 2023-11-08T23:32:27.086Z | Documenting unicode-segmentation v1.10.1 |
2675 | 2023-11-08T23:32:28.541Z | Documenting crossterm v0.27.0 |
2676 | 2023-11-08T23:32:28.709Z | Checking darling_core v0.20.3 |
2677 | 2023-11-08T23:32:29.104Z | Documenting async-stream-impl v0.3.5 |
2678 | 2023-11-08T23:32:29.958Z | Documenting r2d2 v0.8.10 |
2679 | 2023-11-08T23:32:30.046Z | Documenting heapless v0.7.16 |
2680 | 2023-11-08T23:32:30.778Z | Documenting bzip2 v0.4.4 |
2681 | 2023-11-08T23:32:31.117Z | Documenting diesel_derives v2.1.1 |
2682 | 2023-11-08T23:32:31.787Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2683 | 2023-11-08T23:32:32.115Z | Documenting strum v0.25.0 |
2684 | 2023-11-08T23:32:36.218Z | Documenting managed v0.8.0 |
2685 | 2023-11-08T23:32:36.809Z | Documenting atomic-waker v1.1.1 |
2686 | 2023-11-08T23:32:36.822Z | Documenting debug-ignore v1.0.5 |
2687 | 2023-11-08T23:32:37.088Z | Documenting bit-vec v0.6.3 |
2688 | 2023-11-08T23:32:38.047Z | Documenting zip v0.6.6 |
2689 | 2023-11-08T23:32:38.059Z | Documenting async-stream v0.3.5 |
2690 | 2023-11-08T23:32:38.062Z | Checking darling v0.20.3 |
2691 | 2023-11-08T23:32:38.132Z | Documenting num-bigint v0.4.4 |
2692 | 2023-11-08T23:32:40.668Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2693 | 2023-11-08T23:32:40.734Z | Documenting waitgroup v0.1.2 |
2694 | 2023-11-08T23:32:41.149Z | Documenting smoltcp v0.9.1 |
2695 | 2023-11-08T23:32:42.636Z | Documenting diesel v2.1.3 |
2696 | 2023-11-08T23:32:43.114Z | Documenting multer v2.1.0 |
2697 | 2023-11-08T23:32:43.523Z | Documenting hubpack v0.1.2 |
2698 | 2023-11-08T23:32:44.082Z | Documenting serde_path_to_error v0.1.14 |
2699 | 2023-11-08T23:32:46.303Z | Documenting bstr v1.6.0 |
2700 | 2023-11-08T23:32:47.931Z | Documenting serde_repr v0.1.16 |
2701 | 2023-11-08T23:32:48.627Z | Documenting precomputed-hash v0.1.1 |
2702 | 2023-11-08T23:32:49.050Z | Documenting new_debug_unreachable v1.0.4 |
2703 | 2023-11-08T23:32:49.550Z | Documenting fixedbitset v0.4.2 |
2704 | 2023-11-08T23:32:50.266Z | Documenting lalrpop-util v0.19.12 |
2705 | 2023-11-08T23:32:51.058Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2706 | 2023-11-08T23:32:53.051Z | Documenting yasna v0.5.2 |
2707 | 2023-11-08T23:32:54.088Z | Documenting serde_with_macros v2.3.3 |
2708 | 2023-11-08T23:32:54.275Z | Documenting petgraph v0.6.4 |
2709 | 2023-11-08T23:32:54.755Z | Documenting string_cache v0.8.7 |
2710 | 2023-11-08T23:32:55.303Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2711 | 2023-11-08T23:32:56.686Z | Documenting console v0.15.7 |
2712 | 2023-11-08T23:33:10.208Z | Documenting float-cmp v0.9.0 |
2713 | 2023-11-08T23:33:10.355Z | Documenting difflib v0.4.0 |
2714 | 2023-11-08T23:33:10.864Z | Documenting predicates-core v1.0.6 |
2715 | 2023-11-08T23:33:10.899Z | Documenting normalize-line-endings v0.3.0 |
2716 | 2023-11-08T23:33:10.977Z | Documenting serde_with v2.3.3 |
2717 | 2023-11-08T23:33:10.988Z | Documenting bit-set v0.5.3 |
2718 | 2023-11-08T23:33:11.018Z | Documenting similar v2.2.1 |
2719 | 2023-11-08T23:33:11.036Z | Documenting toml v0.8.8 |
2720 | 2023-11-08T23:33:11.056Z | Documenting tokio-stream v0.1.14 |
2721 | 2023-11-08T23:33:11.083Z | Documenting predicates v3.0.4 |
2722 | 2023-11-08T23:33:12.298Z | Documenting instant v0.1.12 |
2723 | 2023-11-08T23:33:13.509Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2724 | 2023-11-08T23:33:13.783Z | Documenting macaddr v1.0.1 |
2725 | 2023-11-08T23:33:14.492Z | Documenting base64ct v1.6.0 |
2726 | 2023-11-08T23:33:15.919Z | Documenting parse-display v0.8.2 |
2727 | 2023-11-08T23:33:16.333Z | Checking scopeguard v1.2.0 |
2728 | 2023-11-08T23:33:16.569Z | Checking lock_api v0.4.10 |
2729 | 2023-11-08T23:33:17.199Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2730 | 2023-11-08T23:33:17.644Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2731 | 2023-11-08T23:33:17.703Z | Documenting crucible-workspace-hack v0.1.0 |
2732 | 2023-11-08T23:33:17.788Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2733 | 2023-11-08T23:33:18.525Z | Documenting backoff v0.4.0 |
2734 | 2023-11-08T23:33:19.660Z | Checking smallvec v1.11.0 |
2735 | 2023-11-08T23:33:20.256Z | Checking parking_lot_core v0.9.8 |
2736 | 2023-11-08T23:33:20.608Z | Documenting is-terminal v0.4.9 |
2737 | 2023-11-08T23:33:20.766Z | Documenting blake2 v0.10.6 |
2738 | 2023-11-08T23:33:20.892Z | Documenting password-hash v0.5.0 |
2739 | 2023-11-08T23:33:22.889Z | Checking parking_lot v0.12.1 |
2740 | 2023-11-08T23:33:22.982Z | Checking pin-project-lite v0.2.13 |
2741 | 2023-11-08T23:33:23.016Z | Checking rand_core v0.6.4 |
2742 | 2023-11-08T23:33:23.029Z | Checking signal-hook-registry v1.4.1 |
2743 | 2023-11-08T23:33:23.923Z | Checking mio v0.8.8 |
2744 | 2023-11-08T23:33:23.931Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2745 | 2023-11-08T23:33:23.940Z | Checking typenum v1.16.0 |
2746 | 2023-11-08T23:33:23.955Z | Checking futures-core v0.3.29 |
2747 | 2023-11-08T23:33:24.044Z | Checking zeroize v1.6.0 |
2748 | 2023-11-08T23:33:24.116Z | Documenting proc-macro-error-attr v1.0.4 |
2749 | 2023-11-08T23:33:24.444Z | Checking unicode-segmentation v1.10.1 |
2750 | 2023-11-08T23:33:25.518Z | Checking proc-macro-error v1.0.4 |
2751 | 2023-11-08T23:33:25.546Z | Checking generic-array v0.14.7 |
2752 | 2023-11-08T23:33:25.957Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2753 | 2023-11-08T23:33:26.657Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2754 | 2023-11-08T23:33:27.098Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2755 | 2023-11-08T23:33:27.544Z | Checking num_cpus v1.16.0 |
2756 | 2023-11-08T23:33:27.720Z | Checking socket2 v0.5.4 |
2757 | 2023-11-08T23:33:27.940Z | Checking futures-sink v0.3.29 |
2758 | 2023-11-08T23:33:28.168Z | Documenting fastrand v2.0.0 |
2759 | 2023-11-08T23:33:28.477Z | Documenting postcard-cobs v0.1.5-pre |
2760 | 2023-11-08T23:33:28.534Z | Documenting argon2 v0.5.2 |
2761 | 2023-11-08T23:33:28.578Z | Checking tokio v1.33.0 |
2762 | 2023-11-08T23:33:30.674Z | Documenting foreign-types-macros v0.2.3 |
2763 | 2023-11-08T23:33:31.059Z | Documenting proc-macro-error v1.0.4 |
2764 | 2023-11-08T23:33:32.705Z | Documenting postcard v0.7.3 |
2765 | 2023-11-08T23:33:33.156Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2766 | 2023-11-08T23:33:34.459Z | Documenting tempfile v3.8.0 |
2767 | 2023-11-08T23:33:35.336Z | Documenting foreign-types-shared v0.3.1 |
2768 | 2023-11-08T23:33:37.675Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2769 | 2023-11-08T23:33:38.319Z | Checking spin v0.5.2 |
2770 | 2023-11-08T23:33:38.617Z | Checking tinyvec_macros v0.1.1 |
2771 | 2023-11-08T23:33:38.740Z | Checking tinyvec v1.6.0 |
2772 | 2023-11-08T23:33:39.404Z | Checking futures-channel v0.3.29 |
2773 | 2023-11-08T23:33:39.482Z | Documenting foreign-types v0.5.0 |
2774 | 2023-11-08T23:33:39.778Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2775 | 2023-11-08T23:33:39.975Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2776 | 2023-11-08T23:33:40.081Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2777 | 2023-11-08T23:33:40.889Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2778 | 2023-11-08T23:33:41.898Z | Documenting cstr-argument v0.1.2 |
2779 | 2023-11-08T23:33:41.995Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2780 | 2023-11-08T23:33:45.023Z | Checking futures-task v0.3.29 |
2781 | 2023-11-08T23:33:46.652Z | Checking slab v0.4.9 |
2782 | 2023-11-08T23:33:46.689Z | Checking futures-io v0.3.29 |
2783 | 2023-11-08T23:33:47.136Z | Checking pin-utils v0.1.0 |
2784 | 2023-11-08T23:33:47.140Z | Checking unicode-normalization v0.1.22 |
2785 | 2023-11-08T23:33:47.143Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2786 | 2023-11-08T23:33:47.162Z | Checking futures-util v0.3.29 |
2787 | 2023-11-08T23:33:47.166Z | Checking crypto-common v0.1.6 |
2788 | 2023-11-08T23:33:47.170Z | Documenting colored v2.0.4 |
2789 | 2023-11-08T23:33:47.293Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2790 | 2023-11-08T23:33:47.438Z | Checking spin v0.9.8 |
2791 | 2023-11-08T23:33:47.506Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2792 | 2023-11-08T23:33:47.922Z | Checking tracing-core v0.1.31 |
2793 | 2023-11-08T23:33:49.018Z | Checking unicode-bidi v0.3.13 |
2794 | 2023-11-08T23:33:49.791Z | Checking tracing v0.1.37 |
2795 | 2023-11-08T23:33:50.331Z | Documenting zone_cfg_derive v0.3.0 |
2796 | 2023-11-08T23:33:51.408Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2797 | 2023-11-08T23:33:53.058Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2798 | 2023-11-08T23:33:53.222Z | Checking block-buffer v0.10.4 |
2799 | 2023-11-08T23:33:53.554Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2800 | 2023-11-08T23:33:53.813Z | Documenting num-derive v0.4.0 |
2801 | 2023-11-08T23:33:54.059Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2802 | 2023-11-08T23:33:54.414Z | Checking bitflags v2.4.0 |
2803 | 2023-11-08T23:33:55.065Z | Checking ppv-lite86 v0.2.17 |
2804 | 2023-11-08T23:33:56.012Z | Checking subtle v2.5.0 |
2805 | 2023-11-08T23:33:56.429Z | Checking const-oid v0.9.5 |
2806 | 2023-11-08T23:33:58.196Z | Documenting zone v0.3.0 |
2807 | 2023-11-08T23:33:59.250Z | Checking digest v0.10.7 |
2808 | 2023-11-08T23:33:59.841Z | Checking rand_chacha v0.3.1 |
2809 | 2023-11-08T23:33:59.926Z | Documenting smf v0.2.2 |
2810 | 2023-11-08T23:34:00.403Z | Checking base64 v0.21.5 |
2811 | 2023-11-08T23:34:00.786Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2812 | 2023-11-08T23:34:00.849Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2813 | 2023-11-08T23:34:01.161Z | Documenting linked-hash-map v0.5.6 |
2814 | 2023-11-08T23:34:03.312Z | Checking rand v0.8.5 |
2815 | 2023-11-08T23:34:04.857Z | Checking tokio-util v0.7.10 |
2816 | 2023-11-08T23:34:04.949Z | Checking percent-encoding v2.3.0 |
2817 | 2023-11-08T23:34:05.263Z | Checking foreign-types-shared v0.1.1 |
2818 | 2023-11-08T23:34:05.409Z | Checking untrusted v0.9.0 |
2819 | 2023-11-08T23:34:05.644Z | Checking openssl-probe v0.1.5 |
2820 | 2023-11-08T23:34:05.838Z | Checking hashbrown v0.12.3 |
2821 | 2023-11-08T23:34:06.475Z | Checking bitflags v1.3.2 |
2822 | 2023-11-08T23:34:06.574Z | Checking untrusted v0.7.1 |
2823 | 2023-11-08T23:34:06.620Z | Checking ring v0.17.5 |
2824 | 2023-11-08T23:34:06.800Z | Checking ring v0.16.20 |
2825 | 2023-11-08T23:34:07.427Z | Checking foreign-types v0.3.2 |
2826 | 2023-11-08T23:34:07.519Z | Checking indexmap v1.9.3 |
2827 | 2023-11-08T23:34:07.553Z | Checking openssl-sys v0.9.93 |
2828 | 2023-11-08T23:34:07.773Z | Checking errno v0.3.2 |
2829 | 2023-11-08T23:34:07.908Z | Documenting lru-cache v0.1.2 |
2830 | 2023-11-08T23:34:07.992Z | Checking adler v1.0.2 |
2831 | 2023-11-08T23:34:08.217Z | Checking try-lock v0.2.4 |
2832 | 2023-11-08T23:34:08.413Z | Checking siphasher v0.3.11 |
2833 | 2023-11-08T23:34:08.736Z | Checking h2 v0.3.21 |
2834 | 2023-11-08T23:34:08.868Z | Checking want v0.3.1 |
2835 | 2023-11-08T23:34:09.126Z | Checking miniz_oxide v0.7.1 |
2836 | 2023-11-08T23:34:09.521Z | Checking form_urlencoded v1.2.0 |
2837 | 2023-11-08T23:34:09.617Z | Checking rustls-webpki v0.101.7 |
2838 | 2023-11-08T23:34:09.723Z | Checking sct v0.7.0 |
2839 | 2023-11-08T23:34:09.736Z | Checking openssl v0.10.57 |
2840 | 2023-11-08T23:34:09.816Z | Checking lazy_static v1.4.0 |
2841 | 2023-11-08T23:34:11.494Z | Checking http-body v0.4.5 |
2842 | 2023-11-08T23:34:11.631Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2843 | 2023-11-08T23:34:11.694Z | Checking io-lifetimes v1.0.11 |
2844 | 2023-11-08T23:34:11.704Z | Checking socket2 v0.4.9 |
2845 | 2023-11-08T23:34:11.712Z | Checking httparse v1.8.0 |
2846 | 2023-11-08T23:34:11.719Z | Checking cpufeatures v0.2.9 |
2847 | 2023-11-08T23:34:11.731Z | Checking tower-service v0.3.2 |
2848 | 2023-11-08T23:34:11.741Z | Checking anstyle v1.0.2 |
2849 | 2023-11-08T23:34:11.748Z | Checking utf8parse v0.2.1 |
2850 | 2023-11-08T23:34:11.757Z | Checking httpdate v1.0.3 |
2851 | 2023-11-08T23:34:11.768Z | Checking anstyle-parse v0.2.1 |
2852 | 2023-11-08T23:34:11.779Z | Checking rustls v0.21.8 |
2853 | 2023-11-08T23:34:11.787Z | Checking sha2 v0.10.8 |
2854 | 2023-11-08T23:34:11.797Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2855 | 2023-11-08T23:34:11.807Z | Checking rustix v0.37.23 |
2856 | 2023-11-08T23:34:11.816Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2023-11-08T23:34:12.249Z | Checking rustls-pemfile v1.0.3 |
2858 | 2023-11-08T23:34:12.515Z | Checking hmac v0.12.1 |
2859 | 2023-11-08T23:34:12.706Z | Checking md-5 v0.10.5 |
2860 | 2023-11-08T23:34:12.823Z | Checking idna v0.4.0 |
2861 | 2023-11-08T23:34:13.028Z | Checking stringprep v0.1.3 |
2862 | 2023-11-08T23:34:13.279Z | Documenting slog-dtrace v0.2.3 |
2863 | 2023-11-08T23:34:13.439Z | Checking num-integer v0.1.45 |
2864 | 2023-11-08T23:34:14.265Z | Checking hash32 v0.2.1 |
2865 | 2023-11-08T23:34:14.289Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2866 | 2023-11-08T23:34:15.168Z | Checking toml_datetime v0.6.5 |
2867 | 2023-11-08T23:34:15.175Z | Checking serde_spanned v0.6.4 |
2868 | 2023-11-08T23:34:15.220Z | Checking colorchoice v1.0.0 |
2869 | 2023-11-08T23:34:15.225Z | Checking winnow v0.5.15 |
2870 | 2023-11-08T23:34:15.315Z | Checking anstyle-query v1.0.0 |
2871 | 2023-11-08T23:34:15.477Z | Documenting quick-error v1.2.3 |
2872 | 2023-11-08T23:34:16.200Z | Checking stable_deref_trait v1.2.0 |
2873 | 2023-11-08T23:34:16.337Z | Checking fallible-iterator v0.2.0 |
2874 | 2023-11-08T23:34:16.528Z | Checking gimli v0.28.0 |
2875 | 2023-11-08T23:34:17.391Z | Checking either v1.9.0 |
2876 | 2023-11-08T23:34:17.873Z | Checking postgres-protocol v0.6.6 |
2877 | 2023-11-08T23:34:18.753Z | Checking native-tls v0.2.11 |
2878 | 2023-11-08T23:34:18.947Z | Checking hyper v0.14.27 |
2879 | 2023-11-08T23:34:18.950Z | Checking tokio-rustls v0.24.1 |
2880 | 2023-11-08T23:34:19.252Z | Checking tokio-native-tls v0.3.1 |
2881 | 2023-11-08T23:34:19.559Z | Checking heapless v0.7.16 |
2882 | 2023-11-08T23:34:19.633Z | Checking anstream v0.5.0 |
2883 | 2023-11-08T23:34:20.097Z | Checking url v2.4.1 |
2884 | 2023-11-08T23:34:20.131Z | Checking terminal_size v0.2.6 |
2885 | 2023-11-08T23:34:20.372Z | Checking rustls-native-certs v0.6.3 |
2886 | 2023-11-08T23:34:20.565Z | Checking phf_shared v0.11.2 |
2887 | 2023-11-08T23:34:21.565Z | Checking block-padding v0.3.3 |
2888 | 2023-11-08T23:34:21.574Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2889 | 2023-11-08T23:34:21.579Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2890 | 2023-11-08T23:34:21.584Z | Checking signal-hook v0.3.17 |
2891 | 2023-11-08T23:34:21.872Z | Documenting resolv-conf v0.7.0 |
2892 | 2023-11-08T23:34:21.940Z | Checking scheduled-thread-pool v0.2.7 |
2893 | 2023-11-08T23:34:22.160Z | Checking object v0.32.1 |
2894 | 2023-11-08T23:34:22.261Z | Checking bzip2-sys v0.1.11+1.0.8 |
2895 | 2023-11-08T23:34:22.432Z | Checking crc32fast v1.3.2 |
2896 | 2023-11-08T23:34:22.789Z | Checking clap_lex v0.5.1 |
2897 | 2023-11-08T23:34:22.867Z | Checking addr2line v0.21.0 |
2898 | 2023-11-08T23:34:26.206Z | Checking matches v0.1.10 |
2899 | 2023-11-08T23:34:26.209Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2900 | 2023-11-08T23:34:26.314Z | Checking ipnet v2.8.0 |
2901 | 2023-11-08T23:34:26.317Z | Checking num_threads v0.1.6 |
2902 | 2023-11-08T23:34:26.320Z | Checking tap v1.0.1 |
2903 | 2023-11-08T23:34:26.323Z | Checking deranged v0.3.8 |
2904 | 2023-11-08T23:34:26.326Z | Checking regex-automata v0.1.10 |
2905 | 2023-11-08T23:34:26.331Z | Checking rustc-demangle v0.1.23 |
2906 | 2023-11-08T23:34:26.334Z | Checking managed v0.8.0 |
2907 | 2023-11-08T23:34:26.337Z | Checking bit-vec v0.6.3 |
2908 | 2023-11-08T23:34:26.501Z | Checking smoltcp v0.9.1 |
2909 | 2023-11-08T23:34:26.708Z | Checking time v0.3.27 |
2910 | 2023-11-08T23:34:33.806Z | Documenting trust-dns-resolver v0.22.0 |
2911 | 2023-11-08T23:34:33.985Z | Checking bstr v0.2.17 |
2912 | 2023-11-08T23:34:34.095Z | Checking hyper-tls v0.5.0 |
2913 | 2023-11-08T23:34:34.118Z | Checking hyper-rustls v0.24.2 |
2914 | 2023-11-08T23:34:34.139Z | Checking wyz v0.5.1 |
2915 | 2023-11-08T23:34:34.145Z | Checking idna v0.2.3 |
2916 | 2023-11-08T23:34:34.178Z | Checking clap_builder v4.4.2 |
2917 | 2023-11-08T23:34:34.236Z | Checking flate2 v1.0.28 |
2918 | 2023-11-08T23:34:34.269Z | Checking backtrace v0.3.69 |
2919 | 2023-11-08T23:34:34.280Z | Checking bzip2 v0.4.4 |
2920 | 2023-11-08T23:34:34.294Z | Checking r2d2 v0.8.10 |
2921 | 2023-11-08T23:34:34.329Z | Checking signal-hook-mio v0.2.3 |
2922 | 2023-11-08T23:34:34.357Z | Checking inout v0.1.3 |
2923 | 2023-11-08T23:34:34.372Z | Checking phf v0.11.2 |
2924 | 2023-11-08T23:34:34.426Z | Checking toml_edit v0.19.15 |
2925 | 2023-11-08T23:34:34.445Z | Checking postgres-types v0.2.6 |
2926 | 2023-11-08T23:34:34.453Z | Checking itertools v0.11.0 |
2927 | 2023-11-08T23:34:34.457Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2928 | 2023-11-08T23:34:35.634Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2929 | 2023-11-08T23:34:36.229Z | Checking num-bigint v0.4.4 |
2930 | 2023-11-08T23:34:36.652Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2931 | 2023-11-08T23:34:38.111Z | Checking serde_urlencoded v0.7.1 |
2932 | 2023-11-08T23:34:38.753Z | Checking phf_shared v0.10.0 |
2933 | 2023-11-08T23:34:38.812Z | Checking futures-executor v0.3.29 |
2934 | 2023-11-08T23:34:39.172Z | Documenting pem-rfc7468 v0.7.0 |
2935 | 2023-11-08T23:34:39.203Z | Checking ipnetwork v0.20.0 |
2936 | 2023-11-08T23:34:39.511Z | Checking float-cmp v0.9.0 |
2937 | 2023-11-08T23:34:39.752Z | Checking zerocopy v0.6.4 |
2938 | 2023-11-08T23:34:39.804Z | Documenting der_derive v0.7.2 |
2939 | 2023-11-08T23:34:39.812Z | Checking hubpack v0.1.2 |
2940 | 2023-11-08T23:34:40.323Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2941 | 2023-11-08T23:34:40.525Z | Checking encoding_rs v0.8.33 |
2942 | 2023-11-08T23:34:40.698Z | Checking crossbeam-utils v0.8.16 |
2943 | 2023-11-08T23:34:40.894Z | Checking memoffset v0.9.0 |
2944 | 2023-11-08T23:34:41.047Z | Checking radium v0.7.0 |
2945 | 2023-11-08T23:34:41.600Z | Checking regex-automata v0.3.8 |
2946 | 2023-11-08T23:34:41.627Z | Documenting flagset v0.4.3 |
2947 | 2023-11-08T23:34:41.724Z | Checking data-encoding v2.4.0 |
2948 | 2023-11-08T23:34:41.997Z | Checking funty v2.0.0 |
2949 | 2023-11-08T23:34:42.998Z | Checking whoami v1.4.1 |
2950 | 2023-11-08T23:34:43.024Z | Checking mime v0.3.17 |
2951 | 2023-11-08T23:34:43.455Z | Checking predicates-core v1.0.6 |
2952 | 2023-11-08T23:34:43.737Z | Checking static_assertions v1.1.0 |
2953 | 2023-11-08T23:34:43.749Z | Checking webpki-roots v0.25.2 |
2954 | 2023-11-08T23:34:43.868Z | Checking precomputed-hash v0.1.1 |
2955 | 2023-11-08T23:34:43.971Z | Checking normalize-line-endings v0.3.0 |
2956 | 2023-11-08T23:34:44.018Z | Checking difflib v0.4.0 |
2957 | 2023-11-08T23:34:44.040Z | Checking fixedbitset v0.4.2 |
2958 | 2023-11-08T23:34:44.129Z | Checking new_debug_unreachable v1.0.4 |
2959 | 2023-11-08T23:34:44.252Z | Checking string_cache v0.8.7 |
2960 | 2023-11-08T23:34:44.410Z | Checking petgraph v0.6.4 |
2961 | 2023-11-08T23:34:44.422Z | Checking reqwest v0.11.20 |
2962 | 2023-11-08T23:34:44.506Z | Checking predicates v3.0.4 |
2963 | 2023-11-08T23:34:44.674Z | Checking bstr v1.6.0 |
2964 | 2023-11-08T23:34:45.567Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2965 | 2023-11-08T23:34:45.689Z | Checking bitvec v1.0.1 |
2966 | 2023-11-08T23:34:45.906Z | Checking tokio-postgres v0.7.10 |
2967 | 2023-11-08T23:34:46.139Z | Checking trust-dns-proto v0.22.0 |
2968 | 2023-11-08T23:34:47.264Z | Checking crossbeam-epoch v0.9.15 |
2969 | 2023-11-08T23:34:47.546Z | Checking diesel v2.1.3 |
2970 | 2023-11-08T23:34:48.065Z | Documenting der v0.7.8 |
2971 | 2023-11-08T23:34:50.136Z | Checking yasna v0.5.2 |
2972 | 2023-11-08T23:34:50.672Z | Checking futures v0.3.29 |
2973 | 2023-11-08T23:34:50.854Z | Checking toml v0.7.8 |
2974 | 2023-11-08T23:34:51.695Z | Checking clap v4.4.3 |
2975 | 2023-11-08T23:34:51.889Z | Checking cipher v0.4.4 |
2976 | 2023-11-08T23:34:52.048Z | Checking crossterm v0.27.0 |
2977 | 2023-11-08T23:34:52.419Z | Checking zip v0.6.6 |
2978 | 2023-11-08T23:34:52.495Z | Checking anyhow v1.0.75 |
2979 | 2023-11-08T23:34:52.659Z | Checking similar v2.2.1 |
2980 | 2023-11-08T23:34:53.181Z | Checking bit-set v0.5.3 |
2981 | 2023-11-08T23:34:53.200Z | Checking toml_edit v0.21.0 |
2982 | 2023-11-08T23:34:53.532Z | Checking itertools v0.10.5 |
2983 | 2023-11-08T23:34:53.576Z | Checking num-iter v0.1.43 |
2984 | 2023-11-08T23:34:53.866Z | Checking console v0.15.7 |
2985 | 2023-11-08T23:34:53.996Z | Checking rustix v0.38.9 |
2986 | 2023-11-08T23:34:54.687Z | Checking signature v2.1.0 |
2987 | 2023-11-08T23:34:54.939Z | Checking tokio-stream v0.1.14 |
2988 | 2023-11-08T23:34:55.211Z | Checking usdt v0.3.5 |
2989 | 2023-11-08T23:34:55.498Z | Checking hex v0.4.3 |
2990 | 2023-11-08T23:34:56.192Z | Checking semver v1.0.20 |
2991 | 2023-11-08T23:34:56.403Z | Checking slog v2.7.0 |
2992 | 2023-11-08T23:34:57.464Z | Checking lalrpop-util v0.19.12 |
2993 | 2023-11-08T23:34:59.024Z | Documenting spki v0.7.2 |
2994 | 2023-11-08T23:34:59.455Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2995 | 2023-11-08T23:35:01.024Z | Documenting cancel-safe-futures v0.1.5 |
2996 | 2023-11-08T23:35:04.255Z | Checking heck v0.3.3 |
2997 | 2023-11-08T23:35:22.477Z | Documenting hkdf v0.12.3 |
2998 | 2023-11-08T23:35:24.597Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2999 | 2023-11-08T23:35:24.627Z | Documenting structopt-derive v0.4.18 |
3000 | 2023-11-08T23:35:24.657Z | Documenting arc-swap v1.6.0 |
3001 | 2023-11-08T23:35:24.676Z | Documenting keccak v0.1.4 |
3002 | 2023-11-08T23:35:24.726Z | Documenting crc-catalog v2.2.0 |
3003 | 2023-11-08T23:35:24.742Z | Documenting slog-scope v4.4.0 |
3004 | 2023-11-08T23:35:24.751Z | Documenting structopt v0.3.26 |
3005 | 2023-11-08T23:35:24.765Z | Documenting pkcs8 v0.10.2 |
3006 | 2023-11-08T23:35:24.773Z | Documenting sha3 v0.10.8 |
3007 | 2023-11-08T23:35:24.785Z | Documenting crc v3.0.1 |
3008 | 2023-11-08T23:35:24.800Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3009 | 2023-11-08T23:35:25.219Z | Documenting libefi-sys v0.1.0 |
3010 | 2023-11-08T23:35:25.231Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3011 | 2023-11-08T23:35:25.236Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3012 | 2023-11-08T23:35:25.246Z | Documenting secrecy v0.8.0 |
3013 | 2023-11-08T23:35:25.257Z | Documenting packed_struct_codegen v0.10.1 |
3014 | 2023-11-08T23:35:25.263Z | Documenting nodrop v0.1.14 |
3015 | 2023-11-08T23:35:25.270Z | Documenting half v1.8.2 |
3016 | 2023-11-08T23:35:25.281Z | Documenting ciborium-io v0.2.1 |
3017 | 2023-11-08T23:35:25.286Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3018 | 2023-11-08T23:35:25.293Z | Documenting array-init v0.0.4 |
3019 | 2023-11-08T23:35:25.299Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3020 | 2023-11-08T23:35:25.304Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3021 | 2023-11-08T23:35:25.309Z | Documenting packed_struct v0.10.1 |
3022 | 2023-11-08T23:35:25.312Z | Documenting ciborium-ll v0.2.1 |
3023 | 2023-11-08T23:35:25.317Z | Documenting pkcs1 v0.7.5 |
3024 | 2023-11-08T23:35:28.043Z | Documenting slog-stdlog v4.1.1 |
3025 | 2023-11-08T23:35:28.267Z | Documenting num-bigint-dig v0.8.4 |
3026 | 2023-11-08T23:35:32.798Z | Documenting num-rational v0.4.1 |
3027 | 2023-11-08T23:35:32.860Z | Documenting universal-hash v0.5.1 |
3028 | 2023-11-08T23:35:32.936Z | Documenting num-complex v0.4.4 |
3029 | 2023-11-08T23:35:33.778Z | Documenting filetime v0.2.22 |
3030 | 2023-11-08T23:35:37.522Z | Documenting xattr v1.0.1 |
3031 | 2023-11-08T23:35:37.993Z | Documenting termcolor v1.2.0 |
3032 | 2023-11-08T23:35:38.414Z | Documenting bitfield v0.14.0 |
3033 | 2023-11-08T23:35:38.437Z | Documenting opaque-debug v0.3.0 |
3034 | 2023-11-08T23:35:39.658Z | Documenting swrite v0.1.0 |
3035 | 2023-11-08T23:35:39.727Z | Documenting num v0.4.1 |
3036 | 2023-11-08T23:35:39.730Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3037 | 2023-11-08T23:35:42.755Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3038 | 2023-11-08T23:35:42.887Z | Documenting rsa v0.9.2 |
3039 | 2023-11-08T23:35:43.887Z | Documenting tar v0.4.40 |
3040 | 2023-11-08T23:35:44.646Z | Documenting env_logger v0.10.0 |
3041 | 2023-11-08T23:35:45.817Z | Documenting slog-envlogger v2.2.0 |
3042 | 2023-11-08T23:35:46.037Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3043 | 2023-11-08T23:35:48.305Z | Documenting ciborium v0.2.1 |
3044 | 2023-11-08T23:35:53.608Z | Documenting serde-hex v0.1.0 |
3045 | 2023-11-08T23:35:53.669Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3046 | 2023-11-08T23:35:53.689Z | Documenting x509-cert v0.2.4 |
3047 | 2023-11-08T23:35:53.910Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3048 | 2023-11-08T23:35:54.234Z | Documenting libsw v3.3.0 |
3049 | 2023-11-08T23:35:54.937Z | Documenting ron v0.8.1 |
3050 | 2023-11-08T23:35:55.372Z | Documenting fxhash v0.2.1 |
3051 | 2023-11-08T23:35:57.712Z | Documenting derive-where v1.2.5 |
3052 | 2023-11-08T23:35:58.749Z | Documenting owo-colors v3.5.0 |
3053 | 2023-11-08T23:36:01.137Z | Documenting linear-map v1.2.0 |
3054 | 2023-11-08T23:36:01.822Z | Documenting crc-any v2.4.3 |
3055 | 2023-11-08T23:36:01.826Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3056 | 2023-11-08T23:36:01.907Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3057 | 2023-11-08T23:36:06.260Z | Documenting doc-comment v0.3.3 |
3058 | 2023-11-08T23:36:06.420Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3059 | 2023-11-08T23:36:07.305Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3060 | 2023-11-08T23:36:07.854Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3061 | 2023-11-08T23:36:08.217Z | Documenting newtype_derive v0.1.6 |
3062 | 2023-11-08T23:36:10.495Z | Documenting libsqlite3-sys v0.26.0 |
3063 | 2023-11-08T23:36:11.440Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3064 | 2023-11-08T23:36:13.978Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3065 | 2023-11-08T23:36:17.169Z | Documenting hashlink v0.8.3 |
3066 | 2023-11-08T23:36:20.151Z | Documenting aead v0.5.2 |
3067 | 2023-11-08T23:36:21.847Z | Documenting snafu-derive v0.7.5 |
3068 | 2023-11-08T23:36:22.831Z | Documenting same-file v1.0.6 |
3069 | 2023-11-08T23:36:23.895Z | Documenting fallible-streaming-iterator v0.1.9 |
3070 | 2023-11-08T23:36:26.497Z | Documenting path-slash v0.1.5 |
3071 | 2023-11-08T23:36:26.723Z | Documenting steno v0.4.0 |
3072 | 2023-11-08T23:36:28.577Z | Documenting rusqlite v0.29.0 |
3073 | 2023-11-08T23:36:29.403Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3074 | 2023-11-08T23:36:29.473Z | Documenting walkdir v2.4.0 |
3075 | 2023-11-08T23:36:31.270Z | Documenting camino-tempfile v1.0.2 |
3076 | 2023-11-08T23:36:32.223Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3077 | 2023-11-08T23:36:32.318Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3078 | 2023-11-08T23:36:34.183Z | Documenting snafu v0.7.5 |
3079 | 2023-11-08T23:36:35.864Z | Documenting nix v0.26.2 |
3080 | 2023-11-08T23:36:36.445Z | Checking darling_core v0.14.4 |
3081 | 2023-11-08T23:36:38.812Z | Documenting twox-hash v1.6.3 |
3082 | 2023-11-08T23:36:39.438Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3083 | 2023-11-08T23:36:40.582Z | Documenting nibble_vec v0.1.0 |
3084 | 2023-11-08T23:36:42.341Z | Documenting endian-type v0.1.2 |
3085 | 2023-11-08T23:36:42.396Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3086 | 2023-11-08T23:36:45.304Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3087 | 2023-11-08T23:36:45.982Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3088 | 2023-11-08T23:36:46.983Z | Checking darling v0.14.4 |
3089 | 2023-11-08T23:36:47.143Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3090 | 2023-11-08T23:36:47.941Z | Documenting radix_trie v0.2.1 |
3091 | 2023-11-08T23:36:48.191Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3092 | 2023-11-08T23:36:51.087Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3093 | 2023-11-08T23:36:51.996Z | Documenting polyval v0.6.1 |
3094 | 2023-11-08T23:36:54.785Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3095 | 2023-11-08T23:36:56.902Z | Documenting num_enum v0.7.0 |
3096 | 2023-11-08T23:36:57.974Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3097 | 2023-11-08T23:36:58.437Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3098 | 2023-11-08T23:36:59.278Z | Documenting ctr v0.9.2 |
3099 | 2023-11-08T23:37:01.666Z | Documenting aes v0.8.3 |
3100 | 2023-11-08T23:37:03.167Z | Documenting bincode v1.3.3 |
3101 | 2023-11-08T23:37:06.720Z | Documenting path-dedot v3.1.0 |
3102 | 2023-11-08T23:37:06.783Z | Documenting convert_case v0.4.0 |
3103 | 2023-11-08T23:37:08.104Z | Checking convert_case v0.4.0 |
3104 | 2023-11-08T23:37:08.437Z | Documenting utf-8 v0.7.6 |
3105 | 2023-11-08T23:37:09.838Z | Documenting aes-gcm-siv v0.11.1 |
3106 | 2023-11-08T23:37:09.979Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3107 | 2023-11-08T23:37:12.492Z | Documenting derive_more v0.99.17 |
3108 | 2023-11-08T23:37:13.095Z | Documenting path-absolutize v3.1.0 |
3109 | 2023-11-08T23:37:14.158Z | Documenting tungstenite v0.20.1 |
3110 | 2023-11-08T23:37:17.525Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3111 | 2023-11-08T23:37:18.941Z | Documenting trust-dns-client v0.22.0 |
3112 | 2023-11-08T23:37:21.213Z | Documenting buf-list v1.0.3 |
3113 | 2023-11-08T23:37:21.346Z | Documenting globset v0.4.13 |
3114 | 2023-11-08T23:37:22.696Z | Documenting crossbeam-deque v0.8.3 |
3115 | 2023-11-08T23:37:24.275Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3116 | 2023-11-08T23:37:24.897Z | Documenting headers-core v0.2.0 |
3117 | 2023-11-08T23:37:27.525Z | Documenting olpc-cjson v0.1.3 |
3118 | 2023-11-08T23:37:28.198Z | Documenting serde_plain v1.0.2 |
3119 | 2023-11-08T23:37:28.491Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3120 | 2023-11-08T23:37:29.063Z | Documenting async-recursion v1.0.5 |
3121 | 2023-11-08T23:37:32.161Z | Documenting bitstruct_derive v0.1.0 |
3122 | 2023-11-08T23:37:32.539Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3123 | 2023-11-08T23:37:34.007Z | Documenting ascii v1.1.0 |
3124 | 2023-11-08T23:37:34.747Z | Documenting display-error-chain v0.2.0 |
3125 | 2023-11-08T23:37:35.217Z | Documenting ringbuffer v0.15.0 |
3126 | 2023-11-08T23:37:35.836Z | Documenting tough v0.14.0 |
3127 | 2023-11-08T23:37:36.809Z | Documenting headers v0.3.9 |
3128 | 2023-11-08T23:37:37.542Z | Documenting trust-dns-server v0.22.1 |
3129 | 2023-11-08T23:37:38.298Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3130 | 2023-11-08T23:37:38.746Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3131 | 2023-11-08T23:37:40.046Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3132 | 2023-11-08T23:37:40.224Z | Documenting bitstruct v0.1.1 |
3133 | 2023-11-08T23:37:41.034Z | Documenting rayon-core v1.12.0 |
3134 | 2023-11-08T23:37:44.414Z | Documenting tokio-tungstenite v0.20.1 |
3135 | 2023-11-08T23:37:44.539Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3136 | 2023-11-08T23:37:46.373Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3137 | 2023-11-08T23:37:46.796Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3138 | 2023-11-08T23:37:47.374Z | Checking derive_builder_core v0.12.0 |
3139 | 2023-11-08T23:37:48.103Z | Documenting derive_builder_core v0.12.0 |
3140 | 2023-11-08T23:37:48.837Z | Documenting sled v0.34.7 |
3141 | 2023-11-08T23:37:49.154Z | Documenting erased-serde v0.3.30 |
3142 | 2023-11-08T23:37:49.977Z | Documenting unicase v2.7.0 |
3143 | 2023-11-08T23:38:02.479Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3144 | 2023-11-08T23:38:02.571Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3145 | 2023-11-08T23:38:02.665Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3146 | 2023-11-08T23:38:02.680Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3147 | 2023-11-08T23:38:02.692Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3148 | 2023-11-08T23:38:02.699Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3149 | 2023-11-08T23:38:02.708Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3150 | 2023-11-08T23:38:02.718Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3151 | 2023-11-08T23:38:02.726Z | Documenting serde_arrays v0.1.0 |
3152 | 2023-11-08T23:38:02.747Z | Documenting ff v0.13.0 |
3153 | 2023-11-08T23:38:02.771Z | Documenting pretty-hex v0.3.0 |
3154 | 2023-11-08T23:38:02.795Z | Documenting derive_builder_macro v0.12.0 |
3155 | 2023-11-08T23:38:02.817Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3156 | 2023-11-08T23:38:03.005Z | Documenting mime_guess v2.0.4 |
3157 | 2023-11-08T23:38:03.434Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3158 | 2023-11-08T23:38:04.360Z | Documenting group v0.13.0 |
3159 | 2023-11-08T23:38:05.346Z | Documenting rayon v1.8.0 |
3160 | 2023-11-08T23:38:09.874Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3161 | 2023-11-08T23:38:15.486Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3162 | 2023-11-08T23:38:19.047Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3163 | 2023-11-08T23:38:20.338Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3164 | 2023-11-08T23:38:22.706Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3165 | 2023-11-08T23:38:25.007Z | Documenting portable-atomic v1.4.3 |
3166 | 2023-11-08T23:38:29.745Z | Documenting ed25519 v1.5.3 |
3167 | 2023-11-08T23:38:30.621Z | Documenting bcs v0.1.6 |
3168 | 2023-11-08T23:38:31.676Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3169 | 2023-11-08T23:38:32.284Z | Documenting crypto-bigint v0.5.2 |
3170 | 2023-11-08T23:38:34.125Z | Documenting kstat-rs v0.2.3 |
3171 | 2023-11-08T23:38:34.439Z | Documenting ref-cast-impl v1.0.20 |
3172 | 2023-11-08T23:38:37.097Z | Documenting curve25519-dalek-derive v0.1.0 |
3173 | 2023-11-08T23:38:39.934Z | Documenting thiserror-impl-no-std v2.0.2 |
3174 | 2023-11-08T23:38:40.953Z | Documenting vte_generate_state_changes v0.1.1 |
3175 | 2023-11-08T23:38:41.630Z | Documenting unicode-xid v0.2.4 |
3176 | 2023-11-08T23:38:42.430Z | Checking unicode-xid v0.2.4 |
3177 | 2023-11-08T23:38:42.619Z | Documenting number_prefix v0.4.0 |
3178 | 2023-11-08T23:38:44.096Z | Documenting highway v1.1.0 |
3179 | 2023-11-08T23:38:45.893Z | Documenting base16ct v0.2.0 |
3180 | 2023-11-08T23:38:47.260Z | Documenting cassowary v0.3.0 |
3181 | 2023-11-08T23:38:47.767Z | Documenting thiserror-no-std v2.0.2 |
3182 | 2023-11-08T23:38:49.332Z | Documenting indicatif v0.17.7 |
3183 | 2023-11-08T23:38:49.402Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3184 | 2023-11-08T23:38:50.004Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3185 | 2023-11-08T23:38:50.471Z | Documenting elliptic-curve v0.13.5 |
3186 | 2023-11-08T23:38:52.032Z | Documenting vte v0.11.1 |
3187 | 2023-11-08T23:38:52.286Z | Documenting const_format_proc_macros v0.2.31 |
3188 | 2023-11-08T23:38:53.304Z | Documenting ratatui v0.23.0 |
3189 | 2023-11-08T23:38:57.039Z | Documenting curve25519-dalek v4.1.0 |
3190 | 2023-11-08T23:38:57.519Z | Documenting ref-cast v1.0.20 |
3191 | 2023-11-08T23:38:59.154Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3192 | 2023-11-08T23:38:59.543Z | Documenting salty v0.2.0 |
3193 | 2023-11-08T23:38:59.550Z | Documenting derive_builder v0.12.0 |
3194 | 2023-11-08T23:39:01.898Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3195 | 2023-11-08T23:39:04.228Z | Documenting polar-core v0.27.0 |
3196 | 2023-11-08T23:39:06.188Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3197 | 2023-11-08T23:39:06.281Z | Documenting libxml v0.3.3 |
3198 | 2023-11-08T23:39:11.451Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3199 | 2023-11-08T23:39:12.872Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3200 | 2023-11-08T23:39:17.133Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3201 | 2023-11-08T23:39:18.536Z | Documenting poly1305 v0.8.0 |
3202 | 2023-11-08T23:39:20.081Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3203 | 2023-11-08T23:39:23.336Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3204 | 2023-11-08T23:39:25.360Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3205 | 2023-11-08T23:39:25.845Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3206 | 2023-11-08T23:39:26.374Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3207 | 2023-11-08T23:39:26.403Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3208 | 2023-11-08T23:39:27.665Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3209 | 2023-11-08T23:39:35.709Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3210 | 2023-11-08T23:39:36.424Z | Documenting chacha20 v0.9.1 |
3211 | 2023-11-08T23:39:41.355Z | Documenting bb8 v0.8.1 |
3212 | 2023-11-08T23:39:41.789Z | Documenting serde-big-array v0.5.1 |
3213 | 2023-11-08T23:39:43.854Z | Documenting bytesize v1.3.0 |
3214 | 2023-11-08T23:39:44.659Z | Documenting quick-xml v0.23.1 |
3215 | 2023-11-08T23:39:45.164Z | Documenting pem v3.0.2 |
3216 | 2023-11-08T23:39:45.421Z | Documenting oso-derive v0.27.0 |
3217 | 2023-11-08T23:39:45.426Z | Documenting impl-trait-for-tuples v0.2.2 |
3218 | 2023-11-08T23:39:48.596Z | Documenting rtoolbox v0.0.1 |
3219 | 2023-11-08T23:39:50.514Z | Documenting unicode-linebreak v0.1.5 |
3220 | 2023-11-08T23:39:50.774Z | Documenting maplit v1.0.2 |
3221 | 2023-11-08T23:39:51.590Z | Documenting is_ci v1.1.1 |
3222 | 2023-11-08T23:39:51.715Z | Documenting smawk v0.3.1 |
3223 | 2023-11-08T23:39:52.331Z | Documenting humantime v2.1.0 |
3224 | 2023-11-08T23:39:52.744Z | Documenting fs-err v2.9.0 |
3225 | 2023-11-08T23:39:54.125Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3226 | 2023-11-08T23:39:54.599Z | Documenting rpassword v7.2.0 |
3227 | 2023-11-08T23:39:55.002Z | Documenting rcgen v0.11.3 |
3228 | 2023-11-08T23:39:56.985Z | Documenting oso v0.27.0 |
3229 | 2023-11-08T23:39:57.175Z | Documenting supports-color v2.1.0 |
3230 | 2023-11-08T23:39:57.717Z | Documenting textwrap v0.16.0 |
3231 | 2023-11-08T23:39:58.671Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3232 | 2023-11-08T23:39:59.100Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3233 | 2023-11-08T23:40:01.178Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3234 | 2023-11-08T23:40:04.341Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3235 | 2023-11-08T23:40:04.706Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3236 | 2023-11-08T23:40:06.480Z | Documenting chacha20poly1305 v0.10.1 |
3237 | 2023-11-08T23:40:28.653Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3238 | 2023-11-08T23:40:28.740Z | Documenting vsss-rs v3.3.1 |
3239 | 2023-11-08T23:40:28.828Z | Documenting tui-tree-widget v0.13.0 |
3240 | 2023-11-08T23:40:28.913Z | Documenting const_format v0.2.31 |
3241 | 2023-11-08T23:40:29.060Z | Documenting strip-ansi-escapes v0.2.0 |
3242 | 2023-11-08T23:40:29.240Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3243 | 2023-11-08T23:40:29.283Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3244 | 2023-11-08T23:40:29.541Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3245 | 2023-11-08T23:40:29.631Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3246 | 2023-11-08T23:40:30.479Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3247 | 2023-11-08T23:40:34.431Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3248 | 2023-11-08T23:40:34.535Z | Documenting cookie v0.16.2 |
3249 | 2023-11-08T23:40:39.715Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3250 | 2023-11-08T23:40:40.503Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3251 | 2023-11-08T23:40:41.770Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3252 | 2023-11-08T23:40:41.857Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3253 | 2023-11-08T23:40:42.324Z | Documenting atomicwrites v0.4.2 |
3254 | 2023-11-08T23:40:42.991Z | Documenting signal-hook-tokio v0.3.1 |
3255 | 2023-11-08T23:40:47.276Z | Documenting fd-lock v3.0.13 |
3256 | 2023-11-08T23:40:48.657Z | Documenting subprocess v0.2.9 |
3257 | 2023-11-08T23:40:49.600Z | Documenting bit_field v0.10.2 |
3258 | 2023-11-08T23:40:50.403Z | Documenting nu-ansi-term v0.49.0 |
3259 | 2023-11-08T23:40:51.760Z | Documenting corncobs v0.1.3 |
3260 | 2023-11-08T23:40:53.970Z | Documenting shell-words v1.1.0 |
3261 | 2023-11-08T23:40:54.365Z | Documenting http-range v0.1.5 |
3262 | 2023-11-08T23:40:54.815Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3263 | 2023-11-08T23:40:55.216Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3264 | 2023-11-08T23:40:56.093Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3265 | 2023-11-08T23:40:57.824Z | Documenting reedline v0.25.0 |
3266 | 2023-11-08T23:41:00.323Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3267 | 2023-11-08T23:41:00.779Z | Documenting hyper-staticfile v0.9.5 |
3268 | 2023-11-08T23:41:01.606Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3269 | 2023-11-08T23:41:03.215Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3270 | 2023-11-08T23:41:08.291Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3271 | 2023-11-08T23:41:10.625Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3272 | 2023-11-08T23:41:11.580Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3273 | 2023-11-08T23:41:26.794Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3274 | 2023-11-08T23:41:27.108Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3275 | 2023-11-08T23:41:28.452Z | Documenting fatfs v0.3.6 |
3276 | 2023-11-08T23:41:30.788Z | Documenting cargo-platform v0.1.3 |
3277 | 2023-11-08T23:41:31.780Z | Documenting nanorand v0.7.0 |
3278 | 2023-11-08T23:41:36.320Z | Documenting assert_matches v1.5.0 |
3279 | 2023-11-08T23:41:37.872Z | Documenting glob v0.3.1 |
3280 | 2023-11-08T23:41:38.227Z | Documenting cargo_metadata v0.18.0 |
3281 | 2023-11-08T23:41:40.544Z | Documenting flume v0.11.0 |
3282 | 2023-11-08T23:41:41.040Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3283 | 2023-11-08T23:41:41.993Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3284 | 2023-11-08T23:41:44.444Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3285 | 2023-11-08T23:41:45.822Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3286 | 2023-11-08T23:41:47.358Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3287 | 2023-11-08T23:41:48.144Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3288 | 2023-11-08T23:41:51.044Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3289 | 2023-11-08T23:41:52.855Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3290 | 2023-11-08T23:41:58.133Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3291 | 2023-11-08T23:42:01.107Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3292 | 2023-11-08T23:42:16.990Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3293 | 2023-11-08T23:42:20.255Z | Documenting omicron-zone-package v0.8.3 |
3294 | 2023-11-08T23:42:28.440Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3295 | 2023-11-08T23:42:33.071Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3296 | 2023-11-08T23:42:34.535Z | Documenting cargo_toml v0.17.0 |
3297 | 2023-11-08T23:42:34.597Z | Documenting termios v0.3.3 |
3298 | 2023-11-08T23:42:37.312Z | Documenting topological-sort v0.2.2 |
3299 | 2023-11-08T23:42:38.156Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3300 | 2023-11-08T23:42:41.093Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3301 | 2023-11-08T23:42:43.685Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3302 | 2023-11-08T23:42:43.960Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3303 | 2023-11-08T23:42:50.056Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3304 | 2023-11-08T23:42:54.927Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3305 | 2023-11-08T23:43:21.363Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3306 | 2023-11-08T23:43:21.409Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3307 | 2023-11-08T23:43:28.621Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3308 | 2023-11-08T23:43:43.296Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3309 | 2023-11-08T23:43:48.368Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3310 | 2023-11-08T23:43:48.820Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3311 | 2023-11-08T23:43:49.423Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3312 | 2023-11-08T23:43:49.427Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3313 | 2023-11-08T23:43:49.431Z | | |
3314 | 2023-11-08T23:43:49.453Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3315 | 2023-11-08T23:43:49.460Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3316 | 2023-11-08T23:43:49.463Z | | |
3317 | 2023-11-08T23:43:49.467Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3318 | 2023-11-08T23:43:49.486Z | help: to link to the struct, prefix with `struct@` |
3319 | 2023-11-08T23:43:49.490Z | | |
3320 | 2023-11-08T23:43:49.494Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3321 | 2023-11-08T23:43:49.498Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3322 | 2023-11-08T23:43:49.503Z | | |
3323 | 2023-11-08T23:43:49.520Z | |
3324 | 2023-11-08T23:43:52.552Z | warning: `wicketd` (lib doc) generated 1 warning |
3325 | 2023-11-08T23:43:52.556Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3326 | 2023-11-08T23:44:49.242Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 27s |
3327 | 2023-11-08T23:44:49.367Z | |
3328 | 2023-11-08T23:44:49.381Z | real 16:28.099355993 |
3329 | 2023-11-08T23:44:49.389Z | user 1:00:34.963777674 |
3330 | 2023-11-08T23:44:49.393Z | sys 1:03:13.871725784 |
3331 | 2023-11-08T23:44:49.402Z | trap 2.205573546 |
3332 | 2023-11-08T23:44:49.445Z | tflt 0.190810661 |
3333 | 2023-11-08T23:44:49.449Z | dflt 0.430614640 |
3334 | 2023-11-08T23:44:49.452Z | kflt 0.000146928 |
3335 | 2023-11-08T23:44:49.455Z | lock 3:07:26.832610572 |
3336 | 2023-11-08T23:44:49.459Z | slp 4:26:23.975057609 |
3337 | 2023-11-08T23:44:49.463Z | lat 6:01.190227315 |
3338 | 2023-11-08T23:44:49.467Z | stop 2:17.177743244 |
3339 | 2023-11-08T23:44:49.475Z | process exited: duration 2073631 ms, exit code 0 |
|
3340 | 2023-11-08T23:44:49.501Z | found 0 output files |