|
|
|
1 | 2024-01-19T21:30:27.490Z | job assigned to worker 01HMHT0E52SJNNZSJW0H1GQ53E (queued for 10 m 22 s) |
|
2 | 2024-01-19T21:30:27.537Z | starting task 0: "setup" |
3 | 2024-01-19T21:30:27.548Z | ++ uname -s |
4 | 2024-01-19T21:30:27.551Z | + kern=SunOS |
5 | 2024-01-19T21:30:27.551Z | + case "$kern" in |
6 | 2024-01-19T21:30:27.551Z | + groupadd -g 12345 build |
7 | 2024-01-19T21:30:27.654Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-19T21:30:29.810Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-19T21:30:29.942Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-19T21:30:29.945Z | + home_fs=zfs |
11 | 2024-01-19T21:30:29.945Z | + [[ zfs == autofs ]] |
12 | 2024-01-19T21:30:29.945Z | + mkdir -p /home/build |
13 | 2024-01-19T21:30:29.949Z | + chown build:build /home/build /work |
14 | 2024-01-19T21:30:31.975Z | + chmod 0700 /home/build /work |
15 | 2024-01-19T21:30:31.987Z | process exited: duration 4417 ms, exit code 0 |
|
16 | 2024-01-19T21:30:32.006Z | starting task 1: "rust-toolchain" |
17 | 2024-01-19T21:30:32.015Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-19T21:30:32.031Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-19T21:30:32.301Z | info: downloading installer |
20 | 2024-01-19T21:30:35.635Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-19T21:30:35.635Z | warning: /opt/ooce/bin |
22 | 2024-01-19T21:30:35.635Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-19T21:30:35.635Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-19T21:30:35.635Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-19T21:30:35.667Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-19T21:30:35.667Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-19T21:30:35.667Z | error: cannot install while Rust is installed |
28 | 2024-01-19T21:30:35.667Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-19T21:30:37.219Z | info: profile set to 'default' |
30 | 2024-01-19T21:30:37.219Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-19T21:30:37.220Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-19T21:30:37.220Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-19T21:30:37.220Z | info: downloading component 'cargo' |
34 | 2024-01-19T21:30:38.657Z | info: downloading component 'clippy' |
35 | 2024-01-19T21:30:38.658Z | info: downloading component 'rust-docs' |
36 | 2024-01-19T21:30:39.998Z | info: downloading component 'rust-std' |
37 | 2024-01-19T21:30:40.440Z | info: downloading component 'rustc' |
38 | 2024-01-19T21:31:01.304Z | info: downloading component 'rustfmt' |
39 | 2024-01-19T21:31:01.304Z | info: installing component 'cargo' |
40 | 2024-01-19T21:31:01.345Z | info: installing component 'clippy' |
41 | 2024-01-19T21:31:01.345Z | info: installing component 'rust-docs' |
42 | 2024-01-19T21:31:01.346Z | info: installing component 'rust-std' |
43 | 2024-01-19T21:31:01.346Z | info: installing component 'rustc' |
44 | 2024-01-19T21:31:03.613Z | info: installing component 'rustfmt' |
45 | 2024-01-19T21:31:04.110Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-19T21:31:04.158Z | |
47 | 2024-01-19T21:31:04.361Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-19T21:31:04.361Z | |
49 | 2024-01-19T21:31:04.415Z | |
50 | 2024-01-19T21:31:04.415Z | Rust is installed now. Great! |
51 | 2024-01-19T21:31:04.415Z | |
52 | 2024-01-19T21:31:04.415Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-19T21:31:04.415Z | environment variable. This has not been done automatically. |
54 | 2024-01-19T21:31:04.416Z | |
55 | 2024-01-19T21:31:04.416Z | To configure your current shell, run: |
56 | 2024-01-19T21:31:04.416Z | source "$HOME/.cargo/env" |
57 | 2024-01-19T21:31:04.416Z | + rustc --version |
58 | 2024-01-19T21:31:04.665Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-19T21:31:04.665Z | process exited: duration 32477 ms, exit code 0 |
|
60 | 2024-01-19T21:31:05.285Z | starting task 2: "authentication" |
61 | 2024-01-19T21:31:05.622Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2024-01-19T21:31:35.110Z | process exited: duration 30202 ms, exit code 0 |
|
63 | 2024-01-19T21:31:35.146Z | starting task 3: "clone repository" |
64 | 2024-01-19T21:31:35.154Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-01-19T21:31:35.154Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-01-19T21:31:35.466Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-01-19T21:31:41.668Z | + cd /work/oxidecomputer/omicron |
68 | 2024-01-19T21:31:41.671Z | + [[ -n silo-ip-pools-endpoint ]] |
69 | 2024-01-19T21:31:41.671Z | + git fetch origin silo-ip-pools-endpoint |
70 | 2024-01-19T21:31:42.040Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-01-19T21:31:42.040Z | * branch silo-ip-pools-endpoint -> FETCH_HEAD |
72 | 2024-01-19T21:31:42.052Z | + git checkout -B silo-ip-pools-endpoint remotes/origin/silo-ip-pools-endpoint |
73 | 2024-01-19T21:31:42.167Z | Switched to a new branch 'silo-ip-pools-endpoint' |
74 | 2024-01-19T21:31:42.170Z | branch 'silo-ip-pools-endpoint' set up to track 'origin/silo-ip-pools-endpoint'. |
75 | 2024-01-19T21:31:42.170Z | + git reset --hard 9e8500d11143c7c0601e5b08509958a07f032470 |
76 | 2024-01-19T21:31:42.200Z | HEAD is now at 9e8500d11 share query to fetch pools for silo |
77 | 2024-01-19T21:31:42.213Z | process exited: duration 7061 ms, exit code 0 |
|
78 | 2024-01-19T21:31:42.225Z | starting task 4: "build" |
79 | 2024-01-19T21:31:42.231Z | + cargo --version |
80 | 2024-01-19T21:31:42.237Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
81 | 2024-01-19T21:31:42.440Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
82 | 2024-01-19T21:31:42.444Z | info: downloading component 'cargo' |
83 | 2024-01-19T21:31:43.139Z | info: downloading component 'clippy' |
84 | 2024-01-19T21:31:43.361Z | info: downloading component 'rust-docs' |
85 | 2024-01-19T21:31:44.222Z | info: downloading component 'rust-std' |
86 | 2024-01-19T21:31:45.516Z | info: downloading component 'rustc' |
87 | 2024-01-19T21:31:49.189Z | info: downloading component 'rustfmt' |
88 | 2024-01-19T21:31:49.399Z | info: installing component 'cargo' |
89 | 2024-01-19T21:31:50.681Z | info: installing component 'clippy' |
90 | 2024-01-19T21:31:51.164Z | info: installing component 'rust-docs' |
91 | 2024-01-19T21:31:53.848Z | info: installing component 'rust-std' |
92 | 2024-01-19T21:31:56.308Z | info: installing component 'rustc' |
93 | 2024-01-19T21:32:02.430Z | info: installing component 'rustfmt' |
94 | 2024-01-19T21:32:02.987Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
95 | 2024-01-19T21:32:02.999Z | + rustc --version |
96 | 2024-01-19T21:32:03.110Z | rustc 1.74.1 (a28077b28 2023-12-04) |
97 | 2024-01-19T21:32:03.116Z | + source ./env.sh |
98 | 2024-01-19T21:32:03.119Z | ++ set -o xtrace |
99 | 2024-01-19T21:32:03.119Z | ++++ dirname ./env.sh |
100 | 2024-01-19T21:32:03.188Z | +++ cd . |
101 | 2024-01-19T21:32:03.191Z | +++ echo /work/oxidecomputer/omicron |
102 | 2024-01-19T21:32:03.191Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
103 | 2024-01-19T21:32:03.191Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-01-19T21:32:03.192Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2024-01-19T21:32:03.192Z | ++ 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 |
106 | 2024-01-19T21:32:03.192Z | ++ 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 |
107 | 2024-01-19T21:32:03.192Z | ++ 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 |
108 | 2024-01-19T21:32:03.192Z | ++ 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 |
109 | 2024-01-19T21:32:03.192Z | ++ 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 |
110 | 2024-01-19T21:32:03.192Z | ++ 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 |
111 | 2024-01-19T21:32:03.192Z | ++ unset OMICRON_WS |
112 | 2024-01-19T21:32:03.192Z | ++ set +o xtrace |
113 | 2024-01-19T21:32:03.270Z | |
114 | 2024-01-19T21:32:03.270Z | ##### ##### ###### ##### ###### #### # # # #### # |
115 | 2024-01-19T21:32:03.270Z | # # # # # # # # # # # # # # # |
116 | 2024-01-19T21:32:03.271Z | # # # # ##### # # ##### # # # # # #### # |
117 | 2024-01-19T21:32:03.271Z | ##### ##### # ##### # # # # # # # # # |
118 | 2024-01-19T21:32:03.271Z | # # # # # # # # # # # # # # # |
119 | 2024-01-19T21:32:03.271Z | # # # ###### # # ###### ### # #### # #### # |
120 | 2024-01-19T21:32:03.271Z | |
121 | 2024-01-19T21:32:16.992Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2024-01-19T21:32:18.723Z | Startup: Caching catalogs ... Done |
123 | 2024-01-19T21:32:21.116Z | Planning: Solver setup ... Done (1.895s) |
124 | 2024-01-19T21:32:21.159Z | Planning: Running solver ... Done (0.052s) |
125 | 2024-01-19T21:32:21.188Z | Planning: Finding local manifests ... Done (0.003s) |
126 | 2024-01-19T21:32:21.202Z | Planning: Fetching manifests: 0/4 0% complete |
127 | 2024-01-19T21:32:21.493Z | Planning: Fetching manifests: 4/4 100% complete |
128 | 2024-01-19T21:32:21.563Z | Planning: Package planning ... Done (0.079s) |
129 | 2024-01-19T21:32:21.648Z | Planning: Merging actions ... Done (0.085s) |
130 | 2024-01-19T21:32:22.574Z | Planning: Checking for conflicting actions ... Done (0.928s) |
131 | 2024-01-19T21:32:22.592Z | Planning: Consolidating action changes ... Done (0.017s) |
132 | 2024-01-19T21:32:27.534Z | Planning: Evaluating mediators ... Done (4.938s) |
133 | 2024-01-19T21:32:27.547Z | Planning: Planning completed in 8.75 seconds |
134 | 2024-01-19T21:32:30.485Z | Packages to install: 4 |
135 | 2024-01-19T21:32:30.485Z | Mediators to change: 2 |
136 | 2024-01-19T21:32:30.485Z | Services to change: 1 |
137 | 2024-01-19T21:32:30.489Z | Estimated space available: 148.87 GB |
138 | 2024-01-19T21:32:30.489Z | Estimated space to be consumed: 1.40 GB |
139 | 2024-01-19T21:32:30.489Z | Create boot environment: No |
140 | 2024-01-19T21:32:30.489Z | Create backup boot environment: No |
141 | 2024-01-19T21:32:30.490Z | Rebuild boot archive: No |
142 | 2024-01-19T21:32:30.490Z | |
143 | 2024-01-19T21:32:30.490Z | Changed mediators: |
144 | 2024-01-19T21:32:30.490Z | mediator clang: |
145 | 2024-01-19T21:32:30.490Z | version: None -> 15 (system default) |
146 | 2024-01-19T21:32:30.490Z | |
147 | 2024-01-19T21:32:30.490Z | mediator llvm: |
148 | 2024-01-19T21:32:30.491Z | version: 14 (system default) -> 15 (system default) |
149 | 2024-01-19T21:32:30.491Z | |
150 | 2024-01-19T21:32:30.491Z | Changed packages: |
151 | 2024-01-19T21:32:30.491Z | helios-dev |
152 | 2024-01-19T21:32:30.491Z | developer/build-essential |
153 | 2024-01-19T21:32:30.493Z | None -> 11-2.0 |
154 | 2024-01-19T21:32:30.493Z | library/libxmlsec1 |
155 | 2024-01-19T21:32:30.493Z | None -> 1.2.35-2.0 |
156 | 2024-01-19T21:32:30.493Z | ooce/developer/clang-15 |
157 | 2024-01-19T21:32:30.493Z | None -> 15.0.7-2.0 |
158 | 2024-01-19T21:32:30.493Z | ooce/developer/llvm-15 |
159 | 2024-01-19T21:32:30.493Z | None -> 15.0.7-2.0 |
160 | 2024-01-19T21:32:30.494Z | |
161 | 2024-01-19T21:32:30.494Z | Services: |
162 | 2024-01-19T21:32:30.494Z | restart_fmri: |
163 | 2024-01-19T21:32:30.494Z | svc:/system/update-man-index:default |
164 | 2024-01-19T21:32:30.674Z | |
165 | 2024-01-19T21:32:30.674Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
166 | 2024-01-19T21:32:35.680Z | Download: 1139/3290 items 49.0/212.6MB 23% complete (9.7M/s) |
167 | 2024-01-19T21:32:40.677Z | Download: 1715/3290 items 118.1/212.6MB 55% complete (11.9M/s) |
168 | 2024-01-19T21:32:46.486Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (11.2M/s) |
169 | 2024-01-19T21:32:51.487Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
170 | 2024-01-19T21:32:52.871Z | Download: Completed 212.60 MB in 22.20 seconds (9.6M/s) |
171 | 2024-01-19T21:32:53.638Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-01-19T21:32:58.899Z | Actions: 2972/3689 actions (Installing new actions) |
173 | 2024-01-19T21:33:01.301Z | Actions: Completed 3689 actions in 7.66 seconds. |
174 | 2024-01-19T21:33:01.550Z | Done (0.233s) |
175 | 2024-01-19T21:33:01.550Z | Done (0.000s) |
176 | 2024-01-19T21:33:01.849Z | Done (0.306s) |
177 | 2024-01-19T21:33:09.351Z | Done (7.370s) |
178 | 2024-01-19T21:33:09.610Z | Done (0.160s) |
179 | 2024-01-19T21:33:09.613Z | Done (0.000s) |
180 | 2024-01-19T21:33:09.838Z | Done (0.000s) |
181 | 2024-01-19T21:33:10.539Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-01-19T21:33:10.821Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-01-19T21:33:10.824Z | Planning: Consolidating action changes ... Done |
184 | 2024-01-19T21:33:11.261Z | Planning: Evaluating mediators ... Done |
185 | 2024-01-19T21:33:11.264Z | Planning: Planning completed in 0.72 seconds |
186 | 2024-01-19T21:33:11.316Z | Mediators to change: 2 |
187 | 2024-01-19T21:33:11.319Z | Create boot environment: No |
188 | 2024-01-19T21:33:11.319Z | Create backup boot environment: No |
189 | 2024-01-19T21:33:11.414Z | Done |
190 | 2024-01-19T21:33:11.414Z | Done |
191 | 2024-01-19T21:33:11.604Z | Done |
192 | 2024-01-19T21:33:22.876Z | Done |
193 | 2024-01-19T21:33:23.217Z | Done |
194 | 2024-01-19T21:33:23.217Z | Done |
195 | 2024-01-19T21:33:23.352Z | Done |
196 | 2024-01-19T21:33:23.440Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-01-19T21:33:23.440Z | Planning: Merging actions ... Done |
198 | 2024-01-19T21:33:23.440Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-01-19T21:33:23.440Z | Planning: Consolidating action changes ... Done |
200 | 2024-01-19T21:33:23.440Z | Planning: Evaluating mediators ... Done |
201 | 2024-01-19T21:33:23.440Z | Planning: Planning completed in 1.29 seconds |
202 | 2024-01-19T21:33:23.440Z | Packages to change: 1 |
203 | 2024-01-19T21:33:23.440Z | Mediators to change: 1 |
204 | 2024-01-19T21:33:23.440Z | Services to change: 1 |
205 | 2024-01-19T21:33:23.441Z | Create boot environment: No |
206 | 2024-01-19T21:33:23.441Z | Create backup boot environment: Yes |
207 | 2024-01-19T21:33:23.441Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-01-19T21:33:23.441Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-01-19T21:33:23.441Z | Done |
210 | 2024-01-19T21:33:23.441Z | Done |
211 | 2024-01-19T21:33:23.441Z | Done |
212 | 2024-01-19T21:33:27.699Z | Done |
213 | 2024-01-19T21:33:37.117Z | Done |
214 | 2024-01-19T21:33:37.117Z | Done |
215 | 2024-01-19T21:33:37.117Z | Done |
216 | 2024-01-19T21:33:37.117Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-01-19T21:33:37.117Z | clang system 15 system |
218 | 2024-01-19T21:33:37.117Z | csh system system illumos |
219 | 2024-01-19T21:33:37.117Z | ctags system system illumos |
220 | 2024-01-19T21:33:37.117Z | gcc vendor 12 vendor |
221 | 2024-01-19T21:33:37.117Z | gcc system 10 system |
222 | 2024-01-19T21:33:37.117Z | gcc system 7 system |
223 | 2024-01-19T21:33:37.117Z | go system 1.20 system |
224 | 2024-01-19T21:33:37.117Z | go system 1.19 system |
225 | 2024-01-19T21:33:37.117Z | llvm system 15 system |
226 | 2024-01-19T21:33:37.117Z | llvm system 14 system |
227 | 2024-01-19T21:33:37.117Z | mariadb system 10.6 system |
228 | 2024-01-19T21:33:37.117Z | mta vendor vendor dma |
229 | 2024-01-19T21:33:37.117Z | openjdk system 17 system |
230 | 2024-01-19T21:33:37.117Z | openjdk system 11 system |
231 | 2024-01-19T21:33:37.117Z | openjdk system 1.8 system |
232 | 2024-01-19T21:33:37.117Z | openssl vendor 3 vendor |
233 | 2024-01-19T21:33:37.118Z | perl system 5.36 system |
234 | 2024-01-19T21:33:37.118Z | postgresql system 15 system |
235 | 2024-01-19T21:33:37.118Z | postgresql system 13 system |
236 | 2024-01-19T21:33:37.118Z | python vendor 3 vendor |
237 | 2024-01-19T21:33:37.118Z | python system 2 system |
238 | 2024-01-19T21:33:37.118Z | python3 system 3.11 system |
239 | 2024-01-19T21:33:37.118Z | ruby system 3.0 system |
240 | 2024-01-19T21:33:37.118Z | words vendor vendor american-english |
241 | 2024-01-19T21:33:37.118Z | words system system australian-english |
242 | 2024-01-19T21:33:37.118Z | words system system british-english |
243 | 2024-01-19T21:33:37.118Z | words system system canadian-english |
244 | 2024-01-19T21:33:37.118Z | words system system french |
245 | 2024-01-19T21:33:37.118Z | words system system italian |
246 | 2024-01-19T21:33:37.118Z | words system system ngerman |
247 | 2024-01-19T21:33:37.118Z | words system system ogerman |
248 | 2024-01-19T21:33:37.118Z | words system system spanish |
249 | 2024-01-19T21:33:37.118Z | FMRI IFO |
250 | 2024-01-19T21:33:37.118Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-01-19T21:33:37.118Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-01-19T21:33:37.118Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-01-19T21:33:37.118Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-01-19T21:33:37.118Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-01-19T21:33:37.119Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-01-19T21:33:37.119Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-01-19T21:33:37.119Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-01-19T21:33:37.119Z | + set -o errexit |
259 | 2024-01-19T21:33:37.119Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-01-19T21:33:37.119Z | ++ cd ./tools |
261 | 2024-01-19T21:33:37.119Z | ++ pwd |
262 | 2024-01-19T21:33:37.119Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-01-19T21:33:37.119Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-01-19T21:33:37.119Z | + ARG0=ci_download_cockroachdb |
265 | 2024-01-19T21:33:37.119Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-01-19T21:33:37.119Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-01-19T21:33:37.119Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-01-19T21:33:37.119Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2024-01-19T21:33:37.119Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2024-01-19T21:33:37.119Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-01-19T21:33:37.119Z | + TARGET_DIR=out |
272 | 2024-01-19T21:33:37.119Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-01-19T21:33:37.119Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-01-19T21:33:37.119Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-01-19T21:33:37.119Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-01-19T21:33:37.119Z | + main |
277 | 2024-01-19T21:33:37.127Z | + [[ 0 != 0 ]] |
278 | 2024-01-19T21:33:37.127Z | + CIDL_OS=solaris2.11 |
279 | 2024-01-19T21:33:37.127Z | + [[ 0 != 0 ]] |
280 | 2024-01-19T21:33:37.127Z | + configure_os solaris2.11 |
281 | 2024-01-19T21:33:37.127Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-01-19T21:33:37.127Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-01-19T21:33:37.127Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-01-19T21:33:37.127Z | + case "$1" in |
285 | 2024-01-19T21:33:37.128Z | configuring based on OS: "solaris2.11" |
286 | 2024-01-19T21:33:37.128Z | + CIDL_BUILD=illumos |
287 | 2024-01-19T21:33:37.128Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-01-19T21:33:37.128Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2024-01-19T21:33:37.128Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2024-01-19T21:33:37.128Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-01-19T21:33:37.128Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-01-19T21:33:37.128Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-01-19T21:33:37.128Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-19T21:33:37.128Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-01-19T21:33:37.128Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-01-19T21:33:37.128Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-19T21:33:37.128Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-01-19T21:33:37.128Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-19T21:33:37.128Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-01-19T21:33:37.128Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-01-19T21:33:37.128Z | + mkdir -p out/downloads |
302 | 2024-01-19T21:33:37.128Z | + mkdir -p ./out/cockroachdb |
303 | 2024-01-19T21:33:37.132Z | + local DO_DOWNLOAD=true |
304 | 2024-01-19T21:33:37.132Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-01-19T21:33:37.132Z | + '[' true == true ']' |
306 | 2024-01-19T21:33:37.132Z | + echo Downloading... |
307 | 2024-01-19T21:33:37.132Z | Downloading... |
308 | 2024-01-19T21:33:37.132Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-01-19T21:33:37.132Z | + 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 | 2024-01-19T21:33:37.132Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-01-19T21:33:37.132Z | ++ md5sum |
312 | 2024-01-19T21:33:37.132Z | ++ awk '{print $1}' |
313 | 2024-01-19T21:33:38.493Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2024-01-19T21:33:38.494Z | + [[ 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 | 2024-01-19T21:33:38.494Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-01-19T21:33:38.494Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-01-19T21:33:38.647Z | + do_assemble_illumos |
318 | 2024-01-19T21:33:38.651Z | + rm -r ./out/cockroachdb |
319 | 2024-01-19T21:33:38.651Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-01-19T21:33:38.651Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-01-19T21:33:38.651Z | Build Tag: v22.1.9-dirty |
322 | 2024-01-19T21:33:38.651Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-01-19T21:33:38.651Z | Distribution: OSS |
324 | 2024-01-19T21:33:38.651Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-01-19T21:33:38.651Z | Go Version: go1.17.13 |
326 | 2024-01-19T21:33:38.651Z | C Compiler: gcc 10.3.0 |
327 | 2024-01-19T21:33:38.651Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-01-19T21:33:38.651Z | Build Type: release |
329 | 2024-01-19T21:33:38.651Z | + set -o errexit |
330 | 2024-01-19T21:33:38.651Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-01-19T21:33:38.651Z | ++ cd ./tools |
332 | 2024-01-19T21:33:38.651Z | ++ pwd |
333 | 2024-01-19T21:33:38.651Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-01-19T21:33:38.651Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-01-19T21:33:38.651Z | + ARG0=ci_download_clickhouse |
336 | 2024-01-19T21:33:38.651Z | + TARGET_DIR=out |
337 | 2024-01-19T21:33:38.652Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-01-19T21:33:38.652Z | + DEST_DIR=./out/clickhouse |
339 | 2024-01-19T21:33:38.652Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2024-01-19T21:33:38.652Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2024-01-19T21:33:38.652Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2024-01-19T21:33:38.652Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2024-01-19T21:33:38.652Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-01-19T21:33:38.652Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2024-01-19T21:33:38.652Z | + main |
346 | 2024-01-19T21:33:38.652Z | + [[ 0 != 0 ]] |
347 | 2024-01-19T21:33:38.652Z | + CIDL_OS=solaris2.11 |
348 | 2024-01-19T21:33:38.652Z | + [[ 0 != 0 ]] |
349 | 2024-01-19T21:33:38.652Z | + configure_os solaris2.11 |
350 | 2024-01-19T21:33:38.652Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2024-01-19T21:33:38.652Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-01-19T21:33:38.652Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2024-01-19T21:33:38.652Z | configuring based on OS: "solaris2.11" |
354 | 2024-01-19T21:33:38.652Z | + CIDL_DASHREV= |
355 | 2024-01-19T21:33:38.652Z | + case "$1" in |
356 | 2024-01-19T21:33:38.653Z | + CIDL_PLATFORM=illumos |
357 | 2024-01-19T21:33:38.653Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-01-19T21:33:38.653Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2024-01-19T21:33:38.653Z | + CIDL_DASHREV=-1 |
360 | 2024-01-19T21:33:38.653Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2024-01-19T21:33:38.653Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-01-19T21:33:38.653Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-01-19T21:33:38.653Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-01-19T21:33:38.653Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-01-19T21:33:38.653Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-01-19T21:33:38.653Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-01-19T21:33:38.653Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-01-19T21:33:38.653Z | + mkdir -p out/downloads |
369 | 2024-01-19T21:33:38.653Z | + mkdir -p ./out/clickhouse |
370 | 2024-01-19T21:33:38.653Z | + local DO_DOWNLOAD=true |
371 | 2024-01-19T21:33:38.653Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2024-01-19T21:33:38.653Z | + '[' true == true ']' |
373 | 2024-01-19T21:33:38.653Z | + echo Downloading... |
374 | 2024-01-19T21:33:38.653Z | Downloading... |
375 | 2024-01-19T21:33:38.653Z | + 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 | 2024-01-19T21:33:38.653Z | + 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 | 2024-01-19T21:33:38.978Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-01-19T21:33:39.027Z | ++ md5sum |
379 | 2024-01-19T21:33:39.027Z | ++ awk '{print $1}' |
380 | 2024-01-19T21:33:39.234Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2024-01-19T21:33:39.234Z | + [[ 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 | 2024-01-19T21:33:39.234Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2024-01-19T21:33:39.268Z | + mkdir -p ./out/clickhouse |
384 | 2024-01-19T21:33:39.268Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-01-19T21:33:44.020Z | + ./out/clickhouse/clickhouse server --version |
386 | 2024-01-19T21:33:44.072Z | ClickHouse server version 22.8.9.1. |
387 | 2024-01-19T21:33:44.094Z | + set -o errexit |
388 | 2024-01-19T21:33:44.101Z | +++ dirname ./tools/ci_download_console |
389 | 2024-01-19T21:33:44.101Z | ++ cd ./tools |
390 | 2024-01-19T21:33:44.105Z | ++ pwd |
391 | 2024-01-19T21:33:44.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2024-01-19T21:33:44.106Z | ++ basename ./tools/ci_download_console |
393 | 2024-01-19T21:33:44.106Z | + ARG0=ci_download_console |
394 | 2024-01-19T21:33:44.106Z | + TARGET_DIR=out |
395 | 2024-01-19T21:33:44.106Z | + DOWNLOAD_DIR=out/downloads |
396 | 2024-01-19T21:33:44.106Z | + DEST_DIR=./out/console-assets |
397 | 2024-01-19T21:33:44.106Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2024-01-19T21:33:44.106Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
399 | 2024-01-19T21:33:44.106Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
400 | 2024-01-19T21:33:44.106Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
401 | 2024-01-19T21:33:44.106Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2024-01-19T21:33:44.106Z | + main |
403 | 2024-01-19T21:33:44.106Z | + [[ 0 != 0 ]] |
404 | 2024-01-19T21:33:44.106Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
405 | 2024-01-19T21:33:44.106Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
406 | 2024-01-19T21:33:44.106Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-01-19T21:33:44.106Z | Local file: out/downloads/console.tar.gz |
408 | 2024-01-19T21:33:44.106Z | + local DO_DOWNLOAD=true |
409 | 2024-01-19T21:33:44.106Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2024-01-19T21:33:44.107Z | + mkdir -p out/downloads |
411 | 2024-01-19T21:33:44.107Z | + '[' true == true ']' |
412 | 2024-01-19T21:33:44.107Z | + echo Downloading... |
413 | 2024-01-19T21:33:44.107Z | Downloading... |
414 | 2024-01-19T21:33:44.107Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
415 | 2024-01-19T21:33:44.107Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
416 | 2024-01-19T21:33:44.917Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2024-01-19T21:33:44.917Z | ++ case "$OSTYPE" in |
418 | 2024-01-19T21:33:44.935Z | ++ SHA=sha256sum |
419 | 2024-01-19T21:33:44.935Z | ++ sha256sum |
420 | 2024-01-19T21:33:44.935Z | ++ awk '{print $1}' |
421 | 2024-01-19T21:33:45.016Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
422 | 2024-01-19T21:33:45.017Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
423 | 2024-01-19T21:33:45.027Z | + rm -rf ./out/console-assets |
424 | 2024-01-19T21:33:45.027Z | + mkdir -p ./out/console-assets |
425 | 2024-01-19T21:33:45.027Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2024-01-19T21:33:45.027Z | + mkdir -p ./out/console-assets |
427 | 2024-01-19T21:33:45.027Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2024-01-19T21:33:45.161Z | + set -o errexit |
429 | 2024-01-19T21:33:45.164Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2024-01-19T21:33:45.167Z | ++ cd ./tools |
431 | 2024-01-19T21:33:45.167Z | ++ pwd |
432 | 2024-01-19T21:33:45.167Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2024-01-19T21:33:45.167Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2024-01-19T21:33:45.170Z | + ARG0=ci_download_maghemite_openapi |
435 | 2024-01-19T21:33:45.170Z | + TARGET_DIR=out |
436 | 2024-01-19T21:33:45.171Z | + DOWNLOAD_DIR=out/downloads |
437 | 2024-01-19T21:33:45.171Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2024-01-19T21:33:45.171Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
439 | 2024-01-19T21:33:45.171Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2024-01-19T21:33:45.171Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
441 | 2024-01-19T21:33:45.171Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
442 | 2024-01-19T21:33:45.171Z | + main |
443 | 2024-01-19T21:33:45.171Z | + [[ 0 != 0 ]] |
444 | 2024-01-19T21:33:45.171Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
445 | 2024-01-19T21:33:45.171Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
446 | 2024-01-19T21:33:45.171Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
447 | 2024-01-19T21:33:45.171Z | + local DO_DOWNLOAD=true |
448 | 2024-01-19T21:33:45.171Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
449 | 2024-01-19T21:33:45.171Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
450 | 2024-01-19T21:33:45.171Z | + mkdir -p out/downloads |
451 | 2024-01-19T21:33:45.175Z | + '[' true == true ']' |
452 | 2024-01-19T21:33:45.175Z | Downloading... |
453 | 2024-01-19T21:33:45.175Z | + echo Downloading... |
454 | 2024-01-19T21:33:45.175Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
455 | 2024-01-19T21:33:45.175Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
456 | 2024-01-19T21:33:45.471Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2024-01-19T21:33:45.471Z | ++ case "$OSTYPE" in |
458 | 2024-01-19T21:33:45.471Z | ++ SHA=sha256sum |
459 | 2024-01-19T21:33:45.479Z | ++ sha256sum |
460 | 2024-01-19T21:33:45.479Z | ++ awk '{print $1}' |
461 | 2024-01-19T21:33:45.479Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
462 | 2024-01-19T21:33:45.479Z | + [[ 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 | 2024-01-19T21:33:45.479Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-01-19T21:33:45.479Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
465 | 2024-01-19T21:33:45.479Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
466 | 2024-01-19T21:33:45.479Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
467 | 2024-01-19T21:33:45.479Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
468 | 2024-01-19T21:33:45.479Z | + main |
469 | 2024-01-19T21:33:45.479Z | + [[ 0 != 0 ]] |
470 | 2024-01-19T21:33:45.479Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
471 | 2024-01-19T21:33:45.479Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
472 | 2024-01-19T21:33:45.480Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
473 | 2024-01-19T21:33:45.480Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
474 | 2024-01-19T21:33:45.480Z | + local DO_DOWNLOAD=true |
475 | 2024-01-19T21:33:45.480Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
476 | 2024-01-19T21:33:45.480Z | + mkdir -p out/downloads |
477 | 2024-01-19T21:33:45.485Z | + '[' true == true ']' |
478 | 2024-01-19T21:33:45.485Z | + echo Downloading... |
479 | 2024-01-19T21:33:45.485Z | Downloading... |
480 | 2024-01-19T21:33:45.485Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
481 | 2024-01-19T21:33:45.485Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
482 | 2024-01-19T21:33:45.642Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
483 | 2024-01-19T21:33:45.645Z | ++ case "$OSTYPE" in |
484 | 2024-01-19T21:33:45.645Z | ++ SHA=sha256sum |
485 | 2024-01-19T21:33:45.645Z | ++ sha256sum |
486 | 2024-01-19T21:33:45.645Z | ++ awk '{print $1}' |
487 | 2024-01-19T21:33:45.650Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
488 | 2024-01-19T21:33:45.650Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
489 | 2024-01-19T21:33:45.657Z | + set -o errexit |
490 | 2024-01-19T21:33:45.660Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-01-19T21:33:45.666Z | ++ cd ./tools |
492 | 2024-01-19T21:33:45.666Z | ++ pwd |
493 | 2024-01-19T21:33:45.666Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-01-19T21:33:45.666Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-01-19T21:33:45.666Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-01-19T21:33:45.666Z | + TARGET_DIR=out |
497 | 2024-01-19T21:33:45.667Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-01-19T21:33:45.667Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-01-19T21:33:45.667Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
500 | 2024-01-19T21:33:45.667Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2024-01-19T21:33:45.667Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
502 | 2024-01-19T21:33:45.667Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
503 | 2024-01-19T21:33:45.667Z | + main |
504 | 2024-01-19T21:33:45.667Z | + [[ 0 != 0 ]] |
505 | 2024-01-19T21:33:45.667Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
506 | 2024-01-19T21:33:45.667Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
507 | 2024-01-19T21:33:45.667Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
508 | 2024-01-19T21:33:45.667Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
509 | 2024-01-19T21:33:45.667Z | + local DO_DOWNLOAD=true |
510 | 2024-01-19T21:33:45.667Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
511 | 2024-01-19T21:33:45.667Z | + mkdir -p out/downloads |
512 | 2024-01-19T21:33:45.672Z | + '[' true == true ']' |
513 | 2024-01-19T21:33:45.672Z | + echo Downloading... |
514 | 2024-01-19T21:33:45.672Z | Downloading... |
515 | 2024-01-19T21:33:45.672Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
516 | 2024-01-19T21:33:45.672Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
517 | 2024-01-19T21:33:46.393Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
518 | 2024-01-19T21:33:46.393Z | ++ case "$OSTYPE" in |
519 | 2024-01-19T21:33:46.401Z | ++ SHA=sha256sum |
520 | 2024-01-19T21:33:46.401Z | ++ sha256sum |
521 | 2024-01-19T21:33:46.401Z | ++ awk '{print $1}' |
522 | 2024-01-19T21:33:46.401Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
523 | 2024-01-19T21:33:46.401Z | + [[ 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 | 2024-01-19T21:33:46.410Z | + set -o errexit |
525 | 2024-01-19T21:33:46.414Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-01-19T21:33:46.419Z | ++ cd ./tools |
527 | 2024-01-19T21:33:46.419Z | ++ pwd |
528 | 2024-01-19T21:33:46.419Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-01-19T21:33:46.419Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-01-19T21:33:46.429Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-01-19T21:33:46.429Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-01-19T21:33:46.429Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
533 | 2024-01-19T21:33:46.429Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
534 | 2024-01-19T21:33:46.429Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
535 | 2024-01-19T21:33:46.438Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-01-19T21:33:46.438Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
537 | 2024-01-19T21:33:46.438Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
538 | 2024-01-19T21:33:46.438Z | + TARGET_DIR=out |
539 | 2024-01-19T21:33:46.438Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-01-19T21:33:46.438Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-01-19T21:33:46.438Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-01-19T21:33:46.438Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-01-19T21:33:46.438Z | + REPO=oxidecomputer/dendrite |
544 | 2024-01-19T21:33:46.438Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
545 | 2024-01-19T21:33:46.438Z | + main |
546 | 2024-01-19T21:33:46.439Z | + [[ 0 != 0 ]] |
547 | 2024-01-19T21:33:46.439Z | + CIDL_OS=solaris2.11 |
548 | 2024-01-19T21:33:46.439Z | + [[ 0 != 0 ]] |
549 | 2024-01-19T21:33:46.439Z | + configure_os solaris2.11 |
550 | 2024-01-19T21:33:46.443Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-01-19T21:33:46.443Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-01-19T21:33:46.443Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-01-19T21:33:46.443Z | + case "$1" in |
554 | 2024-01-19T21:33:46.443Z | configuring based on OS: "solaris2.11" |
555 | 2024-01-19T21:33:46.443Z | + SET_BINARIES= |
556 | 2024-01-19T21:33:46.443Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
557 | 2024-01-19T21:33:46.443Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-01-19T21:33:46.443Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-01-19T21:33:46.443Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
560 | 2024-01-19T21:33:46.443Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-01-19T21:33:46.443Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
562 | 2024-01-19T21:33:46.443Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
563 | 2024-01-19T21:33:46.443Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2024-01-19T21:33:46.444Z | Local file: out/downloads/dendrite-stub.tar.gz |
565 | 2024-01-19T21:33:46.444Z | + mkdir -p out/downloads |
566 | 2024-01-19T21:33:46.444Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-01-19T21:33:46.444Z | + fetch_and_verify |
568 | 2024-01-19T21:33:46.444Z | + local DO_DOWNLOAD=true |
569 | 2024-01-19T21:33:46.444Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-01-19T21:33:46.444Z | + '[' true == true ']' |
571 | 2024-01-19T21:33:46.444Z | + echo Downloading... |
572 | 2024-01-19T21:33:46.444Z | Downloading... |
573 | 2024-01-19T21:33:46.444Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2024-01-19T21:33:46.444Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
575 | 2024-01-19T21:33:55.119Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-01-19T21:33:55.122Z | ++ sha256sum |
577 | 2024-01-19T21:33:55.122Z | ++ awk '{print $1}' |
578 | 2024-01-19T21:33:55.226Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
579 | 2024-01-19T21:33:55.226Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
580 | 2024-01-19T21:33:55.229Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-01-19T21:33:55.229Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-01-19T21:33:56.347Z | + do_assemble |
583 | 2024-01-19T21:33:56.347Z | + rm -r ./out/dendrite-stub |
584 | 2024-01-19T21:33:56.353Z | + mkdir ./out/dendrite-stub |
585 | 2024-01-19T21:33:56.353Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-01-19T21:33:56.509Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-01-19T21:33:56.517Z | + set -o errexit |
588 | 2024-01-19T21:33:56.520Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-01-19T21:33:56.523Z | ++ cd ./tools |
590 | 2024-01-19T21:33:56.523Z | ++ pwd |
591 | 2024-01-19T21:33:56.523Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-01-19T21:33:56.526Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-01-19T21:33:56.526Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-01-19T21:33:56.526Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-01-19T21:33:56.526Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
596 | 2024-01-19T21:33:56.526Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
597 | 2024-01-19T21:33:56.526Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-01-19T21:33:56.526Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
599 | 2024-01-19T21:33:56.526Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
600 | 2024-01-19T21:33:56.526Z | + TARGET_DIR=out |
601 | 2024-01-19T21:33:56.526Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-01-19T21:33:56.527Z | + DEST_DIR=./out/mgd |
603 | 2024-01-19T21:33:56.527Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-01-19T21:33:56.527Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-01-19T21:33:56.527Z | + REPO=oxidecomputer/maghemite |
606 | 2024-01-19T21:33:56.527Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
607 | 2024-01-19T21:33:56.527Z | + main |
608 | 2024-01-19T21:33:56.527Z | + [[ 0 != 0 ]] |
609 | 2024-01-19T21:33:56.527Z | + CIDL_OS=solaris2.11 |
610 | 2024-01-19T21:33:56.527Z | + [[ 0 != 0 ]] |
611 | 2024-01-19T21:33:56.527Z | + configure_os solaris2.11 |
612 | 2024-01-19T21:33:56.527Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-01-19T21:33:56.527Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-01-19T21:33:56.527Z | + echo 'configuring based on OS: "solaris2.11"' |
615 | 2024-01-19T21:33:56.527Z | + case "$1" in |
616 | 2024-01-19T21:33:56.527Z | configuring based on OS: "solaris2.11" |
617 | 2024-01-19T21:33:56.527Z | + SET_BINARIES= |
618 | 2024-01-19T21:33:56.527Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-01-19T21:33:56.527Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-01-19T21:33:56.527Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
621 | 2024-01-19T21:33:56.527Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2024-01-19T21:33:56.527Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
623 | 2024-01-19T21:33:56.527Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
624 | 2024-01-19T21:33:56.528Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-01-19T21:33:56.528Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-01-19T21:33:56.528Z | + mkdir -p out/downloads |
627 | 2024-01-19T21:33:56.531Z | + mkdir -p ./out/mgd |
628 | 2024-01-19T21:33:56.531Z | + fetch_and_verify |
629 | 2024-01-19T21:33:56.531Z | + local DO_DOWNLOAD=true |
630 | 2024-01-19T21:33:56.531Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-01-19T21:33:56.531Z | + '[' true == true ']' |
632 | 2024-01-19T21:33:56.531Z | + echo Downloading... |
633 | 2024-01-19T21:33:56.531Z | Downloading... |
634 | 2024-01-19T21:33:56.531Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2024-01-19T21:33:56.531Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
636 | 2024-01-19T21:34:03.575Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-01-19T21:34:03.579Z | ++ sha256sum |
638 | 2024-01-19T21:34:03.579Z | ++ awk '{print $1}' |
639 | 2024-01-19T21:34:03.652Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
640 | 2024-01-19T21:34:03.652Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
641 | 2024-01-19T21:34:03.658Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-01-19T21:34:03.658Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-01-19T21:34:04.315Z | + do_assemble |
644 | 2024-01-19T21:34:04.315Z | + rm -r ./out/mgd |
645 | 2024-01-19T21:34:04.326Z | + mkdir ./out/mgd |
646 | 2024-01-19T21:34:04.326Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-01-19T21:34:04.561Z | + set -o errexit |
648 | 2024-01-19T21:34:04.567Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-01-19T21:34:04.567Z | ++ cd ./tools |
650 | 2024-01-19T21:34:04.568Z | ++ pwd |
651 | 2024-01-19T21:34:04.568Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-01-19T21:34:04.568Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-01-19T21:34:04.576Z | + ARG0=ci_download_transceiver_control |
654 | 2024-01-19T21:34:04.576Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-01-19T21:34:04.576Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-01-19T21:34:04.576Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-01-19T21:34:04.576Z | + TARGET_DIR=out |
658 | 2024-01-19T21:34:04.576Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-01-19T21:34:04.576Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-01-19T21:34:04.576Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-01-19T21:34:04.577Z | + BINARY=xcvradm |
662 | 2024-01-19T21:34:04.577Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-01-19T21:34:04.577Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-01-19T21:34:04.577Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-01-19T21:34:04.577Z | + main |
666 | 2024-01-19T21:34:04.577Z | + [[ 0 != 0 ]] |
667 | 2024-01-19T21:34:04.577Z | + CIDL_OS=solaris2.11 |
668 | 2024-01-19T21:34:04.577Z | + [[ 0 != 0 ]] |
669 | 2024-01-19T21:34:04.577Z | + configure_os solaris2.11 |
670 | 2024-01-19T21:34:04.577Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-01-19T21:34:04.577Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-01-19T21:34:04.578Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-01-19T21:34:04.578Z | configuring based on OS: "solaris2.11" |
674 | 2024-01-19T21:34:04.578Z | + case "$1" in |
675 | 2024-01-19T21:34:04.578Z | + SET_BINARIES= |
676 | 2024-01-19T21:34:04.578Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-01-19T21:34:04.578Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-01-19T21:34:04.578Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-01-19T21:34:04.578Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-01-19T21:34:04.578Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-01-19T21:34:04.578Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
682 | 2024-01-19T21:34:04.578Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
683 | 2024-01-19T21:34:04.578Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2024-01-19T21:34:04.579Z | Local file: out/downloads/xcvradm.gz |
685 | 2024-01-19T21:34:04.579Z | + mkdir -p out/downloads |
686 | 2024-01-19T21:34:04.579Z | + mkdir -p ./out/transceiver-control |
687 | 2024-01-19T21:34:04.579Z | + fetch_and_verify |
688 | 2024-01-19T21:34:04.579Z | + local DO_DOWNLOAD=true |
689 | 2024-01-19T21:34:04.579Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-01-19T21:34:04.579Z | + '[' true == true ']' |
691 | 2024-01-19T21:34:04.579Z | + echo Downloading... |
692 | 2024-01-19T21:34:04.579Z | Downloading... |
693 | 2024-01-19T21:34:04.579Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-01-19T21:34:04.579Z | + 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 | 2024-01-19T21:34:06.114Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-01-19T21:34:06.118Z | ++ sha256sum |
697 | 2024-01-19T21:34:06.118Z | ++ awk '{print $1}' |
698 | 2024-01-19T21:34:06.140Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-01-19T21:34:06.140Z | + [[ 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 | 2024-01-19T21:34:06.145Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-01-19T21:34:06.145Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-01-19T21:34:06.145Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-01-19T21:34:06.386Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-01-19T21:34:06.390Z | + do_assemble |
705 | 2024-01-19T21:34:06.390Z | + rm -r ./out/transceiver-control |
706 | 2024-01-19T21:34:06.390Z | + mkdir ./out/transceiver-control |
707 | 2024-01-19T21:34:06.390Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-01-19T21:34:06.833Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2024-01-19T21:34:06.841Z | |
710 | 2024-01-19T21:34:06.841Z | real 2:03.504573159 |
711 | 2024-01-19T21:34:06.841Z | user 52.002375203 |
712 | 2024-01-19T21:34:06.841Z | sys 9.908623537 |
713 | 2024-01-19T21:34:06.841Z | trap 0.020334281 |
714 | 2024-01-19T21:34:06.841Z | tflt 0.249354931 |
715 | 2024-01-19T21:34:06.841Z | dflt 0.521514746 |
716 | 2024-01-19T21:34:06.841Z | kflt 0.274159383 |
717 | 2024-01-19T21:34:06.841Z | lock 2.427465049 |
718 | 2024-01-19T21:34:06.841Z | slp 3:51.233654765 |
719 | 2024-01-19T21:34:06.841Z | lat 3.388408309 |
720 | 2024-01-19T21:34:06.842Z | stop 0.058725572 |
721 | 2024-01-19T21:34:06.842Z | |
722 | 2024-01-19T21:34:06.842Z | #### # # ##### ##### # # |
723 | 2024-01-19T21:34:06.842Z | # # # # # # # # # # |
724 | 2024-01-19T21:34:06.842Z | # # # # # # # # |
725 | 2024-01-19T21:34:06.842Z | # # # ##### ##### # |
726 | 2024-01-19T21:34:06.842Z | # # # # # # # |
727 | 2024-01-19T21:34:06.842Z | #### ###### # # # # |
728 | 2024-01-19T21:34:06.843Z | |
729 | 2024-01-19T21:34:07.191Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-01-19T21:34:07.567Z | Updating crates.io index |
731 | 2024-01-19T21:34:07.570Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-01-19T21:34:08.549Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-01-19T21:34:10.787Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-01-19T21:34:11.430Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-01-19T21:34:11.755Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-01-19T21:34:12.033Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-01-19T21:34:12.358Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-01-19T21:34:13.243Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-01-19T21:34:15.759Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-01-19T21:34:16.786Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-01-19T21:34:17.221Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-01-19T21:34:17.820Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-01-19T21:34:18.205Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-01-19T21:34:18.514Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-01-19T21:34:18.864Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-01-19T21:34:19.254Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-01-19T21:34:19.577Z | Updating git repository `https://github.com/njaremko/samael` |
748 | 2024-01-19T21:34:20.031Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-01-19T21:34:20.818Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-01-19T21:34:21.233Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-01-19T21:34:21.595Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-01-19T21:34:22.888Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-01-19T21:34:23.262Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-01-19T21:34:26.240Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-01-19T21:34:26.619Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-01-19T21:34:26.954Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-01-19T21:34:28.574Z | Downloading crates ... |
758 | 2024-01-19T21:34:28.812Z | Downloaded serde_spanned v0.6.4 |
759 | 2024-01-19T21:34:28.820Z | Downloaded colorchoice v1.0.0 |
760 | 2024-01-19T21:34:28.820Z | Downloaded equivalent v1.0.1 |
761 | 2024-01-19T21:34:28.832Z | Downloaded anstream v0.5.0 |
762 | 2024-01-19T21:34:28.839Z | Downloaded utf8parse v0.2.1 |
763 | 2024-01-19T21:34:28.839Z | Downloaded strsim v0.10.0 |
764 | 2024-01-19T21:34:28.839Z | Downloaded anstyle v1.0.2 |
765 | 2024-01-19T21:34:28.844Z | Downloaded itoa v1.0.9 |
766 | 2024-01-19T21:34:28.844Z | Downloaded thiserror-impl v1.0.49 |
767 | 2024-01-19T21:34:28.844Z | Downloaded heck v0.4.1 |
768 | 2024-01-19T21:34:28.849Z | Downloaded bitflags v1.3.2 |
769 | 2024-01-19T21:34:28.855Z | Downloaded clap_lex v0.5.1 |
770 | 2024-01-19T21:34:28.855Z | Downloaded terminal_size v0.2.6 |
771 | 2024-01-19T21:34:28.855Z | Downloaded thiserror v1.0.49 |
772 | 2024-01-19T21:34:28.863Z | Downloaded toml_datetime v0.6.5 |
773 | 2024-01-19T21:34:28.874Z | Downloaded semver v1.0.21 |
774 | 2024-01-19T21:34:28.874Z | Downloaded cargo-platform v0.1.3 |
775 | 2024-01-19T21:34:28.874Z | Downloaded cargo_metadata v0.18.1 |
776 | 2024-01-19T21:34:28.875Z | Downloaded cargo_toml v0.18.0 |
777 | 2024-01-19T21:34:28.882Z | Downloaded quote v1.0.35 |
778 | 2024-01-19T21:34:28.882Z | Downloaded anyhow v1.0.75 |
779 | 2024-01-19T21:34:28.887Z | Downloaded toml v0.8.8 |
780 | 2024-01-19T21:34:28.897Z | Downloaded clap v4.4.3 |
781 | 2024-01-19T21:34:28.908Z | Downloaded serde v1.0.195 |
782 | 2024-01-19T21:34:28.921Z | Downloaded indexmap v2.1.0 |
783 | 2024-01-19T21:34:28.930Z | Downloaded hashbrown v0.14.2 |
784 | 2024-01-19T21:34:28.930Z | Downloaded toml_edit v0.21.0 |
785 | 2024-01-19T21:34:28.959Z | Downloaded serde_json v1.0.111 |
786 | 2024-01-19T21:34:28.972Z | Downloaded winnow v0.5.15 |
787 | 2024-01-19T21:34:28.986Z | Downloaded syn v2.0.46 |
788 | 2024-01-19T21:34:29.005Z | Downloaded rustix v0.37.23 |
789 | 2024-01-19T21:34:29.038Z | Downloaded libc v0.2.152 |
790 | 2024-01-19T21:34:29.086Z | Downloaded clap_builder v4.4.2 |
791 | 2024-01-19T21:34:29.097Z | Downloaded memchr v2.6.3 |
792 | 2024-01-19T21:34:29.105Z | Downloaded unicode-ident v1.0.12 |
793 | 2024-01-19T21:34:29.110Z | Downloaded proc-macro2 v1.0.74 |
794 | 2024-01-19T21:34:29.148Z | Downloaded serde_derive v1.0.195 |
795 | 2024-01-19T21:34:29.151Z | Downloaded anstyle-parse v0.2.1 |
796 | 2024-01-19T21:34:29.151Z | Downloaded clap_derive v4.4.2 |
797 | 2024-01-19T21:34:29.151Z | Downloaded ryu v1.0.15 |
798 | 2024-01-19T21:34:29.152Z | Downloaded camino v1.1.6 |
799 | 2024-01-19T21:34:29.152Z | Downloaded errno v0.3.2 |
800 | 2024-01-19T21:34:29.152Z | Downloaded io-lifetimes v1.0.11 |
801 | 2024-01-19T21:34:29.152Z | Downloaded anstyle-query v1.0.0 |
802 | 2024-01-19T21:34:29.254Z | Compiling proc-macro2 v1.0.74 |
803 | 2024-01-19T21:34:29.254Z | Compiling unicode-ident v1.0.12 |
804 | 2024-01-19T21:34:29.257Z | Compiling serde v1.0.195 |
805 | 2024-01-19T21:34:29.257Z | Compiling libc v0.2.152 |
806 | 2024-01-19T21:34:29.257Z | Compiling io-lifetimes v1.0.11 |
807 | 2024-01-19T21:34:29.269Z | Compiling rustix v0.37.23 |
808 | 2024-01-19T21:34:29.272Z | Compiling hashbrown v0.14.2 |
809 | 2024-01-19T21:34:29.272Z | Compiling equivalent v1.0.1 |
810 | 2024-01-19T21:34:29.494Z | Compiling utf8parse v0.2.1 |
811 | 2024-01-19T21:34:29.587Z | Compiling bitflags v1.3.2 |
812 | 2024-01-19T21:34:29.717Z | Compiling anstyle-parse v0.2.1 |
813 | 2024-01-19T21:34:29.735Z | Compiling anstyle v1.0.2 |
814 | 2024-01-19T21:34:30.142Z | Compiling anstyle-query v1.0.0 |
815 | 2024-01-19T21:34:30.269Z | Compiling semver v1.0.21 |
816 | 2024-01-19T21:34:30.283Z | Compiling colorchoice v1.0.0 |
817 | 2024-01-19T21:34:30.438Z | Compiling winnow v0.5.15 |
818 | 2024-01-19T21:34:31.039Z | Compiling indexmap v2.1.0 |
819 | 2024-01-19T21:34:31.091Z | Compiling camino v1.1.6 |
820 | 2024-01-19T21:34:31.220Z | Compiling serde_json v1.0.111 |
821 | 2024-01-19T21:34:31.234Z | Compiling thiserror v1.0.49 |
822 | 2024-01-19T21:34:31.569Z | Compiling anstream v0.5.0 |
823 | 2024-01-19T21:34:31.726Z | Compiling clap_lex v0.5.1 |
824 | 2024-01-19T21:34:32.161Z | Compiling heck v0.4.1 |
825 | 2024-01-19T21:34:32.206Z | Compiling anyhow v1.0.75 |
826 | 2024-01-19T21:34:32.462Z | Compiling ryu v1.0.15 |
827 | 2024-01-19T21:34:32.626Z | Compiling quote v1.0.35 |
828 | 2024-01-19T21:34:32.873Z | Compiling strsim v0.10.0 |
829 | 2024-01-19T21:34:32.989Z | Compiling itoa v1.0.9 |
830 | 2024-01-19T21:34:33.232Z | Compiling syn v2.0.46 |
831 | 2024-01-19T21:34:33.539Z | Compiling errno v0.3.2 |
832 | 2024-01-19T21:34:34.982Z | Compiling terminal_size v0.2.6 |
833 | 2024-01-19T21:34:35.124Z | Compiling clap_builder v4.4.2 |
834 | 2024-01-19T21:34:41.044Z | Compiling serde_derive v1.0.195 |
835 | 2024-01-19T21:34:41.050Z | Compiling thiserror-impl v1.0.49 |
836 | 2024-01-19T21:34:41.050Z | Compiling clap_derive v4.4.2 |
837 | 2024-01-19T21:34:45.432Z | Compiling clap v4.4.3 |
838 | 2024-01-19T21:34:53.738Z | Compiling serde_spanned v0.6.4 |
839 | 2024-01-19T21:34:53.741Z | Compiling toml_datetime v0.6.5 |
840 | 2024-01-19T21:34:53.742Z | Compiling cargo-platform v0.1.3 |
841 | 2024-01-19T21:34:54.083Z | Compiling toml_edit v0.21.0 |
842 | 2024-01-19T21:34:55.703Z | Compiling cargo_metadata v0.18.1 |
843 | 2024-01-19T21:34:57.272Z | Compiling toml v0.8.8 |
844 | 2024-01-19T21:34:58.253Z | Compiling cargo_toml v0.18.0 |
845 | 2024-01-19T21:35:04.500Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2024-01-19T21:35:05.879Z | Finished dev [unoptimized + debuginfo] target(s) in 58.96s |
847 | 2024-01-19T21:35:06.096Z | Running `target/debug/xtask clippy` |
848 | 2024-01-19T21:35:06.161Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
849 | 2024-01-19T21:35:06.987Z | Downloading crates ... |
850 | 2024-01-19T21:35:07.234Z | Downloaded aead v0.5.2 |
851 | 2024-01-19T21:35:07.241Z | Downloaded hubpack_derive v0.1.1 |
852 | 2024-01-19T21:35:07.256Z | Downloaded constant_time_eq v0.3.0 |
853 | 2024-01-19T21:35:07.264Z | Downloaded indoc v1.0.9 |
854 | 2024-01-19T21:35:07.276Z | Downloaded indoc v2.0.3 |
855 | 2024-01-19T21:35:07.284Z | Downloaded chacha20poly1305 v0.10.1 |
856 | 2024-01-19T21:35:07.289Z | Downloaded inout v0.1.3 |
857 | 2024-01-19T21:35:07.292Z | Downloaded lazycell v1.3.0 |
858 | 2024-01-19T21:35:07.295Z | Downloaded ipnetwork v0.20.0 |
859 | 2024-01-19T21:35:07.300Z | Downloaded num-complex v0.4.4 |
860 | 2024-01-19T21:35:07.306Z | Downloaded is-terminal v0.4.9 |
861 | 2024-01-19T21:35:07.311Z | Downloaded openssl-macros v0.1.1 |
862 | 2024-01-19T21:35:07.317Z | Downloaded cexpr v0.6.0 |
863 | 2024-01-19T21:35:07.326Z | Downloaded libxml v0.3.3 |
864 | 2024-01-19T21:35:07.346Z | Downloaded oorandom v11.1.3 |
865 | 2024-01-19T21:35:07.357Z | Downloaded adler v1.0.2 |
866 | 2024-01-19T21:35:07.361Z | Downloaded ciborium-io v0.2.1 |
867 | 2024-01-19T21:35:07.367Z | Downloaded cast v0.3.0 |
868 | 2024-01-19T21:35:07.384Z | Downloaded num v0.4.1 |
869 | 2024-01-19T21:35:07.389Z | Downloaded libefi-sys v0.1.0 |
870 | 2024-01-19T21:35:07.395Z | Downloaded nanorand v0.7.0 |
871 | 2024-01-19T21:35:07.403Z | Downloaded memoffset v0.9.0 |
872 | 2024-01-19T21:35:07.407Z | Downloaded ciborium v0.2.1 |
873 | 2024-01-19T21:35:07.414Z | Downloaded linear-map v1.2.0 |
874 | 2024-01-19T21:35:07.419Z | Downloaded libsw v3.3.1 |
875 | 2024-01-19T21:35:07.425Z | Downloaded maybe-uninit v2.0.0 |
876 | 2024-01-19T21:35:07.429Z | Downloaded md-5 v0.10.5 |
877 | 2024-01-19T21:35:07.435Z | Downloaded log v0.4.20 |
878 | 2024-01-19T21:35:07.444Z | Downloaded try-lock v0.2.4 |
879 | 2024-01-19T21:35:07.449Z | Downloaded diesel_table_macro_syntax v0.1.0 |
880 | 2024-01-19T21:35:07.453Z | Downloaded mockall_derive v0.12.0 |
881 | 2024-01-19T21:35:07.461Z | Downloaded libtest-mimic v0.6.1 |
882 | 2024-01-19T21:35:07.468Z | Downloaded doc-comment v0.3.3 |
883 | 2024-01-19T21:35:07.471Z | Downloaded shlex v1.1.0 |
884 | 2024-01-19T21:35:07.475Z | Downloaded enum-as-inner v0.5.1 |
885 | 2024-01-19T21:35:07.480Z | Downloaded slog-envlogger v2.2.0 |
886 | 2024-01-19T21:35:07.488Z | Downloaded precomputed-hash v0.1.1 |
887 | 2024-01-19T21:35:07.903Z | Downloaded arc-swap v1.6.0 |
888 | 2024-01-19T21:35:07.914Z | Downloaded toolchain_find v0.2.0 |
889 | 2024-01-19T21:35:07.914Z | Downloaded same-file v1.0.6 |
890 | 2024-01-19T21:35:07.914Z | Downloaded unicode-xid v0.2.4 |
891 | 2024-01-19T21:35:07.915Z | Downloaded dtrace-parser v0.1.14 |
892 | 2024-01-19T21:35:07.915Z | Downloaded either v1.9.0 |
893 | 2024-01-19T21:35:07.915Z | Downloaded cc v1.0.83 |
894 | 2024-01-19T21:35:07.916Z | Downloaded rand_core v0.6.4 |
895 | 2024-01-19T21:35:07.916Z | Downloaded yansi v0.5.1 |
896 | 2024-01-19T21:35:07.916Z | Downloaded bzip2 v0.4.4 |
897 | 2024-01-19T21:35:07.916Z | Downloaded futures-core v0.3.30 |
898 | 2024-01-19T21:35:07.916Z | Downloaded pkg-config v0.3.27 |
899 | 2024-01-19T21:35:07.916Z | Downloaded dirs-next v2.0.0 |
900 | 2024-01-19T21:35:07.916Z | Downloaded oso-derive v0.27.0 |
901 | 2024-01-19T21:35:07.916Z | Downloaded http-range v0.1.5 |
902 | 2024-01-19T21:35:07.916Z | Downloaded plotters-backend v0.3.5 |
903 | 2024-01-19T21:35:07.918Z | Downloaded parse-display-derive v0.8.2 |
904 | 2024-01-19T21:35:07.918Z | Downloaded backtrace v0.3.69 |
905 | 2024-01-19T21:35:07.918Z | Downloaded sct v0.7.0 |
906 | 2024-01-19T21:35:07.918Z | Downloaded foreign-types v0.3.2 |
907 | 2024-01-19T21:35:07.918Z | Downloaded siphasher v0.3.11 |
908 | 2024-01-19T21:35:07.918Z | Downloaded similar-asserts v1.5.0 |
909 | 2024-01-19T21:35:07.919Z | Downloaded proc-macro-error v1.0.4 |
910 | 2024-01-19T21:35:07.919Z | Downloaded ref-cast-impl v1.0.20 |
911 | 2024-01-19T21:35:07.919Z | Downloaded waitgroup v0.1.2 |
912 | 2024-01-19T21:35:07.919Z | Downloaded phf_shared v0.10.0 |
913 | 2024-01-19T21:35:07.919Z | Downloaded hostname v0.3.1 |
914 | 2024-01-19T21:35:07.919Z | Downloaded predicates-tree v1.0.9 |
915 | 2024-01-19T21:35:07.919Z | Downloaded vsss-rs v3.3.4 |
916 | 2024-01-19T21:35:07.919Z | Downloaded unicode-linebreak v0.1.5 |
917 | 2024-01-19T21:35:07.919Z | Downloaded crypto-bigint v0.5.2 |
918 | 2024-01-19T21:35:07.919Z | Downloaded futures-macro v0.3.30 |
919 | 2024-01-19T21:35:07.919Z | Downloaded time-core v0.1.1 |
920 | 2024-01-19T21:35:07.919Z | Downloaded slog-async v2.8.0 |
921 | 2024-01-19T21:35:07.919Z | Downloaded tinyvec_macros v0.1.1 |
922 | 2024-01-19T21:35:07.919Z | Downloaded float-cmp v0.9.0 |
923 | 2024-01-19T21:35:07.919Z | Downloaded fixedbitset v0.4.2 |
924 | 2024-01-19T21:35:07.919Z | Downloaded mio v0.8.9 |
925 | 2024-01-19T21:35:07.919Z | Downloaded textwrap v0.11.0 |
926 | 2024-01-19T21:35:07.920Z | Downloaded platforms v3.0.2 |
927 | 2024-01-19T21:35:07.920Z | Downloaded peeking_take_while v0.1.2 |
928 | 2024-01-19T21:35:07.920Z | Downloaded sqlformat v0.2.3 |
929 | 2024-01-19T21:35:07.920Z | Downloaded derive_builder_macro v0.12.0 |
930 | 2024-01-19T21:35:07.920Z | Downloaded ena v0.14.2 |
931 | 2024-01-19T21:35:07.920Z | Downloaded plotters-svg v0.3.5 |
932 | 2024-01-19T21:35:07.920Z | Downloaded foreign-types-macros v0.2.3 |
933 | 2024-01-19T21:35:07.920Z | Downloaded serde-big-array v0.5.1 |
934 | 2024-01-19T21:35:07.920Z | Downloaded futures-io v0.3.30 |
935 | 2024-01-19T21:35:07.920Z | Downloaded fragile v2.0.0 |
936 | 2024-01-19T21:35:07.920Z | Downloaded serde_tokenstream v0.2.0 |
937 | 2024-01-19T21:35:07.920Z | Downloaded heapless v0.7.16 |
938 | 2024-01-19T21:35:07.920Z | Downloaded vec_map v0.8.2 |
939 | 2024-01-19T21:35:07.921Z | Downloaded openssl-probe v0.1.5 |
940 | 2024-01-19T21:35:07.921Z | Downloaded rustc-hash v1.1.0 |
941 | 2024-01-19T21:35:07.921Z | Downloaded data-encoding v2.4.0 |
942 | 2024-01-19T21:35:07.921Z | Downloaded pest_generator v2.7.2 |
943 | 2024-01-19T21:35:07.921Z | Downloaded thiserror-impl-no-std v2.0.2 |
944 | 2024-01-19T21:35:07.921Z | Downloaded tungstenite v0.20.1 |
945 | 2024-01-19T21:35:07.921Z | Downloaded headers-core v0.2.0 |
946 | 2024-01-19T21:35:07.921Z | Downloaded strum_macros v0.24.3 |
947 | 2024-01-19T21:35:07.921Z | Downloaded packed_struct v0.10.1 |
948 | 2024-01-19T21:35:07.921Z | Downloaded tinytemplate v1.2.1 |
949 | 2024-01-19T21:35:07.921Z | Downloaded serde_derive_internals v0.26.0 |
950 | 2024-01-19T21:35:07.923Z | Downloaded predicates-core v1.0.6 |
951 | 2024-01-19T21:35:07.923Z | Downloaded home v0.5.5 |
952 | 2024-01-19T21:35:07.923Z | Downloaded hex-literal v0.4.1 |
953 | 2024-01-19T21:35:07.923Z | Downloaded tokio-macros v2.2.0 |
954 | 2024-01-19T21:35:07.923Z | Downloaded termtree v0.4.1 |
955 | 2024-01-19T21:35:07.923Z | Downloaded generic-array v0.14.7 |
956 | 2024-01-19T21:35:07.923Z | Downloaded resolv-conf v0.7.0 |
957 | 2024-01-19T21:35:07.923Z | Downloaded url v2.5.0 |
958 | 2024-01-19T21:35:07.923Z | Downloaded want v0.3.1 |
959 | 2024-01-19T21:35:07.923Z | Downloaded remove_dir_all v0.5.3 |
960 | 2024-01-19T21:35:07.924Z | Downloaded fallible-iterator v0.2.0 |
961 | 2024-01-19T21:35:07.924Z | Downloaded http-body v0.4.5 |
962 | 2024-01-19T21:35:07.924Z | Downloaded zone_cfg_derive v0.3.0 |
963 | 2024-01-19T21:35:07.924Z | Downloaded threadpool v1.8.1 |
964 | 2024-01-19T21:35:07.924Z | Downloaded group v0.13.0 |
965 | 2024-01-19T21:35:07.924Z | Downloaded fs-err v2.11.0 |
966 | 2024-01-19T21:35:07.924Z | Downloaded parse-size v1.0.0 |
967 | 2024-01-19T21:35:07.924Z | Downloaded rand v0.8.5 |
968 | 2024-01-19T21:35:07.924Z | Downloaded foreign-types-shared v0.3.1 |
969 | 2024-01-19T21:35:07.924Z | Downloaded pretty-hex v0.2.1 |
970 | 2024-01-19T21:35:07.924Z | Downloaded thiserror-no-std v2.0.2 |
971 | 2024-01-19T21:35:07.924Z | Downloaded fxhash v0.2.1 |
972 | 2024-01-19T21:35:07.924Z | Downloaded foreign-types-shared v0.1.1 |
973 | 2024-01-19T21:35:07.924Z | Downloaded pretty-hex v0.4.1 |
974 | 2024-01-19T21:35:07.925Z | Downloaded shell-words v1.1.0 |
975 | 2024-01-19T21:35:07.925Z | Downloaded strsim v0.8.0 |
976 | 2024-01-19T21:35:07.925Z | Downloaded rustls-pemfile v2.0.0 |
977 | 2024-01-19T21:35:07.925Z | Downloaded trybuild v1.0.89 |
978 | 2024-01-19T21:35:07.926Z | Downloaded rustc_version v0.4.0 |
979 | 2024-01-19T21:35:07.926Z | Downloaded heck v0.3.3 |
980 | 2024-01-19T21:35:07.926Z | Downloaded half v1.8.2 |
981 | 2024-01-19T21:35:07.926Z | Downloaded structopt-derive v0.4.18 |
982 | 2024-01-19T21:35:07.926Z | Downloaded strip-ansi-escapes v0.2.0 |
983 | 2024-01-19T21:35:07.926Z | Downloaded derive-where v1.2.7 |
984 | 2024-01-19T21:35:07.926Z | Downloaded slog-stdlog v4.1.1 |
985 | 2024-01-19T21:35:07.927Z | Downloaded semver v0.1.20 |
986 | 2024-01-19T21:35:07.927Z | Downloaded futures-task v0.3.30 |
987 | 2024-01-19T21:35:07.927Z | Downloaded serde-hex v0.1.0 |
988 | 2024-01-19T21:35:07.931Z | Downloaded httparse v1.8.0 |
989 | 2024-01-19T21:35:07.931Z | Downloaded rustls-native-certs v0.6.3 |
990 | 2024-01-19T21:35:07.931Z | Downloaded foreign-types v0.5.0 |
991 | 2024-01-19T21:35:07.931Z | Downloaded test-strategy v0.3.1 |
992 | 2024-01-19T21:35:07.931Z | Downloaded getrandom v0.2.10 |
993 | 2024-01-19T21:35:07.931Z | Downloaded regex-automata v0.1.10 |
994 | 2024-01-19T21:35:07.931Z | Downloaded parking_lot_core v0.8.6 |
995 | 2024-01-19T21:35:07.932Z | Downloaded socket2 v0.5.5 |
996 | 2024-01-19T21:35:07.932Z | Downloaded snafu v0.7.5 |
997 | 2024-01-19T21:35:07.932Z | Downloaded schemars v0.8.16 |
998 | 2024-01-19T21:35:07.957Z | Downloaded derive_more v0.99.17 |
999 | 2024-01-19T21:35:07.962Z | Downloaded expectorate v1.1.0 |
1000 | 2024-01-19T21:35:07.967Z | Downloaded http v1.0.0 |
1001 | 2024-01-19T21:35:07.971Z | Downloaded rsa v0.9.2 |
1002 | 2024-01-19T21:35:07.983Z | Downloaded hashbrown v0.12.3 |
1003 | 2024-01-19T21:35:07.992Z | Downloaded lalrpop v0.19.12 |
1004 | 2024-01-19T21:35:08.016Z | Downloaded x509-cert v0.2.4 |
1005 | 2024-01-19T21:35:08.436Z | Downloaded time v0.3.27 |
1006 | 2024-01-19T21:35:08.440Z | Downloaded guppy v0.17.4 |
1007 | 2024-01-19T21:35:08.440Z | Downloaded pest v2.7.2 |
1008 | 2024-01-19T21:35:08.440Z | Downloaded hkdf v0.12.4 |
1009 | 2024-01-19T21:35:08.440Z | Downloaded reqwest v0.11.22 |
1010 | 2024-01-19T21:35:08.440Z | Downloaded futures-util v0.3.30 |
1011 | 2024-01-19T21:35:08.440Z | Downloaded h2 v0.3.21 |
1012 | 2024-01-19T21:35:08.440Z | Downloaded regex v1.10.2 |
1013 | 2024-01-19T21:35:08.440Z | Downloaded rayon v1.8.0 |
1014 | 2024-01-19T21:35:08.440Z | Downloaded vcpkg v0.2.15 |
1015 | 2024-01-19T21:35:08.440Z | Downloaded bstr v1.6.0 |
1016 | 2024-01-19T21:35:08.440Z | Downloaded smoltcp v0.10.0 |
1017 | 2024-01-19T21:35:08.440Z | Downloaded regex-syntax v0.8.2 |
1018 | 2024-01-19T21:35:08.440Z | Downloaded regex-syntax v0.6.29 |
1019 | 2024-01-19T21:35:08.440Z | Downloaded zerocopy-derive v0.6.4 |
1020 | 2024-01-19T21:35:08.441Z | Downloaded tokio v1.35.1 |
1021 | 2024-01-19T21:35:08.441Z | Downloaded zerocopy-derive v0.2.0 |
1022 | 2024-01-19T21:35:08.441Z | Downloaded zerocopy-derive v0.7.31 |
1023 | 2024-01-19T21:35:08.455Z | Downloaded regex-automata v0.4.3 |
1024 | 2024-01-19T21:35:08.489Z | Downloaded regex-automata v0.3.8 |
1025 | 2024-01-19T21:35:08.521Z | Downloaded sled v0.34.7 |
1026 | 2024-01-19T21:35:08.542Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1027 | 2024-01-19T21:35:08.598Z | Downloaded regex-syntax v0.7.5 |
1028 | 2024-01-19T21:35:08.603Z | Downloaded sha3 v0.10.8 |
1029 | 2024-01-19T21:35:08.603Z | Downloaded rustix v0.38.25 |
1030 | 2024-01-19T21:35:08.640Z | Downloaded webpki-roots v0.25.2 |
1031 | 2024-01-19T21:35:08.646Z | Downloaded ratatui v0.23.0 |
1032 | 2024-01-19T21:35:08.669Z | Downloaded polar-core v0.27.0 |
1033 | 2024-01-19T21:35:08.685Z | Downloaded bstr v0.2.17 |
1034 | 2024-01-19T21:35:08.704Z | Downloaded diesel v2.1.4 |
1035 | 2024-01-19T21:35:08.743Z | Downloaded radix_trie v0.2.1 |
1036 | 2024-01-19T21:35:08.751Z | Downloaded encoding_rs v0.8.33 |
1037 | 2024-01-19T21:35:08.791Z | Downloaded curve25519-dalek v4.1.1 |
1038 | 2024-01-19T21:35:08.809Z | Downloaded trust-dns-proto v0.22.0 |
1039 | 2024-01-19T21:35:08.830Z | Downloaded smoltcp v0.9.1 |
1040 | 2024-01-19T21:35:08.851Z | Downloaded nix v0.26.4 |
1041 | 2024-01-19T21:35:08.871Z | Downloaded regress v0.7.1 |
1042 | 2024-01-19T21:35:08.883Z | Downloaded gimli v0.28.0 |
1043 | 2024-01-19T21:35:08.898Z | Downloaded syn v1.0.109 |
1044 | 2024-01-19T21:35:08.920Z | Downloaded rustls v0.21.9 |
1045 | 2024-01-19T21:35:08.939Z | Downloaded openapiv3 v2.0.0 |
1046 | 2024-01-19T21:35:08.963Z | Downloaded plotters v0.3.5 |
1047 | 2024-01-19T21:35:08.980Z | Downloaded openssl v0.10.60 |
1048 | 2024-01-19T21:35:08.999Z | Downloaded num-bigint-dig v0.8.4 |
1049 | 2024-01-19T21:35:09.008Z | Downloaded portable-atomic v1.4.3 |
1050 | 2024-01-19T21:35:09.022Z | Downloaded reedline v0.28.0 |
1051 | 2024-01-19T21:35:09.037Z | Downloaded petgraph v0.6.4 |
1052 | 2024-01-19T21:35:09.473Z | Downloaded object v0.32.1 |
1053 | 2024-01-19T21:35:09.476Z | Downloaded quick-xml v0.23.1 |
1054 | 2024-01-19T21:35:09.476Z | Downloaded proptest v1.4.0 |
1055 | 2024-01-19T21:35:09.476Z | Downloaded bitvec v1.0.1 |
1056 | 2024-01-19T21:35:09.476Z | Downloaded tabled v0.14.0 |
1057 | 2024-01-19T21:35:09.476Z | Downloaded chrono v0.4.31 |
1058 | 2024-01-19T21:35:09.476Z | Downloaded ring v0.17.7 |
1059 | 2024-01-19T21:35:09.476Z | Downloaded rustls-webpki v0.101.7 |
1060 | 2024-01-19T21:35:09.477Z | Downloaded bindgen v0.65.1 |
1061 | 2024-01-19T21:35:09.477Z | Downloaded idna v0.5.0 |
1062 | 2024-01-19T21:35:09.477Z | Downloaded ring v0.16.20 |
1063 | 2024-01-19T21:35:09.545Z | Downloaded unicode-normalization v0.1.22 |
1064 | 2024-01-19T21:35:09.552Z | Downloaded idna v0.2.3 |
1065 | 2024-01-19T21:35:09.565Z | Downloaded sqlparser v0.36.1 |
1066 | 2024-01-19T21:35:09.573Z | Downloaded der v0.7.8 |
1067 | 2024-01-19T21:35:09.582Z | Downloaded http v0.2.11 |
1068 | 2024-01-19T21:35:09.589Z | Downloaded hashbrown v0.13.2 |
1069 | 2024-01-19T21:35:09.638Z | Downloaded unicode-segmentation v1.10.1 |
1070 | 2024-01-19T21:35:09.653Z | Downloaded clap v2.34.0 |
1071 | 2024-01-19T21:35:09.654Z | Downloaded headers v0.3.9 |
1072 | 2024-01-19T21:35:09.654Z | Downloaded rand v0.4.6 |
1073 | 2024-01-19T21:35:09.654Z | Downloaded serde_with v3.4.0 |
1074 | 2024-01-19T21:35:09.654Z | Downloaded tokio-util v0.7.10 |
1075 | 2024-01-19T21:35:09.675Z | Downloaded aho-corasick v1.0.4 |
1076 | 2024-01-19T21:35:09.681Z | Downloaded rstest_macros v0.18.2 |
1077 | 2024-01-19T21:35:09.681Z | Downloaded zerocopy v0.7.31 |
1078 | 2024-01-19T21:35:09.697Z | Downloaded serde_yaml v0.9.25 |
1079 | 2024-01-19T21:35:09.702Z | Downloaded paste v1.0.14 |
1080 | 2024-01-19T21:35:09.707Z | Downloaded whoami v1.4.1 |
1081 | 2024-01-19T21:35:09.711Z | Downloaded serde-big-array v0.4.1 |
1082 | 2024-01-19T21:35:09.715Z | Downloaded rstest v0.18.2 |
1083 | 2024-01-19T21:35:09.720Z | Downloaded subprocess v0.2.9 |
1084 | 2024-01-19T21:35:09.725Z | Downloaded postcard v1.0.8 |
1085 | 2024-01-19T21:35:09.736Z | Downloaded pretty_assertions v1.4.0 |
1086 | 2024-01-19T21:35:09.736Z | Downloaded hmac v0.12.1 |
1087 | 2024-01-19T21:35:09.741Z | Downloaded globset v0.4.13 |
1088 | 2024-01-19T21:35:09.742Z | Downloaded smallvec v1.11.2 |
1089 | 2024-01-19T21:35:09.745Z | Downloaded papergrid v0.10.0 |
1090 | 2024-01-19T21:35:09.750Z | Downloaded flume v0.11.0 |
1091 | 2024-01-19T21:35:09.757Z | Downloaded relative-path v1.9.0 |
1092 | 2024-01-19T21:35:09.760Z | Downloaded poly1305 v0.8.0 |
1093 | 2024-01-19T21:35:09.764Z | Downloaded serde_urlencoded v0.7.1 |
1094 | 2024-01-19T21:35:09.767Z | Downloaded defmt-macros v0.3.6 |
1095 | 2024-01-19T21:35:09.770Z | Downloaded zip v0.6.6 |
1096 | 2024-01-19T21:35:09.777Z | Downloaded termios v0.3.3 |
1097 | 2024-01-19T21:35:09.783Z | Downloaded defmt-parser v0.3.3 |
1098 | 2024-01-19T21:35:09.790Z | Downloaded xattr v1.0.1 |
1099 | 2024-01-19T21:35:09.790Z | Downloaded password-hash v0.5.0 |
1100 | 2024-01-19T21:35:09.790Z | Downloaded pest_derive v2.7.2 |
1101 | 2024-01-19T21:35:09.797Z | Downloaded flate2 v1.0.28 |
1102 | 2024-01-19T21:35:09.803Z | Downloaded pin-project v1.1.3 |
1103 | 2024-01-19T21:35:09.834Z | Downloaded textwrap v0.16.0 |
1104 | 2024-01-19T21:35:09.840Z | Downloaded toml_edit v0.19.15 |
1105 | 2024-01-19T21:35:09.851Z | Downloaded rustyline v12.0.0 |
1106 | 2024-01-19T21:35:09.861Z | Downloaded hyper v0.14.27 |
1107 | 2024-01-19T21:35:09.874Z | Downloaded packed_struct_codegen v0.10.1 |
1108 | 2024-01-19T21:35:09.877Z | Downloaded vte_generate_state_changes v0.1.1 |
1109 | 2024-01-19T21:35:09.877Z | Downloaded path-slash v0.1.5 |
1110 | 2024-01-19T21:35:09.879Z | Downloaded parse-display v0.8.2 |
1111 | 2024-01-19T21:35:09.880Z | Downloaded pathdiff v0.2.1 |
1112 | 2024-01-19T21:35:09.882Z | Downloaded unicode-width v0.1.11 |
1113 | 2024-01-19T21:35:09.885Z | Downloaded predicates v3.1.0 |
1114 | 2024-01-19T21:35:09.888Z | Downloaded snafu-derive v0.7.5 |
1115 | 2024-01-19T21:35:09.891Z | Downloaded fd-lock v3.0.13 |
1116 | 2024-01-19T21:35:09.895Z | Downloaded subtle v2.5.0 |
1117 | 2024-01-19T21:35:09.897Z | Downloaded oso v0.27.0 |
1118 | 2024-01-19T21:35:09.901Z | Downloaded tough v0.16.0 |
1119 | 2024-01-19T21:35:09.915Z | Downloaded env_logger v0.10.0 |
1120 | 2024-01-19T21:35:09.919Z | Downloaded futures v0.3.30 |
1121 | 2024-01-19T21:35:09.927Z | Downloaded thread-id v4.2.0 |
1122 | 2024-01-19T21:35:09.930Z | Downloaded thread_local v1.1.7 |
1123 | 2024-01-19T21:35:09.933Z | Downloaded pkcs8 v0.10.2 |
1124 | 2024-01-19T21:35:09.937Z | Downloaded tracing v0.1.37 |
1125 | 2024-01-19T21:35:09.942Z | Downloaded darling_macro v0.20.3 |
1126 | 2024-01-19T21:35:09.946Z | Downloaded sqlparser_derive v0.1.1 |
1127 | 2024-01-19T21:35:09.946Z | Downloaded funty v2.0.0 |
1128 | 2024-01-19T21:35:09.949Z | Downloaded futures-executor v0.3.30 |
1129 | 2024-01-19T21:35:09.949Z | Downloaded tokio-postgres v0.7.10 |
1130 | 2024-01-19T21:35:09.956Z | Downloaded nom v7.1.3 |
1131 | 2024-01-19T21:35:09.966Z | Downloaded fnv v1.0.7 |
1132 | 2024-01-19T21:35:09.969Z | Downloaded flagset v0.4.3 |
1133 | 2024-01-19T21:35:09.972Z | Downloaded futures-sink v0.3.30 |
1134 | 2024-01-19T21:35:09.972Z | Downloaded salty v0.2.0 |
1135 | 2024-01-19T21:35:09.979Z | Downloaded criterion v0.5.1 |
1136 | 2024-01-19T21:35:09.991Z | Downloaded hex v0.4.3 |
1137 | 2024-01-19T21:35:09.994Z | Downloaded vte v0.11.1 |
1138 | 2024-01-19T21:35:09.997Z | Downloaded socket2 v0.4.9 |
1139 | 2024-01-19T21:35:10.004Z | Downloaded diff v0.1.13 |
1140 | 2024-01-19T21:35:10.008Z | Downloaded typenum v1.16.0 |
1141 | 2024-01-19T21:35:10.011Z | Downloaded diesel_derives v2.1.2 |
1142 | 2024-01-19T21:35:10.015Z | Downloaded rcgen v0.12.0 |
1143 | 2024-01-19T21:35:10.020Z | Downloaded libm v0.2.7 |
1144 | 2024-01-19T21:35:10.036Z | Downloaded rayon-core v1.12.0 |
1145 | 2024-01-19T21:35:10.043Z | Downloaded prettyplease v0.2.16 |
1146 | 2024-01-19T21:35:10.048Z | Downloaded steno v0.4.0 |
1147 | 2024-01-19T21:35:10.055Z | Downloaded filetime v0.2.23 |
1148 | 2024-01-19T21:35:10.058Z | Downloaded fastrand v2.0.0 |
1149 | 2024-01-19T21:35:10.062Z | Downloaded trust-dns-client v0.22.0 |
1150 | 2024-01-19T21:35:10.069Z | Downloaded itertools v0.12.0 |
1151 | 2024-01-19T21:35:10.086Z | Downloaded glob v0.3.1 |
1152 | 2024-01-19T21:35:10.090Z | Downloaded getopts v0.2.21 |
1153 | 2024-01-19T21:35:10.090Z | Downloaded wait-timeout v0.2.0 |
1154 | 2024-01-19T21:35:10.090Z | Downloaded pest_meta v2.7.2 |
1155 | 2024-01-19T21:35:10.094Z | Downloaded itertools v0.10.5 |
1156 | 2024-01-19T21:35:10.104Z | Downloaded unsafe-libyaml v0.2.10 |
1157 | 2024-01-19T21:35:10.109Z | Downloaded unicode_categories v0.1.1 |
1158 | 2024-01-19T21:35:10.113Z | Downloaded tinyvec v1.6.0 |
1159 | 2024-01-19T21:35:10.118Z | Downloaded rtoolbox v0.0.1 |
1160 | 2024-01-19T21:35:10.122Z | Downloaded pin-project-internal v1.1.3 |
1161 | 2024-01-19T21:35:10.126Z | Downloaded pem v3.0.2 |
1162 | 2024-01-19T21:35:10.126Z | Downloaded phf_shared v0.11.2 |
1163 | 2024-01-19T21:35:10.129Z | Downloaded dyn-clone v1.0.13 |
1164 | 2024-01-19T21:35:10.129Z | Downloaded tiny-keccak v2.0.2 |
1165 | 2024-01-19T21:35:10.133Z | Downloaded slog-term v2.9.0 |
1166 | 2024-01-19T21:35:10.140Z | Downloaded partial-io v0.5.4 |
1167 | 2024-01-19T21:35:10.147Z | Downloaded yasna v0.5.2 |
1168 | 2024-01-19T21:35:10.147Z | Downloaded num-bigint v0.4.4 |
1169 | 2024-01-19T21:35:10.153Z | Downloaded minimal-lexical v0.2.1 |
1170 | 2024-01-19T21:35:10.161Z | Downloaded serde_tokenstream v0.1.7 |
1171 | 2024-01-19T21:35:10.166Z | Downloaded derive_builder_core v0.12.0 |
1172 | 2024-01-19T21:35:10.171Z | Downloaded derive_builder v0.12.0 |
1173 | 2024-01-19T21:35:10.179Z | Downloaded similar v2.3.0 |
1174 | 2024-01-19T21:35:10.186Z | Downloaded guppy-workspace-hack v0.1.0 |
1175 | 2024-01-19T21:35:10.191Z | Downloaded elliptic-curve v0.13.8 |
1176 | 2024-01-19T21:35:10.607Z | Downloaded toml v0.7.8 |
1177 | 2024-01-19T21:35:10.607Z | Downloaded tracing-core v0.1.31 |
1178 | 2024-01-19T21:35:10.607Z | Downloaded ron v0.8.1 |
1179 | 2024-01-19T21:35:10.609Z | Downloaded zeroize v1.7.0 |
1180 | 2024-01-19T21:35:10.609Z | Downloaded typed-path v0.7.0 |
1181 | 2024-01-19T21:35:10.609Z | Downloaded toml v0.5.11 |
1182 | 2024-01-19T21:35:10.609Z | Downloaded tokio-stream v0.1.14 |
1183 | 2024-01-19T21:35:10.609Z | Downloaded string_cache v0.8.7 |
1184 | 2024-01-19T21:35:10.609Z | Downloaded stable_deref_trait v1.2.0 |
1185 | 2024-01-19T21:35:10.609Z | Downloaded digest v0.10.7 |
1186 | 2024-01-19T21:35:10.609Z | Downloaded smallvec v0.6.14 |
1187 | 2024-01-19T21:35:10.609Z | Downloaded phf v0.11.2 |
1188 | 2024-01-19T21:35:10.610Z | Downloaded walkdir v2.4.0 |
1189 | 2024-01-19T21:35:10.610Z | Downloaded parking_lot v0.12.1 |
1190 | 2024-01-19T21:35:10.610Z | Downloaded signal-hook v0.3.17 |
1191 | 2024-01-19T21:35:10.610Z | Downloaded futures-timer v3.0.2 |
1192 | 2024-01-19T21:35:10.610Z | Downloaded spin v0.5.2 |
1193 | 2024-01-19T21:35:10.610Z | Downloaded percent-encoding v2.3.1 |
1194 | 2024-01-19T21:35:10.610Z | Downloaded pem-rfc7468 v0.7.0 |
1195 | 2024-01-19T21:35:10.610Z | Downloaded owo-colors v3.5.0 |
1196 | 2024-01-19T21:35:10.610Z | Downloaded ucd-trie v0.1.6 |
1197 | 2024-01-19T21:35:10.610Z | Downloaded trust-dns-server v0.22.1 |
1198 | 2024-01-19T21:35:10.610Z | Downloaded trust-dns-resolver v0.22.0 |
1199 | 2024-01-19T21:35:10.610Z | Downloaded deranged v0.3.8 |
1200 | 2024-01-19T21:35:10.610Z | Downloaded datatest-stable v0.2.3 |
1201 | 2024-01-19T21:35:10.610Z | Downloaded strum_macros v0.25.2 |
1202 | 2024-01-19T21:35:10.610Z | Downloaded stringprep v0.1.3 |
1203 | 2024-01-19T21:35:10.610Z | Downloaded zone v0.3.0 |
1204 | 2024-01-19T21:35:10.610Z | Downloaded postgres-types v0.2.6 |
1205 | 2024-01-19T21:35:10.610Z | Downloaded zeroize_derive v1.4.2 |
1206 | 2024-01-19T21:35:10.610Z | Downloaded fatfs v0.3.6 |
1207 | 2024-01-19T21:35:10.610Z | Downloaded which v4.4.0 |
1208 | 2024-01-19T21:35:10.610Z | Downloaded time-macros v0.2.13 |
1209 | 2024-01-19T21:35:10.610Z | Downloaded tracing-attributes v0.1.26 |
1210 | 2024-01-19T21:35:10.610Z | Downloaded difflib v0.4.0 |
1211 | 2024-01-19T21:35:10.611Z | Downloaded crossterm v0.27.0 |
1212 | 2024-01-19T21:35:10.611Z | Downloaded tui-tree-widget v0.13.0 |
1213 | 2024-01-19T21:35:10.611Z | Downloaded parking_lot_core v0.9.8 |
1214 | 2024-01-19T21:35:10.611Z | Downloaded hash32 v0.2.1 |
1215 | 2024-01-19T21:35:10.611Z | Downloaded usdt-impl v0.3.5 |
1216 | 2024-01-19T21:35:10.611Z | Downloaded tokio-tungstenite v0.20.1 |
1217 | 2024-01-19T21:35:10.611Z | Downloaded tokio-rustls v0.24.1 |
1218 | 2024-01-19T21:35:10.611Z | Downloaded postgres-protocol v0.6.6 |
1219 | 2024-01-19T21:35:10.611Z | Downloaded der_derive v0.7.2 |
1220 | 2024-01-19T21:35:10.611Z | Downloaded pkcs1 v0.7.5 |
1221 | 2024-01-19T21:35:10.611Z | Downloaded httpdate v1.0.3 |
1222 | 2024-01-19T21:35:10.611Z | Downloaded highway v1.1.0 |
1223 | 2024-01-19T21:35:10.611Z | Downloaded slab v0.4.9 |
1224 | 2024-01-19T21:35:10.611Z | Downloaded r2d2 v0.8.10 |
1225 | 2024-01-19T21:35:10.611Z | Downloaded proc-macro-crate v1.3.1 |
1226 | 2024-01-19T21:35:10.611Z | Downloaded ppv-lite86 v0.2.17 |
1227 | 2024-01-19T21:35:10.611Z | Downloaded pin-project-lite v0.2.13 |
1228 | 2024-01-19T21:35:10.611Z | Downloaded futures-channel v0.3.30 |
1229 | 2024-01-19T21:35:10.612Z | Downloaded tar v0.4.40 |
1230 | 2024-01-19T21:35:10.612Z | Downloaded parking_lot v0.11.2 |
1231 | 2024-01-19T21:35:10.612Z | Downloaded radium v0.7.0 |
1232 | 2024-01-19T21:35:10.612Z | Downloaded quick-error v1.2.3 |
1233 | 2024-01-19T21:35:10.612Z | Downloaded darling_core v0.14.4 |
1234 | 2024-01-19T21:35:10.612Z | Downloaded itertools v0.11.0 |
1235 | 2024-01-19T21:35:10.612Z | Downloaded crossbeam-channel v0.5.8 |
1236 | 2024-01-19T21:35:10.612Z | Downloaded darling_macro v0.14.4 |
1237 | 2024-01-19T21:35:10.612Z | Downloaded strum v0.25.0 |
1238 | 2024-01-19T21:35:10.612Z | Downloaded ref-cast v1.0.20 |
1239 | 2024-01-19T21:35:10.612Z | Downloaded topological-sort v0.2.2 |
1240 | 2024-01-19T21:35:10.612Z | Downloaded serde_with_macros v3.4.0 |
1241 | 2024-01-19T21:35:10.612Z | Downloaded uuid v1.6.1 |
1242 | 2024-01-19T21:35:10.612Z | Downloaded unicode-bidi v0.3.13 |
1243 | 2024-01-19T21:35:10.612Z | Downloaded rustc-demangle v0.1.23 |
1244 | 2024-01-19T21:35:10.612Z | Downloaded rust-argon2 v1.0.1 |
1245 | 2024-01-19T21:35:10.612Z | Downloaded base64 v0.21.7 |
1246 | 2024-01-19T21:35:10.612Z | Downloaded ff v0.13.0 |
1247 | 2024-01-19T21:35:10.613Z | Downloaded signature v2.1.0 |
1248 | 2024-01-19T21:35:10.613Z | Downloaded signature v1.6.4 |
1249 | 2024-01-19T21:35:10.613Z | Downloaded version_check v0.9.4 |
1250 | 2024-01-19T21:35:10.613Z | Downloaded tokio-native-tls v0.3.1 |
1251 | 2024-01-19T21:35:10.613Z | Downloaded pin-utils v0.1.0 |
1252 | 2024-01-19T21:35:10.613Z | Downloaded zerocopy v0.6.4 |
1253 | 2024-01-19T21:35:10.613Z | Downloaded structopt v0.3.26 |
1254 | 2024-01-19T21:35:10.613Z | Downloaded slog v2.7.0 |
1255 | 2024-01-19T21:35:10.613Z | Downloaded mime v0.3.17 |
1256 | 2024-01-19T21:35:10.613Z | Downloaded rand_chacha v0.3.1 |
1257 | 2024-01-19T21:35:10.613Z | Downloaded proc-macro-error-attr v1.0.4 |
1258 | 2024-01-19T21:35:10.613Z | Downloaded usdt v0.3.5 |
1259 | 2024-01-19T21:35:10.613Z | Downloaded slog-dtrace v0.2.3 |
1260 | 2024-01-19T21:35:10.613Z | Downloaded ed25519 v1.5.3 |
1261 | 2024-01-19T21:35:10.613Z | Downloaded usdt-attr-macro v0.3.5 |
1262 | 2024-01-19T21:35:10.614Z | Downloaded dof v0.1.5 |
1263 | 2024-01-19T21:35:10.614Z | Downloaded universal-hash v0.5.1 |
1264 | 2024-01-19T21:35:10.614Z | Downloaded secrecy v0.8.0 |
1265 | 2024-01-19T21:35:10.614Z | Downloaded sec1 v0.7.3 |
1266 | 2024-01-19T21:35:10.614Z | Downloaded scheduled-thread-pool v0.2.7 |
1267 | 2024-01-19T21:35:10.614Z | Downloaded untrusted v0.9.0 |
1268 | 2024-01-19T21:35:10.614Z | Downloaded rustversion v1.0.14 |
1269 | 2024-01-19T21:35:10.614Z | Downloaded rustls-pemfile v1.0.3 |
1270 | 2024-01-19T21:35:10.614Z | Downloaded rustfmt-wrapper v0.2.0 |
1271 | 2024-01-19T21:35:10.623Z | Downloaded rustc_version v0.1.7 |
1272 | 2024-01-19T21:35:10.624Z | Downloaded basic-toml v0.1.8 |
1273 | 2024-01-19T21:35:10.624Z | Downloaded spin v0.9.8 |
1274 | 2024-01-19T21:35:10.624Z | Downloaded indicatif v0.17.7 |
1275 | 2024-01-19T21:35:10.624Z | Downloaded term v0.7.0 |
1276 | 2024-01-19T21:35:10.697Z | Downloaded tempfile v3.8.1 |
1277 | 2024-01-19T21:35:10.698Z | Downloaded target-lexicon v0.12.12 |
1278 | 2024-01-19T21:35:10.698Z | Downloaded wyz v0.5.1 |
1279 | 2024-01-19T21:35:10.698Z | Downloaded slog-bunyan v2.5.0 |
1280 | 2024-01-19T21:35:10.698Z | Downloaded rand_xorshift v0.3.0 |
1281 | 2024-01-19T21:35:10.698Z | Downloaded sha2 v0.10.8 |
1282 | 2024-01-19T21:35:10.699Z | Downloaded embedded-io v0.4.0 |
1283 | 2024-01-19T21:35:10.699Z | Downloaded nu-ansi-term v0.49.0 |
1284 | 2024-01-19T21:35:10.699Z | Downloaded defmt v0.3.5 |
1285 | 2024-01-19T21:35:10.699Z | Downloaded zerocopy v0.3.0 |
1286 | 2024-01-19T21:35:10.699Z | Downloaded utf-8 v0.7.6 |
1287 | 2024-01-19T21:35:10.699Z | Downloaded rpassword v7.3.1 |
1288 | 2024-01-19T21:35:10.700Z | Downloaded supports-color v2.1.0 |
1289 | 2024-01-19T21:35:10.700Z | Downloaded display-error-chain v0.2.0 |
1290 | 2024-01-19T21:35:10.700Z | Downloaded dirs-sys-next v0.1.2 |
1291 | 2024-01-19T21:35:10.700Z | Downloaded downcast v0.11.0 |
1292 | 2024-01-19T21:35:10.700Z | Downloaded httptest v0.15.5 |
1293 | 2024-01-19T21:35:10.700Z | Downloaded blake2 v0.10.6 |
1294 | 2024-01-19T21:35:10.700Z | Downloaded usdt-macro v0.3.5 |
1295 | 2024-01-19T21:35:10.700Z | Downloaded untrusted v0.7.1 |
1296 | 2024-01-19T21:35:10.701Z | Downloaded target-spec v3.0.1 |
1297 | 2024-01-19T21:35:10.701Z | Downloaded semver v0.11.0 |
1298 | 2024-01-19T21:35:10.701Z | Downloaded miniz_oxide v0.7.1 |
1299 | 2024-01-19T21:35:10.701Z | Downloaded ahash v0.8.6 |
1300 | 2024-01-19T21:35:10.701Z | Downloaded unicase v2.7.0 |
1301 | 2024-01-19T21:35:10.701Z | Downloaded unarray v0.1.4 |
1302 | 2024-01-19T21:35:10.701Z | Downloaded structmeta-derive v0.2.0 |
1303 | 2024-01-19T21:35:10.701Z | Downloaded crossbeam-utils v0.8.16 |
1304 | 2024-01-19T21:35:10.715Z | Downloaded crossbeam-epoch v0.9.15 |
1305 | 2024-01-19T21:35:10.716Z | Downloaded addr2line v0.21.0 |
1306 | 2024-01-19T21:35:10.716Z | Downloaded form_urlencoded v1.2.1 |
1307 | 2024-01-19T21:35:10.716Z | Downloaded debug-ignore v1.0.5 |
1308 | 2024-01-19T21:35:10.716Z | Downloaded termcolor v1.2.0 |
1309 | 2024-01-19T21:35:10.716Z | Downloaded tap v1.0.1 |
1310 | 2024-01-19T21:35:10.716Z | Downloaded structmeta v0.2.0 |
1311 | 2024-01-19T21:35:10.717Z | Downloaded spki v0.7.2 |
1312 | 2024-01-19T21:35:10.717Z | Downloaded smawk v0.3.1 |
1313 | 2024-01-19T21:35:10.717Z | Downloaded multer v3.0.0 |
1314 | 2024-01-19T21:35:10.717Z | Downloaded mime_guess v2.0.4 |
1315 | 2024-01-19T21:35:10.717Z | Downloaded tempdir v0.3.7 |
1316 | 2024-01-19T21:35:10.717Z | Downloaded tabled_derive v0.6.0 |
1317 | 2024-01-19T21:35:10.717Z | Downloaded synstructure v0.12.6 |
1318 | 2024-01-19T21:35:10.717Z | Downloaded static_assertions v1.1.0 |
1319 | 2024-01-19T21:35:10.717Z | Downloaded slog-scope v4.4.0 |
1320 | 2024-01-19T21:35:10.717Z | Downloaded semver-parser v0.10.2 |
1321 | 2024-01-19T21:35:10.717Z | Downloaded lru-cache v0.1.2 |
1322 | 2024-01-19T21:35:10.717Z | Downloaded lock_api v0.4.10 |
1323 | 2024-01-19T21:35:10.717Z | Downloaded crc32fast v1.3.2 |
1324 | 2024-01-19T21:35:10.717Z | Downloaded bcs v0.1.6 |
1325 | 2024-01-19T21:35:10.717Z | Downloaded smf v0.2.2 |
1326 | 2024-01-19T21:35:10.718Z | Downloaded slog-json v2.6.1 |
1327 | 2024-01-19T21:35:10.718Z | Downloaded serde_plain v1.0.2 |
1328 | 2024-01-19T21:35:10.718Z | Downloaded signal-hook-tokio v0.3.1 |
1329 | 2024-01-19T21:35:10.718Z | Downloaded sha1 v0.10.6 |
1330 | 2024-01-19T21:35:10.718Z | Downloaded serde_repr v0.1.16 |
1331 | 2024-01-19T21:35:10.719Z | Downloaded serde_path_to_error v0.1.15 |
1332 | 2024-01-19T21:35:10.719Z | Downloaded byteorder v1.5.0 |
1333 | 2024-01-19T21:35:10.719Z | Downloaded blake2b_simd v1.0.1 |
1334 | 2024-01-19T21:35:10.719Z | Downloaded bitflags v2.4.0 |
1335 | 2024-01-19T21:35:10.725Z | Downloaded ansi_term v0.12.1 |
1336 | 2024-01-19T21:35:10.725Z | Downloaded signal-hook-registry v1.4.1 |
1337 | 2024-01-19T21:35:10.725Z | Downloaded signal-hook-mio v0.2.3 |
1338 | 2024-01-19T21:35:10.725Z | Downloaded scopeguard v1.2.0 |
1339 | 2024-01-19T21:35:10.725Z | Downloaded maplit v1.0.2 |
1340 | 2024-01-19T21:35:10.725Z | Downloaded base64ct v1.6.0 |
1341 | 2024-01-19T21:35:10.725Z | Downloaded backoff v0.4.0 |
1342 | 2024-01-19T21:35:10.725Z | Downloaded schemars_derive v0.8.16 |
1343 | 2024-01-19T21:35:10.734Z | Downloaded rusty-fork v0.3.0 |
1344 | 2024-01-19T21:35:10.734Z | Downloaded darling v0.14.4 |
1345 | 2024-01-19T21:35:10.737Z | Downloaded lazy_static v1.4.0 |
1346 | 2024-01-19T21:35:10.738Z | Downloaded darling v0.20.3 |
1347 | 2024-01-19T21:35:10.745Z | Downloaded crossbeam-deque v0.8.3 |
1348 | 2024-01-19T21:35:10.753Z | Downloaded assert_cmd v2.0.13 |
1349 | 2024-01-19T21:35:10.753Z | Downloaded argon2 v0.5.2 |
1350 | 2024-01-19T21:35:10.753Z | Downloaded rustls-pki-types v1.1.0 |
1351 | 2024-01-19T21:35:10.753Z | Downloaded nibble_vec v0.1.0 |
1352 | 2024-01-19T21:35:10.761Z | Downloaded mockall v0.12.0 |
1353 | 2024-01-19T21:35:10.761Z | Downloaded native-tls v0.2.11 |
1354 | 2024-01-19T21:35:10.769Z | Downloaded atomic-waker v1.1.1 |
1355 | 2024-01-19T21:35:10.769Z | Downloaded async-trait v0.1.77 |
1356 | 2024-01-19T21:35:10.769Z | Downloaded arrayvec v0.7.4 |
1357 | 2024-01-19T21:35:10.774Z | Downloaded endian-type v0.1.2 |
1358 | 2024-01-19T21:35:10.774Z | Downloaded tower-service v0.3.2 |
1359 | 2024-01-19T21:35:10.774Z | Downloaded take_mut v0.2.2 |
1360 | 2024-01-19T21:35:10.774Z | Downloaded swrite v0.1.0 |
1361 | 2024-01-19T21:35:10.782Z | Downloaded libloading v0.7.4 |
1362 | 2024-01-19T21:35:10.782Z | Downloaded bytecount v0.6.3 |
1363 | 2024-01-19T21:35:10.795Z | Downloaded cfg-if v1.0.0 |
1364 | 2024-01-19T21:35:10.795Z | Downloaded kstat-rs v0.2.3 |
1365 | 2024-01-19T21:35:10.795Z | Downloaded block-buffer v0.10.4 |
1366 | 2024-01-19T21:35:10.795Z | Downloaded linked-hash-map v0.5.6 |
1367 | 2024-01-19T21:35:10.795Z | Downloaded lalrpop-util v0.19.12 |
1368 | 2024-01-19T21:35:10.795Z | Downloaded hyper-staticfile v0.9.5 |
1369 | 2024-01-19T21:35:10.804Z | Downloaded crossbeam-queue v0.3.8 |
1370 | 2024-01-19T21:35:10.804Z | Downloaded crossbeam v0.8.2 |
1371 | 2024-01-19T21:35:10.804Z | Downloaded cookie v0.18.0 |
1372 | 2024-01-19T21:35:10.804Z | Downloaded crucible-workspace-hack v0.1.0 |
1373 | 2024-01-19T21:35:10.804Z | Downloaded buf-list v1.0.3 |
1374 | 2024-01-19T21:35:10.811Z | Downloaded bitfield v0.14.0 |
1375 | 2024-01-19T21:35:10.812Z | Downloaded cpufeatures v0.2.9 |
1376 | 2024-01-19T21:35:10.812Z | Downloaded normalize-line-endings v0.3.0 |
1377 | 2024-01-19T21:35:10.820Z | Downloaded memoffset v0.7.1 |
1378 | 2024-01-19T21:35:10.820Z | Downloaded nodrop v0.1.14 |
1379 | 2024-01-19T21:35:10.820Z | Downloaded macaddr v1.0.1 |
1380 | 2024-01-19T21:35:10.820Z | Downloaded cstr-argument v0.1.2 |
1381 | 2024-01-19T21:35:10.820Z | Downloaded crypto-common v0.1.6 |
1382 | 2024-01-19T21:35:10.821Z | Downloaded crunchy v0.2.2 |
1383 | 2024-01-19T21:35:10.821Z | Downloaded ciborium-ll v0.2.1 |
1384 | 2024-01-19T21:35:10.828Z | Downloaded new_debug_unreachable v1.0.4 |
1385 | 2024-01-19T21:35:10.828Z | Downloaded nested v0.1.1 |
1386 | 2024-01-19T21:35:10.828Z | Downloaded managed v0.8.0 |
1387 | 2024-01-19T21:35:10.828Z | Downloaded bb8 v0.8.1 |
1388 | 2024-01-19T21:35:10.828Z | Downloaded block-padding v0.3.3 |
1389 | 2024-01-19T21:35:10.835Z | Downloaded bit-vec v0.6.3 |
1390 | 2024-01-19T21:35:10.835Z | Downloaded bit-set v0.5.3 |
1391 | 2024-01-19T21:35:10.835Z | Downloaded base16ct v0.2.0 |
1392 | 2024-01-19T21:35:10.843Z | Downloaded async-recursion v1.0.5 |
1393 | 2024-01-19T21:35:10.843Z | Downloaded async-stream v0.3.5 |
1394 | 2024-01-19T21:35:10.843Z | Downloaded assert_matches v1.5.0 |
1395 | 2024-01-19T21:35:10.843Z | Downloaded anes v0.1.6 |
1396 | 2024-01-19T21:35:10.858Z | Downloaded autocfg v1.1.0 |
1397 | 2024-01-19T21:35:10.858Z | Downloaded approx v0.5.1 |
1398 | 2024-01-19T21:35:10.869Z | Downloaded num_enum v0.5.11 |
1399 | 2024-01-19T21:35:10.869Z | Downloaded match_cfg v0.1.0 |
1400 | 2024-01-19T21:35:10.869Z | Downloaded ascii-canvas v3.0.0 |
1401 | 2024-01-19T21:35:10.869Z | Downloaded atty v0.2.14 |
1402 | 2024-01-19T21:35:10.869Z | Downloaded arrayref v0.3.7 |
1403 | 2024-01-19T21:35:10.869Z | Downloaded omicron-zone-package v0.10.1 |
1404 | 2024-01-19T21:35:10.870Z | Downloaded newtype_derive v0.1.6 |
1405 | 2024-01-19T21:35:10.894Z | Downloaded newline-converter v0.3.0 |
1406 | 2024-01-19T21:35:10.894Z | Downloaded array-init v0.0.4 |
1407 | 2024-01-19T21:35:10.894Z | Downloaded openssl-sys v0.9.96 |
1408 | 2024-01-19T21:35:10.913Z | Downloaded olpc-cjson v0.1.3 |
1409 | 2024-01-19T21:35:10.913Z | Downloaded num_cpus v1.16.0 |
1410 | 2024-01-19T21:35:10.913Z | Downloaded keccak v0.1.4 |
1411 | 2024-01-19T21:35:10.914Z | Downloaded hubpack v0.1.2 |
1412 | 2024-01-19T21:35:10.914Z | Downloaded object v0.30.4 |
1413 | 2024-01-19T21:35:10.917Z | Downloaded num_threads v0.1.6 |
1414 | 2024-01-19T21:35:10.917Z | Downloaded matches v0.1.10 |
1415 | 2024-01-19T21:35:10.918Z | Downloaded instant v0.1.12 |
1416 | 2024-01-19T21:35:10.918Z | Downloaded async-stream-impl v0.3.5 |
1417 | 2024-01-19T21:35:10.918Z | Downloaded opaque-debug v0.3.0 |
1418 | 2024-01-19T21:35:10.918Z | Downloaded is_ci v1.1.1 |
1419 | 2024-01-19T21:35:10.918Z | Downloaded atomicwrites v0.4.3 |
1420 | 2024-01-19T21:35:10.921Z | Downloaded once_cell v1.19.0 |
1421 | 2024-01-19T21:35:10.921Z | Downloaded number_prefix v0.4.0 |
1422 | 2024-01-19T21:35:10.924Z | Downloaded num-traits v0.2.16 |
1423 | 2024-01-19T21:35:10.927Z | Downloaded indexmap v1.9.3 |
1424 | 2024-01-19T21:35:10.933Z | Downloaded crc v3.0.1 |
1425 | 2024-01-19T21:35:10.935Z | Downloaded num_enum_derive v0.5.11 |
1426 | 2024-01-19T21:35:10.939Z | Downloaded num-rational v0.4.1 |
1427 | 2024-01-19T21:35:10.942Z | Downloaded num-iter v0.1.43 |
1428 | 2024-01-19T21:35:10.942Z | Downloaded num-integer v0.1.45 |
1429 | 2024-01-19T21:35:10.944Z | Downloaded num-derive v0.4.0 |
1430 | 2024-01-19T21:35:10.947Z | Downloaded ipnet v2.9.0 |
1431 | 2024-01-19T21:35:10.953Z | Downloaded hyper-rustls v0.24.2 |
1432 | 2024-01-19T21:35:10.956Z | Downloaded darling_core v0.20.3 |
1433 | 2024-01-19T21:35:10.960Z | Downloaded curve25519-dalek-derive v0.1.0 |
1434 | 2024-01-19T21:35:10.963Z | Downloaded const-oid v0.9.5 |
1435 | 2024-01-19T21:35:10.967Z | Downloaded ident_case v1.0.1 |
1436 | 2024-01-19T21:35:10.970Z | Downloaded crc-any v2.4.3 |
1437 | 2024-01-19T21:35:10.973Z | Downloaded hyper-tls v0.5.0 |
1438 | 2024-01-19T21:35:10.973Z | Downloaded console v0.15.8 |
1439 | 2024-01-19T21:35:10.977Z | Downloaded impl-trait-for-tuples v0.2.2 |
1440 | 2024-01-19T21:35:10.981Z | Downloaded humantime v2.1.0 |
1441 | 2024-01-19T21:35:10.984Z | Downloaded corncobs v0.1.3 |
1442 | 2024-01-19T21:35:10.987Z | Downloaded cancel-safe-futures v0.1.5 |
1443 | 2024-01-19T21:35:10.990Z | Downloaded bytes v1.5.0 |
1444 | 2024-01-19T21:35:10.997Z | Downloaded criterion-plot v0.5.0 |
1445 | 2024-01-19T21:35:11.000Z | Downloaded crc-catalog v2.2.0 |
1446 | 2024-01-19T21:35:11.003Z | Downloaded convert_case v0.4.0 |
1447 | 2024-01-19T21:35:11.003Z | Downloaded constant_time_eq v0.2.6 |
1448 | 2024-01-19T21:35:11.006Z | Downloaded chacha20 v0.9.1 |
1449 | 2024-01-19T21:35:11.009Z | Downloaded cassowary v0.3.0 |
1450 | 2024-01-19T21:35:11.012Z | Downloaded iana-time-zone v0.1.57 |
1451 | 2024-01-19T21:35:11.025Z | Downloaded colored v2.0.4 |
1452 | 2024-01-19T21:35:11.025Z | Downloaded cobs v0.2.3 |
1453 | 2024-01-19T21:35:11.025Z | Downloaded clang-sys v1.6.1 |
1454 | 2024-01-19T21:35:11.025Z | Downloaded cipher v0.4.4 |
1455 | 2024-01-19T21:35:11.029Z | Downloaded cfg-expr v0.15.5 |
1456 | 2024-01-19T21:35:11.032Z | Downloaded camino-tempfile v1.1.1 |
1457 | 2024-01-19T21:35:11.820Z | Compiling serde v1.0.195 |
1458 | 2024-01-19T21:35:11.820Z | Compiling autocfg v1.1.0 |
1459 | 2024-01-19T21:35:11.823Z | Checking cfg-if v1.0.0 |
1460 | 2024-01-19T21:35:11.823Z | Compiling version_check v0.9.4 |
1461 | 2024-01-19T21:35:11.823Z | Compiling syn v1.0.109 |
1462 | 2024-01-19T21:35:12.268Z | Checking libc v0.2.152 |
1463 | 2024-01-19T21:35:12.278Z | Compiling syn v2.0.46 |
1464 | 2024-01-19T21:35:12.278Z | Compiling parking_lot_core v0.9.8 |
1465 | 2024-01-19T21:35:12.278Z | Compiling libm v0.2.7 |
1466 | 2024-01-19T21:35:12.542Z | Compiling cc v1.0.83 |
1467 | 2024-01-19T21:35:12.703Z | Compiling once_cell v1.19.0 |
1468 | 2024-01-19T21:35:12.807Z | Compiling serde_json v1.0.111 |
1469 | 2024-01-19T21:35:13.223Z | Compiling lock_api v0.4.10 |
1470 | 2024-01-19T21:35:13.245Z | Compiling num-traits v0.2.16 |
1471 | 2024-01-19T21:35:13.304Z | Compiling memchr v2.6.3 |
1472 | 2024-01-19T21:35:13.322Z | Compiling typenum v1.16.0 |
1473 | 2024-01-19T21:35:13.733Z | Checking getrandom v0.2.10 |
1474 | 2024-01-19T21:35:13.821Z | Compiling generic-array v0.14.7 |
1475 | 2024-01-19T21:35:14.057Z | Compiling slab v0.4.9 |
1476 | 2024-01-19T21:35:14.656Z | Checking scopeguard v1.2.0 |
1477 | 2024-01-19T21:35:14.659Z | Compiling log v0.4.20 |
1478 | 2024-01-19T21:35:15.105Z | Compiling pkg-config v0.3.27 |
1479 | 2024-01-19T21:35:15.693Z | Checking smallvec v1.11.2 |
1480 | 2024-01-19T21:35:16.001Z | Compiling byteorder v1.5.0 |
1481 | 2024-01-19T21:35:16.279Z | Checking itoa v1.0.9 |
1482 | 2024-01-19T21:35:16.317Z | Compiling rustix v0.38.25 |
1483 | 2024-01-19T21:35:16.589Z | Compiling indexmap v1.9.3 |
1484 | 2024-01-19T21:35:16.785Z | Compiling schemars v0.8.16 |
1485 | 2024-01-19T21:35:17.015Z | Compiling vcpkg v0.2.15 |
1486 | 2024-01-19T21:35:17.179Z | Compiling fnv v1.0.7 |
1487 | 2024-01-19T21:35:17.287Z | Compiling httparse v1.8.0 |
1488 | 2024-01-19T21:35:17.332Z | Checking rand_core v0.6.4 |
1489 | 2024-01-19T21:35:17.937Z | Compiling ring v0.17.7 |
1490 | 2024-01-19T21:35:17.938Z | Compiling aho-corasick v1.0.4 |
1491 | 2024-01-19T21:35:19.646Z | Compiling regex-syntax v0.8.2 |
1492 | 2024-01-19T21:35:20.571Z | Compiling openssl-sys v0.9.96 |
1493 | 2024-01-19T21:35:21.987Z | Compiling parking_lot v0.12.1 |
1494 | 2024-01-19T21:35:22.649Z | Compiling ring v0.16.20 |
1495 | 2024-01-19T21:35:23.244Z | Compiling ahash v0.8.6 |
1496 | 2024-01-19T21:35:23.719Z | Compiling serde_derive_internals v0.26.0 |
1497 | 2024-01-19T21:35:24.214Z | Checking pin-project-lite v0.2.13 |
1498 | 2024-01-19T21:35:24.309Z | Compiling openssl v0.10.60 |
1499 | 2024-01-19T21:35:25.091Z | Compiling regex-automata v0.4.3 |
1500 | 2024-01-19T21:35:25.558Z | Checking signal-hook-registry v1.4.1 |
1501 | 2024-01-19T21:35:25.858Z | Compiling rustls v0.21.9 |
1502 | 2024-01-19T21:35:26.275Z | Compiling ucd-trie v0.1.6 |
1503 | 2024-01-19T21:35:27.244Z | Checking mio v0.8.9 |
1504 | 2024-01-19T21:35:27.460Z | Compiling native-tls v0.2.11 |
1505 | 2024-01-19T21:35:27.923Z | Compiling iana-time-zone v0.1.57 |
1506 | 2024-01-19T21:35:28.197Z | Checking spin v0.5.2 |
1507 | 2024-01-19T21:35:28.372Z | Checking futures-core v0.3.30 |
1508 | 2024-01-19T21:35:28.650Z | Compiling async-trait v0.1.77 |
1509 | 2024-01-19T21:35:28.736Z | Checking num_cpus v1.16.0 |
1510 | 2024-01-19T21:35:29.122Z | Checking ryu v1.0.15 |
1511 | 2024-01-19T21:35:29.449Z | Compiling unicode-xid v0.2.4 |
1512 | 2024-01-19T21:35:29.467Z | Compiling dyn-clone v1.0.13 |
1513 | 2024-01-19T21:35:29.678Z | Compiling backtrace v0.3.69 |
1514 | 2024-01-19T21:35:29.755Z | Checking socket2 v0.5.5 |
1515 | 2024-01-19T21:35:30.461Z | Compiling futures-sink v0.3.30 |
1516 | 2024-01-19T21:35:30.511Z | Compiling errno v0.3.2 |
1517 | 2024-01-19T21:35:30.587Z | Compiling crossbeam-utils v0.8.16 |
1518 | 2024-01-19T21:35:30.669Z | Compiling tinyvec_macros v0.1.1 |
1519 | 2024-01-19T21:35:30.783Z | Compiling crc32fast v1.3.2 |
1520 | 2024-01-19T21:35:30.822Z | Compiling tinyvec v1.6.0 |
1521 | 2024-01-19T21:35:30.881Z | Compiling futures-channel v0.3.30 |
1522 | 2024-01-19T21:35:31.538Z | Compiling anyhow v1.0.75 |
1523 | 2024-01-19T21:35:31.642Z | Compiling regex v1.10.2 |
1524 | 2024-01-19T21:35:31.898Z | Compiling futures-io v0.3.30 |
1525 | 2024-01-19T21:35:32.171Z | Compiling pin-utils v0.1.0 |
1526 | 2024-01-19T21:35:32.291Z | Compiling futures-task v0.3.30 |
1527 | 2024-01-19T21:35:32.333Z | Compiling spin v0.9.8 |
1528 | 2024-01-19T21:35:32.719Z | Compiling tracing-core v0.1.31 |
1529 | 2024-01-19T21:35:32.894Z | Compiling unicode-bidi v0.3.13 |
1530 | 2024-01-19T21:35:33.375Z | Compiling unicode-normalization v0.1.22 |
1531 | 2024-01-19T21:35:34.747Z | Compiling num-integer v0.1.45 |
1532 | 2024-01-19T21:35:35.066Z | Compiling slog v2.7.0 |
1533 | 2024-01-19T21:35:35.165Z | Compiling synstructure v0.12.6 |
1534 | 2024-01-19T21:35:35.215Z | Compiling lazy_static v1.4.0 |
1535 | 2024-01-19T21:35:35.232Z | Compiling serde_derive v1.0.195 |
1536 | 2024-01-19T21:35:35.363Z | Compiling thiserror-impl v1.0.49 |
1537 | 2024-01-19T21:35:35.420Z | Compiling zeroize_derive v1.4.2 |
1538 | 2024-01-19T21:35:35.769Z | Compiling tokio-macros v2.2.0 |
1539 | 2024-01-19T21:35:35.788Z | Compiling futures-macro v0.3.30 |
1540 | 2024-01-19T21:35:36.593Z | Compiling tracing-attributes v0.1.26 |
1541 | 2024-01-19T21:35:38.130Z | Compiling schemars_derive v0.8.16 |
1542 | 2024-01-19T21:35:38.207Z | Compiling zerocopy-derive v0.7.31 |
1543 | 2024-01-19T21:35:38.646Z | Checking zeroize v1.7.0 |
1544 | 2024-01-19T21:35:39.002Z | Compiling openssl-macros v0.1.1 |
1545 | 2024-01-19T21:35:40.711Z | Compiling futures-util v0.3.30 |
1546 | 2024-01-19T21:35:40.852Z | Compiling thiserror v1.0.49 |
1547 | 2024-01-19T21:35:41.043Z | Compiling pest v2.7.2 |
1548 | 2024-01-19T21:35:42.137Z | Compiling zerocopy v0.7.31 |
1549 | 2024-01-19T21:35:42.997Z | Compiling der_derive v0.7.2 |
1550 | 2024-01-19T21:35:43.134Z | Compiling tracing v0.1.37 |
1551 | 2024-01-19T21:35:43.956Z | Checking subtle v2.5.0 |
1552 | 2024-01-19T21:35:44.174Z | Compiling base64 v0.21.7 |
1553 | 2024-01-19T21:35:44.336Z | Compiling unicode-width v0.1.11 |
1554 | 2024-01-19T21:35:44.665Z | Compiling zerocopy-derive v0.2.0 |
1555 | 2024-01-19T21:35:45.375Z | Compiling pest_meta v2.7.2 |
1556 | 2024-01-19T21:35:45.560Z | Compiling hashbrown v0.13.2 |
1557 | 2024-01-19T21:35:45.708Z | Compiling percent-encoding v2.3.1 |
1558 | 2024-01-19T21:35:46.157Z | Compiling foreign-types-shared v0.1.1 |
1559 | 2024-01-19T21:35:46.316Z | Compiling untrusted v0.9.0 |
1560 | 2024-01-19T21:35:46.336Z | Compiling openssl-probe v0.1.5 |
1561 | 2024-01-19T21:35:46.565Z | Compiling hashbrown v0.12.3 |
1562 | 2024-01-19T21:35:46.826Z | Compiling untrusted v0.7.1 |
1563 | 2024-01-19T21:35:47.131Z | Compiling time-core v0.1.1 |
1564 | 2024-01-19T21:35:47.321Z | Compiling rustversion v1.0.14 |
1565 | 2024-01-19T21:35:47.371Z | Compiling time-macros v0.2.13 |
1566 | 2024-01-19T21:35:47.972Z | Compiling pest_generator v2.7.2 |
1567 | 2024-01-19T21:35:50.568Z | Compiling foreign-types v0.3.2 |
1568 | 2024-01-19T21:35:51.238Z | Compiling try-lock v0.2.4 |
1569 | 2024-01-19T21:35:51.546Z | Compiling want v0.3.1 |
1570 | 2024-01-19T21:35:51.954Z | Compiling rustls-webpki v0.101.7 |
1571 | 2024-01-19T21:35:53.448Z | Compiling sct v0.7.0 |
1572 | 2024-01-19T21:35:53.474Z | Compiling form_urlencoded v1.2.1 |
1573 | 2024-01-19T21:35:53.749Z | Compiling pest_derive v2.7.2 |
1574 | 2024-01-19T21:35:54.388Z | Compiling socket2 v0.4.9 |
1575 | 2024-01-19T21:35:54.820Z | Compiling httpdate v1.0.3 |
1576 | 2024-01-19T21:35:54.987Z | Compiling const-oid v0.9.5 |
1577 | 2024-01-19T21:35:55.241Z | Compiling tower-service v0.3.2 |
1578 | 2024-01-19T21:35:55.562Z | Compiling rustls-pemfile v1.0.3 |
1579 | 2024-01-19T21:35:55.729Z | Compiling idna v0.5.0 |
1580 | 2024-01-19T21:35:55.877Z | Compiling usdt-impl v0.3.5 |
1581 | 2024-01-19T21:35:56.105Z | Compiling memoffset v0.9.0 |
1582 | 2024-01-19T21:35:56.390Z | Compiling adler v1.0.2 |
1583 | 2024-01-19T21:35:56.712Z | Compiling miniz_oxide v0.7.1 |
1584 | 2024-01-19T21:35:56.963Z | Compiling rustls-native-certs v0.6.3 |
1585 | 2024-01-19T21:35:57.604Z | Compiling url v2.5.0 |
1586 | 2024-01-19T21:35:58.100Z | Checking bytes v1.5.0 |
1587 | 2024-01-19T21:35:58.158Z | Checking bitflags v2.4.0 |
1588 | 2024-01-19T21:35:58.572Z | Compiling zerocopy v0.3.0 |
1589 | 2024-01-19T21:35:59.187Z | Checking crypto-common v0.1.6 |
1590 | 2024-01-19T21:35:59.338Z | Checking tokio v1.35.1 |
1591 | 2024-01-19T21:35:59.805Z | Compiling indexmap v2.1.0 |
1592 | 2024-01-19T21:36:00.736Z | Compiling semver v1.0.21 |
1593 | 2024-01-19T21:36:01.114Z | Compiling chrono v0.4.31 |
1594 | 2024-01-19T21:36:01.815Z | Compiling uuid v1.6.1 |
1595 | 2024-01-19T21:36:01.929Z | Compiling rustc_version v0.4.0 |
1596 | 2024-01-19T21:36:02.106Z | Compiling http v0.2.11 |
1597 | 2024-01-19T21:36:04.049Z | Compiling serde_spanned v0.6.4 |
1598 | 2024-01-19T21:36:04.285Z | Compiling toml_datetime v0.6.5 |
1599 | 2024-01-19T21:36:04.983Z | Compiling toml_edit v0.19.15 |
1600 | 2024-01-19T21:36:06.216Z | Compiling openapiv3 v2.0.0 |
1601 | 2024-01-19T21:36:07.589Z | Compiling http-body v0.4.5 |
1602 | 2024-01-19T21:36:08.180Z | Compiling heapless v0.7.16 |
1603 | 2024-01-19T21:36:09.355Z | Compiling ipnet v2.9.0 |
1604 | 2024-01-19T21:36:10.181Z | Compiling signal-hook v0.3.17 |
1605 | 2024-01-19T21:36:10.571Z | Compiling either v1.9.0 |
1606 | 2024-01-19T21:36:11.109Z | Compiling dof v0.1.5 |
1607 | 2024-01-19T21:36:11.259Z | Compiling serde_urlencoded v0.7.1 |
1608 | 2024-01-19T21:36:11.436Z | Compiling dtrace-parser v0.1.14 |
1609 | 2024-01-19T21:36:12.365Z | Compiling zerocopy-derive v0.6.4 |
1610 | 2024-01-19T21:36:12.581Z | Compiling clap_derive v4.4.2 |
1611 | 2024-01-19T21:36:13.612Z | Compiling crossbeam-epoch v0.9.15 |
1612 | 2024-01-19T21:36:14.274Z | Compiling encoding_rs v0.8.33 |
1613 | 2024-01-19T21:36:14.510Z | Compiling thread-id v4.2.0 |
1614 | 2024-01-19T21:36:14.662Z | Compiling mime v0.3.17 |
1615 | 2024-01-19T21:36:14.742Z | Compiling siphasher v0.3.11 |
1616 | 2024-01-19T21:36:15.350Z | Compiling tokio-util v0.7.10 |
1617 | 2024-01-19T21:36:15.561Z | Compiling tokio-rustls v0.24.1 |
1618 | 2024-01-19T21:36:16.015Z | Compiling webpki-roots v0.25.2 |
1619 | 2024-01-19T21:36:16.253Z | Compiling gimli v0.28.0 |
1620 | 2024-01-19T21:36:17.813Z | Compiling h2 v0.3.21 |
1621 | 2024-01-19T21:36:18.232Z | Compiling serde_tokenstream v0.1.7 |
1622 | 2024-01-19T21:36:19.221Z | Compiling strum_macros v0.25.2 |
1623 | 2024-01-19T21:36:19.993Z | Compiling tokio-native-tls v0.3.1 |
1624 | 2024-01-19T21:36:20.367Z | Compiling block-buffer v0.10.4 |
1625 | 2024-01-19T21:36:21.024Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1626 | 2024-01-19T21:36:21.278Z | Compiling object v0.32.1 |
1627 | 2024-01-19T21:36:21.959Z | Compiling num-iter v0.1.43 |
1628 | 2024-01-19T21:36:22.272Z | Compiling rustc-demangle v0.1.23 |
1629 | 2024-01-19T21:36:23.191Z | Compiling addr2line v0.21.0 |
1630 | 2024-01-19T21:36:24.187Z | Compiling flate2 v1.0.28 |
1631 | 2024-01-19T21:36:24.555Z | Compiling digest v0.10.7 |
1632 | 2024-01-19T21:36:25.016Z | Compiling ppv-lite86 v0.2.17 |
1633 | 2024-01-19T21:36:25.249Z | Compiling doc-comment v0.3.3 |
1634 | 2024-01-19T21:36:25.784Z | Compiling usdt-macro v0.3.5 |
1635 | 2024-01-19T21:36:25.859Z | Compiling usdt-attr-macro v0.3.5 |
1636 | 2024-01-19T21:36:26.190Z | Compiling toml v0.7.8 |
1637 | 2024-01-19T21:36:26.312Z | Compiling rand_chacha v0.3.1 |
1638 | 2024-01-19T21:36:26.387Z | Compiling toml_edit v0.21.0 |
1639 | 2024-01-19T21:36:27.860Z | Compiling hex v0.4.3 |
1640 | 2024-01-19T21:36:27.887Z | Compiling pin-project-internal v1.1.3 |
1641 | 2024-01-19T21:36:28.279Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1642 | 2024-01-19T21:36:29.065Z | Compiling hyper v0.14.27 |
1643 | 2024-01-19T21:36:29.192Z | Compiling bit-vec v0.6.3 |
1644 | 2024-01-19T21:36:30.094Z | Compiling rand v0.8.5 |
1645 | 2024-01-19T21:36:30.471Z | Compiling phf_shared v0.10.0 |
1646 | 2024-01-19T21:36:32.620Z | Compiling num-bigint v0.4.4 |
1647 | 2024-01-19T21:36:32.892Z | Compiling fixedbitset v0.4.2 |
1648 | 2024-01-19T21:36:33.592Z | Compiling minimal-lexical v0.2.1 |
1649 | 2024-01-19T21:36:33.704Z | Compiling precomputed-hash v0.1.1 |
1650 | 2024-01-19T21:36:33.852Z | Compiling new_debug_unreachable v1.0.4 |
1651 | 2024-01-19T21:36:33.900Z | Compiling smoltcp v0.9.1 |
1652 | 2024-01-19T21:36:33.976Z | Compiling base64ct v1.6.0 |
1653 | 2024-01-19T21:36:34.014Z | Compiling string_cache v0.8.7 |
1654 | 2024-01-19T21:36:34.404Z | Compiling nom v7.1.3 |
1655 | 2024-01-19T21:36:34.700Z | Compiling pem-rfc7468 v0.7.0 |
1656 | 2024-01-19T21:36:35.014Z | Compiling petgraph v0.6.4 |
1657 | 2024-01-19T21:36:35.535Z | Compiling bit-set v0.5.3 |
1658 | 2024-01-19T21:36:35.910Z | Compiling hmac v0.12.1 |
1659 | 2024-01-19T21:36:35.945Z | Compiling itertools v0.10.5 |
1660 | 2024-01-19T21:36:37.240Z | Compiling enum-as-inner v0.5.1 |
1661 | 2024-01-19T21:36:37.414Z | Compiling hubpack_derive v0.1.1 |
1662 | 2024-01-19T21:36:37.466Z | Compiling diesel_table_macro_syntax v0.1.0 |
1663 | 2024-01-19T21:36:38.797Z | Compiling lalrpop-util v0.19.12 |
1664 | 2024-01-19T21:36:38.907Z | Checking bitflags v1.3.2 |
1665 | 2024-01-19T21:36:39.100Z | Compiling unicode-segmentation v1.10.1 |
1666 | 2024-01-19T21:36:39.316Z | Compiling flagset v0.4.3 |
1667 | 2024-01-19T21:36:39.656Z | Compiling der v0.7.8 |
1668 | 2024-01-19T21:36:39.737Z | Compiling diesel_derives v2.1.2 |
1669 | 2024-01-19T21:36:40.485Z | Compiling hyper-rustls v0.24.2 |
1670 | 2024-01-19T21:36:40.490Z | Compiling hyper-tls v0.5.0 |
1671 | 2024-01-19T21:36:40.644Z | Compiling snafu-derive v0.7.5 |
1672 | 2024-01-19T21:36:40.999Z | Compiling cpufeatures v0.2.9 |
1673 | 2024-01-19T21:36:41.134Z | Compiling reqwest v0.11.22 |
1674 | 2024-01-19T21:36:41.326Z | Compiling sha2 v0.10.8 |
1675 | 2024-01-19T21:36:41.599Z | Compiling rustix v0.37.23 |
1676 | 2024-01-19T21:36:42.042Z | Compiling md-5 v0.10.5 |
1677 | 2024-01-19T21:36:42.396Z | Compiling serde_repr v0.1.16 |
1678 | 2024-01-19T21:36:43.841Z | Compiling spki v0.7.2 |
1679 | 2024-01-19T21:36:44.395Z | Compiling stringprep v0.1.3 |
1680 | 2024-01-19T21:36:45.012Z | Compiling hash32 v0.2.1 |
1681 | 2024-01-19T21:36:45.529Z | Compiling stable_deref_trait v1.2.0 |
1682 | 2024-01-19T21:36:45.630Z | Compiling fallible-iterator v0.2.0 |
1683 | 2024-01-19T21:36:45.963Z | Compiling pkcs8 v0.10.2 |
1684 | 2024-01-19T21:36:46.304Z | Compiling terminal_size v0.2.6 |
1685 | 2024-01-19T21:36:46.760Z | Compiling postgres-protocol v0.6.6 |
1686 | 2024-01-19T21:36:46.795Z | Compiling phf_shared v0.11.2 |
1687 | 2024-01-19T21:36:47.361Z | Compiling ff v0.13.0 |
1688 | 2024-01-19T21:36:47.532Z | Compiling block-padding v0.3.3 |
1689 | 2024-01-19T21:36:47.706Z | Compiling scheduled-thread-pool v0.2.7 |
1690 | 2024-01-19T21:36:47.903Z | Compiling deranged v0.3.8 |
1691 | 2024-01-19T21:36:47.998Z | Compiling managed v0.8.0 |
1692 | 2024-01-19T21:36:48.414Z | Compiling matches v0.1.10 |
1693 | 2024-01-19T21:36:48.536Z | Compiling regex-automata v0.1.10 |
1694 | 2024-01-19T21:36:48.621Z | Compiling num_threads v0.1.6 |
1695 | 2024-01-19T21:36:48.706Z | Compiling base16ct v0.2.0 |
1696 | 2024-01-19T21:36:48.878Z | Compiling idna v0.2.3 |
1697 | 2024-01-19T21:36:49.184Z | Compiling bstr v0.2.17 |
1698 | 2024-01-19T21:36:49.268Z | Compiling sec1 v0.7.3 |
1699 | 2024-01-19T21:36:50.117Z | Compiling r2d2 v0.8.10 |
1700 | 2024-01-19T21:36:50.165Z | Compiling postgres-types v0.2.6 |
1701 | 2024-01-19T21:36:50.670Z | Compiling inout v0.1.3 |
1702 | 2024-01-19T21:36:50.822Z | Compiling time v0.3.27 |
1703 | 2024-01-19T21:36:51.057Z | Compiling clap_builder v4.4.2 |
1704 | 2024-01-19T21:36:51.553Z | Compiling group v0.13.0 |
1705 | 2024-01-19T21:36:51.579Z | Compiling signal-hook-mio v0.2.3 |
1706 | 2024-01-19T21:36:51.794Z | Compiling phf v0.11.2 |
1707 | 2024-01-19T21:36:52.012Z | Compiling bzip2 v0.4.4 |
1708 | 2024-01-19T21:36:52.429Z | Compiling hubpack v0.1.2 |
1709 | 2024-01-19T21:36:52.590Z | Compiling hkdf v0.12.4 |
1710 | 2024-01-19T21:36:52.679Z | Compiling pin-project v1.1.3 |
1711 | 2024-01-19T21:36:53.098Z | Compiling zerocopy v0.6.4 |
1712 | 2024-01-19T21:36:53.332Z | Compiling ipnetwork v0.20.0 |
1713 | 2024-01-19T21:36:54.544Z | Compiling crypto-bigint v0.5.2 |
1714 | 2024-01-19T21:36:54.769Z | Compiling futures-executor v0.3.30 |
1715 | 2024-01-19T21:36:55.665Z | Compiling float-cmp v0.9.0 |
1716 | 2024-01-19T21:36:55.986Z | Compiling static_assertions v1.1.0 |
1717 | 2024-01-19T21:36:56.357Z | Compiling difflib v0.4.0 |
1718 | 2024-01-19T21:36:56.964Z | Checking unicode-ident v1.0.12 |
1719 | 2024-01-19T21:36:57.193Z | Compiling data-encoding v2.4.0 |
1720 | 2024-01-19T21:36:58.953Z | Compiling whoami v1.4.1 |
1721 | 2024-01-19T21:36:59.814Z | Compiling predicates-core v1.0.6 |
1722 | 2024-01-19T21:36:59.907Z | Compiling regex-automata v0.3.8 |
1723 | 2024-01-19T21:37:00.276Z | Compiling normalize-line-endings v0.3.0 |
1724 | 2024-01-19T21:37:00.332Z | Compiling tokio-postgres v0.7.10 |
1725 | 2024-01-19T21:37:00.440Z | Compiling predicates v3.1.0 |
1726 | 2024-01-19T21:37:01.084Z | Compiling trust-dns-proto v0.22.0 |
1727 | 2024-01-19T21:37:03.201Z | Compiling bstr v1.6.0 |
1728 | 2024-01-19T21:37:03.878Z | Compiling elliptic-curve v0.13.8 |
1729 | 2024-01-19T21:37:05.093Z | Compiling clap v4.4.3 |
1730 | 2024-01-19T21:37:05.239Z | Compiling yasna v0.5.2 |
1731 | 2024-01-19T21:37:05.715Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1732 | 2024-01-19T21:37:06.618Z | Compiling diesel v2.1.4 |
1733 | 2024-01-19T21:37:06.716Z | Compiling futures v0.3.30 |
1734 | 2024-01-19T21:37:06.863Z | Compiling snafu v0.7.5 |
1735 | 2024-01-19T21:37:06.942Z | Compiling zip v0.6.6 |
1736 | 2024-01-19T21:37:08.229Z | Compiling crossterm v0.27.0 |
1737 | 2024-01-19T21:37:08.425Z | Compiling cipher v0.4.4 |
1738 | 2024-01-19T21:37:08.580Z | Compiling similar v2.3.0 |
1739 | 2024-01-19T21:37:09.466Z | Compiling usdt v0.3.5 |
1740 | 2024-01-19T21:37:09.876Z | Compiling tokio-stream v0.1.14 |
1741 | 2024-01-19T21:37:09.983Z | Compiling console v0.15.8 |
1742 | 2024-01-19T21:37:12.708Z | Checking equivalent v1.0.1 |
1743 | 2024-01-19T21:37:12.783Z | Checking hashbrown v0.14.2 |
1744 | 2024-01-19T21:37:14.449Z | Checking proc-macro2 v1.0.74 |
1745 | 2024-01-19T21:37:15.449Z | Checking quote v1.0.35 |
1746 | 2024-01-19T21:37:17.573Z | Checking utf8parse v0.2.1 |
1747 | 2024-01-19T21:37:19.088Z | Checking anstyle v1.0.2 |
1748 | 2024-01-19T21:37:20.936Z | Checking io-lifetimes v1.0.11 |
1749 | 2024-01-19T21:37:24.761Z | Checking anstyle-parse v0.2.1 |
1750 | 2024-01-19T21:37:27.177Z | Checking colorchoice v1.0.0 |
1751 | 2024-01-19T21:37:28.010Z | Checking anstyle-query v1.0.0 |
1752 | 2024-01-19T21:37:28.588Z | Checking anstream v0.5.0 |
1753 | 2024-01-19T21:37:28.657Z | Checking clap_lex v0.5.1 |
1754 | 2024-01-19T21:37:28.735Z | Checking strsim v0.10.0 |
1755 | 2024-01-19T21:37:30.555Z | Checking winnow v0.5.15 |
1756 | 2024-01-19T21:37:36.964Z | Compiling serde_tokenstream v0.2.0 |
1757 | 2024-01-19T21:37:39.348Z | Compiling regress v0.7.1 |
1758 | 2024-01-19T21:37:44.747Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1759 | 2024-01-19T21:37:54.304Z | Compiling getopts v0.2.21 |
1760 | 2024-01-19T21:37:54.791Z | Compiling unsafe-libyaml v0.2.10 |
1761 | 2024-01-19T21:37:55.539Z | Checking heck v0.4.1 |
1762 | 2024-01-19T21:37:56.013Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1763 | 2024-01-19T21:37:56.973Z | Compiling serde_yaml v0.9.25 |
1764 | 2024-01-19T21:37:58.151Z | Compiling ident_case v1.0.1 |
1765 | 2024-01-19T21:37:58.151Z | Checking match_cfg v0.1.0 |
1766 | 2024-01-19T21:37:58.151Z | Checking fastrand v2.0.0 |
1767 | 2024-01-19T21:37:58.333Z | Checking hostname v0.3.1 |
1768 | 2024-01-19T21:37:58.706Z | Checking tempfile v3.8.1 |
1769 | 2024-01-19T21:37:58.706Z | Checking camino v1.1.6 |
1770 | 2024-01-19T21:37:58.706Z | Checking atty v0.2.14 |
1771 | 2024-01-19T21:37:58.925Z | Checking quick-error v1.2.3 |
1772 | 2024-01-19T21:37:58.988Z | Compiling paste v1.0.14 |
1773 | 2024-01-19T21:37:58.988Z | Checking crossbeam-channel v0.5.8 |
1774 | 2024-01-19T21:37:59.389Z | Checking sha1 v0.10.6 |
1775 | 2024-01-19T21:37:59.947Z | Checking dirs-sys-next v0.1.2 |
1776 | 2024-01-19T21:38:12.822Z | Checking dirs-next v2.0.0 |
1777 | 2024-01-19T21:38:12.822Z | Checking thread_local v1.1.7 |
1778 | 2024-01-19T21:38:12.914Z | Checking instant v0.1.12 |
1779 | 2024-01-19T21:38:12.914Z | Compiling slog-async v2.8.0 |
1780 | 2024-01-19T21:38:12.914Z | Checking term v0.7.0 |
1781 | 2024-01-19T21:38:12.914Z | Compiling multer v3.0.0 |
1782 | 2024-01-19T21:38:12.914Z | Checking debug-ignore v1.0.5 |
1783 | 2024-01-19T21:38:12.915Z | Checking take_mut v0.2.2 |
1784 | 2024-01-19T21:38:12.915Z | Checking slog-term v2.9.0 |
1785 | 2024-01-19T21:38:12.916Z | Compiling darling_core v0.20.3 |
1786 | 2024-01-19T21:38:12.916Z | Checking slog-json v2.6.1 |
1787 | 2024-01-19T21:38:12.916Z | Checking http v1.0.0 |
1788 | 2024-01-19T21:38:12.916Z | Compiling async-stream-impl v0.3.5 |
1789 | 2024-01-19T21:38:12.970Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1790 | 2024-01-19T21:38:12.970Z | Checking rustls-pki-types v1.1.0 |
1791 | 2024-01-19T21:38:12.970Z | Checking atomic-waker v1.1.1 |
1792 | 2024-01-19T21:38:12.970Z | Checking waitgroup v0.1.2 |
1793 | 2024-01-19T21:38:12.970Z | Checking slog-bunyan v2.5.0 |
1794 | 2024-01-19T21:38:12.970Z | Checking rustls-pemfile v2.0.0 |
1795 | 2024-01-19T21:38:12.971Z | Checking async-stream v0.3.5 |
1796 | 2024-01-19T21:38:12.971Z | Checking toml v0.8.8 |
1797 | 2024-01-19T21:38:12.971Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1798 | 2024-01-19T21:38:12.971Z | Checking serde_path_to_error v0.1.15 |
1799 | 2024-01-19T21:38:12.971Z | Checking strum v0.25.0 |
1800 | 2024-01-19T21:38:12.971Z | Compiling structmeta-derive v0.2.0 |
1801 | 2024-01-19T21:38:12.971Z | Checking wait-timeout v0.2.0 |
1802 | 2024-01-19T21:38:12.971Z | Checking rand_xorshift v0.3.0 |
1803 | 2024-01-19T21:38:12.972Z | Checking rusty-fork v0.3.0 |
1804 | 2024-01-19T21:38:12.972Z | Compiling regex-syntax v0.7.5 |
1805 | 2024-01-19T21:38:12.973Z | Checking unarray v0.1.4 |
1806 | 2024-01-19T21:38:12.973Z | Checking proptest v1.4.0 |
1807 | 2024-01-19T21:38:12.973Z | Compiling structmeta v0.2.0 |
1808 | 2024-01-19T21:38:12.973Z | Checking backoff v0.4.0 |
1809 | 2024-01-19T21:38:12.973Z | Compiling test-strategy v0.3.1 |
1810 | 2024-01-19T21:38:12.973Z | Compiling darling_macro v0.20.3 |
1811 | 2024-01-19T21:38:12.973Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1812 | 2024-01-19T21:38:12.973Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1813 | 2024-01-19T21:38:13.476Z | Compiling darling v0.20.3 |
1814 | 2024-01-19T21:38:13.575Z | Compiling serde_with_macros v3.4.0 |
1815 | 2024-01-19T21:38:13.859Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1816 | 2024-01-19T21:38:13.958Z | Checking macaddr v1.0.1 |
1817 | 2024-01-19T21:38:14.101Z | Checking camino-tempfile v1.1.1 |
1818 | 2024-01-19T21:38:14.377Z | Checking is-terminal v0.4.9 |
1819 | 2024-01-19T21:38:14.476Z | Compiling proc-macro-error-attr v1.0.4 |
1820 | 2024-01-19T21:38:14.480Z | Compiling proc-macro-error v1.0.4 |
1821 | 2024-01-19T21:38:14.618Z | Compiling proc-macro-crate v1.3.1 |
1822 | 2024-01-19T21:38:15.337Z | Checking termtree v0.4.1 |
1823 | 2024-01-19T21:38:15.381Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1824 | 2024-01-19T21:38:15.381Z | Checking predicates-tree v1.0.9 |
1825 | 2024-01-19T21:38:15.694Z | Compiling smoltcp v0.10.0 |
1826 | 2024-01-19T21:38:16.508Z | Compiling num_enum_derive v0.5.11 |
1827 | 2024-01-19T21:38:16.934Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1828 | 2024-01-19T21:38:30.700Z | Compiling crucible-workspace-hack v0.1.0 |
1829 | 2024-01-19T21:38:30.973Z | Compiling parse-display-derive v0.8.2 |
1830 | 2024-01-19T21:38:30.973Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2024-01-19T21:38:31.114Z | Checking cobs v0.2.3 |
1832 | 2024-01-19T21:38:31.114Z | Checking serde_with v3.4.0 |
1833 | 2024-01-19T21:38:31.114Z | Checking embedded-io v0.4.0 |
1834 | 2024-01-19T21:38:31.114Z | Compiling foreign-types-macros v0.2.3 |
1835 | 2024-01-19T21:38:31.114Z | Checking postcard v1.0.8 |
1836 | 2024-01-19T21:38:31.114Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1837 | 2024-01-19T21:38:31.114Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1838 | 2024-01-19T21:38:31.114Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1839 | 2024-01-19T21:38:31.114Z | Checking foreign-types-shared v0.3.1 |
1840 | 2024-01-19T21:38:31.115Z | Checking foreign-types v0.5.0 |
1841 | 2024-01-19T21:38:31.115Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2024-01-19T21:38:31.115Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1843 | 2024-01-19T21:38:31.115Z | Checking num_enum v0.5.11 |
1844 | 2024-01-19T21:38:31.115Z | Checking cstr-argument v0.1.2 |
1845 | 2024-01-19T21:38:31.115Z | Checking pretty-hex v0.2.1 |
1846 | 2024-01-19T21:38:31.115Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1847 | 2024-01-19T21:38:31.115Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1848 | 2024-01-19T21:38:31.115Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1849 | 2024-01-19T21:38:31.115Z | Checking colored v2.0.4 |
1850 | 2024-01-19T21:38:31.115Z | Compiling zone_cfg_derive v0.3.0 |
1851 | 2024-01-19T21:38:31.115Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1852 | 2024-01-19T21:38:31.119Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1853 | 2024-01-19T21:38:31.119Z | Compiling num-derive v0.4.0 |
1854 | 2024-01-19T21:38:31.119Z | Compiling mockall_derive v0.12.0 |
1855 | 2024-01-19T21:38:31.119Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1856 | 2024-01-19T21:38:31.120Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1857 | 2024-01-19T21:38:31.120Z | Checking parse-display v0.8.2 |
1858 | 2024-01-19T21:38:31.120Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1859 | 2024-01-19T21:38:31.120Z | Checking downcast v0.11.0 |
1860 | 2024-01-19T21:38:31.120Z | Checking fragile v2.0.0 |
1861 | 2024-01-19T21:38:31.120Z | Checking zone v0.3.0 |
1862 | 2024-01-19T21:38:31.120Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1863 | 2024-01-19T21:38:31.120Z | Checking smf v0.2.2 |
1864 | 2024-01-19T21:38:31.120Z | Checking same-file v1.0.6 |
1865 | 2024-01-19T21:38:31.120Z | Checking filetime v0.2.23 |
1866 | 2024-01-19T21:38:31.120Z | Checking walkdir v2.4.0 |
1867 | 2024-01-19T21:38:31.120Z | Checking xattr v1.0.1 |
1868 | 2024-01-19T21:38:31.120Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1869 | 2024-01-19T21:38:31.120Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1870 | 2024-01-19T21:38:31.120Z | Checking pem v3.0.2 |
1871 | 2024-01-19T21:38:31.120Z | Checking tar v0.4.40 |
1872 | 2024-01-19T21:38:31.121Z | Checking linked-hash-map v0.5.6 |
1873 | 2024-01-19T21:38:31.121Z | Checking itertools v0.12.0 |
1874 | 2024-01-19T21:38:31.121Z | Checking headers-core v0.2.0 |
1875 | 2024-01-19T21:38:31.121Z | Checking password-hash v0.5.0 |
1876 | 2024-01-19T21:38:31.122Z | Checking headers v0.3.9 |
1877 | 2024-01-19T21:38:31.122Z | Checking lru-cache v0.1.2 |
1878 | 2024-01-19T21:38:31.122Z | Checking blake2 v0.10.6 |
1879 | 2024-01-19T21:38:31.122Z | Checking rcgen v0.12.0 |
1880 | 2024-01-19T21:38:31.122Z | Checking atomicwrites v0.4.3 |
1881 | 2024-01-19T21:38:31.122Z | Checking subprocess v0.2.9 |
1882 | 2024-01-19T21:38:31.122Z | Checking argon2 v0.5.2 |
1883 | 2024-01-19T21:38:31.122Z | Checking swrite v0.1.0 |
1884 | 2024-01-19T21:38:31.122Z | Checking arc-swap v1.6.0 |
1885 | 2024-01-19T21:38:31.122Z | Compiling cancel-safe-futures v0.1.5 |
1886 | 2024-01-19T21:38:31.122Z | Checking half v1.8.2 |
1887 | 2024-01-19T21:38:31.122Z | Checking ciborium-io v0.2.1 |
1888 | 2024-01-19T21:38:31.122Z | Checking resolv-conf v0.7.0 |
1889 | 2024-01-19T21:38:31.123Z | Checking slog-scope v4.4.0 |
1890 | 2024-01-19T21:38:31.123Z | Checking ciborium-ll v0.2.1 |
1891 | 2024-01-19T21:38:31.123Z | Checking slog-stdlog v4.1.1 |
1892 | 2024-01-19T21:38:31.123Z | Checking trust-dns-resolver v0.22.0 |
1893 | 2024-01-19T21:38:31.123Z | Checking slog-envlogger v2.2.0 |
1894 | 2024-01-19T21:38:31.123Z | Checking ciborium v0.2.1 |
1895 | 2024-01-19T21:38:31.123Z | Checking libsw v3.3.1 |
1896 | 2024-01-19T21:38:31.123Z | Compiling derive-where v1.2.7 |
1897 | 2024-01-19T21:38:31.342Z | Checking owo-colors v3.5.0 |
1898 | 2024-01-19T21:38:31.724Z | Checking linear-map v1.2.0 |
1899 | 2024-01-19T21:38:32.214Z | Checking textwrap v0.11.0 |
1900 | 2024-01-19T21:38:32.343Z | Compiling heck v0.3.3 |
1901 | 2024-01-19T21:38:32.801Z | Compiling libefi-sys v0.1.0 |
1902 | 2024-01-19T21:38:32.998Z | Checking strsim v0.8.0 |
1903 | 2024-01-19T21:38:33.163Z | Checking vec_map v0.8.2 |
1904 | 2024-01-19T21:38:33.163Z | Checking ansi_term v0.12.1 |
1905 | 2024-01-19T21:38:33.169Z | Compiling structopt-derive v0.4.18 |
1906 | 2024-01-19T21:38:33.711Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1907 | 2024-01-19T21:38:33.721Z | Checking clap v2.34.0 |
1908 | 2024-01-19T21:38:33.852Z | Compiling slog-dtrace v0.2.3 |
1909 | 2024-01-19T21:38:34.432Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1910 | 2024-01-19T21:38:34.943Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1911 | 2024-01-19T21:38:35.282Z | Checking nibble_vec v0.1.0 |
1912 | 2024-01-19T21:38:35.539Z | Checking endian-type v0.1.2 |
1913 | 2024-01-19T21:38:35.547Z | Checking fxhash v0.2.1 |
1914 | 2024-01-19T21:38:35.761Z | Checking radix_trie v0.2.1 |
1915 | 2024-01-19T21:38:35.851Z | Checking termcolor v1.2.0 |
1916 | 2024-01-19T21:38:36.847Z | Compiling semver v0.1.20 |
1917 | 2024-01-19T21:38:36.850Z | Compiling radium v0.7.0 |
1918 | 2024-01-19T21:38:36.850Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1919 | 2024-01-19T21:38:36.876Z | Compiling maybe-uninit v2.0.0 |
1920 | 2024-01-19T21:38:37.097Z | Compiling rustc_version v0.1.7 |
1921 | 2024-01-19T21:38:37.337Z | Checking mockall v0.12.0 |
1922 | 2024-01-19T21:38:37.599Z | Checking tap v1.0.1 |
1923 | 2024-01-19T21:38:37.757Z | Checking wyz v0.5.1 |
1924 | 2024-01-19T21:38:37.848Z | Compiling newtype_derive v0.1.6 |
1925 | 2024-01-19T21:38:37.955Z | Compiling semver-parser v0.10.2 |
1926 | 2024-01-19T21:38:38.104Z | Checking structopt v0.3.26 |
1927 | 2024-01-19T21:38:38.236Z | Checking funty v2.0.0 |
1928 | 2024-01-19T21:38:38.334Z | Compiling num-bigint-dig v0.8.4 |
1929 | 2024-01-19T21:38:38.338Z | Checking crc-catalog v2.2.0 |
1930 | 2024-01-19T21:38:38.702Z | Compiling packed_struct v0.10.1 |
1931 | 2024-01-19T21:38:38.794Z | Checking crc v3.0.1 |
1932 | 2024-01-19T21:38:39.120Z | Compiling semver v0.11.0 |
1933 | 2024-01-19T21:38:39.349Z | Compiling packed_struct_codegen v0.10.1 |
1934 | 2024-01-19T21:38:39.398Z | Compiling num-rational v0.4.1 |
1935 | 2024-01-19T21:38:39.958Z | Checking bitvec v1.0.1 |
1936 | 2024-01-19T21:38:40.312Z | Checking nodrop v0.1.14 |
1937 | 2024-01-19T21:38:40.332Z | Compiling home v0.5.5 |
1938 | 2024-01-19T21:38:40.452Z | Checking array-init v0.0.4 |
1939 | 2024-01-19T21:38:40.683Z | Compiling toolchain_find v0.2.0 |
1940 | 2024-01-19T21:38:41.725Z | Checking smallvec v0.6.14 |
1941 | 2024-01-19T21:38:42.224Z | Checking pkcs1 v0.7.5 |
1942 | 2024-01-19T21:38:42.835Z | Checking signature v2.1.0 |
1943 | 2024-01-19T21:38:43.018Z | Compiling toml v0.5.11 |
1944 | 2024-01-19T21:38:43.030Z | Compiling topological-sort v0.2.2 |
1945 | 2024-01-19T21:38:43.329Z | Compiling convert_case v0.4.0 |
1946 | 2024-01-19T21:38:44.156Z | Checking bitfield v0.14.0 |
1947 | 2024-01-19T21:38:44.326Z | Compiling omicron-zone-package v0.10.1 |
1948 | 2024-01-19T21:38:44.581Z | Checking serde-hex v0.1.0 |
1949 | 2024-01-19T21:38:44.738Z | Compiling derive_more v0.99.17 |
1950 | 2024-01-19T21:38:45.263Z | Checking rsa v0.9.2 |
1951 | 2024-01-19T21:38:45.835Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1952 | 2024-01-19T21:38:46.394Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1953 | 2024-01-19T21:38:46.690Z | Compiling rustfmt-wrapper v0.2.0 |
1954 | 2024-01-19T21:38:47.676Z | Checking steno v0.4.0 |
1955 | 2024-01-19T21:38:50.041Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1956 | 2024-01-19T21:38:50.394Z | Checking env_logger v0.10.0 |
1957 | 2024-01-19T21:38:50.838Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1958 | 2024-01-19T21:38:51.439Z | Checking x509-cert v0.2.4 |
1959 | 2024-01-19T21:38:51.444Z | Checking ron v0.8.1 |
1960 | 2024-01-19T21:38:52.200Z | Checking num-complex v0.4.4 |
1961 | 2024-01-19T21:38:53.452Z | Checking crc-any v2.4.3 |
1962 | 2024-01-19T21:38:53.578Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1963 | 2024-01-19T21:38:53.675Z | Checking num v0.4.1 |
1964 | 2024-01-19T21:38:53.804Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1965 | 2024-01-19T21:38:53.930Z | Checking newline-converter v0.3.0 |
1966 | 2024-01-19T21:38:54.008Z | Checking object v0.30.4 |
1967 | 2024-01-19T21:38:54.134Z | Checking utf-8 v0.7.6 |
1968 | 2024-01-19T21:38:54.189Z | Checking path-slash v0.1.5 |
1969 | 2024-01-19T21:38:54.208Z | Checking expectorate v1.1.0 |
1970 | 2024-01-19T21:38:54.379Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1971 | 2024-01-19T21:38:54.415Z | Checking tungstenite v0.20.1 |
1972 | 2024-01-19T21:38:54.432Z | Compiling buf-list v1.0.3 |
1973 | 2024-01-19T21:38:54.848Z | Checking display-error-chain v0.2.0 |
1974 | 2024-01-19T21:38:55.042Z | Compiling parking_lot_core v0.8.6 |
1975 | 2024-01-19T21:38:55.684Z | Checking keccak v0.1.4 |
1976 | 2024-01-19T21:38:55.847Z | Checking trust-dns-client v0.22.0 |
1977 | 2024-01-19T21:38:55.864Z | Checking tokio-tungstenite v0.20.1 |
1978 | 2024-01-19T21:38:56.134Z | Checking sha3 v0.10.8 |
1979 | 2024-01-19T21:38:56.251Z | Checking parking_lot v0.11.2 |
1980 | 2024-01-19T21:38:56.716Z | Checking secrecy v0.8.0 |
1981 | 2024-01-19T21:38:56.750Z | Checking sled v0.34.7 |
1982 | 2024-01-19T21:38:57.017Z | Checking pretty-hex v0.4.1 |
1983 | 2024-01-19T21:38:57.257Z | Checking glob v0.3.1 |
1984 | 2024-01-19T21:38:57.714Z | Compiling vte_generate_state_changes v0.1.1 |
1985 | 2024-01-19T21:38:57.828Z | Checking fd-lock v3.0.13 |
1986 | 2024-01-19T21:38:58.086Z | Compiling unicase v2.7.0 |
1987 | 2024-01-19T21:38:58.551Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1988 | 2024-01-19T21:38:58.718Z | Checking vte v0.11.1 |
1989 | 2024-01-19T21:38:58.906Z | Checking trust-dns-server v0.22.1 |
1990 | 2024-01-19T21:38:58.997Z | Compiling platforms v3.0.2 |
1991 | 2024-01-19T21:38:59.403Z | Checking crossbeam-deque v0.8.3 |
1992 | 2024-01-19T21:38:59.502Z | Compiling rayon-core v1.12.0 |
1993 | 2024-01-19T21:38:59.874Z | Checking nu-ansi-term v0.49.0 |
1994 | 2024-01-19T21:39:00.453Z | Checking globset v0.4.13 |
1995 | 2024-01-19T21:39:00.931Z | Checking olpc-cjson v0.1.3 |
1996 | 2024-01-19T21:39:01.098Z | Checking strip-ansi-escapes v0.2.0 |
1997 | 2024-01-19T21:39:01.136Z | Checking serde_plain v1.0.2 |
1998 | 2024-01-19T21:39:01.252Z | Compiling async-recursion v1.0.5 |
1999 | 2024-01-19T21:39:01.309Z | Checking typed-path v0.7.0 |
2000 | 2024-01-19T21:39:01.361Z | Checking reedline v0.28.0 |
2001 | 2024-01-19T21:39:01.506Z | Compiling curve25519-dalek v4.1.1 |
2002 | 2024-01-19T21:39:03.251Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2003 | 2024-01-19T21:39:03.468Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2004 | 2024-01-19T21:39:03.553Z | Compiling memoffset v0.7.1 |
2005 | 2024-01-19T21:39:03.853Z | Compiling mime_guess v2.0.4 |
2006 | 2024-01-19T21:39:04.567Z | Checking rayon v1.8.0 |
2007 | 2024-01-19T21:39:04.572Z | Checking tough v0.16.0 |
2008 | 2024-01-19T21:39:04.572Z | Checking universal-hash v0.5.1 |
2009 | 2024-01-19T21:39:04.605Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2010 | 2024-01-19T21:39:04.609Z | Compiling thiserror-impl-no-std v2.0.2 |
2011 | 2024-01-19T21:39:04.710Z | Compiling curve25519-dalek-derive v0.1.0 |
2012 | 2024-01-19T21:39:04.790Z | Checking opaque-debug v0.3.0 |
2013 | 2024-01-19T21:39:04.918Z | Checking poly1305 v0.8.0 |
2014 | 2024-01-19T21:39:05.986Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2015 | 2024-01-19T21:39:06.222Z | Checking chacha20 v0.9.1 |
2016 | 2024-01-19T21:39:06.487Z | Checking aead v0.5.2 |
2017 | 2024-01-19T21:39:06.747Z | Checking kstat-rs v0.2.3 |
2018 | 2024-01-19T21:39:06.799Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2019 | 2024-01-19T21:39:07.257Z | Checking signature v1.6.4 |
2020 | 2024-01-19T21:39:07.311Z | Compiling salty v0.2.0 |
2021 | 2024-01-19T21:39:07.470Z | Checking ed25519 v1.5.3 |
2022 | 2024-01-19T21:39:07.772Z | Checking chacha20poly1305 v0.10.1 |
2023 | 2024-01-19T21:39:08.114Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2024 | 2024-01-19T21:39:08.173Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2025 | 2024-01-19T21:39:08.450Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2026 | 2024-01-19T21:39:09.148Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2027 | 2024-01-19T21:39:10.041Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2028 | 2024-01-19T21:39:10.203Z | Checking thiserror-no-std v2.0.2 |
2029 | 2024-01-19T21:39:10.315Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2030 | 2024-01-19T21:39:10.355Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2031 | 2024-01-19T21:39:10.409Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2032 | 2024-01-19T21:39:11.790Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2033 | 2024-01-19T21:39:11.833Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2034 | 2024-01-19T21:39:11.916Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2035 | 2024-01-19T21:39:12.693Z | Checking vsss-rs v3.3.4 |
2036 | 2024-01-19T21:39:13.881Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2037 | 2024-01-19T21:39:14.251Z | Checking serde-big-array v0.5.1 |
2038 | 2024-01-19T21:39:14.575Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2039 | 2024-01-19T21:39:15.943Z | Checking bytecount v0.6.3 |
2040 | 2024-01-19T21:39:16.144Z | Checking papergrid v0.10.0 |
2041 | 2024-01-19T21:39:16.599Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2042 | 2024-01-19T21:39:18.274Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2043 | 2024-01-19T21:39:18.653Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2044 | 2024-01-19T21:39:19.761Z | Compiling tabled_derive v0.6.0 |
2045 | 2024-01-19T21:39:20.120Z | Checking signal-hook-tokio v0.3.1 |
2046 | 2024-01-19T21:39:20.204Z | Checking nix v0.26.4 |
2047 | 2024-01-19T21:39:20.343Z | Checking serde-big-array v0.4.1 |
2048 | 2024-01-19T21:39:20.563Z | Compiling sqlparser_derive v0.1.1 |
2049 | 2024-01-19T21:39:22.399Z | Checking unicode_categories v0.1.1 |
2050 | 2024-01-19T21:39:23.062Z | Checking sqlformat v0.2.3 |
2051 | 2024-01-19T21:39:23.453Z | Checking rustyline v12.0.0 |
2052 | 2024-01-19T21:39:23.888Z | Checking tabled v0.14.0 |
2053 | 2024-01-19T21:39:24.660Z | Checking sqlparser v0.36.1 |
2054 | 2024-01-19T21:39:25.333Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2055 | 2024-01-19T21:39:26.052Z | Checking bcs v0.1.6 |
2056 | 2024-01-19T21:39:26.813Z | Checking highway v1.1.0 |
2057 | 2024-01-19T21:39:26.951Z | Compiling prettyplease v0.2.16 |
2058 | 2024-01-19T21:39:27.372Z | Checking corncobs v0.1.3 |
2059 | 2024-01-19T21:39:27.454Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2060 | 2024-01-19T21:39:27.625Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2061 | 2024-01-19T21:39:27.826Z | Checking http-range v0.1.5 |
2062 | 2024-01-19T21:39:27.898Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2063 | 2024-01-19T21:39:28.056Z | Checking hyper-staticfile v0.9.5 |
2064 | 2024-01-19T21:39:28.657Z | Compiling portable-atomic v1.4.3 |
2065 | 2024-01-19T21:39:29.106Z | Compiling crunchy v0.2.2 |
2066 | 2024-01-19T21:39:29.177Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2067 | 2024-01-19T21:39:29.743Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2068 | 2024-01-19T21:39:30.264Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2069 | 2024-01-19T21:39:32.678Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2070 | 2024-01-19T21:39:34.291Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2071 | 2024-01-19T21:39:35.780Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2072 | 2024-01-19T21:39:36.416Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2073 | 2024-01-19T21:39:37.040Z | Compiling clang-sys v1.6.1 |
2074 | 2024-01-19T21:39:37.205Z | Compiling tiny-keccak v2.0.2 |
2075 | 2024-01-19T21:39:37.250Z | Checking humantime v2.1.0 |
2076 | 2024-01-19T21:39:37.325Z | Checking assert_matches v1.5.0 |
2077 | 2024-01-19T21:39:37.795Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2078 | 2024-01-19T21:39:38.544Z | Compiling darling_core v0.14.4 |
2079 | 2024-01-19T21:39:39.304Z | Checking number_prefix v0.4.0 |
2080 | 2024-01-19T21:39:39.566Z | Checking indicatif v0.17.7 |
2081 | 2024-01-19T21:39:39.626Z | Compiling ascii-canvas v3.0.0 |
2082 | 2024-01-19T21:39:39.956Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2083 | 2024-01-19T21:39:39.973Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2084 | 2024-01-19T21:39:40.871Z | Compiling ena v0.14.2 |
2085 | 2024-01-19T21:39:41.557Z | Compiling libloading v0.7.4 |
2086 | 2024-01-19T21:39:41.622Z | Compiling diff v0.1.13 |
2087 | 2024-01-19T21:39:42.151Z | Compiling regex-syntax v0.6.29 |
2088 | 2024-01-19T21:39:42.502Z | Compiling bindgen v0.65.1 |
2089 | 2024-01-19T21:39:46.925Z | Compiling cexpr v0.6.0 |
2090 | 2024-01-19T21:39:48.232Z | Compiling darling_macro v0.14.4 |
2091 | 2024-01-19T21:39:49.679Z | Compiling lalrpop v0.19.12 |
2092 | 2024-01-19T21:39:49.855Z | Compiling darling v0.14.4 |
2093 | 2024-01-19T21:39:50.013Z | Compiling which v4.4.0 |
2094 | 2024-01-19T21:39:50.936Z | Compiling fs-err v2.11.0 |
2095 | 2024-01-19T21:39:51.424Z | Compiling peeking_take_while v0.1.2 |
2096 | 2024-01-19T21:39:51.603Z | Checking maplit v1.0.2 |
2097 | 2024-01-19T21:39:51.751Z | Compiling rustc-hash v1.1.0 |
2098 | 2024-01-19T21:39:51.946Z | Compiling shlex v1.1.0 |
2099 | 2024-01-19T21:39:52.360Z | Compiling ref-cast v1.0.20 |
2100 | 2024-01-19T21:39:52.374Z | Compiling lazycell v1.3.0 |
2101 | 2024-01-19T21:39:52.638Z | Compiling derive_builder_core v0.12.0 |
2102 | 2024-01-19T21:39:53.191Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2103 | 2024-01-19T21:39:53.605Z | Compiling ref-cast-impl v1.0.20 |
2104 | 2024-01-19T21:39:55.539Z | Compiling libxml v0.3.3 |
2105 | 2024-01-19T21:39:56.001Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2106 | 2024-01-19T21:39:56.044Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2107 | 2024-01-19T21:39:56.675Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2108 | 2024-01-19T21:39:57.636Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2109 | 2024-01-19T21:39:58.720Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2110 | 2024-01-19T21:39:58.725Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2111 | 2024-01-19T21:40:04.046Z | Compiling derive_builder_macro v0.12.0 |
2112 | 2024-01-19T21:40:05.853Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2113 | 2024-01-19T21:40:13.354Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2114 | 2024-01-19T21:40:13.354Z | Compiling strum_macros v0.24.3 |
2115 | 2024-01-19T21:40:13.354Z | Compiling cookie v0.18.0 |
2116 | 2024-01-19T21:40:13.512Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2117 | 2024-01-19T21:40:13.512Z | Compiling indoc v1.0.9 |
2118 | 2024-01-19T21:40:13.512Z | Checking parse-size v1.0.0 |
2119 | 2024-01-19T21:40:13.512Z | Checking derive_builder v0.12.0 |
2120 | 2024-01-19T21:40:13.571Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2121 | 2024-01-19T21:40:13.571Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2122 | 2024-01-19T21:40:13.571Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2123 | 2024-01-19T21:40:13.613Z | Checking bb8 v0.8.1 |
2124 | 2024-01-19T21:40:13.613Z | Checking quick-xml v0.23.1 |
2125 | 2024-01-19T21:40:13.613Z | Compiling oso-derive v0.27.0 |
2126 | 2024-01-19T21:40:13.614Z | Compiling impl-trait-for-tuples v0.2.2 |
2127 | 2024-01-19T21:40:13.614Z | Checking unicode-linebreak v0.1.5 |
2128 | 2024-01-19T21:40:13.614Z | Checking smawk v0.3.1 |
2129 | 2024-01-19T21:40:13.614Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2130 | 2024-01-19T21:40:13.614Z | Checking textwrap v0.16.0 |
2131 | 2024-01-19T21:40:13.614Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2132 | 2024-01-19T21:40:13.614Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2133 | 2024-01-19T21:40:13.831Z | Checking is_ci v1.1.1 |
2134 | 2024-01-19T21:40:14.003Z | Checking supports-color v2.1.0 |
2135 | 2024-01-19T21:40:14.247Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2136 | 2024-01-19T21:40:14.547Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2137 | 2024-01-19T21:40:15.536Z | Checking itertools v0.11.0 |
2138 | 2024-01-19T21:40:16.132Z | Checking cassowary v0.3.0 |
2139 | 2024-01-19T21:40:16.787Z | Compiling indoc v2.0.3 |
2140 | 2024-01-19T21:40:17.281Z | Checking rtoolbox v0.0.1 |
2141 | 2024-01-19T21:40:17.456Z | Checking rpassword v7.3.1 |
2142 | 2024-01-19T21:40:17.705Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2143 | 2024-01-19T21:40:18.076Z | Checking shell-words v1.1.0 |
2144 | 2024-01-19T21:40:18.370Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2145 | 2024-01-19T21:40:28.608Z | Checking fatfs v0.3.6 |
2146 | 2024-01-19T21:40:28.608Z | Checking ratatui v0.23.0 |
2147 | 2024-01-19T21:40:28.608Z | Checking yansi v0.5.1 |
2148 | 2024-01-19T21:40:28.608Z | Compiling target-lexicon v0.12.12 |
2149 | 2024-01-19T21:40:28.608Z | Checking pretty_assertions v1.4.0 |
2150 | 2024-01-19T21:40:28.608Z | Compiling guppy-workspace-hack v0.1.0 |
2151 | 2024-01-19T21:40:28.608Z | Checking plotters-backend v0.3.5 |
2152 | 2024-01-19T21:40:28.609Z | Checking plotters-svg v0.3.5 |
2153 | 2024-01-19T21:40:28.609Z | Checking rand v0.4.6 |
2154 | 2024-01-19T21:40:29.147Z | Checking remove_dir_all v0.5.3 |
2155 | 2024-01-19T21:40:29.276Z | Compiling target-spec v3.0.1 |
2156 | 2024-01-19T21:40:29.277Z | Checking tui-tree-widget v0.13.0 |
2157 | 2024-01-19T21:40:29.277Z | Checking cast v0.3.0 |
2158 | 2024-01-19T21:40:29.277Z | Checking cfg-expr v0.15.5 |
2159 | 2024-01-19T21:40:29.277Z | Checking tempdir v0.3.7 |
2160 | 2024-01-19T21:40:29.277Z | Checking criterion-plot v0.5.0 |
2161 | 2024-01-19T21:40:29.277Z | Checking plotters v0.3.5 |
2162 | 2024-01-19T21:40:29.277Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2163 | 2024-01-19T21:40:29.277Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2164 | 2024-01-19T21:40:29.277Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2165 | 2024-01-19T21:40:29.277Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2166 | 2024-01-19T21:40:29.277Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2167 | 2024-01-19T21:40:29.277Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2168 | 2024-01-19T21:40:29.277Z | Checking tinytemplate v1.2.1 |
2169 | 2024-01-19T21:40:29.278Z | Checking cargo-platform v0.1.3 |
2170 | 2024-01-19T21:40:29.278Z | Checking anes v0.1.6 |
2171 | 2024-01-19T21:40:29.278Z | Checking oorandom v11.1.3 |
2172 | 2024-01-19T21:40:29.302Z | Checking cargo_metadata v0.18.1 |
2173 | 2024-01-19T21:40:29.425Z | Checking criterion v0.5.1 |
2174 | 2024-01-19T21:40:31.656Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2175 | 2024-01-19T21:40:31.913Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2176 | 2024-01-19T21:40:32.293Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2177 | 2024-01-19T21:40:34.310Z | Checking assert_cmd v2.0.13 |
2178 | 2024-01-19T21:40:34.818Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2179 | 2024-01-19T21:40:37.280Z | Checking pathdiff v0.2.1 |
2180 | 2024-01-19T21:40:37.500Z | Checking nested v0.1.1 |
2181 | 2024-01-19T21:40:39.756Z | Checking guppy v0.17.4 |
2182 | 2024-01-19T21:40:40.035Z | Checking threadpool v1.8.1 |
2183 | 2024-01-19T21:40:40.311Z | Checking nanorand v0.7.0 |
2184 | 2024-01-19T21:40:40.868Z | Checking flume v0.11.0 |
2185 | 2024-01-19T21:40:41.670Z | Checking libtest-mimic v0.6.1 |
2186 | 2024-01-19T21:40:41.832Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2187 | 2024-01-19T21:40:42.330Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2188 | 2024-01-19T21:40:43.165Z | Checking httptest v0.15.5 |
2189 | 2024-01-19T21:40:44.275Z | Checking similar-asserts v1.5.0 |
2190 | 2024-01-19T21:40:44.296Z | Compiling rstest_macros v0.18.2 |
2191 | 2024-01-19T21:40:44.697Z | Compiling crossbeam-queue v0.3.8 |
2192 | 2024-01-19T21:40:45.216Z | Checking datatest-stable v0.2.3 |
2193 | 2024-01-19T21:40:45.388Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2194 | 2024-01-19T21:40:45.511Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2195 | 2024-01-19T21:40:46.534Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2196 | 2024-01-19T21:40:46.824Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2197 | 2024-01-19T21:40:47.206Z | Compiling relative-path v1.9.0 |
2198 | 2024-01-19T21:40:47.259Z | Compiling trybuild v1.0.89 |
2199 | 2024-01-19T21:40:47.495Z | Checking arrayref v0.3.7 |
2200 | 2024-01-19T21:40:47.619Z | Checking constant_time_eq v0.2.6 |
2201 | 2024-01-19T21:40:47.842Z | Checking arrayvec v0.7.4 |
2202 | 2024-01-19T21:40:48.304Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2203 | 2024-01-19T21:40:48.357Z | Checking blake2b_simd v1.0.1 |
2204 | 2024-01-19T21:40:49.595Z | Checking basic-toml v0.1.8 |
2205 | 2024-01-19T21:40:50.909Z | Checking constant_time_eq v0.3.0 |
2206 | 2024-01-19T21:40:51.074Z | Checking futures-timer v3.0.2 |
2207 | 2024-01-19T21:40:51.493Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2208 | 2024-01-19T21:40:51.515Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2209 | 2024-01-19T21:40:52.848Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2210 | 2024-01-19T21:40:54.942Z | Checking rust-argon2 v1.0.1 |
2211 | 2024-01-19T21:40:57.737Z | Checking crossbeam v0.8.2 |
2212 | 2024-01-19T21:40:59.116Z | Checking partial-io v0.5.4 |
2213 | 2024-01-19T21:40:59.659Z | Checking approx v0.5.1 |
2214 | 2024-01-19T21:40:59.990Z | Checking termios v0.3.3 |
2215 | 2024-01-19T21:41:00.272Z | Checking hex-literal v0.4.1 |
2216 | 2024-01-19T21:41:04.087Z | Checking rstest v0.18.2 |
2217 | 2024-01-19T21:41:07.000Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2218 | 2024-01-19T21:41:10.666Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2219 | 2024-01-19T21:42:23.186Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2220 | 2024-01-19T21:42:23.186Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2221 | 2024-01-19T21:42:24.742Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2222 | 2024-01-19T21:42:25.821Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2223 | 2024-01-19T21:42:37.575Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2224 | 2024-01-19T21:43:02.256Z | Compiling polar-core v0.27.0 |
2225 | 2024-01-19T21:43:13.101Z | Checking oso v0.27.0 |
2226 | 2024-01-19T21:43:51.481Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2227 | 2024-01-19T21:45:16.946Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 10s |
2228 | 2024-01-19T21:45:17.161Z | |
2229 | 2024-01-19T21:45:17.161Z | real 11:10.371085670 |
2230 | 2024-01-19T21:45:17.161Z | user 1:00:56.080744915 |
2231 | 2024-01-19T21:45:17.161Z | sys 7:45.050995638 |
2232 | 2024-01-19T21:45:17.161Z | trap 2.027647359 |
2233 | 2024-01-19T21:45:17.161Z | tflt 4.098304711 |
2234 | 2024-01-19T21:45:17.161Z | dflt 5.509652400 |
2235 | 2024-01-19T21:45:17.161Z | kflt 0.016829217 |
2236 | 2024-01-19T21:45:17.161Z | lock 1:36:07.162357813 |
2237 | 2024-01-19T21:45:17.168Z | slp 3:00:18.124105002 |
2238 | 2024-01-19T21:45:17.168Z | lat 2:06.580848002 |
2239 | 2024-01-19T21:45:17.168Z | stop 4:36.275395549 |
2240 | 2024-01-19T21:45:18.365Z | warning: output filename collision. |
2241 | 2024-01-19T21:45:18.366Z | 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)`. |
2242 | 2024-01-19T21:45:18.366Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2243 | 2024-01-19T21:45:18.366Z | The targets should have unique names. |
2244 | 2024-01-19T21:45:18.366Z | This is a known bug where multiple crates with the same name use |
2245 | 2024-01-19T21:45:18.366Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2246 | 2024-01-19T21:45:18.369Z | warning: output filename collision. |
2247 | 2024-01-19T21:45:18.370Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2248 | 2024-01-19T21:45:18.370Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2249 | 2024-01-19T21:45:18.370Z | The targets should have unique names. |
2250 | 2024-01-19T21:45:18.370Z | This is a known bug where multiple crates with the same name use |
2251 | 2024-01-19T21:45:18.370Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2252 | 2024-01-19T21:45:18.370Z | warning: output filename collision. |
2253 | 2024-01-19T21:45:18.370Z | 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)`. |
2254 | 2024-01-19T21:45:18.371Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2255 | 2024-01-19T21:45:18.371Z | The targets should have unique names. |
2256 | 2024-01-19T21:45:18.371Z | This is a known bug where multiple crates with the same name use |
2257 | 2024-01-19T21:45:18.371Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2258 | 2024-01-19T21:45:18.371Z | warning: output filename collision. |
2259 | 2024-01-19T21:45:18.371Z | 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)`. |
2260 | 2024-01-19T21:45:18.371Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2261 | 2024-01-19T21:45:18.371Z | The targets should have unique names. |
2262 | 2024-01-19T21:45:18.371Z | This is a known bug where multiple crates with the same name use |
2263 | 2024-01-19T21:45:18.371Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2264 | 2024-01-19T21:45:19.003Z | Documenting libc v0.2.152 |
2265 | 2024-01-19T21:45:19.018Z | Documenting cfg-if v1.0.0 |
2266 | 2024-01-19T21:45:19.030Z | Documenting serde_derive v1.0.195 |
2267 | 2024-01-19T21:45:19.066Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2268 | 2024-01-19T21:45:19.084Z | Documenting scopeguard v1.2.0 |
2269 | 2024-01-19T21:45:19.094Z | Documenting log v0.4.20 |
2270 | 2024-01-19T21:45:19.104Z | Documenting memchr v2.6.3 |
2271 | 2024-01-19T21:45:19.131Z | Documenting smallvec v1.11.2 |
2272 | 2024-01-19T21:45:19.601Z | Documenting zeroize_derive v1.4.2 |
2273 | 2024-01-19T21:45:22.830Z | Documenting itoa v1.0.9 |
2274 | 2024-01-19T21:45:22.994Z | Documenting lock_api v0.4.10 |
2275 | 2024-01-19T21:45:23.535Z | Documenting pin-project-lite v0.2.13 |
2276 | 2024-01-19T21:45:24.888Z | Documenting libm v0.2.7 |
2277 | 2024-01-19T21:45:25.285Z | Documenting getrandom v0.2.10 |
2278 | 2024-01-19T21:45:25.789Z | Documenting parking_lot_core v0.9.8 |
2279 | 2024-01-19T21:45:26.981Z | Documenting signal-hook-registry v1.4.1 |
2280 | 2024-01-19T21:45:27.034Z | Documenting zeroize v1.7.0 |
2281 | 2024-01-19T21:45:27.320Z | Documenting mio v0.8.9 |
2282 | 2024-01-19T21:45:27.577Z | Documenting futures-core v0.3.30 |
2283 | 2024-01-19T21:45:28.586Z | Documenting serde v1.0.195 |
2284 | 2024-01-19T21:45:29.627Z | Documenting num-traits v0.2.16 |
2285 | 2024-01-19T21:45:30.879Z | Documenting rand_core v0.6.4 |
2286 | 2024-01-19T21:45:31.467Z | Documenting parking_lot v0.12.1 |
2287 | 2024-01-19T21:45:32.741Z | Documenting thiserror-impl v1.0.49 |
2288 | 2024-01-19T21:45:32.834Z | Documenting num_cpus v1.16.0 |
2289 | 2024-01-19T21:45:33.199Z | Documenting socket2 v0.5.5 |
2290 | 2024-01-19T21:45:33.250Z | Documenting typenum v1.16.0 |
2291 | 2024-01-19T21:45:36.401Z | Documenting tokio-macros v2.2.0 |
2292 | 2024-01-19T21:45:36.571Z | Documenting once_cell v1.19.0 |
2293 | 2024-01-19T21:45:37.016Z | Documenting subtle v2.5.0 |
2294 | 2024-01-19T21:45:38.771Z | Documenting ryu v1.0.15 |
2295 | 2024-01-19T21:45:38.937Z | Documenting byteorder v1.5.0 |
2296 | 2024-01-19T21:45:39.694Z | Documenting thiserror v1.0.49 |
2297 | 2024-01-19T21:45:42.688Z | Documenting futures-sink v0.3.30 |
2298 | 2024-01-19T21:45:42.734Z | Documenting const-oid v0.9.5 |
2299 | 2024-01-19T21:45:42.867Z | Documenting pin-utils v0.1.0 |
2300 | 2024-01-19T21:45:42.880Z | Documenting slab v0.4.9 |
2301 | 2024-01-19T21:45:44.810Z | Documenting futures-macro v0.3.30 |
2302 | 2024-01-19T21:45:45.011Z | Documenting futures-io v0.3.30 |
2303 | 2024-01-19T21:45:47.978Z | Documenting futures-channel v0.3.30 |
2304 | 2024-01-19T21:45:49.149Z | Documenting futures-task v0.3.30 |
2305 | 2024-01-19T21:45:50.446Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2306 | 2024-01-19T21:45:50.552Z | Documenting iana-time-zone v0.1.57 |
2307 | 2024-01-19T21:45:51.673Z | Documenting tinyvec_macros v0.1.1 |
2308 | 2024-01-19T21:45:51.740Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2309 | 2024-01-19T21:45:51.985Z | Documenting ppv-lite86 v0.2.17 |
2310 | 2024-01-19T21:45:54.071Z | Documenting tracing-core v0.1.31 |
2311 | 2024-01-19T21:45:55.105Z | Documenting futures-util v0.3.30 |
2312 | 2024-01-19T21:45:55.943Z | Documenting tinyvec v1.6.0 |
2313 | 2024-01-19T21:45:56.376Z | Documenting tracing-attributes v0.1.26 |
2314 | 2024-01-19T21:45:57.013Z | Documenting rand_chacha v0.3.1 |
2315 | 2024-01-19T21:46:01.375Z | Documenting unicode-normalization v0.1.22 |
2316 | 2024-01-19T21:46:03.271Z | Documenting bytes v1.5.0 |
2317 | 2024-01-19T21:46:03.679Z | Documenting bitflags v2.4.0 |
2318 | 2024-01-19T21:46:05.661Z | Documenting serde_json v1.0.111 |
2319 | 2024-01-19T21:46:06.130Z | Documenting chrono v0.4.31 |
2320 | 2024-01-19T21:46:07.754Z | Documenting uuid v1.6.1 |
2321 | 2024-01-19T21:46:09.570Z | Documenting rand v0.8.5 |
2322 | 2024-01-19T21:46:10.472Z | Documenting tokio v1.35.1 |
2323 | 2024-01-19T21:46:10.711Z | Documenting spin v0.9.8 |
2324 | 2024-01-19T21:46:13.814Z | Documenting lazy_static v1.4.0 |
2325 | 2024-01-19T21:46:14.504Z | Documenting unicode-bidi v0.3.13 |
2326 | 2024-01-19T21:46:15.063Z | Documenting base64 v0.21.7 |
2327 | 2024-01-19T21:46:15.392Z | Documenting percent-encoding v2.3.1 |
2328 | 2024-01-19T21:46:30.584Z | Documenting cpufeatures v0.2.9 |
2329 | 2024-01-19T21:46:30.585Z | Checking serde_derive_internals v0.26.0 |
2330 | 2024-01-19T21:46:30.585Z | Documenting generic-array v0.14.7 |
2331 | 2024-01-19T21:46:30.778Z | Documenting serde_derive_internals v0.26.0 |
2332 | 2024-01-19T21:46:30.778Z | Documenting dyn-clone v1.0.13 |
2333 | 2024-01-19T21:46:30.778Z | Documenting fnv v1.0.7 |
2334 | 2024-01-19T21:46:30.778Z | Documenting form_urlencoded v1.2.1 |
2335 | 2024-01-19T21:46:30.778Z | Documenting errno v0.3.2 |
2336 | 2024-01-19T21:46:30.778Z | Documenting tracing v0.1.37 |
2337 | 2024-01-19T21:46:30.778Z | Documenting idna v0.5.0 |
2338 | 2024-01-19T21:46:30.779Z | Documenting crypto-common v0.1.6 |
2339 | 2024-01-19T21:46:30.779Z | Documenting block-buffer v0.10.4 |
2340 | 2024-01-19T21:46:30.779Z | Documenting schemars_derive v0.8.16 |
2341 | 2024-01-19T21:46:30.779Z | Documenting httparse v1.8.0 |
2342 | 2024-01-19T21:46:30.779Z | Documenting rustix v0.38.25 |
2343 | 2024-01-19T21:46:30.779Z | Documenting adler v1.0.2 |
2344 | 2024-01-19T21:46:31.006Z | Documenting url v2.5.0 |
2345 | 2024-01-19T21:46:31.911Z | Documenting unicode-ident v1.0.12 |
2346 | 2024-01-19T21:46:31.977Z | Documenting miniz_oxide v0.7.1 |
2347 | 2024-01-19T21:46:32.081Z | Documenting digest v0.10.7 |
2348 | 2024-01-19T21:46:33.254Z | Documenting unicode-width v0.1.11 |
2349 | 2024-01-19T21:46:35.492Z | Documenting schemars v0.8.16 |
2350 | 2024-01-19T21:46:35.956Z | Documenting proc-macro2 v1.0.74 |
2351 | 2024-01-19T21:46:36.807Z | Documenting untrusted v0.9.0 |
2352 | 2024-01-19T21:46:37.047Z | Documenting base64ct v1.6.0 |
2353 | 2024-01-19T21:46:37.375Z | Documenting try-lock v0.2.4 |
2354 | 2024-01-19T21:46:37.388Z | Documenting openssl-probe v0.1.5 |
2355 | 2024-01-19T21:46:40.916Z | Documenting ring v0.17.7 |
2356 | 2024-01-19T21:46:41.500Z | Documenting httpdate v1.0.3 |
2357 | 2024-01-19T21:46:41.513Z | Documenting want v0.3.1 |
2358 | 2024-01-19T21:46:42.214Z | Documenting quote v1.0.35 |
2359 | 2024-01-19T21:46:43.264Z | Documenting http-body v0.4.5 |
2360 | 2024-01-19T21:46:43.508Z | Documenting openssl-sys v0.9.96 |
2361 | 2024-01-19T21:46:45.398Z | Documenting slog v2.7.0 |
2362 | 2024-01-19T21:46:47.112Z | Documenting async-trait v0.1.77 |
2363 | 2024-01-19T21:46:47.201Z | Documenting openssl-macros v0.1.1 |
2364 | 2024-01-19T21:46:47.874Z | Documenting tower-service v0.3.2 |
2365 | 2024-01-19T21:46:48.717Z | Documenting mime v0.3.17 |
2366 | 2024-01-19T21:46:49.687Z | Documenting rustls-webpki v0.101.7 |
2367 | 2024-01-19T21:46:51.710Z | Documenting pem-rfc7468 v0.7.0 |
2368 | 2024-01-19T21:46:52.483Z | Documenting aho-corasick v1.0.4 |
2369 | 2024-01-19T21:46:53.310Z | Documenting sct v0.7.0 |
2370 | 2024-01-19T21:46:53.424Z | Documenting openssl v0.10.60 |
2371 | 2024-01-19T21:46:54.046Z | Documenting der_derive v0.7.2 |
2372 | 2024-01-19T21:46:54.238Z | Documenting tokio-util v0.7.10 |
2373 | 2024-01-19T21:46:55.073Z | Documenting regex-syntax v0.8.2 |
2374 | 2024-01-19T21:46:56.194Z | Documenting ipnet v2.9.0 |
2375 | 2024-01-19T21:46:57.697Z | Documenting equivalent v1.0.1 |
2376 | 2024-01-19T21:46:58.696Z | Documenting utf8parse v0.2.1 |
2377 | 2024-01-19T21:46:59.627Z | Documenting hashbrown v0.14.2 |
2378 | 2024-01-19T21:47:01.610Z | Documenting flagset v0.4.3 |
2379 | 2024-01-19T21:47:01.730Z | Documenting rustls v0.21.9 |
2380 | 2024-01-19T21:47:18.196Z | Documenting num-integer v0.1.45 |
2381 | 2024-01-19T21:47:18.426Z | Documenting h2 v0.3.21 |
2382 | 2024-01-19T21:47:18.426Z | Documenting time-macros v0.2.13 |
2383 | 2024-01-19T21:47:18.427Z | Documenting regex-automata v0.4.3 |
2384 | 2024-01-19T21:47:18.427Z | Documenting time-core v0.1.1 |
2385 | 2024-01-19T21:47:18.427Z | Documenting der v0.7.8 |
2386 | 2024-01-19T21:47:18.427Z | Documenting indexmap v2.1.0 |
2387 | 2024-01-19T21:47:18.427Z | Documenting num_threads v0.1.6 |
2388 | 2024-01-19T21:47:18.427Z | Documenting deranged v0.3.8 |
2389 | 2024-01-19T21:47:18.427Z | Documenting gimli v0.28.0 |
2390 | 2024-01-19T21:47:18.427Z | Documenting native-tls v0.2.11 |
2391 | 2024-01-19T21:47:18.430Z | Documenting spki v0.7.2 |
2392 | 2024-01-19T21:47:18.430Z | Documenting tokio-rustls v0.24.1 |
2393 | 2024-01-19T21:47:18.430Z | Documenting object v0.32.1 |
2394 | 2024-01-19T21:47:18.430Z | Documenting time v0.3.27 |
2395 | 2024-01-19T21:47:18.430Z | Documenting hyper v0.14.27 |
2396 | 2024-01-19T21:47:18.430Z | Documenting regex v1.10.2 |
2397 | 2024-01-19T21:47:19.190Z | Documenting addr2line v0.21.0 |
2398 | 2024-01-19T21:47:19.528Z | Documenting crossbeam-utils v0.8.16 |
2399 | 2024-01-19T21:47:21.517Z | Documenting encoding_rs v0.8.33 |
2400 | 2024-01-19T21:47:22.448Z | Checking pest_meta v2.7.2 |
2401 | 2024-01-19T21:47:33.804Z | Documenting rustc-demangle v0.1.23 |
2402 | 2024-01-19T21:47:33.804Z | Documenting tokio-native-tls v0.3.1 |
2403 | 2024-01-19T21:47:33.804Z | Documenting rustls-native-certs v0.6.3 |
2404 | 2024-01-19T21:47:33.804Z | Documenting serde_urlencoded v0.7.1 |
2405 | 2024-01-19T21:47:33.804Z | Documenting pest_meta v2.7.2 |
2406 | 2024-01-19T21:47:33.805Z | Checking pest_generator v2.7.2 |
2407 | 2024-01-19T21:47:33.805Z | Documenting pkcs8 v0.10.2 |
2408 | 2024-01-19T21:47:33.805Z | Documenting data-encoding v2.4.0 |
2409 | 2024-01-19T21:47:33.805Z | Documenting anstyle v1.0.2 |
2410 | 2024-01-19T21:47:33.805Z | Documenting ucd-trie v0.1.6 |
2411 | 2024-01-19T21:47:33.806Z | Documenting webpki-roots v0.25.2 |
2412 | 2024-01-19T21:47:33.806Z | Documenting pest_generator v2.7.2 |
2413 | 2024-01-19T21:47:33.808Z | Documenting backtrace v0.3.69 |
2414 | 2024-01-19T21:47:34.989Z | Documenting anstyle-parse v0.2.1 |
2415 | 2024-01-19T21:47:35.226Z | Documenting syn v2.0.46 |
2416 | 2024-01-19T21:47:35.627Z | Documenting ipnetwork v0.20.0 |
2417 | 2024-01-19T21:47:35.994Z | Documenting hyper-rustls v0.24.2 |
2418 | 2024-01-19T21:47:37.635Z | Documenting hyper-tls v0.5.0 |
2419 | 2024-01-19T21:47:37.868Z | Documenting pest v2.7.2 |
2420 | 2024-01-19T21:47:39.362Z | Documenting pest_derive v2.7.2 |
2421 | 2024-01-19T21:47:39.529Z | Documenting sha2 v0.10.8 |
2422 | 2024-01-19T21:47:42.339Z | Documenting anyhow v1.0.75 |
2423 | 2024-01-19T21:47:42.886Z | Documenting futures-executor v0.3.30 |
2424 | 2024-01-19T21:47:45.864Z | Documenting hex v0.4.3 |
2425 | 2024-01-19T21:47:46.106Z | Documenting crc32fast v1.3.2 |
2426 | 2024-01-19T21:47:46.533Z | Checking serde_tokenstream v0.1.7 |
2427 | 2024-01-19T21:47:46.733Z | Documenting anstyle-query v1.0.0 |
2428 | 2024-01-19T21:47:47.095Z | Documenting colorchoice v1.0.0 |
2429 | 2024-01-19T21:47:47.745Z | Documenting reqwest v0.11.22 |
2430 | 2024-01-19T21:47:48.699Z | Documenting dtrace-parser v0.1.14 |
2431 | 2024-01-19T21:47:49.572Z | Documenting openapiv3 v2.0.0 |
2432 | 2024-01-19T21:47:51.113Z | Documenting num-iter v0.1.43 |
2433 | 2024-01-19T21:47:51.401Z | Documenting hmac v0.12.1 |
2434 | 2024-01-19T21:47:51.665Z | Documenting dof v0.1.5 |
2435 | 2024-01-19T21:47:51.963Z | Documenting anstream v0.5.0 |
2436 | 2024-01-19T21:47:54.115Z | Documenting signal-hook v0.3.17 |
2437 | 2024-01-19T21:47:57.163Z | Documenting thread-id v4.2.0 |
2438 | 2024-01-19T21:47:57.502Z | Documenting terminal_size v0.2.6 |
2439 | 2024-01-19T21:47:58.239Z | Documenting memoffset v0.9.0 |
2440 | 2024-01-19T21:47:58.428Z | Documenting clap_lex v0.5.1 |
2441 | 2024-01-19T21:47:59.762Z | Documenting strsim v0.10.0 |
2442 | 2024-01-19T21:47:59.945Z | Documenting flate2 v1.0.28 |
2443 | 2024-01-19T21:48:00.448Z | Documenting futures v0.3.30 |
2444 | 2024-01-19T21:48:02.347Z | Documenting crossbeam-epoch v0.9.15 |
2445 | 2024-01-19T21:48:02.717Z | Documenting usdt-impl v0.3.5 |
2446 | 2024-01-19T21:48:03.200Z | Documenting usdt-attr-macro v0.3.5 |
2447 | 2024-01-19T21:48:03.662Z | Documenting usdt-macro v0.3.5 |
2448 | 2024-01-19T21:48:04.411Z | Documenting clap_derive v4.4.2 |
2449 | 2024-01-19T21:48:05.690Z | Documenting clap_builder v4.4.2 |
2450 | 2024-01-19T21:48:08.259Z | Documenting managed v0.8.0 |
2451 | 2024-01-19T21:48:08.284Z | Documenting either v1.9.0 |
2452 | 2024-01-19T21:48:10.423Z | Documenting unicode-segmentation v1.10.1 |
2453 | 2024-01-19T21:48:10.505Z | Documenting signal-hook-mio v0.2.3 |
2454 | 2024-01-19T21:48:10.817Z | Documenting usdt v0.3.5 |
2455 | 2024-01-19T21:48:11.908Z | Documenting block-padding v0.3.3 |
2456 | 2024-01-19T21:48:12.036Z | Documenting scheduled-thread-pool v0.2.7 |
2457 | 2024-01-19T21:48:13.263Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2458 | 2024-01-19T21:48:14.077Z | Documenting enum-as-inner v0.5.1 |
2459 | 2024-01-19T21:48:15.307Z | Checking diesel_table_macro_syntax v0.1.0 |
2460 | 2024-01-19T21:48:15.385Z | Documenting clap v4.4.3 |
2461 | 2024-01-19T21:48:15.543Z | Documenting pin-project-internal v1.1.3 |
2462 | 2024-01-19T21:48:16.279Z | Documenting diesel_table_macro_syntax v0.1.0 |
2463 | 2024-01-19T21:48:17.739Z | Documenting r2d2 v0.8.10 |
2464 | 2024-01-19T21:48:18.359Z | Documenting inout v0.1.3 |
2465 | 2024-01-19T21:48:18.370Z | Documenting crossterm v0.27.0 |
2466 | 2024-01-19T21:48:18.818Z | Documenting bzip2 v0.4.4 |
2467 | 2024-01-19T21:48:20.369Z | Documenting trust-dns-proto v0.22.0 |
2468 | 2024-01-19T21:48:22.468Z | Documenting md-5 v0.10.5 |
2469 | 2024-01-19T21:48:22.599Z | Documenting pin-project v1.1.3 |
2470 | 2024-01-19T21:48:22.789Z | Documenting diesel_derives v2.1.2 |
2471 | 2024-01-19T21:48:23.765Z | Documenting stringprep v0.1.3 |
2472 | 2024-01-19T21:48:23.957Z | Documenting toml_datetime v0.6.5 |
2473 | 2024-01-19T21:48:24.463Z | Documenting serde_spanned v0.6.4 |
2474 | 2024-01-19T21:48:25.868Z | Documenting zerocopy v0.7.31 |
2475 | 2024-01-19T21:48:26.669Z | Documenting ff v0.13.0 |
2476 | 2024-01-19T21:48:29.264Z | Documenting doc-comment v0.3.3 |
2477 | 2024-01-19T21:48:29.475Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2478 | 2024-01-19T21:48:29.663Z | Documenting snafu-derive v0.7.5 |
2479 | 2024-01-19T21:48:30.166Z | Documenting winnow v0.5.15 |
2480 | 2024-01-19T21:48:32.349Z | Documenting siphasher v0.3.11 |
2481 | 2024-01-19T21:48:33.268Z | Documenting static_assertions v1.1.0 |
2482 | 2024-01-19T21:48:34.063Z | Documenting fallible-iterator v0.2.0 |
2483 | 2024-01-19T21:48:34.138Z | Documenting bit-vec v0.6.3 |
2484 | 2024-01-19T21:48:34.914Z | Documenting base16ct v0.2.0 |
2485 | 2024-01-19T21:48:36.645Z | Documenting phf_shared v0.11.2 |
2486 | 2024-01-19T21:48:37.002Z | Documenting diesel v2.1.4 |
2487 | 2024-01-19T21:48:37.614Z | Documenting toml_edit v0.21.0 |
2488 | 2024-01-19T21:48:37.657Z | Documenting group v0.13.0 |
2489 | 2024-01-19T21:48:39.380Z | Documenting sec1 v0.7.3 |
2490 | 2024-01-19T21:48:40.111Z | Documenting zip v0.6.6 |
2491 | 2024-01-19T21:48:40.741Z | Documenting snafu v0.7.5 |
2492 | 2024-01-19T21:48:41.698Z | Documenting postgres-protocol v0.6.6 |
2493 | 2024-01-19T21:48:42.026Z | Documenting cipher v0.4.4 |
2494 | 2024-01-19T21:48:43.275Z | Documenting hkdf v0.12.4 |
2495 | 2024-01-19T21:48:45.655Z | Documenting num-bigint v0.4.4 |
2496 | 2024-01-19T21:48:48.291Z | Documenting crypto-bigint v0.5.2 |
2497 | 2024-01-19T21:48:48.325Z | Documenting hubpack v0.1.2 |
2498 | 2024-01-19T21:48:48.894Z | Documenting bstr v1.6.0 |
2499 | 2024-01-19T21:48:50.630Z | Documenting regress v0.7.1 |
2500 | 2024-01-19T21:48:51.216Z | Documenting serde_repr v0.1.16 |
2501 | 2024-01-19T21:48:52.030Z | Documenting minimal-lexical v0.2.1 |
2502 | 2024-01-19T21:48:54.062Z | Documenting fixedbitset v0.4.2 |
2503 | 2024-01-19T21:48:56.202Z | Documenting lalrpop-util v0.19.12 |
2504 | 2024-01-19T21:48:56.745Z | Documenting new_debug_unreachable v1.0.4 |
2505 | 2024-01-19T21:48:57.529Z | Documenting precomputed-hash v0.1.1 |
2506 | 2024-01-19T21:48:57.627Z | Documenting nom v7.1.3 |
2507 | 2024-01-19T21:48:57.888Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2508 | 2024-01-19T21:48:58.975Z | Documenting petgraph v0.6.4 |
2509 | 2024-01-19T21:49:00.806Z | Documenting elliptic-curve v0.13.8 |
2510 | 2024-01-19T21:49:01.406Z | Documenting yasna v0.5.2 |
2511 | 2024-01-19T21:49:02.372Z | Documenting postgres-types v0.2.6 |
2512 | 2024-01-19T21:49:02.965Z | Documenting string_cache v0.8.7 |
2513 | 2024-01-19T21:49:04.909Z | Documenting phf v0.11.2 |
2514 | 2024-01-19T21:49:07.222Z | Documenting console v0.15.8 |
2515 | 2024-01-19T21:49:09.228Z | Documenting semver v1.0.21 |
2516 | 2024-01-19T21:49:09.413Z | Documenting float-cmp v0.9.0 |
2517 | 2024-01-19T21:49:09.892Z | Documenting heck v0.4.1 |
2518 | 2024-01-19T21:49:10.643Z | Documenting whoami v1.4.1 |
2519 | 2024-01-19T21:49:10.923Z | Documenting predicates-core v1.0.6 |
2520 | 2024-01-19T21:49:12.999Z | Documenting normalize-line-endings v0.3.0 |
2521 | 2024-01-19T21:49:13.454Z | Checking unsafe-libyaml v0.2.10 |
2522 | 2024-01-19T21:49:15.374Z | Documenting difflib v0.4.0 |
2523 | 2024-01-19T21:49:15.508Z | Documenting bit-set v0.5.3 |
2524 | 2024-01-19T21:49:16.066Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2525 | 2024-01-19T21:49:16.333Z | Documenting tokio-postgres v0.7.10 |
2526 | 2024-01-19T21:49:16.588Z | Documenting ahash v0.8.6 |
2527 | 2024-01-19T21:49:16.787Z | Documenting similar v2.3.0 |
2528 | 2024-01-19T21:49:17.255Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2529 | 2024-01-19T21:49:18.634Z | Documenting tokio-stream v0.1.14 |
2530 | 2024-01-19T21:49:20.794Z | Documenting predicates v3.1.0 |
2531 | 2024-01-19T21:49:21.597Z | Checking ident_case v1.0.1 |
2532 | 2024-01-19T21:49:21.810Z | Documenting unsafe-libyaml v0.2.10 |
2533 | 2024-01-19T21:49:23.004Z | Checking serde_yaml v0.9.25 |
2534 | 2024-01-19T21:49:23.461Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2535 | 2024-01-19T21:49:25.989Z | Documenting getopts v0.2.21 |
2536 | 2024-01-19T21:49:26.085Z | Documenting match_cfg v0.1.0 |
2537 | 2024-01-19T21:49:27.189Z | Documenting sha1 v0.10.6 |
2538 | 2024-01-19T21:49:27.462Z | Documenting serde_yaml v0.9.25 |
2539 | 2024-01-19T21:49:27.472Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2540 | 2024-01-19T21:49:28.444Z | Documenting dirs-sys-next v0.1.2 |
2541 | 2024-01-19T21:49:40.854Z | Documenting hostname v0.3.1 |
2542 | 2024-01-19T21:49:41.342Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2543 | 2024-01-19T21:49:41.343Z | Documenting thread_local v1.1.7 |
2544 | 2024-01-19T21:49:41.825Z | Documenting dirs-next v2.0.0 |
2545 | 2024-01-19T21:49:41.825Z | Documenting paste v1.0.14 |
2546 | 2024-01-19T21:49:41.825Z | Documenting crossbeam-channel v0.5.8 |
2547 | 2024-01-19T21:49:41.825Z | Documenting atty v0.2.14 |
2548 | 2024-01-19T21:49:41.826Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2549 | 2024-01-19T21:49:41.826Z | Documenting take_mut v0.2.2 |
2550 | 2024-01-19T21:49:41.826Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2551 | 2024-01-19T21:49:41.826Z | Documenting slog-json v2.6.1 |
2552 | 2024-01-19T21:49:41.833Z | Documenting term v0.7.0 |
2553 | 2024-01-19T21:49:42.055Z | Documenting http v1.0.0 |
2554 | 2024-01-19T21:49:42.055Z | Documenting camino v1.1.6 |
2555 | 2024-01-19T21:49:42.056Z | Documenting async-stream-impl v0.3.5 |
2556 | 2024-01-19T21:49:42.056Z | Documenting slog-async v2.8.0 |
2557 | 2024-01-19T21:49:44.712Z | Documenting rustls-pki-types v1.1.0 |
2558 | 2024-01-19T21:49:44.959Z | Documenting slog-term v2.9.0 |
2559 | 2024-01-19T21:49:47.086Z | Documenting atomic-waker v1.1.1 |
2560 | 2024-01-19T21:49:47.485Z | Documenting debug-ignore v1.0.5 |
2561 | 2024-01-19T21:49:47.638Z | Documenting async-stream v0.3.5 |
2562 | 2024-01-19T21:49:48.071Z | Documenting slog-bunyan v2.5.0 |
2563 | 2024-01-19T21:49:48.498Z | Documenting multer v3.0.0 |
2564 | 2024-01-19T21:49:48.696Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2565 | 2024-01-19T21:49:49.505Z | Documenting rustls-pemfile v2.0.0 |
2566 | 2024-01-19T21:49:51.501Z | Documenting waitgroup v0.1.2 |
2567 | 2024-01-19T21:49:51.518Z | Checking darling_core v0.20.3 |
2568 | 2024-01-19T21:49:51.554Z | Documenting toml v0.8.8 |
2569 | 2024-01-19T21:49:53.024Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2570 | 2024-01-19T21:49:54.273Z | Documenting serde_path_to_error v0.1.15 |
2571 | 2024-01-19T21:49:55.248Z | Documenting strum v0.25.0 |
2572 | 2024-01-19T21:49:55.438Z | Checking darling v0.20.3 |
2573 | 2024-01-19T21:49:55.580Z | Documenting serde_with_macros v3.4.0 |
2574 | 2024-01-19T21:49:55.631Z | Documenting structmeta-derive v0.2.0 |
2575 | 2024-01-19T21:49:56.433Z | Checking structmeta v0.2.0 |
2576 | 2024-01-19T21:49:56.766Z | Documenting instant v0.1.12 |
2577 | 2024-01-19T21:49:58.663Z | Checking regex-syntax v0.7.5 |
2578 | 2024-01-19T21:50:00.353Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2579 | 2024-01-19T21:50:00.563Z | Documenting macaddr v1.0.1 |
2580 | 2024-01-19T21:50:00.798Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2581 | 2024-01-19T21:50:02.076Z | Documenting backoff v0.4.0 |
2582 | 2024-01-19T21:50:02.782Z | Documenting serde_with v3.4.0 |
2583 | 2024-01-19T21:50:03.112Z | Documenting structmeta v0.2.0 |
2584 | 2024-01-19T21:50:03.737Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2585 | 2024-01-19T21:50:04.654Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2586 | 2024-01-19T21:50:06.495Z | Documenting fastrand v2.0.0 |
2587 | 2024-01-19T21:50:07.606Z | Documenting proc-macro-error-attr v1.0.4 |
2588 | 2024-01-19T21:50:08.979Z | Documenting is-terminal v0.4.9 |
2589 | 2024-01-19T21:50:09.369Z | Documenting parse-display-derive v0.8.2 |
2590 | 2024-01-19T21:50:09.878Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2591 | 2024-01-19T21:50:10.167Z | Checking proc-macro-error v1.0.4 |
2592 | 2024-01-19T21:50:10.565Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2593 | 2024-01-19T21:50:11.812Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2594 | 2024-01-19T21:50:12.227Z | Documenting proc-macro-error v1.0.4 |
2595 | 2024-01-19T21:50:12.230Z | Documenting proc-macro-crate v1.3.1 |
2596 | 2024-01-19T21:50:12.691Z | Documenting tempfile v3.8.1 |
2597 | 2024-01-19T21:50:14.292Z | Checking proc-macro-crate v1.3.1 |
2598 | 2024-01-19T21:50:14.646Z | Documenting hash32 v0.2.1 |
2599 | 2024-01-19T21:50:15.904Z | Documenting stable_deref_trait v1.2.0 |
2600 | 2024-01-19T21:50:16.247Z | Documenting cobs v0.2.3 |
2601 | 2024-01-19T21:50:17.962Z | Documenting parse-display v0.8.2 |
2602 | 2024-01-19T21:50:18.498Z | Documenting num_enum_derive v0.5.11 |
2603 | 2024-01-19T21:50:19.017Z | Documenting camino-tempfile v1.1.1 |
2604 | 2024-01-19T21:50:19.330Z | Documenting embedded-io v0.4.0 |
2605 | 2024-01-19T21:50:20.876Z | Documenting foreign-types-macros v0.2.3 |
2606 | 2024-01-19T21:50:20.876Z | Documenting foreign-types-shared v0.3.1 |
2607 | 2024-01-19T21:50:20.876Z | Documenting heapless v0.7.16 |
2608 | 2024-01-19T21:50:23.771Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2609 | 2024-01-19T21:50:23.827Z | Documenting postcard v1.0.8 |
2610 | 2024-01-19T21:50:24.044Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2611 | 2024-01-19T21:50:24.437Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2612 | 2024-01-19T21:50:25.245Z | Documenting crucible-workspace-hack v0.1.0 |
2613 | 2024-01-19T21:50:26.549Z | Documenting num_enum v0.5.11 |
2614 | 2024-01-19T21:50:26.757Z | Documenting foreign-types v0.5.0 |
2615 | 2024-01-19T21:50:27.896Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2616 | 2024-01-19T21:50:27.941Z | Documenting smoltcp v0.10.0 |
2617 | 2024-01-19T21:50:30.395Z | Documenting cstr-argument v0.1.2 |
2618 | 2024-01-19T21:50:30.763Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2619 | 2024-01-19T21:50:31.268Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2620 | 2024-01-19T21:50:31.865Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2621 | 2024-01-19T21:50:32.692Z | Documenting colored v2.0.4 |
2622 | 2024-01-19T21:50:33.208Z | Documenting zone_cfg_derive v0.3.0 |
2623 | 2024-01-19T21:50:35.733Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2624 | 2024-01-19T21:50:36.389Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2625 | 2024-01-19T21:50:37.929Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2626 | 2024-01-19T21:50:38.150Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2627 | 2024-01-19T21:50:38.644Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2628 | 2024-01-19T21:50:39.619Z | Documenting num-derive v0.4.0 |
2629 | 2024-01-19T21:50:40.905Z | Documenting zone v0.3.0 |
2630 | 2024-01-19T21:50:42.156Z | Documenting smf v0.2.2 |
2631 | 2024-01-19T21:50:44.357Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2632 | 2024-01-19T21:50:44.390Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2633 | 2024-01-19T21:50:45.840Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2634 | 2024-01-19T21:50:46.577Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2635 | 2024-01-19T21:50:47.989Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2636 | 2024-01-19T21:50:49.372Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2637 | 2024-01-19T21:50:50.497Z | Documenting linked-hash-map v0.5.6 |
2638 | 2024-01-19T21:50:53.425Z | Documenting password-hash v0.5.0 |
2639 | 2024-01-19T21:50:54.081Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2640 | 2024-01-19T21:50:55.278Z | Documenting blake2 v0.10.6 |
2641 | 2024-01-19T21:50:55.785Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2642 | 2024-01-19T21:50:56.811Z | Documenting lru-cache v0.1.2 |
2643 | 2024-01-19T21:50:57.364Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2644 | 2024-01-19T21:50:59.524Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2645 | 2024-01-19T21:51:01.334Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2646 | 2024-01-19T21:51:01.778Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2647 | 2024-01-19T21:51:02.285Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2648 | 2024-01-19T21:51:02.526Z | Documenting itertools v0.12.0 |
2649 | 2024-01-19T21:51:02.779Z | Documenting argon2 v0.5.2 |
2650 | 2024-01-19T21:51:03.550Z | Documenting quick-error v1.2.3 |
2651 | 2024-01-19T21:51:03.604Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2652 | 2024-01-19T21:51:04.523Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2653 | 2024-01-19T21:51:05.539Z | Documenting newtype_derive v0.1.6 |
2654 | 2024-01-19T21:51:06.316Z | Documenting nibble_vec v0.1.0 |
2655 | 2024-01-19T21:51:07.022Z | Checking heck v0.3.3 |
2656 | 2024-01-19T21:51:07.251Z | Documenting endian-type v0.1.2 |
2657 | 2024-01-19T21:51:09.074Z | Documenting resolv-conf v0.7.0 |
2658 | 2024-01-19T21:51:10.358Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2659 | 2024-01-19T21:51:10.966Z | Documenting steno v0.4.0 |
2660 | 2024-01-19T21:51:12.365Z | Documenting structopt-derive v0.4.18 |
2661 | 2024-01-19T21:51:12.712Z | Documenting radix_trie v0.2.1 |
2662 | 2024-01-19T21:51:12.762Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2663 | 2024-01-19T21:51:14.047Z | Documenting cancel-safe-futures v0.1.5 |
2664 | 2024-01-19T21:51:14.955Z | Documenting trust-dns-resolver v0.22.0 |
2665 | 2024-01-19T21:51:15.448Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2666 | 2024-01-19T21:51:18.636Z | Documenting tap v1.0.1 |
2667 | 2024-01-19T21:51:19.955Z | Documenting structopt v0.3.26 |
2668 | 2024-01-19T21:51:20.377Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2669 | 2024-01-19T21:51:21.702Z | Documenting libefi-sys v0.1.0 |
2670 | 2024-01-19T21:51:22.962Z | Documenting wyz v0.5.1 |
2671 | 2024-01-19T21:51:22.985Z | Documenting radium v0.7.0 |
2672 | 2024-01-19T21:51:26.062Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2673 | 2024-01-19T21:51:26.290Z | Documenting funty v2.0.0 |
2674 | 2024-01-19T21:51:27.367Z | Documenting arc-swap v1.6.0 |
2675 | 2024-01-19T21:51:27.480Z | Documenting crc-catalog v2.2.0 |
2676 | 2024-01-19T21:51:27.864Z | Documenting swrite v0.1.0 |
2677 | 2024-01-19T21:51:28.589Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2678 | 2024-01-19T21:51:30.910Z | Documenting bitvec v1.0.1 |
2679 | 2024-01-19T21:51:31.754Z | Documenting crc v3.0.1 |
2680 | 2024-01-19T21:51:33.358Z | Documenting slog-scope v4.4.0 |
2681 | 2024-01-19T21:51:33.377Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2682 | 2024-01-19T21:51:33.378Z | Documenting num-rational v0.4.1 |
2683 | 2024-01-19T21:51:35.572Z | Documenting libsw v3.3.1 |
2684 | 2024-01-19T21:51:35.927Z | Documenting num-complex v0.4.4 |
2685 | 2024-01-19T21:51:38.464Z | Documenting filetime v0.2.23 |
2686 | 2024-01-19T21:51:38.906Z | Documenting xattr v1.0.1 |
2687 | 2024-01-19T21:51:38.935Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2688 | 2024-01-19T21:51:39.488Z | Documenting packed_struct_codegen v0.10.1 |
2689 | 2024-01-19T21:51:40.257Z | Documenting derive-where v1.2.7 |
2690 | 2024-01-19T21:51:42.715Z | Documenting linear-map v1.2.0 |
2691 | 2024-01-19T21:51:43.137Z | Documenting owo-colors v3.5.0 |
2692 | 2024-01-19T21:51:44.047Z | Documenting same-file v1.0.6 |
2693 | 2024-01-19T21:51:44.598Z | Documenting ciborium-io v0.2.1 |
2694 | 2024-01-19T21:51:47.781Z | Documenting half v1.8.2 |
2695 | 2024-01-19T21:51:48.990Z | Documenting nodrop v0.1.14 |
2696 | 2024-01-19T21:51:49.176Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2697 | 2024-01-19T21:51:49.889Z | Documenting walkdir v2.4.0 |
2698 | 2024-01-19T21:51:50.251Z | Documenting packed_struct v0.10.1 |
2699 | 2024-01-19T21:51:50.297Z | Documenting tar v0.4.40 |
2700 | 2024-01-19T21:51:50.662Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2701 | 2024-01-19T21:51:52.265Z | Documenting ciborium-ll v0.2.1 |
2702 | 2024-01-19T21:51:53.197Z | Documenting array-init v0.0.4 |
2703 | 2024-01-19T21:51:56.175Z | Documenting num v0.4.1 |
2704 | 2024-01-19T21:51:56.547Z | Documenting slog-stdlog v4.1.1 |
2705 | 2024-01-19T21:51:57.907Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2706 | 2024-01-19T21:51:58.201Z | Documenting slog-dtrace v0.2.3 |
2707 | 2024-01-19T21:52:02.207Z | Documenting num-bigint-dig v0.8.4 |
2708 | 2024-01-19T21:52:03.446Z | Documenting pkcs1 v0.7.5 |
2709 | 2024-01-19T21:52:04.815Z | Documenting signature v2.1.0 |
2710 | 2024-01-19T21:52:08.282Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2711 | 2024-01-19T21:52:09.069Z | Documenting bitfield v0.14.0 |
2712 | 2024-01-19T21:52:09.218Z | Documenting termcolor v1.2.0 |
2713 | 2024-01-19T21:52:10.257Z | Documenting slog-envlogger v2.2.0 |
2714 | 2024-01-19T21:52:12.023Z | Documenting ciborium v0.2.1 |
2715 | 2024-01-19T21:52:12.215Z | Documenting rsa v0.9.2 |
2716 | 2024-01-19T21:52:13.352Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2717 | 2024-01-19T21:52:14.782Z | Documenting serde-hex v0.1.0 |
2718 | 2024-01-19T21:52:15.425Z | Documenting env_logger v0.10.0 |
2719 | 2024-01-19T21:52:15.534Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2720 | 2024-01-19T21:52:18.348Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2721 | 2024-01-19T21:52:18.797Z | Documenting x509-cert v0.2.4 |
2722 | 2024-01-19T21:52:20.595Z | Documenting pem v3.0.2 |
2723 | 2024-01-19T21:52:22.105Z | Documenting ron v0.8.1 |
2724 | 2024-01-19T21:52:23.453Z | Documenting fxhash v0.2.1 |
2725 | 2024-01-19T21:52:23.735Z | Documenting utf-8 v0.7.6 |
2726 | 2024-01-19T21:52:23.984Z | Documenting crc-any v2.4.3 |
2727 | 2024-01-19T21:52:25.151Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2728 | 2024-01-19T21:52:26.148Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2729 | 2024-01-19T21:52:27.392Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2730 | 2024-01-19T21:52:28.364Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2731 | 2024-01-19T21:52:28.776Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2732 | 2024-01-19T21:52:28.931Z | Documenting vte_generate_state_changes v0.1.1 |
2733 | 2024-01-19T21:52:29.312Z | Documenting tungstenite v0.20.1 |
2734 | 2024-01-19T21:52:34.637Z | Documenting display-error-chain v0.2.0 |
2735 | 2024-01-19T21:52:35.686Z | Checking convert_case v0.4.0 |
2736 | 2024-01-19T21:52:35.932Z | Documenting convert_case v0.4.0 |
2737 | 2024-01-19T21:52:39.244Z | Documenting path-slash v0.1.5 |
2738 | 2024-01-19T21:52:40.005Z | Documenting tokio-tungstenite v0.20.1 |
2739 | 2024-01-19T21:52:41.710Z | Documenting derive_more v0.99.17 |
2740 | 2024-01-19T21:52:44.175Z | Documenting vte v0.11.1 |
2741 | 2024-01-19T21:52:44.348Z | Documenting buf-list v1.0.3 |
2742 | 2024-01-19T21:52:44.759Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2743 | 2024-01-19T21:52:50.054Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2744 | 2024-01-19T21:52:50.534Z | Documenting fd-lock v3.0.13 |
2745 | 2024-01-19T21:52:50.685Z | Documenting strip-ansi-escapes v0.2.0 |
2746 | 2024-01-19T21:52:51.416Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2747 | 2024-01-19T21:52:53.086Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2748 | 2024-01-19T21:52:54.899Z | Checking darling_core v0.14.4 |
2749 | 2024-01-19T21:52:56.536Z | Documenting nu-ansi-term v0.49.0 |
2750 | 2024-01-19T21:52:57.266Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2751 | 2024-01-19T21:52:57.931Z | Checking darling v0.14.4 |
2752 | 2024-01-19T21:52:58.026Z | Documenting trust-dns-client v0.22.0 |
2753 | 2024-01-19T21:52:58.733Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2754 | 2024-01-19T21:52:59.446Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2755 | 2024-01-19T21:53:01.224Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2756 | 2024-01-19T21:53:01.623Z | Documenting globset v0.4.13 |
2757 | 2024-01-19T21:53:02.379Z | Documenting reedline v0.28.0 |
2758 | 2024-01-19T21:53:02.886Z | Documenting olpc-cjson v0.1.3 |
2759 | 2024-01-19T21:53:08.706Z | Documenting serde_plain v1.0.2 |
2760 | 2024-01-19T21:53:10.091Z | Documenting async-recursion v1.0.5 |
2761 | 2024-01-19T21:53:11.507Z | Documenting keccak v0.1.4 |
2762 | 2024-01-19T21:53:12.004Z | Documenting typed-path v0.7.0 |
2763 | 2024-01-19T21:53:13.695Z | Documenting bytecount v0.6.3 |
2764 | 2024-01-19T21:53:14.931Z | Documenting trust-dns-server v0.22.1 |
2765 | 2024-01-19T21:53:15.797Z | Documenting sha3 v0.10.8 |
2766 | 2024-01-19T21:53:16.830Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2767 | 2024-01-19T21:53:17.602Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2768 | 2024-01-19T21:53:17.750Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2769 | 2024-01-19T21:53:17.948Z | Documenting papergrid v0.10.0 |
2770 | 2024-01-19T21:53:19.577Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2771 | 2024-01-19T21:53:19.916Z | Documenting sled v0.34.7 |
2772 | 2024-01-19T21:53:20.271Z | Documenting tough v0.16.0 |
2773 | 2024-01-19T21:53:20.382Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2774 | 2024-01-19T21:53:20.751Z | Documenting unicase v2.7.0 |
2775 | 2024-01-19T21:53:21.621Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2776 | 2024-01-19T21:53:22.043Z | Documenting tabled_derive v0.6.0 |
2777 | 2024-01-19T21:53:23.630Z | Documenting crossbeam-deque v0.8.3 |
2778 | 2024-01-19T21:53:24.781Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2779 | 2024-01-19T21:53:24.876Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2780 | 2024-01-19T21:53:25.347Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2781 | 2024-01-19T21:53:25.509Z | Documenting secrecy v0.8.0 |
2782 | 2024-01-19T21:53:26.462Z | Documenting nix v0.26.4 |
2783 | 2024-01-19T21:53:28.473Z | Documenting headers-core v0.2.0 |
2784 | 2024-01-19T21:53:28.566Z | Documenting sqlparser_derive v0.1.1 |
2785 | 2024-01-19T21:53:28.773Z | Documenting pretty-hex v0.4.1 |
2786 | 2024-01-19T21:53:29.301Z | Documenting home v0.5.5 |
2787 | 2024-01-19T21:53:30.660Z | Documenting unicode_categories v0.1.1 |
2788 | 2024-01-19T21:53:31.604Z | Documenting rayon-core v1.12.0 |
2789 | 2024-01-19T21:53:33.369Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2790 | 2024-01-19T21:53:34.509Z | Documenting tabled v0.14.0 |
2791 | 2024-01-19T21:53:34.696Z | Documenting rustyline v12.0.0 |
2792 | 2024-01-19T21:53:35.235Z | Documenting headers v0.3.9 |
2793 | 2024-01-19T21:53:35.267Z | Documenting sqlparser v0.36.1 |
2794 | 2024-01-19T21:53:36.406Z | Documenting sqlformat v0.2.3 |
2795 | 2024-01-19T21:53:37.752Z | Documenting mime_guess v2.0.4 |
2796 | 2024-01-19T21:53:42.660Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2797 | 2024-01-19T21:53:42.684Z | Documenting derive_builder_core v0.12.0 |
2798 | 2024-01-19T21:53:42.684Z | Checking derive_builder_core v0.12.0 |
2799 | 2024-01-19T21:53:44.264Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2800 | 2024-01-19T21:53:44.770Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2801 | 2024-01-19T21:53:44.834Z | Documenting universal-hash v0.5.1 |
2802 | 2024-01-19T21:53:44.972Z | Documenting bcs v0.1.6 |
2803 | 2024-01-19T21:53:45.259Z | Documenting kstat-rs v0.2.3 |
2804 | 2024-01-19T21:53:51.164Z | Documenting thiserror-impl-no-std v2.0.2 |
2805 | 2024-01-19T21:53:51.182Z | Documenting curve25519-dalek-derive v0.1.0 |
2806 | 2024-01-19T21:53:51.558Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2807 | 2024-01-19T21:53:51.909Z | Documenting opaque-debug v0.3.0 |
2808 | 2024-01-19T21:53:54.043Z | Documenting highway v1.1.0 |
2809 | 2024-01-19T21:53:54.283Z | Documenting derive_builder_macro v0.12.0 |
2810 | 2024-01-19T21:53:56.000Z | Documenting poly1305 v0.8.0 |
2811 | 2024-01-19T21:53:57.819Z | Documenting curve25519-dalek v4.1.1 |
2812 | 2024-01-19T21:53:58.714Z | Documenting thiserror-no-std v2.0.2 |
2813 | 2024-01-19T21:53:59.135Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2814 | 2024-01-19T21:53:59.811Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2815 | 2024-01-19T21:54:00.107Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2816 | 2024-01-19T21:54:00.793Z | Documenting rayon v1.8.0 |
2817 | 2024-01-19T21:54:01.469Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2818 | 2024-01-19T21:54:02.940Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2819 | 2024-01-19T21:54:03.478Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2820 | 2024-01-19T21:54:04.364Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2821 | 2024-01-19T21:54:05.424Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2822 | 2024-01-19T21:54:06.521Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2823 | 2024-01-19T21:54:12.369Z | Documenting fs-err v2.11.0 |
2824 | 2024-01-19T21:54:17.845Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2825 | 2024-01-19T21:54:21.834Z | Documenting portable-atomic v1.4.3 |
2826 | 2024-01-19T21:54:27.273Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2827 | 2024-01-19T21:54:29.860Z | Documenting ed25519 v1.5.3 |
2828 | 2024-01-19T21:54:33.471Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2829 | 2024-01-19T21:54:34.245Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2830 | 2024-01-19T21:54:35.613Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2831 | 2024-01-19T21:54:37.467Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2832 | 2024-01-19T21:54:37.701Z | Documenting chacha20 v0.9.1 |
2833 | 2024-01-19T21:54:37.868Z | Documenting aead v0.5.2 |
2834 | 2024-01-19T21:54:41.697Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2835 | 2024-01-19T21:54:44.057Z | Documenting ref-cast-impl v1.0.20 |
2836 | 2024-01-19T21:54:45.231Z | Documenting glob v0.3.1 |
2837 | 2024-01-19T21:54:47.115Z | Documenting number_prefix v0.4.0 |
2838 | 2024-01-19T21:54:51.651Z | Documenting cassowary v0.3.0 |
2839 | 2024-01-19T21:54:51.867Z | Documenting parse-size v1.0.0 |
2840 | 2024-01-19T21:54:52.496Z | Documenting indicatif v0.17.7 |
2841 | 2024-01-19T21:54:54.732Z | Documenting ref-cast v1.0.20 |
2842 | 2024-01-19T21:54:55.094Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2843 | 2024-01-19T21:54:56.034Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2844 | 2024-01-19T21:54:57.271Z | Documenting ratatui v0.23.0 |
2845 | 2024-01-19T21:54:58.870Z | Documenting chacha20poly1305 v0.10.1 |
2846 | 2024-01-19T21:55:00.057Z | Documenting salty v0.2.0 |
2847 | 2024-01-19T21:55:03.876Z | Documenting vsss-rs v3.3.4 |
2848 | 2024-01-19T21:55:04.322Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2849 | 2024-01-19T21:55:06.610Z | Documenting derive_builder v0.12.0 |
2850 | 2024-01-19T21:55:08.397Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2851 | 2024-01-19T21:55:10.742Z | Documenting polar-core v0.27.0 |
2852 | 2024-01-19T21:55:14.932Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2853 | 2024-01-19T21:55:18.629Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2854 | 2024-01-19T21:55:21.475Z | Documenting libxml v0.3.3 |
2855 | 2024-01-19T21:55:23.840Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2856 | 2024-01-19T21:55:27.939Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2857 | 2024-01-19T21:55:28.543Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2858 | 2024-01-19T21:55:28.957Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2859 | 2024-01-19T21:55:31.029Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2860 | 2024-01-19T21:55:33.879Z | Documenting bb8 v0.8.1 |
2861 | 2024-01-19T21:55:33.988Z | Documenting serde-big-array v0.5.1 |
2862 | 2024-01-19T21:55:36.282Z | Documenting quick-xml v0.23.1 |
2863 | 2024-01-19T21:55:40.062Z | Documenting rtoolbox v0.0.1 |
2864 | 2024-01-19T21:55:40.130Z | Documenting oso-derive v0.27.0 |
2865 | 2024-01-19T21:55:40.370Z | Documenting impl-trait-for-tuples v0.2.2 |
2866 | 2024-01-19T21:55:40.428Z | Documenting maplit v1.0.2 |
2867 | 2024-01-19T21:55:42.869Z | Documenting unicode-linebreak v0.1.5 |
2868 | 2024-01-19T21:55:43.359Z | Documenting is_ci v1.1.1 |
2869 | 2024-01-19T21:55:45.934Z | Documenting humantime v2.1.0 |
2870 | 2024-01-19T21:55:46.061Z | Documenting smawk v0.3.1 |
2871 | 2024-01-19T21:55:47.186Z | Documenting http-range v0.1.5 |
2872 | 2024-01-19T21:55:47.485Z | Documenting rpassword v7.3.1 |
2873 | 2024-01-19T21:55:48.864Z | Documenting oso v0.27.0 |
2874 | 2024-01-19T21:55:48.928Z | Documenting supports-color v2.1.0 |
2875 | 2024-01-19T21:55:51.449Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2876 | 2024-01-19T21:55:52.584Z | Documenting textwrap v0.16.0 |
2877 | 2024-01-19T21:55:53.607Z | Documenting hyper-staticfile v0.9.5 |
2878 | 2024-01-19T21:55:53.974Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2879 | 2024-01-19T21:55:55.945Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2880 | 2024-01-19T21:55:56.750Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2881 | 2024-01-19T21:55:57.215Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2882 | 2024-01-19T21:55:58.331Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2883 | 2024-01-19T21:56:03.102Z | Documenting tui-tree-widget v0.13.0 |
2884 | 2024-01-19T21:56:04.313Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2885 | 2024-01-19T21:56:04.706Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2886 | 2024-01-19T21:56:10.120Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2887 | 2024-01-19T21:56:10.914Z | Documenting cookie v0.18.0 |
2888 | 2024-01-19T21:56:11.871Z | Documenting rcgen v0.12.0 |
2889 | 2024-01-19T21:56:13.853Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2890 | 2024-01-19T21:56:14.766Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2891 | 2024-01-19T21:56:15.925Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2892 | 2024-01-19T21:56:16.545Z | Documenting atomicwrites v0.4.3 |
2893 | 2024-01-19T21:56:17.617Z | Documenting signal-hook-tokio v0.3.1 |
2894 | 2024-01-19T21:56:21.943Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2895 | 2024-01-19T21:56:22.351Z | Documenting subprocess v0.2.9 |
2896 | 2024-01-19T21:56:22.982Z | Documenting shell-words v1.1.0 |
2897 | 2024-01-19T21:56:23.061Z | Documenting corncobs v0.1.3 |
2898 | 2024-01-19T21:56:24.787Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2899 | 2024-01-19T21:56:27.280Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2900 | 2024-01-19T21:56:28.941Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2901 | 2024-01-19T21:56:29.243Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2902 | 2024-01-19T21:56:30.649Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2903 | 2024-01-19T21:56:32.631Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2904 | 2024-01-19T21:56:35.736Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2905 | 2024-01-19T21:56:37.290Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2906 | 2024-01-19T21:56:42.937Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2907 | 2024-01-19T21:56:45.542Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2908 | 2024-01-19T21:56:55.175Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2909 | 2024-01-19T21:57:00.453Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2910 | 2024-01-19T21:57:03.296Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2911 | 2024-01-19T21:57:11.621Z | Documenting fatfs v0.3.6 |
2912 | 2024-01-19T21:57:12.457Z | Documenting nanorand v0.7.0 |
2913 | 2024-01-19T21:57:18.276Z | Documenting assert_matches v1.5.0 |
2914 | 2024-01-19T21:57:18.863Z | Documenting topological-sort v0.2.2 |
2915 | 2024-01-19T21:57:19.297Z | Documenting flume v0.11.0 |
2916 | 2024-01-19T21:57:20.224Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2917 | 2024-01-19T21:57:22.461Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2918 | 2024-01-19T21:57:23.388Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2919 | 2024-01-19T21:57:23.388Z | --> sled-agent/src/sim/instance.rs:46:7 |
2920 | 2024-01-19T21:57:23.388Z | | |
2921 | 2024-01-19T21:57:23.388Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2922 | 2024-01-19T21:57:23.390Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2923 | 2024-01-19T21:57:23.390Z | | |
2924 | 2024-01-19T21:57:23.390Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2925 | 2024-01-19T21:57:23.390Z | |
2926 | 2024-01-19T21:57:25.187Z | Documenting omicron-zone-package v0.10.1 |
2927 | 2024-01-19T21:57:27.009Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2928 | 2024-01-19T21:57:27.806Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2929 | 2024-01-19T21:57:27.811Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2930 | 2024-01-19T21:57:29.261Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2931 | 2024-01-19T21:57:30.331Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2932 | 2024-01-19T21:57:31.818Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2933 | 2024-01-19T21:57:33.247Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2934 | 2024-01-19T21:57:38.526Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2935 | 2024-01-19T21:57:43.798Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2936 | 2024-01-19T21:57:44.950Z | Documenting termios v0.3.3 |
2937 | 2024-01-19T21:57:50.763Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2938 | 2024-01-19T21:58:05.286Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2939 | 2024-01-19T21:58:07.241Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2940 | 2024-01-19T21:58:07.474Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2941 | 2024-01-19T21:58:08.177Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2942 | 2024-01-19T21:58:12.587Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2943 | 2024-01-19T21:58:36.827Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2944 | 2024-01-19T21:58:44.631Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2945 | 2024-01-19T21:59:07.353Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2946 | 2024-01-19T21:59:09.473Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2947 | 2024-01-19T21:59:15.849Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2948 | 2024-01-19T21:59:16.105Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2949 | 2024-01-19T21:59:17.147Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2950 | 2024-01-19T21:59:58.766Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2951 | 2024-01-19T22:00:57.782Z | warning: unresolved link to `VolumeConstructionRequest` |
2952 | 2024-01-19T22:00:57.782Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2953 | 2024-01-19T22:00:57.782Z | | |
2954 | 2024-01-19T22:00:57.782Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2955 | 2024-01-19T22:00:57.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2956 | 2024-01-19T22:00:57.782Z | | |
2957 | 2024-01-19T22:00:57.782Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2958 | 2024-01-19T22:00:57.782Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2959 | 2024-01-19T22:00:57.782Z | |
2960 | 2024-01-19T22:00:57.786Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2961 | 2024-01-19T22:00:57.786Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2962 | 2024-01-19T22:00:57.786Z | | |
2963 | 2024-01-19T22:00:57.786Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2964 | 2024-01-19T22:00:57.786Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2965 | 2024-01-19T22:00:57.786Z | |
2966 | 2024-01-19T22:00:57.786Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2967 | 2024-01-19T22:00:57.788Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2968 | 2024-01-19T22:00:57.788Z | | |
2969 | 2024-01-19T22:00:57.788Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2970 | 2024-01-19T22:00:57.788Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2971 | 2024-01-19T22:00:57.788Z | |
2972 | 2024-01-19T22:00:57.788Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2973 | 2024-01-19T22:00:57.788Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2974 | 2024-01-19T22:00:57.788Z | | |
2975 | 2024-01-19T22:00:57.788Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2976 | 2024-01-19T22:00:57.788Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2977 | 2024-01-19T22:00:57.788Z | |
2978 | 2024-01-19T22:00:57.788Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2979 | 2024-01-19T22:00:57.788Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2980 | 2024-01-19T22:00:57.788Z | | |
2981 | 2024-01-19T22:00:57.788Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2982 | 2024-01-19T22:00:57.788Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2983 | 2024-01-19T22:00:57.788Z | |
2984 | 2024-01-19T22:00:57.788Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2985 | 2024-01-19T22:00:57.788Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2986 | 2024-01-19T22:00:57.788Z | | |
2987 | 2024-01-19T22:00:57.789Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2988 | 2024-01-19T22:00:57.789Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2989 | 2024-01-19T22:00:57.789Z | |
2990 | 2024-01-19T22:00:57.789Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2991 | 2024-01-19T22:00:57.789Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2992 | 2024-01-19T22:00:57.789Z | | |
2993 | 2024-01-19T22:00:57.790Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2994 | 2024-01-19T22:00:57.790Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2995 | 2024-01-19T22:00:57.790Z | |
2996 | 2024-01-19T22:01:01.349Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2997 | 2024-01-19T22:01:33.313Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 16s |
2998 | 2024-01-19T22:01:33.421Z | |
2999 | 2024-01-19T22:01:33.421Z | real 16:16.303498478 |
3000 | 2024-01-19T22:01:33.424Z | user 53:04.939501930 |
3001 | 2024-01-19T22:01:33.424Z | sys 1:00:29.093570710 |
3002 | 2024-01-19T22:01:33.425Z | trap 1.777227550 |
3003 | 2024-01-19T22:01:33.425Z | tflt 0.159230782 |
3004 | 2024-01-19T22:01:33.425Z | dflt 0.545934467 |
3005 | 2024-01-19T22:01:33.425Z | kflt 0.000155665 |
3006 | 2024-01-19T22:01:33.425Z | lock 3:11:15.854235760 |
3007 | 2024-01-19T22:01:33.426Z | slp 4:06:02.051428303 |
3008 | 2024-01-19T22:01:33.426Z | lat 5:25.986535840 |
3009 | 2024-01-19T22:01:33.426Z | stop 1:27.245722013 |
3010 | 2024-01-19T22:01:33.426Z | process exited: duration 1791335 ms, exit code 0 |
|
3011 | 2024-01-19T22:01:33.433Z | found 0 output files |