|
|
|
1 | 2024-03-26T18:21:30.483Z | job assigned to worker 01HSXZT8SBZ9Y7YDEHXE456XXE (queued for 2 m 0 s) |
|
2 | 2024-03-26T18:21:37.639Z | starting task 0: "setup" |
3 | 2024-03-26T18:21:37.745Z | ++ uname -s |
4 | 2024-03-26T18:21:37.764Z | + kern=SunOS |
5 | 2024-03-26T18:21:37.764Z | + case "$kern" in |
6 | 2024-03-26T18:21:37.765Z | + groupadd -g 12345 build |
7 | 2024-03-26T18:21:37.838Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T18:21:39.844Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T18:21:39.925Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T18:21:39.928Z | + home_fs=zfs |
11 | 2024-03-26T18:21:39.928Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T18:21:39.928Z | + mkdir -p /home/build |
13 | 2024-03-26T18:21:39.928Z | + chown build:build /home/build /work |
14 | 2024-03-26T18:21:41.928Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T18:21:41.931Z | process exited: duration 4294 ms, exit code 0 |
|
16 | 2024-03-26T18:21:41.937Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T18:21:41.944Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T18:21:41.951Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-26T18:21:42.056Z | info: downloading installer |
20 | 2024-03-26T18:21:44.241Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T18:21:44.241Z | warning: /opt/ooce/bin |
22 | 2024-03-26T18:21:44.241Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T18:21:44.241Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T18:21:44.241Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T18:21:44.241Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T18:21:44.241Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T18:21:44.242Z | error: cannot install while Rust is installed |
28 | 2024-03-26T18:21:44.242Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T18:21:44.731Z | info: profile set to 'default' |
30 | 2024-03-26T18:21:44.731Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T18:21:44.734Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-26T18:21:44.885Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-26T18:21:44.885Z | info: downloading component 'cargo' |
34 | 2024-03-26T18:21:45.816Z | info: downloading component 'clippy' |
35 | 2024-03-26T18:21:46.140Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T18:21:47.306Z | info: downloading component 'rust-std' |
37 | 2024-03-26T18:21:49.394Z | info: downloading component 'rustc' |
38 | 2024-03-26T18:21:54.461Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T18:21:54.748Z | info: installing component 'cargo' |
40 | 2024-03-26T18:21:55.573Z | info: installing component 'clippy' |
41 | 2024-03-26T18:21:55.934Z | info: installing component 'rust-docs' |
42 | 2024-03-26T18:21:57.334Z | info: installing component 'rust-std' |
43 | 2024-03-26T18:21:59.097Z | info: installing component 'rustc' |
44 | 2024-03-26T18:22:03.220Z | info: installing component 'rustfmt' |
45 | 2024-03-26T18:22:03.576Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-26T18:22:03.576Z | |
47 | 2024-03-26T18:22:03.868Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-26T18:22:03.868Z | |
49 | 2024-03-26T18:22:03.878Z | |
50 | 2024-03-26T18:22:03.878Z | Rust is installed now. Great! |
51 | 2024-03-26T18:22:03.878Z | |
52 | 2024-03-26T18:22:03.878Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T18:22:03.878Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T18:22:03.878Z | |
55 | 2024-03-26T18:22:03.878Z | To configure your current shell, you need to source |
56 | 2024-03-26T18:22:03.878Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T18:22:03.878Z | |
58 | 2024-03-26T18:22:03.878Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T18:22:03.879Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T18:22:03.879Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T18:22:03.990Z | + rustc --version |
62 | 2024-03-26T18:22:04.053Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-26T18:22:04.056Z | process exited: duration 22114 ms, exit code 0 |
|
64 | 2024-03-26T18:22:04.067Z | starting task 2: "authentication" |
65 | 2024-03-26T18:22:04.090Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-03-26T18:22:04.098Z | starting task 3: "clone repository" |
67 | 2024-03-26T18:22:04.104Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T18:22:04.108Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T18:22:04.825Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T18:22:10.576Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T18:22:10.576Z | + git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130 |
72 | 2024-03-26T18:22:10.923Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T18:22:10.923Z | * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD |
74 | 2024-03-26T18:22:10.939Z | + [[ -n refresh-oximeter-producer-list ]] |
75 | 2024-03-26T18:22:10.949Z | ++ git branch --show-current |
76 | 2024-03-26T18:22:10.950Z | + current=main |
77 | 2024-03-26T18:22:10.950Z | + [[ main != refresh-oximeter-producer-list ]] |
78 | 2024-03-26T18:22:10.950Z | + git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130 |
79 | 2024-03-26T18:22:10.951Z | + git checkout -f refresh-oximeter-producer-list |
80 | 2024-03-26T18:22:11.057Z | Switched to branch 'refresh-oximeter-producer-list' |
81 | 2024-03-26T18:22:11.083Z | + git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130 |
82 | 2024-03-26T18:22:11.101Z | HEAD is now at f784f78d6 clippy |
83 | 2024-03-26T18:22:11.101Z | process exited: duration 6970 ms, exit code 0 |
|
84 | 2024-03-26T18:22:11.558Z | starting task 4: "build" |
85 | 2024-03-26T18:22:11.589Z | + cargo --version |
86 | 2024-03-26T18:22:11.589Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-26T18:22:11.589Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-26T18:22:11.589Z | info: downloading component 'cargo' |
89 | 2024-03-26T18:22:12.050Z | info: downloading component 'clippy' |
90 | 2024-03-26T18:22:12.389Z | info: downloading component 'rust-docs' |
91 | 2024-03-26T18:22:13.357Z | info: downloading component 'rust-std' |
92 | 2024-03-26T18:22:15.065Z | info: downloading component 'rustc' |
93 | 2024-03-26T18:22:18.974Z | info: downloading component 'rustfmt' |
94 | 2024-03-26T18:22:19.187Z | info: installing component 'cargo' |
95 | 2024-03-26T18:22:20.148Z | info: installing component 'clippy' |
96 | 2024-03-26T18:22:20.491Z | info: installing component 'rust-docs' |
97 | 2024-03-26T18:22:21.964Z | info: installing component 'rust-std' |
98 | 2024-03-26T18:22:23.705Z | info: installing component 'rustc' |
99 | 2024-03-26T18:22:27.796Z | info: installing component 'rustfmt' |
100 | 2024-03-26T18:22:28.192Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-26T18:22:28.204Z | + rustc --version |
102 | 2024-03-26T18:22:28.297Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-26T18:22:28.306Z | + source ./env.sh |
104 | 2024-03-26T18:22:28.306Z | ++ set -o xtrace |
105 | 2024-03-26T18:22:28.306Z | ++++ dirname ./env.sh |
106 | 2024-03-26T18:22:28.392Z | +++ readlink -f . |
107 | 2024-03-26T18:22:28.458Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-03-26T18:22:28.996Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-03-26T18:22:28.996Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-03-26T18:22:28.996Z | ++ 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 |
111 | 2024-03-26T18:22:28.996Z | ++ 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 |
112 | 2024-03-26T18:22:28.996Z | ++ 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 |
113 | 2024-03-26T18:22:28.996Z | ++ 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 |
114 | 2024-03-26T18:22:28.996Z | ++ 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 |
115 | 2024-03-26T18:22:28.996Z | ++ 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 |
116 | 2024-03-26T18:22:28.996Z | ++ unset OMICRON_WS |
117 | 2024-03-26T18:22:28.996Z | ++ set +o xtrace |
118 | 2024-03-26T18:22:28.996Z | |
119 | 2024-03-26T18:22:28.996Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-03-26T18:22:28.997Z | # # # # # # # # # # # # # # # |
121 | 2024-03-26T18:22:28.997Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-03-26T18:22:28.997Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-03-26T18:22:28.997Z | # # # # # # # # # # # # # # # |
124 | 2024-03-26T18:22:28.997Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-03-26T18:22:28.997Z | |
126 | 2024-03-26T18:22:46.234Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-03-26T18:22:47.658Z | Startup: Caching catalogs ... Done |
128 | 2024-03-26T18:22:49.292Z | Planning: Solver setup ... Done (1.255s) |
129 | 2024-03-26T18:22:49.307Z | Planning: Running solver ... Done (0.025s) |
130 | 2024-03-26T18:22:49.637Z | Planning: Finding local manifests ... Done (0.303s) |
131 | 2024-03-26T18:22:49.648Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-03-26T18:22:50.168Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-03-26T18:22:50.215Z | Planning: Package planning ... Done (0.048s) |
134 | 2024-03-26T18:22:50.267Z | Planning: Merging actions ... Done (0.051s) |
135 | 2024-03-26T18:22:50.911Z | Planning: Checking for conflicting actions ... Done (0.645s) |
136 | 2024-03-26T18:22:50.922Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-03-26T18:23:02.526Z | Planning: Evaluating mediators ... Done (11.595s) |
138 | 2024-03-26T18:23:02.541Z | Planning: Planning completed in 14.82 seconds |
139 | 2024-03-26T18:23:02.550Z | Packages to install: 4 |
140 | 2024-03-26T18:23:02.550Z | Mediators to change: 2 |
141 | 2024-03-26T18:23:02.550Z | Services to change: 1 |
142 | 2024-03-26T18:23:02.555Z | Estimated space available: 155.32 GB |
143 | 2024-03-26T18:23:02.555Z | Estimated space to be consumed: 1.43 GB |
144 | 2024-03-26T18:23:02.555Z | Create boot environment: No |
145 | 2024-03-26T18:23:02.555Z | Create backup boot environment: No |
146 | 2024-03-26T18:23:02.555Z | Rebuild boot archive: No |
147 | 2024-03-26T18:23:02.555Z | |
148 | 2024-03-26T18:23:02.555Z | Changed mediators: |
149 | 2024-03-26T18:23:02.556Z | mediator clang: |
150 | 2024-03-26T18:23:02.556Z | version: None -> 15 (system default) |
151 | 2024-03-26T18:23:02.556Z | |
152 | 2024-03-26T18:23:02.556Z | mediator llvm: |
153 | 2024-03-26T18:23:02.556Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-03-26T18:23:02.556Z | |
155 | 2024-03-26T18:23:02.556Z | Changed packages: |
156 | 2024-03-26T18:23:02.557Z | helios-dev |
157 | 2024-03-26T18:23:02.557Z | developer/build-essential |
158 | 2024-03-26T18:23:02.557Z | None -> 11-2.0 |
159 | 2024-03-26T18:23:02.557Z | library/libxmlsec1 |
160 | 2024-03-26T18:23:02.557Z | None -> 1.2.35-2.0 |
161 | 2024-03-26T18:23:02.557Z | ooce/developer/clang-15 |
162 | 2024-03-26T18:23:02.558Z | None -> 15.0.7-2.0 |
163 | 2024-03-26T18:23:02.558Z | ooce/developer/llvm-15 |
164 | 2024-03-26T18:23:02.558Z | None -> 15.0.7-2.0 |
165 | 2024-03-26T18:23:02.558Z | |
166 | 2024-03-26T18:23:02.558Z | Services: |
167 | 2024-03-26T18:23:02.558Z | restart_fmri: |
168 | 2024-03-26T18:23:02.558Z | svc:/system/update-man-index:default |
169 | 2024-03-26T18:23:02.682Z | |
170 | 2024-03-26T18:23:02.682Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-03-26T18:23:07.683Z | Download: 1214/3290 items 86.0/212.6MB 40% complete (17.2M/s) |
172 | 2024-03-26T18:23:12.690Z | Download: 3029/3290 items 121.3/212.6MB 57% complete (12.2M/s) |
173 | 2024-03-26T18:23:15.557Z | Download: Completed 212.60 MB in 12.87 seconds (16.5M/s) |
174 | 2024-03-26T18:23:16.279Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-03-26T18:23:21.296Z | Actions: 3542/3689 actions (Installing new actions) |
176 | 2024-03-26T18:23:22.191Z | Actions: Completed 3689 actions in 5.90 seconds. |
177 | 2024-03-26T18:23:22.286Z | Done (0.101s) |
178 | 2024-03-26T18:23:22.287Z | Done (0.000s) |
179 | 2024-03-26T18:23:22.528Z | Done (0.247s) |
180 | 2024-03-26T18:23:28.742Z | Done (6.073s) |
181 | 2024-03-26T18:23:29.120Z | Done (0.311s) |
182 | 2024-03-26T18:23:29.123Z | Done (0.000s) |
183 | 2024-03-26T18:23:29.265Z | Done (0.000s) |
184 | 2024-03-26T18:23:29.790Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-03-26T18:23:29.950Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-03-26T18:23:29.953Z | Planning: Consolidating action changes ... Done |
187 | 2024-03-26T18:23:30.218Z | Planning: Evaluating mediators ... Done |
188 | 2024-03-26T18:23:30.221Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-03-26T18:23:30.252Z | Mediators to change: 2 |
190 | 2024-03-26T18:23:30.252Z | Create boot environment: No |
191 | 2024-03-26T18:23:30.252Z | Create backup boot environment: No |
192 | 2024-03-26T18:23:30.324Z | Done |
193 | 2024-03-26T18:23:30.324Z | Done |
194 | 2024-03-26T18:23:30.470Z | Done |
195 | 2024-03-26T18:23:34.029Z | Done |
196 | 2024-03-26T18:23:34.113Z | Done |
197 | 2024-03-26T18:23:34.113Z | Done |
198 | 2024-03-26T18:23:34.215Z | Done |
199 | 2024-03-26T18:23:34.847Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-03-26T18:23:34.850Z | Planning: Merging actions ... Done |
201 | 2024-03-26T18:23:35.039Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-03-26T18:23:35.043Z | Planning: Consolidating action changes ... Done |
203 | 2024-03-26T18:23:35.301Z | Planning: Evaluating mediators ... Done |
204 | 2024-03-26T18:23:35.357Z | Planning: Planning completed in 0.78 seconds |
205 | 2024-03-26T18:23:35.392Z | Packages to change: 1 |
206 | 2024-03-26T18:23:35.392Z | Mediators to change: 1 |
207 | 2024-03-26T18:23:35.392Z | Services to change: 1 |
208 | 2024-03-26T18:23:35.395Z | Create boot environment: No |
209 | 2024-03-26T18:23:35.395Z | Create backup boot environment: Yes |
210 | 2024-03-26T18:23:37.245Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-03-26T18:23:37.249Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-03-26T18:23:37.249Z | Done |
213 | 2024-03-26T18:23:37.249Z | Done |
214 | 2024-03-26T18:23:37.301Z | Done |
215 | 2024-03-26T18:23:40.895Z | Done |
216 | 2024-03-26T18:23:40.983Z | Done |
217 | 2024-03-26T18:23:40.987Z | Done |
218 | 2024-03-26T18:23:41.086Z | Done |
219 | 2024-03-26T18:23:41.520Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-03-26T18:23:41.521Z | clang system 15 system |
221 | 2024-03-26T18:23:41.521Z | csh system system illumos |
222 | 2024-03-26T18:23:41.521Z | ctags system system illumos |
223 | 2024-03-26T18:23:41.521Z | gcc vendor 12 vendor |
224 | 2024-03-26T18:23:41.521Z | gcc system 10 system |
225 | 2024-03-26T18:23:41.521Z | gcc system 7 system |
226 | 2024-03-26T18:23:41.521Z | go system 1.20 system |
227 | 2024-03-26T18:23:41.521Z | go system 1.19 system |
228 | 2024-03-26T18:23:41.521Z | llvm system 15 system |
229 | 2024-03-26T18:23:41.521Z | llvm system 14 system |
230 | 2024-03-26T18:23:41.521Z | mariadb system 10.6 system |
231 | 2024-03-26T18:23:41.521Z | mta vendor vendor dma |
232 | 2024-03-26T18:23:41.521Z | openjdk system 17 system |
233 | 2024-03-26T18:23:41.521Z | openjdk system 11 system |
234 | 2024-03-26T18:23:41.521Z | openjdk system 1.8 system |
235 | 2024-03-26T18:23:41.521Z | openssl vendor 3 vendor |
236 | 2024-03-26T18:23:41.521Z | perl system 5.36 system |
237 | 2024-03-26T18:23:41.521Z | postgresql system 15 system |
238 | 2024-03-26T18:23:41.521Z | postgresql system 13 system |
239 | 2024-03-26T18:23:41.521Z | python vendor 3 vendor |
240 | 2024-03-26T18:23:41.522Z | python system 2 system |
241 | 2024-03-26T18:23:41.522Z | python3 system 3.11 system |
242 | 2024-03-26T18:23:41.522Z | ruby system 3.0 system |
243 | 2024-03-26T18:23:41.522Z | words vendor vendor american-english |
244 | 2024-03-26T18:23:41.522Z | words system system australian-english |
245 | 2024-03-26T18:23:41.522Z | words system system british-english |
246 | 2024-03-26T18:23:41.522Z | words system system canadian-english |
247 | 2024-03-26T18:23:41.522Z | words system system french |
248 | 2024-03-26T18:23:41.522Z | words system system italian |
249 | 2024-03-26T18:23:41.522Z | words system system ngerman |
250 | 2024-03-26T18:23:41.522Z | words system system ogerman |
251 | 2024-03-26T18:23:41.522Z | words system system spanish |
252 | 2024-03-26T18:23:41.856Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-03-26T18:23:41.856Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-03-26T18:23:43.066Z | FMRI IFO |
255 | 2024-03-26T18:23:43.066Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-03-26T18:23:43.066Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-03-26T18:23:43.067Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-03-26T18:23:43.067Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-03-26T18:23:43.067Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-03-26T18:23:43.067Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-03-26T18:23:43.068Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
262 | 2024-03-26T18:23:43.068Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-03-26T18:23:43.068Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-03-26T18:23:43.069Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-03-26T18:23:43.069Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-03-26T18:23:43.069Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-03-26T18:23:43.296Z | + set -o errexit |
268 | 2024-03-26T18:23:43.317Z | +++ dirname ./tools/ci_download_cockroachdb |
269 | 2024-03-26T18:23:43.317Z | ++ cd ./tools |
270 | 2024-03-26T18:23:43.317Z | ++ pwd |
271 | 2024-03-26T18:23:43.317Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
272 | 2024-03-26T18:23:43.317Z | ++ basename ./tools/ci_download_cockroachdb |
273 | 2024-03-26T18:23:43.317Z | + ARG0=ci_download_cockroachdb |
274 | 2024-03-26T18:23:43.317Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
275 | 2024-03-26T18:23:43.317Z | + CIDL_VERSION=v22.1.9 |
276 | 2024-03-26T18:23:43.317Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
277 | 2024-03-26T18:23:43.317Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
278 | 2024-03-26T18:23:43.317Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
279 | 2024-03-26T18:23:43.317Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-03-26T18:23:43.318Z | + TARGET_DIR=out |
281 | 2024-03-26T18:23:43.318Z | + DOWNLOAD_DIR=out/downloads |
282 | 2024-03-26T18:23:43.318Z | + DEST_DIR=./out/cockroachdb |
283 | 2024-03-26T18:23:43.318Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
284 | 2024-03-26T18:23:43.318Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
285 | 2024-03-26T18:23:43.318Z | + main |
286 | 2024-03-26T18:23:43.318Z | + [[ 0 != 0 ]] |
287 | 2024-03-26T18:23:43.319Z | + CIDL_OS=solaris2.11 |
288 | 2024-03-26T18:23:43.319Z | + [[ 0 != 0 ]] |
289 | 2024-03-26T18:23:43.319Z | + configure_os solaris2.11 |
290 | 2024-03-26T18:23:43.319Z | + echo 'current directory: /work/oxidecomputer/omicron' |
291 | 2024-03-26T18:23:43.319Z | current directory: /work/oxidecomputer/omicron |
292 | 2024-03-26T18:23:43.319Z | + echo 'configuring based on OS: "solaris2.11"' |
293 | 2024-03-26T18:23:43.319Z | + case "$1" in |
294 | 2024-03-26T18:23:43.320Z | + CIDL_BUILD=illumos |
295 | 2024-03-26T18:23:43.320Z | configuring based on OS: "solaris2.11" |
296 | 2024-03-26T18:23:43.320Z | + CIDL_SUFFIX=tar.gz |
297 | 2024-03-26T18:23:43.320Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
298 | 2024-03-26T18:23:43.320Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2024-03-26T18:23:43.320Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2024-03-26T18:23:43.320Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2024-03-26T18:23:43.321Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-26T18:23:43.321Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-03-26T18:23:43.321Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2024-03-26T18:23:43.321Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-26T18:23:43.321Z | + CIDL_SHA256FUNC=do_sha256sum |
306 | 2024-03-26T18:23:43.321Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2024-03-26T18:23:43.321Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2024-03-26T18:23:43.321Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-03-26T18:23:43.321Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-03-26T18:23:43.322Z | + mkdir -p out/downloads |
311 | 2024-03-26T18:23:43.329Z | + mkdir -p ./out/cockroachdb |
312 | 2024-03-26T18:23:43.329Z | + local DO_DOWNLOAD=true |
313 | 2024-03-26T18:23:43.329Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
314 | 2024-03-26T18:23:43.329Z | + '[' true == true ']' |
315 | 2024-03-26T18:23:43.329Z | + echo Downloading... |
316 | 2024-03-26T18:23:43.329Z | Downloading... |
317 | 2024-03-26T18:23:43.329Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2024-03-26T18:23:43.329Z | + 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 |
319 | 2024-03-26T18:23:46.178Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-03-26T18:23:46.181Z | ++ sha256sum |
321 | 2024-03-26T18:23:46.181Z | ++ awk '{print $1}' |
322 | 2024-03-26T18:23:46.322Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
323 | 2024-03-26T18:23:46.332Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
324 | 2024-03-26T18:23:46.332Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2024-03-26T18:23:46.333Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
326 | 2024-03-26T18:23:48.492Z | + do_assemble_illumos |
327 | 2024-03-26T18:23:48.493Z | + rm -r ./out/cockroachdb |
328 | 2024-03-26T18:23:48.496Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
329 | 2024-03-26T18:23:48.925Z | + ./out/cockroachdb/bin/cockroach version |
330 | 2024-03-26T18:23:49.098Z | Build Tag: v22.1.9-dirty |
331 | 2024-03-26T18:23:49.098Z | Build Time: 2022/10/26 21:17:46 |
332 | 2024-03-26T18:23:49.098Z | Distribution: OSS |
333 | 2024-03-26T18:23:49.098Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
334 | 2024-03-26T18:23:49.098Z | Go Version: go1.17.13 |
335 | 2024-03-26T18:23:49.098Z | C Compiler: gcc 10.3.0 |
336 | 2024-03-26T18:23:49.098Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
337 | 2024-03-26T18:23:49.098Z | Build Type: release |
338 | 2024-03-26T18:23:49.116Z | + set -o errexit |
339 | 2024-03-26T18:23:49.120Z | +++ dirname ./tools/ci_download_clickhouse |
340 | 2024-03-26T18:23:49.120Z | ++ cd ./tools |
341 | 2024-03-26T18:23:49.121Z | ++ pwd |
342 | 2024-03-26T18:23:49.121Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
343 | 2024-03-26T18:23:49.124Z | ++ basename ./tools/ci_download_clickhouse |
344 | 2024-03-26T18:23:49.124Z | + ARG0=ci_download_clickhouse |
345 | 2024-03-26T18:23:49.124Z | + TARGET_DIR=out |
346 | 2024-03-26T18:23:49.124Z | + DOWNLOAD_DIR=out/downloads |
347 | 2024-03-26T18:23:49.124Z | + DEST_DIR=./out/clickhouse |
348 | 2024-03-26T18:23:49.124Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
349 | 2024-03-26T18:23:49.129Z | + CIDL_VERSION=v23.8.7.24 |
350 | 2024-03-26T18:23:49.129Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
351 | 2024-03-26T18:23:49.129Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
352 | 2024-03-26T18:23:49.129Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
353 | 2024-03-26T18:23:49.129Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
354 | 2024-03-26T18:23:49.129Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
355 | 2024-03-26T18:23:49.129Z | + main |
356 | 2024-03-26T18:23:49.129Z | + [[ 0 != 0 ]] |
357 | 2024-03-26T18:23:49.129Z | + CIDL_OS=solaris2.11 |
358 | 2024-03-26T18:23:49.129Z | + [[ 0 != 0 ]] |
359 | 2024-03-26T18:23:49.130Z | + configure_os solaris2.11 |
360 | 2024-03-26T18:23:49.130Z | + echo 'current directory: /work/oxidecomputer/omicron' |
361 | 2024-03-26T18:23:49.130Z | current directory: /work/oxidecomputer/omicron |
362 | 2024-03-26T18:23:49.130Z | + echo 'configuring based on OS: "solaris2.11"' |
363 | 2024-03-26T18:23:49.130Z | + CIDL_DASHREV= |
364 | 2024-03-26T18:23:49.130Z | configuring based on OS: "solaris2.11" |
365 | 2024-03-26T18:23:49.130Z | + case "$1" in |
366 | 2024-03-26T18:23:49.130Z | + CIDL_PLATFORM=illumos |
367 | 2024-03-26T18:23:49.130Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
368 | 2024-03-26T18:23:49.130Z | + CIDL_MD5FUNC=do_md5sum |
369 | 2024-03-26T18:23:49.130Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
370 | 2024-03-26T18:23:49.130Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
371 | 2024-03-26T18:23:49.130Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-03-26T18:23:49.130Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-03-26T18:23:49.130Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
374 | 2024-03-26T18:23:49.130Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-03-26T18:23:49.130Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-03-26T18:23:49.130Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
377 | 2024-03-26T18:23:49.130Z | + mkdir -p out/downloads |
378 | 2024-03-26T18:23:49.130Z | + mkdir -p ./out/clickhouse |
379 | 2024-03-26T18:23:49.138Z | + local DO_DOWNLOAD=true |
380 | 2024-03-26T18:23:49.139Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
381 | 2024-03-26T18:23:49.139Z | + '[' true == true ']' |
382 | 2024-03-26T18:23:49.139Z | + echo Downloading... |
383 | 2024-03-26T18:23:49.139Z | Downloading... |
384 | 2024-03-26T18:23:49.139Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
385 | 2024-03-26T18:23:49.139Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
386 | 2024-03-26T18:23:51.034Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
387 | 2024-03-26T18:23:51.040Z | ++ md5sum |
388 | 2024-03-26T18:23:51.040Z | ++ awk '{print $1}' |
389 | 2024-03-26T18:23:51.255Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
390 | 2024-03-26T18:23:51.260Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
391 | 2024-03-26T18:23:51.260Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
392 | 2024-03-26T18:23:51.260Z | + mkdir -p ./out/clickhouse |
393 | 2024-03-26T18:23:51.260Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
394 | 2024-03-26T18:23:55.093Z | + [[ solaris2.11 == darwin* ]] |
395 | 2024-03-26T18:23:55.093Z | + ./out/clickhouse/clickhouse server --version |
396 | 2024-03-26T18:23:55.683Z | ClickHouse server version 23.8.7.1. |
397 | 2024-03-26T18:23:55.707Z | + set -o errexit |
398 | 2024-03-26T18:23:55.707Z | +++ dirname ./tools/ci_download_console |
399 | 2024-03-26T18:23:55.707Z | ++ cd ./tools |
400 | 2024-03-26T18:23:55.707Z | ++ pwd |
401 | 2024-03-26T18:23:55.707Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2024-03-26T18:23:55.708Z | ++ basename ./tools/ci_download_console |
403 | 2024-03-26T18:23:55.708Z | + ARG0=ci_download_console |
404 | 2024-03-26T18:23:55.708Z | + TARGET_DIR=out |
405 | 2024-03-26T18:23:55.708Z | + DOWNLOAD_DIR=out/downloads |
406 | 2024-03-26T18:23:55.708Z | + DEST_DIR=./out/console-assets |
407 | 2024-03-26T18:23:55.708Z | + source /work/oxidecomputer/omicron/tools/console_version |
408 | 2024-03-26T18:23:55.708Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
409 | 2024-03-26T18:23:55.708Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
410 | 2024-03-26T18:23:55.708Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
411 | 2024-03-26T18:23:55.708Z | + TARBALL_FILE=out/downloads/console.tar.gz |
412 | 2024-03-26T18:23:55.708Z | + main |
413 | 2024-03-26T18:23:55.708Z | + [[ 0 != 0 ]] |
414 | 2024-03-26T18:23:55.709Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
415 | 2024-03-26T18:23:55.709Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
416 | 2024-03-26T18:23:55.709Z | + echo 'Local file: out/downloads/console.tar.gz' |
417 | 2024-03-26T18:23:55.709Z | Local file: out/downloads/console.tar.gz |
418 | 2024-03-26T18:23:55.709Z | + local DO_DOWNLOAD=true |
419 | 2024-03-26T18:23:55.709Z | + [[ -f out/downloads/console.tar.gz ]] |
420 | 2024-03-26T18:23:55.709Z | + mkdir -p out/downloads |
421 | 2024-03-26T18:23:55.709Z | + '[' true == true ']' |
422 | 2024-03-26T18:23:55.709Z | + echo Downloading... |
423 | 2024-03-26T18:23:55.709Z | Downloading... |
424 | 2024-03-26T18:23:55.709Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
425 | 2024-03-26T18:23:55.709Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
426 | 2024-03-26T18:23:56.250Z | ++ do_sha256sum out/downloads/console.tar.gz |
427 | 2024-03-26T18:23:56.251Z | ++ case "$OSTYPE" in |
428 | 2024-03-26T18:23:56.251Z | ++ SHA=sha256sum |
429 | 2024-03-26T18:23:56.264Z | ++ sha256sum |
430 | 2024-03-26T18:23:56.264Z | ++ awk '{print $1}' |
431 | 2024-03-26T18:23:56.264Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
432 | 2024-03-26T18:23:56.264Z | + [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]] |
433 | 2024-03-26T18:23:56.265Z | + rm -rf ./out/console-assets |
434 | 2024-03-26T18:23:56.265Z | + mkdir -p ./out/console-assets |
435 | 2024-03-26T18:23:56.265Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
436 | 2024-03-26T18:23:56.266Z | + mkdir -p ./out/console-assets |
437 | 2024-03-26T18:23:56.266Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
438 | 2024-03-26T18:23:56.351Z | + set -o errexit |
439 | 2024-03-26T18:23:56.362Z | +++ dirname ./tools/ci_download_maghemite_openapi |
440 | 2024-03-26T18:23:56.363Z | ++ cd ./tools |
441 | 2024-03-26T18:23:56.363Z | ++ pwd |
442 | 2024-03-26T18:23:56.363Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
443 | 2024-03-26T18:23:56.363Z | ++ basename ./tools/ci_download_maghemite_openapi |
444 | 2024-03-26T18:23:56.364Z | + ARG0=ci_download_maghemite_openapi |
445 | 2024-03-26T18:23:56.364Z | + TARGET_DIR=out |
446 | 2024-03-26T18:23:56.365Z | + DOWNLOAD_DIR=out/downloads |
447 | 2024-03-26T18:23:56.365Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
448 | 2024-03-26T18:23:56.365Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
449 | 2024-03-26T18:23:56.365Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
450 | 2024-03-26T18:23:56.366Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
451 | 2024-03-26T18:23:56.366Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
452 | 2024-03-26T18:23:56.366Z | + main |
453 | 2024-03-26T18:23:56.367Z | + rm -rf out/downloads/root |
454 | 2024-03-26T18:23:56.384Z | + [[ 0 != 0 ]] |
455 | 2024-03-26T18:23:56.385Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
456 | 2024-03-26T18:23:56.385Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
457 | 2024-03-26T18:23:56.385Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
458 | 2024-03-26T18:23:56.385Z | + local DO_DOWNLOAD=true |
459 | 2024-03-26T18:23:56.386Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
460 | 2024-03-26T18:23:56.386Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
461 | 2024-03-26T18:23:56.386Z | + mkdir -p out/downloads |
462 | 2024-03-26T18:23:56.386Z | + '[' true == true ']' |
463 | 2024-03-26T18:23:56.387Z | + echo Downloading... |
464 | 2024-03-26T18:23:56.387Z | Downloading... |
465 | 2024-03-26T18:23:56.387Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-03-26T18:23:56.387Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
467 | 2024-03-26T18:23:56.985Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-03-26T18:23:56.985Z | ++ case "$OSTYPE" in |
469 | 2024-03-26T18:23:56.985Z | ++ SHA=sha256sum |
470 | 2024-03-26T18:23:56.992Z | ++ sha256sum |
471 | 2024-03-26T18:23:56.993Z | ++ awk '{print $1}' |
472 | 2024-03-26T18:23:56.993Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
473 | 2024-03-26T18:23:56.993Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
474 | 2024-03-26T18:23:56.993Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
475 | 2024-03-26T18:23:56.993Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
476 | 2024-03-26T18:23:56.993Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
477 | 2024-03-26T18:23:56.993Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
478 | 2024-03-26T18:23:56.993Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
479 | 2024-03-26T18:23:56.993Z | + main |
480 | 2024-03-26T18:23:56.993Z | + rm -rf out/downloads/root |
481 | 2024-03-26T18:23:56.993Z | + [[ 0 != 0 ]] |
482 | 2024-03-26T18:23:56.993Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
483 | 2024-03-26T18:23:56.993Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
484 | 2024-03-26T18:23:56.993Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
485 | 2024-03-26T18:23:56.993Z | + local DO_DOWNLOAD=true |
486 | 2024-03-26T18:23:56.993Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
487 | 2024-03-26T18:23:56.993Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
488 | 2024-03-26T18:23:56.993Z | + mkdir -p out/downloads |
489 | 2024-03-26T18:23:56.993Z | + '[' true == true ']' |
490 | 2024-03-26T18:23:56.993Z | + echo Downloading... |
491 | 2024-03-26T18:23:56.994Z | Downloading... |
492 | 2024-03-26T18:23:56.994Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
493 | 2024-03-26T18:23:56.994Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
494 | 2024-03-26T18:23:57.503Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
495 | 2024-03-26T18:23:57.529Z | ++ case "$OSTYPE" in |
496 | 2024-03-26T18:23:57.529Z | ++ SHA=sha256sum |
497 | 2024-03-26T18:23:57.529Z | ++ sha256sum |
498 | 2024-03-26T18:23:57.529Z | ++ awk '{print $1}' |
499 | 2024-03-26T18:23:57.530Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
500 | 2024-03-26T18:23:57.530Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
501 | 2024-03-26T18:23:57.530Z | + set -o errexit |
502 | 2024-03-26T18:23:57.530Z | +++ dirname ./tools/ci_download_dendrite_openapi |
503 | 2024-03-26T18:23:57.530Z | ++ cd ./tools |
504 | 2024-03-26T18:23:57.530Z | ++ pwd |
505 | 2024-03-26T18:23:57.530Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2024-03-26T18:23:57.531Z | ++ basename ./tools/ci_download_dendrite_openapi |
507 | 2024-03-26T18:23:57.531Z | + ARG0=ci_download_dendrite_openapi |
508 | 2024-03-26T18:23:57.531Z | + TARGET_DIR=out |
509 | 2024-03-26T18:23:57.531Z | + DOWNLOAD_DIR=out/downloads |
510 | 2024-03-26T18:23:57.531Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2024-03-26T18:23:57.531Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
512 | 2024-03-26T18:23:57.531Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
513 | 2024-03-26T18:23:57.531Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
514 | 2024-03-26T18:23:57.532Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
515 | 2024-03-26T18:23:57.532Z | + main |
516 | 2024-03-26T18:23:57.532Z | + [[ 0 != 0 ]] |
517 | 2024-03-26T18:23:57.532Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
518 | 2024-03-26T18:23:57.532Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
519 | 2024-03-26T18:23:57.533Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
520 | 2024-03-26T18:23:57.533Z | + local DO_DOWNLOAD=true |
521 | 2024-03-26T18:23:57.533Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
522 | 2024-03-26T18:23:57.533Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
523 | 2024-03-26T18:23:57.533Z | + mkdir -p out/downloads |
524 | 2024-03-26T18:23:57.533Z | + '[' true == true ']' |
525 | 2024-03-26T18:23:57.533Z | + echo Downloading... |
526 | 2024-03-26T18:23:57.533Z | Downloading... |
527 | 2024-03-26T18:23:57.534Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
528 | 2024-03-26T18:23:57.534Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
529 | 2024-03-26T18:23:57.534Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
530 | 2024-03-26T18:23:57.534Z | ++ case "$OSTYPE" in |
531 | 2024-03-26T18:23:57.534Z | ++ SHA=sha256sum |
532 | 2024-03-26T18:23:57.534Z | ++ sha256sum |
533 | 2024-03-26T18:23:57.535Z | ++ awk '{print $1}' |
534 | 2024-03-26T18:23:57.535Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
535 | 2024-03-26T18:23:57.535Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
536 | 2024-03-26T18:23:57.535Z | + set -o errexit |
537 | 2024-03-26T18:23:57.535Z | +++ dirname ./tools/ci_download_dendrite_stub |
538 | 2024-03-26T18:23:57.535Z | ++ cd ./tools |
539 | 2024-03-26T18:23:57.535Z | ++ pwd |
540 | 2024-03-26T18:23:57.536Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
541 | 2024-03-26T18:23:57.536Z | ++ basename ./tools/ci_download_dendrite_stub |
542 | 2024-03-26T18:23:57.536Z | + ARG0=ci_download_dendrite_stub |
543 | 2024-03-26T18:23:57.536Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
544 | 2024-03-26T18:23:57.536Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
545 | 2024-03-26T18:23:57.536Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
546 | 2024-03-26T18:23:57.537Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
547 | 2024-03-26T18:23:57.537Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
548 | 2024-03-26T18:23:57.537Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
549 | 2024-03-26T18:23:57.537Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
550 | 2024-03-26T18:23:57.537Z | + TARGET_DIR=out |
551 | 2024-03-26T18:23:57.537Z | + DOWNLOAD_DIR=out/downloads |
552 | 2024-03-26T18:23:57.537Z | + DEST_DIR=./out/dendrite-stub |
553 | 2024-03-26T18:23:57.537Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
554 | 2024-03-26T18:23:57.537Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
555 | 2024-03-26T18:23:57.537Z | + REPO=oxidecomputer/dendrite |
556 | 2024-03-26T18:23:57.538Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
557 | 2024-03-26T18:23:57.538Z | + main |
558 | 2024-03-26T18:23:57.538Z | + [[ 0 != 0 ]] |
559 | 2024-03-26T18:23:57.538Z | + CIDL_OS=solaris2.11 |
560 | 2024-03-26T18:23:57.538Z | + [[ 0 != 0 ]] |
561 | 2024-03-26T18:23:57.538Z | + configure_os solaris2.11 |
562 | 2024-03-26T18:23:57.538Z | + echo 'current directory: /work/oxidecomputer/omicron' |
563 | 2024-03-26T18:23:57.539Z | current directory: /work/oxidecomputer/omicron |
564 | 2024-03-26T18:23:57.539Z | + echo 'configuring based on OS: "solaris2.11"' |
565 | 2024-03-26T18:23:57.539Z | + case "$1" in |
566 | 2024-03-26T18:23:57.539Z | + SET_BINARIES= |
567 | 2024-03-26T18:23:57.539Z | configuring based on OS: "solaris2.11" |
568 | 2024-03-26T18:23:57.539Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
569 | 2024-03-26T18:23:57.539Z | + CIDL_SHA256FUNC=do_sha256sum |
570 | 2024-03-26T18:23:57.539Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
571 | 2024-03-26T18:23:57.539Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
572 | 2024-03-26T18:23:57.539Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
573 | 2024-03-26T18:23:57.539Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
574 | 2024-03-26T18:23:57.540Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
575 | 2024-03-26T18:23:57.540Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
576 | 2024-03-26T18:23:57.540Z | Local file: out/downloads/dendrite-stub.tar.gz |
577 | 2024-03-26T18:23:57.540Z | + mkdir -p out/downloads |
578 | 2024-03-26T18:23:57.540Z | + mkdir -p ./out/dendrite-stub |
579 | 2024-03-26T18:23:57.540Z | + fetch_and_verify |
580 | 2024-03-26T18:23:57.540Z | + local DO_DOWNLOAD=true |
581 | 2024-03-26T18:23:57.540Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
582 | 2024-03-26T18:23:57.540Z | + '[' true == true ']' |
583 | 2024-03-26T18:23:57.541Z | + echo Downloading... |
584 | 2024-03-26T18:23:57.541Z | Downloading... |
585 | 2024-03-26T18:23:57.541Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
586 | 2024-03-26T18:23:57.541Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
587 | 2024-03-26T18:24:07.136Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
588 | 2024-03-26T18:24:07.139Z | ++ sha256sum |
589 | 2024-03-26T18:24:07.139Z | ++ awk '{print $1}' |
590 | 2024-03-26T18:24:07.158Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
591 | 2024-03-26T18:24:07.163Z | + [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]] |
592 | 2024-03-26T18:24:07.163Z | + do_untar out/downloads/dendrite-stub.tar.gz |
593 | 2024-03-26T18:24:07.163Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
594 | 2024-03-26T18:24:07.754Z | + do_assemble |
595 | 2024-03-26T18:24:07.754Z | + rm -r ./out/dendrite-stub |
596 | 2024-03-26T18:24:07.758Z | + mkdir ./out/dendrite-stub |
597 | 2024-03-26T18:24:07.758Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
598 | 2024-03-26T18:24:08.247Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
599 | 2024-03-26T18:24:08.252Z | + set -o errexit |
600 | 2024-03-26T18:24:08.252Z | +++ dirname ./tools/ci_download_maghemite_mgd |
601 | 2024-03-26T18:24:08.252Z | ++ cd ./tools |
602 | 2024-03-26T18:24:08.252Z | ++ pwd |
603 | 2024-03-26T18:24:08.252Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
604 | 2024-03-26T18:24:08.252Z | ++ basename ./tools/ci_download_maghemite_mgd |
605 | 2024-03-26T18:24:08.252Z | + ARG0=ci_download_maghemite_mgd |
606 | 2024-03-26T18:24:08.252Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
607 | 2024-03-26T18:24:08.252Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
608 | 2024-03-26T18:24:08.252Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
609 | 2024-03-26T18:24:08.252Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
610 | 2024-03-26T18:24:08.252Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
611 | 2024-03-26T18:24:08.252Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
612 | 2024-03-26T18:24:08.253Z | + TARGET_DIR=out |
613 | 2024-03-26T18:24:08.253Z | + DOWNLOAD_DIR=out/downloads |
614 | 2024-03-26T18:24:08.253Z | + DEST_DIR=./out/mgd |
615 | 2024-03-26T18:24:08.253Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
616 | 2024-03-26T18:24:08.253Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
617 | 2024-03-26T18:24:08.253Z | + REPO=oxidecomputer/maghemite |
618 | 2024-03-26T18:24:08.253Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
619 | 2024-03-26T18:24:08.253Z | + main |
620 | 2024-03-26T18:24:08.253Z | + rm -rf out/downloads/root |
621 | 2024-03-26T18:24:08.253Z | + [[ 0 != 0 ]] |
622 | 2024-03-26T18:24:08.253Z | + CIDL_OS=solaris2.11 |
623 | 2024-03-26T18:24:08.253Z | + [[ 0 != 0 ]] |
624 | 2024-03-26T18:24:08.253Z | + configure_os solaris2.11 |
625 | 2024-03-26T18:24:08.253Z | + echo 'current directory: /work/oxidecomputer/omicron' |
626 | 2024-03-26T18:24:08.253Z | current directory: /work/oxidecomputer/omicron |
627 | 2024-03-26T18:24:08.253Z | + echo 'configuring based on OS: "solaris2.11"' |
628 | 2024-03-26T18:24:08.253Z | configuring based on OS: "solaris2.11" |
629 | 2024-03-26T18:24:08.253Z | + case "$1" in |
630 | 2024-03-26T18:24:08.254Z | + SET_BINARIES= |
631 | 2024-03-26T18:24:08.254Z | + CIDL_SHA256FUNC=do_sha256sum |
632 | 2024-03-26T18:24:08.254Z | + TARBALL_FILENAME=mgd.tar.gz |
633 | 2024-03-26T18:24:08.254Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
634 | 2024-03-26T18:24:08.254Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
635 | 2024-03-26T18:24:08.254Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
636 | 2024-03-26T18:24:08.254Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
637 | 2024-03-26T18:24:08.254Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
638 | 2024-03-26T18:24:08.254Z | Local file: out/downloads/mgd.tar.gz |
639 | 2024-03-26T18:24:08.254Z | + mkdir -p out/downloads |
640 | 2024-03-26T18:24:08.254Z | + mkdir -p ./out/mgd |
641 | 2024-03-26T18:24:08.254Z | + fetch_and_verify |
642 | 2024-03-26T18:24:08.254Z | + local DO_DOWNLOAD=true |
643 | 2024-03-26T18:24:08.254Z | + [[ -f out/downloads/mgd.tar.gz ]] |
644 | 2024-03-26T18:24:08.254Z | + '[' true == true ']' |
645 | 2024-03-26T18:24:08.254Z | + echo Downloading... |
646 | 2024-03-26T18:24:08.254Z | Downloading... |
647 | 2024-03-26T18:24:08.254Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
648 | 2024-03-26T18:24:08.254Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
649 | 2024-03-26T18:24:19.551Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
650 | 2024-03-26T18:24:19.555Z | ++ sha256sum |
651 | 2024-03-26T18:24:19.555Z | ++ awk '{print $1}' |
652 | 2024-03-26T18:24:19.588Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
653 | 2024-03-26T18:24:19.594Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
654 | 2024-03-26T18:24:19.594Z | + do_untar out/downloads/mgd.tar.gz |
655 | 2024-03-26T18:24:19.594Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
656 | 2024-03-26T18:24:20.176Z | + do_assemble |
657 | 2024-03-26T18:24:20.176Z | + rm -r ./out/mgd |
658 | 2024-03-26T18:24:20.180Z | + mkdir ./out/mgd |
659 | 2024-03-26T18:24:20.180Z | + cp -r out/downloads/root ./out/mgd/root |
660 | 2024-03-26T18:24:20.254Z | + set -o errexit |
661 | 2024-03-26T18:24:20.257Z | +++ dirname ./tools/ci_download_transceiver_control |
662 | 2024-03-26T18:24:20.257Z | ++ cd ./tools |
663 | 2024-03-26T18:24:20.261Z | ++ pwd |
664 | 2024-03-26T18:24:20.261Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
665 | 2024-03-26T18:24:20.261Z | ++ basename ./tools/ci_download_transceiver_control |
666 | 2024-03-26T18:24:20.262Z | + ARG0=ci_download_transceiver_control |
667 | 2024-03-26T18:24:20.262Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
668 | 2024-03-26T18:24:20.262Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2024-03-26T18:24:20.262Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2024-03-26T18:24:20.262Z | + TARGET_DIR=out |
671 | 2024-03-26T18:24:20.262Z | + DOWNLOAD_DIR=out/downloads |
672 | 2024-03-26T18:24:20.262Z | + DEST_DIR=./out/transceiver-control |
673 | 2024-03-26T18:24:20.262Z | + BIN_DIR=/opt/oxide/bin |
674 | 2024-03-26T18:24:20.262Z | + BINARY=xcvradm |
675 | 2024-03-26T18:24:20.262Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
676 | 2024-03-26T18:24:20.262Z | + REPO=oxidecomputer/transceiver-control |
677 | 2024-03-26T18:24:20.263Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
678 | 2024-03-26T18:24:20.263Z | + main |
679 | 2024-03-26T18:24:20.263Z | + [[ 0 != 0 ]] |
680 | 2024-03-26T18:24:20.266Z | + CIDL_OS=solaris2.11 |
681 | 2024-03-26T18:24:20.267Z | + [[ 0 != 0 ]] |
682 | 2024-03-26T18:24:20.267Z | + configure_os solaris2.11 |
683 | 2024-03-26T18:24:20.267Z | + echo 'current directory: /work/oxidecomputer/omicron' |
684 | 2024-03-26T18:24:20.267Z | current directory: /work/oxidecomputer/omicron |
685 | 2024-03-26T18:24:20.267Z | + echo 'configuring based on OS: "solaris2.11"' |
686 | 2024-03-26T18:24:20.267Z | + case "$1" in |
687 | 2024-03-26T18:24:20.267Z | configuring based on OS: "solaris2.11" |
688 | 2024-03-26T18:24:20.267Z | + SET_BINARIES= |
689 | 2024-03-26T18:24:20.267Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
690 | 2024-03-26T18:24:20.267Z | + CIDL_SHA256FUNC=do_sha256sum |
691 | 2024-03-26T18:24:20.267Z | + ARCHIVE_FILENAME=xcvradm.gz |
692 | 2024-03-26T18:24:20.268Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
693 | 2024-03-26T18:24:20.268Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
694 | 2024-03-26T18:24:20.268Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
695 | 2024-03-26T18:24:20.268Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
696 | 2024-03-26T18:24:20.268Z | + echo 'Local file: out/downloads/xcvradm.gz' |
697 | 2024-03-26T18:24:20.268Z | Local file: out/downloads/xcvradm.gz |
698 | 2024-03-26T18:24:20.268Z | + mkdir -p out/downloads |
699 | 2024-03-26T18:24:20.268Z | + mkdir -p ./out/transceiver-control |
700 | 2024-03-26T18:24:20.268Z | + fetch_and_verify |
701 | 2024-03-26T18:24:20.268Z | + local DO_DOWNLOAD=true |
702 | 2024-03-26T18:24:20.268Z | + [[ -f out/downloads/xcvradm.gz ]] |
703 | 2024-03-26T18:24:20.268Z | + '[' true == true ']' |
704 | 2024-03-26T18:24:20.269Z | + echo Downloading... |
705 | 2024-03-26T18:24:20.269Z | Downloading... |
706 | 2024-03-26T18:24:20.269Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
707 | 2024-03-26T18:24:20.269Z | + 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 |
708 | 2024-03-26T18:24:22.126Z | ++ do_sha256sum out/downloads/xcvradm.gz |
709 | 2024-03-26T18:24:22.130Z | ++ sha256sum |
710 | 2024-03-26T18:24:22.130Z | ++ awk '{print $1}' |
711 | 2024-03-26T18:24:22.145Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
712 | 2024-03-26T18:24:22.145Z | + [[ 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 ]] |
713 | 2024-03-26T18:24:22.145Z | + do_unpack out/downloads/xcvradm.gz |
714 | 2024-03-26T18:24:22.145Z | + mkdir -p out/downloads/root//opt/oxide/bin |
715 | 2024-03-26T18:24:22.145Z | + gzip -dc out/downloads/xcvradm.gz |
716 | 2024-03-26T18:24:22.254Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
717 | 2024-03-26T18:24:22.258Z | + do_assemble |
718 | 2024-03-26T18:24:22.258Z | + rm -r ./out/transceiver-control |
719 | 2024-03-26T18:24:22.261Z | + mkdir ./out/transceiver-control |
720 | 2024-03-26T18:24:22.261Z | + cp -r out/downloads/root ./out/transceiver-control/root |
721 | 2024-03-26T18:24:22.362Z | + set -o errexit |
722 | 2024-03-26T18:24:22.369Z | +++ dirname ./tools/ci_download_thundermuffin |
723 | 2024-03-26T18:24:22.369Z | ++ cd ./tools |
724 | 2024-03-26T18:24:22.377Z | ++ pwd |
725 | 2024-03-26T18:24:22.377Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
726 | 2024-03-26T18:24:22.377Z | ++ basename ./tools/ci_download_thundermuffin |
727 | 2024-03-26T18:24:22.377Z | + ARG0=ci_download_thundermuffin |
728 | 2024-03-26T18:24:22.377Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
729 | 2024-03-26T18:24:22.377Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
730 | 2024-03-26T18:24:22.377Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
731 | 2024-03-26T18:24:22.377Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
732 | 2024-03-26T18:24:22.377Z | + TARGET_DIR=out |
733 | 2024-03-26T18:24:22.377Z | + DOWNLOAD_DIR=out/downloads |
734 | 2024-03-26T18:24:22.377Z | + DEST_DIR=./out/thundermuffin |
735 | 2024-03-26T18:24:22.377Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
736 | 2024-03-26T18:24:22.377Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
737 | 2024-03-26T18:24:22.377Z | + REPO=oxidecomputer/thundermuffin |
738 | 2024-03-26T18:24:22.377Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
739 | 2024-03-26T18:24:22.377Z | + main |
740 | 2024-03-26T18:24:22.378Z | + rm -rf out/downloads/root |
741 | 2024-03-26T18:24:22.383Z | + [[ 0 != 0 ]] |
742 | 2024-03-26T18:24:22.383Z | + CIDL_OS=solaris2.11 |
743 | 2024-03-26T18:24:22.383Z | + [[ 0 != 0 ]] |
744 | 2024-03-26T18:24:22.383Z | + configure_os solaris2.11 |
745 | 2024-03-26T18:24:22.383Z | + echo 'current directory: /work/oxidecomputer/omicron' |
746 | 2024-03-26T18:24:22.383Z | current directory: /work/oxidecomputer/omicron |
747 | 2024-03-26T18:24:22.383Z | + echo 'configuring based on OS: "solaris2.11"' |
748 | 2024-03-26T18:24:22.383Z | + case "$1" in |
749 | 2024-03-26T18:24:22.383Z | configuring based on OS: "solaris2.11" |
750 | 2024-03-26T18:24:22.383Z | + SET_BINARIES= |
751 | 2024-03-26T18:24:22.383Z | + CIDL_SHA256FUNC=do_sha256sum |
752 | 2024-03-26T18:24:22.383Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
753 | 2024-03-26T18:24:22.383Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
754 | 2024-03-26T18:24:22.383Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
755 | 2024-03-26T18:24:22.384Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
756 | 2024-03-26T18:24:22.384Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
757 | 2024-03-26T18:24:22.384Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
758 | 2024-03-26T18:24:22.384Z | Local file: out/downloads/thundermuffin.tar.gz |
759 | 2024-03-26T18:24:22.384Z | + mkdir -p out/downloads |
760 | 2024-03-26T18:24:22.384Z | + mkdir -p ./out/thundermuffin |
761 | 2024-03-26T18:24:22.384Z | + fetch_and_verify |
762 | 2024-03-26T18:24:22.384Z | + local DO_DOWNLOAD=true |
763 | 2024-03-26T18:24:22.384Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
764 | 2024-03-26T18:24:22.384Z | + '[' true == true ']' |
765 | 2024-03-26T18:24:22.384Z | + echo Downloading... |
766 | 2024-03-26T18:24:22.384Z | Downloading... |
767 | 2024-03-26T18:24:22.384Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
768 | 2024-03-26T18:24:22.384Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
769 | 2024-03-26T18:24:23.392Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
770 | 2024-03-26T18:24:23.806Z | ++ sha256sum |
771 | 2024-03-26T18:24:23.806Z | ++ awk '{print $1}' |
772 | 2024-03-26T18:24:23.806Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
773 | 2024-03-26T18:24:23.806Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
774 | 2024-03-26T18:24:23.806Z | + do_untar out/downloads/thundermuffin.tar.gz |
775 | 2024-03-26T18:24:23.806Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
776 | 2024-03-26T18:24:23.810Z | + do_assemble |
777 | 2024-03-26T18:24:23.810Z | + rm -r ./out/thundermuffin |
778 | 2024-03-26T18:24:23.810Z | + mkdir ./out/thundermuffin |
779 | 2024-03-26T18:24:23.810Z | + cp -r out/downloads/root ./out/thundermuffin/root |
780 | 2024-03-26T18:24:23.810Z | All builder prerequisites installed successfully, and PATH looks valid |
781 | 2024-03-26T18:24:23.811Z | |
782 | 2024-03-26T18:24:23.811Z | real 1:54.935921094 |
783 | 2024-03-26T18:24:23.811Z | user 36.023107212 |
784 | 2024-03-26T18:24:23.811Z | sys 6.555704245 |
785 | 2024-03-26T18:24:23.811Z | trap 0.007754146 |
786 | 2024-03-26T18:24:23.811Z | tflt 0.162397479 |
787 | 2024-03-26T18:24:23.811Z | dflt 0.660393380 |
788 | 2024-03-26T18:24:23.811Z | kflt 0.257562233 |
789 | 2024-03-26T18:24:23.811Z | lock 0.995135627 |
790 | 2024-03-26T18:24:23.811Z | slp 3:53.597781979 |
791 | 2024-03-26T18:24:23.811Z | lat 2.000899111 |
792 | 2024-03-26T18:24:23.811Z | stop 0.124082509 |
793 | 2024-03-26T18:24:23.812Z | |
794 | 2024-03-26T18:24:23.812Z | #### # # ##### ##### # # |
795 | 2024-03-26T18:24:23.812Z | # # # # # # # # # # |
796 | 2024-03-26T18:24:23.812Z | # # # # # # # # |
797 | 2024-03-26T18:24:23.812Z | # # # ##### ##### # |
798 | 2024-03-26T18:24:23.812Z | # # # # # # # |
799 | 2024-03-26T18:24:23.812Z | #### ###### # # # # |
800 | 2024-03-26T18:24:23.812Z | |
801 | 2024-03-26T18:24:23.812Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
802 | 2024-03-26T18:24:24.129Z | Updating git repository `https://github.com/oxidecomputer/samael` |
803 | 2024-03-26T18:24:24.643Z | Updating git repository `https://github.com/oxidecomputer/zone` |
804 | 2024-03-26T18:24:25.068Z | Updating crates.io index |
805 | 2024-03-26T18:24:25.071Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
806 | 2024-03-26T18:24:25.925Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
807 | 2024-03-26T18:24:26.606Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
808 | 2024-03-26T18:24:28.387Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
809 | 2024-03-26T18:24:28.830Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
810 | 2024-03-26T18:24:29.317Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
811 | 2024-03-26T18:24:30.357Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
812 | 2024-03-26T18:24:32.544Z | Updating git repository `https://github.com/oxidecomputer/opte` |
813 | 2024-03-26T18:24:33.807Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
814 | 2024-03-26T18:24:34.226Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
815 | 2024-03-26T18:24:34.904Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
816 | 2024-03-26T18:24:35.343Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
817 | 2024-03-26T18:24:35.744Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
818 | 2024-03-26T18:24:36.224Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
819 | 2024-03-26T18:24:36.669Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
820 | 2024-03-26T18:24:37.328Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
821 | 2024-03-26T18:24:37.709Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
822 | 2024-03-26T18:24:38.112Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
823 | 2024-03-26T18:24:38.512Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
824 | 2024-03-26T18:24:39.088Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
825 | 2024-03-26T18:24:39.489Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
826 | 2024-03-26T18:24:39.982Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
827 | 2024-03-26T18:24:40.491Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
828 | 2024-03-26T18:24:40.970Z | Updating git repository `https://github.com/jgallagher/nix` |
829 | 2024-03-26T18:24:42.850Z | Updating git repository `https://github.com/cbiffle/hubpack` |
830 | 2024-03-26T18:24:42.970Z | Updating git repository `https://github.com/oxidecomputer/typify` |
831 | 2024-03-26T18:24:44.166Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
832 | 2024-03-26T18:24:44.603Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
833 | 2024-03-26T18:24:44.927Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
834 | 2024-03-26T18:24:46.030Z | Downloading crates ... |
835 | 2024-03-26T18:24:46.122Z | Downloaded autocfg v1.1.0 |
836 | 2024-03-26T18:24:46.134Z | Downloaded anyhow v1.0.79 |
837 | 2024-03-26T18:24:46.139Z | Downloaded anstream v0.6.11 |
838 | 2024-03-26T18:24:46.140Z | Downloaded bitflags v2.4.2 |
839 | 2024-03-26T18:24:46.143Z | Downloaded anstyle-parse v0.2.1 |
840 | 2024-03-26T18:24:46.146Z | Downloaded swrite v0.1.0 |
841 | 2024-03-26T18:24:46.149Z | Downloaded camino v1.1.6 |
842 | 2024-03-26T18:24:46.149Z | Downloaded equivalent v1.0.1 |
843 | 2024-03-26T18:24:46.150Z | Downloaded colorchoice v1.0.0 |
844 | 2024-03-26T18:24:46.161Z | Downloaded anstyle-query v1.0.0 |
845 | 2024-03-26T18:24:46.168Z | Downloaded itoa v1.0.9 |
846 | 2024-03-26T18:24:46.168Z | Downloaded toml_datetime v0.6.5 |
847 | 2024-03-26T18:24:46.168Z | Downloaded fs-err v2.11.0 |
848 | 2024-03-26T18:24:46.172Z | Downloaded heck v0.4.1 |
849 | 2024-03-26T18:24:46.172Z | Downloaded errno v0.3.8 |
850 | 2024-03-26T18:24:46.172Z | Downloaded clap_lex v0.7.0 |
851 | 2024-03-26T18:24:46.172Z | Downloaded anstyle v1.0.2 |
852 | 2024-03-26T18:24:46.178Z | Downloaded strsim v0.11.0 |
853 | 2024-03-26T18:24:46.181Z | Downloaded cargo_metadata v0.18.1 |
854 | 2024-03-26T18:24:46.181Z | Downloaded serde_spanned v0.6.5 |
855 | 2024-03-26T18:24:46.185Z | Downloaded thiserror-impl v1.0.57 |
856 | 2024-03-26T18:24:46.189Z | Downloaded cargo-platform v0.1.3 |
857 | 2024-03-26T18:24:46.199Z | Downloaded utf8parse v0.2.1 |
858 | 2024-03-26T18:24:46.199Z | Downloaded thiserror v1.0.57 |
859 | 2024-03-26T18:24:46.207Z | Downloaded quote v1.0.35 |
860 | 2024-03-26T18:24:46.207Z | Downloaded semver v1.0.22 |
861 | 2024-03-26T18:24:46.207Z | Downloaded terminal_size v0.3.0 |
862 | 2024-03-26T18:24:46.207Z | Downloaded clap v4.5.1 |
863 | 2024-03-26T18:24:46.212Z | Downloaded clap_derive v4.5.0 |
864 | 2024-03-26T18:24:46.217Z | Downloaded proc-macro2 v1.0.78 |
865 | 2024-03-26T18:24:46.220Z | Downloaded serde_derive v1.0.197 |
866 | 2024-03-26T18:24:46.220Z | Downloaded cargo_toml v0.19.0 |
867 | 2024-03-26T18:24:46.224Z | Downloaded unicode-ident v1.0.12 |
868 | 2024-03-26T18:24:46.224Z | Downloaded ryu v1.0.15 |
869 | 2024-03-26T18:24:46.228Z | Downloaded toml v0.8.10 |
870 | 2024-03-26T18:24:46.239Z | Downloaded serde v1.0.197 |
871 | 2024-03-26T18:24:46.247Z | Downloaded indexmap v2.2.5 |
872 | 2024-03-26T18:24:46.257Z | Downloaded memchr v2.7.1 |
873 | 2024-03-26T18:24:46.273Z | Downloaded toml_edit v0.22.6 |
874 | 2024-03-26T18:24:46.705Z | Downloaded hashbrown v0.14.3 |
875 | 2024-03-26T18:24:46.712Z | Downloaded clap_builder v4.5.1 |
876 | 2024-03-26T18:24:46.712Z | Downloaded winnow v0.6.1 |
877 | 2024-03-26T18:24:46.712Z | Downloaded serde_json v1.0.114 |
878 | 2024-03-26T18:24:46.712Z | Downloaded syn v2.0.52 |
879 | 2024-03-26T18:24:46.713Z | Downloaded rustix v0.38.31 |
880 | 2024-03-26T18:24:46.713Z | Downloaded libc v0.2.153 |
881 | 2024-03-26T18:24:46.713Z | Compiling proc-macro2 v1.0.78 |
882 | 2024-03-26T18:24:46.713Z | Compiling unicode-ident v1.0.12 |
883 | 2024-03-26T18:24:46.713Z | Compiling serde v1.0.197 |
884 | 2024-03-26T18:24:46.713Z | Compiling libc v0.2.153 |
885 | 2024-03-26T18:24:46.713Z | Compiling rustix v0.38.31 |
886 | 2024-03-26T18:24:46.713Z | Compiling utf8parse v0.2.1 |
887 | 2024-03-26T18:24:46.714Z | Compiling hashbrown v0.14.3 |
888 | 2024-03-26T18:24:46.714Z | Compiling equivalent v1.0.1 |
889 | 2024-03-26T18:24:46.810Z | Compiling bitflags v2.4.2 |
890 | 2024-03-26T18:24:46.829Z | Compiling anstyle-parse v0.2.1 |
891 | 2024-03-26T18:24:46.833Z | Compiling autocfg v1.1.0 |
892 | 2024-03-26T18:24:47.146Z | Compiling serde_json v1.0.114 |
893 | 2024-03-26T18:24:47.220Z | Compiling colorchoice v1.0.0 |
894 | 2024-03-26T18:24:47.339Z | Compiling winnow v0.6.1 |
895 | 2024-03-26T18:24:47.544Z | Compiling thiserror v1.0.57 |
896 | 2024-03-26T18:24:47.805Z | Compiling indexmap v2.2.5 |
897 | 2024-03-26T18:24:48.542Z | Compiling anstyle-query v1.0.0 |
898 | 2024-03-26T18:24:48.642Z | Compiling semver v1.0.22 |
899 | 2024-03-26T18:24:48.797Z | Compiling camino v1.1.6 |
900 | 2024-03-26T18:24:48.800Z | Compiling anstyle v1.0.2 |
901 | 2024-03-26T18:24:49.033Z | Compiling fs-err v2.11.0 |
902 | 2024-03-26T18:24:49.142Z | Compiling anstream v0.6.11 |
903 | 2024-03-26T18:24:49.158Z | Compiling heck v0.4.1 |
904 | 2024-03-26T18:24:49.222Z | Compiling itoa v1.0.9 |
905 | 2024-03-26T18:24:49.323Z | Compiling anyhow v1.0.79 |
906 | 2024-03-26T18:24:49.446Z | Compiling strsim v0.11.0 |
907 | 2024-03-26T18:24:49.468Z | Compiling ryu v1.0.15 |
908 | 2024-03-26T18:24:49.603Z | Compiling clap_lex v0.7.0 |
909 | 2024-03-26T18:24:49.843Z | Compiling quote v1.0.35 |
910 | 2024-03-26T18:24:50.082Z | Compiling swrite v0.1.0 |
911 | 2024-03-26T18:24:50.203Z | Compiling syn v2.0.52 |
912 | 2024-03-26T18:24:50.302Z | Compiling errno v0.3.8 |
913 | 2024-03-26T18:24:51.178Z | Compiling terminal_size v0.3.0 |
914 | 2024-03-26T18:24:51.242Z | Compiling clap_builder v4.5.1 |
915 | 2024-03-26T18:24:54.920Z | Compiling serde_derive v1.0.197 |
916 | 2024-03-26T18:24:54.920Z | Compiling thiserror-impl v1.0.57 |
917 | 2024-03-26T18:24:54.923Z | Compiling clap_derive v4.5.0 |
918 | 2024-03-26T18:24:57.657Z | Compiling clap v4.5.1 |
919 | 2024-03-26T18:25:02.253Z | Compiling serde_spanned v0.6.5 |
920 | 2024-03-26T18:25:02.253Z | Compiling toml_datetime v0.6.5 |
921 | 2024-03-26T18:25:02.257Z | Compiling cargo-platform v0.1.3 |
922 | 2024-03-26T18:25:02.472Z | Compiling toml_edit v0.22.6 |
923 | 2024-03-26T18:25:03.460Z | Compiling cargo_metadata v0.18.1 |
924 | 2024-03-26T18:25:04.468Z | Compiling toml v0.8.10 |
925 | 2024-03-26T18:25:05.216Z | Compiling cargo_toml v0.19.0 |
926 | 2024-03-26T18:25:08.727Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
927 | 2024-03-26T18:25:10.577Z | Finished dev [unoptimized + debuginfo] target(s) in 47.03s |
928 | 2024-03-26T18:25:10.784Z | Running `target/debug/xtask clippy` |
929 | 2024-03-26T18:25:10.824Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
930 | 2024-03-26T18:25:11.361Z | Downloading crates ... |
931 | 2024-03-26T18:25:11.470Z | Downloaded aead v0.5.2 |
932 | 2024-03-26T18:25:11.474Z | Downloaded adler v1.0.2 |
933 | 2024-03-26T18:25:11.474Z | Downloaded anes v0.1.6 |
934 | 2024-03-26T18:25:11.488Z | Downloaded approx v0.5.1 |
935 | 2024-03-26T18:25:11.488Z | Downloaded ansi_term v0.12.1 |
936 | 2024-03-26T18:25:11.975Z | Downloaded allocator-api2 v0.2.16 |
937 | 2024-03-26T18:25:11.975Z | Downloaded highway v1.1.0 |
938 | 2024-03-26T18:25:11.975Z | Downloaded http-body v0.4.5 |
939 | 2024-03-26T18:25:11.975Z | Downloaded hex-literal v0.4.1 |
940 | 2024-03-26T18:25:11.975Z | Downloaded camino-tempfile v1.1.1 |
941 | 2024-03-26T18:25:11.975Z | Downloaded http-range v0.1.5 |
942 | 2024-03-26T18:25:11.975Z | Downloaded async-stream-impl v0.3.5 |
943 | 2024-03-26T18:25:11.975Z | Downloaded http-body v1.0.0 |
944 | 2024-03-26T18:25:11.975Z | Downloaded arrayref v0.3.7 |
945 | 2024-03-26T18:25:11.975Z | Downloaded ciborium-io v0.2.2 |
946 | 2024-03-26T18:25:11.975Z | Downloaded atty v0.2.14 |
947 | 2024-03-26T18:25:11.975Z | Downloaded ident_case v1.0.1 |
948 | 2024-03-26T18:25:11.976Z | Downloaded home v0.5.5 |
949 | 2024-03-26T18:25:11.976Z | Downloaded hyper-tls v0.5.0 |
950 | 2024-03-26T18:25:11.976Z | Downloaded hubpack v0.1.2 |
951 | 2024-03-26T18:25:11.976Z | Downloaded cassowary v0.3.0 |
952 | 2024-03-26T18:25:11.976Z | Downloaded bitfield v0.14.0 |
953 | 2024-03-26T18:25:11.976Z | Downloaded hubpack_derive v0.1.1 |
954 | 2024-03-26T18:25:11.976Z | Downloaded humantime v2.1.0 |
955 | 2024-03-26T18:25:11.976Z | Downloaded hostname v0.3.1 |
956 | 2024-03-26T18:25:11.976Z | Downloaded base64ct v1.6.0 |
957 | 2024-03-26T18:25:11.976Z | Downloaded hyper-staticfile v0.9.5 |
958 | 2024-03-26T18:25:11.976Z | Downloaded httpdate v1.0.3 |
959 | 2024-03-26T18:25:11.976Z | Downloaded atomicwrites v0.4.3 |
960 | 2024-03-26T18:25:11.976Z | Downloaded bzip2 v0.4.4 |
961 | 2024-03-26T18:25:11.976Z | Downloaded impl-trait-for-tuples v0.2.2 |
962 | 2024-03-26T18:25:11.976Z | Downloaded hyper-rustls v0.24.2 |
963 | 2024-03-26T18:25:11.976Z | Downloaded httparse v1.8.0 |
964 | 2024-03-26T18:25:11.976Z | Downloaded hyper-rustls v0.26.0 |
965 | 2024-03-26T18:25:11.976Z | Downloaded cstr-argument v0.1.2 |
966 | 2024-03-26T18:25:11.976Z | Downloaded cfg-if v1.0.0 |
967 | 2024-03-26T18:25:11.976Z | Downloaded http v0.2.12 |
968 | 2024-03-26T18:25:11.976Z | Downloaded match_cfg v0.1.0 |
969 | 2024-03-26T18:25:11.976Z | Downloaded crucible-workspace-hack v0.1.0 |
970 | 2024-03-26T18:25:11.977Z | Downloaded matches v0.1.10 |
971 | 2024-03-26T18:25:11.977Z | Downloaded instant v0.1.12 |
972 | 2024-03-26T18:25:11.977Z | Downloaded crunchy v0.2.2 |
973 | 2024-03-26T18:25:11.977Z | Downloaded newtype_derive v0.1.6 |
974 | 2024-03-26T18:25:11.977Z | Downloaded block-padding v0.3.3 |
975 | 2024-03-26T18:25:11.977Z | Downloaded crossbeam-deque v0.8.3 |
976 | 2024-03-26T18:25:11.977Z | Downloaded constant_time_eq v0.2.6 |
977 | 2024-03-26T18:25:11.977Z | Downloaded cobs v0.2.3 |
978 | 2024-03-26T18:25:11.977Z | Downloaded md-5 v0.10.5 |
979 | 2024-03-26T18:25:11.977Z | Downloaded ciborium-ll v0.2.2 |
980 | 2024-03-26T18:25:11.977Z | Downloaded buf-list v1.0.3 |
981 | 2024-03-26T18:25:11.977Z | Downloaded num-conv v0.1.0 |
982 | 2024-03-26T18:25:11.977Z | Downloaded normalize-line-endings v0.3.0 |
983 | 2024-03-26T18:25:11.977Z | Downloaded nodrop v0.1.14 |
984 | 2024-03-26T18:25:11.977Z | Downloaded newline-converter v0.3.0 |
985 | 2024-03-26T18:25:11.977Z | Downloaded rpassword v7.3.1 |
986 | 2024-03-26T18:25:11.977Z | Downloaded nested v0.1.1 |
987 | 2024-03-26T18:25:11.977Z | Downloaded new_debug_unreachable v1.0.4 |
988 | 2024-03-26T18:25:11.977Z | Downloaded bit-set v0.5.3 |
989 | 2024-03-26T18:25:11.977Z | Downloaded atomic-waker v1.1.1 |
990 | 2024-03-26T18:25:11.977Z | Downloaded memoffset v0.7.1 |
991 | 2024-03-26T18:25:11.978Z | Downloaded is_ci v1.2.0 |
992 | 2024-03-26T18:25:11.978Z | Downloaded sqlparser_derive v0.2.2 |
993 | 2024-03-26T18:25:11.978Z | Downloaded bitflags v1.3.2 |
994 | 2024-03-26T18:25:11.978Z | Downloaded nibble_vec v0.1.0 |
995 | 2024-03-26T18:25:11.978Z | Downloaded multimap v0.10.0 |
996 | 2024-03-26T18:25:11.978Z | Downloaded ipnetwork v0.20.0 |
997 | 2024-03-26T18:25:11.978Z | Downloaded constant_time_eq v0.3.0 |
998 | 2024-03-26T18:25:11.978Z | Downloaded criterion-plot v0.5.0 |
999 | 2024-03-26T18:25:11.978Z | Downloaded strum v0.25.0 |
1000 | 2024-03-26T18:25:11.978Z | Downloaded base16ct v0.2.0 |
1001 | 2024-03-26T18:25:11.978Z | Downloaded async-stream v0.3.5 |
1002 | 2024-03-26T18:25:11.978Z | Downloaded indoc v2.0.3 |
1003 | 2024-03-26T18:25:11.978Z | Downloaded num v0.4.1 |
1004 | 2024-03-26T18:25:11.978Z | Downloaded nanorand v0.7.0 |
1005 | 2024-03-26T18:25:11.978Z | Downloaded similar-asserts v1.5.0 |
1006 | 2024-03-26T18:25:11.978Z | Downloaded tinyvec_macros v0.1.1 |
1007 | 2024-03-26T18:25:11.978Z | Downloaded tower-service v0.3.2 |
1008 | 2024-03-26T18:25:11.978Z | Downloaded crc-catalog v2.2.0 |
1009 | 2024-03-26T18:25:11.978Z | Downloaded cast v0.3.0 |
1010 | 2024-03-26T18:25:11.978Z | Downloaded tower-layer v0.3.2 |
1011 | 2024-03-26T18:25:11.979Z | Downloaded keccak v0.1.4 |
1012 | 2024-03-26T18:25:11.979Z | Downloaded base64 v0.22.0 |
1013 | 2024-03-26T18:25:11.979Z | Downloaded lru-cache v0.1.2 |
1014 | 2024-03-26T18:25:11.979Z | Downloaded untrusted v0.7.1 |
1015 | 2024-03-26T18:25:11.979Z | Downloaded maplit v1.0.2 |
1016 | 2024-03-26T18:25:11.979Z | Downloaded mime v0.3.17 |
1017 | 2024-03-26T18:25:11.979Z | Downloaded maybe-uninit v2.0.0 |
1018 | 2024-03-26T18:25:11.979Z | Downloaded num-derive v0.4.0 |
1019 | 2024-03-26T18:25:11.979Z | Downloaded newtype-uuid v1.0.1 |
1020 | 2024-03-26T18:25:11.979Z | Downloaded memmap v0.7.0 |
1021 | 2024-03-26T18:25:11.979Z | Downloaded libtest-mimic v0.6.1 |
1022 | 2024-03-26T18:25:11.979Z | Downloaded crc v3.0.1 |
1023 | 2024-03-26T18:25:11.979Z | Downloaded ref-cast-impl v1.0.20 |
1024 | 2024-03-26T18:25:11.979Z | Downloaded linear-map v1.2.0 |
1025 | 2024-03-26T18:25:11.979Z | Downloaded schemars_derive v0.8.16 |
1026 | 2024-03-26T18:25:11.979Z | Downloaded scheduled-thread-pool v0.2.7 |
1027 | 2024-03-26T18:25:11.979Z | Downloaded want v0.3.1 |
1028 | 2024-03-26T18:25:11.979Z | Downloaded doc-comment v0.3.3 |
1029 | 2024-03-26T18:25:11.979Z | Downloaded structopt-derive v0.4.18 |
1030 | 2024-03-26T18:25:11.979Z | Downloaded tempdir v0.3.7 |
1031 | 2024-03-26T18:25:11.979Z | Downloaded stability v0.1.1 |
1032 | 2024-03-26T18:25:11.980Z | Downloaded dtrace-parser v0.2.0 |
1033 | 2024-03-26T18:25:11.980Z | Downloaded dtrace-parser v0.1.14 |
1034 | 2024-03-26T18:25:11.980Z | Downloaded async-trait v0.1.77 |
1035 | 2024-03-26T18:25:11.980Z | Downloaded spin v0.5.2 |
1036 | 2024-03-26T18:25:11.985Z | Downloaded signature v2.1.0 |
1037 | 2024-03-26T18:25:11.985Z | Downloaded argon2 v0.5.3 |
1038 | 2024-03-26T18:25:11.985Z | Downloaded assert_cmd v2.0.14 |
1039 | 2024-03-26T18:25:11.985Z | Downloaded native-tls v0.2.11 |
1040 | 2024-03-26T18:25:11.985Z | Downloaded libloading v0.7.4 |
1041 | 2024-03-26T18:25:11.985Z | Downloaded mime_guess v2.0.4 |
1042 | 2024-03-26T18:25:11.985Z | Downloaded multer v3.0.0 |
1043 | 2024-03-26T18:25:11.985Z | Downloaded blake2b_simd v1.0.1 |
1044 | 2024-03-26T18:25:11.985Z | Downloaded utf-8 v0.7.6 |
1045 | 2024-03-26T18:25:11.985Z | Downloaded crc32fast v1.3.2 |
1046 | 2024-03-26T18:25:11.985Z | Downloaded memmap2 v0.7.1 |
1047 | 2024-03-26T18:25:11.986Z | Downloaded cancel-safe-futures v0.1.5 |
1048 | 2024-03-26T18:25:11.986Z | Downloaded indexmap v1.9.3 |
1049 | 2024-03-26T18:25:11.986Z | Downloaded oso-derive v0.27.0 |
1050 | 2024-03-26T18:25:11.986Z | Downloaded cookie_store v0.20.0 |
1051 | 2024-03-26T18:25:11.986Z | Downloaded float-cmp v0.9.0 |
1052 | 2024-03-26T18:25:11.986Z | Downloaded deranged v0.3.11 |
1053 | 2024-03-26T18:25:11.986Z | Downloaded miniz_oxide v0.7.1 |
1054 | 2024-03-26T18:25:11.986Z | Downloaded console v0.15.8 |
1055 | 2024-03-26T18:25:11.986Z | Downloaded slog-term v2.9.0 |
1056 | 2024-03-26T18:25:11.986Z | Downloaded foreign-types-macros v0.2.3 |
1057 | 2024-03-26T18:25:11.986Z | Downloaded serde_with_macros v3.6.1 |
1058 | 2024-03-26T18:25:11.986Z | Downloaded futures-core v0.3.30 |
1059 | 2024-03-26T18:25:11.986Z | Downloaded defmt-parser v0.3.3 |
1060 | 2024-03-26T18:25:11.986Z | Downloaded num_enum v0.5.11 |
1061 | 2024-03-26T18:25:11.986Z | Downloaded dof v0.3.0 |
1062 | 2024-03-26T18:25:11.986Z | Downloaded num-complex v0.4.4 |
1063 | 2024-03-26T18:25:11.986Z | Downloaded termtree v0.4.1 |
1064 | 2024-03-26T18:25:11.986Z | Downloaded clang-sys v1.6.1 |
1065 | 2024-03-26T18:25:11.986Z | Downloaded crossbeam-utils v0.8.19 |
1066 | 2024-03-26T18:25:11.986Z | Downloaded basic-toml v0.1.8 |
1067 | 2024-03-26T18:25:11.986Z | Downloaded proc-macro-error-attr v1.0.4 |
1068 | 2024-03-26T18:25:11.987Z | Downloaded predicates-core v1.0.6 |
1069 | 2024-03-26T18:25:11.987Z | Downloaded packed_struct_codegen v0.10.1 |
1070 | 2024-03-26T18:25:11.987Z | Downloaded oorandom v11.1.3 |
1071 | 2024-03-26T18:25:11.987Z | Downloaded packed_struct v0.10.1 |
1072 | 2024-03-26T18:25:11.987Z | Downloaded darling v0.20.3 |
1073 | 2024-03-26T18:25:11.987Z | Downloaded foreign-types v0.3.2 |
1074 | 2024-03-26T18:25:11.987Z | Downloaded guppy-workspace-hack v0.1.0 |
1075 | 2024-03-26T18:25:11.987Z | Downloaded number_prefix v0.4.0 |
1076 | 2024-03-26T18:25:11.987Z | Downloaded cookie v0.18.0 |
1077 | 2024-03-26T18:25:11.987Z | Downloaded fd-lock v3.0.13 |
1078 | 2024-03-26T18:25:11.987Z | Downloaded siphasher v0.3.11 |
1079 | 2024-03-26T18:25:11.987Z | Downloaded signature v1.6.4 |
1080 | 2024-03-26T18:25:11.987Z | Downloaded precomputed-hash v0.1.1 |
1081 | 2024-03-26T18:25:11.987Z | Downloaded serde_repr v0.1.16 |
1082 | 2024-03-26T18:25:11.987Z | Downloaded strsim v0.10.0 |
1083 | 2024-03-26T18:25:11.987Z | Downloaded strsim v0.8.0 |
1084 | 2024-03-26T18:25:11.987Z | Downloaded signal-hook-tokio v0.3.1 |
1085 | 2024-03-26T18:25:11.987Z | Downloaded strip-ansi-escapes v0.2.0 |
1086 | 2024-03-26T18:25:11.987Z | Downloaded stringprep v0.1.3 |
1087 | 2024-03-26T18:25:11.987Z | Downloaded textwrap v0.16.1 |
1088 | 2024-03-26T18:25:11.987Z | Downloaded sec1 v0.7.3 |
1089 | 2024-03-26T18:25:11.988Z | Downloaded peeking_take_while v0.1.2 |
1090 | 2024-03-26T18:25:11.988Z | Downloaded termcolor v1.2.0 |
1091 | 2024-03-26T18:25:11.988Z | Downloaded wyz v0.5.1 |
1092 | 2024-03-26T18:25:11.988Z | Downloaded backtrace v0.3.69 |
1093 | 2024-03-26T18:25:11.988Z | Downloaded owo-colors v4.0.0 |
1094 | 2024-03-26T18:25:11.988Z | Downloaded similar v2.4.0 |
1095 | 2024-03-26T18:25:11.988Z | Downloaded ed25519 v1.5.3 |
1096 | 2024-03-26T18:25:11.988Z | Downloaded dyn-clone v1.0.17 |
1097 | 2024-03-26T18:25:11.988Z | Downloaded tinyvec v1.6.0 |
1098 | 2024-03-26T18:25:11.988Z | Downloaded unicode-linebreak v0.1.5 |
1099 | 2024-03-26T18:25:11.988Z | Downloaded rustls-pki-types v1.3.0 |
1100 | 2024-03-26T18:25:11.988Z | Downloaded tabwriter v1.4.0 |
1101 | 2024-03-26T18:25:11.988Z | Downloaded toolchain_find v0.2.0 |
1102 | 2024-03-26T18:25:11.988Z | Downloaded unicode-xid v0.2.4 |
1103 | 2024-03-26T18:25:11.988Z | Downloaded rand_chacha v0.3.1 |
1104 | 2024-03-26T18:25:11.988Z | Downloaded futures-sink v0.3.30 |
1105 | 2024-03-26T18:25:11.988Z | Downloaded futures-macro v0.3.30 |
1106 | 2024-03-26T18:25:11.988Z | Downloaded foreign-types v0.5.0 |
1107 | 2024-03-26T18:25:11.988Z | Downloaded derive_builder_macro v0.12.0 |
1108 | 2024-03-26T18:25:11.988Z | Downloaded chacha20poly1305 v0.10.1 |
1109 | 2024-03-26T18:25:11.988Z | Downloaded futures v0.3.30 |
1110 | 2024-03-26T18:25:11.989Z | Downloaded olpc-cjson v0.1.3 |
1111 | 2024-03-26T18:25:11.989Z | Downloaded rand_seeder v0.2.3 |
1112 | 2024-03-26T18:25:11.989Z | Downloaded radium v0.7.0 |
1113 | 2024-03-26T18:25:11.989Z | Downloaded cc v1.0.83 |
1114 | 2024-03-26T18:25:11.989Z | Downloaded tracing-core v0.1.32 |
1115 | 2024-03-26T18:25:11.989Z | Downloaded term v0.7.0 |
1116 | 2024-03-26T18:25:11.989Z | Downloaded darling_macro v0.14.4 |
1117 | 2024-03-26T18:25:11.989Z | Downloaded papergrid v0.11.0 |
1118 | 2024-03-26T18:25:11.989Z | Downloaded secrecy v0.8.0 |
1119 | 2024-03-26T18:25:11.989Z | Downloaded r2d2 v0.8.10 |
1120 | 2024-03-26T18:25:11.989Z | Downloaded parse-size v1.0.0 |
1121 | 2024-03-26T18:25:11.989Z | Downloaded percent-encoding v2.3.1 |
1122 | 2024-03-26T18:25:11.989Z | Downloaded pem v3.0.2 |
1123 | 2024-03-26T18:25:11.989Z | Downloaded scopeguard v1.2.0 |
1124 | 2024-03-26T18:25:11.989Z | Downloaded scroll_derive v0.12.0 |
1125 | 2024-03-26T18:25:11.989Z | Downloaded base64 v0.21.7 |
1126 | 2024-03-26T18:25:11.989Z | Downloaded curve25519-dalek-derive v0.1.0 |
1127 | 2024-03-26T18:25:11.989Z | Downloaded num_threads v0.1.6 |
1128 | 2024-03-26T18:25:11.989Z | Downloaded whoami v1.5.0 |
1129 | 2024-03-26T18:25:11.989Z | Downloaded unicode-width v0.1.11 |
1130 | 2024-03-26T18:25:11.990Z | Downloaded sha2 v0.10.8 |
1131 | 2024-03-26T18:25:11.990Z | Downloaded smf v0.2.2 |
1132 | 2024-03-26T18:25:11.990Z | Downloaded threadpool v1.8.1 |
1133 | 2024-03-26T18:25:11.990Z | Downloaded unicase v2.7.0 |
1134 | 2024-03-26T18:25:11.990Z | Downloaded thread-id v4.2.0 |
1135 | 2024-03-26T18:25:11.990Z | Downloaded thread_local v1.1.7 |
1136 | 2024-03-26T18:25:11.995Z | Downloaded strum v0.26.1 |
1137 | 2024-03-26T18:25:11.995Z | Downloaded futures-task v0.3.30 |
1138 | 2024-03-26T18:25:11.995Z | Downloaded usdt-impl v0.3.5 |
1139 | 2024-03-26T18:25:11.995Z | Downloaded strum_macros v0.25.2 |
1140 | 2024-03-26T18:25:11.995Z | Downloaded pin-project-internal v1.1.3 |
1141 | 2024-03-26T18:25:11.995Z | Downloaded yansi v0.5.1 |
1142 | 2024-03-26T18:25:11.995Z | Downloaded socket2 v0.4.9 |
1143 | 2024-03-26T18:25:11.995Z | Downloaded version_check v0.9.4 |
1144 | 2024-03-26T18:25:11.995Z | Downloaded vec_map v0.8.2 |
1145 | 2024-03-26T18:25:11.995Z | Downloaded partial-io v0.5.4 |
1146 | 2024-03-26T18:25:11.995Z | Downloaded test-strategy v0.3.1 |
1147 | 2024-03-26T18:25:11.995Z | Downloaded tempfile v3.10.0 |
1148 | 2024-03-26T18:25:11.995Z | Downloaded endian-type v0.1.2 |
1149 | 2024-03-26T18:25:11.995Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1150 | 2024-03-26T18:25:11.995Z | Downloaded data-encoding v2.4.0 |
1151 | 2024-03-26T18:25:11.995Z | Downloaded target-lexicon v0.12.13 |
1152 | 2024-03-26T18:25:11.995Z | Downloaded path-slash v0.1.5 |
1153 | 2024-03-26T18:25:11.995Z | Downloaded pest_generator v2.7.6 |
1154 | 2024-03-26T18:25:11.995Z | Downloaded heck v0.3.3 |
1155 | 2024-03-26T18:25:11.995Z | Downloaded futures-executor v0.3.30 |
1156 | 2024-03-26T18:25:11.996Z | Downloaded glob v0.3.1 |
1157 | 2024-03-26T18:25:11.996Z | Downloaded pretty-hex v0.4.1 |
1158 | 2024-03-26T18:25:11.996Z | Downloaded foreign-types-shared v0.3.1 |
1159 | 2024-03-26T18:25:11.996Z | Downloaded foreign-types-shared v0.1.1 |
1160 | 2024-03-26T18:25:11.996Z | Downloaded strum_macros v0.26.1 |
1161 | 2024-03-26T18:25:11.996Z | Downloaded proc-macro-crate v1.3.1 |
1162 | 2024-03-26T18:25:11.996Z | Downloaded remove_dir_all v0.5.3 |
1163 | 2024-03-26T18:25:11.996Z | Downloaded psl-types v2.0.11 |
1164 | 2024-03-26T18:25:11.996Z | Downloaded rstest v0.18.2 |
1165 | 2024-03-26T18:25:11.996Z | Downloaded derive_builder_core v0.12.0 |
1166 | 2024-03-26T18:25:11.996Z | Downloaded supports-color v3.0.0 |
1167 | 2024-03-26T18:25:11.996Z | Downloaded subtle v2.5.0 |
1168 | 2024-03-26T18:25:11.996Z | Downloaded strum_macros v0.24.3 |
1169 | 2024-03-26T18:25:11.996Z | Downloaded take_mut v0.2.2 |
1170 | 2024-03-26T18:25:11.996Z | Downloaded num-bigint v0.4.4 |
1171 | 2024-03-26T18:25:11.996Z | Downloaded waitgroup v0.1.2 |
1172 | 2024-03-26T18:25:11.996Z | Downloaded zerocopy-derive v0.7.32 |
1173 | 2024-03-26T18:25:11.996Z | Downloaded crossbeam-channel v0.5.8 |
1174 | 2024-03-26T18:25:11.996Z | Downloaded headers-core v0.2.0 |
1175 | 2024-03-26T18:25:11.996Z | Downloaded tokio-native-tls v0.3.1 |
1176 | 2024-03-26T18:25:11.996Z | Downloaded enum-as-inner v0.5.1 |
1177 | 2024-03-26T18:25:11.996Z | Downloaded num_enum_derive v0.5.11 |
1178 | 2024-03-26T18:25:11.997Z | Downloaded fatfs v0.3.6 |
1179 | 2024-03-26T18:25:11.997Z | Downloaded postgres-types v0.2.6 |
1180 | 2024-03-26T18:25:11.997Z | Downloaded pretty-hex v0.2.1 |
1181 | 2024-03-26T18:25:11.997Z | Downloaded getrandom v0.2.12 |
1182 | 2024-03-26T18:25:11.997Z | Downloaded criterion v0.5.1 |
1183 | 2024-03-26T18:25:11.997Z | Downloaded semver v0.11.0 |
1184 | 2024-03-26T18:25:11.997Z | Downloaded rustfmt-wrapper v0.2.0 |
1185 | 2024-03-26T18:25:11.997Z | Downloaded form_urlencoded v1.2.1 |
1186 | 2024-03-26T18:25:11.997Z | Downloaded fnv v1.0.7 |
1187 | 2024-03-26T18:25:11.997Z | Downloaded pin-utils v0.1.0 |
1188 | 2024-03-26T18:25:11.997Z | Downloaded tap v1.0.1 |
1189 | 2024-03-26T18:25:11.997Z | Downloaded structmeta-derive v0.3.0 |
1190 | 2024-03-26T18:25:11.997Z | Downloaded usdt-impl v0.5.0 |
1191 | 2024-03-26T18:25:11.997Z | Downloaded pest_derive v2.7.6 |
1192 | 2024-03-26T18:25:11.997Z | Downloaded libxml v0.3.3 |
1193 | 2024-03-26T18:25:12.001Z | Downloaded shlex v1.3.0 |
1194 | 2024-03-26T18:25:12.005Z | Downloaded tokio-tungstenite v0.20.1 |
1195 | 2024-03-26T18:25:12.005Z | Downloaded libm v0.2.7 |
1196 | 2024-03-26T18:25:12.017Z | Downloaded openssl-macros v0.1.1 |
1197 | 2024-03-26T18:25:12.021Z | Downloaded predicates v3.1.0 |
1198 | 2024-03-26T18:25:12.021Z | Downloaded pkcs8 v0.10.2 |
1199 | 2024-03-26T18:25:12.024Z | Downloaded powerfmt v0.2.0 |
1200 | 2024-03-26T18:25:12.028Z | Downloaded opaque-debug v0.3.0 |
1201 | 2024-03-26T18:25:12.028Z | Downloaded digest v0.10.7 |
1202 | 2024-03-26T18:25:12.028Z | Downloaded fxhash v0.2.1 |
1203 | 2024-03-26T18:25:12.031Z | Downloaded ena v0.14.2 |
1204 | 2024-03-26T18:25:12.031Z | Downloaded time-core v0.1.2 |
1205 | 2024-03-26T18:25:12.034Z | Downloaded unicode-bidi v0.3.15 |
1206 | 2024-03-26T18:25:12.038Z | Downloaded rustls-pemfile v2.1.1 |
1207 | 2024-03-26T18:25:12.042Z | Downloaded rustls-native-certs v0.7.0 |
1208 | 2024-03-26T18:25:12.042Z | Downloaded usdt v0.5.0 |
1209 | 2024-03-26T18:25:12.042Z | Downloaded structmeta v0.3.0 |
1210 | 2024-03-26T18:25:12.045Z | Downloaded ff v0.13.0 |
1211 | 2024-03-26T18:25:12.045Z | Downloaded num-bigint-dig v0.8.4 |
1212 | 2024-03-26T18:25:12.051Z | Downloaded fd-lock v4.0.2 |
1213 | 2024-03-26T18:25:12.055Z | Downloaded fastrand v2.0.1 |
1214 | 2024-03-26T18:25:12.055Z | Downloaded parking_lot v0.12.1 |
1215 | 2024-03-26T18:25:12.060Z | Downloaded gethostname v0.4.3 |
1216 | 2024-03-26T18:25:12.060Z | Downloaded snafu v0.7.5 |
1217 | 2024-03-26T18:25:12.069Z | Downloaded sqlformat v0.2.3 |
1218 | 2024-03-26T18:25:12.073Z | Downloaded zeroize v1.7.0 |
1219 | 2024-03-26T18:25:12.073Z | Downloaded usdt v0.3.5 |
1220 | 2024-03-26T18:25:12.073Z | Downloaded usdt-macro v0.3.5 |
1221 | 2024-03-26T18:25:12.073Z | Downloaded textwrap v0.11.0 |
1222 | 2024-03-26T18:25:12.073Z | Downloaded prettyplease v0.2.16 |
1223 | 2024-03-26T18:25:12.076Z | Downloaded tiny-keccak v2.0.2 |
1224 | 2024-03-26T18:25:12.079Z | Downloaded smallvec v1.13.1 |
1225 | 2024-03-26T18:25:12.083Z | Downloaded thiserror-no-std v2.0.2 |
1226 | 2024-03-26T18:25:12.086Z | Downloaded openssl-probe v0.1.5 |
1227 | 2024-03-26T18:25:12.089Z | Downloaded tabled_derive v0.7.0 |
1228 | 2024-03-26T18:25:12.089Z | Downloaded slog-dtrace v0.3.0 |
1229 | 2024-03-26T18:25:12.097Z | Downloaded synstructure v0.12.6 |
1230 | 2024-03-26T18:25:12.097Z | Downloaded plotters-backend v0.3.5 |
1231 | 2024-03-26T18:25:12.097Z | Downloaded env_logger v0.10.0 |
1232 | 2024-03-26T18:25:12.101Z | Downloaded darling_core v0.20.3 |
1233 | 2024-03-26T18:25:12.104Z | Downloaded plotters-svg v0.3.5 |
1234 | 2024-03-26T18:25:12.104Z | Downloaded sync_wrapper v0.1.2 |
1235 | 2024-03-26T18:25:12.104Z | Downloaded vte_generate_state_changes v0.1.1 |
1236 | 2024-03-26T18:25:12.104Z | Downloaded parking_lot_core v0.8.6 |
1237 | 2024-03-26T18:25:12.107Z | Downloaded try-lock v0.2.4 |
1238 | 2024-03-26T18:25:12.107Z | Downloaded tokio-macros v2.2.0 |
1239 | 2024-03-26T18:25:12.110Z | Downloaded crossterm v0.27.0 |
1240 | 2024-03-26T18:25:12.117Z | Downloaded serde-big-array v0.5.1 |
1241 | 2024-03-26T18:25:12.120Z | Downloaded xattr v1.0.1 |
1242 | 2024-03-26T18:25:12.120Z | Downloaded num-integer v0.1.46 |
1243 | 2024-03-26T18:25:12.124Z | Downloaded serde-big-array v0.4.1 |
1244 | 2024-03-26T18:25:12.124Z | Downloaded phf_shared v0.10.0 |
1245 | 2024-03-26T18:25:12.127Z | Downloaded rtoolbox v0.0.1 |
1246 | 2024-03-26T18:25:12.128Z | Downloaded time-macros v0.2.17 |
1247 | 2024-03-26T18:25:12.128Z | Downloaded rsa v0.9.2 |
1248 | 2024-03-26T18:25:12.133Z | Downloaded pathdiff v0.2.1 |
1249 | 2024-03-26T18:25:12.137Z | Downloaded paste v1.0.14 |
1250 | 2024-03-26T18:25:12.137Z | Downloaded serde_tokenstream v0.2.0 |
1251 | 2024-03-26T18:25:12.142Z | Downloaded wait-timeout v0.2.0 |
1252 | 2024-03-26T18:25:12.145Z | Downloaded tar v0.4.40 |
1253 | 2024-03-26T18:25:12.145Z | Downloaded salty v0.2.0 |
1254 | 2024-03-26T18:25:12.150Z | Downloaded hash32 v0.2.1 |
1255 | 2024-03-26T18:25:12.153Z | Downloaded plain v0.2.3 |
1256 | 2024-03-26T18:25:12.153Z | Downloaded difflib v0.4.0 |
1257 | 2024-03-26T18:25:12.156Z | Downloaded dirs-sys-next v0.1.2 |
1258 | 2024-03-26T18:25:12.156Z | Downloaded dirs-next v2.0.0 |
1259 | 2024-03-26T18:25:12.160Z | Downloaded slog-stdlog v4.1.1 |
1260 | 2024-03-26T18:25:12.160Z | Downloaded smallvec v0.6.14 |
1261 | 2024-03-26T18:25:12.163Z | Downloaded either v1.10.0 |
1262 | 2024-03-26T18:25:12.163Z | Downloaded serde_with v3.6.1 |
1263 | 2024-03-26T18:25:12.170Z | Downloaded static_assertions v1.1.0 |
1264 | 2024-03-26T18:25:12.174Z | Downloaded vsss-rs v3.3.4 |
1265 | 2024-03-26T18:25:12.180Z | Downloaded quick-error v1.2.3 |
1266 | 2024-03-26T18:25:12.180Z | Downloaded headers v0.3.9 |
1267 | 2024-03-26T18:25:12.185Z | Downloaded futures-timer v3.0.2 |
1268 | 2024-03-26T18:25:12.185Z | Downloaded num-rational v0.4.1 |
1269 | 2024-03-26T18:25:12.191Z | Downloaded walkdir v2.4.0 |
1270 | 2024-03-26T18:25:12.191Z | Downloaded slog-async v2.8.0 |
1271 | 2024-03-26T18:25:12.191Z | Downloaded pkg-config v0.3.27 |
1272 | 2024-03-26T18:25:12.194Z | Downloaded pest v2.7.6 |
1273 | 2024-03-26T18:25:12.208Z | Downloaded tungstenite v0.20.1 |
1274 | 2024-03-26T18:25:12.213Z | Downloaded unarray v0.1.4 |
1275 | 2024-03-26T18:25:12.213Z | Downloaded platforms v3.0.2 |
1276 | 2024-03-26T18:25:12.213Z | Downloaded vte v0.11.1 |
1277 | 2024-03-26T18:25:12.213Z | Downloaded tinytemplate v1.2.1 |
1278 | 2024-03-26T18:25:12.213Z | Downloaded darling_core v0.14.4 |
1279 | 2024-03-26T18:25:12.221Z | Downloaded phf v0.11.2 |
1280 | 2024-03-26T18:25:12.222Z | Downloaded unsafe-libyaml v0.2.10 |
1281 | 2024-03-26T18:25:12.222Z | Downloaded universal-hash v0.5.1 |
1282 | 2024-03-26T18:25:12.228Z | Downloaded zip v0.6.6 |
1283 | 2024-03-26T18:25:12.228Z | Downloaded fragile v2.0.0 |
1284 | 2024-03-26T18:25:12.228Z | Downloaded time v0.3.34 |
1285 | 2024-03-26T18:25:12.233Z | Downloaded rand_xorshift v0.3.0 |
1286 | 2024-03-26T18:25:12.237Z | Downloaded diesel_derives v2.1.2 |
1287 | 2024-03-26T18:25:12.241Z | Downloaded postgres-protocol v0.6.6 |
1288 | 2024-03-26T18:25:12.241Z | Downloaded socket2 v0.5.5 |
1289 | 2024-03-26T18:25:12.247Z | Downloaded flume v0.11.0 |
1290 | 2024-03-26T18:25:12.247Z | Downloaded clap v2.34.0 |
1291 | 2024-03-26T18:25:12.254Z | Downloaded half v2.3.1 |
1292 | 2024-03-26T18:25:12.259Z | Downloaded rustls-webpki v0.101.7 |
1293 | 2024-03-26T18:25:12.682Z | Downloaded spin v0.9.8 |
1294 | 2024-03-26T18:25:12.691Z | Downloaded rcgen v0.12.1 |
1295 | 2024-03-26T18:25:12.691Z | Downloaded tokio-util v0.7.10 |
1296 | 2024-03-26T18:25:12.691Z | Downloaded idna v0.5.0 |
1297 | 2024-03-26T18:25:12.691Z | Downloaded rayon-core v1.12.1 |
1298 | 2024-03-26T18:25:12.691Z | Downloaded idna v0.3.0 |
1299 | 2024-03-26T18:25:12.691Z | Downloaded ucd-trie v0.1.6 |
1300 | 2024-03-26T18:25:12.691Z | Downloaded url v2.5.0 |
1301 | 2024-03-26T18:25:12.691Z | Downloaded unicode-normalization v0.1.22 |
1302 | 2024-03-26T18:25:12.692Z | Downloaded tabled v0.15.0 |
1303 | 2024-03-26T18:25:12.692Z | Downloaded hashbrown v0.12.3 |
1304 | 2024-03-26T18:25:12.692Z | Downloaded steno v0.4.0 |
1305 | 2024-03-26T18:25:12.692Z | Downloaded rstest_macros v0.18.2 |
1306 | 2024-03-26T18:25:12.692Z | Downloaded trust-dns-resolver v0.22.0 |
1307 | 2024-03-26T18:25:12.692Z | Downloaded petgraph v0.6.4 |
1308 | 2024-03-26T18:25:12.692Z | Downloaded trust-dns-server v0.22.1 |
1309 | 2024-03-26T18:25:12.692Z | Downloaded radix_trie v0.2.1 |
1310 | 2024-03-26T18:25:12.692Z | Downloaded heapless v0.8.0 |
1311 | 2024-03-26T18:25:12.692Z | Downloaded nix v0.27.1 |
1312 | 2024-03-26T18:25:12.692Z | Downloaded h2 v0.3.24 |
1313 | 2024-03-26T18:25:12.692Z | Downloaded rustls-webpki v0.102.1 |
1314 | 2024-03-26T18:25:12.692Z | Downloaded typed-path v0.7.0 |
1315 | 2024-03-26T18:25:12.692Z | Downloaded futures-util v0.3.30 |
1316 | 2024-03-26T18:25:12.692Z | Downloaded trust-dns-proto v0.22.0 |
1317 | 2024-03-26T18:25:12.693Z | Downloaded reedline v0.30.0 |
1318 | 2024-03-26T18:25:12.693Z | Downloaded vcpkg v0.2.15 |
1319 | 2024-03-26T18:25:12.693Z | Downloaded bitvec v1.0.1 |
1320 | 2024-03-26T18:25:12.693Z | Downloaded regex-syntax v0.6.29 |
1321 | 2024-03-26T18:25:12.693Z | Downloaded regress v0.9.0 |
1322 | 2024-03-26T18:25:12.693Z | Downloaded plotters v0.3.5 |
1323 | 2024-03-26T18:25:12.693Z | Downloaded openapiv3 v2.0.0 |
1324 | 2024-03-26T18:25:12.693Z | Downloaded webpki-roots v0.25.2 |
1325 | 2024-03-26T18:25:12.693Z | Downloaded tokio v1.36.0 |
1326 | 2024-03-26T18:25:12.693Z | Downloaded quick-xml v0.30.0 |
1327 | 2024-03-26T18:25:12.693Z | Downloaded goblin v0.8.0 |
1328 | 2024-03-26T18:25:12.693Z | Downloaded object v0.30.4 |
1329 | 2024-03-26T18:25:12.693Z | Downloaded proptest v1.4.0 |
1330 | 2024-03-26T18:25:12.693Z | Downloaded regex v1.10.3 |
1331 | 2024-03-26T18:25:12.694Z | Downloaded rayon v1.9.0 |
1332 | 2024-03-26T18:25:12.694Z | Downloaded diesel v2.1.4 |
1333 | 2024-03-26T18:25:12.694Z | Downloaded gimli v0.28.0 |
1334 | 2024-03-26T18:25:12.694Z | Downloaded smoltcp v0.9.1 |
1335 | 2024-03-26T18:25:12.694Z | Downloaded polar-core v0.27.0 |
1336 | 2024-03-26T18:25:12.706Z | Downloaded bstr v1.9.0 |
1337 | 2024-03-26T18:25:12.724Z | Downloaded smoltcp v0.11.0 |
1338 | 2024-03-26T18:25:12.732Z | Downloaded syn v1.0.109 |
1339 | 2024-03-26T18:25:12.733Z | Downloaded regex-syntax v0.8.2 |
1340 | 2024-03-26T18:25:12.736Z | Downloaded bstr v0.2.17 |
1341 | 2024-03-26T18:25:12.745Z | Downloaded openssl v0.10.60 |
1342 | 2024-03-26T18:25:12.755Z | Downloaded curve25519-dalek v4.1.1 |
1343 | 2024-03-26T18:25:12.764Z | Downloaded rustls v0.22.2 |
1344 | 2024-03-26T18:25:12.778Z | Downloaded sqlparser v0.43.1 |
1345 | 2024-03-26T18:25:12.783Z | Downloaded hashbrown v0.13.2 |
1346 | 2024-03-26T18:25:12.787Z | Downloaded object v0.32.1 |
1347 | 2024-03-26T18:25:12.798Z | Downloaded rustls v0.21.9 |
1348 | 2024-03-26T18:25:12.814Z | Downloaded chrono v0.4.34 |
1349 | 2024-03-26T18:25:12.817Z | Downloaded bindgen v0.69.2 |
1350 | 2024-03-26T18:25:12.824Z | Downloaded ring v0.17.8 |
1351 | 2024-03-26T18:25:12.894Z | Downloaded sled v0.34.7 |
1352 | 2024-03-26T18:25:12.905Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1353 | 2024-03-26T18:25:12.915Z | Downloaded ratatui v0.26.1 |
1354 | 2024-03-26T18:25:12.932Z | Downloaded zerocopy-derive v0.2.0 |
1355 | 2024-03-26T18:25:12.940Z | Downloaded zerocopy-derive v0.6.4 |
1356 | 2024-03-26T18:25:12.952Z | Downloaded lalrpop v0.19.12 |
1357 | 2024-03-26T18:25:12.962Z | Downloaded rustyline v13.0.0 |
1358 | 2024-03-26T18:25:12.966Z | Downloaded regex-automata v0.1.10 |
1359 | 2024-03-26T18:25:12.978Z | Downloaded reqwest v0.11.24 |
1360 | 2024-03-26T18:25:12.986Z | Downloaded regex-automata v0.4.5 |
1361 | 2024-03-26T18:25:12.995Z | Downloaded blake3 v1.5.0 |
1362 | 2024-03-26T18:25:13.002Z | Downloaded tokio-postgres v0.7.10 |
1363 | 2024-03-26T18:25:13.006Z | Downloaded winnow v0.5.15 |
1364 | 2024-03-26T18:25:13.014Z | Downloaded portable-atomic v1.4.3 |
1365 | 2024-03-26T18:25:13.019Z | Downloaded idna v0.2.3 |
1366 | 2024-03-26T18:25:13.026Z | Downloaded guppy v0.17.5 |
1367 | 2024-03-26T18:25:13.032Z | Downloaded csv v1.3.0 |
1368 | 2024-03-26T18:25:13.053Z | Downloaded sha3 v0.10.8 |
1369 | 2024-03-26T18:25:13.058Z | Downloaded serde-hex v0.1.0 |
1370 | 2024-03-26T18:25:13.058Z | Downloaded rust-argon2 v1.0.1 |
1371 | 2024-03-26T18:25:13.062Z | Downloaded elliptic-curve v0.13.8 |
1372 | 2024-03-26T18:25:13.066Z | Downloaded flate2 v1.0.28 |
1373 | 2024-03-26T18:25:13.069Z | Downloaded relative-path v1.9.0 |
1374 | 2024-03-26T18:25:13.079Z | Downloaded postcard v1.0.8 |
1375 | 2024-03-26T18:25:13.079Z | Downloaded expectorate v1.1.0 |
1376 | 2024-03-26T18:25:13.082Z | Downloaded password-hash v0.5.0 |
1377 | 2024-03-26T18:25:13.082Z | Downloaded parking_lot v0.11.2 |
1378 | 2024-03-26T18:25:13.082Z | Downloaded slog-bunyan v2.5.0 |
1379 | 2024-03-26T18:25:13.082Z | Downloaded uuid v1.7.0 |
1380 | 2024-03-26T18:25:13.082Z | Downloaded num-traits v0.2.18 |
1381 | 2024-03-26T18:25:13.086Z | Downloaded derive_more v0.99.17 |
1382 | 2024-03-26T18:25:13.101Z | Downloaded serde_tokenstream v0.1.7 |
1383 | 2024-03-26T18:25:13.105Z | Downloaded toml_edit v0.19.15 |
1384 | 2024-03-26T18:25:13.109Z | Downloaded zerocopy v0.7.32 |
1385 | 2024-03-26T18:25:13.134Z | Downloaded phf_shared v0.11.2 |
1386 | 2024-03-26T18:25:13.139Z | Downloaded yasna v0.5.2 |
1387 | 2024-03-26T18:25:13.140Z | Downloaded publicsuffix v2.2.3 |
1388 | 2024-03-26T18:25:13.140Z | Downloaded encoding_rs v0.8.33 |
1389 | 2024-03-26T18:25:13.150Z | Downloaded futures-io v0.3.30 |
1390 | 2024-03-26T18:25:13.153Z | Downloaded funty v2.0.0 |
1391 | 2024-03-26T18:25:13.153Z | Downloaded globset v0.4.13 |
1392 | 2024-03-26T18:25:13.153Z | Downloaded tough v0.16.0 |
1393 | 2024-03-26T18:25:13.161Z | Downloaded trybuild v1.0.89 |
1394 | 2024-03-26T18:25:13.166Z | Downloaded tower v0.4.13 |
1395 | 2024-03-26T18:25:13.174Z | Downloaded pretty_assertions v1.4.0 |
1396 | 2024-03-26T18:25:13.179Z | Downloaded unicode-segmentation v1.10.1 |
1397 | 2024-03-26T18:25:13.183Z | Downloaded flagset v0.4.3 |
1398 | 2024-03-26T18:25:13.183Z | Downloaded fixedbitset v0.4.2 |
1399 | 2024-03-26T18:25:13.183Z | Downloaded filetime v0.2.23 |
1400 | 2024-03-26T18:25:13.186Z | Downloaded fallible-iterator v0.2.0 |
1401 | 2024-03-26T18:25:13.186Z | Downloaded embedded-io v0.4.0 |
1402 | 2024-03-26T18:25:13.186Z | Downloaded zerocopy v0.3.0 |
1403 | 2024-03-26T18:25:13.189Z | Downloaded x509-cert v0.2.4 |
1404 | 2024-03-26T18:25:13.192Z | Downloaded toml v0.5.11 |
1405 | 2024-03-26T18:25:13.195Z | Downloaded serde_urlencoded v0.7.1 |
1406 | 2024-03-26T18:25:13.198Z | Downloaded usdt-attr-macro v0.5.0 |
1407 | 2024-03-26T18:25:13.198Z | Downloaded usdt-attr-macro v0.3.5 |
1408 | 2024-03-26T18:25:13.198Z | Downloaded tui-tree-widget v0.17.0 |
1409 | 2024-03-26T18:25:13.198Z | Downloaded spki v0.7.2 |
1410 | 2024-03-26T18:25:13.202Z | Downloaded semver-parser v0.10.2 |
1411 | 2024-03-26T18:25:13.202Z | Downloaded group v0.13.0 |
1412 | 2024-03-26T18:25:13.205Z | Downloaded omicron-zone-package v0.11.0 |
1413 | 2024-03-26T18:25:13.209Z | Downloaded zeroize_derive v1.4.2 |
1414 | 2024-03-26T18:25:13.209Z | Downloaded pkcs1 v0.7.5 |
1415 | 2024-03-26T18:25:13.209Z | Downloaded parking_lot_core v0.9.8 |
1416 | 2024-03-26T18:25:13.213Z | Downloaded diff v0.1.13 |
1417 | 2024-03-26T18:25:13.216Z | Downloaded structmeta v0.2.0 |
1418 | 2024-03-26T18:25:13.216Z | Downloaded rustc_version v0.4.0 |
1419 | 2024-03-26T18:25:13.216Z | Downloaded ref-cast v1.0.20 |
1420 | 2024-03-26T18:25:13.219Z | Downloaded parse-display v0.9.0 |
1421 | 2024-03-26T18:25:13.219Z | Downloaded unicode_categories v0.1.1 |
1422 | 2024-03-26T18:25:13.222Z | Downloaded trust-dns-client v0.22.0 |
1423 | 2024-03-26T18:25:13.226Z | Downloaded structmeta-derive v0.2.0 |
1424 | 2024-03-26T18:25:13.229Z | Downloaded signal-hook v0.3.17 |
1425 | 2024-03-26T18:25:13.232Z | Downloaded derive-where v1.2.7 |
1426 | 2024-03-26T18:25:13.235Z | Downloaded hyper v1.1.0 |
1427 | 2024-03-26T18:25:13.240Z | Downloaded hyper v0.14.28 |
1428 | 2024-03-26T18:25:13.248Z | Downloaded parse-display-derive v0.9.0 |
1429 | 2024-03-26T18:25:13.254Z | Downloaded tokio-rustls v0.24.1 |
1430 | 2024-03-26T18:25:13.258Z | Downloaded pest_meta v2.7.6 |
1431 | 2024-03-26T18:25:13.258Z | Downloaded hkdf v0.12.4 |
1432 | 2024-03-26T18:25:13.258Z | Downloaded generic-array v0.14.7 |
1433 | 2024-03-26T18:25:13.258Z | Downloaded once_cell v1.19.0 |
1434 | 2024-03-26T18:25:13.261Z | Downloaded serde_derive_internals v0.26.0 |
1435 | 2024-03-26T18:25:13.263Z | Downloaded toml v0.7.8 |
1436 | 2024-03-26T18:25:13.267Z | Downloaded itertools v0.12.1 |
1437 | 2024-03-26T18:25:13.271Z | Downloaded tokio-stream v0.1.14 |
1438 | 2024-03-26T18:25:13.279Z | Downloaded tokio-rustls v0.25.0 |
1439 | 2024-03-26T18:25:13.297Z | Downloaded shell-words v1.1.0 |
1440 | 2024-03-26T18:25:13.297Z | Downloaded sha1 v0.10.6 |
1441 | 2024-03-26T18:25:13.297Z | Downloaded semver v0.1.20 |
1442 | 2024-03-26T18:25:13.298Z | Downloaded oso v0.27.0 |
1443 | 2024-03-26T18:25:13.298Z | Downloaded itertools v0.10.5 |
1444 | 2024-03-26T18:25:13.308Z | Downloaded slab v0.4.9 |
1445 | 2024-03-26T18:25:13.308Z | Downloaded predicates-tree v1.0.9 |
1446 | 2024-03-26T18:25:13.308Z | Downloaded slog-envlogger v2.2.0 |
1447 | 2024-03-26T18:25:13.308Z | Downloaded subprocess v0.2.9 |
1448 | 2024-03-26T18:25:13.308Z | Downloaded rand v0.8.5 |
1449 | 2024-03-26T18:25:13.308Z | Downloaded rand v0.4.6 |
1450 | 2024-03-26T18:25:13.308Z | Downloaded nom v7.1.3 |
1451 | 2024-03-26T18:25:13.311Z | Downloaded minimal-lexical v0.2.1 |
1452 | 2024-03-26T18:25:13.315Z | Downloaded slog v2.7.0 |
1453 | 2024-03-26T18:25:13.319Z | Downloaded der v0.7.8 |
1454 | 2024-03-26T18:25:13.322Z | Downloaded string_cache v0.8.7 |
1455 | 2024-03-26T18:25:13.322Z | Downloaded serde_plain v1.0.2 |
1456 | 2024-03-26T18:25:13.325Z | Downloaded rusty-fork v0.3.0 |
1457 | 2024-03-26T18:25:13.326Z | Downloaded rustversion v1.0.14 |
1458 | 2024-03-26T18:25:13.329Z | Downloaded mio v0.8.11 |
1459 | 2024-03-26T18:25:13.332Z | Downloaded pin-project v1.1.3 |
1460 | 2024-03-26T18:25:13.344Z | Downloaded openssl-sys v0.9.96 |
1461 | 2024-03-26T18:25:13.351Z | Downloaded heapless v0.7.16 |
1462 | 2024-03-26T18:25:13.354Z | Downloaded tracing v0.1.40 |
1463 | 2024-03-26T18:25:13.357Z | Downloaded slog-scope v4.4.0 |
1464 | 2024-03-26T18:25:13.360Z | Downloaded slog-json v2.6.1 |
1465 | 2024-03-26T18:25:13.360Z | Downloaded derive_builder v0.12.0 |
1466 | 2024-03-26T18:25:14.368Z | Downloaded typenum v1.16.0 |
1467 | 2024-03-26T18:25:14.382Z | Downloaded ron v0.8.1 |
1468 | 2024-03-26T18:25:14.382Z | Downloaded scroll v0.12.0 |
1469 | 2024-03-26T18:25:14.382Z | Downloaded topological-sort v0.2.2 |
1470 | 2024-03-26T18:25:14.382Z | Downloaded pem-rfc7468 v0.7.0 |
1471 | 2024-03-26T18:25:14.382Z | Downloaded serde_yaml v0.9.25 |
1472 | 2024-03-26T18:25:14.382Z | Downloaded crypto-bigint v0.5.2 |
1473 | 2024-03-26T18:25:14.382Z | Downloaded ring v0.16.20 |
1474 | 2024-03-26T18:25:14.382Z | Downloaded futures-channel v0.3.30 |
1475 | 2024-03-26T18:25:14.382Z | Downloaded defmt-macros v0.3.6 |
1476 | 2024-03-26T18:25:14.382Z | Downloaded snafu-derive v0.7.5 |
1477 | 2024-03-26T18:25:14.382Z | Downloaded smawk v0.3.1 |
1478 | 2024-03-26T18:25:14.382Z | Downloaded rustls-pemfile v1.0.3 |
1479 | 2024-03-26T18:25:14.383Z | Downloaded signal-hook-registry v1.4.1 |
1480 | 2024-03-26T18:25:14.383Z | Downloaded sct v0.7.0 |
1481 | 2024-03-26T18:25:14.383Z | Downloaded zerocopy v0.6.4 |
1482 | 2024-03-26T18:25:14.383Z | Downloaded ppv-lite86 v0.2.17 |
1483 | 2024-03-26T18:25:14.383Z | Downloaded poly1305 v0.8.0 |
1484 | 2024-03-26T18:25:14.383Z | Downloaded num-iter v0.1.44 |
1485 | 2024-03-26T18:25:14.383Z | Downloaded pin-project-lite v0.2.13 |
1486 | 2024-03-26T18:25:14.383Z | Downloaded darling_macro v0.20.3 |
1487 | 2024-03-26T18:25:14.383Z | Downloaded defmt v0.3.5 |
1488 | 2024-03-26T18:25:14.383Z | Downloaded debug-ignore v1.0.5 |
1489 | 2024-03-26T18:25:14.383Z | Downloaded datatest-stable v0.2.3 |
1490 | 2024-03-26T18:25:14.383Z | Downloaded proc-macro-error v1.0.4 |
1491 | 2024-03-26T18:25:14.383Z | Downloaded darling v0.14.4 |
1492 | 2024-03-26T18:25:14.383Z | Downloaded structopt v0.3.26 |
1493 | 2024-03-26T18:25:14.384Z | Downloaded schemars v0.8.16 |
1494 | 2024-03-26T18:25:14.384Z | Downloaded bytes v1.5.0 |
1495 | 2024-03-26T18:25:14.384Z | Downloaded blake2 v0.10.6 |
1496 | 2024-03-26T18:25:14.384Z | Downloaded mockall_derive v0.12.0 |
1497 | 2024-03-26T18:25:14.384Z | Downloaded indicatif v0.17.8 |
1498 | 2024-03-26T18:25:14.384Z | Downloaded which v4.4.0 |
1499 | 2024-03-26T18:25:14.384Z | Downloaded termios v0.3.3 |
1500 | 2024-03-26T18:25:14.384Z | Downloaded signal-hook-mio v0.2.3 |
1501 | 2024-03-26T18:25:14.384Z | Downloaded der_derive v0.7.2 |
1502 | 2024-03-26T18:25:14.384Z | Downloaded cookie v0.17.0 |
1503 | 2024-03-26T18:25:14.384Z | Downloaded crc-any v2.4.3 |
1504 | 2024-03-26T18:25:14.384Z | Downloaded display-error-chain v0.2.0 |
1505 | 2024-03-26T18:25:14.384Z | Downloaded rand_core v0.6.4 |
1506 | 2024-03-26T18:25:14.385Z | Downloaded uuid v0.8.2 |
1507 | 2024-03-26T18:25:14.385Z | Downloaded crossbeam-epoch v0.9.18 |
1508 | 2024-03-26T18:25:14.385Z | Downloaded const-oid v0.9.6 |
1509 | 2024-03-26T18:25:14.385Z | Downloaded compact_str v0.7.1 |
1510 | 2024-03-26T18:25:14.385Z | Downloaded arc-swap v1.6.0 |
1511 | 2024-03-26T18:25:14.385Z | Downloaded cipher v0.4.4 |
1512 | 2024-03-26T18:25:14.385Z | Downloaded log v0.4.21 |
1513 | 2024-03-26T18:25:14.385Z | Downloaded dof v0.1.5 |
1514 | 2024-03-26T18:25:14.385Z | Downloaded tracing-attributes v0.1.27 |
1515 | 2024-03-26T18:25:14.385Z | Downloaded num_cpus v1.16.0 |
1516 | 2024-03-26T18:25:14.385Z | Downloaded hash32 v0.3.1 |
1517 | 2024-03-26T18:25:14.385Z | Downloaded getopts v0.2.21 |
1518 | 2024-03-26T18:25:14.386Z | Downloaded thiserror-impl-no-std v2.0.2 |
1519 | 2024-03-26T18:25:14.386Z | Downloaded rustc-hash v1.1.0 |
1520 | 2024-03-26T18:25:14.386Z | Downloaded rustc-demangle v0.1.23 |
1521 | 2024-03-26T18:25:14.386Z | Downloaded serde_path_to_error v0.1.16 |
1522 | 2024-03-26T18:25:14.386Z | Downloaded nu-ansi-term v0.50.0 |
1523 | 2024-03-26T18:25:14.386Z | Downloaded target-spec v3.1.0 |
1524 | 2024-03-26T18:25:14.386Z | Downloaded cfg-expr v0.15.6 |
1525 | 2024-03-26T18:25:14.386Z | Downloaded untrusted v0.9.0 |
1526 | 2024-03-26T18:25:14.386Z | Downloaded ciborium v0.2.2 |
1527 | 2024-03-26T18:25:14.386Z | Downloaded backoff v0.4.0 |
1528 | 2024-03-26T18:25:14.386Z | Downloaded ascii-canvas v3.0.0 |
1529 | 2024-03-26T18:25:14.386Z | Downloaded arrayvec v0.7.4 |
1530 | 2024-03-26T18:25:14.386Z | Downloaded byteorder v1.5.0 |
1531 | 2024-03-26T18:25:14.387Z | Downloaded bcs v0.1.6 |
1532 | 2024-03-26T18:25:14.387Z | Downloaded downcast v0.11.0 |
1533 | 2024-03-26T18:25:14.387Z | Downloaded stable_deref_trait v1.2.0 |
1534 | 2024-03-26T18:25:14.387Z | Downloaded usdt-macro v0.5.0 |
1535 | 2024-03-26T18:25:14.387Z | Downloaded rustc_version v0.1.7 |
1536 | 2024-03-26T18:25:14.387Z | Downloaded resolv-conf v0.7.0 |
1537 | 2024-03-26T18:25:14.387Z | Downloaded same-file v1.0.6 |
1538 | 2024-03-26T18:25:14.387Z | Downloaded mockall v0.12.0 |
1539 | 2024-03-26T18:25:14.387Z | Downloaded lock_api v0.4.10 |
1540 | 2024-03-26T18:25:14.387Z | Downloaded cpufeatures v0.2.12 |
1541 | 2024-03-26T18:25:14.387Z | Downloaded corncobs v0.1.3 |
1542 | 2024-03-26T18:25:14.387Z | Downloaded convert_case v0.4.0 |
1543 | 2024-03-26T18:25:14.387Z | Downloaded cexpr v0.6.0 |
1544 | 2024-03-26T18:25:14.387Z | Downloaded ipnet v2.9.0 |
1545 | 2024-03-26T18:25:14.388Z | Downloaded managed v0.8.0 |
1546 | 2024-03-26T18:25:14.388Z | Downloaded lru v0.12.1 |
1547 | 2024-03-26T18:25:14.388Z | Downloaded lalrpop-util v0.19.12 |
1548 | 2024-03-26T18:25:14.388Z | Downloaded chacha20 v0.9.1 |
1549 | 2024-03-26T18:25:14.388Z | Downloaded async-recursion v1.0.5 |
1550 | 2024-03-26T18:25:14.388Z | Downloaded linked-hash-map v0.5.6 |
1551 | 2024-03-26T18:25:14.388Z | Downloaded libsw v3.3.1 |
1552 | 2024-03-26T18:25:14.388Z | Downloaded libefi-sys v0.1.0 |
1553 | 2024-03-26T18:25:14.388Z | Downloaded kstat-rs v0.2.3 |
1554 | 2024-03-26T18:25:14.388Z | Downloaded is-terminal v0.4.9 |
1555 | 2024-03-26T18:25:14.388Z | Downloaded crypto-common v0.1.6 |
1556 | 2024-03-26T18:25:14.388Z | Downloaded http v1.0.0 |
1557 | 2024-03-26T18:25:14.388Z | Downloaded macaddr v1.0.1 |
1558 | 2024-03-26T18:25:14.389Z | Downloaded lazycell v1.3.0 |
1559 | 2024-03-26T18:25:14.389Z | Downloaded lazy_static v1.4.0 |
1560 | 2024-03-26T18:25:14.389Z | Downloaded indoc v1.0.9 |
1561 | 2024-03-26T18:25:14.389Z | Downloaded array-init v0.0.4 |
1562 | 2024-03-26T18:25:14.389Z | Downloaded inout v0.1.3 |
1563 | 2024-03-26T18:25:14.389Z | Downloaded colored v2.1.0 |
1564 | 2024-03-26T18:25:14.389Z | Downloaded bb8 v0.8.3 |
1565 | 2024-03-26T18:25:14.389Z | Downloaded assert_matches v1.5.0 |
1566 | 2024-03-26T18:25:14.389Z | Downloaded bit-vec v0.6.3 |
1567 | 2024-03-26T18:25:14.395Z | Downloaded iana-time-zone v0.1.57 |
1568 | 2024-03-26T18:25:14.395Z | Downloaded hyper-util v0.1.2 |
1569 | 2024-03-26T18:25:14.396Z | Downloaded httptest v0.15.5 |
1570 | 2024-03-26T18:25:14.396Z | Downloaded hmac v0.12.1 |
1571 | 2024-03-26T18:25:14.396Z | Downloaded castaway v0.2.2 |
1572 | 2024-03-26T18:25:14.396Z | Downloaded bytecount v0.6.3 |
1573 | 2024-03-26T18:25:14.396Z | Downloaded block-buffer v0.10.4 |
1574 | 2024-03-26T18:25:14.396Z | Downloaded aho-corasick v1.1.2 |
1575 | 2024-03-26T18:25:14.396Z | Downloaded hex v0.4.3 |
1576 | 2024-03-26T18:25:14.396Z | Downloaded csv-core v0.1.11 |
1577 | 2024-03-26T18:25:14.396Z | Downloaded ahash v0.8.8 |
1578 | 2024-03-26T18:25:14.396Z | Downloaded addr2line v0.21.0 |
1579 | 2024-03-26T18:25:14.396Z | Compiling libc v0.2.153 |
1580 | 2024-03-26T18:25:14.396Z | Compiling serde v1.0.197 |
1581 | 2024-03-26T18:25:14.396Z | Compiling version_check v0.9.4 |
1582 | 2024-03-26T18:25:14.396Z | Checking cfg-if v1.0.0 |
1583 | 2024-03-26T18:25:14.396Z | Compiling syn v1.0.109 |
1584 | 2024-03-26T18:25:14.397Z | Compiling lock_api v0.4.10 |
1585 | 2024-03-26T18:25:14.397Z | Compiling syn v2.0.52 |
1586 | 2024-03-26T18:25:14.397Z | Compiling parking_lot_core v0.9.8 |
1587 | 2024-03-26T18:25:14.400Z | Compiling libm v0.2.7 |
1588 | 2024-03-26T18:25:14.741Z | Compiling memchr v2.7.1 |
1589 | 2024-03-26T18:25:14.775Z | Compiling once_cell v1.19.0 |
1590 | 2024-03-26T18:25:14.854Z | Compiling num-traits v0.2.18 |
1591 | 2024-03-26T18:25:14.871Z | Compiling serde_json v1.0.114 |
1592 | 2024-03-26T18:25:15.176Z | Compiling ahash v0.8.8 |
1593 | 2024-03-26T18:25:15.236Z | Compiling byteorder v1.5.0 |
1594 | 2024-03-26T18:25:15.681Z | Checking log v0.4.21 |
1595 | 2024-03-26T18:25:15.968Z | Checking itoa v1.0.9 |
1596 | 2024-03-26T18:25:16.061Z | Compiling typenum v1.16.0 |
1597 | 2024-03-26T18:25:16.171Z | Compiling slab v0.4.9 |
1598 | 2024-03-26T18:25:16.196Z | Checking getrandom v0.2.12 |
1599 | 2024-03-26T18:25:16.435Z | Compiling cc v1.0.83 |
1600 | 2024-03-26T18:25:16.625Z | Compiling generic-array v0.14.7 |
1601 | 2024-03-26T18:25:16.895Z | Checking scopeguard v1.2.0 |
1602 | 2024-03-26T18:25:16.965Z | Checking smallvec v1.13.1 |
1603 | 2024-03-26T18:25:16.996Z | Compiling pkg-config v0.3.27 |
1604 | 2024-03-26T18:25:17.032Z | Compiling allocator-api2 v0.2.16 |
1605 | 2024-03-26T18:25:17.354Z | Compiling rustix v0.38.31 |
1606 | 2024-03-26T18:25:17.373Z | Compiling fnv v1.0.7 |
1607 | 2024-03-26T18:25:17.511Z | Compiling schemars v0.8.16 |
1608 | 2024-03-26T18:25:18.143Z | Compiling httparse v1.8.0 |
1609 | 2024-03-26T18:25:18.156Z | Compiling time-core v0.1.2 |
1610 | 2024-03-26T18:25:18.205Z | Compiling num-conv v0.1.0 |
1611 | 2024-03-26T18:25:18.323Z | Checking parking_lot v0.12.1 |
1612 | 2024-03-26T18:25:18.340Z | Checking pin-project-lite v0.2.13 |
1613 | 2024-03-26T18:25:25.254Z | Compiling vcpkg v0.2.15 |
1614 | 2024-03-26T18:25:25.396Z | Compiling time-macros v0.2.17 |
1615 | 2024-03-26T18:25:25.397Z | Checking ryu v1.0.15 |
1616 | 2024-03-26T18:25:25.397Z | Checking rand_core v0.6.4 |
1617 | 2024-03-26T18:25:25.397Z | Checking signal-hook-registry v1.4.1 |
1618 | 2024-03-26T18:25:25.397Z | Compiling aho-corasick v1.1.2 |
1619 | 2024-03-26T18:25:25.397Z | Compiling ring v0.17.8 |
1620 | 2024-03-26T18:25:25.397Z | Compiling regex-syntax v0.8.2 |
1621 | 2024-03-26T18:25:25.397Z | Compiling openssl-sys v0.9.96 |
1622 | 2024-03-26T18:25:25.397Z | Compiling serde_derive_internals v0.26.0 |
1623 | 2024-03-26T18:25:25.397Z | Checking mio v0.8.11 |
1624 | 2024-03-26T18:25:25.397Z | Compiling ucd-trie v0.1.6 |
1625 | 2024-03-26T18:25:25.471Z | Compiling regex-automata v0.4.5 |
1626 | 2024-03-26T18:25:25.471Z | Compiling ring v0.16.20 |
1627 | 2024-03-26T18:25:25.471Z | Checking num_cpus v1.16.0 |
1628 | 2024-03-26T18:25:25.471Z | Checking futures-core v0.3.30 |
1629 | 2024-03-26T18:25:25.494Z | Compiling crossbeam-utils v0.8.19 |
1630 | 2024-03-26T18:25:26.451Z | Compiling openssl v0.10.60 |
1631 | 2024-03-26T18:25:26.456Z | Checking socket2 v0.5.5 |
1632 | 2024-03-26T18:25:26.456Z | Compiling iana-time-zone v0.1.57 |
1633 | 2024-03-26T18:25:26.610Z | Compiling rustls v0.21.9 |
1634 | 2024-03-26T18:25:26.673Z | Compiling native-tls v0.2.11 |
1635 | 2024-03-26T18:25:26.824Z | Checking spin v0.5.2 |
1636 | 2024-03-26T18:25:26.929Z | Compiling slog v2.7.0 |
1637 | 2024-03-26T18:25:26.990Z | Compiling cookie v0.17.0 |
1638 | 2024-03-26T18:25:27.296Z | Compiling async-trait v0.1.77 |
1639 | 2024-03-26T18:25:27.439Z | Compiling dyn-clone v1.0.17 |
1640 | 2024-03-26T18:25:27.595Z | Compiling uuid v0.8.2 |
1641 | 2024-03-26T18:25:27.663Z | Compiling serde_derive v1.0.197 |
1642 | 2024-03-26T18:25:27.824Z | Compiling zerocopy-derive v0.7.32 |
1643 | 2024-03-26T18:25:27.985Z | Compiling thiserror-impl v1.0.57 |
1644 | 2024-03-26T18:25:28.293Z | Compiling zeroize_derive v1.4.2 |
1645 | 2024-03-26T18:25:28.832Z | Compiling tokio-macros v2.2.0 |
1646 | 2024-03-26T18:25:29.928Z | Compiling futures-macro v0.3.30 |
1647 | 2024-03-26T18:25:30.158Z | Compiling zerocopy v0.7.32 |
1648 | 2024-03-26T18:25:30.941Z | Compiling tracing-attributes v0.1.27 |
1649 | 2024-03-26T18:25:30.949Z | Compiling schemars_derive v0.8.16 |
1650 | 2024-03-26T18:25:31.345Z | Compiling thiserror v1.0.57 |
1651 | 2024-03-26T18:25:31.852Z | Compiling pest v2.7.6 |
1652 | 2024-03-26T18:25:31.939Z | Checking zeroize v1.7.0 |
1653 | 2024-03-26T18:25:33.218Z | Compiling hashbrown v0.14.3 |
1654 | 2024-03-26T18:25:33.233Z | Compiling regex v1.10.3 |
1655 | 2024-03-26T18:25:33.233Z | Compiling openssl-macros v0.1.1 |
1656 | 2024-03-26T18:25:33.360Z | Compiling unicode-xid v0.2.4 |
1657 | 2024-03-26T18:25:34.104Z | Compiling pest_meta v2.7.6 |
1658 | 2024-03-26T18:25:34.228Z | Checking futures-sink v0.3.30 |
1659 | 2024-03-26T18:25:34.245Z | Compiling tinyvec_macros v0.1.1 |
1660 | 2024-03-26T18:25:34.378Z | Compiling tinyvec v1.6.0 |
1661 | 2024-03-26T18:25:34.514Z | Compiling backtrace v0.3.69 |
1662 | 2024-03-26T18:25:34.578Z | Compiling rustversion v1.0.14 |
1663 | 2024-03-26T18:25:34.586Z | Compiling der_derive v0.7.2 |
1664 | 2024-03-26T18:25:35.428Z | Compiling pest_generator v2.7.6 |
1665 | 2024-03-26T18:25:35.830Z | Compiling unicode-normalization v0.1.22 |
1666 | 2024-03-26T18:25:35.914Z | Compiling unicode-bidi v0.3.15 |
1667 | 2024-03-26T18:25:36.396Z | Checking pin-utils v0.1.0 |
1668 | 2024-03-26T18:25:37.401Z | Checking futures-channel v0.3.30 |
1669 | 2024-03-26T18:25:37.745Z | Compiling errno v0.3.8 |
1670 | 2024-03-26T18:25:37.750Z | Compiling anyhow v1.0.79 |
1671 | 2024-03-26T18:25:37.750Z | Compiling crc32fast v1.3.2 |
1672 | 2024-03-26T18:25:37.930Z | Checking subtle v2.5.0 |
1673 | 2024-03-26T18:25:37.994Z | Compiling either v1.10.0 |
1674 | 2024-03-26T18:25:38.186Z | Checking futures-task v0.3.30 |
1675 | 2024-03-26T18:25:38.238Z | Checking futures-io v0.3.30 |
1676 | 2024-03-26T18:25:38.401Z | Checking futures-util v0.3.30 |
1677 | 2024-03-26T18:25:38.827Z | Compiling synstructure v0.12.6 |
1678 | 2024-03-26T18:25:38.900Z | Compiling scroll_derive v0.12.0 |
1679 | 2024-03-26T18:25:39.303Z | Compiling pest_derive v2.7.6 |
1680 | 2024-03-26T18:25:40.102Z | Compiling spin v0.9.8 |
1681 | 2024-03-26T18:25:40.480Z | Compiling thread-id v4.2.0 |
1682 | 2024-03-26T18:25:40.495Z | Compiling tracing-core v0.1.32 |
1683 | 2024-03-26T18:25:40.636Z | Compiling unicode-width v0.1.11 |
1684 | 2024-03-26T18:25:40.795Z | Compiling zerocopy-derive v0.2.0 |
1685 | 2024-03-26T18:25:40.997Z | Checking bytes v1.5.0 |
1686 | 2024-03-26T18:25:41.306Z | Checking bitflags v2.4.2 |
1687 | 2024-03-26T18:25:41.585Z | Compiling tracing v0.1.40 |
1688 | 2024-03-26T18:25:41.758Z | Checking tokio v1.36.0 |
1689 | 2024-03-26T18:25:42.435Z | Compiling indexmap v2.2.5 |
1690 | 2024-03-26T18:25:43.126Z | Compiling chrono v0.4.34 |
1691 | 2024-03-26T18:25:43.355Z | Compiling uuid v1.7.0 |
1692 | 2024-03-26T18:25:43.589Z | Compiling semver v1.0.22 |
1693 | 2024-03-26T18:25:43.763Z | Compiling http v0.2.12 |
1694 | 2024-03-26T18:25:44.094Z | Compiling rustc_version v0.4.0 |
1695 | 2024-03-26T18:25:44.863Z | Compiling toml_datetime v0.6.5 |
1696 | 2024-03-26T18:25:45.313Z | Compiling serde_spanned v0.6.5 |
1697 | 2024-03-26T18:25:45.402Z | Compiling percent-encoding v2.3.1 |
1698 | 2024-03-26T18:25:45.541Z | Compiling winnow v0.5.15 |
1699 | 2024-03-26T18:25:45.762Z | Compiling const-oid v0.9.6 |
1700 | 2024-03-26T18:25:46.269Z | Compiling openapiv3 v2.0.0 |
1701 | 2024-03-26T18:25:47.167Z | Compiling lazy_static v1.4.0 |
1702 | 2024-03-26T18:25:47.416Z | Compiling foreign-types-shared v0.1.1 |
1703 | 2024-03-26T18:25:47.532Z | Compiling signal-hook v0.3.17 |
1704 | 2024-03-26T18:25:47.553Z | Compiling untrusted v0.7.1 |
1705 | 2024-03-26T18:25:47.730Z | Compiling powerfmt v0.2.0 |
1706 | 2024-03-26T18:25:47.774Z | Compiling untrusted v0.9.0 |
1707 | 2024-03-26T18:25:48.143Z | Compiling deranged v0.3.11 |
1708 | 2024-03-26T18:25:48.611Z | Compiling foreign-types v0.3.2 |
1709 | 2024-03-26T18:25:49.154Z | Compiling toml_edit v0.19.15 |
1710 | 2024-03-26T18:25:49.393Z | Compiling form_urlencoded v1.2.1 |
1711 | 2024-03-26T18:25:49.691Z | Compiling crypto-common v0.1.6 |
1712 | 2024-03-26T18:25:49.902Z | Compiling clap_derive v4.5.0 |
1713 | 2024-03-26T18:25:50.186Z | Compiling zerocopy-derive v0.6.4 |
1714 | 2024-03-26T18:25:50.873Z | Compiling usdt-impl v0.3.5 |
1715 | 2024-03-26T18:25:51.207Z | Compiling try-lock v0.2.4 |
1716 | 2024-03-26T18:25:51.337Z | Compiling num_threads v0.1.6 |
1717 | 2024-03-26T18:25:51.461Z | Compiling base64 v0.21.7 |
1718 | 2024-03-26T18:25:51.589Z | Compiling siphasher v0.3.11 |
1719 | 2024-03-26T18:25:51.822Z | Compiling time v0.3.34 |
1720 | 2024-03-26T18:25:51.963Z | Compiling want v0.3.1 |
1721 | 2024-03-26T18:25:52.240Z | Compiling rustls-webpki v0.101.7 |
1722 | 2024-03-26T18:25:52.350Z | Compiling sct v0.7.0 |
1723 | 2024-03-26T18:25:52.442Z | Compiling http-body v0.4.5 |
1724 | 2024-03-26T18:25:52.666Z | Compiling tokio-util v0.7.10 |
1725 | 2024-03-26T18:25:52.846Z | Compiling zerocopy v0.3.0 |
1726 | 2024-03-26T18:25:53.653Z | Compiling scroll v0.12.0 |
1727 | 2024-03-26T18:25:54.197Z | Compiling h2 v0.3.24 |
1728 | 2024-03-26T18:25:54.239Z | Compiling block-buffer v0.10.4 |
1729 | 2024-03-26T18:25:54.263Z | Compiling idna v0.5.0 |
1730 | 2024-03-26T18:25:54.494Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1731 | 2024-03-26T18:25:55.160Z | Compiling usdt-impl v0.5.0 |
1732 | 2024-03-26T18:25:55.475Z | Compiling tower-service v0.3.2 |
1733 | 2024-03-26T18:25:55.607Z | Compiling plain v0.2.3 |
1734 | 2024-03-26T18:25:55.631Z | Compiling httpdate v1.0.3 |
1735 | 2024-03-26T18:25:56.050Z | Compiling openssl-probe v0.1.5 |
1736 | 2024-03-26T18:25:56.069Z | Compiling goblin v0.8.0 |
1737 | 2024-03-26T18:25:56.232Z | Compiling url v2.5.0 |
1738 | 2024-03-26T18:25:57.239Z | Compiling digest v0.10.7 |
1739 | 2024-03-26T18:25:57.334Z | Compiling dof v0.1.5 |
1740 | 2024-03-26T18:25:58.119Z | Compiling heapless v0.7.16 |
1741 | 2024-03-26T18:25:58.204Z | Compiling dtrace-parser v0.1.14 |
1742 | 2024-03-26T18:25:58.577Z | Compiling idna v0.3.0 |
1743 | 2024-03-26T18:26:00.015Z | Compiling psl-types v2.0.11 |
1744 | 2024-03-26T18:26:00.176Z | Compiling ppv-lite86 v0.2.17 |
1745 | 2024-03-26T18:26:00.213Z | Compiling adler v1.0.2 |
1746 | 2024-03-26T18:26:00.276Z | Compiling pretty-hex v0.4.1 |
1747 | 2024-03-26T18:26:00.425Z | Compiling miniz_oxide v0.7.1 |
1748 | 2024-03-26T18:26:00.492Z | Compiling publicsuffix v2.2.3 |
1749 | 2024-03-26T18:26:00.742Z | Compiling crossbeam-epoch v0.9.18 |
1750 | 2024-03-26T18:26:00.939Z | Compiling rand_chacha v0.3.1 |
1751 | 2024-03-26T18:26:01.067Z | Compiling hyper v0.14.28 |
1752 | 2024-03-26T18:26:01.853Z | Compiling dof v0.3.0 |
1753 | 2024-03-26T18:26:01.942Z | Compiling tokio-rustls v0.24.1 |
1754 | 2024-03-26T18:26:02.362Z | Compiling tokio-native-tls v0.3.1 |
1755 | 2024-03-26T18:26:02.763Z | Compiling serde_tokenstream v0.1.7 |
1756 | 2024-03-26T18:26:03.300Z | Compiling dtrace-parser v0.2.0 |
1757 | 2024-03-26T18:26:03.939Z | Checking equivalent v1.0.1 |
1758 | 2024-03-26T18:26:04.052Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1759 | 2024-03-26T18:26:04.233Z | Compiling ipnet v2.9.0 |
1760 | 2024-03-26T18:26:04.552Z | Compiling bit-vec v0.6.3 |
1761 | 2024-03-26T18:26:05.129Z | Compiling cookie_store v0.20.0 |
1762 | 2024-03-26T18:26:05.321Z | Compiling rand v0.8.5 |
1763 | 2024-03-26T18:26:06.156Z | Compiling rustls-pemfile v1.0.3 |
1764 | 2024-03-26T18:26:06.279Z | Compiling phf_shared v0.10.0 |
1765 | 2024-03-26T18:26:06.466Z | Compiling serde_urlencoded v0.7.1 |
1766 | 2024-03-26T18:26:06.545Z | Compiling encoding_rs v0.8.33 |
1767 | 2024-03-26T18:26:06.668Z | Compiling num-bigint v0.4.4 |
1768 | 2024-03-26T18:26:06.672Z | Compiling minimal-lexical v0.2.1 |
1769 | 2024-03-26T18:26:06.689Z | Compiling precomputed-hash v0.1.1 |
1770 | 2024-03-26T18:26:06.794Z | Compiling smoltcp v0.9.1 |
1771 | 2024-03-26T18:26:06.996Z | Compiling new_debug_unreachable v1.0.4 |
1772 | 2024-03-26T18:26:07.479Z | Compiling mime v0.3.17 |
1773 | 2024-03-26T18:26:07.494Z | Compiling base64ct v1.6.0 |
1774 | 2024-03-26T18:26:07.494Z | Compiling fixedbitset v0.4.2 |
1775 | 2024-03-26T18:26:07.495Z | Compiling webpki-roots v0.25.2 |
1776 | 2024-03-26T18:26:07.495Z | Compiling gimli v0.28.0 |
1777 | 2024-03-26T18:26:07.503Z | Compiling sync_wrapper v0.1.2 |
1778 | 2024-03-26T18:26:07.575Z | Compiling pem-rfc7468 v0.7.0 |
1779 | 2024-03-26T18:26:07.612Z | Compiling petgraph v0.6.4 |
1780 | 2024-03-26T18:26:07.633Z | Compiling string_cache v0.8.7 |
1781 | 2024-03-26T18:26:07.684Z | Compiling nom v7.1.3 |
1782 | 2024-03-26T18:26:07.893Z | Compiling hyper-rustls v0.24.2 |
1783 | 2024-03-26T18:26:08.085Z | Compiling hyper-tls v0.5.0 |
1784 | 2024-03-26T18:26:08.268Z | Compiling bit-set v0.5.3 |
1785 | 2024-03-26T18:26:08.326Z | Compiling usdt-attr-macro v0.3.5 |
1786 | 2024-03-26T18:26:08.429Z | Compiling usdt-macro v0.3.5 |
1787 | 2024-03-26T18:26:08.524Z | Compiling hmac v0.12.1 |
1788 | 2024-03-26T18:26:09.126Z | Compiling reqwest v0.11.24 |
1789 | 2024-03-26T18:26:09.845Z | Compiling itertools v0.10.5 |
1790 | 2024-03-26T18:26:09.880Z | Compiling hubpack_derive v0.1.1 |
1791 | 2024-03-26T18:26:10.777Z | Compiling enum-as-inner v0.5.1 |
1792 | 2024-03-26T18:26:11.106Z | Compiling diesel_table_macro_syntax v0.1.0 |
1793 | 2024-03-26T18:26:11.241Z | Compiling object v0.32.1 |
1794 | 2024-03-26T18:26:11.252Z | Compiling flagset v0.4.3 |
1795 | 2024-03-26T18:26:11.430Z | Compiling rustc-demangle v0.1.23 |
1796 | 2024-03-26T18:26:11.447Z | Compiling lalrpop-util v0.19.12 |
1797 | 2024-03-26T18:26:11.771Z | Compiling addr2line v0.21.0 |
1798 | 2024-03-26T18:26:11.836Z | Compiling unicode-segmentation v1.10.1 |
1799 | 2024-03-26T18:26:12.106Z | Compiling diesel_derives v2.1.2 |
1800 | 2024-03-26T18:26:12.337Z | Compiling der v0.7.8 |
1801 | 2024-03-26T18:26:12.406Z | Compiling flate2 v1.0.28 |
1802 | 2024-03-26T18:26:12.424Z | Compiling futures-executor v0.3.30 |
1803 | 2024-03-26T18:26:12.680Z | Compiling strum_macros v0.25.2 |
1804 | 2024-03-26T18:26:13.021Z | Compiling cpufeatures v0.2.12 |
1805 | 2024-03-26T18:26:13.343Z | Compiling sha2 v0.10.8 |
1806 | 2024-03-26T18:26:13.594Z | Compiling toml_edit v0.22.6 |
1807 | 2024-03-26T18:26:14.211Z | Compiling futures v0.3.30 |
1808 | 2024-03-26T18:26:14.323Z | Compiling md-5 v0.10.5 |
1809 | 2024-03-26T18:26:14.591Z | Compiling spki v0.7.2 |
1810 | 2024-03-26T18:26:14.964Z | Compiling toml v0.7.8 |
1811 | 2024-03-26T18:26:15.836Z | Compiling hex v0.4.3 |
1812 | 2024-03-26T18:26:16.456Z | Compiling stringprep v0.1.3 |
1813 | 2024-03-26T18:26:16.687Z | Compiling serde_repr v0.1.16 |
1814 | 2024-03-26T18:26:17.435Z | Compiling num-integer v0.1.46 |
1815 | 2024-03-26T18:26:17.647Z | Compiling hash32 v0.2.1 |
1816 | 2024-03-26T18:26:17.999Z | Compiling stable_deref_trait v1.2.0 |
1817 | 2024-03-26T18:26:18.097Z | Compiling fallible-iterator v0.2.0 |
1818 | 2024-03-26T18:26:18.175Z | Compiling pkcs8 v0.10.2 |
1819 | 2024-03-26T18:26:18.773Z | Compiling postgres-protocol v0.6.6 |
1820 | 2024-03-26T18:26:19.010Z | Compiling phf_shared v0.11.2 |
1821 | 2024-03-26T18:26:19.457Z | Compiling terminal_size v0.3.0 |
1822 | 2024-03-26T18:26:19.648Z | Compiling ff v0.13.0 |
1823 | 2024-03-26T18:26:24.364Z | Compiling block-padding v0.3.3 |
1824 | 2024-03-26T18:26:24.465Z | Compiling scheduled-thread-pool v0.2.7 |
1825 | 2024-03-26T18:26:24.465Z | Compiling bitflags v1.3.2 |
1826 | 2024-03-26T18:26:24.465Z | Compiling matches v0.1.10 |
1827 | 2024-03-26T18:26:24.466Z | Compiling base16ct v0.2.0 |
1828 | 2024-03-26T18:26:24.466Z | Compiling regex-automata v0.1.10 |
1829 | 2024-03-26T18:26:24.466Z | Compiling managed v0.8.0 |
1830 | 2024-03-26T18:26:24.466Z | Checking unicode-ident v1.0.12 |
1831 | 2024-03-26T18:26:24.466Z | Compiling sec1 v0.7.3 |
1832 | 2024-03-26T18:26:24.466Z | Compiling clap_builder v4.5.1 |
1833 | 2024-03-26T18:26:24.466Z | Compiling bstr v0.2.17 |
1834 | 2024-03-26T18:26:24.466Z | Compiling idna v0.2.3 |
1835 | 2024-03-26T18:26:24.466Z | Compiling r2d2 v0.8.10 |
1836 | 2024-03-26T18:26:24.467Z | Compiling inout v0.1.3 |
1837 | 2024-03-26T18:26:24.467Z | Compiling group v0.13.0 |
1838 | 2024-03-26T18:26:24.467Z | Compiling signal-hook-mio v0.2.3 |
1839 | 2024-03-26T18:26:24.611Z | Compiling postgres-types v0.2.6 |
1840 | 2024-03-26T18:26:24.612Z | Compiling phf v0.11.2 |
1841 | 2024-03-26T18:26:24.612Z | Compiling bzip2 v0.4.4 |
1842 | 2024-03-26T18:26:24.612Z | Compiling hubpack v0.1.2 |
1843 | 2024-03-26T18:26:24.612Z | Compiling hkdf v0.12.4 |
1844 | 2024-03-26T18:26:24.613Z | Compiling zerocopy v0.6.4 |
1845 | 2024-03-26T18:26:24.613Z | Compiling ipnetwork v0.20.0 |
1846 | 2024-03-26T18:26:24.613Z | Compiling crypto-bigint v0.5.2 |
1847 | 2024-03-26T18:26:24.613Z | Compiling float-cmp v0.9.0 |
1848 | 2024-03-26T18:26:24.666Z | Compiling data-encoding v2.4.0 |
1849 | 2024-03-26T18:26:24.689Z | Compiling normalize-line-endings v0.3.0 |
1850 | 2024-03-26T18:26:24.754Z | Compiling static_assertions v1.1.0 |
1851 | 2024-03-26T18:26:24.797Z | Compiling predicates-core v1.0.6 |
1852 | 2024-03-26T18:26:24.811Z | Compiling whoami v1.5.0 |
1853 | 2024-03-26T18:26:24.854Z | Compiling difflib v0.4.0 |
1854 | 2024-03-26T18:26:25.152Z | Compiling trust-dns-proto v0.22.0 |
1855 | 2024-03-26T18:26:25.449Z | Compiling elliptic-curve v0.13.8 |
1856 | 2024-03-26T18:26:26.287Z | Compiling yasna v0.5.2 |
1857 | 2024-03-26T18:26:26.494Z | Compiling predicates v3.1.0 |
1858 | 2024-03-26T18:26:26.973Z | Compiling tokio-postgres v0.7.10 |
1859 | 2024-03-26T18:26:26.984Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1860 | 2024-03-26T18:26:28.776Z | Compiling diesel v2.1.4 |
1861 | 2024-03-26T18:26:29.817Z | Compiling clap v4.5.1 |
1862 | 2024-03-26T18:26:29.942Z | Compiling zip v0.6.6 |
1863 | 2024-03-26T18:26:30.189Z | Compiling crossterm v0.27.0 |
1864 | 2024-03-26T18:26:30.772Z | Compiling cipher v0.4.4 |
1865 | 2024-03-26T18:26:31.268Z | Compiling similar v2.4.0 |
1866 | 2024-03-26T18:26:31.481Z | Compiling num-iter v0.1.44 |
1867 | 2024-03-26T18:26:31.650Z | Compiling usdt v0.3.5 |
1868 | 2024-03-26T18:26:31.914Z | Compiling tokio-stream v0.1.14 |
1869 | 2024-03-26T18:26:32.379Z | Compiling console v0.15.8 |
1870 | 2024-03-26T18:26:32.913Z | Compiling bstr v1.9.0 |
1871 | 2024-03-26T18:26:33.857Z | Checking proc-macro2 v1.0.78 |
1872 | 2024-03-26T18:26:34.528Z | Checking quote v1.0.35 |
1873 | 2024-03-26T18:26:36.458Z | Checking utf8parse v0.2.1 |
1874 | 2024-03-26T18:26:37.362Z | Checking anstyle v1.0.2 |
1875 | 2024-03-26T18:26:43.111Z | Checking anstyle-parse v0.2.1 |
1876 | 2024-03-26T18:26:43.369Z | Checking colorchoice v1.0.0 |
1877 | 2024-03-26T18:26:43.513Z | Checking anstyle-query v1.0.0 |
1878 | 2024-03-26T18:26:43.633Z | Checking anstream v0.6.11 |
1879 | 2024-03-26T18:26:43.824Z | Checking clap_lex v0.7.0 |
1880 | 2024-03-26T18:26:44.074Z | Checking strsim v0.11.0 |
1881 | 2024-03-26T18:26:48.449Z | Compiling serde_tokenstream v0.2.0 |
1882 | 2024-03-26T18:26:49.160Z | Checking winnow v0.6.1 |
1883 | 2024-03-26T18:26:57.180Z | Compiling regress v0.9.0 |
1884 | 2024-03-26T18:26:57.387Z | Checking heck v0.4.1 |
1885 | 2024-03-26T18:26:57.596Z | Compiling getopts v0.2.21 |
1886 | 2024-03-26T18:26:58.203Z | Compiling unsafe-libyaml v0.2.10 |
1887 | 2024-03-26T18:26:58.634Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1888 | 2024-03-26T18:26:58.978Z | Compiling ident_case v1.0.1 |
1889 | 2024-03-26T18:26:59.150Z | Compiling strsim v0.10.0 |
1890 | 2024-03-26T18:26:59.520Z | Compiling serde_yaml v0.9.25 |
1891 | 2024-03-26T18:27:00.078Z | Checking camino v1.1.6 |
1892 | 2024-03-26T18:27:00.181Z | Checking fastrand v2.0.1 |
1893 | 2024-03-26T18:27:00.269Z | Checking match_cfg v0.1.0 |
1894 | 2024-03-26T18:27:00.354Z | Checking rustls-pki-types v1.3.0 |
1895 | 2024-03-26T18:27:00.494Z | Checking tempfile v3.10.0 |
1896 | 2024-03-26T18:27:00.643Z | Checking hostname v0.3.1 |
1897 | 2024-03-26T18:27:00.744Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1898 | 2024-03-26T18:27:00.772Z | Compiling darling_core v0.20.3 |
1899 | 2024-03-26T18:27:00.814Z | Checking http v1.0.0 |
1900 | 2024-03-26T18:27:02.088Z | Checking atty v0.2.14 |
1901 | 2024-03-26T18:27:02.206Z | Checking quick-error v1.2.3 |
1902 | 2024-03-26T18:27:02.264Z | Compiling paste v1.0.14 |
1903 | 2024-03-26T18:27:02.340Z | Checking sha1 v0.10.6 |
1904 | 2024-03-26T18:27:02.617Z | Checking dirs-sys-next v0.1.2 |
1905 | 2024-03-26T18:27:02.802Z | Compiling rustls v0.22.2 |
1906 | 2024-03-26T18:27:03.098Z | Checking dirs-next v2.0.0 |
1907 | 2024-03-26T18:27:03.227Z | Checking rustls-webpki v0.102.1 |
1908 | 2024-03-26T18:27:03.736Z | Checking crossbeam-channel v0.5.8 |
1909 | 2024-03-26T18:27:03.796Z | Checking thread_local v1.1.7 |
1910 | 2024-03-26T18:27:03.997Z | Checking instant v0.1.12 |
1911 | 2024-03-26T18:27:04.111Z | Compiling slog-async v2.8.0 |
1912 | 2024-03-26T18:27:04.139Z | Checking term v0.7.0 |
1913 | 2024-03-26T18:27:04.491Z | Checking rustls-pemfile v2.1.1 |
1914 | 2024-03-26T18:27:04.547Z | Compiling multer v3.0.0 |
1915 | 2024-03-26T18:27:04.699Z | Checking debug-ignore v1.0.5 |
1916 | 2024-03-26T18:27:04.719Z | Checking take_mut v0.2.2 |
1917 | 2024-03-26T18:27:04.831Z | Checking slog-term v2.9.0 |
1918 | 2024-03-26T18:27:05.147Z | Checking slog-json v2.6.1 |
1919 | 2024-03-26T18:27:05.246Z | Compiling async-stream-impl v0.3.5 |
1920 | 2024-03-26T18:27:05.267Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1921 | 2024-03-26T18:27:05.293Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1922 | 2024-03-26T18:27:05.365Z | Checking atomic-waker v1.1.1 |
1923 | 2024-03-26T18:27:05.495Z | Checking waitgroup v0.1.2 |
1924 | 2024-03-26T18:27:05.634Z | Checking slog-bunyan v2.5.0 |
1925 | 2024-03-26T18:27:05.722Z | Checking toml v0.8.10 |
1926 | 2024-03-26T18:27:05.790Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1927 | 2024-03-26T18:27:06.050Z | Checking serde_path_to_error v0.1.16 |
1928 | 2024-03-26T18:27:06.442Z | Compiling strum_macros v0.26.1 |
1929 | 2024-03-26T18:27:06.655Z | Checking async-stream v0.3.5 |
1930 | 2024-03-26T18:27:06.673Z | Checking wait-timeout v0.2.0 |
1931 | 2024-03-26T18:27:06.847Z | Compiling structmeta-derive v0.3.0 |
1932 | 2024-03-26T18:27:06.851Z | Checking rusty-fork v0.3.0 |
1933 | 2024-03-26T18:27:06.900Z | Compiling darling_macro v0.20.3 |
1934 | 2024-03-26T18:27:07.148Z | Checking newtype-uuid v1.0.1 |
1935 | 2024-03-26T18:27:07.389Z | Compiling structmeta-derive v0.2.0 |
1936 | 2024-03-26T18:27:07.814Z | Checking tokio-rustls v0.25.0 |
1937 | 2024-03-26T18:27:07.928Z | Compiling darling v0.20.3 |
1938 | 2024-03-26T18:27:08.028Z | Checking rand_xorshift v0.3.0 |
1939 | 2024-03-26T18:27:08.053Z | Compiling serde_with_macros v3.6.1 |
1940 | 2024-03-26T18:27:08.199Z | Checking unarray v0.1.4 |
1941 | 2024-03-26T18:27:08.337Z | Checking proptest v1.4.0 |
1942 | 2024-03-26T18:27:09.991Z | Compiling structmeta v0.3.0 |
1943 | 2024-03-26T18:27:10.823Z | Compiling parse-display-derive v0.9.0 |
1944 | 2024-03-26T18:27:10.828Z | Compiling structmeta v0.2.0 |
1945 | 2024-03-26T18:27:10.957Z | Checking backoff v0.4.0 |
1946 | 2024-03-26T18:27:11.256Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1947 | 2024-03-26T18:27:11.357Z | Checking serde_with v3.6.1 |
1948 | 2024-03-26T18:27:11.820Z | Compiling test-strategy v0.3.1 |
1949 | 2024-03-26T18:27:11.909Z | Checking strum v0.26.1 |
1950 | 2024-03-26T18:27:12.054Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1951 | 2024-03-26T18:27:12.058Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1952 | 2024-03-26T18:27:12.193Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1953 | 2024-03-26T18:27:12.259Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1954 | 2024-03-26T18:27:12.411Z | Checking macaddr v1.0.1 |
1955 | 2024-03-26T18:27:12.721Z | Checking camino-tempfile v1.1.1 |
1956 | 2024-03-26T18:27:12.931Z | Compiling proc-macro-error-attr v1.0.4 |
1957 | 2024-03-26T18:27:12.999Z | Compiling proc-macro-error v1.0.4 |
1958 | 2024-03-26T18:27:13.023Z | Compiling proc-macro-crate v1.3.1 |
1959 | 2024-03-26T18:27:13.457Z | Checking termtree v0.4.1 |
1960 | 2024-03-26T18:27:13.650Z | Compiling heapless v0.8.0 |
1961 | 2024-03-26T18:27:14.202Z | Compiling num_enum_derive v0.5.11 |
1962 | 2024-03-26T18:27:14.546Z | Checking predicates-tree v1.0.9 |
1963 | 2024-03-26T18:27:14.693Z | Compiling usdt-macro v0.5.0 |
1964 | 2024-03-26T18:27:14.708Z | Compiling usdt-attr-macro v0.5.0 |
1965 | 2024-03-26T18:27:14.904Z | Checking hash32 v0.3.1 |
1966 | 2024-03-26T18:27:15.095Z | Checking memmap v0.7.0 |
1967 | 2024-03-26T18:27:15.239Z | Checking parse-display v0.9.0 |
1968 | 2024-03-26T18:27:15.659Z | Compiling smoltcp v0.11.0 |
1969 | 2024-03-26T18:27:15.659Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1970 | 2024-03-26T18:27:15.896Z | Checking embedded-io v0.4.0 |
1971 | 2024-03-26T18:27:16.031Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1972 | 2024-03-26T18:27:16.084Z | Checking cobs v0.2.3 |
1973 | 2024-03-26T18:27:16.208Z | Compiling crucible-workspace-hack v0.1.0 |
1974 | 2024-03-26T18:27:16.269Z | Checking postcard v1.0.8 |
1975 | 2024-03-26T18:27:16.325Z | Checking usdt v0.5.0 |
1976 | 2024-03-26T18:27:16.355Z | Compiling foreign-types-macros v0.2.3 |
1977 | 2024-03-26T18:27:16.498Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1978 | 2024-03-26T18:27:16.573Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1979 | 2024-03-26T18:27:16.722Z | Checking foreign-types-shared v0.3.1 |
1980 | 2024-03-26T18:27:16.794Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1981 | 2024-03-26T18:27:16.992Z | Checking num_enum v0.5.11 |
1982 | 2024-03-26T18:27:17.039Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1983 | 2024-03-26T18:27:17.107Z | Checking tabwriter v1.4.0 |
1984 | 2024-03-26T18:27:17.128Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1985 | 2024-03-26T18:27:17.166Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1986 | 2024-03-26T18:27:17.306Z | Checking cstr-argument v0.1.2 |
1987 | 2024-03-26T18:27:17.489Z | Checking pretty-hex v0.2.1 |
1988 | 2024-03-26T18:27:17.583Z | Checking foreign-types v0.5.0 |
1989 | 2024-03-26T18:27:17.638Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1990 | 2024-03-26T18:27:17.687Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1991 | 2024-03-26T18:27:17.942Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1992 | 2024-03-26T18:27:17.970Z | Checking colored v2.1.0 |
1993 | 2024-03-26T18:27:18.068Z | Checking socket2 v0.4.9 |
1994 | 2024-03-26T18:27:18.087Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1995 | 2024-03-26T18:27:18.147Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1996 | 2024-03-26T18:27:18.203Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1997 | 2024-03-26T18:27:18.242Z | Compiling mockall_derive v0.12.0 |
1998 | 2024-03-26T18:27:18.284Z | Compiling num-derive v0.4.0 |
1999 | 2024-03-26T18:27:18.537Z | Checking downcast v0.11.0 |
2000 | 2024-03-26T18:27:18.732Z | Checking fragile v2.0.0 |
2001 | 2024-03-26T18:27:19.089Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2002 | 2024-03-26T18:27:19.324Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2003 | 2024-03-26T18:27:19.341Z | Checking smf v0.2.2 |
2004 | 2024-03-26T18:27:19.712Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2005 | 2024-03-26T18:27:19.726Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2006 | 2024-03-26T18:27:19.774Z | Checking base64 v0.22.0 |
2007 | 2024-03-26T18:27:20.255Z | Checking filetime v0.2.23 |
2008 | 2024-03-26T18:27:20.324Z | Checking xattr v1.0.1 |
2009 | 2024-03-26T18:27:20.447Z | Checking same-file v1.0.6 |
2010 | 2024-03-26T18:27:20.461Z | Checking pem v3.0.2 |
2011 | 2024-03-26T18:27:20.483Z | Checking tar v0.4.40 |
2012 | 2024-03-26T18:27:20.605Z | Checking walkdir v2.4.0 |
2013 | 2024-03-26T18:27:20.704Z | Checking linked-hash-map v0.5.6 |
2014 | 2024-03-26T18:27:20.732Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2015 | 2024-03-26T18:27:20.862Z | Checking humantime v2.1.0 |
2016 | 2024-03-26T18:27:21.020Z | Checking lru-cache v0.1.2 |
2017 | 2024-03-26T18:27:21.068Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2018 | 2024-03-26T18:27:21.141Z | Checking itertools v0.12.1 |
2019 | 2024-03-26T18:27:21.157Z | Checking password-hash v0.5.0 |
2020 | 2024-03-26T18:27:21.185Z | Checking headers-core v0.2.0 |
2021 | 2024-03-26T18:27:21.199Z | Checking blake2 v0.10.6 |
2022 | 2024-03-26T18:27:21.317Z | Checking headers v0.3.9 |
2023 | 2024-03-26T18:27:21.578Z | Checking swrite v0.1.0 |
2024 | 2024-03-26T18:27:21.635Z | Checking argon2 v0.5.3 |
2025 | 2024-03-26T18:27:21.707Z | Compiling derive-where v1.2.7 |
2026 | 2024-03-26T18:27:22.304Z | Checking rcgen v0.12.1 |
2027 | 2024-03-26T18:27:22.390Z | Checking atomicwrites v0.4.3 |
2028 | 2024-03-26T18:27:22.427Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2029 | 2024-03-26T18:27:22.573Z | Checking subprocess v0.2.9 |
2030 | 2024-03-26T18:27:22.706Z | Checking resolv-conf v0.7.0 |
2031 | 2024-03-26T18:27:22.942Z | Checking arc-swap v1.6.0 |
2032 | 2024-03-26T18:27:23.040Z | Compiling rayon-core v1.12.1 |
2033 | 2024-03-26T18:27:23.103Z | Checking trust-dns-resolver v0.22.0 |
2034 | 2024-03-26T18:27:23.338Z | Checking half v2.3.1 |
2035 | 2024-03-26T18:27:23.355Z | Checking slog-scope v4.4.0 |
2036 | 2024-03-26T18:27:23.539Z | Checking ciborium-io v0.2.2 |
2037 | 2024-03-26T18:27:23.656Z | Compiling cancel-safe-futures v0.1.5 |
2038 | 2024-03-26T18:27:23.702Z | Checking slog-stdlog v4.1.1 |
2039 | 2024-03-26T18:27:23.799Z | Checking ciborium-ll v0.2.2 |
2040 | 2024-03-26T18:27:23.888Z | Checking slog-envlogger v2.2.0 |
2041 | 2024-03-26T18:27:24.082Z | Checking ciborium v0.2.2 |
2042 | 2024-03-26T18:27:24.101Z | Compiling semver v0.1.20 |
2043 | 2024-03-26T18:27:24.479Z | Compiling rustc_version v0.1.7 |
2044 | 2024-03-26T18:27:24.620Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2045 | 2024-03-26T18:27:24.745Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2046 | 2024-03-26T18:27:24.763Z | Checking libsw v3.3.1 |
2047 | 2024-03-26T18:27:24.940Z | Compiling newtype_derive v0.1.6 |
2048 | 2024-03-26T18:27:25.007Z | Checking owo-colors v4.0.0 |
2049 | 2024-03-26T18:27:25.086Z | Checking linear-map v1.2.0 |
2050 | 2024-03-26T18:27:25.302Z | Compiling slog-dtrace v0.3.0 |
2051 | 2024-03-26T18:27:25.359Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2052 | 2024-03-26T18:27:25.396Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2053 | 2024-03-26T18:27:25.414Z | Checking termcolor v1.2.0 |
2054 | 2024-03-26T18:27:25.642Z | Checking steno v0.4.0 |
2055 | 2024-03-26T18:27:25.720Z | Compiling radium v0.7.0 |
2056 | 2024-03-26T18:27:25.783Z | Checking is-terminal v0.4.9 |
2057 | 2024-03-26T18:27:25.908Z | Checking nibble_vec v0.1.0 |
2058 | 2024-03-26T18:27:26.038Z | Checking endian-type v0.1.2 |
2059 | 2024-03-26T18:27:26.078Z | Compiling maybe-uninit v2.0.0 |
2060 | 2024-03-26T18:27:26.202Z | Checking tap v1.0.1 |
2061 | 2024-03-26T18:27:26.249Z | Checking radix_trie v0.2.1 |
2062 | 2024-03-26T18:27:26.362Z | Checking wyz v0.5.1 |
2063 | 2024-03-26T18:27:26.553Z | Checking mockall v0.12.0 |
2064 | 2024-03-26T18:27:26.634Z | Checking fxhash v0.2.1 |
2065 | 2024-03-26T18:27:26.653Z | Checking crc-catalog v2.2.0 |
2066 | 2024-03-26T18:27:26.704Z | Compiling packed_struct v0.10.1 |
2067 | 2024-03-26T18:27:26.774Z | Compiling num-bigint-dig v0.8.4 |
2068 | 2024-03-26T18:27:26.790Z | Checking funty v2.0.0 |
2069 | 2024-03-26T18:27:26.805Z | Checking crc v3.0.1 |
2070 | 2024-03-26T18:27:26.856Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2071 | 2024-03-26T18:27:27.004Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2072 | 2024-03-26T18:27:27.040Z | Compiling packed_struct_codegen v0.10.1 |
2073 | 2024-03-26T18:27:27.092Z | Compiling indexmap v1.9.3 |
2074 | 2024-03-26T18:27:27.152Z | Compiling num-rational v0.4.1 |
2075 | 2024-03-26T18:27:27.340Z | Checking nodrop v0.1.14 |
2076 | 2024-03-26T18:27:27.464Z | Checking array-init v0.0.4 |
2077 | 2024-03-26T18:27:27.699Z | Checking smallvec v0.6.14 |
2078 | 2024-03-26T18:27:27.761Z | Checking bitvec v1.0.1 |
2079 | 2024-03-26T18:27:27.826Z | Checking newline-converter v0.3.0 |
2080 | 2024-03-26T18:27:27.973Z | Checking pkcs1 v0.7.5 |
2081 | 2024-03-26T18:27:28.060Z | Checking signature v2.1.0 |
2082 | 2024-03-26T18:27:28.254Z | Checking bitfield v0.14.0 |
2083 | 2024-03-26T18:27:28.360Z | Checking hashbrown v0.12.3 |
2084 | 2024-03-26T18:27:28.465Z | Checking serde-hex v0.1.0 |
2085 | 2024-03-26T18:27:28.513Z | Checking expectorate v1.1.0 |
2086 | 2024-03-26T18:27:29.306Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2087 | 2024-03-26T18:27:29.553Z | Checking env_logger v0.10.0 |
2088 | 2024-03-26T18:27:29.570Z | Checking rsa v0.9.2 |
2089 | 2024-03-26T18:27:30.007Z | Checking x509-cert v0.2.4 |
2090 | 2024-03-26T18:27:30.092Z | Checking ron v0.8.1 |
2091 | 2024-03-26T18:27:30.107Z | Checking hashbrown v0.13.2 |
2092 | 2024-03-26T18:27:30.468Z | Checking num-complex v0.4.4 |
2093 | 2024-03-26T18:27:31.115Z | Checking crc-any v2.4.3 |
2094 | 2024-03-26T18:27:37.339Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2095 | 2024-03-26T18:27:37.551Z | Checking num v0.4.1 |
2096 | 2024-03-26T18:27:37.551Z | Checking object v0.30.4 |
2097 | 2024-03-26T18:27:37.551Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2098 | 2024-03-26T18:27:37.552Z | Checking path-slash v0.1.5 |
2099 | 2024-03-26T18:27:37.552Z | Compiling convert_case v0.4.0 |
2100 | 2024-03-26T18:27:37.552Z | Checking display-error-chain v0.2.0 |
2101 | 2024-03-26T18:27:37.552Z | Checking utf-8 v0.7.6 |
2102 | 2024-03-26T18:27:37.552Z | Compiling buf-list v1.0.3 |
2103 | 2024-03-26T18:27:37.552Z | Checking tungstenite v0.20.1 |
2104 | 2024-03-26T18:27:37.552Z | Compiling blake3 v1.5.0 |
2105 | 2024-03-26T18:27:37.552Z | Compiling derive_more v0.99.17 |
2106 | 2024-03-26T18:27:37.552Z | Checking tokio-tungstenite v0.20.1 |
2107 | 2024-03-26T18:27:37.552Z | Checking textwrap v0.11.0 |
2108 | 2024-03-26T18:27:37.552Z | Compiling heck v0.3.3 |
2109 | 2024-03-26T18:27:37.663Z | Compiling libefi-sys v0.1.0 |
2110 | 2024-03-26T18:27:37.663Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2111 | 2024-03-26T18:27:37.663Z | Checking vec_map v0.8.2 |
2112 | 2024-03-26T18:27:37.663Z | Compiling parking_lot_core v0.8.6 |
2113 | 2024-03-26T18:27:37.663Z | Checking ansi_term v0.12.1 |
2114 | 2024-03-26T18:27:37.663Z | Checking strsim v0.8.0 |
2115 | 2024-03-26T18:27:37.663Z | Compiling structopt-derive v0.4.18 |
2116 | 2024-03-26T18:27:37.663Z | Checking clap v2.34.0 |
2117 | 2024-03-26T18:27:37.663Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2118 | 2024-03-26T18:27:37.663Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2119 | 2024-03-26T18:27:37.663Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2120 | 2024-03-26T18:27:37.663Z | Compiling crossbeam-deque v0.8.3 |
2121 | 2024-03-26T18:27:37.663Z | Compiling pin-project-internal v1.1.3 |
2122 | 2024-03-26T18:27:37.663Z | Compiling doc-comment v0.3.3 |
2123 | 2024-03-26T18:27:37.663Z | Checking keccak v0.1.4 |
2124 | 2024-03-26T18:27:37.663Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2125 | 2024-03-26T18:27:37.663Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2126 | 2024-03-26T18:27:37.664Z | Checking structopt v0.3.26 |
2127 | 2024-03-26T18:27:37.664Z | Checking sha3 v0.10.8 |
2128 | 2024-03-26T18:27:37.664Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2129 | 2024-03-26T18:27:37.664Z | Checking parking_lot v0.11.2 |
2130 | 2024-03-26T18:27:37.664Z | Checking trust-dns-client v0.22.0 |
2131 | 2024-03-26T18:27:37.693Z | Checking pin-project v1.1.3 |
2132 | 2024-03-26T18:27:37.720Z | Checking toml v0.5.11 |
2133 | 2024-03-26T18:27:37.781Z | Compiling semver-parser v0.10.2 |
2134 | 2024-03-26T18:27:37.796Z | Checking secrecy v0.8.0 |
2135 | 2024-03-26T18:27:37.998Z | Checking gethostname v0.4.3 |
2136 | 2024-03-26T18:27:38.156Z | Compiling vte_generate_state_changes v0.1.1 |
2137 | 2024-03-26T18:27:38.714Z | Compiling semver v0.11.0 |
2138 | 2024-03-26T18:27:38.830Z | Checking vte v0.11.1 |
2139 | 2024-03-26T18:27:39.016Z | Compiling rayon v1.9.0 |
2140 | 2024-03-26T18:27:39.148Z | Checking trust-dns-server v0.22.1 |
2141 | 2024-03-26T18:27:39.600Z | Checking sled v0.34.7 |
2142 | 2024-03-26T18:27:40.248Z | Compiling memmap2 v0.7.1 |
2143 | 2024-03-26T18:27:41.171Z | Compiling home v0.5.5 |
2144 | 2024-03-26T18:27:41.296Z | Compiling constant_time_eq v0.3.0 |
2145 | 2024-03-26T18:27:41.369Z | Compiling arrayvec v0.7.4 |
2146 | 2024-03-26T18:27:41.443Z | Compiling arrayref v0.3.7 |
2147 | 2024-03-26T18:27:41.536Z | Compiling toolchain_find v0.2.0 |
2148 | 2024-03-26T18:27:46.767Z | Checking strip-ansi-escapes v0.2.0 |
2149 | 2024-03-26T18:27:46.912Z | Checking fd-lock v3.0.13 |
2150 | 2024-03-26T18:27:46.912Z | Checking nu-ansi-term v0.50.0 |
2151 | 2024-03-26T18:27:46.912Z | Compiling topological-sort v0.2.2 |
2152 | 2024-03-26T18:27:46.912Z | Checking strum v0.25.0 |
2153 | 2024-03-26T18:27:46.912Z | Checking glob v0.3.1 |
2154 | 2024-03-26T18:27:46.913Z | Checking reedline v0.30.0 |
2155 | 2024-03-26T18:27:46.970Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2156 | 2024-03-26T18:27:46.970Z | Compiling snafu-derive v0.7.5 |
2157 | 2024-03-26T18:27:46.970Z | Compiling rustfmt-wrapper v0.2.0 |
2158 | 2024-03-26T18:27:46.970Z | Compiling omicron-zone-package v0.11.0 |
2159 | 2024-03-26T18:27:46.970Z | Compiling unicase v2.7.0 |
2160 | 2024-03-26T18:27:46.970Z | Compiling platforms v3.0.2 |
2161 | 2024-03-26T18:27:46.970Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2162 | 2024-03-26T18:27:46.970Z | Checking globset v0.4.13 |
2163 | 2024-03-26T18:27:46.970Z | Checking olpc-cjson v0.1.3 |
2164 | 2024-03-26T18:27:46.970Z | Checking serde_plain v1.0.2 |
2165 | 2024-03-26T18:27:46.970Z | Compiling async-recursion v1.0.5 |
2166 | 2024-03-26T18:27:46.971Z | Checking typed-path v0.7.0 |
2167 | 2024-03-26T18:27:46.971Z | Checking fs-err v2.11.0 |
2168 | 2024-03-26T18:27:46.971Z | Compiling memoffset v0.7.1 |
2169 | 2024-03-26T18:27:46.971Z | Checking bytecount v0.6.3 |
2170 | 2024-03-26T18:27:46.971Z | Checking parse-size v1.0.0 |
2171 | 2024-03-26T18:27:46.971Z | Checking papergrid v0.11.0 |
2172 | 2024-03-26T18:27:46.971Z | Compiling curve25519-dalek v4.1.1 |
2173 | 2024-03-26T18:27:47.095Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2174 | 2024-03-26T18:27:47.584Z | Compiling tabled_derive v0.7.0 |
2175 | 2024-03-26T18:27:47.623Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2176 | 2024-03-26T18:27:47.836Z | Compiling mime_guess v2.0.4 |
2177 | 2024-03-26T18:27:48.223Z | Checking universal-hash v0.5.1 |
2178 | 2024-03-26T18:27:48.240Z | Compiling thiserror-impl-no-std v2.0.2 |
2179 | 2024-03-26T18:27:48.398Z | Compiling curve25519-dalek-derive v0.1.0 |
2180 | 2024-03-26T18:27:49.171Z | Checking snafu v0.7.5 |
2181 | 2024-03-26T18:27:49.199Z | Checking nanorand v0.7.0 |
2182 | 2024-03-26T18:27:49.556Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2183 | 2024-03-26T18:27:49.649Z | Checking tough v0.16.0 |
2184 | 2024-03-26T18:27:49.863Z | Compiling salty v0.2.0 |
2185 | 2024-03-26T18:27:50.001Z | Compiling prettyplease v0.2.16 |
2186 | 2024-03-26T18:27:50.290Z | Checking opaque-debug v0.3.0 |
2187 | 2024-03-26T18:27:50.306Z | Checking tabled v0.15.0 |
2188 | 2024-03-26T18:27:50.372Z | Checking signature v1.6.4 |
2189 | 2024-03-26T18:27:50.392Z | Checking poly1305 v0.8.0 |
2190 | 2024-03-26T18:27:50.499Z | Checking ed25519 v1.5.3 |
2191 | 2024-03-26T18:27:50.819Z | Checking flume v0.11.0 |
2192 | 2024-03-26T18:27:50.904Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2193 | 2024-03-26T18:27:51.511Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2194 | 2024-03-26T18:27:51.566Z | Checking thiserror-no-std v2.0.2 |
2195 | 2024-03-26T18:27:51.668Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2196 | 2024-03-26T18:27:51.829Z | Checking chacha20 v0.9.1 |
2197 | 2024-03-26T18:27:51.912Z | Checking aead v0.5.2 |
2198 | 2024-03-26T18:27:51.986Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2199 | 2024-03-26T18:27:52.100Z | Checking serde-big-array v0.5.1 |
2200 | 2024-03-26T18:27:52.149Z | Checking kstat-rs v0.2.3 |
2201 | 2024-03-26T18:27:52.193Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2202 | 2024-03-26T18:27:52.211Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2203 | 2024-03-26T18:27:52.297Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2204 | 2024-03-26T18:27:52.472Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2205 | 2024-03-26T18:27:52.493Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2206 | 2024-03-26T18:27:53.342Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2207 | 2024-03-26T18:27:53.592Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2208 | 2024-03-26T18:27:53.596Z | Checking vsss-rs v3.3.4 |
2209 | 2024-03-26T18:27:54.283Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2210 | 2024-03-26T18:27:54.316Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2211 | 2024-03-26T18:27:54.645Z | Checking chacha20poly1305 v0.10.1 |
2212 | 2024-03-26T18:27:55.507Z | Checking signal-hook-tokio v0.3.1 |
2213 | 2024-03-26T18:27:55.548Z | Checking serde-big-array v0.4.1 |
2214 | 2024-03-26T18:27:55.706Z | Compiling crunchy v0.2.2 |
2215 | 2024-03-26T18:27:55.878Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2216 | 2024-03-26T18:27:56.086Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2024-03-26T18:27:56.319Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2218 | 2024-03-26T18:27:56.353Z | Compiling clang-sys v1.6.1 |
2219 | 2024-03-26T18:27:56.394Z | Checking fd-lock v4.0.2 |
2220 | 2024-03-26T18:27:56.566Z | Checking nix v0.27.1 |
2221 | 2024-03-26T18:27:56.840Z | Compiling sqlparser_derive v0.2.2 |
2222 | 2024-03-26T18:27:56.997Z | Checking corncobs v0.1.3 |
2223 | 2024-03-26T18:27:57.052Z | Checking unicode_categories v0.1.1 |
2224 | 2024-03-26T18:27:57.166Z | Compiling tiny-keccak v2.0.2 |
2225 | 2024-03-26T18:27:57.329Z | Checking sqlformat v0.2.3 |
2226 | 2024-03-26T18:27:57.493Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2227 | 2024-03-26T18:27:57.926Z | Checking sqlparser v0.43.1 |
2228 | 2024-03-26T18:27:58.535Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2229 | 2024-03-26T18:27:58.742Z | Compiling darling_core v0.14.4 |
2230 | 2024-03-26T18:27:58.788Z | Checking bcs v0.1.6 |
2231 | 2024-03-26T18:27:59.009Z | Checking rustyline v13.0.0 |
2232 | 2024-03-26T18:27:59.272Z | Checking highway v1.1.0 |
2233 | 2024-03-26T18:27:59.327Z | Compiling ref-cast v1.0.20 |
2234 | 2024-03-26T18:27:59.910Z | Compiling ascii-canvas v3.0.0 |
2235 | 2024-03-26T18:28:00.344Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2236 | 2024-03-26T18:28:00.373Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2237 | 2024-03-26T18:28:00.601Z | Compiling ref-cast-impl v1.0.20 |
2238 | 2024-03-26T18:28:00.617Z | Compiling ena v0.14.2 |
2239 | 2024-03-26T18:28:00.633Z | Compiling libloading v0.7.4 |
2240 | 2024-03-26T18:28:00.638Z | Compiling regex-syntax v0.6.29 |
2241 | 2024-03-26T18:28:01.024Z | Compiling bindgen v0.69.2 |
2242 | 2024-03-26T18:28:01.028Z | Compiling diff v0.1.13 |
2243 | 2024-03-26T18:28:01.725Z | Checking http-range v0.1.5 |
2244 | 2024-03-26T18:28:01.900Z | Checking hyper-staticfile v0.9.5 |
2245 | 2024-03-26T18:28:01.973Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2246 | 2024-03-26T18:28:02.316Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2247 | 2024-03-26T18:28:04.740Z | Compiling darling_macro v0.14.4 |
2248 | 2024-03-26T18:28:05.773Z | Compiling darling v0.14.4 |
2249 | 2024-03-26T18:28:05.896Z | Compiling lalrpop v0.19.12 |
2250 | 2024-03-26T18:28:06.567Z | Compiling cexpr v0.6.0 |
2251 | 2024-03-26T18:28:06.609Z | Compiling which v4.4.0 |
2252 | 2024-03-26T18:28:06.855Z | Compiling peeking_take_while v0.1.2 |
2253 | 2024-03-26T18:28:06.989Z | Checking assert_matches v1.5.0 |
2254 | 2024-03-26T18:28:07.082Z | Compiling lazycell v1.3.0 |
2255 | 2024-03-26T18:28:07.222Z | Compiling shlex v1.3.0 |
2256 | 2024-03-26T18:28:07.246Z | Compiling rustc-hash v1.1.0 |
2257 | 2024-03-26T18:28:07.391Z | Checking maplit v1.0.2 |
2258 | 2024-03-26T18:28:07.645Z | Compiling derive_builder_core v0.12.0 |
2259 | 2024-03-26T18:28:08.089Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2260 | 2024-03-26T18:28:08.268Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2261 | 2024-03-26T18:28:09.230Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2262 | 2024-03-26T18:28:10.149Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2263 | 2024-03-26T18:28:10.744Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2264 | 2024-03-26T18:28:12.593Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2265 | 2024-03-26T18:28:13.552Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2266 | 2024-03-26T18:28:14.534Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2267 | 2024-03-26T18:28:14.537Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2268 | 2024-03-26T18:28:14.920Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2269 | 2024-03-26T18:28:15.065Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2270 | 2024-03-26T18:28:16.402Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2271 | 2024-03-26T18:28:16.781Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2272 | 2024-03-26T18:28:16.850Z | Compiling libxml v0.3.3 |
2273 | 2024-03-26T18:28:17.251Z | Compiling derive_builder_macro v0.12.0 |
2274 | 2024-03-26T18:28:18.010Z | Compiling strum_macros v0.24.3 |
2275 | 2024-03-26T18:28:18.125Z | Compiling cookie v0.18.0 |
2276 | 2024-03-26T18:28:18.426Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2277 | 2024-03-26T18:28:18.718Z | Compiling indoc v1.0.9 |
2278 | 2024-03-26T18:28:19.848Z | Compiling portable-atomic v1.4.3 |
2279 | 2024-03-26T18:28:21.069Z | Checking derive_builder v0.12.0 |
2280 | 2024-03-26T18:28:21.319Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2281 | 2024-03-26T18:28:21.591Z | Checking bb8 v0.8.3 |
2282 | 2024-03-26T18:28:21.877Z | Checking quick-xml v0.30.0 |
2283 | 2024-03-26T18:28:22.005Z | Compiling oso-derive v0.27.0 |
2284 | 2024-03-26T18:28:22.587Z | Compiling impl-trait-for-tuples v0.2.2 |
2285 | 2024-03-26T18:28:22.956Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2286 | 2024-03-26T18:28:23.729Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2287 | 2024-03-26T18:28:23.889Z | Checking number_prefix v0.4.0 |
2288 | 2024-03-26T18:28:24.085Z | Checking castaway v0.2.2 |
2289 | 2024-03-26T18:28:24.266Z | Checking rand_seeder v0.2.3 |
2290 | 2024-03-26T18:28:25.750Z | Checking compact_str v0.7.1 |
2291 | 2024-03-26T18:28:25.829Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2292 | 2024-03-26T18:28:25.830Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2293 | 2024-03-26T18:28:25.830Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2294 | 2024-03-26T18:28:25.830Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2295 | 2024-03-26T18:28:25.830Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2296 | 2024-03-26T18:28:26.102Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2297 | 2024-03-26T18:28:26.860Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2298 | 2024-03-26T18:28:26.897Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2299 | 2024-03-26T18:28:28.764Z | Checking indicatif v0.17.8 |
2300 | 2024-03-26T18:28:29.590Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2301 | 2024-03-26T18:28:29.606Z | Checking lru v0.12.1 |
2302 | 2024-03-26T18:28:29.651Z | Compiling stability v0.1.1 |
2303 | 2024-03-26T18:28:29.865Z | Checking cassowary v0.3.0 |
2304 | 2024-03-26T18:28:30.285Z | Compiling indoc v2.0.3 |
2305 | 2024-03-26T18:28:30.658Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2306 | 2024-03-26T18:28:30.819Z | Checking smawk v0.3.1 |
2307 | 2024-03-26T18:28:31.024Z | Checking unicode-linebreak v0.1.5 |
2308 | 2024-03-26T18:28:31.431Z | Checking textwrap v0.16.1 |
2309 | 2024-03-26T18:28:31.445Z | Checking ratatui v0.26.1 |
2310 | 2024-03-26T18:28:31.836Z | Checking is_ci v1.2.0 |
2311 | 2024-03-26T18:28:31.967Z | Checking supports-color v3.0.0 |
2312 | 2024-03-26T18:28:32.164Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2313 | 2024-03-26T18:28:32.178Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2314 | 2024-03-26T18:28:32.470Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2315 | 2024-03-26T18:28:32.766Z | Checking rtoolbox v0.0.1 |
2316 | 2024-03-26T18:28:32.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2317 | 2024-03-26T18:28:32.965Z | Checking rpassword v7.3.1 |
2318 | 2024-03-26T18:28:33.140Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2319 | 2024-03-26T18:28:34.389Z | Checking tui-tree-widget v0.17.0 |
2320 | 2024-03-26T18:28:34.898Z | Checking fatfs v0.3.6 |
2321 | 2024-03-26T18:28:34.898Z | Checking shell-words v1.1.0 |
2322 | 2024-03-26T18:28:34.898Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2323 | 2024-03-26T18:28:34.898Z | Checking yansi v0.5.1 |
2324 | 2024-03-26T18:28:35.262Z | Checking pretty_assertions v1.4.0 |
2325 | 2024-03-26T18:28:35.444Z | Compiling target-lexicon v0.12.13 |
2326 | 2024-03-26T18:28:35.651Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2327 | 2024-03-26T18:28:35.784Z | Compiling guppy-workspace-hack v0.1.0 |
2328 | 2024-03-26T18:28:36.033Z | Checking plotters-backend v0.3.5 |
2329 | 2024-03-26T18:28:36.097Z | Checking http-body v1.0.0 |
2330 | 2024-03-26T18:28:36.294Z | Checking rand v0.4.6 |
2331 | 2024-03-26T18:28:36.406Z | Checking plotters-svg v0.3.5 |
2332 | 2024-03-26T18:28:36.516Z | Compiling target-spec v3.1.0 |
2333 | 2024-03-26T18:28:36.626Z | Checking tower-layer v0.3.2 |
2334 | 2024-03-26T18:28:36.974Z | Checking remove_dir_all v0.5.3 |
2335 | 2024-03-26T18:28:37.012Z | Checking cast v0.3.0 |
2336 | 2024-03-26T18:28:37.072Z | Compiling assert_cmd v2.0.14 |
2337 | 2024-03-26T18:28:37.107Z | Checking cfg-expr v0.15.6 |
2338 | 2024-03-26T18:28:37.274Z | Checking tempdir v0.3.7 |
2339 | 2024-03-26T18:28:37.296Z | Checking criterion-plot v0.5.0 |
2340 | 2024-03-26T18:28:37.439Z | Checking tower v0.4.13 |
2341 | 2024-03-26T18:28:37.490Z | Checking plotters v0.3.5 |
2342 | 2024-03-26T18:28:37.780Z | Checking hyper v1.1.0 |
2343 | 2024-03-26T18:28:37.966Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2344 | 2024-03-26T18:28:38.176Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2345 | 2024-03-26T18:28:38.844Z | Checking tinytemplate v1.2.1 |
2346 | 2024-03-26T18:28:38.991Z | Checking cargo-platform v0.1.3 |
2347 | 2024-03-26T18:28:39.258Z | Checking oorandom v11.1.3 |
2348 | 2024-03-26T18:28:39.263Z | Checking anes v0.1.6 |
2349 | 2024-03-26T18:28:39.698Z | Checking cargo_metadata v0.18.1 |
2350 | 2024-03-26T18:28:39.702Z | Checking hyper-util v0.1.2 |
2351 | 2024-03-26T18:28:39.702Z | Checking criterion v0.5.1 |
2352 | 2024-03-26T18:28:40.439Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2353 | 2024-03-26T18:28:40.854Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2354 | 2024-03-26T18:28:40.908Z | Checking rustls-native-certs v0.7.0 |
2355 | 2024-03-26T18:28:41.046Z | Checking pathdiff v0.2.1 |
2356 | 2024-03-26T18:28:41.203Z | Checking nested v0.1.1 |
2357 | 2024-03-26T18:28:41.407Z | Checking guppy v0.17.5 |
2358 | 2024-03-26T18:28:42.404Z | Checking hyper-rustls v0.26.0 |
2359 | 2024-03-26T18:28:42.727Z | Checking httptest v0.15.5 |
2360 | 2024-03-26T18:28:43.001Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2361 | 2024-03-26T18:28:43.399Z | Checking threadpool v1.8.1 |
2362 | 2024-03-26T18:28:43.597Z | Checking libtest-mimic v0.6.1 |
2363 | 2024-03-26T18:28:44.058Z | Checking similar-asserts v1.5.0 |
2364 | 2024-03-26T18:28:44.300Z | Compiling rstest_macros v0.18.2 |
2365 | 2024-03-26T18:28:44.942Z | Checking datatest-stable v0.2.3 |
2366 | 2024-03-26T18:28:45.174Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2367 | 2024-03-26T18:28:45.244Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2368 | 2024-03-26T18:28:45.455Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2369 | 2024-03-26T18:28:45.515Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2370 | 2024-03-26T18:28:46.250Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2371 | 2024-03-26T18:28:47.233Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2372 | 2024-03-26T18:28:48.202Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2373 | 2024-03-26T18:28:48.600Z | Checking csv-core v0.1.11 |
2374 | 2024-03-26T18:28:48.927Z | Compiling relative-path v1.9.0 |
2375 | 2024-03-26T18:28:48.956Z | Compiling trybuild v1.0.89 |
2376 | 2024-03-26T18:28:49.229Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2377 | 2024-03-26T18:28:49.336Z | Checking constant_time_eq v0.2.6 |
2378 | 2024-03-26T18:28:49.456Z | Checking blake2b_simd v1.0.1 |
2379 | 2024-03-26T18:28:50.292Z | Checking csv v1.3.0 |
2380 | 2024-03-26T18:28:50.447Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2381 | 2024-03-26T18:28:51.152Z | Checking multimap v0.10.0 |
2382 | 2024-03-26T18:28:51.428Z | Checking basic-toml v0.1.8 |
2383 | 2024-03-26T18:28:52.645Z | Checking futures-timer v3.0.2 |
2384 | 2024-03-26T18:28:53.905Z | Checking rust-argon2 v1.0.1 |
2385 | 2024-03-26T18:28:54.371Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2386 | 2024-03-26T18:28:56.327Z | Checking partial-io v0.5.4 |
2387 | 2024-03-26T18:28:56.712Z | Checking approx v0.5.1 |
2388 | 2024-03-26T18:28:56.933Z | Checking termios v0.3.3 |
2389 | 2024-03-26T18:28:57.124Z | Checking hex-literal v0.4.1 |
2390 | 2024-03-26T18:28:59.374Z | Checking rstest v0.18.2 |
2391 | 2024-03-26T18:29:01.615Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2392 | 2024-03-26T18:29:03.366Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2393 | 2024-03-26T18:29:03.445Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2394 | 2024-03-26T18:29:04.276Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2395 | 2024-03-26T18:29:16.792Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2396 | 2024-03-26T18:29:41.652Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2397 | 2024-03-26T18:29:53.159Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2398 | 2024-03-26T18:29:56.223Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2399 | 2024-03-26T18:29:58.225Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2400 | 2024-03-26T18:30:00.663Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2401 | 2024-03-26T18:30:12.734Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2402 | 2024-03-26T18:30:19.335Z | Compiling polar-core v0.27.0 |
2403 | 2024-03-26T18:30:26.624Z | Checking oso v0.27.0 |
2404 | 2024-03-26T18:30:52.297Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2405 | 2024-03-26T18:30:52.297Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2406 | 2024-03-26T18:31:48.491Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 37s |
2407 | 2024-03-26T18:31:48.669Z | |
2408 | 2024-03-26T18:31:48.669Z | real 7:25.091997249 |
2409 | 2024-03-26T18:31:48.669Z | user 37:53.172769679 |
2410 | 2024-03-26T18:31:48.669Z | sys 6:22.046304134 |
2411 | 2024-03-26T18:31:48.669Z | trap 1.030976325 |
2412 | 2024-03-26T18:31:48.669Z | tflt 12.361284477 |
2413 | 2024-03-26T18:31:48.669Z | dflt 8.247864105 |
2414 | 2024-03-26T18:31:48.669Z | kflt 0.195808117 |
2415 | 2024-03-26T18:31:48.669Z | lock 57:50.588372002 |
2416 | 2024-03-26T18:31:48.672Z | slp 1:55:50.806400159 |
2417 | 2024-03-26T18:31:48.673Z | lat 1:41.493434202 |
2418 | 2024-03-26T18:31:48.673Z | stop 4:10.085026422 |
2419 | 2024-03-26T18:31:49.545Z | warning: output filename collision. |
2420 | 2024-03-26T18:31:49.545Z | 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)`. |
2421 | 2024-03-26T18:31:49.545Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2422 | 2024-03-26T18:31:49.545Z | The targets should have unique names. |
2423 | 2024-03-26T18:31:49.545Z | This is a known bug where multiple crates with the same name use |
2424 | 2024-03-26T18:31:49.545Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2425 | 2024-03-26T18:31:49.694Z | warning: output filename collision. |
2426 | 2024-03-26T18:31:49.694Z | 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)`. |
2427 | 2024-03-26T18:31:49.694Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2428 | 2024-03-26T18:31:49.694Z | The targets should have unique names. |
2429 | 2024-03-26T18:31:49.694Z | This is a known bug where multiple crates with the same name use |
2430 | 2024-03-26T18:31:49.694Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2431 | 2024-03-26T18:31:49.694Z | warning: output filename collision. |
2432 | 2024-03-26T18:31:49.694Z | 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)`. |
2433 | 2024-03-26T18:31:49.694Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2434 | 2024-03-26T18:31:49.694Z | The targets should have unique names. |
2435 | 2024-03-26T18:31:49.694Z | This is a known bug where multiple crates with the same name use |
2436 | 2024-03-26T18:31:49.695Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2437 | 2024-03-26T18:31:49.695Z | warning: output filename collision. |
2438 | 2024-03-26T18:31:49.695Z | 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)`. |
2439 | 2024-03-26T18:31:49.695Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2440 | 2024-03-26T18:31:49.695Z | The targets should have unique names. |
2441 | 2024-03-26T18:31:49.695Z | This is a known bug where multiple crates with the same name use |
2442 | 2024-03-26T18:31:49.695Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2443 | 2024-03-26T18:31:50.005Z | Documenting libc v0.2.153 |
2444 | 2024-03-26T18:31:50.046Z | Documenting cfg-if v1.0.0 |
2445 | 2024-03-26T18:31:50.059Z | Documenting serde_derive v1.0.197 |
2446 | 2024-03-26T18:31:50.086Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2447 | 2024-03-26T18:31:50.090Z | Documenting log v0.4.21 |
2448 | 2024-03-26T18:31:50.112Z | Documenting memchr v2.7.1 |
2449 | 2024-03-26T18:31:50.129Z | Documenting byteorder v1.5.0 |
2450 | 2024-03-26T18:31:50.141Z | Documenting smallvec v1.13.1 |
2451 | 2024-03-26T18:31:50.370Z | Documenting scopeguard v1.2.0 |
2452 | 2024-03-26T18:31:52.767Z | Documenting itoa v1.0.9 |
2453 | 2024-03-26T18:31:53.141Z | Documenting lock_api v0.4.10 |
2454 | 2024-03-26T18:31:53.384Z | Documenting once_cell v1.19.0 |
2455 | 2024-03-26T18:31:54.261Z | Documenting zeroize_derive v1.4.2 |
2456 | 2024-03-26T18:31:54.266Z | Documenting libm v0.2.7 |
2457 | 2024-03-26T18:31:54.274Z | Documenting getrandom v0.2.12 |
2458 | 2024-03-26T18:31:54.490Z | Documenting parking_lot_core v0.9.8 |
2459 | 2024-03-26T18:31:55.679Z | Documenting pin-project-lite v0.2.13 |
2460 | 2024-03-26T18:31:56.313Z | Documenting signal-hook-registry v1.4.1 |
2461 | 2024-03-26T18:31:56.611Z | Documenting serde v1.0.197 |
2462 | 2024-03-26T18:31:57.286Z | Documenting num-traits v0.2.18 |
2463 | 2024-03-26T18:31:57.311Z | Documenting mio v0.8.11 |
2464 | 2024-03-26T18:31:58.235Z | Documenting rand_core v0.6.4 |
2465 | 2024-03-26T18:31:58.499Z | Documenting futures-core v0.3.30 |
2466 | 2024-03-26T18:31:58.515Z | Documenting parking_lot v0.12.1 |
2467 | 2024-03-26T18:31:58.623Z | Documenting zeroize v1.7.0 |
2468 | 2024-03-26T18:32:00.249Z | Documenting thiserror-impl v1.0.57 |
2469 | 2024-03-26T18:32:01.637Z | Documenting ryu v1.0.15 |
2470 | 2024-03-26T18:32:01.952Z | Documenting num_cpus v1.16.0 |
2471 | 2024-03-26T18:32:02.317Z | Documenting socket2 v0.5.5 |
2472 | 2024-03-26T18:32:02.373Z | Documenting tokio-macros v2.2.0 |
2473 | 2024-03-26T18:32:02.513Z | Documenting zerocopy v0.7.32 |
2474 | 2024-03-26T18:32:02.792Z | Documenting typenum v1.16.0 |
2475 | 2024-03-26T18:32:04.528Z | Documenting subtle v2.5.0 |
2476 | 2024-03-26T18:32:05.343Z | Documenting thiserror v1.0.57 |
2477 | 2024-03-26T18:32:05.888Z | Documenting futures-sink v0.3.30 |
2478 | 2024-03-26T18:32:06.504Z | Documenting iana-time-zone v0.1.57 |
2479 | 2024-03-26T18:32:14.169Z | Documenting bytes v1.5.0 |
2480 | 2024-03-26T18:32:16.433Z | Documenting bitflags v2.4.2 |
2481 | 2024-03-26T18:32:16.442Z | Documenting serde_json v1.0.114 |
2482 | 2024-03-26T18:32:16.693Z | Documenting pin-utils v0.1.0 |
2483 | 2024-03-26T18:32:16.722Z | Documenting futures-channel v0.3.30 |
2484 | 2024-03-26T18:32:16.765Z | Documenting chrono v0.4.34 |
2485 | 2024-03-26T18:32:17.120Z | Documenting slab v0.4.9 |
2486 | 2024-03-26T18:32:17.658Z | Documenting generic-array v0.14.7 |
2487 | 2024-03-26T18:32:17.753Z | Documenting tokio v1.36.0 |
2488 | 2024-03-26T18:32:20.707Z | Documenting futures-macro v0.3.30 |
2489 | 2024-03-26T18:32:20.880Z | Documenting futures-io v0.3.30 |
2490 | 2024-03-26T18:32:21.039Z | Documenting futures-task v0.3.30 |
2491 | 2024-03-26T18:32:21.850Z | Documenting const-oid v0.9.6 |
2492 | 2024-03-26T18:32:22.007Z | Documenting ahash v0.8.8 |
2493 | 2024-03-26T18:32:22.215Z | Documenting crypto-common v0.1.6 |
2494 | 2024-03-26T18:32:22.800Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2495 | 2024-03-26T18:32:22.956Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2496 | 2024-03-26T18:32:23.678Z | Documenting allocator-api2 v0.2.16 |
2497 | 2024-03-26T18:32:24.716Z | Documenting tinyvec_macros v0.1.1 |
2498 | 2024-03-26T18:32:24.869Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2499 | 2024-03-26T18:32:25.545Z | Documenting futures-util v0.3.30 |
2500 | 2024-03-26T18:32:26.361Z | Documenting uuid v1.7.0 |
2501 | 2024-03-26T18:32:26.823Z | Documenting tracing-core v0.1.32 |
2502 | 2024-03-26T18:32:27.301Z | Documenting hashbrown v0.14.3 |
2503 | 2024-03-26T18:32:27.362Z | Documenting tracing-attributes v0.1.27 |
2504 | 2024-03-26T18:32:27.561Z | Documenting tinyvec v1.6.0 |
2505 | 2024-03-26T18:32:30.663Z | Documenting block-buffer v0.10.4 |
2506 | 2024-03-26T18:32:31.017Z | Documenting unicode-bidi v0.3.15 |
2507 | 2024-03-26T18:32:31.304Z | Documenting unicode-normalization v0.1.22 |
2508 | 2024-03-26T18:32:32.683Z | Documenting ppv-lite86 v0.2.17 |
2509 | 2024-03-26T18:32:33.050Z | Documenting percent-encoding v2.3.1 |
2510 | 2024-03-26T18:32:33.226Z | Checking serde_derive_internals v0.26.0 |
2511 | 2024-03-26T18:32:33.786Z | Documenting serde_derive_internals v0.26.0 |
2512 | 2024-03-26T18:32:41.088Z | Documenting dyn-clone v1.0.17 |
2513 | 2024-03-26T18:32:41.136Z | Documenting digest v0.10.7 |
2514 | 2024-03-26T18:32:41.136Z | Documenting equivalent v1.0.1 |
2515 | 2024-03-26T18:32:41.136Z | Documenting rand_chacha v0.3.1 |
2516 | 2024-03-26T18:32:41.136Z | Documenting powerfmt v0.2.0 |
2517 | 2024-03-26T18:32:41.137Z | Documenting form_urlencoded v1.2.1 |
2518 | 2024-03-26T18:32:41.137Z | Documenting indexmap v2.2.5 |
2519 | 2024-03-26T18:32:41.240Z | Documenting time-macros v0.2.17 |
2520 | 2024-03-26T18:32:41.240Z | Documenting schemars_derive v0.8.16 |
2521 | 2024-03-26T18:32:43.140Z | Documenting tracing v0.1.40 |
2522 | 2024-03-26T18:32:48.362Z | Documenting deranged v0.3.11 |
2523 | 2024-03-26T18:32:48.453Z | Documenting lazy_static v1.4.0 |
2524 | 2024-03-26T18:32:48.513Z | Documenting rand v0.8.5 |
2525 | 2024-03-26T18:32:48.705Z | Documenting num_threads v0.1.6 |
2526 | 2024-03-26T18:32:48.723Z | Documenting num-conv v0.1.0 |
2527 | 2024-03-26T18:32:48.950Z | Documenting time-core v0.1.2 |
2528 | 2024-03-26T18:32:49.215Z | Documenting schemars v0.8.16 |
2529 | 2024-03-26T18:32:51.476Z | Documenting fnv v1.0.7 |
2530 | 2024-03-26T18:32:51.914Z | Documenting unicode-width v0.1.11 |
2531 | 2024-03-26T18:32:51.995Z | Documenting idna v0.5.0 |
2532 | 2024-03-26T18:32:52.648Z | Documenting cpufeatures v0.2.12 |
2533 | 2024-03-26T18:32:53.381Z | Documenting time v0.3.34 |
2534 | 2024-03-26T18:32:53.411Z | Documenting httparse v1.8.0 |
2535 | 2024-03-26T18:32:55.015Z | Documenting errno v0.3.8 |
2536 | 2024-03-26T18:32:55.343Z | Documenting adler v1.0.2 |
2537 | 2024-03-26T18:32:55.838Z | Documenting unicode-ident v1.0.12 |
2538 | 2024-03-26T18:32:55.838Z | Documenting slog v2.7.0 |
2539 | 2024-03-26T18:32:56.457Z | Documenting url v2.5.0 |
2540 | 2024-03-26T18:32:57.569Z | Documenting httpdate v1.0.3 |
2541 | 2024-03-26T18:32:58.215Z | Documenting miniz_oxide v0.7.1 |
2542 | 2024-03-26T18:32:58.221Z | Documenting tokio-util v0.7.10 |
2543 | 2024-03-26T18:32:58.587Z | Documenting proc-macro2 v1.0.78 |
2544 | 2024-03-26T18:32:58.927Z | Documenting rustix v0.38.31 |
2545 | 2024-03-26T18:32:58.994Z | Documenting try-lock v0.2.4 |
2546 | 2024-03-26T18:32:59.946Z | Documenting http-body v0.4.5 |
2547 | 2024-03-26T18:33:00.686Z | Documenting aho-corasick v1.1.2 |
2548 | 2024-03-26T18:33:01.376Z | Documenting openssl-sys v0.9.96 |
2549 | 2024-03-26T18:33:01.678Z | Documenting openssl-macros v0.1.1 |
2550 | 2024-03-26T18:33:01.986Z | Documenting want v0.3.1 |
2551 | 2024-03-26T18:33:02.916Z | Documenting base64ct v1.6.0 |
2552 | 2024-03-26T18:33:04.147Z | Documenting h2 v0.3.24 |
2553 | 2024-03-26T18:33:04.341Z | Documenting regex-syntax v0.8.2 |
2554 | 2024-03-26T18:33:05.626Z | Documenting mime v0.3.17 |
2555 | 2024-03-26T18:33:05.777Z | Documenting tower-service v0.3.2 |
2556 | 2024-03-26T18:33:05.895Z | Documenting quote v1.0.35 |
2557 | 2024-03-26T18:33:06.293Z | Documenting ipnet v2.9.0 |
2558 | 2024-03-26T18:33:07.022Z | Documenting openssl-probe v0.1.5 |
2559 | 2024-03-26T18:33:07.221Z | Documenting openssl v0.10.60 |
2560 | 2024-03-26T18:33:09.683Z | Documenting async-trait v0.1.77 |
2561 | 2024-03-26T18:33:09.887Z | Documenting pem-rfc7468 v0.7.0 |
2562 | 2024-03-26T18:33:10.035Z | Documenting syn v2.0.52 |
2563 | 2024-03-26T18:33:10.506Z | Documenting encoding_rs v0.8.33 |
2564 | 2024-03-26T18:33:11.006Z | Documenting crossbeam-utils v0.8.19 |
2565 | 2024-03-26T18:33:11.084Z | Documenting regex-automata v0.4.5 |
2566 | 2024-03-26T18:33:13.723Z | Documenting hyper v0.14.28 |
2567 | 2024-03-26T18:33:14.676Z | Documenting der_derive v0.7.2 |
2568 | 2024-03-26T18:33:14.852Z | Documenting flagset v0.4.3 |
2569 | 2024-03-26T18:33:15.125Z | Documenting psl-types v2.0.11 |
2570 | 2024-03-26T18:33:15.536Z | Documenting gimli v0.28.0 |
2571 | 2024-03-26T18:33:15.822Z | Documenting native-tls v0.2.11 |
2572 | 2024-03-26T18:33:17.726Z | Documenting utf8parse v0.2.1 |
2573 | 2024-03-26T18:33:18.094Z | Documenting publicsuffix v2.2.3 |
2574 | 2024-03-26T18:33:19.465Z | Documenting regex v1.10.3 |
2575 | 2024-03-26T18:33:20.214Z | Documenting der v0.7.8 |
2576 | 2024-03-26T18:33:20.775Z | Documenting serde_urlencoded v0.7.1 |
2577 | 2024-03-26T18:33:21.097Z | Documenting tokio-native-tls v0.3.1 |
2578 | 2024-03-26T18:33:22.003Z | Documenting addr2line v0.21.0 |
2579 | 2024-03-26T18:33:22.191Z | Documenting num-integer v0.1.46 |
2580 | 2024-03-26T18:33:24.893Z | Documenting object v0.32.1 |
2581 | 2024-03-26T18:33:25.220Z | Documenting rustc-demangle v0.1.23 |
2582 | 2024-03-26T18:33:25.369Z | Documenting hyper-rustls v0.24.2 |
2583 | 2024-03-26T18:33:25.868Z | Documenting cookie_store v0.20.0 |
2584 | 2024-03-26T18:33:26.488Z | Documenting spki v0.7.2 |
2585 | 2024-03-26T18:33:26.626Z | Documenting webpki-roots v0.25.2 |
2586 | 2024-03-26T18:33:28.138Z | Documenting hyper-tls v0.5.0 |
2587 | 2024-03-26T18:33:28.296Z | Documenting sync_wrapper v0.1.2 |
2588 | 2024-03-26T18:33:29.933Z | Documenting spin v0.9.8 |
2589 | 2024-03-26T18:33:30.732Z | Documenting either v1.10.0 |
2590 | 2024-03-26T18:33:31.006Z | Documenting pkcs8 v0.10.2 |
2591 | 2024-03-26T18:33:31.382Z | Documenting openapiv3 v2.0.0 |
2592 | 2024-03-26T18:33:31.716Z | Documenting futures-executor v0.3.30 |
2593 | 2024-03-26T18:33:33.050Z | Checking pest_meta v2.7.6 |
2594 | 2024-03-26T18:33:33.973Z | Documenting data-encoding v2.4.0 |
2595 | 2024-03-26T18:33:34.265Z | Documenting anstyle v1.0.2 |
2596 | 2024-03-26T18:33:34.619Z | Documenting anstyle-parse v0.2.1 |
2597 | 2024-03-26T18:33:34.987Z | Documenting reqwest v0.11.24 |
2598 | 2024-03-26T18:33:35.630Z | Documenting crossbeam-epoch v0.9.18 |
2599 | 2024-03-26T18:33:36.084Z | Documenting backtrace v0.3.69 |
2600 | 2024-03-26T18:33:36.306Z | Documenting sha2 v0.10.8 |
2601 | 2024-03-26T18:33:37.974Z | Documenting ipnetwork v0.20.0 |
2602 | 2024-03-26T18:33:38.135Z | Documenting hex v0.4.3 |
2603 | 2024-03-26T18:33:38.320Z | Documenting crc32fast v1.3.2 |
2604 | 2024-03-26T18:33:38.706Z | Documenting pest_meta v2.7.6 |
2605 | 2024-03-26T18:33:39.905Z | Documenting scroll_derive v0.12.0 |
2606 | 2024-03-26T18:33:41.085Z | Documenting colorchoice v1.0.0 |
2607 | 2024-03-26T18:33:41.380Z | Documenting anyhow v1.0.79 |
2608 | 2024-03-26T18:33:42.283Z | Documenting anstyle-query v1.0.0 |
2609 | 2024-03-26T18:33:42.464Z | Documenting untrusted v0.9.0 |
2610 | 2024-03-26T18:33:42.889Z | Documenting pest_generator v2.7.6 |
2611 | 2024-03-26T18:33:43.304Z | Documenting futures v0.3.30 |
2612 | 2024-03-26T18:33:43.998Z | Checking pest_generator v2.7.6 |
2613 | 2024-03-26T18:33:48.120Z | Documenting scroll v0.12.0 |
2614 | 2024-03-26T18:33:48.120Z | Documenting num-iter v0.1.44 |
2615 | 2024-03-26T18:33:48.120Z | Documenting terminal_size v0.3.0 |
2616 | 2024-03-26T18:33:48.120Z | Documenting hmac v0.12.1 |
2617 | 2024-03-26T18:33:48.120Z | Documenting ring v0.17.8 |
2618 | 2024-03-26T18:33:48.120Z | Documenting anstream v0.6.11 |
2619 | 2024-03-26T18:33:48.225Z | Documenting signal-hook v0.3.17 |
2620 | 2024-03-26T18:33:48.644Z | Documenting ucd-trie v0.1.6 |
2621 | 2024-03-26T18:33:49.112Z | Documenting strsim v0.11.0 |
2622 | 2024-03-26T18:33:49.473Z | Documenting plain v0.2.3 |
2623 | 2024-03-26T18:33:52.904Z | Documenting static_assertions v1.1.0 |
2624 | 2024-03-26T18:33:53.000Z | Documenting clap_lex v0.7.0 |
2625 | 2024-03-26T18:33:53.000Z | Documenting pest_derive v2.7.6 |
2626 | 2024-03-26T18:33:53.001Z | Documenting flate2 v1.0.28 |
2627 | 2024-03-26T18:33:53.001Z | Documenting clap_derive v4.5.0 |
2628 | 2024-03-26T18:33:53.001Z | Documenting goblin v0.8.0 |
2629 | 2024-03-26T18:33:53.001Z | Documenting pest v2.7.6 |
2630 | 2024-03-26T18:33:53.014Z | Documenting pretty-hex v0.4.1 |
2631 | 2024-03-26T18:33:53.922Z | Documenting unicode-segmentation v1.10.1 |
2632 | 2024-03-26T18:33:54.987Z | Documenting clap_builder v4.5.1 |
2633 | 2024-03-26T18:33:55.952Z | Documenting managed v0.8.0 |
2634 | 2024-03-26T18:33:56.299Z | Documenting signal-hook-mio v0.2.3 |
2635 | 2024-03-26T18:33:56.645Z | Documenting block-padding v0.3.3 |
2636 | 2024-03-26T18:33:57.379Z | Documenting scheduled-thread-pool v0.2.7 |
2637 | 2024-03-26T18:33:57.665Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2638 | 2024-03-26T18:33:57.991Z | Documenting dtrace-parser v0.2.0 |
2639 | 2024-03-26T18:33:59.488Z | Documenting thread-id v4.2.0 |
2640 | 2024-03-26T18:33:59.919Z | Documenting dof v0.3.0 |
2641 | 2024-03-26T18:34:00.599Z | Documenting enum-as-inner v0.5.1 |
2642 | 2024-03-26T18:34:01.116Z | Documenting diesel_table_macro_syntax v0.1.0 |
2643 | 2024-03-26T18:34:01.595Z | Checking diesel_table_macro_syntax v0.1.0 |
2644 | 2024-03-26T18:34:01.763Z | Documenting bzip2 v0.4.4 |
2645 | 2024-03-26T18:34:01.774Z | Documenting r2d2 v0.8.10 |
2646 | 2024-03-26T18:34:02.122Z | Documenting inout v0.1.3 |
2647 | 2024-03-26T18:34:02.927Z | Documenting clap v4.5.1 |
2648 | 2024-03-26T18:34:03.627Z | Documenting crossterm v0.27.0 |
2649 | 2024-03-26T18:34:05.272Z | Documenting usdt-impl v0.5.0 |
2650 | 2024-03-26T18:34:05.279Z | Documenting trust-dns-proto v0.22.0 |
2651 | 2024-03-26T18:34:05.928Z | Documenting md-5 v0.10.5 |
2652 | 2024-03-26T18:34:06.007Z | Documenting diesel_derives v2.1.2 |
2653 | 2024-03-26T18:34:06.235Z | Documenting stringprep v0.1.3 |
2654 | 2024-03-26T18:34:06.549Z | Documenting ff v0.13.0 |
2655 | 2024-03-26T18:34:09.812Z | Documenting serde_spanned v0.6.5 |
2656 | 2024-03-26T18:34:10.304Z | Documenting toml_datetime v0.6.5 |
2657 | 2024-03-26T18:34:10.314Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2658 | 2024-03-26T18:34:11.369Z | Documenting siphasher v0.3.11 |
2659 | 2024-03-26T18:34:12.032Z | Documenting winnow v0.6.1 |
2660 | 2024-03-26T18:34:12.533Z | Documenting fallible-iterator v0.2.0 |
2661 | 2024-03-26T18:34:13.126Z | Documenting base16ct v0.2.0 |
2662 | 2024-03-26T18:34:13.910Z | Documenting bit-vec v0.6.3 |
2663 | 2024-03-26T18:34:14.020Z | Documenting group v0.13.0 |
2664 | 2024-03-26T18:34:14.328Z | Documenting diesel v2.1.4 |
2665 | 2024-03-26T18:34:14.451Z | Documenting cipher v0.4.4 |
2666 | 2024-03-26T18:34:14.548Z | Documenting phf_shared v0.11.2 |
2667 | 2024-03-26T18:34:16.326Z | Documenting sec1 v0.7.3 |
2668 | 2024-03-26T18:34:16.712Z | Documenting postgres-protocol v0.6.6 |
2669 | 2024-03-26T18:34:17.088Z | Documenting toml_edit v0.22.6 |
2670 | 2024-03-26T18:34:17.992Z | Documenting zip v0.6.6 |
2671 | 2024-03-26T18:34:18.486Z | Documenting hkdf v0.12.4 |
2672 | 2024-03-26T18:34:19.014Z | Documenting num-bigint v0.4.4 |
2673 | 2024-03-26T18:34:29.004Z | Documenting bstr v1.9.0 |
2674 | 2024-03-26T18:34:37.022Z | Documenting regress v0.9.0 |
2675 | 2024-03-26T18:34:37.049Z | Documenting crypto-bigint v0.5.2 |
2676 | 2024-03-26T18:34:37.049Z | Documenting hubpack v0.1.2 |
2677 | 2024-03-26T18:34:37.049Z | Documenting serde_repr v0.1.16 |
2678 | 2024-03-26T18:34:37.049Z | Checking strsim v0.10.0 |
2679 | 2024-03-26T18:34:37.929Z | Checking ident_case v1.0.1 |
2680 | 2024-03-26T18:34:37.929Z | Documenting fixedbitset v0.4.2 |
2681 | 2024-03-26T18:34:37.933Z | Documenting lalrpop-util v0.19.12 |
2682 | 2024-03-26T18:34:37.933Z | Documenting precomputed-hash v0.1.1 |
2683 | 2024-03-26T18:34:39.508Z | Documenting new_debug_unreachable v1.0.4 |
2684 | 2024-03-26T18:34:40.715Z | Documenting minimal-lexical v0.2.1 |
2685 | 2024-03-26T18:34:41.202Z | Documenting petgraph v0.6.4 |
2686 | 2024-03-26T18:34:41.745Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2687 | 2024-03-26T18:34:41.803Z | Documenting yasna v0.5.2 |
2688 | 2024-03-26T18:34:41.988Z | Documenting postgres-types v0.2.6 |
2689 | 2024-03-26T18:34:42.871Z | Documenting phf v0.11.2 |
2690 | 2024-03-26T18:34:52.163Z | Documenting string_cache v0.8.7 |
2691 | 2024-03-26T18:34:52.278Z | Documenting nom v7.1.3 |
2692 | 2024-03-26T18:34:52.457Z | Documenting console v0.15.8 |
2693 | 2024-03-26T18:34:52.802Z | Documenting semver v1.0.22 |
2694 | 2024-03-26T18:34:53.102Z | Documenting float-cmp v0.9.0 |
2695 | 2024-03-26T18:34:53.138Z | Documenting elliptic-curve v0.13.8 |
2696 | 2024-03-26T18:34:53.214Z | Checking unsafe-libyaml v0.2.10 |
2697 | 2024-03-26T18:34:53.671Z | Documenting normalize-line-endings v0.3.0 |
2698 | 2024-03-26T18:34:54.464Z | Documenting heck v0.4.1 |
2699 | 2024-03-26T18:34:56.821Z | Documenting predicates-core v1.0.6 |
2700 | 2024-03-26T18:34:57.248Z | Documenting difflib v0.4.0 |
2701 | 2024-03-26T18:34:57.486Z | Documenting whoami v1.5.0 |
2702 | 2024-03-26T18:34:57.586Z | Documenting bit-set v0.5.3 |
2703 | 2024-03-26T18:34:57.641Z | Documenting similar v2.4.0 |
2704 | 2024-03-26T18:34:57.893Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2705 | 2024-03-26T18:34:58.412Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2706 | 2024-03-26T18:35:08.533Z | Documenting tokio-stream v0.1.14 |
2707 | 2024-03-26T18:35:08.658Z | Documenting predicates v3.1.0 |
2708 | 2024-03-26T18:35:08.805Z | Documenting tokio-postgres v0.7.10 |
2709 | 2024-03-26T18:35:08.972Z | Documenting unsafe-libyaml v0.2.10 |
2710 | 2024-03-26T18:35:09.212Z | Checking serde_yaml v0.9.25 |
2711 | 2024-03-26T18:35:09.256Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2712 | 2024-03-26T18:35:09.517Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2713 | 2024-03-26T18:35:09.520Z | Documenting getopts v0.2.21 |
2714 | 2024-03-26T18:35:11.478Z | Documenting match_cfg v0.1.0 |
2715 | 2024-03-26T18:35:12.884Z | Documenting serde_yaml v0.9.25 |
2716 | 2024-03-26T18:35:13.839Z | Checking darling_core v0.20.3 |
2717 | 2024-03-26T18:35:13.852Z | Documenting sha1 v0.10.6 |
2718 | 2024-03-26T18:35:13.955Z | Documenting hostname v0.3.1 |
2719 | 2024-03-26T18:35:15.053Z | Documenting dirs-sys-next v0.1.2 |
2720 | 2024-03-26T18:35:15.634Z | Documenting rustls-pki-types v1.3.0 |
2721 | 2024-03-26T18:35:16.720Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2722 | 2024-03-26T18:35:17.076Z | Checking darling v0.20.3 |
2723 | 2024-03-26T18:35:17.189Z | Documenting camino v1.1.6 |
2724 | 2024-03-26T18:35:17.987Z | Documenting thread_local v1.1.7 |
2725 | 2024-03-26T18:35:18.661Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2726 | 2024-03-26T18:35:19.160Z | Documenting dirs-next v2.0.0 |
2727 | 2024-03-26T18:35:19.258Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2728 | 2024-03-26T18:35:19.797Z | Documenting paste v1.0.14 |
2729 | 2024-03-26T18:35:19.901Z | Documenting rustls-webpki v0.102.1 |
2730 | 2024-03-26T18:35:21.662Z | Documenting crossbeam-channel v0.5.8 |
2731 | 2024-03-26T18:35:22.057Z | Documenting atty v0.2.14 |
2732 | 2024-03-26T18:35:22.579Z | Documenting take_mut v0.2.2 |
2733 | 2024-03-26T18:35:23.201Z | Documenting term v0.7.0 |
2734 | 2024-03-26T18:35:23.768Z | Documenting slog-json v2.6.1 |
2735 | 2024-03-26T18:35:24.430Z | Documenting http v1.0.0 |
2736 | 2024-03-26T18:35:24.608Z | Documenting rustls v0.22.2 |
2737 | 2024-03-26T18:35:25.369Z | Documenting async-stream-impl v0.3.5 |
2738 | 2024-03-26T18:35:26.045Z | Documenting atomic-waker v1.1.1 |
2739 | 2024-03-26T18:35:26.618Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2740 | 2024-03-26T18:35:26.692Z | Documenting slog-async v2.8.0 |
2741 | 2024-03-26T18:35:27.401Z | Documenting slog-term v2.9.0 |
2742 | 2024-03-26T18:35:28.668Z | Documenting debug-ignore v1.0.5 |
2743 | 2024-03-26T18:35:29.021Z | Documenting waitgroup v0.1.2 |
2744 | 2024-03-26T18:35:29.891Z | Documenting multer v3.0.0 |
2745 | 2024-03-26T18:35:30.133Z | Documenting async-stream v0.3.5 |
2746 | 2024-03-26T18:35:30.881Z | Documenting slog-bunyan v2.5.0 |
2747 | 2024-03-26T18:35:31.678Z | Documenting rustls-pemfile v2.1.1 |
2748 | 2024-03-26T18:35:32.938Z | Documenting toml v0.8.10 |
2749 | 2024-03-26T18:35:33.220Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2750 | 2024-03-26T18:35:34.081Z | Documenting serde_path_to_error v0.1.16 |
2751 | 2024-03-26T18:35:35.083Z | Documenting strum v0.26.1 |
2752 | 2024-03-26T18:35:35.312Z | Documenting tokio-rustls v0.25.0 |
2753 | 2024-03-26T18:35:35.714Z | Documenting serde_with_macros v3.6.1 |
2754 | 2024-03-26T18:35:36.240Z | Documenting structmeta-derive v0.3.0 |
2755 | 2024-03-26T18:35:36.433Z | Checking structmeta v0.3.0 |
2756 | 2024-03-26T18:35:36.664Z | Documenting instant v0.1.12 |
2757 | 2024-03-26T18:35:38.580Z | Documenting newtype-uuid v1.0.1 |
2758 | 2024-03-26T18:35:39.044Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2759 | 2024-03-26T18:35:39.053Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2760 | 2024-03-26T18:35:39.053Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2761 | 2024-03-26T18:35:40.554Z | Documenting backoff v0.4.0 |
2762 | 2024-03-26T18:35:41.036Z | Documenting serde_with v3.6.1 |
2763 | 2024-03-26T18:35:41.427Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2764 | 2024-03-26T18:35:41.583Z | Documenting structmeta v0.3.0 |
2765 | 2024-03-26T18:35:43.130Z | Documenting macaddr v1.0.1 |
2766 | 2024-03-26T18:35:43.267Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2767 | 2024-03-26T18:35:43.905Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2768 | 2024-03-26T18:35:46.159Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2769 | 2024-03-26T18:35:46.280Z | Documenting parse-display-derive v0.9.0 |
2770 | 2024-03-26T18:35:47.373Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2771 | 2024-03-26T18:35:47.554Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2772 | 2024-03-26T18:35:47.589Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2773 | 2024-03-26T18:35:48.331Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2774 | 2024-03-26T18:35:49.222Z | Documenting fastrand v2.0.1 |
2775 | 2024-03-26T18:35:49.330Z | Documenting proc-macro-error-attr v1.0.4 |
2776 | 2024-03-26T18:35:50.140Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2777 | 2024-03-26T18:35:50.251Z | Checking proc-macro-error v1.0.4 |
2778 | 2024-03-26T18:35:50.415Z | Checking proc-macro-crate v1.3.1 |
2779 | 2024-03-26T18:35:50.515Z | Documenting proc-macro-crate v1.3.1 |
2780 | 2024-03-26T18:35:51.066Z | Documenting hash32 v0.3.1 |
2781 | 2024-03-26T18:35:51.069Z | Documenting stable_deref_trait v1.2.0 |
2782 | 2024-03-26T18:35:51.483Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2783 | 2024-03-26T18:35:53.517Z | Documenting tempfile v3.10.0 |
2784 | 2024-03-26T18:35:53.675Z | Documenting proc-macro-error v1.0.4 |
2785 | 2024-03-26T18:35:53.800Z | Documenting cobs v0.2.3 |
2786 | 2024-03-26T18:35:53.882Z | Documenting parse-display v0.9.0 |
2787 | 2024-03-26T18:35:53.904Z | Documenting embedded-io v0.4.0 |
2788 | 2024-03-26T18:35:54.682Z | Documenting heapless v0.8.0 |
2789 | 2024-03-26T18:35:55.530Z | Documenting num_enum_derive v0.5.11 |
2790 | 2024-03-26T18:35:56.800Z | Documenting foreign-types-macros v0.2.3 |
2791 | 2024-03-26T18:35:57.673Z | Documenting postcard v1.0.8 |
2792 | 2024-03-26T18:35:58.238Z | Documenting camino-tempfile v1.1.1 |
2793 | 2024-03-26T18:35:58.312Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2794 | 2024-03-26T18:35:58.484Z | Documenting foreign-types-shared v0.3.1 |
2795 | 2024-03-26T18:35:59.578Z | Documenting smoltcp v0.11.0 |
2796 | 2024-03-26T18:36:01.571Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2797 | 2024-03-26T18:36:01.776Z | Documenting foreign-types v0.5.0 |
2798 | 2024-03-26T18:36:01.981Z | Documenting num_enum v0.5.11 |
2799 | 2024-03-26T18:36:02.254Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2800 | 2024-03-26T18:36:02.825Z | Documenting crucible-workspace-hack v0.1.0 |
2801 | 2024-03-26T18:36:02.921Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2802 | 2024-03-26T18:36:04.588Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2803 | 2024-03-26T18:36:05.721Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2804 | 2024-03-26T18:36:05.737Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2805 | 2024-03-26T18:36:05.909Z | Documenting tabwriter v1.4.0 |
2806 | 2024-03-26T18:36:06.217Z | Documenting cstr-argument v0.1.2 |
2807 | 2024-03-26T18:36:07.067Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2808 | 2024-03-26T18:36:08.691Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2809 | 2024-03-26T18:36:09.929Z | Documenting base64 v0.22.0 |
2810 | 2024-03-26T18:36:10.205Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2811 | 2024-03-26T18:36:10.848Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2812 | 2024-03-26T18:36:11.769Z | Documenting colored v2.1.0 |
2813 | 2024-03-26T18:36:11.945Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2814 | 2024-03-26T18:36:13.264Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2815 | 2024-03-26T18:36:14.251Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2816 | 2024-03-26T18:36:14.405Z | Documenting zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2817 | 2024-03-26T18:36:14.743Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2818 | 2024-03-26T18:36:14.815Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2819 | 2024-03-26T18:36:15.104Z | Documenting num-derive v0.4.0 |
2820 | 2024-03-26T18:36:15.618Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2821 | 2024-03-26T18:36:15.770Z | Documenting smf v0.2.2 |
2822 | 2024-03-26T18:36:16.050Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2823 | 2024-03-26T18:36:17.488Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2824 | 2024-03-26T18:36:19.151Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2825 | 2024-03-26T18:36:19.334Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2826 | 2024-03-26T18:36:19.347Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2827 | 2024-03-26T18:36:19.886Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2828 | 2024-03-26T18:36:19.981Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2829 | 2024-03-26T18:36:20.781Z | Documenting password-hash v0.5.0 |
2830 | 2024-03-26T18:36:22.197Z | Documenting blake2 v0.10.6 |
2831 | 2024-03-26T18:36:23.589Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2832 | 2024-03-26T18:36:24.571Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2833 | 2024-03-26T18:36:24.910Z | Documenting linked-hash-map v0.5.6 |
2834 | 2024-03-26T18:36:25.357Z | Documenting humantime v2.1.0 |
2835 | 2024-03-26T18:36:25.719Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2836 | 2024-03-26T18:36:25.722Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2837 | 2024-03-26T18:36:25.978Z | Documenting memmap v0.7.0 |
2838 | 2024-03-26T18:36:28.640Z | Documenting argon2 v0.5.3 |
2839 | 2024-03-26T18:36:28.648Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2840 | 2024-03-26T18:36:28.939Z | Documenting lru-cache v0.1.2 |
2841 | 2024-03-26T18:36:29.358Z | Documenting itertools v0.12.1 |
2842 | 2024-03-26T18:36:29.374Z | Documenting derive-where v1.2.7 |
2843 | 2024-03-26T18:36:29.791Z | Documenting newtype_derive v0.1.6 |
2844 | 2024-03-26T18:36:30.145Z | Documenting usdt v0.5.0 |
2845 | 2024-03-26T18:36:31.399Z | Documenting swrite v0.1.0 |
2846 | 2024-03-26T18:36:32.281Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2847 | 2024-03-26T18:36:33.046Z | Documenting quick-error v1.2.3 |
2848 | 2024-03-26T18:36:33.657Z | Documenting steno v0.4.0 |
2849 | 2024-03-26T18:36:34.168Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2850 | 2024-03-26T18:36:35.345Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2851 | 2024-03-26T18:36:35.386Z | Documenting tap v1.0.1 |
2852 | 2024-03-26T18:36:36.588Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2853 | 2024-03-26T18:36:36.928Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2854 | 2024-03-26T18:36:37.046Z | Documenting resolv-conf v0.7.0 |
2855 | 2024-03-26T18:36:37.753Z | Documenting radium v0.7.0 |
2856 | 2024-03-26T18:36:37.816Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2857 | 2024-03-26T18:36:38.315Z | Documenting wyz v0.5.1 |
2858 | 2024-03-26T18:36:38.476Z | Documenting nibble_vec v0.1.0 |
2859 | 2024-03-26T18:36:40.988Z | Documenting funty v2.0.0 |
2860 | 2024-03-26T18:36:41.328Z | Documenting crc-catalog v2.2.0 |
2861 | 2024-03-26T18:36:41.446Z | Documenting trust-dns-resolver v0.22.0 |
2862 | 2024-03-26T18:36:41.651Z | Documenting endian-type v0.1.2 |
2863 | 2024-03-26T18:36:42.395Z | Documenting cancel-safe-futures v0.1.5 |
2864 | 2024-03-26T18:36:42.554Z | Documenting num-rational v0.4.1 |
2865 | 2024-03-26T18:36:44.350Z | Documenting bitvec v1.0.1 |
2866 | 2024-03-26T18:36:44.400Z | Documenting crc v3.0.1 |
2867 | 2024-03-26T18:36:45.612Z | Documenting radix_trie v0.2.1 |
2868 | 2024-03-26T18:36:47.133Z | Documenting num-complex v0.4.4 |
2869 | 2024-03-26T18:36:47.458Z | Documenting xattr v1.0.1 |
2870 | 2024-03-26T18:36:47.746Z | Documenting filetime v0.2.23 |
2871 | 2024-03-26T18:36:48.233Z | Documenting packed_struct_codegen v0.10.1 |
2872 | 2024-03-26T18:36:49.716Z | Documenting nodrop v0.1.14 |
2873 | 2024-03-26T18:36:49.869Z | Documenting num-bigint-dig v0.8.4 |
2874 | 2024-03-26T18:36:49.992Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2875 | 2024-03-26T18:36:51.595Z | Documenting pkcs1 v0.7.5 |
2876 | 2024-03-26T18:36:51.886Z | Documenting num v0.4.1 |
2877 | 2024-03-26T18:36:51.963Z | Documenting tar v0.4.40 |
2878 | 2024-03-26T18:36:52.815Z | Documenting array-init v0.0.4 |
2879 | 2024-03-26T18:36:53.209Z | Documenting packed_struct v0.10.1 |
2880 | 2024-03-26T18:36:53.577Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2881 | 2024-03-26T18:36:56.010Z | Documenting is-terminal v0.4.9 |
2882 | 2024-03-26T18:36:56.135Z | Documenting signature v2.1.0 |
2883 | 2024-03-26T18:36:56.361Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2884 | 2024-03-26T18:36:56.467Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2885 | 2024-03-26T18:36:56.572Z | Documenting arc-swap v1.6.0 |
2886 | 2024-03-26T18:36:59.032Z | Documenting bitfield v0.14.0 |
2887 | 2024-03-26T18:37:00.528Z | Documenting termcolor v1.2.0 |
2888 | 2024-03-26T18:37:00.765Z | Documenting slog-scope v4.4.0 |
2889 | 2024-03-26T18:37:01.171Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2890 | 2024-03-26T18:37:01.678Z | Documenting serde-hex v0.1.0 |
2891 | 2024-03-26T18:37:02.120Z | Documenting rsa v0.9.2 |
2892 | 2024-03-26T18:37:02.216Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2893 | 2024-03-26T18:37:03.451Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2894 | 2024-03-26T18:37:04.778Z | Documenting env_logger v0.10.0 |
2895 | 2024-03-26T18:37:04.920Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2896 | 2024-03-26T18:37:05.390Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2897 | 2024-03-26T18:37:05.653Z | Documenting x509-cert v0.2.4 |
2898 | 2024-03-26T18:37:07.475Z | Documenting libsw v3.3.1 |
2899 | 2024-03-26T18:37:07.556Z | Documenting ron v0.8.1 |
2900 | 2024-03-26T18:37:09.722Z | Documenting half v2.3.1 |
2901 | 2024-03-26T18:37:09.863Z | Documenting owo-colors v4.0.0 |
2902 | 2024-03-26T18:37:10.771Z | Documenting ciborium-io v0.2.2 |
2903 | 2024-03-26T18:37:11.295Z | Documenting display-error-chain v0.2.0 |
2904 | 2024-03-26T18:37:12.787Z | Documenting crc-any v2.4.3 |
2905 | 2024-03-26T18:37:12.915Z | Documenting same-file v1.0.6 |
2906 | 2024-03-26T18:37:13.858Z | Documenting linear-map v1.2.0 |
2907 | 2024-03-26T18:37:14.755Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2908 | 2024-03-26T18:37:14.803Z | Documenting ciborium-ll v0.2.2 |
2909 | 2024-03-26T18:37:15.004Z | Documenting slog-stdlog v4.1.1 |
2910 | 2024-03-26T18:37:15.103Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2911 | 2024-03-26T18:37:15.244Z | Documenting slog-dtrace v0.3.0 |
2912 | 2024-03-26T18:37:15.575Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2913 | 2024-03-26T18:37:16.967Z | Documenting walkdir v2.4.0 |
2914 | 2024-03-26T18:37:18.090Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2915 | 2024-03-26T18:37:18.766Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2916 | 2024-03-26T18:37:18.901Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2917 | 2024-03-26T18:37:19.191Z | Documenting path-slash v0.1.5 |
2918 | 2024-03-26T18:37:19.291Z | Documenting slog-envlogger v2.2.0 |
2919 | 2024-03-26T18:37:19.433Z | Documenting ciborium v0.2.2 |
2920 | 2024-03-26T18:37:21.324Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2921 | 2024-03-26T18:37:21.883Z | Documenting fxhash v0.2.1 |
2922 | 2024-03-26T18:37:23.131Z | Documenting pem v3.0.2 |
2923 | 2024-03-26T18:37:24.302Z | Documenting utf-8 v0.7.6 |
2924 | 2024-03-26T18:37:25.447Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2925 | 2024-03-26T18:37:25.967Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2926 | 2024-03-26T18:37:27.598Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2927 | 2024-03-26T18:37:28.309Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2928 | 2024-03-26T18:37:28.488Z | Documenting tungstenite v0.20.1 |
2929 | 2024-03-26T18:37:30.714Z | Checking darling_core v0.14.4 |
2930 | 2024-03-26T18:37:32.366Z | Documenting vte_generate_state_changes v0.1.1 |
2931 | 2024-03-26T18:37:34.842Z | Documenting convert_case v0.4.0 |
2932 | 2024-03-26T18:37:36.018Z | Checking convert_case v0.4.0 |
2933 | 2024-03-26T18:37:36.429Z | Documenting tokio-tungstenite v0.20.1 |
2934 | 2024-03-26T18:37:36.429Z | Documenting vte v0.11.1 |
2935 | 2024-03-26T18:37:38.770Z | Documenting derive_more v0.99.17 |
2936 | 2024-03-26T18:37:39.515Z | Checking darling v0.14.4 |
2937 | 2024-03-26T18:37:39.630Z | Documenting buf-list v1.0.3 |
2938 | 2024-03-26T18:37:40.641Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2939 | 2024-03-26T18:37:40.847Z | Checking heck v0.3.3 |
2940 | 2024-03-26T18:37:40.944Z | Documenting pin-project-internal v1.1.3 |
2941 | 2024-03-26T18:37:41.017Z | Documenting structopt-derive v0.4.18 |
2942 | 2024-03-26T18:37:41.514Z | Documenting strip-ansi-escapes v0.2.0 |
2943 | 2024-03-26T18:37:42.637Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2944 | 2024-03-26T18:37:44.636Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2945 | 2024-03-26T18:37:45.175Z | Documenting doc-comment v0.3.3 |
2946 | 2024-03-26T18:37:45.900Z | Documenting crossbeam-deque v0.8.3 |
2947 | 2024-03-26T18:37:46.444Z | Documenting pin-project v1.1.3 |
2948 | 2024-03-26T18:37:46.455Z | Documenting snafu-derive v0.7.5 |
2949 | 2024-03-26T18:37:46.638Z | Documenting headers-core v0.2.0 |
2950 | 2024-03-26T18:37:48.253Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2951 | 2024-03-26T18:37:48.553Z | Documenting nu-ansi-term v0.50.0 |
2952 | 2024-03-26T18:37:49.542Z | Documenting structopt v0.3.26 |
2953 | 2024-03-26T18:37:49.652Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2954 | 2024-03-26T18:37:50.169Z | Documenting rayon-core v1.12.1 |
2955 | 2024-03-26T18:37:51.351Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2956 | 2024-03-26T18:37:51.460Z | Documenting headers v0.3.9 |
2957 | 2024-03-26T18:37:52.819Z | Documenting reedline v0.30.0 |
2958 | 2024-03-26T18:38:13.154Z | Documenting snafu v0.7.5 |
2959 | 2024-03-26T18:38:13.228Z | Checking derive_builder_core v0.12.0 |
2960 | 2024-03-26T18:38:13.228Z | Documenting derive_builder_core v0.12.0 |
2961 | 2024-03-26T18:38:13.228Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2962 | 2024-03-26T18:38:13.228Z | Documenting libefi-sys v0.1.0 |
2963 | 2024-03-26T18:38:13.228Z | Documenting trust-dns-client v0.22.0 |
2964 | 2024-03-26T18:38:13.228Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2965 | 2024-03-26T18:38:13.229Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2966 | 2024-03-26T18:38:13.229Z | Documenting globset v0.4.13 |
2967 | 2024-03-26T18:38:13.229Z | Documenting olpc-cjson v0.1.3 |
2968 | 2024-03-26T18:38:13.448Z | Documenting serde_plain v1.0.2 |
2969 | 2024-03-26T18:38:13.448Z | Documenting async-recursion v1.0.5 |
2970 | 2024-03-26T18:38:13.448Z | Documenting ref-cast-impl v1.0.20 |
2971 | 2024-03-26T18:38:13.449Z | Documenting bytecount v0.6.3 |
2972 | 2024-03-26T18:38:13.449Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2973 | 2024-03-26T18:38:13.449Z | Documenting keccak v0.1.4 |
2974 | 2024-03-26T18:38:13.449Z | Documenting typed-path v0.7.0 |
2975 | 2024-03-26T18:38:13.449Z | Documenting trust-dns-server v0.22.1 |
2976 | 2024-03-26T18:38:13.450Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2977 | 2024-03-26T18:38:13.450Z | Documenting papergrid v0.11.0 |
2978 | 2024-03-26T18:38:13.450Z | Documenting ref-cast v1.0.20 |
2979 | 2024-03-26T18:38:13.451Z | Documenting sha3 v0.10.8 |
2980 | 2024-03-26T18:38:13.451Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2981 | 2024-03-26T18:38:13.451Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2982 | 2024-03-26T18:38:13.504Z | Documenting tough v0.16.0 |
2983 | 2024-03-26T18:38:13.504Z | Documenting derive_builder_macro v0.12.0 |
2984 | 2024-03-26T18:38:14.537Z | Documenting rayon v1.9.0 |
2985 | 2024-03-26T18:38:15.032Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2986 | 2024-03-26T18:38:15.517Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2987 | 2024-03-26T18:38:16.659Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2988 | 2024-03-26T18:38:16.683Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2989 | 2024-03-26T18:38:17.682Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2990 | 2024-03-26T18:38:17.985Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2991 | 2024-03-26T18:38:18.227Z | Documenting sled v0.34.7 |
2992 | 2024-03-26T18:38:18.460Z | Documenting fs-err v2.11.0 |
2993 | 2024-03-26T18:38:18.778Z | Documenting unicase v2.7.0 |
2994 | 2024-03-26T18:38:19.971Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2995 | 2024-03-26T18:38:20.261Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2996 | 2024-03-26T18:38:22.139Z | Documenting tabled_derive v0.7.0 |
2997 | 2024-03-26T18:38:22.354Z | Documenting fd-lock v4.0.2 |
2998 | 2024-03-26T18:38:22.485Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2999 | 2024-03-26T18:38:22.574Z | Documenting nix v0.27.1 |
3000 | 2024-03-26T18:38:23.451Z | Documenting secrecy v0.8.0 |
3001 | 2024-03-26T18:38:25.749Z | Documenting gethostname v0.4.3 |
3002 | 2024-03-26T18:38:26.285Z | Documenting rustversion v1.0.14 |
3003 | 2024-03-26T18:38:27.146Z | Documenting sqlparser_derive v0.2.2 |
3004 | 2024-03-26T18:38:27.343Z | Documenting parse-size v1.0.0 |
3005 | 2024-03-26T18:38:27.548Z | Documenting home v0.5.5 |
3006 | 2024-03-26T18:38:28.408Z | Documenting unicode_categories v0.1.1 |
3007 | 2024-03-26T18:38:29.864Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3008 | 2024-03-26T18:38:30.491Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3009 | 2024-03-26T18:38:30.780Z | Documenting castaway v0.2.2 |
3010 | 2024-03-26T18:38:31.541Z | Documenting rustyline v13.0.0 |
3011 | 2024-03-26T18:38:31.926Z | Documenting sqlparser v0.43.1 |
3012 | 2024-03-26T18:38:32.479Z | Documenting sqlformat v0.2.3 |
3013 | 2024-03-26T18:38:32.941Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3014 | 2024-03-26T18:38:34.683Z | Documenting tabled v0.15.0 |
3015 | 2024-03-26T18:38:36.932Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3016 | 2024-03-26T18:38:37.535Z | Documenting mime_guess v2.0.4 |
3017 | 2024-03-26T18:38:41.459Z | Documenting derive_builder v0.12.0 |
3018 | 2024-03-26T18:38:41.861Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3019 | 2024-03-26T18:38:42.544Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3020 | 2024-03-26T18:38:44.836Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3021 | 2024-03-26T18:38:45.164Z | Documenting polar-core v0.27.0 |
3022 | 2024-03-26T18:38:49.625Z | Documenting libxml v0.3.3 |
3023 | 2024-03-26T18:38:49.662Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3024 | 2024-03-26T18:38:49.913Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
3025 | 2024-03-26T18:38:49.928Z | Documenting bb8 v0.8.3 |
3026 | 2024-03-26T18:38:50.589Z | Documenting universal-hash v0.5.1 |
3027 | 2024-03-26T18:38:54.054Z | Documenting kstat-rs v0.2.3 |
3028 | 2024-03-26T18:38:55.309Z | Documenting bcs v0.1.6 |
3029 | 2024-03-26T18:38:55.739Z | Documenting quick-xml v0.30.0 |
3030 | 2024-03-26T18:38:56.428Z | Documenting thiserror-impl-no-std v2.0.2 |
3031 | 2024-03-26T18:39:05.532Z | Documenting oso-derive v0.27.0 |
3032 | 2024-03-26T18:39:05.715Z | Documenting impl-trait-for-tuples v0.2.2 |
3033 | 2024-03-26T18:39:05.736Z | Documenting curve25519-dalek-derive v0.1.0 |
3034 | 2024-03-26T18:39:05.742Z | Documenting highway v1.1.0 |
3035 | 2024-03-26T18:39:06.033Z | Documenting maplit v1.0.2 |
3036 | 2024-03-26T18:39:06.116Z | Documenting opaque-debug v0.3.0 |
3037 | 2024-03-26T18:39:06.669Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3038 | 2024-03-26T18:39:09.232Z | Documenting poly1305 v0.8.0 |
3039 | 2024-03-26T18:39:09.887Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3040 | 2024-03-26T18:39:10.077Z | Documenting thiserror-no-std v2.0.2 |
3041 | 2024-03-26T18:39:10.328Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3042 | 2024-03-26T18:39:10.582Z | Documenting curve25519-dalek v4.1.1 |
3043 | 2024-03-26T18:39:11.381Z | Documenting oso v0.27.0 |
3044 | 2024-03-26T18:39:13.365Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3045 | 2024-03-26T18:39:15.122Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3046 | 2024-03-26T18:39:17.450Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3047 | 2024-03-26T18:39:17.806Z | Documenting compact_str v0.7.1 |
3048 | 2024-03-26T18:39:18.253Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3049 | 2024-03-26T18:39:18.396Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3050 | 2024-03-26T18:39:19.667Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3051 | 2024-03-26T18:39:22.206Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3052 | 2024-03-26T18:39:22.691Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
3053 | 2024-03-26T18:39:24.865Z | Documenting portable-atomic v1.4.3 |
3054 | 2024-03-26T18:39:26.535Z | Documenting ed25519 v1.5.3 |
3055 | 2024-03-26T18:39:26.709Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3056 | 2024-03-26T18:39:27.522Z | Documenting memoffset v0.7.1 |
3057 | 2024-03-26T18:39:28.741Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3058 | 2024-03-26T18:39:29.635Z | Documenting cookie v0.18.0 |
3059 | 2024-03-26T18:39:30.562Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3060 | 2024-03-26T18:39:31.264Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3061 | 2024-03-26T18:39:32.926Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3062 | 2024-03-26T18:39:33.709Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
3063 | 2024-03-26T18:39:35.636Z | Documenting chacha20 v0.9.1 |
3064 | 2024-03-26T18:39:35.649Z | Documenting lru v0.12.1 |
3065 | 2024-03-26T18:39:36.225Z | Documenting aead v0.5.2 |
3066 | 2024-03-26T18:39:36.634Z | Documenting nanorand v0.7.0 |
3067 | 2024-03-26T18:39:40.283Z | Documenting stability v0.1.1 |
3068 | 2024-03-26T18:39:40.559Z | Documenting glob v0.3.1 |
3069 | 2024-03-26T18:39:41.092Z | Documenting cassowary v0.3.0 |
3070 | 2024-03-26T18:39:41.129Z | Documenting number_prefix v0.4.0 |
3071 | 2024-03-26T18:39:46.259Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3072 | 2024-03-26T18:39:50.702Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3073 | 2024-03-26T18:39:50.928Z | Documenting flume v0.11.0 |
3074 | 2024-03-26T18:39:51.021Z | Documenting chacha20poly1305 v0.10.1 |
3075 | 2024-03-26T18:39:51.039Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3076 | 2024-03-26T18:39:51.211Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3077 | 2024-03-26T18:39:51.550Z | Documenting ratatui v0.26.1 |
3078 | 2024-03-26T18:39:51.776Z | Documenting indicatif v0.17.8 |
3079 | 2024-03-26T18:39:55.634Z | Documenting salty v0.2.0 |
3080 | 2024-03-26T18:40:05.491Z | Documenting vsss-rs v3.3.4 |
3081 | 2024-03-26T18:40:05.607Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3082 | 2024-03-26T18:40:05.922Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3083 | 2024-03-26T18:40:06.293Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3084 | 2024-03-26T18:40:06.423Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3085 | 2024-03-26T18:40:06.626Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3086 | 2024-03-26T18:40:07.104Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3087 | 2024-03-26T18:40:07.383Z | Documenting serde-big-array v0.5.1 |
3088 | 2024-03-26T18:40:07.930Z | Documenting rtoolbox v0.0.1 |
3089 | 2024-03-26T18:40:10.879Z | Documenting unicode-linebreak v0.1.5 |
3090 | 2024-03-26T18:40:11.109Z | Documenting smawk v0.3.1 |
3091 | 2024-03-26T18:40:11.856Z | Documenting http-range v0.1.5 |
3092 | 2024-03-26T18:40:12.428Z | Documenting is_ci v1.2.0 |
3093 | 2024-03-26T18:40:12.549Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3094 | 2024-03-26T18:40:14.049Z | Documenting rpassword v7.3.1 |
3095 | 2024-03-26T18:40:15.044Z | Documenting textwrap v0.16.1 |
3096 | 2024-03-26T18:40:15.854Z | Documenting hyper-staticfile v0.9.5 |
3097 | 2024-03-26T18:40:16.477Z | Documenting supports-color v3.0.0 |
3098 | 2024-03-26T18:40:18.475Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3099 | 2024-03-26T18:40:18.494Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3100 | 2024-03-26T18:40:19.215Z | Documenting tui-tree-widget v0.17.0 |
3101 | 2024-03-26T18:40:20.491Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3102 | 2024-03-26T18:40:21.418Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3103 | 2024-03-26T18:40:22.255Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3104 | 2024-03-26T18:40:23.298Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3105 | 2024-03-26T18:40:23.480Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3106 | 2024-03-26T18:40:23.984Z | Documenting rcgen v0.12.1 |
3107 | 2024-03-26T18:40:24.543Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3108 | 2024-03-26T18:40:25.000Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3109 | 2024-03-26T18:40:25.395Z | Documenting atomicwrites v0.4.3 |
3110 | 2024-03-26T18:40:27.358Z | Documenting signal-hook-tokio v0.3.1 |
3111 | 2024-03-26T18:40:28.807Z | Documenting rand_seeder v0.2.3 |
3112 | 2024-03-26T18:40:30.421Z | Documenting memmap2 v0.7.1 |
3113 | 2024-03-26T18:40:31.834Z | Documenting subprocess v0.2.9 |
3114 | 2024-03-26T18:40:32.274Z | Documenting arrayvec v0.7.4 |
3115 | 2024-03-26T18:40:33.012Z | Documenting corncobs v0.1.3 |
3116 | 2024-03-26T18:40:33.562Z | Documenting shell-words v1.1.0 |
3117 | 2024-03-26T18:40:34.283Z | Documenting constant_time_eq v0.3.0 |
3118 | 2024-03-26T18:40:35.598Z | Documenting arrayref v0.3.7 |
3119 | 2024-03-26T18:40:36.110Z | warning: unresolved link to `test_sled_transitions` |
3120 | 2024-03-26T18:40:36.110Z | --> nexus/db-queries/src/db/datastore/sled.rs:536:11 |
3121 | 2024-03-26T18:40:36.110Z | | |
3122 | 2024-03-26T18:40:36.111Z | 536 | /// [`test_sled_transitions`]. |
3123 | 2024-03-26T18:40:36.111Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3124 | 2024-03-26T18:40:36.111Z | | |
3125 | 2024-03-26T18:40:36.111Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3126 | 2024-03-26T18:40:36.111Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3127 | 2024-03-26T18:40:36.111Z | |
3128 | 2024-03-26T18:40:36.114Z | warning: unresolved link to `test_sled_transitions` |
3129 | 2024-03-26T18:40:36.114Z | --> nexus/db-queries/src/db/datastore/sled.rs:572:11 |
3130 | 2024-03-26T18:40:36.114Z | | |
3131 | 2024-03-26T18:40:36.114Z | 572 | /// [`test_sled_transitions`]. |
3132 | 2024-03-26T18:40:36.114Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3133 | 2024-03-26T18:40:36.115Z | | |
3134 | 2024-03-26T18:40:36.115Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3135 | 2024-03-26T18:40:36.115Z | |
3136 | 2024-03-26T18:40:36.115Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3137 | 2024-03-26T18:40:36.115Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3138 | 2024-03-26T18:40:36.115Z | | |
3139 | 2024-03-26T18:40:36.115Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3140 | 2024-03-26T18:40:36.115Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3141 | 2024-03-26T18:40:36.115Z | |
3142 | 2024-03-26T18:40:36.184Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3143 | 2024-03-26T18:40:36.582Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3144 | 2024-03-26T18:40:37.282Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3145 | 2024-03-26T18:40:37.575Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3146 | 2024-03-26T18:40:39.035Z | Documenting blake3 v1.5.0 |
3147 | 2024-03-26T18:40:39.603Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3148 | 2024-03-26T18:40:41.038Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3149 | 2024-03-26T18:40:41.703Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3150 | 2024-03-26T18:40:43.053Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3151 | 2024-03-26T18:40:45.200Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3152 | 2024-03-26T18:40:54.558Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3153 | 2024-03-26T18:40:54.561Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3154 | 2024-03-26T18:40:58.171Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3155 | 2024-03-26T18:40:59.110Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3156 | 2024-03-26T18:41:00.904Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3157 | 2024-03-26T18:41:02.416Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
3158 | 2024-03-26T18:41:03.400Z | warning: unclosed HTML tag `usize` |
3159 | 2024-03-26T18:41:03.400Z | --> wicket/src/ui/panes/update.rs:153:19 |
3160 | 2024-03-26T18:41:03.401Z | | |
3161 | 2024-03-26T18:41:03.401Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3162 | 2024-03-26T18:41:03.401Z | | ^^^^^^^ |
3163 | 2024-03-26T18:41:03.401Z | | |
3164 | 2024-03-26T18:41:03.401Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3165 | 2024-03-26T18:41:03.401Z | |
3166 | 2024-03-26T18:41:03.478Z | Documenting fatfs v0.3.6 |
3167 | 2024-03-26T18:41:04.234Z | Documenting assert_matches v1.5.0 |
3168 | 2024-03-26T18:41:04.778Z | warning: `wicket` (lib doc) generated 1 warning |
3169 | 2024-03-26T18:41:04.795Z | Documenting topological-sort v0.2.2 |
3170 | 2024-03-26T18:41:07.269Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3171 | 2024-03-26T18:41:08.857Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3172 | 2024-03-26T18:41:09.010Z | Documenting omicron-zone-package v0.11.0 |
3173 | 2024-03-26T18:41:15.754Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3174 | 2024-03-26T18:41:16.296Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3175 | 2024-03-26T18:41:16.296Z | --> sled-agent/src/sim/instance.rs:46:7 |
3176 | 2024-03-26T18:41:16.296Z | | |
3177 | 2024-03-26T18:41:16.296Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3178 | 2024-03-26T18:41:16.296Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3179 | 2024-03-26T18:41:16.296Z | | |
3180 | 2024-03-26T18:41:16.297Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3181 | 2024-03-26T18:41:16.297Z | |
3182 | 2024-03-26T18:41:17.759Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3183 | 2024-03-26T18:41:18.681Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3184 | 2024-03-26T18:41:18.744Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3185 | 2024-03-26T18:41:19.440Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3186 | 2024-03-26T18:41:20.029Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3187 | 2024-03-26T18:41:20.033Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3188 | 2024-03-26T18:41:21.648Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3189 | 2024-03-26T18:41:22.408Z | Documenting termios v0.3.3 |
3190 | 2024-03-26T18:41:26.958Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3191 | 2024-03-26T18:41:28.637Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3192 | 2024-03-26T18:41:34.004Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3193 | 2024-03-26T18:41:34.810Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3194 | 2024-03-26T18:41:44.947Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3195 | 2024-03-26T18:41:45.746Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3196 | 2024-03-26T18:41:52.432Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3197 | 2024-03-26T18:42:00.277Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3198 | 2024-03-26T18:42:05.612Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3199 | 2024-03-26T18:42:07.035Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3200 | 2024-03-26T18:42:07.672Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3201 | 2024-03-26T18:42:09.715Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3202 | 2024-03-26T18:42:10.891Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3203 | 2024-03-26T18:42:13.990Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3204 | 2024-03-26T18:42:29.330Z | warning: unresolved link to `VolumeConstructionRequest` |
3205 | 2024-03-26T18:42:29.330Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3206 | 2024-03-26T18:42:29.330Z | | |
3207 | 2024-03-26T18:42:29.330Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3208 | 2024-03-26T18:42:29.330Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3209 | 2024-03-26T18:42:29.330Z | | |
3210 | 2024-03-26T18:42:29.330Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3211 | 2024-03-26T18:42:29.330Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3212 | 2024-03-26T18:42:29.330Z | |
3213 | 2024-03-26T18:42:29.330Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3214 | 2024-03-26T18:42:29.330Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3215 | 2024-03-26T18:42:29.330Z | | |
3216 | 2024-03-26T18:42:29.330Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3217 | 2024-03-26T18:42:29.330Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3218 | 2024-03-26T18:42:29.330Z | |
3219 | 2024-03-26T18:42:29.334Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3220 | 2024-03-26T18:42:29.334Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3221 | 2024-03-26T18:42:29.334Z | | |
3222 | 2024-03-26T18:42:29.334Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3223 | 2024-03-26T18:42:29.334Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3224 | 2024-03-26T18:42:29.334Z | |
3225 | 2024-03-26T18:42:29.334Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3226 | 2024-03-26T18:42:29.334Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3227 | 2024-03-26T18:42:29.334Z | | |
3228 | 2024-03-26T18:42:29.334Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3229 | 2024-03-26T18:42:29.334Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3230 | 2024-03-26T18:42:29.334Z | |
3231 | 2024-03-26T18:42:29.334Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3232 | 2024-03-26T18:42:29.334Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3233 | 2024-03-26T18:42:29.335Z | | |
3234 | 2024-03-26T18:42:29.335Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3235 | 2024-03-26T18:42:29.335Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3236 | 2024-03-26T18:42:29.335Z | |
3237 | 2024-03-26T18:42:29.335Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3238 | 2024-03-26T18:42:29.335Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3239 | 2024-03-26T18:42:29.335Z | | |
3240 | 2024-03-26T18:42:29.335Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3241 | 2024-03-26T18:42:29.335Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3242 | 2024-03-26T18:42:29.335Z | |
3243 | 2024-03-26T18:42:29.335Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3244 | 2024-03-26T18:42:29.335Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3245 | 2024-03-26T18:42:29.335Z | | |
3246 | 2024-03-26T18:42:29.335Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3247 | 2024-03-26T18:42:29.335Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3248 | 2024-03-26T18:42:29.335Z | |
3249 | 2024-03-26T18:42:32.354Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3250 | 2024-03-26T18:42:47.971Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 59s |
3251 | 2024-03-26T18:42:48.049Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3252 | 2024-03-26T18:42:48.049Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3253 | 2024-03-26T18:42:48.049Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3254 | 2024-03-26T18:42:48.049Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3255 | 2024-03-26T18:42:48.054Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3256 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3257 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3258 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3259 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3260 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3261 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3262 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3263 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3264 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3265 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3266 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3267 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3268 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3269 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3270 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3271 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3272 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3273 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3274 | 2024-03-26T18:42:48.055Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3275 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3276 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3277 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3278 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3279 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3280 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3281 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3282 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3283 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3284 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3285 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3286 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3287 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3288 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3289 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3290 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3291 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3292 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3293 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3294 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3295 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3296 | 2024-03-26T18:42:48.056Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3297 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3298 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3299 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3300 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3301 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3302 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3303 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3304 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3305 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3306 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3307 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3308 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3309 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3310 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3311 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3312 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3313 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3314 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3315 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3316 | 2024-03-26T18:42:48.057Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3317 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3318 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3319 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3320 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3321 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3322 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3323 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3324 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3325 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3326 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3327 | 2024-03-26T18:42:48.058Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3328 | 2024-03-26T18:42:48.079Z | |
3329 | 2024-03-26T18:42:48.083Z | real 10:59.250159120 |
3330 | 2024-03-26T18:42:48.083Z | user 31:39.196055037 |
3331 | 2024-03-26T18:42:48.083Z | sys 44:52.393478888 |
3332 | 2024-03-26T18:42:48.083Z | trap 0.833274156 |
3333 | 2024-03-26T18:42:48.083Z | tflt 0.607446337 |
3334 | 2024-03-26T18:42:48.083Z | dflt 0.208690133 |
3335 | 2024-03-26T18:42:48.083Z | kflt 0.000076942 |
3336 | 2024-03-26T18:42:48.083Z | lock 3:09:15.605288152 |
3337 | 2024-03-26T18:42:48.083Z | slp 3:04:02.889728813 |
3338 | 2024-03-26T18:42:48.083Z | lat 4:00.158102961 |
3339 | 2024-03-26T18:42:48.083Z | stop 1:39.388260113 |
3340 | 2024-03-26T18:42:48.083Z | process exited: duration 1236708 ms, exit code 0 |
|
3341 | 2024-03-26T18:42:48.091Z | found 0 output files |