|
|
|
1 | 2023-12-07T00:07:28.226Z | job assigned to worker 01HH0SGB7VNQ7P9C3FD4D7D3AD (queued for 1 m 47 s) |
|
2 | 2023-12-07T00:07:28.830Z | starting task 0: "setup" |
3 | 2023-12-07T00:07:28.950Z | ++ uname -s |
4 | 2023-12-07T00:07:28.975Z | + kern=SunOS |
5 | 2023-12-07T00:07:28.976Z | + case "$kern" in |
6 | 2023-12-07T00:07:28.976Z | + groupadd -g 12345 build |
7 | 2023-12-07T00:07:28.976Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T00:07:31.052Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T00:07:31.197Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T00:07:31.221Z | + home_fs=zfs |
11 | 2023-12-07T00:07:31.221Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T00:07:31.221Z | + mkdir -p /home/build |
13 | 2023-12-07T00:07:31.222Z | + chown build:build /home/build /work |
14 | 2023-12-07T00:07:32.191Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T00:07:32.206Z | process exited: duration 3364 ms, exit code 0 |
|
16 | 2023-12-07T00:07:32.226Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T00:07:32.238Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T00:07:32.238Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T00:07:32.418Z | info: downloading installer |
20 | 2023-12-07T00:07:34.857Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T00:07:34.857Z | warning: /opt/ooce/bin |
22 | 2023-12-07T00:07:34.857Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T00:07:34.857Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T00:07:34.858Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T00:07:34.858Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T00:07:34.858Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T00:07:34.858Z | error: cannot install while Rust is installed |
28 | 2023-12-07T00:07:34.858Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T00:07:35.125Z | info: profile set to 'default' |
30 | 2023-12-07T00:07:35.126Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T00:07:35.141Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T00:07:35.319Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T00:07:35.319Z | info: downloading component 'cargo' |
34 | 2023-12-07T00:07:36.134Z | info: downloading component 'clippy' |
35 | 2023-12-07T00:07:36.861Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T00:07:37.438Z | info: downloading component 'rust-std' |
37 | 2023-12-07T00:07:39.274Z | info: downloading component 'rustc' |
38 | 2023-12-07T00:07:43.714Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T00:07:44.091Z | info: installing component 'cargo' |
40 | 2023-12-07T00:07:45.988Z | info: installing component 'clippy' |
41 | 2023-12-07T00:07:46.902Z | info: installing component 'rust-docs' |
42 | 2023-12-07T00:07:49.545Z | info: installing component 'rust-std' |
43 | 2023-12-07T00:07:53.427Z | info: installing component 'rustc' |
44 | 2023-12-07T00:08:03.239Z | info: installing component 'rustfmt' |
45 | 2023-12-07T00:08:03.306Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T00:08:03.307Z | |
47 | 2023-12-07T00:08:03.518Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T00:08:03.518Z | |
49 | 2023-12-07T00:08:03.530Z | |
50 | 2023-12-07T00:08:03.530Z | Rust is installed now. Great! |
51 | 2023-12-07T00:08:03.530Z | |
52 | 2023-12-07T00:08:03.531Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T00:08:03.531Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T00:08:03.531Z | |
55 | 2023-12-07T00:08:03.531Z | To configure your current shell, run: |
56 | 2023-12-07T00:08:03.531Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T00:08:03.591Z | + rustc --version |
58 | 2023-12-07T00:08:03.700Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T00:08:03.707Z | process exited: duration 31486 ms, exit code 0 |
|
60 | 2023-12-07T00:08:03.716Z | starting task 2: "authentication" |
61 | 2023-12-07T00:08:03.755Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2023-12-07T00:08:03.768Z | starting task 3: "clone repository" |
63 | 2023-12-07T00:08:03.779Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T00:08:03.786Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T00:08:03.828Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T00:08:11.481Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T00:08:11.481Z | + [[ -n sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate ]] |
68 | 2023-12-07T00:08:11.520Z | + git fetch origin sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate |
69 | 2023-12-07T00:08:11.863Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T00:08:11.863Z | * branch sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate -> FETCH_HEAD |
71 | 2023-12-07T00:08:11.868Z | + git checkout -B sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate remotes/origin/sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate |
72 | 2023-12-07T00:08:11.988Z | Switched to a new branch 'sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate' |
73 | 2023-12-07T00:08:11.998Z | branch 'sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate' set up to track 'origin/sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate'. |
74 | 2023-12-07T00:08:11.998Z | + git reset --hard 6e80ef250340c2b24bbf5da284c965e0934303fe |
75 | 2023-12-07T00:08:12.264Z | HEAD is now at 6e80ef25 Turn blob path into a constant |
76 | 2023-12-07T00:08:12.316Z | process exited: duration 8385 ms, exit code 0 |
|
77 | 2023-12-07T00:08:12.373Z | starting task 4: "build" |
78 | 2023-12-07T00:08:12.395Z | + cargo --version |
79 | 2023-12-07T00:08:12.395Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T00:08:12.609Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T00:08:12.622Z | info: downloading component 'cargo' |
82 | 2023-12-07T00:08:13.458Z | info: downloading component 'clippy' |
83 | 2023-12-07T00:08:13.741Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T00:08:14.810Z | info: downloading component 'rust-std' |
85 | 2023-12-07T00:08:16.544Z | info: downloading component 'rustc' |
86 | 2023-12-07T00:08:25.250Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T00:08:25.251Z | info: installing component 'cargo' |
88 | 2023-12-07T00:08:25.251Z | info: installing component 'clippy' |
89 | 2023-12-07T00:08:25.251Z | info: installing component 'rust-docs' |
90 | 2023-12-07T00:08:25.825Z | info: installing component 'rust-std' |
91 | 2023-12-07T00:08:28.492Z | info: installing component 'rustc' |
92 | 2023-12-07T00:08:34.762Z | info: installing component 'rustfmt' |
93 | 2023-12-07T00:08:35.296Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T00:08:35.302Z | + rustc --version |
95 | 2023-12-07T00:08:35.448Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T00:08:35.464Z | + source ./env.sh |
97 | 2023-12-07T00:08:35.464Z | ++ set -o xtrace |
98 | 2023-12-07T00:08:35.464Z | ++++ dirname ./env.sh |
99 | 2023-12-07T00:08:35.471Z | +++ cd . |
100 | 2023-12-07T00:08:35.471Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-07T00:08:35.472Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-07T00:08:35.472Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-07T00:08:35.472Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-07T00:08:35.472Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-12-07T00:08:35.472Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-12-07T00:08:35.472Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-12-07T00:08:35.472Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-12-07T00:08:35.474Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-12-07T00:08:35.474Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-12-07T00:08:35.474Z | ++ unset OMICRON_WS |
111 | 2023-12-07T00:08:35.474Z | ++ set +o xtrace |
112 | 2023-12-07T00:08:35.518Z | |
113 | 2023-12-07T00:08:35.518Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-07T00:08:35.519Z | # # # # # # # # # # # # # # # |
115 | 2023-12-07T00:08:35.519Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-07T00:08:35.519Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-07T00:08:35.519Z | # # # # # # # # # # # # # # # |
118 | 2023-12-07T00:08:35.519Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-07T00:08:35.519Z | |
120 | 2023-12-07T00:08:44.090Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-07T00:08:45.293Z | Startup: Caching catalogs ... Done |
122 | 2023-12-07T00:08:52.724Z | Planning: Solver setup ... Done (6.119s) |
123 | 2023-12-07T00:08:52.725Z | Planning: Running solver ... Done (0.143s) |
124 | 2023-12-07T00:08:52.725Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-07T00:08:52.725Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-07T00:08:52.725Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-07T00:08:52.725Z | Planning: Package planning ... Done (0.090s) |
128 | 2023-12-07T00:08:52.725Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-12-07T00:08:53.290Z | Planning: Checking for conflicting actions ... Done (0.784s) |
130 | 2023-12-07T00:08:53.325Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-07T00:08:58.606Z | Planning: Evaluating mediators ... Done (4.288s) |
132 | 2023-12-07T00:08:58.736Z | Planning: Planning completed in 12.35 seconds |
133 | 2023-12-07T00:08:59.088Z | Packages to install: 4 |
134 | 2023-12-07T00:08:59.088Z | Packages to update: 2 |
135 | 2023-12-07T00:08:59.088Z | Mediators to change: 2 |
136 | 2023-12-07T00:08:59.088Z | Services to change: 1 |
137 | 2023-12-07T00:08:59.088Z | Estimated space available: 148.88 GB |
138 | 2023-12-07T00:08:59.089Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-07T00:08:59.089Z | Create boot environment: No |
140 | 2023-12-07T00:08:59.089Z | Create backup boot environment: Yes |
141 | 2023-12-07T00:08:59.089Z | Rebuild boot archive: No |
142 | 2023-12-07T00:08:59.089Z | |
143 | 2023-12-07T00:08:59.089Z | Changed mediators: |
144 | 2023-12-07T00:08:59.089Z | mediator clang: |
145 | 2023-12-07T00:08:59.090Z | version: None -> 15 (system default) |
146 | 2023-12-07T00:08:59.090Z | |
147 | 2023-12-07T00:08:59.090Z | mediator llvm: |
148 | 2023-12-07T00:08:59.090Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-07T00:08:59.090Z | |
150 | 2023-12-07T00:08:59.090Z | Changed packages: |
151 | 2023-12-07T00:08:59.091Z | helios-dev |
152 | 2023-12-07T00:08:59.091Z | developer/build-essential |
153 | 2023-12-07T00:08:59.091Z | None -> 11-2.0 |
154 | 2023-12-07T00:08:59.091Z | library/libxmlsec1 |
155 | 2023-12-07T00:08:59.091Z | None -> 1.2.35-2.0 |
156 | 2023-12-07T00:08:59.091Z | ooce/developer/clang-15 |
157 | 2023-12-07T00:08:59.092Z | None -> 15.0.7-2.0 |
158 | 2023-12-07T00:08:59.092Z | ooce/developer/llvm-15 |
159 | 2023-12-07T00:08:59.092Z | None -> 15.0.7-2.0 |
160 | 2023-12-07T00:08:59.092Z | system/library/g++-runtime |
161 | 2023-12-07T00:08:59.092Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-07T00:08:59.092Z | system/library/gcc-runtime |
163 | 2023-12-07T00:08:59.092Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-07T00:08:59.092Z | |
165 | 2023-12-07T00:08:59.092Z | Services: |
166 | 2023-12-07T00:08:59.092Z | restart_fmri: |
167 | 2023-12-07T00:08:59.092Z | svc:/system/update-man-index:default |
168 | 2023-12-07T00:08:59.452Z | |
169 | 2023-12-07T00:08:59.452Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-07T00:09:05.552Z | Download: 205/3330 items 1.3/221.1MB 0% complete (582k/s) |
171 | 2023-12-07T00:09:11.950Z | Download: 209/3330 items 1.3/221.1MB 0% complete (523k/s) |
172 | 2023-12-07T00:09:16.949Z | Download: 1116/3330 items 32.0/221.1MB 14% complete (6.0M/s) |
173 | 2023-12-07T00:09:21.967Z | Download: 1204/3330 items 83.6/221.1MB 37% complete (8.7M/s) |
174 | 2023-12-07T00:09:27.003Z | Download: 1668/3330 items 117.6/221.1MB 53% complete (9.2M/s) |
175 | 2023-12-07T00:09:35.653Z | Download: 2224/3330 items 119.2/221.1MB 53% complete (3.7M/s) |
176 | 2023-12-07T00:09:42.804Z | Download: 3245/3330 items 197.3/221.1MB 89% complete (7.8M/s) |
177 | 2023-12-07T00:09:44.250Z | Download: 3286/3330 items 212.0/221.1MB 95% complete (10.6M/s) |
178 | 2023-12-07T00:09:46.617Z | Download: Completed 221.11 MB in 47.22 seconds (4.7M/s) |
179 | 2023-12-07T00:09:48.578Z | Actions: 1/3766 actions (Removing old actions) |
180 | 2023-12-07T00:09:48.578Z | Actions: 5/3766 actions (Installing new actions) |
181 | 2023-12-07T00:09:53.599Z | Actions: 3096/3766 actions (Installing new actions) |
182 | 2023-12-07T00:09:56.605Z | Actions: 3729/3766 actions (Updating modified actions) |
183 | 2023-12-07T00:09:57.300Z | Actions: Completed 3766 actions in 8.68 seconds. |
184 | 2023-12-07T00:09:57.526Z | Done (0.189s) |
185 | 2023-12-07T00:09:57.535Z | Done (0.000s) |
186 | 2023-12-07T00:09:58.131Z | Done (0.261s) |
187 | 2023-12-07T00:10:13.394Z | Done (7.543s) |
188 | 2023-12-07T00:10:14.043Z | Done (0.107s) |
189 | 2023-12-07T00:10:14.043Z | Done (0.000s) |
190 | 2023-12-07T00:10:14.043Z | Done (0.000s) |
191 | 2023-12-07T00:10:14.043Z | Planning: Evaluating mediator changes ... Done |
192 | 2023-12-07T00:10:14.043Z | Planning: Checking for conflicting actions ... Done |
193 | 2023-12-07T00:10:14.043Z | Planning: Consolidating action changes ... Done |
194 | 2023-12-07T00:10:14.043Z | Planning: Evaluating mediators ... Done |
195 | 2023-12-07T00:10:14.043Z | Planning: Planning completed in 0.71 seconds |
196 | 2023-12-07T00:10:14.043Z | Mediators to change: 2 |
197 | 2023-12-07T00:10:14.043Z | Create boot environment: No |
198 | 2023-12-07T00:10:14.043Z | Create backup boot environment: No |
199 | 2023-12-07T00:10:14.043Z | Done |
200 | 2023-12-07T00:10:14.043Z | Done |
201 | 2023-12-07T00:10:14.043Z | Done |
202 | 2023-12-07T00:10:14.043Z | Done |
203 | 2023-12-07T00:10:14.043Z | Done |
204 | 2023-12-07T00:10:14.043Z | Done |
205 | 2023-12-07T00:10:14.043Z | Done |
206 | 2023-12-07T00:10:14.591Z | Planning: Evaluating mediator changes ... Done |
207 | 2023-12-07T00:10:14.646Z | Planning: Merging actions ... Done |
208 | 2023-12-07T00:10:14.752Z | Planning: Checking for conflicting actions ... Done |
209 | 2023-12-07T00:10:14.766Z | Planning: Consolidating action changes ... Done |
210 | 2023-12-07T00:10:15.168Z | Planning: Evaluating mediators ... Done |
211 | 2023-12-07T00:10:15.269Z | Planning: Planning completed in 1.28 seconds |
212 | 2023-12-07T00:10:15.322Z | Packages to change: 1 |
213 | 2023-12-07T00:10:15.323Z | Mediators to change: 1 |
214 | 2023-12-07T00:10:15.373Z | Services to change: 1 |
215 | 2023-12-07T00:10:15.373Z | Create boot environment: No |
216 | 2023-12-07T00:10:15.373Z | Create backup boot environment: Yes |
217 | 2023-12-07T00:10:17.361Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2023-12-07T00:10:17.383Z | Actions: Completed 6 actions in 0.00 seconds. |
219 | 2023-12-07T00:10:17.383Z | Done |
220 | 2023-12-07T00:10:17.383Z | Done |
221 | 2023-12-07T00:10:17.650Z | Done |
222 | 2023-12-07T00:10:23.113Z | Done |
223 | 2023-12-07T00:10:23.160Z | Done |
224 | 2023-12-07T00:10:23.161Z | Done |
225 | 2023-12-07T00:10:23.245Z | Done |
226 | 2023-12-07T00:10:23.933Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2023-12-07T00:10:23.933Z | clang system 15 system |
228 | 2023-12-07T00:10:23.933Z | csh system system illumos |
229 | 2023-12-07T00:10:23.934Z | ctags system system illumos |
230 | 2023-12-07T00:10:23.934Z | gcc vendor 12 vendor |
231 | 2023-12-07T00:10:23.934Z | gcc system 10 system |
232 | 2023-12-07T00:10:23.934Z | gcc system 7 system |
233 | 2023-12-07T00:10:23.934Z | go system 1.20 system |
234 | 2023-12-07T00:10:23.934Z | go system 1.19 system |
235 | 2023-12-07T00:10:23.934Z | llvm system 15 system |
236 | 2023-12-07T00:10:23.935Z | llvm system 14 system |
237 | 2023-12-07T00:10:23.935Z | mariadb system 10.6 system |
238 | 2023-12-07T00:10:23.935Z | mta vendor vendor dma |
239 | 2023-12-07T00:10:23.935Z | openjdk system 17 system |
240 | 2023-12-07T00:10:23.936Z | openjdk system 11 system |
241 | 2023-12-07T00:10:23.936Z | openjdk system 1.8 system |
242 | 2023-12-07T00:10:23.936Z | openssl vendor 3 vendor |
243 | 2023-12-07T00:10:23.936Z | perl system 5.36 system |
244 | 2023-12-07T00:10:23.936Z | postgresql system 15 system |
245 | 2023-12-07T00:10:23.936Z | postgresql system 13 system |
246 | 2023-12-07T00:10:23.937Z | python vendor 3 vendor |
247 | 2023-12-07T00:10:23.937Z | python system 2 system |
248 | 2023-12-07T00:10:23.937Z | python3 system 3.11 system |
249 | 2023-12-07T00:10:23.937Z | ruby system 3.0 system |
250 | 2023-12-07T00:10:23.937Z | words vendor vendor american-english |
251 | 2023-12-07T00:10:23.937Z | words system system australian-english |
252 | 2023-12-07T00:10:23.937Z | words system system british-english |
253 | 2023-12-07T00:10:23.938Z | words system system canadian-english |
254 | 2023-12-07T00:10:23.938Z | words system system french |
255 | 2023-12-07T00:10:23.938Z | words system system italian |
256 | 2023-12-07T00:10:23.938Z | words system system ngerman |
257 | 2023-12-07T00:10:23.938Z | words system system ogerman |
258 | 2023-12-07T00:10:23.938Z | words system system spanish |
259 | 2023-12-07T00:10:24.403Z | FMRI IFO |
260 | 2023-12-07T00:10:24.403Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2023-12-07T00:10:24.403Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2023-12-07T00:10:24.404Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2023-12-07T00:10:24.404Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
264 | 2023-12-07T00:10:24.404Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2023-12-07T00:10:24.404Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
266 | 2023-12-07T00:10:24.404Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
267 | 2023-12-07T00:10:24.405Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
268 | 2023-12-07T00:10:24.474Z | + set -o errexit |
269 | 2023-12-07T00:10:24.483Z | +++ dirname ./tools/ci_download_cockroachdb |
270 | 2023-12-07T00:10:24.484Z | ++ cd ./tools |
271 | 2023-12-07T00:10:24.484Z | ++ pwd |
272 | 2023-12-07T00:10:24.484Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
273 | 2023-12-07T00:10:24.484Z | ++ basename ./tools/ci_download_cockroachdb |
274 | 2023-12-07T00:10:24.484Z | + ARG0=ci_download_cockroachdb |
275 | 2023-12-07T00:10:24.484Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
276 | 2023-12-07T00:10:24.484Z | + CIDL_VERSION=v22.1.9 |
277 | 2023-12-07T00:10:24.484Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
278 | 2023-12-07T00:10:24.484Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
279 | 2023-12-07T00:10:24.484Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
280 | 2023-12-07T00:10:24.484Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
281 | 2023-12-07T00:10:24.484Z | + TARGET_DIR=out |
282 | 2023-12-07T00:10:24.484Z | + DOWNLOAD_DIR=out/downloads |
283 | 2023-12-07T00:10:24.485Z | + DEST_DIR=./out/cockroachdb |
284 | 2023-12-07T00:10:24.485Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
285 | 2023-12-07T00:10:24.485Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
286 | 2023-12-07T00:10:24.485Z | + main |
287 | 2023-12-07T00:10:24.485Z | + [[ 0 != 0 ]] |
288 | 2023-12-07T00:10:24.485Z | + CIDL_OS=solaris2.11 |
289 | 2023-12-07T00:10:24.485Z | + [[ 0 != 0 ]] |
290 | 2023-12-07T00:10:24.485Z | + configure_os solaris2.11 |
291 | 2023-12-07T00:10:24.485Z | + echo 'current directory: /work/oxidecomputer/omicron' |
292 | 2023-12-07T00:10:24.485Z | current directory: /work/oxidecomputer/omicron |
293 | 2023-12-07T00:10:24.485Z | + echo 'configuring based on OS: "solaris2.11"' |
294 | 2023-12-07T00:10:24.485Z | configuring based on OS: "solaris2.11" |
295 | 2023-12-07T00:10:24.485Z | + case "$1" in |
296 | 2023-12-07T00:10:24.485Z | + CIDL_BUILD=illumos |
297 | 2023-12-07T00:10:24.486Z | + CIDL_SUFFIX=tar.gz |
298 | 2023-12-07T00:10:24.486Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-12-07T00:10:24.486Z | + CIDL_MD5FUNC=do_md5sum |
300 | 2023-12-07T00:10:24.486Z | + CIDL_URL_BASE=https://illumos.org/downloads |
301 | 2023-12-07T00:10:24.486Z | + CIDL_ASSEMBLE=do_assemble_illumos |
302 | 2023-12-07T00:10:24.486Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
303 | 2023-12-07T00:10:24.486Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-07T00:10:24.486Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-07T00:10:24.486Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
306 | 2023-12-07T00:10:24.486Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-07T00:10:24.486Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2023-12-07T00:10:24.486Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-07T00:10:24.486Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2023-12-07T00:10:24.486Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-12-07T00:10:24.486Z | + mkdir -p out/downloads |
312 | 2023-12-07T00:10:24.495Z | + mkdir -p ./out/cockroachdb |
313 | 2023-12-07T00:10:24.495Z | + local DO_DOWNLOAD=true |
314 | 2023-12-07T00:10:24.498Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
315 | 2023-12-07T00:10:24.498Z | + '[' true == true ']' |
316 | 2023-12-07T00:10:24.499Z | + echo Downloading... |
317 | 2023-12-07T00:10:24.499Z | Downloading... |
318 | 2023-12-07T00:10:24.499Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-12-07T00:10:24.499Z | + 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 |
320 | 2023-12-07T00:10:26.511Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2023-12-07T00:10:26.530Z | ++ md5sum |
322 | 2023-12-07T00:10:26.530Z | ++ awk '{print $1}' |
323 | 2023-12-07T00:10:26.660Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
324 | 2023-12-07T00:10:26.661Z | + [[ 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 ]] |
325 | 2023-12-07T00:10:26.661Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2023-12-07T00:10:26.675Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
327 | 2023-12-07T00:10:30.054Z | + do_assemble_illumos |
328 | 2023-12-07T00:10:30.054Z | + rm -r ./out/cockroachdb |
329 | 2023-12-07T00:10:30.063Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
330 | 2023-12-07T00:10:30.699Z | + ./out/cockroachdb/bin/cockroach version |
331 | 2023-12-07T00:10:31.288Z | Build Tag: v22.1.9-dirty |
332 | 2023-12-07T00:10:31.288Z | Build Time: 2022/10/26 21:17:46 |
333 | 2023-12-07T00:10:31.288Z | Distribution: OSS |
334 | 2023-12-07T00:10:31.288Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
335 | 2023-12-07T00:10:31.288Z | Go Version: go1.17.13 |
336 | 2023-12-07T00:10:31.288Z | C Compiler: gcc 10.3.0 |
337 | 2023-12-07T00:10:31.288Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
338 | 2023-12-07T00:10:31.288Z | Build Type: release |
339 | 2023-12-07T00:10:31.315Z | + set -o errexit |
340 | 2023-12-07T00:10:31.316Z | +++ dirname ./tools/ci_download_clickhouse |
341 | 2023-12-07T00:10:31.316Z | ++ cd ./tools |
342 | 2023-12-07T00:10:31.316Z | ++ pwd |
343 | 2023-12-07T00:10:31.316Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
344 | 2023-12-07T00:10:31.316Z | ++ basename ./tools/ci_download_clickhouse |
345 | 2023-12-07T00:10:31.316Z | + ARG0=ci_download_clickhouse |
346 | 2023-12-07T00:10:31.316Z | + TARGET_DIR=out |
347 | 2023-12-07T00:10:31.316Z | + DOWNLOAD_DIR=out/downloads |
348 | 2023-12-07T00:10:31.316Z | + DEST_DIR=./out/clickhouse |
349 | 2023-12-07T00:10:31.316Z | + CIDL_VERSION=v22.8.9.24 |
350 | 2023-12-07T00:10:31.317Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
351 | 2023-12-07T00:10:31.317Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
352 | 2023-12-07T00:10:31.317Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
353 | 2023-12-07T00:10:31.317Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-12-07T00:10:31.317Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
355 | 2023-12-07T00:10:31.317Z | + main |
356 | 2023-12-07T00:10:31.317Z | + [[ 0 != 0 ]] |
357 | 2023-12-07T00:10:31.317Z | + CIDL_OS=solaris2.11 |
358 | 2023-12-07T00:10:31.317Z | + [[ 0 != 0 ]] |
359 | 2023-12-07T00:10:31.317Z | + configure_os solaris2.11 |
360 | 2023-12-07T00:10:31.317Z | + echo 'current directory: /work/oxidecomputer/omicron' |
361 | 2023-12-07T00:10:31.318Z | current directory: /work/oxidecomputer/omicron |
362 | 2023-12-07T00:10:31.318Z | + echo 'configuring based on OS: "solaris2.11"' |
363 | 2023-12-07T00:10:31.318Z | configuring based on OS: "solaris2.11" |
364 | 2023-12-07T00:10:31.318Z | + CIDL_DASHREV= |
365 | 2023-12-07T00:10:31.326Z | + case "$1" in |
366 | 2023-12-07T00:10:31.326Z | + CIDL_PLATFORM=illumos |
367 | 2023-12-07T00:10:31.326Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
368 | 2023-12-07T00:10:31.326Z | + CIDL_MD5FUNC=do_md5sum |
369 | 2023-12-07T00:10:31.326Z | + CIDL_DASHREV=-1 |
370 | 2023-12-07T00:10:31.326Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
371 | 2023-12-07T00:10:31.326Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-07T00:10:31.326Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-07T00:10:31.326Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-07T00:10:31.326Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
375 | 2023-12-07T00:10:31.327Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-12-07T00:10:31.327Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-07T00:10:31.327Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
378 | 2023-12-07T00:10:31.327Z | + mkdir -p out/downloads |
379 | 2023-12-07T00:10:31.327Z | + mkdir -p ./out/clickhouse |
380 | 2023-12-07T00:10:31.327Z | + local DO_DOWNLOAD=true |
381 | 2023-12-07T00:10:31.327Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
382 | 2023-12-07T00:10:31.327Z | + '[' true == true ']' |
383 | 2023-12-07T00:10:31.327Z | + echo Downloading... |
384 | 2023-12-07T00:10:31.327Z | Downloading... |
385 | 2023-12-07T00:10:31.327Z | + 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 |
386 | 2023-12-07T00:10:31.327Z | + 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 |
387 | 2023-12-07T00:10:32.597Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
388 | 2023-12-07T00:10:32.611Z | ++ md5sum |
389 | 2023-12-07T00:10:32.611Z | ++ awk '{print $1}' |
390 | 2023-12-07T00:10:32.870Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
391 | 2023-12-07T00:10:32.871Z | + [[ 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 ]] |
392 | 2023-12-07T00:10:32.880Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
393 | 2023-12-07T00:10:32.880Z | + mkdir -p ./out/clickhouse |
394 | 2023-12-07T00:10:32.880Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
395 | 2023-12-07T00:10:37.747Z | + ./out/clickhouse/clickhouse server --version |
396 | 2023-12-07T00:10:37.806Z | ClickHouse server version 22.8.9.1. |
397 | 2023-12-07T00:10:37.840Z | + set -o errexit |
398 | 2023-12-07T00:10:37.872Z | +++ dirname ./tools/ci_download_console |
399 | 2023-12-07T00:10:37.872Z | ++ cd ./tools |
400 | 2023-12-07T00:10:37.872Z | ++ pwd |
401 | 2023-12-07T00:10:37.872Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-12-07T00:10:37.873Z | ++ basename ./tools/ci_download_console |
403 | 2023-12-07T00:10:37.873Z | + ARG0=ci_download_console |
404 | 2023-12-07T00:10:37.873Z | + TARGET_DIR=out |
405 | 2023-12-07T00:10:37.873Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-12-07T00:10:37.873Z | + DEST_DIR=./out/console-assets |
407 | 2023-12-07T00:10:37.873Z | + source /work/oxidecomputer/omicron/tools/console_version |
408 | 2023-12-07T00:10:37.874Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
409 | 2023-12-07T00:10:37.874Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
410 | 2023-12-07T00:10:37.874Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
411 | 2023-12-07T00:10:37.874Z | + TARBALL_FILE=out/downloads/console.tar.gz |
412 | 2023-12-07T00:10:37.874Z | + main |
413 | 2023-12-07T00:10:37.875Z | + [[ 0 != 0 ]] |
414 | 2023-12-07T00:10:37.875Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
415 | 2023-12-07T00:10:37.875Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
416 | 2023-12-07T00:10:37.875Z | Local file: out/downloads/console.tar.gz |
417 | 2023-12-07T00:10:37.876Z | + echo 'Local file: out/downloads/console.tar.gz' |
418 | 2023-12-07T00:10:37.876Z | + local DO_DOWNLOAD=true |
419 | 2023-12-07T00:10:37.876Z | + [[ -f out/downloads/console.tar.gz ]] |
420 | 2023-12-07T00:10:37.876Z | + mkdir -p out/downloads |
421 | 2023-12-07T00:10:37.876Z | + '[' true == true ']' |
422 | 2023-12-07T00:10:37.876Z | + echo Downloading... |
423 | 2023-12-07T00:10:37.876Z | Downloading... |
424 | 2023-12-07T00:10:37.877Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
425 | 2023-12-07T00:10:37.877Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
426 | 2023-12-07T00:10:38.299Z | ++ do_sha256sum out/downloads/console.tar.gz |
427 | 2023-12-07T00:10:38.312Z | ++ case "$OSTYPE" in |
428 | 2023-12-07T00:10:38.312Z | ++ SHA=sha256sum |
429 | 2023-12-07T00:10:38.312Z | ++ sha256sum |
430 | 2023-12-07T00:10:38.316Z | ++ awk '{print $1}' |
431 | 2023-12-07T00:10:38.323Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
432 | 2023-12-07T00:10:38.323Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
433 | 2023-12-07T00:10:38.331Z | + rm -rf ./out/console-assets |
434 | 2023-12-07T00:10:38.331Z | + mkdir -p ./out/console-assets |
435 | 2023-12-07T00:10:38.331Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
436 | 2023-12-07T00:10:38.332Z | + mkdir -p ./out/console-assets |
437 | 2023-12-07T00:10:38.332Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
438 | 2023-12-07T00:10:38.461Z | + set -o errexit |
439 | 2023-12-07T00:10:38.466Z | +++ dirname ./tools/ci_download_maghemite_openapi |
440 | 2023-12-07T00:10:38.466Z | ++ cd ./tools |
441 | 2023-12-07T00:10:38.466Z | ++ pwd |
442 | 2023-12-07T00:10:38.470Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
443 | 2023-12-07T00:10:38.470Z | ++ basename ./tools/ci_download_maghemite_openapi |
444 | 2023-12-07T00:10:38.470Z | + ARG0=ci_download_maghemite_openapi |
445 | 2023-12-07T00:10:38.470Z | + TARGET_DIR=out |
446 | 2023-12-07T00:10:38.470Z | + DOWNLOAD_DIR=out/downloads |
447 | 2023-12-07T00:10:38.470Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
448 | 2023-12-07T00:10:38.470Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
449 | 2023-12-07T00:10:38.470Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
450 | 2023-12-07T00:10:38.470Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
451 | 2023-12-07T00:10:38.471Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
452 | 2023-12-07T00:10:38.471Z | + main |
453 | 2023-12-07T00:10:38.471Z | + [[ 0 != 0 ]] |
454 | 2023-12-07T00:10:38.471Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
455 | 2023-12-07T00:10:38.471Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
456 | 2023-12-07T00:10:38.476Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
457 | 2023-12-07T00:10:38.476Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-12-07T00:10:38.476Z | + local DO_DOWNLOAD=true |
459 | 2023-12-07T00:10:38.476Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
460 | 2023-12-07T00:10:38.476Z | + mkdir -p out/downloads |
461 | 2023-12-07T00:10:38.476Z | + '[' true == true ']' |
462 | 2023-12-07T00:10:38.476Z | + echo Downloading... |
463 | 2023-12-07T00:10:38.476Z | Downloading... |
464 | 2023-12-07T00:10:38.476Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
465 | 2023-12-07T00:10:38.476Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
466 | 2023-12-07T00:10:39.104Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
467 | 2023-12-07T00:10:39.115Z | ++ case "$OSTYPE" in |
468 | 2023-12-07T00:10:39.115Z | ++ SHA=sha256sum |
469 | 2023-12-07T00:10:39.115Z | ++ sha256sum |
470 | 2023-12-07T00:10:39.115Z | ++ awk '{print $1}' |
471 | 2023-12-07T00:10:39.115Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
472 | 2023-12-07T00:10:39.115Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
473 | 2023-12-07T00:10:39.116Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
474 | 2023-12-07T00:10:39.116Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
475 | 2023-12-07T00:10:39.116Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
476 | 2023-12-07T00:10:39.116Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
477 | 2023-12-07T00:10:39.118Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
478 | 2023-12-07T00:10:39.118Z | + main |
479 | 2023-12-07T00:10:39.119Z | + [[ 0 != 0 ]] |
480 | 2023-12-07T00:10:39.119Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
481 | 2023-12-07T00:10:39.119Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
482 | 2023-12-07T00:10:39.119Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
483 | 2023-12-07T00:10:39.119Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
484 | 2023-12-07T00:10:39.119Z | + local DO_DOWNLOAD=true |
485 | 2023-12-07T00:10:39.119Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
486 | 2023-12-07T00:10:39.119Z | + mkdir -p out/downloads |
487 | 2023-12-07T00:10:39.130Z | + '[' true == true ']' |
488 | 2023-12-07T00:10:39.131Z | + echo Downloading... |
489 | 2023-12-07T00:10:39.131Z | Downloading... |
490 | 2023-12-07T00:10:39.131Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
491 | 2023-12-07T00:10:39.131Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
492 | 2023-12-07T00:10:39.288Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
493 | 2023-12-07T00:10:39.307Z | ++ case "$OSTYPE" in |
494 | 2023-12-07T00:10:39.307Z | ++ SHA=sha256sum |
495 | 2023-12-07T00:10:39.307Z | ++ sha256sum |
496 | 2023-12-07T00:10:39.307Z | ++ awk '{print $1}' |
497 | 2023-12-07T00:10:39.307Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
498 | 2023-12-07T00:10:39.307Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
499 | 2023-12-07T00:10:39.320Z | + set -o errexit |
500 | 2023-12-07T00:10:39.320Z | +++ dirname ./tools/ci_download_dendrite_openapi |
501 | 2023-12-07T00:10:39.320Z | ++ cd ./tools |
502 | 2023-12-07T00:10:39.321Z | ++ pwd |
503 | 2023-12-07T00:10:39.321Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2023-12-07T00:10:39.321Z | ++ basename ./tools/ci_download_dendrite_openapi |
505 | 2023-12-07T00:10:39.321Z | + ARG0=ci_download_dendrite_openapi |
506 | 2023-12-07T00:10:39.321Z | + TARGET_DIR=out |
507 | 2023-12-07T00:10:39.321Z | + DOWNLOAD_DIR=out/downloads |
508 | 2023-12-07T00:10:39.321Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
509 | 2023-12-07T00:10:39.321Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
510 | 2023-12-07T00:10:39.321Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
511 | 2023-12-07T00:10:39.322Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
512 | 2023-12-07T00:10:39.322Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
513 | 2023-12-07T00:10:39.323Z | + main |
514 | 2023-12-07T00:10:39.323Z | + [[ 0 != 0 ]] |
515 | 2023-12-07T00:10:39.323Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
516 | 2023-12-07T00:10:39.323Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
517 | 2023-12-07T00:10:39.323Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
518 | 2023-12-07T00:10:39.323Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
519 | 2023-12-07T00:10:39.323Z | + local DO_DOWNLOAD=true |
520 | 2023-12-07T00:10:39.323Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
521 | 2023-12-07T00:10:39.323Z | + mkdir -p out/downloads |
522 | 2023-12-07T00:10:39.324Z | + '[' true == true ']' |
523 | 2023-12-07T00:10:39.324Z | + echo Downloading... |
524 | 2023-12-07T00:10:39.324Z | Downloading... |
525 | 2023-12-07T00:10:39.324Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
526 | 2023-12-07T00:10:39.324Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
527 | 2023-12-07T00:10:39.613Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
528 | 2023-12-07T00:10:39.622Z | ++ case "$OSTYPE" in |
529 | 2023-12-07T00:10:39.623Z | ++ SHA=sha256sum |
530 | 2023-12-07T00:10:39.623Z | ++ sha256sum |
531 | 2023-12-07T00:10:39.623Z | ++ awk '{print $1}' |
532 | 2023-12-07T00:10:39.623Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
533 | 2023-12-07T00:10:39.623Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
534 | 2023-12-07T00:10:39.633Z | + set -o errexit |
535 | 2023-12-07T00:10:39.633Z | +++ dirname ./tools/ci_download_dendrite_stub |
536 | 2023-12-07T00:10:39.653Z | ++ cd ./tools |
537 | 2023-12-07T00:10:39.653Z | ++ pwd |
538 | 2023-12-07T00:10:39.653Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
539 | 2023-12-07T00:10:39.653Z | ++ basename ./tools/ci_download_dendrite_stub |
540 | 2023-12-07T00:10:39.654Z | + ARG0=ci_download_dendrite_stub |
541 | 2023-12-07T00:10:39.654Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
542 | 2023-12-07T00:10:39.654Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
543 | 2023-12-07T00:10:39.654Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
544 | 2023-12-07T00:10:39.654Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
545 | 2023-12-07T00:10:39.654Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
546 | 2023-12-07T00:10:39.655Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
547 | 2023-12-07T00:10:39.655Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
548 | 2023-12-07T00:10:39.655Z | + TARGET_DIR=out |
549 | 2023-12-07T00:10:39.663Z | + DOWNLOAD_DIR=out/downloads |
550 | 2023-12-07T00:10:39.664Z | + DEST_DIR=./out/dendrite-stub |
551 | 2023-12-07T00:10:39.664Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
552 | 2023-12-07T00:10:39.664Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
553 | 2023-12-07T00:10:39.664Z | + REPO=oxidecomputer/dendrite |
554 | 2023-12-07T00:10:39.664Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
555 | 2023-12-07T00:10:39.665Z | + main |
556 | 2023-12-07T00:10:39.665Z | + [[ 0 != 0 ]] |
557 | 2023-12-07T00:10:39.665Z | + CIDL_OS=solaris2.11 |
558 | 2023-12-07T00:10:39.665Z | + [[ 0 != 0 ]] |
559 | 2023-12-07T00:10:39.665Z | + configure_os solaris2.11 |
560 | 2023-12-07T00:10:39.665Z | + echo 'current directory: /work/oxidecomputer/omicron' |
561 | 2023-12-07T00:10:39.665Z | current directory: /work/oxidecomputer/omicron |
562 | 2023-12-07T00:10:39.665Z | + echo 'configuring based on OS: "solaris2.11"' |
563 | 2023-12-07T00:10:39.665Z | + case "$1" in |
564 | 2023-12-07T00:10:39.665Z | configuring based on OS: "solaris2.11" |
565 | 2023-12-07T00:10:39.665Z | + SET_BINARIES= |
566 | 2023-12-07T00:10:39.665Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
567 | 2023-12-07T00:10:39.665Z | + CIDL_SHA256FUNC=do_sha256sum |
568 | 2023-12-07T00:10:39.665Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
569 | 2023-12-07T00:10:39.665Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
570 | 2023-12-07T00:10:39.665Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-07T00:10:39.665Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
572 | 2023-12-07T00:10:39.665Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
573 | 2023-12-07T00:10:39.666Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
574 | 2023-12-07T00:10:39.666Z | + mkdir -p out/downloads |
575 | 2023-12-07T00:10:39.666Z | Local file: out/downloads/dendrite-stub.tar.gz |
576 | 2023-12-07T00:10:39.666Z | + mkdir -p ./out/dendrite-stub |
577 | 2023-12-07T00:10:39.666Z | + fetch_and_verify |
578 | 2023-12-07T00:10:39.666Z | + local DO_DOWNLOAD=true |
579 | 2023-12-07T00:10:39.666Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
580 | 2023-12-07T00:10:39.666Z | + '[' true == true ']' |
581 | 2023-12-07T00:10:39.666Z | + echo Downloading... |
582 | 2023-12-07T00:10:39.666Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
583 | 2023-12-07T00:10:39.666Z | Downloading... |
584 | 2023-12-07T00:10:39.667Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
585 | 2023-12-07T00:10:51.665Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
586 | 2023-12-07T00:10:51.680Z | ++ sha256sum |
587 | 2023-12-07T00:10:51.680Z | ++ awk '{print $1}' |
588 | 2023-12-07T00:10:51.765Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
589 | 2023-12-07T00:10:51.765Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
590 | 2023-12-07T00:10:51.776Z | + do_untar out/downloads/dendrite-stub.tar.gz |
591 | 2023-12-07T00:10:51.776Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
592 | 2023-12-07T00:10:52.748Z | + do_assemble |
593 | 2023-12-07T00:10:52.749Z | + rm -r ./out/dendrite-stub |
594 | 2023-12-07T00:10:52.754Z | + mkdir ./out/dendrite-stub |
595 | 2023-12-07T00:10:52.759Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
596 | 2023-12-07T00:10:52.879Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
597 | 2023-12-07T00:10:52.896Z | + set -o errexit |
598 | 2023-12-07T00:10:52.935Z | +++ dirname ./tools/ci_download_maghemite_mgd |
599 | 2023-12-07T00:10:52.935Z | ++ cd ./tools |
600 | 2023-12-07T00:10:52.935Z | ++ pwd |
601 | 2023-12-07T00:10:52.936Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
602 | 2023-12-07T00:10:52.936Z | ++ basename ./tools/ci_download_maghemite_mgd |
603 | 2023-12-07T00:10:52.936Z | + ARG0=ci_download_maghemite_mgd |
604 | 2023-12-07T00:10:52.936Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
605 | 2023-12-07T00:10:52.936Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
606 | 2023-12-07T00:10:52.936Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
607 | 2023-12-07T00:10:52.936Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
608 | 2023-12-07T00:10:52.937Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
609 | 2023-12-07T00:10:52.937Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
610 | 2023-12-07T00:10:52.937Z | + TARGET_DIR=out |
611 | 2023-12-07T00:10:52.937Z | + DOWNLOAD_DIR=out/downloads |
612 | 2023-12-07T00:10:52.937Z | + DEST_DIR=./out/mgd |
613 | 2023-12-07T00:10:52.938Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
614 | 2023-12-07T00:10:52.938Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
615 | 2023-12-07T00:10:52.938Z | + REPO=oxidecomputer/maghemite |
616 | 2023-12-07T00:10:52.938Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
617 | 2023-12-07T00:10:52.938Z | + main |
618 | 2023-12-07T00:10:52.938Z | + [[ 0 != 0 ]] |
619 | 2023-12-07T00:10:52.938Z | + CIDL_OS=solaris2.11 |
620 | 2023-12-07T00:10:52.938Z | + [[ 0 != 0 ]] |
621 | 2023-12-07T00:10:52.939Z | + configure_os solaris2.11 |
622 | 2023-12-07T00:10:52.939Z | + echo 'current directory: /work/oxidecomputer/omicron' |
623 | 2023-12-07T00:10:52.939Z | current directory: /work/oxidecomputer/omicron |
624 | 2023-12-07T00:10:52.939Z | + echo 'configuring based on OS: "solaris2.11"' |
625 | 2023-12-07T00:10:52.939Z | + case "$1" in |
626 | 2023-12-07T00:10:52.939Z | configuring based on OS: "solaris2.11" |
627 | 2023-12-07T00:10:52.940Z | + SET_BINARIES= |
628 | 2023-12-07T00:10:52.940Z | + CIDL_SHA256FUNC=do_sha256sum |
629 | 2023-12-07T00:10:52.940Z | + TARBALL_FILENAME=mgd.tar.gz |
630 | 2023-12-07T00:10:52.940Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
631 | 2023-12-07T00:10:52.940Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
632 | 2023-12-07T00:10:52.940Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
633 | 2023-12-07T00:10:52.940Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
634 | 2023-12-07T00:10:52.940Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
635 | 2023-12-07T00:10:52.941Z | Local file: out/downloads/mgd.tar.gz |
636 | 2023-12-07T00:10:52.941Z | + mkdir -p out/downloads |
637 | 2023-12-07T00:10:52.941Z | + mkdir -p ./out/mgd |
638 | 2023-12-07T00:10:52.941Z | + fetch_and_verify |
639 | 2023-12-07T00:10:52.941Z | + local DO_DOWNLOAD=true |
640 | 2023-12-07T00:10:52.941Z | + [[ -f out/downloads/mgd.tar.gz ]] |
641 | 2023-12-07T00:10:52.942Z | + '[' true == true ']' |
642 | 2023-12-07T00:10:52.942Z | + echo Downloading... |
643 | 2023-12-07T00:10:52.942Z | Downloading... |
644 | 2023-12-07T00:10:52.942Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
645 | 2023-12-07T00:10:52.942Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
646 | 2023-12-07T00:11:09.243Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
647 | 2023-12-07T00:11:09.261Z | ++ sha256sum |
648 | 2023-12-07T00:11:09.261Z | ++ awk '{print $1}' |
649 | 2023-12-07T00:11:09.321Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
650 | 2023-12-07T00:11:09.322Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
651 | 2023-12-07T00:11:09.425Z | + do_untar out/downloads/mgd.tar.gz |
652 | 2023-12-07T00:11:09.425Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
653 | 2023-12-07T00:11:10.023Z | + do_assemble |
654 | 2023-12-07T00:11:10.024Z | + rm -r ./out/mgd |
655 | 2023-12-07T00:11:10.045Z | + mkdir ./out/mgd |
656 | 2023-12-07T00:11:10.045Z | + cp -r out/downloads/root ./out/mgd/root |
657 | 2023-12-07T00:11:10.183Z | + set -o errexit |
658 | 2023-12-07T00:11:10.279Z | +++ dirname ./tools/ci_download_transceiver_control |
659 | 2023-12-07T00:11:10.279Z | ++ cd ./tools |
660 | 2023-12-07T00:11:10.280Z | ++ pwd |
661 | 2023-12-07T00:11:10.282Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
662 | 2023-12-07T00:11:10.282Z | ++ basename ./tools/ci_download_transceiver_control |
663 | 2023-12-07T00:11:10.282Z | + ARG0=ci_download_transceiver_control |
664 | 2023-12-07T00:11:10.282Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
665 | 2023-12-07T00:11:10.282Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2023-12-07T00:11:10.282Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2023-12-07T00:11:10.282Z | + TARGET_DIR=out |
668 | 2023-12-07T00:11:10.282Z | + DOWNLOAD_DIR=out/downloads |
669 | 2023-12-07T00:11:10.283Z | + DEST_DIR=./out/transceiver-control |
670 | 2023-12-07T00:11:10.283Z | + BIN_DIR=/opt/oxide/bin |
671 | 2023-12-07T00:11:10.283Z | + BINARY=xcvradm |
672 | 2023-12-07T00:11:10.283Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
673 | 2023-12-07T00:11:10.283Z | + REPO=oxidecomputer/transceiver-control |
674 | 2023-12-07T00:11:10.283Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
675 | 2023-12-07T00:11:10.283Z | + main |
676 | 2023-12-07T00:11:10.283Z | + [[ 0 != 0 ]] |
677 | 2023-12-07T00:11:10.283Z | + CIDL_OS=solaris2.11 |
678 | 2023-12-07T00:11:10.283Z | + [[ 0 != 0 ]] |
679 | 2023-12-07T00:11:10.283Z | + configure_os solaris2.11 |
680 | 2023-12-07T00:11:10.283Z | + echo 'current directory: /work/oxidecomputer/omicron' |
681 | 2023-12-07T00:11:10.283Z | current directory: /work/oxidecomputer/omicron |
682 | 2023-12-07T00:11:10.283Z | + echo 'configuring based on OS: "solaris2.11"' |
683 | 2023-12-07T00:11:10.283Z | configuring based on OS: "solaris2.11" |
684 | 2023-12-07T00:11:10.283Z | + case "$1" in |
685 | 2023-12-07T00:11:10.283Z | + SET_BINARIES= |
686 | 2023-12-07T00:11:10.283Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2023-12-07T00:11:10.284Z | + CIDL_SHA256FUNC=do_sha256sum |
688 | 2023-12-07T00:11:10.284Z | + ARCHIVE_FILENAME=xcvradm.gz |
689 | 2023-12-07T00:11:10.284Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2023-12-07T00:11:10.284Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
691 | 2023-12-07T00:11:10.284Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
692 | 2023-12-07T00:11:10.284Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
693 | 2023-12-07T00:11:10.284Z | + echo 'Local file: out/downloads/xcvradm.gz' |
694 | 2023-12-07T00:11:10.284Z | Local file: out/downloads/xcvradm.gz |
695 | 2023-12-07T00:11:10.284Z | + mkdir -p out/downloads |
696 | 2023-12-07T00:11:10.284Z | + mkdir -p ./out/transceiver-control |
697 | 2023-12-07T00:11:10.284Z | + fetch_and_verify |
698 | 2023-12-07T00:11:10.284Z | + local DO_DOWNLOAD=true |
699 | 2023-12-07T00:11:10.284Z | + [[ -f out/downloads/xcvradm.gz ]] |
700 | 2023-12-07T00:11:10.284Z | + '[' true == true ']' |
701 | 2023-12-07T00:11:10.284Z | + echo Downloading... |
702 | 2023-12-07T00:11:10.284Z | Downloading... |
703 | 2023-12-07T00:11:10.284Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
704 | 2023-12-07T00:11:10.284Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
705 | 2023-12-07T00:11:14.262Z | ++ do_sha256sum out/downloads/xcvradm.gz |
706 | 2023-12-07T00:11:14.696Z | ++ sha256sum |
707 | 2023-12-07T00:11:14.696Z | ++ awk '{print $1}' |
708 | 2023-12-07T00:11:14.697Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
709 | 2023-12-07T00:11:14.697Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
710 | 2023-12-07T00:11:14.697Z | + do_unpack out/downloads/xcvradm.gz |
711 | 2023-12-07T00:11:14.697Z | + mkdir -p out/downloads/root//opt/oxide/bin |
712 | 2023-12-07T00:11:14.698Z | + gzip -dc out/downloads/xcvradm.gz |
713 | 2023-12-07T00:11:14.699Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
714 | 2023-12-07T00:11:14.699Z | + do_assemble |
715 | 2023-12-07T00:11:14.699Z | + rm -r ./out/transceiver-control |
716 | 2023-12-07T00:11:14.699Z | + mkdir ./out/transceiver-control |
717 | 2023-12-07T00:11:14.699Z | + cp -r out/downloads/root ./out/transceiver-control/root |
718 | 2023-12-07T00:11:14.699Z | All builder prerequisites installed successfully, and PATH looks valid |
719 | 2023-12-07T00:11:14.700Z | |
720 | 2023-12-07T00:11:14.700Z | real 2:39.122083071 |
721 | 2023-12-07T00:11:14.700Z | user 54.672432508 |
722 | 2023-12-07T00:11:14.700Z | sys 10.101297041 |
723 | 2023-12-07T00:11:14.702Z | trap 0.024157145 |
724 | 2023-12-07T00:11:14.702Z | tflt 0.210516778 |
725 | 2023-12-07T00:11:14.703Z | dflt 0.570190284 |
726 | 2023-12-07T00:11:14.703Z | kflt 0.143638903 |
727 | 2023-12-07T00:11:14.703Z | lock 1.806727117 |
728 | 2023-12-07T00:11:14.703Z | slp 5:11.347745265 |
729 | 2023-12-07T00:11:14.703Z | lat 3.479879551 |
730 | 2023-12-07T00:11:14.704Z | stop 0.064533109 |
731 | 2023-12-07T00:11:14.704Z | |
732 | 2023-12-07T00:11:14.704Z | #### # # ##### ##### # # |
733 | 2023-12-07T00:11:14.704Z | # # # # # # # # # # |
734 | 2023-12-07T00:11:14.705Z | # # # # # # # # |
735 | 2023-12-07T00:11:14.705Z | # # # ##### ##### # |
736 | 2023-12-07T00:11:14.705Z | # # # # # # # |
737 | 2023-12-07T00:11:14.705Z | #### ###### # # # # |
738 | 2023-12-07T00:11:14.705Z | |
739 | 2023-12-07T00:11:15.012Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
740 | 2023-12-07T00:11:15.400Z | Updating crates.io index |
741 | 2023-12-07T00:11:15.405Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
742 | 2023-12-07T00:11:16.346Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
743 | 2023-12-07T00:11:18.212Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
744 | 2023-12-07T00:11:18.854Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
745 | 2023-12-07T00:11:19.197Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
746 | 2023-12-07T00:11:19.475Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
747 | 2023-12-07T00:11:19.781Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
748 | 2023-12-07T00:11:21.117Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
749 | 2023-12-07T00:11:23.195Z | Updating git repository `https://github.com/oxidecomputer/opte` |
750 | 2023-12-07T00:11:24.346Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
751 | 2023-12-07T00:11:33.074Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
752 | 2023-12-07T00:11:33.401Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
753 | 2023-12-07T00:11:33.401Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
754 | 2023-12-07T00:11:33.401Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
755 | 2023-12-07T00:11:33.401Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
756 | 2023-12-07T00:11:33.401Z | Updating git repository `https://github.com/njaremko/samael` |
757 | 2023-12-07T00:11:33.401Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
758 | 2023-12-07T00:11:33.401Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
759 | 2023-12-07T00:11:33.401Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
760 | 2023-12-07T00:11:33.402Z | Updating git repository `https://github.com/jgallagher/nix` |
761 | 2023-12-07T00:11:33.921Z | Updating git repository `https://github.com/cbiffle/hubpack` |
762 | 2023-12-07T00:11:33.921Z | Updating git repository `https://github.com/oxidecomputer/typify` |
763 | 2023-12-07T00:11:33.921Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
764 | 2023-12-07T00:11:33.921Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
765 | 2023-12-07T00:11:33.921Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2023-12-07T00:11:34.685Z | Downloading crates ... |
767 | 2023-12-07T00:11:34.685Z | Downloaded proc-macro2 v1.0.69 |
768 | 2023-12-07T00:11:34.685Z | Downloaded indexmap v2.1.0 |
769 | 2023-12-07T00:11:34.685Z | Downloaded equivalent v1.0.1 |
770 | 2023-12-07T00:11:34.685Z | Downloaded strsim v0.10.0 |
771 | 2023-12-07T00:11:34.685Z | Downloaded colorchoice v1.0.0 |
772 | 2023-12-07T00:11:35.033Z | Downloaded thiserror v1.0.49 |
773 | 2023-12-07T00:11:35.034Z | Downloaded serde_spanned v0.6.4 |
774 | 2023-12-07T00:11:35.034Z | Downloaded anstyle v1.0.2 |
775 | 2023-12-07T00:11:35.034Z | Downloaded bitflags v1.3.2 |
776 | 2023-12-07T00:11:35.034Z | Downloaded toml_datetime v0.6.5 |
777 | 2023-12-07T00:11:35.034Z | Downloaded terminal_size v0.2.6 |
778 | 2023-12-07T00:11:35.034Z | Downloaded errno v0.3.2 |
779 | 2023-12-07T00:11:35.034Z | Downloaded thiserror-impl v1.0.49 |
780 | 2023-12-07T00:11:35.034Z | Downloaded itoa v1.0.9 |
781 | 2023-12-07T00:11:35.034Z | Downloaded cargo_toml v0.17.0 |
782 | 2023-12-07T00:11:35.035Z | Downloaded cargo-platform v0.1.3 |
783 | 2023-12-07T00:11:35.035Z | Downloaded semver v1.0.20 |
784 | 2023-12-07T00:11:35.035Z | Downloaded clap_derive v4.4.2 |
785 | 2023-12-07T00:11:35.035Z | Downloaded anstyle-parse v0.2.1 |
786 | 2023-12-07T00:11:35.035Z | Downloaded unicode-ident v1.0.12 |
787 | 2023-12-07T00:11:35.044Z | Downloaded camino v1.1.6 |
788 | 2023-12-07T00:11:35.044Z | Downloaded anyhow v1.0.75 |
789 | 2023-12-07T00:11:35.044Z | Downloaded clap v4.4.3 |
790 | 2023-12-07T00:11:35.044Z | Downloaded toml v0.8.8 |
791 | 2023-12-07T00:11:35.045Z | Downloaded serde_derive v1.0.192 |
792 | 2023-12-07T00:11:35.045Z | Downloaded ryu v1.0.15 |
793 | 2023-12-07T00:11:35.045Z | Downloaded memchr v2.6.3 |
794 | 2023-12-07T00:11:35.045Z | Downloaded serde_json v1.0.108 |
795 | 2023-12-07T00:11:35.045Z | Downloaded winnow v0.5.15 |
796 | 2023-12-07T00:11:35.045Z | Downloaded syn v2.0.32 |
797 | 2023-12-07T00:11:35.045Z | Downloaded rustix v0.37.23 |
798 | 2023-12-07T00:11:35.045Z | Downloaded libc v0.2.150 |
799 | 2023-12-07T00:11:35.045Z | Downloaded clap_builder v4.4.2 |
800 | 2023-12-07T00:11:35.045Z | Downloaded hashbrown v0.14.2 |
801 | 2023-12-07T00:11:35.045Z | Downloaded toml_edit v0.21.0 |
802 | 2023-12-07T00:11:35.045Z | Downloaded serde v1.0.192 |
803 | 2023-12-07T00:11:35.046Z | Downloaded anstream v0.5.0 |
804 | 2023-12-07T00:11:35.046Z | Downloaded quote v1.0.33 |
805 | 2023-12-07T00:11:35.048Z | Downloaded io-lifetimes v1.0.11 |
806 | 2023-12-07T00:11:35.048Z | Downloaded utf8parse v0.2.1 |
807 | 2023-12-07T00:11:35.048Z | Downloaded clap_lex v0.5.1 |
808 | 2023-12-07T00:11:35.048Z | Downloaded cargo_metadata v0.18.0 |
809 | 2023-12-07T00:11:35.049Z | Downloaded anstyle-query v1.0.0 |
810 | 2023-12-07T00:11:35.049Z | Downloaded heck v0.4.1 |
811 | 2023-12-07T00:11:35.049Z | Compiling proc-macro2 v1.0.69 |
812 | 2023-12-07T00:11:35.049Z | Compiling unicode-ident v1.0.12 |
813 | 2023-12-07T00:11:35.049Z | Compiling serde v1.0.192 |
814 | 2023-12-07T00:11:35.049Z | Compiling libc v0.2.150 |
815 | 2023-12-07T00:11:35.049Z | Compiling io-lifetimes v1.0.11 |
816 | 2023-12-07T00:11:35.057Z | Compiling rustix v0.37.23 |
817 | 2023-12-07T00:11:35.057Z | Compiling equivalent v1.0.1 |
818 | 2023-12-07T00:11:35.058Z | Compiling utf8parse v0.2.1 |
819 | 2023-12-07T00:11:35.261Z | Compiling bitflags v1.3.2 |
820 | 2023-12-07T00:11:35.261Z | Compiling hashbrown v0.14.2 |
821 | 2023-12-07T00:11:35.261Z | Compiling anstyle-parse v0.2.1 |
822 | 2023-12-07T00:11:35.262Z | Compiling serde_json v1.0.108 |
823 | 2023-12-07T00:11:35.705Z | Compiling anstyle-query v1.0.0 |
824 | 2023-12-07T00:11:36.022Z | Compiling anstyle v1.0.2 |
825 | 2023-12-07T00:11:36.219Z | Compiling semver v1.0.20 |
826 | 2023-12-07T00:11:36.705Z | Compiling indexmap v2.1.0 |
827 | 2023-12-07T00:11:36.808Z | Compiling thiserror v1.0.49 |
828 | 2023-12-07T00:11:36.951Z | Compiling colorchoice v1.0.0 |
829 | 2023-12-07T00:11:37.023Z | Compiling winnow v0.5.15 |
830 | 2023-12-07T00:11:37.025Z | Compiling camino v1.1.6 |
831 | 2023-12-07T00:11:37.137Z | Compiling anstream v0.5.0 |
832 | 2023-12-07T00:11:37.354Z | Compiling itoa v1.0.9 |
833 | 2023-12-07T00:11:37.600Z | Compiling clap_lex v0.5.1 |
834 | 2023-12-07T00:11:37.707Z | Compiling ryu v1.0.15 |
835 | 2023-12-07T00:11:38.252Z | Compiling strsim v0.10.0 |
836 | 2023-12-07T00:11:38.318Z | Compiling quote v1.0.33 |
837 | 2023-12-07T00:11:38.318Z | Compiling anyhow v1.0.75 |
838 | 2023-12-07T00:11:38.456Z | Compiling heck v0.4.1 |
839 | 2023-12-07T00:11:39.356Z | Compiling syn v2.0.32 |
840 | 2023-12-07T00:11:39.356Z | Compiling errno v0.3.2 |
841 | 2023-12-07T00:11:40.442Z | Compiling terminal_size v0.2.6 |
842 | 2023-12-07T00:11:40.628Z | Compiling clap_builder v4.4.2 |
843 | 2023-12-07T00:11:47.638Z | Compiling serde_derive v1.0.192 |
844 | 2023-12-07T00:11:47.638Z | Compiling thiserror-impl v1.0.49 |
845 | 2023-12-07T00:11:48.184Z | Compiling clap_derive v4.4.2 |
846 | 2023-12-07T00:11:51.061Z | Compiling clap v4.4.3 |
847 | 2023-12-07T00:11:59.291Z | Compiling serde_spanned v0.6.4 |
848 | 2023-12-07T00:11:59.301Z | Compiling toml_datetime v0.6.5 |
849 | 2023-12-07T00:11:59.301Z | Compiling cargo-platform v0.1.3 |
850 | 2023-12-07T00:11:59.694Z | Compiling toml_edit v0.21.0 |
851 | 2023-12-07T00:12:01.253Z | Compiling cargo_metadata v0.18.0 |
852 | 2023-12-07T00:12:02.813Z | Compiling toml v0.8.8 |
853 | 2023-12-07T00:12:03.946Z | Compiling cargo_toml v0.17.0 |
854 | 2023-12-07T00:12:09.630Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
855 | 2023-12-07T00:12:10.979Z | Finished dev [unoptimized + debuginfo] target(s) in 56.22s |
856 | 2023-12-07T00:12:11.180Z | Running `target/debug/xtask clippy` |
857 | 2023-12-07T00:12:11.242Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
858 | 2023-12-07T00:12:12.021Z | Downloading crates ... |
859 | 2023-12-07T00:12:12.305Z | Downloaded oorandom v11.1.3 |
860 | 2023-12-07T00:12:12.326Z | Downloaded mockall_derive v0.11.4 |
861 | 2023-12-07T00:12:12.326Z | Downloaded iana-time-zone v0.1.57 |
862 | 2023-12-07T00:12:12.326Z | Downloaded bitflags v2.4.0 |
863 | 2023-12-07T00:12:12.339Z | Downloaded ipnet v2.8.0 |
864 | 2023-12-07T00:12:12.340Z | Downloaded hyper-staticfile v0.9.5 |
865 | 2023-12-07T00:12:12.341Z | Downloaded corncobs v0.1.3 |
866 | 2023-12-07T00:12:12.354Z | Downloaded backoff v0.4.0 |
867 | 2023-12-07T00:12:12.354Z | Downloaded number_prefix v0.4.0 |
868 | 2023-12-07T00:12:12.354Z | Downloaded indoc v2.0.3 |
869 | 2023-12-07T00:12:12.359Z | Downloaded ident_case v1.0.1 |
870 | 2023-12-07T00:12:12.365Z | Downloaded darling_core v0.14.4 |
871 | 2023-12-07T00:12:12.375Z | Downloaded newline-converter v0.3.0 |
872 | 2023-12-07T00:12:12.381Z | Downloaded cstr-argument v0.1.2 |
873 | 2023-12-07T00:12:12.387Z | Downloaded libm v0.2.7 |
874 | 2023-12-07T00:12:12.413Z | Downloaded num_enum_derive v0.5.11 |
875 | 2023-12-07T00:12:12.418Z | Downloaded scopeguard v1.2.0 |
876 | 2023-12-07T00:12:12.435Z | Downloaded bitfield v0.14.0 |
877 | 2023-12-07T00:12:12.441Z | Downloaded autocfg v1.1.0 |
878 | 2023-12-07T00:12:12.441Z | Downloaded smallvec v0.6.14 |
879 | 2023-12-07T00:12:12.447Z | Downloaded num-complex v0.4.4 |
880 | 2023-12-07T00:12:12.453Z | Downloaded crucible-workspace-hack v0.1.0 |
881 | 2023-12-07T00:12:12.458Z | Downloaded normalize-line-endings v0.3.0 |
882 | 2023-12-07T00:12:12.458Z | Downloaded opaque-debug v0.3.0 |
883 | 2023-12-07T00:12:12.463Z | Downloaded linear-map v1.2.0 |
884 | 2023-12-07T00:12:12.467Z | Downloaded libefi-sys v0.1.0 |
885 | 2023-12-07T00:12:12.473Z | Downloaded lazy_static v1.4.0 |
886 | 2023-12-07T00:12:12.482Z | Downloaded indoc v1.0.9 |
887 | 2023-12-07T00:12:12.491Z | Downloaded newtype_derive v0.1.6 |
888 | 2023-12-07T00:12:12.522Z | Downloaded async-stream v0.3.5 |
889 | 2023-12-07T00:12:12.522Z | Downloaded linked-hash-map v0.5.6 |
890 | 2023-12-07T00:12:12.533Z | Downloaded packed_struct v0.10.1 |
891 | 2023-12-07T00:12:12.533Z | Downloaded take_mut v0.2.2 |
892 | 2023-12-07T00:12:12.533Z | Downloaded buf-list v1.0.3 |
893 | 2023-12-07T00:12:12.534Z | Downloaded thread-id v4.2.0 |
894 | 2023-12-07T00:12:12.534Z | Downloaded ahash v0.8.3 |
895 | 2023-12-07T00:12:12.534Z | Downloaded difflib v0.4.0 |
896 | 2023-12-07T00:12:12.534Z | Downloaded nu-ansi-term v0.49.0 |
897 | 2023-12-07T00:12:12.535Z | Downloaded maplit v1.0.2 |
898 | 2023-12-07T00:12:12.543Z | Downloaded phf_shared v0.10.0 |
899 | 2023-12-07T00:12:12.543Z | Downloaded darling_macro v0.14.4 |
900 | 2023-12-07T00:12:12.543Z | Downloaded nodrop v0.1.14 |
901 | 2023-12-07T00:12:12.543Z | Downloaded futures-sink v0.3.29 |
902 | 2023-12-07T00:12:12.543Z | Downloaded same-file v1.0.6 |
903 | 2023-12-07T00:12:12.544Z | Downloaded cookie v0.18.0 |
904 | 2023-12-07T00:12:12.551Z | Downloaded num-rational v0.4.1 |
905 | 2023-12-07T00:12:12.559Z | Downloaded slog-envlogger v2.2.0 |
906 | 2023-12-07T00:12:12.559Z | Downloaded postcard-cobs v0.1.5-pre |
907 | 2023-12-07T00:12:12.567Z | Downloaded socket2 v0.5.5 |
908 | 2023-12-07T00:12:12.567Z | Downloaded fallible-iterator v0.2.0 |
909 | 2023-12-07T00:12:12.573Z | Downloaded serde_yaml v0.9.25 |
910 | 2023-12-07T00:12:12.580Z | Downloaded fastrand v2.0.0 |
911 | 2023-12-07T00:12:12.580Z | Downloaded assert_cmd v2.0.12 |
912 | 2023-12-07T00:12:12.632Z | Downloaded rustc_version v0.4.0 |
913 | 2023-12-07T00:12:12.632Z | Downloaded serial_test_derive v0.10.0 |
914 | 2023-12-07T00:12:12.647Z | Downloaded heck v0.3.3 |
915 | 2023-12-07T00:12:12.647Z | Downloaded bytes v1.5.0 |
916 | 2023-12-07T00:12:12.647Z | Downloaded humantime v2.1.0 |
917 | 2023-12-07T00:12:12.652Z | Downloaded home v0.5.5 |
918 | 2023-12-07T00:12:12.652Z | Downloaded miniz_oxide v0.7.1 |
919 | 2023-12-07T00:12:12.653Z | Downloaded rand_core v0.6.4 |
920 | 2023-12-07T00:12:12.653Z | Downloaded try-lock v0.2.4 |
921 | 2023-12-07T00:12:12.653Z | Downloaded oso v0.27.0 |
922 | 2023-12-07T00:12:12.654Z | Downloaded pretty-hex v0.4.0 |
923 | 2023-12-07T00:12:12.654Z | Downloaded zeroize_derive v1.4.2 |
924 | 2023-12-07T00:12:12.654Z | Downloaded papergrid v0.10.0 |
925 | 2023-12-07T00:12:12.701Z | Downloaded diesel_table_macro_syntax v0.1.0 |
926 | 2023-12-07T00:12:12.702Z | Downloaded downcast v0.11.0 |
927 | 2023-12-07T00:12:12.702Z | Downloaded crc-catalog v2.2.0 |
928 | 2023-12-07T00:12:12.702Z | Downloaded futures-macro v0.3.29 |
929 | 2023-12-07T00:12:12.702Z | Downloaded thiserror-no-std v2.0.2 |
930 | 2023-12-07T00:12:12.702Z | Downloaded foreign-types v0.3.2 |
931 | 2023-12-07T00:12:12.702Z | Downloaded textwrap v0.11.0 |
932 | 2023-12-07T00:12:12.703Z | Downloaded foreign-types-macros v0.2.3 |
933 | 2023-12-07T00:12:12.731Z | Downloaded trust-dns-client v0.22.0 |
934 | 2023-12-07T00:12:12.731Z | Downloaded headers-core v0.2.0 |
935 | 2023-12-07T00:12:12.731Z | Downloaded serde-big-array v0.5.1 |
936 | 2023-12-07T00:12:12.731Z | Downloaded env_logger v0.10.0 |
937 | 2023-12-07T00:12:12.731Z | Downloaded r2d2 v0.8.10 |
938 | 2023-12-07T00:12:12.732Z | Downloaded rcgen v0.11.3 |
939 | 2023-12-07T00:12:12.733Z | Downloaded usdt-attr-macro v0.3.5 |
940 | 2023-12-07T00:12:12.733Z | Downloaded dof v0.1.5 |
941 | 2023-12-07T00:12:12.733Z | Downloaded endian-type v0.1.2 |
942 | 2023-12-07T00:12:12.733Z | Downloaded flume v0.11.0 |
943 | 2023-12-07T00:12:12.734Z | Downloaded tower-service v0.3.2 |
944 | 2023-12-07T00:12:12.734Z | Downloaded salty v0.2.0 |
945 | 2023-12-07T00:12:12.745Z | Downloaded pkcs8 v0.10.2 |
946 | 2023-12-07T00:12:12.745Z | Downloaded zone_cfg_derive v0.3.0 |
947 | 2023-12-07T00:12:12.746Z | Downloaded vec_map v0.8.2 |
948 | 2023-12-07T00:12:12.746Z | Downloaded tokio-tungstenite v0.20.1 |
949 | 2023-12-07T00:12:12.758Z | Downloaded swrite v0.1.0 |
950 | 2023-12-07T00:12:12.759Z | Downloaded pin-utils v0.1.0 |
951 | 2023-12-07T00:12:12.759Z | Downloaded wait-timeout v0.2.0 |
952 | 2023-12-07T00:12:12.764Z | Downloaded smallvec v1.11.0 |
953 | 2023-12-07T00:12:12.764Z | Downloaded foreign-types-shared v0.1.1 |
954 | 2023-12-07T00:12:12.764Z | Downloaded http-range v0.1.5 |
955 | 2023-12-07T00:12:12.764Z | Downloaded zone v0.3.0 |
956 | 2023-12-07T00:12:12.765Z | Downloaded http-body v0.4.5 |
957 | 2023-12-07T00:12:12.771Z | Downloaded slog v2.7.0 |
958 | 2023-12-07T00:12:12.776Z | Downloaded pretty-hex v0.2.1 |
959 | 2023-12-07T00:12:12.776Z | Downloaded futures-timer v3.0.2 |
960 | 2023-12-07T00:12:12.781Z | Downloaded precomputed-hash v0.1.1 |
961 | 2023-12-07T00:12:12.786Z | Downloaded yansi v0.5.1 |
962 | 2023-12-07T00:12:12.786Z | Downloaded xattr v1.0.1 |
963 | 2023-12-07T00:12:12.791Z | Downloaded rpassword v7.3.1 |
964 | 2023-12-07T00:12:12.798Z | Downloaded poly1305 v0.8.0 |
965 | 2023-12-07T00:12:12.803Z | Downloaded tempdir v0.3.7 |
966 | 2023-12-07T00:12:12.803Z | Downloaded httparse v1.8.0 |
967 | 2023-12-07T00:12:12.841Z | Downloaded strum_macros v0.24.3 |
968 | 2023-12-07T00:12:12.841Z | Downloaded ref-cast v1.0.20 |
969 | 2023-12-07T00:12:12.849Z | Downloaded semver v0.1.20 |
970 | 2023-12-07T00:12:12.849Z | Downloaded itertools v0.10.5 |
971 | 2023-12-07T00:12:12.849Z | Downloaded plotters-svg v0.3.5 |
972 | 2023-12-07T00:12:12.850Z | Downloaded spki v0.7.2 |
973 | 2023-12-07T00:12:12.850Z | Downloaded derive_builder_macro v0.12.0 |
974 | 2023-12-07T00:12:12.850Z | Downloaded dtrace-parser v0.1.14 |
975 | 2023-12-07T00:12:12.850Z | Downloaded typed-path v0.6.0 |
976 | 2023-12-07T00:12:12.855Z | Downloaded resolv-conf v0.7.0 |
977 | 2023-12-07T00:12:12.860Z | Downloaded topological-sort v0.2.2 |
978 | 2023-12-07T00:12:12.865Z | Downloaded generic-array v0.14.7 |
979 | 2023-12-07T00:12:12.865Z | Downloaded zerocopy v0.6.4 |
980 | 2023-12-07T00:12:12.870Z | Downloaded signal-hook-mio v0.2.3 |
981 | 2023-12-07T00:12:12.875Z | Downloaded getopts v0.2.21 |
982 | 2023-12-07T00:12:12.875Z | Downloaded proc-macro-error v1.0.4 |
983 | 2023-12-07T00:12:12.880Z | Downloaded scheduled-thread-pool v0.2.7 |
984 | 2023-12-07T00:12:12.885Z | Downloaded paste v1.0.14 |
985 | 2023-12-07T00:12:12.891Z | Downloaded pest_generator v2.7.2 |
986 | 2023-12-07T00:12:12.895Z | Downloaded snafu-derive v0.7.5 |
987 | 2023-12-07T00:12:12.895Z | Downloaded atty v0.2.14 |
988 | 2023-12-07T00:12:12.900Z | Downloaded fixedbitset v0.4.2 |
989 | 2023-12-07T00:12:12.901Z | Downloaded dashmap v5.5.1 |
990 | 2023-12-07T00:12:12.906Z | Downloaded percent-encoding v2.3.1 |
991 | 2023-12-07T00:12:12.906Z | Downloaded crossterm v0.27.0 |
992 | 2023-12-07T00:12:12.919Z | Downloaded waitgroup v0.1.2 |
993 | 2023-12-07T00:12:12.925Z | Downloaded time-core v0.1.1 |
994 | 2023-12-07T00:12:12.925Z | Downloaded tiny-keccak v2.0.2 |
995 | 2023-12-07T00:12:12.932Z | Downloaded serde_tokenstream v0.1.7 |
996 | 2023-12-07T00:12:12.944Z | Downloaded serde_path_to_error v0.1.14 |
997 | 2023-12-07T00:12:12.949Z | Downloaded structmeta v0.2.0 |
998 | 2023-12-07T00:12:12.949Z | Downloaded strsim v0.8.0 |
999 | 2023-12-07T00:12:12.949Z | Downloaded unicode-linebreak v0.1.5 |
1000 | 2023-12-07T00:12:12.949Z | Downloaded fs-err v2.11.0 |
1001 | 2023-12-07T00:12:12.949Z | Downloaded time-macros v0.2.13 |
1002 | 2023-12-07T00:12:12.954Z | Downloaded rust-argon2 v1.0.1 |
1003 | 2023-12-07T00:12:12.958Z | Downloaded slog-bunyan v2.4.0 |
1004 | 2023-12-07T00:12:12.959Z | Downloaded serde_urlencoded v0.7.1 |
1005 | 2023-12-07T00:12:12.964Z | Downloaded predicates v3.0.4 |
1006 | 2023-12-07T00:12:12.969Z | Downloaded rusty-fork v0.3.0 |
1007 | 2023-12-07T00:12:12.974Z | Downloaded globset v0.4.13 |
1008 | 2023-12-07T00:12:12.974Z | Downloaded hashbrown v0.12.3 |
1009 | 2023-12-07T00:12:12.981Z | Downloaded hex v0.4.3 |
1010 | 2023-12-07T00:12:12.987Z | Downloaded which v4.4.0 |
1011 | 2023-12-07T00:12:12.988Z | Downloaded nom v7.1.3 |
1012 | 2023-12-07T00:12:13.000Z | Downloaded stringprep v0.1.3 |
1013 | 2023-12-07T00:12:13.009Z | Downloaded tinytemplate v1.2.1 |
1014 | 2023-12-07T00:12:13.009Z | Downloaded hashbrown v0.13.2 |
1015 | 2023-12-07T00:12:13.016Z | Downloaded derive_more v0.99.17 |
1016 | 2023-12-07T00:12:13.024Z | Downloaded postcard v0.7.3 |
1017 | 2023-12-07T00:12:13.029Z | Downloaded tough v0.15.0 |
1018 | 2023-12-07T00:12:13.049Z | Downloaded socket2 v0.4.9 |
1019 | 2023-12-07T00:12:13.057Z | Downloaded tinyvec v1.6.0 |
1020 | 2023-12-07T00:12:13.057Z | Downloaded pretty_assertions v1.4.0 |
1021 | 2023-12-07T00:12:13.063Z | Downloaded pest v2.7.2 |
1022 | 2023-12-07T00:12:13.070Z | Downloaded trust-dns-resolver v0.22.0 |
1023 | 2023-12-07T00:12:13.076Z | Downloaded schemars v0.8.13 |
1024 | 2023-12-07T00:12:13.097Z | Downloaded darling_core v0.20.3 |
1025 | 2023-12-07T00:12:13.107Z | Downloaded unicode-segmentation v1.10.1 |
1026 | 2023-12-07T00:12:13.114Z | Downloaded futures-util v0.3.29 |
1027 | 2023-12-07T00:12:13.149Z | Downloaded backtrace v0.3.69 |
1028 | 2023-12-07T00:12:13.165Z | Downloaded trust-dns-server v0.22.1 |
1029 | 2023-12-07T00:12:13.178Z | Downloaded hyper v0.14.27 |
1030 | 2023-12-07T00:12:13.601Z | Downloaded toml_edit v0.19.15 |
1031 | 2023-12-07T00:12:13.614Z | Downloaded plotters v0.3.5 |
1032 | 2023-12-07T00:12:13.614Z | Downloaded unicode-normalization v0.1.22 |
1033 | 2023-12-07T00:12:13.614Z | Downloaded serde_with v2.3.3 |
1034 | 2023-12-07T00:12:13.614Z | Downloaded reqwest v0.11.22 |
1035 | 2023-12-07T00:12:13.614Z | Downloaded hkdf v0.12.3 |
1036 | 2023-12-07T00:12:13.614Z | Downloaded bitvec v1.0.1 |
1037 | 2023-12-07T00:12:13.614Z | Downloaded proptest v1.4.0 |
1038 | 2023-12-07T00:12:13.614Z | Downloaded vcpkg v0.2.15 |
1039 | 2023-12-07T00:12:13.614Z | Downloaded webpki-roots v0.25.2 |
1040 | 2023-12-07T00:12:13.614Z | Downloaded regex v1.10.2 |
1041 | 2023-12-07T00:12:13.614Z | Downloaded rustix v0.38.25 |
1042 | 2023-12-07T00:12:13.615Z | Downloaded regex-syntax v0.8.2 |
1043 | 2023-12-07T00:12:13.615Z | Downloaded gimli v0.28.0 |
1044 | 2023-12-07T00:12:13.615Z | Downloaded zerocopy-derive v0.6.4 |
1045 | 2023-12-07T00:12:13.615Z | Downloaded diesel v2.1.4 |
1046 | 2023-12-07T00:12:13.615Z | Downloaded sha3 v0.10.8 |
1047 | 2023-12-07T00:12:13.615Z | Downloaded polar-core v0.27.0 |
1048 | 2023-12-07T00:12:13.615Z | Downloaded zerocopy-derive v0.2.0 |
1049 | 2023-12-07T00:12:13.632Z | Downloaded rustls v0.21.9 |
1050 | 2023-12-07T00:12:13.731Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1051 | 2023-12-07T00:12:13.756Z | Downloaded regex-automata v0.3.8 |
1052 | 2023-12-07T00:12:13.756Z | Downloaded regex-automata v0.4.3 |
1053 | 2023-12-07T00:12:13.756Z | Downloaded tokio v1.34.0 |
1054 | 2023-12-07T00:12:13.830Z | Downloaded sled v0.34.7 |
1055 | 2023-12-07T00:12:13.842Z | Downloaded regex-syntax v0.7.5 |
1056 | 2023-12-07T00:12:13.867Z | Downloaded openapiv3 v2.0.0-rc.1 |
1057 | 2023-12-07T00:12:13.876Z | Downloaded encoding_rs v0.8.33 |
1058 | 2023-12-07T00:12:13.927Z | Downloaded regex-syntax v0.6.29 |
1059 | 2023-12-07T00:12:13.948Z | Downloaded bstr v1.6.0 |
1060 | 2023-12-07T00:12:14.367Z | Downloaded smoltcp v0.9.1 |
1061 | 2023-12-07T00:12:14.395Z | Downloaded trust-dns-proto v0.22.0 |
1062 | 2023-12-07T00:12:14.395Z | Downloaded smoltcp v0.8.2 |
1063 | 2023-12-07T00:12:14.395Z | Downloaded radix_trie v0.2.1 |
1064 | 2023-12-07T00:12:14.395Z | Downloaded ratatui v0.23.0 |
1065 | 2023-12-07T00:12:14.396Z | Downloaded ring v0.16.20 |
1066 | 2023-12-07T00:12:14.396Z | Downloaded openssl v0.10.60 |
1067 | 2023-12-07T00:12:14.396Z | Downloaded curve25519-dalek v4.1.0 |
1068 | 2023-12-07T00:12:14.396Z | Downloaded bstr v0.2.17 |
1069 | 2023-12-07T00:12:14.396Z | Downloaded ring v0.17.5 |
1070 | 2023-12-07T00:12:14.413Z | Downloaded syn v1.0.109 |
1071 | 2023-12-07T00:12:14.431Z | Downloaded regress v0.7.1 |
1072 | 2023-12-07T00:12:14.455Z | Downloaded time v0.3.27 |
1073 | 2023-12-07T00:12:14.478Z | Downloaded rustls-webpki v0.101.7 |
1074 | 2023-12-07T00:12:14.505Z | Downloaded object v0.32.1 |
1075 | 2023-12-07T00:12:14.515Z | Downloaded quick-xml v0.23.1 |
1076 | 2023-12-07T00:12:14.532Z | Downloaded petgraph v0.6.4 |
1077 | 2023-12-07T00:12:14.567Z | Downloaded steno v0.4.0 |
1078 | 2023-12-07T00:12:14.567Z | Downloaded portable-atomic v1.4.3 |
1079 | 2023-12-07T00:12:14.589Z | Downloaded h2 v0.3.21 |
1080 | 2023-12-07T00:12:14.589Z | Downloaded aho-corasick v1.0.4 |
1081 | 2023-12-07T00:12:14.589Z | Downloaded object v0.30.4 |
1082 | 2023-12-07T00:12:14.612Z | Downloaded tracing-core v0.1.31 |
1083 | 2023-12-07T00:12:14.612Z | Downloaded regex-automata v0.1.10 |
1084 | 2023-12-07T00:12:14.612Z | Downloaded clap v2.34.0 |
1085 | 2023-12-07T00:12:14.632Z | Downloaded lalrpop v0.19.12 |
1086 | 2023-12-07T00:12:14.660Z | Downloaded bindgen v0.65.1 |
1087 | 2023-12-07T00:12:14.660Z | Downloaded rayon v1.8.0 |
1088 | 2023-12-07T00:12:14.679Z | Downloaded tokio-util v0.7.10 |
1089 | 2023-12-07T00:12:14.679Z | Downloaded unsafe-libyaml v0.2.9 |
1090 | 2023-12-07T00:12:14.750Z | Downloaded flate2 v1.0.28 |
1091 | 2023-12-07T00:12:14.750Z | Downloaded http v0.2.11 |
1092 | 2023-12-07T00:12:14.796Z | Downloaded idna v0.5.0 |
1093 | 2023-12-07T00:12:14.796Z | Downloaded rustc-demangle v0.1.23 |
1094 | 2023-12-07T00:12:14.796Z | Downloaded toml v0.7.8 |
1095 | 2023-12-07T00:12:14.797Z | Downloaded futures v0.3.29 |
1096 | 2023-12-07T00:12:14.797Z | Downloaded x509-cert v0.2.4 |
1097 | 2023-12-07T00:12:14.797Z | Downloaded der v0.7.8 |
1098 | 2023-12-07T00:12:14.798Z | Downloaded typenum v1.16.0 |
1099 | 2023-12-07T00:12:14.798Z | Downloaded reedline v0.26.0 |
1100 | 2023-12-07T00:12:14.798Z | Downloaded tracing v0.1.37 |
1101 | 2023-12-07T00:12:14.815Z | Downloaded getrandom v0.2.10 |
1102 | 2023-12-07T00:12:14.815Z | Downloaded pest_meta v2.7.2 |
1103 | 2023-12-07T00:12:14.816Z | Downloaded rand v0.8.5 |
1104 | 2023-12-07T00:12:14.816Z | Downloaded sct v0.7.0 |
1105 | 2023-12-07T00:12:14.816Z | Downloaded serde_derive_internals v0.26.0 |
1106 | 2023-12-07T00:12:14.816Z | Downloaded walkdir v2.4.0 |
1107 | 2023-12-07T00:12:14.816Z | Downloaded hmac v0.12.1 |
1108 | 2023-12-07T00:12:14.816Z | Downloaded pem-rfc7468 v0.7.0 |
1109 | 2023-12-07T00:12:14.816Z | Downloaded predicates v2.1.5 |
1110 | 2023-12-07T00:12:14.816Z | Downloaded structopt v0.3.26 |
1111 | 2023-12-07T00:12:14.839Z | Downloaded serde_tokenstream v0.2.0 |
1112 | 2023-12-07T00:12:14.840Z | Downloaded platforms v3.0.2 |
1113 | 2023-12-07T00:12:14.840Z | Downloaded zip v0.6.6 |
1114 | 2023-12-07T00:12:14.840Z | Downloaded prettyplease v0.2.12 |
1115 | 2023-12-07T00:12:14.846Z | Downloaded structopt-derive v0.4.18 |
1116 | 2023-12-07T00:12:14.846Z | Downloaded chrono v0.4.31 |
1117 | 2023-12-07T00:12:14.855Z | Downloaded tracing-attributes v0.1.26 |
1118 | 2023-12-07T00:12:14.856Z | Downloaded predicates-core v1.0.6 |
1119 | 2023-12-07T00:12:14.871Z | Downloaded rtoolbox v0.0.1 |
1120 | 2023-12-07T00:12:14.871Z | Downloaded string_cache v0.8.7 |
1121 | 2023-12-07T00:12:14.871Z | Downloaded password-hash v0.5.0 |
1122 | 2023-12-07T00:12:14.872Z | Downloaded parking_lot_core v0.8.6 |
1123 | 2023-12-07T00:12:14.872Z | Downloaded rustls-pemfile v1.0.3 |
1124 | 2023-12-07T00:12:14.881Z | Downloaded parking_lot_core v0.9.8 |
1125 | 2023-12-07T00:12:14.881Z | Downloaded num-bigint-dig v0.8.4 |
1126 | 2023-12-07T00:12:14.894Z | Downloaded static_assertions v1.1.0 |
1127 | 2023-12-07T00:12:14.894Z | Downloaded stable_deref_trait v1.2.0 |
1128 | 2023-12-07T00:12:14.894Z | Downloaded predicates-tree v1.0.9 |
1129 | 2023-12-07T00:12:14.894Z | Downloaded form_urlencoded v1.2.1 |
1130 | 2023-12-07T00:12:14.894Z | Downloaded futures-channel v0.3.29 |
1131 | 2023-12-07T00:12:14.894Z | Downloaded basic-toml v0.1.4 |
1132 | 2023-12-07T00:12:14.906Z | Downloaded rstest v0.18.2 |
1133 | 2023-12-07T00:12:14.921Z | Downloaded pkcs1 v0.7.5 |
1134 | 2023-12-07T00:12:14.921Z | Downloaded snafu v0.7.5 |
1135 | 2023-12-07T00:12:14.942Z | Downloaded tokio-postgres v0.7.10 |
1136 | 2023-12-07T00:12:14.955Z | Downloaded headers v0.3.9 |
1137 | 2023-12-07T00:12:14.955Z | Downloaded signal-hook-registry v1.4.1 |
1138 | 2023-12-07T00:12:14.955Z | Downloaded hubpack_derive v0.1.1 |
1139 | 2023-12-07T00:12:14.955Z | Downloaded ppv-lite86 v0.2.17 |
1140 | 2023-12-07T00:12:14.955Z | Downloaded tar v0.4.40 |
1141 | 2023-12-07T00:12:14.961Z | Downloaded mio v0.8.9 |
1142 | 2023-12-07T00:12:14.971Z | Downloaded ref-cast-impl v1.0.20 |
1143 | 2023-12-07T00:12:14.972Z | Downloaded phf v0.11.2 |
1144 | 2023-12-07T00:12:14.972Z | Downloaded libtest-mimic v0.6.1 |
1145 | 2023-12-07T00:12:14.979Z | Downloaded tabled v0.14.0 |
1146 | 2023-12-07T00:12:14.997Z | Downloaded expectorate v1.1.0 |
1147 | 2023-12-07T00:12:15.004Z | Downloaded spin v0.9.8 |
1148 | 2023-12-07T00:12:15.009Z | Downloaded unicode-width v0.1.11 |
1149 | 2023-12-07T00:12:15.009Z | Downloaded thread_local v1.1.7 |
1150 | 2023-12-07T00:12:15.010Z | Downloaded der_derive v0.7.2 |
1151 | 2023-12-07T00:12:15.016Z | Downloaded tempfile v3.8.1 |
1152 | 2023-12-07T00:12:15.017Z | Downloaded rayon-core v1.12.0 |
1153 | 2023-12-07T00:12:15.023Z | Downloaded doc-comment v0.3.3 |
1154 | 2023-12-07T00:12:15.023Z | Downloaded httptest v0.15.5 |
1155 | 2023-12-07T00:12:15.030Z | Downloaded sha2 v0.10.8 |
1156 | 2023-12-07T00:12:15.030Z | Downloaded yasna v0.5.2 |
1157 | 2023-12-07T00:12:15.046Z | Downloaded heapless v0.7.16 |
1158 | 2023-12-07T00:12:15.052Z | Downloaded libxml v0.3.3 |
1159 | 2023-12-07T00:12:15.052Z | Downloaded fxhash v0.2.1 |
1160 | 2023-12-07T00:12:15.052Z | Downloaded shlex v1.1.0 |
1161 | 2023-12-07T00:12:15.053Z | Downloaded untrusted v0.7.1 |
1162 | 2023-12-07T00:12:15.061Z | Downloaded ed25519 v1.5.3 |
1163 | 2023-12-07T00:12:15.061Z | Downloaded futures-executor v0.3.29 |
1164 | 2023-12-07T00:12:15.061Z | Downloaded flagset v0.4.3 |
1165 | 2023-12-07T00:12:15.071Z | Downloaded shell-words v1.1.0 |
1166 | 2023-12-07T00:12:15.073Z | Downloaded proc-macro-error-attr v1.0.4 |
1167 | 2023-12-07T00:12:15.073Z | Downloaded proc-macro-crate v1.3.1 |
1168 | 2023-12-07T00:12:15.073Z | Downloaded derive_builder_core v0.12.0 |
1169 | 2023-12-07T00:12:15.079Z | Downloaded rstest_macros v0.18.2 |
1170 | 2023-12-07T00:12:15.080Z | Downloaded diesel_derives v2.1.2 |
1171 | 2023-12-07T00:12:15.080Z | Downloaded itertools v0.11.0 |
1172 | 2023-12-07T00:12:15.112Z | Downloaded secrecy v0.8.0 |
1173 | 2023-12-07T00:12:15.131Z | Downloaded zerocopy v0.3.0 |
1174 | 2023-12-07T00:12:15.132Z | Downloaded whoami v1.4.1 |
1175 | 2023-12-07T00:12:15.132Z | Downloaded pem v1.1.1 |
1176 | 2023-12-07T00:12:15.132Z | Downloaded ron v0.8.1 |
1177 | 2023-12-07T00:12:15.134Z | Downloaded strip-ansi-escapes v0.2.0 |
1178 | 2023-12-07T00:12:15.134Z | Downloaded slog-stdlog v4.1.1 |
1179 | 2023-12-07T00:12:15.134Z | Downloaded parse-display-derive v0.8.2 |
1180 | 2023-12-07T00:12:15.137Z | Downloaded criterion v0.5.1 |
1181 | 2023-12-07T00:12:15.146Z | Downloaded minimal-lexical v0.2.1 |
1182 | 2023-12-07T00:12:15.146Z | Downloaded pem v3.0.2 |
1183 | 2023-12-07T00:12:15.146Z | Downloaded dyn-clone v1.0.13 |
1184 | 2023-12-07T00:12:15.146Z | Downloaded dirs-sys-next v0.1.2 |
1185 | 2023-12-07T00:12:15.146Z | Downloaded pin-project-lite v0.2.13 |
1186 | 2023-12-07T00:12:15.155Z | Downloaded group v0.13.0 |
1187 | 2023-12-07T00:12:15.155Z | Downloaded dirs-next v2.0.0 |
1188 | 2023-12-07T00:12:15.155Z | Downloaded half v1.8.2 |
1189 | 2023-12-07T00:12:15.161Z | Downloaded rsa v0.9.2 |
1190 | 2023-12-07T00:12:15.168Z | Downloaded hubpack v0.1.2 |
1191 | 2023-12-07T00:12:15.168Z | Downloaded httpdate v1.0.3 |
1192 | 2023-12-07T00:12:15.168Z | Downloaded rand v0.4.6 |
1193 | 2023-12-07T00:12:15.176Z | Downloaded uuid v1.6.1 |
1194 | 2023-12-07T00:12:15.181Z | Downloaded tungstenite v0.20.1 |
1195 | 2023-12-07T00:12:15.190Z | Downloaded futures-io v0.3.29 |
1196 | 2023-12-07T00:12:15.190Z | Downloaded bcs v0.1.6 |
1197 | 2023-12-07T00:12:15.190Z | Downloaded base64ct v1.6.0 |
1198 | 2023-12-07T00:12:15.198Z | Downloaded usdt-impl v0.3.5 |
1199 | 2023-12-07T00:12:15.199Z | Downloaded slog-scope v4.4.0 |
1200 | 2023-12-07T00:12:15.199Z | Downloaded deranged v0.3.8 |
1201 | 2023-12-07T00:12:15.199Z | Downloaded pest_derive v2.7.2 |
1202 | 2023-12-07T00:12:15.206Z | Downloaded url v2.5.0 |
1203 | 2023-12-07T00:12:15.212Z | Downloaded hostname v0.3.1 |
1204 | 2023-12-07T00:12:15.212Z | Downloaded fragile v2.0.0 |
1205 | 2023-12-07T00:12:15.212Z | Downloaded tokio-macros v2.2.0 |
1206 | 2023-12-07T00:12:15.212Z | Downloaded spin v0.5.2 |
1207 | 2023-12-07T00:12:15.218Z | Downloaded foreign-types-shared v0.3.1 |
1208 | 2023-12-07T00:12:15.218Z | Downloaded textwrap v0.16.0 |
1209 | 2023-12-07T00:12:15.224Z | Downloaded darling_macro v0.20.3 |
1210 | 2023-12-07T00:12:15.224Z | Downloaded glob v0.3.1 |
1211 | 2023-12-07T00:12:15.224Z | Downloaded derive_builder v0.12.0 |
1212 | 2023-12-07T00:12:15.233Z | Downloaded derive-where v1.2.6 |
1213 | 2023-12-07T00:12:15.242Z | Downloaded subprocess v0.2.9 |
1214 | 2023-12-07T00:12:15.253Z | Downloaded fnv v1.0.7 |
1215 | 2023-12-07T00:12:15.253Z | Downloaded pin-project-internal v1.1.3 |
1216 | 2023-12-07T00:12:15.254Z | Downloaded atomic-waker v1.1.1 |
1217 | 2023-12-07T00:12:15.254Z | Downloaded strum v0.25.0 |
1218 | 2023-12-07T00:12:15.254Z | Downloaded vte v0.11.1 |
1219 | 2023-12-07T00:12:15.281Z | Downloaded fatfs v0.3.6 |
1220 | 2023-12-07T00:12:15.281Z | Downloaded elliptic-curve v0.13.5 |
1221 | 2023-12-07T00:12:15.282Z | Downloaded tokio-rustls v0.24.1 |
1222 | 2023-12-07T00:12:15.291Z | Downloaded semver v0.11.0 |
1223 | 2023-12-07T00:12:15.292Z | Downloaded vte_generate_state_changes v0.1.1 |
1224 | 2023-12-07T00:12:15.292Z | Downloaded siphasher v0.3.11 |
1225 | 2023-12-07T00:12:15.292Z | Downloaded unicode-bidi v0.3.13 |
1226 | 2023-12-07T00:12:15.292Z | Downloaded slog-term v2.9.0 |
1227 | 2023-12-07T00:12:15.292Z | Downloaded diff v0.1.13 |
1228 | 2023-12-07T00:12:15.292Z | Downloaded digest v0.10.7 |
1229 | 2023-12-07T00:12:15.292Z | Downloaded smf v0.2.2 |
1230 | 2023-12-07T00:12:15.292Z | Downloaded smawk v0.3.1 |
1231 | 2023-12-07T00:12:15.299Z | Downloaded ena v0.14.2 |
1232 | 2023-12-07T00:12:15.300Z | Downloaded similar-asserts v1.5.0 |
1233 | 2023-12-07T00:12:15.300Z | Downloaded postgres-types v0.2.6 |
1234 | 2023-12-07T00:12:15.304Z | Downloaded idna v0.2.3 |
1235 | 2023-12-07T00:12:15.312Z | Downloaded arrayref v0.3.7 |
1236 | 2023-12-07T00:12:15.844Z | Downloaded base16ct v0.2.0 |
1237 | 2023-12-07T00:12:15.844Z | Downloaded debug-ignore v1.0.5 |
1238 | 2023-12-07T00:12:15.844Z | Downloaded datatest-stable v0.2.3 |
1239 | 2023-12-07T00:12:15.845Z | Downloaded base64 v0.21.5 |
1240 | 2023-12-07T00:12:15.845Z | Downloaded termcolor v1.2.0 |
1241 | 2023-12-07T00:12:15.845Z | Downloaded quick-error v1.2.3 |
1242 | 2023-12-07T00:12:15.845Z | Downloaded pin-project v1.1.3 |
1243 | 2023-12-07T00:12:15.845Z | Downloaded crossbeam-channel v0.5.8 |
1244 | 2023-12-07T00:12:15.845Z | Downloaded peeking_take_while v0.1.2 |
1245 | 2023-12-07T00:12:15.845Z | Downloaded path-slash v0.1.5 |
1246 | 2023-12-07T00:12:15.845Z | Downloaded parse-display v0.8.2 |
1247 | 2023-12-07T00:12:15.845Z | Downloaded unicode-xid v0.2.4 |
1248 | 2023-12-07T00:12:15.845Z | Downloaded untrusted v0.9.0 |
1249 | 2023-12-07T00:12:15.845Z | Downloaded data-encoding v2.4.0 |
1250 | 2023-12-07T00:12:15.845Z | Downloaded tokio-native-tls v0.3.1 |
1251 | 2023-12-07T00:12:15.846Z | Downloaded tabled_derive v0.6.0 |
1252 | 2023-12-07T00:12:15.846Z | Downloaded slog-json v2.6.1 |
1253 | 2023-12-07T00:12:15.846Z | Downloaded slog-dtrace v0.2.3 |
1254 | 2023-12-07T00:12:15.846Z | Downloaded funty v2.0.0 |
1255 | 2023-12-07T00:12:15.846Z | Downloaded vsss-rs v3.3.1 |
1256 | 2023-12-07T00:12:15.846Z | Downloaded arc-swap v1.6.0 |
1257 | 2023-12-07T00:12:15.846Z | Downloaded thiserror-impl-no-std v2.0.2 |
1258 | 2023-12-07T00:12:15.846Z | Downloaded openssl-sys v0.9.96 |
1259 | 2023-12-07T00:12:15.846Z | Downloaded hash32 v0.2.1 |
1260 | 2023-12-07T00:12:15.846Z | Downloaded plotters-backend v0.3.5 |
1261 | 2023-12-07T00:12:15.846Z | Downloaded pkg-config v0.3.27 |
1262 | 2023-12-07T00:12:15.846Z | Downloaded postgres-protocol v0.6.6 |
1263 | 2023-12-07T00:12:15.847Z | Downloaded termios v0.3.3 |
1264 | 2023-12-07T00:12:15.847Z | Downloaded partial-io v0.5.4 |
1265 | 2023-12-07T00:12:15.847Z | Downloaded signal-hook v0.3.17 |
1266 | 2023-12-07T00:12:15.847Z | Downloaded tap v1.0.1 |
1267 | 2023-12-07T00:12:15.847Z | Downloaded supports-color v2.1.0 |
1268 | 2023-12-07T00:12:15.847Z | Downloaded subtle v2.5.0 |
1269 | 2023-12-07T00:12:15.848Z | Downloaded highway v1.1.0 |
1270 | 2023-12-07T00:12:15.850Z | Downloaded slog-async v2.8.0 |
1271 | 2023-12-07T00:12:15.850Z | Downloaded cc v1.0.83 |
1272 | 2023-12-07T00:12:15.850Z | Downloaded display-error-chain v0.2.0 |
1273 | 2023-12-07T00:12:15.850Z | Downloaded async-stream-impl v0.3.5 |
1274 | 2023-12-07T00:12:15.850Z | Downloaded trybuild v1.0.85 |
1275 | 2023-12-07T00:12:15.850Z | Downloaded sha1 v0.10.6 |
1276 | 2023-12-07T00:12:15.850Z | Downloaded hex-literal v0.4.1 |
1277 | 2023-12-07T00:12:15.850Z | Downloaded parking_lot v0.12.1 |
1278 | 2023-12-07T00:12:15.850Z | Downloaded ucd-trie v0.1.6 |
1279 | 2023-12-07T00:12:15.850Z | Downloaded indicatif v0.17.7 |
1280 | 2023-12-07T00:12:15.850Z | Downloaded zeroize v1.7.0 |
1281 | 2023-12-07T00:12:15.850Z | Downloaded futures-core v0.3.29 |
1282 | 2023-12-07T00:12:15.850Z | Downloaded wyz v0.5.1 |
1283 | 2023-12-07T00:12:15.850Z | Downloaded version_check v0.9.4 |
1284 | 2023-12-07T00:12:15.850Z | Downloaded test-strategy v0.3.1 |
1285 | 2023-12-07T00:12:15.851Z | Downloaded blake2 v0.10.6 |
1286 | 2023-12-07T00:12:15.851Z | Downloaded num-traits v0.2.16 |
1287 | 2023-12-07T00:12:15.851Z | Downloaded unicase v2.7.0 |
1288 | 2023-12-07T00:12:15.851Z | Downloaded unarray v0.1.4 |
1289 | 2023-12-07T00:12:15.851Z | Downloaded tui-tree-widget v0.13.0 |
1290 | 2023-12-07T00:12:15.851Z | Downloaded addr2line v0.21.0 |
1291 | 2023-12-07T00:12:15.851Z | Downloaded signature v1.6.4 |
1292 | 2023-12-07T00:12:15.851Z | Downloaded rustls-native-certs v0.6.3 |
1293 | 2023-12-07T00:12:15.851Z | Downloaded relative-path v1.9.0 |
1294 | 2023-12-07T00:12:15.851Z | Downloaded serde-hex v0.1.0 |
1295 | 2023-12-07T00:12:15.851Z | Downloaded rustfmt-wrapper v0.2.0 |
1296 | 2023-12-07T00:12:15.851Z | Downloaded phf_shared v0.11.2 |
1297 | 2023-12-07T00:12:15.851Z | Downloaded ff v0.13.0 |
1298 | 2023-12-07T00:12:15.851Z | Downloaded crc32fast v1.3.2 |
1299 | 2023-12-07T00:12:15.851Z | Downloaded crypto-bigint v0.5.2 |
1300 | 2023-12-07T00:12:15.851Z | Downloaded chacha20poly1305 v0.10.1 |
1301 | 2023-12-07T00:12:15.851Z | Downloaded structmeta-derive v0.2.0 |
1302 | 2023-12-07T00:12:15.851Z | Downloaded crossbeam-utils v0.8.16 |
1303 | 2023-12-07T00:12:15.851Z | Downloaded multer v2.1.0 |
1304 | 2023-12-07T00:12:15.851Z | Downloaded rustc_version v0.1.7 |
1305 | 2023-12-07T00:12:15.851Z | Downloaded rustc-hash v1.1.0 |
1306 | 2023-12-07T00:12:15.851Z | Downloaded filetime v0.2.23 |
1307 | 2023-12-07T00:12:15.851Z | Downloaded fd-lock v3.0.13 |
1308 | 2023-12-07T00:12:15.851Z | Downloaded either v1.9.0 |
1309 | 2023-12-07T00:12:15.852Z | Downloaded native-tls v0.2.11 |
1310 | 2023-12-07T00:12:15.852Z | Downloaded ansi_term v0.12.1 |
1311 | 2023-12-07T00:12:15.852Z | Downloaded once_cell v1.18.0 |
1312 | 2023-12-07T00:12:15.852Z | Downloaded base64 v0.13.1 |
1313 | 2023-12-07T00:12:15.852Z | Downloaded serde_with_macros v2.3.3 |
1314 | 2023-12-07T00:12:15.852Z | Downloaded cancel-safe-futures v0.1.5 |
1315 | 2023-12-07T00:12:15.852Z | Downloaded toml v0.5.11 |
1316 | 2023-12-07T00:12:15.852Z | Downloaded radium v0.7.0 |
1317 | 2023-12-07T00:12:15.852Z | Downloaded rand_xorshift v0.3.0 |
1318 | 2023-12-07T00:12:15.852Z | Downloaded rand_chacha v0.3.1 |
1319 | 2023-12-07T00:12:15.852Z | Downloaded futures-task v0.3.29 |
1320 | 2023-12-07T00:12:15.852Z | Downloaded utf-8 v0.7.6 |
1321 | 2023-12-07T00:12:15.852Z | Downloaded serde_plain v1.0.2 |
1322 | 2023-12-07T00:12:15.852Z | Downloaded slab v0.4.9 |
1323 | 2023-12-07T00:12:15.852Z | Downloaded parking_lot v0.11.2 |
1324 | 2023-12-07T00:12:15.852Z | Downloaded signature v2.1.0 |
1325 | 2023-12-07T00:12:15.853Z | Downloaded serial_test v0.10.0 |
1326 | 2023-12-07T00:12:15.853Z | Downloaded rustversion v1.0.14 |
1327 | 2023-12-07T00:12:15.853Z | Downloaded remove_dir_all v0.5.3 |
1328 | 2023-12-07T00:12:15.853Z | Downloaded crossbeam-epoch v0.9.15 |
1329 | 2023-12-07T00:12:15.853Z | Downloaded enum-as-inner v0.5.1 |
1330 | 2023-12-07T00:12:15.853Z | Downloaded memoffset v0.7.1 |
1331 | 2023-12-07T00:12:15.853Z | Downloaded crc-any v2.4.3 |
1332 | 2023-12-07T00:12:15.853Z | Downloaded crc v3.0.1 |
1333 | 2023-12-07T00:12:15.853Z | Downloaded mockall v0.11.4 |
1334 | 2023-12-07T00:12:15.853Z | Downloaded memoffset v0.9.0 |
1335 | 2023-12-07T00:12:15.853Z | Downloaded md-5 v0.10.5 |
1336 | 2023-12-07T00:12:15.899Z | Downloaded const-oid v0.9.5 |
1337 | 2023-12-07T00:12:15.899Z | Downloaded nanorand v0.7.0 |
1338 | 2023-12-07T00:12:15.899Z | Downloaded approx v0.5.1 |
1339 | 2023-12-07T00:12:15.899Z | Downloaded async-recursion v1.0.5 |
1340 | 2023-12-07T00:12:15.899Z | Downloaded assert_matches v1.5.0 |
1341 | 2023-12-07T00:12:15.900Z | Downloaded nibble_vec v0.1.0 |
1342 | 2023-12-07T00:12:15.900Z | Downloaded mime_guess v2.0.4 |
1343 | 2023-12-07T00:12:15.900Z | Downloaded indexmap v1.9.3 |
1344 | 2023-12-07T00:12:15.900Z | Downloaded num-bigint v0.4.4 |
1345 | 2023-12-07T00:12:15.901Z | Downloaded usdt-macro v0.3.5 |
1346 | 2023-12-07T00:12:15.901Z | Downloaded similar v2.2.1 |
1347 | 2023-12-07T00:12:15.901Z | Downloaded argon2 v0.5.2 |
1348 | 2023-12-07T00:12:15.902Z | Downloaded inout v0.1.3 |
1349 | 2023-12-07T00:12:15.903Z | Downloaded float-cmp v0.9.0 |
1350 | 2023-12-07T00:12:15.903Z | Downloaded async-trait v0.1.74 |
1351 | 2023-12-07T00:12:15.903Z | Downloaded clang-sys v1.6.1 |
1352 | 2023-12-07T00:12:15.903Z | Downloaded foreign-types v0.5.0 |
1353 | 2023-12-07T00:12:15.903Z | Downloaded universal-hash v0.5.1 |
1354 | 2023-12-07T00:12:15.903Z | Downloaded anes v0.1.6 |
1355 | 2023-12-07T00:12:15.905Z | Downloaded arrayvec v0.7.4 |
1356 | 2023-12-07T00:12:15.905Z | Downloaded hyper-rustls v0.24.2 |
1357 | 2023-12-07T00:12:15.905Z | Downloaded signal-hook-tokio v0.3.1 |
1358 | 2023-12-07T00:12:15.905Z | Downloaded ascii-canvas v3.0.0 |
1359 | 2023-12-07T00:12:15.906Z | Downloaded num-iter v0.1.43 |
1360 | 2023-12-07T00:12:15.906Z | Downloaded olpc-cjson v0.1.3 |
1361 | 2023-12-07T00:12:15.906Z | Downloaded num-derive v0.4.0 |
1362 | 2023-12-07T00:12:15.906Z | Downloaded block-buffer v0.10.4 |
1363 | 2023-12-07T00:12:15.907Z | Downloaded lock_api v0.4.10 |
1364 | 2023-12-07T00:12:15.908Z | Downloaded criterion-plot v0.5.0 |
1365 | 2023-12-07T00:12:15.908Z | Downloaded strum_macros v0.25.2 |
1366 | 2023-12-07T00:12:15.908Z | Downloaded semver-parser v0.10.2 |
1367 | 2023-12-07T00:12:15.908Z | Downloaded log v0.4.20 |
1368 | 2023-12-07T00:12:15.908Z | Downloaded darling v0.20.3 |
1369 | 2023-12-07T00:12:15.908Z | Downloaded darling v0.14.4 |
1370 | 2023-12-07T00:12:15.909Z | Downloaded libloading v0.7.4 |
1371 | 2023-12-07T00:12:15.909Z | Downloaded tokio-stream v0.1.14 |
1372 | 2023-12-07T00:12:15.909Z | Downloaded match_cfg v0.1.0 |
1373 | 2023-12-07T00:12:15.909Z | Downloaded cassowary v0.3.0 |
1374 | 2023-12-07T00:12:15.909Z | Downloaded bzip2 v0.4.4 |
1375 | 2023-12-07T00:12:15.909Z | Downloaded usdt v0.3.5 |
1376 | 2023-12-07T00:12:15.909Z | Downloaded byteorder v1.5.0 |
1377 | 2023-12-07T00:12:15.909Z | Downloaded omicron-zone-package v0.9.1 |
1378 | 2023-12-07T00:12:15.909Z | Downloaded blake2b_simd v1.0.1 |
1379 | 2023-12-07T00:12:15.910Z | Downloaded itertools v0.12.0 |
1380 | 2023-12-07T00:12:15.910Z | Downloaded owo-colors v3.5.0 |
1381 | 2023-12-07T00:12:15.910Z | Downloaded threadpool v1.8.1 |
1382 | 2023-12-07T00:12:15.910Z | Downloaded crunchy v0.2.2 |
1383 | 2023-12-07T00:12:15.911Z | Downloaded colored v2.0.4 |
1384 | 2023-12-07T00:12:15.911Z | Downloaded aead v0.5.2 |
1385 | 2023-12-07T00:12:15.911Z | Downloaded packed_struct_codegen v0.10.1 |
1386 | 2023-12-07T00:12:15.911Z | Downloaded schemars_derive v0.8.13 |
1387 | 2023-12-07T00:12:15.911Z | Downloaded bit-vec v0.6.3 |
1388 | 2023-12-07T00:12:15.911Z | Downloaded lru-cache v0.1.2 |
1389 | 2023-12-07T00:12:15.911Z | Downloaded libsw v3.3.0 |
1390 | 2023-12-07T00:12:15.911Z | Downloaded num v0.4.1 |
1391 | 2023-12-07T00:12:15.911Z | Downloaded macaddr v1.0.1 |
1392 | 2023-12-07T00:12:15.911Z | Downloaded kstat-rs v0.2.3 |
1393 | 2023-12-07T00:12:15.911Z | Downloaded ipnetwork v0.20.0 |
1394 | 2023-12-07T00:12:15.912Z | Downloaded crypto-common v0.1.6 |
1395 | 2023-12-07T00:12:15.912Z | Downloaded convert_case v0.4.0 |
1396 | 2023-12-07T00:12:15.912Z | Downloaded term v0.7.0 |
1397 | 2023-12-07T00:12:15.912Z | Downloaded serde_repr v0.1.16 |
1398 | 2023-12-07T00:12:15.912Z | Downloaded array-init v0.0.4 |
1399 | 2023-12-07T00:12:15.912Z | Downloaded num-integer v0.1.45 |
1400 | 2023-12-07T00:12:15.912Z | Downloaded managed v0.8.0 |
1401 | 2023-12-07T00:12:15.912Z | Downloaded cfg-if v1.0.0 |
1402 | 2023-12-07T00:12:15.913Z | Downloaded impl-trait-for-tuples v0.2.2 |
1403 | 2023-12-07T00:12:15.913Z | Downloaded constant_time_eq v0.3.0 |
1404 | 2023-12-07T00:12:15.913Z | Downloaded oso-derive v0.27.0 |
1405 | 2023-12-07T00:12:15.913Z | Downloaded openssl-probe v0.1.5 |
1406 | 2023-12-07T00:12:15.913Z | Downloaded instant v0.1.12 |
1407 | 2023-12-07T00:12:15.913Z | Downloaded bit-set v0.5.3 |
1408 | 2023-12-07T00:12:15.913Z | Downloaded crossbeam-queue v0.3.8 |
1409 | 2023-12-07T00:12:15.913Z | Downloaded crossbeam-deque v0.8.3 |
1410 | 2023-12-07T00:12:15.913Z | Downloaded hyper-tls v0.5.0 |
1411 | 2023-12-07T00:12:15.914Z | Downloaded lalrpop-util v0.19.12 |
1412 | 2023-12-07T00:12:15.914Z | Downloaded cfg-if v0.1.10 |
1413 | 2023-12-07T00:12:15.914Z | Downloaded lazycell v1.3.0 |
1414 | 2023-12-07T00:12:15.915Z | Downloaded termtree v0.4.1 |
1415 | 2023-12-07T00:12:15.915Z | Downloaded is-terminal v0.4.9 |
1416 | 2023-12-07T00:12:15.915Z | Downloaded want v0.3.1 |
1417 | 2023-12-07T00:12:15.915Z | Downloaded toolchain_find v0.2.0 |
1418 | 2023-12-07T00:12:15.915Z | Downloaded cast v0.3.0 |
1419 | 2023-12-07T00:12:15.915Z | Downloaded bb8 v0.8.1 |
1420 | 2023-12-07T00:12:15.915Z | Downloaded bytecount v0.6.3 |
1421 | 2023-12-07T00:12:15.915Z | Downloaded num_threads v0.1.6 |
1422 | 2023-12-07T00:12:15.916Z | Downloaded curve25519-dalek-derive v0.1.0 |
1423 | 2023-12-07T00:12:15.916Z | Downloaded constant_time_eq v0.2.6 |
1424 | 2023-12-07T00:12:15.916Z | Downloaded camino-tempfile v1.1.1 |
1425 | 2023-12-07T00:12:15.916Z | Downloaded block-padding v0.3.3 |
1426 | 2023-12-07T00:12:15.916Z | Downloaded keccak v0.1.4 |
1427 | 2023-12-07T00:12:15.916Z | Downloaded cpufeatures v0.2.9 |
1428 | 2023-12-07T00:12:15.960Z | Downloaded tinyvec_macros v0.1.1 |
1429 | 2023-12-07T00:12:15.960Z | Downloaded synstructure v0.12.6 |
1430 | 2023-12-07T00:12:15.960Z | Downloaded serde-big-array v0.4.1 |
1431 | 2023-12-07T00:12:15.960Z | Downloaded num_enum v0.5.11 |
1432 | 2023-12-07T00:12:15.960Z | Downloaded num_cpus v1.16.0 |
1433 | 2023-12-07T00:12:15.961Z | Downloaded maybe-uninit v2.0.0 |
1434 | 2023-12-07T00:12:15.961Z | Downloaded new_debug_unreachable v1.0.4 |
1435 | 2023-12-07T00:12:15.961Z | Downloaded atomicwrites v0.4.2 |
1436 | 2023-12-07T00:12:15.961Z | Downloaded is_ci v1.1.1 |
1437 | 2023-12-07T00:12:15.961Z | Downloaded crossbeam v0.8.2 |
1438 | 2023-12-07T00:12:15.961Z | Downloaded ciborium v0.2.1 |
1439 | 2023-12-07T00:12:15.961Z | Downloaded openssl-macros v0.1.1 |
1440 | 2023-12-07T00:12:15.961Z | Downloaded ciborium-io v0.2.1 |
1441 | 2023-12-07T00:12:15.962Z | Downloaded console v0.15.7 |
1442 | 2023-12-07T00:12:15.962Z | Downloaded matches v0.1.10 |
1443 | 2023-12-07T00:12:15.962Z | Downloaded bytesize v1.3.0 |
1444 | 2023-12-07T00:12:15.962Z | Downloaded cipher v0.4.4 |
1445 | 2023-12-07T00:12:15.962Z | Downloaded cexpr v0.6.0 |
1446 | 2023-12-07T00:12:15.962Z | Downloaded ciborium-ll v0.2.1 |
1447 | 2023-12-07T00:12:15.962Z | Downloaded chacha20 v0.9.1 |
1448 | 2023-12-07T00:12:15.962Z | Downloaded mime v0.3.17 |
1449 | 2023-12-07T00:12:15.963Z | Downloaded adler v1.0.2 |
1450 | 2023-12-07T00:12:16.535Z | Compiling serde v1.0.192 |
1451 | 2023-12-07T00:12:16.536Z | Compiling autocfg v1.1.0 |
1452 | 2023-12-07T00:12:16.542Z | Checking cfg-if v1.0.0 |
1453 | 2023-12-07T00:12:16.542Z | Compiling version_check v0.9.4 |
1454 | 2023-12-07T00:12:16.554Z | Compiling syn v1.0.109 |
1455 | 2023-12-07T00:12:16.591Z | Checking libc v0.2.150 |
1456 | 2023-12-07T00:12:16.601Z | Compiling syn v2.0.32 |
1457 | 2023-12-07T00:12:16.646Z | Compiling parking_lot_core v0.9.8 |
1458 | 2023-12-07T00:12:16.700Z | Compiling libm v0.2.7 |
1459 | 2023-12-07T00:12:17.205Z | Compiling cc v1.0.83 |
1460 | 2023-12-07T00:12:17.387Z | Compiling futures-core v0.3.29 |
1461 | 2023-12-07T00:12:17.524Z | Compiling once_cell v1.18.0 |
1462 | 2023-12-07T00:12:17.974Z | Compiling serde_json v1.0.108 |
1463 | 2023-12-07T00:12:18.041Z | Compiling memchr v2.6.3 |
1464 | 2023-12-07T00:12:18.129Z | Compiling lock_api v0.4.10 |
1465 | 2023-12-07T00:12:18.274Z | Compiling num-traits v0.2.16 |
1466 | 2023-12-07T00:12:18.578Z | Compiling slab v0.4.9 |
1467 | 2023-12-07T00:12:18.731Z | Checking getrandom v0.2.10 |
1468 | 2023-12-07T00:12:19.292Z | Compiling futures-task v0.3.29 |
1469 | 2023-12-07T00:12:19.309Z | Compiling futures-channel v0.3.29 |
1470 | 2023-12-07T00:12:19.310Z | Compiling typenum v1.16.0 |
1471 | 2023-12-07T00:12:19.384Z | Compiling futures-util v0.3.29 |
1472 | 2023-12-07T00:12:19.547Z | Compiling generic-array v0.14.7 |
1473 | 2023-12-07T00:12:19.888Z | Compiling log v0.4.20 |
1474 | 2023-12-07T00:12:20.096Z | Checking scopeguard v1.2.0 |
1475 | 2023-12-07T00:12:20.258Z | Compiling pkg-config v0.3.27 |
1476 | 2023-12-07T00:12:21.262Z | Checking smallvec v1.11.0 |
1477 | 2023-12-07T00:12:21.571Z | Checking itoa v1.0.9 |
1478 | 2023-12-07T00:12:22.212Z | Compiling rustix v0.38.25 |
1479 | 2023-12-07T00:12:22.222Z | Compiling indexmap v1.9.3 |
1480 | 2023-12-07T00:12:22.222Z | Compiling schemars v0.8.13 |
1481 | 2023-12-07T00:12:22.315Z | Compiling vcpkg v0.2.15 |
1482 | 2023-12-07T00:12:22.752Z | Compiling fnv v1.0.7 |
1483 | 2023-12-07T00:12:22.758Z | Compiling httparse v1.8.0 |
1484 | 2023-12-07T00:12:22.874Z | Checking rand_core v0.6.4 |
1485 | 2023-12-07T00:12:23.202Z | Compiling ring v0.16.20 |
1486 | 2023-12-07T00:12:23.287Z | Compiling ring v0.17.5 |
1487 | 2023-12-07T00:12:24.945Z | Compiling aho-corasick v1.0.4 |
1488 | 2023-12-07T00:12:25.163Z | Compiling regex-syntax v0.8.2 |
1489 | 2023-12-07T00:12:25.955Z | Compiling openssl-sys v0.9.96 |
1490 | 2023-12-07T00:12:27.618Z | Compiling parking_lot v0.12.1 |
1491 | 2023-12-07T00:12:28.305Z | Checking pin-project-lite v0.2.13 |
1492 | 2023-12-07T00:12:28.467Z | Compiling ahash v0.8.3 |
1493 | 2023-12-07T00:12:28.924Z | Compiling serde_derive_internals v0.26.0 |
1494 | 2023-12-07T00:12:29.161Z | Checking spin v0.5.2 |
1495 | 2023-12-07T00:12:29.601Z | Compiling openssl v0.10.60 |
1496 | 2023-12-07T00:12:30.166Z | Checking signal-hook-registry v1.4.1 |
1497 | 2023-12-07T00:12:30.483Z | Compiling regex-automata v0.4.3 |
1498 | 2023-12-07T00:12:31.008Z | Compiling rustls v0.21.9 |
1499 | 2023-12-07T00:12:31.454Z | Compiling ucd-trie v0.1.6 |
1500 | 2023-12-07T00:12:32.163Z | Checking mio v0.8.9 |
1501 | 2023-12-07T00:12:32.365Z | Compiling iana-time-zone v0.1.57 |
1502 | 2023-12-07T00:12:32.912Z | Compiling native-tls v0.2.11 |
1503 | 2023-12-07T00:12:33.233Z | Compiling async-trait v0.1.74 |
1504 | 2023-12-07T00:12:33.383Z | Checking num_cpus v1.16.0 |
1505 | 2023-12-07T00:12:33.974Z | Compiling byteorder v1.5.0 |
1506 | 2023-12-07T00:12:34.023Z | Compiling unicode-xid v0.2.4 |
1507 | 2023-12-07T00:12:34.196Z | Compiling dyn-clone v1.0.13 |
1508 | 2023-12-07T00:12:34.666Z | Compiling backtrace v0.3.69 |
1509 | 2023-12-07T00:12:34.841Z | Checking socket2 v0.5.5 |
1510 | 2023-12-07T00:12:37.365Z | Compiling futures-sink v0.3.29 |
1511 | 2023-12-07T00:12:37.491Z | Compiling hashbrown v0.13.2 |
1512 | 2023-12-07T00:12:37.491Z | Compiling errno v0.3.2 |
1513 | 2023-12-07T00:12:37.491Z | Compiling crc32fast v1.3.2 |
1514 | 2023-12-07T00:12:37.491Z | Checking ryu v1.0.15 |
1515 | 2023-12-07T00:12:37.491Z | Compiling crossbeam-utils v0.8.16 |
1516 | 2023-12-07T00:12:37.491Z | Compiling tinyvec_macros v0.1.1 |
1517 | 2023-12-07T00:12:37.491Z | Compiling tinyvec v1.6.0 |
1518 | 2023-12-07T00:12:37.491Z | Compiling pin-utils v0.1.0 |
1519 | 2023-12-07T00:12:37.491Z | Compiling anyhow v1.0.75 |
1520 | 2023-12-07T00:12:37.494Z | Compiling futures-io v0.3.29 |
1521 | 2023-12-07T00:12:37.494Z | Compiling regex v1.10.2 |
1522 | 2023-12-07T00:12:37.495Z | Compiling spin v0.9.8 |
1523 | 2023-12-07T00:12:37.640Z | Compiling tracing-core v0.1.31 |
1524 | 2023-12-07T00:12:37.938Z | Compiling unicode-bidi v0.3.13 |
1525 | 2023-12-07T00:12:38.894Z | Compiling unicode-normalization v0.1.22 |
1526 | 2023-12-07T00:12:39.170Z | Compiling num-integer v0.1.45 |
1527 | 2023-12-07T00:12:39.998Z | Compiling synstructure v0.12.6 |
1528 | 2023-12-07T00:12:40.399Z | Compiling lazy_static v1.4.0 |
1529 | 2023-12-07T00:12:40.421Z | Compiling unicode-width v0.1.11 |
1530 | 2023-12-07T00:12:40.522Z | Compiling slog v2.7.0 |
1531 | 2023-12-07T00:12:40.613Z | Compiling base64 v0.21.5 |
1532 | 2023-12-07T00:12:40.654Z | Compiling serde_derive v1.0.192 |
1533 | 2023-12-07T00:12:40.704Z | Compiling thiserror-impl v1.0.49 |
1534 | 2023-12-07T00:12:40.721Z | Compiling zeroize_derive v1.4.2 |
1535 | 2023-12-07T00:12:41.211Z | Compiling tokio-macros v2.2.0 |
1536 | 2023-12-07T00:12:41.751Z | Compiling futures-macro v0.3.29 |
1537 | 2023-12-07T00:12:41.832Z | Compiling tracing-attributes v0.1.26 |
1538 | 2023-12-07T00:12:43.078Z | Compiling schemars_derive v0.8.13 |
1539 | 2023-12-07T00:12:43.366Z | Compiling openssl-macros v0.1.1 |
1540 | 2023-12-07T00:12:43.986Z | Checking zeroize v1.7.0 |
1541 | 2023-12-07T00:12:46.209Z | Compiling thiserror v1.0.49 |
1542 | 2023-12-07T00:12:46.385Z | Compiling pest v2.7.2 |
1543 | 2023-12-07T00:12:46.512Z | Compiling zerocopy-derive v0.2.0 |
1544 | 2023-12-07T00:12:47.690Z | Compiling untrusted v0.7.1 |
1545 | 2023-12-07T00:12:47.958Z | Checking subtle v2.5.0 |
1546 | 2023-12-07T00:12:48.366Z | Compiling foreign-types-shared v0.1.1 |
1547 | 2023-12-07T00:12:48.524Z | Compiling percent-encoding v2.3.1 |
1548 | 2023-12-07T00:12:48.573Z | Compiling tracing v0.1.37 |
1549 | 2023-12-07T00:12:48.679Z | Compiling hashbrown v0.12.3 |
1550 | 2023-12-07T00:12:49.083Z | Compiling openssl-probe v0.1.5 |
1551 | 2023-12-07T00:12:49.150Z | Compiling rustversion v1.0.14 |
1552 | 2023-12-07T00:12:49.280Z | Compiling untrusted v0.9.0 |
1553 | 2023-12-07T00:12:49.545Z | Compiling time-core v0.1.1 |
1554 | 2023-12-07T00:12:49.765Z | Compiling time-macros v0.2.13 |
1555 | 2023-12-07T00:12:49.861Z | Compiling foreign-types v0.3.2 |
1556 | 2023-12-07T00:12:50.419Z | Compiling pest_meta v2.7.2 |
1557 | 2023-12-07T00:12:53.973Z | Compiling pest_generator v2.7.2 |
1558 | 2023-12-07T00:12:55.344Z | Compiling try-lock v0.2.4 |
1559 | 2023-12-07T00:12:55.471Z | Compiling want v0.3.1 |
1560 | 2023-12-07T00:12:56.206Z | Compiling sct v0.7.0 |
1561 | 2023-12-07T00:12:56.268Z | Compiling rustls-webpki v0.101.7 |
1562 | 2023-12-07T00:12:57.205Z | Compiling form_urlencoded v1.2.1 |
1563 | 2023-12-07T00:12:57.722Z | Compiling zerocopy-derive v0.6.4 |
1564 | 2023-12-07T00:12:58.942Z | Compiling pest_derive v2.7.2 |
1565 | 2023-12-07T00:12:59.394Z | Compiling socket2 v0.4.9 |
1566 | 2023-12-07T00:12:59.394Z | Compiling either v1.9.0 |
1567 | 2023-12-07T00:12:59.666Z | Compiling tower-service v0.3.2 |
1568 | 2023-12-07T00:12:59.734Z | Compiling httpdate v1.0.3 |
1569 | 2023-12-07T00:13:00.110Z | Compiling rustls-pemfile v1.0.3 |
1570 | 2023-12-07T00:13:00.320Z | Compiling idna v0.5.0 |
1571 | 2023-12-07T00:13:00.451Z | Compiling memoffset v0.9.0 |
1572 | 2023-12-07T00:13:00.738Z | Compiling usdt-impl v0.3.5 |
1573 | 2023-12-07T00:13:00.918Z | Compiling adler v1.0.2 |
1574 | 2023-12-07T00:13:01.213Z | Compiling miniz_oxide v0.7.1 |
1575 | 2023-12-07T00:13:01.858Z | Compiling rustls-native-certs v0.6.3 |
1576 | 2023-12-07T00:13:01.877Z | Compiling zerocopy v0.3.0 |
1577 | 2023-12-07T00:13:02.048Z | Compiling url v2.5.0 |
1578 | 2023-12-07T00:13:02.902Z | Checking crypto-common v0.1.6 |
1579 | 2023-12-07T00:13:03.071Z | Compiling ipnet v2.8.0 |
1580 | 2023-12-07T00:13:03.114Z | Compiling signal-hook v0.3.17 |
1581 | 2023-12-07T00:13:03.635Z | Compiling dof v0.1.5 |
1582 | 2023-12-07T00:13:03.635Z | Checking bytes v1.5.0 |
1583 | 2023-12-07T00:13:04.454Z | Checking bitflags v2.4.0 |
1584 | 2023-12-07T00:13:04.455Z | Compiling dtrace-parser v0.1.14 |
1585 | 2023-12-07T00:13:04.833Z | Checking tokio v1.34.0 |
1586 | 2023-12-07T00:13:05.518Z | Compiling indexmap v2.1.0 |
1587 | 2023-12-07T00:13:06.022Z | Compiling uuid v1.6.1 |
1588 | 2023-12-07T00:13:06.976Z | Compiling chrono v0.4.31 |
1589 | 2023-12-07T00:13:07.009Z | Compiling semver v1.0.20 |
1590 | 2023-12-07T00:13:07.147Z | Compiling http v0.2.11 |
1591 | 2023-12-07T00:13:08.217Z | Compiling serde_spanned v0.6.4 |
1592 | 2023-12-07T00:13:08.556Z | Compiling toml_datetime v0.6.5 |
1593 | 2023-12-07T00:13:08.607Z | Compiling rustc_version v0.4.0 |
1594 | 2023-12-07T00:13:09.973Z | Compiling toml_edit v0.19.15 |
1595 | 2023-12-07T00:13:10.100Z | Compiling openapiv3 v2.0.0-rc.1 |
1596 | 2023-12-07T00:13:13.352Z | Compiling http-body v0.4.5 |
1597 | 2023-12-07T00:13:14.698Z | Compiling serde_urlencoded v0.7.1 |
1598 | 2023-12-07T00:13:14.733Z | Compiling clap_derive v4.4.2 |
1599 | 2023-12-07T00:13:15.895Z | Compiling crossbeam-epoch v0.9.15 |
1600 | 2023-12-07T00:13:15.901Z | Compiling encoding_rs v0.8.33 |
1601 | 2023-12-07T00:13:16.161Z | Compiling thread-id v4.2.0 |
1602 | 2023-12-07T00:13:16.311Z | Compiling webpki-roots v0.25.2 |
1603 | 2023-12-07T00:13:16.514Z | Compiling mime v0.3.17 |
1604 | 2023-12-07T00:13:17.131Z | Compiling gimli v0.28.0 |
1605 | 2023-12-07T00:13:17.513Z | Checking const-oid v0.9.5 |
1606 | 2023-12-07T00:13:18.295Z | Compiling siphasher v0.3.11 |
1607 | 2023-12-07T00:13:20.527Z | Compiling tokio-util v0.7.10 |
1608 | 2023-12-07T00:13:21.807Z | Compiling tokio-rustls v0.24.1 |
1609 | 2023-12-07T00:13:22.426Z | Compiling h2 v0.3.21 |
1610 | 2023-12-07T00:13:22.613Z | Compiling serde_tokenstream v0.1.7 |
1611 | 2023-12-07T00:13:23.067Z | Compiling strum_macros v0.25.2 |
1612 | 2023-12-07T00:13:23.586Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1613 | 2023-12-07T00:13:23.894Z | Compiling object v0.32.1 |
1614 | 2023-12-07T00:13:24.249Z | Compiling tokio-native-tls v0.3.1 |
1615 | 2023-12-07T00:13:24.463Z | Compiling addr2line v0.21.0 |
1616 | 2023-12-07T00:13:24.866Z | Compiling num-iter v0.1.43 |
1617 | 2023-12-07T00:13:25.453Z | Compiling rustc-demangle v0.1.23 |
1618 | 2023-12-07T00:13:27.355Z | Compiling flate2 v1.0.28 |
1619 | 2023-12-07T00:13:27.383Z | Compiling heapless v0.7.16 |
1620 | 2023-12-07T00:13:27.651Z | Compiling block-buffer v0.10.4 |
1621 | 2023-12-07T00:13:28.117Z | Compiling doc-comment v0.3.3 |
1622 | 2023-12-07T00:13:28.899Z | Compiling ppv-lite86 v0.2.17 |
1623 | 2023-12-07T00:13:29.109Z | Compiling usdt-macro v0.3.5 |
1624 | 2023-12-07T00:13:29.150Z | Compiling usdt-attr-macro v0.3.5 |
1625 | 2023-12-07T00:13:29.978Z | Compiling toml v0.7.8 |
1626 | 2023-12-07T00:13:30.177Z | Compiling rand_chacha v0.3.1 |
1627 | 2023-12-07T00:13:31.215Z | Compiling digest v0.10.7 |
1628 | 2023-12-07T00:13:31.245Z | Compiling toml_edit v0.21.0 |
1629 | 2023-12-07T00:13:31.737Z | Compiling hex v0.4.3 |
1630 | 2023-12-07T00:13:31.938Z | Compiling pin-project-internal v1.1.3 |
1631 | 2023-12-07T00:13:32.524Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1632 | 2023-12-07T00:13:32.542Z | Compiling bit-vec v0.6.3 |
1633 | 2023-12-07T00:13:33.253Z | Compiling rand v0.8.5 |
1634 | 2023-12-07T00:13:33.736Z | Compiling hyper v0.14.27 |
1635 | 2023-12-07T00:13:35.614Z | Compiling phf_shared v0.10.0 |
1636 | 2023-12-07T00:13:36.211Z | Compiling num-bigint v0.4.4 |
1637 | 2023-12-07T00:13:36.859Z | Compiling new_debug_unreachable v1.0.4 |
1638 | 2023-12-07T00:13:36.910Z | Compiling fixedbitset v0.4.2 |
1639 | 2023-12-07T00:13:36.931Z | Compiling smoltcp v0.9.1 |
1640 | 2023-12-07T00:13:37.119Z | Compiling precomputed-hash v0.1.1 |
1641 | 2023-12-07T00:13:37.300Z | Compiling string_cache v0.8.7 |
1642 | 2023-12-07T00:13:37.644Z | Compiling petgraph v0.6.4 |
1643 | 2023-12-07T00:13:38.031Z | Compiling bit-set v0.5.3 |
1644 | 2023-12-07T00:13:38.452Z | Compiling itertools v0.10.5 |
1645 | 2023-12-07T00:13:39.202Z | Compiling enum-as-inner v0.5.1 |
1646 | 2023-12-07T00:13:39.941Z | Compiling hubpack_derive v0.1.1 |
1647 | 2023-12-07T00:13:39.988Z | Compiling diesel_table_macro_syntax v0.1.0 |
1648 | 2023-12-07T00:13:40.624Z | Compiling unicode-segmentation v1.10.1 |
1649 | 2023-12-07T00:13:40.768Z | Compiling lalrpop-util v0.19.12 |
1650 | 2023-12-07T00:13:41.291Z | Compiling diesel_derives v2.1.2 |
1651 | 2023-12-07T00:13:42.296Z | Compiling snafu-derive v0.7.5 |
1652 | 2023-12-07T00:13:42.300Z | Compiling cpufeatures v0.2.9 |
1653 | 2023-12-07T00:13:42.946Z | Compiling sha2 v0.10.8 |
1654 | 2023-12-07T00:13:43.004Z | Compiling rustix v0.37.23 |
1655 | 2023-12-07T00:13:43.062Z | Compiling hmac v0.12.1 |
1656 | 2023-12-07T00:13:43.481Z | Compiling md-5 v0.10.5 |
1657 | 2023-12-07T00:13:43.737Z | Compiling serde_repr v0.1.16 |
1658 | 2023-12-07T00:13:44.237Z | Compiling stringprep v0.1.3 |
1659 | 2023-12-07T00:13:45.335Z | Compiling hyper-tls v0.5.0 |
1660 | 2023-12-07T00:13:45.557Z | Compiling hyper-rustls v0.24.2 |
1661 | 2023-12-07T00:13:45.784Z | Compiling hash32 v0.2.1 |
1662 | 2023-12-07T00:13:45.848Z | Compiling fallible-iterator v0.2.0 |
1663 | 2023-12-07T00:13:46.361Z | Compiling reqwest v0.11.22 |
1664 | 2023-12-07T00:13:46.385Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2023-12-07T00:13:46.544Z | Checking bitflags v1.3.2 |
1666 | 2023-12-07T00:13:46.990Z | Compiling postgres-protocol v0.6.6 |
1667 | 2023-12-07T00:13:48.547Z | Compiling terminal_size v0.2.6 |
1668 | 2023-12-07T00:13:49.145Z | Compiling phf_shared v0.11.2 |
1669 | 2023-12-07T00:13:49.700Z | Compiling block-padding v0.3.3 |
1670 | 2023-12-07T00:13:50.103Z | Compiling scheduled-thread-pool v0.2.7 |
1671 | 2023-12-07T00:13:50.277Z | Compiling deranged v0.3.8 |
1672 | 2023-12-07T00:13:50.782Z | Compiling matches v0.1.10 |
1673 | 2023-12-07T00:13:50.945Z | Compiling managed v0.8.0 |
1674 | 2023-12-07T00:13:50.989Z | Compiling num_threads v0.1.6 |
1675 | 2023-12-07T00:13:51.177Z | Compiling regex-automata v0.1.10 |
1676 | 2023-12-07T00:13:51.389Z | Compiling clap_builder v4.4.2 |
1677 | 2023-12-07T00:13:51.467Z | Compiling idna v0.2.3 |
1678 | 2023-12-07T00:13:51.866Z | Compiling bstr v0.2.17 |
1679 | 2023-12-07T00:13:52.930Z | Compiling r2d2 v0.8.10 |
1680 | 2023-12-07T00:13:52.942Z | Compiling inout v0.1.3 |
1681 | 2023-12-07T00:13:52.942Z | Compiling signal-hook-mio v0.2.3 |
1682 | 2023-12-07T00:13:53.134Z | Compiling time v0.3.27 |
1683 | 2023-12-07T00:13:53.188Z | Compiling phf v0.11.2 |
1684 | 2023-12-07T00:13:53.606Z | Compiling bzip2 v0.4.4 |
1685 | 2023-12-07T00:13:54.132Z | Compiling postgres-types v0.2.6 |
1686 | 2023-12-07T00:13:54.662Z | Compiling hubpack v0.1.2 |
1687 | 2023-12-07T00:13:54.962Z | Compiling pin-project v1.1.3 |
1688 | 2023-12-07T00:13:55.366Z | Compiling ipnetwork v0.20.0 |
1689 | 2023-12-07T00:13:55.738Z | Compiling zerocopy v0.6.4 |
1690 | 2023-12-07T00:13:56.626Z | Compiling itertools v0.11.0 |
1691 | 2023-12-07T00:13:56.730Z | Compiling futures-executor v0.3.29 |
1692 | 2023-12-07T00:13:57.701Z | Compiling float-cmp v0.9.0 |
1693 | 2023-12-07T00:13:59.234Z | Compiling data-encoding v2.4.0 |
1694 | 2023-12-07T00:14:00.619Z | Compiling static_assertions v1.1.0 |
1695 | 2023-12-07T00:14:00.754Z | Compiling regex-automata v0.3.8 |
1696 | 2023-12-07T00:14:01.423Z | Compiling difflib v0.4.0 |
1697 | 2023-12-07T00:14:02.044Z | Compiling normalize-line-endings v0.3.0 |
1698 | 2023-12-07T00:14:02.228Z | Compiling predicates-core v1.0.6 |
1699 | 2023-12-07T00:14:02.836Z | Compiling whoami v1.4.1 |
1700 | 2023-12-07T00:14:03.334Z | Compiling predicates v3.0.4 |
1701 | 2023-12-07T00:14:03.830Z | Compiling bstr v1.6.0 |
1702 | 2023-12-07T00:14:04.523Z | Compiling tokio-postgres v0.7.10 |
1703 | 2023-12-07T00:14:05.245Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1704 | 2023-12-07T00:14:06.355Z | Compiling trust-dns-proto v0.22.0 |
1705 | 2023-12-07T00:14:07.495Z | Compiling yasna v0.5.2 |
1706 | 2023-12-07T00:14:08.029Z | Compiling diesel v2.1.4 |
1707 | 2023-12-07T00:14:10.690Z | Compiling clap v4.4.3 |
1708 | 2023-12-07T00:14:10.827Z | Compiling futures v0.3.29 |
1709 | 2023-12-07T00:14:10.984Z | Compiling snafu v0.7.5 |
1710 | 2023-12-07T00:14:11.348Z | Compiling zip v0.6.6 |
1711 | 2023-12-07T00:14:13.202Z | Compiling similar v2.2.1 |
1712 | 2023-12-07T00:14:13.232Z | Compiling crossterm v0.27.0 |
1713 | 2023-12-07T00:14:13.232Z | Compiling cipher v0.4.4 |
1714 | 2023-12-07T00:14:13.232Z | Compiling signature v2.1.0 |
1715 | 2023-12-07T00:14:13.232Z | Compiling usdt v0.3.5 |
1716 | 2023-12-07T00:14:13.563Z | Compiling tokio-stream v0.1.14 |
1717 | 2023-12-07T00:14:14.523Z | Compiling console v0.15.7 |
1718 | 2023-12-07T00:14:15.431Z | Checking hashbrown v0.14.2 |
1719 | 2023-12-07T00:14:16.637Z | Checking unicode-ident v1.0.12 |
1720 | 2023-12-07T00:14:16.877Z | Checking equivalent v1.0.1 |
1721 | 2023-12-07T00:14:16.976Z | Checking proc-macro2 v1.0.69 |
1722 | 2023-12-07T00:14:18.640Z | Checking quote v1.0.33 |
1723 | 2023-12-07T00:14:19.850Z | Checking utf8parse v0.2.1 |
1724 | 2023-12-07T00:14:20.852Z | Checking anstyle v1.0.2 |
1725 | 2023-12-07T00:14:22.282Z | Checking io-lifetimes v1.0.11 |
1726 | 2023-12-07T00:14:24.989Z | Checking anstyle-parse v0.2.1 |
1727 | 2023-12-07T00:14:29.198Z | Checking anstyle-query v1.0.0 |
1728 | 2023-12-07T00:14:29.381Z | Checking colorchoice v1.0.0 |
1729 | 2023-12-07T00:14:29.977Z | Checking anstream v0.5.0 |
1730 | 2023-12-07T00:14:30.727Z | Checking strsim v0.10.0 |
1731 | 2023-12-07T00:14:30.992Z | Checking clap_lex v0.5.1 |
1732 | 2023-12-07T00:14:31.466Z | Checking winnow v0.5.15 |
1733 | 2023-12-07T00:14:36.302Z | Compiling serde_tokenstream v0.2.0 |
1734 | 2023-12-07T00:14:41.074Z | Compiling regress v0.7.1 |
1735 | 2023-12-07T00:14:46.923Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1736 | 2023-12-07T00:14:53.772Z | Compiling getopts v0.2.21 |
1737 | 2023-12-07T00:14:54.968Z | Compiling unsafe-libyaml v0.2.9 |
1738 | 2023-12-07T00:14:55.470Z | Checking heck v0.4.1 |
1739 | 2023-12-07T00:14:56.032Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1740 | 2023-12-07T00:14:56.902Z | Compiling ident_case v1.0.1 |
1741 | 2023-12-07T00:14:56.947Z | Checking fastrand v2.0.0 |
1742 | 2023-12-07T00:14:57.140Z | Compiling serde_yaml v0.9.25 |
1743 | 2023-12-07T00:14:57.446Z | Checking tempfile v3.8.1 |
1744 | 2023-12-07T00:14:57.969Z | Checking match_cfg v0.1.0 |
1745 | 2023-12-07T00:14:58.002Z | Checking atty v0.2.14 |
1746 | 2023-12-07T00:14:58.040Z | Checking quick-error v1.2.3 |
1747 | 2023-12-07T00:14:58.107Z | Checking hostname v0.3.1 |
1748 | 2023-12-07T00:14:58.162Z | Compiling paste v1.0.14 |
1749 | 2023-12-07T00:14:58.288Z | Checking crossbeam-channel v0.5.8 |
1750 | 2023-12-07T00:14:58.295Z | Checking sha1 v0.10.6 |
1751 | 2023-12-07T00:14:58.670Z | Checking dirs-sys-next v0.1.2 |
1752 | 2023-12-07T00:14:58.913Z | Checking dirs-next v2.0.0 |
1753 | 2023-12-07T00:14:59.091Z | Checking thread_local v1.1.7 |
1754 | 2023-12-07T00:14:59.383Z | Checking instant v0.1.12 |
1755 | 2023-12-07T00:14:59.532Z | Compiling slog-async v2.8.0 |
1756 | 2023-12-07T00:14:59.546Z | Checking term v0.7.0 |
1757 | 2023-12-07T00:15:00.174Z | Checking camino v1.1.6 |
1758 | 2023-12-07T00:15:00.352Z | Compiling multer v2.1.0 |
1759 | 2023-12-07T00:15:00.811Z | Checking take_mut v0.2.2 |
1760 | 2023-12-07T00:15:01.041Z | Checking slog-term v2.9.0 |
1761 | 2023-12-07T00:15:01.074Z | Compiling darling_core v0.20.3 |
1762 | 2023-12-07T00:15:01.485Z | Checking slog-json v2.6.1 |
1763 | 2023-12-07T00:15:01.751Z | Compiling async-stream-impl v0.3.5 |
1764 | 2023-12-07T00:15:01.804Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1765 | 2023-12-07T00:15:02.291Z | Checking atomic-waker v1.1.1 |
1766 | 2023-12-07T00:15:02.527Z | Checking debug-ignore v1.0.5 |
1767 | 2023-12-07T00:15:02.672Z | Checking waitgroup v0.1.2 |
1768 | 2023-12-07T00:15:02.949Z | Checking slog-bunyan v2.4.0 |
1769 | 2023-12-07T00:15:03.930Z | Checking toml v0.8.8 |
1770 | 2023-12-07T00:15:04.019Z | Checking async-stream v0.3.5 |
1771 | 2023-12-07T00:15:04.105Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1772 | 2023-12-07T00:15:04.258Z | Checking serde_path_to_error v0.1.14 |
1773 | 2023-12-07T00:15:04.277Z | Checking strum v0.25.0 |
1774 | 2023-12-07T00:15:04.488Z | Compiling structmeta-derive v0.2.0 |
1775 | 2023-12-07T00:15:04.898Z | Checking wait-timeout v0.2.0 |
1776 | 2023-12-07T00:15:05.129Z | Checking rusty-fork v0.3.0 |
1777 | 2023-12-07T00:15:05.285Z | Checking rand_xorshift v0.3.0 |
1778 | 2023-12-07T00:15:05.531Z | Compiling regex-syntax v0.7.5 |
1779 | 2023-12-07T00:15:05.562Z | Checking unarray v0.1.4 |
1780 | 2023-12-07T00:15:05.763Z | Checking proptest v1.4.0 |
1781 | 2023-12-07T00:15:10.004Z | Compiling structmeta v0.2.0 |
1782 | 2023-12-07T00:15:10.250Z | Checking backoff v0.4.0 |
1783 | 2023-12-07T00:15:10.653Z | Compiling test-strategy v0.3.1 |
1784 | 2023-12-07T00:15:11.379Z | Compiling darling_macro v0.20.3 |
1785 | 2023-12-07T00:15:12.913Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1786 | 2023-12-07T00:15:13.002Z | Compiling darling v0.20.3 |
1787 | 2023-12-07T00:15:13.534Z | Checking macaddr v1.0.1 |
1788 | 2023-12-07T00:15:13.540Z | Compiling serde_with_macros v2.3.3 |
1789 | 2023-12-07T00:15:13.617Z | Checking camino-tempfile v1.1.1 |
1790 | 2023-12-07T00:15:13.769Z | Checking is-terminal v0.4.9 |
1791 | 2023-12-07T00:15:13.934Z | Compiling proc-macro-error-attr v1.0.4 |
1792 | 2023-12-07T00:15:14.041Z | Compiling proc-macro-error v1.0.4 |
1793 | 2023-12-07T00:15:14.679Z | Compiling proc-macro-crate v1.3.1 |
1794 | 2023-12-07T00:15:15.447Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1795 | 2023-12-07T00:15:16.061Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1796 | 2023-12-07T00:15:16.410Z | Checking termtree v0.4.1 |
1797 | 2023-12-07T00:15:16.729Z | Checking predicates-tree v1.0.9 |
1798 | 2023-12-07T00:15:16.940Z | Compiling num_enum_derive v0.5.11 |
1799 | 2023-12-07T00:15:16.982Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1800 | 2023-12-07T00:15:17.049Z | Compiling parse-display-derive v0.8.2 |
1801 | 2023-12-07T00:15:17.331Z | Checking base64ct v1.6.0 |
1802 | 2023-12-07T00:15:17.435Z | Compiling crucible-workspace-hack v0.1.0 |
1803 | 2023-12-07T00:15:17.932Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1804 | 2023-12-07T00:15:17.938Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1805 | 2023-12-07T00:15:17.938Z | Checking serde_with v2.3.3 |
1806 | 2023-12-07T00:15:17.938Z | Checking postcard-cobs v0.1.5-pre |
1807 | 2023-12-07T00:15:18.056Z | Checking smoltcp v0.8.2 |
1808 | 2023-12-07T00:15:18.070Z | Compiling foreign-types-macros v0.2.3 |
1809 | 2023-12-07T00:15:18.086Z | Checking postcard v0.7.3 |
1810 | 2023-12-07T00:15:18.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1811 | 2023-12-07T00:15:19.101Z | Checking foreign-types-shared v0.3.1 |
1812 | 2023-12-07T00:15:19.264Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1813 | 2023-12-07T00:15:19.695Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-12-07T00:15:19.873Z | Checking cfg-if v0.1.10 |
1815 | 2023-12-07T00:15:20.128Z | Checking foreign-types v0.5.0 |
1816 | 2023-12-07T00:15:20.432Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1817 | 2023-12-07T00:15:20.482Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2023-12-07T00:15:21.430Z | Checking num_enum v0.5.11 |
1819 | 2023-12-07T00:15:21.630Z | Checking cstr-argument v0.1.2 |
1820 | 2023-12-07T00:15:22.157Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1821 | 2023-12-07T00:15:22.157Z | Checking pretty-hex v0.2.1 |
1822 | 2023-12-07T00:15:22.158Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2023-12-07T00:15:22.158Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2023-12-07T00:15:22.425Z | Checking colored v2.0.4 |
1825 | 2023-12-07T00:15:22.462Z | Compiling zone_cfg_derive v0.3.0 |
1826 | 2023-12-07T00:15:22.524Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1827 | 2023-12-07T00:15:22.647Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-12-07T00:15:23.037Z | Checking predicates v2.1.5 |
1829 | 2023-12-07T00:15:23.448Z | Compiling mockall_derive v0.11.4 |
1830 | 2023-12-07T00:15:24.011Z | Compiling num-derive v0.4.0 |
1831 | 2023-12-07T00:15:25.825Z | Checking parse-display v0.8.2 |
1832 | 2023-12-07T00:15:25.982Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-12-07T00:15:25.982Z | Checking fragile v2.0.0 |
1834 | 2023-12-07T00:15:25.983Z | Checking downcast v0.11.0 |
1835 | 2023-12-07T00:15:25.983Z | Checking zone v0.3.0 |
1836 | 2023-12-07T00:15:25.983Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1837 | 2023-12-07T00:15:25.983Z | Checking smf v0.2.2 |
1838 | 2023-12-07T00:15:25.983Z | Checking xattr v1.0.1 |
1839 | 2023-12-07T00:15:26.047Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1840 | 2023-12-07T00:15:26.183Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1841 | 2023-12-07T00:15:26.233Z | Checking filetime v0.2.23 |
1842 | 2023-12-07T00:15:26.389Z | Checking pem v3.0.2 |
1843 | 2023-12-07T00:15:26.497Z | Checking tar v0.4.40 |
1844 | 2023-12-07T00:15:26.757Z | Checking linked-hash-map v0.5.6 |
1845 | 2023-12-07T00:15:26.794Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1846 | 2023-12-07T00:15:27.183Z | Checking headers-core v0.2.0 |
1847 | 2023-12-07T00:15:27.284Z | Checking lru-cache v0.1.2 |
1848 | 2023-12-07T00:15:27.463Z | Checking headers v0.3.9 |
1849 | 2023-12-07T00:15:27.575Z | Checking password-hash v0.5.0 |
1850 | 2023-12-07T00:15:27.675Z | Checking blake2 v0.10.6 |
1851 | 2023-12-07T00:15:27.871Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1852 | 2023-12-07T00:15:28.257Z | Checking base64 v0.13.1 |
1853 | 2023-12-07T00:15:28.340Z | Checking argon2 v0.5.2 |
1854 | 2023-12-07T00:15:28.580Z | Checking rcgen v0.11.3 |
1855 | 2023-12-07T00:15:28.867Z | Checking pem v1.1.1 |
1856 | 2023-12-07T00:15:29.180Z | Checking atomicwrites v0.4.2 |
1857 | 2023-12-07T00:15:29.209Z | Checking subprocess v0.2.9 |
1858 | 2023-12-07T00:15:29.221Z | Checking arc-swap v1.6.0 |
1859 | 2023-12-07T00:15:29.267Z | Checking ciborium-io v0.2.1 |
1860 | 2023-12-07T00:15:29.409Z | Checking half v1.8.2 |
1861 | 2023-12-07T00:15:29.437Z | Compiling cancel-safe-futures v0.1.5 |
1862 | 2023-12-07T00:15:29.549Z | Checking textwrap v0.11.0 |
1863 | 2023-12-07T00:15:29.841Z | Compiling heck v0.3.3 |
1864 | 2023-12-07T00:15:29.885Z | Checking slog-scope v4.4.0 |
1865 | 2023-12-07T00:15:29.940Z | Checking vec_map v0.8.2 |
1866 | 2023-12-07T00:15:30.008Z | Checking strsim v0.8.0 |
1867 | 2023-12-07T00:15:30.041Z | Checking ciborium-ll v0.2.1 |
1868 | 2023-12-07T00:15:30.160Z | Checking ansi_term v0.12.1 |
1869 | 2023-12-07T00:15:30.267Z | Compiling libefi-sys v0.1.0 |
1870 | 2023-12-07T00:15:30.333Z | Checking slog-stdlog v4.1.1 |
1871 | 2023-12-07T00:15:30.461Z | Compiling structopt-derive v0.4.18 |
1872 | 2023-12-07T00:15:30.480Z | Checking ciborium v0.2.1 |
1873 | 2023-12-07T00:15:30.617Z | Checking clap v2.34.0 |
1874 | 2023-12-07T00:15:30.704Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1875 | 2023-12-07T00:15:31.420Z | Checking slog-envlogger v2.2.0 |
1876 | 2023-12-07T00:15:31.730Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1877 | 2023-12-07T00:15:31.780Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1878 | 2023-12-07T00:15:32.538Z | Checking resolv-conf v0.7.0 |
1879 | 2023-12-07T00:15:32.555Z | Compiling slog-dtrace v0.2.3 |
1880 | 2023-12-07T00:15:32.556Z | Compiling convert_case v0.4.0 |
1881 | 2023-12-07T00:15:32.652Z | Checking trust-dns-resolver v0.22.0 |
1882 | 2023-12-07T00:15:33.266Z | Checking fxhash v0.2.1 |
1883 | 2023-12-07T00:15:33.608Z | Checking itertools v0.12.0 |
1884 | 2023-12-07T00:15:33.749Z | Compiling derive_more v0.99.17 |
1885 | 2023-12-07T00:15:35.105Z | Checking pem-rfc7468 v0.7.0 |
1886 | 2023-12-07T00:15:35.230Z | Compiling der_derive v0.7.2 |
1887 | 2023-12-07T00:15:35.315Z | Checking structopt v0.3.26 |
1888 | 2023-12-07T00:15:35.496Z | Checking termcolor v1.2.0 |
1889 | 2023-12-07T00:15:35.862Z | Checking flagset v0.4.3 |
1890 | 2023-12-07T00:15:36.097Z | Compiling radium v0.7.0 |
1891 | 2023-12-07T00:15:36.189Z | Compiling same-file v1.0.6 |
1892 | 2023-12-07T00:15:36.516Z | Compiling walkdir v2.4.0 |
1893 | 2023-12-07T00:15:36.690Z | Checking mockall v0.11.4 |
1894 | 2023-12-07T00:15:36.790Z | Compiling semver-parser v0.10.2 |
1895 | 2023-12-07T00:15:37.711Z | Checking tap v1.0.1 |
1896 | 2023-12-07T00:15:37.784Z | Compiling maybe-uninit v2.0.0 |
1897 | 2023-12-07T00:15:37.929Z | Checking wyz v0.5.1 |
1898 | 2023-12-07T00:15:38.514Z | Compiling semver v0.11.0 |
1899 | 2023-12-07T00:15:39.231Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1900 | 2023-12-07T00:15:39.239Z | Compiling num-rational v0.4.1 |
1901 | 2023-12-07T00:15:39.601Z | Checking der v0.7.8 |
1902 | 2023-12-07T00:15:39.857Z | Checking crc-catalog v2.2.0 |
1903 | 2023-12-07T00:15:39.892Z | Compiling packed_struct v0.10.1 |
1904 | 2023-12-07T00:15:39.986Z | Compiling home v0.5.5 |
1905 | 2023-12-07T00:15:40.075Z | Compiling num-bigint-dig v0.8.4 |
1906 | 2023-12-07T00:15:40.321Z | Checking funty v2.0.0 |
1907 | 2023-12-07T00:15:40.415Z | Compiling toolchain_find v0.2.0 |
1908 | 2023-12-07T00:15:40.513Z | Checking crc v3.0.1 |
1909 | 2023-12-07T00:15:41.251Z | Checking hkdf v0.12.3 |
1910 | 2023-12-07T00:15:41.576Z | Compiling toml v0.5.11 |
1911 | 2023-12-07T00:15:41.927Z | Compiling packed_struct_codegen v0.10.1 |
1912 | 2023-12-07T00:15:42.090Z | Checking bitvec v1.0.1 |
1913 | 2023-12-07T00:15:42.608Z | Checking spki v0.7.2 |
1914 | 2023-12-07T00:15:43.039Z | Checking pkcs8 v0.10.2 |
1915 | 2023-12-07T00:15:43.440Z | Checking nodrop v0.1.14 |
1916 | 2023-12-07T00:15:43.568Z | Checking array-init v0.0.4 |
1917 | 2023-12-07T00:15:43.918Z | Checking pkcs1 v0.7.5 |
1918 | 2023-12-07T00:15:44.385Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1919 | 2023-12-07T00:15:44.459Z | Compiling rustfmt-wrapper v0.2.0 |
1920 | 2023-12-07T00:15:44.517Z | Compiling omicron-zone-package v0.9.1 |
1921 | 2023-12-07T00:15:45.332Z | Checking smallvec v0.6.14 |
1922 | 2023-12-07T00:15:46.464Z | Checking newline-converter v0.3.0 |
1923 | 2023-12-07T00:15:46.856Z | Checking num-complex v0.4.4 |
1924 | 2023-12-07T00:15:47.842Z | Checking keccak v0.1.4 |
1925 | 2023-12-07T00:15:48.105Z | Checking bitfield v0.14.0 |
1926 | 2023-12-07T00:15:48.290Z | Checking utf-8 v0.7.6 |
1927 | 2023-12-07T00:15:48.393Z | Checking num v0.4.1 |
1928 | 2023-12-07T00:15:48.531Z | Checking sha3 v0.10.8 |
1929 | 2023-12-07T00:15:48.546Z | Checking expectorate v1.1.0 |
1930 | 2023-12-07T00:15:48.602Z | Checking tungstenite v0.20.1 |
1931 | 2023-12-07T00:15:48.755Z | Checking serde-hex v0.1.0 |
1932 | 2023-12-07T00:15:49.513Z | Checking x509-cert v0.2.4 |
1933 | 2023-12-07T00:15:49.522Z | Checking rsa v0.9.2 |
1934 | 2023-12-07T00:15:49.522Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1935 | 2023-12-07T00:15:49.836Z | Checking env_logger v0.10.0 |
1936 | 2023-12-07T00:15:50.013Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1937 | 2023-12-07T00:15:50.884Z | Checking ron v0.8.1 |
1938 | 2023-12-07T00:15:50.903Z | Checking secrecy v0.8.0 |
1939 | 2023-12-07T00:15:50.903Z | Checking crc-any v2.4.3 |
1940 | 2023-12-07T00:15:51.380Z | Checking tokio-tungstenite v0.20.1 |
1941 | 2023-12-07T00:15:51.442Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1942 | 2023-12-07T00:15:51.734Z | Checking object v0.30.4 |
1943 | 2023-12-07T00:15:51.939Z | Checking path-slash v0.1.5 |
1944 | 2023-12-07T00:15:51.968Z | Compiling buf-list v1.0.3 |
1945 | 2023-12-07T00:15:52.123Z | Checking glob v0.3.1 |
1946 | 2023-12-07T00:15:52.495Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1947 | 2023-12-07T00:15:52.566Z | Compiling parking_lot_core v0.8.6 |
1948 | 2023-12-07T00:15:53.047Z | Checking swrite v0.1.0 |
1949 | 2023-12-07T00:15:53.080Z | Checking nibble_vec v0.1.0 |
1950 | 2023-12-07T00:15:53.114Z | Checking endian-type v0.1.2 |
1951 | 2023-12-07T00:15:53.131Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1952 | 2023-12-07T00:15:53.402Z | Checking radix_trie v0.2.1 |
1953 | 2023-12-07T00:15:53.463Z | Checking pretty-hex v0.4.0 |
1954 | 2023-12-07T00:15:53.657Z | Checking libsw v3.3.0 |
1955 | 2023-12-07T00:15:53.730Z | Checking parking_lot v0.11.2 |
1956 | 2023-12-07T00:15:54.017Z | Checking trust-dns-client v0.22.0 |
1957 | 2023-12-07T00:15:54.041Z | Compiling derive-where v1.2.6 |
1958 | 2023-12-07T00:15:54.234Z | Checking sled v0.34.7 |
1959 | 2023-12-07T00:15:55.122Z | Checking linear-map v1.2.0 |
1960 | 2023-12-07T00:15:55.645Z | Checking owo-colors v3.5.0 |
1961 | 2023-12-07T00:15:55.658Z | Compiling semver v0.1.20 |
1962 | 2023-12-07T00:15:55.921Z | Checking trust-dns-server v0.22.1 |
1963 | 2023-12-07T00:15:56.721Z | Compiling rustc_version v0.1.7 |
1964 | 2023-12-07T00:15:57.467Z | Compiling newtype_derive v0.1.6 |
1965 | 2023-12-07T00:15:57.906Z | Checking crossbeam-deque v0.8.3 |
1966 | 2023-12-07T00:15:58.408Z | Compiling unicase v2.7.0 |
1967 | 2023-12-07T00:15:58.777Z | Compiling rayon-core v1.12.0 |
1968 | 2023-12-07T00:15:58.832Z | Compiling platforms v3.0.2 |
1969 | 2023-12-07T00:15:59.422Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1970 | 2023-12-07T00:15:59.992Z | Compiling memoffset v0.7.1 |
1971 | 2023-12-07T00:16:00.103Z | Checking steno v0.4.0 |
1972 | 2023-12-07T00:16:00.247Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1973 | 2023-12-07T00:16:00.269Z | Compiling curve25519-dalek v4.1.0 |
1974 | 2023-12-07T00:16:00.291Z | Checking rayon v1.8.0 |
1975 | 2023-12-07T00:16:01.521Z | Checking globset v0.4.13 |
1976 | 2023-12-07T00:16:02.021Z | Checking olpc-cjson v0.1.3 |
1977 | 2023-12-07T00:16:02.042Z | Checking serde_plain v1.0.2 |
1978 | 2023-12-07T00:16:02.042Z | Checking ff v0.13.0 |
1979 | 2023-12-07T00:16:02.043Z | Compiling async-recursion v1.0.5 |
1980 | 2023-12-07T00:16:02.043Z | Checking typed-path v0.6.0 |
1981 | 2023-12-07T00:16:02.043Z | Checking group v0.13.0 |
1982 | 2023-12-07T00:16:02.296Z | Compiling mime_guess v2.0.4 |
1983 | 2023-12-07T00:16:03.833Z | Checking universal-hash v0.5.1 |
1984 | 2023-12-07T00:16:03.901Z | Checking crypto-bigint v0.5.2 |
1985 | 2023-12-07T00:16:04.090Z | Compiling thiserror-impl-no-std v2.0.2 |
1986 | 2023-12-07T00:16:04.448Z | Compiling curve25519-dalek-derive v0.1.0 |
1987 | 2023-12-07T00:16:05.015Z | Checking tough v0.15.0 |
1988 | 2023-12-07T00:16:06.658Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1989 | 2023-12-07T00:16:06.763Z | Compiling salty v0.2.0 |
1990 | 2023-12-07T00:16:06.907Z | Checking opaque-debug v0.3.0 |
1991 | 2023-12-07T00:16:07.031Z | Checking signature v1.6.4 |
1992 | 2023-12-07T00:16:07.135Z | Checking display-error-chain v0.2.0 |
1993 | 2023-12-07T00:16:07.408Z | Checking base16ct v0.2.0 |
1994 | 2023-12-07T00:16:07.444Z | Checking ed25519 v1.5.3 |
1995 | 2023-12-07T00:16:07.528Z | Checking elliptic-curve v0.13.5 |
1996 | 2023-12-07T00:16:07.603Z | Checking poly1305 v0.8.0 |
1997 | 2023-12-07T00:16:08.105Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1998 | 2023-12-07T00:16:08.306Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1999 | 2023-12-07T00:16:08.667Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2000 | 2023-12-07T00:16:08.738Z | Checking chacha20 v0.9.1 |
2001 | 2023-12-07T00:16:09.021Z | Checking serde-big-array v0.5.1 |
2002 | 2023-12-07T00:16:09.277Z | Checking aead v0.5.2 |
2003 | 2023-12-07T00:16:09.345Z | Checking kstat-rs v0.2.3 |
2004 | 2023-12-07T00:16:09.565Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2005 | 2023-12-07T00:16:09.802Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2006 | 2023-12-07T00:16:09.830Z | Checking thiserror-no-std v2.0.2 |
2007 | 2023-12-07T00:16:10.054Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2008 | 2023-12-07T00:16:10.131Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2009 | 2023-12-07T00:16:10.496Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2010 | 2023-12-07T00:16:10.905Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2011 | 2023-12-07T00:16:11.657Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2012 | 2023-12-07T00:16:11.827Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2013 | 2023-12-07T00:16:12.753Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2014 | 2023-12-07T00:16:12.772Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2015 | 2023-12-07T00:16:14.122Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2016 | 2023-12-07T00:16:14.241Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2017 | 2023-12-07T00:16:14.712Z | Checking vsss-rs v3.3.1 |
2018 | 2023-12-07T00:16:14.841Z | Checking chacha20poly1305 v0.10.1 |
2019 | 2023-12-07T00:16:17.110Z | Checking signal-hook-tokio v0.3.1 |
2020 | 2023-12-07T00:16:17.344Z | Checking serde-big-array v0.4.1 |
2021 | 2023-12-07T00:16:17.586Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2022 | 2023-12-07T00:16:18.223Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2023 | 2023-12-07T00:16:19.148Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2024 | 2023-12-07T00:16:20.284Z | Checking bcs v0.1.6 |
2025 | 2023-12-07T00:16:20.678Z | Checking highway v1.1.0 |
2026 | 2023-12-07T00:16:20.779Z | Checking corncobs v0.1.3 |
2027 | 2023-12-07T00:16:21.090Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2028 | 2023-12-07T00:16:21.235Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2029 | 2023-12-07T00:16:23.255Z | Checking http-range v0.1.5 |
2030 | 2023-12-07T00:16:24.913Z | Compiling crunchy v0.2.2 |
2031 | 2023-12-07T00:16:24.913Z | Compiling portable-atomic v1.4.3 |
2032 | 2023-12-07T00:16:24.914Z | Checking hyper-staticfile v0.9.5 |
2033 | 2023-12-07T00:16:24.914Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2034 | 2023-12-07T00:16:24.916Z | Compiling clang-sys v1.6.1 |
2035 | 2023-12-07T00:16:24.916Z | Checking assert_matches v1.5.0 |
2036 | 2023-12-07T00:16:45.217Z | Compiling prettyplease v0.2.12 |
2037 | 2023-12-07T00:16:45.217Z | Compiling tiny-keccak v2.0.2 |
2038 | 2023-12-07T00:16:45.833Z | Compiling darling_core v0.14.4 |
2039 | 2023-12-07T00:16:45.833Z | Checking humantime v2.1.0 |
2040 | 2023-12-07T00:16:45.833Z | Checking number_prefix v0.4.0 |
2041 | 2023-12-07T00:16:45.833Z | Compiling minimal-lexical v0.2.1 |
2042 | 2023-12-07T00:16:45.833Z | Checking indicatif v0.17.7 |
2043 | 2023-12-07T00:16:45.833Z | Compiling nom v7.1.3 |
2044 | 2023-12-07T00:16:45.833Z | Compiling ascii-canvas v3.0.0 |
2045 | 2023-12-07T00:16:46.205Z | Compiling ena v0.14.2 |
2046 | 2023-12-07T00:16:46.384Z | Compiling libloading v0.7.4 |
2047 | 2023-12-07T00:16:46.385Z | Compiling diff v0.1.13 |
2048 | 2023-12-07T00:16:46.385Z | Compiling bindgen v0.65.1 |
2049 | 2023-12-07T00:16:46.385Z | Compiling regex-syntax v0.6.29 |
2050 | 2023-12-07T00:16:46.385Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2051 | 2023-12-07T00:16:46.385Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2052 | 2023-12-07T00:16:46.385Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2053 | 2023-12-07T00:16:46.385Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2054 | 2023-12-07T00:16:46.386Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2055 | 2023-12-07T00:16:46.386Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2056 | 2023-12-07T00:16:46.386Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2057 | 2023-12-07T00:16:46.386Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2058 | 2023-12-07T00:16:46.386Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2059 | 2023-12-07T00:16:46.386Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2060 | 2023-12-07T00:16:46.386Z | Compiling darling_macro v0.14.4 |
2061 | 2023-12-07T00:16:46.386Z | Compiling lalrpop v0.19.12 |
2062 | 2023-12-07T00:16:46.387Z | Compiling darling v0.14.4 |
2063 | 2023-12-07T00:16:46.387Z | Compiling cexpr v0.6.0 |
2064 | 2023-12-07T00:16:46.387Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2065 | 2023-12-07T00:16:46.387Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2066 | 2023-12-07T00:16:46.618Z | Compiling which v4.4.0 |
2067 | 2023-12-07T00:16:47.561Z | Checking maplit v1.0.2 |
2068 | 2023-12-07T00:16:47.696Z | Compiling lazycell v1.3.0 |
2069 | 2023-12-07T00:16:47.924Z | Compiling ref-cast v1.0.20 |
2070 | 2023-12-07T00:16:49.099Z | Compiling shlex v1.1.0 |
2071 | 2023-12-07T00:16:49.111Z | Compiling rustc-hash v1.1.0 |
2072 | 2023-12-07T00:16:49.325Z | Compiling peeking_take_while v0.1.2 |
2073 | 2023-12-07T00:16:53.860Z | Compiling derive_builder_core v0.12.0 |
2074 | 2023-12-07T00:16:56.788Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2075 | 2023-12-07T00:16:57.313Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2076 | 2023-12-07T00:16:57.693Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2077 | 2023-12-07T00:16:58.918Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2078 | 2023-12-07T00:16:59.339Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2079 | 2023-12-07T00:16:59.945Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2080 | 2023-12-07T00:17:01.901Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2081 | 2023-12-07T00:17:05.081Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2082 | 2023-12-07T00:17:05.247Z | Compiling ref-cast-impl v1.0.20 |
2083 | 2023-12-07T00:17:05.306Z | Compiling libxml v0.3.3 |
2084 | 2023-12-07T00:17:05.529Z | Compiling derive_builder_macro v0.12.0 |
2085 | 2023-12-07T00:17:05.880Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2086 | 2023-12-07T00:17:06.473Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2087 | 2023-12-07T00:17:06.877Z | Compiling strum_macros v0.24.3 |
2088 | 2023-12-07T00:17:07.380Z | Compiling fs-err v2.11.0 |
2089 | 2023-12-07T00:17:07.574Z | Compiling cookie v0.18.0 |
2090 | 2023-12-07T00:17:07.815Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2091 | 2023-12-07T00:17:08.421Z | Compiling indoc v1.0.9 |
2092 | 2023-12-07T00:17:08.601Z | Checking derive_builder v0.12.0 |
2093 | 2023-12-07T00:17:09.636Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2094 | 2023-12-07T00:17:11.610Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2095 | 2023-12-07T00:17:11.827Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2096 | 2023-12-07T00:17:13.027Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2097 | 2023-12-07T00:17:13.139Z | Checking bb8 v0.8.1 |
2098 | 2023-12-07T00:17:13.373Z | Checking quick-xml v0.23.1 |
2099 | 2023-12-07T00:17:13.431Z | Compiling impl-trait-for-tuples v0.2.2 |
2100 | 2023-12-07T00:17:14.198Z | Compiling oso-derive v0.27.0 |
2101 | 2023-12-07T00:17:14.199Z | Checking unicode-linebreak v0.1.5 |
2102 | 2023-12-07T00:17:14.769Z | Checking smawk v0.3.1 |
2103 | 2023-12-07T00:17:15.039Z | Checking textwrap v0.16.0 |
2104 | 2023-12-07T00:17:15.192Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2105 | 2023-12-07T00:17:16.086Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2106 | 2023-12-07T00:17:16.332Z | Checking bytesize v1.3.0 |
2107 | 2023-12-07T00:17:16.479Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2108 | 2023-12-07T00:17:16.668Z | Checking is_ci v1.1.1 |
2109 | 2023-12-07T00:17:16.758Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2110 | 2023-12-07T00:17:16.790Z | Checking supports-color v2.1.0 |
2111 | 2023-12-07T00:17:16.987Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2112 | 2023-12-07T00:17:23.141Z | Compiling indoc v2.0.3 |
2113 | 2023-12-07T00:17:23.452Z | Checking cassowary v0.3.0 |
2114 | 2023-12-07T00:17:23.452Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2115 | 2023-12-07T00:17:23.453Z | Checking rtoolbox v0.0.1 |
2116 | 2023-12-07T00:17:23.778Z | Checking rpassword v7.3.1 |
2117 | 2023-12-07T00:17:23.778Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2118 | 2023-12-07T00:17:23.778Z | Checking ratatui v0.23.0 |
2119 | 2023-12-07T00:17:23.778Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2120 | 2023-12-07T00:17:23.779Z | Checking shell-words v1.1.0 |
2121 | 2023-12-07T00:17:23.780Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2122 | 2023-12-07T00:17:23.780Z | Checking fatfs v0.3.6 |
2123 | 2023-12-07T00:17:23.780Z | Checking tui-tree-widget v0.13.0 |
2124 | 2023-12-07T00:17:23.962Z | Checking yansi v0.5.1 |
2125 | 2023-12-07T00:17:23.962Z | Checking plotters-backend v0.3.5 |
2126 | 2023-12-07T00:17:24.107Z | Checking rand v0.4.6 |
2127 | 2023-12-07T00:17:24.227Z | Checking pretty_assertions v1.4.0 |
2128 | 2023-12-07T00:17:24.303Z | Checking plotters-svg v0.3.5 |
2129 | 2023-12-07T00:17:24.334Z | Compiling vte_generate_state_changes v0.1.1 |
2130 | 2023-12-07T00:17:24.560Z | Checking cast v0.3.0 |
2131 | 2023-12-07T00:17:25.040Z | Checking remove_dir_all v0.5.3 |
2132 | 2023-12-07T00:17:25.178Z | Checking criterion-plot v0.5.0 |
2133 | 2023-12-07T00:17:25.308Z | Checking vte v0.11.1 |
2134 | 2023-12-07T00:17:25.489Z | Checking tempdir v0.3.7 |
2135 | 2023-12-07T00:17:25.645Z | Checking plotters v0.3.5 |
2136 | 2023-12-07T00:17:26.400Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2137 | 2023-12-07T00:17:27.406Z | Checking dashmap v5.5.1 |
2138 | 2023-12-07T00:17:28.261Z | Checking tinytemplate v1.2.1 |
2139 | 2023-12-07T00:17:28.497Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2140 | 2023-12-07T00:17:28.532Z | Compiling serial_test_derive v0.10.0 |
2141 | 2023-12-07T00:17:28.559Z | Checking oorandom v11.1.3 |
2142 | 2023-12-07T00:17:28.765Z | Checking anes v0.1.6 |
2143 | 2023-12-07T00:17:29.357Z | Checking criterion v0.5.1 |
2144 | 2023-12-07T00:17:30.365Z | Checking serial_test v0.10.0 |
2145 | 2023-12-07T00:17:30.714Z | Checking strip-ansi-escapes v0.2.0 |
2146 | 2023-12-07T00:17:30.919Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2147 | 2023-12-07T00:17:32.701Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2148 | 2023-12-07T00:17:32.922Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2149 | 2023-12-07T00:17:34.198Z | Checking assert_cmd v2.0.12 |
2150 | 2023-12-07T00:17:34.808Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2151 | 2023-12-07T00:17:34.858Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2152 | 2023-12-07T00:17:37.395Z | Checking fd-lock v3.0.13 |
2153 | 2023-12-07T00:17:37.616Z | Checking nu-ansi-term v0.49.0 |
2154 | 2023-12-07T00:17:38.246Z | Checking reedline v0.26.0 |
2155 | 2023-12-07T00:17:43.095Z | Checking threadpool v1.8.1 |
2156 | 2023-12-07T00:17:57.736Z | Checking nanorand v0.7.0 |
2157 | 2023-12-07T00:17:57.736Z | Checking topological-sort v0.2.2 |
2158 | 2023-12-07T00:17:57.736Z | Checking flume v0.11.0 |
2159 | 2023-12-07T00:17:57.736Z | Checking libtest-mimic v0.6.1 |
2160 | 2023-12-07T00:17:59.425Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2161 | 2023-12-07T00:17:59.425Z | Checking httptest v0.15.5 |
2162 | 2023-12-07T00:18:00.555Z | Checking similar-asserts v1.5.0 |
2163 | 2023-12-07T00:18:00.555Z | Compiling rstest_macros v0.18.2 |
2164 | 2023-12-07T00:18:00.555Z | Checking bytecount v0.6.3 |
2165 | 2023-12-07T00:18:00.789Z | Compiling crossbeam-queue v0.3.8 |
2166 | 2023-12-07T00:18:00.790Z | Checking papergrid v0.10.0 |
2167 | 2023-12-07T00:18:00.790Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2168 | 2023-12-07T00:18:00.790Z | Checking datatest-stable v0.2.3 |
2169 | 2023-12-07T00:18:00.790Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2170 | 2023-12-07T00:18:00.790Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2171 | 2023-12-07T00:18:00.790Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2172 | 2023-12-07T00:18:00.790Z | Compiling tabled_derive v0.6.0 |
2173 | 2023-12-07T00:18:00.790Z | Checking constant_time_eq v0.2.6 |
2174 | 2023-12-07T00:18:00.790Z | Checking arrayvec v0.7.4 |
2175 | 2023-12-07T00:18:00.790Z | Checking arrayref v0.3.7 |
2176 | 2023-12-07T00:18:00.790Z | Compiling relative-path v1.9.0 |
2177 | 2023-12-07T00:18:00.790Z | Compiling trybuild v1.0.85 |
2178 | 2023-12-07T00:18:00.790Z | Checking blake2b_simd v1.0.1 |
2179 | 2023-12-07T00:18:00.790Z | Checking tabled v0.14.0 |
2180 | 2023-12-07T00:18:00.790Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2181 | 2023-12-07T00:18:00.794Z | Checking basic-toml v0.1.4 |
2182 | 2023-12-07T00:18:00.794Z | Checking constant_time_eq v0.3.0 |
2183 | 2023-12-07T00:18:00.794Z | Checking futures-timer v3.0.2 |
2184 | 2023-12-07T00:18:00.794Z | Checking rust-argon2 v1.0.1 |
2185 | 2023-12-07T00:18:02.676Z | Checking crossbeam v0.8.2 |
2186 | 2023-12-07T00:18:02.835Z | Checking partial-io v0.5.4 |
2187 | 2023-12-07T00:18:03.415Z | Checking approx v0.5.1 |
2188 | 2023-12-07T00:18:03.717Z | Checking termios v0.3.3 |
2189 | 2023-12-07T00:18:04.022Z | Checking hex-literal v0.4.1 |
2190 | 2023-12-07T00:18:07.528Z | Checking rstest v0.18.2 |
2191 | 2023-12-07T00:18:11.741Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2192 | 2023-12-07T00:18:17.740Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2193 | 2023-12-07T00:19:19.981Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2194 | 2023-12-07T00:19:19.981Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2195 | 2023-12-07T00:19:20.217Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2196 | 2023-12-07T00:19:36.052Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2197 | 2023-12-07T00:19:57.758Z | Compiling polar-core v0.27.0 |
2198 | 2023-12-07T00:20:11.765Z | Checking oso v0.27.0 |
2199 | 2023-12-07T00:20:45.442Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2200 | 2023-12-07T00:22:09.326Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 57s |
2201 | 2023-12-07T00:22:09.487Z | |
2202 | 2023-12-07T00:22:09.488Z | real 10:54.855574751 |
2203 | 2023-12-07T00:22:09.488Z | user 59:33.769067208 |
2204 | 2023-12-07T00:22:09.488Z | sys 7:32.249629835 |
2205 | 2023-12-07T00:22:09.488Z | trap 2.049288832 |
2206 | 2023-12-07T00:22:09.503Z | tflt 3.645547539 |
2207 | 2023-12-07T00:22:09.503Z | dflt 5.003204283 |
2208 | 2023-12-07T00:22:09.504Z | kflt 0.018566430 |
2209 | 2023-12-07T00:22:09.504Z | lock 1:34:47.498246391 |
2210 | 2023-12-07T00:22:09.504Z | slp 2:56:45.280907347 |
2211 | 2023-12-07T00:22:09.504Z | lat 2:07.479098912 |
2212 | 2023-12-07T00:22:09.504Z | stop 4:31.769742536 |
2213 | 2023-12-07T00:22:10.657Z | warning: output filename collision. |
2214 | 2023-12-07T00:22:10.657Z | 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)`. |
2215 | 2023-12-07T00:22:10.658Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2216 | 2023-12-07T00:22:10.658Z | The targets should have unique names. |
2217 | 2023-12-07T00:22:10.658Z | This is a known bug where multiple crates with the same name use |
2218 | 2023-12-07T00:22:10.658Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2219 | 2023-12-07T00:22:10.695Z | warning: output filename collision. |
2220 | 2023-12-07T00:22:10.695Z | 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)`. |
2221 | 2023-12-07T00:22:10.695Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2222 | 2023-12-07T00:22:10.695Z | The targets should have unique names. |
2223 | 2023-12-07T00:22:10.696Z | This is a known bug where multiple crates with the same name use |
2224 | 2023-12-07T00:22:10.696Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2225 | 2023-12-07T00:22:10.697Z | warning: output filename collision. |
2226 | 2023-12-07T00:22:10.697Z | 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)`. |
2227 | 2023-12-07T00:22:10.697Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2228 | 2023-12-07T00:22:10.697Z | The targets should have unique names. |
2229 | 2023-12-07T00:22:10.697Z | This is a known bug where multiple crates with the same name use |
2230 | 2023-12-07T00:22:10.698Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2231 | 2023-12-07T00:22:11.263Z | Documenting libc v0.2.150 |
2232 | 2023-12-07T00:22:11.276Z | Documenting cfg-if v1.0.0 |
2233 | 2023-12-07T00:22:11.276Z | Documenting serde_derive v1.0.192 |
2234 | 2023-12-07T00:22:11.315Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2235 | 2023-12-07T00:22:11.332Z | Documenting scopeguard v1.2.0 |
2236 | 2023-12-07T00:22:11.332Z | Documenting log v0.4.20 |
2237 | 2023-12-07T00:22:11.346Z | Documenting itoa v1.0.9 |
2238 | 2023-12-07T00:22:11.346Z | Documenting smallvec v1.11.0 |
2239 | 2023-12-07T00:22:11.739Z | Documenting memchr v2.6.3 |
2240 | 2023-12-07T00:22:15.217Z | Documenting lock_api v0.4.10 |
2241 | 2023-12-07T00:22:15.307Z | Documenting zeroize_derive v1.4.2 |
2242 | 2023-12-07T00:22:15.386Z | Documenting pin-project-lite v0.2.13 |
2243 | 2023-12-07T00:22:15.907Z | Documenting libm v0.2.7 |
2244 | 2023-12-07T00:22:17.370Z | Documenting futures-core v0.3.29 |
2245 | 2023-12-07T00:22:17.596Z | Documenting getrandom v0.2.10 |
2246 | 2023-12-07T00:22:18.755Z | Documenting parking_lot_core v0.9.8 |
2247 | 2023-12-07T00:22:19.478Z | Documenting signal-hook-registry v1.4.1 |
2248 | 2023-12-07T00:22:19.545Z | Documenting mio v0.8.9 |
2249 | 2023-12-07T00:22:20.825Z | Documenting num-traits v0.2.16 |
2250 | 2023-12-07T00:22:20.856Z | Documenting serde v1.0.192 |
2251 | 2023-12-07T00:22:22.856Z | Documenting zeroize v1.7.0 |
2252 | 2023-12-07T00:22:22.954Z | Documenting thiserror-impl v1.0.49 |
2253 | 2023-12-07T00:22:23.033Z | Documenting rand_core v0.6.4 |
2254 | 2023-12-07T00:22:24.859Z | Documenting parking_lot v0.12.1 |
2255 | 2023-12-07T00:22:25.544Z | Documenting socket2 v0.5.5 |
2256 | 2023-12-07T00:22:25.712Z | Documenting num_cpus v1.16.0 |
2257 | 2023-12-07T00:22:27.972Z | Documenting tokio-macros v2.2.0 |
2258 | 2023-12-07T00:22:28.619Z | Documenting typenum v1.16.0 |
2259 | 2023-12-07T00:22:28.629Z | Documenting once_cell v1.18.0 |
2260 | 2023-12-07T00:22:30.093Z | Documenting thiserror v1.0.49 |
2261 | 2023-12-07T00:22:30.144Z | Documenting subtle v2.5.0 |
2262 | 2023-12-07T00:22:31.299Z | Documenting ryu v1.0.15 |
2263 | 2023-12-07T00:22:31.754Z | Documenting byteorder v1.5.0 |
2264 | 2023-12-07T00:22:34.463Z | Documenting futures-sink v0.3.29 |
2265 | 2023-12-07T00:22:34.498Z | Documenting pin-utils v0.1.0 |
2266 | 2023-12-07T00:22:35.320Z | Documenting const-oid v0.9.5 |
2267 | 2023-12-07T00:22:35.365Z | Documenting slab v0.4.9 |
2268 | 2023-12-07T00:22:35.936Z | Documenting futures-task v0.3.29 |
2269 | 2023-12-07T00:22:37.801Z | Documenting futures-macro v0.3.29 |
2270 | 2023-12-07T00:22:39.936Z | Documenting futures-channel v0.3.29 |
2271 | 2023-12-07T00:22:41.419Z | Documenting futures-io v0.3.29 |
2272 | 2023-12-07T00:22:41.746Z | Documenting iana-time-zone v0.1.57 |
2273 | 2023-12-07T00:22:42.404Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2274 | 2023-12-07T00:22:43.648Z | Documenting tinyvec_macros v0.1.1 |
2275 | 2023-12-07T00:22:44.427Z | Documenting ppv-lite86 v0.2.17 |
2276 | 2023-12-07T00:22:44.895Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2277 | 2023-12-07T00:22:46.259Z | Documenting tracing-core v0.1.31 |
2278 | 2023-12-07T00:22:47.350Z | Documenting futures-util v0.3.29 |
2279 | 2023-12-07T00:22:47.435Z | Documenting tracing-attributes v0.1.26 |
2280 | 2023-12-07T00:22:48.282Z | Documenting tinyvec v1.6.0 |
2281 | 2023-12-07T00:22:49.662Z | Documenting rand_chacha v0.3.1 |
2282 | 2023-12-07T00:22:54.037Z | Documenting unicode-normalization v0.1.22 |
2283 | 2023-12-07T00:22:56.068Z | Documenting rand v0.8.5 |
2284 | 2023-12-07T00:22:56.110Z | Documenting bytes v1.5.0 |
2285 | 2023-12-07T00:22:57.303Z | Documenting bitflags v2.4.0 |
2286 | 2023-12-07T00:22:59.219Z | Documenting serde_json v1.0.108 |
2287 | 2023-12-07T00:23:00.666Z | Documenting chrono v0.4.31 |
2288 | 2023-12-07T00:23:13.009Z | Documenting uuid v1.6.1 |
2289 | 2023-12-07T00:23:13.781Z | Documenting fnv v1.0.7 |
2290 | 2023-12-07T00:23:14.965Z | Documenting tokio v1.34.0 |
2291 | 2023-12-07T00:23:14.965Z | Documenting base64 v0.21.5 |
2292 | 2023-12-07T00:23:14.965Z | Documenting lazy_static v1.4.0 |
2293 | 2023-12-07T00:23:14.968Z | Documenting unicode-bidi v0.3.13 |
2294 | 2023-12-07T00:23:14.968Z | Documenting http v0.2.11 |
2295 | 2023-12-07T00:23:14.968Z | Documenting percent-encoding v2.3.1 |
2296 | 2023-12-07T00:23:14.968Z | Documenting spin v0.9.8 |
2297 | 2023-12-07T00:23:14.969Z | Documenting cpufeatures v0.2.9 |
2298 | 2023-12-07T00:23:14.969Z | Documenting generic-array v0.14.7 |
2299 | 2023-12-07T00:23:14.969Z | Documenting serde_derive_internals v0.26.0 |
2300 | 2023-12-07T00:23:15.653Z | Checking serde_derive_internals v0.26.0 |
2301 | 2023-12-07T00:23:15.728Z | Documenting dyn-clone v1.0.13 |
2302 | 2023-12-07T00:23:15.880Z | Documenting form_urlencoded v1.2.1 |
2303 | 2023-12-07T00:23:15.925Z | Documenting tracing v0.1.37 |
2304 | 2023-12-07T00:23:16.573Z | Documenting idna v0.5.0 |
2305 | 2023-12-07T00:23:18.101Z | Documenting errno v0.3.2 |
2306 | 2023-12-07T00:23:20.039Z | Documenting crypto-common v0.1.6 |
2307 | 2023-12-07T00:23:20.244Z | Documenting block-buffer v0.10.4 |
2308 | 2023-12-07T00:23:20.557Z | Documenting httparse v1.8.0 |
2309 | 2023-12-07T00:23:22.023Z | Documenting adler v1.0.2 |
2310 | 2023-12-07T00:23:22.564Z | Documenting schemars_derive v0.8.13 |
2311 | 2023-12-07T00:23:22.741Z | Documenting url v2.5.0 |
2312 | 2023-12-07T00:23:24.080Z | Documenting rustix v0.38.25 |
2313 | 2023-12-07T00:23:25.772Z | Documenting unicode-ident v1.0.12 |
2314 | 2023-12-07T00:23:26.631Z | Documenting miniz_oxide v0.7.1 |
2315 | 2023-12-07T00:23:26.787Z | Documenting httpdate v1.0.3 |
2316 | 2023-12-07T00:23:26.870Z | Documenting digest v0.10.7 |
2317 | 2023-12-07T00:23:29.026Z | Documenting untrusted v0.9.0 |
2318 | 2023-12-07T00:23:29.930Z | Documenting proc-macro2 v1.0.69 |
2319 | 2023-12-07T00:23:31.450Z | Documenting openssl-probe v0.1.5 |
2320 | 2023-12-07T00:23:31.508Z | Documenting schemars v0.8.13 |
2321 | 2023-12-07T00:23:31.978Z | Documenting try-lock v0.2.4 |
2322 | 2023-12-07T00:23:33.320Z | Documenting ring v0.17.5 |
2323 | 2023-12-07T00:23:34.046Z | Documenting http-body v0.4.5 |
2324 | 2023-12-07T00:23:36.369Z | Documenting quote v1.0.33 |
2325 | 2023-12-07T00:23:36.590Z | Documenting openssl-sys v0.9.96 |
2326 | 2023-12-07T00:23:36.600Z | Documenting want v0.3.1 |
2327 | 2023-12-07T00:23:37.149Z | Documenting async-trait v0.1.74 |
2328 | 2023-12-07T00:23:40.187Z | Documenting openssl-macros v0.1.1 |
2329 | 2023-12-07T00:23:41.044Z | Documenting tower-service v0.3.2 |
2330 | 2023-12-07T00:23:41.698Z | Documenting mime v0.3.17 |
2331 | 2023-12-07T00:23:42.101Z | Documenting rustls-webpki v0.101.7 |
2332 | 2023-12-07T00:23:42.193Z | Documenting aho-corasick v1.0.4 |
2333 | 2023-12-07T00:23:44.230Z | Documenting sct v0.7.0 |
2334 | 2023-12-07T00:23:44.913Z | Documenting tokio-util v0.7.10 |
2335 | 2023-12-07T00:23:45.697Z | Documenting slog v2.7.0 |
2336 | 2023-12-07T00:23:46.187Z | Documenting unicode-width v0.1.11 |
2337 | 2023-12-07T00:23:46.525Z | Documenting openssl v0.10.60 |
2338 | 2023-12-07T00:23:48.331Z | Documenting hashbrown v0.14.2 |
2339 | 2023-12-07T00:23:48.843Z | Documenting equivalent v1.0.1 |
2340 | 2023-12-07T00:23:50.011Z | Documenting ipnet v2.8.0 |
2341 | 2023-12-07T00:23:50.440Z | Documenting regex-syntax v0.8.2 |
2342 | 2023-12-07T00:23:50.643Z | Documenting rustls v0.21.9 |
2343 | 2023-12-07T00:23:52.134Z | Documenting rustls-pemfile v1.0.3 |
2344 | 2023-12-07T00:23:52.996Z | Documenting num-integer v0.1.45 |
2345 | 2023-12-07T00:23:53.556Z | Documenting h2 v0.3.21 |
2346 | 2023-12-07T00:23:54.644Z | Documenting indexmap v2.1.0 |
2347 | 2023-12-07T00:23:56.170Z | Documenting time-macros v0.2.13 |
2348 | 2023-12-07T00:23:57.631Z | Documenting gimli v0.28.0 |
2349 | 2023-12-07T00:23:58.997Z | Documenting utf8parse v0.2.1 |
2350 | 2023-12-07T00:23:59.216Z | Documenting num_threads v0.1.6 |
2351 | 2023-12-07T00:24:00.914Z | Documenting regex-automata v0.4.3 |
2352 | 2023-12-07T00:24:02.107Z | Documenting time-core v0.1.1 |
2353 | 2023-12-07T00:24:03.090Z | Documenting deranged v0.3.8 |
2354 | 2023-12-07T00:24:03.471Z | Documenting native-tls v0.2.11 |
2355 | 2023-12-07T00:24:03.670Z | Documenting tokio-rustls v0.24.1 |
2356 | 2023-12-07T00:24:04.571Z | Documenting zerocopy v0.6.4 |
2357 | 2023-12-07T00:24:05.862Z | Documenting object v0.32.1 |
2358 | 2023-12-07T00:24:07.290Z | Documenting addr2line v0.21.0 |
2359 | 2023-12-07T00:24:08.664Z | Documenting hyper v0.14.27 |
2360 | 2023-12-07T00:24:09.747Z | Documenting time v0.3.27 |
2361 | 2023-12-07T00:24:10.691Z | Documenting crossbeam-utils v0.8.16 |
2362 | 2023-12-07T00:24:11.432Z | Documenting encoding_rs v0.8.33 |
2363 | 2023-12-07T00:24:12.751Z | Checking pest_meta v2.7.2 |
2364 | 2023-12-07T00:24:12.997Z | Documenting rustc-demangle v0.1.23 |
2365 | 2023-12-07T00:24:16.092Z | Documenting regex v1.10.2 |
2366 | 2023-12-07T00:24:16.134Z | Documenting tokio-native-tls v0.3.1 |
2367 | 2023-12-07T00:24:16.832Z | Documenting rustls-native-certs v0.6.3 |
2368 | 2023-12-07T00:24:17.238Z | Documenting serde_urlencoded v0.7.1 |
2369 | 2023-12-07T00:24:17.714Z | Documenting pest_meta v2.7.2 |
2370 | 2023-12-07T00:24:18.510Z | Checking pest_generator v2.7.2 |
2371 | 2023-12-07T00:24:19.734Z | Documenting webpki-roots v0.25.2 |
2372 | 2023-12-07T00:24:21.836Z | Documenting anstyle v1.0.2 |
2373 | 2023-12-07T00:24:22.213Z | Documenting ucd-trie v0.1.6 |
2374 | 2023-12-07T00:24:22.462Z | Documenting data-encoding v2.4.0 |
2375 | 2023-12-07T00:24:23.630Z | Documenting anstyle-parse v0.2.1 |
2376 | 2023-12-07T00:24:23.797Z | Documenting pest_generator v2.7.2 |
2377 | 2023-12-07T00:24:25.267Z | Documenting backtrace v0.3.69 |
2378 | 2023-12-07T00:24:25.806Z | Documenting syn v2.0.32 |
2379 | 2023-12-07T00:24:27.475Z | Documenting hyper-rustls v0.24.2 |
2380 | 2023-12-07T00:24:27.599Z | Documenting hyper-tls v0.5.0 |
2381 | 2023-12-07T00:24:28.285Z | Documenting ipnetwork v0.20.0 |
2382 | 2023-12-07T00:24:28.644Z | Documenting pest v2.7.2 |
2383 | 2023-12-07T00:24:28.861Z | Documenting sha2 v0.10.8 |
2384 | 2023-12-07T00:24:30.848Z | Documenting pest_derive v2.7.2 |
2385 | 2023-12-07T00:24:33.678Z | Documenting anyhow v1.0.75 |
2386 | 2023-12-07T00:24:36.069Z | Documenting futures-executor v0.3.29 |
2387 | 2023-12-07T00:24:36.695Z | Documenting hex v0.4.3 |
2388 | 2023-12-07T00:24:36.718Z | Documenting crc32fast v1.3.2 |
2389 | 2023-12-07T00:24:37.718Z | Checking serde_tokenstream v0.1.7 |
2390 | 2023-12-07T00:24:37.871Z | Documenting reqwest v0.11.22 |
2391 | 2023-12-07T00:24:38.127Z | Documenting colorchoice v1.0.0 |
2392 | 2023-12-07T00:24:38.652Z | Documenting anstyle-query v1.0.0 |
2393 | 2023-12-07T00:24:41.513Z | Documenting dtrace-parser v0.1.14 |
2394 | 2023-12-07T00:24:42.116Z | Documenting openapiv3 v2.0.0-rc.1 |
2395 | 2023-12-07T00:24:42.309Z | Documenting num-iter v0.1.43 |
2396 | 2023-12-07T00:24:42.401Z | Documenting hmac v0.12.1 |
2397 | 2023-12-07T00:24:42.663Z | Documenting dof v0.1.5 |
2398 | 2023-12-07T00:24:43.567Z | Documenting anstream v0.5.0 |
2399 | 2023-12-07T00:24:47.148Z | Documenting signal-hook v0.3.17 |
2400 | 2023-12-07T00:24:48.444Z | Documenting thread-id v4.2.0 |
2401 | 2023-12-07T00:24:49.291Z | Documenting terminal_size v0.2.6 |
2402 | 2023-12-07T00:24:49.436Z | Documenting memoffset v0.9.0 |
2403 | 2023-12-07T00:24:49.554Z | Documenting clap_lex v0.5.1 |
2404 | 2023-12-07T00:24:52.527Z | Documenting strsim v0.10.0 |
2405 | 2023-12-07T00:24:53.218Z | Documenting futures v0.3.29 |
2406 | 2023-12-07T00:24:53.290Z | Documenting flate2 v1.0.28 |
2407 | 2023-12-07T00:24:53.592Z | Documenting crossbeam-epoch v0.9.15 |
2408 | 2023-12-07T00:24:54.104Z | Documenting usdt-impl v0.3.5 |
2409 | 2023-12-07T00:24:54.130Z | Documenting usdt-attr-macro v0.3.5 |
2410 | 2023-12-07T00:24:55.133Z | Documenting usdt-macro v0.3.5 |
2411 | 2023-12-07T00:24:55.714Z | Documenting clap_derive v4.4.2 |
2412 | 2023-12-07T00:24:58.694Z | Documenting clap_builder v4.4.2 |
2413 | 2023-12-07T00:24:59.476Z | Documenting signal-hook-mio v0.2.3 |
2414 | 2023-12-07T00:25:01.005Z | Documenting signature v2.1.0 |
2415 | 2023-12-07T00:25:01.606Z | Documenting block-padding v0.3.3 |
2416 | 2023-12-07T00:25:02.005Z | Documenting hash32 v0.2.1 |
2417 | 2023-12-07T00:25:02.631Z | Documenting usdt v0.3.5 |
2418 | 2023-12-07T00:25:03.928Z | Documenting scheduled-thread-pool v0.2.7 |
2419 | 2023-12-07T00:25:05.342Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2420 | 2023-12-07T00:25:05.889Z | Documenting enum-as-inner v0.5.1 |
2421 | 2023-12-07T00:25:07.724Z | Documenting pin-project-internal v1.1.3 |
2422 | 2023-12-07T00:25:07.863Z | Checking diesel_table_macro_syntax v0.1.0 |
2423 | 2023-12-07T00:25:08.491Z | Documenting diesel_table_macro_syntax v0.1.0 |
2424 | 2023-12-07T00:25:08.498Z | Documenting unicode-segmentation v1.10.1 |
2425 | 2023-12-07T00:25:08.499Z | Documenting clap v4.4.3 |
2426 | 2023-12-07T00:25:09.488Z | Documenting stable_deref_trait v1.2.0 |
2427 | 2023-12-07T00:25:10.328Z | Documenting r2d2 v0.8.10 |
2428 | 2023-12-07T00:25:11.057Z | Documenting bzip2 v0.4.4 |
2429 | 2023-12-07T00:25:12.411Z | Documenting trust-dns-proto v0.22.0 |
2430 | 2023-12-07T00:25:13.144Z | Documenting inout v0.1.3 |
2431 | 2023-12-07T00:25:13.528Z | Documenting heapless v0.7.16 |
2432 | 2023-12-07T00:25:14.673Z | Documenting diesel_derives v2.1.2 |
2433 | 2023-12-07T00:25:14.914Z | Documenting pin-project v1.1.3 |
2434 | 2023-12-07T00:25:15.583Z | Documenting crossterm v0.27.0 |
2435 | 2023-12-07T00:25:16.488Z | Documenting md-5 v0.10.5 |
2436 | 2023-12-07T00:25:16.977Z | Documenting stringprep v0.1.3 |
2437 | 2023-12-07T00:25:19.106Z | Documenting toml_datetime v0.6.5 |
2438 | 2023-12-07T00:25:19.353Z | Documenting serde_spanned v0.6.4 |
2439 | 2023-12-07T00:25:20.836Z | Documenting doc-comment v0.3.3 |
2440 | 2023-12-07T00:25:22.599Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2441 | 2023-12-07T00:25:23.842Z | Documenting snafu-derive v0.7.5 |
2442 | 2023-12-07T00:25:24.082Z | Documenting static_assertions v1.1.0 |
2443 | 2023-12-07T00:25:24.860Z | Documenting either v1.9.0 |
2444 | 2023-12-07T00:25:24.907Z | Documenting winnow v0.5.15 |
2445 | 2023-12-07T00:25:25.107Z | Documenting siphasher v0.3.11 |
2446 | 2023-12-07T00:25:25.409Z | Documenting bit-vec v0.6.3 |
2447 | 2023-12-07T00:25:26.395Z | Documenting fallible-iterator v0.2.0 |
2448 | 2023-12-07T00:25:28.138Z | Documenting managed v0.8.0 |
2449 | 2023-12-07T00:25:28.601Z | Documenting diesel v2.1.4 |
2450 | 2023-12-07T00:25:29.395Z | Documenting phf_shared v0.11.2 |
2451 | 2023-12-07T00:25:30.790Z | Documenting cipher v0.4.4 |
2452 | 2023-12-07T00:25:31.473Z | Documenting zip v0.6.6 |
2453 | 2023-12-07T00:25:32.719Z | Documenting toml_edit v0.21.0 |
2454 | 2023-12-07T00:25:33.085Z | Documenting smoltcp v0.9.1 |
2455 | 2023-12-07T00:25:34.057Z | Documenting postgres-protocol v0.6.6 |
2456 | 2023-12-07T00:25:35.016Z | Documenting num-bigint v0.4.4 |
2457 | 2023-12-07T00:25:35.067Z | Documenting snafu v0.7.5 |
2458 | 2023-12-07T00:25:38.957Z | Documenting hubpack v0.1.2 |
2459 | 2023-12-07T00:25:41.010Z | Documenting bstr v1.6.0 |
2460 | 2023-12-07T00:25:41.440Z | Documenting regress v0.7.1 |
2461 | 2023-12-07T00:25:41.441Z | Documenting serde_repr v0.1.16 |
2462 | 2023-12-07T00:25:42.390Z | Documenting fixedbitset v0.4.2 |
2463 | 2023-12-07T00:25:43.882Z | Documenting new_debug_unreachable v1.0.4 |
2464 | 2023-12-07T00:25:45.536Z | Documenting lalrpop-util v0.19.12 |
2465 | 2023-12-07T00:25:45.563Z | Documenting precomputed-hash v0.1.1 |
2466 | 2023-12-07T00:25:46.762Z | Documenting petgraph v0.6.4 |
2467 | 2023-12-07T00:25:47.589Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2468 | 2023-12-07T00:25:47.955Z | Documenting yasna v0.5.2 |
2469 | 2023-12-07T00:25:48.575Z | Documenting postgres-types v0.2.6 |
2470 | 2023-12-07T00:25:50.207Z | Documenting phf v0.11.2 |
2471 | 2023-12-07T00:25:50.971Z | Documenting string_cache v0.8.7 |
2472 | 2023-12-07T00:25:51.822Z | Documenting console v0.15.7 |
2473 | 2023-12-07T00:25:56.017Z | Documenting semver v1.0.20 |
2474 | 2023-12-07T00:25:57.218Z | Documenting float-cmp v0.9.0 |
2475 | 2023-12-07T00:25:57.417Z | Documenting whoami v1.4.1 |
2476 | 2023-12-07T00:25:57.593Z | Documenting difflib v0.4.0 |
2477 | 2023-12-07T00:25:58.150Z | Documenting predicates-core v1.0.6 |
2478 | 2023-12-07T00:25:58.263Z | Documenting normalize-line-endings v0.3.0 |
2479 | 2023-12-07T00:25:59.748Z | Documenting heck v0.4.1 |
2480 | 2023-12-07T00:26:01.599Z | Checking unsafe-libyaml v0.2.9 |
2481 | 2023-12-07T00:26:02.349Z | Documenting bit-set v0.5.3 |
2482 | 2023-12-07T00:26:02.917Z | Documenting tokio-postgres v0.7.10 |
2483 | 2023-12-07T00:26:03.087Z | Documenting similar v2.2.1 |
2484 | 2023-12-07T00:26:03.660Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2485 | 2023-12-07T00:26:03.673Z | Documenting tokio-stream v0.1.14 |
2486 | 2023-12-07T00:26:03.849Z | Documenting unsafe-libyaml v0.2.9 |
2487 | 2023-12-07T00:26:04.128Z | Documenting predicates v3.0.4 |
2488 | 2023-12-07T00:26:05.720Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2489 | 2023-12-07T00:26:08.504Z | Checking ident_case v1.0.1 |
2490 | 2023-12-07T00:26:08.718Z | Checking serde_yaml v0.9.25 |
2491 | 2023-12-07T00:26:09.399Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2492 | 2023-12-07T00:26:09.623Z | Documenting serde_yaml v0.9.25 |
2493 | 2023-12-07T00:26:11.303Z | Documenting getopts v0.2.21 |
2494 | 2023-12-07T00:26:11.854Z | Documenting match_cfg v0.1.0 |
2495 | 2023-12-07T00:26:11.871Z | Documenting sha1 v0.10.6 |
2496 | 2023-12-07T00:26:13.643Z | Documenting dirs-sys-next v0.1.2 |
2497 | 2023-12-07T00:26:15.469Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2498 | 2023-12-07T00:26:15.975Z | Documenting hostname v0.3.1 |
2499 | 2023-12-07T00:26:17.189Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2500 | 2023-12-07T00:26:17.701Z | Documenting thread_local v1.1.7 |
2501 | 2023-12-07T00:26:18.028Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2502 | 2023-12-07T00:26:19.144Z | Documenting paste v1.0.14 |
2503 | 2023-12-07T00:26:19.361Z | Documenting dirs-next v2.0.0 |
2504 | 2023-12-07T00:26:21.207Z | Documenting crossbeam-channel v0.5.8 |
2505 | 2023-12-07T00:26:21.223Z | Documenting atty v0.2.14 |
2506 | 2023-12-07T00:26:21.648Z | Documenting take_mut v0.2.2 |
2507 | 2023-12-07T00:26:23.832Z | Documenting slog-json v2.6.1 |
2508 | 2023-12-07T00:26:25.392Z | Documenting term v0.7.0 |
2509 | 2023-12-07T00:26:25.402Z | Documenting camino v1.1.6 |
2510 | 2023-12-07T00:26:25.652Z | Documenting async-stream-impl v0.3.5 |
2511 | 2023-12-07T00:26:26.884Z | Documenting debug-ignore v1.0.5 |
2512 | 2023-12-07T00:26:27.433Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2513 | 2023-12-07T00:26:27.434Z | Documenting slog-async v2.8.0 |
2514 | 2023-12-07T00:26:29.444Z | Documenting atomic-waker v1.1.1 |
2515 | 2023-12-07T00:26:30.509Z | Documenting slog-bunyan v2.4.0 |
2516 | 2023-12-07T00:26:30.815Z | Documenting slog-term v2.9.0 |
2517 | 2023-12-07T00:26:31.012Z | Checking darling_core v0.20.3 |
2518 | 2023-12-07T00:26:32.352Z | Documenting toml v0.8.8 |
2519 | 2023-12-07T00:26:32.369Z | Documenting async-stream v0.3.5 |
2520 | 2023-12-07T00:26:33.472Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2521 | 2023-12-07T00:26:33.640Z | Documenting waitgroup v0.1.2 |
2522 | 2023-12-07T00:26:33.913Z | Documenting multer v2.1.0 |
2523 | 2023-12-07T00:26:37.142Z | Documenting serde_path_to_error v0.1.14 |
2524 | 2023-12-07T00:26:37.349Z | Documenting strum v0.25.0 |
2525 | 2023-12-07T00:26:37.869Z | Checking darling v0.20.3 |
2526 | 2023-12-07T00:26:38.010Z | Documenting serde_with_macros v2.3.3 |
2527 | 2023-12-07T00:26:38.766Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2528 | 2023-12-07T00:26:39.101Z | Documenting structmeta-derive v0.2.0 |
2529 | 2023-12-07T00:26:39.605Z | Checking structmeta v0.2.0 |
2530 | 2023-12-07T00:26:39.948Z | Documenting instant v0.1.12 |
2531 | 2023-12-07T00:26:40.975Z | Checking regex-syntax v0.7.5 |
2532 | 2023-12-07T00:26:41.331Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2533 | 2023-12-07T00:26:42.642Z | Documenting macaddr v1.0.1 |
2534 | 2023-12-07T00:26:43.348Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2535 | 2023-12-07T00:26:45.247Z | Documenting serde_with v2.3.3 |
2536 | 2023-12-07T00:26:45.385Z | Documenting backoff v0.4.0 |
2537 | 2023-12-07T00:26:46.068Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2538 | 2023-12-07T00:26:46.460Z | Documenting structmeta v0.2.0 |
2539 | 2023-12-07T00:26:47.742Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2540 | 2023-12-07T00:26:48.641Z | Documenting fastrand v2.0.0 |
2541 | 2023-12-07T00:26:52.010Z | Documenting is-terminal v0.4.9 |
2542 | 2023-12-07T00:26:52.316Z | Documenting base64ct v1.6.0 |
2543 | 2023-12-07T00:26:52.801Z | Documenting parse-display-derive v0.8.2 |
2544 | 2023-12-07T00:26:53.545Z | Checking proc-macro-crate v1.3.1 |
2545 | 2023-12-07T00:26:53.889Z | Documenting proc-macro-crate v1.3.1 |
2546 | 2023-12-07T00:26:55.579Z | Documenting proc-macro-error-attr v1.0.4 |
2547 | 2023-12-07T00:26:55.585Z | Documenting tempfile v3.8.1 |
2548 | 2023-12-07T00:26:56.567Z | Checking proc-macro-error v1.0.4 |
2549 | 2023-12-07T00:26:56.959Z | Documenting postcard-cobs v0.1.5-pre |
2550 | 2023-12-07T00:26:58.521Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2551 | 2023-12-07T00:26:59.168Z | Documenting foreign-types-macros v0.2.3 |
2552 | 2023-12-07T00:27:00.272Z | Documenting num_enum_derive v0.5.11 |
2553 | 2023-12-07T00:27:00.770Z | Documenting proc-macro-error v1.0.4 |
2554 | 2023-12-07T00:27:01.367Z | Documenting parse-display v0.8.2 |
2555 | 2023-12-07T00:27:01.469Z | Documenting postcard v0.7.3 |
2556 | 2023-12-07T00:27:01.796Z | Documenting camino-tempfile v1.1.1 |
2557 | 2023-12-07T00:27:04.801Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2558 | 2023-12-07T00:27:05.905Z | Documenting foreign-types-shared v0.3.1 |
2559 | 2023-12-07T00:27:06.335Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2560 | 2023-12-07T00:27:06.738Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2561 | 2023-12-07T00:27:07.115Z | Documenting crucible-workspace-hack v0.1.0 |
2562 | 2023-12-07T00:27:07.563Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2563 | 2023-12-07T00:27:08.037Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2564 | 2023-12-07T00:27:08.403Z | Documenting cstr-argument v0.1.2 |
2565 | 2023-12-07T00:27:08.725Z | Documenting num_enum v0.5.11 |
2566 | 2023-12-07T00:27:09.100Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2567 | 2023-12-07T00:27:10.111Z | Documenting foreign-types v0.5.0 |
2568 | 2023-12-07T00:27:12.808Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2569 | 2023-12-07T00:27:13.239Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2570 | 2023-12-07T00:27:13.440Z | Documenting colored v2.0.4 |
2571 | 2023-12-07T00:27:13.846Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2572 | 2023-12-07T00:27:14.098Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2573 | 2023-12-07T00:27:15.084Z | Documenting zone_cfg_derive v0.3.0 |
2574 | 2023-12-07T00:27:16.155Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2575 | 2023-12-07T00:27:18.441Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2576 | 2023-12-07T00:27:18.678Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2577 | 2023-12-07T00:27:19.025Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2578 | 2023-12-07T00:27:20.471Z | Documenting num-derive v0.4.0 |
2579 | 2023-12-07T00:27:20.947Z | Documenting smf v0.2.2 |
2580 | 2023-12-07T00:27:22.393Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2581 | 2023-12-07T00:27:22.625Z | Documenting zone v0.3.0 |
2582 | 2023-12-07T00:27:24.380Z | Documenting linked-hash-map v0.5.6 |
2583 | 2023-12-07T00:27:24.717Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2584 | 2023-12-07T00:27:25.263Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2585 | 2023-12-07T00:27:26.689Z | Documenting password-hash v0.5.0 |
2586 | 2023-12-07T00:27:27.195Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2587 | 2023-12-07T00:27:27.892Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2588 | 2023-12-07T00:27:30.015Z | Documenting blake2 v0.10.6 |
2589 | 2023-12-07T00:27:30.613Z | Documenting lru-cache v0.1.2 |
2590 | 2023-12-07T00:27:31.133Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2591 | 2023-12-07T00:27:31.832Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2592 | 2023-12-07T00:27:32.311Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2593 | 2023-12-07T00:27:32.787Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2594 | 2023-12-07T00:27:33.036Z | Checking heck v0.3.3 |
2595 | 2023-12-07T00:27:33.274Z | Documenting structopt-derive v0.4.18 |
2596 | 2023-12-07T00:27:34.089Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2597 | 2023-12-07T00:27:34.656Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2598 | 2023-12-07T00:27:36.264Z | Documenting libefi-sys v0.1.0 |
2599 | 2023-12-07T00:27:37.795Z | Documenting argon2 v0.5.2 |
2600 | 2023-12-07T00:27:37.843Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2601 | 2023-12-07T00:27:38.403Z | Documenting quick-error v1.2.3 |
2602 | 2023-12-07T00:27:40.760Z | Documenting structopt v0.3.26 |
2603 | 2023-12-07T00:27:41.766Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2604 | 2023-12-07T00:27:42.160Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2605 | 2023-12-07T00:27:43.841Z | Documenting resolv-conf v0.7.0 |
2606 | 2023-12-07T00:27:45.349Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2607 | 2023-12-07T00:27:46.794Z | Documenting pem-rfc7468 v0.7.0 |
2608 | 2023-12-07T00:27:47.643Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2609 | 2023-12-07T00:27:48.721Z | Documenting der_derive v0.7.2 |
2610 | 2023-12-07T00:27:49.186Z | Documenting flagset v0.4.3 |
2611 | 2023-12-07T00:27:49.187Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2612 | 2023-12-07T00:27:49.387Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2613 | 2023-12-07T00:27:49.618Z | Documenting trust-dns-resolver v0.22.0 |
2614 | 2023-12-07T00:27:49.977Z | Documenting cancel-safe-futures v0.1.5 |
2615 | 2023-12-07T00:27:52.894Z | Documenting convert_case v0.4.0 |
2616 | 2023-12-07T00:27:53.087Z | Checking convert_case v0.4.0 |
2617 | 2023-12-07T00:27:53.385Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2618 | 2023-12-07T00:27:54.176Z | Documenting tap v1.0.1 |
2619 | 2023-12-07T00:27:55.260Z | Documenting arc-swap v1.6.0 |
2620 | 2023-12-07T00:27:56.498Z | Documenting der v0.7.8 |
2621 | 2023-12-07T00:27:57.760Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2622 | 2023-12-07T00:27:58.721Z | Documenting derive_more v0.99.17 |
2623 | 2023-12-07T00:27:58.726Z | Documenting wyz v0.5.1 |
2624 | 2023-12-07T00:27:59.643Z | Documenting num-rational v0.4.1 |
2625 | 2023-12-07T00:28:01.009Z | Documenting slog-scope v4.4.0 |
2626 | 2023-12-07T00:28:03.069Z | Documenting radium v0.7.0 |
2627 | 2023-12-07T00:28:03.283Z | Documenting hkdf v0.12.3 |
2628 | 2023-12-07T00:28:04.297Z | Documenting spki v0.7.2 |
2629 | 2023-12-07T00:28:06.275Z | Documenting num-complex v0.4.4 |
2630 | 2023-12-07T00:28:07.168Z | Documenting ciborium-io v0.2.1 |
2631 | 2023-12-07T00:28:07.527Z | Documenting funty v2.0.0 |
2632 | 2023-12-07T00:28:07.665Z | Documenting half v1.8.2 |
2633 | 2023-12-07T00:28:09.967Z | Documenting crc-catalog v2.2.0 |
2634 | 2023-12-07T00:28:10.647Z | Documenting slog-stdlog v4.1.1 |
2635 | 2023-12-07T00:28:10.941Z | Documenting pkcs8 v0.10.2 |
2636 | 2023-12-07T00:28:12.059Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2637 | 2023-12-07T00:28:12.312Z | Documenting bitvec v1.0.1 |
2638 | 2023-12-07T00:28:12.494Z | Documenting ciborium-ll v0.2.1 |
2639 | 2023-12-07T00:28:13.688Z | Documenting num v0.4.1 |
2640 | 2023-12-07T00:28:13.894Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2641 | 2023-12-07T00:28:14.297Z | Documenting crc v3.0.1 |
2642 | 2023-12-07T00:28:15.117Z | Documenting slog-dtrace v0.2.3 |
2643 | 2023-12-07T00:28:16.229Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2644 | 2023-12-07T00:28:17.769Z | Documenting xattr v1.0.1 |
2645 | 2023-12-07T00:28:18.572Z | Documenting filetime v0.2.23 |
2646 | 2023-12-07T00:28:19.245Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2647 | 2023-12-07T00:28:20.536Z | Documenting packed_struct_codegen v0.10.1 |
2648 | 2023-12-07T00:28:22.365Z | Documenting keccak v0.1.4 |
2649 | 2023-12-07T00:28:22.735Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2650 | 2023-12-07T00:28:23.756Z | Documenting nodrop v0.1.14 |
2651 | 2023-12-07T00:28:24.360Z | Documenting tar v0.4.40 |
2652 | 2023-12-07T00:28:25.164Z | Documenting ciborium v0.2.1 |
2653 | 2023-12-07T00:28:26.046Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2654 | 2023-12-07T00:28:26.535Z | Documenting sha3 v0.10.8 |
2655 | 2023-12-07T00:28:28.723Z | Documenting array-init v0.0.4 |
2656 | 2023-12-07T00:28:29.602Z | Documenting packed_struct v0.10.1 |
2657 | 2023-12-07T00:28:30.646Z | Documenting pkcs1 v0.7.5 |
2658 | 2023-12-07T00:28:30.754Z | Documenting slog-envlogger v2.2.0 |
2659 | 2023-12-07T00:28:32.203Z | Documenting num-bigint-dig v0.8.4 |
2660 | 2023-12-07T00:28:32.950Z | Documenting fxhash v0.2.1 |
2661 | 2023-12-07T00:28:34.712Z | Documenting secrecy v0.8.0 |
2662 | 2023-12-07T00:28:53.927Z | Documenting bitfield v0.14.0 |
2663 | 2023-12-07T00:28:56.764Z | Documenting utf-8 v0.7.6 |
2664 | 2023-12-07T00:28:56.764Z | Documenting termcolor v1.2.0 |
2665 | 2023-12-07T00:28:56.768Z | Documenting swrite v0.1.0 |
2666 | 2023-12-07T00:28:56.768Z | Documenting serde-hex v0.1.0 |
2667 | 2023-12-07T00:28:56.768Z | Documenting rsa v0.9.2 |
2668 | 2023-12-07T00:28:56.768Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2669 | 2023-12-07T00:28:57.281Z | Documenting tungstenite v0.20.1 |
2670 | 2023-12-07T00:28:57.281Z | Documenting env_logger v0.10.0 |
2671 | 2023-12-07T00:28:57.312Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2672 | 2023-12-07T00:28:57.312Z | Documenting x509-cert v0.2.4 |
2673 | 2023-12-07T00:28:57.312Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2674 | 2023-12-07T00:28:57.312Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2675 | 2023-12-07T00:28:57.312Z | Documenting newtype_derive v0.1.6 |
2676 | 2023-12-07T00:28:57.312Z | Documenting libsw v3.3.0 |
2677 | 2023-12-07T00:28:57.312Z | Documenting pem v3.0.2 |
2678 | 2023-12-07T00:28:57.312Z | Documenting ron v0.8.1 |
2679 | 2023-12-07T00:28:57.313Z | Documenting derive-where v1.2.6 |
2680 | 2023-12-07T00:28:58.113Z | Documenting linear-map v1.2.0 |
2681 | 2023-12-07T00:28:59.133Z | Documenting owo-colors v3.5.0 |
2682 | 2023-12-07T00:29:00.061Z | Documenting crc-any v2.4.3 |
2683 | 2023-12-07T00:29:00.673Z | Documenting steno v0.4.0 |
2684 | 2023-12-07T00:29:01.983Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2685 | 2023-12-07T00:29:04.715Z | Documenting tokio-tungstenite v0.20.1 |
2686 | 2023-12-07T00:29:05.070Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2687 | 2023-12-07T00:29:05.608Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2688 | 2023-12-07T00:29:07.019Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2689 | 2023-12-07T00:29:07.875Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2690 | 2023-12-07T00:29:09.102Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2691 | 2023-12-07T00:29:15.752Z | Documenting itertools v0.12.0 |
2692 | 2023-12-07T00:29:16.283Z | Documenting nibble_vec v0.1.0 |
2693 | 2023-12-07T00:29:18.070Z | Documenting glob v0.3.1 |
2694 | 2023-12-07T00:29:20.630Z | Documenting path-slash v0.1.5 |
2695 | 2023-12-07T00:29:24.415Z | Documenting endian-type v0.1.2 |
2696 | 2023-12-07T00:29:26.404Z | Documenting same-file v1.0.6 |
2697 | 2023-12-07T00:29:26.715Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2698 | 2023-12-07T00:29:26.715Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2699 | 2023-12-07T00:29:27.976Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2700 | 2023-12-07T00:29:28.757Z | Documenting radix_trie v0.2.1 |
2701 | 2023-12-07T00:29:30.096Z | Documenting walkdir v2.4.0 |
2702 | 2023-12-07T00:29:49.422Z | Documenting buf-list v1.0.3 |
2703 | 2023-12-07T00:29:49.882Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2704 | 2023-12-07T00:29:49.882Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2705 | 2023-12-07T00:29:49.883Z | Checking darling_core v0.14.4 |
2706 | 2023-12-07T00:29:49.883Z | Documenting trust-dns-client v0.22.0 |
2707 | 2023-12-07T00:29:50.093Z | Checking darling v0.14.4 |
2708 | 2023-12-07T00:29:50.270Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2709 | 2023-12-07T00:29:50.270Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2710 | 2023-12-07T00:29:50.270Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2711 | 2023-12-07T00:29:50.270Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2712 | 2023-12-07T00:29:50.271Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2713 | 2023-12-07T00:29:50.272Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2714 | 2023-12-07T00:29:50.729Z | Documenting trust-dns-server v0.22.1 |
2715 | 2023-12-07T00:29:52.937Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2716 | 2023-12-07T00:29:55.425Z | Documenting sled v0.34.7 |
2717 | 2023-12-07T00:29:55.727Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2718 | 2023-12-07T00:29:55.746Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2719 | 2023-12-07T00:29:56.816Z | Documenting unicase v2.7.0 |
2720 | 2023-12-07T00:29:57.285Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2721 | 2023-12-07T00:29:57.718Z | Documenting globset v0.4.13 |
2722 | 2023-12-07T00:29:59.830Z | Documenting crossbeam-deque v0.8.3 |
2723 | 2023-12-07T00:30:01.607Z | Documenting headers-core v0.2.0 |
2724 | 2023-12-07T00:30:03.555Z | Documenting olpc-cjson v0.1.3 |
2725 | 2023-12-07T00:30:04.265Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2726 | 2023-12-07T00:30:04.847Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2727 | 2023-12-07T00:30:05.320Z | Documenting serde_plain v1.0.2 |
2728 | 2023-12-07T00:30:05.453Z | Documenting ff v0.13.0 |
2729 | 2023-12-07T00:30:05.811Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2730 | 2023-12-07T00:30:06.344Z | Documenting async-recursion v1.0.5 |
2731 | 2023-12-07T00:30:08.642Z | Documenting typed-path v0.6.0 |
2732 | 2023-12-07T00:30:10.449Z | Documenting display-error-chain v0.2.0 |
2733 | 2023-12-07T00:30:11.328Z | Documenting pretty-hex v0.4.0 |
2734 | 2023-12-07T00:30:11.387Z | Documenting group v0.13.0 |
2735 | 2023-12-07T00:30:11.685Z | Documenting headers v0.3.9 |
2736 | 2023-12-07T00:30:12.452Z | Documenting rayon-core v1.12.0 |
2737 | 2023-12-07T00:30:13.102Z | Documenting mime_guess v2.0.4 |
2738 | 2023-12-07T00:30:16.381Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2739 | 2023-12-07T00:30:16.797Z | Documenting tough v0.15.0 |
2740 | 2023-12-07T00:30:17.234Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2741 | 2023-12-07T00:30:17.854Z | Checking derive_builder_core v0.12.0 |
2742 | 2023-12-07T00:30:18.690Z | Documenting derive_builder_core v0.12.0 |
2743 | 2023-12-07T00:30:19.335Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2744 | 2023-12-07T00:30:19.965Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2745 | 2023-12-07T00:30:20.958Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2746 | 2023-12-07T00:30:21.399Z | Documenting universal-hash v0.5.1 |
2747 | 2023-12-07T00:30:21.725Z | Documenting crypto-bigint v0.5.2 |
2748 | 2023-12-07T00:30:22.148Z | Documenting bcs v0.1.6 |
2749 | 2023-12-07T00:30:28.203Z | Documenting kstat-rs v0.2.3 |
2750 | 2023-12-07T00:30:28.454Z | Documenting thiserror-impl-no-std v2.0.2 |
2751 | 2023-12-07T00:30:29.047Z | Documenting curve25519-dalek-derive v0.1.0 |
2752 | 2023-12-07T00:30:31.268Z | Documenting base16ct v0.2.0 |
2753 | 2023-12-07T00:30:33.055Z | Documenting highway v1.1.0 |
2754 | 2023-12-07T00:30:35.182Z | Documenting opaque-debug v0.3.0 |
2755 | 2023-12-07T00:30:35.457Z | Documenting elliptic-curve v0.13.5 |
2756 | 2023-12-07T00:30:35.890Z | Documenting curve25519-dalek v4.1.0 |
2757 | 2023-12-07T00:30:36.200Z | Documenting thiserror-no-std v2.0.2 |
2758 | 2023-12-07T00:30:37.956Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2759 | 2023-12-07T00:30:38.734Z | Documenting derive_builder_macro v0.12.0 |
2760 | 2023-12-07T00:30:38.912Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2761 | 2023-12-07T00:30:39.477Z | Documenting poly1305 v0.8.0 |
2762 | 2023-12-07T00:30:40.419Z | Documenting rayon v1.8.0 |
2763 | 2023-12-07T00:30:44.021Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2764 | 2023-12-07T00:30:46.314Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2765 | 2023-12-07T00:30:47.057Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2766 | 2023-12-07T00:30:51.239Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2767 | 2023-12-07T00:30:52.488Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2768 | 2023-12-07T00:30:58.360Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2769 | 2023-12-07T00:31:11.948Z | Documenting portable-atomic v1.4.3 |
2770 | 2023-12-07T00:31:12.631Z | Documenting ed25519 v1.5.3 |
2771 | 2023-12-07T00:31:16.878Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2772 | 2023-12-07T00:31:17.518Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2773 | 2023-12-07T00:31:18.241Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2774 | 2023-12-07T00:31:18.753Z | Documenting chacha20 v0.9.1 |
2775 | 2023-12-07T00:31:19.385Z | Documenting aead v0.5.2 |
2776 | 2023-12-07T00:31:21.311Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2777 | 2023-12-07T00:31:22.287Z | Documenting ref-cast-impl v1.0.20 |
2778 | 2023-12-07T00:31:23.230Z | Documenting vte_generate_state_changes v0.1.1 |
2779 | 2023-12-07T00:31:23.638Z | Documenting number_prefix v0.4.0 |
2780 | 2023-12-07T00:31:26.053Z | Documenting cassowary v0.3.0 |
2781 | 2023-12-07T00:31:28.358Z | Documenting chacha20poly1305 v0.10.1 |
2782 | 2023-12-07T00:31:28.922Z | Documenting vte v0.11.1 |
2783 | 2023-12-07T00:31:29.256Z | Documenting indicatif v0.17.7 |
2784 | 2023-12-07T00:31:30.113Z | Documenting ref-cast v1.0.20 |
2785 | 2023-12-07T00:31:32.033Z | Documenting ratatui v0.23.0 |
2786 | 2023-12-07T00:31:34.448Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2787 | 2023-12-07T00:31:35.296Z | Documenting salty v0.2.0 |
2788 | 2023-12-07T00:31:35.869Z | Documenting vsss-rs v3.3.1 |
2789 | 2023-12-07T00:31:45.547Z | Documenting derive_builder v0.12.0 |
2790 | 2023-12-07T00:31:46.085Z | Documenting fs-err v2.11.0 |
2791 | 2023-12-07T00:31:46.292Z | Documenting polar-core v0.27.0 |
2792 | 2023-12-07T00:31:46.292Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2793 | 2023-12-07T00:31:46.292Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2794 | 2023-12-07T00:31:46.919Z | Documenting libxml v0.3.3 |
2795 | 2023-12-07T00:31:47.632Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2796 | 2023-12-07T00:31:49.448Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2797 | 2023-12-07T00:31:50.017Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2798 | 2023-12-07T00:31:55.391Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2799 | 2023-12-07T00:31:55.630Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2800 | 2023-12-07T00:31:55.799Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2801 | 2023-12-07T00:31:56.104Z | Documenting bb8 v0.8.1 |
2802 | 2023-12-07T00:31:56.774Z | Documenting quick-xml v0.23.1 |
2803 | 2023-12-07T00:32:03.446Z | Documenting serde-big-array v0.5.1 |
2804 | 2023-12-07T00:32:03.986Z | Documenting bytesize v1.3.0 |
2805 | 2023-12-07T00:32:04.146Z | Documenting rtoolbox v0.0.1 |
2806 | 2023-12-07T00:32:05.238Z | Documenting oso-derive v0.27.0 |
2807 | 2023-12-07T00:32:19.090Z | Documenting impl-trait-for-tuples v0.2.2 |
2808 | 2023-12-07T00:32:19.197Z | Documenting unicode-linebreak v0.1.5 |
2809 | 2023-12-07T00:32:19.197Z | Documenting is_ci v1.1.1 |
2810 | 2023-12-07T00:32:19.197Z | Documenting maplit v1.0.2 |
2811 | 2023-12-07T00:32:19.198Z | Documenting http-range v0.1.5 |
2812 | 2023-12-07T00:32:19.198Z | Documenting smawk v0.3.1 |
2813 | 2023-12-07T00:32:19.198Z | Documenting humantime v2.1.0 |
2814 | 2023-12-07T00:32:19.198Z | Documenting supports-color v2.1.0 |
2815 | 2023-12-07T00:32:19.198Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2816 | 2023-12-07T00:32:19.198Z | Documenting hyper-staticfile v0.9.5 |
2817 | 2023-12-07T00:32:19.198Z | Documenting oso v0.27.0 |
2818 | 2023-12-07T00:32:19.893Z | Documenting rpassword v7.3.1 |
2819 | 2023-12-07T00:32:20.475Z | Documenting textwrap v0.16.0 |
2820 | 2023-12-07T00:32:21.397Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2821 | 2023-12-07T00:32:23.394Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2822 | 2023-12-07T00:32:23.484Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2823 | 2023-12-07T00:32:25.862Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2824 | 2023-12-07T00:32:27.121Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2825 | 2023-12-07T00:32:27.764Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2826 | 2023-12-07T00:32:34.290Z | Documenting tui-tree-widget v0.13.0 |
2827 | 2023-12-07T00:32:35.822Z | Documenting strip-ansi-escapes v0.2.0 |
2828 | 2023-12-07T00:32:40.947Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2829 | 2023-12-07T00:32:41.441Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2830 | 2023-12-07T00:32:42.725Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2831 | 2023-12-07T00:32:44.184Z | Documenting cookie v0.18.0 |
2832 | 2023-12-07T00:32:45.678Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2833 | 2023-12-07T00:32:47.816Z | Documenting rcgen v0.11.3 |
2834 | 2023-12-07T00:32:51.455Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2835 | 2023-12-07T00:32:51.653Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2836 | 2023-12-07T00:32:52.030Z | Documenting atomicwrites v0.4.2 |
2837 | 2023-12-07T00:32:52.686Z | Documenting signal-hook-tokio v0.3.1 |
2838 | 2023-12-07T00:32:57.834Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2839 | 2023-12-07T00:32:58.271Z | Documenting fd-lock v3.0.13 |
2840 | 2023-12-07T00:32:58.799Z | Documenting subprocess v0.2.9 |
2841 | 2023-12-07T00:33:00.304Z | Documenting corncobs v0.1.3 |
2842 | 2023-12-07T00:33:00.537Z | Documenting shell-words v1.1.0 |
2843 | 2023-12-07T00:33:04.722Z | Documenting nu-ansi-term v0.49.0 |
2844 | 2023-12-07T00:33:04.995Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2845 | 2023-12-07T00:33:05.289Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2846 | 2023-12-07T00:33:06.261Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2847 | 2023-12-07T00:33:06.339Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2848 | 2023-12-07T00:33:06.661Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2849 | 2023-12-07T00:33:10.486Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2850 | 2023-12-07T00:33:10.505Z | Documenting reedline v0.26.0 |
2851 | 2023-12-07T00:33:12.419Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2852 | 2023-12-07T00:33:12.438Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2853 | 2023-12-07T00:33:21.726Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2854 | 2023-12-07T00:33:24.423Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2855 | 2023-12-07T00:33:36.897Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2856 | 2023-12-07T00:33:42.866Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2857 | 2023-12-07T00:33:48.481Z | Documenting fatfs v0.3.6 |
2858 | 2023-12-07T00:33:49.967Z | Documenting nanorand v0.7.0 |
2859 | 2023-12-07T00:33:53.444Z | Documenting assert_matches v1.5.0 |
2860 | 2023-12-07T00:33:56.166Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2861 | 2023-12-07T00:33:56.179Z | Documenting flume v0.11.0 |
2862 | 2023-12-07T00:33:56.716Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2863 | 2023-12-07T00:34:00.156Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2864 | 2023-12-07T00:34:03.368Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2865 | 2023-12-07T00:34:03.690Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2866 | 2023-12-07T00:34:04.897Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2867 | 2023-12-07T00:34:07.791Z | Documenting omicron-zone-package v0.9.1 |
2868 | 2023-12-07T00:34:19.393Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2869 | 2023-12-07T00:34:19.393Z | --> sled-agent/src/sim/instance.rs:46:7 |
2870 | 2023-12-07T00:34:19.393Z | | |
2871 | 2023-12-07T00:34:19.394Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2872 | 2023-12-07T00:34:19.394Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2873 | 2023-12-07T00:34:19.394Z | | |
2874 | 2023-12-07T00:34:19.394Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2875 | 2023-12-07T00:34:19.394Z | |
2876 | 2023-12-07T00:34:20.850Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2877 | 2023-12-07T00:34:23.629Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2878 | 2023-12-07T00:34:23.652Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2879 | 2023-12-07T00:34:24.831Z | Documenting termios v0.3.3 |
2880 | 2023-12-07T00:34:26.183Z | Documenting topological-sort v0.2.2 |
2881 | 2023-12-07T00:34:26.632Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2882 | 2023-12-07T00:34:31.019Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2883 | 2023-12-07T00:34:32.831Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2884 | 2023-12-07T00:34:38.130Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2885 | 2023-12-07T00:34:39.405Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2886 | 2023-12-07T00:34:42.525Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2887 | 2023-12-07T00:35:19.107Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2888 | 2023-12-07T00:35:30.921Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2889 | 2023-12-07T00:35:39.225Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2890 | 2023-12-07T00:35:41.715Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2891 | 2023-12-07T00:35:41.849Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2892 | 2023-12-07T00:35:49.094Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2893 | 2023-12-07T00:36:05.143Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2894 | 2023-12-07T00:36:58.485Z | warning: unresolved link to `VolumeConstructionRequest` |
2895 | 2023-12-07T00:36:58.486Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2896 | 2023-12-07T00:36:58.486Z | | |
2897 | 2023-12-07T00:36:58.486Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2898 | 2023-12-07T00:36:58.489Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2899 | 2023-12-07T00:36:58.489Z | | |
2900 | 2023-12-07T00:36:58.489Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2901 | 2023-12-07T00:36:58.489Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2902 | 2023-12-07T00:36:58.489Z | |
2903 | 2023-12-07T00:36:58.518Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2904 | 2023-12-07T00:36:58.518Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2905 | 2023-12-07T00:36:58.518Z | | |
2906 | 2023-12-07T00:36:58.518Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2907 | 2023-12-07T00:36:58.518Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2908 | 2023-12-07T00:36:58.519Z | |
2909 | 2023-12-07T00:36:58.519Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2910 | 2023-12-07T00:36:58.519Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2911 | 2023-12-07T00:36:58.519Z | | |
2912 | 2023-12-07T00:36:58.519Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2913 | 2023-12-07T00:36:58.519Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2914 | 2023-12-07T00:36:58.519Z | |
2915 | 2023-12-07T00:36:58.519Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2916 | 2023-12-07T00:36:58.519Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2917 | 2023-12-07T00:36:58.519Z | | |
2918 | 2023-12-07T00:36:58.519Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2919 | 2023-12-07T00:36:58.519Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2920 | 2023-12-07T00:36:58.520Z | |
2921 | 2023-12-07T00:36:58.520Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2922 | 2023-12-07T00:36:58.520Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2923 | 2023-12-07T00:36:58.520Z | | |
2924 | 2023-12-07T00:36:58.520Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2925 | 2023-12-07T00:36:58.520Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2926 | 2023-12-07T00:36:58.520Z | |
2927 | 2023-12-07T00:36:58.520Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2928 | 2023-12-07T00:36:58.520Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2929 | 2023-12-07T00:36:58.520Z | | |
2930 | 2023-12-07T00:36:58.520Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2931 | 2023-12-07T00:36:58.520Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2932 | 2023-12-07T00:36:58.521Z | |
2933 | 2023-12-07T00:36:58.521Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2934 | 2023-12-07T00:36:58.521Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2935 | 2023-12-07T00:36:58.521Z | | |
2936 | 2023-12-07T00:36:58.521Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2937 | 2023-12-07T00:36:58.521Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2938 | 2023-12-07T00:36:58.521Z | |
2939 | 2023-12-07T00:37:01.186Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2940 | 2023-12-07T00:37:33.064Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 23s |
2941 | 2023-12-07T00:37:33.170Z | |
2942 | 2023-12-07T00:37:33.179Z | real 15:23.718610324 |
2943 | 2023-12-07T00:37:33.179Z | user 52:01.274756590 |
2944 | 2023-12-07T00:37:33.181Z | sys 58:13.897444558 |
2945 | 2023-12-07T00:37:33.181Z | trap 1.800656074 |
2946 | 2023-12-07T00:37:33.181Z | tflt 0.504324273 |
2947 | 2023-12-07T00:37:33.181Z | dflt 0.387773812 |
2948 | 2023-12-07T00:37:33.181Z | kflt 0.000005259 |
2949 | 2023-12-07T00:37:33.181Z | lock 3:03:20.744678184 |
2950 | 2023-12-07T00:37:33.181Z | slp 3:58:45.382507660 |
2951 | 2023-12-07T00:37:33.181Z | lat 5:21.040632227 |
2952 | 2023-12-07T00:37:33.181Z | stop 1:21.561293704 |
2953 | 2023-12-07T00:37:33.181Z | process exited: duration 1760935 ms, exit code 0 |
|
2954 | 2023-12-07T00:37:33.337Z | found 0 output files |