|
|
|
1 | 2023-11-29T19:30:25.533Z | job assigned to worker 01HGE8WH7Q5HZ6BDTBVJPTTZ1P (queued for 1 m 34 s) |
|
2 | 2023-11-29T19:30:26.582Z | starting task 0: "setup" |
3 | 2023-11-29T19:30:26.595Z | ++ uname -s |
4 | 2023-11-29T19:30:26.595Z | + kern=SunOS |
5 | 2023-11-29T19:30:26.595Z | + case "$kern" in |
6 | 2023-11-29T19:30:26.595Z | + groupadd -g 12345 build |
7 | 2023-11-29T19:30:26.595Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-29T19:30:28.265Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-29T19:30:28.440Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-29T19:30:28.450Z | + home_fs=zfs |
11 | 2023-11-29T19:30:28.450Z | + [[ zfs == autofs ]] |
12 | 2023-11-29T19:30:28.450Z | + mkdir -p /home/build |
13 | 2023-11-29T19:30:28.451Z | + chown build:build /home/build /work |
14 | 2023-11-29T19:30:30.446Z | + chmod 0700 /home/build /work |
15 | 2023-11-29T19:30:30.453Z | process exited: duration 4274 ms, exit code 0 |
|
16 | 2023-11-29T19:30:30.464Z | starting task 1: "rust-toolchain" |
17 | 2023-11-29T19:30:30.473Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-29T19:30:30.479Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-29T19:30:30.671Z | info: downloading installer |
20 | 2023-11-29T19:30:34.054Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-29T19:30:34.054Z | warning: /opt/ooce/bin |
22 | 2023-11-29T19:30:34.054Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-29T19:30:34.054Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-29T19:30:34.054Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-29T19:30:34.054Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-29T19:30:34.054Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-29T19:30:34.054Z | error: cannot install while Rust is installed |
28 | 2023-11-29T19:30:34.054Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-29T19:30:34.400Z | info: profile set to 'default' |
30 | 2023-11-29T19:30:34.400Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-29T19:30:34.403Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-29T19:30:34.587Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-29T19:30:34.587Z | info: downloading component 'cargo' |
34 | 2023-11-29T19:30:35.382Z | info: downloading component 'clippy' |
35 | 2023-11-29T19:30:35.665Z | info: downloading component 'rust-docs' |
36 | 2023-11-29T19:30:36.668Z | info: downloading component 'rust-std' |
37 | 2023-11-29T19:30:38.454Z | info: downloading component 'rustc' |
38 | 2023-11-29T19:30:42.837Z | info: downloading component 'rustfmt' |
39 | 2023-11-29T19:30:43.150Z | info: installing component 'cargo' |
40 | 2023-11-29T19:30:45.010Z | info: installing component 'clippy' |
41 | 2023-11-29T19:30:45.927Z | info: installing component 'rust-docs' |
42 | 2023-11-29T19:30:48.658Z | info: installing component 'rust-std' |
43 | 2023-11-29T19:30:52.645Z | info: installing component 'rustc' |
44 | 2023-11-29T19:31:02.948Z | info: installing component 'rustfmt' |
45 | 2023-11-29T19:31:03.408Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-29T19:31:03.408Z | |
47 | 2023-11-29T19:31:03.539Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-29T19:31:03.539Z | |
49 | 2023-11-29T19:31:03.545Z | |
50 | 2023-11-29T19:31:03.545Z | Rust is installed now. Great! |
51 | 2023-11-29T19:31:03.545Z | |
52 | 2023-11-29T19:31:03.545Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-29T19:31:03.546Z | environment variable. This has not been done automatically. |
54 | 2023-11-29T19:31:03.546Z | |
55 | 2023-11-29T19:31:03.546Z | To configure your current shell, run: |
56 | 2023-11-29T19:31:03.546Z | source "$HOME/.cargo/env" |
57 | 2023-11-29T19:31:04.026Z | + rustc --version |
58 | 2023-11-29T19:31:04.026Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-29T19:31:04.026Z | process exited: duration 33303 ms, exit code 0 |
|
60 | 2023-11-29T19:31:04.032Z | starting task 2: "authentication" |
61 | 2023-11-29T19:31:04.071Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-11-29T19:31:04.079Z | starting task 3: "clone repository" |
63 | 2023-11-29T19:31:04.084Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-29T19:31:04.087Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-29T19:31:04.173Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-29T19:31:10.655Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-29T19:31:10.656Z | + [[ -n ntwk-fixes ]] |
68 | 2023-11-29T19:31:10.673Z | + git fetch origin ntwk-fixes |
69 | 2023-11-29T19:31:10.673Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-29T19:31:10.673Z | * branch ntwk-fixes -> FETCH_HEAD |
71 | 2023-11-29T19:31:10.673Z | + git checkout -B ntwk-fixes remotes/origin/ntwk-fixes |
72 | 2023-11-29T19:31:10.744Z | Switched to a new branch 'ntwk-fixes' |
73 | 2023-11-29T19:31:10.747Z | branch 'ntwk-fixes' set up to track 'origin/ntwk-fixes'. |
74 | 2023-11-29T19:31:10.747Z | + git reset --hard a40c1f6cd62acd3880794ccca8ab86e8dff1f023 |
75 | 2023-11-29T19:31:10.771Z | HEAD is now at a40c1f6c Merge branch 'main' into ntwk-fixes |
76 | 2023-11-29T19:31:10.776Z | process exited: duration 6697 ms, exit code 0 |
|
77 | 2023-11-29T19:31:11.201Z | starting task 4: "build" |
78 | 2023-11-29T19:31:11.210Z | + cargo --version |
79 | 2023-11-29T19:31:11.210Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-29T19:31:11.210Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-29T19:31:11.210Z | info: downloading component 'cargo' |
82 | 2023-11-29T19:31:11.866Z | info: downloading component 'clippy' |
83 | 2023-11-29T19:31:12.127Z | info: downloading component 'rust-docs' |
84 | 2023-11-29T19:31:13.164Z | info: downloading component 'rust-std' |
85 | 2023-11-29T19:31:14.848Z | info: downloading component 'rustc' |
86 | 2023-11-29T19:31:19.234Z | info: downloading component 'rustfmt' |
87 | 2023-11-29T19:31:19.476Z | info: installing component 'cargo' |
88 | 2023-11-29T19:31:20.791Z | info: installing component 'clippy' |
89 | 2023-11-29T19:31:21.282Z | info: installing component 'rust-docs' |
90 | 2023-11-29T19:31:24.091Z | info: installing component 'rust-std' |
91 | 2023-11-29T19:31:26.740Z | info: installing component 'rustc' |
92 | 2023-11-29T19:31:33.042Z | info: installing component 'rustfmt' |
93 | 2023-11-29T19:31:33.596Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-29T19:31:33.602Z | + rustc --version |
95 | 2023-11-29T19:31:33.754Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-29T19:31:33.762Z | + source ./env.sh |
97 | 2023-11-29T19:31:33.764Z | ++ set -o xtrace |
98 | 2023-11-29T19:31:33.770Z | ++++ dirname ./env.sh |
99 | 2023-11-29T19:31:33.770Z | +++ cd . |
100 | 2023-11-29T19:31:33.770Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-29T19:31:33.770Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ 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-29T19:31:33.770Z | ++ unset OMICRON_WS |
111 | 2023-11-29T19:31:33.770Z | ++ set +o xtrace |
112 | 2023-11-29T19:31:33.874Z | |
113 | 2023-11-29T19:31:33.874Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-29T19:31:33.874Z | # # # # # # # # # # # # # # # |
115 | 2023-11-29T19:31:33.874Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-29T19:31:33.875Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-29T19:31:33.875Z | # # # # # # # # # # # # # # # |
118 | 2023-11-29T19:31:33.875Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-29T19:31:33.875Z | |
120 | 2023-11-29T19:31:43.064Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-29T19:31:44.135Z | Startup: Caching catalogs ... Done |
122 | 2023-11-29T19:31:49.824Z | Planning: Solver setup ... Done (5.324s) |
123 | 2023-11-29T19:31:49.956Z | Planning: Running solver ... Done (0.133s) |
124 | 2023-11-29T19:31:50.022Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-29T19:31:50.447Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-29T19:31:50.779Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-29T19:31:51.267Z | Planning: Package planning ... Done (0.083s) |
128 | 2023-11-29T19:31:51.270Z | Planning: Merging actions ... Done (0.087s) |
129 | 2023-11-29T19:31:51.793Z | Planning: Checking for conflicting actions ... Done (0.837s) |
130 | 2023-11-29T19:31:51.809Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-11-29T19:31:56.694Z | Planning: Evaluating mediators ... Done (4.891s) |
132 | 2023-11-29T19:31:56.710Z | Planning: Planning completed in 12.52 seconds |
133 | 2023-11-29T19:31:56.734Z | Packages to install: 4 |
134 | 2023-11-29T19:31:56.734Z | Mediators to change: 2 |
135 | 2023-11-29T19:31:56.737Z | Services to change: 1 |
136 | 2023-11-29T19:31:56.737Z | Estimated space available: 148.88 GB |
137 | 2023-11-29T19:31:56.737Z | Estimated space to be consumed: 1.38 GB |
138 | 2023-11-29T19:31:56.737Z | Create boot environment: No |
139 | 2023-11-29T19:31:56.737Z | Create backup boot environment: No |
140 | 2023-11-29T19:31:56.737Z | Rebuild boot archive: No |
141 | 2023-11-29T19:31:56.737Z | |
142 | 2023-11-29T19:31:56.737Z | Changed mediators: |
143 | 2023-11-29T19:31:56.737Z | mediator clang: |
144 | 2023-11-29T19:31:56.737Z | version: None -> 15 (system default) |
145 | 2023-11-29T19:31:56.737Z | |
146 | 2023-11-29T19:31:56.737Z | mediator llvm: |
147 | 2023-11-29T19:31:56.738Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-29T19:31:56.738Z | |
149 | 2023-11-29T19:31:56.738Z | Changed packages: |
150 | 2023-11-29T19:31:56.738Z | helios-dev |
151 | 2023-11-29T19:31:56.738Z | developer/build-essential |
152 | 2023-11-29T19:31:56.738Z | None -> 11-2.0 |
153 | 2023-11-29T19:31:56.738Z | library/libxmlsec1 |
154 | 2023-11-29T19:31:56.738Z | None -> 1.2.35-2.0 |
155 | 2023-11-29T19:31:56.743Z | ooce/developer/clang-15 |
156 | 2023-11-29T19:31:56.743Z | None -> 15.0.7-2.0 |
157 | 2023-11-29T19:31:56.743Z | ooce/developer/llvm-15 |
158 | 2023-11-29T19:31:56.743Z | None -> 15.0.7-2.0 |
159 | 2023-11-29T19:31:56.743Z | |
160 | 2023-11-29T19:31:56.743Z | Services: |
161 | 2023-11-29T19:31:56.743Z | restart_fmri: |
162 | 2023-11-29T19:31:56.743Z | svc:/system/update-man-index:default |
163 | 2023-11-29T19:31:57.055Z | |
164 | 2023-11-29T19:31:57.055Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-29T19:32:02.057Z | Download: 1017/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
166 | 2023-11-29T19:32:12.783Z | Download: 1447/3290 items 102.8/212.6MB 48% complete (10.4M/s) |
167 | 2023-11-29T19:32:12.783Z | Download: 2019/3290 items 104.8/212.6MB 49% complete (8.5M/s) |
168 | 2023-11-29T19:32:18.320Z | Download: 2224/3290 items 118.6/212.6MB 55% complete (4.8M/s) |
169 | 2023-11-29T19:32:23.668Z | Download: 3086/3290 items 121.5/212.6MB 57% complete (313k/s) |
170 | 2023-11-29T19:32:28.780Z | Download: 3243/3290 items 203.1/212.6MB 95% complete (9.2M/s) |
171 | 2023-11-29T19:32:34.213Z | Download: 3275/3290 items 208.9/212.6MB 98% complete (8.6M/s) |
172 | 2023-11-29T19:32:36.353Z | Download: Completed 212.60 MB in 39.30 seconds (5.4M/s) |
173 | 2023-11-29T19:32:36.593Z | Actions: 1/3687 actions (Installing new actions) |
174 | 2023-11-29T19:32:41.617Z | Actions: 2529/3687 actions (Installing new actions) |
175 | 2023-11-29T19:32:44.923Z | Actions: Completed 3687 actions in 8.33 seconds. |
176 | 2023-11-29T19:32:45.121Z | Done (0.191s) |
177 | 2023-11-29T19:32:45.122Z | Done (0.000s) |
178 | 2023-11-29T19:32:45.356Z | Done (0.234s) |
179 | 2023-11-29T19:32:53.379Z | Done (7.906s) |
180 | 2023-11-29T19:32:53.647Z | Done (0.168s) |
181 | 2023-11-29T19:32:53.651Z | Done (0.000s) |
182 | 2023-11-29T19:32:53.891Z | Done (0.000s) |
183 | 2023-11-29T19:32:54.610Z | Planning: Evaluating mediator changes ... Done |
184 | 2023-11-29T19:32:54.902Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-11-29T19:32:54.906Z | Planning: Consolidating action changes ... Done |
186 | 2023-11-29T19:32:55.349Z | Planning: Evaluating mediators ... Done |
187 | 2023-11-29T19:32:55.352Z | Planning: Planning completed in 0.74 seconds |
188 | 2023-11-29T19:32:55.405Z | Mediators to change: 2 |
189 | 2023-11-29T19:32:55.405Z | Create boot environment: No |
190 | 2023-11-29T19:32:55.408Z | Create backup boot environment: No |
191 | 2023-11-29T19:32:55.502Z | Done |
192 | 2023-11-29T19:32:55.502Z | Done |
193 | 2023-11-29T19:32:55.649Z | Done |
194 | 2023-11-29T19:33:01.711Z | Done |
195 | 2023-11-29T19:33:01.835Z | Done |
196 | 2023-11-29T19:33:01.839Z | Done |
197 | 2023-11-29T19:33:01.963Z | Done |
198 | 2023-11-29T19:33:02.996Z | Planning: Evaluating mediator changes ... Done |
199 | 2023-11-29T19:33:03.002Z | Planning: Merging actions ... Done |
200 | 2023-11-29T19:33:03.338Z | Planning: Checking for conflicting actions ... Done |
201 | 2023-11-29T19:33:03.345Z | Planning: Consolidating action changes ... Done |
202 | 2023-11-29T19:33:03.784Z | Planning: Evaluating mediators ... Done |
203 | 2023-11-29T19:33:03.878Z | Planning: Planning completed in 1.32 seconds |
204 | 2023-11-29T19:33:03.939Z | Packages to change: 1 |
205 | 2023-11-29T19:33:03.939Z | Mediators to change: 1 |
206 | 2023-11-29T19:33:03.942Z | Services to change: 1 |
207 | 2023-11-29T19:33:03.943Z | Create boot environment: No |
208 | 2023-11-29T19:33:03.943Z | Create backup boot environment: Yes |
209 | 2023-11-29T19:33:05.968Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2023-11-29T19:33:05.972Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2023-11-29T19:33:05.972Z | Done |
212 | 2023-11-29T19:33:05.972Z | Done |
213 | 2023-11-29T19:33:06.024Z | Done |
214 | 2023-11-29T19:33:12.154Z | Done |
215 | 2023-11-29T19:33:12.717Z | Done |
216 | 2023-11-29T19:33:13.183Z | Done |
217 | 2023-11-29T19:33:13.183Z | Done |
218 | 2023-11-29T19:33:13.183Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2023-11-29T19:33:13.183Z | clang system 15 system |
220 | 2023-11-29T19:33:13.184Z | csh system system illumos |
221 | 2023-11-29T19:33:13.184Z | ctags system system illumos |
222 | 2023-11-29T19:33:13.184Z | gcc vendor 12 vendor |
223 | 2023-11-29T19:33:13.184Z | gcc system 10 system |
224 | 2023-11-29T19:33:13.184Z | gcc system 7 system |
225 | 2023-11-29T19:33:13.184Z | go system 1.20 system |
226 | 2023-11-29T19:33:13.184Z | go system 1.19 system |
227 | 2023-11-29T19:33:13.184Z | llvm system 15 system |
228 | 2023-11-29T19:33:13.184Z | llvm system 14 system |
229 | 2023-11-29T19:33:13.184Z | mariadb system 10.6 system |
230 | 2023-11-29T19:33:13.184Z | mta vendor vendor dma |
231 | 2023-11-29T19:33:13.184Z | openjdk system 17 system |
232 | 2023-11-29T19:33:13.184Z | openjdk system 11 system |
233 | 2023-11-29T19:33:13.185Z | openjdk system 1.8 system |
234 | 2023-11-29T19:33:13.185Z | openssl vendor 3 vendor |
235 | 2023-11-29T19:33:13.185Z | perl system 5.36 system |
236 | 2023-11-29T19:33:13.185Z | postgresql system 15 system |
237 | 2023-11-29T19:33:13.185Z | postgresql system 13 system |
238 | 2023-11-29T19:33:13.185Z | python vendor 3 vendor |
239 | 2023-11-29T19:33:13.185Z | python system 2 system |
240 | 2023-11-29T19:33:13.185Z | python3 system 3.11 system |
241 | 2023-11-29T19:33:13.185Z | ruby system 3.0 system |
242 | 2023-11-29T19:33:13.185Z | words vendor vendor american-english |
243 | 2023-11-29T19:33:13.185Z | words system system australian-english |
244 | 2023-11-29T19:33:13.185Z | words system system british-english |
245 | 2023-11-29T19:33:13.185Z | words system system canadian-english |
246 | 2023-11-29T19:33:13.185Z | words system system french |
247 | 2023-11-29T19:33:13.185Z | words system system italian |
248 | 2023-11-29T19:33:13.185Z | words system system ngerman |
249 | 2023-11-29T19:33:13.185Z | words system system ogerman |
250 | 2023-11-29T19:33:13.185Z | words system system spanish |
251 | 2023-11-29T19:33:13.735Z | FMRI IFO |
252 | 2023-11-29T19:33:13.735Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2023-11-29T19:33:13.735Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2023-11-29T19:33:13.736Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2023-11-29T19:33:13.736Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
256 | 2023-11-29T19:33:13.736Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2023-11-29T19:33:13.736Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
258 | 2023-11-29T19:33:13.743Z | + set -o errexit |
259 | 2023-11-29T19:33:13.743Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2023-11-29T19:33:13.743Z | ++ cd ./tools |
261 | 2023-11-29T19:33:13.743Z | ++ pwd |
262 | 2023-11-29T19:33:13.743Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2023-11-29T19:33:13.743Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2023-11-29T19:33:13.743Z | + ARG0=ci_download_cockroachdb |
265 | 2023-11-29T19:33:13.743Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2023-11-29T19:33:13.743Z | + CIDL_VERSION=v22.1.9 |
267 | 2023-11-29T19:33:13.743Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2023-11-29T19:33:13.743Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2023-11-29T19:33:13.743Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2023-11-29T19:33:13.743Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-11-29T19:33:13.743Z | + TARGET_DIR=out |
272 | 2023-11-29T19:33:13.743Z | + DOWNLOAD_DIR=out/downloads |
273 | 2023-11-29T19:33:13.743Z | + DEST_DIR=./out/cockroachdb |
274 | 2023-11-29T19:33:13.743Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2023-11-29T19:33:13.743Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2023-11-29T19:33:13.743Z | + main |
277 | 2023-11-29T19:33:13.743Z | + [[ 0 != 0 ]] |
278 | 2023-11-29T19:33:13.743Z | + CIDL_OS=solaris2.11 |
279 | 2023-11-29T19:33:13.744Z | + [[ 0 != 0 ]] |
280 | 2023-11-29T19:33:13.744Z | + configure_os solaris2.11 |
281 | 2023-11-29T19:33:13.744Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2023-11-29T19:33:13.744Z | current directory: /work/oxidecomputer/omicron |
283 | 2023-11-29T19:33:13.744Z | configuring based on OS: "solaris2.11" |
284 | 2023-11-29T19:33:13.744Z | + echo 'configuring based on OS: "solaris2.11"' |
285 | 2023-11-29T19:33:13.744Z | + case "$1" in |
286 | 2023-11-29T19:33:13.744Z | + CIDL_BUILD=illumos |
287 | 2023-11-29T19:33:13.744Z | + CIDL_SUFFIX=tar.gz |
288 | 2023-11-29T19:33:13.744Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2023-11-29T19:33:13.744Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2023-11-29T19:33:13.744Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2023-11-29T19:33:13.744Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2023-11-29T19:33:13.744Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2023-11-29T19:33:13.744Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-29T19:33:13.744Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-29T19:33:13.744Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2023-11-29T19:33:13.744Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-29T19:33:13.744Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-11-29T19:33:13.744Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-29T19:33:13.744Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2023-11-29T19:33:13.744Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2023-11-29T19:33:13.744Z | + mkdir -p out/downloads |
302 | 2023-11-29T19:33:13.744Z | + mkdir -p ./out/cockroachdb |
303 | 2023-11-29T19:33:13.744Z | + local DO_DOWNLOAD=true |
304 | 2023-11-29T19:33:13.744Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2023-11-29T19:33:13.745Z | + '[' true == true ']' |
306 | 2023-11-29T19:33:13.745Z | + echo Downloading... |
307 | 2023-11-29T19:33:13.745Z | Downloading... |
308 | 2023-11-29T19:33:13.745Z | + 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-29T19:33:13.745Z | + 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-29T19:33:21.916Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-11-29T19:33:21.922Z | ++ md5sum |
312 | 2023-11-29T19:33:21.922Z | ++ awk '{print $1}' |
313 | 2023-11-29T19:33:22.098Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2023-11-29T19:33:22.098Z | + [[ 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-29T19:33:22.098Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2023-11-29T19:33:22.100Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2023-11-29T19:33:25.482Z | + do_assemble_illumos |
318 | 2023-11-29T19:33:25.482Z | + rm -r ./out/cockroachdb |
319 | 2023-11-29T19:33:25.486Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2023-11-29T19:33:26.102Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2023-11-29T19:33:26.456Z | Build Tag: v22.1.9-dirty |
322 | 2023-11-29T19:33:26.456Z | Build Time: 2022/10/26 21:17:46 |
323 | 2023-11-29T19:33:26.456Z | Distribution: OSS |
324 | 2023-11-29T19:33:26.456Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2023-11-29T19:33:26.456Z | Go Version: go1.17.13 |
326 | 2023-11-29T19:33:26.456Z | C Compiler: gcc 10.3.0 |
327 | 2023-11-29T19:33:26.456Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2023-11-29T19:33:26.457Z | Build Type: release |
329 | 2023-11-29T19:33:26.507Z | + set -o errexit |
330 | 2023-11-29T19:33:26.533Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2023-11-29T19:33:26.533Z | ++ cd ./tools |
332 | 2023-11-29T19:33:26.533Z | ++ pwd |
333 | 2023-11-29T19:33:26.533Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2023-11-29T19:33:26.533Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2023-11-29T19:33:26.533Z | + ARG0=ci_download_clickhouse |
336 | 2023-11-29T19:33:26.533Z | + TARGET_DIR=out |
337 | 2023-11-29T19:33:26.533Z | + DOWNLOAD_DIR=out/downloads |
338 | 2023-11-29T19:33:26.533Z | + DEST_DIR=./out/clickhouse |
339 | 2023-11-29T19:33:26.533Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2023-11-29T19:33:26.533Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2023-11-29T19:33:26.533Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2023-11-29T19:33:26.533Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2023-11-29T19:33:26.533Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-11-29T19:33:26.533Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2023-11-29T19:33:26.535Z | + main |
346 | 2023-11-29T19:33:26.535Z | + [[ 0 != 0 ]] |
347 | 2023-11-29T19:33:26.535Z | + CIDL_OS=solaris2.11 |
348 | 2023-11-29T19:33:26.535Z | + [[ 0 != 0 ]] |
349 | 2023-11-29T19:33:26.535Z | + configure_os solaris2.11 |
350 | 2023-11-29T19:33:26.535Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2023-11-29T19:33:26.535Z | current directory: /work/oxidecomputer/omicron |
352 | 2023-11-29T19:33:26.535Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2023-11-29T19:33:26.535Z | + CIDL_DASHREV= |
354 | 2023-11-29T19:33:26.535Z | + case "$1" in |
355 | 2023-11-29T19:33:26.535Z | configuring based on OS: "solaris2.11" |
356 | 2023-11-29T19:33:26.535Z | + CIDL_PLATFORM=illumos |
357 | 2023-11-29T19:33:26.535Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-29T19:33:26.538Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2023-11-29T19:33:26.538Z | + CIDL_DASHREV=-1 |
360 | 2023-11-29T19:33:26.539Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2023-11-29T19:33:26.539Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-29T19:33:26.539Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-29T19:33:26.539Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-29T19:33:26.539Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2023-11-29T19:33:26.539Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-29T19:33:26.539Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-11-29T19:33:26.539Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2023-11-29T19:33:26.539Z | + mkdir -p out/downloads |
369 | 2023-11-29T19:33:26.539Z | + mkdir -p ./out/clickhouse |
370 | 2023-11-29T19:33:26.539Z | + local DO_DOWNLOAD=true |
371 | 2023-11-29T19:33:26.539Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2023-11-29T19:33:26.539Z | + '[' true == true ']' |
373 | 2023-11-29T19:33:26.539Z | + echo Downloading... |
374 | 2023-11-29T19:33:26.539Z | Downloading... |
375 | 2023-11-29T19:33:26.539Z | + 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-29T19:33:26.539Z | + 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-29T19:33:27.955Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2023-11-29T19:33:40.760Z | ++ md5sum |
379 | 2023-11-29T19:33:40.760Z | ++ awk '{print $1}' |
380 | 2023-11-29T19:33:40.836Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2023-11-29T19:33:40.836Z | + [[ 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-29T19:33:40.836Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2023-11-29T19:33:40.836Z | + mkdir -p ./out/clickhouse |
384 | 2023-11-29T19:33:40.836Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2023-11-29T19:33:41.990Z | + ./out/clickhouse/clickhouse server --version |
386 | 2023-11-29T19:33:41.990Z | ClickHouse server version 22.8.9.1. |
387 | 2023-11-29T19:33:41.990Z | + set -o errexit |
388 | 2023-11-29T19:33:42.249Z | +++ dirname ./tools/ci_download_console |
389 | 2023-11-29T19:33:42.249Z | ++ cd ./tools |
390 | 2023-11-29T19:33:42.351Z | ++ pwd |
391 | 2023-11-29T19:33:42.351Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-11-29T19:33:42.351Z | ++ basename ./tools/ci_download_console |
393 | 2023-11-29T19:33:42.351Z | + ARG0=ci_download_console |
394 | 2023-11-29T19:33:42.352Z | + TARGET_DIR=out |
395 | 2023-11-29T19:33:42.352Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-11-29T19:33:42.352Z | + DEST_DIR=./out/console-assets |
397 | 2023-11-29T19:33:42.354Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2023-11-29T19:33:42.354Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
399 | 2023-11-29T19:33:42.354Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
400 | 2023-11-29T19:33:42.354Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
401 | 2023-11-29T19:33:42.354Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2023-11-29T19:33:42.354Z | + main |
403 | 2023-11-29T19:33:42.354Z | + [[ 0 != 0 ]] |
404 | 2023-11-29T19:33:42.355Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
405 | 2023-11-29T19:33:42.355Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
406 | 2023-11-29T19:33:42.355Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2023-11-29T19:33:42.355Z | Local file: out/downloads/console.tar.gz |
408 | 2023-11-29T19:33:42.355Z | + local DO_DOWNLOAD=true |
409 | 2023-11-29T19:33:42.355Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2023-11-29T19:33:42.355Z | + mkdir -p out/downloads |
411 | 2023-11-29T19:33:42.355Z | + '[' true == true ']' |
412 | 2023-11-29T19:33:42.355Z | + echo Downloading... |
413 | 2023-11-29T19:33:42.355Z | Downloading... |
414 | 2023-11-29T19:33:42.355Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
415 | 2023-11-29T19:33:42.355Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
416 | 2023-11-29T19:33:42.355Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2023-11-29T19:33:42.355Z | ++ case "$OSTYPE" in |
418 | 2023-11-29T19:33:42.355Z | ++ SHA=sha256sum |
419 | 2023-11-29T19:33:42.355Z | ++ sha256sum |
420 | 2023-11-29T19:33:42.355Z | ++ awk '{print $1}' |
421 | 2023-11-29T19:33:42.355Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
422 | 2023-11-29T19:33:42.358Z | + [[ 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-29T19:33:42.358Z | + rm -rf ./out/console-assets |
424 | 2023-11-29T19:33:42.358Z | + mkdir -p ./out/console-assets |
425 | 2023-11-29T19:33:42.358Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2023-11-29T19:33:42.358Z | + mkdir -p ./out/console-assets |
427 | 2023-11-29T19:33:42.358Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2023-11-29T19:33:42.358Z | + set -o errexit |
429 | 2023-11-29T19:33:42.358Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2023-11-29T19:33:42.358Z | ++ cd ./tools |
431 | 2023-11-29T19:33:42.358Z | ++ pwd |
432 | 2023-11-29T19:33:42.358Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2023-11-29T19:33:42.358Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2023-11-29T19:33:42.358Z | + ARG0=ci_download_maghemite_openapi |
435 | 2023-11-29T19:33:42.358Z | + TARGET_DIR=out |
436 | 2023-11-29T19:33:42.358Z | + DOWNLOAD_DIR=out/downloads |
437 | 2023-11-29T19:33:42.358Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2023-11-29T19:33:42.358Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
439 | 2023-11-29T19:33:42.358Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-11-29T19:33:42.358Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
441 | 2023-11-29T19:33:42.358Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
442 | 2023-11-29T19:33:42.358Z | + main |
443 | 2023-11-29T19:33:42.358Z | + [[ 0 != 0 ]] |
444 | 2023-11-29T19:33:42.358Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
445 | 2023-11-29T19:33:42.358Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
446 | 2023-11-29T19:33:42.368Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
447 | 2023-11-29T19:33:42.368Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
448 | 2023-11-29T19:33:42.368Z | + local DO_DOWNLOAD=true |
449 | 2023-11-29T19:33:42.368Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
450 | 2023-11-29T19:33:42.368Z | + mkdir -p out/downloads |
451 | 2023-11-29T19:33:42.369Z | + '[' true == true ']' |
452 | 2023-11-29T19:33:42.369Z | + echo Downloading... |
453 | 2023-11-29T19:33:42.369Z | Downloading... |
454 | 2023-11-29T19:33:42.369Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
455 | 2023-11-29T19:33:42.369Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
456 | 2023-11-29T19:33:42.656Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-11-29T19:33:42.656Z | ++ case "$OSTYPE" in |
458 | 2023-11-29T19:33:42.656Z | ++ SHA=sha256sum |
459 | 2023-11-29T19:33:42.656Z | ++ sha256sum |
460 | 2023-11-29T19:33:42.656Z | ++ awk '{print $1}' |
461 | 2023-11-29T19:33:42.656Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
462 | 2023-11-29T19:33:42.656Z | + [[ 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-29T19:33:42.656Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2023-11-29T19:33:42.656Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
465 | 2023-11-29T19:33:42.659Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
466 | 2023-11-29T19:33:42.659Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
467 | 2023-11-29T19:33:42.659Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
468 | 2023-11-29T19:33:42.659Z | + main |
469 | 2023-11-29T19:33:42.659Z | + [[ 0 != 0 ]] |
470 | 2023-11-29T19:33:42.659Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
471 | 2023-11-29T19:33:42.659Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
472 | 2023-11-29T19:33:42.659Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
473 | 2023-11-29T19:33:42.659Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
474 | 2023-11-29T19:33:42.659Z | + local DO_DOWNLOAD=true |
475 | 2023-11-29T19:33:42.659Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
476 | 2023-11-29T19:33:42.659Z | + mkdir -p out/downloads |
477 | 2023-11-29T19:33:42.659Z | + '[' true == true ']' |
478 | 2023-11-29T19:33:42.659Z | + echo Downloading... |
479 | 2023-11-29T19:33:42.659Z | Downloading... |
480 | 2023-11-29T19:33:42.659Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
481 | 2023-11-29T19:33:42.659Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
482 | 2023-11-29T19:33:42.998Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
483 | 2023-11-29T19:33:43.114Z | ++ case "$OSTYPE" in |
484 | 2023-11-29T19:33:43.114Z | ++ SHA=sha256sum |
485 | 2023-11-29T19:33:43.114Z | ++ sha256sum |
486 | 2023-11-29T19:33:43.114Z | ++ awk '{print $1}' |
487 | 2023-11-29T19:33:43.114Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
488 | 2023-11-29T19:33:43.114Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
489 | 2023-11-29T19:33:43.114Z | + set -o errexit |
490 | 2023-11-29T19:33:43.114Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2023-11-29T19:33:43.116Z | ++ cd ./tools |
492 | 2023-11-29T19:33:43.116Z | ++ pwd |
493 | 2023-11-29T19:33:43.116Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2023-11-29T19:33:43.117Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2023-11-29T19:33:43.117Z | + ARG0=ci_download_dendrite_openapi |
496 | 2023-11-29T19:33:43.117Z | + TARGET_DIR=out |
497 | 2023-11-29T19:33:43.117Z | + DOWNLOAD_DIR=out/downloads |
498 | 2023-11-29T19:33:43.117Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2023-11-29T19:33:43.117Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
500 | 2023-11-29T19:33:43.117Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2023-11-29T19:33:43.117Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
502 | 2023-11-29T19:33:43.117Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
503 | 2023-11-29T19:33:43.117Z | + main |
504 | 2023-11-29T19:33:43.117Z | + [[ 0 != 0 ]] |
505 | 2023-11-29T19:33:43.117Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
506 | 2023-11-29T19:33:43.117Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
507 | 2023-11-29T19:33:43.117Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
508 | 2023-11-29T19:33:43.117Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
509 | 2023-11-29T19:33:43.117Z | + local DO_DOWNLOAD=true |
510 | 2023-11-29T19:33:43.117Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
511 | 2023-11-29T19:33:43.117Z | + mkdir -p out/downloads |
512 | 2023-11-29T19:33:43.117Z | + '[' true == true ']' |
513 | 2023-11-29T19:33:43.117Z | + echo Downloading... |
514 | 2023-11-29T19:33:43.117Z | Downloading... |
515 | 2023-11-29T19:33:43.117Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
516 | 2023-11-29T19:33:43.117Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
517 | 2023-11-29T19:33:43.180Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
518 | 2023-11-29T19:33:43.180Z | ++ case "$OSTYPE" in |
519 | 2023-11-29T19:33:43.283Z | ++ SHA=sha256sum |
520 | 2023-11-29T19:33:43.283Z | ++ sha256sum |
521 | 2023-11-29T19:33:43.283Z | ++ awk '{print $1}' |
522 | 2023-11-29T19:33:43.283Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
523 | 2023-11-29T19:33:43.283Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
524 | 2023-11-29T19:33:43.283Z | + set -o errexit |
525 | 2023-11-29T19:33:43.283Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2023-11-29T19:33:43.283Z | ++ cd ./tools |
527 | 2023-11-29T19:33:43.295Z | ++ pwd |
528 | 2023-11-29T19:33:43.295Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2023-11-29T19:33:43.295Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2023-11-29T19:33:43.295Z | + ARG0=ci_download_dendrite_stub |
531 | 2023-11-29T19:33:43.295Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2023-11-29T19:33:43.295Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
533 | 2023-11-29T19:33:43.295Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
534 | 2023-11-29T19:33:43.295Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
535 | 2023-11-29T19:33:43.295Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2023-11-29T19:33:43.295Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
537 | 2023-11-29T19:33:43.295Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
538 | 2023-11-29T19:33:43.295Z | + TARGET_DIR=out |
539 | 2023-11-29T19:33:43.295Z | + DOWNLOAD_DIR=out/downloads |
540 | 2023-11-29T19:33:43.295Z | + DEST_DIR=./out/dendrite-stub |
541 | 2023-11-29T19:33:43.295Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2023-11-29T19:33:43.295Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2023-11-29T19:33:43.295Z | + REPO=oxidecomputer/dendrite |
544 | 2023-11-29T19:33:43.295Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
545 | 2023-11-29T19:33:43.295Z | + main |
546 | 2023-11-29T19:33:43.295Z | + [[ 0 != 0 ]] |
547 | 2023-11-29T19:33:43.295Z | + CIDL_OS=solaris2.11 |
548 | 2023-11-29T19:33:43.295Z | + [[ 0 != 0 ]] |
549 | 2023-11-29T19:33:43.295Z | + configure_os solaris2.11 |
550 | 2023-11-29T19:33:43.295Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2023-11-29T19:33:43.295Z | current directory: /work/oxidecomputer/omicron |
552 | 2023-11-29T19:33:43.313Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2023-11-29T19:33:43.313Z | configuring based on OS: "solaris2.11" |
554 | 2023-11-29T19:33:43.313Z | + case "$1" in |
555 | 2023-11-29T19:33:43.313Z | + SET_BINARIES= |
556 | 2023-11-29T19:33:43.313Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
557 | 2023-11-29T19:33:43.313Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2023-11-29T19:33:43.313Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2023-11-29T19:33:43.313Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
560 | 2023-11-29T19:33:43.313Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2023-11-29T19:33:43.313Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
562 | 2023-11-29T19:33:43.313Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
563 | 2023-11-29T19:33:43.313Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2023-11-29T19:33:43.313Z | + mkdir -p out/downloads |
565 | 2023-11-29T19:33:43.313Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2023-11-29T19:33:43.313Z | + mkdir -p ./out/dendrite-stub |
567 | 2023-11-29T19:33:43.313Z | + fetch_and_verify |
568 | 2023-11-29T19:33:43.313Z | + local DO_DOWNLOAD=true |
569 | 2023-11-29T19:33:43.313Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2023-11-29T19:33:43.313Z | + '[' true == true ']' |
571 | 2023-11-29T19:33:43.313Z | + echo Downloading... |
572 | 2023-11-29T19:33:43.313Z | Downloading... |
573 | 2023-11-29T19:33:43.313Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2023-11-29T19:33:43.313Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
575 | 2023-11-29T19:33:51.600Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2023-11-29T19:33:51.613Z | ++ sha256sum |
577 | 2023-11-29T19:33:51.613Z | ++ awk '{print $1}' |
578 | 2023-11-29T19:33:51.708Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
579 | 2023-11-29T19:33:51.708Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
580 | 2023-11-29T19:33:51.708Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2023-11-29T19:33:51.713Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2023-11-29T19:33:52.768Z | + do_assemble |
583 | 2023-11-29T19:33:52.769Z | + rm -r ./out/dendrite-stub |
584 | 2023-11-29T19:33:52.780Z | + mkdir ./out/dendrite-stub |
585 | 2023-11-29T19:33:52.781Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2023-11-29T19:33:52.939Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2023-11-29T19:33:52.959Z | + set -o errexit |
588 | 2023-11-29T19:33:52.963Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2023-11-29T19:33:52.963Z | ++ cd ./tools |
590 | 2023-11-29T19:33:52.963Z | ++ pwd |
591 | 2023-11-29T19:33:52.963Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2023-11-29T19:33:52.963Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2023-11-29T19:33:52.963Z | + ARG0=ci_download_maghemite_mgd |
594 | 2023-11-29T19:33:52.963Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2023-11-29T19:33:52.963Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
596 | 2023-11-29T19:33:52.963Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
597 | 2023-11-29T19:33:52.963Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2023-11-29T19:33:52.963Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
599 | 2023-11-29T19:33:52.964Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
600 | 2023-11-29T19:33:52.964Z | + TARGET_DIR=out |
601 | 2023-11-29T19:33:52.964Z | + DOWNLOAD_DIR=out/downloads |
602 | 2023-11-29T19:33:52.964Z | + DEST_DIR=./out/mgd |
603 | 2023-11-29T19:33:52.964Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2023-11-29T19:33:52.964Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2023-11-29T19:33:52.964Z | + REPO=oxidecomputer/maghemite |
606 | 2023-11-29T19:33:52.964Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
607 | 2023-11-29T19:33:52.964Z | + main |
608 | 2023-11-29T19:33:52.964Z | + [[ 0 != 0 ]] |
609 | 2023-11-29T19:33:52.964Z | + CIDL_OS=solaris2.11 |
610 | 2023-11-29T19:33:52.964Z | + [[ 0 != 0 ]] |
611 | 2023-11-29T19:33:52.964Z | + configure_os solaris2.11 |
612 | 2023-11-29T19:33:52.964Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2023-11-29T19:33:52.964Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2023-11-29T19:33:52.964Z | current directory: /work/oxidecomputer/omicron |
615 | 2023-11-29T19:33:52.964Z | configuring based on OS: "solaris2.11" |
616 | 2023-11-29T19:33:52.964Z | + case "$1" in |
617 | 2023-11-29T19:33:52.964Z | + SET_BINARIES= |
618 | 2023-11-29T19:33:52.964Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2023-11-29T19:33:52.964Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2023-11-29T19:33:52.965Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
621 | 2023-11-29T19:33:52.965Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2023-11-29T19:33:52.965Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
623 | 2023-11-29T19:33:52.965Z | Local file: out/downloads/mgd.tar.gz |
624 | 2023-11-29T19:33:52.965Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
625 | 2023-11-29T19:33:52.965Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
626 | 2023-11-29T19:33:52.965Z | + mkdir -p out/downloads |
627 | 2023-11-29T19:33:52.968Z | + mkdir -p ./out/mgd |
628 | 2023-11-29T19:33:52.968Z | + fetch_and_verify |
629 | 2023-11-29T19:33:52.968Z | + local DO_DOWNLOAD=true |
630 | 2023-11-29T19:33:52.968Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2023-11-29T19:33:52.968Z | + '[' true == true ']' |
632 | 2023-11-29T19:33:52.969Z | + echo Downloading... |
633 | 2023-11-29T19:33:52.969Z | Downloading... |
634 | 2023-11-29T19:33:52.969Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2023-11-29T19:33:52.969Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
636 | 2023-11-29T19:33:57.873Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2023-11-29T19:33:57.878Z | ++ sha256sum |
638 | 2023-11-29T19:33:57.878Z | ++ awk '{print $1}' |
639 | 2023-11-29T19:33:57.948Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
640 | 2023-11-29T19:33:57.948Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
641 | 2023-11-29T19:33:57.952Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2023-11-29T19:33:57.952Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2023-11-29T19:33:58.617Z | + do_assemble |
644 | 2023-11-29T19:33:58.617Z | + rm -r ./out/mgd |
645 | 2023-11-29T19:33:58.620Z | + mkdir ./out/mgd |
646 | 2023-11-29T19:33:58.623Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2023-11-29T19:33:58.837Z | + set -o errexit |
648 | 2023-11-29T19:33:58.841Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2023-11-29T19:33:58.841Z | ++ cd ./tools |
650 | 2023-11-29T19:33:58.841Z | ++ pwd |
651 | 2023-11-29T19:33:58.845Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2023-11-29T19:33:58.845Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2023-11-29T19:33:58.846Z | + ARG0=ci_download_transceiver_control |
654 | 2023-11-29T19:33:58.846Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2023-11-29T19:33:58.846Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2023-11-29T19:33:58.846Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2023-11-29T19:33:58.846Z | + TARGET_DIR=out |
658 | 2023-11-29T19:33:58.846Z | + DOWNLOAD_DIR=out/downloads |
659 | 2023-11-29T19:33:58.846Z | + DEST_DIR=./out/transceiver-control |
660 | 2023-11-29T19:33:58.846Z | + BIN_DIR=/opt/oxide/bin |
661 | 2023-11-29T19:33:58.846Z | + BINARY=xcvradm |
662 | 2023-11-29T19:33:58.846Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2023-11-29T19:33:58.846Z | + REPO=oxidecomputer/transceiver-control |
664 | 2023-11-29T19:33:58.846Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2023-11-29T19:33:58.850Z | + main |
666 | 2023-11-29T19:33:58.850Z | + [[ 0 != 0 ]] |
667 | 2023-11-29T19:33:58.850Z | + CIDL_OS=solaris2.11 |
668 | 2023-11-29T19:33:58.850Z | + [[ 0 != 0 ]] |
669 | 2023-11-29T19:33:58.850Z | + configure_os solaris2.11 |
670 | 2023-11-29T19:33:58.850Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2023-11-29T19:33:58.850Z | current directory: /work/oxidecomputer/omicron |
672 | 2023-11-29T19:33:58.850Z | configuring based on OS: "solaris2.11" |
673 | 2023-11-29T19:33:58.850Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2023-11-29T19:33:58.850Z | + case "$1" in |
675 | 2023-11-29T19:33:58.850Z | + SET_BINARIES= |
676 | 2023-11-29T19:33:58.850Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-11-29T19:33:58.850Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2023-11-29T19:33:58.850Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2023-11-29T19:33:58.850Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-11-29T19:33:58.850Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2023-11-29T19:33:58.850Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2023-11-29T19:33:58.850Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2023-11-29T19:33:58.850Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2023-11-29T19:33:58.850Z | Local file: out/downloads/xcvradm.gz |
685 | 2023-11-29T19:33:58.851Z | + mkdir -p out/downloads |
686 | 2023-11-29T19:33:58.851Z | + mkdir -p ./out/transceiver-control |
687 | 2023-11-29T19:33:58.854Z | + fetch_and_verify |
688 | 2023-11-29T19:33:58.854Z | + local DO_DOWNLOAD=true |
689 | 2023-11-29T19:33:58.854Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2023-11-29T19:33:58.854Z | + '[' true == true ']' |
691 | 2023-11-29T19:33:58.854Z | + echo Downloading... |
692 | 2023-11-29T19:33:58.854Z | Downloading... |
693 | 2023-11-29T19:33:58.854Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2023-11-29T19:33:58.854Z | + 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-29T19:34:01.693Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2023-11-29T19:34:01.697Z | ++ sha256sum |
697 | 2023-11-29T19:34:01.697Z | ++ awk '{print $1}' |
698 | 2023-11-29T19:34:01.719Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2023-11-29T19:34:01.719Z | + [[ 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-29T19:34:01.723Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2023-11-29T19:34:01.723Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2023-11-29T19:34:01.723Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2023-11-29T19:34:01.898Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2023-11-29T19:34:01.907Z | + do_assemble |
705 | 2023-11-29T19:34:01.907Z | + rm -r ./out/transceiver-control |
706 | 2023-11-29T19:34:01.907Z | + mkdir ./out/transceiver-control |
707 | 2023-11-29T19:34:01.907Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2023-11-29T19:34:02.121Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2023-11-29T19:34:02.126Z | |
710 | 2023-11-29T19:34:02.127Z | real 2:28.257333143 |
711 | 2023-11-29T19:34:02.127Z | user 54.742663168 |
712 | 2023-11-29T19:34:02.127Z | sys 10.116636265 |
713 | 2023-11-29T19:34:02.127Z | trap 0.024330144 |
714 | 2023-11-29T19:34:02.127Z | tflt 0.139563568 |
715 | 2023-11-29T19:34:02.127Z | dflt 0.760119385 |
716 | 2023-11-29T19:34:02.131Z | kflt 0.184330934 |
717 | 2023-11-29T19:34:02.131Z | lock 2.263164028 |
718 | 2023-11-29T19:34:02.131Z | slp 4:47.973105059 |
719 | 2023-11-29T19:34:02.131Z | lat 3.496798028 |
720 | 2023-11-29T19:34:02.131Z | stop 0.072952584 |
721 | 2023-11-29T19:34:02.131Z | |
722 | 2023-11-29T19:34:02.132Z | #### # # ##### ##### # # |
723 | 2023-11-29T19:34:02.132Z | # # # # # # # # # # |
724 | 2023-11-29T19:34:02.132Z | # # # # # # # # |
725 | 2023-11-29T19:34:02.132Z | # # # ##### ##### # |
726 | 2023-11-29T19:34:02.132Z | # # # # # # # |
727 | 2023-11-29T19:34:02.132Z | #### ###### # # # # |
728 | 2023-11-29T19:34:02.132Z | |
729 | 2023-11-29T19:34:02.480Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2023-11-29T19:34:02.871Z | Updating crates.io index |
731 | 2023-11-29T19:34:02.878Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2023-11-29T19:34:03.693Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2023-11-29T19:34:05.337Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2023-11-29T19:34:05.757Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2023-11-29T19:34:06.093Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2023-11-29T19:34:06.453Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2023-11-29T19:34:06.754Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2023-11-29T19:34:07.674Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2023-11-29T19:34:10.146Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2023-11-29T19:34:10.743Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2023-11-29T19:34:11.101Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2023-11-29T19:34:11.733Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2023-11-29T19:34:12.131Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2023-11-29T19:34:12.438Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2023-11-29T19:34:12.831Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2023-11-29T19:34:13.166Z | Updating git repository `https://github.com/njaremko/samael` |
747 | 2023-11-29T19:34:13.754Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2023-11-29T19:34:14.412Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2023-11-29T19:34:15.820Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2023-11-29T19:34:16.180Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2023-11-29T19:34:17.611Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2023-11-29T19:34:18.502Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2023-11-29T19:34:19.044Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2023-11-29T19:34:19.439Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2023-11-29T19:34:19.814Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2023-11-29T19:34:21.203Z | Downloading crates ... |
757 | 2023-11-29T19:34:21.464Z | Downloaded serde_spanned v0.6.4 |
758 | 2023-11-29T19:34:21.468Z | Downloaded toml_datetime v0.6.5 |
759 | 2023-11-29T19:34:21.471Z | Downloaded clap_lex v0.5.1 |
760 | 2023-11-29T19:34:21.483Z | Downloaded colorchoice v1.0.0 |
761 | 2023-11-29T19:34:21.486Z | Downloaded equivalent v1.0.1 |
762 | 2023-11-29T19:34:21.501Z | Downloaded utf8parse v0.2.1 |
763 | 2023-11-29T19:34:21.505Z | Downloaded errno v0.3.2 |
764 | 2023-11-29T19:34:21.509Z | Downloaded strsim v0.10.0 |
765 | 2023-11-29T19:34:21.509Z | Downloaded itoa v1.0.9 |
766 | 2023-11-29T19:34:21.513Z | Downloaded anstyle-query v1.0.0 |
767 | 2023-11-29T19:34:21.513Z | Downloaded anstream v0.5.0 |
768 | 2023-11-29T19:34:21.516Z | Downloaded bitflags v1.3.2 |
769 | 2023-11-29T19:34:21.521Z | Downloaded terminal_size v0.2.6 |
770 | 2023-11-29T19:34:21.526Z | Downloaded indexmap v2.1.0 |
771 | 2023-11-29T19:34:21.534Z | Downloaded quote v1.0.33 |
772 | 2023-11-29T19:34:21.541Z | Downloaded io-lifetimes v1.0.11 |
773 | 2023-11-29T19:34:21.541Z | Downloaded thiserror-impl v1.0.49 |
774 | 2023-11-29T19:34:21.552Z | Downloaded cargo_toml v0.17.0 |
775 | 2023-11-29T19:34:21.552Z | Downloaded cargo_metadata v0.18.0 |
776 | 2023-11-29T19:34:21.553Z | Downloaded cargo-platform v0.1.3 |
777 | 2023-11-29T19:34:21.553Z | Downloaded thiserror v1.0.49 |
778 | 2023-11-29T19:34:21.556Z | Downloaded anstyle-parse v0.2.1 |
779 | 2023-11-29T19:34:21.556Z | Downloaded clap_derive v4.4.2 |
780 | 2023-11-29T19:34:21.559Z | Downloaded unicode-ident v1.0.12 |
781 | 2023-11-29T19:34:21.563Z | Downloaded serde_derive v1.0.192 |
782 | 2023-11-29T19:34:21.566Z | Downloaded ryu v1.0.15 |
783 | 2023-11-29T19:34:21.571Z | Downloaded anyhow v1.0.75 |
784 | 2023-11-29T19:34:21.578Z | Downloaded clap v4.4.3 |
785 | 2023-11-29T19:34:21.593Z | Downloaded memchr v2.6.3 |
786 | 2023-11-29T19:34:21.602Z | Downloaded toml_edit v0.21.0 |
787 | 2023-11-29T19:34:21.642Z | Downloaded serde v1.0.192 |
788 | 2023-11-29T19:34:21.648Z | Downloaded toml v0.8.8 |
789 | 2023-11-29T19:34:21.653Z | Downloaded clap_builder v4.4.2 |
790 | 2023-11-29T19:34:21.665Z | Downloaded hashbrown v0.14.2 |
791 | 2023-11-29T19:34:21.674Z | Downloaded syn v2.0.32 |
792 | 2023-11-29T19:34:21.710Z | Downloaded rustix v0.37.23 |
793 | 2023-11-29T19:34:21.729Z | Downloaded winnow v0.5.15 |
794 | 2023-11-29T19:34:21.742Z | Downloaded libc v0.2.150 |
795 | 2023-11-29T19:34:21.791Z | Downloaded serde_json v1.0.108 |
796 | 2023-11-29T19:34:21.803Z | Downloaded proc-macro2 v1.0.69 |
797 | 2023-11-29T19:34:21.807Z | Downloaded semver v1.0.20 |
798 | 2023-11-29T19:34:21.811Z | Downloaded camino v1.1.6 |
799 | 2023-11-29T19:34:21.814Z | Downloaded heck v0.4.1 |
800 | 2023-11-29T19:34:21.817Z | Downloaded anstyle v1.0.2 |
801 | 2023-11-29T19:34:21.932Z | Compiling proc-macro2 v1.0.69 |
802 | 2023-11-29T19:34:21.932Z | Compiling unicode-ident v1.0.12 |
803 | 2023-11-29T19:34:21.951Z | Compiling serde v1.0.192 |
804 | 2023-11-29T19:34:21.951Z | Compiling libc v0.2.150 |
805 | 2023-11-29T19:34:21.951Z | Compiling io-lifetimes v1.0.11 |
806 | 2023-11-29T19:34:21.951Z | Compiling rustix v0.37.23 |
807 | 2023-11-29T19:34:21.951Z | Compiling utf8parse v0.2.1 |
808 | 2023-11-29T19:34:21.952Z | Compiling hashbrown v0.14.2 |
809 | 2023-11-29T19:34:22.295Z | Compiling bitflags v1.3.2 |
810 | 2023-11-29T19:34:22.298Z | Compiling equivalent v1.0.1 |
811 | 2023-11-29T19:34:22.426Z | Compiling anstyle-parse v0.2.1 |
812 | 2023-11-29T19:34:22.454Z | Compiling thiserror v1.0.49 |
813 | 2023-11-29T19:34:22.846Z | Compiling semver v1.0.20 |
814 | 2023-11-29T19:34:23.556Z | Compiling indexmap v2.1.0 |
815 | 2023-11-29T19:34:24.398Z | Compiling anstyle v1.0.2 |
816 | 2023-11-29T19:34:24.403Z | Compiling camino v1.1.6 |
817 | 2023-11-29T19:34:24.514Z | Compiling winnow v0.5.15 |
818 | 2023-11-29T19:34:24.587Z | Compiling colorchoice v1.0.0 |
819 | 2023-11-29T19:34:24.804Z | Compiling serde_json v1.0.108 |
820 | 2023-11-29T19:34:24.827Z | Compiling anstyle-query v1.0.0 |
821 | 2023-11-29T19:34:25.004Z | Compiling anstream v0.5.0 |
822 | 2023-11-29T19:34:25.243Z | Compiling clap_lex v0.5.1 |
823 | 2023-11-29T19:34:25.273Z | Compiling heck v0.4.1 |
824 | 2023-11-29T19:34:25.322Z | Compiling strsim v0.10.0 |
825 | 2023-11-29T19:34:25.425Z | Compiling ryu v1.0.15 |
826 | 2023-11-29T19:34:25.963Z | Compiling quote v1.0.33 |
827 | 2023-11-29T19:34:25.963Z | Compiling itoa v1.0.9 |
828 | 2023-11-29T19:34:28.321Z | Compiling anyhow v1.0.75 |
829 | 2023-11-29T19:34:28.478Z | Compiling errno v0.3.2 |
830 | 2023-11-29T19:34:28.478Z | Compiling syn v2.0.32 |
831 | 2023-11-29T19:34:28.478Z | Compiling terminal_size v0.2.6 |
832 | 2023-11-29T19:34:28.478Z | Compiling clap_builder v4.4.2 |
833 | 2023-11-29T19:34:34.522Z | Compiling serde_derive v1.0.192 |
834 | 2023-11-29T19:34:34.526Z | Compiling thiserror-impl v1.0.49 |
835 | 2023-11-29T19:34:34.526Z | Compiling clap_derive v4.4.2 |
836 | 2023-11-29T19:34:41.920Z | Compiling clap v4.4.3 |
837 | 2023-11-29T19:34:47.619Z | Compiling toml_datetime v0.6.5 |
838 | 2023-11-29T19:34:47.638Z | Compiling serde_spanned v0.6.4 |
839 | 2023-11-29T19:34:47.638Z | Compiling cargo-platform v0.1.3 |
840 | 2023-11-29T19:34:48.002Z | Compiling toml_edit v0.21.0 |
841 | 2023-11-29T19:34:49.852Z | Compiling cargo_metadata v0.18.0 |
842 | 2023-11-29T19:34:51.270Z | Compiling toml v0.8.8 |
843 | 2023-11-29T19:34:52.411Z | Compiling cargo_toml v0.17.0 |
844 | 2023-11-29T19:34:58.672Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
845 | 2023-11-29T19:35:00.074Z | Finished dev [unoptimized + debuginfo] target(s) in 57.87s |
846 | 2023-11-29T19:35:00.279Z | Running `target/debug/xtask clippy` |
847 | 2023-11-29T19:35:00.336Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
848 | 2023-11-29T19:35:01.185Z | Downloading crates ... |
849 | 2023-11-29T19:35:01.490Z | Downloaded ansi_term v0.12.1 |
850 | 2023-11-29T19:35:01.500Z | Downloaded maplit v1.0.2 |
851 | 2023-11-29T19:35:01.500Z | Downloaded log v0.4.20 |
852 | 2023-11-29T19:35:01.500Z | Downloaded matches v0.1.10 |
853 | 2023-11-29T19:35:01.500Z | Downloaded normalize-line-endings v0.3.0 |
854 | 2023-11-29T19:35:01.500Z | Downloaded libtest-mimic v0.6.1 |
855 | 2023-11-29T19:35:01.500Z | Downloaded maybe-uninit v2.0.0 |
856 | 2023-11-29T19:35:01.500Z | Downloaded assert_matches v1.5.0 |
857 | 2023-11-29T19:35:01.505Z | Downloaded ciborium v0.2.1 |
858 | 2023-11-29T19:35:01.505Z | Downloaded num_enum_derive v0.5.11 |
859 | 2023-11-29T19:35:01.510Z | Downloaded async-recursion v1.0.5 |
860 | 2023-11-29T19:35:01.517Z | Downloaded colored v2.0.4 |
861 | 2023-11-29T19:35:01.522Z | Downloaded async-stream-impl v0.3.5 |
862 | 2023-11-29T19:35:01.530Z | Downloaded itertools v0.11.0 |
863 | 2023-11-29T19:35:01.557Z | Downloaded openssl-probe v0.1.5 |
864 | 2023-11-29T19:35:01.567Z | Downloaded curve25519-dalek-derive v0.1.0 |
865 | 2023-11-29T19:35:01.573Z | Downloaded num_cpus v1.16.0 |
866 | 2023-11-29T19:35:01.584Z | Downloaded crypto-common v0.1.6 |
867 | 2023-11-29T19:35:01.590Z | Downloaded num-complex v0.4.4 |
868 | 2023-11-29T19:35:01.600Z | Downloaded opaque-debug v0.3.0 |
869 | 2023-11-29T19:35:01.606Z | Downloaded openssl-macros v0.1.1 |
870 | 2023-11-29T19:35:01.610Z | Downloaded async-trait v0.1.74 |
871 | 2023-11-29T19:35:01.618Z | Downloaded ciborium-io v0.2.1 |
872 | 2023-11-29T19:35:01.623Z | Downloaded newline-converter v0.3.0 |
873 | 2023-11-29T19:35:01.627Z | Downloaded hyper-rustls v0.24.2 |
874 | 2023-11-29T19:35:01.635Z | Downloaded number_prefix v0.4.0 |
875 | 2023-11-29T19:35:01.639Z | Downloaded owo-colors v3.5.0 |
876 | 2023-11-29T19:35:01.645Z | Downloaded packed_struct_codegen v0.10.1 |
877 | 2023-11-29T19:35:01.653Z | Downloaded linked-hash-map v0.5.6 |
878 | 2023-11-29T19:35:01.657Z | Downloaded mockall v0.11.4 |
879 | 2023-11-29T19:35:01.661Z | Downloaded corncobs v0.1.3 |
880 | 2023-11-29T19:35:01.665Z | Downloaded rpassword v7.3.1 |
881 | 2023-11-29T19:35:01.668Z | Downloaded data-encoding v2.4.0 |
882 | 2023-11-29T19:35:01.671Z | Downloaded once_cell v1.18.0 |
883 | 2023-11-29T19:35:01.680Z | Downloaded bitflags v2.4.0 |
884 | 2023-11-29T19:35:01.691Z | Downloaded crc-catalog v2.2.0 |
885 | 2023-11-29T19:35:01.700Z | Downloaded constant_time_eq v0.3.0 |
886 | 2023-11-29T19:35:01.700Z | Downloaded darling_macro v0.14.4 |
887 | 2023-11-29T19:35:01.700Z | Downloaded diesel_table_macro_syntax v0.1.0 |
888 | 2023-11-29T19:35:01.705Z | Downloaded zone_cfg_derive v0.3.0 |
889 | 2023-11-29T19:35:01.705Z | Downloaded indoc v1.0.9 |
890 | 2023-11-29T19:35:01.710Z | Downloaded percent-encoding v2.3.0 |
891 | 2023-11-29T19:35:01.713Z | Downloaded dof v0.1.5 |
892 | 2023-11-29T19:35:01.720Z | Downloaded display-error-chain v0.2.0 |
893 | 2023-11-29T19:35:01.723Z | Downloaded xattr v1.0.1 |
894 | 2023-11-29T19:35:01.723Z | Downloaded peeking_take_while v0.1.2 |
895 | 2023-11-29T19:35:01.727Z | Downloaded datatest-stable v0.2.3 |
896 | 2023-11-29T19:35:01.731Z | Downloaded futures-timer v3.0.2 |
897 | 2023-11-29T19:35:01.735Z | Downloaded swrite v0.1.0 |
898 | 2023-11-29T19:35:01.739Z | Downloaded zerocopy v0.3.0 |
899 | 2023-11-29T19:35:01.742Z | Downloaded yansi v0.5.1 |
900 | 2023-11-29T19:35:01.745Z | Downloaded multer v2.1.0 |
901 | 2023-11-29T19:35:01.750Z | Downloaded similar v2.2.1 |
902 | 2023-11-29T19:35:01.762Z | Downloaded proc-macro-error-attr v1.0.4 |
903 | 2023-11-29T19:35:01.767Z | Downloaded subtle v2.5.0 |
904 | 2023-11-29T19:35:01.771Z | Downloaded signature v1.6.4 |
905 | 2023-11-29T19:35:01.771Z | Downloaded http-range v0.1.5 |
906 | 2023-11-29T19:35:01.774Z | Downloaded rustc_version v0.1.7 |
907 | 2023-11-29T19:35:01.777Z | Downloaded num-traits v0.2.16 |
908 | 2023-11-29T19:35:01.781Z | Downloaded heck v0.3.3 |
909 | 2023-11-29T19:35:01.785Z | Downloaded scopeguard v1.2.0 |
910 | 2023-11-29T19:35:01.789Z | Downloaded pest_generator v2.7.2 |
911 | 2023-11-29T19:35:01.792Z | Downloaded rustfmt-wrapper v0.2.0 |
912 | 2023-11-29T19:35:01.795Z | Downloaded console v0.15.7 |
913 | 2023-11-29T19:35:01.799Z | Downloaded hex v0.4.3 |
914 | 2023-11-29T19:35:01.802Z | Downloaded ref-cast-impl v1.0.20 |
915 | 2023-11-29T19:35:01.805Z | Downloaded pretty-hex v0.2.1 |
916 | 2023-11-29T19:35:01.808Z | Downloaded rand_chacha v0.3.1 |
917 | 2023-11-29T19:35:01.812Z | Downloaded predicates v2.1.5 |
918 | 2023-11-29T19:35:01.816Z | Downloaded crc-any v2.4.3 |
919 | 2023-11-29T19:35:01.822Z | Downloaded toolchain_find v0.2.0 |
920 | 2023-11-29T19:35:01.825Z | Downloaded subprocess v0.2.9 |
921 | 2023-11-29T19:35:01.831Z | Downloaded supports-color v2.1.0 |
922 | 2023-11-29T19:35:01.834Z | Downloaded http-body v0.4.5 |
923 | 2023-11-29T19:35:01.841Z | Downloaded quick-error v1.2.3 |
924 | 2023-11-29T19:35:01.845Z | Downloaded foreign-types-shared v0.3.1 |
925 | 2023-11-29T19:35:01.845Z | Downloaded remove_dir_all v0.5.3 |
926 | 2023-11-29T19:35:01.849Z | Downloaded glob v0.3.1 |
927 | 2023-11-29T19:35:01.851Z | Downloaded futures-sink v0.3.29 |
928 | 2023-11-29T19:35:01.851Z | Downloaded parse-display-derive v0.8.2 |
929 | 2023-11-29T19:35:01.855Z | Downloaded foreign-types-shared v0.1.1 |
930 | 2023-11-29T19:35:01.859Z | Downloaded tui-tree-widget v0.13.0 |
931 | 2023-11-29T19:35:01.859Z | Downloaded try-lock v0.2.4 |
932 | 2023-11-29T19:35:01.863Z | Downloaded predicates-core v1.0.6 |
933 | 2023-11-29T19:35:01.867Z | Downloaded tinyvec_macros v0.1.1 |
934 | 2023-11-29T19:35:01.867Z | Downloaded pkcs8 v0.10.2 |
935 | 2023-11-29T19:35:01.872Z | Downloaded usdt v0.3.5 |
936 | 2023-11-29T19:35:01.875Z | Downloaded miniz_oxide v0.7.1 |
937 | 2023-11-29T19:35:01.881Z | Downloaded time-core v0.1.1 |
938 | 2023-11-29T19:35:01.884Z | Downloaded dirs-next v2.0.0 |
939 | 2023-11-29T19:35:01.887Z | Downloaded want v0.3.1 |
940 | 2023-11-29T19:35:01.887Z | Downloaded structopt-derive v0.4.18 |
941 | 2023-11-29T19:35:01.890Z | Downloaded foreign-types v0.3.2 |
942 | 2023-11-29T19:35:01.893Z | Downloaded structmeta-derive v0.2.0 |
943 | 2023-11-29T19:35:01.896Z | Downloaded structmeta v0.2.0 |
944 | 2023-11-29T19:35:01.899Z | Downloaded foreign-types v0.5.0 |
945 | 2023-11-29T19:35:01.900Z | Downloaded group v0.13.0 |
946 | 2023-11-29T19:35:01.903Z | Downloaded thiserror-no-std v2.0.2 |
947 | 2023-11-29T19:35:01.912Z | Downloaded tokio-macros v2.2.0 |
948 | 2023-11-29T19:35:01.915Z | Downloaded ppv-lite86 v0.2.17 |
949 | 2023-11-29T19:35:01.918Z | Downloaded zip v0.6.6 |
950 | 2023-11-29T19:35:01.927Z | Downloaded postcard-cobs v0.1.5-pre |
951 | 2023-11-29T19:35:01.935Z | Downloaded serde_with_macros v2.3.3 |
952 | 2023-11-29T19:35:01.938Z | Downloaded same-file v1.0.6 |
953 | 2023-11-29T19:35:01.938Z | Downloaded tokio-rustls v0.24.1 |
954 | 2023-11-29T19:35:01.942Z | Downloaded endian-type v0.1.2 |
955 | 2023-11-29T19:35:01.945Z | Downloaded downcast v0.11.0 |
956 | 2023-11-29T19:35:01.948Z | Downloaded waitgroup v0.1.2 |
957 | 2023-11-29T19:35:01.952Z | Downloaded fallible-iterator v0.2.0 |
958 | 2023-11-29T19:35:01.952Z | Downloaded resolv-conf v0.7.0 |
959 | 2023-11-29T19:35:01.955Z | Downloaded slog-envlogger v2.2.0 |
960 | 2023-11-29T19:35:01.959Z | Downloaded trybuild v1.0.85 |
961 | 2023-11-29T19:35:01.969Z | Downloaded dtrace-parser v0.1.14 |
962 | 2023-11-29T19:35:01.972Z | Downloaded tiny-keccak v2.0.2 |
963 | 2023-11-29T19:35:01.976Z | Downloaded deranged v0.3.8 |
964 | 2023-11-29T19:35:01.980Z | Downloaded untrusted v0.9.0 |
965 | 2023-11-29T19:35:01.985Z | Downloaded poly1305 v0.8.0 |
966 | 2023-11-29T19:35:01.988Z | Downloaded pin-project-lite v0.2.13 |
967 | 2023-11-29T19:35:01.998Z | Downloaded untrusted v0.7.1 |
968 | 2023-11-29T19:35:02.002Z | Downloaded crossterm v0.27.0 |
969 | 2023-11-29T19:35:02.015Z | Downloaded pretty-hex v0.4.0 |
970 | 2023-11-29T19:35:02.023Z | Downloaded utf-8 v0.7.6 |
971 | 2023-11-29T19:35:02.023Z | Downloaded phf_shared v0.11.2 |
972 | 2023-11-29T19:35:02.023Z | Downloaded precomputed-hash v0.1.1 |
973 | 2023-11-29T19:35:02.029Z | Downloaded similar-asserts v1.5.0 |
974 | 2023-11-29T19:35:02.029Z | Downloaded parse-display v0.8.2 |
975 | 2023-11-29T19:35:02.032Z | Downloaded dyn-clone v1.0.13 |
976 | 2023-11-29T19:35:02.032Z | Downloaded parking_lot_core v0.8.6 |
977 | 2023-11-29T19:35:02.037Z | Downloaded spki v0.7.2 |
978 | 2023-11-29T19:35:02.040Z | Downloaded spin v0.9.8 |
979 | 2023-11-29T19:35:02.045Z | Downloaded foreign-types-macros v0.2.3 |
980 | 2023-11-29T19:35:02.049Z | Downloaded fnv v1.0.7 |
981 | 2023-11-29T19:35:02.049Z | Downloaded derive_builder_macro v0.12.0 |
982 | 2023-11-29T19:35:02.052Z | Downloaded rand v0.8.5 |
983 | 2023-11-29T19:35:02.058Z | Downloaded futures-io v0.3.29 |
984 | 2023-11-29T19:35:02.061Z | Downloaded rstest_macros v0.18.2 |
985 | 2023-11-29T19:35:02.066Z | Downloaded slog-bunyan v2.4.0 |
986 | 2023-11-29T19:35:02.069Z | Downloaded futures-macro v0.3.29 |
987 | 2023-11-29T19:35:02.073Z | Downloaded futures-core v0.3.29 |
988 | 2023-11-29T19:35:02.073Z | Downloaded unicode-width v0.1.11 |
989 | 2023-11-29T19:35:02.077Z | Downloaded heapless v0.7.16 |
990 | 2023-11-29T19:35:02.085Z | Downloaded tower-service v0.3.2 |
991 | 2023-11-29T19:35:02.091Z | Downloaded ena v0.14.2 |
992 | 2023-11-29T19:35:02.139Z | Downloaded chrono v0.4.31 |
993 | 2023-11-29T19:35:02.148Z | Downloaded walkdir v2.4.0 |
994 | 2023-11-29T19:35:02.148Z | Downloaded slog-stdlog v4.1.1 |
995 | 2023-11-29T19:35:02.149Z | Downloaded rand_core v0.6.4 |
996 | 2023-11-29T19:35:02.149Z | Downloaded pin-project v1.1.3 |
997 | 2023-11-29T19:35:02.149Z | Downloaded unarray v0.1.4 |
998 | 2023-11-29T19:35:02.149Z | Downloaded semver v0.11.0 |
999 | 2023-11-29T19:35:02.149Z | Downloaded rustc_version v0.4.0 |
1000 | 2023-11-29T19:35:02.162Z | Downloaded tokio-stream v0.1.14 |
1001 | 2023-11-29T19:35:02.162Z | Downloaded vte v0.11.1 |
1002 | 2023-11-29T19:35:02.181Z | Downloaded libm v0.2.7 |
1003 | 2023-11-29T19:35:02.187Z | Downloaded time-macros v0.2.13 |
1004 | 2023-11-29T19:35:02.187Z | Downloaded serde-hex v0.1.0 |
1005 | 2023-11-29T19:35:02.187Z | Downloaded serde_with v2.3.3 |
1006 | 2023-11-29T19:35:02.212Z | Downloaded parking_lot_core v0.9.8 |
1007 | 2023-11-29T19:35:02.220Z | Downloaded tokio-postgres v0.7.10 |
1008 | 2023-11-29T19:35:02.220Z | Downloaded fatfs v0.3.6 |
1009 | 2023-11-29T19:35:02.220Z | Downloaded portable-atomic v1.4.3 |
1010 | 2023-11-29T19:35:02.227Z | Downloaded pretty_assertions v1.4.0 |
1011 | 2023-11-29T19:35:02.233Z | Downloaded oso v0.27.0 |
1012 | 2023-11-29T19:35:02.238Z | Downloaded semver-parser v0.10.2 |
1013 | 2023-11-29T19:35:02.244Z | Downloaded password-hash v0.5.0 |
1014 | 2023-11-29T19:35:02.251Z | Downloaded serde_derive_internals v0.26.0 |
1015 | 2023-11-29T19:35:02.251Z | Downloaded trust-dns-server v0.22.1 |
1016 | 2023-11-29T19:35:02.258Z | Downloaded expectorate v1.1.0 |
1017 | 2023-11-29T19:35:02.263Z | Downloaded pest v2.7.2 |
1018 | 2023-11-29T19:35:02.278Z | Downloaded unicode-normalization v0.1.22 |
1019 | 2023-11-29T19:35:02.289Z | Downloaded rayon-core v1.12.0 |
1020 | 2023-11-29T19:35:02.294Z | Downloaded derive_more v0.99.17 |
1021 | 2023-11-29T19:35:02.300Z | Downloaded toml_edit v0.19.15 |
1022 | 2023-11-29T19:35:02.335Z | Downloaded serde_yaml v0.9.25 |
1023 | 2023-11-29T19:35:02.341Z | Downloaded plotters v0.3.5 |
1024 | 2023-11-29T19:35:02.358Z | Downloaded typed-path v0.6.0 |
1025 | 2023-11-29T19:35:02.372Z | Downloaded hkdf v0.12.3 |
1026 | 2023-11-29T19:35:02.378Z | Downloaded salty v0.2.0 |
1027 | 2023-11-29T19:35:02.390Z | Downloaded reedline v0.26.0 |
1028 | 2023-11-29T19:35:02.404Z | Downloaded unicode-segmentation v1.10.1 |
1029 | 2023-11-29T19:35:02.412Z | Downloaded petgraph v0.6.4 |
1030 | 2023-11-29T19:35:02.443Z | Downloaded rustls-webpki v0.101.7 |
1031 | 2023-11-29T19:35:02.467Z | Downloaded tough v0.15.0 |
1032 | 2023-11-29T19:35:02.483Z | Downloaded radix_trie v0.2.1 |
1033 | 2023-11-29T19:35:02.524Z | Downloaded polar-core v0.27.0 |
1034 | 2023-11-29T19:35:02.528Z | Downloaded vcpkg v0.2.15 |
1035 | 2023-11-29T19:35:02.592Z | Downloaded gimli v0.28.0 |
1036 | 2023-11-29T19:35:02.610Z | Downloaded trust-dns-proto v0.22.0 |
1037 | 2023-11-29T19:35:02.635Z | Downloaded tabled v0.14.0 |
1038 | 2023-11-29T19:35:02.666Z | Downloaded proptest v1.4.0 |
1039 | 2023-11-29T19:35:02.684Z | Downloaded zerocopy-derive v0.6.4 |
1040 | 2023-11-29T19:35:02.706Z | Downloaded sled v0.34.7 |
1041 | 2023-11-29T19:35:02.729Z | Downloaded regex-syntax v0.8.2 |
1042 | 2023-11-29T19:35:02.747Z | Downloaded regex-syntax v0.6.29 |
1043 | 2023-11-29T19:35:02.764Z | Downloaded sha3 v0.10.8 |
1044 | 2023-11-29T19:35:02.777Z | Downloaded openapiv3 v2.0.0-rc.1 |
1045 | 2023-11-29T19:35:02.802Z | Downloaded encoding_rs v0.8.33 |
1046 | 2023-11-29T19:35:02.889Z | Downloaded openapiv3 v1.0.3 |
1047 | 2023-11-29T19:35:02.894Z | Downloaded regex-automata v0.3.8 |
1048 | 2023-11-29T19:35:02.905Z | Downloaded regex-automata v0.4.3 |
1049 | 2023-11-29T19:35:02.938Z | Downloaded tokio v1.34.0 |
1050 | 2023-11-29T19:35:03.008Z | Downloaded bstr v0.2.17 |
1051 | 2023-11-29T19:35:03.027Z | Downloaded regex-syntax v0.7.5 |
1052 | 2023-11-29T19:35:03.043Z | Downloaded syn v1.0.109 |
1053 | 2023-11-29T19:35:03.076Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1054 | 2023-11-29T19:35:03.090Z | Downloaded zerocopy-derive v0.2.0 |
1055 | 2023-11-29T19:35:03.107Z | Downloaded ratatui v0.23.0 |
1056 | 2023-11-29T19:35:03.133Z | Downloaded curve25519-dalek v4.1.0 |
1057 | 2023-11-29T19:35:03.147Z | Downloaded regex v1.10.2 |
1058 | 2023-11-29T19:35:03.172Z | Downloaded h2 v0.3.21 |
1059 | 2023-11-29T19:35:03.182Z | Downloaded futures-util v0.3.29 |
1060 | 2023-11-29T19:35:03.207Z | Downloaded object v0.30.4 |
1061 | 2023-11-29T19:35:03.224Z | Downloaded rustix v0.38.25 |
1062 | 2023-11-29T19:35:03.266Z | Downloaded bstr v1.6.0 |
1063 | 2023-11-29T19:35:03.286Z | Downloaded regress v0.7.1 |
1064 | 2023-11-29T19:35:03.308Z | Downloaded rayon v1.8.0 |
1065 | 2023-11-29T19:35:03.316Z | Downloaded webpki-roots v0.25.2 |
1066 | 2023-11-29T19:35:03.323Z | Downloaded time v0.3.27 |
1067 | 2023-11-29T19:35:03.334Z | Downloaded smoltcp v0.9.1 |
1068 | 2023-11-29T19:35:03.362Z | Downloaded diesel v2.1.4 |
1069 | 2023-11-29T19:35:03.387Z | Downloaded idna v0.2.3 |
1070 | 2023-11-29T19:35:03.400Z | Downloaded hyper v0.14.27 |
1071 | 2023-11-29T19:35:03.414Z | Downloaded num-bigint-dig v0.8.4 |
1072 | 2023-11-29T19:35:03.423Z | Downloaded clap v2.34.0 |
1073 | 2023-11-29T19:35:03.436Z | Downloaded openssl v0.10.57 |
1074 | 2023-11-29T19:35:03.453Z | Downloaded rustls v0.21.9 |
1075 | 2023-11-29T19:35:03.478Z | Downloaded tokio-util v0.7.10 |
1076 | 2023-11-29T19:35:03.489Z | Downloaded lalrpop v0.19.12 |
1077 | 2023-11-29T19:35:03.508Z | Downloaded smoltcp v0.8.2 |
1078 | 2023-11-29T19:35:03.569Z | Downloaded http v0.2.11 |
1079 | 2023-11-29T19:35:03.574Z | Downloaded trust-dns-resolver v0.22.0 |
1080 | 2023-11-29T19:35:03.574Z | Downloaded regex-automata v0.1.10 |
1081 | 2023-11-29T19:35:03.574Z | Downloaded idna v0.4.0 |
1082 | 2023-11-29T19:35:03.574Z | Downloaded object v0.32.1 |
1083 | 2023-11-29T19:35:03.581Z | Downloaded quick-xml v0.23.1 |
1084 | 2023-11-29T19:35:03.593Z | Downloaded bitvec v1.0.1 |
1085 | 2023-11-29T19:35:03.621Z | Downloaded reqwest v0.11.22 |
1086 | 2023-11-29T19:35:03.634Z | Downloaded bindgen v0.65.1 |
1087 | 2023-11-29T19:35:03.647Z | Downloaded tungstenite v0.20.1 |
1088 | 2023-11-29T19:35:03.652Z | Downloaded ring v0.17.5 |
1089 | 2023-11-29T19:35:03.790Z | Downloaded tracing v0.1.37 |
1090 | 2023-11-29T19:35:03.797Z | Downloaded unicode-bidi v0.3.13 |
1091 | 2023-11-29T19:35:03.800Z | Downloaded structopt v0.3.26 |
1092 | 2023-11-29T19:35:03.812Z | Downloaded url v2.4.1 |
1093 | 2023-11-29T19:35:03.817Z | Downloaded rand v0.4.6 |
1094 | 2023-11-29T19:35:03.823Z | Downloaded hashbrown v0.12.3 |
1095 | 2023-11-29T19:35:03.830Z | Downloaded slab v0.4.9 |
1096 | 2023-11-29T19:35:03.834Z | Downloaded funty v2.0.0 |
1097 | 2023-11-29T19:35:03.839Z | Downloaded slog-term v2.9.0 |
1098 | 2023-11-29T19:35:03.842Z | Downloaded flume v0.11.0 |
1099 | 2023-11-29T19:35:03.845Z | Downloaded futures-channel v0.3.29 |
1100 | 2023-11-29T19:35:03.849Z | Downloaded ring v0.16.20 |
1101 | 2023-11-29T19:35:04.011Z | Downloaded itertools v0.10.5 |
1102 | 2023-11-29T19:35:04.020Z | Downloaded home v0.5.5 |
1103 | 2023-11-29T19:35:04.025Z | Downloaded futures-executor v0.3.29 |
1104 | 2023-11-29T19:35:04.026Z | Downloaded pest_meta v2.7.2 |
1105 | 2023-11-29T19:35:04.029Z | Downloaded typenum v1.16.0 |
1106 | 2023-11-29T19:35:04.037Z | Downloaded toml v0.5.11 |
1107 | 2023-11-29T19:35:04.037Z | Downloaded tokio-tungstenite v0.20.1 |
1108 | 2023-11-29T19:35:04.041Z | Downloaded proc-macro-crate v1.3.1 |
1109 | 2023-11-29T19:35:04.044Z | Downloaded getrandom v0.2.10 |
1110 | 2023-11-29T19:35:04.049Z | Downloaded rustc-demangle v0.1.23 |
1111 | 2023-11-29T19:35:04.049Z | Downloaded elliptic-curve v0.13.5 |
1112 | 2023-11-29T19:35:04.055Z | Downloaded headers v0.3.9 |
1113 | 2023-11-29T19:35:04.063Z | Downloaded der v0.7.8 |
1114 | 2023-11-29T19:35:04.072Z | Downloaded tracing-core v0.1.31 |
1115 | 2023-11-29T19:35:04.077Z | Downloaded aho-corasick v1.0.4 |
1116 | 2023-11-29T19:35:04.087Z | Downloaded generic-array v0.14.7 |
1117 | 2023-11-29T19:35:04.092Z | Downloaded partial-io v0.5.4 |
1118 | 2023-11-29T19:35:04.096Z | Downloaded trust-dns-client v0.22.0 |
1119 | 2023-11-29T19:35:04.101Z | Downloaded strip-ansi-escapes v0.2.0 |
1120 | 2023-11-29T19:35:04.105Z | Downloaded slog-json v2.6.1 |
1121 | 2023-11-29T19:35:04.110Z | Downloaded tinytemplate v1.2.1 |
1122 | 2023-11-29T19:35:04.110Z | Downloaded synstructure v0.12.6 |
1123 | 2023-11-29T19:35:04.113Z | Downloaded hashbrown v0.13.2 |
1124 | 2023-11-29T19:35:04.118Z | Downloaded tracing-attributes v0.1.26 |
1125 | 2023-11-29T19:35:04.122Z | Downloaded ron v0.8.1 |
1126 | 2023-11-29T19:35:04.131Z | Downloaded fixedbitset v0.4.2 |
1127 | 2023-11-29T19:35:04.136Z | Downloaded unicode-linebreak v0.1.5 |
1128 | 2023-11-29T19:35:04.136Z | Downloaded httpdate v1.0.3 |
1129 | 2023-11-29T19:35:04.139Z | Downloaded rtoolbox v0.0.1 |
1130 | 2023-11-29T19:35:04.139Z | Downloaded httptest v0.15.5 |
1131 | 2023-11-29T19:35:04.142Z | Downloaded httparse v1.8.0 |
1132 | 2023-11-29T19:35:04.146Z | Downloaded rand_xorshift v0.3.0 |
1133 | 2023-11-29T19:35:04.146Z | Downloaded der_derive v0.7.2 |
1134 | 2023-11-29T19:35:04.150Z | Downloaded paste v1.0.14 |
1135 | 2023-11-29T19:35:04.153Z | Downloaded derive_builder_core v0.12.0 |
1136 | 2023-11-29T19:35:04.157Z | Downloaded fs-err v2.11.0 |
1137 | 2023-11-29T19:35:04.161Z | Downloaded tinyvec v1.6.0 |
1138 | 2023-11-29T19:35:04.165Z | Downloaded ed25519 v1.5.3 |
1139 | 2023-11-29T19:35:04.168Z | Downloaded unicase v2.7.0 |
1140 | 2023-11-29T19:35:04.171Z | Downloaded enum-as-inner v0.5.1 |
1141 | 2023-11-29T19:35:04.174Z | Downloaded derive_builder v0.12.0 |
1142 | 2023-11-29T19:35:04.180Z | Downloaded siphasher v0.3.11 |
1143 | 2023-11-29T19:35:04.183Z | Downloaded relative-path v1.9.0 |
1144 | 2023-11-29T19:35:04.186Z | Downloaded rcgen v0.11.3 |
1145 | 2023-11-29T19:35:04.189Z | Downloaded prettyplease v0.2.12 |
1146 | 2023-11-29T19:35:04.194Z | Downloaded mio v0.8.9 |
1147 | 2023-11-29T19:35:04.205Z | Downloaded unicode-xid v0.2.4 |
1148 | 2023-11-29T19:35:04.209Z | Downloaded topological-sort v0.2.2 |
1149 | 2023-11-29T19:35:04.209Z | Downloaded fastrand v2.0.0 |
1150 | 2023-11-29T19:35:04.213Z | Downloaded toml v0.7.8 |
1151 | 2023-11-29T19:35:04.217Z | Downloaded half v1.8.2 |
1152 | 2023-11-29T19:35:04.219Z | Downloaded darling_core v0.20.3 |
1153 | 2023-11-29T19:35:04.226Z | Downloaded x509-cert v0.2.4 |
1154 | 2023-11-29T19:35:04.236Z | Downloaded libxml v0.3.3 |
1155 | 2023-11-29T19:35:04.247Z | Downloaded pin-project-internal v1.1.3 |
1156 | 2023-11-29T19:35:04.250Z | Downloaded signal-hook v0.3.17 |
1157 | 2023-11-29T19:35:04.254Z | Downloaded serde_urlencoded v0.7.1 |
1158 | 2023-11-29T19:35:04.257Z | Downloaded plotters-backend v0.3.5 |
1159 | 2023-11-29T19:35:04.261Z | Downloaded pkg-config v0.3.27 |
1160 | 2023-11-29T19:35:04.261Z | Downloaded tokio-native-tls v0.3.1 |
1161 | 2023-11-29T19:35:04.264Z | Downloaded filetime v0.2.22 |
1162 | 2023-11-29T19:35:04.269Z | Downloaded ff v0.13.0 |
1163 | 2023-11-29T19:35:04.269Z | Downloaded ucd-trie v0.1.6 |
1164 | 2023-11-29T19:35:04.273Z | Downloaded flate2 v1.0.28 |
1165 | 2023-11-29T19:35:04.279Z | Downloaded diesel_derives v2.1.2 |
1166 | 2023-11-29T19:35:04.285Z | Downloaded thread_local v1.1.7 |
1167 | 2023-11-29T19:35:04.290Z | Downloaded steno v0.4.0 |
1168 | 2023-11-29T19:35:04.294Z | Downloaded path-slash v0.1.5 |
1169 | 2023-11-29T19:35:04.297Z | Downloaded darling_macro v0.20.3 |
1170 | 2023-11-29T19:35:04.297Z | Downloaded fxhash v0.2.1 |
1171 | 2023-11-29T19:35:04.300Z | Downloaded dirs-sys-next v0.1.2 |
1172 | 2023-11-29T19:35:04.300Z | Downloaded wait-timeout v0.2.0 |
1173 | 2023-11-29T19:35:04.303Z | Downloaded predicates-tree v1.0.9 |
1174 | 2023-11-29T19:35:04.303Z | Downloaded postgres-protocol v0.6.6 |
1175 | 2023-11-29T19:35:04.306Z | Downloaded threadpool v1.8.1 |
1176 | 2023-11-29T19:35:04.310Z | Downloaded either v1.9.0 |
1177 | 2023-11-29T19:35:04.310Z | Downloaded criterion v0.5.1 |
1178 | 2023-11-29T19:35:04.321Z | Downloaded futures v0.3.29 |
1179 | 2023-11-29T19:35:04.332Z | Downloaded parking_lot v0.12.1 |
1180 | 2023-11-29T19:35:04.341Z | Downloaded predicates v3.0.4 |
1181 | 2023-11-29T19:35:04.341Z | Downloaded thread-id v4.2.0 |
1182 | 2023-11-29T19:35:04.347Z | Downloaded slog-dtrace v0.2.3 |
1183 | 2023-11-29T19:35:04.347Z | Downloaded schemars_derive v0.8.13 |
1184 | 2023-11-29T19:35:04.347Z | Downloaded semver v0.1.20 |
1185 | 2023-11-29T19:35:04.355Z | Downloaded scheduled-thread-pool v0.2.7 |
1186 | 2023-11-29T19:35:04.355Z | Downloaded pin-utils v0.1.0 |
1187 | 2023-11-29T19:35:04.357Z | Downloaded postgres-types v0.2.6 |
1188 | 2023-11-29T19:35:04.362Z | Downloaded hash32 v0.2.1 |
1189 | 2023-11-29T19:35:04.362Z | Downloaded env_logger v0.10.0 |
1190 | 2023-11-29T19:35:04.362Z | Downloaded rsa v0.9.2 |
1191 | 2023-11-29T19:35:04.369Z | Downloaded serde_tokenstream v0.2.0 |
1192 | 2023-11-29T19:35:04.373Z | Downloaded platforms v3.0.2 |
1193 | 2023-11-29T19:35:04.376Z | Downloaded globset v0.4.13 |
1194 | 2023-11-29T19:35:04.379Z | Downloaded fragile v2.0.0 |
1195 | 2023-11-29T19:35:04.383Z | Downloaded hmac v0.12.1 |
1196 | 2023-11-29T19:35:04.385Z | Downloaded yasna v0.5.2 |
1197 | 2023-11-29T19:35:04.388Z | Downloaded pkcs1 v0.7.5 |
1198 | 2023-11-29T19:35:04.391Z | Downloaded mockall_derive v0.11.4 |
1199 | 2023-11-29T19:35:04.395Z | Downloaded cc v1.0.83 |
1200 | 2023-11-29T19:35:04.400Z | Downloaded diff v0.1.13 |
1201 | 2023-11-29T19:35:04.405Z | Downloaded vsss-rs v3.3.1 |
1202 | 2023-11-29T19:35:04.409Z | Downloaded unsafe-libyaml v0.2.9 |
1203 | 2023-11-29T19:35:04.416Z | Downloaded bytes v1.5.0 |
1204 | 2023-11-29T19:35:04.421Z | Downloaded ahash v0.8.3 |
1205 | 2023-11-29T19:35:04.425Z | Downloaded socket2 v0.5.5 |
1206 | 2023-11-29T19:35:04.429Z | Downloaded fd-lock v3.0.13 |
1207 | 2023-11-29T19:35:04.432Z | Downloaded postcard v0.7.3 |
1208 | 2023-11-29T19:35:04.436Z | Downloaded strsim v0.8.0 |
1209 | 2023-11-29T19:35:04.439Z | Downloaded radium v0.7.0 |
1210 | 2023-11-29T19:35:04.439Z | Downloaded r2d2 v0.8.10 |
1211 | 2023-11-29T19:35:04.442Z | Downloaded getopts v0.2.21 |
1212 | 2023-11-29T19:35:04.445Z | Downloaded ref-cast v1.0.20 |
1213 | 2023-11-29T19:35:04.448Z | Downloaded crossbeam-channel v0.5.8 |
1214 | 2023-11-29T19:35:04.455Z | Downloaded socket2 v0.4.9 |
1215 | 2023-11-29T19:35:04.458Z | Downloaded rustls-native-certs v0.6.3 |
1216 | 2023-11-29T19:35:04.461Z | Downloaded zerocopy v0.6.4 |
1217 | 2023-11-29T19:35:04.466Z | Downloaded openssl-sys v0.9.93 |
1218 | 2023-11-29T19:35:04.474Z | Downloaded num-bigint v0.4.4 |
1219 | 2023-11-29T19:35:04.483Z | Downloaded form_urlencoded v1.2.0 |
1220 | 2023-11-29T19:35:04.486Z | Downloaded smawk v0.3.1 |
1221 | 2023-11-29T19:35:04.486Z | Downloaded pem-rfc7468 v0.7.0 |
1222 | 2023-11-29T19:35:04.489Z | Downloaded pem v3.0.2 |
1223 | 2023-11-29T19:35:04.492Z | Downloaded snafu v0.7.5 |
1224 | 2023-11-29T19:35:04.501Z | Downloaded rstest v0.18.2 |
1225 | 2023-11-29T19:35:04.510Z | Downloaded derive-where v1.2.5 |
1226 | 2023-11-29T19:35:04.516Z | Downloaded phf v0.11.2 |
1227 | 2023-11-29T19:35:04.520Z | Downloaded test-strategy v0.3.1 |
1228 | 2023-11-29T19:35:04.524Z | Downloaded itertools v0.12.0 |
1229 | 2023-11-29T19:35:04.536Z | Downloaded serde_tokenstream v0.1.7 |
1230 | 2023-11-29T19:35:04.542Z | Downloaded rust-argon2 v1.0.1 |
1231 | 2023-11-29T19:35:04.544Z | Downloaded cookie v0.18.0 |
1232 | 2023-11-29T19:35:04.549Z | Downloaded papergrid v0.10.0 |
1233 | 2023-11-29T19:35:04.556Z | Downloaded smf v0.2.2 |
1234 | 2023-11-29T19:35:04.561Z | Downloaded uuid v1.6.1 |
1235 | 2023-11-29T19:35:04.565Z | Downloaded vte_generate_state_changes v0.1.1 |
1236 | 2023-11-29T19:35:04.569Z | Downloaded rustls-pemfile v1.0.3 |
1237 | 2023-11-29T19:35:04.573Z | Downloaded hostname v0.3.1 |
1238 | 2023-11-29T19:35:04.573Z | Downloaded tempfile v3.8.1 |
1239 | 2023-11-29T19:35:04.607Z | Downloaded const-oid v0.9.5 |
1240 | 2023-11-29T19:35:04.612Z | Downloaded tar v0.4.40 |
1241 | 2023-11-29T19:35:04.613Z | Downloaded snafu-derive v0.7.5 |
1242 | 2023-11-29T19:35:04.613Z | Downloaded base64 v0.21.5 |
1243 | 2023-11-29T19:35:04.613Z | Downloaded debug-ignore v1.0.5 |
1244 | 2023-11-29T19:35:04.613Z | Downloaded zone v0.3.0 |
1245 | 2023-11-29T19:35:04.613Z | Downloaded hubpack v0.1.2 |
1246 | 2023-11-29T19:35:04.613Z | Downloaded textwrap v0.16.0 |
1247 | 2023-11-29T19:35:04.613Z | Downloaded slog v2.7.0 |
1248 | 2023-11-29T19:35:04.613Z | Downloaded rustc-hash v1.1.0 |
1249 | 2023-11-29T19:35:04.613Z | Downloaded headers-core v0.2.0 |
1250 | 2023-11-29T19:35:04.613Z | Downloaded backtrace v0.3.69 |
1251 | 2023-11-29T19:35:04.617Z | Downloaded serde-big-array v0.4.1 |
1252 | 2023-11-29T19:35:04.621Z | Downloaded pest_derive v2.7.2 |
1253 | 2023-11-29T19:35:04.626Z | Downloaded highway v1.1.0 |
1254 | 2023-11-29T19:35:04.626Z | Downloaded pem v1.1.1 |
1255 | 2023-11-29T19:35:04.629Z | Downloaded zeroize v1.7.0 |
1256 | 2023-11-29T19:35:04.630Z | Downloaded strum_macros v0.24.3 |
1257 | 2023-11-29T19:35:04.634Z | Downloaded proc-macro-error v1.0.4 |
1258 | 2023-11-29T19:35:04.638Z | Downloaded rustversion v1.0.14 |
1259 | 2023-11-29T19:35:04.642Z | Downloaded plotters-svg v0.3.5 |
1260 | 2023-11-29T19:35:04.645Z | Downloaded hex-literal v0.4.1 |
1261 | 2023-11-29T19:35:04.645Z | Downloaded static_assertions v1.1.0 |
1262 | 2023-11-29T19:35:04.649Z | Downloaded stable_deref_trait v1.2.0 |
1263 | 2023-11-29T19:35:04.649Z | Downloaded whoami v1.4.1 |
1264 | 2023-11-29T19:35:04.653Z | Downloaded sha1 v0.10.6 |
1265 | 2023-11-29T19:35:04.653Z | Downloaded strum_macros v0.25.2 |
1266 | 2023-11-29T19:35:04.656Z | Downloaded nom v7.1.3 |
1267 | 2023-11-29T19:35:04.665Z | Downloaded wyz v0.5.1 |
1268 | 2023-11-29T19:35:04.668Z | Downloaded minimal-lexical v0.2.1 |
1269 | 2023-11-29T19:35:04.675Z | Downloaded futures-task v0.3.29 |
1270 | 2023-11-29T19:35:04.678Z | Downloaded indicatif v0.17.7 |
1271 | 2023-11-29T19:35:04.683Z | Downloaded indexmap v1.9.3 |
1272 | 2023-11-29T19:35:04.688Z | Downloaded dashmap v5.5.1 |
1273 | 2023-11-29T19:35:04.692Z | Downloaded zeroize_derive v1.4.2 |
1274 | 2023-11-29T19:35:04.695Z | Downloaded version_check v0.9.4 |
1275 | 2023-11-29T19:35:04.698Z | Downloaded vec_map v0.8.2 |
1276 | 2023-11-29T19:35:04.698Z | Downloaded usdt-impl v0.3.5 |
1277 | 2023-11-29T19:35:04.701Z | Downloaded term v0.7.0 |
1278 | 2023-11-29T19:35:04.704Z | Downloaded which v4.4.0 |
1279 | 2023-11-29T19:35:04.707Z | Downloaded schemars v0.8.13 |
1280 | 2023-11-29T19:35:04.725Z | Downloaded darling_core v0.14.4 |
1281 | 2023-11-29T19:35:04.733Z | Downloaded flagset v0.4.3 |
1282 | 2023-11-29T19:35:04.736Z | Downloaded spin v0.5.2 |
1283 | 2023-11-29T19:35:04.740Z | Downloaded slog-async v2.8.0 |
1284 | 2023-11-29T19:35:04.740Z | Downloaded parking_lot v0.11.2 |
1285 | 2023-11-29T19:35:04.746Z | Downloaded usdt-macro v0.3.5 |
1286 | 2023-11-29T19:35:04.746Z | Downloaded oso-derive v0.27.0 |
1287 | 2023-11-29T19:35:04.746Z | Downloaded float-cmp v0.9.0 |
1288 | 2023-11-29T19:35:04.761Z | Downloaded difflib v0.4.0 |
1289 | 2023-11-29T19:35:04.761Z | Downloaded darling v0.14.4 |
1290 | 2023-11-29T19:35:04.766Z | Downloaded signal-hook-mio v0.2.3 |
1291 | 2023-11-29T19:35:04.766Z | Downloaded shell-words v1.1.0 |
1292 | 2023-11-29T19:35:04.766Z | Downloaded humantime v2.1.0 |
1293 | 2023-11-29T19:35:04.766Z | Downloaded serial_test_derive v0.10.0 |
1294 | 2023-11-29T19:35:04.766Z | Downloaded mime_guess v2.0.4 |
1295 | 2023-11-29T19:35:04.766Z | Downloaded tempdir v0.3.7 |
1296 | 2023-11-29T19:35:04.766Z | Downloaded slog-scope v4.4.0 |
1297 | 2023-11-29T19:35:04.774Z | Downloaded digest v0.10.7 |
1298 | 2023-11-29T19:35:04.774Z | Downloaded termcolor v1.2.0 |
1299 | 2023-11-29T19:35:04.774Z | Downloaded tap v1.0.1 |
1300 | 2023-11-29T19:35:04.774Z | Downloaded smallvec v0.6.14 |
1301 | 2023-11-29T19:35:04.778Z | Downloaded usdt-attr-macro v0.3.5 |
1302 | 2023-11-29T19:35:04.779Z | Downloaded sct v0.7.0 |
1303 | 2023-11-29T19:35:04.783Z | Downloaded linear-map v1.2.0 |
1304 | 2023-11-29T19:35:04.788Z | Downloaded phf_shared v0.10.0 |
1305 | 2023-11-29T19:35:04.788Z | Downloaded doc-comment v0.3.3 |
1306 | 2023-11-29T19:35:04.788Z | Downloaded signal-hook-tokio v0.3.1 |
1307 | 2023-11-29T19:35:04.795Z | Downloaded shlex v1.1.0 |
1308 | 2023-11-29T19:35:04.796Z | Downloaded crc v3.0.1 |
1309 | 2023-11-29T19:35:04.796Z | Downloaded convert_case v0.4.0 |
1310 | 2023-11-29T19:35:04.796Z | Downloaded constant_time_eq v0.2.6 |
1311 | 2023-11-29T19:35:04.800Z | Downloaded ciborium-ll v0.2.1 |
1312 | 2023-11-29T19:35:04.801Z | Downloaded cfg-if v0.1.10 |
1313 | 2023-11-29T19:35:04.801Z | Downloaded cast v0.3.0 |
1314 | 2023-11-29T19:35:04.801Z | Downloaded block-padding v0.3.3 |
1315 | 2023-11-29T19:35:04.805Z | Downloaded universal-hash v0.5.1 |
1316 | 2023-11-29T19:35:04.805Z | Downloaded packed_struct v0.10.1 |
1317 | 2023-11-29T19:35:04.806Z | Downloaded basic-toml v0.1.4 |
1318 | 2023-11-29T19:35:04.821Z | Downloaded signature v2.1.0 |
1319 | 2023-11-29T19:35:04.827Z | Downloaded num_enum v0.5.11 |
1320 | 2023-11-29T19:35:04.831Z | Downloaded strum v0.25.0 |
1321 | 2023-11-29T19:35:04.837Z | Downloaded serde_path_to_error v0.1.14 |
1322 | 2023-11-29T19:35:04.837Z | Downloaded num-rational v0.4.1 |
1323 | 2023-11-29T19:35:04.841Z | Downloaded nu-ansi-term v0.49.0 |
1324 | 2023-11-29T19:35:04.841Z | Downloaded crc32fast v1.3.2 |
1325 | 2023-11-29T19:35:04.847Z | Downloaded crossbeam-queue v0.3.8 |
1326 | 2023-11-29T19:35:04.847Z | Downloaded crypto-bigint v0.5.2 |
1327 | 2023-11-29T19:35:04.856Z | Downloaded libloading v0.7.4 |
1328 | 2023-11-29T19:35:04.867Z | Downloaded ipnet v2.8.0 |
1329 | 2023-11-29T19:35:04.867Z | Downloaded hubpack_derive v0.1.1 |
1330 | 2023-11-29T19:35:04.873Z | Downloaded signal-hook-registry v1.4.1 |
1331 | 2023-11-29T19:35:04.873Z | Downloaded serial_test v0.10.0 |
1332 | 2023-11-29T19:35:04.873Z | Downloaded serde_repr v0.1.16 |
1333 | 2023-11-29T19:35:04.873Z | Downloaded termtree v0.4.1 |
1334 | 2023-11-29T19:35:04.873Z | Downloaded oorandom v11.1.3 |
1335 | 2023-11-29T19:35:04.880Z | Downloaded num-integer v0.1.45 |
1336 | 2023-11-29T19:35:04.880Z | Downloaded num-derive v0.4.0 |
1337 | 2023-11-29T19:35:04.880Z | Downloaded base64ct v1.6.0 |
1338 | 2023-11-29T19:35:04.884Z | Downloaded serde_plain v1.0.2 |
1339 | 2023-11-29T19:35:04.884Z | Downloaded rusty-fork v0.3.0 |
1340 | 2023-11-29T19:35:04.887Z | Downloaded lalrpop-util v0.19.12 |
1341 | 2023-11-29T19:35:04.887Z | Downloaded backoff v0.4.0 |
1342 | 2023-11-29T19:35:04.891Z | Downloaded assert_cmd v2.0.12 |
1343 | 2023-11-29T19:35:04.897Z | Downloaded arc-swap v1.6.0 |
1344 | 2023-11-29T19:35:04.902Z | Downloaded num-iter v0.1.43 |
1345 | 2023-11-29T19:35:04.903Z | Downloaded hyper-tls v0.5.0 |
1346 | 2023-11-29T19:35:04.903Z | Downloaded arrayvec v0.7.4 |
1347 | 2023-11-29T19:35:04.908Z | Downloaded keccak v0.1.4 |
1348 | 2023-11-29T19:35:04.912Z | Downloaded impl-trait-for-tuples v0.2.2 |
1349 | 2023-11-29T19:35:04.912Z | Downloaded num v0.4.1 |
1350 | 2023-11-29T19:35:04.917Z | Downloaded nibble_vec v0.1.0 |
1351 | 2023-11-29T19:35:04.917Z | Downloaded criterion-plot v0.5.0 |
1352 | 2023-11-29T19:35:04.933Z | Downloaded bitfield v0.14.0 |
1353 | 2023-11-29T19:35:04.933Z | Downloaded num_threads v0.1.6 |
1354 | 2023-11-29T19:35:05.346Z | Downloaded omicron-zone-package v0.9.1 |
1355 | 2023-11-29T19:35:05.347Z | Downloaded crossbeam-utils v0.8.16 |
1356 | 2023-11-29T19:35:05.347Z | Downloaded crossbeam-epoch v0.9.15 |
1357 | 2023-11-29T19:35:05.348Z | Downloaded bytesize v1.3.0 |
1358 | 2023-11-29T19:35:05.348Z | Downloaded bit-vec v0.6.3 |
1359 | 2023-11-29T19:35:05.348Z | Downloaded atomic-waker v1.1.1 |
1360 | 2023-11-29T19:35:05.348Z | Downloaded textwrap v0.11.0 |
1361 | 2023-11-29T19:35:05.348Z | Downloaded termios v0.3.3 |
1362 | 2023-11-29T19:35:05.348Z | Downloaded tabled_derive v0.6.0 |
1363 | 2023-11-29T19:35:05.348Z | Downloaded stringprep v0.1.3 |
1364 | 2023-11-29T19:35:05.348Z | Downloaded string_cache v0.8.7 |
1365 | 2023-11-29T19:35:05.348Z | Downloaded lazycell v1.3.0 |
1366 | 2023-11-29T19:35:05.348Z | Downloaded inout v0.1.3 |
1367 | 2023-11-29T19:35:05.348Z | Downloaded bit-set v0.5.3 |
1368 | 2023-11-29T19:35:05.348Z | Downloaded thiserror-impl-no-std v2.0.2 |
1369 | 2023-11-29T19:35:05.348Z | Downloaded crucible-workspace-hack v0.1.0 |
1370 | 2023-11-29T19:35:05.348Z | Downloaded olpc-cjson v0.1.3 |
1371 | 2023-11-29T19:35:05.348Z | Downloaded darling v0.20.3 |
1372 | 2023-11-29T19:35:05.348Z | Downloaded is-terminal v0.4.9 |
1373 | 2023-11-29T19:35:05.348Z | Downloaded atty v0.2.14 |
1374 | 2023-11-29T19:35:05.348Z | Downloaded async-stream v0.3.5 |
1375 | 2023-11-29T19:35:05.348Z | Downloaded iana-time-zone v0.1.57 |
1376 | 2023-11-29T19:35:05.348Z | Downloaded approx v0.5.1 |
1377 | 2023-11-29T19:35:05.348Z | Downloaded smallvec v1.11.0 |
1378 | 2023-11-29T19:35:05.348Z | Downloaded sha2 v0.10.8 |
1379 | 2023-11-29T19:35:05.348Z | Downloaded macaddr v1.0.1 |
1380 | 2023-11-29T19:35:05.348Z | Downloaded blake2b_simd v1.0.1 |
1381 | 2023-11-29T19:35:05.348Z | Downloaded newtype_derive v0.1.6 |
1382 | 2023-11-29T19:35:05.348Z | Downloaded addr2line v0.21.0 |
1383 | 2023-11-29T19:35:05.348Z | Downloaded take_mut v0.2.2 |
1384 | 2023-11-29T19:35:05.348Z | Downloaded clang-sys v1.6.1 |
1385 | 2023-11-29T19:35:05.348Z | Downloaded chacha20poly1305 v0.10.1 |
1386 | 2023-11-29T19:35:05.348Z | Downloaded cstr-argument v0.1.2 |
1387 | 2023-11-29T19:35:05.348Z | Downloaded crunchy v0.2.2 |
1388 | 2023-11-29T19:35:05.348Z | Downloaded crossbeam-deque v0.8.3 |
1389 | 2023-11-29T19:35:05.348Z | Downloaded crossbeam v0.8.2 |
1390 | 2023-11-29T19:35:05.348Z | Downloaded bb8 v0.8.1 |
1391 | 2023-11-29T19:35:05.349Z | Downloaded arrayref v0.3.7 |
1392 | 2023-11-29T19:35:05.349Z | Downloaded array-init v0.0.4 |
1393 | 2023-11-29T19:35:05.349Z | Downloaded autocfg v1.1.0 |
1394 | 2023-11-29T19:35:05.349Z | Downloaded anes v0.1.6 |
1395 | 2023-11-29T19:35:05.349Z | Downloaded adler v1.0.2 |
1396 | 2023-11-29T19:35:05.349Z | Downloaded argon2 v0.5.2 |
1397 | 2023-11-29T19:35:05.349Z | Downloaded secrecy v0.8.0 |
1398 | 2023-11-29T19:35:05.350Z | Downloaded new_debug_unreachable v1.0.4 |
1399 | 2023-11-29T19:35:05.350Z | Downloaded byteorder v1.5.0 |
1400 | 2023-11-29T19:35:05.350Z | Downloaded ipnetwork v0.20.0 |
1401 | 2023-11-29T19:35:05.350Z | Downloaded block-buffer v0.10.4 |
1402 | 2023-11-29T19:35:05.350Z | Downloaded is_ci v1.1.1 |
1403 | 2023-11-29T19:35:05.350Z | Downloaded instant v0.1.12 |
1404 | 2023-11-29T19:35:05.350Z | Downloaded atomicwrites v0.4.2 |
1405 | 2023-11-29T19:35:05.350Z | Downloaded ident_case v1.0.1 |
1406 | 2023-11-29T19:35:05.350Z | Downloaded serde-big-array v0.5.1 |
1407 | 2023-11-29T19:35:05.350Z | Downloaded mime v0.3.17 |
1408 | 2023-11-29T19:35:05.350Z | Downloaded memoffset v0.9.0 |
1409 | 2023-11-29T19:35:05.350Z | Downloaded memoffset v0.7.1 |
1410 | 2023-11-29T19:35:05.350Z | Downloaded lru-cache v0.1.2 |
1411 | 2023-11-29T19:35:05.350Z | Downloaded base64 v0.13.1 |
1412 | 2023-11-29T19:35:05.350Z | Downloaded ascii-canvas v3.0.0 |
1413 | 2023-11-29T19:35:05.350Z | Downloaded aead v0.5.2 |
1414 | 2023-11-29T19:35:05.350Z | Downloaded native-tls v0.2.11 |
1415 | 2023-11-29T19:35:05.350Z | Downloaded nodrop v0.1.14 |
1416 | 2023-11-29T19:35:05.350Z | Downloaded match_cfg v0.1.0 |
1417 | 2023-11-29T19:35:05.350Z | Downloaded managed v0.8.0 |
1418 | 2023-11-29T19:35:05.350Z | Downloaded blake2 v0.10.6 |
1419 | 2023-11-29T19:35:05.350Z | Downloaded nanorand v0.7.0 |
1420 | 2023-11-29T19:35:05.350Z | Downloaded chacha20 v0.9.1 |
1421 | 2023-11-29T19:35:05.350Z | Downloaded cancel-safe-futures v0.1.5 |
1422 | 2023-11-29T19:35:05.350Z | Downloaded bzip2 v0.4.4 |
1423 | 2023-11-29T19:35:05.351Z | Downloaded bcs v0.1.6 |
1424 | 2023-11-29T19:35:05.351Z | Downloaded cpufeatures v0.2.9 |
1425 | 2023-11-29T19:35:05.351Z | Downloaded cipher v0.4.4 |
1426 | 2023-11-29T19:35:05.351Z | Downloaded cassowary v0.3.0 |
1427 | 2023-11-29T19:35:05.351Z | Downloaded camino-tempfile v1.1.1 |
1428 | 2023-11-29T19:35:05.351Z | Downloaded cexpr v0.6.0 |
1429 | 2023-11-29T19:35:05.351Z | Downloaded md-5 v0.10.5 |
1430 | 2023-11-29T19:35:05.351Z | Downloaded libsw v3.3.0 |
1431 | 2023-11-29T19:35:05.351Z | Downloaded libefi-sys v0.1.0 |
1432 | 2023-11-29T19:35:05.351Z | Downloaded lazy_static v1.4.0 |
1433 | 2023-11-29T19:35:05.351Z | Downloaded indoc v2.0.3 |
1434 | 2023-11-29T19:35:05.351Z | Downloaded cfg-if v1.0.0 |
1435 | 2023-11-29T19:35:05.351Z | Downloaded bytecount v0.6.3 |
1436 | 2023-11-29T19:35:05.351Z | Downloaded buf-list v1.0.3 |
1437 | 2023-11-29T19:35:05.351Z | Downloaded kstat-rs v0.2.3 |
1438 | 2023-11-29T19:35:05.351Z | Downloaded hyper-staticfile v0.9.5 |
1439 | 2023-11-29T19:35:05.351Z | Downloaded base16ct v0.2.0 |
1440 | 2023-11-29T19:35:05.351Z | Downloaded lock_api v0.4.10 |
1441 | 2023-11-29T19:35:05.796Z | Compiling serde v1.0.192 |
1442 | 2023-11-29T19:35:05.797Z | Compiling autocfg v1.1.0 |
1443 | 2023-11-29T19:35:05.809Z | Checking cfg-if v1.0.0 |
1444 | 2023-11-29T19:35:05.809Z | Compiling version_check v0.9.4 |
1445 | 2023-11-29T19:35:05.809Z | Compiling syn v1.0.109 |
1446 | 2023-11-29T19:35:05.847Z | Checking libc v0.2.150 |
1447 | 2023-11-29T19:35:05.877Z | Compiling syn v2.0.32 |
1448 | 2023-11-29T19:35:05.913Z | Compiling parking_lot_core v0.9.8 |
1449 | 2023-11-29T19:35:05.949Z | Compiling libm v0.2.7 |
1450 | 2023-11-29T19:35:06.706Z | Compiling cc v1.0.83 |
1451 | 2023-11-29T19:35:06.833Z | Compiling futures-core v0.3.29 |
1452 | 2023-11-29T19:35:06.987Z | Compiling once_cell v1.18.0 |
1453 | 2023-11-29T19:35:07.260Z | Compiling serde_json v1.0.108 |
1454 | 2023-11-29T19:35:07.420Z | Compiling memchr v2.6.3 |
1455 | 2023-11-29T19:35:07.537Z | Compiling lock_api v0.4.10 |
1456 | 2023-11-29T19:35:07.671Z | Compiling num-traits v0.2.16 |
1457 | 2023-11-29T19:35:07.807Z | Compiling slab v0.4.9 |
1458 | 2023-11-29T19:35:08.154Z | Checking getrandom v0.2.10 |
1459 | 2023-11-29T19:35:08.253Z | Compiling futures-task v0.3.29 |
1460 | 2023-11-29T19:35:08.304Z | Compiling futures-channel v0.3.29 |
1461 | 2023-11-29T19:35:08.718Z | Compiling typenum v1.16.0 |
1462 | 2023-11-29T19:35:08.870Z | Compiling futures-util v0.3.29 |
1463 | 2023-11-29T19:35:08.881Z | Compiling generic-array v0.14.7 |
1464 | 2023-11-29T19:35:09.399Z | Compiling log v0.4.20 |
1465 | 2023-11-29T19:35:09.440Z | Checking scopeguard v1.2.0 |
1466 | 2023-11-29T19:35:09.613Z | Compiling pkg-config v0.3.27 |
1467 | 2023-11-29T19:35:10.736Z | Checking smallvec v1.11.0 |
1468 | 2023-11-29T19:35:11.297Z | Checking itoa v1.0.9 |
1469 | 2023-11-29T19:35:11.334Z | Compiling rustix v0.38.25 |
1470 | 2023-11-29T19:35:11.373Z | Compiling indexmap v1.9.3 |
1471 | 2023-11-29T19:35:11.416Z | Compiling schemars v0.8.13 |
1472 | 2023-11-29T19:35:11.839Z | Compiling fnv v1.0.7 |
1473 | 2023-11-29T19:35:12.286Z | Compiling vcpkg v0.2.15 |
1474 | 2023-11-29T19:35:12.302Z | Compiling httparse v1.8.0 |
1475 | 2023-11-29T19:35:12.427Z | Checking rand_core v0.6.4 |
1476 | 2023-11-29T19:35:12.618Z | Compiling ring v0.17.5 |
1477 | 2023-11-29T19:35:12.844Z | Compiling ring v0.16.20 |
1478 | 2023-11-29T19:35:14.502Z | Compiling aho-corasick v1.0.4 |
1479 | 2023-11-29T19:35:14.658Z | Compiling regex-syntax v0.8.2 |
1480 | 2023-11-29T19:35:15.585Z | Compiling openssl-sys v0.9.93 |
1481 | 2023-11-29T19:35:17.370Z | Compiling parking_lot v0.12.1 |
1482 | 2023-11-29T19:35:17.885Z | Checking pin-project-lite v0.2.13 |
1483 | 2023-11-29T19:35:18.047Z | Compiling ahash v0.8.3 |
1484 | 2023-11-29T19:35:18.538Z | Compiling serde_derive_internals v0.26.0 |
1485 | 2023-11-29T19:35:18.942Z | Checking spin v0.5.2 |
1486 | 2023-11-29T19:35:19.375Z | Compiling openssl v0.10.57 |
1487 | 2023-11-29T19:35:19.932Z | Compiling regex-automata v0.4.3 |
1488 | 2023-11-29T19:35:20.017Z | Checking signal-hook-registry v1.4.1 |
1489 | 2023-11-29T19:35:20.645Z | Compiling ucd-trie v0.1.6 |
1490 | 2023-11-29T19:35:21.661Z | Compiling rustls v0.21.9 |
1491 | 2023-11-29T19:35:22.060Z | Checking mio v0.8.9 |
1492 | 2023-11-29T19:35:22.080Z | Compiling iana-time-zone v0.1.57 |
1493 | 2023-11-29T19:35:22.565Z | Compiling native-tls v0.2.11 |
1494 | 2023-11-29T19:35:22.919Z | Compiling async-trait v0.1.74 |
1495 | 2023-11-29T19:35:23.066Z | Checking num_cpus v1.16.0 |
1496 | 2023-11-29T19:35:26.757Z | Compiling dyn-clone v1.0.13 |
1497 | 2023-11-29T19:35:26.892Z | Compiling unicode-xid v0.2.4 |
1498 | 2023-11-29T19:35:26.892Z | Compiling byteorder v1.5.0 |
1499 | 2023-11-29T19:35:26.892Z | Compiling backtrace v0.3.69 |
1500 | 2023-11-29T19:35:26.893Z | Checking socket2 v0.5.5 |
1501 | 2023-11-29T19:35:26.893Z | Compiling futures-sink v0.3.29 |
1502 | 2023-11-29T19:35:26.893Z | Checking ryu v1.0.15 |
1503 | 2023-11-29T19:35:26.893Z | Compiling hashbrown v0.13.2 |
1504 | 2023-11-29T19:35:26.893Z | Compiling errno v0.3.2 |
1505 | 2023-11-29T19:35:26.893Z | Compiling crc32fast v1.3.2 |
1506 | 2023-11-29T19:35:26.893Z | Compiling crossbeam-utils v0.8.16 |
1507 | 2023-11-29T19:35:26.893Z | Compiling tinyvec_macros v0.1.1 |
1508 | 2023-11-29T19:35:26.896Z | Compiling tinyvec v1.6.0 |
1509 | 2023-11-29T19:35:26.955Z | Compiling regex v1.10.2 |
1510 | 2023-11-29T19:35:27.003Z | Compiling pin-utils v0.1.0 |
1511 | 2023-11-29T19:35:27.082Z | Compiling anyhow v1.0.75 |
1512 | 2023-11-29T19:35:27.159Z | Compiling futures-io v0.3.29 |
1513 | 2023-11-29T19:35:27.624Z | Compiling spin v0.9.8 |
1514 | 2023-11-29T19:35:27.647Z | Compiling tracing-core v0.1.31 |
1515 | 2023-11-29T19:35:27.792Z | Compiling unicode-bidi v0.3.13 |
1516 | 2023-11-29T19:35:28.614Z | Compiling unicode-normalization v0.1.22 |
1517 | 2023-11-29T19:35:28.857Z | Compiling num-integer v0.1.45 |
1518 | 2023-11-29T19:35:29.968Z | Compiling synstructure v0.12.6 |
1519 | 2023-11-29T19:35:30.115Z | Compiling lazy_static v1.4.0 |
1520 | 2023-11-29T19:35:30.230Z | Compiling serde_derive v1.0.192 |
1521 | 2023-11-29T19:35:30.258Z | Compiling thiserror-impl v1.0.49 |
1522 | 2023-11-29T19:35:30.276Z | Compiling zeroize_derive v1.4.2 |
1523 | 2023-11-29T19:35:30.374Z | Compiling tokio-macros v2.2.0 |
1524 | 2023-11-29T19:35:30.464Z | Compiling futures-macro v0.3.29 |
1525 | 2023-11-29T19:35:31.606Z | Compiling tracing-attributes v0.1.26 |
1526 | 2023-11-29T19:35:32.942Z | Compiling schemars_derive v0.8.13 |
1527 | 2023-11-29T19:35:33.059Z | Compiling openssl-macros v0.1.1 |
1528 | 2023-11-29T19:35:33.219Z | Checking zeroize v1.7.0 |
1529 | 2023-11-29T19:35:35.818Z | Compiling thiserror v1.0.49 |
1530 | 2023-11-29T19:35:36.010Z | Compiling pest v2.7.2 |
1531 | 2023-11-29T19:35:36.557Z | Compiling slog v2.7.0 |
1532 | 2023-11-29T19:35:36.557Z | Compiling unicode-width v0.1.11 |
1533 | 2023-11-29T19:35:36.717Z | Compiling base64 v0.21.5 |
1534 | 2023-11-29T19:35:37.158Z | Compiling zerocopy-derive v0.2.0 |
1535 | 2023-11-29T19:35:38.184Z | Compiling tracing v0.1.37 |
1536 | 2023-11-29T19:35:38.431Z | Compiling rustversion v1.0.14 |
1537 | 2023-11-29T19:35:38.515Z | Compiling openssl-probe v0.1.5 |
1538 | 2023-11-29T19:35:38.749Z | Compiling foreign-types-shared v0.1.1 |
1539 | 2023-11-29T19:35:38.895Z | Checking subtle v2.5.0 |
1540 | 2023-11-29T19:35:38.975Z | Compiling percent-encoding v2.3.0 |
1541 | 2023-11-29T19:35:39.001Z | Compiling hashbrown v0.12.3 |
1542 | 2023-11-29T19:35:39.284Z | Compiling untrusted v0.7.1 |
1543 | 2023-11-29T19:35:39.451Z | Compiling time-core v0.1.1 |
1544 | 2023-11-29T19:35:39.583Z | Compiling untrusted v0.9.0 |
1545 | 2023-11-29T19:35:39.709Z | Compiling time-macros v0.2.13 |
1546 | 2023-11-29T19:35:40.473Z | Compiling pest_meta v2.7.2 |
1547 | 2023-11-29T19:35:40.882Z | Compiling foreign-types v0.3.2 |
1548 | 2023-11-29T19:35:44.409Z | Compiling pest_generator v2.7.2 |
1549 | 2023-11-29T19:35:48.196Z | Compiling try-lock v0.2.4 |
1550 | 2023-11-29T19:35:48.299Z | Compiling want v0.3.1 |
1551 | 2023-11-29T19:35:48.299Z | Compiling rustls-webpki v0.101.7 |
1552 | 2023-11-29T19:35:48.346Z | Compiling sct v0.7.0 |
1553 | 2023-11-29T19:35:48.346Z | Compiling form_urlencoded v1.2.0 |
1554 | 2023-11-29T19:35:48.375Z | Compiling zerocopy-derive v0.6.4 |
1555 | 2023-11-29T19:35:48.965Z | Compiling pest_derive v2.7.2 |
1556 | 2023-11-29T19:35:49.250Z | Compiling socket2 v0.4.9 |
1557 | 2023-11-29T19:35:49.431Z | Compiling tower-service v0.3.2 |
1558 | 2023-11-29T19:35:49.607Z | Compiling httpdate v1.0.3 |
1559 | 2023-11-29T19:35:49.666Z | Compiling either v1.9.0 |
1560 | 2023-11-29T19:35:50.193Z | Compiling rustls-pemfile v1.0.3 |
1561 | 2023-11-29T19:35:50.347Z | Compiling idna v0.4.0 |
1562 | 2023-11-29T19:35:50.657Z | Compiling memoffset v0.9.0 |
1563 | 2023-11-29T19:35:50.751Z | Compiling usdt-impl v0.3.5 |
1564 | 2023-11-29T19:35:51.134Z | Compiling adler v1.0.2 |
1565 | 2023-11-29T19:35:51.464Z | Compiling miniz_oxide v0.7.1 |
1566 | 2023-11-29T19:35:51.682Z | Compiling rustls-native-certs v0.6.3 |
1567 | 2023-11-29T19:35:52.197Z | Compiling url v2.4.1 |
1568 | 2023-11-29T19:35:52.345Z | Compiling zerocopy v0.3.0 |
1569 | 2023-11-29T19:35:53.106Z | Checking crypto-common v0.1.6 |
1570 | 2023-11-29T19:35:53.368Z | Compiling signal-hook v0.3.17 |
1571 | 2023-11-29T19:35:53.553Z | Compiling ipnet v2.8.0 |
1572 | 2023-11-29T19:35:53.651Z | Checking bytes v1.5.0 |
1573 | 2023-11-29T19:35:53.778Z | Checking bitflags v2.4.0 |
1574 | 2023-11-29T19:35:54.208Z | Compiling dof v0.1.5 |
1575 | 2023-11-29T19:35:54.229Z | Compiling dtrace-parser v0.1.14 |
1576 | 2023-11-29T19:35:55.366Z | Compiling indexmap v2.1.0 |
1577 | 2023-11-29T19:35:55.635Z | Compiling semver v1.0.20 |
1578 | 2023-11-29T19:35:56.432Z | Compiling uuid v1.6.1 |
1579 | 2023-11-29T19:35:56.831Z | Compiling chrono v0.4.31 |
1580 | 2023-11-29T19:35:56.913Z | Compiling http v0.2.11 |
1581 | 2023-11-29T19:35:56.994Z | Compiling tokio v1.34.0 |
1582 | 2023-11-29T19:35:57.728Z | Compiling toml_datetime v0.6.5 |
1583 | 2023-11-29T19:35:58.424Z | Compiling serde_spanned v0.6.4 |
1584 | 2023-11-29T19:35:58.779Z | Compiling rustc_version v0.4.0 |
1585 | 2023-11-29T19:35:59.028Z | Compiling toml_edit v0.19.15 |
1586 | 2023-11-29T19:36:00.526Z | Compiling openapiv3 v2.0.0-rc.1 |
1587 | 2023-11-29T19:36:03.394Z | Compiling http-body v0.4.5 |
1588 | 2023-11-29T19:36:04.863Z | Compiling serde_urlencoded v0.7.1 |
1589 | 2023-11-29T19:36:05.388Z | Compiling clap_derive v4.4.2 |
1590 | 2023-11-29T19:36:05.648Z | Compiling crossbeam-epoch v0.9.15 |
1591 | 2023-11-29T19:36:06.354Z | Compiling encoding_rs v0.8.33 |
1592 | 2023-11-29T19:36:07.314Z | Compiling thread-id v4.2.0 |
1593 | 2023-11-29T19:36:07.472Z | Compiling webpki-roots v0.25.2 |
1594 | 2023-11-29T19:36:07.700Z | Compiling mime v0.3.17 |
1595 | 2023-11-29T19:36:08.625Z | Compiling siphasher v0.3.11 |
1596 | 2023-11-29T19:36:08.629Z | Compiling gimli v0.28.0 |
1597 | 2023-11-29T19:36:09.206Z | Checking const-oid v0.9.5 |
1598 | 2023-11-29T19:36:09.347Z | Compiling tokio-util v0.7.10 |
1599 | 2023-11-29T19:36:11.906Z | Compiling h2 v0.3.21 |
1600 | 2023-11-29T19:36:12.647Z | Compiling tokio-rustls v0.24.1 |
1601 | 2023-11-29T19:36:13.064Z | Compiling serde_tokenstream v0.1.7 |
1602 | 2023-11-29T19:36:13.930Z | Compiling strum_macros v0.25.2 |
1603 | 2023-11-29T19:36:14.589Z | Compiling tokio-native-tls v0.3.1 |
1604 | 2023-11-29T19:36:14.978Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1605 | 2023-11-29T19:36:15.340Z | Compiling object v0.32.1 |
1606 | 2023-11-29T19:36:15.686Z | Compiling addr2line v0.21.0 |
1607 | 2023-11-29T19:36:15.690Z | Compiling num-iter v0.1.43 |
1608 | 2023-11-29T19:36:16.342Z | Compiling rustc-demangle v0.1.23 |
1609 | 2023-11-29T19:36:17.971Z | Compiling flate2 v1.0.28 |
1610 | 2023-11-29T19:36:18.284Z | Compiling heapless v0.7.16 |
1611 | 2023-11-29T19:36:18.407Z | Compiling block-buffer v0.10.4 |
1612 | 2023-11-29T19:36:18.794Z | Compiling doc-comment v0.3.3 |
1613 | 2023-11-29T19:36:19.717Z | Compiling ppv-lite86 v0.2.17 |
1614 | 2023-11-29T19:36:20.388Z | Compiling usdt-attr-macro v0.3.5 |
1615 | 2023-11-29T19:36:20.426Z | Compiling usdt-macro v0.3.5 |
1616 | 2023-11-29T19:36:21.004Z | Compiling rand_chacha v0.3.1 |
1617 | 2023-11-29T19:36:21.034Z | Compiling toml v0.7.8 |
1618 | 2023-11-29T19:36:22.075Z | Compiling digest v0.10.7 |
1619 | 2023-11-29T19:36:22.219Z | Compiling toml_edit v0.21.0 |
1620 | 2023-11-29T19:36:22.639Z | Compiling hex v0.4.3 |
1621 | 2023-11-29T19:36:22.816Z | Compiling pin-project-internal v1.1.3 |
1622 | 2023-11-29T19:36:22.832Z | Compiling bit-vec v0.6.3 |
1623 | 2023-11-29T19:36:23.537Z | Compiling hyper v0.14.27 |
1624 | 2023-11-29T19:36:23.615Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1625 | 2023-11-29T19:36:25.122Z | Compiling rand v0.8.5 |
1626 | 2023-11-29T19:36:26.332Z | Compiling phf_shared v0.10.0 |
1627 | 2023-11-29T19:36:26.643Z | Compiling num-bigint v0.4.4 |
1628 | 2023-11-29T19:36:26.914Z | Compiling smoltcp v0.9.1 |
1629 | 2023-11-29T19:36:28.035Z | Compiling precomputed-hash v0.1.1 |
1630 | 2023-11-29T19:36:28.069Z | Compiling new_debug_unreachable v1.0.4 |
1631 | 2023-11-29T19:36:28.190Z | Compiling fixedbitset v0.4.2 |
1632 | 2023-11-29T19:36:28.207Z | Compiling string_cache v0.8.7 |
1633 | 2023-11-29T19:36:28.767Z | Compiling petgraph v0.6.4 |
1634 | 2023-11-29T19:36:29.510Z | Compiling bit-set v0.5.3 |
1635 | 2023-11-29T19:36:29.916Z | Compiling itertools v0.10.5 |
1636 | 2023-11-29T19:36:30.376Z | Compiling hubpack_derive v0.1.1 |
1637 | 2023-11-29T19:36:30.406Z | Compiling enum-as-inner v0.5.1 |
1638 | 2023-11-29T19:36:30.960Z | Compiling diesel_table_macro_syntax v0.1.0 |
1639 | 2023-11-29T19:36:31.796Z | Compiling lalrpop-util v0.19.12 |
1640 | 2023-11-29T19:36:31.850Z | Compiling unicode-segmentation v1.10.1 |
1641 | 2023-11-29T19:36:32.073Z | Compiling diesel_derives v2.1.2 |
1642 | 2023-11-29T19:36:33.238Z | Compiling snafu-derive v0.7.5 |
1643 | 2023-11-29T19:36:34.060Z | Compiling cpufeatures v0.2.9 |
1644 | 2023-11-29T19:36:34.196Z | Compiling sha2 v0.10.8 |
1645 | 2023-11-29T19:36:34.432Z | Compiling rustix v0.37.23 |
1646 | 2023-11-29T19:36:38.237Z | Compiling md-5 v0.10.5 |
1647 | 2023-11-29T19:36:38.237Z | Compiling hyper-tls v0.5.0 |
1648 | 2023-11-29T19:36:38.237Z | Compiling hyper-rustls v0.24.2 |
1649 | 2023-11-29T19:36:38.237Z | Compiling hmac v0.12.1 |
1650 | 2023-11-29T19:36:38.237Z | Compiling serde_repr v0.1.16 |
1651 | 2023-11-29T19:36:38.237Z | Compiling stringprep v0.1.3 |
1652 | 2023-11-29T19:36:38.506Z | Compiling reqwest v0.11.22 |
1653 | 2023-11-29T19:36:38.506Z | Compiling hash32 v0.2.1 |
1654 | 2023-11-29T19:36:38.506Z | Compiling fallible-iterator v0.2.0 |
1655 | 2023-11-29T19:36:38.506Z | Checking bitflags v1.3.2 |
1656 | 2023-11-29T19:36:38.506Z | Compiling stable_deref_trait v1.2.0 |
1657 | 2023-11-29T19:36:38.902Z | Compiling postgres-protocol v0.6.6 |
1658 | 2023-11-29T19:36:40.281Z | Compiling terminal_size v0.2.6 |
1659 | 2023-11-29T19:36:41.145Z | Compiling phf_shared v0.11.2 |
1660 | 2023-11-29T19:36:41.148Z | Compiling block-padding v0.3.3 |
1661 | 2023-11-29T19:36:41.345Z | Compiling scheduled-thread-pool v0.2.7 |
1662 | 2023-11-29T19:36:41.792Z | Compiling deranged v0.3.8 |
1663 | 2023-11-29T19:36:42.280Z | Compiling num_threads v0.1.6 |
1664 | 2023-11-29T19:36:42.428Z | Compiling matches v0.1.10 |
1665 | 2023-11-29T19:36:42.457Z | Compiling regex-automata v0.1.10 |
1666 | 2023-11-29T19:36:42.554Z | Compiling managed v0.8.0 |
1667 | 2023-11-29T19:36:42.970Z | Compiling idna v0.2.3 |
1668 | 2023-11-29T19:36:42.970Z | Compiling r2d2 v0.8.10 |
1669 | 2023-11-29T19:36:43.264Z | Compiling bstr v0.2.17 |
1670 | 2023-11-29T19:36:43.535Z | Compiling clap_builder v4.4.2 |
1671 | 2023-11-29T19:36:43.770Z | Compiling signal-hook-mio v0.2.3 |
1672 | 2023-11-29T19:36:44.006Z | Compiling inout v0.1.3 |
1673 | 2023-11-29T19:36:44.430Z | Compiling phf v0.11.2 |
1674 | 2023-11-29T19:36:44.719Z | Compiling time v0.3.27 |
1675 | 2023-11-29T19:36:44.875Z | Compiling bzip2 v0.4.4 |
1676 | 2023-11-29T19:36:45.490Z | Compiling postgres-types v0.2.6 |
1677 | 2023-11-29T19:36:45.645Z | Compiling hubpack v0.1.2 |
1678 | 2023-11-29T19:36:46.885Z | Compiling pin-project v1.1.3 |
1679 | 2023-11-29T19:36:47.628Z | Compiling ipnetwork v0.20.0 |
1680 | 2023-11-29T19:36:47.937Z | Compiling zerocopy v0.6.4 |
1681 | 2023-11-29T19:36:49.110Z | Compiling itertools v0.11.0 |
1682 | 2023-11-29T19:36:49.291Z | Compiling futures-executor v0.3.29 |
1683 | 2023-11-29T19:36:52.077Z | Compiling float-cmp v0.9.0 |
1684 | 2023-11-29T19:36:53.199Z | Compiling difflib v0.4.0 |
1685 | 2023-11-29T19:36:53.883Z | Checking hashbrown v0.14.2 |
1686 | 2023-11-29T19:36:54.797Z | Compiling normalize-line-endings v0.3.0 |
1687 | 2023-11-29T19:36:54.970Z | Compiling data-encoding v2.4.0 |
1688 | 2023-11-29T19:36:55.506Z | Compiling predicates-core v1.0.6 |
1689 | 2023-11-29T19:36:55.594Z | Compiling regex-automata v0.3.8 |
1690 | 2023-11-29T19:36:55.973Z | Compiling static_assertions v1.1.0 |
1691 | 2023-11-29T19:36:56.124Z | Compiling whoami v1.4.1 |
1692 | 2023-11-29T19:36:57.125Z | Compiling tokio-postgres v0.7.10 |
1693 | 2023-11-29T19:36:58.456Z | Compiling diesel v2.1.4 |
1694 | 2023-11-29T19:36:58.724Z | Compiling bstr v1.6.0 |
1695 | 2023-11-29T19:36:58.800Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1696 | 2023-11-29T19:36:59.487Z | Compiling trust-dns-proto v0.22.0 |
1697 | 2023-11-29T19:36:59.636Z | Compiling predicates v3.0.4 |
1698 | 2023-11-29T19:37:02.216Z | Compiling yasna v0.5.2 |
1699 | 2023-11-29T19:37:02.298Z | Compiling futures v0.3.29 |
1700 | 2023-11-29T19:37:02.471Z | Compiling clap v4.4.3 |
1701 | 2023-11-29T19:37:02.626Z | Compiling snafu v0.7.5 |
1702 | 2023-11-29T19:37:03.425Z | Compiling zip v0.6.6 |
1703 | 2023-11-29T19:37:04.031Z | Compiling similar v2.2.1 |
1704 | 2023-11-29T19:37:05.219Z | Compiling cipher v0.4.4 |
1705 | 2023-11-29T19:37:05.549Z | Compiling crossterm v0.27.0 |
1706 | 2023-11-29T19:37:06.283Z | Compiling usdt v0.3.5 |
1707 | 2023-11-29T19:37:06.292Z | Compiling signature v2.1.0 |
1708 | 2023-11-29T19:37:06.945Z | Compiling tokio-stream v0.1.14 |
1709 | 2023-11-29T19:37:07.922Z | Compiling console v0.15.7 |
1710 | 2023-11-29T19:37:08.664Z | Checking equivalent v1.0.1 |
1711 | 2023-11-29T19:37:09.776Z | Checking unicode-ident v1.0.12 |
1712 | 2023-11-29T19:37:10.027Z | Checking proc-macro2 v1.0.69 |
1713 | 2023-11-29T19:37:11.055Z | Checking quote v1.0.33 |
1714 | 2023-11-29T19:37:13.585Z | Checking utf8parse v0.2.1 |
1715 | 2023-11-29T19:37:13.924Z | Checking anstyle v1.0.2 |
1716 | 2023-11-29T19:37:15.394Z | Checking io-lifetimes v1.0.11 |
1717 | 2023-11-29T19:37:18.854Z | Checking anstyle-parse v0.2.1 |
1718 | 2023-11-29T19:37:22.640Z | Checking anstyle-query v1.0.0 |
1719 | 2023-11-29T19:37:22.895Z | Checking colorchoice v1.0.0 |
1720 | 2023-11-29T19:37:23.058Z | Checking anstream v0.5.0 |
1721 | 2023-11-29T19:37:23.533Z | Checking strsim v0.10.0 |
1722 | 2023-11-29T19:37:23.575Z | Checking clap_lex v0.5.1 |
1723 | 2023-11-29T19:37:24.631Z | Checking winnow v0.5.15 |
1724 | 2023-11-29T19:37:29.429Z | Compiling serde_tokenstream v0.2.0 |
1725 | 2023-11-29T19:37:34.672Z | Compiling regress v0.7.1 |
1726 | 2023-11-29T19:37:40.453Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1727 | 2023-11-29T19:37:47.524Z | Compiling getopts v0.2.21 |
1728 | 2023-11-29T19:37:48.576Z | Compiling unsafe-libyaml v0.2.9 |
1729 | 2023-11-29T19:37:49.226Z | Checking heck v0.4.1 |
1730 | 2023-11-29T19:37:49.689Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1731 | 2023-11-29T19:37:50.603Z | Compiling ident_case v1.0.1 |
1732 | 2023-11-29T19:37:50.633Z | Checking fastrand v2.0.0 |
1733 | 2023-11-29T19:37:51.273Z | Compiling serde_yaml v0.9.25 |
1734 | 2023-11-29T19:37:51.279Z | Checking tempfile v3.8.1 |
1735 | 2023-11-29T19:37:51.484Z | Checking match_cfg v0.1.0 |
1736 | 2023-11-29T19:37:51.608Z | Checking hostname v0.3.1 |
1737 | 2023-11-29T19:37:51.643Z | Checking atty v0.2.14 |
1738 | 2023-11-29T19:37:51.774Z | Checking quick-error v1.2.3 |
1739 | 2023-11-29T19:37:51.791Z | Compiling paste v1.0.14 |
1740 | 2023-11-29T19:37:51.811Z | Checking crossbeam-channel v0.5.8 |
1741 | 2023-11-29T19:37:51.962Z | Checking sha1 v0.10.6 |
1742 | 2023-11-29T19:37:52.394Z | Checking dirs-sys-next v0.1.2 |
1743 | 2023-11-29T19:37:52.650Z | Checking dirs-next v2.0.0 |
1744 | 2023-11-29T19:37:52.830Z | Checking thread_local v1.1.7 |
1745 | 2023-11-29T19:37:53.014Z | Checking instant v0.1.12 |
1746 | 2023-11-29T19:37:53.161Z | Compiling slog-async v2.8.0 |
1747 | 2023-11-29T19:37:53.249Z | Checking term v0.7.0 |
1748 | 2023-11-29T19:37:53.914Z | Checking camino v1.1.6 |
1749 | 2023-11-29T19:37:54.022Z | Compiling multer v2.1.0 |
1750 | 2023-11-29T19:37:54.460Z | Checking take_mut v0.2.2 |
1751 | 2023-11-29T19:37:54.727Z | Checking slog-term v2.9.0 |
1752 | 2023-11-29T19:37:54.833Z | Compiling darling_core v0.20.3 |
1753 | 2023-11-29T19:37:55.085Z | Checking slog-json v2.6.1 |
1754 | 2023-11-29T19:37:55.499Z | Compiling async-stream-impl v0.3.5 |
1755 | 2023-11-29T19:37:55.503Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1756 | 2023-11-29T19:37:55.939Z | Checking debug-ignore v1.0.5 |
1757 | 2023-11-29T19:37:56.149Z | Checking atomic-waker v1.1.1 |
1758 | 2023-11-29T19:37:56.338Z | Checking waitgroup v0.1.2 |
1759 | 2023-11-29T19:37:56.607Z | Checking slog-bunyan v2.4.0 |
1760 | 2023-11-29T19:37:57.433Z | Checking toml v0.8.8 |
1761 | 2023-11-29T19:37:57.752Z | Checking async-stream v0.3.5 |
1762 | 2023-11-29T19:37:57.887Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1763 | 2023-11-29T19:37:58.014Z | Checking serde_path_to_error v0.1.14 |
1764 | 2023-11-29T19:37:58.181Z | Checking strum v0.25.0 |
1765 | 2023-11-29T19:37:58.396Z | Compiling structmeta-derive v0.2.0 |
1766 | 2023-11-29T19:37:58.642Z | Checking wait-timeout v0.2.0 |
1767 | 2023-11-29T19:37:58.873Z | Checking rusty-fork v0.3.0 |
1768 | 2023-11-29T19:37:59.045Z | Checking rand_xorshift v0.3.0 |
1769 | 2023-11-29T19:37:59.286Z | Checking unarray v0.1.4 |
1770 | 2023-11-29T19:37:59.306Z | Compiling regex-syntax v0.7.5 |
1771 | 2023-11-29T19:37:59.492Z | Checking proptest v1.4.0 |
1772 | 2023-11-29T19:38:03.507Z | Compiling structmeta v0.2.0 |
1773 | 2023-11-29T19:38:04.193Z | Checking backoff v0.4.0 |
1774 | 2023-11-29T19:38:04.597Z | Compiling test-strategy v0.3.1 |
1775 | 2023-11-29T19:38:05.073Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1776 | 2023-11-29T19:38:05.244Z | Compiling darling_macro v0.20.3 |
1777 | 2023-11-29T19:38:05.657Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1778 | 2023-11-29T19:38:06.888Z | Compiling darling v0.20.3 |
1779 | 2023-11-29T19:38:06.903Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1780 | 2023-11-29T19:38:07.045Z | Compiling serde_with_macros v2.3.3 |
1781 | 2023-11-29T19:38:07.082Z | Checking macaddr v1.0.1 |
1782 | 2023-11-29T19:38:07.159Z | Checking camino-tempfile v1.1.1 |
1783 | 2023-11-29T19:38:07.529Z | Checking is-terminal v0.4.9 |
1784 | 2023-11-29T19:38:07.580Z | Compiling proc-macro-error-attr v1.0.4 |
1785 | 2023-11-29T19:38:07.601Z | Compiling proc-macro-error v1.0.4 |
1786 | 2023-11-29T19:38:07.689Z | Compiling proc-macro-crate v1.3.1 |
1787 | 2023-11-29T19:38:08.261Z | Checking termtree v0.4.1 |
1788 | 2023-11-29T19:38:08.556Z | Checking predicates-tree v1.0.9 |
1789 | 2023-11-29T19:38:08.769Z | Checking base64ct v1.6.0 |
1790 | 2023-11-29T19:38:09.483Z | Compiling num_enum_derive v0.5.11 |
1791 | 2023-11-29T19:38:09.530Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1792 | 2023-11-29T19:38:10.471Z | Checking postcard-cobs v0.1.5-pre |
1793 | 2023-11-29T19:38:10.474Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1794 | 2023-11-29T19:38:10.663Z | Compiling crucible-workspace-hack v0.1.0 |
1795 | 2023-11-29T19:38:10.765Z | Checking postcard v0.7.3 |
1796 | 2023-11-29T19:38:10.945Z | Compiling parse-display-derive v0.8.2 |
1797 | 2023-11-29T19:38:11.134Z | Checking smoltcp v0.8.2 |
1798 | 2023-11-29T19:38:11.402Z | Compiling foreign-types-macros v0.2.3 |
1799 | 2023-11-29T19:38:11.485Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1800 | 2023-11-29T19:38:11.509Z | Checking serde_with v2.3.3 |
1801 | 2023-11-29T19:38:11.523Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1802 | 2023-11-29T19:38:11.928Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1803 | 2023-11-29T19:38:12.344Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1804 | 2023-11-29T19:38:12.558Z | Checking cfg-if v0.1.10 |
1805 | 2023-11-29T19:38:13.076Z | Checking foreign-types-shared v0.3.1 |
1806 | 2023-11-29T19:38:13.450Z | Checking foreign-types v0.5.0 |
1807 | 2023-11-29T19:38:13.504Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1808 | 2023-11-29T19:38:13.607Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1809 | 2023-11-29T19:38:14.156Z | Checking num_enum v0.5.11 |
1810 | 2023-11-29T19:38:14.361Z | Checking cstr-argument v0.1.2 |
1811 | 2023-11-29T19:38:14.616Z | Checking pretty-hex v0.2.1 |
1812 | 2023-11-29T19:38:14.848Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1813 | 2023-11-29T19:38:14.963Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1814 | 2023-11-29T19:38:15.148Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1815 | 2023-11-29T19:38:15.299Z | Checking colored v2.0.4 |
1816 | 2023-11-29T19:38:15.357Z | Compiling zone_cfg_derive v0.3.0 |
1817 | 2023-11-29T19:38:15.623Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1818 | 2023-11-29T19:38:15.729Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1819 | 2023-11-29T19:38:16.247Z | Checking predicates v2.1.5 |
1820 | 2023-11-29T19:38:17.279Z | Compiling mockall_derive v0.11.4 |
1821 | 2023-11-29T19:38:17.357Z | Compiling num-derive v0.4.0 |
1822 | 2023-11-29T19:38:17.957Z | Checking downcast v0.11.0 |
1823 | 2023-11-29T19:38:18.037Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1824 | 2023-11-29T19:38:18.255Z | Checking fragile v2.0.0 |
1825 | 2023-11-29T19:38:18.489Z | Checking parse-display v0.8.2 |
1826 | 2023-11-29T19:38:18.648Z | Checking zone v0.3.0 |
1827 | 2023-11-29T19:38:18.709Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1828 | 2023-11-29T19:38:18.735Z | Checking smf v0.2.2 |
1829 | 2023-11-29T19:38:19.108Z | Checking xattr v1.0.1 |
1830 | 2023-11-29T19:38:19.311Z | Checking filetime v0.2.22 |
1831 | 2023-11-29T19:38:19.450Z | Checking pem v3.0.2 |
1832 | 2023-11-29T19:38:19.606Z | Checking tar v0.4.40 |
1833 | 2023-11-29T19:38:19.859Z | Checking linked-hash-map v0.5.6 |
1834 | 2023-11-29T19:38:19.868Z | Checking headers-core v0.2.0 |
1835 | 2023-11-29T19:38:20.284Z | Checking headers v0.3.9 |
1836 | 2023-11-29T19:38:20.284Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1837 | 2023-11-29T19:38:20.284Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1838 | 2023-11-29T19:38:20.406Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1839 | 2023-11-29T19:38:20.544Z | Checking lru-cache v0.1.2 |
1840 | 2023-11-29T19:38:20.804Z | Checking password-hash v0.5.0 |
1841 | 2023-11-29T19:38:20.823Z | Checking blake2 v0.10.6 |
1842 | 2023-11-29T19:38:21.399Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1843 | 2023-11-29T19:38:21.523Z | Checking base64 v0.13.1 |
1844 | 2023-11-29T19:38:21.568Z | Checking argon2 v0.5.2 |
1845 | 2023-11-29T19:38:21.868Z | Checking rcgen v0.11.3 |
1846 | 2023-11-29T19:38:22.071Z | Checking atomicwrites v0.4.2 |
1847 | 2023-11-29T19:38:22.152Z | Checking pem v1.1.1 |
1848 | 2023-11-29T19:38:22.329Z | Checking subprocess v0.2.9 |
1849 | 2023-11-29T19:38:22.477Z | Checking arc-swap v1.6.0 |
1850 | 2023-11-29T19:38:22.547Z | Compiling cancel-safe-futures v0.1.5 |
1851 | 2023-11-29T19:38:22.904Z | Checking ciborium-io v0.2.1 |
1852 | 2023-11-29T19:38:23.067Z | Checking half v1.8.2 |
1853 | 2023-11-29T19:38:23.133Z | Checking textwrap v0.11.0 |
1854 | 2023-11-29T19:38:23.156Z | Compiling heck v0.3.3 |
1855 | 2023-11-29T19:38:23.161Z | Checking slog-scope v4.4.0 |
1856 | 2023-11-29T19:38:23.433Z | Checking ansi_term v0.12.1 |
1857 | 2023-11-29T19:38:23.455Z | Checking strsim v0.8.0 |
1858 | 2023-11-29T19:38:23.590Z | Compiling libefi-sys v0.1.0 |
1859 | 2023-11-29T19:38:23.686Z | Checking ciborium-ll v0.2.1 |
1860 | 2023-11-29T19:38:23.734Z | Checking vec_map v0.8.2 |
1861 | 2023-11-29T19:38:24.205Z | Compiling structopt-derive v0.4.18 |
1862 | 2023-11-29T19:38:24.217Z | Checking slog-stdlog v4.1.1 |
1863 | 2023-11-29T19:38:24.217Z | Checking clap v2.34.0 |
1864 | 2023-11-29T19:38:24.217Z | Checking ciborium v0.2.1 |
1865 | 2023-11-29T19:38:24.217Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1866 | 2023-11-29T19:38:24.764Z | Checking slog-envlogger v2.2.0 |
1867 | 2023-11-29T19:38:25.055Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1868 | 2023-11-29T19:38:25.522Z | Checking resolv-conf v0.7.0 |
1869 | 2023-11-29T19:38:25.563Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1870 | 2023-11-29T19:38:25.782Z | Compiling slog-dtrace v0.2.3 |
1871 | 2023-11-29T19:38:25.927Z | Compiling convert_case v0.4.0 |
1872 | 2023-11-29T19:38:26.105Z | Checking trust-dns-resolver v0.22.0 |
1873 | 2023-11-29T19:38:26.972Z | Checking pem-rfc7468 v0.7.0 |
1874 | 2023-11-29T19:38:27.384Z | Compiling der_derive v0.7.2 |
1875 | 2023-11-29T19:38:27.512Z | Compiling derive_more v0.99.17 |
1876 | 2023-11-29T19:38:28.683Z | Checking fxhash v0.2.1 |
1877 | 2023-11-29T19:38:28.835Z | Checking flagset v0.4.3 |
1878 | 2023-11-29T19:38:28.866Z | Checking structopt v0.3.26 |
1879 | 2023-11-29T19:38:28.914Z | Checking termcolor v1.2.0 |
1880 | 2023-11-29T19:38:29.115Z | Checking itertools v0.12.0 |
1881 | 2023-11-29T19:38:29.428Z | Compiling radium v0.7.0 |
1882 | 2023-11-29T19:38:29.531Z | Checking tap v1.0.1 |
1883 | 2023-11-29T19:38:29.750Z | Compiling maybe-uninit v2.0.0 |
1884 | 2023-11-29T19:38:30.619Z | Checking wyz v0.5.1 |
1885 | 2023-11-29T19:38:30.647Z | Checking mockall v0.11.4 |
1886 | 2023-11-29T19:38:30.777Z | Checking funty v2.0.0 |
1887 | 2023-11-29T19:38:30.991Z | Checking crc-catalog v2.2.0 |
1888 | 2023-11-29T19:38:31.192Z | Compiling num-bigint-dig v0.8.4 |
1889 | 2023-11-29T19:38:31.274Z | Compiling same-file v1.0.6 |
1890 | 2023-11-29T19:38:31.621Z | Compiling packed_struct v0.10.1 |
1891 | 2023-11-29T19:38:31.694Z | Compiling walkdir v2.4.0 |
1892 | 2023-11-29T19:38:31.733Z | Checking der v0.7.8 |
1893 | 2023-11-29T19:38:32.304Z | Checking crc v3.0.1 |
1894 | 2023-11-29T19:38:32.638Z | Checking bitvec v1.0.1 |
1895 | 2023-11-29T19:38:32.742Z | Compiling semver-parser v0.10.2 |
1896 | 2023-11-29T19:38:32.941Z | Compiling packed_struct_codegen v0.10.1 |
1897 | 2023-11-29T19:38:33.285Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1898 | 2023-11-29T19:38:33.742Z | Checking nodrop v0.1.14 |
1899 | 2023-11-29T19:38:34.810Z | Checking spki v0.7.2 |
1900 | 2023-11-29T19:38:35.258Z | Checking pkcs8 v0.10.2 |
1901 | 2023-11-29T19:38:35.648Z | Checking pkcs1 v0.7.5 |
1902 | 2023-11-29T19:38:35.693Z | Compiling semver v0.11.0 |
1903 | 2023-11-29T19:38:36.305Z | Checking array-init v0.0.4 |
1904 | 2023-11-29T19:38:36.467Z | Checking smallvec v0.6.14 |
1905 | 2023-11-29T19:38:37.043Z | Compiling num-rational v0.4.1 |
1906 | 2023-11-29T19:38:37.947Z | Compiling home v0.5.5 |
1907 | 2023-11-29T19:38:37.968Z | Checking bitfield v0.14.0 |
1908 | 2023-11-29T19:38:38.286Z | Compiling toolchain_find v0.2.0 |
1909 | 2023-11-29T19:38:38.396Z | Checking serde-hex v0.1.0 |
1910 | 2023-11-29T19:38:39.338Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1911 | 2023-11-29T19:38:39.590Z | Checking x509-cert v0.2.4 |
1912 | 2023-11-29T19:38:39.828Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1913 | 2023-11-29T19:38:40.193Z | Checking env_logger v0.10.0 |
1914 | 2023-11-29T19:38:40.217Z | Checking rsa v0.9.2 |
1915 | 2023-11-29T19:38:40.849Z | Checking newline-converter v0.3.0 |
1916 | 2023-11-29T19:38:41.095Z | Checking hkdf v0.12.3 |
1917 | 2023-11-29T19:38:41.703Z | Checking ron v0.8.1 |
1918 | 2023-11-29T19:38:41.889Z | Compiling toml v0.5.11 |
1919 | 2023-11-29T19:38:42.026Z | Checking crc-any v2.4.3 |
1920 | 2023-11-29T19:38:42.214Z | Checking expectorate v1.1.0 |
1921 | 2023-11-29T19:38:42.285Z | Compiling omicron-zone-package v0.9.1 |
1922 | 2023-11-29T19:38:42.614Z | Checking object v0.30.4 |
1923 | 2023-11-29T19:38:43.789Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1924 | 2023-11-29T19:38:43.805Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1925 | 2023-11-29T19:38:44.159Z | Checking num-complex v0.4.4 |
1926 | 2023-11-29T19:38:45.334Z | Compiling rustfmt-wrapper v0.2.0 |
1927 | 2023-11-29T19:38:45.706Z | Checking utf-8 v0.7.6 |
1928 | 2023-11-29T19:38:46.000Z | Checking path-slash v0.1.5 |
1929 | 2023-11-29T19:38:46.559Z | Checking keccak v0.1.4 |
1930 | 2023-11-29T19:38:46.583Z | Checking tungstenite v0.20.1 |
1931 | 2023-11-29T19:38:46.682Z | Checking sha3 v0.10.8 |
1932 | 2023-11-29T19:38:46.983Z | Checking num v0.4.1 |
1933 | 2023-11-29T19:38:47.122Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1934 | 2023-11-29T19:38:47.283Z | Checking secrecy v0.8.0 |
1935 | 2023-11-29T19:38:47.604Z | Compiling buf-list v1.0.3 |
1936 | 2023-11-29T19:38:47.880Z | Checking tokio-tungstenite v0.20.1 |
1937 | 2023-11-29T19:38:48.111Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1938 | 2023-11-29T19:38:48.620Z | Checking swrite v0.1.0 |
1939 | 2023-11-29T19:38:48.623Z | Checking glob v0.3.1 |
1940 | 2023-11-29T19:38:48.782Z | Compiling parking_lot_core v0.8.6 |
1941 | 2023-11-29T19:38:49.128Z | Checking nibble_vec v0.1.0 |
1942 | 2023-11-29T19:38:49.139Z | Checking endian-type v0.1.2 |
1943 | 2023-11-29T19:38:49.196Z | Checking libsw v3.3.0 |
1944 | 2023-11-29T19:38:49.384Z | Compiling derive-where v1.2.5 |
1945 | 2023-11-29T19:38:49.442Z | Checking radix_trie v0.2.1 |
1946 | 2023-11-29T19:38:49.597Z | Checking owo-colors v3.5.0 |
1947 | 2023-11-29T19:38:50.014Z | Checking parking_lot v0.11.2 |
1948 | 2023-11-29T19:38:50.065Z | Checking trust-dns-client v0.22.0 |
1949 | 2023-11-29T19:38:50.578Z | Checking sled v0.34.7 |
1950 | 2023-11-29T19:38:51.531Z | Checking linear-map v1.2.0 |
1951 | 2023-11-29T19:38:51.986Z | Checking pretty-hex v0.4.0 |
1952 | 2023-11-29T19:38:52.154Z | Checking trust-dns-server v0.22.1 |
1953 | 2023-11-29T19:38:52.234Z | Compiling semver v0.1.20 |
1954 | 2023-11-29T19:38:52.958Z | Compiling rustc_version v0.1.7 |
1955 | 2023-11-29T19:38:52.985Z | Checking crossbeam-deque v0.8.3 |
1956 | 2023-11-29T19:38:53.353Z | Compiling rayon-core v1.12.0 |
1957 | 2023-11-29T19:38:53.469Z | Checking openapiv3 v1.0.3 |
1958 | 2023-11-29T19:38:53.730Z | Compiling newtype_derive v0.1.6 |
1959 | 2023-11-29T19:38:54.433Z | Compiling memoffset v0.7.1 |
1960 | 2023-11-29T19:38:54.884Z | Compiling unicase v2.7.0 |
1961 | 2023-11-29T19:38:54.903Z | Compiling platforms v3.0.2 |
1962 | 2023-11-29T19:38:55.284Z | Checking rayon v1.8.0 |
1963 | 2023-11-29T19:38:55.542Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1964 | 2023-11-29T19:38:55.608Z | Checking steno v0.4.0 |
1965 | 2023-11-29T19:38:55.626Z | Checking globset v0.4.13 |
1966 | 2023-11-29T19:38:56.464Z | Checking olpc-cjson v0.1.3 |
1967 | 2023-11-29T19:38:56.531Z | Checking serde_plain v1.0.2 |
1968 | 2023-11-29T19:38:56.784Z | Compiling async-recursion v1.0.5 |
1969 | 2023-11-29T19:38:56.900Z | Checking typed-path v0.6.0 |
1970 | 2023-11-29T19:38:59.227Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1971 | 2023-11-29T19:38:59.472Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1972 | 2023-11-29T19:38:59.719Z | Checking display-error-chain v0.2.0 |
1973 | 2023-11-29T19:38:59.823Z | Checking signature v1.6.4 |
1974 | 2023-11-29T19:38:59.859Z | Compiling salty v0.2.0 |
1975 | 2023-11-29T19:38:59.995Z | Checking ed25519 v1.5.3 |
1976 | 2023-11-29T19:39:00.015Z | Compiling curve25519-dalek v4.1.0 |
1977 | 2023-11-29T19:39:00.060Z | Checking tough v0.15.0 |
1978 | 2023-11-29T19:39:00.218Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1979 | 2023-11-29T19:39:00.880Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1980 | 2023-11-29T19:39:01.279Z | Checking serde-big-array v0.5.1 |
1981 | 2023-11-29T19:39:01.302Z | Checking ff v0.13.0 |
1982 | 2023-11-29T19:39:01.589Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1983 | 2023-11-29T19:39:01.774Z | Checking group v0.13.0 |
1984 | 2023-11-29T19:39:02.009Z | Compiling mime_guess v2.0.4 |
1985 | 2023-11-29T19:39:03.027Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1986 | 2023-11-29T19:39:03.457Z | Checking signal-hook-tokio v0.3.1 |
1987 | 2023-11-29T19:39:03.514Z | Checking serde-big-array v0.4.1 |
1988 | 2023-11-29T19:39:03.578Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1989 | 2023-11-29T19:39:03.693Z | Checking universal-hash v0.5.1 |
1990 | 2023-11-29T19:39:03.740Z | Checking crypto-bigint v0.5.2 |
1991 | 2023-11-29T19:39:03.961Z | Compiling thiserror-impl-no-std v2.0.2 |
1992 | 2023-11-29T19:39:04.139Z | Compiling curve25519-dalek-derive v0.1.0 |
1993 | 2023-11-29T19:39:04.308Z | Checking base16ct v0.2.0 |
1994 | 2023-11-29T19:39:04.583Z | Checking opaque-debug v0.3.0 |
1995 | 2023-11-29T19:39:04.707Z | Checking poly1305 v0.8.0 |
1996 | 2023-11-29T19:39:04.726Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1997 | 2023-11-29T19:39:05.015Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1998 | 2023-11-29T19:39:05.229Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1999 | 2023-11-29T19:39:05.409Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2000 | 2023-11-29T19:39:06.306Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2001 | 2023-11-29T19:39:06.610Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2002 | 2023-11-29T19:39:06.862Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2003 | 2023-11-29T19:39:07.371Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2004 | 2023-11-29T19:39:07.998Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2005 | 2023-11-29T19:39:09.454Z | Checking thiserror-no-std v2.0.2 |
2006 | 2023-11-29T19:39:10.031Z | Checking elliptic-curve v0.13.5 |
2007 | 2023-11-29T19:39:10.348Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2008 | 2023-11-29T19:39:11.316Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2009 | 2023-11-29T19:39:11.777Z | Checking chacha20 v0.9.1 |
2010 | 2023-11-29T19:39:12.074Z | Checking bcs v0.1.6 |
2011 | 2023-11-29T19:39:12.339Z | Checking aead v0.5.2 |
2012 | 2023-11-29T19:39:12.606Z | Checking kstat-rs v0.2.3 |
2013 | 2023-11-29T19:39:12.673Z | Checking highway v1.1.0 |
2014 | 2023-11-29T19:39:12.795Z | Checking corncobs v0.1.3 |
2015 | 2023-11-29T19:39:13.062Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2016 | 2023-11-29T19:39:13.119Z | Checking chacha20poly1305 v0.10.1 |
2017 | 2023-11-29T19:39:13.306Z | Checking vsss-rs v3.3.1 |
2018 | 2023-11-29T19:39:13.383Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2019 | 2023-11-29T19:39:14.472Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2020 | 2023-11-29T19:39:15.407Z | Compiling portable-atomic v1.4.3 |
2021 | 2023-11-29T19:39:16.052Z | Compiling crunchy v0.2.2 |
2022 | 2023-11-29T19:39:17.119Z | Compiling clang-sys v1.6.1 |
2023 | 2023-11-29T19:39:17.137Z | Compiling tiny-keccak v2.0.2 |
2024 | 2023-11-29T19:39:17.583Z | Compiling prettyplease v0.2.12 |
2025 | 2023-11-29T19:39:19.406Z | Compiling darling_core v0.14.4 |
2026 | 2023-11-29T19:39:19.859Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2027 | 2023-11-29T19:39:20.258Z | Checking http-range v0.1.5 |
2028 | 2023-11-29T19:39:20.522Z | Checking number_prefix v0.4.0 |
2029 | 2023-11-29T19:39:20.790Z | Checking assert_matches v1.5.0 |
2030 | 2023-11-29T19:39:20.821Z | Checking humantime v2.1.0 |
2031 | 2023-11-29T19:39:20.924Z | Compiling minimal-lexical v0.2.1 |
2032 | 2023-11-29T19:39:21.006Z | Checking indicatif v0.17.7 |
2033 | 2023-11-29T19:39:21.337Z | Checking hyper-staticfile v0.9.5 |
2034 | 2023-11-29T19:39:21.828Z | Compiling nom v7.1.3 |
2035 | 2023-11-29T19:39:21.955Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2036 | 2023-11-29T19:39:23.344Z | Compiling ascii-canvas v3.0.0 |
2037 | 2023-11-29T19:39:24.395Z | Compiling ena v0.14.2 |
2038 | 2023-11-29T19:39:25.035Z | Compiling libloading v0.7.4 |
2039 | 2023-11-29T19:39:25.676Z | Compiling regex-syntax v0.6.29 |
2040 | 2023-11-29T19:39:25.840Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2041 | 2023-11-29T19:39:27.977Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2042 | 2023-11-29T19:39:28.626Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2043 | 2023-11-29T19:39:29.526Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2044 | 2023-11-29T19:39:30.591Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2045 | 2023-11-29T19:39:30.742Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2046 | 2023-11-29T19:39:32.347Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2047 | 2023-11-29T19:39:32.910Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2048 | 2023-11-29T19:39:33.440Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2049 | 2023-11-29T19:39:33.928Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2050 | 2023-11-29T19:39:34.270Z | Compiling darling_macro v0.14.4 |
2051 | 2023-11-29T19:39:34.896Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2052 | 2023-11-29T19:39:35.932Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2053 | 2023-11-29T19:39:35.970Z | Compiling diff v0.1.13 |
2054 | 2023-11-29T19:39:36.157Z | Compiling bindgen v0.65.1 |
2055 | 2023-11-29T19:39:37.324Z | Compiling lalrpop v0.19.12 |
2056 | 2023-11-29T19:39:37.447Z | Compiling darling v0.14.4 |
2057 | 2023-11-29T19:39:37.505Z | Compiling cexpr v0.6.0 |
2058 | 2023-11-29T19:39:43.809Z | Compiling which v4.4.0 |
2059 | 2023-11-29T19:39:44.790Z | Checking maplit v1.0.2 |
2060 | 2023-11-29T19:39:44.938Z | Compiling lazycell v1.3.0 |
2061 | 2023-11-29T19:39:45.188Z | Compiling rustc-hash v1.1.0 |
2062 | 2023-11-29T19:39:45.413Z | Compiling shlex v1.1.0 |
2063 | 2023-11-29T19:39:45.858Z | Compiling ref-cast v1.0.20 |
2064 | 2023-11-29T19:39:46.652Z | Compiling peeking_take_while v0.1.2 |
2065 | 2023-11-29T19:39:49.017Z | Compiling derive_builder_core v0.12.0 |
2066 | 2023-11-29T19:39:52.012Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2067 | 2023-11-29T19:39:52.682Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2068 | 2023-11-29T19:39:53.141Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2069 | 2023-11-29T19:39:54.585Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2070 | 2023-11-29T19:39:55.577Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2071 | 2023-11-29T19:39:57.192Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2072 | 2023-11-29T19:39:57.474Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2073 | 2023-11-29T19:39:59.952Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2074 | 2023-11-29T19:40:00.397Z | Compiling ref-cast-impl v1.0.20 |
2075 | 2023-11-29T19:40:01.016Z | Compiling libxml v0.3.3 |
2076 | 2023-11-29T19:40:01.644Z | Compiling derive_builder_macro v0.12.0 |
2077 | 2023-11-29T19:40:02.448Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2078 | 2023-11-29T19:40:02.586Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2079 | 2023-11-29T19:40:02.665Z | Compiling strum_macros v0.24.3 |
2080 | 2023-11-29T19:40:03.016Z | Compiling fs-err v2.11.0 |
2081 | 2023-11-29T19:40:03.459Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2082 | 2023-11-29T19:40:03.905Z | Compiling cookie v0.18.0 |
2083 | 2023-11-29T19:40:04.340Z | Compiling indoc v1.0.9 |
2084 | 2023-11-29T19:40:04.734Z | Checking derive_builder v0.12.0 |
2085 | 2023-11-29T19:40:05.966Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2086 | 2023-11-29T19:40:06.054Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2087 | 2023-11-29T19:40:07.854Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2088 | 2023-11-29T19:40:09.390Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2089 | 2023-11-29T19:40:09.437Z | Checking bb8 v0.8.1 |
2090 | 2023-11-29T19:40:09.655Z | Checking quick-xml v0.23.1 |
2091 | 2023-11-29T19:40:09.796Z | Compiling impl-trait-for-tuples v0.2.2 |
2092 | 2023-11-29T19:40:10.158Z | Compiling oso-derive v0.27.0 |
2093 | 2023-11-29T19:40:10.255Z | Checking unicode-linebreak v0.1.5 |
2094 | 2023-11-29T19:40:10.785Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2095 | 2023-11-29T19:40:10.943Z | Checking smawk v0.3.1 |
2096 | 2023-11-29T19:40:11.302Z | Checking textwrap v0.16.0 |
2097 | 2023-11-29T19:40:11.613Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2098 | 2023-11-29T19:40:12.385Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2099 | 2023-11-29T19:40:12.420Z | Checking bytesize v1.3.0 |
2100 | 2023-11-29T19:40:12.502Z | Checking is_ci v1.1.1 |
2101 | 2023-11-29T19:40:12.646Z | Checking supports-color v2.1.0 |
2102 | 2023-11-29T19:40:12.778Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2103 | 2023-11-29T19:40:12.799Z | Compiling indoc v2.0.3 |
2104 | 2023-11-29T19:40:12.943Z | Checking cassowary v0.3.0 |
2105 | 2023-11-29T19:40:13.375Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2106 | 2023-11-29T19:40:13.581Z | Checking rtoolbox v0.0.1 |
2107 | 2023-11-29T19:40:13.857Z | Checking rpassword v7.3.1 |
2108 | 2023-11-29T19:40:14.071Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2109 | 2023-11-29T19:40:14.589Z | Checking ratatui v0.23.0 |
2110 | 2023-11-29T19:40:14.980Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2111 | 2023-11-29T19:40:16.646Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2112 | 2023-11-29T19:40:16.673Z | Checking shell-words v1.1.0 |
2113 | 2023-11-29T19:40:17.363Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2114 | 2023-11-29T19:40:17.371Z | Checking fatfs v0.3.6 |
2115 | 2023-11-29T19:40:18.443Z | Checking tui-tree-widget v0.13.0 |
2116 | 2023-11-29T19:40:18.839Z | Checking yansi v0.5.1 |
2117 | 2023-11-29T19:40:19.084Z | Checking plotters-backend v0.3.5 |
2118 | 2023-11-29T19:40:19.114Z | Checking rand v0.4.6 |
2119 | 2023-11-29T19:40:19.251Z | Checking pretty_assertions v1.4.0 |
2120 | 2023-11-29T19:40:19.536Z | Compiling vte_generate_state_changes v0.1.1 |
2121 | 2023-11-29T19:40:19.658Z | Checking plotters-svg v0.3.5 |
2122 | 2023-11-29T19:40:19.982Z | Checking cast v0.3.0 |
2123 | 2023-11-29T19:40:20.301Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2124 | 2023-11-29T19:40:20.564Z | Checking remove_dir_all v0.5.3 |
2125 | 2023-11-29T19:40:20.680Z | Checking vte v0.11.1 |
2126 | 2023-11-29T19:40:20.700Z | Checking tempdir v0.3.7 |
2127 | 2023-11-29T19:40:20.940Z | Checking criterion-plot v0.5.0 |
2128 | 2023-11-29T19:40:21.749Z | Checking plotters v0.3.5 |
2129 | 2023-11-29T19:40:23.223Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2130 | 2023-11-29T19:40:24.577Z | Checking tinytemplate v1.2.1 |
2131 | 2023-11-29T19:40:24.644Z | Checking anes v0.1.6 |
2132 | 2023-11-29T19:40:25.221Z | Checking oorandom v11.1.3 |
2133 | 2023-11-29T19:40:25.244Z | Checking strip-ansi-escapes v0.2.0 |
2134 | 2023-11-29T19:40:25.444Z | Checking criterion v0.5.1 |
2135 | 2023-11-29T19:40:25.465Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2136 | 2023-11-29T19:40:27.283Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2137 | 2023-11-29T19:40:29.517Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2138 | 2023-11-29T19:40:30.237Z | Checking assert_cmd v2.0.12 |
2139 | 2023-11-29T19:40:30.901Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2140 | 2023-11-29T19:40:32.363Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2141 | 2023-11-29T19:40:33.386Z | Checking fd-lock v3.0.13 |
2142 | 2023-11-29T19:40:33.666Z | Checking dashmap v5.5.1 |
2143 | 2023-11-29T19:40:34.692Z | Compiling serial_test_derive v0.10.0 |
2144 | 2023-11-29T19:40:35.401Z | Checking nu-ansi-term v0.49.0 |
2145 | 2023-11-29T19:40:36.009Z | Checking reedline v0.26.0 |
2146 | 2023-11-29T19:40:36.616Z | Checking serial_test v0.10.0 |
2147 | 2023-11-29T19:40:38.779Z | Checking threadpool v1.8.1 |
2148 | 2023-11-29T19:40:39.077Z | Checking nanorand v0.7.0 |
2149 | 2023-11-29T19:40:39.248Z | Checking topological-sort v0.2.2 |
2150 | 2023-11-29T19:40:39.570Z | Checking libtest-mimic v0.6.1 |
2151 | 2023-11-29T19:40:39.653Z | Checking flume v0.11.0 |
2152 | 2023-11-29T19:40:40.232Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2153 | 2023-11-29T19:40:40.444Z | Checking httptest v0.15.5 |
2154 | 2023-11-29T19:40:41.693Z | Checking similar-asserts v1.5.0 |
2155 | 2023-11-29T19:40:42.048Z | Compiling rstest_macros v0.18.2 |
2156 | 2023-11-29T19:40:42.745Z | Checking bytecount v0.6.3 |
2157 | 2023-11-29T19:40:42.835Z | Compiling crossbeam-queue v0.3.8 |
2158 | 2023-11-29T19:40:42.956Z | Checking papergrid v0.10.0 |
2159 | 2023-11-29T19:40:43.803Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2160 | 2023-11-29T19:40:45.142Z | Checking datatest-stable v0.2.3 |
2161 | 2023-11-29T19:40:45.199Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2162 | 2023-11-29T19:40:45.471Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2163 | 2023-11-29T19:40:45.861Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2164 | 2023-11-29T19:40:45.911Z | Compiling tabled_derive v0.6.0 |
2165 | 2023-11-29T19:40:46.891Z | Checking constant_time_eq v0.2.6 |
2166 | 2023-11-29T19:40:47.056Z | Compiling trybuild v1.0.85 |
2167 | 2023-11-29T19:40:47.477Z | Checking arrayvec v0.7.4 |
2168 | 2023-11-29T19:40:47.675Z | Compiling relative-path v1.9.0 |
2169 | 2023-11-29T19:40:48.131Z | Checking arrayref v0.3.7 |
2170 | 2023-11-29T19:40:48.267Z | Checking blake2b_simd v1.0.1 |
2171 | 2023-11-29T19:40:50.650Z | Checking tabled v0.14.0 |
2172 | 2023-11-29T19:40:50.675Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2173 | 2023-11-29T19:40:54.521Z | Checking basic-toml v0.1.4 |
2174 | 2023-11-29T19:40:55.888Z | Checking futures-timer v3.0.2 |
2175 | 2023-11-29T19:40:56.614Z | Checking constant_time_eq v0.3.0 |
2176 | 2023-11-29T19:40:56.823Z | Checking rust-argon2 v1.0.1 |
2177 | 2023-11-29T19:40:59.925Z | Checking crossbeam v0.8.2 |
2178 | 2023-11-29T19:41:00.074Z | Checking partial-io v0.5.4 |
2179 | 2023-11-29T19:41:00.655Z | Checking approx v0.5.1 |
2180 | 2023-11-29T19:41:01.007Z | Checking termios v0.3.3 |
2181 | 2023-11-29T19:41:01.313Z | Checking hex-literal v0.4.1 |
2182 | 2023-11-29T19:41:04.854Z | Checking rstest v0.18.2 |
2183 | 2023-11-29T19:41:10.344Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2184 | 2023-11-29T19:41:11.911Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2185 | 2023-11-29T19:42:08.955Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2186 | 2023-11-29T19:42:12.334Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2187 | 2023-11-29T19:42:12.843Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2188 | 2023-11-29T19:42:27.676Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2189 | 2023-11-29T19:42:50.397Z | Compiling polar-core v0.27.0 |
2190 | 2023-11-29T19:43:01.426Z | Checking oso v0.27.0 |
2191 | 2023-11-29T19:43:38.566Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2192 | 2023-11-29T19:45:04.824Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 04s |
2193 | 2023-11-29T19:45:05.020Z | |
2194 | 2023-11-29T19:45:05.020Z | real 11:02.970441865 |
2195 | 2023-11-29T19:45:05.020Z | user 59:46.485967784 |
2196 | 2023-11-29T19:45:05.023Z | sys 7:43.872929153 |
2197 | 2023-11-29T19:45:05.023Z | trap 2.092634953 |
2198 | 2023-11-29T19:45:05.023Z | tflt 3.126757641 |
2199 | 2023-11-29T19:45:05.023Z | dflt 5.368331817 |
2200 | 2023-11-29T19:45:05.029Z | kflt 0.022241076 |
2201 | 2023-11-29T19:45:05.029Z | lock 1:35:10.557927205 |
2202 | 2023-11-29T19:45:05.029Z | slp 2:58:26.916907804 |
2203 | 2023-11-29T19:45:05.029Z | lat 2:06.432545345 |
2204 | 2023-11-29T19:45:05.029Z | stop 4:20.269780096 |
2205 | 2023-11-29T19:45:06.221Z | warning: output filename collision. |
2206 | 2023-11-29T19:45:06.221Z | 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)`. |
2207 | 2023-11-29T19:45:06.221Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2208 | 2023-11-29T19:45:06.221Z | The targets should have unique names. |
2209 | 2023-11-29T19:45:06.221Z | This is a known bug where multiple crates with the same name use |
2210 | 2023-11-29T19:45:06.221Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2211 | 2023-11-29T19:45:06.225Z | warning: output filename collision. |
2212 | 2023-11-29T19:45:06.225Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2213 | 2023-11-29T19:45:06.225Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2214 | 2023-11-29T19:45:06.225Z | The targets should have unique names. |
2215 | 2023-11-29T19:45:06.225Z | This is a known bug where multiple crates with the same name use |
2216 | 2023-11-29T19:45:06.225Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2217 | 2023-11-29T19:45:06.225Z | warning: output filename collision. |
2218 | 2023-11-29T19:45:06.225Z | 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)`. |
2219 | 2023-11-29T19:45:06.225Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2220 | 2023-11-29T19:45:06.225Z | The targets should have unique names. |
2221 | 2023-11-29T19:45:06.225Z | This is a known bug where multiple crates with the same name use |
2222 | 2023-11-29T19:45:06.225Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2223 | 2023-11-29T19:45:06.803Z | Documenting libc v0.2.150 |
2224 | 2023-11-29T19:45:06.824Z | Documenting cfg-if v1.0.0 |
2225 | 2023-11-29T19:45:06.831Z | Documenting serde_derive v1.0.192 |
2226 | 2023-11-29T19:45:06.866Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2227 | 2023-11-29T19:45:06.871Z | Documenting scopeguard v1.2.0 |
2228 | 2023-11-29T19:45:06.871Z | Documenting log v0.4.20 |
2229 | 2023-11-29T19:45:06.903Z | Documenting smallvec v1.11.0 |
2230 | 2023-11-29T19:45:06.903Z | Documenting itoa v1.0.9 |
2231 | 2023-11-29T19:45:07.310Z | Documenting memchr v2.6.3 |
2232 | 2023-11-29T19:45:10.784Z | Documenting lock_api v0.4.10 |
2233 | 2023-11-29T19:45:10.912Z | Documenting zeroize_derive v1.4.2 |
2234 | 2023-11-29T19:45:10.935Z | Documenting pin-project-lite v0.2.13 |
2235 | 2023-11-29T19:45:11.493Z | Documenting libm v0.2.7 |
2236 | 2023-11-29T19:45:12.898Z | Documenting futures-core v0.3.29 |
2237 | 2023-11-29T19:45:13.134Z | Documenting getrandom v0.2.10 |
2238 | 2023-11-29T19:45:14.406Z | Documenting parking_lot_core v0.9.8 |
2239 | 2023-11-29T19:45:14.979Z | Documenting signal-hook-registry v1.4.1 |
2240 | 2023-11-29T19:45:15.299Z | Documenting mio v0.8.9 |
2241 | 2023-11-29T19:45:16.424Z | Documenting num-traits v0.2.16 |
2242 | 2023-11-29T19:45:16.659Z | Documenting serde v1.0.192 |
2243 | 2023-11-29T19:45:18.431Z | Documenting thiserror-impl v1.0.49 |
2244 | 2023-11-29T19:45:18.571Z | Documenting zeroize v1.7.0 |
2245 | 2023-11-29T19:45:18.822Z | Documenting rand_core v0.6.4 |
2246 | 2023-11-29T19:45:20.212Z | Documenting parking_lot v0.12.1 |
2247 | 2023-11-29T19:45:21.226Z | Documenting socket2 v0.5.5 |
2248 | 2023-11-29T19:45:21.629Z | Documenting num_cpus v1.16.0 |
2249 | 2023-11-29T19:45:23.569Z | Documenting tokio-macros v2.2.0 |
2250 | 2023-11-29T19:45:24.367Z | Documenting typenum v1.16.0 |
2251 | 2023-11-29T19:45:24.426Z | Documenting once_cell v1.18.0 |
2252 | 2023-11-29T19:45:25.537Z | Documenting thiserror v1.0.49 |
2253 | 2023-11-29T19:45:25.935Z | Documenting subtle v2.5.0 |
2254 | 2023-11-29T19:45:27.206Z | Documenting ryu v1.0.15 |
2255 | 2023-11-29T19:45:27.671Z | Documenting byteorder v1.5.0 |
2256 | 2023-11-29T19:45:30.046Z | Documenting futures-sink v0.3.29 |
2257 | 2023-11-29T19:45:30.442Z | Documenting const-oid v0.9.5 |
2258 | 2023-11-29T19:45:30.823Z | Documenting pin-utils v0.1.0 |
2259 | 2023-11-29T19:45:31.329Z | Documenting slab v0.4.9 |
2260 | 2023-11-29T19:45:31.594Z | Documenting futures-task v0.3.29 |
2261 | 2023-11-29T19:45:33.776Z | Documenting futures-macro v0.3.29 |
2262 | 2023-11-29T19:45:35.384Z | Documenting futures-channel v0.3.29 |
2263 | 2023-11-29T19:45:37.126Z | Documenting futures-io v0.3.29 |
2264 | 2023-11-29T19:45:37.757Z | Documenting iana-time-zone v0.1.57 |
2265 | 2023-11-29T19:45:38.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2266 | 2023-11-29T19:45:39.536Z | Documenting tinyvec_macros v0.1.1 |
2267 | 2023-11-29T19:45:40.186Z | Documenting ppv-lite86 v0.2.17 |
2268 | 2023-11-29T19:45:41.380Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2269 | 2023-11-29T19:45:42.850Z | Documenting tracing-core v0.1.31 |
2270 | 2023-11-29T19:45:43.080Z | Documenting futures-util v0.3.29 |
2271 | 2023-11-29T19:45:43.585Z | Documenting tracing-attributes v0.1.26 |
2272 | 2023-11-29T19:45:44.000Z | Documenting tinyvec v1.6.0 |
2273 | 2023-11-29T19:45:45.083Z | Documenting rand_chacha v0.3.1 |
2274 | 2023-11-29T19:45:49.609Z | Documenting unicode-normalization v0.1.22 |
2275 | 2023-11-29T19:45:51.938Z | Documenting rand v0.8.5 |
2276 | 2023-11-29T19:45:52.236Z | Documenting bytes v1.5.0 |
2277 | 2023-11-29T19:45:53.689Z | Documenting bitflags v2.4.0 |
2278 | 2023-11-29T19:45:55.730Z | Documenting serde_json v1.0.108 |
2279 | 2023-11-29T19:45:56.620Z | Documenting chrono v0.4.31 |
2280 | 2023-11-29T19:45:58.489Z | Documenting uuid v1.6.1 |
2281 | 2023-11-29T19:45:59.625Z | Documenting tokio v1.34.0 |
2282 | 2023-11-29T19:46:00.034Z | Documenting base64 v0.21.5 |
2283 | 2023-11-29T19:46:00.039Z | Documenting fnv v1.0.7 |
2284 | 2023-11-29T19:46:04.025Z | Documenting lazy_static v1.4.0 |
2285 | 2023-11-29T19:46:05.508Z | Documenting unicode-bidi v0.3.13 |
2286 | 2023-11-29T19:46:05.627Z | Documenting http v0.2.11 |
2287 | 2023-11-29T19:46:05.960Z | Documenting percent-encoding v2.3.0 |
2288 | 2023-11-29T19:46:06.032Z | Documenting spin v0.9.8 |
2289 | 2023-11-29T19:46:08.780Z | Documenting cpufeatures v0.2.9 |
2290 | 2023-11-29T19:46:10.331Z | Documenting generic-array v0.14.7 |
2291 | 2023-11-29T19:46:10.513Z | Checking serde_derive_internals v0.26.0 |
2292 | 2023-11-29T19:46:11.560Z | Documenting serde_derive_internals v0.26.0 |
2293 | 2023-11-29T19:46:11.613Z | Documenting tracing v0.1.37 |
2294 | 2023-11-29T19:46:12.025Z | Documenting form_urlencoded v1.2.0 |
2295 | 2023-11-29T19:46:12.249Z | Documenting dyn-clone v1.0.13 |
2296 | 2023-11-29T19:46:12.592Z | Documenting idna v0.4.0 |
2297 | 2023-11-29T19:46:14.341Z | Documenting errno v0.3.2 |
2298 | 2023-11-29T19:46:16.230Z | Documenting httparse v1.8.0 |
2299 | 2023-11-29T19:46:16.731Z | Documenting unicode-ident v1.0.12 |
2300 | 2023-11-29T19:46:17.488Z | Documenting crypto-common v0.1.6 |
2301 | 2023-11-29T19:46:18.018Z | Documenting block-buffer v0.10.4 |
2302 | 2023-11-29T19:46:18.704Z | Documenting url v2.4.1 |
2303 | 2023-11-29T19:46:19.412Z | Documenting schemars_derive v0.8.13 |
2304 | 2023-11-29T19:46:20.361Z | Documenting rustix v0.38.25 |
2305 | 2023-11-29T19:46:20.771Z | Documenting adler v1.0.2 |
2306 | 2023-11-29T19:46:22.447Z | Documenting proc-macro2 v1.0.69 |
2307 | 2023-11-29T19:46:23.988Z | Documenting untrusted v0.9.0 |
2308 | 2023-11-29T19:46:24.303Z | Documenting digest v0.10.7 |
2309 | 2023-11-29T19:46:24.973Z | Documenting miniz_oxide v0.7.1 |
2310 | 2023-11-29T19:46:25.017Z | Documenting try-lock v0.2.4 |
2311 | 2023-11-29T19:46:28.123Z | Documenting httpdate v1.0.3 |
2312 | 2023-11-29T19:46:28.471Z | Documenting quote v1.0.33 |
2313 | 2023-11-29T19:46:28.568Z | Documenting schemars v0.8.13 |
2314 | 2023-11-29T19:46:29.178Z | Documenting openssl-probe v0.1.5 |
2315 | 2023-11-29T19:46:30.154Z | Documenting want v0.3.1 |
2316 | 2023-11-29T19:46:30.406Z | Documenting ring v0.17.5 |
2317 | 2023-11-29T19:46:33.996Z | Documenting http-body v0.4.5 |
2318 | 2023-11-29T19:46:34.210Z | Documenting openssl-sys v0.9.93 |
2319 | 2023-11-29T19:46:34.537Z | Documenting async-trait v0.1.74 |
2320 | 2023-11-29T19:46:34.953Z | Documenting openssl-macros v0.1.1 |
2321 | 2023-11-29T19:46:35.855Z | Documenting tower-service v0.3.2 |
2322 | 2023-11-29T19:46:38.469Z | Documenting mime v0.3.17 |
2323 | 2023-11-29T19:46:38.529Z | Documenting rustls-webpki v0.101.7 |
2324 | 2023-11-29T19:46:40.295Z | Documenting aho-corasick v1.0.4 |
2325 | 2023-11-29T19:46:41.232Z | Documenting tokio-util v0.7.10 |
2326 | 2023-11-29T19:46:41.459Z | Documenting sct v0.7.0 |
2327 | 2023-11-29T19:46:41.632Z | Documenting slog v2.7.0 |
2328 | 2023-11-29T19:46:41.684Z | Documenting unicode-width v0.1.11 |
2329 | 2023-11-29T19:46:44.903Z | Documenting ipnet v2.8.0 |
2330 | 2023-11-29T19:46:45.324Z | Documenting hashbrown v0.14.2 |
2331 | 2023-11-29T19:46:45.391Z | Documenting openssl v0.10.57 |
2332 | 2023-11-29T19:46:45.991Z | Documenting equivalent v1.0.1 |
2333 | 2023-11-29T19:46:47.279Z | Documenting regex-syntax v0.8.2 |
2334 | 2023-11-29T19:46:48.002Z | Documenting rustls v0.21.9 |
2335 | 2023-11-29T19:46:48.248Z | Documenting rustls-pemfile v1.0.3 |
2336 | 2023-11-29T19:46:50.145Z | Documenting num-integer v0.1.45 |
2337 | 2023-11-29T19:46:51.338Z | Documenting time-macros v0.2.13 |
2338 | 2023-11-29T19:46:51.508Z | Documenting h2 v0.3.21 |
2339 | 2023-11-29T19:46:52.044Z | Documenting indexmap v2.1.0 |
2340 | 2023-11-29T19:46:53.729Z | Documenting time-core v0.1.1 |
2341 | 2023-11-29T19:46:56.309Z | Documenting gimli v0.28.0 |
2342 | 2023-11-29T19:46:57.675Z | Documenting regex-automata v0.4.3 |
2343 | 2023-11-29T19:46:57.916Z | Documenting deranged v0.3.8 |
2344 | 2023-11-29T19:46:58.269Z | Documenting utf8parse v0.2.1 |
2345 | 2023-11-29T19:46:58.780Z | Documenting num_threads v0.1.6 |
2346 | 2023-11-29T19:46:59.049Z | Documenting native-tls v0.2.11 |
2347 | 2023-11-29T19:47:00.977Z | Documenting tokio-rustls v0.24.1 |
2348 | 2023-11-29T19:47:02.547Z | Documenting zerocopy v0.6.4 |
2349 | 2023-11-29T19:47:04.352Z | Documenting object v0.32.1 |
2350 | 2023-11-29T19:47:04.447Z | Documenting time v0.3.27 |
2351 | 2023-11-29T19:47:06.017Z | Documenting addr2line v0.21.0 |
2352 | 2023-11-29T19:47:06.834Z | Documenting hyper v0.14.27 |
2353 | 2023-11-29T19:47:07.179Z | Documenting crossbeam-utils v0.8.16 |
2354 | 2023-11-29T19:47:09.341Z | Documenting encoding_rs v0.8.33 |
2355 | 2023-11-29T19:47:10.199Z | Checking pest_meta v2.7.2 |
2356 | 2023-11-29T19:47:10.802Z | Documenting regex v1.10.2 |
2357 | 2023-11-29T19:47:11.778Z | Documenting rustc-demangle v0.1.23 |
2358 | 2023-11-29T19:47:11.805Z | Documenting tokio-native-tls v0.3.1 |
2359 | 2023-11-29T19:47:12.564Z | Documenting rustls-native-certs v0.6.3 |
2360 | 2023-11-29T19:47:13.280Z | Documenting serde_urlencoded v0.7.1 |
2361 | 2023-11-29T19:47:15.968Z | Documenting pest_meta v2.7.2 |
2362 | 2023-11-29T19:47:16.562Z | Checking pest_generator v2.7.2 |
2363 | 2023-11-29T19:47:17.781Z | Documenting anstyle v1.0.2 |
2364 | 2023-11-29T19:47:18.017Z | Documenting ucd-trie v0.1.6 |
2365 | 2023-11-29T19:47:19.179Z | Documenting webpki-roots v0.25.2 |
2366 | 2023-11-29T19:47:19.476Z | Documenting data-encoding v2.4.0 |
2367 | 2023-11-29T19:47:21.110Z | Documenting anstyle-parse v0.2.1 |
2368 | 2023-11-29T19:47:22.294Z | Documenting pest_generator v2.7.2 |
2369 | 2023-11-29T19:47:23.617Z | Documenting ipnetwork v0.20.0 |
2370 | 2023-11-29T19:47:23.782Z | Documenting backtrace v0.3.69 |
2371 | 2023-11-29T19:47:23.895Z | Documenting hyper-rustls v0.24.2 |
2372 | 2023-11-29T19:47:24.524Z | Documenting hyper-tls v0.5.0 |
2373 | 2023-11-29T19:47:24.971Z | Documenting pest v2.7.2 |
2374 | 2023-11-29T19:47:25.846Z | Documenting syn v2.0.32 |
2375 | 2023-11-29T19:47:25.958Z | Documenting sha2 v0.10.8 |
2376 | 2023-11-29T19:47:30.225Z | Documenting pest_derive v2.7.2 |
2377 | 2023-11-29T19:47:31.912Z | Documenting futures-executor v0.3.29 |
2378 | 2023-11-29T19:47:32.215Z | Documenting anyhow v1.0.75 |
2379 | 2023-11-29T19:47:33.082Z | Documenting hex v0.4.3 |
2380 | 2023-11-29T19:47:33.371Z | Documenting crc32fast v1.3.2 |
2381 | 2023-11-29T19:47:34.526Z | Checking serde_tokenstream v0.1.7 |
2382 | 2023-11-29T19:47:35.020Z | Documenting reqwest v0.11.22 |
2383 | 2023-11-29T19:47:35.086Z | Documenting colorchoice v1.0.0 |
2384 | 2023-11-29T19:47:37.442Z | Documenting anstyle-query v1.0.0 |
2385 | 2023-11-29T19:47:38.849Z | Documenting dtrace-parser v0.1.14 |
2386 | 2023-11-29T19:47:38.962Z | Documenting openapiv3 v2.0.0-rc.1 |
2387 | 2023-11-29T19:47:39.167Z | Documenting num-iter v0.1.43 |
2388 | 2023-11-29T19:47:39.225Z | Documenting hmac v0.12.1 |
2389 | 2023-11-29T19:47:40.087Z | Documenting dof v0.1.5 |
2390 | 2023-11-29T19:47:42.836Z | Documenting anstream v0.5.0 |
2391 | 2023-11-29T19:47:44.518Z | Documenting signal-hook v0.3.17 |
2392 | 2023-11-29T19:47:45.326Z | Documenting thread-id v4.2.0 |
2393 | 2023-11-29T19:47:46.372Z | Documenting terminal_size v0.2.6 |
2394 | 2023-11-29T19:47:46.775Z | Documenting memoffset v0.9.0 |
2395 | 2023-11-29T19:47:48.085Z | Documenting clap_lex v0.5.1 |
2396 | 2023-11-29T19:47:48.522Z | Documenting strsim v0.10.0 |
2397 | 2023-11-29T19:47:49.395Z | Documenting flate2 v1.0.28 |
2398 | 2023-11-29T19:47:50.412Z | Documenting futures v0.3.29 |
2399 | 2023-11-29T19:47:50.894Z | Documenting crossbeam-epoch v0.9.15 |
2400 | 2023-11-29T19:47:51.032Z | Documenting usdt-impl v0.3.5 |
2401 | 2023-11-29T19:47:52.727Z | Documenting usdt-macro v0.3.5 |
2402 | 2023-11-29T19:47:54.253Z | Documenting usdt-attr-macro v0.3.5 |
2403 | 2023-11-29T19:47:54.658Z | Documenting clap_derive v4.4.2 |
2404 | 2023-11-29T19:47:54.671Z | Documenting clap_builder v4.4.2 |
2405 | 2023-11-29T19:47:56.905Z | Documenting signal-hook-mio v0.2.3 |
2406 | 2023-11-29T19:47:57.101Z | Documenting signature v2.1.0 |
2407 | 2023-11-29T19:48:00.457Z | Documenting block-padding v0.3.3 |
2408 | 2023-11-29T19:48:01.590Z | Documenting hash32 v0.2.1 |
2409 | 2023-11-29T19:48:02.605Z | Documenting scheduled-thread-pool v0.2.7 |
2410 | 2023-11-29T19:48:02.756Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2411 | 2023-11-29T19:48:03.168Z | Documenting usdt v0.3.5 |
2412 | 2023-11-29T19:48:03.328Z | Documenting enum-as-inner v0.5.1 |
2413 | 2023-11-29T19:48:04.363Z | Documenting diesel_table_macro_syntax v0.1.0 |
2414 | 2023-11-29T19:48:04.401Z | Documenting clap v4.4.3 |
2415 | 2023-11-29T19:48:06.760Z | Checking diesel_table_macro_syntax v0.1.0 |
2416 | 2023-11-29T19:48:07.013Z | Documenting pin-project-internal v1.1.3 |
2417 | 2023-11-29T19:48:07.609Z | Documenting unicode-segmentation v1.10.1 |
2418 | 2023-11-29T19:48:08.444Z | Documenting stable_deref_trait v1.2.0 |
2419 | 2023-11-29T19:48:08.616Z | Documenting r2d2 v0.8.10 |
2420 | 2023-11-29T19:48:10.475Z | Documenting trust-dns-proto v0.22.0 |
2421 | 2023-11-29T19:48:11.041Z | Documenting diesel_derives v2.1.2 |
2422 | 2023-11-29T19:48:11.780Z | Documenting bzip2 v0.4.4 |
2423 | 2023-11-29T19:48:12.575Z | Documenting heapless v0.7.16 |
2424 | 2023-11-29T19:48:12.635Z | Documenting inout v0.1.3 |
2425 | 2023-11-29T19:48:12.697Z | Documenting crossterm v0.27.0 |
2426 | 2023-11-29T19:48:14.219Z | Documenting pin-project v1.1.3 |
2427 | 2023-11-29T19:48:14.665Z | Documenting md-5 v0.10.5 |
2428 | 2023-11-29T19:48:17.622Z | Documenting stringprep v0.1.3 |
2429 | 2023-11-29T19:48:18.361Z | Documenting toml_datetime v0.6.5 |
2430 | 2023-11-29T19:48:18.706Z | Documenting serde_spanned v0.6.4 |
2431 | 2023-11-29T19:48:20.076Z | Documenting doc-comment v0.3.3 |
2432 | 2023-11-29T19:48:21.209Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2433 | 2023-11-29T19:48:21.621Z | Documenting snafu-derive v0.7.5 |
2434 | 2023-11-29T19:48:22.132Z | Documenting winnow v0.5.15 |
2435 | 2023-11-29T19:48:23.366Z | Documenting static_assertions v1.1.0 |
2436 | 2023-11-29T19:48:24.328Z | Documenting either v1.9.0 |
2437 | 2023-11-29T19:48:24.358Z | Documenting fallible-iterator v0.2.0 |
2438 | 2023-11-29T19:48:24.579Z | Documenting bit-vec v0.6.3 |
2439 | 2023-11-29T19:48:24.592Z | Documenting siphasher v0.3.11 |
2440 | 2023-11-29T19:48:27.260Z | Documenting managed v0.8.0 |
2441 | 2023-11-29T19:48:27.878Z | Documenting diesel v2.1.4 |
2442 | 2023-11-29T19:48:28.928Z | Documenting phf_shared v0.11.2 |
2443 | 2023-11-29T19:48:29.648Z | Documenting toml_edit v0.21.0 |
2444 | 2023-11-29T19:48:30.303Z | Documenting cipher v0.4.4 |
2445 | 2023-11-29T19:48:30.609Z | Documenting zip v0.6.6 |
2446 | 2023-11-29T19:48:31.908Z | Documenting smoltcp v0.9.1 |
2447 | 2023-11-29T19:48:32.096Z | Documenting postgres-protocol v0.6.6 |
2448 | 2023-11-29T19:48:32.949Z | Documenting snafu v0.7.5 |
2449 | 2023-11-29T19:48:34.523Z | Documenting num-bigint v0.4.4 |
2450 | 2023-11-29T19:48:37.642Z | Documenting hubpack v0.1.2 |
2451 | 2023-11-29T19:48:37.847Z | Documenting bstr v1.6.0 |
2452 | 2023-11-29T19:48:39.294Z | Documenting regress v0.7.1 |
2453 | 2023-11-29T19:48:39.612Z | Documenting serde_repr v0.1.16 |
2454 | 2023-11-29T19:48:40.553Z | Documenting fixedbitset v0.4.2 |
2455 | 2023-11-29T19:48:41.800Z | Documenting new_debug_unreachable v1.0.4 |
2456 | 2023-11-29T19:48:44.521Z | Documenting lalrpop-util v0.19.12 |
2457 | 2023-11-29T19:48:45.222Z | Documenting precomputed-hash v0.1.1 |
2458 | 2023-11-29T19:48:45.432Z | Documenting petgraph v0.6.4 |
2459 | 2023-11-29T19:48:45.725Z | Documenting yasna v0.5.2 |
2460 | 2023-11-29T19:48:45.978Z | Documenting postgres-types v0.2.6 |
2461 | 2023-11-29T19:48:46.249Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2462 | 2023-11-29T19:48:49.800Z | Documenting phf v0.11.2 |
2463 | 2023-11-29T19:48:50.752Z | Documenting string_cache v0.8.7 |
2464 | 2023-11-29T19:48:50.988Z | Documenting console v0.15.7 |
2465 | 2023-11-29T19:48:54.922Z | Documenting semver v1.0.20 |
2466 | 2023-11-29T19:48:55.591Z | Documenting float-cmp v0.9.0 |
2467 | 2023-11-29T19:48:55.990Z | Documenting normalize-line-endings v0.3.0 |
2468 | 2023-11-29T19:48:56.629Z | Checking unsafe-libyaml v0.2.9 |
2469 | 2023-11-29T19:48:56.886Z | Documenting heck v0.4.1 |
2470 | 2023-11-29T19:48:57.442Z | Documenting predicates-core v1.0.6 |
2471 | 2023-11-29T19:48:57.823Z | Documenting whoami v1.4.1 |
2472 | 2023-11-29T19:48:58.632Z | Documenting difflib v0.4.0 |
2473 | 2023-11-29T19:49:00.964Z | Documenting bit-set v0.5.3 |
2474 | 2023-11-29T19:49:01.249Z | Documenting similar v2.2.1 |
2475 | 2023-11-29T19:49:01.578Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2476 | 2023-11-29T19:49:02.603Z | Documenting tokio-stream v0.1.14 |
2477 | 2023-11-29T19:49:03.047Z | Documenting unsafe-libyaml v0.2.9 |
2478 | 2023-11-29T19:49:03.220Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2479 | 2023-11-29T19:49:03.518Z | Documenting tokio-postgres v0.7.10 |
2480 | 2023-11-29T19:49:04.249Z | Documenting predicates v3.0.4 |
2481 | 2023-11-29T19:49:07.222Z | Checking ident_case v1.0.1 |
2482 | 2023-11-29T19:49:07.442Z | Checking serde_yaml v0.9.25 |
2483 | 2023-11-29T19:49:07.630Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2484 | 2023-11-29T19:49:08.724Z | Documenting serde_yaml v0.9.25 |
2485 | 2023-11-29T19:49:10.206Z | Documenting getopts v0.2.21 |
2486 | 2023-11-29T19:49:10.687Z | Documenting match_cfg v0.1.0 |
2487 | 2023-11-29T19:49:12.100Z | Documenting sha1 v0.10.6 |
2488 | 2023-11-29T19:49:13.148Z | Documenting dirs-sys-next v0.1.2 |
2489 | 2023-11-29T19:49:14.748Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2490 | 2023-11-29T19:49:14.857Z | Documenting hostname v0.3.1 |
2491 | 2023-11-29T19:49:16.306Z | Documenting thread_local v1.1.7 |
2492 | 2023-11-29T19:49:17.138Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2493 | 2023-11-29T19:49:18.648Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2494 | 2023-11-29T19:49:18.799Z | Documenting dirs-next v2.0.0 |
2495 | 2023-11-29T19:49:19.320Z | Documenting paste v1.0.14 |
2496 | 2023-11-29T19:49:19.802Z | Documenting crossbeam-channel v0.5.8 |
2497 | 2023-11-29T19:49:20.561Z | Documenting atty v0.2.14 |
2498 | 2023-11-29T19:49:22.579Z | Documenting take_mut v0.2.2 |
2499 | 2023-11-29T19:49:24.043Z | Documenting slog-json v2.6.1 |
2500 | 2023-11-29T19:49:24.473Z | Documenting term v0.7.0 |
2501 | 2023-11-29T19:49:25.208Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2502 | 2023-11-29T19:49:25.285Z | Documenting camino v1.1.6 |
2503 | 2023-11-29T19:49:25.523Z | Documenting async-stream-impl v0.3.5 |
2504 | 2023-11-29T19:49:25.979Z | Documenting debug-ignore v1.0.5 |
2505 | 2023-11-29T19:49:27.992Z | Documenting slog-async v2.8.0 |
2506 | 2023-11-29T19:49:28.772Z | Documenting atomic-waker v1.1.1 |
2507 | 2023-11-29T19:49:30.178Z | Checking darling_core v0.20.3 |
2508 | 2023-11-29T19:49:30.466Z | Documenting slog-term v2.9.0 |
2509 | 2023-11-29T19:49:30.882Z | Documenting slog-bunyan v2.4.0 |
2510 | 2023-11-29T19:49:32.353Z | Documenting toml v0.8.8 |
2511 | 2023-11-29T19:49:32.382Z | Documenting async-stream v0.3.5 |
2512 | 2023-11-29T19:49:32.851Z | Documenting waitgroup v0.1.2 |
2513 | 2023-11-29T19:49:33.197Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2514 | 2023-11-29T19:49:34.471Z | Documenting multer v2.1.0 |
2515 | 2023-11-29T19:49:37.063Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2516 | 2023-11-29T19:49:37.598Z | Documenting serde_path_to_error v0.1.14 |
2517 | 2023-11-29T19:49:37.828Z | Documenting strum v0.25.0 |
2518 | 2023-11-29T19:49:38.000Z | Checking darling v0.20.3 |
2519 | 2023-11-29T19:49:38.124Z | Documenting serde_with_macros v2.3.3 |
2520 | 2023-11-29T19:49:38.269Z | Documenting structmeta-derive v0.2.0 |
2521 | 2023-11-29T19:49:40.591Z | Checking structmeta v0.2.0 |
2522 | 2023-11-29T19:49:40.938Z | Documenting instant v0.1.12 |
2523 | 2023-11-29T19:49:41.131Z | Checking regex-syntax v0.7.5 |
2524 | 2023-11-29T19:49:41.632Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2525 | 2023-11-29T19:49:43.240Z | Documenting macaddr v1.0.1 |
2526 | 2023-11-29T19:49:43.719Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2527 | 2023-11-29T19:49:45.730Z | Documenting structmeta v0.2.0 |
2528 | 2023-11-29T19:49:46.104Z | Documenting serde_with v2.3.3 |
2529 | 2023-11-29T19:49:46.347Z | Documenting backoff v0.4.0 |
2530 | 2023-11-29T19:49:46.458Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2531 | 2023-11-29T19:49:48.050Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2532 | 2023-11-29T19:49:49.302Z | Documenting fastrand v2.0.0 |
2533 | 2023-11-29T19:49:52.166Z | Documenting parse-display-derive v0.8.2 |
2534 | 2023-11-29T19:49:52.379Z | Documenting is-terminal v0.4.9 |
2535 | 2023-11-29T19:49:52.906Z | Documenting base64ct v1.6.0 |
2536 | 2023-11-29T19:49:53.761Z | Documenting proc-macro-crate v1.3.1 |
2537 | 2023-11-29T19:49:54.705Z | Checking proc-macro-crate v1.3.1 |
2538 | 2023-11-29T19:49:55.051Z | Documenting proc-macro-error-attr v1.0.4 |
2539 | 2023-11-29T19:49:55.477Z | Documenting tempfile v3.8.1 |
2540 | 2023-11-29T19:49:57.449Z | Checking proc-macro-error v1.0.4 |
2541 | 2023-11-29T19:49:57.877Z | Documenting postcard-cobs v0.1.5-pre |
2542 | 2023-11-29T19:49:59.227Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2543 | 2023-11-29T19:49:59.426Z | Documenting foreign-types-macros v0.2.3 |
2544 | 2023-11-29T19:50:00.778Z | Documenting parse-display v0.8.2 |
2545 | 2023-11-29T19:50:00.905Z | Documenting proc-macro-error v1.0.4 |
2546 | 2023-11-29T19:50:01.205Z | Documenting num_enum_derive v0.5.11 |
2547 | 2023-11-29T19:50:02.052Z | Documenting camino-tempfile v1.1.1 |
2548 | 2023-11-29T19:50:02.254Z | Documenting postcard v0.7.3 |
2549 | 2023-11-29T19:50:05.801Z | Documenting foreign-types-shared v0.3.1 |
2550 | 2023-11-29T19:50:06.210Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2551 | 2023-11-29T19:50:06.973Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2552 | 2023-11-29T19:50:07.225Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2553 | 2023-11-29T19:50:07.308Z | Documenting crucible-workspace-hack v0.1.0 |
2554 | 2023-11-29T19:50:07.395Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2555 | 2023-11-29T19:50:08.856Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2556 | 2023-11-29T19:50:09.618Z | Documenting cstr-argument v0.1.2 |
2557 | 2023-11-29T19:50:09.979Z | Documenting foreign-types v0.5.0 |
2558 | 2023-11-29T19:50:10.503Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2559 | 2023-11-29T19:50:10.770Z | Documenting num_enum v0.5.11 |
2560 | 2023-11-29T19:50:12.747Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2561 | 2023-11-29T19:50:13.541Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2562 | 2023-11-29T19:50:14.345Z | Documenting colored v2.0.4 |
2563 | 2023-11-29T19:50:15.798Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2564 | 2023-11-29T19:50:16.038Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2565 | 2023-11-29T19:50:16.286Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2566 | 2023-11-29T19:50:17.090Z | Documenting zone_cfg_derive v0.3.0 |
2567 | 2023-11-29T19:50:19.058Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2568 | 2023-11-29T19:50:19.884Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2569 | 2023-11-29T19:50:19.952Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2570 | 2023-11-29T19:50:21.509Z | Documenting num-derive v0.4.0 |
2571 | 2023-11-29T19:50:22.254Z | Documenting smf v0.2.2 |
2572 | 2023-11-29T19:50:23.262Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2573 | 2023-11-29T19:50:24.681Z | Documenting zone v0.3.0 |
2574 | 2023-11-29T19:50:25.216Z | Documenting linked-hash-map v0.5.6 |
2575 | 2023-11-29T19:50:25.349Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2576 | 2023-11-29T19:50:26.191Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2577 | 2023-11-29T19:50:28.089Z | Documenting password-hash v0.5.0 |
2578 | 2023-11-29T19:50:28.475Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2579 | 2023-11-29T19:50:29.424Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2580 | 2023-11-29T19:50:32.062Z | Documenting lru-cache v0.1.2 |
2581 | 2023-11-29T19:50:32.472Z | Documenting blake2 v0.10.6 |
2582 | 2023-11-29T19:50:32.874Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2583 | 2023-11-29T19:50:33.902Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2584 | 2023-11-29T19:50:34.282Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2585 | 2023-11-29T19:50:34.987Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2586 | 2023-11-29T19:50:35.422Z | Checking heck v0.3.3 |
2587 | 2023-11-29T19:50:35.422Z | Documenting structopt-derive v0.4.18 |
2588 | 2023-11-29T19:50:36.224Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2589 | 2023-11-29T19:50:37.532Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2590 | 2023-11-29T19:50:37.655Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2591 | 2023-11-29T19:50:58.008Z | Documenting argon2 v0.5.2 |
2592 | 2023-11-29T19:50:58.215Z | Documenting libefi-sys v0.1.0 |
2593 | 2023-11-29T19:50:58.215Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2594 | 2023-11-29T19:50:58.215Z | Documenting pem-rfc7468 v0.7.0 |
2595 | 2023-11-29T19:50:58.215Z | Documenting structopt v0.3.26 |
2596 | 2023-11-29T19:50:58.215Z | Documenting der_derive v0.7.2 |
2597 | 2023-11-29T19:50:58.215Z | Documenting quick-error v1.2.3 |
2598 | 2023-11-29T19:50:58.692Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2599 | 2023-11-29T19:50:58.692Z | Documenting flagset v0.4.3 |
2600 | 2023-11-29T19:50:58.692Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2601 | 2023-11-29T19:50:58.692Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2602 | 2023-11-29T19:50:58.692Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2603 | 2023-11-29T19:50:58.692Z | Documenting resolv-conf v0.7.0 |
2604 | 2023-11-29T19:50:58.692Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2605 | 2023-11-29T19:50:58.742Z | Documenting der v0.7.8 |
2606 | 2023-11-29T19:50:58.742Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2607 | 2023-11-29T19:50:58.742Z | Documenting cancel-safe-futures v0.1.5 |
2608 | 2023-11-29T19:50:58.742Z | Documenting tap v1.0.1 |
2609 | 2023-11-29T19:50:58.742Z | Documenting trust-dns-resolver v0.22.0 |
2610 | 2023-11-29T19:50:58.742Z | Checking convert_case v0.4.0 |
2611 | 2023-11-29T19:50:58.742Z | Documenting convert_case v0.4.0 |
2612 | 2023-11-29T19:50:58.742Z | Documenting radium v0.7.0 |
2613 | 2023-11-29T19:51:00.363Z | Documenting spki v0.7.2 |
2614 | 2023-11-29T19:51:01.298Z | Documenting wyz v0.5.1 |
2615 | 2023-11-29T19:51:02.919Z | Documenting crc-catalog v2.2.0 |
2616 | 2023-11-29T19:51:03.309Z | Documenting derive_more v0.99.17 |
2617 | 2023-11-29T19:51:03.998Z | Documenting arc-swap v1.6.0 |
2618 | 2023-11-29T19:51:05.831Z | Documenting funty v2.0.0 |
2619 | 2023-11-29T19:51:07.057Z | Documenting pkcs8 v0.10.2 |
2620 | 2023-11-29T19:51:07.222Z | Documenting crc v3.0.1 |
2621 | 2023-11-29T19:51:07.798Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2622 | 2023-11-29T19:51:09.698Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2623 | 2023-11-29T19:51:09.756Z | Documenting slog-scope v4.4.0 |
2624 | 2023-11-29T19:51:10.622Z | Documenting bitvec v1.0.1 |
2625 | 2023-11-29T19:51:10.970Z | Documenting num-rational v0.4.1 |
2626 | 2023-11-29T19:51:11.600Z | Documenting hkdf v0.12.3 |
2627 | 2023-11-29T19:51:11.660Z | Documenting num-complex v0.4.4 |
2628 | 2023-11-29T19:51:12.302Z | Documenting packed_struct_codegen v0.10.1 |
2629 | 2023-11-29T19:51:13.893Z | Documenting ciborium-io v0.2.1 |
2630 | 2023-11-29T19:51:15.344Z | Documenting half v1.8.2 |
2631 | 2023-11-29T19:51:17.773Z | Documenting nodrop v0.1.14 |
2632 | 2023-11-29T19:51:18.841Z | Documenting num v0.4.1 |
2633 | 2023-11-29T19:51:18.882Z | Documenting slog-stdlog v4.1.1 |
2634 | 2023-11-29T19:51:18.934Z | Documenting pkcs1 v0.7.5 |
2635 | 2023-11-29T19:51:19.316Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2636 | 2023-11-29T19:51:19.738Z | Documenting ciborium-ll v0.2.1 |
2637 | 2023-11-29T19:51:21.037Z | Documenting packed_struct v0.10.1 |
2638 | 2023-11-29T19:51:21.048Z | Documenting slog-dtrace v0.2.3 |
2639 | 2023-11-29T19:51:21.685Z | Documenting array-init v0.0.4 |
2640 | 2023-11-29T19:51:24.105Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2641 | 2023-11-29T19:51:25.394Z | Documenting num-bigint-dig v0.8.4 |
2642 | 2023-11-29T19:51:25.875Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2643 | 2023-11-29T19:51:26.020Z | Documenting xattr v1.0.1 |
2644 | 2023-11-29T19:51:26.577Z | Documenting filetime v0.2.22 |
2645 | 2023-11-29T19:51:27.541Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2646 | 2023-11-29T19:51:30.610Z | Documenting termcolor v1.2.0 |
2647 | 2023-11-29T19:51:31.869Z | Documenting swrite v0.1.0 |
2648 | 2023-11-29T19:51:32.395Z | Documenting bitfield v0.14.0 |
2649 | 2023-11-29T19:51:34.663Z | Documenting keccak v0.1.4 |
2650 | 2023-11-29T19:51:35.331Z | Documenting rsa v0.9.2 |
2651 | 2023-11-29T19:51:35.378Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2652 | 2023-11-29T19:51:36.671Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2653 | 2023-11-29T19:51:37.005Z | Documenting env_logger v0.10.0 |
2654 | 2023-11-29T19:51:37.517Z | Documenting tar v0.4.40 |
2655 | 2023-11-29T19:51:38.993Z | Documenting sha3 v0.10.8 |
2656 | 2023-11-29T19:51:39.806Z | Documenting serde-hex v0.1.0 |
2657 | 2023-11-29T19:51:43.686Z | Documenting ciborium v0.2.1 |
2658 | 2023-11-29T19:51:43.875Z | Documenting slog-envlogger v2.2.0 |
2659 | 2023-11-29T19:51:46.856Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2660 | 2023-11-29T19:51:46.954Z | Documenting x509-cert v0.2.4 |
2661 | 2023-11-29T19:51:48.754Z | Documenting newtype_derive v0.1.6 |
2662 | 2023-11-29T19:51:48.857Z | Documenting libsw v3.3.0 |
2663 | 2023-11-29T19:51:50.307Z | Documenting pem v3.0.2 |
2664 | 2023-11-29T19:51:52.036Z | Documenting ron v0.8.1 |
2665 | 2023-11-29T19:51:52.599Z | Documenting fxhash v0.2.1 |
2666 | 2023-11-29T19:51:54.161Z | Documenting secrecy v0.8.0 |
2667 | 2023-11-29T19:51:55.066Z | Documenting derive-where v1.2.5 |
2668 | 2023-11-29T19:51:55.528Z | Documenting owo-colors v3.5.0 |
2669 | 2023-11-29T19:51:55.783Z | Documenting utf-8 v0.7.6 |
2670 | 2023-11-29T19:51:55.851Z | Documenting crc-any v2.4.3 |
2671 | 2023-11-29T19:51:56.140Z | Documenting linear-map v1.2.0 |
2672 | 2023-11-29T19:51:58.299Z | Documenting steno v0.4.0 |
2673 | 2023-11-29T19:51:58.739Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2674 | 2023-11-29T19:52:00.258Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2675 | 2023-11-29T19:52:00.549Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2676 | 2023-11-29T19:52:01.603Z | Documenting tungstenite v0.20.1 |
2677 | 2023-11-29T19:52:02.846Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2678 | 2023-11-29T19:52:02.983Z | Documenting same-file v1.0.6 |
2679 | 2023-11-29T19:52:04.986Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2680 | 2023-11-29T19:52:05.979Z | Documenting path-slash v0.1.5 |
2681 | 2023-11-29T19:52:09.560Z | Documenting walkdir v2.4.0 |
2682 | 2023-11-29T19:52:11.450Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2683 | 2023-11-29T19:52:11.971Z | Documenting tokio-tungstenite v0.20.1 |
2684 | 2023-11-29T19:52:14.052Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2685 | 2023-11-29T19:52:15.148Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2686 | 2023-11-29T19:52:16.088Z | Documenting buf-list v1.0.3 |
2687 | 2023-11-29T19:52:16.679Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2688 | 2023-11-29T19:52:23.064Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2689 | 2023-11-29T19:52:23.321Z | Checking darling_core v0.14.4 |
2690 | 2023-11-29T19:52:23.339Z | Documenting itertools v0.12.0 |
2691 | 2023-11-29T19:52:26.325Z | Documenting nibble_vec v0.1.0 |
2692 | 2023-11-29T19:52:28.370Z | Documenting endian-type v0.1.2 |
2693 | 2023-11-29T19:52:32.855Z | Documenting glob v0.3.1 |
2694 | 2023-11-29T19:52:34.066Z | Documenting radix_trie v0.2.1 |
2695 | 2023-11-29T19:52:34.850Z | Checking darling v0.14.4 |
2696 | 2023-11-29T19:52:35.009Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2697 | 2023-11-29T19:52:35.315Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2698 | 2023-11-29T19:52:36.173Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2699 | 2023-11-29T19:52:39.429Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2700 | 2023-11-29T19:52:39.487Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2701 | 2023-11-29T19:52:40.025Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2702 | 2023-11-29T19:52:41.278Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2703 | 2023-11-29T19:52:41.700Z | Documenting trust-dns-client v0.22.0 |
2704 | 2023-11-29T19:52:43.115Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2705 | 2023-11-29T19:52:48.464Z | Documenting globset v0.4.13 |
2706 | 2023-11-29T19:52:51.568Z | Documenting crossbeam-deque v0.8.3 |
2707 | 2023-11-29T19:52:53.605Z | Documenting headers-core v0.2.0 |
2708 | 2023-11-29T19:52:56.682Z | Documenting olpc-cjson v0.1.3 |
2709 | 2023-11-29T19:52:57.263Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2710 | 2023-11-29T19:52:57.846Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2711 | 2023-11-29T19:52:58.748Z | Documenting serde_plain v1.0.2 |
2712 | 2023-11-29T19:52:59.404Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2713 | 2023-11-29T19:53:00.531Z | Documenting async-recursion v1.0.5 |
2714 | 2023-11-29T19:53:01.794Z | Documenting display-error-chain v0.2.0 |
2715 | 2023-11-29T19:53:03.687Z | Documenting typed-path v0.6.0 |
2716 | 2023-11-29T19:53:04.771Z | Documenting headers v0.3.9 |
2717 | 2023-11-29T19:53:05.125Z | Documenting rayon-core v1.12.0 |
2718 | 2023-11-29T19:53:05.234Z | Documenting trust-dns-server v0.22.1 |
2719 | 2023-11-29T19:53:14.956Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2720 | 2023-11-29T19:53:14.956Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2721 | 2023-11-29T19:53:14.956Z | Documenting derive_builder_core v0.12.0 |
2722 | 2023-11-29T19:53:14.956Z | Checking derive_builder_core v0.12.0 |
2723 | 2023-11-29T19:53:14.956Z | Documenting sled v0.34.7 |
2724 | 2023-11-29T19:53:14.956Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2725 | 2023-11-29T19:53:14.956Z | Documenting unicase v2.7.0 |
2726 | 2023-11-29T19:53:14.956Z | Documenting tough v0.15.0 |
2727 | 2023-11-29T19:53:14.956Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2728 | 2023-11-29T19:53:14.956Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2729 | 2023-11-29T19:53:14.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2730 | 2023-11-29T19:53:14.956Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2731 | 2023-11-29T19:53:14.956Z | Documenting bcs v0.1.6 |
2732 | 2023-11-29T19:53:14.998Z | Documenting ff v0.13.0 |
2733 | 2023-11-29T19:53:16.230Z | Documenting highway v1.1.0 |
2734 | 2023-11-29T19:53:18.504Z | Documenting pretty-hex v0.4.0 |
2735 | 2023-11-29T19:53:18.544Z | Documenting mime_guess v2.0.4 |
2736 | 2023-11-29T19:53:20.115Z | Documenting derive_builder_macro v0.12.0 |
2737 | 2023-11-29T19:53:20.395Z | Documenting rayon v1.8.0 |
2738 | 2023-11-29T19:53:20.883Z | Documenting group v0.13.0 |
2739 | 2023-11-29T19:53:21.966Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2740 | 2023-11-29T19:53:23.174Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2741 | 2023-11-29T19:53:25.241Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2742 | 2023-11-29T19:53:28.546Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2743 | 2023-11-29T19:53:33.023Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2744 | 2023-11-29T19:53:33.261Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2745 | 2023-11-29T19:53:40.439Z | Documenting portable-atomic v1.4.3 |
2746 | 2023-11-29T19:53:45.959Z | Documenting ed25519 v1.5.3 |
2747 | 2023-11-29T19:53:49.202Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2748 | 2023-11-29T19:53:50.322Z | Documenting universal-hash v0.5.1 |
2749 | 2023-11-29T19:53:51.732Z | Documenting crypto-bigint v0.5.2 |
2750 | 2023-11-29T19:53:51.869Z | Documenting kstat-rs v0.2.3 |
2751 | 2023-11-29T19:53:53.363Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2752 | 2023-11-29T19:53:54.357Z | Documenting thiserror-impl-no-std v2.0.2 |
2753 | 2023-11-29T19:53:55.633Z | Documenting curve25519-dalek-derive v0.1.0 |
2754 | 2023-11-29T19:53:58.923Z | Documenting ref-cast-impl v1.0.20 |
2755 | 2023-11-29T19:53:59.701Z | Documenting vte_generate_state_changes v0.1.1 |
2756 | 2023-11-29T19:54:02.340Z | Documenting number_prefix v0.4.0 |
2757 | 2023-11-29T19:54:02.640Z | Documenting opaque-debug v0.3.0 |
2758 | 2023-11-29T19:54:02.735Z | Documenting base16ct v0.2.0 |
2759 | 2023-11-29T19:54:04.237Z | Documenting cassowary v0.3.0 |
2760 | 2023-11-29T19:54:05.812Z | Documenting vte v0.11.1 |
2761 | 2023-11-29T19:54:06.873Z | Documenting ref-cast v1.0.20 |
2762 | 2023-11-29T19:54:07.156Z | Documenting elliptic-curve v0.13.5 |
2763 | 2023-11-29T19:54:07.326Z | Documenting poly1305 v0.8.0 |
2764 | 2023-11-29T19:54:07.971Z | Documenting indicatif v0.17.7 |
2765 | 2023-11-29T19:54:09.964Z | Documenting ratatui v0.23.0 |
2766 | 2023-11-29T19:54:11.149Z | Documenting curve25519-dalek v4.1.0 |
2767 | 2023-11-29T19:54:12.660Z | Documenting thiserror-no-std v2.0.2 |
2768 | 2023-11-29T19:54:15.024Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2769 | 2023-11-29T19:54:16.665Z | Documenting salty v0.2.0 |
2770 | 2023-11-29T19:54:17.102Z | Documenting derive_builder v0.12.0 |
2771 | 2023-11-29T19:54:17.987Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2772 | 2023-11-29T19:54:20.176Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2773 | 2023-11-29T19:54:20.944Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2774 | 2023-11-29T19:54:22.892Z | Documenting fs-err v2.11.0 |
2775 | 2023-11-29T19:54:23.657Z | Documenting polar-core v0.27.0 |
2776 | 2023-11-29T19:54:29.420Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2777 | 2023-11-29T19:54:29.424Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2778 | 2023-11-29T19:54:35.639Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2779 | 2023-11-29T19:54:35.900Z | Documenting libxml v0.3.3 |
2780 | 2023-11-29T19:54:37.143Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2781 | 2023-11-29T19:54:45.939Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2782 | 2023-11-29T19:54:46.021Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2783 | 2023-11-29T19:54:46.527Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2784 | 2023-11-29T19:54:49.649Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2785 | 2023-11-29T19:54:50.020Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2786 | 2023-11-29T19:54:50.474Z | Documenting chacha20 v0.9.1 |
2787 | 2023-11-29T19:54:51.555Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2788 | 2023-11-29T19:54:51.804Z | Documenting bb8 v0.8.1 |
2789 | 2023-11-29T19:54:53.395Z | Documenting aead v0.5.2 |
2790 | 2023-11-29T19:54:53.573Z | Documenting serde-big-array v0.5.1 |
2791 | 2023-11-29T19:54:56.265Z | Documenting bytesize v1.3.0 |
2792 | 2023-11-29T19:54:58.145Z | Documenting quick-xml v0.23.1 |
2793 | 2023-11-29T19:55:00.106Z | Documenting rtoolbox v0.0.1 |
2794 | 2023-11-29T19:55:00.426Z | Documenting oso-derive v0.27.0 |
2795 | 2023-11-29T19:55:00.928Z | Documenting impl-trait-for-tuples v0.2.2 |
2796 | 2023-11-29T19:55:02.814Z | Documenting unicode-linebreak v0.1.5 |
2797 | 2023-11-29T19:55:03.099Z | Documenting smawk v0.3.1 |
2798 | 2023-11-29T19:55:06.212Z | Documenting is_ci v1.1.1 |
2799 | 2023-11-29T19:55:06.386Z | Documenting maplit v1.0.2 |
2800 | 2023-11-29T19:55:06.927Z | Documenting humantime v2.1.0 |
2801 | 2023-11-29T19:55:07.085Z | Documenting rpassword v7.3.1 |
2802 | 2023-11-29T19:55:07.419Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2803 | 2023-11-29T19:55:09.370Z | Documenting textwrap v0.16.0 |
2804 | 2023-11-29T19:55:09.856Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2805 | 2023-11-29T19:55:11.712Z | Documenting supports-color v2.1.0 |
2806 | 2023-11-29T19:55:11.917Z | Documenting oso v0.27.0 |
2807 | 2023-11-29T19:55:12.622Z | Documenting chacha20poly1305 v0.10.1 |
2808 | 2023-11-29T19:55:13.668Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2809 | 2023-11-29T19:55:14.188Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2810 | 2023-11-29T19:55:15.720Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2811 | 2023-11-29T19:55:21.020Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2812 | 2023-11-29T19:55:22.571Z | Documenting vsss-rs v3.3.1 |
2813 | 2023-11-29T19:55:27.400Z | Documenting tui-tree-widget v0.13.0 |
2814 | 2023-11-29T19:55:27.400Z | Documenting strip-ansi-escapes v0.2.0 |
2815 | 2023-11-29T19:55:28.571Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2816 | 2023-11-29T19:55:32.391Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2817 | 2023-11-29T19:55:33.356Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2818 | 2023-11-29T19:55:35.037Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2819 | 2023-11-29T19:55:35.988Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2820 | 2023-11-29T19:55:39.338Z | Documenting cookie v0.18.0 |
2821 | 2023-11-29T19:55:43.367Z | Documenting rcgen v0.11.3 |
2822 | 2023-11-29T19:55:43.600Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2823 | 2023-11-29T19:55:45.921Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2824 | 2023-11-29T19:55:46.519Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2825 | 2023-11-29T19:55:47.563Z | Documenting atomicwrites v0.4.2 |
2826 | 2023-11-29T19:55:48.553Z | Documenting signal-hook-tokio v0.3.1 |
2827 | 2023-11-29T19:55:53.847Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2828 | 2023-11-29T19:55:54.342Z | Documenting fd-lock v3.0.13 |
2829 | 2023-11-29T19:55:54.645Z | Documenting subprocess v0.2.9 |
2830 | 2023-11-29T19:55:55.661Z | Documenting corncobs v0.1.3 |
2831 | 2023-11-29T19:56:00.015Z | Documenting http-range v0.1.5 |
2832 | 2023-11-29T19:56:00.930Z | Documenting shell-words v1.1.0 |
2833 | 2023-11-29T19:56:01.430Z | Documenting nu-ansi-term v0.49.0 |
2834 | 2023-11-29T19:56:02.254Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2835 | 2023-11-29T19:56:03.062Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2836 | 2023-11-29T19:56:05.683Z | Documenting hyper-staticfile v0.9.5 |
2837 | 2023-11-29T19:56:07.280Z | Documenting reedline v0.26.0 |
2838 | 2023-11-29T19:56:07.561Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2839 | 2023-11-29T19:56:08.946Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2840 | 2023-11-29T19:56:10.056Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2841 | 2023-11-29T19:56:16.421Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2842 | 2023-11-29T19:56:17.207Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2843 | 2023-11-29T19:56:18.392Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2844 | 2023-11-29T19:56:21.889Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2845 | 2023-11-29T19:56:22.018Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2846 | 2023-11-29T19:56:23.200Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2847 | 2023-11-29T19:56:37.851Z | Documenting fatfs v0.3.6 |
2848 | 2023-11-29T19:56:40.797Z | Documenting nanorand v0.7.0 |
2849 | 2023-11-29T19:56:45.478Z | Documenting assert_matches v1.5.0 |
2850 | 2023-11-29T19:56:46.247Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2851 | 2023-11-29T19:56:47.484Z | Documenting flume v0.11.0 |
2852 | 2023-11-29T19:56:49.365Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2853 | 2023-11-29T19:56:50.878Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2854 | 2023-11-29T19:56:52.300Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2855 | 2023-11-29T19:56:52.867Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2856 | 2023-11-29T19:56:54.900Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2857 | 2023-11-29T19:56:55.811Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2858 | 2023-11-29T19:56:56.508Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2859 | 2023-11-29T19:57:01.503Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2860 | 2023-11-29T19:57:21.981Z | Documenting omicron-zone-package v0.9.1 |
2861 | 2023-11-29T19:57:29.293Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2862 | 2023-11-29T19:57:30.493Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2863 | 2023-11-29T19:57:30.507Z | Documenting termios v0.3.3 |
2864 | 2023-11-29T19:57:31.684Z | Documenting topological-sort v0.2.2 |
2865 | 2023-11-29T19:57:35.169Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2866 | 2023-11-29T19:57:35.872Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2867 | 2023-11-29T19:57:36.913Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2868 | 2023-11-29T19:57:38.326Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2869 | 2023-11-29T19:57:40.143Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2870 | 2023-11-29T19:57:57.736Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2871 | 2023-11-29T19:57:57.736Z | --> sled-agent/src/sim/instance.rs:46:7 |
2872 | 2023-11-29T19:57:57.736Z | | |
2873 | 2023-11-29T19:57:57.736Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2874 | 2023-11-29T19:57:57.736Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2875 | 2023-11-29T19:57:57.736Z | | |
2876 | 2023-11-29T19:57:57.736Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2877 | 2023-11-29T19:57:57.736Z | |
2878 | 2023-11-29T19:58:01.693Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2879 | 2023-11-29T19:58:22.954Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2880 | 2023-11-29T19:58:28.557Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2881 | 2023-11-29T19:59:02.264Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2882 | 2023-11-29T19:59:05.309Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2883 | 2023-11-29T19:59:05.309Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2884 | 2023-11-29T19:59:05.309Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2885 | 2023-11-29T19:59:12.989Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2886 | 2023-11-29T20:00:12.183Z | warning: unresolved link to `VolumeConstructionRequest` |
2887 | 2023-11-29T20:00:12.183Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2888 | 2023-11-29T20:00:12.183Z | | |
2889 | 2023-11-29T20:00:12.183Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2890 | 2023-11-29T20:00:12.184Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2891 | 2023-11-29T20:00:12.184Z | | |
2892 | 2023-11-29T20:00:12.184Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2893 | 2023-11-29T20:00:12.184Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2894 | 2023-11-29T20:00:12.184Z | |
2895 | 2023-11-29T20:00:12.189Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2896 | 2023-11-29T20:00:12.189Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2897 | 2023-11-29T20:00:12.189Z | | |
2898 | 2023-11-29T20:00:12.189Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2899 | 2023-11-29T20:00:12.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2900 | 2023-11-29T20:00:12.189Z | |
2901 | 2023-11-29T20:00:12.189Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2902 | 2023-11-29T20:00:12.189Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2903 | 2023-11-29T20:00:12.189Z | | |
2904 | 2023-11-29T20:00:12.189Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2905 | 2023-11-29T20:00:12.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2906 | 2023-11-29T20:00:12.189Z | |
2907 | 2023-11-29T20:00:12.189Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2908 | 2023-11-29T20:00:12.189Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2909 | 2023-11-29T20:00:12.189Z | | |
2910 | 2023-11-29T20:00:12.189Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2911 | 2023-11-29T20:00:12.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2912 | 2023-11-29T20:00:12.190Z | |
2913 | 2023-11-29T20:00:12.190Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2914 | 2023-11-29T20:00:12.190Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2915 | 2023-11-29T20:00:12.190Z | | |
2916 | 2023-11-29T20:00:12.190Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2917 | 2023-11-29T20:00:12.190Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2918 | 2023-11-29T20:00:12.190Z | |
2919 | 2023-11-29T20:00:12.190Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2920 | 2023-11-29T20:00:12.190Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2921 | 2023-11-29T20:00:12.190Z | | |
2922 | 2023-11-29T20:00:12.190Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2923 | 2023-11-29T20:00:12.190Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2924 | 2023-11-29T20:00:12.190Z | |
2925 | 2023-11-29T20:00:12.190Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2926 | 2023-11-29T20:00:12.190Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2927 | 2023-11-29T20:00:12.190Z | | |
2928 | 2023-11-29T20:00:12.190Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2929 | 2023-11-29T20:00:12.190Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2930 | 2023-11-29T20:00:12.190Z | |
2931 | 2023-11-29T20:00:15.573Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2932 | 2023-11-29T20:00:51.680Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 46s |
2933 | 2023-11-29T20:00:51.782Z | |
2934 | 2023-11-29T20:00:51.787Z | real 15:46.840830111 |
2935 | 2023-11-29T20:00:51.787Z | user 51:53.169895422 |
2936 | 2023-11-29T20:00:51.787Z | sys 59:12.479375172 |
2937 | 2023-11-29T20:00:51.787Z | trap 1.792155101 |
2938 | 2023-11-29T20:00:51.787Z | tflt 0.829580994 |
2939 | 2023-11-29T20:00:51.787Z | dflt 0.538692663 |
2940 | 2023-11-29T20:00:51.787Z | kflt 0.000182446 |
2941 | 2023-11-29T20:00:51.787Z | lock 3:06:53.676965025 |
2942 | 2023-11-29T20:00:51.787Z | slp 4:00:18.554533406 |
2943 | 2023-11-29T20:00:51.787Z | lat 5:17.066842040 |
2944 | 2023-11-29T20:00:51.787Z | stop 1:24.182479590 |
2945 | 2023-11-29T20:00:51.787Z | process exited: duration 1781201 ms, exit code 0 |
|
2946 | 2023-11-29T20:00:51.859Z | found 0 output files |