|
|
|
1 | 2024-05-14T07:42:49.710Z | job assigned to worker 01HXV0T388G0T1Y4TWX13VTDYX (queued for 56 s) |
|
2 | 2024-05-14T07:42:57.323Z | starting task 0: "setup" |
3 | 2024-05-14T07:42:57.375Z | ++ uname -s |
4 | 2024-05-14T07:42:57.795Z | + kern=SunOS |
5 | 2024-05-14T07:42:57.795Z | + case "$kern" in |
6 | 2024-05-14T07:42:57.795Z | + groupadd -g 12345 build |
7 | 2024-05-14T07:42:57.795Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T07:42:59.407Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T07:42:59.545Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T07:42:59.557Z | + home_fs=zfs |
11 | 2024-05-14T07:42:59.557Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T07:42:59.557Z | + mkdir -p /home/build |
13 | 2024-05-14T07:42:59.558Z | + chown build:build /home/build /work |
14 | 2024-05-14T07:43:01.557Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T07:43:01.569Z | process exited: duration 4228 ms, exit code 0 |
|
16 | 2024-05-14T07:43:01.592Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T07:43:01.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T07:43:01.606Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T07:43:01.720Z | info: downloading installer |
20 | 2024-05-14T07:43:03.622Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T07:43:03.622Z | warning: /opt/ooce/bin |
22 | 2024-05-14T07:43:03.622Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T07:43:03.622Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T07:43:03.622Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T07:43:03.622Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T07:43:03.622Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T07:43:03.622Z | error: cannot install while Rust is installed |
28 | 2024-05-14T07:43:03.622Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T07:43:03.705Z | info: profile set to 'default' |
30 | 2024-05-14T07:43:03.705Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T07:43:03.713Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T07:43:03.840Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T07:43:03.840Z | info: downloading component 'cargo' |
34 | 2024-05-14T07:43:04.565Z | info: downloading component 'clippy' |
35 | 2024-05-14T07:43:04.818Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T07:43:05.727Z | info: downloading component 'rust-std' |
37 | 2024-05-14T07:43:07.343Z | info: downloading component 'rustc' |
38 | 2024-05-14T07:43:11.233Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T07:43:11.458Z | info: installing component 'cargo' |
40 | 2024-05-14T07:43:12.285Z | info: installing component 'clippy' |
41 | 2024-05-14T07:43:12.651Z | info: installing component 'rust-docs' |
42 | 2024-05-14T07:43:14.040Z | info: installing component 'rust-std' |
43 | 2024-05-14T07:43:15.923Z | info: installing component 'rustc' |
44 | 2024-05-14T07:43:19.900Z | info: installing component 'rustfmt' |
45 | 2024-05-14T07:43:20.257Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T07:43:20.258Z | |
47 | 2024-05-14T07:43:20.563Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T07:43:20.564Z | |
49 | 2024-05-14T07:43:20.584Z | |
50 | 2024-05-14T07:43:20.584Z | Rust is installed now. Great! |
51 | 2024-05-14T07:43:20.584Z | |
52 | 2024-05-14T07:43:20.584Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T07:43:20.585Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T07:43:20.585Z | |
55 | 2024-05-14T07:43:20.585Z | To configure your current shell, you need to source |
56 | 2024-05-14T07:43:20.585Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T07:43:20.585Z | |
58 | 2024-05-14T07:43:20.585Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T07:43:20.585Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T07:43:20.585Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T07:43:20.619Z | + rustc --version |
62 | 2024-05-14T07:43:20.690Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T07:43:20.702Z | process exited: duration 19092 ms, exit code 0 |
|
64 | 2024-05-14T07:43:20.760Z | starting task 2: "authentication" |
65 | 2024-05-14T07:43:20.793Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-14T07:43:31.303Z | process exited: duration 10542 ms, exit code 0 |
|
67 | 2024-05-14T07:43:31.346Z | starting task 3: "clone repository" |
68 | 2024-05-14T07:43:31.352Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-14T07:43:31.352Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-14T07:43:31.670Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-14T07:43:38.008Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-14T07:43:38.008Z | + git fetch origin 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 |
73 | 2024-05-14T07:43:38.780Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-14T07:43:38.780Z | * branch 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 -> FETCH_HEAD |
75 | 2024-05-14T07:43:38.797Z | + [[ -n '' ]] |
76 | 2024-05-14T07:43:38.797Z | + git reset --hard 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 |
77 | 2024-05-14T07:43:38.797Z | HEAD is now at 7b7f6b85d Update Rust crate prettyplease to 0.2.20 |
78 | 2024-05-14T07:43:38.797Z | process exited: duration 7157 ms, exit code 0 |
|
79 | 2024-05-14T07:43:38.831Z | starting task 4: "build" |
80 | 2024-05-14T07:43:38.843Z | + cargo --version |
81 | 2024-05-14T07:43:38.843Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
82 | 2024-05-14T07:43:39.021Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
83 | 2024-05-14T07:43:39.022Z | info: downloading component 'cargo' |
84 | 2024-05-14T07:43:40.116Z | info: downloading component 'clippy' |
85 | 2024-05-14T07:43:40.134Z | info: downloading component 'rust-docs' |
86 | 2024-05-14T07:43:40.850Z | info: downloading component 'rust-std' |
87 | 2024-05-14T07:43:42.218Z | info: downloading component 'rustc' |
88 | 2024-05-14T07:43:45.873Z | info: downloading component 'rustfmt' |
89 | 2024-05-14T07:43:46.081Z | info: installing component 'cargo' |
90 | 2024-05-14T07:43:46.895Z | info: installing component 'clippy' |
91 | 2024-05-14T07:43:47.228Z | info: installing component 'rust-docs' |
92 | 2024-05-14T07:43:48.754Z | info: installing component 'rust-std' |
93 | 2024-05-14T07:43:50.399Z | info: installing component 'rustc' |
94 | 2024-05-14T07:43:54.323Z | info: installing component 'rustfmt' |
95 | 2024-05-14T07:43:54.727Z | cargo 1.77.2 (e52e36006 2024-03-26) |
96 | 2024-05-14T07:43:54.732Z | + rustc --version |
97 | 2024-05-14T07:43:54.839Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
98 | 2024-05-14T07:43:54.856Z | + source ./env.sh |
99 | 2024-05-14T07:43:54.856Z | ++ set -o xtrace |
100 | 2024-05-14T07:43:54.856Z | ++++ dirname ./env.sh |
101 | 2024-05-14T07:43:54.856Z | +++ readlink -f . |
102 | 2024-05-14T07:43:55.288Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
103 | 2024-05-14T07:43:55.288Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-05-14T07:43:55.288Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2024-05-14T07:43:55.289Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-05-14T07:43:55.289Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-05-14T07:43:55.289Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-05-14T07:43:55.289Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-05-14T07:43:55.289Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-05-14T07:43:55.289Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-05-14T07:43:55.290Z | ++ unset OMICRON_WS |
112 | 2024-05-14T07:43:55.290Z | ++ set +o xtrace |
113 | 2024-05-14T07:43:55.300Z | |
114 | 2024-05-14T07:43:55.301Z | ##### ##### ###### ##### ###### #### # # # #### # |
115 | 2024-05-14T07:43:55.301Z | # # # # # # # # # # # # # # # |
116 | 2024-05-14T07:43:55.301Z | # # # # ##### # # ##### # # # # # #### # |
117 | 2024-05-14T07:43:55.301Z | ##### ##### # ##### # # # # # # # # # |
118 | 2024-05-14T07:43:55.301Z | # # # # # # # # # # # # # # # |
119 | 2024-05-14T07:43:55.301Z | # # # ###### # # ###### ### # #### # #### # |
120 | 2024-05-14T07:43:55.301Z | |
121 | 2024-05-14T07:44:03.690Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2024-05-14T07:44:05.381Z | Startup: Caching catalogs ... Done |
123 | 2024-05-14T07:44:06.906Z | Planning: Solver setup ... Done (1.102s) |
124 | 2024-05-14T07:44:06.937Z | Planning: Running solver ... Done (0.020s) |
125 | 2024-05-14T07:44:06.950Z | Planning: Finding local manifests ... Done (0.003s) |
126 | 2024-05-14T07:44:06.968Z | Planning: Fetching manifests: 0/4 0% complete |
127 | 2024-05-14T07:44:07.431Z | Planning: Fetching manifests: 4/4 100% complete |
128 | 2024-05-14T07:44:07.431Z | Planning: Package planning ... Done (0.048s) |
129 | 2024-05-14T07:44:07.431Z | Planning: Merging actions ... Done (0.049s) |
130 | 2024-05-14T07:44:07.956Z | Planning: Checking for conflicting actions ... Done (0.652s) |
131 | 2024-05-14T07:44:07.975Z | Planning: Consolidating action changes ... Done (0.011s) |
132 | 2024-05-14T07:44:11.394Z | Planning: Evaluating mediators ... Done (3.430s) |
133 | 2024-05-14T07:44:11.401Z | Planning: Planning completed in 5.97 seconds |
134 | 2024-05-14T07:44:11.483Z | Packages to install: 4 |
135 | 2024-05-14T07:44:11.483Z | Mediators to change: 2 |
136 | 2024-05-14T07:44:11.483Z | Services to change: 1 |
137 | 2024-05-14T07:44:11.514Z | Estimated space available: 155.31 GB |
138 | 2024-05-14T07:44:11.514Z | Estimated space to be consumed: 1.44 GB |
139 | 2024-05-14T07:44:11.515Z | Create boot environment: No |
140 | 2024-05-14T07:44:11.515Z | Create backup boot environment: No |
141 | 2024-05-14T07:44:11.515Z | Rebuild boot archive: No |
142 | 2024-05-14T07:44:11.515Z | |
143 | 2024-05-14T07:44:11.515Z | Changed mediators: |
144 | 2024-05-14T07:44:11.515Z | mediator clang: |
145 | 2024-05-14T07:44:11.515Z | version: None -> 15 (system default) |
146 | 2024-05-14T07:44:11.516Z | |
147 | 2024-05-14T07:44:11.516Z | mediator llvm: |
148 | 2024-05-14T07:44:11.516Z | version: 14 (system default) -> 15 (system default) |
149 | 2024-05-14T07:44:11.516Z | |
150 | 2024-05-14T07:44:11.516Z | Changed packages: |
151 | 2024-05-14T07:44:11.517Z | helios-dev |
152 | 2024-05-14T07:44:11.517Z | developer/build-essential |
153 | 2024-05-14T07:44:11.517Z | None -> 11-2.0 |
154 | 2024-05-14T07:44:11.517Z | library/libxmlsec1 |
155 | 2024-05-14T07:44:11.517Z | None -> 1.2.35-2.0 |
156 | 2024-05-14T07:44:11.517Z | ooce/developer/clang-15 |
157 | 2024-05-14T07:44:11.518Z | None -> 15.0.7-2.0 |
158 | 2024-05-14T07:44:11.518Z | ooce/developer/llvm-15 |
159 | 2024-05-14T07:44:11.518Z | None -> 15.0.7-2.0 |
160 | 2024-05-14T07:44:11.518Z | |
161 | 2024-05-14T07:44:11.518Z | Services: |
162 | 2024-05-14T07:44:11.518Z | restart_fmri: |
163 | 2024-05-14T07:44:11.519Z | svc:/system/update-man-index:default |
164 | 2024-05-14T07:44:11.591Z | |
165 | 2024-05-14T07:44:11.592Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
166 | 2024-05-14T07:44:37.051Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
167 | 2024-05-14T07:44:42.063Z | Download: 1019/3290 items 19.5/212.6MB 9% complete (3.8M/s) |
168 | 2024-05-14T07:44:47.052Z | Download: 1998/3290 items 118.7/212.6MB 55% complete (11.8M/s) |
169 | 2024-05-14T07:44:52.236Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (10.3M/s) |
170 | 2024-05-14T07:44:56.860Z | Download: Completed 212.60 MB in 45.25 seconds (4.7M/s) |
171 | 2024-05-14T07:44:57.266Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-05-14T07:45:02.671Z | Actions: 3640/3689 actions (Installing new actions) |
173 | 2024-05-14T07:45:02.682Z | Actions: Completed 3689 actions in 5.07 seconds. |
174 | 2024-05-14T07:45:02.683Z | Done (0.122s) |
175 | 2024-05-14T07:45:02.683Z | Done (0.000s) |
176 | 2024-05-14T07:45:03.137Z | Done (0.289s) |
177 | 2024-05-14T07:45:07.713Z | Done (4.845s) |
178 | 2024-05-14T07:45:07.884Z | Done (0.099s) |
179 | 2024-05-14T07:45:07.895Z | Done (0.000s) |
180 | 2024-05-14T07:45:08.060Z | Done (0.000s) |
181 | 2024-05-14T07:45:08.580Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-05-14T07:45:08.745Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-05-14T07:45:08.751Z | Planning: Consolidating action changes ... Done |
184 | 2024-05-14T07:45:09.014Z | Planning: Evaluating mediators ... Done |
185 | 2024-05-14T07:45:09.021Z | Planning: Planning completed in 0.42 seconds |
186 | 2024-05-14T07:45:09.054Z | Mediators to change: 2 |
187 | 2024-05-14T07:45:09.054Z | Create boot environment: No |
188 | 2024-05-14T07:45:09.067Z | Create backup boot environment: No |
189 | 2024-05-14T07:45:09.114Z | Done |
190 | 2024-05-14T07:45:09.115Z | Done |
191 | 2024-05-14T07:45:09.324Z | Done |
192 | 2024-05-14T07:45:12.825Z | Done |
193 | 2024-05-14T07:45:12.906Z | Done |
194 | 2024-05-14T07:45:12.920Z | Done |
195 | 2024-05-14T07:45:13.009Z | Done |
196 | 2024-05-14T07:45:13.608Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-05-14T07:45:13.618Z | Planning: Merging actions ... Done |
198 | 2024-05-14T07:45:13.808Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-05-14T07:45:13.848Z | Planning: Consolidating action changes ... Done |
200 | 2024-05-14T07:45:14.056Z | Planning: Evaluating mediators ... Done |
201 | 2024-05-14T07:45:14.111Z | Planning: Planning completed in 0.74 seconds |
202 | 2024-05-14T07:45:14.563Z | Packages to change: 1 |
203 | 2024-05-14T07:45:14.563Z | Mediators to change: 1 |
204 | 2024-05-14T07:45:14.577Z | Services to change: 1 |
205 | 2024-05-14T07:45:14.577Z | Create boot environment: No |
206 | 2024-05-14T07:45:14.577Z | Create backup boot environment: Yes |
207 | 2024-05-14T07:45:15.893Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-05-14T07:45:15.930Z | Actions: Completed 6 actions in 0.03 seconds. |
209 | 2024-05-14T07:45:15.949Z | Done |
210 | 2024-05-14T07:45:15.949Z | Done |
211 | 2024-05-14T07:45:15.993Z | Done |
212 | 2024-05-14T07:45:19.602Z | Done |
213 | 2024-05-14T07:45:19.683Z | Done |
214 | 2024-05-14T07:45:19.683Z | Done |
215 | 2024-05-14T07:45:19.828Z | Done |
216 | 2024-05-14T07:45:20.255Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-05-14T07:45:20.255Z | clang system 15 system |
218 | 2024-05-14T07:45:20.256Z | csh system system illumos |
219 | 2024-05-14T07:45:20.256Z | ctags system system illumos |
220 | 2024-05-14T07:45:20.257Z | gcc vendor 12 vendor |
221 | 2024-05-14T07:45:20.257Z | gcc system 10 system |
222 | 2024-05-14T07:45:20.257Z | gcc system 7 system |
223 | 2024-05-14T07:45:20.257Z | go system 1.20 system |
224 | 2024-05-14T07:45:20.257Z | go system 1.19 system |
225 | 2024-05-14T07:45:20.258Z | llvm system 15 system |
226 | 2024-05-14T07:45:20.258Z | llvm system 14 system |
227 | 2024-05-14T07:45:20.258Z | mariadb system 10.6 system |
228 | 2024-05-14T07:45:20.259Z | mta vendor vendor dma |
229 | 2024-05-14T07:45:20.259Z | openjdk system 17 system |
230 | 2024-05-14T07:45:20.259Z | openjdk system 11 system |
231 | 2024-05-14T07:45:20.259Z | openjdk system 1.8 system |
232 | 2024-05-14T07:45:20.260Z | openssl vendor 3 vendor |
233 | 2024-05-14T07:45:20.260Z | perl system 5.36 system |
234 | 2024-05-14T07:45:20.260Z | postgresql system 15 system |
235 | 2024-05-14T07:45:20.260Z | postgresql system 13 system |
236 | 2024-05-14T07:45:20.260Z | python vendor 3 vendor |
237 | 2024-05-14T07:45:20.260Z | python system 2 system |
238 | 2024-05-14T07:45:20.260Z | python3 system 3.11 system |
239 | 2024-05-14T07:45:20.260Z | ruby system 3.0 system |
240 | 2024-05-14T07:45:20.261Z | words vendor vendor american-english |
241 | 2024-05-14T07:45:20.261Z | words system system australian-english |
242 | 2024-05-14T07:45:20.261Z | words system system british-english |
243 | 2024-05-14T07:45:20.261Z | words system system canadian-english |
244 | 2024-05-14T07:45:20.261Z | words system system french |
245 | 2024-05-14T07:45:20.262Z | words system system italian |
246 | 2024-05-14T07:45:20.262Z | words system system ngerman |
247 | 2024-05-14T07:45:20.262Z | words system system ogerman |
248 | 2024-05-14T07:45:20.262Z | words system system spanish |
249 | 2024-05-14T07:45:20.581Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-05-14T07:45:20.582Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-05-14T07:45:21.929Z | FMRI IFO |
252 | 2024-05-14T07:45:21.929Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
262 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
263 | 2024-05-14T07:45:21.930Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2024-05-14T07:45:22.198Z | + set -o errexit |
265 | 2024-05-14T07:45:22.245Z | +++ dirname ./tools/ci_download_cockroachdb |
266 | 2024-05-14T07:45:22.245Z | ++ cd ./tools |
267 | 2024-05-14T07:45:22.245Z | ++ pwd |
268 | 2024-05-14T07:45:22.245Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
269 | 2024-05-14T07:45:22.246Z | ++ basename ./tools/ci_download_cockroachdb |
270 | 2024-05-14T07:45:22.246Z | + ARG0=ci_download_cockroachdb |
271 | 2024-05-14T07:45:22.246Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
272 | 2024-05-14T07:45:22.246Z | + CIDL_VERSION=v22.1.9 |
273 | 2024-05-14T07:45:22.246Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
274 | 2024-05-14T07:45:22.246Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
275 | 2024-05-14T07:45:22.247Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
276 | 2024-05-14T07:45:22.247Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
277 | 2024-05-14T07:45:22.247Z | + TARGET_DIR=out |
278 | 2024-05-14T07:45:22.247Z | + DOWNLOAD_DIR=out/downloads |
279 | 2024-05-14T07:45:22.247Z | + DEST_DIR=./out/cockroachdb |
280 | 2024-05-14T07:45:22.247Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
281 | 2024-05-14T07:45:22.248Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
282 | 2024-05-14T07:45:22.248Z | + main |
283 | 2024-05-14T07:45:22.248Z | + [[ 0 != 0 ]] |
284 | 2024-05-14T07:45:22.248Z | + CIDL_OS=solaris2.11 |
285 | 2024-05-14T07:45:22.248Z | + [[ 0 != 0 ]] |
286 | 2024-05-14T07:45:22.248Z | + configure_os solaris2.11 |
287 | 2024-05-14T07:45:22.248Z | + echo 'current directory: /work/oxidecomputer/omicron' |
288 | 2024-05-14T07:45:22.249Z | current directory: /work/oxidecomputer/omicron |
289 | 2024-05-14T07:45:22.249Z | configuring based on OS: "solaris2.11" |
290 | 2024-05-14T07:45:22.249Z | + echo 'configuring based on OS: "solaris2.11"' |
291 | 2024-05-14T07:45:22.249Z | + case "$1" in |
292 | 2024-05-14T07:45:22.249Z | + CIDL_BUILD=illumos |
293 | 2024-05-14T07:45:22.250Z | + CIDL_SUFFIX=tar.gz |
294 | 2024-05-14T07:45:22.250Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-05-14T07:45:22.250Z | + CIDL_URL_BASE=https://illumos.org/downloads |
296 | 2024-05-14T07:45:22.250Z | + CIDL_ASSEMBLE=do_assemble_illumos |
297 | 2024-05-14T07:45:22.250Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
298 | 2024-05-14T07:45:22.250Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-14T07:45:22.251Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-05-14T07:45:22.251Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
301 | 2024-05-14T07:45:22.251Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-05-14T07:45:22.251Z | + CIDL_SHA256FUNC=do_sha256sum |
303 | 2024-05-14T07:45:22.251Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-05-14T07:45:22.251Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-14T07:45:22.252Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-14T07:45:22.252Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2024-05-14T07:45:22.252Z | + mkdir -p out/downloads |
308 | 2024-05-14T07:45:22.252Z | + mkdir -p ./out/cockroachdb |
309 | 2024-05-14T07:45:22.252Z | + local DO_DOWNLOAD=true |
310 | 2024-05-14T07:45:22.252Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
311 | 2024-05-14T07:45:22.253Z | + '[' true == true ']' |
312 | 2024-05-14T07:45:22.253Z | + echo Downloading... |
313 | 2024-05-14T07:45:22.253Z | Downloading... |
314 | 2024-05-14T07:45:22.253Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-05-14T07:45:22.253Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-05-14T07:45:25.534Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-05-14T07:45:25.550Z | ++ sha256sum |
318 | 2024-05-14T07:45:25.550Z | ++ awk '{print $1}' |
319 | 2024-05-14T07:45:25.551Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
320 | 2024-05-14T07:45:25.551Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
321 | 2024-05-14T07:45:25.551Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-05-14T07:45:25.551Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
323 | 2024-05-14T07:45:28.011Z | + do_assemble_illumos |
324 | 2024-05-14T07:45:28.011Z | + rm -r ./out/cockroachdb |
325 | 2024-05-14T07:45:28.011Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
326 | 2024-05-14T07:45:28.142Z | + ./out/cockroachdb/bin/cockroach version |
327 | 2024-05-14T07:45:28.354Z | Build Tag: v22.1.9-dirty |
328 | 2024-05-14T07:45:28.355Z | Build Time: 2022/10/26 21:17:46 |
329 | 2024-05-14T07:45:28.355Z | Distribution: OSS |
330 | 2024-05-14T07:45:28.357Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
331 | 2024-05-14T07:45:28.358Z | Go Version: go1.17.13 |
332 | 2024-05-14T07:45:28.358Z | C Compiler: gcc 10.3.0 |
333 | 2024-05-14T07:45:28.358Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
334 | 2024-05-14T07:45:28.358Z | Build Type: release |
335 | 2024-05-14T07:45:28.396Z | + set -o errexit |
336 | 2024-05-14T07:45:28.396Z | +++ dirname ./tools/ci_download_clickhouse |
337 | 2024-05-14T07:45:28.397Z | ++ cd ./tools |
338 | 2024-05-14T07:45:28.397Z | ++ pwd |
339 | 2024-05-14T07:45:28.397Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
340 | 2024-05-14T07:45:28.397Z | ++ basename ./tools/ci_download_clickhouse |
341 | 2024-05-14T07:45:28.397Z | + ARG0=ci_download_clickhouse |
342 | 2024-05-14T07:45:28.398Z | + TARGET_DIR=out |
343 | 2024-05-14T07:45:28.398Z | + DOWNLOAD_DIR=out/downloads |
344 | 2024-05-14T07:45:28.398Z | + DEST_DIR=./out/clickhouse |
345 | 2024-05-14T07:45:28.398Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
346 | 2024-05-14T07:45:28.398Z | + CIDL_VERSION=v23.8.7.24 |
347 | 2024-05-14T07:45:28.398Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
348 | 2024-05-14T07:45:28.398Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
349 | 2024-05-14T07:45:28.399Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
350 | 2024-05-14T07:45:28.399Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-05-14T07:45:28.399Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
352 | 2024-05-14T07:45:28.399Z | + main |
353 | 2024-05-14T07:45:28.399Z | + [[ 0 != 0 ]] |
354 | 2024-05-14T07:45:28.400Z | + CIDL_OS=solaris2.11 |
355 | 2024-05-14T07:45:28.400Z | + [[ 0 != 0 ]] |
356 | 2024-05-14T07:45:28.400Z | + configure_os solaris2.11 |
357 | 2024-05-14T07:45:28.400Z | + echo 'current directory: /work/oxidecomputer/omicron' |
358 | 2024-05-14T07:45:28.400Z | current directory: /work/oxidecomputer/omicron |
359 | 2024-05-14T07:45:28.400Z | + echo 'configuring based on OS: "solaris2.11"' |
360 | 2024-05-14T07:45:28.400Z | + CIDL_DASHREV= |
361 | 2024-05-14T07:45:28.400Z | configuring based on OS: "solaris2.11" |
362 | 2024-05-14T07:45:28.400Z | + case "$1" in |
363 | 2024-05-14T07:45:28.401Z | + CIDL_PLATFORM=illumos |
364 | 2024-05-14T07:45:28.401Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
365 | 2024-05-14T07:45:28.401Z | + CIDL_MD5FUNC=do_md5sum |
366 | 2024-05-14T07:45:28.401Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
367 | 2024-05-14T07:45:28.401Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-14T07:45:28.402Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-05-14T07:45:28.402Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-05-14T07:45:28.402Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
371 | 2024-05-14T07:45:28.402Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
372 | 2024-05-14T07:45:28.402Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-05-14T07:45:28.402Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-14T07:45:28.403Z | + mkdir -p out/downloads |
375 | 2024-05-14T07:45:28.403Z | + mkdir -p ./out/clickhouse |
376 | 2024-05-14T07:45:28.403Z | + local DO_DOWNLOAD=true |
377 | 2024-05-14T07:45:28.403Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
378 | 2024-05-14T07:45:28.403Z | + '[' true == true ']' |
379 | 2024-05-14T07:45:28.403Z | + echo Downloading... |
380 | 2024-05-14T07:45:28.404Z | Downloading... |
381 | 2024-05-14T07:45:28.404Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
382 | 2024-05-14T07:45:28.404Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
383 | 2024-05-14T07:45:29.972Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
384 | 2024-05-14T07:45:29.994Z | ++ md5sum |
385 | 2024-05-14T07:45:29.994Z | ++ awk '{print $1}' |
386 | 2024-05-14T07:45:30.249Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
387 | 2024-05-14T07:45:30.249Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
388 | 2024-05-14T07:45:30.279Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
389 | 2024-05-14T07:45:30.279Z | + mkdir -p ./out/clickhouse |
390 | 2024-05-14T07:45:30.279Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
391 | 2024-05-14T07:45:34.072Z | + [[ solaris2.11 == darwin* ]] |
392 | 2024-05-14T07:45:34.072Z | + ./out/clickhouse/clickhouse server --version |
393 | 2024-05-14T07:45:34.326Z | ClickHouse server version 23.8.7.1. |
394 | 2024-05-14T07:45:34.759Z | + set -o errexit |
395 | 2024-05-14T07:45:34.759Z | +++ dirname ./tools/ci_download_console |
396 | 2024-05-14T07:45:34.759Z | ++ cd ./tools |
397 | 2024-05-14T07:45:34.759Z | ++ pwd |
398 | 2024-05-14T07:45:34.760Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2024-05-14T07:45:34.760Z | ++ basename ./tools/ci_download_console |
400 | 2024-05-14T07:45:34.760Z | + ARG0=ci_download_console |
401 | 2024-05-14T07:45:34.760Z | + TARGET_DIR=out |
402 | 2024-05-14T07:45:34.760Z | + DOWNLOAD_DIR=out/downloads |
403 | 2024-05-14T07:45:34.761Z | + DEST_DIR=./out/console-assets |
404 | 2024-05-14T07:45:34.761Z | + source /work/oxidecomputer/omicron/tools/console_version |
405 | 2024-05-14T07:45:34.761Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
406 | 2024-05-14T07:45:34.761Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
407 | 2024-05-14T07:45:34.761Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
408 | 2024-05-14T07:45:34.761Z | + TARBALL_FILE=out/downloads/console.tar.gz |
409 | 2024-05-14T07:45:34.762Z | + main |
410 | 2024-05-14T07:45:34.762Z | + [[ 0 != 0 ]] |
411 | 2024-05-14T07:45:34.762Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
412 | 2024-05-14T07:45:34.762Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
413 | 2024-05-14T07:45:34.763Z | + echo 'Local file: out/downloads/console.tar.gz' |
414 | 2024-05-14T07:45:34.763Z | Local file: out/downloads/console.tar.gz |
415 | 2024-05-14T07:45:34.763Z | + local DO_DOWNLOAD=true |
416 | 2024-05-14T07:45:34.763Z | + [[ -f out/downloads/console.tar.gz ]] |
417 | 2024-05-14T07:45:34.764Z | + mkdir -p out/downloads |
418 | 2024-05-14T07:45:34.764Z | + '[' true == true ']' |
419 | 2024-05-14T07:45:34.764Z | + echo Downloading... |
420 | 2024-05-14T07:45:34.764Z | Downloading... |
421 | 2024-05-14T07:45:34.764Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
422 | 2024-05-14T07:45:34.765Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
423 | 2024-05-14T07:45:34.811Z | ++ do_sha256sum out/downloads/console.tar.gz |
424 | 2024-05-14T07:45:34.811Z | ++ case "$OSTYPE" in |
425 | 2024-05-14T07:45:34.827Z | ++ SHA=sha256sum |
426 | 2024-05-14T07:45:34.828Z | ++ sha256sum |
427 | 2024-05-14T07:45:34.828Z | ++ awk '{print $1}' |
428 | 2024-05-14T07:45:34.828Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
429 | 2024-05-14T07:45:34.828Z | + [[ 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 ]] |
430 | 2024-05-14T07:45:34.829Z | + rm -rf ./out/console-assets |
431 | 2024-05-14T07:45:34.829Z | + mkdir -p ./out/console-assets |
432 | 2024-05-14T07:45:34.829Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
433 | 2024-05-14T07:45:34.829Z | + mkdir -p ./out/console-assets |
434 | 2024-05-14T07:45:34.846Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
435 | 2024-05-14T07:45:34.923Z | + set -o errexit |
436 | 2024-05-14T07:45:35.374Z | +++ dirname ./tools/ci_download_dendrite_openapi |
437 | 2024-05-14T07:45:35.374Z | ++ cd ./tools |
438 | 2024-05-14T07:45:35.374Z | ++ pwd |
439 | 2024-05-14T07:45:35.374Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
440 | 2024-05-14T07:45:35.374Z | ++ basename ./tools/ci_download_dendrite_openapi |
441 | 2024-05-14T07:45:35.375Z | + ARG0=ci_download_dendrite_openapi |
442 | 2024-05-14T07:45:35.375Z | + TARGET_DIR=out |
443 | 2024-05-14T07:45:35.375Z | + DOWNLOAD_DIR=out/downloads |
444 | 2024-05-14T07:45:35.375Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
445 | 2024-05-14T07:45:35.375Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
446 | 2024-05-14T07:45:35.375Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
447 | 2024-05-14T07:45:35.376Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
448 | 2024-05-14T07:45:35.376Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
449 | 2024-05-14T07:45:35.376Z | + main |
450 | 2024-05-14T07:45:35.376Z | + [[ 0 != 0 ]] |
451 | 2024-05-14T07:45:35.376Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
452 | 2024-05-14T07:45:35.377Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
453 | 2024-05-14T07:45:35.377Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
454 | 2024-05-14T07:45:35.377Z | + local DO_DOWNLOAD=true |
455 | 2024-05-14T07:45:35.377Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
456 | 2024-05-14T07:45:35.377Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
457 | 2024-05-14T07:45:35.377Z | + mkdir -p out/downloads |
458 | 2024-05-14T07:45:35.378Z | + '[' true == true ']' |
459 | 2024-05-14T07:45:35.378Z | + echo Downloading... |
460 | 2024-05-14T07:45:35.378Z | Downloading... |
461 | 2024-05-14T07:45:35.378Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
462 | 2024-05-14T07:45:35.378Z | + 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 |
463 | 2024-05-14T07:45:36.779Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
464 | 2024-05-14T07:45:36.794Z | ++ case "$OSTYPE" in |
465 | 2024-05-14T07:45:36.794Z | ++ SHA=sha256sum |
466 | 2024-05-14T07:45:36.794Z | ++ sha256sum |
467 | 2024-05-14T07:45:36.794Z | ++ awk '{print $1}' |
468 | 2024-05-14T07:45:36.794Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
469 | 2024-05-14T07:45:36.794Z | + [[ 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 ]] |
470 | 2024-05-14T07:45:36.794Z | + set -o errexit |
471 | 2024-05-14T07:45:36.833Z | +++ dirname ./tools/ci_download_dendrite_stub |
472 | 2024-05-14T07:45:36.834Z | ++ cd ./tools |
473 | 2024-05-14T07:45:36.834Z | ++ pwd |
474 | 2024-05-14T07:45:36.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-05-14T07:45:36.835Z | ++ basename ./tools/ci_download_dendrite_stub |
476 | 2024-05-14T07:45:36.835Z | + ARG0=ci_download_dendrite_stub |
477 | 2024-05-14T07:45:36.835Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
478 | 2024-05-14T07:45:36.836Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
479 | 2024-05-14T07:45:36.836Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
480 | 2024-05-14T07:45:36.836Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
481 | 2024-05-14T07:45:36.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-05-14T07:45:36.837Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
483 | 2024-05-14T07:45:36.837Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
484 | 2024-05-14T07:45:36.837Z | + TARGET_DIR=out |
485 | 2024-05-14T07:45:36.837Z | + DOWNLOAD_DIR=out/downloads |
486 | 2024-05-14T07:45:36.838Z | + DEST_DIR=./out/dendrite-stub |
487 | 2024-05-14T07:45:36.838Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
488 | 2024-05-14T07:45:36.838Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
489 | 2024-05-14T07:45:36.838Z | + REPO=oxidecomputer/dendrite |
490 | 2024-05-14T07:45:36.839Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
491 | 2024-05-14T07:45:36.839Z | + main |
492 | 2024-05-14T07:45:36.839Z | + [[ 0 != 0 ]] |
493 | 2024-05-14T07:45:36.839Z | + CIDL_OS=solaris2.11 |
494 | 2024-05-14T07:45:36.840Z | + [[ 0 != 0 ]] |
495 | 2024-05-14T07:45:36.840Z | + configure_os solaris2.11 |
496 | 2024-05-14T07:45:36.840Z | + echo 'current directory: /work/oxidecomputer/omicron' |
497 | 2024-05-14T07:45:36.840Z | current directory: /work/oxidecomputer/omicron |
498 | 2024-05-14T07:45:36.841Z | + echo 'configuring based on OS: "solaris2.11"' |
499 | 2024-05-14T07:45:36.841Z | + case "$1" in |
500 | 2024-05-14T07:45:36.841Z | configuring based on OS: "solaris2.11" |
501 | 2024-05-14T07:45:36.841Z | + SET_BINARIES= |
502 | 2024-05-14T07:45:36.842Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
503 | 2024-05-14T07:45:36.842Z | + CIDL_SHA256FUNC=do_sha256sum |
504 | 2024-05-14T07:45:36.842Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
505 | 2024-05-14T07:45:36.842Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
506 | 2024-05-14T07:45:36.842Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
507 | 2024-05-14T07:45:36.843Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
508 | 2024-05-14T07:45:36.843Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
509 | 2024-05-14T07:45:36.843Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
510 | 2024-05-14T07:45:36.843Z | Local file: out/downloads/dendrite-stub.tar.gz |
511 | 2024-05-14T07:45:36.843Z | + mkdir -p out/downloads |
512 | 2024-05-14T07:45:36.843Z | + mkdir -p ./out/dendrite-stub |
513 | 2024-05-14T07:45:36.844Z | + fetch_and_verify |
514 | 2024-05-14T07:45:36.844Z | + local DO_DOWNLOAD=true |
515 | 2024-05-14T07:45:36.844Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
516 | 2024-05-14T07:45:36.844Z | + '[' true == true ']' |
517 | 2024-05-14T07:45:36.844Z | + echo Downloading... |
518 | 2024-05-14T07:45:36.845Z | Downloading... |
519 | 2024-05-14T07:45:36.845Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
520 | 2024-05-14T07:45:36.845Z | + 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 |
521 | 2024-05-14T07:45:51.937Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
522 | 2024-05-14T07:45:51.953Z | ++ sha256sum |
523 | 2024-05-14T07:45:51.954Z | ++ awk '{print $1}' |
524 | 2024-05-14T07:45:51.954Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
525 | 2024-05-14T07:45:51.954Z | + [[ 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 ]] |
526 | 2024-05-14T07:45:51.954Z | + do_untar out/downloads/dendrite-stub.tar.gz |
527 | 2024-05-14T07:45:51.955Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
528 | 2024-05-14T07:45:52.580Z | + do_assemble |
529 | 2024-05-14T07:45:52.581Z | + rm -r ./out/dendrite-stub |
530 | 2024-05-14T07:45:52.600Z | + mkdir ./out/dendrite-stub |
531 | 2024-05-14T07:45:52.600Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
532 | 2024-05-14T07:45:52.665Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
533 | 2024-05-14T07:45:52.691Z | + set -o errexit |
534 | 2024-05-14T07:45:52.691Z | +++ dirname ./tools/ci_download_maghemite_mgd |
535 | 2024-05-14T07:45:52.692Z | ++ cd ./tools |
536 | 2024-05-14T07:45:52.692Z | ++ pwd |
537 | 2024-05-14T07:45:52.692Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
538 | 2024-05-14T07:45:52.692Z | ++ basename ./tools/ci_download_maghemite_mgd |
539 | 2024-05-14T07:45:52.692Z | + ARG0=ci_download_maghemite_mgd |
540 | 2024-05-14T07:45:52.692Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
541 | 2024-05-14T07:45:52.693Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
542 | 2024-05-14T07:45:52.693Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
543 | 2024-05-14T07:45:52.693Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
544 | 2024-05-14T07:45:52.693Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
545 | 2024-05-14T07:45:52.693Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
546 | 2024-05-14T07:45:52.694Z | + TARGET_DIR=out |
547 | 2024-05-14T07:45:52.694Z | + DOWNLOAD_DIR=out/downloads |
548 | 2024-05-14T07:45:52.694Z | + DEST_DIR=./out/mgd |
549 | 2024-05-14T07:45:52.694Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
550 | 2024-05-14T07:45:52.694Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
551 | 2024-05-14T07:45:52.694Z | + REPO=oxidecomputer/maghemite |
552 | 2024-05-14T07:45:52.695Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
553 | 2024-05-14T07:45:52.695Z | + main |
554 | 2024-05-14T07:45:52.695Z | + rm -rf out/downloads/root |
555 | 2024-05-14T07:45:52.719Z | + [[ 0 != 0 ]] |
556 | 2024-05-14T07:45:52.719Z | + CIDL_OS=solaris2.11 |
557 | 2024-05-14T07:45:52.719Z | + [[ 0 != 0 ]] |
558 | 2024-05-14T07:45:52.719Z | + configure_os solaris2.11 |
559 | 2024-05-14T07:45:52.720Z | + echo 'current directory: /work/oxidecomputer/omicron' |
560 | 2024-05-14T07:45:52.720Z | current directory: /work/oxidecomputer/omicron |
561 | 2024-05-14T07:45:52.720Z | + echo 'configuring based on OS: "solaris2.11"' |
562 | 2024-05-14T07:45:52.720Z | configuring based on OS: "solaris2.11" |
563 | 2024-05-14T07:45:52.720Z | + case "$1" in |
564 | 2024-05-14T07:45:52.721Z | + SET_BINARIES= |
565 | 2024-05-14T07:45:52.721Z | + CIDL_SHA256FUNC=do_sha256sum |
566 | 2024-05-14T07:45:52.721Z | + TARBALL_FILENAME=mgd.tar.gz |
567 | 2024-05-14T07:45:52.721Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
568 | 2024-05-14T07:45:52.721Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
569 | 2024-05-14T07:45:52.722Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
570 | 2024-05-14T07:45:52.722Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
571 | 2024-05-14T07:45:52.722Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
572 | 2024-05-14T07:45:52.722Z | Local file: out/downloads/mgd.tar.gz |
573 | 2024-05-14T07:45:52.723Z | + mkdir -p out/downloads |
574 | 2024-05-14T07:45:52.723Z | + mkdir -p ./out/mgd |
575 | 2024-05-14T07:45:52.723Z | + fetch_and_verify |
576 | 2024-05-14T07:45:52.723Z | + local DO_DOWNLOAD=true |
577 | 2024-05-14T07:45:52.723Z | + [[ -f out/downloads/mgd.tar.gz ]] |
578 | 2024-05-14T07:45:52.723Z | + '[' true == true ']' |
579 | 2024-05-14T07:45:52.724Z | + echo Downloading... |
580 | 2024-05-14T07:45:52.724Z | Downloading... |
581 | 2024-05-14T07:45:52.724Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
582 | 2024-05-14T07:45:52.724Z | + 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 |
583 | 2024-05-14T07:46:13.979Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
584 | 2024-05-14T07:46:13.988Z | ++ sha256sum |
585 | 2024-05-14T07:46:13.988Z | ++ awk '{print $1}' |
586 | 2024-05-14T07:46:14.025Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
587 | 2024-05-14T07:46:14.062Z | + [[ 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 ]] |
588 | 2024-05-14T07:46:14.062Z | + do_untar out/downloads/mgd.tar.gz |
589 | 2024-05-14T07:46:14.062Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
590 | 2024-05-14T07:46:14.589Z | + do_assemble |
591 | 2024-05-14T07:46:14.590Z | + rm -r ./out/mgd |
592 | 2024-05-14T07:46:14.593Z | + mkdir ./out/mgd |
593 | 2024-05-14T07:46:14.593Z | + cp -r out/downloads/root ./out/mgd/root |
594 | 2024-05-14T07:46:14.675Z | + set -o errexit |
595 | 2024-05-14T07:46:14.678Z | +++ dirname ./tools/ci_download_transceiver_control |
596 | 2024-05-14T07:46:14.681Z | ++ cd ./tools |
597 | 2024-05-14T07:46:14.681Z | ++ pwd |
598 | 2024-05-14T07:46:14.681Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
599 | 2024-05-14T07:46:14.681Z | ++ basename ./tools/ci_download_transceiver_control |
600 | 2024-05-14T07:46:14.681Z | + ARG0=ci_download_transceiver_control |
601 | 2024-05-14T07:46:14.681Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
602 | 2024-05-14T07:46:14.697Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
603 | 2024-05-14T07:46:14.697Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
604 | 2024-05-14T07:46:14.697Z | + TARGET_DIR=out |
605 | 2024-05-14T07:46:14.698Z | + DOWNLOAD_DIR=out/downloads |
606 | 2024-05-14T07:46:14.698Z | + DEST_DIR=./out/transceiver-control |
607 | 2024-05-14T07:46:14.698Z | + BIN_DIR=/opt/oxide/bin |
608 | 2024-05-14T07:46:14.699Z | + BINARY=xcvradm |
609 | 2024-05-14T07:46:14.700Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
610 | 2024-05-14T07:46:14.700Z | + REPO=oxidecomputer/transceiver-control |
611 | 2024-05-14T07:46:14.700Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
612 | 2024-05-14T07:46:14.700Z | + main |
613 | 2024-05-14T07:46:14.700Z | + [[ 0 != 0 ]] |
614 | 2024-05-14T07:46:14.700Z | + CIDL_OS=solaris2.11 |
615 | 2024-05-14T07:46:14.700Z | + [[ 0 != 0 ]] |
616 | 2024-05-14T07:46:14.700Z | + configure_os solaris2.11 |
617 | 2024-05-14T07:46:14.700Z | + echo 'current directory: /work/oxidecomputer/omicron' |
618 | 2024-05-14T07:46:14.700Z | current directory: /work/oxidecomputer/omicron |
619 | 2024-05-14T07:46:14.701Z | + echo 'configuring based on OS: "solaris2.11"' |
620 | 2024-05-14T07:46:14.701Z | configuring based on OS: "solaris2.11" |
621 | 2024-05-14T07:46:14.701Z | + case "$1" in |
622 | 2024-05-14T07:46:14.701Z | + SET_BINARIES= |
623 | 2024-05-14T07:46:14.701Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
624 | 2024-05-14T07:46:14.701Z | + CIDL_SHA256FUNC=do_sha256sum |
625 | 2024-05-14T07:46:14.701Z | + ARCHIVE_FILENAME=xcvradm.gz |
626 | 2024-05-14T07:46:14.701Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
627 | 2024-05-14T07:46:14.702Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
628 | 2024-05-14T07:46:14.702Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
629 | 2024-05-14T07:46:14.702Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
630 | 2024-05-14T07:46:14.703Z | + echo 'Local file: out/downloads/xcvradm.gz' |
631 | 2024-05-14T07:46:14.703Z | Local file: out/downloads/xcvradm.gz |
632 | 2024-05-14T07:46:14.703Z | + mkdir -p out/downloads |
633 | 2024-05-14T07:46:14.703Z | + mkdir -p ./out/transceiver-control |
634 | 2024-05-14T07:46:14.720Z | + fetch_and_verify |
635 | 2024-05-14T07:46:14.720Z | + local DO_DOWNLOAD=true |
636 | 2024-05-14T07:46:14.720Z | + [[ -f out/downloads/xcvradm.gz ]] |
637 | 2024-05-14T07:46:14.721Z | + '[' true == true ']' |
638 | 2024-05-14T07:46:14.721Z | + echo Downloading... |
639 | 2024-05-14T07:46:14.721Z | Downloading... |
640 | 2024-05-14T07:46:14.721Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
641 | 2024-05-14T07:46:14.721Z | + 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 |
642 | 2024-05-14T07:46:16.259Z | ++ do_sha256sum out/downloads/xcvradm.gz |
643 | 2024-05-14T07:46:16.262Z | ++ sha256sum |
644 | 2024-05-14T07:46:16.262Z | ++ awk '{print $1}' |
645 | 2024-05-14T07:46:16.265Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
646 | 2024-05-14T07:46:16.266Z | + [[ 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 ]] |
647 | 2024-05-14T07:46:16.266Z | + do_unpack out/downloads/xcvradm.gz |
648 | 2024-05-14T07:46:16.266Z | + mkdir -p out/downloads/root//opt/oxide/bin |
649 | 2024-05-14T07:46:16.269Z | + gzip -dc out/downloads/xcvradm.gz |
650 | 2024-05-14T07:46:16.387Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
651 | 2024-05-14T07:46:16.390Z | + do_assemble |
652 | 2024-05-14T07:46:16.391Z | + rm -r ./out/transceiver-control |
653 | 2024-05-14T07:46:16.394Z | + mkdir ./out/transceiver-control |
654 | 2024-05-14T07:46:16.394Z | + cp -r out/downloads/root ./out/transceiver-control/root |
655 | 2024-05-14T07:46:16.509Z | + set -o errexit |
656 | 2024-05-14T07:46:16.544Z | +++ dirname ./tools/ci_download_thundermuffin |
657 | 2024-05-14T07:46:16.544Z | ++ cd ./tools |
658 | 2024-05-14T07:46:16.545Z | ++ pwd |
659 | 2024-05-14T07:46:16.545Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
660 | 2024-05-14T07:46:16.545Z | ++ basename ./tools/ci_download_thundermuffin |
661 | 2024-05-14T07:46:16.546Z | + ARG0=ci_download_thundermuffin |
662 | 2024-05-14T07:46:16.546Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
663 | 2024-05-14T07:46:16.546Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
664 | 2024-05-14T07:46:16.547Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
665 | 2024-05-14T07:46:16.547Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
666 | 2024-05-14T07:46:16.547Z | + TARGET_DIR=out |
667 | 2024-05-14T07:46:16.548Z | + DOWNLOAD_DIR=out/downloads |
668 | 2024-05-14T07:46:16.548Z | + DEST_DIR=./out/thundermuffin |
669 | 2024-05-14T07:46:16.548Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
670 | 2024-05-14T07:46:16.548Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
671 | 2024-05-14T07:46:16.549Z | + REPO=oxidecomputer/thundermuffin |
672 | 2024-05-14T07:46:16.549Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
673 | 2024-05-14T07:46:16.549Z | + main |
674 | 2024-05-14T07:46:16.549Z | + rm -rf out/downloads/root |
675 | 2024-05-14T07:46:16.550Z | + [[ 0 != 0 ]] |
676 | 2024-05-14T07:46:16.550Z | + CIDL_OS=solaris2.11 |
677 | 2024-05-14T07:46:16.550Z | + [[ 0 != 0 ]] |
678 | 2024-05-14T07:46:16.550Z | + configure_os solaris2.11 |
679 | 2024-05-14T07:46:16.550Z | + echo 'current directory: /work/oxidecomputer/omicron' |
680 | 2024-05-14T07:46:16.550Z | current directory: /work/oxidecomputer/omicron |
681 | 2024-05-14T07:46:16.550Z | + echo 'configuring based on OS: "solaris2.11"' |
682 | 2024-05-14T07:46:16.551Z | configuring based on OS: "solaris2.11" |
683 | 2024-05-14T07:46:16.551Z | + case "$1" in |
684 | 2024-05-14T07:46:16.551Z | + SET_BINARIES= |
685 | 2024-05-14T07:46:16.551Z | + CIDL_SHA256FUNC=do_sha256sum |
686 | 2024-05-14T07:46:16.551Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
687 | 2024-05-14T07:46:16.552Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
688 | 2024-05-14T07:46:16.552Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
689 | 2024-05-14T07:46:16.552Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
690 | 2024-05-14T07:46:16.552Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
691 | 2024-05-14T07:46:16.552Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
692 | 2024-05-14T07:46:16.552Z | Local file: out/downloads/thundermuffin.tar.gz |
693 | 2024-05-14T07:46:16.552Z | + mkdir -p out/downloads |
694 | 2024-05-14T07:46:16.552Z | + mkdir -p ./out/thundermuffin |
695 | 2024-05-14T07:46:16.553Z | + fetch_and_verify |
696 | 2024-05-14T07:46:16.553Z | + local DO_DOWNLOAD=true |
697 | 2024-05-14T07:46:16.553Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
698 | 2024-05-14T07:46:16.553Z | + '[' true == true ']' |
699 | 2024-05-14T07:46:16.554Z | + echo Downloading... |
700 | 2024-05-14T07:46:16.554Z | Downloading... |
701 | 2024-05-14T07:46:16.555Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
702 | 2024-05-14T07:46:16.555Z | + 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 |
703 | 2024-05-14T07:46:18.930Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
704 | 2024-05-14T07:46:18.943Z | ++ sha256sum |
705 | 2024-05-14T07:46:18.943Z | ++ awk '{print $1}' |
706 | 2024-05-14T07:46:18.943Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
707 | 2024-05-14T07:46:18.943Z | + [[ 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 ]] |
708 | 2024-05-14T07:46:18.943Z | + do_untar out/downloads/thundermuffin.tar.gz |
709 | 2024-05-14T07:46:18.944Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
710 | 2024-05-14T07:46:19.383Z | + do_assemble |
711 | 2024-05-14T07:46:19.384Z | + rm -r ./out/thundermuffin |
712 | 2024-05-14T07:46:19.384Z | + mkdir ./out/thundermuffin |
713 | 2024-05-14T07:46:19.384Z | + cp -r out/downloads/root ./out/thundermuffin/root |
714 | 2024-05-14T07:46:19.384Z | All builder prerequisites installed successfully, and PATH looks valid |
715 | 2024-05-14T07:46:19.385Z | |
716 | 2024-05-14T07:46:19.385Z | real 2:24.208654408 |
717 | 2024-05-14T07:46:19.385Z | user 36.496544236 |
718 | 2024-05-14T07:46:19.385Z | sys 6.794234159 |
719 | 2024-05-14T07:46:19.386Z | trap 0.007398856 |
720 | 2024-05-14T07:46:19.386Z | tflt 0.147932781 |
721 | 2024-05-14T07:46:19.386Z | dflt 0.172702277 |
722 | 2024-05-14T07:46:19.386Z | kflt 0.136079298 |
723 | 2024-05-14T07:46:19.387Z | lock 1.404868458 |
724 | 2024-05-14T07:46:19.387Z | slp 5:08.361996593 |
725 | 2024-05-14T07:46:19.387Z | lat 2.055877348 |
726 | 2024-05-14T07:46:19.387Z | stop 0.137064687 |
727 | 2024-05-14T07:46:19.387Z | |
728 | 2024-05-14T07:46:19.387Z | #### # # ##### ##### # # |
729 | 2024-05-14T07:46:19.388Z | # # # # # # # # # # |
730 | 2024-05-14T07:46:19.388Z | # # # # # # # # |
731 | 2024-05-14T07:46:19.388Z | # # # ##### ##### # |
732 | 2024-05-14T07:46:19.388Z | # # # # # # # |
733 | 2024-05-14T07:46:19.388Z | #### ###### # # # # |
734 | 2024-05-14T07:46:19.388Z | |
735 | 2024-05-14T07:46:19.388Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
736 | 2024-05-14T07:46:19.703Z | Updating git repository `https://github.com/oxidecomputer/zone` |
737 | 2024-05-14T07:46:20.023Z | Updating crates.io index |
738 | 2024-05-14T07:46:20.073Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
739 | 2024-05-14T07:46:20.862Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
740 | 2024-05-14T07:46:21.538Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2024-05-14T07:46:24.064Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2024-05-14T07:46:24.616Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2024-05-14T07:46:24.631Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2024-05-14T07:46:25.577Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
745 | 2024-05-14T07:46:27.506Z | Updating git repository `https://github.com/oxidecomputer/opte` |
746 | 2024-05-14T07:46:28.673Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
747 | 2024-05-14T07:46:29.361Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2024-05-14T07:46:29.672Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
749 | 2024-05-14T07:46:30.348Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
750 | 2024-05-14T07:46:30.597Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2024-05-14T07:46:30.889Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2024-05-14T07:46:31.288Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2024-05-14T07:46:31.665Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
754 | 2024-05-14T07:46:31.965Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
755 | 2024-05-14T07:46:32.260Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
756 | 2024-05-14T07:46:32.495Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
757 | 2024-05-14T07:46:32.857Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
758 | 2024-05-14T07:46:33.384Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
759 | 2024-05-14T07:46:33.515Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
760 | 2024-05-14T07:46:34.174Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
761 | 2024-05-14T07:46:34.526Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
762 | 2024-05-14T07:46:34.847Z | Updating git repository `https://github.com/jgallagher/nix` |
763 | 2024-05-14T07:46:35.857Z | Updating git repository `https://github.com/cbiffle/hubpack` |
764 | 2024-05-14T07:46:36.267Z | Updating git repository `https://github.com/oxidecomputer/typify` |
765 | 2024-05-14T07:46:38.222Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
766 | 2024-05-14T07:46:38.519Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
767 | 2024-05-14T07:46:38.809Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
768 | 2024-05-14T07:46:39.236Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
769 | 2024-05-14T07:46:40.638Z | Downloading crates ... |
770 | 2024-05-14T07:46:40.645Z | Downloaded errno v0.3.8 |
771 | 2024-05-14T07:46:40.645Z | Downloaded autocfg v1.1.0 |
772 | 2024-05-14T07:46:40.645Z | Downloaded cargo-platform v0.1.3 |
773 | 2024-05-14T07:46:40.645Z | Downloaded anstream v0.6.11 |
774 | 2024-05-14T07:46:40.645Z | Downloaded utf8parse v0.2.1 |
775 | 2024-05-14T07:46:40.645Z | Downloaded equivalent v1.0.1 |
776 | 2024-05-14T07:46:40.645Z | Downloaded colorchoice v1.0.0 |
777 | 2024-05-14T07:46:40.646Z | Downloaded swrite v0.1.0 |
778 | 2024-05-14T07:46:40.646Z | Downloaded anstyle v1.0.7 |
779 | 2024-05-14T07:46:40.646Z | Downloaded itoa v1.0.9 |
780 | 2024-05-14T07:46:40.646Z | Downloaded terminal_size v0.3.0 |
781 | 2024-05-14T07:46:40.646Z | Downloaded anstyle-query v1.0.0 |
782 | 2024-05-14T07:46:40.646Z | Downloaded fs-err v2.11.0 |
783 | 2024-05-14T07:46:40.646Z | Downloaded cargo_toml v0.20.2 |
784 | 2024-05-14T07:46:40.646Z | Downloaded anyhow v1.0.83 |
785 | 2024-05-14T07:46:40.646Z | Downloaded macaddr v1.0.1 |
786 | 2024-05-14T07:46:40.646Z | Downloaded clap_lex v0.7.0 |
787 | 2024-05-14T07:46:40.646Z | Downloaded thiserror-impl v1.0.59 |
788 | 2024-05-14T07:46:40.646Z | Downloaded heck v0.5.0 |
789 | 2024-05-14T07:46:40.646Z | Downloaded anstyle-parse v0.2.1 |
790 | 2024-05-14T07:46:40.646Z | Downloaded strsim v0.11.0 |
791 | 2024-05-14T07:46:40.647Z | Downloaded toml_datetime v0.6.5 |
792 | 2024-05-14T07:46:40.647Z | Downloaded serde_spanned v0.6.5 |
793 | 2024-05-14T07:46:40.647Z | Downloaded thiserror v1.0.59 |
794 | 2024-05-14T07:46:40.647Z | Downloaded clap_derive v4.5.4 |
795 | 2024-05-14T07:46:40.647Z | Downloaded camino v1.1.6 |
796 | 2024-05-14T07:46:40.647Z | Downloaded cargo_metadata v0.18.1 |
797 | 2024-05-14T07:46:40.647Z | Downloaded quote v1.0.36 |
798 | 2024-05-14T07:46:40.647Z | Downloaded semver v1.0.22 |
799 | 2024-05-14T07:46:40.647Z | Downloaded serde_derive v1.0.201 |
800 | 2024-05-14T07:46:40.647Z | Downloaded clap v4.5.4 |
801 | 2024-05-14T07:46:40.647Z | Downloaded proc-macro2 v1.0.81 |
802 | 2024-05-14T07:46:40.647Z | Downloaded unicode-ident v1.0.12 |
803 | 2024-05-14T07:46:40.647Z | Downloaded ryu v1.0.15 |
804 | 2024-05-14T07:46:40.647Z | Downloaded bitflags v2.4.2 |
805 | 2024-05-14T07:46:40.648Z | Downloaded toml v0.8.12 |
806 | 2024-05-14T07:46:40.648Z | Downloaded toml_edit v0.22.12 |
807 | 2024-05-14T07:46:40.648Z | Downloaded serde v1.0.201 |
808 | 2024-05-14T07:46:40.648Z | Downloaded memchr v2.7.1 |
809 | 2024-05-14T07:46:40.648Z | Downloaded indexmap v2.2.6 |
810 | 2024-05-14T07:46:40.648Z | Downloaded hashbrown v0.14.3 |
811 | 2024-05-14T07:46:40.648Z | Downloaded winnow v0.6.1 |
812 | 2024-05-14T07:46:40.648Z | Downloaded serde_json v1.0.116 |
813 | 2024-05-14T07:46:40.648Z | Downloaded clap_builder v4.5.2 |
814 | 2024-05-14T07:46:40.648Z | Downloaded syn v2.0.60 |
815 | 2024-05-14T07:46:40.648Z | Downloaded rustix v0.38.31 |
816 | 2024-05-14T07:46:40.648Z | Downloaded libc v0.2.153 |
817 | 2024-05-14T07:46:40.841Z | Compiling proc-macro2 v1.0.81 |
818 | 2024-05-14T07:46:40.841Z | Compiling unicode-ident v1.0.12 |
819 | 2024-05-14T07:46:40.851Z | Compiling serde v1.0.201 |
820 | 2024-05-14T07:46:40.851Z | Compiling libc v0.2.153 |
821 | 2024-05-14T07:46:40.852Z | Compiling rustix v0.38.31 |
822 | 2024-05-14T07:46:40.852Z | Compiling bitflags v2.4.2 |
823 | 2024-05-14T07:46:40.852Z | Compiling equivalent v1.0.1 |
824 | 2024-05-14T07:46:40.860Z | Compiling hashbrown v0.14.3 |
825 | 2024-05-14T07:46:41.012Z | Compiling utf8parse v0.2.1 |
826 | 2024-05-14T07:46:41.085Z | Compiling colorchoice v1.0.0 |
827 | 2024-05-14T07:46:41.177Z | Compiling anstyle-parse v0.2.1 |
828 | 2024-05-14T07:46:41.242Z | Compiling winnow v0.6.1 |
829 | 2024-05-14T07:46:41.675Z | Compiling thiserror v1.0.59 |
830 | 2024-05-14T07:46:41.675Z | Compiling autocfg v1.1.0 |
831 | 2024-05-14T07:46:41.942Z | Compiling indexmap v2.2.6 |
832 | 2024-05-14T07:46:42.072Z | Compiling semver v1.0.22 |
833 | 2024-05-14T07:46:42.564Z | Compiling camino v1.1.6 |
834 | 2024-05-14T07:46:42.564Z | Compiling anstyle v1.0.7 |
835 | 2024-05-14T07:46:42.684Z | Compiling anstyle-query v1.0.0 |
836 | 2024-05-14T07:46:42.733Z | Compiling serde_json v1.0.116 |
837 | 2024-05-14T07:46:42.912Z | Compiling fs-err v2.11.0 |
838 | 2024-05-14T07:46:43.001Z | Compiling anstream v0.6.11 |
839 | 2024-05-14T07:46:43.056Z | Compiling clap_lex v0.7.0 |
840 | 2024-05-14T07:46:43.110Z | Compiling anyhow v1.0.83 |
841 | 2024-05-14T07:46:43.202Z | Compiling ryu v1.0.15 |
842 | 2024-05-14T07:46:43.294Z | Compiling heck v0.5.0 |
843 | 2024-05-14T07:46:43.557Z | Compiling itoa v1.0.9 |
844 | 2024-05-14T07:46:43.576Z | Compiling quote v1.0.36 |
845 | 2024-05-14T07:46:43.708Z | Compiling strsim v0.11.0 |
846 | 2024-05-14T07:46:43.786Z | Compiling swrite v0.1.0 |
847 | 2024-05-14T07:46:44.042Z | Compiling syn v2.0.60 |
848 | 2024-05-14T07:46:44.167Z | Compiling errno v0.3.8 |
849 | 2024-05-14T07:46:45.013Z | Compiling terminal_size v0.3.0 |
850 | 2024-05-14T07:46:45.130Z | Compiling clap_builder v4.5.2 |
851 | 2024-05-14T07:46:48.941Z | Compiling serde_derive v1.0.201 |
852 | 2024-05-14T07:46:48.941Z | Compiling thiserror-impl v1.0.59 |
853 | 2024-05-14T07:46:48.944Z | Compiling clap_derive v4.5.4 |
854 | 2024-05-14T07:46:51.524Z | Compiling clap v4.5.4 |
855 | 2024-05-14T07:46:56.392Z | Compiling toml_datetime v0.6.5 |
856 | 2024-05-14T07:46:56.392Z | Compiling serde_spanned v0.6.5 |
857 | 2024-05-14T07:46:56.397Z | Compiling cargo-platform v0.1.3 |
858 | 2024-05-14T07:46:56.397Z | Compiling macaddr v1.0.1 |
859 | 2024-05-14T07:46:56.671Z | Compiling toml_edit v0.22.12 |
860 | 2024-05-14T07:46:57.743Z | Compiling cargo_metadata v0.18.1 |
861 | 2024-05-14T07:46:58.662Z | Compiling toml v0.8.12 |
862 | 2024-05-14T07:46:59.405Z | Compiling cargo_toml v0.20.2 |
863 | 2024-05-14T07:47:02.706Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
864 | 2024-05-14T07:47:05.083Z | Finished dev [unoptimized + debuginfo] target(s) in 45.87s |
865 | 2024-05-14T07:47:05.313Z | Running `target/debug/xtask clippy` |
866 | 2024-05-14T07:47:05.341Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
867 | 2024-05-14T07:47:05.892Z | Downloading crates ... |
868 | 2024-05-14T07:47:05.998Z | Downloaded addr2line v0.21.0 |
869 | 2024-05-14T07:47:06.005Z | Downloaded adler v1.0.2 |
870 | 2024-05-14T07:47:06.009Z | Downloaded async-trait v0.1.80 |
871 | 2024-05-14T07:47:06.015Z | Downloaded bit-set v0.5.3 |
872 | 2024-05-14T07:47:06.023Z | Downloaded headers-core v0.2.0 |
873 | 2024-05-14T07:47:06.026Z | Downloaded heck v0.3.3 |
874 | 2024-05-14T07:47:06.026Z | Downloaded hex-literal v0.4.1 |
875 | 2024-05-14T07:47:06.050Z | Downloaded arrayref v0.3.7 |
876 | 2024-05-14T07:47:06.050Z | Downloaded array-init v0.0.4 |
877 | 2024-05-14T07:47:06.058Z | Downloaded home v0.5.5 |
878 | 2024-05-14T07:47:06.058Z | Downloaded allocator-api2 v0.2.16 |
879 | 2024-05-14T07:47:06.058Z | Downloaded anes v0.1.6 |
880 | 2024-05-14T07:47:06.058Z | Downloaded bitstruct_derive v0.1.0 |
881 | 2024-05-14T07:47:06.058Z | Downloaded bitstruct v0.1.1 |
882 | 2024-05-14T07:47:06.058Z | Downloaded heapless v0.7.16 |
883 | 2024-05-14T07:47:06.059Z | Downloaded ciborium-io v0.2.2 |
884 | 2024-05-14T07:47:06.059Z | Downloaded atomicwrites v0.4.3 |
885 | 2024-05-14T07:47:06.059Z | Downloaded http-body v0.4.5 |
886 | 2024-05-14T07:47:06.059Z | Downloaded humantime v2.1.0 |
887 | 2024-05-14T07:47:06.059Z | Downloaded http-range v0.1.5 |
888 | 2024-05-14T07:47:06.059Z | Downloaded hostname v0.4.0 |
889 | 2024-05-14T07:47:06.059Z | Downloaded highway v1.1.0 |
890 | 2024-05-14T07:47:06.063Z | Downloaded async-stream-impl v0.3.5 |
891 | 2024-05-14T07:47:06.064Z | Downloaded block-buffer v0.10.4 |
892 | 2024-05-14T07:47:06.064Z | Downloaded hostname v0.3.1 |
893 | 2024-05-14T07:47:06.064Z | Downloaded http v0.2.12 |
894 | 2024-05-14T07:47:06.064Z | Downloaded bstr v0.2.17 |
895 | 2024-05-14T07:47:06.074Z | Downloaded heapless v0.8.0 |
896 | 2024-05-14T07:47:06.079Z | Downloaded hubpack v0.1.2 |
897 | 2024-05-14T07:47:06.083Z | Downloaded hkdf v0.12.4 |
898 | 2024-05-14T07:47:06.086Z | Downloaded httptest v0.15.5 |
899 | 2024-05-14T07:47:06.086Z | Downloaded httpdate v1.0.3 |
900 | 2024-05-14T07:47:06.092Z | Downloaded hubpack_derive v0.1.1 |
901 | 2024-05-14T07:47:06.092Z | Downloaded http v1.0.0 |
902 | 2024-05-14T07:47:06.095Z | Downloaded instant v0.1.12 |
903 | 2024-05-14T07:47:06.095Z | Downloaded hyper-util v0.1.2 |
904 | 2024-05-14T07:47:06.099Z | Downloaded nanorand v0.7.0 |
905 | 2024-05-14T07:47:06.102Z | Downloaded matches v0.1.10 |
906 | 2024-05-14T07:47:06.102Z | Downloaded async-stream v0.3.5 |
907 | 2024-05-14T07:47:06.105Z | Downloaded keccak v0.1.4 |
908 | 2024-05-14T07:47:06.105Z | Downloaded inout v0.1.3 |
909 | 2024-05-14T07:47:06.109Z | Downloaded libefi-sys v0.1.0 |
910 | 2024-05-14T07:47:06.109Z | Downloaded linked-hash-map v0.5.6 |
911 | 2024-05-14T07:47:06.109Z | Downloaded is-terminal v0.4.9 |
912 | 2024-05-14T07:47:06.113Z | Downloaded cfg_aliases v0.1.1 |
913 | 2024-05-14T07:47:06.113Z | Downloaded ipnetwork v0.20.0 |
914 | 2024-05-14T07:47:06.116Z | Downloaded indoc v1.0.9 |
915 | 2024-05-14T07:47:06.116Z | Downloaded mime_guess v2.0.4 |
916 | 2024-05-14T07:47:06.120Z | Downloaded nested v0.1.1 |
917 | 2024-05-14T07:47:06.120Z | Downloaded bitfield v0.14.0 |
918 | 2024-05-14T07:47:06.123Z | Downloaded nodrop v0.1.14 |
919 | 2024-05-14T07:47:06.123Z | Downloaded atomic-waker v1.1.1 |
920 | 2024-05-14T07:47:06.123Z | Downloaded is_ci v1.2.0 |
921 | 2024-05-14T07:47:06.127Z | Downloaded newline-converter v0.3.0 |
922 | 2024-05-14T07:47:06.127Z | Downloaded lazycell v1.3.0 |
923 | 2024-05-14T07:47:06.130Z | Downloaded normalize-line-endings v0.3.0 |
924 | 2024-05-14T07:47:06.130Z | Downloaded ident_case v1.0.1 |
925 | 2024-05-14T07:47:06.131Z | Downloaded castaway v0.2.2 |
926 | 2024-05-14T07:47:06.145Z | Downloaded bit-vec v0.6.3 |
927 | 2024-05-14T07:47:06.145Z | Downloaded new_debug_unreachable v1.0.4 |
928 | 2024-05-14T07:47:06.145Z | Downloaded approx v0.5.1 |
929 | 2024-05-14T07:47:06.157Z | Downloaded managed v0.8.0 |
930 | 2024-05-14T07:47:06.157Z | Downloaded iana-time-zone v0.1.57 |
931 | 2024-05-14T07:47:06.157Z | Downloaded memoffset v0.7.1 |
932 | 2024-05-14T07:47:06.158Z | Downloaded hyper-rustls v0.24.2 |
933 | 2024-05-14T07:47:06.158Z | Downloaded serde_arrays v0.1.0 |
934 | 2024-05-14T07:47:06.158Z | Downloaded libsw v3.3.1 |
935 | 2024-05-14T07:47:06.158Z | Downloaded indoc v2.0.3 |
936 | 2024-05-14T07:47:06.158Z | Downloaded lalrpop-util v0.19.12 |
937 | 2024-05-14T07:47:06.159Z | Downloaded cassowary v0.3.0 |
938 | 2024-05-14T07:47:06.576Z | Downloaded base64ct v1.6.0 |
939 | 2024-05-14T07:47:06.576Z | Downloaded argon2 v0.5.3 |
940 | 2024-05-14T07:47:06.577Z | Downloaded constant_time_eq v0.3.0 |
941 | 2024-05-14T07:47:06.577Z | Downloaded chacha20 v0.9.1 |
942 | 2024-05-14T07:47:06.577Z | Downloaded num v0.4.3 |
943 | 2024-05-14T07:47:06.577Z | Downloaded mime v0.3.17 |
944 | 2024-05-14T07:47:06.577Z | Downloaded maybe-uninit v2.0.0 |
945 | 2024-05-14T07:47:06.577Z | Downloaded maplit v1.0.2 |
946 | 2024-05-14T07:47:06.578Z | Downloaded byteorder v1.5.0 |
947 | 2024-05-14T07:47:06.578Z | Downloaded md-5 v0.10.5 |
948 | 2024-05-14T07:47:06.578Z | Downloaded criterion-plot v0.5.0 |
949 | 2024-05-14T07:47:06.578Z | Downloaded multimap v0.10.0 |
950 | 2024-05-14T07:47:06.578Z | Downloaded crc v3.0.1 |
951 | 2024-05-14T07:47:06.578Z | Downloaded usdt-attr-macro v0.5.0 |
952 | 2024-05-14T07:47:06.578Z | Downloaded cpufeatures v0.2.12 |
953 | 2024-05-14T07:47:06.578Z | Downloaded newtype-uuid v1.1.0 |
954 | 2024-05-14T07:47:06.578Z | Downloaded linear-map v1.2.0 |
955 | 2024-05-14T07:47:06.578Z | Downloaded multer v3.1.0 |
956 | 2024-05-14T07:47:06.579Z | Downloaded hyper-staticfile v0.9.5 |
957 | 2024-05-14T07:47:06.579Z | Downloaded derive_builder_macro v0.20.0 |
958 | 2024-05-14T07:47:06.579Z | Downloaded rand_seeder v0.2.3 |
959 | 2024-05-14T07:47:06.579Z | Downloaded crc-catalog v2.2.0 |
960 | 2024-05-14T07:47:06.579Z | Downloaded endian-type v0.1.2 |
961 | 2024-05-14T07:47:06.579Z | Downloaded newtype_derive v0.1.6 |
962 | 2024-05-14T07:47:06.579Z | Downloaded match_cfg v0.1.0 |
963 | 2024-05-14T07:47:06.579Z | Downloaded kstat-rs v0.2.3 |
964 | 2024-05-14T07:47:06.579Z | Downloaded const_format_proc_macros v0.2.32 |
965 | 2024-05-14T07:47:06.579Z | Downloaded slog-envlogger v2.2.0 |
966 | 2024-05-14T07:47:06.579Z | Downloaded spin v0.5.2 |
967 | 2024-05-14T07:47:06.579Z | Downloaded slog-dtrace v0.3.0 |
968 | 2024-05-14T07:47:06.579Z | Downloaded spki v0.7.2 |
969 | 2024-05-14T07:47:06.579Z | Downloaded form_urlencoded v1.2.1 |
970 | 2024-05-14T07:47:06.579Z | Downloaded libloading v0.7.4 |
971 | 2024-05-14T07:47:06.579Z | Downloaded cexpr v0.6.0 |
972 | 2024-05-14T07:47:06.579Z | Downloaded thread-id v4.2.0 |
973 | 2024-05-14T07:47:06.579Z | Downloaded tokio-native-tls v0.3.1 |
974 | 2024-05-14T07:47:06.579Z | Downloaded slog-bunyan v2.5.0 |
975 | 2024-05-14T07:47:06.579Z | Downloaded slog-async v2.8.0 |
976 | 2024-05-14T07:47:06.579Z | Downloaded signal-hook-registry v1.4.1 |
977 | 2024-05-14T07:47:06.579Z | Downloaded libtest-mimic v0.7.2 |
978 | 2024-05-14T07:47:06.579Z | Downloaded fxhash v0.2.1 |
979 | 2024-05-14T07:47:06.579Z | Downloaded dtrace-parser v0.2.0 |
980 | 2024-05-14T07:47:06.580Z | Downloaded unicode-xid v0.2.4 |
981 | 2024-05-14T07:47:06.580Z | Downloaded miniz_oxide v0.7.1 |
982 | 2024-05-14T07:47:06.580Z | Downloaded usdt-macro v0.3.5 |
983 | 2024-05-14T07:47:06.580Z | Downloaded usdt-impl v0.5.0 |
984 | 2024-05-14T07:47:06.580Z | Downloaded plotters-svg v0.3.5 |
985 | 2024-05-14T07:47:06.580Z | Downloaded strum_macros v0.24.3 |
986 | 2024-05-14T07:47:06.580Z | Downloaded whoami v1.5.1 |
987 | 2024-05-14T07:47:06.580Z | Downloaded zeroize_derive v1.4.2 |
988 | 2024-05-14T07:47:06.580Z | Downloaded which v4.4.0 |
989 | 2024-05-14T07:47:06.580Z | Downloaded num_threads v0.1.6 |
990 | 2024-05-14T07:47:06.580Z | Downloaded enum-as-inner v0.5.1 |
991 | 2024-05-14T07:47:06.580Z | Downloaded dirs-sys-next v0.1.2 |
992 | 2024-05-14T07:47:06.581Z | Downloaded nu-ansi-term v0.50.0 |
993 | 2024-05-14T07:47:06.581Z | Downloaded native-tls v0.2.11 |
994 | 2024-05-14T07:47:06.581Z | Downloaded number_prefix v0.4.0 |
995 | 2024-05-14T07:47:06.581Z | Downloaded tokio-macros v2.2.0 |
996 | 2024-05-14T07:47:06.581Z | Downloaded thiserror-impl-no-std v2.0.2 |
997 | 2024-05-14T07:47:06.581Z | Downloaded corncobs v0.1.3 |
998 | 2024-05-14T07:47:06.581Z | Downloaded zone v0.1.8 |
999 | 2024-05-14T07:47:06.581Z | Downloaded sct v0.7.0 |
1000 | 2024-05-14T07:47:06.581Z | Downloaded num-iter v0.1.45 |
1001 | 2024-05-14T07:47:06.582Z | Downloaded gethostname v0.4.3 |
1002 | 2024-05-14T07:47:06.582Z | Downloaded generic-array v0.14.7 |
1003 | 2024-05-14T07:47:06.582Z | Downloaded memmap2 v0.7.1 |
1004 | 2024-05-14T07:47:06.582Z | Downloaded strum v0.26.2 |
1005 | 2024-05-14T07:47:06.582Z | Downloaded stability v0.2.0 |
1006 | 2024-05-14T07:47:06.582Z | Downloaded tower-layer v0.3.2 |
1007 | 2024-05-14T07:47:06.582Z | Downloaded oorandom v11.1.3 |
1008 | 2024-05-14T07:47:06.582Z | Downloaded serde-hex v0.1.0 |
1009 | 2024-05-14T07:47:06.582Z | Downloaded usdt-impl v0.3.5 |
1010 | 2024-05-14T07:47:06.583Z | Downloaded arc-swap v1.6.0 |
1011 | 2024-05-14T07:47:06.583Z | Downloaded indicatif v0.17.8 |
1012 | 2024-05-14T07:47:06.583Z | Downloaded sync_wrapper v0.1.2 |
1013 | 2024-05-14T07:47:06.583Z | Downloaded sqlparser_derive v0.2.2 |
1014 | 2024-05-14T07:47:06.583Z | Downloaded serde_repr v0.1.16 |
1015 | 2024-05-14T07:47:06.583Z | Downloaded derive_builder_core v0.20.0 |
1016 | 2024-05-14T07:47:06.583Z | Downloaded target-lexicon v0.12.13 |
1017 | 2024-05-14T07:47:06.583Z | Downloaded futures-timer v3.0.2 |
1018 | 2024-05-14T07:47:06.583Z | Downloaded fastrand v2.0.1 |
1019 | 2024-05-14T07:47:06.584Z | Downloaded strum_macros v0.25.2 |
1020 | 2024-05-14T07:47:06.584Z | Downloaded spin v0.9.8 |
1021 | 2024-05-14T07:47:06.584Z | Downloaded foreign-types-shared v0.3.1 |
1022 | 2024-05-14T07:47:06.584Z | Downloaded foreign-types-shared v0.1.1 |
1023 | 2024-05-14T07:47:06.584Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1024 | 2024-05-14T07:47:06.584Z | Downloaded psl-types v2.0.11 |
1025 | 2024-05-14T07:47:06.584Z | Downloaded olpc-cjson v0.1.3 |
1026 | 2024-05-14T07:47:06.584Z | Downloaded thiserror-no-std v2.0.2 |
1027 | 2024-05-14T07:47:06.584Z | Downloaded powerfmt v0.2.0 |
1028 | 2024-05-14T07:47:06.584Z | Downloaded pest_generator v2.7.6 |
1029 | 2024-05-14T07:47:06.584Z | Downloaded log v0.4.21 |
1030 | 2024-05-14T07:47:06.584Z | Downloaded tabled_derive v0.7.0 |
1031 | 2024-05-14T07:47:06.584Z | Downloaded base64 v0.13.1 |
1032 | 2024-05-14T07:47:06.584Z | Downloaded topological-sort v0.2.2 |
1033 | 2024-05-14T07:47:06.584Z | Downloaded stable_deref_trait v1.2.0 |
1034 | 2024-05-14T07:47:06.584Z | Downloaded oso-derive v0.27.3 |
1035 | 2024-05-14T07:47:06.584Z | Downloaded peg-macros v0.8.3 |
1036 | 2024-05-14T07:47:06.584Z | Downloaded proc-macro-error-attr v1.0.4 |
1037 | 2024-05-14T07:47:06.584Z | Downloaded serde-big-array v0.4.1 |
1038 | 2024-05-14T07:47:06.611Z | Downloaded rusty-fork v0.3.0 |
1039 | 2024-05-14T07:47:06.612Z | Downloaded serde-big-array v0.5.1 |
1040 | 2024-05-14T07:47:06.612Z | Downloaded serde_urlencoded v0.7.1 |
1041 | 2024-05-14T07:47:06.612Z | Downloaded chacha20poly1305 v0.10.1 |
1042 | 2024-05-14T07:47:06.612Z | Downloaded zerocopy v0.3.0 |
1043 | 2024-05-14T07:47:06.612Z | Downloaded deranged v0.3.11 |
1044 | 2024-05-14T07:47:06.612Z | Downloaded unicode-linebreak v0.1.5 |
1045 | 2024-05-14T07:47:06.612Z | Downloaded unicase v2.7.0 |
1046 | 2024-05-14T07:47:06.612Z | Downloaded take_mut v0.2.2 |
1047 | 2024-05-14T07:47:06.612Z | Downloaded rstest_macros v0.19.0 |
1048 | 2024-05-14T07:47:06.612Z | Downloaded tinyvec_macros v0.1.1 |
1049 | 2024-05-14T07:47:06.612Z | Downloaded dirs-next v2.0.0 |
1050 | 2024-05-14T07:47:06.612Z | Downloaded bytes v1.6.0 |
1051 | 2024-05-14T07:47:06.613Z | Downloaded doc-comment v0.3.3 |
1052 | 2024-05-14T07:47:06.613Z | Downloaded zone_cfg_derive v0.1.2 |
1053 | 2024-05-14T07:47:06.613Z | Downloaded vte_generate_state_changes v0.1.1 |
1054 | 2024-05-14T07:47:06.613Z | Downloaded futures-io v0.3.30 |
1055 | 2024-05-14T07:47:06.613Z | Downloaded num_enum_derive v0.5.11 |
1056 | 2024-05-14T07:47:06.613Z | Downloaded display-error-chain v0.2.0 |
1057 | 2024-05-14T07:47:06.613Z | Downloaded difflib v0.4.0 |
1058 | 2024-05-14T07:47:06.613Z | Downloaded uzers v0.11.3 |
1059 | 2024-05-14T07:47:06.614Z | Downloaded utf-8 v0.7.6 |
1060 | 2024-05-14T07:47:06.614Z | Downloaded slog-term v2.9.1 |
1061 | 2024-05-14T07:47:06.614Z | Downloaded funty v2.0.0 |
1062 | 2024-05-14T07:47:06.614Z | Downloaded rayon-core v1.12.1 |
1063 | 2024-05-14T07:47:06.614Z | Downloaded fragile v2.0.0 |
1064 | 2024-05-14T07:47:06.614Z | Downloaded pest_derive v2.7.6 |
1065 | 2024-05-14T07:47:06.614Z | Downloaded backtrace v0.3.69 |
1066 | 2024-05-14T07:47:06.614Z | Downloaded rand_core v0.6.4 |
1067 | 2024-05-14T07:47:06.614Z | Downloaded packed_struct v0.10.1 |
1068 | 2024-05-14T07:47:06.614Z | Downloaded packed_struct_codegen v0.10.1 |
1069 | 2024-05-14T07:47:06.614Z | Downloaded const_format v0.2.32 |
1070 | 2024-05-14T07:47:06.614Z | Downloaded slab v0.4.9 |
1071 | 2024-05-14T07:47:06.615Z | Downloaded num-conv v0.1.0 |
1072 | 2024-05-14T07:47:06.615Z | Downloaded predicates-core v1.0.6 |
1073 | 2024-05-14T07:47:06.615Z | Downloaded csv-core v0.1.11 |
1074 | 2024-05-14T07:47:06.615Z | Downloaded semver v0.1.20 |
1075 | 2024-05-14T07:47:06.615Z | Downloaded secrecy v0.8.0 |
1076 | 2024-05-14T07:47:06.615Z | Downloaded signal-hook-tokio v0.3.1 |
1077 | 2024-05-14T07:47:06.615Z | Downloaded toolchain_find v0.4.0 |
1078 | 2024-05-14T07:47:06.616Z | Downloaded pin-utils v0.1.0 |
1079 | 2024-05-14T07:47:06.616Z | Downloaded smf v0.2.3 |
1080 | 2024-05-14T07:47:06.616Z | Downloaded fatfs v0.3.6 |
1081 | 2024-05-14T07:47:06.616Z | Downloaded wait-timeout v0.2.0 |
1082 | 2024-05-14T07:47:06.616Z | Downloaded tabwriter v1.4.0 |
1083 | 2024-05-14T07:47:06.616Z | Downloaded crc-any v2.4.3 |
1084 | 2024-05-14T07:47:06.616Z | Downloaded parking_lot v0.11.2 |
1085 | 2024-05-14T07:47:06.617Z | Downloaded ref-cast v1.0.22 |
1086 | 2024-05-14T07:47:06.617Z | Downloaded trust-dns-server v0.22.1 |
1087 | 2024-05-14T07:47:06.617Z | Downloaded cstr-argument v0.1.2 |
1088 | 2024-05-14T07:47:06.617Z | Downloaded rand_chacha v0.3.1 |
1089 | 2024-05-14T07:47:06.617Z | Downloaded waitgroup v0.1.2 |
1090 | 2024-05-14T07:47:06.617Z | Downloaded futures-sink v0.3.30 |
1091 | 2024-05-14T07:47:06.617Z | Downloaded unicode_categories v0.1.1 |
1092 | 2024-05-14T07:47:06.617Z | Downloaded dtrace-parser v0.1.14 |
1093 | 2024-05-14T07:47:06.617Z | Downloaded trust-dns-resolver v0.22.0 |
1094 | 2024-05-14T07:47:06.617Z | Downloaded opaque-debug v0.3.0 |
1095 | 2024-05-14T07:47:06.618Z | Downloaded downcast v0.11.0 |
1096 | 2024-05-14T07:47:06.618Z | Downloaded num-integer v0.1.46 |
1097 | 2024-05-14T07:47:06.618Z | Downloaded portpicker v0.1.1 |
1098 | 2024-05-14T07:47:06.618Z | Downloaded num-derive v0.4.0 |
1099 | 2024-05-14T07:47:06.618Z | Downloaded predicates v3.1.0 |
1100 | 2024-05-14T07:47:06.618Z | Downloaded pkcs8 v0.10.2 |
1101 | 2024-05-14T07:47:06.618Z | Downloaded termcolor v1.2.0 |
1102 | 2024-05-14T07:47:06.618Z | Downloaded tokio-tungstenite v0.21.0 |
1103 | 2024-05-14T07:47:06.618Z | Downloaded tokio-tungstenite v0.20.1 |
1104 | 2024-05-14T07:47:06.618Z | Downloaded datatest-stable v0.2.9 |
1105 | 2024-05-14T07:47:06.618Z | Downloaded snafu-derive v0.8.2 |
1106 | 2024-05-14T07:47:06.618Z | Downloaded parking_lot v0.12.1 |
1107 | 2024-05-14T07:47:06.618Z | Downloaded guppy-workspace-hack v0.1.0 |
1108 | 2024-05-14T07:47:06.618Z | Downloaded samael v0.0.15 |
1109 | 2024-05-14T07:47:06.618Z | Downloaded curve25519-dalek-derive v0.1.0 |
1110 | 2024-05-14T07:47:06.619Z | Downloaded usdt-macro v0.5.0 |
1111 | 2024-05-14T07:47:06.619Z | Downloaded usdt-attr-macro v0.3.5 |
1112 | 2024-05-14T07:47:06.619Z | Downloaded getopts v0.2.21 |
1113 | 2024-05-14T07:47:06.619Z | Downloaded diff v0.1.13 |
1114 | 2024-05-14T07:47:06.619Z | Downloaded getrandom v0.2.12 |
1115 | 2024-05-14T07:47:06.620Z | Downloaded fallible-iterator v0.2.0 |
1116 | 2024-05-14T07:47:06.620Z | Downloaded structmeta v0.2.0 |
1117 | 2024-05-14T07:47:06.620Z | Downloaded strsim v0.10.0 |
1118 | 2024-05-14T07:47:06.620Z | Downloaded strip-ansi-escapes v0.2.0 |
1119 | 2024-05-14T07:47:06.620Z | Downloaded futures v0.3.30 |
1120 | 2024-05-14T07:47:06.620Z | Downloaded num_cpus v1.16.0 |
1121 | 2024-05-14T07:47:06.620Z | Downloaded serde_path_to_error v0.1.16 |
1122 | 2024-05-14T07:47:06.620Z | Downloaded peg-runtime v0.8.3 |
1123 | 2024-05-14T07:47:06.620Z | Downloaded env_logger v0.9.3 |
1124 | 2024-05-14T07:47:06.620Z | Downloaded time-core v0.1.2 |
1125 | 2024-05-14T07:47:06.621Z | Downloaded sigpipe v0.1.3 |
1126 | 2024-05-14T07:47:06.621Z | Downloaded want v0.3.1 |
1127 | 2024-05-14T07:47:06.621Z | Downloaded peeking_take_while v0.1.2 |
1128 | 2024-05-14T07:47:06.621Z | Downloaded num-complex v0.4.6 |
1129 | 2024-05-14T07:47:06.621Z | Downloaded tap v1.0.1 |
1130 | 2024-05-14T07:47:06.621Z | Downloaded supports-color v3.0.0 |
1131 | 2024-05-14T07:47:06.621Z | Downloaded subtle v2.5.0 |
1132 | 2024-05-14T07:47:06.621Z | Downloaded target-spec v3.1.0 |
1133 | 2024-05-14T07:47:06.621Z | Downloaded glob v0.3.1 |
1134 | 2024-05-14T07:47:06.622Z | Downloaded pkcs1 v0.7.5 |
1135 | 2024-05-14T07:47:06.622Z | Downloaded pin-project-lite v0.2.13 |
1136 | 2024-05-14T07:47:06.622Z | Downloaded platforms v3.0.2 |
1137 | 2024-05-14T07:47:06.622Z | Downloaded group v0.13.0 |
1138 | 2024-05-14T07:47:06.637Z | Downloaded either v1.11.0 |
1139 | 2024-05-14T07:47:06.638Z | Downloaded resolv-conf v0.7.0 |
1140 | 2024-05-14T07:47:06.638Z | Downloaded signature v1.6.4 |
1141 | 2024-05-14T07:47:06.638Z | Downloaded escape8259 v0.5.2 |
1142 | 2024-05-14T07:47:06.638Z | Downloaded sec1 v0.7.3 |
1143 | 2024-05-14T07:47:06.638Z | Downloaded itertools v0.12.1 |
1144 | 2024-05-14T07:47:06.638Z | Downloaded scroll_derive v0.12.0 |
1145 | 2024-05-14T07:47:06.638Z | Downloaded tower-service v0.3.2 |
1146 | 2024-05-14T07:47:06.638Z | Downloaded scheduled-thread-pool v0.2.7 |
1147 | 2024-05-14T07:47:06.639Z | Downloaded ed25519 v1.5.3 |
1148 | 2024-05-14T07:47:06.639Z | Downloaded same-file v1.0.6 |
1149 | 2024-05-14T07:47:06.639Z | Downloaded term v0.7.0 |
1150 | 2024-05-14T07:47:06.639Z | Downloaded num-rational v0.4.2 |
1151 | 2024-05-14T07:47:06.639Z | Downloaded foreign-types v0.3.2 |
1152 | 2024-05-14T07:47:06.639Z | Downloaded darling_macro v0.20.8 |
1153 | 2024-05-14T07:47:06.639Z | Downloaded rustversion v1.0.14 |
1154 | 2024-05-14T07:47:06.639Z | Downloaded embedded-io v0.4.0 |
1155 | 2024-05-14T07:47:06.639Z | Downloaded time-macros v0.2.17 |
1156 | 2024-05-14T07:47:06.639Z | Downloaded version_check v0.9.4 |
1157 | 2024-05-14T07:47:06.639Z | Downloaded untrusted v0.7.1 |
1158 | 2024-05-14T07:47:06.639Z | Downloaded pem v3.0.4 |
1159 | 2024-05-14T07:47:06.639Z | Downloaded publicsuffix v2.2.3 |
1160 | 2024-05-14T07:47:06.639Z | Downloaded salty v0.2.0 |
1161 | 2024-05-14T07:47:06.639Z | Downloaded fnv v1.0.7 |
1162 | 2024-05-14T07:47:06.639Z | Downloaded radium v0.7.0 |
1163 | 2024-05-14T07:47:06.639Z | Downloaded darling v0.20.8 |
1164 | 2024-05-14T07:47:06.639Z | Downloaded termtree v0.4.1 |
1165 | 2024-05-14T07:47:06.639Z | Downloaded shlex v1.3.0 |
1166 | 2024-05-14T07:47:06.640Z | Downloaded flagset v0.4.3 |
1167 | 2024-05-14T07:47:06.640Z | Downloaded filetime v0.2.23 |
1168 | 2024-05-14T07:47:06.640Z | Downloaded pem-rfc7468 v0.7.0 |
1169 | 2024-05-14T07:47:06.640Z | Downloaded r2d2 v0.8.10 |
1170 | 2024-05-14T07:47:06.640Z | Downloaded serde_plain v1.0.2 |
1171 | 2024-05-14T07:47:06.640Z | Downloaded rustls-pki-types v1.3.0 |
1172 | 2024-05-14T07:47:06.640Z | Downloaded snafu v0.8.2 |
1173 | 2024-05-14T07:47:06.640Z | Downloaded openssl-macros v0.1.1 |
1174 | 2024-05-14T07:47:06.640Z | Downloaded nom v7.1.3 |
1175 | 2024-05-14T07:47:06.640Z | Downloaded openssl-probe v0.1.5 |
1176 | 2024-05-14T07:47:06.640Z | Downloaded rustls-pemfile v1.0.3 |
1177 | 2024-05-14T07:47:06.640Z | Downloaded parse-display v0.9.0 |
1178 | 2024-05-14T07:47:06.640Z | Downloaded signal-hook-mio v0.2.3 |
1179 | 2024-05-14T07:47:06.640Z | Downloaded structmeta-derive v0.2.0 |
1180 | 2024-05-14T07:47:06.640Z | Downloaded quick-error v1.2.3 |
1181 | 2024-05-14T07:47:06.640Z | Downloaded fd-lock v4.0.2 |
1182 | 2024-05-14T07:47:06.640Z | Downloaded tempfile v3.10.1 |
1183 | 2024-05-14T07:47:06.647Z | Downloaded slog v2.7.0 |
1184 | 2024-05-14T07:47:06.647Z | Downloaded fixedbitset v0.4.2 |
1185 | 2024-05-14T07:47:06.647Z | Downloaded peg v0.8.3 |
1186 | 2024-05-14T07:47:06.647Z | Downloaded pretty-hex v0.4.1 |
1187 | 2024-05-14T07:47:06.647Z | Downloaded plotters-backend v0.3.5 |
1188 | 2024-05-14T07:47:06.648Z | Downloaded parse-size v1.0.0 |
1189 | 2024-05-14T07:47:06.648Z | Downloaded crypto-common v0.1.6 |
1190 | 2024-05-14T07:47:06.656Z | Downloaded pretty-hex v0.2.1 |
1191 | 2024-05-14T07:47:06.656Z | Downloaded futures-macro v0.3.30 |
1192 | 2024-05-14T07:47:06.656Z | Downloaded ppv-lite86 v0.2.17 |
1193 | 2024-05-14T07:47:06.656Z | Downloaded postgres-protocol v0.6.6 |
1194 | 2024-05-14T07:47:06.663Z | Downloaded path-slash v0.1.5 |
1195 | 2024-05-14T07:47:06.663Z | Downloaded termios v0.3.3 |
1196 | 2024-05-14T07:47:06.663Z | Downloaded xattr v1.0.1 |
1197 | 2024-05-14T07:47:06.663Z | Downloaded strum_macros v0.26.1 |
1198 | 2024-05-14T07:47:06.664Z | Downloaded precomputed-hash v0.1.1 |
1199 | 2024-05-14T07:47:06.664Z | Downloaded static_assertions v1.1.0 |
1200 | 2024-05-14T07:47:06.668Z | Downloaded stringprep v0.1.3 |
1201 | 2024-05-14T07:47:06.669Z | Downloaded paste v1.0.14 |
1202 | 2024-05-14T07:47:06.669Z | Downloaded unicode-width v0.1.11 |
1203 | 2024-05-14T07:47:06.677Z | Downloaded try-lock v0.2.4 |
1204 | 2024-05-14T07:47:06.677Z | Downloaded prettyplease v0.2.20 |
1205 | 2024-05-14T07:47:06.683Z | Downloaded test-strategy v0.3.1 |
1206 | 2024-05-14T07:47:06.683Z | Downloaded foreign-types v0.5.0 |
1207 | 2024-05-14T07:47:06.683Z | Downloaded dof v0.3.0 |
1208 | 2024-05-14T07:47:06.683Z | Downloaded dof v0.1.5 |
1209 | 2024-05-14T07:47:06.683Z | Downloaded rustc_version v0.4.0 |
1210 | 2024-05-14T07:47:06.683Z | Downloaded rustc-hash v1.1.0 |
1211 | 2024-05-14T07:47:06.687Z | Downloaded phf_shared v0.11.2 |
1212 | 2024-05-14T07:47:06.687Z | Downloaded erased-serde v0.3.31 |
1213 | 2024-05-14T07:47:06.687Z | Downloaded derive_builder v0.20.0 |
1214 | 2024-05-14T07:47:06.692Z | Downloaded ucd-trie v0.1.6 |
1215 | 2024-05-14T07:47:06.695Z | Downloaded fancy-regex v0.13.0 |
1216 | 2024-05-14T07:47:06.700Z | Downloaded tough v0.17.1 |
1217 | 2024-05-14T07:47:06.707Z | Downloaded debug-ignore v1.0.5 |
1218 | 2024-05-14T07:47:06.710Z | Downloaded data-encoding v2.4.0 |
1219 | 2024-05-14T07:47:06.710Z | Downloaded smawk v0.3.1 |
1220 | 2024-05-14T07:47:06.713Z | Downloaded defmt-parser v0.3.3 |
1221 | 2024-05-14T07:47:06.713Z | Downloaded smallvec v0.6.14 |
1222 | 2024-05-14T07:47:06.716Z | Downloaded rand_xorshift v0.3.0 |
1223 | 2024-05-14T07:47:06.716Z | Downloaded password-hash v0.5.0 |
1224 | 2024-05-14T07:47:06.716Z | Downloaded partial-io v0.5.4 |
1225 | 2024-05-14T07:47:06.721Z | Downloaded parse-display-derive v0.9.0 |
1226 | 2024-05-14T07:47:06.727Z | Downloaded shell-words v1.1.0 |
1227 | 2024-05-14T07:47:06.727Z | Downloaded sha1 v0.10.6 |
1228 | 2024-05-14T07:47:06.727Z | Downloaded phf v0.11.2 |
1229 | 2024-05-14T07:47:06.727Z | Downloaded yansi v0.5.1 |
1230 | 2024-05-14T07:47:06.730Z | Downloaded percent-encoding v2.3.1 |
1231 | 2024-05-14T07:47:06.731Z | Downloaded sqlformat v0.2.3 |
1232 | 2024-05-14T07:47:06.731Z | Downloaded rcgen v0.12.1 |
1233 | 2024-05-14T07:47:06.734Z | Downloaded wyz v0.5.1 |
1234 | 2024-05-14T07:47:06.734Z | Downloaded darling_core v0.20.8 |
1235 | 2024-05-14T07:47:06.738Z | Downloaded rustc-demangle v0.1.23 |
1236 | 2024-05-14T07:47:06.741Z | Downloaded rustls-pemfile v2.1.2 |
1237 | 2024-05-14T07:47:06.746Z | Downloaded typenum v1.16.0 |
1238 | 2024-05-14T07:47:06.751Z | Downloaded rustfmt-wrapper v0.2.1 |
1239 | 2024-05-14T07:47:06.751Z | Downloaded poly1305 v0.8.0 |
1240 | 2024-05-14T07:47:06.751Z | Downloaded chrono v0.4.38 |
1241 | 2024-05-14T07:47:06.758Z | Downloaded unarray v0.1.4 |
1242 | 2024-05-14T07:47:06.761Z | Downloaded hashbrown v0.12.3 |
1243 | 2024-05-14T07:47:06.764Z | Downloaded slog-stdlog v4.1.1 |
1244 | 2024-05-14T07:47:06.768Z | Downloaded postcard v1.0.8 |
1245 | 2024-05-14T07:47:06.772Z | Downloaded oso v0.27.3 |
1246 | 2024-05-14T07:47:06.777Z | Downloaded hyper v0.14.28 |
1247 | 2024-05-14T07:47:06.784Z | Downloaded pin-project v1.1.3 |
1248 | 2024-05-14T07:47:06.793Z | Downloaded smallvec v1.13.1 |
1249 | 2024-05-14T07:47:06.801Z | Downloaded derive-where v1.2.7 |
1250 | 2024-05-14T07:47:06.804Z | Downloaded tracing-attributes v0.1.27 |
1251 | 2024-05-14T07:47:06.805Z | Downloaded tracing v0.1.40 |
1252 | 2024-05-14T07:47:06.808Z | Downloaded subprocess v0.2.9 |
1253 | 2024-05-14T07:47:06.811Z | Downloaded typed-path v0.7.0 |
1254 | 2024-05-14T07:47:06.818Z | Downloaded similar v2.4.0 |
1255 | 2024-05-14T07:47:06.822Z | Downloaded openssl-sys v0.9.102 |
1256 | 2024-05-14T07:47:06.826Z | Downloaded trybuild v1.0.91 |
1257 | 2024-05-14T07:47:06.830Z | Downloaded zerocopy v0.6.6 |
1258 | 2024-05-14T07:47:06.835Z | Downloaded toml v0.7.8 |
1259 | 2024-05-14T07:47:06.838Z | Downloaded ron v0.8.1 |
1260 | 2024-05-14T07:47:06.843Z | Downloaded num-bigint-dig v0.8.4 |
1261 | 2024-05-14T07:47:06.848Z | Downloaded num-bigint v0.4.4 |
1262 | 2024-05-14T07:47:06.863Z | Downloaded pretty_assertions v1.4.0 |
1263 | 2024-05-14T07:47:06.866Z | Downloaded unicode-segmentation v1.10.1 |
1264 | 2024-05-14T07:47:06.866Z | Downloaded tracing-core v0.1.32 |
1265 | 2024-05-14T07:47:06.866Z | Downloaded trust-dns-client v0.22.0 |
1266 | 2024-05-14T07:47:06.877Z | Downloaded plotters v0.3.5 |
1267 | 2024-05-14T07:47:06.881Z | Downloaded guppy v0.17.5 |
1268 | 2024-05-14T07:47:06.884Z | Downloaded tokio-util v0.7.10 |
1269 | 2024-05-14T07:47:06.894Z | Downloaded proptest v1.4.0 |
1270 | 2024-05-14T07:47:06.901Z | Downloaded x509-cert v0.2.4 |
1271 | 2024-05-14T07:47:06.908Z | Downloaded idna v0.3.0 |
1272 | 2024-05-14T07:47:06.915Z | Downloaded reedline v0.31.0 |
1273 | 2024-05-14T07:47:06.925Z | Downloaded idna v0.5.0 |
1274 | 2024-05-14T07:47:06.933Z | Downloaded goblin v0.8.0 |
1275 | 2024-05-14T07:47:06.937Z | Downloaded h2 v0.3.26 |
1276 | 2024-05-14T07:47:06.944Z | Downloaded pest v2.7.6 |
1277 | 2024-05-14T07:47:06.950Z | Downloaded bindgen v0.69.2 |
1278 | 2024-05-14T07:47:06.961Z | Downloaded unicode-normalization v0.1.22 |
1279 | 2024-05-14T07:47:06.978Z | Downloaded vcpkg v0.2.15 |
1280 | 2024-05-14T07:47:07.008Z | Downloaded quick-xml v0.31.0 |
1281 | 2024-05-14T07:47:07.017Z | Downloaded nix v0.28.0 |
1282 | 2024-05-14T07:47:07.030Z | Downloaded zerocopy v0.7.32 |
1283 | 2024-05-14T07:47:07.037Z | Downloaded sqlparser v0.45.0 |
1284 | 2024-05-14T07:47:07.053Z | Downloaded object v0.32.1 |
1285 | 2024-05-14T07:47:07.072Z | Downloaded smoltcp v0.9.1 |
1286 | 2024-05-14T07:47:07.077Z | Downloaded bstr v1.9.0 |
1287 | 2024-05-14T07:47:07.084Z | Downloaded webpki-roots v0.25.2 |
1288 | 2024-05-14T07:47:07.084Z | Downloaded radix_trie v0.2.1 |
1289 | 2024-05-14T07:47:07.101Z | Downloaded rustls v0.22.4 |
1290 | 2024-05-14T07:47:07.121Z | Downloaded polar-core v0.27.3 |
1291 | 2024-05-14T07:47:07.151Z | Downloaded gimli v0.28.0 |
1292 | 2024-05-14T07:47:07.152Z | Downloaded openssl v0.10.64 |
1293 | 2024-05-14T07:47:07.176Z | Downloaded rustls v0.21.9 |
1294 | 2024-05-14T07:47:07.176Z | Downloaded ratatui v0.26.2 |
1295 | 2024-05-14T07:47:07.198Z | Downloaded diesel v2.1.6 |
1296 | 2024-05-14T07:47:07.198Z | Downloaded zerocopy-derive v0.2.0 |
1297 | 2024-05-14T07:47:07.209Z | Downloaded openapiv3 v2.0.0 |
1298 | 2024-05-14T07:47:07.209Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1299 | 2024-05-14T07:47:07.222Z | Downloaded regex-syntax v0.8.2 |
1300 | 2024-05-14T07:47:07.229Z | Downloaded sled v0.34.7 |
1301 | 2024-05-14T07:47:07.241Z | Downloaded zerocopy-derive v0.6.6 |
1302 | 2024-05-14T07:47:07.246Z | Downloaded encoding_rs v0.8.33 |
1303 | 2024-05-14T07:47:07.261Z | Downloaded regex-automata v0.4.5 |
1304 | 2024-05-14T07:47:07.280Z | Downloaded smoltcp v0.11.0 |
1305 | 2024-05-14T07:47:07.291Z | Downloaded regress v0.9.1 |
1306 | 2024-05-14T07:47:07.300Z | Downloaded tokio v1.37.0 |
1307 | 2024-05-14T07:47:07.337Z | Downloaded regex-syntax v0.6.29 |
1308 | 2024-05-14T07:47:07.349Z | Downloaded trust-dns-proto v0.22.0 |
1309 | 2024-05-14T07:47:07.356Z | Downloaded csv v1.3.0 |
1310 | 2024-05-14T07:47:07.378Z | Downloaded sha3 v0.10.8 |
1311 | 2024-05-14T07:47:07.400Z | Downloaded curve25519-dalek v4.1.2 |
1312 | 2024-05-14T07:47:07.406Z | Downloaded object v0.30.4 |
1313 | 2024-05-14T07:47:07.406Z | Downloaded rayon v1.10.0 |
1314 | 2024-05-14T07:47:07.411Z | Downloaded syn v1.0.109 |
1315 | 2024-05-14T07:47:07.416Z | Downloaded regex v1.10.4 |
1316 | 2024-05-14T07:47:07.429Z | Downloaded steno v0.4.0 |
1317 | 2024-05-14T07:47:07.433Z | Downloaded idna v0.2.3 |
1318 | 2024-05-14T07:47:07.439Z | Downloaded rustls-webpki v0.102.1 |
1319 | 2024-05-14T07:47:07.457Z | Downloaded lalrpop v0.19.12 |
1320 | 2024-05-14T07:47:07.472Z | Downloaded serde_yaml v0.9.25 |
1321 | 2024-05-14T07:47:07.476Z | Downloaded portable-atomic v1.4.3 |
1322 | 2024-05-14T07:47:07.481Z | Downloaded serde_with v3.7.0 |
1323 | 2024-05-14T07:47:07.486Z | Downloaded flate2 v1.0.30 |
1324 | 2024-05-14T07:47:07.489Z | Downloaded unsafe-libyaml v0.2.10 |
1325 | 2024-05-14T07:47:07.492Z | Downloaded signal-hook v0.3.17 |
1326 | 2024-05-14T07:47:07.499Z | Downloaded reqwest v0.11.27 |
1327 | 2024-05-14T07:47:07.505Z | Downloaded petgraph v0.6.4 |
1328 | 2024-05-14T07:47:07.516Z | Downloaded futures-util v0.3.30 |
1329 | 2024-05-14T07:47:07.526Z | Downloaded tabled v0.15.0 |
1330 | 2024-05-14T07:47:07.544Z | Downloaded toml v0.5.11 |
1331 | 2024-05-14T07:47:07.548Z | Downloaded expectorate v1.1.0 |
1332 | 2024-05-14T07:47:07.548Z | Downloaded rustls-webpki v0.101.7 |
1333 | 2024-05-14T07:47:07.584Z | Downloaded blake3 v1.5.0 |
1334 | 2024-05-14T07:47:07.600Z | Downloaded derive_more v0.99.17 |
1335 | 2024-05-14T07:47:07.600Z | Downloaded aho-corasick v1.1.2 |
1336 | 2024-05-14T07:47:07.600Z | Downloaded universal-hash v0.5.1 |
1337 | 2024-05-14T07:47:07.600Z | Downloaded toml_edit v0.19.15 |
1338 | 2024-05-14T07:47:07.628Z | Downloaded hashbrown v0.13.2 |
1339 | 2024-05-14T07:47:07.628Z | Downloaded elliptic-curve v0.13.8 |
1340 | 2024-05-14T07:47:07.628Z | Downloaded rand v0.8.5 |
1341 | 2024-05-14T07:47:07.628Z | Downloaded rustyline v14.0.0 |
1342 | 2024-05-14T07:47:07.652Z | Downloaded winnow v0.5.15 |
1343 | 2024-05-14T07:47:07.653Z | Downloaded time v0.3.34 |
1344 | 2024-05-14T07:47:07.653Z | Downloaded tungstenite v0.21.0 |
1345 | 2024-05-14T07:47:07.653Z | Downloaded tungstenite v0.20.1 |
1346 | 2024-05-14T07:47:07.653Z | Downloaded parking_lot_core v0.9.8 |
1347 | 2024-05-14T07:47:07.653Z | Downloaded parking_lot_core v0.8.6 |
1348 | 2024-05-14T07:47:07.654Z | Downloaded num-traits v0.2.19 |
1349 | 2024-05-14T07:47:07.654Z | Downloaded pathdiff v0.2.1 |
1350 | 2024-05-14T07:47:07.654Z | Downloaded string_cache v0.8.7 |
1351 | 2024-05-14T07:47:07.655Z | Downloaded socket2 v0.4.9 |
1352 | 2024-05-14T07:47:07.665Z | Downloaded signature v2.1.0 |
1353 | 2024-05-14T07:47:07.665Z | Downloaded scroll v0.12.0 |
1354 | 2024-05-14T07:47:07.665Z | Downloaded half v2.3.1 |
1355 | 2024-05-14T07:47:07.665Z | Downloaded headers v0.3.9 |
1356 | 2024-05-14T07:47:07.665Z | Downloaded globset v0.4.13 |
1357 | 2024-05-14T07:47:07.665Z | Downloaded tower v0.4.13 |
1358 | 2024-05-14T07:47:07.666Z | Downloaded regex-automata v0.1.10 |
1359 | 2024-05-14T07:47:07.683Z | Downloaded criterion v0.5.1 |
1360 | 2024-05-14T07:47:07.683Z | Downloaded libxml v0.3.3 |
1361 | 2024-05-14T07:47:07.689Z | Downloaded phf_shared v0.10.0 |
1362 | 2024-05-14T07:47:07.689Z | Downloaded foreign-types-macros v0.2.3 |
1363 | 2024-05-14T07:47:07.689Z | Downloaded diesel_derives v2.1.2 |
1364 | 2024-05-14T07:47:07.689Z | Downloaded crossterm v0.27.0 |
1365 | 2024-05-14T07:47:07.695Z | Downloaded rsa v0.9.2 |
1366 | 2024-05-14T07:47:07.713Z | Downloaded bitvec v1.0.1 |
1367 | 2024-05-14T07:47:07.760Z | Downloaded structmeta-derive v0.3.0 |
1368 | 2024-05-14T07:47:07.760Z | Downloaded defmt-macros v0.3.6 |
1369 | 2024-05-14T07:47:07.760Z | Downloaded defmt v0.3.5 |
1370 | 2024-05-14T07:47:07.760Z | Downloaded der v0.7.8 |
1371 | 2024-05-14T07:47:07.766Z | Downloaded dyn-clone v1.0.17 |
1372 | 2024-05-14T07:47:07.766Z | Downloaded usdt v0.3.5 |
1373 | 2024-05-14T07:47:07.766Z | Downloaded structmeta v0.3.0 |
1374 | 2024-05-14T07:47:07.766Z | Downloaded sha2 v0.10.8 |
1375 | 2024-05-14T07:47:07.766Z | Downloaded vte v0.11.1 |
1376 | 2024-05-14T07:47:07.766Z | Downloaded url v2.5.0 |
1377 | 2024-05-14T07:47:07.766Z | Downloaded walkdir v2.5.0 |
1378 | 2024-05-14T07:47:07.766Z | Downloaded vsss-rs v3.3.4 |
1379 | 2024-05-14T07:47:07.766Z | Downloaded papergrid v0.11.0 |
1380 | 2024-05-14T07:47:07.767Z | Downloaded textwrap v0.16.1 |
1381 | 2024-05-14T07:47:07.767Z | Downloaded libm v0.2.7 |
1382 | 2024-05-14T07:47:07.767Z | Downloaded pin-project-internal v1.1.3 |
1383 | 2024-05-14T07:47:07.767Z | Downloaded tinyvec v1.6.0 |
1384 | 2024-05-14T07:47:07.767Z | Downloaded proc-macro-crate v1.3.1 |
1385 | 2024-05-14T07:47:07.767Z | Downloaded untrusted v0.9.0 |
1386 | 2024-05-14T07:47:07.767Z | Downloaded tui-tree-widget v0.19.0 |
1387 | 2024-05-14T07:47:07.767Z | Downloaded hash32 v0.3.1 |
1388 | 2024-05-14T07:47:07.767Z | Downloaded hash32 v0.2.1 |
1389 | 2024-05-14T07:47:07.767Z | Downloaded crossbeam-channel v0.5.8 |
1390 | 2024-05-14T07:47:07.775Z | Downloaded ref-cast-impl v1.0.22 |
1391 | 2024-05-14T07:47:07.775Z | Downloaded der_derive v0.7.2 |
1392 | 2024-05-14T07:47:07.775Z | Downloaded tinytemplate v1.2.1 |
1393 | 2024-05-14T07:47:07.775Z | Downloaded uuid v1.8.0 |
1394 | 2024-05-14T07:47:07.784Z | Downloaded env_logger v0.10.0 |
1395 | 2024-05-14T07:47:07.785Z | Downloaded mio v0.8.11 |
1396 | 2024-05-14T07:47:07.798Z | Downloaded minimal-lexical v0.2.1 |
1397 | 2024-05-14T07:47:07.798Z | Downloaded tokio-stream v0.1.15 |
1398 | 2024-05-14T07:47:07.799Z | Downloaded rust-argon2 v2.1.0 |
1399 | 2024-05-14T07:47:07.846Z | Downloaded rstest v0.19.0 |
1400 | 2024-05-14T07:47:07.846Z | Downloaded slog-scope v4.4.0 |
1401 | 2024-05-14T07:47:07.846Z | Downloaded slog-json v2.6.1 |
1402 | 2024-05-14T07:47:07.846Z | Downloaded scopeguard v1.2.0 |
1403 | 2024-05-14T07:47:07.847Z | Downloaded schemars_derive v0.8.17 |
1404 | 2024-05-14T07:47:07.847Z | Downloaded ring v0.17.8 |
1405 | 2024-05-14T07:47:07.879Z | Downloaded zip v0.6.6 |
1406 | 2024-05-14T07:47:07.883Z | Downloaded ena v0.14.2 |
1407 | 2024-05-14T07:47:07.883Z | Downloaded owo-colors v4.0.0 |
1408 | 2024-05-14T07:47:07.883Z | Downloaded yasna v0.5.2 |
1409 | 2024-05-14T07:47:07.883Z | Downloaded postgres-types v0.2.6 |
1410 | 2024-05-14T07:47:07.887Z | Downloaded pest_meta v2.7.6 |
1411 | 2024-05-14T07:47:07.888Z | Downloaded base64 v0.21.7 |
1412 | 2024-05-14T07:47:07.893Z | Downloaded unicode-bidi v0.3.15 |
1413 | 2024-05-14T07:47:07.893Z | Downloaded tiny-keccak v2.0.2 |
1414 | 2024-05-14T07:47:07.897Z | Downloaded flume v0.11.0 |
1415 | 2024-05-14T07:47:07.900Z | Downloaded tokio-postgres v0.7.10 |
1416 | 2024-05-14T07:47:07.904Z | Downloaded futures-channel v0.3.30 |
1417 | 2024-05-14T07:47:07.909Z | Downloaded tar v0.4.40 |
1418 | 2024-05-14T07:47:07.909Z | Downloaded siphasher v0.3.11 |
1419 | 2024-05-14T07:47:07.909Z | Downloaded rtoolbox v0.0.1 |
1420 | 2024-05-14T07:47:07.914Z | Downloaded ring v0.16.20 |
1421 | 2024-05-14T07:47:08.023Z | Downloaded rpassword v7.3.1 |
1422 | 2024-05-14T07:47:08.038Z | Downloaded schemars v0.8.17 |
1423 | 2024-05-14T07:47:08.038Z | Downloaded base64 v0.22.1 |
1424 | 2024-05-14T07:47:08.054Z | Downloaded proc-macro-error v1.0.4 |
1425 | 2024-05-14T07:47:08.054Z | Downloaded predicates-tree v1.0.9 |
1426 | 2024-05-14T07:47:08.054Z | Downloaded plain v0.2.3 |
1427 | 2024-05-14T07:47:08.055Z | Downloaded pkg-config v0.3.27 |
1428 | 2024-05-14T07:47:08.055Z | Downloaded omicron-zone-package v0.11.0 |
1429 | 2024-05-14T07:47:08.055Z | Downloaded num_enum v0.5.11 |
1430 | 2024-05-14T07:47:08.066Z | Downloaded futures-executor v0.3.30 |
1431 | 2024-05-14T07:47:08.066Z | Downloaded usdt v0.5.0 |
1432 | 2024-05-14T07:47:08.066Z | Downloaded float-cmp v0.9.0 |
1433 | 2024-05-14T07:47:08.066Z | Downloaded ff v0.13.0 |
1434 | 2024-05-14T07:47:08.066Z | Downloaded threadpool v1.8.1 |
1435 | 2024-05-14T07:47:08.067Z | Downloaded thread_local v1.1.7 |
1436 | 2024-05-14T07:47:08.067Z | Downloaded synstructure v0.12.6 |
1437 | 2024-05-14T07:47:08.067Z | Downloaded digest v0.10.7 |
1438 | 2024-05-14T07:47:08.067Z | Downloaded compact_str v0.7.1 |
1439 | 2024-05-14T07:47:08.067Z | Downloaded serde_with_macros v3.7.0 |
1440 | 2024-05-14T07:47:08.074Z | Downloaded serde_tokenstream v0.2.0 |
1441 | 2024-05-14T07:47:08.074Z | Downloaded serde_tokenstream v0.1.7 |
1442 | 2024-05-14T07:47:08.074Z | Downloaded hyper v1.1.0 |
1443 | 2024-05-14T07:47:08.083Z | Downloaded socket2 v0.5.6 |
1444 | 2024-05-14T07:47:08.083Z | Downloaded cc v1.0.83 |
1445 | 2024-05-14T07:47:08.083Z | Downloaded once_cell v1.19.0 |
1446 | 2024-05-14T07:47:08.083Z | Downloaded crossbeam-utils v0.8.19 |
1447 | 2024-05-14T07:47:08.083Z | Downloaded ron v0.7.1 |
1448 | 2024-05-14T07:47:08.101Z | Downloaded crossbeam-epoch v0.9.18 |
1449 | 2024-05-14T07:47:08.101Z | Downloaded cookie v0.18.1 |
1450 | 2024-05-14T07:47:08.101Z | Downloaded const-oid v0.9.6 |
1451 | 2024-05-14T07:47:08.112Z | Downloaded clang-sys v1.6.1 |
1452 | 2024-05-14T07:47:08.112Z | Downloaded mockall_derive v0.12.1 |
1453 | 2024-05-14T07:47:08.113Z | Downloaded zerocopy-derive v0.7.32 |
1454 | 2024-05-14T07:47:08.113Z | Downloaded cfg-expr v0.15.6 |
1455 | 2024-05-14T07:47:08.113Z | Downloaded futures-core v0.3.30 |
1456 | 2024-05-14T07:47:08.113Z | Downloaded tokio-rustls v0.25.0 |
1457 | 2024-05-14T07:47:08.113Z | Downloaded tokio-rustls v0.24.1 |
1458 | 2024-05-14T07:47:08.113Z | Downloaded serde_derive_internals v0.29.0 |
1459 | 2024-05-14T07:47:08.113Z | Downloaded blake2 v0.10.6 |
1460 | 2024-05-14T07:47:08.113Z | Downloaded rustls-native-certs v0.7.0 |
1461 | 2024-05-14T07:47:08.122Z | Downloaded relative-path v1.9.0 |
1462 | 2024-05-14T07:47:08.122Z | Downloaded zeroize v1.7.0 |
1463 | 2024-05-14T07:47:08.122Z | Downloaded futures-task v0.3.30 |
1464 | 2024-05-14T07:47:08.122Z | Downloaded console v0.15.8 |
1465 | 2024-05-14T07:47:08.122Z | Downloaded ciborium v0.2.2 |
1466 | 2024-05-14T07:47:08.122Z | Downloaded cfg-if v1.0.0 |
1467 | 2024-05-14T07:47:08.122Z | Downloaded buf-list v1.0.3 |
1468 | 2024-05-14T07:47:08.122Z | Downloaded cookie v0.17.0 |
1469 | 2024-05-14T07:47:08.126Z | Downloaded indexmap v1.9.3 |
1470 | 2024-05-14T07:47:08.126Z | Downloaded camino-tempfile v1.1.1 |
1471 | 2024-05-14T07:47:08.126Z | Downloaded ahash v0.8.8 |
1472 | 2024-05-14T07:47:08.136Z | Downloaded impl-trait-for-tuples v0.2.2 |
1473 | 2024-05-14T07:47:08.147Z | Downloaded nibble_vec v0.1.0 |
1474 | 2024-05-14T07:47:08.147Z | Downloaded lock_api v0.4.10 |
1475 | 2024-05-14T07:47:08.147Z | Downloaded hyper-rustls v0.26.0 |
1476 | 2024-05-14T07:47:08.147Z | Downloaded crc32fast v1.3.2 |
1477 | 2024-05-14T07:47:08.147Z | Downloaded blake2b_simd v1.0.1 |
1478 | 2024-05-14T07:47:08.147Z | Downloaded cast v0.3.0 |
1479 | 2024-05-14T07:47:08.148Z | Downloaded cancel-safe-futures v0.1.5 |
1480 | 2024-05-14T07:47:08.148Z | Downloaded assert_cmd v2.0.14 |
1481 | 2024-05-14T07:47:08.148Z | Downloaded similar-asserts v1.5.0 |
1482 | 2024-05-14T07:47:08.164Z | Downloaded rustc_version v0.1.7 |
1483 | 2024-05-14T07:47:08.164Z | Downloaded bzip2 v0.4.4 |
1484 | 2024-05-14T07:47:08.164Z | Downloaded bcs v0.1.6 |
1485 | 2024-05-14T07:47:08.164Z | Downloaded ascii v1.1.0 |
1486 | 2024-05-14T07:47:08.165Z | Downloaded lru-cache v0.1.2 |
1487 | 2024-05-14T07:47:08.165Z | Downloaded mockall v0.12.1 |
1488 | 2024-05-14T07:47:08.165Z | Downloaded itertools v0.10.5 |
1489 | 2024-05-14T07:47:08.173Z | Downloaded ciborium-ll v0.2.2 |
1490 | 2024-05-14T07:47:08.173Z | Downloaded cipher v0.4.4 |
1491 | 2024-05-14T07:47:08.173Z | Downloaded bb8 v0.8.3 |
1492 | 2024-05-14T07:47:08.173Z | Downloaded crossbeam-deque v0.8.3 |
1493 | 2024-05-14T07:47:08.173Z | Downloaded convert_case v0.4.0 |
1494 | 2024-05-14T07:47:08.173Z | Downloaded cobs v0.2.3 |
1495 | 2024-05-14T07:47:08.173Z | Downloaded bytecount v0.6.3 |
1496 | 2024-05-14T07:47:08.173Z | Downloaded lru v0.12.1 |
1497 | 2024-05-14T07:47:08.173Z | Downloaded constant_time_eq v0.2.6 |
1498 | 2024-05-14T07:47:08.173Z | Downloaded colored v2.1.0 |
1499 | 2024-05-14T07:47:08.174Z | Downloaded lazy_static v1.4.0 |
1500 | 2024-05-14T07:47:08.174Z | Downloaded hyper-tls v0.5.0 |
1501 | 2024-05-14T07:47:08.174Z | Downloaded memmap v0.7.0 |
1502 | 2024-05-14T07:47:08.174Z | Downloaded cookie_store v0.20.0 |
1503 | 2024-05-14T07:47:08.179Z | Downloaded arrayvec v0.7.4 |
1504 | 2024-05-14T07:47:08.179Z | Downloaded block-padding v0.3.3 |
1505 | 2024-05-14T07:47:08.179Z | Downloaded bitflags v1.3.2 |
1506 | 2024-05-14T07:47:08.187Z | Downloaded async-recursion v1.1.1 |
1507 | 2024-05-14T07:47:08.187Z | Downloaded aead v0.5.2 |
1508 | 2024-05-14T07:47:08.187Z | Downloaded ipnet v2.9.0 |
1509 | 2024-05-14T07:47:08.196Z | Downloaded httparse v1.8.0 |
1510 | 2024-05-14T07:47:08.196Z | Downloaded heck v0.4.1 |
1511 | 2024-05-14T07:47:08.197Z | Downloaded http-body v1.0.0 |
1512 | 2024-05-14T07:47:08.197Z | Downloaded atty v0.2.14 |
1513 | 2024-05-14T07:47:08.197Z | Downloaded hex v0.4.3 |
1514 | 2024-05-14T07:47:08.198Z | Downloaded crypto-bigint v0.5.2 |
1515 | 2024-05-14T07:47:08.206Z | Downloaded crucible-workspace-hack v0.1.0 |
1516 | 2024-05-14T07:47:08.206Z | Downloaded crunchy v0.2.2 |
1517 | 2024-05-14T07:47:08.206Z | Downloaded assert_matches v1.5.0 |
1518 | 2024-05-14T07:47:08.206Z | Downloaded base16ct v0.2.0 |
1519 | 2024-05-14T07:47:08.207Z | Downloaded hmac v0.12.1 |
1520 | 2024-05-14T07:47:08.207Z | Downloaded backoff v0.4.0 |
1521 | 2024-05-14T07:47:08.207Z | Downloaded ascii-canvas v3.0.0 |
1522 | 2024-05-14T07:47:08.777Z | Compiling libc v0.2.153 |
1523 | 2024-05-14T07:47:08.786Z | Compiling serde v1.0.201 |
1524 | 2024-05-14T07:47:08.786Z | Compiling version_check v0.9.4 |
1525 | 2024-05-14T07:47:08.786Z | Checking cfg-if v1.0.0 |
1526 | 2024-05-14T07:47:08.844Z | Compiling lock_api v0.4.10 |
1527 | 2024-05-14T07:47:08.856Z | Compiling parking_lot_core v0.9.8 |
1528 | 2024-05-14T07:47:08.917Z | Compiling syn v2.0.60 |
1529 | 2024-05-14T07:47:08.937Z | Compiling once_cell v1.19.0 |
1530 | 2024-05-14T07:47:08.949Z | Compiling libm v0.2.7 |
1531 | 2024-05-14T07:47:09.324Z | Compiling num-traits v0.2.19 |
1532 | 2024-05-14T07:47:09.337Z | Compiling memchr v2.7.1 |
1533 | 2024-05-14T07:47:09.337Z | Compiling serde_json v1.0.116 |
1534 | 2024-05-14T07:47:09.375Z | Compiling byteorder v1.5.0 |
1535 | 2024-05-14T07:47:09.612Z | Compiling ahash v0.8.8 |
1536 | 2024-05-14T07:47:09.848Z | Compiling syn v1.0.109 |
1537 | 2024-05-14T07:47:09.860Z | Checking log v0.4.21 |
1538 | 2024-05-14T07:47:10.017Z | Compiling slab v0.4.9 |
1539 | 2024-05-14T07:47:10.461Z | Checking itoa v1.0.9 |
1540 | 2024-05-14T07:47:10.474Z | Compiling typenum v1.16.0 |
1541 | 2024-05-14T07:47:10.506Z | Compiling generic-array v0.14.7 |
1542 | 2024-05-14T07:47:10.723Z | Checking getrandom v0.2.12 |
1543 | 2024-05-14T07:47:11.036Z | Compiling cc v1.0.83 |
1544 | 2024-05-14T07:47:11.075Z | Checking scopeguard v1.2.0 |
1545 | 2024-05-14T07:47:11.121Z | Checking smallvec v1.13.1 |
1546 | 2024-05-14T07:47:11.134Z | Compiling allocator-api2 v0.2.16 |
1547 | 2024-05-14T07:47:11.608Z | Compiling pkg-config v0.3.27 |
1548 | 2024-05-14T07:47:11.628Z | Compiling rustix v0.38.31 |
1549 | 2024-05-14T07:47:11.732Z | Compiling schemars v0.8.17 |
1550 | 2024-05-14T07:47:11.852Z | Compiling httparse v1.8.0 |
1551 | 2024-05-14T07:47:12.099Z | Checking parking_lot v0.12.1 |
1552 | 2024-05-14T07:47:12.116Z | Checking pin-project-lite v0.2.13 |
1553 | 2024-05-14T07:47:12.250Z | Compiling time-core v0.1.2 |
1554 | 2024-05-14T07:47:12.298Z | Compiling num-conv v0.1.0 |
1555 | 2024-05-14T07:47:12.441Z | Compiling fnv v1.0.7 |
1556 | 2024-05-14T07:47:12.582Z | Checking signal-hook-registry v1.4.1 |
1557 | 2024-05-14T07:47:12.587Z | Compiling time-macros v0.2.17 |
1558 | 2024-05-14T07:47:12.776Z | Compiling vcpkg v0.2.15 |
1559 | 2024-05-14T07:47:12.794Z | Checking mio v0.8.11 |
1560 | 2024-05-14T07:47:13.139Z | Compiling heck v0.4.1 |
1561 | 2024-05-14T07:47:13.499Z | Checking ryu v1.0.15 |
1562 | 2024-05-14T07:47:13.632Z | Compiling aho-corasick v1.1.2 |
1563 | 2024-05-14T07:47:13.815Z | Compiling ring v0.17.8 |
1564 | 2024-05-14T07:47:15.048Z | Compiling openssl-sys v0.9.102 |
1565 | 2024-05-14T07:47:15.108Z | Compiling regex-syntax v0.8.2 |
1566 | 2024-05-14T07:47:16.037Z | Checking rand_core v0.6.4 |
1567 | 2024-05-14T07:47:16.339Z | Compiling serde_derive_internals v0.29.0 |
1568 | 2024-05-14T07:47:17.044Z | Checking num_cpus v1.16.0 |
1569 | 2024-05-14T07:47:17.149Z | Checking futures-core v0.3.30 |
1570 | 2024-05-14T07:47:17.314Z | Compiling ring v0.16.20 |
1571 | 2024-05-14T07:47:17.424Z | Checking socket2 v0.5.6 |
1572 | 2024-05-14T07:47:18.321Z | Compiling regex-automata v0.4.5 |
1573 | 2024-05-14T07:47:18.761Z | Compiling openssl v0.10.64 |
1574 | 2024-05-14T07:47:19.197Z | Compiling slog v2.7.0 |
1575 | 2024-05-14T07:47:19.595Z | Compiling rustversion v1.0.14 |
1576 | 2024-05-14T07:47:20.062Z | Compiling ucd-trie v0.1.6 |
1577 | 2024-05-14T07:47:20.330Z | Compiling crossbeam-utils v0.8.19 |
1578 | 2024-05-14T07:47:20.967Z | Compiling rustls v0.21.9 |
1579 | 2024-05-14T07:47:21.235Z | Compiling native-tls v0.2.11 |
1580 | 2024-05-14T07:47:21.271Z | Compiling iana-time-zone v0.1.57 |
1581 | 2024-05-14T07:47:21.286Z | Compiling cookie v0.17.0 |
1582 | 2024-05-14T07:47:21.561Z | Checking spin v0.5.2 |
1583 | 2024-05-14T07:47:21.665Z | Compiling backtrace v0.3.69 |
1584 | 2024-05-14T07:47:21.681Z | Checking futures-sink v0.3.30 |
1585 | 2024-05-14T07:47:22.169Z | Compiling dyn-clone v1.0.17 |
1586 | 2024-05-14T07:47:22.191Z | Compiling anyhow v1.0.83 |
1587 | 2024-05-14T07:47:22.192Z | Checking pin-utils v0.1.0 |
1588 | 2024-05-14T07:47:22.192Z | Checking futures-channel v0.3.30 |
1589 | 2024-05-14T07:47:22.665Z | Compiling tinyvec_macros v0.1.1 |
1590 | 2024-05-14T07:47:22.757Z | Checking futures-task v0.3.30 |
1591 | 2024-05-14T07:47:22.769Z | Checking futures-io v0.3.30 |
1592 | 2024-05-14T07:47:22.792Z | Compiling tinyvec v1.6.0 |
1593 | 2024-05-14T07:47:22.814Z | Compiling thread-id v4.2.0 |
1594 | 2024-05-14T07:47:23.080Z | Compiling serde_derive v1.0.201 |
1595 | 2024-05-14T07:47:23.097Z | Compiling zerocopy-derive v0.7.32 |
1596 | 2024-05-14T07:47:23.664Z | Compiling thiserror-impl v1.0.59 |
1597 | 2024-05-14T07:47:23.989Z | Compiling zeroize_derive v1.4.2 |
1598 | 2024-05-14T07:47:24.155Z | Compiling tokio-macros v2.2.0 |
1599 | 2024-05-14T07:47:24.310Z | Compiling futures-macro v0.3.30 |
1600 | 2024-05-14T07:47:24.880Z | Compiling tracing-attributes v0.1.27 |
1601 | 2024-05-14T07:47:25.486Z | Compiling zerocopy v0.7.32 |
1602 | 2024-05-14T07:47:25.619Z | Compiling schemars_derive v0.8.17 |
1603 | 2024-05-14T07:47:26.299Z | Compiling regex v1.10.4 |
1604 | 2024-05-14T07:47:26.476Z | Checking zeroize v1.7.0 |
1605 | 2024-05-14T07:47:26.775Z | Compiling openssl-macros v0.1.1 |
1606 | 2024-05-14T07:47:27.079Z | Compiling thiserror v1.0.59 |
1607 | 2024-05-14T07:47:27.216Z | Compiling pest v2.7.6 |
1608 | 2024-05-14T07:47:27.517Z | Compiling hashbrown v0.14.3 |
1609 | 2024-05-14T07:47:28.002Z | Compiling async-trait v0.1.80 |
1610 | 2024-05-14T07:47:28.751Z | Compiling scroll_derive v0.12.0 |
1611 | 2024-05-14T07:47:28.800Z | Checking futures-util v0.3.30 |
1612 | 2024-05-14T07:47:29.222Z | Compiling unicode-normalization v0.1.22 |
1613 | 2024-05-14T07:47:29.481Z | Compiling der_derive v0.7.2 |
1614 | 2024-05-14T07:47:30.035Z | Compiling pest_meta v2.7.6 |
1615 | 2024-05-14T07:47:30.672Z | Compiling unicode-bidi v0.3.15 |
1616 | 2024-05-14T07:47:30.683Z | Compiling errno v0.3.8 |
1617 | 2024-05-14T07:47:30.712Z | Compiling crc32fast v1.3.2 |
1618 | 2024-05-14T07:47:31.217Z | Compiling either v1.11.0 |
1619 | 2024-05-14T07:47:31.242Z | Compiling pest_generator v2.7.6 |
1620 | 2024-05-14T07:47:31.628Z | Compiling unicode-width v0.1.11 |
1621 | 2024-05-14T07:47:31.771Z | Checking subtle v2.5.0 |
1622 | 2024-05-14T07:47:32.455Z | Compiling scroll v0.12.0 |
1623 | 2024-05-14T07:47:32.579Z | Compiling usdt-impl v0.5.0 |
1624 | 2024-05-14T07:47:33.095Z | Compiling plain v0.2.3 |
1625 | 2024-05-14T07:47:33.096Z | Compiling winnow v0.5.15 |
1626 | 2024-05-14T07:47:33.894Z | Compiling goblin v0.8.0 |
1627 | 2024-05-14T07:47:35.013Z | Compiling spin v0.9.8 |
1628 | 2024-05-14T07:47:35.032Z | Compiling pest_derive v2.7.6 |
1629 | 2024-05-14T07:47:35.041Z | Compiling tracing-core v0.1.32 |
1630 | 2024-05-14T07:47:35.852Z | Compiling pretty-hex v0.4.1 |
1631 | 2024-05-14T07:47:35.864Z | Compiling const-oid v0.9.6 |
1632 | 2024-05-14T07:47:35.864Z | Compiling dtrace-parser v0.2.0 |
1633 | 2024-05-14T07:47:36.479Z | Compiling tracing v0.1.40 |
1634 | 2024-05-14T07:47:36.718Z | Compiling percent-encoding v2.3.1 |
1635 | 2024-05-14T07:47:37.057Z | Checking bytes v1.6.0 |
1636 | 2024-05-14T07:47:37.575Z | Checking bitflags v2.4.2 |
1637 | 2024-05-14T07:47:37.601Z | Checking chrono v0.4.38 |
1638 | 2024-05-14T07:47:37.740Z | Compiling clap_derive v4.5.4 |
1639 | 2024-05-14T07:47:37.780Z | Compiling untrusted v0.7.1 |
1640 | 2024-05-14T07:47:37.801Z | Checking tokio v1.37.0 |
1641 | 2024-05-14T07:47:38.221Z | Compiling indexmap v2.2.6 |
1642 | 2024-05-14T07:47:39.618Z | Compiling serde_tokenstream v0.2.0 |
1643 | 2024-05-14T07:47:40.071Z | Compiling uuid v1.8.0 |
1644 | 2024-05-14T07:47:40.108Z | Compiling semver v1.0.22 |
1645 | 2024-05-14T07:47:40.136Z | Compiling http v0.2.12 |
1646 | 2024-05-14T07:47:40.876Z | Compiling serde_spanned v0.6.5 |
1647 | 2024-05-14T07:47:41.100Z | Compiling toml_datetime v0.6.5 |
1648 | 2024-05-14T07:47:41.129Z | Compiling rustc_version v0.4.0 |
1649 | 2024-05-14T07:47:41.940Z | Compiling toml_edit v0.19.15 |
1650 | 2024-05-14T07:47:42.922Z | Compiling openapiv3 v2.0.0 |
1651 | 2024-05-14T07:47:44.174Z | Compiling dof v0.3.0 |
1652 | 2024-05-14T07:47:44.258Z | Compiling foreign-types-shared v0.1.1 |
1653 | 2024-05-14T07:47:44.339Z | Compiling untrusted v0.9.0 |
1654 | 2024-05-14T07:47:44.755Z | Compiling powerfmt v0.2.0 |
1655 | 2024-05-14T07:47:44.921Z | Compiling signal-hook v0.3.17 |
1656 | 2024-05-14T07:47:45.155Z | Compiling deranged v0.3.11 |
1657 | 2024-05-14T07:47:45.999Z | Compiling foreign-types v0.3.2 |
1658 | 2024-05-14T07:47:46.551Z | Compiling usdt-macro v0.5.0 |
1659 | 2024-05-14T07:47:46.569Z | Compiling usdt-attr-macro v0.5.0 |
1660 | 2024-05-14T07:47:47.244Z | Compiling form_urlencoded v1.2.1 |
1661 | 2024-05-14T07:47:47.511Z | Compiling crypto-common v0.1.6 |
1662 | 2024-05-14T07:47:47.546Z | Compiling zerocopy-derive v0.6.6 |
1663 | 2024-05-14T07:47:47.749Z | Compiling base64 v0.21.7 |
1664 | 2024-05-14T07:47:48.216Z | Compiling num_threads v0.1.6 |
1665 | 2024-05-14T07:47:48.351Z | Compiling try-lock v0.2.4 |
1666 | 2024-05-14T07:47:48.502Z | Compiling siphasher v0.3.11 |
1667 | 2024-05-14T07:47:48.526Z | Compiling want v0.3.1 |
1668 | 2024-05-14T07:47:48.810Z | Compiling time v0.3.34 |
1669 | 2024-05-14T07:47:48.899Z | Compiling sct v0.7.0 |
1670 | 2024-05-14T07:47:49.196Z | Compiling rustls-webpki v0.101.7 |
1671 | 2024-05-14T07:47:49.619Z | Compiling http-body v0.4.5 |
1672 | 2024-05-14T07:47:49.630Z | Compiling tokio-util v0.7.10 |
1673 | 2024-05-14T07:47:49.909Z | Compiling block-buffer v0.10.4 |
1674 | 2024-05-14T07:47:50.091Z | Compiling idna v0.5.0 |
1675 | 2024-05-14T07:47:50.172Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1676 | 2024-05-14T07:47:50.639Z | Compiling tower-service v0.3.2 |
1677 | 2024-05-14T07:47:50.758Z | Compiling h2 v0.3.26 |
1678 | 2024-05-14T07:47:51.117Z | Compiling httpdate v1.0.3 |
1679 | 2024-05-14T07:47:51.130Z | Compiling openssl-probe v0.1.5 |
1680 | 2024-05-14T07:47:51.452Z | Compiling url v2.5.0 |
1681 | 2024-05-14T07:47:51.628Z | Compiling digest v0.10.7 |
1682 | 2024-05-14T07:47:52.263Z | Compiling heapless v0.7.16 |
1683 | 2024-05-14T07:47:52.600Z | Compiling idna v0.3.0 |
1684 | 2024-05-14T07:47:52.727Z | Compiling lazy_static v1.4.0 |
1685 | 2024-05-14T07:47:53.398Z | Compiling adler v1.0.2 |
1686 | 2024-05-14T07:47:53.637Z | Compiling psl-types v2.0.11 |
1687 | 2024-05-14T07:47:53.825Z | Checking equivalent v1.0.1 |
1688 | 2024-05-14T07:47:53.932Z | Compiling ppv-lite86 v0.2.17 |
1689 | 2024-05-14T07:47:54.228Z | Compiling publicsuffix v2.2.3 |
1690 | 2024-05-14T07:47:54.706Z | Compiling rand_chacha v0.3.1 |
1691 | 2024-05-14T07:47:55.352Z | Compiling crossbeam-epoch v0.9.18 |
1692 | 2024-05-14T07:47:55.858Z | Compiling tokio-rustls v0.24.1 |
1693 | 2024-05-14T07:47:56.354Z | Compiling tokio-native-tls v0.3.1 |
1694 | 2024-05-14T07:47:56.379Z | Compiling miniz_oxide v0.7.1 |
1695 | 2024-05-14T07:47:56.380Z | Compiling bit-vec v0.6.3 |
1696 | 2024-05-14T07:47:56.407Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1697 | 2024-05-14T07:47:56.706Z | Compiling ipnet v2.9.0 |
1698 | 2024-05-14T07:47:56.869Z | Compiling cookie_store v0.20.0 |
1699 | 2024-05-14T07:47:57.389Z | Compiling rand v0.8.5 |
1700 | 2024-05-14T07:47:57.809Z | Compiling hyper v0.14.28 |
1701 | 2024-05-14T07:47:57.836Z | Compiling phf_shared v0.10.0 |
1702 | 2024-05-14T07:47:57.974Z | Compiling rustls-pemfile v1.0.3 |
1703 | 2024-05-14T07:47:58.444Z | Compiling serde_urlencoded v0.7.1 |
1704 | 2024-05-14T07:47:58.500Z | Compiling encoding_rs v0.8.33 |
1705 | 2024-05-14T07:47:58.500Z | Compiling num-bigint v0.4.4 |
1706 | 2024-05-14T07:47:58.796Z | Compiling new_debug_unreachable v1.0.4 |
1707 | 2024-05-14T07:48:00.119Z | Compiling base64ct v1.6.0 |
1708 | 2024-05-14T07:48:00.119Z | Compiling mime v0.3.17 |
1709 | 2024-05-14T07:48:00.120Z | Compiling webpki-roots v0.25.2 |
1710 | 2024-05-14T07:48:00.120Z | Compiling precomputed-hash v0.1.1 |
1711 | 2024-05-14T07:48:00.120Z | Compiling gimli v0.28.0 |
1712 | 2024-05-14T07:48:00.120Z | Compiling minimal-lexical v0.2.1 |
1713 | 2024-05-14T07:48:00.121Z | Compiling fixedbitset v0.4.2 |
1714 | 2024-05-14T07:48:00.121Z | Compiling sync_wrapper v0.1.2 |
1715 | 2024-05-14T07:48:00.121Z | Compiling smoltcp v0.9.1 |
1716 | 2024-05-14T07:48:00.121Z | Compiling nom v7.1.3 |
1717 | 2024-05-14T07:48:00.121Z | Compiling petgraph v0.6.4 |
1718 | 2024-05-14T07:48:00.515Z | Compiling string_cache v0.8.7 |
1719 | 2024-05-14T07:48:00.996Z | Compiling pem-rfc7468 v0.7.0 |
1720 | 2024-05-14T07:48:01.582Z | Compiling bit-set v0.5.3 |
1721 | 2024-05-14T07:48:01.642Z | Compiling hmac v0.12.1 |
1722 | 2024-05-14T07:48:01.846Z | Compiling itertools v0.10.5 |
1723 | 2024-05-14T07:48:01.872Z | Compiling enum-as-inner v0.5.1 |
1724 | 2024-05-14T07:48:02.062Z | Compiling hubpack_derive v0.1.1 |
1725 | 2024-05-14T07:48:02.917Z | Compiling diesel_table_macro_syntax v0.1.0 |
1726 | 2024-05-14T07:48:02.994Z | Compiling object v0.32.1 |
1727 | 2024-05-14T07:48:03.360Z | Compiling flagset v0.4.3 |
1728 | 2024-05-14T07:48:03.564Z | Compiling addr2line v0.21.0 |
1729 | 2024-05-14T07:48:03.677Z | Compiling unicode-segmentation v1.10.1 |
1730 | 2024-05-14T07:48:03.697Z | Compiling rustc-demangle v0.1.23 |
1731 | 2024-05-14T07:48:03.887Z | Compiling lalrpop-util v0.19.12 |
1732 | 2024-05-14T07:48:04.196Z | Compiling toml_edit v0.22.12 |
1733 | 2024-05-14T07:48:04.467Z | Compiling hyper-rustls v0.24.2 |
1734 | 2024-05-14T07:48:04.606Z | Compiling hyper-tls v0.5.0 |
1735 | 2024-05-14T07:48:04.632Z | Compiling der v0.7.8 |
1736 | 2024-05-14T07:48:05.053Z | Compiling diesel_derives v2.1.2 |
1737 | 2024-05-14T07:48:05.054Z | Compiling flate2 v1.0.30 |
1738 | 2024-05-14T07:48:05.054Z | Compiling futures-executor v0.3.30 |
1739 | 2024-05-14T07:48:05.054Z | Compiling reqwest v0.11.27 |
1740 | 2024-05-14T07:48:05.964Z | Compiling cpufeatures v0.2.12 |
1741 | 2024-05-14T07:48:05.968Z | Compiling sha2 v0.10.8 |
1742 | 2024-05-14T07:48:07.754Z | Compiling spki v0.7.2 |
1743 | 2024-05-14T07:48:07.969Z | Compiling futures v0.3.30 |
1744 | 2024-05-14T07:48:08.130Z | Compiling md-5 v0.10.5 |
1745 | 2024-05-14T07:48:08.390Z | Compiling toml v0.7.8 |
1746 | 2024-05-14T07:48:08.713Z | Compiling hex v0.4.3 |
1747 | 2024-05-14T07:48:09.307Z | Compiling stringprep v0.1.3 |
1748 | 2024-05-14T07:48:09.393Z | Compiling strum_macros v0.25.2 |
1749 | 2024-05-14T07:48:09.460Z | Compiling serde_repr v0.1.16 |
1750 | 2024-05-14T07:48:10.660Z | Compiling num-integer v0.1.46 |
1751 | 2024-05-14T07:48:10.975Z | Compiling hash32 v0.2.1 |
1752 | 2024-05-14T07:48:11.253Z | Checking unicode-ident v1.0.12 |
1753 | 2024-05-14T07:48:11.362Z | Compiling stable_deref_trait v1.2.0 |
1754 | 2024-05-14T07:48:11.409Z | Compiling fallible-iterator v0.2.0 |
1755 | 2024-05-14T07:48:11.459Z | Compiling pkcs8 v0.10.2 |
1756 | 2024-05-14T07:48:12.109Z | Compiling postgres-protocol v0.6.6 |
1757 | 2024-05-14T07:48:12.669Z | Compiling phf_shared v0.11.2 |
1758 | 2024-05-14T07:48:12.872Z | Compiling terminal_size v0.3.0 |
1759 | 2024-05-14T07:48:13.084Z | Compiling ff v0.13.0 |
1760 | 2024-05-14T07:48:13.317Z | Compiling block-padding v0.3.3 |
1761 | 2024-05-14T07:48:13.320Z | Compiling scheduled-thread-pool v0.2.7 |
1762 | 2024-05-14T07:48:13.565Z | Compiling base16ct v0.2.0 |
1763 | 2024-05-14T07:48:13.699Z | Compiling matches v0.1.10 |
1764 | 2024-05-14T07:48:14.136Z | Compiling peg-runtime v0.8.3 |
1765 | 2024-05-14T07:48:14.638Z | Compiling managed v0.8.0 |
1766 | 2024-05-14T07:48:14.638Z | Compiling bitflags v1.3.2 |
1767 | 2024-05-14T07:48:14.638Z | Compiling regex-automata v0.1.10 |
1768 | 2024-05-14T07:48:14.638Z | Compiling clap_builder v4.5.2 |
1769 | 2024-05-14T07:48:14.638Z | Compiling idna v0.2.3 |
1770 | 2024-05-14T07:48:14.638Z | Compiling bstr v0.2.17 |
1771 | 2024-05-14T07:48:14.638Z | Compiling sec1 v0.7.3 |
1772 | 2024-05-14T07:48:14.944Z | Compiling r2d2 v0.8.10 |
1773 | 2024-05-14T07:48:15.324Z | Compiling inout v0.1.3 |
1774 | 2024-05-14T07:48:15.589Z | Compiling group v0.13.0 |
1775 | 2024-05-14T07:48:15.756Z | Compiling signal-hook-mio v0.2.3 |
1776 | 2024-05-14T07:48:15.892Z | Compiling phf v0.11.2 |
1777 | 2024-05-14T07:48:15.933Z | Compiling postgres-types v0.2.6 |
1778 | 2024-05-14T07:48:15.937Z | Compiling bzip2 v0.4.4 |
1779 | 2024-05-14T07:48:16.317Z | Compiling hubpack v0.1.2 |
1780 | 2024-05-14T07:48:16.345Z | Compiling hkdf v0.12.4 |
1781 | 2024-05-14T07:48:16.753Z | Compiling zerocopy v0.6.6 |
1782 | 2024-05-14T07:48:16.881Z | Compiling ipnetwork v0.20.0 |
1783 | 2024-05-14T07:48:17.454Z | Compiling crypto-bigint v0.5.2 |
1784 | 2024-05-14T07:48:17.642Z | Compiling float-cmp v0.9.0 |
1785 | 2024-05-14T07:48:17.780Z | Compiling memmap v0.7.0 |
1786 | 2024-05-14T07:48:18.063Z | Compiling normalize-line-endings v0.3.0 |
1787 | 2024-05-14T07:48:18.139Z | Compiling data-encoding v2.4.0 |
1788 | 2024-05-14T07:48:18.193Z | Compiling predicates-core v1.0.6 |
1789 | 2024-05-14T07:48:18.550Z | Compiling static_assertions v1.1.0 |
1790 | 2024-05-14T07:48:18.650Z | Compiling whoami v1.5.1 |
1791 | 2024-05-14T07:48:19.281Z | Compiling difflib v0.4.0 |
1792 | 2024-05-14T07:48:19.635Z | Compiling elliptic-curve v0.13.8 |
1793 | 2024-05-14T07:48:20.426Z | Compiling predicates v3.1.0 |
1794 | 2024-05-14T07:48:20.440Z | Compiling yasna v0.5.2 |
1795 | 2024-05-14T07:48:20.484Z | Compiling tokio-postgres v0.7.10 |
1796 | 2024-05-14T07:48:20.874Z | Compiling diesel v2.1.6 |
1797 | 2024-05-14T07:48:20.884Z | Compiling trust-dns-proto v0.22.0 |
1798 | 2024-05-14T07:48:20.923Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1799 | 2024-05-14T07:48:22.374Z | Compiling usdt v0.5.0 |
1800 | 2024-05-14T07:48:22.901Z | Compiling clap v4.5.4 |
1801 | 2024-05-14T07:48:23.049Z | Compiling zip v0.6.6 |
1802 | 2024-05-14T07:48:23.393Z | Compiling crossterm v0.27.0 |
1803 | 2024-05-14T07:48:24.258Z | Compiling cipher v0.4.4 |
1804 | 2024-05-14T07:48:24.833Z | Compiling similar v2.4.0 |
1805 | 2024-05-14T07:48:24.861Z | Checking proc-macro2 v1.0.81 |
1806 | 2024-05-14T07:48:25.539Z | Compiling num-iter v0.1.45 |
1807 | 2024-05-14T07:48:25.676Z | Compiling console v0.15.8 |
1808 | 2024-05-14T07:48:25.717Z | Compiling tokio-stream v0.1.15 |
1809 | 2024-05-14T07:48:26.538Z | Compiling bstr v1.9.0 |
1810 | 2024-05-14T07:48:26.714Z | Checking quote v1.0.36 |
1811 | 2024-05-14T07:48:31.881Z | Checking utf8parse v0.2.1 |
1812 | 2024-05-14T07:48:35.307Z | Checking anstyle v1.0.7 |
1813 | 2024-05-14T07:48:36.622Z | Checking anstyle-parse v0.2.1 |
1814 | 2024-05-14T07:48:36.839Z | Checking anstyle-query v1.0.0 |
1815 | 2024-05-14T07:48:36.840Z | Checking colorchoice v1.0.0 |
1816 | 2024-05-14T07:48:36.979Z | Checking anstream v0.6.11 |
1817 | 2024-05-14T07:48:37.278Z | Checking clap_lex v0.7.0 |
1818 | 2024-05-14T07:48:37.372Z | Checking strsim v0.11.0 |
1819 | 2024-05-14T07:48:40.821Z | Checking winnow v0.6.1 |
1820 | 2024-05-14T07:48:49.659Z | Compiling regress v0.9.1 |
1821 | 2024-05-14T07:48:50.441Z | Compiling getopts v0.2.21 |
1822 | 2024-05-14T07:48:50.527Z | Compiling unsafe-libyaml v0.2.10 |
1823 | 2024-05-14T07:48:50.777Z | Checking heck v0.5.0 |
1824 | 2024-05-14T07:48:51.449Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1825 | 2024-05-14T07:48:51.765Z | Compiling serde_yaml v0.9.25 |
1826 | 2024-05-14T07:48:52.408Z | Checking is-terminal v0.4.9 |
1827 | 2024-05-14T07:48:52.622Z | Checking camino v1.1.6 |
1828 | 2024-05-14T07:48:52.644Z | Checking base64 v0.22.1 |
1829 | 2024-05-14T07:48:52.644Z | Compiling strsim v0.10.0 |
1830 | 2024-05-14T07:48:52.970Z | Compiling ident_case v1.0.1 |
1831 | 2024-05-14T07:48:53.058Z | Checking sha1 v0.10.6 |
1832 | 2024-05-14T07:48:53.156Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1833 | 2024-05-14T07:48:53.335Z | Compiling darling_core v0.20.8 |
1834 | 2024-05-14T07:48:53.430Z | Checking http v1.0.0 |
1835 | 2024-05-14T07:48:54.656Z | Compiling paste v1.0.14 |
1836 | 2024-05-14T07:48:54.682Z | Compiling strum_macros v0.26.1 |
1837 | 2024-05-14T07:48:55.675Z | Checking rustls-pki-types v1.3.0 |
1838 | 2024-05-14T07:48:55.696Z | Checking match_cfg v0.1.0 |
1839 | 2024-05-14T07:48:55.732Z | Checking fastrand v2.0.1 |
1840 | 2024-05-14T07:48:55.909Z | Checking hostname v0.3.1 |
1841 | 2024-05-14T07:48:56.047Z | Checking tempfile v3.10.1 |
1842 | 2024-05-14T07:48:56.387Z | Checking dirs-sys-next v0.1.2 |
1843 | 2024-05-14T07:48:56.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1844 | 2024-05-14T07:48:56.571Z | Checking quick-error v1.2.3 |
1845 | 2024-05-14T07:48:56.630Z | Checking dirs-next v2.0.0 |
1846 | 2024-05-14T07:48:57.101Z | Checking crossbeam-channel v0.5.8 |
1847 | 2024-05-14T07:48:57.122Z | Checking thread_local v1.1.7 |
1848 | 2024-05-14T07:48:57.122Z | Compiling rustls v0.22.4 |
1849 | 2024-05-14T07:48:57.122Z | Compiling slog-async v2.8.0 |
1850 | 2024-05-14T07:48:57.272Z | Checking term v0.7.0 |
1851 | 2024-05-14T07:48:57.699Z | Checking rustls-webpki v0.102.1 |
1852 | 2024-05-14T07:48:57.824Z | Checking instant v0.1.12 |
1853 | 2024-05-14T07:48:57.825Z | Checking take_mut v0.2.2 |
1854 | 2024-05-14T07:48:57.825Z | Checking rustls-pemfile v2.1.2 |
1855 | 2024-05-14T07:48:57.825Z | Checking slog-term v2.9.1 |
1856 | 2024-05-14T07:48:57.835Z | Compiling multer v3.1.0 |
1857 | 2024-05-14T07:48:58.023Z | Checking debug-ignore v1.0.5 |
1858 | 2024-05-14T07:48:58.145Z | Checking toml v0.8.12 |
1859 | 2024-05-14T07:48:58.183Z | Checking slog-json v2.6.1 |
1860 | 2024-05-14T07:48:58.241Z | Compiling async-stream-impl v0.3.5 |
1861 | 2024-05-14T07:48:58.448Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1862 | 2024-05-14T07:48:58.738Z | Checking atomic-waker v1.1.1 |
1863 | 2024-05-14T07:48:58.866Z | Checking waitgroup v0.1.2 |
1864 | 2024-05-14T07:48:58.925Z | Checking slog-bunyan v2.5.0 |
1865 | 2024-05-14T07:48:59.085Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1866 | 2024-05-14T07:48:59.410Z | Checking serde_path_to_error v0.1.16 |
1867 | 2024-05-14T07:48:59.757Z | Checking async-stream v0.3.5 |
1868 | 2024-05-14T07:48:59.929Z | Checking hostname v0.4.0 |
1869 | 2024-05-14T07:49:00.032Z | Checking newtype-uuid v1.1.0 |
1870 | 2024-05-14T07:49:00.046Z | Checking strum v0.26.2 |
1871 | 2024-05-14T07:49:00.070Z | Checking wait-timeout v0.2.0 |
1872 | 2024-05-14T07:49:00.194Z | Compiling structmeta-derive v0.3.0 |
1873 | 2024-05-14T07:49:00.248Z | Checking rusty-fork v0.3.0 |
1874 | 2024-05-14T07:49:00.263Z | Compiling structmeta-derive v0.2.0 |
1875 | 2024-05-14T07:49:00.470Z | Compiling darling_macro v0.20.8 |
1876 | 2024-05-14T07:49:00.539Z | Checking rand_xorshift v0.3.0 |
1877 | 2024-05-14T07:49:00.712Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1878 | 2024-05-14T07:49:01.416Z | Checking unarray v0.1.4 |
1879 | 2024-05-14T07:49:01.443Z | Checking proptest v1.4.0 |
1880 | 2024-05-14T07:49:01.443Z | Checking backoff v0.4.0 |
1881 | 2024-05-14T07:49:01.493Z | Checking tokio-rustls v0.25.0 |
1882 | 2024-05-14T07:49:01.532Z | Compiling darling v0.20.8 |
1883 | 2024-05-14T07:49:01.625Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1884 | 2024-05-14T07:49:01.658Z | Compiling serde_with_macros v3.7.0 |
1885 | 2024-05-14T07:49:02.428Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1886 | 2024-05-14T07:49:02.566Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1887 | 2024-05-14T07:49:02.817Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1888 | 2024-05-14T07:49:03.417Z | Compiling structmeta v0.3.0 |
1889 | 2024-05-14T07:49:03.455Z | Compiling structmeta v0.2.0 |
1890 | 2024-05-14T07:49:03.695Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1891 | 2024-05-14T07:49:03.847Z | Checking macaddr v1.0.1 |
1892 | 2024-05-14T07:49:03.867Z | Compiling parse-display-derive v0.9.0 |
1893 | 2024-05-14T07:49:03.885Z | Compiling test-strategy v0.3.1 |
1894 | 2024-05-14T07:49:04.169Z | Compiling proc-macro-error-attr v1.0.4 |
1895 | 2024-05-14T07:49:04.544Z | Compiling proc-macro-error v1.0.4 |
1896 | 2024-05-14T07:49:04.902Z | Checking serde_with v3.7.0 |
1897 | 2024-05-14T07:49:05.606Z | Compiling proc-macro-crate v1.3.1 |
1898 | 2024-05-14T07:49:05.642Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1899 | 2024-05-14T07:49:06.482Z | Checking camino-tempfile v1.1.1 |
1900 | 2024-05-14T07:49:06.990Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1901 | 2024-05-14T07:49:06.990Z | Compiling foreign-types-macros v0.2.3 |
1902 | 2024-05-14T07:49:06.990Z | Checking foreign-types-shared v0.3.1 |
1903 | 2024-05-14T07:49:06.990Z | Compiling num_enum_derive v0.5.11 |
1904 | 2024-05-14T07:49:06.990Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1905 | 2024-05-14T07:49:07.399Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1906 | 2024-05-14T07:49:07.923Z | Checking cstr-argument v0.1.2 |
1907 | 2024-05-14T07:49:08.064Z | Checking foreign-types v0.5.0 |
1908 | 2024-05-14T07:49:08.139Z | Checking pretty-hex v0.2.1 |
1909 | 2024-05-14T07:49:08.172Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1910 | 2024-05-14T07:49:08.279Z | Checking tabwriter v1.4.0 |
1911 | 2024-05-14T07:49:08.297Z | Checking colored v2.1.0 |
1912 | 2024-05-14T07:49:08.394Z | Checking socket2 v0.4.9 |
1913 | 2024-05-14T07:49:08.491Z | Checking smf v0.2.3 |
1914 | 2024-05-14T07:49:08.518Z | Checking humantime v2.1.0 |
1915 | 2024-05-14T07:49:08.563Z | Checking termcolor v1.2.0 |
1916 | 2024-05-14T07:49:08.778Z | Checking arc-swap v1.6.0 |
1917 | 2024-05-14T07:49:08.841Z | Checking utf-8 v0.7.6 |
1918 | 2024-05-14T07:49:08.912Z | Checking parse-display v0.9.0 |
1919 | 2024-05-14T07:49:08.950Z | Checking newline-converter v0.3.0 |
1920 | 2024-05-14T07:49:08.962Z | Checking xattr v1.0.1 |
1921 | 2024-05-14T07:49:09.026Z | Checking filetime v0.2.23 |
1922 | 2024-05-14T07:49:09.088Z | Checking same-file v1.0.6 |
1923 | 2024-05-14T07:49:09.134Z | Checking expectorate v1.1.0 |
1924 | 2024-05-14T07:49:09.153Z | Checking tungstenite v0.20.1 |
1925 | 2024-05-14T07:49:09.187Z | Checking slog-scope v4.4.0 |
1926 | 2024-05-14T07:49:09.214Z | Checking tar v0.4.40 |
1927 | 2024-05-14T07:49:09.248Z | Checking walkdir v2.5.0 |
1928 | 2024-05-14T07:49:09.272Z | Compiling heapless v0.8.0 |
1929 | 2024-05-14T07:49:09.369Z | Checking slog-stdlog v4.1.1 |
1930 | 2024-05-14T07:49:09.484Z | Checking num_enum v0.5.11 |
1931 | 2024-05-14T07:49:09.518Z | Checking termtree v0.4.1 |
1932 | 2024-05-14T07:49:09.554Z | Checking slog-envlogger v2.2.0 |
1933 | 2024-05-14T07:49:09.657Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1934 | 2024-05-14T07:49:09.720Z | Checking predicates-tree v1.0.9 |
1935 | 2024-05-14T07:49:09.763Z | Checking hash32 v0.3.1 |
1936 | 2024-05-14T07:49:09.867Z | Compiling smoltcp v0.11.0 |
1937 | 2024-05-14T07:49:09.899Z | Checking cobs v0.2.3 |
1938 | 2024-05-14T07:49:09.914Z | Compiling crucible-workspace-hack v0.1.0 |
1939 | 2024-05-14T07:49:09.942Z | Checking embedded-io v0.4.0 |
1940 | 2024-05-14T07:49:09.966Z | Checking tokio-tungstenite v0.20.1 |
1941 | 2024-05-14T07:49:10.070Z | Checking sigpipe v0.1.3 |
1942 | 2024-05-14T07:49:10.138Z | Checking postcard v1.0.8 |
1943 | 2024-05-14T07:49:10.168Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1944 | 2024-05-14T07:49:10.208Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1945 | 2024-05-14T07:49:10.446Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1946 | 2024-05-14T07:49:10.458Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1947 | 2024-05-14T07:49:10.544Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1948 | 2024-05-14T07:49:10.634Z | Checking atty v0.2.14 |
1949 | 2024-05-14T07:49:10.745Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1950 | 2024-05-14T07:49:10.831Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1951 | 2024-05-14T07:49:10.973Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1952 | 2024-05-14T07:49:11.307Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1953 | 2024-05-14T07:49:11.326Z | Compiling mockall_derive v0.12.1 |
1954 | 2024-05-14T07:49:11.393Z | Compiling num-derive v0.4.0 |
1955 | 2024-05-14T07:49:11.503Z | Checking downcast v0.11.0 |
1956 | 2024-05-14T07:49:11.703Z | Checking fragile v2.0.0 |
1957 | 2024-05-14T07:49:11.966Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1958 | 2024-05-14T07:49:12.187Z | Checking pem v3.0.4 |
1959 | 2024-05-14T07:49:12.326Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1960 | 2024-05-14T07:49:12.794Z | Checking env_logger v0.9.3 |
1961 | 2024-05-14T07:49:12.794Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-05-14T07:49:12.860Z | Compiling bitstruct_derive v0.1.0 |
1963 | 2024-05-14T07:49:12.970Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1964 | 2024-05-14T07:49:13.159Z | Checking ascii v1.1.0 |
1965 | 2024-05-14T07:49:13.655Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-05-14T07:49:13.655Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-05-14T07:49:13.655Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1968 | 2024-05-14T07:49:13.655Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-05-14T07:49:13.820Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1970 | 2024-05-14T07:49:13.846Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1971 | 2024-05-14T07:49:13.951Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1972 | 2024-05-14T07:49:14.118Z | Checking serde_arrays v0.1.0 |
1973 | 2024-05-14T07:49:14.228Z | Checking erased-serde v0.3.31 |
1974 | 2024-05-14T07:49:14.256Z | Checking bitstruct v0.1.1 |
1975 | 2024-05-14T07:49:14.278Z | Compiling heck v0.3.3 |
1976 | 2024-05-14T07:49:14.369Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1977 | 2024-05-14T07:49:14.385Z | Checking tungstenite v0.21.0 |
1978 | 2024-05-14T07:49:14.664Z | Compiling zone_cfg_derive v0.1.2 |
1979 | 2024-05-14T07:49:14.684Z | Checking base64 v0.13.1 |
1980 | 2024-05-14T07:49:15.088Z | Checking ron v0.7.1 |
1981 | 2024-05-14T07:49:15.196Z | Checking tokio-tungstenite v0.21.0 |
1982 | 2024-05-14T07:49:15.301Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1983 | 2024-05-14T07:49:15.320Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-05-14T07:49:16.174Z | Checking zone v0.1.8 |
1985 | 2024-05-14T07:49:16.226Z | Checking headers-core v0.2.0 |
1986 | 2024-05-14T07:49:16.490Z | Checking portpicker v0.1.1 |
1987 | 2024-05-14T07:49:16.567Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1988 | 2024-05-14T07:49:16.692Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1989 | 2024-05-14T07:49:16.709Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1990 | 2024-05-14T07:49:16.820Z | Checking headers v0.3.9 |
1991 | 2024-05-14T07:49:16.945Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1992 | 2024-05-14T07:49:16.990Z | Checking rcgen v0.12.1 |
1993 | 2024-05-14T07:49:17.233Z | Checking atomicwrites v0.4.3 |
1994 | 2024-05-14T07:49:17.319Z | Checking subprocess v0.2.9 |
1995 | 2024-05-14T07:49:17.394Z | Checking linked-hash-map v0.5.6 |
1996 | 2024-05-14T07:49:17.630Z | Checking password-hash v0.5.0 |
1997 | 2024-05-14T07:49:17.731Z | Checking lru-cache v0.1.2 |
1998 | 2024-05-14T07:49:17.865Z | Checking blake2 v0.10.6 |
1999 | 2024-05-14T07:49:17.892Z | Checking swrite v0.1.0 |
2000 | 2024-05-14T07:49:17.923Z | Checking itertools v0.12.1 |
2001 | 2024-05-14T07:49:18.053Z | Compiling derive-where v1.2.7 |
2002 | 2024-05-14T07:49:18.128Z | Checking resolv-conf v0.7.0 |
2003 | 2024-05-14T07:49:18.341Z | Checking argon2 v0.5.3 |
2004 | 2024-05-14T07:49:18.473Z | Checking trust-dns-resolver v0.22.0 |
2005 | 2024-05-14T07:49:18.622Z | Compiling rayon-core v1.12.1 |
2006 | 2024-05-14T07:49:18.940Z | Checking half v2.3.1 |
2007 | 2024-05-14T07:49:19.004Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2008 | 2024-05-14T07:49:19.343Z | Compiling cancel-safe-futures v0.1.5 |
2009 | 2024-05-14T07:49:19.423Z | Checking ciborium-io v0.2.2 |
2010 | 2024-05-14T07:49:19.543Z | Checking ciborium-ll v0.2.2 |
2011 | 2024-05-14T07:49:19.768Z | Checking mockall v0.12.1 |
2012 | 2024-05-14T07:49:19.826Z | Checking ciborium v0.2.2 |
2013 | 2024-05-14T07:49:19.990Z | Checking bytecount v0.6.3 |
2014 | 2024-05-14T07:49:20.014Z | Compiling tabled_derive v0.7.0 |
2015 | 2024-05-14T07:49:20.135Z | Checking papergrid v0.11.0 |
2016 | 2024-05-14T07:49:20.180Z | Compiling slog-dtrace v0.3.0 |
2017 | 2024-05-14T07:49:20.493Z | Compiling semver v0.1.20 |
2018 | 2024-05-14T07:49:20.639Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2019 | 2024-05-14T07:49:20.872Z | Compiling rustc_version v0.1.7 |
2020 | 2024-05-14T07:49:20.994Z | Checking libsw v3.3.1 |
2021 | 2024-05-14T07:49:21.199Z | Checking linear-map v1.2.0 |
2022 | 2024-05-14T07:49:21.247Z | Checking owo-colors v4.0.0 |
2023 | 2024-05-14T07:49:21.390Z | Compiling newtype_derive v0.1.6 |
2024 | 2024-05-14T07:49:21.634Z | Compiling unicode-xid v0.2.4 |
2025 | 2024-05-14T07:49:21.795Z | Compiling radium v0.7.0 |
2026 | 2024-05-14T07:49:21.812Z | Checking num-rational v0.4.2 |
2027 | 2024-05-14T07:49:21.893Z | Checking steno v0.4.0 |
2028 | 2024-05-14T07:49:21.911Z | Checking num-complex v0.4.6 |
2029 | 2024-05-14T07:49:22.293Z | Checking nibble_vec v0.1.0 |
2030 | 2024-05-14T07:49:22.446Z | Checking endian-type v0.1.2 |
2031 | 2024-05-14T07:49:22.498Z | Checking tap v1.0.1 |
2032 | 2024-05-14T07:49:22.640Z | Checking tabled v0.15.0 |
2033 | 2024-05-14T07:49:22.671Z | Compiling maybe-uninit v2.0.0 |
2034 | 2024-05-14T07:49:22.678Z | Checking radix_trie v0.2.1 |
2035 | 2024-05-14T07:49:22.774Z | Checking num v0.4.3 |
2036 | 2024-05-14T07:49:22.864Z | Checking wyz v0.5.1 |
2037 | 2024-05-14T07:49:23.023Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2038 | 2024-05-14T07:49:23.269Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2039 | 2024-05-14T07:49:23.281Z | Checking fxhash v0.2.1 |
2040 | 2024-05-14T07:49:23.468Z | Compiling packed_struct v0.10.1 |
2041 | 2024-05-14T07:49:23.501Z | Compiling num-bigint-dig v0.8.4 |
2042 | 2024-05-14T07:49:23.814Z | Checking funty v2.0.0 |
2043 | 2024-05-14T07:49:23.917Z | Checking crc-catalog v2.2.0 |
2044 | 2024-05-14T07:49:24.017Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2045 | 2024-05-14T07:49:24.041Z | Checking crc v3.0.1 |
2046 | 2024-05-14T07:49:24.224Z | Compiling packed_struct_codegen v0.10.1 |
2047 | 2024-05-14T07:49:24.703Z | Compiling indexmap v1.9.3 |
2048 | 2024-05-14T07:49:24.715Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2049 | 2024-05-14T07:49:24.715Z | Checking nodrop v0.1.14 |
2050 | 2024-05-14T07:49:24.715Z | Checking smallvec v0.6.14 |
2051 | 2024-05-14T07:49:24.715Z | Checking array-init v0.0.4 |
2052 | 2024-05-14T07:49:24.790Z | Checking bitvec v1.0.1 |
2053 | 2024-05-14T07:49:24.866Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2054 | 2024-05-14T07:49:24.958Z | Checking pkcs1 v0.7.5 |
2055 | 2024-05-14T07:49:25.337Z | Checking signature v2.1.0 |
2056 | 2024-05-14T07:49:25.515Z | Checking hashbrown v0.12.3 |
2057 | 2024-05-14T07:49:25.592Z | Checking bitfield v0.14.0 |
2058 | 2024-05-14T07:49:25.718Z | Checking serde-hex v0.1.0 |
2059 | 2024-05-14T07:49:25.857Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2060 | 2024-05-14T07:49:26.106Z | Checking env_logger v0.10.0 |
2061 | 2024-05-14T07:49:26.524Z | Checking x509-cert v0.2.4 |
2062 | 2024-05-14T07:49:26.867Z | Checking rsa v0.9.2 |
2063 | 2024-05-14T07:49:27.164Z | Checking ron v0.8.1 |
2064 | 2024-05-14T07:49:27.205Z | Checking hashbrown v0.13.2 |
2065 | 2024-05-14T07:49:27.522Z | Checking crc-any v2.4.3 |
2066 | 2024-05-14T07:49:27.867Z | Checking display-error-chain v0.2.0 |
2067 | 2024-05-14T07:49:27.883Z | Checking path-slash v0.1.5 |
2068 | 2024-05-14T07:49:28.021Z | Compiling convert_case v0.4.0 |
2069 | 2024-05-14T07:49:28.040Z | Compiling async-recursion v1.1.1 |
2070 | 2024-05-14T07:49:28.151Z | Checking maplit v1.0.2 |
2071 | 2024-05-14T07:49:28.212Z | Checking object v0.30.4 |
2072 | 2024-05-14T07:49:28.263Z | Compiling buf-list v1.0.3 |
2073 | 2024-05-14T07:49:28.385Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2074 | 2024-05-14T07:49:28.641Z | Compiling blake3 v1.5.0 |
2075 | 2024-05-14T07:49:29.021Z | Compiling derive_more v0.99.17 |
2076 | 2024-05-14T07:49:29.251Z | Checking gethostname v0.4.3 |
2077 | 2024-05-14T07:49:29.388Z | Compiling libefi-sys v0.1.0 |
2078 | 2024-05-14T07:49:29.544Z | Compiling parking_lot_core v0.8.6 |
2079 | 2024-05-14T07:49:29.561Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2080 | 2024-05-14T07:49:29.766Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2081 | 2024-05-14T07:49:30.040Z | Compiling crossbeam-deque v0.8.3 |
2082 | 2024-05-14T07:49:30.087Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2083 | 2024-05-14T07:49:30.350Z | Checking keccak v0.1.4 |
2084 | 2024-05-14T07:49:30.597Z | Checking parking_lot v0.11.2 |
2085 | 2024-05-14T07:49:30.637Z | Checking sha3 v0.10.8 |
2086 | 2024-05-14T07:49:30.974Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2087 | 2024-05-14T07:49:31.034Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2088 | 2024-05-14T07:49:31.216Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2089 | 2024-05-14T07:49:31.368Z | Checking trust-dns-client v0.22.0 |
2090 | 2024-05-14T07:49:31.456Z | Compiling synstructure v0.12.6 |
2091 | 2024-05-14T07:49:31.490Z | Checking toml v0.5.11 |
2092 | 2024-05-14T07:49:32.566Z | Checking secrecy v0.8.0 |
2093 | 2024-05-14T07:49:32.706Z | Compiling pin-project-internal v1.1.3 |
2094 | 2024-05-14T07:49:32.777Z | Compiling rayon v1.10.0 |
2095 | 2024-05-14T07:49:32.905Z | Checking trust-dns-server v0.22.1 |
2096 | 2024-05-14T07:49:33.321Z | Compiling zerocopy-derive v0.2.0 |
2097 | 2024-05-14T07:49:34.000Z | Checking sled v0.34.7 |
2098 | 2024-05-14T07:49:35.479Z | Compiling memmap2 v0.7.1 |
2099 | 2024-05-14T07:49:36.070Z | Checking pin-project v1.1.3 |
2100 | 2024-05-14T07:49:36.270Z | Compiling home v0.5.5 |
2101 | 2024-05-14T07:49:36.457Z | Compiling arrayref v0.3.7 |
2102 | 2024-05-14T07:49:36.487Z | Compiling constant_time_eq v0.3.0 |
2103 | 2024-05-14T07:49:36.530Z | Compiling arrayvec v0.7.4 |
2104 | 2024-05-14T07:49:36.561Z | Compiling toolchain_find v0.4.0 |
2105 | 2024-05-14T07:49:37.204Z | Compiling vte_generate_state_changes v0.1.1 |
2106 | 2024-05-14T07:49:38.607Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2107 | 2024-05-14T07:49:38.610Z | Compiling topological-sort v0.2.2 |
2108 | 2024-05-14T07:49:38.610Z | Checking vte v0.11.1 |
2109 | 2024-05-14T07:49:38.610Z | Compiling rustfmt-wrapper v0.2.1 |
2110 | 2024-05-14T07:49:38.610Z | Compiling omicron-zone-package v0.11.0 |
2111 | 2024-05-14T07:49:38.653Z | Checking fd-lock v4.0.2 |
2112 | 2024-05-14T07:49:39.202Z | Checking glob v0.3.1 |
2113 | 2024-05-14T07:49:39.206Z | Compiling usdt-impl v0.3.5 |
2114 | 2024-05-14T07:49:39.206Z | Checking nu-ansi-term v0.50.0 |
2115 | 2024-05-14T07:49:39.206Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2116 | 2024-05-14T07:49:39.258Z | Checking strip-ansi-escapes v0.2.0 |
2117 | 2024-05-14T07:49:39.738Z | Compiling zerocopy v0.3.0 |
2118 | 2024-05-14T07:49:39.738Z | Compiling prettyplease v0.2.20 |
2119 | 2024-05-14T07:49:39.739Z | Checking reedline v0.31.0 |
2120 | 2024-05-14T07:49:39.739Z | Compiling platforms v3.0.2 |
2121 | 2024-05-14T07:49:39.763Z | Compiling dtrace-parser v0.1.14 |
2122 | 2024-05-14T07:49:40.187Z | Compiling snafu-derive v0.8.2 |
2123 | 2024-05-14T07:49:40.245Z | Compiling dof v0.1.5 |
2124 | 2024-05-14T07:49:41.199Z | Checking globset v0.4.13 |
2125 | 2024-05-14T07:49:41.620Z | Checking olpc-cjson v0.1.3 |
2126 | 2024-05-14T07:49:41.660Z | Compiling serde_tokenstream v0.1.7 |
2127 | 2024-05-14T07:49:41.817Z | Checking serde_plain v1.0.2 |
2128 | 2024-05-14T07:49:42.246Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2129 | 2024-05-14T07:49:42.255Z | Compiling memoffset v0.7.1 |
2130 | 2024-05-14T07:49:42.255Z | Compiling crunchy v0.2.2 |
2131 | 2024-05-14T07:49:43.070Z | Checking typed-path v0.7.0 |
2132 | 2024-05-14T07:49:43.079Z | Compiling curve25519-dalek v4.1.2 |
2133 | 2024-05-14T07:49:43.079Z | Checking fs-err v2.11.0 |
2134 | 2024-05-14T07:49:43.187Z | Compiling clang-sys v1.6.1 |
2135 | 2024-05-14T07:49:43.469Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2136 | 2024-05-14T07:49:43.754Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2137 | 2024-05-14T07:49:43.762Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2138 | 2024-05-14T07:49:43.778Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2139 | 2024-05-14T07:49:43.934Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2140 | 2024-05-14T07:49:44.464Z | Compiling unicase v2.7.0 |
2141 | 2024-05-14T07:49:44.489Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2142 | 2024-05-14T07:49:44.772Z | Compiling tiny-keccak v2.0.2 |
2143 | 2024-05-14T07:49:44.965Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2144 | 2024-05-14T07:49:45.089Z | Checking parse-size v1.0.0 |
2145 | 2024-05-14T07:49:45.584Z | Compiling usdt-macro v0.3.5 |
2146 | 2024-05-14T07:49:45.599Z | Checking snafu v0.8.2 |
2147 | 2024-05-14T07:49:45.956Z | Compiling usdt-attr-macro v0.3.5 |
2148 | 2024-05-14T07:49:46.108Z | Checking tough v0.17.1 |
2149 | 2024-05-14T07:49:47.147Z | Checking universal-hash v0.5.1 |
2150 | 2024-05-14T07:49:47.333Z | Compiling thiserror-impl-no-std v2.0.2 |
2151 | 2024-05-14T07:49:47.527Z | Compiling curve25519-dalek-derive v0.1.0 |
2152 | 2024-05-14T07:49:47.674Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2153 | 2024-05-14T07:49:48.341Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2154 | 2024-05-14T07:49:48.539Z | Checking nanorand v0.7.0 |
2155 | 2024-05-14T07:49:48.918Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2156 | 2024-05-14T07:49:49.157Z | Compiling salty v0.2.0 |
2157 | 2024-05-14T07:49:49.237Z | Compiling cfg_aliases v0.1.1 |
2158 | 2024-05-14T07:49:49.349Z | Checking signature v1.6.4 |
2159 | 2024-05-14T07:49:49.483Z | Checking opaque-debug v0.3.0 |
2160 | 2024-05-14T07:49:49.571Z | Checking poly1305 v0.8.0 |
2161 | 2024-05-14T07:49:49.729Z | Checking ed25519 v1.5.3 |
2162 | 2024-05-14T07:49:49.813Z | Compiling nix v0.28.0 |
2163 | 2024-05-14T07:49:50.050Z | Checking flume v0.11.0 |
2164 | 2024-05-14T07:49:50.132Z | Checking usdt v0.3.5 |
2165 | 2024-05-14T07:49:50.316Z | Compiling ascii-canvas v3.0.0 |
2166 | 2024-05-14T07:49:50.638Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2167 | 2024-05-14T07:49:50.692Z | Checking thiserror-no-std v2.0.2 |
2168 | 2024-05-14T07:49:50.804Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2169 | 2024-05-14T07:49:50.836Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2170 | 2024-05-14T07:49:50.853Z | Checking chacha20 v0.9.1 |
2171 | 2024-05-14T07:49:51.129Z | Checking aead v0.5.2 |
2172 | 2024-05-14T07:49:51.201Z | Checking serde-big-array v0.5.1 |
2173 | 2024-05-14T07:49:51.287Z | Checking kstat-rs v0.2.3 |
2174 | 2024-05-14T07:49:51.325Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2175 | 2024-05-14T07:49:51.367Z | Compiling ena v0.14.2 |
2176 | 2024-05-14T07:49:51.432Z | Compiling libloading v0.7.4 |
2177 | 2024-05-14T07:49:51.623Z | Compiling regex-syntax v0.6.29 |
2178 | 2024-05-14T07:49:52.159Z | Compiling bindgen v0.69.2 |
2179 | 2024-05-14T07:49:52.181Z | Compiling diff v0.1.13 |
2180 | 2024-05-14T07:49:52.181Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2181 | 2024-05-14T07:49:52.256Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2182 | 2024-05-14T07:49:52.450Z | Checking vsss-rs v3.3.4 |
2183 | 2024-05-14T07:49:52.567Z | Checking chacha20poly1305 v0.10.1 |
2184 | 2024-05-14T07:49:53.504Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2185 | 2024-05-14T07:49:54.507Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2186 | 2024-05-14T07:49:54.762Z | Compiling lalrpop v0.19.12 |
2187 | 2024-05-14T07:49:55.709Z | Checking signal-hook-tokio v0.3.1 |
2188 | 2024-05-14T07:49:55.856Z | Compiling cexpr v0.6.0 |
2189 | 2024-05-14T07:49:56.018Z | Checking serde-big-array v0.4.1 |
2190 | 2024-05-14T07:49:56.178Z | Compiling which v4.4.0 |
2191 | 2024-05-14T07:49:56.592Z | Compiling rustc-hash v1.1.0 |
2192 | 2024-05-14T07:49:56.766Z | Compiling lazycell v1.3.0 |
2193 | 2024-05-14T07:49:56.807Z | Compiling ref-cast v1.0.22 |
2194 | 2024-05-14T07:49:56.924Z | Compiling peeking_take_while v0.1.2 |
2195 | 2024-05-14T07:49:57.077Z | Compiling shlex v1.3.0 |
2196 | 2024-05-14T07:49:57.479Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2197 | 2024-05-14T07:49:57.556Z | Compiling mime_guess v2.0.4 |
2198 | 2024-05-14T07:49:58.893Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2199 | 2024-05-14T07:50:00.988Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2200 | 2024-05-14T07:50:01.402Z | Compiling derive_builder_core v0.20.0 |
2201 | 2024-05-14T07:50:01.407Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2024-05-14T07:50:01.600Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2024-05-14T07:50:03.018Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-05-14T07:50:03.808Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2205 | 2024-05-14T07:50:04.142Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2206 | 2024-05-14T07:50:05.349Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2207 | 2024-05-14T07:50:06.012Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2208 | 2024-05-14T07:50:07.137Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2209 | 2024-05-14T07:50:07.141Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2210 | 2024-05-14T07:50:07.717Z | Compiling peg-macros v0.8.3 |
2211 | 2024-05-14T07:50:08.180Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2212 | 2024-05-14T07:50:09.635Z | Compiling sqlparser_derive v0.2.2 |
2213 | 2024-05-14T07:50:09.674Z | Compiling ref-cast-impl v1.0.22 |
2214 | 2024-05-14T07:50:11.196Z | Compiling libxml v0.3.3 |
2215 | 2024-05-14T07:50:11.232Z | Checking unicode_categories v0.1.1 |
2216 | 2024-05-14T07:50:11.232Z | Checking corncobs v0.1.3 |
2217 | 2024-05-14T07:50:11.232Z | Checking peg v0.8.3 |
2218 | 2024-05-14T07:50:11.344Z | Checking rustyline v14.0.0 |
2219 | 2024-05-14T07:50:11.356Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2220 | 2024-05-14T07:50:11.390Z | Checking sqlformat v0.2.3 |
2221 | 2024-05-14T07:50:11.666Z | Checking sqlparser v0.45.0 |
2222 | 2024-05-14T07:50:12.842Z | Compiling derive_builder_macro v0.20.0 |
2223 | 2024-05-14T07:50:12.918Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2224 | 2024-05-14T07:50:13.390Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2225 | 2024-05-14T07:50:13.746Z | Checking bcs v0.1.6 |
2226 | 2024-05-14T07:50:13.823Z | Compiling strum_macros v0.24.3 |
2227 | 2024-05-14T07:50:14.234Z | Compiling cookie v0.18.1 |
2228 | 2024-05-14T07:50:14.544Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2229 | 2024-05-14T07:50:14.845Z | Checking highway v1.1.0 |
2230 | 2024-05-14T07:50:15.245Z | Compiling indoc v1.0.9 |
2231 | 2024-05-14T07:50:15.286Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2232 | 2024-05-14T07:50:17.152Z | Checking derive_builder v0.20.0 |
2233 | 2024-05-14T07:50:17.799Z | Compiling const_format_proc_macros v0.2.32 |
2234 | 2024-05-14T07:50:17.847Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2235 | 2024-05-14T07:50:18.156Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2236 | 2024-05-14T07:50:18.416Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2237 | 2024-05-14T07:50:18.844Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2238 | 2024-05-14T07:50:19.081Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2239 | 2024-05-14T07:50:19.222Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2240 | 2024-05-14T07:50:20.143Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2241 | 2024-05-14T07:50:20.172Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2242 | 2024-05-14T07:50:20.883Z | Checking bb8 v0.8.3 |
2243 | 2024-05-14T07:50:20.926Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2244 | 2024-05-14T07:50:21.706Z | Checking quick-xml v0.31.0 |
2245 | 2024-05-14T07:50:23.422Z | Compiling impl-trait-for-tuples v0.2.2 |
2246 | 2024-05-14T07:50:23.869Z | Compiling oso-derive v0.27.3 |
2247 | 2024-05-14T07:50:23.957Z | Checking http-range v0.1.5 |
2248 | 2024-05-14T07:50:24.147Z | Checking hyper-staticfile v0.9.5 |
2249 | 2024-05-14T07:50:24.292Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2250 | 2024-05-14T07:50:24.537Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2251 | 2024-05-14T07:50:25.307Z | Checking const_format v0.2.32 |
2252 | 2024-05-14T07:50:25.321Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2253 | 2024-05-14T07:50:26.209Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2254 | 2024-05-14T07:50:26.934Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2255 | 2024-05-14T07:50:27.533Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2256 | 2024-05-14T07:50:29.183Z | Checking assert_matches v1.5.0 |
2257 | 2024-05-14T07:50:29.288Z | Checking rand_seeder v0.2.3 |
2258 | 2024-05-14T07:50:29.458Z | Compiling portable-atomic v1.4.3 |
2259 | 2024-05-14T07:50:29.512Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2260 | 2024-05-14T07:50:29.740Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2261 | 2024-05-14T07:50:29.916Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2262 | 2024-05-14T07:50:30.794Z | Checking number_prefix v0.4.0 |
2263 | 2024-05-14T07:50:30.997Z | Checking castaway v0.2.2 |
2264 | 2024-05-14T07:50:31.053Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2265 | 2024-05-14T07:50:31.162Z | Checking compact_str v0.7.1 |
2266 | 2024-05-14T07:50:31.354Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2267 | 2024-05-14T07:50:31.532Z | Checking indicatif v0.17.8 |
2268 | 2024-05-14T07:50:31.674Z | Checking lru v0.12.1 |
2269 | 2024-05-14T07:50:31.940Z | Compiling stability v0.2.0 |
2270 | 2024-05-14T07:50:31.969Z | Compiling indoc v2.0.3 |
2271 | 2024-05-14T07:50:32.310Z | Checking cassowary v0.3.0 |
2272 | 2024-05-14T07:50:32.775Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2273 | 2024-05-14T07:50:32.970Z | Checking smawk v0.3.1 |
2274 | 2024-05-14T07:50:33.130Z | Checking ratatui v0.26.2 |
2275 | 2024-05-14T07:50:33.265Z | Checking unicode-linebreak v0.1.5 |
2276 | 2024-05-14T07:50:33.683Z | Checking textwrap v0.16.1 |
2277 | 2024-05-14T07:50:34.060Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2278 | 2024-05-14T07:50:34.375Z | Checking is_ci v1.2.0 |
2279 | 2024-05-14T07:50:34.521Z | Checking supports-color v3.0.0 |
2280 | 2024-05-14T07:50:34.734Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2281 | 2024-05-14T07:50:34.810Z | Checking fatfs v0.3.6 |
2282 | 2024-05-14T07:50:35.406Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2283 | 2024-05-14T07:50:35.770Z | Checking rtoolbox v0.0.1 |
2284 | 2024-05-14T07:50:35.884Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2285 | 2024-05-14T07:50:35.981Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2286 | 2024-05-14T07:50:36.111Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2287 | 2024-05-14T07:50:36.316Z | Checking tui-tree-widget v0.19.0 |
2288 | 2024-05-14T07:50:36.536Z | Checking rpassword v7.3.1 |
2289 | 2024-05-14T07:50:36.639Z | Checking shell-words v1.1.0 |
2290 | 2024-05-14T07:50:36.695Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2291 | 2024-05-14T07:50:36.796Z | Checking yansi v0.5.1 |
2292 | 2024-05-14T07:50:37.044Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2293 | 2024-05-14T07:50:37.284Z | Checking pretty_assertions v1.4.0 |
2294 | 2024-05-14T07:50:37.492Z | Compiling target-lexicon v0.12.13 |
2295 | 2024-05-14T07:50:37.814Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2296 | 2024-05-14T07:50:38.505Z | Checking plotters-backend v0.3.5 |
2297 | 2024-05-14T07:50:38.569Z | Compiling doc-comment v0.3.3 |
2298 | 2024-05-14T07:50:39.182Z | Compiling guppy-workspace-hack v0.1.0 |
2299 | 2024-05-14T07:50:39.385Z | Checking plotters-svg v0.3.5 |
2300 | 2024-05-14T07:50:39.503Z | Checking http-body v1.0.0 |
2301 | 2024-05-14T07:50:39.715Z | Compiling assert_cmd v2.0.14 |
2302 | 2024-05-14T07:50:39.730Z | Compiling target-spec v3.1.0 |
2303 | 2024-05-14T07:50:39.982Z | Checking cast v0.3.0 |
2304 | 2024-05-14T07:50:40.149Z | Checking tower-layer v0.3.2 |
2305 | 2024-05-14T07:50:40.304Z | Checking criterion-plot v0.5.0 |
2306 | 2024-05-14T07:50:40.355Z | Checking cfg-expr v0.15.6 |
2307 | 2024-05-14T07:50:40.399Z | Checking tower v0.4.13 |
2308 | 2024-05-14T07:50:40.816Z | Checking hyper v1.1.0 |
2309 | 2024-05-14T07:50:41.137Z | Checking plotters v0.3.5 |
2310 | 2024-05-14T07:50:41.345Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2311 | 2024-05-14T07:50:42.012Z | Checking tinytemplate v1.2.1 |
2312 | 2024-05-14T07:50:42.307Z | Checking cargo-platform v0.1.3 |
2313 | 2024-05-14T07:50:42.417Z | Checking anes v0.1.6 |
2314 | 2024-05-14T07:50:42.603Z | Checking oorandom v11.1.3 |
2315 | 2024-05-14T07:50:42.759Z | Checking cargo_metadata v0.18.1 |
2316 | 2024-05-14T07:50:42.788Z | Checking hyper-util v0.1.2 |
2317 | 2024-05-14T07:50:42.879Z | Checking criterion v0.5.1 |
2318 | 2024-05-14T07:50:44.648Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2319 | 2024-05-14T07:50:44.804Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2320 | 2024-05-14T07:50:45.416Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2321 | 2024-05-14T07:50:45.585Z | Checking rustls-native-certs v0.7.0 |
2322 | 2024-05-14T07:50:45.738Z | Checking httptest v0.15.5 |
2323 | 2024-05-14T07:50:46.545Z | Checking pathdiff v0.2.1 |
2324 | 2024-05-14T07:50:46.669Z | Checking nested v0.1.1 |
2325 | 2024-05-14T07:50:46.875Z | Checking guppy v0.17.5 |
2326 | 2024-05-14T07:50:48.450Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2327 | 2024-05-14T07:50:49.002Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2328 | 2024-05-14T07:50:49.473Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2329 | 2024-05-14T07:50:49.568Z | Checking hyper-rustls v0.26.0 |
2330 | 2024-05-14T07:50:49.885Z | Checking escape8259 v0.5.2 |
2331 | 2024-05-14T07:50:50.067Z | Checking threadpool v1.8.1 |
2332 | 2024-05-14T07:50:51.112Z | Checking libtest-mimic v0.7.2 |
2333 | 2024-05-14T07:50:51.487Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2334 | 2024-05-14T07:50:51.502Z | Checking similar-asserts v1.5.0 |
2335 | 2024-05-14T07:50:51.734Z | Checking fancy-regex v0.13.0 |
2336 | 2024-05-14T07:50:52.139Z | Compiling rstest_macros v0.19.0 |
2337 | 2024-05-14T07:50:52.798Z | Checking datatest-stable v0.2.9 |
2338 | 2024-05-14T07:50:53.091Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2339 | 2024-05-14T07:50:54.307Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2340 | 2024-05-14T07:50:54.370Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2341 | 2024-05-14T07:50:54.518Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2342 | 2024-05-14T07:50:54.805Z | Checking csv-core v0.1.11 |
2343 | 2024-05-14T07:50:54.822Z | Compiling trybuild v1.0.91 |
2344 | 2024-05-14T07:50:55.008Z | Compiling relative-path v1.9.0 |
2345 | 2024-05-14T07:50:55.139Z | Checking constant_time_eq v0.2.6 |
2346 | 2024-05-14T07:50:55.275Z | Checking csv v1.3.0 |
2347 | 2024-05-14T07:50:55.283Z | Checking blake2b_simd v1.0.1 |
2348 | 2024-05-14T07:50:56.194Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2349 | 2024-05-14T07:50:56.210Z | Checking multimap v0.10.0 |
2350 | 2024-05-14T07:50:56.544Z | Checking futures-timer v3.0.2 |
2351 | 2024-05-14T07:50:56.857Z | Checking rust-argon2 v2.1.0 |
2352 | 2024-05-14T07:50:58.610Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2353 | 2024-05-14T07:51:00.549Z | Checking partial-io v0.5.4 |
2354 | 2024-05-14T07:51:00.943Z | Checking approx v0.5.1 |
2355 | 2024-05-14T07:51:01.176Z | Checking uzers v0.11.3 |
2356 | 2024-05-14T07:51:01.519Z | Checking termios v0.3.3 |
2357 | 2024-05-14T07:51:01.736Z | Checking hex-literal v0.4.1 |
2358 | 2024-05-14T07:51:10.136Z | Checking rstest v0.19.0 |
2359 | 2024-05-14T07:51:10.218Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2360 | 2024-05-14T07:51:10.218Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2361 | 2024-05-14T07:51:28.619Z | Compiling samael v0.0.15 |
2362 | 2024-05-14T07:51:51.377Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2363 | 2024-05-14T07:51:53.097Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2364 | 2024-05-14T07:52:02.228Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2365 | 2024-05-14T07:52:13.502Z | Compiling polar-core v0.27.3 |
2366 | 2024-05-14T07:52:20.678Z | Checking oso v0.27.3 |
2367 | 2024-05-14T07:52:47.728Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2368 | 2024-05-14T07:52:47.728Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2369 | 2024-05-14T07:52:47.734Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2370 | 2024-05-14T07:53:47.777Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 42s |
2371 | 2024-05-14T07:53:47.968Z | |
2372 | 2024-05-14T07:53:47.968Z | real 7:28.773232636 |
2373 | 2024-05-14T07:53:47.968Z | user 38:20.286600163 |
2374 | 2024-05-14T07:53:47.968Z | sys 6:46.572673025 |
2375 | 2024-05-14T07:53:47.968Z | trap 1.036964027 |
2376 | 2024-05-14T07:53:47.968Z | tflt 4.568643585 |
2377 | 2024-05-14T07:53:47.968Z | dflt 4.451176092 |
2378 | 2024-05-14T07:53:47.968Z | kflt 0.016496347 |
2379 | 2024-05-14T07:53:47.968Z | lock 58:20.470115713 |
2380 | 2024-05-14T07:53:47.972Z | slp 1:56:15.655304984 |
2381 | 2024-05-14T07:53:47.972Z | lat 1:47.624571759 |
2382 | 2024-05-14T07:53:47.972Z | stop 4:46.460662149 |
2383 | 2024-05-14T07:53:48.875Z | warning: output filename collision. |
2384 | 2024-05-14T07:53:48.875Z | 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)`. |
2385 | 2024-05-14T07:53:48.875Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2386 | 2024-05-14T07:53:48.875Z | The targets should have unique names. |
2387 | 2024-05-14T07:53:48.875Z | This is a known bug where multiple crates with the same name use |
2388 | 2024-05-14T07:53:48.875Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2389 | 2024-05-14T07:53:48.875Z | warning: output filename collision. |
2390 | 2024-05-14T07:53:48.875Z | 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)`. |
2391 | 2024-05-14T07:53:48.875Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2392 | 2024-05-14T07:53:48.875Z | The targets should have unique names. |
2393 | 2024-05-14T07:53:48.875Z | This is a known bug where multiple crates with the same name use |
2394 | 2024-05-14T07:53:48.875Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2395 | 2024-05-14T07:53:48.880Z | warning: output filename collision. |
2396 | 2024-05-14T07:53:48.880Z | 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)`. |
2397 | 2024-05-14T07:53:48.880Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2398 | 2024-05-14T07:53:48.880Z | The targets should have unique names. |
2399 | 2024-05-14T07:53:48.880Z | This is a known bug where multiple crates with the same name use |
2400 | 2024-05-14T07:53:48.880Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2401 | 2024-05-14T07:53:48.880Z | warning: output filename collision. |
2402 | 2024-05-14T07:53:48.880Z | 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)`. |
2403 | 2024-05-14T07:53:48.880Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2404 | 2024-05-14T07:53:48.880Z | The targets should have unique names. |
2405 | 2024-05-14T07:53:48.880Z | This is a known bug where multiple crates with the same name use |
2406 | 2024-05-14T07:53:48.880Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2407 | 2024-05-14T07:53:48.880Z | warning: output filename collision. |
2408 | 2024-05-14T07:53:48.880Z | 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)`. |
2409 | 2024-05-14T07:53:48.880Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2410 | 2024-05-14T07:53:48.880Z | The targets should have unique names. |
2411 | 2024-05-14T07:53:48.880Z | This is a known bug where multiple crates with the same name use |
2412 | 2024-05-14T07:53:48.880Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2413 | 2024-05-14T07:53:48.881Z | warning: output filename collision. |
2414 | 2024-05-14T07:53:48.881Z | 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)`. |
2415 | 2024-05-14T07:53:48.881Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2416 | 2024-05-14T07:53:48.881Z | The targets should have unique names. |
2417 | 2024-05-14T07:53:48.881Z | This is a known bug where multiple crates with the same name use |
2418 | 2024-05-14T07:53:48.881Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2419 | 2024-05-14T07:53:48.881Z | warning: output filename collision. |
2420 | 2024-05-14T07:53:48.881Z | 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)`. |
2421 | 2024-05-14T07:53:48.881Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2422 | 2024-05-14T07:53:48.881Z | The targets should have unique names. |
2423 | 2024-05-14T07:53:48.881Z | This is a known bug where multiple crates with the same name use |
2424 | 2024-05-14T07:53:48.881Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2425 | 2024-05-14T07:53:48.881Z | warning: output filename collision. |
2426 | 2024-05-14T07:53:48.881Z | 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)`. |
2427 | 2024-05-14T07:53:48.881Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2428 | 2024-05-14T07:53:48.881Z | The targets should have unique names. |
2429 | 2024-05-14T07:53:48.881Z | This is a known bug where multiple crates with the same name use |
2430 | 2024-05-14T07:53:48.881Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2431 | 2024-05-14T07:53:48.881Z | warning: output filename collision. |
2432 | 2024-05-14T07:53:48.881Z | 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`. |
2433 | 2024-05-14T07:53:48.881Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2434 | 2024-05-14T07:53:48.881Z | The targets should have unique names. |
2435 | 2024-05-14T07:53:48.881Z | This is a known bug where multiple crates with the same name use |
2436 | 2024-05-14T07:53:48.882Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2437 | 2024-05-14T07:53:49.384Z | Documenting libc v0.2.153 |
2438 | 2024-05-14T07:53:49.423Z | Documenting cfg-if v1.0.0 |
2439 | 2024-05-14T07:53:49.434Z | Documenting serde_derive v1.0.201 |
2440 | 2024-05-14T07:53:49.467Z | Documenting log v0.4.21 |
2441 | 2024-05-14T07:53:49.475Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2442 | 2024-05-14T07:53:49.488Z | Documenting memchr v2.7.1 |
2443 | 2024-05-14T07:53:49.502Z | Documenting byteorder v1.5.0 |
2444 | 2024-05-14T07:53:49.512Z | Documenting smallvec v1.13.1 |
2445 | 2024-05-14T07:53:49.782Z | Documenting scopeguard v1.2.0 |
2446 | 2024-05-14T07:53:52.576Z | Documenting itoa v1.0.9 |
2447 | 2024-05-14T07:53:53.151Z | Documenting once_cell v1.19.0 |
2448 | 2024-05-14T07:53:53.454Z | Documenting pin-project-lite v0.2.13 |
2449 | 2024-05-14T07:53:53.553Z | Documenting libm v0.2.7 |
2450 | 2024-05-14T07:53:53.696Z | Documenting lock_api v0.4.10 |
2451 | 2024-05-14T07:53:54.156Z | Documenting getrandom v0.2.12 |
2452 | 2024-05-14T07:53:54.664Z | Documenting parking_lot_core v0.9.8 |
2453 | 2024-05-14T07:53:55.807Z | Documenting signal-hook-registry v1.4.1 |
2454 | 2024-05-14T07:53:56.194Z | Documenting mio v0.8.11 |
2455 | 2024-05-14T07:53:57.126Z | Documenting serde v1.0.201 |
2456 | 2024-05-14T07:53:57.183Z | Documenting thiserror-impl v1.0.59 |
2457 | 2024-05-14T07:53:57.272Z | Documenting num-traits v0.2.19 |
2458 | 2024-05-14T07:53:58.322Z | Documenting rand_core v0.6.4 |
2459 | 2024-05-14T07:53:58.722Z | Documenting zeroize_derive v1.4.2 |
2460 | 2024-05-14T07:53:59.737Z | Documenting parking_lot v0.12.1 |
2461 | 2024-05-14T07:54:00.066Z | Documenting futures-core v0.3.30 |
2462 | 2024-05-14T07:54:01.510Z | Documenting ryu v1.0.15 |
2463 | 2024-05-14T07:54:02.504Z | Documenting socket2 v0.5.6 |
2464 | 2024-05-14T07:54:02.526Z | Documenting thiserror v1.0.59 |
2465 | 2024-05-14T07:54:02.754Z | Documenting num_cpus v1.16.0 |
2466 | 2024-05-14T07:54:03.748Z | Documenting zeroize v1.7.0 |
2467 | 2024-05-14T07:54:04.030Z | Documenting tokio-macros v2.2.0 |
2468 | 2024-05-14T07:54:04.708Z | Documenting zerocopy v0.7.32 |
2469 | 2024-05-14T07:54:04.812Z | Documenting futures-sink v0.3.30 |
2470 | 2024-05-14T07:54:06.472Z | Documenting typenum v1.16.0 |
2471 | 2024-05-14T07:54:06.775Z | Documenting subtle v2.5.0 |
2472 | 2024-05-14T07:54:07.469Z | Documenting pin-utils v0.1.0 |
2473 | 2024-05-14T07:54:08.159Z | Documenting slab v0.4.9 |
2474 | 2024-05-14T07:54:08.850Z | Documenting futures-macro v0.3.30 |
2475 | 2024-05-14T07:54:11.202Z | Documenting futures-channel v0.3.30 |
2476 | 2024-05-14T07:54:11.647Z | Documenting futures-io v0.3.30 |
2477 | 2024-05-14T07:54:17.557Z | Documenting bytes v1.6.0 |
2478 | 2024-05-14T07:54:19.709Z | Documenting bitflags v2.4.2 |
2479 | 2024-05-14T07:54:19.937Z | Documenting serde_json v1.0.116 |
2480 | 2024-05-14T07:54:19.952Z | Documenting futures-task v0.3.30 |
2481 | 2024-05-14T07:54:20.017Z | Documenting iana-time-zone v0.1.57 |
2482 | 2024-05-14T07:54:20.088Z | Documenting uuid v1.8.0 |
2483 | 2024-05-14T07:54:20.323Z | Documenting ahash v0.8.8 |
2484 | 2024-05-14T07:54:20.934Z | Documenting generic-array v0.14.7 |
2485 | 2024-05-14T07:54:22.185Z | Documenting tokio v1.37.0 |
2486 | 2024-05-14T07:54:24.066Z | Documenting chrono v0.4.38 |
2487 | 2024-05-14T07:54:24.478Z | Documenting futures-util v0.3.30 |
2488 | 2024-05-14T07:54:24.531Z | Documenting allocator-api2 v0.2.16 |
2489 | 2024-05-14T07:54:24.831Z | Documenting tinyvec_macros v0.1.1 |
2490 | 2024-05-14T07:54:24.880Z | Documenting const-oid v0.9.6 |
2491 | 2024-05-14T07:54:25.570Z | Documenting crypto-common v0.1.6 |
2492 | 2024-05-14T07:54:26.507Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2493 | 2024-05-14T07:54:26.715Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2494 | 2024-05-14T07:54:27.449Z | Documenting tracing-core v0.1.32 |
2495 | 2024-05-14T07:54:27.688Z | Documenting tinyvec v1.6.0 |
2496 | 2024-05-14T07:54:28.484Z | Documenting hashbrown v0.14.3 |
2497 | 2024-05-14T07:54:30.438Z | Documenting serde_derive_internals v0.29.0 |
2498 | 2024-05-14T07:54:31.081Z | Documenting tracing-attributes v0.1.27 |
2499 | 2024-05-14T07:54:31.093Z | Checking serde_derive_internals v0.29.0 |
2500 | 2024-05-14T07:54:31.672Z | Documenting dyn-clone v1.0.17 |
2501 | 2024-05-14T07:54:31.891Z | Documenting unicode-normalization v0.1.22 |
2502 | 2024-05-14T07:54:33.543Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2503 | 2024-05-14T07:54:33.899Z | Documenting ppv-lite86 v0.2.17 |
2504 | 2024-05-14T07:54:34.392Z | Documenting unicode-bidi v0.3.15 |
2505 | 2024-05-14T07:54:34.976Z | Documenting lazy_static v1.4.0 |
2506 | 2024-05-14T07:54:36.368Z | Documenting schemars_derive v0.8.17 |
2507 | 2024-05-14T07:54:36.701Z | Documenting percent-encoding v2.3.1 |
2508 | 2024-05-14T07:54:36.942Z | Documenting block-buffer v0.10.4 |
2509 | 2024-05-14T07:54:37.521Z | Documenting rand_chacha v0.3.1 |
2510 | 2024-05-14T07:54:39.806Z | Documenting equivalent v1.0.1 |
2511 | 2024-05-14T07:54:40.019Z | Documenting fnv v1.0.7 |
2512 | 2024-05-14T07:54:40.891Z | Documenting powerfmt v0.2.0 |
2513 | 2024-05-14T07:54:41.782Z | Documenting digest v0.10.7 |
2514 | 2024-05-14T07:54:41.847Z | Documenting form_urlencoded v1.2.1 |
2515 | 2024-05-14T07:54:41.943Z | Documenting rand v0.8.5 |
2516 | 2024-05-14T07:54:42.213Z | Documenting schemars v0.8.17 |
2517 | 2024-05-14T07:54:42.823Z | Documenting indexmap v2.2.6 |
2518 | 2024-05-14T07:54:44.002Z | Documenting deranged v0.3.11 |
2519 | 2024-05-14T07:54:44.862Z | Documenting time-macros v0.2.17 |
2520 | 2024-05-14T07:54:46.115Z | Documenting num_threads v0.1.6 |
2521 | 2024-05-14T07:54:46.842Z | Documenting unicode-width v0.1.11 |
2522 | 2024-05-14T07:54:47.647Z | Documenting tracing v0.1.40 |
2523 | 2024-05-14T07:54:55.778Z | Documenting num-conv v0.1.0 |
2524 | 2024-05-14T07:54:55.828Z | Documenting time-core v0.1.2 |
2525 | 2024-05-14T07:54:55.859Z | Documenting idna v0.5.0 |
2526 | 2024-05-14T07:54:55.938Z | Documenting errno v0.3.8 |
2527 | 2024-05-14T07:54:55.951Z | Documenting unicode-ident v1.0.12 |
2528 | 2024-05-14T07:54:55.970Z | Documenting adler v1.0.2 |
2529 | 2024-05-14T07:54:56.462Z | Documenting slog v2.7.0 |
2530 | 2024-05-14T07:54:58.772Z | Documenting httparse v1.8.0 |
2531 | 2024-05-14T07:54:59.106Z | Documenting time v0.3.34 |
2532 | 2024-05-14T07:54:59.287Z | Documenting miniz_oxide v0.7.1 |
2533 | 2024-05-14T07:54:59.386Z | Documenting proc-macro2 v1.0.81 |
2534 | 2024-05-14T07:55:00.144Z | Documenting rustix v0.38.31 |
2535 | 2024-05-14T07:55:00.286Z | Documenting url v2.5.0 |
2536 | 2024-05-14T07:55:01.405Z | Documenting cpufeatures v0.2.12 |
2537 | 2024-05-14T07:55:02.997Z | Documenting async-trait v0.1.80 |
2538 | 2024-05-14T07:55:03.371Z | Documenting httpdate v1.0.3 |
2539 | 2024-05-14T07:55:04.005Z | Documenting quote v1.0.36 |
2540 | 2024-05-14T07:55:04.651Z | Documenting try-lock v0.2.4 |
2541 | 2024-05-14T07:55:04.789Z | Documenting http-body v0.4.5 |
2542 | 2024-05-14T07:55:05.161Z | Documenting aho-corasick v1.1.2 |
2543 | 2024-05-14T07:55:05.490Z | Documenting tokio-util v0.7.10 |
2544 | 2024-05-14T07:55:07.516Z | Documenting want v0.3.1 |
2545 | 2024-05-14T07:55:08.010Z | Documenting openssl-sys v0.9.102 |
2546 | 2024-05-14T07:55:08.038Z | Documenting openssl-macros v0.1.1 |
2547 | 2024-05-14T07:55:08.187Z | Documenting syn v2.0.60 |
2548 | 2024-05-14T07:55:09.076Z | Documenting mime v0.3.17 |
2549 | 2024-05-14T07:55:10.162Z | Documenting regex-syntax v0.8.2 |
2550 | 2024-05-14T07:55:11.205Z | Documenting tower-service v0.3.2 |
2551 | 2024-05-14T07:55:11.557Z | Documenting gimli v0.28.0 |
2552 | 2024-05-14T07:55:12.063Z | Documenting h2 v0.3.26 |
2553 | 2024-05-14T07:55:12.717Z | Documenting object v0.32.1 |
2554 | 2024-05-14T07:55:13.244Z | Documenting rustc-demangle v0.1.23 |
2555 | 2024-05-14T07:55:15.044Z | Documenting openssl v0.10.64 |
2556 | 2024-05-14T07:55:16.037Z | Documenting ipnet v2.9.0 |
2557 | 2024-05-14T07:55:16.710Z | Documenting openssl-probe v0.1.5 |
2558 | 2024-05-14T07:55:16.943Z | Documenting regex-automata v0.4.5 |
2559 | 2024-05-14T07:55:17.875Z | Documenting addr2line v0.21.0 |
2560 | 2024-05-14T07:55:20.430Z | Documenting base64ct v1.6.0 |
2561 | 2024-05-14T07:55:21.016Z | Documenting futures-executor v0.3.30 |
2562 | 2024-05-14T07:55:21.933Z | Documenting encoding_rs v0.8.33 |
2563 | 2024-05-14T07:55:22.611Z | Documenting hyper v0.14.28 |
2564 | 2024-05-14T07:55:24.067Z | Documenting native-tls v0.2.11 |
2565 | 2024-05-14T07:55:24.680Z | Documenting backtrace v0.3.69 |
2566 | 2024-05-14T07:55:25.499Z | Documenting psl-types v2.0.11 |
2567 | 2024-05-14T07:55:25.717Z | Documenting serde_urlencoded v0.7.1 |
2568 | 2024-05-14T07:55:26.043Z | Documenting regex v1.10.4 |
2569 | 2024-05-14T07:55:26.783Z | Checking pest_meta v2.7.6 |
2570 | 2024-05-14T07:55:27.691Z | Documenting crossbeam-utils v0.8.19 |
2571 | 2024-05-14T07:55:28.944Z | Documenting publicsuffix v2.2.3 |
2572 | 2024-05-14T07:55:29.420Z | Documenting tokio-native-tls v0.3.1 |
2573 | 2024-05-14T07:55:29.826Z | Documenting anyhow v1.0.83 |
2574 | 2024-05-14T07:55:30.282Z | Documenting utf8parse v0.2.1 |
2575 | 2024-05-14T07:55:31.411Z | Documenting futures v0.3.30 |
2576 | 2024-05-14T07:55:31.481Z | Documenting pem-rfc7468 v0.7.0 |
2577 | 2024-05-14T07:55:32.949Z | Documenting pest_meta v2.7.6 |
2578 | 2024-05-14T07:55:33.672Z | Documenting scroll_derive v0.12.0 |
2579 | 2024-05-14T07:55:33.989Z | Documenting cookie_store v0.20.0 |
2580 | 2024-05-14T07:55:34.903Z | Documenting der_derive v0.7.2 |
2581 | 2024-05-14T07:55:35.152Z | Documenting hyper-rustls v0.24.2 |
2582 | 2024-05-14T07:55:35.634Z | Documenting hyper-tls v0.5.0 |
2583 | 2024-05-14T07:55:36.262Z | Documenting flagset v0.4.3 |
2584 | 2024-05-14T07:55:37.961Z | Documenting sync_wrapper v0.1.2 |
2585 | 2024-05-14T07:55:39.227Z | Documenting webpki-roots v0.25.2 |
2586 | 2024-05-14T07:55:39.318Z | Documenting pest_generator v2.7.6 |
2587 | 2024-05-14T07:55:39.495Z | Documenting scroll v0.12.0 |
2588 | 2024-05-14T07:55:39.526Z | Checking pest_generator v2.7.6 |
2589 | 2024-05-14T07:55:40.198Z | Documenting num-integer v0.1.46 |
2590 | 2024-05-14T07:55:40.420Z | Documenting der v0.7.8 |
2591 | 2024-05-14T07:55:40.861Z | Documenting ucd-trie v0.1.6 |
2592 | 2024-05-14T07:55:41.964Z | Documenting plain v0.2.3 |
2593 | 2024-05-14T07:55:43.236Z | Documenting openapiv3 v2.0.0 |
2594 | 2024-05-14T07:55:43.706Z | Documenting pretty-hex v0.4.1 |
2595 | 2024-05-14T07:55:44.044Z | Documenting reqwest v0.11.27 |
2596 | 2024-05-14T07:55:44.418Z | Documenting pest_derive v2.7.6 |
2597 | 2024-05-14T07:55:44.721Z | Documenting pest v2.7.6 |
2598 | 2024-05-14T07:55:44.884Z | Documenting goblin v0.8.0 |
2599 | 2024-05-14T07:55:45.260Z | Documenting spin v0.9.8 |
2600 | 2024-05-14T07:55:45.809Z | Documenting spki v0.7.2 |
2601 | 2024-05-14T07:55:46.895Z | Documenting thread-id v4.2.0 |
2602 | 2024-05-14T07:55:48.983Z | Documenting anstyle v1.0.7 |
2603 | 2024-05-14T07:55:50.200Z | Documenting either v1.11.0 |
2604 | 2024-05-14T07:55:50.476Z | Documenting pkcs8 v0.10.2 |
2605 | 2024-05-14T07:55:50.759Z | Documenting anstyle-parse v0.2.1 |
2606 | 2024-05-14T07:55:50.907Z | Documenting dtrace-parser v0.2.0 |
2607 | 2024-05-14T07:55:51.719Z | Documenting memmap v0.7.0 |
2608 | 2024-05-14T07:55:53.177Z | Documenting anstyle-query v1.0.0 |
2609 | 2024-05-14T07:55:53.208Z | Documenting dof v0.3.0 |
2610 | 2024-05-14T07:55:54.073Z | Documenting colorchoice v1.0.0 |
2611 | 2024-05-14T07:55:54.981Z | Documenting data-encoding v2.4.0 |
2612 | 2024-05-14T07:55:55.112Z | Documenting crossbeam-epoch v0.9.18 |
2613 | 2024-05-14T07:55:55.332Z | Documenting terminal_size v0.3.0 |
2614 | 2024-05-14T07:55:55.832Z | Documenting sha2 v0.10.8 |
2615 | 2024-05-14T07:55:56.619Z | Documenting ipnetwork v0.20.0 |
2616 | 2024-05-14T07:55:56.942Z | Documenting hex v0.4.3 |
2617 | 2024-05-14T07:55:57.693Z | Documenting anstream v0.6.11 |
2618 | 2024-05-14T07:55:58.400Z | Documenting usdt-impl v0.5.0 |
2619 | 2024-05-14T07:55:59.440Z | Documenting crc32fast v1.3.2 |
2620 | 2024-05-14T07:55:59.578Z | Documenting unicode-segmentation v1.10.1 |
2621 | 2024-05-14T07:56:00.469Z | Documenting untrusted v0.9.0 |
2622 | 2024-05-14T07:56:00.730Z | Documenting strsim v0.11.0 |
2623 | 2024-05-14T07:56:01.335Z | Documenting clap_lex v0.7.0 |
2624 | 2024-05-14T07:56:02.610Z | Documenting num-iter v0.1.45 |
2625 | 2024-05-14T07:56:02.905Z | Documenting hmac v0.12.1 |
2626 | 2024-05-14T07:56:03.431Z | Documenting signal-hook v0.3.17 |
2627 | 2024-05-14T07:56:03.456Z | Documenting clap_derive v4.5.4 |
2628 | 2024-05-14T07:56:03.733Z | Documenting ring v0.17.8 |
2629 | 2024-05-14T07:56:04.803Z | Documenting static_assertions v1.1.0 |
2630 | 2024-05-14T07:56:05.028Z | Documenting usdt v0.5.0 |
2631 | 2024-05-14T07:56:05.302Z | Documenting clap_builder v4.5.2 |
2632 | 2024-05-14T07:56:07.129Z | Documenting flate2 v1.0.30 |
2633 | 2024-05-14T07:56:07.435Z | Documenting managed v0.8.0 |
2634 | 2024-05-14T07:56:07.953Z | Documenting signal-hook-mio v0.2.3 |
2635 | 2024-05-14T07:56:08.233Z | Documenting enum-as-inner v0.5.1 |
2636 | 2024-05-14T07:56:09.222Z | Documenting block-padding v0.3.3 |
2637 | 2024-05-14T07:56:09.818Z | Documenting scheduled-thread-pool v0.2.7 |
2638 | 2024-05-14T07:56:11.176Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2639 | 2024-05-14T07:56:11.328Z | Documenting diesel_table_macro_syntax v0.1.0 |
2640 | 2024-05-14T07:56:11.685Z | Checking diesel_table_macro_syntax v0.1.0 |
2641 | 2024-05-14T07:56:11.869Z | Documenting md-5 v0.10.5 |
2642 | 2024-05-14T07:56:12.234Z | Documenting clap v4.5.4 |
2643 | 2024-05-14T07:56:12.987Z | Documenting crossterm v0.27.0 |
2644 | 2024-05-14T07:56:13.077Z | Documenting trust-dns-proto v0.22.0 |
2645 | 2024-05-14T07:56:13.784Z | Documenting inout v0.1.3 |
2646 | 2024-05-14T07:56:14.473Z | Documenting r2d2 v0.8.10 |
2647 | 2024-05-14T07:56:16.079Z | Documenting bzip2 v0.4.4 |
2648 | 2024-05-14T07:56:16.215Z | Documenting diesel_derives v2.1.2 |
2649 | 2024-05-14T07:56:16.807Z | Documenting stringprep v0.1.3 |
2650 | 2024-05-14T07:56:17.935Z | Documenting regress v0.9.1 |
2651 | 2024-05-14T07:56:18.269Z | Documenting toml_datetime v0.6.5 |
2652 | 2024-05-14T07:56:19.006Z | Documenting serde_spanned v0.6.5 |
2653 | 2024-05-14T07:56:19.010Z | Documenting ff v0.13.0 |
2654 | 2024-05-14T07:56:21.041Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2655 | 2024-05-14T07:56:21.255Z | Documenting bit-vec v0.6.3 |
2656 | 2024-05-14T07:56:22.028Z | Documenting fallible-iterator v0.2.0 |
2657 | 2024-05-14T07:56:22.528Z | Documenting winnow v0.6.1 |
2658 | 2024-05-14T07:56:23.573Z | Documenting base16ct v0.2.0 |
2659 | 2024-05-14T07:56:23.693Z | Documenting siphasher v0.3.11 |
2660 | 2024-05-14T07:56:24.640Z | Documenting group v0.13.0 |
2661 | 2024-05-14T07:56:25.167Z | Documenting zip v0.6.6 |
2662 | 2024-05-14T07:56:25.262Z | Documenting diesel v2.1.6 |
2663 | 2024-05-14T07:56:25.872Z | Documenting cipher v0.4.4 |
2664 | 2024-05-14T07:56:27.159Z | Documenting phf_shared v0.11.2 |
2665 | 2024-05-14T07:56:27.286Z | Documenting sec1 v0.7.3 |
2666 | 2024-05-14T07:56:28.228Z | Documenting postgres-protocol v0.6.6 |
2667 | 2024-05-14T07:56:28.996Z | Documenting toml_edit v0.22.12 |
2668 | 2024-05-14T07:56:29.561Z | Documenting hkdf v0.12.4 |
2669 | 2024-05-14T07:56:29.899Z | Documenting num-bigint v0.4.4 |
2670 | 2024-05-14T07:56:39.809Z | Documenting bstr v1.9.0 |
2671 | 2024-05-14T07:56:40.412Z | Documenting console v0.15.8 |
2672 | 2024-05-14T07:56:47.739Z | Documenting crypto-bigint v0.5.2 |
2673 | 2024-05-14T07:56:47.975Z | Documenting hubpack v0.1.2 |
2674 | 2024-05-14T07:56:48.403Z | Documenting serde_repr v0.1.16 |
2675 | 2024-05-14T07:56:48.681Z | Documenting new_debug_unreachable v1.0.4 |
2676 | 2024-05-14T07:56:48.694Z | Documenting heck v0.5.0 |
2677 | 2024-05-14T07:56:48.970Z | Documenting fixedbitset v0.4.2 |
2678 | 2024-05-14T07:56:49.224Z | Documenting minimal-lexical v0.2.1 |
2679 | 2024-05-14T07:56:50.683Z | Documenting lalrpop-util v0.19.12 |
2680 | 2024-05-14T07:56:51.944Z | Checking unsafe-libyaml v0.2.10 |
2681 | 2024-05-14T07:56:52.256Z | Documenting precomputed-hash v0.1.1 |
2682 | 2024-05-14T07:56:52.375Z | Checking strsim v0.10.0 |
2683 | 2024-05-14T07:56:52.458Z | Checking ident_case v1.0.1 |
2684 | 2024-05-14T07:56:52.587Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2685 | 2024-05-14T07:56:52.600Z | Documenting petgraph v0.6.4 |
2686 | 2024-05-14T07:56:53.116Z | Documenting yasna v0.5.2 |
2687 | 2024-05-14T07:56:53.228Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2688 | 2024-05-14T07:56:53.309Z | Documenting nom v7.1.3 |
2689 | 2024-05-14T07:57:03.186Z | Documenting postgres-types v0.2.6 |
2690 | 2024-05-14T07:57:03.239Z | Documenting string_cache v0.8.7 |
2691 | 2024-05-14T07:57:03.640Z | Documenting phf v0.11.2 |
2692 | 2024-05-14T07:57:03.786Z | Documenting similar v2.4.0 |
2693 | 2024-05-14T07:57:03.797Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2694 | 2024-05-14T07:57:04.001Z | Documenting elliptic-curve v0.13.8 |
2695 | 2024-05-14T07:57:04.247Z | Documenting semver v1.0.22 |
2696 | 2024-05-14T07:57:04.878Z | Documenting float-cmp v0.9.0 |
2697 | 2024-05-14T07:57:07.590Z | Documenting normalize-line-endings v0.3.0 |
2698 | 2024-05-14T07:57:07.891Z | Documenting predicates-core v1.0.6 |
2699 | 2024-05-14T07:57:08.812Z | Documenting peg-runtime v0.8.3 |
2700 | 2024-05-14T07:57:09.255Z | Documenting unsafe-libyaml v0.2.10 |
2701 | 2024-05-14T07:57:09.927Z | Documenting difflib v0.4.0 |
2702 | 2024-05-14T07:57:10.492Z | Documenting whoami v1.5.1 |
2703 | 2024-05-14T07:57:10.784Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2704 | 2024-05-14T07:57:19.864Z | Checking serde_yaml v0.9.25 |
2705 | 2024-05-14T07:57:19.976Z | Checking darling_core v0.20.8 |
2706 | 2024-05-14T07:57:20.098Z | Documenting bit-set v0.5.3 |
2707 | 2024-05-14T07:57:20.335Z | Documenting predicates v3.1.0 |
2708 | 2024-05-14T07:57:20.355Z | Documenting serde_yaml v0.9.25 |
2709 | 2024-05-14T07:57:20.498Z | Documenting tokio-postgres v0.7.10 |
2710 | 2024-05-14T07:57:20.610Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2711 | 2024-05-14T07:57:20.860Z | Documenting getopts v0.2.21 |
2712 | 2024-05-14T07:57:21.688Z | Documenting tokio-stream v0.1.15 |
2713 | 2024-05-14T07:57:21.738Z | Documenting ident_case v1.0.1 |
2714 | 2024-05-14T07:57:24.871Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2715 | 2024-05-14T07:57:25.052Z | Checking darling v0.20.8 |
2716 | 2024-05-14T07:57:25.156Z | Documenting is-terminal v0.4.9 |
2717 | 2024-05-14T07:57:25.683Z | Documenting darling_core v0.20.8 |
2718 | 2024-05-14T07:57:26.589Z | Documenting strum v0.26.2 |
2719 | 2024-05-14T07:57:27.230Z | Documenting base64 v0.22.1 |
2720 | 2024-05-14T07:57:28.032Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2721 | 2024-05-14T07:57:29.575Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2722 | 2024-05-14T07:57:29.884Z | Documenting dirs-sys-next v0.1.2 |
2723 | 2024-05-14T07:57:30.478Z | Documenting sha1 v0.10.6 |
2724 | 2024-05-14T07:57:31.285Z | Documenting http v1.0.0 |
2725 | 2024-05-14T07:57:31.804Z | Documenting camino v1.1.6 |
2726 | 2024-05-14T07:57:33.081Z | Documenting paste v1.0.14 |
2727 | 2024-05-14T07:57:33.617Z | Documenting thread_local v1.1.7 |
2728 | 2024-05-14T07:57:34.527Z | Documenting darling_macro v0.20.8 |
2729 | 2024-05-14T07:57:34.790Z | Documenting dirs-next v2.0.0 |
2730 | 2024-05-14T07:57:34.991Z | Documenting rustls-pki-types v1.3.0 |
2731 | 2024-05-14T07:57:35.897Z | Documenting crossbeam-channel v0.5.8 |
2732 | 2024-05-14T07:57:36.123Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2733 | 2024-05-14T07:57:36.650Z | Documenting take_mut v0.2.2 |
2734 | 2024-05-14T07:57:37.116Z | Documenting slog-json v2.6.1 |
2735 | 2024-05-14T07:57:37.834Z | Documenting async-stream-impl v0.3.5 |
2736 | 2024-05-14T07:57:39.251Z | Documenting rustls-webpki v0.102.1 |
2737 | 2024-05-14T07:57:39.328Z | Documenting darling v0.20.8 |
2738 | 2024-05-14T07:57:39.643Z | Documenting term v0.7.0 |
2739 | 2024-05-14T07:57:41.126Z | Documenting atomic-waker v1.1.1 |
2740 | 2024-05-14T07:57:41.379Z | Documenting slog-async v2.8.0 |
2741 | 2024-05-14T07:57:42.213Z | Documenting debug-ignore v1.0.5 |
2742 | 2024-05-14T07:57:42.655Z | Documenting async-stream v0.3.5 |
2743 | 2024-05-14T07:57:44.029Z | Documenting rustls v0.22.4 |
2744 | 2024-05-14T07:57:44.462Z | Documenting waitgroup v0.1.2 |
2745 | 2024-05-14T07:57:44.502Z | Documenting slog-bunyan v2.5.0 |
2746 | 2024-05-14T07:57:44.681Z | Documenting slog-term v2.9.1 |
2747 | 2024-05-14T07:57:45.202Z | Documenting rustls-pemfile v2.1.2 |
2748 | 2024-05-14T07:57:45.681Z | Documenting multer v3.1.0 |
2749 | 2024-05-14T07:57:46.747Z | Documenting toml v0.8.12 |
2750 | 2024-05-14T07:57:47.377Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2751 | 2024-05-14T07:57:48.514Z | Documenting serde_path_to_error v0.1.16 |
2752 | 2024-05-14T07:57:49.460Z | Documenting hostname v0.4.0 |
2753 | 2024-05-14T07:57:50.008Z | Documenting serde_with_macros v3.7.0 |
2754 | 2024-05-14T07:57:50.177Z | Documenting structmeta-derive v0.3.0 |
2755 | 2024-05-14T07:57:50.945Z | Documenting newtype-uuid v1.1.0 |
2756 | 2024-05-14T07:57:52.670Z | Checking structmeta v0.3.0 |
2757 | 2024-05-14T07:57:52.755Z | Documenting instant v0.1.12 |
2758 | 2024-05-14T07:57:52.874Z | Documenting tokio-rustls v0.25.0 |
2759 | 2024-05-14T07:57:52.895Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2760 | 2024-05-14T07:57:53.090Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2761 | 2024-05-14T07:57:54.513Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2762 | 2024-05-14T07:57:55.320Z | Documenting serde_with v3.7.0 |
2763 | 2024-05-14T07:57:55.669Z | Documenting structmeta v0.3.0 |
2764 | 2024-05-14T07:57:56.360Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2765 | 2024-05-14T07:57:57.501Z | Documenting backoff v0.4.0 |
2766 | 2024-05-14T07:57:57.610Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2767 | 2024-05-14T07:57:58.719Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2768 | 2024-05-14T07:57:59.210Z | Documenting macaddr v1.0.1 |
2769 | 2024-05-14T07:58:00.219Z | Documenting parse-display-derive v0.9.0 |
2770 | 2024-05-14T07:58:01.812Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2771 | 2024-05-14T07:58:01.992Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2772 | 2024-05-14T07:58:02.914Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2773 | 2024-05-14T07:58:03.152Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2774 | 2024-05-14T07:58:03.221Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2775 | 2024-05-14T07:58:03.787Z | Documenting fastrand v2.0.1 |
2776 | 2024-05-14T07:58:04.044Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2777 | 2024-05-14T07:58:04.320Z | Documenting proc-macro-crate v1.3.1 |
2778 | 2024-05-14T07:58:05.757Z | Checking proc-macro-crate v1.3.1 |
2779 | 2024-05-14T07:58:05.978Z | Documenting foreign-types-macros v0.2.3 |
2780 | 2024-05-14T07:58:06.117Z | Documenting foreign-types-shared v0.3.1 |
2781 | 2024-05-14T07:58:06.363Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2782 | 2024-05-14T07:58:06.694Z | Documenting parse-display v0.9.0 |
2783 | 2024-05-14T07:58:06.767Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2784 | 2024-05-14T07:58:08.120Z | Documenting tempfile v3.10.1 |
2785 | 2024-05-14T07:58:09.410Z | Documenting cstr-argument v0.1.2 |
2786 | 2024-05-14T07:58:10.266Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2787 | 2024-05-14T07:58:10.621Z | Documenting num_enum_derive v0.5.11 |
2788 | 2024-05-14T07:58:10.875Z | Documenting tabwriter v1.4.0 |
2789 | 2024-05-14T07:58:11.023Z | Documenting foreign-types v0.5.0 |
2790 | 2024-05-14T07:58:11.860Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2791 | 2024-05-14T07:58:12.516Z | Documenting camino-tempfile v1.1.1 |
2792 | 2024-05-14T07:58:12.726Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2793 | 2024-05-14T07:58:14.203Z | Documenting colored v2.1.0 |
2794 | 2024-05-14T07:58:15.107Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2795 | 2024-05-14T07:58:15.696Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2796 | 2024-05-14T07:58:15.809Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2797 | 2024-05-14T07:58:15.995Z | Documenting hash32 v0.3.1 |
2798 | 2024-05-14T07:58:17.333Z | Documenting num_enum v0.5.11 |
2799 | 2024-05-14T07:58:17.557Z | Documenting stable_deref_trait v1.2.0 |
2800 | 2024-05-14T07:58:18.199Z | Documenting smf v0.2.3 |
2801 | 2024-05-14T07:58:19.414Z | Documenting cobs v0.2.3 |
2802 | 2024-05-14T07:58:19.691Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2803 | 2024-05-14T07:58:19.854Z | Documenting embedded-io v0.4.0 |
2804 | 2024-05-14T07:58:21.117Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2805 | 2024-05-14T07:58:21.123Z | Documenting heapless v0.8.0 |
2806 | 2024-05-14T07:58:22.187Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2807 | 2024-05-14T07:58:22.384Z | Documenting crucible-workspace-hack v0.1.0 |
2808 | 2024-05-14T07:58:22.592Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2809 | 2024-05-14T07:58:23.052Z | Documenting postcard v1.0.8 |
2810 | 2024-05-14T07:58:23.726Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2811 | 2024-05-14T07:58:26.617Z | Documenting smoltcp v0.11.0 |
2812 | 2024-05-14T07:58:27.299Z | Documenting newline-converter v0.3.0 |
2813 | 2024-05-14T07:58:27.366Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2814 | 2024-05-14T07:58:27.846Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2815 | 2024-05-14T07:58:28.622Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2816 | 2024-05-14T07:58:28.659Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2817 | 2024-05-14T07:58:28.937Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2818 | 2024-05-14T07:58:29.726Z | Documenting sigpipe v0.1.3 |
2819 | 2024-05-14T07:58:30.207Z | Documenting num-derive v0.4.0 |
2820 | 2024-05-14T07:58:31.491Z | Documenting expectorate v1.1.0 |
2821 | 2024-05-14T07:58:32.569Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2822 | 2024-05-14T07:58:32.620Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2823 | 2024-05-14T07:58:32.983Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2824 | 2024-05-14T07:58:34.294Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2825 | 2024-05-14T07:58:34.305Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2826 | 2024-05-14T07:58:35.167Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2827 | 2024-05-14T07:58:35.335Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2828 | 2024-05-14T07:58:35.965Z | Documenting password-hash v0.5.0 |
2829 | 2024-05-14T07:58:36.190Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2830 | 2024-05-14T07:58:36.770Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2831 | 2024-05-14T07:58:38.302Z | Documenting blake2 v0.10.6 |
2832 | 2024-05-14T07:58:39.043Z | Documenting linked-hash-map v0.5.6 |
2833 | 2024-05-14T07:58:39.629Z | Documenting proc-macro-error-attr v1.0.4 |
2834 | 2024-05-14T07:58:40.453Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2835 | 2024-05-14T07:58:40.584Z | Documenting humantime v2.1.0 |
2836 | 2024-05-14T07:58:42.092Z | Checking proc-macro-error v1.0.4 |
2837 | 2024-05-14T07:58:42.373Z | Documenting bytecount v0.6.3 |
2838 | 2024-05-14T07:58:43.008Z | Documenting argon2 v0.5.3 |
2839 | 2024-05-14T07:58:43.339Z | Documenting lru-cache v0.1.2 |
2840 | 2024-05-14T07:58:44.526Z | Documenting proc-macro-error v1.0.4 |
2841 | 2024-05-14T07:58:44.719Z | Documenting derive-where v1.2.7 |
2842 | 2024-05-14T07:58:45.302Z | Documenting papergrid v0.11.0 |
2843 | 2024-05-14T07:58:47.031Z | Documenting swrite v0.1.0 |
2844 | 2024-05-14T07:58:47.527Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2845 | 2024-05-14T07:58:47.542Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2846 | 2024-05-14T07:58:47.779Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2847 | 2024-05-14T07:58:48.952Z | Documenting newtype_derive v0.1.6 |
2848 | 2024-05-14T07:58:49.477Z | Documenting tabled_derive v0.7.0 |
2849 | 2024-05-14T07:58:51.669Z | Documenting itertools v0.12.1 |
2850 | 2024-05-14T07:58:51.748Z | Documenting arc-swap v1.6.0 |
2851 | 2024-05-14T07:58:51.748Z | Documenting quick-error v1.2.3 |
2852 | 2024-05-14T07:58:51.748Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2853 | 2024-05-14T07:58:53.152Z | Documenting steno v0.4.0 |
2854 | 2024-05-14T07:58:54.441Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2855 | 2024-05-14T07:58:54.590Z | Documenting tabled v0.15.0 |
2856 | 2024-05-14T07:58:55.211Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2857 | 2024-05-14T07:58:55.355Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2858 | 2024-05-14T07:58:55.447Z | Documenting slog-scope v4.4.0 |
2859 | 2024-05-14T07:58:55.818Z | Documenting resolv-conf v0.7.0 |
2860 | 2024-05-14T07:58:58.420Z | Documenting num-rational v0.4.2 |
2861 | 2024-05-14T07:59:00.313Z | Documenting slog-stdlog v4.1.1 |
2862 | 2024-05-14T07:59:00.923Z | Documenting trust-dns-resolver v0.22.0 |
2863 | 2024-05-14T07:59:02.264Z | Documenting num-complex v0.4.6 |
2864 | 2024-05-14T07:59:02.350Z | Documenting filetime v0.2.23 |
2865 | 2024-05-14T07:59:03.438Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2866 | 2024-05-14T07:59:03.817Z | Documenting xattr v1.0.1 |
2867 | 2024-05-14T07:59:04.535Z | Documenting slog-envlogger v2.2.0 |
2868 | 2024-05-14T07:59:07.313Z | Documenting tap v1.0.1 |
2869 | 2024-05-14T07:59:07.925Z | Documenting num v0.4.3 |
2870 | 2024-05-14T07:59:08.225Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2871 | 2024-05-14T07:59:08.708Z | Documenting tar v0.4.40 |
2872 | 2024-05-14T07:59:09.445Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2873 | 2024-05-14T07:59:09.558Z | Documenting radium v0.7.0 |
2874 | 2024-05-14T07:59:10.302Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2875 | 2024-05-14T07:59:10.515Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2876 | 2024-05-14T07:59:10.698Z | Documenting nibble_vec v0.1.0 |
2877 | 2024-05-14T07:59:10.846Z | Documenting wyz v0.5.1 |
2878 | 2024-05-14T07:59:13.105Z | Documenting endian-type v0.1.2 |
2879 | 2024-05-14T07:59:13.936Z | Documenting crc-catalog v2.2.0 |
2880 | 2024-05-14T07:59:14.227Z | Documenting funty v2.0.0 |
2881 | 2024-05-14T07:59:14.470Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2882 | 2024-05-14T07:59:14.723Z | Documenting cancel-safe-futures v0.1.5 |
2883 | 2024-05-14T07:59:14.946Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2884 | 2024-05-14T07:59:15.221Z | Documenting packed_struct_codegen v0.10.1 |
2885 | 2024-05-14T07:59:15.255Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2886 | 2024-05-14T07:59:17.247Z | Documenting radix_trie v0.2.1 |
2887 | 2024-05-14T07:59:17.411Z | Documenting crc v3.0.1 |
2888 | 2024-05-14T07:59:18.096Z | Documenting bitvec v1.0.1 |
2889 | 2024-05-14T07:59:19.227Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2890 | 2024-05-14T07:59:20.725Z | Documenting same-file v1.0.6 |
2891 | 2024-05-14T07:59:20.767Z | Documenting nodrop v0.1.14 |
2892 | 2024-05-14T07:59:20.920Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2893 | 2024-05-14T07:59:22.858Z | Documenting num-bigint-dig v0.8.4 |
2894 | 2024-05-14T07:59:23.756Z | Documenting packed_struct v0.10.1 |
2895 | 2024-05-14T07:59:23.788Z | Documenting array-init v0.0.4 |
2896 | 2024-05-14T07:59:24.459Z | Documenting pkcs1 v0.7.5 |
2897 | 2024-05-14T07:59:24.991Z | Documenting walkdir v2.5.0 |
2898 | 2024-05-14T07:59:27.579Z | Documenting signature v2.1.0 |
2899 | 2024-05-14T07:59:28.727Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2900 | 2024-05-14T07:59:28.902Z | Documenting bitfield v0.14.0 |
2901 | 2024-05-14T07:59:29.016Z | Documenting display-error-chain v0.2.0 |
2902 | 2024-05-14T07:59:29.321Z | Documenting termcolor v1.2.0 |
2903 | 2024-05-14T07:59:29.562Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2904 | 2024-05-14T07:59:29.562Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2905 | 2024-05-14T07:59:29.563Z | | |
2906 | 2024-05-14T07:59:29.563Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2907 | 2024-05-14T07:59:29.563Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2908 | 2024-05-14T07:59:29.563Z | | |
2909 | 2024-05-14T07:59:29.563Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2910 | 2024-05-14T07:59:29.563Z | |
2911 | 2024-05-14T07:59:29.821Z | Documenting serde-hex v0.1.0 |
2912 | 2024-05-14T07:59:31.904Z | warning: `nexus-types` (lib doc) generated 1 warning |
2913 | 2024-05-14T07:59:31.979Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2914 | 2024-05-14T07:59:32.268Z | Documenting rsa v0.9.2 |
2915 | 2024-05-14T07:59:32.320Z | Documenting slog-dtrace v0.3.0 |
2916 | 2024-05-14T07:59:32.859Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2917 | 2024-05-14T07:59:43.273Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2918 | 2024-05-14T07:59:43.520Z | Documenting pem v3.0.4 |
2919 | 2024-05-14T07:59:43.520Z | Documenting env_logger v0.10.0 |
2920 | 2024-05-14T07:59:43.520Z | Documenting x509-cert v0.2.4 |
2921 | 2024-05-14T07:59:43.520Z | Documenting libsw v3.3.1 |
2922 | 2024-05-14T07:59:43.520Z | Documenting ron v0.8.1 |
2923 | 2024-05-14T07:59:43.600Z | Documenting half v2.3.1 |
2924 | 2024-05-14T07:59:43.600Z | Documenting crc-any v2.4.3 |
2925 | 2024-05-14T07:59:43.600Z | Documenting linear-map v1.2.0 |
2926 | 2024-05-14T07:59:43.600Z | Documenting owo-colors v4.0.0 |
2927 | 2024-05-14T07:59:43.600Z | Documenting maplit v1.0.2 |
2928 | 2024-05-14T07:59:43.600Z | Documenting ciborium-io v0.2.2 |
2929 | 2024-05-14T07:59:43.600Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2930 | 2024-05-14T07:59:43.601Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2931 | 2024-05-14T07:59:43.601Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2932 | 2024-05-14T07:59:43.601Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2933 | 2024-05-14T07:59:43.655Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2934 | 2024-05-14T07:59:44.844Z | Documenting headers-core v0.2.0 |
2935 | 2024-05-14T07:59:44.973Z | Documenting ciborium-ll v0.2.2 |
2936 | 2024-05-14T07:59:45.142Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2937 | 2024-05-14T07:59:47.073Z | Documenting path-slash v0.1.5 |
2938 | 2024-05-14T07:59:49.848Z | Documenting ciborium v0.2.2 |
2939 | 2024-05-14T07:59:50.593Z | Documenting headers v0.3.9 |
2940 | 2024-05-14T07:59:51.278Z | Documenting fxhash v0.2.1 |
2941 | 2024-05-14T07:59:51.734Z | Documenting async-recursion v1.1.1 |
2942 | 2024-05-14T07:59:51.797Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2943 | 2024-05-14T07:59:54.568Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2944 | 2024-05-14T07:59:55.595Z | Documenting vte_generate_state_changes v0.1.1 |
2945 | 2024-05-14T07:59:56.319Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2946 | 2024-05-14T07:59:56.819Z | Checking convert_case v0.4.0 |
2947 | 2024-05-14T07:59:57.036Z | Documenting convert_case v0.4.0 |
2948 | 2024-05-14T07:59:57.371Z | Documenting buf-list v1.0.3 |
2949 | 2024-05-14T07:59:59.815Z | Documenting vte v0.11.1 |
2950 | 2024-05-14T08:00:00.920Z | Documenting derive_builder_core v0.20.0 |
2951 | 2024-05-14T08:00:01.206Z | Documenting derive_more v0.99.17 |
2952 | 2024-05-14T08:00:02.673Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2953 | 2024-05-14T08:00:04.287Z | Checking derive_builder_core v0.20.0 |
2954 | 2024-05-14T08:00:05.145Z | Documenting fd-lock v4.0.2 |
2955 | 2024-05-14T08:00:05.832Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2956 | 2024-05-14T08:00:07.581Z | Documenting bitstruct_derive v0.1.0 |
2957 | 2024-05-14T08:00:08.217Z | Documenting pin-project-internal v1.1.3 |
2958 | 2024-05-14T08:00:08.908Z | Documenting ascii v1.1.0 |
2959 | 2024-05-14T08:00:09.144Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2960 | 2024-05-14T08:00:10.076Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2961 | 2024-05-14T08:00:10.811Z | Documenting derive_builder_macro v0.20.0 |
2962 | 2024-05-14T08:00:12.528Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2963 | 2024-05-14T08:00:12.648Z | Documenting bitstruct v0.1.1 |
2964 | 2024-05-14T08:00:13.553Z | Documenting pin-project v1.1.3 |
2965 | 2024-05-14T08:00:14.443Z | Documenting strip-ansi-escapes v0.2.0 |
2966 | 2024-05-14T08:00:14.995Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2967 | 2024-05-14T08:00:15.597Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2968 | 2024-05-14T08:00:16.019Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2969 | 2024-05-14T08:00:16.266Z | Documenting crossbeam-deque v0.8.3 |
2970 | 2024-05-14T08:00:17.026Z | Documenting snafu-derive v0.8.2 |
2971 | 2024-05-14T08:00:18.714Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2972 | 2024-05-14T08:00:19.633Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2973 | 2024-05-14T08:00:20.509Z | Documenting erased-serde v0.3.31 |
2974 | 2024-05-14T08:00:20.620Z | Documenting serde_arrays v0.1.0 |
2975 | 2024-05-14T08:00:26.087Z | Documenting ref-cast-impl v1.0.22 |
2976 | 2024-05-14T08:00:26.151Z | Checking unicode-xid v0.2.4 |
2977 | 2024-05-14T08:00:26.151Z | Documenting nu-ansi-term v0.50.0 |
2978 | 2024-05-14T08:00:26.151Z | Documenting unicode-xid v0.2.4 |
2979 | 2024-05-14T08:00:26.151Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2980 | 2024-05-14T08:00:26.151Z | Documenting snafu v0.8.2 |
2981 | 2024-05-14T08:00:26.151Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2982 | 2024-05-14T08:00:26.151Z | Documenting ref-cast v1.0.22 |
2983 | 2024-05-14T08:00:28.512Z | Documenting const_format_proc_macros v0.2.32 |
2984 | 2024-05-14T08:00:28.869Z | Documenting reedline v0.31.0 |
2985 | 2024-05-14T08:00:29.407Z | Documenting rayon-core v1.12.1 |
2986 | 2024-05-14T08:00:30.266Z | Documenting derive_builder v0.20.0 |
2987 | 2024-05-14T08:00:31.361Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2988 | 2024-05-14T08:00:33.068Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2989 | 2024-05-14T08:00:34.042Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2990 | 2024-05-14T08:00:34.336Z | Documenting libefi-sys v0.1.0 |
2991 | 2024-05-14T08:00:36.115Z | Documenting trust-dns-client v0.22.0 |
2992 | 2024-05-14T08:00:37.739Z | Documenting polar-core v0.27.3 |
2993 | 2024-05-14T08:00:39.993Z | Documenting libxml v0.3.3 |
2994 | 2024-05-14T08:00:40.280Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2995 | 2024-05-14T08:00:40.531Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2996 | 2024-05-14T08:00:41.526Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2997 | 2024-05-14T08:00:41.679Z | Documenting globset v0.4.13 |
2998 | 2024-05-14T08:00:42.155Z | Documenting bb8 v0.8.3 |
2999 | 2024-05-14T08:00:45.236Z | Documenting olpc-cjson v0.1.3 |
3000 | 2024-05-14T08:00:46.697Z | Documenting quick-xml v0.31.0 |
3001 | 2024-05-14T08:00:47.209Z | Documenting serde_plain v1.0.2 |
3002 | 2024-05-14T08:00:47.811Z | Documenting oso-derive v0.27.3 |
3003 | 2024-05-14T08:00:48.039Z | Documenting impl-trait-for-tuples v0.2.2 |
3004 | 2024-05-14T08:00:48.296Z | Documenting typed-path v0.7.0 |
3005 | 2024-05-14T08:00:50.269Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3006 | 2024-05-14T08:00:52.108Z | Documenting keccak v0.1.4 |
3007 | 2024-05-14T08:00:52.616Z | Documenting utf-8 v0.7.6 |
3008 | 2024-05-14T08:00:53.621Z | Documenting samael v0.0.15 |
3009 | 2024-05-14T08:00:53.828Z | Documenting oso v0.27.3 |
3010 | 2024-05-14T08:00:54.532Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3011 | 2024-05-14T08:00:54.933Z | Documenting tough v0.17.1 |
3012 | 2024-05-14T08:00:55.524Z | Documenting sha3 v0.10.8 |
3013 | 2024-05-14T08:00:56.922Z | Documenting tungstenite v0.21.0 |
3014 | 2024-05-14T08:00:57.306Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3015 | 2024-05-14T08:01:00.446Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3016 | 2024-05-14T08:01:00.496Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3017 | 2024-05-14T08:01:00.672Z | Documenting trust-dns-server v0.22.1 |
3018 | 2024-05-14T08:01:04.911Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3019 | 2024-05-14T08:01:05.406Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3020 | 2024-05-14T08:01:05.870Z | Documenting rayon v1.10.0 |
3021 | 2024-05-14T08:01:07.127Z | Documenting const_format v0.2.32 |
3022 | 2024-05-14T08:01:11.020Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3023 | 2024-05-14T08:01:11.031Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3024 | 2024-05-14T08:01:11.031Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3025 | 2024-05-14T08:01:11.031Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3026 | 2024-05-14T08:01:11.031Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3027 | 2024-05-14T08:01:11.031Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3028 | 2024-05-14T08:01:11.595Z | Documenting sled v0.34.7 |
3029 | 2024-05-14T08:01:11.754Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3030 | 2024-05-14T08:01:12.206Z | Documenting fs-err v2.11.0 |
3031 | 2024-05-14T08:01:12.630Z | Documenting nix v0.28.0 |
3032 | 2024-05-14T08:01:13.811Z | Documenting cookie v0.18.1 |
3033 | 2024-05-14T08:01:14.366Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3034 | 2024-05-14T08:01:16.719Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3035 | 2024-05-14T08:01:17.055Z | Documenting secrecy v0.8.0 |
3036 | 2024-05-14T08:01:17.121Z | Documenting gethostname v0.4.3 |
3037 | 2024-05-14T08:01:17.862Z | Documenting peg-macros v0.8.3 |
3038 | 2024-05-14T08:01:18.017Z | Documenting rustversion v1.0.14 |
3039 | 2024-05-14T08:01:19.378Z | Documenting sqlparser_derive v0.2.2 |
3040 | 2024-05-14T08:01:19.392Z | Documenting unicode_categories v0.1.1 |
3041 | 2024-05-14T08:01:21.719Z | Documenting parse-size v1.0.0 |
3042 | 2024-05-14T08:01:22.232Z | Documenting home v0.5.5 |
3043 | 2024-05-14T08:01:23.284Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3044 | 2024-05-14T08:01:23.509Z | Documenting castaway v0.2.2 |
3045 | 2024-05-14T08:01:23.658Z | Documenting peg v0.8.3 |
3046 | 2024-05-14T08:01:23.756Z | Documenting sqlformat v0.2.3 |
3047 | 2024-05-14T08:01:24.025Z | Documenting sqlparser v0.45.0 |
3048 | 2024-05-14T08:01:24.759Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3049 | 2024-05-14T08:01:26.488Z | Documenting rustyline v14.0.0 |
3050 | 2024-05-14T08:01:27.611Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3051 | 2024-05-14T08:01:27.907Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3052 | 2024-05-14T08:01:29.070Z | Documenting tokio-tungstenite v0.21.0 |
3053 | 2024-05-14T08:01:32.730Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3054 | 2024-05-14T08:01:34.468Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3055 | 2024-05-14T08:01:35.749Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3056 | 2024-05-14T08:01:37.359Z | Documenting zone v0.1.8 |
3057 | 2024-05-14T08:01:42.699Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3058 | 2024-05-14T08:01:42.878Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3059 | 2024-05-14T08:01:42.878Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3060 | 2024-05-14T08:01:42.878Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3061 | 2024-05-14T08:01:42.903Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3062 | 2024-05-14T08:01:43.018Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3063 | 2024-05-14T08:01:43.321Z | Documenting portpicker v0.1.1 |
3064 | 2024-05-14T08:01:44.735Z | Documenting universal-hash v0.5.1 |
3065 | 2024-05-14T08:01:48.528Z | Documenting bcs v0.1.6 |
3066 | 2024-05-14T08:01:49.452Z | Documenting kstat-rs v0.2.3 |
3067 | 2024-05-14T08:01:59.247Z | Documenting thiserror-impl-no-std v2.0.2 |
3068 | 2024-05-14T08:01:59.280Z | Documenting curve25519-dalek-derive v0.1.0 |
3069 | 2024-05-14T08:01:59.306Z | Documenting highway v1.1.0 |
3070 | 2024-05-14T08:01:59.405Z | Documenting opaque-debug v0.3.0 |
3071 | 2024-05-14T08:01:59.683Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3072 | 2024-05-14T08:01:59.730Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3073 | 2024-05-14T08:02:00.346Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3074 | 2024-05-14T08:02:02.690Z | Documenting poly1305 v0.8.0 |
3075 | 2024-05-14T08:02:03.491Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3076 | 2024-05-14T08:02:04.004Z | Documenting curve25519-dalek v4.1.2 |
3077 | 2024-05-14T08:02:05.594Z | Documenting thiserror-no-std v2.0.2 |
3078 | 2024-05-14T08:02:07.824Z | Documenting compact_str v0.7.1 |
3079 | 2024-05-14T08:02:08.609Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3080 | 2024-05-14T08:02:09.521Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3081 | 2024-05-14T08:02:10.513Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3082 | 2024-05-14T08:02:11.371Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3083 | 2024-05-14T08:02:12.165Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3084 | 2024-05-14T08:02:12.828Z | Documenting portable-atomic v1.4.3 |
3085 | 2024-05-14T08:02:13.282Z | Documenting ed25519 v1.5.3 |
3086 | 2024-05-14T08:02:13.732Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3087 | 2024-05-14T08:02:16.790Z | Documenting memoffset v0.7.1 |
3088 | 2024-05-14T08:02:17.247Z | Documenting unicase v2.7.0 |
3089 | 2024-05-14T08:02:18.650Z | Documenting rcgen v0.12.1 |
3090 | 2024-05-14T08:02:20.357Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3091 | 2024-05-14T08:02:21.199Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3092 | 2024-05-14T08:02:24.960Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3093 | 2024-05-14T08:02:25.066Z | Documenting atomicwrites v0.4.3 |
3094 | 2024-05-14T08:02:25.067Z | warning: could not parse code block as Rust code |
3095 | 2024-05-14T08:02:25.067Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3096 | 2024-05-14T08:02:25.067Z | | |
3097 | 2024-05-14T08:02:25.067Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3098 | 2024-05-14T08:02:25.067Z | 247 | | /// |
3099 | 2024-05-14T08:02:25.067Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3100 | 2024-05-14T08:02:25.068Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3101 | 2024-05-14T08:02:25.068Z | ... | |
3102 | 2024-05-14T08:02:25.068Z | 277 | | /// |
3103 | 2024-05-14T08:02:25.068Z | 278 | | /// Will be parsed as `this string has " in it`. |
3104 | 2024-05-14T08:02:25.068Z | | |________________________________________________________^ |
3105 | 2024-05-14T08:02:25.068Z | | |
3106 | 2024-05-14T08:02:25.068Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3107 | 2024-05-14T08:02:25.068Z | = note: error from rustc: unknown start of token: \ |
3108 | 2024-05-14T08:02:25.069Z | = note: error from rustc: unknown start of token: \ |
3109 | 2024-05-14T08:02:25.069Z | = note: error from rustc: unknown start of token: \ |
3110 | 2024-05-14T08:02:25.069Z | = note: error from rustc: unknown start of token: \ |
3111 | 2024-05-14T08:02:25.069Z | = note: error from rustc: unknown start of token: \ |
3112 | 2024-05-14T08:02:25.069Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3113 | 2024-05-14T08:02:25.069Z | |
3114 | 2024-05-14T08:02:25.778Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3115 | 2024-05-14T08:02:25.782Z | Documenting chacha20 v0.9.1 |
3116 | 2024-05-14T08:02:26.549Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3117 | 2024-05-14T08:02:26.874Z | Documenting lru v0.12.1 |
3118 | 2024-05-14T08:02:28.821Z | Documenting aead v0.5.2 |
3119 | 2024-05-14T08:02:29.309Z | Documenting rand_seeder v0.2.3 |
3120 | 2024-05-14T08:02:30.733Z | Documenting nanorand v0.7.0 |
3121 | 2024-05-14T08:02:31.736Z | Documenting subprocess v0.2.9 |
3122 | 2024-05-14T08:02:34.123Z | Documenting stability v0.2.0 |
3123 | 2024-05-14T08:02:34.183Z | Documenting number_prefix v0.4.0 |
3124 | 2024-05-14T08:02:43.329Z | Documenting cassowary v0.3.0 |
3125 | 2024-05-14T08:02:43.483Z | Documenting glob v0.3.1 |
3126 | 2024-05-14T08:02:43.575Z | Documenting chacha20poly1305 v0.10.1 |
3127 | 2024-05-14T08:02:43.892Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3128 | 2024-05-14T08:02:43.991Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3129 | 2024-05-14T08:02:44.015Z | Documenting flume v0.11.0 |
3130 | 2024-05-14T08:02:44.256Z | Documenting indicatif v0.17.8 |
3131 | 2024-05-14T08:02:47.661Z | Documenting ratatui v0.26.2 |
3132 | 2024-05-14T08:02:47.913Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3133 | 2024-05-14T08:02:48.880Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3134 | 2024-05-14T08:03:00.468Z | Documenting mime_guess v2.0.4 |
3135 | 2024-05-14T08:03:00.871Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3136 | 2024-05-14T08:03:00.929Z | Documenting salty v0.2.0 |
3137 | 2024-05-14T08:03:01.288Z | Documenting vsss-rs v3.3.4 |
3138 | 2024-05-14T08:03:01.418Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3139 | 2024-05-14T08:03:02.712Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3140 | 2024-05-14T08:03:03.768Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3141 | 2024-05-14T08:03:04.147Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3142 | 2024-05-14T08:03:04.414Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3143 | 2024-05-14T08:03:05.131Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3144 | 2024-05-14T08:03:06.239Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3145 | 2024-05-14T08:03:06.516Z | Documenting serde-big-array v0.5.1 |
3146 | 2024-05-14T08:03:07.804Z | Documenting rtoolbox v0.0.1 |
3147 | 2024-05-14T08:03:08.580Z | Documenting unicode-linebreak v0.1.5 |
3148 | 2024-05-14T08:03:09.253Z | Documenting is_ci v1.2.0 |
3149 | 2024-05-14T08:03:09.883Z | Documenting smawk v0.3.1 |
3150 | 2024-05-14T08:03:11.042Z | Documenting http-range v0.1.5 |
3151 | 2024-05-14T08:03:11.705Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3152 | 2024-05-14T08:03:12.947Z | Documenting rpassword v7.3.1 |
3153 | 2024-05-14T08:03:13.388Z | Documenting supports-color v3.0.0 |
3154 | 2024-05-14T08:03:13.850Z | Documenting textwrap v0.16.1 |
3155 | 2024-05-14T08:03:15.634Z | Documenting hyper-staticfile v0.9.5 |
3156 | 2024-05-14T08:03:17.398Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3157 | 2024-05-14T08:03:17.651Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3158 | 2024-05-14T08:03:18.205Z | Documenting tui-tree-widget v0.19.0 |
3159 | 2024-05-14T08:03:19.018Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3160 | 2024-05-14T08:03:20.163Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3161 | 2024-05-14T08:03:21.473Z | warning: unresolved link to `test_sled_transitions` |
3162 | 2024-05-14T08:03:21.474Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3163 | 2024-05-14T08:03:21.474Z | | |
3164 | 2024-05-14T08:03:21.474Z | 698 | /// [`test_sled_transitions`]. |
3165 | 2024-05-14T08:03:21.474Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3166 | 2024-05-14T08:03:21.474Z | | |
3167 | 2024-05-14T08:03:21.474Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3168 | 2024-05-14T08:03:21.474Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3169 | 2024-05-14T08:03:21.474Z | |
3170 | 2024-05-14T08:03:21.478Z | warning: unresolved link to `test_sled_transitions` |
3171 | 2024-05-14T08:03:21.478Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3172 | 2024-05-14T08:03:21.478Z | | |
3173 | 2024-05-14T08:03:21.478Z | 734 | /// [`test_sled_transitions`]. |
3174 | 2024-05-14T08:03:21.478Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3175 | 2024-05-14T08:03:21.478Z | | |
3176 | 2024-05-14T08:03:21.478Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3177 | 2024-05-14T08:03:21.478Z | |
3178 | 2024-05-14T08:03:21.478Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3179 | 2024-05-14T08:03:21.479Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3180 | 2024-05-14T08:03:21.479Z | | |
3181 | 2024-05-14T08:03:21.479Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3182 | 2024-05-14T08:03:21.479Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3183 | 2024-05-14T08:03:21.479Z | |
3184 | 2024-05-14T08:03:21.920Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3185 | 2024-05-14T08:03:22.387Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3186 | 2024-05-14T08:03:24.729Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3187 | 2024-05-14T08:03:24.736Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3188 | 2024-05-14T08:03:25.862Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3189 | 2024-05-14T08:03:25.876Z | Documenting signal-hook-tokio v0.3.1 |
3190 | 2024-05-14T08:03:25.876Z | Documenting memmap2 v0.7.1 |
3191 | 2024-05-14T08:03:25.876Z | Documenting arrayvec v0.7.4 |
3192 | 2024-05-14T08:03:27.000Z | Documenting constant_time_eq v0.3.0 |
3193 | 2024-05-14T08:03:29.536Z | Documenting shell-words v1.1.0 |
3194 | 2024-05-14T08:03:30.272Z | Documenting arrayref v0.3.7 |
3195 | 2024-05-14T08:03:30.466Z | Documenting corncobs v0.1.3 |
3196 | 2024-05-14T08:03:31.758Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3197 | 2024-05-14T08:03:33.580Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3198 | 2024-05-14T08:03:33.725Z | Documenting blake3 v1.5.0 |
3199 | 2024-05-14T08:03:34.014Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3200 | 2024-05-14T08:03:35.652Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3201 | 2024-05-14T08:03:38.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3202 | 2024-05-14T08:03:38.481Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3203 | 2024-05-14T08:03:40.701Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3204 | 2024-05-14T08:03:40.704Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3205 | 2024-05-14T08:03:41.191Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3206 | 2024-05-14T08:03:43.658Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3207 | 2024-05-14T08:03:52.844Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3208 | 2024-05-14T08:03:56.709Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3209 | 2024-05-14T08:03:58.017Z | warning: unresolved link to `BlueprintDisksConfig` |
3210 | 2024-05-14T08:03:58.017Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55 |
3211 | 2024-05-14T08:03:58.017Z | | |
3212 | 2024-05-14T08:03:58.017Z | 1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3213 | 2024-05-14T08:03:58.017Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3214 | 2024-05-14T08:03:58.017Z | | |
3215 | 2024-05-14T08:03:58.017Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3216 | 2024-05-14T08:03:58.017Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3217 | 2024-05-14T08:03:58.017Z | |
3218 | 2024-05-14T08:03:58.563Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3219 | 2024-05-14T08:03:59.035Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3220 | 2024-05-14T08:04:07.679Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3221 | 2024-05-14T08:04:07.679Z | Documenting fatfs v0.3.6 |
3222 | 2024-05-14T08:04:07.861Z | warning: unclosed HTML tag `usize` |
3223 | 2024-05-14T08:04:07.861Z | --> wicket/src/ui/panes/update.rs:153:19 |
3224 | 2024-05-14T08:04:07.861Z | | |
3225 | 2024-05-14T08:04:07.862Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3226 | 2024-05-14T08:04:07.862Z | | ^^^^^^^ |
3227 | 2024-05-14T08:04:07.862Z | | |
3228 | 2024-05-14T08:04:07.862Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3229 | 2024-05-14T08:04:07.862Z | |
3230 | 2024-05-14T08:04:07.873Z | warning: `wicket` (lib doc) generated 1 warning |
3231 | 2024-05-14T08:04:07.873Z | Documenting assert_matches v1.5.0 |
3232 | 2024-05-14T08:04:07.951Z | Documenting topological-sort v0.2.2 |
3233 | 2024-05-14T08:04:07.951Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3234 | 2024-05-14T08:04:09.015Z | Documenting omicron-zone-package v0.11.0 |
3235 | 2024-05-14T08:04:11.287Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3236 | 2024-05-14T08:04:16.241Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3237 | 2024-05-14T08:04:18.053Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3238 | 2024-05-14T08:04:18.053Z | --> sled-agent/src/sim/instance.rs:46:7 |
3239 | 2024-05-14T08:04:18.053Z | | |
3240 | 2024-05-14T08:04:18.053Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3241 | 2024-05-14T08:04:18.053Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3242 | 2024-05-14T08:04:18.053Z | | |
3243 | 2024-05-14T08:04:18.053Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3244 | 2024-05-14T08:04:18.053Z | |
3245 | 2024-05-14T08:04:19.076Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3246 | 2024-05-14T08:04:20.125Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3247 | 2024-05-14T08:04:21.163Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3248 | 2024-05-14T08:04:21.223Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3249 | 2024-05-14T08:04:22.400Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3250 | 2024-05-14T08:04:22.456Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3251 | 2024-05-14T08:04:25.029Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3252 | 2024-05-14T08:04:25.793Z | Documenting termios v0.3.3 |
3253 | 2024-05-14T08:04:27.768Z | Documenting uzers v0.11.3 |
3254 | 2024-05-14T08:04:30.868Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3255 | 2024-05-14T08:04:31.912Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3256 | 2024-05-14T08:04:33.141Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3257 | 2024-05-14T08:04:36.096Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3258 | 2024-05-14T08:04:43.414Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3259 | 2024-05-14T08:04:51.639Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3260 | 2024-05-14T08:04:53.651Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3261 | 2024-05-14T08:05:08.375Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3262 | 2024-05-14T08:05:13.026Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3263 | 2024-05-14T08:05:19.893Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3264 | 2024-05-14T08:05:20.712Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3265 | 2024-05-14T08:05:23.027Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3266 | 2024-05-14T08:05:24.088Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3267 | 2024-05-14T08:05:25.903Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3268 | 2024-05-14T08:05:39.846Z | warning: unresolved link to `Nexus` |
3269 | 2024-05-14T08:05:39.846Z | --> nexus/src/app/instance_network.rs:280:34 |
3270 | 2024-05-14T08:05:39.846Z | | |
3271 | 2024-05-14T08:05:39.846Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3272 | 2024-05-14T08:05:39.846Z | | ^^^^^ no item named `Nexus` in scope |
3273 | 2024-05-14T08:05:39.846Z | | |
3274 | 2024-05-14T08:05:39.846Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3275 | 2024-05-14T08:05:39.846Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3276 | 2024-05-14T08:05:39.847Z | |
3277 | 2024-05-14T08:05:39.847Z | warning: unresolved link to `Nexus` |
3278 | 2024-05-14T08:05:39.847Z | --> nexus/src/app/instance_network.rs:458:34 |
3279 | 2024-05-14T08:05:39.847Z | | |
3280 | 2024-05-14T08:05:39.847Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3281 | 2024-05-14T08:05:39.847Z | | ^^^^^ no item named `Nexus` in scope |
3282 | 2024-05-14T08:05:39.847Z | | |
3283 | 2024-05-14T08:05:39.847Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3284 | 2024-05-14T08:05:39.847Z | |
3285 | 2024-05-14T08:05:39.857Z | warning: unresolved link to `VolumeConstructionRequest` |
3286 | 2024-05-14T08:05:39.858Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3287 | 2024-05-14T08:05:39.858Z | | |
3288 | 2024-05-14T08:05:39.858Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3289 | 2024-05-14T08:05:39.858Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3290 | 2024-05-14T08:05:39.858Z | | |
3291 | 2024-05-14T08:05:39.858Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3292 | 2024-05-14T08:05:39.858Z | |
3293 | 2024-05-14T08:05:39.858Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3294 | 2024-05-14T08:05:39.858Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3295 | 2024-05-14T08:05:39.858Z | | |
3296 | 2024-05-14T08:05:39.858Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3297 | 2024-05-14T08:05:39.858Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3298 | 2024-05-14T08:05:39.858Z | |
3299 | 2024-05-14T08:05:39.858Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3300 | 2024-05-14T08:05:39.858Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3301 | 2024-05-14T08:05:39.858Z | | |
3302 | 2024-05-14T08:05:39.858Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3303 | 2024-05-14T08:05:39.858Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3304 | 2024-05-14T08:05:39.858Z | |
3305 | 2024-05-14T08:05:39.858Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3306 | 2024-05-14T08:05:39.858Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3307 | 2024-05-14T08:05:39.859Z | | |
3308 | 2024-05-14T08:05:39.859Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3309 | 2024-05-14T08:05:39.859Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3310 | 2024-05-14T08:05:39.859Z | |
3311 | 2024-05-14T08:05:39.859Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3312 | 2024-05-14T08:05:39.859Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3313 | 2024-05-14T08:05:39.859Z | | |
3314 | 2024-05-14T08:05:39.859Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3315 | 2024-05-14T08:05:39.859Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3316 | 2024-05-14T08:05:39.859Z | |
3317 | 2024-05-14T08:05:39.859Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3318 | 2024-05-14T08:05:39.859Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3319 | 2024-05-14T08:05:39.859Z | | |
3320 | 2024-05-14T08:05:39.859Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3321 | 2024-05-14T08:05:39.859Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3322 | 2024-05-14T08:05:39.859Z | |
3323 | 2024-05-14T08:05:39.859Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3324 | 2024-05-14T08:05:39.859Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3325 | 2024-05-14T08:05:39.859Z | | |
3326 | 2024-05-14T08:05:39.859Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3327 | 2024-05-14T08:05:39.859Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3328 | 2024-05-14T08:05:39.860Z | |
3329 | 2024-05-14T08:05:42.874Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3330 | 2024-05-14T08:05:59.271Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 11s |
3331 | 2024-05-14T08:05:59.356Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3332 | 2024-05-14T08:05:59.356Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3333 | 2024-05-14T08:05:59.356Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3334 | 2024-05-14T08:05:59.356Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3335 | 2024-05-14T08:05:59.356Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3336 | 2024-05-14T08:05:59.356Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3337 | 2024-05-14T08:05:59.357Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3338 | 2024-05-14T08:05:59.357Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3339 | 2024-05-14T08:05:59.357Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3340 | 2024-05-14T08:05:59.407Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3341 | 2024-05-14T08:05:59.408Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3342 | 2024-05-14T08:05:59.408Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3343 | 2024-05-14T08:05:59.408Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3344 | 2024-05-14T08:05:59.408Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3345 | 2024-05-14T08:05:59.408Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3346 | 2024-05-14T08:05:59.408Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3347 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3348 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3349 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3350 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3351 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3352 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3353 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3354 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3355 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3356 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3357 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3358 | 2024-05-14T08:05:59.409Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3359 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3360 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3361 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3362 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3363 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3364 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3365 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3366 | 2024-05-14T08:05:59.410Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3367 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3368 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3369 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3370 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3371 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3372 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3373 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3374 | 2024-05-14T08:05:59.411Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3375 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3376 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3377 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3378 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3379 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3380 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3381 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3382 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3383 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3384 | 2024-05-14T08:05:59.412Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3385 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3386 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3387 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3388 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3389 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3390 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3391 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3392 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3393 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3394 | 2024-05-14T08:05:59.413Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3395 | 2024-05-14T08:05:59.414Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3396 | 2024-05-14T08:05:59.414Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3397 | 2024-05-14T08:05:59.414Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3398 | 2024-05-14T08:05:59.414Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3399 | 2024-05-14T08:05:59.414Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3400 | 2024-05-14T08:05:59.414Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3401 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3402 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3403 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3404 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3405 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3406 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3407 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3408 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3409 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3410 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3411 | 2024-05-14T08:05:59.415Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3412 | 2024-05-14T08:05:59.847Z | |
3413 | 2024-05-14T08:05:59.847Z | real 12:11.319740602 |
3414 | 2024-05-14T08:05:59.847Z | user 33:42.144898772 |
3415 | 2024-05-14T08:05:59.847Z | sys 52:50.714945408 |
3416 | 2024-05-14T08:05:59.847Z | trap 0.880714026 |
3417 | 2024-05-14T08:05:59.848Z | tflt 0.195580180 |
3418 | 2024-05-14T08:05:59.848Z | dflt 0.665849661 |
3419 | 2024-05-14T08:05:59.848Z | kflt 0.000081332 |
3420 | 2024-05-14T08:05:59.848Z | lock 3:15:36.472836718 |
3421 | 2024-05-14T08:05:59.848Z | slp 3:23:53.719846433 |
3422 | 2024-05-14T08:05:59.848Z | lat 4:24.755321097 |
3423 | 2024-05-14T08:05:59.848Z | stop 1:55.538379876 |
3424 | 2024-05-14T08:05:59.849Z | process exited: duration 1340443 ms, exit code 0 |
|
3425 | 2024-05-14T08:05:59.867Z | found 0 output files |