|
|
|
1 | 2024-01-31T19:08:09.112Z | job assigned to worker 01HNGEP8N7SQTFNW0DC1KH3853 (queued for 2 m 47 s) |
|
2 | 2024-01-31T19:08:09.335Z | starting task 0: "setup" |
3 | 2024-01-31T19:08:09.399Z | ++ uname -s |
4 | 2024-01-31T19:08:09.852Z | + kern=SunOS |
5 | 2024-01-31T19:08:09.852Z | + case "$kern" in |
6 | 2024-01-31T19:08:09.852Z | + groupadd -g 12345 build |
7 | 2024-01-31T19:08:09.854Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-31T19:08:11.534Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-31T19:08:11.540Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-31T19:08:11.558Z | + home_fs=zfs |
11 | 2024-01-31T19:08:11.558Z | + [[ zfs == autofs ]] |
12 | 2024-01-31T19:08:11.558Z | + mkdir -p /home/build |
13 | 2024-01-31T19:08:11.575Z | + chown build:build /home/build /work |
14 | 2024-01-31T19:08:13.548Z | + chmod 0700 /home/build /work |
15 | 2024-01-31T19:08:13.551Z | process exited: duration 4217 ms, exit code 0 |
|
16 | 2024-01-31T19:08:13.557Z | starting task 1: "rust-toolchain" |
17 | 2024-01-31T19:08:13.566Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-31T19:08:13.570Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-31T19:08:13.717Z | info: downloading installer |
20 | 2024-01-31T19:08:15.955Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-31T19:08:15.955Z | warning: /opt/ooce/bin |
22 | 2024-01-31T19:08:15.955Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-31T19:08:15.955Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-31T19:08:15.955Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-31T19:08:15.955Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-31T19:08:15.955Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-31T19:08:15.955Z | error: cannot install while Rust is installed |
28 | 2024-01-31T19:08:15.955Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-31T19:08:16.528Z | info: profile set to 'default' |
30 | 2024-01-31T19:08:16.528Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-31T19:08:16.538Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-31T19:08:16.539Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-31T19:08:16.539Z | info: downloading component 'cargo' |
34 | 2024-01-31T19:08:17.255Z | info: downloading component 'clippy' |
35 | 2024-01-31T19:08:18.311Z | info: downloading component 'rust-docs' |
36 | 2024-01-31T19:08:18.759Z | info: downloading component 'rust-std' |
37 | 2024-01-31T19:08:20.871Z | info: downloading component 'rustc' |
38 | 2024-01-31T19:08:26.051Z | info: downloading component 'rustfmt' |
39 | 2024-01-31T19:08:26.383Z | info: installing component 'cargo' |
40 | 2024-01-31T19:08:27.789Z | info: installing component 'clippy' |
41 | 2024-01-31T19:08:28.394Z | info: installing component 'rust-docs' |
42 | 2024-01-31T19:08:31.180Z | info: installing component 'rust-std' |
43 | 2024-01-31T19:08:34.271Z | info: installing component 'rustc' |
44 | 2024-01-31T19:08:41.360Z | info: installing component 'rustfmt' |
45 | 2024-01-31T19:08:41.399Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-31T19:08:41.399Z | |
47 | 2024-01-31T19:08:41.526Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-31T19:08:41.526Z | |
49 | 2024-01-31T19:08:41.529Z | |
50 | 2024-01-31T19:08:41.529Z | Rust is installed now. Great! |
51 | 2024-01-31T19:08:41.529Z | |
52 | 2024-01-31T19:08:41.529Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-31T19:08:41.529Z | environment variable. This has not been done automatically. |
54 | 2024-01-31T19:08:41.529Z | |
55 | 2024-01-31T19:08:41.529Z | To configure your current shell, run: |
56 | 2024-01-31T19:08:41.529Z | source "$HOME/.cargo/env" |
57 | 2024-01-31T19:08:41.614Z | + rustc --version |
58 | 2024-01-31T19:08:41.725Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-31T19:08:41.729Z | process exited: duration 28172 ms, exit code 0 |
|
60 | 2024-01-31T19:08:41.736Z | starting task 2: "authentication" |
61 | 2024-01-31T19:08:41.767Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-01-31T19:08:41.773Z | starting task 3: "clone repository" |
63 | 2024-01-31T19:08:41.780Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-31T19:08:41.783Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-31T19:08:41.890Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-31T19:08:50.151Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-31T19:08:50.151Z | + git fetch origin b0125c4be763ef6b753d166cf25ce341fcd30ecb |
68 | 2024-01-31T19:08:50.534Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-31T19:08:50.535Z | * branch b0125c4be763ef6b753d166cf25ce341fcd30ecb -> FETCH_HEAD |
70 | 2024-01-31T19:08:50.546Z | + [[ -n pc-baseboard-hostname-serial ]] |
71 | 2024-01-31T19:08:50.549Z | ++ git branch --show-current |
72 | 2024-01-31T19:08:50.552Z | + current=main |
73 | 2024-01-31T19:08:50.554Z | + [[ main != pc-baseboard-hostname-serial ]] |
74 | 2024-01-31T19:08:50.554Z | + git branch -f pc-baseboard-hostname-serial b0125c4be763ef6b753d166cf25ce341fcd30ecb |
75 | 2024-01-31T19:08:50.558Z | + git checkout -f pc-baseboard-hostname-serial |
76 | 2024-01-31T19:08:50.744Z | Switched to branch 'pc-baseboard-hostname-serial' |
77 | 2024-01-31T19:08:50.778Z | + git reset --hard b0125c4be763ef6b753d166cf25ce341fcd30ecb |
78 | 2024-01-31T19:08:50.926Z | HEAD is now at b0125c4be move gethostname to workspace |
79 | 2024-01-31T19:08:50.937Z | process exited: duration 9155 ms, exit code 0 |
|
80 | 2024-01-31T19:08:51.002Z | starting task 4: "build" |
81 | 2024-01-31T19:08:51.015Z | + cargo --version |
82 | 2024-01-31T19:08:51.015Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-31T19:08:51.214Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-31T19:08:51.219Z | info: downloading component 'cargo' |
85 | 2024-01-31T19:08:52.074Z | info: downloading component 'clippy' |
86 | 2024-01-31T19:08:52.354Z | info: downloading component 'rust-docs' |
87 | 2024-01-31T19:08:53.409Z | info: downloading component 'rust-std' |
88 | 2024-01-31T19:08:54.935Z | info: downloading component 'rustc' |
89 | 2024-01-31T19:08:59.305Z | info: downloading component 'rustfmt' |
90 | 2024-01-31T19:08:59.555Z | info: installing component 'cargo' |
91 | 2024-01-31T19:09:00.865Z | info: installing component 'clippy' |
92 | 2024-01-31T19:09:01.356Z | info: installing component 'rust-docs' |
93 | 2024-01-31T19:09:04.174Z | info: installing component 'rust-std' |
94 | 2024-01-31T19:09:06.651Z | info: installing component 'rustc' |
95 | 2024-01-31T19:09:12.942Z | info: installing component 'rustfmt' |
96 | 2024-01-31T19:09:13.493Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-31T19:09:13.496Z | + rustc --version |
98 | 2024-01-31T19:09:13.645Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-31T19:09:13.661Z | + source ./env.sh |
100 | 2024-01-31T19:09:13.661Z | ++ set -o xtrace |
101 | 2024-01-31T19:09:13.661Z | ++++ dirname ./env.sh |
102 | 2024-01-31T19:09:13.728Z | +++ cd . |
103 | 2024-01-31T19:09:13.732Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-01-31T19:09:13.732Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-01-31T19:09:13.732Z | ++ export PATH=/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-31T19:09:13.732Z | ++ PATH=/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-31T19:09:13.732Z | ++ 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 |
108 | 2024-01-31T19:09:13.732Z | ++ 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 |
109 | 2024-01-31T19:09:13.732Z | ++ 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 |
110 | 2024-01-31T19:09:13.732Z | ++ 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 |
111 | 2024-01-31T19:09:13.732Z | ++ 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 |
112 | 2024-01-31T19:09:13.732Z | ++ 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 |
113 | 2024-01-31T19:09:13.732Z | ++ unset OMICRON_WS |
114 | 2024-01-31T19:09:13.732Z | ++ set +o xtrace |
115 | 2024-01-31T19:09:13.796Z | |
116 | 2024-01-31T19:09:13.796Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-01-31T19:09:13.796Z | # # # # # # # # # # # # # # # |
118 | 2024-01-31T19:09:13.796Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-01-31T19:09:13.796Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-01-31T19:09:13.796Z | # # # # # # # # # # # # # # # |
121 | 2024-01-31T19:09:13.796Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-01-31T19:09:13.796Z | |
123 | 2024-01-31T19:09:25.840Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-01-31T19:09:27.634Z | Startup: Caching catalogs ... Done |
125 | 2024-01-31T19:09:30.469Z | Planning: Solver setup ... Done (2.302s) |
126 | 2024-01-31T19:09:30.525Z | Planning: Running solver ... Done (0.063s) |
127 | 2024-01-31T19:09:30.547Z | Planning: Finding local manifests ... Done (0.002s) |
128 | 2024-01-31T19:09:30.577Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-01-31T19:09:30.894Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-01-31T19:09:30.975Z | Planning: Package planning ... Done (0.081s) |
131 | 2024-01-31T19:09:31.059Z | Planning: Merging actions ... Done (0.084s) |
132 | 2024-01-31T19:09:32.162Z | Planning: Checking for conflicting actions ... Done (1.103s) |
133 | 2024-01-31T19:09:32.184Z | Planning: Consolidating action changes ... Done (0.017s) |
134 | 2024-01-31T19:09:37.867Z | Planning: Evaluating mediators ... Done (5.679s) |
135 | 2024-01-31T19:09:37.880Z | Planning: Planning completed in 10.18 seconds |
136 | 2024-01-31T19:09:40.671Z | Packages to install: 4 |
137 | 2024-01-31T19:09:40.671Z | Mediators to change: 2 |
138 | 2024-01-31T19:09:40.683Z | Services to change: 1 |
139 | 2024-01-31T19:09:40.683Z | Estimated space available: 148.87 GB |
140 | 2024-01-31T19:09:40.683Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-01-31T19:09:40.683Z | Create boot environment: No |
142 | 2024-01-31T19:09:40.683Z | Create backup boot environment: No |
143 | 2024-01-31T19:09:40.684Z | Rebuild boot archive: No |
144 | 2024-01-31T19:09:40.685Z | |
145 | 2024-01-31T19:09:40.685Z | Changed mediators: |
146 | 2024-01-31T19:09:40.685Z | mediator clang: |
147 | 2024-01-31T19:09:40.685Z | version: None -> 15 (system default) |
148 | 2024-01-31T19:09:40.685Z | |
149 | 2024-01-31T19:09:40.685Z | mediator llvm: |
150 | 2024-01-31T19:09:40.685Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-01-31T19:09:40.685Z | |
152 | 2024-01-31T19:09:40.686Z | Changed packages: |
153 | 2024-01-31T19:09:40.686Z | helios-dev |
154 | 2024-01-31T19:09:40.686Z | developer/build-essential |
155 | 2024-01-31T19:09:40.686Z | None -> 11-2.0 |
156 | 2024-01-31T19:09:40.686Z | library/libxmlsec1 |
157 | 2024-01-31T19:09:40.686Z | None -> 1.2.35-2.0 |
158 | 2024-01-31T19:09:40.686Z | ooce/developer/clang-15 |
159 | 2024-01-31T19:09:40.686Z | None -> 15.0.7-2.0 |
160 | 2024-01-31T19:09:40.686Z | ooce/developer/llvm-15 |
161 | 2024-01-31T19:09:40.686Z | None -> 15.0.7-2.0 |
162 | 2024-01-31T19:09:40.687Z | |
163 | 2024-01-31T19:09:40.687Z | Services: |
164 | 2024-01-31T19:09:40.687Z | restart_fmri: |
165 | 2024-01-31T19:09:40.687Z | svc:/system/update-man-index:default |
166 | 2024-01-31T19:09:47.429Z | |
167 | 2024-01-31T19:09:47.429Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-01-31T19:09:47.636Z | Download: 1193/3290 items 75.1/212.6MB 35% complete (15.2M/s) |
169 | 2024-01-31T19:09:51.007Z | Download: 1432/3290 items 114.3/212.6MB 53% complete (11.5M/s) |
170 | 2024-01-31T19:09:56.048Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (5.9M/s) |
171 | 2024-01-31T19:10:01.058Z | Download: 3130/3290 items 146.0/212.6MB 68% complete (3.0M/s) |
172 | 2024-01-31T19:10:06.338Z | Download: 3282/3290 items 210.4/212.6MB 98% complete (9.1M/s) |
173 | 2024-01-31T19:10:06.995Z | Download: Completed 212.60 MB in 26.03 seconds (8.2M/s) |
174 | 2024-01-31T19:10:07.284Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-01-31T19:10:12.349Z | Actions: 3026/3689 actions (Installing new actions) |
176 | 2024-01-31T19:10:14.892Z | Actions: Completed 3689 actions in 7.63 seconds. |
177 | 2024-01-31T19:10:15.163Z | Done (0.250s) |
178 | 2024-01-31T19:10:15.163Z | Done (0.000s) |
179 | 2024-01-31T19:10:15.484Z | Done (0.336s) |
180 | 2024-01-31T19:10:23.241Z | Done (7.620s) |
181 | 2024-01-31T19:10:23.519Z | Done (0.177s) |
182 | 2024-01-31T19:10:23.521Z | Done (0.000s) |
183 | 2024-01-31T19:10:23.751Z | Done (0.000s) |
184 | 2024-01-31T19:10:24.487Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-01-31T19:10:24.794Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-01-31T19:10:24.802Z | Planning: Consolidating action changes ... Done |
187 | 2024-01-31T19:10:25.221Z | Planning: Evaluating mediators ... Done |
188 | 2024-01-31T19:10:25.230Z | Planning: Planning completed in 0.73 seconds |
189 | 2024-01-31T19:10:25.276Z | Mediators to change: 2 |
190 | 2024-01-31T19:10:25.276Z | Create boot environment: No |
191 | 2024-01-31T19:10:25.290Z | Create backup boot environment: No |
192 | 2024-01-31T19:10:25.376Z | Done |
193 | 2024-01-31T19:10:25.376Z | Done |
194 | 2024-01-31T19:10:25.578Z | Done |
195 | 2024-01-31T19:10:31.255Z | Done |
196 | 2024-01-31T19:10:31.380Z | Done |
197 | 2024-01-31T19:10:31.389Z | Done |
198 | 2024-01-31T19:10:31.509Z | Done |
199 | 2024-01-31T19:10:32.512Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-01-31T19:10:32.522Z | Planning: Merging actions ... Done |
201 | 2024-01-31T19:10:32.843Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-01-31T19:10:32.853Z | Planning: Consolidating action changes ... Done |
203 | 2024-01-31T19:10:33.278Z | Planning: Evaluating mediators ... Done |
204 | 2024-01-31T19:10:33.359Z | Planning: Planning completed in 1.29 seconds |
205 | 2024-01-31T19:10:33.422Z | Packages to change: 1 |
206 | 2024-01-31T19:10:33.422Z | Mediators to change: 1 |
207 | 2024-01-31T19:10:33.438Z | Services to change: 1 |
208 | 2024-01-31T19:10:33.439Z | Create boot environment: No |
209 | 2024-01-31T19:10:33.439Z | Create backup boot environment: Yes |
210 | 2024-01-31T19:10:35.432Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-01-31T19:10:35.434Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-01-31T19:10:35.435Z | Done |
213 | 2024-01-31T19:10:35.436Z | Done |
214 | 2024-01-31T19:10:35.508Z | Done |
215 | 2024-01-31T19:10:41.800Z | Done |
216 | 2024-01-31T19:10:41.807Z | Done |
217 | 2024-01-31T19:10:41.807Z | Done |
218 | 2024-01-31T19:10:41.808Z | Done |
219 | 2024-01-31T19:10:42.361Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-01-31T19:10:42.361Z | clang system 15 system |
221 | 2024-01-31T19:10:42.362Z | csh system system illumos |
222 | 2024-01-31T19:10:42.362Z | ctags system system illumos |
223 | 2024-01-31T19:10:42.362Z | gcc vendor 12 vendor |
224 | 2024-01-31T19:10:42.362Z | gcc system 10 system |
225 | 2024-01-31T19:10:42.362Z | gcc system 7 system |
226 | 2024-01-31T19:10:42.362Z | go system 1.20 system |
227 | 2024-01-31T19:10:42.362Z | go system 1.19 system |
228 | 2024-01-31T19:10:42.362Z | llvm system 15 system |
229 | 2024-01-31T19:10:42.362Z | llvm system 14 system |
230 | 2024-01-31T19:10:42.362Z | mariadb system 10.6 system |
231 | 2024-01-31T19:10:42.362Z | mta vendor vendor dma |
232 | 2024-01-31T19:10:42.362Z | openjdk system 17 system |
233 | 2024-01-31T19:10:42.362Z | openjdk system 11 system |
234 | 2024-01-31T19:10:42.363Z | openjdk system 1.8 system |
235 | 2024-01-31T19:10:42.363Z | openssl vendor 3 vendor |
236 | 2024-01-31T19:10:42.363Z | perl system 5.36 system |
237 | 2024-01-31T19:10:42.363Z | postgresql system 15 system |
238 | 2024-01-31T19:10:42.363Z | postgresql system 13 system |
239 | 2024-01-31T19:10:42.363Z | python vendor 3 vendor |
240 | 2024-01-31T19:10:42.364Z | python system 2 system |
241 | 2024-01-31T19:10:42.364Z | python3 system 3.11 system |
242 | 2024-01-31T19:10:42.364Z | ruby system 3.0 system |
243 | 2024-01-31T19:10:42.364Z | words vendor vendor american-english |
244 | 2024-01-31T19:10:42.364Z | words system system australian-english |
245 | 2024-01-31T19:10:42.364Z | words system system british-english |
246 | 2024-01-31T19:10:42.364Z | words system system canadian-english |
247 | 2024-01-31T19:10:42.364Z | words system system french |
248 | 2024-01-31T19:10:42.364Z | words system system italian |
249 | 2024-01-31T19:10:42.364Z | words system system ngerman |
250 | 2024-01-31T19:10:42.364Z | words system system ogerman |
251 | 2024-01-31T19:10:42.365Z | words system system spanish |
252 | 2024-01-31T19:10:42.875Z | FMRI IFO |
253 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-01-31T19:10:42.876Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-01-31T19:10:42.956Z | + set -o errexit |
262 | 2024-01-31T19:10:42.970Z | +++ dirname ./tools/ci_download_cockroachdb |
263 | 2024-01-31T19:10:42.970Z | ++ cd ./tools |
264 | 2024-01-31T19:10:42.970Z | ++ pwd |
265 | 2024-01-31T19:10:42.970Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
266 | 2024-01-31T19:10:42.970Z | ++ basename ./tools/ci_download_cockroachdb |
267 | 2024-01-31T19:10:42.971Z | + ARG0=ci_download_cockroachdb |
268 | 2024-01-31T19:10:42.971Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
269 | 2024-01-31T19:10:42.971Z | + CIDL_VERSION=v22.1.9 |
270 | 2024-01-31T19:10:42.971Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
271 | 2024-01-31T19:10:42.971Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
272 | 2024-01-31T19:10:42.971Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
273 | 2024-01-31T19:10:42.971Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
274 | 2024-01-31T19:10:42.971Z | + TARGET_DIR=out |
275 | 2024-01-31T19:10:42.971Z | + DOWNLOAD_DIR=out/downloads |
276 | 2024-01-31T19:10:42.971Z | + DEST_DIR=./out/cockroachdb |
277 | 2024-01-31T19:10:42.971Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
278 | 2024-01-31T19:10:42.971Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
279 | 2024-01-31T19:10:42.971Z | + main |
280 | 2024-01-31T19:10:42.971Z | + [[ 0 != 0 ]] |
281 | 2024-01-31T19:10:42.971Z | + CIDL_OS=solaris2.11 |
282 | 2024-01-31T19:10:42.971Z | + [[ 0 != 0 ]] |
283 | 2024-01-31T19:10:42.971Z | + configure_os solaris2.11 |
284 | 2024-01-31T19:10:42.971Z | + echo 'current directory: /work/oxidecomputer/omicron' |
285 | 2024-01-31T19:10:42.971Z | current directory: /work/oxidecomputer/omicron |
286 | 2024-01-31T19:10:42.971Z | + echo 'configuring based on OS: "solaris2.11"' |
287 | 2024-01-31T19:10:42.971Z | + case "$1" in |
288 | 2024-01-31T19:10:42.972Z | configuring based on OS: "solaris2.11" |
289 | 2024-01-31T19:10:42.973Z | + CIDL_BUILD=illumos |
290 | 2024-01-31T19:10:42.973Z | + CIDL_SUFFIX=tar.gz |
291 | 2024-01-31T19:10:42.973Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
292 | 2024-01-31T19:10:42.973Z | + CIDL_MD5FUNC=do_md5sum |
293 | 2024-01-31T19:10:42.973Z | + CIDL_URL_BASE=https://illumos.org/downloads |
294 | 2024-01-31T19:10:42.973Z | + CIDL_ASSEMBLE=do_assemble_illumos |
295 | 2024-01-31T19:10:42.973Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
296 | 2024-01-31T19:10:42.973Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-31T19:10:42.973Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-01-31T19:10:42.973Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
299 | 2024-01-31T19:10:42.973Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-01-31T19:10:42.973Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-01-31T19:10:42.973Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-01-31T19:10:42.973Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-01-31T19:10:42.973Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-01-31T19:10:42.973Z | + mkdir -p out/downloads |
305 | 2024-01-31T19:10:42.978Z | + mkdir -p ./out/cockroachdb |
306 | 2024-01-31T19:10:42.978Z | + local DO_DOWNLOAD=true |
307 | 2024-01-31T19:10:42.978Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
308 | 2024-01-31T19:10:42.978Z | + '[' true == true ']' |
309 | 2024-01-31T19:10:42.978Z | + echo Downloading... |
310 | 2024-01-31T19:10:42.978Z | Downloading... |
311 | 2024-01-31T19:10:42.978Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-01-31T19:10:42.978Z | + 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 |
313 | 2024-01-31T19:10:45.773Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-01-31T19:10:45.788Z | ++ md5sum |
315 | 2024-01-31T19:10:45.789Z | ++ awk '{print $1}' |
316 | 2024-01-31T19:10:45.995Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
317 | 2024-01-31T19:10:45.995Z | + [[ 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 ]] |
318 | 2024-01-31T19:10:45.995Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-01-31T19:10:46.000Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
320 | 2024-01-31T19:10:53.327Z | + do_assemble_illumos |
321 | 2024-01-31T19:10:53.327Z | + rm -r ./out/cockroachdb |
322 | 2024-01-31T19:10:53.327Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
323 | 2024-01-31T19:10:53.327Z | + ./out/cockroachdb/bin/cockroach version |
324 | 2024-01-31T19:10:53.328Z | Build Tag: v22.1.9-dirty |
325 | 2024-01-31T19:10:53.328Z | Build Time: 2022/10/26 21:17:46 |
326 | 2024-01-31T19:10:53.328Z | Distribution: OSS |
327 | 2024-01-31T19:10:53.328Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
328 | 2024-01-31T19:10:53.328Z | Go Version: go1.17.13 |
329 | 2024-01-31T19:10:53.328Z | C Compiler: gcc 10.3.0 |
330 | 2024-01-31T19:10:53.328Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
331 | 2024-01-31T19:10:53.328Z | Build Type: release |
332 | 2024-01-31T19:10:53.328Z | + set -o errexit |
333 | 2024-01-31T19:10:53.328Z | +++ dirname ./tools/ci_download_clickhouse |
334 | 2024-01-31T19:10:53.328Z | ++ cd ./tools |
335 | 2024-01-31T19:10:53.328Z | ++ pwd |
336 | 2024-01-31T19:10:53.328Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
337 | 2024-01-31T19:10:53.328Z | ++ basename ./tools/ci_download_clickhouse |
338 | 2024-01-31T19:10:53.328Z | + ARG0=ci_download_clickhouse |
339 | 2024-01-31T19:10:53.328Z | + TARGET_DIR=out |
340 | 2024-01-31T19:10:53.328Z | + DOWNLOAD_DIR=out/downloads |
341 | 2024-01-31T19:10:53.328Z | + DEST_DIR=./out/clickhouse |
342 | 2024-01-31T19:10:53.329Z | + CIDL_VERSION=v22.8.9.24 |
343 | 2024-01-31T19:10:53.329Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
344 | 2024-01-31T19:10:53.329Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
345 | 2024-01-31T19:10:53.329Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
346 | 2024-01-31T19:10:53.329Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
347 | 2024-01-31T19:10:53.329Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
348 | 2024-01-31T19:10:53.329Z | + main |
349 | 2024-01-31T19:10:53.329Z | + [[ 0 != 0 ]] |
350 | 2024-01-31T19:10:53.329Z | + CIDL_OS=solaris2.11 |
351 | 2024-01-31T19:10:53.329Z | + [[ 0 != 0 ]] |
352 | 2024-01-31T19:10:53.330Z | + configure_os solaris2.11 |
353 | 2024-01-31T19:10:53.330Z | + echo 'current directory: /work/oxidecomputer/omicron' |
354 | 2024-01-31T19:10:53.330Z | current directory: /work/oxidecomputer/omicron |
355 | 2024-01-31T19:10:53.330Z | configuring based on OS: "solaris2.11" |
356 | 2024-01-31T19:10:53.330Z | + echo 'configuring based on OS: "solaris2.11"' |
357 | 2024-01-31T19:10:53.330Z | + CIDL_DASHREV= |
358 | 2024-01-31T19:10:53.330Z | + case "$1" in |
359 | 2024-01-31T19:10:53.330Z | + CIDL_PLATFORM=illumos |
360 | 2024-01-31T19:10:53.330Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2024-01-31T19:10:53.330Z | + CIDL_MD5FUNC=do_md5sum |
362 | 2024-01-31T19:10:53.330Z | + CIDL_DASHREV=-1 |
363 | 2024-01-31T19:10:53.330Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
364 | 2024-01-31T19:10:53.330Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-01-31T19:10:53.330Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-01-31T19:10:53.330Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-01-31T19:10:53.330Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2024-01-31T19:10:53.330Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-01-31T19:10:53.330Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2024-01-31T19:10:53.330Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-01-31T19:10:53.330Z | + mkdir -p out/downloads |
372 | 2024-01-31T19:10:53.330Z | + mkdir -p ./out/clickhouse |
373 | 2024-01-31T19:10:53.330Z | + local DO_DOWNLOAD=true |
374 | 2024-01-31T19:10:53.331Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
375 | 2024-01-31T19:10:53.331Z | + '[' true == true ']' |
376 | 2024-01-31T19:10:53.331Z | + echo Downloading... |
377 | 2024-01-31T19:10:53.331Z | Downloading... |
378 | 2024-01-31T19:10:53.332Z | + 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 |
379 | 2024-01-31T19:10:53.332Z | + 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 |
380 | 2024-01-31T19:10:53.332Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2024-01-31T19:10:53.332Z | ++ md5sum |
382 | 2024-01-31T19:10:53.332Z | ++ awk '{print $1}' |
383 | 2024-01-31T19:10:53.332Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
384 | 2024-01-31T19:10:53.333Z | + [[ 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 ]] |
385 | 2024-01-31T19:10:53.333Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
386 | 2024-01-31T19:10:53.333Z | + mkdir -p ./out/clickhouse |
387 | 2024-01-31T19:10:53.333Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
388 | 2024-01-31T19:10:56.992Z | + ./out/clickhouse/clickhouse server --version |
389 | 2024-01-31T19:10:57.043Z | ClickHouse server version 22.8.9.1. |
390 | 2024-01-31T19:10:57.067Z | + set -o errexit |
391 | 2024-01-31T19:10:57.077Z | +++ dirname ./tools/ci_download_console |
392 | 2024-01-31T19:10:57.077Z | ++ cd ./tools |
393 | 2024-01-31T19:10:57.077Z | ++ pwd |
394 | 2024-01-31T19:10:57.077Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2024-01-31T19:10:57.085Z | ++ basename ./tools/ci_download_console |
396 | 2024-01-31T19:10:57.085Z | + ARG0=ci_download_console |
397 | 2024-01-31T19:10:57.085Z | + TARGET_DIR=out |
398 | 2024-01-31T19:10:57.085Z | + DOWNLOAD_DIR=out/downloads |
399 | 2024-01-31T19:10:57.085Z | + DEST_DIR=./out/console-assets |
400 | 2024-01-31T19:10:57.086Z | + source /work/oxidecomputer/omicron/tools/console_version |
401 | 2024-01-31T19:10:57.086Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
402 | 2024-01-31T19:10:57.086Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
403 | 2024-01-31T19:10:57.086Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
404 | 2024-01-31T19:10:57.087Z | + TARBALL_FILE=out/downloads/console.tar.gz |
405 | 2024-01-31T19:10:57.087Z | + main |
406 | 2024-01-31T19:10:57.087Z | + [[ 0 != 0 ]] |
407 | 2024-01-31T19:10:57.087Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
408 | 2024-01-31T19:10:57.087Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
409 | 2024-01-31T19:10:57.087Z | + echo 'Local file: out/downloads/console.tar.gz' |
410 | 2024-01-31T19:10:57.087Z | + local DO_DOWNLOAD=true |
411 | 2024-01-31T19:10:57.087Z | Local file: out/downloads/console.tar.gz |
412 | 2024-01-31T19:10:57.087Z | + [[ -f out/downloads/console.tar.gz ]] |
413 | 2024-01-31T19:10:57.087Z | + mkdir -p out/downloads |
414 | 2024-01-31T19:10:57.087Z | + '[' true == true ']' |
415 | 2024-01-31T19:10:57.087Z | + echo Downloading... |
416 | 2024-01-31T19:10:57.087Z | Downloading... |
417 | 2024-01-31T19:10:57.087Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
418 | 2024-01-31T19:10:57.087Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
419 | 2024-01-31T19:10:57.699Z | ++ do_sha256sum out/downloads/console.tar.gz |
420 | 2024-01-31T19:10:57.703Z | ++ case "$OSTYPE" in |
421 | 2024-01-31T19:10:57.704Z | ++ SHA=sha256sum |
422 | 2024-01-31T19:10:57.704Z | ++ sha256sum |
423 | 2024-01-31T19:10:57.704Z | ++ awk '{print $1}' |
424 | 2024-01-31T19:10:57.786Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
425 | 2024-01-31T19:10:57.786Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
426 | 2024-01-31T19:10:57.786Z | + rm -rf ./out/console-assets |
427 | 2024-01-31T19:10:57.790Z | + mkdir -p ./out/console-assets |
428 | 2024-01-31T19:10:57.794Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
429 | 2024-01-31T19:10:57.796Z | + mkdir -p ./out/console-assets |
430 | 2024-01-31T19:10:57.796Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
431 | 2024-01-31T19:10:57.943Z | + set -o errexit |
432 | 2024-01-31T19:10:57.953Z | +++ dirname ./tools/ci_download_maghemite_openapi |
433 | 2024-01-31T19:10:57.954Z | ++ cd ./tools |
434 | 2024-01-31T19:10:57.954Z | ++ pwd |
435 | 2024-01-31T19:10:57.954Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
436 | 2024-01-31T19:10:57.954Z | ++ basename ./tools/ci_download_maghemite_openapi |
437 | 2024-01-31T19:10:57.954Z | + ARG0=ci_download_maghemite_openapi |
438 | 2024-01-31T19:10:57.954Z | + TARGET_DIR=out |
439 | 2024-01-31T19:10:57.954Z | + DOWNLOAD_DIR=out/downloads |
440 | 2024-01-31T19:10:57.955Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
441 | 2024-01-31T19:10:57.955Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
442 | 2024-01-31T19:10:57.955Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-01-31T19:10:57.955Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
444 | 2024-01-31T19:10:57.955Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
445 | 2024-01-31T19:10:57.955Z | + main |
446 | 2024-01-31T19:10:57.955Z | + [[ 0 != 0 ]] |
447 | 2024-01-31T19:10:57.956Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
448 | 2024-01-31T19:10:57.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
449 | 2024-01-31T19:10:57.956Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
450 | 2024-01-31T19:10:57.956Z | + local DO_DOWNLOAD=true |
451 | 2024-01-31T19:10:57.956Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
452 | 2024-01-31T19:10:57.956Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
453 | 2024-01-31T19:10:57.956Z | + mkdir -p out/downloads |
454 | 2024-01-31T19:10:57.957Z | + '[' true == true ']' |
455 | 2024-01-31T19:10:57.957Z | + echo Downloading... |
456 | 2024-01-31T19:10:57.957Z | Downloading... |
457 | 2024-01-31T19:10:57.957Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
458 | 2024-01-31T19:10:57.957Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
459 | 2024-01-31T19:10:58.210Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
460 | 2024-01-31T19:10:58.210Z | ++ case "$OSTYPE" in |
461 | 2024-01-31T19:10:58.229Z | ++ SHA=sha256sum |
462 | 2024-01-31T19:10:58.230Z | ++ sha256sum |
463 | 2024-01-31T19:10:58.230Z | ++ awk '{print $1}' |
464 | 2024-01-31T19:10:58.230Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
465 | 2024-01-31T19:10:58.230Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
466 | 2024-01-31T19:10:58.230Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
467 | 2024-01-31T19:10:58.230Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
468 | 2024-01-31T19:10:58.230Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
469 | 2024-01-31T19:10:58.230Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
470 | 2024-01-31T19:10:58.230Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
471 | 2024-01-31T19:10:58.230Z | + main |
472 | 2024-01-31T19:10:58.231Z | + [[ 0 != 0 ]] |
473 | 2024-01-31T19:10:58.231Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
474 | 2024-01-31T19:10:58.231Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
475 | 2024-01-31T19:10:58.231Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
476 | 2024-01-31T19:10:58.231Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
477 | 2024-01-31T19:10:58.231Z | + local DO_DOWNLOAD=true |
478 | 2024-01-31T19:10:58.231Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
479 | 2024-01-31T19:10:58.231Z | + mkdir -p out/downloads |
480 | 2024-01-31T19:10:58.231Z | + '[' true == true ']' |
481 | 2024-01-31T19:10:58.231Z | + echo Downloading... |
482 | 2024-01-31T19:10:58.231Z | Downloading... |
483 | 2024-01-31T19:10:58.231Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
484 | 2024-01-31T19:10:58.231Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
485 | 2024-01-31T19:10:58.423Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
486 | 2024-01-31T19:10:58.426Z | ++ case "$OSTYPE" in |
487 | 2024-01-31T19:10:58.426Z | ++ SHA=sha256sum |
488 | 2024-01-31T19:10:58.427Z | ++ sha256sum |
489 | 2024-01-31T19:10:58.427Z | ++ awk '{print $1}' |
490 | 2024-01-31T19:10:58.430Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
491 | 2024-01-31T19:10:58.430Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
492 | 2024-01-31T19:10:58.439Z | + set -o errexit |
493 | 2024-01-31T19:10:58.454Z | +++ dirname ./tools/ci_download_dendrite_openapi |
494 | 2024-01-31T19:10:58.457Z | ++ cd ./tools |
495 | 2024-01-31T19:10:58.458Z | ++ pwd |
496 | 2024-01-31T19:10:58.458Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
497 | 2024-01-31T19:10:58.459Z | ++ basename ./tools/ci_download_dendrite_openapi |
498 | 2024-01-31T19:10:58.459Z | + ARG0=ci_download_dendrite_openapi |
499 | 2024-01-31T19:10:58.459Z | + TARGET_DIR=out |
500 | 2024-01-31T19:10:58.459Z | + DOWNLOAD_DIR=out/downloads |
501 | 2024-01-31T19:10:58.459Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2024-01-31T19:10:58.460Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
503 | 2024-01-31T19:10:58.460Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
504 | 2024-01-31T19:10:58.460Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
505 | 2024-01-31T19:10:58.460Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
506 | 2024-01-31T19:10:58.460Z | + main |
507 | 2024-01-31T19:10:58.460Z | + [[ 0 != 0 ]] |
508 | 2024-01-31T19:10:58.460Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
509 | 2024-01-31T19:10:58.460Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
510 | 2024-01-31T19:10:58.461Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
511 | 2024-01-31T19:10:58.461Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
512 | 2024-01-31T19:10:58.461Z | + local DO_DOWNLOAD=true |
513 | 2024-01-31T19:10:58.461Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
514 | 2024-01-31T19:10:58.461Z | + mkdir -p out/downloads |
515 | 2024-01-31T19:10:58.461Z | + '[' true == true ']' |
516 | 2024-01-31T19:10:58.461Z | + echo Downloading... |
517 | 2024-01-31T19:10:58.461Z | Downloading... |
518 | 2024-01-31T19:10:58.461Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
519 | 2024-01-31T19:10:58.461Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
520 | 2024-01-31T19:10:58.646Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
521 | 2024-01-31T19:10:58.646Z | ++ case "$OSTYPE" in |
522 | 2024-01-31T19:10:58.649Z | ++ SHA=sha256sum |
523 | 2024-01-31T19:10:58.649Z | ++ sha256sum |
524 | 2024-01-31T19:10:58.649Z | ++ awk '{print $1}' |
525 | 2024-01-31T19:10:58.653Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
526 | 2024-01-31T19:10:58.656Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
527 | 2024-01-31T19:10:58.662Z | + set -o errexit |
528 | 2024-01-31T19:10:58.666Z | +++ dirname ./tools/ci_download_dendrite_stub |
529 | 2024-01-31T19:10:58.668Z | ++ cd ./tools |
530 | 2024-01-31T19:10:58.668Z | ++ pwd |
531 | 2024-01-31T19:10:58.668Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2024-01-31T19:10:58.671Z | ++ basename ./tools/ci_download_dendrite_stub |
533 | 2024-01-31T19:10:58.671Z | + ARG0=ci_download_dendrite_stub |
534 | 2024-01-31T19:10:58.671Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
535 | 2024-01-31T19:10:58.672Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
536 | 2024-01-31T19:10:58.672Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
537 | 2024-01-31T19:10:58.672Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
538 | 2024-01-31T19:10:58.672Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
539 | 2024-01-31T19:10:58.672Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
540 | 2024-01-31T19:10:58.672Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
541 | 2024-01-31T19:10:58.672Z | + TARGET_DIR=out |
542 | 2024-01-31T19:10:58.672Z | + DOWNLOAD_DIR=out/downloads |
543 | 2024-01-31T19:10:58.672Z | + DEST_DIR=./out/dendrite-stub |
544 | 2024-01-31T19:10:58.672Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
545 | 2024-01-31T19:10:58.672Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2024-01-31T19:10:58.672Z | + REPO=oxidecomputer/dendrite |
547 | 2024-01-31T19:10:58.672Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
548 | 2024-01-31T19:10:58.672Z | + main |
549 | 2024-01-31T19:10:58.672Z | + [[ 0 != 0 ]] |
550 | 2024-01-31T19:10:58.672Z | + CIDL_OS=solaris2.11 |
551 | 2024-01-31T19:10:58.672Z | + [[ 0 != 0 ]] |
552 | 2024-01-31T19:10:58.672Z | + configure_os solaris2.11 |
553 | 2024-01-31T19:10:58.672Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2024-01-31T19:10:58.676Z | current directory: /work/oxidecomputer/omicron |
555 | 2024-01-31T19:10:58.676Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2024-01-31T19:10:58.676Z | + case "$1" in |
557 | 2024-01-31T19:10:58.676Z | configuring based on OS: "solaris2.11" |
558 | 2024-01-31T19:10:58.677Z | + SET_BINARIES= |
559 | 2024-01-31T19:10:58.677Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
560 | 2024-01-31T19:10:58.677Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2024-01-31T19:10:58.677Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
562 | 2024-01-31T19:10:58.677Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
563 | 2024-01-31T19:10:58.677Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
564 | 2024-01-31T19:10:58.677Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
565 | 2024-01-31T19:10:58.677Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
566 | 2024-01-31T19:10:58.677Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2024-01-31T19:10:58.677Z | + mkdir -p out/downloads |
568 | 2024-01-31T19:10:58.677Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2024-01-31T19:10:58.677Z | + mkdir -p ./out/dendrite-stub |
570 | 2024-01-31T19:10:58.681Z | + fetch_and_verify |
571 | 2024-01-31T19:10:58.681Z | + local DO_DOWNLOAD=true |
572 | 2024-01-31T19:10:58.681Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
573 | 2024-01-31T19:10:58.681Z | + '[' true == true ']' |
574 | 2024-01-31T19:10:58.681Z | + echo Downloading... |
575 | 2024-01-31T19:10:58.681Z | Downloading... |
576 | 2024-01-31T19:10:58.681Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
577 | 2024-01-31T19:10:58.681Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
578 | 2024-01-31T19:11:05.539Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
579 | 2024-01-31T19:11:05.543Z | ++ sha256sum |
580 | 2024-01-31T19:11:05.543Z | ++ awk '{print $1}' |
581 | 2024-01-31T19:11:05.643Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
582 | 2024-01-31T19:11:05.643Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
583 | 2024-01-31T19:11:05.652Z | + do_untar out/downloads/dendrite-stub.tar.gz |
584 | 2024-01-31T19:11:05.653Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
585 | 2024-01-31T19:11:06.729Z | + do_assemble |
586 | 2024-01-31T19:11:06.729Z | + rm -r ./out/dendrite-stub |
587 | 2024-01-31T19:11:06.736Z | + mkdir ./out/dendrite-stub |
588 | 2024-01-31T19:11:06.736Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
589 | 2024-01-31T19:11:06.916Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
590 | 2024-01-31T19:11:06.927Z | + set -o errexit |
591 | 2024-01-31T19:11:06.938Z | +++ dirname ./tools/ci_download_maghemite_mgd |
592 | 2024-01-31T19:11:06.938Z | ++ cd ./tools |
593 | 2024-01-31T19:11:06.939Z | ++ pwd |
594 | 2024-01-31T19:11:06.957Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
595 | 2024-01-31T19:11:06.957Z | ++ basename ./tools/ci_download_maghemite_mgd |
596 | 2024-01-31T19:11:06.958Z | + ARG0=ci_download_maghemite_mgd |
597 | 2024-01-31T19:11:06.958Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
598 | 2024-01-31T19:11:06.958Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
599 | 2024-01-31T19:11:06.959Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
600 | 2024-01-31T19:11:06.959Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
601 | 2024-01-31T19:11:06.959Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
602 | 2024-01-31T19:11:06.959Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
603 | 2024-01-31T19:11:06.959Z | + TARGET_DIR=out |
604 | 2024-01-31T19:11:06.959Z | + DOWNLOAD_DIR=out/downloads |
605 | 2024-01-31T19:11:06.959Z | + DEST_DIR=./out/mgd |
606 | 2024-01-31T19:11:06.959Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
607 | 2024-01-31T19:11:06.959Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
608 | 2024-01-31T19:11:06.960Z | + REPO=oxidecomputer/maghemite |
609 | 2024-01-31T19:11:06.960Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
610 | 2024-01-31T19:11:06.960Z | + main |
611 | 2024-01-31T19:11:06.960Z | + [[ 0 != 0 ]] |
612 | 2024-01-31T19:11:06.960Z | + CIDL_OS=solaris2.11 |
613 | 2024-01-31T19:11:06.960Z | + [[ 0 != 0 ]] |
614 | 2024-01-31T19:11:06.960Z | + configure_os solaris2.11 |
615 | 2024-01-31T19:11:06.960Z | + echo 'current directory: /work/oxidecomputer/omicron' |
616 | 2024-01-31T19:11:06.960Z | current directory: /work/oxidecomputer/omicron |
617 | 2024-01-31T19:11:06.960Z | + echo 'configuring based on OS: "solaris2.11"' |
618 | 2024-01-31T19:11:06.960Z | + case "$1" in |
619 | 2024-01-31T19:11:06.960Z | configuring based on OS: "solaris2.11" |
620 | 2024-01-31T19:11:06.960Z | + SET_BINARIES= |
621 | 2024-01-31T19:11:06.960Z | + CIDL_SHA256FUNC=do_sha256sum |
622 | 2024-01-31T19:11:06.961Z | + TARBALL_FILENAME=mgd.tar.gz |
623 | 2024-01-31T19:11:06.961Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
624 | 2024-01-31T19:11:06.961Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
625 | 2024-01-31T19:11:06.961Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
626 | 2024-01-31T19:11:06.961Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
627 | 2024-01-31T19:11:06.961Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
628 | 2024-01-31T19:11:06.961Z | Local file: out/downloads/mgd.tar.gz |
629 | 2024-01-31T19:11:06.961Z | + mkdir -p out/downloads |
630 | 2024-01-31T19:11:06.961Z | + mkdir -p ./out/mgd |
631 | 2024-01-31T19:11:06.961Z | + fetch_and_verify |
632 | 2024-01-31T19:11:06.961Z | + local DO_DOWNLOAD=true |
633 | 2024-01-31T19:11:06.961Z | + [[ -f out/downloads/mgd.tar.gz ]] |
634 | 2024-01-31T19:11:06.961Z | + '[' true == true ']' |
635 | 2024-01-31T19:11:06.961Z | + echo Downloading... |
636 | 2024-01-31T19:11:06.961Z | Downloading... |
637 | 2024-01-31T19:11:06.961Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
638 | 2024-01-31T19:11:06.961Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
639 | 2024-01-31T19:11:15.023Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
640 | 2024-01-31T19:11:15.027Z | ++ sha256sum |
641 | 2024-01-31T19:11:15.027Z | ++ awk '{print $1}' |
642 | 2024-01-31T19:11:15.106Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
643 | 2024-01-31T19:11:15.106Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
644 | 2024-01-31T19:11:15.109Z | + do_untar out/downloads/mgd.tar.gz |
645 | 2024-01-31T19:11:15.110Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
646 | 2024-01-31T19:11:15.778Z | + do_assemble |
647 | 2024-01-31T19:11:15.778Z | + rm -r ./out/mgd |
648 | 2024-01-31T19:11:15.787Z | + mkdir ./out/mgd |
649 | 2024-01-31T19:11:15.794Z | + cp -r out/downloads/root ./out/mgd/root |
650 | 2024-01-31T19:11:16.009Z | + set -o errexit |
651 | 2024-01-31T19:11:16.014Z | +++ dirname ./tools/ci_download_transceiver_control |
652 | 2024-01-31T19:11:16.014Z | ++ cd ./tools |
653 | 2024-01-31T19:11:16.015Z | ++ pwd |
654 | 2024-01-31T19:11:16.015Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
655 | 2024-01-31T19:11:16.015Z | ++ basename ./tools/ci_download_transceiver_control |
656 | 2024-01-31T19:11:16.015Z | + ARG0=ci_download_transceiver_control |
657 | 2024-01-31T19:11:16.015Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
658 | 2024-01-31T19:11:16.015Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2024-01-31T19:11:16.016Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-01-31T19:11:16.016Z | + TARGET_DIR=out |
661 | 2024-01-31T19:11:16.016Z | + DOWNLOAD_DIR=out/downloads |
662 | 2024-01-31T19:11:16.016Z | + DEST_DIR=./out/transceiver-control |
663 | 2024-01-31T19:11:16.016Z | + BIN_DIR=/opt/oxide/bin |
664 | 2024-01-31T19:11:16.016Z | + BINARY=xcvradm |
665 | 2024-01-31T19:11:16.017Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
666 | 2024-01-31T19:11:16.017Z | + REPO=oxidecomputer/transceiver-control |
667 | 2024-01-31T19:11:16.017Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
668 | 2024-01-31T19:11:16.024Z | + main |
669 | 2024-01-31T19:11:16.024Z | + [[ 0 != 0 ]] |
670 | 2024-01-31T19:11:16.024Z | + CIDL_OS=solaris2.11 |
671 | 2024-01-31T19:11:16.024Z | + [[ 0 != 0 ]] |
672 | 2024-01-31T19:11:16.025Z | + configure_os solaris2.11 |
673 | 2024-01-31T19:11:16.025Z | + echo 'current directory: /work/oxidecomputer/omicron' |
674 | 2024-01-31T19:11:16.025Z | current directory: /work/oxidecomputer/omicron |
675 | 2024-01-31T19:11:16.025Z | + echo 'configuring based on OS: "solaris2.11"' |
676 | 2024-01-31T19:11:16.026Z | configuring based on OS: "solaris2.11" |
677 | 2024-01-31T19:11:16.026Z | + case "$1" in |
678 | 2024-01-31T19:11:16.026Z | + SET_BINARIES= |
679 | 2024-01-31T19:11:16.026Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-01-31T19:11:16.026Z | + CIDL_SHA256FUNC=do_sha256sum |
681 | 2024-01-31T19:11:16.026Z | + ARCHIVE_FILENAME=xcvradm.gz |
682 | 2024-01-31T19:11:16.027Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-01-31T19:11:16.027Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
684 | 2024-01-31T19:11:16.027Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
685 | 2024-01-31T19:11:16.027Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2024-01-31T19:11:16.027Z | Local file: out/downloads/xcvradm.gz |
687 | 2024-01-31T19:11:16.027Z | + echo 'Local file: out/downloads/xcvradm.gz' |
688 | 2024-01-31T19:11:16.027Z | + mkdir -p out/downloads |
689 | 2024-01-31T19:11:16.028Z | + mkdir -p ./out/transceiver-control |
690 | 2024-01-31T19:11:16.028Z | + fetch_and_verify |
691 | 2024-01-31T19:11:16.028Z | + local DO_DOWNLOAD=true |
692 | 2024-01-31T19:11:16.028Z | + [[ -f out/downloads/xcvradm.gz ]] |
693 | 2024-01-31T19:11:16.028Z | + '[' true == true ']' |
694 | 2024-01-31T19:11:16.029Z | + echo Downloading... |
695 | 2024-01-31T19:11:16.029Z | Downloading... |
696 | 2024-01-31T19:11:16.029Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
697 | 2024-01-31T19:11:16.029Z | + 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 |
698 | 2024-01-31T19:11:19.048Z | ++ do_sha256sum out/downloads/xcvradm.gz |
699 | 2024-01-31T19:11:19.054Z | ++ sha256sum |
700 | 2024-01-31T19:11:19.054Z | ++ awk '{print $1}' |
701 | 2024-01-31T19:11:19.075Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
702 | 2024-01-31T19:11:19.075Z | + [[ 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 ]] |
703 | 2024-01-31T19:11:19.078Z | + do_unpack out/downloads/xcvradm.gz |
704 | 2024-01-31T19:11:19.079Z | + mkdir -p out/downloads/root//opt/oxide/bin |
705 | 2024-01-31T19:11:19.079Z | + gzip -dc out/downloads/xcvradm.gz |
706 | 2024-01-31T19:11:19.260Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
707 | 2024-01-31T19:11:19.264Z | + do_assemble |
708 | 2024-01-31T19:11:19.264Z | + rm -r ./out/transceiver-control |
709 | 2024-01-31T19:11:19.269Z | + mkdir ./out/transceiver-control |
710 | 2024-01-31T19:11:19.269Z | + cp -r out/downloads/root ./out/transceiver-control/root |
711 | 2024-01-31T19:11:19.715Z | All builder prerequisites installed successfully, and PATH looks valid |
712 | 2024-01-31T19:11:19.719Z | |
713 | 2024-01-31T19:11:19.719Z | real 2:05.831741983 |
714 | 2024-01-31T19:11:19.720Z | user 51.838224662 |
715 | 2024-01-31T19:11:19.720Z | sys 10.268934969 |
716 | 2024-01-31T19:11:19.720Z | trap 0.022643458 |
717 | 2024-01-31T19:11:19.720Z | tflt 0.205796854 |
718 | 2024-01-31T19:11:19.720Z | dflt 0.560515728 |
719 | 2024-01-31T19:11:19.720Z | kflt 0.224042142 |
720 | 2024-01-31T19:11:19.720Z | lock 2.412885609 |
721 | 2024-01-31T19:11:19.721Z | slp 3:54.360753473 |
722 | 2024-01-31T19:11:19.721Z | lat 3.463300335 |
723 | 2024-01-31T19:11:19.721Z | stop 0.067022630 |
724 | 2024-01-31T19:11:19.721Z | |
725 | 2024-01-31T19:11:19.721Z | #### # # ##### ##### # # |
726 | 2024-01-31T19:11:19.721Z | # # # # # # # # # # |
727 | 2024-01-31T19:11:19.721Z | # # # # # # # # |
728 | 2024-01-31T19:11:19.721Z | # # # ##### ##### # |
729 | 2024-01-31T19:11:19.722Z | # # # # # # # |
730 | 2024-01-31T19:11:19.722Z | #### ###### # # # # |
731 | 2024-01-31T19:11:19.722Z | |
732 | 2024-01-31T19:11:20.080Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
733 | 2024-01-31T19:11:20.533Z | Updating crates.io index |
734 | 2024-01-31T19:11:20.561Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2024-01-31T19:11:21.404Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2024-01-31T19:11:24.017Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2024-01-31T19:11:24.663Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2024-01-31T19:11:24.980Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2024-01-31T19:11:25.262Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2024-01-31T19:11:25.554Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2024-01-31T19:11:26.502Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2024-01-31T19:11:29.109Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2024-01-31T19:11:30.554Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2024-01-31T19:11:31.365Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2024-01-31T19:11:31.366Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2024-01-31T19:11:31.367Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
747 | 2024-01-31T19:11:31.646Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2024-01-31T19:11:31.985Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2024-01-31T19:11:32.519Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2024-01-31T19:11:33.115Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-01-31T19:11:33.720Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-01-31T19:11:34.147Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2024-01-31T19:11:34.517Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-01-31T19:11:35.759Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2024-01-31T19:11:36.620Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2024-01-31T19:11:37.044Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-01-31T19:11:38.844Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-01-31T19:11:40.301Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-01-31T19:11:40.656Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-01-31T19:11:42.490Z | Downloading crates ... |
761 | 2024-01-31T19:11:42.675Z | Downloaded equivalent v1.0.1 |
762 | 2024-01-31T19:11:42.684Z | Downloaded colorchoice v1.0.0 |
763 | 2024-01-31T19:11:42.703Z | Downloaded serde_derive v1.0.195 |
764 | 2024-01-31T19:11:42.720Z | Downloaded thiserror v1.0.56 |
765 | 2024-01-31T19:11:42.730Z | Downloaded anstream v0.5.0 |
766 | 2024-01-31T19:11:42.735Z | Downloaded heck v0.4.1 |
767 | 2024-01-31T19:11:42.741Z | Downloaded thiserror-impl v1.0.56 |
768 | 2024-01-31T19:11:42.741Z | Downloaded errno v0.3.8 |
769 | 2024-01-31T19:11:42.741Z | Downloaded utf8parse v0.2.1 |
770 | 2024-01-31T19:11:42.744Z | Downloaded toml_datetime v0.6.5 |
771 | 2024-01-31T19:11:42.744Z | Downloaded serde_spanned v0.6.4 |
772 | 2024-01-31T19:11:42.749Z | Downloaded bitflags v1.3.2 |
773 | 2024-01-31T19:11:42.755Z | Downloaded terminal_size v0.2.6 |
774 | 2024-01-31T19:11:42.755Z | Downloaded cargo_metadata v0.18.1 |
775 | 2024-01-31T19:11:42.759Z | Downloaded anstyle-query v1.0.0 |
776 | 2024-01-31T19:11:42.759Z | Downloaded anstyle v1.0.2 |
777 | 2024-01-31T19:11:42.774Z | Downloaded cargo-platform v0.1.3 |
778 | 2024-01-31T19:11:42.774Z | Downloaded clap_lex v0.5.1 |
779 | 2024-01-31T19:11:42.774Z | Downloaded strsim v0.10.0 |
780 | 2024-01-31T19:11:42.779Z | Downloaded itoa v1.0.9 |
781 | 2024-01-31T19:11:42.780Z | Downloaded camino v1.1.6 |
782 | 2024-01-31T19:11:42.780Z | Downloaded semver v1.0.21 |
783 | 2024-01-31T19:11:42.780Z | Downloaded clap_derive v4.4.2 |
784 | 2024-01-31T19:11:42.780Z | Downloaded io-lifetimes v1.0.11 |
785 | 2024-01-31T19:11:42.795Z | Downloaded anstyle-parse v0.2.1 |
786 | 2024-01-31T19:11:42.795Z | Downloaded proc-macro2 v1.0.78 |
787 | 2024-01-31T19:11:42.805Z | Downloaded toml v0.8.8 |
788 | 2024-01-31T19:11:42.805Z | Downloaded cargo_toml v0.19.0 |
789 | 2024-01-31T19:11:42.805Z | Downloaded clap v4.4.3 |
790 | 2024-01-31T19:11:42.833Z | Downloaded serde v1.0.195 |
791 | 2024-01-31T19:11:42.837Z | Downloaded indexmap v2.1.0 |
792 | 2024-01-31T19:11:42.837Z | Downloaded memchr v2.6.3 |
793 | 2024-01-31T19:11:42.842Z | Downloaded toml_edit v0.21.0 |
794 | 2024-01-31T19:11:42.880Z | Downloaded winnow v0.5.15 |
795 | 2024-01-31T19:11:42.893Z | Downloaded clap_builder v4.4.2 |
796 | 2024-01-31T19:11:42.904Z | Downloaded syn v2.0.48 |
797 | 2024-01-31T19:11:42.923Z | Downloaded rustix v0.37.23 |
798 | 2024-01-31T19:11:42.957Z | Downloaded hashbrown v0.14.2 |
799 | 2024-01-31T19:11:42.966Z | Downloaded unicode-ident v1.0.12 |
800 | 2024-01-31T19:11:42.970Z | Downloaded libc v0.2.152 |
801 | 2024-01-31T19:11:43.029Z | Downloaded serde_json v1.0.113 |
802 | 2024-01-31T19:11:43.033Z | Downloaded ryu v1.0.15 |
803 | 2024-01-31T19:11:43.036Z | Downloaded anyhow v1.0.75 |
804 | 2024-01-31T19:11:43.041Z | Downloaded quote v1.0.35 |
805 | 2024-01-31T19:11:43.281Z | Compiling proc-macro2 v1.0.78 |
806 | 2024-01-31T19:11:43.281Z | Compiling unicode-ident v1.0.12 |
807 | 2024-01-31T19:11:43.467Z | Compiling serde v1.0.195 |
808 | 2024-01-31T19:11:43.467Z | Compiling libc v0.2.152 |
809 | 2024-01-31T19:11:43.467Z | Compiling io-lifetimes v1.0.11 |
810 | 2024-01-31T19:11:43.467Z | Compiling rustix v0.37.23 |
811 | 2024-01-31T19:11:43.467Z | Compiling utf8parse v0.2.1 |
812 | 2024-01-31T19:11:43.469Z | Compiling hashbrown v0.14.2 |
813 | 2024-01-31T19:11:43.511Z | Compiling equivalent v1.0.1 |
814 | 2024-01-31T19:11:43.515Z | Compiling bitflags v1.3.2 |
815 | 2024-01-31T19:11:43.640Z | Compiling anstyle-parse v0.2.1 |
816 | 2024-01-31T19:11:43.662Z | Compiling camino v1.1.6 |
817 | 2024-01-31T19:11:44.171Z | Compiling winnow v0.5.15 |
818 | 2024-01-31T19:11:44.924Z | Compiling indexmap v2.1.0 |
819 | 2024-01-31T19:11:45.042Z | Compiling colorchoice v1.0.0 |
820 | 2024-01-31T19:11:45.230Z | Compiling anstyle v1.0.2 |
821 | 2024-01-31T19:11:45.277Z | Compiling anstyle-query v1.0.0 |
822 | 2024-01-31T19:11:45.297Z | Compiling serde_json v1.0.113 |
823 | 2024-01-31T19:11:45.466Z | Compiling thiserror v1.0.56 |
824 | 2024-01-31T19:11:45.904Z | Compiling semver v1.0.21 |
825 | 2024-01-31T19:11:45.908Z | Compiling anstream v0.5.0 |
826 | 2024-01-31T19:11:46.021Z | Compiling strsim v0.10.0 |
827 | 2024-01-31T19:11:46.329Z | Compiling anyhow v1.0.75 |
828 | 2024-01-31T19:11:46.437Z | Compiling clap_lex v0.5.1 |
829 | 2024-01-31T19:11:46.635Z | Compiling quote v1.0.35 |
830 | 2024-01-31T19:11:46.869Z | Compiling ryu v1.0.15 |
831 | 2024-01-31T19:11:47.122Z | Compiling itoa v1.0.9 |
832 | 2024-01-31T19:11:47.209Z | Compiling syn v2.0.48 |
833 | 2024-01-31T19:11:47.295Z | Compiling errno v0.3.8 |
834 | 2024-01-31T19:11:47.457Z | Compiling heck v0.4.1 |
835 | 2024-01-31T19:11:48.953Z | Compiling terminal_size v0.2.6 |
836 | 2024-01-31T19:11:49.083Z | Compiling clap_builder v4.4.2 |
837 | 2024-01-31T19:11:55.264Z | Compiling serde_derive v1.0.195 |
838 | 2024-01-31T19:11:55.264Z | Compiling thiserror-impl v1.0.56 |
839 | 2024-01-31T19:11:55.268Z | Compiling clap_derive v4.4.2 |
840 | 2024-01-31T19:11:59.708Z | Compiling clap v4.4.3 |
841 | 2024-01-31T19:12:07.986Z | Compiling serde_spanned v0.6.4 |
842 | 2024-01-31T19:12:07.997Z | Compiling toml_datetime v0.6.5 |
843 | 2024-01-31T19:12:07.997Z | Compiling cargo-platform v0.1.3 |
844 | 2024-01-31T19:12:08.395Z | Compiling toml_edit v0.21.0 |
845 | 2024-01-31T19:12:09.985Z | Compiling cargo_metadata v0.18.1 |
846 | 2024-01-31T19:12:11.524Z | Compiling toml v0.8.8 |
847 | 2024-01-31T19:12:12.518Z | Compiling cargo_toml v0.19.0 |
848 | 2024-01-31T19:12:18.815Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
849 | 2024-01-31T19:12:20.185Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
850 | 2024-01-31T19:12:20.405Z | Running `target/debug/xtask clippy` |
851 | 2024-01-31T19:12:20.471Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
852 | 2024-01-31T19:12:21.327Z | Downloading crates ... |
853 | 2024-01-31T19:12:21.562Z | Downloaded adler v1.0.2 |
854 | 2024-01-31T19:12:21.580Z | Downloaded http v0.2.11 |
855 | 2024-01-31T19:12:21.590Z | Downloaded httpdate v1.0.3 |
856 | 2024-01-31T19:12:21.595Z | Downloaded hyper-rustls v0.26.0 |
857 | 2024-01-31T19:12:21.601Z | Downloaded crunchy v0.2.2 |
858 | 2024-01-31T19:12:21.606Z | Downloaded httparse v1.8.0 |
859 | 2024-01-31T19:12:21.620Z | Downloaded instant v0.1.12 |
860 | 2024-01-31T19:12:21.628Z | Downloaded iana-time-zone v0.1.57 |
861 | 2024-01-31T19:12:21.637Z | Downloaded crc32fast v1.3.2 |
862 | 2024-01-31T19:12:21.643Z | Downloaded libsw v3.3.1 |
863 | 2024-01-31T19:12:21.653Z | Downloaded base16ct v0.2.0 |
864 | 2024-01-31T19:12:21.666Z | Downloaded crossbeam-queue v0.3.8 |
865 | 2024-01-31T19:12:21.682Z | Downloaded atty v0.2.14 |
866 | 2024-01-31T19:12:21.687Z | Downloaded signal-hook-registry v1.4.1 |
867 | 2024-01-31T19:12:21.702Z | Downloaded libloading v0.7.4 |
868 | 2024-01-31T19:12:21.711Z | Downloaded hyper-util v0.1.2 |
869 | 2024-01-31T19:12:21.711Z | Downloaded indoc v2.0.3 |
870 | 2024-01-31T19:12:22.144Z | Downloaded rustls-pemfile v1.0.3 |
871 | 2024-01-31T19:12:22.144Z | Downloaded num-iter v0.1.43 |
872 | 2024-01-31T19:12:22.144Z | Downloaded cfg-if v1.0.0 |
873 | 2024-01-31T19:12:22.144Z | Downloaded block-padding v0.3.3 |
874 | 2024-01-31T19:12:22.144Z | Downloaded buf-list v1.0.3 |
875 | 2024-01-31T19:12:22.150Z | Downloaded cobs v0.2.3 |
876 | 2024-01-31T19:12:22.151Z | Downloaded crossbeam-deque v0.8.3 |
877 | 2024-01-31T19:12:22.151Z | Downloaded nodrop v0.1.14 |
878 | 2024-01-31T19:12:22.151Z | Downloaded bitfield v0.14.0 |
879 | 2024-01-31T19:12:22.151Z | Downloaded ascii-canvas v3.0.0 |
880 | 2024-01-31T19:12:22.151Z | Downloaded atomic-waker v1.1.1 |
881 | 2024-01-31T19:12:22.151Z | Downloaded rstest v0.18.2 |
882 | 2024-01-31T19:12:22.151Z | Downloaded nu-ansi-term v0.49.0 |
883 | 2024-01-31T19:12:22.151Z | Downloaded bit-set v0.5.3 |
884 | 2024-01-31T19:12:22.151Z | Downloaded num_threads v0.1.6 |
885 | 2024-01-31T19:12:22.151Z | Downloaded derive_builder_macro v0.12.0 |
886 | 2024-01-31T19:12:22.151Z | Downloaded backoff v0.4.0 |
887 | 2024-01-31T19:12:22.151Z | Downloaded typenum v1.16.0 |
888 | 2024-01-31T19:12:22.151Z | Downloaded anes v0.1.6 |
889 | 2024-01-31T19:12:22.151Z | Downloaded take_mut v0.2.2 |
890 | 2024-01-31T19:12:22.151Z | Downloaded async-trait v0.1.77 |
891 | 2024-01-31T19:12:22.151Z | Downloaded hyper-rustls v0.24.2 |
892 | 2024-01-31T19:12:22.151Z | Downloaded tiny-keccak v2.0.2 |
893 | 2024-01-31T19:12:22.151Z | Downloaded bitflags v2.4.0 |
894 | 2024-01-31T19:12:22.151Z | Downloaded new_debug_unreachable v1.0.4 |
895 | 2024-01-31T19:12:22.151Z | Downloaded num_cpus v1.16.0 |
896 | 2024-01-31T19:12:22.151Z | Downloaded swrite v0.1.0 |
897 | 2024-01-31T19:12:22.151Z | Downloaded addr2line v0.21.0 |
898 | 2024-01-31T19:12:22.151Z | Downloaded num_enum_derive v0.5.11 |
899 | 2024-01-31T19:12:22.152Z | Downloaded scheduled-thread-pool v0.2.7 |
900 | 2024-01-31T19:12:22.152Z | Downloaded subtle v2.5.0 |
901 | 2024-01-31T19:12:22.152Z | Downloaded strum_macros v0.24.3 |
902 | 2024-01-31T19:12:22.152Z | Downloaded fxhash v0.2.1 |
903 | 2024-01-31T19:12:22.152Z | Downloaded tinytemplate v1.2.1 |
904 | 2024-01-31T19:12:22.152Z | Downloaded ident_case v1.0.1 |
905 | 2024-01-31T19:12:22.152Z | Downloaded usdt-attr-macro v0.3.5 |
906 | 2024-01-31T19:12:22.152Z | Downloaded chacha20poly1305 v0.10.1 |
907 | 2024-01-31T19:12:22.152Z | Downloaded strum_macros v0.25.2 |
908 | 2024-01-31T19:12:22.152Z | Downloaded hash32 v0.3.1 |
909 | 2024-01-31T19:12:22.152Z | Downloaded fallible-iterator v0.2.0 |
910 | 2024-01-31T19:12:22.152Z | Downloaded tui-tree-widget v0.16.0 |
911 | 2024-01-31T19:12:22.152Z | Downloaded ipnet v2.9.0 |
912 | 2024-01-31T19:12:22.152Z | Downloaded libtest-mimic v0.6.1 |
913 | 2024-01-31T19:12:22.152Z | Downloaded downcast v0.11.0 |
914 | 2024-01-31T19:12:22.152Z | Downloaded darling_core v0.14.4 |
915 | 2024-01-31T19:12:22.152Z | Downloaded packed_struct v0.10.1 |
916 | 2024-01-31T19:12:22.152Z | Downloaded oso-derive v0.27.0 |
917 | 2024-01-31T19:12:22.152Z | Downloaded termtree v0.4.1 |
918 | 2024-01-31T19:12:22.152Z | Downloaded dtrace-parser v0.1.14 |
919 | 2024-01-31T19:12:22.152Z | Downloaded futures-timer v3.0.2 |
920 | 2024-01-31T19:12:22.152Z | Downloaded zeroize v1.7.0 |
921 | 2024-01-31T19:12:22.152Z | Downloaded quick-error v1.2.3 |
922 | 2024-01-31T19:12:22.152Z | Downloaded toml v0.7.8 |
923 | 2024-01-31T19:12:22.153Z | Downloaded pem v3.0.2 |
924 | 2024-01-31T19:12:22.153Z | Downloaded plotters-svg v0.3.5 |
925 | 2024-01-31T19:12:22.153Z | Downloaded usdt-impl v0.3.5 |
926 | 2024-01-31T19:12:22.153Z | Downloaded time-macros v0.2.13 |
927 | 2024-01-31T19:12:22.154Z | Downloaded env_logger v0.10.0 |
928 | 2024-01-31T19:12:22.154Z | Downloaded parse-display-derive v0.8.2 |
929 | 2024-01-31T19:12:22.154Z | Downloaded futures-macro v0.3.30 |
930 | 2024-01-31T19:12:22.154Z | Downloaded threadpool v1.8.1 |
931 | 2024-01-31T19:12:22.154Z | Downloaded cfg-expr v0.15.5 |
932 | 2024-01-31T19:12:22.154Z | Downloaded structmeta-derive v0.2.0 |
933 | 2024-01-31T19:12:22.154Z | Downloaded owo-colors v4.0.0 |
934 | 2024-01-31T19:12:22.154Z | Downloaded crossbeam-channel v0.5.8 |
935 | 2024-01-31T19:12:22.154Z | Downloaded zone_cfg_derive v0.3.0 |
936 | 2024-01-31T19:12:22.154Z | Downloaded arc-swap v1.6.0 |
937 | 2024-01-31T19:12:22.154Z | Downloaded remove_dir_all v0.5.3 |
938 | 2024-01-31T19:12:22.154Z | Downloaded spin v0.5.2 |
939 | 2024-01-31T19:12:22.154Z | Downloaded endian-type v0.1.2 |
940 | 2024-01-31T19:12:22.154Z | Downloaded textwrap v0.11.0 |
941 | 2024-01-31T19:12:22.154Z | Downloaded parking_lot_core v0.8.6 |
942 | 2024-01-31T19:12:22.154Z | Downloaded foreign-types v0.5.0 |
943 | 2024-01-31T19:12:22.154Z | Downloaded peeking_take_while v0.1.2 |
944 | 2024-01-31T19:12:22.154Z | Downloaded path-slash v0.1.5 |
945 | 2024-01-31T19:12:22.154Z | Downloaded usdt-macro v0.3.5 |
946 | 2024-01-31T19:12:22.154Z | Downloaded dyn-clone v1.0.13 |
947 | 2024-01-31T19:12:22.154Z | Downloaded toml v0.5.11 |
948 | 2024-01-31T19:12:22.154Z | Downloaded unicode-bidi v0.3.13 |
949 | 2024-01-31T19:12:22.154Z | Downloaded indexmap v1.9.3 |
950 | 2024-01-31T19:12:22.154Z | Downloaded waitgroup v0.1.2 |
951 | 2024-01-31T19:12:22.155Z | Downloaded stability v0.1.1 |
952 | 2024-01-31T19:12:22.155Z | Downloaded indicatif v0.17.7 |
953 | 2024-01-31T19:12:22.155Z | Downloaded packed_struct_codegen v0.10.1 |
954 | 2024-01-31T19:12:22.155Z | Downloaded hex v0.4.3 |
955 | 2024-01-31T19:12:22.155Z | Downloaded static_assertions v1.1.0 |
956 | 2024-01-31T19:12:22.155Z | Downloaded debug-ignore v1.0.5 |
957 | 2024-01-31T19:12:22.155Z | Downloaded zone v0.3.0 |
958 | 2024-01-31T19:12:22.155Z | Downloaded relative-path v1.9.0 |
959 | 2024-01-31T19:12:22.155Z | Downloaded pin-project-lite v0.2.13 |
960 | 2024-01-31T19:12:22.155Z | Downloaded postgres-types v0.2.6 |
961 | 2024-01-31T19:12:22.155Z | Downloaded string_cache v0.8.7 |
962 | 2024-01-31T19:12:22.155Z | Downloaded fd-lock v4.0.2 |
963 | 2024-01-31T19:12:22.155Z | Downloaded semver v0.1.20 |
964 | 2024-01-31T19:12:22.155Z | Downloaded embedded-io v0.4.0 |
965 | 2024-01-31T19:12:22.155Z | Downloaded unicode-width v0.1.11 |
966 | 2024-01-31T19:12:22.155Z | Downloaded float-cmp v0.9.0 |
967 | 2024-01-31T19:12:22.155Z | Downloaded tokio-postgres v0.7.10 |
968 | 2024-01-31T19:12:22.155Z | Downloaded serde-big-array v0.4.1 |
969 | 2024-01-31T19:12:22.155Z | Downloaded deranged v0.3.8 |
970 | 2024-01-31T19:12:22.155Z | Downloaded tower-layer v0.3.2 |
971 | 2024-01-31T19:12:22.155Z | Downloaded http v1.0.0 |
972 | 2024-01-31T19:12:22.155Z | Downloaded smallvec v0.6.14 |
973 | 2024-01-31T19:12:22.155Z | Downloaded derive_builder_core v0.12.0 |
974 | 2024-01-31T19:12:22.155Z | Downloaded serde_with_macros v3.5.1 |
975 | 2024-01-31T19:12:22.160Z | Downloaded scroll_derive v0.12.0 |
976 | 2024-01-31T19:12:22.160Z | Downloaded minimal-lexical v0.2.1 |
977 | 2024-01-31T19:12:22.160Z | Downloaded foreign-types-macros v0.2.3 |
978 | 2024-01-31T19:12:22.161Z | Downloaded tokio-rustls v0.25.0 |
979 | 2024-01-31T19:12:22.161Z | Downloaded rustc-hash v1.1.0 |
980 | 2024-01-31T19:12:22.165Z | Downloaded pin-project-internal v1.1.3 |
981 | 2024-01-31T19:12:22.165Z | Downloaded usdt v0.3.5 |
982 | 2024-01-31T19:12:22.165Z | Downloaded unsafe-libyaml v0.2.10 |
983 | 2024-01-31T19:12:22.171Z | Downloaded slog-json v2.6.1 |
984 | 2024-01-31T19:12:22.176Z | Downloaded defmt-parser v0.3.3 |
985 | 2024-01-31T19:12:22.186Z | Downloaded fs-err v2.11.0 |
986 | 2024-01-31T19:12:22.186Z | Downloaded slog-term v2.9.0 |
987 | 2024-01-31T19:12:22.191Z | Downloaded socket2 v0.5.5 |
988 | 2024-01-31T19:12:22.201Z | Downloaded tokio-macros v2.2.0 |
989 | 2024-01-31T19:12:22.201Z | Downloaded rcgen v0.12.1 |
990 | 2024-01-31T19:12:22.201Z | Downloaded utf-8 v0.7.6 |
991 | 2024-01-31T19:12:22.201Z | Downloaded slog-bunyan v2.5.0 |
992 | 2024-01-31T19:12:22.205Z | Downloaded scroll v0.12.0 |
993 | 2024-01-31T19:12:22.209Z | Downloaded ron v0.8.1 |
994 | 2024-01-31T19:12:22.219Z | Downloaded precomputed-hash v0.1.1 |
995 | 2024-01-31T19:12:22.224Z | Downloaded want v0.3.1 |
996 | 2024-01-31T19:12:22.224Z | Downloaded siphasher v0.3.11 |
997 | 2024-01-31T19:12:22.224Z | Downloaded zeroize_derive v1.4.2 |
998 | 2024-01-31T19:12:22.228Z | Downloaded fnv v1.0.7 |
999 | 2024-01-31T19:12:22.228Z | Downloaded serde_path_to_error v0.1.15 |
1000 | 2024-01-31T19:12:22.233Z | Downloaded xattr v1.0.1 |
1001 | 2024-01-31T19:12:22.238Z | Downloaded parking_lot_core v0.9.8 |
1002 | 2024-01-31T19:12:22.238Z | Downloaded getrandom v0.2.10 |
1003 | 2024-01-31T19:12:22.246Z | Downloaded parse-display v0.8.2 |
1004 | 2024-01-31T19:12:22.250Z | Downloaded time-core v0.1.1 |
1005 | 2024-01-31T19:12:22.250Z | Downloaded enum-as-inner v0.5.1 |
1006 | 2024-01-31T19:12:22.250Z | Downloaded slog v2.7.0 |
1007 | 2024-01-31T19:12:22.255Z | Downloaded pkg-config v0.3.27 |
1008 | 2024-01-31T19:12:22.258Z | Downloaded headers-core v0.2.0 |
1009 | 2024-01-31T19:12:22.261Z | Downloaded headers v0.3.9 |
1010 | 2024-01-31T19:12:22.276Z | Downloaded opaque-debug v0.3.0 |
1011 | 2024-01-31T19:12:22.276Z | Downloaded parking_lot v0.11.2 |
1012 | 2024-01-31T19:12:22.276Z | Downloaded socket2 v0.4.9 |
1013 | 2024-01-31T19:12:22.280Z | Downloaded stable_deref_trait v1.2.0 |
1014 | 2024-01-31T19:12:22.283Z | Downloaded phf_shared v0.11.2 |
1015 | 2024-01-31T19:12:22.289Z | Downloaded structmeta v0.2.0 |
1016 | 2024-01-31T19:12:22.290Z | Downloaded serde_urlencoded v0.7.1 |
1017 | 2024-01-31T19:12:22.293Z | Downloaded expectorate v1.1.0 |
1018 | 2024-01-31T19:12:22.297Z | Downloaded dtrace-parser v0.2.0 |
1019 | 2024-01-31T19:12:22.297Z | Downloaded postcard v1.0.8 |
1020 | 2024-01-31T19:12:22.301Z | Downloaded ppv-lite86 v0.2.17 |
1021 | 2024-01-31T19:12:22.304Z | Downloaded predicates-core v1.0.6 |
1022 | 2024-01-31T19:12:22.309Z | Downloaded datatest-stable v0.2.3 |
1023 | 2024-01-31T19:12:22.315Z | Downloaded vte_generate_state_changes v0.1.1 |
1024 | 2024-01-31T19:12:22.315Z | Downloaded difflib v0.4.0 |
1025 | 2024-01-31T19:12:22.318Z | Downloaded rand_core v0.6.4 |
1026 | 2024-01-31T19:12:22.318Z | Downloaded version_check v0.9.4 |
1027 | 2024-01-31T19:12:22.321Z | Downloaded vec_map v0.8.2 |
1028 | 2024-01-31T19:12:22.321Z | Downloaded uuid v1.7.0 |
1029 | 2024-01-31T19:12:22.328Z | Downloaded getopts v0.2.21 |
1030 | 2024-01-31T19:12:22.338Z | Downloaded tempfile v3.9.0 |
1031 | 2024-01-31T19:12:22.350Z | Downloaded openssl-macros v0.1.1 |
1032 | 2024-01-31T19:12:22.350Z | Downloaded darling_macro v0.20.3 |
1033 | 2024-01-31T19:12:22.350Z | Downloaded oso v0.27.0 |
1034 | 2024-01-31T19:12:22.350Z | Downloaded thread_local v1.1.7 |
1035 | 2024-01-31T19:12:22.358Z | Downloaded universal-hash v0.5.1 |
1036 | 2024-01-31T19:12:22.358Z | Downloaded try-lock v0.2.4 |
1037 | 2024-01-31T19:12:22.358Z | Downloaded tinyvec v1.6.0 |
1038 | 2024-01-31T19:12:22.371Z | Downloaded heck v0.3.3 |
1039 | 2024-01-31T19:12:22.371Z | Downloaded rustc_version v0.1.7 |
1040 | 2024-01-31T19:12:22.371Z | Downloaded olpc-cjson v0.1.3 |
1041 | 2024-01-31T19:12:22.371Z | Downloaded tower-service v0.3.2 |
1042 | 2024-01-31T19:12:22.371Z | Downloaded yansi v0.5.1 |
1043 | 2024-01-31T19:12:22.371Z | Downloaded tungstenite v0.20.1 |
1044 | 2024-01-31T19:12:22.376Z | Downloaded tower v0.4.13 |
1045 | 2024-01-31T19:12:22.390Z | Downloaded phf_shared v0.10.0 |
1046 | 2024-01-31T19:12:22.392Z | Downloaded rand v0.4.6 |
1047 | 2024-01-31T19:12:22.397Z | Downloaded samael v0.0.14 |
1048 | 2024-01-31T19:12:22.408Z | Downloaded rustls-pki-types v1.1.0 |
1049 | 2024-01-31T19:12:22.411Z | Downloaded pest_derive v2.7.6 |
1050 | 2024-01-31T19:12:22.414Z | Downloaded openssl-sys v0.9.96 |
1051 | 2024-01-31T19:12:22.426Z | Downloaded usdt-macro v0.5.0 |
1052 | 2024-01-31T19:12:22.428Z | Downloaded pretty-hex v0.2.1 |
1053 | 2024-01-31T19:12:22.429Z | Downloaded topological-sort v0.2.2 |
1054 | 2024-01-31T19:12:22.429Z | Downloaded pathdiff v0.2.1 |
1055 | 2024-01-31T19:12:22.431Z | Downloaded poly1305 v0.8.0 |
1056 | 2024-01-31T19:12:22.437Z | Downloaded schemars_derive v0.8.16 |
1057 | 2024-01-31T19:12:22.440Z | Downloaded radium v0.7.0 |
1058 | 2024-01-31T19:12:22.440Z | Downloaded rtoolbox v0.0.1 |
1059 | 2024-01-31T19:12:22.443Z | Downloaded tokio-tungstenite v0.20.1 |
1060 | 2024-01-31T19:12:22.446Z | Downloaded subprocess v0.2.9 |
1061 | 2024-01-31T19:12:22.451Z | Downloaded oorandom v11.1.3 |
1062 | 2024-01-31T19:12:22.454Z | Downloaded proc-macro-crate v1.3.1 |
1063 | 2024-01-31T19:12:22.457Z | Downloaded num-bigint-dig v0.8.4 |
1064 | 2024-01-31T19:12:22.463Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1065 | 2024-01-31T19:12:22.466Z | Downloaded ref-cast-impl v1.0.20 |
1066 | 2024-01-31T19:12:22.467Z | Downloaded pest_generator v2.7.6 |
1067 | 2024-01-31T19:12:22.469Z | Downloaded target-lexicon v0.12.12 |
1068 | 2024-01-31T19:12:22.475Z | Downloaded usdt v0.5.0 |
1069 | 2024-01-31T19:12:22.477Z | Downloaded r2d2 v0.8.10 |
1070 | 2024-01-31T19:12:22.478Z | Downloaded ed25519 v1.5.3 |
1071 | 2024-01-31T19:12:22.480Z | Downloaded wyz v0.5.1 |
1072 | 2024-01-31T19:12:22.483Z | Downloaded libefi-sys v0.1.0 |
1073 | 2024-01-31T19:12:22.490Z | Downloaded usdt-impl v0.5.0 |
1074 | 2024-01-31T19:12:22.492Z | Downloaded salty v0.2.0 |
1075 | 2024-01-31T19:12:22.497Z | Downloaded serde-hex v0.1.0 |
1076 | 2024-01-31T19:12:22.500Z | Downloaded unicode_categories v0.1.1 |
1077 | 2024-01-31T19:12:22.503Z | Downloaded serde_plain v1.0.2 |
1078 | 2024-01-31T19:12:22.506Z | Downloaded either v1.9.0 |
1079 | 2024-01-31T19:12:22.510Z | Downloaded tracing-attributes v0.1.26 |
1080 | 2024-01-31T19:12:22.513Z | Downloaded elliptic-curve v0.13.8 |
1081 | 2024-01-31T19:12:22.520Z | Downloaded serde_tokenstream v0.2.0 |
1082 | 2024-01-31T19:12:22.536Z | Downloaded target-spec v3.0.1 |
1083 | 2024-01-31T19:12:22.539Z | Downloaded defmt-macros v0.3.6 |
1084 | 2024-01-31T19:12:22.539Z | Downloaded data-encoding v2.4.0 |
1085 | 2024-01-31T19:12:22.539Z | Downloaded postgres-protocol v0.6.6 |
1086 | 2024-01-31T19:12:22.542Z | Downloaded regex-automata v0.1.10 |
1087 | 2024-01-31T19:12:22.548Z | Downloaded tempdir v0.3.7 |
1088 | 2024-01-31T19:12:22.552Z | Downloaded untrusted v0.7.1 |
1089 | 2024-01-31T19:12:22.555Z | Downloaded term v0.7.0 |
1090 | 2024-01-31T19:12:22.561Z | Downloaded zerocopy-derive v0.7.32 |
1091 | 2024-01-31T19:12:22.566Z | Downloaded pin-project v1.1.3 |
1092 | 2024-01-31T19:12:22.587Z | Downloaded futures-channel v0.3.30 |
1093 | 2024-01-31T19:12:22.591Z | Downloaded phf v0.11.2 |
1094 | 2024-01-31T19:12:22.594Z | Downloaded yasna v0.5.2 |
1095 | 2024-01-31T19:12:22.596Z | Downloaded pest_meta v2.7.6 |
1096 | 2024-01-31T19:12:22.600Z | Downloaded funty v2.0.0 |
1097 | 2024-01-31T19:12:22.603Z | Downloaded clap v2.34.0 |
1098 | 2024-01-31T19:12:22.614Z | Downloaded vte v0.11.1 |
1099 | 2024-01-31T19:12:22.618Z | Downloaded tar v0.4.40 |
1100 | 2024-01-31T19:12:22.626Z | Downloaded trust-dns-server v0.22.1 |
1101 | 2024-01-31T19:12:22.640Z | Downloaded derive-where v1.2.7 |
1102 | 2024-01-31T19:12:22.643Z | Downloaded hashbrown v0.13.2 |
1103 | 2024-01-31T19:12:22.647Z | Downloaded futures-util v0.3.30 |
1104 | 2024-01-31T19:12:22.669Z | Downloaded flume v0.11.0 |
1105 | 2024-01-31T19:12:22.675Z | Downloaded x509-cert v0.2.4 |
1106 | 2024-01-31T19:12:22.686Z | Downloaded reedline v0.28.0 |
1107 | 2024-01-31T19:12:22.699Z | Downloaded goblin v0.8.0 |
1108 | 2024-01-31T19:12:22.712Z | Downloaded pest v2.7.6 |
1109 | 2024-01-31T19:12:22.719Z | Downloaded zerocopy v0.7.32 |
1110 | 2024-01-31T19:12:22.756Z | Downloaded toml_edit v0.19.15 |
1111 | 2024-01-31T19:12:22.783Z | Downloaded unicode-normalization v0.1.22 |
1112 | 2024-01-31T19:12:22.790Z | Downloaded h2 v0.3.24 |
1113 | 2024-01-31T19:12:22.805Z | Downloaded guppy v0.17.4 |
1114 | 2024-01-31T19:12:22.815Z | Downloaded hkdf v0.12.4 |
1115 | 2024-01-31T19:12:22.829Z | Downloaded smoltcp v0.9.1 |
1116 | 2024-01-31T19:12:22.841Z | Downloaded portable-atomic v1.4.3 |
1117 | 2024-01-31T19:12:22.845Z | Downloaded quick-xml v0.30.0 |
1118 | 2024-01-31T19:12:22.855Z | Downloaded reqwest v0.11.22 |
1119 | 2024-01-31T19:12:22.869Z | Downloaded petgraph v0.6.4 |
1120 | 2024-01-31T19:12:22.893Z | Downloaded nix v0.27.1 |
1121 | 2024-01-31T19:12:22.912Z | Downloaded webpki-roots v0.25.2 |
1122 | 2024-01-31T19:12:22.919Z | Downloaded rustls-webpki v0.102.1 |
1123 | 2024-01-31T19:12:22.954Z | Downloaded gimli v0.28.0 |
1124 | 2024-01-31T19:12:22.969Z | Downloaded regex v1.10.3 |
1125 | 2024-01-31T19:12:22.995Z | Downloaded object v0.32.1 |
1126 | 2024-01-31T19:12:23.014Z | Downloaded openssl v0.10.60 |
1127 | 2024-01-31T19:12:23.032Z | Downloaded diesel v2.1.4 |
1128 | 2024-01-31T19:12:23.067Z | Downloaded rustls v0.22.2 |
1129 | 2024-01-31T19:12:23.093Z | Downloaded regex-syntax v0.8.2 |
1130 | 2024-01-31T19:12:23.110Z | Downloaded regex-syntax v0.7.5 |
1131 | 2024-01-31T19:12:23.127Z | Downloaded regex-automata v0.3.8 |
1132 | 2024-01-31T19:12:23.160Z | Downloaded sha3 v0.10.8 |
1133 | 2024-01-31T19:12:23.173Z | Downloaded sled v0.34.7 |
1134 | 2024-01-31T19:12:23.200Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1135 | 2024-01-31T19:12:23.220Z | Downloaded regex-automata v0.4.4 |
1136 | 2024-01-31T19:12:23.253Z | Downloaded zerocopy-derive v0.6.4 |
1137 | 2024-01-31T19:12:23.276Z | Downloaded zerocopy-derive v0.2.0 |
1138 | 2024-01-31T19:12:23.293Z | Downloaded tokio v1.35.1 |
1139 | 2024-01-31T19:12:23.361Z | Downloaded openapiv3 v2.0.0 |
1140 | 2024-01-31T19:12:23.388Z | Downloaded radix_trie v0.2.1 |
1141 | 2024-01-31T19:12:23.397Z | Downloaded regex-syntax v0.6.29 |
1142 | 2024-01-31T19:12:23.414Z | Downloaded ratatui v0.25.0 |
1143 | 2024-01-31T19:12:23.439Z | Downloaded trust-dns-proto v0.22.0 |
1144 | 2024-01-31T19:12:23.462Z | Downloaded encoding_rs v0.8.33 |
1145 | 2024-01-31T19:12:23.506Z | Downloaded rustix v0.38.30 |
1146 | 2024-01-31T19:12:23.548Z | Downloaded bstr v1.6.0 |
1147 | 2024-01-31T19:12:23.568Z | Downloaded ring v0.17.7 |
1148 | 2024-01-31T19:12:23.705Z | Downloaded polar-core v0.27.0 |
1149 | 2024-01-31T19:12:23.721Z | Downloaded curve25519-dalek v4.1.1 |
1150 | 2024-01-31T19:12:23.738Z | Downloaded rustls v0.21.9 |
1151 | 2024-01-31T19:12:23.775Z | Downloaded smoltcp v0.11.0 |
1152 | 2024-01-31T19:12:23.781Z | Downloaded vcpkg v0.2.15 |
1153 | 2024-01-31T19:12:23.854Z | Downloaded regress v0.7.1 |
1154 | 2024-01-31T19:12:23.868Z | Downloaded syn v1.0.109 |
1155 | 2024-01-31T19:12:23.887Z | Downloaded bstr v0.2.17 |
1156 | 2024-01-31T19:12:23.905Z | Downloaded proptest v1.4.0 |
1157 | 2024-01-31T19:12:23.921Z | Downloaded object v0.30.4 |
1158 | 2024-01-31T19:12:23.939Z | Downloaded tabled v0.15.0 |
1159 | 2024-01-31T19:12:23.972Z | Downloaded rayon v1.8.0 |
1160 | 2024-01-31T19:12:23.985Z | Downloaded idna v0.5.0 |
1161 | 2024-01-31T19:12:23.998Z | Downloaded idna v0.2.3 |
1162 | 2024-01-31T19:12:24.012Z | Downloaded lalrpop v0.19.12 |
1163 | 2024-01-31T19:12:24.037Z | Downloaded ring v0.16.20 |
1164 | 2024-01-31T19:12:24.255Z | Downloaded bindgen v0.69.2 |
1165 | 2024-01-31T19:12:24.265Z | Downloaded rustls-webpki v0.101.7 |
1166 | 2024-01-31T19:12:24.265Z | Downloaded chrono v0.4.31 |
1167 | 2024-01-31T19:12:24.265Z | Downloaded bitvec v1.0.1 |
1168 | 2024-01-31T19:12:24.272Z | Downloaded aho-corasick v1.0.4 |
1169 | 2024-01-31T19:12:24.285Z | Downloaded serde_with v3.5.1 |
1170 | 2024-01-31T19:12:24.298Z | Downloaded zerocopy v0.6.4 |
1171 | 2024-01-31T19:12:24.309Z | Downloaded hashbrown v0.12.3 |
1172 | 2024-01-31T19:12:24.309Z | Downloaded rand v0.8.5 |
1173 | 2024-01-31T19:12:24.320Z | Downloaded plotters v0.3.5 |
1174 | 2024-01-31T19:12:24.332Z | Downloaded tracing v0.1.37 |
1175 | 2024-01-31T19:12:24.336Z | Downloaded vsss-rs v3.3.4 |
1176 | 2024-01-31T19:12:24.339Z | Downloaded futures v0.3.30 |
1177 | 2024-01-31T19:12:24.346Z | Downloaded steno v0.4.0 |
1178 | 2024-01-31T19:12:24.354Z | Downloaded tough v0.16.0 |
1179 | 2024-01-31T19:12:24.367Z | Downloaded sqlparser v0.43.1 |
1180 | 2024-01-31T19:12:24.377Z | Downloaded rsa v0.9.2 |
1181 | 2024-01-31T19:12:24.385Z | Downloaded rustyline v13.0.0 |
1182 | 2024-01-31T19:12:24.393Z | Downloaded diff v0.1.13 |
1183 | 2024-01-31T19:12:24.399Z | Downloaded slog-stdlog v4.1.1 |
1184 | 2024-01-31T19:12:24.402Z | Downloaded slog-scope v4.4.0 |
1185 | 2024-01-31T19:12:24.405Z | Downloaded flate2 v1.0.28 |
1186 | 2024-01-31T19:12:24.411Z | Downloaded pretty_assertions v1.4.0 |
1187 | 2024-01-31T19:12:24.414Z | Downloaded heapless v0.7.16 |
1188 | 2024-01-31T19:12:24.421Z | Downloaded unicode-segmentation v1.10.1 |
1189 | 2024-01-31T19:12:24.427Z | Downloaded time v0.3.27 |
1190 | 2024-01-31T19:12:24.438Z | Downloaded fixedbitset v0.4.2 |
1191 | 2024-01-31T19:12:24.441Z | Downloaded libm v0.2.7 |
1192 | 2024-01-31T19:12:24.459Z | Downloaded itertools v0.12.0 |
1193 | 2024-01-31T19:12:24.468Z | Downloaded resolv-conf v0.7.0 |
1194 | 2024-01-31T19:12:24.471Z | Downloaded unicode-linebreak v0.1.5 |
1195 | 2024-01-31T19:12:24.479Z | Downloaded trust-dns-resolver v0.22.0 |
1196 | 2024-01-31T19:12:24.488Z | Downloaded snafu-derive v0.7.5 |
1197 | 2024-01-31T19:12:24.488Z | Downloaded pkcs8 v0.10.2 |
1198 | 2024-01-31T19:12:24.488Z | Downloaded heapless v0.8.0 |
1199 | 2024-01-31T19:12:24.493Z | Downloaded platforms v3.0.2 |
1200 | 2024-01-31T19:12:24.496Z | Downloaded derive_more v0.99.17 |
1201 | 2024-01-31T19:12:24.505Z | Downloaded defmt v0.3.5 |
1202 | 2024-01-31T19:12:24.510Z | Downloaded tokio-stream v0.1.14 |
1203 | 2024-01-31T19:12:24.519Z | Downloaded prettyplease v0.2.16 |
1204 | 2024-01-31T19:12:24.523Z | Downloaded mime_guess v2.0.4 |
1205 | 2024-01-31T19:12:24.526Z | Downloaded toolchain_find v0.2.0 |
1206 | 2024-01-31T19:12:24.529Z | Downloaded scopeguard v1.2.0 |
1207 | 2024-01-31T19:12:24.529Z | Downloaded flagset v0.4.3 |
1208 | 2024-01-31T19:12:24.532Z | Downloaded ff v0.13.0 |
1209 | 2024-01-31T19:12:24.535Z | Downloaded hex-literal v0.4.1 |
1210 | 2024-01-31T19:12:24.535Z | Downloaded rand_xorshift v0.3.0 |
1211 | 2024-01-31T19:12:24.539Z | Downloaded unicode-xid v0.2.4 |
1212 | 2024-01-31T19:12:24.539Z | Downloaded papergrid v0.11.0 |
1213 | 2024-01-31T19:12:24.546Z | Downloaded der v0.7.8 |
1214 | 2024-01-31T19:12:24.559Z | Downloaded smallvec v1.11.2 |
1215 | 2024-01-31T19:12:24.564Z | Downloaded structopt v0.3.26 |
1216 | 2024-01-31T19:12:24.571Z | Downloaded zip v0.6.6 |
1217 | 2024-01-31T19:12:24.578Z | Downloaded plain v0.2.3 |
1218 | 2024-01-31T19:12:24.581Z | Downloaded futures-task v0.3.30 |
1219 | 2024-01-31T19:12:24.584Z | Downloaded futures-core v0.3.30 |
1220 | 2024-01-31T19:12:24.584Z | Downloaded serde_tokenstream v0.1.7 |
1221 | 2024-01-31T19:12:24.588Z | Downloaded ena v0.14.2 |
1222 | 2024-01-31T19:12:24.592Z | Downloaded nom v7.1.3 |
1223 | 2024-01-31T19:12:24.600Z | Downloaded nanorand v0.7.0 |
1224 | 2024-01-31T19:12:24.604Z | Downloaded predicates v3.1.0 |
1225 | 2024-01-31T19:12:24.608Z | Downloaded rand_chacha v0.3.1 |
1226 | 2024-01-31T19:12:24.611Z | Downloaded tokio-util v0.7.10 |
1227 | 2024-01-31T19:12:24.621Z | Downloaded futures-io v0.3.30 |
1228 | 2024-01-31T19:12:24.624Z | Downloaded futures-executor v0.3.30 |
1229 | 2024-01-31T19:12:24.627Z | Downloaded termios v0.3.3 |
1230 | 2024-01-31T19:12:24.627Z | Downloaded rustfmt-wrapper v0.2.0 |
1231 | 2024-01-31T19:12:24.630Z | Downloaded pretty-hex v0.4.1 |
1232 | 2024-01-31T19:12:24.633Z | Downloaded pkcs1 v0.7.5 |
1233 | 2024-01-31T19:12:24.636Z | Downloaded diesel_derives v2.1.2 |
1234 | 2024-01-31T19:12:24.642Z | Downloaded plotters-backend v0.3.5 |
1235 | 2024-01-31T19:12:24.645Z | Downloaded fd-lock v3.0.13 |
1236 | 2024-01-31T19:12:24.648Z | Downloaded rstest_macros v0.18.2 |
1237 | 2024-01-31T19:12:24.654Z | Downloaded typed-path v0.7.0 |
1238 | 2024-01-31T19:12:24.660Z | Downloaded criterion v0.5.1 |
1239 | 2024-01-31T19:12:24.672Z | Downloaded fastrand v2.0.0 |
1240 | 2024-01-31T19:12:24.675Z | Downloaded libxml v0.3.3 |
1241 | 2024-01-31T19:12:24.685Z | Downloaded rustls-pemfile v2.0.0 |
1242 | 2024-01-31T19:12:24.688Z | Downloaded half v2.3.1 |
1243 | 2024-01-31T19:12:24.693Z | Downloaded whoami v1.4.1 |
1244 | 2024-01-31T19:12:24.696Z | Downloaded pem-rfc7468 v0.7.0 |
1245 | 2024-01-31T19:12:24.699Z | Downloaded structopt-derive v0.4.18 |
1246 | 2024-01-31T19:12:24.702Z | Downloaded thread-id v4.2.0 |
1247 | 2024-01-31T19:12:24.702Z | Downloaded omicron-zone-package v0.10.1 |
1248 | 2024-01-31T19:12:24.706Z | Downloaded slab v0.4.9 |
1249 | 2024-01-31T19:12:24.709Z | Downloaded rayon-core v1.12.0 |
1250 | 2024-01-31T19:12:24.714Z | Downloaded similar v2.3.0 |
1251 | 2024-01-31T19:12:24.723Z | Downloaded zerocopy v0.3.0 |
1252 | 2024-01-31T19:12:24.726Z | Downloaded dof v0.3.0 |
1253 | 2024-01-31T19:12:24.726Z | Downloaded hash32 v0.2.1 |
1254 | 2024-01-31T19:12:24.731Z | Downloaded globset v0.4.13 |
1255 | 2024-01-31T19:12:24.739Z | Downloaded fatfs v0.3.6 |
1256 | 2024-01-31T19:12:24.740Z | Downloaded num-bigint v0.4.4 |
1257 | 2024-01-31T19:12:24.743Z | Downloaded trybuild v1.0.89 |
1258 | 2024-01-31T19:12:24.750Z | Downloaded mio v0.8.9 |
1259 | 2024-01-31T19:12:24.760Z | Downloaded hyper v0.14.27 |
1260 | 2024-01-31T19:12:24.774Z | Downloaded doc-comment v0.3.3 |
1261 | 2024-01-31T19:12:24.777Z | Downloaded der_derive v0.7.2 |
1262 | 2024-01-31T19:12:24.781Z | Downloaded snafu v0.7.5 |
1263 | 2024-01-31T19:12:24.788Z | Downloaded trust-dns-client v0.22.0 |
1264 | 2024-01-31T19:12:24.797Z | Downloaded ref-cast v1.0.20 |
1265 | 2024-01-31T19:12:24.802Z | Downloaded tokio-rustls v0.24.1 |
1266 | 2024-01-31T19:12:24.807Z | Downloaded spin v0.9.8 |
1267 | 2024-01-31T19:12:24.811Z | Downloaded guppy-workspace-hack v0.1.0 |
1268 | 2024-01-31T19:12:24.814Z | Downloaded foreign-types-shared v0.1.1 |
1269 | 2024-01-31T19:12:24.814Z | Downloaded predicates-tree v1.0.9 |
1270 | 2024-01-31T19:12:24.814Z | Downloaded filetime v0.2.23 |
1271 | 2024-01-31T19:12:24.820Z | Downloaded percent-encoding v2.3.1 |
1272 | 2024-01-31T19:12:24.820Z | Downloaded rustc_version v0.4.0 |
1273 | 2024-01-31T19:12:24.823Z | Downloaded slog-envlogger v2.2.0 |
1274 | 2024-01-31T19:12:24.823Z | Downloaded test-strategy v0.3.1 |
1275 | 2024-01-31T19:12:24.826Z | Downloaded derive_builder v0.12.0 |
1276 | 2024-01-31T19:12:24.834Z | Downloaded itertools v0.10.5 |
1277 | 2024-01-31T19:12:24.845Z | Downloaded usdt-attr-macro v0.5.0 |
1278 | 2024-01-31T19:12:24.847Z | Downloaded rpassword v7.3.1 |
1279 | 2024-01-31T19:12:24.848Z | Downloaded walkdir v2.4.0 |
1280 | 2024-01-31T19:12:24.850Z | Downloaded url v2.5.0 |
1281 | 2024-01-31T19:12:24.856Z | Downloaded semver v0.11.0 |
1282 | 2024-01-31T19:12:24.858Z | Downloaded spki v0.7.2 |
1283 | 2024-01-31T19:12:24.861Z | Downloaded slog-dtrace v0.3.0 |
1284 | 2024-01-31T19:12:24.864Z | Downloaded signature v2.1.0 |
1285 | 2024-01-31T19:12:24.869Z | Downloaded same-file v1.0.6 |
1286 | 2024-01-31T19:12:24.869Z | Downloaded backtrace v0.3.69 |
1287 | 2024-01-31T19:12:24.876Z | Downloaded stringprep v0.1.3 |
1288 | 2024-01-31T19:12:24.879Z | Downloaded semver-parser v0.10.2 |
1289 | 2024-01-31T19:12:24.882Z | Downloaded which v4.4.0 |
1290 | 2024-01-31T19:12:24.885Z | Downloaded hyper v1.1.0 |
1291 | 2024-01-31T19:12:24.897Z | Downloaded smf v0.2.2 |
1292 | 2024-01-31T19:12:24.900Z | Downloaded smawk v0.3.1 |
1293 | 2024-01-31T19:12:24.900Z | Downloaded slog-async v2.8.0 |
1294 | 2024-01-31T19:12:24.903Z | Downloaded untrusted v0.9.0 |
1295 | 2024-01-31T19:12:24.903Z | Downloaded crossterm v0.27.0 |
1296 | 2024-01-31T19:12:24.914Z | Downloaded similar-asserts v1.5.0 |
1297 | 2024-01-31T19:12:24.917Z | Downloaded darling_core v0.20.3 |
1298 | 2024-01-31T19:12:24.925Z | Downloaded unicase v2.7.0 |
1299 | 2024-01-31T19:12:24.928Z | Downloaded hmac v0.12.1 |
1300 | 2024-01-31T19:12:24.936Z | Downloaded dirs-sys-next v0.1.2 |
1301 | 2024-01-31T19:12:24.936Z | Downloaded once_cell v1.19.0 |
1302 | 2024-01-31T19:12:24.936Z | Downloaded foreign-types v0.3.2 |
1303 | 2024-01-31T19:12:24.939Z | Downloaded serde-big-array v0.5.1 |
1304 | 2024-01-31T19:12:24.942Z | Downloaded password-hash v0.5.0 |
1305 | 2024-01-31T19:12:24.945Z | Downloaded partial-io v0.5.4 |
1306 | 2024-01-31T19:12:24.948Z | Downloaded base64 v0.21.7 |
1307 | 2024-01-31T19:12:24.953Z | Downloaded proc-macro-error-attr v1.0.4 |
1308 | 2024-01-31T19:12:24.958Z | Downloaded rustls-native-certs v0.7.0 |
1309 | 2024-01-31T19:12:24.962Z | Downloaded dirs-next v2.0.0 |
1310 | 2024-01-31T19:12:24.962Z | Downloaded tinyvec_macros v0.1.1 |
1311 | 2024-01-31T19:12:24.962Z | Downloaded dof v0.1.5 |
1312 | 2024-01-31T19:12:24.965Z | Downloaded digest v0.10.7 |
1313 | 2024-01-31T19:12:24.970Z | Downloaded signature v1.6.4 |
1314 | 2024-01-31T19:12:24.970Z | Downloaded pin-utils v0.1.0 |
1315 | 2024-01-31T19:12:24.973Z | Downloaded supports-color v2.1.0 |
1316 | 2024-01-31T19:12:24.973Z | Downloaded parking_lot v0.12.1 |
1317 | 2024-01-31T19:12:24.976Z | Downloaded sct v0.7.0 |
1318 | 2024-01-31T19:12:24.980Z | Downloaded schemars v0.8.16 |
1319 | 2024-01-31T19:12:25.000Z | Downloaded tap v1.0.1 |
1320 | 2024-01-31T19:12:25.004Z | Downloaded miniz_oxide v0.7.1 |
1321 | 2024-01-31T19:12:25.007Z | Downloaded tracing-core v0.1.31 |
1322 | 2024-01-31T19:12:25.010Z | Downloaded textwrap v0.16.0 |
1323 | 2024-01-31T19:12:25.014Z | Downloaded log v0.4.20 |
1324 | 2024-01-31T19:12:25.017Z | Downloaded darling v0.20.3 |
1325 | 2024-01-31T19:12:25.023Z | Downloaded paste v1.0.14 |
1326 | 2024-01-31T19:12:25.027Z | Downloaded crossbeam-utils v0.8.16 |
1327 | 2024-01-31T19:12:25.032Z | Downloaded futures-sink v0.3.30 |
1328 | 2024-01-31T19:12:25.035Z | Downloaded highway v1.1.0 |
1329 | 2024-01-31T19:12:25.074Z | Downloaded glob v0.3.1 |
1330 | 2024-01-31T19:12:25.081Z | Downloaded rusty-fork v0.3.0 |
1331 | 2024-01-31T19:12:25.085Z | Downloaded mockall v0.12.0 |
1332 | 2024-01-31T19:12:25.085Z | Downloaded sha2 v0.10.8 |
1333 | 2024-01-31T19:12:25.090Z | Downloaded bytes v1.5.0 |
1334 | 2024-01-31T19:12:25.099Z | Downloaded synstructure v0.12.6 |
1335 | 2024-01-31T19:12:25.103Z | Downloaded openssl-probe v0.1.5 |
1336 | 2024-01-31T19:12:25.108Z | Downloaded gethostname v0.4.3 |
1337 | 2024-01-31T19:12:25.111Z | Downloaded generic-array v0.14.7 |
1338 | 2024-01-31T19:12:25.111Z | Downloaded rust-argon2 v1.0.1 |
1339 | 2024-01-31T19:12:25.114Z | Downloaded group v0.13.0 |
1340 | 2024-01-31T19:12:25.118Z | Downloaded foreign-types-shared v0.3.1 |
1341 | 2024-01-31T19:12:25.121Z | Downloaded signal-hook v0.3.17 |
1342 | 2024-01-31T19:12:25.126Z | Downloaded lru-cache v0.1.2 |
1343 | 2024-01-31T19:12:25.141Z | Downloaded num-rational v0.4.1 |
1344 | 2024-01-31T19:12:25.161Z | Downloaded num v0.4.1 |
1345 | 2024-01-31T19:12:25.161Z | Downloaded native-tls v0.2.11 |
1346 | 2024-01-31T19:12:25.161Z | Downloaded allocator-api2 v0.2.16 |
1347 | 2024-01-31T19:12:25.181Z | Downloaded const-oid v0.9.5 |
1348 | 2024-01-31T19:12:25.181Z | Downloaded httptest v0.15.5 |
1349 | 2024-01-31T19:12:25.181Z | Downloaded proc-macro-error v1.0.4 |
1350 | 2024-01-31T19:12:25.181Z | Downloaded multer v3.0.0 |
1351 | 2024-01-31T19:12:25.183Z | Downloaded unarray v0.1.4 |
1352 | 2024-01-31T19:12:25.190Z | Downloaded arrayvec v0.7.4 |
1353 | 2024-01-31T19:12:25.190Z | Downloaded ahash v0.8.6 |
1354 | 2024-01-31T19:12:25.190Z | Downloaded parse-size v1.0.0 |
1355 | 2024-01-31T19:12:25.190Z | Downloaded basic-toml v0.1.8 |
1356 | 2024-01-31T19:12:25.208Z | Downloaded thiserror-no-std v2.0.2 |
1357 | 2024-01-31T19:12:25.215Z | Downloaded fragile v2.0.0 |
1358 | 2024-01-31T19:12:25.218Z | Downloaded form_urlencoded v1.2.1 |
1359 | 2024-01-31T19:12:25.221Z | Downloaded display-error-chain v0.2.0 |
1360 | 2024-01-31T19:12:25.225Z | Downloaded strip-ansi-escapes v0.2.0 |
1361 | 2024-01-31T19:12:25.225Z | Downloaded shlex v1.3.0 |
1362 | 2024-01-31T19:12:25.228Z | Downloaded num-complex v0.4.4 |
1363 | 2024-01-31T19:12:25.231Z | Downloaded criterion-plot v0.5.0 |
1364 | 2024-01-31T19:12:25.234Z | Downloaded corncobs v0.1.3 |
1365 | 2024-01-31T19:12:25.234Z | Downloaded strsim v0.8.0 |
1366 | 2024-01-31T19:12:25.237Z | Downloaded serde_derive_internals v0.26.0 |
1367 | 2024-01-31T19:12:25.241Z | Downloaded crc-any v2.4.3 |
1368 | 2024-01-31T19:12:25.244Z | Downloaded rustversion v1.0.14 |
1369 | 2024-01-31T19:12:25.247Z | Downloaded num-integer v0.1.45 |
1370 | 2024-01-31T19:12:25.250Z | Downloaded shell-words v1.1.0 |
1371 | 2024-01-31T19:12:25.252Z | Downloaded secrecy v0.8.0 |
1372 | 2024-01-31T19:12:25.255Z | Downloaded sec1 v0.7.3 |
1373 | 2024-01-31T19:12:25.255Z | Downloaded signal-hook-tokio v0.3.1 |
1374 | 2024-01-31T19:12:25.258Z | Downloaded number_prefix v0.4.0 |
1375 | 2024-01-31T19:12:25.258Z | Downloaded num_enum v0.5.11 |
1376 | 2024-01-31T19:12:25.266Z | Downloaded crypto-common v0.1.6 |
1377 | 2024-01-31T19:12:25.271Z | Downloaded crypto-bigint v0.5.2 |
1378 | 2024-01-31T19:12:25.277Z | Downloaded matches v0.1.10 |
1379 | 2024-01-31T19:12:25.280Z | Downloaded maybe-uninit v2.0.0 |
1380 | 2024-01-31T19:12:25.283Z | Downloaded maplit v1.0.2 |
1381 | 2024-01-31T19:12:25.283Z | Downloaded lalrpop-util v0.19.12 |
1382 | 2024-01-31T19:12:25.286Z | Downloaded blake2b_simd v1.0.1 |
1383 | 2024-01-31T19:12:25.286Z | Downloaded base64ct v1.6.0 |
1384 | 2024-01-31T19:12:25.290Z | Downloaded memmap v0.7.0 |
1385 | 2024-01-31T19:12:25.293Z | Downloaded md-5 v0.10.5 |
1386 | 2024-01-31T19:12:25.295Z | Downloaded linear-map v1.2.0 |
1387 | 2024-01-31T19:12:25.298Z | Downloaded kstat-rs v0.2.3 |
1388 | 2024-01-31T19:12:25.301Z | Downloaded hyper-staticfile v0.9.5 |
1389 | 2024-01-31T19:12:25.304Z | Downloaded cpufeatures v0.2.12 |
1390 | 2024-01-31T19:12:25.307Z | Downloaded http-range v0.1.5 |
1391 | 2024-01-31T19:12:25.307Z | Downloaded blake2 v0.10.6 |
1392 | 2024-01-31T19:12:25.312Z | Downloaded argon2 v0.5.3 |
1393 | 2024-01-31T19:12:25.314Z | Downloaded ucd-trie v0.1.6 |
1394 | 2024-01-31T19:12:25.317Z | Downloaded cc v1.0.83 |
1395 | 2024-01-31T19:12:25.322Z | Downloaded tokio-native-tls v0.3.1 |
1396 | 2024-01-31T19:12:25.328Z | Downloaded thiserror-impl-no-std v2.0.2 |
1397 | 2024-01-31T19:12:25.331Z | Downloaded termcolor v1.2.0 |
1398 | 2024-01-31T19:12:25.331Z | Downloaded linked-hash-map v0.5.6 |
1399 | 2024-01-31T19:12:25.334Z | Downloaded strum v0.25.0 |
1400 | 2024-01-31T19:12:25.334Z | Downloaded tabled_derive v0.7.0 |
1401 | 2024-01-31T19:12:25.337Z | Downloaded serde_repr v0.1.16 |
1402 | 2024-01-31T19:12:25.340Z | Downloaded ansi_term v0.12.1 |
1403 | 2024-01-31T19:12:25.343Z | Downloaded darling_macro v0.14.4 |
1404 | 2024-01-31T19:12:25.343Z | Downloaded wait-timeout v0.2.0 |
1405 | 2024-01-31T19:12:25.346Z | Downloaded sqlparser_derive v0.2.2 |
1406 | 2024-01-31T19:12:25.346Z | Downloaded lazycell v1.3.0 |
1407 | 2024-01-31T19:12:25.348Z | Downloaded bit-vec v0.6.3 |
1408 | 2024-01-31T19:12:25.351Z | Downloaded signal-hook-mio v0.2.3 |
1409 | 2024-01-31T19:12:25.351Z | Downloaded nibble_vec v0.1.0 |
1410 | 2024-01-31T19:12:25.354Z | Downloaded crossbeam-epoch v0.9.15 |
1411 | 2024-01-31T19:12:25.358Z | Downloaded cookie v0.18.0 |
1412 | 2024-01-31T19:12:25.362Z | Downloaded normalize-line-endings v0.3.0 |
1413 | 2024-01-31T19:12:25.365Z | Downloaded newtype_derive v0.1.6 |
1414 | 2024-01-31T19:12:25.368Z | Downloaded newline-converter v0.3.0 |
1415 | 2024-01-31T19:12:25.369Z | Downloaded nested v0.1.1 |
1416 | 2024-01-31T19:12:25.372Z | Downloaded bb8 v0.8.1 |
1417 | 2024-01-31T19:12:25.372Z | Downloaded autocfg v1.1.0 |
1418 | 2024-01-31T19:12:25.375Z | Downloaded assert_cmd v2.0.13 |
1419 | 2024-01-31T19:12:25.380Z | Downloaded macaddr v1.0.1 |
1420 | 2024-01-31T19:12:25.383Z | Downloaded lazy_static v1.4.0 |
1421 | 2024-01-31T19:12:25.384Z | Downloaded is-terminal v0.4.9 |
1422 | 2024-01-31T19:12:25.384Z | Downloaded hubpack_derive v0.1.1 |
1423 | 2024-01-31T19:12:25.384Z | Downloaded bzip2 v0.4.4 |
1424 | 2024-01-31T19:12:25.387Z | Downloaded byteorder v1.5.0 |
1425 | 2024-01-31T19:12:25.389Z | Downloaded cassowary v0.3.0 |
1426 | 2024-01-31T19:12:25.393Z | Downloaded block-buffer v0.10.4 |
1427 | 2024-01-31T19:12:25.395Z | Downloaded keccak v0.1.4 |
1428 | 2024-01-31T19:12:25.395Z | Downloaded inout v0.1.3 |
1429 | 2024-01-31T19:12:25.398Z | Downloaded mime v0.3.17 |
1430 | 2024-01-31T19:12:25.401Z | Downloaded console v0.15.8 |
1431 | 2024-01-31T19:12:25.404Z | Downloaded bcs v0.1.6 |
1432 | 2024-01-31T19:12:25.407Z | Downloaded ciborium v0.2.2 |
1433 | 2024-01-31T19:12:25.411Z | Downloaded clang-sys v1.6.1 |
1434 | 2024-01-31T19:12:25.415Z | Downloaded async-stream v0.3.5 |
1435 | 2024-01-31T19:12:25.419Z | Downloaded arrayref v0.3.7 |
1436 | 2024-01-31T19:12:25.422Z | Downloaded approx v0.5.1 |
1437 | 2024-01-31T19:12:25.428Z | Downloaded async-recursion v1.0.5 |
1438 | 2024-01-31T19:12:25.431Z | Downloaded is_ci v1.1.1 |
1439 | 2024-01-31T19:12:25.431Z | Downloaded crossbeam v0.8.2 |
1440 | 2024-01-31T19:12:25.431Z | Downloaded array-init v0.0.4 |
1441 | 2024-01-31T19:12:25.434Z | Downloaded rustc-demangle v0.1.23 |
1442 | 2024-01-31T19:12:25.437Z | Downloaded num-traits v0.2.16 |
1443 | 2024-01-31T19:12:25.440Z | Downloaded mockall_derive v0.12.0 |
1444 | 2024-01-31T19:12:25.444Z | Downloaded lock_api v0.4.10 |
1445 | 2024-01-31T19:12:25.447Z | Downloaded cast v0.3.0 |
1446 | 2024-01-31T19:12:25.449Z | Downloaded sqlformat v0.2.3 |
1447 | 2024-01-31T19:12:25.452Z | Downloaded hubpack v0.1.2 |
1448 | 2024-01-31T19:12:25.455Z | Downloaded crucible-workspace-hack v0.1.0 |
1449 | 2024-01-31T19:12:25.455Z | Downloaded aead v0.5.2 |
1450 | 2024-01-31T19:12:25.463Z | Downloaded ipnetwork v0.20.0 |
1451 | 2024-01-31T19:12:25.463Z | Downloaded indoc v1.0.9 |
1452 | 2024-01-31T19:12:25.466Z | Downloaded num-derive v0.4.0 |
1453 | 2024-01-31T19:12:25.473Z | Downloaded match_cfg v0.1.0 |
1454 | 2024-01-31T19:12:25.473Z | Downloaded http-body v1.0.0 |
1455 | 2024-01-31T19:12:25.473Z | Downloaded camino-tempfile v1.1.1 |
1456 | 2024-01-31T19:12:25.477Z | Downloaded sha1 v0.10.6 |
1457 | 2024-01-31T19:12:25.477Z | Downloaded atomicwrites v0.4.3 |
1458 | 2024-01-31T19:12:25.480Z | Downloaded assert_matches v1.5.0 |
1459 | 2024-01-31T19:12:25.482Z | Downloaded async-stream-impl v0.3.5 |
1460 | 2024-01-31T19:12:25.482Z | Downloaded serde_yaml v0.9.25 |
1461 | 2024-01-31T19:12:25.487Z | Downloaded memoffset v0.9.0 |
1462 | 2024-01-31T19:12:25.494Z | Downloaded memoffset v0.7.1 |
1463 | 2024-01-31T19:12:25.497Z | Downloaded impl-trait-for-tuples v0.2.2 |
1464 | 2024-01-31T19:12:25.498Z | Downloaded curve25519-dalek-derive v0.1.0 |
1465 | 2024-01-31T19:12:25.498Z | Downloaded constant_time_eq v0.3.0 |
1466 | 2024-01-31T19:12:25.501Z | Downloaded colored v2.0.4 |
1467 | 2024-01-31T19:12:25.504Z | Downloaded cipher v0.4.4 |
1468 | 2024-01-31T19:12:25.507Z | Downloaded chacha20 v0.9.1 |
1469 | 2024-01-31T19:12:25.509Z | Downloaded ciborium-ll v0.2.2 |
1470 | 2024-01-31T19:12:25.514Z | Downloaded managed v0.8.0 |
1471 | 2024-01-31T19:12:25.514Z | Downloaded lru v0.12.1 |
1472 | 2024-01-31T19:12:25.517Z | Downloaded darling v0.14.4 |
1473 | 2024-01-31T19:12:25.520Z | Downloaded cancel-safe-futures v0.1.5 |
1474 | 2024-01-31T19:12:25.525Z | Downloaded constant_time_eq v0.2.6 |
1475 | 2024-01-31T19:12:25.528Z | Downloaded ciborium-io v0.2.2 |
1476 | 2024-01-31T19:12:25.529Z | Downloaded hyper-tls v0.5.0 |
1477 | 2024-01-31T19:12:25.531Z | Downloaded humantime v2.1.0 |
1478 | 2024-01-31T19:12:25.534Z | Downloaded http-body v0.4.5 |
1479 | 2024-01-31T19:12:25.537Z | Downloaded crc-catalog v2.2.0 |
1480 | 2024-01-31T19:12:25.540Z | Downloaded crc v3.0.1 |
1481 | 2024-01-31T19:12:25.540Z | Downloaded convert_case v0.4.0 |
1482 | 2024-01-31T19:12:25.543Z | Downloaded cexpr v0.6.0 |
1483 | 2024-01-31T19:12:25.546Z | Downloaded hostname v0.3.1 |
1484 | 2024-01-31T19:12:25.550Z | Downloaded home v0.5.5 |
1485 | 2024-01-31T19:12:25.550Z | Downloaded bytecount v0.6.3 |
1486 | 2024-01-31T19:12:25.555Z | Downloaded cstr-argument v0.1.2 |
1487 | 2024-01-31T19:12:26.319Z | Compiling serde v1.0.195 |
1488 | 2024-01-31T19:12:26.319Z | Compiling autocfg v1.1.0 |
1489 | 2024-01-31T19:12:26.323Z | Compiling version_check v0.9.4 |
1490 | 2024-01-31T19:12:26.323Z | Checking cfg-if v1.0.0 |
1491 | 2024-01-31T19:12:26.356Z | Compiling syn v1.0.109 |
1492 | 2024-01-31T19:12:26.437Z | Checking libc v0.2.152 |
1493 | 2024-01-31T19:12:26.440Z | Compiling syn v2.0.48 |
1494 | 2024-01-31T19:12:26.501Z | Compiling parking_lot_core v0.9.8 |
1495 | 2024-01-31T19:12:26.529Z | Compiling once_cell v1.19.0 |
1496 | 2024-01-31T19:12:27.156Z | Compiling memchr v2.6.3 |
1497 | 2024-01-31T19:12:27.203Z | Compiling libm v0.2.7 |
1498 | 2024-01-31T19:12:27.355Z | Compiling cc v1.0.83 |
1499 | 2024-01-31T19:12:27.603Z | Compiling ahash v0.8.6 |
1500 | 2024-01-31T19:12:27.691Z | Compiling getrandom v0.2.10 |
1501 | 2024-01-31T19:12:27.713Z | Compiling lock_api v0.4.10 |
1502 | 2024-01-31T19:12:28.212Z | Compiling num-traits v0.2.16 |
1503 | 2024-01-31T19:12:28.303Z | Compiling byteorder v1.5.0 |
1504 | 2024-01-31T19:12:28.439Z | Compiling serde_json v1.0.113 |
1505 | 2024-01-31T19:12:28.921Z | Compiling log v0.4.20 |
1506 | 2024-01-31T19:12:29.418Z | Compiling slab v0.4.9 |
1507 | 2024-01-31T19:12:29.678Z | Checking scopeguard v1.2.0 |
1508 | 2024-01-31T19:12:29.848Z | Compiling typenum v1.16.0 |
1509 | 2024-01-31T19:12:30.035Z | Compiling generic-array v0.14.7 |
1510 | 2024-01-31T19:12:30.084Z | Checking itoa v1.0.9 |
1511 | 2024-01-31T19:12:30.362Z | Checking smallvec v1.11.2 |
1512 | 2024-01-31T19:12:30.455Z | Compiling pkg-config v0.3.27 |
1513 | 2024-01-31T19:12:30.870Z | Compiling allocator-api2 v0.2.16 |
1514 | 2024-01-31T19:12:31.137Z | Compiling schemars v0.8.16 |
1515 | 2024-01-31T19:12:31.155Z | Compiling rustix v0.38.30 |
1516 | 2024-01-31T19:12:31.876Z | Compiling httparse v1.8.0 |
1517 | 2024-01-31T19:12:32.364Z | Compiling fnv v1.0.7 |
1518 | 2024-01-31T19:12:32.417Z | Compiling ring v0.17.7 |
1519 | 2024-01-31T19:12:32.504Z | Compiling vcpkg v0.2.15 |
1520 | 2024-01-31T19:12:32.526Z | Checking pin-project-lite v0.2.13 |
1521 | 2024-01-31T19:12:32.614Z | Checking parking_lot v0.12.1 |
1522 | 2024-01-31T19:12:32.641Z | Compiling aho-corasick v1.0.4 |
1523 | 2024-01-31T19:12:33.118Z | Compiling regex-syntax v0.8.2 |
1524 | 2024-01-31T19:12:36.026Z | Compiling openssl-sys v0.9.96 |
1525 | 2024-01-31T19:12:37.273Z | Checking signal-hook-registry v1.4.1 |
1526 | 2024-01-31T19:12:37.294Z | Compiling ucd-trie v0.1.6 |
1527 | 2024-01-31T19:12:37.570Z | Checking mio v0.8.9 |
1528 | 2024-01-31T19:12:37.591Z | Checking rand_core v0.6.4 |
1529 | 2024-01-31T19:12:38.636Z | Compiling ring v0.16.20 |
1530 | 2024-01-31T19:12:38.645Z | Checking num_cpus v1.16.0 |
1531 | 2024-01-31T19:12:38.645Z | Compiling regex-automata v0.4.4 |
1532 | 2024-01-31T19:12:39.053Z | Compiling serde_derive_internals v0.26.0 |
1533 | 2024-01-31T19:12:42.023Z | Checking futures-core v0.3.30 |
1534 | 2024-01-31T19:12:42.270Z | Compiling openssl v0.10.60 |
1535 | 2024-01-31T19:12:42.681Z | Compiling iana-time-zone v0.1.57 |
1536 | 2024-01-31T19:12:42.917Z | Checking socket2 v0.5.5 |
1537 | 2024-01-31T19:12:43.104Z | Compiling rustls v0.21.9 |
1538 | 2024-01-31T19:12:43.322Z | Compiling native-tls v0.2.11 |
1539 | 2024-01-31T19:12:43.821Z | Checking ryu v1.0.15 |
1540 | 2024-01-31T19:12:43.831Z | Checking spin v0.5.2 |
1541 | 2024-01-31T19:12:43.831Z | Compiling dyn-clone v1.0.13 |
1542 | 2024-01-31T19:12:43.831Z | Compiling async-trait v0.1.77 |
1543 | 2024-01-31T19:12:44.410Z | Checking futures-sink v0.3.30 |
1544 | 2024-01-31T19:12:44.442Z | Compiling backtrace v0.3.69 |
1545 | 2024-01-31T19:12:44.978Z | Compiling errno v0.3.8 |
1546 | 2024-01-31T19:12:45.159Z | Compiling crossbeam-utils v0.8.16 |
1547 | 2024-01-31T19:12:45.181Z | Compiling crc32fast v1.3.2 |
1548 | 2024-01-31T19:12:45.330Z | Compiling tinyvec_macros v0.1.1 |
1549 | 2024-01-31T19:12:45.450Z | Compiling regex v1.10.3 |
1550 | 2024-01-31T19:12:45.888Z | Compiling unicode-xid v0.2.4 |
1551 | 2024-01-31T19:12:45.896Z | Checking pin-utils v0.1.0 |
1552 | 2024-01-31T19:12:46.127Z | Compiling tinyvec v1.6.0 |
1553 | 2024-01-31T19:12:46.143Z | Compiling futures-channel v0.3.30 |
1554 | 2024-01-31T19:12:46.739Z | Checking subtle v2.5.0 |
1555 | 2024-01-31T19:12:47.093Z | Compiling anyhow v1.0.75 |
1556 | 2024-01-31T19:12:47.106Z | Compiling futures-task v0.3.30 |
1557 | 2024-01-31T19:12:47.500Z | Compiling futures-io v0.3.30 |
1558 | 2024-01-31T19:12:47.579Z | Compiling unicode-width v0.1.11 |
1559 | 2024-01-31T19:12:47.797Z | Compiling spin v0.9.8 |
1560 | 2024-01-31T19:12:48.347Z | Compiling tracing-core v0.1.31 |
1561 | 2024-01-31T19:12:48.368Z | Compiling unicode-bidi v0.3.13 |
1562 | 2024-01-31T19:12:48.626Z | Compiling unicode-normalization v0.1.22 |
1563 | 2024-01-31T19:12:50.083Z | Compiling num-integer v0.1.45 |
1564 | 2024-01-31T19:12:50.287Z | Compiling serde_derive v1.0.195 |
1565 | 2024-01-31T19:12:50.406Z | Compiling zerocopy-derive v0.7.32 |
1566 | 2024-01-31T19:12:50.498Z | Compiling thiserror-impl v1.0.56 |
1567 | 2024-01-31T19:12:50.517Z | Compiling zeroize_derive v1.4.2 |
1568 | 2024-01-31T19:12:50.615Z | Compiling tokio-macros v2.2.0 |
1569 | 2024-01-31T19:12:50.704Z | Compiling futures-macro v0.3.30 |
1570 | 2024-01-31T19:12:51.664Z | Compiling tracing-attributes v0.1.26 |
1571 | 2024-01-31T19:12:53.172Z | Compiling schemars_derive v0.8.16 |
1572 | 2024-01-31T19:12:53.392Z | Checking zeroize v1.7.0 |
1573 | 2024-01-31T19:12:53.793Z | Compiling openssl-macros v0.1.1 |
1574 | 2024-01-31T19:12:54.700Z | Compiling zerocopy v0.7.32 |
1575 | 2024-01-31T19:12:55.640Z | Checking futures-util v0.3.30 |
1576 | 2024-01-31T19:12:56.430Z | Compiling thiserror v1.0.56 |
1577 | 2024-01-31T19:12:56.434Z | Compiling pest v2.7.6 |
1578 | 2024-01-31T19:12:58.011Z | Compiling hashbrown v0.14.2 |
1579 | 2024-01-31T19:12:58.438Z | Compiling hashbrown v0.13.2 |
1580 | 2024-01-31T19:12:58.945Z | Compiling tracing v0.1.37 |
1581 | 2024-01-31T19:12:59.712Z | Compiling der_derive v0.7.2 |
1582 | 2024-01-31T19:13:00.038Z | Compiling slog v2.7.0 |
1583 | 2024-01-31T19:13:00.839Z | Compiling pest_meta v2.7.6 |
1584 | 2024-01-31T19:13:01.075Z | Compiling lazy_static v1.4.0 |
1585 | 2024-01-31T19:13:01.112Z | Compiling time-core v0.1.1 |
1586 | 2024-01-31T19:13:01.214Z | Compiling untrusted v0.9.0 |
1587 | 2024-01-31T19:13:01.347Z | Compiling percent-encoding v2.3.1 |
1588 | 2024-01-31T19:13:01.460Z | Compiling rustversion v1.0.14 |
1589 | 2024-01-31T19:13:01.899Z | Compiling foreign-types-shared v0.1.1 |
1590 | 2024-01-31T19:13:02.503Z | Compiling untrusted v0.7.1 |
1591 | 2024-01-31T19:13:02.607Z | Compiling foreign-types v0.3.2 |
1592 | 2024-01-31T19:13:03.479Z | Compiling pest_generator v2.7.6 |
1593 | 2024-01-31T19:13:04.176Z | Compiling time-macros v0.2.13 |
1594 | 2024-01-31T19:13:06.429Z | Compiling scroll_derive v0.12.0 |
1595 | 2024-01-31T19:13:08.738Z | Compiling synstructure v0.12.6 |
1596 | 2024-01-31T19:13:08.916Z | Compiling thread-id v4.2.0 |
1597 | 2024-01-31T19:13:09.064Z | Compiling try-lock v0.2.4 |
1598 | 2024-01-31T19:13:09.126Z | Compiling base64 v0.21.7 |
1599 | 2024-01-31T19:13:09.262Z | Compiling want v0.3.1 |
1600 | 2024-01-31T19:13:09.629Z | Compiling pest_derive v2.7.6 |
1601 | 2024-01-31T19:13:09.686Z | Compiling rustls-webpki v0.101.7 |
1602 | 2024-01-31T19:13:09.814Z | Compiling sct v0.7.0 |
1603 | 2024-01-31T19:13:10.344Z | Compiling form_urlencoded v1.2.1 |
1604 | 2024-01-31T19:13:10.881Z | Compiling socket2 v0.4.9 |
1605 | 2024-01-31T19:13:11.437Z | Compiling zerocopy-derive v0.2.0 |
1606 | 2024-01-31T19:13:11.682Z | Compiling openssl-probe v0.1.5 |
1607 | 2024-01-31T19:13:11.955Z | Compiling httpdate v1.0.3 |
1608 | 2024-01-31T19:13:12.187Z | Compiling tower-service v0.3.2 |
1609 | 2024-01-31T19:13:12.230Z | Compiling const-oid v0.9.5 |
1610 | 2024-01-31T19:13:12.648Z | Compiling idna v0.5.0 |
1611 | 2024-01-31T19:13:12.823Z | Compiling memoffset v0.9.0 |
1612 | 2024-01-31T19:13:12.921Z | Compiling adler v1.0.2 |
1613 | 2024-01-31T19:13:13.232Z | Compiling miniz_oxide v0.7.1 |
1614 | 2024-01-31T19:13:13.437Z | Checking crypto-common v0.1.6 |
1615 | 2024-01-31T19:13:13.519Z | Checking bytes v1.5.0 |
1616 | 2024-01-31T19:13:14.742Z | Checking tokio v1.35.1 |
1617 | 2024-01-31T19:13:14.742Z | Checking bitflags v2.4.0 |
1618 | 2024-01-31T19:13:15.149Z | Compiling url v2.5.0 |
1619 | 2024-01-31T19:13:15.492Z | Checking equivalent v1.0.1 |
1620 | 2024-01-31T19:13:15.599Z | Compiling either v1.9.0 |
1621 | 2024-01-31T19:13:15.625Z | Compiling ipnet v2.9.0 |
1622 | 2024-01-31T19:13:16.103Z | Compiling indexmap v2.1.0 |
1623 | 2024-01-31T19:13:16.406Z | Compiling chrono v0.4.31 |
1624 | 2024-01-31T19:13:17.647Z | Compiling uuid v1.7.0 |
1625 | 2024-01-31T19:13:18.297Z | Compiling http v0.2.11 |
1626 | 2024-01-31T19:13:20.605Z | Compiling semver v1.0.21 |
1627 | 2024-01-31T19:13:22.974Z | Compiling toml_datetime v0.6.5 |
1628 | 2024-01-31T19:13:22.974Z | Compiling serde_spanned v0.6.4 |
1629 | 2024-01-31T19:13:22.974Z | Compiling rustc_version v0.4.0 |
1630 | 2024-01-31T19:13:41.173Z | Compiling openapiv3 v2.0.0 |
1631 | 2024-01-31T19:13:41.173Z | Compiling toml_edit v0.19.15 |
1632 | 2024-01-31T19:13:41.174Z | Compiling http-body v0.4.5 |
1633 | 2024-01-31T19:13:42.486Z | Compiling signal-hook v0.3.17 |
1634 | 2024-01-31T19:13:42.486Z | Compiling serde_urlencoded v0.7.1 |
1635 | 2024-01-31T19:13:42.486Z | Compiling rustls-pemfile v1.0.3 |
1636 | 2024-01-31T19:13:42.486Z | Compiling clap_derive v4.4.2 |
1637 | 2024-01-31T19:13:42.486Z | Compiling zerocopy-derive v0.6.4 |
1638 | 2024-01-31T19:13:42.486Z | Compiling crossbeam-epoch v0.9.15 |
1639 | 2024-01-31T19:13:42.486Z | Compiling usdt-impl v0.3.5 |
1640 | 2024-01-31T19:13:42.486Z | Compiling encoding_rs v0.8.33 |
1641 | 2024-01-31T19:13:42.486Z | Compiling siphasher v0.3.11 |
1642 | 2024-01-31T19:13:42.487Z | Compiling gimli v0.28.0 |
1643 | 2024-01-31T19:13:42.487Z | Compiling tokio-util v0.7.10 |
1644 | 2024-01-31T19:13:42.487Z | Compiling tokio-rustls v0.24.1 |
1645 | 2024-01-31T19:13:42.487Z | Compiling h2 v0.3.24 |
1646 | 2024-01-31T19:13:42.487Z | Compiling tokio-native-tls v0.3.1 |
1647 | 2024-01-31T19:13:42.487Z | Compiling webpki-roots v0.25.2 |
1648 | 2024-01-31T19:13:42.487Z | Compiling mime v0.3.17 |
1649 | 2024-01-31T19:13:42.487Z | Compiling zerocopy v0.3.0 |
1650 | 2024-01-31T19:13:42.488Z | Compiling strum_macros v0.25.2 |
1651 | 2024-01-31T19:13:42.488Z | Compiling scroll v0.12.0 |
1652 | 2024-01-31T19:13:42.488Z | Compiling block-buffer v0.10.4 |
1653 | 2024-01-31T19:13:42.488Z | Compiling addr2line v0.21.0 |
1654 | 2024-01-31T19:13:42.488Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1655 | 2024-01-31T19:13:42.489Z | Compiling object v0.32.1 |
1656 | 2024-01-31T19:13:42.489Z | Compiling num-iter v0.1.43 |
1657 | 2024-01-31T19:13:42.489Z | Compiling usdt-impl v0.5.0 |
1658 | 2024-01-31T19:13:42.489Z | Compiling rustc-demangle v0.1.23 |
1659 | 2024-01-31T19:13:42.489Z | Compiling plain v0.2.3 |
1660 | 2024-01-31T19:13:42.489Z | Compiling goblin v0.8.0 |
1661 | 2024-01-31T19:13:42.489Z | Compiling flate2 v1.0.28 |
1662 | 2024-01-31T19:13:42.489Z | Compiling digest v0.10.7 |
1663 | 2024-01-31T19:13:42.489Z | Compiling dof v0.1.5 |
1664 | 2024-01-31T19:13:42.490Z | Compiling heapless v0.7.16 |
1665 | 2024-01-31T19:13:42.490Z | Compiling dtrace-parser v0.1.14 |
1666 | 2024-01-31T19:13:43.199Z | Compiling pretty-hex v0.4.1 |
1667 | 2024-01-31T19:13:43.199Z | Compiling ppv-lite86 v0.2.17 |
1668 | 2024-01-31T19:13:43.378Z | Compiling toml v0.7.8 |
1669 | 2024-01-31T19:13:43.810Z | Compiling rand_chacha v0.3.1 |
1670 | 2024-01-31T19:13:43.891Z | Compiling toml_edit v0.21.0 |
1671 | 2024-01-31T19:13:45.275Z | Compiling hyper v0.14.27 |
1672 | 2024-01-31T19:13:45.862Z | Compiling serde_tokenstream v0.1.7 |
1673 | 2024-01-31T19:13:45.935Z | Compiling hex v0.4.3 |
1674 | 2024-01-31T19:13:46.672Z | Compiling dtrace-parser v0.2.0 |
1675 | 2024-01-31T19:13:47.288Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1676 | 2024-01-31T19:13:48.976Z | Compiling dof v0.3.0 |
1677 | 2024-01-31T19:13:50.083Z | Compiling bit-vec v0.6.3 |
1678 | 2024-01-31T19:13:51.623Z | Compiling rand v0.8.5 |
1679 | 2024-01-31T19:13:52.337Z | Compiling phf_shared v0.10.0 |
1680 | 2024-01-31T19:13:52.927Z | Compiling num-bigint v0.4.4 |
1681 | 2024-01-31T19:13:53.427Z | Compiling new_debug_unreachable v1.0.4 |
1682 | 2024-01-31T19:13:53.548Z | Compiling precomputed-hash v0.1.1 |
1683 | 2024-01-31T19:13:53.571Z | Compiling minimal-lexical v0.2.1 |
1684 | 2024-01-31T19:13:53.708Z | Compiling smoltcp v0.9.1 |
1685 | 2024-01-31T19:13:54.181Z | Compiling fixedbitset v0.4.2 |
1686 | 2024-01-31T19:13:54.380Z | Compiling base64ct v1.6.0 |
1687 | 2024-01-31T19:13:54.601Z | Compiling petgraph v0.6.4 |
1688 | 2024-01-31T19:13:54.853Z | Compiling nom v7.1.3 |
1689 | 2024-01-31T19:13:55.300Z | Compiling pem-rfc7468 v0.7.0 |
1690 | 2024-01-31T19:13:55.397Z | Compiling string_cache v0.8.7 |
1691 | 2024-01-31T19:13:56.274Z | Compiling bit-set v0.5.3 |
1692 | 2024-01-31T19:13:56.415Z | Compiling usdt-macro v0.3.5 |
1693 | 2024-01-31T19:13:56.496Z | Compiling hyper-rustls v0.24.2 |
1694 | 2024-01-31T19:13:56.521Z | Compiling hyper-tls v0.5.0 |
1695 | 2024-01-31T19:13:57.017Z | Compiling reqwest v0.11.22 |
1696 | 2024-01-31T19:13:57.021Z | Compiling usdt-attr-macro v0.3.5 |
1697 | 2024-01-31T19:13:57.167Z | Compiling hmac v0.12.1 |
1698 | 2024-01-31T19:13:57.440Z | Compiling itertools v0.10.5 |
1699 | 2024-01-31T19:13:57.827Z | Compiling enum-as-inner v0.5.1 |
1700 | 2024-01-31T19:13:58.578Z | Compiling hubpack_derive v0.1.1 |
1701 | 2024-01-31T19:13:59.418Z | Compiling diesel_table_macro_syntax v0.1.0 |
1702 | 2024-01-31T19:13:59.486Z | Compiling lalrpop-util v0.19.12 |
1703 | 2024-01-31T19:13:59.953Z | Compiling flagset v0.4.3 |
1704 | 2024-01-31T19:14:00.062Z | Compiling unicode-segmentation v1.10.1 |
1705 | 2024-01-31T19:14:00.328Z | Checking unicode-ident v1.0.12 |
1706 | 2024-01-31T19:14:00.569Z | Compiling der v0.7.8 |
1707 | 2024-01-31T19:14:00.829Z | Compiling diesel_derives v2.1.2 |
1708 | 2024-01-31T19:14:01.524Z | Compiling cpufeatures v0.2.12 |
1709 | 2024-01-31T19:14:01.654Z | Compiling sha2 v0.10.8 |
1710 | 2024-01-31T19:14:01.824Z | Compiling rustix v0.37.23 |
1711 | 2024-01-31T19:14:01.991Z | Compiling md-5 v0.10.5 |
1712 | 2024-01-31T19:14:02.775Z | Compiling serde_repr v0.1.16 |
1713 | 2024-01-31T19:14:03.393Z | Compiling stringprep v0.1.3 |
1714 | 2024-01-31T19:14:03.424Z | Compiling hash32 v0.2.1 |
1715 | 2024-01-31T19:14:03.940Z | Compiling spki v0.7.2 |
1716 | 2024-01-31T19:14:04.213Z | Compiling fallible-iterator v0.2.0 |
1717 | 2024-01-31T19:14:04.284Z | Checking bitflags v1.3.2 |
1718 | 2024-01-31T19:14:04.410Z | Compiling stable_deref_trait v1.2.0 |
1719 | 2024-01-31T19:14:04.544Z | Compiling pkcs8 v0.10.2 |
1720 | 2024-01-31T19:14:04.964Z | Compiling terminal_size v0.2.6 |
1721 | 2024-01-31T19:14:05.377Z | Compiling postgres-protocol v0.6.6 |
1722 | 2024-01-31T19:14:05.465Z | Checking proc-macro2 v1.0.78 |
1723 | 2024-01-31T19:14:05.744Z | Compiling phf_shared v0.11.2 |
1724 | 2024-01-31T19:14:06.281Z | Compiling ff v0.13.0 |
1725 | 2024-01-31T19:14:06.410Z | Compiling block-padding v0.3.3 |
1726 | 2024-01-31T19:14:06.482Z | Compiling scheduled-thread-pool v0.2.7 |
1727 | 2024-01-31T19:14:06.774Z | Compiling num_threads v0.1.6 |
1728 | 2024-01-31T19:14:06.929Z | Compiling deranged v0.3.8 |
1729 | 2024-01-31T19:14:07.381Z | Compiling matches v0.1.10 |
1730 | 2024-01-31T19:14:07.505Z | Compiling managed v0.8.0 |
1731 | 2024-01-31T19:14:07.566Z | Compiling regex-automata v0.1.10 |
1732 | 2024-01-31T19:14:07.791Z | Compiling base16ct v0.2.0 |
1733 | 2024-01-31T19:14:07.966Z | Compiling idna v0.2.3 |
1734 | 2024-01-31T19:14:08.259Z | Compiling bstr v0.2.17 |
1735 | 2024-01-31T19:14:08.347Z | Compiling sec1 v0.7.3 |
1736 | 2024-01-31T19:14:09.255Z | Compiling clap_builder v4.4.2 |
1737 | 2024-01-31T19:14:09.857Z | Compiling time v0.3.27 |
1738 | 2024-01-31T19:14:10.610Z | Compiling r2d2 v0.8.10 |
1739 | 2024-01-31T19:14:10.632Z | Compiling inout v0.1.3 |
1740 | 2024-01-31T19:14:11.029Z | Compiling signal-hook-mio v0.2.3 |
1741 | 2024-01-31T19:14:11.152Z | Compiling postgres-types v0.2.6 |
1742 | 2024-01-31T19:14:11.445Z | Compiling group v0.13.0 |
1743 | 2024-01-31T19:14:11.702Z | Checking quote v1.0.35 |
1744 | 2024-01-31T19:14:11.831Z | Compiling phf v0.11.2 |
1745 | 2024-01-31T19:14:12.199Z | Compiling bzip2 v0.4.4 |
1746 | 2024-01-31T19:14:12.466Z | Compiling hubpack v0.1.2 |
1747 | 2024-01-31T19:14:12.789Z | Compiling hkdf v0.12.4 |
1748 | 2024-01-31T19:14:13.181Z | Compiling zerocopy v0.6.4 |
1749 | 2024-01-31T19:14:13.685Z | Compiling ipnetwork v0.20.0 |
1750 | 2024-01-31T19:14:14.624Z | Compiling crypto-bigint v0.5.2 |
1751 | 2024-01-31T19:14:15.141Z | Compiling futures-executor v0.3.30 |
1752 | 2024-01-31T19:14:17.032Z | Compiling float-cmp v0.9.0 |
1753 | 2024-01-31T19:14:17.364Z | Compiling predicates-core v1.0.6 |
1754 | 2024-01-31T19:14:17.848Z | Compiling whoami v1.4.1 |
1755 | 2024-01-31T19:14:17.921Z | Compiling normalize-line-endings v0.3.0 |
1756 | 2024-01-31T19:14:18.073Z | Compiling regex-automata v0.3.8 |
1757 | 2024-01-31T19:14:18.836Z | Compiling difflib v0.4.0 |
1758 | 2024-01-31T19:14:18.863Z | Compiling static_assertions v1.1.0 |
1759 | 2024-01-31T19:14:19.004Z | Compiling data-encoding v2.4.0 |
1760 | 2024-01-31T19:14:21.490Z | Compiling bstr v1.6.0 |
1761 | 2024-01-31T19:14:21.694Z | Compiling trust-dns-proto v0.22.0 |
1762 | 2024-01-31T19:14:22.226Z | Compiling predicates v3.1.0 |
1763 | 2024-01-31T19:14:23.048Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1764 | 2024-01-31T19:14:23.735Z | Compiling tokio-postgres v0.7.10 |
1765 | 2024-01-31T19:14:24.031Z | Compiling elliptic-curve v0.13.8 |
1766 | 2024-01-31T19:14:25.269Z | Compiling yasna v0.5.2 |
1767 | 2024-01-31T19:14:25.377Z | Compiling futures v0.3.30 |
1768 | 2024-01-31T19:14:25.534Z | Compiling clap v4.4.3 |
1769 | 2024-01-31T19:14:25.679Z | Compiling zip v0.6.6 |
1770 | 2024-01-31T19:14:26.244Z | Compiling crossterm v0.27.0 |
1771 | 2024-01-31T19:14:27.952Z | Compiling diesel v2.1.4 |
1772 | 2024-01-31T19:14:27.976Z | Compiling cipher v0.4.4 |
1773 | 2024-01-31T19:14:28.469Z | Compiling similar v2.3.0 |
1774 | 2024-01-31T19:14:30.606Z | Compiling usdt v0.3.5 |
1775 | 2024-01-31T19:14:30.998Z | Compiling camino v1.1.6 |
1776 | 2024-01-31T19:14:31.569Z | Compiling tokio-stream v0.1.14 |
1777 | 2024-01-31T19:14:32.545Z | Compiling console v0.15.8 |
1778 | 2024-01-31T19:14:35.815Z | Checking utf8parse v0.2.1 |
1779 | 2024-01-31T19:14:37.840Z | Checking anstyle v1.0.2 |
1780 | 2024-01-31T19:14:39.569Z | Compiling serde_tokenstream v0.2.0 |
1781 | 2024-01-31T19:14:40.738Z | Checking io-lifetimes v1.0.11 |
1782 | 2024-01-31T19:14:46.887Z | Checking anstyle-parse v0.2.1 |
1783 | 2024-01-31T19:14:47.108Z | Checking colorchoice v1.0.0 |
1784 | 2024-01-31T19:14:47.275Z | Checking anstyle-query v1.0.0 |
1785 | 2024-01-31T19:14:47.664Z | Checking anstream v0.5.0 |
1786 | 2024-01-31T19:14:48.141Z | Checking strsim v0.10.0 |
1787 | 2024-01-31T19:14:48.240Z | Checking clap_lex v0.5.1 |
1788 | 2024-01-31T19:14:48.835Z | Checking winnow v0.5.15 |
1789 | 2024-01-31T19:14:57.105Z | Compiling regress v0.7.1 |
1790 | 2024-01-31T19:15:02.441Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1791 | 2024-01-31T19:15:13.588Z | Compiling getopts v0.2.21 |
1792 | 2024-01-31T19:15:13.876Z | Compiling unsafe-libyaml v0.2.10 |
1793 | 2024-01-31T19:15:14.261Z | Checking heck v0.4.1 |
1794 | 2024-01-31T19:15:15.746Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1795 | 2024-01-31T19:15:16.216Z | Compiling serde_yaml v0.9.25 |
1796 | 2024-01-31T19:15:16.815Z | Compiling ident_case v1.0.1 |
1797 | 2024-01-31T19:15:17.072Z | Checking match_cfg v0.1.0 |
1798 | 2024-01-31T19:15:17.126Z | Checking fastrand v2.0.0 |
1799 | 2024-01-31T19:15:17.205Z | Checking rustls-pki-types v1.1.0 |
1800 | 2024-01-31T19:15:17.538Z | Checking hostname v0.3.1 |
1801 | 2024-01-31T19:15:17.597Z | Checking tempfile v3.9.0 |
1802 | 2024-01-31T19:15:17.711Z | Checking http v1.0.0 |
1803 | 2024-01-31T19:15:17.777Z | Checking atty v0.2.14 |
1804 | 2024-01-31T19:15:17.927Z | Checking quick-error v1.2.3 |
1805 | 2024-01-31T19:15:18.108Z | Compiling paste v1.0.14 |
1806 | 2024-01-31T19:15:18.127Z | Checking crossbeam-channel v0.5.8 |
1807 | 2024-01-31T19:15:18.959Z | Checking sha1 v0.10.6 |
1808 | 2024-01-31T19:15:19.304Z | Checking dirs-sys-next v0.1.2 |
1809 | 2024-01-31T19:15:19.913Z | Compiling rustls v0.22.2 |
1810 | 2024-01-31T19:15:19.913Z | Checking dirs-next v2.0.0 |
1811 | 2024-01-31T19:15:19.913Z | Checking rustls-webpki v0.102.1 |
1812 | 2024-01-31T19:15:19.913Z | Checking thread_local v1.1.7 |
1813 | 2024-01-31T19:15:20.330Z | Checking instant v0.1.12 |
1814 | 2024-01-31T19:15:20.471Z | Compiling slog-async v2.8.0 |
1815 | 2024-01-31T19:15:21.312Z | Checking term v0.7.0 |
1816 | 2024-01-31T19:15:21.711Z | Checking rustls-pemfile v2.0.0 |
1817 | 2024-01-31T19:15:21.948Z | Compiling multer v3.0.0 |
1818 | 2024-01-31T19:15:22.037Z | Checking debug-ignore v1.0.5 |
1819 | 2024-01-31T19:15:22.218Z | Checking take_mut v0.2.2 |
1820 | 2024-01-31T19:15:22.454Z | Checking slog-term v2.9.0 |
1821 | 2024-01-31T19:15:22.834Z | Compiling darling_core v0.20.3 |
1822 | 2024-01-31T19:15:23.021Z | Checking slog-json v2.6.1 |
1823 | 2024-01-31T19:15:23.211Z | Compiling async-stream-impl v0.3.5 |
1824 | 2024-01-31T19:15:23.227Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1825 | 2024-01-31T19:15:23.393Z | Checking atomic-waker v1.1.1 |
1826 | 2024-01-31T19:15:23.560Z | Checking waitgroup v0.1.2 |
1827 | 2024-01-31T19:15:23.735Z | Checking slog-bunyan v2.5.0 |
1828 | 2024-01-31T19:15:23.958Z | Checking toml v0.8.8 |
1829 | 2024-01-31T19:15:24.358Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1830 | 2024-01-31T19:15:25.211Z | Checking serde_path_to_error v0.1.15 |
1831 | 2024-01-31T19:15:25.502Z | Checking async-stream v0.3.5 |
1832 | 2024-01-31T19:15:25.766Z | Checking strum v0.25.0 |
1833 | 2024-01-31T19:15:25.973Z | Compiling structmeta-derive v0.2.0 |
1834 | 2024-01-31T19:15:26.226Z | Checking wait-timeout v0.2.0 |
1835 | 2024-01-31T19:15:26.456Z | Checking rusty-fork v0.3.0 |
1836 | 2024-01-31T19:15:26.879Z | Checking rand_xorshift v0.3.0 |
1837 | 2024-01-31T19:15:27.108Z | Checking tokio-rustls v0.25.0 |
1838 | 2024-01-31T19:15:27.121Z | Checking unarray v0.1.4 |
1839 | 2024-01-31T19:15:27.315Z | Compiling regex-syntax v0.7.5 |
1840 | 2024-01-31T19:15:27.546Z | Checking proptest v1.4.0 |
1841 | 2024-01-31T19:15:31.048Z | Compiling structmeta v0.2.0 |
1842 | 2024-01-31T19:15:31.558Z | Checking backoff v0.4.0 |
1843 | 2024-01-31T19:15:31.984Z | Compiling test-strategy v0.3.1 |
1844 | 2024-01-31T19:15:33.127Z | Compiling darling_macro v0.20.3 |
1845 | 2024-01-31T19:15:33.563Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1846 | 2024-01-31T19:15:34.462Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1847 | 2024-01-31T19:15:34.465Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1848 | 2024-01-31T19:15:34.662Z | Checking macaddr v1.0.1 |
1849 | 2024-01-31T19:15:34.760Z | Compiling darling v0.20.3 |
1850 | 2024-01-31T19:15:34.825Z | Checking camino-tempfile v1.1.1 |
1851 | 2024-01-31T19:15:34.929Z | Compiling serde_with_macros v3.5.1 |
1852 | 2024-01-31T19:15:35.161Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1853 | 2024-01-31T19:15:35.213Z | Checking is-terminal v0.4.9 |
1854 | 2024-01-31T19:15:35.306Z | Compiling proc-macro-error-attr v1.0.4 |
1855 | 2024-01-31T19:15:35.371Z | Compiling proc-macro-error v1.0.4 |
1856 | 2024-01-31T19:15:36.018Z | Compiling proc-macro-crate v1.3.1 |
1857 | 2024-01-31T19:15:36.346Z | Checking termtree v0.4.1 |
1858 | 2024-01-31T19:15:36.636Z | Compiling heapless v0.8.0 |
1859 | 2024-01-31T19:15:37.831Z | Compiling num_enum_derive v0.5.11 |
1860 | 2024-01-31T19:15:37.940Z | Checking predicates-tree v1.0.9 |
1861 | 2024-01-31T19:15:38.139Z | Checking hash32 v0.3.1 |
1862 | 2024-01-31T19:15:38.339Z | Compiling smoltcp v0.11.0 |
1863 | 2024-01-31T19:15:38.397Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1864 | 2024-01-31T19:15:38.794Z | Compiling parse-display-derive v0.8.2 |
1865 | 2024-01-31T19:15:38.926Z | Compiling crucible-workspace-hack v0.1.0 |
1866 | 2024-01-31T19:15:39.329Z | Checking cobs v0.2.3 |
1867 | 2024-01-31T19:15:39.537Z | Checking embedded-io v0.4.0 |
1868 | 2024-01-31T19:15:39.592Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-01-31T19:15:39.819Z | Checking postcard v1.0.8 |
1870 | 2024-01-31T19:15:40.169Z | Compiling foreign-types-macros v0.2.3 |
1871 | 2024-01-31T19:15:40.270Z | Checking serde_with v3.5.1 |
1872 | 2024-01-31T19:15:41.034Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1873 | 2024-01-31T19:15:41.473Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1874 | 2024-01-31T19:15:41.673Z | Checking foreign-types-shared v0.3.1 |
1875 | 2024-01-31T19:15:41.818Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1876 | 2024-01-31T19:15:42.263Z | Checking foreign-types v0.5.0 |
1877 | 2024-01-31T19:15:42.292Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1878 | 2024-01-31T19:15:42.424Z | Checking num_enum v0.5.11 |
1879 | 2024-01-31T19:15:42.467Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1880 | 2024-01-31T19:15:42.816Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1881 | 2024-01-31T19:15:42.856Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1882 | 2024-01-31T19:15:44.111Z | Checking cstr-argument v0.1.2 |
1883 | 2024-01-31T19:15:44.250Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1884 | 2024-01-31T19:15:44.349Z | Checking pretty-hex v0.2.1 |
1885 | 2024-01-31T19:15:44.567Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1886 | 2024-01-31T19:15:44.697Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1887 | 2024-01-31T19:15:45.024Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1888 | 2024-01-31T19:15:45.180Z | Checking colored v2.0.4 |
1889 | 2024-01-31T19:15:45.278Z | Compiling usdt-attr-macro v0.5.0 |
1890 | 2024-01-31T19:15:45.630Z | Compiling usdt-macro v0.5.0 |
1891 | 2024-01-31T19:15:45.644Z | Checking memmap v0.7.0 |
1892 | 2024-01-31T19:15:45.927Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1893 | 2024-01-31T19:15:46.223Z | Compiling zone_cfg_derive v0.3.0 |
1894 | 2024-01-31T19:15:46.381Z | Checking parse-display v0.8.2 |
1895 | 2024-01-31T19:15:46.619Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1896 | 2024-01-31T19:15:47.113Z | Compiling mockall_derive v0.12.0 |
1897 | 2024-01-31T19:15:47.227Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1898 | 2024-01-31T19:15:47.934Z | Compiling num-derive v0.4.0 |
1899 | 2024-01-31T19:15:48.013Z | Checking usdt v0.5.0 |
1900 | 2024-01-31T19:15:48.396Z | Checking downcast v0.11.0 |
1901 | 2024-01-31T19:15:48.910Z | Checking fragile v2.0.0 |
1902 | 2024-01-31T19:15:48.910Z | Checking zone v0.3.0 |
1903 | 2024-01-31T19:15:49.006Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1904 | 2024-01-31T19:15:49.025Z | Checking smf v0.2.2 |
1905 | 2024-01-31T19:15:49.350Z | Checking xattr v1.0.1 |
1906 | 2024-01-31T19:15:49.549Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1907 | 2024-01-31T19:15:49.601Z | Checking filetime v0.2.23 |
1908 | 2024-01-31T19:15:49.703Z | Checking same-file v1.0.6 |
1909 | 2024-01-31T19:15:49.828Z | Checking pem v3.0.2 |
1910 | 2024-01-31T19:15:49.892Z | Checking tar v0.4.40 |
1911 | 2024-01-31T19:15:49.934Z | Checking walkdir v2.4.0 |
1912 | 2024-01-31T19:15:49.956Z | Checking linked-hash-map v0.5.6 |
1913 | 2024-01-31T19:15:50.269Z | Checking itertools v0.12.0 |
1914 | 2024-01-31T19:15:50.404Z | Checking headers-core v0.2.0 |
1915 | 2024-01-31T19:15:50.504Z | Checking lru-cache v0.1.2 |
1916 | 2024-01-31T19:15:50.594Z | Checking headers v0.3.9 |
1917 | 2024-01-31T19:15:50.758Z | Checking swrite v0.1.0 |
1918 | 2024-01-31T19:15:50.913Z | Checking password-hash v0.5.0 |
1919 | 2024-01-31T19:15:51.127Z | Checking blake2 v0.10.6 |
1920 | 2024-01-31T19:15:51.604Z | Checking rcgen v0.12.1 |
1921 | 2024-01-31T19:15:51.792Z | Checking argon2 v0.5.3 |
1922 | 2024-01-31T19:15:51.945Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1923 | 2024-01-31T19:15:52.407Z | Checking atomicwrites v0.4.3 |
1924 | 2024-01-31T19:15:52.618Z | Checking subprocess v0.2.9 |
1925 | 2024-01-31T19:15:52.632Z | Checking arc-swap v1.6.0 |
1926 | 2024-01-31T19:15:52.664Z | Compiling cancel-safe-futures v0.1.5 |
1927 | 2024-01-31T19:15:52.700Z | Checking half v2.3.1 |
1928 | 2024-01-31T19:15:53.195Z | Checking ciborium-io v0.2.2 |
1929 | 2024-01-31T19:15:53.285Z | Checking slog-scope v4.4.0 |
1930 | 2024-01-31T19:15:53.397Z | Checking resolv-conf v0.7.0 |
1931 | 2024-01-31T19:15:53.463Z | Checking ciborium-ll v0.2.2 |
1932 | 2024-01-31T19:15:53.572Z | Checking slog-stdlog v4.1.1 |
1933 | 2024-01-31T19:15:53.802Z | Checking slog-envlogger v2.2.0 |
1934 | 2024-01-31T19:15:53.915Z | Checking ciborium v0.2.2 |
1935 | 2024-01-31T19:15:53.918Z | Checking trust-dns-resolver v0.22.0 |
1936 | 2024-01-31T19:15:53.989Z | Checking libsw v3.3.1 |
1937 | 2024-01-31T19:15:54.102Z | Compiling derive-where v1.2.7 |
1938 | 2024-01-31T19:15:54.370Z | Checking owo-colors v4.0.0 |
1939 | 2024-01-31T19:15:54.431Z | Checking linear-map v1.2.0 |
1940 | 2024-01-31T19:15:54.935Z | Checking textwrap v0.11.0 |
1941 | 2024-01-31T19:15:55.294Z | Compiling heck v0.3.3 |
1942 | 2024-01-31T19:15:55.610Z | Checking vec_map v0.8.2 |
1943 | 2024-01-31T19:15:55.850Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1944 | 2024-01-31T19:15:55.926Z | Checking strsim v0.8.0 |
1945 | 2024-01-31T19:15:55.989Z | Checking ansi_term v0.12.1 |
1946 | 2024-01-31T19:15:56.184Z | Compiling libefi-sys v0.1.0 |
1947 | 2024-01-31T19:15:56.435Z | Checking clap v2.34.0 |
1948 | 2024-01-31T19:15:56.457Z | Compiling structopt-derive v0.4.18 |
1949 | 2024-01-31T19:15:56.628Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1950 | 2024-01-31T19:15:57.170Z | Compiling slog-dtrace v0.3.0 |
1951 | 2024-01-31T19:15:57.720Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1952 | 2024-01-31T19:15:58.168Z | Checking termcolor v1.2.0 |
1953 | 2024-01-31T19:15:58.260Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1954 | 2024-01-31T19:15:58.779Z | Checking nibble_vec v0.1.0 |
1955 | 2024-01-31T19:15:59.048Z | Checking gethostname v0.4.3 |
1956 | 2024-01-31T19:15:59.209Z | Compiling radium v0.7.0 |
1957 | 2024-01-31T19:15:59.235Z | Checking endian-type v0.1.2 |
1958 | 2024-01-31T19:15:59.509Z | Checking radix_trie v0.2.1 |
1959 | 2024-01-31T19:15:59.933Z | Checking tap v1.0.1 |
1960 | 2024-01-31T19:16:00.152Z | Compiling maybe-uninit v2.0.0 |
1961 | 2024-01-31T19:16:00.243Z | Checking wyz v0.5.1 |
1962 | 2024-01-31T19:16:00.851Z | Checking fxhash v0.2.1 |
1963 | 2024-01-31T19:16:00.874Z | Checking crc-catalog v2.2.0 |
1964 | 2024-01-31T19:16:00.990Z | Compiling num-bigint-dig v0.8.4 |
1965 | 2024-01-31T19:16:01.002Z | Checking funty v2.0.0 |
1966 | 2024-01-31T19:16:01.057Z | Compiling packed_struct v0.10.1 |
1967 | 2024-01-31T19:16:01.066Z | Checking mockall v0.12.0 |
1968 | 2024-01-31T19:16:01.081Z | Checking crc v3.0.1 |
1969 | 2024-01-31T19:16:01.405Z | Compiling packed_struct_codegen v0.10.1 |
1970 | 2024-01-31T19:16:01.456Z | Compiling indexmap v1.9.3 |
1971 | 2024-01-31T19:16:01.478Z | Checking structopt v0.3.26 |
1972 | 2024-01-31T19:16:01.502Z | Compiling semver v0.1.20 |
1973 | 2024-01-31T19:16:01.710Z | Checking nodrop v0.1.14 |
1974 | 2024-01-31T19:16:01.869Z | Checking array-init v0.0.4 |
1975 | 2024-01-31T19:16:01.935Z | Checking smallvec v0.6.14 |
1976 | 2024-01-31T19:16:02.451Z | Compiling rustc_version v0.1.7 |
1977 | 2024-01-31T19:16:02.565Z | Checking pkcs1 v0.7.5 |
1978 | 2024-01-31T19:16:02.738Z | Checking bitvec v1.0.1 |
1979 | 2024-01-31T19:16:02.775Z | Checking signature v2.1.0 |
1980 | 2024-01-31T19:16:03.138Z | Checking hashbrown v0.12.3 |
1981 | 2024-01-31T19:16:03.371Z | Checking bitfield v0.14.0 |
1982 | 2024-01-31T19:16:03.574Z | Checking serde-hex v0.1.0 |
1983 | 2024-01-31T19:16:05.014Z | Compiling newtype_derive v0.1.6 |
1984 | 2024-01-31T19:16:05.116Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1985 | 2024-01-31T19:16:05.538Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1986 | 2024-01-31T19:16:05.952Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1987 | 2024-01-31T19:16:05.952Z | Checking rsa v0.9.2 |
1988 | 2024-01-31T19:16:05.953Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1989 | 2024-01-31T19:16:06.004Z | Checking env_logger v0.10.0 |
1990 | 2024-01-31T19:16:06.303Z | Checking x509-cert v0.2.4 |
1991 | 2024-01-31T19:16:06.411Z | Checking ron v0.8.1 |
1992 | 2024-01-31T19:16:06.644Z | Compiling semver-parser v0.10.2 |
1993 | 2024-01-31T19:16:07.142Z | Checking crc-any v2.4.3 |
1994 | 2024-01-31T19:16:08.394Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1995 | 2024-01-31T19:16:08.763Z | Compiling semver v0.11.0 |
1996 | 2024-01-31T19:16:08.990Z | Checking object v0.30.4 |
1997 | 2024-01-31T19:16:10.018Z | Compiling num-rational v0.4.1 |
1998 | 2024-01-31T19:16:10.404Z | Checking path-slash v0.1.5 |
1999 | 2024-01-31T19:16:10.471Z | Compiling home v0.5.5 |
2000 | 2024-01-31T19:16:10.719Z | Compiling toolchain_find v0.2.0 |
2001 | 2024-01-31T19:16:10.905Z | Compiling toml v0.5.11 |
2002 | 2024-01-31T19:16:11.477Z | Compiling topological-sort v0.2.2 |
2003 | 2024-01-31T19:16:11.681Z | Compiling convert_case v0.4.0 |
2004 | 2024-01-31T19:16:12.863Z | Compiling omicron-zone-package v0.10.1 |
2005 | 2024-01-31T19:16:13.221Z | Compiling derive_more v0.99.17 |
2006 | 2024-01-31T19:16:13.334Z | Checking steno v0.4.0 |
2007 | 2024-01-31T19:16:13.693Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2008 | 2024-01-31T19:16:14.181Z | Compiling rustfmt-wrapper v0.2.0 |
2009 | 2024-01-31T19:16:17.078Z | Checking num-complex v0.4.4 |
2010 | 2024-01-31T19:16:17.193Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2011 | 2024-01-31T19:16:18.374Z | Checking newline-converter v0.3.0 |
2012 | 2024-01-31T19:16:18.418Z | Checking utf-8 v0.7.6 |
2013 | 2024-01-31T19:16:18.517Z | Checking tungstenite v0.20.1 |
2014 | 2024-01-31T19:16:18.537Z | Checking num v0.4.1 |
2015 | 2024-01-31T19:16:18.680Z | Checking expectorate v1.1.0 |
2016 | 2024-01-31T19:16:18.913Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2017 | 2024-01-31T19:16:19.074Z | Compiling buf-list v1.0.3 |
2018 | 2024-01-31T19:16:19.159Z | Checking display-error-chain v0.2.0 |
2019 | 2024-01-31T19:16:19.358Z | Compiling parking_lot_core v0.8.6 |
2020 | 2024-01-31T19:16:19.406Z | Checking keccak v0.1.4 |
2021 | 2024-01-31T19:16:19.878Z | Checking sha3 v0.10.8 |
2022 | 2024-01-31T19:16:19.959Z | Checking tokio-tungstenite v0.20.1 |
2023 | 2024-01-31T19:16:20.526Z | Checking trust-dns-client v0.22.0 |
2024 | 2024-01-31T19:16:20.617Z | Checking parking_lot v0.11.2 |
2025 | 2024-01-31T19:16:20.666Z | Checking secrecy v0.8.0 |
2026 | 2024-01-31T19:16:20.789Z | Compiling pin-project-internal v1.1.3 |
2027 | 2024-01-31T19:16:21.008Z | Compiling doc-comment v0.3.3 |
2028 | 2024-01-31T19:16:21.136Z | Checking sled v0.34.7 |
2029 | 2024-01-31T19:16:22.201Z | Checking glob v0.3.1 |
2030 | 2024-01-31T19:16:22.543Z | Compiling vte_generate_state_changes v0.1.1 |
2031 | 2024-01-31T19:16:22.667Z | Compiling unicase v2.7.0 |
2032 | 2024-01-31T19:16:22.986Z | Checking trust-dns-server v0.22.1 |
2033 | 2024-01-31T19:16:23.106Z | Compiling platforms v3.0.2 |
2034 | 2024-01-31T19:16:23.526Z | Checking vte v0.11.1 |
2035 | 2024-01-31T19:16:23.575Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2036 | 2024-01-31T19:16:24.330Z | Checking crossbeam-deque v0.8.3 |
2037 | 2024-01-31T19:16:24.809Z | Checking fd-lock v3.0.13 |
2038 | 2024-01-31T19:16:25.116Z | Compiling snafu-derive v0.7.5 |
2039 | 2024-01-31T19:16:25.851Z | Compiling fs-err v2.11.0 |
2040 | 2024-01-31T19:16:26.088Z | Checking pin-project v1.1.3 |
2041 | 2024-01-31T19:16:26.107Z | Checking strip-ansi-escapes v0.2.0 |
2042 | 2024-01-31T19:16:26.247Z | Checking nu-ansi-term v0.49.0 |
2043 | 2024-01-31T19:16:26.294Z | Compiling rayon-core v1.12.0 |
2044 | 2024-01-31T19:16:26.747Z | Checking globset v0.4.13 |
2045 | 2024-01-31T19:16:26.889Z | Checking reedline v0.28.0 |
2046 | 2024-01-31T19:16:27.192Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2047 | 2024-01-31T19:16:27.437Z | Checking olpc-cjson v0.1.3 |
2048 | 2024-01-31T19:16:27.469Z | Checking serde_plain v1.0.2 |
2049 | 2024-01-31T19:16:27.641Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2050 | 2024-01-31T19:16:27.658Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2051 | 2024-01-31T19:16:27.734Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2052 | 2024-01-31T19:16:27.770Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2053 | 2024-01-31T19:16:27.821Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2054 | 2024-01-31T19:16:29.317Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2055 | 2024-01-31T19:16:30.266Z | Compiling async-recursion v1.0.5 |
2056 | 2024-01-31T19:16:31.959Z | Checking typed-path v0.7.0 |
2057 | 2024-01-31T19:16:32.557Z | Compiling curve25519-dalek v4.1.1 |
2058 | 2024-01-31T19:16:33.459Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2059 | 2024-01-31T19:16:34.875Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2060 | 2024-01-31T19:16:34.906Z | Checking snafu v0.7.5 |
2061 | 2024-01-31T19:16:35.048Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2062 | 2024-01-31T19:16:35.604Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2063 | 2024-01-31T19:16:35.691Z | Checking tough v0.16.0 |
2064 | 2024-01-31T19:16:35.750Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2065 | 2024-01-31T19:16:36.215Z | Compiling memoffset v0.7.1 |
2066 | 2024-01-31T19:16:36.648Z | Checking parse-size v1.0.0 |
2067 | 2024-01-31T19:16:36.966Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2024-01-31T19:16:37.068Z | Compiling mime_guess v2.0.4 |
2069 | 2024-01-31T19:16:37.569Z | Checking rayon v1.8.0 |
2070 | 2024-01-31T19:16:38.284Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2071 | 2024-01-31T19:16:42.411Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2072 | 2024-01-31T19:16:42.857Z | Checking universal-hash v0.5.1 |
2073 | 2024-01-31T19:16:43.126Z | Compiling thiserror-impl-no-std v2.0.2 |
2074 | 2024-01-31T19:16:43.406Z | Compiling curve25519-dalek-derive v0.1.0 |
2075 | 2024-01-31T19:16:43.514Z | Checking opaque-debug v0.3.0 |
2076 | 2024-01-31T19:16:43.609Z | Checking poly1305 v0.8.0 |
2077 | 2024-01-31T19:16:44.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2078 | 2024-01-31T19:16:45.405Z | Checking chacha20 v0.9.1 |
2079 | 2024-01-31T19:16:45.971Z | Checking aead v0.5.2 |
2080 | 2024-01-31T19:16:46.268Z | Checking kstat-rs v0.2.3 |
2081 | 2024-01-31T19:16:46.788Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2082 | 2024-01-31T19:16:47.216Z | Compiling salty v0.2.0 |
2083 | 2024-01-31T19:16:48.017Z | Checking signature v1.6.4 |
2084 | 2024-01-31T19:16:48.195Z | Checking ed25519 v1.5.3 |
2085 | 2024-01-31T19:16:48.504Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2086 | 2024-01-31T19:16:48.537Z | Checking chacha20poly1305 v0.10.1 |
2087 | 2024-01-31T19:16:48.668Z | Checking thiserror-no-std v2.0.2 |
2088 | 2024-01-31T19:16:48.833Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2089 | 2024-01-31T19:16:48.873Z | Checking vsss-rs v3.3.4 |
2090 | 2024-01-31T19:16:49.028Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-01-31T19:17:00.144Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2092 | 2024-01-31T19:17:00.731Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2093 | 2024-01-31T19:17:00.731Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2094 | 2024-01-31T19:17:00.731Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2095 | 2024-01-31T19:17:01.146Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2096 | 2024-01-31T19:17:01.146Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2097 | 2024-01-31T19:17:01.320Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2098 | 2024-01-31T19:17:01.320Z | Checking serde-big-array v0.5.1 |
2099 | 2024-01-31T19:17:01.321Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2100 | 2024-01-31T19:17:01.321Z | Checking humantime v2.1.0 |
2101 | 2024-01-31T19:17:01.321Z | Checking bytecount v0.6.3 |
2102 | 2024-01-31T19:17:01.321Z | Checking papergrid v0.11.0 |
2103 | 2024-01-31T19:17:01.321Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-01-31T19:17:01.321Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2105 | 2024-01-31T19:17:03.594Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2106 | 2024-01-31T19:17:03.763Z | Compiling tabled_derive v0.7.0 |
2107 | 2024-01-31T19:17:03.810Z | Checking signal-hook-tokio v0.3.1 |
2108 | 2024-01-31T19:17:04.057Z | Checking fd-lock v4.0.2 |
2109 | 2024-01-31T19:17:04.090Z | Checking nix v0.27.1 |
2110 | 2024-01-31T19:17:04.322Z | Checking serde-big-array v0.4.1 |
2111 | 2024-01-31T19:17:04.571Z | Compiling sqlparser_derive v0.2.2 |
2112 | 2024-01-31T19:17:05.307Z | Checking unicode_categories v0.1.1 |
2113 | 2024-01-31T19:17:05.972Z | Checking sqlformat v0.2.3 |
2114 | 2024-01-31T19:17:06.466Z | Checking sqlparser v0.43.1 |
2115 | 2024-01-31T19:17:08.096Z | Checking tabled v0.15.0 |
2116 | 2024-01-31T19:17:08.177Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2117 | 2024-01-31T19:17:08.293Z | Checking rustyline v13.0.0 |
2118 | 2024-01-31T19:17:09.758Z | Checking bcs v0.1.6 |
2119 | 2024-01-31T19:17:10.495Z | Checking corncobs v0.1.3 |
2120 | 2024-01-31T19:17:10.761Z | Compiling prettyplease v0.2.16 |
2121 | 2024-01-31T19:17:11.054Z | Checking highway v1.1.0 |
2122 | 2024-01-31T19:17:11.217Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2123 | 2024-01-31T19:17:11.482Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2124 | 2024-01-31T19:17:11.708Z | Checking http-range v0.1.5 |
2125 | 2024-01-31T19:17:11.958Z | Checking hyper-staticfile v0.9.5 |
2126 | 2024-01-31T19:17:12.562Z | Compiling portable-atomic v1.4.3 |
2127 | 2024-01-31T19:17:12.936Z | Compiling crunchy v0.2.2 |
2128 | 2024-01-31T19:17:13.234Z | Compiling clang-sys v1.6.1 |
2129 | 2024-01-31T19:17:13.693Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2130 | 2024-01-31T19:17:14.216Z | Compiling tiny-keccak v2.0.2 |
2131 | 2024-01-31T19:17:14.307Z | Checking assert_matches v1.5.0 |
2132 | 2024-01-31T19:17:14.675Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2133 | 2024-01-31T19:17:16.168Z | Compiling darling_core v0.14.4 |
2134 | 2024-01-31T19:17:16.601Z | Checking number_prefix v0.4.0 |
2135 | 2024-01-31T19:17:16.881Z | Checking indicatif v0.17.7 |
2136 | 2024-01-31T19:17:16.901Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2137 | 2024-01-31T19:17:17.104Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2138 | 2024-01-31T19:17:18.109Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2139 | 2024-01-31T19:17:19.390Z | Compiling ascii-canvas v3.0.0 |
2140 | 2024-01-31T19:17:19.713Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2141 | 2024-01-31T19:17:20.219Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2142 | 2024-01-31T19:17:20.270Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2143 | 2024-01-31T19:17:20.513Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2144 | 2024-01-31T19:17:20.793Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2145 | 2024-01-31T19:17:22.813Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2146 | 2024-01-31T19:17:24.555Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2147 | 2024-01-31T19:17:26.222Z | Compiling darling_macro v0.14.4 |
2148 | 2024-01-31T19:17:26.665Z | Compiling ena v0.14.2 |
2149 | 2024-01-31T19:17:27.296Z | Compiling libloading v0.7.4 |
2150 | 2024-01-31T19:17:27.461Z | Compiling bindgen v0.69.2 |
2151 | 2024-01-31T19:17:27.892Z | Compiling regex-syntax v0.6.29 |
2152 | 2024-01-31T19:17:27.911Z | Compiling diff v0.1.13 |
2153 | 2024-01-31T19:17:27.930Z | Compiling darling v0.14.4 |
2154 | 2024-01-31T19:17:28.999Z | Compiling cexpr v0.6.0 |
2155 | 2024-01-31T19:17:30.543Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2156 | 2024-01-31T19:17:31.353Z | Compiling which v4.4.0 |
2157 | 2024-01-31T19:17:31.906Z | Checking maplit v1.0.2 |
2158 | 2024-01-31T19:17:32.060Z | Compiling rustc-hash v1.1.0 |
2159 | 2024-01-31T19:17:32.275Z | Compiling shlex v1.3.0 |
2160 | 2024-01-31T19:17:32.286Z | Compiling ref-cast v1.0.20 |
2161 | 2024-01-31T19:17:32.913Z | Compiling lazycell v1.3.0 |
2162 | 2024-01-31T19:17:33.073Z | Compiling peeking_take_while v0.1.2 |
2163 | 2024-01-31T19:17:33.158Z | Compiling lalrpop v0.19.12 |
2164 | 2024-01-31T19:17:33.331Z | Compiling derive_builder_core v0.12.0 |
2165 | 2024-01-31T19:17:33.564Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2166 | 2024-01-31T19:17:35.036Z | Compiling ref-cast-impl v1.0.20 |
2167 | 2024-01-31T19:17:35.252Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2168 | 2024-01-31T19:17:36.629Z | Compiling libxml v0.3.3 |
2169 | 2024-01-31T19:17:37.182Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2170 | 2024-01-31T19:17:37.210Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2171 | 2024-01-31T19:17:37.403Z | Compiling derive_builder_macro v0.12.0 |
2172 | 2024-01-31T19:17:37.730Z | Compiling strum_macros v0.24.3 |
2173 | 2024-01-31T19:17:38.129Z | Compiling cookie v0.18.0 |
2174 | 2024-01-31T19:17:38.557Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2175 | 2024-01-31T19:17:38.737Z | Compiling indoc v1.0.9 |
2176 | 2024-01-31T19:17:39.094Z | Checking derive_builder v0.12.0 |
2177 | 2024-01-31T19:17:40.469Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2178 | 2024-01-31T19:17:42.163Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2179 | 2024-01-31T19:17:42.455Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2180 | 2024-01-31T19:17:42.871Z | Checking bb8 v0.8.1 |
2181 | 2024-01-31T19:17:43.977Z | Checking quick-xml v0.30.0 |
2182 | 2024-01-31T19:17:43.984Z | Compiling oso-derive v0.27.0 |
2183 | 2024-01-31T19:17:44.190Z | Compiling impl-trait-for-tuples v0.2.2 |
2184 | 2024-01-31T19:17:44.541Z | Checking smawk v0.3.1 |
2185 | 2024-01-31T19:17:44.812Z | Checking unicode-linebreak v0.1.5 |
2186 | 2024-01-31T19:17:45.648Z | Checking textwrap v0.16.0 |
2187 | 2024-01-31T19:17:45.661Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2188 | 2024-01-31T19:17:46.714Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2189 | 2024-01-31T19:17:46.857Z | Checking is_ci v1.1.1 |
2190 | 2024-01-31T19:17:47.020Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2191 | 2024-01-31T19:17:47.041Z | Checking supports-color v2.1.0 |
2192 | 2024-01-31T19:17:47.318Z | Checking lru v0.12.1 |
2193 | 2024-01-31T19:17:47.818Z | Compiling stability v0.1.1 |
2194 | 2024-01-31T19:17:47.922Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2195 | 2024-01-31T19:17:49.330Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2196 | 2024-01-31T19:17:49.954Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2197 | 2024-01-31T19:17:50.494Z | Checking cassowary v0.3.0 |
2198 | 2024-01-31T19:17:51.102Z | Compiling indoc v2.0.3 |
2199 | 2024-01-31T19:17:51.592Z | Checking rtoolbox v0.0.1 |
2200 | 2024-01-31T19:17:51.872Z | Checking rpassword v7.3.1 |
2201 | 2024-01-31T19:17:52.068Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2202 | 2024-01-31T19:17:53.170Z | Checking ratatui v0.25.0 |
2203 | 2024-01-31T19:17:53.213Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2204 | 2024-01-31T19:17:53.633Z | Checking shell-words v1.1.0 |
2205 | 2024-01-31T19:17:53.893Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2206 | 2024-01-31T19:17:55.781Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2207 | 2024-01-31T19:17:57.036Z | Checking tui-tree-widget v0.16.0 |
2208 | 2024-01-31T19:17:57.490Z | Checking fatfs v0.3.6 |
2209 | 2024-01-31T19:17:58.411Z | Checking yansi v0.5.1 |
2210 | 2024-01-31T19:17:58.843Z | Checking pretty_assertions v1.4.0 |
2211 | 2024-01-31T19:17:59.128Z | Compiling target-lexicon v0.12.12 |
2212 | 2024-01-31T19:17:59.178Z | Compiling guppy-workspace-hack v0.1.0 |
2213 | 2024-01-31T19:17:59.584Z | Checking plotters-backend v0.3.5 |
2214 | 2024-01-31T19:18:00.169Z | Checking plotters-svg v0.3.5 |
2215 | 2024-01-31T19:18:00.522Z | Checking http-body v1.0.0 |
2216 | 2024-01-31T19:18:00.810Z | Checking rand v0.4.6 |
2217 | 2024-01-31T19:18:01.486Z | Checking tower-layer v0.3.2 |
2218 | 2024-01-31T19:18:02.319Z | Checking remove_dir_all v0.5.3 |
2219 | 2024-01-31T19:18:02.340Z | Compiling target-spec v3.0.1 |
2220 | 2024-01-31T19:18:02.362Z | Checking cast v0.3.0 |
2221 | 2024-01-31T19:18:02.830Z | Checking criterion-plot v0.5.0 |
2222 | 2024-01-31T19:18:02.857Z | Checking tempdir v0.3.7 |
2223 | 2024-01-31T19:18:03.087Z | Checking tower v0.4.13 |
2224 | 2024-01-31T19:18:03.590Z | Checking cfg-expr v0.15.5 |
2225 | 2024-01-31T19:18:03.700Z | Checking hyper v1.1.0 |
2226 | 2024-01-31T19:18:04.497Z | Checking plotters v0.3.5 |
2227 | 2024-01-31T19:18:04.929Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2228 | 2024-01-31T19:18:05.600Z | Checking tinytemplate v1.2.1 |
2229 | 2024-01-31T19:18:06.197Z | Checking cargo-platform v0.1.3 |
2230 | 2024-01-31T19:18:06.294Z | Checking anes v0.1.6 |
2231 | 2024-01-31T19:18:06.405Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2232 | 2024-01-31T19:18:06.612Z | Checking oorandom v11.1.3 |
2233 | 2024-01-31T19:18:06.830Z | Checking cargo_metadata v0.18.1 |
2234 | 2024-01-31T19:18:06.873Z | Checking hyper-util v0.1.2 |
2235 | 2024-01-31T19:18:07.383Z | Checking criterion v0.5.1 |
2236 | 2024-01-31T19:18:09.565Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2237 | 2024-01-31T19:18:09.825Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2238 | 2024-01-31T19:18:12.047Z | Checking assert_cmd v2.0.13 |
2239 | 2024-01-31T19:18:12.677Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2240 | 2024-01-31T19:18:14.530Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2241 | 2024-01-31T19:18:15.063Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2242 | 2024-01-31T19:18:15.977Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2243 | 2024-01-31T19:18:16.652Z | Checking rustls-native-certs v0.7.0 |
2244 | 2024-01-31T19:18:16.852Z | Checking pathdiff v0.2.1 |
2245 | 2024-01-31T19:18:17.067Z | Checking nested v0.1.1 |
2246 | 2024-01-31T19:18:17.929Z | Checking guppy v0.17.4 |
2247 | 2024-01-31T19:18:18.570Z | Checking hyper-rustls v0.26.0 |
2248 | 2024-01-31T19:18:19.080Z | Checking threadpool v1.8.1 |
2249 | 2024-01-31T19:18:19.374Z | Checking nanorand v0.7.0 |
2250 | 2024-01-31T19:18:19.565Z | Checking libtest-mimic v0.6.1 |
2251 | 2024-01-31T19:18:19.921Z | Checking flume v0.11.0 |
2252 | 2024-01-31T19:18:20.254Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2253 | 2024-01-31T19:18:20.714Z | Checking httptest v0.15.5 |
2254 | 2024-01-31T19:18:21.346Z | Checking similar-asserts v1.5.0 |
2255 | 2024-01-31T19:18:21.684Z | Compiling rstest_macros v0.18.2 |
2256 | 2024-01-31T19:18:21.864Z | Compiling crossbeam-queue v0.3.8 |
2257 | 2024-01-31T19:18:22.622Z | Checking datatest-stable v0.2.3 |
2258 | 2024-01-31T19:18:22.668Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2259 | 2024-01-31T19:18:22.928Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2260 | 2024-01-31T19:18:23.992Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2261 | 2024-01-31T19:18:24.433Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2262 | 2024-01-31T19:18:24.909Z | Checking arrayvec v0.7.4 |
2263 | 2024-01-31T19:18:25.014Z | Compiling relative-path v1.9.0 |
2264 | 2024-01-31T19:18:25.503Z | Checking arrayref v0.3.7 |
2265 | 2024-01-31T19:18:25.521Z | Compiling trybuild v1.0.89 |
2266 | 2024-01-31T19:18:25.638Z | Checking constant_time_eq v0.2.6 |
2267 | 2024-01-31T19:18:25.804Z | Checking blake2b_simd v1.0.1 |
2268 | 2024-01-31T19:18:26.540Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2269 | 2024-01-31T19:18:27.079Z | Checking basic-toml v0.1.8 |
2270 | 2024-01-31T19:18:28.453Z | Checking constant_time_eq v0.3.0 |
2271 | 2024-01-31T19:18:28.626Z | Checking futures-timer v3.0.2 |
2272 | 2024-01-31T19:18:29.069Z | Checking rust-argon2 v1.0.1 |
2273 | 2024-01-31T19:18:31.954Z | Checking crossbeam v0.8.2 |
2274 | 2024-01-31T19:18:33.792Z | Checking partial-io v0.5.4 |
2275 | 2024-01-31T19:18:34.773Z | Checking approx v0.5.1 |
2276 | 2024-01-31T19:18:34.777Z | Checking termios v0.3.3 |
2277 | 2024-01-31T19:18:34.995Z | Checking hex-literal v0.4.1 |
2278 | 2024-01-31T19:18:42.327Z | Checking rstest v0.18.2 |
2279 | 2024-01-31T19:18:43.726Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2280 | 2024-01-31T19:18:48.045Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2281 | 2024-01-31T19:19:55.320Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2282 | 2024-01-31T19:20:01.840Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2283 | 2024-01-31T19:20:02.533Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2284 | 2024-01-31T19:20:10.070Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2285 | 2024-01-31T19:20:11.006Z | Compiling samael v0.0.14 |
2286 | 2024-01-31T19:20:42.636Z | Compiling polar-core v0.27.0 |
2287 | 2024-01-31T19:20:53.492Z | Checking oso v0.27.0 |
2288 | 2024-01-31T19:21:33.820Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2289 | 2024-01-31T19:23:03.119Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 42s |
2290 | 2024-01-31T19:23:03.349Z | |
2291 | 2024-01-31T19:23:03.349Z | real 11:43.666359999 |
2292 | 2024-01-31T19:23:03.349Z | user 1:04:10.738105163 |
2293 | 2024-01-31T19:23:03.349Z | sys 8:04.920503860 |
2294 | 2024-01-31T19:23:03.355Z | trap 2.131097498 |
2295 | 2024-01-31T19:23:03.355Z | tflt 2.696392881 |
2296 | 2024-01-31T19:23:03.355Z | dflt 5.185255466 |
2297 | 2024-01-31T19:23:03.355Z | kflt 0.020371741 |
2298 | 2024-01-31T19:23:03.355Z | lock 1:41:46.323598386 |
2299 | 2024-01-31T19:23:03.355Z | slp 3:09:57.556087794 |
2300 | 2024-01-31T19:23:03.356Z | lat 2:14.789701738 |
2301 | 2024-01-31T19:23:03.356Z | stop 4:51.213151525 |
2302 | 2024-01-31T19:23:04.595Z | warning: output filename collision. |
2303 | 2024-01-31T19:23:04.595Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2304 | 2024-01-31T19:23:04.595Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2305 | 2024-01-31T19:23:04.595Z | The targets should have unique names. |
2306 | 2024-01-31T19:23:04.595Z | This is a known bug where multiple crates with the same name use |
2307 | 2024-01-31T19:23:04.595Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2308 | 2024-01-31T19:23:04.600Z | warning: output filename collision. |
2309 | 2024-01-31T19:23:04.600Z | The lib target `nix` in package `nix v0.27.1` 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)`. |
2310 | 2024-01-31T19:23:04.600Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2311 | 2024-01-31T19:23:04.600Z | The targets should have unique names. |
2312 | 2024-01-31T19:23:04.600Z | This is a known bug where multiple crates with the same name use |
2313 | 2024-01-31T19:23:04.600Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2314 | 2024-01-31T19:23:04.600Z | warning: output filename collision. |
2315 | 2024-01-31T19:23:04.601Z | 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)`. |
2316 | 2024-01-31T19:23:04.601Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2317 | 2024-01-31T19:23:04.601Z | The targets should have unique names. |
2318 | 2024-01-31T19:23:04.601Z | This is a known bug where multiple crates with the same name use |
2319 | 2024-01-31T19:23:04.601Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2320 | 2024-01-31T19:23:04.601Z | warning: output filename collision. |
2321 | 2024-01-31T19:23:04.601Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2322 | 2024-01-31T19:23:04.601Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2323 | 2024-01-31T19:23:04.601Z | The targets should have unique names. |
2324 | 2024-01-31T19:23:04.601Z | This is a known bug where multiple crates with the same name use |
2325 | 2024-01-31T19:23:04.601Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2024-01-31T19:23:04.601Z | warning: output filename collision. |
2327 | 2024-01-31T19:23:04.602Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2328 | 2024-01-31T19:23:04.603Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2329 | 2024-01-31T19:23:04.603Z | The targets should have unique names. |
2330 | 2024-01-31T19:23:04.603Z | This is a known bug where multiple crates with the same name use |
2331 | 2024-01-31T19:23:04.603Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2332 | 2024-01-31T19:23:04.603Z | warning: output filename collision. |
2333 | 2024-01-31T19:23:04.603Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2334 | 2024-01-31T19:23:04.603Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2335 | 2024-01-31T19:23:04.603Z | The targets should have unique names. |
2336 | 2024-01-31T19:23:04.603Z | This is a known bug where multiple crates with the same name use |
2337 | 2024-01-31T19:23:04.603Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2338 | 2024-01-31T19:23:04.603Z | warning: output filename collision. |
2339 | 2024-01-31T19:23:04.603Z | 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)`. |
2340 | 2024-01-31T19:23:04.603Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2341 | 2024-01-31T19:23:04.603Z | The targets should have unique names. |
2342 | 2024-01-31T19:23:04.603Z | This is a known bug where multiple crates with the same name use |
2343 | 2024-01-31T19:23:04.603Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2344 | 2024-01-31T19:23:05.263Z | Documenting libc v0.2.152 |
2345 | 2024-01-31T19:23:05.279Z | Documenting cfg-if v1.0.0 |
2346 | 2024-01-31T19:23:05.291Z | Documenting serde_derive v1.0.195 |
2347 | 2024-01-31T19:23:05.315Z | Documenting log v0.4.20 |
2348 | 2024-01-31T19:23:05.335Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2349 | 2024-01-31T19:23:05.350Z | Documenting memchr v2.6.3 |
2350 | 2024-01-31T19:23:05.358Z | Documenting scopeguard v1.2.0 |
2351 | 2024-01-31T19:23:05.372Z | Documenting byteorder v1.5.0 |
2352 | 2024-01-31T19:23:05.745Z | Documenting smallvec v1.11.2 |
2353 | 2024-01-31T19:23:09.198Z | Documenting itoa v1.0.9 |
2354 | 2024-01-31T19:23:09.343Z | Documenting lock_api v0.4.10 |
2355 | 2024-01-31T19:23:10.304Z | Documenting zeroize_derive v1.4.2 |
2356 | 2024-01-31T19:23:11.388Z | Documenting once_cell v1.19.0 |
2357 | 2024-01-31T19:23:11.423Z | Documenting pin-project-lite v0.2.13 |
2358 | 2024-01-31T19:23:11.553Z | Documenting getrandom v0.2.10 |
2359 | 2024-01-31T19:23:12.156Z | Documenting parking_lot_core v0.9.8 |
2360 | 2024-01-31T19:23:13.255Z | Documenting libm v0.2.7 |
2361 | 2024-01-31T19:23:13.715Z | Documenting signal-hook-registry v1.4.1 |
2362 | 2024-01-31T19:23:14.738Z | Documenting serde v1.0.195 |
2363 | 2024-01-31T19:23:15.367Z | Documenting mio v0.8.9 |
2364 | 2024-01-31T19:23:17.056Z | Documenting rand_core v0.6.4 |
2365 | 2024-01-31T19:23:17.371Z | Documenting futures-core v0.3.30 |
2366 | 2024-01-31T19:23:17.782Z | Documenting zeroize v1.7.0 |
2367 | 2024-01-31T19:23:17.856Z | Documenting parking_lot v0.12.1 |
2368 | 2024-01-31T19:23:18.120Z | Documenting num-traits v0.2.16 |
2369 | 2024-01-31T19:23:22.123Z | Documenting thiserror-impl v1.0.56 |
2370 | 2024-01-31T19:23:22.377Z | Documenting num_cpus v1.16.0 |
2371 | 2024-01-31T19:23:24.689Z | Documenting socket2 v0.5.5 |
2372 | 2024-01-31T19:23:43.382Z | Documenting tokio-macros v2.2.0 |
2373 | 2024-01-31T19:23:43.383Z | Documenting typenum v1.16.0 |
2374 | 2024-01-31T19:23:43.383Z | Documenting subtle v2.5.0 |
2375 | 2024-01-31T19:23:44.630Z | Documenting ryu v1.0.15 |
2376 | 2024-01-31T19:23:44.630Z | Documenting thiserror v1.0.56 |
2377 | 2024-01-31T19:23:44.630Z | Documenting zerocopy v0.7.32 |
2378 | 2024-01-31T19:23:44.630Z | Documenting futures-sink v0.3.30 |
2379 | 2024-01-31T19:23:44.631Z | Documenting pin-utils v0.1.0 |
2380 | 2024-01-31T19:23:44.631Z | Documenting slab v0.4.9 |
2381 | 2024-01-31T19:23:44.631Z | Documenting futures-macro v0.3.30 |
2382 | 2024-01-31T19:23:44.631Z | Documenting futures-io v0.3.30 |
2383 | 2024-01-31T19:23:44.631Z | Documenting futures-channel v0.3.30 |
2384 | 2024-01-31T19:23:44.631Z | Documenting const-oid v0.9.5 |
2385 | 2024-01-31T19:23:44.768Z | Documenting futures-task v0.3.30 |
2386 | 2024-01-31T19:23:44.768Z | Documenting iana-time-zone v0.1.57 |
2387 | 2024-01-31T19:23:44.768Z | Documenting tinyvec_macros v0.1.1 |
2388 | 2024-01-31T19:23:44.768Z | Documenting ahash v0.8.6 |
2389 | 2024-01-31T19:23:44.768Z | Documenting allocator-api2 v0.2.16 |
2390 | 2024-01-31T19:23:44.769Z | Documenting tinyvec v1.6.0 |
2391 | 2024-01-31T19:23:44.769Z | Documenting futures-util v0.3.30 |
2392 | 2024-01-31T19:23:44.769Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2393 | 2024-01-31T19:23:44.769Z | Documenting tracing-core v0.1.31 |
2394 | 2024-01-31T19:23:45.053Z | Documenting tracing-attributes v0.1.26 |
2395 | 2024-01-31T19:23:45.723Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2396 | 2024-01-31T19:23:46.103Z | Documenting hashbrown v0.14.2 |
2397 | 2024-01-31T19:23:47.143Z | Documenting unicode-normalization v0.1.22 |
2398 | 2024-01-31T19:23:49.555Z | Documenting bytes v1.5.0 |
2399 | 2024-01-31T19:23:53.748Z | Documenting bitflags v2.4.0 |
2400 | 2024-01-31T19:23:54.093Z | Documenting serde_json v1.0.113 |
2401 | 2024-01-31T19:23:55.482Z | Documenting chrono v0.4.31 |
2402 | 2024-01-31T19:23:57.355Z | Documenting tokio v1.35.1 |
2403 | 2024-01-31T19:23:57.937Z | Documenting uuid v1.7.0 |
2404 | 2024-01-31T19:23:59.937Z | Documenting ppv-lite86 v0.2.17 |
2405 | 2024-01-31T19:24:00.542Z | Documenting unicode-bidi v0.3.13 |
2406 | 2024-01-31T19:24:02.466Z | Documenting equivalent v1.0.1 |
2407 | 2024-01-31T19:24:04.385Z | Documenting base64 v0.21.7 |
2408 | 2024-01-31T19:24:04.590Z | Documenting percent-encoding v2.3.1 |
2409 | 2024-01-31T19:24:04.907Z | Documenting rand_chacha v0.3.1 |
2410 | 2024-01-31T19:24:07.017Z | Documenting indexmap v2.1.0 |
2411 | 2024-01-31T19:24:07.373Z | Documenting lazy_static v1.4.0 |
2412 | 2024-01-31T19:24:08.574Z | Documenting generic-array v0.14.7 |
2413 | 2024-01-31T19:24:10.386Z | Checking serde_derive_internals v0.26.0 |
2414 | 2024-01-31T19:24:10.677Z | Documenting form_urlencoded v1.2.1 |
2415 | 2024-01-31T19:24:11.177Z | Documenting rand v0.8.5 |
2416 | 2024-01-31T19:24:11.345Z | Documenting serde_derive_internals v0.26.0 |
2417 | 2024-01-31T19:24:11.530Z | Documenting fnv v1.0.7 |
2418 | 2024-01-31T19:24:13.390Z | Documenting tracing v0.1.37 |
2419 | 2024-01-31T19:24:14.122Z | Documenting dyn-clone v1.0.13 |
2420 | 2024-01-31T19:24:14.647Z | Documenting cpufeatures v0.2.12 |
2421 | 2024-01-31T19:24:15.647Z | Documenting crypto-common v0.1.6 |
2422 | 2024-01-31T19:24:16.698Z | Documenting block-buffer v0.10.4 |
2423 | 2024-01-31T19:24:16.988Z | Documenting idna v0.5.0 |
2424 | 2024-01-31T19:24:18.938Z | Documenting httparse v1.8.0 |
2425 | 2024-01-31T19:24:18.949Z | Documenting errno v0.3.8 |
2426 | 2024-01-31T19:24:18.949Z | Documenting unicode-ident v1.0.12 |
2427 | 2024-01-31T19:24:19.065Z | Documenting schemars_derive v0.8.16 |
2428 | 2024-01-31T19:24:26.343Z | Documenting unicode-width v0.1.11 |
2429 | 2024-01-31T19:24:26.429Z | Documenting digest v0.10.7 |
2430 | 2024-01-31T19:24:26.429Z | Documenting proc-macro2 v1.0.78 |
2431 | 2024-01-31T19:24:26.429Z | Documenting url v2.5.0 |
2432 | 2024-01-31T19:24:26.533Z | Documenting adler v1.0.2 |
2433 | 2024-01-31T19:24:26.533Z | Documenting rustix v0.38.30 |
2434 | 2024-01-31T19:24:26.534Z | Documenting try-lock v0.2.4 |
2435 | 2024-01-31T19:24:27.878Z | Documenting schemars v0.8.16 |
2436 | 2024-01-31T19:24:28.544Z | Documenting httpdate v1.0.3 |
2437 | 2024-01-31T19:24:28.611Z | Documenting miniz_oxide v0.7.1 |
2438 | 2024-01-31T19:24:29.395Z | Documenting http-body v0.4.5 |
2439 | 2024-01-31T19:24:30.923Z | Documenting want v0.3.1 |
2440 | 2024-01-31T19:24:31.958Z | Documenting openssl-sys v0.9.96 |
2441 | 2024-01-31T19:24:33.925Z | Documenting openssl-macros v0.1.1 |
2442 | 2024-01-31T19:24:34.163Z | Documenting tower-service v0.3.2 |
2443 | 2024-01-31T19:24:34.698Z | Documenting base64ct v1.6.0 |
2444 | 2024-01-31T19:24:36.540Z | Documenting mime v0.3.17 |
2445 | 2024-01-31T19:24:36.565Z | Documenting quote v1.0.35 |
2446 | 2024-01-31T19:24:38.033Z | Documenting aho-corasick v1.0.4 |
2447 | 2024-01-31T19:24:39.844Z | Documenting openssl-probe v0.1.5 |
2448 | 2024-01-31T19:24:40.568Z | Documenting regex-syntax v0.8.2 |
2449 | 2024-01-31T19:24:41.192Z | Documenting ipnet v2.9.0 |
2450 | 2024-01-31T19:24:41.222Z | Documenting openssl v0.10.60 |
2451 | 2024-01-31T19:24:42.181Z | Documenting tokio-util v0.7.10 |
2452 | 2024-01-31T19:24:42.230Z | Documenting syn v2.0.48 |
2453 | 2024-01-31T19:24:42.725Z | Documenting slog v2.7.0 |
2454 | 2024-01-31T19:24:45.347Z | Documenting async-trait v0.1.77 |
2455 | 2024-01-31T19:24:45.582Z | Documenting pem-rfc7468 v0.7.0 |
2456 | 2024-01-31T19:24:47.530Z | Documenting encoding_rs v0.8.33 |
2457 | 2024-01-31T19:24:49.056Z | Documenting der_derive v0.7.2 |
2458 | 2024-01-31T19:24:50.658Z | Documenting h2 v0.3.24 |
2459 | 2024-01-31T19:24:50.897Z | Documenting regex-automata v0.4.4 |
2460 | 2024-01-31T19:24:51.641Z | Documenting flagset v0.4.3 |
2461 | 2024-01-31T19:24:52.270Z | Documenting utf8parse v0.2.1 |
2462 | 2024-01-31T19:24:53.643Z | Documenting native-tls v0.2.11 |
2463 | 2024-01-31T19:24:54.515Z | Documenting serde_urlencoded v0.7.1 |
2464 | 2024-01-31T19:24:55.665Z | Documenting num-integer v0.1.45 |
2465 | 2024-01-31T19:24:56.313Z | Documenting time-macros v0.2.13 |
2466 | 2024-01-31T19:24:56.581Z | Documenting der v0.7.8 |
2467 | 2024-01-31T19:25:00.574Z | Documenting gimli v0.28.0 |
2468 | 2024-01-31T19:25:01.516Z | Documenting tokio-native-tls v0.3.1 |
2469 | 2024-01-31T19:25:01.653Z | Documenting time-core v0.1.1 |
2470 | 2024-01-31T19:25:03.473Z | Documenting num_threads v0.1.6 |
2471 | 2024-01-31T19:25:03.814Z | Documenting regex v1.10.3 |
2472 | 2024-01-31T19:25:03.866Z | Documenting deranged v0.3.8 |
2473 | 2024-01-31T19:25:05.929Z | Documenting spki v0.7.2 |
2474 | 2024-01-31T19:25:06.633Z | Documenting hyper v0.14.27 |
2475 | 2024-01-31T19:25:08.749Z | Documenting object v0.32.1 |
2476 | 2024-01-31T19:25:09.224Z | Documenting crossbeam-utils v0.8.16 |
2477 | 2024-01-31T19:25:10.202Z | Documenting addr2line v0.21.0 |
2478 | 2024-01-31T19:25:10.581Z | Documenting time v0.3.27 |
2479 | 2024-01-31T19:25:11.208Z | Documenting rustc-demangle v0.1.23 |
2480 | 2024-01-31T19:25:12.601Z | Documenting webpki-roots v0.25.2 |
2481 | 2024-01-31T19:25:12.723Z | Documenting spin v0.9.8 |
2482 | 2024-01-31T19:25:15.359Z | Documenting pkcs8 v0.10.2 |
2483 | 2024-01-31T19:25:15.469Z | Documenting openapiv3 v2.0.0 |
2484 | 2024-01-31T19:25:16.096Z | Checking pest_meta v2.7.6 |
2485 | 2024-01-31T19:25:17.313Z | Documenting anstyle v1.0.2 |
2486 | 2024-01-31T19:25:17.490Z | Documenting data-encoding v2.4.0 |
2487 | 2024-01-31T19:25:17.917Z | Documenting anstyle-parse v0.2.1 |
2488 | 2024-01-31T19:25:18.761Z | Documenting ipnetwork v0.20.0 |
2489 | 2024-01-31T19:25:21.960Z | Documenting sha2 v0.10.8 |
2490 | 2024-01-31T19:25:22.288Z | Documenting futures-executor v0.3.30 |
2491 | 2024-01-31T19:25:22.887Z | Documenting hex v0.4.3 |
2492 | 2024-01-31T19:25:23.992Z | Documenting crc32fast v1.3.2 |
2493 | 2024-01-31T19:25:42.626Z | Documenting pest_meta v2.7.6 |
2494 | 2024-01-31T19:25:42.626Z | Documenting hyper-rustls v0.24.2 |
2495 | 2024-01-31T19:25:42.626Z | Documenting hyper-tls v0.5.0 |
2496 | 2024-01-31T19:25:42.627Z | Documenting backtrace v0.3.69 |
2497 | 2024-01-31T19:25:42.627Z | Documenting scroll_derive v0.12.0 |
2498 | 2024-01-31T19:25:42.627Z | Documenting either v1.9.0 |
2499 | 2024-01-31T19:25:42.627Z | Documenting colorchoice v1.0.0 |
2500 | 2024-01-31T19:25:42.627Z | Documenting anstyle-query v1.0.0 |
2501 | 2024-01-31T19:25:42.627Z | Documenting untrusted v0.9.0 |
2502 | 2024-01-31T19:25:42.627Z | Documenting pest_generator v2.7.6 |
2503 | 2024-01-31T19:25:42.627Z | Checking pest_generator v2.7.6 |
2504 | 2024-01-31T19:25:42.627Z | Documenting anstream v0.5.0 |
2505 | 2024-01-31T19:25:42.627Z | Documenting scroll v0.12.0 |
2506 | 2024-01-31T19:25:42.627Z | Documenting anyhow v1.0.75 |
2507 | 2024-01-31T19:25:42.627Z | Documenting num-iter v0.1.43 |
2508 | 2024-01-31T19:25:42.627Z | Documenting ring v0.17.7 |
2509 | 2024-01-31T19:25:42.628Z | Documenting hmac v0.12.1 |
2510 | 2024-01-31T19:25:42.628Z | Documenting reqwest v0.11.22 |
2511 | 2024-01-31T19:25:42.628Z | Documenting signal-hook v0.3.17 |
2512 | 2024-01-31T19:25:42.628Z | Documenting terminal_size v0.2.6 |
2513 | 2024-01-31T19:25:42.628Z | Documenting memoffset v0.9.0 |
2514 | 2024-01-31T19:25:43.009Z | Documenting strsim v0.10.0 |
2515 | 2024-01-31T19:25:44.115Z | Documenting plain v0.2.3 |
2516 | 2024-01-31T19:25:44.664Z | Documenting clap_lex v0.5.1 |
2517 | 2024-01-31T19:25:44.665Z | Documenting ucd-trie v0.1.6 |
2518 | 2024-01-31T19:25:45.390Z | Documenting crossbeam-epoch v0.9.15 |
2519 | 2024-01-31T19:25:46.346Z | Documenting pest_derive v2.7.6 |
2520 | 2024-01-31T19:25:46.359Z | Documenting futures v0.3.30 |
2521 | 2024-01-31T19:25:48.052Z | Documenting goblin v0.8.0 |
2522 | 2024-01-31T19:25:48.259Z | Documenting flate2 v1.0.28 |
2523 | 2024-01-31T19:25:54.424Z | Documenting pest v2.7.6 |
2524 | 2024-01-31T19:25:54.567Z | Documenting clap_builder v4.4.2 |
2525 | 2024-01-31T19:25:54.567Z | Documenting clap_derive v4.4.2 |
2526 | 2024-01-31T19:25:54.567Z | Documenting unicode-segmentation v1.10.1 |
2527 | 2024-01-31T19:25:54.567Z | Documenting managed v0.8.0 |
2528 | 2024-01-31T19:25:55.398Z | Documenting pretty-hex v0.4.1 |
2529 | 2024-01-31T19:25:59.314Z | Documenting signal-hook-mio v0.2.3 |
2530 | 2024-01-31T19:25:59.430Z | Documenting dtrace-parser v0.2.0 |
2531 | 2024-01-31T19:25:59.430Z | Documenting block-padding v0.3.3 |
2532 | 2024-01-31T19:25:59.430Z | Documenting scheduled-thread-pool v0.2.7 |
2533 | 2024-01-31T19:25:59.431Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2534 | 2024-01-31T19:25:59.431Z | Documenting thread-id v4.2.0 |
2535 | 2024-01-31T19:26:00.029Z | Documenting clap v4.4.3 |
2536 | 2024-01-31T19:26:00.090Z | Documenting dof v0.3.0 |
2537 | 2024-01-31T19:26:03.488Z | Documenting enum-as-inner v0.5.1 |
2538 | 2024-01-31T19:26:04.180Z | Documenting diesel_table_macro_syntax v0.1.0 |
2539 | 2024-01-31T19:26:04.304Z | Checking diesel_table_macro_syntax v0.1.0 |
2540 | 2024-01-31T19:26:04.540Z | Documenting crossterm v0.27.0 |
2541 | 2024-01-31T19:26:04.561Z | Documenting r2d2 v0.8.10 |
2542 | 2024-01-31T19:26:04.740Z | Documenting bzip2 v0.4.4 |
2543 | 2024-01-31T19:26:04.848Z | Documenting inout v0.1.3 |
2544 | 2024-01-31T19:26:07.221Z | Documenting md-5 v0.10.5 |
2545 | 2024-01-31T19:26:08.313Z | Documenting usdt-impl v0.5.0 |
2546 | 2024-01-31T19:26:10.503Z | Documenting stringprep v0.1.3 |
2547 | 2024-01-31T19:26:10.646Z | Documenting serde_spanned v0.6.4 |
2548 | 2024-01-31T19:26:10.772Z | Documenting diesel_derives v2.1.2 |
2549 | 2024-01-31T19:26:10.872Z | Documenting trust-dns-proto v0.22.0 |
2550 | 2024-01-31T19:26:11.082Z | Documenting toml_datetime v0.6.5 |
2551 | 2024-01-31T19:26:12.151Z | Documenting ff v0.13.0 |
2552 | 2024-01-31T19:26:14.322Z | Documenting regress v0.7.1 |
2553 | 2024-01-31T19:26:15.999Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2554 | 2024-01-31T19:26:16.598Z | Documenting fallible-iterator v0.2.0 |
2555 | 2024-01-31T19:26:16.831Z | Documenting bit-vec v0.6.3 |
2556 | 2024-01-31T19:26:17.783Z | Documenting base16ct v0.2.0 |
2557 | 2024-01-31T19:26:18.381Z | Documenting winnow v0.5.15 |
2558 | 2024-01-31T19:26:21.477Z | Documenting static_assertions v1.1.0 |
2559 | 2024-01-31T19:26:22.472Z | Documenting siphasher v0.3.11 |
2560 | 2024-01-31T19:26:22.477Z | Documenting diesel v2.1.4 |
2561 | 2024-01-31T19:26:22.819Z | Documenting sec1 v0.7.3 |
2562 | 2024-01-31T19:26:23.436Z | Documenting group v0.13.0 |
2563 | 2024-01-31T19:26:24.109Z | Documenting postgres-protocol v0.6.6 |
2564 | 2024-01-31T19:26:24.888Z | Documenting cipher v0.4.4 |
2565 | 2024-01-31T19:26:25.952Z | Documenting zip v0.6.6 |
2566 | 2024-01-31T19:26:26.068Z | Documenting toml_edit v0.21.0 |
2567 | 2024-01-31T19:26:26.757Z | Documenting phf_shared v0.11.2 |
2568 | 2024-01-31T19:26:28.985Z | Documenting hkdf v0.12.4 |
2569 | 2024-01-31T19:26:32.251Z | Documenting num-bigint v0.4.4 |
2570 | 2024-01-31T19:26:32.366Z | Documenting crypto-bigint v0.5.2 |
2571 | 2024-01-31T19:26:32.439Z | Documenting camino v1.1.6 |
2572 | 2024-01-31T19:26:33.822Z | Documenting hubpack v0.1.2 |
2573 | 2024-01-31T19:26:35.028Z | Documenting bstr v1.6.0 |
2574 | 2024-01-31T19:26:35.059Z | Documenting serde_repr v0.1.16 |
2575 | 2024-01-31T19:26:36.547Z | Documenting minimal-lexical v0.2.1 |
2576 | 2024-01-31T19:26:39.721Z | Documenting fixedbitset v0.4.2 |
2577 | 2024-01-31T19:26:40.611Z | Documenting heck v0.4.1 |
2578 | 2024-01-31T19:26:41.626Z | Documenting lalrpop-util v0.19.12 |
2579 | 2024-01-31T19:26:42.044Z | Documenting precomputed-hash v0.1.1 |
2580 | 2024-01-31T19:26:42.864Z | Documenting new_debug_unreachable v1.0.4 |
2581 | 2024-01-31T19:26:43.206Z | Documenting yasna v0.5.2 |
2582 | 2024-01-31T19:26:43.267Z | Documenting elliptic-curve v0.13.8 |
2583 | 2024-01-31T19:26:50.506Z | Documenting petgraph v0.6.4 |
2584 | 2024-01-31T19:26:50.506Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2585 | 2024-01-31T19:26:50.507Z | Documenting nom v7.1.3 |
2586 | 2024-01-31T19:26:50.507Z | Documenting string_cache v0.8.7 |
2587 | 2024-01-31T19:26:50.507Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2588 | 2024-01-31T19:26:52.556Z | Documenting postgres-types v0.2.6 |
2589 | 2024-01-31T19:26:54.176Z | Documenting phf v0.11.2 |
2590 | 2024-01-31T19:26:54.650Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2591 | 2024-01-31T19:26:55.650Z | Documenting console v0.15.8 |
2592 | 2024-01-31T19:26:55.814Z | Documenting semver v1.0.21 |
2593 | 2024-01-31T19:26:57.253Z | Documenting float-cmp v0.9.0 |
2594 | 2024-01-31T19:26:58.794Z | Documenting difflib v0.4.0 |
2595 | 2024-01-31T19:26:59.882Z | Documenting predicates-core v1.0.6 |
2596 | 2024-01-31T19:27:00.372Z | Documenting whoami v1.4.1 |
2597 | 2024-01-31T19:27:01.789Z | Documenting normalize-line-endings v0.3.0 |
2598 | 2024-01-31T19:27:02.038Z | Documenting bit-set v0.5.3 |
2599 | 2024-01-31T19:27:03.480Z | Documenting similar v2.3.0 |
2600 | 2024-01-31T19:27:04.175Z | Documenting getopts v0.2.21 |
2601 | 2024-01-31T19:27:04.386Z | Documenting tokio-stream v0.1.14 |
2602 | 2024-01-31T19:27:04.812Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2603 | 2024-01-31T19:27:05.344Z | Checking ident_case v1.0.1 |
2604 | 2024-01-31T19:27:05.557Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2605 | 2024-01-31T19:27:05.828Z | Documenting tokio-postgres v0.7.10 |
2606 | 2024-01-31T19:27:07.230Z | Documenting predicates v3.1.0 |
2607 | 2024-01-31T19:27:07.998Z | Documenting match_cfg v0.1.0 |
2608 | 2024-01-31T19:27:09.685Z | Documenting sha1 v0.10.6 |
2609 | 2024-01-31T19:27:10.364Z | Documenting dirs-sys-next v0.1.2 |
2610 | 2024-01-31T19:27:11.876Z | Documenting rustls-pki-types v1.1.0 |
2611 | 2024-01-31T19:27:12.032Z | Documenting hostname v0.3.1 |
2612 | 2024-01-31T19:27:14.446Z | Documenting paste v1.0.14 |
2613 | 2024-01-31T19:27:14.847Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2614 | 2024-01-31T19:27:15.857Z | Documenting thread_local v1.1.7 |
2615 | 2024-01-31T19:27:15.964Z | Documenting dirs-next v2.0.0 |
2616 | 2024-01-31T19:27:16.791Z | Documenting crossbeam-channel v0.5.8 |
2617 | 2024-01-31T19:27:17.450Z | Documenting rustls-webpki v0.102.1 |
2618 | 2024-01-31T19:27:17.641Z | Documenting atty v0.2.14 |
2619 | 2024-01-31T19:27:20.447Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2620 | 2024-01-31T19:27:20.637Z | Documenting take_mut v0.2.2 |
2621 | 2024-01-31T19:27:22.116Z | Documenting term v0.7.0 |
2622 | 2024-01-31T19:27:22.209Z | Documenting slog-json v2.6.1 |
2623 | 2024-01-31T19:27:22.303Z | Documenting http v1.0.0 |
2624 | 2024-01-31T19:27:22.912Z | Documenting async-stream-impl v0.3.5 |
2625 | 2024-01-31T19:27:23.881Z | Documenting rustls v0.22.2 |
2626 | 2024-01-31T19:27:25.794Z | Documenting debug-ignore v1.0.5 |
2627 | 2024-01-31T19:27:26.078Z | Documenting slog-async v2.8.0 |
2628 | 2024-01-31T19:27:27.271Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2629 | 2024-01-31T19:27:27.378Z | Documenting slog-term v2.9.0 |
2630 | 2024-01-31T19:27:28.713Z | Documenting atomic-waker v1.1.1 |
2631 | 2024-01-31T19:27:29.716Z | Documenting async-stream v0.3.5 |
2632 | 2024-01-31T19:27:30.159Z | Documenting slog-bunyan v2.5.0 |
2633 | 2024-01-31T19:27:30.627Z | Documenting multer v3.0.0 |
2634 | 2024-01-31T19:27:31.726Z | Documenting rustls-pemfile v2.0.0 |
2635 | 2024-01-31T19:27:33.009Z | Documenting waitgroup v0.1.2 |
2636 | 2024-01-31T19:27:33.727Z | Checking darling_core v0.20.3 |
2637 | 2024-01-31T19:27:34.824Z | Documenting toml v0.8.8 |
2638 | 2024-01-31T19:27:36.633Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2639 | 2024-01-31T19:27:37.498Z | Documenting serde_path_to_error v0.1.15 |
2640 | 2024-01-31T19:27:37.633Z | Documenting strum v0.25.0 |
2641 | 2024-01-31T19:27:38.058Z | Checking darling v0.20.3 |
2642 | 2024-01-31T19:27:38.059Z | Documenting tokio-rustls v0.25.0 |
2643 | 2024-01-31T19:27:38.059Z | Documenting serde_with_macros v3.5.1 |
2644 | 2024-01-31T19:27:38.332Z | Documenting structmeta-derive v0.2.0 |
2645 | 2024-01-31T19:27:43.042Z | Checking structmeta v0.2.0 |
2646 | 2024-01-31T19:27:43.380Z | Documenting instant v0.1.12 |
2647 | 2024-01-31T19:27:43.856Z | Checking regex-syntax v0.7.5 |
2648 | 2024-01-31T19:27:43.876Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2649 | 2024-01-31T19:27:44.048Z | Documenting macaddr v1.0.1 |
2650 | 2024-01-31T19:27:55.339Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2651 | 2024-01-31T19:27:56.661Z | Documenting serde_with v3.5.1 |
2652 | 2024-01-31T19:27:56.662Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2653 | 2024-01-31T19:27:56.662Z | Documenting structmeta v0.2.0 |
2654 | 2024-01-31T19:27:56.662Z | Documenting backoff v0.4.0 |
2655 | 2024-01-31T19:27:56.662Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2656 | 2024-01-31T19:27:56.662Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-01-31T19:27:57.396Z | Documenting fastrand v2.0.0 |
2658 | 2024-01-31T19:27:57.396Z | Documenting proc-macro-error-attr v1.0.4 |
2659 | 2024-01-31T19:27:57.396Z | Documenting is-terminal v0.4.9 |
2660 | 2024-01-31T19:27:57.396Z | Documenting parse-display-derive v0.8.2 |
2661 | 2024-01-31T19:27:57.396Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2662 | 2024-01-31T19:27:57.396Z | Documenting tempfile v3.9.0 |
2663 | 2024-01-31T19:27:57.396Z | Documenting proc-macro-error v1.0.4 |
2664 | 2024-01-31T19:27:57.398Z | Checking proc-macro-error v1.0.4 |
2665 | 2024-01-31T19:27:57.734Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2666 | 2024-01-31T19:27:57.738Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2667 | 2024-01-31T19:27:57.934Z | Checking proc-macro-crate v1.3.1 |
2668 | 2024-01-31T19:27:57.934Z | Documenting proc-macro-crate v1.3.1 |
2669 | 2024-01-31T19:27:58.014Z | Documenting hash32 v0.3.1 |
2670 | 2024-01-31T19:27:58.470Z | Documenting stable_deref_trait v1.2.0 |
2671 | 2024-01-31T19:28:00.474Z | Documenting embedded-io v0.4.0 |
2672 | 2024-01-31T19:28:01.335Z | Documenting parse-display v0.8.2 |
2673 | 2024-01-31T19:28:02.747Z | Documenting camino-tempfile v1.1.1 |
2674 | 2024-01-31T19:28:02.880Z | Documenting cobs v0.2.3 |
2675 | 2024-01-31T19:28:03.508Z | Documenting foreign-types-macros v0.2.3 |
2676 | 2024-01-31T19:28:04.382Z | Documenting heapless v0.8.0 |
2677 | 2024-01-31T19:28:04.806Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2678 | 2024-01-31T19:28:05.749Z | Documenting num_enum_derive v0.5.11 |
2679 | 2024-01-31T19:28:06.660Z | Documenting postcard v1.0.8 |
2680 | 2024-01-31T19:28:07.213Z | Documenting foreign-types-shared v0.3.1 |
2681 | 2024-01-31T19:28:09.066Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2682 | 2024-01-31T19:28:09.143Z | Documenting crucible-workspace-hack v0.1.0 |
2683 | 2024-01-31T19:28:09.207Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2684 | 2024-01-31T19:28:10.264Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2685 | 2024-01-31T19:28:11.274Z | Documenting foreign-types v0.5.0 |
2686 | 2024-01-31T19:28:11.279Z | Documenting smoltcp v0.11.0 |
2687 | 2024-01-31T19:28:13.704Z | Documenting cstr-argument v0.1.2 |
2688 | 2024-01-31T19:28:14.484Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2689 | 2024-01-31T19:28:14.982Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2690 | 2024-01-31T19:28:15.720Z | Documenting colored v2.0.4 |
2691 | 2024-01-31T19:28:15.926Z | Documenting num_enum v0.5.11 |
2692 | 2024-01-31T19:28:20.826Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2693 | 2024-01-31T19:28:20.938Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2694 | 2024-01-31T19:28:20.938Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2695 | 2024-01-31T19:28:21.281Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2696 | 2024-01-31T19:28:21.798Z | Documenting zone_cfg_derive v0.3.0 |
2697 | 2024-01-31T19:28:21.955Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2698 | 2024-01-31T19:28:22.171Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2699 | 2024-01-31T19:28:22.648Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2024-01-31T19:28:24.675Z | Documenting num-derive v0.4.0 |
2701 | 2024-01-31T19:28:27.711Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2702 | 2024-01-31T19:28:28.012Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2703 | 2024-01-31T19:28:28.411Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2704 | 2024-01-31T19:28:29.577Z | Documenting zone v0.3.0 |
2705 | 2024-01-31T19:28:30.170Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2706 | 2024-01-31T19:28:31.672Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2707 | 2024-01-31T19:28:35.459Z | Documenting smf v0.2.2 |
2708 | 2024-01-31T19:28:36.950Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2709 | 2024-01-31T19:28:38.292Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2710 | 2024-01-31T19:28:38.410Z | Documenting linked-hash-map v0.5.6 |
2711 | 2024-01-31T19:28:38.901Z | Documenting password-hash v0.5.0 |
2712 | 2024-01-31T19:28:39.868Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2713 | 2024-01-31T19:28:41.256Z | Documenting blake2 v0.10.6 |
2714 | 2024-01-31T19:28:41.385Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2715 | 2024-01-31T19:28:44.182Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2716 | 2024-01-31T19:28:44.642Z | Documenting lru-cache v0.1.2 |
2717 | 2024-01-31T19:28:44.908Z | Documenting itertools v0.12.0 |
2718 | 2024-01-31T19:28:48.615Z | Documenting argon2 v0.5.3 |
2719 | 2024-01-31T19:28:50.472Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2720 | 2024-01-31T19:28:50.592Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2721 | 2024-01-31T19:28:50.592Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2722 | 2024-01-31T19:28:50.838Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2723 | 2024-01-31T19:28:51.171Z | Documenting memmap v0.7.0 |
2724 | 2024-01-31T19:28:52.787Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2725 | 2024-01-31T19:28:53.158Z | Documenting quick-error v1.2.3 |
2726 | 2024-01-31T19:28:55.473Z | Documenting swrite v0.1.0 |
2727 | 2024-01-31T19:28:56.657Z | Documenting tap v1.0.1 |
2728 | 2024-01-31T19:28:56.677Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2729 | 2024-01-31T19:28:57.097Z | Documenting usdt v0.5.0 |
2730 | 2024-01-31T19:28:57.796Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2731 | 2024-01-31T19:28:58.738Z | Documenting resolv-conf v0.7.0 |
2732 | 2024-01-31T19:28:59.288Z | Documenting radium v0.7.0 |
2733 | 2024-01-31T19:28:59.817Z | Documenting newtype_derive v0.1.6 |
2734 | 2024-01-31T19:28:59.837Z | Documenting nibble_vec v0.1.0 |
2735 | 2024-01-31T19:29:00.415Z | Documenting wyz v0.5.1 |
2736 | 2024-01-31T19:29:01.708Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2737 | 2024-01-31T19:29:05.206Z | Checking heck v0.3.3 |
2738 | 2024-01-31T19:29:06.816Z | Documenting endian-type v0.1.2 |
2739 | 2024-01-31T19:29:07.199Z | Documenting trust-dns-resolver v0.22.0 |
2740 | 2024-01-31T19:29:07.199Z | Documenting crc-catalog v2.2.0 |
2741 | 2024-01-31T19:29:07.199Z | Documenting funty v2.0.0 |
2742 | 2024-01-31T19:29:07.199Z | Documenting steno v0.4.0 |
2743 | 2024-01-31T19:29:07.199Z | Documenting structopt-derive v0.4.18 |
2744 | 2024-01-31T19:29:07.199Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2745 | 2024-01-31T19:29:09.129Z | Documenting crc v3.0.1 |
2746 | 2024-01-31T19:29:09.390Z | Documenting radix_trie v0.2.1 |
2747 | 2024-01-31T19:29:10.023Z | Documenting bitvec v1.0.1 |
2748 | 2024-01-31T19:29:13.789Z | Documenting cancel-safe-futures v0.1.5 |
2749 | 2024-01-31T19:29:18.333Z | Documenting filetime v0.2.23 |
2750 | 2024-01-31T19:29:18.334Z | Documenting xattr v1.0.1 |
2751 | 2024-01-31T19:29:18.334Z | Documenting packed_struct_codegen v0.10.1 |
2752 | 2024-01-31T19:29:18.402Z | Documenting nodrop v0.1.14 |
2753 | 2024-01-31T19:29:20.669Z | Documenting structopt v0.3.26 |
2754 | 2024-01-31T19:29:21.166Z | Documenting tar v0.4.40 |
2755 | 2024-01-31T19:29:21.936Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2756 | 2024-01-31T19:29:22.486Z | Documenting num-bigint-dig v0.8.4 |
2757 | 2024-01-31T19:29:22.518Z | Documenting array-init v0.0.4 |
2758 | 2024-01-31T19:29:23.230Z | Documenting libefi-sys v0.1.0 |
2759 | 2024-01-31T19:29:26.499Z | Documenting packed_struct v0.10.1 |
2760 | 2024-01-31T19:29:26.987Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2761 | 2024-01-31T19:29:27.397Z | Documenting pkcs1 v0.7.5 |
2762 | 2024-01-31T19:29:27.530Z | Documenting signature v2.1.0 |
2763 | 2024-01-31T19:29:29.198Z | Documenting arc-swap v1.6.0 |
2764 | 2024-01-31T19:29:32.194Z | Documenting bitfield v0.14.0 |
2765 | 2024-01-31T19:29:34.765Z | Documenting termcolor v1.2.0 |
2766 | 2024-01-31T19:29:34.863Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2767 | 2024-01-31T19:29:34.864Z | Documenting rsa v0.9.2 |
2768 | 2024-01-31T19:29:35.068Z | Documenting slog-scope v4.4.0 |
2769 | 2024-01-31T19:29:36.607Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2770 | 2024-01-31T19:29:37.235Z | Documenting serde-hex v0.1.0 |
2771 | 2024-01-31T19:29:41.435Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2772 | 2024-01-31T19:29:41.537Z | Documenting env_logger v0.10.0 |
2773 | 2024-01-31T19:29:41.537Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2774 | 2024-01-31T19:29:41.694Z | Documenting num-rational v0.4.1 |
2775 | 2024-01-31T19:29:48.544Z | Documenting x509-cert v0.2.4 |
2776 | 2024-01-31T19:29:48.632Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2777 | 2024-01-31T19:29:50.034Z | Documenting libsw v3.3.1 |
2778 | 2024-01-31T19:29:50.034Z | Documenting ron v0.8.1 |
2779 | 2024-01-31T19:29:50.034Z | Documenting num-complex v0.4.4 |
2780 | 2024-01-31T19:29:50.034Z | Documenting gethostname v0.4.3 |
2781 | 2024-01-31T19:29:50.034Z | Documenting half v2.3.1 |
2782 | 2024-01-31T19:29:53.297Z | Documenting derive-where v1.2.7 |
2783 | 2024-01-31T19:29:53.486Z | Documenting owo-colors v4.0.0 |
2784 | 2024-01-31T19:29:53.486Z | Documenting crc-any v2.4.3 |
2785 | 2024-01-31T19:29:53.486Z | Documenting ciborium-io v0.2.2 |
2786 | 2024-01-31T19:29:53.486Z | Documenting same-file v1.0.6 |
2787 | 2024-01-31T19:29:53.486Z | Documenting linear-map v1.2.0 |
2788 | 2024-01-31T19:29:53.769Z | Documenting num v0.4.1 |
2789 | 2024-01-31T19:29:57.615Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2790 | 2024-01-31T19:29:58.424Z | Documenting ciborium-ll v0.2.2 |
2791 | 2024-01-31T19:29:59.064Z | Documenting walkdir v2.4.0 |
2792 | 2024-01-31T19:29:59.767Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2793 | 2024-01-31T19:29:59.956Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2794 | 2024-01-31T19:30:01.966Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2795 | 2024-01-31T19:30:02.252Z | Documenting slog-stdlog v4.1.1 |
2796 | 2024-01-31T19:30:04.681Z | Documenting slog-dtrace v0.3.0 |
2797 | 2024-01-31T19:30:05.542Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2798 | 2024-01-31T19:30:11.131Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2799 | 2024-01-31T19:30:11.295Z | Documenting path-slash v0.1.5 |
2800 | 2024-01-31T19:30:13.176Z | Documenting slog-envlogger v2.2.0 |
2801 | 2024-01-31T19:30:14.092Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2802 | 2024-01-31T19:30:14.374Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2803 | 2024-01-31T19:30:15.499Z | Documenting ciborium v0.2.2 |
2804 | 2024-01-31T19:30:17.600Z | Documenting pem v3.0.2 |
2805 | 2024-01-31T19:30:21.358Z | Documenting fxhash v0.2.1 |
2806 | 2024-01-31T19:30:22.273Z | Documenting utf-8 v0.7.6 |
2807 | 2024-01-31T19:30:23.149Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2808 | 2024-01-31T19:30:23.185Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2809 | 2024-01-31T19:30:26.384Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2810 | 2024-01-31T19:30:26.869Z | Documenting vte_generate_state_changes v0.1.1 |
2811 | 2024-01-31T19:30:27.710Z | Documenting tungstenite v0.20.1 |
2812 | 2024-01-31T19:30:29.839Z | Documenting display-error-chain v0.2.0 |
2813 | 2024-01-31T19:30:32.471Z | Checking convert_case v0.4.0 |
2814 | 2024-01-31T19:30:32.706Z | Documenting convert_case v0.4.0 |
2815 | 2024-01-31T19:30:33.204Z | Documenting vte v0.11.1 |
2816 | 2024-01-31T19:30:34.763Z | Documenting buf-list v1.0.3 |
2817 | 2024-01-31T19:30:37.495Z | Documenting tokio-tungstenite v0.20.1 |
2818 | 2024-01-31T19:30:38.209Z | Documenting derive_more v0.99.17 |
2819 | 2024-01-31T19:30:39.381Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2820 | 2024-01-31T19:30:41.730Z | Documenting pin-project-internal v1.1.3 |
2821 | 2024-01-31T19:30:43.390Z | Documenting strip-ansi-escapes v0.2.0 |
2822 | 2024-01-31T19:30:45.225Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2823 | 2024-01-31T19:30:46.885Z | Documenting doc-comment v0.3.3 |
2824 | 2024-01-31T19:30:48.800Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2825 | 2024-01-31T19:30:49.139Z | Documenting pin-project v1.1.3 |
2826 | 2024-01-31T19:30:49.444Z | Checking darling_core v0.14.4 |
2827 | 2024-01-31T19:30:51.098Z | Documenting snafu-derive v0.7.5 |
2828 | 2024-01-31T19:30:52.073Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2829 | 2024-01-31T19:30:52.373Z | Documenting nu-ansi-term v0.49.0 |
2830 | 2024-01-31T19:30:52.529Z | Checking darling v0.14.4 |
2831 | 2024-01-31T19:30:53.477Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2832 | 2024-01-31T19:30:56.509Z | Documenting trust-dns-client v0.22.0 |
2833 | 2024-01-31T19:30:58.443Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2834 | 2024-01-31T19:30:58.505Z | Documenting reedline v0.28.0 |
2835 | 2024-01-31T19:30:58.837Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2836 | 2024-01-31T19:30:59.246Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2837 | 2024-01-31T19:31:01.320Z | Documenting globset v0.4.13 |
2838 | 2024-01-31T19:31:03.045Z | Documenting snafu v0.7.5 |
2839 | 2024-01-31T19:31:04.506Z | Documenting olpc-cjson v0.1.3 |
2840 | 2024-01-31T19:31:08.244Z | Documenting serde_plain v1.0.2 |
2841 | 2024-01-31T19:31:08.593Z | Documenting async-recursion v1.0.5 |
2842 | 2024-01-31T19:31:09.929Z | Documenting keccak v0.1.4 |
2843 | 2024-01-31T19:31:10.049Z | Documenting bytecount v0.6.3 |
2844 | 2024-01-31T19:31:10.282Z | Documenting typed-path v0.7.0 |
2845 | 2024-01-31T19:31:15.397Z | Documenting trust-dns-server v0.22.1 |
2846 | 2024-01-31T19:31:15.733Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2847 | 2024-01-31T19:31:15.733Z | Documenting papergrid v0.11.0 |
2848 | 2024-01-31T19:31:15.733Z | Documenting sha3 v0.10.8 |
2849 | 2024-01-31T19:31:15.733Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2850 | 2024-01-31T19:31:16.814Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2851 | 2024-01-31T19:31:17.084Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2852 | 2024-01-31T19:31:17.910Z | Documenting sled v0.34.7 |
2853 | 2024-01-31T19:31:18.405Z | Documenting tough v0.16.0 |
2854 | 2024-01-31T19:31:19.050Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2855 | 2024-01-31T19:31:20.358Z | Documenting fs-err v2.11.0 |
2856 | 2024-01-31T19:31:21.153Z | Documenting unicase v2.7.0 |
2857 | 2024-01-31T19:31:22.822Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2858 | 2024-01-31T19:31:22.838Z | Documenting tabled_derive v0.7.0 |
2859 | 2024-01-31T19:31:22.942Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2860 | 2024-01-31T19:31:24.941Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2861 | 2024-01-31T19:31:26.120Z | Documenting crossbeam-deque v0.8.3 |
2862 | 2024-01-31T19:31:26.464Z | Documenting fd-lock v4.0.2 |
2863 | 2024-01-31T19:31:26.594Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2864 | 2024-01-31T19:31:27.153Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2865 | 2024-01-31T19:31:28.165Z | Documenting nix v0.27.1 |
2866 | 2024-01-31T19:31:28.712Z | Documenting secrecy v0.8.0 |
2867 | 2024-01-31T19:31:30.165Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2868 | 2024-01-31T19:31:31.963Z | Documenting headers-core v0.2.0 |
2869 | 2024-01-31T19:31:32.935Z | Documenting sqlparser_derive v0.2.2 |
2870 | 2024-01-31T19:31:34.894Z | Documenting parse-size v1.0.0 |
2871 | 2024-01-31T19:31:35.183Z | Documenting home v0.5.5 |
2872 | 2024-01-31T19:31:35.427Z | Documenting unicode_categories v0.1.1 |
2873 | 2024-01-31T19:31:36.548Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2874 | 2024-01-31T19:31:37.411Z | Documenting rayon-core v1.12.0 |
2875 | 2024-01-31T19:31:38.707Z | Documenting headers v0.3.9 |
2876 | 2024-01-31T19:31:39.493Z | Documenting tabled v0.15.0 |
2877 | 2024-01-31T19:31:40.308Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2878 | 2024-01-31T19:31:40.403Z | Documenting sqlparser v0.43.1 |
2879 | 2024-01-31T19:31:40.673Z | Documenting rustyline v13.0.0 |
2880 | 2024-01-31T19:31:40.882Z | Documenting sqlformat v0.2.3 |
2881 | 2024-01-31T19:31:43.418Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2882 | 2024-01-31T19:31:47.143Z | Documenting mime_guess v2.0.4 |
2883 | 2024-01-31T19:31:51.552Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2884 | 2024-01-31T19:31:51.553Z | Documenting derive_builder_core v0.12.0 |
2885 | 2024-01-31T19:31:51.553Z | Checking derive_builder_core v0.12.0 |
2886 | 2024-01-31T19:31:52.585Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2887 | 2024-01-31T19:31:52.916Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2888 | 2024-01-31T19:31:53.310Z | Documenting universal-hash v0.5.1 |
2889 | 2024-01-31T19:31:54.321Z | Documenting bcs v0.1.6 |
2890 | 2024-01-31T19:32:00.137Z | Documenting kstat-rs v0.2.3 |
2891 | 2024-01-31T19:32:00.156Z | Documenting thiserror-impl-no-std v2.0.2 |
2892 | 2024-01-31T19:32:00.156Z | Documenting curve25519-dalek-derive v0.1.0 |
2893 | 2024-01-31T19:32:01.946Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2894 | 2024-01-31T19:32:03.281Z | Documenting highway v1.1.0 |
2895 | 2024-01-31T19:32:04.541Z | Documenting opaque-debug v0.3.0 |
2896 | 2024-01-31T19:32:05.246Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2897 | 2024-01-31T19:32:06.567Z | Documenting curve25519-dalek v4.1.1 |
2898 | 2024-01-31T19:32:07.286Z | Documenting thiserror-no-std v2.0.2 |
2899 | 2024-01-31T19:32:08.241Z | Documenting poly1305 v0.8.0 |
2900 | 2024-01-31T19:32:08.661Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2901 | 2024-01-31T19:32:08.785Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2902 | 2024-01-31T19:32:12.678Z | Documenting derive_builder_macro v0.12.0 |
2903 | 2024-01-31T19:32:13.096Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2904 | 2024-01-31T19:32:15.862Z | Documenting rayon v1.8.0 |
2905 | 2024-01-31T19:32:15.862Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2906 | 2024-01-31T19:32:17.920Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2907 | 2024-01-31T19:32:18.344Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2908 | 2024-01-31T19:32:26.877Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2909 | 2024-01-31T19:32:26.877Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2910 | 2024-01-31T19:32:27.119Z | Documenting portable-atomic v1.4.3 |
2911 | 2024-01-31T19:32:32.303Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2912 | 2024-01-31T19:32:37.687Z | Documenting ed25519 v1.5.3 |
2913 | 2024-01-31T19:32:37.786Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2914 | 2024-01-31T19:32:41.995Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2915 | 2024-01-31T19:32:43.218Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2916 | 2024-01-31T19:32:45.564Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2917 | 2024-01-31T19:32:46.946Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2918 | 2024-01-31T19:32:55.720Z | Documenting chacha20 v0.9.1 |
2919 | 2024-01-31T19:32:57.346Z | Documenting aead v0.5.2 |
2920 | 2024-01-31T19:32:59.423Z | Documenting lru v0.12.1 |
2921 | 2024-01-31T19:33:02.009Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2922 | 2024-01-31T19:33:03.321Z | Documenting stability v0.1.1 |
2923 | 2024-01-31T19:33:04.073Z | Documenting ref-cast-impl v1.0.20 |
2924 | 2024-01-31T19:33:04.886Z | Documenting glob v0.3.1 |
2925 | 2024-01-31T19:33:06.684Z | Documenting number_prefix v0.4.0 |
2926 | 2024-01-31T19:33:06.978Z | Documenting cassowary v0.3.0 |
2927 | 2024-01-31T19:33:10.222Z | Documenting chacha20poly1305 v0.10.1 |
2928 | 2024-01-31T19:33:10.324Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2929 | 2024-01-31T19:33:10.796Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2930 | 2024-01-31T19:33:12.270Z | Documenting ref-cast v1.0.20 |
2931 | 2024-01-31T19:33:12.322Z | Documenting indicatif v0.17.7 |
2932 | 2024-01-31T19:33:12.744Z | Documenting ratatui v0.25.0 |
2933 | 2024-01-31T19:33:15.181Z | Documenting salty v0.2.0 |
2934 | 2024-01-31T19:33:15.883Z | Documenting derive_builder v0.12.0 |
2935 | 2024-01-31T19:33:19.735Z | Documenting vsss-rs v3.3.4 |
2936 | 2024-01-31T19:33:21.377Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2937 | 2024-01-31T19:33:26.280Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2938 | 2024-01-31T19:33:26.533Z | Documenting polar-core v0.27.0 |
2939 | 2024-01-31T19:33:26.534Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2940 | 2024-01-31T19:33:27.827Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2941 | 2024-01-31T19:33:32.492Z | Documenting libxml v0.3.3 |
2942 | 2024-01-31T19:33:32.753Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2943 | 2024-01-31T19:33:37.438Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2944 | 2024-01-31T19:33:37.479Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2945 | 2024-01-31T19:33:37.864Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2946 | 2024-01-31T19:33:41.048Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2947 | 2024-01-31T19:33:43.655Z | Documenting bb8 v0.8.1 |
2948 | 2024-01-31T19:33:45.025Z | Documenting quick-xml v0.30.0 |
2949 | 2024-01-31T19:33:51.159Z | Documenting serde-big-array v0.5.1 |
2950 | 2024-01-31T19:33:51.410Z | Documenting rtoolbox v0.0.1 |
2951 | 2024-01-31T19:33:51.410Z | Documenting oso-derive v0.27.0 |
2952 | 2024-01-31T19:33:52.136Z | Documenting impl-trait-for-tuples v0.2.2 |
2953 | 2024-01-31T19:33:53.039Z | Documenting http-range v0.1.5 |
2954 | 2024-01-31T19:33:53.180Z | Documenting smawk v0.3.1 |
2955 | 2024-01-31T19:33:54.239Z | Documenting unicode-linebreak v0.1.5 |
2956 | 2024-01-31T19:33:54.863Z | Documenting is_ci v1.1.1 |
2957 | 2024-01-31T19:33:55.515Z | Documenting humantime v2.1.0 |
2958 | 2024-01-31T19:33:57.093Z | Documenting maplit v1.0.2 |
2959 | 2024-01-31T19:33:58.526Z | Documenting hyper-staticfile v0.9.5 |
2960 | 2024-01-31T19:33:58.671Z | Documenting rpassword v7.3.1 |
2961 | 2024-01-31T19:33:58.896Z | Documenting textwrap v0.16.0 |
2962 | 2024-01-31T19:34:00.356Z | Documenting supports-color v2.1.0 |
2963 | 2024-01-31T19:34:00.801Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2964 | 2024-01-31T19:34:01.094Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2965 | 2024-01-31T19:34:02.568Z | Documenting oso v0.27.0 |
2966 | 2024-01-31T19:34:04.584Z | Documenting samael v0.0.14 |
2967 | 2024-01-31T19:34:07.971Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2968 | 2024-01-31T19:34:08.129Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2969 | 2024-01-31T19:34:09.092Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2970 | 2024-01-31T19:34:10.753Z | Documenting tui-tree-widget v0.16.0 |
2971 | 2024-01-31T19:34:11.647Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2972 | 2024-01-31T19:34:14.582Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2973 | 2024-01-31T19:34:18.504Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2974 | 2024-01-31T19:34:19.479Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2975 | 2024-01-31T19:34:20.841Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2976 | 2024-01-31T19:34:24.052Z | Documenting cookie v0.18.0 |
2977 | 2024-01-31T19:34:24.173Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2978 | 2024-01-31T19:34:28.535Z | Documenting rcgen v0.12.1 |
2979 | 2024-01-31T19:34:29.961Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2980 | 2024-01-31T19:34:30.624Z | Documenting atomicwrites v0.4.3 |
2981 | 2024-01-31T19:34:34.120Z | Documenting signal-hook-tokio v0.3.1 |
2982 | 2024-01-31T19:34:38.005Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2983 | 2024-01-31T19:34:41.244Z | Documenting subprocess v0.2.9 |
2984 | 2024-01-31T19:34:46.241Z | Documenting corncobs v0.1.3 |
2985 | 2024-01-31T19:34:46.477Z | Documenting shell-words v1.1.0 |
2986 | 2024-01-31T19:34:46.477Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2987 | 2024-01-31T19:34:47.014Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2988 | 2024-01-31T19:34:49.659Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-01-31T19:34:51.996Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2990 | 2024-01-31T19:34:53.218Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2991 | 2024-01-31T19:34:53.590Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2992 | 2024-01-31T19:34:55.739Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-01-31T19:34:59.377Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2994 | 2024-01-31T19:35:06.092Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2995 | 2024-01-31T19:35:20.648Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2996 | 2024-01-31T19:35:23.316Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2997 | 2024-01-31T19:35:29.017Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2998 | 2024-01-31T19:35:31.562Z | Documenting fatfs v0.3.6 |
2999 | 2024-01-31T19:35:34.200Z | Documenting nanorand v0.7.0 |
3000 | 2024-01-31T19:35:34.628Z | warning: unclosed HTML tag `usize` |
3001 | 2024-01-31T19:35:34.628Z | --> wicket/src/ui/panes/update.rs:153:19 |
3002 | 2024-01-31T19:35:34.628Z | | |
3003 | 2024-01-31T19:35:34.628Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3004 | 2024-01-31T19:35:34.628Z | | ^^^^^^^ |
3005 | 2024-01-31T19:35:34.628Z | | |
3006 | 2024-01-31T19:35:34.629Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3007 | 2024-01-31T19:35:34.629Z | |
3008 | 2024-01-31T19:35:36.662Z | warning: `wicket` (lib doc) generated 1 warning |
3009 | 2024-01-31T19:35:36.672Z | Documenting assert_matches v1.5.0 |
3010 | 2024-01-31T19:35:39.097Z | Documenting topological-sort v0.2.2 |
3011 | 2024-01-31T19:35:40.108Z | Documenting flume v0.11.0 |
3012 | 2024-01-31T19:35:40.907Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3013 | 2024-01-31T19:35:45.498Z | Documenting omicron-zone-package v0.10.1 |
3014 | 2024-01-31T19:35:45.582Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3015 | 2024-01-31T19:35:46.667Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3016 | 2024-01-31T19:35:50.578Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3017 | 2024-01-31T19:35:51.707Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3018 | 2024-01-31T19:35:56.923Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3019 | 2024-01-31T19:36:04.081Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3020 | 2024-01-31T19:36:09.004Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3021 | 2024-01-31T19:36:10.221Z | Documenting termios v0.3.3 |
3022 | 2024-01-31T19:36:19.572Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3023 | 2024-01-31T19:36:19.572Z | --> sled-agent/src/sim/instance.rs:46:7 |
3024 | 2024-01-31T19:36:19.572Z | | |
3025 | 2024-01-31T19:36:19.572Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3026 | 2024-01-31T19:36:19.572Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3027 | 2024-01-31T19:36:19.718Z | | |
3028 | 2024-01-31T19:36:19.718Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3029 | 2024-01-31T19:36:19.718Z | |
3030 | 2024-01-31T19:36:19.718Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3031 | 2024-01-31T19:36:19.719Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3032 | 2024-01-31T19:36:20.098Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3033 | 2024-01-31T19:36:23.436Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3034 | 2024-01-31T19:36:32.566Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3035 | 2024-01-31T19:36:36.430Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3036 | 2024-01-31T19:36:48.319Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3037 | 2024-01-31T19:37:08.460Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3038 | 2024-01-31T19:37:08.752Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3039 | 2024-01-31T19:37:47.348Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3040 | 2024-01-31T19:37:48.159Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3041 | 2024-01-31T19:37:48.160Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3042 | 2024-01-31T19:37:48.160Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3043 | 2024-01-31T19:37:51.476Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3044 | 2024-01-31T19:38:06.149Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3045 | 2024-01-31T19:38:06.150Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3046 | 2024-01-31T19:38:06.150Z | | |
3047 | 2024-01-31T19:38:06.150Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3048 | 2024-01-31T19:38:06.150Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3049 | 2024-01-31T19:38:06.150Z | | |
3050 | 2024-01-31T19:38:06.150Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3051 | 2024-01-31T19:38:06.150Z | |
3052 | 2024-01-31T19:38:22.923Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3053 | 2024-01-31T19:38:22.939Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3054 | 2024-01-31T19:39:38.836Z | warning: unresolved link to `VolumeConstructionRequest` |
3055 | 2024-01-31T19:39:38.836Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3056 | 2024-01-31T19:39:38.836Z | | |
3057 | 2024-01-31T19:39:38.836Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3058 | 2024-01-31T19:39:38.836Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3059 | 2024-01-31T19:39:38.836Z | | |
3060 | 2024-01-31T19:39:38.836Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3061 | 2024-01-31T19:39:38.836Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3062 | 2024-01-31T19:39:38.836Z | |
3063 | 2024-01-31T19:39:38.836Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3064 | 2024-01-31T19:39:38.836Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3065 | 2024-01-31T19:39:38.836Z | | |
3066 | 2024-01-31T19:39:38.836Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3067 | 2024-01-31T19:39:38.836Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3068 | 2024-01-31T19:39:38.836Z | |
3069 | 2024-01-31T19:39:38.836Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3070 | 2024-01-31T19:39:38.836Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3071 | 2024-01-31T19:39:38.837Z | | |
3072 | 2024-01-31T19:39:38.840Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3073 | 2024-01-31T19:39:38.840Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3074 | 2024-01-31T19:39:38.840Z | |
3075 | 2024-01-31T19:39:38.840Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3076 | 2024-01-31T19:39:38.841Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3077 | 2024-01-31T19:39:38.841Z | | |
3078 | 2024-01-31T19:39:38.841Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3079 | 2024-01-31T19:39:38.841Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3080 | 2024-01-31T19:39:38.842Z | |
3081 | 2024-01-31T19:39:38.842Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3082 | 2024-01-31T19:39:38.843Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3083 | 2024-01-31T19:39:38.843Z | | |
3084 | 2024-01-31T19:39:38.843Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3085 | 2024-01-31T19:39:38.843Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3086 | 2024-01-31T19:39:38.843Z | |
3087 | 2024-01-31T19:39:38.843Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3088 | 2024-01-31T19:39:38.843Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3089 | 2024-01-31T19:39:38.843Z | | |
3090 | 2024-01-31T19:39:38.843Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3091 | 2024-01-31T19:39:38.843Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3092 | 2024-01-31T19:39:38.843Z | |
3093 | 2024-01-31T19:39:38.843Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3094 | 2024-01-31T19:39:38.843Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3095 | 2024-01-31T19:39:38.843Z | | |
3096 | 2024-01-31T19:39:38.843Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3097 | 2024-01-31T19:39:38.843Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3098 | 2024-01-31T19:39:38.843Z | |
3099 | 2024-01-31T19:39:43.524Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3100 | 2024-01-31T19:40:18.386Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 15s |
3101 | 2024-01-31T19:40:18.493Z | |
3102 | 2024-01-31T19:40:18.494Z | real 17:15.167641056 |
3103 | 2024-01-31T19:40:18.494Z | user 55:11.263457627 |
3104 | 2024-01-31T19:40:18.494Z | sys 1:04:19.769927375 |
3105 | 2024-01-31T19:40:18.504Z | trap 1.836296267 |
3106 | 2024-01-31T19:40:18.504Z | tflt 0.080601946 |
3107 | 2024-01-31T19:40:18.505Z | dflt 0.400880543 |
3108 | 2024-01-31T19:40:18.505Z | kflt 0.000124120 |
3109 | 2024-01-31T19:40:18.505Z | lock 3:20:33.237685090 |
3110 | 2024-01-31T19:40:18.505Z | slp 4:18:03.719190939 |
3111 | 2024-01-31T19:40:18.505Z | lat 5:31.971284612 |
3112 | 2024-01-31T19:40:18.505Z | stop 1:36.113468207 |
3113 | 2024-01-31T19:40:18.505Z | process exited: duration 1887605 ms, exit code 0 |
|
3114 | 2024-01-31T19:40:18.525Z | found 0 output files |