|
|
|
1 | 2024-05-14T17:32:18.598Z | job assigned to worker 01HXW2HD3ND4X9AZ9B8VJ7A7A1 (queued for 3 m 43 s) |
|
2 | 2024-05-14T17:32:27.169Z | starting task 0: "setup" |
3 | 2024-05-14T17:32:27.422Z | ++ uname -s |
4 | 2024-05-14T17:32:27.423Z | + kern=SunOS |
5 | 2024-05-14T17:32:27.423Z | + case "$kern" in |
6 | 2024-05-14T17:32:27.423Z | + groupadd -g 12345 build |
7 | 2024-05-14T17:32:27.423Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T17:32:28.827Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T17:32:28.884Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T17:32:28.918Z | + home_fs=zfs |
11 | 2024-05-14T17:32:28.918Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T17:32:28.918Z | + mkdir -p /home/build |
13 | 2024-05-14T17:32:28.918Z | + chown build:build /home/build /work |
14 | 2024-05-14T17:32:30.884Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T17:32:30.890Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-05-14T17:32:30.907Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T17:32:30.914Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T17:32:30.928Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T17:32:31.085Z | info: downloading installer |
20 | 2024-05-14T17:32:32.270Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T17:32:32.270Z | warning: /opt/ooce/bin |
22 | 2024-05-14T17:32:32.270Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T17:32:32.271Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T17:32:32.271Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T17:32:32.271Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T17:32:32.271Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T17:32:32.272Z | error: cannot install while Rust is installed |
28 | 2024-05-14T17:32:32.272Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T17:32:32.385Z | info: profile set to 'default' |
30 | 2024-05-14T17:32:32.385Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T17:32:32.394Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T17:32:32.499Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T17:32:32.499Z | info: downloading component 'cargo' |
34 | 2024-05-14T17:32:33.096Z | info: downloading component 'clippy' |
35 | 2024-05-14T17:32:33.707Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T17:32:34.051Z | info: downloading component 'rust-std' |
37 | 2024-05-14T17:32:35.386Z | info: downloading component 'rustc' |
38 | 2024-05-14T17:32:38.529Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T17:32:38.719Z | info: installing component 'cargo' |
40 | 2024-05-14T17:32:39.564Z | info: installing component 'clippy' |
41 | 2024-05-14T17:32:39.908Z | info: installing component 'rust-docs' |
42 | 2024-05-14T17:32:41.313Z | info: installing component 'rust-std' |
43 | 2024-05-14T17:32:43.147Z | info: installing component 'rustc' |
44 | 2024-05-14T17:32:47.065Z | info: installing component 'rustfmt' |
45 | 2024-05-14T17:32:47.412Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T17:32:47.412Z | |
47 | 2024-05-14T17:32:47.706Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T17:32:47.706Z | |
49 | 2024-05-14T17:32:47.709Z | |
50 | 2024-05-14T17:32:47.709Z | Rust is installed now. Great! |
51 | 2024-05-14T17:32:47.709Z | |
52 | 2024-05-14T17:32:47.709Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T17:32:47.709Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T17:32:47.709Z | |
55 | 2024-05-14T17:32:47.709Z | To configure your current shell, you need to source |
56 | 2024-05-14T17:32:47.709Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T17:32:47.709Z | |
58 | 2024-05-14T17:32:47.709Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T17:32:47.709Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T17:32:47.709Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T17:32:48.195Z | + rustc --version |
62 | 2024-05-14T17:32:48.206Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T17:32:48.206Z | process exited: duration 16932 ms, exit code 0 |
|
64 | 2024-05-14T17:32:48.239Z | starting task 2: "authentication" |
65 | 2024-05-14T17:32:48.677Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-14T17:32:56.350Z | process exited: duration 8108 ms, exit code 0 |
|
67 | 2024-05-14T17:32:56.910Z | starting task 3: "clone repository" |
68 | 2024-05-14T17:32:56.979Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-14T17:32:56.979Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-14T17:32:57.274Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-14T17:33:03.380Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-14T17:33:03.380Z | + git fetch origin 82e9fe5b10fb57c0cea50441f246794331ccb9bc |
73 | 2024-05-14T17:33:03.930Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-14T17:33:03.930Z | * branch 82e9fe5b10fb57c0cea50441f246794331ccb9bc -> FETCH_HEAD |
75 | 2024-05-14T17:33:03.938Z | + [[ -n john/add-previously-expunged-sled ]] |
76 | 2024-05-14T17:33:03.945Z | ++ git branch --show-current |
77 | 2024-05-14T17:33:03.945Z | + current=main |
78 | 2024-05-14T17:33:03.945Z | + [[ main != john/add-previously-expunged-sled ]] |
79 | 2024-05-14T17:33:03.946Z | + git branch -f john/add-previously-expunged-sled 82e9fe5b10fb57c0cea50441f246794331ccb9bc |
80 | 2024-05-14T17:33:03.948Z | + git checkout -f john/add-previously-expunged-sled |
81 | 2024-05-14T17:33:04.074Z | Switched to branch 'john/add-previously-expunged-sled' |
82 | 2024-05-14T17:33:04.080Z | + git reset --hard 82e9fe5b10fb57c0cea50441f246794331ccb9bc |
83 | 2024-05-14T17:33:04.088Z | HEAD is now at 82e9fe5b1 expectorate |
84 | 2024-05-14T17:33:04.096Z | process exited: duration 7230 ms, exit code 0 |
|
85 | 2024-05-14T17:33:04.105Z | starting task 4: "build" |
86 | 2024-05-14T17:33:04.110Z | + cargo --version |
87 | 2024-05-14T17:33:04.116Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
88 | 2024-05-14T17:33:04.242Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-14T17:33:04.242Z | info: downloading component 'cargo' |
90 | 2024-05-14T17:33:04.907Z | info: downloading component 'clippy' |
91 | 2024-05-14T17:33:05.085Z | info: downloading component 'rust-docs' |
92 | 2024-05-14T17:33:05.927Z | info: downloading component 'rust-std' |
93 | 2024-05-14T17:33:07.154Z | info: downloading component 'rustc' |
94 | 2024-05-14T17:33:10.427Z | info: downloading component 'rustfmt' |
95 | 2024-05-14T17:33:10.596Z | info: installing component 'cargo' |
96 | 2024-05-14T17:33:11.400Z | info: installing component 'clippy' |
97 | 2024-05-14T17:33:11.754Z | info: installing component 'rust-docs' |
98 | 2024-05-14T17:33:13.182Z | info: installing component 'rust-std' |
99 | 2024-05-14T17:33:14.788Z | info: installing component 'rustc' |
100 | 2024-05-14T17:33:18.778Z | info: installing component 'rustfmt' |
101 | 2024-05-14T17:33:19.162Z | cargo 1.77.2 (e52e36006 2024-03-26) |
102 | 2024-05-14T17:33:19.171Z | + rustc --version |
103 | 2024-05-14T17:33:19.226Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
104 | 2024-05-14T17:33:19.241Z | + source ./env.sh |
105 | 2024-05-14T17:33:19.241Z | ++ set -o xtrace |
106 | 2024-05-14T17:33:19.241Z | ++++ dirname ./env.sh |
107 | 2024-05-14T17:33:19.241Z | +++ readlink -f . |
108 | 2024-05-14T17:33:19.322Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2024-05-14T17:33:19.753Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-05-14T17:33:19.753Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-05-14T17:33:19.754Z | ++ 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 |
112 | 2024-05-14T17:33:19.754Z | ++ 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 |
113 | 2024-05-14T17:33:19.754Z | ++ 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 |
114 | 2024-05-14T17:33:19.754Z | ++ 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 |
115 | 2024-05-14T17:33:19.754Z | ++ 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 |
116 | 2024-05-14T17:33:19.754Z | ++ 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 |
117 | 2024-05-14T17:33:19.754Z | ++ unset OMICRON_WS |
118 | 2024-05-14T17:33:19.754Z | ++ set +o xtrace |
119 | 2024-05-14T17:33:19.768Z | |
120 | 2024-05-14T17:33:19.768Z | ##### ##### ###### ##### ###### #### # # # #### # |
121 | 2024-05-14T17:33:19.768Z | # # # # # # # # # # # # # # # |
122 | 2024-05-14T17:33:19.768Z | # # # # ##### # # ##### # # # # # #### # |
123 | 2024-05-14T17:33:19.768Z | ##### ##### # ##### # # # # # # # # # |
124 | 2024-05-14T17:33:19.768Z | # # # # # # # # # # # # # # # |
125 | 2024-05-14T17:33:19.768Z | # # # ###### # # ###### ### # #### # #### # |
126 | 2024-05-14T17:33:19.768Z | |
127 | 2024-05-14T17:33:29.589Z | Startup: Refreshing catalog 'helios-dev' ... Done |
128 | 2024-05-14T17:33:31.434Z | Startup: Caching catalogs ... Done |
129 | 2024-05-14T17:33:33.052Z | Planning: Solver setup ... Done (1.111s) |
130 | 2024-05-14T17:33:33.079Z | Planning: Running solver ... Done (0.022s) |
131 | 2024-05-14T17:33:33.518Z | Planning: Finding local manifests ... Done (0.003s) |
132 | 2024-05-14T17:33:33.532Z | Planning: Fetching manifests: 0/4 0% complete |
133 | 2024-05-14T17:33:33.532Z | Planning: Fetching manifests: 4/4 100% complete |
134 | 2024-05-14T17:33:33.543Z | Planning: Package planning ... Done (0.048s) |
135 | 2024-05-14T17:33:33.594Z | Planning: Merging actions ... Done (0.050s) |
136 | 2024-05-14T17:33:34.523Z | Planning: Checking for conflicting actions ... Done (0.931s) |
137 | 2024-05-14T17:33:34.540Z | Planning: Consolidating action changes ... Done (0.010s) |
138 | 2024-05-14T17:33:39.132Z | Planning: Evaluating mediators ... Done (4.601s) |
139 | 2024-05-14T17:33:39.142Z | Planning: Planning completed in 7.65 seconds |
140 | 2024-05-14T17:33:39.975Z | Packages to install: 4 |
141 | 2024-05-14T17:33:39.975Z | Mediators to change: 2 |
142 | 2024-05-14T17:33:39.975Z | Services to change: 1 |
143 | 2024-05-14T17:33:40.013Z | Estimated space available: 155.31 GB |
144 | 2024-05-14T17:33:40.013Z | Estimated space to be consumed: 1.45 GB |
145 | 2024-05-14T17:33:40.013Z | Create boot environment: No |
146 | 2024-05-14T17:33:40.013Z | Create backup boot environment: No |
147 | 2024-05-14T17:33:40.014Z | Rebuild boot archive: No |
148 | 2024-05-14T17:33:40.014Z | |
149 | 2024-05-14T17:33:40.014Z | Changed mediators: |
150 | 2024-05-14T17:33:40.014Z | mediator clang: |
151 | 2024-05-14T17:33:40.014Z | version: None -> 15 (system default) |
152 | 2024-05-14T17:33:40.014Z | |
153 | 2024-05-14T17:33:40.014Z | mediator llvm: |
154 | 2024-05-14T17:33:40.014Z | version: 14 (system default) -> 15 (system default) |
155 | 2024-05-14T17:33:40.014Z | |
156 | 2024-05-14T17:33:40.014Z | Changed packages: |
157 | 2024-05-14T17:33:40.014Z | helios-dev |
158 | 2024-05-14T17:33:40.014Z | developer/build-essential |
159 | 2024-05-14T17:33:40.015Z | None -> 11-2.0 |
160 | 2024-05-14T17:33:40.015Z | library/libxmlsec1 |
161 | 2024-05-14T17:33:40.015Z | None -> 1.2.35-2.0 |
162 | 2024-05-14T17:33:40.015Z | ooce/developer/clang-15 |
163 | 2024-05-14T17:33:40.015Z | None -> 15.0.7-2.0 |
164 | 2024-05-14T17:33:40.015Z | ooce/developer/llvm-15 |
165 | 2024-05-14T17:33:40.015Z | None -> 15.0.7-2.0 |
166 | 2024-05-14T17:33:40.015Z | |
167 | 2024-05-14T17:33:40.015Z | Services: |
168 | 2024-05-14T17:33:40.015Z | restart_fmri: |
169 | 2024-05-14T17:33:40.015Z | svc:/system/update-man-index:default |
170 | 2024-05-14T17:33:40.015Z | |
171 | 2024-05-14T17:33:40.015Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
172 | 2024-05-14T17:33:44.757Z | Download: 1123/3290 items 37.3/212.6MB 17% complete (7.5M/s) |
173 | 2024-05-14T17:33:50.032Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (13.5M/s) |
174 | 2024-05-14T17:33:55.063Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (3.8M/s) |
175 | 2024-05-14T17:34:00.057Z | Download: 1999/3290 items 118.5/212.6MB 55% complete (4.1M/s) |
176 | 2024-05-14T17:34:05.060Z | Download: 2380/3290 items 120.0/212.6MB 56% complete (3.8M/s) |
177 | 2024-05-14T17:34:10.078Z | Download: 3167/3290 items 141.7/212.6MB 66% complete (2.2M/s) |
178 | 2024-05-14T17:34:15.988Z | Download: 3289/3290 items 212.3/212.6MB 99% complete (9.2M/s) |
179 | 2024-05-14T17:34:16.034Z | Download: Completed 212.60 MB in 36.26 seconds (5.9M/s) |
180 | 2024-05-14T17:34:16.692Z | Actions: 1/3689 actions (Installing new actions) |
181 | 2024-05-14T17:34:21.285Z | Actions: 3613/3689 actions (Installing new actions) |
182 | 2024-05-14T17:34:21.334Z | Actions: Completed 3689 actions in 5.06 seconds. |
183 | 2024-05-14T17:34:21.561Z | Done (0.215s) |
184 | 2024-05-14T17:34:21.561Z | Done (0.000s) |
185 | 2024-05-14T17:34:21.844Z | Done (0.292s) |
186 | 2024-05-14T17:34:27.121Z | Done (4.754s) |
187 | 2024-05-14T17:34:27.121Z | Done (0.102s) |
188 | 2024-05-14T17:34:27.122Z | Done (0.000s) |
189 | 2024-05-14T17:34:27.122Z | Done (0.000s) |
190 | 2024-05-14T17:34:27.602Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-05-14T17:34:27.762Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-05-14T17:34:27.766Z | Planning: Consolidating action changes ... Done |
193 | 2024-05-14T17:34:28.029Z | Planning: Evaluating mediators ... Done |
194 | 2024-05-14T17:34:28.036Z | Planning: Planning completed in 0.42 seconds |
195 | 2024-05-14T17:34:28.058Z | Mediators to change: 2 |
196 | 2024-05-14T17:34:28.058Z | Create boot environment: No |
197 | 2024-05-14T17:34:28.059Z | Create backup boot environment: No |
198 | 2024-05-14T17:34:28.126Z | Done |
199 | 2024-05-14T17:34:28.126Z | Done |
200 | 2024-05-14T17:34:28.324Z | Done |
201 | 2024-05-14T17:34:31.807Z | Done |
202 | 2024-05-14T17:34:31.889Z | Done |
203 | 2024-05-14T17:34:31.900Z | Done |
204 | 2024-05-14T17:34:32.003Z | Done |
205 | 2024-05-14T17:34:32.595Z | Planning: Evaluating mediator changes ... Done |
206 | 2024-05-14T17:34:32.609Z | Planning: Merging actions ... Done |
207 | 2024-05-14T17:34:33.195Z | Planning: Checking for conflicting actions ... Done |
208 | 2024-05-14T17:34:33.204Z | Planning: Consolidating action changes ... Done |
209 | 2024-05-14T17:34:33.204Z | Planning: Evaluating mediators ... Done |
210 | 2024-05-14T17:34:33.205Z | Planning: Planning completed in 0.74 seconds |
211 | 2024-05-14T17:34:33.205Z | Packages to change: 1 |
212 | 2024-05-14T17:34:33.205Z | Mediators to change: 1 |
213 | 2024-05-14T17:34:33.205Z | Services to change: 1 |
214 | 2024-05-14T17:34:33.205Z | Create boot environment: No |
215 | 2024-05-14T17:34:33.205Z | Create backup boot environment: Yes |
216 | 2024-05-14T17:34:34.906Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2024-05-14T17:34:34.934Z | Actions: Completed 6 actions in 0.03 seconds. |
218 | 2024-05-14T17:34:34.934Z | Done |
219 | 2024-05-14T17:34:34.934Z | Done |
220 | 2024-05-14T17:34:35.000Z | Done |
221 | 2024-05-14T17:34:38.500Z | Done |
222 | 2024-05-14T17:34:38.587Z | Done |
223 | 2024-05-14T17:34:38.587Z | Done |
224 | 2024-05-14T17:34:38.694Z | Done |
225 | 2024-05-14T17:34:39.117Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2024-05-14T17:34:39.117Z | clang system 15 system |
227 | 2024-05-14T17:34:39.117Z | csh system system illumos |
228 | 2024-05-14T17:34:39.117Z | ctags system system illumos |
229 | 2024-05-14T17:34:39.118Z | gcc vendor 12 vendor |
230 | 2024-05-14T17:34:39.118Z | gcc system 10 system |
231 | 2024-05-14T17:34:39.118Z | gcc system 7 system |
232 | 2024-05-14T17:34:39.118Z | go system 1.20 system |
233 | 2024-05-14T17:34:39.119Z | go system 1.19 system |
234 | 2024-05-14T17:34:39.119Z | llvm system 15 system |
235 | 2024-05-14T17:34:39.119Z | llvm system 14 system |
236 | 2024-05-14T17:34:39.119Z | mariadb system 10.6 system |
237 | 2024-05-14T17:34:39.120Z | mta vendor vendor dma |
238 | 2024-05-14T17:34:39.120Z | openjdk system 17 system |
239 | 2024-05-14T17:34:39.120Z | openjdk system 11 system |
240 | 2024-05-14T17:34:39.120Z | openjdk system 1.8 system |
241 | 2024-05-14T17:34:39.120Z | openssl vendor 3 vendor |
242 | 2024-05-14T17:34:39.121Z | perl system 5.36 system |
243 | 2024-05-14T17:34:39.121Z | postgresql system 15 system |
244 | 2024-05-14T17:34:39.121Z | postgresql system 13 system |
245 | 2024-05-14T17:34:39.121Z | python vendor 3 vendor |
246 | 2024-05-14T17:34:39.121Z | python system 2 system |
247 | 2024-05-14T17:34:39.122Z | python3 system 3.11 system |
248 | 2024-05-14T17:34:39.122Z | ruby system 3.0 system |
249 | 2024-05-14T17:34:39.122Z | words vendor vendor american-english |
250 | 2024-05-14T17:34:39.122Z | words system system australian-english |
251 | 2024-05-14T17:34:39.122Z | words system system british-english |
252 | 2024-05-14T17:34:39.122Z | words system system canadian-english |
253 | 2024-05-14T17:34:39.122Z | words system system french |
254 | 2024-05-14T17:34:39.122Z | words system system italian |
255 | 2024-05-14T17:34:39.122Z | words system system ngerman |
256 | 2024-05-14T17:34:39.123Z | words system system ogerman |
257 | 2024-05-14T17:34:39.123Z | words system system spanish |
258 | 2024-05-14T17:34:39.442Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2024-05-14T17:34:39.442Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2024-05-14T17:34:40.835Z | FMRI IFO |
261 | 2024-05-14T17:34:40.835Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2024-05-14T17:34:40.836Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2024-05-14T17:34:40.836Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2024-05-14T17:34:40.836Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2024-05-14T17:34:40.837Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2024-05-14T17:34:40.837Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2024-05-14T17:34:40.837Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
268 | 2024-05-14T17:34:40.838Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-05-14T17:34:40.840Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-05-14T17:34:40.840Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-05-14T17:34:40.840Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-05-14T17:34:40.841Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-05-14T17:34:41.087Z | + set -o errexit |
274 | 2024-05-14T17:34:41.094Z | +++ dirname ./tools/ci_download_cockroachdb |
275 | 2024-05-14T17:34:41.094Z | ++ cd ./tools |
276 | 2024-05-14T17:34:41.094Z | ++ pwd |
277 | 2024-05-14T17:34:41.094Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
278 | 2024-05-14T17:34:41.099Z | ++ basename ./tools/ci_download_cockroachdb |
279 | 2024-05-14T17:34:41.099Z | + ARG0=ci_download_cockroachdb |
280 | 2024-05-14T17:34:41.099Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
281 | 2024-05-14T17:34:41.100Z | + CIDL_VERSION=v22.1.9 |
282 | 2024-05-14T17:34:41.100Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
283 | 2024-05-14T17:34:41.100Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
284 | 2024-05-14T17:34:41.100Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
285 | 2024-05-14T17:34:41.100Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-05-14T17:34:41.100Z | + TARGET_DIR=out |
287 | 2024-05-14T17:34:41.100Z | + DOWNLOAD_DIR=out/downloads |
288 | 2024-05-14T17:34:41.100Z | + DEST_DIR=./out/cockroachdb |
289 | 2024-05-14T17:34:41.100Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
290 | 2024-05-14T17:34:41.101Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
291 | 2024-05-14T17:34:41.101Z | + main |
292 | 2024-05-14T17:34:41.101Z | + [[ 0 != 0 ]] |
293 | 2024-05-14T17:34:41.101Z | + CIDL_OS=solaris2.11 |
294 | 2024-05-14T17:34:41.101Z | + [[ 0 != 0 ]] |
295 | 2024-05-14T17:34:41.101Z | + configure_os solaris2.11 |
296 | 2024-05-14T17:34:41.101Z | + echo 'current directory: /work/oxidecomputer/omicron' |
297 | 2024-05-14T17:34:41.101Z | current directory: /work/oxidecomputer/omicron |
298 | 2024-05-14T17:34:41.101Z | + echo 'configuring based on OS: "solaris2.11"' |
299 | 2024-05-14T17:34:41.101Z | + case "$1" in |
300 | 2024-05-14T17:34:41.101Z | + CIDL_BUILD=illumos |
301 | 2024-05-14T17:34:41.101Z | + CIDL_SUFFIX=tar.gz |
302 | 2024-05-14T17:34:41.102Z | configuring based on OS: "solaris2.11" |
303 | 2024-05-14T17:34:41.102Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
304 | 2024-05-14T17:34:41.102Z | + CIDL_URL_BASE=https://illumos.org/downloads |
305 | 2024-05-14T17:34:41.102Z | + CIDL_ASSEMBLE=do_assemble_illumos |
306 | 2024-05-14T17:34:41.102Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
307 | 2024-05-14T17:34:41.102Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-14T17:34:41.102Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-05-14T17:34:41.102Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
310 | 2024-05-14T17:34:41.102Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-05-14T17:34:41.102Z | + CIDL_SHA256FUNC=do_sha256sum |
312 | 2024-05-14T17:34:41.102Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2024-05-14T17:34:41.102Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
314 | 2024-05-14T17:34:41.102Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-05-14T17:34:41.102Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-05-14T17:34:41.102Z | + mkdir -p out/downloads |
317 | 2024-05-14T17:34:41.102Z | + mkdir -p ./out/cockroachdb |
318 | 2024-05-14T17:34:41.110Z | + local DO_DOWNLOAD=true |
319 | 2024-05-14T17:34:41.110Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
320 | 2024-05-14T17:34:41.110Z | + '[' true == true ']' |
321 | 2024-05-14T17:34:41.110Z | + echo Downloading... |
322 | 2024-05-14T17:34:41.111Z | Downloading... |
323 | 2024-05-14T17:34:41.111Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2024-05-14T17:34:41.111Z | + 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 |
325 | 2024-05-14T17:34:47.050Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2024-05-14T17:34:47.073Z | ++ sha256sum |
327 | 2024-05-14T17:34:47.073Z | ++ awk '{print $1}' |
328 | 2024-05-14T17:34:47.134Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
329 | 2024-05-14T17:34:47.134Z | + [[ 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 ]] |
330 | 2024-05-14T17:34:47.137Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
331 | 2024-05-14T17:34:47.137Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
332 | 2024-05-14T17:34:49.320Z | + do_assemble_illumos |
333 | 2024-05-14T17:34:49.321Z | + rm -r ./out/cockroachdb |
334 | 2024-05-14T17:34:49.327Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
335 | 2024-05-14T17:34:49.689Z | + ./out/cockroachdb/bin/cockroach version |
336 | 2024-05-14T17:34:49.847Z | Build Tag: v22.1.9-dirty |
337 | 2024-05-14T17:34:49.847Z | Build Time: 2022/10/26 21:17:46 |
338 | 2024-05-14T17:34:49.848Z | Distribution: OSS |
339 | 2024-05-14T17:34:49.848Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
340 | 2024-05-14T17:34:49.848Z | Go Version: go1.17.13 |
341 | 2024-05-14T17:34:49.848Z | C Compiler: gcc 10.3.0 |
342 | 2024-05-14T17:34:49.848Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
343 | 2024-05-14T17:34:49.848Z | Build Type: release |
344 | 2024-05-14T17:34:49.864Z | + set -o errexit |
345 | 2024-05-14T17:34:49.867Z | +++ dirname ./tools/ci_download_clickhouse |
346 | 2024-05-14T17:34:49.870Z | ++ cd ./tools |
347 | 2024-05-14T17:34:49.870Z | ++ pwd |
348 | 2024-05-14T17:34:49.871Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
349 | 2024-05-14T17:34:49.871Z | ++ basename ./tools/ci_download_clickhouse |
350 | 2024-05-14T17:34:49.871Z | + ARG0=ci_download_clickhouse |
351 | 2024-05-14T17:34:49.871Z | + TARGET_DIR=out |
352 | 2024-05-14T17:34:49.871Z | + DOWNLOAD_DIR=out/downloads |
353 | 2024-05-14T17:34:49.871Z | + DEST_DIR=./out/clickhouse |
354 | 2024-05-14T17:34:49.874Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
355 | 2024-05-14T17:34:49.875Z | + CIDL_VERSION=v23.8.7.24 |
356 | 2024-05-14T17:34:49.875Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
357 | 2024-05-14T17:34:49.875Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
358 | 2024-05-14T17:34:49.875Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
359 | 2024-05-14T17:34:49.875Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
360 | 2024-05-14T17:34:49.875Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
361 | 2024-05-14T17:34:49.875Z | + main |
362 | 2024-05-14T17:34:49.875Z | + [[ 0 != 0 ]] |
363 | 2024-05-14T17:34:49.875Z | + CIDL_OS=solaris2.11 |
364 | 2024-05-14T17:34:49.875Z | + [[ 0 != 0 ]] |
365 | 2024-05-14T17:34:49.875Z | + configure_os solaris2.11 |
366 | 2024-05-14T17:34:49.875Z | + echo 'current directory: /work/oxidecomputer/omicron' |
367 | 2024-05-14T17:34:49.875Z | current directory: /work/oxidecomputer/omicron |
368 | 2024-05-14T17:34:49.875Z | + echo 'configuring based on OS: "solaris2.11"' |
369 | 2024-05-14T17:34:49.875Z | configuring based on OS: "solaris2.11" |
370 | 2024-05-14T17:34:49.876Z | + CIDL_DASHREV= |
371 | 2024-05-14T17:34:49.876Z | + case "$1" in |
372 | 2024-05-14T17:34:49.876Z | + CIDL_PLATFORM=illumos |
373 | 2024-05-14T17:34:49.876Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
374 | 2024-05-14T17:34:49.876Z | + CIDL_MD5FUNC=do_md5sum |
375 | 2024-05-14T17:34:49.876Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
376 | 2024-05-14T17:34:49.876Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-05-14T17:34:49.876Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-05-14T17:34:49.876Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-05-14T17:34:49.876Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
380 | 2024-05-14T17:34:49.876Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-05-14T17:34:49.876Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
382 | 2024-05-14T17:34:49.876Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
383 | 2024-05-14T17:34:49.876Z | + mkdir -p out/downloads |
384 | 2024-05-14T17:34:49.884Z | + mkdir -p ./out/clickhouse |
385 | 2024-05-14T17:34:49.884Z | + local DO_DOWNLOAD=true |
386 | 2024-05-14T17:34:49.884Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
387 | 2024-05-14T17:34:49.884Z | + '[' true == true ']' |
388 | 2024-05-14T17:34:49.884Z | + echo Downloading... |
389 | 2024-05-14T17:34:49.884Z | Downloading... |
390 | 2024-05-14T17:34:49.884Z | + 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 |
391 | 2024-05-14T17:34:49.884Z | + 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 |
392 | 2024-05-14T17:34:51.477Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
393 | 2024-05-14T17:34:51.893Z | ++ md5sum |
394 | 2024-05-14T17:34:51.894Z | ++ awk '{print $1}' |
395 | 2024-05-14T17:34:51.901Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
396 | 2024-05-14T17:34:51.901Z | + [[ 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 ]] |
397 | 2024-05-14T17:34:51.901Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
398 | 2024-05-14T17:34:51.902Z | + mkdir -p ./out/clickhouse |
399 | 2024-05-14T17:34:51.902Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
400 | 2024-05-14T17:34:55.585Z | + [[ solaris2.11 == darwin* ]] |
401 | 2024-05-14T17:34:55.585Z | + ./out/clickhouse/clickhouse server --version |
402 | 2024-05-14T17:34:55.823Z | ClickHouse server version 23.8.7.1. |
403 | 2024-05-14T17:34:55.846Z | + set -o errexit |
404 | 2024-05-14T17:34:55.855Z | +++ dirname ./tools/ci_download_console |
405 | 2024-05-14T17:34:55.855Z | ++ cd ./tools |
406 | 2024-05-14T17:34:55.855Z | ++ pwd |
407 | 2024-05-14T17:34:55.855Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2024-05-14T17:34:55.855Z | ++ basename ./tools/ci_download_console |
409 | 2024-05-14T17:34:55.855Z | + ARG0=ci_download_console |
410 | 2024-05-14T17:34:55.856Z | + TARGET_DIR=out |
411 | 2024-05-14T17:34:55.856Z | + DOWNLOAD_DIR=out/downloads |
412 | 2024-05-14T17:34:55.856Z | + DEST_DIR=./out/console-assets |
413 | 2024-05-14T17:34:55.856Z | + source /work/oxidecomputer/omicron/tools/console_version |
414 | 2024-05-14T17:34:55.856Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
415 | 2024-05-14T17:34:55.856Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
416 | 2024-05-14T17:34:55.856Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
417 | 2024-05-14T17:34:55.856Z | + TARBALL_FILE=out/downloads/console.tar.gz |
418 | 2024-05-14T17:34:55.856Z | + main |
419 | 2024-05-14T17:34:55.856Z | + [[ 0 != 0 ]] |
420 | 2024-05-14T17:34:55.856Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
421 | 2024-05-14T17:34:55.856Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
422 | 2024-05-14T17:34:55.856Z | + echo 'Local file: out/downloads/console.tar.gz' |
423 | 2024-05-14T17:34:55.856Z | Local file: out/downloads/console.tar.gz |
424 | 2024-05-14T17:34:55.856Z | + local DO_DOWNLOAD=true |
425 | 2024-05-14T17:34:55.856Z | + [[ -f out/downloads/console.tar.gz ]] |
426 | 2024-05-14T17:34:55.856Z | + mkdir -p out/downloads |
427 | 2024-05-14T17:34:55.860Z | + '[' true == true ']' |
428 | 2024-05-14T17:34:55.860Z | + echo Downloading... |
429 | 2024-05-14T17:34:55.861Z | Downloading... |
430 | 2024-05-14T17:34:55.861Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
431 | 2024-05-14T17:34:55.861Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
432 | 2024-05-14T17:34:56.466Z | ++ do_sha256sum out/downloads/console.tar.gz |
433 | 2024-05-14T17:34:56.499Z | ++ case "$OSTYPE" in |
434 | 2024-05-14T17:34:56.499Z | ++ SHA=sha256sum |
435 | 2024-05-14T17:34:56.499Z | ++ sha256sum |
436 | 2024-05-14T17:34:56.499Z | ++ awk '{print $1}' |
437 | 2024-05-14T17:34:56.504Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
438 | 2024-05-14T17:34:56.504Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
439 | 2024-05-14T17:34:56.504Z | + rm -rf ./out/console-assets |
440 | 2024-05-14T17:34:56.504Z | + mkdir -p ./out/console-assets |
441 | 2024-05-14T17:34:56.505Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
442 | 2024-05-14T17:34:56.505Z | + mkdir -p ./out/console-assets |
443 | 2024-05-14T17:34:56.505Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
444 | 2024-05-14T17:34:56.653Z | + set -o errexit |
445 | 2024-05-14T17:34:56.665Z | +++ dirname ./tools/ci_download_dendrite_openapi |
446 | 2024-05-14T17:34:56.665Z | ++ cd ./tools |
447 | 2024-05-14T17:34:56.665Z | ++ pwd |
448 | 2024-05-14T17:34:56.666Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
449 | 2024-05-14T17:34:56.666Z | ++ basename ./tools/ci_download_dendrite_openapi |
450 | 2024-05-14T17:34:56.666Z | + ARG0=ci_download_dendrite_openapi |
451 | 2024-05-14T17:34:56.666Z | + TARGET_DIR=out |
452 | 2024-05-14T17:34:56.666Z | + DOWNLOAD_DIR=out/downloads |
453 | 2024-05-14T17:34:56.666Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
454 | 2024-05-14T17:34:56.666Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
455 | 2024-05-14T17:34:56.666Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
456 | 2024-05-14T17:34:56.666Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
457 | 2024-05-14T17:34:56.667Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
458 | 2024-05-14T17:34:56.667Z | + main |
459 | 2024-05-14T17:34:56.667Z | + [[ 0 != 0 ]] |
460 | 2024-05-14T17:34:56.667Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
461 | 2024-05-14T17:34:56.667Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
462 | 2024-05-14T17:34:56.667Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
463 | 2024-05-14T17:34:56.667Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
464 | 2024-05-14T17:34:56.667Z | + local DO_DOWNLOAD=true |
465 | 2024-05-14T17:34:56.667Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
466 | 2024-05-14T17:34:56.667Z | + mkdir -p out/downloads |
467 | 2024-05-14T17:34:56.667Z | + '[' true == true ']' |
468 | 2024-05-14T17:34:56.667Z | + echo Downloading... |
469 | 2024-05-14T17:34:56.667Z | Downloading... |
470 | 2024-05-14T17:34:56.668Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
471 | 2024-05-14T17:34:56.668Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
472 | 2024-05-14T17:34:57.567Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
473 | 2024-05-14T17:34:57.568Z | ++ case "$OSTYPE" in |
474 | 2024-05-14T17:34:57.727Z | ++ SHA=sha256sum |
475 | 2024-05-14T17:34:57.727Z | ++ sha256sum |
476 | 2024-05-14T17:34:57.727Z | ++ awk '{print $1}' |
477 | 2024-05-14T17:34:57.727Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
478 | 2024-05-14T17:34:57.727Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
479 | 2024-05-14T17:34:57.727Z | + set -o errexit |
480 | 2024-05-14T17:34:57.728Z | +++ dirname ./tools/ci_download_dendrite_stub |
481 | 2024-05-14T17:34:57.728Z | ++ cd ./tools |
482 | 2024-05-14T17:34:57.728Z | ++ pwd |
483 | 2024-05-14T17:34:57.728Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2024-05-14T17:34:57.728Z | ++ basename ./tools/ci_download_dendrite_stub |
485 | 2024-05-14T17:34:57.728Z | + ARG0=ci_download_dendrite_stub |
486 | 2024-05-14T17:34:57.728Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
487 | 2024-05-14T17:34:57.728Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
488 | 2024-05-14T17:34:57.729Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
489 | 2024-05-14T17:34:57.729Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
490 | 2024-05-14T17:34:57.729Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2024-05-14T17:34:57.729Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
492 | 2024-05-14T17:34:57.729Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
493 | 2024-05-14T17:34:57.729Z | + TARGET_DIR=out |
494 | 2024-05-14T17:34:57.729Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-05-14T17:34:57.729Z | + DEST_DIR=./out/dendrite-stub |
496 | 2024-05-14T17:34:57.730Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
497 | 2024-05-14T17:34:57.730Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
498 | 2024-05-14T17:34:57.730Z | + REPO=oxidecomputer/dendrite |
499 | 2024-05-14T17:34:57.730Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
500 | 2024-05-14T17:34:57.730Z | + main |
501 | 2024-05-14T17:34:57.730Z | + [[ 0 != 0 ]] |
502 | 2024-05-14T17:34:57.730Z | + CIDL_OS=solaris2.11 |
503 | 2024-05-14T17:34:57.730Z | + [[ 0 != 0 ]] |
504 | 2024-05-14T17:34:57.730Z | + configure_os solaris2.11 |
505 | 2024-05-14T17:34:57.730Z | + echo 'current directory: /work/oxidecomputer/omicron' |
506 | 2024-05-14T17:34:57.730Z | current directory: /work/oxidecomputer/omicron |
507 | 2024-05-14T17:34:57.731Z | + echo 'configuring based on OS: "solaris2.11"' |
508 | 2024-05-14T17:34:57.731Z | + case "$1" in |
509 | 2024-05-14T17:34:57.731Z | configuring based on OS: "solaris2.11" |
510 | 2024-05-14T17:34:57.731Z | + SET_BINARIES= |
511 | 2024-05-14T17:34:57.731Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
512 | 2024-05-14T17:34:57.731Z | + CIDL_SHA256FUNC=do_sha256sum |
513 | 2024-05-14T17:34:57.731Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
514 | 2024-05-14T17:34:57.731Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
515 | 2024-05-14T17:34:57.731Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
516 | 2024-05-14T17:34:57.731Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
517 | 2024-05-14T17:34:57.731Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
518 | 2024-05-14T17:34:57.732Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
519 | 2024-05-14T17:34:57.732Z | Local file: out/downloads/dendrite-stub.tar.gz |
520 | 2024-05-14T17:34:57.732Z | + mkdir -p out/downloads |
521 | 2024-05-14T17:34:57.732Z | + mkdir -p ./out/dendrite-stub |
522 | 2024-05-14T17:34:57.732Z | + fetch_and_verify |
523 | 2024-05-14T17:34:57.732Z | + local DO_DOWNLOAD=true |
524 | 2024-05-14T17:34:57.732Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
525 | 2024-05-14T17:34:57.732Z | + '[' true == true ']' |
526 | 2024-05-14T17:34:57.732Z | + echo Downloading... |
527 | 2024-05-14T17:34:57.732Z | Downloading... |
528 | 2024-05-14T17:34:57.732Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
529 | 2024-05-14T17:34:57.733Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
530 | 2024-05-14T17:35:14.734Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
531 | 2024-05-14T17:35:14.738Z | ++ sha256sum |
532 | 2024-05-14T17:35:14.738Z | ++ awk '{print $1}' |
533 | 2024-05-14T17:35:14.754Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
534 | 2024-05-14T17:35:14.759Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
535 | 2024-05-14T17:35:14.759Z | + do_untar out/downloads/dendrite-stub.tar.gz |
536 | 2024-05-14T17:35:14.759Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
537 | 2024-05-14T17:35:15.379Z | + do_assemble |
538 | 2024-05-14T17:35:15.380Z | + rm -r ./out/dendrite-stub |
539 | 2024-05-14T17:35:15.384Z | + mkdir ./out/dendrite-stub |
540 | 2024-05-14T17:35:15.384Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
541 | 2024-05-14T17:35:15.463Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
542 | 2024-05-14T17:35:15.472Z | + set -o errexit |
543 | 2024-05-14T17:35:15.476Z | +++ dirname ./tools/ci_download_maghemite_mgd |
544 | 2024-05-14T17:35:15.476Z | ++ cd ./tools |
545 | 2024-05-14T17:35:15.477Z | ++ pwd |
546 | 2024-05-14T17:35:15.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
547 | 2024-05-14T17:35:15.482Z | ++ basename ./tools/ci_download_maghemite_mgd |
548 | 2024-05-14T17:35:15.482Z | + ARG0=ci_download_maghemite_mgd |
549 | 2024-05-14T17:35:15.482Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
550 | 2024-05-14T17:35:15.483Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
551 | 2024-05-14T17:35:15.483Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
552 | 2024-05-14T17:35:15.483Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
553 | 2024-05-14T17:35:15.483Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
554 | 2024-05-14T17:35:15.483Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
555 | 2024-05-14T17:35:15.483Z | + TARGET_DIR=out |
556 | 2024-05-14T17:35:15.484Z | + DOWNLOAD_DIR=out/downloads |
557 | 2024-05-14T17:35:15.484Z | + DEST_DIR=./out/mgd |
558 | 2024-05-14T17:35:15.484Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
559 | 2024-05-14T17:35:15.485Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
560 | 2024-05-14T17:35:15.485Z | + REPO=oxidecomputer/maghemite |
561 | 2024-05-14T17:35:15.485Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
562 | 2024-05-14T17:35:15.485Z | + main |
563 | 2024-05-14T17:35:15.485Z | + rm -rf out/downloads/root |
564 | 2024-05-14T17:35:15.503Z | + [[ 0 != 0 ]] |
565 | 2024-05-14T17:35:15.503Z | + CIDL_OS=solaris2.11 |
566 | 2024-05-14T17:35:15.503Z | + [[ 0 != 0 ]] |
567 | 2024-05-14T17:35:15.504Z | + configure_os solaris2.11 |
568 | 2024-05-14T17:35:15.504Z | + echo 'current directory: /work/oxidecomputer/omicron' |
569 | 2024-05-14T17:35:15.504Z | current directory: /work/oxidecomputer/omicron |
570 | 2024-05-14T17:35:15.504Z | configuring based on OS: "solaris2.11" |
571 | 2024-05-14T17:35:15.504Z | + echo 'configuring based on OS: "solaris2.11"' |
572 | 2024-05-14T17:35:15.504Z | + case "$1" in |
573 | 2024-05-14T17:35:15.504Z | + SET_BINARIES= |
574 | 2024-05-14T17:35:15.505Z | + CIDL_SHA256FUNC=do_sha256sum |
575 | 2024-05-14T17:35:15.505Z | + TARBALL_FILENAME=mgd.tar.gz |
576 | 2024-05-14T17:35:15.505Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
577 | 2024-05-14T17:35:15.505Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
578 | 2024-05-14T17:35:15.505Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
579 | 2024-05-14T17:35:15.506Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
580 | 2024-05-14T17:35:15.506Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
581 | 2024-05-14T17:35:15.506Z | Local file: out/downloads/mgd.tar.gz |
582 | 2024-05-14T17:35:15.507Z | + mkdir -p out/downloads |
583 | 2024-05-14T17:35:15.507Z | + mkdir -p ./out/mgd |
584 | 2024-05-14T17:35:15.507Z | + fetch_and_verify |
585 | 2024-05-14T17:35:15.507Z | + local DO_DOWNLOAD=true |
586 | 2024-05-14T17:35:15.508Z | + [[ -f out/downloads/mgd.tar.gz ]] |
587 | 2024-05-14T17:35:15.508Z | + '[' true == true ']' |
588 | 2024-05-14T17:35:15.508Z | + echo Downloading... |
589 | 2024-05-14T17:35:15.508Z | Downloading... |
590 | 2024-05-14T17:35:15.508Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
591 | 2024-05-14T17:35:15.509Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
592 | 2024-05-14T17:35:28.259Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
593 | 2024-05-14T17:35:28.263Z | ++ sha256sum |
594 | 2024-05-14T17:35:28.263Z | ++ awk '{print $1}' |
595 | 2024-05-14T17:35:28.280Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
596 | 2024-05-14T17:35:28.285Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
597 | 2024-05-14T17:35:28.285Z | + do_untar out/downloads/mgd.tar.gz |
598 | 2024-05-14T17:35:28.285Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
599 | 2024-05-14T17:35:28.883Z | + do_assemble |
600 | 2024-05-14T17:35:28.883Z | + rm -r ./out/mgd |
601 | 2024-05-14T17:35:28.906Z | + mkdir ./out/mgd |
602 | 2024-05-14T17:35:28.906Z | + cp -r out/downloads/root ./out/mgd/root |
603 | 2024-05-14T17:35:28.948Z | + set -o errexit |
604 | 2024-05-14T17:35:28.963Z | +++ dirname ./tools/ci_download_transceiver_control |
605 | 2024-05-14T17:35:28.963Z | ++ cd ./tools |
606 | 2024-05-14T17:35:28.963Z | ++ pwd |
607 | 2024-05-14T17:35:28.963Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
608 | 2024-05-14T17:35:28.964Z | ++ basename ./tools/ci_download_transceiver_control |
609 | 2024-05-14T17:35:28.964Z | + ARG0=ci_download_transceiver_control |
610 | 2024-05-14T17:35:28.964Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
611 | 2024-05-14T17:35:28.964Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
612 | 2024-05-14T17:35:28.964Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
613 | 2024-05-14T17:35:28.964Z | + TARGET_DIR=out |
614 | 2024-05-14T17:35:28.965Z | + DOWNLOAD_DIR=out/downloads |
615 | 2024-05-14T17:35:28.965Z | + DEST_DIR=./out/transceiver-control |
616 | 2024-05-14T17:35:28.965Z | + BIN_DIR=/opt/oxide/bin |
617 | 2024-05-14T17:35:28.965Z | + BINARY=xcvradm |
618 | 2024-05-14T17:35:28.965Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
619 | 2024-05-14T17:35:28.965Z | + REPO=oxidecomputer/transceiver-control |
620 | 2024-05-14T17:35:28.965Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
621 | 2024-05-14T17:35:28.965Z | + main |
622 | 2024-05-14T17:35:28.966Z | + [[ 0 != 0 ]] |
623 | 2024-05-14T17:35:28.966Z | + CIDL_OS=solaris2.11 |
624 | 2024-05-14T17:35:28.966Z | + [[ 0 != 0 ]] |
625 | 2024-05-14T17:35:28.966Z | + configure_os solaris2.11 |
626 | 2024-05-14T17:35:28.966Z | + echo 'current directory: /work/oxidecomputer/omicron' |
627 | 2024-05-14T17:35:28.966Z | + echo 'configuring based on OS: "solaris2.11"' |
628 | 2024-05-14T17:35:28.966Z | + case "$1" in |
629 | 2024-05-14T17:35:28.966Z | + SET_BINARIES= |
630 | 2024-05-14T17:35:28.966Z | current directory: /work/oxidecomputer/omicron |
631 | 2024-05-14T17:35:28.966Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2024-05-14T17:35:28.967Z | + CIDL_SHA256FUNC=do_sha256sum |
633 | 2024-05-14T17:35:28.967Z | + ARCHIVE_FILENAME=xcvradm.gz |
634 | 2024-05-14T17:35:28.967Z | configuring based on OS: "solaris2.11" |
635 | 2024-05-14T17:35:28.967Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
636 | 2024-05-14T17:35:28.967Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
637 | 2024-05-14T17:35:28.967Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
638 | 2024-05-14T17:35:28.967Z | + echo 'Local file: out/downloads/xcvradm.gz' |
639 | 2024-05-14T17:35:28.967Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
640 | 2024-05-14T17:35:28.967Z | + mkdir -p out/downloads |
641 | 2024-05-14T17:35:28.967Z | Local file: out/downloads/xcvradm.gz |
642 | 2024-05-14T17:35:28.967Z | + mkdir -p ./out/transceiver-control |
643 | 2024-05-14T17:35:28.967Z | + fetch_and_verify |
644 | 2024-05-14T17:35:28.967Z | + local DO_DOWNLOAD=true |
645 | 2024-05-14T17:35:28.967Z | + [[ -f out/downloads/xcvradm.gz ]] |
646 | 2024-05-14T17:35:28.967Z | + '[' true == true ']' |
647 | 2024-05-14T17:35:28.967Z | + echo Downloading... |
648 | 2024-05-14T17:35:28.967Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
649 | 2024-05-14T17:35:28.967Z | Downloading... |
650 | 2024-05-14T17:35:28.967Z | + 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 |
651 | 2024-05-14T17:35:31.312Z | ++ do_sha256sum out/downloads/xcvradm.gz |
652 | 2024-05-14T17:35:31.318Z | ++ sha256sum |
653 | 2024-05-14T17:35:31.318Z | ++ awk '{print $1}' |
654 | 2024-05-14T17:35:31.322Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-05-14T17:35:31.322Z | + [[ 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 ]] |
656 | 2024-05-14T17:35:31.323Z | + do_unpack out/downloads/xcvradm.gz |
657 | 2024-05-14T17:35:31.323Z | + mkdir -p out/downloads/root//opt/oxide/bin |
658 | 2024-05-14T17:35:31.327Z | + gzip -dc out/downloads/xcvradm.gz |
659 | 2024-05-14T17:35:31.440Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
660 | 2024-05-14T17:35:31.446Z | + do_assemble |
661 | 2024-05-14T17:35:31.447Z | + rm -r ./out/transceiver-control |
662 | 2024-05-14T17:35:31.447Z | + mkdir ./out/transceiver-control |
663 | 2024-05-14T17:35:31.450Z | + cp -r out/downloads/root ./out/transceiver-control/root |
664 | 2024-05-14T17:35:31.535Z | + set -o errexit |
665 | 2024-05-14T17:35:31.553Z | +++ dirname ./tools/ci_download_thundermuffin |
666 | 2024-05-14T17:35:31.553Z | ++ cd ./tools |
667 | 2024-05-14T17:35:31.553Z | ++ pwd |
668 | 2024-05-14T17:35:31.554Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
669 | 2024-05-14T17:35:31.554Z | ++ basename ./tools/ci_download_thundermuffin |
670 | 2024-05-14T17:35:31.554Z | + ARG0=ci_download_thundermuffin |
671 | 2024-05-14T17:35:31.554Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
672 | 2024-05-14T17:35:31.555Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
673 | 2024-05-14T17:35:31.555Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
674 | 2024-05-14T17:35:31.555Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
675 | 2024-05-14T17:35:31.555Z | + TARGET_DIR=out |
676 | 2024-05-14T17:35:31.555Z | + DOWNLOAD_DIR=out/downloads |
677 | 2024-05-14T17:35:31.555Z | + DEST_DIR=./out/thundermuffin |
678 | 2024-05-14T17:35:31.555Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
679 | 2024-05-14T17:35:31.555Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
680 | 2024-05-14T17:35:31.555Z | + REPO=oxidecomputer/thundermuffin |
681 | 2024-05-14T17:35:31.556Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
682 | 2024-05-14T17:35:31.556Z | + main |
683 | 2024-05-14T17:35:31.556Z | + rm -rf out/downloads/root |
684 | 2024-05-14T17:35:31.571Z | + [[ 0 != 0 ]] |
685 | 2024-05-14T17:35:31.571Z | + CIDL_OS=solaris2.11 |
686 | 2024-05-14T17:35:31.572Z | + [[ 0 != 0 ]] |
687 | 2024-05-14T17:35:31.572Z | + configure_os solaris2.11 |
688 | 2024-05-14T17:35:31.572Z | + echo 'current directory: /work/oxidecomputer/omicron' |
689 | 2024-05-14T17:35:31.572Z | current directory: /work/oxidecomputer/omicron |
690 | 2024-05-14T17:35:31.572Z | configuring based on OS: "solaris2.11" |
691 | 2024-05-14T17:35:31.573Z | + echo 'configuring based on OS: "solaris2.11"' |
692 | 2024-05-14T17:35:31.573Z | + case "$1" in |
693 | 2024-05-14T17:35:31.573Z | + SET_BINARIES= |
694 | 2024-05-14T17:35:31.573Z | + CIDL_SHA256FUNC=do_sha256sum |
695 | 2024-05-14T17:35:31.573Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
696 | 2024-05-14T17:35:31.573Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
697 | 2024-05-14T17:35:31.574Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
698 | 2024-05-14T17:35:31.574Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
699 | 2024-05-14T17:35:31.574Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
700 | 2024-05-14T17:35:31.574Z | Local file: out/downloads/thundermuffin.tar.gz |
701 | 2024-05-14T17:35:31.574Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
702 | 2024-05-14T17:35:31.575Z | + mkdir -p out/downloads |
703 | 2024-05-14T17:35:31.575Z | + mkdir -p ./out/thundermuffin |
704 | 2024-05-14T17:35:31.575Z | + fetch_and_verify |
705 | 2024-05-14T17:35:31.575Z | + local DO_DOWNLOAD=true |
706 | 2024-05-14T17:35:31.575Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
707 | 2024-05-14T17:35:31.576Z | + '[' true == true ']' |
708 | 2024-05-14T17:35:31.576Z | + echo Downloading... |
709 | 2024-05-14T17:35:31.576Z | Downloading... |
710 | 2024-05-14T17:35:31.576Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
711 | 2024-05-14T17:35:31.576Z | + 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 |
712 | 2024-05-14T17:35:34.336Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
713 | 2024-05-14T17:35:34.350Z | ++ sha256sum |
714 | 2024-05-14T17:35:34.351Z | ++ awk '{print $1}' |
715 | 2024-05-14T17:35:34.351Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
716 | 2024-05-14T17:35:34.351Z | + [[ 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 ]] |
717 | 2024-05-14T17:35:34.351Z | + do_untar out/downloads/thundermuffin.tar.gz |
718 | 2024-05-14T17:35:34.351Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
719 | 2024-05-14T17:35:34.394Z | + do_assemble |
720 | 2024-05-14T17:35:34.395Z | + rm -r ./out/thundermuffin |
721 | 2024-05-14T17:35:34.406Z | + mkdir ./out/thundermuffin |
722 | 2024-05-14T17:35:34.406Z | + cp -r out/downloads/root ./out/thundermuffin/root |
723 | 2024-05-14T17:35:34.573Z | All builder prerequisites installed successfully, and PATH looks valid |
724 | 2024-05-14T17:35:34.580Z | |
725 | 2024-05-14T17:35:34.580Z | real 2:15.130764969 |
726 | 2024-05-14T17:35:34.580Z | user 36.637906292 |
727 | 2024-05-14T17:35:34.580Z | sys 6.733863342 |
728 | 2024-05-14T17:35:34.580Z | trap 0.009335413 |
729 | 2024-05-14T17:35:34.580Z | tflt 0.165728478 |
730 | 2024-05-14T17:35:34.580Z | dflt 0.217373758 |
731 | 2024-05-14T17:35:34.580Z | kflt 0.165742157 |
732 | 2024-05-14T17:35:34.580Z | lock 1.250987481 |
733 | 2024-05-14T17:35:34.580Z | slp 4:46.509840529 |
734 | 2024-05-14T17:35:34.580Z | lat 2.099603022 |
735 | 2024-05-14T17:35:34.580Z | stop 0.134094376 |
736 | 2024-05-14T17:35:34.580Z | |
737 | 2024-05-14T17:35:34.580Z | #### # # ##### ##### # # |
738 | 2024-05-14T17:35:34.581Z | # # # # # # # # # # |
739 | 2024-05-14T17:35:34.581Z | # # # # # # # # |
740 | 2024-05-14T17:35:34.581Z | # # # ##### ##### # |
741 | 2024-05-14T17:35:34.581Z | # # # # # # # |
742 | 2024-05-14T17:35:34.581Z | #### ###### # # # # |
743 | 2024-05-14T17:35:34.581Z | |
744 | 2024-05-14T17:35:34.777Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
745 | 2024-05-14T17:35:35.134Z | Updating git repository `https://github.com/oxidecomputer/zone` |
746 | 2024-05-14T17:35:35.473Z | Updating crates.io index |
747 | 2024-05-14T17:35:35.482Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
748 | 2024-05-14T17:35:36.395Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
749 | 2024-05-14T17:35:37.098Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
750 | 2024-05-14T17:35:39.170Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
751 | 2024-05-14T17:35:39.685Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
752 | 2024-05-14T17:35:39.976Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2024-05-14T17:35:41.106Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
754 | 2024-05-14T17:35:42.970Z | Updating git repository `https://github.com/oxidecomputer/opte` |
755 | 2024-05-14T17:35:44.034Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
756 | 2024-05-14T17:35:44.760Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
757 | 2024-05-14T17:35:45.059Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
758 | 2024-05-14T17:35:45.648Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
759 | 2024-05-14T17:35:45.991Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
760 | 2024-05-14T17:35:46.312Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
761 | 2024-05-14T17:35:46.662Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
762 | 2024-05-14T17:35:47.375Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
763 | 2024-05-14T17:35:47.399Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
764 | 2024-05-14T17:35:47.672Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
765 | 2024-05-14T17:35:47.958Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
766 | 2024-05-14T17:35:48.356Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
767 | 2024-05-14T17:35:48.824Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
768 | 2024-05-14T17:35:49.154Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
769 | 2024-05-14T17:35:49.791Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
770 | 2024-05-14T17:35:50.156Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
771 | 2024-05-14T17:35:50.492Z | Updating git repository `https://github.com/jgallagher/nix` |
772 | 2024-05-14T17:35:51.452Z | Updating git repository `https://github.com/cbiffle/hubpack` |
773 | 2024-05-14T17:35:53.383Z | Updating git repository `https://github.com/oxidecomputer/typify` |
774 | 2024-05-14T17:35:53.825Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
775 | 2024-05-14T17:35:54.223Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
776 | 2024-05-14T17:35:54.501Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
777 | 2024-05-14T17:35:55.128Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
778 | 2024-05-14T17:35:56.189Z | Downloading crates ... |
779 | 2024-05-14T17:35:56.273Z | Downloaded anstream v0.6.11 |
780 | 2024-05-14T17:35:56.277Z | Downloaded clap v4.5.4 |
781 | 2024-05-14T17:35:56.282Z | Downloaded clap_lex v0.7.0 |
782 | 2024-05-14T17:35:56.287Z | Downloaded colorchoice v1.0.0 |
783 | 2024-05-14T17:35:56.290Z | Downloaded bitflags v2.4.2 |
784 | 2024-05-14T17:35:56.294Z | Downloaded swrite v0.1.0 |
785 | 2024-05-14T17:35:56.308Z | Downloaded equivalent v1.0.1 |
786 | 2024-05-14T17:35:56.317Z | Downloaded autocfg v1.1.0 |
787 | 2024-05-14T17:35:56.322Z | Downloaded anstyle-query v1.0.0 |
788 | 2024-05-14T17:35:56.322Z | Downloaded anstyle v1.0.7 |
789 | 2024-05-14T17:35:56.326Z | Downloaded errno v0.3.8 |
790 | 2024-05-14T17:35:56.326Z | Downloaded terminal_size v0.3.0 |
791 | 2024-05-14T17:35:56.330Z | Downloaded strsim v0.11.0 |
792 | 2024-05-14T17:35:56.330Z | Downloaded itoa v1.0.9 |
793 | 2024-05-14T17:35:56.331Z | Downloaded thiserror v1.0.59 |
794 | 2024-05-14T17:35:56.335Z | Downloaded fs-err v2.11.0 |
795 | 2024-05-14T17:35:56.340Z | Downloaded serde_spanned v0.6.5 |
796 | 2024-05-14T17:35:56.344Z | Downloaded camino v1.1.6 |
797 | 2024-05-14T17:35:56.348Z | Downloaded thiserror-impl v1.0.59 |
798 | 2024-05-14T17:35:56.348Z | Downloaded utf8parse v0.2.1 |
799 | 2024-05-14T17:35:56.348Z | Downloaded toml_datetime v0.6.5 |
800 | 2024-05-14T17:35:56.355Z | Downloaded macaddr v1.0.1 |
801 | 2024-05-14T17:35:56.355Z | Downloaded clap_derive v4.5.4 |
802 | 2024-05-14T17:35:56.360Z | Downloaded cargo_toml v0.20.2 |
803 | 2024-05-14T17:35:56.360Z | Downloaded anstyle-parse v0.2.1 |
804 | 2024-05-14T17:35:56.360Z | Downloaded cargo-platform v0.1.3 |
805 | 2024-05-14T17:35:56.379Z | Downloaded cargo_metadata v0.18.1 |
806 | 2024-05-14T17:35:56.388Z | Downloaded quote v1.0.36 |
807 | 2024-05-14T17:35:56.388Z | Downloaded unicode-ident v1.0.12 |
808 | 2024-05-14T17:35:56.388Z | Downloaded semver v1.0.22 |
809 | 2024-05-14T17:35:56.389Z | Downloaded anyhow v1.0.83 |
810 | 2024-05-14T17:35:56.389Z | Downloaded proc-macro2 v1.0.81 |
811 | 2024-05-14T17:35:56.389Z | Downloaded toml v0.8.12 |
812 | 2024-05-14T17:35:56.399Z | Downloaded heck v0.5.0 |
813 | 2024-05-14T17:35:56.401Z | Downloaded ryu v1.0.15 |
814 | 2024-05-14T17:35:56.401Z | Downloaded serde_derive v1.0.201 |
815 | 2024-05-14T17:35:56.429Z | Downloaded serde v1.0.201 |
816 | 2024-05-14T17:35:56.445Z | Downloaded indexmap v2.2.6 |
817 | 2024-05-14T17:35:56.445Z | Downloaded toml_edit v0.22.12 |
818 | 2024-05-14T17:35:56.469Z | Downloaded memchr v2.7.1 |
819 | 2024-05-14T17:35:56.480Z | Downloaded winnow v0.6.1 |
820 | 2024-05-14T17:35:56.481Z | Downloaded serde_json v1.0.116 |
821 | 2024-05-14T17:35:56.499Z | Downloaded hashbrown v0.14.3 |
822 | 2024-05-14T17:35:56.500Z | Downloaded clap_builder v4.5.2 |
823 | 2024-05-14T17:35:56.500Z | Downloaded syn v2.0.60 |
824 | 2024-05-14T17:35:56.514Z | Downloaded rustix v0.38.31 |
825 | 2024-05-14T17:35:56.548Z | Downloaded libc v0.2.153 |
826 | 2024-05-14T17:35:56.798Z | Compiling proc-macro2 v1.0.81 |
827 | 2024-05-14T17:35:56.803Z | Compiling unicode-ident v1.0.12 |
828 | 2024-05-14T17:35:56.803Z | Compiling serde v1.0.201 |
829 | 2024-05-14T17:35:56.803Z | Compiling libc v0.2.153 |
830 | 2024-05-14T17:35:56.803Z | Compiling rustix v0.38.31 |
831 | 2024-05-14T17:35:56.803Z | Compiling equivalent v1.0.1 |
832 | 2024-05-14T17:35:56.822Z | Compiling bitflags v2.4.2 |
833 | 2024-05-14T17:35:56.825Z | Compiling hashbrown v0.14.3 |
834 | 2024-05-14T17:35:57.017Z | Compiling utf8parse v0.2.1 |
835 | 2024-05-14T17:35:57.053Z | Compiling winnow v0.6.1 |
836 | 2024-05-14T17:35:57.169Z | Compiling anstyle-parse v0.2.1 |
837 | 2024-05-14T17:35:57.247Z | Compiling thiserror v1.0.59 |
838 | 2024-05-14T17:35:57.444Z | Compiling autocfg v1.1.0 |
839 | 2024-05-14T17:35:57.944Z | Compiling indexmap v2.2.6 |
840 | 2024-05-14T17:35:58.018Z | Compiling camino v1.1.6 |
841 | 2024-05-14T17:35:58.624Z | Compiling colorchoice v1.0.0 |
842 | 2024-05-14T17:35:58.624Z | Compiling semver v1.0.22 |
843 | 2024-05-14T17:35:58.763Z | Compiling serde_json v1.0.116 |
844 | 2024-05-14T17:35:59.183Z | Compiling anstyle v1.0.7 |
845 | 2024-05-14T17:35:59.183Z | Compiling anstyle-query v1.0.0 |
846 | 2024-05-14T17:35:59.183Z | Compiling fs-err v2.11.0 |
847 | 2024-05-14T17:35:59.183Z | Compiling anyhow v1.0.83 |
848 | 2024-05-14T17:35:59.184Z | Compiling strsim v0.11.0 |
849 | 2024-05-14T17:35:59.184Z | Compiling anstream v0.6.11 |
850 | 2024-05-14T17:35:59.226Z | Compiling itoa v1.0.9 |
851 | 2024-05-14T17:35:59.241Z | Compiling ryu v1.0.15 |
852 | 2024-05-14T17:35:59.441Z | Compiling clap_lex v0.7.0 |
853 | 2024-05-14T17:35:59.549Z | Compiling quote v1.0.36 |
854 | 2024-05-14T17:35:59.622Z | Compiling heck v0.5.0 |
855 | 2024-05-14T17:35:59.842Z | Compiling errno v0.3.8 |
856 | 2024-05-14T17:35:59.923Z | Compiling syn v2.0.60 |
857 | 2024-05-14T17:36:00.101Z | Compiling swrite v0.1.0 |
858 | 2024-05-14T17:36:00.764Z | Compiling terminal_size v0.3.0 |
859 | 2024-05-14T17:36:00.849Z | Compiling clap_builder v4.5.2 |
860 | 2024-05-14T17:36:04.770Z | Compiling serde_derive v1.0.201 |
861 | 2024-05-14T17:36:04.770Z | Compiling thiserror-impl v1.0.59 |
862 | 2024-05-14T17:36:04.795Z | Compiling clap_derive v4.5.4 |
863 | 2024-05-14T17:36:07.181Z | Compiling clap v4.5.4 |
864 | 2024-05-14T17:36:12.225Z | Compiling serde_spanned v0.6.5 |
865 | 2024-05-14T17:36:12.225Z | Compiling toml_datetime v0.6.5 |
866 | 2024-05-14T17:36:12.236Z | Compiling cargo-platform v0.1.3 |
867 | 2024-05-14T17:36:12.236Z | Compiling macaddr v1.0.1 |
868 | 2024-05-14T17:36:12.464Z | Compiling toml_edit v0.22.12 |
869 | 2024-05-14T17:36:13.561Z | Compiling cargo_metadata v0.18.1 |
870 | 2024-05-14T17:36:14.414Z | Compiling toml v0.8.12 |
871 | 2024-05-14T17:36:15.193Z | Compiling cargo_toml v0.20.2 |
872 | 2024-05-14T17:36:18.389Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
873 | 2024-05-14T17:36:20.677Z | Finished dev [unoptimized + debuginfo] target(s) in 46.05s |
874 | 2024-05-14T17:36:20.882Z | Running `target/debug/xtask clippy` |
875 | 2024-05-14T17:36:20.922Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
876 | 2024-05-14T17:36:21.486Z | Downloading crates ... |
877 | 2024-05-14T17:36:21.600Z | Downloaded arrayref v0.3.7 |
878 | 2024-05-14T17:36:21.610Z | Downloaded addr2line v0.21.0 |
879 | 2024-05-14T17:36:21.610Z | Downloaded ascii-canvas v3.0.0 |
880 | 2024-05-14T17:36:21.610Z | Downloaded aho-corasick v1.1.2 |
881 | 2024-05-14T17:36:21.610Z | Downloaded array-init v0.0.4 |
882 | 2024-05-14T17:36:21.611Z | Downloaded argon2 v0.5.3 |
883 | 2024-05-14T17:36:21.611Z | Downloaded approx v0.5.1 |
884 | 2024-05-14T17:36:21.619Z | Downloaded arrayvec v0.7.4 |
885 | 2024-05-14T17:36:21.620Z | Downloaded atomic-waker v1.1.1 |
886 | 2024-05-14T17:36:21.620Z | Downloaded async-stream-impl v0.3.5 |
887 | 2024-05-14T17:36:21.620Z | Downloaded ahash v0.8.8 |
888 | 2024-05-14T17:36:21.620Z | Downloaded async-recursion v1.1.1 |
889 | 2024-05-14T17:36:21.620Z | Downloaded anes v0.1.6 |
890 | 2024-05-14T17:36:21.649Z | Downloaded atty v0.2.14 |
891 | 2024-05-14T17:36:21.650Z | Downloaded async-stream v0.3.5 |
892 | 2024-05-14T17:36:21.650Z | Downloaded backoff v0.4.0 |
893 | 2024-05-14T17:36:21.650Z | Downloaded ciborium-io v0.2.2 |
894 | 2024-05-14T17:36:21.651Z | Downloaded atomicwrites v0.4.3 |
895 | 2024-05-14T17:36:21.651Z | Downloaded async-trait v0.1.80 |
896 | 2024-05-14T17:36:21.658Z | Downloaded camino-tempfile v1.1.1 |
897 | 2024-05-14T17:36:21.658Z | Downloaded ascii v1.1.0 |
898 | 2024-05-14T17:36:21.658Z | Downloaded backtrace v0.3.69 |
899 | 2024-05-14T17:36:21.659Z | Downloaded arc-swap v1.6.0 |
900 | 2024-05-14T17:36:21.659Z | Downloaded bzip2 v0.4.4 |
901 | 2024-05-14T17:36:21.659Z | Downloaded assert_cmd v2.0.14 |
902 | 2024-05-14T17:36:21.660Z | Downloaded assert_matches v1.5.0 |
903 | 2024-05-14T17:36:21.660Z | Downloaded allocator-api2 v0.2.16 |
904 | 2024-05-14T17:36:21.660Z | Downloaded cancel-safe-futures v0.1.5 |
905 | 2024-05-14T17:36:21.660Z | Downloaded byteorder v1.5.0 |
906 | 2024-05-14T17:36:21.660Z | Downloaded bitstruct_derive v0.1.0 |
907 | 2024-05-14T17:36:21.661Z | Downloaded bitfield v0.14.0 |
908 | 2024-05-14T17:36:21.661Z | Downloaded base64 v0.22.1 |
909 | 2024-05-14T17:36:21.684Z | Downloaded adler v1.0.2 |
910 | 2024-05-14T17:36:21.684Z | Downloaded aead v0.5.2 |
911 | 2024-05-14T17:36:21.693Z | Downloaded bitstruct v0.1.1 |
912 | 2024-05-14T17:36:21.693Z | Downloaded cobs v0.2.3 |
913 | 2024-05-14T17:36:21.693Z | Downloaded bytecount v0.6.3 |
914 | 2024-05-14T17:36:21.693Z | Downloaded base64 v0.13.1 |
915 | 2024-05-14T17:36:21.700Z | Downloaded cfg_aliases v0.1.1 |
916 | 2024-05-14T17:36:21.700Z | Downloaded cpufeatures v0.2.12 |
917 | 2024-05-14T17:36:21.700Z | Downloaded convert_case v0.4.0 |
918 | 2024-05-14T17:36:21.710Z | Downloaded headers-core v0.2.0 |
919 | 2024-05-14T17:36:21.710Z | Downloaded constant_time_eq v0.3.0 |
920 | 2024-05-14T17:36:21.710Z | Downloaded ciborium-ll v0.2.2 |
921 | 2024-05-14T17:36:21.710Z | Downloaded castaway v0.2.2 |
922 | 2024-05-14T17:36:21.711Z | Downloaded heck v0.3.3 |
923 | 2024-05-14T17:36:21.716Z | Downloaded cassowary v0.3.0 |
924 | 2024-05-14T17:36:21.716Z | Downloaded buf-list v1.0.3 |
925 | 2024-05-14T17:36:21.716Z | Downloaded heapless v0.7.16 |
926 | 2024-05-14T17:36:21.732Z | Downloaded corncobs v0.1.3 |
927 | 2024-05-14T17:36:21.736Z | Downloaded cipher v0.4.4 |
928 | 2024-05-14T17:36:21.736Z | Downloaded cast v0.3.0 |
929 | 2024-05-14T17:36:21.736Z | Downloaded bit-set v0.5.3 |
930 | 2024-05-14T17:36:21.736Z | Downloaded bitflags v1.3.2 |
931 | 2024-05-14T17:36:21.736Z | Downloaded ident_case v1.0.1 |
932 | 2024-05-14T17:36:21.736Z | Downloaded hubpack_derive v0.1.1 |
933 | 2024-05-14T17:36:21.736Z | Downloaded crunchy v0.2.2 |
934 | 2024-05-14T17:36:21.737Z | Downloaded crucible-workspace-hack v0.1.0 |
935 | 2024-05-14T17:36:21.737Z | Downloaded http-body v1.0.0 |
936 | 2024-05-14T17:36:21.737Z | Downloaded heck v0.4.1 |
937 | 2024-05-14T17:36:21.741Z | Downloaded bit-vec v0.6.3 |
938 | 2024-05-14T17:36:21.742Z | Downloaded bb8 v0.8.3 |
939 | 2024-05-14T17:36:21.742Z | Downloaded base16ct v0.2.0 |
940 | 2024-05-14T17:36:21.742Z | Downloaded chacha20 v0.9.1 |
941 | 2024-05-14T17:36:21.749Z | Downloaded hex v0.4.3 |
942 | 2024-05-14T17:36:21.749Z | Downloaded http-body v0.4.5 |
943 | 2024-05-14T17:36:21.749Z | Downloaded hostname v0.4.0 |
944 | 2024-05-14T17:36:21.753Z | Downloaded home v0.5.5 |
945 | 2024-05-14T17:36:21.753Z | Downloaded hex-literal v0.4.1 |
946 | 2024-05-14T17:36:21.753Z | Downloaded humantime v2.1.0 |
947 | 2024-05-14T17:36:21.754Z | Downloaded hubpack v0.1.2 |
948 | 2024-05-14T17:36:21.758Z | Downloaded httpdate v1.0.3 |
949 | 2024-05-14T17:36:21.758Z | Downloaded iana-time-zone v0.1.57 |
950 | 2024-05-14T17:36:21.758Z | Downloaded cexpr v0.6.0 |
951 | 2024-05-14T17:36:21.762Z | Downloaded hostname v0.3.1 |
952 | 2024-05-14T17:36:21.763Z | Downloaded indoc v1.0.9 |
953 | 2024-05-14T17:36:21.767Z | Downloaded impl-trait-for-tuples v0.2.2 |
954 | 2024-05-14T17:36:21.767Z | Downloaded kstat-rs v0.2.3 |
955 | 2024-05-14T17:36:21.767Z | Downloaded hyper-tls v0.5.0 |
956 | 2024-05-14T17:36:21.771Z | Downloaded hyper-rustls v0.26.0 |
957 | 2024-05-14T17:36:21.771Z | Downloaded newline-converter v0.3.0 |
958 | 2024-05-14T17:36:21.776Z | Downloaded instant v0.1.12 |
959 | 2024-05-14T17:36:21.776Z | Downloaded cfg-if v1.0.0 |
960 | 2024-05-14T17:36:21.776Z | Downloaded criterion-plot v0.5.0 |
961 | 2024-05-14T17:36:21.782Z | Downloaded is-terminal v0.4.9 |
962 | 2024-05-14T17:36:21.782Z | Downloaded crc-catalog v2.2.0 |
963 | 2024-05-14T17:36:21.782Z | Downloaded http-range v0.1.5 |
964 | 2024-05-14T17:36:21.782Z | Downloaded is_ci v1.2.0 |
965 | 2024-05-14T17:36:21.782Z | Downloaded inout v0.1.3 |
966 | 2024-05-14T17:36:21.796Z | Downloaded blake2b_simd v1.0.1 |
967 | 2024-05-14T17:36:21.796Z | Downloaded highway v1.1.0 |
968 | 2024-05-14T17:36:21.796Z | Downloaded multimap v0.10.0 |
969 | 2024-05-14T17:36:21.796Z | Downloaded bytes v1.6.0 |
970 | 2024-05-14T17:36:21.796Z | Downloaded blake2 v0.10.6 |
971 | 2024-05-14T17:36:21.797Z | Downloaded nibble_vec v0.1.0 |
972 | 2024-05-14T17:36:21.797Z | Downloaded httptest v0.15.5 |
973 | 2024-05-14T17:36:21.801Z | Downloaded nodrop v0.1.14 |
974 | 2024-05-14T17:36:21.801Z | Downloaded matches v0.1.10 |
975 | 2024-05-14T17:36:21.801Z | Downloaded libsw v3.3.1 |
976 | 2024-05-14T17:36:21.801Z | Downloaded cookie v0.17.0 |
977 | 2024-05-14T17:36:21.808Z | Downloaded nested v0.1.1 |
978 | 2024-05-14T17:36:21.808Z | Downloaded match_cfg v0.1.0 |
979 | 2024-05-14T17:36:21.808Z | Downloaded usdt-macro v0.3.5 |
980 | 2024-05-14T17:36:21.808Z | Downloaded serde-big-array v0.4.1 |
981 | 2024-05-14T17:36:21.813Z | Downloaded normalize-line-endings v0.3.0 |
982 | 2024-05-14T17:36:21.813Z | Downloaded new_debug_unreachable v1.0.4 |
983 | 2024-05-14T17:36:21.814Z | Downloaded take_mut v0.2.2 |
984 | 2024-05-14T17:36:21.814Z | Downloaded httparse v1.8.0 |
985 | 2024-05-14T17:36:21.819Z | Downloaded stability v0.2.0 |
986 | 2024-05-14T17:36:21.819Z | Downloaded tower-service v0.3.2 |
987 | 2024-05-14T17:36:21.819Z | Downloaded cc v1.0.83 |
988 | 2024-05-14T17:36:21.862Z | Downloaded rand_seeder v0.2.3 |
989 | 2024-05-14T17:36:21.862Z | Downloaded lazycell v1.3.0 |
990 | 2024-05-14T17:36:21.862Z | Downloaded ciborium v0.2.2 |
991 | 2024-05-14T17:36:21.862Z | Downloaded lru v0.12.1 |
992 | 2024-05-14T17:36:21.862Z | Downloaded crossbeam-deque v0.8.3 |
993 | 2024-05-14T17:36:21.863Z | Downloaded console v0.15.8 |
994 | 2024-05-14T17:36:21.863Z | Downloaded keccak v0.1.4 |
995 | 2024-05-14T17:36:21.863Z | Downloaded ipnetwork v0.20.0 |
996 | 2024-05-14T17:36:21.863Z | Downloaded newtype_derive v0.1.6 |
997 | 2024-05-14T17:36:21.863Z | Downloaded nanorand v0.7.0 |
998 | 2024-05-14T17:36:21.863Z | Downloaded endian-type v0.1.2 |
999 | 2024-05-14T17:36:21.864Z | Downloaded mime v0.3.17 |
1000 | 2024-05-14T17:36:21.864Z | Downloaded md-5 v0.10.5 |
1001 | 2024-05-14T17:36:21.864Z | Downloaded bcs v0.1.6 |
1002 | 2024-05-14T17:36:21.864Z | Downloaded zone_cfg_derive v0.1.2 |
1003 | 2024-05-14T17:36:21.877Z | Downloaded hyper-staticfile v0.9.5 |
1004 | 2024-05-14T17:36:21.878Z | Downloaded toolchain_find v0.4.0 |
1005 | 2024-05-14T17:36:21.878Z | Downloaded hyper-util v0.1.2 |
1006 | 2024-05-14T17:36:21.878Z | Downloaded guppy-workspace-hack v0.1.0 |
1007 | 2024-05-14T17:36:21.878Z | Downloaded foreign-types-shared v0.3.1 |
1008 | 2024-05-14T17:36:21.878Z | Downloaded display-error-chain v0.2.0 |
1009 | 2024-05-14T17:36:21.878Z | Downloaded cookie_store v0.20.0 |
1010 | 2024-05-14T17:36:21.878Z | Downloaded memoffset v0.7.1 |
1011 | 2024-05-14T17:36:21.878Z | Downloaded maybe-uninit v2.0.0 |
1012 | 2024-05-14T17:36:21.878Z | Downloaded libtest-mimic v0.7.2 |
1013 | 2024-05-14T17:36:21.878Z | Downloaded num v0.4.3 |
1014 | 2024-05-14T17:36:21.878Z | Downloaded rustls-pki-types v1.3.0 |
1015 | 2024-05-14T17:36:21.878Z | Downloaded rustfmt-wrapper v0.2.1 |
1016 | 2024-05-14T17:36:21.878Z | Downloaded mockall v0.12.1 |
1017 | 2024-05-14T17:36:21.878Z | Downloaded pretty-hex v0.2.1 |
1018 | 2024-05-14T17:36:21.878Z | Downloaded shell-words v1.1.0 |
1019 | 2024-05-14T17:36:21.878Z | Downloaded semver v0.1.20 |
1020 | 2024-05-14T17:36:21.878Z | Downloaded smawk v0.3.1 |
1021 | 2024-05-14T17:36:21.883Z | Downloaded oso-derive v0.27.3 |
1022 | 2024-05-14T17:36:21.883Z | Downloaded mime_guess v2.0.4 |
1023 | 2024-05-14T17:36:21.883Z | Downloaded plotters-svg v0.3.5 |
1024 | 2024-05-14T17:36:21.883Z | Downloaded nu-ansi-term v0.50.0 |
1025 | 2024-05-14T17:36:21.884Z | Downloaded scroll_derive v0.12.0 |
1026 | 2024-05-14T17:36:21.888Z | Downloaded tiny-keccak v2.0.2 |
1027 | 2024-05-14T17:36:21.888Z | Downloaded structmeta v0.2.0 |
1028 | 2024-05-14T17:36:21.888Z | Downloaded crossbeam-utils v0.8.19 |
1029 | 2024-05-14T17:36:21.895Z | Downloaded either v1.11.0 |
1030 | 2024-05-14T17:36:21.895Z | Downloaded crossbeam-epoch v0.9.18 |
1031 | 2024-05-14T17:36:21.899Z | Downloaded const-oid v0.9.6 |
1032 | 2024-05-14T17:36:21.899Z | Downloaded futures-io v0.3.30 |
1033 | 2024-05-14T17:36:21.899Z | Downloaded futures-executor v0.3.30 |
1034 | 2024-05-14T17:36:21.903Z | Downloaded unicase v2.7.0 |
1035 | 2024-05-14T17:36:21.903Z | Downloaded newtype-uuid v1.1.0 |
1036 | 2024-05-14T17:36:21.916Z | Downloaded hash32 v0.2.1 |
1037 | 2024-05-14T17:36:21.916Z | Downloaded memmap2 v0.7.1 |
1038 | 2024-05-14T17:36:21.922Z | Downloaded tinyvec_macros v0.1.1 |
1039 | 2024-05-14T17:36:21.922Z | Downloaded usdt-macro v0.5.0 |
1040 | 2024-05-14T17:36:21.922Z | Downloaded unicode-linebreak v0.1.5 |
1041 | 2024-05-14T17:36:21.922Z | Downloaded packed_struct_codegen v0.10.1 |
1042 | 2024-05-14T17:36:21.922Z | Downloaded unarray v0.1.4 |
1043 | 2024-05-14T17:36:21.922Z | Downloaded dirs-sys-next v0.1.2 |
1044 | 2024-05-14T17:36:21.922Z | Downloaded debug-ignore v1.0.5 |
1045 | 2024-05-14T17:36:21.922Z | Downloaded fnv v1.0.7 |
1046 | 2024-05-14T17:36:21.922Z | Downloaded crc32fast v1.3.2 |
1047 | 2024-05-14T17:36:21.922Z | Downloaded ref-cast v1.0.22 |
1048 | 2024-05-14T17:36:21.927Z | Downloaded indicatif v0.17.8 |
1049 | 2024-05-14T17:36:21.933Z | Downloaded vte v0.11.1 |
1050 | 2024-05-14T17:36:21.937Z | Downloaded indexmap v1.9.3 |
1051 | 2024-05-14T17:36:21.937Z | Downloaded tap v1.0.1 |
1052 | 2024-05-14T17:36:21.937Z | Downloaded sha2 v0.10.8 |
1053 | 2024-05-14T17:36:21.946Z | Downloaded packed_struct v0.10.1 |
1054 | 2024-05-14T17:36:21.947Z | Downloaded log v0.4.21 |
1055 | 2024-05-14T17:36:21.947Z | Downloaded tokio-tungstenite v0.21.0 |
1056 | 2024-05-14T17:36:21.953Z | Downloaded derive_builder v0.20.0 |
1057 | 2024-05-14T17:36:21.960Z | Downloaded chacha20poly1305 v0.10.1 |
1058 | 2024-05-14T17:36:21.960Z | Downloaded filetime v0.2.23 |
1059 | 2024-05-14T17:36:21.960Z | Downloaded futures-channel v0.3.30 |
1060 | 2024-05-14T17:36:21.960Z | Downloaded target-lexicon v0.12.13 |
1061 | 2024-05-14T17:36:22.390Z | Downloaded slog-envlogger v2.2.0 |
1062 | 2024-05-14T17:36:22.390Z | Downloaded sha1 v0.10.6 |
1063 | 2024-05-14T17:36:22.390Z | Downloaded stable_deref_trait v1.2.0 |
1064 | 2024-05-14T17:36:22.390Z | Downloaded mockall_derive v0.12.1 |
1065 | 2024-05-14T17:36:22.390Z | Downloaded scopeguard v1.2.0 |
1066 | 2024-05-14T17:36:22.390Z | Downloaded termios v0.3.3 |
1067 | 2024-05-14T17:36:22.391Z | Downloaded strum_macros v0.25.2 |
1068 | 2024-05-14T17:36:22.391Z | Downloaded path-slash v0.1.5 |
1069 | 2024-05-14T17:36:22.391Z | Downloaded sqlformat v0.2.3 |
1070 | 2024-05-14T17:36:22.427Z | Downloaded whoami v1.5.1 |
1071 | 2024-05-14T17:36:22.427Z | Downloaded lock_api v0.4.10 |
1072 | 2024-05-14T17:36:22.428Z | Downloaded predicates-tree v1.0.9 |
1073 | 2024-05-14T17:36:22.428Z | Downloaded termcolor v1.2.0 |
1074 | 2024-05-14T17:36:22.428Z | Downloaded poly1305 v0.8.0 |
1075 | 2024-05-14T17:36:22.428Z | Downloaded tui-tree-widget v0.19.0 |
1076 | 2024-05-14T17:36:22.428Z | Downloaded pin-project-lite v0.2.13 |
1077 | 2024-05-14T17:36:22.428Z | Downloaded rustc-demangle v0.1.23 |
1078 | 2024-05-14T17:36:22.428Z | Downloaded miniz_oxide v0.7.1 |
1079 | 2024-05-14T17:36:22.428Z | Downloaded relative-path v1.9.0 |
1080 | 2024-05-14T17:36:22.428Z | Downloaded curve25519-dalek-derive v0.1.0 |
1081 | 2024-05-14T17:36:22.428Z | Downloaded yansi v0.5.1 |
1082 | 2024-05-14T17:36:22.428Z | Downloaded xattr v1.0.1 |
1083 | 2024-05-14T17:36:22.429Z | Downloaded ron v0.7.1 |
1084 | 2024-05-14T17:36:22.429Z | Downloaded scroll v0.12.0 |
1085 | 2024-05-14T17:36:22.429Z | Downloaded flagset v0.4.3 |
1086 | 2024-05-14T17:36:22.429Z | Downloaded http v1.0.0 |
1087 | 2024-05-14T17:36:22.429Z | Downloaded http v0.2.12 |
1088 | 2024-05-14T17:36:22.429Z | Downloaded snafu-derive v0.8.2 |
1089 | 2024-05-14T17:36:22.429Z | Downloaded smallvec v1.13.1 |
1090 | 2024-05-14T17:36:22.429Z | Downloaded fixedbitset v0.4.2 |
1091 | 2024-05-14T17:36:22.429Z | Downloaded foreign-types-shared v0.1.1 |
1092 | 2024-05-14T17:36:22.429Z | Downloaded foreign-types-macros v0.2.3 |
1093 | 2024-05-14T17:36:22.429Z | Downloaded ff v0.13.0 |
1094 | 2024-05-14T17:36:22.429Z | Downloaded fd-lock v4.0.2 |
1095 | 2024-05-14T17:36:22.429Z | Downloaded rustls-pemfile v2.1.2 |
1096 | 2024-05-14T17:36:22.430Z | Downloaded parse-display-derive v0.9.0 |
1097 | 2024-05-14T17:36:22.430Z | Downloaded ppv-lite86 v0.2.17 |
1098 | 2024-05-14T17:36:22.430Z | Downloaded oorandom v11.1.3 |
1099 | 2024-05-14T17:36:22.430Z | Downloaded utf-8 v0.7.6 |
1100 | 2024-05-14T17:36:22.430Z | Downloaded pathdiff v0.2.1 |
1101 | 2024-05-14T17:36:22.430Z | Downloaded rustc_version v0.4.0 |
1102 | 2024-05-14T17:36:22.430Z | Downloaded peeking_take_while v0.1.2 |
1103 | 2024-05-14T17:36:22.430Z | Downloaded tokio-tungstenite v0.20.1 |
1104 | 2024-05-14T17:36:22.431Z | Downloaded shlex v1.3.0 |
1105 | 2024-05-14T17:36:22.431Z | Downloaded percent-encoding v2.3.1 |
1106 | 2024-05-14T17:36:22.431Z | Downloaded rtoolbox v0.0.1 |
1107 | 2024-05-14T17:36:22.431Z | Downloaded quick-error v1.2.3 |
1108 | 2024-05-14T17:36:22.431Z | Downloaded darling v0.20.8 |
1109 | 2024-05-14T17:36:22.431Z | Downloaded synstructure v0.12.6 |
1110 | 2024-05-14T17:36:22.431Z | Downloaded sync_wrapper v0.1.2 |
1111 | 2024-05-14T17:36:22.431Z | Downloaded structmeta-derive v0.3.0 |
1112 | 2024-05-14T17:36:22.431Z | Downloaded slog v2.7.0 |
1113 | 2024-05-14T17:36:22.431Z | Downloaded oso v0.27.3 |
1114 | 2024-05-14T17:36:22.432Z | Downloaded digest v0.10.7 |
1115 | 2024-05-14T17:36:22.432Z | Downloaded topological-sort v0.2.2 |
1116 | 2024-05-14T17:36:22.432Z | Downloaded env_logger v0.9.3 |
1117 | 2024-05-14T17:36:22.432Z | Downloaded csv-core v0.1.11 |
1118 | 2024-05-14T17:36:22.432Z | Downloaded thiserror-no-std v2.0.2 |
1119 | 2024-05-14T17:36:22.432Z | Downloaded thiserror-impl-no-std v2.0.2 |
1120 | 2024-05-14T17:36:22.432Z | Downloaded static_assertions v1.1.0 |
1121 | 2024-05-14T17:36:22.432Z | Downloaded tokio-postgres v0.7.10 |
1122 | 2024-05-14T17:36:22.432Z | Downloaded zerocopy v0.3.0 |
1123 | 2024-05-14T17:36:22.432Z | Downloaded unicode-width v0.1.11 |
1124 | 2024-05-14T17:36:22.432Z | Downloaded tracing v0.1.40 |
1125 | 2024-05-14T17:36:22.432Z | Downloaded defmt-parser v0.3.3 |
1126 | 2024-05-14T17:36:22.432Z | Downloaded trybuild v1.0.91 |
1127 | 2024-05-14T17:36:22.433Z | Downloaded futures-timer v3.0.2 |
1128 | 2024-05-14T17:36:22.433Z | Downloaded darling_macro v0.20.8 |
1129 | 2024-05-14T17:36:22.433Z | Downloaded usdt-attr-macro v0.3.5 |
1130 | 2024-05-14T17:36:22.433Z | Downloaded thread-id v4.2.0 |
1131 | 2024-05-14T17:36:22.433Z | Downloaded embedded-io v0.4.0 |
1132 | 2024-05-14T17:36:22.433Z | Downloaded dtrace-parser v0.2.0 |
1133 | 2024-05-14T17:36:22.434Z | Downloaded papergrid v0.11.0 |
1134 | 2024-05-14T17:36:22.434Z | Downloaded paste v1.0.15 |
1135 | 2024-05-14T17:36:22.434Z | Downloaded num-iter v0.1.45 |
1136 | 2024-05-14T17:36:22.434Z | Downloaded num-integer v0.1.46 |
1137 | 2024-05-14T17:36:22.434Z | Downloaded num-derive v0.4.0 |
1138 | 2024-05-14T17:36:22.434Z | Downloaded postgres-types v0.2.6 |
1139 | 2024-05-14T17:36:22.434Z | Downloaded num-conv v0.1.0 |
1140 | 2024-05-14T17:36:22.434Z | Downloaded fxhash v0.2.1 |
1141 | 2024-05-14T17:36:22.434Z | Downloaded postgres-protocol v0.6.6 |
1142 | 2024-05-14T17:36:22.434Z | Downloaded peg-runtime v0.8.3 |
1143 | 2024-05-14T17:36:22.434Z | Downloaded const_format v0.2.32 |
1144 | 2024-05-14T17:36:22.435Z | Downloaded same-file v1.0.6 |
1145 | 2024-05-14T17:36:22.435Z | Downloaded rustls-pemfile v1.0.3 |
1146 | 2024-05-14T17:36:22.435Z | Downloaded rpassword v7.3.1 |
1147 | 2024-05-14T17:36:22.435Z | Downloaded precomputed-hash v0.1.1 |
1148 | 2024-05-14T17:36:22.435Z | Downloaded portpicker v0.1.1 |
1149 | 2024-05-14T17:36:22.435Z | Downloaded r2d2 v0.8.10 |
1150 | 2024-05-14T17:36:22.435Z | Downloaded serde_yaml v0.9.25 |
1151 | 2024-05-14T17:36:22.435Z | Downloaded termtree v0.4.1 |
1152 | 2024-05-14T17:36:22.435Z | Downloaded strum v0.26.2 |
1153 | 2024-05-14T17:36:22.435Z | Downloaded version_check v0.9.4 |
1154 | 2024-05-14T17:36:22.435Z | Downloaded yasna v0.5.2 |
1155 | 2024-05-14T17:36:22.435Z | Downloaded omicron-zone-package v0.11.0 |
1156 | 2024-05-14T17:36:22.435Z | Downloaded slog-dtrace v0.3.0 |
1157 | 2024-05-14T17:36:22.435Z | Downloaded smf v0.2.3 |
1158 | 2024-05-14T17:36:22.436Z | Downloaded der_derive v0.7.2 |
1159 | 2024-05-14T17:36:22.436Z | Downloaded defmt v0.3.5 |
1160 | 2024-05-14T17:36:22.436Z | Downloaded fatfs v0.3.6 |
1161 | 2024-05-14T17:36:22.436Z | Downloaded want v0.3.1 |
1162 | 2024-05-14T17:36:22.436Z | Downloaded ed25519 v1.5.3 |
1163 | 2024-05-14T17:36:22.436Z | Downloaded float-cmp v0.9.0 |
1164 | 2024-05-14T17:36:22.436Z | Downloaded pkcs1 v0.7.5 |
1165 | 2024-05-14T17:36:22.436Z | Downloaded zeroize_derive v1.4.2 |
1166 | 2024-05-14T17:36:22.436Z | Downloaded signal-hook v0.3.17 |
1167 | 2024-05-14T17:36:22.436Z | Downloaded parking_lot_core v0.8.6 |
1168 | 2024-05-14T17:36:22.436Z | Downloaded data-encoding v2.4.0 |
1169 | 2024-05-14T17:36:22.436Z | Downloaded usdt v0.5.0 |
1170 | 2024-05-14T17:36:22.865Z | Downloaded usdt v0.3.5 |
1171 | 2024-05-14T17:36:22.866Z | Downloaded crossbeam-channel v0.5.8 |
1172 | 2024-05-14T17:36:22.866Z | Downloaded num_cpus v1.16.0 |
1173 | 2024-05-14T17:36:22.866Z | Downloaded num_enum v0.5.11 |
1174 | 2024-05-14T17:36:22.866Z | Downloaded toml v0.7.8 |
1175 | 2024-05-14T17:36:22.866Z | Downloaded predicates v3.1.0 |
1176 | 2024-05-14T17:36:22.866Z | Downloaded pkg-config v0.3.27 |
1177 | 2024-05-14T17:36:22.866Z | Downloaded crossterm v0.27.0 |
1178 | 2024-05-14T17:36:22.867Z | Downloaded waitgroup v0.1.2 |
1179 | 2024-05-14T17:36:22.867Z | Downloaded sigpipe v0.1.3 |
1180 | 2024-05-14T17:36:22.867Z | Downloaded scheduled-thread-pool v0.2.7 |
1181 | 2024-05-14T17:36:22.867Z | Downloaded string_cache v0.8.7 |
1182 | 2024-05-14T17:36:22.867Z | Downloaded universal-hash v0.5.1 |
1183 | 2024-05-14T17:36:22.868Z | Downloaded num_threads v0.1.6 |
1184 | 2024-05-14T17:36:22.868Z | Downloaded threadpool v1.8.1 |
1185 | 2024-05-14T17:36:22.868Z | Downloaded thread_local v1.1.7 |
1186 | 2024-05-14T17:36:22.868Z | Downloaded pretty-hex v0.4.1 |
1187 | 2024-05-14T17:36:22.868Z | Downloaded structmeta-derive v0.2.0 |
1188 | 2024-05-14T17:36:22.869Z | Downloaded untrusted v0.7.1 |
1189 | 2024-05-14T17:36:22.869Z | Downloaded wyz v0.5.1 |
1190 | 2024-05-14T17:36:22.869Z | Downloaded group v0.13.0 |
1191 | 2024-05-14T17:36:22.869Z | Downloaded elliptic-curve v0.13.8 |
1192 | 2024-05-14T17:36:22.870Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1193 | 2024-05-14T17:36:22.870Z | Downloaded ena v0.14.2 |
1194 | 2024-05-14T17:36:22.870Z | Downloaded pem-rfc7468 v0.7.0 |
1195 | 2024-05-14T17:36:22.870Z | Downloaded peg v0.8.3 |
1196 | 2024-05-14T17:36:22.870Z | Downloaded phf_shared v0.11.2 |
1197 | 2024-05-14T17:36:22.870Z | Downloaded glob v0.3.1 |
1198 | 2024-05-14T17:36:22.870Z | Downloaded darling_core v0.20.8 |
1199 | 2024-05-14T17:36:22.871Z | Downloaded libxml v0.3.3 |
1200 | 2024-05-14T17:36:22.871Z | Downloaded rand_xorshift v0.3.0 |
1201 | 2024-05-14T17:36:22.871Z | Downloaded rand_core v0.6.4 |
1202 | 2024-05-14T17:36:22.871Z | Downloaded headers v0.3.9 |
1203 | 2024-05-14T17:36:22.871Z | Downloaded ref-cast-impl v1.0.22 |
1204 | 2024-05-14T17:36:22.871Z | Downloaded rstest_macros v0.19.0 |
1205 | 2024-05-14T17:36:22.871Z | Downloaded slog-json v2.6.1 |
1206 | 2024-05-14T17:36:22.871Z | Downloaded num-complex v0.4.6 |
1207 | 2024-05-14T17:36:22.871Z | Downloaded slog-bunyan v2.5.0 |
1208 | 2024-05-14T17:36:22.871Z | Downloaded doc-comment v0.3.3 |
1209 | 2024-05-14T17:36:22.872Z | Downloaded tungstenite v0.21.0 |
1210 | 2024-05-14T17:36:22.872Z | Downloaded supports-color v3.0.0 |
1211 | 2024-05-14T17:36:22.872Z | Downloaded rand_chacha v0.3.1 |
1212 | 2024-05-14T17:36:22.872Z | Downloaded downcast v0.11.0 |
1213 | 2024-05-14T17:36:22.872Z | Downloaded usdt-attr-macro v0.5.0 |
1214 | 2024-05-14T17:36:22.872Z | Downloaded opaque-debug v0.3.0 |
1215 | 2024-05-14T17:36:22.873Z | Downloaded number_prefix v0.4.0 |
1216 | 2024-05-14T17:36:22.873Z | Downloaded tower-layer v0.3.2 |
1217 | 2024-05-14T17:36:22.873Z | Downloaded predicates-core v1.0.6 |
1218 | 2024-05-14T17:36:22.873Z | Downloaded num_enum_derive v0.5.11 |
1219 | 2024-05-14T17:36:22.873Z | Downloaded unicode-xid v0.2.4 |
1220 | 2024-05-14T17:36:22.873Z | Downloaded structmeta v0.3.0 |
1221 | 2024-05-14T17:36:22.873Z | Downloaded schemars_derive v0.8.17 |
1222 | 2024-05-14T17:36:22.873Z | Downloaded difflib v0.4.0 |
1223 | 2024-05-14T17:36:22.874Z | Downloaded textwrap v0.16.1 |
1224 | 2024-05-14T17:36:22.874Z | Downloaded wait-timeout v0.2.0 |
1225 | 2024-05-14T17:36:22.874Z | Downloaded x509-cert v0.2.4 |
1226 | 2024-05-14T17:36:22.874Z | Downloaded derive_builder_macro v0.20.0 |
1227 | 2024-05-14T17:36:22.874Z | Downloaded itertools v0.12.1 |
1228 | 2024-05-14T17:36:22.874Z | Downloaded phf_shared v0.10.0 |
1229 | 2024-05-14T17:36:22.874Z | Downloaded uzers v0.11.3 |
1230 | 2024-05-14T17:36:22.874Z | Downloaded globset v0.4.13 |
1231 | 2024-05-14T17:36:22.875Z | Downloaded test-strategy v0.3.1 |
1232 | 2024-05-14T17:36:22.875Z | Downloaded plotters-backend v0.3.5 |
1233 | 2024-05-14T17:36:22.875Z | Downloaded hashbrown v0.12.3 |
1234 | 2024-05-14T17:36:22.875Z | Downloaded foreign-types v0.3.2 |
1235 | 2024-05-14T17:36:22.875Z | Downloaded strum_macros v0.26.1 |
1236 | 2024-05-14T17:36:22.875Z | Downloaded dof v0.3.0 |
1237 | 2024-05-14T17:36:22.876Z | Downloaded unicode-segmentation v1.10.1 |
1238 | 2024-05-14T17:36:22.876Z | Downloaded serde-big-array v0.5.1 |
1239 | 2024-05-14T17:36:22.876Z | Downloaded openssl-macros v0.1.1 |
1240 | 2024-05-14T17:36:22.876Z | Downloaded foreign-types v0.5.0 |
1241 | 2024-05-14T17:36:22.876Z | Downloaded signal-hook-mio v0.2.3 |
1242 | 2024-05-14T17:36:22.876Z | Downloaded signal-hook-registry v1.4.1 |
1243 | 2024-05-14T17:36:22.876Z | Downloaded radium v0.7.0 |
1244 | 2024-05-14T17:36:22.876Z | Downloaded slog-stdlog v4.1.1 |
1245 | 2024-05-14T17:36:22.876Z | Downloaded proc-macro-error v1.0.4 |
1246 | 2024-05-14T17:36:22.877Z | Downloaded serde_plain v1.0.2 |
1247 | 2024-05-14T17:36:22.877Z | Downloaded tabled_derive v0.7.0 |
1248 | 2024-05-14T17:36:22.877Z | Downloaded snafu v0.8.2 |
1249 | 2024-05-14T17:36:22.877Z | Downloaded openssl-probe v0.1.5 |
1250 | 2024-05-14T17:36:22.877Z | Downloaded futures-sink v0.3.30 |
1251 | 2024-05-14T17:36:22.877Z | Downloaded futures-macro v0.3.30 |
1252 | 2024-05-14T17:36:22.877Z | Downloaded dof v0.1.5 |
1253 | 2024-05-14T17:36:22.878Z | Downloaded dirs-next v2.0.0 |
1254 | 2024-05-14T17:36:22.878Z | Downloaded hkdf v0.12.4 |
1255 | 2024-05-14T17:36:22.878Z | Downloaded num-traits v0.2.19 |
1256 | 2024-05-14T17:36:22.878Z | Downloaded flume v0.11.0 |
1257 | 2024-05-14T17:36:22.878Z | Downloaded vte_generate_state_changes v0.1.1 |
1258 | 2024-05-14T17:36:22.878Z | Downloaded tokio-macros v2.2.0 |
1259 | 2024-05-14T17:36:22.878Z | Downloaded dtrace-parser v0.1.14 |
1260 | 2024-05-14T17:36:22.878Z | Downloaded pin-utils v0.1.0 |
1261 | 2024-05-14T17:36:22.878Z | Downloaded pretty_assertions v1.4.0 |
1262 | 2024-05-14T17:36:22.879Z | Downloaded proc-macro-error-attr v1.0.4 |
1263 | 2024-05-14T17:36:22.879Z | Downloaded proc-macro-crate v1.3.1 |
1264 | 2024-05-14T17:36:22.879Z | Downloaded blake3 v1.5.0 |
1265 | 2024-05-14T17:36:22.879Z | Downloaded tabwriter v1.4.0 |
1266 | 2024-05-14T17:36:22.879Z | Downloaded strip-ansi-escapes v0.2.0 |
1267 | 2024-05-14T17:36:22.879Z | Downloaded fastrand v2.0.1 |
1268 | 2024-05-14T17:36:22.879Z | Downloaded stringprep v0.1.3 |
1269 | 2024-05-14T17:36:22.879Z | Downloaded try-lock v0.2.4 |
1270 | 2024-05-14T17:36:22.892Z | Downloaded platforms v3.0.2 |
1271 | 2024-05-14T17:36:22.892Z | Downloaded password-hash v0.5.0 |
1272 | 2024-05-14T17:36:22.893Z | Downloaded flate2 v1.0.30 |
1273 | 2024-05-14T17:36:22.893Z | Downloaded samael v0.0.15 |
1274 | 2024-05-14T17:36:22.893Z | Downloaded rustyline v14.0.0 |
1275 | 2024-05-14T17:36:22.893Z | Downloaded spki v0.7.2 |
1276 | 2024-05-14T17:36:22.893Z | Downloaded postcard v1.0.8 |
1277 | 2024-05-14T17:36:22.893Z | Downloaded gethostname v0.4.3 |
1278 | 2024-05-14T17:36:22.893Z | Downloaded generic-array v0.14.7 |
1279 | 2024-05-14T17:36:22.893Z | Downloaded serde_repr v0.1.16 |
1280 | 2024-05-14T17:36:22.893Z | Downloaded tokio-native-tls v0.3.1 |
1281 | 2024-05-14T17:36:22.893Z | Downloaded plain v0.2.3 |
1282 | 2024-05-14T17:36:22.893Z | Downloaded spin v0.9.8 |
1283 | 2024-05-14T17:36:22.894Z | Downloaded parse-size v1.0.0 |
1284 | 2024-05-14T17:36:22.894Z | Downloaded prettyplease v0.2.19 |
1285 | 2024-05-14T17:36:22.894Z | Downloaded sct v0.7.0 |
1286 | 2024-05-14T17:36:22.894Z | Downloaded enum-as-inner v0.5.1 |
1287 | 2024-05-14T17:36:22.894Z | Downloaded form_urlencoded v1.2.1 |
1288 | 2024-05-14T17:36:22.894Z | Downloaded toml_edit v0.19.15 |
1289 | 2024-05-14T17:36:22.894Z | Downloaded resolv-conf v0.7.0 |
1290 | 2024-05-14T17:36:22.894Z | Downloaded datatest-stable v0.2.9 |
1291 | 2024-05-14T17:36:22.894Z | Downloaded similar-asserts v1.5.0 |
1292 | 2024-05-14T17:36:22.894Z | Downloaded zerocopy v0.6.6 |
1293 | 2024-05-14T17:36:22.894Z | Downloaded parse-display v0.9.0 |
1294 | 2024-05-14T17:36:22.895Z | Downloaded rustls-native-certs v0.7.0 |
1295 | 2024-05-14T17:36:22.895Z | Downloaded getopts v0.2.21 |
1296 | 2024-05-14T17:36:22.895Z | Downloaded zerocopy-derive v0.7.32 |
1297 | 2024-05-14T17:36:22.895Z | Downloaded fallible-iterator v0.2.0 |
1298 | 2024-05-14T17:36:22.895Z | Downloaded strsim v0.10.0 |
1299 | 2024-05-14T17:36:22.895Z | Downloaded unicode-normalization v0.1.22 |
1300 | 2024-05-14T17:36:22.895Z | Downloaded reedline v0.31.0 |
1301 | 2024-05-14T17:36:22.895Z | Downloaded walkdir v2.5.0 |
1302 | 2024-05-14T17:36:22.895Z | Downloaded tinytemplate v1.2.1 |
1303 | 2024-05-14T17:36:22.895Z | Downloaded pkcs8 v0.10.2 |
1304 | 2024-05-14T17:36:22.895Z | Downloaded deranged v0.3.11 |
1305 | 2024-05-14T17:36:22.896Z | Downloaded slog-async v2.8.0 |
1306 | 2024-05-14T17:36:22.896Z | Downloaded rustversion v1.0.14 |
1307 | 2024-05-14T17:36:22.896Z | Downloaded parking_lot_core v0.9.8 |
1308 | 2024-05-14T17:36:22.896Z | Downloaded peg-macros v0.8.3 |
1309 | 2024-05-14T17:36:22.896Z | Downloaded schemars v0.8.17 |
1310 | 2024-05-14T17:36:22.896Z | Downloaded derive-where v1.2.7 |
1311 | 2024-05-14T17:36:22.896Z | Downloaded diesel_derives v2.1.2 |
1312 | 2024-05-14T17:36:22.896Z | Downloaded pin-project v1.1.3 |
1313 | 2024-05-14T17:36:22.896Z | Downloaded fancy-regex v0.13.0 |
1314 | 2024-05-14T17:36:22.896Z | Downloaded derive_more v0.99.17 |
1315 | 2024-05-14T17:36:22.897Z | Downloaded rayon-core v1.12.1 |
1316 | 2024-05-14T17:36:22.897Z | Downloaded tokio-rustls v0.24.1 |
1317 | 2024-05-14T17:36:22.897Z | Downloaded num-bigint v0.4.4 |
1318 | 2024-05-14T17:36:22.897Z | Downloaded futures v0.3.30 |
1319 | 2024-05-14T17:36:22.897Z | Downloaded uuid v1.8.0 |
1320 | 2024-05-14T17:36:22.897Z | Downloaded pest_meta v2.7.6 |
1321 | 2024-05-14T17:36:22.897Z | Downloaded unicode_categories v0.1.1 |
1322 | 2024-05-14T17:36:22.897Z | Downloaded hyper v0.14.28 |
1323 | 2024-05-14T17:36:22.897Z | Downloaded tungstenite v0.20.1 |
1324 | 2024-05-14T17:36:22.897Z | Downloaded time v0.3.34 |
1325 | 2024-05-14T17:36:22.897Z | Downloaded lalrpop v0.19.12 |
1326 | 2024-05-14T17:36:22.898Z | Downloaded portable-atomic v1.4.3 |
1327 | 2024-05-14T17:36:22.898Z | Downloaded num-bigint-dig v0.8.4 |
1328 | 2024-05-14T17:36:22.898Z | Downloaded sqlparser v0.45.0 |
1329 | 2024-05-14T17:36:22.898Z | Downloaded futures-util v0.3.30 |
1330 | 2024-05-14T17:36:22.898Z | Downloaded trust-dns-resolver v0.22.0 |
1331 | 2024-05-14T17:36:22.898Z | Downloaded similar v2.4.0 |
1332 | 2024-05-14T17:36:22.898Z | Downloaded rsa v0.9.2 |
1333 | 2024-05-14T17:36:22.898Z | Downloaded idna v0.5.0 |
1334 | 2024-05-14T17:36:22.898Z | Downloaded tower v0.4.13 |
1335 | 2024-05-14T17:36:22.898Z | Downloaded zerocopy v0.7.32 |
1336 | 2024-05-14T17:36:22.899Z | Downloaded openssl-sys v0.9.102 |
1337 | 2024-05-14T17:36:22.899Z | Downloaded trust-dns-server v0.22.1 |
1338 | 2024-05-14T17:36:22.899Z | Downloaded tough v0.17.1 |
1339 | 2024-05-14T17:36:22.899Z | Downloaded regex-automata v0.1.10 |
1340 | 2024-05-14T17:36:22.899Z | Downloaded idna v0.2.3 |
1341 | 2024-05-14T17:36:22.899Z | Downloaded rayon v1.10.0 |
1342 | 2024-05-14T17:36:22.899Z | Downloaded winnow v0.5.15 |
1343 | 2024-05-14T17:36:22.899Z | Downloaded proptest v1.4.0 |
1344 | 2024-05-14T17:36:22.899Z | Downloaded regex v1.10.4 |
1345 | 2024-05-14T17:36:22.900Z | Downloaded rustls v0.21.9 |
1346 | 2024-05-14T17:36:22.900Z | Downloaded curve25519-dalek v4.1.2 |
1347 | 2024-05-14T17:36:22.900Z | Downloaded nix v0.28.0 |
1348 | 2024-05-14T17:36:22.900Z | Downloaded radix_trie v0.2.1 |
1349 | 2024-05-14T17:36:22.900Z | Downloaded vcpkg v0.2.15 |
1350 | 2024-05-14T17:36:22.900Z | Downloaded webpki-roots v0.25.2 |
1351 | 2024-05-14T17:36:22.900Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1352 | 2024-05-14T17:36:22.900Z | Downloaded object v0.32.1 |
1353 | 2024-05-14T17:36:22.900Z | Downloaded openssl v0.10.64 |
1354 | 2024-05-14T17:36:22.901Z | Downloaded syn v1.0.109 |
1355 | 2024-05-14T17:36:22.901Z | Downloaded tabled v0.15.0 |
1356 | 2024-05-14T17:36:22.901Z | Downloaded rustls v0.22.4 |
1357 | 2024-05-14T17:36:22.901Z | Downloaded regress v0.9.1 |
1358 | 2024-05-14T17:36:22.901Z | Downloaded ratatui v0.26.2 |
1359 | 2024-05-14T17:36:22.905Z | Downloaded zerocopy-derive v0.6.6 |
1360 | 2024-05-14T17:36:22.905Z | Downloaded object v0.30.4 |
1361 | 2024-05-14T17:36:22.905Z | Downloaded zerocopy-derive v0.2.0 |
1362 | 2024-05-14T17:36:22.912Z | Downloaded regex-automata v0.4.5 |
1363 | 2024-05-14T17:36:22.929Z | Downloaded petgraph v0.6.5 |
1364 | 2024-05-14T17:36:22.950Z | Downloaded regex-syntax v0.6.29 |
1365 | 2024-05-14T17:36:22.955Z | Downloaded diesel v2.1.6 |
1366 | 2024-05-14T17:36:22.977Z | Downloaded sled v0.34.7 |
1367 | 2024-05-14T17:36:22.983Z | Downloaded encoding_rs v0.8.33 |
1368 | 2024-05-14T17:36:23.005Z | Downloaded regex-syntax v0.8.2 |
1369 | 2024-05-14T17:36:23.016Z | Downloaded smoltcp v0.11.0 |
1370 | 2024-05-14T17:36:23.032Z | Downloaded trust-dns-proto v0.22.0 |
1371 | 2024-05-14T17:36:23.040Z | Downloaded rustls-webpki v0.102.1 |
1372 | 2024-05-14T17:36:23.046Z | Downloaded openapiv3 v2.0.0 |
1373 | 2024-05-14T17:36:23.058Z | Downloaded gimli v0.28.0 |
1374 | 2024-05-14T17:36:23.067Z | Downloaded polar-core v0.27.3 |
1375 | 2024-05-14T17:36:23.074Z | Downloaded bstr v1.9.0 |
1376 | 2024-05-14T17:36:23.084Z | Downloaded smoltcp v0.9.1 |
1377 | 2024-05-14T17:36:23.094Z | Downloaded bstr v0.2.17 |
1378 | 2024-05-14T17:36:23.103Z | Downloaded idna v0.3.0 |
1379 | 2024-05-14T17:36:23.109Z | Downloaded plotters v0.3.5 |
1380 | 2024-05-14T17:36:23.118Z | Downloaded chrono v0.4.38 |
1381 | 2024-05-14T17:36:23.124Z | Downloaded reqwest v0.11.27 |
1382 | 2024-05-14T17:36:23.134Z | Downloaded tokio v1.37.0 |
1383 | 2024-05-14T17:36:23.166Z | Downloaded csv v1.3.0 |
1384 | 2024-05-14T17:36:23.185Z | Downloaded sha3 v0.10.8 |
1385 | 2024-05-14T17:36:23.189Z | Downloaded rustls-webpki v0.101.7 |
1386 | 2024-05-14T17:36:23.210Z | Downloaded bindgen v0.69.2 |
1387 | 2024-05-14T17:36:23.213Z | Downloaded quick-xml v0.31.0 |
1388 | 2024-05-14T17:36:23.216Z | Downloaded goblin v0.8.0 |
1389 | 2024-05-14T17:36:23.221Z | Downloaded bitvec v1.0.1 |
1390 | 2024-05-14T17:36:23.239Z | Downloaded trust-dns-client v0.22.0 |
1391 | 2024-05-14T17:36:23.253Z | Downloaded pest v2.7.6 |
1392 | 2024-05-14T17:36:23.253Z | Downloaded serde_with v3.7.0 |
1393 | 2024-05-14T17:36:23.257Z | Downloaded h2 v0.3.26 |
1394 | 2024-05-14T17:36:23.264Z | Downloaded parking_lot v0.12.1 |
1395 | 2024-05-14T17:36:23.265Z | Downloaded env_logger v0.10.0 |
1396 | 2024-05-14T17:36:23.273Z | Downloaded time-macros v0.2.17 |
1397 | 2024-05-14T17:36:23.273Z | Downloaded partial-io v0.5.4 |
1398 | 2024-05-14T17:36:23.273Z | Downloaded diff v0.1.13 |
1399 | 2024-05-14T17:36:23.273Z | Downloaded subprocess v0.2.9 |
1400 | 2024-05-14T17:36:23.282Z | Downloaded unsafe-libyaml v0.2.10 |
1401 | 2024-05-14T17:36:23.282Z | Downloaded der v0.7.8 |
1402 | 2024-05-14T17:36:23.282Z | Downloaded guppy v0.17.5 |
1403 | 2024-05-14T17:36:23.291Z | Downloaded usdt-impl v0.3.5 |
1404 | 2024-05-14T17:36:23.292Z | Downloaded siphasher v0.3.11 |
1405 | 2024-05-14T17:36:23.292Z | Downloaded zeroize v1.7.0 |
1406 | 2024-05-14T17:36:23.292Z | Downloaded untrusted v0.9.0 |
1407 | 2024-05-14T17:36:23.292Z | Downloaded serde_path_to_error v0.1.16 |
1408 | 2024-05-14T17:36:23.292Z | Downloaded tracing-attributes v0.1.27 |
1409 | 2024-05-14T17:36:23.299Z | Downloaded zip v0.6.6 |
1410 | 2024-05-14T17:36:23.300Z | Downloaded tracing-core v0.1.32 |
1411 | 2024-05-14T17:36:23.303Z | Downloaded typed-path v0.7.0 |
1412 | 2024-05-14T17:36:23.304Z | Downloaded phf v0.11.2 |
1413 | 2024-05-14T17:36:23.313Z | Downloaded vsss-rs v3.3.4 |
1414 | 2024-05-14T17:36:23.314Z | Downloaded slog-term v2.9.1 |
1415 | 2024-05-14T17:36:23.318Z | Downloaded serde_derive_internals v0.29.0 |
1416 | 2024-05-14T17:36:23.318Z | Downloaded getrandom v0.2.12 |
1417 | 2024-05-14T17:36:23.318Z | Downloaded hashbrown v0.13.2 |
1418 | 2024-05-14T17:36:23.318Z | Downloaded subtle v2.5.0 |
1419 | 2024-05-14T17:36:23.318Z | Downloaded tokio-util v0.7.10 |
1420 | 2024-05-14T17:36:23.323Z | Downloaded time-core v0.1.2 |
1421 | 2024-05-14T17:36:23.327Z | Downloaded hyper v1.1.0 |
1422 | 2024-05-14T17:36:23.332Z | Downloaded socket2 v0.4.9 |
1423 | 2024-05-14T17:36:23.333Z | Downloaded signature v1.6.4 |
1424 | 2024-05-14T17:36:23.337Z | Downloaded rstest v0.19.0 |
1425 | 2024-05-14T17:36:23.337Z | Downloaded criterion v0.5.1 |
1426 | 2024-05-14T17:36:23.342Z | Downloaded steno v0.4.0 |
1427 | 2024-05-14T17:36:23.346Z | Downloaded expectorate v1.1.0 |
1428 | 2024-05-14T17:36:23.351Z | Downloaded itertools v0.10.5 |
1429 | 2024-05-14T17:36:23.356Z | Downloaded rand v0.8.5 |
1430 | 2024-05-14T17:36:23.360Z | Downloaded nom v7.1.3 |
1431 | 2024-05-14T17:36:23.363Z | Downloaded tokio-rustls v0.25.0 |
1432 | 2024-05-14T17:36:23.366Z | Downloaded funty v2.0.0 |
1433 | 2024-05-14T17:36:23.366Z | Downloaded fragile v2.0.0 |
1434 | 2024-05-14T17:36:23.366Z | Downloaded target-spec v3.1.0 |
1435 | 2024-05-14T17:36:23.369Z | Downloaded slog-scope v4.4.0 |
1436 | 2024-05-14T17:36:23.370Z | Downloaded spin v0.5.2 |
1437 | 2024-05-14T17:36:23.370Z | Downloaded smallvec v0.6.14 |
1438 | 2024-05-14T17:36:23.376Z | Downloaded url v2.5.0 |
1439 | 2024-05-14T17:36:23.376Z | Downloaded rusty-fork v0.3.0 |
1440 | 2024-05-14T17:36:23.376Z | Downloaded typenum v1.16.0 |
1441 | 2024-05-14T17:36:23.381Z | Downloaded once_cell v1.19.0 |
1442 | 2024-05-14T17:36:23.381Z | Downloaded pest_generator v2.7.6 |
1443 | 2024-05-14T17:36:23.381Z | Downloaded tinyvec v1.6.0 |
1444 | 2024-05-14T17:36:23.385Z | Downloaded publicsuffix v2.2.3 |
1445 | 2024-05-14T17:36:23.385Z | Downloaded libm v0.2.7 |
1446 | 2024-05-14T17:36:23.392Z | Downloaded futures-task v0.3.30 |
1447 | 2024-05-14T17:36:23.395Z | Downloaded salty v0.2.0 |
1448 | 2024-05-14T17:36:23.399Z | Downloaded signature v2.1.0 |
1449 | 2024-05-14T17:36:23.403Z | Downloaded serde_arrays v0.1.0 |
1450 | 2024-05-14T17:36:23.403Z | Downloaded serde-hex v0.1.0 |
1451 | 2024-05-14T17:36:23.403Z | Downloaded toml v0.5.11 |
1452 | 2024-05-14T17:36:23.420Z | Downloaded unicode-bidi v0.3.15 |
1453 | 2024-05-14T17:36:23.420Z | Downloaded signal-hook-tokio v0.3.1 |
1454 | 2024-05-14T17:36:23.420Z | Downloaded serde_tokenstream v0.2.0 |
1455 | 2024-05-14T17:36:23.424Z | Downloaded cstr-argument v0.1.2 |
1456 | 2024-05-14T17:36:23.424Z | Downloaded num-rational v0.4.2 |
1457 | 2024-05-14T17:36:23.424Z | Downloaded tempfile v3.10.1 |
1458 | 2024-05-14T17:36:23.424Z | Downloaded pest_derive v2.7.6 |
1459 | 2024-05-14T17:36:23.424Z | Downloaded defmt-macros v0.3.6 |
1460 | 2024-05-14T17:36:23.424Z | Downloaded serde_urlencoded v0.7.1 |
1461 | 2024-05-14T17:36:23.424Z | Downloaded serde_tokenstream v0.1.7 |
1462 | 2024-05-14T17:36:23.424Z | Downloaded mio v0.8.11 |
1463 | 2024-05-14T17:36:23.427Z | Downloaded ron v0.8.1 |
1464 | 2024-05-14T17:36:23.437Z | Downloaded rcgen v0.12.1 |
1465 | 2024-05-14T17:36:23.446Z | Downloaded usdt-impl v0.5.0 |
1466 | 2024-05-14T17:36:23.446Z | Downloaded tokio-stream v0.1.15 |
1467 | 2024-05-14T17:36:23.446Z | Downloaded psl-types v2.0.11 |
1468 | 2024-05-14T17:36:23.446Z | Downloaded powerfmt v0.2.0 |
1469 | 2024-05-14T17:36:23.446Z | Downloaded minimal-lexical v0.2.1 |
1470 | 2024-05-14T17:36:23.454Z | Downloaded pem v3.0.4 |
1471 | 2024-05-14T17:36:23.454Z | Downloaded term v0.7.0 |
1472 | 2024-05-14T17:36:23.454Z | Downloaded rustc_version v0.1.7 |
1473 | 2024-05-14T17:36:23.454Z | Downloaded rustc-hash v1.1.0 |
1474 | 2024-05-14T17:36:23.454Z | Downloaded serde_with_macros v3.7.0 |
1475 | 2024-05-14T17:36:23.454Z | Downloaded half v2.3.1 |
1476 | 2024-05-14T17:36:23.462Z | Downloaded dyn-clone v1.0.17 |
1477 | 2024-05-14T17:36:23.462Z | Downloaded ucd-trie v0.1.6 |
1478 | 2024-05-14T17:36:23.462Z | Downloaded owo-colors v4.0.0 |
1479 | 2024-05-14T17:36:23.462Z | Downloaded derive_builder_core v0.20.0 |
1480 | 2024-05-14T17:36:23.472Z | Downloaded tar v0.4.40 |
1481 | 2024-05-14T17:36:23.472Z | Downloaded socket2 v0.5.6 |
1482 | 2024-05-14T17:36:23.473Z | Downloaded compact_str v0.7.1 |
1483 | 2024-05-14T17:36:23.489Z | Downloaded base64 v0.21.7 |
1484 | 2024-05-14T17:36:23.489Z | Downloaded rust-argon2 v2.1.0 |
1485 | 2024-05-14T17:36:23.489Z | Downloaded erased-serde v0.3.31 |
1486 | 2024-05-14T17:36:23.489Z | Downloaded pin-project-internal v1.1.3 |
1487 | 2024-05-14T17:36:23.489Z | Downloaded parking_lot v0.11.2 |
1488 | 2024-05-14T17:36:23.489Z | Downloaded escape8259 v0.5.2 |
1489 | 2024-05-14T17:36:23.490Z | Downloaded crypto-common v0.1.6 |
1490 | 2024-05-14T17:36:23.490Z | Downloaded zone v0.1.8 |
1491 | 2024-05-14T17:36:23.504Z | Downloaded which v4.4.0 |
1492 | 2024-05-14T17:36:23.505Z | Downloaded crypto-bigint v0.5.2 |
1493 | 2024-05-14T17:36:23.505Z | Downloaded olpc-cjson v0.1.3 |
1494 | 2024-05-14T17:36:23.505Z | Downloaded hash32 v0.3.1 |
1495 | 2024-05-14T17:36:23.505Z | Downloaded lru-cache v0.1.2 |
1496 | 2024-05-14T17:36:23.505Z | Downloaded managed v0.8.0 |
1497 | 2024-05-14T17:36:23.506Z | Downloaded futures-core v0.3.30 |
1498 | 2024-05-14T17:36:23.506Z | Downloaded hmac v0.12.1 |
1499 | 2024-05-14T17:36:23.506Z | Downloaded crc-any v2.4.3 |
1500 | 2024-05-14T17:36:23.506Z | Downloaded multer v3.1.0 |
1501 | 2024-05-14T17:36:23.521Z | Downloaded libloading v0.7.4 |
1502 | 2024-05-14T17:36:23.522Z | Downloaded lalrpop-util v0.19.12 |
1503 | 2024-05-14T17:36:23.522Z | Downloaded cookie v0.18.1 |
1504 | 2024-05-14T17:36:23.522Z | Downloaded cfg-expr v0.15.6 |
1505 | 2024-05-14T17:36:23.522Z | Downloaded ipnet v2.9.0 |
1506 | 2024-05-14T17:36:23.523Z | Downloaded strum_macros v0.24.3 |
1507 | 2024-05-14T17:36:23.523Z | Downloaded slab v0.4.9 |
1508 | 2024-05-14T17:36:23.523Z | Downloaded native-tls v0.2.11 |
1509 | 2024-05-14T17:36:23.524Z | Downloaded secrecy v0.8.0 |
1510 | 2024-05-14T17:36:23.524Z | Downloaded sec1 v0.7.3 |
1511 | 2024-05-14T17:36:23.524Z | Downloaded linear-map v1.2.0 |
1512 | 2024-05-14T17:36:23.524Z | Downloaded libefi-sys v0.1.0 |
1513 | 2024-05-14T17:36:23.524Z | Downloaded memmap v0.7.0 |
1514 | 2024-05-14T17:36:23.525Z | Downloaded linked-hash-map v0.5.6 |
1515 | 2024-05-14T17:36:23.533Z | Downloaded clang-sys v1.6.1 |
1516 | 2024-05-14T17:36:23.533Z | Downloaded lazy_static v1.4.0 |
1517 | 2024-05-14T17:36:23.534Z | Downloaded hyper-rustls v0.24.2 |
1518 | 2024-05-14T17:36:23.534Z | Downloaded sqlparser_derive v0.2.2 |
1519 | 2024-05-14T17:36:23.534Z | Downloaded heapless v0.8.0 |
1520 | 2024-05-14T17:36:23.534Z | Downloaded maplit v1.0.2 |
1521 | 2024-05-14T17:36:23.534Z | Downloaded const_format_proc_macros v0.2.32 |
1522 | 2024-05-14T17:36:23.535Z | Downloaded crc v3.0.1 |
1523 | 2024-05-14T17:36:23.546Z | Downloaded indoc v2.0.3 |
1524 | 2024-05-14T17:36:23.546Z | Downloaded constant_time_eq v0.2.6 |
1525 | 2024-05-14T17:36:23.547Z | Downloaded colored v2.1.0 |
1526 | 2024-05-14T17:36:23.547Z | Downloaded block-padding v0.3.3 |
1527 | 2024-05-14T17:36:23.547Z | Downloaded block-buffer v0.10.4 |
1528 | 2024-05-14T17:36:23.547Z | Downloaded base64ct v1.6.0 |
1529 | 2024-05-14T17:36:23.628Z | Downloaded ring v0.17.8 |
1530 | 2024-05-14T17:36:23.768Z | Downloaded ring v0.16.20 |
1531 | 2024-05-14T17:36:24.366Z | Compiling libc v0.2.153 |
1532 | 2024-05-14T17:36:24.366Z | Compiling serde v1.0.201 |
1533 | 2024-05-14T17:36:24.366Z | Compiling version_check v0.9.4 |
1534 | 2024-05-14T17:36:24.371Z | Checking cfg-if v1.0.0 |
1535 | 2024-05-14T17:36:24.419Z | Compiling lock_api v0.4.10 |
1536 | 2024-05-14T17:36:24.422Z | Compiling parking_lot_core v0.9.8 |
1537 | 2024-05-14T17:36:24.467Z | Compiling syn v2.0.60 |
1538 | 2024-05-14T17:36:24.510Z | Compiling once_cell v1.19.0 |
1539 | 2024-05-14T17:36:24.540Z | Compiling libm v0.2.7 |
1540 | 2024-05-14T17:36:24.862Z | Compiling num-traits v0.2.19 |
1541 | 2024-05-14T17:36:24.862Z | Compiling memchr v2.7.1 |
1542 | 2024-05-14T17:36:24.870Z | Compiling serde_json v1.0.116 |
1543 | 2024-05-14T17:36:24.941Z | Compiling byteorder v1.5.0 |
1544 | 2024-05-14T17:36:25.113Z | Compiling ahash v0.8.8 |
1545 | 2024-05-14T17:36:25.763Z | Compiling syn v1.0.109 |
1546 | 2024-05-14T17:36:25.767Z | Checking log v0.4.21 |
1547 | 2024-05-14T17:36:25.767Z | Compiling slab v0.4.9 |
1548 | 2024-05-14T17:36:25.790Z | Checking itoa v1.0.9 |
1549 | 2024-05-14T17:36:26.246Z | Compiling typenum v1.16.0 |
1550 | 2024-05-14T17:36:26.246Z | Compiling generic-array v0.14.7 |
1551 | 2024-05-14T17:36:26.246Z | Checking getrandom v0.2.12 |
1552 | 2024-05-14T17:36:26.331Z | Compiling cc v1.0.83 |
1553 | 2024-05-14T17:36:26.502Z | Checking scopeguard v1.2.0 |
1554 | 2024-05-14T17:36:26.593Z | Checking smallvec v1.13.1 |
1555 | 2024-05-14T17:36:26.610Z | Compiling allocator-api2 v0.2.16 |
1556 | 2024-05-14T17:36:26.971Z | Compiling pkg-config v0.3.27 |
1557 | 2024-05-14T17:36:27.211Z | Compiling rustix v0.38.31 |
1558 | 2024-05-14T17:36:27.302Z | Compiling schemars v0.8.17 |
1559 | 2024-05-14T17:36:27.526Z | Compiling httparse v1.8.0 |
1560 | 2024-05-14T17:36:27.683Z | Checking parking_lot v0.12.1 |
1561 | 2024-05-14T17:36:27.699Z | Checking pin-project-lite v0.2.13 |
1562 | 2024-05-14T17:36:27.784Z | Compiling num-conv v0.1.0 |
1563 | 2024-05-14T17:36:27.984Z | Compiling time-core v0.1.2 |
1564 | 2024-05-14T17:36:28.084Z | Compiling fnv v1.0.7 |
1565 | 2024-05-14T17:36:28.153Z | Compiling time-macros v0.2.17 |
1566 | 2024-05-14T17:36:28.236Z | Checking signal-hook-registry v1.4.1 |
1567 | 2024-05-14T17:36:28.374Z | Compiling vcpkg v0.2.15 |
1568 | 2024-05-14T17:36:28.497Z | Checking mio v0.8.11 |
1569 | 2024-05-14T17:36:28.720Z | Compiling heck v0.4.1 |
1570 | 2024-05-14T17:36:29.140Z | Checking ryu v1.0.15 |
1571 | 2024-05-14T17:36:29.198Z | Compiling aho-corasick v1.1.2 |
1572 | 2024-05-14T17:36:29.500Z | Compiling ring v0.17.8 |
1573 | 2024-05-14T17:36:30.578Z | Compiling openssl-sys v0.9.102 |
1574 | 2024-05-14T17:36:30.714Z | Compiling regex-syntax v0.8.2 |
1575 | 2024-05-14T17:36:31.560Z | Checking rand_core v0.6.4 |
1576 | 2024-05-14T17:36:31.779Z | Compiling serde_derive_internals v0.29.0 |
1577 | 2024-05-14T17:36:32.570Z | Checking num_cpus v1.16.0 |
1578 | 2024-05-14T17:36:32.665Z | Checking futures-core v0.3.30 |
1579 | 2024-05-14T17:36:32.879Z | Compiling ring v0.16.20 |
1580 | 2024-05-14T17:36:33.374Z | Checking socket2 v0.5.6 |
1581 | 2024-05-14T17:36:33.898Z | Compiling regex-automata v0.4.5 |
1582 | 2024-05-14T17:36:34.145Z | Compiling openssl v0.10.64 |
1583 | 2024-05-14T17:36:34.561Z | Compiling rustversion v1.0.14 |
1584 | 2024-05-14T17:36:34.926Z | Compiling ucd-trie v0.1.6 |
1585 | 2024-05-14T17:36:35.212Z | Compiling slog v2.7.0 |
1586 | 2024-05-14T17:36:35.765Z | Compiling crossbeam-utils v0.8.19 |
1587 | 2024-05-14T17:36:36.370Z | Compiling iana-time-zone v0.1.57 |
1588 | 2024-05-14T17:36:36.496Z | Compiling rustls v0.21.9 |
1589 | 2024-05-14T17:36:36.672Z | Compiling native-tls v0.2.11 |
1590 | 2024-05-14T17:36:37.170Z | Compiling cookie v0.17.0 |
1591 | 2024-05-14T17:36:37.180Z | Checking spin v0.5.2 |
1592 | 2024-05-14T17:36:37.180Z | Compiling backtrace v0.3.69 |
1593 | 2024-05-14T17:36:37.180Z | Compiling dyn-clone v1.0.17 |
1594 | 2024-05-14T17:36:37.180Z | Checking futures-sink v0.3.30 |
1595 | 2024-05-14T17:36:37.186Z | Compiling anyhow v1.0.83 |
1596 | 2024-05-14T17:36:37.436Z | Checking pin-utils v0.1.0 |
1597 | 2024-05-14T17:36:37.519Z | Checking futures-channel v0.3.30 |
1598 | 2024-05-14T17:36:38.016Z | Compiling tinyvec_macros v0.1.1 |
1599 | 2024-05-14T17:36:38.124Z | Checking futures-io v0.3.30 |
1600 | 2024-05-14T17:36:38.134Z | Checking futures-task v0.3.30 |
1601 | 2024-05-14T17:36:38.134Z | Compiling tinyvec v1.6.0 |
1602 | 2024-05-14T17:36:38.167Z | Compiling thread-id v4.2.0 |
1603 | 2024-05-14T17:36:38.368Z | Compiling serde_derive v1.0.201 |
1604 | 2024-05-14T17:36:38.440Z | Compiling zerocopy-derive v0.7.32 |
1605 | 2024-05-14T17:36:38.945Z | Compiling thiserror-impl v1.0.59 |
1606 | 2024-05-14T17:36:39.203Z | Compiling zeroize_derive v1.4.2 |
1607 | 2024-05-14T17:36:39.521Z | Compiling tokio-macros v2.2.0 |
1608 | 2024-05-14T17:36:39.672Z | Compiling futures-macro v0.3.30 |
1609 | 2024-05-14T17:36:39.729Z | Compiling tracing-attributes v0.1.27 |
1610 | 2024-05-14T17:36:40.789Z | Compiling zerocopy v0.7.32 |
1611 | 2024-05-14T17:36:40.844Z | Compiling schemars_derive v0.8.17 |
1612 | 2024-05-14T17:36:41.244Z | Compiling regex v1.10.4 |
1613 | 2024-05-14T17:36:41.884Z | Checking zeroize v1.7.0 |
1614 | 2024-05-14T17:36:42.169Z | Compiling openssl-macros v0.1.1 |
1615 | 2024-05-14T17:36:42.220Z | Compiling thiserror v1.0.59 |
1616 | 2024-05-14T17:36:42.381Z | Compiling pest v2.7.6 |
1617 | 2024-05-14T17:36:42.949Z | Compiling hashbrown v0.14.3 |
1618 | 2024-05-14T17:36:43.020Z | Compiling async-trait v0.1.80 |
1619 | 2024-05-14T17:36:43.900Z | Compiling scroll_derive v0.12.0 |
1620 | 2024-05-14T17:36:44.013Z | Checking futures-util v0.3.30 |
1621 | 2024-05-14T17:36:44.404Z | Compiling unicode-normalization v0.1.22 |
1622 | 2024-05-14T17:36:44.782Z | Compiling pest_meta v2.7.6 |
1623 | 2024-05-14T17:36:45.086Z | Compiling der_derive v0.7.2 |
1624 | 2024-05-14T17:36:45.408Z | Compiling unicode-bidi v0.3.15 |
1625 | 2024-05-14T17:36:45.809Z | Compiling errno v0.3.8 |
1626 | 2024-05-14T17:36:46.346Z | Compiling pest_generator v2.7.6 |
1627 | 2024-05-14T17:36:51.688Z | Compiling unicode-width v0.1.11 |
1628 | 2024-05-14T17:36:51.995Z | Compiling crc32fast v1.3.2 |
1629 | 2024-05-14T17:36:51.996Z | Checking subtle v2.5.0 |
1630 | 2024-05-14T17:36:51.996Z | Compiling either v1.11.0 |
1631 | 2024-05-14T17:36:51.996Z | Compiling scroll v0.12.0 |
1632 | 2024-05-14T17:36:51.996Z | Compiling usdt-impl v0.5.0 |
1633 | 2024-05-14T17:36:51.997Z | Compiling winnow v0.5.15 |
1634 | 2024-05-14T17:36:51.997Z | Compiling plain v0.2.3 |
1635 | 2024-05-14T17:36:51.997Z | Compiling goblin v0.8.0 |
1636 | 2024-05-14T17:36:51.997Z | Compiling pest_derive v2.7.6 |
1637 | 2024-05-14T17:36:51.997Z | Compiling spin v0.9.8 |
1638 | 2024-05-14T17:36:51.997Z | Compiling tracing-core v0.1.32 |
1639 | 2024-05-14T17:36:51.998Z | Compiling pretty-hex v0.4.1 |
1640 | 2024-05-14T17:36:51.998Z | Compiling dtrace-parser v0.2.0 |
1641 | 2024-05-14T17:36:51.998Z | Compiling const-oid v0.9.6 |
1642 | 2024-05-14T17:36:51.998Z | Compiling tracing v0.1.40 |
1643 | 2024-05-14T17:36:52.204Z | Compiling percent-encoding v2.3.1 |
1644 | 2024-05-14T17:36:52.204Z | Checking bytes v1.6.0 |
1645 | 2024-05-14T17:36:52.300Z | Checking bitflags v2.4.2 |
1646 | 2024-05-14T17:36:52.671Z | Compiling clap_derive v4.5.4 |
1647 | 2024-05-14T17:36:52.797Z | Compiling indexmap v2.2.6 |
1648 | 2024-05-14T17:36:53.043Z | Compiling serde_tokenstream v0.2.0 |
1649 | 2024-05-14T17:36:53.854Z | Checking tokio v1.37.0 |
1650 | 2024-05-14T17:36:53.978Z | Compiling chrono v0.4.38 |
1651 | 2024-05-14T17:36:54.105Z | Compiling uuid v1.8.0 |
1652 | 2024-05-14T17:36:54.212Z | Compiling semver v1.0.22 |
1653 | 2024-05-14T17:36:54.849Z | Compiling http v0.2.12 |
1654 | 2024-05-14T17:36:54.890Z | Compiling serde_spanned v0.6.5 |
1655 | 2024-05-14T17:36:55.099Z | Compiling toml_datetime v0.6.5 |
1656 | 2024-05-14T17:36:55.434Z | Compiling rustc_version v0.4.0 |
1657 | 2024-05-14T17:36:56.202Z | Compiling toml_edit v0.19.15 |
1658 | 2024-05-14T17:36:57.757Z | Compiling openapiv3 v2.0.0 |
1659 | 2024-05-14T17:36:57.853Z | Compiling dof v0.3.0 |
1660 | 2024-05-14T17:37:00.049Z | Compiling untrusted v0.9.0 |
1661 | 2024-05-14T17:37:00.218Z | Compiling signal-hook v0.3.17 |
1662 | 2024-05-14T17:37:00.284Z | Compiling foreign-types-shared v0.1.1 |
1663 | 2024-05-14T17:37:00.399Z | Compiling powerfmt v0.2.0 |
1664 | 2024-05-14T17:37:00.495Z | Compiling untrusted v0.7.1 |
1665 | 2024-05-14T17:37:00.680Z | Compiling deranged v0.3.11 |
1666 | 2024-05-14T17:37:00.819Z | Compiling foreign-types v0.3.2 |
1667 | 2024-05-14T17:37:00.927Z | Compiling usdt-attr-macro v0.5.0 |
1668 | 2024-05-14T17:37:01.136Z | Compiling usdt-macro v0.5.0 |
1669 | 2024-05-14T17:37:02.158Z | Compiling form_urlencoded v1.2.1 |
1670 | 2024-05-14T17:37:02.484Z | Compiling crypto-common v0.1.6 |
1671 | 2024-05-14T17:37:02.597Z | Compiling zerocopy-derive v0.6.6 |
1672 | 2024-05-14T17:37:02.617Z | Compiling siphasher v0.3.11 |
1673 | 2024-05-14T17:37:02.689Z | Compiling num_threads v0.1.6 |
1674 | 2024-05-14T17:37:02.843Z | Compiling base64 v0.21.7 |
1675 | 2024-05-14T17:37:03.328Z | Compiling try-lock v0.2.4 |
1676 | 2024-05-14T17:37:03.328Z | Compiling want v0.3.1 |
1677 | 2024-05-14T17:37:03.423Z | Compiling tokio-util v0.7.10 |
1678 | 2024-05-14T17:37:03.574Z | Compiling rustls-webpki v0.101.7 |
1679 | 2024-05-14T17:37:04.011Z | Compiling time v0.3.34 |
1680 | 2024-05-14T17:37:04.305Z | Compiling sct v0.7.0 |
1681 | 2024-05-14T17:37:04.594Z | Compiling h2 v0.3.26 |
1682 | 2024-05-14T17:37:04.821Z | Compiling http-body v0.4.5 |
1683 | 2024-05-14T17:37:05.228Z | Compiling block-buffer v0.10.4 |
1684 | 2024-05-14T17:37:05.254Z | Compiling idna v0.5.0 |
1685 | 2024-05-14T17:37:05.459Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1686 | 2024-05-14T17:37:05.491Z | Compiling tower-service v0.3.2 |
1687 | 2024-05-14T17:37:05.608Z | Compiling httpdate v1.0.3 |
1688 | 2024-05-14T17:37:05.940Z | Compiling openssl-probe v0.1.5 |
1689 | 2024-05-14T17:37:06.132Z | Compiling url v2.5.0 |
1690 | 2024-05-14T17:37:06.785Z | Compiling digest v0.10.7 |
1691 | 2024-05-14T17:37:07.252Z | Compiling heapless v0.7.16 |
1692 | 2024-05-14T17:37:07.594Z | Compiling idna v0.3.0 |
1693 | 2024-05-14T17:37:07.705Z | Compiling lazy_static v1.4.0 |
1694 | 2024-05-14T17:37:08.072Z | Compiling psl-types v2.0.11 |
1695 | 2024-05-14T17:37:09.071Z | Checking equivalent v1.0.1 |
1696 | 2024-05-14T17:37:09.156Z | Compiling adler v1.0.2 |
1697 | 2024-05-14T17:37:09.173Z | Compiling ppv-lite86 v0.2.17 |
1698 | 2024-05-14T17:37:09.330Z | Compiling miniz_oxide v0.7.1 |
1699 | 2024-05-14T17:37:09.968Z | Compiling rand_chacha v0.3.1 |
1700 | 2024-05-14T17:37:10.537Z | Compiling tokio-native-tls v0.3.1 |
1701 | 2024-05-14T17:37:10.570Z | Compiling crossbeam-epoch v0.9.18 |
1702 | 2024-05-14T17:37:10.575Z | Compiling publicsuffix v2.2.3 |
1703 | 2024-05-14T17:37:10.801Z | Compiling tokio-rustls v0.24.1 |
1704 | 2024-05-14T17:37:10.895Z | Compiling bit-vec v0.6.3 |
1705 | 2024-05-14T17:37:11.189Z | Compiling hyper v0.14.28 |
1706 | 2024-05-14T17:37:11.517Z | Compiling ipnet v2.9.0 |
1707 | 2024-05-14T17:37:11.531Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1708 | 2024-05-14T17:37:11.812Z | Compiling cookie_store v0.20.0 |
1709 | 2024-05-14T17:37:11.867Z | Compiling rand v0.8.5 |
1710 | 2024-05-14T17:37:12.470Z | Compiling rustls-pemfile v1.0.3 |
1711 | 2024-05-14T17:37:12.564Z | Compiling phf_shared v0.10.0 |
1712 | 2024-05-14T17:37:12.820Z | Compiling serde_urlencoded v0.7.1 |
1713 | 2024-05-14T17:37:13.291Z | Compiling encoding_rs v0.8.33 |
1714 | 2024-05-14T17:37:13.317Z | Compiling num-bigint v0.4.4 |
1715 | 2024-05-14T17:37:13.334Z | Compiling mime v0.3.17 |
1716 | 2024-05-14T17:37:13.673Z | Compiling smoltcp v0.9.1 |
1717 | 2024-05-14T17:37:13.892Z | Compiling sync_wrapper v0.1.2 |
1718 | 2024-05-14T17:37:13.914Z | Compiling minimal-lexical v0.2.1 |
1719 | 2024-05-14T17:37:14.009Z | Compiling fixedbitset v0.4.2 |
1720 | 2024-05-14T17:37:14.170Z | Compiling base64ct v1.6.0 |
1721 | 2024-05-14T17:37:14.399Z | Compiling new_debug_unreachable v1.0.4 |
1722 | 2024-05-14T17:37:14.426Z | Compiling webpki-roots v0.25.2 |
1723 | 2024-05-14T17:37:14.467Z | Compiling precomputed-hash v0.1.1 |
1724 | 2024-05-14T17:37:14.496Z | Compiling gimli v0.28.0 |
1725 | 2024-05-14T17:37:14.572Z | Compiling string_cache v0.8.7 |
1726 | 2024-05-14T17:37:14.614Z | Compiling pem-rfc7468 v0.7.0 |
1727 | 2024-05-14T17:37:14.727Z | Compiling nom v7.1.3 |
1728 | 2024-05-14T17:37:14.895Z | Compiling petgraph v0.6.5 |
1729 | 2024-05-14T17:37:15.395Z | Compiling bit-set v0.5.3 |
1730 | 2024-05-14T17:37:15.662Z | Compiling hmac v0.12.1 |
1731 | 2024-05-14T17:37:15.672Z | Compiling itertools v0.10.5 |
1732 | 2024-05-14T17:37:15.890Z | Compiling enum-as-inner v0.5.1 |
1733 | 2024-05-14T17:37:16.210Z | Compiling hubpack_derive v0.1.1 |
1734 | 2024-05-14T17:37:16.999Z | Compiling diesel_table_macro_syntax v0.1.0 |
1735 | 2024-05-14T17:37:17.204Z | Compiling object v0.32.1 |
1736 | 2024-05-14T17:37:17.900Z | Compiling hyper-rustls v0.24.2 |
1737 | 2024-05-14T17:37:18.481Z | Compiling hyper-tls v0.5.0 |
1738 | 2024-05-14T17:37:18.494Z | Compiling rustc-demangle v0.1.23 |
1739 | 2024-05-14T17:37:18.495Z | Compiling lalrpop-util v0.19.12 |
1740 | 2024-05-14T17:37:18.495Z | Compiling addr2line v0.21.0 |
1741 | 2024-05-14T17:37:18.495Z | Compiling reqwest v0.11.27 |
1742 | 2024-05-14T17:37:18.629Z | Compiling flagset v0.4.3 |
1743 | 2024-05-14T17:37:18.814Z | Compiling unicode-segmentation v1.10.1 |
1744 | 2024-05-14T17:37:19.024Z | Compiling der v0.7.8 |
1745 | 2024-05-14T17:37:19.113Z | Compiling toml_edit v0.22.12 |
1746 | 2024-05-14T17:37:19.255Z | Compiling diesel_derives v2.1.2 |
1747 | 2024-05-14T17:37:19.578Z | Compiling flate2 v1.0.30 |
1748 | 2024-05-14T17:37:19.648Z | Compiling futures-executor v0.3.30 |
1749 | 2024-05-14T17:37:20.225Z | Compiling cpufeatures v0.2.12 |
1750 | 2024-05-14T17:37:20.663Z | Compiling sha2 v0.10.8 |
1751 | 2024-05-14T17:37:21.181Z | Compiling spki v0.7.2 |
1752 | 2024-05-14T17:37:21.560Z | Compiling futures v0.3.30 |
1753 | 2024-05-14T17:37:22.350Z | Compiling md-5 v0.10.5 |
1754 | 2024-05-14T17:37:22.575Z | Compiling toml v0.7.8 |
1755 | 2024-05-14T17:37:23.321Z | Compiling hex v0.4.3 |
1756 | 2024-05-14T17:37:23.557Z | Compiling stringprep v0.1.3 |
1757 | 2024-05-14T17:37:24.260Z | Compiling strum_macros v0.25.2 |
1758 | 2024-05-14T17:37:24.368Z | Compiling serde_repr v0.1.16 |
1759 | 2024-05-14T17:37:24.806Z | Compiling num-integer v0.1.46 |
1760 | 2024-05-14T17:37:25.327Z | Compiling hash32 v0.2.1 |
1761 | 2024-05-14T17:37:25.568Z | Compiling fallible-iterator v0.2.0 |
1762 | 2024-05-14T17:37:25.701Z | Checking unicode-ident v1.0.12 |
1763 | 2024-05-14T17:37:25.777Z | Compiling stable_deref_trait v1.2.0 |
1764 | 2024-05-14T17:37:25.876Z | Compiling pkcs8 v0.10.2 |
1765 | 2024-05-14T17:37:26.245Z | Compiling postgres-protocol v0.6.6 |
1766 | 2024-05-14T17:37:26.561Z | Compiling phf_shared v0.11.2 |
1767 | 2024-05-14T17:37:27.113Z | Compiling terminal_size v0.3.0 |
1768 | 2024-05-14T17:37:27.318Z | Compiling ff v0.13.0 |
1769 | 2024-05-14T17:37:27.533Z | Compiling block-padding v0.3.3 |
1770 | 2024-05-14T17:37:27.607Z | Compiling scheduled-thread-pool v0.2.7 |
1771 | 2024-05-14T17:37:27.954Z | Compiling managed v0.8.0 |
1772 | 2024-05-14T17:37:27.970Z | Compiling base16ct v0.2.0 |
1773 | 2024-05-14T17:37:28.038Z | Compiling regex-automata v0.1.10 |
1774 | 2024-05-14T17:37:28.603Z | Compiling matches v0.1.10 |
1775 | 2024-05-14T17:37:28.606Z | Compiling bitflags v1.3.2 |
1776 | 2024-05-14T17:37:28.606Z | Compiling peg-runtime v0.8.3 |
1777 | 2024-05-14T17:37:28.606Z | Compiling idna v0.2.3 |
1778 | 2024-05-14T17:37:28.606Z | Compiling clap_builder v4.5.2 |
1779 | 2024-05-14T17:37:28.606Z | Compiling bstr v0.2.17 |
1780 | 2024-05-14T17:37:28.901Z | Compiling sec1 v0.7.3 |
1781 | 2024-05-14T17:37:29.473Z | Compiling r2d2 v0.8.10 |
1782 | 2024-05-14T17:37:29.813Z | Compiling inout v0.1.3 |
1783 | 2024-05-14T17:37:29.911Z | Compiling group v0.13.0 |
1784 | 2024-05-14T17:37:30.087Z | Compiling signal-hook-mio v0.2.3 |
1785 | 2024-05-14T17:37:30.496Z | Compiling postgres-types v0.2.6 |
1786 | 2024-05-14T17:37:30.496Z | Compiling phf v0.11.2 |
1787 | 2024-05-14T17:37:30.496Z | Compiling bzip2 v0.4.4 |
1788 | 2024-05-14T17:37:30.512Z | Compiling hubpack v0.1.2 |
1789 | 2024-05-14T17:37:30.595Z | Compiling hkdf v0.12.4 |
1790 | 2024-05-14T17:37:30.948Z | Compiling zerocopy v0.6.6 |
1791 | 2024-05-14T17:37:31.118Z | Compiling ipnetwork v0.20.0 |
1792 | 2024-05-14T17:37:32.103Z | Compiling crypto-bigint v0.5.2 |
1793 | 2024-05-14T17:37:32.110Z | Compiling float-cmp v0.9.0 |
1794 | 2024-05-14T17:37:32.110Z | Compiling memmap v0.7.0 |
1795 | 2024-05-14T17:37:32.203Z | Compiling static_assertions v1.1.0 |
1796 | 2024-05-14T17:37:32.303Z | Compiling normalize-line-endings v0.3.0 |
1797 | 2024-05-14T17:37:32.355Z | Compiling whoami v1.5.1 |
1798 | 2024-05-14T17:37:32.426Z | Compiling difflib v0.4.0 |
1799 | 2024-05-14T17:37:32.972Z | Compiling predicates-core v1.0.6 |
1800 | 2024-05-14T17:37:33.323Z | Compiling data-encoding v2.4.0 |
1801 | 2024-05-14T17:37:33.658Z | Compiling elliptic-curve v0.13.8 |
1802 | 2024-05-14T17:37:33.710Z | Compiling yasna v0.5.2 |
1803 | 2024-05-14T17:37:34.055Z | Compiling trust-dns-proto v0.22.0 |
1804 | 2024-05-14T17:37:34.436Z | Compiling predicates v3.1.0 |
1805 | 2024-05-14T17:37:34.961Z | Compiling diesel v2.1.6 |
1806 | 2024-05-14T17:37:34.974Z | Compiling tokio-postgres v0.7.10 |
1807 | 2024-05-14T17:37:35.563Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1808 | 2024-05-14T17:37:36.206Z | Compiling usdt v0.5.0 |
1809 | 2024-05-14T17:37:36.712Z | Compiling clap v4.5.4 |
1810 | 2024-05-14T17:37:36.828Z | Compiling zip v0.6.6 |
1811 | 2024-05-14T17:37:37.706Z | Compiling crossterm v0.27.0 |
1812 | 2024-05-14T17:37:38.114Z | Compiling cipher v0.4.4 |
1813 | 2024-05-14T17:37:38.122Z | Compiling similar v2.4.0 |
1814 | 2024-05-14T17:37:38.382Z | Checking proc-macro2 v1.0.81 |
1815 | 2024-05-14T17:37:39.260Z | Compiling num-iter v0.1.45 |
1816 | 2024-05-14T17:37:39.437Z | Compiling console v0.15.8 |
1817 | 2024-05-14T17:37:39.915Z | Compiling tokio-stream v0.1.15 |
1818 | 2024-05-14T17:37:40.983Z | Compiling bstr v1.9.0 |
1819 | 2024-05-14T17:37:40.996Z | Checking quote v1.0.36 |
1820 | 2024-05-14T17:37:45.353Z | Checking utf8parse v0.2.1 |
1821 | 2024-05-14T17:37:49.014Z | Checking anstyle v1.0.7 |
1822 | 2024-05-14T17:37:50.462Z | Checking anstyle-parse v0.2.1 |
1823 | 2024-05-14T17:37:50.668Z | Checking colorchoice v1.0.0 |
1824 | 2024-05-14T17:37:50.703Z | Checking anstyle-query v1.0.0 |
1825 | 2024-05-14T17:37:50.829Z | Checking anstream v0.6.11 |
1826 | 2024-05-14T17:37:50.938Z | Checking strsim v0.11.0 |
1827 | 2024-05-14T17:37:51.150Z | Checking clap_lex v0.7.0 |
1828 | 2024-05-14T17:37:54.588Z | Checking winnow v0.6.1 |
1829 | 2024-05-14T17:38:03.351Z | Compiling regress v0.9.1 |
1830 | 2024-05-14T17:38:03.981Z | Compiling getopts v0.2.21 |
1831 | 2024-05-14T17:38:04.008Z | Compiling unsafe-libyaml v0.2.10 |
1832 | 2024-05-14T17:38:04.204Z | Checking heck v0.5.0 |
1833 | 2024-05-14T17:38:04.893Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1834 | 2024-05-14T17:38:05.792Z | Compiling serde_yaml v0.9.25 |
1835 | 2024-05-14T17:38:05.813Z | Checking is-terminal v0.4.9 |
1836 | 2024-05-14T17:38:05.870Z | Checking camino v1.1.6 |
1837 | 2024-05-14T17:38:05.927Z | Checking base64 v0.22.1 |
1838 | 2024-05-14T17:38:06.093Z | Compiling strsim v0.10.0 |
1839 | 2024-05-14T17:38:06.384Z | Compiling ident_case v1.0.1 |
1840 | 2024-05-14T17:38:06.410Z | Checking sha1 v0.10.6 |
1841 | 2024-05-14T17:38:06.581Z | Compiling darling_core v0.20.8 |
1842 | 2024-05-14T17:38:06.675Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1843 | 2024-05-14T17:38:06.887Z | Checking http v1.0.0 |
1844 | 2024-05-14T17:38:08.228Z | Compiling paste v1.0.15 |
1845 | 2024-05-14T17:38:08.248Z | Compiling strum_macros v0.26.1 |
1846 | 2024-05-14T17:38:08.805Z | Checking match_cfg v0.1.0 |
1847 | 2024-05-14T17:38:08.893Z | Checking rustls-pki-types v1.3.0 |
1848 | 2024-05-14T17:38:09.265Z | Checking fastrand v2.0.1 |
1849 | 2024-05-14T17:38:09.569Z | Checking tempfile v3.10.1 |
1850 | 2024-05-14T17:38:09.656Z | Checking hostname v0.3.1 |
1851 | 2024-05-14T17:38:09.858Z | Checking dirs-sys-next v0.1.2 |
1852 | 2024-05-14T17:38:09.902Z | Checking quick-error v1.2.3 |
1853 | 2024-05-14T17:38:09.919Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1854 | 2024-05-14T17:38:10.021Z | Checking dirs-next v2.0.0 |
1855 | 2024-05-14T17:38:10.039Z | Checking crossbeam-channel v0.5.8 |
1856 | 2024-05-14T17:38:10.150Z | Checking thread_local v1.1.7 |
1857 | 2024-05-14T17:38:10.351Z | Compiling rustls v0.22.4 |
1858 | 2024-05-14T17:38:10.426Z | Compiling slog-async v2.8.0 |
1859 | 2024-05-14T17:38:10.655Z | Checking term v0.7.0 |
1860 | 2024-05-14T17:38:10.765Z | Checking rustls-webpki v0.102.1 |
1861 | 2024-05-14T17:38:11.026Z | Checking instant v0.1.12 |
1862 | 2024-05-14T17:38:11.039Z | Checking take_mut v0.2.2 |
1863 | 2024-05-14T17:38:11.062Z | Checking slog-term v2.9.1 |
1864 | 2024-05-14T17:38:11.141Z | Checking rustls-pemfile v2.1.2 |
1865 | 2024-05-14T17:38:11.343Z | Compiling multer v3.1.0 |
1866 | 2024-05-14T17:38:11.443Z | Checking debug-ignore v1.0.5 |
1867 | 2024-05-14T17:38:11.541Z | Checking toml v0.8.12 |
1868 | 2024-05-14T17:38:11.584Z | Checking slog-json v2.6.1 |
1869 | 2024-05-14T17:38:11.699Z | Compiling async-stream-impl v0.3.5 |
1870 | 2024-05-14T17:38:11.812Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1871 | 2024-05-14T17:38:12.157Z | Checking atomic-waker v1.1.1 |
1872 | 2024-05-14T17:38:12.292Z | Checking waitgroup v0.1.2 |
1873 | 2024-05-14T17:38:12.352Z | Checking slog-bunyan v2.5.0 |
1874 | 2024-05-14T17:38:12.502Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1875 | 2024-05-14T17:38:12.854Z | Checking serde_path_to_error v0.1.16 |
1876 | 2024-05-14T17:38:13.180Z | Checking async-stream v0.3.5 |
1877 | 2024-05-14T17:38:13.350Z | Checking hostname v0.4.0 |
1878 | 2024-05-14T17:38:13.498Z | Checking newtype-uuid v1.1.0 |
1879 | 2024-05-14T17:38:13.524Z | Checking wait-timeout v0.2.0 |
1880 | 2024-05-14T17:38:13.546Z | Checking strum v0.26.2 |
1881 | 2024-05-14T17:38:13.607Z | Compiling darling_macro v0.20.8 |
1882 | 2024-05-14T17:38:13.656Z | Compiling structmeta-derive v0.3.0 |
1883 | 2024-05-14T17:38:13.669Z | Checking rusty-fork v0.3.0 |
1884 | 2024-05-14T17:38:13.693Z | Compiling structmeta-derive v0.2.0 |
1885 | 2024-05-14T17:38:13.947Z | Checking rand_xorshift v0.3.0 |
1886 | 2024-05-14T17:38:14.113Z | Checking unarray v0.1.4 |
1887 | 2024-05-14T17:38:14.252Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1888 | 2024-05-14T17:38:14.683Z | Checking proptest v1.4.0 |
1889 | 2024-05-14T17:38:14.759Z | Compiling darling v0.20.8 |
1890 | 2024-05-14T17:38:14.759Z | Checking backoff v0.4.0 |
1891 | 2024-05-14T17:38:14.782Z | Compiling serde_with_macros v3.7.0 |
1892 | 2024-05-14T17:38:14.958Z | Checking tokio-rustls v0.25.0 |
1893 | 2024-05-14T17:38:14.985Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1894 | 2024-05-14T17:38:15.767Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1895 | 2024-05-14T17:38:15.918Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1896 | 2024-05-14T17:38:16.156Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1897 | 2024-05-14T17:38:16.696Z | Compiling structmeta v0.2.0 |
1898 | 2024-05-14T17:38:16.753Z | Compiling structmeta v0.3.0 |
1899 | 2024-05-14T17:38:17.038Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1900 | 2024-05-14T17:38:17.216Z | Checking macaddr v1.0.1 |
1901 | 2024-05-14T17:38:17.305Z | Compiling test-strategy v0.3.1 |
1902 | 2024-05-14T17:38:17.305Z | Compiling parse-display-derive v0.9.0 |
1903 | 2024-05-14T17:38:17.493Z | Compiling proc-macro-error-attr v1.0.4 |
1904 | 2024-05-14T17:38:17.859Z | Compiling proc-macro-error v1.0.4 |
1905 | 2024-05-14T17:38:17.921Z | Checking serde_with v3.7.0 |
1906 | 2024-05-14T17:38:18.881Z | Compiling proc-macro-crate v1.3.1 |
1907 | 2024-05-14T17:38:18.921Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1908 | 2024-05-14T17:38:19.305Z | Checking camino-tempfile v1.1.1 |
1909 | 2024-05-14T17:38:19.603Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1910 | 2024-05-14T17:38:19.869Z | Compiling foreign-types-macros v0.2.3 |
1911 | 2024-05-14T17:38:19.908Z | Checking foreign-types-shared v0.3.1 |
1912 | 2024-05-14T17:38:19.936Z | Compiling num_enum_derive v0.5.11 |
1913 | 2024-05-14T17:38:20.018Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1914 | 2024-05-14T17:38:20.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1915 | 2024-05-14T17:38:21.147Z | Checking cstr-argument v0.1.2 |
1916 | 2024-05-14T17:38:21.248Z | Checking foreign-types v0.5.0 |
1917 | 2024-05-14T17:38:21.324Z | Checking pretty-hex v0.2.1 |
1918 | 2024-05-14T17:38:21.363Z | Checking tabwriter v1.4.0 |
1919 | 2024-05-14T17:38:21.363Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1920 | 2024-05-14T17:38:21.433Z | Checking colored v2.1.0 |
1921 | 2024-05-14T17:38:21.516Z | Checking socket2 v0.4.9 |
1922 | 2024-05-14T17:38:21.619Z | Checking smf v0.2.3 |
1923 | 2024-05-14T17:38:21.661Z | Checking humantime v2.1.0 |
1924 | 2024-05-14T17:38:21.702Z | Checking termcolor v1.2.0 |
1925 | 2024-05-14T17:38:21.954Z | Checking arc-swap v1.6.0 |
1926 | 2024-05-14T17:38:21.990Z | Checking parse-display v0.9.0 |
1927 | 2024-05-14T17:38:22.018Z | Checking utf-8 v0.7.6 |
1928 | 2024-05-14T17:38:22.062Z | Checking newline-converter v0.3.0 |
1929 | 2024-05-14T17:38:22.132Z | Checking filetime v0.2.23 |
1930 | 2024-05-14T17:38:22.183Z | Checking xattr v1.0.1 |
1931 | 2024-05-14T17:38:22.264Z | Checking same-file v1.0.6 |
1932 | 2024-05-14T17:38:22.302Z | Checking expectorate v1.1.0 |
1933 | 2024-05-14T17:38:22.341Z | Checking tungstenite v0.20.1 |
1934 | 2024-05-14T17:38:22.355Z | Checking tar v0.4.40 |
1935 | 2024-05-14T17:38:22.355Z | Checking slog-scope v4.4.0 |
1936 | 2024-05-14T17:38:22.355Z | Checking walkdir v2.5.0 |
1937 | 2024-05-14T17:38:22.395Z | Checking termtree v0.4.1 |
1938 | 2024-05-14T17:38:22.595Z | Checking slog-stdlog v4.1.1 |
1939 | 2024-05-14T17:38:22.631Z | Compiling heapless v0.8.0 |
1940 | 2024-05-14T17:38:22.657Z | Checking predicates-tree v1.0.9 |
1941 | 2024-05-14T17:38:22.770Z | Checking slog-envlogger v2.2.0 |
1942 | 2024-05-14T17:38:22.860Z | Checking num_enum v0.5.11 |
1943 | 2024-05-14T17:38:22.860Z | Checking hash32 v0.3.1 |
1944 | 2024-05-14T17:38:22.883Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1945 | 2024-05-14T17:38:22.940Z | Compiling smoltcp v0.11.0 |
1946 | 2024-05-14T17:38:22.981Z | Checking cobs v0.2.3 |
1947 | 2024-05-14T17:38:23.102Z | Compiling crucible-workspace-hack v0.1.0 |
1948 | 2024-05-14T17:38:23.184Z | Checking embedded-io v0.4.0 |
1949 | 2024-05-14T17:38:23.237Z | Checking sigpipe v0.1.3 |
1950 | 2024-05-14T17:38:23.237Z | Checking tokio-tungstenite v0.20.1 |
1951 | 2024-05-14T17:38:23.308Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1952 | 2024-05-14T17:38:23.333Z | Checking postcard v1.0.8 |
1953 | 2024-05-14T17:38:23.356Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1954 | 2024-05-14T17:38:23.652Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1955 | 2024-05-14T17:38:23.837Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1956 | 2024-05-14T17:38:23.837Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1957 | 2024-05-14T17:38:23.837Z | Checking atty v0.2.14 |
1958 | 2024-05-14T17:38:24.024Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1959 | 2024-05-14T17:38:24.131Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1960 | 2024-05-14T17:38:24.131Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1961 | 2024-05-14T17:38:24.346Z | Compiling num-derive v0.4.0 |
1962 | 2024-05-14T17:38:24.474Z | Compiling mockall_derive v0.12.1 |
1963 | 2024-05-14T17:38:24.657Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1964 | 2024-05-14T17:38:24.678Z | Checking downcast v0.11.0 |
1965 | 2024-05-14T17:38:32.827Z | Checking fragile v2.0.0 |
1966 | 2024-05-14T17:38:33.015Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1967 | 2024-05-14T17:38:33.016Z | Checking pem v3.0.4 |
1968 | 2024-05-14T17:38:33.016Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1969 | 2024-05-14T17:38:33.016Z | Checking env_logger v0.9.3 |
1970 | 2024-05-14T17:38:33.016Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1971 | 2024-05-14T17:38:33.016Z | Compiling bitstruct_derive v0.1.0 |
1972 | 2024-05-14T17:38:33.016Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1973 | 2024-05-14T17:38:33.016Z | Checking ascii v1.1.0 |
1974 | 2024-05-14T17:38:33.016Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1975 | 2024-05-14T17:38:33.016Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-05-14T17:38:33.016Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1977 | 2024-05-14T17:38:33.017Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1978 | 2024-05-14T17:38:33.017Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1979 | 2024-05-14T17:38:33.208Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1980 | 2024-05-14T17:38:33.208Z | Checking erased-serde v0.3.31 |
1981 | 2024-05-14T17:38:33.208Z | Checking serde_arrays v0.1.0 |
1982 | 2024-05-14T17:38:33.208Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1983 | 2024-05-14T17:38:33.208Z | Compiling heck v0.3.3 |
1984 | 2024-05-14T17:38:33.208Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1985 | 2024-05-14T17:38:33.208Z | Checking bitstruct v0.1.1 |
1986 | 2024-05-14T17:38:33.208Z | Checking tungstenite v0.21.0 |
1987 | 2024-05-14T17:38:33.208Z | Checking base64 v0.13.1 |
1988 | 2024-05-14T17:38:33.208Z | Compiling zone_cfg_derive v0.1.2 |
1989 | 2024-05-14T17:38:33.208Z | Checking ron v0.7.1 |
1990 | 2024-05-14T17:38:33.208Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1991 | 2024-05-14T17:38:33.208Z | Checking tokio-tungstenite v0.21.0 |
1992 | 2024-05-14T17:38:33.208Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1993 | 2024-05-14T17:38:33.208Z | Checking headers-core v0.2.0 |
1994 | 2024-05-14T17:38:33.209Z | Checking zone v0.1.8 |
1995 | 2024-05-14T17:38:33.209Z | Checking portpicker v0.1.1 |
1996 | 2024-05-14T17:38:33.209Z | Checking headers v0.3.9 |
1997 | 2024-05-14T17:38:33.209Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1998 | 2024-05-14T17:38:33.209Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1999 | 2024-05-14T17:38:33.209Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2000 | 2024-05-14T17:38:33.209Z | Checking rcgen v0.12.1 |
2001 | 2024-05-14T17:38:33.209Z | Checking atomicwrites v0.4.3 |
2002 | 2024-05-14T17:38:33.209Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2003 | 2024-05-14T17:38:33.209Z | Checking subprocess v0.2.9 |
2004 | 2024-05-14T17:38:33.209Z | Checking linked-hash-map v0.5.6 |
2005 | 2024-05-14T17:38:33.209Z | Checking password-hash v0.5.0 |
2006 | 2024-05-14T17:38:33.209Z | Checking blake2 v0.10.6 |
2007 | 2024-05-14T17:38:33.209Z | Checking lru-cache v0.1.2 |
2008 | 2024-05-14T17:38:33.209Z | Checking swrite v0.1.0 |
2009 | 2024-05-14T17:38:33.209Z | Checking itertools v0.12.1 |
2010 | 2024-05-14T17:38:33.209Z | Compiling derive-where v1.2.7 |
2011 | 2024-05-14T17:38:33.209Z | Checking resolv-conf v0.7.0 |
2012 | 2024-05-14T17:38:33.209Z | Checking argon2 v0.5.3 |
2013 | 2024-05-14T17:38:33.209Z | Checking trust-dns-resolver v0.22.0 |
2014 | 2024-05-14T17:38:33.210Z | Compiling rayon-core v1.12.1 |
2015 | 2024-05-14T17:38:33.210Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2016 | 2024-05-14T17:38:33.210Z | Checking half v2.3.1 |
2017 | 2024-05-14T17:38:33.210Z | Compiling cancel-safe-futures v0.1.5 |
2018 | 2024-05-14T17:38:33.210Z | Checking mockall v0.12.1 |
2019 | 2024-05-14T17:38:33.210Z | Checking ciborium-io v0.2.2 |
2020 | 2024-05-14T17:38:33.210Z | Checking bytecount v0.6.3 |
2021 | 2024-05-14T17:38:33.210Z | Checking ciborium-ll v0.2.2 |
2022 | 2024-05-14T17:38:33.210Z | Checking papergrid v0.11.0 |
2023 | 2024-05-14T17:38:33.210Z | Checking ciborium v0.2.2 |
2024 | 2024-05-14T17:38:33.210Z | Compiling tabled_derive v0.7.0 |
2025 | 2024-05-14T17:38:33.210Z | Compiling slog-dtrace v0.3.0 |
2026 | 2024-05-14T17:38:33.491Z | Compiling semver v0.1.20 |
2027 | 2024-05-14T17:38:33.741Z | Compiling rustc_version v0.1.7 |
2028 | 2024-05-14T17:38:33.998Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2029 | 2024-05-14T17:38:34.100Z | Checking libsw v3.3.1 |
2030 | 2024-05-14T17:38:35.095Z | Checking linear-map v1.2.0 |
2031 | 2024-05-14T17:38:35.164Z | Checking owo-colors v4.0.0 |
2032 | 2024-05-14T17:38:35.164Z | Compiling newtype_derive v0.1.6 |
2033 | 2024-05-14T17:38:35.164Z | Compiling unicode-xid v0.2.4 |
2034 | 2024-05-14T17:38:35.165Z | Compiling radium v0.7.0 |
2035 | 2024-05-14T17:38:35.165Z | Checking num-rational v0.4.2 |
2036 | 2024-05-14T17:38:35.165Z | Checking steno v0.4.0 |
2037 | 2024-05-14T17:38:35.165Z | Checking num-complex v0.4.6 |
2038 | 2024-05-14T17:38:35.200Z | Checking nibble_vec v0.1.0 |
2039 | 2024-05-14T17:38:35.340Z | Checking tap v1.0.1 |
2040 | 2024-05-14T17:38:35.358Z | Compiling maybe-uninit v2.0.0 |
2041 | 2024-05-14T17:38:35.476Z | Checking endian-type v0.1.2 |
2042 | 2024-05-14T17:38:35.586Z | Checking tabled v0.15.0 |
2043 | 2024-05-14T17:38:35.673Z | Checking radix_trie v0.2.1 |
2044 | 2024-05-14T17:38:35.712Z | Checking num v0.4.3 |
2045 | 2024-05-14T17:38:35.813Z | Checking wyz v0.5.1 |
2046 | 2024-05-14T17:38:36.014Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2047 | 2024-05-14T17:38:36.480Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2048 | 2024-05-14T17:38:36.486Z | Checking fxhash v0.2.1 |
2049 | 2024-05-14T17:38:36.487Z | Compiling num-bigint-dig v0.8.4 |
2050 | 2024-05-14T17:38:36.487Z | Compiling packed_struct v0.10.1 |
2051 | 2024-05-14T17:38:36.546Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2052 | 2024-05-14T17:38:36.595Z | Checking funty v2.0.0 |
2053 | 2024-05-14T17:38:36.772Z | Checking crc-catalog v2.2.0 |
2054 | 2024-05-14T17:38:36.808Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-05-14T17:38:36.897Z | Checking crc v3.0.1 |
2056 | 2024-05-14T17:38:37.083Z | Compiling packed_struct_codegen v0.10.1 |
2057 | 2024-05-14T17:38:37.098Z | Compiling indexmap v1.9.3 |
2058 | 2024-05-14T17:38:37.301Z | Checking nodrop v0.1.14 |
2059 | 2024-05-14T17:38:37.344Z | Checking smallvec v0.6.14 |
2060 | 2024-05-14T17:38:37.420Z | Checking array-init v0.0.4 |
2061 | 2024-05-14T17:38:37.627Z | Checking bitvec v1.0.1 |
2062 | 2024-05-14T17:38:37.714Z | Checking pkcs1 v0.7.5 |
2063 | 2024-05-14T17:38:37.928Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2064 | 2024-05-14T17:38:38.104Z | Checking signature v2.1.0 |
2065 | 2024-05-14T17:38:38.284Z | Checking hashbrown v0.12.3 |
2066 | 2024-05-14T17:38:38.336Z | Checking bitfield v0.14.0 |
2067 | 2024-05-14T17:38:38.585Z | Checking serde-hex v0.1.0 |
2068 | 2024-05-14T17:38:38.600Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2069 | 2024-05-14T17:38:38.836Z | Checking env_logger v0.10.0 |
2070 | 2024-05-14T17:38:39.258Z | Checking x509-cert v0.2.4 |
2071 | 2024-05-14T17:38:39.526Z | Checking rsa v0.9.2 |
2072 | 2024-05-14T17:38:39.984Z | Checking ron v0.8.1 |
2073 | 2024-05-14T17:38:40.131Z | Checking hashbrown v0.13.2 |
2074 | 2024-05-14T17:38:40.456Z | Checking crc-any v2.4.3 |
2075 | 2024-05-14T17:38:40.622Z | Checking display-error-chain v0.2.0 |
2076 | 2024-05-14T17:38:40.753Z | Checking path-slash v0.1.5 |
2077 | 2024-05-14T17:38:40.757Z | Compiling convert_case v0.4.0 |
2078 | 2024-05-14T17:38:40.811Z | Compiling async-recursion v1.1.1 |
2079 | 2024-05-14T17:38:40.888Z | Compiling buf-list v1.0.3 |
2080 | 2024-05-14T17:38:41.117Z | Checking object v0.30.4 |
2081 | 2024-05-14T17:38:41.143Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2082 | 2024-05-14T17:38:41.389Z | Checking maplit v1.0.2 |
2083 | 2024-05-14T17:38:41.492Z | Compiling blake3 v1.5.0 |
2084 | 2024-05-14T17:38:41.747Z | Compiling derive_more v0.99.17 |
2085 | 2024-05-14T17:38:41.894Z | Checking gethostname v0.4.3 |
2086 | 2024-05-14T17:38:42.043Z | Compiling parking_lot_core v0.8.6 |
2087 | 2024-05-14T17:38:42.232Z | Compiling libefi-sys v0.1.0 |
2088 | 2024-05-14T17:38:42.847Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2089 | 2024-05-14T17:38:42.852Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2090 | 2024-05-14T17:38:42.853Z | Compiling crossbeam-deque v0.8.3 |
2091 | 2024-05-14T17:38:42.948Z | Checking keccak v0.1.4 |
2092 | 2024-05-14T17:38:43.063Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2093 | 2024-05-14T17:38:43.197Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2094 | 2024-05-14T17:38:43.239Z | Checking sha3 v0.10.8 |
2095 | 2024-05-14T17:38:43.612Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2096 | 2024-05-14T17:38:43.634Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2097 | 2024-05-14T17:38:44.055Z | Checking parking_lot v0.11.2 |
2098 | 2024-05-14T17:38:44.272Z | Checking trust-dns-client v0.22.0 |
2099 | 2024-05-14T17:38:44.320Z | Compiling synstructure v0.12.6 |
2100 | 2024-05-14T17:38:44.406Z | Checking toml v0.5.11 |
2101 | 2024-05-14T17:38:44.963Z | Checking secrecy v0.8.0 |
2102 | 2024-05-14T17:38:45.179Z | Compiling pin-project-internal v1.1.3 |
2103 | 2024-05-14T17:38:45.418Z | Checking sled v0.34.7 |
2104 | 2024-05-14T17:38:45.875Z | Checking trust-dns-server v0.22.1 |
2105 | 2024-05-14T17:38:46.162Z | Compiling zerocopy-derive v0.2.0 |
2106 | 2024-05-14T17:38:46.873Z | Compiling rayon v1.10.0 |
2107 | 2024-05-14T17:38:48.329Z | Checking pin-project v1.1.3 |
2108 | 2024-05-14T17:38:48.377Z | Compiling memmap2 v0.7.1 |
2109 | 2024-05-14T17:38:48.549Z | Compiling home v0.5.5 |
2110 | 2024-05-14T17:38:48.783Z | Compiling arrayvec v0.7.4 |
2111 | 2024-05-14T17:38:48.786Z | Compiling constant_time_eq v0.3.0 |
2112 | 2024-05-14T17:38:48.812Z | Compiling arrayref v0.3.7 |
2113 | 2024-05-14T17:38:48.968Z | Compiling toolchain_find v0.4.0 |
2114 | 2024-05-14T17:38:49.627Z | Compiling vte_generate_state_changes v0.1.1 |
2115 | 2024-05-14T17:38:51.505Z | Compiling topological-sort v0.2.2 |
2116 | 2024-05-14T17:38:51.568Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2117 | 2024-05-14T17:38:51.568Z | Checking vte v0.11.1 |
2118 | 2024-05-14T17:38:51.568Z | Compiling rustfmt-wrapper v0.2.1 |
2119 | 2024-05-14T17:38:51.568Z | Checking fd-lock v4.0.2 |
2120 | 2024-05-14T17:38:51.569Z | Compiling glob v0.3.1 |
2121 | 2024-05-14T17:38:51.569Z | Compiling usdt-impl v0.3.5 |
2122 | 2024-05-14T17:38:51.569Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2123 | 2024-05-14T17:38:51.569Z | Checking nu-ansi-term v0.50.0 |
2124 | 2024-05-14T17:38:51.603Z | Compiling zerocopy v0.3.0 |
2125 | 2024-05-14T17:38:51.630Z | Checking strip-ansi-escapes v0.2.0 |
2126 | 2024-05-14T17:38:51.639Z | Compiling platforms v3.0.2 |
2127 | 2024-05-14T17:38:51.699Z | Compiling prettyplease v0.2.19 |
2128 | 2024-05-14T17:38:51.718Z | Compiling dtrace-parser v0.1.14 |
2129 | 2024-05-14T17:38:51.732Z | Checking reedline v0.31.0 |
2130 | 2024-05-14T17:38:51.985Z | Compiling omicron-zone-package v0.11.0 |
2131 | 2024-05-14T17:38:52.077Z | Compiling snafu-derive v0.8.2 |
2132 | 2024-05-14T17:38:52.401Z | Compiling dof v0.1.5 |
2133 | 2024-05-14T17:38:53.897Z | Checking globset v0.4.13 |
2134 | 2024-05-14T17:38:54.277Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2135 | 2024-05-14T17:38:54.323Z | Checking olpc-cjson v0.1.3 |
2136 | 2024-05-14T17:38:54.385Z | Compiling serde_tokenstream v0.1.7 |
2137 | 2024-05-14T17:38:54.401Z | Checking serde_plain v1.0.2 |
2138 | 2024-05-14T17:38:54.623Z | Compiling memoffset v0.7.1 |
2139 | 2024-05-14T17:38:54.650Z | Checking typed-path v0.7.0 |
2140 | 2024-05-14T17:38:54.888Z | Compiling crunchy v0.2.2 |
2141 | 2024-05-14T17:38:55.246Z | Compiling curve25519-dalek v4.1.2 |
2142 | 2024-05-14T17:38:55.390Z | Checking fs-err v2.11.0 |
2143 | 2024-05-14T17:38:55.567Z | Compiling clang-sys v1.6.1 |
2144 | 2024-05-14T17:38:55.873Z | Compiling unicase v2.7.0 |
2145 | 2024-05-14T17:38:56.105Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2146 | 2024-05-14T17:38:56.160Z | Checking parse-size v1.0.0 |
2147 | 2024-05-14T17:38:56.179Z | Compiling tiny-keccak v2.0.2 |
2148 | 2024-05-14T17:38:56.602Z | Compiling usdt-macro v0.3.5 |
2149 | 2024-05-14T17:38:56.627Z | Compiling usdt-attr-macro v0.3.5 |
2150 | 2024-05-14T17:38:56.637Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2151 | 2024-05-14T17:38:57.588Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-05-14T17:38:57.589Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2153 | 2024-05-14T17:38:57.711Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2154 | 2024-05-14T17:38:58.111Z | Checking snafu v0.8.2 |
2155 | 2024-05-14T17:38:58.160Z | Checking universal-hash v0.5.1 |
2156 | 2024-05-14T17:38:58.369Z | Compiling thiserror-impl-no-std v2.0.2 |
2157 | 2024-05-14T17:38:58.380Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2158 | 2024-05-14T17:38:58.580Z | Checking tough v0.17.1 |
2159 | 2024-05-14T17:38:58.915Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2160 | 2024-05-14T17:38:59.136Z | Compiling curve25519-dalek-derive v0.1.0 |
2161 | 2024-05-14T17:39:00.691Z | Checking nanorand v0.7.0 |
2162 | 2024-05-14T17:39:00.784Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2163 | 2024-05-14T17:39:00.807Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2164 | 2024-05-14T17:39:01.049Z | Checking signature v1.6.4 |
2165 | 2024-05-14T17:39:01.108Z | Compiling cfg_aliases v0.1.1 |
2166 | 2024-05-14T17:39:01.170Z | Checking opaque-debug v0.3.0 |
2167 | 2024-05-14T17:39:01.202Z | Compiling salty v0.2.0 |
2168 | 2024-05-14T17:39:01.252Z | Checking poly1305 v0.8.0 |
2169 | 2024-05-14T17:39:01.448Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2170 | 2024-05-14T17:39:01.696Z | Checking thiserror-no-std v2.0.2 |
2171 | 2024-05-14T17:39:01.739Z | Compiling nix v0.28.0 |
2172 | 2024-05-14T17:39:01.761Z | Checking ed25519 v1.5.3 |
2173 | 2024-05-14T17:39:01.860Z | Checking flume v0.11.0 |
2174 | 2024-05-14T17:39:02.358Z | Checking usdt v0.3.5 |
2175 | 2024-05-14T17:39:02.550Z | Compiling ascii-canvas v3.0.0 |
2176 | 2024-05-14T17:39:02.604Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2177 | 2024-05-14T17:39:03.014Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2178 | 2024-05-14T17:39:03.041Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2179 | 2024-05-14T17:39:03.194Z | Checking chacha20 v0.9.1 |
2180 | 2024-05-14T17:39:03.330Z | Checking aead v0.5.2 |
2181 | 2024-05-14T17:39:03.495Z | Checking serde-big-array v0.5.1 |
2182 | 2024-05-14T17:39:03.509Z | Checking kstat-rs v0.2.3 |
2183 | 2024-05-14T17:39:03.531Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2184 | 2024-05-14T17:39:03.947Z | Compiling ena v0.14.2 |
2185 | 2024-05-14T17:39:03.947Z | Compiling libloading v0.7.4 |
2186 | 2024-05-14T17:39:03.948Z | Compiling bindgen v0.69.2 |
2187 | 2024-05-14T17:39:03.948Z | Compiling diff v0.1.13 |
2188 | 2024-05-14T17:39:04.009Z | Compiling regex-syntax v0.6.29 |
2189 | 2024-05-14T17:39:04.089Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2190 | 2024-05-14T17:39:04.446Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2191 | 2024-05-14T17:39:04.665Z | Checking vsss-rs v3.3.4 |
2192 | 2024-05-14T17:39:04.665Z | Checking chacha20poly1305 v0.10.1 |
2193 | 2024-05-14T17:39:05.418Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2194 | 2024-05-14T17:39:06.377Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2195 | 2024-05-14T17:39:06.625Z | Checking signal-hook-tokio v0.3.1 |
2196 | 2024-05-14T17:39:06.805Z | Compiling cexpr v0.6.0 |
2197 | 2024-05-14T17:39:07.729Z | Compiling lalrpop v0.19.12 |
2198 | 2024-05-14T17:39:07.968Z | Checking serde-big-array v0.4.1 |
2199 | 2024-05-14T17:39:08.132Z | Compiling which v4.4.0 |
2200 | 2024-05-14T17:39:08.521Z | Compiling lazycell v1.3.0 |
2201 | 2024-05-14T17:39:08.674Z | Compiling peeking_take_while v0.1.2 |
2202 | 2024-05-14T17:39:08.752Z | Compiling ref-cast v1.0.22 |
2203 | 2024-05-14T17:39:08.805Z | Compiling rustc-hash v1.1.0 |
2204 | 2024-05-14T17:39:08.870Z | Compiling shlex v1.3.0 |
2205 | 2024-05-14T17:39:08.946Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2206 | 2024-05-14T17:39:09.320Z | Compiling mime_guess v2.0.4 |
2207 | 2024-05-14T17:39:10.647Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2208 | 2024-05-14T17:39:12.284Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2209 | 2024-05-14T17:39:12.589Z | Compiling derive_builder_core v0.20.0 |
2210 | 2024-05-14T17:39:13.569Z | Compiling peg-macros v0.8.3 |
2211 | 2024-05-14T17:39:14.470Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2212 | 2024-05-14T17:39:14.735Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2213 | 2024-05-14T17:39:15.017Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2214 | 2024-05-14T17:39:17.131Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2215 | 2024-05-14T17:39:17.248Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-05-14T17:39:17.435Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2217 | 2024-05-14T17:39:18.427Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2218 | 2024-05-14T17:39:19.172Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2219 | 2024-05-14T17:39:19.758Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2220 | 2024-05-14T17:39:19.772Z | Compiling sqlparser_derive v0.2.2 |
2221 | 2024-05-14T17:39:20.906Z | Compiling ref-cast-impl v1.0.22 |
2222 | 2024-05-14T17:39:21.441Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2223 | 2024-05-14T17:39:22.138Z | Compiling libxml v0.3.3 |
2224 | 2024-05-14T17:39:22.280Z | Checking unicode_categories v0.1.1 |
2225 | 2024-05-14T17:39:22.575Z | Checking corncobs v0.1.3 |
2226 | 2024-05-14T17:39:22.631Z | Checking rustyline v14.0.0 |
2227 | 2024-05-14T17:39:22.736Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2228 | 2024-05-14T17:39:22.855Z | Checking sqlformat v0.2.3 |
2229 | 2024-05-14T17:39:23.082Z | Checking sqlparser v0.45.0 |
2230 | 2024-05-14T17:39:24.171Z | Checking peg v0.8.3 |
2231 | 2024-05-14T17:39:24.269Z | Compiling derive_builder_macro v0.20.0 |
2232 | 2024-05-14T17:39:24.308Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2233 | 2024-05-14T17:39:24.773Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2234 | 2024-05-14T17:39:25.400Z | Checking bcs v0.1.6 |
2235 | 2024-05-14T17:39:25.877Z | Compiling strum_macros v0.24.3 |
2236 | 2024-05-14T17:39:27.179Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2237 | 2024-05-14T17:39:27.436Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2238 | 2024-05-14T17:39:27.750Z | Compiling cookie v0.18.1 |
2239 | 2024-05-14T17:39:28.100Z | Compiling indoc v1.0.9 |
2240 | 2024-05-14T17:39:29.166Z | Checking highway v1.1.0 |
2241 | 2024-05-14T17:39:29.554Z | Checking derive_builder v0.20.0 |
2242 | 2024-05-14T17:39:29.697Z | Compiling const_format_proc_macros v0.2.32 |
2243 | 2024-05-14T17:39:29.950Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2244 | 2024-05-14T17:39:30.242Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2245 | 2024-05-14T17:39:30.485Z | Checking bb8 v0.8.3 |
2246 | 2024-05-14T17:39:30.925Z | Checking quick-xml v0.31.0 |
2247 | 2024-05-14T17:39:31.263Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2248 | 2024-05-14T17:39:31.408Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2249 | 2024-05-14T17:39:31.928Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2250 | 2024-05-14T17:39:32.051Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2251 | 2024-05-14T17:39:32.327Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2252 | 2024-05-14T17:39:33.140Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2253 | 2024-05-14T17:39:33.170Z | Compiling impl-trait-for-tuples v0.2.2 |
2254 | 2024-05-14T17:39:33.849Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2255 | 2024-05-14T17:39:36.525Z | Compiling oso-derive v0.27.3 |
2256 | 2024-05-14T17:39:36.799Z | Checking http-range v0.1.5 |
2257 | 2024-05-14T17:39:36.886Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2258 | 2024-05-14T17:39:36.986Z | Checking hyper-staticfile v0.9.5 |
2259 | 2024-05-14T17:39:37.370Z | Checking const_format v0.2.32 |
2260 | 2024-05-14T17:39:37.635Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2261 | 2024-05-14T17:39:37.822Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2262 | 2024-05-14T17:39:38.961Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2263 | 2024-05-14T17:39:39.828Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2264 | 2024-05-14T17:39:40.173Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2265 | 2024-05-14T17:39:42.057Z | Checking assert_matches v1.5.0 |
2266 | 2024-05-14T17:39:42.070Z | Checking rand_seeder v0.2.3 |
2267 | 2024-05-14T17:39:42.155Z | Compiling portable-atomic v1.4.3 |
2268 | 2024-05-14T17:39:42.298Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2269 | 2024-05-14T17:39:42.515Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2270 | 2024-05-14T17:39:42.735Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2271 | 2024-05-14T17:39:43.609Z | Checking number_prefix v0.4.0 |
2272 | 2024-05-14T17:39:43.806Z | Checking castaway v0.2.2 |
2273 | 2024-05-14T17:39:43.891Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2274 | 2024-05-14T17:39:43.957Z | Checking compact_str v0.7.1 |
2275 | 2024-05-14T17:39:44.166Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2276 | 2024-05-14T17:39:44.192Z | Checking indicatif v0.17.8 |
2277 | 2024-05-14T17:39:44.466Z | Checking lru v0.12.1 |
2278 | 2024-05-14T17:39:44.632Z | Compiling stability v0.2.0 |
2279 | 2024-05-14T17:39:44.728Z | Compiling indoc v2.0.3 |
2280 | 2024-05-14T17:39:44.759Z | Checking cassowary v0.3.0 |
2281 | 2024-05-14T17:39:45.032Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2282 | 2024-05-14T17:39:45.156Z | Checking unicode-linebreak v0.1.5 |
2283 | 2024-05-14T17:39:45.566Z | Checking smawk v0.3.1 |
2284 | 2024-05-14T17:39:45.677Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2285 | 2024-05-14T17:39:45.754Z | Checking textwrap v0.16.1 |
2286 | 2024-05-14T17:39:45.851Z | Checking ratatui v0.26.2 |
2287 | 2024-05-14T17:39:45.986Z | Checking is_ci v1.2.0 |
2288 | 2024-05-14T17:39:46.122Z | Checking supports-color v3.0.0 |
2289 | 2024-05-14T17:39:46.166Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2290 | 2024-05-14T17:39:46.306Z | Checking fatfs v0.3.6 |
2291 | 2024-05-14T17:39:47.378Z | Checking rtoolbox v0.0.1 |
2292 | 2024-05-14T17:39:47.564Z | Checking rpassword v7.3.1 |
2293 | 2024-05-14T17:39:47.599Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2294 | 2024-05-14T17:39:47.750Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2295 | 2024-05-14T17:39:47.790Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2296 | 2024-05-14T17:39:48.198Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2297 | 2024-05-14T17:39:48.219Z | Checking shell-words v1.1.0 |
2298 | 2024-05-14T17:39:48.394Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2299 | 2024-05-14T17:39:48.765Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2300 | 2024-05-14T17:39:48.794Z | Checking tui-tree-widget v0.19.0 |
2301 | 2024-05-14T17:39:49.104Z | Checking yansi v0.5.1 |
2302 | 2024-05-14T17:39:49.433Z | Compiling target-lexicon v0.12.13 |
2303 | 2024-05-14T17:39:49.584Z | Checking pretty_assertions v1.4.0 |
2304 | 2024-05-14T17:39:49.774Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2305 | 2024-05-14T17:39:50.137Z | Checking plotters-backend v0.3.5 |
2306 | 2024-05-14T17:39:50.462Z | Compiling guppy-workspace-hack v0.1.0 |
2307 | 2024-05-14T17:39:50.496Z | Compiling doc-comment v0.3.3 |
2308 | 2024-05-14T17:39:51.187Z | Checking plotters-svg v0.3.5 |
2309 | 2024-05-14T17:39:51.675Z | Checking http-body v1.0.0 |
2310 | 2024-05-14T17:39:51.682Z | Checking tower-layer v0.3.2 |
2311 | 2024-05-14T17:39:51.683Z | Checking cast v0.3.0 |
2312 | 2024-05-14T17:39:51.689Z | Compiling target-spec v3.1.0 |
2313 | 2024-05-14T17:39:51.780Z | Compiling assert_cmd v2.0.14 |
2314 | 2024-05-14T17:39:51.803Z | Checking criterion-plot v0.5.0 |
2315 | 2024-05-14T17:39:52.222Z | Checking tower v0.4.13 |
2316 | 2024-05-14T17:39:52.330Z | Checking cfg-expr v0.15.6 |
2317 | 2024-05-14T17:39:52.346Z | Checking hyper v1.1.0 |
2318 | 2024-05-14T17:39:52.990Z | Checking plotters v0.3.5 |
2319 | 2024-05-14T17:39:53.273Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2320 | 2024-05-14T17:39:53.530Z | Checking tinytemplate v1.2.1 |
2321 | 2024-05-14T17:39:53.930Z | Checking cargo-platform v0.1.3 |
2322 | 2024-05-14T17:39:54.198Z | Checking anes v0.1.6 |
2323 | 2024-05-14T17:39:54.204Z | Checking oorandom v11.1.3 |
2324 | 2024-05-14T17:39:54.359Z | Checking cargo_metadata v0.18.1 |
2325 | 2024-05-14T17:39:54.589Z | Checking hyper-util v0.1.2 |
2326 | 2024-05-14T17:39:54.789Z | Checking criterion v0.5.1 |
2327 | 2024-05-14T17:39:56.314Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2328 | 2024-05-14T17:39:56.486Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2329 | 2024-05-14T17:39:57.549Z | Checking rustls-native-certs v0.7.0 |
2330 | 2024-05-14T17:39:57.692Z | Checking httptest v0.15.5 |
2331 | 2024-05-14T17:39:58.380Z | Checking pathdiff v0.2.1 |
2332 | 2024-05-14T17:39:58.436Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2333 | 2024-05-14T17:39:58.540Z | Checking nested v0.1.1 |
2334 | 2024-05-14T17:39:58.730Z | Checking guppy v0.17.5 |
2335 | 2024-05-14T17:39:59.759Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2336 | 2024-05-14T17:40:00.787Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2337 | 2024-05-14T17:40:00.830Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2338 | 2024-05-14T17:40:01.217Z | Checking hyper-rustls v0.26.0 |
2339 | 2024-05-14T17:40:01.529Z | Checking escape8259 v0.5.2 |
2340 | 2024-05-14T17:40:02.113Z | Checking threadpool v1.8.1 |
2341 | 2024-05-14T17:40:02.701Z | Checking libtest-mimic v0.7.2 |
2342 | 2024-05-14T17:40:03.178Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2343 | 2024-05-14T17:40:03.292Z | Checking similar-asserts v1.5.0 |
2344 | 2024-05-14T17:40:03.519Z | Checking fancy-regex v0.13.0 |
2345 | 2024-05-14T17:40:04.259Z | Compiling rstest_macros v0.19.0 |
2346 | 2024-05-14T17:40:05.304Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2347 | 2024-05-14T17:40:06.187Z | Checking datatest-stable v0.2.9 |
2348 | 2024-05-14T17:40:06.255Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2349 | 2024-05-14T17:40:06.464Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2350 | 2024-05-14T17:40:06.555Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2351 | 2024-05-14T17:40:06.805Z | Checking csv-core v0.1.11 |
2352 | 2024-05-14T17:40:06.856Z | Checking constant_time_eq v0.2.6 |
2353 | 2024-05-14T17:40:06.994Z | Compiling relative-path v1.9.0 |
2354 | 2024-05-14T17:40:07.096Z | Compiling trybuild v1.0.91 |
2355 | 2024-05-14T17:40:07.131Z | Checking csv v1.3.0 |
2356 | 2024-05-14T17:40:07.544Z | Checking blake2b_simd v1.0.1 |
2357 | 2024-05-14T17:40:08.027Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2358 | 2024-05-14T17:40:08.364Z | Checking multimap v0.10.0 |
2359 | 2024-05-14T17:40:08.666Z | Checking futures-timer v3.0.2 |
2360 | 2024-05-14T17:40:08.966Z | Checking rust-argon2 v2.1.0 |
2361 | 2024-05-14T17:40:10.762Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2362 | 2024-05-14T17:40:12.716Z | Checking partial-io v0.5.4 |
2363 | 2024-05-14T17:40:13.103Z | Checking approx v0.5.1 |
2364 | 2024-05-14T17:40:13.329Z | Checking uzers v0.11.3 |
2365 | 2024-05-14T17:40:13.668Z | Checking termios v0.3.3 |
2366 | 2024-05-14T17:40:13.881Z | Checking hex-literal v0.4.1 |
2367 | 2024-05-14T17:40:17.414Z | Checking rstest v0.19.0 |
2368 | 2024-05-14T17:40:19.196Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2369 | 2024-05-14T17:40:20.995Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2370 | 2024-05-14T17:40:40.997Z | Compiling samael v0.0.15 |
2371 | 2024-05-14T17:41:02.630Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2372 | 2024-05-14T17:41:05.646Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2373 | 2024-05-14T17:41:20.417Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2374 | 2024-05-14T17:41:24.727Z | Compiling polar-core v0.27.3 |
2375 | 2024-05-14T17:41:31.822Z | Checking oso v0.27.3 |
2376 | 2024-05-14T17:41:57.871Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2377 | 2024-05-14T17:41:57.871Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2378 | 2024-05-14T17:41:57.878Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2379 | 2024-05-14T17:43:02.140Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 41s |
2380 | 2024-05-14T17:43:02.332Z | |
2381 | 2024-05-14T17:43:02.332Z | real 7:27.702991982 |
2382 | 2024-05-14T17:43:02.332Z | user 38:00.154393211 |
2383 | 2024-05-14T17:43:02.332Z | sys 6:37.759280308 |
2384 | 2024-05-14T17:43:02.332Z | trap 1.010614756 |
2385 | 2024-05-14T17:43:02.332Z | tflt 4.642120661 |
2386 | 2024-05-14T17:43:02.333Z | dflt 4.158275172 |
2387 | 2024-05-14T17:43:02.333Z | kflt 0.013131971 |
2388 | 2024-05-14T17:43:02.333Z | lock 57:55.361236107 |
2389 | 2024-05-14T17:43:02.333Z | slp 1:55:27.579301802 |
2390 | 2024-05-14T17:43:02.348Z | lat 1:45.523587417 |
2391 | 2024-05-14T17:43:02.348Z | stop 4:27.079671695 |
2392 | 2024-05-14T17:43:03.220Z | warning: output filename collision. |
2393 | 2024-05-14T17:43:03.220Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2394 | 2024-05-14T17:43:03.220Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2395 | 2024-05-14T17:43:03.220Z | The targets should have unique names. |
2396 | 2024-05-14T17:43:03.220Z | This is a known bug where multiple crates with the same name use |
2397 | 2024-05-14T17:43:03.220Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2398 | 2024-05-14T17:43:03.221Z | warning: output filename collision. |
2399 | 2024-05-14T17:43:03.221Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2400 | 2024-05-14T17:43:03.221Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2401 | 2024-05-14T17:43:03.221Z | The targets should have unique names. |
2402 | 2024-05-14T17:43:03.221Z | This is a known bug where multiple crates with the same name use |
2403 | 2024-05-14T17:43:03.221Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2404 | 2024-05-14T17:43:03.229Z | warning: output filename collision. |
2405 | 2024-05-14T17:43:03.229Z | 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)`. |
2406 | 2024-05-14T17:43:03.229Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2407 | 2024-05-14T17:43:03.229Z | The targets should have unique names. |
2408 | 2024-05-14T17:43:03.229Z | This is a known bug where multiple crates with the same name use |
2409 | 2024-05-14T17:43:03.229Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2410 | 2024-05-14T17:43:03.230Z | warning: output filename collision. |
2411 | 2024-05-14T17:43:03.230Z | 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)`. |
2412 | 2024-05-14T17:43:03.230Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2413 | 2024-05-14T17:43:03.230Z | The targets should have unique names. |
2414 | 2024-05-14T17:43:03.230Z | This is a known bug where multiple crates with the same name use |
2415 | 2024-05-14T17:43:03.230Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2416 | 2024-05-14T17:43:03.230Z | warning: output filename collision. |
2417 | 2024-05-14T17:43:03.230Z | The lib target `nix` in package `nix v0.28.0` 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)`. |
2418 | 2024-05-14T17:43:03.231Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2419 | 2024-05-14T17:43:03.231Z | The targets should have unique names. |
2420 | 2024-05-14T17:43:03.231Z | This is a known bug where multiple crates with the same name use |
2421 | 2024-05-14T17:43:03.231Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2422 | 2024-05-14T17:43:03.231Z | warning: output filename collision. |
2423 | 2024-05-14T17:43:03.231Z | 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)`. |
2424 | 2024-05-14T17:43:03.232Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2425 | 2024-05-14T17:43:03.232Z | The targets should have unique names. |
2426 | 2024-05-14T17:43:03.232Z | This is a known bug where multiple crates with the same name use |
2427 | 2024-05-14T17:43:03.232Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2428 | 2024-05-14T17:43:03.232Z | warning: output filename collision. |
2429 | 2024-05-14T17:43:03.232Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2430 | 2024-05-14T17:43:03.232Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2431 | 2024-05-14T17:43:03.232Z | The targets should have unique names. |
2432 | 2024-05-14T17:43:03.233Z | This is a known bug where multiple crates with the same name use |
2433 | 2024-05-14T17:43:03.233Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2434 | 2024-05-14T17:43:03.233Z | warning: output filename collision. |
2435 | 2024-05-14T17:43:03.233Z | 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)`. |
2436 | 2024-05-14T17:43:03.233Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2437 | 2024-05-14T17:43:03.233Z | The targets should have unique names. |
2438 | 2024-05-14T17:43:03.233Z | This is a known bug where multiple crates with the same name use |
2439 | 2024-05-14T17:43:03.234Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2440 | 2024-05-14T17:43:03.234Z | warning: output filename collision. |
2441 | 2024-05-14T17:43:03.234Z | 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`. |
2442 | 2024-05-14T17:43:03.234Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2443 | 2024-05-14T17:43:03.234Z | The targets should have unique names. |
2444 | 2024-05-14T17:43:03.234Z | This is a known bug where multiple crates with the same name use |
2445 | 2024-05-14T17:43:03.234Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2446 | 2024-05-14T17:43:03.717Z | Documenting libc v0.2.153 |
2447 | 2024-05-14T17:43:03.774Z | Documenting cfg-if v1.0.0 |
2448 | 2024-05-14T17:43:03.780Z | Documenting serde_derive v1.0.201 |
2449 | 2024-05-14T17:43:03.803Z | Documenting log v0.4.21 |
2450 | 2024-05-14T17:43:03.807Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2451 | 2024-05-14T17:43:03.827Z | Documenting memchr v2.7.1 |
2452 | 2024-05-14T17:43:03.837Z | Documenting byteorder v1.5.0 |
2453 | 2024-05-14T17:43:03.849Z | Documenting itoa v1.0.9 |
2454 | 2024-05-14T17:43:04.100Z | Documenting scopeguard v1.2.0 |
2455 | 2024-05-14T17:43:06.635Z | Documenting smallvec v1.13.1 |
2456 | 2024-05-14T17:43:06.923Z | Documenting pin-project-lite v0.2.13 |
2457 | 2024-05-14T17:43:07.592Z | Documenting once_cell v1.19.0 |
2458 | 2024-05-14T17:43:07.785Z | Documenting libm v0.2.7 |
2459 | 2024-05-14T17:43:07.983Z | Documenting lock_api v0.4.10 |
2460 | 2024-05-14T17:43:08.399Z | Documenting zeroize_derive v1.4.2 |
2461 | 2024-05-14T17:43:08.415Z | Documenting getrandom v0.2.12 |
2462 | 2024-05-14T17:43:09.772Z | Documenting signal-hook-registry v1.4.1 |
2463 | 2024-05-14T17:43:09.824Z | Documenting parking_lot_core v0.9.8 |
2464 | 2024-05-14T17:43:11.537Z | Documenting serde v1.0.201 |
2465 | 2024-05-14T17:43:11.618Z | Documenting num-traits v0.2.19 |
2466 | 2024-05-14T17:43:11.828Z | Documenting mio v0.8.11 |
2467 | 2024-05-14T17:43:12.599Z | Documenting rand_core v0.6.4 |
2468 | 2024-05-14T17:43:12.919Z | Documenting thiserror-impl v1.0.59 |
2469 | 2024-05-14T17:43:13.428Z | Documenting zeroize v1.7.0 |
2470 | 2024-05-14T17:43:13.923Z | Documenting futures-core v0.3.30 |
2471 | 2024-05-14T17:43:14.703Z | Documenting parking_lot v0.12.1 |
2472 | 2024-05-14T17:43:16.776Z | Documenting ryu v1.0.15 |
2473 | 2024-05-14T17:43:16.905Z | Documenting socket2 v0.5.6 |
2474 | 2024-05-14T17:43:17.074Z | Documenting num_cpus v1.16.0 |
2475 | 2024-05-14T17:43:17.712Z | Documenting tokio-macros v2.2.0 |
2476 | 2024-05-14T17:43:17.943Z | Documenting zerocopy v0.7.32 |
2477 | 2024-05-14T17:43:18.002Z | Documenting thiserror v1.0.59 |
2478 | 2024-05-14T17:43:19.589Z | Documenting futures-sink v0.3.30 |
2479 | 2024-05-14T17:43:19.660Z | Documenting typenum v1.16.0 |
2480 | 2024-05-14T17:43:21.133Z | Documenting subtle v2.5.0 |
2481 | 2024-05-14T17:43:22.272Z | Documenting pin-utils v0.1.0 |
2482 | 2024-05-14T17:43:22.288Z | Documenting slab v0.4.9 |
2483 | 2024-05-14T17:43:22.488Z | Documenting futures-macro v0.3.30 |
2484 | 2024-05-14T17:43:23.490Z | Documenting futures-channel v0.3.30 |
2485 | 2024-05-14T17:43:32.017Z | Documenting bytes v1.6.0 |
2486 | 2024-05-14T17:43:33.727Z | Documenting bitflags v2.4.2 |
2487 | 2024-05-14T17:43:34.427Z | Documenting serde_json v1.0.116 |
2488 | 2024-05-14T17:43:34.430Z | Documenting futures-task v0.3.30 |
2489 | 2024-05-14T17:43:34.430Z | Documenting futures-io v0.3.30 |
2490 | 2024-05-14T17:43:34.430Z | Documenting iana-time-zone v0.1.57 |
2491 | 2024-05-14T17:43:34.430Z | Documenting uuid v1.8.0 |
2492 | 2024-05-14T17:43:35.421Z | Documenting generic-array v0.14.7 |
2493 | 2024-05-14T17:43:36.179Z | Documenting tokio v1.37.0 |
2494 | 2024-05-14T17:43:38.229Z | Documenting ahash v0.8.8 |
2495 | 2024-05-14T17:43:38.247Z | Documenting allocator-api2 v0.2.16 |
2496 | 2024-05-14T17:43:38.768Z | Documenting futures-util v0.3.30 |
2497 | 2024-05-14T17:43:38.865Z | Documenting const-oid v0.9.6 |
2498 | 2024-05-14T17:43:38.942Z | Documenting chrono v0.4.38 |
2499 | 2024-05-14T17:43:39.652Z | Documenting crypto-common v0.1.6 |
2500 | 2024-05-14T17:43:40.536Z | Documenting tinyvec_macros v0.1.1 |
2501 | 2024-05-14T17:43:41.684Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2502 | 2024-05-14T17:43:41.865Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2503 | 2024-05-14T17:43:42.627Z | Documenting hashbrown v0.14.3 |
2504 | 2024-05-14T17:43:42.640Z | Documenting tracing-core v0.1.32 |
2505 | 2024-05-14T17:43:43.642Z | Documenting tinyvec v1.6.0 |
2506 | 2024-05-14T17:43:44.502Z | Checking serde_derive_internals v0.29.0 |
2507 | 2024-05-14T17:43:45.070Z | Documenting serde_derive_internals v0.29.0 |
2508 | 2024-05-14T17:43:45.081Z | Documenting tracing-attributes v0.1.27 |
2509 | 2024-05-14T17:43:45.827Z | Documenting dyn-clone v1.0.17 |
2510 | 2024-05-14T17:43:47.484Z | Documenting unicode-normalization v0.1.22 |
2511 | 2024-05-14T17:43:47.856Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2512 | 2024-05-14T17:43:48.393Z | Documenting ppv-lite86 v0.2.17 |
2513 | 2024-05-14T17:43:48.471Z | Documenting unicode-bidi v0.3.15 |
2514 | 2024-05-14T17:43:49.564Z | Documenting lazy_static v1.4.0 |
2515 | 2024-05-14T17:43:50.960Z | Documenting percent-encoding v2.3.1 |
2516 | 2024-05-14T17:43:51.928Z | Documenting schemars_derive v0.8.17 |
2517 | 2024-05-14T17:43:52.176Z | Documenting rand_chacha v0.3.1 |
2518 | 2024-05-14T17:43:52.759Z | Documenting block-buffer v0.10.4 |
2519 | 2024-05-14T17:43:54.762Z | Documenting fnv v1.0.7 |
2520 | 2024-05-14T17:43:54.955Z | Documenting powerfmt v0.2.0 |
2521 | 2024-05-14T17:43:54.964Z | Documenting equivalent v1.0.1 |
2522 | 2024-05-14T17:43:56.182Z | Documenting form_urlencoded v1.2.1 |
2523 | 2024-05-14T17:43:56.344Z | Documenting rand v0.8.5 |
2524 | 2024-05-14T17:43:57.149Z | Documenting digest v0.10.7 |
2525 | 2024-05-14T17:43:58.055Z | Documenting schemars v0.8.17 |
2526 | 2024-05-14T17:43:58.334Z | Documenting indexmap v2.2.6 |
2527 | 2024-05-14T17:43:58.404Z | Documenting deranged v0.3.11 |
2528 | 2024-05-14T17:43:58.877Z | Documenting time-macros v0.2.17 |
2529 | 2024-05-14T17:44:01.010Z | Documenting unicode-width v0.1.11 |
2530 | 2024-05-14T17:44:01.320Z | Documenting num_threads v0.1.6 |
2531 | 2024-05-14T17:44:02.639Z | Documenting tracing v0.1.40 |
2532 | 2024-05-14T17:44:10.708Z | Documenting time-core v0.1.2 |
2533 | 2024-05-14T17:44:10.721Z | Documenting num-conv v0.1.0 |
2534 | 2024-05-14T17:44:10.856Z | Documenting idna v0.5.0 |
2535 | 2024-05-14T17:44:10.882Z | Documenting errno v0.3.8 |
2536 | 2024-05-14T17:44:10.995Z | Documenting unicode-ident v1.0.12 |
2537 | 2024-05-14T17:44:11.082Z | Documenting adler v1.0.2 |
2538 | 2024-05-14T17:44:11.421Z | Documenting slog v2.7.0 |
2539 | 2024-05-14T17:44:13.996Z | Documenting httparse v1.8.0 |
2540 | 2024-05-14T17:44:14.137Z | Documenting time v0.3.34 |
2541 | 2024-05-14T17:44:14.391Z | Documenting proc-macro2 v1.0.81 |
2542 | 2024-05-14T17:44:14.473Z | Documenting miniz_oxide v0.7.1 |
2543 | 2024-05-14T17:44:15.025Z | Documenting rustix v0.38.31 |
2544 | 2024-05-14T17:44:15.334Z | Documenting url v2.5.0 |
2545 | 2024-05-14T17:44:16.364Z | Documenting cpufeatures v0.2.12 |
2546 | 2024-05-14T17:44:18.468Z | Documenting async-trait v0.1.80 |
2547 | 2024-05-14T17:44:18.560Z | Documenting try-lock v0.2.4 |
2548 | 2024-05-14T17:44:19.031Z | Documenting quote v1.0.36 |
2549 | 2024-05-14T17:44:19.666Z | Documenting httpdate v1.0.3 |
2550 | 2024-05-14T17:44:19.689Z | Documenting http-body v0.4.5 |
2551 | 2024-05-14T17:44:20.311Z | Documenting openssl-sys v0.9.102 |
2552 | 2024-05-14T17:44:20.502Z | Documenting tokio-util v0.7.10 |
2553 | 2024-05-14T17:44:21.413Z | Documenting want v0.3.1 |
2554 | 2024-05-14T17:44:22.970Z | Documenting aho-corasick v1.1.2 |
2555 | 2024-05-14T17:44:23.176Z | Documenting syn v2.0.60 |
2556 | 2024-05-14T17:44:23.720Z | Documenting openssl-macros v0.1.1 |
2557 | 2024-05-14T17:44:24.410Z | Documenting mime v0.3.17 |
2558 | 2024-05-14T17:44:25.026Z | Documenting tower-service v0.3.2 |
2559 | 2024-05-14T17:44:25.480Z | Documenting regex-syntax v0.8.2 |
2560 | 2024-05-14T17:44:27.342Z | Documenting gimli v0.28.0 |
2561 | 2024-05-14T17:44:27.368Z | Documenting h2 v0.3.26 |
2562 | 2024-05-14T17:44:28.389Z | Documenting object v0.32.1 |
2563 | 2024-05-14T17:44:28.537Z | Documenting openssl v0.10.64 |
2564 | 2024-05-14T17:44:28.807Z | Documenting rustc-demangle v0.1.23 |
2565 | 2024-05-14T17:44:29.331Z | Documenting openssl-probe v0.1.5 |
2566 | 2024-05-14T17:44:32.343Z | Documenting regex-automata v0.4.5 |
2567 | 2024-05-14T17:44:32.452Z | Documenting ipnet v2.9.0 |
2568 | 2024-05-14T17:44:33.828Z | Documenting addr2line v0.21.0 |
2569 | 2024-05-14T17:44:34.151Z | Documenting base64ct v1.6.0 |
2570 | 2024-05-14T17:44:37.176Z | Documenting futures-executor v0.3.30 |
2571 | 2024-05-14T17:44:37.341Z | Documenting native-tls v0.2.11 |
2572 | 2024-05-14T17:44:37.793Z | Documenting encoding_rs v0.8.33 |
2573 | 2024-05-14T17:44:37.899Z | Documenting hyper v0.14.28 |
2574 | 2024-05-14T17:44:39.052Z | Documenting psl-types v2.0.11 |
2575 | 2024-05-14T17:44:40.187Z | Documenting backtrace v0.3.69 |
2576 | 2024-05-14T17:44:41.652Z | Documenting serde_urlencoded v0.7.1 |
2577 | 2024-05-14T17:44:41.749Z | Documenting regex v1.10.4 |
2578 | 2024-05-14T17:44:42.012Z | Documenting publicsuffix v2.2.3 |
2579 | 2024-05-14T17:44:42.574Z | Checking pest_meta v2.7.6 |
2580 | 2024-05-14T17:44:43.058Z | Documenting tokio-native-tls v0.3.1 |
2581 | 2024-05-14T17:44:43.476Z | Documenting crossbeam-utils v0.8.19 |
2582 | 2024-05-14T17:44:45.437Z | Documenting anyhow v1.0.83 |
2583 | 2024-05-14T17:44:46.260Z | Documenting utf8parse v0.2.1 |
2584 | 2024-05-14T17:44:46.266Z | Documenting futures v0.3.30 |
2585 | 2024-05-14T17:44:47.213Z | Documenting cookie_store v0.20.0 |
2586 | 2024-05-14T17:44:47.423Z | Documenting pem-rfc7468 v0.7.0 |
2587 | 2024-05-14T17:44:48.685Z | Documenting pest_meta v2.7.6 |
2588 | 2024-05-14T17:44:49.149Z | Documenting scroll_derive v0.12.0 |
2589 | 2024-05-14T17:44:49.213Z | Documenting der_derive v0.7.2 |
2590 | 2024-05-14T17:44:50.364Z | Documenting flagset v0.4.3 |
2591 | 2024-05-14T17:44:50.672Z | Documenting hyper-tls v0.5.0 |
2592 | 2024-05-14T17:44:52.116Z | Documenting hyper-rustls v0.24.2 |
2593 | 2024-05-14T17:44:52.537Z | Documenting webpki-roots v0.25.2 |
2594 | 2024-05-14T17:44:52.976Z | Documenting sync_wrapper v0.1.2 |
2595 | 2024-05-14T17:44:53.684Z | Documenting pest_generator v2.7.6 |
2596 | 2024-05-14T17:44:53.872Z | Documenting scroll v0.12.0 |
2597 | 2024-05-14T17:44:55.147Z | Checking pest_generator v2.7.6 |
2598 | 2024-05-14T17:44:55.150Z | Documenting der v0.7.8 |
2599 | 2024-05-14T17:44:55.150Z | Documenting num-integer v0.1.46 |
2600 | 2024-05-14T17:44:55.966Z | Documenting plain v0.2.3 |
2601 | 2024-05-14T17:44:56.564Z | Documenting ucd-trie v0.1.6 |
2602 | 2024-05-14T17:44:58.037Z | Documenting openapiv3 v2.0.0 |
2603 | 2024-05-14T17:44:58.832Z | Documenting pretty-hex v0.4.1 |
2604 | 2024-05-14T17:44:58.846Z | Documenting pest_derive v2.7.6 |
2605 | 2024-05-14T17:44:58.924Z | Documenting goblin v0.8.0 |
2606 | 2024-05-14T17:44:59.235Z | Documenting reqwest v0.11.27 |
2607 | 2024-05-14T17:44:59.926Z | Documenting spin v0.9.8 |
2608 | 2024-05-14T17:45:00.672Z | Documenting pest v2.7.6 |
2609 | 2024-05-14T17:45:00.859Z | Documenting spki v0.7.2 |
2610 | 2024-05-14T17:45:01.946Z | Documenting thread-id v4.2.0 |
2611 | 2024-05-14T17:45:03.404Z | Documenting either v1.11.0 |
2612 | 2024-05-14T17:45:04.781Z | Documenting anstyle v1.0.7 |
2613 | 2024-05-14T17:45:05.076Z | Documenting pkcs8 v0.10.2 |
2614 | 2024-05-14T17:45:05.383Z | Documenting anstyle-parse v0.2.1 |
2615 | 2024-05-14T17:45:06.730Z | Documenting dtrace-parser v0.2.0 |
2616 | 2024-05-14T17:45:06.784Z | Documenting memmap v0.7.0 |
2617 | 2024-05-14T17:45:07.193Z | Documenting dof v0.3.0 |
2618 | 2024-05-14T17:45:08.031Z | Documenting colorchoice v1.0.0 |
2619 | 2024-05-14T17:45:09.156Z | Documenting data-encoding v2.4.0 |
2620 | 2024-05-14T17:45:09.592Z | Documenting anstyle-query v1.0.0 |
2621 | 2024-05-14T17:45:09.689Z | Documenting crossbeam-epoch v0.9.18 |
2622 | 2024-05-14T17:45:10.441Z | Documenting terminal_size v0.3.0 |
2623 | 2024-05-14T17:45:10.919Z | Documenting sha2 v0.10.8 |
2624 | 2024-05-14T17:45:11.586Z | Documenting ipnetwork v0.20.0 |
2625 | 2024-05-14T17:45:11.710Z | Documenting hex v0.4.3 |
2626 | 2024-05-14T17:45:12.381Z | Documenting usdt-impl v0.5.0 |
2627 | 2024-05-14T17:45:13.725Z | Documenting crc32fast v1.3.2 |
2628 | 2024-05-14T17:45:14.266Z | Documenting anstream v0.6.11 |
2629 | 2024-05-14T17:45:14.665Z | Documenting strsim v0.11.0 |
2630 | 2024-05-14T17:45:15.513Z | Documenting unicode-segmentation v1.10.1 |
2631 | 2024-05-14T17:45:15.812Z | Documenting clap_lex v0.7.0 |
2632 | 2024-05-14T17:45:16.131Z | Documenting untrusted v0.9.0 |
2633 | 2024-05-14T17:45:17.744Z | Documenting num-iter v0.1.45 |
2634 | 2024-05-14T17:45:17.930Z | Documenting hmac v0.12.1 |
2635 | 2024-05-14T17:45:18.510Z | Documenting signal-hook v0.3.17 |
2636 | 2024-05-14T17:45:18.549Z | Documenting clap_derive v4.5.4 |
2637 | 2024-05-14T17:45:18.935Z | Documenting usdt v0.5.0 |
2638 | 2024-05-14T17:45:19.374Z | Documenting static_assertions v1.1.0 |
2639 | 2024-05-14T17:45:19.427Z | Documenting ring v0.17.8 |
2640 | 2024-05-14T17:45:19.803Z | Documenting clap_builder v4.5.2 |
2641 | 2024-05-14T17:45:22.465Z | Documenting flate2 v1.0.30 |
2642 | 2024-05-14T17:45:22.816Z | Documenting managed v0.8.0 |
2643 | 2024-05-14T17:45:22.824Z | Documenting enum-as-inner v0.5.1 |
2644 | 2024-05-14T17:45:23.602Z | Documenting signal-hook-mio v0.2.3 |
2645 | 2024-05-14T17:45:23.852Z | Documenting block-padding v0.3.3 |
2646 | 2024-05-14T17:45:25.053Z | Documenting scheduled-thread-pool v0.2.7 |
2647 | 2024-05-14T17:45:25.304Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2648 | 2024-05-14T17:45:26.550Z | Documenting clap v4.5.4 |
2649 | 2024-05-14T17:45:26.679Z | Checking diesel_table_macro_syntax v0.1.0 |
2650 | 2024-05-14T17:45:26.849Z | Documenting diesel_table_macro_syntax v0.1.0 |
2651 | 2024-05-14T17:45:27.024Z | Documenting md-5 v0.10.5 |
2652 | 2024-05-14T17:45:28.486Z | Documenting inout v0.1.3 |
2653 | 2024-05-14T17:45:28.534Z | Documenting trust-dns-proto v0.22.0 |
2654 | 2024-05-14T17:45:28.639Z | Documenting crossterm v0.27.0 |
2655 | 2024-05-14T17:45:29.981Z | Documenting r2d2 v0.8.10 |
2656 | 2024-05-14T17:45:30.293Z | Documenting bzip2 v0.4.4 |
2657 | 2024-05-14T17:45:31.502Z | Documenting stringprep v0.1.3 |
2658 | 2024-05-14T17:45:32.230Z | Documenting regress v0.9.1 |
2659 | 2024-05-14T17:45:32.451Z | Documenting diesel_derives v2.1.2 |
2660 | 2024-05-14T17:45:33.007Z | Documenting ff v0.13.0 |
2661 | 2024-05-14T17:45:34.034Z | Documenting toml_datetime v0.6.5 |
2662 | 2024-05-14T17:45:34.316Z | Documenting serde_spanned v0.6.5 |
2663 | 2024-05-14T17:45:35.288Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2664 | 2024-05-14T17:45:36.727Z | Documenting winnow v0.6.1 |
2665 | 2024-05-14T17:45:37.308Z | Documenting fallible-iterator v0.2.0 |
2666 | 2024-05-14T17:45:37.436Z | Documenting base16ct v0.2.0 |
2667 | 2024-05-14T17:45:38.301Z | Documenting siphasher v0.3.11 |
2668 | 2024-05-14T17:45:39.316Z | Documenting bit-vec v0.6.3 |
2669 | 2024-05-14T17:45:39.419Z | Documenting group v0.13.0 |
2670 | 2024-05-14T17:45:39.496Z | Documenting zip v0.6.6 |
2671 | 2024-05-14T17:45:40.654Z | Documenting diesel v2.1.6 |
2672 | 2024-05-14T17:45:40.679Z | Documenting sec1 v0.7.3 |
2673 | 2024-05-14T17:45:41.748Z | Documenting phf_shared v0.11.2 |
2674 | 2024-05-14T17:45:42.716Z | Documenting toml_edit v0.22.12 |
2675 | 2024-05-14T17:45:43.091Z | Documenting postgres-protocol v0.6.6 |
2676 | 2024-05-14T17:45:43.858Z | Documenting cipher v0.4.4 |
2677 | 2024-05-14T17:45:44.307Z | Documenting hkdf v0.12.4 |
2678 | 2024-05-14T17:45:44.960Z | Documenting num-bigint v0.4.4 |
2679 | 2024-05-14T17:45:54.749Z | Documenting bstr v1.9.0 |
2680 | 2024-05-14T17:45:55.296Z | Documenting console v0.15.8 |
2681 | 2024-05-14T17:46:02.709Z | Documenting crypto-bigint v0.5.2 |
2682 | 2024-05-14T17:46:03.200Z | Documenting hubpack v0.1.2 |
2683 | 2024-05-14T17:46:03.296Z | Documenting serde_repr v0.1.16 |
2684 | 2024-05-14T17:46:03.318Z | Documenting lalrpop-util v0.19.12 |
2685 | 2024-05-14T17:46:03.849Z | Checking unsafe-libyaml v0.2.10 |
2686 | 2024-05-14T17:46:03.920Z | Checking strsim v0.10.0 |
2687 | 2024-05-14T17:46:04.095Z | Documenting fixedbitset v0.4.2 |
2688 | 2024-05-14T17:46:04.133Z | Documenting new_debug_unreachable v1.0.4 |
2689 | 2024-05-14T17:46:05.057Z | Documenting minimal-lexical v0.2.1 |
2690 | 2024-05-14T17:46:05.563Z | Documenting precomputed-hash v0.1.1 |
2691 | 2024-05-14T17:46:07.498Z | Documenting heck v0.5.0 |
2692 | 2024-05-14T17:46:07.617Z | Checking ident_case v1.0.1 |
2693 | 2024-05-14T17:46:07.661Z | Documenting yasna v0.5.2 |
2694 | 2024-05-14T17:46:08.147Z | Documenting postgres-types v0.2.6 |
2695 | 2024-05-14T17:46:08.147Z | Documenting petgraph v0.6.5 |
2696 | 2024-05-14T17:46:08.147Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2697 | 2024-05-14T17:46:16.956Z | Documenting nom v7.1.3 |
2698 | 2024-05-14T17:46:17.007Z | Documenting string_cache v0.8.7 |
2699 | 2024-05-14T17:46:17.163Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2700 | 2024-05-14T17:46:17.572Z | Documenting phf v0.11.2 |
2701 | 2024-05-14T17:46:17.627Z | Documenting similar v2.4.0 |
2702 | 2024-05-14T17:46:17.725Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2703 | 2024-05-14T17:46:17.888Z | Documenting elliptic-curve v0.13.8 |
2704 | 2024-05-14T17:46:18.752Z | Documenting semver v1.0.22 |
2705 | 2024-05-14T17:46:21.376Z | Documenting float-cmp v0.9.0 |
2706 | 2024-05-14T17:46:22.516Z | Documenting unsafe-libyaml v0.2.10 |
2707 | 2024-05-14T17:46:22.922Z | Documenting predicates-core v1.0.6 |
2708 | 2024-05-14T17:46:22.946Z | Documenting whoami v1.5.1 |
2709 | 2024-05-14T17:46:23.267Z | Documenting difflib v0.4.0 |
2710 | 2024-05-14T17:46:24.467Z | Documenting normalize-line-endings v0.3.0 |
2711 | 2024-05-14T17:46:34.150Z | Documenting peg-runtime v0.8.3 |
2712 | 2024-05-14T17:46:34.169Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2713 | 2024-05-14T17:46:34.371Z | Checking darling_core v0.20.8 |
2714 | 2024-05-14T17:46:34.392Z | Documenting serde_yaml v0.9.25 |
2715 | 2024-05-14T17:46:34.531Z | Documenting tokio-postgres v0.7.10 |
2716 | 2024-05-14T17:46:34.636Z | Checking serde_yaml v0.9.25 |
2717 | 2024-05-14T17:46:35.173Z | Documenting predicates v3.1.0 |
2718 | 2024-05-14T17:46:35.177Z | Documenting bit-set v0.5.3 |
2719 | 2024-05-14T17:46:36.184Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2720 | 2024-05-14T17:46:36.536Z | Documenting getopts v0.2.21 |
2721 | 2024-05-14T17:46:38.473Z | Documenting tokio-stream v0.1.15 |
2722 | 2024-05-14T17:46:39.873Z | Documenting ident_case v1.0.1 |
2723 | 2024-05-14T17:46:40.585Z | Checking darling v0.20.8 |
2724 | 2024-05-14T17:46:40.696Z | Documenting is-terminal v0.4.9 |
2725 | 2024-05-14T17:46:40.912Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2726 | 2024-05-14T17:46:41.141Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2727 | 2024-05-14T17:46:41.171Z | Documenting strum v0.26.2 |
2728 | 2024-05-14T17:46:43.523Z | Documenting base64 v0.22.1 |
2729 | 2024-05-14T17:46:43.689Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2730 | 2024-05-14T17:46:43.724Z | Documenting darling_core v0.20.8 |
2731 | 2024-05-14T17:46:45.183Z | Documenting dirs-sys-next v0.1.2 |
2732 | 2024-05-14T17:46:45.267Z | Documenting sha1 v0.10.6 |
2733 | 2024-05-14T17:46:45.977Z | Documenting http v1.0.0 |
2734 | 2024-05-14T17:46:48.346Z | Documenting camino v1.1.6 |
2735 | 2024-05-14T17:46:48.372Z | Documenting paste v1.0.15 |
2736 | 2024-05-14T17:46:49.109Z | Documenting thread_local v1.1.7 |
2737 | 2024-05-14T17:46:49.188Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2738 | 2024-05-14T17:46:49.755Z | Documenting rustls-pki-types v1.3.0 |
2739 | 2024-05-14T17:46:50.088Z | Documenting dirs-next v2.0.0 |
2740 | 2024-05-14T17:46:51.275Z | Documenting crossbeam-channel v0.5.8 |
2741 | 2024-05-14T17:46:52.466Z | Documenting darling_macro v0.20.8 |
2742 | 2024-05-14T17:46:52.535Z | Documenting take_mut v0.2.2 |
2743 | 2024-05-14T17:46:53.004Z | Documenting slog-json v2.6.1 |
2744 | 2024-05-14T17:46:53.137Z | Documenting async-stream-impl v0.3.5 |
2745 | 2024-05-14T17:46:54.717Z | Documenting rustls-webpki v0.102.1 |
2746 | 2024-05-14T17:46:54.959Z | Documenting term v0.7.0 |
2747 | 2024-05-14T17:46:56.545Z | Documenting atomic-waker v1.1.1 |
2748 | 2024-05-14T17:46:57.287Z | Documenting slog-async v2.8.0 |
2749 | 2024-05-14T17:46:57.395Z | Documenting darling v0.20.8 |
2750 | 2024-05-14T17:46:57.976Z | Documenting debug-ignore v1.0.5 |
2751 | 2024-05-14T17:46:58.094Z | Documenting slog-bunyan v2.5.0 |
2752 | 2024-05-14T17:46:59.605Z | Documenting waitgroup v0.1.2 |
2753 | 2024-05-14T17:46:59.629Z | Documenting rustls v0.22.4 |
2754 | 2024-05-14T17:47:00.018Z | Documenting slog-term v2.9.1 |
2755 | 2024-05-14T17:47:00.486Z | Documenting async-stream v0.3.5 |
2756 | 2024-05-14T17:47:01.178Z | Documenting rustls-pemfile v2.1.2 |
2757 | 2024-05-14T17:47:01.511Z | Documenting multer v3.1.0 |
2758 | 2024-05-14T17:47:02.531Z | Documenting toml v0.8.12 |
2759 | 2024-05-14T17:47:03.193Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2760 | 2024-05-14T17:47:03.660Z | Documenting serde_path_to_error v0.1.16 |
2761 | 2024-05-14T17:47:05.270Z | Documenting hostname v0.4.0 |
2762 | 2024-05-14T17:47:05.465Z | Documenting serde_with_macros v3.7.0 |
2763 | 2024-05-14T17:47:05.972Z | Documenting structmeta-derive v0.3.0 |
2764 | 2024-05-14T17:47:06.798Z | Documenting newtype-uuid v1.1.0 |
2765 | 2024-05-14T17:47:08.403Z | Documenting tokio-rustls v0.25.0 |
2766 | 2024-05-14T17:47:08.499Z | Checking structmeta v0.3.0 |
2767 | 2024-05-14T17:47:08.509Z | Documenting instant v0.1.12 |
2768 | 2024-05-14T17:47:08.720Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2769 | 2024-05-14T17:47:09.042Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2770 | 2024-05-14T17:47:10.160Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2771 | 2024-05-14T17:47:10.706Z | Documenting serde_with v3.7.0 |
2772 | 2024-05-14T17:47:11.636Z | Documenting structmeta v0.3.0 |
2773 | 2024-05-14T17:47:12.279Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2774 | 2024-05-14T17:47:13.329Z | Documenting backoff v0.4.0 |
2775 | 2024-05-14T17:47:13.411Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2776 | 2024-05-14T17:47:14.936Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2777 | 2024-05-14T17:47:14.960Z | Documenting macaddr v1.0.1 |
2778 | 2024-05-14T17:47:16.176Z | Documenting parse-display-derive v0.9.0 |
2779 | 2024-05-14T17:47:17.405Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2780 | 2024-05-14T17:47:17.764Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2781 | 2024-05-14T17:47:18.713Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2782 | 2024-05-14T17:47:18.862Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2783 | 2024-05-14T17:47:18.937Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2784 | 2024-05-14T17:47:19.313Z | Documenting fastrand v2.0.1 |
2785 | 2024-05-14T17:47:19.747Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2786 | 2024-05-14T17:47:20.044Z | Checking proc-macro-crate v1.3.1 |
2787 | 2024-05-14T17:47:20.279Z | Documenting proc-macro-crate v1.3.1 |
2788 | 2024-05-14T17:47:20.992Z | Documenting foreign-types-macros v0.2.3 |
2789 | 2024-05-14T17:47:21.483Z | Documenting foreign-types-shared v0.3.1 |
2790 | 2024-05-14T17:47:21.775Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2791 | 2024-05-14T17:47:22.652Z | Documenting parse-display v0.9.0 |
2792 | 2024-05-14T17:47:22.967Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2793 | 2024-05-14T17:47:23.479Z | Documenting tempfile v3.10.1 |
2794 | 2024-05-14T17:47:24.862Z | Documenting cstr-argument v0.1.2 |
2795 | 2024-05-14T17:47:25.688Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2796 | 2024-05-14T17:47:26.577Z | Documenting num_enum_derive v0.5.11 |
2797 | 2024-05-14T17:47:26.852Z | Documenting foreign-types v0.5.0 |
2798 | 2024-05-14T17:47:27.008Z | Documenting tabwriter v1.4.0 |
2799 | 2024-05-14T17:47:34.317Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2800 | 2024-05-14T17:47:34.387Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2801 | 2024-05-14T17:47:34.387Z | Documenting camino-tempfile v1.1.1 |
2802 | 2024-05-14T17:47:34.387Z | Documenting colored v2.1.0 |
2803 | 2024-05-14T17:47:34.388Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2804 | 2024-05-14T17:47:34.388Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2805 | 2024-05-14T17:47:34.388Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2806 | 2024-05-14T17:47:34.388Z | Documenting hash32 v0.3.1 |
2807 | 2024-05-14T17:47:34.388Z | Documenting stable_deref_trait v1.2.0 |
2808 | 2024-05-14T17:47:34.388Z | Documenting num_enum v0.5.11 |
2809 | 2024-05-14T17:47:34.388Z | Documenting smf v0.2.3 |
2810 | 2024-05-14T17:47:34.548Z | Documenting embedded-io v0.4.0 |
2811 | 2024-05-14T17:47:35.401Z | Documenting cobs v0.2.3 |
2812 | 2024-05-14T17:47:35.433Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2813 | 2024-05-14T17:47:36.676Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2814 | 2024-05-14T17:47:36.736Z | Documenting heapless v0.8.0 |
2815 | 2024-05-14T17:47:38.022Z | Documenting crucible-workspace-hack v0.1.0 |
2816 | 2024-05-14T17:47:38.179Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2817 | 2024-05-14T17:47:38.370Z | Documenting postcard v1.0.8 |
2818 | 2024-05-14T17:47:39.095Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2819 | 2024-05-14T17:47:39.671Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2820 | 2024-05-14T17:47:42.124Z | Documenting newline-converter v0.3.0 |
2821 | 2024-05-14T17:47:42.391Z | Documenting smoltcp v0.11.0 |
2822 | 2024-05-14T17:47:43.297Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2823 | 2024-05-14T17:47:44.030Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2824 | 2024-05-14T17:47:44.361Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2825 | 2024-05-14T17:47:45.165Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2826 | 2024-05-14T17:47:45.178Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2827 | 2024-05-14T17:47:45.253Z | Documenting sigpipe v0.1.3 |
2828 | 2024-05-14T17:47:45.332Z | Documenting num-derive v0.4.0 |
2829 | 2024-05-14T17:47:47.083Z | Documenting expectorate v1.1.0 |
2830 | 2024-05-14T17:47:48.060Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2831 | 2024-05-14T17:47:48.101Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2832 | 2024-05-14T17:47:48.938Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2833 | 2024-05-14T17:47:50.057Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2834 | 2024-05-14T17:47:50.708Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2835 | 2024-05-14T17:47:50.857Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2836 | 2024-05-14T17:47:51.137Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2837 | 2024-05-14T17:47:51.612Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2838 | 2024-05-14T17:47:52.299Z | Documenting password-hash v0.5.0 |
2839 | 2024-05-14T17:47:52.441Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2840 | 2024-05-14T17:47:53.811Z | Documenting blake2 v0.10.6 |
2841 | 2024-05-14T17:47:55.393Z | Documenting linked-hash-map v0.5.6 |
2842 | 2024-05-14T17:47:55.492Z | Documenting proc-macro-error-attr v1.0.4 |
2843 | 2024-05-14T17:47:56.385Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2844 | 2024-05-14T17:47:56.804Z | Documenting humantime v2.1.0 |
2845 | 2024-05-14T17:47:57.035Z | Checking proc-macro-error v1.0.4 |
2846 | 2024-05-14T17:47:57.305Z | Documenting bytecount v0.6.3 |
2847 | 2024-05-14T17:47:58.568Z | Documenting argon2 v0.5.3 |
2848 | 2024-05-14T17:47:59.503Z | Documenting lru-cache v0.1.2 |
2849 | 2024-05-14T17:48:01.056Z | Documenting proc-macro-error v1.0.4 |
2850 | 2024-05-14T17:48:01.106Z | Documenting papergrid v0.11.0 |
2851 | 2024-05-14T17:48:01.550Z | Documenting derive-where v1.2.7 |
2852 | 2024-05-14T17:48:02.605Z | Documenting swrite v0.1.0 |
2853 | 2024-05-14T17:48:03.281Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2854 | 2024-05-14T17:48:03.641Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2855 | 2024-05-14T17:48:03.653Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2856 | 2024-05-14T17:48:05.154Z | Documenting tabled_derive v0.7.0 |
2857 | 2024-05-14T17:48:06.173Z | Documenting newtype_derive v0.1.6 |
2858 | 2024-05-14T17:48:06.244Z | Documenting itertools v0.12.1 |
2859 | 2024-05-14T17:48:06.596Z | Documenting arc-swap v1.6.0 |
2860 | 2024-05-14T17:48:07.340Z | Documenting quick-error v1.2.3 |
2861 | 2024-05-14T17:48:08.163Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2862 | 2024-05-14T17:48:09.983Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2863 | 2024-05-14T17:48:10.110Z | Documenting tabled v0.15.0 |
2864 | 2024-05-14T17:48:10.750Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2865 | 2024-05-14T17:48:10.799Z | Documenting slog-scope v4.4.0 |
2866 | 2024-05-14T17:48:10.872Z | Documenting steno v0.4.0 |
2867 | 2024-05-14T17:48:11.504Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2868 | 2024-05-14T17:48:12.213Z | Documenting resolv-conf v0.7.0 |
2869 | 2024-05-14T17:48:14.424Z | Documenting num-rational v0.4.2 |
2870 | 2024-05-14T17:48:15.049Z | Documenting slog-stdlog v4.1.1 |
2871 | 2024-05-14T17:48:17.432Z | Documenting trust-dns-resolver v0.22.0 |
2872 | 2024-05-14T17:48:17.869Z | Documenting num-complex v0.4.6 |
2873 | 2024-05-14T17:48:19.141Z | Documenting filetime v0.2.23 |
2874 | 2024-05-14T17:48:19.512Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2875 | 2024-05-14T17:48:21.451Z | Documenting xattr v1.0.1 |
2876 | 2024-05-14T17:48:21.655Z | Documenting slog-envlogger v2.2.0 |
2877 | 2024-05-14T17:48:23.284Z | Documenting tap v1.0.1 |
2878 | 2024-05-14T17:48:24.018Z | Documenting num v0.4.3 |
2879 | 2024-05-14T17:48:24.847Z | Documenting tar v0.4.40 |
2880 | 2024-05-14T17:48:24.976Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2881 | 2024-05-14T17:48:25.811Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2882 | 2024-05-14T17:48:25.852Z | Documenting radium v0.7.0 |
2883 | 2024-05-14T17:48:26.231Z | Documenting wyz v0.5.1 |
2884 | 2024-05-14T17:48:27.085Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2885 | 2024-05-14T17:48:27.306Z | Documenting nibble_vec v0.1.0 |
2886 | 2024-05-14T17:48:28.048Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2887 | 2024-05-14T17:48:29.562Z | Documenting crc-catalog v2.2.0 |
2888 | 2024-05-14T17:48:29.668Z | Documenting endian-type v0.1.2 |
2889 | 2024-05-14T17:48:29.931Z | Documenting funty v2.0.0 |
2890 | 2024-05-14T17:48:30.153Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2891 | 2024-05-14T17:48:30.636Z | Documenting cancel-safe-futures v0.1.5 |
2892 | 2024-05-14T17:48:31.420Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2893 | 2024-05-14T17:48:31.697Z | Documenting packed_struct_codegen v0.10.1 |
2894 | 2024-05-14T17:48:32.706Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2895 | 2024-05-14T17:48:32.945Z | Documenting crc v3.0.1 |
2896 | 2024-05-14T17:48:33.292Z | Documenting bitvec v1.0.1 |
2897 | 2024-05-14T17:48:34.487Z | Documenting radix_trie v0.2.1 |
2898 | 2024-05-14T17:48:35.329Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2899 | 2024-05-14T17:48:36.833Z | Documenting nodrop v0.1.14 |
2900 | 2024-05-14T17:48:36.852Z | Documenting same-file v1.0.6 |
2901 | 2024-05-14T17:48:37.198Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2902 | 2024-05-14T17:48:38.861Z | Documenting packed_struct v0.10.1 |
2903 | 2024-05-14T17:48:38.987Z | Documenting num-bigint-dig v0.8.4 |
2904 | 2024-05-14T17:48:39.346Z | Documenting array-init v0.0.4 |
2905 | 2024-05-14T17:48:40.709Z | Documenting pkcs1 v0.7.5 |
2906 | 2024-05-14T17:48:40.851Z | Documenting walkdir v2.5.0 |
2907 | 2024-05-14T17:48:43.169Z | Documenting signature v2.1.0 |
2908 | 2024-05-14T17:48:45.028Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2909 | 2024-05-14T17:48:45.133Z | Documenting termcolor v1.2.0 |
2910 | 2024-05-14T17:48:45.308Z | Documenting display-error-chain v0.2.0 |
2911 | 2024-05-14T17:48:45.373Z | Documenting bitfield v0.14.0 |
2912 | 2024-05-14T17:48:46.203Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2913 | 2024-05-14T17:48:46.203Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2914 | 2024-05-14T17:48:46.203Z | | |
2915 | 2024-05-14T17:48:46.203Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2916 | 2024-05-14T17:48:46.206Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2917 | 2024-05-14T17:48:46.206Z | | |
2918 | 2024-05-14T17:48:46.206Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2919 | 2024-05-14T17:48:46.206Z | |
2920 | 2024-05-14T17:48:47.165Z | Documenting serde-hex v0.1.0 |
2921 | 2024-05-14T17:48:47.919Z | Documenting rsa v0.9.2 |
2922 | 2024-05-14T17:48:48.267Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2923 | 2024-05-14T17:48:48.455Z | warning: `nexus-types` (lib doc) generated 1 warning |
2924 | 2024-05-14T17:48:48.460Z | Documenting slog-dtrace v0.3.0 |
2925 | 2024-05-14T17:48:48.760Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2926 | 2024-05-14T17:48:49.307Z | Documenting env_logger v0.10.0 |
2927 | 2024-05-14T17:48:49.647Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2928 | 2024-05-14T17:48:49.923Z | Documenting pem v3.0.4 |
2929 | 2024-05-14T17:48:50.225Z | Documenting x509-cert v0.2.4 |
2930 | 2024-05-14T17:48:52.840Z | Documenting libsw v3.3.1 |
2931 | 2024-05-14T17:48:53.001Z | Documenting ron v0.8.1 |
2932 | 2024-05-14T17:48:54.134Z | Documenting half v2.3.1 |
2933 | 2024-05-14T17:48:54.384Z | Documenting ciborium-io v0.2.2 |
2934 | 2024-05-14T17:48:55.631Z | Documenting maplit v1.0.2 |
2935 | 2024-05-14T17:48:56.060Z | Documenting linear-map v1.2.0 |
2936 | 2024-05-14T17:48:56.557Z | Documenting crc-any v2.4.3 |
2937 | 2024-05-14T17:48:57.624Z | Documenting owo-colors v4.0.0 |
2938 | 2024-05-14T17:48:57.951Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2939 | 2024-05-14T17:48:58.713Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2940 | 2024-05-14T17:48:59.114Z | Documenting ciborium-ll v0.2.2 |
2941 | 2024-05-14T17:48:59.504Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2942 | 2024-05-14T17:49:00.154Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2943 | 2024-05-14T17:49:00.405Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2944 | 2024-05-14T17:49:00.410Z | Documenting headers-core v0.2.0 |
2945 | 2024-05-14T17:49:03.082Z | Documenting path-slash v0.1.5 |
2946 | 2024-05-14T17:49:03.452Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2947 | 2024-05-14T17:49:04.097Z | Documenting ciborium v0.2.2 |
2948 | 2024-05-14T17:49:06.223Z | Documenting headers v0.3.9 |
2949 | 2024-05-14T17:49:07.126Z | Documenting fxhash v0.2.1 |
2950 | 2024-05-14T17:49:08.226Z | Documenting async-recursion v1.1.1 |
2951 | 2024-05-14T17:49:09.294Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2952 | 2024-05-14T17:49:09.467Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2953 | 2024-05-14T17:49:11.227Z | Documenting vte_generate_state_changes v0.1.1 |
2954 | 2024-05-14T17:49:12.521Z | Checking convert_case v0.4.0 |
2955 | 2024-05-14T17:49:12.728Z | Documenting convert_case v0.4.0 |
2956 | 2024-05-14T17:49:13.999Z | Documenting buf-list v1.0.3 |
2957 | 2024-05-14T17:49:15.366Z | Documenting vte v0.11.1 |
2958 | 2024-05-14T17:49:16.278Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2959 | 2024-05-14T17:49:16.952Z | Documenting derive_more v0.99.17 |
2960 | 2024-05-14T17:49:17.505Z | Documenting derive_builder_core v0.20.0 |
2961 | 2024-05-14T17:49:19.215Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2962 | 2024-05-14T17:49:20.183Z | Checking derive_builder_core v0.20.0 |
2963 | 2024-05-14T17:49:20.994Z | Documenting fd-lock v4.0.2 |
2964 | 2024-05-14T17:49:22.917Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2965 | 2024-05-14T17:49:23.460Z | Documenting bitstruct_derive v0.1.0 |
2966 | 2024-05-14T17:49:23.789Z | Documenting pin-project-internal v1.1.3 |
2967 | 2024-05-14T17:49:23.857Z | Documenting ascii v1.1.0 |
2968 | 2024-05-14T17:49:25.045Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2969 | 2024-05-14T17:49:26.550Z | Documenting derive_builder_macro v0.20.0 |
2970 | 2024-05-14T17:49:27.159Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2971 | 2024-05-14T17:49:27.480Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2972 | 2024-05-14T17:49:28.354Z | Documenting bitstruct v0.1.1 |
2973 | 2024-05-14T17:49:29.084Z | Documenting pin-project v1.1.3 |
2974 | 2024-05-14T17:49:29.796Z | Documenting strip-ansi-escapes v0.2.0 |
2975 | 2024-05-14T17:49:31.433Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2976 | 2024-05-14T17:49:31.682Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2977 | 2024-05-14T17:49:32.096Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2978 | 2024-05-14T17:49:32.464Z | Documenting crossbeam-deque v0.8.3 |
2979 | 2024-05-14T17:49:33.392Z | Documenting snafu-derive v0.8.2 |
2980 | 2024-05-14T17:49:34.912Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2981 | 2024-05-14T17:49:36.014Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2982 | 2024-05-14T17:49:36.645Z | Documenting serde_arrays v0.1.0 |
2983 | 2024-05-14T17:49:36.952Z | Documenting erased-serde v0.3.31 |
2984 | 2024-05-14T17:49:37.225Z | Documenting ref-cast-impl v1.0.22 |
2985 | 2024-05-14T17:49:40.434Z | Documenting unicode-xid v0.2.4 |
2986 | 2024-05-14T17:49:40.519Z | Documenting nu-ansi-term v0.50.0 |
2987 | 2024-05-14T17:49:41.588Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2988 | 2024-05-14T17:49:41.900Z | Checking unicode-xid v0.2.4 |
2989 | 2024-05-14T17:49:42.074Z | Documenting ref-cast v1.0.22 |
2990 | 2024-05-14T17:49:42.104Z | Documenting snafu v0.8.2 |
2991 | 2024-05-14T17:49:42.310Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2992 | 2024-05-14T17:49:43.371Z | Documenting const_format_proc_macros v0.2.32 |
2993 | 2024-05-14T17:49:44.712Z | Documenting reedline v0.31.0 |
2994 | 2024-05-14T17:49:45.034Z | Documenting rayon-core v1.12.1 |
2995 | 2024-05-14T17:49:46.433Z | Documenting derive_builder v0.20.0 |
2996 | 2024-05-14T17:49:47.587Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2997 | 2024-05-14T17:49:47.976Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2998 | 2024-05-14T17:49:49.225Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2999 | 2024-05-14T17:49:50.385Z | Documenting libefi-sys v0.1.0 |
3000 | 2024-05-14T17:49:51.654Z | Documenting trust-dns-client v0.22.0 |
3001 | 2024-05-14T17:49:53.510Z | Documenting polar-core v0.27.3 |
3002 | 2024-05-14T17:49:54.866Z | Documenting libxml v0.3.3 |
3003 | 2024-05-14T17:49:55.201Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3004 | 2024-05-14T17:49:56.397Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3005 | 2024-05-14T17:49:57.097Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3006 | 2024-05-14T17:49:57.167Z | Documenting globset v0.4.13 |
3007 | 2024-05-14T17:49:57.761Z | Documenting bb8 v0.8.3 |
3008 | 2024-05-14T17:50:00.403Z | Documenting olpc-cjson v0.1.3 |
3009 | 2024-05-14T17:50:02.448Z | Documenting quick-xml v0.31.0 |
3010 | 2024-05-14T17:50:02.928Z | Documenting serde_plain v1.0.2 |
3011 | 2024-05-14T17:50:03.506Z | Documenting impl-trait-for-tuples v0.2.2 |
3012 | 2024-05-14T17:50:03.696Z | Documenting oso-derive v0.27.3 |
3013 | 2024-05-14T17:50:03.893Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3014 | 2024-05-14T17:50:05.245Z | Documenting utf-8 v0.7.6 |
3015 | 2024-05-14T17:50:07.638Z | Documenting keccak v0.1.4 |
3016 | 2024-05-14T17:50:08.173Z | Documenting typed-path v0.7.0 |
3017 | 2024-05-14T17:50:08.550Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3018 | 2024-05-14T17:50:09.353Z | Documenting oso v0.27.3 |
3019 | 2024-05-14T17:50:09.364Z | Documenting samael v0.0.15 |
3020 | 2024-05-14T17:50:09.522Z | Documenting tungstenite v0.21.0 |
3021 | 2024-05-14T17:50:10.306Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3022 | 2024-05-14T17:50:10.976Z | Documenting sha3 v0.10.8 |
3023 | 2024-05-14T17:50:12.963Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3024 | 2024-05-14T17:50:14.781Z | Documenting tough v0.17.1 |
3025 | 2024-05-14T17:50:15.651Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3026 | 2024-05-14T17:50:16.079Z | Documenting trust-dns-server v0.22.1 |
3027 | 2024-05-14T17:50:16.908Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3028 | 2024-05-14T17:50:20.748Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3029 | 2024-05-14T17:50:21.661Z | Documenting rayon v1.10.0 |
3030 | 2024-05-14T17:50:22.616Z | Documenting const_format v0.2.32 |
3031 | 2024-05-14T17:50:22.638Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3032 | 2024-05-14T17:50:25.624Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3033 | 2024-05-14T17:50:25.929Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3034 | 2024-05-14T17:50:26.121Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3035 | 2024-05-14T17:50:26.141Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3036 | 2024-05-14T17:50:26.755Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3037 | 2024-05-14T17:50:27.368Z | Documenting sled v0.34.7 |
3038 | 2024-05-14T17:50:27.539Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3039 | 2024-05-14T17:50:27.628Z | Documenting fs-err v2.11.0 |
3040 | 2024-05-14T17:50:28.435Z | Documenting nix v0.28.0 |
3041 | 2024-05-14T17:50:30.583Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3042 | 2024-05-14T17:50:30.599Z | Documenting cookie v0.18.1 |
3043 | 2024-05-14T17:50:30.600Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3044 | 2024-05-14T17:50:30.600Z | Documenting secrecy v0.8.0 |
3045 | 2024-05-14T17:50:31.993Z | Documenting gethostname v0.4.3 |
3046 | 2024-05-14T17:50:32.141Z | Documenting peg-macros v0.8.3 |
3047 | 2024-05-14T17:50:33.572Z | Documenting rustversion v1.0.14 |
3048 | 2024-05-14T17:50:34.997Z | Documenting sqlparser_derive v0.2.2 |
3049 | 2024-05-14T17:50:35.344Z | Documenting parse-size v1.0.0 |
3050 | 2024-05-14T17:50:35.465Z | Documenting unicode_categories v0.1.1 |
3051 | 2024-05-14T17:50:36.982Z | Documenting home v0.5.5 |
3052 | 2024-05-14T17:50:37.759Z | Documenting peg v0.8.3 |
3053 | 2024-05-14T17:50:38.310Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3054 | 2024-05-14T17:50:38.430Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3055 | 2024-05-14T17:50:38.733Z | Documenting castaway v0.2.2 |
3056 | 2024-05-14T17:50:39.610Z | Documenting sqlparser v0.45.0 |
3057 | 2024-05-14T17:50:39.731Z | Documenting sqlformat v0.2.3 |
3058 | 2024-05-14T17:50:41.092Z | Documenting rustyline v14.0.0 |
3059 | 2024-05-14T17:50:41.875Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3060 | 2024-05-14T17:50:42.924Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3061 | 2024-05-14T17:50:45.058Z | Documenting tokio-tungstenite v0.21.0 |
3062 | 2024-05-14T17:50:47.239Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3063 | 2024-05-14T17:50:49.296Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3064 | 2024-05-14T17:50:50.548Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3065 | 2024-05-14T17:50:52.908Z | Documenting zone v0.1.8 |
3066 | 2024-05-14T17:50:53.542Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3067 | 2024-05-14T17:50:53.877Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3068 | 2024-05-14T17:50:55.988Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3069 | 2024-05-14T17:50:56.483Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3070 | 2024-05-14T17:50:58.346Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3071 | 2024-05-14T17:50:58.629Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3072 | 2024-05-14T17:50:58.912Z | Documenting portpicker v0.1.1 |
3073 | 2024-05-14T17:51:00.366Z | Documenting universal-hash v0.5.1 |
3074 | 2024-05-14T17:51:03.582Z | Documenting bcs v0.1.6 |
3075 | 2024-05-14T17:51:04.060Z | Documenting kstat-rs v0.2.3 |
3076 | 2024-05-14T17:51:04.180Z | Documenting thiserror-impl-no-std v2.0.2 |
3077 | 2024-05-14T17:51:05.363Z | Documenting curve25519-dalek-derive v0.1.0 |
3078 | 2024-05-14T17:51:15.943Z | Documenting highway v1.1.0 |
3079 | 2024-05-14T17:51:15.943Z | Documenting opaque-debug v0.3.0 |
3080 | 2024-05-14T17:51:15.943Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3081 | 2024-05-14T17:51:15.944Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3082 | 2024-05-14T17:51:15.944Z | Documenting curve25519-dalek v4.1.2 |
3083 | 2024-05-14T17:51:15.944Z | Documenting thiserror-no-std v2.0.2 |
3084 | 2024-05-14T17:51:16.256Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3085 | 2024-05-14T17:51:18.024Z | Documenting poly1305 v0.8.0 |
3086 | 2024-05-14T17:51:18.671Z | Documenting compact_str v0.7.1 |
3087 | 2024-05-14T17:51:19.681Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3088 | 2024-05-14T17:51:20.941Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3089 | 2024-05-14T17:51:22.807Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3090 | 2024-05-14T17:51:22.859Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3091 | 2024-05-14T17:51:23.689Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3092 | 2024-05-14T17:51:23.796Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3093 | 2024-05-14T17:51:24.497Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3094 | 2024-05-14T17:51:29.308Z | Documenting portable-atomic v1.4.3 |
3095 | 2024-05-14T17:51:29.590Z | Documenting ed25519 v1.5.3 |
3096 | 2024-05-14T17:51:33.162Z | Documenting memoffset v0.7.1 |
3097 | 2024-05-14T17:51:33.256Z | Documenting unicase v2.7.0 |
3098 | 2024-05-14T17:51:34.213Z | Documenting rcgen v0.12.1 |
3099 | 2024-05-14T17:51:36.427Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3100 | 2024-05-14T17:51:36.705Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3101 | 2024-05-14T17:51:37.032Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3102 | 2024-05-14T17:51:37.311Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3103 | 2024-05-14T17:51:39.165Z | Documenting atomicwrites v0.4.3 |
3104 | 2024-05-14T17:51:40.597Z | warning: could not parse code block as Rust code |
3105 | 2024-05-14T17:51:40.597Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3106 | 2024-05-14T17:51:40.597Z | | |
3107 | 2024-05-14T17:51:40.597Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3108 | 2024-05-14T17:51:40.597Z | 247 | | /// |
3109 | 2024-05-14T17:51:40.597Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3110 | 2024-05-14T17:51:40.598Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3111 | 2024-05-14T17:51:40.598Z | ... | |
3112 | 2024-05-14T17:51:40.598Z | 277 | | /// |
3113 | 2024-05-14T17:51:40.598Z | 278 | | /// Will be parsed as `this string has " in it`. |
3114 | 2024-05-14T17:51:40.598Z | | |________________________________________________________^ |
3115 | 2024-05-14T17:51:40.598Z | | |
3116 | 2024-05-14T17:51:40.598Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3117 | 2024-05-14T17:51:40.598Z | = note: error from rustc: unknown start of token: \ |
3118 | 2024-05-14T17:51:40.598Z | = note: error from rustc: unknown start of token: \ |
3119 | 2024-05-14T17:51:40.598Z | = note: error from rustc: unknown start of token: \ |
3120 | 2024-05-14T17:51:40.598Z | = note: error from rustc: unknown start of token: \ |
3121 | 2024-05-14T17:51:40.599Z | = note: error from rustc: unknown start of token: \ |
3122 | 2024-05-14T17:51:40.599Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3123 | 2024-05-14T17:51:40.599Z | |
3124 | 2024-05-14T17:51:40.631Z | Documenting chacha20 v0.9.1 |
3125 | 2024-05-14T17:51:42.035Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3126 | 2024-05-14T17:51:42.035Z | Documenting lru v0.12.1 |
3127 | 2024-05-14T17:51:42.270Z | Documenting aead v0.5.2 |
3128 | 2024-05-14T17:51:44.004Z | Documenting rand_seeder v0.2.3 |
3129 | 2024-05-14T17:51:45.536Z | Documenting nanorand v0.7.0 |
3130 | 2024-05-14T17:51:45.859Z | Documenting subprocess v0.2.9 |
3131 | 2024-05-14T17:51:46.889Z | Documenting stability v0.2.0 |
3132 | 2024-05-14T17:52:00.839Z | Documenting glob v0.3.1 |
3133 | 2024-05-14T17:52:00.903Z | Documenting cassowary v0.3.0 |
3134 | 2024-05-14T17:52:00.903Z | Documenting number_prefix v0.4.0 |
3135 | 2024-05-14T17:52:00.903Z | Documenting chacha20poly1305 v0.10.1 |
3136 | 2024-05-14T17:52:00.904Z | Documenting flume v0.11.0 |
3137 | 2024-05-14T17:52:00.904Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3138 | 2024-05-14T17:52:00.904Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3139 | 2024-05-14T17:52:00.929Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3140 | 2024-05-14T17:52:01.278Z | Documenting indicatif v0.17.8 |
3141 | 2024-05-14T17:52:02.017Z | Documenting ratatui v0.26.2 |
3142 | 2024-05-14T17:52:02.334Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3143 | 2024-05-14T17:52:12.083Z | Documenting mime_guess v2.0.4 |
3144 | 2024-05-14T17:52:12.546Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3145 | 2024-05-14T17:52:12.708Z | Documenting salty v0.2.0 |
3146 | 2024-05-14T17:52:13.109Z | Documenting vsss-rs v3.3.4 |
3147 | 2024-05-14T17:52:13.241Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3148 | 2024-05-14T17:52:14.511Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3149 | 2024-05-14T17:52:15.484Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3150 | 2024-05-14T17:52:16.593Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3151 | 2024-05-14T17:52:16.624Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3152 | 2024-05-14T17:52:17.893Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3153 | 2024-05-14T17:52:19.277Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3154 | 2024-05-14T17:52:19.554Z | Documenting serde-big-array v0.5.1 |
3155 | 2024-05-14T17:52:21.229Z | Documenting rtoolbox v0.0.1 |
3156 | 2024-05-14T17:52:21.233Z | Documenting unicode-linebreak v0.1.5 |
3157 | 2024-05-14T17:52:21.233Z | Documenting is_ci v1.2.0 |
3158 | 2024-05-14T17:52:22.786Z | Documenting http-range v0.1.5 |
3159 | 2024-05-14T17:52:23.905Z | Documenting smawk v0.3.1 |
3160 | 2024-05-14T17:52:24.423Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3161 | 2024-05-14T17:52:25.192Z | Documenting supports-color v3.0.0 |
3162 | 2024-05-14T17:52:25.853Z | Documenting rpassword v7.3.1 |
3163 | 2024-05-14T17:52:26.905Z | Documenting hyper-staticfile v0.9.5 |
3164 | 2024-05-14T17:52:27.889Z | Documenting textwrap v0.16.1 |
3165 | 2024-05-14T17:52:29.184Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3166 | 2024-05-14T17:52:29.469Z | warning: unresolved link to `test_sled_transitions` |
3167 | 2024-05-14T17:52:29.470Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3168 | 2024-05-14T17:52:29.470Z | | |
3169 | 2024-05-14T17:52:29.470Z | 698 | /// [`test_sled_transitions`]. |
3170 | 2024-05-14T17:52:29.470Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3171 | 2024-05-14T17:52:29.470Z | | |
3172 | 2024-05-14T17:52:29.470Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3173 | 2024-05-14T17:52:29.471Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3174 | 2024-05-14T17:52:29.471Z | |
3175 | 2024-05-14T17:52:29.475Z | warning: unresolved link to `test_sled_transitions` |
3176 | 2024-05-14T17:52:29.475Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3177 | 2024-05-14T17:52:29.475Z | | |
3178 | 2024-05-14T17:52:29.476Z | 734 | /// [`test_sled_transitions`]. |
3179 | 2024-05-14T17:52:29.476Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3180 | 2024-05-14T17:52:29.476Z | | |
3181 | 2024-05-14T17:52:29.476Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3182 | 2024-05-14T17:52:29.476Z | |
3183 | 2024-05-14T17:52:29.476Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3184 | 2024-05-14T17:52:29.476Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3185 | 2024-05-14T17:52:29.476Z | | |
3186 | 2024-05-14T17:52:29.477Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3187 | 2024-05-14T17:52:29.477Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3188 | 2024-05-14T17:52:29.477Z | |
3189 | 2024-05-14T17:52:30.219Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3190 | 2024-05-14T17:52:31.159Z | Documenting tui-tree-widget v0.19.0 |
3191 | 2024-05-14T17:52:32.774Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3192 | 2024-05-14T17:52:32.887Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3193 | 2024-05-14T17:52:33.619Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3194 | 2024-05-14T17:52:33.867Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3195 | 2024-05-14T17:52:36.798Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3196 | 2024-05-14T17:52:36.976Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3197 | 2024-05-14T17:52:37.151Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3198 | 2024-05-14T17:52:37.620Z | Documenting signal-hook-tokio v0.3.1 |
3199 | 2024-05-14T17:52:37.794Z | Documenting memmap2 v0.7.1 |
3200 | 2024-05-14T17:52:38.514Z | Documenting corncobs v0.1.3 |
3201 | 2024-05-14T17:52:38.895Z | Documenting shell-words v1.1.0 |
3202 | 2024-05-14T17:52:41.618Z | Documenting constant_time_eq v0.3.0 |
3203 | 2024-05-14T17:52:42.282Z | Documenting arrayvec v0.7.4 |
3204 | 2024-05-14T17:52:43.083Z | Documenting arrayref v0.3.7 |
3205 | 2024-05-14T17:52:43.326Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3206 | 2024-05-14T17:52:45.093Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3207 | 2024-05-14T17:52:45.996Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3208 | 2024-05-14T17:52:46.431Z | Documenting blake3 v1.5.0 |
3209 | 2024-05-14T17:52:47.114Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3210 | 2024-05-14T17:52:48.832Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3211 | 2024-05-14T17:52:48.839Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3212 | 2024-05-14T17:52:49.581Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3213 | 2024-05-14T17:52:50.624Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3214 | 2024-05-14T17:52:51.039Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3215 | 2024-05-14T17:52:55.815Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3216 | 2024-05-14T17:53:06.135Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3217 | 2024-05-14T17:53:10.374Z | warning: unresolved link to `BlueprintDisksConfig` |
3218 | 2024-05-14T17:53:10.375Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55 |
3219 | 2024-05-14T17:53:10.375Z | | |
3220 | 2024-05-14T17:53:10.375Z | 1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3221 | 2024-05-14T17:53:10.375Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3222 | 2024-05-14T17:53:10.375Z | | |
3223 | 2024-05-14T17:53:10.375Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3224 | 2024-05-14T17:53:10.376Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3225 | 2024-05-14T17:53:10.376Z | |
3226 | 2024-05-14T17:53:10.446Z | warning: unclosed HTML tag `usize` |
3227 | 2024-05-14T17:53:10.446Z | --> wicket/src/ui/panes/update.rs:153:19 |
3228 | 2024-05-14T17:53:10.446Z | | |
3229 | 2024-05-14T17:53:10.446Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3230 | 2024-05-14T17:53:10.447Z | | ^^^^^^^ |
3231 | 2024-05-14T17:53:10.447Z | | |
3232 | 2024-05-14T17:53:10.447Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3233 | 2024-05-14T17:53:10.447Z | |
3234 | 2024-05-14T17:53:11.757Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3235 | 2024-05-14T17:53:11.760Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3236 | 2024-05-14T17:53:11.851Z | warning: `wicket` (lib doc) generated 1 warning |
3237 | 2024-05-14T17:53:11.854Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3238 | 2024-05-14T17:53:13.516Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3239 | 2024-05-14T17:53:13.855Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3240 | 2024-05-14T17:53:16.377Z | Documenting fatfs v0.3.6 |
3241 | 2024-05-14T17:53:21.926Z | Documenting topological-sort v0.2.2 |
3242 | 2024-05-14T17:53:23.002Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3243 | 2024-05-14T17:53:23.003Z | --> sled-agent/src/sim/instance.rs:46:7 |
3244 | 2024-05-14T17:53:23.003Z | | |
3245 | 2024-05-14T17:53:23.003Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3246 | 2024-05-14T17:53:23.003Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3247 | 2024-05-14T17:53:23.003Z | | |
3248 | 2024-05-14T17:53:23.004Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3249 | 2024-05-14T17:53:23.004Z | |
3250 | 2024-05-14T17:53:23.778Z | Documenting assert_matches v1.5.0 |
3251 | 2024-05-14T17:53:24.096Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3252 | 2024-05-14T17:53:25.068Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3253 | 2024-05-14T17:53:25.994Z | Documenting omicron-zone-package v0.11.0 |
3254 | 2024-05-14T17:53:26.476Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3255 | 2024-05-14T17:53:26.480Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3256 | 2024-05-14T17:53:26.961Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3257 | 2024-05-14T17:53:27.751Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3258 | 2024-05-14T17:53:28.046Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3259 | 2024-05-14T17:53:28.504Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3260 | 2024-05-14T17:53:29.266Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3261 | 2024-05-14T17:53:32.691Z | Documenting uzers v0.11.3 |
3262 | 2024-05-14T17:53:36.700Z | Documenting termios v0.3.3 |
3263 | 2024-05-14T17:53:37.899Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3264 | 2024-05-14T17:53:41.820Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3265 | 2024-05-14T17:53:42.739Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3266 | 2024-05-14T17:53:44.237Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3267 | 2024-05-14T17:53:45.265Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3268 | 2024-05-14T17:53:49.980Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-05-14T17:53:57.111Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3270 | 2024-05-14T17:54:19.305Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3271 | 2024-05-14T17:54:19.691Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3272 | 2024-05-14T17:54:30.077Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3273 | 2024-05-14T17:54:30.802Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3274 | 2024-05-14T17:54:31.481Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3275 | 2024-05-14T17:54:33.380Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3276 | 2024-05-14T17:54:36.727Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3277 | 2024-05-14T17:54:43.209Z | warning: unresolved link to `Nexus` |
3278 | 2024-05-14T17:54:43.209Z | --> nexus/src/app/instance_network.rs:280:34 |
3279 | 2024-05-14T17:54:43.209Z | | |
3280 | 2024-05-14T17:54:43.209Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3281 | 2024-05-14T17:54:43.209Z | | ^^^^^ no item named `Nexus` in scope |
3282 | 2024-05-14T17:54:43.209Z | | |
3283 | 2024-05-14T17:54:43.210Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3284 | 2024-05-14T17:54:43.210Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3285 | 2024-05-14T17:54:43.210Z | |
3286 | 2024-05-14T17:54:43.210Z | warning: unresolved link to `Nexus` |
3287 | 2024-05-14T17:54:43.210Z | --> nexus/src/app/instance_network.rs:458:34 |
3288 | 2024-05-14T17:54:43.210Z | | |
3289 | 2024-05-14T17:54:43.210Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3290 | 2024-05-14T17:54:43.210Z | | ^^^^^ no item named `Nexus` in scope |
3291 | 2024-05-14T17:54:43.210Z | | |
3292 | 2024-05-14T17:54:43.210Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3293 | 2024-05-14T17:54:43.210Z | |
3294 | 2024-05-14T17:54:43.215Z | warning: unresolved link to `VolumeConstructionRequest` |
3295 | 2024-05-14T17:54:43.215Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3296 | 2024-05-14T17:54:43.215Z | | |
3297 | 2024-05-14T17:54:43.215Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3298 | 2024-05-14T17:54:43.215Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3299 | 2024-05-14T17:54:43.215Z | | |
3300 | 2024-05-14T17:54:43.215Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3301 | 2024-05-14T17:54:43.215Z | |
3302 | 2024-05-14T17:54:43.215Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3303 | 2024-05-14T17:54:43.215Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3304 | 2024-05-14T17:54:43.215Z | | |
3305 | 2024-05-14T17:54:43.215Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3306 | 2024-05-14T17:54:43.216Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3307 | 2024-05-14T17:54:43.216Z | |
3308 | 2024-05-14T17:54:43.216Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3309 | 2024-05-14T17:54:43.216Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3310 | 2024-05-14T17:54:43.216Z | | |
3311 | 2024-05-14T17:54:43.216Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3312 | 2024-05-14T17:54:43.216Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3313 | 2024-05-14T17:54:43.216Z | |
3314 | 2024-05-14T17:54:43.216Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3315 | 2024-05-14T17:54:43.216Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3316 | 2024-05-14T17:54:43.216Z | | |
3317 | 2024-05-14T17:54:43.216Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3318 | 2024-05-14T17:54:43.216Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3319 | 2024-05-14T17:54:43.216Z | |
3320 | 2024-05-14T17:54:43.216Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3321 | 2024-05-14T17:54:43.216Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3322 | 2024-05-14T17:54:43.216Z | | |
3323 | 2024-05-14T17:54:43.216Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3324 | 2024-05-14T17:54:43.216Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3325 | 2024-05-14T17:54:43.216Z | |
3326 | 2024-05-14T17:54:43.216Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3327 | 2024-05-14T17:54:43.216Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3328 | 2024-05-14T17:54:43.216Z | | |
3329 | 2024-05-14T17:54:43.216Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3330 | 2024-05-14T17:54:43.217Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3331 | 2024-05-14T17:54:43.217Z | |
3332 | 2024-05-14T17:54:43.217Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3333 | 2024-05-14T17:54:43.217Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3334 | 2024-05-14T17:54:43.217Z | | |
3335 | 2024-05-14T17:54:43.217Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3336 | 2024-05-14T17:54:43.217Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3337 | 2024-05-14T17:54:43.217Z | |
3338 | 2024-05-14T17:54:46.252Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3339 | 2024-05-14T17:55:02.369Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 59s |
3340 | 2024-05-14T17:55:02.445Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3341 | 2024-05-14T17:55:02.446Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3342 | 2024-05-14T17:55:02.446Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3343 | 2024-05-14T17:55:02.446Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3344 | 2024-05-14T17:55:02.446Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3345 | 2024-05-14T17:55:02.461Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3346 | 2024-05-14T17:55:02.461Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3347 | 2024-05-14T17:55:02.461Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3348 | 2024-05-14T17:55:02.461Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3349 | 2024-05-14T17:55:02.461Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3350 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3351 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3352 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3353 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3354 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3355 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3356 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3357 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3358 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3359 | 2024-05-14T17:55:02.462Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3360 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3361 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3362 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3363 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3364 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3365 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3366 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3367 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3368 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3369 | 2024-05-14T17:55:02.463Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3370 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3371 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3372 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3373 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3374 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3375 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3376 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3377 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3378 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3379 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3380 | 2024-05-14T17:55:02.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3381 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3382 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3383 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3384 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3385 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3386 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3387 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3388 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3389 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3390 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3391 | 2024-05-14T17:55:02.465Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3392 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3393 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3394 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3395 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3396 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3397 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3398 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3399 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3400 | 2024-05-14T17:55:02.466Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3401 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3402 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3403 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3404 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3405 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3406 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3407 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3408 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3409 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3410 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3411 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3412 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3413 | 2024-05-14T17:55:02.467Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3414 | 2024-05-14T17:55:02.468Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3415 | 2024-05-14T17:55:02.468Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3416 | 2024-05-14T17:55:02.468Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3417 | 2024-05-14T17:55:02.468Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3418 | 2024-05-14T17:55:02.468Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3419 | 2024-05-14T17:55:02.468Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3420 | 2024-05-14T17:55:02.468Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3421 | 2024-05-14T17:55:02.475Z | |
3422 | 2024-05-14T17:55:02.475Z | real 12:00.050012524 |
3423 | 2024-05-14T17:55:02.475Z | user 33:21.419015989 |
3424 | 2024-05-14T17:55:02.475Z | sys 52:21.090812479 |
3425 | 2024-05-14T17:55:02.475Z | trap 0.859507228 |
3426 | 2024-05-14T17:55:02.475Z | tflt 0.109742392 |
3427 | 2024-05-14T17:55:02.475Z | dflt 0.539301690 |
3428 | 2024-05-14T17:55:02.475Z | kflt 0.000062292 |
3429 | 2024-05-14T17:55:02.475Z | lock 3:13:34.353845605 |
3430 | 2024-05-14T17:55:02.475Z | slp 3:22:15.064544498 |
3431 | 2024-05-14T17:55:02.476Z | lat 4:30.813223022 |
3432 | 2024-05-14T17:55:02.476Z | stop 1:47.029782525 |
3433 | 2024-05-14T17:55:02.483Z | process exited: duration 1318230 ms, exit code 0 |
|
3434 | 2024-05-14T17:55:02.495Z | found 0 output files |