|
|
|
1 | 2024-03-28T07:17:30.554Z | job assigned to worker 01HT1YKQMZMN7ZH7PX9J08EVKG (queued for 2 m 13 s) |
|
2 | 2024-03-28T07:17:38.954Z | starting task 0: "setup" |
3 | 2024-03-28T07:17:40.400Z | ++ uname -s |
4 | 2024-03-28T07:17:40.409Z | + kern=SunOS |
5 | 2024-03-28T07:17:40.409Z | + case "$kern" in |
6 | 2024-03-28T07:17:40.409Z | + groupadd -g 12345 build |
7 | 2024-03-28T07:17:40.409Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-28T07:17:41.141Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-28T07:17:41.262Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-28T07:17:41.266Z | + home_fs=zfs |
11 | 2024-03-28T07:17:41.266Z | + [[ zfs == autofs ]] |
12 | 2024-03-28T07:17:41.266Z | + mkdir -p /home/build |
13 | 2024-03-28T07:17:41.266Z | + chown build:build /home/build /work |
14 | 2024-03-28T07:17:42.266Z | + chmod 0700 /home/build /work |
15 | 2024-03-28T07:17:42.270Z | process exited: duration 3318 ms, exit code 0 |
|
16 | 2024-03-28T07:17:42.281Z | starting task 1: "rust-toolchain" |
17 | 2024-03-28T07:17:42.288Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-28T07:17:42.292Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-28T07:17:42.404Z | info: downloading installer |
20 | 2024-03-28T07:17:44.397Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-28T07:17:44.397Z | warning: /opt/ooce/bin |
22 | 2024-03-28T07:17:44.397Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-28T07:17:44.398Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-28T07:17:44.398Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-28T07:17:44.398Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-28T07:17:44.398Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-28T07:17:44.398Z | error: cannot install while Rust is installed |
28 | 2024-03-28T07:17:44.398Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-28T07:17:44.555Z | info: profile set to 'default' |
30 | 2024-03-28T07:17:44.556Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-28T07:17:44.564Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-28T07:17:44.722Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-28T07:17:44.723Z | info: downloading component 'cargo' |
34 | 2024-03-28T07:17:45.707Z | info: downloading component 'clippy' |
35 | 2024-03-28T07:17:46.119Z | info: downloading component 'rust-docs' |
36 | 2024-03-28T07:17:47.387Z | info: downloading component 'rust-std' |
37 | 2024-03-28T07:17:49.756Z | info: downloading component 'rustc' |
38 | 2024-03-28T07:17:55.315Z | info: downloading component 'rustfmt' |
39 | 2024-03-28T07:17:55.706Z | info: installing component 'cargo' |
40 | 2024-03-28T07:17:56.547Z | info: installing component 'clippy' |
41 | 2024-03-28T07:17:56.913Z | info: installing component 'rust-docs' |
42 | 2024-03-28T07:17:58.485Z | info: installing component 'rust-std' |
43 | 2024-03-28T07:18:00.261Z | info: installing component 'rustc' |
44 | 2024-03-28T07:18:04.421Z | info: installing component 'rustfmt' |
45 | 2024-03-28T07:18:04.944Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-28T07:18:04.944Z | |
47 | 2024-03-28T07:18:05.229Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-28T07:18:05.231Z | |
49 | 2024-03-28T07:18:05.238Z | |
50 | 2024-03-28T07:18:05.239Z | Rust is installed now. Great! |
51 | 2024-03-28T07:18:05.239Z | |
52 | 2024-03-28T07:18:05.239Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-28T07:18:05.239Z | environment variable. This has not been done automatically. |
54 | 2024-03-28T07:18:05.239Z | |
55 | 2024-03-28T07:18:05.239Z | To configure your current shell, you need to source |
56 | 2024-03-28T07:18:05.239Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-28T07:18:05.239Z | |
58 | 2024-03-28T07:18:05.239Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-28T07:18:05.239Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-28T07:18:05.240Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-28T07:18:05.344Z | + rustc --version |
62 | 2024-03-28T07:18:05.407Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-28T07:18:05.410Z | process exited: duration 23155 ms, exit code 0 |
|
64 | 2024-03-28T07:18:05.419Z | starting task 2: "authentication" |
65 | 2024-03-28T07:18:05.443Z | process exited: duration 25 ms, exit code 0 |
|
66 | 2024-03-28T07:18:05.454Z | starting task 3: "clone repository" |
67 | 2024-03-28T07:18:05.457Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-28T07:18:05.461Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-28T07:18:05.901Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-28T07:18:11.972Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-28T07:18:11.972Z | + git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648 |
72 | 2024-03-28T07:18:12.535Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-28T07:18:12.535Z | * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD |
74 | 2024-03-28T07:18:12.553Z | + [[ -n '' ]] |
75 | 2024-03-28T07:18:12.553Z | + git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648 |
76 | 2024-03-28T07:18:12.659Z | HEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle |
77 | 2024-03-28T07:18:12.663Z | process exited: duration 7218 ms, exit code 0 |
|
78 | 2024-03-28T07:18:12.672Z | starting task 4: "build" |
79 | 2024-03-28T07:18:12.677Z | + cargo --version |
80 | 2024-03-28T07:18:12.682Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
81 | 2024-03-28T07:18:12.827Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
82 | 2024-03-28T07:18:12.827Z | info: downloading component 'cargo' |
83 | 2024-03-28T07:18:13.563Z | info: downloading component 'clippy' |
84 | 2024-03-28T07:18:13.781Z | info: downloading component 'rust-docs' |
85 | 2024-03-28T07:18:14.675Z | info: downloading component 'rust-std' |
86 | 2024-03-28T07:18:16.142Z | info: downloading component 'rustc' |
87 | 2024-03-28T07:18:19.876Z | info: downloading component 'rustfmt' |
88 | 2024-03-28T07:18:20.088Z | info: installing component 'cargo' |
89 | 2024-03-28T07:18:20.970Z | info: installing component 'clippy' |
90 | 2024-03-28T07:18:21.309Z | info: installing component 'rust-docs' |
91 | 2024-03-28T07:18:22.797Z | info: installing component 'rust-std' |
92 | 2024-03-28T07:18:24.671Z | info: installing component 'rustc' |
93 | 2024-03-28T07:18:28.792Z | info: installing component 'rustfmt' |
94 | 2024-03-28T07:18:29.187Z | cargo 1.76.0 (c84b36747 2024-01-18) |
95 | 2024-03-28T07:18:29.194Z | + rustc --version |
96 | 2024-03-28T07:18:29.265Z | rustc 1.76.0 (07dca489a 2024-02-04) |
97 | 2024-03-28T07:18:29.270Z | + source ./env.sh |
98 | 2024-03-28T07:18:29.273Z | ++ set -o xtrace |
99 | 2024-03-28T07:18:29.273Z | ++++ dirname ./env.sh |
100 | 2024-03-28T07:18:29.319Z | +++ readlink -f . |
101 | 2024-03-28T07:18:29.387Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2024-03-28T07:18:29.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-03-28T07:18:29.394Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-03-28T07:18:29.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2024-03-28T07:18:29.394Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-03-28T07:18:29.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-03-28T07:18:29.394Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-03-28T07:18:29.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-03-28T07:18:29.394Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-03-28T07:18:29.394Z | ++ unset OMICRON_WS |
111 | 2024-03-28T07:18:29.394Z | ++ set +o xtrace |
112 | 2024-03-28T07:18:29.398Z | |
113 | 2024-03-28T07:18:29.398Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2024-03-28T07:18:29.398Z | # # # # # # # # # # # # # # # |
115 | 2024-03-28T07:18:29.398Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2024-03-28T07:18:29.398Z | ##### ##### # ##### # # # # # # # # # |
117 | 2024-03-28T07:18:29.398Z | # # # # # # # # # # # # # # # |
118 | 2024-03-28T07:18:29.398Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2024-03-28T07:18:29.398Z | |
120 | 2024-03-28T07:18:39.507Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2024-03-28T07:18:40.499Z | Startup: Caching catalogs ... Done |
122 | 2024-03-28T07:18:42.157Z | Planning: Solver setup ... Done (1.277s) |
123 | 2024-03-28T07:18:42.176Z | Planning: Running solver ... Done (0.025s) |
124 | 2024-03-28T07:18:42.345Z | Planning: Finding local manifests ... Done (0.144s) |
125 | 2024-03-28T07:18:42.361Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2024-03-28T07:18:42.631Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2024-03-28T07:18:42.681Z | Planning: Package planning ... Done (0.049s) |
128 | 2024-03-28T07:18:42.733Z | Planning: Merging actions ... Done (0.052s) |
129 | 2024-03-28T07:18:43.178Z | Planning: Checking for conflicting actions ... Done (0.443s) |
130 | 2024-03-28T07:18:43.195Z | Planning: Consolidating action changes ... Done (0.011s) |
131 | 2024-03-28T07:18:49.865Z | Planning: Evaluating mediators ... Done (6.682s) |
132 | 2024-03-28T07:18:49.872Z | Planning: Planning completed in 9.33 seconds |
133 | 2024-03-28T07:18:49.887Z | Packages to install: 4 |
134 | 2024-03-28T07:18:49.887Z | Mediators to change: 2 |
135 | 2024-03-28T07:18:49.891Z | Services to change: 1 |
136 | 2024-03-28T07:18:49.891Z | Estimated space available: 155.31 GB |
137 | 2024-03-28T07:18:49.891Z | Estimated space to be consumed: 1.43 GB |
138 | 2024-03-28T07:18:49.891Z | Create boot environment: No |
139 | 2024-03-28T07:18:49.891Z | Create backup boot environment: No |
140 | 2024-03-28T07:18:49.891Z | Rebuild boot archive: No |
141 | 2024-03-28T07:18:49.891Z | |
142 | 2024-03-28T07:18:49.891Z | Changed mediators: |
143 | 2024-03-28T07:18:49.891Z | mediator clang: |
144 | 2024-03-28T07:18:49.891Z | version: None -> 15 (system default) |
145 | 2024-03-28T07:18:49.891Z | |
146 | 2024-03-28T07:18:49.891Z | mediator llvm: |
147 | 2024-03-28T07:18:49.891Z | version: 14 (system default) -> 15 (system default) |
148 | 2024-03-28T07:18:49.891Z | |
149 | 2024-03-28T07:18:49.891Z | Changed packages: |
150 | 2024-03-28T07:18:49.892Z | helios-dev |
151 | 2024-03-28T07:18:49.892Z | developer/build-essential |
152 | 2024-03-28T07:18:49.892Z | None -> 11-2.0 |
153 | 2024-03-28T07:18:49.892Z | library/libxmlsec1 |
154 | 2024-03-28T07:18:49.892Z | None -> 1.2.35-2.0 |
155 | 2024-03-28T07:18:49.892Z | ooce/developer/clang-15 |
156 | 2024-03-28T07:18:49.892Z | None -> 15.0.7-2.0 |
157 | 2024-03-28T07:18:49.892Z | ooce/developer/llvm-15 |
158 | 2024-03-28T07:18:49.892Z | None -> 15.0.7-2.0 |
159 | 2024-03-28T07:18:49.892Z | |
160 | 2024-03-28T07:18:49.892Z | Services: |
161 | 2024-03-28T07:18:49.892Z | restart_fmri: |
162 | 2024-03-28T07:18:49.892Z | svc:/system/update-man-index:default |
163 | 2024-03-28T07:18:49.986Z | |
164 | 2024-03-28T07:18:49.986Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2024-03-28T07:18:54.994Z | Download: 910/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
166 | 2024-03-28T07:18:59.978Z | Download: 1228/3290 items 99.0/212.6MB 46% complete (9.9M/s) |
167 | 2024-03-28T07:19:04.993Z | Download: 1852/3290 items 118.5/212.6MB 55% complete (10.0M/s) |
168 | 2024-03-28T07:19:09.987Z | Download: 2510/3290 items 120.3/212.6MB 56% complete (2.3M/s) |
169 | 2024-03-28T07:19:15.932Z | Download: 3288/3290 items 211.9/212.6MB 99% complete (9.3M/s) |
170 | 2024-03-28T07:19:15.983Z | Download: Completed 212.60 MB in 26.02 seconds (8.2M/s) |
171 | 2024-03-28T07:19:16.171Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-03-28T07:19:21.167Z | Actions: 3554/3689 actions (Installing new actions) |
173 | 2024-03-28T07:19:21.635Z | Actions: Completed 3689 actions in 5.47 seconds. |
174 | 2024-03-28T07:19:21.753Z | Done (0.109s) |
175 | 2024-03-28T07:19:21.753Z | Done (0.000s) |
176 | 2024-03-28T07:19:21.999Z | Done (0.249s) |
177 | 2024-03-28T07:19:28.032Z | Done (5.899s) |
178 | 2024-03-28T07:19:28.279Z | Done (0.179s) |
179 | 2024-03-28T07:19:28.282Z | Done (0.000s) |
180 | 2024-03-28T07:19:28.430Z | Done (0.000s) |
181 | 2024-03-28T07:19:28.958Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-03-28T07:19:29.124Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-03-28T07:19:29.132Z | Planning: Consolidating action changes ... Done |
184 | 2024-03-28T07:19:29.395Z | Planning: Evaluating mediators ... Done |
185 | 2024-03-28T07:19:29.400Z | Planning: Planning completed in 0.44 seconds |
186 | 2024-03-28T07:19:29.433Z | Mediators to change: 2 |
187 | 2024-03-28T07:19:29.433Z | Create boot environment: No |
188 | 2024-03-28T07:19:29.445Z | Create backup boot environment: No |
189 | 2024-03-28T07:19:29.512Z | Done |
190 | 2024-03-28T07:19:29.512Z | Done |
191 | 2024-03-28T07:19:29.659Z | Done |
192 | 2024-03-28T07:19:33.383Z | Done |
193 | 2024-03-28T07:19:33.464Z | Done |
194 | 2024-03-28T07:19:33.471Z | Done |
195 | 2024-03-28T07:19:33.565Z | Done |
196 | 2024-03-28T07:19:34.210Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-03-28T07:19:34.214Z | Planning: Merging actions ... Done |
198 | 2024-03-28T07:19:34.406Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-03-28T07:19:34.416Z | Planning: Consolidating action changes ... Done |
200 | 2024-03-28T07:19:34.679Z | Planning: Evaluating mediators ... Done |
201 | 2024-03-28T07:19:34.737Z | Planning: Planning completed in 0.80 seconds |
202 | 2024-03-28T07:19:34.773Z | Packages to change: 1 |
203 | 2024-03-28T07:19:34.773Z | Mediators to change: 1 |
204 | 2024-03-28T07:19:34.773Z | Services to change: 1 |
205 | 2024-03-28T07:19:34.778Z | Create boot environment: No |
206 | 2024-03-28T07:19:34.778Z | Create backup boot environment: Yes |
207 | 2024-03-28T07:19:36.638Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-03-28T07:19:36.642Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-03-28T07:19:36.642Z | Done |
210 | 2024-03-28T07:19:36.642Z | Done |
211 | 2024-03-28T07:19:36.695Z | Done |
212 | 2024-03-28T07:19:40.390Z | Done |
213 | 2024-03-28T07:19:40.494Z | Done |
214 | 2024-03-28T07:19:40.498Z | Done |
215 | 2024-03-28T07:19:40.591Z | Done |
216 | 2024-03-28T07:19:41.038Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-03-28T07:19:41.038Z | clang system 15 system |
218 | 2024-03-28T07:19:41.038Z | csh system system illumos |
219 | 2024-03-28T07:19:41.038Z | ctags system system illumos |
220 | 2024-03-28T07:19:41.038Z | gcc vendor 12 vendor |
221 | 2024-03-28T07:19:41.038Z | gcc system 10 system |
222 | 2024-03-28T07:19:41.038Z | gcc system 7 system |
223 | 2024-03-28T07:19:41.038Z | go system 1.20 system |
224 | 2024-03-28T07:19:41.038Z | go system 1.19 system |
225 | 2024-03-28T07:19:41.038Z | llvm system 15 system |
226 | 2024-03-28T07:19:41.038Z | llvm system 14 system |
227 | 2024-03-28T07:19:41.038Z | mariadb system 10.6 system |
228 | 2024-03-28T07:19:41.038Z | mta vendor vendor dma |
229 | 2024-03-28T07:19:41.039Z | openjdk system 17 system |
230 | 2024-03-28T07:19:41.039Z | openjdk system 11 system |
231 | 2024-03-28T07:19:41.039Z | openjdk system 1.8 system |
232 | 2024-03-28T07:19:41.039Z | openssl vendor 3 vendor |
233 | 2024-03-28T07:19:41.039Z | perl system 5.36 system |
234 | 2024-03-28T07:19:41.039Z | postgresql system 15 system |
235 | 2024-03-28T07:19:41.039Z | postgresql system 13 system |
236 | 2024-03-28T07:19:41.039Z | python vendor 3 vendor |
237 | 2024-03-28T07:19:41.039Z | python system 2 system |
238 | 2024-03-28T07:19:41.039Z | python3 system 3.11 system |
239 | 2024-03-28T07:19:41.039Z | ruby system 3.0 system |
240 | 2024-03-28T07:19:41.039Z | words vendor vendor american-english |
241 | 2024-03-28T07:19:41.039Z | words system system australian-english |
242 | 2024-03-28T07:19:41.039Z | words system system british-english |
243 | 2024-03-28T07:19:41.039Z | words system system canadian-english |
244 | 2024-03-28T07:19:41.039Z | words system system french |
245 | 2024-03-28T07:19:41.039Z | words system system italian |
246 | 2024-03-28T07:19:41.039Z | words system system ngerman |
247 | 2024-03-28T07:19:41.039Z | words system system ogerman |
248 | 2024-03-28T07:19:41.039Z | words system system spanish |
249 | 2024-03-28T07:19:41.378Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-03-28T07:19:41.378Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-03-28T07:19:42.619Z | FMRI IFO |
252 | 2024-03-28T07:19:42.619Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-03-28T07:19:42.619Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-03-28T07:19:42.619Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-03-28T07:19:42.619Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-03-28T07:19:42.619Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-03-28T07:19:42.619Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-03-28T07:19:42.619Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-03-28T07:19:42.620Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-03-28T07:19:42.620Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-03-28T07:19:42.620Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
262 | 2024-03-28T07:19:42.620Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
263 | 2024-03-28T07:19:42.620Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2024-03-28T07:19:42.859Z | + set -o errexit |
265 | 2024-03-28T07:19:42.863Z | +++ dirname ./tools/ci_download_cockroachdb |
266 | 2024-03-28T07:19:42.863Z | ++ cd ./tools |
267 | 2024-03-28T07:19:42.863Z | ++ pwd |
268 | 2024-03-28T07:19:42.863Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
269 | 2024-03-28T07:19:42.867Z | ++ basename ./tools/ci_download_cockroachdb |
270 | 2024-03-28T07:19:42.867Z | + ARG0=ci_download_cockroachdb |
271 | 2024-03-28T07:19:42.867Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
272 | 2024-03-28T07:19:42.867Z | + CIDL_VERSION=v22.1.9 |
273 | 2024-03-28T07:19:42.867Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
274 | 2024-03-28T07:19:42.867Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
275 | 2024-03-28T07:19:42.867Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
276 | 2024-03-28T07:19:42.867Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
277 | 2024-03-28T07:19:42.867Z | + TARGET_DIR=out |
278 | 2024-03-28T07:19:42.867Z | + DOWNLOAD_DIR=out/downloads |
279 | 2024-03-28T07:19:42.867Z | + DEST_DIR=./out/cockroachdb |
280 | 2024-03-28T07:19:42.867Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
281 | 2024-03-28T07:19:42.867Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
282 | 2024-03-28T07:19:42.871Z | + main |
283 | 2024-03-28T07:19:42.871Z | + [[ 0 != 0 ]] |
284 | 2024-03-28T07:19:42.871Z | + CIDL_OS=solaris2.11 |
285 | 2024-03-28T07:19:42.871Z | + [[ 0 != 0 ]] |
286 | 2024-03-28T07:19:42.871Z | + configure_os solaris2.11 |
287 | 2024-03-28T07:19:42.871Z | + echo 'current directory: /work/oxidecomputer/omicron' |
288 | 2024-03-28T07:19:42.871Z | + echo 'configuring based on OS: "solaris2.11"' |
289 | 2024-03-28T07:19:42.871Z | current directory: /work/oxidecomputer/omicron |
290 | 2024-03-28T07:19:42.871Z | configuring based on OS: "solaris2.11" |
291 | 2024-03-28T07:19:42.871Z | + case "$1" in |
292 | 2024-03-28T07:19:42.871Z | + CIDL_BUILD=illumos |
293 | 2024-03-28T07:19:42.872Z | + CIDL_SUFFIX=tar.gz |
294 | 2024-03-28T07:19:42.872Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-03-28T07:19:42.872Z | + CIDL_URL_BASE=https://illumos.org/downloads |
296 | 2024-03-28T07:19:42.872Z | + CIDL_ASSEMBLE=do_assemble_illumos |
297 | 2024-03-28T07:19:42.872Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
298 | 2024-03-28T07:19:42.872Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-28T07:19:42.872Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-28T07:19:42.872Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
301 | 2024-03-28T07:19:42.872Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-28T07:19:42.872Z | + CIDL_SHA256FUNC=do_sha256sum |
303 | 2024-03-28T07:19:42.872Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-03-28T07:19:42.872Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
305 | 2024-03-28T07:19:42.872Z | + mkdir -p out/downloads |
306 | 2024-03-28T07:19:42.872Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-28T07:19:42.872Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-03-28T07:19:42.872Z | + mkdir -p ./out/cockroachdb |
309 | 2024-03-28T07:19:42.875Z | + local DO_DOWNLOAD=true |
310 | 2024-03-28T07:19:42.876Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
311 | 2024-03-28T07:19:42.876Z | + '[' true == true ']' |
312 | 2024-03-28T07:19:42.876Z | + echo Downloading... |
313 | 2024-03-28T07:19:42.876Z | Downloading... |
314 | 2024-03-28T07:19:42.876Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-03-28T07:19:42.876Z | + 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 |
316 | 2024-03-28T07:19:45.382Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-03-28T07:19:45.385Z | ++ sha256sum |
318 | 2024-03-28T07:19:45.385Z | ++ awk '{print $1}' |
319 | 2024-03-28T07:19:45.572Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
320 | 2024-03-28T07:19:45.572Z | + [[ 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 ]] |
321 | 2024-03-28T07:19:45.576Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-03-28T07:19:45.576Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
323 | 2024-03-28T07:19:47.800Z | + do_assemble_illumos |
324 | 2024-03-28T07:19:47.800Z | + rm -r ./out/cockroachdb |
325 | 2024-03-28T07:19:47.803Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
326 | 2024-03-28T07:19:48.242Z | + ./out/cockroachdb/bin/cockroach version |
327 | 2024-03-28T07:19:48.418Z | Build Tag: v22.1.9-dirty |
328 | 2024-03-28T07:19:48.418Z | Build Time: 2022/10/26 21:17:46 |
329 | 2024-03-28T07:19:48.419Z | Distribution: OSS |
330 | 2024-03-28T07:19:48.419Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
331 | 2024-03-28T07:19:48.419Z | Go Version: go1.17.13 |
332 | 2024-03-28T07:19:48.419Z | C Compiler: gcc 10.3.0 |
333 | 2024-03-28T07:19:48.419Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
334 | 2024-03-28T07:19:48.419Z | Build Type: release |
335 | 2024-03-28T07:19:48.437Z | + set -o errexit |
336 | 2024-03-28T07:19:48.443Z | +++ dirname ./tools/ci_download_clickhouse |
337 | 2024-03-28T07:19:48.447Z | ++ cd ./tools |
338 | 2024-03-28T07:19:48.447Z | ++ pwd |
339 | 2024-03-28T07:19:48.447Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
340 | 2024-03-28T07:19:48.447Z | ++ basename ./tools/ci_download_clickhouse |
341 | 2024-03-28T07:19:48.447Z | + ARG0=ci_download_clickhouse |
342 | 2024-03-28T07:19:48.447Z | + TARGET_DIR=out |
343 | 2024-03-28T07:19:48.447Z | + DOWNLOAD_DIR=out/downloads |
344 | 2024-03-28T07:19:48.447Z | + DEST_DIR=./out/clickhouse |
345 | 2024-03-28T07:19:48.447Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
346 | 2024-03-28T07:19:48.451Z | + CIDL_VERSION=v23.8.7.24 |
347 | 2024-03-28T07:19:48.451Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
348 | 2024-03-28T07:19:48.451Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
349 | 2024-03-28T07:19:48.451Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
350 | 2024-03-28T07:19:48.451Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-03-28T07:19:48.451Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
352 | 2024-03-28T07:19:48.451Z | + main |
353 | 2024-03-28T07:19:48.451Z | + [[ 0 != 0 ]] |
354 | 2024-03-28T07:19:48.451Z | + CIDL_OS=solaris2.11 |
355 | 2024-03-28T07:19:48.451Z | + [[ 0 != 0 ]] |
356 | 2024-03-28T07:19:48.451Z | + configure_os solaris2.11 |
357 | 2024-03-28T07:19:48.451Z | + echo 'current directory: /work/oxidecomputer/omicron' |
358 | 2024-03-28T07:19:48.451Z | current directory: /work/oxidecomputer/omicron |
359 | 2024-03-28T07:19:48.451Z | + echo 'configuring based on OS: "solaris2.11"' |
360 | 2024-03-28T07:19:48.451Z | + CIDL_DASHREV= |
361 | 2024-03-28T07:19:48.451Z | configuring based on OS: "solaris2.11" |
362 | 2024-03-28T07:19:48.451Z | + case "$1" in |
363 | 2024-03-28T07:19:48.452Z | + CIDL_PLATFORM=illumos |
364 | 2024-03-28T07:19:48.452Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
365 | 2024-03-28T07:19:48.452Z | + CIDL_MD5FUNC=do_md5sum |
366 | 2024-03-28T07:19:48.452Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
367 | 2024-03-28T07:19:48.452Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-03-28T07:19:48.452Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-03-28T07:19:48.452Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-03-28T07:19:48.452Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
371 | 2024-03-28T07:19:48.452Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-03-28T07:19:48.452Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-03-28T07:19:48.452Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
374 | 2024-03-28T07:19:48.452Z | + mkdir -p out/downloads |
375 | 2024-03-28T07:19:48.452Z | + mkdir -p ./out/clickhouse |
376 | 2024-03-28T07:19:48.455Z | + local DO_DOWNLOAD=true |
377 | 2024-03-28T07:19:48.456Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
378 | 2024-03-28T07:19:48.456Z | + '[' true == true ']' |
379 | 2024-03-28T07:19:48.456Z | + echo Downloading... |
380 | 2024-03-28T07:19:48.456Z | Downloading... |
381 | 2024-03-28T07:19:48.456Z | + 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 |
382 | 2024-03-28T07:19:48.456Z | + 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 |
383 | 2024-03-28T07:19:50.047Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
384 | 2024-03-28T07:19:50.051Z | ++ md5sum |
385 | 2024-03-28T07:19:50.051Z | ++ awk '{print $1}' |
386 | 2024-03-28T07:19:50.269Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
387 | 2024-03-28T07:19:50.269Z | + [[ 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 ]] |
388 | 2024-03-28T07:19:50.272Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
389 | 2024-03-28T07:19:50.273Z | + mkdir -p ./out/clickhouse |
390 | 2024-03-28T07:19:50.273Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
391 | 2024-03-28T07:19:54.125Z | + [[ solaris2.11 == darwin* ]] |
392 | 2024-03-28T07:19:54.125Z | + ./out/clickhouse/clickhouse server --version |
393 | 2024-03-28T07:19:54.509Z | ClickHouse server version 23.8.7.1. |
394 | 2024-03-28T07:19:54.529Z | + set -o errexit |
395 | 2024-03-28T07:19:54.532Z | +++ dirname ./tools/ci_download_console |
396 | 2024-03-28T07:19:54.535Z | ++ cd ./tools |
397 | 2024-03-28T07:19:54.535Z | ++ pwd |
398 | 2024-03-28T07:19:54.535Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2024-03-28T07:19:54.535Z | ++ basename ./tools/ci_download_console |
400 | 2024-03-28T07:19:54.538Z | + ARG0=ci_download_console |
401 | 2024-03-28T07:19:54.539Z | + TARGET_DIR=out |
402 | 2024-03-28T07:19:54.539Z | + DOWNLOAD_DIR=out/downloads |
403 | 2024-03-28T07:19:54.539Z | + DEST_DIR=./out/console-assets |
404 | 2024-03-28T07:19:54.539Z | + source /work/oxidecomputer/omicron/tools/console_version |
405 | 2024-03-28T07:19:54.539Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
406 | 2024-03-28T07:19:54.539Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
407 | 2024-03-28T07:19:54.539Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
408 | 2024-03-28T07:19:54.539Z | + TARBALL_FILE=out/downloads/console.tar.gz |
409 | 2024-03-28T07:19:54.539Z | + main |
410 | 2024-03-28T07:19:54.539Z | + [[ 0 != 0 ]] |
411 | 2024-03-28T07:19:54.539Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
412 | 2024-03-28T07:19:54.539Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
413 | 2024-03-28T07:19:54.539Z | + echo 'Local file: out/downloads/console.tar.gz' |
414 | 2024-03-28T07:19:54.539Z | Local file: out/downloads/console.tar.gz |
415 | 2024-03-28T07:19:54.539Z | + local DO_DOWNLOAD=true |
416 | 2024-03-28T07:19:54.539Z | + [[ -f out/downloads/console.tar.gz ]] |
417 | 2024-03-28T07:19:54.539Z | + mkdir -p out/downloads |
418 | 2024-03-28T07:19:54.539Z | + '[' true == true ']' |
419 | 2024-03-28T07:19:54.539Z | + echo Downloading... |
420 | 2024-03-28T07:19:54.545Z | Downloading... |
421 | 2024-03-28T07:19:54.545Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
422 | 2024-03-28T07:19:54.545Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
423 | 2024-03-28T07:19:55.035Z | ++ do_sha256sum out/downloads/console.tar.gz |
424 | 2024-03-28T07:19:55.035Z | ++ case "$OSTYPE" in |
425 | 2024-03-28T07:19:55.035Z | ++ SHA=sha256sum |
426 | 2024-03-28T07:19:55.039Z | ++ sha256sum |
427 | 2024-03-28T07:19:55.039Z | ++ awk '{print $1}' |
428 | 2024-03-28T07:19:55.044Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
429 | 2024-03-28T07:19:55.050Z | + [[ 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 ]] |
430 | 2024-03-28T07:19:55.050Z | + rm -rf ./out/console-assets |
431 | 2024-03-28T07:19:55.050Z | + mkdir -p ./out/console-assets |
432 | 2024-03-28T07:19:55.054Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
433 | 2024-03-28T07:19:55.055Z | + mkdir -p ./out/console-assets |
434 | 2024-03-28T07:19:55.055Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
435 | 2024-03-28T07:19:55.142Z | + set -o errexit |
436 | 2024-03-28T07:19:55.150Z | +++ dirname ./tools/ci_download_maghemite_openapi |
437 | 2024-03-28T07:19:55.153Z | ++ cd ./tools |
438 | 2024-03-28T07:19:55.153Z | ++ pwd |
439 | 2024-03-28T07:19:55.153Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
440 | 2024-03-28T07:19:55.153Z | ++ basename ./tools/ci_download_maghemite_openapi |
441 | 2024-03-28T07:19:55.153Z | + ARG0=ci_download_maghemite_openapi |
442 | 2024-03-28T07:19:55.153Z | + TARGET_DIR=out |
443 | 2024-03-28T07:19:55.154Z | + DOWNLOAD_DIR=out/downloads |
444 | 2024-03-28T07:19:55.154Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
445 | 2024-03-28T07:19:55.154Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
446 | 2024-03-28T07:19:55.154Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
447 | 2024-03-28T07:19:55.154Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
448 | 2024-03-28T07:19:55.154Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
449 | 2024-03-28T07:19:55.154Z | + main |
450 | 2024-03-28T07:19:55.154Z | + rm -rf out/downloads/root |
451 | 2024-03-28T07:19:55.154Z | + [[ 0 != 0 ]] |
452 | 2024-03-28T07:19:55.154Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
453 | 2024-03-28T07:19:55.154Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
454 | 2024-03-28T07:19:55.154Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
455 | 2024-03-28T07:19:55.154Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
456 | 2024-03-28T07:19:55.154Z | + local DO_DOWNLOAD=true |
457 | 2024-03-28T07:19:55.154Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
458 | 2024-03-28T07:19:55.154Z | + mkdir -p out/downloads |
459 | 2024-03-28T07:19:55.158Z | + '[' true == true ']' |
460 | 2024-03-28T07:19:55.158Z | + echo Downloading... |
461 | 2024-03-28T07:19:55.158Z | Downloading... |
462 | 2024-03-28T07:19:55.158Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
463 | 2024-03-28T07:19:55.158Z | + 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 |
464 | 2024-03-28T07:19:55.335Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
465 | 2024-03-28T07:19:55.335Z | ++ case "$OSTYPE" in |
466 | 2024-03-28T07:19:55.341Z | ++ SHA=sha256sum |
467 | 2024-03-28T07:19:55.341Z | ++ sha256sum |
468 | 2024-03-28T07:19:55.341Z | ++ awk '{print $1}' |
469 | 2024-03-28T07:19:55.345Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
470 | 2024-03-28T07:19:55.345Z | + [[ 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 ]] |
471 | 2024-03-28T07:19:55.345Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
472 | 2024-03-28T07:19:55.345Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
473 | 2024-03-28T07:19:55.345Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
474 | 2024-03-28T07:19:55.345Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
475 | 2024-03-28T07:19:55.345Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
476 | 2024-03-28T07:19:55.345Z | + main |
477 | 2024-03-28T07:19:55.345Z | + rm -rf out/downloads/root |
478 | 2024-03-28T07:19:55.345Z | + [[ 0 != 0 ]] |
479 | 2024-03-28T07:19:55.345Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
480 | 2024-03-28T07:19:55.345Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
481 | 2024-03-28T07:19:55.345Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
482 | 2024-03-28T07:19:55.345Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
483 | 2024-03-28T07:19:55.345Z | + local DO_DOWNLOAD=true |
484 | 2024-03-28T07:19:55.345Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
485 | 2024-03-28T07:19:55.346Z | + mkdir -p out/downloads |
486 | 2024-03-28T07:19:55.346Z | + '[' true == true ']' |
487 | 2024-03-28T07:19:55.346Z | + echo Downloading... |
488 | 2024-03-28T07:19:55.346Z | Downloading... |
489 | 2024-03-28T07:19:55.346Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
490 | 2024-03-28T07:19:55.350Z | + 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 |
491 | 2024-03-28T07:19:55.445Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
492 | 2024-03-28T07:19:55.445Z | ++ case "$OSTYPE" in |
493 | 2024-03-28T07:19:55.450Z | ++ SHA=sha256sum |
494 | 2024-03-28T07:19:55.451Z | ++ sha256sum |
495 | 2024-03-28T07:19:55.451Z | ++ awk '{print $1}' |
496 | 2024-03-28T07:19:55.451Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
497 | 2024-03-28T07:19:55.451Z | + [[ 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 ]] |
498 | 2024-03-28T07:19:55.455Z | + set -o errexit |
499 | 2024-03-28T07:19:55.458Z | +++ dirname ./tools/ci_download_dendrite_openapi |
500 | 2024-03-28T07:19:55.462Z | ++ cd ./tools |
501 | 2024-03-28T07:19:55.462Z | ++ pwd |
502 | 2024-03-28T07:19:55.462Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-03-28T07:19:55.462Z | ++ basename ./tools/ci_download_dendrite_openapi |
504 | 2024-03-28T07:19:55.465Z | + ARG0=ci_download_dendrite_openapi |
505 | 2024-03-28T07:19:55.465Z | + TARGET_DIR=out |
506 | 2024-03-28T07:19:55.465Z | + DOWNLOAD_DIR=out/downloads |
507 | 2024-03-28T07:19:55.465Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2024-03-28T07:19:55.465Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
509 | 2024-03-28T07:19:55.465Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
510 | 2024-03-28T07:19:55.465Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
511 | 2024-03-28T07:19:55.465Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
512 | 2024-03-28T07:19:55.465Z | + main |
513 | 2024-03-28T07:19:55.465Z | + [[ 0 != 0 ]] |
514 | 2024-03-28T07:19:55.465Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
515 | 2024-03-28T07:19:55.466Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
516 | 2024-03-28T07:19:55.466Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
517 | 2024-03-28T07:19:55.466Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
518 | 2024-03-28T07:19:55.466Z | + local DO_DOWNLOAD=true |
519 | 2024-03-28T07:19:55.466Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
520 | 2024-03-28T07:19:55.466Z | + mkdir -p out/downloads |
521 | 2024-03-28T07:19:55.466Z | + '[' true == true ']' |
522 | 2024-03-28T07:19:55.466Z | + echo Downloading... |
523 | 2024-03-28T07:19:55.466Z | Downloading... |
524 | 2024-03-28T07:19:55.466Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
525 | 2024-03-28T07:19:55.466Z | + 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 |
526 | 2024-03-28T07:19:55.600Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
527 | 2024-03-28T07:19:55.604Z | ++ case "$OSTYPE" in |
528 | 2024-03-28T07:19:55.604Z | ++ SHA=sha256sum |
529 | 2024-03-28T07:19:55.604Z | ++ sha256sum |
530 | 2024-03-28T07:19:55.604Z | ++ awk '{print $1}' |
531 | 2024-03-28T07:19:55.609Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
532 | 2024-03-28T07:19:55.609Z | + [[ 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 ]] |
533 | 2024-03-28T07:19:55.614Z | + set -o errexit |
534 | 2024-03-28T07:19:55.618Z | +++ dirname ./tools/ci_download_dendrite_stub |
535 | 2024-03-28T07:19:55.624Z | ++ cd ./tools |
536 | 2024-03-28T07:19:55.624Z | ++ pwd |
537 | 2024-03-28T07:19:55.624Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
538 | 2024-03-28T07:19:55.624Z | ++ basename ./tools/ci_download_dendrite_stub |
539 | 2024-03-28T07:19:55.624Z | + ARG0=ci_download_dendrite_stub |
540 | 2024-03-28T07:19:55.625Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
541 | 2024-03-28T07:19:55.625Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
542 | 2024-03-28T07:19:55.625Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
543 | 2024-03-28T07:19:55.625Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
544 | 2024-03-28T07:19:55.625Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
545 | 2024-03-28T07:19:55.625Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
546 | 2024-03-28T07:19:55.625Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
547 | 2024-03-28T07:19:55.625Z | + TARGET_DIR=out |
548 | 2024-03-28T07:19:55.625Z | + DOWNLOAD_DIR=out/downloads |
549 | 2024-03-28T07:19:55.625Z | + DEST_DIR=./out/dendrite-stub |
550 | 2024-03-28T07:19:55.625Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
551 | 2024-03-28T07:19:55.625Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
552 | 2024-03-28T07:19:55.625Z | + REPO=oxidecomputer/dendrite |
553 | 2024-03-28T07:19:55.625Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
554 | 2024-03-28T07:19:55.625Z | + main |
555 | 2024-03-28T07:19:55.625Z | + [[ 0 != 0 ]] |
556 | 2024-03-28T07:19:55.625Z | + CIDL_OS=solaris2.11 |
557 | 2024-03-28T07:19:55.625Z | + [[ 0 != 0 ]] |
558 | 2024-03-28T07:19:55.625Z | + configure_os solaris2.11 |
559 | 2024-03-28T07:19:55.625Z | + echo 'current directory: /work/oxidecomputer/omicron' |
560 | 2024-03-28T07:19:55.629Z | current directory: /work/oxidecomputer/omicron |
561 | 2024-03-28T07:19:55.629Z | + echo 'configuring based on OS: "solaris2.11"' |
562 | 2024-03-28T07:19:55.630Z | + case "$1" in |
563 | 2024-03-28T07:19:55.630Z | configuring based on OS: "solaris2.11" |
564 | 2024-03-28T07:19:55.630Z | + SET_BINARIES= |
565 | 2024-03-28T07:19:55.630Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
566 | 2024-03-28T07:19:55.630Z | + CIDL_SHA256FUNC=do_sha256sum |
567 | 2024-03-28T07:19:55.630Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
568 | 2024-03-28T07:19:55.630Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
569 | 2024-03-28T07:19:55.630Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
570 | 2024-03-28T07:19:55.630Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
571 | 2024-03-28T07:19:55.630Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
572 | 2024-03-28T07:19:55.630Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
573 | 2024-03-28T07:19:55.631Z | + mkdir -p out/downloads |
574 | 2024-03-28T07:19:55.631Z | Local file: out/downloads/dendrite-stub.tar.gz |
575 | 2024-03-28T07:19:55.631Z | + mkdir -p ./out/dendrite-stub |
576 | 2024-03-28T07:19:55.631Z | + fetch_and_verify |
577 | 2024-03-28T07:19:55.631Z | + local DO_DOWNLOAD=true |
578 | 2024-03-28T07:19:55.631Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
579 | 2024-03-28T07:19:55.631Z | + '[' true == true ']' |
580 | 2024-03-28T07:19:55.631Z | + echo Downloading... |
581 | 2024-03-28T07:19:55.631Z | Downloading... |
582 | 2024-03-28T07:19:55.631Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
583 | 2024-03-28T07:19:55.631Z | + 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 |
584 | 2024-03-28T07:19:59.226Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
585 | 2024-03-28T07:19:59.229Z | ++ sha256sum |
586 | 2024-03-28T07:19:59.229Z | ++ awk '{print $1}' |
587 | 2024-03-28T07:19:59.248Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
588 | 2024-03-28T07:19:59.251Z | + [[ 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 ]] |
589 | 2024-03-28T07:19:59.251Z | + do_untar out/downloads/dendrite-stub.tar.gz |
590 | 2024-03-28T07:19:59.251Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
591 | 2024-03-28T07:19:59.844Z | + do_assemble |
592 | 2024-03-28T07:19:59.844Z | + rm -r ./out/dendrite-stub |
593 | 2024-03-28T07:19:59.847Z | + mkdir ./out/dendrite-stub |
594 | 2024-03-28T07:19:59.850Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
595 | 2024-03-28T07:19:59.931Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
596 | 2024-03-28T07:19:59.942Z | + set -o errexit |
597 | 2024-03-28T07:19:59.945Z | +++ dirname ./tools/ci_download_maghemite_mgd |
598 | 2024-03-28T07:19:59.953Z | ++ cd ./tools |
599 | 2024-03-28T07:19:59.953Z | ++ pwd |
600 | 2024-03-28T07:19:59.953Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
601 | 2024-03-28T07:19:59.953Z | ++ basename ./tools/ci_download_maghemite_mgd |
602 | 2024-03-28T07:19:59.956Z | + ARG0=ci_download_maghemite_mgd |
603 | 2024-03-28T07:19:59.956Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
604 | 2024-03-28T07:19:59.957Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
605 | 2024-03-28T07:19:59.957Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
606 | 2024-03-28T07:19:59.957Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
607 | 2024-03-28T07:19:59.957Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
608 | 2024-03-28T07:19:59.957Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
609 | 2024-03-28T07:19:59.957Z | + TARGET_DIR=out |
610 | 2024-03-28T07:19:59.957Z | + DOWNLOAD_DIR=out/downloads |
611 | 2024-03-28T07:19:59.957Z | + DEST_DIR=./out/mgd |
612 | 2024-03-28T07:19:59.957Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
613 | 2024-03-28T07:19:59.957Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
614 | 2024-03-28T07:19:59.957Z | + REPO=oxidecomputer/maghemite |
615 | 2024-03-28T07:19:59.957Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
616 | 2024-03-28T07:19:59.957Z | + main |
617 | 2024-03-28T07:19:59.957Z | + rm -rf out/downloads/root |
618 | 2024-03-28T07:19:59.961Z | + [[ 0 != 0 ]] |
619 | 2024-03-28T07:19:59.961Z | + CIDL_OS=solaris2.11 |
620 | 2024-03-28T07:19:59.961Z | + [[ 0 != 0 ]] |
621 | 2024-03-28T07:19:59.961Z | + configure_os solaris2.11 |
622 | 2024-03-28T07:19:59.961Z | + echo 'current directory: /work/oxidecomputer/omicron' |
623 | 2024-03-28T07:19:59.961Z | + echo 'configuring based on OS: "solaris2.11"' |
624 | 2024-03-28T07:19:59.961Z | current directory: /work/oxidecomputer/omicron |
625 | 2024-03-28T07:19:59.961Z | configuring based on OS: "solaris2.11" |
626 | 2024-03-28T07:19:59.961Z | + case "$1" in |
627 | 2024-03-28T07:19:59.961Z | + SET_BINARIES= |
628 | 2024-03-28T07:19:59.961Z | + CIDL_SHA256FUNC=do_sha256sum |
629 | 2024-03-28T07:19:59.961Z | + TARBALL_FILENAME=mgd.tar.gz |
630 | 2024-03-28T07:19:59.961Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
631 | 2024-03-28T07:19:59.961Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
632 | 2024-03-28T07:19:59.961Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
633 | 2024-03-28T07:19:59.961Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
634 | 2024-03-28T07:19:59.961Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
635 | 2024-03-28T07:19:59.961Z | Local file: out/downloads/mgd.tar.gz |
636 | 2024-03-28T07:19:59.962Z | + mkdir -p out/downloads |
637 | 2024-03-28T07:19:59.962Z | + mkdir -p ./out/mgd |
638 | 2024-03-28T07:19:59.965Z | + fetch_and_verify |
639 | 2024-03-28T07:19:59.965Z | + local DO_DOWNLOAD=true |
640 | 2024-03-28T07:19:59.965Z | + [[ -f out/downloads/mgd.tar.gz ]] |
641 | 2024-03-28T07:19:59.965Z | + '[' true == true ']' |
642 | 2024-03-28T07:19:59.965Z | + echo Downloading... |
643 | 2024-03-28T07:19:59.965Z | Downloading... |
644 | 2024-03-28T07:19:59.965Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
645 | 2024-03-28T07:19:59.965Z | + 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 |
646 | 2024-03-28T07:20:04.878Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
647 | 2024-03-28T07:20:04.884Z | ++ sha256sum |
648 | 2024-03-28T07:20:04.884Z | ++ awk '{print $1}' |
649 | 2024-03-28T07:20:04.930Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
650 | 2024-03-28T07:20:04.949Z | + [[ 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 ]] |
651 | 2024-03-28T07:20:04.950Z | + do_untar out/downloads/mgd.tar.gz |
652 | 2024-03-28T07:20:04.950Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
653 | 2024-03-28T07:20:05.499Z | + do_assemble |
654 | 2024-03-28T07:20:05.499Z | + rm -r ./out/mgd |
655 | 2024-03-28T07:20:05.503Z | + mkdir ./out/mgd |
656 | 2024-03-28T07:20:05.507Z | + cp -r out/downloads/root ./out/mgd/root |
657 | 2024-03-28T07:20:05.589Z | + set -o errexit |
658 | 2024-03-28T07:20:05.593Z | +++ dirname ./tools/ci_download_transceiver_control |
659 | 2024-03-28T07:20:05.593Z | ++ cd ./tools |
660 | 2024-03-28T07:20:05.593Z | ++ pwd |
661 | 2024-03-28T07:20:05.597Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
662 | 2024-03-28T07:20:05.597Z | ++ basename ./tools/ci_download_transceiver_control |
663 | 2024-03-28T07:20:05.597Z | + ARG0=ci_download_transceiver_control |
664 | 2024-03-28T07:20:05.597Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
665 | 2024-03-28T07:20:05.597Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2024-03-28T07:20:05.597Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2024-03-28T07:20:05.597Z | + TARGET_DIR=out |
668 | 2024-03-28T07:20:05.597Z | + DOWNLOAD_DIR=out/downloads |
669 | 2024-03-28T07:20:05.597Z | + DEST_DIR=./out/transceiver-control |
670 | 2024-03-28T07:20:05.597Z | + BIN_DIR=/opt/oxide/bin |
671 | 2024-03-28T07:20:05.597Z | + BINARY=xcvradm |
672 | 2024-03-28T07:20:05.597Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
673 | 2024-03-28T07:20:05.598Z | + REPO=oxidecomputer/transceiver-control |
674 | 2024-03-28T07:20:05.598Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
675 | 2024-03-28T07:20:05.598Z | + main |
676 | 2024-03-28T07:20:05.598Z | + [[ 0 != 0 ]] |
677 | 2024-03-28T07:20:05.598Z | + CIDL_OS=solaris2.11 |
678 | 2024-03-28T07:20:05.598Z | + [[ 0 != 0 ]] |
679 | 2024-03-28T07:20:05.598Z | + configure_os solaris2.11 |
680 | 2024-03-28T07:20:05.598Z | + echo 'current directory: /work/oxidecomputer/omicron' |
681 | 2024-03-28T07:20:05.598Z | + echo 'configuring based on OS: "solaris2.11"' |
682 | 2024-03-28T07:20:05.598Z | current directory: /work/oxidecomputer/omicron |
683 | 2024-03-28T07:20:05.598Z | configuring based on OS: "solaris2.11" |
684 | 2024-03-28T07:20:05.598Z | + case "$1" in |
685 | 2024-03-28T07:20:05.598Z | + SET_BINARIES= |
686 | 2024-03-28T07:20:05.598Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2024-03-28T07:20:05.598Z | + CIDL_SHA256FUNC=do_sha256sum |
688 | 2024-03-28T07:20:05.598Z | + ARCHIVE_FILENAME=xcvradm.gz |
689 | 2024-03-28T07:20:05.598Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2024-03-28T07:20:05.598Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
691 | 2024-03-28T07:20:05.598Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
692 | 2024-03-28T07:20:05.598Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
693 | 2024-03-28T07:20:05.598Z | + echo 'Local file: out/downloads/xcvradm.gz' |
694 | 2024-03-28T07:20:05.599Z | + mkdir -p out/downloads |
695 | 2024-03-28T07:20:05.599Z | Local file: out/downloads/xcvradm.gz |
696 | 2024-03-28T07:20:05.602Z | + mkdir -p ./out/transceiver-control |
697 | 2024-03-28T07:20:05.602Z | + fetch_and_verify |
698 | 2024-03-28T07:20:05.602Z | + local DO_DOWNLOAD=true |
699 | 2024-03-28T07:20:05.602Z | + [[ -f out/downloads/xcvradm.gz ]] |
700 | 2024-03-28T07:20:05.602Z | + '[' true == true ']' |
701 | 2024-03-28T07:20:05.602Z | + echo Downloading... |
702 | 2024-03-28T07:20:05.603Z | Downloading... |
703 | 2024-03-28T07:20:05.603Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
704 | 2024-03-28T07:20:05.603Z | + 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 |
705 | 2024-03-28T07:20:07.620Z | ++ do_sha256sum out/downloads/xcvradm.gz |
706 | 2024-03-28T07:20:07.624Z | ++ sha256sum |
707 | 2024-03-28T07:20:07.624Z | ++ awk '{print $1}' |
708 | 2024-03-28T07:20:07.629Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
709 | 2024-03-28T07:20:07.636Z | + [[ 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 ]] |
710 | 2024-03-28T07:20:07.636Z | + do_unpack out/downloads/xcvradm.gz |
711 | 2024-03-28T07:20:07.637Z | + mkdir -p out/downloads/root//opt/oxide/bin |
712 | 2024-03-28T07:20:07.637Z | + gzip -dc out/downloads/xcvradm.gz |
713 | 2024-03-28T07:20:07.758Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
714 | 2024-03-28T07:20:07.774Z | + do_assemble |
715 | 2024-03-28T07:20:07.774Z | + rm -r ./out/transceiver-control |
716 | 2024-03-28T07:20:07.774Z | + mkdir ./out/transceiver-control |
717 | 2024-03-28T07:20:07.774Z | + cp -r out/downloads/root ./out/transceiver-control/root |
718 | 2024-03-28T07:20:07.870Z | + set -o errexit |
719 | 2024-03-28T07:20:07.885Z | +++ dirname ./tools/ci_download_thundermuffin |
720 | 2024-03-28T07:20:07.886Z | ++ cd ./tools |
721 | 2024-03-28T07:20:07.886Z | ++ pwd |
722 | 2024-03-28T07:20:07.886Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
723 | 2024-03-28T07:20:07.886Z | ++ basename ./tools/ci_download_thundermuffin |
724 | 2024-03-28T07:20:07.886Z | + ARG0=ci_download_thundermuffin |
725 | 2024-03-28T07:20:07.886Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
726 | 2024-03-28T07:20:07.886Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
727 | 2024-03-28T07:20:07.886Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
728 | 2024-03-28T07:20:07.886Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
729 | 2024-03-28T07:20:07.886Z | + TARGET_DIR=out |
730 | 2024-03-28T07:20:07.886Z | + DOWNLOAD_DIR=out/downloads |
731 | 2024-03-28T07:20:07.886Z | + DEST_DIR=./out/thundermuffin |
732 | 2024-03-28T07:20:07.886Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
733 | 2024-03-28T07:20:07.887Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
734 | 2024-03-28T07:20:07.887Z | + REPO=oxidecomputer/thundermuffin |
735 | 2024-03-28T07:20:07.887Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
736 | 2024-03-28T07:20:07.887Z | + main |
737 | 2024-03-28T07:20:07.887Z | + rm -rf out/downloads/root |
738 | 2024-03-28T07:20:07.900Z | + [[ 0 != 0 ]] |
739 | 2024-03-28T07:20:07.900Z | + CIDL_OS=solaris2.11 |
740 | 2024-03-28T07:20:07.901Z | + [[ 0 != 0 ]] |
741 | 2024-03-28T07:20:07.901Z | + configure_os solaris2.11 |
742 | 2024-03-28T07:20:07.901Z | + echo 'current directory: /work/oxidecomputer/omicron' |
743 | 2024-03-28T07:20:07.901Z | current directory: /work/oxidecomputer/omicron |
744 | 2024-03-28T07:20:07.901Z | + echo 'configuring based on OS: "solaris2.11"' |
745 | 2024-03-28T07:20:07.902Z | + case "$1" in |
746 | 2024-03-28T07:20:07.902Z | configuring based on OS: "solaris2.11" |
747 | 2024-03-28T07:20:07.902Z | + SET_BINARIES= |
748 | 2024-03-28T07:20:07.902Z | + CIDL_SHA256FUNC=do_sha256sum |
749 | 2024-03-28T07:20:07.902Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
750 | 2024-03-28T07:20:07.902Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
751 | 2024-03-28T07:20:07.902Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
752 | 2024-03-28T07:20:07.903Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
753 | 2024-03-28T07:20:07.903Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
754 | 2024-03-28T07:20:07.903Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
755 | 2024-03-28T07:20:07.903Z | Local file: out/downloads/thundermuffin.tar.gz |
756 | 2024-03-28T07:20:07.903Z | + mkdir -p out/downloads |
757 | 2024-03-28T07:20:07.903Z | + mkdir -p ./out/thundermuffin |
758 | 2024-03-28T07:20:07.904Z | + fetch_and_verify |
759 | 2024-03-28T07:20:07.904Z | + local DO_DOWNLOAD=true |
760 | 2024-03-28T07:20:07.904Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
761 | 2024-03-28T07:20:07.904Z | + '[' true == true ']' |
762 | 2024-03-28T07:20:07.904Z | + echo Downloading... |
763 | 2024-03-28T07:20:07.904Z | Downloading... |
764 | 2024-03-28T07:20:07.904Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
765 | 2024-03-28T07:20:07.905Z | + 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 |
766 | 2024-03-28T07:20:09.913Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
767 | 2024-03-28T07:20:09.918Z | ++ sha256sum |
768 | 2024-03-28T07:20:09.918Z | ++ awk '{print $1}' |
769 | 2024-03-28T07:20:09.923Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
770 | 2024-03-28T07:20:09.924Z | + [[ 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 ]] |
771 | 2024-03-28T07:20:09.924Z | + do_untar out/downloads/thundermuffin.tar.gz |
772 | 2024-03-28T07:20:09.924Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
773 | 2024-03-28T07:20:09.990Z | + do_assemble |
774 | 2024-03-28T07:20:09.990Z | + rm -r ./out/thundermuffin |
775 | 2024-03-28T07:20:10.006Z | + mkdir ./out/thundermuffin |
776 | 2024-03-28T07:20:10.006Z | + cp -r out/downloads/root ./out/thundermuffin/root |
777 | 2024-03-28T07:20:10.015Z | All builder prerequisites installed successfully, and PATH looks valid |
778 | 2024-03-28T07:20:10.033Z | |
779 | 2024-03-28T07:20:10.034Z | real 1:40.699935094 |
780 | 2024-03-28T07:20:10.034Z | user 37.741837332 |
781 | 2024-03-28T07:20:10.034Z | sys 7.181527977 |
782 | 2024-03-28T07:20:10.034Z | trap 0.008697006 |
783 | 2024-03-28T07:20:10.034Z | tflt 0.145492506 |
784 | 2024-03-28T07:20:10.034Z | dflt 0.429063296 |
785 | 2024-03-28T07:20:10.034Z | kflt 0.198704869 |
786 | 2024-03-28T07:20:10.034Z | lock 1.110531169 |
787 | 2024-03-28T07:20:10.034Z | slp 3:10.163965616 |
788 | 2024-03-28T07:20:10.034Z | lat 1.949222617 |
789 | 2024-03-28T07:20:10.034Z | stop 0.141294368 |
790 | 2024-03-28T07:20:10.034Z | |
791 | 2024-03-28T07:20:10.034Z | #### # # ##### ##### # # |
792 | 2024-03-28T07:20:10.034Z | # # # # # # # # # # |
793 | 2024-03-28T07:20:10.034Z | # # # # # # # # |
794 | 2024-03-28T07:20:10.034Z | # # # ##### ##### # |
795 | 2024-03-28T07:20:10.034Z | # # # # # # # |
796 | 2024-03-28T07:20:10.035Z | #### ###### # # # # |
797 | 2024-03-28T07:20:10.035Z | |
798 | 2024-03-28T07:20:10.236Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
799 | 2024-03-28T07:20:10.527Z | Updating git repository `https://github.com/oxidecomputer/samael` |
800 | 2024-03-28T07:20:10.870Z | Updating git repository `https://github.com/oxidecomputer/zone` |
801 | 2024-03-28T07:20:11.171Z | Updating crates.io index |
802 | 2024-03-28T07:20:11.183Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
803 | 2024-03-28T07:20:11.931Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
804 | 2024-03-28T07:20:12.496Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
805 | 2024-03-28T07:20:14.775Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
806 | 2024-03-28T07:20:14.877Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
807 | 2024-03-28T07:20:15.138Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
808 | 2024-03-28T07:20:16.056Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
809 | 2024-03-28T07:20:18.279Z | Updating git repository `https://github.com/oxidecomputer/opte` |
810 | 2024-03-28T07:20:19.271Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
811 | 2024-03-28T07:20:19.946Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
812 | 2024-03-28T07:20:20.239Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
813 | 2024-03-28T07:20:20.761Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
814 | 2024-03-28T07:20:21.205Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
815 | 2024-03-28T07:20:21.487Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
816 | 2024-03-28T07:20:21.832Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
817 | 2024-03-28T07:20:22.133Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
818 | 2024-03-28T07:20:22.518Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
819 | 2024-03-28T07:20:22.893Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
820 | 2024-03-28T07:20:23.168Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
821 | 2024-03-28T07:20:23.409Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
822 | 2024-03-28T07:20:23.743Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
823 | 2024-03-28T07:20:24.295Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
824 | 2024-03-28T07:20:24.822Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
825 | 2024-03-28T07:20:25.169Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
826 | 2024-03-28T07:20:25.486Z | Updating git repository `https://github.com/jgallagher/nix` |
827 | 2024-03-28T07:20:26.429Z | Updating git repository `https://github.com/cbiffle/hubpack` |
828 | 2024-03-28T07:20:26.738Z | Updating git repository `https://github.com/oxidecomputer/typify` |
829 | 2024-03-28T07:20:28.483Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
830 | 2024-03-28T07:20:28.817Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
831 | 2024-03-28T07:20:29.079Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
832 | 2024-03-28T07:20:29.488Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
833 | 2024-03-28T07:20:30.659Z | Downloading crates ... |
834 | 2024-03-28T07:20:30.770Z | Downloaded anstyle v1.0.6 |
835 | 2024-03-28T07:20:30.778Z | Downloaded anstream v0.6.11 |
836 | 2024-03-28T07:20:30.810Z | Downloaded cargo_toml v0.19.0 |
837 | 2024-03-28T07:20:30.810Z | Downloaded itoa v1.0.9 |
838 | 2024-03-28T07:20:30.811Z | Downloaded thiserror-impl v1.0.57 |
839 | 2024-03-28T07:20:30.832Z | Downloaded ryu v1.0.15 |
840 | 2024-03-28T07:20:30.832Z | Downloaded bitflags v2.4.2 |
841 | 2024-03-28T07:20:30.832Z | Downloaded equivalent v1.0.1 |
842 | 2024-03-28T07:20:30.833Z | Downloaded autocfg v1.1.0 |
843 | 2024-03-28T07:20:30.833Z | Downloaded clap_lex v0.7.0 |
844 | 2024-03-28T07:20:30.833Z | Downloaded terminal_size v0.3.0 |
845 | 2024-03-28T07:20:30.833Z | Downloaded anstyle-query v1.0.0 |
846 | 2024-03-28T07:20:30.833Z | Downloaded colorchoice v1.0.0 |
847 | 2024-03-28T07:20:30.833Z | Downloaded swrite v0.1.0 |
848 | 2024-03-28T07:20:30.833Z | Downloaded strsim v0.11.0 |
849 | 2024-03-28T07:20:30.833Z | Downloaded errno v0.3.8 |
850 | 2024-03-28T07:20:30.859Z | Downloaded serde_spanned v0.6.5 |
851 | 2024-03-28T07:20:30.859Z | Downloaded utf8parse v0.2.1 |
852 | 2024-03-28T07:20:30.859Z | Downloaded heck v0.4.1 |
853 | 2024-03-28T07:20:30.859Z | Downloaded clap_derive v4.5.0 |
854 | 2024-03-28T07:20:30.860Z | Downloaded cargo_metadata v0.18.1 |
855 | 2024-03-28T07:20:30.860Z | Downloaded thiserror v1.0.57 |
856 | 2024-03-28T07:20:30.860Z | Downloaded toml_datetime v0.6.5 |
857 | 2024-03-28T07:20:30.860Z | Downloaded cargo-platform v0.1.3 |
858 | 2024-03-28T07:20:30.860Z | Downloaded fs-err v2.11.0 |
859 | 2024-03-28T07:20:30.872Z | Downloaded serde_derive v1.0.197 |
860 | 2024-03-28T07:20:30.872Z | Downloaded anstyle-parse v0.2.1 |
861 | 2024-03-28T07:20:30.872Z | Downloaded proc-macro2 v1.0.78 |
862 | 2024-03-28T07:20:30.872Z | Downloaded quote v1.0.35 |
863 | 2024-03-28T07:20:30.873Z | Downloaded unicode-ident v1.0.12 |
864 | 2024-03-28T07:20:30.873Z | Downloaded semver v1.0.22 |
865 | 2024-03-28T07:20:30.873Z | Downloaded camino v1.1.6 |
866 | 2024-03-28T07:20:30.873Z | Downloaded clap v4.5.1 |
867 | 2024-03-28T07:20:30.873Z | Downloaded toml v0.8.10 |
868 | 2024-03-28T07:20:30.885Z | Downloaded anyhow v1.0.79 |
869 | 2024-03-28T07:20:30.885Z | Downloaded serde v1.0.197 |
870 | 2024-03-28T07:20:30.885Z | Downloaded toml_edit v0.22.6 |
871 | 2024-03-28T07:20:30.898Z | Downloaded memchr v2.7.1 |
872 | 2024-03-28T07:20:30.906Z | Downloaded indexmap v2.2.5 |
873 | 2024-03-28T07:20:30.913Z | Downloaded hashbrown v0.14.3 |
874 | 2024-03-28T07:20:30.919Z | Downloaded clap_builder v4.5.1 |
875 | 2024-03-28T07:20:30.926Z | Downloaded winnow v0.6.1 |
876 | 2024-03-28T07:20:30.926Z | Downloaded syn v2.0.52 |
877 | 2024-03-28T07:20:30.941Z | Downloaded serde_json v1.0.114 |
878 | 2024-03-28T07:20:30.950Z | Downloaded rustix v0.38.31 |
879 | 2024-03-28T07:20:30.970Z | Downloaded libc v0.2.153 |
880 | 2024-03-28T07:20:31.636Z | Compiling proc-macro2 v1.0.78 |
881 | 2024-03-28T07:20:31.653Z | Compiling unicode-ident v1.0.12 |
882 | 2024-03-28T07:20:31.653Z | Compiling serde v1.0.197 |
883 | 2024-03-28T07:20:31.653Z | Compiling libc v0.2.153 |
884 | 2024-03-28T07:20:31.653Z | Compiling rustix v0.38.31 |
885 | 2024-03-28T07:20:31.653Z | Compiling equivalent v1.0.1 |
886 | 2024-03-28T07:20:31.653Z | Compiling hashbrown v0.14.3 |
887 | 2024-03-28T07:20:31.654Z | Compiling bitflags v2.4.2 |
888 | 2024-03-28T07:20:31.654Z | Compiling utf8parse v0.2.1 |
889 | 2024-03-28T07:20:31.654Z | Compiling thiserror v1.0.57 |
890 | 2024-03-28T07:20:31.654Z | Compiling anstyle-parse v0.2.1 |
891 | 2024-03-28T07:20:31.684Z | Compiling camino v1.1.6 |
892 | 2024-03-28T07:20:31.837Z | Compiling colorchoice v1.0.0 |
893 | 2024-03-28T07:20:31.958Z | Compiling anstyle-query v1.0.0 |
894 | 2024-03-28T07:20:32.457Z | Compiling autocfg v1.1.0 |
895 | 2024-03-28T07:20:32.475Z | Compiling indexmap v2.2.5 |
896 | 2024-03-28T07:20:32.649Z | Compiling semver v1.0.22 |
897 | 2024-03-28T07:20:32.905Z | Compiling serde_json v1.0.114 |
898 | 2024-03-28T07:20:32.908Z | Compiling winnow v0.6.1 |
899 | 2024-03-28T07:20:33.059Z | Compiling anstyle v1.0.6 |
900 | 2024-03-28T07:20:33.243Z | Compiling fs-err v2.11.0 |
901 | 2024-03-28T07:20:33.268Z | Compiling clap_lex v0.7.0 |
902 | 2024-03-28T07:20:33.319Z | Compiling itoa v1.0.9 |
903 | 2024-03-28T07:20:33.460Z | Compiling anstream v0.6.11 |
904 | 2024-03-28T07:20:33.503Z | Compiling ryu v1.0.15 |
905 | 2024-03-28T07:20:33.517Z | Compiling strsim v0.11.0 |
906 | 2024-03-28T07:20:33.534Z | Compiling anyhow v1.0.79 |
907 | 2024-03-28T07:20:33.813Z | Compiling heck v0.4.1 |
908 | 2024-03-28T07:20:33.990Z | Compiling quote v1.0.35 |
909 | 2024-03-28T07:20:34.274Z | Compiling errno v0.3.8 |
910 | 2024-03-28T07:20:34.482Z | Compiling syn v2.0.52 |
911 | 2024-03-28T07:20:34.577Z | Compiling swrite v0.1.0 |
912 | 2024-03-28T07:20:35.337Z | Compiling terminal_size v0.3.0 |
913 | 2024-03-28T07:20:35.475Z | Compiling clap_builder v4.5.1 |
914 | 2024-03-28T07:20:39.537Z | Compiling serde_derive v1.0.197 |
915 | 2024-03-28T07:20:39.537Z | Compiling thiserror-impl v1.0.57 |
916 | 2024-03-28T07:20:39.541Z | Compiling clap_derive v4.5.0 |
917 | 2024-03-28T07:20:42.130Z | Compiling clap v4.5.1 |
918 | 2024-03-28T07:20:47.325Z | Compiling toml_datetime v0.6.5 |
919 | 2024-03-28T07:20:47.331Z | Compiling serde_spanned v0.6.5 |
920 | 2024-03-28T07:20:47.331Z | Compiling cargo-platform v0.1.3 |
921 | 2024-03-28T07:20:47.548Z | Compiling toml_edit v0.22.6 |
922 | 2024-03-28T07:20:48.646Z | Compiling cargo_metadata v0.18.1 |
923 | 2024-03-28T07:20:49.557Z | Compiling toml v0.8.10 |
924 | 2024-03-28T07:20:50.203Z | Compiling cargo_toml v0.19.0 |
925 | 2024-03-28T07:20:53.896Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
926 | 2024-03-28T07:20:55.758Z | Finished dev [unoptimized + debuginfo] target(s) in 45.74s |
927 | 2024-03-28T07:20:55.968Z | Running `target/debug/xtask clippy` |
928 | 2024-03-28T07:20:56.015Z | 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" |
929 | 2024-03-28T07:20:56.589Z | Downloading crates ... |
930 | 2024-03-28T07:20:56.691Z | Downloaded aead v0.5.2 |
931 | 2024-03-28T07:20:56.694Z | Downloaded arrayvec v0.7.4 |
932 | 2024-03-28T07:20:56.698Z | Downloaded assert_matches v1.5.0 |
933 | 2024-03-28T07:20:56.698Z | Downloaded addr2line v0.21.0 |
934 | 2024-03-28T07:20:56.701Z | Downloaded ahash v0.8.8 |
935 | 2024-03-28T07:20:56.704Z | Downloaded ascii v1.1.0 |
936 | 2024-03-28T07:20:56.707Z | Downloaded argon2 v0.5.3 |
937 | 2024-03-28T07:20:56.707Z | Downloaded adler v1.0.2 |
938 | 2024-03-28T07:20:56.710Z | Downloaded headers-core v0.2.0 |
939 | 2024-03-28T07:20:56.710Z | Downloaded async-recursion v1.0.5 |
940 | 2024-03-28T07:20:56.713Z | Downloaded assert_cmd v2.0.14 |
941 | 2024-03-28T07:20:56.716Z | Downloaded cfg-if v1.0.0 |
942 | 2024-03-28T07:20:56.716Z | Downloaded arc-swap v1.6.0 |
943 | 2024-03-28T07:20:56.720Z | Downloaded allocator-api2 v0.2.16 |
944 | 2024-03-28T07:20:56.727Z | Downloaded cpufeatures v0.2.12 |
945 | 2024-03-28T07:20:56.734Z | Downloaded compact_str v0.7.1 |
946 | 2024-03-28T07:20:56.734Z | Downloaded crypto-bigint v0.5.2 |
947 | 2024-03-28T07:20:56.738Z | Downloaded indoc v1.0.9 |
948 | 2024-03-28T07:20:56.741Z | Downloaded hubpack v0.1.2 |
949 | 2024-03-28T07:20:56.741Z | Downloaded heck v0.3.3 |
950 | 2024-03-28T07:20:56.744Z | Downloaded heapless v0.7.16 |
951 | 2024-03-28T07:20:56.748Z | Downloaded hyper-rustls v0.26.0 |
952 | 2024-03-28T07:20:56.751Z | Downloaded cipher v0.4.4 |
953 | 2024-03-28T07:20:56.754Z | Downloaded ciborium-io v0.2.2 |
954 | 2024-03-28T07:20:56.754Z | Downloaded cast v0.3.0 |
955 | 2024-03-28T07:20:56.758Z | Downloaded bitstruct_derive v0.1.0 |
956 | 2024-03-28T07:20:56.758Z | Downloaded atty v0.2.14 |
957 | 2024-03-28T07:20:56.758Z | Downloaded hyper-staticfile v0.9.5 |
958 | 2024-03-28T07:20:56.762Z | Downloaded ident_case v1.0.1 |
959 | 2024-03-28T07:20:56.765Z | Downloaded atomicwrites v0.4.3 |
960 | 2024-03-28T07:20:56.765Z | Downloaded crossbeam-deque v0.8.3 |
961 | 2024-03-28T07:20:56.765Z | Downloaded async-stream-impl v0.3.5 |
962 | 2024-03-28T07:20:56.768Z | Downloaded lazycell v1.3.0 |
963 | 2024-03-28T07:20:56.768Z | Downloaded indoc v2.0.3 |
964 | 2024-03-28T07:20:56.771Z | Downloaded kstat-rs v0.2.3 |
965 | 2024-03-28T07:20:56.777Z | Downloaded highway v1.1.0 |
966 | 2024-03-28T07:20:56.780Z | Downloaded crc v3.0.1 |
967 | 2024-03-28T07:20:56.780Z | Downloaded http-body v1.0.0 |
968 | 2024-03-28T07:20:56.780Z | Downloaded crucible-workspace-hack v0.1.0 |
969 | 2024-03-28T07:20:56.780Z | Downloaded bitstruct v0.1.1 |
970 | 2024-03-28T07:20:56.783Z | Downloaded corncobs v0.1.3 |
971 | 2024-03-28T07:20:56.786Z | Downloaded scroll_derive v0.12.0 |
972 | 2024-03-28T07:20:56.786Z | Downloaded lazy_static v1.4.0 |
973 | 2024-03-28T07:20:56.789Z | Downloaded humantime v2.1.0 |
974 | 2024-03-28T07:20:56.789Z | Downloaded httpdate v1.0.3 |
975 | 2024-03-28T07:20:56.792Z | Downloaded camino-tempfile v1.1.1 |
976 | 2024-03-28T07:20:56.797Z | Downloaded http-range v0.1.5 |
977 | 2024-03-28T07:20:56.797Z | Downloaded newline-converter v0.3.0 |
978 | 2024-03-28T07:20:56.800Z | Downloaded matches v0.1.10 |
979 | 2024-03-28T07:20:56.800Z | Downloaded ciborium-ll v0.2.2 |
980 | 2024-03-28T07:20:56.800Z | Downloaded constant_time_eq v0.2.6 |
981 | 2024-03-28T07:20:56.800Z | Downloaded buf-list v1.0.3 |
982 | 2024-03-28T07:20:56.803Z | Downloaded nodrop v0.1.14 |
983 | 2024-03-28T07:20:56.806Z | Downloaded base16ct v0.2.0 |
984 | 2024-03-28T07:20:56.806Z | Downloaded bit-vec v0.6.3 |
985 | 2024-03-28T07:20:56.809Z | Downloaded newtype_derive v0.1.6 |
986 | 2024-03-28T07:20:56.809Z | Downloaded bitfield v0.14.0 |
987 | 2024-03-28T07:20:56.812Z | Downloaded match_cfg v0.1.0 |
988 | 2024-03-28T07:20:56.815Z | Downloaded cancel-safe-futures v0.1.5 |
989 | 2024-03-28T07:20:56.818Z | Downloaded nested v0.1.1 |
990 | 2024-03-28T07:20:56.818Z | Downloaded cookie_store v0.20.0 |
991 | 2024-03-28T07:20:56.821Z | Downloaded cassowary v0.3.0 |
992 | 2024-03-28T07:20:56.824Z | Downloaded bzip2 v0.4.4 |
993 | 2024-03-28T07:20:56.824Z | Downloaded httparse v1.8.0 |
994 | 2024-03-28T07:20:56.827Z | Downloaded hyper-util v0.1.2 |
995 | 2024-03-28T07:20:56.834Z | Downloaded rusty-fork v0.3.0 |
996 | 2024-03-28T07:20:56.837Z | Downloaded toolchain_find v0.2.0 |
997 | 2024-03-28T07:20:56.837Z | Downloaded scopeguard v1.2.0 |
998 | 2024-03-28T07:20:56.837Z | Downloaded hyper-tls v0.5.0 |
999 | 2024-03-28T07:20:56.841Z | Downloaded linear-map v1.2.0 |
1000 | 2024-03-28T07:20:56.844Z | Downloaded similar-asserts v1.5.0 |
1001 | 2024-03-28T07:20:56.844Z | Downloaded lru-cache v0.1.2 |
1002 | 2024-03-28T07:20:56.847Z | Downloaded tower-service v0.3.2 |
1003 | 2024-03-28T07:20:56.847Z | Downloaded slog-stdlog v4.1.1 |
1004 | 2024-03-28T07:20:56.851Z | Downloaded slog-scope v4.4.0 |
1005 | 2024-03-28T07:20:56.851Z | Downloaded vte_generate_state_changes v0.1.1 |
1006 | 2024-03-28T07:20:56.851Z | Downloaded newtype-uuid v1.0.1 |
1007 | 2024-03-28T07:20:56.854Z | Downloaded maplit v1.0.2 |
1008 | 2024-03-28T07:20:56.857Z | Downloaded normalize-line-endings v0.3.0 |
1009 | 2024-03-28T07:20:56.857Z | Downloaded indicatif v0.17.8 |
1010 | 2024-03-28T07:20:56.860Z | Downloaded maybe-uninit v2.0.0 |
1011 | 2024-03-28T07:20:56.864Z | Downloaded libefi-sys v0.1.0 |
1012 | 2024-03-28T07:20:56.864Z | Downloaded spin v0.5.2 |
1013 | 2024-03-28T07:20:56.867Z | Downloaded http-body v0.4.5 |
1014 | 2024-03-28T07:20:56.867Z | Downloaded vec_map v0.8.2 |
1015 | 2024-03-28T07:20:56.870Z | Downloaded curve25519-dalek-derive v0.1.0 |
1016 | 2024-03-28T07:20:56.870Z | Downloaded managed v0.8.0 |
1017 | 2024-03-28T07:20:56.876Z | Downloaded lalrpop-util v0.19.12 |
1018 | 2024-03-28T07:20:56.877Z | Downloaded string_cache v0.8.7 |
1019 | 2024-03-28T07:20:56.880Z | Downloaded thread-id v4.2.0 |
1020 | 2024-03-28T07:20:56.880Z | Downloaded mockall v0.12.0 |
1021 | 2024-03-28T07:20:56.880Z | Downloaded mime v0.3.17 |
1022 | 2024-03-28T07:20:56.880Z | Downloaded strsim v0.10.0 |
1023 | 2024-03-28T07:20:56.885Z | Downloaded num_threads v0.1.6 |
1024 | 2024-03-28T07:20:56.885Z | Downloaded libsw v3.3.1 |
1025 | 2024-03-28T07:20:56.888Z | Downloaded foreign-types v0.3.2 |
1026 | 2024-03-28T07:20:56.888Z | Downloaded foreign-types v0.5.0 |
1027 | 2024-03-28T07:20:56.888Z | Downloaded structmeta v0.2.0 |
1028 | 2024-03-28T07:20:56.891Z | Downloaded cookie v0.17.0 |
1029 | 2024-03-28T07:20:56.894Z | Downloaded thread_local v1.1.7 |
1030 | 2024-03-28T07:20:56.894Z | Downloaded httptest v0.15.5 |
1031 | 2024-03-28T07:20:56.897Z | Downloaded num-conv v0.1.0 |
1032 | 2024-03-28T07:20:56.900Z | Downloaded multer v3.0.0 |
1033 | 2024-03-28T07:20:56.903Z | Downloaded oso-derive v0.27.0 |
1034 | 2024-03-28T07:20:56.903Z | Downloaded predicates-core v1.0.6 |
1035 | 2024-03-28T07:20:56.903Z | Downloaded base64 v0.13.1 |
1036 | 2024-03-28T07:20:56.906Z | Downloaded memmap2 v0.7.1 |
1037 | 2024-03-28T07:20:56.909Z | Downloaded untrusted v0.7.1 |
1038 | 2024-03-28T07:20:56.913Z | Downloaded universal-hash v0.5.1 |
1039 | 2024-03-28T07:20:56.913Z | Downloaded hyper-rustls v0.24.2 |
1040 | 2024-03-28T07:20:56.916Z | Downloaded nu-ansi-term v0.50.0 |
1041 | 2024-03-28T07:20:56.919Z | Downloaded serde-big-array v0.5.1 |
1042 | 2024-03-28T07:20:56.924Z | Downloaded basic-toml v0.1.8 |
1043 | 2024-03-28T07:20:56.934Z | Downloaded sync_wrapper v0.1.2 |
1044 | 2024-03-28T07:20:56.937Z | Downloaded percent-encoding v2.3.1 |
1045 | 2024-03-28T07:20:56.937Z | Downloaded tower-layer v0.3.2 |
1046 | 2024-03-28T07:20:56.937Z | Downloaded deranged v0.3.11 |
1047 | 2024-03-28T07:20:56.937Z | Downloaded mime_guess v2.0.4 |
1048 | 2024-03-28T07:20:56.941Z | Downloaded unicode-linebreak v0.1.5 |
1049 | 2024-03-28T07:20:56.941Z | Downloaded fnv v1.0.7 |
1050 | 2024-03-28T07:20:56.944Z | Downloaded pretty-hex v0.2.1 |
1051 | 2024-03-28T07:20:56.944Z | Downloaded tempfile v3.10.0 |
1052 | 2024-03-28T07:20:56.947Z | Downloaded cc v1.0.83 |
1053 | 2024-03-28T07:20:56.950Z | Downloaded owo-colors v4.0.0 |
1054 | 2024-03-28T07:20:56.953Z | Downloaded usdt-attr-macro v0.5.0 |
1055 | 2024-03-28T07:20:56.957Z | Downloaded usdt-attr-macro v0.3.5 |
1056 | 2024-03-28T07:20:56.957Z | Downloaded subtle v2.5.0 |
1057 | 2024-03-28T07:20:56.957Z | Downloaded packed_struct_codegen v0.10.1 |
1058 | 2024-03-28T07:20:56.960Z | Downloaded packed_struct v0.10.1 |
1059 | 2024-03-28T07:20:56.963Z | Downloaded rustc_version v0.4.0 |
1060 | 2024-03-28T07:20:56.963Z | Downloaded erased-serde v0.3.31 |
1061 | 2024-03-28T07:20:56.966Z | Downloaded der_derive v0.7.2 |
1062 | 2024-03-28T07:20:56.969Z | Downloaded cstr-argument v0.1.2 |
1063 | 2024-03-28T07:20:56.969Z | Downloaded foreign-types-macros v0.2.3 |
1064 | 2024-03-28T07:20:56.969Z | Downloaded rtoolbox v0.0.1 |
1065 | 2024-03-28T07:20:56.972Z | Downloaded csv-core v0.1.11 |
1066 | 2024-03-28T07:20:56.975Z | Downloaded serde-big-array v0.4.1 |
1067 | 2024-03-28T07:20:56.975Z | Downloaded rustfmt-wrapper v0.2.0 |
1068 | 2024-03-28T07:20:56.979Z | Downloaded serde_arrays v0.1.0 |
1069 | 2024-03-28T07:20:56.979Z | Downloaded serde-hex v0.1.0 |
1070 | 2024-03-28T07:20:56.985Z | Downloaded once_cell v1.19.0 |
1071 | 2024-03-28T07:20:56.988Z | Downloaded precomputed-hash v0.1.1 |
1072 | 2024-03-28T07:20:56.988Z | Downloaded stable_deref_trait v1.2.0 |
1073 | 2024-03-28T07:20:56.988Z | Downloaded portpicker v0.1.1 |
1074 | 2024-03-28T07:20:56.988Z | Downloaded poly1305 v0.8.0 |
1075 | 2024-03-28T07:20:56.992Z | Downloaded supports-color v3.0.0 |
1076 | 2024-03-28T07:20:56.992Z | Downloaded strum_macros v0.25.2 |
1077 | 2024-03-28T07:20:56.995Z | Downloaded tabled_derive v0.7.0 |
1078 | 2024-03-28T07:20:57.001Z | Downloaded base64 v0.21.7 |
1079 | 2024-03-28T07:20:57.004Z | Downloaded miniz_oxide v0.7.1 |
1080 | 2024-03-28T07:20:57.004Z | Downloaded signal-hook-tokio v0.3.1 |
1081 | 2024-03-28T07:20:57.005Z | Downloaded unicase v2.7.0 |
1082 | 2024-03-28T07:20:57.008Z | Downloaded vsss-rs v3.3.4 |
1083 | 2024-03-28T07:20:57.011Z | Downloaded tinyvec_macros v0.1.1 |
1084 | 2024-03-28T07:20:57.011Z | Downloaded pin-project-lite v0.2.13 |
1085 | 2024-03-28T07:20:57.016Z | Downloaded olpc-cjson v0.1.3 |
1086 | 2024-03-28T07:20:57.019Z | Downloaded flagset v0.4.3 |
1087 | 2024-03-28T07:20:57.020Z | Downloaded fixedbitset v0.4.2 |
1088 | 2024-03-28T07:20:57.023Z | Downloaded omicron-zone-package v0.11.0 |
1089 | 2024-03-28T07:20:57.027Z | Downloaded psl-types v2.0.11 |
1090 | 2024-03-28T07:20:57.027Z | Downloaded snafu-derive v0.7.5 |
1091 | 2024-03-28T07:20:57.042Z | Downloaded float-cmp v0.9.0 |
1092 | 2024-03-28T07:20:57.042Z | Downloaded dtrace-parser v0.2.0 |
1093 | 2024-03-28T07:20:57.046Z | Downloaded hash32 v0.2.1 |
1094 | 2024-03-28T07:20:57.046Z | Downloaded unsafe-libyaml v0.2.10 |
1095 | 2024-03-28T07:20:57.046Z | Downloaded http v1.0.0 |
1096 | 2024-03-28T07:20:57.046Z | Downloaded foreign-types-shared v0.1.1 |
1097 | 2024-03-28T07:20:57.046Z | Downloaded secrecy v0.8.0 |
1098 | 2024-03-28T07:20:57.046Z | Downloaded parse-size v1.0.0 |
1099 | 2024-03-28T07:20:57.046Z | Downloaded guppy-workspace-hack v0.1.0 |
1100 | 2024-03-28T07:20:57.051Z | Downloaded derive-where v1.2.7 |
1101 | 2024-03-28T07:20:57.056Z | Downloaded pem v3.0.2 |
1102 | 2024-03-28T07:20:57.056Z | Downloaded rustls-pemfile v1.0.3 |
1103 | 2024-03-28T07:20:57.060Z | Downloaded darling v0.14.4 |
1104 | 2024-03-28T07:20:57.064Z | Downloaded tokio-macros v2.2.0 |
1105 | 2024-03-28T07:20:57.064Z | Downloaded signal-hook-registry v1.4.1 |
1106 | 2024-03-28T07:20:57.065Z | Downloaded signal-hook-mio v0.2.3 |
1107 | 2024-03-28T07:20:57.068Z | Downloaded postgres-types v0.2.6 |
1108 | 2024-03-28T07:20:57.068Z | Downloaded threadpool v1.8.1 |
1109 | 2024-03-28T07:20:57.072Z | Downloaded target-spec v3.1.0 |
1110 | 2024-03-28T07:20:57.072Z | Downloaded smf v0.2.2 |
1111 | 2024-03-28T07:20:57.077Z | Downloaded quick-error v1.2.3 |
1112 | 2024-03-28T07:20:57.077Z | Downloaded parking_lot_core v0.8.6 |
1113 | 2024-03-28T07:20:57.083Z | Downloaded debug-ignore v1.0.5 |
1114 | 2024-03-28T07:20:57.083Z | Downloaded usdt-macro v0.5.0 |
1115 | 2024-03-28T07:20:57.083Z | Downloaded datatest-stable v0.2.3 |
1116 | 2024-03-28T07:20:57.087Z | Downloaded usdt-macro v0.3.5 |
1117 | 2024-03-28T07:20:57.087Z | Downloaded futures-sink v0.3.30 |
1118 | 2024-03-28T07:20:57.087Z | Downloaded rustls-native-certs v0.7.0 |
1119 | 2024-03-28T07:20:57.091Z | Downloaded endian-type v0.1.2 |
1120 | 2024-03-28T07:20:57.091Z | Downloaded try-lock v0.2.4 |
1121 | 2024-03-28T07:20:57.091Z | Downloaded num v0.4.1 |
1122 | 2024-03-28T07:20:57.094Z | Downloaded serde_derive_internals v0.26.0 |
1123 | 2024-03-28T07:20:57.094Z | Downloaded plotters-backend v0.3.5 |
1124 | 2024-03-28T07:20:57.102Z | Downloaded plotters-svg v0.3.5 |
1125 | 2024-03-28T07:20:57.105Z | Downloaded target-lexicon v0.12.13 |
1126 | 2024-03-28T07:20:57.109Z | Downloaded parking_lot_core v0.9.8 |
1127 | 2024-03-28T07:20:57.112Z | Downloaded getopts v0.2.21 |
1128 | 2024-03-28T07:20:57.112Z | Downloaded fd-lock v4.0.2 |
1129 | 2024-03-28T07:20:57.116Z | Downloaded pem-rfc7468 v0.7.0 |
1130 | 2024-03-28T07:20:57.116Z | Downloaded snafu v0.7.5 |
1131 | 2024-03-28T07:20:57.123Z | Downloaded pretty-hex v0.4.1 |
1132 | 2024-03-28T07:20:57.129Z | Downloaded same-file v1.0.6 |
1133 | 2024-03-28T07:20:57.129Z | Downloaded rpassword v7.3.1 |
1134 | 2024-03-28T07:20:57.133Z | Downloaded rand v0.4.6 |
1135 | 2024-03-28T07:20:57.133Z | Downloaded wyz v0.5.1 |
1136 | 2024-03-28T07:20:57.138Z | Downloaded derive_more v0.99.17 |
1137 | 2024-03-28T07:20:57.142Z | Downloaded futures-macro v0.3.30 |
1138 | 2024-03-28T07:20:57.151Z | Downloaded slog-async v2.8.0 |
1139 | 2024-03-28T07:20:57.152Z | Downloaded opaque-debug v0.3.0 |
1140 | 2024-03-28T07:20:57.152Z | Downloaded doc-comment v0.3.3 |
1141 | 2024-03-28T07:20:57.157Z | Downloaded futures-io v0.3.30 |
1142 | 2024-03-28T07:20:57.157Z | Downloaded futures-executor v0.3.30 |
1143 | 2024-03-28T07:20:57.158Z | Downloaded xattr v1.0.1 |
1144 | 2024-03-28T07:20:57.158Z | Downloaded powerfmt v0.2.0 |
1145 | 2024-03-28T07:20:57.158Z | Downloaded pin-utils v0.1.0 |
1146 | 2024-03-28T07:20:57.158Z | Downloaded tui-tree-widget v0.17.0 |
1147 | 2024-03-28T07:20:57.158Z | Downloaded tokio-tungstenite v0.20.1 |
1148 | 2024-03-28T07:20:57.162Z | Downloaded zerocopy v0.3.0 |
1149 | 2024-03-28T07:20:57.162Z | Downloaded tokio-tungstenite v0.21.0 |
1150 | 2024-03-28T07:20:57.169Z | Downloaded fxhash v0.2.1 |
1151 | 2024-03-28T07:20:57.169Z | Downloaded yasna v0.5.2 |
1152 | 2024-03-28T07:20:57.169Z | Downloaded ppv-lite86 v0.2.17 |
1153 | 2024-03-28T07:20:57.172Z | Downloaded spki v0.7.2 |
1154 | 2024-03-28T07:20:57.173Z | Downloaded smawk v0.3.1 |
1155 | 2024-03-28T07:20:57.177Z | Downloaded siphasher v0.3.11 |
1156 | 2024-03-28T07:20:57.178Z | Downloaded enum-as-inner v0.5.1 |
1157 | 2024-03-28T07:20:57.181Z | Downloaded flume v0.11.0 |
1158 | 2024-03-28T07:20:57.185Z | Downloaded darling_macro v0.14.4 |
1159 | 2024-03-28T07:20:57.185Z | Downloaded zone_cfg_derive v0.1.2 |
1160 | 2024-03-28T07:20:57.185Z | Downloaded sqlformat v0.2.3 |
1161 | 2024-03-28T07:20:57.188Z | Downloaded dtrace-parser v0.1.14 |
1162 | 2024-03-28T07:20:57.188Z | Downloaded downcast v0.11.0 |
1163 | 2024-03-28T07:20:57.191Z | Downloaded socket2 v0.5.5 |
1164 | 2024-03-28T07:20:57.191Z | Downloaded crypto-common v0.1.6 |
1165 | 2024-03-28T07:20:57.195Z | Downloaded socket2 v0.4.9 |
1166 | 2024-03-28T07:20:57.195Z | Downloaded openssl-macros v0.1.1 |
1167 | 2024-03-28T07:20:57.199Z | Downloaded proc-macro-error-attr v1.0.4 |
1168 | 2024-03-28T07:20:57.199Z | Downloaded unarray v0.1.4 |
1169 | 2024-03-28T07:20:57.199Z | Downloaded take_mut v0.2.2 |
1170 | 2024-03-28T07:20:57.202Z | Downloaded oorandom v11.1.3 |
1171 | 2024-03-28T07:20:57.202Z | Downloaded unicode-width v0.1.11 |
1172 | 2024-03-28T07:20:57.208Z | Downloaded pkcs1 v0.7.5 |
1173 | 2024-03-28T07:20:57.208Z | Downloaded postgres-protocol v0.6.6 |
1174 | 2024-03-28T07:20:57.223Z | Downloaded termios v0.3.3 |
1175 | 2024-03-28T07:20:57.223Z | Downloaded reedline v0.30.0 |
1176 | 2024-03-28T07:20:57.228Z | Downloaded serde_plain v1.0.2 |
1177 | 2024-03-28T07:20:57.228Z | Downloaded serde_path_to_error v0.1.16 |
1178 | 2024-03-28T07:20:57.228Z | Downloaded parse-display v0.9.0 |
1179 | 2024-03-28T07:20:57.228Z | Downloaded structopt-derive v0.4.18 |
1180 | 2024-03-28T07:20:57.228Z | Downloaded criterion v0.5.1 |
1181 | 2024-03-28T07:20:57.234Z | Downloaded want v0.3.1 |
1182 | 2024-03-28T07:20:57.238Z | Downloaded serde_tokenstream v0.1.7 |
1183 | 2024-03-28T07:20:57.243Z | Downloaded fastrand v2.0.1 |
1184 | 2024-03-28T07:20:57.243Z | Downloaded slog v2.7.0 |
1185 | 2024-03-28T07:20:57.248Z | Downloaded rand_core v0.6.4 |
1186 | 2024-03-28T07:20:57.248Z | Downloaded untrusted v0.9.0 |
1187 | 2024-03-28T07:20:57.248Z | Downloaded termtree v0.4.1 |
1188 | 2024-03-28T07:20:57.251Z | Downloaded foreign-types-shared v0.3.1 |
1189 | 2024-03-28T07:20:57.251Z | Downloaded signal-hook v0.3.17 |
1190 | 2024-03-28T07:20:57.261Z | Downloaded parking_lot v0.11.2 |
1191 | 2024-03-28T07:20:57.265Z | Downloaded unicode-xid v0.2.4 |
1192 | 2024-03-28T07:20:57.265Z | Downloaded itertools v0.10.5 |
1193 | 2024-03-28T07:20:57.265Z | Downloaded phf_shared v0.10.0 |
1194 | 2024-03-28T07:20:57.270Z | Downloaded rand_seeder v0.2.3 |
1195 | 2024-03-28T07:20:57.270Z | Downloaded futures-channel v0.3.30 |
1196 | 2024-03-28T07:20:57.273Z | Downloaded trybuild v1.0.89 |
1197 | 2024-03-28T07:20:57.278Z | Downloaded tokio-postgres v0.7.10 |
1198 | 2024-03-28T07:20:57.281Z | Downloaded rustls-pemfile v2.1.1 |
1199 | 2024-03-28T07:20:57.285Z | Downloaded time-core v0.1.2 |
1200 | 2024-03-28T07:20:57.285Z | Downloaded ref-cast-impl v1.0.20 |
1201 | 2024-03-28T07:20:57.285Z | Downloaded rustls-pki-types v1.3.0 |
1202 | 2024-03-28T07:20:57.291Z | Downloaded usdt-impl v0.3.5 |
1203 | 2024-03-28T07:20:57.292Z | Downloaded signature v2.1.0 |
1204 | 2024-03-28T07:20:57.292Z | Downloaded smallvec v0.6.14 |
1205 | 2024-03-28T07:20:57.292Z | Downloaded slog-envlogger v2.2.0 |
1206 | 2024-03-28T07:20:57.306Z | Downloaded slab v0.4.9 |
1207 | 2024-03-28T07:20:57.306Z | Downloaded pest_generator v2.7.6 |
1208 | 2024-03-28T07:20:57.307Z | Downloaded env_logger v0.9.3 |
1209 | 2024-03-28T07:20:57.312Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1210 | 2024-03-28T07:20:57.312Z | Downloaded signature v1.6.4 |
1211 | 2024-03-28T07:20:57.312Z | Downloaded darling_macro v0.20.3 |
1212 | 2024-03-28T07:20:57.312Z | Downloaded papergrid v0.11.0 |
1213 | 2024-03-28T07:20:57.312Z | Downloaded num-complex v0.4.4 |
1214 | 2024-03-28T07:20:57.312Z | Downloaded postcard v1.0.8 |
1215 | 2024-03-28T07:20:57.312Z | Downloaded serde_yaml v0.9.25 |
1216 | 2024-03-28T07:20:57.316Z | Downloaded sqlparser_derive v0.2.2 |
1217 | 2024-03-28T07:20:57.319Z | Downloaded serde_tokenstream v0.2.0 |
1218 | 2024-03-28T07:20:57.323Z | Downloaded num_cpus v1.16.0 |
1219 | 2024-03-28T07:20:57.323Z | Downloaded display-error-chain v0.2.0 |
1220 | 2024-03-28T07:20:57.327Z | Downloaded defmt-macros v0.3.6 |
1221 | 2024-03-28T07:20:57.330Z | Downloaded tungstenite v0.20.1 |
1222 | 2024-03-28T07:20:57.334Z | Downloaded funty v2.0.0 |
1223 | 2024-03-28T07:20:57.334Z | Downloaded whoami v1.5.0 |
1224 | 2024-03-28T07:20:57.338Z | Downloaded fragile v2.0.0 |
1225 | 2024-03-28T07:20:57.342Z | Downloaded ref-cast v1.0.20 |
1226 | 2024-03-28T07:20:57.342Z | Downloaded stability v0.1.1 |
1227 | 2024-03-28T07:20:57.342Z | Downloaded scheduled-thread-pool v0.2.7 |
1228 | 2024-03-28T07:20:57.347Z | Downloaded utf-8 v0.7.6 |
1229 | 2024-03-28T07:20:57.347Z | Downloaded slog-term v2.9.0 |
1230 | 2024-03-28T07:20:57.350Z | Downloaded textwrap v0.11.0 |
1231 | 2024-03-28T07:20:57.350Z | Downloaded hashbrown v0.12.3 |
1232 | 2024-03-28T07:20:57.354Z | Downloaded salty v0.2.0 |
1233 | 2024-03-28T07:20:57.360Z | Downloaded number_prefix v0.4.0 |
1234 | 2024-03-28T07:20:57.363Z | Downloaded num_enum_derive v0.5.11 |
1235 | 2024-03-28T07:20:57.364Z | Downloaded dof v0.1.5 |
1236 | 2024-03-28T07:20:57.367Z | Downloaded data-encoding v2.4.0 |
1237 | 2024-03-28T07:20:57.367Z | Downloaded zone v0.1.8 |
1238 | 2024-03-28T07:20:57.368Z | Downloaded walkdir v2.4.0 |
1239 | 2024-03-28T07:20:57.375Z | Downloaded topological-sort v0.2.2 |
1240 | 2024-03-28T07:20:57.376Z | Downloaded dof v0.3.0 |
1241 | 2024-03-28T07:20:57.376Z | Downloaded clap v2.34.0 |
1242 | 2024-03-28T07:20:57.381Z | Downloaded num-integer v0.1.46 |
1243 | 2024-03-28T07:20:57.385Z | Downloaded serde_urlencoded v0.7.1 |
1244 | 2024-03-28T07:20:57.385Z | Downloaded sha1 v0.10.6 |
1245 | 2024-03-28T07:20:57.385Z | Downloaded num-iter v0.1.44 |
1246 | 2024-03-28T07:20:57.388Z | Downloaded serde_with_macros v3.6.1 |
1247 | 2024-03-28T07:20:57.389Z | Downloaded phf v0.11.2 |
1248 | 2024-03-28T07:20:57.395Z | Downloaded hkdf v0.12.4 |
1249 | 2024-03-28T07:20:57.395Z | Downloaded env_logger v0.10.0 |
1250 | 2024-03-28T07:20:57.398Z | Downloaded getrandom v0.2.12 |
1251 | 2024-03-28T07:20:57.399Z | Downloaded darling_core v0.20.3 |
1252 | 2024-03-28T07:20:57.403Z | Downloaded dirs-sys-next v0.1.2 |
1253 | 2024-03-28T07:20:57.407Z | Downloaded waitgroup v0.1.2 |
1254 | 2024-03-28T07:20:57.407Z | Downloaded proc-macro-error v1.0.4 |
1255 | 2024-03-28T07:20:57.410Z | Downloaded pretty_assertions v1.4.0 |
1256 | 2024-03-28T07:20:57.413Z | Downloaded fatfs v0.3.6 |
1257 | 2024-03-28T07:20:57.422Z | Downloaded tiny-keccak v2.0.2 |
1258 | 2024-03-28T07:20:57.425Z | Downloaded shlex v1.3.0 |
1259 | 2024-03-28T07:20:57.425Z | Downloaded pest_meta v2.7.6 |
1260 | 2024-03-28T07:20:57.426Z | Downloaded hyper v1.1.0 |
1261 | 2024-03-28T07:20:57.429Z | Downloaded ron v0.8.1 |
1262 | 2024-03-28T07:20:57.435Z | Downloaded num-bigint v0.4.4 |
1263 | 2024-03-28T07:20:57.440Z | Downloaded structopt v0.3.26 |
1264 | 2024-03-28T07:20:57.448Z | Downloaded test-strategy v0.3.1 |
1265 | 2024-03-28T07:20:57.453Z | Downloaded zerocopy-derive v0.7.32 |
1266 | 2024-03-28T07:20:57.457Z | Downloaded sha2 v0.10.8 |
1267 | 2024-03-28T07:20:57.460Z | Downloaded pest_derive v2.7.6 |
1268 | 2024-03-28T07:20:57.463Z | Downloaded bindgen v0.69.2 |
1269 | 2024-03-28T07:20:57.470Z | Downloaded tracing-core v0.1.32 |
1270 | 2024-03-28T07:20:57.473Z | Downloaded ron v0.7.1 |
1271 | 2024-03-28T07:20:57.478Z | Downloaded goblin v0.8.0 |
1272 | 2024-03-28T07:20:57.485Z | Downloaded toml v0.7.8 |
1273 | 2024-03-28T07:20:57.489Z | Downloaded openssl-sys v0.9.96 |
1274 | 2024-03-28T07:20:57.494Z | Downloaded unicode_categories v0.1.1 |
1275 | 2024-03-28T07:20:57.497Z | Downloaded reqwest v0.11.24 |
1276 | 2024-03-28T07:20:57.506Z | Downloaded tough v0.16.0 |
1277 | 2024-03-28T07:20:57.514Z | Downloaded toml_edit v0.19.15 |
1278 | 2024-03-28T07:20:57.533Z | Downloaded unicode-normalization v0.1.22 |
1279 | 2024-03-28T07:20:57.536Z | Downloaded trust-dns-server v0.22.1 |
1280 | 2024-03-28T07:20:57.542Z | Downloaded regex-automata v0.1.10 |
1281 | 2024-03-28T07:20:57.547Z | Downloaded quick-xml v0.30.0 |
1282 | 2024-03-28T07:20:57.554Z | Downloaded zerocopy v0.7.32 |
1283 | 2024-03-28T07:20:57.571Z | Downloaded guppy v0.17.5 |
1284 | 2024-03-28T07:20:57.577Z | Downloaded vcpkg v0.2.15 |
1285 | 2024-03-28T07:20:57.616Z | Downloaded time v0.3.34 |
1286 | 2024-03-28T07:20:57.623Z | Downloaded rayon v1.9.0 |
1287 | 2024-03-28T07:20:57.633Z | Downloaded tabled v0.15.0 |
1288 | 2024-03-28T07:20:57.650Z | Downloaded rustls-webpki v0.101.7 |
1289 | 2024-03-28T07:20:57.665Z | Downloaded serde_with v3.6.1 |
1290 | 2024-03-28T07:20:57.673Z | Downloaded rustls-webpki v0.102.1 |
1291 | 2024-03-28T07:20:57.691Z | Downloaded proptest v1.4.0 |
1292 | 2024-03-28T07:20:57.701Z | Downloaded regex v1.10.3 |
1293 | 2024-03-28T07:20:57.715Z | Downloaded smoltcp v0.11.0 |
1294 | 2024-03-28T07:20:57.728Z | Downloaded smoltcp v0.9.1 |
1295 | 2024-03-28T07:20:57.739Z | Downloaded petgraph v0.6.4 |
1296 | 2024-03-28T07:20:57.758Z | Downloaded regex-syntax v0.6.29 |
1297 | 2024-03-28T07:20:57.763Z | Downloaded webpki-roots v0.25.2 |
1298 | 2024-03-28T07:20:57.771Z | Downloaded diesel v2.1.4 |
1299 | 2024-03-28T07:20:57.787Z | Downloaded openssl v0.10.60 |
1300 | 2024-03-28T07:20:57.796Z | Downloaded gimli v0.28.0 |
1301 | 2024-03-28T07:20:57.805Z | Downloaded rustls v0.21.9 |
1302 | 2024-03-28T07:20:57.818Z | Downloaded zerocopy-derive v0.6.4 |
1303 | 2024-03-28T07:20:57.828Z | Downloaded zerocopy-derive v0.2.0 |
1304 | 2024-03-28T07:20:57.837Z | Downloaded regex-automata v0.4.5 |
1305 | 2024-03-28T07:20:57.855Z | Downloaded openapiv3 v2.0.0 |
1306 | 2024-03-28T07:20:57.869Z | Downloaded object v0.30.4 |
1307 | 2024-03-28T07:20:57.879Z | Downloaded sled v0.34.7 |
1308 | 2024-03-28T07:20:57.890Z | Downloaded ratatui v0.26.1 |
1309 | 2024-03-28T07:20:57.908Z | Downloaded rustls v0.22.2 |
1310 | 2024-03-28T07:20:57.923Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1311 | 2024-03-28T07:20:57.935Z | Downloaded regex-syntax v0.8.2 |
1312 | 2024-03-28T07:20:57.944Z | Downloaded polar-core v0.27.0 |
1313 | 2024-03-28T07:20:57.955Z | Downloaded object v0.32.1 |
1314 | 2024-03-28T07:20:57.967Z | Downloaded bstr v1.9.0 |
1315 | 2024-03-28T07:20:57.977Z | Downloaded tokio v1.36.0 |
1316 | 2024-03-28T07:20:58.031Z | Downloaded sha3 v0.10.8 |
1317 | 2024-03-28T07:20:58.036Z | Downloaded curve25519-dalek v4.1.1 |
1318 | 2024-03-28T07:20:58.051Z | Downloaded csv v1.3.0 |
1319 | 2024-03-28T07:20:58.067Z | Downloaded trust-dns-proto v0.22.0 |
1320 | 2024-03-28T07:20:58.080Z | Downloaded regress v0.9.0 |
1321 | 2024-03-28T07:20:58.088Z | Downloaded bstr v0.2.17 |
1322 | 2024-03-28T07:20:58.098Z | Downloaded nix v0.27.1 |
1323 | 2024-03-28T07:20:58.110Z | Downloaded encoding_rs v0.8.33 |
1324 | 2024-03-28T07:20:58.132Z | Downloaded syn v1.0.109 |
1325 | 2024-03-28T07:20:58.143Z | Downloaded radix_trie v0.2.1 |
1326 | 2024-03-28T07:20:58.151Z | Downloaded sqlparser v0.43.1 |
1327 | 2024-03-28T07:20:58.157Z | Downloaded idna v0.2.3 |
1328 | 2024-03-28T07:20:58.164Z | Downloaded idna v0.5.0 |
1329 | 2024-03-28T07:20:58.171Z | Downloaded h2 v0.3.24 |
1330 | 2024-03-28T07:20:58.178Z | Downloaded lalrpop v0.19.12 |
1331 | 2024-03-28T07:20:58.190Z | Downloaded idna v0.3.0 |
1332 | 2024-03-28T07:20:58.196Z | Downloaded typed-path v0.7.0 |
1333 | 2024-03-28T07:20:58.202Z | Downloaded portable-atomic v1.4.3 |
1334 | 2024-03-28T07:20:58.208Z | Downloaded ring v0.16.20 |
1335 | 2024-03-28T07:20:58.290Z | Downloaded winnow v0.5.15 |
1336 | 2024-03-28T07:20:58.296Z | Downloaded chrono v0.4.34 |
1337 | 2024-03-28T07:20:58.304Z | Downloaded tower v0.4.13 |
1338 | 2024-03-28T07:20:58.312Z | Downloaded tokio-util v0.7.10 |
1339 | 2024-03-28T07:20:58.320Z | Downloaded rayon-core v1.12.1 |
1340 | 2024-03-28T07:20:58.323Z | Downloaded diesel_derives v2.1.2 |
1341 | 2024-03-28T07:20:58.326Z | Downloaded num-bigint-dig v0.8.4 |
1342 | 2024-03-28T07:20:58.331Z | Downloaded bitvec v1.0.1 |
1343 | 2024-03-28T07:20:58.346Z | Downloaded ring v0.17.8 |
1344 | 2024-03-28T07:20:58.417Z | Downloaded url v2.5.0 |
1345 | 2024-03-28T07:20:58.420Z | Downloaded unicode-segmentation v1.10.1 |
1346 | 2024-03-28T07:20:58.423Z | Downloaded num-traits v0.2.18 |
1347 | 2024-03-28T07:20:58.426Z | Downloaded num-rational v0.4.1 |
1348 | 2024-03-28T07:20:58.429Z | Downloaded toml v0.5.11 |
1349 | 2024-03-28T07:20:58.432Z | Downloaded ucd-trie v0.1.6 |
1350 | 2024-03-28T07:20:58.432Z | Downloaded zip v0.6.6 |
1351 | 2024-03-28T07:20:58.435Z | Downloaded plotters v0.3.5 |
1352 | 2024-03-28T07:20:58.443Z | Downloaded rustyline v13.0.0 |
1353 | 2024-03-28T07:20:58.449Z | Downloaded trust-dns-client v0.22.0 |
1354 | 2024-03-28T07:20:58.454Z | Downloaded futures v0.3.30 |
1355 | 2024-03-28T07:20:58.459Z | Downloaded tungstenite v0.21.0 |
1356 | 2024-03-28T07:20:58.465Z | Downloaded futures-util v0.3.30 |
1357 | 2024-03-28T07:20:58.474Z | Downloaded wait-timeout v0.2.0 |
1358 | 2024-03-28T07:20:58.477Z | Downloaded darling_core v0.14.4 |
1359 | 2024-03-28T07:20:58.480Z | Downloaded glob v0.3.1 |
1360 | 2024-03-28T07:20:58.483Z | Downloaded time-macros v0.2.17 |
1361 | 2024-03-28T07:20:58.483Z | Downloaded tap v1.0.1 |
1362 | 2024-03-28T07:20:58.483Z | Downloaded structmeta-derive v0.3.0 |
1363 | 2024-03-28T07:20:58.487Z | Downloaded structmeta-derive v0.2.0 |
1364 | 2024-03-28T07:20:58.487Z | Downloaded structmeta v0.3.0 |
1365 | 2024-03-28T07:20:58.487Z | Downloaded defmt v0.3.5 |
1366 | 2024-03-28T07:20:58.490Z | Downloaded usdt-impl v0.5.0 |
1367 | 2024-03-28T07:20:58.493Z | Downloaded form_urlencoded v1.2.1 |
1368 | 2024-03-28T07:20:58.493Z | Downloaded zeroize_derive v1.4.2 |
1369 | 2024-03-28T07:20:58.493Z | Downloaded textwrap v0.16.1 |
1370 | 2024-03-28T07:20:58.496Z | Downloaded prettyplease v0.2.16 |
1371 | 2024-03-28T07:20:58.499Z | Downloaded tracing v0.1.40 |
1372 | 2024-03-28T07:20:58.502Z | Downloaded itertools v0.12.1 |
1373 | 2024-03-28T07:20:58.508Z | Downloaded rstest v0.18.2 |
1374 | 2024-03-28T07:20:58.513Z | Downloaded parking_lot v0.12.1 |
1375 | 2024-03-28T07:20:58.516Z | Downloaded proc-macro-crate v1.3.1 |
1376 | 2024-03-28T07:20:58.516Z | Downloaded phf_shared v0.11.2 |
1377 | 2024-03-28T07:20:58.519Z | Downloaded gethostname v0.4.3 |
1378 | 2024-03-28T07:20:58.519Z | Downloaded x509-cert v0.2.4 |
1379 | 2024-03-28T07:20:58.524Z | Downloaded blake3 v1.5.0 |
1380 | 2024-03-28T07:20:58.530Z | Downloaded publicsuffix v2.2.3 |
1381 | 2024-03-28T07:20:58.540Z | Downloaded pest v2.7.6 |
1382 | 2024-03-28T07:20:58.543Z | Downloaded nom v7.1.3 |
1383 | 2024-03-28T07:20:58.546Z | Downloaded libxml v0.3.3 |
1384 | 2024-03-28T07:20:58.550Z | Downloaded der v0.7.8 |
1385 | 2024-03-28T07:20:58.554Z | Downloaded tabwriter v1.4.0 |
1386 | 2024-03-28T07:20:58.557Z | Downloaded serde_repr v0.1.16 |
1387 | 2024-03-28T07:20:58.557Z | Downloaded parse-display-derive v0.9.0 |
1388 | 2024-03-28T07:20:58.560Z | Downloaded darling v0.20.3 |
1389 | 2024-03-28T07:20:58.567Z | Downloaded diff v0.1.13 |
1390 | 2024-03-28T07:20:58.567Z | Downloaded generic-array v0.14.7 |
1391 | 2024-03-28T07:20:58.567Z | Downloaded futures-core v0.3.30 |
1392 | 2024-03-28T07:20:58.570Z | Downloaded partial-io v0.5.4 |
1393 | 2024-03-28T07:20:58.570Z | Downloaded sec1 v0.7.3 |
1394 | 2024-03-28T07:20:58.570Z | Downloaded term v0.7.0 |
1395 | 2024-03-28T07:20:58.573Z | Downloaded tar v0.4.40 |
1396 | 2024-03-28T07:20:58.576Z | Downloaded rand v0.8.5 |
1397 | 2024-03-28T07:20:58.579Z | Downloaded tinyvec v1.6.0 |
1398 | 2024-03-28T07:20:58.582Z | Downloaded strum v0.26.1 |
1399 | 2024-03-28T07:20:58.582Z | Downloaded futures-task v0.3.30 |
1400 | 2024-03-28T07:20:58.586Z | Downloaded password-hash v0.5.0 |
1401 | 2024-03-28T07:20:58.586Z | Downloaded unicode-bidi v0.3.15 |
1402 | 2024-03-28T07:20:58.596Z | Downloaded mio v0.8.11 |
1403 | 2024-03-28T07:20:58.599Z | Downloaded difflib v0.4.0 |
1404 | 2024-03-28T07:20:58.599Z | Downloaded ena v0.14.2 |
1405 | 2024-03-28T07:20:58.599Z | Downloaded pin-project v1.1.3 |
1406 | 2024-03-28T07:20:58.606Z | Downloaded tokio-rustls v0.25.0 |
1407 | 2024-03-28T07:20:58.609Z | Downloaded tokio-rustls v0.24.1 |
1408 | 2024-03-28T07:20:58.612Z | Downloaded flate2 v1.0.28 |
1409 | 2024-03-28T07:20:58.615Z | Downloaded half v2.3.1 |
1410 | 2024-03-28T07:20:58.618Z | Downloaded libm v0.2.7 |
1411 | 2024-03-28T07:20:58.626Z | Downloaded paste v1.0.14 |
1412 | 2024-03-28T07:20:58.629Z | Downloaded termcolor v1.2.0 |
1413 | 2024-03-28T07:20:58.632Z | Downloaded slog-dtrace v0.3.0 |
1414 | 2024-03-28T07:20:58.632Z | Downloaded platforms v3.0.2 |
1415 | 2024-03-28T07:20:58.636Z | Downloaded pkcs8 v0.10.2 |
1416 | 2024-03-28T07:20:58.636Z | Downloaded expectorate v1.1.0 |
1417 | 2024-03-28T07:20:58.639Z | Downloaded trust-dns-resolver v0.22.0 |
1418 | 2024-03-28T07:20:58.642Z | Downloaded steno v0.4.0 |
1419 | 2024-03-28T07:20:58.648Z | Downloaded zerocopy v0.6.4 |
1420 | 2024-03-28T07:20:58.651Z | Downloaded path-slash v0.1.5 |
1421 | 2024-03-28T07:20:58.651Z | Downloaded strum v0.25.0 |
1422 | 2024-03-28T07:20:58.651Z | Downloaded tokio-native-tls v0.3.1 |
1423 | 2024-03-28T07:20:58.651Z | Downloaded minimal-lexical v0.2.1 |
1424 | 2024-03-28T07:20:58.655Z | Downloaded fd-lock v3.0.13 |
1425 | 2024-03-28T07:20:58.658Z | Downloaded dirs-next v2.0.0 |
1426 | 2024-03-28T07:20:58.661Z | Downloaded digest v0.10.7 |
1427 | 2024-03-28T07:20:58.662Z | Downloaded tinytemplate v1.2.1 |
1428 | 2024-03-28T07:20:58.665Z | Downloaded rustversion v1.0.14 |
1429 | 2024-03-28T07:20:58.665Z | Downloaded resolv-conf v0.7.0 |
1430 | 2024-03-28T07:20:58.669Z | Downloaded which v4.4.0 |
1431 | 2024-03-28T07:20:58.669Z | Downloaded plain v0.2.3 |
1432 | 2024-03-28T07:20:58.669Z | Downloaded pkg-config v0.3.27 |
1433 | 2024-03-28T07:20:58.672Z | Downloaded hyper v0.14.28 |
1434 | 2024-03-28T07:20:58.677Z | Downloaded hash32 v0.3.1 |
1435 | 2024-03-28T07:20:58.680Z | Downloaded crossterm v0.27.0 |
1436 | 2024-03-28T07:20:58.684Z | Downloaded rstest_macros v0.18.2 |
1437 | 2024-03-28T07:20:58.687Z | Downloaded yansi v0.5.1 |
1438 | 2024-03-28T07:20:58.690Z | Downloaded subprocess v0.2.9 |
1439 | 2024-03-28T07:20:58.690Z | Downloaded strum_macros v0.26.1 |
1440 | 2024-03-28T07:20:58.697Z | Downloaded rand_chacha v0.3.1 |
1441 | 2024-03-28T07:20:58.697Z | Downloaded usdt v0.5.0 |
1442 | 2024-03-28T07:20:58.700Z | Downloaded oso v0.27.0 |
1443 | 2024-03-28T07:20:58.700Z | Downloaded r2d2 v0.8.10 |
1444 | 2024-03-28T07:20:58.701Z | Downloaded predicates v3.1.0 |
1445 | 2024-03-28T07:20:58.701Z | Downloaded tracing-attributes v0.1.27 |
1446 | 2024-03-28T07:20:58.704Z | Downloaded elliptic-curve v0.13.8 |
1447 | 2024-03-28T07:20:58.707Z | Downloaded semver v0.1.20 |
1448 | 2024-03-28T07:20:58.710Z | Downloaded num_enum v0.5.11 |
1449 | 2024-03-28T07:20:58.713Z | Downloaded static_assertions v1.1.0 |
1450 | 2024-03-28T07:20:58.713Z | Downloaded smallvec v1.13.1 |
1451 | 2024-03-28T07:20:58.717Z | Downloaded filetime v0.2.23 |
1452 | 2024-03-28T07:20:58.717Z | Downloaded ff v0.13.0 |
1453 | 2024-03-28T07:20:58.720Z | Downloaded embedded-io v0.4.0 |
1454 | 2024-03-28T07:20:58.720Z | Downloaded ed25519 v1.5.3 |
1455 | 2024-03-28T07:20:58.723Z | Downloaded dyn-clone v1.0.17 |
1456 | 2024-03-28T07:20:58.723Z | Downloaded derive_builder_macro v0.12.0 |
1457 | 2024-03-28T07:20:58.723Z | Downloaded defmt-parser v0.3.3 |
1458 | 2024-03-28T07:20:58.732Z | Downloaded rust-argon2 v1.0.1 |
1459 | 2024-03-28T07:20:58.734Z | Downloaded vte v0.11.1 |
1460 | 2024-03-28T07:20:58.735Z | Downloaded rcgen v0.12.1 |
1461 | 2024-03-28T07:20:58.735Z | Downloaded zeroize v1.7.0 |
1462 | 2024-03-28T07:20:58.735Z | Downloaded usdt v0.3.5 |
1463 | 2024-03-28T07:20:58.735Z | Downloaded uuid v1.7.0 |
1464 | 2024-03-28T07:20:58.735Z | Downloaded log v0.4.21 |
1465 | 2024-03-28T07:20:58.738Z | Downloaded chacha20poly1305 v0.10.1 |
1466 | 2024-03-28T07:20:58.738Z | Downloaded derive_builder_core v0.12.0 |
1467 | 2024-03-28T07:20:58.741Z | Downloaded derive_builder v0.12.0 |
1468 | 2024-03-28T07:20:58.746Z | Downloaded similar v2.4.0 |
1469 | 2024-03-28T07:20:58.752Z | Downloaded pin-project-internal v1.1.3 |
1470 | 2024-03-28T07:20:58.755Z | Downloaded peeking_take_while v0.1.2 |
1471 | 2024-03-28T07:20:58.755Z | Downloaded pathdiff v0.2.1 |
1472 | 2024-03-28T07:20:58.755Z | Downloaded synstructure v0.12.6 |
1473 | 2024-03-28T07:20:58.755Z | Downloaded openssl-probe v0.1.5 |
1474 | 2024-03-28T07:20:58.755Z | Downloaded strum_macros v0.24.3 |
1475 | 2024-03-28T07:20:58.758Z | Downloaded slog-bunyan v2.5.0 |
1476 | 2024-03-28T07:20:58.758Z | Downloaded schemars v0.8.16 |
1477 | 2024-03-28T07:20:58.767Z | Downloaded rsa v0.9.2 |
1478 | 2024-03-28T07:20:58.772Z | Downloaded semver-parser v0.10.2 |
1479 | 2024-03-28T07:20:58.776Z | Downloaded semver v0.11.0 |
1480 | 2024-03-28T07:20:58.778Z | Downloaded remove_dir_all v0.5.3 |
1481 | 2024-03-28T07:20:58.779Z | Downloaded crossbeam-channel v0.5.8 |
1482 | 2024-03-28T07:20:58.782Z | Downloaded base64 v0.22.0 |
1483 | 2024-03-28T07:20:58.785Z | Downloaded num-derive v0.4.0 |
1484 | 2024-03-28T07:20:58.788Z | Downloaded radium v0.7.0 |
1485 | 2024-03-28T07:20:58.788Z | Downloaded version_check v0.9.4 |
1486 | 2024-03-28T07:20:58.791Z | Downloaded uuid v0.8.2 |
1487 | 2024-03-28T07:20:58.791Z | Downloaded mockall_derive v0.12.0 |
1488 | 2024-03-28T07:20:58.794Z | Downloaded indexmap v1.9.3 |
1489 | 2024-03-28T07:20:58.797Z | Downloaded predicates-tree v1.0.9 |
1490 | 2024-03-28T07:20:58.798Z | Downloaded fallible-iterator v0.2.0 |
1491 | 2024-03-28T07:20:58.802Z | Downloaded tokio-stream v0.1.14 |
1492 | 2024-03-28T07:20:58.805Z | Downloaded heapless v0.8.0 |
1493 | 2024-03-28T07:20:58.808Z | Downloaded bytes v1.5.0 |
1494 | 2024-03-28T07:20:58.811Z | Downloaded group v0.13.0 |
1495 | 2024-03-28T07:20:58.816Z | Downloaded globset v0.4.13 |
1496 | 2024-03-28T07:20:58.816Z | Downloaded futures-timer v3.0.2 |
1497 | 2024-03-28T07:20:58.819Z | Downloaded typenum v1.16.0 |
1498 | 2024-03-28T07:20:58.819Z | Downloaded thiserror-impl-no-std v2.0.2 |
1499 | 2024-03-28T07:20:58.819Z | Downloaded spin v0.9.8 |
1500 | 2024-03-28T07:20:58.822Z | Downloaded sct v0.7.0 |
1501 | 2024-03-28T07:20:58.826Z | Downloaded rustc-demangle v0.1.23 |
1502 | 2024-03-28T07:20:58.830Z | Downloaded http v0.2.12 |
1503 | 2024-03-28T07:20:58.832Z | Downloaded either v1.10.0 |
1504 | 2024-03-28T07:20:58.832Z | Downloaded native-tls v0.2.11 |
1505 | 2024-03-28T07:20:58.835Z | Downloaded lock_api v0.4.10 |
1506 | 2024-03-28T07:20:58.835Z | Downloaded libtest-mimic v0.6.1 |
1507 | 2024-03-28T07:20:58.838Z | Downloaded ipnet v2.9.0 |
1508 | 2024-03-28T07:20:58.841Z | Downloaded crossbeam-utils v0.8.19 |
1509 | 2024-03-28T07:20:58.841Z | Downloaded blake2b_simd v1.0.1 |
1510 | 2024-03-28T07:20:58.844Z | Downloaded libloading v0.7.4 |
1511 | 2024-03-28T07:20:58.848Z | Downloaded cfg-expr v0.15.6 |
1512 | 2024-03-28T07:20:58.851Z | Downloaded blake2 v0.10.6 |
1513 | 2024-03-28T07:20:58.851Z | Downloaded async-trait v0.1.77 |
1514 | 2024-03-28T07:20:58.857Z | Downloaded clang-sys v1.6.1 |
1515 | 2024-03-28T07:20:58.861Z | Downloaded strsim v0.8.0 |
1516 | 2024-03-28T07:20:58.861Z | Downloaded strip-ansi-escapes v0.2.0 |
1517 | 2024-03-28T07:20:58.861Z | Downloaded stringprep v0.1.3 |
1518 | 2024-03-28T07:20:58.861Z | Downloaded const-oid v0.9.6 |
1519 | 2024-03-28T07:20:58.864Z | Downloaded thiserror-no-std v2.0.2 |
1520 | 2024-03-28T07:20:58.867Z | Downloaded tempdir v0.3.7 |
1521 | 2024-03-28T07:20:58.867Z | Downloaded scroll v0.12.0 |
1522 | 2024-03-28T07:20:58.871Z | Downloaded relative-path v1.9.0 |
1523 | 2024-03-28T07:20:58.871Z | Downloaded impl-trait-for-tuples v0.2.2 |
1524 | 2024-03-28T07:20:58.874Z | Downloaded hostname v0.3.1 |
1525 | 2024-03-28T07:20:58.877Z | Downloaded bcs v0.1.6 |
1526 | 2024-03-28T07:20:58.877Z | Downloaded backoff v0.4.0 |
1527 | 2024-03-28T07:20:58.880Z | Downloaded keccak v0.1.4 |
1528 | 2024-03-28T07:20:58.880Z | Downloaded crc-any v2.4.3 |
1529 | 2024-03-28T07:20:58.883Z | Downloaded cookie v0.18.0 |
1530 | 2024-03-28T07:20:58.886Z | Downloaded crc32fast v1.3.2 |
1531 | 2024-03-28T07:20:58.886Z | Downloaded base64ct v1.6.0 |
1532 | 2024-03-28T07:20:58.889Z | Downloaded multimap v0.10.0 |
1533 | 2024-03-28T07:20:58.889Z | Downloaded slog-json v2.6.1 |
1534 | 2024-03-28T07:20:58.892Z | Downloaded nibble_vec v0.1.0 |
1535 | 2024-03-28T07:20:58.892Z | Downloaded nanorand v0.7.0 |
1536 | 2024-03-28T07:20:58.896Z | Downloaded lru v0.12.1 |
1537 | 2024-03-28T07:20:58.896Z | Downloaded linked-hash-map v0.5.6 |
1538 | 2024-03-28T07:20:58.902Z | Downloaded constant_time_eq v0.3.0 |
1539 | 2024-03-28T07:20:58.902Z | Downloaded console v0.15.8 |
1540 | 2024-03-28T07:20:58.902Z | Downloaded ciborium v0.2.2 |
1541 | 2024-03-28T07:20:58.905Z | Downloaded iana-time-zone v0.1.57 |
1542 | 2024-03-28T07:20:58.906Z | Downloaded shell-words v1.1.0 |
1543 | 2024-03-28T07:20:58.906Z | Downloaded schemars_derive v0.8.16 |
1544 | 2024-03-28T07:20:58.906Z | Downloaded macaddr v1.0.1 |
1545 | 2024-03-28T07:20:58.909Z | Downloaded is-terminal v0.4.9 |
1546 | 2024-03-28T07:20:58.909Z | Downloaded ipnetwork v0.20.0 |
1547 | 2024-03-28T07:20:58.909Z | Downloaded inout v0.1.3 |
1548 | 2024-03-28T07:20:58.912Z | Downloaded rustc_version v0.1.7 |
1549 | 2024-03-28T07:20:58.912Z | Downloaded rustc-hash v1.1.0 |
1550 | 2024-03-28T07:20:58.912Z | Downloaded rand_xorshift v0.3.0 |
1551 | 2024-03-28T07:20:58.912Z | Downloaded hmac v0.12.1 |
1552 | 2024-03-28T07:20:58.915Z | Downloaded home v0.5.5 |
1553 | 2024-03-28T07:20:58.915Z | Downloaded criterion-plot v0.5.0 |
1554 | 2024-03-28T07:20:58.919Z | Downloaded cexpr v0.6.0 |
1555 | 2024-03-28T07:20:58.919Z | Downloaded byteorder v1.5.0 |
1556 | 2024-03-28T07:20:58.923Z | Downloaded convert_case v0.4.0 |
1557 | 2024-03-28T07:20:58.924Z | Downloaded block-padding v0.3.3 |
1558 | 2024-03-28T07:20:58.924Z | Downloaded bb8 v0.8.3 |
1559 | 2024-03-28T07:20:58.924Z | Downloaded new_debug_unreachable v1.0.4 |
1560 | 2024-03-28T07:20:58.924Z | Downloaded memoffset v0.7.1 |
1561 | 2024-03-28T07:20:58.928Z | Downloaded memmap v0.7.0 |
1562 | 2024-03-28T07:20:58.928Z | Downloaded md-5 v0.10.5 |
1563 | 2024-03-28T07:20:58.928Z | Downloaded atomic-waker v1.1.1 |
1564 | 2024-03-28T07:20:58.928Z | Downloaded instant v0.1.12 |
1565 | 2024-03-28T07:20:58.932Z | Downloaded bit-set v0.5.3 |
1566 | 2024-03-28T07:20:58.932Z | Downloaded bitflags v1.3.2 |
1567 | 2024-03-28T07:20:58.936Z | Downloaded is_ci v1.2.0 |
1568 | 2024-03-28T07:20:58.936Z | Downloaded hubpack_derive v0.1.1 |
1569 | 2024-03-28T07:20:58.936Z | Downloaded crc-catalog v2.2.0 |
1570 | 2024-03-28T07:20:58.941Z | Downloaded block-buffer v0.10.4 |
1571 | 2024-03-28T07:20:58.941Z | Downloaded async-stream v0.3.5 |
1572 | 2024-03-28T07:20:58.941Z | Downloaded hex-literal v0.4.1 |
1573 | 2024-03-28T07:20:58.941Z | Downloaded colored v2.1.0 |
1574 | 2024-03-28T07:20:58.945Z | Downloaded cobs v0.2.3 |
1575 | 2024-03-28T07:20:58.945Z | Downloaded chacha20 v0.9.1 |
1576 | 2024-03-28T07:20:58.945Z | Downloaded bytecount v0.6.3 |
1577 | 2024-03-28T07:20:58.948Z | Downloaded hex v0.4.3 |
1578 | 2024-03-28T07:20:58.948Z | Downloaded backtrace v0.3.69 |
1579 | 2024-03-28T07:20:58.954Z | Downloaded headers v0.3.9 |
1580 | 2024-03-28T07:20:58.959Z | Downloaded hashbrown v0.13.2 |
1581 | 2024-03-28T07:20:58.963Z | Downloaded crunchy v0.2.2 |
1582 | 2024-03-28T07:20:58.963Z | Downloaded crossbeam-epoch v0.9.18 |
1583 | 2024-03-28T07:20:58.968Z | Downloaded aho-corasick v1.1.2 |
1584 | 2024-03-28T07:20:58.971Z | Downloaded castaway v0.2.2 |
1585 | 2024-03-28T07:20:58.971Z | Downloaded array-init v0.0.4 |
1586 | 2024-03-28T07:20:58.975Z | Downloaded ascii-canvas v3.0.0 |
1587 | 2024-03-28T07:20:58.975Z | Downloaded arrayref v0.3.7 |
1588 | 2024-03-28T07:20:58.975Z | Downloaded approx v0.5.1 |
1589 | 2024-03-28T07:20:58.978Z | Downloaded anes v0.1.6 |
1590 | 2024-03-28T07:20:58.978Z | Downloaded ansi_term v0.12.1 |
1591 | 2024-03-28T07:20:59.520Z | Compiling libc v0.2.153 |
1592 | 2024-03-28T07:20:59.520Z | Compiling serde v1.0.197 |
1593 | 2024-03-28T07:20:59.523Z | Compiling version_check v0.9.4 |
1594 | 2024-03-28T07:20:59.523Z | Checking cfg-if v1.0.0 |
1595 | 2024-03-28T07:20:59.523Z | Compiling syn v1.0.109 |
1596 | 2024-03-28T07:20:59.581Z | Compiling lock_api v0.4.10 |
1597 | 2024-03-28T07:20:59.616Z | Compiling syn v2.0.52 |
1598 | 2024-03-28T07:20:59.669Z | Compiling parking_lot_core v0.9.8 |
1599 | 2024-03-28T07:20:59.687Z | Compiling libm v0.2.7 |
1600 | 2024-03-28T07:21:00.029Z | Compiling once_cell v1.19.0 |
1601 | 2024-03-28T07:21:00.032Z | Compiling memchr v2.7.1 |
1602 | 2024-03-28T07:21:00.098Z | Compiling num-traits v0.2.18 |
1603 | 2024-03-28T07:21:00.116Z | Compiling serde_json v1.0.114 |
1604 | 2024-03-28T07:21:00.410Z | Compiling ahash v0.8.8 |
1605 | 2024-03-28T07:21:00.454Z | Compiling byteorder v1.5.0 |
1606 | 2024-03-28T07:21:00.903Z | Checking log v0.4.21 |
1607 | 2024-03-28T07:21:01.169Z | Checking itoa v1.0.9 |
1608 | 2024-03-28T07:21:01.228Z | Compiling slab v0.4.9 |
1609 | 2024-03-28T07:21:01.396Z | Checking getrandom v0.2.12 |
1610 | 2024-03-28T07:21:01.527Z | Compiling cc v1.0.83 |
1611 | 2024-03-28T07:21:01.791Z | Compiling typenum v1.16.0 |
1612 | 2024-03-28T07:21:01.811Z | Compiling generic-array v0.14.7 |
1613 | 2024-03-28T07:21:01.855Z | Checking scopeguard v1.2.0 |
1614 | 2024-03-28T07:21:02.156Z | Checking smallvec v1.13.1 |
1615 | 2024-03-28T07:21:02.202Z | Compiling allocator-api2 v0.2.16 |
1616 | 2024-03-28T07:21:02.383Z | Compiling pkg-config v0.3.27 |
1617 | 2024-03-28T07:21:02.495Z | Compiling rustix v0.38.31 |
1618 | 2024-03-28T07:21:02.863Z | Compiling schemars v0.8.16 |
1619 | 2024-03-28T07:21:03.010Z | Checking parking_lot v0.12.1 |
1620 | 2024-03-28T07:21:03.175Z | Checking pin-project-lite v0.2.13 |
1621 | 2024-03-28T07:21:03.338Z | Checking signal-hook-registry v1.4.1 |
1622 | 2024-03-28T07:21:03.421Z | Compiling httparse v1.8.0 |
1623 | 2024-03-28T07:21:03.438Z | Compiling fnv v1.0.7 |
1624 | 2024-03-28T07:21:03.562Z | Checking mio v0.8.11 |
1625 | 2024-03-28T07:21:03.583Z | Checking ryu v1.0.15 |
1626 | 2024-03-28T07:21:03.817Z | Compiling num-conv v0.1.0 |
1627 | 2024-03-28T07:21:03.876Z | Compiling time-core v0.1.2 |
1628 | 2024-03-28T07:21:03.909Z | Checking rand_core v0.6.4 |
1629 | 2024-03-28T07:21:04.055Z | Checking num_cpus v1.16.0 |
1630 | 2024-03-28T07:21:04.094Z | Compiling time-macros v0.2.17 |
1631 | 2024-03-28T07:21:04.205Z | Checking futures-core v0.3.30 |
1632 | 2024-03-28T07:21:04.224Z | Compiling vcpkg v0.2.15 |
1633 | 2024-03-28T07:21:04.378Z | Compiling ucd-trie v0.1.6 |
1634 | 2024-03-28T07:21:04.674Z | Compiling ring v0.17.8 |
1635 | 2024-03-28T07:21:04.762Z | Checking socket2 v0.5.5 |
1636 | 2024-03-28T07:21:05.053Z | Compiling aho-corasick v1.1.2 |
1637 | 2024-03-28T07:21:06.014Z | Compiling regex-syntax v0.8.2 |
1638 | 2024-03-28T07:21:06.583Z | Compiling openssl-sys v0.9.96 |
1639 | 2024-03-28T07:21:07.605Z | Compiling serde_derive_internals v0.26.0 |
1640 | 2024-03-28T07:21:08.512Z | Compiling ring v0.16.20 |
1641 | 2024-03-28T07:21:09.462Z | Compiling regex-automata v0.4.5 |
1642 | 2024-03-28T07:21:10.138Z | Checking spin v0.5.2 |
1643 | 2024-03-28T07:21:10.337Z | Compiling openssl v0.10.60 |
1644 | 2024-03-28T07:21:10.730Z | Compiling slog v2.7.0 |
1645 | 2024-03-28T07:21:11.242Z | Compiling crossbeam-utils v0.8.19 |
1646 | 2024-03-28T07:21:11.842Z | Compiling async-trait v0.1.77 |
1647 | 2024-03-28T07:21:11.933Z | Compiling native-tls v0.2.11 |
1648 | 2024-03-28T07:21:12.245Z | Compiling iana-time-zone v0.1.57 |
1649 | 2024-03-28T07:21:12.392Z | Checking futures-sink v0.3.30 |
1650 | 2024-03-28T07:21:12.395Z | Compiling rustls v0.21.9 |
1651 | 2024-03-28T07:21:12.559Z | Compiling rustversion v1.0.14 |
1652 | 2024-03-28T07:21:12.660Z | Compiling cookie v0.17.0 |
1653 | 2024-03-28T07:21:12.685Z | Checking pin-utils v0.1.0 |
1654 | 2024-03-28T07:21:12.767Z | Checking futures-channel v0.3.30 |
1655 | 2024-03-28T07:21:13.013Z | Compiling backtrace v0.3.69 |
1656 | 2024-03-28T07:21:13.333Z | Checking futures-io v0.3.30 |
1657 | 2024-03-28T07:21:13.403Z | Checking futures-task v0.3.30 |
1658 | 2024-03-28T07:21:13.614Z | Compiling uuid v0.8.2 |
1659 | 2024-03-28T07:21:13.843Z | Compiling regex v1.10.3 |
1660 | 2024-03-28T07:21:14.043Z | Compiling dyn-clone v1.0.17 |
1661 | 2024-03-28T07:21:14.219Z | Compiling serde_derive v1.0.197 |
1662 | 2024-03-28T07:21:14.255Z | Compiling zerocopy-derive v0.7.32 |
1663 | 2024-03-28T07:21:14.494Z | Compiling thiserror-impl v1.0.57 |
1664 | 2024-03-28T07:21:14.630Z | Compiling zeroize_derive v1.4.2 |
1665 | 2024-03-28T07:21:14.719Z | Compiling tokio-macros v2.2.0 |
1666 | 2024-03-28T07:21:14.959Z | Compiling futures-macro v0.3.30 |
1667 | 2024-03-28T07:21:15.153Z | Compiling tracing-attributes v0.1.27 |
1668 | 2024-03-28T07:21:16.303Z | Compiling schemars_derive v0.8.16 |
1669 | 2024-03-28T07:21:16.495Z | Checking zeroize v1.7.0 |
1670 | 2024-03-28T07:21:16.715Z | Compiling zerocopy v0.7.32 |
1671 | 2024-03-28T07:21:17.166Z | Compiling openssl-macros v0.1.1 |
1672 | 2024-03-28T07:21:17.977Z | Compiling thiserror v1.0.57 |
1673 | 2024-03-28T07:21:18.162Z | Compiling pest v2.7.6 |
1674 | 2024-03-28T07:21:18.246Z | Checking futures-util v0.3.30 |
1675 | 2024-03-28T07:21:19.036Z | Compiling hashbrown v0.14.3 |
1676 | 2024-03-28T07:21:19.114Z | Compiling anyhow v1.0.79 |
1677 | 2024-03-28T07:21:20.189Z | Compiling unicode-xid v0.2.4 |
1678 | 2024-03-28T07:21:20.327Z | Compiling pest_meta v2.7.6 |
1679 | 2024-03-28T07:21:20.356Z | Checking subtle v2.5.0 |
1680 | 2024-03-28T07:21:20.815Z | Compiling tinyvec_macros v0.1.1 |
1681 | 2024-03-28T07:21:21.043Z | Compiling tinyvec v1.6.0 |
1682 | 2024-03-28T07:21:21.133Z | Compiling scroll_derive v0.12.0 |
1683 | 2024-03-28T07:21:21.156Z | Compiling thread-id v4.2.0 |
1684 | 2024-03-28T07:21:21.864Z | Compiling pest_generator v2.7.6 |
1685 | 2024-03-28T07:21:22.511Z | Compiling unicode-normalization v0.1.22 |
1686 | 2024-03-28T07:21:22.773Z | Compiling der_derive v0.7.2 |
1687 | 2024-03-28T07:21:23.636Z | Compiling unicode-bidi v0.3.15 |
1688 | 2024-03-28T07:21:24.327Z | Compiling errno v0.3.8 |
1689 | 2024-03-28T07:21:24.553Z | Compiling either v1.10.0 |
1690 | 2024-03-28T07:21:24.614Z | Compiling crc32fast v1.3.2 |
1691 | 2024-03-28T07:21:24.968Z | Compiling unicode-width v0.1.11 |
1692 | 2024-03-28T07:21:25.190Z | Compiling winnow v0.5.15 |
1693 | 2024-03-28T07:21:25.336Z | Compiling pest_derive v2.7.6 |
1694 | 2024-03-28T07:21:25.562Z | Compiling synstructure v0.12.6 |
1695 | 2024-03-28T07:21:25.850Z | Compiling spin v0.9.8 |
1696 | 2024-03-28T07:21:26.104Z | Compiling tracing-core v0.1.32 |
1697 | 2024-03-28T07:21:26.155Z | Compiling scroll v0.12.0 |
1698 | 2024-03-28T07:21:26.237Z | Compiling usdt-impl v0.5.0 |
1699 | 2024-03-28T07:21:26.565Z | Compiling percent-encoding v2.3.1 |
1700 | 2024-03-28T07:21:26.711Z | Compiling plain v0.2.3 |
1701 | 2024-03-28T07:21:26.921Z | Compiling tracing v0.1.40 |
1702 | 2024-03-28T07:21:26.952Z | Compiling const-oid v0.9.6 |
1703 | 2024-03-28T07:21:27.375Z | Compiling zerocopy-derive v0.2.0 |
1704 | 2024-03-28T07:21:27.737Z | Compiling goblin v0.8.0 |
1705 | 2024-03-28T07:21:28.122Z | Checking bytes v1.5.0 |
1706 | 2024-03-28T07:21:28.919Z | Compiling indexmap v2.2.5 |
1707 | 2024-03-28T07:21:29.245Z | Checking tokio v1.36.0 |
1708 | 2024-03-28T07:21:29.435Z | Compiling bitflags v2.4.2 |
1709 | 2024-03-28T07:21:30.155Z | Compiling chrono v0.4.34 |
1710 | 2024-03-28T07:21:30.158Z | Compiling uuid v1.7.0 |
1711 | 2024-03-28T07:21:30.300Z | Compiling http v0.2.12 |
1712 | 2024-03-28T07:21:30.501Z | Compiling semver v1.0.22 |
1713 | 2024-03-28T07:21:31.248Z | Compiling rustc_version v0.4.0 |
1714 | 2024-03-28T07:21:31.525Z | Compiling toml_datetime v0.6.5 |
1715 | 2024-03-28T07:21:32.001Z | Compiling serde_spanned v0.6.5 |
1716 | 2024-03-28T07:21:32.237Z | Compiling toml_edit v0.19.15 |
1717 | 2024-03-28T07:21:34.151Z | Compiling openapiv3 v2.0.0 |
1718 | 2024-03-28T07:21:34.884Z | Checking crypto-common v0.1.6 |
1719 | 2024-03-28T07:21:35.058Z | Compiling lazy_static v1.4.0 |
1720 | 2024-03-28T07:21:35.211Z | Compiling pretty-hex v0.4.1 |
1721 | 2024-03-28T07:21:35.414Z | Compiling dof v0.3.0 |
1722 | 2024-03-28T07:21:36.442Z | Compiling dtrace-parser v0.2.0 |
1723 | 2024-03-28T07:21:36.888Z | Compiling clap_derive v4.5.0 |
1724 | 2024-03-28T07:21:36.906Z | Compiling untrusted v0.9.0 |
1725 | 2024-03-28T07:21:37.084Z | Compiling untrusted v0.7.1 |
1726 | 2024-03-28T07:21:37.265Z | Compiling signal-hook v0.3.17 |
1727 | 2024-03-28T07:21:37.545Z | Checking equivalent v1.0.1 |
1728 | 2024-03-28T07:21:37.650Z | Compiling foreign-types-shared v0.1.1 |
1729 | 2024-03-28T07:21:37.759Z | Compiling powerfmt v0.2.0 |
1730 | 2024-03-28T07:21:37.800Z | Compiling foreign-types v0.3.2 |
1731 | 2024-03-28T07:21:38.167Z | Compiling deranged v0.3.11 |
1732 | 2024-03-28T07:21:40.018Z | Compiling tokio-util v0.7.10 |
1733 | 2024-03-28T07:21:40.252Z | Compiling form_urlencoded v1.2.1 |
1734 | 2024-03-28T07:21:40.483Z | Compiling zerocopy-derive v0.6.4 |
1735 | 2024-03-28T07:21:41.276Z | Compiling usdt-impl v0.3.5 |
1736 | 2024-03-28T07:21:41.474Z | Compiling try-lock v0.2.4 |
1737 | 2024-03-28T07:21:41.596Z | Compiling siphasher v0.3.11 |
1738 | 2024-03-28T07:21:41.621Z | Compiling base64 v0.21.7 |
1739 | 2024-03-28T07:21:41.995Z | Compiling num_threads v0.1.6 |
1740 | 2024-03-28T07:21:42.108Z | Compiling time v0.3.34 |
1741 | 2024-03-28T07:21:42.126Z | Compiling want v0.3.1 |
1742 | 2024-03-28T07:21:42.352Z | Compiling h2 v0.3.24 |
1743 | 2024-03-28T07:21:42.395Z | Compiling rustls-webpki v0.101.7 |
1744 | 2024-03-28T07:21:42.440Z | Compiling sct v0.7.0 |
1745 | 2024-03-28T07:21:42.514Z | Compiling http-body v0.4.5 |
1746 | 2024-03-28T07:21:42.741Z | Compiling zerocopy v0.3.0 |
1747 | 2024-03-28T07:21:42.776Z | Compiling block-buffer v0.10.4 |
1748 | 2024-03-28T07:21:42.897Z | Compiling idna v0.5.0 |
1749 | 2024-03-28T07:21:43.054Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1750 | 2024-03-28T07:21:43.632Z | Compiling openssl-probe v0.1.5 |
1751 | 2024-03-28T07:21:43.976Z | Checking ppv-lite86 v0.2.17 |
1752 | 2024-03-28T07:21:44.414Z | Compiling tower-service v0.3.2 |
1753 | 2024-03-28T07:21:44.510Z | Compiling httpdate v1.0.3 |
1754 | 2024-03-28T07:21:44.547Z | Compiling url v2.5.0 |
1755 | 2024-03-28T07:21:44.702Z | Checking rand_chacha v0.3.1 |
1756 | 2024-03-28T07:21:45.015Z | Compiling dof v0.1.5 |
1757 | 2024-03-28T07:21:45.616Z | Compiling digest v0.10.7 |
1758 | 2024-03-28T07:21:45.932Z | Compiling heapless v0.7.16 |
1759 | 2024-03-28T07:21:46.089Z | Compiling dtrace-parser v0.1.14 |
1760 | 2024-03-28T07:21:46.375Z | Compiling idna v0.3.0 |
1761 | 2024-03-28T07:21:47.434Z | Compiling psl-types v2.0.11 |
1762 | 2024-03-28T07:21:47.560Z | Compiling adler v1.0.2 |
1763 | 2024-03-28T07:21:47.754Z | Compiling unicode-segmentation v1.10.1 |
1764 | 2024-03-28T07:21:47.803Z | Compiling miniz_oxide v0.7.1 |
1765 | 2024-03-28T07:21:47.944Z | Compiling publicsuffix v2.2.3 |
1766 | 2024-03-28T07:21:48.202Z | Compiling crossbeam-epoch v0.9.18 |
1767 | 2024-03-28T07:21:48.609Z | Compiling tokio-native-tls v0.3.1 |
1768 | 2024-03-28T07:21:48.948Z | Checking rand v0.8.5 |
1769 | 2024-03-28T07:21:48.980Z | Compiling tokio-rustls v0.24.1 |
1770 | 2024-03-28T07:21:49.376Z | Compiling hyper v0.14.28 |
1771 | 2024-03-28T07:21:50.230Z | Compiling serde_tokenstream v0.1.7 |
1772 | 2024-03-28T07:21:50.453Z | Compiling ipnet v2.9.0 |
1773 | 2024-03-28T07:21:50.737Z | Checking unicode-ident v1.0.12 |
1774 | 2024-03-28T07:21:50.882Z | Compiling bit-vec v0.6.3 |
1775 | 2024-03-28T07:21:51.105Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1776 | 2024-03-28T07:21:51.715Z | Compiling cookie_store v0.20.0 |
1777 | 2024-03-28T07:21:52.894Z | Compiling rustls-pemfile v1.0.3 |
1778 | 2024-03-28T07:21:53.097Z | Compiling phf_shared v0.10.0 |
1779 | 2024-03-28T07:21:53.215Z | Compiling serde_urlencoded v0.7.1 |
1780 | 2024-03-28T07:21:53.424Z | Compiling encoding_rs v0.8.33 |
1781 | 2024-03-28T07:21:53.444Z | Compiling num-bigint v0.4.4 |
1782 | 2024-03-28T07:21:53.568Z | Compiling gimli v0.28.0 |
1783 | 2024-03-28T07:21:53.714Z | Compiling webpki-roots v0.25.2 |
1784 | 2024-03-28T07:21:53.854Z | Compiling fixedbitset v0.4.2 |
1785 | 2024-03-28T07:21:53.892Z | Compiling minimal-lexical v0.2.1 |
1786 | 2024-03-28T07:21:54.212Z | Compiling mime v0.3.17 |
1787 | 2024-03-28T07:21:54.715Z | Compiling sync_wrapper v0.1.2 |
1788 | 2024-03-28T07:21:54.727Z | Compiling smoltcp v0.9.1 |
1789 | 2024-03-28T07:21:54.727Z | Compiling new_debug_unreachable v1.0.4 |
1790 | 2024-03-28T07:21:54.727Z | Compiling base64ct v1.6.0 |
1791 | 2024-03-28T07:21:54.727Z | Compiling precomputed-hash v0.1.1 |
1792 | 2024-03-28T07:21:54.773Z | Compiling string_cache v0.8.7 |
1793 | 2024-03-28T07:21:55.189Z | Compiling nom v7.1.3 |
1794 | 2024-03-28T07:21:55.192Z | Compiling pem-rfc7468 v0.7.0 |
1795 | 2024-03-28T07:21:55.219Z | Compiling petgraph v0.6.4 |
1796 | 2024-03-28T07:21:55.711Z | Compiling bit-set v0.5.3 |
1797 | 2024-03-28T07:21:55.737Z | Compiling usdt-macro v0.3.5 |
1798 | 2024-03-28T07:21:55.987Z | Compiling hyper-rustls v0.24.2 |
1799 | 2024-03-28T07:21:56.294Z | Compiling hyper-tls v0.5.0 |
1800 | 2024-03-28T07:21:56.619Z | Compiling reqwest v0.11.24 |
1801 | 2024-03-28T07:21:57.003Z | Compiling usdt-attr-macro v0.3.5 |
1802 | 2024-03-28T07:21:57.805Z | Compiling addr2line v0.21.0 |
1803 | 2024-03-28T07:21:58.080Z | Compiling hmac v0.12.1 |
1804 | 2024-03-28T07:21:58.368Z | Compiling itertools v0.10.5 |
1805 | 2024-03-28T07:21:58.386Z | Compiling hubpack_derive v0.1.1 |
1806 | 2024-03-28T07:21:58.420Z | Compiling enum-as-inner v0.5.1 |
1807 | 2024-03-28T07:21:58.618Z | Compiling diesel_table_macro_syntax v0.1.0 |
1808 | 2024-03-28T07:21:59.000Z | Compiling object v0.32.1 |
1809 | 2024-03-28T07:21:59.028Z | Compiling flagset v0.4.3 |
1810 | 2024-03-28T07:21:59.127Z | Compiling rustc-demangle v0.1.23 |
1811 | 2024-03-28T07:21:59.220Z | Compiling lalrpop-util v0.19.12 |
1812 | 2024-03-28T07:21:59.238Z | Compiling der v0.7.8 |
1813 | 2024-03-28T07:21:59.469Z | Compiling diesel_derives v2.1.2 |
1814 | 2024-03-28T07:21:59.572Z | Compiling flate2 v1.0.28 |
1815 | 2024-03-28T07:22:00.309Z | Checking proc-macro2 v1.0.78 |
1816 | 2024-03-28T07:22:00.566Z | Compiling futures-executor v0.3.30 |
1817 | 2024-03-28T07:22:00.965Z | Compiling strum_macros v0.25.2 |
1818 | 2024-03-28T07:22:01.122Z | Compiling cpufeatures v0.2.12 |
1819 | 2024-03-28T07:22:01.189Z | Compiling toml_edit v0.22.6 |
1820 | 2024-03-28T07:22:01.222Z | Compiling sha2 v0.10.8 |
1821 | 2024-03-28T07:22:02.763Z | Compiling spki v0.7.2 |
1822 | 2024-03-28T07:22:03.182Z | Checking quote v1.0.35 |
1823 | 2024-03-28T07:22:03.534Z | Compiling futures v0.3.30 |
1824 | 2024-03-28T07:22:03.647Z | Compiling md-5 v0.10.5 |
1825 | 2024-03-28T07:22:03.911Z | Compiling toml v0.7.8 |
1826 | 2024-03-28T07:22:04.998Z | Compiling hex v0.4.3 |
1827 | 2024-03-28T07:22:05.113Z | Compiling stringprep v0.1.3 |
1828 | 2024-03-28T07:22:05.597Z | Compiling serde_repr v0.1.16 |
1829 | 2024-03-28T07:22:06.284Z | Compiling num-integer v0.1.46 |
1830 | 2024-03-28T07:22:06.776Z | Compiling hash32 v0.2.1 |
1831 | 2024-03-28T07:22:06.841Z | Compiling stable_deref_trait v1.2.0 |
1832 | 2024-03-28T07:22:06.942Z | Compiling fallible-iterator v0.2.0 |
1833 | 2024-03-28T07:22:07.676Z | Compiling postgres-protocol v0.6.6 |
1834 | 2024-03-28T07:22:09.005Z | Compiling pkcs8 v0.10.2 |
1835 | 2024-03-28T07:22:09.069Z | Compiling phf_shared v0.11.2 |
1836 | 2024-03-28T07:22:09.133Z | Compiling terminal_size v0.3.0 |
1837 | 2024-03-28T07:22:09.336Z | Compiling ff v0.13.0 |
1838 | 2024-03-28T07:22:09.434Z | Compiling block-padding v0.3.3 |
1839 | 2024-03-28T07:22:09.553Z | Compiling scheduled-thread-pool v0.2.7 |
1840 | 2024-03-28T07:22:09.573Z | Compiling managed v0.8.0 |
1841 | 2024-03-28T07:22:09.907Z | Compiling matches v0.1.10 |
1842 | 2024-03-28T07:22:09.999Z | Compiling bitflags v1.3.2 |
1843 | 2024-03-28T07:22:10.028Z | Compiling regex-automata v0.1.10 |
1844 | 2024-03-28T07:22:10.103Z | Compiling base16ct v0.2.0 |
1845 | 2024-03-28T07:22:10.103Z | Compiling clap_builder v4.5.1 |
1846 | 2024-03-28T07:22:10.433Z | Compiling bstr v0.2.17 |
1847 | 2024-03-28T07:22:10.504Z | Compiling sec1 v0.7.3 |
1848 | 2024-03-28T07:22:10.530Z | Compiling idna v0.2.3 |
1849 | 2024-03-28T07:22:11.075Z | Compiling r2d2 v0.8.10 |
1850 | 2024-03-28T07:22:11.454Z | Compiling inout v0.1.3 |
1851 | 2024-03-28T07:22:11.733Z | Compiling group v0.13.0 |
1852 | 2024-03-28T07:22:11.915Z | Compiling signal-hook-mio v0.2.3 |
1853 | 2024-03-28T07:22:12.035Z | Compiling phf v0.11.2 |
1854 | 2024-03-28T07:22:12.074Z | Compiling bzip2 v0.4.4 |
1855 | 2024-03-28T07:22:12.091Z | Compiling postgres-types v0.2.6 |
1856 | 2024-03-28T07:22:12.336Z | Compiling hubpack v0.1.2 |
1857 | 2024-03-28T07:22:12.353Z | Compiling hkdf v0.12.4 |
1858 | 2024-03-28T07:22:12.709Z | Compiling zerocopy v0.6.4 |
1859 | 2024-03-28T07:22:13.120Z | Compiling ipnetwork v0.20.0 |
1860 | 2024-03-28T07:22:13.120Z | Compiling crypto-bigint v0.5.2 |
1861 | 2024-03-28T07:22:13.485Z | Compiling float-cmp v0.9.0 |
1862 | 2024-03-28T07:22:13.953Z | Compiling predicates-core v1.0.6 |
1863 | 2024-03-28T07:22:14.082Z | Compiling difflib v0.4.0 |
1864 | 2024-03-28T07:22:14.082Z | Compiling whoami v1.5.0 |
1865 | 2024-03-28T07:22:14.082Z | Compiling data-encoding v2.4.0 |
1866 | 2024-03-28T07:22:14.083Z | Compiling normalize-line-endings v0.3.0 |
1867 | 2024-03-28T07:22:14.083Z | Compiling static_assertions v1.1.0 |
1868 | 2024-03-28T07:22:14.116Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1869 | 2024-03-28T07:22:14.335Z | Compiling predicates v3.1.0 |
1870 | 2024-03-28T07:22:15.376Z | Compiling yasna v0.5.2 |
1871 | 2024-03-28T07:22:16.087Z | Compiling diesel v2.1.4 |
1872 | 2024-03-28T07:22:16.185Z | Compiling elliptic-curve v0.13.8 |
1873 | 2024-03-28T07:22:16.201Z | Compiling trust-dns-proto v0.22.0 |
1874 | 2024-03-28T07:22:16.234Z | Compiling tokio-postgres v0.7.10 |
1875 | 2024-03-28T07:22:16.982Z | Compiling clap v4.5.1 |
1876 | 2024-03-28T07:22:17.309Z | Compiling zip v0.6.6 |
1877 | 2024-03-28T07:22:17.914Z | Compiling crossterm v0.27.0 |
1878 | 2024-03-28T07:22:18.781Z | Compiling cipher v0.4.4 |
1879 | 2024-03-28T07:22:19.240Z | Compiling similar v2.4.0 |
1880 | 2024-03-28T07:22:20.185Z | Compiling num-iter v0.1.44 |
1881 | 2024-03-28T07:22:20.217Z | Compiling usdt v0.3.5 |
1882 | 2024-03-28T07:22:20.372Z | Compiling tokio-stream v0.1.14 |
1883 | 2024-03-28T07:22:20.470Z | Compiling console v0.15.8 |
1884 | 2024-03-28T07:22:21.218Z | Compiling bstr v1.9.0 |
1885 | 2024-03-28T07:22:25.302Z | Checking utf8parse v0.2.1 |
1886 | 2024-03-28T07:22:28.881Z | Checking anstyle v1.0.6 |
1887 | 2024-03-28T07:22:30.273Z | Checking anstyle-parse v0.2.1 |
1888 | 2024-03-28T07:22:30.516Z | Checking anstyle-query v1.0.0 |
1889 | 2024-03-28T07:22:30.620Z | Checking colorchoice v1.0.0 |
1890 | 2024-03-28T07:22:30.752Z | Checking anstream v0.6.11 |
1891 | 2024-03-28T07:22:30.945Z | Checking clap_lex v0.7.0 |
1892 | 2024-03-28T07:22:31.114Z | Checking strsim v0.11.0 |
1893 | 2024-03-28T07:22:31.404Z | Compiling serde_tokenstream v0.2.0 |
1894 | 2024-03-28T07:22:36.889Z | Checking winnow v0.6.1 |
1895 | 2024-03-28T07:22:44.231Z | Compiling regress v0.9.0 |
1896 | 2024-03-28T07:22:44.415Z | Checking heck v0.4.1 |
1897 | 2024-03-28T07:22:44.624Z | Compiling getopts v0.2.21 |
1898 | 2024-03-28T07:22:45.248Z | Compiling unsafe-libyaml v0.2.10 |
1899 | 2024-03-28T07:22:45.662Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1900 | 2024-03-28T07:22:46.171Z | Compiling ident_case v1.0.1 |
1901 | 2024-03-28T07:22:46.331Z | Compiling strsim v0.10.0 |
1902 | 2024-03-28T07:22:46.350Z | Checking camino v1.1.6 |
1903 | 2024-03-28T07:22:46.769Z | Compiling serde_yaml v0.9.25 |
1904 | 2024-03-28T07:22:46.899Z | Checking atty v0.2.14 |
1905 | 2024-03-28T07:22:47.020Z | Checking sha1 v0.10.6 |
1906 | 2024-03-28T07:22:47.122Z | Checking http v1.0.0 |
1907 | 2024-03-28T07:22:47.174Z | Checking rustls-pki-types v1.3.0 |
1908 | 2024-03-28T07:22:47.284Z | Checking fastrand v2.0.1 |
1909 | 2024-03-28T07:22:47.595Z | Checking match_cfg v0.1.0 |
1910 | 2024-03-28T07:22:47.615Z | Checking tempfile v3.10.0 |
1911 | 2024-03-28T07:22:47.681Z | Checking hostname v0.3.1 |
1912 | 2024-03-28T07:22:47.818Z | Compiling darling_core v0.20.3 |
1913 | 2024-03-28T07:22:47.995Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1914 | 2024-03-28T07:22:48.406Z | Compiling strum_macros v0.26.1 |
1915 | 2024-03-28T07:22:49.494Z | Checking dirs-sys-next v0.1.2 |
1916 | 2024-03-28T07:22:49.681Z | Compiling paste v1.0.14 |
1917 | 2024-03-28T07:22:50.182Z | Checking quick-error v1.2.3 |
1918 | 2024-03-28T07:22:50.391Z | Checking dirs-next v2.0.0 |
1919 | 2024-03-28T07:22:50.530Z | Checking crossbeam-channel v0.5.8 |
1920 | 2024-03-28T07:22:50.962Z | Checking thread_local v1.1.7 |
1921 | 2024-03-28T07:22:51.026Z | Compiling rustls v0.22.2 |
1922 | 2024-03-28T07:22:51.248Z | Compiling slog-async v2.8.0 |
1923 | 2024-03-28T07:22:51.267Z | Checking term v0.7.0 |
1924 | 2024-03-28T07:22:51.701Z | Checking rustls-webpki v0.102.1 |
1925 | 2024-03-28T07:22:51.821Z | Checking instant v0.1.12 |
1926 | 2024-03-28T07:22:51.942Z | Checking take_mut v0.2.2 |
1927 | 2024-03-28T07:22:52.377Z | Checking slog-term v2.9.0 |
1928 | 2024-03-28T07:22:52.598Z | Checking rustls-pemfile v2.1.1 |
1929 | 2024-03-28T07:22:52.828Z | Compiling multer v3.0.0 |
1930 | 2024-03-28T07:22:52.831Z | Checking debug-ignore v1.0.5 |
1931 | 2024-03-28T07:22:52.981Z | Checking slog-json v2.6.1 |
1932 | 2024-03-28T07:22:53.215Z | Compiling async-stream-impl v0.3.5 |
1933 | 2024-03-28T07:22:53.249Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1934 | 2024-03-28T07:22:53.534Z | Checking atomic-waker v1.1.1 |
1935 | 2024-03-28T07:22:53.684Z | Checking waitgroup v0.1.2 |
1936 | 2024-03-28T07:22:53.772Z | Checking strum v0.26.1 |
1937 | 2024-03-28T07:22:53.877Z | Checking slog-bunyan v2.5.0 |
1938 | 2024-03-28T07:22:54.037Z | Checking toml v0.8.10 |
1939 | 2024-03-28T07:22:54.115Z | Compiling darling_macro v0.20.3 |
1940 | 2024-03-28T07:22:54.303Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1941 | 2024-03-28T07:22:54.643Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1942 | 2024-03-28T07:22:54.682Z | Checking async-stream v0.3.5 |
1943 | 2024-03-28T07:22:54.805Z | Checking serde_path_to_error v0.1.16 |
1944 | 2024-03-28T07:22:54.872Z | Checking wait-timeout v0.2.0 |
1945 | 2024-03-28T07:22:55.058Z | Compiling structmeta-derive v0.3.0 |
1946 | 2024-03-28T07:22:55.091Z | Checking rusty-fork v0.3.0 |
1947 | 2024-03-28T07:22:55.171Z | Compiling darling v0.20.3 |
1948 | 2024-03-28T07:22:55.301Z | Compiling serde_with_macros v3.6.1 |
1949 | 2024-03-28T07:22:55.376Z | Checking newtype-uuid v1.0.1 |
1950 | 2024-03-28T07:22:55.402Z | Compiling structmeta-derive v0.2.0 |
1951 | 2024-03-28T07:22:55.623Z | Checking rand_xorshift v0.3.0 |
1952 | 2024-03-28T07:22:55.791Z | Checking unarray v0.1.4 |
1953 | 2024-03-28T07:22:55.942Z | Checking proptest v1.4.0 |
1954 | 2024-03-28T07:22:56.236Z | Checking tokio-rustls v0.25.0 |
1955 | 2024-03-28T07:22:56.502Z | Checking backoff v0.4.0 |
1956 | 2024-03-28T07:22:56.783Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1957 | 2024-03-28T07:22:57.569Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1958 | 2024-03-28T07:22:57.713Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1959 | 2024-03-28T07:22:57.954Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1960 | 2024-03-28T07:22:58.244Z | Compiling structmeta v0.3.0 |
1961 | 2024-03-28T07:22:58.509Z | Checking serde_with v3.6.1 |
1962 | 2024-03-28T07:22:58.548Z | Compiling structmeta v0.2.0 |
1963 | 2024-03-28T07:22:58.691Z | Compiling parse-display-derive v0.9.0 |
1964 | 2024-03-28T07:22:58.794Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1965 | 2024-03-28T07:22:58.943Z | Checking macaddr v1.0.1 |
1966 | 2024-03-28T07:22:58.975Z | Compiling test-strategy v0.3.1 |
1967 | 2024-03-28T07:22:59.268Z | Compiling proc-macro-error-attr v1.0.4 |
1968 | 2024-03-28T07:22:59.659Z | Compiling proc-macro-error v1.0.4 |
1969 | 2024-03-28T07:23:00.342Z | Compiling proc-macro-crate v1.3.1 |
1970 | 2024-03-28T07:23:00.659Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1971 | 2024-03-28T07:23:01.037Z | Checking camino-tempfile v1.1.1 |
1972 | 2024-03-28T07:23:01.331Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1973 | 2024-03-28T07:23:01.478Z | Compiling num_enum_derive v0.5.11 |
1974 | 2024-03-28T07:23:01.639Z | Compiling foreign-types-macros v0.2.3 |
1975 | 2024-03-28T07:23:01.708Z | Checking foreign-types-shared v0.3.1 |
1976 | 2024-03-28T07:23:01.813Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1977 | 2024-03-28T07:23:02.124Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1978 | 2024-03-28T07:23:02.242Z | Checking cstr-argument v0.1.2 |
1979 | 2024-03-28T07:23:02.396Z | Checking pretty-hex v0.2.1 |
1980 | 2024-03-28T07:23:02.560Z | Checking tabwriter v1.4.0 |
1981 | 2024-03-28T07:23:02.783Z | Checking colored v2.1.0 |
1982 | 2024-03-28T07:23:02.966Z | Checking foreign-types v0.5.0 |
1983 | 2024-03-28T07:23:03.084Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1984 | 2024-03-28T07:23:03.100Z | Checking socket2 v0.4.9 |
1985 | 2024-03-28T07:23:03.153Z | Checking smf v0.2.2 |
1986 | 2024-03-28T07:23:03.211Z | Checking humantime v2.1.0 |
1987 | 2024-03-28T07:23:03.395Z | Compiling usdt-attr-macro v0.5.0 |
1988 | 2024-03-28T07:23:03.528Z | Compiling usdt-macro v0.5.0 |
1989 | 2024-03-28T07:23:03.537Z | Checking memmap v0.7.0 |
1990 | 2024-03-28T07:23:04.004Z | Checking termcolor v1.2.0 |
1991 | 2024-03-28T07:23:04.004Z | Checking parse-display v0.9.0 |
1992 | 2024-03-28T07:23:04.004Z | Compiling heapless v0.8.0 |
1993 | 2024-03-28T07:23:04.004Z | Checking termtree v0.4.1 |
1994 | 2024-03-28T07:23:04.004Z | Checking arc-swap v1.6.0 |
1995 | 2024-03-28T07:23:04.095Z | Checking predicates-tree v1.0.9 |
1996 | 2024-03-28T07:23:04.246Z | Checking hash32 v0.3.1 |
1997 | 2024-03-28T07:23:04.263Z | Checking num_enum v0.5.11 |
1998 | 2024-03-28T07:23:04.405Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1999 | 2024-03-28T07:23:04.422Z | Compiling smoltcp v0.11.0 |
2000 | 2024-03-28T07:23:04.438Z | Checking slog-scope v4.4.0 |
2001 | 2024-03-28T07:23:04.652Z | Checking slog-stdlog v4.1.1 |
2002 | 2024-03-28T07:23:04.661Z | Compiling crucible-workspace-hack v0.1.0 |
2003 | 2024-03-28T07:23:04.780Z | Checking cobs v0.2.3 |
2004 | 2024-03-28T07:23:04.918Z | Checking embedded-io v0.4.0 |
2005 | 2024-03-28T07:23:05.041Z | Checking slog-envlogger v2.2.0 |
2006 | 2024-03-28T07:23:05.059Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2007 | 2024-03-28T07:23:05.086Z | Checking usdt v0.5.0 |
2008 | 2024-03-28T07:23:05.106Z | Checking postcard v1.0.8 |
2009 | 2024-03-28T07:23:05.150Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2010 | 2024-03-28T07:23:05.290Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2011 | 2024-03-28T07:23:05.317Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2012 | 2024-03-28T07:23:05.338Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2013 | 2024-03-28T07:23:05.419Z | Checking utf-8 v0.7.6 |
2014 | 2024-03-28T07:23:05.613Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2015 | 2024-03-28T07:23:05.794Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2016 | 2024-03-28T07:23:05.815Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2017 | 2024-03-28T07:23:06.179Z | Compiling num-derive v0.4.0 |
2018 | 2024-03-28T07:23:06.208Z | Compiling mockall_derive v0.12.0 |
2019 | 2024-03-28T07:23:06.377Z | Checking downcast v0.11.0 |
2020 | 2024-03-28T07:23:06.585Z | Checking fragile v2.0.0 |
2021 | 2024-03-28T07:23:06.793Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2022 | 2024-03-28T07:23:06.848Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2023 | 2024-03-28T07:23:07.077Z | Checking xattr v1.0.1 |
2024 | 2024-03-28T07:23:07.263Z | Checking filetime v0.2.23 |
2025 | 2024-03-28T07:23:07.321Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2026 | 2024-03-28T07:23:07.395Z | Checking same-file v1.0.6 |
2027 | 2024-03-28T07:23:07.460Z | Checking tar v0.4.40 |
2028 | 2024-03-28T07:23:07.555Z | Checking walkdir v2.4.0 |
2029 | 2024-03-28T07:23:07.829Z | Checking tungstenite v0.20.1 |
2030 | 2024-03-28T07:23:08.122Z | Checking base64 v0.22.0 |
2031 | 2024-03-28T07:23:08.228Z | Compiling heck v0.3.3 |
2032 | 2024-03-28T07:23:08.530Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2033 | 2024-03-28T07:23:08.619Z | Checking pem v3.0.2 |
2034 | 2024-03-28T07:23:08.644Z | Checking headers-core v0.2.0 |
2035 | 2024-03-28T07:23:08.687Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2036 | 2024-03-28T07:23:08.738Z | Checking tokio-tungstenite v0.20.1 |
2037 | 2024-03-28T07:23:08.776Z | Checking headers v0.3.9 |
2038 | 2024-03-28T07:23:08.877Z | Checking linked-hash-map v0.5.6 |
2039 | 2024-03-28T07:23:09.136Z | Checking env_logger v0.9.3 |
2040 | 2024-03-28T07:23:09.189Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2041 | 2024-03-28T07:23:09.210Z | Checking lru-cache v0.1.2 |
2042 | 2024-03-28T07:23:09.386Z | Compiling bitstruct_derive v0.1.0 |
2043 | 2024-03-28T07:23:09.552Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2044 | 2024-03-28T07:23:09.578Z | Checking ascii v1.1.0 |
2045 | 2024-03-28T07:23:09.678Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2046 | 2024-03-28T07:23:09.826Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2047 | 2024-03-28T07:23:09.859Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2048 | 2024-03-28T07:23:09.898Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2049 | 2024-03-28T07:23:09.976Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2050 | 2024-03-28T07:23:10.052Z | Checking password-hash v0.5.0 |
2051 | 2024-03-28T07:23:10.156Z | Checking itertools v0.12.1 |
2052 | 2024-03-28T07:23:10.496Z | Checking blake2 v0.10.6 |
2053 | 2024-03-28T07:23:10.753Z | Checking bitstruct v0.1.1 |
2054 | 2024-03-28T07:23:10.852Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-03-28T07:23:10.869Z | Checking erased-serde v0.3.31 |
2056 | 2024-03-28T07:23:10.944Z | Checking serde_arrays v0.1.0 |
2057 | 2024-03-28T07:23:11.096Z | Checking argon2 v0.5.3 |
2058 | 2024-03-28T07:23:11.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2059 | 2024-03-28T07:23:11.305Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2060 | 2024-03-28T07:23:11.419Z | Compiling zone_cfg_derive v0.1.2 |
2061 | 2024-03-28T07:23:11.589Z | Checking tungstenite v0.21.0 |
2062 | 2024-03-28T07:23:11.786Z | Checking swrite v0.1.0 |
2063 | 2024-03-28T07:23:11.889Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2064 | 2024-03-28T07:23:11.904Z | Checking base64 v0.13.1 |
2065 | 2024-03-28T07:23:12.124Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2066 | 2024-03-28T07:23:12.266Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2067 | 2024-03-28T07:23:12.468Z | Checking tokio-tungstenite v0.21.0 |
2068 | 2024-03-28T07:23:12.565Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2069 | 2024-03-28T07:23:12.758Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2070 | 2024-03-28T07:23:12.847Z | Checking ron v0.7.1 |
2071 | 2024-03-28T07:23:12.947Z | Checking zone v0.1.8 |
2072 | 2024-03-28T07:23:13.127Z | Checking portpicker v0.1.1 |
2073 | 2024-03-28T07:23:13.274Z | Checking rcgen v0.12.1 |
2074 | 2024-03-28T07:23:13.645Z | Checking atomicwrites v0.4.3 |
2075 | 2024-03-28T07:23:13.850Z | Checking subprocess v0.2.9 |
2076 | 2024-03-28T07:23:13.945Z | Compiling derive-where v1.2.7 |
2077 | 2024-03-28T07:23:13.963Z | Checking resolv-conf v0.7.0 |
2078 | 2024-03-28T07:23:14.291Z | Compiling rayon-core v1.12.1 |
2079 | 2024-03-28T07:23:14.316Z | Checking trust-dns-resolver v0.22.0 |
2080 | 2024-03-28T07:23:14.366Z | Checking half v2.3.1 |
2081 | 2024-03-28T07:23:14.606Z | Compiling cancel-safe-futures v0.1.5 |
2082 | 2024-03-28T07:23:14.701Z | Checking ciborium-io v0.2.2 |
2083 | 2024-03-28T07:23:14.744Z | Checking mockall v0.12.0 |
2084 | 2024-03-28T07:23:14.798Z | Compiling semver v0.1.20 |
2085 | 2024-03-28T07:23:14.815Z | Checking ciborium-ll v0.2.2 |
2086 | 2024-03-28T07:23:14.970Z | Checking libsw v3.3.1 |
2087 | 2024-03-28T07:23:15.094Z | Checking ciborium v0.2.2 |
2088 | 2024-03-28T07:23:15.233Z | Compiling rustc_version v0.1.7 |
2089 | 2024-03-28T07:23:15.439Z | Checking owo-colors v4.0.0 |
2090 | 2024-03-28T07:23:15.455Z | Checking linear-map v1.2.0 |
2091 | 2024-03-28T07:23:15.754Z | Compiling newtype_derive v0.1.6 |
2092 | 2024-03-28T07:23:15.786Z | Compiling slog-dtrace v0.3.0 |
2093 | 2024-03-28T07:23:15.850Z | Compiling radium v0.7.0 |
2094 | 2024-03-28T07:23:16.066Z | Checking is-terminal v0.4.9 |
2095 | 2024-03-28T07:23:16.185Z | Checking nibble_vec v0.1.0 |
2096 | 2024-03-28T07:23:16.221Z | Checking steno v0.4.0 |
2097 | 2024-03-28T07:23:16.321Z | Compiling maybe-uninit v2.0.0 |
2098 | 2024-03-28T07:23:16.372Z | Checking endian-type v0.1.2 |
2099 | 2024-03-28T07:23:16.537Z | Checking tap v1.0.1 |
2100 | 2024-03-28T07:23:16.599Z | Checking radix_trie v0.2.1 |
2101 | 2024-03-28T07:23:16.704Z | Checking wyz v0.5.1 |
2102 | 2024-03-28T07:23:17.016Z | Checking newline-converter v0.3.0 |
2103 | 2024-03-28T07:23:17.086Z | Checking fxhash v0.2.1 |
2104 | 2024-03-28T07:23:17.166Z | Compiling packed_struct v0.10.1 |
2105 | 2024-03-28T07:23:17.250Z | Compiling num-bigint-dig v0.8.4 |
2106 | 2024-03-28T07:23:17.279Z | Checking funty v2.0.0 |
2107 | 2024-03-28T07:23:17.342Z | Checking crc-catalog v2.2.0 |
2108 | 2024-03-28T07:23:17.465Z | Checking crc v3.0.1 |
2109 | 2024-03-28T07:23:17.579Z | Checking expectorate v1.1.0 |
2110 | 2024-03-28T07:23:17.651Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2111 | 2024-03-28T07:23:17.665Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2112 | 2024-03-28T07:23:17.718Z | Compiling packed_struct_codegen v0.10.1 |
2113 | 2024-03-28T07:23:17.733Z | Compiling num-rational v0.4.1 |
2114 | 2024-03-28T07:23:18.061Z | Compiling indexmap v1.9.3 |
2115 | 2024-03-28T07:23:18.071Z | Checking nodrop v0.1.14 |
2116 | 2024-03-28T07:23:18.184Z | Checking array-init v0.0.4 |
2117 | 2024-03-28T07:23:18.254Z | Checking bitvec v1.0.1 |
2118 | 2024-03-28T07:23:18.478Z | Checking smallvec v0.6.14 |
2119 | 2024-03-28T07:23:18.865Z | Checking pkcs1 v0.7.5 |
2120 | 2024-03-28T07:23:19.171Z | Checking signature v2.1.0 |
2121 | 2024-03-28T07:23:19.276Z | Checking hashbrown v0.12.3 |
2122 | 2024-03-28T07:23:19.368Z | Checking bitfield v0.14.0 |
2123 | 2024-03-28T07:23:19.650Z | Checking serde-hex v0.1.0 |
2124 | 2024-03-28T07:23:20.649Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2125 | 2024-03-28T07:23:20.789Z | Checking rsa v0.9.2 |
2126 | 2024-03-28T07:23:20.997Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2127 | 2024-03-28T07:23:21.000Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-03-28T07:23:21.231Z | Checking env_logger v0.10.0 |
2129 | 2024-03-28T07:23:21.294Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2130 | 2024-03-28T07:23:21.380Z | Checking x509-cert v0.2.4 |
2131 | 2024-03-28T07:23:21.636Z | Checking ron v0.8.1 |
2132 | 2024-03-28T07:23:21.759Z | Checking hashbrown v0.13.2 |
2133 | 2024-03-28T07:23:21.765Z | Checking num-complex v0.4.4 |
2134 | 2024-03-28T07:23:22.297Z | Checking crc-any v2.4.3 |
2135 | 2024-03-28T07:23:22.669Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2136 | 2024-03-28T07:23:22.690Z | Checking num v0.4.1 |
2137 | 2024-03-28T07:23:22.788Z | Checking path-slash v0.1.5 |
2138 | 2024-03-28T07:23:22.804Z | Checking object v0.30.4 |
2139 | 2024-03-28T07:23:22.845Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2140 | 2024-03-28T07:23:22.939Z | Compiling convert_case v0.4.0 |
2141 | 2024-03-28T07:23:23.012Z | Checking display-error-chain v0.2.0 |
2142 | 2024-03-28T07:23:23.119Z | Compiling buf-list v1.0.3 |
2143 | 2024-03-28T07:23:23.158Z | Compiling blake3 v1.5.0 |
2144 | 2024-03-28T07:23:23.613Z | Checking textwrap v0.11.0 |
2145 | 2024-03-28T07:23:23.814Z | Checking gethostname v0.4.3 |
2146 | 2024-03-28T07:23:23.911Z | Checking ansi_term v0.12.1 |
2147 | 2024-03-28T07:23:23.947Z | Checking strsim v0.8.0 |
2148 | 2024-03-28T07:23:23.990Z | Compiling derive_more v0.99.17 |
2149 | 2024-03-28T07:23:24.115Z | Checking vec_map v0.8.2 |
2150 | 2024-03-28T07:23:24.140Z | Compiling libefi-sys v0.1.0 |
2151 | 2024-03-28T07:23:24.212Z | Compiling parking_lot_core v0.8.6 |
2152 | 2024-03-28T07:23:24.228Z | Compiling structopt-derive v0.4.18 |
2153 | 2024-03-28T07:23:24.377Z | Checking clap v2.34.0 |
2154 | 2024-03-28T07:23:24.423Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2155 | 2024-03-28T07:23:24.586Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2156 | 2024-03-28T07:23:25.038Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2157 | 2024-03-28T07:23:25.329Z | Compiling crossbeam-deque v0.8.3 |
2158 | 2024-03-28T07:23:25.346Z | Compiling pin-project-internal v1.1.3 |
2159 | 2024-03-28T07:23:25.677Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2160 | 2024-03-28T07:23:25.834Z | Compiling doc-comment v0.3.3 |
2161 | 2024-03-28T07:23:27.127Z | Checking keccak v0.1.4 |
2162 | 2024-03-28T07:23:27.310Z | Checking structopt v0.3.26 |
2163 | 2024-03-28T07:23:27.419Z | Checking sha3 v0.10.8 |
2164 | 2024-03-28T07:23:27.966Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2165 | 2024-03-28T07:23:28.299Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2166 | 2024-03-28T07:23:28.495Z | Checking parking_lot v0.11.2 |
2167 | 2024-03-28T07:23:28.530Z | Checking trust-dns-client v0.22.0 |
2168 | 2024-03-28T07:23:28.633Z | Checking pin-project v1.1.3 |
2169 | 2024-03-28T07:23:28.749Z | Checking toml v0.5.11 |
2170 | 2024-03-28T07:23:28.818Z | Compiling semver-parser v0.10.2 |
2171 | 2024-03-28T07:23:28.912Z | Checking secrecy v0.8.0 |
2172 | 2024-03-28T07:23:29.125Z | Compiling vte_generate_state_changes v0.1.1 |
2173 | 2024-03-28T07:23:29.731Z | Compiling semver v0.11.0 |
2174 | 2024-03-28T07:23:29.814Z | Checking vte v0.11.1 |
2175 | 2024-03-28T07:23:29.927Z | Compiling rayon v1.9.0 |
2176 | 2024-03-28T07:23:30.303Z | Checking trust-dns-server v0.22.1 |
2177 | 2024-03-28T07:23:30.546Z | Checking sled v0.34.7 |
2178 | 2024-03-28T07:23:31.841Z | Compiling memmap2 v0.7.1 |
2179 | 2024-03-28T07:23:32.118Z | Compiling arrayvec v0.7.4 |
2180 | 2024-03-28T07:23:32.268Z | Compiling constant_time_eq v0.3.0 |
2181 | 2024-03-28T07:23:32.453Z | Compiling home v0.5.5 |
2182 | 2024-03-28T07:23:32.548Z | Compiling arrayref v0.3.7 |
2183 | 2024-03-28T07:23:32.654Z | Compiling toolchain_find v0.2.0 |
2184 | 2024-03-28T07:23:33.230Z | Checking strip-ansi-escapes v0.2.0 |
2185 | 2024-03-28T07:23:33.339Z | Checking fd-lock v3.0.13 |
2186 | 2024-03-28T07:23:33.400Z | Checking nu-ansi-term v0.50.0 |
2187 | 2024-03-28T07:23:33.514Z | Compiling topological-sort v0.2.2 |
2188 | 2024-03-28T07:23:33.740Z | Checking strum v0.25.0 |
2189 | 2024-03-28T07:23:33.835Z | Checking glob v0.3.1 |
2190 | 2024-03-28T07:23:33.883Z | Checking reedline v0.30.0 |
2191 | 2024-03-28T07:23:34.132Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2192 | 2024-03-28T07:23:34.832Z | Compiling snafu-derive v0.7.5 |
2193 | 2024-03-28T07:23:34.847Z | Compiling unicase v2.7.0 |
2194 | 2024-03-28T07:23:35.170Z | Compiling omicron-zone-package v0.11.0 |
2195 | 2024-03-28T07:23:35.561Z | Compiling rustfmt-wrapper v0.2.0 |
2196 | 2024-03-28T07:23:35.756Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2197 | 2024-03-28T07:23:36.207Z | Compiling platforms v3.0.2 |
2198 | 2024-03-28T07:23:36.409Z | Checking globset v0.4.13 |
2199 | 2024-03-28T07:23:36.565Z | Checking olpc-cjson v0.1.3 |
2200 | 2024-03-28T07:23:36.582Z | Checking serde_plain v1.0.2 |
2201 | 2024-03-28T07:23:36.780Z | Compiling async-recursion v1.0.5 |
2202 | 2024-03-28T07:23:36.841Z | Checking typed-path v0.7.0 |
2203 | 2024-03-28T07:23:37.059Z | Checking fs-err v2.11.0 |
2204 | 2024-03-28T07:23:37.555Z | Compiling memoffset v0.7.1 |
2205 | 2024-03-28T07:23:37.747Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2206 | 2024-03-28T07:23:37.879Z | Checking parse-size v1.0.0 |
2207 | 2024-03-28T07:23:37.896Z | Checking bytecount v0.6.3 |
2208 | 2024-03-28T07:23:38.045Z | Checking papergrid v0.11.0 |
2209 | 2024-03-28T07:23:38.333Z | Compiling curve25519-dalek v4.1.1 |
2210 | 2024-03-28T07:23:38.814Z | Compiling tabled_derive v0.7.0 |
2211 | 2024-03-28T07:23:38.917Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2212 | 2024-03-28T07:23:39.071Z | Compiling mime_guess v2.0.4 |
2213 | 2024-03-28T07:23:39.431Z | Checking universal-hash v0.5.1 |
2214 | 2024-03-28T07:23:39.487Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2215 | 2024-03-28T07:23:39.605Z | Compiling thiserror-impl-no-std v2.0.2 |
2216 | 2024-03-28T07:23:39.696Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2217 | 2024-03-28T07:23:39.801Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2218 | 2024-03-28T07:23:40.490Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2219 | 2024-03-28T07:23:40.826Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-03-28T07:23:40.961Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2221 | 2024-03-28T07:23:41.487Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2222 | 2024-03-28T07:23:41.991Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2223 | 2024-03-28T07:23:42.723Z | Checking snafu v0.7.5 |
2224 | 2024-03-28T07:23:42.920Z | Checking tabled v0.15.0 |
2225 | 2024-03-28T07:23:43.075Z | Compiling curve25519-dalek-derive v0.1.0 |
2226 | 2024-03-28T07:23:43.177Z | Checking nanorand v0.7.0 |
2227 | 2024-03-28T07:23:43.232Z | Checking tough v0.16.0 |
2228 | 2024-03-28T07:23:43.548Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2229 | 2024-03-28T07:23:43.721Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2230 | 2024-03-28T07:23:43.858Z | Checking opaque-debug v0.3.0 |
2231 | 2024-03-28T07:23:43.948Z | Checking signature v1.6.4 |
2232 | 2024-03-28T07:23:44.103Z | Compiling prettyplease v0.2.16 |
2233 | 2024-03-28T07:23:44.368Z | Compiling salty v0.2.0 |
2234 | 2024-03-28T07:23:44.937Z | Checking ed25519 v1.5.3 |
2235 | 2024-03-28T07:23:44.955Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2236 | 2024-03-28T07:23:45.119Z | Checking poly1305 v0.8.0 |
2237 | 2024-03-28T07:23:45.700Z | Checking flume v0.11.0 |
2238 | 2024-03-28T07:23:45.948Z | Checking thiserror-no-std v2.0.2 |
2239 | 2024-03-28T07:23:46.097Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2240 | 2024-03-28T07:23:46.457Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2241 | 2024-03-28T07:23:46.578Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2242 | 2024-03-28T07:23:46.616Z | Checking chacha20 v0.9.1 |
2243 | 2024-03-28T07:23:46.774Z | Checking aead v0.5.2 |
2244 | 2024-03-28T07:23:46.812Z | Checking serde-big-array v0.5.1 |
2245 | 2024-03-28T07:23:46.961Z | Checking kstat-rs v0.2.3 |
2246 | 2024-03-28T07:23:46.985Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2247 | 2024-03-28T07:23:47.016Z | Checking chacha20poly1305 v0.10.1 |
2248 | 2024-03-28T07:23:47.160Z | Checking vsss-rs v3.3.4 |
2249 | 2024-03-28T07:23:47.895Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2250 | 2024-03-28T07:23:47.913Z | Checking signal-hook-tokio v0.3.1 |
2251 | 2024-03-28T07:23:47.936Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2252 | 2024-03-28T07:23:47.951Z | Checking serde-big-array v0.4.1 |
2253 | 2024-03-28T07:23:48.120Z | Compiling crunchy v0.2.2 |
2254 | 2024-03-28T07:23:48.260Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2255 | 2024-03-28T07:23:48.777Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2256 | 2024-03-28T07:23:48.824Z | Compiling clang-sys v1.6.1 |
2257 | 2024-03-28T07:23:48.915Z | Checking fd-lock v4.0.2 |
2258 | 2024-03-28T07:23:49.107Z | Checking nix v0.27.1 |
2259 | 2024-03-28T07:23:49.232Z | Compiling sqlparser_derive v0.2.2 |
2260 | 2024-03-28T07:23:49.720Z | Checking corncobs v0.1.3 |
2261 | 2024-03-28T07:23:49.911Z | Compiling tiny-keccak v2.0.2 |
2262 | 2024-03-28T07:23:50.230Z | Checking unicode_categories v0.1.1 |
2263 | 2024-03-28T07:23:50.392Z | Checking sqlparser v0.43.1 |
2264 | 2024-03-28T07:23:50.507Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2265 | 2024-03-28T07:23:50.523Z | Checking sqlformat v0.2.3 |
2266 | 2024-03-28T07:23:51.533Z | Checking rustyline v13.0.0 |
2267 | 2024-03-28T07:23:51.821Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2268 | 2024-03-28T07:23:51.991Z | Compiling darling_core v0.14.4 |
2269 | 2024-03-28T07:23:52.076Z | Checking bcs v0.1.6 |
2270 | 2024-03-28T07:23:52.262Z | Checking highway v1.1.0 |
2271 | 2024-03-28T07:23:52.541Z | Compiling ref-cast v1.0.20 |
2272 | 2024-03-28T07:23:52.819Z | Compiling ascii-canvas v3.0.0 |
2273 | 2024-03-28T07:23:53.148Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2274 | 2024-03-28T07:23:53.166Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2275 | 2024-03-28T07:23:53.419Z | Compiling ref-cast-impl v1.0.20 |
2276 | 2024-03-28T07:23:53.422Z | Compiling ena v0.14.2 |
2277 | 2024-03-28T07:23:53.448Z | Compiling libloading v0.7.4 |
2278 | 2024-03-28T07:23:53.454Z | Compiling bindgen v0.69.2 |
2279 | 2024-03-28T07:23:53.819Z | Compiling regex-syntax v0.6.29 |
2280 | 2024-03-28T07:23:53.853Z | Compiling diff v0.1.13 |
2281 | 2024-03-28T07:23:54.160Z | Checking http-range v0.1.5 |
2282 | 2024-03-28T07:23:54.334Z | Checking hyper-staticfile v0.9.5 |
2283 | 2024-03-28T07:23:54.770Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2284 | 2024-03-28T07:23:54.794Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2285 | 2024-03-28T07:23:55.792Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2286 | 2024-03-28T07:23:56.597Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2287 | 2024-03-28T07:23:57.953Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2288 | 2024-03-28T07:23:58.895Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2289 | 2024-03-28T07:23:59.124Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2290 | 2024-03-28T07:23:59.158Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2291 | 2024-03-28T07:23:59.975Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2292 | 2024-03-28T07:24:00.636Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2293 | 2024-03-28T07:24:00.864Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2294 | 2024-03-28T07:24:00.943Z | Compiling darling_macro v0.14.4 |
2295 | 2024-03-28T07:24:01.418Z | Compiling lalrpop v0.19.12 |
2296 | 2024-03-28T07:24:02.033Z | Compiling darling v0.14.4 |
2297 | 2024-03-28T07:24:02.157Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2298 | 2024-03-28T07:24:03.048Z | Compiling cexpr v0.6.0 |
2299 | 2024-03-28T07:24:03.342Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2300 | 2024-03-28T07:24:04.839Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2301 | 2024-03-28T07:24:04.911Z | Compiling which v4.4.0 |
2302 | 2024-03-28T07:24:05.574Z | Compiling shlex v1.3.0 |
2303 | 2024-03-28T07:24:05.817Z | Compiling rustc-hash v1.1.0 |
2304 | 2024-03-28T07:24:05.966Z | Compiling lazycell v1.3.0 |
2305 | 2024-03-28T07:24:05.999Z | Compiling peeking_take_while v0.1.2 |
2306 | 2024-03-28T07:24:06.126Z | Checking maplit v1.0.2 |
2307 | 2024-03-28T07:24:06.142Z | Checking assert_matches v1.5.0 |
2308 | 2024-03-28T07:24:06.235Z | Compiling derive_builder_core v0.12.0 |
2309 | 2024-03-28T07:24:07.958Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2310 | 2024-03-28T07:24:08.744Z | Compiling libxml v0.3.3 |
2311 | 2024-03-28T07:24:09.136Z | Compiling derive_builder_macro v0.12.0 |
2312 | 2024-03-28T07:24:09.210Z | Compiling strum_macros v0.24.3 |
2313 | 2024-03-28T07:24:09.997Z | Compiling cookie v0.18.0 |
2314 | 2024-03-28T07:24:10.299Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2315 | 2024-03-28T07:24:10.609Z | Compiling portable-atomic v1.4.3 |
2316 | 2024-03-28T07:24:11.627Z | Compiling indoc v1.0.9 |
2317 | 2024-03-28T07:24:12.160Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2318 | 2024-03-28T07:24:12.254Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2319 | 2024-03-28T07:24:12.670Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2320 | 2024-03-28T07:24:13.048Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2321 | 2024-03-28T07:24:13.206Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2322 | 2024-03-28T07:24:13.901Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2323 | 2024-03-28T07:24:14.182Z | Checking derive_builder v0.12.0 |
2324 | 2024-03-28T07:24:14.552Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2325 | 2024-03-28T07:24:15.611Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2326 | 2024-03-28T07:24:16.235Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2327 | 2024-03-28T07:24:16.518Z | Checking bb8 v0.8.3 |
2328 | 2024-03-28T07:24:16.534Z | Checking quick-xml v0.30.0 |
2329 | 2024-03-28T07:24:16.988Z | Compiling oso-derive v0.27.0 |
2330 | 2024-03-28T07:24:17.258Z | Compiling impl-trait-for-tuples v0.2.2 |
2331 | 2024-03-28T07:24:17.293Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2332 | 2024-03-28T07:24:18.485Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2333 | 2024-03-28T07:24:18.607Z | Checking number_prefix v0.4.0 |
2334 | 2024-03-28T07:24:18.807Z | Checking castaway v0.2.2 |
2335 | 2024-03-28T07:24:18.964Z | Checking rand_seeder v0.2.3 |
2336 | 2024-03-28T07:24:19.205Z | Checking compact_str v0.7.1 |
2337 | 2024-03-28T07:24:19.413Z | Checking indicatif v0.17.8 |
2338 | 2024-03-28T07:24:20.002Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2339 | 2024-03-28T07:24:20.215Z | Checking lru v0.12.1 |
2340 | 2024-03-28T07:24:20.361Z | Compiling stability v0.1.1 |
2341 | 2024-03-28T07:24:20.427Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2342 | 2024-03-28T07:24:20.480Z | Checking cassowary v0.3.0 |
2343 | 2024-03-28T07:24:20.897Z | Compiling indoc v2.0.3 |
2344 | 2024-03-28T07:24:21.286Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2345 | 2024-03-28T07:24:21.385Z | Checking smawk v0.3.1 |
2346 | 2024-03-28T07:24:21.599Z | Checking unicode-linebreak v0.1.5 |
2347 | 2024-03-28T07:24:22.016Z | Checking textwrap v0.16.1 |
2348 | 2024-03-28T07:24:22.053Z | Checking ratatui v0.26.1 |
2349 | 2024-03-28T07:24:22.397Z | Checking is_ci v1.2.0 |
2350 | 2024-03-28T07:24:22.531Z | Checking supports-color v3.0.0 |
2351 | 2024-03-28T07:24:22.713Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2352 | 2024-03-28T07:24:22.852Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2353 | 2024-03-28T07:24:23.043Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2354 | 2024-03-28T07:24:23.338Z | Checking rtoolbox v0.0.1 |
2355 | 2024-03-28T07:24:23.425Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2356 | 2024-03-28T07:24:23.539Z | Checking rpassword v7.3.1 |
2357 | 2024-03-28T07:24:23.721Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2358 | 2024-03-28T07:24:24.321Z | Checking fatfs v0.3.6 |
2359 | 2024-03-28T07:24:25.160Z | Checking tui-tree-widget v0.17.0 |
2360 | 2024-03-28T07:24:25.209Z | Checking shell-words v1.1.0 |
2361 | 2024-03-28T07:24:25.328Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2362 | 2024-03-28T07:24:25.375Z | Checking yansi v0.5.1 |
2363 | 2024-03-28T07:24:25.653Z | Compiling target-lexicon v0.12.13 |
2364 | 2024-03-28T07:24:25.668Z | Checking pretty_assertions v1.4.0 |
2365 | 2024-03-28T07:24:26.347Z | Checking plotters-backend v0.3.5 |
2366 | 2024-03-28T07:24:26.455Z | Compiling guppy-workspace-hack v0.1.0 |
2367 | 2024-03-28T07:24:26.708Z | Checking plotters-svg v0.3.5 |
2368 | 2024-03-28T07:24:26.774Z | Checking http-body v1.0.0 |
2369 | 2024-03-28T07:24:26.932Z | Checking rand v0.4.6 |
2370 | 2024-03-28T07:24:26.998Z | Checking tower-layer v0.3.2 |
2371 | 2024-03-28T07:24:27.238Z | Checking cast v0.3.0 |
2372 | 2024-03-28T07:24:27.282Z | Checking remove_dir_all v0.5.3 |
2373 | 2024-03-28T07:24:27.519Z | Compiling target-spec v3.1.0 |
2374 | 2024-03-28T07:24:27.535Z | Compiling assert_cmd v2.0.14 |
2375 | 2024-03-28T07:24:27.968Z | Checking criterion-plot v0.5.0 |
2376 | 2024-03-28T07:24:28.004Z | Checking tempdir v0.3.7 |
2377 | 2024-03-28T07:24:28.128Z | Checking tower v0.4.13 |
2378 | 2024-03-28T07:24:28.160Z | Checking cfg-expr v0.15.6 |
2379 | 2024-03-28T07:24:28.507Z | Checking hyper v1.1.0 |
2380 | 2024-03-28T07:24:28.909Z | Checking plotters v0.3.5 |
2381 | 2024-03-28T07:24:29.138Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2382 | 2024-03-28T07:24:29.389Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2383 | 2024-03-28T07:24:29.733Z | Checking tinytemplate v1.2.1 |
2384 | 2024-03-28T07:24:30.017Z | Checking cargo-platform v0.1.3 |
2385 | 2024-03-28T07:24:30.114Z | Checking anes v0.1.6 |
2386 | 2024-03-28T07:24:30.327Z | Checking oorandom v11.1.3 |
2387 | 2024-03-28T07:24:30.472Z | Checking cargo_metadata v0.18.1 |
2388 | 2024-03-28T07:24:30.496Z | Checking hyper-util v0.1.2 |
2389 | 2024-03-28T07:24:30.682Z | Checking criterion v0.5.1 |
2390 | 2024-03-28T07:24:31.758Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2391 | 2024-03-28T07:24:31.990Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2392 | 2024-03-28T07:24:32.090Z | Checking rustls-native-certs v0.7.0 |
2393 | 2024-03-28T07:24:32.239Z | Checking pathdiff v0.2.1 |
2394 | 2024-03-28T07:24:32.400Z | Checking nested v0.1.1 |
2395 | 2024-03-28T07:24:32.599Z | Checking guppy v0.17.5 |
2396 | 2024-03-28T07:24:33.541Z | Checking hyper-rustls v0.26.0 |
2397 | 2024-03-28T07:24:33.877Z | Checking httptest v0.15.5 |
2398 | 2024-03-28T07:24:33.963Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2399 | 2024-03-28T07:24:34.618Z | Checking threadpool v1.8.1 |
2400 | 2024-03-28T07:24:35.097Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2401 | 2024-03-28T07:24:35.102Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2402 | 2024-03-28T07:24:35.847Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2403 | 2024-03-28T07:24:36.819Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2404 | 2024-03-28T07:24:37.240Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2405 | 2024-03-28T07:24:37.797Z | Checking libtest-mimic v0.6.1 |
2406 | 2024-03-28T07:24:38.248Z | Checking similar-asserts v1.5.0 |
2407 | 2024-03-28T07:24:38.469Z | Compiling rstest_macros v0.18.2 |
2408 | 2024-03-28T07:24:40.350Z | Checking datatest-stable v0.2.3 |
2409 | 2024-03-28T07:24:40.407Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2410 | 2024-03-28T07:24:40.585Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2411 | 2024-03-28T07:24:40.848Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2412 | 2024-03-28T07:24:41.132Z | Checking csv-core v0.1.11 |
2413 | 2024-03-28T07:24:41.433Z | Checking constant_time_eq v0.2.6 |
2414 | 2024-03-28T07:24:41.938Z | Compiling relative-path v1.9.0 |
2415 | 2024-03-28T07:24:41.938Z | Compiling trybuild v1.0.89 |
2416 | 2024-03-28T07:24:41.938Z | Checking blake2b_simd v1.0.1 |
2417 | 2024-03-28T07:24:41.984Z | Checking csv v1.3.0 |
2418 | 2024-03-28T07:24:42.555Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2419 | 2024-03-28T07:24:42.833Z | Checking basic-toml v0.1.8 |
2420 | 2024-03-28T07:24:43.714Z | Checking multimap v0.10.0 |
2421 | 2024-03-28T07:24:44.003Z | Checking futures-timer v3.0.2 |
2422 | 2024-03-28T07:24:45.757Z | Checking rust-argon2 v1.0.1 |
2423 | 2024-03-28T07:24:46.207Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2424 | 2024-03-28T07:24:48.144Z | Checking partial-io v0.5.4 |
2425 | 2024-03-28T07:24:48.528Z | Checking approx v0.5.1 |
2426 | 2024-03-28T07:24:48.762Z | Checking termios v0.3.3 |
2427 | 2024-03-28T07:24:48.977Z | Checking hex-literal v0.4.1 |
2428 | 2024-03-28T07:24:52.160Z | Checking rstest v0.18.2 |
2429 | 2024-03-28T07:24:53.189Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2430 | 2024-03-28T07:24:53.301Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2431 | 2024-03-28T07:24:54.115Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2432 | 2024-03-28T07:25:00.236Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2433 | 2024-03-28T07:25:11.693Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2434 | 2024-03-28T07:25:40.691Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2435 | 2024-03-28T07:25:48.304Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2436 | 2024-03-28T07:25:51.797Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2437 | 2024-03-28T07:25:52.346Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2438 | 2024-03-28T07:25:54.544Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2439 | 2024-03-28T07:26:07.405Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2440 | 2024-03-28T07:26:14.043Z | Compiling polar-core v0.27.0 |
2441 | 2024-03-28T07:26:21.630Z | Checking oso v0.27.0 |
2442 | 2024-03-28T07:26:48.386Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2443 | 2024-03-28T07:26:48.386Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2444 | 2024-03-28T07:27:46.280Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 50s |
2445 | 2024-03-28T07:27:46.477Z | |
2446 | 2024-03-28T07:27:46.477Z | real 7:36.981975390 |
2447 | 2024-03-28T07:27:46.477Z | user 38:54.469101495 |
2448 | 2024-03-28T07:27:46.477Z | sys 6:53.469576612 |
2449 | 2024-03-28T07:27:46.477Z | trap 1.035795887 |
2450 | 2024-03-28T07:27:46.477Z | tflt 9.236743668 |
2451 | 2024-03-28T07:27:46.481Z | dflt 5.881834216 |
2452 | 2024-03-28T07:27:46.481Z | kflt 0.195782629 |
2453 | 2024-03-28T07:27:46.481Z | lock 59:15.754028199 |
2454 | 2024-03-28T07:27:46.481Z | slp 1:58:29.303725556 |
2455 | 2024-03-28T07:27:46.481Z | lat 1:46.582835916 |
2456 | 2024-03-28T07:27:46.481Z | stop 4:37.082282947 |
2457 | 2024-03-28T07:27:47.403Z | warning: output filename collision. |
2458 | 2024-03-28T07:27:47.403Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2459 | 2024-03-28T07:27:47.403Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2460 | 2024-03-28T07:27:47.404Z | The targets should have unique names. |
2461 | 2024-03-28T07:27:47.404Z | This is a known bug where multiple crates with the same name use |
2462 | 2024-03-28T07:27:47.404Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2463 | 2024-03-28T07:27:47.404Z | warning: output filename collision. |
2464 | 2024-03-28T07:27:47.404Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2465 | 2024-03-28T07:27:47.404Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2466 | 2024-03-28T07:27:47.404Z | The targets should have unique names. |
2467 | 2024-03-28T07:27:47.404Z | This is a known bug where multiple crates with the same name use |
2468 | 2024-03-28T07:27:47.404Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2469 | 2024-03-28T07:27:47.409Z | warning: output filename collision. |
2470 | 2024-03-28T07:27:47.409Z | 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)`. |
2471 | 2024-03-28T07:27:47.409Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2472 | 2024-03-28T07:27:47.409Z | The targets should have unique names. |
2473 | 2024-03-28T07:27:47.409Z | This is a known bug where multiple crates with the same name use |
2474 | 2024-03-28T07:27:47.409Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2475 | 2024-03-28T07:27:47.409Z | warning: output filename collision. |
2476 | 2024-03-28T07:27:47.409Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
2477 | 2024-03-28T07:27:47.409Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2478 | 2024-03-28T07:27:47.409Z | The targets should have unique names. |
2479 | 2024-03-28T07:27:47.409Z | This is a known bug where multiple crates with the same name use |
2480 | 2024-03-28T07:27:47.409Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2481 | 2024-03-28T07:27:47.409Z | warning: output filename collision. |
2482 | 2024-03-28T07:27:47.409Z | 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)`. |
2483 | 2024-03-28T07:27:47.409Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2484 | 2024-03-28T07:27:47.409Z | The targets should have unique names. |
2485 | 2024-03-28T07:27:47.409Z | This is a known bug where multiple crates with the same name use |
2486 | 2024-03-28T07:27:47.409Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2487 | 2024-03-28T07:27:47.409Z | warning: output filename collision. |
2488 | 2024-03-28T07:27:47.410Z | 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)`. |
2489 | 2024-03-28T07:27:47.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2490 | 2024-03-28T07:27:47.410Z | The targets should have unique names. |
2491 | 2024-03-28T07:27:47.410Z | This is a known bug where multiple crates with the same name use |
2492 | 2024-03-28T07:27:47.410Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2493 | 2024-03-28T07:27:47.410Z | warning: output filename collision. |
2494 | 2024-03-28T07:27:47.410Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2495 | 2024-03-28T07:27:47.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2496 | 2024-03-28T07:27:47.410Z | The targets should have unique names. |
2497 | 2024-03-28T07:27:47.410Z | This is a known bug where multiple crates with the same name use |
2498 | 2024-03-28T07:27:47.410Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2499 | 2024-03-28T07:27:47.410Z | warning: output filename collision. |
2500 | 2024-03-28T07:27:47.410Z | 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)`. |
2501 | 2024-03-28T07:27:47.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2502 | 2024-03-28T07:27:47.410Z | The targets should have unique names. |
2503 | 2024-03-28T07:27:47.410Z | This is a known bug where multiple crates with the same name use |
2504 | 2024-03-28T07:27:47.410Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2505 | 2024-03-28T07:27:47.410Z | warning: output filename collision. |
2506 | 2024-03-28T07:27:47.410Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2507 | 2024-03-28T07:27:47.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2508 | 2024-03-28T07:27:47.410Z | The targets should have unique names. |
2509 | 2024-03-28T07:27:47.411Z | This is a known bug where multiple crates with the same name use |
2510 | 2024-03-28T07:27:47.411Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2511 | 2024-03-28T07:27:47.890Z | Documenting libc v0.2.153 |
2512 | 2024-03-28T07:27:47.939Z | Documenting cfg-if v1.0.0 |
2513 | 2024-03-28T07:27:47.951Z | Documenting serde_derive v1.0.197 |
2514 | 2024-03-28T07:27:47.979Z | Documenting log v0.4.21 |
2515 | 2024-03-28T07:27:47.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2516 | 2024-03-28T07:27:48.013Z | Documenting memchr v2.7.1 |
2517 | 2024-03-28T07:27:48.026Z | Documenting byteorder v1.5.0 |
2518 | 2024-03-28T07:27:48.039Z | Documenting smallvec v1.13.1 |
2519 | 2024-03-28T07:27:48.281Z | Documenting scopeguard v1.2.0 |
2520 | 2024-03-28T07:27:51.098Z | Documenting itoa v1.0.9 |
2521 | 2024-03-28T07:27:51.121Z | Documenting lock_api v0.4.10 |
2522 | 2024-03-28T07:27:51.317Z | Documenting libm v0.2.7 |
2523 | 2024-03-28T07:27:52.507Z | Documenting once_cell v1.19.0 |
2524 | 2024-03-28T07:27:52.667Z | Documenting pin-project-lite v0.2.13 |
2525 | 2024-03-28T07:27:52.680Z | Documenting getrandom v0.2.12 |
2526 | 2024-03-28T07:27:53.473Z | Documenting parking_lot_core v0.9.8 |
2527 | 2024-03-28T07:27:54.035Z | Documenting signal-hook-registry v1.4.1 |
2528 | 2024-03-28T07:27:54.702Z | Documenting mio v0.8.11 |
2529 | 2024-03-28T07:27:55.184Z | Documenting num-traits v0.2.18 |
2530 | 2024-03-28T07:27:55.505Z | Documenting zeroize_derive v1.4.2 |
2531 | 2024-03-28T07:27:55.733Z | Documenting serde v1.0.197 |
2532 | 2024-03-28T07:27:57.171Z | Documenting thiserror-impl v1.0.57 |
2533 | 2024-03-28T07:27:57.623Z | Documenting rand_core v0.6.4 |
2534 | 2024-03-28T07:27:58.419Z | Documenting parking_lot v0.12.1 |
2535 | 2024-03-28T07:27:59.006Z | Documenting futures-core v0.3.30 |
2536 | 2024-03-28T07:27:59.905Z | Documenting ryu v1.0.15 |
2537 | 2024-03-28T07:28:00.099Z | Documenting num_cpus v1.16.0 |
2538 | 2024-03-28T07:28:00.685Z | Documenting zeroize v1.7.0 |
2539 | 2024-03-28T07:28:02.501Z | Documenting socket2 v0.5.5 |
2540 | 2024-03-28T07:28:02.644Z | Documenting tokio-macros v2.2.0 |
2541 | 2024-03-28T07:28:02.902Z | Documenting zerocopy v0.7.32 |
2542 | 2024-03-28T07:28:03.387Z | Documenting thiserror v1.0.57 |
2543 | 2024-03-28T07:28:03.674Z | Documenting futures-sink v0.3.30 |
2544 | 2024-03-28T07:28:04.818Z | Documenting typenum v1.16.0 |
2545 | 2024-03-28T07:28:05.177Z | Documenting iana-time-zone v0.1.57 |
2546 | 2024-03-28T07:28:08.690Z | Documenting pin-utils v0.1.0 |
2547 | 2024-03-28T07:28:08.784Z | Documenting subtle v2.5.0 |
2548 | 2024-03-28T07:28:08.795Z | Documenting futures-channel v0.3.30 |
2549 | 2024-03-28T07:28:08.854Z | Documenting slab v0.4.9 |
2550 | 2024-03-28T07:28:09.861Z | Documenting futures-macro v0.3.30 |
2551 | 2024-03-28T07:28:15.993Z | Documenting bytes v1.5.0 |
2552 | 2024-03-28T07:28:18.729Z | Documenting bitflags v2.4.2 |
2553 | 2024-03-28T07:28:18.776Z | Documenting serde_json v1.0.114 |
2554 | 2024-03-28T07:28:18.840Z | Documenting chrono v0.4.34 |
2555 | 2024-03-28T07:28:18.855Z | Documenting futures-task v0.3.30 |
2556 | 2024-03-28T07:28:18.883Z | Documenting futures-io v0.3.30 |
2557 | 2024-03-28T07:28:19.027Z | Documenting uuid v1.7.0 |
2558 | 2024-03-28T07:28:19.659Z | Documenting tokio v1.36.0 |
2559 | 2024-03-28T07:28:20.094Z | Documenting generic-array v0.14.7 |
2560 | 2024-03-28T07:28:23.442Z | Documenting ahash v0.8.8 |
2561 | 2024-03-28T07:28:23.756Z | Documenting allocator-api2 v0.2.16 |
2562 | 2024-03-28T07:28:23.924Z | Documenting futures-util v0.3.30 |
2563 | 2024-03-28T07:28:24.580Z | Documenting tinyvec_macros v0.1.1 |
2564 | 2024-03-28T07:28:24.583Z | Documenting const-oid v0.9.6 |
2565 | 2024-03-28T07:28:25.007Z | Documenting crypto-common v0.1.6 |
2566 | 2024-03-28T07:28:26.047Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2567 | 2024-03-28T07:28:26.213Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2568 | 2024-03-28T07:28:26.950Z | Documenting tracing-core v0.1.32 |
2569 | 2024-03-28T07:28:27.711Z | Checking serde_derive_internals v0.26.0 |
2570 | 2024-03-28T07:28:28.015Z | Documenting tinyvec v1.6.0 |
2571 | 2024-03-28T07:28:28.288Z | Documenting serde_derive_internals v0.26.0 |
2572 | 2024-03-28T07:28:28.694Z | Documenting hashbrown v0.14.3 |
2573 | 2024-03-28T07:28:30.786Z | Documenting tracing-attributes v0.1.27 |
2574 | 2024-03-28T07:28:31.090Z | Documenting dyn-clone v1.0.17 |
2575 | 2024-03-28T07:28:32.263Z | Documenting unicode-normalization v0.1.22 |
2576 | 2024-03-28T07:28:32.508Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2577 | 2024-03-28T07:28:33.336Z | Documenting ppv-lite86 v0.2.17 |
2578 | 2024-03-28T07:28:34.859Z | Documenting lazy_static v1.4.0 |
2579 | 2024-03-28T07:28:35.277Z | Documenting schemars_derive v0.8.16 |
2580 | 2024-03-28T07:28:35.488Z | Documenting unicode-bidi v0.3.15 |
2581 | 2024-03-28T07:28:36.535Z | Documenting rand_chacha v0.3.1 |
2582 | 2024-03-28T07:28:38.571Z | Documenting percent-encoding v2.3.1 |
2583 | 2024-03-28T07:28:38.619Z | Documenting block-buffer v0.10.4 |
2584 | 2024-03-28T07:28:38.806Z | Documenting fnv v1.0.7 |
2585 | 2024-03-28T07:28:39.828Z | Documenting equivalent v1.0.1 |
2586 | 2024-03-28T07:28:40.492Z | Documenting powerfmt v0.2.0 |
2587 | 2024-03-28T07:28:40.598Z | Documenting schemars v0.8.16 |
2588 | 2024-03-28T07:28:41.370Z | Documenting rand v0.8.5 |
2589 | 2024-03-28T07:28:42.780Z | Documenting form_urlencoded v1.2.1 |
2590 | 2024-03-28T07:28:43.462Z | Documenting indexmap v2.2.5 |
2591 | 2024-03-28T07:28:43.905Z | Documenting time-macros v0.2.17 |
2592 | 2024-03-28T07:28:44.139Z | Documenting deranged v0.3.11 |
2593 | 2024-03-28T07:28:44.463Z | Documenting digest v0.10.7 |
2594 | 2024-03-28T07:28:46.275Z | Documenting tracing v0.1.40 |
2595 | 2024-03-28T07:28:46.832Z | Documenting time-core v0.1.2 |
2596 | 2024-03-28T07:28:47.366Z | Documenting num-conv v0.1.0 |
2597 | 2024-03-28T07:28:47.677Z | Documenting num_threads v0.1.6 |
2598 | 2024-03-28T07:28:49.248Z | Documenting unicode-width v0.1.11 |
2599 | 2024-03-28T07:28:49.286Z | Documenting idna v0.5.0 |
2600 | 2024-03-28T07:28:49.587Z | Documenting unicode-ident v1.0.12 |
2601 | 2024-03-28T07:28:49.808Z | Documenting adler v1.0.2 |
2602 | 2024-03-28T07:28:59.295Z | Documenting slog v2.7.0 |
2603 | 2024-03-28T07:28:59.326Z | Documenting httparse v1.8.0 |
2604 | 2024-03-28T07:28:59.378Z | Documenting time v0.3.34 |
2605 | 2024-03-28T07:28:59.422Z | Documenting miniz_oxide v0.7.1 |
2606 | 2024-03-28T07:28:59.480Z | Documenting proc-macro2 v1.0.78 |
2607 | 2024-03-28T07:28:59.598Z | Documenting url v2.5.0 |
2608 | 2024-03-28T07:29:00.220Z | Documenting cpufeatures v0.2.12 |
2609 | 2024-03-28T07:29:03.180Z | Documenting async-trait v0.1.77 |
2610 | 2024-03-28T07:29:03.480Z | Documenting errno v0.3.8 |
2611 | 2024-03-28T07:29:04.157Z | Documenting try-lock v0.2.4 |
2612 | 2024-03-28T07:29:04.426Z | Documenting httpdate v1.0.3 |
2613 | 2024-03-28T07:29:04.805Z | Documenting quote v1.0.35 |
2614 | 2024-03-28T07:29:04.963Z | Documenting http-body v0.4.5 |
2615 | 2024-03-28T07:29:05.555Z | Documenting aho-corasick v1.1.2 |
2616 | 2024-03-28T07:29:07.663Z | Documenting want v0.3.1 |
2617 | 2024-03-28T07:29:08.505Z | Documenting rustix v0.38.31 |
2618 | 2024-03-28T07:29:09.058Z | Documenting tokio-util v0.7.10 |
2619 | 2024-03-28T07:29:09.301Z | Documenting openssl-sys v0.9.96 |
2620 | 2024-03-28T07:29:09.445Z | Documenting openssl-macros v0.1.1 |
2621 | 2024-03-28T07:29:09.733Z | Documenting syn v2.0.52 |
2622 | 2024-03-28T07:29:10.508Z | Documenting tower-service v0.3.2 |
2623 | 2024-03-28T07:29:11.733Z | Documenting mime v0.3.17 |
2624 | 2024-03-28T07:29:12.463Z | Documenting gimli v0.28.0 |
2625 | 2024-03-28T07:29:14.925Z | Documenting regex-syntax v0.8.2 |
2626 | 2024-03-28T07:29:15.402Z | Documenting object v0.32.1 |
2627 | 2024-03-28T07:29:15.799Z | Documenting h2 v0.3.24 |
2628 | 2024-03-28T07:29:16.421Z | Documenting ipnet v2.9.0 |
2629 | 2024-03-28T07:29:16.482Z | Documenting openssl v0.10.60 |
2630 | 2024-03-28T07:29:16.609Z | Documenting openssl-probe v0.1.5 |
2631 | 2024-03-28T07:29:20.052Z | Documenting addr2line v0.21.0 |
2632 | 2024-03-28T07:29:21.574Z | Documenting rustc-demangle v0.1.23 |
2633 | 2024-03-28T07:29:21.696Z | Documenting base64ct v1.6.0 |
2634 | 2024-03-28T07:29:22.923Z | Documenting regex-automata v0.4.5 |
2635 | 2024-03-28T07:29:24.511Z | Documenting futures-executor v0.3.30 |
2636 | 2024-03-28T07:29:25.026Z | Documenting native-tls v0.2.11 |
2637 | 2024-03-28T07:29:25.038Z | Documenting encoding_rs v0.8.33 |
2638 | 2024-03-28T07:29:26.465Z | Documenting hyper v0.14.28 |
2639 | 2024-03-28T07:29:26.720Z | Documenting psl-types v2.0.11 |
2640 | 2024-03-28T07:29:28.712Z | Documenting backtrace v0.3.69 |
2641 | 2024-03-28T07:29:29.164Z | Documenting serde_urlencoded v0.7.1 |
2642 | 2024-03-28T07:29:30.193Z | Documenting publicsuffix v2.2.3 |
2643 | 2024-03-28T07:29:30.409Z | Documenting crossbeam-utils v0.8.19 |
2644 | 2024-03-28T07:29:30.754Z | Documenting tokio-native-tls v0.3.1 |
2645 | 2024-03-28T07:29:33.000Z | Documenting regex v1.10.3 |
2646 | 2024-03-28T07:29:33.623Z | Documenting utf8parse v0.2.1 |
2647 | 2024-03-28T07:29:33.816Z | Documenting futures v0.3.30 |
2648 | 2024-03-28T07:29:35.187Z | Documenting anyhow v1.0.79 |
2649 | 2024-03-28T07:29:35.243Z | Documenting cookie_store v0.20.0 |
2650 | 2024-03-28T07:29:35.882Z | Documenting pem-rfc7468 v0.7.0 |
2651 | 2024-03-28T07:29:36.507Z | Checking pest_meta v2.7.6 |
2652 | 2024-03-28T07:29:37.405Z | Documenting der_derive v0.7.2 |
2653 | 2024-03-28T07:29:37.885Z | Documenting sync_wrapper v0.1.2 |
2654 | 2024-03-28T07:29:39.403Z | Documenting webpki-roots v0.25.2 |
2655 | 2024-03-28T07:29:40.257Z | Documenting flagset v0.4.3 |
2656 | 2024-03-28T07:29:40.641Z | Documenting hyper-rustls v0.24.2 |
2657 | 2024-03-28T07:29:40.754Z | Documenting hyper-tls v0.5.0 |
2658 | 2024-03-28T07:29:41.009Z | Documenting num-integer v0.1.46 |
2659 | 2024-03-28T07:29:41.026Z | Documenting pest_meta v2.7.6 |
2660 | 2024-03-28T07:29:41.535Z | Documenting scroll_derive v0.12.0 |
2661 | 2024-03-28T07:29:43.236Z | Checking pest_generator v2.7.6 |
2662 | 2024-03-28T07:29:43.926Z | Documenting openapiv3 v2.0.0 |
2663 | 2024-03-28T07:29:44.118Z | Documenting der v0.7.8 |
2664 | 2024-03-28T07:29:44.239Z | Documenting plain v0.2.3 |
2665 | 2024-03-28T07:29:45.835Z | Documenting ucd-trie v0.1.6 |
2666 | 2024-03-28T07:29:46.146Z | Documenting pest_generator v2.7.6 |
2667 | 2024-03-28T07:29:47.257Z | Documenting scroll v0.12.0 |
2668 | 2024-03-28T07:29:47.344Z | Documenting spin v0.9.8 |
2669 | 2024-03-28T07:29:47.682Z | Documenting anstyle v1.0.6 |
2670 | 2024-03-28T07:29:47.921Z | Documenting reqwest v0.11.24 |
2671 | 2024-03-28T07:29:50.220Z | Documenting spki v0.7.2 |
2672 | 2024-03-28T07:29:50.436Z | Documenting pest v2.7.6 |
2673 | 2024-03-28T07:29:50.892Z | Documenting pretty-hex v0.4.1 |
2674 | 2024-03-28T07:29:51.021Z | Documenting pest_derive v2.7.6 |
2675 | 2024-03-28T07:29:51.529Z | Documenting goblin v0.8.0 |
2676 | 2024-03-28T07:29:51.532Z | Documenting either v1.10.0 |
2677 | 2024-03-28T07:29:52.553Z | Documenting anstyle-parse v0.2.1 |
2678 | 2024-03-28T07:29:54.106Z | Documenting thread-id v4.2.0 |
2679 | 2024-03-28T07:29:54.651Z | Documenting pkcs8 v0.10.2 |
2680 | 2024-03-28T07:29:55.816Z | Documenting colorchoice v1.0.0 |
2681 | 2024-03-28T07:29:55.905Z | Documenting dtrace-parser v0.2.0 |
2682 | 2024-03-28T07:29:56.264Z | Documenting anstyle-query v1.0.0 |
2683 | 2024-03-28T07:29:56.407Z | Documenting data-encoding v2.4.0 |
2684 | 2024-03-28T07:29:58.966Z | Documenting crossbeam-epoch v0.9.18 |
2685 | 2024-03-28T07:29:59.166Z | Documenting terminal_size v0.3.0 |
2686 | 2024-03-28T07:29:59.190Z | Documenting sha2 v0.10.8 |
2687 | 2024-03-28T07:29:59.193Z | Documenting dof v0.3.0 |
2688 | 2024-03-28T07:29:59.430Z | Documenting ipnetwork v0.20.0 |
2689 | 2024-03-28T07:30:00.807Z | Documenting hex v0.4.3 |
2690 | 2024-03-28T07:30:01.015Z | Documenting anstream v0.6.11 |
2691 | 2024-03-28T07:30:01.203Z | Documenting crc32fast v1.3.2 |
2692 | 2024-03-28T07:30:03.366Z | Documenting clap_lex v0.7.0 |
2693 | 2024-03-28T07:30:03.894Z | Documenting strsim v0.11.0 |
2694 | 2024-03-28T07:30:04.461Z | Documenting usdt-impl v0.5.0 |
2695 | 2024-03-28T07:30:05.034Z | Documenting untrusted v0.9.0 |
2696 | 2024-03-28T07:30:05.258Z | Documenting num-iter v0.1.44 |
2697 | 2024-03-28T07:30:05.334Z | Documenting hmac v0.12.1 |
2698 | 2024-03-28T07:30:06.032Z | Documenting signal-hook v0.3.17 |
2699 | 2024-03-28T07:30:06.052Z | Documenting clap_derive v4.5.0 |
2700 | 2024-03-28T07:30:07.945Z | Documenting static_assertions v1.1.0 |
2701 | 2024-03-28T07:30:08.015Z | Documenting ring v0.17.8 |
2702 | 2024-03-28T07:30:08.514Z | Documenting clap_builder v4.5.1 |
2703 | 2024-03-28T07:30:10.110Z | Documenting flate2 v1.0.28 |
2704 | 2024-03-28T07:30:11.063Z | Documenting unicode-segmentation v1.10.1 |
2705 | 2024-03-28T07:30:11.103Z | Documenting managed v0.8.0 |
2706 | 2024-03-28T07:30:11.289Z | Documenting signal-hook-mio v0.2.3 |
2707 | 2024-03-28T07:30:11.402Z | Documenting regress v0.9.0 |
2708 | 2024-03-28T07:30:11.767Z | Documenting block-padding v0.3.3 |
2709 | 2024-03-28T07:30:14.574Z | Documenting scheduled-thread-pool v0.2.7 |
2710 | 2024-03-28T07:30:15.004Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2711 | 2024-03-28T07:30:15.030Z | Documenting enum-as-inner v0.5.1 |
2712 | 2024-03-28T07:30:15.518Z | Checking diesel_table_macro_syntax v0.1.0 |
2713 | 2024-03-28T07:30:15.688Z | Documenting diesel_table_macro_syntax v0.1.0 |
2714 | 2024-03-28T07:30:16.394Z | Documenting crossterm v0.27.0 |
2715 | 2024-03-28T07:30:16.499Z | Documenting clap v4.5.1 |
2716 | 2024-03-28T07:30:17.215Z | Documenting inout v0.1.3 |
2717 | 2024-03-28T07:30:18.725Z | Documenting md-5 v0.10.5 |
2718 | 2024-03-28T07:30:18.782Z | Documenting r2d2 v0.8.10 |
2719 | 2024-03-28T07:30:19.726Z | Documenting trust-dns-proto v0.22.0 |
2720 | 2024-03-28T07:30:20.034Z | Documenting bzip2 v0.4.4 |
2721 | 2024-03-28T07:30:21.603Z | Documenting diesel_derives v2.1.2 |
2722 | 2024-03-28T07:30:22.416Z | Documenting stringprep v0.1.3 |
2723 | 2024-03-28T07:30:22.638Z | Documenting ff v0.13.0 |
2724 | 2024-03-28T07:30:23.222Z | Documenting serde_spanned v0.6.5 |
2725 | 2024-03-28T07:30:23.410Z | Documenting toml_datetime v0.6.5 |
2726 | 2024-03-28T07:30:24.468Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2727 | 2024-03-28T07:30:25.105Z | Checking unsafe-libyaml v0.2.10 |
2728 | 2024-03-28T07:30:26.295Z | Documenting winnow v0.6.1 |
2729 | 2024-03-28T07:30:27.660Z | Documenting heck v0.4.1 |
2730 | 2024-03-28T07:30:27.729Z | Documenting base16ct v0.2.0 |
2731 | 2024-03-28T07:30:28.596Z | Documenting fallible-iterator v0.2.0 |
2732 | 2024-03-28T07:30:28.608Z | Documenting siphasher v0.3.11 |
2733 | 2024-03-28T07:30:28.704Z | Documenting bit-vec v0.6.3 |
2734 | 2024-03-28T07:30:29.325Z | Documenting group v0.13.0 |
2735 | 2024-03-28T07:30:30.003Z | Documenting diesel v2.1.4 |
2736 | 2024-03-28T07:30:31.420Z | Documenting sec1 v0.7.3 |
2737 | 2024-03-28T07:30:31.635Z | Documenting phf_shared v0.11.2 |
2738 | 2024-03-28T07:30:32.285Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2739 | 2024-03-28T07:30:32.558Z | Documenting toml_edit v0.22.6 |
2740 | 2024-03-28T07:30:33.422Z | Documenting zip v0.6.6 |
2741 | 2024-03-28T07:30:34.413Z | Documenting cipher v0.4.4 |
2742 | 2024-03-28T07:30:34.547Z | Documenting postgres-protocol v0.6.6 |
2743 | 2024-03-28T07:30:36.653Z | Documenting hkdf v0.12.4 |
2744 | 2024-03-28T07:30:46.035Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2745 | 2024-03-28T07:30:46.438Z | Documenting num-bigint v0.4.4 |
2746 | 2024-03-28T07:30:46.497Z | Documenting bstr v1.9.0 |
2747 | 2024-03-28T07:30:46.557Z | Documenting crypto-bigint v0.5.2 |
2748 | 2024-03-28T07:30:55.592Z | Documenting hubpack v0.1.2 |
2749 | 2024-03-28T07:30:55.595Z | Documenting serde_repr v0.1.16 |
2750 | 2024-03-28T07:30:56.162Z | Documenting unsafe-libyaml v0.2.10 |
2751 | 2024-03-28T07:30:56.239Z | Documenting minimal-lexical v0.2.1 |
2752 | 2024-03-28T07:30:56.492Z | Documenting fixedbitset v0.4.2 |
2753 | 2024-03-28T07:30:58.037Z | Documenting lalrpop-util v0.19.12 |
2754 | 2024-03-28T07:31:05.722Z | Documenting precomputed-hash v0.1.1 |
2755 | 2024-03-28T07:31:05.825Z | Documenting new_debug_unreachable v1.0.4 |
2756 | 2024-03-28T07:31:06.023Z | Checking strsim v0.10.0 |
2757 | 2024-03-28T07:31:06.036Z | Checking ident_case v1.0.1 |
2758 | 2024-03-28T07:31:06.130Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2759 | 2024-03-28T07:31:06.184Z | Documenting serde_yaml v0.9.25 |
2760 | 2024-03-28T07:31:06.252Z | Documenting nom v7.1.3 |
2761 | 2024-03-28T07:31:06.309Z | Documenting petgraph v0.6.4 |
2762 | 2024-03-28T07:31:06.321Z | Documenting yasna v0.5.2 |
2763 | 2024-03-28T07:31:06.371Z | Documenting elliptic-curve v0.13.8 |
2764 | 2024-03-28T07:31:08.892Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2765 | 2024-03-28T07:31:10.530Z | Documenting string_cache v0.8.7 |
2766 | 2024-03-28T07:31:12.438Z | Documenting postgres-types v0.2.6 |
2767 | 2024-03-28T07:31:12.468Z | Documenting phf v0.11.2 |
2768 | 2024-03-28T07:31:12.958Z | Checking serde_yaml v0.9.25 |
2769 | 2024-03-28T07:31:13.059Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2770 | 2024-03-28T07:31:14.782Z | Documenting getopts v0.2.21 |
2771 | 2024-03-28T07:31:23.004Z | Documenting console v0.15.8 |
2772 | 2024-03-28T07:31:23.084Z | Documenting semver v1.0.22 |
2773 | 2024-03-28T07:31:23.272Z | Documenting float-cmp v0.9.0 |
2774 | 2024-03-28T07:31:23.485Z | Documenting normalize-line-endings v0.3.0 |
2775 | 2024-03-28T07:31:23.498Z | Documenting difflib v0.4.0 |
2776 | 2024-03-28T07:31:23.619Z | Documenting predicates-core v1.0.6 |
2777 | 2024-03-28T07:31:23.691Z | Documenting whoami v1.5.0 |
2778 | 2024-03-28T07:31:23.694Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2779 | 2024-03-28T07:31:28.053Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2780 | 2024-03-28T07:31:28.232Z | Documenting bit-set v0.5.3 |
2781 | 2024-03-28T07:31:28.307Z | Documenting similar v2.4.0 |
2782 | 2024-03-28T07:31:28.448Z | Documenting tokio-stream v0.1.14 |
2783 | 2024-03-28T07:31:28.661Z | Documenting strum v0.26.1 |
2784 | 2024-03-28T07:31:28.713Z | Documenting predicates v3.1.0 |
2785 | 2024-03-28T07:31:28.892Z | Documenting tokio-postgres v0.7.10 |
2786 | 2024-03-28T07:31:31.673Z | Documenting dirs-sys-next v0.1.2 |
2787 | 2024-03-28T07:31:32.765Z | Documenting match_cfg v0.1.0 |
2788 | 2024-03-28T07:31:33.101Z | Checking darling_core v0.20.3 |
2789 | 2024-03-28T07:31:33.801Z | Documenting sha1 v0.10.6 |
2790 | 2024-03-28T07:31:34.882Z | Documenting http v1.0.0 |
2791 | 2024-03-28T07:31:35.027Z | Documenting camino v1.1.6 |
2792 | 2024-03-28T07:31:35.153Z | Documenting thread_local v1.1.7 |
2793 | 2024-03-28T07:31:35.712Z | Documenting hostname v0.3.1 |
2794 | 2024-03-28T07:31:36.280Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2795 | 2024-03-28T07:31:36.681Z | Documenting dirs-next v2.0.0 |
2796 | 2024-03-28T07:31:38.124Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2797 | 2024-03-28T07:31:38.791Z | Documenting rustls-pki-types v1.3.0 |
2798 | 2024-03-28T07:31:40.070Z | Checking darling v0.20.3 |
2799 | 2024-03-28T07:31:40.180Z | Documenting crossbeam-channel v0.5.8 |
2800 | 2024-03-28T07:31:40.245Z | Documenting paste v1.0.14 |
2801 | 2024-03-28T07:31:40.292Z | Documenting atty v0.2.14 |
2802 | 2024-03-28T07:31:40.648Z | Documenting take_mut v0.2.2 |
2803 | 2024-03-28T07:31:41.493Z | Documenting term v0.7.0 |
2804 | 2024-03-28T07:31:42.948Z | Documenting slog-json v2.6.1 |
2805 | 2024-03-28T07:31:43.831Z | Documenting rustls-webpki v0.102.1 |
2806 | 2024-03-28T07:31:44.138Z | Documenting async-stream-impl v0.3.5 |
2807 | 2024-03-28T07:31:44.776Z | Documenting atomic-waker v1.1.1 |
2808 | 2024-03-28T07:31:44.937Z | Documenting debug-ignore v1.0.5 |
2809 | 2024-03-28T07:31:45.445Z | Documenting slog-async v2.8.0 |
2810 | 2024-03-28T07:31:46.537Z | Documenting rustls-pemfile v2.1.1 |
2811 | 2024-03-28T07:31:46.761Z | Documenting slog-term v2.9.0 |
2812 | 2024-03-28T07:31:47.789Z | Documenting waitgroup v0.1.2 |
2813 | 2024-03-28T07:31:47.966Z | Documenting slog-bunyan v2.5.0 |
2814 | 2024-03-28T07:31:48.069Z | Documenting multer v3.0.0 |
2815 | 2024-03-28T07:31:48.759Z | Documenting rustls v0.22.2 |
2816 | 2024-03-28T07:31:49.908Z | Documenting async-stream v0.3.5 |
2817 | 2024-03-28T07:31:50.195Z | Documenting toml v0.8.10 |
2818 | 2024-03-28T07:31:51.355Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2819 | 2024-03-28T07:31:51.595Z | Documenting serde_path_to_error v0.1.16 |
2820 | 2024-03-28T07:31:52.526Z | Documenting serde_with_macros v3.6.1 |
2821 | 2024-03-28T07:31:53.134Z | Documenting structmeta-derive v0.3.0 |
2822 | 2024-03-28T07:31:53.575Z | Checking structmeta v0.3.0 |
2823 | 2024-03-28T07:31:53.802Z | Documenting instant v0.1.12 |
2824 | 2024-03-28T07:31:54.138Z | Documenting newtype-uuid v1.0.1 |
2825 | 2024-03-28T07:31:56.387Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2826 | 2024-03-28T07:31:56.508Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2827 | 2024-03-28T07:31:56.981Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2828 | 2024-03-28T07:31:58.663Z | Documenting backoff v0.4.0 |
2829 | 2024-03-28T07:31:59.081Z | Documenting serde_with v3.6.1 |
2830 | 2024-03-28T07:31:59.566Z | Documenting structmeta v0.3.0 |
2831 | 2024-03-28T07:31:59.762Z | Documenting tokio-rustls v0.25.0 |
2832 | 2024-03-28T07:31:59.847Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2833 | 2024-03-28T07:32:01.001Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2834 | 2024-03-28T07:32:01.436Z | Documenting macaddr v1.0.1 |
2835 | 2024-03-28T07:32:04.168Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2836 | 2024-03-28T07:32:05.193Z | Documenting parse-display-derive v0.9.0 |
2837 | 2024-03-28T07:32:05.516Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2838 | 2024-03-28T07:32:05.734Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2839 | 2024-03-28T07:32:05.996Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2840 | 2024-03-28T07:32:06.070Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2841 | 2024-03-28T07:32:06.739Z | Documenting fastrand v2.0.1 |
2842 | 2024-03-28T07:32:06.842Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2843 | 2024-03-28T07:32:07.786Z | Checking proc-macro-crate v1.3.1 |
2844 | 2024-03-28T07:32:08.033Z | Documenting proc-macro-crate v1.3.1 |
2845 | 2024-03-28T07:32:08.412Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2846 | 2024-03-28T07:32:08.597Z | Documenting foreign-types-macros v0.2.3 |
2847 | 2024-03-28T07:32:08.741Z | Documenting foreign-types-shared v0.3.1 |
2848 | 2024-03-28T07:32:09.826Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2849 | 2024-03-28T07:32:10.208Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2850 | 2024-03-28T07:32:11.405Z | Documenting tempfile v3.10.0 |
2851 | 2024-03-28T07:32:11.607Z | Documenting parse-display v0.9.0 |
2852 | 2024-03-28T07:32:11.688Z | Documenting cstr-argument v0.1.2 |
2853 | 2024-03-28T07:32:13.343Z | Documenting num_enum_derive v0.5.11 |
2854 | 2024-03-28T07:32:14.384Z | Documenting foreign-types v0.5.0 |
2855 | 2024-03-28T07:32:14.516Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2856 | 2024-03-28T07:32:15.036Z | Documenting tabwriter v1.4.0 |
2857 | 2024-03-28T07:32:16.470Z | Documenting colored v2.1.0 |
2858 | 2024-03-28T07:32:16.690Z | Documenting camino-tempfile v1.1.1 |
2859 | 2024-03-28T07:32:16.936Z | Documenting hash32 v0.3.1 |
2860 | 2024-03-28T07:32:19.161Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2861 | 2024-03-28T07:32:19.202Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2862 | 2024-03-28T07:32:19.265Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2863 | 2024-03-28T07:32:19.464Z | Documenting num_enum v0.5.11 |
2864 | 2024-03-28T07:32:19.861Z | Documenting stable_deref_trait v1.2.0 |
2865 | 2024-03-28T07:32:21.261Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2866 | 2024-03-28T07:32:21.600Z | Documenting smf v0.2.2 |
2867 | 2024-03-28T07:32:21.912Z | Documenting embedded-io v0.4.0 |
2868 | 2024-03-28T07:32:23.408Z | Documenting heapless v0.8.0 |
2869 | 2024-03-28T07:32:23.577Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2870 | 2024-03-28T07:32:24.063Z | Documenting cobs v0.2.3 |
2871 | 2024-03-28T07:32:24.250Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2872 | 2024-03-28T07:32:25.881Z | Documenting crucible-workspace-hack v0.1.0 |
2873 | 2024-03-28T07:32:26.694Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2874 | 2024-03-28T07:32:27.057Z | Documenting postcard v1.0.8 |
2875 | 2024-03-28T07:32:27.261Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2876 | 2024-03-28T07:32:28.122Z | Documenting smoltcp v0.11.0 |
2877 | 2024-03-28T07:32:28.726Z | Documenting base64 v0.22.0 |
2878 | 2024-03-28T07:32:30.480Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2879 | 2024-03-28T07:32:31.541Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2880 | 2024-03-28T07:32:32.015Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2881 | 2024-03-28T07:32:32.029Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2882 | 2024-03-28T07:32:32.355Z | Documenting num-derive v0.4.0 |
2883 | 2024-03-28T07:32:32.908Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2884 | 2024-03-28T07:32:33.866Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2885 | 2024-03-28T07:32:34.275Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2886 | 2024-03-28T07:32:35.336Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2887 | 2024-03-28T07:32:36.933Z | Documenting memmap v0.7.0 |
2888 | 2024-03-28T07:32:37.673Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2889 | 2024-03-28T07:32:38.302Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2890 | 2024-03-28T07:32:38.401Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2891 | 2024-03-28T07:32:39.683Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2892 | 2024-03-28T07:32:40.073Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2893 | 2024-03-28T07:32:40.593Z | Documenting password-hash v0.5.0 |
2894 | 2024-03-28T07:32:41.711Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2895 | 2024-03-28T07:32:42.471Z | Documenting usdt v0.5.0 |
2896 | 2024-03-28T07:32:43.069Z | Documenting blake2 v0.10.6 |
2897 | 2024-03-28T07:32:44.410Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2898 | 2024-03-28T07:32:45.263Z | Documenting linked-hash-map v0.5.6 |
2899 | 2024-03-28T07:32:45.403Z | Documenting humantime v2.1.0 |
2900 | 2024-03-28T07:32:45.556Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2901 | 2024-03-28T07:32:48.360Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2902 | 2024-03-28T07:32:48.510Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2903 | 2024-03-28T07:32:48.927Z | Documenting argon2 v0.5.3 |
2904 | 2024-03-28T07:32:49.162Z | Documenting itertools v0.12.1 |
2905 | 2024-03-28T07:32:50.053Z | Documenting lru-cache v0.1.2 |
2906 | 2024-03-28T07:32:50.269Z | Documenting derive-where v1.2.7 |
2907 | 2024-03-28T07:32:50.813Z | Documenting arc-swap v1.6.0 |
2908 | 2024-03-28T07:32:51.290Z | Documenting newtype_derive v0.1.6 |
2909 | 2024-03-28T07:32:52.504Z | Documenting swrite v0.1.0 |
2910 | 2024-03-28T07:32:54.939Z | Documenting quick-error v1.2.3 |
2911 | 2024-03-28T07:32:55.197Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2912 | 2024-03-28T07:32:55.519Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2913 | 2024-03-28T07:32:55.791Z | Documenting slog-scope v4.4.0 |
2914 | 2024-03-28T07:32:56.071Z | Documenting steno v0.4.0 |
2915 | 2024-03-28T07:32:56.380Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2916 | 2024-03-28T07:32:57.288Z | Documenting proc-macro-error-attr v1.0.4 |
2917 | 2024-03-28T07:32:57.485Z | Checking proc-macro-error v1.0.4 |
2918 | 2024-03-28T07:32:58.411Z | Documenting xattr v1.0.1 |
2919 | 2024-03-28T07:32:59.727Z | Documenting resolv-conf v0.7.0 |
2920 | 2024-03-28T07:33:00.787Z | Documenting slog-stdlog v4.1.1 |
2921 | 2024-03-28T07:33:02.285Z | Documenting filetime v0.2.23 |
2922 | 2024-03-28T07:33:02.437Z | Documenting proc-macro-error v1.0.4 |
2923 | 2024-03-28T07:33:02.756Z | Documenting tap v1.0.1 |
2924 | 2024-03-28T07:33:03.714Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2925 | 2024-03-28T07:33:04.834Z | Documenting trust-dns-resolver v0.22.0 |
2926 | 2024-03-28T07:33:05.244Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2927 | 2024-03-28T07:33:05.677Z | Documenting slog-envlogger v2.2.0 |
2928 | 2024-03-28T07:33:05.774Z | Documenting wyz v0.5.1 |
2929 | 2024-03-28T07:33:06.480Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2930 | 2024-03-28T07:33:07.263Z | Documenting tar v0.4.40 |
2931 | 2024-03-28T07:33:07.278Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2932 | 2024-03-28T07:33:08.097Z | Documenting radium v0.7.0 |
2933 | 2024-03-28T07:33:08.989Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2934 | 2024-03-28T07:33:09.664Z | Documenting nibble_vec v0.1.0 |
2935 | 2024-03-28T07:33:11.350Z | Documenting funty v2.0.0 |
2936 | 2024-03-28T07:33:12.181Z | Documenting endian-type v0.1.2 |
2937 | 2024-03-28T07:33:12.549Z | Documenting crc-catalog v2.2.0 |
2938 | 2024-03-28T07:33:13.488Z | Documenting cancel-safe-futures v0.1.5 |
2939 | 2024-03-28T07:33:14.335Z | Documenting num-rational v0.4.1 |
2940 | 2024-03-28T07:33:15.005Z | Documenting bitvec v1.0.1 |
2941 | 2024-03-28T07:33:15.628Z | Documenting crc v3.0.1 |
2942 | 2024-03-28T07:33:15.647Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2943 | 2024-03-28T07:33:16.990Z | Documenting radix_trie v0.2.1 |
2944 | 2024-03-28T07:33:18.895Z | Documenting num-complex v0.4.4 |
2945 | 2024-03-28T07:33:19.417Z | Documenting packed_struct_codegen v0.10.1 |
2946 | 2024-03-28T07:33:19.587Z | Documenting same-file v1.0.6 |
2947 | 2024-03-28T07:33:20.239Z | Documenting nodrop v0.1.14 |
2948 | 2024-03-28T07:33:20.838Z | Documenting num-bigint-dig v0.8.4 |
2949 | 2024-03-28T07:33:22.078Z | Documenting pkcs1 v0.7.5 |
2950 | 2024-03-28T07:33:22.204Z | Documenting is-terminal v0.4.9 |
2951 | 2024-03-28T07:33:23.347Z | Documenting array-init v0.0.4 |
2952 | 2024-03-28T07:33:23.979Z | Documenting num v0.4.1 |
2953 | 2024-03-28T07:33:24.290Z | Documenting walkdir v2.4.0 |
2954 | 2024-03-28T07:33:24.877Z | Documenting packed_struct v0.10.1 |
2955 | 2024-03-28T07:33:26.680Z | Documenting signature v2.1.0 |
2956 | 2024-03-28T07:33:27.238Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2957 | 2024-03-28T07:33:27.463Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2958 | 2024-03-28T07:33:27.818Z | Documenting bitfield v0.14.0 |
2959 | 2024-03-28T07:33:28.579Z | Documenting termcolor v1.2.0 |
2960 | 2024-03-28T07:33:29.063Z | Documenting serde-hex v0.1.0 |
2961 | 2024-03-28T07:33:30.592Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2962 | 2024-03-28T07:33:30.895Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2963 | 2024-03-28T07:33:31.377Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2964 | 2024-03-28T07:33:31.660Z | Documenting x509-cert v0.2.4 |
2965 | 2024-03-28T07:33:31.734Z | Documenting rsa v0.9.2 |
2966 | 2024-03-28T07:33:32.622Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2967 | 2024-03-28T07:33:33.554Z | Documenting env_logger v0.10.0 |
2968 | 2024-03-28T07:33:34.151Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2969 | 2024-03-28T07:33:35.010Z | Documenting libsw v3.3.1 |
2970 | 2024-03-28T07:33:35.520Z | Documenting ron v0.8.1 |
2971 | 2024-03-28T07:33:37.377Z | Documenting half v2.3.1 |
2972 | 2024-03-28T07:33:37.831Z | Documenting pem v3.0.2 |
2973 | 2024-03-28T07:33:38.482Z | Documenting ciborium-io v0.2.2 |
2974 | 2024-03-28T07:33:39.368Z | Documenting linear-map v1.2.0 |
2975 | 2024-03-28T07:33:40.396Z | Documenting crc-any v2.4.3 |
2976 | 2024-03-28T07:33:40.957Z | Documenting owo-colors v4.0.0 |
2977 | 2024-03-28T07:33:41.189Z | Documenting display-error-chain v0.2.0 |
2978 | 2024-03-28T07:33:41.717Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2979 | 2024-03-28T07:33:42.837Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2980 | 2024-03-28T07:33:43.332Z | Documenting ciborium-ll v0.2.2 |
2981 | 2024-03-28T07:33:43.620Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2982 | 2024-03-28T07:33:44.333Z | Documenting slog-dtrace v0.3.0 |
2983 | 2024-03-28T07:33:45.948Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2984 | 2024-03-28T07:33:46.114Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2985 | 2024-03-28T07:33:46.477Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2986 | 2024-03-28T07:33:46.493Z | Documenting path-slash v0.1.5 |
2987 | 2024-03-28T07:33:46.846Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2988 | 2024-03-28T07:33:47.563Z | Documenting fxhash v0.2.1 |
2989 | 2024-03-28T07:33:48.189Z | Documenting ciborium v0.2.2 |
2990 | 2024-03-28T07:33:51.373Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2991 | 2024-03-28T07:33:52.933Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2992 | 2024-03-28T07:33:53.371Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2993 | 2024-03-28T07:33:53.914Z | Checking darling_core v0.14.4 |
2994 | 2024-03-28T07:33:55.676Z | Documenting headers-core v0.2.0 |
2995 | 2024-03-28T07:33:57.301Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2996 | 2024-03-28T07:33:58.164Z | Documenting vte_generate_state_changes v0.1.1 |
2997 | 2024-03-28T07:34:01.784Z | Documenting convert_case v0.4.0 |
2998 | 2024-03-28T07:34:01.918Z | Checking convert_case v0.4.0 |
2999 | 2024-03-28T07:34:02.141Z | Documenting headers v0.3.9 |
3000 | 2024-03-28T07:34:03.108Z | Documenting vte v0.11.1 |
3001 | 2024-03-28T07:34:06.192Z | Checking darling v0.14.4 |
3002 | 2024-03-28T07:34:06.310Z | Documenting buf-list v1.0.3 |
3003 | 2024-03-28T07:34:06.581Z | Documenting derive_more v0.99.17 |
3004 | 2024-03-28T07:34:07.729Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3005 | 2024-03-28T07:34:07.958Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3006 | 2024-03-28T07:34:07.984Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3007 | 2024-03-28T07:34:08.078Z | Checking heck v0.3.3 |
3008 | 2024-03-28T07:34:08.247Z | Documenting bitstruct_derive v0.1.0 |
3009 | 2024-03-28T07:34:08.770Z | Documenting pin-project-internal v1.1.3 |
3010 | 2024-03-28T07:34:12.526Z | Documenting ascii v1.1.0 |
3011 | 2024-03-28T07:34:12.866Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3012 | 2024-03-28T07:34:13.367Z | Documenting bitstruct v0.1.1 |
3013 | 2024-03-28T07:34:13.831Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3014 | 2024-03-28T07:34:14.013Z | Documenting structopt-derive v0.4.18 |
3015 | 2024-03-28T07:34:15.004Z | Documenting pin-project v1.1.3 |
3016 | 2024-03-28T07:34:16.081Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3017 | 2024-03-28T07:34:16.340Z | Documenting strip-ansi-escapes v0.2.0 |
3018 | 2024-03-28T07:34:18.057Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3019 | 2024-03-28T07:34:18.401Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3020 | 2024-03-28T07:34:18.609Z | Documenting doc-comment v0.3.3 |
3021 | 2024-03-28T07:34:19.308Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3022 | 2024-03-28T07:34:19.742Z | Documenting crossbeam-deque v0.8.3 |
3023 | 2024-03-28T07:34:20.060Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3024 | 2024-03-28T07:34:21.295Z | Documenting serde_arrays v0.1.0 |
3025 | 2024-03-28T07:34:22.300Z | Documenting erased-serde v0.3.31 |
3026 | 2024-03-28T07:34:22.514Z | Documenting snafu-derive v0.7.5 |
3027 | 2024-03-28T07:34:24.114Z | Documenting nu-ansi-term v0.50.0 |
3028 | 2024-03-28T07:34:24.594Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3029 | 2024-03-28T07:34:24.906Z | Documenting rayon-core v1.12.1 |
3030 | 2024-03-28T07:34:25.659Z | Documenting structopt v0.3.26 |
3031 | 2024-03-28T07:34:25.818Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3032 | 2024-03-28T07:34:28.011Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3033 | 2024-03-28T07:34:28.014Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3034 | 2024-03-28T07:34:28.746Z | Checking derive_builder_core v0.12.0 |
3035 | 2024-03-28T07:34:29.145Z | Documenting reedline v0.30.0 |
3036 | 2024-03-28T07:34:29.606Z | Documenting derive_builder_core v0.12.0 |
3037 | 2024-03-28T07:34:30.231Z | Documenting snafu v0.7.5 |
3038 | 2024-03-28T07:34:30.947Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3039 | 2024-03-28T07:34:35.426Z | Documenting libefi-sys v0.1.0 |
3040 | 2024-03-28T07:34:36.242Z | Documenting trust-dns-client v0.22.0 |
3041 | 2024-03-28T07:34:37.466Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3042 | 2024-03-28T07:34:39.588Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3043 | 2024-03-28T07:34:39.964Z | Documenting globset v0.4.13 |
3044 | 2024-03-28T07:34:40.770Z | Documenting olpc-cjson v0.1.3 |
3045 | 2024-03-28T07:34:40.883Z | Documenting serde_plain v1.0.2 |
3046 | 2024-03-28T07:34:43.291Z | Documenting ref-cast-impl v1.0.20 |
3047 | 2024-03-28T07:34:43.862Z | Documenting async-recursion v1.0.5 |
3048 | 2024-03-28T07:34:45.243Z | Documenting bytecount v0.6.3 |
3049 | 2024-03-28T07:34:45.249Z | Documenting utf-8 v0.7.6 |
3050 | 2024-03-28T07:34:45.277Z | Documenting keccak v0.1.4 |
3051 | 2024-03-28T07:34:46.048Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3052 | 2024-03-28T07:34:46.219Z | Documenting typed-path v0.7.0 |
3053 | 2024-03-28T07:34:48.213Z | Documenting papergrid v0.11.0 |
3054 | 2024-03-28T07:34:48.360Z | Documenting sha3 v0.10.8 |
3055 | 2024-03-28T07:34:48.595Z | Documenting ref-cast v1.0.20 |
3056 | 2024-03-28T07:34:49.660Z | Documenting trust-dns-server v0.22.1 |
3057 | 2024-03-28T07:34:50.161Z | Documenting tungstenite v0.21.0 |
3058 | 2024-03-28T07:34:51.073Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3059 | 2024-03-28T07:34:51.604Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3060 | 2024-03-28T07:34:52.691Z | Documenting tough v0.16.0 |
3061 | 2024-03-28T07:34:53.663Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3062 | 2024-03-28T07:34:54.097Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3063 | 2024-03-28T07:34:55.430Z | Documenting derive_builder_macro v0.12.0 |
3064 | 2024-03-28T07:34:56.692Z | Documenting rayon v1.9.0 |
3065 | 2024-03-28T07:34:57.656Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3066 | 2024-03-28T07:34:58.914Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3067 | 2024-03-28T07:34:59.418Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3068 | 2024-03-28T07:34:59.452Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3069 | 2024-03-28T07:35:00.062Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3070 | 2024-03-28T07:35:00.607Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3071 | 2024-03-28T07:35:00.636Z | Documenting sled v0.34.7 |
3072 | 2024-03-28T07:35:00.875Z | Documenting fs-err v2.11.0 |
3073 | 2024-03-28T07:35:01.401Z | Documenting unicase v2.7.0 |
3074 | 2024-03-28T07:35:02.670Z | Documenting tabled_derive v0.7.0 |
3075 | 2024-03-28T07:35:05.277Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3076 | 2024-03-28T07:35:05.483Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3077 | 2024-03-28T07:35:05.786Z | Documenting fd-lock v4.0.2 |
3078 | 2024-03-28T07:35:05.837Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3079 | 2024-03-28T07:35:06.169Z | Documenting nix v0.27.1 |
3080 | 2024-03-28T07:35:06.838Z | Documenting secrecy v0.8.0 |
3081 | 2024-03-28T07:35:07.828Z | Documenting gethostname v0.4.3 |
3082 | 2024-03-28T07:35:08.019Z | Documenting rustversion v1.0.14 |
3083 | 2024-03-28T07:35:08.128Z | Documenting sqlparser_derive v0.2.2 |
3084 | 2024-03-28T07:35:10.847Z | Documenting home v0.5.5 |
3085 | 2024-03-28T07:35:11.232Z | Documenting parse-size v1.0.0 |
3086 | 2024-03-28T07:35:12.228Z | Documenting unicode_categories v0.1.1 |
3087 | 2024-03-28T07:35:13.075Z | Documenting castaway v0.2.2 |
3088 | 2024-03-28T07:35:13.144Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3089 | 2024-03-28T07:35:13.360Z | Documenting sqlparser v0.43.1 |
3090 | 2024-03-28T07:35:14.350Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3091 | 2024-03-28T07:35:15.913Z | Documenting rustyline v13.0.0 |
3092 | 2024-03-28T07:35:17.867Z | Documenting sqlformat v0.2.3 |
3093 | 2024-03-28T07:35:17.890Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3094 | 2024-03-28T07:35:19.286Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3095 | 2024-03-28T07:35:22.171Z | Documenting tabled v0.15.0 |
3096 | 2024-03-28T07:35:22.666Z | Documenting mime_guess v2.0.4 |
3097 | 2024-03-28T07:35:32.214Z | Documenting derive_builder v0.12.0 |
3098 | 2024-03-28T07:35:32.531Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3099 | 2024-03-28T07:35:32.572Z | Documenting tokio-tungstenite v0.21.0 |
3100 | 2024-03-28T07:35:32.572Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3101 | 2024-03-28T07:35:32.572Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3102 | 2024-03-28T07:35:32.572Z | Documenting zone v0.1.8 |
3103 | 2024-03-28T07:35:34.018Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3104 | 2024-03-28T07:35:34.787Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3105 | 2024-03-28T07:35:36.072Z | Documenting polar-core v0.27.0 |
3106 | 2024-03-28T07:35:36.163Z | Documenting libxml v0.3.3 |
3107 | 2024-03-28T07:35:36.457Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3108 | 2024-03-28T07:35:36.516Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3109 | 2024-03-28T07:35:36.790Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
3110 | 2024-03-28T07:35:41.662Z | Documenting bb8 v0.8.3 |
3111 | 2024-03-28T07:35:42.138Z | Documenting portpicker v0.1.1 |
3112 | 2024-03-28T07:35:44.569Z | Documenting universal-hash v0.5.1 |
3113 | 2024-03-28T07:35:46.649Z | Documenting quick-xml v0.30.0 |
3114 | 2024-03-28T07:35:47.195Z | Documenting bcs v0.1.6 |
3115 | 2024-03-28T07:35:47.996Z | Documenting kstat-rs v0.2.3 |
3116 | 2024-03-28T07:35:48.057Z | Documenting impl-trait-for-tuples v0.2.2 |
3117 | 2024-03-28T07:35:48.417Z | Documenting oso-derive v0.27.0 |
3118 | 2024-03-28T07:35:50.873Z | Documenting thiserror-impl-no-std v2.0.2 |
3119 | 2024-03-28T07:36:00.010Z | Documenting curve25519-dalek-derive v0.1.0 |
3120 | 2024-03-28T07:36:00.151Z | Documenting highway v1.1.0 |
3121 | 2024-03-28T07:36:00.362Z | Documenting opaque-debug v0.3.0 |
3122 | 2024-03-28T07:36:00.390Z | Documenting maplit v1.0.2 |
3123 | 2024-03-28T07:36:00.901Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3124 | 2024-03-28T07:36:00.918Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3125 | 2024-03-28T07:36:01.091Z | Documenting thiserror-no-std v2.0.2 |
3126 | 2024-03-28T07:36:03.706Z | Documenting poly1305 v0.8.0 |
3127 | 2024-03-28T07:36:04.737Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3128 | 2024-03-28T07:36:05.316Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3129 | 2024-03-28T07:36:05.410Z | Documenting oso v0.27.0 |
3130 | 2024-03-28T07:36:05.652Z | Documenting curve25519-dalek v4.1.1 |
3131 | 2024-03-28T07:36:09.627Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3132 | 2024-03-28T07:36:12.106Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3133 | 2024-03-28T07:36:12.455Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3134 | 2024-03-28T07:36:12.906Z | Documenting compact_str v0.7.1 |
3135 | 2024-03-28T07:36:13.334Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3136 | 2024-03-28T07:36:14.695Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3137 | 2024-03-28T07:36:17.655Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3138 | 2024-03-28T07:36:19.386Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3139 | 2024-03-28T07:36:20.140Z | Documenting portable-atomic v1.4.3 |
3140 | 2024-03-28T07:36:21.499Z | Documenting ed25519 v1.5.3 |
3141 | 2024-03-28T07:36:23.019Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3142 | 2024-03-28T07:36:24.505Z | Documenting cookie v0.18.0 |
3143 | 2024-03-28T07:36:24.788Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3144 | 2024-03-28T07:36:24.827Z | Documenting memoffset v0.7.1 |
3145 | 2024-03-28T07:36:25.452Z | Documenting rcgen v0.12.1 |
3146 | 2024-03-28T07:36:27.922Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3147 | 2024-03-28T07:36:30.317Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3148 | 2024-03-28T07:36:30.598Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
3149 | 2024-03-28T07:36:31.122Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3150 | 2024-03-28T07:36:31.844Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
3151 | 2024-03-28T07:36:33.214Z | Documenting atomicwrites v0.4.3 |
3152 | 2024-03-28T07:36:34.146Z | Documenting chacha20 v0.9.1 |
3153 | 2024-03-28T07:36:34.633Z | Documenting lru v0.12.1 |
3154 | 2024-03-28T07:36:38.248Z | Documenting aead v0.5.2 |
3155 | 2024-03-28T07:36:38.309Z | Documenting nanorand v0.7.0 |
3156 | 2024-03-28T07:36:38.630Z | Documenting subprocess v0.2.9 |
3157 | 2024-03-28T07:36:40.840Z | Documenting stability v0.1.1 |
3158 | 2024-03-28T07:36:42.733Z | Documenting glob v0.3.1 |
3159 | 2024-03-28T07:36:43.648Z | Documenting cassowary v0.3.0 |
3160 | 2024-03-28T07:36:44.192Z | Documenting number_prefix v0.4.0 |
3161 | 2024-03-28T07:36:45.116Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3162 | 2024-03-28T07:36:46.809Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3163 | 2024-03-28T07:36:54.202Z | Documenting flume v0.11.0 |
3164 | 2024-03-28T07:36:54.214Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3165 | 2024-03-28T07:36:54.489Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3166 | 2024-03-28T07:36:54.512Z | Documenting chacha20poly1305 v0.10.1 |
3167 | 2024-03-28T07:36:54.804Z | Documenting ratatui v0.26.1 |
3168 | 2024-03-28T07:36:55.430Z | Documenting indicatif v0.17.8 |
3169 | 2024-03-28T07:36:57.026Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3170 | 2024-03-28T07:37:00.181Z | Documenting salty v0.2.0 |
3171 | 2024-03-28T07:37:09.920Z | Documenting vsss-rs v3.3.4 |
3172 | 2024-03-28T07:37:10.260Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3173 | 2024-03-28T07:37:10.725Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3174 | 2024-03-28T07:37:11.038Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3175 | 2024-03-28T07:37:11.196Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3176 | 2024-03-28T07:37:11.570Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3177 | 2024-03-28T07:37:11.754Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3178 | 2024-03-28T07:37:11.839Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3179 | 2024-03-28T07:37:12.139Z | Documenting serde-big-array v0.5.1 |
3180 | 2024-03-28T07:37:13.219Z | Documenting rtoolbox v0.0.1 |
3181 | 2024-03-28T07:37:15.980Z | Documenting smawk v0.3.1 |
3182 | 2024-03-28T07:37:16.258Z | Documenting is_ci v1.2.0 |
3183 | 2024-03-28T07:37:16.709Z | Documenting unicode-linebreak v0.1.5 |
3184 | 2024-03-28T07:37:17.609Z | Documenting http-range v0.1.5 |
3185 | 2024-03-28T07:37:18.450Z | Documenting rpassword v7.3.1 |
3186 | 2024-03-28T07:37:20.367Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3187 | 2024-03-28T07:37:20.687Z | Documenting textwrap v0.16.1 |
3188 | 2024-03-28T07:37:21.278Z | Documenting supports-color v3.0.0 |
3189 | 2024-03-28T07:37:22.599Z | Documenting hyper-staticfile v0.9.5 |
3190 | 2024-03-28T07:37:23.456Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3191 | 2024-03-28T07:37:25.152Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3192 | 2024-03-28T07:37:25.745Z | Documenting tui-tree-widget v0.17.0 |
3193 | 2024-03-28T07:37:26.015Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3194 | 2024-03-28T07:37:27.535Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3195 | 2024-03-28T07:37:28.393Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3196 | 2024-03-28T07:37:33.280Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3197 | 2024-03-28T07:37:33.338Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3198 | 2024-03-28T07:37:33.339Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3199 | 2024-03-28T07:37:33.339Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3200 | 2024-03-28T07:37:33.340Z | Documenting signal-hook-tokio v0.3.1 |
3201 | 2024-03-28T07:37:33.340Z | Documenting rand_seeder v0.2.3 |
3202 | 2024-03-28T07:37:33.559Z | Documenting memmap2 v0.7.1 |
3203 | 2024-03-28T07:37:37.509Z | Documenting arrayvec v0.7.4 |
3204 | 2024-03-28T07:37:37.639Z | Documenting shell-words v1.1.0 |
3205 | 2024-03-28T07:37:38.308Z | Documenting corncobs v0.1.3 |
3206 | 2024-03-28T07:37:38.612Z | Documenting arrayref v0.3.7 |
3207 | 2024-03-28T07:37:39.378Z | warning: unresolved link to `test_sled_transitions` |
3208 | 2024-03-28T07:37:39.378Z | --> nexus/db-queries/src/db/datastore/sled.rs:536:11 |
3209 | 2024-03-28T07:37:39.378Z | | |
3210 | 2024-03-28T07:37:39.378Z | 536 | /// [`test_sled_transitions`]. |
3211 | 2024-03-28T07:37:39.378Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3212 | 2024-03-28T07:37:39.378Z | | |
3213 | 2024-03-28T07:37:39.378Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3214 | 2024-03-28T07:37:39.378Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3215 | 2024-03-28T07:37:39.378Z | |
3216 | 2024-03-28T07:37:39.384Z | warning: unresolved link to `test_sled_transitions` |
3217 | 2024-03-28T07:37:39.384Z | --> nexus/db-queries/src/db/datastore/sled.rs:572:11 |
3218 | 2024-03-28T07:37:39.384Z | | |
3219 | 2024-03-28T07:37:39.384Z | 572 | /// [`test_sled_transitions`]. |
3220 | 2024-03-28T07:37:39.384Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3221 | 2024-03-28T07:37:39.384Z | | |
3222 | 2024-03-28T07:37:39.384Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3223 | 2024-03-28T07:37:39.384Z | |
3224 | 2024-03-28T07:37:39.384Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3225 | 2024-03-28T07:37:39.384Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3226 | 2024-03-28T07:37:39.384Z | | |
3227 | 2024-03-28T07:37:39.384Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3228 | 2024-03-28T07:37:39.384Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3229 | 2024-03-28T07:37:39.384Z | |
3230 | 2024-03-28T07:37:40.857Z | Documenting constant_time_eq v0.3.0 |
3231 | 2024-03-28T07:37:42.448Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3232 | 2024-03-28T07:37:42.688Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3233 | 2024-03-28T07:37:42.906Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3234 | 2024-03-28T07:37:43.680Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3235 | 2024-03-28T07:37:44.090Z | Documenting blake3 v1.5.0 |
3236 | 2024-03-28T07:37:47.486Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3237 | 2024-03-28T07:37:48.105Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3238 | 2024-03-28T07:37:49.036Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3239 | 2024-03-28T07:37:49.905Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3240 | 2024-03-28T07:37:57.666Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3241 | 2024-03-28T07:37:57.670Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3242 | 2024-03-28T07:38:04.297Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3243 | 2024-03-28T07:38:05.592Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3244 | 2024-03-28T07:38:08.268Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
3245 | 2024-03-28T07:38:08.306Z | warning: unclosed HTML tag `usize` |
3246 | 2024-03-28T07:38:08.306Z | --> wicket/src/ui/panes/update.rs:153:19 |
3247 | 2024-03-28T07:38:08.306Z | | |
3248 | 2024-03-28T07:38:08.306Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3249 | 2024-03-28T07:38:08.306Z | | ^^^^^^^ |
3250 | 2024-03-28T07:38:08.306Z | | |
3251 | 2024-03-28T07:38:08.306Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3252 | 2024-03-28T07:38:08.307Z | |
3253 | 2024-03-28T07:38:08.599Z | Documenting fatfs v0.3.6 |
3254 | 2024-03-28T07:38:09.278Z | warning: `wicket` (lib doc) generated 1 warning |
3255 | 2024-03-28T07:38:09.291Z | Documenting topological-sort v0.2.2 |
3256 | 2024-03-28T07:38:09.718Z | Documenting assert_matches v1.5.0 |
3257 | 2024-03-28T07:38:12.790Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3258 | 2024-03-28T07:38:14.053Z | Documenting omicron-zone-package v0.11.0 |
3259 | 2024-03-28T07:38:14.522Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3260 | 2024-03-28T07:38:21.459Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3261 | 2024-03-28T07:38:23.475Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3262 | 2024-03-28T07:38:23.516Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3263 | 2024-03-28T07:38:24.256Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3264 | 2024-03-28T07:38:24.347Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3265 | 2024-03-28T07:38:28.719Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3266 | 2024-03-28T07:38:29.692Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3267 | 2024-03-28T07:38:30.488Z | Documenting termios v0.3.3 |
3268 | 2024-03-28T07:38:35.156Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3269 | 2024-03-28T07:38:36.067Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3270 | 2024-03-28T07:38:37.771Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3271 | 2024-03-28T07:38:37.771Z | --> sled-agent/src/sim/instance.rs:46:7 |
3272 | 2024-03-28T07:38:37.771Z | | |
3273 | 2024-03-28T07:38:37.771Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3274 | 2024-03-28T07:38:37.771Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3275 | 2024-03-28T07:38:37.771Z | | |
3276 | 2024-03-28T07:38:37.771Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3277 | 2024-03-28T07:38:37.771Z | |
3278 | 2024-03-28T07:38:39.136Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3279 | 2024-03-28T07:38:41.179Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3280 | 2024-03-28T07:38:41.557Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3281 | 2024-03-28T07:38:55.678Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3282 | 2024-03-28T07:39:03.640Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3283 | 2024-03-28T07:39:05.986Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3284 | 2024-03-28T07:39:12.729Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3285 | 2024-03-28T07:39:22.956Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3286 | 2024-03-28T07:39:25.171Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3287 | 2024-03-28T07:39:26.141Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3288 | 2024-03-28T07:39:26.447Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3289 | 2024-03-28T07:39:29.223Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3290 | 2024-03-28T07:39:34.046Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3291 | 2024-03-28T07:39:50.557Z | warning: unresolved link to `VolumeConstructionRequest` |
3292 | 2024-03-28T07:39:50.557Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3293 | 2024-03-28T07:39:50.557Z | | |
3294 | 2024-03-28T07:39:50.557Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3295 | 2024-03-28T07:39:50.557Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3296 | 2024-03-28T07:39:50.557Z | | |
3297 | 2024-03-28T07:39:50.557Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3298 | 2024-03-28T07:39:50.558Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3299 | 2024-03-28T07:39:50.558Z | |
3300 | 2024-03-28T07:39:50.561Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3301 | 2024-03-28T07:39:50.562Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3302 | 2024-03-28T07:39:50.562Z | | |
3303 | 2024-03-28T07:39:50.562Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3304 | 2024-03-28T07:39:50.562Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3305 | 2024-03-28T07:39:50.562Z | |
3306 | 2024-03-28T07:39:50.562Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3307 | 2024-03-28T07:39:50.562Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3308 | 2024-03-28T07:39:50.562Z | | |
3309 | 2024-03-28T07:39:50.562Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3310 | 2024-03-28T07:39:50.562Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3311 | 2024-03-28T07:39:50.562Z | |
3312 | 2024-03-28T07:39:50.562Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3313 | 2024-03-28T07:39:50.562Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3314 | 2024-03-28T07:39:50.562Z | | |
3315 | 2024-03-28T07:39:50.562Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3316 | 2024-03-28T07:39:50.562Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3317 | 2024-03-28T07:39:50.562Z | |
3318 | 2024-03-28T07:39:50.562Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3319 | 2024-03-28T07:39:50.562Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3320 | 2024-03-28T07:39:50.562Z | | |
3321 | 2024-03-28T07:39:50.562Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3322 | 2024-03-28T07:39:50.563Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3323 | 2024-03-28T07:39:50.563Z | |
3324 | 2024-03-28T07:39:50.563Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3325 | 2024-03-28T07:39:50.563Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3326 | 2024-03-28T07:39:50.563Z | | |
3327 | 2024-03-28T07:39:50.563Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3328 | 2024-03-28T07:39:50.563Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3329 | 2024-03-28T07:39:50.563Z | |
3330 | 2024-03-28T07:39:50.563Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3331 | 2024-03-28T07:39:50.563Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3332 | 2024-03-28T07:39:50.563Z | | |
3333 | 2024-03-28T07:39:50.563Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3334 | 2024-03-28T07:39:50.563Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3335 | 2024-03-28T07:39:50.563Z | |
3336 | 2024-03-28T07:39:53.694Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3337 | 2024-03-28T07:40:09.838Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 24s |
3338 | 2024-03-28T07:40:09.913Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3339 | 2024-03-28T07:40:09.913Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3340 | 2024-03-28T07:40:09.914Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3341 | 2024-03-28T07:40:09.914Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3342 | 2024-03-28T07:40:09.914Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3343 | 2024-03-28T07:40:09.914Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3344 | 2024-03-28T07:40:09.914Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3345 | 2024-03-28T07:40:09.934Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3346 | 2024-03-28T07:40:09.934Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3347 | 2024-03-28T07:40:09.934Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3348 | 2024-03-28T07:40:09.935Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3349 | 2024-03-28T07:40:09.935Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3350 | 2024-03-28T07:40:09.935Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3351 | 2024-03-28T07:40:09.935Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3352 | 2024-03-28T07:40:09.935Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3353 | 2024-03-28T07:40:09.936Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3354 | 2024-03-28T07:40:09.936Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3355 | 2024-03-28T07:40:09.936Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3356 | 2024-03-28T07:40:09.936Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3357 | 2024-03-28T07:40:09.936Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3358 | 2024-03-28T07:40:09.936Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3359 | 2024-03-28T07:40:09.936Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3360 | 2024-03-28T07:40:09.937Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3361 | 2024-03-28T07:40:09.937Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3362 | 2024-03-28T07:40:09.937Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3363 | 2024-03-28T07:40:09.937Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3364 | 2024-03-28T07:40:09.938Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3365 | 2024-03-28T07:40:09.938Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3366 | 2024-03-28T07:40:09.938Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3367 | 2024-03-28T07:40:09.938Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3368 | 2024-03-28T07:40:09.938Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3369 | 2024-03-28T07:40:09.939Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3370 | 2024-03-28T07:40:09.939Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3371 | 2024-03-28T07:40:09.939Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3372 | 2024-03-28T07:40:09.939Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3373 | 2024-03-28T07:40:09.939Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3374 | 2024-03-28T07:40:09.940Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3375 | 2024-03-28T07:40:09.940Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3376 | 2024-03-28T07:40:09.940Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3377 | 2024-03-28T07:40:09.940Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3378 | 2024-03-28T07:40:09.940Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3379 | 2024-03-28T07:40:09.941Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3380 | 2024-03-28T07:40:09.941Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3381 | 2024-03-28T07:40:09.941Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3382 | 2024-03-28T07:40:09.941Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3383 | 2024-03-28T07:40:09.942Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3384 | 2024-03-28T07:40:09.942Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3385 | 2024-03-28T07:40:09.942Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3386 | 2024-03-28T07:40:09.942Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3387 | 2024-03-28T07:40:09.942Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3388 | 2024-03-28T07:40:09.942Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3389 | 2024-03-28T07:40:09.943Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3390 | 2024-03-28T07:40:09.943Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3391 | 2024-03-28T07:40:09.943Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3392 | 2024-03-28T07:40:09.943Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3393 | 2024-03-28T07:40:09.943Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3394 | 2024-03-28T07:40:09.943Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3395 | 2024-03-28T07:40:09.944Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3396 | 2024-03-28T07:40:09.944Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3397 | 2024-03-28T07:40:09.944Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3398 | 2024-03-28T07:40:09.944Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3399 | 2024-03-28T07:40:09.944Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3400 | 2024-03-28T07:40:09.945Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3401 | 2024-03-28T07:40:09.945Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3402 | 2024-03-28T07:40:09.945Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3403 | 2024-03-28T07:40:09.945Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3404 | 2024-03-28T07:40:09.946Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3405 | 2024-03-28T07:40:09.946Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3406 | 2024-03-28T07:40:09.946Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3407 | 2024-03-28T07:40:09.946Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3408 | 2024-03-28T07:40:09.946Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3409 | 2024-03-28T07:40:09.947Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3410 | 2024-03-28T07:40:09.947Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3411 | 2024-03-28T07:40:09.947Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3412 | 2024-03-28T07:40:09.947Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3413 | 2024-03-28T07:40:09.947Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3414 | 2024-03-28T07:40:09.947Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3415 | 2024-03-28T07:40:09.947Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3416 | 2024-03-28T07:40:09.948Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3417 | 2024-03-28T07:40:09.961Z | |
3418 | 2024-03-28T07:40:09.961Z | real 12:24.298082484 |
3419 | 2024-03-28T07:40:09.961Z | user 33:04.854796435 |
3420 | 2024-03-28T07:40:09.961Z | sys 54:38.334426923 |
3421 | 2024-03-28T07:40:09.961Z | trap 0.867091196 |
3422 | 2024-03-28T07:40:09.962Z | tflt 0.441603252 |
3423 | 2024-03-28T07:40:09.962Z | dflt 0.253220321 |
3424 | 2024-03-28T07:40:09.962Z | kflt 0.000168974 |
3425 | 2024-03-28T07:40:09.962Z | lock 3:24:26.600408239 |
3426 | 2024-03-28T07:40:09.963Z | slp 3:27:39.106563598 |
3427 | 2024-03-28T07:40:09.963Z | lat 4:16.202847206 |
3428 | 2024-03-28T07:40:09.963Z | stop 1:41.821486870 |
3429 | 2024-03-28T07:40:09.963Z | process exited: duration 1318790 ms, exit code 0 |
|
3430 | 2024-03-28T07:40:09.978Z | found 0 output files |