|
|
|
1 | 2024-02-01T17:42:30.153Z | job assigned to worker 01HNJW5M977Y2F3WXWR243MBCX (queued for 24 m 48 s) |
|
2 | 2024-02-01T17:42:30.415Z | starting task 0: "setup" |
3 | 2024-02-01T17:42:30.471Z | ++ uname -s |
4 | 2024-02-01T17:42:30.478Z | + kern=SunOS |
5 | 2024-02-01T17:42:30.478Z | + case "$kern" in |
6 | 2024-02-01T17:42:30.478Z | + groupadd -g 12345 build |
7 | 2024-02-01T17:42:30.478Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T17:42:32.515Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T17:42:32.612Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T17:42:32.615Z | + home_fs=zfs |
11 | 2024-02-01T17:42:32.615Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T17:42:32.615Z | + mkdir -p /home/build |
13 | 2024-02-01T17:42:32.619Z | + chown build:build /home/build /work |
14 | 2024-02-01T17:42:34.620Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T17:42:34.623Z | process exited: duration 4207 ms, exit code 0 |
|
16 | 2024-02-01T17:42:34.629Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T17:42:34.638Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T17:42:34.641Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T17:42:34.808Z | info: downloading installer |
20 | 2024-02-01T17:42:37.026Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T17:42:37.026Z | warning: /opt/ooce/bin |
22 | 2024-02-01T17:42:37.027Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T17:42:37.027Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T17:42:37.027Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T17:42:37.027Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T17:42:37.027Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T17:42:37.027Z | error: cannot install while Rust is installed |
28 | 2024-02-01T17:42:37.027Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T17:42:37.167Z | info: profile set to 'default' |
30 | 2024-02-01T17:42:37.167Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T17:42:37.172Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T17:42:37.364Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T17:42:37.364Z | info: downloading component 'cargo' |
34 | 2024-02-01T17:42:38.258Z | info: downloading component 'clippy' |
35 | 2024-02-01T17:42:38.573Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T17:42:39.691Z | info: downloading component 'rust-std' |
37 | 2024-02-01T17:42:42.601Z | info: downloading component 'rustc' |
38 | 2024-02-01T17:42:46.627Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T17:42:46.911Z | info: installing component 'cargo' |
40 | 2024-02-01T17:42:48.269Z | info: installing component 'clippy' |
41 | 2024-02-01T17:42:48.844Z | info: installing component 'rust-docs' |
42 | 2024-02-01T17:42:51.570Z | info: installing component 'rust-std' |
43 | 2024-02-01T17:42:54.602Z | info: installing component 'rustc' |
44 | 2024-02-01T17:43:03.083Z | info: installing component 'rustfmt' |
45 | 2024-02-01T17:43:03.692Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T17:43:03.692Z | |
47 | 2024-02-01T17:43:03.822Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T17:43:03.822Z | |
49 | 2024-02-01T17:43:03.822Z | |
50 | 2024-02-01T17:43:03.822Z | Rust is installed now. Great! |
51 | 2024-02-01T17:43:03.822Z | |
52 | 2024-02-01T17:43:03.822Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T17:43:03.822Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T17:43:03.822Z | |
55 | 2024-02-01T17:43:03.822Z | To configure your current shell, run: |
56 | 2024-02-01T17:43:03.822Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T17:43:03.914Z | + rustc --version |
58 | 2024-02-01T17:43:04.027Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T17:43:04.033Z | process exited: duration 29403 ms, exit code 0 |
|
60 | 2024-02-01T17:43:04.041Z | starting task 2: "authentication" |
61 | 2024-02-01T17:43:04.074Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2024-02-01T17:43:04.082Z | starting task 3: "clone repository" |
63 | 2024-02-01T17:43:04.089Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T17:43:04.094Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T17:43:04.310Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T17:43:10.147Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T17:43:10.151Z | + git fetch origin 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
68 | 2024-02-01T17:43:10.554Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T17:43:10.554Z | * branch 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 -> FETCH_HEAD |
70 | 2024-02-01T17:43:10.565Z | + [[ -n dap/planner-inventory ]] |
71 | 2024-02-01T17:43:10.569Z | ++ git branch --show-current |
72 | 2024-02-01T17:43:10.574Z | + current=main |
73 | 2024-02-01T17:43:10.574Z | + [[ main != dap/planner-inventory ]] |
74 | 2024-02-01T17:43:10.574Z | + git branch -f dap/planner-inventory 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
75 | 2024-02-01T17:43:10.579Z | + git checkout -f dap/planner-inventory |
76 | 2024-02-01T17:43:10.759Z | Switched to branch 'dap/planner-inventory' |
77 | 2024-02-01T17:43:10.763Z | + git reset --hard 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
78 | 2024-02-01T17:43:10.774Z | HEAD is now at 7f7c7d923 Merge branch 'main' into dap/planner-inventory |
79 | 2024-02-01T17:43:10.778Z | process exited: duration 6693 ms, exit code 0 |
|
80 | 2024-02-01T17:43:10.785Z | starting task 4: "build" |
81 | 2024-02-01T17:43:10.794Z | + cargo --version |
82 | 2024-02-01T17:43:10.810Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-01T17:43:10.998Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-01T17:43:11.002Z | info: downloading component 'cargo' |
85 | 2024-02-01T17:43:11.730Z | info: downloading component 'clippy' |
86 | 2024-02-01T17:43:11.966Z | info: downloading component 'rust-docs' |
87 | 2024-02-01T17:43:12.860Z | info: downloading component 'rust-std' |
88 | 2024-02-01T17:43:14.211Z | info: downloading component 'rustc' |
89 | 2024-02-01T17:43:18.065Z | info: downloading component 'rustfmt' |
90 | 2024-02-01T17:43:18.272Z | info: installing component 'cargo' |
91 | 2024-02-01T17:43:19.784Z | info: installing component 'clippy' |
92 | 2024-02-01T17:43:20.279Z | info: installing component 'rust-docs' |
93 | 2024-02-01T17:43:23.106Z | info: installing component 'rust-std' |
94 | 2024-02-01T17:43:25.502Z | info: installing component 'rustc' |
95 | 2024-02-01T17:43:33.431Z | info: installing component 'rustfmt' |
96 | 2024-02-01T17:43:33.431Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-01T17:43:33.431Z | + rustc --version |
98 | 2024-02-01T17:43:33.431Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-01T17:43:33.431Z | + source ./env.sh |
100 | 2024-02-01T17:43:33.431Z | ++ set -o xtrace |
101 | 2024-02-01T17:43:33.431Z | ++++ dirname ./env.sh |
102 | 2024-02-01T17:43:33.431Z | +++ cd . |
103 | 2024-02-01T17:43:33.431Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-01T17:43:33.432Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-01T17:43:33.433Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-01T17:43:33.433Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-01T17:43:33.433Z | ++ 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 |
108 | 2024-02-01T17:43:33.433Z | ++ 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 |
109 | 2024-02-01T17:43:33.433Z | ++ 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 |
110 | 2024-02-01T17:43:33.433Z | ++ 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 |
111 | 2024-02-01T17:43:33.433Z | ++ 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 |
112 | 2024-02-01T17:43:33.433Z | ++ 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 |
113 | 2024-02-01T17:43:33.433Z | ++ unset OMICRON_WS |
114 | 2024-02-01T17:43:33.433Z | ++ set +o xtrace |
115 | 2024-02-01T17:43:33.433Z | |
116 | 2024-02-01T17:43:33.433Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-01T17:43:33.433Z | # # # # # # # # # # # # # # # |
118 | 2024-02-01T17:43:33.433Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-01T17:43:33.433Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-01T17:43:33.433Z | # # # # # # # # # # # # # # # |
121 | 2024-02-01T17:43:33.433Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-01T17:43:33.433Z | |
123 | 2024-02-01T17:43:42.297Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-01T17:43:44.069Z | Startup: Caching catalogs ... Done |
125 | 2024-02-01T17:43:47.051Z | Planning: Solver setup ... Done (2.471s) |
126 | 2024-02-01T17:43:47.126Z | Planning: Running solver ... Done (0.075s) |
127 | 2024-02-01T17:43:47.159Z | Planning: Finding local manifests ... Done (0.003s) |
128 | 2024-02-01T17:43:47.173Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-01T17:43:47.429Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-01T17:43:47.511Z | Planning: Package planning ... Done (0.079s) |
131 | 2024-02-01T17:43:47.596Z | Planning: Merging actions ... Done (0.084s) |
132 | 2024-02-01T17:43:48.366Z | Planning: Checking for conflicting actions ... Done (0.769s) |
133 | 2024-02-01T17:43:48.380Z | Planning: Consolidating action changes ... Done (0.017s) |
134 | 2024-02-01T17:43:52.831Z | Planning: Evaluating mediators ... Done (4.453s) |
135 | 2024-02-01T17:43:52.848Z | Planning: Planning completed in 8.72 seconds |
136 | 2024-02-01T17:43:56.616Z | Packages to install: 4 |
137 | 2024-02-01T17:43:56.616Z | Mediators to change: 2 |
138 | 2024-02-01T17:43:56.616Z | Services to change: 1 |
139 | 2024-02-01T17:43:56.622Z | Estimated space available: 148.87 GB |
140 | 2024-02-01T17:43:56.622Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-02-01T17:43:56.622Z | Create boot environment: No |
142 | 2024-02-01T17:43:56.622Z | Create backup boot environment: No |
143 | 2024-02-01T17:43:56.622Z | Rebuild boot archive: No |
144 | 2024-02-01T17:43:56.623Z | |
145 | 2024-02-01T17:43:56.623Z | Changed mediators: |
146 | 2024-02-01T17:43:56.623Z | mediator clang: |
147 | 2024-02-01T17:43:56.623Z | version: None -> 15 (system default) |
148 | 2024-02-01T17:43:56.623Z | |
149 | 2024-02-01T17:43:56.623Z | mediator llvm: |
150 | 2024-02-01T17:43:56.623Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-01T17:43:56.623Z | |
152 | 2024-02-01T17:43:56.623Z | Changed packages: |
153 | 2024-02-01T17:43:56.623Z | helios-dev |
154 | 2024-02-01T17:43:56.623Z | developer/build-essential |
155 | 2024-02-01T17:43:56.623Z | None -> 11-2.0 |
156 | 2024-02-01T17:43:56.623Z | library/libxmlsec1 |
157 | 2024-02-01T17:43:56.623Z | None -> 1.2.35-2.0 |
158 | 2024-02-01T17:43:56.623Z | ooce/developer/clang-15 |
159 | 2024-02-01T17:43:56.623Z | None -> 15.0.7-2.0 |
160 | 2024-02-01T17:43:56.623Z | ooce/developer/llvm-15 |
161 | 2024-02-01T17:43:56.623Z | None -> 15.0.7-2.0 |
162 | 2024-02-01T17:43:56.623Z | |
163 | 2024-02-01T17:43:56.623Z | Services: |
164 | 2024-02-01T17:43:56.623Z | restart_fmri: |
165 | 2024-02-01T17:43:56.623Z | svc:/system/update-man-index:default |
166 | 2024-02-01T17:43:56.946Z | |
167 | 2024-02-01T17:43:56.948Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-01T17:44:02.491Z | Download: 695/3290 items 18.1/212.6MB 8% complete (3.8M/s) |
169 | 2024-02-01T17:44:07.997Z | Download: 1194/3290 items 69.7/212.6MB 32% complete (6.9M/s) |
170 | 2024-02-01T17:44:30.952Z | Download: 1206/3290 items 84.3/212.6MB 39% complete (6.6M/s) |
171 | 2024-02-01T17:44:31.101Z | Download: 1813/3290 items 118.3/212.6MB 55% complete (6.2M/s) |
172 | 2024-02-01T17:44:31.102Z | Download: 2817/3290 items 121.1/212.6MB 56% complete (3.7M/s) |
173 | 2024-02-01T17:44:31.102Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
174 | 2024-02-01T17:44:31.102Z | Download: Completed 212.60 MB in 31.49 seconds (6.8M/s) |
175 | 2024-02-01T17:44:31.102Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-02-01T17:44:33.819Z | Actions: 2441/3689 actions (Installing new actions) |
177 | 2024-02-01T17:44:36.487Z | Actions: Completed 3689 actions in 7.67 seconds. |
178 | 2024-02-01T17:44:36.613Z | Done (0.137s) |
179 | 2024-02-01T17:44:36.613Z | Done (0.000s) |
180 | 2024-02-01T17:44:36.951Z | Done (0.338s) |
181 | 2024-02-01T17:44:44.390Z | Done (7.290s) |
182 | 2024-02-01T17:44:44.590Z | Done (0.110s) |
183 | 2024-02-01T17:44:44.593Z | Done (0.000s) |
184 | 2024-02-01T17:44:44.972Z | Done (0.000s) |
185 | 2024-02-01T17:44:45.575Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-02-01T17:44:45.854Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-02-01T17:44:45.858Z | Planning: Consolidating action changes ... Done |
188 | 2024-02-01T17:44:46.296Z | Planning: Evaluating mediators ... Done |
189 | 2024-02-01T17:44:46.302Z | Planning: Planning completed in 0.72 seconds |
190 | 2024-02-01T17:44:46.348Z | Mediators to change: 2 |
191 | 2024-02-01T17:44:46.348Z | Create boot environment: No |
192 | 2024-02-01T17:44:46.351Z | Create backup boot environment: No |
193 | 2024-02-01T17:44:46.446Z | Done |
194 | 2024-02-01T17:44:46.446Z | Done |
195 | 2024-02-01T17:44:46.644Z | Done |
196 | 2024-02-01T17:44:52.485Z | Done |
197 | 2024-02-01T17:44:52.602Z | Done |
198 | 2024-02-01T17:44:52.605Z | Done |
199 | 2024-02-01T17:44:52.713Z | Done |
200 | 2024-02-01T17:44:53.709Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-02-01T17:44:53.714Z | Planning: Merging actions ... Done |
202 | 2024-02-01T17:44:54.043Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-02-01T17:44:54.058Z | Planning: Consolidating action changes ... Done |
204 | 2024-02-01T17:44:58.536Z | Planning: Evaluating mediators ... Done |
205 | 2024-02-01T17:44:58.627Z | Planning: Planning completed in 1.29 seconds |
206 | 2024-02-01T17:44:58.628Z | Packages to change: 1 |
207 | 2024-02-01T17:44:58.628Z | Mediators to change: 1 |
208 | 2024-02-01T17:44:58.631Z | Services to change: 1 |
209 | 2024-02-01T17:44:58.632Z | Create boot environment: No |
210 | 2024-02-01T17:44:58.632Z | Create backup boot environment: Yes |
211 | 2024-02-01T17:44:58.727Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-02-01T17:44:58.727Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-02-01T17:44:58.727Z | Done |
214 | 2024-02-01T17:44:58.727Z | Done |
215 | 2024-02-01T17:44:58.727Z | Done |
216 | 2024-02-01T17:45:02.430Z | Done |
217 | 2024-02-01T17:45:02.559Z | Done |
218 | 2024-02-01T17:45:02.563Z | Done |
219 | 2024-02-01T17:45:02.661Z | Done |
220 | 2024-02-01T17:45:03.381Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-02-01T17:45:03.381Z | clang system 15 system |
222 | 2024-02-01T17:45:03.381Z | csh system system illumos |
223 | 2024-02-01T17:45:03.381Z | ctags system system illumos |
224 | 2024-02-01T17:45:03.382Z | gcc vendor 12 vendor |
225 | 2024-02-01T17:45:03.382Z | gcc system 10 system |
226 | 2024-02-01T17:45:03.382Z | gcc system 7 system |
227 | 2024-02-01T17:45:03.382Z | go system 1.20 system |
228 | 2024-02-01T17:45:03.382Z | go system 1.19 system |
229 | 2024-02-01T17:45:03.382Z | llvm system 15 system |
230 | 2024-02-01T17:45:03.382Z | llvm system 14 system |
231 | 2024-02-01T17:45:03.382Z | mariadb system 10.6 system |
232 | 2024-02-01T17:45:03.382Z | mta vendor vendor dma |
233 | 2024-02-01T17:45:03.382Z | openjdk system 17 system |
234 | 2024-02-01T17:45:03.382Z | openjdk system 11 system |
235 | 2024-02-01T17:45:03.382Z | openjdk system 1.8 system |
236 | 2024-02-01T17:45:03.382Z | openssl vendor 3 vendor |
237 | 2024-02-01T17:45:03.383Z | perl system 5.36 system |
238 | 2024-02-01T17:45:03.383Z | postgresql system 15 system |
239 | 2024-02-01T17:45:03.383Z | postgresql system 13 system |
240 | 2024-02-01T17:45:03.383Z | python vendor 3 vendor |
241 | 2024-02-01T17:45:03.383Z | python system 2 system |
242 | 2024-02-01T17:45:03.383Z | python3 system 3.11 system |
243 | 2024-02-01T17:45:03.383Z | ruby system 3.0 system |
244 | 2024-02-01T17:45:03.383Z | words vendor vendor american-english |
245 | 2024-02-01T17:45:03.383Z | words system system australian-english |
246 | 2024-02-01T17:45:03.383Z | words system system british-english |
247 | 2024-02-01T17:45:03.385Z | words system system canadian-english |
248 | 2024-02-01T17:45:03.385Z | words system system french |
249 | 2024-02-01T17:45:03.385Z | words system system italian |
250 | 2024-02-01T17:45:03.386Z | words system system ngerman |
251 | 2024-02-01T17:45:03.386Z | words system system ogerman |
252 | 2024-02-01T17:45:03.386Z | words system system spanish |
253 | 2024-02-01T17:45:03.909Z | FMRI IFO |
254 | 2024-02-01T17:45:03.909Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-02-01T17:45:03.909Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-02-01T17:45:03.909Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-02-01T17:45:03.909Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-02-01T17:45:03.909Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-02-01T17:45:03.909Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
260 | 2024-02-01T17:45:03.910Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-02-01T17:45:03.911Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
262 | 2024-02-01T17:45:03.987Z | + set -o errexit |
263 | 2024-02-01T17:45:03.993Z | +++ dirname ./tools/ci_download_cockroachdb |
264 | 2024-02-01T17:45:03.993Z | ++ cd ./tools |
265 | 2024-02-01T17:45:03.993Z | ++ pwd |
266 | 2024-02-01T17:45:03.993Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
267 | 2024-02-01T17:45:03.993Z | ++ basename ./tools/ci_download_cockroachdb |
268 | 2024-02-01T17:45:03.994Z | + ARG0=ci_download_cockroachdb |
269 | 2024-02-01T17:45:04.001Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
270 | 2024-02-01T17:45:04.003Z | + CIDL_VERSION=v22.1.9 |
271 | 2024-02-01T17:45:04.003Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
272 | 2024-02-01T17:45:04.003Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
273 | 2024-02-01T17:45:04.003Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
274 | 2024-02-01T17:45:04.003Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
275 | 2024-02-01T17:45:04.003Z | + TARGET_DIR=out |
276 | 2024-02-01T17:45:04.003Z | + DOWNLOAD_DIR=out/downloads |
277 | 2024-02-01T17:45:04.003Z | + DEST_DIR=./out/cockroachdb |
278 | 2024-02-01T17:45:04.003Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
279 | 2024-02-01T17:45:04.003Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
280 | 2024-02-01T17:45:04.003Z | + main |
281 | 2024-02-01T17:45:04.004Z | + [[ 0 != 0 ]] |
282 | 2024-02-01T17:45:04.004Z | + CIDL_OS=solaris2.11 |
283 | 2024-02-01T17:45:04.004Z | + [[ 0 != 0 ]] |
284 | 2024-02-01T17:45:04.004Z | + configure_os solaris2.11 |
285 | 2024-02-01T17:45:04.004Z | + echo 'current directory: /work/oxidecomputer/omicron' |
286 | 2024-02-01T17:45:04.004Z | current directory: /work/oxidecomputer/omicron |
287 | 2024-02-01T17:45:04.004Z | + echo 'configuring based on OS: "solaris2.11"' |
288 | 2024-02-01T17:45:04.004Z | + case "$1" in |
289 | 2024-02-01T17:45:04.004Z | configuring based on OS: "solaris2.11" |
290 | 2024-02-01T17:45:04.004Z | + CIDL_BUILD=illumos |
291 | 2024-02-01T17:45:04.004Z | + CIDL_SUFFIX=tar.gz |
292 | 2024-02-01T17:45:04.004Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
293 | 2024-02-01T17:45:04.004Z | + CIDL_MD5FUNC=do_md5sum |
294 | 2024-02-01T17:45:04.004Z | + CIDL_URL_BASE=https://illumos.org/downloads |
295 | 2024-02-01T17:45:04.004Z | + CIDL_ASSEMBLE=do_assemble_illumos |
296 | 2024-02-01T17:45:04.005Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
297 | 2024-02-01T17:45:04.005Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-01T17:45:04.005Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-01T17:45:04.005Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
300 | 2024-02-01T17:45:04.005Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-01T17:45:04.005Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2024-02-01T17:45:04.005Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-02-01T17:45:04.005Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-02-01T17:45:04.005Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
305 | 2024-02-01T17:45:04.005Z | + mkdir -p out/downloads |
306 | 2024-02-01T17:45:04.011Z | + mkdir -p ./out/cockroachdb |
307 | 2024-02-01T17:45:04.011Z | + local DO_DOWNLOAD=true |
308 | 2024-02-01T17:45:04.012Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
309 | 2024-02-01T17:45:04.012Z | + '[' true == true ']' |
310 | 2024-02-01T17:45:04.012Z | + echo Downloading... |
311 | 2024-02-01T17:45:04.012Z | Downloading... |
312 | 2024-02-01T17:45:04.012Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-02-01T17:45:04.012Z | + 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 |
314 | 2024-02-01T17:45:07.505Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-02-01T17:45:07.509Z | ++ md5sum |
316 | 2024-02-01T17:45:07.509Z | ++ awk '{print $1}' |
317 | 2024-02-01T17:45:07.745Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
318 | 2024-02-01T17:45:07.745Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
319 | 2024-02-01T17:45:07.745Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-02-01T17:45:07.749Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
321 | 2024-02-01T17:45:11.152Z | + do_assemble_illumos |
322 | 2024-02-01T17:45:11.152Z | + rm -r ./out/cockroachdb |
323 | 2024-02-01T17:45:11.159Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
324 | 2024-02-01T17:45:11.822Z | + ./out/cockroachdb/bin/cockroach version |
325 | 2024-02-01T17:45:12.187Z | Build Tag: v22.1.9-dirty |
326 | 2024-02-01T17:45:12.188Z | Build Time: 2022/10/26 21:17:46 |
327 | 2024-02-01T17:45:12.188Z | Distribution: OSS |
328 | 2024-02-01T17:45:12.188Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
329 | 2024-02-01T17:45:12.188Z | Go Version: go1.17.13 |
330 | 2024-02-01T17:45:12.189Z | C Compiler: gcc 10.3.0 |
331 | 2024-02-01T17:45:12.189Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
332 | 2024-02-01T17:45:12.189Z | Build Type: release |
333 | 2024-02-01T17:45:12.214Z | + set -o errexit |
334 | 2024-02-01T17:45:12.220Z | +++ dirname ./tools/ci_download_clickhouse |
335 | 2024-02-01T17:45:12.220Z | ++ cd ./tools |
336 | 2024-02-01T17:45:12.221Z | ++ pwd |
337 | 2024-02-01T17:45:12.221Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
338 | 2024-02-01T17:45:12.225Z | ++ basename ./tools/ci_download_clickhouse |
339 | 2024-02-01T17:45:12.225Z | + ARG0=ci_download_clickhouse |
340 | 2024-02-01T17:45:12.225Z | + TARGET_DIR=out |
341 | 2024-02-01T17:45:12.225Z | + DOWNLOAD_DIR=out/downloads |
342 | 2024-02-01T17:45:12.225Z | + DEST_DIR=./out/clickhouse |
343 | 2024-02-01T17:45:12.225Z | + CIDL_VERSION=v22.8.9.24 |
344 | 2024-02-01T17:45:12.226Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
345 | 2024-02-01T17:45:12.226Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
346 | 2024-02-01T17:45:12.229Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
347 | 2024-02-01T17:45:12.229Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
348 | 2024-02-01T17:45:12.229Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
349 | 2024-02-01T17:45:12.229Z | + main |
350 | 2024-02-01T17:45:12.229Z | + [[ 0 != 0 ]] |
351 | 2024-02-01T17:45:12.229Z | + CIDL_OS=solaris2.11 |
352 | 2024-02-01T17:45:12.229Z | + [[ 0 != 0 ]] |
353 | 2024-02-01T17:45:12.229Z | + configure_os solaris2.11 |
354 | 2024-02-01T17:45:12.230Z | + echo 'current directory: /work/oxidecomputer/omicron' |
355 | 2024-02-01T17:45:12.230Z | current directory: /work/oxidecomputer/omicron |
356 | 2024-02-01T17:45:12.230Z | + echo 'configuring based on OS: "solaris2.11"' |
357 | 2024-02-01T17:45:12.230Z | + CIDL_DASHREV= |
358 | 2024-02-01T17:45:12.230Z | configuring based on OS: "solaris2.11" |
359 | 2024-02-01T17:45:12.230Z | + case "$1" in |
360 | 2024-02-01T17:45:12.230Z | + CIDL_PLATFORM=illumos |
361 | 2024-02-01T17:45:12.231Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-01T17:45:12.231Z | + CIDL_MD5FUNC=do_md5sum |
363 | 2024-02-01T17:45:12.231Z | + CIDL_DASHREV=-1 |
364 | 2024-02-01T17:45:12.231Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
365 | 2024-02-01T17:45:12.231Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-01T17:45:12.231Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-01T17:45:12.231Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-01T17:45:12.231Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2024-02-01T17:45:12.232Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-01T17:45:12.232Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
371 | 2024-02-01T17:45:12.232Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2024-02-01T17:45:12.232Z | + mkdir -p out/downloads |
373 | 2024-02-01T17:45:12.240Z | + mkdir -p ./out/clickhouse |
374 | 2024-02-01T17:45:12.241Z | + local DO_DOWNLOAD=true |
375 | 2024-02-01T17:45:12.241Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
376 | 2024-02-01T17:45:12.241Z | + '[' true == true ']' |
377 | 2024-02-01T17:45:12.241Z | Downloading... |
378 | 2024-02-01T17:45:12.241Z | + echo Downloading... |
379 | 2024-02-01T17:45:12.241Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2024-02-01T17:45:12.241Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2024-02-01T17:45:13.871Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2024-02-01T17:45:13.874Z | ++ md5sum |
383 | 2024-02-01T17:45:13.874Z | ++ awk '{print $1}' |
384 | 2024-02-01T17:45:14.131Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
385 | 2024-02-01T17:45:14.131Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
386 | 2024-02-01T17:45:14.132Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
387 | 2024-02-01T17:45:14.137Z | + mkdir -p ./out/clickhouse |
388 | 2024-02-01T17:45:14.137Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
389 | 2024-02-01T17:45:18.927Z | + ./out/clickhouse/clickhouse server --version |
390 | 2024-02-01T17:45:18.973Z | ClickHouse server version 22.8.9.1. |
391 | 2024-02-01T17:45:19.004Z | + set -o errexit |
392 | 2024-02-01T17:45:19.023Z | +++ dirname ./tools/ci_download_console |
393 | 2024-02-01T17:45:19.024Z | ++ cd ./tools |
394 | 2024-02-01T17:45:19.024Z | ++ pwd |
395 | 2024-02-01T17:45:19.024Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2024-02-01T17:45:19.024Z | ++ basename ./tools/ci_download_console |
397 | 2024-02-01T17:45:19.024Z | + ARG0=ci_download_console |
398 | 2024-02-01T17:45:19.024Z | + TARGET_DIR=out |
399 | 2024-02-01T17:45:19.024Z | + DOWNLOAD_DIR=out/downloads |
400 | 2024-02-01T17:45:19.025Z | + DEST_DIR=./out/console-assets |
401 | 2024-02-01T17:45:19.025Z | + source /work/oxidecomputer/omicron/tools/console_version |
402 | 2024-02-01T17:45:19.027Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
403 | 2024-02-01T17:45:19.027Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
404 | 2024-02-01T17:45:19.027Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
405 | 2024-02-01T17:45:19.027Z | + TARBALL_FILE=out/downloads/console.tar.gz |
406 | 2024-02-01T17:45:19.027Z | + main |
407 | 2024-02-01T17:45:19.027Z | + [[ 0 != 0 ]] |
408 | 2024-02-01T17:45:19.027Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
409 | 2024-02-01T17:45:19.027Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
410 | 2024-02-01T17:45:19.027Z | + echo 'Local file: out/downloads/console.tar.gz' |
411 | 2024-02-01T17:45:19.027Z | Local file: out/downloads/console.tar.gz |
412 | 2024-02-01T17:45:19.027Z | + local DO_DOWNLOAD=true |
413 | 2024-02-01T17:45:19.027Z | + [[ -f out/downloads/console.tar.gz ]] |
414 | 2024-02-01T17:45:19.027Z | + mkdir -p out/downloads |
415 | 2024-02-01T17:45:19.028Z | + '[' true == true ']' |
416 | 2024-02-01T17:45:19.028Z | + echo Downloading... |
417 | 2024-02-01T17:45:19.028Z | Downloading... |
418 | 2024-02-01T17:45:19.028Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
419 | 2024-02-01T17:45:19.028Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
420 | 2024-02-01T17:45:19.812Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2024-02-01T17:45:19.823Z | ++ case "$OSTYPE" in |
422 | 2024-02-01T17:45:19.823Z | ++ SHA=sha256sum |
423 | 2024-02-01T17:45:19.823Z | ++ sha256sum |
424 | 2024-02-01T17:45:19.823Z | ++ awk '{print $1}' |
425 | 2024-02-01T17:45:19.878Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
426 | 2024-02-01T17:45:19.879Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
427 | 2024-02-01T17:45:19.883Z | + rm -rf ./out/console-assets |
428 | 2024-02-01T17:45:19.883Z | + mkdir -p ./out/console-assets |
429 | 2024-02-01T17:45:19.887Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2024-02-01T17:45:19.887Z | + mkdir -p ./out/console-assets |
431 | 2024-02-01T17:45:19.887Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2024-02-01T17:45:20.034Z | + set -o errexit |
433 | 2024-02-01T17:45:20.039Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2024-02-01T17:45:20.039Z | ++ cd ./tools |
435 | 2024-02-01T17:45:20.039Z | ++ pwd |
436 | 2024-02-01T17:45:20.040Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2024-02-01T17:45:20.040Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2024-02-01T17:45:20.040Z | + ARG0=ci_download_maghemite_openapi |
439 | 2024-02-01T17:45:20.040Z | + TARGET_DIR=out |
440 | 2024-02-01T17:45:20.040Z | + DOWNLOAD_DIR=out/downloads |
441 | 2024-02-01T17:45:20.040Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2024-02-01T17:45:20.041Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
443 | 2024-02-01T17:45:20.041Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-01T17:45:20.041Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
445 | 2024-02-01T17:45:20.041Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
446 | 2024-02-01T17:45:20.041Z | + main |
447 | 2024-02-01T17:45:20.041Z | + [[ 0 != 0 ]] |
448 | 2024-02-01T17:45:20.041Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
449 | 2024-02-01T17:45:20.041Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
450 | 2024-02-01T17:45:20.041Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
451 | 2024-02-01T17:45:20.041Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
452 | 2024-02-01T17:45:20.041Z | + local DO_DOWNLOAD=true |
453 | 2024-02-01T17:45:20.041Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
454 | 2024-02-01T17:45:20.042Z | + mkdir -p out/downloads |
455 | 2024-02-01T17:45:20.045Z | + '[' true == true ']' |
456 | 2024-02-01T17:45:20.046Z | + echo Downloading... |
457 | 2024-02-01T17:45:20.046Z | Downloading... |
458 | 2024-02-01T17:45:20.047Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
459 | 2024-02-01T17:45:20.048Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
460 | 2024-02-01T17:45:20.707Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
461 | 2024-02-01T17:45:20.718Z | ++ case "$OSTYPE" in |
462 | 2024-02-01T17:45:20.719Z | ++ SHA=sha256sum |
463 | 2024-02-01T17:45:20.719Z | ++ sha256sum |
464 | 2024-02-01T17:45:20.719Z | ++ awk '{print $1}' |
465 | 2024-02-01T17:45:20.719Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
466 | 2024-02-01T17:45:20.719Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
467 | 2024-02-01T17:45:20.720Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
468 | 2024-02-01T17:45:20.720Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
469 | 2024-02-01T17:45:20.720Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-01T17:45:20.720Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
471 | 2024-02-01T17:45:20.720Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
472 | 2024-02-01T17:45:20.720Z | + main |
473 | 2024-02-01T17:45:20.720Z | + [[ 0 != 0 ]] |
474 | 2024-02-01T17:45:20.720Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
475 | 2024-02-01T17:45:20.720Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
476 | 2024-02-01T17:45:20.720Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
477 | 2024-02-01T17:45:20.720Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
478 | 2024-02-01T17:45:20.720Z | + local DO_DOWNLOAD=true |
479 | 2024-02-01T17:45:20.721Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
480 | 2024-02-01T17:45:20.721Z | + mkdir -p out/downloads |
481 | 2024-02-01T17:45:20.721Z | + '[' true == true ']' |
482 | 2024-02-01T17:45:20.721Z | + echo Downloading... |
483 | 2024-02-01T17:45:20.721Z | Downloading... |
484 | 2024-02-01T17:45:20.721Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
485 | 2024-02-01T17:45:20.721Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
486 | 2024-02-01T17:45:20.869Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
487 | 2024-02-01T17:45:20.873Z | ++ case "$OSTYPE" in |
488 | 2024-02-01T17:45:20.873Z | ++ SHA=sha256sum |
489 | 2024-02-01T17:45:20.873Z | ++ sha256sum |
490 | 2024-02-01T17:45:20.873Z | ++ awk '{print $1}' |
491 | 2024-02-01T17:45:20.877Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
492 | 2024-02-01T17:45:20.877Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
493 | 2024-02-01T17:45:20.886Z | + set -o errexit |
494 | 2024-02-01T17:45:20.889Z | +++ dirname ./tools/ci_download_dendrite_openapi |
495 | 2024-02-01T17:45:20.890Z | ++ cd ./tools |
496 | 2024-02-01T17:45:20.890Z | ++ pwd |
497 | 2024-02-01T17:45:20.893Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2024-02-01T17:45:20.893Z | ++ basename ./tools/ci_download_dendrite_openapi |
499 | 2024-02-01T17:45:20.894Z | + ARG0=ci_download_dendrite_openapi |
500 | 2024-02-01T17:45:20.894Z | + TARGET_DIR=out |
501 | 2024-02-01T17:45:20.894Z | + DOWNLOAD_DIR=out/downloads |
502 | 2024-02-01T17:45:20.894Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2024-02-01T17:45:20.894Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
504 | 2024-02-01T17:45:20.894Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
505 | 2024-02-01T17:45:20.894Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
506 | 2024-02-01T17:45:20.894Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
507 | 2024-02-01T17:45:20.899Z | + main |
508 | 2024-02-01T17:45:20.899Z | + [[ 0 != 0 ]] |
509 | 2024-02-01T17:45:20.899Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
510 | 2024-02-01T17:45:20.900Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
511 | 2024-02-01T17:45:20.900Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
512 | 2024-02-01T17:45:20.900Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
513 | 2024-02-01T17:45:20.900Z | + local DO_DOWNLOAD=true |
514 | 2024-02-01T17:45:20.900Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
515 | 2024-02-01T17:45:20.900Z | + mkdir -p out/downloads |
516 | 2024-02-01T17:45:20.900Z | + '[' true == true ']' |
517 | 2024-02-01T17:45:20.900Z | + echo Downloading... |
518 | 2024-02-01T17:45:20.901Z | Downloading... |
519 | 2024-02-01T17:45:20.901Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
520 | 2024-02-01T17:45:20.901Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
521 | 2024-02-01T17:45:21.092Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
522 | 2024-02-01T17:45:21.092Z | ++ case "$OSTYPE" in |
523 | 2024-02-01T17:45:21.092Z | ++ SHA=sha256sum |
524 | 2024-02-01T17:45:21.095Z | ++ sha256sum |
525 | 2024-02-01T17:45:21.096Z | ++ awk '{print $1}' |
526 | 2024-02-01T17:45:21.099Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
527 | 2024-02-01T17:45:21.100Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
528 | 2024-02-01T17:45:21.114Z | + set -o errexit |
529 | 2024-02-01T17:45:21.133Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2024-02-01T17:45:21.134Z | ++ cd ./tools |
531 | 2024-02-01T17:45:21.134Z | ++ pwd |
532 | 2024-02-01T17:45:21.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2024-02-01T17:45:21.134Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2024-02-01T17:45:21.134Z | + ARG0=ci_download_dendrite_stub |
535 | 2024-02-01T17:45:21.134Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2024-02-01T17:45:21.134Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
537 | 2024-02-01T17:45:21.134Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
538 | 2024-02-01T17:45:21.135Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
539 | 2024-02-01T17:45:21.135Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2024-02-01T17:45:21.135Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
541 | 2024-02-01T17:45:21.135Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
542 | 2024-02-01T17:45:21.135Z | + TARGET_DIR=out |
543 | 2024-02-01T17:45:21.135Z | + DOWNLOAD_DIR=out/downloads |
544 | 2024-02-01T17:45:21.135Z | + DEST_DIR=./out/dendrite-stub |
545 | 2024-02-01T17:45:21.135Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2024-02-01T17:45:21.136Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2024-02-01T17:45:21.136Z | + REPO=oxidecomputer/dendrite |
548 | 2024-02-01T17:45:21.136Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
549 | 2024-02-01T17:45:21.136Z | + main |
550 | 2024-02-01T17:45:21.136Z | + [[ 0 != 0 ]] |
551 | 2024-02-01T17:45:21.137Z | + CIDL_OS=solaris2.11 |
552 | 2024-02-01T17:45:21.137Z | + [[ 0 != 0 ]] |
553 | 2024-02-01T17:45:21.138Z | + configure_os solaris2.11 |
554 | 2024-02-01T17:45:21.138Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2024-02-01T17:45:21.138Z | current directory: /work/oxidecomputer/omicron |
556 | 2024-02-01T17:45:21.138Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2024-02-01T17:45:21.138Z | configuring based on OS: "solaris2.11" |
558 | 2024-02-01T17:45:21.139Z | + case "$1" in |
559 | 2024-02-01T17:45:21.139Z | + SET_BINARIES= |
560 | 2024-02-01T17:45:21.139Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
561 | 2024-02-01T17:45:21.139Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2024-02-01T17:45:21.139Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
563 | 2024-02-01T17:45:21.139Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
564 | 2024-02-01T17:45:21.140Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-01T17:45:21.140Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
566 | 2024-02-01T17:45:21.140Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
567 | 2024-02-01T17:45:21.140Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2024-02-01T17:45:21.140Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2024-02-01T17:45:21.141Z | + mkdir -p out/downloads |
570 | 2024-02-01T17:45:21.141Z | + mkdir -p ./out/dendrite-stub |
571 | 2024-02-01T17:45:21.579Z | + fetch_and_verify |
572 | 2024-02-01T17:45:21.579Z | + local DO_DOWNLOAD=true |
573 | 2024-02-01T17:45:21.579Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
574 | 2024-02-01T17:45:21.579Z | + '[' true == true ']' |
575 | 2024-02-01T17:45:21.579Z | + echo Downloading... |
576 | 2024-02-01T17:45:21.579Z | Downloading... |
577 | 2024-02-01T17:45:21.579Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-01T17:45:21.579Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
579 | 2024-02-01T17:45:29.886Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
580 | 2024-02-01T17:45:29.905Z | ++ sha256sum |
581 | 2024-02-01T17:45:29.905Z | ++ awk '{print $1}' |
582 | 2024-02-01T17:45:30.005Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
583 | 2024-02-01T17:45:30.005Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
584 | 2024-02-01T17:45:31.238Z | + do_untar out/downloads/dendrite-stub.tar.gz |
585 | 2024-02-01T17:45:31.238Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
586 | 2024-02-01T17:45:31.658Z | + do_assemble |
587 | 2024-02-01T17:45:31.658Z | + rm -r ./out/dendrite-stub |
588 | 2024-02-01T17:45:31.658Z | + mkdir ./out/dendrite-stub |
589 | 2024-02-01T17:45:31.658Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
590 | 2024-02-01T17:45:31.664Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
591 | 2024-02-01T17:45:31.664Z | + set -o errexit |
592 | 2024-02-01T17:45:31.664Z | +++ dirname ./tools/ci_download_maghemite_mgd |
593 | 2024-02-01T17:45:31.664Z | ++ cd ./tools |
594 | 2024-02-01T17:45:31.664Z | ++ pwd |
595 | 2024-02-01T17:45:31.664Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
596 | 2024-02-01T17:45:31.664Z | ++ basename ./tools/ci_download_maghemite_mgd |
597 | 2024-02-01T17:45:31.664Z | + ARG0=ci_download_maghemite_mgd |
598 | 2024-02-01T17:45:31.664Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
599 | 2024-02-01T17:45:31.664Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
600 | 2024-02-01T17:45:31.664Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
601 | 2024-02-01T17:45:31.664Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
602 | 2024-02-01T17:45:31.665Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
603 | 2024-02-01T17:45:31.665Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
604 | 2024-02-01T17:45:31.665Z | + TARGET_DIR=out |
605 | 2024-02-01T17:45:31.665Z | + DOWNLOAD_DIR=out/downloads |
606 | 2024-02-01T17:45:31.665Z | + DEST_DIR=./out/mgd |
607 | 2024-02-01T17:45:31.665Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
608 | 2024-02-01T17:45:31.665Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
609 | 2024-02-01T17:45:31.665Z | + REPO=oxidecomputer/maghemite |
610 | 2024-02-01T17:45:31.665Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
611 | 2024-02-01T17:45:31.665Z | + main |
612 | 2024-02-01T17:45:31.665Z | + [[ 0 != 0 ]] |
613 | 2024-02-01T17:45:31.665Z | + CIDL_OS=solaris2.11 |
614 | 2024-02-01T17:45:31.665Z | + [[ 0 != 0 ]] |
615 | 2024-02-01T17:45:31.665Z | + configure_os solaris2.11 |
616 | 2024-02-01T17:45:31.665Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2024-02-01T17:45:31.665Z | current directory: /work/oxidecomputer/omicron |
618 | 2024-02-01T17:45:31.665Z | + echo 'configuring based on OS: "solaris2.11"' |
619 | 2024-02-01T17:45:31.665Z | + case "$1" in |
620 | 2024-02-01T17:45:31.666Z | configuring based on OS: "solaris2.11" |
621 | 2024-02-01T17:45:31.666Z | + SET_BINARIES= |
622 | 2024-02-01T17:45:31.666Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2024-02-01T17:45:31.666Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2024-02-01T17:45:31.666Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
625 | 2024-02-01T17:45:31.666Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2024-02-01T17:45:31.666Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
627 | 2024-02-01T17:45:31.666Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
628 | 2024-02-01T17:45:31.666Z | Local file: out/downloads/mgd.tar.gz |
629 | 2024-02-01T17:45:31.666Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
630 | 2024-02-01T17:45:31.666Z | + mkdir -p out/downloads |
631 | 2024-02-01T17:45:31.666Z | + mkdir -p ./out/mgd |
632 | 2024-02-01T17:45:31.666Z | + fetch_and_verify |
633 | 2024-02-01T17:45:31.666Z | + local DO_DOWNLOAD=true |
634 | 2024-02-01T17:45:31.666Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2024-02-01T17:45:31.666Z | + '[' true == true ']' |
636 | 2024-02-01T17:45:31.666Z | + echo Downloading... |
637 | 2024-02-01T17:45:31.666Z | Downloading... |
638 | 2024-02-01T17:45:31.666Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2024-02-01T17:45:31.666Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
640 | 2024-02-01T17:45:37.183Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2024-02-01T17:45:37.189Z | ++ sha256sum |
642 | 2024-02-01T17:45:37.189Z | ++ awk '{print $1}' |
643 | 2024-02-01T17:45:37.251Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
644 | 2024-02-01T17:45:37.252Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
645 | 2024-02-01T17:45:37.256Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2024-02-01T17:45:37.256Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2024-02-01T17:45:37.926Z | + do_assemble |
648 | 2024-02-01T17:45:37.926Z | + rm -r ./out/mgd |
649 | 2024-02-01T17:45:37.930Z | + mkdir ./out/mgd |
650 | 2024-02-01T17:45:37.932Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2024-02-01T17:45:38.155Z | + set -o errexit |
652 | 2024-02-01T17:45:38.159Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2024-02-01T17:45:38.159Z | ++ cd ./tools |
654 | 2024-02-01T17:45:38.168Z | ++ pwd |
655 | 2024-02-01T17:45:38.168Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2024-02-01T17:45:38.168Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2024-02-01T17:45:38.168Z | + ARG0=ci_download_transceiver_control |
658 | 2024-02-01T17:45:38.168Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2024-02-01T17:45:38.168Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-02-01T17:45:38.168Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-01T17:45:38.168Z | + TARGET_DIR=out |
662 | 2024-02-01T17:45:38.168Z | + DOWNLOAD_DIR=out/downloads |
663 | 2024-02-01T17:45:38.169Z | + DEST_DIR=./out/transceiver-control |
664 | 2024-02-01T17:45:38.169Z | + BIN_DIR=/opt/oxide/bin |
665 | 2024-02-01T17:45:38.169Z | + BINARY=xcvradm |
666 | 2024-02-01T17:45:38.169Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2024-02-01T17:45:38.169Z | + REPO=oxidecomputer/transceiver-control |
668 | 2024-02-01T17:45:38.169Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2024-02-01T17:45:38.177Z | + main |
670 | 2024-02-01T17:45:38.177Z | + [[ 0 != 0 ]] |
671 | 2024-02-01T17:45:38.177Z | + CIDL_OS=solaris2.11 |
672 | 2024-02-01T17:45:38.178Z | + [[ 0 != 0 ]] |
673 | 2024-02-01T17:45:38.178Z | + configure_os solaris2.11 |
674 | 2024-02-01T17:45:38.178Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2024-02-01T17:45:38.178Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-02-01T17:45:38.178Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2024-02-01T17:45:38.178Z | configuring based on OS: "solaris2.11" |
678 | 2024-02-01T17:45:38.178Z | + case "$1" in |
679 | 2024-02-01T17:45:38.178Z | + SET_BINARIES= |
680 | 2024-02-01T17:45:38.178Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-01T17:45:38.178Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2024-02-01T17:45:38.178Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2024-02-01T17:45:38.178Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-02-01T17:45:38.178Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2024-02-01T17:45:38.179Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2024-02-01T17:45:38.179Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2024-02-01T17:45:38.179Z | Local file: out/downloads/xcvradm.gz |
688 | 2024-02-01T17:45:38.179Z | + echo 'Local file: out/downloads/xcvradm.gz' |
689 | 2024-02-01T17:45:38.179Z | + mkdir -p out/downloads |
690 | 2024-02-01T17:45:38.179Z | + mkdir -p ./out/transceiver-control |
691 | 2024-02-01T17:45:38.179Z | + fetch_and_verify |
692 | 2024-02-01T17:45:38.179Z | + local DO_DOWNLOAD=true |
693 | 2024-02-01T17:45:38.179Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2024-02-01T17:45:38.179Z | + '[' true == true ']' |
695 | 2024-02-01T17:45:38.179Z | + echo Downloading... |
696 | 2024-02-01T17:45:38.179Z | Downloading... |
697 | 2024-02-01T17:45:38.179Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2024-02-01T17:45:38.180Z | + 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 |
699 | 2024-02-01T17:45:39.699Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2024-02-01T17:45:39.703Z | ++ sha256sum |
701 | 2024-02-01T17:45:39.703Z | ++ awk '{print $1}' |
702 | 2024-02-01T17:45:39.726Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2024-02-01T17:45:39.726Z | + [[ 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 ]] |
704 | 2024-02-01T17:45:39.730Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2024-02-01T17:45:39.730Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2024-02-01T17:45:39.730Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2024-02-01T17:45:39.911Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2024-02-01T17:45:39.915Z | + do_assemble |
709 | 2024-02-01T17:45:39.915Z | + rm -r ./out/transceiver-control |
710 | 2024-02-01T17:45:39.919Z | + mkdir ./out/transceiver-control |
711 | 2024-02-01T17:45:39.919Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2024-02-01T17:45:40.345Z | All builder prerequisites installed successfully, and PATH looks valid |
713 | 2024-02-01T17:45:40.349Z | |
714 | 2024-02-01T17:45:40.350Z | real 2:07.745399005 |
715 | 2024-02-01T17:45:40.350Z | user 52.650955321 |
716 | 2024-02-01T17:45:40.350Z | sys 10.406631293 |
717 | 2024-02-01T17:45:40.350Z | trap 0.022713417 |
718 | 2024-02-01T17:45:40.350Z | tflt 0.144567791 |
719 | 2024-02-01T17:45:40.350Z | dflt 0.331375573 |
720 | 2024-02-01T17:45:40.350Z | kflt 0.165553028 |
721 | 2024-02-01T17:45:40.350Z | lock 2.302976312 |
722 | 2024-02-01T17:45:40.350Z | slp 3:57.348599225 |
723 | 2024-02-01T17:45:40.350Z | lat 3.512676781 |
724 | 2024-02-01T17:45:40.350Z | stop 0.056351790 |
725 | 2024-02-01T17:45:40.350Z | |
726 | 2024-02-01T17:45:40.350Z | #### # # ##### ##### # # |
727 | 2024-02-01T17:45:40.351Z | # # # # # # # # # # |
728 | 2024-02-01T17:45:40.351Z | # # # # # # # # |
729 | 2024-02-01T17:45:40.351Z | # # # ##### ##### # |
730 | 2024-02-01T17:45:40.351Z | # # # # # # # |
731 | 2024-02-01T17:45:40.351Z | #### ###### # # # # |
732 | 2024-02-01T17:45:40.351Z | |
733 | 2024-02-01T17:45:40.699Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2024-02-01T17:45:41.056Z | Updating crates.io index |
735 | 2024-02-01T17:45:41.106Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
736 | 2024-02-01T17:45:42.377Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
737 | 2024-02-01T17:45:44.851Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
738 | 2024-02-01T17:45:45.377Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2024-02-01T17:45:45.677Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2024-02-01T17:45:45.980Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2024-02-01T17:45:46.288Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
742 | 2024-02-01T17:45:47.608Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
743 | 2024-02-01T17:45:50.306Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2024-02-01T17:45:50.998Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
745 | 2024-02-01T17:45:51.333Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
746 | 2024-02-01T17:45:51.931Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2024-02-01T17:45:52.233Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
748 | 2024-02-01T17:45:52.557Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
749 | 2024-02-01T17:45:52.879Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
750 | 2024-02-01T17:45:53.299Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
751 | 2024-02-01T17:45:54.105Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
752 | 2024-02-01T17:45:54.381Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2024-02-01T17:45:55.135Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
754 | 2024-02-01T17:45:55.547Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
755 | 2024-02-01T17:45:55.874Z | Updating git repository `https://github.com/jgallagher/nix` |
756 | 2024-02-01T17:45:57.129Z | Updating git repository `https://github.com/cbiffle/hubpack` |
757 | 2024-02-01T17:45:57.539Z | Updating git repository `https://github.com/oxidecomputer/typify` |
758 | 2024-02-01T17:45:59.302Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2024-02-01T17:45:59.686Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
760 | 2024-02-01T17:46:00.011Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
761 | 2024-02-01T17:46:01.509Z | Downloading crates ... |
762 | 2024-02-01T17:46:01.719Z | Downloaded colorchoice v1.0.0 |
763 | 2024-02-01T17:46:01.726Z | Downloaded quote v1.0.35 |
764 | 2024-02-01T17:46:01.731Z | Downloaded anstyle v1.0.2 |
765 | 2024-02-01T17:46:01.743Z | Downloaded itoa v1.0.9 |
766 | 2024-02-01T17:46:01.748Z | Downloaded equivalent v1.0.1 |
767 | 2024-02-01T17:46:01.757Z | Downloaded clap_lex v0.5.1 |
768 | 2024-02-01T17:46:01.762Z | Downloaded anstyle-query v1.0.0 |
769 | 2024-02-01T17:46:01.763Z | Downloaded heck v0.4.1 |
770 | 2024-02-01T17:46:01.767Z | Downloaded bitflags v1.3.2 |
771 | 2024-02-01T17:46:01.771Z | Downloaded serde_spanned v0.6.4 |
772 | 2024-02-01T17:46:01.772Z | Downloaded errno v0.3.8 |
773 | 2024-02-01T17:46:01.775Z | Downloaded utf8parse v0.2.1 |
774 | 2024-02-01T17:46:01.780Z | Downloaded anstream v0.5.0 |
775 | 2024-02-01T17:46:01.785Z | Downloaded anstyle-parse v0.2.1 |
776 | 2024-02-01T17:46:01.789Z | Downloaded cargo-platform v0.1.3 |
777 | 2024-02-01T17:46:01.790Z | Downloaded toml_datetime v0.6.5 |
778 | 2024-02-01T17:46:01.790Z | Downloaded thiserror-impl v1.0.56 |
779 | 2024-02-01T17:46:01.794Z | Downloaded terminal_size v0.2.6 |
780 | 2024-02-01T17:46:01.794Z | Downloaded cargo_toml v0.19.0 |
781 | 2024-02-01T17:46:01.799Z | Downloaded io-lifetimes v1.0.11 |
782 | 2024-02-01T17:46:01.804Z | Downloaded semver v1.0.21 |
783 | 2024-02-01T17:46:01.809Z | Downloaded unicode-ident v1.0.12 |
784 | 2024-02-01T17:46:01.813Z | Downloaded toml v0.8.8 |
785 | 2024-02-01T17:46:01.832Z | Downloaded anyhow v1.0.75 |
786 | 2024-02-01T17:46:01.840Z | Downloaded proc-macro2 v1.0.78 |
787 | 2024-02-01T17:46:01.840Z | Downloaded clap_derive v4.4.2 |
788 | 2024-02-01T17:46:01.840Z | Downloaded clap v4.4.3 |
789 | 2024-02-01T17:46:01.844Z | Downloaded serde v1.0.195 |
790 | 2024-02-01T17:46:01.861Z | Downloaded toml_edit v0.21.0 |
791 | 2024-02-01T17:46:01.889Z | Downloaded memchr v2.6.3 |
792 | 2024-02-01T17:46:01.899Z | Downloaded hashbrown v0.14.2 |
793 | 2024-02-01T17:46:01.907Z | Downloaded winnow v0.5.15 |
794 | 2024-02-01T17:46:01.921Z | Downloaded syn v2.0.48 |
795 | 2024-02-01T17:46:01.941Z | Downloaded rustix v0.37.23 |
796 | 2024-02-01T17:46:01.975Z | Downloaded strsim v0.10.0 |
797 | 2024-02-01T17:46:01.980Z | Downloaded clap_builder v4.4.2 |
798 | 2024-02-01T17:46:01.989Z | Downloaded camino v1.1.6 |
799 | 2024-02-01T17:46:01.995Z | Downloaded libc v0.2.152 |
800 | 2024-02-01T17:46:02.040Z | Downloaded thiserror v1.0.56 |
801 | 2024-02-01T17:46:02.047Z | Downloaded serde_json v1.0.113 |
802 | 2024-02-01T17:46:02.064Z | Downloaded indexmap v2.2.2 |
803 | 2024-02-01T17:46:02.074Z | Downloaded serde_derive v1.0.195 |
804 | 2024-02-01T17:46:02.080Z | Downloaded ryu v1.0.15 |
805 | 2024-02-01T17:46:02.080Z | Downloaded cargo_metadata v0.18.1 |
806 | 2024-02-01T17:46:02.200Z | Compiling proc-macro2 v1.0.78 |
807 | 2024-02-01T17:46:02.201Z | Compiling unicode-ident v1.0.12 |
808 | 2024-02-01T17:46:02.208Z | Compiling serde v1.0.195 |
809 | 2024-02-01T17:46:02.208Z | Compiling libc v0.2.152 |
810 | 2024-02-01T17:46:02.208Z | Compiling io-lifetimes v1.0.11 |
811 | 2024-02-01T17:46:02.215Z | Compiling rustix v0.37.23 |
812 | 2024-02-01T17:46:02.220Z | Compiling utf8parse v0.2.1 |
813 | 2024-02-01T17:46:02.220Z | Compiling equivalent v1.0.1 |
814 | 2024-02-01T17:46:02.492Z | Compiling hashbrown v0.14.2 |
815 | 2024-02-01T17:46:02.538Z | Compiling bitflags v1.3.2 |
816 | 2024-02-01T17:46:02.558Z | Compiling anstyle-parse v0.2.1 |
817 | 2024-02-01T17:46:02.669Z | Compiling anstyle-query v1.0.0 |
818 | 2024-02-01T17:46:02.840Z | Compiling anstyle v1.0.2 |
819 | 2024-02-01T17:46:03.018Z | Compiling colorchoice v1.0.0 |
820 | 2024-02-01T17:46:03.180Z | Compiling thiserror v1.0.56 |
821 | 2024-02-01T17:46:03.336Z | Compiling semver v1.0.21 |
822 | 2024-02-01T17:46:04.013Z | Compiling indexmap v2.2.2 |
823 | 2024-02-01T17:46:04.266Z | Compiling serde_json v1.0.113 |
824 | 2024-02-01T17:46:04.294Z | Compiling camino v1.1.6 |
825 | 2024-02-01T17:46:04.854Z | Compiling winnow v0.5.15 |
826 | 2024-02-01T17:46:04.876Z | Compiling anstream v0.5.0 |
827 | 2024-02-01T17:46:04.876Z | Compiling itoa v1.0.9 |
828 | 2024-02-01T17:46:04.876Z | Compiling clap_lex v0.5.1 |
829 | 2024-02-01T17:46:05.076Z | Compiling heck v0.4.1 |
830 | 2024-02-01T17:46:05.297Z | Compiling ryu v1.0.15 |
831 | 2024-02-01T17:46:05.882Z | Compiling anyhow v1.0.75 |
832 | 2024-02-01T17:46:05.883Z | Compiling quote v1.0.35 |
833 | 2024-02-01T17:46:05.883Z | Compiling strsim v0.10.0 |
834 | 2024-02-01T17:46:06.250Z | Compiling errno v0.3.8 |
835 | 2024-02-01T17:46:06.517Z | Compiling syn v2.0.48 |
836 | 2024-02-01T17:46:07.945Z | Compiling terminal_size v0.2.6 |
837 | 2024-02-01T17:46:08.104Z | Compiling clap_builder v4.4.2 |
838 | 2024-02-01T17:46:14.966Z | Compiling serde_derive v1.0.195 |
839 | 2024-02-01T17:46:14.969Z | Compiling thiserror-impl v1.0.56 |
840 | 2024-02-01T17:46:14.969Z | Compiling clap_derive v4.4.2 |
841 | 2024-02-01T17:46:19.133Z | Compiling clap v4.4.3 |
842 | 2024-02-01T17:46:27.756Z | Compiling toml_datetime v0.6.5 |
843 | 2024-02-01T17:46:27.760Z | Compiling serde_spanned v0.6.4 |
844 | 2024-02-01T17:46:27.760Z | Compiling cargo-platform v0.1.3 |
845 | 2024-02-01T17:46:28.102Z | Compiling toml_edit v0.21.0 |
846 | 2024-02-01T17:46:29.782Z | Compiling cargo_metadata v0.18.1 |
847 | 2024-02-01T17:46:31.344Z | Compiling toml v0.8.8 |
848 | 2024-02-01T17:46:32.380Z | Compiling cargo_toml v0.19.0 |
849 | 2024-02-01T17:46:38.344Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
850 | 2024-02-01T17:46:39.725Z | Finished dev [unoptimized + debuginfo] target(s) in 59.29s |
851 | 2024-02-01T17:46:39.947Z | Running `target/debug/xtask clippy` |
852 | 2024-02-01T17:46:40.005Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
853 | 2024-02-01T17:46:40.850Z | Downloading crates ... |
854 | 2024-02-01T17:46:41.100Z | Downloaded adler v1.0.2 |
855 | 2024-02-01T17:46:41.104Z | Downloaded ciborium v0.2.2 |
856 | 2024-02-01T17:46:41.118Z | Downloaded md-5 v0.10.5 |
857 | 2024-02-01T17:46:41.123Z | Downloaded curve25519-dalek-derive v0.1.0 |
858 | 2024-02-01T17:46:41.128Z | Downloaded console v0.15.8 |
859 | 2024-02-01T17:46:41.134Z | Downloaded crossbeam-epoch v0.9.15 |
860 | 2024-02-01T17:46:41.141Z | Downloaded darling v0.20.3 |
861 | 2024-02-01T17:46:41.148Z | Downloaded async-recursion v1.0.5 |
862 | 2024-02-01T17:46:41.156Z | Downloaded array-init v0.0.4 |
863 | 2024-02-01T17:46:41.160Z | Downloaded async-stream v0.3.5 |
864 | 2024-02-01T17:46:41.167Z | Downloaded assert_matches v1.5.0 |
865 | 2024-02-01T17:46:41.172Z | Downloaded aead v0.5.2 |
866 | 2024-02-01T17:46:41.177Z | Downloaded serde_tokenstream v0.1.7 |
867 | 2024-02-01T17:46:41.186Z | Downloaded hyper-rustls v0.26.0 |
868 | 2024-02-01T17:46:41.196Z | Downloaded atomicwrites v0.4.3 |
869 | 2024-02-01T17:46:41.209Z | Downloaded instant v0.1.12 |
870 | 2024-02-01T17:46:41.232Z | Downloaded hyper-staticfile v0.9.5 |
871 | 2024-02-01T17:46:41.232Z | Downloaded hubpack_derive v0.1.1 |
872 | 2024-02-01T17:46:41.236Z | Downloaded stability v0.1.1 |
873 | 2024-02-01T17:46:41.236Z | Downloaded indexmap v1.9.3 |
874 | 2024-02-01T17:46:41.237Z | Downloaded matches v0.1.10 |
875 | 2024-02-01T17:46:41.241Z | Downloaded lru v0.12.1 |
876 | 2024-02-01T17:46:41.245Z | Downloaded hyper-util v0.1.2 |
877 | 2024-02-01T17:46:41.253Z | Downloaded linked-hash-map v0.5.6 |
878 | 2024-02-01T17:46:41.260Z | Downloaded cexpr v0.6.0 |
879 | 2024-02-01T17:46:41.278Z | Downloaded tower-service v0.3.2 |
880 | 2024-02-01T17:46:41.278Z | Downloaded nested v0.1.1 |
881 | 2024-02-01T17:46:41.278Z | Downloaded newline-converter v0.3.0 |
882 | 2024-02-01T17:46:41.278Z | Downloaded home v0.5.5 |
883 | 2024-02-01T17:46:41.279Z | Downloaded num_threads v0.1.6 |
884 | 2024-02-01T17:46:41.287Z | Downloaded number_prefix v0.4.0 |
885 | 2024-02-01T17:46:41.287Z | Downloaded httparse v1.8.0 |
886 | 2024-02-01T17:46:41.302Z | Downloaded memoffset v0.9.0 |
887 | 2024-02-01T17:46:41.302Z | Downloaded lalrpop-util v0.19.12 |
888 | 2024-02-01T17:46:41.302Z | Downloaded try-lock v0.2.4 |
889 | 2024-02-01T17:46:41.302Z | Downloaded openssl-macros v0.1.1 |
890 | 2024-02-01T17:46:41.302Z | Downloaded ipnet v2.9.0 |
891 | 2024-02-01T17:46:41.313Z | Downloaded crc v3.0.1 |
892 | 2024-02-01T17:46:41.316Z | Downloaded keccak v0.1.4 |
893 | 2024-02-01T17:46:41.316Z | Downloaded nanorand v0.7.0 |
894 | 2024-02-01T17:46:41.319Z | Downloaded num v0.4.1 |
895 | 2024-02-01T17:46:41.326Z | Downloaded kstat-rs v0.2.3 |
896 | 2024-02-01T17:46:41.330Z | Downloaded num_cpus v1.16.0 |
897 | 2024-02-01T17:46:41.333Z | Downloaded headers-core v0.2.0 |
898 | 2024-02-01T17:46:41.336Z | Downloaded parse-display v0.8.2 |
899 | 2024-02-01T17:46:41.339Z | Downloaded num_enum_derive v0.5.11 |
900 | 2024-02-01T17:46:41.342Z | Downloaded threadpool v1.8.1 |
901 | 2024-02-01T17:46:41.345Z | Downloaded num-derive v0.4.0 |
902 | 2024-02-01T17:46:41.349Z | Downloaded parse-size v1.0.0 |
903 | 2024-02-01T17:46:41.352Z | Downloaded untrusted v0.9.0 |
904 | 2024-02-01T17:46:41.355Z | Downloaded termcolor v1.2.0 |
905 | 2024-02-01T17:46:41.358Z | Downloaded cookie v0.18.0 |
906 | 2024-02-01T17:46:41.372Z | Downloaded termios v0.3.3 |
907 | 2024-02-01T17:46:41.791Z | Downloaded foreign-types-macros v0.2.3 |
908 | 2024-02-01T17:46:41.791Z | Downloaded ref-cast-impl v1.0.20 |
909 | 2024-02-01T17:46:41.791Z | Downloaded num-rational v0.4.1 |
910 | 2024-02-01T17:46:41.792Z | Downloaded term v0.7.0 |
911 | 2024-02-01T17:46:41.797Z | Downloaded remove_dir_all v0.5.3 |
912 | 2024-02-01T17:46:41.797Z | Downloaded percent-encoding v2.3.1 |
913 | 2024-02-01T17:46:41.797Z | Downloaded nu-ansi-term v0.49.0 |
914 | 2024-02-01T17:46:41.798Z | Downloaded ipnetwork v0.20.0 |
915 | 2024-02-01T17:46:41.798Z | Downloaded num-complex v0.4.4 |
916 | 2024-02-01T17:46:41.798Z | Downloaded pathdiff v0.2.1 |
917 | 2024-02-01T17:46:41.798Z | Downloaded unicode-width v0.1.11 |
918 | 2024-02-01T17:46:41.798Z | Downloaded termtree v0.4.1 |
919 | 2024-02-01T17:46:41.798Z | Downloaded path-slash v0.1.5 |
920 | 2024-02-01T17:46:41.798Z | Downloaded ena v0.14.2 |
921 | 2024-02-01T17:46:41.799Z | Downloaded digest v0.10.7 |
922 | 2024-02-01T17:46:41.799Z | Downloaded plotters-svg v0.3.5 |
923 | 2024-02-01T17:46:41.799Z | Downloaded rand_chacha v0.3.1 |
924 | 2024-02-01T17:46:41.799Z | Downloaded float-cmp v0.9.0 |
925 | 2024-02-01T17:46:41.799Z | Downloaded phf_shared v0.11.2 |
926 | 2024-02-01T17:46:41.800Z | Downloaded guppy-workspace-hack v0.1.0 |
927 | 2024-02-01T17:46:41.800Z | Downloaded semver-parser v0.10.2 |
928 | 2024-02-01T17:46:41.800Z | Downloaded schemars_derive v0.8.16 |
929 | 2024-02-01T17:46:41.800Z | Downloaded pkcs1 v0.7.5 |
930 | 2024-02-01T17:46:41.800Z | Downloaded backtrace v0.3.69 |
931 | 2024-02-01T17:46:41.800Z | Downloaded crossbeam v0.8.2 |
932 | 2024-02-01T17:46:41.800Z | Downloaded slog-json v2.6.1 |
933 | 2024-02-01T17:46:41.800Z | Downloaded slog-scope v4.4.0 |
934 | 2024-02-01T17:46:41.800Z | Downloaded static_assertions v1.1.0 |
935 | 2024-02-01T17:46:41.800Z | Downloaded slog-stdlog v4.1.1 |
936 | 2024-02-01T17:46:41.800Z | Downloaded derive_builder_macro v0.12.0 |
937 | 2024-02-01T17:46:41.800Z | Downloaded packed_struct v0.10.1 |
938 | 2024-02-01T17:46:41.800Z | Downloaded radium v0.7.0 |
939 | 2024-02-01T17:46:41.800Z | Downloaded doc-comment v0.3.3 |
940 | 2024-02-01T17:46:41.800Z | Downloaded display-error-chain v0.2.0 |
941 | 2024-02-01T17:46:41.800Z | Downloaded pkg-config v0.3.27 |
942 | 2024-02-01T17:46:41.800Z | Downloaded tempdir v0.3.7 |
943 | 2024-02-01T17:46:41.800Z | Downloaded foreign-types v0.5.0 |
944 | 2024-02-01T17:46:41.800Z | Downloaded slab v0.4.9 |
945 | 2024-02-01T17:46:41.800Z | Downloaded group v0.13.0 |
946 | 2024-02-01T17:46:41.800Z | Downloaded usdt-macro v0.5.0 |
947 | 2024-02-01T17:46:41.800Z | Downloaded is_ci v1.1.1 |
948 | 2024-02-01T17:46:41.801Z | Downloaded ppv-lite86 v0.2.17 |
949 | 2024-02-01T17:46:41.801Z | Downloaded rustc-hash v1.1.0 |
950 | 2024-02-01T17:46:41.801Z | Downloaded sct v0.7.0 |
951 | 2024-02-01T17:46:41.801Z | Downloaded flagset v0.4.3 |
952 | 2024-02-01T17:46:41.801Z | Downloaded rustls-pemfile v1.0.3 |
953 | 2024-02-01T17:46:41.801Z | Downloaded slog-term v2.9.0 |
954 | 2024-02-01T17:46:41.801Z | Downloaded foreign-types v0.3.2 |
955 | 2024-02-01T17:46:41.801Z | Downloaded aho-corasick v1.0.4 |
956 | 2024-02-01T17:46:41.801Z | Downloaded owo-colors v4.0.0 |
957 | 2024-02-01T17:46:41.801Z | Downloaded zerocopy v0.3.0 |
958 | 2024-02-01T17:46:41.801Z | Downloaded glob v0.3.1 |
959 | 2024-02-01T17:46:41.801Z | Downloaded dof v0.1.5 |
960 | 2024-02-01T17:46:41.801Z | Downloaded predicates-core v1.0.6 |
961 | 2024-02-01T17:46:41.801Z | Downloaded tiny-keccak v2.0.2 |
962 | 2024-02-01T17:46:41.801Z | Downloaded poly1305 v0.8.0 |
963 | 2024-02-01T17:46:41.801Z | Downloaded peeking_take_while v0.1.2 |
964 | 2024-02-01T17:46:41.801Z | Downloaded openssl-probe v0.1.5 |
965 | 2024-02-01T17:46:41.801Z | Downloaded zone v0.3.0 |
966 | 2024-02-01T17:46:41.801Z | Downloaded http v1.0.0 |
967 | 2024-02-01T17:46:41.801Z | Downloaded either v1.9.0 |
968 | 2024-02-01T17:46:41.801Z | Downloaded pem v3.0.2 |
969 | 2024-02-01T17:46:41.801Z | Downloaded derive_builder_core v0.12.0 |
970 | 2024-02-01T17:46:41.802Z | Downloaded fragile v2.0.0 |
971 | 2024-02-01T17:46:41.802Z | Downloaded sqlformat v0.2.3 |
972 | 2024-02-01T17:46:41.802Z | Downloaded spki v0.7.2 |
973 | 2024-02-01T17:46:41.802Z | Downloaded rustc_version v0.4.0 |
974 | 2024-02-01T17:46:41.802Z | Downloaded oso-derive v0.27.0 |
975 | 2024-02-01T17:46:41.802Z | Downloaded fs-err v2.11.0 |
976 | 2024-02-01T17:46:41.802Z | Downloaded usdt v0.3.5 |
977 | 2024-02-01T17:46:41.802Z | Downloaded r2d2 v0.8.10 |
978 | 2024-02-01T17:46:41.803Z | Downloaded thiserror-no-std v2.0.2 |
979 | 2024-02-01T17:46:41.803Z | Downloaded time-core v0.1.1 |
980 | 2024-02-01T17:46:41.803Z | Downloaded time-macros v0.2.13 |
981 | 2024-02-01T17:46:41.803Z | Downloaded funty v2.0.0 |
982 | 2024-02-01T17:46:41.803Z | Downloaded tokio-rustls v0.25.0 |
983 | 2024-02-01T17:46:41.803Z | Downloaded rstest_macros v0.18.2 |
984 | 2024-02-01T17:46:41.803Z | Downloaded smf v0.2.2 |
985 | 2024-02-01T17:46:41.803Z | Downloaded postcard v1.0.8 |
986 | 2024-02-01T17:46:41.803Z | Downloaded dtrace-parser v0.1.14 |
987 | 2024-02-01T17:46:41.803Z | Downloaded fxhash v0.2.1 |
988 | 2024-02-01T17:46:41.803Z | Downloaded target-spec v3.0.1 |
989 | 2024-02-01T17:46:41.803Z | Downloaded derive-where v1.2.7 |
990 | 2024-02-01T17:46:41.803Z | Downloaded fd-lock v3.0.13 |
991 | 2024-02-01T17:46:41.803Z | Downloaded spin v0.9.8 |
992 | 2024-02-01T17:46:41.803Z | Downloaded trust-dns-client v0.22.0 |
993 | 2024-02-01T17:46:41.803Z | Downloaded darling_macro v0.14.4 |
994 | 2024-02-01T17:46:41.803Z | Downloaded crossbeam-utils v0.8.16 |
995 | 2024-02-01T17:46:41.803Z | Downloaded wyz v0.5.1 |
996 | 2024-02-01T17:46:41.803Z | Downloaded tui-tree-widget v0.16.0 |
997 | 2024-02-01T17:46:41.804Z | Downloaded zerocopy v0.6.4 |
998 | 2024-02-01T17:46:41.804Z | Downloaded dtrace-parser v0.2.0 |
999 | 2024-02-01T17:46:41.804Z | Downloaded swrite v0.1.0 |
1000 | 2024-02-01T17:46:41.805Z | Downloaded generic-array v0.14.7 |
1001 | 2024-02-01T17:46:41.805Z | Downloaded getopts v0.2.21 |
1002 | 2024-02-01T17:46:41.805Z | Downloaded cipher v0.4.4 |
1003 | 2024-02-01T17:46:41.805Z | Downloaded ed25519 v1.5.3 |
1004 | 2024-02-01T17:46:41.805Z | Downloaded structopt-derive v0.4.18 |
1005 | 2024-02-01T17:46:41.805Z | Downloaded phf_shared v0.10.0 |
1006 | 2024-02-01T17:46:41.805Z | Downloaded dyn-clone v1.0.13 |
1007 | 2024-02-01T17:46:41.806Z | Downloaded futures v0.3.30 |
1008 | 2024-02-01T17:46:41.806Z | Downloaded debug-ignore v1.0.5 |
1009 | 2024-02-01T17:46:41.806Z | Downloaded downcast v0.11.0 |
1010 | 2024-02-01T17:46:41.807Z | Downloaded vte_generate_state_changes v0.1.1 |
1011 | 2024-02-01T17:46:42.225Z | Downloaded lazy_static v1.4.0 |
1012 | 2024-02-01T17:46:42.225Z | Downloaded sec1 v0.7.3 |
1013 | 2024-02-01T17:46:42.225Z | Downloaded toolchain_find v0.2.0 |
1014 | 2024-02-01T17:46:42.225Z | Downloaded itertools v0.10.5 |
1015 | 2024-02-01T17:46:42.225Z | Downloaded strum v0.25.0 |
1016 | 2024-02-01T17:46:42.225Z | Downloaded paste v1.0.14 |
1017 | 2024-02-01T17:46:42.225Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1018 | 2024-02-01T17:46:42.225Z | Downloaded serde_urlencoded v0.7.1 |
1019 | 2024-02-01T17:46:42.225Z | Downloaded fnv v1.0.7 |
1020 | 2024-02-01T17:46:42.225Z | Downloaded libxml v0.3.3 |
1021 | 2024-02-01T17:46:42.225Z | Downloaded sqlparser_derive v0.2.2 |
1022 | 2024-02-01T17:46:42.225Z | Downloaded password-hash v0.5.0 |
1023 | 2024-02-01T17:46:42.225Z | Downloaded pest_derive v2.7.6 |
1024 | 2024-02-01T17:46:42.225Z | Downloaded pretty-hex v0.4.1 |
1025 | 2024-02-01T17:46:42.225Z | Downloaded pest_generator v2.7.6 |
1026 | 2024-02-01T17:46:42.225Z | Downloaded dof v0.3.0 |
1027 | 2024-02-01T17:46:42.225Z | Downloaded wait-timeout v0.2.0 |
1028 | 2024-02-01T17:46:42.234Z | Downloaded pest_meta v2.7.6 |
1029 | 2024-02-01T17:46:42.234Z | Downloaded packed_struct_codegen v0.10.1 |
1030 | 2024-02-01T17:46:42.234Z | Downloaded rtoolbox v0.0.1 |
1031 | 2024-02-01T17:46:42.234Z | Downloaded resolv-conf v0.7.0 |
1032 | 2024-02-01T17:46:42.235Z | Downloaded futures-timer v3.0.2 |
1033 | 2024-02-01T17:46:42.235Z | Downloaded serde_plain v1.0.2 |
1034 | 2024-02-01T17:46:42.235Z | Downloaded darling_macro v0.20.3 |
1035 | 2024-02-01T17:46:42.235Z | Downloaded zeroize v1.7.0 |
1036 | 2024-02-01T17:46:42.235Z | Downloaded zone_cfg_derive v0.3.0 |
1037 | 2024-02-01T17:46:42.235Z | Downloaded serde_with_macros v3.5.1 |
1038 | 2024-02-01T17:46:42.235Z | Downloaded thread-id v4.2.0 |
1039 | 2024-02-01T17:46:42.235Z | Downloaded num-bigint-dig v0.8.4 |
1040 | 2024-02-01T17:46:42.235Z | Downloaded partial-io v0.5.4 |
1041 | 2024-02-01T17:46:42.235Z | Downloaded strum_macros v0.25.2 |
1042 | 2024-02-01T17:46:42.235Z | Downloaded same-file v1.0.6 |
1043 | 2024-02-01T17:46:42.235Z | Downloaded signal-hook-mio v0.2.3 |
1044 | 2024-02-01T17:46:42.235Z | Downloaded slog-envlogger v2.2.0 |
1045 | 2024-02-01T17:46:42.235Z | Downloaded xattr v1.0.1 |
1046 | 2024-02-01T17:46:42.236Z | Downloaded topological-sort v0.2.2 |
1047 | 2024-02-01T17:46:42.236Z | Downloaded schemars v0.8.16 |
1048 | 2024-02-01T17:46:42.236Z | Downloaded zeroize_derive v1.4.2 |
1049 | 2024-02-01T17:46:42.236Z | Downloaded embedded-io v0.4.0 |
1050 | 2024-02-01T17:46:42.236Z | Downloaded serde_path_to_error v0.1.15 |
1051 | 2024-02-01T17:46:42.236Z | Downloaded serde-hex v0.1.0 |
1052 | 2024-02-01T17:46:42.236Z | Downloaded rustls-native-certs v0.7.0 |
1053 | 2024-02-01T17:46:42.236Z | Downloaded slog v2.7.0 |
1054 | 2024-02-01T17:46:42.236Z | Downloaded toml v0.7.8 |
1055 | 2024-02-01T17:46:42.236Z | Downloaded pin-utils v0.1.0 |
1056 | 2024-02-01T17:46:42.236Z | Downloaded darling_core v0.20.3 |
1057 | 2024-02-01T17:46:42.236Z | Downloaded secrecy v0.8.0 |
1058 | 2024-02-01T17:46:42.236Z | Downloaded serde_tokenstream v0.2.0 |
1059 | 2024-02-01T17:46:42.236Z | Downloaded rand v0.4.6 |
1060 | 2024-02-01T17:46:42.237Z | Downloaded parking_lot v0.11.2 |
1061 | 2024-02-01T17:46:42.237Z | Downloaded structmeta-derive v0.2.0 |
1062 | 2024-02-01T17:46:42.237Z | Downloaded parking_lot v0.12.1 |
1063 | 2024-02-01T17:46:42.237Z | Downloaded tokio-stream v0.1.14 |
1064 | 2024-02-01T17:46:42.237Z | Downloaded tough v0.16.0 |
1065 | 2024-02-01T17:46:42.237Z | Downloaded rcgen v0.12.1 |
1066 | 2024-02-01T17:46:42.237Z | Downloaded similar v2.3.0 |
1067 | 2024-02-01T17:46:42.237Z | Downloaded elliptic-curve v0.13.8 |
1068 | 2024-02-01T17:46:42.237Z | Downloaded itertools v0.12.0 |
1069 | 2024-02-01T17:46:42.237Z | Downloaded plotters v0.3.5 |
1070 | 2024-02-01T17:46:42.237Z | Downloaded reedline v0.28.0 |
1071 | 2024-02-01T17:46:42.237Z | Downloaded x509-cert v0.2.4 |
1072 | 2024-02-01T17:46:42.237Z | Downloaded toml_edit v0.19.15 |
1073 | 2024-02-01T17:46:42.237Z | Downloaded zerocopy v0.7.32 |
1074 | 2024-02-01T17:46:42.237Z | Downloaded reqwest v0.11.22 |
1075 | 2024-02-01T17:46:42.237Z | Downloaded lalrpop v0.19.12 |
1076 | 2024-02-01T17:46:42.237Z | Downloaded chrono v0.4.31 |
1077 | 2024-02-01T17:46:42.237Z | Downloaded webpki-roots v0.25.2 |
1078 | 2024-02-01T17:46:42.237Z | Downloaded rayon v1.8.0 |
1079 | 2024-02-01T17:46:42.237Z | Downloaded petgraph v0.6.4 |
1080 | 2024-02-01T17:46:42.246Z | Downloaded sqlparser v0.43.1 |
1081 | 2024-02-01T17:46:42.246Z | Downloaded proptest v1.4.0 |
1082 | 2024-02-01T17:46:42.266Z | Downloaded hkdf v0.12.4 |
1083 | 2024-02-01T17:46:42.281Z | Downloaded radix_trie v0.2.1 |
1084 | 2024-02-01T17:46:42.303Z | Downloaded quick-xml v0.30.0 |
1085 | 2024-02-01T17:46:42.303Z | Downloaded rustix v0.38.30 |
1086 | 2024-02-01T17:46:42.334Z | Downloaded vcpkg v0.2.15 |
1087 | 2024-02-01T17:46:42.813Z | Downloaded regex v1.10.3 |
1088 | 2024-02-01T17:46:42.822Z | Downloaded object v0.32.1 |
1089 | 2024-02-01T17:46:42.822Z | Downloaded regex-syntax v0.8.2 |
1090 | 2024-02-01T17:46:42.822Z | Downloaded regex-syntax v0.6.29 |
1091 | 2024-02-01T17:46:42.823Z | Downloaded openapiv3 v2.0.0 |
1092 | 2024-02-01T17:46:42.823Z | Downloaded sled v0.34.7 |
1093 | 2024-02-01T17:46:42.823Z | Downloaded regex-automata v0.4.4 |
1094 | 2024-02-01T17:46:42.823Z | Downloaded zerocopy-derive v0.2.0 |
1095 | 2024-02-01T17:46:42.824Z | Downloaded zerocopy-derive v0.6.4 |
1096 | 2024-02-01T17:46:42.824Z | Downloaded regex-automata v0.3.8 |
1097 | 2024-02-01T17:46:42.824Z | Downloaded encoding_rs v0.8.33 |
1098 | 2024-02-01T17:46:42.824Z | Downloaded tokio v1.35.1 |
1099 | 2024-02-01T17:46:42.824Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1100 | 2024-02-01T17:46:42.825Z | Downloaded sha3 v0.10.8 |
1101 | 2024-02-01T17:46:42.825Z | Downloaded diesel v2.1.4 |
1102 | 2024-02-01T17:46:42.825Z | Downloaded smoltcp v0.11.0 |
1103 | 2024-02-01T17:46:42.825Z | Downloaded ratatui v0.25.0 |
1104 | 2024-02-01T17:46:42.845Z | Downloaded rustls v0.22.2 |
1105 | 2024-02-01T17:46:42.869Z | Downloaded syn v1.0.109 |
1106 | 2024-02-01T17:46:42.891Z | Downloaded object v0.30.4 |
1107 | 2024-02-01T17:46:42.906Z | Downloaded polar-core v0.27.0 |
1108 | 2024-02-01T17:46:42.922Z | Downloaded openssl v0.10.60 |
1109 | 2024-02-01T17:46:42.940Z | Downloaded regex-syntax v0.7.5 |
1110 | 2024-02-01T17:46:42.956Z | Downloaded bstr v1.6.0 |
1111 | 2024-02-01T17:46:42.976Z | Downloaded gimli v0.28.0 |
1112 | 2024-02-01T17:46:43.002Z | Downloaded rustls v0.21.9 |
1113 | 2024-02-01T17:46:43.010Z | Downloaded smoltcp v0.9.1 |
1114 | 2024-02-01T17:46:43.030Z | Downloaded nix v0.27.1 |
1115 | 2024-02-01T17:46:43.050Z | Downloaded bstr v0.2.17 |
1116 | 2024-02-01T17:46:43.072Z | Downloaded trust-dns-proto v0.22.0 |
1117 | 2024-02-01T17:46:43.090Z | Downloaded rustls-webpki v0.102.1 |
1118 | 2024-02-01T17:46:43.131Z | Downloaded idna v0.5.0 |
1119 | 2024-02-01T17:46:43.138Z | Downloaded idna v0.2.3 |
1120 | 2024-02-01T17:46:43.157Z | Downloaded regress v0.7.1 |
1121 | 2024-02-01T17:46:43.163Z | Downloaded clap v2.34.0 |
1122 | 2024-02-01T17:46:43.180Z | Downloaded pest v2.7.6 |
1123 | 2024-02-01T17:46:43.186Z | Downloaded tabled v0.15.0 |
1124 | 2024-02-01T17:46:43.214Z | Downloaded unicode-normalization v0.1.22 |
1125 | 2024-02-01T17:46:43.221Z | Downloaded regex-automata v0.1.10 |
1126 | 2024-02-01T17:46:43.231Z | Downloaded serde_with v3.5.1 |
1127 | 2024-02-01T17:46:43.242Z | Downloaded bitvec v1.0.1 |
1128 | 2024-02-01T17:46:43.274Z | Downloaded h2 v0.3.24 |
1129 | 2024-02-01T17:46:43.283Z | Downloaded goblin v0.8.0 |
1130 | 2024-02-01T17:46:43.292Z | Downloaded ring v0.17.7 |
1131 | 2024-02-01T17:46:43.428Z | Downloaded futures-util v0.3.30 |
1132 | 2024-02-01T17:46:43.449Z | Downloaded bindgen v0.69.2 |
1133 | 2024-02-01T17:46:43.464Z | Downloaded tokio-postgres v0.7.10 |
1134 | 2024-02-01T17:46:43.471Z | Downloaded hyper v0.14.27 |
1135 | 2024-02-01T17:46:43.493Z | Downloaded ring v0.16.20 |
1136 | 2024-02-01T17:46:43.652Z | Downloaded rand v0.8.5 |
1137 | 2024-02-01T17:46:43.656Z | Downloaded num-traits v0.2.16 |
1138 | 2024-02-01T17:46:43.659Z | Downloaded minimal-lexical v0.2.1 |
1139 | 2024-02-01T17:46:43.665Z | Downloaded hashbrown v0.13.2 |
1140 | 2024-02-01T17:46:43.672Z | Downloaded portable-atomic v1.4.3 |
1141 | 2024-02-01T17:46:43.682Z | Downloaded rustls-webpki v0.101.7 |
1142 | 2024-02-01T17:46:43.708Z | Downloaded textwrap v0.16.0 |
1143 | 2024-02-01T17:46:43.712Z | Downloaded typed-path v0.7.0 |
1144 | 2024-02-01T17:46:43.722Z | Downloaded zip v0.6.6 |
1145 | 2024-02-01T17:46:43.729Z | Downloaded guppy v0.17.4 |
1146 | 2024-02-01T17:46:43.739Z | Downloaded olpc-cjson v0.1.3 |
1147 | 2024-02-01T17:46:43.742Z | Downloaded pretty_assertions v1.4.0 |
1148 | 2024-02-01T17:46:43.745Z | Downloaded curve25519-dalek v4.1.1 |
1149 | 2024-02-01T17:46:43.760Z | Downloaded scheduled-thread-pool v0.2.7 |
1150 | 2024-02-01T17:46:43.765Z | Downloaded test-strategy v0.3.1 |
1151 | 2024-02-01T17:46:43.769Z | Downloaded time v0.3.27 |
1152 | 2024-02-01T17:46:43.778Z | Downloaded url v2.5.0 |
1153 | 2024-02-01T17:46:43.787Z | Downloaded tower v0.4.13 |
1154 | 2024-02-01T17:46:43.800Z | Downloaded tokio-util v0.7.10 |
1155 | 2024-02-01T17:46:43.811Z | Downloaded flume v0.11.0 |
1156 | 2024-02-01T17:46:43.821Z | Downloaded rustyline v13.0.0 |
1157 | 2024-02-01T17:46:44.247Z | Downloaded semver v0.11.0 |
1158 | 2024-02-01T17:46:44.247Z | Downloaded whoami v1.4.1 |
1159 | 2024-02-01T17:46:44.247Z | Downloaded semver v0.1.20 |
1160 | 2024-02-01T17:46:44.247Z | Downloaded synstructure v0.12.6 |
1161 | 2024-02-01T17:46:44.247Z | Downloaded sha1 v0.10.6 |
1162 | 2024-02-01T17:46:44.247Z | Downloaded fallible-iterator v0.2.0 |
1163 | 2024-02-01T17:46:44.247Z | Downloaded papergrid v0.11.0 |
1164 | 2024-02-01T17:46:44.247Z | Downloaded oso v0.27.0 |
1165 | 2024-02-01T17:46:44.248Z | Downloaded hyper v1.1.0 |
1166 | 2024-02-01T17:46:44.248Z | Downloaded expectorate v1.1.0 |
1167 | 2024-02-01T17:46:44.248Z | Downloaded enum-as-inner v0.5.1 |
1168 | 2024-02-01T17:46:44.248Z | Downloaded smallvec v0.6.14 |
1169 | 2024-02-01T17:46:44.248Z | Downloaded structopt v0.3.26 |
1170 | 2024-02-01T17:46:44.248Z | Downloaded der v0.7.8 |
1171 | 2024-02-01T17:46:44.248Z | Downloaded target-lexicon v0.12.12 |
1172 | 2024-02-01T17:46:44.249Z | Downloaded headers v0.3.9 |
1173 | 2024-02-01T17:46:44.249Z | Downloaded snafu v0.7.5 |
1174 | 2024-02-01T17:46:44.249Z | Downloaded heapless v0.8.0 |
1175 | 2024-02-01T17:46:44.249Z | Downloaded nom v7.1.3 |
1176 | 2024-02-01T17:46:44.249Z | Downloaded datatest-stable v0.2.3 |
1177 | 2024-02-01T17:46:44.249Z | Downloaded rustls-pemfile v2.0.0 |
1178 | 2024-02-01T17:46:44.249Z | Downloaded waitgroup v0.1.2 |
1179 | 2024-02-01T17:46:44.249Z | Downloaded hash32 v0.2.1 |
1180 | 2024-02-01T17:46:44.250Z | Downloaded strum_macros v0.24.3 |
1181 | 2024-02-01T17:46:44.250Z | Downloaded postgres-types v0.2.6 |
1182 | 2024-02-01T17:46:44.250Z | Downloaded postgres-protocol v0.6.6 |
1183 | 2024-02-01T17:46:44.250Z | Downloaded getrandom v0.2.10 |
1184 | 2024-02-01T17:46:44.250Z | Downloaded hex v0.4.3 |
1185 | 2024-02-01T17:46:44.250Z | Downloaded openssl-sys v0.9.96 |
1186 | 2024-02-01T17:46:44.250Z | Downloaded hex-literal v0.4.1 |
1187 | 2024-02-01T17:46:44.250Z | Downloaded data-encoding v2.4.0 |
1188 | 2024-02-01T17:46:44.250Z | Downloaded defmt-macros v0.3.6 |
1189 | 2024-02-01T17:46:44.250Z | Downloaded tokio-native-tls v0.3.1 |
1190 | 2024-02-01T17:46:44.250Z | Downloaded tokio-rustls v0.24.1 |
1191 | 2024-02-01T17:46:44.250Z | Downloaded parse-display-derive v0.8.2 |
1192 | 2024-02-01T17:46:44.250Z | Downloaded vte v0.11.1 |
1193 | 2024-02-01T17:46:44.250Z | Downloaded tungstenite v0.20.1 |
1194 | 2024-02-01T17:46:44.250Z | Downloaded hashbrown v0.12.3 |
1195 | 2024-02-01T17:46:44.250Z | Downloaded steno v0.4.0 |
1196 | 2024-02-01T17:46:44.250Z | Downloaded parking_lot_core v0.9.8 |
1197 | 2024-02-01T17:46:44.250Z | Downloaded parking_lot_core v0.8.6 |
1198 | 2024-02-01T17:46:44.250Z | Downloaded criterion v0.5.1 |
1199 | 2024-02-01T17:46:44.250Z | Downloaded hash32 v0.3.1 |
1200 | 2024-02-01T17:46:44.252Z | Downloaded endian-type v0.1.2 |
1201 | 2024-02-01T17:46:44.252Z | Downloaded shlex v1.3.0 |
1202 | 2024-02-01T17:46:44.252Z | Downloaded zerocopy-derive v0.7.32 |
1203 | 2024-02-01T17:46:44.252Z | Downloaded diff v0.1.13 |
1204 | 2024-02-01T17:46:44.252Z | Downloaded toml v0.5.11 |
1205 | 2024-02-01T17:46:44.252Z | Downloaded crossbeam-channel v0.5.8 |
1206 | 2024-02-01T17:46:44.252Z | Downloaded env_logger v0.10.0 |
1207 | 2024-02-01T17:46:44.254Z | Downloaded textwrap v0.11.0 |
1208 | 2024-02-01T17:46:44.254Z | Downloaded version_check v0.9.4 |
1209 | 2024-02-01T17:46:44.254Z | Downloaded vec_map v0.8.2 |
1210 | 2024-02-01T17:46:44.254Z | Downloaded highway v1.1.0 |
1211 | 2024-02-01T17:46:44.254Z | Downloaded uuid v1.7.0 |
1212 | 2024-02-01T17:46:44.254Z | Downloaded signal-hook-registry v1.4.1 |
1213 | 2024-02-01T17:46:44.254Z | Downloaded vsss-rs v3.3.4 |
1214 | 2024-02-01T17:46:44.254Z | Downloaded derive_builder v0.12.0 |
1215 | 2024-02-01T17:46:44.254Z | Downloaded diesel_derives v2.1.2 |
1216 | 2024-02-01T17:46:44.254Z | Downloaded unicode_categories v0.1.1 |
1217 | 2024-02-01T17:46:44.254Z | Downloaded flate2 v1.0.28 |
1218 | 2024-02-01T17:46:44.254Z | Downloaded ref-cast v1.0.20 |
1219 | 2024-02-01T17:46:44.254Z | Downloaded derive_more v0.99.17 |
1220 | 2024-02-01T17:46:44.254Z | Downloaded plotters-backend v0.3.5 |
1221 | 2024-02-01T17:46:44.254Z | Downloaded phf v0.11.2 |
1222 | 2024-02-01T17:46:44.254Z | Downloaded criterion-plot v0.5.0 |
1223 | 2024-02-01T17:46:44.254Z | Downloaded trybuild v1.0.89 |
1224 | 2024-02-01T17:46:44.254Z | Downloaded signal-hook v0.3.17 |
1225 | 2024-02-01T17:46:44.254Z | Downloaded yansi v0.5.1 |
1226 | 2024-02-01T17:46:44.254Z | Downloaded form_urlencoded v1.2.1 |
1227 | 2024-02-01T17:46:44.254Z | Downloaded typenum v1.16.0 |
1228 | 2024-02-01T17:46:44.254Z | Downloaded tinyvec v1.6.0 |
1229 | 2024-02-01T17:46:44.254Z | Downloaded tinytemplate v1.2.1 |
1230 | 2024-02-01T17:46:44.254Z | Downloaded prettyplease v0.2.16 |
1231 | 2024-02-01T17:46:44.255Z | Downloaded pin-project v1.1.3 |
1232 | 2024-02-01T17:46:44.255Z | Downloaded normalize-line-endings v0.3.0 |
1233 | 2024-02-01T17:46:44.255Z | Downloaded cpufeatures v0.2.12 |
1234 | 2024-02-01T17:46:44.255Z | Downloaded fd-lock v4.0.2 |
1235 | 2024-02-01T17:46:44.255Z | Downloaded futures-sink v0.3.30 |
1236 | 2024-02-01T17:46:44.255Z | Downloaded usdt-impl v0.3.5 |
1237 | 2024-02-01T17:46:44.255Z | Downloaded serde_derive_internals v0.26.0 |
1238 | 2024-02-01T17:46:44.255Z | Downloaded fatfs v0.3.6 |
1239 | 2024-02-01T17:46:44.255Z | Downloaded rayon-core v1.12.0 |
1240 | 2024-02-01T17:46:44.255Z | Downloaded der_derive v0.7.2 |
1241 | 2024-02-01T17:46:44.255Z | Downloaded unicode-segmentation v1.10.1 |
1242 | 2024-02-01T17:46:44.255Z | Downloaded num-bigint v0.4.4 |
1243 | 2024-02-01T17:46:44.255Z | Downloaded string_cache v0.8.7 |
1244 | 2024-02-01T17:46:44.255Z | Downloaded futures-channel v0.3.30 |
1245 | 2024-02-01T17:46:44.255Z | Downloaded yasna v0.5.2 |
1246 | 2024-02-01T17:46:44.255Z | Downloaded heapless v0.7.16 |
1247 | 2024-02-01T17:46:44.255Z | Downloaded trust-dns-server v0.22.1 |
1248 | 2024-02-01T17:46:44.259Z | Downloaded trust-dns-resolver v0.22.0 |
1249 | 2024-02-01T17:46:44.259Z | Downloaded crossterm v0.27.0 |
1250 | 2024-02-01T17:46:44.266Z | Downloaded mio v0.8.9 |
1251 | 2024-02-01T17:46:44.275Z | Downloaded futures-task v0.3.30 |
1252 | 2024-02-01T17:46:44.278Z | Downloaded spin v0.5.2 |
1253 | 2024-02-01T17:46:44.280Z | Downloaded rsa v0.9.2 |
1254 | 2024-02-01T17:46:44.287Z | Downloaded ron v0.8.1 |
1255 | 2024-02-01T17:46:44.296Z | Downloaded half v2.3.1 |
1256 | 2024-02-01T17:46:44.300Z | Downloaded usdt v0.5.0 |
1257 | 2024-02-01T17:46:44.303Z | Downloaded proc-macro-crate v1.3.1 |
1258 | 2024-02-01T17:46:44.303Z | Downloaded tempfile v3.9.0 |
1259 | 2024-02-01T17:46:44.308Z | Downloaded defmt v0.3.5 |
1260 | 2024-02-01T17:46:44.313Z | Downloaded http v0.2.11 |
1261 | 2024-02-01T17:46:44.319Z | Downloaded tracing v0.1.37 |
1262 | 2024-02-01T17:46:44.330Z | Downloaded unarray v0.1.4 |
1263 | 2024-02-01T17:46:44.333Z | Downloaded pem-rfc7468 v0.7.0 |
1264 | 2024-02-01T17:46:44.333Z | Downloaded omicron-zone-package v0.10.1 |
1265 | 2024-02-01T17:46:44.336Z | Downloaded pin-project-internal v1.1.3 |
1266 | 2024-02-01T17:46:44.339Z | Downloaded tokio-tungstenite v0.20.1 |
1267 | 2024-02-01T17:46:44.342Z | Downloaded lazycell v1.3.0 |
1268 | 2024-02-01T17:46:44.348Z | Downloaded humantime v2.1.0 |
1269 | 2024-02-01T17:46:44.348Z | Downloaded thiserror-impl-no-std v2.0.2 |
1270 | 2024-02-01T17:46:44.351Z | Downloaded fastrand v2.0.0 |
1271 | 2024-02-01T17:46:44.351Z | Downloaded platforms v3.0.2 |
1272 | 2024-02-01T17:46:44.354Z | Downloaded pin-project-lite v0.2.13 |
1273 | 2024-02-01T17:46:44.360Z | Downloaded dirs-sys-next v0.1.2 |
1274 | 2024-02-01T17:46:44.363Z | Downloaded dirs-next v2.0.0 |
1275 | 2024-02-01T17:46:44.367Z | Downloaded defmt-parser v0.3.3 |
1276 | 2024-02-01T17:46:44.367Z | Downloaded rustversion v1.0.14 |
1277 | 2024-02-01T17:46:44.371Z | Downloaded pkcs8 v0.10.2 |
1278 | 2024-02-01T17:46:44.375Z | Downloaded globset v0.4.13 |
1279 | 2024-02-01T17:46:44.378Z | Downloaded proc-macro-error v1.0.4 |
1280 | 2024-02-01T17:46:44.381Z | Downloaded unsafe-libyaml v0.2.10 |
1281 | 2024-02-01T17:46:44.392Z | Downloaded tar v0.4.40 |
1282 | 2024-02-01T17:46:44.398Z | Downloaded oorandom v11.1.3 |
1283 | 2024-02-01T17:46:44.398Z | Downloaded tracing-core v0.1.31 |
1284 | 2024-02-01T17:46:44.398Z | Downloaded salty v0.2.0 |
1285 | 2024-02-01T17:46:44.407Z | Downloaded walkdir v2.4.0 |
1286 | 2024-02-01T17:46:44.412Z | Downloaded darling_core v0.14.4 |
1287 | 2024-02-01T17:46:44.420Z | Downloaded hmac v0.12.1 |
1288 | 2024-02-01T17:46:44.427Z | Downloaded rustfmt-wrapper v0.2.0 |
1289 | 2024-02-01T17:46:44.427Z | Downloaded ff v0.13.0 |
1290 | 2024-02-01T17:46:44.433Z | Downloaded siphasher v0.3.11 |
1291 | 2024-02-01T17:46:44.433Z | Downloaded similar-asserts v1.5.0 |
1292 | 2024-02-01T17:46:44.433Z | Downloaded plain v0.2.3 |
1293 | 2024-02-01T17:46:44.440Z | Downloaded usdt-attr-macro v0.5.0 |
1294 | 2024-02-01T17:46:44.440Z | Downloaded proc-macro-error-attr v1.0.4 |
1295 | 2024-02-01T17:46:44.440Z | Downloaded stringprep v0.1.3 |
1296 | 2024-02-01T17:46:44.440Z | Downloaded serde_yaml v0.9.25 |
1297 | 2024-02-01T17:46:44.448Z | Downloaded unicode-bidi v0.3.13 |
1298 | 2024-02-01T17:46:44.454Z | Downloaded crc-any v2.4.3 |
1299 | 2024-02-01T17:46:44.455Z | Downloaded clang-sys v1.6.1 |
1300 | 2024-02-01T17:46:44.460Z | Downloaded tracing-attributes v0.1.26 |
1301 | 2024-02-01T17:46:44.467Z | Downloaded predicates-tree v1.0.9 |
1302 | 2024-02-01T17:46:44.467Z | Downloaded predicates v3.1.0 |
1303 | 2024-02-01T17:46:44.467Z | Downloaded gethostname v0.4.3 |
1304 | 2024-02-01T17:46:44.473Z | Downloaded filetime v0.2.23 |
1305 | 2024-02-01T17:46:44.473Z | Downloaded corncobs v0.1.3 |
1306 | 2024-02-01T17:46:44.480Z | Downloaded deranged v0.3.8 |
1307 | 2024-02-01T17:46:44.480Z | Downloaded rustc-demangle v0.1.23 |
1308 | 2024-02-01T17:46:44.480Z | Downloaded fixedbitset v0.4.2 |
1309 | 2024-02-01T17:46:44.480Z | Downloaded which v4.4.0 |
1310 | 2024-02-01T17:46:44.487Z | Downloaded ucd-trie v0.1.6 |
1311 | 2024-02-01T17:46:44.487Z | Downloaded rusty-fork v0.3.0 |
1312 | 2024-02-01T17:46:44.487Z | Downloaded rand_xorshift v0.3.0 |
1313 | 2024-02-01T17:46:44.495Z | Downloaded rand_core v0.6.4 |
1314 | 2024-02-01T17:46:44.495Z | Downloaded once_cell v1.19.0 |
1315 | 2024-02-01T17:46:44.495Z | Downloaded subprocess v0.2.9 |
1316 | 2024-02-01T17:46:44.498Z | Downloaded native-tls v0.2.11 |
1317 | 2024-02-01T17:46:44.501Z | Downloaded relative-path v1.9.0 |
1318 | 2024-02-01T17:46:44.505Z | Downloaded utf-8 v0.7.6 |
1319 | 2024-02-01T17:46:44.505Z | Downloaded chacha20poly1305 v0.10.1 |
1320 | 2024-02-01T17:46:44.508Z | Downloaded cc v1.0.83 |
1321 | 2024-02-01T17:46:44.513Z | Downloaded bytes v1.5.0 |
1322 | 2024-02-01T17:46:44.521Z | Downloaded sha2 v0.10.8 |
1323 | 2024-02-01T17:46:44.524Z | Downloaded difflib v0.4.0 |
1324 | 2024-02-01T17:46:44.525Z | Downloaded mockall_derive v0.12.0 |
1325 | 2024-02-01T17:46:44.528Z | Downloaded log v0.4.20 |
1326 | 2024-02-01T17:46:44.532Z | Downloaded futures-macro v0.3.30 |
1327 | 2024-02-01T17:46:44.539Z | Downloaded futures-io v0.3.30 |
1328 | 2024-02-01T17:46:44.539Z | Downloaded futures-executor v0.3.30 |
1329 | 2024-02-01T17:46:44.540Z | Downloaded base64 v0.21.7 |
1330 | 2024-02-01T17:46:44.544Z | Downloaded basic-toml v0.1.8 |
1331 | 2024-02-01T17:46:44.561Z | Downloaded const-oid v0.9.5 |
1332 | 2024-02-01T17:46:44.567Z | Downloaded miniz_oxide v0.7.1 |
1333 | 2024-02-01T17:46:44.570Z | Downloaded heck v0.3.3 |
1334 | 2024-02-01T17:46:44.571Z | Downloaded pretty-hex v0.2.1 |
1335 | 2024-02-01T17:46:44.574Z | Downloaded precomputed-hash v0.1.1 |
1336 | 2024-02-01T17:46:44.574Z | Downloaded cfg-expr v0.15.5 |
1337 | 2024-02-01T17:46:44.580Z | Downloaded multer v3.0.0 |
1338 | 2024-02-01T17:46:44.583Z | Downloaded lru-cache v0.1.2 |
1339 | 2024-02-01T17:46:44.583Z | Downloaded crc-catalog v2.2.0 |
1340 | 2024-02-01T17:46:44.586Z | Downloaded futures-core v0.3.30 |
1341 | 2024-02-01T17:46:44.590Z | Downloaded usdt-impl v0.5.0 |
1342 | 2024-02-01T17:46:44.590Z | Downloaded quick-error v1.2.3 |
1343 | 2024-02-01T17:46:44.593Z | Downloaded rpassword v7.3.1 |
1344 | 2024-02-01T17:46:44.593Z | Downloaded foreign-types-shared v0.3.1 |
1345 | 2024-02-01T17:46:44.595Z | Downloaded want v0.3.1 |
1346 | 2024-02-01T17:46:44.596Z | Downloaded tower-layer v0.3.2 |
1347 | 2024-02-01T17:46:44.599Z | Downloaded tabled_derive v0.7.0 |
1348 | 2024-02-01T17:46:44.599Z | Downloaded newtype_derive v0.1.6 |
1349 | 2024-02-01T17:46:44.602Z | Downloaded unicode-linebreak v0.1.5 |
1350 | 2024-02-01T17:46:44.602Z | Downloaded blake2 v0.10.6 |
1351 | 2024-02-01T17:46:44.614Z | Downloaded crc32fast v1.3.2 |
1352 | 2024-02-01T17:46:44.623Z | Downloaded universal-hash v0.5.1 |
1353 | 2024-02-01T17:46:44.623Z | Downloaded untrusted v0.7.1 |
1354 | 2024-02-01T17:46:44.623Z | Downloaded unicode-xid v0.2.4 |
1355 | 2024-02-01T17:46:44.623Z | Downloaded take_mut v0.2.2 |
1356 | 2024-02-01T17:46:44.624Z | Downloaded structmeta v0.2.0 |
1357 | 2024-02-01T17:46:44.624Z | Downloaded tokio-macros v2.2.0 |
1358 | 2024-02-01T17:46:44.624Z | Downloaded signature v1.6.4 |
1359 | 2024-02-01T17:46:44.624Z | Downloaded rust-argon2 v1.0.1 |
1360 | 2024-02-01T17:46:44.628Z | Downloaded num_enum v0.5.11 |
1361 | 2024-02-01T17:46:44.632Z | Downloaded tap v1.0.1 |
1362 | 2024-02-01T17:46:44.637Z | Downloaded mime_guess v2.0.4 |
1363 | 2024-02-01T17:46:44.637Z | Downloaded arc-swap v1.6.0 |
1364 | 2024-02-01T17:46:44.645Z | Downloaded rstest v0.18.2 |
1365 | 2024-02-01T17:46:44.653Z | Downloaded num-integer v0.1.45 |
1366 | 2024-02-01T17:46:44.657Z | Downloaded indoc v1.0.9 |
1367 | 2024-02-01T17:46:44.660Z | Downloaded ciborium-ll v0.2.2 |
1368 | 2024-02-01T17:46:44.660Z | Downloaded opaque-debug v0.3.0 |
1369 | 2024-02-01T17:46:44.663Z | Downloaded httptest v0.15.5 |
1370 | 2024-02-01T17:46:44.663Z | Downloaded subtle v2.5.0 |
1371 | 2024-02-01T17:46:44.667Z | Downloaded mime v0.3.17 |
1372 | 2024-02-01T17:46:44.667Z | Downloaded managed v0.8.0 |
1373 | 2024-02-01T17:46:44.671Z | Downloaded libloading v0.7.4 |
1374 | 2024-02-01T17:46:44.674Z | Downloaded rustls-pki-types v1.1.0 |
1375 | 2024-02-01T17:46:44.680Z | Downloaded num-iter v0.1.43 |
1376 | 2024-02-01T17:46:44.680Z | Downloaded indoc v2.0.3 |
1377 | 2024-02-01T17:46:44.684Z | Downloaded convert_case v0.4.0 |
1378 | 2024-02-01T17:46:44.684Z | Downloaded constant_time_eq v0.2.6 |
1379 | 2024-02-01T17:46:44.687Z | Downloaded mockall v0.12.0 |
1380 | 2024-02-01T17:46:44.687Z | Downloaded async-trait v0.1.77 |
1381 | 2024-02-01T17:46:44.692Z | Downloaded unicase v2.7.0 |
1382 | 2024-02-01T17:46:44.696Z | Downloaded thread_local v1.1.7 |
1383 | 2024-02-01T17:46:44.699Z | Downloaded supports-color v2.1.0 |
1384 | 2024-02-01T17:46:44.699Z | Downloaded stable_deref_trait v1.2.0 |
1385 | 2024-02-01T17:46:44.705Z | Downloaded libefi-sys v0.1.0 |
1386 | 2024-02-01T17:46:44.705Z | Downloaded httpdate v1.0.3 |
1387 | 2024-02-01T17:46:44.709Z | Downloaded cassowary v0.3.0 |
1388 | 2024-02-01T17:46:44.709Z | Downloaded rustc_version v0.1.7 |
1389 | 2024-02-01T17:46:44.709Z | Downloaded usdt-macro v0.3.5 |
1390 | 2024-02-01T17:46:44.712Z | Downloaded hyper-rustls v0.24.2 |
1391 | 2024-02-01T17:46:44.715Z | Downloaded camino-tempfile v1.1.1 |
1392 | 2024-02-01T17:46:44.719Z | Downloaded chacha20 v0.9.1 |
1393 | 2024-02-01T17:46:44.719Z | Downloaded cast v0.3.0 |
1394 | 2024-02-01T17:46:44.724Z | Downloaded cancel-safe-futures v0.1.5 |
1395 | 2024-02-01T17:46:44.728Z | Downloaded blake2b_simd v1.0.1 |
1396 | 2024-02-01T17:46:44.729Z | Downloaded backoff v0.4.0 |
1397 | 2024-02-01T17:46:44.733Z | Downloaded bitflags v2.4.0 |
1398 | 2024-02-01T17:46:44.736Z | Downloaded foreign-types-shared v0.1.1 |
1399 | 2024-02-01T17:46:44.739Z | Downloaded usdt-attr-macro v0.3.5 |
1400 | 2024-02-01T17:46:44.739Z | Downloaded bcs v0.1.6 |
1401 | 2024-02-01T17:46:44.742Z | Downloaded byteorder v1.5.0 |
1402 | 2024-02-01T17:46:44.750Z | Downloaded memoffset v0.7.1 |
1403 | 2024-02-01T17:46:44.750Z | Downloaded match_cfg v0.1.0 |
1404 | 2024-02-01T17:46:44.750Z | Downloaded cobs v0.2.3 |
1405 | 2024-02-01T17:46:44.764Z | Downloaded cfg-if v1.0.0 |
1406 | 2024-02-01T17:46:44.764Z | Downloaded macaddr v1.0.1 |
1407 | 2024-02-01T17:46:44.764Z | Downloaded maybe-uninit v2.0.0 |
1408 | 2024-02-01T17:46:44.764Z | Downloaded http-body v0.4.5 |
1409 | 2024-02-01T17:46:44.764Z | Downloaded hubpack v0.1.2 |
1410 | 2024-02-01T17:46:44.782Z | Downloaded libsw v3.3.1 |
1411 | 2024-02-01T17:46:44.782Z | Downloaded crossbeam-deque v0.8.3 |
1412 | 2024-02-01T17:46:44.783Z | Downloaded bb8 v0.8.1 |
1413 | 2024-02-01T17:46:44.783Z | Downloaded new_debug_unreachable v1.0.4 |
1414 | 2024-02-01T17:46:44.783Z | Downloaded argon2 v0.5.3 |
1415 | 2024-02-01T17:46:44.783Z | Downloaded base64ct v1.6.0 |
1416 | 2024-02-01T17:46:44.796Z | Downloaded tinyvec_macros v0.1.1 |
1417 | 2024-02-01T17:46:44.796Z | Downloaded memmap v0.7.0 |
1418 | 2024-02-01T17:46:44.796Z | Downloaded libtest-mimic v0.6.1 |
1419 | 2024-02-01T17:46:44.796Z | Downloaded bzip2 v0.4.4 |
1420 | 2024-02-01T17:46:44.796Z | Downloaded colored v2.0.4 |
1421 | 2024-02-01T17:46:44.796Z | Downloaded linear-map v1.2.0 |
1422 | 2024-02-01T17:46:44.797Z | Downloaded block-padding v0.3.3 |
1423 | 2024-02-01T17:46:44.797Z | Downloaded block-buffer v0.10.4 |
1424 | 2024-02-01T17:46:44.805Z | Downloaded strsim v0.8.0 |
1425 | 2024-02-01T17:46:44.805Z | Downloaded maplit v1.0.2 |
1426 | 2024-02-01T17:46:44.805Z | Downloaded is-terminal v0.4.9 |
1427 | 2024-02-01T17:46:44.805Z | Downloaded impl-trait-for-tuples v0.2.2 |
1428 | 2024-02-01T17:46:44.805Z | Downloaded bytecount v0.6.3 |
1429 | 2024-02-01T17:46:44.809Z | Downloaded signal-hook-tokio v0.3.1 |
1430 | 2024-02-01T17:46:44.809Z | Downloaded nibble_vec v0.1.0 |
1431 | 2024-02-01T17:46:44.809Z | Downloaded lock_api v0.4.10 |
1432 | 2024-02-01T17:46:44.826Z | Downloaded inout v0.1.3 |
1433 | 2024-02-01T17:46:44.827Z | Downloaded iana-time-zone v0.1.57 |
1434 | 2024-02-01T17:46:44.827Z | Downloaded hyper-tls v0.5.0 |
1435 | 2024-02-01T17:46:44.827Z | Downloaded ident_case v1.0.1 |
1436 | 2024-02-01T17:46:44.827Z | Downloaded http-body v1.0.0 |
1437 | 2024-02-01T17:46:44.827Z | Downloaded bit-vec v0.6.3 |
1438 | 2024-02-01T17:46:44.827Z | Downloaded socket2 v0.5.5 |
1439 | 2024-02-01T17:46:44.827Z | Downloaded nodrop v0.1.14 |
1440 | 2024-02-01T17:46:44.827Z | Downloaded bitfield v0.14.0 |
1441 | 2024-02-01T17:46:44.837Z | Downloaded base16ct v0.2.0 |
1442 | 2024-02-01T17:46:44.837Z | Downloaded hostname v0.3.1 |
1443 | 2024-02-01T17:46:44.837Z | Downloaded buf-list v1.0.3 |
1444 | 2024-02-01T17:46:44.837Z | Downloaded atomic-waker v1.1.1 |
1445 | 2024-02-01T17:46:44.840Z | Downloaded strip-ansi-escapes v0.2.0 |
1446 | 2024-02-01T17:46:44.840Z | Downloaded snafu-derive v0.7.5 |
1447 | 2024-02-01T17:46:44.844Z | Downloaded smallvec v1.11.2 |
1448 | 2024-02-01T17:46:44.847Z | Downloaded ciborium-io v0.2.2 |
1449 | 2024-02-01T17:46:44.847Z | Downloaded ascii-canvas v3.0.0 |
1450 | 2024-02-01T17:46:44.850Z | Downloaded slog-dtrace v0.3.0 |
1451 | 2024-02-01T17:46:44.854Z | Downloaded socket2 v0.4.9 |
1452 | 2024-02-01T17:46:44.854Z | Downloaded smawk v0.3.1 |
1453 | 2024-02-01T17:46:44.861Z | Downloaded arrayref v0.3.7 |
1454 | 2024-02-01T17:46:44.864Z | Downloaded autocfg v1.1.0 |
1455 | 2024-02-01T17:46:44.864Z | Downloaded arrayvec v0.7.4 |
1456 | 2024-02-01T17:46:44.864Z | Downloaded approx v0.5.1 |
1457 | 2024-02-01T17:46:44.867Z | Downloaded assert_cmd v2.0.13 |
1458 | 2024-02-01T17:46:44.870Z | Downloaded slog-bunyan v2.5.0 |
1459 | 2024-02-01T17:46:44.874Z | Downloaded crypto-common v0.1.6 |
1460 | 2024-02-01T17:46:44.874Z | Downloaded http-range v0.1.5 |
1461 | 2024-02-01T17:46:44.874Z | Downloaded allocator-api2 v0.2.16 |
1462 | 2024-02-01T17:46:44.879Z | Downloaded slog-async v2.8.0 |
1463 | 2024-02-01T17:46:44.882Z | Downloaded signature v2.1.0 |
1464 | 2024-02-01T17:46:44.885Z | Downloaded shell-words v1.1.0 |
1465 | 2024-02-01T17:46:44.888Z | Downloaded scroll v0.12.0 |
1466 | 2024-02-01T17:46:44.888Z | Downloaded libm v0.2.7 |
1467 | 2024-02-01T17:46:44.905Z | Downloaded serde_repr v0.1.16 |
1468 | 2024-02-01T17:46:44.908Z | Downloaded serde-big-array v0.5.1 |
1469 | 2024-02-01T17:46:44.911Z | Downloaded bit-set v0.5.3 |
1470 | 2024-02-01T17:46:44.914Z | Downloaded anes v0.1.6 |
1471 | 2024-02-01T17:46:44.916Z | Downloaded samael v0.0.14 |
1472 | 2024-02-01T17:46:44.925Z | Downloaded atty v0.2.14 |
1473 | 2024-02-01T17:46:44.928Z | Downloaded async-stream-impl v0.3.5 |
1474 | 2024-02-01T17:46:44.928Z | Downloaded ahash v0.8.6 |
1475 | 2024-02-01T17:46:44.931Z | Downloaded addr2line v0.21.0 |
1476 | 2024-02-01T17:46:44.936Z | Downloaded serde-big-array v0.4.1 |
1477 | 2024-02-01T17:46:44.938Z | Downloaded scroll_derive v0.12.0 |
1478 | 2024-02-01T17:46:44.942Z | Downloaded cstr-argument v0.1.2 |
1479 | 2024-02-01T17:46:44.942Z | Downloaded ansi_term v0.12.1 |
1480 | 2024-02-01T17:46:44.945Z | Downloaded scopeguard v1.2.0 |
1481 | 2024-02-01T17:46:44.945Z | Downloaded darling v0.14.4 |
1482 | 2024-02-01T17:46:44.950Z | Downloaded crypto-bigint v0.5.2 |
1483 | 2024-02-01T17:46:44.960Z | Downloaded crunchy v0.2.2 |
1484 | 2024-02-01T17:46:44.963Z | Downloaded constant_time_eq v0.3.0 |
1485 | 2024-02-01T17:46:44.966Z | Downloaded crucible-workspace-hack v0.1.0 |
1486 | 2024-02-01T17:46:44.966Z | Downloaded crossbeam-queue v0.3.8 |
1487 | 2024-02-01T17:46:44.969Z | Downloaded indicatif v0.17.7 |
1488 | 2024-02-01T17:46:45.650Z | Compiling serde v1.0.195 |
1489 | 2024-02-01T17:46:45.650Z | Compiling autocfg v1.1.0 |
1490 | 2024-02-01T17:46:45.662Z | Compiling version_check v0.9.4 |
1491 | 2024-02-01T17:46:45.662Z | Checking cfg-if v1.0.0 |
1492 | 2024-02-01T17:46:45.678Z | Compiling syn v1.0.109 |
1493 | 2024-02-01T17:46:45.692Z | Checking libc v0.2.152 |
1494 | 2024-02-01T17:46:45.712Z | Compiling syn v2.0.48 |
1495 | 2024-02-01T17:46:45.802Z | Compiling parking_lot_core v0.9.8 |
1496 | 2024-02-01T17:46:45.828Z | Compiling once_cell v1.19.0 |
1497 | 2024-02-01T17:46:46.447Z | Compiling memchr v2.6.3 |
1498 | 2024-02-01T17:46:46.478Z | Compiling libm v0.2.7 |
1499 | 2024-02-01T17:46:46.493Z | Compiling cc v1.0.83 |
1500 | 2024-02-01T17:46:47.084Z | Compiling ahash v0.8.6 |
1501 | 2024-02-01T17:46:47.108Z | Compiling lock_api v0.4.10 |
1502 | 2024-02-01T17:46:47.187Z | Compiling num-traits v0.2.16 |
1503 | 2024-02-01T17:46:47.809Z | Compiling getrandom v0.2.10 |
1504 | 2024-02-01T17:46:47.832Z | Compiling byteorder v1.5.0 |
1505 | 2024-02-01T17:46:48.204Z | Compiling serde_json v1.0.113 |
1506 | 2024-02-01T17:46:48.615Z | Checking log v0.4.20 |
1507 | 2024-02-01T17:46:48.782Z | Compiling slab v0.4.9 |
1508 | 2024-02-01T17:46:49.395Z | Compiling typenum v1.16.0 |
1509 | 2024-02-01T17:46:49.422Z | Checking scopeguard v1.2.0 |
1510 | 2024-02-01T17:46:49.578Z | Compiling generic-array v0.14.7 |
1511 | 2024-02-01T17:46:49.668Z | Checking itoa v1.0.9 |
1512 | 2024-02-01T17:46:49.974Z | Checking smallvec v1.11.2 |
1513 | 2024-02-01T17:46:50.009Z | Compiling pkg-config v0.3.27 |
1514 | 2024-02-01T17:46:50.418Z | Compiling allocator-api2 v0.2.16 |
1515 | 2024-02-01T17:46:50.585Z | Compiling rustix v0.38.30 |
1516 | 2024-02-01T17:46:50.695Z | Compiling schemars v0.8.16 |
1517 | 2024-02-01T17:46:51.364Z | Compiling httparse v1.8.0 |
1518 | 2024-02-01T17:46:51.856Z | Compiling fnv v1.0.7 |
1519 | 2024-02-01T17:46:51.913Z | Compiling ring v0.17.7 |
1520 | 2024-02-01T17:46:52.014Z | Compiling vcpkg v0.2.15 |
1521 | 2024-02-01T17:46:52.061Z | Checking pin-project-lite v0.2.13 |
1522 | 2024-02-01T17:46:52.209Z | Compiling aho-corasick v1.0.4 |
1523 | 2024-02-01T17:46:52.233Z | Checking parking_lot v0.12.1 |
1524 | 2024-02-01T17:46:52.744Z | Compiling regex-syntax v0.8.2 |
1525 | 2024-02-01T17:46:55.663Z | Compiling openssl-sys v0.9.96 |
1526 | 2024-02-01T17:46:56.868Z | Checking signal-hook-registry v1.4.1 |
1527 | 2024-02-01T17:46:56.939Z | Compiling ucd-trie v0.1.6 |
1528 | 2024-02-01T17:46:57.180Z | Checking mio v0.8.9 |
1529 | 2024-02-01T17:46:57.207Z | Checking rand_core v0.6.4 |
1530 | 2024-02-01T17:46:57.900Z | Compiling ring v0.16.20 |
1531 | 2024-02-01T17:46:58.164Z | Compiling regex-automata v0.4.4 |
1532 | 2024-02-01T17:46:59.430Z | Compiling serde_derive_internals v0.26.0 |
1533 | 2024-02-01T17:47:10.982Z | Checking num_cpus v1.16.0 |
1534 | 2024-02-01T17:47:10.982Z | Checking futures-core v0.3.30 |
1535 | 2024-02-01T17:47:11.535Z | Compiling openssl v0.10.60 |
1536 | 2024-02-01T17:47:11.535Z | Compiling iana-time-zone v0.1.57 |
1537 | 2024-02-01T17:47:11.535Z | Checking socket2 v0.5.5 |
1538 | 2024-02-01T17:47:11.536Z | Compiling rustls v0.21.9 |
1539 | 2024-02-01T17:47:11.536Z | Checking ryu v1.0.15 |
1540 | 2024-02-01T17:47:11.536Z | Compiling native-tls v0.2.11 |
1541 | 2024-02-01T17:47:11.536Z | Checking spin v0.5.2 |
1542 | 2024-02-01T17:47:11.536Z | Compiling dyn-clone v1.0.13 |
1543 | 2024-02-01T17:47:11.536Z | Compiling async-trait v0.1.77 |
1544 | 2024-02-01T17:47:11.537Z | Checking futures-sink v0.3.30 |
1545 | 2024-02-01T17:47:11.537Z | Compiling backtrace v0.3.69 |
1546 | 2024-02-01T17:47:11.537Z | Compiling errno v0.3.8 |
1547 | 2024-02-01T17:47:11.537Z | Compiling crossbeam-utils v0.8.16 |
1548 | 2024-02-01T17:47:11.537Z | Compiling regex v1.10.3 |
1549 | 2024-02-01T17:47:11.537Z | Compiling unicode-xid v0.2.4 |
1550 | 2024-02-01T17:47:11.537Z | Checking pin-utils v0.1.0 |
1551 | 2024-02-01T17:47:11.538Z | Compiling tinyvec_macros v0.1.1 |
1552 | 2024-02-01T17:47:11.538Z | Compiling crc32fast v1.3.2 |
1553 | 2024-02-01T17:47:11.538Z | Compiling tinyvec v1.6.0 |
1554 | 2024-02-01T17:47:11.538Z | Compiling futures-channel v0.3.30 |
1555 | 2024-02-01T17:47:11.538Z | Compiling anyhow v1.0.75 |
1556 | 2024-02-01T17:47:11.538Z | Compiling futures-io v0.3.30 |
1557 | 2024-02-01T17:47:11.538Z | Compiling unicode-width v0.1.11 |
1558 | 2024-02-01T17:47:11.539Z | Compiling futures-task v0.3.30 |
1559 | 2024-02-01T17:47:11.539Z | Checking subtle v2.5.0 |
1560 | 2024-02-01T17:47:11.539Z | Compiling spin v0.9.8 |
1561 | 2024-02-01T17:47:11.539Z | Compiling tracing-core v0.1.31 |
1562 | 2024-02-01T17:47:11.539Z | Compiling unicode-bidi v0.3.13 |
1563 | 2024-02-01T17:47:11.540Z | Compiling unicode-normalization v0.1.22 |
1564 | 2024-02-01T17:47:11.540Z | Compiling num-integer v0.1.45 |
1565 | 2024-02-01T17:47:11.540Z | Compiling slog v2.7.0 |
1566 | 2024-02-01T17:47:11.540Z | Compiling lazy_static v1.4.0 |
1567 | 2024-02-01T17:47:11.540Z | Compiling rustversion v1.0.14 |
1568 | 2024-02-01T17:47:11.540Z | Compiling untrusted v0.9.0 |
1569 | 2024-02-01T17:47:11.541Z | Compiling foreign-types-shared v0.1.1 |
1570 | 2024-02-01T17:47:11.541Z | Compiling serde_derive v1.0.195 |
1571 | 2024-02-01T17:47:11.541Z | Compiling zerocopy-derive v0.7.32 |
1572 | 2024-02-01T17:47:11.542Z | Compiling thiserror-impl v1.0.56 |
1573 | 2024-02-01T17:47:11.542Z | Compiling zeroize_derive v1.4.2 |
1574 | 2024-02-01T17:47:11.542Z | Compiling tokio-macros v2.2.0 |
1575 | 2024-02-01T17:47:11.542Z | Compiling futures-macro v0.3.30 |
1576 | 2024-02-01T17:47:11.542Z | Compiling tracing-attributes v0.1.26 |
1577 | 2024-02-01T17:47:13.278Z | Compiling schemars_derive v0.8.16 |
1578 | 2024-02-01T17:47:13.498Z | Checking zeroize v1.7.0 |
1579 | 2024-02-01T17:47:13.880Z | Compiling openssl-macros v0.1.1 |
1580 | 2024-02-01T17:47:14.392Z | Compiling zerocopy v0.7.32 |
1581 | 2024-02-01T17:47:16.050Z | Compiling futures-util v0.3.30 |
1582 | 2024-02-01T17:47:16.075Z | Compiling thiserror v1.0.56 |
1583 | 2024-02-01T17:47:16.210Z | Compiling pest v2.7.6 |
1584 | 2024-02-01T17:47:18.054Z | Compiling hashbrown v0.14.2 |
1585 | 2024-02-01T17:47:18.075Z | Compiling hashbrown v0.13.2 |
1586 | 2024-02-01T17:47:19.018Z | Compiling tracing v0.1.37 |
1587 | 2024-02-01T17:47:19.789Z | Compiling der_derive v0.7.2 |
1588 | 2024-02-01T17:47:20.268Z | Compiling pest_meta v2.7.6 |
1589 | 2024-02-01T17:47:21.037Z | Compiling time-core v0.1.1 |
1590 | 2024-02-01T17:47:21.275Z | Compiling untrusted v0.7.1 |
1591 | 2024-02-01T17:47:21.563Z | Compiling percent-encoding v2.3.1 |
1592 | 2024-02-01T17:47:22.211Z | Compiling time-macros v0.2.13 |
1593 | 2024-02-01T17:47:23.897Z | Compiling pest_generator v2.7.6 |
1594 | 2024-02-01T17:47:26.600Z | Compiling foreign-types v0.3.2 |
1595 | 2024-02-01T17:47:27.109Z | Compiling scroll_derive v0.12.0 |
1596 | 2024-02-01T17:47:27.279Z | Compiling synstructure v0.12.6 |
1597 | 2024-02-01T17:47:28.354Z | Compiling thread-id v4.2.0 |
1598 | 2024-02-01T17:47:28.501Z | Compiling try-lock v0.2.4 |
1599 | 2024-02-01T17:47:28.694Z | Compiling base64 v0.21.7 |
1600 | 2024-02-01T17:47:29.093Z | Compiling pest_derive v2.7.6 |
1601 | 2024-02-01T17:47:29.619Z | Compiling want v0.3.1 |
1602 | 2024-02-01T17:47:29.730Z | Compiling rustls-webpki v0.101.7 |
1603 | 2024-02-01T17:47:29.931Z | Compiling sct v0.7.0 |
1604 | 2024-02-01T17:47:30.298Z | Compiling zerocopy-derive v0.2.0 |
1605 | 2024-02-01T17:47:30.320Z | Compiling form_urlencoded v1.2.1 |
1606 | 2024-02-01T17:47:30.700Z | Compiling socket2 v0.4.9 |
1607 | 2024-02-01T17:47:30.792Z | Compiling const-oid v0.9.5 |
1608 | 2024-02-01T17:47:31.506Z | Compiling httpdate v1.0.3 |
1609 | 2024-02-01T17:47:32.205Z | Compiling openssl-probe v0.1.5 |
1610 | 2024-02-01T17:47:32.712Z | Compiling tower-service v0.3.2 |
1611 | 2024-02-01T17:47:32.745Z | Compiling idna v0.5.0 |
1612 | 2024-02-01T17:47:32.883Z | Compiling memoffset v0.9.0 |
1613 | 2024-02-01T17:47:33.065Z | Compiling adler v1.0.2 |
1614 | 2024-02-01T17:47:33.367Z | Compiling miniz_oxide v0.7.1 |
1615 | 2024-02-01T17:47:33.487Z | Checking crypto-common v0.1.6 |
1616 | 2024-02-01T17:47:33.562Z | Compiling signal-hook v0.3.17 |
1617 | 2024-02-01T17:47:34.279Z | Checking bytes v1.5.0 |
1618 | 2024-02-01T17:47:34.294Z | Checking bitflags v2.4.0 |
1619 | 2024-02-01T17:47:34.490Z | Compiling url v2.5.0 |
1620 | 2024-02-01T17:47:35.111Z | Checking tokio v1.35.1 |
1621 | 2024-02-01T17:47:35.580Z | Compiling ipnet v2.9.0 |
1622 | 2024-02-01T17:47:35.892Z | Checking equivalent v1.0.1 |
1623 | 2024-02-01T17:47:36.669Z | Compiling indexmap v2.2.2 |
1624 | 2024-02-01T17:47:37.108Z | Compiling chrono v0.4.31 |
1625 | 2024-02-01T17:47:37.649Z | Compiling uuid v1.7.0 |
1626 | 2024-02-01T17:47:38.304Z | Compiling http v0.2.11 |
1627 | 2024-02-01T17:47:38.540Z | Compiling semver v1.0.21 |
1628 | 2024-02-01T17:47:39.762Z | Compiling toml_datetime v0.6.5 |
1629 | 2024-02-01T17:47:40.190Z | Compiling serde_spanned v0.6.4 |
1630 | 2024-02-01T17:47:40.476Z | Compiling rustc_version v0.4.0 |
1631 | 2024-02-01T17:47:41.143Z | Compiling openapiv3 v2.0.0 |
1632 | 2024-02-01T17:47:41.700Z | Compiling toml_edit v0.19.15 |
1633 | 2024-02-01T17:47:43.382Z | Compiling http-body v0.4.5 |
1634 | 2024-02-01T17:47:46.280Z | Compiling either v1.9.0 |
1635 | 2024-02-01T17:47:47.126Z | Compiling serde_urlencoded v0.7.1 |
1636 | 2024-02-01T17:47:47.771Z | Compiling rustls-pemfile v1.0.3 |
1637 | 2024-02-01T17:47:48.242Z | Compiling zerocopy-derive v0.6.4 |
1638 | 2024-02-01T17:47:48.329Z | Compiling clap_derive v4.4.2 |
1639 | 2024-02-01T17:47:49.723Z | Compiling crossbeam-epoch v0.9.15 |
1640 | 2024-02-01T17:47:50.051Z | Compiling usdt-impl v0.3.5 |
1641 | 2024-02-01T17:47:50.409Z | Compiling encoding_rs v0.8.33 |
1642 | 2024-02-01T17:47:50.539Z | Compiling webpki-roots v0.25.2 |
1643 | 2024-02-01T17:47:50.621Z | Compiling mime v0.3.17 |
1644 | 2024-02-01T17:47:50.759Z | Compiling siphasher v0.3.11 |
1645 | 2024-02-01T17:47:51.393Z | Compiling gimli v0.28.0 |
1646 | 2024-02-01T17:47:51.562Z | Compiling tokio-util v0.7.10 |
1647 | 2024-02-01T17:47:51.941Z | Compiling tokio-rustls v0.24.1 |
1648 | 2024-02-01T17:47:53.380Z | Compiling zerocopy v0.3.0 |
1649 | 2024-02-01T17:47:54.126Z | Compiling h2 v0.3.24 |
1650 | 2024-02-01T17:47:54.829Z | Compiling strum_macros v0.25.2 |
1651 | 2024-02-01T17:47:55.584Z | Compiling tokio-native-tls v0.3.1 |
1652 | 2024-02-01T17:47:55.998Z | Compiling scroll v0.12.0 |
1653 | 2024-02-01T17:47:56.899Z | Compiling block-buffer v0.10.4 |
1654 | 2024-02-01T17:47:57.417Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1655 | 2024-02-01T17:47:57.440Z | Compiling object v0.32.1 |
1656 | 2024-02-01T17:47:58.109Z | Compiling num-iter v0.1.43 |
1657 | 2024-02-01T17:47:58.304Z | Compiling usdt-impl v0.5.0 |
1658 | 2024-02-01T17:47:58.486Z | Compiling rustc-demangle v0.1.23 |
1659 | 2024-02-01T17:47:58.495Z | Compiling addr2line v0.21.0 |
1660 | 2024-02-01T17:47:58.913Z | Compiling plain v0.2.3 |
1661 | 2024-02-01T17:47:59.086Z | Compiling goblin v0.8.0 |
1662 | 2024-02-01T17:48:00.157Z | Compiling flate2 v1.0.28 |
1663 | 2024-02-01T17:48:01.161Z | Compiling digest v0.10.7 |
1664 | 2024-02-01T17:48:01.592Z | Compiling dof v0.1.5 |
1665 | 2024-02-01T17:48:01.757Z | Compiling heapless v0.7.16 |
1666 | 2024-02-01T17:48:01.831Z | Compiling dtrace-parser v0.1.14 |
1667 | 2024-02-01T17:48:01.930Z | Compiling ppv-lite86 v0.2.17 |
1668 | 2024-02-01T17:48:02.387Z | Compiling pretty-hex v0.4.1 |
1669 | 2024-02-01T17:48:03.190Z | Compiling rand_chacha v0.3.1 |
1670 | 2024-02-01T17:48:03.235Z | Compiling toml v0.7.8 |
1671 | 2024-02-01T17:48:04.276Z | Compiling toml_edit v0.21.0 |
1672 | 2024-02-01T17:48:05.228Z | Compiling serde_tokenstream v0.1.7 |
1673 | 2024-02-01T17:48:05.766Z | Compiling hyper v0.14.27 |
1674 | 2024-02-01T17:48:06.046Z | Compiling hex v0.4.3 |
1675 | 2024-02-01T17:48:06.116Z | Compiling dtrace-parser v0.2.0 |
1676 | 2024-02-01T17:48:07.728Z | Compiling bit-vec v0.6.3 |
1677 | 2024-02-01T17:48:09.553Z | Compiling dof v0.3.0 |
1678 | 2024-02-01T17:48:09.597Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1679 | 2024-02-01T17:48:11.214Z | Compiling rand v0.8.5 |
1680 | 2024-02-01T17:48:13.260Z | Compiling phf_shared v0.10.0 |
1681 | 2024-02-01T17:48:13.517Z | Compiling num-bigint v0.4.4 |
1682 | 2024-02-01T17:48:13.546Z | Compiling precomputed-hash v0.1.1 |
1683 | 2024-02-01T17:48:13.571Z | Compiling fixedbitset v0.4.2 |
1684 | 2024-02-01T17:48:13.691Z | Compiling base64ct v1.6.0 |
1685 | 2024-02-01T17:48:13.859Z | Compiling minimal-lexical v0.2.1 |
1686 | 2024-02-01T17:48:14.412Z | Compiling smoltcp v0.9.1 |
1687 | 2024-02-01T17:48:14.691Z | Compiling new_debug_unreachable v1.0.4 |
1688 | 2024-02-01T17:48:14.710Z | Compiling nom v7.1.3 |
1689 | 2024-02-01T17:48:14.819Z | Compiling string_cache v0.8.7 |
1690 | 2024-02-01T17:48:14.904Z | Compiling pem-rfc7468 v0.7.0 |
1691 | 2024-02-01T17:48:15.356Z | Compiling petgraph v0.6.4 |
1692 | 2024-02-01T17:48:15.527Z | Compiling bit-set v0.5.3 |
1693 | 2024-02-01T17:48:15.956Z | Compiling usdt-macro v0.3.5 |
1694 | 2024-02-01T17:48:16.135Z | Compiling usdt-attr-macro v0.3.5 |
1695 | 2024-02-01T17:48:16.789Z | Compiling hmac v0.12.1 |
1696 | 2024-02-01T17:48:17.169Z | Compiling hyper-rustls v0.24.2 |
1697 | 2024-02-01T17:48:17.395Z | Compiling hyper-tls v0.5.0 |
1698 | 2024-02-01T17:48:17.494Z | Compiling itertools v0.10.5 |
1699 | 2024-02-01T17:48:17.901Z | Compiling reqwest v0.11.22 |
1700 | 2024-02-01T17:48:18.012Z | Compiling hubpack_derive v0.1.1 |
1701 | 2024-02-01T17:48:18.167Z | Compiling enum-as-inner v0.5.1 |
1702 | 2024-02-01T17:48:18.551Z | Compiling diesel_table_macro_syntax v0.1.0 |
1703 | 2024-02-01T17:48:19.409Z | Compiling lalrpop-util v0.19.12 |
1704 | 2024-02-01T17:48:19.792Z | Checking unicode-ident v1.0.12 |
1705 | 2024-02-01T17:48:19.928Z | Compiling flagset v0.4.3 |
1706 | 2024-02-01T17:48:19.931Z | Compiling unicode-segmentation v1.10.1 |
1707 | 2024-02-01T17:48:20.040Z | Compiling diesel_derives v2.1.2 |
1708 | 2024-02-01T17:48:20.238Z | Compiling der v0.7.8 |
1709 | 2024-02-01T17:48:21.844Z | Compiling cpufeatures v0.2.12 |
1710 | 2024-02-01T17:48:21.925Z | Compiling rustix v0.37.23 |
1711 | 2024-02-01T17:48:21.982Z | Compiling sha2 v0.10.8 |
1712 | 2024-02-01T17:48:22.218Z | Compiling md-5 v0.10.5 |
1713 | 2024-02-01T17:48:22.417Z | Compiling serde_repr v0.1.16 |
1714 | 2024-02-01T17:48:23.935Z | Compiling stringprep v0.1.3 |
1715 | 2024-02-01T17:48:23.954Z | Compiling spki v0.7.2 |
1716 | 2024-02-01T17:48:24.270Z | Compiling hash32 v0.2.1 |
1717 | 2024-02-01T17:48:24.274Z | Compiling fallible-iterator v0.2.0 |
1718 | 2024-02-01T17:48:24.427Z | Checking bitflags v1.3.2 |
1719 | 2024-02-01T17:48:24.559Z | Compiling stable_deref_trait v1.2.0 |
1720 | 2024-02-01T17:48:24.907Z | Compiling pkcs8 v0.10.2 |
1721 | 2024-02-01T17:48:25.147Z | Compiling terminal_size v0.2.6 |
1722 | 2024-02-01T17:48:25.412Z | Compiling postgres-protocol v0.6.6 |
1723 | 2024-02-01T17:48:25.687Z | Checking proc-macro2 v1.0.78 |
1724 | 2024-02-01T17:48:25.791Z | Compiling phf_shared v0.11.2 |
1725 | 2024-02-01T17:48:26.371Z | Compiling ff v0.13.0 |
1726 | 2024-02-01T17:48:26.724Z | Compiling block-padding v0.3.3 |
1727 | 2024-02-01T17:48:26.745Z | Compiling scheduled-thread-pool v0.2.7 |
1728 | 2024-02-01T17:48:27.117Z | Compiling matches v0.1.10 |
1729 | 2024-02-01T17:48:27.390Z | Compiling managed v0.8.0 |
1730 | 2024-02-01T17:48:27.563Z | Compiling base16ct v0.2.0 |
1731 | 2024-02-01T17:48:27.659Z | Compiling regex-automata v0.1.10 |
1732 | 2024-02-01T17:48:27.781Z | Compiling num_threads v0.1.6 |
1733 | 2024-02-01T17:48:27.957Z | Compiling deranged v0.3.8 |
1734 | 2024-02-01T17:48:28.007Z | Compiling clap_builder v4.4.2 |
1735 | 2024-02-01T17:48:28.417Z | Compiling bstr v0.2.17 |
1736 | 2024-02-01T17:48:28.428Z | Compiling sec1 v0.7.3 |
1737 | 2024-02-01T17:48:29.329Z | Compiling idna v0.2.3 |
1738 | 2024-02-01T17:48:30.824Z | Compiling time v0.3.27 |
1739 | 2024-02-01T17:48:30.925Z | Compiling r2d2 v0.8.10 |
1740 | 2024-02-01T17:48:31.517Z | Compiling inout v0.1.3 |
1741 | 2024-02-01T17:48:31.645Z | Checking quote v1.0.35 |
1742 | 2024-02-01T17:48:31.937Z | Compiling group v0.13.0 |
1743 | 2024-02-01T17:48:32.068Z | Compiling postgres-types v0.2.6 |
1744 | 2024-02-01T17:48:32.185Z | Compiling signal-hook-mio v0.2.3 |
1745 | 2024-02-01T17:48:32.382Z | Compiling phf v0.11.2 |
1746 | 2024-02-01T17:48:32.406Z | Compiling bzip2 v0.4.4 |
1747 | 2024-02-01T17:48:32.807Z | Compiling hubpack v0.1.2 |
1748 | 2024-02-01T17:48:32.988Z | Compiling hkdf v0.12.4 |
1749 | 2024-02-01T17:48:33.532Z | Compiling zerocopy v0.6.4 |
1750 | 2024-02-01T17:48:34.602Z | Compiling ipnetwork v0.20.0 |
1751 | 2024-02-01T17:48:35.049Z | Compiling crypto-bigint v0.5.2 |
1752 | 2024-02-01T17:48:36.063Z | Compiling futures-executor v0.3.30 |
1753 | 2024-02-01T17:48:37.195Z | Compiling float-cmp v0.9.0 |
1754 | 2024-02-01T17:48:37.534Z | Compiling whoami v1.4.1 |
1755 | 2024-02-01T17:48:38.511Z | Compiling difflib v0.4.0 |
1756 | 2024-02-01T17:48:39.158Z | Compiling regex-automata v0.3.8 |
1757 | 2024-02-01T17:48:39.818Z | Compiling data-encoding v2.4.0 |
1758 | 2024-02-01T17:48:40.740Z | Compiling static_assertions v1.1.0 |
1759 | 2024-02-01T17:48:40.866Z | Compiling predicates-core v1.0.6 |
1760 | 2024-02-01T17:48:41.229Z | Compiling normalize-line-endings v0.3.0 |
1761 | 2024-02-01T17:48:41.387Z | Compiling predicates v3.1.0 |
1762 | 2024-02-01T17:48:41.444Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1763 | 2024-02-01T17:48:42.748Z | Compiling bstr v1.6.0 |
1764 | 2024-02-01T17:48:43.269Z | Compiling trust-dns-proto v0.22.0 |
1765 | 2024-02-01T17:48:44.247Z | Compiling elliptic-curve v0.13.8 |
1766 | 2024-02-01T17:48:45.305Z | Compiling tokio-postgres v0.7.10 |
1767 | 2024-02-01T17:48:45.372Z | Compiling yasna v0.5.2 |
1768 | 2024-02-01T17:48:45.490Z | Compiling futures v0.3.30 |
1769 | 2024-02-01T17:48:45.644Z | Compiling clap v4.4.3 |
1770 | 2024-02-01T17:48:45.795Z | Compiling zip v0.6.6 |
1771 | 2024-02-01T17:48:46.786Z | Compiling crossterm v0.27.0 |
1772 | 2024-02-01T17:48:46.935Z | Compiling diesel v2.1.4 |
1773 | 2024-02-01T17:48:48.177Z | Compiling cipher v0.4.4 |
1774 | 2024-02-01T17:48:48.588Z | Compiling similar v2.3.0 |
1775 | 2024-02-01T17:48:50.778Z | Compiling usdt v0.3.5 |
1776 | 2024-02-01T17:48:51.461Z | Compiling camino v1.1.6 |
1777 | 2024-02-01T17:48:51.465Z | Compiling tokio-stream v0.1.14 |
1778 | 2024-02-01T17:48:52.663Z | Compiling console v0.15.8 |
1779 | 2024-02-01T17:48:55.967Z | Checking utf8parse v0.2.1 |
1780 | 2024-02-01T17:48:58.792Z | Checking anstyle v1.0.2 |
1781 | 2024-02-01T17:49:00.476Z | Compiling serde_tokenstream v0.2.0 |
1782 | 2024-02-01T17:49:01.528Z | Checking io-lifetimes v1.0.11 |
1783 | 2024-02-01T17:49:06.741Z | Checking anstyle-parse v0.2.1 |
1784 | 2024-02-01T17:49:08.063Z | Checking anstyle-query v1.0.0 |
1785 | 2024-02-01T17:49:08.126Z | Checking colorchoice v1.0.0 |
1786 | 2024-02-01T17:49:08.336Z | Checking anstream v0.5.0 |
1787 | 2024-02-01T17:49:08.812Z | Checking strsim v0.10.0 |
1788 | 2024-02-01T17:49:08.869Z | Checking clap_lex v0.5.1 |
1789 | 2024-02-01T17:49:09.286Z | Checking winnow v0.5.15 |
1790 | 2024-02-01T17:49:17.859Z | Compiling regress v0.7.1 |
1791 | 2024-02-01T17:49:23.970Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1792 | 2024-02-01T17:49:33.743Z | Compiling getopts v0.2.21 |
1793 | 2024-02-01T17:49:34.306Z | Compiling unsafe-libyaml v0.2.10 |
1794 | 2024-02-01T17:49:34.528Z | Checking heck v0.4.1 |
1795 | 2024-02-01T17:49:35.877Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1796 | 2024-02-01T17:49:36.337Z | Compiling ident_case v1.0.1 |
1797 | 2024-02-01T17:49:36.591Z | Compiling serde_yaml v0.9.25 |
1798 | 2024-02-01T17:49:37.516Z | Checking fastrand v2.0.0 |
1799 | 2024-02-01T17:49:37.704Z | Checking rustls-pki-types v1.1.0 |
1800 | 2024-02-01T17:49:37.779Z | Checking match_cfg v0.1.0 |
1801 | 2024-02-01T17:49:37.898Z | Checking hostname v0.3.1 |
1802 | 2024-02-01T17:49:37.989Z | Checking tempfile v3.9.0 |
1803 | 2024-02-01T17:49:38.068Z | Checking http v1.0.0 |
1804 | 2024-02-01T17:49:38.283Z | Checking atty v0.2.14 |
1805 | 2024-02-01T17:49:38.440Z | Compiling paste v1.0.14 |
1806 | 2024-02-01T17:49:38.511Z | Checking quick-error v1.2.3 |
1807 | 2024-02-01T17:49:38.693Z | Checking crossbeam-channel v0.5.8 |
1808 | 2024-02-01T17:49:39.284Z | Checking sha1 v0.10.6 |
1809 | 2024-02-01T17:49:39.717Z | Checking dirs-sys-next v0.1.2 |
1810 | 2024-02-01T17:49:39.871Z | Compiling rustls v0.22.2 |
1811 | 2024-02-01T17:49:39.960Z | Checking dirs-next v2.0.0 |
1812 | 2024-02-01T17:49:40.203Z | Checking rustls-webpki v0.102.1 |
1813 | 2024-02-01T17:49:40.298Z | Checking thread_local v1.1.7 |
1814 | 2024-02-01T17:49:40.719Z | Checking instant v0.1.12 |
1815 | 2024-02-01T17:49:40.872Z | Compiling slog-async v2.8.0 |
1816 | 2024-02-01T17:49:41.732Z | Checking term v0.7.0 |
1817 | 2024-02-01T17:49:42.117Z | Checking rustls-pemfile v2.0.0 |
1818 | 2024-02-01T17:49:42.395Z | Compiling multer v3.0.0 |
1819 | 2024-02-01T17:49:42.441Z | Checking take_mut v0.2.2 |
1820 | 2024-02-01T17:49:42.646Z | Checking debug-ignore v1.0.5 |
1821 | 2024-02-01T17:49:42.913Z | Checking slog-term v2.9.0 |
1822 | 2024-02-01T17:49:43.240Z | Compiling darling_core v0.20.3 |
1823 | 2024-02-01T17:49:43.413Z | Checking slog-json v2.6.1 |
1824 | 2024-02-01T17:49:43.503Z | Compiling async-stream-impl v0.3.5 |
1825 | 2024-02-01T17:49:43.701Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1826 | 2024-02-01T17:49:43.784Z | Checking atomic-waker v1.1.1 |
1827 | 2024-02-01T17:49:43.961Z | Checking waitgroup v0.1.2 |
1828 | 2024-02-01T17:49:44.138Z | Checking slog-bunyan v2.5.0 |
1829 | 2024-02-01T17:49:44.377Z | Checking toml v0.8.8 |
1830 | 2024-02-01T17:49:44.840Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1831 | 2024-02-01T17:49:45.603Z | Checking serde_path_to_error v0.1.15 |
1832 | 2024-02-01T17:49:45.729Z | Checking async-stream v0.3.5 |
1833 | 2024-02-01T17:49:45.999Z | Checking strum v0.25.0 |
1834 | 2024-02-01T17:49:46.201Z | Compiling structmeta-derive v0.2.0 |
1835 | 2024-02-01T17:49:46.621Z | Checking wait-timeout v0.2.0 |
1836 | 2024-02-01T17:49:46.913Z | Checking rusty-fork v0.3.0 |
1837 | 2024-02-01T17:49:47.343Z | Checking rand_xorshift v0.3.0 |
1838 | 2024-02-01T17:49:47.406Z | Checking tokio-rustls v0.25.0 |
1839 | 2024-02-01T17:49:47.570Z | Checking unarray v0.1.4 |
1840 | 2024-02-01T17:49:47.782Z | Compiling regex-syntax v0.7.5 |
1841 | 2024-02-01T17:49:47.949Z | Checking proptest v1.4.0 |
1842 | 2024-02-01T17:49:51.299Z | Compiling structmeta v0.2.0 |
1843 | 2024-02-01T17:49:51.967Z | Checking backoff v0.4.0 |
1844 | 2024-02-01T17:49:52.377Z | Compiling test-strategy v0.3.1 |
1845 | 2024-02-01T17:49:53.360Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1846 | 2024-02-01T17:49:53.585Z | Compiling darling_macro v0.20.3 |
1847 | 2024-02-01T17:49:53.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1848 | 2024-02-01T17:49:54.768Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1849 | 2024-02-01T17:49:54.961Z | Checking macaddr v1.0.1 |
1850 | 2024-02-01T17:49:55.147Z | Checking camino-tempfile v1.1.1 |
1851 | 2024-02-01T17:49:55.192Z | Checking is-terminal v0.4.9 |
1852 | 2024-02-01T17:49:55.213Z | Compiling darling v0.20.3 |
1853 | 2024-02-01T17:49:55.350Z | Compiling proc-macro-error-attr v1.0.4 |
1854 | 2024-02-01T17:49:55.374Z | Compiling serde_with_macros v3.5.1 |
1855 | 2024-02-01T17:49:55.419Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1856 | 2024-02-01T17:49:55.447Z | Compiling proc-macro-error v1.0.4 |
1857 | 2024-02-01T17:49:55.550Z | Compiling proc-macro-crate v1.3.1 |
1858 | 2024-02-01T17:49:56.085Z | Checking termtree v0.4.1 |
1859 | 2024-02-01T17:49:56.374Z | Compiling heapless v0.8.0 |
1860 | 2024-02-01T17:49:57.448Z | Compiling num_enum_derive v0.5.11 |
1861 | 2024-02-01T17:49:57.696Z | Checking predicates-tree v1.0.9 |
1862 | 2024-02-01T17:49:57.894Z | Checking hash32 v0.3.1 |
1863 | 2024-02-01T17:49:58.155Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1864 | 2024-02-01T17:49:58.462Z | Compiling smoltcp v0.11.0 |
1865 | 2024-02-01T17:49:58.966Z | Compiling crucible-workspace-hack v0.1.0 |
1866 | 2024-02-01T17:49:59.321Z | Compiling parse-display-derive v0.8.2 |
1867 | 2024-02-01T17:49:59.368Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1868 | 2024-02-01T17:49:59.631Z | Checking embedded-io v0.4.0 |
1869 | 2024-02-01T17:49:59.791Z | Checking cobs v0.2.3 |
1870 | 2024-02-01T17:49:59.967Z | Compiling foreign-types-macros v0.2.3 |
1871 | 2024-02-01T17:50:00.049Z | Checking postcard v1.0.8 |
1872 | 2024-02-01T17:50:00.702Z | Checking serde_with v3.5.1 |
1873 | 2024-02-01T17:50:01.159Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1874 | 2024-02-01T17:50:01.603Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1875 | 2024-02-01T17:50:02.088Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1876 | 2024-02-01T17:50:02.115Z | Checking foreign-types-shared v0.3.1 |
1877 | 2024-02-01T17:50:02.129Z | Checking num_enum v0.5.11 |
1878 | 2024-02-01T17:50:02.255Z | Checking foreign-types v0.5.0 |
1879 | 2024-02-01T17:50:02.471Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1880 | 2024-02-01T17:50:02.609Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1881 | 2024-02-01T17:50:02.666Z | Checking cstr-argument v0.1.2 |
1882 | 2024-02-01T17:50:02.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1883 | 2024-02-01T17:50:03.336Z | Checking pretty-hex v0.2.1 |
1884 | 2024-02-01T17:50:03.554Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1885 | 2024-02-01T17:50:03.972Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1886 | 2024-02-01T17:50:04.025Z | Checking colored v2.0.4 |
1887 | 2024-02-01T17:50:04.046Z | Compiling usdt-macro v0.5.0 |
1888 | 2024-02-01T17:50:04.261Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1889 | 2024-02-01T17:50:04.413Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1890 | 2024-02-01T17:50:04.448Z | Compiling usdt-attr-macro v0.5.0 |
1891 | 2024-02-01T17:50:05.311Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1892 | 2024-02-01T17:50:06.434Z | Checking memmap v0.7.0 |
1893 | 2024-02-01T17:50:06.583Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1894 | 2024-02-01T17:50:06.951Z | Checking parse-display v0.8.2 |
1895 | 2024-02-01T17:50:06.965Z | Compiling zone_cfg_derive v0.3.0 |
1896 | 2024-02-01T17:50:07.177Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1897 | 2024-02-01T17:50:07.236Z | Checking usdt v0.5.0 |
1898 | 2024-02-01T17:50:07.539Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1899 | 2024-02-01T17:50:07.586Z | Compiling num-derive v0.4.0 |
1900 | 2024-02-01T17:50:08.108Z | Compiling mockall_derive v0.12.0 |
1901 | 2024-02-01T17:50:08.115Z | Checking fragile v2.0.0 |
1902 | 2024-02-01T17:50:08.173Z | Checking downcast v0.11.0 |
1903 | 2024-02-01T17:50:08.470Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1904 | 2024-02-01T17:50:09.829Z | Checking smf v0.2.2 |
1905 | 2024-02-01T17:50:09.829Z | Checking zone v0.3.0 |
1906 | 2024-02-01T17:50:09.829Z | Checking filetime v0.2.23 |
1907 | 2024-02-01T17:50:09.856Z | Checking xattr v1.0.1 |
1908 | 2024-02-01T17:50:09.856Z | Checking same-file v1.0.6 |
1909 | 2024-02-01T17:50:09.876Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1910 | 2024-02-01T17:50:10.012Z | Checking tar v0.4.40 |
1911 | 2024-02-01T17:50:10.039Z | Checking walkdir v2.4.0 |
1912 | 2024-02-01T17:50:10.258Z | Checking pem v3.0.2 |
1913 | 2024-02-01T17:50:10.420Z | Checking linked-hash-map v0.5.6 |
1914 | 2024-02-01T17:50:10.579Z | Checking itertools v0.12.0 |
1915 | 2024-02-01T17:50:10.628Z | Checking headers-core v0.2.0 |
1916 | 2024-02-01T17:50:10.821Z | Checking headers v0.3.9 |
1917 | 2024-02-01T17:50:10.886Z | Checking lru-cache v0.1.2 |
1918 | 2024-02-01T17:50:11.545Z | Checking swrite v0.1.0 |
1919 | 2024-02-01T17:50:11.554Z | Checking password-hash v0.5.0 |
1920 | 2024-02-01T17:50:11.555Z | Checking blake2 v0.10.6 |
1921 | 2024-02-01T17:50:11.555Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1922 | 2024-02-01T17:50:11.935Z | Checking rcgen v0.12.1 |
1923 | 2024-02-01T17:50:12.365Z | Checking argon2 v0.5.3 |
1924 | 2024-02-01T17:50:12.376Z | Checking atomicwrites v0.4.3 |
1925 | 2024-02-01T17:50:12.467Z | Checking subprocess v0.2.9 |
1926 | 2024-02-01T17:50:12.649Z | Checking arc-swap v1.6.0 |
1927 | 2024-02-01T17:50:12.886Z | Compiling cancel-safe-futures v0.1.5 |
1928 | 2024-02-01T17:50:12.927Z | Checking half v2.3.1 |
1929 | 2024-02-01T17:50:13.298Z | Checking ciborium-io v0.2.2 |
1930 | 2024-02-01T17:50:13.355Z | Checking slog-scope v4.4.0 |
1931 | 2024-02-01T17:50:13.458Z | Checking resolv-conf v0.7.0 |
1932 | 2024-02-01T17:50:13.634Z | Checking slog-stdlog v4.1.1 |
1933 | 2024-02-01T17:50:13.655Z | Checking ciborium-ll v0.2.2 |
1934 | 2024-02-01T17:50:13.859Z | Checking slog-envlogger v2.2.0 |
1935 | 2024-02-01T17:50:13.978Z | Checking trust-dns-resolver v0.22.0 |
1936 | 2024-02-01T17:50:14.077Z | Checking libsw v3.3.1 |
1937 | 2024-02-01T17:50:14.105Z | Checking ciborium v0.2.2 |
1938 | 2024-02-01T17:50:14.165Z | Compiling derive-where v1.2.7 |
1939 | 2024-02-01T17:50:14.448Z | Checking owo-colors v4.0.0 |
1940 | 2024-02-01T17:50:14.782Z | Checking linear-map v1.2.0 |
1941 | 2024-02-01T17:50:15.266Z | Checking textwrap v0.11.0 |
1942 | 2024-02-01T17:50:15.571Z | Compiling heck v0.3.3 |
1943 | 2024-02-01T17:50:15.759Z | Compiling libefi-sys v0.1.0 |
1944 | 2024-02-01T17:50:16.164Z | Checking ansi_term v0.12.1 |
1945 | 2024-02-01T17:50:16.185Z | Checking strsim v0.8.0 |
1946 | 2024-02-01T17:50:16.442Z | Checking vec_map v0.8.2 |
1947 | 2024-02-01T17:50:16.461Z | Compiling structopt-derive v0.4.18 |
1948 | 2024-02-01T17:50:16.633Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1949 | 2024-02-01T17:50:16.858Z | Checking clap v2.34.0 |
1950 | 2024-02-01T17:50:17.236Z | Compiling slog-dtrace v0.3.0 |
1951 | 2024-02-01T17:50:17.744Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1952 | 2024-02-01T17:50:17.880Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1953 | 2024-02-01T17:50:18.295Z | Checking termcolor v1.2.0 |
1954 | 2024-02-01T17:50:18.312Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1955 | 2024-02-01T17:50:18.908Z | Checking nibble_vec v0.1.0 |
1956 | 2024-02-01T17:50:19.176Z | Checking gethostname v0.4.3 |
1957 | 2024-02-01T17:50:19.253Z | Compiling radium v0.7.0 |
1958 | 2024-02-01T17:50:19.358Z | Checking endian-type v0.1.2 |
1959 | 2024-02-01T17:50:19.643Z | Checking radix_trie v0.2.1 |
1960 | 2024-02-01T17:50:19.940Z | Compiling maybe-uninit v2.0.0 |
1961 | 2024-02-01T17:50:20.181Z | Checking tap v1.0.1 |
1962 | 2024-02-01T17:50:20.405Z | Checking wyz v0.5.1 |
1963 | 2024-02-01T17:50:20.748Z | Checking fxhash v0.2.1 |
1964 | 2024-02-01T17:50:20.851Z | Compiling packed_struct v0.10.1 |
1965 | 2024-02-01T17:50:20.985Z | Checking crc-catalog v2.2.0 |
1966 | 2024-02-01T17:50:21.003Z | Compiling num-bigint-dig v0.8.4 |
1967 | 2024-02-01T17:50:21.175Z | Checking funty v2.0.0 |
1968 | 2024-02-01T17:50:21.382Z | Checking crc v3.0.1 |
1969 | 2024-02-01T17:50:21.434Z | Checking structopt v0.3.26 |
1970 | 2024-02-01T17:50:21.539Z | Compiling packed_struct_codegen v0.10.1 |
1971 | 2024-02-01T17:50:21.593Z | Compiling indexmap v1.9.3 |
1972 | 2024-02-01T17:50:21.716Z | Checking mockall v0.12.0 |
1973 | 2024-02-01T17:50:21.767Z | Compiling semver v0.1.20 |
1974 | 2024-02-01T17:50:22.014Z | Checking nodrop v0.1.14 |
1975 | 2024-02-01T17:50:22.095Z | Checking smallvec v0.6.14 |
1976 | 2024-02-01T17:50:22.169Z | Checking array-init v0.0.4 |
1977 | 2024-02-01T17:50:22.717Z | Compiling rustc_version v0.1.7 |
1978 | 2024-02-01T17:50:22.799Z | Checking pkcs1 v0.7.5 |
1979 | 2024-02-01T17:50:22.978Z | Checking bitvec v1.0.1 |
1980 | 2024-02-01T17:50:23.408Z | Checking signature v2.1.0 |
1981 | 2024-02-01T17:50:23.467Z | Checking bitfield v0.14.0 |
1982 | 2024-02-01T17:50:23.656Z | Checking hashbrown v0.12.3 |
1983 | 2024-02-01T17:50:23.890Z | Checking serde-hex v0.1.0 |
1984 | 2024-02-01T17:50:25.282Z | Checking rsa v0.9.2 |
1985 | 2024-02-01T17:50:25.456Z | Compiling newtype_derive v0.1.6 |
1986 | 2024-02-01T17:50:25.816Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1987 | 2024-02-01T17:50:25.891Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1988 | 2024-02-01T17:50:26.252Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1989 | 2024-02-01T17:50:26.401Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1990 | 2024-02-01T17:50:26.416Z | Checking env_logger v0.10.0 |
1991 | 2024-02-01T17:50:26.502Z | Checking x509-cert v0.2.4 |
1992 | 2024-02-01T17:50:26.612Z | Checking ron v0.8.1 |
1993 | 2024-02-01T17:50:26.797Z | Compiling semver-parser v0.10.2 |
1994 | 2024-02-01T17:50:27.097Z | Checking crc-any v2.4.3 |
1995 | 2024-02-01T17:50:28.712Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1996 | 2024-02-01T17:50:29.083Z | Compiling semver v0.11.0 |
1997 | 2024-02-01T17:50:29.160Z | Checking object v0.30.4 |
1998 | 2024-02-01T17:50:29.976Z | Compiling num-rational v0.4.1 |
1999 | 2024-02-01T17:50:30.617Z | Compiling home v0.5.5 |
2000 | 2024-02-01T17:50:30.732Z | Checking path-slash v0.1.5 |
2001 | 2024-02-01T17:50:30.799Z | Compiling toolchain_find v0.2.0 |
2002 | 2024-02-01T17:50:31.210Z | Compiling toml v0.5.11 |
2003 | 2024-02-01T17:50:32.096Z | Compiling topological-sort v0.2.2 |
2004 | 2024-02-01T17:50:32.105Z | Compiling convert_case v0.4.0 |
2005 | 2024-02-01T17:50:33.084Z | Compiling omicron-zone-package v0.10.1 |
2006 | 2024-02-01T17:50:33.264Z | Compiling derive_more v0.99.17 |
2007 | 2024-02-01T17:50:33.801Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2008 | 2024-02-01T17:50:34.099Z | Compiling rustfmt-wrapper v0.2.0 |
2009 | 2024-02-01T17:50:34.297Z | Checking steno v0.4.0 |
2010 | 2024-02-01T17:50:37.505Z | Checking num-complex v0.4.4 |
2011 | 2024-02-01T17:50:37.907Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2012 | 2024-02-01T17:50:38.112Z | Checking newline-converter v0.3.0 |
2013 | 2024-02-01T17:50:38.317Z | Checking utf-8 v0.7.6 |
2014 | 2024-02-01T17:50:38.592Z | Checking tungstenite v0.20.1 |
2015 | 2024-02-01T17:50:39.026Z | Checking num v0.4.1 |
2016 | 2024-02-01T17:50:39.166Z | Checking expectorate v1.1.0 |
2017 | 2024-02-01T17:50:39.380Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2018 | 2024-02-01T17:50:39.393Z | Compiling buf-list v1.0.3 |
2019 | 2024-02-01T17:50:39.824Z | Checking display-error-chain v0.2.0 |
2020 | 2024-02-01T17:50:39.908Z | Compiling parking_lot_core v0.8.6 |
2021 | 2024-02-01T17:50:40.022Z | Checking keccak v0.1.4 |
2022 | 2024-02-01T17:50:40.033Z | Checking tokio-tungstenite v0.20.1 |
2023 | 2024-02-01T17:50:40.491Z | Checking sha3 v0.10.8 |
2024 | 2024-02-01T17:50:40.710Z | Checking trust-dns-client v0.22.0 |
2025 | 2024-02-01T17:50:41.034Z | Checking secrecy v0.8.0 |
2026 | 2024-02-01T17:50:41.059Z | Compiling pin-project-internal v1.1.3 |
2027 | 2024-02-01T17:50:41.091Z | Checking parking_lot v0.11.2 |
2028 | 2024-02-01T17:50:41.355Z | Compiling doc-comment v0.3.3 |
2029 | 2024-02-01T17:50:41.616Z | Checking sled v0.34.7 |
2030 | 2024-02-01T17:50:42.592Z | Checking glob v0.3.1 |
2031 | 2024-02-01T17:50:42.720Z | Compiling vte_generate_state_changes v0.1.1 |
2032 | 2024-02-01T17:50:43.036Z | Compiling unicase v2.7.0 |
2033 | 2024-02-01T17:50:43.260Z | Checking trust-dns-server v0.22.1 |
2034 | 2024-02-01T17:50:43.459Z | Compiling platforms v3.0.2 |
2035 | 2024-02-01T17:50:43.715Z | Checking vte v0.11.1 |
2036 | 2024-02-01T17:50:43.918Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2037 | 2024-02-01T17:50:44.684Z | Checking crossbeam-deque v0.8.3 |
2038 | 2024-02-01T17:50:45.172Z | Checking fd-lock v3.0.13 |
2039 | 2024-02-01T17:50:45.437Z | Compiling snafu-derive v0.7.5 |
2040 | 2024-02-01T17:50:46.166Z | Checking strip-ansi-escapes v0.2.0 |
2041 | 2024-02-01T17:50:46.235Z | Compiling fs-err v2.11.0 |
2042 | 2024-02-01T17:50:46.323Z | Checking pin-project v1.1.3 |
2043 | 2024-02-01T17:50:46.357Z | Checking nu-ansi-term v0.49.0 |
2044 | 2024-02-01T17:50:46.476Z | Compiling rayon-core v1.12.0 |
2045 | 2024-02-01T17:50:46.958Z | Checking globset v0.4.13 |
2046 | 2024-02-01T17:50:47.021Z | Checking reedline v0.28.0 |
2047 | 2024-02-01T17:50:47.547Z | Checking olpc-cjson v0.1.3 |
2048 | 2024-02-01T17:50:47.708Z | Checking serde_plain v1.0.2 |
2049 | 2024-02-01T17:50:47.773Z | Compiling async-recursion v1.0.5 |
2050 | 2024-02-01T17:50:47.840Z | Checking typed-path v0.7.0 |
2051 | 2024-02-01T17:50:47.905Z | Compiling curve25519-dalek v4.1.1 |
2052 | 2024-02-01T17:50:49.185Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2053 | 2024-02-01T17:50:49.410Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2054 | 2024-02-01T17:50:49.708Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2055 | 2024-02-01T17:50:49.724Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2056 | 2024-02-01T17:50:49.744Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2057 | 2024-02-01T17:50:50.379Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2058 | 2024-02-01T17:50:50.951Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2059 | 2024-02-01T17:50:51.440Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2060 | 2024-02-01T17:50:54.019Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2061 | 2024-02-01T17:50:54.632Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2062 | 2024-02-01T17:50:54.971Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2063 | 2024-02-01T17:50:55.224Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2064 | 2024-02-01T17:50:55.309Z | Checking snafu v0.7.5 |
2065 | 2024-02-01T17:50:55.837Z | Compiling memoffset v0.7.1 |
2066 | 2024-02-01T17:50:56.090Z | Checking tough v0.16.0 |
2067 | 2024-02-01T17:50:56.290Z | Checking parse-size v1.0.0 |
2068 | 2024-02-01T17:50:56.414Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2069 | 2024-02-01T17:50:56.607Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2070 | 2024-02-01T17:50:56.746Z | Compiling mime_guess v2.0.4 |
2071 | 2024-02-01T17:50:58.863Z | Checking rayon v1.8.0 |
2072 | 2024-02-01T17:51:02.666Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2073 | 2024-02-01T17:51:03.512Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2074 | 2024-02-01T17:51:03.916Z | Checking universal-hash v0.5.1 |
2075 | 2024-02-01T17:51:03.973Z | Compiling thiserror-impl-no-std v2.0.2 |
2076 | 2024-02-01T17:51:04.174Z | Compiling curve25519-dalek-derive v0.1.0 |
2077 | 2024-02-01T17:51:05.366Z | Checking opaque-debug v0.3.0 |
2078 | 2024-02-01T17:51:05.483Z | Checking poly1305 v0.8.0 |
2079 | 2024-02-01T17:51:06.808Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2080 | 2024-02-01T17:51:07.240Z | Checking chacha20 v0.9.1 |
2081 | 2024-02-01T17:51:07.757Z | Checking aead v0.5.2 |
2082 | 2024-02-01T17:51:08.078Z | Checking kstat-rs v0.2.3 |
2083 | 2024-02-01T17:51:09.009Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2084 | 2024-02-01T17:51:09.026Z | Compiling salty v0.2.0 |
2085 | 2024-02-01T17:51:09.511Z | Checking signature v1.6.4 |
2086 | 2024-02-01T17:51:09.526Z | Checking thiserror-no-std v2.0.2 |
2087 | 2024-02-01T17:51:09.662Z | Checking ed25519 v1.5.3 |
2088 | 2024-02-01T17:51:09.675Z | Checking vsss-rs v3.3.4 |
2089 | 2024-02-01T17:51:09.883Z | Checking chacha20poly1305 v0.10.1 |
2090 | 2024-02-01T17:51:10.150Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2091 | 2024-02-01T17:51:11.079Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2092 | 2024-02-01T17:51:11.463Z | Checking serde-big-array v0.5.1 |
2093 | 2024-02-01T17:51:11.941Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2094 | 2024-02-01T17:51:11.941Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2095 | 2024-02-01T17:51:13.249Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2096 | 2024-02-01T17:51:15.752Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2097 | 2024-02-01T17:51:16.011Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2098 | 2024-02-01T17:51:16.171Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2099 | 2024-02-01T17:51:16.632Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2100 | 2024-02-01T17:51:17.912Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2101 | 2024-02-01T17:51:18.911Z | Checking humantime v2.1.0 |
2102 | 2024-02-01T17:51:19.363Z | Checking bytecount v0.6.3 |
2103 | 2024-02-01T17:51:24.234Z | Checking papergrid v0.11.0 |
2104 | 2024-02-01T17:51:24.234Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2105 | 2024-02-01T17:51:24.234Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2106 | 2024-02-01T17:51:24.234Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2107 | 2024-02-01T17:51:24.234Z | Compiling tabled_derive v0.7.0 |
2108 | 2024-02-01T17:51:25.188Z | Checking signal-hook-tokio v0.3.1 |
2109 | 2024-02-01T17:51:25.247Z | Checking fd-lock v4.0.2 |
2110 | 2024-02-01T17:51:25.396Z | Checking nix v0.27.1 |
2111 | 2024-02-01T17:51:25.498Z | Checking serde-big-array v0.4.1 |
2112 | 2024-02-01T17:51:25.728Z | Compiling sqlparser_derive v0.2.2 |
2113 | 2024-02-01T17:51:26.231Z | Checking unicode_categories v0.1.1 |
2114 | 2024-02-01T17:51:26.711Z | Checking sqlformat v0.2.3 |
2115 | 2024-02-01T17:51:27.528Z | Checking sqlparser v0.43.1 |
2116 | 2024-02-01T17:51:28.212Z | Checking tabled v0.15.0 |
2117 | 2024-02-01T17:51:28.974Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2118 | 2024-02-01T17:51:29.513Z | Checking rustyline v13.0.0 |
2119 | 2024-02-01T17:51:30.582Z | Checking bcs v0.1.6 |
2120 | 2024-02-01T17:51:31.358Z | Checking corncobs v0.1.3 |
2121 | 2024-02-01T17:51:31.648Z | Compiling prettyplease v0.2.16 |
2122 | 2024-02-01T17:51:32.101Z | Checking highway v1.1.0 |
2123 | 2024-02-01T17:51:32.340Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2124 | 2024-02-01T17:51:33.021Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2125 | 2024-02-01T17:51:33.065Z | Checking http-range v0.1.5 |
2126 | 2024-02-01T17:51:33.065Z | Checking hyper-staticfile v0.9.5 |
2127 | 2024-02-01T17:51:33.078Z | Compiling portable-atomic v1.4.3 |
2128 | 2024-02-01T17:51:33.597Z | Compiling crunchy v0.2.2 |
2129 | 2024-02-01T17:51:34.169Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2130 | 2024-02-01T17:51:34.310Z | Compiling clang-sys v1.6.1 |
2131 | 2024-02-01T17:51:34.331Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2132 | 2024-02-01T17:51:34.459Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2133 | 2024-02-01T17:51:34.648Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2134 | 2024-02-01T17:51:35.233Z | Compiling tiny-keccak v2.0.2 |
2135 | 2024-02-01T17:51:35.384Z | Checking assert_matches v1.5.0 |
2136 | 2024-02-01T17:51:37.180Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2137 | 2024-02-01T17:51:38.858Z | Compiling darling_core v0.14.4 |
2138 | 2024-02-01T17:51:39.167Z | Checking number_prefix v0.4.0 |
2139 | 2024-02-01T17:51:39.838Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2140 | 2024-02-01T17:51:39.841Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2141 | 2024-02-01T17:51:41.137Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2142 | 2024-02-01T17:51:41.200Z | Checking indicatif v0.17.7 |
2143 | 2024-02-01T17:51:41.266Z | Compiling ascii-canvas v3.0.0 |
2144 | 2024-02-01T17:51:41.744Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2145 | 2024-02-01T17:51:42.049Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2146 | 2024-02-01T17:51:42.075Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2147 | 2024-02-01T17:51:44.730Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2148 | 2024-02-01T17:51:46.355Z | Compiling ena v0.14.2 |
2149 | 2024-02-01T17:51:46.978Z | Compiling libloading v0.7.4 |
2150 | 2024-02-01T17:51:47.469Z | Compiling regex-syntax v0.6.29 |
2151 | 2024-02-01T17:51:47.503Z | Compiling diff v0.1.13 |
2152 | 2024-02-01T17:51:47.569Z | Compiling bindgen v0.69.2 |
2153 | 2024-02-01T17:51:48.356Z | Compiling darling_macro v0.14.4 |
2154 | 2024-02-01T17:51:50.336Z | Compiling darling v0.14.4 |
2155 | 2024-02-01T17:51:50.344Z | Compiling cexpr v0.6.0 |
2156 | 2024-02-01T17:51:50.388Z | Compiling which v4.4.0 |
2157 | 2024-02-01T17:51:51.392Z | Compiling shlex v1.3.0 |
2158 | 2024-02-01T17:51:52.078Z | Compiling ref-cast v1.0.20 |
2159 | 2024-02-01T17:51:52.823Z | Compiling lalrpop v0.19.12 |
2160 | 2024-02-01T17:51:52.957Z | Compiling rustc-hash v1.1.0 |
2161 | 2024-02-01T17:51:53.165Z | Compiling peeking_take_while v0.1.2 |
2162 | 2024-02-01T17:51:53.348Z | Checking maplit v1.0.2 |
2163 | 2024-02-01T17:51:53.492Z | Compiling lazycell v1.3.0 |
2164 | 2024-02-01T17:51:53.761Z | Compiling derive_builder_core v0.12.0 |
2165 | 2024-02-01T17:51:53.813Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2166 | 2024-02-01T17:51:54.089Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2167 | 2024-02-01T17:51:54.232Z | Compiling ref-cast-impl v1.0.20 |
2168 | 2024-02-01T17:51:56.201Z | Compiling libxml v0.3.3 |
2169 | 2024-02-01T17:51:56.990Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2170 | 2024-02-01T17:51:57.497Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2171 | 2024-02-01T17:51:57.606Z | Compiling strum_macros v0.24.3 |
2172 | 2024-02-01T17:51:57.853Z | Compiling derive_builder_macro v0.12.0 |
2173 | 2024-02-01T17:51:58.874Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2174 | 2024-02-01T17:51:59.204Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2175 | 2024-02-01T17:51:59.657Z | Compiling cookie v0.18.0 |
2176 | 2024-02-01T17:52:00.096Z | Compiling indoc v1.0.9 |
2177 | 2024-02-01T17:52:00.828Z | Checking derive_builder v0.12.0 |
2178 | 2024-02-01T17:52:01.768Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2179 | 2024-02-01T17:52:03.469Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2180 | 2024-02-01T17:52:03.744Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2181 | 2024-02-01T17:52:04.140Z | Checking bb8 v0.8.1 |
2182 | 2024-02-01T17:52:04.187Z | Checking quick-xml v0.30.0 |
2183 | 2024-02-01T17:52:04.220Z | Compiling oso-derive v0.27.0 |
2184 | 2024-02-01T17:52:04.877Z | Compiling impl-trait-for-tuples v0.2.2 |
2185 | 2024-02-01T17:52:05.960Z | Checking smawk v0.3.1 |
2186 | 2024-02-01T17:52:05.994Z | Checking unicode-linebreak v0.1.5 |
2187 | 2024-02-01T17:52:06.250Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2188 | 2024-02-01T17:52:06.664Z | Checking textwrap v0.16.0 |
2189 | 2024-02-01T17:52:07.483Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2190 | 2024-02-01T17:52:07.799Z | Checking is_ci v1.1.1 |
2191 | 2024-02-01T17:52:07.958Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2192 | 2024-02-01T17:52:07.974Z | Checking supports-color v2.1.0 |
2193 | 2024-02-01T17:52:08.258Z | Checking lru v0.12.1 |
2194 | 2024-02-01T17:52:08.670Z | Compiling stability v0.1.1 |
2195 | 2024-02-01T17:52:10.161Z | Checking cassowary v0.3.0 |
2196 | 2024-02-01T17:52:10.224Z | Compiling indoc v2.0.3 |
2197 | 2024-02-01T17:52:10.780Z | Checking rtoolbox v0.0.1 |
2198 | 2024-02-01T17:52:11.024Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2199 | 2024-02-01T17:52:11.042Z | Checking rpassword v7.3.1 |
2200 | 2024-02-01T17:52:11.242Z | Checking shell-words v1.1.0 |
2201 | 2024-02-01T17:52:11.469Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2202 | 2024-02-01T17:52:11.483Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2203 | 2024-02-01T17:52:11.975Z | Checking ratatui v0.25.0 |
2204 | 2024-02-01T17:52:12.959Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2205 | 2024-02-01T17:52:13.807Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2206 | 2024-02-01T17:52:15.388Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2207 | 2024-02-01T17:52:16.008Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2208 | 2024-02-01T17:52:16.234Z | Checking tui-tree-widget v0.16.0 |
2209 | 2024-02-01T17:52:16.682Z | Checking fatfs v0.3.6 |
2210 | 2024-02-01T17:52:17.153Z | Checking yansi v0.5.1 |
2211 | 2024-02-01T17:52:17.871Z | Checking pretty_assertions v1.4.0 |
2212 | 2024-02-01T17:52:18.159Z | Compiling target-lexicon v0.12.12 |
2213 | 2024-02-01T17:52:18.444Z | Checking plotters-backend v0.3.5 |
2214 | 2024-02-01T17:52:19.007Z | Compiling guppy-workspace-hack v0.1.0 |
2215 | 2024-02-01T17:52:19.444Z | Checking plotters-svg v0.3.5 |
2216 | 2024-02-01T17:52:19.774Z | Checking http-body v1.0.0 |
2217 | 2024-02-01T17:52:20.068Z | Checking rand v0.4.6 |
2218 | 2024-02-01T17:52:20.536Z | Checking cast v0.3.0 |
2219 | 2024-02-01T17:52:21.040Z | Checking tower-layer v0.3.2 |
2220 | 2024-02-01T17:52:21.451Z | Checking remove_dir_all v0.5.3 |
2221 | 2024-02-01T17:52:21.575Z | Compiling target-spec v3.0.1 |
2222 | 2024-02-01T17:52:21.633Z | Checking tempdir v0.3.7 |
2223 | 2024-02-01T17:52:21.880Z | Checking tower v0.4.13 |
2224 | 2024-02-01T17:52:22.428Z | Checking criterion-plot v0.5.0 |
2225 | 2024-02-01T17:52:23.148Z | Checking cfg-expr v0.15.5 |
2226 | 2024-02-01T17:52:23.175Z | Checking hyper v1.1.0 |
2227 | 2024-02-01T17:52:24.213Z | Checking plotters v0.3.5 |
2228 | 2024-02-01T17:52:24.605Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2229 | 2024-02-01T17:52:25.157Z | Checking tinytemplate v1.2.1 |
2230 | 2024-02-01T17:52:26.146Z | Checking cargo-platform v0.1.3 |
2231 | 2024-02-01T17:52:26.158Z | Checking anes v0.1.6 |
2232 | 2024-02-01T17:52:26.159Z | Checking oorandom v11.1.3 |
2233 | 2024-02-01T17:52:26.430Z | Checking cargo_metadata v0.18.1 |
2234 | 2024-02-01T17:52:26.532Z | Checking hyper-util v0.1.2 |
2235 | 2024-02-01T17:52:26.970Z | Checking criterion v0.5.1 |
2236 | 2024-02-01T17:52:26.990Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2237 | 2024-02-01T17:52:29.063Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2238 | 2024-02-01T17:52:29.494Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2239 | 2024-02-01T17:52:31.836Z | Checking assert_cmd v2.0.13 |
2240 | 2024-02-01T17:52:32.455Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2241 | 2024-02-01T17:52:36.651Z | Checking rustls-native-certs v0.7.0 |
2242 | 2024-02-01T17:52:36.743Z | Checking pathdiff v0.2.1 |
2243 | 2024-02-01T17:52:36.743Z | Checking nested v0.1.1 |
2244 | 2024-02-01T17:52:37.414Z | Checking guppy v0.17.4 |
2245 | 2024-02-01T17:52:37.550Z | Checking hyper-rustls v0.26.0 |
2246 | 2024-02-01T17:52:37.604Z | Checking threadpool v1.8.1 |
2247 | 2024-02-01T17:52:37.892Z | Checking nanorand v0.7.0 |
2248 | 2024-02-01T17:52:38.045Z | Checking libtest-mimic v0.6.1 |
2249 | 2024-02-01T17:52:38.470Z | Checking flume v0.11.0 |
2250 | 2024-02-01T17:52:38.722Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2251 | 2024-02-01T17:52:39.261Z | Checking httptest v0.15.5 |
2252 | 2024-02-01T17:52:39.359Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2253 | 2024-02-01T17:52:40.484Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2254 | 2024-02-01T17:52:40.745Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2255 | 2024-02-01T17:52:40.881Z | Checking similar-asserts v1.5.0 |
2256 | 2024-02-01T17:52:41.227Z | Compiling rstest_macros v0.18.2 |
2257 | 2024-02-01T17:52:42.003Z | Compiling crossbeam-queue v0.3.8 |
2258 | 2024-02-01T17:52:42.943Z | Checking datatest-stable v0.2.3 |
2259 | 2024-02-01T17:52:43.254Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2260 | 2024-02-01T17:52:43.692Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2261 | 2024-02-01T17:52:44.073Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2262 | 2024-02-01T17:52:44.515Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2263 | 2024-02-01T17:52:45.233Z | Compiling relative-path v1.9.0 |
2264 | 2024-02-01T17:52:45.464Z | Checking arrayref v0.3.7 |
2265 | 2024-02-01T17:52:45.464Z | Checking constant_time_eq v0.2.6 |
2266 | 2024-02-01T17:52:45.675Z | Checking arrayvec v0.7.4 |
2267 | 2024-02-01T17:52:45.675Z | Compiling trybuild v1.0.89 |
2268 | 2024-02-01T17:52:46.101Z | Checking blake2b_simd v1.0.1 |
2269 | 2024-02-01T17:52:46.743Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2270 | 2024-02-01T17:52:47.455Z | Checking basic-toml v0.1.8 |
2271 | 2024-02-01T17:52:48.921Z | Checking futures-timer v3.0.2 |
2272 | 2024-02-01T17:52:49.332Z | Checking constant_time_eq v0.3.0 |
2273 | 2024-02-01T17:52:49.450Z | Checking rust-argon2 v1.0.1 |
2274 | 2024-02-01T17:52:52.305Z | Checking crossbeam v0.8.2 |
2275 | 2024-02-01T17:52:54.579Z | Checking partial-io v0.5.4 |
2276 | 2024-02-01T17:53:13.084Z | Checking approx v0.5.1 |
2277 | 2024-02-01T17:53:13.084Z | Checking termios v0.3.3 |
2278 | 2024-02-01T17:53:13.084Z | Checking hex-literal v0.4.1 |
2279 | 2024-02-01T17:53:13.267Z | Checking rstest v0.18.2 |
2280 | 2024-02-01T17:53:13.267Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2281 | 2024-02-01T17:53:13.488Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2282 | 2024-02-01T17:54:20.874Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2283 | 2024-02-01T17:54:22.290Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2284 | 2024-02-01T17:54:25.742Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2285 | 2024-02-01T17:54:32.630Z | Compiling samael v0.0.14 |
2286 | 2024-02-01T17:54:37.267Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2287 | 2024-02-01T17:55:06.023Z | Compiling polar-core v0.27.0 |
2288 | 2024-02-01T17:55:16.866Z | Checking oso v0.27.0 |
2289 | 2024-02-01T17:55:56.817Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2290 | 2024-02-01T17:57:27.510Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 47s |
2291 | 2024-02-01T17:57:27.734Z | |
2292 | 2024-02-01T17:57:27.751Z | real 11:47.407463695 |
2293 | 2024-02-01T17:57:27.752Z | user 1:04:29.200436147 |
2294 | 2024-02-01T17:57:27.752Z | sys 8:19.695561888 |
2295 | 2024-02-01T17:57:27.752Z | trap 2.129810856 |
2296 | 2024-02-01T17:57:27.752Z | tflt 2.413078771 |
2297 | 2024-02-01T17:57:27.752Z | dflt 6.146513974 |
2298 | 2024-02-01T17:57:27.752Z | kflt 0.017768384 |
2299 | 2024-02-01T17:57:27.752Z | lock 1:42:43.545821672 |
2300 | 2024-02-01T17:57:27.752Z | slp 3:11:43.001037426 |
2301 | 2024-02-01T17:57:27.753Z | lat 2:17.535309496 |
2302 | 2024-02-01T17:57:27.753Z | stop 4:51.116056637 |
2303 | 2024-02-01T17:57:28.962Z | warning: output filename collision. |
2304 | 2024-02-01T17:57:28.962Z | 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)`. |
2305 | 2024-02-01T17:57:28.962Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2306 | 2024-02-01T17:57:28.964Z | The targets should have unique names. |
2307 | 2024-02-01T17:57:28.965Z | This is a known bug where multiple crates with the same name use |
2308 | 2024-02-01T17:57:28.965Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2309 | 2024-02-01T17:57:28.972Z | warning: output filename collision. |
2310 | 2024-02-01T17:57:28.972Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2311 | 2024-02-01T17:57:28.972Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2312 | 2024-02-01T17:57:28.972Z | The targets should have unique names. |
2313 | 2024-02-01T17:57:28.972Z | This is a known bug where multiple crates with the same name use |
2314 | 2024-02-01T17:57:28.972Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2315 | 2024-02-01T17:57:28.972Z | warning: output filename collision. |
2316 | 2024-02-01T17:57:28.973Z | 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)`. |
2317 | 2024-02-01T17:57:28.973Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2318 | 2024-02-01T17:57:28.974Z | The targets should have unique names. |
2319 | 2024-02-01T17:57:28.974Z | This is a known bug where multiple crates with the same name use |
2320 | 2024-02-01T17:57:28.974Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2321 | 2024-02-01T17:57:28.974Z | warning: output filename collision. |
2322 | 2024-02-01T17:57:28.974Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2323 | 2024-02-01T17:57:28.974Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2324 | 2024-02-01T17:57:28.974Z | The targets should have unique names. |
2325 | 2024-02-01T17:57:28.974Z | This is a known bug where multiple crates with the same name use |
2326 | 2024-02-01T17:57:28.975Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2327 | 2024-02-01T17:57:28.975Z | warning: output filename collision. |
2328 | 2024-02-01T17:57:28.975Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2329 | 2024-02-01T17:57:28.975Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2330 | 2024-02-01T17:57:28.975Z | The targets should have unique names. |
2331 | 2024-02-01T17:57:28.975Z | This is a known bug where multiple crates with the same name use |
2332 | 2024-02-01T17:57:28.975Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2333 | 2024-02-01T17:57:28.975Z | warning: output filename collision. |
2334 | 2024-02-01T17:57:28.976Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2335 | 2024-02-01T17:57:28.976Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2336 | 2024-02-01T17:57:28.976Z | The targets should have unique names. |
2337 | 2024-02-01T17:57:28.976Z | This is a known bug where multiple crates with the same name use |
2338 | 2024-02-01T17:57:28.976Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2339 | 2024-02-01T17:57:28.976Z | warning: output filename collision. |
2340 | 2024-02-01T17:57:28.976Z | 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)`. |
2341 | 2024-02-01T17:57:28.976Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2342 | 2024-02-01T17:57:28.976Z | The targets should have unique names. |
2343 | 2024-02-01T17:57:28.976Z | This is a known bug where multiple crates with the same name use |
2344 | 2024-02-01T17:57:28.976Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2345 | 2024-02-01T17:57:29.610Z | Documenting libc v0.2.152 |
2346 | 2024-02-01T17:57:29.625Z | Documenting cfg-if v1.0.0 |
2347 | 2024-02-01T17:57:29.639Z | Documenting serde_derive v1.0.195 |
2348 | 2024-02-01T17:57:29.669Z | Documenting log v0.4.20 |
2349 | 2024-02-01T17:57:29.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2350 | 2024-02-01T17:57:29.709Z | Documenting memchr v2.6.3 |
2351 | 2024-02-01T17:57:29.715Z | Documenting scopeguard v1.2.0 |
2352 | 2024-02-01T17:57:29.726Z | Documenting byteorder v1.5.0 |
2353 | 2024-02-01T17:57:30.091Z | Documenting smallvec v1.11.2 |
2354 | 2024-02-01T17:57:33.532Z | Documenting itoa v1.0.9 |
2355 | 2024-02-01T17:57:33.701Z | Documenting lock_api v0.4.10 |
2356 | 2024-02-01T17:57:34.693Z | Documenting zeroize_derive v1.4.2 |
2357 | 2024-02-01T17:57:35.812Z | Documenting once_cell v1.19.0 |
2358 | 2024-02-01T17:57:35.827Z | Documenting pin-project-lite v0.2.13 |
2359 | 2024-02-01T17:57:36.075Z | Documenting getrandom v0.2.10 |
2360 | 2024-02-01T17:57:36.475Z | Documenting parking_lot_core v0.9.8 |
2361 | 2024-02-01T17:57:37.618Z | Documenting libm v0.2.7 |
2362 | 2024-02-01T17:57:38.068Z | Documenting signal-hook-registry v1.4.1 |
2363 | 2024-02-01T17:57:39.766Z | Documenting mio v0.8.9 |
2364 | 2024-02-01T17:57:40.422Z | Documenting serde v1.0.195 |
2365 | 2024-02-01T17:57:41.569Z | Documenting futures-core v0.3.30 |
2366 | 2024-02-01T17:57:41.604Z | Documenting rand_core v0.6.4 |
2367 | 2024-02-01T17:57:42.099Z | Documenting zeroize v1.7.0 |
2368 | 2024-02-01T17:57:42.567Z | Documenting num-traits v0.2.16 |
2369 | 2024-02-01T17:57:42.986Z | Documenting parking_lot v0.12.1 |
2370 | 2024-02-01T17:57:44.269Z | Documenting thiserror-impl v1.0.56 |
2371 | 2024-02-01T17:57:45.791Z | Documenting socket2 v0.5.5 |
2372 | 2024-02-01T17:57:47.164Z | Documenting num_cpus v1.16.0 |
2373 | 2024-02-01T17:57:47.490Z | Documenting tokio-macros v2.2.0 |
2374 | 2024-02-01T17:57:47.916Z | Documenting typenum v1.16.0 |
2375 | 2024-02-01T17:57:48.745Z | Documenting subtle v2.5.0 |
2376 | 2024-02-01T17:57:49.684Z | Documenting ryu v1.0.15 |
2377 | 2024-02-01T17:57:52.728Z | Documenting thiserror v1.0.56 |
2378 | 2024-02-01T17:57:52.735Z | Documenting zerocopy v0.7.32 |
2379 | 2024-02-01T17:57:53.451Z | Documenting futures-sink v0.3.30 |
2380 | 2024-02-01T17:57:53.686Z | Documenting pin-utils v0.1.0 |
2381 | 2024-02-01T17:57:54.369Z | Documenting slab v0.4.9 |
2382 | 2024-02-01T17:57:54.795Z | Documenting futures-macro v0.3.30 |
2383 | 2024-02-01T17:57:58.283Z | Documenting futures-task v0.3.30 |
2384 | 2024-02-01T17:57:59.617Z | Documenting futures-channel v0.3.30 |
2385 | 2024-02-01T17:58:00.910Z | Documenting futures-io v0.3.30 |
2386 | 2024-02-01T17:58:01.364Z | Documenting const-oid v0.9.5 |
2387 | 2024-02-01T17:58:13.081Z | Documenting iana-time-zone v0.1.57 |
2388 | 2024-02-01T17:58:13.523Z | Documenting ahash v0.8.6 |
2389 | 2024-02-01T17:58:13.523Z | Documenting allocator-api2 v0.2.16 |
2390 | 2024-02-01T17:58:13.762Z | Documenting tinyvec_macros v0.1.1 |
2391 | 2024-02-01T17:58:13.763Z | Documenting futures-util v0.3.30 |
2392 | 2024-02-01T17:58:13.763Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2393 | 2024-02-01T17:58:13.763Z | Documenting tracing-core v0.1.31 |
2394 | 2024-02-01T17:58:13.763Z | Documenting tracing-attributes v0.1.26 |
2395 | 2024-02-01T17:58:13.763Z | Documenting tinyvec v1.6.0 |
2396 | 2024-02-01T17:58:13.763Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2397 | 2024-02-01T17:58:13.763Z | Documenting hashbrown v0.14.2 |
2398 | 2024-02-01T17:58:16.484Z | Documenting unicode-normalization v0.1.22 |
2399 | 2024-02-01T17:58:18.015Z | Documenting bytes v1.5.0 |
2400 | 2024-02-01T17:58:20.031Z | Documenting bitflags v2.4.0 |
2401 | 2024-02-01T17:58:20.232Z | Documenting serde_json v1.0.113 |
2402 | 2024-02-01T17:58:22.736Z | Documenting chrono v0.4.31 |
2403 | 2024-02-01T17:58:24.174Z | Documenting uuid v1.7.0 |
2404 | 2024-02-01T17:58:25.343Z | Documenting tokio v1.35.1 |
2405 | 2024-02-01T17:58:26.449Z | Documenting ppv-lite86 v0.2.17 |
2406 | 2024-02-01T17:58:27.486Z | Documenting unicode-bidi v0.3.13 |
2407 | 2024-02-01T17:58:29.082Z | Documenting equivalent v1.0.1 |
2408 | 2024-02-01T17:58:30.919Z | Documenting percent-encoding v2.3.1 |
2409 | 2024-02-01T17:58:31.650Z | Documenting rand_chacha v0.3.1 |
2410 | 2024-02-01T17:58:31.716Z | Documenting base64 v0.21.7 |
2411 | 2024-02-01T17:58:33.564Z | Documenting lazy_static v1.4.0 |
2412 | 2024-02-01T17:58:33.735Z | Documenting generic-array v0.14.7 |
2413 | 2024-02-01T17:58:34.610Z | Documenting indexmap v2.2.2 |
2414 | 2024-02-01T17:58:37.150Z | Documenting form_urlencoded v1.2.1 |
2415 | 2024-02-01T17:58:37.618Z | Checking serde_derive_internals v0.26.0 |
2416 | 2024-02-01T17:58:37.967Z | Documenting rand v0.8.5 |
2417 | 2024-02-01T17:58:38.262Z | Documenting serde_derive_internals v0.26.0 |
2418 | 2024-02-01T17:58:38.563Z | Documenting dyn-clone v1.0.13 |
2419 | 2024-02-01T17:58:40.557Z | Documenting crypto-common v0.1.6 |
2420 | 2024-02-01T17:58:42.016Z | Documenting block-buffer v0.10.4 |
2421 | 2024-02-01T17:58:42.359Z | Documenting tracing v0.1.37 |
2422 | 2024-02-01T17:58:43.045Z | Documenting fnv v1.0.7 |
2423 | 2024-02-01T17:58:43.067Z | Documenting cpufeatures v0.2.12 |
2424 | 2024-02-01T17:58:43.248Z | Documenting idna v0.5.0 |
2425 | 2024-02-01T17:58:44.796Z | Documenting httparse v1.8.0 |
2426 | 2024-02-01T17:58:46.757Z | Documenting errno v0.3.8 |
2427 | 2024-02-01T17:58:47.166Z | Documenting unicode-width v0.1.11 |
2428 | 2024-02-01T17:58:47.193Z | Documenting schemars_derive v0.8.16 |
2429 | 2024-02-01T17:58:47.867Z | Documenting digest v0.10.7 |
2430 | 2024-02-01T17:58:48.935Z | Documenting unicode-ident v1.0.12 |
2431 | 2024-02-01T17:58:49.763Z | Documenting url v2.5.0 |
2432 | 2024-02-01T17:58:50.824Z | Documenting try-lock v0.2.4 |
2433 | 2024-02-01T17:58:51.155Z | Documenting adler v1.0.2 |
2434 | 2024-02-01T17:58:52.227Z | Documenting rustix v0.38.30 |
2435 | 2024-02-01T17:58:52.950Z | Documenting proc-macro2 v1.0.78 |
2436 | 2024-02-01T17:58:54.887Z | Documenting httpdate v1.0.3 |
2437 | 2024-02-01T17:58:55.117Z | Documenting miniz_oxide v0.7.1 |
2438 | 2024-02-01T17:58:55.497Z | Documenting want v0.3.1 |
2439 | 2024-02-01T17:58:55.980Z | Documenting schemars v0.8.16 |
2440 | 2024-02-01T17:58:57.222Z | Documenting http-body v0.4.5 |
2441 | 2024-02-01T17:58:59.796Z | Documenting openssl-sys v0.9.96 |
2442 | 2024-02-01T17:59:00.212Z | Documenting openssl-macros v0.1.1 |
2443 | 2024-02-01T17:59:01.278Z | Documenting base64ct v1.6.0 |
2444 | 2024-02-01T17:59:02.241Z | Documenting mime v0.3.17 |
2445 | 2024-02-01T17:59:02.414Z | Documenting tower-service v0.3.2 |
2446 | 2024-02-01T17:59:03.880Z | Documenting quote v1.0.35 |
2447 | 2024-02-01T17:59:07.158Z | Documenting aho-corasick v1.0.4 |
2448 | 2024-02-01T17:59:07.572Z | Documenting regex-syntax v0.8.2 |
2449 | 2024-02-01T17:59:07.591Z | Documenting ipnet v2.9.0 |
2450 | 2024-02-01T17:59:08.492Z | Documenting openssl-probe v0.1.5 |
2451 | 2024-02-01T17:59:08.529Z | Documenting slog v2.7.0 |
2452 | 2024-02-01T17:59:10.002Z | Documenting openssl v0.10.60 |
2453 | 2024-02-01T17:59:10.194Z | Documenting syn v2.0.48 |
2454 | 2024-02-01T17:59:13.672Z | Documenting tokio-util v0.7.10 |
2455 | 2024-02-01T17:59:14.171Z | Documenting async-trait v0.1.77 |
2456 | 2024-02-01T17:59:14.171Z | Documenting pem-rfc7468 v0.7.0 |
2457 | 2024-02-01T17:59:14.779Z | Documenting encoding_rs v0.8.33 |
2458 | 2024-02-01T17:59:15.156Z | Documenting der_derive v0.7.2 |
2459 | 2024-02-01T17:59:18.269Z | Documenting regex-automata v0.4.4 |
2460 | 2024-02-01T17:59:19.913Z | Documenting utf8parse v0.2.1 |
2461 | 2024-02-01T17:59:26.593Z | Documenting flagset v0.4.3 |
2462 | 2024-02-01T17:59:26.593Z | Documenting serde_urlencoded v0.7.1 |
2463 | 2024-02-01T17:59:26.593Z | Documenting h2 v0.3.24 |
2464 | 2024-02-01T17:59:26.593Z | Documenting native-tls v0.2.11 |
2465 | 2024-02-01T17:59:26.593Z | Documenting num-integer v0.1.45 |
2466 | 2024-02-01T17:59:26.593Z | Documenting time-macros v0.2.13 |
2467 | 2024-02-01T17:59:26.593Z | Documenting der v0.7.8 |
2468 | 2024-02-01T17:59:28.737Z | Documenting deranged v0.3.8 |
2469 | 2024-02-01T17:59:30.086Z | Documenting gimli v0.28.0 |
2470 | 2024-02-01T17:59:31.132Z | Documenting time-core v0.1.1 |
2471 | 2024-02-01T17:59:31.217Z | Documenting regex v1.10.3 |
2472 | 2024-02-01T17:59:31.953Z | Documenting tokio-native-tls v0.3.1 |
2473 | 2024-02-01T17:59:33.139Z | Documenting num_threads v0.1.6 |
2474 | 2024-02-01T17:59:35.257Z | Documenting spki v0.7.2 |
2475 | 2024-02-01T17:59:35.943Z | Documenting object v0.32.1 |
2476 | 2024-02-01T17:59:39.090Z | Documenting hyper v0.14.27 |
2477 | 2024-02-01T17:59:39.594Z | Documenting time v0.3.27 |
2478 | 2024-02-01T17:59:39.606Z | Documenting crossbeam-utils v0.8.16 |
2479 | 2024-02-01T17:59:39.621Z | Documenting addr2line v0.21.0 |
2480 | 2024-02-01T17:59:39.679Z | Documenting rustc-demangle v0.1.23 |
2481 | 2024-02-01T17:59:43.423Z | Documenting webpki-roots v0.25.2 |
2482 | 2024-02-01T17:59:43.478Z | Documenting spin v0.9.8 |
2483 | 2024-02-01T17:59:44.009Z | Documenting pkcs8 v0.10.2 |
2484 | 2024-02-01T17:59:45.370Z | Documenting openapiv3 v2.0.0 |
2485 | 2024-02-01T17:59:46.389Z | Checking pest_meta v2.7.6 |
2486 | 2024-02-01T17:59:46.910Z | Documenting data-encoding v2.4.0 |
2487 | 2024-02-01T17:59:47.965Z | Documenting anstyle v1.0.2 |
2488 | 2024-02-01T17:59:48.137Z | Documenting anstyle-parse v0.2.1 |
2489 | 2024-02-01T17:59:48.452Z | Documenting ipnetwork v0.20.0 |
2490 | 2024-02-01T17:59:50.824Z | Documenting sha2 v0.10.8 |
2491 | 2024-02-01T17:59:52.923Z | Documenting futures-executor v0.3.30 |
2492 | 2024-02-01T17:59:53.232Z | Documenting hex v0.4.3 |
2493 | 2024-02-01T17:59:54.781Z | Documenting crc32fast v1.3.2 |
2494 | 2024-02-01T17:59:54.839Z | Documenting backtrace v0.3.69 |
2495 | 2024-02-01T17:59:57.140Z | Documenting pest_meta v2.7.6 |
2496 | 2024-02-01T17:59:57.294Z | Documenting scroll_derive v0.12.0 |
2497 | 2024-02-01T17:59:58.349Z | Documenting colorchoice v1.0.0 |
2498 | 2024-02-01T17:59:58.930Z | Documenting hyper-rustls v0.24.2 |
2499 | 2024-02-01T17:59:59.118Z | Documenting hyper-tls v0.5.0 |
2500 | 2024-02-01T18:00:00.022Z | Documenting either v1.9.0 |
2501 | 2024-02-01T18:00:00.553Z | Documenting untrusted v0.9.0 |
2502 | 2024-02-01T18:00:02.853Z | Documenting anstyle-query v1.0.0 |
2503 | 2024-02-01T18:00:03.136Z | Documenting pest_generator v2.7.6 |
2504 | 2024-02-01T18:00:03.358Z | Documenting anyhow v1.0.75 |
2505 | 2024-02-01T18:00:04.587Z | Documenting scroll v0.12.0 |
2506 | 2024-02-01T18:00:04.694Z | Documenting ring v0.17.7 |
2507 | 2024-02-01T18:00:05.914Z | Checking pest_generator v2.7.6 |
2508 | 2024-02-01T18:00:07.128Z | Documenting num-iter v0.1.43 |
2509 | 2024-02-01T18:00:08.560Z | Documenting anstream v0.5.0 |
2510 | 2024-02-01T18:00:09.936Z | Documenting hmac v0.12.1 |
2511 | 2024-02-01T18:00:10.457Z | Documenting reqwest v0.11.22 |
2512 | 2024-02-01T18:00:10.878Z | Documenting signal-hook v0.3.17 |
2513 | 2024-02-01T18:00:10.881Z | Documenting terminal_size v0.2.6 |
2514 | 2024-02-01T18:00:11.065Z | Documenting memoffset v0.9.0 |
2515 | 2024-02-01T18:00:12.374Z | Documenting clap_lex v0.5.1 |
2516 | 2024-02-01T18:00:13.258Z | Documenting ucd-trie v0.1.6 |
2517 | 2024-02-01T18:00:14.883Z | Documenting strsim v0.10.0 |
2518 | 2024-02-01T18:00:15.094Z | Documenting plain v0.2.3 |
2519 | 2024-02-01T18:00:16.098Z | Documenting crossbeam-epoch v0.9.15 |
2520 | 2024-02-01T18:00:16.657Z | Documenting pest_derive v2.7.6 |
2521 | 2024-02-01T18:00:17.210Z | Documenting flate2 v1.0.28 |
2522 | 2024-02-01T18:00:18.316Z | Documenting futures v0.3.30 |
2523 | 2024-02-01T18:00:19.133Z | Documenting pest v2.7.6 |
2524 | 2024-02-01T18:00:19.258Z | Documenting goblin v0.8.0 |
2525 | 2024-02-01T18:00:20.872Z | Documenting clap_builder v4.4.2 |
2526 | 2024-02-01T18:00:22.576Z | Documenting clap_derive v4.4.2 |
2527 | 2024-02-01T18:00:23.212Z | Documenting unicode-segmentation v1.10.1 |
2528 | 2024-02-01T18:00:24.325Z | Documenting managed v0.8.0 |
2529 | 2024-02-01T18:00:26.250Z | Documenting pretty-hex v0.4.1 |
2530 | 2024-02-01T18:00:26.671Z | Documenting dtrace-parser v0.2.0 |
2531 | 2024-02-01T18:00:28.182Z | Documenting signal-hook-mio v0.2.3 |
2532 | 2024-02-01T18:00:29.235Z | Documenting block-padding v0.3.3 |
2533 | 2024-02-01T18:00:30.008Z | Documenting scheduled-thread-pool v0.2.7 |
2534 | 2024-02-01T18:00:31.244Z | Documenting thread-id v4.2.0 |
2535 | 2024-02-01T18:00:31.244Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2536 | 2024-02-01T18:00:31.723Z | Documenting clap v4.4.3 |
2537 | 2024-02-01T18:00:31.743Z | Documenting dof v0.3.0 |
2538 | 2024-02-01T18:00:37.511Z | Documenting enum-as-inner v0.5.1 |
2539 | 2024-02-01T18:00:37.713Z | Documenting diesel_table_macro_syntax v0.1.0 |
2540 | 2024-02-01T18:00:37.713Z | Checking diesel_table_macro_syntax v0.1.0 |
2541 | 2024-02-01T18:00:37.783Z | Documenting inout v0.1.3 |
2542 | 2024-02-01T18:00:37.783Z | Documenting crossterm v0.27.0 |
2543 | 2024-02-01T18:00:37.784Z | Documenting r2d2 v0.8.10 |
2544 | 2024-02-01T18:00:37.784Z | Documenting bzip2 v0.4.4 |
2545 | 2024-02-01T18:00:38.545Z | Documenting md-5 v0.10.5 |
2546 | 2024-02-01T18:00:39.257Z | Documenting usdt-impl v0.5.0 |
2547 | 2024-02-01T18:00:40.021Z | Documenting trust-dns-proto v0.22.0 |
2548 | 2024-02-01T18:00:41.507Z | Documenting diesel_derives v2.1.2 |
2549 | 2024-02-01T18:00:41.725Z | Documenting stringprep v0.1.3 |
2550 | 2024-02-01T18:00:43.323Z | Documenting serde_spanned v0.6.4 |
2551 | 2024-02-01T18:00:43.630Z | Documenting toml_datetime v0.6.5 |
2552 | 2024-02-01T18:00:44.435Z | Documenting ff v0.13.0 |
2553 | 2024-02-01T18:00:45.867Z | Documenting regress v0.7.1 |
2554 | 2024-02-01T18:00:47.582Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2555 | 2024-02-01T18:00:49.461Z | Documenting siphasher v0.3.11 |
2556 | 2024-02-01T18:00:49.810Z | Documenting bit-vec v0.6.3 |
2557 | 2024-02-01T18:00:50.178Z | Documenting base16ct v0.2.0 |
2558 | 2024-02-01T18:00:50.384Z | Documenting static_assertions v1.1.0 |
2559 | 2024-02-01T18:00:53.237Z | Documenting fallible-iterator v0.2.0 |
2560 | 2024-02-01T18:00:53.796Z | Documenting winnow v0.5.15 |
2561 | 2024-02-01T18:00:54.237Z | Documenting phf_shared v0.11.2 |
2562 | 2024-02-01T18:00:54.244Z | Documenting diesel v2.1.4 |
2563 | 2024-02-01T18:00:54.661Z | Documenting sec1 v0.7.3 |
2564 | 2024-02-01T18:00:54.784Z | Documenting group v0.13.0 |
2565 | 2024-02-01T18:00:55.081Z | Documenting zip v0.6.6 |
2566 | 2024-02-01T18:00:55.858Z | Documenting cipher v0.4.4 |
2567 | 2024-02-01T18:01:00.170Z | Documenting hkdf v0.12.4 |
2568 | 2024-02-01T18:01:00.806Z | Documenting num-bigint v0.4.4 |
2569 | 2024-02-01T18:01:00.970Z | Documenting postgres-protocol v0.6.6 |
2570 | 2024-02-01T18:01:02.066Z | Documenting crypto-bigint v0.5.2 |
2571 | 2024-02-01T18:01:02.098Z | Documenting toml_edit v0.21.0 |
2572 | 2024-02-01T18:01:04.095Z | Documenting camino v1.1.6 |
2573 | 2024-02-01T18:01:05.947Z | Documenting hubpack v0.1.2 |
2574 | 2024-02-01T18:01:07.940Z | Documenting bstr v1.6.0 |
2575 | 2024-02-01T18:01:10.954Z | Documenting serde_repr v0.1.16 |
2576 | 2024-02-01T18:01:11.186Z | Documenting heck v0.4.1 |
2577 | 2024-02-01T18:01:11.428Z | Documenting fixedbitset v0.4.2 |
2578 | 2024-02-01T18:01:11.626Z | Documenting minimal-lexical v0.2.1 |
2579 | 2024-02-01T18:01:12.761Z | Documenting precomputed-hash v0.1.1 |
2580 | 2024-02-01T18:01:13.602Z | Documenting new_debug_unreachable v1.0.4 |
2581 | 2024-02-01T18:01:16.222Z | Documenting lalrpop-util v0.19.12 |
2582 | 2024-02-01T18:01:16.261Z | Documenting petgraph v0.6.4 |
2583 | 2024-02-01T18:01:17.560Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2584 | 2024-02-01T18:01:17.777Z | Documenting elliptic-curve v0.13.8 |
2585 | 2024-02-01T18:01:17.966Z | Documenting nom v7.1.3 |
2586 | 2024-02-01T18:01:18.495Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2587 | 2024-02-01T18:01:19.322Z | Documenting string_cache v0.8.7 |
2588 | 2024-02-01T18:01:21.893Z | Documenting postgres-types v0.2.6 |
2589 | 2024-02-01T18:01:25.200Z | Documenting yasna v0.5.2 |
2590 | 2024-02-01T18:01:25.333Z | Documenting phf v0.11.2 |
2591 | 2024-02-01T18:01:27.501Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2592 | 2024-02-01T18:01:27.624Z | Documenting console v0.15.8 |
2593 | 2024-02-01T18:01:28.041Z | Documenting semver v1.0.21 |
2594 | 2024-02-01T18:01:29.295Z | Documenting float-cmp v0.9.0 |
2595 | 2024-02-01T18:01:32.320Z | Documenting whoami v1.4.1 |
2596 | 2024-02-01T18:01:32.903Z | Documenting normalize-line-endings v0.3.0 |
2597 | 2024-02-01T18:01:34.185Z | Documenting predicates-core v1.0.6 |
2598 | 2024-02-01T18:01:34.592Z | Documenting difflib v0.4.0 |
2599 | 2024-02-01T18:01:34.838Z | Documenting bit-set v0.5.3 |
2600 | 2024-02-01T18:01:35.136Z | Documenting similar v2.3.0 |
2601 | 2024-02-01T18:01:36.500Z | Documenting getopts v0.2.21 |
2602 | 2024-02-01T18:01:37.713Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2603 | 2024-02-01T18:01:38.640Z | Documenting tokio-postgres v0.7.10 |
2604 | 2024-02-01T18:01:39.091Z | Documenting tokio-stream v0.1.14 |
2605 | 2024-02-01T18:01:40.259Z | Checking ident_case v1.0.1 |
2606 | 2024-02-01T18:01:40.477Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2607 | 2024-02-01T18:01:40.640Z | Documenting predicates v3.1.0 |
2608 | 2024-02-01T18:01:41.112Z | Documenting match_cfg v0.1.0 |
2609 | 2024-02-01T18:01:41.517Z | Documenting sha1 v0.10.6 |
2610 | 2024-02-01T18:01:43.030Z | Documenting dirs-sys-next v0.1.2 |
2611 | 2024-02-01T18:01:45.197Z | Documenting hostname v0.3.1 |
2612 | 2024-02-01T18:01:46.570Z | Documenting rustls-pki-types v1.1.0 |
2613 | 2024-02-01T18:01:47.965Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2614 | 2024-02-01T18:01:47.977Z | Documenting paste v1.0.14 |
2615 | 2024-02-01T18:01:48.370Z | Documenting dirs-next v2.0.0 |
2616 | 2024-02-01T18:01:48.653Z | Documenting thread_local v1.1.7 |
2617 | 2024-02-01T18:01:50.813Z | Documenting crossbeam-channel v0.5.8 |
2618 | 2024-02-01T18:01:50.846Z | Documenting atty v0.2.14 |
2619 | 2024-02-01T18:01:53.935Z | Documenting rustls-webpki v0.102.1 |
2620 | 2024-02-01T18:01:53.958Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2621 | 2024-02-01T18:01:54.075Z | Documenting term v0.7.0 |
2622 | 2024-02-01T18:01:54.287Z | Documenting take_mut v0.2.2 |
2623 | 2024-02-01T18:01:54.840Z | Documenting slog-json v2.6.1 |
2624 | 2024-02-01T18:01:55.699Z | Documenting http v1.0.0 |
2625 | 2024-02-01T18:01:57.788Z | Documenting async-stream-impl v0.3.5 |
2626 | 2024-02-01T18:01:59.186Z | Documenting atomic-waker v1.1.1 |
2627 | 2024-02-01T18:02:00.014Z | Documenting rustls v0.22.2 |
2628 | 2024-02-01T18:02:00.394Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2629 | 2024-02-01T18:02:00.430Z | Documenting slog-async v2.8.0 |
2630 | 2024-02-01T18:02:00.697Z | Documenting slog-term v2.9.0 |
2631 | 2024-02-01T18:02:02.498Z | Documenting debug-ignore v1.0.5 |
2632 | 2024-02-01T18:02:03.319Z | Documenting waitgroup v0.1.2 |
2633 | 2024-02-01T18:02:03.726Z | Documenting multer v3.0.0 |
2634 | 2024-02-01T18:02:05.096Z | Documenting async-stream v0.3.5 |
2635 | 2024-02-01T18:02:06.674Z | Documenting slog-bunyan v2.5.0 |
2636 | 2024-02-01T18:02:06.820Z | Documenting rustls-pemfile v2.0.0 |
2637 | 2024-02-01T18:02:07.258Z | Checking darling_core v0.20.3 |
2638 | 2024-02-01T18:02:09.580Z | Documenting toml v0.8.8 |
2639 | 2024-02-01T18:02:10.291Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2640 | 2024-02-01T18:02:10.891Z | Documenting serde_path_to_error v0.1.15 |
2641 | 2024-02-01T18:02:11.265Z | Documenting strum v0.25.0 |
2642 | 2024-02-01T18:02:12.834Z | Checking darling v0.20.3 |
2643 | 2024-02-01T18:02:12.991Z | Documenting serde_with_macros v3.5.1 |
2644 | 2024-02-01T18:02:13.359Z | Documenting structmeta-derive v0.2.0 |
2645 | 2024-02-01T18:02:14.335Z | Documenting tokio-rustls v0.25.0 |
2646 | 2024-02-01T18:02:17.464Z | Checking structmeta v0.2.0 |
2647 | 2024-02-01T18:02:17.512Z | Documenting instant v0.1.12 |
2648 | 2024-02-01T18:02:17.788Z | Checking regex-syntax v0.7.5 |
2649 | 2024-02-01T18:02:17.933Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2650 | 2024-02-01T18:02:18.345Z | Documenting macaddr v1.0.1 |
2651 | 2024-02-01T18:02:18.369Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2652 | 2024-02-01T18:02:20.440Z | Documenting serde_with v3.5.1 |
2653 | 2024-02-01T18:02:21.867Z | Documenting structmeta v0.2.0 |
2654 | 2024-02-01T18:02:22.374Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2655 | 2024-02-01T18:02:22.895Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2656 | 2024-02-01T18:02:23.224Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-02-01T18:02:23.589Z | Documenting backoff v0.4.0 |
2658 | 2024-02-01T18:02:24.418Z | Documenting fastrand v2.0.0 |
2659 | 2024-02-01T18:02:25.209Z | Documenting proc-macro-error-attr v1.0.4 |
2660 | 2024-02-01T18:02:25.390Z | Documenting is-terminal v0.4.9 |
2661 | 2024-02-01T18:02:27.633Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2662 | 2024-02-01T18:02:29.026Z | Documenting parse-display-derive v0.8.2 |
2663 | 2024-02-01T18:02:30.523Z | Documenting tempfile v3.9.0 |
2664 | 2024-02-01T18:02:31.612Z | Documenting proc-macro-error v1.0.4 |
2665 | 2024-02-01T18:02:31.912Z | Checking proc-macro-error v1.0.4 |
2666 | 2024-02-01T18:02:31.939Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-02-01T18:02:32.308Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2668 | 2024-02-01T18:02:32.574Z | Checking proc-macro-crate v1.3.1 |
2669 | 2024-02-01T18:02:32.708Z | Documenting proc-macro-crate v1.3.1 |
2670 | 2024-02-01T18:02:32.946Z | Documenting hash32 v0.3.1 |
2671 | 2024-02-01T18:02:33.216Z | Documenting stable_deref_trait v1.2.0 |
2672 | 2024-02-01T18:02:34.498Z | Documenting embedded-io v0.4.0 |
2673 | 2024-02-01T18:02:37.302Z | Documenting cobs v0.2.3 |
2674 | 2024-02-01T18:02:37.685Z | Documenting parse-display v0.8.2 |
2675 | 2024-02-01T18:02:37.908Z | Documenting camino-tempfile v1.1.1 |
2676 | 2024-02-01T18:02:38.754Z | Documenting foreign-types-macros v0.2.3 |
2677 | 2024-02-01T18:02:38.960Z | Documenting heapless v0.8.0 |
2678 | 2024-02-01T18:02:39.166Z | Documenting foreign-types-shared v0.3.1 |
2679 | 2024-02-01T18:02:40.513Z | Documenting num_enum_derive v0.5.11 |
2680 | 2024-02-01T18:02:41.503Z | Documenting postcard v1.0.8 |
2681 | 2024-02-01T18:02:43.769Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2682 | 2024-02-01T18:02:43.783Z | Documenting crucible-workspace-hack v0.1.0 |
2683 | 2024-02-01T18:02:44.401Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2684 | 2024-02-01T18:02:45.885Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2685 | 2024-02-01T18:02:46.190Z | Documenting foreign-types v0.5.0 |
2686 | 2024-02-01T18:02:46.242Z | Documenting smoltcp v0.11.0 |
2687 | 2024-02-01T18:02:47.684Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2688 | 2024-02-01T18:02:48.524Z | Documenting cstr-argument v0.1.2 |
2689 | 2024-02-01T18:02:49.461Z | Documenting num_enum v0.5.11 |
2690 | 2024-02-01T18:02:49.792Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2691 | 2024-02-01T18:02:50.446Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2692 | 2024-02-01T18:02:52.302Z | Documenting colored v2.0.4 |
2693 | 2024-02-01T18:02:53.904Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2694 | 2024-02-01T18:02:54.515Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2695 | 2024-02-01T18:02:55.111Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-02-01T18:02:55.512Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2697 | 2024-02-01T18:02:56.712Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2698 | 2024-02-01T18:02:57.523Z | Documenting zone_cfg_derive v0.3.0 |
2699 | 2024-02-01T18:02:58.466Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2700 | 2024-02-01T18:02:58.862Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2701 | 2024-02-01T18:03:00.146Z | Documenting num-derive v0.4.0 |
2702 | 2024-02-01T18:03:02.389Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2703 | 2024-02-01T18:03:02.556Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2704 | 2024-02-01T18:03:04.895Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2705 | 2024-02-01T18:03:04.904Z | Documenting zone v0.3.0 |
2706 | 2024-02-01T18:03:05.590Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2707 | 2024-02-01T18:03:07.810Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2708 | 2024-02-01T18:03:11.765Z | Documenting smf v0.2.2 |
2709 | 2024-02-01T18:03:11.779Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2710 | 2024-02-01T18:03:12.563Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2711 | 2024-02-01T18:03:13.202Z | Documenting linked-hash-map v0.5.6 |
2712 | 2024-02-01T18:03:13.396Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2713 | 2024-02-01T18:03:13.757Z | Documenting password-hash v0.5.0 |
2714 | 2024-02-01T18:03:15.486Z | Documenting blake2 v0.10.6 |
2715 | 2024-02-01T18:03:17.987Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2716 | 2024-02-01T18:03:18.024Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2717 | 2024-02-01T18:03:19.820Z | Documenting lru-cache v0.1.2 |
2718 | 2024-02-01T18:03:20.086Z | Documenting itertools v0.12.0 |
2719 | 2024-02-01T18:03:22.954Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2720 | 2024-02-01T18:03:23.292Z | Documenting argon2 v0.5.3 |
2721 | 2024-02-01T18:03:23.877Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2722 | 2024-02-01T18:03:24.798Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2723 | 2024-02-01T18:03:25.248Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2724 | 2024-02-01T18:03:26.182Z | Documenting memmap v0.7.0 |
2725 | 2024-02-01T18:03:27.116Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2726 | 2024-02-01T18:03:29.268Z | Documenting quick-error v1.2.3 |
2727 | 2024-02-01T18:03:31.097Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2728 | 2024-02-01T18:03:32.008Z | Documenting swrite v0.1.0 |
2729 | 2024-02-01T18:03:32.249Z | Documenting tap v1.0.1 |
2730 | 2024-02-01T18:03:32.400Z | Documenting usdt v0.5.0 |
2731 | 2024-02-01T18:03:33.899Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2732 | 2024-02-01T18:03:34.943Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2733 | 2024-02-01T18:03:35.364Z | Documenting resolv-conf v0.7.0 |
2734 | 2024-02-01T18:03:35.875Z | Documenting radium v0.7.0 |
2735 | 2024-02-01T18:03:36.256Z | Documenting newtype_derive v0.1.6 |
2736 | 2024-02-01T18:03:36.588Z | Documenting wyz v0.5.1 |
2737 | 2024-02-01T18:03:38.060Z | Documenting nibble_vec v0.1.0 |
2738 | 2024-02-01T18:03:40.164Z | Checking heck v0.3.3 |
2739 | 2024-02-01T18:03:40.397Z | Documenting endian-type v0.1.2 |
2740 | 2024-02-01T18:03:41.075Z | Documenting funty v2.0.0 |
2741 | 2024-02-01T18:03:41.287Z | Documenting crc-catalog v2.2.0 |
2742 | 2024-02-01T18:03:41.945Z | Documenting trust-dns-resolver v0.22.0 |
2743 | 2024-02-01T18:03:42.390Z | Documenting structopt-derive v0.4.18 |
2744 | 2024-02-01T18:03:42.502Z | Documenting steno v0.4.0 |
2745 | 2024-02-01T18:03:44.029Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2746 | 2024-02-01T18:03:45.547Z | Documenting crc v3.0.1 |
2747 | 2024-02-01T18:03:45.882Z | Documenting bitvec v1.0.1 |
2748 | 2024-02-01T18:03:46.625Z | Documenting radix_trie v0.2.1 |
2749 | 2024-02-01T18:03:49.952Z | Documenting cancel-safe-futures v0.1.5 |
2750 | 2024-02-01T18:03:50.242Z | Documenting filetime v0.2.23 |
2751 | 2024-02-01T18:03:53.208Z | Documenting xattr v1.0.1 |
2752 | 2024-02-01T18:03:54.036Z | Documenting packed_struct_codegen v0.10.1 |
2753 | 2024-02-01T18:03:55.542Z | Documenting nodrop v0.1.14 |
2754 | 2024-02-01T18:03:56.111Z | Documenting structopt v0.3.26 |
2755 | 2024-02-01T18:03:58.781Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2756 | 2024-02-01T18:03:58.991Z | Documenting num-bigint-dig v0.8.4 |
2757 | 2024-02-01T18:03:59.121Z | Documenting tar v0.4.40 |
2758 | 2024-02-01T18:03:59.760Z | Documenting array-init v0.0.4 |
2759 | 2024-02-01T18:04:00.048Z | Documenting libefi-sys v0.1.0 |
2760 | 2024-02-01T18:04:02.021Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2761 | 2024-02-01T18:04:02.412Z | Documenting packed_struct v0.10.1 |
2762 | 2024-02-01T18:04:04.541Z | Documenting pkcs1 v0.7.5 |
2763 | 2024-02-01T18:04:05.264Z | Documenting signature v2.1.0 |
2764 | 2024-02-01T18:04:06.810Z | Documenting termcolor v1.2.0 |
2765 | 2024-02-01T18:04:08.769Z | Documenting arc-swap v1.6.0 |
2766 | 2024-02-01T18:04:09.204Z | Documenting bitfield v0.14.0 |
2767 | 2024-02-01T18:04:10.323Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2768 | 2024-02-01T18:04:11.744Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-02-01T18:04:13.078Z | Documenting rsa v0.9.2 |
2770 | 2024-02-01T18:04:13.283Z | Documenting env_logger v0.10.0 |
2771 | 2024-02-01T18:04:13.421Z | Documenting serde-hex v0.1.0 |
2772 | 2024-02-01T18:04:15.209Z | Documenting slog-scope v4.4.0 |
2773 | 2024-02-01T18:04:15.990Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2774 | 2024-02-01T18:04:17.547Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2775 | 2024-02-01T18:04:18.266Z | Documenting num-rational v0.4.1 |
2776 | 2024-02-01T18:04:20.076Z | Documenting x509-cert v0.2.4 |
2777 | 2024-02-01T18:04:21.380Z | Documenting libsw v3.3.1 |
2778 | 2024-02-01T18:04:21.580Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2779 | 2024-02-01T18:04:22.600Z | Documenting ron v0.8.1 |
2780 | 2024-02-01T18:04:23.291Z | Documenting num-complex v0.4.4 |
2781 | 2024-02-01T18:04:24.375Z | Documenting gethostname v0.4.3 |
2782 | 2024-02-01T18:04:25.818Z | Documenting half v2.3.1 |
2783 | 2024-02-01T18:04:31.324Z | Documenting derive-where v1.2.7 |
2784 | 2024-02-01T18:04:53.973Z | Documenting ciborium-io v0.2.2 |
2785 | 2024-02-01T18:04:53.973Z | Documenting same-file v1.0.6 |
2786 | 2024-02-01T18:04:53.973Z | Documenting crc-any v2.4.3 |
2787 | 2024-02-01T18:04:53.974Z | Documenting linear-map v1.2.0 |
2788 | 2024-02-01T18:04:55.172Z | Documenting owo-colors v4.0.0 |
2789 | 2024-02-01T18:04:55.172Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2790 | 2024-02-01T18:04:55.177Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2791 | 2024-02-01T18:04:55.177Z | Documenting ciborium-ll v0.2.2 |
2792 | 2024-02-01T18:04:55.177Z | Documenting walkdir v2.4.0 |
2793 | 2024-02-01T18:04:56.015Z | Documenting num v0.4.1 |
2794 | 2024-02-01T18:04:56.089Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2795 | 2024-02-01T18:04:56.089Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2796 | 2024-02-01T18:04:56.089Z | Documenting slog-stdlog v4.1.1 |
2797 | 2024-02-01T18:04:56.089Z | Documenting slog-dtrace v0.3.0 |
2798 | 2024-02-01T18:04:56.090Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2799 | 2024-02-01T18:04:56.090Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2800 | 2024-02-01T18:04:56.090Z | Documenting path-slash v0.1.5 |
2801 | 2024-02-01T18:04:56.090Z | Documenting slog-envlogger v2.2.0 |
2802 | 2024-02-01T18:04:56.090Z | Documenting ciborium v0.2.2 |
2803 | 2024-02-01T18:04:56.090Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2804 | 2024-02-01T18:04:56.090Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2805 | 2024-02-01T18:04:56.091Z | Documenting pem v3.0.2 |
2806 | 2024-02-01T18:04:58.139Z | Documenting fxhash v0.2.1 |
2807 | 2024-02-01T18:04:59.536Z | Documenting utf-8 v0.7.6 |
2808 | 2024-02-01T18:05:00.103Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2809 | 2024-02-01T18:05:01.835Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2810 | 2024-02-01T18:05:03.856Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2811 | 2024-02-01T18:05:04.416Z | Documenting vte_generate_state_changes v0.1.1 |
2812 | 2024-02-01T18:05:04.764Z | Checking convert_case v0.4.0 |
2813 | 2024-02-01T18:05:05.081Z | Documenting convert_case v0.4.0 |
2814 | 2024-02-01T18:05:05.502Z | Documenting tungstenite v0.20.1 |
2815 | 2024-02-01T18:05:08.886Z | Documenting display-error-chain v0.2.0 |
2816 | 2024-02-01T18:05:10.854Z | Documenting vte v0.11.1 |
2817 | 2024-02-01T18:05:11.390Z | Documenting derive_more v0.99.17 |
2818 | 2024-02-01T18:05:14.999Z | Documenting buf-list v1.0.3 |
2819 | 2024-02-01T18:05:15.557Z | Documenting tokio-tungstenite v0.20.1 |
2820 | 2024-02-01T18:05:17.347Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2821 | 2024-02-01T18:05:20.968Z | Documenting pin-project-internal v1.1.3 |
2822 | 2024-02-01T18:05:21.859Z | Documenting strip-ansi-escapes v0.2.0 |
2823 | 2024-02-01T18:05:22.597Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2824 | 2024-02-01T18:05:22.681Z | Documenting doc-comment v0.3.3 |
2825 | 2024-02-01T18:05:24.420Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2826 | 2024-02-01T18:05:26.878Z | Checking darling_core v0.14.4 |
2827 | 2024-02-01T18:05:27.202Z | Documenting snafu-derive v0.7.5 |
2828 | 2024-02-01T18:05:28.627Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2829 | 2024-02-01T18:05:29.056Z | Documenting nu-ansi-term v0.49.0 |
2830 | 2024-02-01T18:05:29.636Z | Documenting pin-project v1.1.3 |
2831 | 2024-02-01T18:05:29.836Z | Checking darling v0.14.4 |
2832 | 2024-02-01T18:05:30.000Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2833 | 2024-02-01T18:05:32.868Z | Documenting trust-dns-client v0.22.0 |
2834 | 2024-02-01T18:05:34.173Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2835 | 2024-02-01T18:05:35.362Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2836 | 2024-02-01T18:05:35.410Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2837 | 2024-02-01T18:05:35.728Z | Documenting reedline v0.28.0 |
2838 | 2024-02-01T18:05:37.184Z | Documenting globset v0.4.13 |
2839 | 2024-02-01T18:05:39.090Z | Documenting snafu v0.7.5 |
2840 | 2024-02-01T18:05:42.334Z | Documenting olpc-cjson v0.1.3 |
2841 | 2024-02-01T18:05:44.458Z | Documenting serde_plain v1.0.2 |
2842 | 2024-02-01T18:05:45.201Z | Documenting async-recursion v1.0.5 |
2843 | 2024-02-01T18:05:45.978Z | Documenting typed-path v0.7.0 |
2844 | 2024-02-01T18:05:46.990Z | Documenting bytecount v0.6.3 |
2845 | 2024-02-01T18:05:47.968Z | Documenting keccak v0.1.4 |
2846 | 2024-02-01T18:05:48.612Z | Documenting trust-dns-server v0.22.1 |
2847 | 2024-02-01T18:05:50.749Z | Documenting papergrid v0.11.0 |
2848 | 2024-02-01T18:05:51.214Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2849 | 2024-02-01T18:05:52.235Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2850 | 2024-02-01T18:05:52.651Z | Documenting sha3 v0.10.8 |
2851 | 2024-02-01T18:05:52.918Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2852 | 2024-02-01T18:05:54.169Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2853 | 2024-02-01T18:05:55.089Z | Documenting sled v0.34.7 |
2854 | 2024-02-01T18:05:55.139Z | Documenting tough v0.16.0 |
2855 | 2024-02-01T18:05:55.241Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2856 | 2024-02-01T18:05:56.411Z | Documenting fs-err v2.11.0 |
2857 | 2024-02-01T18:05:58.652Z | Documenting unicase v2.7.0 |
2858 | 2024-02-01T18:06:00.119Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2859 | 2024-02-01T18:06:00.535Z | Documenting tabled_derive v0.7.0 |
2860 | 2024-02-01T18:06:00.546Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2861 | 2024-02-01T18:06:01.694Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2862 | 2024-02-01T18:06:02.762Z | Documenting crossbeam-deque v0.8.3 |
2863 | 2024-02-01T18:06:03.403Z | Documenting fd-lock v4.0.2 |
2864 | 2024-02-01T18:06:03.947Z | Documenting nix v0.27.1 |
2865 | 2024-02-01T18:06:05.704Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2866 | 2024-02-01T18:06:06.279Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2867 | 2024-02-01T18:06:07.906Z | Documenting secrecy v0.8.0 |
2868 | 2024-02-01T18:06:08.488Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2869 | 2024-02-01T18:06:09.242Z | Documenting headers-core v0.2.0 |
2870 | 2024-02-01T18:06:10.503Z | Documenting sqlparser_derive v0.2.2 |
2871 | 2024-02-01T18:06:12.916Z | Documenting parse-size v1.0.0 |
2872 | 2024-02-01T18:06:13.236Z | Documenting home v0.5.5 |
2873 | 2024-02-01T18:06:13.357Z | Documenting unicode_categories v0.1.1 |
2874 | 2024-02-01T18:06:13.805Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2875 | 2024-02-01T18:06:14.225Z | Documenting rayon-core v1.12.0 |
2876 | 2024-02-01T18:06:16.761Z | Documenting headers v0.3.9 |
2877 | 2024-02-01T18:06:16.826Z | Documenting tabled v0.15.0 |
2878 | 2024-02-01T18:06:17.267Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2879 | 2024-02-01T18:06:17.771Z | Documenting sqlparser v0.43.1 |
2880 | 2024-02-01T18:06:19.572Z | Documenting rustyline v13.0.0 |
2881 | 2024-02-01T18:06:19.761Z | Documenting sqlformat v0.2.3 |
2882 | 2024-02-01T18:06:21.292Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2883 | 2024-02-01T18:06:26.361Z | Documenting mime_guess v2.0.4 |
2884 | 2024-02-01T18:06:26.675Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2885 | 2024-02-01T18:06:29.057Z | Checking derive_builder_core v0.12.0 |
2886 | 2024-02-01T18:06:29.654Z | Documenting derive_builder_core v0.12.0 |
2887 | 2024-02-01T18:06:30.463Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2888 | 2024-02-01T18:06:30.792Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2889 | 2024-02-01T18:06:31.209Z | Documenting universal-hash v0.5.1 |
2890 | 2024-02-01T18:06:33.004Z | Documenting bcs v0.1.6 |
2891 | 2024-02-01T18:06:39.609Z | Documenting kstat-rs v0.2.3 |
2892 | 2024-02-01T18:06:39.614Z | Documenting thiserror-impl-no-std v2.0.2 |
2893 | 2024-02-01T18:06:39.614Z | Documenting curve25519-dalek-derive v0.1.0 |
2894 | 2024-02-01T18:06:39.906Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2895 | 2024-02-01T18:06:40.860Z | Documenting highway v1.1.0 |
2896 | 2024-02-01T18:06:46.254Z | Documenting opaque-debug v0.3.0 |
2897 | 2024-02-01T18:06:46.739Z | Documenting curve25519-dalek v4.1.1 |
2898 | 2024-02-01T18:06:47.016Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2899 | 2024-02-01T18:06:47.395Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2900 | 2024-02-01T18:06:47.678Z | Documenting thiserror-no-std v2.0.2 |
2901 | 2024-02-01T18:06:50.650Z | Documenting poly1305 v0.8.0 |
2902 | 2024-02-01T18:06:51.282Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2024-02-01T18:06:51.332Z | Documenting derive_builder_macro v0.12.0 |
2904 | 2024-02-01T18:06:51.736Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2905 | 2024-02-01T18:06:53.243Z | Documenting rayon v1.8.0 |
2906 | 2024-02-01T18:06:55.545Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2907 | 2024-02-01T18:06:58.306Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2908 | 2024-02-01T18:07:00.754Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2909 | 2024-02-01T18:07:02.908Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2910 | 2024-02-01T18:07:06.108Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2911 | 2024-02-01T18:07:16.042Z | Documenting portable-atomic v1.4.3 |
2912 | 2024-02-01T18:07:21.853Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2913 | 2024-02-01T18:07:22.065Z | Documenting ed25519 v1.5.3 |
2914 | 2024-02-01T18:07:23.965Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2915 | 2024-02-01T18:07:24.757Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2916 | 2024-02-01T18:07:25.116Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2917 | 2024-02-01T18:07:25.939Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2918 | 2024-02-01T18:07:25.955Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2919 | 2024-02-01T18:07:26.562Z | Documenting chacha20 v0.9.1 |
2920 | 2024-02-01T18:07:26.712Z | Documenting aead v0.5.2 |
2921 | 2024-02-01T18:07:28.871Z | Documenting lru v0.12.1 |
2922 | 2024-02-01T18:07:34.348Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2923 | 2024-02-01T18:07:35.885Z | Documenting stability v0.1.1 |
2924 | 2024-02-01T18:07:36.594Z | Documenting ref-cast-impl v1.0.20 |
2925 | 2024-02-01T18:07:36.795Z | Documenting cassowary v0.3.0 |
2926 | 2024-02-01T18:07:43.144Z | Documenting number_prefix v0.4.0 |
2927 | 2024-02-01T18:07:43.432Z | Documenting glob v0.3.1 |
2928 | 2024-02-01T18:07:44.277Z | Documenting ratatui v0.25.0 |
2929 | 2024-02-01T18:07:44.339Z | Documenting ref-cast v1.0.20 |
2930 | 2024-02-01T18:07:48.457Z | Documenting chacha20poly1305 v0.10.1 |
2931 | 2024-02-01T18:07:49.345Z | Documenting indicatif v0.17.7 |
2932 | 2024-02-01T18:07:49.653Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-01T18:07:50.596Z | Documenting salty v0.2.0 |
2934 | 2024-02-01T18:07:55.186Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2935 | 2024-02-01T18:07:55.937Z | Documenting derive_builder v0.12.0 |
2936 | 2024-02-01T18:07:56.055Z | Documenting vsss-rs v3.3.4 |
2937 | 2024-02-01T18:07:57.113Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2938 | 2024-02-01T18:07:58.696Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2939 | 2024-02-01T18:07:58.934Z | Documenting polar-core v0.27.0 |
2940 | 2024-02-01T18:08:00.908Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2941 | 2024-02-01T18:08:07.484Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2942 | 2024-02-01T18:08:07.739Z | Documenting libxml v0.3.3 |
2943 | 2024-02-01T18:08:09.155Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-02-01T18:08:13.633Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2945 | 2024-02-01T18:08:17.671Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2946 | 2024-02-01T18:08:18.075Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2947 | 2024-02-01T18:08:18.144Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2948 | 2024-02-01T18:08:18.933Z | Documenting bb8 v0.8.1 |
2949 | 2024-02-01T18:08:19.567Z | Documenting serde-big-array v0.5.1 |
2950 | 2024-02-01T18:08:24.511Z | Documenting quick-xml v0.30.0 |
2951 | 2024-02-01T18:08:26.053Z | Documenting rtoolbox v0.0.1 |
2952 | 2024-02-01T18:08:37.080Z | Documenting impl-trait-for-tuples v0.2.2 |
2953 | 2024-02-01T18:08:37.506Z | Documenting oso-derive v0.27.0 |
2954 | 2024-02-01T18:08:38.123Z | Documenting smawk v0.3.1 |
2955 | 2024-02-01T18:08:38.123Z | Documenting unicode-linebreak v0.1.5 |
2956 | 2024-02-01T18:08:38.123Z | Documenting humantime v2.1.0 |
2957 | 2024-02-01T18:08:38.123Z | Documenting http-range v0.1.5 |
2958 | 2024-02-01T18:08:38.123Z | Documenting maplit v1.0.2 |
2959 | 2024-02-01T18:08:38.124Z | Documenting is_ci v1.1.1 |
2960 | 2024-02-01T18:08:38.124Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2961 | 2024-02-01T18:08:38.484Z | Documenting textwrap v0.16.0 |
2962 | 2024-02-01T18:08:39.904Z | Documenting samael v0.0.14 |
2963 | 2024-02-01T18:08:40.323Z | Documenting hyper-staticfile v0.9.5 |
2964 | 2024-02-01T18:08:41.467Z | Documenting oso v0.27.0 |
2965 | 2024-02-01T18:08:42.055Z | Documenting supports-color v2.1.0 |
2966 | 2024-02-01T18:08:43.358Z | Documenting rpassword v7.3.1 |
2967 | 2024-02-01T18:08:45.070Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2968 | 2024-02-01T18:08:48.547Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2969 | 2024-02-01T18:08:49.596Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2970 | 2024-02-01T18:08:50.125Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2971 | 2024-02-01T18:08:50.984Z | Documenting tui-tree-widget v0.16.0 |
2972 | 2024-02-01T18:08:55.771Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2973 | 2024-02-01T18:08:57.234Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2974 | 2024-02-01T18:08:58.378Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2975 | 2024-02-01T18:08:59.382Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2976 | 2024-02-01T18:09:00.611Z | Documenting cookie v0.18.0 |
2977 | 2024-02-01T18:09:02.744Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2978 | 2024-02-01T18:09:06.363Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2979 | 2024-02-01T18:09:07.681Z | Documenting rcgen v0.12.1 |
2980 | 2024-02-01T18:09:17.090Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2981 | 2024-02-01T18:09:17.704Z | Documenting atomicwrites v0.4.3 |
2982 | 2024-02-01T18:09:17.733Z | Documenting signal-hook-tokio v0.3.1 |
2983 | 2024-02-01T18:09:18.766Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2984 | 2024-02-01T18:09:24.556Z | Documenting subprocess v0.2.9 |
2985 | 2024-02-01T18:09:24.574Z | Documenting corncobs v0.1.3 |
2986 | 2024-02-01T18:09:24.869Z | Documenting shell-words v1.1.0 |
2987 | 2024-02-01T18:09:26.950Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2988 | 2024-02-01T18:09:29.011Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2989 | 2024-02-01T18:09:30.999Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-02-01T18:09:31.138Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2991 | 2024-02-01T18:09:31.636Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2992 | 2024-02-01T18:09:35.226Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2993 | 2024-02-01T18:09:37.353Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-02-01T18:09:41.083Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2995 | 2024-02-01T18:09:45.175Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2996 | 2024-02-01T18:10:07.174Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2997 | 2024-02-01T18:10:09.980Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2998 | 2024-02-01T18:10:10.670Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2999 | 2024-02-01T18:10:11.170Z | Documenting fatfs v0.3.6 |
3000 | 2024-02-01T18:10:13.528Z | warning: unclosed HTML tag `usize` |
3001 | 2024-02-01T18:10:13.528Z | --> wicket/src/ui/panes/update.rs:153:19 |
3002 | 2024-02-01T18:10:13.528Z | | |
3003 | 2024-02-01T18:10:13.528Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3004 | 2024-02-01T18:10:13.528Z | | ^^^^^^^ |
3005 | 2024-02-01T18:10:13.529Z | | |
3006 | 2024-02-01T18:10:13.529Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3007 | 2024-02-01T18:10:13.529Z | |
3008 | 2024-02-01T18:10:15.569Z | Documenting nanorand v0.7.0 |
3009 | 2024-02-01T18:10:15.625Z | warning: `wicket` (lib doc) generated 1 warning |
3010 | 2024-02-01T18:10:15.634Z | Documenting topological-sort v0.2.2 |
3011 | 2024-02-01T18:10:18.480Z | Documenting assert_matches v1.5.0 |
3012 | 2024-02-01T18:10:19.894Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3013 | 2024-02-01T18:10:22.254Z | Documenting omicron-zone-package v0.10.1 |
3014 | 2024-02-01T18:10:22.637Z | Documenting flume v0.11.0 |
3015 | 2024-02-01T18:10:22.802Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3016 | 2024-02-01T18:10:30.188Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3017 | 2024-02-01T18:10:31.421Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3018 | 2024-02-01T18:10:33.806Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3019 | 2024-02-01T18:10:35.282Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3020 | 2024-02-01T18:10:40.508Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3021 | 2024-02-01T18:10:43.158Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3022 | 2024-02-01T18:10:44.355Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3023 | 2024-02-01T18:10:49.933Z | Documenting termios v0.3.3 |
3024 | 2024-02-01T18:10:56.631Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3025 | 2024-02-01T18:10:57.041Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3026 | 2024-02-01T18:10:57.042Z | --> sled-agent/src/sim/instance.rs:46:7 |
3027 | 2024-02-01T18:10:57.042Z | | |
3028 | 2024-02-01T18:10:57.042Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3029 | 2024-02-01T18:10:57.042Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3030 | 2024-02-01T18:10:57.042Z | | |
3031 | 2024-02-01T18:10:57.043Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3032 | 2024-02-01T18:10:57.043Z | |
3033 | 2024-02-01T18:11:02.260Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3034 | 2024-02-01T18:11:09.121Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3035 | 2024-02-01T18:11:13.821Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3036 | 2024-02-01T18:11:16.196Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3037 | 2024-02-01T18:11:42.566Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3038 | 2024-02-01T18:11:52.751Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3039 | 2024-02-01T18:11:55.577Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3040 | 2024-02-01T18:11:55.577Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3041 | 2024-02-01T18:11:55.577Z | | |
3042 | 2024-02-01T18:11:55.577Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3043 | 2024-02-01T18:11:55.578Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3044 | 2024-02-01T18:11:55.578Z | | |
3045 | 2024-02-01T18:11:55.578Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3046 | 2024-02-01T18:11:55.578Z | |
3047 | 2024-02-01T18:12:02.536Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3048 | 2024-02-01T18:12:29.529Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3049 | 2024-02-01T18:12:29.530Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3050 | 2024-02-01T18:12:29.530Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3051 | 2024-02-01T18:12:29.530Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3052 | 2024-02-01T18:12:29.530Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3053 | 2024-02-01T18:12:29.530Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3054 | 2024-02-01T18:12:29.530Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3055 | 2024-02-01T18:13:48.872Z | warning: unresolved link to `VolumeConstructionRequest` |
3056 | 2024-02-01T18:13:48.872Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3057 | 2024-02-01T18:13:48.872Z | | |
3058 | 2024-02-01T18:13:48.873Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3059 | 2024-02-01T18:13:48.873Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3060 | 2024-02-01T18:13:48.873Z | | |
3061 | 2024-02-01T18:13:48.873Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3062 | 2024-02-01T18:13:48.873Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3063 | 2024-02-01T18:13:48.873Z | |
3064 | 2024-02-01T18:13:48.877Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3065 | 2024-02-01T18:13:48.877Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3066 | 2024-02-01T18:13:48.877Z | | |
3067 | 2024-02-01T18:13:48.878Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3068 | 2024-02-01T18:13:48.878Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3069 | 2024-02-01T18:13:48.878Z | |
3070 | 2024-02-01T18:13:48.878Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3071 | 2024-02-01T18:13:48.878Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3072 | 2024-02-01T18:13:48.878Z | | |
3073 | 2024-02-01T18:13:48.878Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3074 | 2024-02-01T18:13:48.878Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3075 | 2024-02-01T18:13:48.878Z | |
3076 | 2024-02-01T18:13:48.878Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3077 | 2024-02-01T18:13:48.878Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3078 | 2024-02-01T18:13:48.878Z | | |
3079 | 2024-02-01T18:13:48.879Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3080 | 2024-02-01T18:13:48.879Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3081 | 2024-02-01T18:13:48.879Z | |
3082 | 2024-02-01T18:13:48.879Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3083 | 2024-02-01T18:13:48.879Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3084 | 2024-02-01T18:13:48.879Z | | |
3085 | 2024-02-01T18:13:48.880Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3086 | 2024-02-01T18:13:48.880Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3087 | 2024-02-01T18:13:48.880Z | |
3088 | 2024-02-01T18:13:48.880Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3089 | 2024-02-01T18:13:48.880Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3090 | 2024-02-01T18:13:48.880Z | | |
3091 | 2024-02-01T18:13:48.880Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3092 | 2024-02-01T18:13:48.880Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3093 | 2024-02-01T18:13:48.880Z | |
3094 | 2024-02-01T18:13:48.880Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3095 | 2024-02-01T18:13:48.880Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3096 | 2024-02-01T18:13:48.881Z | | |
3097 | 2024-02-01T18:13:48.881Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3098 | 2024-02-01T18:13:48.881Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3099 | 2024-02-01T18:13:48.881Z | |
3100 | 2024-02-01T18:13:53.669Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3101 | 2024-02-01T18:14:29.588Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 01s |
3102 | 2024-02-01T18:14:29.711Z | |
3103 | 2024-02-01T18:14:29.711Z | real 17:01.976436790 |
3104 | 2024-02-01T18:14:29.711Z | user 55:43.284601561 |
3105 | 2024-02-01T18:14:29.711Z | sys 1:05:45.088664436 |
3106 | 2024-02-01T18:14:29.711Z | trap 1.868300154 |
3107 | 2024-02-01T18:14:29.711Z | tflt 0.094096496 |
3108 | 2024-02-01T18:14:29.711Z | dflt 0.479903547 |
3109 | 2024-02-01T18:14:29.717Z | kflt 0.000101271 |
3110 | 2024-02-01T18:14:29.718Z | lock 3:23:25.062099035 |
3111 | 2024-02-01T18:14:29.718Z | slp 4:22:26.496523098 |
3112 | 2024-02-01T18:14:29.718Z | lat 5:21.307294332 |
3113 | 2024-02-01T18:14:29.718Z | stop 1:37.459913619 |
3114 | 2024-02-01T18:14:29.718Z | process exited: duration 1878996 ms, exit code 0 |
|
3115 | 2024-02-01T18:14:29.731Z | found 0 output files |