|
|
|
1 | 2024-05-20T15:14:46.029Z | job assigned to worker 01HYB91QX6FYYXRN6PTYC3DTJ5 (queued for 1 m 0 s) |
|
2 | 2024-05-20T15:14:48.339Z | starting task 0: "setup" |
3 | 2024-05-20T15:14:48.467Z | ++ uname -s |
4 | 2024-05-20T15:14:48.467Z | + kern=SunOS |
5 | 2024-05-20T15:14:48.467Z | + case "$kern" in |
6 | 2024-05-20T15:14:48.467Z | + groupadd -g 12345 build |
7 | 2024-05-20T15:14:48.467Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-20T15:14:52.258Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-20T15:14:52.380Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-20T15:14:52.380Z | + home_fs=zfs |
11 | 2024-05-20T15:14:52.381Z | + [[ zfs == autofs ]] |
12 | 2024-05-20T15:14:52.381Z | + mkdir -p /home/build |
13 | 2024-05-20T15:14:52.381Z | + chown build:build /home/build /work |
14 | 2024-05-20T15:14:52.719Z | + chmod 0700 /home/build /work |
15 | 2024-05-20T15:14:52.719Z | process exited: duration 4091 ms, exit code 0 |
|
16 | 2024-05-20T15:14:53.521Z | starting task 1: "rust-toolchain" |
17 | 2024-05-20T15:14:53.596Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-20T15:14:53.597Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-20T15:14:53.597Z | info: downloading installer |
20 | 2024-05-20T15:14:53.823Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-20T15:14:53.823Z | warning: /opt/ooce/bin |
22 | 2024-05-20T15:14:53.823Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-20T15:14:53.823Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-20T15:14:53.823Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-20T15:14:53.823Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-20T15:14:53.823Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-20T15:14:53.823Z | error: cannot install while Rust is installed |
28 | 2024-05-20T15:14:53.823Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-20T15:14:54.027Z | info: profile set to 'default' |
30 | 2024-05-20T15:14:54.027Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-20T15:14:54.028Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-20T15:14:54.142Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-20T15:14:54.143Z | info: downloading component 'cargo' |
34 | 2024-05-20T15:14:54.216Z | info: downloading component 'clippy' |
35 | 2024-05-20T15:14:54.302Z | info: downloading component 'rust-docs' |
36 | 2024-05-20T15:14:54.446Z | info: downloading component 'rust-std' |
37 | 2024-05-20T15:14:54.727Z | info: downloading component 'rustc' |
38 | 2024-05-20T15:14:55.412Z | info: downloading component 'rustfmt' |
39 | 2024-05-20T15:14:55.591Z | info: installing component 'cargo' |
40 | 2024-05-20T15:14:56.643Z | info: installing component 'clippy' |
41 | 2024-05-20T15:14:57.024Z | info: installing component 'rust-docs' |
42 | 2024-05-20T15:14:59.594Z | info: installing component 'rust-std' |
43 | 2024-05-20T15:15:01.437Z | info: installing component 'rustc' |
44 | 2024-05-20T15:15:06.437Z | info: installing component 'rustfmt' |
45 | 2024-05-20T15:15:06.723Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-20T15:15:06.723Z | |
47 | 2024-05-20T15:15:06.911Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-20T15:15:06.911Z | |
49 | 2024-05-20T15:15:06.911Z | |
50 | 2024-05-20T15:15:06.911Z | Rust is installed now. Great! |
51 | 2024-05-20T15:15:06.912Z | |
52 | 2024-05-20T15:15:06.912Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-20T15:15:06.912Z | environment variable. This has not been done automatically. |
54 | 2024-05-20T15:15:06.912Z | |
55 | 2024-05-20T15:15:06.912Z | To configure your current shell, you need to source |
56 | 2024-05-20T15:15:06.913Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-20T15:15:06.913Z | |
58 | 2024-05-20T15:15:06.913Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-20T15:15:06.913Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-20T15:15:06.913Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-20T15:15:07.011Z | + rustc --version |
62 | 2024-05-20T15:15:07.617Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-20T15:15:07.618Z | process exited: duration 14056 ms, exit code 0 |
|
64 | 2024-05-20T15:15:07.704Z | starting task 2: "authentication" |
65 | 2024-05-20T15:15:07.767Z | process exited: duration 72 ms, exit code 0 |
|
66 | 2024-05-20T15:15:07.820Z | starting task 3: "clone repository" |
67 | 2024-05-20T15:15:07.880Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-20T15:15:07.880Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-20T15:15:07.922Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-20T15:15:13.113Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-20T15:15:13.113Z | + git fetch origin 463aa0dff7a8e621f15fef37b94b873735b7d865 |
72 | 2024-05-20T15:15:13.832Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-20T15:15:13.832Z | * branch 463aa0dff7a8e621f15fef37b94b873735b7d865 -> FETCH_HEAD |
74 | 2024-05-20T15:15:13.832Z | + [[ -n staging_and_prod_diff ]] |
75 | 2024-05-20T15:15:13.833Z | ++ git branch --show-current |
76 | 2024-05-20T15:15:13.833Z | + current=main |
77 | 2024-05-20T15:15:13.833Z | + [[ main != staging_and_prod_diff ]] |
78 | 2024-05-20T15:15:13.833Z | + git branch -f staging_and_prod_diff 463aa0dff7a8e621f15fef37b94b873735b7d865 |
79 | 2024-05-20T15:15:13.833Z | + git checkout -f staging_and_prod_diff |
80 | 2024-05-20T15:15:13.833Z | Switched to branch 'staging_and_prod_diff' |
81 | 2024-05-20T15:15:13.833Z | + git reset --hard 463aa0dff7a8e621f15fef37b94b873735b7d865 |
82 | 2024-05-20T15:15:13.919Z | HEAD is now at 463aa0dff Address comments |
83 | 2024-05-20T15:15:13.919Z | process exited: duration 5958 ms, exit code 0 |
|
84 | 2024-05-20T15:15:14.148Z | starting task 4: "build" |
85 | 2024-05-20T15:15:14.286Z | + cargo --version |
86 | 2024-05-20T15:15:14.441Z | cargo 1.77.2 (e52e36006 2024-03-26) |
87 | 2024-05-20T15:15:14.441Z | + rustc --version |
88 | 2024-05-20T15:15:14.441Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-20T15:15:14.441Z | + source ./env.sh |
90 | 2024-05-20T15:15:14.441Z | ++ set -o xtrace |
91 | 2024-05-20T15:15:14.441Z | ++++ dirname ./env.sh |
92 | 2024-05-20T15:15:14.441Z | +++ readlink -f . |
93 | 2024-05-20T15:15:14.442Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
94 | 2024-05-20T15:15:14.442Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-05-20T15:15:14.442Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-05-20T15:15:14.442Z | ++ 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 |
97 | 2024-05-20T15:15:14.442Z | ++ 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 |
98 | 2024-05-20T15:15:14.442Z | ++ 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 |
99 | 2024-05-20T15:15:14.442Z | ++ 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 |
100 | 2024-05-20T15:15:14.442Z | ++ 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 |
101 | 2024-05-20T15:15:14.443Z | ++ 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 |
102 | 2024-05-20T15:15:14.443Z | ++ unset OMICRON_WS |
103 | 2024-05-20T15:15:14.443Z | ++ set +o xtrace |
104 | 2024-05-20T15:15:14.443Z | |
105 | 2024-05-20T15:15:14.443Z | ##### ##### ###### ##### ###### #### # # # #### # |
106 | 2024-05-20T15:15:14.443Z | # # # # # # # # # # # # # # # |
107 | 2024-05-20T15:15:14.444Z | # # # # ##### # # ##### # # # # # #### # |
108 | 2024-05-20T15:15:14.444Z | ##### ##### # ##### # # # # # # # # # |
109 | 2024-05-20T15:15:14.444Z | # # # # # # # # # # # # # # # |
110 | 2024-05-20T15:15:14.444Z | # # # ###### # # ###### ### # #### # #### # |
111 | 2024-05-20T15:15:14.444Z | |
112 | 2024-05-20T15:15:20.376Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-05-20T15:15:22.372Z | Startup: Caching catalogs ... Done |
114 | 2024-05-20T15:15:24.784Z | Planning: Solver setup ... Done (1.821s) |
115 | 2024-05-20T15:15:24.817Z | Planning: Running solver ... Done (0.033s) |
116 | 2024-05-20T15:15:24.853Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-05-20T15:15:24.945Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-05-20T15:15:25.306Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-05-20T15:15:25.368Z | Planning: Package planning ... Done (0.062s) |
120 | 2024-05-20T15:15:25.430Z | Planning: Merging actions ... Done (0.061s) |
121 | 2024-05-20T15:15:25.787Z | Planning: Checking for conflicting actions ... Done (0.358s) |
122 | 2024-05-20T15:15:25.812Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-05-20T15:15:26.453Z | Planning: Evaluating mediators ... Done (0.652s) |
124 | 2024-05-20T15:15:26.478Z | Planning: Planning completed in 4.05 seconds |
125 | 2024-05-20T15:15:26.503Z | Packages to install: 4 |
126 | 2024-05-20T15:15:26.503Z | Mediators to change: 2 |
127 | 2024-05-20T15:15:26.503Z | Services to change: 1 |
128 | 2024-05-20T15:15:26.503Z | Estimated space available: 148.91 GB |
129 | 2024-05-20T15:15:26.503Z | Estimated space to be consumed: 1.45 GB |
130 | 2024-05-20T15:15:26.503Z | Create boot environment: No |
131 | 2024-05-20T15:15:26.503Z | Create backup boot environment: No |
132 | 2024-05-20T15:15:26.503Z | Rebuild boot archive: No |
133 | 2024-05-20T15:15:26.503Z | |
134 | 2024-05-20T15:15:26.503Z | Changed mediators: |
135 | 2024-05-20T15:15:26.504Z | mediator clang: |
136 | 2024-05-20T15:15:26.504Z | version: None -> 15 (system default) |
137 | 2024-05-20T15:15:26.504Z | |
138 | 2024-05-20T15:15:26.504Z | mediator llvm: |
139 | 2024-05-20T15:15:26.504Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-05-20T15:15:26.504Z | |
141 | 2024-05-20T15:15:26.504Z | Changed packages: |
142 | 2024-05-20T15:15:26.504Z | helios-dev |
143 | 2024-05-20T15:15:26.504Z | developer/build-essential |
144 | 2024-05-20T15:15:26.504Z | None -> 11-2.0 |
145 | 2024-05-20T15:15:26.504Z | library/libxmlsec1 |
146 | 2024-05-20T15:15:26.504Z | None -> 1.2.35-2.0 |
147 | 2024-05-20T15:15:26.504Z | ooce/developer/clang-15 |
148 | 2024-05-20T15:15:26.504Z | None -> 15.0.7-2.0 |
149 | 2024-05-20T15:15:26.504Z | ooce/developer/llvm-15 |
150 | 2024-05-20T15:15:26.504Z | None -> 15.0.7-2.0 |
151 | 2024-05-20T15:15:26.504Z | |
152 | 2024-05-20T15:15:26.505Z | Services: |
153 | 2024-05-20T15:15:26.505Z | restart_fmri: |
154 | 2024-05-20T15:15:26.505Z | svc:/system/update-man-index:default |
155 | 2024-05-20T15:15:26.533Z | |
156 | 2024-05-20T15:15:26.533Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-05-20T15:15:31.593Z | Download: 372/3290 items 16.5/212.6MB 7% complete (3.4M/s) |
158 | 2024-05-20T15:15:36.634Z | Download: 1132/3290 items 38.1/212.6MB 17% complete (3.8M/s) |
159 | 2024-05-20T15:15:41.646Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (6.7M/s) |
160 | 2024-05-20T15:15:47.097Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (9.9M/s) |
161 | 2024-05-20T15:15:52.102Z | Download: 3006/3290 items 121.3/212.6MB 57% complete (2.4M/s) |
162 | 2024-05-20T15:15:56.554Z | Download: Completed 212.60 MB in 30.01 seconds (7.1M/s) |
163 | 2024-05-20T15:15:56.868Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-05-20T15:16:02.433Z | Actions: 3105/3689 actions (Installing new actions) |
165 | 2024-05-20T15:16:03.006Z | Actions: Completed 3689 actions in 5.83 seconds. |
166 | 2024-05-20T15:16:03.006Z | Done (0.313s) |
167 | 2024-05-20T15:16:03.007Z | Done (0.000s) |
168 | 2024-05-20T15:16:03.770Z | Done (0.361s) |
169 | 2024-05-20T15:16:08.639Z | Done (5.113s) |
170 | 2024-05-20T15:16:08.914Z | Done (0.018s) |
171 | 2024-05-20T15:16:08.914Z | Done (0.000s) |
172 | 2024-05-20T15:16:09.026Z | Done (0.000s) |
173 | 2024-05-20T15:16:09.917Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-05-20T15:16:10.449Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-05-20T15:16:10.450Z | Planning: Consolidating action changes ... Done |
176 | 2024-05-20T15:16:10.680Z | Planning: Evaluating mediators ... Done |
177 | 2024-05-20T15:16:10.680Z | Planning: Planning completed in 0.59 seconds |
178 | 2024-05-20T15:16:10.680Z | Mediators to change: 2 |
179 | 2024-05-20T15:16:10.680Z | Create boot environment: No |
180 | 2024-05-20T15:16:10.681Z | Create backup boot environment: No |
181 | 2024-05-20T15:16:10.681Z | Done |
182 | 2024-05-20T15:16:10.681Z | Done |
183 | 2024-05-20T15:16:10.681Z | Done |
184 | 2024-05-20T15:16:15.280Z | Done |
185 | 2024-05-20T15:16:15.490Z | Done |
186 | 2024-05-20T15:16:15.490Z | Done |
187 | 2024-05-20T15:16:15.490Z | Done |
188 | 2024-05-20T15:16:16.889Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-05-20T15:16:18.758Z | Planning: Merging actions ... Done |
190 | 2024-05-20T15:16:18.758Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-05-20T15:16:18.759Z | Planning: Consolidating action changes ... Done |
192 | 2024-05-20T15:16:18.759Z | Planning: Evaluating mediators ... Done |
193 | 2024-05-20T15:16:18.759Z | Planning: Planning completed in 1.01 seconds |
194 | 2024-05-20T15:16:18.759Z | Packages to change: 1 |
195 | 2024-05-20T15:16:18.759Z | Mediators to change: 1 |
196 | 2024-05-20T15:16:18.759Z | Services to change: 1 |
197 | 2024-05-20T15:16:18.759Z | Create boot environment: No |
198 | 2024-05-20T15:16:18.759Z | Create backup boot environment: Yes |
199 | 2024-05-20T15:16:20.252Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-05-20T15:16:20.252Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-05-20T15:16:20.252Z | Done |
202 | 2024-05-20T15:16:20.252Z | Done |
203 | 2024-05-20T15:16:20.252Z | Done |
204 | 2024-05-20T15:16:23.386Z | Done |
205 | 2024-05-20T15:16:23.524Z | Done |
206 | 2024-05-20T15:16:23.525Z | Done |
207 | 2024-05-20T15:16:23.525Z | Done |
208 | 2024-05-20T15:16:24.345Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-05-20T15:16:24.345Z | clang system 15 system |
210 | 2024-05-20T15:16:24.345Z | csh system system illumos |
211 | 2024-05-20T15:16:24.345Z | ctags system system illumos |
212 | 2024-05-20T15:16:24.345Z | gcc vendor 12 vendor |
213 | 2024-05-20T15:16:24.345Z | gcc system 10 system |
214 | 2024-05-20T15:16:24.345Z | gcc system 7 system |
215 | 2024-05-20T15:16:24.345Z | go system 1.20 system |
216 | 2024-05-20T15:16:24.345Z | go system 1.19 system |
217 | 2024-05-20T15:16:24.345Z | llvm system 15 system |
218 | 2024-05-20T15:16:24.345Z | llvm system 14 system |
219 | 2024-05-20T15:16:24.346Z | mariadb system 10.6 system |
220 | 2024-05-20T15:16:24.346Z | mta vendor vendor dma |
221 | 2024-05-20T15:16:24.346Z | openjdk system 17 system |
222 | 2024-05-20T15:16:24.346Z | openjdk system 11 system |
223 | 2024-05-20T15:16:24.346Z | openjdk system 1.8 system |
224 | 2024-05-20T15:16:24.346Z | openssl vendor 3 vendor |
225 | 2024-05-20T15:16:24.346Z | perl system 5.36 system |
226 | 2024-05-20T15:16:24.346Z | postgresql system 15 system |
227 | 2024-05-20T15:16:24.346Z | postgresql system 13 system |
228 | 2024-05-20T15:16:24.346Z | python vendor 3 vendor |
229 | 2024-05-20T15:16:24.346Z | python system 2 system |
230 | 2024-05-20T15:16:24.346Z | python3 system 3.11 system |
231 | 2024-05-20T15:16:24.346Z | ruby system 3.0 system |
232 | 2024-05-20T15:16:24.346Z | words vendor vendor american-english |
233 | 2024-05-20T15:16:24.347Z | words system system australian-english |
234 | 2024-05-20T15:16:24.347Z | words system system british-english |
235 | 2024-05-20T15:16:24.347Z | words system system canadian-english |
236 | 2024-05-20T15:16:24.347Z | words system system french |
237 | 2024-05-20T15:16:24.347Z | words system system italian |
238 | 2024-05-20T15:16:24.347Z | words system system ngerman |
239 | 2024-05-20T15:16:24.347Z | words system system ogerman |
240 | 2024-05-20T15:16:24.347Z | words system system spanish |
241 | 2024-05-20T15:16:24.400Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-05-20T15:16:24.400Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-05-20T15:16:25.959Z | FMRI IFO |
244 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-05-20T15:16:25.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-05-20T15:16:25.960Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-05-20T15:16:25.960Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-05-20T15:16:25.960Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-05-20T15:16:25.960Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-05-20T15:16:26.244Z | + set -o errexit |
257 | 2024-05-20T15:16:26.351Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2024-05-20T15:16:26.351Z | ++ cd ./tools |
259 | 2024-05-20T15:16:26.351Z | ++ pwd |
260 | 2024-05-20T15:16:26.351Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2024-05-20T15:16:26.351Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2024-05-20T15:16:26.351Z | + ARG0=ci_download_cockroachdb |
263 | 2024-05-20T15:16:26.351Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2024-05-20T15:16:26.351Z | + CIDL_VERSION=v22.1.9 |
265 | 2024-05-20T15:16:26.351Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2024-05-20T15:16:26.351Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
267 | 2024-05-20T15:16:26.352Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
268 | 2024-05-20T15:16:26.352Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-05-20T15:16:26.352Z | + TARGET_DIR=out |
270 | 2024-05-20T15:16:26.352Z | + DOWNLOAD_DIR=out/downloads |
271 | 2024-05-20T15:16:26.352Z | + DEST_DIR=./out/cockroachdb |
272 | 2024-05-20T15:16:26.352Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2024-05-20T15:16:26.352Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2024-05-20T15:16:26.352Z | + main |
275 | 2024-05-20T15:16:26.352Z | + [[ 0 != 0 ]] |
276 | 2024-05-20T15:16:26.352Z | + CIDL_OS=solaris2.11 |
277 | 2024-05-20T15:16:26.352Z | + [[ 0 != 0 ]] |
278 | 2024-05-20T15:16:26.353Z | + configure_os solaris2.11 |
279 | 2024-05-20T15:16:26.353Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2024-05-20T15:16:26.353Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-05-20T15:16:26.353Z | + case "$1" in |
282 | 2024-05-20T15:16:26.353Z | + CIDL_BUILD=illumos |
283 | 2024-05-20T15:16:26.353Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-05-20T15:16:26.353Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-05-20T15:16:26.353Z | current directory: /work/oxidecomputer/omicron |
286 | 2024-05-20T15:16:26.353Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-05-20T15:16:26.353Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-05-20T15:16:26.353Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-05-20T15:16:26.354Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-20T15:16:26.354Z | configuring based on OS: "solaris2.11" |
291 | 2024-05-20T15:16:26.354Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-05-20T15:16:26.354Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-05-20T15:16:26.354Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-20T15:16:26.354Z | + CIDL_SHA256FUNC=do_sha256sum |
295 | 2024-05-20T15:16:26.354Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-05-20T15:16:26.354Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-05-20T15:16:26.354Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-05-20T15:16:26.354Z | + mkdir -p out/downloads |
299 | 2024-05-20T15:16:26.354Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-05-20T15:16:26.354Z | + mkdir -p ./out/cockroachdb |
301 | 2024-05-20T15:16:26.354Z | + local DO_DOWNLOAD=true |
302 | 2024-05-20T15:16:26.354Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2024-05-20T15:16:26.354Z | + '[' true == true ']' |
304 | 2024-05-20T15:16:26.354Z | + echo Downloading... |
305 | 2024-05-20T15:16:26.354Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-20T15:16:26.354Z | Downloading... |
307 | 2024-05-20T15:16:26.354Z | + 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 |
308 | 2024-05-20T15:16:30.936Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-05-20T15:16:30.996Z | ++ sha256sum |
310 | 2024-05-20T15:16:30.996Z | ++ awk '{print $1}' |
311 | 2024-05-20T15:16:31.118Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
312 | 2024-05-20T15:16:31.119Z | + [[ 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 ]] |
313 | 2024-05-20T15:16:31.119Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-05-20T15:16:31.119Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2024-05-20T15:16:34.053Z | + do_assemble_illumos |
316 | 2024-05-20T15:16:34.053Z | + rm -r ./out/cockroachdb |
317 | 2024-05-20T15:16:34.804Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2024-05-20T15:16:34.805Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2024-05-20T15:16:34.805Z | Build Tag: v22.1.9-dirty |
320 | 2024-05-20T15:16:34.805Z | Build Time: 2022/10/26 21:17:46 |
321 | 2024-05-20T15:16:34.805Z | Distribution: OSS |
322 | 2024-05-20T15:16:34.805Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2024-05-20T15:16:34.805Z | Go Version: go1.17.13 |
324 | 2024-05-20T15:16:34.805Z | C Compiler: gcc 10.3.0 |
325 | 2024-05-20T15:16:34.805Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2024-05-20T15:16:34.805Z | Build Type: release |
327 | 2024-05-20T15:16:34.806Z | + set -o errexit |
328 | 2024-05-20T15:16:34.806Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2024-05-20T15:16:34.806Z | ++ cd ./tools |
330 | 2024-05-20T15:16:34.806Z | ++ pwd |
331 | 2024-05-20T15:16:34.806Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2024-05-20T15:16:34.806Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2024-05-20T15:16:34.806Z | + ARG0=ci_download_clickhouse |
334 | 2024-05-20T15:16:34.806Z | + TARGET_DIR=out |
335 | 2024-05-20T15:16:34.806Z | + DOWNLOAD_DIR=out/downloads |
336 | 2024-05-20T15:16:34.806Z | + DEST_DIR=./out/clickhouse |
337 | 2024-05-20T15:16:34.806Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
338 | 2024-05-20T15:16:34.806Z | + CIDL_VERSION=v23.8.7.24 |
339 | 2024-05-20T15:16:34.806Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
340 | 2024-05-20T15:16:34.806Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
341 | 2024-05-20T15:16:34.806Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
342 | 2024-05-20T15:16:34.806Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
343 | 2024-05-20T15:16:34.806Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
344 | 2024-05-20T15:16:34.806Z | + main |
345 | 2024-05-20T15:16:34.806Z | + [[ 0 != 0 ]] |
346 | 2024-05-20T15:16:34.806Z | + CIDL_OS=solaris2.11 |
347 | 2024-05-20T15:16:34.806Z | + [[ 0 != 0 ]] |
348 | 2024-05-20T15:16:34.806Z | + configure_os solaris2.11 |
349 | 2024-05-20T15:16:34.807Z | + echo 'current directory: /work/oxidecomputer/omicron' |
350 | 2024-05-20T15:16:34.807Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-05-20T15:16:34.807Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-05-20T15:16:34.807Z | + CIDL_DASHREV= |
353 | 2024-05-20T15:16:34.807Z | + case "$1" in |
354 | 2024-05-20T15:16:34.807Z | + CIDL_PLATFORM=illumos |
355 | 2024-05-20T15:16:34.807Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-05-20T15:16:34.807Z | configuring based on OS: "solaris2.11" |
357 | 2024-05-20T15:16:34.807Z | + CIDL_MD5FUNC=do_md5sum |
358 | 2024-05-20T15:16:34.807Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
359 | 2024-05-20T15:16:34.807Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-20T15:16:34.807Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-05-20T15:16:34.807Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-05-20T15:16:34.807Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-05-20T15:16:34.807Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
364 | 2024-05-20T15:16:34.807Z | + mkdir -p out/downloads |
365 | 2024-05-20T15:16:34.807Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-05-20T15:16:34.807Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-05-20T15:16:34.807Z | + mkdir -p ./out/clickhouse |
368 | 2024-05-20T15:16:34.807Z | + local DO_DOWNLOAD=true |
369 | 2024-05-20T15:16:34.807Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
370 | 2024-05-20T15:16:34.807Z | + '[' true == true ']' |
371 | 2024-05-20T15:16:34.807Z | + echo Downloading... |
372 | 2024-05-20T15:16:34.807Z | Downloading... |
373 | 2024-05-20T15:16:34.808Z | + 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 |
374 | 2024-05-20T15:16:34.808Z | + 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 |
375 | 2024-05-20T15:16:42.217Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-05-20T15:16:42.354Z | ++ md5sum |
377 | 2024-05-20T15:16:42.354Z | ++ awk '{print $1}' |
378 | 2024-05-20T15:16:43.055Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
379 | 2024-05-20T15:16:43.056Z | + [[ 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 ]] |
380 | 2024-05-20T15:16:43.056Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
381 | 2024-05-20T15:16:43.056Z | + mkdir -p ./out/clickhouse |
382 | 2024-05-20T15:16:43.056Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
383 | 2024-05-20T15:16:47.973Z | + [[ solaris2.11 == darwin* ]] |
384 | 2024-05-20T15:16:47.973Z | + ./out/clickhouse/clickhouse server --version |
385 | 2024-05-20T15:16:48.151Z | ClickHouse server version 23.8.7.1. |
386 | 2024-05-20T15:16:48.199Z | + set -o errexit |
387 | 2024-05-20T15:16:48.224Z | +++ dirname ./tools/ci_download_console |
388 | 2024-05-20T15:16:48.224Z | ++ cd ./tools |
389 | 2024-05-20T15:16:48.224Z | ++ pwd |
390 | 2024-05-20T15:16:48.224Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2024-05-20T15:16:48.224Z | ++ basename ./tools/ci_download_console |
392 | 2024-05-20T15:16:48.224Z | + ARG0=ci_download_console |
393 | 2024-05-20T15:16:48.224Z | + TARGET_DIR=out |
394 | 2024-05-20T15:16:48.224Z | + DOWNLOAD_DIR=out/downloads |
395 | 2024-05-20T15:16:48.224Z | + DEST_DIR=./out/console-assets |
396 | 2024-05-20T15:16:48.224Z | + source /work/oxidecomputer/omicron/tools/console_version |
397 | 2024-05-20T15:16:48.224Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
398 | 2024-05-20T15:16:48.224Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
399 | 2024-05-20T15:16:48.224Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
400 | 2024-05-20T15:16:48.224Z | + TARBALL_FILE=out/downloads/console.tar.gz |
401 | 2024-05-20T15:16:48.224Z | + main |
402 | 2024-05-20T15:16:48.224Z | + [[ 0 != 0 ]] |
403 | 2024-05-20T15:16:48.224Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
404 | 2024-05-20T15:16:48.224Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
405 | 2024-05-20T15:16:48.225Z | + echo 'Local file: out/downloads/console.tar.gz' |
406 | 2024-05-20T15:16:48.225Z | Local file: out/downloads/console.tar.gz |
407 | 2024-05-20T15:16:48.225Z | + local DO_DOWNLOAD=true |
408 | 2024-05-20T15:16:48.225Z | + [[ -f out/downloads/console.tar.gz ]] |
409 | 2024-05-20T15:16:48.225Z | + mkdir -p out/downloads |
410 | 2024-05-20T15:16:48.225Z | + '[' true == true ']' |
411 | 2024-05-20T15:16:48.225Z | + echo Downloading... |
412 | 2024-05-20T15:16:48.225Z | Downloading... |
413 | 2024-05-20T15:16:48.225Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
414 | 2024-05-20T15:16:48.225Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
415 | 2024-05-20T15:16:48.724Z | ++ do_sha256sum out/downloads/console.tar.gz |
416 | 2024-05-20T15:16:48.724Z | ++ case "$OSTYPE" in |
417 | 2024-05-20T15:16:48.724Z | ++ SHA=sha256sum |
418 | 2024-05-20T15:16:48.749Z | ++ sha256sum |
419 | 2024-05-20T15:16:48.749Z | ++ awk '{print $1}' |
420 | 2024-05-20T15:16:48.749Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
421 | 2024-05-20T15:16:48.749Z | + [[ 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 ]] |
422 | 2024-05-20T15:16:48.750Z | + rm -rf ./out/console-assets |
423 | 2024-05-20T15:16:48.750Z | + mkdir -p ./out/console-assets |
424 | 2024-05-20T15:16:48.750Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
425 | 2024-05-20T15:16:48.750Z | + mkdir -p ./out/console-assets |
426 | 2024-05-20T15:16:48.750Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
427 | 2024-05-20T15:16:48.888Z | + set -o errexit |
428 | 2024-05-20T15:16:48.914Z | +++ dirname ./tools/ci_download_dendrite_openapi |
429 | 2024-05-20T15:16:48.914Z | ++ cd ./tools |
430 | 2024-05-20T15:16:48.915Z | ++ pwd |
431 | 2024-05-20T15:16:48.915Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2024-05-20T15:16:48.915Z | ++ basename ./tools/ci_download_dendrite_openapi |
433 | 2024-05-20T15:16:48.915Z | + ARG0=ci_download_dendrite_openapi |
434 | 2024-05-20T15:16:48.915Z | + TARGET_DIR=out |
435 | 2024-05-20T15:16:48.915Z | + DOWNLOAD_DIR=out/downloads |
436 | 2024-05-20T15:16:48.915Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
437 | 2024-05-20T15:16:48.915Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
438 | 2024-05-20T15:16:48.915Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
439 | 2024-05-20T15:16:48.915Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
440 | 2024-05-20T15:16:48.915Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
441 | 2024-05-20T15:16:48.915Z | + main |
442 | 2024-05-20T15:16:48.915Z | + [[ 0 != 0 ]] |
443 | 2024-05-20T15:16:48.915Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
444 | 2024-05-20T15:16:48.915Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
445 | 2024-05-20T15:16:48.915Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
446 | 2024-05-20T15:16:48.915Z | + local DO_DOWNLOAD=true |
447 | 2024-05-20T15:16:48.915Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
448 | 2024-05-20T15:16:48.915Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
449 | 2024-05-20T15:16:48.915Z | + mkdir -p out/downloads |
450 | 2024-05-20T15:16:48.915Z | + '[' true == true ']' |
451 | 2024-05-20T15:16:48.915Z | + echo Downloading... |
452 | 2024-05-20T15:16:48.916Z | Downloading... |
453 | 2024-05-20T15:16:48.916Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
454 | 2024-05-20T15:16:48.916Z | + 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 |
455 | 2024-05-20T15:16:50.255Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
456 | 2024-05-20T15:16:50.255Z | ++ case "$OSTYPE" in |
457 | 2024-05-20T15:16:50.256Z | ++ SHA=sha256sum |
458 | 2024-05-20T15:16:50.294Z | ++ sha256sum |
459 | 2024-05-20T15:16:50.294Z | ++ awk '{print $1}' |
460 | 2024-05-20T15:16:50.294Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
461 | 2024-05-20T15:16:50.294Z | + [[ 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 ]] |
462 | 2024-05-20T15:16:50.294Z | + set -o errexit |
463 | 2024-05-20T15:16:50.342Z | +++ dirname ./tools/ci_download_dendrite_stub |
464 | 2024-05-20T15:16:50.342Z | ++ cd ./tools |
465 | 2024-05-20T15:16:50.343Z | ++ pwd |
466 | 2024-05-20T15:16:50.343Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2024-05-20T15:16:50.343Z | ++ basename ./tools/ci_download_dendrite_stub |
468 | 2024-05-20T15:16:50.343Z | + ARG0=ci_download_dendrite_stub |
469 | 2024-05-20T15:16:50.343Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
470 | 2024-05-20T15:16:50.343Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
471 | 2024-05-20T15:16:50.343Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
472 | 2024-05-20T15:16:50.343Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
473 | 2024-05-20T15:16:50.343Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2024-05-20T15:16:50.343Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
475 | 2024-05-20T15:16:50.344Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
476 | 2024-05-20T15:16:50.344Z | + TARGET_DIR=out |
477 | 2024-05-20T15:16:50.344Z | + DOWNLOAD_DIR=out/downloads |
478 | 2024-05-20T15:16:50.344Z | + DEST_DIR=./out/dendrite-stub |
479 | 2024-05-20T15:16:50.344Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
480 | 2024-05-20T15:16:50.344Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
481 | 2024-05-20T15:16:50.344Z | + REPO=oxidecomputer/dendrite |
482 | 2024-05-20T15:16:50.345Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
483 | 2024-05-20T15:16:50.345Z | + main |
484 | 2024-05-20T15:16:50.345Z | + [[ 0 != 0 ]] |
485 | 2024-05-20T15:16:50.345Z | + CIDL_OS=solaris2.11 |
486 | 2024-05-20T15:16:50.345Z | + [[ 0 != 0 ]] |
487 | 2024-05-20T15:16:50.345Z | + configure_os solaris2.11 |
488 | 2024-05-20T15:16:50.345Z | + echo 'current directory: /work/oxidecomputer/omicron' |
489 | 2024-05-20T15:16:50.346Z | current directory: /work/oxidecomputer/omicron |
490 | 2024-05-20T15:16:50.346Z | + echo 'configuring based on OS: "solaris2.11"' |
491 | 2024-05-20T15:16:50.346Z | + case "$1" in |
492 | 2024-05-20T15:16:50.346Z | + SET_BINARIES= |
493 | 2024-05-20T15:16:50.346Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
494 | 2024-05-20T15:16:50.347Z | + CIDL_SHA256FUNC=do_sha256sum |
495 | 2024-05-20T15:16:50.347Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
496 | 2024-05-20T15:16:50.347Z | configuring based on OS: "solaris2.11" |
497 | 2024-05-20T15:16:50.347Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
498 | 2024-05-20T15:16:50.348Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-20T15:16:50.348Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
500 | 2024-05-20T15:16:50.348Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
501 | 2024-05-20T15:16:50.348Z | + mkdir -p out/downloads |
502 | 2024-05-20T15:16:50.348Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
503 | 2024-05-20T15:16:50.348Z | Local file: out/downloads/dendrite-stub.tar.gz |
504 | 2024-05-20T15:16:50.349Z | + mkdir -p ./out/dendrite-stub |
505 | 2024-05-20T15:16:50.349Z | + fetch_and_verify |
506 | 2024-05-20T15:16:50.349Z | + local DO_DOWNLOAD=true |
507 | 2024-05-20T15:16:50.349Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
508 | 2024-05-20T15:16:50.349Z | + '[' true == true ']' |
509 | 2024-05-20T15:16:50.349Z | + echo Downloading... |
510 | 2024-05-20T15:16:50.349Z | Downloading... |
511 | 2024-05-20T15:16:50.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
512 | 2024-05-20T15:16:50.350Z | + 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 |
513 | 2024-05-20T15:17:25.977Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
514 | 2024-05-20T15:17:26.002Z | ++ sha256sum |
515 | 2024-05-20T15:17:26.002Z | ++ awk '{print $1}' |
516 | 2024-05-20T15:17:26.029Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
517 | 2024-05-20T15:17:26.029Z | + [[ 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 ]] |
518 | 2024-05-20T15:17:26.030Z | + do_untar out/downloads/dendrite-stub.tar.gz |
519 | 2024-05-20T15:17:26.030Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
520 | 2024-05-20T15:17:26.859Z | + do_assemble |
521 | 2024-05-20T15:17:26.859Z | + rm -r ./out/dendrite-stub |
522 | 2024-05-20T15:17:26.884Z | + mkdir ./out/dendrite-stub |
523 | 2024-05-20T15:17:26.885Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
524 | 2024-05-20T15:17:26.987Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
525 | 2024-05-20T15:17:27.014Z | + set -o errexit |
526 | 2024-05-20T15:17:27.014Z | +++ dirname ./tools/ci_download_maghemite_mgd |
527 | 2024-05-20T15:17:27.014Z | ++ cd ./tools |
528 | 2024-05-20T15:17:27.014Z | ++ pwd |
529 | 2024-05-20T15:17:27.014Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2024-05-20T15:17:27.014Z | ++ basename ./tools/ci_download_maghemite_mgd |
531 | 2024-05-20T15:17:27.014Z | + ARG0=ci_download_maghemite_mgd |
532 | 2024-05-20T15:17:27.014Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
533 | 2024-05-20T15:17:27.014Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
534 | 2024-05-20T15:17:27.014Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
535 | 2024-05-20T15:17:27.015Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
536 | 2024-05-20T15:17:27.015Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
537 | 2024-05-20T15:17:27.015Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
538 | 2024-05-20T15:17:27.015Z | + TARGET_DIR=out |
539 | 2024-05-20T15:17:27.015Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-05-20T15:17:27.015Z | + DEST_DIR=./out/mgd |
541 | 2024-05-20T15:17:27.015Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
542 | 2024-05-20T15:17:27.015Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-05-20T15:17:27.015Z | + REPO=oxidecomputer/maghemite |
544 | 2024-05-20T15:17:27.015Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
545 | 2024-05-20T15:17:27.015Z | + main |
546 | 2024-05-20T15:17:27.015Z | + rm -rf out/downloads/root |
547 | 2024-05-20T15:17:27.043Z | + [[ 0 != 0 ]] |
548 | 2024-05-20T15:17:27.043Z | + CIDL_OS=solaris2.11 |
549 | 2024-05-20T15:17:27.043Z | + [[ 0 != 0 ]] |
550 | 2024-05-20T15:17:27.043Z | + configure_os solaris2.11 |
551 | 2024-05-20T15:17:27.043Z | + echo 'current directory: /work/oxidecomputer/omicron' |
552 | 2024-05-20T15:17:27.043Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-05-20T15:17:27.043Z | current directory: /work/oxidecomputer/omicron |
554 | 2024-05-20T15:17:27.043Z | configuring based on OS: "solaris2.11" |
555 | 2024-05-20T15:17:27.043Z | + case "$1" in |
556 | 2024-05-20T15:17:27.043Z | + SET_BINARIES= |
557 | 2024-05-20T15:17:27.044Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-05-20T15:17:27.044Z | + TARBALL_FILENAME=mgd.tar.gz |
559 | 2024-05-20T15:17:27.044Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
560 | 2024-05-20T15:17:27.044Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
561 | 2024-05-20T15:17:27.044Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
562 | 2024-05-20T15:17:27.044Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
563 | 2024-05-20T15:17:27.044Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
564 | 2024-05-20T15:17:27.044Z | + mkdir -p out/downloads |
565 | 2024-05-20T15:17:27.044Z | Local file: out/downloads/mgd.tar.gz |
566 | 2024-05-20T15:17:27.044Z | + mkdir -p ./out/mgd |
567 | 2024-05-20T15:17:27.044Z | + fetch_and_verify |
568 | 2024-05-20T15:17:27.044Z | + local DO_DOWNLOAD=true |
569 | 2024-05-20T15:17:27.045Z | + [[ -f out/downloads/mgd.tar.gz ]] |
570 | 2024-05-20T15:17:27.045Z | + '[' true == true ']' |
571 | 2024-05-20T15:17:27.045Z | + echo Downloading... |
572 | 2024-05-20T15:17:27.045Z | Downloading... |
573 | 2024-05-20T15:17:27.045Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
574 | 2024-05-20T15:17:27.045Z | + 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 |
575 | 2024-05-20T15:18:45.004Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
576 | 2024-05-20T15:18:45.121Z | ++ sha256sum |
577 | 2024-05-20T15:18:45.122Z | ++ awk '{print $1}' |
578 | 2024-05-20T15:18:45.122Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
579 | 2024-05-20T15:18:45.122Z | + [[ 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 ]] |
580 | 2024-05-20T15:18:45.122Z | + do_untar out/downloads/mgd.tar.gz |
581 | 2024-05-20T15:18:45.122Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
582 | 2024-05-20T15:18:45.695Z | + do_assemble |
583 | 2024-05-20T15:18:45.696Z | + rm -r ./out/mgd |
584 | 2024-05-20T15:18:45.975Z | + mkdir ./out/mgd |
585 | 2024-05-20T15:18:45.975Z | + cp -r out/downloads/root ./out/mgd/root |
586 | 2024-05-20T15:18:45.975Z | + set -o errexit |
587 | 2024-05-20T15:18:45.976Z | +++ dirname ./tools/ci_download_transceiver_control |
588 | 2024-05-20T15:18:45.976Z | ++ cd ./tools |
589 | 2024-05-20T15:18:45.976Z | ++ pwd |
590 | 2024-05-20T15:18:45.976Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
591 | 2024-05-20T15:18:45.976Z | ++ basename ./tools/ci_download_transceiver_control |
592 | 2024-05-20T15:18:45.976Z | + ARG0=ci_download_transceiver_control |
593 | 2024-05-20T15:18:45.976Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
594 | 2024-05-20T15:18:45.976Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
595 | 2024-05-20T15:18:45.976Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
596 | 2024-05-20T15:18:45.976Z | + TARGET_DIR=out |
597 | 2024-05-20T15:18:45.976Z | + DOWNLOAD_DIR=out/downloads |
598 | 2024-05-20T15:18:45.976Z | + DEST_DIR=./out/transceiver-control |
599 | 2024-05-20T15:18:45.976Z | + BIN_DIR=/opt/oxide/bin |
600 | 2024-05-20T15:18:45.976Z | + BINARY=xcvradm |
601 | 2024-05-20T15:18:45.976Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-05-20T15:18:45.976Z | + REPO=oxidecomputer/transceiver-control |
603 | 2024-05-20T15:18:45.976Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
604 | 2024-05-20T15:18:45.976Z | + main |
605 | 2024-05-20T15:18:45.976Z | + [[ 0 != 0 ]] |
606 | 2024-05-20T15:18:45.976Z | + CIDL_OS=solaris2.11 |
607 | 2024-05-20T15:18:45.976Z | + [[ 0 != 0 ]] |
608 | 2024-05-20T15:18:45.977Z | + configure_os solaris2.11 |
609 | 2024-05-20T15:18:45.977Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-05-20T15:18:45.977Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-05-20T15:18:45.977Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-05-20T15:18:45.977Z | configuring based on OS: "solaris2.11" |
613 | 2024-05-20T15:18:45.977Z | + case "$1" in |
614 | 2024-05-20T15:18:45.977Z | + SET_BINARIES= |
615 | 2024-05-20T15:18:45.977Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
616 | 2024-05-20T15:18:45.977Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2024-05-20T15:18:45.977Z | + ARCHIVE_FILENAME=xcvradm.gz |
618 | 2024-05-20T15:18:45.977Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
619 | 2024-05-20T15:18:45.977Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
620 | 2024-05-20T15:18:45.977Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
621 | 2024-05-20T15:18:45.977Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
622 | 2024-05-20T15:18:45.978Z | + echo 'Local file: out/downloads/xcvradm.gz' |
623 | 2024-05-20T15:18:45.978Z | + mkdir -p out/downloads |
624 | 2024-05-20T15:18:45.978Z | Local file: out/downloads/xcvradm.gz |
625 | 2024-05-20T15:18:45.978Z | + mkdir -p ./out/transceiver-control |
626 | 2024-05-20T15:18:45.978Z | + fetch_and_verify |
627 | 2024-05-20T15:18:45.978Z | + local DO_DOWNLOAD=true |
628 | 2024-05-20T15:18:45.978Z | + [[ -f out/downloads/xcvradm.gz ]] |
629 | 2024-05-20T15:18:45.978Z | + '[' true == true ']' |
630 | 2024-05-20T15:18:45.978Z | + echo Downloading... |
631 | 2024-05-20T15:18:45.978Z | Downloading... |
632 | 2024-05-20T15:18:45.978Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
633 | 2024-05-20T15:18:45.978Z | + 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 |
634 | 2024-05-20T15:18:59.556Z | ++ do_sha256sum out/downloads/xcvradm.gz |
635 | 2024-05-20T15:18:59.581Z | ++ sha256sum |
636 | 2024-05-20T15:18:59.581Z | ++ awk '{print $1}' |
637 | 2024-05-20T15:18:59.581Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-05-20T15:18:59.581Z | + [[ 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 ]] |
639 | 2024-05-20T15:18:59.581Z | + do_unpack out/downloads/xcvradm.gz |
640 | 2024-05-20T15:18:59.581Z | + mkdir -p out/downloads/root//opt/oxide/bin |
641 | 2024-05-20T15:18:59.581Z | + gzip -dc out/downloads/xcvradm.gz |
642 | 2024-05-20T15:18:59.717Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
643 | 2024-05-20T15:18:59.744Z | + do_assemble |
644 | 2024-05-20T15:18:59.744Z | + rm -r ./out/transceiver-control |
645 | 2024-05-20T15:18:59.744Z | + mkdir ./out/transceiver-control |
646 | 2024-05-20T15:18:59.744Z | + cp -r out/downloads/root ./out/transceiver-control/root |
647 | 2024-05-20T15:18:59.798Z | + set -o errexit |
648 | 2024-05-20T15:18:59.831Z | +++ dirname ./tools/ci_download_thundermuffin |
649 | 2024-05-20T15:18:59.831Z | ++ cd ./tools |
650 | 2024-05-20T15:18:59.831Z | ++ pwd |
651 | 2024-05-20T15:18:59.831Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-05-20T15:18:59.831Z | ++ basename ./tools/ci_download_thundermuffin |
653 | 2024-05-20T15:18:59.832Z | + ARG0=ci_download_thundermuffin |
654 | 2024-05-20T15:18:59.832Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
655 | 2024-05-20T15:18:59.832Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
656 | 2024-05-20T15:18:59.832Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
657 | 2024-05-20T15:18:59.832Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
658 | 2024-05-20T15:18:59.832Z | + TARGET_DIR=out |
659 | 2024-05-20T15:18:59.832Z | + DOWNLOAD_DIR=out/downloads |
660 | 2024-05-20T15:18:59.832Z | + DEST_DIR=./out/thundermuffin |
661 | 2024-05-20T15:18:59.832Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
662 | 2024-05-20T15:18:59.832Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-05-20T15:18:59.832Z | + REPO=oxidecomputer/thundermuffin |
664 | 2024-05-20T15:18:59.832Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
665 | 2024-05-20T15:18:59.832Z | + main |
666 | 2024-05-20T15:18:59.832Z | + rm -rf out/downloads/root |
667 | 2024-05-20T15:18:59.832Z | + [[ 0 != 0 ]] |
668 | 2024-05-20T15:18:59.832Z | + CIDL_OS=solaris2.11 |
669 | 2024-05-20T15:18:59.832Z | + [[ 0 != 0 ]] |
670 | 2024-05-20T15:18:59.832Z | + configure_os solaris2.11 |
671 | 2024-05-20T15:18:59.832Z | + echo 'current directory: /work/oxidecomputer/omicron' |
672 | 2024-05-20T15:18:59.832Z | current directory: /work/oxidecomputer/omicron |
673 | 2024-05-20T15:18:59.832Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2024-05-20T15:18:59.832Z | + case "$1" in |
675 | 2024-05-20T15:18:59.833Z | configuring based on OS: "solaris2.11" |
676 | 2024-05-20T15:18:59.833Z | + SET_BINARIES= |
677 | 2024-05-20T15:18:59.833Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-05-20T15:18:59.833Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
679 | 2024-05-20T15:18:59.833Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
680 | 2024-05-20T15:18:59.833Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
681 | 2024-05-20T15:18:59.833Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
682 | 2024-05-20T15:18:59.833Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
683 | 2024-05-20T15:18:59.833Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
684 | 2024-05-20T15:18:59.833Z | + mkdir -p out/downloads |
685 | 2024-05-20T15:18:59.833Z | Local file: out/downloads/thundermuffin.tar.gz |
686 | 2024-05-20T15:18:59.833Z | + mkdir -p ./out/thundermuffin |
687 | 2024-05-20T15:18:59.833Z | + fetch_and_verify |
688 | 2024-05-20T15:18:59.833Z | + local DO_DOWNLOAD=true |
689 | 2024-05-20T15:18:59.833Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
690 | 2024-05-20T15:18:59.833Z | + '[' true == true ']' |
691 | 2024-05-20T15:18:59.833Z | + echo Downloading... |
692 | 2024-05-20T15:18:59.833Z | Downloading... |
693 | 2024-05-20T15:18:59.833Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
694 | 2024-05-20T15:18:59.833Z | + 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 |
695 | 2024-05-20T15:19:03.605Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
696 | 2024-05-20T15:19:03.631Z | ++ sha256sum |
697 | 2024-05-20T15:19:03.631Z | ++ awk '{print $1}' |
698 | 2024-05-20T15:19:03.631Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
699 | 2024-05-20T15:19:03.631Z | + [[ 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 ]] |
700 | 2024-05-20T15:19:03.631Z | + do_untar out/downloads/thundermuffin.tar.gz |
701 | 2024-05-20T15:19:03.631Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
702 | 2024-05-20T15:19:03.693Z | + do_assemble |
703 | 2024-05-20T15:19:03.693Z | + rm -r ./out/thundermuffin |
704 | 2024-05-20T15:19:03.718Z | + mkdir ./out/thundermuffin |
705 | 2024-05-20T15:19:03.718Z | + cp -r out/downloads/root ./out/thundermuffin/root |
706 | 2024-05-20T15:19:03.745Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2024-05-20T15:19:03.745Z | |
708 | 2024-05-20T15:19:03.745Z | real 3:49.392815030 |
709 | 2024-05-20T15:19:03.745Z | user 46.275622417 |
710 | 2024-05-20T15:19:03.745Z | sys 12.408042868 |
711 | 2024-05-20T15:19:03.745Z | trap 0.017558571 |
712 | 2024-05-20T15:19:03.745Z | tflt 0.009239804 |
713 | 2024-05-20T15:19:03.745Z | dflt 0.018626164 |
714 | 2024-05-20T15:19:03.745Z | kflt 0.005056706 |
715 | 2024-05-20T15:19:03.745Z | lock 1.408943961 |
716 | 2024-05-20T15:19:03.746Z | slp 9:25.479577251 |
717 | 2024-05-20T15:19:03.746Z | lat 4.497924440 |
718 | 2024-05-20T15:19:03.746Z | stop 0.070574660 |
719 | 2024-05-20T15:19:03.746Z | |
720 | 2024-05-20T15:19:03.746Z | #### # # ##### ##### # # |
721 | 2024-05-20T15:19:03.746Z | # # # # # # # # # # |
722 | 2024-05-20T15:19:03.746Z | # # # # # # # # |
723 | 2024-05-20T15:19:03.746Z | # # # ##### ##### # |
724 | 2024-05-20T15:19:03.746Z | # # # # # # # |
725 | 2024-05-20T15:19:03.746Z | #### ###### # # # # |
726 | 2024-05-20T15:19:03.746Z | |
727 | 2024-05-20T15:19:04.011Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-05-20T15:19:04.506Z | Updating git repository `https://github.com/oxidecomputer/zone` |
729 | 2024-05-20T15:19:04.912Z | Updating crates.io index |
730 | 2024-05-20T15:19:04.978Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-05-20T15:19:05.788Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
732 | 2024-05-20T15:19:06.630Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-05-20T15:19:10.186Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-05-20T15:19:11.580Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-05-20T15:19:11.632Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-05-20T15:19:12.684Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-05-20T15:19:14.844Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-05-20T15:19:16.066Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
739 | 2024-05-20T15:19:16.929Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-05-20T15:19:17.691Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-05-20T15:19:18.408Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-05-20T15:19:19.364Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-05-20T15:19:19.486Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-05-20T15:19:19.857Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
745 | 2024-05-20T15:19:20.332Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
746 | 2024-05-20T15:19:20.678Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
747 | 2024-05-20T15:19:21.120Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
748 | 2024-05-20T15:19:21.743Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2024-05-20T15:19:21.941Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
750 | 2024-05-20T15:19:22.302Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-05-20T15:19:22.766Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-05-20T15:19:23.597Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2024-05-20T15:19:24.744Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-05-20T15:19:25.432Z | Updating git repository `https://github.com/cbiffle/hubpack` |
755 | 2024-05-20T15:19:25.583Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2024-05-20T15:19:26.127Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-05-20T15:19:29.179Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-05-20T15:19:29.402Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-05-20T15:19:29.546Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-05-20T15:19:30.260Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
761 | 2024-05-20T15:19:31.698Z | Downloading crates ... |
762 | 2024-05-20T15:19:31.751Z | Downloaded anstyle-parse v0.2.1 |
763 | 2024-05-20T15:19:31.783Z | Downloaded anstyle-query v1.0.0 |
764 | 2024-05-20T15:19:31.783Z | Downloaded cargo_toml v0.20.2 |
765 | 2024-05-20T15:19:31.783Z | Downloaded clap v4.5.4 |
766 | 2024-05-20T15:19:31.783Z | Downloaded toml_datetime v0.6.5 |
767 | 2024-05-20T15:19:31.823Z | Downloaded utf8parse v0.2.1 |
768 | 2024-05-20T15:19:31.823Z | Downloaded unicode-ident v1.0.12 |
769 | 2024-05-20T15:19:31.823Z | Downloaded winnow v0.6.1 |
770 | 2024-05-20T15:19:31.823Z | Downloaded rustix v0.38.31 |
771 | 2024-05-20T15:19:31.850Z | Downloaded libc v0.2.153 |
772 | 2024-05-20T15:19:31.876Z | Downloaded toml_edit v0.22.12 |
773 | 2024-05-20T15:19:31.902Z | Downloaded syn v2.0.60 |
774 | 2024-05-20T15:19:31.902Z | Downloaded toml v0.8.12 |
775 | 2024-05-20T15:19:31.902Z | Downloaded thiserror-impl v1.0.60 |
776 | 2024-05-20T15:19:31.929Z | Downloaded thiserror v1.0.60 |
777 | 2024-05-20T15:19:31.930Z | Downloaded serde_derive v1.0.201 |
778 | 2024-05-20T15:19:31.930Z | Downloaded serde v1.0.201 |
779 | 2024-05-20T15:19:31.930Z | Downloaded indexmap v2.2.6 |
780 | 2024-05-20T15:19:31.930Z | Downloaded hashbrown v0.14.3 |
781 | 2024-05-20T15:19:31.930Z | Downloaded terminal_size v0.3.0 |
782 | 2024-05-20T15:19:31.930Z | Downloaded swrite v0.1.0 |
783 | 2024-05-20T15:19:31.930Z | Downloaded strsim v0.11.0 |
784 | 2024-05-20T15:19:31.955Z | Downloaded serde_spanned v0.6.5 |
785 | 2024-05-20T15:19:31.955Z | Downloaded serde_json v1.0.117 |
786 | 2024-05-20T15:19:31.955Z | Downloaded semver v1.0.23 |
787 | 2024-05-20T15:19:31.955Z | Downloaded ryu v1.0.15 |
788 | 2024-05-20T15:19:31.955Z | Downloaded quote v1.0.36 |
789 | 2024-05-20T15:19:31.955Z | Downloaded proc-macro2 v1.0.82 |
790 | 2024-05-20T15:19:31.956Z | Downloaded memchr v2.7.1 |
791 | 2024-05-20T15:19:31.980Z | Downloaded macaddr v1.0.1 |
792 | 2024-05-20T15:19:31.980Z | Downloaded itoa v1.0.9 |
793 | 2024-05-20T15:19:31.980Z | Downloaded heck v0.5.0 |
794 | 2024-05-20T15:19:31.980Z | Downloaded fs-err v2.11.0 |
795 | 2024-05-20T15:19:31.980Z | Downloaded errno v0.3.8 |
796 | 2024-05-20T15:19:31.981Z | Downloaded equivalent v1.0.1 |
797 | 2024-05-20T15:19:31.981Z | Downloaded colorchoice v1.0.0 |
798 | 2024-05-20T15:19:31.981Z | Downloaded clap_lex v0.7.0 |
799 | 2024-05-20T15:19:31.981Z | Downloaded clap_derive v4.5.4 |
800 | 2024-05-20T15:19:31.981Z | Downloaded clap_builder v4.5.2 |
801 | 2024-05-20T15:19:31.981Z | Downloaded autocfg v1.1.0 |
802 | 2024-05-20T15:19:31.981Z | Downloaded cargo_metadata v0.18.1 |
803 | 2024-05-20T15:19:32.006Z | Downloaded camino v1.1.7 |
804 | 2024-05-20T15:19:32.006Z | Downloaded cargo-platform v0.1.3 |
805 | 2024-05-20T15:19:32.006Z | Downloaded bitflags v2.4.2 |
806 | 2024-05-20T15:19:32.006Z | Downloaded anyhow v1.0.83 |
807 | 2024-05-20T15:19:32.006Z | Downloaded anstream v0.6.11 |
808 | 2024-05-20T15:19:32.006Z | Downloaded anstyle v1.0.7 |
809 | 2024-05-20T15:19:32.102Z | Compiling proc-macro2 v1.0.82 |
810 | 2024-05-20T15:19:32.127Z | Compiling unicode-ident v1.0.12 |
811 | 2024-05-20T15:19:32.127Z | Compiling serde v1.0.201 |
812 | 2024-05-20T15:19:32.127Z | Compiling libc v0.2.153 |
813 | 2024-05-20T15:19:32.127Z | Compiling rustix v0.38.31 |
814 | 2024-05-20T15:19:32.127Z | Compiling bitflags v2.4.2 |
815 | 2024-05-20T15:19:32.127Z | Compiling hashbrown v0.14.3 |
816 | 2024-05-20T15:19:32.127Z | Compiling utf8parse v0.2.1 |
817 | 2024-05-20T15:19:32.421Z | Compiling equivalent v1.0.1 |
818 | 2024-05-20T15:19:32.446Z | Compiling anstyle-parse v0.2.1 |
819 | 2024-05-20T15:19:32.533Z | Compiling anstyle-query v1.0.0 |
820 | 2024-05-20T15:19:32.622Z | Compiling autocfg v1.1.0 |
821 | 2024-05-20T15:19:32.660Z | Compiling semver v1.0.23 |
822 | 2024-05-20T15:19:32.755Z | Compiling winnow v0.6.1 |
823 | 2024-05-20T15:19:32.864Z | Compiling colorchoice v1.0.0 |
824 | 2024-05-20T15:19:33.024Z | Compiling camino v1.1.7 |
825 | 2024-05-20T15:19:33.060Z | Compiling anstyle v1.0.7 |
826 | 2024-05-20T15:19:33.245Z | Compiling serde_json v1.0.117 |
827 | 2024-05-20T15:19:33.470Z | Compiling indexmap v2.2.6 |
828 | 2024-05-20T15:19:33.602Z | Compiling thiserror v1.0.60 |
829 | 2024-05-20T15:19:33.602Z | Compiling fs-err v2.11.0 |
830 | 2024-05-20T15:19:33.719Z | Compiling anstream v0.6.11 |
831 | 2024-05-20T15:19:33.855Z | Compiling quote v1.0.36 |
832 | 2024-05-20T15:19:34.420Z | Compiling clap_lex v0.7.0 |
833 | 2024-05-20T15:19:34.420Z | Compiling errno v0.3.8 |
834 | 2024-05-20T15:19:34.420Z | Compiling syn v2.0.60 |
835 | 2024-05-20T15:19:34.421Z | Compiling anyhow v1.0.83 |
836 | 2024-05-20T15:19:34.421Z | Compiling ryu v1.0.15 |
837 | 2024-05-20T15:19:34.421Z | Compiling strsim v0.11.0 |
838 | 2024-05-20T15:19:34.565Z | Compiling heck v0.5.0 |
839 | 2024-05-20T15:19:34.655Z | Compiling itoa v1.0.9 |
840 | 2024-05-20T15:19:34.879Z | Compiling swrite v0.1.0 |
841 | 2024-05-20T15:19:35.178Z | Compiling terminal_size v0.3.0 |
842 | 2024-05-20T15:19:35.423Z | Compiling clap_builder v4.5.2 |
843 | 2024-05-20T15:19:40.440Z | Compiling serde_derive v1.0.201 |
844 | 2024-05-20T15:19:40.440Z | Compiling thiserror-impl v1.0.60 |
845 | 2024-05-20T15:19:40.575Z | Compiling clap_derive v4.5.4 |
846 | 2024-05-20T15:19:43.670Z | Compiling clap v4.5.4 |
847 | 2024-05-20T15:19:50.011Z | Compiling serde_spanned v0.6.5 |
848 | 2024-05-20T15:19:50.011Z | Compiling toml_datetime v0.6.5 |
849 | 2024-05-20T15:19:50.107Z | Compiling cargo-platform v0.1.3 |
850 | 2024-05-20T15:19:50.107Z | Compiling macaddr v1.0.1 |
851 | 2024-05-20T15:19:50.108Z | Compiling toml_edit v0.22.12 |
852 | 2024-05-20T15:19:50.856Z | Compiling cargo_metadata v0.18.1 |
853 | 2024-05-20T15:19:52.166Z | Compiling toml v0.8.12 |
854 | 2024-05-20T15:19:52.809Z | Compiling cargo_toml v0.20.2 |
855 | 2024-05-20T15:19:56.933Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
856 | 2024-05-20T15:20:00.071Z | Finished dev [unoptimized + debuginfo] target(s) in 56.24s |
857 | 2024-05-20T15:20:00.283Z | Running `target/debug/xtask clippy` |
858 | 2024-05-20T15:20:00.358Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
859 | 2024-05-20T15:20:01.091Z | Downloading crates ... |
860 | 2024-05-20T15:20:01.239Z | Downloaded addr2line v0.21.0 |
861 | 2024-05-20T15:20:01.770Z | Downloaded argon2 v0.5.3 |
862 | 2024-05-20T15:20:01.770Z | Downloaded anes v0.1.6 |
863 | 2024-05-20T15:20:01.770Z | Downloaded atomic-waker v1.1.1 |
864 | 2024-05-20T15:20:01.770Z | Downloaded atomicwrites v0.4.3 |
865 | 2024-05-20T15:20:01.770Z | Downloaded assert_cmd v2.0.14 |
866 | 2024-05-20T15:20:01.770Z | Downloaded headers-core v0.2.0 |
867 | 2024-05-20T15:20:01.771Z | Downloaded highway v1.1.0 |
868 | 2024-05-20T15:20:01.771Z | Downloaded httpdate v1.0.3 |
869 | 2024-05-20T15:20:01.771Z | Downloaded http v0.2.12 |
870 | 2024-05-20T15:20:01.771Z | Downloaded http v1.0.0 |
871 | 2024-05-20T15:20:01.771Z | Downloaded ident_case v1.0.1 |
872 | 2024-05-20T15:20:01.771Z | Downloaded lazy_static v1.4.0 |
873 | 2024-05-20T15:20:01.771Z | Downloaded linked-hash-map v0.5.6 |
874 | 2024-05-20T15:20:01.771Z | Downloaded instant v0.1.12 |
875 | 2024-05-20T15:20:01.820Z | Downloaded normalize-line-endings v0.3.0 |
876 | 2024-05-20T15:20:01.820Z | Downloaded newtype_derive v0.1.6 |
877 | 2024-05-20T15:20:01.820Z | Downloaded usdt-macro v0.5.0 |
878 | 2024-05-20T15:20:01.820Z | Downloaded guppy-workspace-hack v0.1.0 |
879 | 2024-05-20T15:20:01.820Z | Downloaded group v0.13.0 |
880 | 2024-05-20T15:20:01.820Z | Downloaded quick-error v1.2.3 |
881 | 2024-05-20T15:20:01.820Z | Downloaded time-core v0.1.2 |
882 | 2024-05-20T15:20:01.820Z | Downloaded tower-service v0.3.2 |
883 | 2024-05-20T15:20:01.821Z | Downloaded opaque-debug v0.3.0 |
884 | 2024-05-20T15:20:01.821Z | Downloaded packed_struct_codegen v0.10.1 |
885 | 2024-05-20T15:20:01.821Z | Downloaded serde-big-array v0.5.1 |
886 | 2024-05-20T15:20:01.821Z | Downloaded phf_shared v0.10.0 |
887 | 2024-05-20T15:20:01.821Z | Downloaded signal-hook-tokio v0.3.1 |
888 | 2024-05-20T15:20:01.821Z | Downloaded foreign-types-shared v0.3.1 |
889 | 2024-05-20T15:20:01.821Z | Downloaded sigpipe v0.1.3 |
890 | 2024-05-20T15:20:01.821Z | Downloaded hash32 v0.3.1 |
891 | 2024-05-20T15:20:01.821Z | Downloaded doc-comment v0.3.3 |
892 | 2024-05-20T15:20:01.821Z | Downloaded dtrace-parser v0.2.0 |
893 | 2024-05-20T15:20:01.821Z | Downloaded defmt-parser v0.3.3 |
894 | 2024-05-20T15:20:01.821Z | Downloaded either v1.11.0 |
895 | 2024-05-20T15:20:01.821Z | Downloaded stable_deref_trait v1.2.0 |
896 | 2024-05-20T15:20:01.821Z | Downloaded embedded-io v0.4.0 |
897 | 2024-05-20T15:20:01.821Z | Downloaded wyz v0.5.1 |
898 | 2024-05-20T15:20:01.821Z | Downloaded escape8259 v0.5.2 |
899 | 2024-05-20T15:20:01.821Z | Downloaded tungstenite v0.20.1 |
900 | 2024-05-20T15:20:01.822Z | Downloaded parse-display v0.9.0 |
901 | 2024-05-20T15:20:01.822Z | Downloaded rustfmt-wrapper v0.2.1 |
902 | 2024-05-20T15:20:01.822Z | Downloaded peeking_take_while v0.1.2 |
903 | 2024-05-20T15:20:01.822Z | Downloaded num-derive v0.4.0 |
904 | 2024-05-20T15:20:01.822Z | Downloaded radium v0.7.0 |
905 | 2024-05-20T15:20:01.822Z | Downloaded ref-cast-impl v1.0.23 |
906 | 2024-05-20T15:20:01.822Z | Downloaded ref-cast v1.0.23 |
907 | 2024-05-20T15:20:01.822Z | Downloaded parse-display-derive v0.9.0 |
908 | 2024-05-20T15:20:01.822Z | Downloaded parking_lot_core v0.9.8 |
909 | 2024-05-20T15:20:01.822Z | Downloaded pin-utils v0.1.0 |
910 | 2024-05-20T15:20:01.822Z | Downloaded resolv-conf v0.7.0 |
911 | 2024-05-20T15:20:01.822Z | Downloaded pin-project-lite v0.2.13 |
912 | 2024-05-20T15:20:01.822Z | Downloaded ron v0.7.1 |
913 | 2024-05-20T15:20:01.822Z | Downloaded winnow v0.5.15 |
914 | 2024-05-20T15:20:01.822Z | Downloaded rayon v1.10.0 |
915 | 2024-05-20T15:20:01.822Z | Downloaded regex-automata v0.1.10 |
916 | 2024-05-20T15:20:01.822Z | Downloaded ratatui v0.26.2 |
917 | 2024-05-20T15:20:01.822Z | Downloaded reqwest v0.11.27 |
918 | 2024-05-20T15:20:01.822Z | Downloaded regex-syntax v0.6.29 |
919 | 2024-05-20T15:20:01.822Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
920 | 2024-05-20T15:20:01.822Z | Downloaded regex-automata v0.4.5 |
921 | 2024-05-20T15:20:01.822Z | Downloaded sha3 v0.10.8 |
922 | 2024-05-20T15:20:01.822Z | Downloaded zerocopy-derive v0.6.6 |
923 | 2024-05-20T15:20:01.822Z | Downloaded encoding_rs v0.8.33 |
924 | 2024-05-20T15:20:01.823Z | Downloaded zerocopy-derive v0.2.0 |
925 | 2024-05-20T15:20:01.823Z | Downloaded regex v1.10.4 |
926 | 2024-05-20T15:20:01.823Z | Downloaded rustls v0.22.4 |
927 | 2024-05-20T15:20:01.823Z | Downloaded rustls v0.21.9 |
928 | 2024-05-20T15:20:01.823Z | Downloaded csv v1.3.0 |
929 | 2024-05-20T15:20:01.823Z | Downloaded ring v0.17.8 |
930 | 2024-05-20T15:20:01.890Z | Downloaded ring v0.16.20 |
931 | 2024-05-20T15:20:01.988Z | Downloaded petgraph v0.6.5 |
932 | 2024-05-20T15:20:02.016Z | Downloaded trust-dns-proto v0.22.0 |
933 | 2024-05-20T15:20:02.044Z | Downloaded tokio v1.37.0 |
934 | 2024-05-20T15:20:02.073Z | Downloaded polar-core v0.27.3 |
935 | 2024-05-20T15:20:02.103Z | Downloaded smoltcp v0.11.0 |
936 | 2024-05-20T15:20:02.103Z | Downloaded regex-syntax v0.8.2 |
937 | 2024-05-20T15:20:02.129Z | Downloaded sled v0.34.7 |
938 | 2024-05-20T15:20:02.129Z | Downloaded sqlparser v0.45.0 |
939 | 2024-05-20T15:20:02.129Z | Downloaded tabled v0.15.0 |
940 | 2024-05-20T15:20:02.163Z | Downloaded syn v1.0.109 |
941 | 2024-05-20T15:20:02.163Z | Downloaded regress v0.9.1 |
942 | 2024-05-20T15:20:02.190Z | Downloaded radix_trie v0.2.1 |
943 | 2024-05-20T15:20:02.190Z | Downloaded num-bigint-dig v0.8.4 |
944 | 2024-05-20T15:20:02.190Z | Downloaded zerocopy v0.7.32 |
945 | 2024-05-20T15:20:02.217Z | Downloaded rustls-webpki v0.101.7 |
946 | 2024-05-20T15:20:02.242Z | Downloaded openapiv3 v2.0.0 |
947 | 2024-05-20T15:20:02.243Z | Downloaded smoltcp v0.9.1 |
948 | 2024-05-20T15:20:02.268Z | Downloaded quick-xml v0.31.0 |
949 | 2024-05-20T15:20:02.268Z | Downloaded num-bigint v0.4.4 |
950 | 2024-05-20T15:20:02.268Z | Downloaded curve25519-dalek v4.1.2 |
951 | 2024-05-20T15:20:02.293Z | Downloaded serde_with v3.7.0 |
952 | 2024-05-20T15:20:02.293Z | Downloaded pest v2.7.6 |
953 | 2024-05-20T15:20:02.293Z | Downloaded webpki-roots v0.25.2 |
954 | 2024-05-20T15:20:02.294Z | Downloaded der v0.7.8 |
955 | 2024-05-20T15:20:02.321Z | Downloaded rustls-webpki v0.102.1 |
956 | 2024-05-20T15:20:02.321Z | Downloaded openssl v0.10.64 |
957 | 2024-05-20T15:20:02.355Z | Downloaded object v0.32.1 |
958 | 2024-05-20T15:20:02.355Z | Downloaded object v0.30.4 |
959 | 2024-05-20T15:20:02.382Z | Downloaded rayon-core v1.12.1 |
960 | 2024-05-20T15:20:02.382Z | Downloaded rand v0.8.5 |
961 | 2024-05-20T15:20:02.382Z | Downloaded rstest_macros v0.19.0 |
962 | 2024-05-20T15:20:02.382Z | Downloaded rsa v0.9.2 |
963 | 2024-05-20T15:20:02.382Z | Downloaded ron v0.8.1 |
964 | 2024-05-20T15:20:02.382Z | Downloaded fancy-regex v0.13.0 |
965 | 2024-05-20T15:20:02.409Z | Downloaded expectorate v1.1.0 |
966 | 2024-05-20T15:20:02.409Z | Downloaded plotters v0.3.5 |
967 | 2024-05-20T15:20:02.409Z | Downloaded x509-cert v0.2.4 |
968 | 2024-05-20T15:20:02.409Z | Downloaded steno v0.4.0 |
969 | 2024-05-20T15:20:02.440Z | Downloaded rustyline v14.0.0 |
970 | 2024-05-20T15:20:02.441Z | Downloaded pin-project-internal v1.1.3 |
971 | 2024-05-20T15:20:02.441Z | Downloaded peg v0.8.3 |
972 | 2024-05-20T15:20:02.441Z | Downloaded password-hash v0.5.0 |
973 | 2024-05-20T15:20:02.441Z | Downloaded partial-io v0.5.4 |
974 | 2024-05-20T15:20:02.441Z | Downloaded parking_lot_core v0.8.6 |
975 | 2024-05-20T15:20:02.441Z | Downloaded parking_lot v0.12.1 |
976 | 2024-05-20T15:20:02.441Z | Downloaded papergrid v0.11.0 |
977 | 2024-05-20T15:20:02.474Z | Downloaded slog v2.7.0 |
978 | 2024-05-20T15:20:02.474Z | Downloaded fatfs v0.3.6 |
979 | 2024-05-20T15:20:02.474Z | Downloaded portable-atomic v1.4.3 |
980 | 2024-05-20T15:20:02.474Z | Downloaded parking_lot v0.11.2 |
981 | 2024-05-20T15:20:02.475Z | Downloaded num-iter v0.1.45 |
982 | 2024-05-20T15:20:02.475Z | Downloaded fixedbitset v0.4.2 |
983 | 2024-05-20T15:20:02.475Z | Downloaded env_logger v0.10.0 |
984 | 2024-05-20T15:20:02.475Z | Downloaded env_logger v0.9.3 |
985 | 2024-05-20T15:20:03.739Z | Downloaded zerocopy v0.6.6 |
986 | 2024-05-20T15:20:03.739Z | Downloaded elliptic-curve v0.13.8 |
987 | 2024-05-20T15:20:03.740Z | Downloaded hashbrown v0.13.2 |
988 | 2024-05-20T15:20:03.740Z | Downloaded flate2 v1.0.30 |
989 | 2024-05-20T15:20:03.740Z | Downloaded rand_xorshift v0.3.0 |
990 | 2024-05-20T15:20:03.740Z | Downloaded paste v1.0.15 |
991 | 2024-05-20T15:20:03.740Z | Downloaded fd-lock v4.0.2 |
992 | 2024-05-20T15:20:03.740Z | Downloaded rstest v0.19.0 |
993 | 2024-05-20T15:20:03.790Z | Downloaded erased-serde v0.3.31 |
994 | 2024-05-20T15:20:03.791Z | Downloaded typed-path v0.7.0 |
995 | 2024-05-20T15:20:03.791Z | Downloaded trust-dns-server v0.22.1 |
996 | 2024-05-20T15:20:03.791Z | Downloaded trust-dns-resolver v0.22.0 |
997 | 2024-05-20T15:20:03.791Z | Downloaded rand_core v0.6.4 |
998 | 2024-05-20T15:20:03.791Z | Downloaded rand_chacha v0.3.1 |
999 | 2024-05-20T15:20:03.791Z | Downloaded rpassword v7.3.1 |
1000 | 2024-05-20T15:20:03.791Z | Downloaded hashbrown v0.12.3 |
1001 | 2024-05-20T15:20:03.791Z | Downloaded r2d2 v0.8.10 |
1002 | 2024-05-20T15:20:03.791Z | Downloaded flagset v0.4.3 |
1003 | 2024-05-20T15:20:03.791Z | Downloaded yasna v0.5.2 |
1004 | 2024-05-20T15:20:03.791Z | Downloaded flume v0.11.0 |
1005 | 2024-05-20T15:20:03.791Z | Downloaded pathdiff v0.2.1 |
1006 | 2024-05-20T15:20:03.791Z | Downloaded path-slash v0.1.5 |
1007 | 2024-05-20T15:20:03.791Z | Downloaded parse-size v1.0.0 |
1008 | 2024-05-20T15:20:03.791Z | Downloaded num-integer v0.1.46 |
1009 | 2024-05-20T15:20:03.791Z | Downloaded num-conv v0.1.0 |
1010 | 2024-05-20T15:20:03.791Z | Downloaded num-complex v0.4.6 |
1011 | 2024-05-20T15:20:03.791Z | Downloaded filetime v0.2.23 |
1012 | 2024-05-20T15:20:03.791Z | Downloaded ff v0.13.0 |
1013 | 2024-05-20T15:20:03.791Z | Downloaded slog-async v2.8.0 |
1014 | 2024-05-20T15:20:03.791Z | Downloaded slab v0.4.9 |
1015 | 2024-05-20T15:20:03.791Z | Downloaded siphasher v0.3.11 |
1016 | 2024-05-20T15:20:03.792Z | Downloaded similar-asserts v1.5.0 |
1017 | 2024-05-20T15:20:03.792Z | Downloaded fastrand v2.0.1 |
1018 | 2024-05-20T15:20:03.792Z | Downloaded fallible-iterator v0.2.0 |
1019 | 2024-05-20T15:20:03.792Z | Downloaded smallvec v1.13.1 |
1020 | 2024-05-20T15:20:03.792Z | Downloaded zip v0.6.6 |
1021 | 2024-05-20T15:20:03.792Z | Downloaded enum-as-inner v0.5.1 |
1022 | 2024-05-20T15:20:03.792Z | Downloaded slog-term v2.9.1 |
1023 | 2024-05-20T15:20:03.792Z | Downloaded salty v0.2.0 |
1024 | 2024-05-20T15:20:03.792Z | Downloaded unicode-normalization v0.1.22 |
1025 | 2024-05-20T15:20:03.792Z | Downloaded trust-dns-client v0.22.0 |
1026 | 2024-05-20T15:20:03.792Z | Downloaded tracing-core v0.1.32 |
1027 | 2024-05-20T15:20:03.792Z | Downloaded gimli v0.28.0 |
1028 | 2024-05-20T15:20:03.792Z | Downloaded diesel v2.1.6 |
1029 | 2024-05-20T15:20:03.792Z | Downloaded slog-stdlog v4.1.1 |
1030 | 2024-05-20T15:20:03.792Z | Downloaded slog-scope v4.4.0 |
1031 | 2024-05-20T15:20:03.792Z | Downloaded slog-json v2.6.1 |
1032 | 2024-05-20T15:20:03.792Z | Downloaded slog-envlogger v2.2.0 |
1033 | 2024-05-20T15:20:03.792Z | Downloaded yansi v0.5.1 |
1034 | 2024-05-20T15:20:03.792Z | Downloaded xattr v1.0.1 |
1035 | 2024-05-20T15:20:03.792Z | Downloaded whoami v1.5.1 |
1036 | 2024-05-20T15:20:03.792Z | Downloaded tracing-attributes v0.1.27 |
1037 | 2024-05-20T15:20:03.792Z | Downloaded structmeta v0.3.0 |
1038 | 2024-05-20T15:20:03.792Z | Downloaded structmeta v0.2.0 |
1039 | 2024-05-20T15:20:03.793Z | Downloaded strip-ansi-escapes v0.2.0 |
1040 | 2024-05-20T15:20:03.793Z | Downloaded stringprep v0.1.3 |
1041 | 2024-05-20T15:20:03.793Z | Downloaded der_derive v0.7.2 |
1042 | 2024-05-20T15:20:03.793Z | Downloaded datatest-stable v0.2.9 |
1043 | 2024-05-20T15:20:03.793Z | Downloaded zerocopy-derive v0.7.32 |
1044 | 2024-05-20T15:20:03.793Z | Downloaded samael v0.0.15 |
1045 | 2024-05-20T15:20:03.793Z | Downloaded tokio-util v0.7.10 |
1046 | 2024-05-20T15:20:03.793Z | Downloaded endian-type v0.1.2 |
1047 | 2024-05-20T15:20:03.793Z | Downloaded zerocopy v0.3.0 |
1048 | 2024-05-20T15:20:03.793Z | Downloaded structmeta-derive v0.2.0 |
1049 | 2024-05-20T15:20:03.793Z | Downloaded strsim v0.10.0 |
1050 | 2024-05-20T15:20:03.793Z | Downloaded string_cache v0.8.7 |
1051 | 2024-05-20T15:20:03.793Z | Downloaded static_assertions v1.1.0 |
1052 | 2024-05-20T15:20:03.793Z | Downloaded sqlformat v0.2.3 |
1053 | 2024-05-20T15:20:03.793Z | Downloaded smallvec v0.6.14 |
1054 | 2024-05-20T15:20:03.793Z | Downloaded rustls-pemfile v2.1.2 |
1055 | 2024-05-20T15:20:03.793Z | Downloaded headers v0.3.9 |
1056 | 2024-05-20T15:20:03.793Z | Downloaded tungstenite v0.21.0 |
1057 | 2024-05-20T15:20:03.793Z | Downloaded defmt-macros v0.3.6 |
1058 | 2024-05-20T15:20:03.793Z | Downloaded defmt v0.3.5 |
1059 | 2024-05-20T15:20:03.793Z | Downloaded debug-ignore v1.0.5 |
1060 | 2024-05-20T15:20:03.793Z | Downloaded rustls-pemfile v1.0.3 |
1061 | 2024-05-20T15:20:03.793Z | Downloaded rustls-native-certs v0.7.0 |
1062 | 2024-05-20T15:20:03.794Z | Downloaded darling_core v0.20.8 |
1063 | 2024-05-20T15:20:03.794Z | Downloaded peg-macros v0.8.3 |
1064 | 2024-05-20T15:20:03.794Z | Downloaded schemars v0.8.17 |
1065 | 2024-05-20T15:20:03.794Z | Downloaded dof v0.1.5 |
1066 | 2024-05-20T15:20:03.794Z | Downloaded data-encoding v2.4.0 |
1067 | 2024-05-20T15:20:03.794Z | Downloaded trybuild v1.0.91 |
1068 | 2024-05-20T15:20:03.794Z | Downloaded stability v0.2.0 |
1069 | 2024-05-20T15:20:03.794Z | Downloaded sqlparser_derive v0.2.2 |
1070 | 2024-05-20T15:20:03.794Z | Downloaded ena v0.14.2 |
1071 | 2024-05-20T15:20:03.794Z | Downloaded ed25519 v1.5.3 |
1072 | 2024-05-20T15:20:03.794Z | Downloaded dirs-sys-next v0.1.2 |
1073 | 2024-05-20T15:20:03.794Z | Downloaded similar v2.4.0 |
1074 | 2024-05-20T15:20:03.794Z | Downloaded futures v0.3.30 |
1075 | 2024-05-20T15:20:03.794Z | Downloaded unicode_categories v0.1.1 |
1076 | 2024-05-20T15:20:03.794Z | Downloaded unicode-segmentation v1.10.1 |
1077 | 2024-05-20T15:20:03.794Z | Downloaded typenum v1.16.0 |
1078 | 2024-05-20T15:20:03.794Z | Downloaded dyn-clone v1.0.17 |
1079 | 2024-05-20T15:20:03.794Z | Downloaded dof v0.3.0 |
1080 | 2024-05-20T15:20:03.794Z | Downloaded rustls-pki-types v1.3.0 |
1081 | 2024-05-20T15:20:03.794Z | Downloaded serde_with_macros v3.7.0 |
1082 | 2024-05-20T15:20:03.794Z | Downloaded serde_yaml v0.9.25 |
1083 | 2024-05-20T15:20:03.794Z | Downloaded pem-rfc7468 v0.7.0 |
1084 | 2024-05-20T15:20:03.794Z | Downloaded num-traits v0.2.19 |
1085 | 2024-05-20T15:20:03.795Z | Downloaded dtrace-parser v0.1.14 |
1086 | 2024-05-20T15:20:03.795Z | Downloaded downcast v0.11.0 |
1087 | 2024-05-20T15:20:03.795Z | Downloaded darling_macro v0.20.8 |
1088 | 2024-05-20T15:20:03.795Z | Downloaded fnv v1.0.7 |
1089 | 2024-05-20T15:20:03.795Z | Downloaded float-cmp v0.9.0 |
1090 | 2024-05-20T15:20:03.795Z | Downloaded zeroize_derive v1.4.2 |
1091 | 2024-05-20T15:20:03.795Z | Downloaded zeroize v1.7.0 |
1092 | 2024-05-20T15:20:03.795Z | Downloaded serde_tokenstream v0.2.0 |
1093 | 2024-05-20T15:20:03.848Z | Downloaded pin-project v1.1.3 |
1094 | 2024-05-20T15:20:03.848Z | Downloaded url v2.5.0 |
1095 | 2024-05-20T15:20:03.848Z | Downloaded tui-tree-widget v0.19.0 |
1096 | 2024-05-20T15:20:03.848Z | Downloaded subprocess v0.2.9 |
1097 | 2024-05-20T15:20:03.848Z | Downloaded postcard v1.0.8 |
1098 | 2024-05-20T15:20:03.848Z | Downloaded reedline v0.31.0 |
1099 | 2024-05-20T15:20:03.848Z | Downloaded chrono v0.4.38 |
1100 | 2024-05-20T15:20:03.848Z | Downloaded bindgen v0.69.2 |
1101 | 2024-05-20T15:20:03.848Z | Downloaded display-error-chain v0.2.0 |
1102 | 2024-05-20T15:20:03.848Z | Downloaded rusty-fork v0.3.0 |
1103 | 2024-05-20T15:20:03.848Z | Downloaded rustversion v1.0.14 |
1104 | 2024-05-20T15:20:03.849Z | Downloaded futures-channel v0.3.30 |
1105 | 2024-05-20T15:20:03.849Z | Downloaded darling v0.20.8 |
1106 | 2024-05-20T15:20:03.849Z | Downloaded csv-core v0.1.11 |
1107 | 2024-05-20T15:20:03.849Z | Downloaded zone v0.1.8 |
1108 | 2024-05-20T15:20:03.849Z | Downloaded serde_urlencoded v0.7.1 |
1109 | 2024-05-20T15:20:03.849Z | Downloaded serde_plain v1.0.2 |
1110 | 2024-05-20T15:20:03.849Z | Downloaded pest_meta v2.7.6 |
1111 | 2024-05-20T15:20:03.849Z | Downloaded percent-encoding v2.3.1 |
1112 | 2024-05-20T15:20:03.849Z | Downloaded pem v3.0.4 |
1113 | 2024-05-20T15:20:03.849Z | Downloaded unsafe-libyaml v0.2.10 |
1114 | 2024-05-20T15:20:03.849Z | Downloaded unicode-bidi v0.3.15 |
1115 | 2024-05-20T15:20:03.849Z | Downloaded schemars_derive v0.8.17 |
1116 | 2024-05-20T15:20:03.849Z | Downloaded num-rational v0.4.2 |
1117 | 2024-05-20T15:20:03.849Z | Downloaded time v0.3.34 |
1118 | 2024-05-20T15:20:03.849Z | Downloaded strum_macros v0.26.1 |
1119 | 2024-05-20T15:20:03.849Z | Downloaded strum_macros v0.25.2 |
1120 | 2024-05-20T15:20:03.849Z | Downloaded proptest v1.4.0 |
1121 | 2024-05-20T15:20:03.849Z | Downloaded poly1305 v0.8.0 |
1122 | 2024-05-20T15:20:03.849Z | Downloaded pkcs1 v0.7.5 |
1123 | 2024-05-20T15:20:03.849Z | Downloaded vcpkg v0.2.15 |
1124 | 2024-05-20T15:20:03.849Z | Downloaded nix v0.28.0 |
1125 | 2024-05-20T15:20:03.849Z | Downloaded futures-core v0.3.30 |
1126 | 2024-05-20T15:20:03.849Z | Downloaded funty v2.0.0 |
1127 | 2024-05-20T15:20:03.850Z | Downloaded fragile v2.0.0 |
1128 | 2024-05-20T15:20:03.850Z | Downloaded foreign-types-macros v0.2.3 |
1129 | 2024-05-20T15:20:03.850Z | Downloaded foreign-types v0.5.0 |
1130 | 2024-05-20T15:20:03.850Z | Downloaded signal-hook-registry v1.4.1 |
1131 | 2024-05-20T15:20:03.850Z | Downloaded sha2 v0.10.8 |
1132 | 2024-05-20T15:20:03.850Z | Downloaded pest_derive v2.7.6 |
1133 | 2024-05-20T15:20:03.850Z | Downloaded scheduled-thread-pool v0.2.7 |
1134 | 2024-05-20T15:20:03.850Z | Downloaded same-file v1.0.6 |
1135 | 2024-05-20T15:20:03.850Z | Downloaded num_cpus v1.16.0 |
1136 | 2024-05-20T15:20:03.850Z | Downloaded subtle v2.5.0 |
1137 | 2024-05-20T15:20:03.850Z | Downloaded postgres-protocol v0.6.6 |
1138 | 2024-05-20T15:20:03.850Z | Downloaded toml_edit v0.19.15 |
1139 | 2024-05-20T15:20:03.850Z | Downloaded crypto-common v0.1.6 |
1140 | 2024-05-20T15:20:03.850Z | Downloaded signature v2.1.0 |
1141 | 2024-05-20T15:20:03.850Z | Downloaded sha1 v0.10.6 |
1142 | 2024-05-20T15:20:03.850Z | Downloaded peg-runtime v0.8.3 |
1143 | 2024-05-20T15:20:03.850Z | Downloaded walkdir v2.5.0 |
1144 | 2024-05-20T15:20:03.850Z | Downloaded vte v0.11.1 |
1145 | 2024-05-20T15:20:03.850Z | Downloaded ucd-trie v0.1.6 |
1146 | 2024-05-20T15:20:03.850Z | Downloaded oso v0.27.3 |
1147 | 2024-05-20T15:20:03.850Z | Downloaded num_enum_derive v0.5.11 |
1148 | 2024-05-20T15:20:03.850Z | Downloaded num_enum v0.5.11 |
1149 | 2024-05-20T15:20:03.850Z | Downloaded supports-color v3.0.0 |
1150 | 2024-05-20T15:20:03.850Z | Downloaded postgres-types v0.2.6 |
1151 | 2024-05-20T15:20:03.851Z | Downloaded pkcs8 v0.10.2 |
1152 | 2024-05-20T15:20:03.851Z | Downloaded derive-where v1.2.7 |
1153 | 2024-05-20T15:20:03.851Z | Downloaded snafu v0.8.2 |
1154 | 2024-05-20T15:20:03.851Z | Downloaded idna v0.5.0 |
1155 | 2024-05-20T15:20:03.851Z | Downloaded foreign-types-shared v0.1.1 |
1156 | 2024-05-20T15:20:03.851Z | Downloaded foreign-types v0.3.2 |
1157 | 2024-05-20T15:20:03.851Z | Downloaded curve25519-dalek-derive v0.1.0 |
1158 | 2024-05-20T15:20:03.851Z | Downloaded cstr-argument v0.1.2 |
1159 | 2024-05-20T15:20:03.851Z | Downloaded zone_cfg_derive v0.1.2 |
1160 | 2024-05-20T15:20:03.851Z | Downloaded signature v1.6.4 |
1161 | 2024-05-20T15:20:03.851Z | Downloaded signal-hook-mio v0.2.3 |
1162 | 2024-05-20T15:20:03.851Z | Downloaded pest_generator v2.7.6 |
1163 | 2024-05-20T15:20:03.851Z | Downloaded try-lock v0.2.4 |
1164 | 2024-05-20T15:20:03.851Z | Downloaded synstructure v0.12.6 |
1165 | 2024-05-20T15:20:03.851Z | Downloaded strum_macros v0.24.3 |
1166 | 2024-05-20T15:20:03.851Z | Downloaded structmeta-derive v0.3.0 |
1167 | 2024-05-20T15:20:03.851Z | Downloaded platforms v3.0.2 |
1168 | 2024-05-20T15:20:03.851Z | Downloaded h2 v0.3.26 |
1169 | 2024-05-20T15:20:03.851Z | Downloaded goblin v0.8.0 |
1170 | 2024-05-20T15:20:03.851Z | Downloaded futures-task v0.3.30 |
1171 | 2024-05-20T15:20:03.851Z | Downloaded phf_shared v0.11.2 |
1172 | 2024-05-20T15:20:03.851Z | Downloaded phf v0.11.2 |
1173 | 2024-05-20T15:20:03.852Z | Downloaded which v4.4.0 |
1174 | 2024-05-20T15:20:03.852Z | Downloaded want v0.3.1 |
1175 | 2024-05-20T15:20:03.852Z | Downloaded wait-timeout v0.2.0 |
1176 | 2024-05-20T15:20:03.852Z | Downloaded untrusted v0.9.0 |
1177 | 2024-05-20T15:20:03.852Z | Downloaded untrusted v0.7.1 |
1178 | 2024-05-20T15:20:03.852Z | Downloaded universal-hash v0.5.1 |
1179 | 2024-05-20T15:20:03.852Z | Downloaded unicode-xid v0.2.4 |
1180 | 2024-05-20T15:20:03.852Z | Downloaded unicode-width v0.1.11 |
1181 | 2024-05-20T15:20:03.852Z | Downloaded unicode-linebreak v0.1.5 |
1182 | 2024-05-20T15:20:03.852Z | Downloaded unicase v2.7.0 |
1183 | 2024-05-20T15:20:03.852Z | Downloaded unarray v0.1.4 |
1184 | 2024-05-20T15:20:03.852Z | Downloaded serde_derive_internals v0.29.0 |
1185 | 2024-05-20T15:20:03.852Z | Downloaded openssl-sys v0.9.102 |
1186 | 2024-05-20T15:20:03.852Z | Downloaded omicron-zone-package v0.11.0 |
1187 | 2024-05-20T15:20:03.852Z | Downloaded tracing v0.1.40 |
1188 | 2024-05-20T15:20:03.852Z | Downloaded powerfmt v0.2.0 |
1189 | 2024-05-20T15:20:03.852Z | Downloaded plotters-backend v0.3.5 |
1190 | 2024-05-20T15:20:03.852Z | Downloaded plain v0.2.3 |
1191 | 2024-05-20T15:20:03.852Z | Downloaded pkg-config v0.3.27 |
1192 | 2024-05-20T15:20:03.852Z | Downloaded derive_builder_core v0.20.0 |
1193 | 2024-05-20T15:20:03.902Z | Downloaded derive_builder v0.20.0 |
1194 | 2024-05-20T15:20:03.902Z | Downloaded toml v0.7.8 |
1195 | 2024-05-20T15:20:03.902Z | Downloaded toml v0.5.11 |
1196 | 2024-05-20T15:20:03.902Z | Downloaded waitgroup v0.1.2 |
1197 | 2024-05-20T15:20:03.902Z | Downloaded vte_generate_state_changes v0.1.1 |
1198 | 2024-05-20T15:20:03.902Z | Downloaded serde_path_to_error v0.1.16 |
1199 | 2024-05-20T15:20:03.902Z | Downloaded serde_arrays v0.1.0 |
1200 | 2024-05-20T15:20:03.902Z | Downloaded serde-hex v0.1.0 |
1201 | 2024-05-20T15:20:03.902Z | Downloaded semver v0.1.20 |
1202 | 2024-05-20T15:20:03.902Z | Downloaded secrecy v0.8.0 |
1203 | 2024-05-20T15:20:03.902Z | Downloaded sec1 v0.7.3 |
1204 | 2024-05-20T15:20:03.902Z | Downloaded scopeguard v1.2.0 |
1205 | 2024-05-20T15:20:03.902Z | Downloaded once_cell v1.19.0 |
1206 | 2024-05-20T15:20:03.902Z | Downloaded tokio-postgres v0.7.10 |
1207 | 2024-05-20T15:20:03.902Z | Downloaded sync_wrapper v0.1.2 |
1208 | 2024-05-20T15:20:03.902Z | Downloaded strum v0.26.2 |
1209 | 2024-05-20T15:20:03.902Z | Downloaded portpicker v0.1.1 |
1210 | 2024-05-20T15:20:03.902Z | Downloaded plotters-svg v0.3.5 |
1211 | 2024-05-20T15:20:03.902Z | Downloaded futures-util v0.3.30 |
1212 | 2024-05-20T15:20:03.902Z | Downloaded futures-timer v3.0.2 |
1213 | 2024-05-20T15:20:03.902Z | Downloaded futures-sink v0.3.30 |
1214 | 2024-05-20T15:20:03.903Z | Downloaded futures-macro v0.3.30 |
1215 | 2024-05-20T15:20:03.903Z | Downloaded futures-io v0.3.30 |
1216 | 2024-05-20T15:20:03.903Z | Downloaded futures-executor v0.3.30 |
1217 | 2024-05-20T15:20:03.903Z | Downloaded deranged v0.3.11 |
1218 | 2024-05-20T15:20:03.903Z | Downloaded usdt-impl v0.3.5 |
1219 | 2024-05-20T15:20:03.903Z | Downloaded test-strategy v0.3.1 |
1220 | 2024-05-20T15:20:03.903Z | Downloaded lalrpop v0.19.12 |
1221 | 2024-05-20T15:20:03.903Z | Downloaded crossterm v0.27.0 |
1222 | 2024-05-20T15:20:03.903Z | Downloaded serde-big-array v0.4.1 |
1223 | 2024-05-20T15:20:03.903Z | Downloaded packed_struct v0.10.1 |
1224 | 2024-05-20T15:20:03.903Z | Downloaded owo-colors v4.0.0 |
1225 | 2024-05-20T15:20:03.903Z | Downloaded olpc-cjson v0.1.3 |
1226 | 2024-05-20T15:20:03.903Z | Downloaded tinyvec v1.6.0 |
1227 | 2024-05-20T15:20:03.903Z | Downloaded guppy v0.17.5 |
1228 | 2024-05-20T15:20:03.903Z | Downloaded usdt-impl v0.5.0 |
1229 | 2024-05-20T15:20:03.903Z | Downloaded usdt v0.5.0 |
1230 | 2024-05-20T15:20:03.903Z | Downloaded usdt v0.3.5 |
1231 | 2024-05-20T15:20:03.903Z | Downloaded tokio-tungstenite v0.20.1 |
1232 | 2024-05-20T15:20:03.903Z | Downloaded socket2 v0.4.9 |
1233 | 2024-05-20T15:20:03.903Z | Downloaded oso-derive v0.27.3 |
1234 | 2024-05-20T15:20:03.903Z | Downloaded openssl-probe v0.1.5 |
1235 | 2024-05-20T15:20:03.903Z | Downloaded openssl-macros v0.1.1 |
1236 | 2024-05-20T15:20:03.903Z | Downloaded oorandom v11.1.3 |
1237 | 2024-05-20T15:20:03.903Z | Downloaded tokio-stream v0.1.15 |
1238 | 2024-05-20T15:20:03.904Z | Downloaded tokio-rustls v0.25.0 |
1239 | 2024-05-20T15:20:03.904Z | Downloaded tokio-rustls v0.24.1 |
1240 | 2024-05-20T15:20:03.904Z | Downloaded tokio-macros v2.2.0 |
1241 | 2024-05-20T15:20:03.904Z | Downloaded tinytemplate v1.2.1 |
1242 | 2024-05-20T15:20:03.904Z | Downloaded time-macros v0.2.17 |
1243 | 2024-05-20T15:20:03.904Z | Downloaded tempfile v3.10.1 |
1244 | 2024-05-20T15:20:03.904Z | Downloaded target-spec v3.1.0 |
1245 | 2024-05-20T15:20:03.904Z | Downloaded tar v0.4.40 |
1246 | 2024-05-20T15:20:03.904Z | Downloaded tokio-tungstenite v0.21.0 |
1247 | 2024-05-20T15:20:03.904Z | Downloaded term v0.7.0 |
1248 | 2024-05-20T15:20:03.904Z | Downloaded snafu-derive v0.8.2 |
1249 | 2024-05-20T15:20:03.904Z | Downloaded rustc-demangle v0.1.23 |
1250 | 2024-05-20T15:20:03.904Z | Downloaded number_prefix v0.4.0 |
1251 | 2024-05-20T15:20:03.904Z | Downloaded num_threads v0.1.6 |
1252 | 2024-05-20T15:20:03.904Z | Downloaded tiny-keccak v2.0.2 |
1253 | 2024-05-20T15:20:03.904Z | Downloaded threadpool v1.8.1 |
1254 | 2024-05-20T15:20:03.904Z | Downloaded thread_local v1.1.7 |
1255 | 2024-05-20T15:20:03.904Z | Downloaded thread-id v4.2.0 |
1256 | 2024-05-20T15:20:03.904Z | Downloaded thiserror-no-std v2.0.2 |
1257 | 2024-05-20T15:20:03.904Z | Downloaded publicsuffix v2.2.3 |
1258 | 2024-05-20T15:20:03.904Z | Downloaded pretty_assertions v1.4.0 |
1259 | 2024-05-20T15:20:03.904Z | Downloaded usdt-attr-macro v0.5.0 |
1260 | 2024-05-20T15:20:03.904Z | Downloaded usdt-attr-macro v0.3.5 |
1261 | 2024-05-20T15:20:03.904Z | Downloaded termcolor v1.2.0 |
1262 | 2024-05-20T15:20:03.905Z | Downloaded tower-layer v0.3.2 |
1263 | 2024-05-20T15:20:03.905Z | Downloaded tokio-native-tls v0.3.1 |
1264 | 2024-05-20T15:20:03.905Z | Downloaded tinyvec_macros v0.1.1 |
1265 | 2024-05-20T15:20:03.905Z | Downloaded thiserror-impl-no-std v2.0.2 |
1266 | 2024-05-20T15:20:03.905Z | Downloaded target-lexicon v0.12.13 |
1267 | 2024-05-20T15:20:03.905Z | Downloaded prettyplease v0.2.20 |
1268 | 2024-05-20T15:20:03.905Z | Downloaded tough v0.17.1 |
1269 | 2024-05-20T15:20:03.905Z | Downloaded termios v0.3.3 |
1270 | 2024-05-20T15:20:03.905Z | Downloaded smf v0.2.3 |
1271 | 2024-05-20T15:20:03.905Z | Downloaded smawk v0.3.1 |
1272 | 2024-05-20T15:20:03.905Z | Downloaded rcgen v0.12.1 |
1273 | 2024-05-20T15:20:03.905Z | Downloaded crossbeam-channel v0.5.8 |
1274 | 2024-05-20T15:20:03.905Z | Downloaded criterion v0.5.1 |
1275 | 2024-05-20T15:20:03.905Z | Downloaded tap v1.0.1 |
1276 | 2024-05-20T15:20:03.905Z | Downloaded take_mut v0.2.2 |
1277 | 2024-05-20T15:20:03.905Z | Downloaded tabwriter v1.4.0 |
1278 | 2024-05-20T15:20:03.905Z | Downloaded tabled_derive v0.7.0 |
1279 | 2024-05-20T15:20:03.905Z | Downloaded proc-macro-error v1.0.4 |
1280 | 2024-05-20T15:20:03.905Z | Downloaded half v2.3.1 |
1281 | 2024-05-20T15:20:03.905Z | Downloaded tower v0.4.13 |
1282 | 2024-05-20T15:20:03.905Z | Downloaded shell-words v1.1.0 |
1283 | 2024-05-20T15:20:03.905Z | Downloaded serde_tokenstream v0.1.7 |
1284 | 2024-05-20T15:20:03.905Z | Downloaded serde_repr v0.1.16 |
1285 | 2024-05-20T15:20:03.906Z | Downloaded sct v0.7.0 |
1286 | 2024-05-20T15:20:03.906Z | Downloaded scroll v0.12.0 |
1287 | 2024-05-20T15:20:03.906Z | Downloaded rust-argon2 v2.1.0 |
1288 | 2024-05-20T15:20:03.906Z | Downloaded psl-types v2.0.11 |
1289 | 2024-05-20T15:20:03.906Z | Downloaded proc-macro-error-attr v1.0.4 |
1290 | 2024-05-20T15:20:03.906Z | Downloaded proc-macro-crate v1.3.1 |
1291 | 2024-05-20T15:20:03.906Z | Downloaded pretty-hex v0.4.1 |
1292 | 2024-05-20T15:20:03.906Z | Downloaded pretty-hex v0.2.1 |
1293 | 2024-05-20T15:20:03.957Z | Downloaded predicates-tree v1.0.9 |
1294 | 2024-05-20T15:20:03.957Z | Downloaded predicates-core v1.0.6 |
1295 | 2024-05-20T15:20:03.957Z | Downloaded predicates v3.1.0 |
1296 | 2024-05-20T15:20:03.957Z | Downloaded precomputed-hash v0.1.1 |
1297 | 2024-05-20T15:20:03.957Z | Downloaded ppv-lite86 v0.2.17 |
1298 | 2024-05-20T15:20:03.957Z | Downloaded hash32 v0.2.1 |
1299 | 2024-05-20T15:20:03.957Z | Downloaded globset v0.4.13 |
1300 | 2024-05-20T15:20:03.957Z | Downloaded getrandom v0.2.12 |
1301 | 2024-05-20T15:20:03.957Z | Downloaded getopts v0.2.21 |
1302 | 2024-05-20T15:20:03.957Z | Downloaded generic-array v0.14.7 |
1303 | 2024-05-20T15:20:03.957Z | Downloaded diff v0.1.13 |
1304 | 2024-05-20T15:20:03.957Z | Downloaded diesel_derives v2.1.2 |
1305 | 2024-05-20T15:20:03.957Z | Downloaded derive_more v0.99.17 |
1306 | 2024-05-20T15:20:03.957Z | Downloaded termtree v0.4.1 |
1307 | 2024-05-20T15:20:03.958Z | Downloaded scroll_derive v0.12.0 |
1308 | 2024-05-20T15:20:03.958Z | Downloaded rustc_version v0.1.7 |
1309 | 2024-05-20T15:20:03.958Z | Downloaded rustc-hash v1.1.0 |
1310 | 2024-05-20T15:20:03.958Z | Downloaded rtoolbox v0.0.1 |
1311 | 2024-05-20T15:20:03.958Z | Downloaded relative-path v1.9.0 |
1312 | 2024-05-20T15:20:03.958Z | Downloaded nom v7.1.3 |
1313 | 2024-05-20T15:20:03.958Z | Downloaded mio v0.8.11 |
1314 | 2024-05-20T15:20:03.958Z | Downloaded idna v0.3.0 |
1315 | 2024-05-20T15:20:03.958Z | Downloaded idna v0.2.3 |
1316 | 2024-05-20T15:20:03.958Z | Downloaded crossbeam-utils v0.8.19 |
1317 | 2024-05-20T15:20:03.958Z | Downloaded crossbeam-deque v0.8.3 |
1318 | 2024-05-20T15:20:03.958Z | Downloaded crc-any v2.4.3 |
1319 | 2024-05-20T15:20:03.958Z | Downloaded compact_str v0.7.1 |
1320 | 2024-05-20T15:20:03.958Z | Downloaded cobs v0.2.3 |
1321 | 2024-05-20T15:20:03.958Z | Downloaded bstr v1.9.0 |
1322 | 2024-05-20T15:20:03.958Z | Downloaded glob v0.3.1 |
1323 | 2024-05-20T15:20:03.958Z | Downloaded gethostname v0.4.3 |
1324 | 2024-05-20T15:20:03.958Z | Downloaded vsss-rs v3.3.4 |
1325 | 2024-05-20T15:20:03.958Z | Downloaded uuid v1.8.0 |
1326 | 2024-05-20T15:20:03.958Z | Downloaded textwrap v0.16.1 |
1327 | 2024-05-20T15:20:03.958Z | Downloaded socket2 v0.5.6 |
1328 | 2024-05-20T15:20:03.958Z | Downloaded rustc_version v0.4.0 |
1329 | 2024-05-20T15:20:03.958Z | Downloaded minimal-lexical v0.2.1 |
1330 | 2024-05-20T15:20:03.959Z | Downloaded libxml v0.3.3 |
1331 | 2024-05-20T15:20:03.959Z | Downloaded libm v0.2.7 |
1332 | 2024-05-20T15:20:03.959Z | Downloaded cookie v0.17.0 |
1333 | 2024-05-20T15:20:03.959Z | Downloaded const_format_proc_macros v0.2.32 |
1334 | 2024-05-20T15:20:03.959Z | Downloaded colored v2.1.0 |
1335 | 2024-05-20T15:20:03.959Z | Downloaded fxhash v0.2.1 |
1336 | 2024-05-20T15:20:03.959Z | Downloaded form_urlencoded v1.2.1 |
1337 | 2024-05-20T15:20:03.959Z | Downloaded dirs-next v2.0.0 |
1338 | 2024-05-20T15:20:03.959Z | Downloaded digest v0.10.7 |
1339 | 2024-05-20T15:20:03.959Z | Downloaded difflib v0.4.0 |
1340 | 2024-05-20T15:20:03.959Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1341 | 2024-05-20T15:20:03.959Z | Downloaded derive_builder_macro v0.20.0 |
1342 | 2024-05-20T15:20:03.959Z | Downloaded version_check v0.9.4 |
1343 | 2024-05-20T15:20:03.959Z | Downloaded uzers v0.11.3 |
1344 | 2024-05-20T15:20:03.959Z | Downloaded utf-8 v0.7.6 |
1345 | 2024-05-20T15:20:03.959Z | Downloaded topological-sort v0.2.2 |
1346 | 2024-05-20T15:20:03.959Z | Downloaded spki v0.7.2 |
1347 | 2024-05-20T15:20:03.959Z | Downloaded spin v0.9.8 |
1348 | 2024-05-20T15:20:03.959Z | Downloaded signal-hook v0.3.17 |
1349 | 2024-05-20T15:20:03.959Z | Downloaded rand_seeder v0.2.3 |
1350 | 2024-05-20T15:20:03.959Z | Downloaded mockall_derive v0.12.1 |
1351 | 2024-05-20T15:20:03.959Z | Downloaded miniz_oxide v0.7.1 |
1352 | 2024-05-20T15:20:03.960Z | Downloaded itertools v0.10.5 |
1353 | 2024-05-20T15:20:03.960Z | Downloaded hyper-util v0.1.2 |
1354 | 2024-05-20T15:20:03.960Z | Downloaded cookie v0.18.1 |
1355 | 2024-05-20T15:20:03.960Z | Downloaded console v0.15.8 |
1356 | 2024-05-20T15:20:03.960Z | Downloaded clang-sys v1.6.1 |
1357 | 2024-05-20T15:20:03.960Z | Downloaded bitvec v1.0.1 |
1358 | 2024-05-20T15:20:03.960Z | Downloaded usdt-macro v0.3.5 |
1359 | 2024-05-20T15:20:03.960Z | Downloaded toolchain_find v0.4.0 |
1360 | 2024-05-20T15:20:03.960Z | Downloaded spin v0.5.2 |
1361 | 2024-05-20T15:20:03.960Z | Downloaded slog-dtrace v0.3.0 |
1362 | 2024-05-20T15:20:03.960Z | Downloaded slog-bunyan v2.5.0 |
1363 | 2024-05-20T15:20:03.960Z | Downloaded shlex v1.3.0 |
1364 | 2024-05-20T15:20:03.960Z | Downloaded num v0.4.3 |
1365 | 2024-05-20T15:20:03.960Z | Downloaded nu-ansi-term v0.50.0 |
1366 | 2024-05-20T15:20:03.960Z | Downloaded nodrop v0.1.14 |
1367 | 2024-05-20T15:20:03.960Z | Downloaded native-tls v0.2.11 |
1368 | 2024-05-20T15:20:03.960Z | Downloaded multer v3.1.0 |
1369 | 2024-05-20T15:20:03.960Z | Downloaded mime_guess v2.0.4 |
1370 | 2024-05-20T15:20:03.960Z | Downloaded memoffset v0.7.1 |
1371 | 2024-05-20T15:20:03.960Z | Downloaded memmap2 v0.7.1 |
1372 | 2024-05-20T15:20:03.960Z | Downloaded maybe-uninit v2.0.0 |
1373 | 2024-05-20T15:20:03.960Z | Downloaded maplit v1.0.2 |
1374 | 2024-05-20T15:20:03.960Z | Downloaded lru-cache v0.1.2 |
1375 | 2024-05-20T15:20:03.961Z | Downloaded log v0.4.21 |
1376 | 2024-05-20T15:20:03.961Z | Downloaded linear-map v1.2.0 |
1377 | 2024-05-20T15:20:03.961Z | Downloaded libtest-mimic v0.7.2 |
1378 | 2024-05-20T15:20:03.961Z | Downloaded libloading v0.7.4 |
1379 | 2024-05-20T15:20:03.961Z | Downloaded libefi-sys v0.1.0 |
1380 | 2024-05-20T15:20:03.961Z | Downloaded lalrpop-util v0.19.12 |
1381 | 2024-05-20T15:20:03.961Z | Downloaded keccak v0.1.4 |
1382 | 2024-05-20T15:20:03.961Z | Downloaded is-terminal v0.4.9 |
1383 | 2024-05-20T15:20:03.961Z | Downloaded ipnet v2.9.0 |
1384 | 2024-05-20T15:20:03.961Z | Downloaded inout v0.1.3 |
1385 | 2024-05-20T15:20:03.961Z | Downloaded indoc v1.0.9 |
1386 | 2024-05-20T15:20:03.961Z | Downloaded hyper-tls v0.5.0 |
1387 | 2024-05-20T15:20:03.961Z | Downloaded crucible-workspace-hack v0.1.0 |
1388 | 2024-05-20T15:20:03.961Z | Downloaded crc v3.0.1 |
1389 | 2024-05-20T15:20:03.961Z | Downloaded cpufeatures v0.2.12 |
1390 | 2024-05-20T15:20:03.961Z | Downloaded corncobs v0.1.3 |
1391 | 2024-05-20T15:20:03.961Z | Downloaded cookie_store v0.20.0 |
1392 | 2024-05-20T15:20:03.961Z | Downloaded convert_case v0.4.0 |
1393 | 2024-05-20T15:20:04.454Z | Downloaded const-oid v0.9.6 |
1394 | 2024-05-20T15:20:04.454Z | Downloaded cipher v0.4.4 |
1395 | 2024-05-20T15:20:04.454Z | Downloaded ciborium-io v0.2.2 |
1396 | 2024-05-20T15:20:04.454Z | Downloaded cc v1.0.83 |
1397 | 2024-05-20T15:20:04.454Z | Downloaded bytes v1.6.0 |
1398 | 2024-05-20T15:20:04.454Z | Downloaded blake2b_simd v1.0.1 |
1399 | 2024-05-20T15:20:04.454Z | Downloaded newtype-uuid v1.1.0 |
1400 | 2024-05-20T15:20:04.454Z | Downloaded newline-converter v0.3.0 |
1401 | 2024-05-20T15:20:04.454Z | Downloaded new_debug_unreachable v1.0.4 |
1402 | 2024-05-20T15:20:04.454Z | Downloaded nested v0.1.1 |
1403 | 2024-05-20T15:20:04.454Z | Downloaded nanorand v0.7.0 |
1404 | 2024-05-20T15:20:04.454Z | Downloaded multimap v0.10.0 |
1405 | 2024-05-20T15:20:04.455Z | Downloaded mockall v0.12.1 |
1406 | 2024-05-20T15:20:04.455Z | Downloaded mime v0.3.17 |
1407 | 2024-05-20T15:20:04.455Z | Downloaded memmap v0.7.0 |
1408 | 2024-05-20T15:20:04.455Z | Downloaded md-5 v0.10.5 |
1409 | 2024-05-20T15:20:04.455Z | Downloaded matches v0.1.10 |
1410 | 2024-05-20T15:20:04.455Z | Downloaded match_cfg v0.1.0 |
1411 | 2024-05-20T15:20:04.455Z | Downloaded lru v0.12.1 |
1412 | 2024-05-20T15:20:04.455Z | Downloaded libsw v3.3.1 |
1413 | 2024-05-20T15:20:04.455Z | Downloaded ipnetwork v0.20.0 |
1414 | 2024-05-20T15:20:04.455Z | Downloaded crunchy v0.2.2 |
1415 | 2024-05-20T15:20:04.455Z | Downloaded crossbeam-epoch v0.9.18 |
1416 | 2024-05-20T15:20:04.455Z | Downloaded criterion-plot v0.5.0 |
1417 | 2024-05-20T15:20:04.455Z | Downloaded crc32fast v1.3.2 |
1418 | 2024-05-20T15:20:04.455Z | Downloaded crc-catalog v2.2.0 |
1419 | 2024-05-20T15:20:04.455Z | Downloaded constant_time_eq v0.3.0 |
1420 | 2024-05-20T15:20:04.455Z | Downloaded constant_time_eq v0.2.6 |
1421 | 2024-05-20T15:20:04.455Z | Downloaded const_format v0.2.32 |
1422 | 2024-05-20T15:20:04.455Z | Downloaded ciborium v0.2.2 |
1423 | 2024-05-20T15:20:04.455Z | Downloaded chacha20 v0.9.1 |
1424 | 2024-05-20T15:20:04.455Z | Downloaded cfg_aliases v0.1.1 |
1425 | 2024-05-20T15:20:04.455Z | Downloaded cast v0.3.0 |
1426 | 2024-05-20T15:20:04.455Z | Downloaded cassowary v0.3.0 |
1427 | 2024-05-20T15:20:04.455Z | Downloaded bstr v0.2.17 |
1428 | 2024-05-20T15:20:04.455Z | Downloaded bit-set v0.5.3 |
1429 | 2024-05-20T15:20:04.456Z | Downloaded base64ct v1.6.0 |
1430 | 2024-05-20T15:20:04.456Z | Downloaded nibble_vec v0.1.0 |
1431 | 2024-05-20T15:20:04.456Z | Downloaded managed v0.8.0 |
1432 | 2024-05-20T15:20:04.456Z | Downloaded lock_api v0.4.10 |
1433 | 2024-05-20T15:20:04.456Z | Downloaded lazycell v1.3.0 |
1434 | 2024-05-20T15:20:04.456Z | Downloaded kstat-rs v0.2.3 |
1435 | 2024-05-20T15:20:04.456Z | Downloaded itertools v0.12.1 |
1436 | 2024-05-20T15:20:04.456Z | Downloaded is_ci v1.2.0 |
1437 | 2024-05-20T15:20:04.456Z | Downloaded indoc v2.0.3 |
1438 | 2024-05-20T15:20:04.456Z | Downloaded indicatif v0.17.8 |
1439 | 2024-05-20T15:20:04.456Z | Downloaded indexmap v1.9.3 |
1440 | 2024-05-20T15:20:04.456Z | Downloaded impl-trait-for-tuples v0.2.2 |
1441 | 2024-05-20T15:20:04.456Z | Downloaded iana-time-zone v0.1.57 |
1442 | 2024-05-20T15:20:04.456Z | Downloaded hyper-staticfile v0.9.5 |
1443 | 2024-05-20T15:20:04.456Z | Downloaded hyper-rustls v0.26.0 |
1444 | 2024-05-20T15:20:04.456Z | Downloaded hyper v1.1.0 |
1445 | 2024-05-20T15:20:04.456Z | Downloaded castaway v0.2.2 |
1446 | 2024-05-20T15:20:04.456Z | Downloaded bzip2 v0.4.4 |
1447 | 2024-05-20T15:20:04.456Z | Downloaded bytecount v0.6.3 |
1448 | 2024-05-20T15:20:04.456Z | Downloaded block-padding v0.3.3 |
1449 | 2024-05-20T15:20:04.456Z | Downloaded block-buffer v0.10.4 |
1450 | 2024-05-20T15:20:04.456Z | Downloaded blake3 v1.5.0 |
1451 | 2024-05-20T15:20:04.457Z | Downloaded humantime v2.1.0 |
1452 | 2024-05-20T15:20:04.457Z | Downloaded hubpack_derive v0.1.1 |
1453 | 2024-05-20T15:20:04.457Z | Downloaded httparse v1.8.0 |
1454 | 2024-05-20T15:20:04.457Z | Downloaded http-body v1.0.0 |
1455 | 2024-05-20T15:20:04.457Z | Downloaded http-body v0.4.5 |
1456 | 2024-05-20T15:20:04.457Z | Downloaded hostname v0.3.1 |
1457 | 2024-05-20T15:20:04.457Z | Downloaded hmac v0.12.1 |
1458 | 2024-05-20T15:20:04.457Z | Downloaded ciborium-ll v0.2.2 |
1459 | 2024-05-20T15:20:04.457Z | Downloaded cfg-expr v0.15.6 |
1460 | 2024-05-20T15:20:04.457Z | Downloaded cancel-safe-futures v0.1.5 |
1461 | 2024-05-20T15:20:04.457Z | Downloaded backtrace v0.3.69 |
1462 | 2024-05-20T15:20:04.457Z | Downloaded hyper-rustls v0.24.2 |
1463 | 2024-05-20T15:20:04.457Z | Downloaded hyper v0.14.28 |
1464 | 2024-05-20T15:20:04.457Z | Downloaded hubpack v0.1.2 |
1465 | 2024-05-20T15:20:04.457Z | Downloaded httptest v0.15.5 |
1466 | 2024-05-20T15:20:04.457Z | Downloaded http-range v0.1.5 |
1467 | 2024-05-20T15:20:04.457Z | Downloaded hostname v0.4.0 |
1468 | 2024-05-20T15:20:04.457Z | Downloaded hex-literal v0.4.1 |
1469 | 2024-05-20T15:20:04.457Z | Downloaded cexpr v0.6.0 |
1470 | 2024-05-20T15:20:04.457Z | Downloaded camino-tempfile v1.1.1 |
1471 | 2024-05-20T15:20:04.457Z | Downloaded bitstruct v0.1.1 |
1472 | 2024-05-20T15:20:04.457Z | Downloaded base64 v0.22.1 |
1473 | 2024-05-20T15:20:04.457Z | Downloaded base64 v0.13.1 |
1474 | 2024-05-20T15:20:04.458Z | Downloaded backoff v0.4.0 |
1475 | 2024-05-20T15:20:04.458Z | Downloaded home v0.5.5 |
1476 | 2024-05-20T15:20:04.458Z | Downloaded hkdf v0.12.4 |
1477 | 2024-05-20T15:20:04.458Z | Downloaded hex v0.4.3 |
1478 | 2024-05-20T15:20:04.458Z | Downloaded chacha20poly1305 v0.10.1 |
1479 | 2024-05-20T15:20:04.496Z | Downloaded cfg-if v1.0.0 |
1480 | 2024-05-20T15:20:04.496Z | Downloaded blake2 v0.10.6 |
1481 | 2024-05-20T15:20:04.496Z | Downloaded bitstruct_derive v0.1.0 |
1482 | 2024-05-20T15:20:04.496Z | Downloaded bitfield v0.14.0 |
1483 | 2024-05-20T15:20:04.496Z | Downloaded atty v0.2.14 |
1484 | 2024-05-20T15:20:04.496Z | Downloaded byteorder v1.5.0 |
1485 | 2024-05-20T15:20:04.496Z | Downloaded buf-list v1.0.3 |
1486 | 2024-05-20T15:20:04.496Z | Downloaded bcs v0.1.6 |
1487 | 2024-05-20T15:20:04.496Z | Downloaded base64 v0.21.7 |
1488 | 2024-05-20T15:20:04.497Z | Downloaded ascii v1.1.0 |
1489 | 2024-05-20T15:20:04.497Z | Downloaded heck v0.4.1 |
1490 | 2024-05-20T15:20:04.497Z | Downloaded heapless v0.8.0 |
1491 | 2024-05-20T15:20:04.497Z | Downloaded heapless v0.7.16 |
1492 | 2024-05-20T15:20:04.497Z | Downloaded bitflags v1.3.2 |
1493 | 2024-05-20T15:20:04.497Z | Downloaded bit-vec v0.6.3 |
1494 | 2024-05-20T15:20:04.497Z | Downloaded bb8 v0.8.3 |
1495 | 2024-05-20T15:20:04.497Z | Downloaded base16ct v0.2.0 |
1496 | 2024-05-20T15:20:04.497Z | Downloaded async-recursion v1.1.1 |
1497 | 2024-05-20T15:20:04.497Z | Downloaded assert_matches v1.5.0 |
1498 | 2024-05-20T15:20:04.497Z | Downloaded arc-swap v1.6.0 |
1499 | 2024-05-20T15:20:04.497Z | Downloaded heck v0.3.3 |
1500 | 2024-05-20T15:20:04.497Z | Downloaded crypto-bigint v0.5.2 |
1501 | 2024-05-20T15:20:04.497Z | Downloaded async-stream v0.3.5 |
1502 | 2024-05-20T15:20:04.498Z | Downloaded ascii-canvas v3.0.0 |
1503 | 2024-05-20T15:20:04.498Z | Downloaded arrayref v0.3.7 |
1504 | 2024-05-20T15:20:04.498Z | Downloaded async-stream-impl v0.3.5 |
1505 | 2024-05-20T15:20:04.498Z | Downloaded adler v1.0.2 |
1506 | 2024-05-20T15:20:04.498Z | Downloaded async-trait v0.1.80 |
1507 | 2024-05-20T15:20:04.498Z | Downloaded arrayvec v0.7.4 |
1508 | 2024-05-20T15:20:04.498Z | Downloaded array-init v0.0.4 |
1509 | 2024-05-20T15:20:04.498Z | Downloaded allocator-api2 v0.2.16 |
1510 | 2024-05-20T15:20:04.498Z | Downloaded aho-corasick v1.1.2 |
1511 | 2024-05-20T15:20:04.498Z | Downloaded ahash v0.8.8 |
1512 | 2024-05-20T15:20:04.498Z | Downloaded aead v0.5.2 |
1513 | 2024-05-20T15:20:04.498Z | Downloaded approx v0.5.1 |
1514 | 2024-05-20T15:20:04.673Z | Compiling libc v0.2.153 |
1515 | 2024-05-20T15:20:04.673Z | Compiling serde v1.0.201 |
1516 | 2024-05-20T15:20:04.698Z | Compiling version_check v0.9.4 |
1517 | 2024-05-20T15:20:04.698Z | Checking cfg-if v1.0.0 |
1518 | 2024-05-20T15:20:04.698Z | Compiling lock_api v0.4.10 |
1519 | 2024-05-20T15:20:04.698Z | Compiling parking_lot_core v0.9.8 |
1520 | 2024-05-20T15:20:04.762Z | Compiling syn v2.0.60 |
1521 | 2024-05-20T15:20:04.806Z | Compiling once_cell v1.19.0 |
1522 | 2024-05-20T15:20:04.860Z | Compiling libm v0.2.7 |
1523 | 2024-05-20T15:20:05.137Z | Compiling num-traits v0.2.19 |
1524 | 2024-05-20T15:20:05.219Z | Compiling memchr v2.7.1 |
1525 | 2024-05-20T15:20:05.219Z | Compiling serde_json v1.0.117 |
1526 | 2024-05-20T15:20:05.314Z | Compiling byteorder v1.5.0 |
1527 | 2024-05-20T15:20:05.887Z | Compiling ahash v0.8.8 |
1528 | 2024-05-20T15:20:06.021Z | Compiling syn v1.0.109 |
1529 | 2024-05-20T15:20:06.021Z | Checking log v0.4.21 |
1530 | 2024-05-20T15:20:06.021Z | Compiling slab v0.4.9 |
1531 | 2024-05-20T15:20:06.151Z | Checking itoa v1.0.9 |
1532 | 2024-05-20T15:20:06.223Z | Compiling typenum v1.16.0 |
1533 | 2024-05-20T15:20:06.364Z | Compiling generic-array v0.14.7 |
1534 | 2024-05-20T15:20:06.515Z | Checking getrandom v0.2.12 |
1535 | 2024-05-20T15:20:06.599Z | Compiling cc v1.0.83 |
1536 | 2024-05-20T15:20:06.638Z | Checking scopeguard v1.2.0 |
1537 | 2024-05-20T15:20:06.664Z | Checking smallvec v1.13.1 |
1538 | 2024-05-20T15:20:06.713Z | Compiling allocator-api2 v0.2.16 |
1539 | 2024-05-20T15:20:06.979Z | Compiling pkg-config v0.3.27 |
1540 | 2024-05-20T15:20:07.116Z | Compiling rustix v0.38.31 |
1541 | 2024-05-20T15:20:07.211Z | Compiling schemars v0.8.17 |
1542 | 2024-05-20T15:20:07.464Z | Checking pin-project-lite v0.2.13 |
1543 | 2024-05-20T15:20:07.587Z | Compiling httparse v1.8.0 |
1544 | 2024-05-20T15:20:07.692Z | Checking parking_lot v0.12.1 |
1545 | 2024-05-20T15:20:07.692Z | Compiling time-core v0.1.2 |
1546 | 2024-05-20T15:20:07.931Z | Compiling num-conv v0.1.0 |
1547 | 2024-05-20T15:20:07.961Z | Checking signal-hook-registry v1.4.1 |
1548 | 2024-05-20T15:20:08.170Z | Compiling time-macros v0.2.17 |
1549 | 2024-05-20T15:20:08.227Z | Compiling fnv v1.0.7 |
1550 | 2024-05-20T15:20:08.322Z | Checking mio v0.8.11 |
1551 | 2024-05-20T15:20:08.377Z | Compiling vcpkg v0.2.15 |
1552 | 2024-05-20T15:20:08.504Z | Checking ryu v1.0.15 |
1553 | 2024-05-20T15:20:08.717Z | Compiling heck v0.4.1 |
1554 | 2024-05-20T15:20:08.938Z | Checking num_cpus v1.16.0 |
1555 | 2024-05-20T15:20:09.122Z | Compiling aho-corasick v1.1.2 |
1556 | 2024-05-20T15:20:09.482Z | Compiling ring v0.17.8 |
1557 | 2024-05-20T15:20:10.574Z | Compiling regex-syntax v0.8.2 |
1558 | 2024-05-20T15:20:10.634Z | Compiling openssl-sys v0.9.102 |
1559 | 2024-05-20T15:20:11.314Z | Compiling serde_derive_internals v0.29.0 |
1560 | 2024-05-20T15:20:11.491Z | Checking rand_core v0.6.4 |
1561 | 2024-05-20T15:20:11.755Z | Checking futures-core v0.3.30 |
1562 | 2024-05-20T15:20:12.462Z | Compiling ring v0.16.20 |
1563 | 2024-05-20T15:20:12.578Z | Checking socket2 v0.5.6 |
1564 | 2024-05-20T15:20:13.309Z | Compiling openssl v0.10.64 |
1565 | 2024-05-20T15:20:13.607Z | Compiling regex-automata v0.4.5 |
1566 | 2024-05-20T15:20:13.844Z | Compiling rustversion v1.0.14 |
1567 | 2024-05-20T15:20:14.049Z | Compiling ucd-trie v0.1.6 |
1568 | 2024-05-20T15:20:14.387Z | Compiling slog v2.7.0 |
1569 | 2024-05-20T15:20:14.540Z | Compiling crossbeam-utils v0.8.19 |
1570 | 2024-05-20T15:20:14.589Z | Compiling rustls v0.21.9 |
1571 | 2024-05-20T15:20:14.822Z | Compiling iana-time-zone v0.1.57 |
1572 | 2024-05-20T15:20:14.869Z | Compiling native-tls v0.2.11 |
1573 | 2024-05-20T15:20:15.008Z | Compiling cookie v0.17.0 |
1574 | 2024-05-20T15:20:15.122Z | Checking spin v0.5.2 |
1575 | 2024-05-20T15:20:15.240Z | Compiling backtrace v0.3.69 |
1576 | 2024-05-20T15:20:15.338Z | Compiling dyn-clone v1.0.17 |
1577 | 2024-05-20T15:20:15.401Z | Checking futures-sink v0.3.30 |
1578 | 2024-05-20T15:20:15.989Z | Compiling anyhow v1.0.83 |
1579 | 2024-05-20T15:20:15.989Z | Checking pin-utils v0.1.0 |
1580 | 2024-05-20T15:20:16.047Z | Checking futures-channel v0.3.30 |
1581 | 2024-05-20T15:20:16.243Z | Checking futures-task v0.3.30 |
1582 | 2024-05-20T15:20:16.377Z | Compiling tinyvec_macros v0.1.1 |
1583 | 2024-05-20T15:20:16.547Z | Checking futures-io v0.3.30 |
1584 | 2024-05-20T15:20:16.547Z | Compiling tinyvec v1.6.0 |
1585 | 2024-05-20T15:20:16.652Z | Compiling thread-id v4.2.0 |
1586 | 2024-05-20T15:20:16.784Z | Compiling unicode-bidi v0.3.15 |
1587 | 2024-05-20T15:20:17.038Z | Compiling errno v0.3.8 |
1588 | 2024-05-20T15:20:17.266Z | Compiling either v1.11.0 |
1589 | 2024-05-20T15:20:17.836Z | Compiling serde_derive v1.0.201 |
1590 | 2024-05-20T15:20:17.836Z | Compiling zerocopy-derive v0.7.32 |
1591 | 2024-05-20T15:20:17.836Z | Compiling thiserror-impl v1.0.60 |
1592 | 2024-05-20T15:20:17.837Z | Compiling zeroize_derive v1.4.2 |
1593 | 2024-05-20T15:20:17.837Z | Compiling tokio-macros v2.2.0 |
1594 | 2024-05-20T15:20:18.045Z | Compiling futures-macro v0.3.30 |
1595 | 2024-05-20T15:20:18.825Z | Compiling tracing-attributes v0.1.27 |
1596 | 2024-05-20T15:20:19.155Z | Compiling schemars_derive v0.8.17 |
1597 | 2024-05-20T15:20:19.838Z | Compiling regex v1.10.4 |
1598 | 2024-05-20T15:20:19.838Z | Compiling zerocopy v0.7.32 |
1599 | 2024-05-20T15:20:20.112Z | Checking zeroize v1.7.0 |
1600 | 2024-05-20T15:20:20.251Z | Compiling openssl-macros v0.1.1 |
1601 | 2024-05-20T15:20:20.251Z | Compiling thiserror v1.0.60 |
1602 | 2024-05-20T15:20:20.343Z | Compiling pest v2.7.6 |
1603 | 2024-05-20T15:20:20.750Z | Compiling async-trait v0.1.80 |
1604 | 2024-05-20T15:20:21.223Z | Compiling hashbrown v0.14.3 |
1605 | 2024-05-20T15:20:21.743Z | Compiling scroll_derive v0.12.0 |
1606 | 2024-05-20T15:20:21.855Z | Checking futures-util v0.3.30 |
1607 | 2024-05-20T15:20:22.319Z | Compiling pest_meta v2.7.6 |
1608 | 2024-05-20T15:20:22.392Z | Compiling unicode-normalization v0.1.22 |
1609 | 2024-05-20T15:20:22.572Z | Compiling der_derive v0.7.2 |
1610 | 2024-05-20T15:20:23.280Z | Checking subtle v2.5.0 |
1611 | 2024-05-20T15:20:23.426Z | Compiling pest_generator v2.7.6 |
1612 | 2024-05-20T15:20:23.520Z | Compiling unicode-width v0.1.11 |
1613 | 2024-05-20T15:20:23.567Z | Compiling scroll v0.12.0 |
1614 | 2024-05-20T15:20:24.982Z | Compiling usdt-impl v0.5.0 |
1615 | 2024-05-20T15:20:25.207Z | Compiling winnow v0.5.15 |
1616 | 2024-05-20T15:20:25.427Z | Compiling plain v0.2.3 |
1617 | 2024-05-20T15:20:25.610Z | Compiling crc32fast v1.3.2 |
1618 | 2024-05-20T15:20:25.964Z | Compiling goblin v0.8.0 |
1619 | 2024-05-20T15:20:26.480Z | Compiling pest_derive v2.7.6 |
1620 | 2024-05-20T15:20:26.780Z | Compiling spin v0.9.8 |
1621 | 2024-05-20T15:20:27.567Z | Compiling tracing-core v0.1.32 |
1622 | 2024-05-20T15:20:28.233Z | Compiling pretty-hex v0.4.1 |
1623 | 2024-05-20T15:20:28.233Z | Compiling dtrace-parser v0.2.0 |
1624 | 2024-05-20T15:20:28.233Z | Compiling percent-encoding v2.3.1 |
1625 | 2024-05-20T15:20:28.233Z | Compiling const-oid v0.9.6 |
1626 | 2024-05-20T15:20:28.233Z | Compiling tracing v0.1.40 |
1627 | 2024-05-20T15:20:28.467Z | Checking bytes v1.6.0 |
1628 | 2024-05-20T15:20:28.600Z | Checking bitflags v2.4.2 |
1629 | 2024-05-20T15:20:28.957Z | Compiling clap_derive v4.5.4 |
1630 | 2024-05-20T15:20:28.999Z | Compiling signal-hook v0.3.17 |
1631 | 2024-05-20T15:20:29.068Z | Checking chrono v0.4.38 |
1632 | 2024-05-20T15:20:29.236Z | Compiling indexmap v2.2.6 |
1633 | 2024-05-20T15:20:29.910Z | Checking tokio v1.37.0 |
1634 | 2024-05-20T15:20:30.484Z | Compiling serde_tokenstream v0.2.0 |
1635 | 2024-05-20T15:20:30.776Z | Compiling uuid v1.8.0 |
1636 | 2024-05-20T15:20:30.850Z | Compiling semver v1.0.23 |
1637 | 2024-05-20T15:20:30.946Z | Compiling http v0.2.12 |
1638 | 2024-05-20T15:20:31.466Z | Compiling serde_spanned v0.6.5 |
1639 | 2024-05-20T15:20:31.643Z | Compiling toml_datetime v0.6.5 |
1640 | 2024-05-20T15:20:31.689Z | Compiling rustc_version v0.4.0 |
1641 | 2024-05-20T15:20:32.316Z | Compiling toml_edit v0.19.15 |
1642 | 2024-05-20T15:20:33.295Z | Compiling openapiv3 v2.0.0 |
1643 | 2024-05-20T15:20:34.197Z | Compiling dof v0.3.0 |
1644 | 2024-05-20T15:20:34.896Z | Compiling powerfmt v0.2.0 |
1645 | 2024-05-20T15:20:35.273Z | Compiling untrusted v0.9.0 |
1646 | 2024-05-20T15:20:35.423Z | Compiling untrusted v0.7.1 |
1647 | 2024-05-20T15:20:35.548Z | Compiling foreign-types-shared v0.1.1 |
1648 | 2024-05-20T15:20:35.650Z | Compiling foreign-types v0.3.2 |
1649 | 2024-05-20T15:20:36.043Z | Compiling deranged v0.3.11 |
1650 | 2024-05-20T15:20:36.290Z | Compiling usdt-macro v0.5.0 |
1651 | 2024-05-20T15:20:36.507Z | Compiling usdt-attr-macro v0.5.0 |
1652 | 2024-05-20T15:20:37.100Z | Compiling form_urlencoded v1.2.1 |
1653 | 2024-05-20T15:20:37.458Z | Compiling crypto-common v0.1.6 |
1654 | 2024-05-20T15:20:37.782Z | Compiling zerocopy-derive v0.6.6 |
1655 | 2024-05-20T15:20:37.915Z | Compiling try-lock v0.2.4 |
1656 | 2024-05-20T15:20:37.915Z | Compiling base64 v0.21.7 |
1657 | 2024-05-20T15:20:38.009Z | Compiling siphasher v0.3.11 |
1658 | 2024-05-20T15:20:38.956Z | Compiling num_threads v0.1.6 |
1659 | 2024-05-20T15:20:38.956Z | Compiling want v0.3.1 |
1660 | 2024-05-20T15:20:39.062Z | Compiling time v0.3.34 |
1661 | 2024-05-20T15:20:39.062Z | Compiling tokio-util v0.7.10 |
1662 | 2024-05-20T15:20:39.062Z | Compiling rustls-webpki v0.101.7 |
1663 | 2024-05-20T15:20:39.245Z | Compiling sct v0.7.0 |
1664 | 2024-05-20T15:20:39.518Z | Compiling http-body v0.4.5 |
1665 | 2024-05-20T15:20:39.844Z | Compiling block-buffer v0.10.4 |
1666 | 2024-05-20T15:20:40.106Z | Compiling h2 v0.3.26 |
1667 | 2024-05-20T15:20:40.106Z | Compiling idna v0.5.0 |
1668 | 2024-05-20T15:20:40.427Z | Compiling tower-service v0.3.2 |
1669 | 2024-05-20T15:20:40.427Z | Compiling openssl-probe v0.1.5 |
1670 | 2024-05-20T15:20:40.806Z | Compiling httpdate v1.0.3 |
1671 | 2024-05-20T15:20:41.662Z | Compiling url v2.5.0 |
1672 | 2024-05-20T15:20:41.662Z | Compiling digest v0.10.7 |
1673 | 2024-05-20T15:20:41.861Z | Compiling heapless v0.7.16 |
1674 | 2024-05-20T15:20:41.861Z | Compiling idna v0.3.0 |
1675 | 2024-05-20T15:20:41.861Z | Compiling lazy_static v1.4.0 |
1676 | 2024-05-20T15:20:42.177Z | Compiling psl-types v2.0.11 |
1677 | 2024-05-20T15:20:42.914Z | Checking equivalent v1.0.1 |
1678 | 2024-05-20T15:20:42.957Z | Compiling ppv-lite86 v0.2.17 |
1679 | 2024-05-20T15:20:42.995Z | Compiling crossbeam-epoch v0.9.18 |
1680 | 2024-05-20T15:20:43.532Z | Compiling publicsuffix v2.2.3 |
1681 | 2024-05-20T15:20:43.729Z | Compiling rand_chacha v0.3.1 |
1682 | 2024-05-20T15:20:44.062Z | Compiling tokio-rustls v0.24.1 |
1683 | 2024-05-20T15:20:44.127Z | Compiling tokio-native-tls v0.3.1 |
1684 | 2024-05-20T15:20:44.358Z | Compiling ipnet v2.9.0 |
1685 | 2024-05-20T15:20:44.414Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1686 | 2024-05-20T15:20:44.750Z | Compiling bit-vec v0.6.3 |
1687 | 2024-05-20T15:20:44.967Z | Compiling adler v1.0.2 |
1688 | 2024-05-20T15:20:45.131Z | Compiling miniz_oxide v0.7.1 |
1689 | 2024-05-20T15:20:45.566Z | Compiling cookie_store v0.20.0 |
1690 | 2024-05-20T15:20:45.592Z | Compiling rand v0.8.5 |
1691 | 2024-05-20T15:20:45.592Z | Compiling hyper v0.14.28 |
1692 | 2024-05-20T15:20:45.916Z | Compiling phf_shared v0.10.0 |
1693 | 2024-05-20T15:20:46.580Z | Compiling rustls-pemfile v1.0.3 |
1694 | 2024-05-20T15:20:46.879Z | Compiling serde_urlencoded v0.7.1 |
1695 | 2024-05-20T15:20:46.879Z | Compiling encoding_rs v0.8.33 |
1696 | 2024-05-20T15:20:46.879Z | Compiling num-bigint v0.4.4 |
1697 | 2024-05-20T15:20:46.880Z | Compiling sync_wrapper v0.1.2 |
1698 | 2024-05-20T15:20:47.066Z | Compiling fixedbitset v0.4.2 |
1699 | 2024-05-20T15:20:47.067Z | Compiling gimli v0.28.0 |
1700 | 2024-05-20T15:20:47.067Z | Compiling precomputed-hash v0.1.1 |
1701 | 2024-05-20T15:20:47.287Z | Compiling mime v0.3.17 |
1702 | 2024-05-20T15:20:47.818Z | Compiling smoltcp v0.9.1 |
1703 | 2024-05-20T15:20:47.818Z | Compiling minimal-lexical v0.2.1 |
1704 | 2024-05-20T15:20:47.818Z | Compiling webpki-roots v0.25.2 |
1705 | 2024-05-20T15:20:47.818Z | Compiling base64ct v1.6.0 |
1706 | 2024-05-20T15:20:47.818Z | Compiling new_debug_unreachable v1.0.4 |
1707 | 2024-05-20T15:20:47.818Z | Compiling string_cache v0.8.7 |
1708 | 2024-05-20T15:20:47.843Z | Compiling nom v7.1.3 |
1709 | 2024-05-20T15:20:48.230Z | Compiling pem-rfc7468 v0.7.0 |
1710 | 2024-05-20T15:20:48.482Z | Compiling petgraph v0.6.5 |
1711 | 2024-05-20T15:20:48.594Z | Compiling bit-set v0.5.3 |
1712 | 2024-05-20T15:20:48.821Z | Compiling hmac v0.12.1 |
1713 | 2024-05-20T15:20:48.847Z | Compiling enum-as-inner v0.5.1 |
1714 | 2024-05-20T15:20:48.877Z | Compiling hubpack_derive v0.1.1 |
1715 | 2024-05-20T15:20:49.458Z | Compiling itertools v0.10.5 |
1716 | 2024-05-20T15:20:49.973Z | Compiling diesel_table_macro_syntax v0.1.0 |
1717 | 2024-05-20T15:20:49.973Z | Compiling object v0.32.1 |
1718 | 2024-05-20T15:20:49.999Z | Compiling flagset v0.4.3 |
1719 | 2024-05-20T15:20:50.219Z | Compiling addr2line v0.21.0 |
1720 | 2024-05-20T15:20:50.684Z | Compiling unicode-segmentation v1.10.1 |
1721 | 2024-05-20T15:20:50.768Z | Compiling rustc-demangle v0.1.23 |
1722 | 2024-05-20T15:20:50.838Z | Compiling lalrpop-util v0.19.12 |
1723 | 2024-05-20T15:20:51.195Z | Compiling hyper-rustls v0.24.2 |
1724 | 2024-05-20T15:20:51.515Z | Compiling hyper-tls v0.5.0 |
1725 | 2024-05-20T15:20:51.651Z | Compiling toml_edit v0.22.12 |
1726 | 2024-05-20T15:20:51.652Z | Compiling der v0.7.8 |
1727 | 2024-05-20T15:20:51.964Z | Compiling reqwest v0.11.27 |
1728 | 2024-05-20T15:20:51.964Z | Compiling diesel_derives v2.1.2 |
1729 | 2024-05-20T15:20:51.964Z | Compiling futures-executor v0.3.30 |
1730 | 2024-05-20T15:20:52.355Z | Compiling cpufeatures v0.2.12 |
1731 | 2024-05-20T15:20:52.593Z | Compiling sha2 v0.10.8 |
1732 | 2024-05-20T15:20:54.189Z | Compiling spki v0.7.2 |
1733 | 2024-05-20T15:20:54.291Z | Compiling flate2 v1.0.30 |
1734 | 2024-05-20T15:20:54.513Z | Compiling futures v0.3.30 |
1735 | 2024-05-20T15:20:55.081Z | Compiling md-5 v0.10.5 |
1736 | 2024-05-20T15:20:55.205Z | Compiling toml v0.7.8 |
1737 | 2024-05-20T15:20:55.205Z | Compiling hex v0.4.3 |
1738 | 2024-05-20T15:20:55.655Z | Compiling stringprep v0.1.3 |
1739 | 2024-05-20T15:20:55.685Z | Compiling strum_macros v0.25.2 |
1740 | 2024-05-20T15:20:56.069Z | Compiling serde_repr v0.1.16 |
1741 | 2024-05-20T15:20:56.422Z | Compiling num-integer v0.1.46 |
1742 | 2024-05-20T15:20:56.855Z | Compiling hash32 v0.2.1 |
1743 | 2024-05-20T15:20:57.077Z | Compiling fs-err v2.11.0 |
1744 | 2024-05-20T15:20:57.196Z | Compiling fallible-iterator v0.2.0 |
1745 | 2024-05-20T15:20:57.319Z | Checking unicode-ident v1.0.12 |
1746 | 2024-05-20T15:20:57.343Z | Compiling stable_deref_trait v1.2.0 |
1747 | 2024-05-20T15:20:57.593Z | Compiling pkcs8 v0.10.2 |
1748 | 2024-05-20T15:20:57.760Z | Compiling postgres-protocol v0.6.6 |
1749 | 2024-05-20T15:20:58.100Z | Compiling phf_shared v0.11.2 |
1750 | 2024-05-20T15:20:58.475Z | Compiling terminal_size v0.3.0 |
1751 | 2024-05-20T15:20:58.499Z | Compiling ff v0.13.0 |
1752 | 2024-05-20T15:20:58.687Z | Compiling block-padding v0.3.3 |
1753 | 2024-05-20T15:20:58.836Z | Compiling scheduled-thread-pool v0.2.7 |
1754 | 2024-05-20T15:20:59.186Z | Compiling managed v0.8.0 |
1755 | 2024-05-20T15:20:59.213Z | Compiling base16ct v0.2.0 |
1756 | 2024-05-20T15:20:59.242Z | Compiling bitflags v1.3.2 |
1757 | 2024-05-20T15:20:59.268Z | Compiling peg-runtime v0.8.3 |
1758 | 2024-05-20T15:20:59.332Z | Compiling regex-automata v0.1.10 |
1759 | 2024-05-20T15:20:59.368Z | Compiling matches v0.1.10 |
1760 | 2024-05-20T15:20:59.453Z | Compiling idna v0.2.3 |
1761 | 2024-05-20T15:20:59.500Z | Compiling sec1 v0.7.3 |
1762 | 2024-05-20T15:20:59.763Z | Compiling bstr v0.2.17 |
1763 | 2024-05-20T15:20:59.839Z | Compiling clap_builder v4.5.2 |
1764 | 2024-05-20T15:21:00.012Z | Compiling r2d2 v0.8.10 |
1765 | 2024-05-20T15:21:00.319Z | Compiling inout v0.1.3 |
1766 | 2024-05-20T15:21:00.727Z | Compiling signal-hook-mio v0.2.3 |
1767 | 2024-05-20T15:21:00.871Z | Compiling group v0.13.0 |
1768 | 2024-05-20T15:21:00.903Z | Compiling postgres-types v0.2.6 |
1769 | 2024-05-20T15:21:00.992Z | Compiling phf v0.11.2 |
1770 | 2024-05-20T15:21:01.250Z | Compiling hubpack v0.1.2 |
1771 | 2024-05-20T15:21:01.339Z | Compiling hkdf v0.12.4 |
1772 | 2024-05-20T15:21:01.640Z | Compiling zerocopy v0.6.6 |
1773 | 2024-05-20T15:21:01.798Z | Compiling ipnetwork v0.20.0 |
1774 | 2024-05-20T15:21:02.192Z | Compiling crypto-bigint v0.5.2 |
1775 | 2024-05-20T15:21:02.365Z | Compiling float-cmp v0.9.0 |
1776 | 2024-05-20T15:21:02.556Z | Compiling memmap v0.7.0 |
1777 | 2024-05-20T15:21:02.742Z | Compiling data-encoding v2.4.0 |
1778 | 2024-05-20T15:21:02.882Z | Compiling difflib v0.4.0 |
1779 | 2024-05-20T15:21:04.272Z | Compiling whoami v1.5.1 |
1780 | 2024-05-20T15:21:04.304Z | Compiling normalize-line-endings v0.3.0 |
1781 | 2024-05-20T15:21:04.331Z | Compiling predicates-core v1.0.6 |
1782 | 2024-05-20T15:21:04.410Z | Compiling static_assertions v1.1.0 |
1783 | 2024-05-20T15:21:04.502Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1784 | 2024-05-20T15:21:04.627Z | Compiling tokio-postgres v0.7.10 |
1785 | 2024-05-20T15:21:04.667Z | Compiling predicates v3.1.0 |
1786 | 2024-05-20T15:21:04.667Z | Compiling diesel v2.1.6 |
1787 | 2024-05-20T15:21:04.822Z | Compiling elliptic-curve v0.13.8 |
1788 | 2024-05-20T15:21:04.916Z | Compiling yasna v0.5.2 |
1789 | 2024-05-20T15:21:05.488Z | Compiling trust-dns-proto v0.22.0 |
1790 | 2024-05-20T15:21:06.084Z | Compiling clap v4.5.4 |
1791 | 2024-05-20T15:21:06.445Z | Compiling usdt v0.5.0 |
1792 | 2024-05-20T15:21:06.872Z | Compiling crossterm v0.27.0 |
1793 | 2024-05-20T15:21:07.820Z | Compiling similar v2.4.0 |
1794 | 2024-05-20T15:21:07.868Z | Compiling cipher v0.4.4 |
1795 | 2024-05-20T15:21:08.733Z | Checking proc-macro2 v1.0.82 |
1796 | 2024-05-20T15:21:09.167Z | Compiling num-iter v0.1.45 |
1797 | 2024-05-20T15:21:09.218Z | Compiling console v0.15.8 |
1798 | 2024-05-20T15:21:09.306Z | Compiling tokio-stream v0.1.15 |
1799 | 2024-05-20T15:21:09.336Z | Compiling bstr v1.9.0 |
1800 | 2024-05-20T15:21:09.924Z | Checking quote v1.0.36 |
1801 | 2024-05-20T15:21:14.232Z | Checking utf8parse v0.2.1 |
1802 | 2024-05-20T15:21:17.590Z | Checking anstyle v1.0.7 |
1803 | 2024-05-20T15:21:18.731Z | Checking anstyle-parse v0.2.1 |
1804 | 2024-05-20T15:21:18.986Z | Checking anstyle-query v1.0.0 |
1805 | 2024-05-20T15:21:19.018Z | Checking colorchoice v1.0.0 |
1806 | 2024-05-20T15:21:19.118Z | Checking anstream v0.6.11 |
1807 | 2024-05-20T15:21:19.155Z | Checking strsim v0.11.0 |
1808 | 2024-05-20T15:21:19.413Z | Checking clap_lex v0.7.0 |
1809 | 2024-05-20T15:21:22.934Z | Checking winnow v0.6.1 |
1810 | 2024-05-20T15:21:30.321Z | Compiling regress v0.9.1 |
1811 | 2024-05-20T15:21:30.509Z | Compiling getopts v0.2.21 |
1812 | 2024-05-20T15:21:30.720Z | Checking heck v0.5.0 |
1813 | 2024-05-20T15:21:30.836Z | Compiling unsafe-libyaml v0.2.10 |
1814 | 2024-05-20T15:21:31.354Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1815 | 2024-05-20T15:21:31.779Z | Compiling serde_yaml v0.9.25 |
1816 | 2024-05-20T15:21:31.821Z | Checking camino v1.1.7 |
1817 | 2024-05-20T15:21:32.004Z | Checking base64 v0.22.1 |
1818 | 2024-05-20T15:21:32.367Z | Checking is-terminal v0.4.9 |
1819 | 2024-05-20T15:21:32.423Z | Compiling strsim v0.10.0 |
1820 | 2024-05-20T15:21:32.423Z | Compiling ident_case v1.0.1 |
1821 | 2024-05-20T15:21:32.449Z | Checking sha1 v0.10.6 |
1822 | 2024-05-20T15:21:32.546Z | Compiling darling_core v0.20.8 |
1823 | 2024-05-20T15:21:32.666Z | Checking http v1.0.0 |
1824 | 2024-05-20T15:21:33.009Z | Compiling paste v1.0.15 |
1825 | 2024-05-20T15:21:33.486Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1826 | 2024-05-20T15:21:33.986Z | Compiling strum_macros v0.26.1 |
1827 | 2024-05-20T15:21:34.380Z | Checking rustls-pki-types v1.3.0 |
1828 | 2024-05-20T15:21:34.708Z | Checking fastrand v2.0.1 |
1829 | 2024-05-20T15:21:35.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1830 | 2024-05-20T15:21:35.354Z | Checking match_cfg v0.1.0 |
1831 | 2024-05-20T15:21:35.355Z | Checking hostname v0.3.1 |
1832 | 2024-05-20T15:21:35.355Z | Checking tempfile v3.10.1 |
1833 | 2024-05-20T15:21:35.419Z | Checking dirs-sys-next v0.1.2 |
1834 | 2024-05-20T15:21:35.420Z | Checking quick-error v1.2.3 |
1835 | 2024-05-20T15:21:35.420Z | Checking crossbeam-channel v0.5.8 |
1836 | 2024-05-20T15:21:35.584Z | Checking dirs-next v2.0.0 |
1837 | 2024-05-20T15:21:35.705Z | Checking thread_local v1.1.7 |
1838 | 2024-05-20T15:21:35.706Z | Compiling slog-async v2.8.0 |
1839 | 2024-05-20T15:21:36.019Z | Compiling rustls v0.22.4 |
1840 | 2024-05-20T15:21:36.234Z | Checking term v0.7.0 |
1841 | 2024-05-20T15:21:36.234Z | Checking rustls-webpki v0.102.1 |
1842 | 2024-05-20T15:21:36.234Z | Checking instant v0.1.12 |
1843 | 2024-05-20T15:21:36.354Z | Checking take_mut v0.2.2 |
1844 | 2024-05-20T15:21:36.354Z | Checking rustls-pemfile v2.1.2 |
1845 | 2024-05-20T15:21:36.477Z | Compiling multer v3.1.0 |
1846 | 2024-05-20T15:21:36.593Z | Checking slog-term v2.9.1 |
1847 | 2024-05-20T15:21:36.593Z | Checking debug-ignore v1.0.5 |
1848 | 2024-05-20T15:21:36.739Z | Checking toml v0.8.12 |
1849 | 2024-05-20T15:21:36.765Z | Checking slog-json v2.6.1 |
1850 | 2024-05-20T15:21:36.855Z | Compiling async-stream-impl v0.3.5 |
1851 | 2024-05-20T15:21:37.303Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1852 | 2024-05-20T15:21:37.303Z | Checking atomic-waker v1.1.1 |
1853 | 2024-05-20T15:21:37.379Z | Checking waitgroup v0.1.2 |
1854 | 2024-05-20T15:21:37.403Z | Checking slog-bunyan v2.5.0 |
1855 | 2024-05-20T15:21:37.545Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1856 | 2024-05-20T15:21:37.843Z | Checking serde_path_to_error v0.1.16 |
1857 | 2024-05-20T15:21:38.078Z | Checking async-stream v0.3.5 |
1858 | 2024-05-20T15:21:38.542Z | Checking strum v0.26.2 |
1859 | 2024-05-20T15:21:38.566Z | Checking hostname v0.4.0 |
1860 | 2024-05-20T15:21:38.725Z | Checking newtype-uuid v1.1.0 |
1861 | 2024-05-20T15:21:38.725Z | Checking wait-timeout v0.2.0 |
1862 | 2024-05-20T15:21:38.725Z | Compiling structmeta-derive v0.3.0 |
1863 | 2024-05-20T15:21:38.725Z | Compiling structmeta-derive v0.2.0 |
1864 | 2024-05-20T15:21:38.725Z | Compiling darling_macro v0.20.8 |
1865 | 2024-05-20T15:21:38.726Z | Checking rusty-fork v0.3.0 |
1866 | 2024-05-20T15:21:38.805Z | Checking rand_xorshift v0.3.0 |
1867 | 2024-05-20T15:21:38.955Z | Checking unarray v0.1.4 |
1868 | 2024-05-20T15:21:39.089Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1869 | 2024-05-20T15:21:39.365Z | Checking proptest v1.4.0 |
1870 | 2024-05-20T15:21:39.394Z | Compiling darling v0.20.8 |
1871 | 2024-05-20T15:21:39.496Z | Compiling serde_with_macros v3.7.0 |
1872 | 2024-05-20T15:21:39.524Z | Checking backoff v0.4.0 |
1873 | 2024-05-20T15:21:39.785Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1874 | 2024-05-20T15:21:39.981Z | Checking tokio-rustls v0.25.0 |
1875 | 2024-05-20T15:21:40.421Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1876 | 2024-05-20T15:21:40.566Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1877 | 2024-05-20T15:21:40.785Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1878 | 2024-05-20T15:21:40.968Z | Compiling structmeta v0.3.0 |
1879 | 2024-05-20T15:21:41.044Z | Compiling structmeta v0.2.0 |
1880 | 2024-05-20T15:21:41.362Z | Compiling parse-display-derive v0.9.0 |
1881 | 2024-05-20T15:21:41.424Z | Compiling test-strategy v0.3.1 |
1882 | 2024-05-20T15:21:41.463Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1883 | 2024-05-20T15:21:41.591Z | Checking macaddr v1.0.1 |
1884 | 2024-05-20T15:21:41.881Z | Compiling proc-macro-error-attr v1.0.4 |
1885 | 2024-05-20T15:21:42.183Z | Checking serde_with v3.7.0 |
1886 | 2024-05-20T15:21:42.207Z | Compiling proc-macro-error v1.0.4 |
1887 | 2024-05-20T15:21:43.154Z | Checking camino-tempfile v1.1.1 |
1888 | 2024-05-20T15:21:43.562Z | Compiling proc-macro-crate v1.3.1 |
1889 | 2024-05-20T15:21:43.647Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1890 | 2024-05-20T15:21:43.811Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1891 | 2024-05-20T15:21:44.009Z | Compiling foreign-types-macros v0.2.3 |
1892 | 2024-05-20T15:21:44.238Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1893 | 2024-05-20T15:21:44.420Z | Checking foreign-types-shared v0.3.1 |
1894 | 2024-05-20T15:21:44.420Z | Compiling num_enum_derive v0.5.11 |
1895 | 2024-05-20T15:21:44.714Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-05-20T15:21:44.839Z | Checking cstr-argument v0.1.2 |
1897 | 2024-05-20T15:21:44.946Z | Checking pretty-hex v0.2.1 |
1898 | 2024-05-20T15:21:44.978Z | Checking tabwriter v1.4.0 |
1899 | 2024-05-20T15:21:45.083Z | Checking foreign-types v0.5.0 |
1900 | 2024-05-20T15:21:45.108Z | Checking colored v2.1.0 |
1901 | 2024-05-20T15:21:45.181Z | Checking socket2 v0.4.9 |
1902 | 2024-05-20T15:21:45.209Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1903 | 2024-05-20T15:21:45.354Z | Checking smf v0.2.3 |
1904 | 2024-05-20T15:21:45.470Z | Checking humantime v2.1.0 |
1905 | 2024-05-20T15:21:45.520Z | Checking parse-display v0.9.0 |
1906 | 2024-05-20T15:21:45.563Z | Checking termcolor v1.2.0 |
1907 | 2024-05-20T15:21:45.603Z | Checking arc-swap v1.6.0 |
1908 | 2024-05-20T15:21:45.669Z | Checking xattr v1.0.1 |
1909 | 2024-05-20T15:21:45.702Z | Checking filetime v0.2.23 |
1910 | 2024-05-20T15:21:45.741Z | Checking same-file v1.0.6 |
1911 | 2024-05-20T15:21:45.827Z | Checking utf-8 v0.7.6 |
1912 | 2024-05-20T15:21:45.865Z | Checking newline-converter v0.3.0 |
1913 | 2024-05-20T15:21:45.893Z | Checking tar v0.4.40 |
1914 | 2024-05-20T15:21:46.356Z | Checking walkdir v2.5.0 |
1915 | 2024-05-20T15:21:46.393Z | Checking slog-scope v4.4.0 |
1916 | 2024-05-20T15:21:46.393Z | Checking tungstenite v0.20.1 |
1917 | 2024-05-20T15:21:46.393Z | Checking expectorate v1.1.0 |
1918 | 2024-05-20T15:21:46.394Z | Checking slog-stdlog v4.1.1 |
1919 | 2024-05-20T15:21:46.394Z | Compiling heapless v0.8.0 |
1920 | 2024-05-20T15:21:46.394Z | Checking termtree v0.4.1 |
1921 | 2024-05-20T15:21:46.395Z | Checking slog-envlogger v2.2.0 |
1922 | 2024-05-20T15:21:46.395Z | Checking predicates-tree v1.0.9 |
1923 | 2024-05-20T15:21:46.579Z | Checking hash32 v0.3.1 |
1924 | 2024-05-20T15:21:46.579Z | Compiling smoltcp v0.11.0 |
1925 | 2024-05-20T15:21:46.579Z | Checking cobs v0.2.3 |
1926 | 2024-05-20T15:21:46.767Z | Compiling crucible-workspace-hack v0.1.0 |
1927 | 2024-05-20T15:21:46.855Z | Checking num_enum v0.5.11 |
1928 | 2024-05-20T15:21:46.855Z | Checking embedded-io v0.4.0 |
1929 | 2024-05-20T15:21:46.855Z | Checking tokio-tungstenite v0.20.1 |
1930 | 2024-05-20T15:21:46.940Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1931 | 2024-05-20T15:21:47.077Z | Checking postcard v1.0.8 |
1932 | 2024-05-20T15:21:47.077Z | Checking sigpipe v0.1.3 |
1933 | 2024-05-20T15:21:47.109Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1934 | 2024-05-20T15:21:47.109Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1935 | 2024-05-20T15:21:47.581Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1936 | 2024-05-20T15:21:47.612Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1937 | 2024-05-20T15:21:47.612Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1938 | 2024-05-20T15:21:47.612Z | Checking pem v3.0.4 |
1939 | 2024-05-20T15:21:47.613Z | Checking atty v0.2.14 |
1940 | 2024-05-20T15:21:47.613Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1941 | 2024-05-20T15:21:47.667Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1942 | 2024-05-20T15:21:47.772Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1943 | 2024-05-20T15:21:48.058Z | Compiling mockall_derive v0.12.1 |
1944 | 2024-05-20T15:21:48.173Z | Compiling num-derive v0.4.0 |
1945 | 2024-05-20T15:21:48.293Z | Checking fragile v2.0.0 |
1946 | 2024-05-20T15:21:48.540Z | Checking downcast v0.11.0 |
1947 | 2024-05-20T15:21:48.738Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1948 | 2024-05-20T15:21:48.763Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1949 | 2024-05-20T15:21:48.994Z | Compiling derive-where v1.2.7 |
1950 | 2024-05-20T15:21:49.241Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1951 | 2024-05-20T15:21:49.304Z | Checking env_logger v0.9.3 |
1952 | 2024-05-20T15:21:49.727Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-05-20T15:21:49.942Z | Compiling bitstruct_derive v0.1.0 |
1954 | 2024-05-20T15:21:50.061Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-05-20T15:21:50.179Z | Checking ascii v1.1.0 |
1956 | 2024-05-20T15:21:50.276Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1957 | 2024-05-20T15:21:50.389Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1958 | 2024-05-20T15:21:50.532Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1959 | 2024-05-20T15:21:50.662Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-05-20T15:21:50.799Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-05-20T15:21:51.018Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-05-20T15:21:51.163Z | Checking bitstruct v0.1.1 |
1963 | 2024-05-20T15:21:51.260Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1964 | 2024-05-20T15:21:51.285Z | Checking erased-serde v0.3.31 |
1965 | 2024-05-20T15:21:51.311Z | Checking serde_arrays v0.1.0 |
1966 | 2024-05-20T15:21:51.437Z | Compiling heck v0.3.3 |
1967 | 2024-05-20T15:21:51.507Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1968 | 2024-05-20T15:21:51.552Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1969 | 2024-05-20T15:21:51.901Z | Checking tungstenite v0.21.0 |
1970 | 2024-05-20T15:21:52.228Z | Compiling zone_cfg_derive v0.1.2 |
1971 | 2024-05-20T15:21:52.444Z | Checking base64 v0.13.1 |
1972 | 2024-05-20T15:21:52.444Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1973 | 2024-05-20T15:21:52.670Z | Checking ron v0.7.1 |
1974 | 2024-05-20T15:21:52.860Z | Checking tokio-tungstenite v0.21.0 |
1975 | 2024-05-20T15:21:52.861Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1976 | 2024-05-20T15:21:53.039Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1977 | 2024-05-20T15:21:53.196Z | Checking headers-core v0.2.0 |
1978 | 2024-05-20T15:21:53.197Z | Checking portpicker v0.1.1 |
1979 | 2024-05-20T15:21:53.197Z | Checking headers v0.3.9 |
1980 | 2024-05-20T15:21:53.713Z | Checking zone v0.1.8 |
1981 | 2024-05-20T15:21:53.713Z | Checking rcgen v0.12.1 |
1982 | 2024-05-20T15:21:53.860Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1983 | 2024-05-20T15:21:53.860Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1984 | 2024-05-20T15:21:53.860Z | Checking atomicwrites v0.4.3 |
1985 | 2024-05-20T15:21:54.082Z | Checking subprocess v0.2.9 |
1986 | 2024-05-20T15:21:54.082Z | Compiling convert_case v0.4.0 |
1987 | 2024-05-20T15:21:54.145Z | Checking linked-hash-map v0.5.6 |
1988 | 2024-05-20T15:21:54.242Z | Checking itertools v0.12.1 |
1989 | 2024-05-20T15:21:54.340Z | Checking lru-cache v0.1.2 |
1990 | 2024-05-20T15:21:54.372Z | Checking password-hash v0.5.0 |
1991 | 2024-05-20T15:21:54.506Z | Checking blake2 v0.10.6 |
1992 | 2024-05-20T15:21:54.737Z | Compiling derive_more v0.99.17 |
1993 | 2024-05-20T15:21:54.763Z | Checking swrite v0.1.0 |
1994 | 2024-05-20T15:21:54.870Z | Compiling rayon-core v1.12.1 |
1995 | 2024-05-20T15:21:54.898Z | Checking argon2 v0.5.3 |
1996 | 2024-05-20T15:21:54.991Z | Checking mockall v0.12.1 |
1997 | 2024-05-20T15:21:55.149Z | Checking resolv-conf v0.7.0 |
1998 | 2024-05-20T15:21:55.200Z | Checking half v2.3.1 |
1999 | 2024-05-20T15:21:55.224Z | Compiling cancel-safe-futures v0.1.5 |
2000 | 2024-05-20T15:21:55.458Z | Checking trust-dns-resolver v0.22.0 |
2001 | 2024-05-20T15:21:55.487Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2002 | 2024-05-20T15:21:55.525Z | Checking ciborium-io v0.2.2 |
2003 | 2024-05-20T15:21:55.634Z | Checking ciborium-ll v0.2.2 |
2004 | 2024-05-20T15:21:55.778Z | Compiling slog-dtrace v0.3.0 |
2005 | 2024-05-20T15:21:55.884Z | Checking ciborium v0.2.2 |
2006 | 2024-05-20T15:21:56.040Z | Compiling semver v0.1.20 |
2007 | 2024-05-20T15:21:56.127Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2008 | 2024-05-20T15:21:56.402Z | Compiling rustc_version v0.1.7 |
2009 | 2024-05-20T15:21:56.430Z | Checking libsw v3.3.1 |
2010 | 2024-05-20T15:21:56.609Z | Checking linear-map v1.2.0 |
2011 | 2024-05-20T15:21:56.650Z | Checking owo-colors v4.0.0 |
2012 | 2024-05-20T15:21:56.767Z | Compiling unicode-xid v0.2.4 |
2013 | 2024-05-20T15:21:56.834Z | Compiling newtype_derive v0.1.6 |
2014 | 2024-05-20T15:21:56.895Z | Compiling radium v0.7.0 |
2015 | 2024-05-20T15:21:56.929Z | Checking num-rational v0.4.2 |
2016 | 2024-05-20T15:21:57.106Z | Checking num-complex v0.4.6 |
2017 | 2024-05-20T15:21:57.301Z | Checking steno v0.4.0 |
2018 | 2024-05-20T15:21:57.348Z | Checking nibble_vec v0.1.0 |
2019 | 2024-05-20T15:21:57.503Z | Checking endian-type v0.1.2 |
2020 | 2024-05-20T15:21:57.528Z | Compiling maybe-uninit v2.0.0 |
2021 | 2024-05-20T15:21:57.694Z | Checking tap v1.0.1 |
2022 | 2024-05-20T15:21:57.840Z | Checking wyz v0.5.1 |
2023 | 2024-05-20T15:21:57.905Z | Checking num v0.4.3 |
2024 | 2024-05-20T15:21:58.002Z | Checking radix_trie v0.2.1 |
2025 | 2024-05-20T15:21:58.215Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2026 | 2024-05-20T15:21:58.247Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2027 | 2024-05-20T15:21:58.407Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2028 | 2024-05-20T15:21:58.432Z | Checking fxhash v0.2.1 |
2029 | 2024-05-20T15:21:58.582Z | Compiling packed_struct v0.10.1 |
2030 | 2024-05-20T15:21:58.811Z | Checking funty v2.0.0 |
2031 | 2024-05-20T15:21:58.958Z | Checking crc-catalog v2.2.0 |
2032 | 2024-05-20T15:21:59.080Z | Compiling num-bigint-dig v0.8.4 |
2033 | 2024-05-20T15:21:59.290Z | Checking crc v3.0.1 |
2034 | 2024-05-20T15:21:59.466Z | Compiling packed_struct_codegen v0.10.1 |
2035 | 2024-05-20T15:21:59.494Z | Compiling indexmap v1.9.3 |
2036 | 2024-05-20T15:21:59.616Z | Checking bitvec v1.0.1 |
2037 | 2024-05-20T15:21:59.769Z | Checking nodrop v0.1.14 |
2038 | 2024-05-20T15:21:59.834Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2039 | 2024-05-20T15:21:59.875Z | Checking array-init v0.0.4 |
2040 | 2024-05-20T15:22:00.090Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2041 | 2024-05-20T15:22:00.115Z | Checking smallvec v0.6.14 |
2042 | 2024-05-20T15:22:00.276Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2043 | 2024-05-20T15:22:00.490Z | Checking pkcs1 v0.7.5 |
2044 | 2024-05-20T15:22:00.684Z | Checking signature v2.1.0 |
2045 | 2024-05-20T15:22:00.836Z | Checking hashbrown v0.12.3 |
2046 | 2024-05-20T15:22:00.860Z | Checking bitfield v0.14.0 |
2047 | 2024-05-20T15:22:01.082Z | Checking serde-hex v0.1.0 |
2048 | 2024-05-20T15:22:01.977Z | Checking bzip2 v0.4.4 |
2049 | 2024-05-20T15:22:02.006Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2050 | 2024-05-20T15:22:02.123Z | Checking env_logger v0.10.0 |
2051 | 2024-05-20T15:22:02.228Z | Checking x509-cert v0.2.4 |
2052 | 2024-05-20T15:22:02.255Z | Checking ron v0.8.1 |
2053 | 2024-05-20T15:22:02.255Z | Checking rsa v0.9.2 |
2054 | 2024-05-20T15:22:02.304Z | Checking hashbrown v0.13.2 |
2055 | 2024-05-20T15:22:02.543Z | Checking crc-any v2.4.3 |
2056 | 2024-05-20T15:22:02.832Z | Checking zip v0.6.6 |
2057 | 2024-05-20T15:22:03.097Z | Checking path-slash v0.1.5 |
2058 | 2024-05-20T15:22:03.208Z | Checking object v0.30.4 |
2059 | 2024-05-20T15:22:03.234Z | Checking display-error-chain v0.2.0 |
2060 | 2024-05-20T15:22:03.326Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2061 | 2024-05-20T15:22:03.370Z | Compiling async-recursion v1.1.1 |
2062 | 2024-05-20T15:22:03.462Z | Compiling buf-list v1.0.3 |
2063 | 2024-05-20T15:22:03.561Z | Compiling blake3 v1.5.0 |
2064 | 2024-05-20T15:22:03.669Z | Checking maplit v1.0.2 |
2065 | 2024-05-20T15:22:03.716Z | Checking gethostname v0.4.3 |
2066 | 2024-05-20T15:22:03.831Z | Compiling parking_lot_core v0.8.6 |
2067 | 2024-05-20T15:22:04.232Z | Compiling libefi-sys v0.1.0 |
2068 | 2024-05-20T15:22:04.329Z | Compiling pin-project-internal v1.1.3 |
2069 | 2024-05-20T15:22:04.354Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2070 | 2024-05-20T15:22:04.662Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2071 | 2024-05-20T15:22:04.770Z | Compiling crossbeam-deque v0.8.3 |
2072 | 2024-05-20T15:22:04.801Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2073 | 2024-05-20T15:22:04.923Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2074 | 2024-05-20T15:22:05.035Z | Checking keccak v0.1.4 |
2075 | 2024-05-20T15:22:05.061Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2076 | 2024-05-20T15:22:05.290Z | Checking sha3 v0.10.8 |
2077 | 2024-05-20T15:22:05.837Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2078 | 2024-05-20T15:22:05.996Z | Checking parking_lot v0.11.2 |
2079 | 2024-05-20T15:22:06.132Z | Checking trust-dns-client v0.22.0 |
2080 | 2024-05-20T15:22:06.181Z | Compiling synstructure v0.12.6 |
2081 | 2024-05-20T15:22:06.357Z | Checking toml v0.5.11 |
2082 | 2024-05-20T15:22:06.631Z | Checking secrecy v0.8.0 |
2083 | 2024-05-20T15:22:06.926Z | Checking sled v0.34.7 |
2084 | 2024-05-20T15:22:07.236Z | Checking pin-project v1.1.3 |
2085 | 2024-05-20T15:22:07.236Z | Compiling rayon v1.10.0 |
2086 | 2024-05-20T15:22:07.653Z | Checking trust-dns-server v0.22.1 |
2087 | 2024-05-20T15:22:07.926Z | Compiling zerocopy-derive v0.2.0 |
2088 | 2024-05-20T15:22:08.600Z | Compiling memmap2 v0.7.1 |
2089 | 2024-05-20T15:22:08.686Z | Compiling home v0.5.5 |
2090 | 2024-05-20T15:22:08.687Z | Compiling arrayref v0.3.7 |
2091 | 2024-05-20T15:22:08.799Z | Compiling arrayvec v0.7.4 |
2092 | 2024-05-20T15:22:08.887Z | Compiling constant_time_eq v0.3.0 |
2093 | 2024-05-20T15:22:08.956Z | Compiling toolchain_find v0.4.0 |
2094 | 2024-05-20T15:22:09.617Z | Compiling vte_generate_state_changes v0.1.1 |
2095 | 2024-05-20T15:22:09.723Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2096 | 2024-05-20T15:22:09.749Z | Compiling topological-sort v0.2.2 |
2097 | 2024-05-20T15:22:09.929Z | Checking fd-lock v4.0.2 |
2098 | 2024-05-20T15:22:09.990Z | Checking glob v0.3.1 |
2099 | 2024-05-20T15:22:10.176Z | Checking vte v0.11.1 |
2100 | 2024-05-20T15:22:10.253Z | Compiling snafu-derive v0.8.2 |
2101 | 2024-05-20T15:22:10.926Z | Compiling rustfmt-wrapper v0.2.1 |
2102 | 2024-05-20T15:22:11.040Z | Compiling usdt-impl v0.3.5 |
2103 | 2024-05-20T15:22:11.223Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2104 | 2024-05-20T15:22:11.739Z | Compiling omicron-zone-package v0.11.0 |
2105 | 2024-05-20T15:22:12.234Z | Checking strip-ansi-escapes v0.2.0 |
2106 | 2024-05-20T15:22:12.234Z | Checking nu-ansi-term v0.50.0 |
2107 | 2024-05-20T15:22:12.234Z | Compiling zerocopy v0.3.0 |
2108 | 2024-05-20T15:22:12.234Z | Checking globset v0.4.13 |
2109 | 2024-05-20T15:22:12.234Z | Checking reedline v0.31.0 |
2110 | 2024-05-20T15:22:12.234Z | Checking olpc-cjson v0.1.3 |
2111 | 2024-05-20T15:22:12.234Z | Checking serde_plain v1.0.2 |
2112 | 2024-05-20T15:22:12.234Z | Checking typed-path v0.7.0 |
2113 | 2024-05-20T15:22:12.234Z | Compiling prettyplease v0.2.20 |
2114 | 2024-05-20T15:22:12.356Z | Compiling platforms v3.0.2 |
2115 | 2024-05-20T15:22:12.519Z | Compiling dof v0.1.5 |
2116 | 2024-05-20T15:22:12.690Z | Compiling dtrace-parser v0.1.14 |
2117 | 2024-05-20T15:22:13.506Z | Checking parse-size v1.0.0 |
2118 | 2024-05-20T15:22:14.176Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2119 | 2024-05-20T15:22:14.660Z | Compiling serde_tokenstream v0.1.7 |
2120 | 2024-05-20T15:22:14.737Z | Compiling memoffset v0.7.1 |
2121 | 2024-05-20T15:22:14.788Z | Compiling crunchy v0.2.2 |
2122 | 2024-05-20T15:22:15.085Z | Compiling curve25519-dalek v4.1.2 |
2123 | 2024-05-20T15:22:15.165Z | Compiling clang-sys v1.6.1 |
2124 | 2024-05-20T15:22:15.255Z | Checking snafu v0.8.2 |
2125 | 2024-05-20T15:22:15.506Z | Compiling unicase v2.7.0 |
2126 | 2024-05-20T15:22:15.625Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2127 | 2024-05-20T15:22:15.655Z | Compiling tiny-keccak v2.0.2 |
2128 | 2024-05-20T15:22:15.683Z | Checking tough v0.17.1 |
2129 | 2024-05-20T15:22:16.009Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2130 | 2024-05-20T15:22:16.198Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2131 | 2024-05-20T15:22:16.239Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2132 | 2024-05-20T15:22:16.292Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2133 | 2024-05-20T15:22:16.954Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2134 | 2024-05-20T15:22:17.306Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2135 | 2024-05-20T15:22:17.449Z | Compiling usdt-attr-macro v0.3.5 |
2136 | 2024-05-20T15:22:17.604Z | Compiling usdt-macro v0.3.5 |
2137 | 2024-05-20T15:22:18.814Z | Checking universal-hash v0.5.1 |
2138 | 2024-05-20T15:22:18.838Z | Compiling thiserror-impl-no-std v2.0.2 |
2139 | 2024-05-20T15:22:18.956Z | Compiling curve25519-dalek-derive v0.1.0 |
2140 | 2024-05-20T15:22:18.981Z | Checking nanorand v0.7.0 |
2141 | 2024-05-20T15:22:19.389Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2142 | 2024-05-20T15:22:19.595Z | Compiling cfg_aliases v0.1.1 |
2143 | 2024-05-20T15:22:19.723Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2144 | 2024-05-20T15:22:19.723Z | Checking signature v1.6.4 |
2145 | 2024-05-20T15:22:19.723Z | Checking bytecount v0.6.3 |
2146 | 2024-05-20T15:22:19.790Z | Checking opaque-debug v0.3.0 |
2147 | 2024-05-20T15:22:19.822Z | Compiling salty v0.2.0 |
2148 | 2024-05-20T15:22:19.879Z | Checking poly1305 v0.8.0 |
2149 | 2024-05-20T15:22:20.291Z | Checking papergrid v0.11.0 |
2150 | 2024-05-20T15:22:20.332Z | Checking ed25519 v1.5.3 |
2151 | 2024-05-20T15:22:20.360Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2152 | 2024-05-20T15:22:20.492Z | Compiling nix v0.28.0 |
2153 | 2024-05-20T15:22:21.345Z | Checking flume v0.11.0 |
2154 | 2024-05-20T15:22:21.534Z | Checking usdt v0.3.5 |
2155 | 2024-05-20T15:22:21.727Z | Checking thiserror-no-std v2.0.2 |
2156 | 2024-05-20T15:22:21.727Z | Compiling ascii-canvas v3.0.0 |
2157 | 2024-05-20T15:22:21.727Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2158 | 2024-05-20T15:22:21.844Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2159 | 2024-05-20T15:22:22.175Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2160 | 2024-05-20T15:22:22.179Z | Compiling tabled_derive v0.7.0 |
2161 | 2024-05-20T15:22:22.398Z | Checking chacha20 v0.9.1 |
2162 | 2024-05-20T15:22:22.398Z | Checking aead v0.5.2 |
2163 | 2024-05-20T15:22:22.605Z | Checking serde-big-array v0.5.1 |
2164 | 2024-05-20T15:22:22.606Z | Checking kstat-rs v0.2.3 |
2165 | 2024-05-20T15:22:22.606Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2166 | 2024-05-20T15:22:22.732Z | Compiling ena v0.14.2 |
2167 | 2024-05-20T15:22:22.732Z | Compiling libloading v0.7.4 |
2168 | 2024-05-20T15:22:22.985Z | Compiling diff v0.1.13 |
2169 | 2024-05-20T15:22:23.098Z | Compiling bindgen v0.69.2 |
2170 | 2024-05-20T15:22:23.278Z | Compiling regex-syntax v0.6.29 |
2171 | 2024-05-20T15:22:23.625Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2172 | 2024-05-20T15:22:23.734Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2173 | 2024-05-20T15:22:24.078Z | Checking chacha20poly1305 v0.10.1 |
2174 | 2024-05-20T15:22:24.164Z | Checking tabled v0.15.0 |
2175 | 2024-05-20T15:22:24.268Z | Checking vsss-rs v3.3.4 |
2176 | 2024-05-20T15:22:25.415Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2177 | 2024-05-20T15:22:26.236Z | Compiling lalrpop v0.19.12 |
2178 | 2024-05-20T15:22:26.724Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2179 | 2024-05-20T15:22:26.849Z | Checking signal-hook-tokio v0.3.1 |
2180 | 2024-05-20T15:22:26.940Z | Compiling cexpr v0.6.0 |
2181 | 2024-05-20T15:22:27.001Z | Checking serde-big-array v0.4.1 |
2182 | 2024-05-20T15:22:27.147Z | Compiling which v4.4.0 |
2183 | 2024-05-20T15:22:27.762Z | Compiling peeking_take_while v0.1.2 |
2184 | 2024-05-20T15:22:27.904Z | Compiling rustc-hash v1.1.0 |
2185 | 2024-05-20T15:22:28.067Z | Compiling shlex v1.3.0 |
2186 | 2024-05-20T15:22:28.259Z | Compiling ref-cast v1.0.23 |
2187 | 2024-05-20T15:22:28.502Z | Compiling lazycell v1.3.0 |
2188 | 2024-05-20T15:22:28.531Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2189 | 2024-05-20T15:22:28.833Z | Compiling mime_guess v2.0.4 |
2190 | 2024-05-20T15:22:29.479Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2191 | 2024-05-20T15:22:29.980Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2192 | 2024-05-20T15:22:30.243Z | Compiling derive_builder_core v0.20.0 |
2193 | 2024-05-20T15:22:31.494Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-05-20T15:22:31.519Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2195 | 2024-05-20T15:22:32.281Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2196 | 2024-05-20T15:22:32.949Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2197 | 2024-05-20T15:22:33.924Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2198 | 2024-05-20T15:22:34.690Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2199 | 2024-05-20T15:22:35.464Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2200 | 2024-05-20T15:22:36.022Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2201 | 2024-05-20T15:22:36.098Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2202 | 2024-05-20T15:22:36.482Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2203 | 2024-05-20T15:22:36.550Z | Compiling peg-macros v0.8.3 |
2204 | 2024-05-20T15:22:37.742Z | Compiling sqlparser_derive v0.2.2 |
2205 | 2024-05-20T15:22:38.036Z | Compiling ref-cast-impl v1.0.23 |
2206 | 2024-05-20T15:22:38.654Z | Compiling libxml v0.3.3 |
2207 | 2024-05-20T15:22:39.025Z | Checking unicode_categories v0.1.1 |
2208 | 2024-05-20T15:22:39.091Z | Checking corncobs v0.1.3 |
2209 | 2024-05-20T15:22:39.261Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2210 | 2024-05-20T15:22:39.286Z | Checking sqlformat v0.2.3 |
2211 | 2024-05-20T15:22:39.438Z | Checking rustyline v14.0.0 |
2212 | 2024-05-20T15:22:39.539Z | Checking peg v0.8.3 |
2213 | 2024-05-20T15:22:39.783Z | Checking sqlparser v0.45.0 |
2214 | 2024-05-20T15:22:40.494Z | Compiling derive_builder_macro v0.20.0 |
2215 | 2024-05-20T15:22:40.764Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2216 | 2024-05-20T15:22:41.139Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2217 | 2024-05-20T15:22:41.241Z | Checking bcs v0.1.6 |
2218 | 2024-05-20T15:22:41.407Z | Compiling strum_macros v0.24.3 |
2219 | 2024-05-20T15:22:41.622Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2220 | 2024-05-20T15:22:41.882Z | Compiling cookie v0.18.1 |
2221 | 2024-05-20T15:22:42.126Z | Checking highway v1.1.0 |
2222 | 2024-05-20T15:22:42.737Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2223 | 2024-05-20T15:22:42.762Z | Compiling indoc v1.0.9 |
2224 | 2024-05-20T15:22:44.004Z | Checking derive_builder v0.20.0 |
2225 | 2024-05-20T15:22:44.556Z | Compiling const_format_proc_macros v0.2.32 |
2226 | 2024-05-20T15:22:44.583Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2227 | 2024-05-20T15:22:44.826Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2228 | 2024-05-20T15:22:45.059Z | Checking bb8 v0.8.3 |
2229 | 2024-05-20T15:22:45.434Z | Checking quick-xml v0.31.0 |
2230 | 2024-05-20T15:22:45.508Z | Compiling impl-trait-for-tuples v0.2.2 |
2231 | 2024-05-20T15:22:45.541Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2232 | 2024-05-20T15:22:46.229Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2233 | 2024-05-20T15:22:46.431Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2234 | 2024-05-20T15:22:47.156Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2235 | 2024-05-20T15:22:47.212Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2236 | 2024-05-20T15:22:47.621Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2237 | 2024-05-20T15:22:47.897Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2238 | 2024-05-20T15:22:50.234Z | Compiling oso-derive v0.27.3 |
2239 | 2024-05-20T15:22:50.373Z | Checking http-range v0.1.5 |
2240 | 2024-05-20T15:22:50.537Z | Checking hyper-staticfile v0.9.5 |
2241 | 2024-05-20T15:22:50.676Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2242 | 2024-05-20T15:22:50.907Z | Checking const_format v0.2.32 |
2243 | 2024-05-20T15:22:51.190Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2244 | 2024-05-20T15:22:51.315Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2245 | 2024-05-20T15:22:52.455Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2246 | 2024-05-20T15:22:53.508Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2247 | 2024-05-20T15:22:54.074Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2248 | 2024-05-20T15:22:54.827Z | Checking assert_matches v1.5.0 |
2249 | 2024-05-20T15:22:54.933Z | Checking rand_seeder v0.2.3 |
2250 | 2024-05-20T15:22:54.997Z | Compiling portable-atomic v1.4.3 |
2251 | 2024-05-20T15:22:55.155Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2252 | 2024-05-20T15:22:55.180Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2253 | 2024-05-20T15:22:55.384Z | Checking number_prefix v0.4.0 |
2254 | 2024-05-20T15:22:55.569Z | Checking castaway v0.2.2 |
2255 | 2024-05-20T15:22:55.725Z | Checking compact_str v0.7.1 |
2256 | 2024-05-20T15:22:56.370Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2257 | 2024-05-20T15:22:56.421Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2258 | 2024-05-20T15:22:56.584Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2259 | 2024-05-20T15:22:56.673Z | Checking lru v0.12.1 |
2260 | 2024-05-20T15:22:56.719Z | Compiling stability v0.2.0 |
2261 | 2024-05-20T15:22:56.878Z | Checking indicatif v0.17.8 |
2262 | 2024-05-20T15:22:56.911Z | Checking cassowary v0.3.0 |
2263 | 2024-05-20T15:22:57.267Z | Compiling indoc v2.0.3 |
2264 | 2024-05-20T15:22:57.395Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2265 | 2024-05-20T15:22:57.521Z | Checking unicode-linebreak v0.1.5 |
2266 | 2024-05-20T15:22:57.602Z | Checking smawk v0.3.1 |
2267 | 2024-05-20T15:22:57.780Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2268 | 2024-05-20T15:22:57.850Z | Checking textwrap v0.16.1 |
2269 | 2024-05-20T15:22:58.023Z | Checking is_ci v1.2.0 |
2270 | 2024-05-20T15:22:58.222Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2271 | 2024-05-20T15:22:58.253Z | Checking supports-color v3.0.0 |
2272 | 2024-05-20T15:22:58.298Z | Checking ratatui v0.26.2 |
2273 | 2024-05-20T15:22:58.415Z | Checking fatfs v0.3.6 |
2274 | 2024-05-20T15:22:59.274Z | Checking shell-words v1.1.0 |
2275 | 2024-05-20T15:22:59.419Z | Checking rtoolbox v0.0.1 |
2276 | 2024-05-20T15:22:59.591Z | Checking rpassword v7.3.1 |
2277 | 2024-05-20T15:23:00.064Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2278 | 2024-05-20T15:23:00.618Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2279 | 2024-05-20T15:23:00.618Z | Checking yansi v0.5.1 |
2280 | 2024-05-20T15:23:00.618Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2281 | 2024-05-20T15:23:00.618Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2282 | 2024-05-20T15:23:00.618Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2283 | 2024-05-20T15:23:00.689Z | Checking tui-tree-widget v0.19.0 |
2284 | 2024-05-20T15:23:01.126Z | Checking pretty_assertions v1.4.0 |
2285 | 2024-05-20T15:23:01.350Z | Compiling target-lexicon v0.12.13 |
2286 | 2024-05-20T15:23:01.381Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2287 | 2024-05-20T15:23:01.409Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2288 | 2024-05-20T15:23:02.264Z | Checking cargo-platform v0.1.3 |
2289 | 2024-05-20T15:23:02.513Z | Checking plotters-backend v0.3.5 |
2290 | 2024-05-20T15:23:02.589Z | Compiling guppy-workspace-hack v0.1.0 |
2291 | 2024-05-20T15:23:02.685Z | Compiling doc-comment v0.3.3 |
2292 | 2024-05-20T15:23:02.820Z | Checking plotters-svg v0.3.5 |
2293 | 2024-05-20T15:23:02.869Z | Checking cargo_metadata v0.18.1 |
2294 | 2024-05-20T15:23:03.726Z | Checking http-body v1.0.0 |
2295 | 2024-05-20T15:23:03.751Z | Checking tower-layer v0.3.2 |
2296 | 2024-05-20T15:23:03.751Z | Checking cast v0.3.0 |
2297 | 2024-05-20T15:23:03.751Z | Compiling target-spec v3.1.0 |
2298 | 2024-05-20T15:23:03.751Z | Compiling assert_cmd v2.0.14 |
2299 | 2024-05-20T15:23:04.110Z | Checking criterion-plot v0.5.0 |
2300 | 2024-05-20T15:23:04.655Z | Checking tower v0.4.13 |
2301 | 2024-05-20T15:23:04.655Z | Checking hyper v1.1.0 |
2302 | 2024-05-20T15:23:04.655Z | Checking cfg-expr v0.15.6 |
2303 | 2024-05-20T15:23:04.889Z | Checking plotters v0.3.5 |
2304 | 2024-05-20T15:23:05.214Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2305 | 2024-05-20T15:23:05.307Z | Checking tinytemplate v1.2.1 |
2306 | 2024-05-20T15:23:05.882Z | Checking oorandom v11.1.3 |
2307 | 2024-05-20T15:23:06.014Z | Checking anes v0.1.6 |
2308 | 2024-05-20T15:23:06.348Z | Checking criterion v0.5.1 |
2309 | 2024-05-20T15:23:06.478Z | Checking hyper-util v0.1.2 |
2310 | 2024-05-20T15:23:06.983Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2311 | 2024-05-20T15:23:07.661Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2312 | 2024-05-20T15:23:07.901Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2313 | 2024-05-20T15:23:08.666Z | Checking rustls-native-certs v0.7.0 |
2314 | 2024-05-20T15:23:08.802Z | Checking httptest v0.15.5 |
2315 | 2024-05-20T15:23:09.397Z | Checking pathdiff v0.2.1 |
2316 | 2024-05-20T15:23:09.708Z | Checking nested v0.1.1 |
2317 | 2024-05-20T15:23:09.885Z | Checking guppy v0.17.5 |
2318 | 2024-05-20T15:23:09.990Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2319 | 2024-05-20T15:23:10.902Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2320 | 2024-05-20T15:23:10.960Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2321 | 2024-05-20T15:23:13.032Z | Checking hyper-rustls v0.26.0 |
2322 | 2024-05-20T15:23:13.070Z | Checking escape8259 v0.5.2 |
2323 | 2024-05-20T15:23:13.216Z | Checking threadpool v1.8.1 |
2324 | 2024-05-20T15:23:13.337Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2325 | 2024-05-20T15:23:13.379Z | Checking similar-asserts v1.5.0 |
2326 | 2024-05-20T15:23:13.404Z | Checking libtest-mimic v0.7.2 |
2327 | 2024-05-20T15:23:13.583Z | Checking fancy-regex v0.13.0 |
2328 | 2024-05-20T15:23:13.775Z | Compiling rstest_macros v0.19.0 |
2329 | 2024-05-20T15:23:14.202Z | Checking datatest-stable v0.2.9 |
2330 | 2024-05-20T15:23:14.330Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2331 | 2024-05-20T15:23:14.456Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2332 | 2024-05-20T15:23:14.707Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2333 | 2024-05-20T15:23:14.950Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2334 | 2024-05-20T15:23:15.785Z | Checking csv-core v0.1.11 |
2335 | 2024-05-20T15:23:16.224Z | Checking constant_time_eq v0.2.6 |
2336 | 2024-05-20T15:23:16.225Z | Compiling trybuild v1.0.91 |
2337 | 2024-05-20T15:23:16.225Z | Compiling relative-path v1.9.0 |
2338 | 2024-05-20T15:23:16.225Z | Checking blake2b_simd v1.0.1 |
2339 | 2024-05-20T15:23:16.255Z | Checking csv v1.3.0 |
2340 | 2024-05-20T15:23:16.493Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2341 | 2024-05-20T15:23:16.750Z | Checking multimap v0.10.0 |
2342 | 2024-05-20T15:23:16.986Z | Checking futures-timer v3.0.2 |
2343 | 2024-05-20T15:23:17.270Z | Checking rust-argon2 v2.1.0 |
2344 | 2024-05-20T15:23:18.936Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2345 | 2024-05-20T15:23:20.847Z | Checking partial-io v0.5.4 |
2346 | 2024-05-20T15:23:20.947Z | Checking approx v0.5.1 |
2347 | 2024-05-20T15:23:21.294Z | Checking uzers v0.11.3 |
2348 | 2024-05-20T15:23:21.471Z | Checking termios v0.3.3 |
2349 | 2024-05-20T15:23:21.743Z | Checking hex-literal v0.4.1 |
2350 | 2024-05-20T15:23:24.434Z | Checking rstest v0.19.0 |
2351 | 2024-05-20T15:23:25.433Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2352 | 2024-05-20T15:23:26.800Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2353 | 2024-05-20T15:23:34.269Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2354 | 2024-05-20T15:23:43.250Z | Compiling samael v0.0.15 |
2355 | 2024-05-20T15:24:02.812Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2356 | 2024-05-20T15:24:04.129Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2357 | 2024-05-20T15:24:21.901Z | Compiling polar-core v0.27.3 |
2358 | 2024-05-20T15:24:30.999Z | Checking oso v0.27.3 |
2359 | 2024-05-20T15:25:08.037Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2360 | 2024-05-20T15:25:08.037Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2361 | 2024-05-20T15:25:08.110Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2362 | 2024-05-20T15:26:36.663Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 36s |
2363 | 2024-05-20T15:26:37.300Z | |
2364 | 2024-05-20T15:26:37.300Z | real 7:33.163832726 |
2365 | 2024-05-20T15:26:37.300Z | user 34:00.980322093 |
2366 | 2024-05-20T15:26:37.300Z | sys 6:23.848521451 |
2367 | 2024-05-20T15:26:37.300Z | trap 1.042514995 |
2368 | 2024-05-20T15:26:37.300Z | tflt 0.649628452 |
2369 | 2024-05-20T15:26:37.300Z | dflt 1.550765485 |
2370 | 2024-05-20T15:26:37.300Z | kflt 0.003054454 |
2371 | 2024-05-20T15:26:37.300Z | lock 52:11.207947146 |
2372 | 2024-05-20T15:26:37.300Z | slp 1:43:01.184872760 |
2373 | 2024-05-20T15:26:37.300Z | lat 1:48.080626333 |
2374 | 2024-05-20T15:26:37.300Z | stop 4:41.793141750 |
2375 | 2024-05-20T15:26:38.138Z | warning: output filename collision. |
2376 | 2024-05-20T15:26:38.138Z | 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)`. |
2377 | 2024-05-20T15:26:38.138Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2378 | 2024-05-20T15:26:38.138Z | The targets should have unique names. |
2379 | 2024-05-20T15:26:38.138Z | This is a known bug where multiple crates with the same name use |
2380 | 2024-05-20T15:26:38.138Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2381 | 2024-05-20T15:26:38.138Z | warning: output filename collision. |
2382 | 2024-05-20T15:26:38.138Z | 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)`. |
2383 | 2024-05-20T15:26:38.139Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2384 | 2024-05-20T15:26:38.139Z | The targets should have unique names. |
2385 | 2024-05-20T15:26:38.139Z | This is a known bug where multiple crates with the same name use |
2386 | 2024-05-20T15:26:38.139Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2387 | 2024-05-20T15:26:38.214Z | warning: output filename collision. |
2388 | 2024-05-20T15:26:38.214Z | 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)`. |
2389 | 2024-05-20T15:26:38.214Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2390 | 2024-05-20T15:26:38.214Z | The targets should have unique names. |
2391 | 2024-05-20T15:26:38.214Z | This is a known bug where multiple crates with the same name use |
2392 | 2024-05-20T15:26:38.214Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2393 | 2024-05-20T15:26:38.214Z | warning: output filename collision. |
2394 | 2024-05-20T15:26:38.214Z | 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)`. |
2395 | 2024-05-20T15:26:38.214Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2396 | 2024-05-20T15:26:38.215Z | The targets should have unique names. |
2397 | 2024-05-20T15:26:38.215Z | This is a known bug where multiple crates with the same name use |
2398 | 2024-05-20T15:26:38.215Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2399 | 2024-05-20T15:26:38.215Z | warning: output filename collision. |
2400 | 2024-05-20T15:26:38.215Z | 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)`. |
2401 | 2024-05-20T15:26:38.215Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2402 | 2024-05-20T15:26:38.215Z | The targets should have unique names. |
2403 | 2024-05-20T15:26:38.215Z | This is a known bug where multiple crates with the same name use |
2404 | 2024-05-20T15:26:38.215Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2405 | 2024-05-20T15:26:38.215Z | warning: output filename collision. |
2406 | 2024-05-20T15:26:38.215Z | 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)`. |
2407 | 2024-05-20T15:26:38.215Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2408 | 2024-05-20T15:26:38.215Z | The targets should have unique names. |
2409 | 2024-05-20T15:26:38.215Z | This is a known bug where multiple crates with the same name use |
2410 | 2024-05-20T15:26:38.215Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2411 | 2024-05-20T15:26:38.215Z | warning: output filename collision. |
2412 | 2024-05-20T15:26:38.215Z | 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)`. |
2413 | 2024-05-20T15:26:38.215Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2414 | 2024-05-20T15:26:38.216Z | The targets should have unique names. |
2415 | 2024-05-20T15:26:38.216Z | This is a known bug where multiple crates with the same name use |
2416 | 2024-05-20T15:26:38.216Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2417 | 2024-05-20T15:26:38.216Z | warning: output filename collision. |
2418 | 2024-05-20T15:26:38.216Z | 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)`. |
2419 | 2024-05-20T15:26:38.216Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2420 | 2024-05-20T15:26:38.216Z | The targets should have unique names. |
2421 | 2024-05-20T15:26:38.216Z | This is a known bug where multiple crates with the same name use |
2422 | 2024-05-20T15:26:38.216Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2423 | 2024-05-20T15:26:38.216Z | warning: output filename collision. |
2424 | 2024-05-20T15:26:38.216Z | 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`. |
2425 | 2024-05-20T15:26:38.216Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2426 | 2024-05-20T15:26:38.216Z | The targets should have unique names. |
2427 | 2024-05-20T15:26:38.216Z | This is a known bug where multiple crates with the same name use |
2428 | 2024-05-20T15:26:38.216Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2429 | 2024-05-20T15:26:38.778Z | Documenting libc v0.2.153 |
2430 | 2024-05-20T15:26:38.884Z | Documenting cfg-if v1.0.0 |
2431 | 2024-05-20T15:26:38.884Z | Documenting serde_derive v1.0.201 |
2432 | 2024-05-20T15:26:38.884Z | Documenting log v0.4.21 |
2433 | 2024-05-20T15:26:38.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2434 | 2024-05-20T15:26:38.936Z | Documenting memchr v2.7.1 |
2435 | 2024-05-20T15:26:38.936Z | Documenting byteorder v1.5.0 |
2436 | 2024-05-20T15:26:38.936Z | Documenting scopeguard v1.2.0 |
2437 | 2024-05-20T15:26:39.148Z | Documenting smallvec v1.13.1 |
2438 | 2024-05-20T15:26:41.532Z | Documenting itoa v1.0.9 |
2439 | 2024-05-20T15:26:42.301Z | Documenting pin-project-lite v0.2.13 |
2440 | 2024-05-20T15:26:42.540Z | Documenting once_cell v1.19.0 |
2441 | 2024-05-20T15:26:42.709Z | Documenting libm v0.2.7 |
2442 | 2024-05-20T15:26:42.824Z | Documenting lock_api v0.4.10 |
2443 | 2024-05-20T15:26:43.339Z | Documenting getrandom v0.2.12 |
2444 | 2024-05-20T15:26:43.612Z | Documenting parking_lot_core v0.9.8 |
2445 | 2024-05-20T15:26:44.300Z | Documenting signal-hook-registry v1.4.1 |
2446 | 2024-05-20T15:26:45.181Z | Documenting mio v0.8.11 |
2447 | 2024-05-20T15:26:45.377Z | Documenting serde v1.0.201 |
2448 | 2024-05-20T15:26:45.996Z | Documenting num-traits v0.2.19 |
2449 | 2024-05-20T15:26:46.425Z | Documenting thiserror-impl v1.0.60 |
2450 | 2024-05-20T15:26:46.809Z | Documenting zeroize_derive v1.4.2 |
2451 | 2024-05-20T15:26:47.044Z | Documenting rand_core v0.6.4 |
2452 | 2024-05-20T15:26:47.294Z | Documenting parking_lot v0.12.1 |
2453 | 2024-05-20T15:26:58.042Z | Documenting ryu v1.0.15 |
2454 | 2024-05-20T15:26:58.043Z | Documenting futures-core v0.3.30 |
2455 | 2024-05-20T15:26:59.014Z | Documenting num_cpus v1.16.0 |
2456 | 2024-05-20T15:26:59.014Z | Documenting socket2 v0.5.6 |
2457 | 2024-05-20T15:26:59.014Z | Documenting tokio-macros v2.2.0 |
2458 | 2024-05-20T15:26:59.014Z | Documenting zerocopy v0.7.32 |
2459 | 2024-05-20T15:26:59.014Z | Documenting thiserror v1.0.60 |
2460 | 2024-05-20T15:26:59.014Z | Documenting zeroize v1.7.0 |
2461 | 2024-05-20T15:26:59.014Z | Documenting futures-sink v0.3.30 |
2462 | 2024-05-20T15:26:59.014Z | Documenting typenum v1.16.0 |
2463 | 2024-05-20T15:26:59.014Z | Documenting subtle v2.5.0 |
2464 | 2024-05-20T15:26:59.014Z | Documenting pin-utils v0.1.0 |
2465 | 2024-05-20T15:26:59.015Z | Documenting slab v0.4.9 |
2466 | 2024-05-20T15:26:59.015Z | Documenting futures-channel v0.3.30 |
2467 | 2024-05-20T15:26:59.015Z | Documenting futures-macro v0.3.30 |
2468 | 2024-05-20T15:26:59.460Z | Documenting futures-task v0.3.30 |
2469 | 2024-05-20T15:27:05.629Z | Documenting bytes v1.6.0 |
2470 | 2024-05-20T15:27:08.773Z | Documenting bitflags v2.4.2 |
2471 | 2024-05-20T15:27:08.842Z | Documenting serde_json v1.0.117 |
2472 | 2024-05-20T15:27:09.327Z | Documenting iana-time-zone v0.1.57 |
2473 | 2024-05-20T15:27:09.400Z | Documenting futures-io v0.3.30 |
2474 | 2024-05-20T15:27:09.400Z | Documenting uuid v1.8.0 |
2475 | 2024-05-20T15:27:09.400Z | Documenting ahash v0.8.8 |
2476 | 2024-05-20T15:27:09.400Z | Documenting tokio v1.37.0 |
2477 | 2024-05-20T15:27:10.356Z | Documenting generic-array v0.14.7 |
2478 | 2024-05-20T15:27:12.918Z | Documenting futures-util v0.3.30 |
2479 | 2024-05-20T15:27:13.102Z | Documenting chrono v0.4.38 |
2480 | 2024-05-20T15:27:13.481Z | Documenting allocator-api2 v0.2.16 |
2481 | 2024-05-20T15:27:13.789Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2482 | 2024-05-20T15:27:14.005Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2483 | 2024-05-20T15:27:14.336Z | Documenting const-oid v0.9.6 |
2484 | 2024-05-20T15:27:14.337Z | Documenting tinyvec_macros v0.1.1 |
2485 | 2024-05-20T15:27:14.608Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2024-05-20T15:27:14.958Z | Documenting crypto-common v0.1.6 |
2487 | 2024-05-20T15:27:16.718Z | Documenting hashbrown v0.14.3 |
2488 | 2024-05-20T15:27:17.015Z | Documenting tinyvec v1.6.0 |
2489 | 2024-05-20T15:27:21.155Z | Documenting tracing-core v0.1.32 |
2490 | 2024-05-20T15:27:21.355Z | Documenting serde_derive_internals v0.29.0 |
2491 | 2024-05-20T15:27:21.355Z | Documenting tracing-attributes v0.1.27 |
2492 | 2024-05-20T15:27:21.355Z | Checking serde_derive_internals v0.29.0 |
2493 | 2024-05-20T15:27:21.355Z | Documenting dyn-clone v1.0.17 |
2494 | 2024-05-20T15:27:21.355Z | Documenting unicode-normalization v0.1.22 |
2495 | 2024-05-20T15:27:21.805Z | Documenting ppv-lite86 v0.2.17 |
2496 | 2024-05-20T15:27:22.089Z | Documenting unicode-bidi v0.3.15 |
2497 | 2024-05-20T15:27:22.216Z | Documenting lazy_static v1.4.0 |
2498 | 2024-05-20T15:27:23.162Z | Documenting percent-encoding v2.3.1 |
2499 | 2024-05-20T15:27:24.608Z | Documenting schemars_derive v0.8.17 |
2500 | 2024-05-20T15:27:24.915Z | Documenting block-buffer v0.10.4 |
2501 | 2024-05-20T15:27:25.214Z | Documenting rand_chacha v0.3.1 |
2502 | 2024-05-20T15:27:25.420Z | Documenting powerfmt v0.2.0 |
2503 | 2024-05-20T15:27:25.420Z | Documenting equivalent v1.0.1 |
2504 | 2024-05-20T15:27:26.421Z | Documenting fnv v1.0.7 |
2505 | 2024-05-20T15:27:27.141Z | Documenting form_urlencoded v1.2.1 |
2506 | 2024-05-20T15:27:29.175Z | Documenting deranged v0.3.11 |
2507 | 2024-05-20T15:27:29.430Z | Documenting indexmap v2.2.6 |
2508 | 2024-05-20T15:27:29.430Z | Documenting rand v0.8.5 |
2509 | 2024-05-20T15:27:29.608Z | Documenting digest v0.10.7 |
2510 | 2024-05-20T15:27:30.047Z | Documenting schemars v0.8.17 |
2511 | 2024-05-20T15:27:30.577Z | Documenting time-macros v0.2.17 |
2512 | 2024-05-20T15:27:30.807Z | Documenting num-conv v0.1.0 |
2513 | 2024-05-20T15:27:33.698Z | Documenting num_threads v0.1.6 |
2514 | 2024-05-20T15:27:34.072Z | Documenting unicode-width v0.1.11 |
2515 | 2024-05-20T15:27:34.185Z | Documenting time-core v0.1.2 |
2516 | 2024-05-20T15:27:34.944Z | Documenting idna v0.5.0 |
2517 | 2024-05-20T15:27:35.720Z | Documenting tracing v0.1.40 |
2518 | 2024-05-20T15:27:44.907Z | Documenting errno v0.3.8 |
2519 | 2024-05-20T15:27:44.931Z | Documenting unicode-ident v1.0.12 |
2520 | 2024-05-20T15:27:45.011Z | Documenting adler v1.0.2 |
2521 | 2024-05-20T15:27:45.035Z | Documenting slog v2.7.0 |
2522 | 2024-05-20T15:27:45.060Z | Documenting time v0.3.34 |
2523 | 2024-05-20T15:27:45.175Z | Documenting url v2.5.0 |
2524 | 2024-05-20T15:27:45.803Z | Documenting httparse v1.8.0 |
2525 | 2024-05-20T15:27:47.712Z | Documenting proc-macro2 v1.0.82 |
2526 | 2024-05-20T15:27:47.791Z | Documenting miniz_oxide v0.7.1 |
2527 | 2024-05-20T15:27:49.115Z | Documenting rustix v0.38.31 |
2528 | 2024-05-20T15:27:49.257Z | Documenting cpufeatures v0.2.12 |
2529 | 2024-05-20T15:27:49.371Z | Documenting async-trait v0.1.80 |
2530 | 2024-05-20T15:27:49.843Z | Documenting try-lock v0.2.4 |
2531 | 2024-05-20T15:27:51.109Z | Documenting httpdate v1.0.3 |
2532 | 2024-05-20T15:27:51.303Z | Documenting http-body v0.4.5 |
2533 | 2024-05-20T15:27:52.046Z | Documenting aho-corasick v1.1.2 |
2534 | 2024-05-20T15:27:52.260Z | Documenting quote v1.0.36 |
2535 | 2024-05-20T15:27:52.523Z | Documenting want v0.3.1 |
2536 | 2024-05-20T15:27:53.802Z | Documenting tokio-util v0.7.10 |
2537 | 2024-05-20T15:27:54.592Z | Documenting openssl-sys v0.9.102 |
2538 | 2024-05-20T15:27:54.959Z | Documenting openssl-macros v0.1.1 |
2539 | 2024-05-20T15:27:55.908Z | Documenting tower-service v0.3.2 |
2540 | 2024-05-20T15:27:56.645Z | Documenting gimli v0.28.0 |
2541 | 2024-05-20T15:27:56.645Z | Documenting syn v2.0.60 |
2542 | 2024-05-20T15:27:56.838Z | Documenting mime v0.3.17 |
2543 | 2024-05-20T15:27:57.210Z | Documenting regex-syntax v0.8.2 |
2544 | 2024-05-20T15:27:59.585Z | Documenting object v0.32.1 |
2545 | 2024-05-20T15:27:59.616Z | Documenting h2 v0.3.26 |
2546 | 2024-05-20T15:27:59.788Z | Documenting rustc-demangle v0.1.23 |
2547 | 2024-05-20T15:28:00.418Z | Documenting openssl v0.10.64 |
2548 | 2024-05-20T15:28:00.585Z | Documenting ipnet v2.9.0 |
2549 | 2024-05-20T15:28:01.827Z | Documenting addr2line v0.21.0 |
2550 | 2024-05-20T15:28:02.620Z | Documenting openssl-probe v0.1.5 |
2551 | 2024-05-20T15:28:03.545Z | Documenting regex-automata v0.4.5 |
2552 | 2024-05-20T15:28:04.670Z | Documenting base64ct v1.6.0 |
2553 | 2024-05-20T15:28:05.574Z | Documenting futures-executor v0.3.30 |
2554 | 2024-05-20T15:28:06.497Z | Documenting encoding_rs v0.8.33 |
2555 | 2024-05-20T15:28:08.297Z | Documenting native-tls v0.2.11 |
2556 | 2024-05-20T15:28:08.648Z | Documenting psl-types v2.0.11 |
2557 | 2024-05-20T15:28:08.918Z | Documenting hyper v0.14.28 |
2558 | 2024-05-20T15:28:09.973Z | Documenting backtrace v0.3.69 |
2559 | 2024-05-20T15:28:10.036Z | Documenting serde_urlencoded v0.7.1 |
2560 | 2024-05-20T15:28:10.773Z | Checking pest_meta v2.7.6 |
2561 | 2024-05-20T15:28:11.489Z | Documenting publicsuffix v2.2.3 |
2562 | 2024-05-20T15:28:11.546Z | Documenting crossbeam-utils v0.8.19 |
2563 | 2024-05-20T15:28:11.719Z | Documenting regex v1.10.4 |
2564 | 2024-05-20T15:28:13.431Z | Documenting tokio-native-tls v0.3.1 |
2565 | 2024-05-20T15:28:14.482Z | Documenting utf8parse v0.2.1 |
2566 | 2024-05-20T15:28:14.596Z | Documenting futures v0.3.30 |
2567 | 2024-05-20T15:28:15.213Z | Documenting anyhow v1.0.83 |
2568 | 2024-05-20T15:28:15.563Z | Documenting cookie_store v0.20.0 |
2569 | 2024-05-20T15:28:15.939Z | Documenting pem-rfc7468 v0.7.0 |
2570 | 2024-05-20T15:28:16.933Z | Documenting pest_meta v2.7.6 |
2571 | 2024-05-20T15:28:17.095Z | Documenting der_derive v0.7.2 |
2572 | 2024-05-20T15:28:18.665Z | Documenting scroll_derive v0.12.0 |
2573 | 2024-05-20T15:28:19.302Z | Documenting sync_wrapper v0.1.2 |
2574 | 2024-05-20T15:28:19.843Z | Documenting webpki-roots v0.25.2 |
2575 | 2024-05-20T15:28:19.872Z | Documenting hyper-rustls v0.24.2 |
2576 | 2024-05-20T15:28:20.645Z | Documenting hyper-tls v0.5.0 |
2577 | 2024-05-20T15:28:21.196Z | Documenting flagset v0.4.3 |
2578 | 2024-05-20T15:28:22.210Z | Documenting pest_generator v2.7.6 |
2579 | 2024-05-20T15:28:22.234Z | Checking pest_generator v2.7.6 |
2580 | 2024-05-20T15:28:22.363Z | Documenting num-integer v0.1.46 |
2581 | 2024-05-20T15:28:22.754Z | Documenting ucd-trie v0.1.6 |
2582 | 2024-05-20T15:28:23.483Z | Documenting scroll v0.12.0 |
2583 | 2024-05-20T15:28:24.337Z | Documenting plain v0.2.3 |
2584 | 2024-05-20T15:28:24.416Z | Documenting der v0.7.8 |
2585 | 2024-05-20T15:28:26.199Z | Documenting openapiv3 v2.0.0 |
2586 | 2024-05-20T15:28:26.654Z | Documenting pretty-hex v0.4.1 |
2587 | 2024-05-20T15:28:26.781Z | Documenting pest v2.7.6 |
2588 | 2024-05-20T15:28:27.116Z | Documenting spin v0.9.8 |
2589 | 2024-05-20T15:28:27.440Z | Documenting reqwest v0.11.27 |
2590 | 2024-05-20T15:28:27.440Z | Documenting pest_derive v2.7.6 |
2591 | 2024-05-20T15:28:27.440Z | Documenting goblin v0.8.0 |
2592 | 2024-05-20T15:28:28.840Z | Documenting spki v0.7.2 |
2593 | 2024-05-20T15:28:29.378Z | Documenting thread-id v4.2.0 |
2594 | 2024-05-20T15:28:31.124Z | Documenting either v1.11.0 |
2595 | 2024-05-20T15:28:31.377Z | Documenting anstyle v1.0.7 |
2596 | 2024-05-20T15:28:31.458Z | Documenting dtrace-parser v0.2.0 |
2597 | 2024-05-20T15:28:32.862Z | Documenting pkcs8 v0.10.2 |
2598 | 2024-05-20T15:28:32.887Z | Documenting anstyle-parse v0.2.1 |
2599 | 2024-05-20T15:28:33.337Z | Documenting memmap v0.7.0 |
2600 | 2024-05-20T15:28:34.255Z | Documenting dof v0.3.0 |
2601 | 2024-05-20T15:28:34.410Z | Documenting anstyle-query v1.0.0 |
2602 | 2024-05-20T15:28:35.250Z | Documenting colorchoice v1.0.0 |
2603 | 2024-05-20T15:28:35.373Z | Documenting data-encoding v2.4.0 |
2604 | 2024-05-20T15:28:35.873Z | Documenting crossbeam-epoch v0.9.18 |
2605 | 2024-05-20T15:28:37.123Z | Documenting terminal_size v0.3.0 |
2606 | 2024-05-20T15:28:37.204Z | Documenting sha2 v0.10.8 |
2607 | 2024-05-20T15:28:37.302Z | Documenting ipnetwork v0.20.0 |
2608 | 2024-05-20T15:28:38.014Z | Documenting hex v0.4.3 |
2609 | 2024-05-20T15:28:38.272Z | Documenting anstream v0.6.11 |
2610 | 2024-05-20T15:28:39.409Z | Documenting usdt-impl v0.5.0 |
2611 | 2024-05-20T15:28:39.657Z | Documenting crc32fast v1.3.2 |
2612 | 2024-05-20T15:28:40.103Z | Documenting clap_lex v0.7.0 |
2613 | 2024-05-20T15:28:41.550Z | Documenting strsim v0.11.0 |
2614 | 2024-05-20T15:28:42.133Z | Documenting untrusted v0.9.0 |
2615 | 2024-05-20T15:28:42.442Z | Documenting unicode-segmentation v1.10.1 |
2616 | 2024-05-20T15:28:42.549Z | Documenting num-iter v0.1.45 |
2617 | 2024-05-20T15:28:42.896Z | Documenting hmac v0.12.1 |
2618 | 2024-05-20T15:28:43.120Z | Documenting signal-hook v0.3.17 |
2619 | 2024-05-20T15:28:44.084Z | Documenting clap_derive v4.5.4 |
2620 | 2024-05-20T15:28:44.905Z | Documenting ring v0.17.8 |
2621 | 2024-05-20T15:28:45.328Z | Documenting clap_builder v4.5.2 |
2622 | 2024-05-20T15:28:45.561Z | Documenting usdt v0.5.0 |
2623 | 2024-05-20T15:28:45.866Z | Documenting static_assertions v1.1.0 |
2624 | 2024-05-20T15:28:46.463Z | Documenting flate2 v1.0.30 |
2625 | 2024-05-20T15:28:47.200Z | Documenting managed v0.8.0 |
2626 | 2024-05-20T15:28:47.861Z | Documenting signal-hook-mio v0.2.3 |
2627 | 2024-05-20T15:28:48.616Z | Documenting enum-as-inner v0.5.1 |
2628 | 2024-05-20T15:28:49.435Z | Documenting regress v0.9.1 |
2629 | 2024-05-20T15:28:50.384Z | Documenting block-padding v0.3.3 |
2630 | 2024-05-20T15:28:50.554Z | Documenting scheduled-thread-pool v0.2.7 |
2631 | 2024-05-20T15:28:50.980Z | Documenting diesel_table_macro_syntax v0.1.0 |
2632 | 2024-05-20T15:28:51.488Z | Documenting clap v4.5.4 |
2633 | 2024-05-20T15:28:51.627Z | Checking diesel_table_macro_syntax v0.1.0 |
2634 | 2024-05-20T15:28:51.796Z | Documenting md-5 v0.10.5 |
2635 | 2024-05-20T15:28:51.854Z | Documenting crossterm v0.27.0 |
2636 | 2024-05-20T15:28:53.085Z | Documenting trust-dns-proto v0.22.0 |
2637 | 2024-05-20T15:28:54.600Z | Documenting r2d2 v0.8.10 |
2638 | 2024-05-20T15:28:54.998Z | Documenting inout v0.1.3 |
2639 | 2024-05-20T15:28:55.405Z | Documenting stringprep v0.1.3 |
2640 | 2024-05-20T15:28:55.836Z | Documenting diesel_derives v2.1.2 |
2641 | 2024-05-20T15:29:00.751Z | Documenting ff v0.13.0 |
2642 | 2024-05-20T15:29:01.019Z | Documenting toml_datetime v0.6.5 |
2643 | 2024-05-20T15:29:01.020Z | Documenting serde_spanned v0.6.5 |
2644 | 2024-05-20T15:29:01.077Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2645 | 2024-05-20T15:29:01.077Z | Documenting siphasher v0.3.11 |
2646 | 2024-05-20T15:29:01.077Z | Checking strsim v0.10.0 |
2647 | 2024-05-20T15:29:01.078Z | Checking ident_case v1.0.1 |
2648 | 2024-05-20T15:29:01.078Z | Documenting heck v0.5.0 |
2649 | 2024-05-20T15:29:01.078Z | Documenting bit-vec v0.6.3 |
2650 | 2024-05-20T15:29:01.078Z | Checking unsafe-libyaml v0.2.10 |
2651 | 2024-05-20T15:29:01.347Z | Documenting fallible-iterator v0.2.0 |
2652 | 2024-05-20T15:29:01.710Z | Documenting base16ct v0.2.0 |
2653 | 2024-05-20T15:29:01.938Z | Documenting winnow v0.6.1 |
2654 | 2024-05-20T15:29:02.147Z | Documenting phf_shared v0.11.2 |
2655 | 2024-05-20T15:29:02.480Z | Documenting group v0.13.0 |
2656 | 2024-05-20T15:29:02.803Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2657 | 2024-05-20T15:29:03.062Z | Documenting diesel v2.1.6 |
2658 | 2024-05-20T15:29:04.660Z | Documenting sec1 v0.7.3 |
2659 | 2024-05-20T15:29:04.862Z | Documenting cipher v0.4.4 |
2660 | 2024-05-20T15:29:06.045Z | Documenting hkdf v0.12.4 |
2661 | 2024-05-20T15:29:06.079Z | Documenting postgres-protocol v0.6.6 |
2662 | 2024-05-20T15:29:06.691Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2663 | 2024-05-20T15:29:07.223Z | Documenting toml_edit v0.22.12 |
2664 | 2024-05-20T15:29:19.729Z | Documenting num-bigint v0.4.4 |
2665 | 2024-05-20T15:29:20.330Z | Documenting bstr v1.9.0 |
2666 | 2024-05-20T15:29:29.598Z | Documenting console v0.15.8 |
2667 | 2024-05-20T15:29:29.858Z | Documenting crypto-bigint v0.5.2 |
2668 | 2024-05-20T15:29:30.218Z | Documenting semver v1.0.23 |
2669 | 2024-05-20T15:29:30.348Z | Documenting hubpack v0.1.2 |
2670 | 2024-05-20T15:29:30.372Z | Documenting serde_repr v0.1.16 |
2671 | 2024-05-20T15:29:31.045Z | Documenting new_debug_unreachable v1.0.4 |
2672 | 2024-05-20T15:29:31.593Z | Documenting fixedbitset v0.4.2 |
2673 | 2024-05-20T15:29:32.315Z | Documenting precomputed-hash v0.1.1 |
2674 | 2024-05-20T15:29:33.942Z | Documenting minimal-lexical v0.2.1 |
2675 | 2024-05-20T15:29:34.080Z | Documenting unsafe-libyaml v0.2.10 |
2676 | 2024-05-20T15:29:35.114Z | Documenting lalrpop-util v0.19.12 |
2677 | 2024-05-20T15:29:35.178Z | Documenting yasna v0.5.2 |
2678 | 2024-05-20T15:29:35.178Z | Documenting petgraph v0.6.5 |
2679 | 2024-05-20T15:29:35.179Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2680 | 2024-05-20T15:29:45.412Z | Documenting string_cache v0.8.7 |
2681 | 2024-05-20T15:29:45.674Z | Documenting nom v7.1.3 |
2682 | 2024-05-20T15:29:45.700Z | Documenting serde_yaml v0.9.25 |
2683 | 2024-05-20T15:29:45.832Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2684 | 2024-05-20T15:29:46.097Z | Documenting postgres-types v0.2.6 |
2685 | 2024-05-20T15:29:46.452Z | Documenting phf v0.11.2 |
2686 | 2024-05-20T15:29:46.477Z | Documenting elliptic-curve v0.13.8 |
2687 | 2024-05-20T15:29:47.165Z | Checking serde_yaml v0.9.25 |
2688 | 2024-05-20T15:29:48.813Z | Checking darling_core v0.20.8 |
2689 | 2024-05-20T15:29:49.975Z | Documenting similar v2.4.0 |
2690 | 2024-05-20T15:29:50.538Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2691 | 2024-05-20T15:29:50.893Z | Documenting getopts v0.2.21 |
2692 | 2024-05-20T15:29:51.075Z | Documenting float-cmp v0.9.0 |
2693 | 2024-05-20T15:29:51.964Z | Documenting predicates-core v1.0.6 |
2694 | 2024-05-20T15:29:52.256Z | Documenting peg-runtime v0.8.3 |
2695 | 2024-05-20T15:30:03.320Z | Documenting whoami v1.5.1 |
2696 | 2024-05-20T15:30:03.433Z | Documenting difflib v0.4.0 |
2697 | 2024-05-20T15:30:03.503Z | Documenting normalize-line-endings v0.3.0 |
2698 | 2024-05-20T15:30:03.635Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2699 | 2024-05-20T15:30:03.788Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2700 | 2024-05-20T15:30:03.923Z | Documenting bit-set v0.5.3 |
2701 | 2024-05-20T15:30:04.155Z | Documenting fs-err v2.11.0 |
2702 | 2024-05-20T15:30:04.223Z | Documenting tokio-stream v0.1.15 |
2703 | 2024-05-20T15:30:07.354Z | Documenting tokio-postgres v0.7.10 |
2704 | 2024-05-20T15:30:07.477Z | Documenting ident_case v1.0.1 |
2705 | 2024-05-20T15:30:07.616Z | Documenting predicates v3.1.0 |
2706 | 2024-05-20T15:30:07.813Z | Checking darling v0.20.8 |
2707 | 2024-05-20T15:30:07.922Z | Documenting is-terminal v0.4.9 |
2708 | 2024-05-20T15:30:08.962Z | Documenting strum v0.26.2 |
2709 | 2024-05-20T15:30:09.358Z | Documenting base64 v0.22.1 |
2710 | 2024-05-20T15:30:11.331Z | Documenting camino v1.1.7 |
2711 | 2024-05-20T15:30:11.543Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2712 | 2024-05-20T15:30:11.595Z | Documenting darling_core v0.20.8 |
2713 | 2024-05-20T15:30:12.222Z | Documenting dirs-sys-next v0.1.2 |
2714 | 2024-05-20T15:30:12.710Z | Documenting sha1 v0.10.6 |
2715 | 2024-05-20T15:30:12.736Z | Documenting http v1.0.0 |
2716 | 2024-05-20T15:30:13.386Z | Documenting paste v1.0.15 |
2717 | 2024-05-20T15:30:15.524Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2718 | 2024-05-20T15:30:15.657Z | Documenting thread_local v1.1.7 |
2719 | 2024-05-20T15:30:16.314Z | Documenting dirs-next v2.0.0 |
2720 | 2024-05-20T15:30:17.675Z | Documenting rustls-pki-types v1.3.0 |
2721 | 2024-05-20T15:30:17.705Z | Documenting crossbeam-channel v0.5.8 |
2722 | 2024-05-20T15:30:17.901Z | Documenting take_mut v0.2.2 |
2723 | 2024-05-20T15:30:19.305Z | Documenting slog-json v2.6.1 |
2724 | 2024-05-20T15:30:19.544Z | Documenting async-stream-impl v0.3.5 |
2725 | 2024-05-20T15:30:19.983Z | Documenting darling_macro v0.20.8 |
2726 | 2024-05-20T15:30:20.461Z | Documenting term v0.7.0 |
2727 | 2024-05-20T15:30:20.812Z | Documenting debug-ignore v1.0.5 |
2728 | 2024-05-20T15:30:21.420Z | Documenting rustls-webpki v0.102.1 |
2729 | 2024-05-20T15:30:21.874Z | Documenting atomic-waker v1.1.1 |
2730 | 2024-05-20T15:30:22.152Z | Documenting slog-async v2.8.0 |
2731 | 2024-05-20T15:30:23.579Z | Documenting rustls-pemfile v2.1.2 |
2732 | 2024-05-20T15:30:24.012Z | Documenting slog-bunyan v2.5.0 |
2733 | 2024-05-20T15:30:24.620Z | Documenting async-stream v0.3.5 |
2734 | 2024-05-20T15:30:24.700Z | Documenting darling v0.20.8 |
2735 | 2024-05-20T15:30:24.848Z | Documenting waitgroup v0.1.2 |
2736 | 2024-05-20T15:30:25.068Z | Documenting slog-term v2.9.1 |
2737 | 2024-05-20T15:30:26.273Z | Documenting rustls v0.22.4 |
2738 | 2024-05-20T15:30:26.370Z | Documenting multer v3.1.0 |
2739 | 2024-05-20T15:30:27.364Z | Documenting toml v0.8.12 |
2740 | 2024-05-20T15:30:28.485Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2741 | 2024-05-20T15:30:28.730Z | Documenting serde_path_to_error v0.1.16 |
2742 | 2024-05-20T15:30:28.891Z | Documenting hostname v0.4.0 |
2743 | 2024-05-20T15:30:29.780Z | Documenting serde_with_macros v3.7.0 |
2744 | 2024-05-20T15:30:30.115Z | Documenting structmeta-derive v0.3.0 |
2745 | 2024-05-20T15:30:31.332Z | Documenting newtype-uuid v1.1.0 |
2746 | 2024-05-20T15:30:32.938Z | Checking structmeta v0.3.0 |
2747 | 2024-05-20T15:30:32.988Z | Documenting instant v0.1.12 |
2748 | 2024-05-20T15:30:33.162Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2749 | 2024-05-20T15:30:33.186Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2750 | 2024-05-20T15:30:33.375Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2751 | 2024-05-20T15:30:34.784Z | Documenting tokio-rustls v0.25.0 |
2752 | 2024-05-20T15:30:35.150Z | Documenting serde_with v3.7.0 |
2753 | 2024-05-20T15:30:35.335Z | Documenting structmeta v0.3.0 |
2754 | 2024-05-20T15:30:36.561Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2755 | 2024-05-20T15:30:36.846Z | Documenting backoff v0.4.0 |
2756 | 2024-05-20T15:30:37.490Z | Documenting macaddr v1.0.1 |
2757 | 2024-05-20T15:30:37.659Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2758 | 2024-05-20T15:30:39.738Z | Documenting parse-display-derive v0.9.0 |
2759 | 2024-05-20T15:30:40.122Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2760 | 2024-05-20T15:30:41.548Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2761 | 2024-05-20T15:30:41.573Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2762 | 2024-05-20T15:30:41.647Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2763 | 2024-05-20T15:30:41.854Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2764 | 2024-05-20T15:30:41.878Z | Documenting fastrand v2.0.1 |
2765 | 2024-05-20T15:30:42.015Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2766 | 2024-05-20T15:30:42.640Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2767 | 2024-05-20T15:30:42.944Z | Checking proc-macro-crate v1.3.1 |
2768 | 2024-05-20T15:30:43.505Z | Documenting proc-macro-crate v1.3.1 |
2769 | 2024-05-20T15:30:44.037Z | Documenting foreign-types-macros v0.2.3 |
2770 | 2024-05-20T15:30:44.225Z | Documenting foreign-types-shared v0.3.1 |
2771 | 2024-05-20T15:30:45.145Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2772 | 2024-05-20T15:30:45.511Z | Documenting parse-display v0.9.0 |
2773 | 2024-05-20T15:30:45.682Z | Documenting tempfile v3.10.1 |
2774 | 2024-05-20T15:30:46.027Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2775 | 2024-05-20T15:30:46.994Z | Documenting cstr-argument v0.1.2 |
2776 | 2024-05-20T15:30:48.170Z | Documenting num_enum_derive v0.5.11 |
2777 | 2024-05-20T15:30:48.809Z | Documenting foreign-types v0.5.0 |
2778 | 2024-05-20T15:30:49.160Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2779 | 2024-05-20T15:30:49.762Z | Documenting tabwriter v1.4.0 |
2780 | 2024-05-20T15:30:50.004Z | Documenting colored v2.1.0 |
2781 | 2024-05-20T15:30:50.345Z | Documenting camino-tempfile v1.1.1 |
2782 | 2024-05-20T15:30:50.970Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2783 | 2024-05-20T15:30:52.742Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2784 | 2024-05-20T15:30:53.710Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2785 | 2024-05-20T15:30:53.884Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2786 | 2024-05-20T15:30:53.976Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2787 | 2024-05-20T15:30:54.082Z | Documenting hash32 v0.3.1 |
2788 | 2024-05-20T15:30:54.177Z | Documenting stable_deref_trait v1.2.0 |
2789 | 2024-05-20T15:30:54.610Z | Documenting num_enum v0.5.11 |
2790 | 2024-05-20T15:30:54.763Z | Documenting smf v0.2.3 |
2791 | 2024-05-20T15:30:56.575Z | Documenting cobs v0.2.3 |
2792 | 2024-05-20T15:30:56.779Z | Documenting embedded-io v0.4.0 |
2793 | 2024-05-20T15:30:57.675Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2794 | 2024-05-20T15:30:57.699Z | Documenting heapless v0.8.0 |
2795 | 2024-05-20T15:30:57.840Z | Documenting derive-where v1.2.7 |
2796 | 2024-05-20T15:30:58.379Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2797 | 2024-05-20T15:30:58.792Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2798 | 2024-05-20T15:30:59.200Z | Documenting crucible-workspace-hack v0.1.0 |
2799 | 2024-05-20T15:30:59.753Z | Documenting postcard v1.0.8 |
2800 | 2024-05-20T15:31:01.632Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2801 | 2024-05-20T15:31:02.208Z | Documenting smoltcp v0.11.0 |
2802 | 2024-05-20T15:31:02.774Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2803 | 2024-05-20T15:31:02.987Z | Documenting newline-converter v0.3.0 |
2804 | 2024-05-20T15:31:03.566Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2805 | 2024-05-20T15:31:03.950Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2806 | 2024-05-20T15:31:04.974Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2807 | 2024-05-20T15:31:05.295Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2808 | 2024-05-20T15:31:06.310Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2809 | 2024-05-20T15:31:07.100Z | Documenting expectorate v1.1.0 |
2810 | 2024-05-20T15:31:07.182Z | Documenting sigpipe v0.1.3 |
2811 | 2024-05-20T15:31:07.485Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2812 | 2024-05-20T15:31:07.964Z | Documenting num-derive v0.4.0 |
2813 | 2024-05-20T15:31:08.981Z | Checking convert_case v0.4.0 |
2814 | 2024-05-20T15:31:09.166Z | Documenting convert_case v0.4.0 |
2815 | 2024-05-20T15:31:10.769Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2816 | 2024-05-20T15:31:11.302Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2817 | 2024-05-20T15:31:11.511Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2818 | 2024-05-20T15:31:11.739Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2819 | 2024-05-20T15:31:11.783Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2820 | 2024-05-20T15:31:12.698Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2821 | 2024-05-20T15:31:13.053Z | Documenting derive_more v0.99.17 |
2822 | 2024-05-20T15:31:13.624Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2823 | 2024-05-20T15:31:14.030Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2824 | 2024-05-20T15:31:15.109Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2825 | 2024-05-20T15:31:15.759Z | Documenting password-hash v0.5.0 |
2826 | 2024-05-20T15:31:16.410Z | Documenting blake2 v0.10.6 |
2827 | 2024-05-20T15:31:16.678Z | Documenting linked-hash-map v0.5.6 |
2828 | 2024-05-20T15:31:17.420Z | Documenting humantime v2.1.0 |
2829 | 2024-05-20T15:31:18.889Z | Documenting itertools v0.12.1 |
2830 | 2024-05-20T15:31:19.747Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2831 | 2024-05-20T15:31:20.152Z | Documenting swrite v0.1.0 |
2832 | 2024-05-20T15:31:20.553Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2833 | 2024-05-20T15:31:20.646Z | Documenting lru-cache v0.1.2 |
2834 | 2024-05-20T15:31:21.129Z | Documenting argon2 v0.5.3 |
2835 | 2024-05-20T15:31:21.277Z | Documenting newtype_derive v0.1.6 |
2836 | 2024-05-20T15:31:23.064Z | Documenting arc-swap v1.6.0 |
2837 | 2024-05-20T15:31:23.824Z | Documenting quick-error v1.2.3 |
2838 | 2024-05-20T15:31:24.519Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2839 | 2024-05-20T15:31:24.961Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2840 | 2024-05-20T15:31:25.145Z | Documenting steno v0.4.0 |
2841 | 2024-05-20T15:31:25.490Z | Documenting filetime v0.2.23 |
2842 | 2024-05-20T15:31:25.678Z | Documenting xattr v1.0.1 |
2843 | 2024-05-20T15:31:25.787Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2844 | 2024-05-20T15:31:26.133Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2845 | 2024-05-20T15:31:27.069Z | Documenting slog-scope v4.4.0 |
2846 | 2024-05-20T15:31:27.742Z | Documenting resolv-conf v0.7.0 |
2847 | 2024-05-20T15:31:29.480Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2848 | 2024-05-20T15:31:29.682Z | Documenting tar v0.4.40 |
2849 | 2024-05-20T15:31:30.973Z | Documenting slog-stdlog v4.1.1 |
2850 | 2024-05-20T15:31:31.547Z | Documenting num-rational v0.4.2 |
2851 | 2024-05-20T15:31:31.831Z | Documenting trust-dns-resolver v0.22.0 |
2852 | 2024-05-20T15:31:32.553Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2853 | 2024-05-20T15:31:33.622Z | Documenting num-complex v0.4.6 |
2854 | 2024-05-20T15:31:33.933Z | Documenting tap v1.0.1 |
2855 | 2024-05-20T15:31:34.928Z | Documenting slog-envlogger v2.2.0 |
2856 | 2024-05-20T15:31:35.920Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2857 | 2024-05-20T15:31:36.599Z | Documenting wyz v0.5.1 |
2858 | 2024-05-20T15:31:36.981Z | Documenting radium v0.7.0 |
2859 | 2024-05-20T15:31:38.199Z | Documenting num v0.4.3 |
2860 | 2024-05-20T15:31:39.364Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2861 | 2024-05-20T15:31:39.579Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2862 | 2024-05-20T15:31:39.649Z | Documenting nibble_vec v0.1.0 |
2863 | 2024-05-20T15:31:39.910Z | Documenting same-file v1.0.6 |
2864 | 2024-05-20T15:31:40.323Z | Documenting crc-catalog v2.2.0 |
2865 | 2024-05-20T15:31:42.614Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2866 | 2024-05-20T15:31:43.212Z | Documenting funty v2.0.0 |
2867 | 2024-05-20T15:31:43.337Z | Documenting endian-type v0.1.2 |
2868 | 2024-05-20T15:31:43.476Z | Documenting crc v3.0.1 |
2869 | 2024-05-20T15:31:43.729Z | Documenting walkdir v2.5.0 |
2870 | 2024-05-20T15:31:43.937Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2871 | 2024-05-20T15:31:45.071Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2872 | 2024-05-20T15:31:45.498Z | Documenting cancel-safe-futures v0.1.5 |
2873 | 2024-05-20T15:31:46.233Z | Documenting bitvec v1.0.1 |
2874 | 2024-05-20T15:31:46.303Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2875 | 2024-05-20T15:31:46.556Z | Documenting packed_struct_codegen v0.10.1 |
2876 | 2024-05-20T15:31:47.007Z | Documenting radix_trie v0.2.1 |
2877 | 2024-05-20T15:31:47.571Z | Documenting nodrop v0.1.14 |
2878 | 2024-05-20T15:31:50.522Z | Documenting array-init v0.0.4 |
2879 | 2024-05-20T15:31:50.847Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2880 | 2024-05-20T15:31:51.103Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2881 | 2024-05-20T15:31:51.298Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2882 | 2024-05-20T15:31:51.457Z | Documenting num-bigint-dig v0.8.4 |
2883 | 2024-05-20T15:31:51.481Z | Documenting packed_struct v0.10.1 |
2884 | 2024-05-20T15:31:53.548Z | Documenting pem v3.0.4 |
2885 | 2024-05-20T15:31:54.098Z | Documenting pkcs1 v0.7.5 |
2886 | 2024-05-20T15:31:55.715Z | Documenting signature v2.1.0 |
2887 | 2024-05-20T15:31:57.053Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2888 | 2024-05-20T15:31:57.334Z | Documenting bitfield v0.14.0 |
2889 | 2024-05-20T15:31:57.388Z | Documenting display-error-chain v0.2.0 |
2890 | 2024-05-20T15:31:57.894Z | Documenting termcolor v1.2.0 |
2891 | 2024-05-20T15:31:58.583Z | Documenting bzip2 v0.4.4 |
2892 | 2024-05-20T15:31:59.905Z | Documenting serde-hex v0.1.0 |
2893 | 2024-05-20T15:32:00.074Z | Documenting rsa v0.9.2 |
2894 | 2024-05-20T15:32:00.180Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2895 | 2024-05-20T15:32:01.262Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2896 | 2024-05-20T15:32:01.613Z | warning: unresolved link to `Blueprints` |
2897 | 2024-05-20T15:32:01.613Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2898 | 2024-05-20T15:32:01.614Z | | |
2899 | 2024-05-20T15:32:01.614Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2900 | 2024-05-20T15:32:01.614Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2901 | 2024-05-20T15:32:01.614Z | | |
2902 | 2024-05-20T15:32:01.614Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2903 | 2024-05-20T15:32:01.614Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2904 | 2024-05-20T15:32:01.614Z | |
2905 | 2024-05-20T15:32:01.642Z | warning: unresolved link to `Blueprints` |
2906 | 2024-05-20T15:32:01.642Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2907 | 2024-05-20T15:32:01.642Z | | |
2908 | 2024-05-20T15:32:01.642Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2909 | 2024-05-20T15:32:01.642Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2910 | 2024-05-20T15:32:01.642Z | | |
2911 | 2024-05-20T15:32:01.642Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2912 | 2024-05-20T15:32:01.642Z | |
2913 | 2024-05-20T15:32:01.642Z | warning: unresolved link to `BpSledTable` |
2914 | 2024-05-20T15:32:01.642Z | --> nexus/types/src/deployment/blueprint_display.rs:174:49 |
2915 | 2024-05-20T15:32:01.642Z | | |
2916 | 2024-05-20T15:32:01.642Z | 174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2917 | 2024-05-20T15:32:01.642Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2918 | 2024-05-20T15:32:01.642Z | | |
2919 | 2024-05-20T15:32:01.643Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2920 | 2024-05-20T15:32:01.643Z | |
2921 | 2024-05-20T15:32:01.761Z | Documenting env_logger v0.10.0 |
2922 | 2024-05-20T15:32:02.634Z | Documenting slog-dtrace v0.3.0 |
2923 | 2024-05-20T15:32:03.768Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2924 | 2024-05-20T15:32:03.798Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2925 | 2024-05-20T15:32:04.041Z | Documenting x509-cert v0.2.4 |
2926 | 2024-05-20T15:32:05.387Z | Documenting libsw v3.3.1 |
2927 | 2024-05-20T15:32:05.425Z | Documenting ron v0.8.1 |
2928 | 2024-05-20T15:32:06.641Z | Documenting half v2.3.1 |
2929 | 2024-05-20T15:32:06.743Z | Documenting owo-colors v4.0.0 |
2930 | 2024-05-20T15:32:07.165Z | Documenting maplit v1.0.2 |
2931 | 2024-05-20T15:32:07.317Z | Documenting linear-map v1.2.0 |
2932 | 2024-05-20T15:32:08.870Z | Documenting ciborium-io v0.2.2 |
2933 | 2024-05-20T15:32:09.337Z | Documenting crc-any v2.4.3 |
2934 | 2024-05-20T15:32:09.541Z | Documenting zip v0.6.6 |
2935 | 2024-05-20T15:32:09.827Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2936 | 2024-05-20T15:32:11.004Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2937 | 2024-05-20T15:32:11.376Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2938 | 2024-05-20T15:32:11.585Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2939 | 2024-05-20T15:32:12.266Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2940 | 2024-05-20T15:32:12.427Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2941 | 2024-05-20T15:32:12.825Z | Documenting ciborium-ll v0.2.2 |
2942 | 2024-05-20T15:32:13.941Z | Documenting headers-core v0.2.0 |
2943 | 2024-05-20T15:32:13.979Z | Documenting async-recursion v1.1.1 |
2944 | 2024-05-20T15:32:16.698Z | Documenting path-slash v0.1.5 |
2945 | 2024-05-20T15:32:18.107Z | Documenting headers v0.3.9 |
2946 | 2024-05-20T15:32:18.468Z | Documenting ciborium v0.2.2 |
2947 | 2024-05-20T15:32:19.233Z | Documenting fxhash v0.2.1 |
2948 | 2024-05-20T15:32:20.474Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2949 | 2024-05-20T15:32:20.498Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2950 | 2024-05-20T15:32:20.522Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2951 | 2024-05-20T15:32:22.813Z | Documenting buf-list v1.0.3 |
2952 | 2024-05-20T15:32:23.018Z | Documenting pin-project-internal v1.1.3 |
2953 | 2024-05-20T15:32:23.553Z | Documenting vte_generate_state_changes v0.1.1 |
2954 | 2024-05-20T15:32:23.959Z | Documenting derive_builder_core v0.20.0 |
2955 | 2024-05-20T15:32:27.395Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2956 | 2024-05-20T15:32:27.462Z | Documenting vte v0.11.1 |
2957 | 2024-05-20T15:32:27.915Z | Documenting pin-project v1.1.3 |
2958 | 2024-05-20T15:32:29.942Z | Checking derive_builder_core v0.20.0 |
2959 | 2024-05-20T15:32:30.585Z | Documenting crossbeam-deque v0.8.3 |
2960 | 2024-05-20T15:32:30.653Z | Documenting snafu-derive v0.8.2 |
2961 | 2024-05-20T15:32:31.295Z | Documenting fd-lock v4.0.2 |
2962 | 2024-05-20T15:32:31.341Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2963 | 2024-05-20T15:32:32.252Z | Documenting bitstruct_derive v0.1.0 |
2964 | 2024-05-20T15:32:32.726Z | Documenting ascii v1.1.0 |
2965 | 2024-05-20T15:32:33.718Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2966 | 2024-05-20T15:32:34.497Z | Documenting rayon-core v1.12.1 |
2967 | 2024-05-20T15:32:35.249Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2968 | 2024-05-20T15:32:35.748Z | Documenting strip-ansi-escapes v0.2.0 |
2969 | 2024-05-20T15:32:35.991Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2970 | 2024-05-20T15:32:36.510Z | Documenting bitstruct v0.1.1 |
2971 | 2024-05-20T15:32:37.359Z | Documenting snafu v0.8.2 |
2972 | 2024-05-20T15:32:38.105Z | Documenting derive_builder_macro v0.20.0 |
2973 | 2024-05-20T15:32:38.861Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2974 | 2024-05-20T15:32:39.189Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2975 | 2024-05-20T15:32:39.421Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2976 | 2024-05-20T15:32:39.707Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2977 | 2024-05-20T15:32:40.391Z | Documenting proc-macro-error-attr v1.0.4 |
2978 | 2024-05-20T15:32:41.007Z | Documenting globset v0.4.13 |
2979 | 2024-05-20T15:32:41.414Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2980 | 2024-05-20T15:32:42.324Z | Documenting olpc-cjson v0.1.3 |
2981 | 2024-05-20T15:32:43.725Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2982 | 2024-05-20T15:32:44.363Z | Documenting serde_plain v1.0.2 |
2983 | 2024-05-20T15:32:44.553Z | Documenting erased-serde v0.3.31 |
2984 | 2024-05-20T15:32:45.697Z | Documenting serde_arrays v0.1.0 |
2985 | 2024-05-20T15:32:46.499Z | Documenting ref-cast-impl v1.0.23 |
2986 | 2024-05-20T15:32:46.972Z | Documenting unicode-xid v0.2.4 |
2987 | 2024-05-20T15:32:48.535Z | Documenting nu-ansi-term v0.50.0 |
2988 | 2024-05-20T15:32:49.371Z | Checking unicode-xid v0.2.4 |
2989 | 2024-05-20T15:32:49.514Z | Documenting typed-path v0.7.0 |
2990 | 2024-05-20T15:32:49.666Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2991 | 2024-05-20T15:32:49.881Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2992 | 2024-05-20T15:32:49.995Z | Documenting const_format_proc_macros v0.2.32 |
2993 | 2024-05-20T15:32:50.960Z | Documenting ref-cast v1.0.23 |
2994 | 2024-05-20T15:32:52.450Z | Documenting reedline v0.31.0 |
2995 | 2024-05-20T15:32:53.825Z | Documenting proc-macro-error v1.0.4 |
2996 | 2024-05-20T15:32:53.877Z | Documenting derive_builder v0.20.0 |
2997 | 2024-05-20T15:32:54.293Z | Documenting rayon v1.10.0 |
2998 | 2024-05-20T15:32:55.224Z | Documenting tough v0.17.1 |
2999 | 2024-05-20T15:32:55.818Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3000 | 2024-05-20T15:32:58.393Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3001 | 2024-05-20T15:32:59.668Z | Documenting libefi-sys v0.1.0 |
3002 | 2024-05-20T15:33:01.273Z | Documenting trust-dns-client v0.22.0 |
3003 | 2024-05-20T15:33:01.976Z | Documenting polar-core v0.27.3 |
3004 | 2024-05-20T15:33:02.837Z | Documenting libxml v0.3.3 |
3005 | 2024-05-20T15:33:03.852Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3006 | 2024-05-20T15:33:03.990Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3007 | 2024-05-20T15:33:04.401Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3008 | 2024-05-20T15:33:05.535Z | Checking proc-macro-error v1.0.4 |
3009 | 2024-05-20T15:33:05.794Z | Documenting bb8 v0.8.3 |
3010 | 2024-05-20T15:33:08.210Z | Documenting quick-xml v0.31.0 |
3011 | 2024-05-20T15:33:08.672Z | Documenting oso-derive v0.27.3 |
3012 | 2024-05-20T15:33:09.862Z | Documenting impl-trait-for-tuples v0.2.2 |
3013 | 2024-05-20T15:33:09.888Z | Documenting parse-size v1.0.0 |
3014 | 2024-05-20T15:33:10.300Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3015 | 2024-05-20T15:33:10.913Z | Documenting utf-8 v0.7.6 |
3016 | 2024-05-20T15:33:12.460Z | Documenting bytecount v0.6.3 |
3017 | 2024-05-20T15:33:13.491Z | Documenting keccak v0.1.4 |
3018 | 2024-05-20T15:33:14.035Z | Documenting samael v0.0.15 |
3019 | 2024-05-20T15:33:14.355Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3020 | 2024-05-20T15:33:14.888Z | Documenting oso v0.27.3 |
3021 | 2024-05-20T15:33:15.063Z | Documenting tungstenite v0.21.0 |
3022 | 2024-05-20T15:33:15.241Z | Documenting papergrid v0.11.0 |
3023 | 2024-05-20T15:33:16.245Z | Documenting sha3 v0.10.8 |
3024 | 2024-05-20T15:33:18.448Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3025 | 2024-05-20T15:33:18.885Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3026 | 2024-05-20T15:33:19.760Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3027 | 2024-05-20T15:33:20.478Z | Documenting trust-dns-server v0.22.1 |
3028 | 2024-05-20T15:33:20.790Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3029 | 2024-05-20T15:33:20.986Z | Documenting tabled_derive v0.7.0 |
3030 | 2024-05-20T15:33:24.268Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3031 | 2024-05-20T15:33:24.961Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3032 | 2024-05-20T15:33:25.728Z | Documenting const_format v0.2.32 |
3033 | 2024-05-20T15:33:26.146Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3034 | 2024-05-20T15:33:27.856Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3035 | 2024-05-20T15:33:28.227Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3036 | 2024-05-20T15:33:28.397Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3037 | 2024-05-20T15:33:28.699Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3038 | 2024-05-20T15:33:28.917Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3039 | 2024-05-20T15:33:28.961Z | Documenting sled v0.34.7 |
3040 | 2024-05-20T15:33:29.432Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3041 | 2024-05-20T15:33:29.579Z | Documenting nix v0.28.0 |
3042 | 2024-05-20T15:33:30.091Z | Documenting cookie v0.18.1 |
3043 | 2024-05-20T15:33:30.223Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3044 | 2024-05-20T15:33:32.499Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3045 | 2024-05-20T15:33:32.770Z | Documenting secrecy v0.8.0 |
3046 | 2024-05-20T15:33:33.304Z | Documenting gethostname v0.4.3 |
3047 | 2024-05-20T15:33:34.564Z | Documenting peg-macros v0.8.3 |
3048 | 2024-05-20T15:33:34.590Z | Documenting rustversion v1.0.14 |
3049 | 2024-05-20T15:33:35.198Z | Documenting sqlparser_derive v0.2.2 |
3050 | 2024-05-20T15:33:36.547Z | Documenting home v0.5.5 |
3051 | 2024-05-20T15:33:37.229Z | Documenting unicode_categories v0.1.1 |
3052 | 2024-05-20T15:33:37.985Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3053 | 2024-05-20T15:33:38.640Z | Documenting castaway v0.2.2 |
3054 | 2024-05-20T15:33:39.078Z | Documenting peg v0.8.3 |
3055 | 2024-05-20T15:33:39.729Z | Documenting sqlparser v0.45.0 |
3056 | 2024-05-20T15:33:40.348Z | Documenting rustyline v14.0.0 |
3057 | 2024-05-20T15:33:40.461Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3058 | 2024-05-20T15:33:41.138Z | Documenting sqlformat v0.2.3 |
3059 | 2024-05-20T15:33:42.533Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3060 | 2024-05-20T15:33:42.940Z | Documenting tabled v0.15.0 |
3061 | 2024-05-20T15:33:45.542Z | Documenting tokio-tungstenite v0.21.0 |
3062 | 2024-05-20T15:33:46.084Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3063 | 2024-05-20T15:33:47.711Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3064 | 2024-05-20T15:33:48.962Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3065 | 2024-05-20T15:33:49.489Z | Documenting zone v0.1.8 |
3066 | 2024-05-20T15:33:51.503Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3067 | 2024-05-20T15:33:52.231Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3068 | 2024-05-20T15:33:52.761Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3069 | 2024-05-20T15:33:52.813Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3070 | 2024-05-20T15:33:53.960Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3071 | 2024-05-20T15:33:54.230Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3072 | 2024-05-20T15:33:54.504Z | Documenting portpicker v0.1.1 |
3073 | 2024-05-20T15:33:54.528Z | Documenting universal-hash v0.5.1 |
3074 | 2024-05-20T15:33:58.296Z | Documenting bcs v0.1.6 |
3075 | 2024-05-20T15:33:58.753Z | Documenting kstat-rs v0.2.3 |
3076 | 2024-05-20T15:34:10.334Z | Documenting thiserror-impl-no-std v2.0.2 |
3077 | 2024-05-20T15:34:10.358Z | Documenting curve25519-dalek-derive v0.1.0 |
3078 | 2024-05-20T15:34:10.440Z | Documenting opaque-debug v0.3.0 |
3079 | 2024-05-20T15:34:10.492Z | Documenting highway v1.1.0 |
3080 | 2024-05-20T15:34:11.194Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3081 | 2024-05-20T15:34:11.430Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3082 | 2024-05-20T15:34:11.479Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3083 | 2024-05-20T15:34:13.239Z | Documenting poly1305 v0.8.0 |
3084 | 2024-05-20T15:34:14.628Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3085 | 2024-05-20T15:34:14.899Z | Documenting curve25519-dalek v4.1.2 |
3086 | 2024-05-20T15:34:15.496Z | Documenting thiserror-no-std v2.0.2 |
3087 | 2024-05-20T15:34:17.674Z | Documenting compact_str v0.7.1 |
3088 | 2024-05-20T15:34:18.242Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3089 | 2024-05-20T15:34:19.940Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3090 | 2024-05-20T15:34:20.203Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3091 | 2024-05-20T15:34:20.944Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3092 | 2024-05-20T15:34:21.703Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3093 | 2024-05-20T15:34:21.904Z | Documenting portable-atomic v1.4.3 |
3094 | 2024-05-20T15:34:23.296Z | Documenting ed25519 v1.5.3 |
3095 | 2024-05-20T15:34:25.016Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3096 | 2024-05-20T15:34:25.436Z | Documenting memoffset v0.7.1 |
3097 | 2024-05-20T15:34:26.295Z | Documenting unicase v2.7.0 |
3098 | 2024-05-20T15:34:26.378Z | Documenting rcgen v0.12.1 |
3099 | 2024-05-20T15:34:29.122Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3100 | 2024-05-20T15:34:29.430Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3101 | 2024-05-20T15:34:31.699Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3102 | 2024-05-20T15:34:32.725Z | warning: could not parse code block as Rust code |
3103 | 2024-05-20T15:34:32.725Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3104 | 2024-05-20T15:34:32.725Z | | |
3105 | 2024-05-20T15:34:32.726Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3106 | 2024-05-20T15:34:32.726Z | 247 | | /// |
3107 | 2024-05-20T15:34:32.726Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3108 | 2024-05-20T15:34:32.726Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3109 | 2024-05-20T15:34:32.726Z | ... | |
3110 | 2024-05-20T15:34:32.726Z | 277 | | /// |
3111 | 2024-05-20T15:34:32.726Z | 278 | | /// Will be parsed as `this string has " in it`. |
3112 | 2024-05-20T15:34:32.726Z | | |________________________________________________________^ |
3113 | 2024-05-20T15:34:32.726Z | | |
3114 | 2024-05-20T15:34:32.726Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3115 | 2024-05-20T15:34:32.726Z | = note: error from rustc: unknown start of token: \ |
3116 | 2024-05-20T15:34:32.726Z | = note: error from rustc: unknown start of token: \ |
3117 | 2024-05-20T15:34:32.726Z | = note: error from rustc: unknown start of token: \ |
3118 | 2024-05-20T15:34:32.726Z | = note: error from rustc: unknown start of token: \ |
3119 | 2024-05-20T15:34:32.726Z | = note: error from rustc: unknown start of token: \ |
3120 | 2024-05-20T15:34:32.726Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3121 | 2024-05-20T15:34:32.726Z | |
3122 | 2024-05-20T15:34:32.942Z | Documenting atomicwrites v0.4.3 |
3123 | 2024-05-20T15:34:34.176Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3124 | 2024-05-20T15:34:34.201Z | Documenting chacha20 v0.9.1 |
3125 | 2024-05-20T15:34:34.832Z | Documenting lru v0.12.1 |
3126 | 2024-05-20T15:34:37.663Z | Documenting aead v0.5.2 |
3127 | 2024-05-20T15:34:38.546Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3128 | 2024-05-20T15:34:38.824Z | Documenting rand_seeder v0.2.3 |
3129 | 2024-05-20T15:34:39.794Z | Documenting nanorand v0.7.0 |
3130 | 2024-05-20T15:34:39.857Z | Documenting subprocess v0.2.9 |
3131 | 2024-05-20T15:34:40.434Z | Documenting stability v0.2.0 |
3132 | 2024-05-20T15:34:41.256Z | Documenting glob v0.3.1 |
3133 | 2024-05-20T15:34:42.048Z | Documenting number_prefix v0.4.0 |
3134 | 2024-05-20T15:34:53.131Z | Documenting cassowary v0.3.0 |
3135 | 2024-05-20T15:34:53.469Z | Documenting flume v0.11.0 |
3136 | 2024-05-20T15:34:53.831Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3137 | 2024-05-20T15:34:53.856Z | Documenting chacha20poly1305 v0.10.1 |
3138 | 2024-05-20T15:34:54.001Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3139 | 2024-05-20T15:34:54.346Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3140 | 2024-05-20T15:34:54.574Z | Documenting indicatif v0.17.8 |
3141 | 2024-05-20T15:34:57.217Z | Documenting ratatui v0.26.2 |
3142 | 2024-05-20T15:34:58.015Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3143 | 2024-05-20T15:34:59.267Z | Documenting mime_guess v2.0.4 |
3144 | 2024-05-20T15:35:09.949Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3145 | 2024-05-20T15:35:10.128Z | Documenting salty v0.2.0 |
3146 | 2024-05-20T15:35:10.449Z | Documenting vsss-rs v3.3.4 |
3147 | 2024-05-20T15:35:10.940Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3148 | 2024-05-20T15:35:11.252Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3149 | 2024-05-20T15:35:12.137Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3150 | 2024-05-20T15:35:13.297Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3151 | 2024-05-20T15:35:13.657Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3152 | 2024-05-20T15:35:14.188Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3153 | 2024-05-20T15:35:14.228Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3154 | 2024-05-20T15:35:14.493Z | Documenting serde-big-array v0.5.1 |
3155 | 2024-05-20T15:35:16.511Z | Documenting rtoolbox v0.0.1 |
3156 | 2024-05-20T15:35:16.536Z | Documenting memmap2 v0.7.1 |
3157 | 2024-05-20T15:35:17.227Z | Documenting is_ci v1.2.0 |
3158 | 2024-05-20T15:35:18.104Z | Documenting constant_time_eq v0.3.0 |
3159 | 2024-05-20T15:35:18.685Z | Documenting unicode-linebreak v0.1.5 |
3160 | 2024-05-20T15:35:20.742Z | Documenting smawk v0.3.1 |
3161 | 2024-05-20T15:35:21.015Z | Documenting arrayref v0.3.7 |
3162 | 2024-05-20T15:35:21.125Z | Documenting arrayvec v0.7.4 |
3163 | 2024-05-20T15:35:21.339Z | Documenting http-range v0.1.5 |
3164 | 2024-05-20T15:35:21.659Z | Documenting shell-words v1.1.0 |
3165 | 2024-05-20T15:35:23.861Z | Documenting supports-color v3.0.0 |
3166 | 2024-05-20T15:35:24.351Z | Documenting blake3 v1.5.0 |
3167 | 2024-05-20T15:35:24.638Z | Documenting textwrap v0.16.1 |
3168 | 2024-05-20T15:35:25.473Z | Documenting hyper-staticfile v0.9.5 |
3169 | 2024-05-20T15:35:25.745Z | Documenting rpassword v7.3.1 |
3170 | 2024-05-20T15:35:26.312Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3171 | 2024-05-20T15:35:27.784Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3172 | 2024-05-20T15:35:27.841Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3173 | 2024-05-20T15:35:28.766Z | Documenting tui-tree-widget v0.19.0 |
3174 | 2024-05-20T15:35:28.991Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3175 | 2024-05-20T15:35:35.073Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3176 | 2024-05-20T15:35:35.392Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3177 | 2024-05-20T15:35:35.392Z | warning: unresolved link to `test_sled_transitions` |
3178 | 2024-05-20T15:35:35.392Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3179 | 2024-05-20T15:35:35.392Z | | |
3180 | 2024-05-20T15:35:35.392Z | 698 | /// [`test_sled_transitions`]. |
3181 | 2024-05-20T15:35:35.392Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3182 | 2024-05-20T15:35:35.392Z | | |
3183 | 2024-05-20T15:35:35.392Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3184 | 2024-05-20T15:35:35.392Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3185 | 2024-05-20T15:35:35.392Z | |
3186 | 2024-05-20T15:35:35.392Z | warning: unresolved link to `test_sled_transitions` |
3187 | 2024-05-20T15:35:35.392Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3188 | 2024-05-20T15:35:35.393Z | | |
3189 | 2024-05-20T15:35:35.393Z | 734 | /// [`test_sled_transitions`]. |
3190 | 2024-05-20T15:35:35.393Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3191 | 2024-05-20T15:35:35.393Z | | |
3192 | 2024-05-20T15:35:35.393Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3193 | 2024-05-20T15:35:35.393Z | |
3194 | 2024-05-20T15:35:35.393Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3195 | 2024-05-20T15:35:35.393Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3196 | 2024-05-20T15:35:35.393Z | | |
3197 | 2024-05-20T15:35:35.393Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3198 | 2024-05-20T15:35:35.393Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3199 | 2024-05-20T15:35:35.393Z | |
3200 | 2024-05-20T15:35:35.700Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3201 | 2024-05-20T15:35:35.700Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3202 | 2024-05-20T15:35:35.700Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3203 | 2024-05-20T15:35:35.700Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3204 | 2024-05-20T15:35:35.700Z | Documenting signal-hook-tokio v0.3.1 |
3205 | 2024-05-20T15:35:35.700Z | Documenting topological-sort v0.2.2 |
3206 | 2024-05-20T15:35:35.700Z | Documenting corncobs v0.1.3 |
3207 | 2024-05-20T15:35:38.397Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3208 | 2024-05-20T15:35:39.299Z | Documenting omicron-zone-package v0.11.0 |
3209 | 2024-05-20T15:35:40.095Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3210 | 2024-05-20T15:35:40.839Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3211 | 2024-05-20T15:35:42.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3212 | 2024-05-20T15:35:47.334Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3213 | 2024-05-20T15:35:47.521Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3214 | 2024-05-20T15:35:48.833Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3215 | 2024-05-20T15:35:49.184Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3216 | 2024-05-20T15:35:49.304Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3217 | 2024-05-20T15:36:07.465Z | warning: unclosed HTML tag `usize` |
3218 | 2024-05-20T15:36:07.465Z | --> wicket/src/ui/panes/update.rs:153:19 |
3219 | 2024-05-20T15:36:07.465Z | | |
3220 | 2024-05-20T15:36:07.465Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3221 | 2024-05-20T15:36:07.465Z | | ^^^^^^^ |
3222 | 2024-05-20T15:36:07.466Z | | |
3223 | 2024-05-20T15:36:07.466Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3224 | 2024-05-20T15:36:07.466Z | |
3225 | 2024-05-20T15:36:07.466Z | warning: `wicket` (lib doc) generated 1 warning |
3226 | 2024-05-20T15:36:07.466Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3227 | 2024-05-20T15:36:07.466Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3228 | 2024-05-20T15:36:07.466Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3229 | 2024-05-20T15:36:07.466Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3230 | 2024-05-20T15:36:07.466Z | warning: unresolved link to `BlueprintDisksConfig` |
3231 | 2024-05-20T15:36:07.466Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55 |
3232 | 2024-05-20T15:36:07.466Z | | |
3233 | 2024-05-20T15:36:07.466Z | 959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3234 | 2024-05-20T15:36:07.466Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3235 | 2024-05-20T15:36:07.466Z | | |
3236 | 2024-05-20T15:36:07.467Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3237 | 2024-05-20T15:36:07.467Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3238 | 2024-05-20T15:36:07.467Z | |
3239 | 2024-05-20T15:36:07.467Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3240 | 2024-05-20T15:36:07.467Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3241 | 2024-05-20T15:36:07.467Z | Documenting fatfs v0.3.6 |
3242 | 2024-05-20T15:36:07.671Z | Documenting cargo-platform v0.1.3 |
3243 | 2024-05-20T15:36:08.894Z | Documenting assert_matches v1.5.0 |
3244 | 2024-05-20T15:36:11.751Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3245 | 2024-05-20T15:36:11.960Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3246 | 2024-05-20T15:36:12.112Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3247 | 2024-05-20T15:36:12.286Z | Documenting cargo_metadata v0.18.1 |
3248 | 2024-05-20T15:36:17.299Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3249 | 2024-05-20T15:36:19.249Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3250 | 2024-05-20T15:36:21.030Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3251 | 2024-05-20T15:36:21.844Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3252 | 2024-05-20T15:36:28.213Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3253 | 2024-05-20T15:36:30.855Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3254 | 2024-05-20T15:36:31.530Z | Documenting uzers v0.11.3 |
3255 | 2024-05-20T15:36:31.855Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3256 | 2024-05-20T15:36:31.855Z | --> sled-agent/src/sim/instance.rs:46:7 |
3257 | 2024-05-20T15:36:31.855Z | | |
3258 | 2024-05-20T15:36:31.855Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3259 | 2024-05-20T15:36:31.855Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3260 | 2024-05-20T15:36:31.855Z | | |
3261 | 2024-05-20T15:36:31.855Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3262 | 2024-05-20T15:36:31.855Z | |
3263 | 2024-05-20T15:36:32.336Z | Documenting termios v0.3.3 |
3264 | 2024-05-20T15:36:35.030Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3265 | 2024-05-20T15:36:35.080Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3266 | 2024-05-20T15:36:35.675Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3267 | 2024-05-20T15:36:36.231Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3268 | 2024-05-20T15:36:36.354Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3269 | 2024-05-20T15:36:38.399Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3270 | 2024-05-20T15:36:42.226Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3271 | 2024-05-20T15:36:53.413Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3272 | 2024-05-20T15:37:00.687Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3273 | 2024-05-20T15:37:06.822Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3274 | 2024-05-20T15:37:12.354Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3275 | 2024-05-20T15:37:15.342Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3276 | 2024-05-20T15:37:16.521Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3277 | 2024-05-20T15:37:20.018Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3278 | 2024-05-20T15:37:20.249Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3279 | 2024-05-20T15:37:29.045Z | warning: unresolved link to `Nexus` |
3280 | 2024-05-20T15:37:29.046Z | --> nexus/src/app/instance_network.rs:280:34 |
3281 | 2024-05-20T15:37:29.046Z | | |
3282 | 2024-05-20T15:37:29.046Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3283 | 2024-05-20T15:37:29.046Z | | ^^^^^ no item named `Nexus` in scope |
3284 | 2024-05-20T15:37:29.046Z | | |
3285 | 2024-05-20T15:37:29.046Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3286 | 2024-05-20T15:37:29.046Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3287 | 2024-05-20T15:37:29.046Z | |
3288 | 2024-05-20T15:37:29.092Z | warning: unresolved link to `Nexus` |
3289 | 2024-05-20T15:37:29.092Z | --> nexus/src/app/instance_network.rs:458:34 |
3290 | 2024-05-20T15:37:29.092Z | | |
3291 | 2024-05-20T15:37:29.093Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3292 | 2024-05-20T15:37:29.093Z | | ^^^^^ no item named `Nexus` in scope |
3293 | 2024-05-20T15:37:29.093Z | | |
3294 | 2024-05-20T15:37:29.093Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3295 | 2024-05-20T15:37:29.093Z | |
3296 | 2024-05-20T15:37:29.093Z | warning: unresolved link to `VolumeConstructionRequest` |
3297 | 2024-05-20T15:37:29.093Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3298 | 2024-05-20T15:37:29.093Z | | |
3299 | 2024-05-20T15:37:29.093Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3300 | 2024-05-20T15:37:29.093Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3301 | 2024-05-20T15:37:29.093Z | | |
3302 | 2024-05-20T15:37:29.093Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3303 | 2024-05-20T15:37:29.093Z | |
3304 | 2024-05-20T15:37:29.093Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3305 | 2024-05-20T15:37:29.093Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3306 | 2024-05-20T15:37:29.093Z | | |
3307 | 2024-05-20T15:37:29.093Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3308 | 2024-05-20T15:37:29.093Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3309 | 2024-05-20T15:37:29.093Z | |
3310 | 2024-05-20T15:37:29.093Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3311 | 2024-05-20T15:37:29.093Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3312 | 2024-05-20T15:37:29.094Z | | |
3313 | 2024-05-20T15:37:29.094Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3314 | 2024-05-20T15:37:29.094Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3315 | 2024-05-20T15:37:29.094Z | |
3316 | 2024-05-20T15:37:29.094Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3317 | 2024-05-20T15:37:29.094Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3318 | 2024-05-20T15:37:29.094Z | | |
3319 | 2024-05-20T15:37:29.094Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3320 | 2024-05-20T15:37:29.094Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3321 | 2024-05-20T15:37:29.094Z | |
3322 | 2024-05-20T15:37:29.094Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3323 | 2024-05-20T15:37:29.094Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3324 | 2024-05-20T15:37:29.094Z | | |
3325 | 2024-05-20T15:37:29.094Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3326 | 2024-05-20T15:37:29.094Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3327 | 2024-05-20T15:37:29.094Z | |
3328 | 2024-05-20T15:37:29.094Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3329 | 2024-05-20T15:37:29.094Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3330 | 2024-05-20T15:37:29.094Z | | |
3331 | 2024-05-20T15:37:29.094Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3332 | 2024-05-20T15:37:29.094Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3333 | 2024-05-20T15:37:29.094Z | |
3334 | 2024-05-20T15:37:29.094Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3335 | 2024-05-20T15:37:29.095Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3336 | 2024-05-20T15:37:29.095Z | | |
3337 | 2024-05-20T15:37:29.095Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3338 | 2024-05-20T15:37:29.095Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3339 | 2024-05-20T15:37:29.095Z | |
3340 | 2024-05-20T15:37:32.664Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3341 | 2024-05-20T15:37:52.886Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 15s |
3342 | 2024-05-20T15:37:52.961Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3343 | 2024-05-20T15:37:52.961Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3344 | 2024-05-20T15:37:52.961Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3345 | 2024-05-20T15:37:52.961Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3346 | 2024-05-20T15:37:52.962Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3347 | 2024-05-20T15:37:52.962Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3348 | 2024-05-20T15:37:52.962Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3349 | 2024-05-20T15:37:52.962Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3350 | 2024-05-20T15:37:52.962Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3351 | 2024-05-20T15:37:53.010Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3352 | 2024-05-20T15:37:53.010Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3353 | 2024-05-20T15:37:53.010Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3354 | 2024-05-20T15:37:53.011Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3355 | 2024-05-20T15:37:53.011Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3356 | 2024-05-20T15:37:53.011Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3357 | 2024-05-20T15:37:53.011Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3358 | 2024-05-20T15:37:53.011Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3359 | 2024-05-20T15:37:53.011Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3360 | 2024-05-20T15:37:53.011Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3361 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3362 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3363 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3364 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3365 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3366 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3367 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3368 | 2024-05-20T15:37:53.012Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3369 | 2024-05-20T15:37:53.013Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3370 | 2024-05-20T15:37:53.013Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3371 | 2024-05-20T15:37:53.013Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3372 | 2024-05-20T15:37:53.013Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3373 | 2024-05-20T15:37:53.013Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3374 | 2024-05-20T15:37:53.013Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3375 | 2024-05-20T15:37:53.013Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3376 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3377 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3378 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3379 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3380 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3381 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3382 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3383 | 2024-05-20T15:37:53.014Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3384 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3385 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3386 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html |
3387 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3388 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3389 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3390 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3391 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3392 | 2024-05-20T15:37:53.015Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3393 | 2024-05-20T15:37:53.016Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3394 | 2024-05-20T15:37:53.016Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3395 | 2024-05-20T15:37:53.016Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3396 | 2024-05-20T15:37:53.016Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3397 | 2024-05-20T15:37:53.016Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3398 | 2024-05-20T15:37:53.016Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3399 | 2024-05-20T15:37:53.016Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3400 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3401 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3402 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3403 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3404 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3405 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3406 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3407 | 2024-05-20T15:37:53.017Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3408 | 2024-05-20T15:37:53.018Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3409 | 2024-05-20T15:37:53.018Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3410 | 2024-05-20T15:37:53.018Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3411 | 2024-05-20T15:37:53.018Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3412 | 2024-05-20T15:37:53.018Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3413 | 2024-05-20T15:37:53.018Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3414 | 2024-05-20T15:37:53.018Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3415 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3416 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3417 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3418 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3419 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3420 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3421 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3422 | 2024-05-20T15:37:53.019Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3423 | 2024-05-20T15:37:53.050Z | |
3424 | 2024-05-20T15:37:53.050Z | real 11:16.095163937 |
3425 | 2024-05-20T15:37:53.050Z | user 29:50.982797964 |
3426 | 2024-05-20T15:37:53.050Z | sys 47:08.469271879 |
3427 | 2024-05-20T15:37:53.050Z | trap 0.840572348 |
3428 | 2024-05-20T15:37:53.051Z | tflt 0.211817646 |
3429 | 2024-05-20T15:37:53.051Z | dflt 1.109276396 |
3430 | 2024-05-20T15:37:53.051Z | kflt 0.000468801 |
3431 | 2024-05-20T15:37:53.055Z | lock 3:23:29.510376013 |
3432 | 2024-05-20T15:37:53.055Z | slp 3:09:55.883715306 |
3433 | 2024-05-20T15:37:53.055Z | lat 4:09.222181948 |
3434 | 2024-05-20T15:37:53.055Z | stop 2:01.245073995 |
3435 | 2024-05-20T15:37:53.055Z | process exited: duration 1358918 ms, exit code 0 |
|
3436 | 2024-05-20T15:37:53.122Z | found 0 output files |