|
|
|
1 | 2024-01-17T04:12:39.632Z | job assigned to worker 01HMASW4BKMW1GMCBZ2300PBGT (queued for 4 m 2 s) |
|
2 | 2024-01-17T04:12:40.474Z | starting task 0: "setup" |
3 | 2024-01-17T04:12:40.489Z | ++ uname -s |
4 | 2024-01-17T04:12:40.500Z | + kern=SunOS |
5 | 2024-01-17T04:12:40.501Z | + case "$kern" in |
6 | 2024-01-17T04:12:40.501Z | + groupadd -g 12345 build |
7 | 2024-01-17T04:12:40.501Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-17T04:12:42.545Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-17T04:12:42.653Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-17T04:12:42.665Z | + home_fs=zfs |
11 | 2024-01-17T04:12:42.666Z | + [[ zfs == autofs ]] |
12 | 2024-01-17T04:12:42.666Z | + mkdir -p /home/build |
13 | 2024-01-17T04:12:42.666Z | + chown build:build /home/build /work |
14 | 2024-01-17T04:12:44.658Z | + chmod 0700 /home/build /work |
15 | 2024-01-17T04:12:44.666Z | process exited: duration 4187 ms, exit code 0 |
|
16 | 2024-01-17T04:12:44.690Z | starting task 1: "rust-toolchain" |
17 | 2024-01-17T04:12:45.138Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-17T04:12:45.139Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-17T04:12:45.140Z | info: downloading installer |
20 | 2024-01-17T04:12:46.103Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-17T04:12:46.103Z | warning: /opt/ooce/bin |
22 | 2024-01-17T04:12:46.103Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-17T04:12:46.103Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-17T04:12:46.103Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-17T04:12:46.103Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-17T04:12:46.103Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-17T04:12:46.104Z | error: cannot install while Rust is installed |
28 | 2024-01-17T04:12:46.104Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-17T04:12:46.210Z | info: profile set to 'default' |
30 | 2024-01-17T04:12:46.211Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-17T04:12:46.220Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-17T04:12:46.381Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-17T04:12:46.381Z | info: downloading component 'cargo' |
34 | 2024-01-17T04:12:46.966Z | info: downloading component 'clippy' |
35 | 2024-01-17T04:12:47.175Z | info: downloading component 'rust-docs' |
36 | 2024-01-17T04:12:47.905Z | info: downloading component 'rust-std' |
37 | 2024-01-17T04:12:49.210Z | info: downloading component 'rustc' |
38 | 2024-01-17T04:12:52.352Z | info: downloading component 'rustfmt' |
39 | 2024-01-17T04:12:52.496Z | info: installing component 'cargo' |
40 | 2024-01-17T04:12:53.943Z | info: installing component 'clippy' |
41 | 2024-01-17T04:12:54.570Z | info: installing component 'rust-docs' |
42 | 2024-01-17T04:12:57.361Z | info: installing component 'rust-std' |
43 | 2024-01-17T04:13:01.012Z | info: installing component 'rustc' |
44 | 2024-01-17T04:13:07.818Z | info: installing component 'rustfmt' |
45 | 2024-01-17T04:13:08.288Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-17T04:13:08.288Z | |
47 | 2024-01-17T04:13:08.484Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-17T04:13:08.484Z | |
49 | 2024-01-17T04:13:08.498Z | |
50 | 2024-01-17T04:13:08.498Z | Rust is installed now. Great! |
51 | 2024-01-17T04:13:08.498Z | |
52 | 2024-01-17T04:13:08.498Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-17T04:13:08.499Z | environment variable. This has not been done automatically. |
54 | 2024-01-17T04:13:08.499Z | |
55 | 2024-01-17T04:13:08.499Z | To configure your current shell, run: |
56 | 2024-01-17T04:13:08.499Z | source "$HOME/.cargo/env" |
57 | 2024-01-17T04:13:08.564Z | + rustc --version |
58 | 2024-01-17T04:13:08.686Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-17T04:13:08.713Z | process exited: duration 23999 ms, exit code 0 |
|
60 | 2024-01-17T04:13:08.748Z | starting task 2: "authentication" |
61 | 2024-01-17T04:13:09.186Z | process exited: duration 441 ms, exit code 0 |
|
62 | 2024-01-17T04:13:09.199Z | starting task 3: "clone repository" |
63 | 2024-01-17T04:13:09.203Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-17T04:13:10.218Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-17T04:13:10.235Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-17T04:13:16.455Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-17T04:13:16.459Z | + [[ -n renovate/trybuild-1.x ]] |
68 | 2024-01-17T04:13:16.459Z | + git fetch origin renovate/trybuild-1.x |
69 | 2024-01-17T04:13:16.822Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-17T04:13:16.823Z | * branch renovate/trybuild-1.x -> FETCH_HEAD |
71 | 2024-01-17T04:13:16.928Z | + git checkout -B renovate/trybuild-1.x remotes/origin/renovate/trybuild-1.x |
72 | 2024-01-17T04:13:16.958Z | Switched to a new branch 'renovate/trybuild-1.x' |
73 | 2024-01-17T04:13:16.971Z | branch 'renovate/trybuild-1.x' set up to track 'origin/renovate/trybuild-1.x'. |
74 | 2024-01-17T04:13:16.971Z | + git reset --hard c5cfd2c6102b6b73b24965a652f67fe06ddf70b1 |
75 | 2024-01-17T04:13:16.971Z | HEAD is now at c5cfd2c61 Update Rust crate trybuild to 1.0.89 |
76 | 2024-01-17T04:13:16.971Z | process exited: duration 7761 ms, exit code 0 |
|
77 | 2024-01-17T04:13:17.014Z | starting task 4: "build" |
78 | 2024-01-17T04:13:17.034Z | + cargo --version |
79 | 2024-01-17T04:13:17.034Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-17T04:13:17.196Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-17T04:13:18.444Z | info: downloading component 'cargo' |
82 | 2024-01-17T04:13:18.454Z | info: downloading component 'clippy' |
83 | 2024-01-17T04:13:18.454Z | info: downloading component 'rust-docs' |
84 | 2024-01-17T04:13:18.901Z | info: downloading component 'rust-std' |
85 | 2024-01-17T04:13:20.147Z | info: downloading component 'rustc' |
86 | 2024-01-17T04:13:23.598Z | info: downloading component 'rustfmt' |
87 | 2024-01-17T04:13:23.790Z | info: installing component 'cargo' |
88 | 2024-01-17T04:13:25.140Z | info: installing component 'clippy' |
89 | 2024-01-17T04:13:25.658Z | info: installing component 'rust-docs' |
90 | 2024-01-17T04:13:28.574Z | info: installing component 'rust-std' |
91 | 2024-01-17T04:13:31.054Z | info: installing component 'rustc' |
92 | 2024-01-17T04:13:37.398Z | info: installing component 'rustfmt' |
93 | 2024-01-17T04:13:37.952Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-17T04:13:37.957Z | + rustc --version |
95 | 2024-01-17T04:13:38.079Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-17T04:13:38.085Z | + source ./env.sh |
97 | 2024-01-17T04:13:38.088Z | ++ set -o xtrace |
98 | 2024-01-17T04:13:38.091Z | ++++ dirname ./env.sh |
99 | 2024-01-17T04:13:38.159Z | +++ cd . |
100 | 2024-01-17T04:13:38.573Z | +++ echo /work/oxidecomputer/omicron |
101 | 2024-01-17T04:13:38.573Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2024-01-17T04:13:38.573Z | ++ 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 | 2024-01-17T04:13:38.573Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-01-17T04:13:38.573Z | ++ 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 | 2024-01-17T04:13:38.574Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-01-17T04:13:38.574Z | ++ 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 | 2024-01-17T04:13:38.574Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-01-17T04:13:38.574Z | ++ 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 | 2024-01-17T04:13:38.574Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-01-17T04:13:38.574Z | ++ unset OMICRON_WS |
111 | 2024-01-17T04:13:38.575Z | ++ set +o xtrace |
112 | 2024-01-17T04:13:38.583Z | |
113 | 2024-01-17T04:13:38.583Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2024-01-17T04:13:38.584Z | # # # # # # # # # # # # # # # |
115 | 2024-01-17T04:13:38.584Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2024-01-17T04:13:38.584Z | ##### ##### # ##### # # # # # # # # # |
117 | 2024-01-17T04:13:38.584Z | # # # # # # # # # # # # # # # |
118 | 2024-01-17T04:13:38.584Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2024-01-17T04:13:38.585Z | |
120 | 2024-01-17T04:13:50.189Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2024-01-17T04:13:52.275Z | Startup: Caching catalogs ... Done |
122 | 2024-01-17T04:13:54.047Z | Planning: Solver setup ... Done (1.779s) |
123 | 2024-01-17T04:13:54.168Z | Planning: Running solver ... Done (0.050s) |
124 | 2024-01-17T04:13:54.188Z | Planning: Finding local manifests ... Done (0.002s) |
125 | 2024-01-17T04:13:54.188Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2024-01-17T04:13:54.438Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2024-01-17T04:13:54.615Z | Planning: Package planning ... Done (0.182s) |
128 | 2024-01-17T04:13:54.706Z | Planning: Merging actions ... Done (0.086s) |
129 | 2024-01-17T04:13:55.684Z | Planning: Checking for conflicting actions ... Done (0.980s) |
130 | 2024-01-17T04:13:55.696Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2024-01-17T04:14:00.980Z | Planning: Evaluating mediators ... Done (4.866s) |
132 | 2024-01-17T04:14:00.992Z | Planning: Planning completed in 8.66 seconds |
133 | 2024-01-17T04:14:03.934Z | Packages to install: 4 |
134 | 2024-01-17T04:14:03.934Z | Mediators to change: 2 |
135 | 2024-01-17T04:14:03.934Z | Services to change: 1 |
136 | 2024-01-17T04:14:03.948Z | Estimated space available: 148.87 GB |
137 | 2024-01-17T04:14:03.948Z | Estimated space to be consumed: 1.40 GB |
138 | 2024-01-17T04:14:03.948Z | Create boot environment: No |
139 | 2024-01-17T04:14:03.948Z | Create backup boot environment: No |
140 | 2024-01-17T04:14:03.948Z | Rebuild boot archive: No |
141 | 2024-01-17T04:14:03.948Z | |
142 | 2024-01-17T04:14:03.948Z | Changed mediators: |
143 | 2024-01-17T04:14:03.948Z | mediator clang: |
144 | 2024-01-17T04:14:03.949Z | version: None -> 15 (system default) |
145 | 2024-01-17T04:14:03.949Z | |
146 | 2024-01-17T04:14:03.949Z | mediator llvm: |
147 | 2024-01-17T04:14:03.949Z | version: 14 (system default) -> 15 (system default) |
148 | 2024-01-17T04:14:03.949Z | |
149 | 2024-01-17T04:14:03.949Z | Changed packages: |
150 | 2024-01-17T04:14:03.949Z | helios-dev |
151 | 2024-01-17T04:14:03.949Z | developer/build-essential |
152 | 2024-01-17T04:14:03.949Z | None -> 11-2.0 |
153 | 2024-01-17T04:14:03.949Z | library/libxmlsec1 |
154 | 2024-01-17T04:14:03.949Z | None -> 1.2.35-2.0 |
155 | 2024-01-17T04:14:03.950Z | ooce/developer/clang-15 |
156 | 2024-01-17T04:14:03.950Z | None -> 15.0.7-2.0 |
157 | 2024-01-17T04:14:03.950Z | ooce/developer/llvm-15 |
158 | 2024-01-17T04:14:03.950Z | None -> 15.0.7-2.0 |
159 | 2024-01-17T04:14:03.950Z | |
160 | 2024-01-17T04:14:03.950Z | Services: |
161 | 2024-01-17T04:14:03.950Z | restart_fmri: |
162 | 2024-01-17T04:14:03.950Z | svc:/system/update-man-index:default |
163 | 2024-01-17T04:14:03.950Z | |
164 | 2024-01-17T04:14:03.951Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2024-01-17T04:14:08.732Z | Download: 1286/3290 items 101.2/212.6MB 47% complete (20.6M/s) |
166 | 2024-01-17T04:14:13.730Z | Download: 3104/3290 items 126.1/212.6MB 59% complete (12.6M/s) |
167 | 2024-01-17T04:14:16.267Z | Download: Completed 212.60 MB in 12.54 seconds (16.9M/s) |
168 | 2024-01-17T04:14:17.043Z | Actions: 1/3689 actions (Installing new actions) |
169 | 2024-01-17T04:14:22.084Z | Actions: 3207/3689 actions (Installing new actions) |
170 | 2024-01-17T04:14:24.661Z | Actions: Completed 3689 actions in 7.58 seconds. |
171 | 2024-01-17T04:14:24.952Z | Done (0.241s) |
172 | 2024-01-17T04:14:24.952Z | Done (0.000s) |
173 | 2024-01-17T04:14:25.318Z | Done (0.308s) |
174 | 2024-01-17T04:14:32.573Z | Done (7.257s) |
175 | 2024-01-17T04:14:32.848Z | Done (0.131s) |
176 | 2024-01-17T04:14:33.326Z | Done (0.000s) |
177 | 2024-01-17T04:14:33.333Z | Done (0.000s) |
178 | 2024-01-17T04:14:33.800Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-01-17T04:14:34.101Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-01-17T04:14:34.135Z | Planning: Consolidating action changes ... Done |
181 | 2024-01-17T04:14:34.568Z | Planning: Evaluating mediators ... Done |
182 | 2024-01-17T04:14:34.690Z | Planning: Planning completed in 0.74 seconds |
183 | 2024-01-17T04:14:34.714Z | Mediators to change: 2 |
184 | 2024-01-17T04:14:34.714Z | Create boot environment: No |
185 | 2024-01-17T04:14:34.714Z | Create backup boot environment: No |
186 | 2024-01-17T04:14:34.738Z | Done |
187 | 2024-01-17T04:14:34.738Z | Done |
188 | 2024-01-17T04:14:34.902Z | Done |
189 | 2024-01-17T04:14:40.964Z | Done |
190 | 2024-01-17T04:14:40.964Z | Done |
191 | 2024-01-17T04:14:40.964Z | Done |
192 | 2024-01-17T04:14:40.964Z | Done |
193 | 2024-01-17T04:14:41.933Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-01-17T04:14:41.943Z | Planning: Merging actions ... Done |
195 | 2024-01-17T04:14:42.266Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-01-17T04:14:42.280Z | Planning: Consolidating action changes ... Done |
197 | 2024-01-17T04:14:42.728Z | Planning: Evaluating mediators ... Done |
198 | 2024-01-17T04:14:42.786Z | Planning: Planning completed in 1.28 seconds |
199 | 2024-01-17T04:14:42.849Z | Packages to change: 1 |
200 | 2024-01-17T04:14:42.849Z | Mediators to change: 1 |
201 | 2024-01-17T04:14:42.859Z | Services to change: 1 |
202 | 2024-01-17T04:14:42.859Z | Create boot environment: No |
203 | 2024-01-17T04:14:42.859Z | Create backup boot environment: Yes |
204 | 2024-01-17T04:14:45.287Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-01-17T04:14:46.150Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2024-01-17T04:14:46.151Z | Done |
207 | 2024-01-17T04:14:46.151Z | Done |
208 | 2024-01-17T04:14:46.151Z | Done |
209 | 2024-01-17T04:14:50.980Z | Done |
210 | 2024-01-17T04:14:51.110Z | Done |
211 | 2024-01-17T04:14:51.133Z | Done |
212 | 2024-01-17T04:14:51.305Z | Done |
213 | 2024-01-17T04:14:51.881Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-01-17T04:14:51.882Z | clang system 15 system |
215 | 2024-01-17T04:14:51.882Z | csh system system illumos |
216 | 2024-01-17T04:14:51.882Z | ctags system system illumos |
217 | 2024-01-17T04:14:51.882Z | gcc vendor 12 vendor |
218 | 2024-01-17T04:14:51.882Z | gcc system 10 system |
219 | 2024-01-17T04:14:51.882Z | gcc system 7 system |
220 | 2024-01-17T04:14:51.882Z | go system 1.20 system |
221 | 2024-01-17T04:14:51.882Z | go system 1.19 system |
222 | 2024-01-17T04:14:51.882Z | llvm system 15 system |
223 | 2024-01-17T04:14:51.882Z | llvm system 14 system |
224 | 2024-01-17T04:14:51.882Z | mariadb system 10.6 system |
225 | 2024-01-17T04:14:51.883Z | mta vendor vendor dma |
226 | 2024-01-17T04:14:51.883Z | openjdk system 17 system |
227 | 2024-01-17T04:14:51.883Z | openjdk system 11 system |
228 | 2024-01-17T04:14:51.883Z | openjdk system 1.8 system |
229 | 2024-01-17T04:14:51.883Z | openssl vendor 3 vendor |
230 | 2024-01-17T04:14:51.883Z | perl system 5.36 system |
231 | 2024-01-17T04:14:51.884Z | postgresql system 15 system |
232 | 2024-01-17T04:14:51.885Z | postgresql system 13 system |
233 | 2024-01-17T04:14:51.885Z | python vendor 3 vendor |
234 | 2024-01-17T04:14:51.885Z | python system 2 system |
235 | 2024-01-17T04:14:51.885Z | python3 system 3.11 system |
236 | 2024-01-17T04:14:51.885Z | ruby system 3.0 system |
237 | 2024-01-17T04:14:51.885Z | words vendor vendor american-english |
238 | 2024-01-17T04:14:51.885Z | words system system australian-english |
239 | 2024-01-17T04:14:51.885Z | words system system british-english |
240 | 2024-01-17T04:14:51.885Z | words system system canadian-english |
241 | 2024-01-17T04:14:51.886Z | words system system french |
242 | 2024-01-17T04:14:51.886Z | words system system italian |
243 | 2024-01-17T04:14:51.886Z | words system system ngerman |
244 | 2024-01-17T04:14:51.886Z | words system system ogerman |
245 | 2024-01-17T04:14:51.886Z | words system system spanish |
246 | 2024-01-17T04:14:52.399Z | FMRI IFO |
247 | 2024-01-17T04:14:52.399Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-01-17T04:14:52.399Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-01-17T04:14:52.400Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-01-17T04:14:52.400Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-01-17T04:14:52.400Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-01-17T04:14:52.400Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-01-17T04:14:52.400Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-01-17T04:14:52.401Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-01-17T04:14:52.473Z | + set -o errexit |
256 | 2024-01-17T04:14:52.476Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-01-17T04:14:52.476Z | ++ cd ./tools |
258 | 2024-01-17T04:14:52.476Z | ++ pwd |
259 | 2024-01-17T04:14:52.476Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-01-17T04:14:52.481Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-01-17T04:14:52.481Z | + ARG0=ci_download_cockroachdb |
262 | 2024-01-17T04:14:52.481Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-01-17T04:14:52.485Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-01-17T04:14:52.485Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-01-17T04:14:52.485Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2024-01-17T04:14:52.486Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2024-01-17T04:14:52.486Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2024-01-17T04:14:52.486Z | + TARGET_DIR=out |
269 | 2024-01-17T04:14:52.486Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-01-17T04:14:52.486Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-01-17T04:14:52.486Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-01-17T04:14:52.486Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-01-17T04:14:52.486Z | + main |
274 | 2024-01-17T04:14:52.486Z | + [[ 0 != 0 ]] |
275 | 2024-01-17T04:14:52.486Z | + CIDL_OS=solaris2.11 |
276 | 2024-01-17T04:14:52.486Z | + [[ 0 != 0 ]] |
277 | 2024-01-17T04:14:52.486Z | + configure_os solaris2.11 |
278 | 2024-01-17T04:14:52.488Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-01-17T04:14:52.488Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-01-17T04:14:52.488Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-01-17T04:14:52.488Z | + case "$1" in |
282 | 2024-01-17T04:14:52.488Z | configuring based on OS: "solaris2.11" |
283 | 2024-01-17T04:14:52.488Z | + CIDL_BUILD=illumos |
284 | 2024-01-17T04:14:52.488Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-01-17T04:14:52.488Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2024-01-17T04:14:52.488Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2024-01-17T04:14:52.488Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2024-01-17T04:14:52.488Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2024-01-17T04:14:52.489Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2024-01-17T04:14:52.489Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-01-17T04:14:52.489Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-01-17T04:14:52.489Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-01-17T04:14:52.489Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-17T04:14:52.489Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-01-17T04:14:52.489Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-01-17T04:14:52.489Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-01-17T04:14:52.489Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-01-17T04:14:52.489Z | + mkdir -p out/downloads |
299 | 2024-01-17T04:14:52.494Z | + mkdir -p ./out/cockroachdb |
300 | 2024-01-17T04:14:52.494Z | + local DO_DOWNLOAD=true |
301 | 2024-01-17T04:14:52.495Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-01-17T04:14:52.495Z | + '[' true == true ']' |
303 | 2024-01-17T04:14:52.495Z | + echo Downloading... |
304 | 2024-01-17T04:14:52.495Z | Downloading... |
305 | 2024-01-17T04:14:52.495Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-01-17T04:14:52.496Z | + 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 |
307 | 2024-01-17T04:14:54.359Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-01-17T04:14:54.367Z | ++ md5sum |
309 | 2024-01-17T04:14:54.367Z | ++ awk '{print $1}' |
310 | 2024-01-17T04:14:54.582Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2024-01-17T04:14:54.583Z | + [[ 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 ]] |
312 | 2024-01-17T04:14:54.583Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-01-17T04:14:54.609Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-01-17T04:14:58.034Z | + do_assemble_illumos |
315 | 2024-01-17T04:14:58.034Z | + rm -r ./out/cockroachdb |
316 | 2024-01-17T04:14:58.046Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-01-17T04:14:58.615Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-01-17T04:14:58.913Z | Build Tag: v22.1.9-dirty |
319 | 2024-01-17T04:14:58.913Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-01-17T04:14:58.913Z | Distribution: OSS |
321 | 2024-01-17T04:14:58.913Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-01-17T04:14:58.914Z | Go Version: go1.17.13 |
323 | 2024-01-17T04:14:58.914Z | C Compiler: gcc 10.3.0 |
324 | 2024-01-17T04:14:58.914Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-01-17T04:14:58.914Z | Build Type: release |
326 | 2024-01-17T04:14:58.931Z | + set -o errexit |
327 | 2024-01-17T04:14:58.931Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-01-17T04:14:58.931Z | ++ cd ./tools |
329 | 2024-01-17T04:14:58.931Z | ++ pwd |
330 | 2024-01-17T04:14:58.931Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-01-17T04:14:58.931Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-01-17T04:14:58.932Z | + ARG0=ci_download_clickhouse |
333 | 2024-01-17T04:14:58.932Z | + TARGET_DIR=out |
334 | 2024-01-17T04:14:58.932Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-01-17T04:14:58.932Z | + DEST_DIR=./out/clickhouse |
336 | 2024-01-17T04:14:58.932Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2024-01-17T04:14:58.932Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-01-17T04:14:58.932Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2024-01-17T04:14:58.933Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2024-01-17T04:14:58.933Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-01-17T04:14:58.933Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-01-17T04:14:58.933Z | + main |
343 | 2024-01-17T04:14:58.933Z | + [[ 0 != 0 ]] |
344 | 2024-01-17T04:14:58.933Z | + CIDL_OS=solaris2.11 |
345 | 2024-01-17T04:14:58.933Z | + [[ 0 != 0 ]] |
346 | 2024-01-17T04:14:58.933Z | + configure_os solaris2.11 |
347 | 2024-01-17T04:14:58.934Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-01-17T04:14:58.935Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-01-17T04:14:58.936Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-01-17T04:14:58.936Z | + CIDL_DASHREV= |
351 | 2024-01-17T04:14:58.936Z | + case "$1" in |
352 | 2024-01-17T04:14:58.936Z | configuring based on OS: "solaris2.11" |
353 | 2024-01-17T04:14:58.936Z | + CIDL_PLATFORM=illumos |
354 | 2024-01-17T04:14:58.937Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-01-17T04:14:58.937Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-01-17T04:14:58.937Z | + CIDL_DASHREV=-1 |
357 | 2024-01-17T04:14:58.937Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2024-01-17T04:14:58.937Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-01-17T04:14:58.938Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-01-17T04:14:58.938Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-01-17T04:14:58.938Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2024-01-17T04:14:58.938Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-01-17T04:14:58.939Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2024-01-17T04:14:58.939Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-01-17T04:14:58.939Z | + mkdir -p out/downloads |
366 | 2024-01-17T04:14:58.939Z | + mkdir -p ./out/clickhouse |
367 | 2024-01-17T04:14:58.940Z | + local DO_DOWNLOAD=true |
368 | 2024-01-17T04:14:58.940Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2024-01-17T04:14:58.940Z | + '[' true == true ']' |
370 | 2024-01-17T04:14:58.940Z | + echo Downloading... |
371 | 2024-01-17T04:14:58.942Z | Downloading... |
372 | 2024-01-17T04:14:58.942Z | + 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 |
373 | 2024-01-17T04:14:58.943Z | + 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 |
374 | 2024-01-17T04:15:00.822Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-01-17T04:15:00.841Z | ++ md5sum |
376 | 2024-01-17T04:15:00.841Z | ++ awk '{print $1}' |
377 | 2024-01-17T04:15:01.104Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2024-01-17T04:15:01.104Z | + [[ 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 ]] |
379 | 2024-01-17T04:15:01.104Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2024-01-17T04:15:01.115Z | + mkdir -p ./out/clickhouse |
381 | 2024-01-17T04:15:01.115Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-01-17T04:15:06.458Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-01-17T04:15:06.478Z | ClickHouse server version 22.8.9.1. |
384 | 2024-01-17T04:15:06.478Z | + set -o errexit |
385 | 2024-01-17T04:15:06.478Z | +++ dirname ./tools/ci_download_console |
386 | 2024-01-17T04:15:06.478Z | ++ cd ./tools |
387 | 2024-01-17T04:15:06.479Z | ++ pwd |
388 | 2024-01-17T04:15:06.479Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-01-17T04:15:06.479Z | ++ basename ./tools/ci_download_console |
390 | 2024-01-17T04:15:06.479Z | + ARG0=ci_download_console |
391 | 2024-01-17T04:15:06.480Z | + TARGET_DIR=out |
392 | 2024-01-17T04:15:06.480Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-01-17T04:15:06.480Z | + DEST_DIR=./out/console-assets |
394 | 2024-01-17T04:15:06.480Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-01-17T04:15:06.480Z | ++ COMMIT=367142c5ed711e6dcfc59586277775020625bd6a |
396 | 2024-01-17T04:15:06.480Z | ++ SHA2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
397 | 2024-01-17T04:15:06.482Z | + URL=https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
398 | 2024-01-17T04:15:06.482Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-01-17T04:15:06.482Z | + main |
400 | 2024-01-17T04:15:06.482Z | + [[ 0 != 0 ]] |
401 | 2024-01-17T04:15:06.482Z | + echo 'URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz' |
402 | 2024-01-17T04:15:06.483Z | URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
403 | 2024-01-17T04:15:06.483Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-01-17T04:15:06.483Z | Local file: out/downloads/console.tar.gz |
405 | 2024-01-17T04:15:06.483Z | + local DO_DOWNLOAD=true |
406 | 2024-01-17T04:15:06.483Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-01-17T04:15:06.484Z | + mkdir -p out/downloads |
408 | 2024-01-17T04:15:06.484Z | + '[' true == true ']' |
409 | 2024-01-17T04:15:06.484Z | + echo Downloading... |
410 | 2024-01-17T04:15:06.484Z | Downloading... |
411 | 2024-01-17T04:15:06.484Z | + do_download_curl https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz out/downloads/console.tar.gz |
412 | 2024-01-17T04:15:06.484Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
413 | 2024-01-17T04:15:06.735Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-01-17T04:15:06.744Z | ++ case "$OSTYPE" in |
415 | 2024-01-17T04:15:06.744Z | ++ SHA=sha256sum |
416 | 2024-01-17T04:15:06.744Z | ++ sha256sum |
417 | 2024-01-17T04:15:06.745Z | ++ awk '{print $1}' |
418 | 2024-01-17T04:15:06.799Z | + calculated_sha2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
419 | 2024-01-17T04:15:06.799Z | + [[ 7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 != \7\e\0\6\1\1\6\5\9\5\0\f\c\0\6\4\8\1\1\c\c\5\f\2\6\d\7\b\7\b\d\1\0\2\c\0\d\f\6\3\7\9\7\e\f\0\5\c\f\7\3\d\7\3\7\c\2\f\d\c\e\b\8\7 ]] |
420 | 2024-01-17T04:15:06.799Z | + rm -rf ./out/console-assets |
421 | 2024-01-17T04:15:06.811Z | + mkdir -p ./out/console-assets |
422 | 2024-01-17T04:15:06.811Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-01-17T04:15:06.811Z | + mkdir -p ./out/console-assets |
424 | 2024-01-17T04:15:06.811Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-01-17T04:15:06.944Z | + set -o errexit |
426 | 2024-01-17T04:15:06.958Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2024-01-17T04:15:06.958Z | ++ cd ./tools |
428 | 2024-01-17T04:15:06.958Z | ++ pwd |
429 | 2024-01-17T04:15:06.958Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-01-17T04:15:06.958Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2024-01-17T04:15:06.959Z | + ARG0=ci_download_maghemite_openapi |
432 | 2024-01-17T04:15:06.959Z | + TARGET_DIR=out |
433 | 2024-01-17T04:15:06.959Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-01-17T04:15:06.960Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2024-01-17T04:15:06.960Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
436 | 2024-01-17T04:15:06.960Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2024-01-17T04:15:06.960Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
438 | 2024-01-17T04:15:06.960Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
439 | 2024-01-17T04:15:06.960Z | + main |
440 | 2024-01-17T04:15:06.960Z | + [[ 0 != 0 ]] |
441 | 2024-01-17T04:15:06.960Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
442 | 2024-01-17T04:15:06.960Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
443 | 2024-01-17T04:15:06.960Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
444 | 2024-01-17T04:15:06.961Z | + local DO_DOWNLOAD=true |
445 | 2024-01-17T04:15:06.961Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2024-01-17T04:15:06.961Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
447 | 2024-01-17T04:15:06.961Z | + mkdir -p out/downloads |
448 | 2024-01-17T04:15:06.961Z | + '[' true == true ']' |
449 | 2024-01-17T04:15:06.961Z | + echo Downloading... |
450 | 2024-01-17T04:15:06.961Z | Downloading... |
451 | 2024-01-17T04:15:06.962Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2024-01-17T04:15:06.962Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
453 | 2024-01-17T04:15:07.361Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2024-01-17T04:15:07.361Z | ++ case "$OSTYPE" in |
455 | 2024-01-17T04:15:07.370Z | ++ SHA=sha256sum |
456 | 2024-01-17T04:15:07.370Z | ++ sha256sum |
457 | 2024-01-17T04:15:07.370Z | ++ awk '{print $1}' |
458 | 2024-01-17T04:15:07.370Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
459 | 2024-01-17T04:15:07.370Z | + [[ 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 ]] |
460 | 2024-01-17T04:15:07.370Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2024-01-17T04:15:07.371Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
462 | 2024-01-17T04:15:07.371Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
463 | 2024-01-17T04:15:07.371Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
464 | 2024-01-17T04:15:07.371Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2024-01-17T04:15:07.371Z | + main |
466 | 2024-01-17T04:15:07.371Z | + [[ 0 != 0 ]] |
467 | 2024-01-17T04:15:07.372Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
468 | 2024-01-17T04:15:07.372Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
469 | 2024-01-17T04:15:07.372Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
470 | 2024-01-17T04:15:07.372Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
471 | 2024-01-17T04:15:07.372Z | + local DO_DOWNLOAD=true |
472 | 2024-01-17T04:15:07.373Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
473 | 2024-01-17T04:15:07.373Z | + mkdir -p out/downloads |
474 | 2024-01-17T04:15:07.373Z | + '[' true == true ']' |
475 | 2024-01-17T04:15:07.373Z | + echo Downloading... |
476 | 2024-01-17T04:15:07.373Z | Downloading... |
477 | 2024-01-17T04:15:07.373Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
478 | 2024-01-17T04:15:07.373Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
479 | 2024-01-17T04:15:07.598Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
480 | 2024-01-17T04:15:07.647Z | ++ case "$OSTYPE" in |
481 | 2024-01-17T04:15:07.647Z | ++ SHA=sha256sum |
482 | 2024-01-17T04:15:07.647Z | ++ sha256sum |
483 | 2024-01-17T04:15:07.647Z | ++ awk '{print $1}' |
484 | 2024-01-17T04:15:07.647Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
485 | 2024-01-17T04:15:07.648Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
486 | 2024-01-17T04:15:07.648Z | + set -o errexit |
487 | 2024-01-17T04:15:07.648Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2024-01-17T04:15:07.648Z | ++ cd ./tools |
489 | 2024-01-17T04:15:07.648Z | ++ pwd |
490 | 2024-01-17T04:15:07.648Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2024-01-17T04:15:07.649Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2024-01-17T04:15:07.649Z | + ARG0=ci_download_dendrite_openapi |
493 | 2024-01-17T04:15:07.649Z | + TARGET_DIR=out |
494 | 2024-01-17T04:15:07.649Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-01-17T04:15:07.649Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2024-01-17T04:15:07.649Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
497 | 2024-01-17T04:15:07.652Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2024-01-17T04:15:07.652Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
499 | 2024-01-17T04:15:07.652Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
500 | 2024-01-17T04:15:07.652Z | + main |
501 | 2024-01-17T04:15:07.652Z | + [[ 0 != 0 ]] |
502 | 2024-01-17T04:15:07.652Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
503 | 2024-01-17T04:15:07.653Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
504 | 2024-01-17T04:15:07.653Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
505 | 2024-01-17T04:15:07.653Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
506 | 2024-01-17T04:15:07.653Z | + local DO_DOWNLOAD=true |
507 | 2024-01-17T04:15:07.653Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
508 | 2024-01-17T04:15:07.653Z | + mkdir -p out/downloads |
509 | 2024-01-17T04:15:07.653Z | + '[' true == true ']' |
510 | 2024-01-17T04:15:07.654Z | + echo Downloading... |
511 | 2024-01-17T04:15:07.654Z | Downloading... |
512 | 2024-01-17T04:15:07.654Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
513 | 2024-01-17T04:15:07.654Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
514 | 2024-01-17T04:15:07.849Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
515 | 2024-01-17T04:15:07.849Z | ++ case "$OSTYPE" in |
516 | 2024-01-17T04:15:07.853Z | ++ SHA=sha256sum |
517 | 2024-01-17T04:15:07.853Z | ++ sha256sum |
518 | 2024-01-17T04:15:07.853Z | ++ awk '{print $1}' |
519 | 2024-01-17T04:15:07.866Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
520 | 2024-01-17T04:15:07.866Z | + [[ 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 ]] |
521 | 2024-01-17T04:15:07.870Z | + set -o errexit |
522 | 2024-01-17T04:15:07.870Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2024-01-17T04:15:07.870Z | ++ cd ./tools |
524 | 2024-01-17T04:15:07.871Z | ++ pwd |
525 | 2024-01-17T04:15:07.871Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-01-17T04:15:07.874Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2024-01-17T04:15:07.874Z | + ARG0=ci_download_dendrite_stub |
528 | 2024-01-17T04:15:07.874Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2024-01-17T04:15:07.874Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
530 | 2024-01-17T04:15:07.874Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
531 | 2024-01-17T04:15:07.874Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
532 | 2024-01-17T04:15:07.874Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2024-01-17T04:15:07.874Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
534 | 2024-01-17T04:15:07.874Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
535 | 2024-01-17T04:15:07.874Z | + TARGET_DIR=out |
536 | 2024-01-17T04:15:07.874Z | + DOWNLOAD_DIR=out/downloads |
537 | 2024-01-17T04:15:07.874Z | + DEST_DIR=./out/dendrite-stub |
538 | 2024-01-17T04:15:07.874Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2024-01-17T04:15:07.874Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2024-01-17T04:15:07.874Z | + REPO=oxidecomputer/dendrite |
541 | 2024-01-17T04:15:07.874Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
542 | 2024-01-17T04:15:07.880Z | + main |
543 | 2024-01-17T04:15:07.880Z | + [[ 0 != 0 ]] |
544 | 2024-01-17T04:15:07.880Z | + CIDL_OS=solaris2.11 |
545 | 2024-01-17T04:15:07.883Z | + [[ 0 != 0 ]] |
546 | 2024-01-17T04:15:07.884Z | + configure_os solaris2.11 |
547 | 2024-01-17T04:15:07.884Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-01-17T04:15:07.884Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-01-17T04:15:07.884Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-01-17T04:15:07.884Z | configuring based on OS: "solaris2.11" |
551 | 2024-01-17T04:15:07.884Z | + case "$1" in |
552 | 2024-01-17T04:15:07.884Z | + SET_BINARIES= |
553 | 2024-01-17T04:15:07.884Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
554 | 2024-01-17T04:15:07.884Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2024-01-17T04:15:07.884Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2024-01-17T04:15:07.884Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
557 | 2024-01-17T04:15:07.884Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2024-01-17T04:15:07.884Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
559 | 2024-01-17T04:15:07.884Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
560 | 2024-01-17T04:15:07.884Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
561 | 2024-01-17T04:15:07.884Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2024-01-17T04:15:07.884Z | + mkdir -p out/downloads |
563 | 2024-01-17T04:15:07.884Z | + mkdir -p ./out/dendrite-stub |
564 | 2024-01-17T04:15:07.888Z | + fetch_and_verify |
565 | 2024-01-17T04:15:07.888Z | + local DO_DOWNLOAD=true |
566 | 2024-01-17T04:15:07.888Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2024-01-17T04:15:07.888Z | + '[' true == true ']' |
568 | 2024-01-17T04:15:07.888Z | Downloading... |
569 | 2024-01-17T04:15:07.888Z | + echo Downloading... |
570 | 2024-01-17T04:15:07.889Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-01-17T04:15:07.889Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
572 | 2024-01-17T04:15:16.998Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2024-01-17T04:15:17.003Z | ++ sha256sum |
574 | 2024-01-17T04:15:17.003Z | ++ awk '{print $1}' |
575 | 2024-01-17T04:15:17.100Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
576 | 2024-01-17T04:15:17.100Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
577 | 2024-01-17T04:15:17.100Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2024-01-17T04:15:17.105Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2024-01-17T04:15:18.205Z | + do_assemble |
580 | 2024-01-17T04:15:18.205Z | + rm -r ./out/dendrite-stub |
581 | 2024-01-17T04:15:18.209Z | + mkdir ./out/dendrite-stub |
582 | 2024-01-17T04:15:18.209Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2024-01-17T04:15:18.363Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2024-01-17T04:15:18.384Z | + set -o errexit |
585 | 2024-01-17T04:15:19.283Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2024-01-17T04:15:19.283Z | ++ cd ./tools |
587 | 2024-01-17T04:15:19.284Z | ++ pwd |
588 | 2024-01-17T04:15:19.284Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-01-17T04:15:19.284Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2024-01-17T04:15:19.284Z | + ARG0=ci_download_maghemite_mgd |
591 | 2024-01-17T04:15:19.284Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2024-01-17T04:15:19.285Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
593 | 2024-01-17T04:15:19.285Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
594 | 2024-01-17T04:15:19.285Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2024-01-17T04:15:19.285Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
596 | 2024-01-17T04:15:19.285Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
597 | 2024-01-17T04:15:19.285Z | + TARGET_DIR=out |
598 | 2024-01-17T04:15:19.285Z | + DOWNLOAD_DIR=out/downloads |
599 | 2024-01-17T04:15:19.285Z | + DEST_DIR=./out/mgd |
600 | 2024-01-17T04:15:19.285Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2024-01-17T04:15:19.285Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-01-17T04:15:19.285Z | + REPO=oxidecomputer/maghemite |
603 | 2024-01-17T04:15:19.286Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
604 | 2024-01-17T04:15:19.286Z | + main |
605 | 2024-01-17T04:15:19.287Z | + [[ 0 != 0 ]] |
606 | 2024-01-17T04:15:19.287Z | + CIDL_OS=solaris2.11 |
607 | 2024-01-17T04:15:19.287Z | + [[ 0 != 0 ]] |
608 | 2024-01-17T04:15:19.287Z | + configure_os solaris2.11 |
609 | 2024-01-17T04:15:19.287Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-01-17T04:15:19.288Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-01-17T04:15:19.288Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-01-17T04:15:19.288Z | + case "$1" in |
613 | 2024-01-17T04:15:19.288Z | configuring based on OS: "solaris2.11" |
614 | 2024-01-17T04:15:19.289Z | + SET_BINARIES= |
615 | 2024-01-17T04:15:19.289Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-01-17T04:15:19.289Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2024-01-17T04:15:19.289Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
618 | 2024-01-17T04:15:19.289Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2024-01-17T04:15:19.289Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
620 | 2024-01-17T04:15:19.290Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
621 | 2024-01-17T04:15:19.290Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2024-01-17T04:15:19.290Z | Local file: out/downloads/mgd.tar.gz |
623 | 2024-01-17T04:15:19.290Z | + mkdir -p out/downloads |
624 | 2024-01-17T04:15:19.290Z | + mkdir -p ./out/mgd |
625 | 2024-01-17T04:15:19.290Z | + fetch_and_verify |
626 | 2024-01-17T04:15:19.291Z | + local DO_DOWNLOAD=true |
627 | 2024-01-17T04:15:19.291Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2024-01-17T04:15:19.291Z | + '[' true == true ']' |
629 | 2024-01-17T04:15:19.291Z | + echo Downloading... |
630 | 2024-01-17T04:15:19.291Z | Downloading... |
631 | 2024-01-17T04:15:19.293Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2024-01-17T04:15:19.293Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
633 | 2024-01-17T04:15:25.069Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2024-01-17T04:15:25.074Z | ++ sha256sum |
635 | 2024-01-17T04:15:25.074Z | ++ awk '{print $1}' |
636 | 2024-01-17T04:15:25.197Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
637 | 2024-01-17T04:15:25.197Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
638 | 2024-01-17T04:15:25.212Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2024-01-17T04:15:25.212Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2024-01-17T04:15:25.817Z | + do_assemble |
641 | 2024-01-17T04:15:25.817Z | + rm -r ./out/mgd |
642 | 2024-01-17T04:15:25.826Z | + mkdir ./out/mgd |
643 | 2024-01-17T04:15:25.826Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2024-01-17T04:15:26.046Z | + set -o errexit |
645 | 2024-01-17T04:15:26.058Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2024-01-17T04:15:26.058Z | ++ cd ./tools |
647 | 2024-01-17T04:15:26.059Z | ++ pwd |
648 | 2024-01-17T04:15:26.059Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2024-01-17T04:15:26.059Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2024-01-17T04:15:26.059Z | + ARG0=ci_download_transceiver_control |
651 | 2024-01-17T04:15:26.059Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2024-01-17T04:15:26.059Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-01-17T04:15:26.061Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-01-17T04:15:26.061Z | + TARGET_DIR=out |
655 | 2024-01-17T04:15:26.061Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-01-17T04:15:26.061Z | + DEST_DIR=./out/transceiver-control |
657 | 2024-01-17T04:15:26.062Z | + BIN_DIR=/opt/oxide/bin |
658 | 2024-01-17T04:15:26.062Z | + BINARY=xcvradm |
659 | 2024-01-17T04:15:26.062Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2024-01-17T04:15:26.062Z | + REPO=oxidecomputer/transceiver-control |
661 | 2024-01-17T04:15:26.063Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2024-01-17T04:15:26.063Z | + main |
663 | 2024-01-17T04:15:26.073Z | + [[ 0 != 0 ]] |
664 | 2024-01-17T04:15:26.073Z | + CIDL_OS=solaris2.11 |
665 | 2024-01-17T04:15:26.073Z | + [[ 0 != 0 ]] |
666 | 2024-01-17T04:15:26.073Z | + configure_os solaris2.11 |
667 | 2024-01-17T04:15:26.074Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-01-17T04:15:26.074Z | current directory: /work/oxidecomputer/omicron |
669 | 2024-01-17T04:15:26.074Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2024-01-17T04:15:26.074Z | configuring based on OS: "solaris2.11" |
671 | 2024-01-17T04:15:26.074Z | + case "$1" in |
672 | 2024-01-17T04:15:26.075Z | + SET_BINARIES= |
673 | 2024-01-17T04:15:26.075Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-01-17T04:15:26.075Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2024-01-17T04:15:26.075Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2024-01-17T04:15:26.075Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-01-17T04:15:26.076Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2024-01-17T04:15:26.076Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2024-01-17T04:15:26.077Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2024-01-17T04:15:26.077Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-01-17T04:15:26.078Z | Local file: out/downloads/xcvradm.gz |
682 | 2024-01-17T04:15:26.078Z | + mkdir -p out/downloads |
683 | 2024-01-17T04:15:26.078Z | + mkdir -p ./out/transceiver-control |
684 | 2024-01-17T04:15:26.079Z | + fetch_and_verify |
685 | 2024-01-17T04:15:26.079Z | + local DO_DOWNLOAD=true |
686 | 2024-01-17T04:15:26.079Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2024-01-17T04:15:26.082Z | + '[' true == true ']' |
688 | 2024-01-17T04:15:26.082Z | + echo Downloading... |
689 | 2024-01-17T04:15:26.082Z | Downloading... |
690 | 2024-01-17T04:15:26.083Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2024-01-17T04:15:26.083Z | + 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 |
692 | 2024-01-17T04:15:28.179Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2024-01-17T04:15:28.184Z | ++ sha256sum |
694 | 2024-01-17T04:15:28.184Z | ++ awk '{print $1}' |
695 | 2024-01-17T04:15:28.205Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2024-01-17T04:15:28.205Z | + [[ 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 ]] |
697 | 2024-01-17T04:15:28.209Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2024-01-17T04:15:28.209Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2024-01-17T04:15:28.209Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2024-01-17T04:15:28.390Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2024-01-17T04:15:28.394Z | + do_assemble |
702 | 2024-01-17T04:15:28.394Z | + rm -r ./out/transceiver-control |
703 | 2024-01-17T04:15:28.397Z | + mkdir ./out/transceiver-control |
704 | 2024-01-17T04:15:28.400Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2024-01-17T04:15:28.835Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2024-01-17T04:15:28.839Z | |
707 | 2024-01-17T04:15:28.839Z | real 1:50.565330422 |
708 | 2024-01-17T04:15:28.840Z | user 51.861387909 |
709 | 2024-01-17T04:15:28.840Z | sys 10.066008012 |
710 | 2024-01-17T04:15:28.840Z | trap 0.022387100 |
711 | 2024-01-17T04:15:28.840Z | tflt 0.249938510 |
712 | 2024-01-17T04:15:28.840Z | dflt 0.467279580 |
713 | 2024-01-17T04:15:28.840Z | kflt 0.208634856 |
714 | 2024-01-17T04:15:28.840Z | lock 2.082389615 |
715 | 2024-01-17T04:15:28.840Z | slp 3:24.005740542 |
716 | 2024-01-17T04:15:28.840Z | lat 3.306177077 |
717 | 2024-01-17T04:15:28.840Z | stop 0.067820161 |
718 | 2024-01-17T04:15:28.841Z | |
719 | 2024-01-17T04:15:28.841Z | #### # # ##### ##### # # |
720 | 2024-01-17T04:15:28.841Z | # # # # # # # # # # |
721 | 2024-01-17T04:15:28.841Z | # # # # # # # # |
722 | 2024-01-17T04:15:28.841Z | # # # ##### ##### # |
723 | 2024-01-17T04:15:28.841Z | # # # # # # # |
724 | 2024-01-17T04:15:28.841Z | #### ###### # # # # |
725 | 2024-01-17T04:15:28.844Z | |
726 | 2024-01-17T04:15:29.264Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-01-17T04:15:29.540Z | Updating crates.io index |
728 | 2024-01-17T04:15:29.622Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-01-17T04:15:30.441Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-01-17T04:15:32.686Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-01-17T04:15:33.386Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-01-17T04:15:33.696Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-01-17T04:15:33.961Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-01-17T04:15:34.233Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-01-17T04:15:35.322Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-01-17T04:15:37.651Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-01-17T04:15:38.627Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-01-17T04:15:38.989Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-01-17T04:15:39.617Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-01-17T04:15:40.029Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-01-17T04:15:40.331Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-01-17T04:15:40.645Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-01-17T04:15:41.056Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-01-17T04:15:41.360Z | Updating git repository `https://github.com/njaremko/samael` |
745 | 2024-01-17T04:15:41.947Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-01-17T04:15:42.589Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2024-01-17T04:15:42.993Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-01-17T04:15:43.728Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-01-17T04:15:44.554Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-01-17T04:15:45.102Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-01-17T04:15:49.873Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-01-17T04:15:50.310Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-01-17T04:15:50.654Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-01-17T04:15:52.394Z | Downloading crates ... |
755 | 2024-01-17T04:15:52.671Z | Downloaded colorchoice v1.0.0 |
756 | 2024-01-17T04:15:52.679Z | Downloaded quote v1.0.35 |
757 | 2024-01-17T04:15:53.109Z | Downloaded equivalent v1.0.1 |
758 | 2024-01-17T04:15:53.109Z | Downloaded camino v1.1.6 |
759 | 2024-01-17T04:15:53.109Z | Downloaded strsim v0.10.0 |
760 | 2024-01-17T04:15:53.530Z | Downloaded cargo-platform v0.1.3 |
761 | 2024-01-17T04:15:53.530Z | Downloaded itoa v1.0.9 |
762 | 2024-01-17T04:15:53.530Z | Downloaded clap_lex v0.5.1 |
763 | 2024-01-17T04:15:53.530Z | Downloaded serde_spanned v0.6.4 |
764 | 2024-01-17T04:15:53.530Z | Downloaded utf8parse v0.2.1 |
765 | 2024-01-17T04:15:53.530Z | Downloaded anstyle-query v1.0.0 |
766 | 2024-01-17T04:15:53.530Z | Downloaded anstream v0.5.0 |
767 | 2024-01-17T04:15:53.530Z | Downloaded thiserror v1.0.49 |
768 | 2024-01-17T04:15:53.530Z | Downloaded thiserror-impl v1.0.49 |
769 | 2024-01-17T04:15:53.532Z | Downloaded cargo_metadata v0.18.1 |
770 | 2024-01-17T04:15:53.532Z | Downloaded clap_derive v4.4.2 |
771 | 2024-01-17T04:15:53.533Z | Downloaded terminal_size v0.2.6 |
772 | 2024-01-17T04:15:53.533Z | Downloaded errno v0.3.2 |
773 | 2024-01-17T04:15:53.533Z | Downloaded bitflags v1.3.2 |
774 | 2024-01-17T04:15:53.533Z | Downloaded io-lifetimes v1.0.11 |
775 | 2024-01-17T04:15:53.533Z | Downloaded serde_derive v1.0.195 |
776 | 2024-01-17T04:15:53.533Z | Downloaded semver v1.0.21 |
777 | 2024-01-17T04:15:53.533Z | Downloaded anstyle-parse v0.2.1 |
778 | 2024-01-17T04:15:53.533Z | Downloaded unicode-ident v1.0.12 |
779 | 2024-01-17T04:15:53.533Z | Downloaded anyhow v1.0.75 |
780 | 2024-01-17T04:15:53.533Z | Downloaded clap v4.4.3 |
781 | 2024-01-17T04:15:53.533Z | Downloaded toml v0.8.8 |
782 | 2024-01-17T04:15:53.533Z | Downloaded toml_edit v0.21.0 |
783 | 2024-01-17T04:15:53.535Z | Downloaded memchr v2.6.3 |
784 | 2024-01-17T04:15:53.535Z | Downloaded hashbrown v0.14.2 |
785 | 2024-01-17T04:15:53.535Z | Downloaded winnow v0.5.15 |
786 | 2024-01-17T04:15:53.535Z | Downloaded syn v2.0.46 |
787 | 2024-01-17T04:15:53.535Z | Downloaded rustix v0.37.23 |
788 | 2024-01-17T04:15:53.535Z | Downloaded clap_builder v4.4.2 |
789 | 2024-01-17T04:15:53.535Z | Downloaded libc v0.2.152 |
790 | 2024-01-17T04:15:53.535Z | Downloaded serde_json v1.0.111 |
791 | 2024-01-17T04:15:53.535Z | Downloaded serde v1.0.195 |
792 | 2024-01-17T04:15:53.535Z | Downloaded indexmap v2.1.0 |
793 | 2024-01-17T04:15:53.535Z | Downloaded proc-macro2 v1.0.74 |
794 | 2024-01-17T04:15:53.535Z | Downloaded ryu v1.0.15 |
795 | 2024-01-17T04:15:53.535Z | Downloaded cargo_toml v0.18.0 |
796 | 2024-01-17T04:15:53.535Z | Downloaded anstyle v1.0.2 |
797 | 2024-01-17T04:15:53.536Z | Downloaded heck v0.4.1 |
798 | 2024-01-17T04:15:53.536Z | Downloaded toml_datetime v0.6.5 |
799 | 2024-01-17T04:15:53.547Z | Compiling proc-macro2 v1.0.74 |
800 | 2024-01-17T04:15:53.547Z | Compiling unicode-ident v1.0.12 |
801 | 2024-01-17T04:15:53.547Z | Compiling serde v1.0.195 |
802 | 2024-01-17T04:15:53.547Z | Compiling libc v0.2.152 |
803 | 2024-01-17T04:15:53.547Z | Compiling io-lifetimes v1.0.11 |
804 | 2024-01-17T04:15:53.547Z | Compiling rustix v0.37.23 |
805 | 2024-01-17T04:15:53.547Z | Compiling hashbrown v0.14.2 |
806 | 2024-01-17T04:15:53.547Z | Compiling utf8parse v0.2.1 |
807 | 2024-01-17T04:15:53.547Z | Compiling equivalent v1.0.1 |
808 | 2024-01-17T04:15:53.547Z | Compiling bitflags v1.3.2 |
809 | 2024-01-17T04:15:53.615Z | Compiling anstyle-parse v0.2.1 |
810 | 2024-01-17T04:15:53.632Z | Compiling thiserror v1.0.49 |
811 | 2024-01-17T04:15:54.054Z | Compiling colorchoice v1.0.0 |
812 | 2024-01-17T04:15:54.209Z | Compiling winnow v0.5.15 |
813 | 2024-01-17T04:15:54.701Z | Compiling semver v1.0.21 |
814 | 2024-01-17T04:15:54.807Z | Compiling indexmap v2.1.0 |
815 | 2024-01-17T04:15:54.878Z | Compiling serde_json v1.0.111 |
816 | 2024-01-17T04:15:54.947Z | Compiling anstyle-query v1.0.0 |
817 | 2024-01-17T04:15:55.043Z | Compiling anstyle v1.0.2 |
818 | 2024-01-17T04:15:55.115Z | Compiling camino v1.1.6 |
819 | 2024-01-17T04:15:55.627Z | Compiling anstream v0.5.0 |
820 | 2024-01-17T04:15:55.677Z | Compiling strsim v0.10.0 |
821 | 2024-01-17T04:15:55.786Z | Compiling anyhow v1.0.75 |
822 | 2024-01-17T04:15:56.137Z | Compiling quote v1.0.35 |
823 | 2024-01-17T04:15:56.716Z | Compiling syn v2.0.46 |
824 | 2024-01-17T04:15:56.732Z | Compiling ryu v1.0.15 |
825 | 2024-01-17T04:15:56.770Z | Compiling clap_lex v0.5.1 |
826 | 2024-01-17T04:15:56.910Z | Compiling errno v0.3.2 |
827 | 2024-01-17T04:15:57.256Z | Compiling heck v0.4.1 |
828 | 2024-01-17T04:15:57.279Z | Compiling itoa v1.0.9 |
829 | 2024-01-17T04:15:58.787Z | Compiling terminal_size v0.2.6 |
830 | 2024-01-17T04:15:58.924Z | Compiling clap_builder v4.4.2 |
831 | 2024-01-17T04:16:04.709Z | Compiling serde_derive v1.0.195 |
832 | 2024-01-17T04:16:04.712Z | Compiling thiserror-impl v1.0.49 |
833 | 2024-01-17T04:16:04.712Z | Compiling clap_derive v4.4.2 |
834 | 2024-01-17T04:16:09.816Z | Compiling clap v4.4.3 |
835 | 2024-01-17T04:16:17.633Z | Compiling serde_spanned v0.6.4 |
836 | 2024-01-17T04:16:17.646Z | Compiling toml_datetime v0.6.5 |
837 | 2024-01-17T04:16:17.646Z | Compiling cargo-platform v0.1.3 |
838 | 2024-01-17T04:16:17.972Z | Compiling toml_edit v0.21.0 |
839 | 2024-01-17T04:16:19.609Z | Compiling cargo_metadata v0.18.1 |
840 | 2024-01-17T04:16:21.243Z | Compiling toml v0.8.8 |
841 | 2024-01-17T04:16:22.233Z | Compiling cargo_toml v0.18.0 |
842 | 2024-01-17T04:16:28.581Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2024-01-17T04:16:29.944Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
844 | 2024-01-17T04:16:30.161Z | Running `target/debug/xtask clippy` |
845 | 2024-01-17T04:16:30.226Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2024-01-17T04:16:31.102Z | Downloading crates ... |
847 | 2024-01-17T04:16:31.341Z | Downloaded is_ci v1.1.1 |
848 | 2024-01-17T04:16:31.344Z | Downloaded match_cfg v0.1.0 |
849 | 2024-01-17T04:16:31.350Z | Downloaded crunchy v0.2.2 |
850 | 2024-01-17T04:16:31.353Z | Downloaded cstr-argument v0.1.2 |
851 | 2024-01-17T04:16:31.353Z | Downloaded crucible-workspace-hack v0.1.0 |
852 | 2024-01-17T04:16:31.353Z | Downloaded bytes v1.5.0 |
853 | 2024-01-17T04:16:31.361Z | Downloaded impl-trait-for-tuples v0.2.2 |
854 | 2024-01-17T04:16:31.367Z | Downloaded scheduled-thread-pool v0.2.7 |
855 | 2024-01-17T04:16:31.374Z | Downloaded atomicwrites v0.4.3 |
856 | 2024-01-17T04:16:31.379Z | Downloaded schemars v0.8.16 |
857 | 2024-01-17T04:16:31.409Z | Downloaded cpufeatures v0.2.9 |
858 | 2024-01-17T04:16:31.417Z | Downloaded num v0.4.1 |
859 | 2024-01-17T04:16:31.424Z | Downloaded crypto-bigint v0.5.2 |
860 | 2024-01-17T04:16:31.439Z | Downloaded ciborium-ll v0.2.1 |
861 | 2024-01-17T04:16:31.444Z | Downloaded backtrace v0.3.69 |
862 | 2024-01-17T04:16:31.468Z | Downloaded instant v0.1.12 |
863 | 2024-01-17T04:16:31.480Z | Downloaded num_threads v0.1.6 |
864 | 2024-01-17T04:16:31.484Z | Downloaded ansi_term v0.12.1 |
865 | 2024-01-17T04:16:31.484Z | Downloaded number_prefix v0.4.0 |
866 | 2024-01-17T04:16:31.484Z | Downloaded adler v1.0.2 |
867 | 2024-01-17T04:16:31.489Z | Downloaded addr2line v0.21.0 |
868 | 2024-01-17T04:16:31.491Z | Downloaded memoffset v0.9.0 |
869 | 2024-01-17T04:16:31.494Z | Downloaded base16ct v0.2.0 |
870 | 2024-01-17T04:16:31.498Z | Downloaded crc v3.0.1 |
871 | 2024-01-17T04:16:31.501Z | Downloaded corncobs v0.1.3 |
872 | 2024-01-17T04:16:31.504Z | Downloaded bit-set v0.5.3 |
873 | 2024-01-17T04:16:31.508Z | Downloaded darling_macro v0.14.4 |
874 | 2024-01-17T04:16:31.511Z | Downloaded sqlparser_derive v0.1.1 |
875 | 2024-01-17T04:16:31.514Z | Downloaded humantime v2.1.0 |
876 | 2024-01-17T04:16:31.518Z | Downloaded constant_time_eq v0.3.0 |
877 | 2024-01-17T04:16:31.521Z | Downloaded constant_time_eq v0.2.6 |
878 | 2024-01-17T04:16:31.526Z | Downloaded num_enum_derive v0.5.11 |
879 | 2024-01-17T04:16:31.529Z | Downloaded num_cpus v1.16.0 |
880 | 2024-01-17T04:16:31.535Z | Downloaded num_enum v0.5.11 |
881 | 2024-01-17T04:16:32.550Z | Downloaded bit-vec v0.6.3 |
882 | 2024-01-17T04:16:32.555Z | Downloaded ipnet v2.8.0 |
883 | 2024-01-17T04:16:32.555Z | Downloaded darling_macro v0.20.3 |
884 | 2024-01-17T04:16:32.555Z | Downloaded nested v0.1.1 |
885 | 2024-01-17T04:16:32.555Z | Downloaded olpc-cjson v0.1.3 |
886 | 2024-01-17T04:16:32.555Z | Downloaded num-derive v0.4.0 |
887 | 2024-01-17T04:16:32.555Z | Downloaded backoff v0.4.0 |
888 | 2024-01-17T04:16:32.555Z | Downloaded termtree v0.4.1 |
889 | 2024-01-17T04:16:32.555Z | Downloaded argon2 v0.5.2 |
890 | 2024-01-17T04:16:32.555Z | Downloaded cancel-safe-futures v0.1.5 |
891 | 2024-01-17T04:16:32.555Z | Downloaded shlex v1.1.0 |
892 | 2024-01-17T04:16:32.556Z | Downloaded wait-timeout v0.2.0 |
893 | 2024-01-17T04:16:32.556Z | Downloaded strum v0.25.0 |
894 | 2024-01-17T04:16:32.556Z | Downloaded serde-big-array v0.4.1 |
895 | 2024-01-17T04:16:32.556Z | Downloaded time-core v0.1.1 |
896 | 2024-01-17T04:16:32.556Z | Downloaded openssl-macros v0.1.1 |
897 | 2024-01-17T04:16:32.556Z | Downloaded pest_generator v2.7.2 |
898 | 2024-01-17T04:16:32.556Z | Downloaded threadpool v1.8.1 |
899 | 2024-01-17T04:16:32.556Z | Downloaded structmeta-derive v0.2.0 |
900 | 2024-01-17T04:16:32.556Z | Downloaded linear-map v1.2.0 |
901 | 2024-01-17T04:16:32.556Z | Downloaded multer v3.0.0 |
902 | 2024-01-17T04:16:32.556Z | Downloaded slog-scope v4.4.0 |
903 | 2024-01-17T04:16:32.556Z | Downloaded predicates-core v1.0.6 |
904 | 2024-01-17T04:16:32.556Z | Downloaded crossbeam-epoch v0.9.15 |
905 | 2024-01-17T04:16:32.557Z | Downloaded tokio-native-tls v0.3.1 |
906 | 2024-01-17T04:16:32.557Z | Downloaded omicron-zone-package v0.10.1 |
907 | 2024-01-17T04:16:32.557Z | Downloaded termcolor v1.2.0 |
908 | 2024-01-17T04:16:32.557Z | Downloaded tokio-tungstenite v0.20.1 |
909 | 2024-01-17T04:16:32.557Z | Downloaded termios v0.3.3 |
910 | 2024-01-17T04:16:32.557Z | Downloaded take_mut v0.2.2 |
911 | 2024-01-17T04:16:32.557Z | Downloaded foreign-types-macros v0.2.3 |
912 | 2024-01-17T04:16:32.557Z | Downloaded nu-ansi-term v0.49.0 |
913 | 2024-01-17T04:16:32.557Z | Downloaded strum_macros v0.25.2 |
914 | 2024-01-17T04:16:32.557Z | Downloaded strum_macros v0.24.3 |
915 | 2024-01-17T04:16:32.557Z | Downloaded pest_derive v2.7.2 |
916 | 2024-01-17T04:16:32.557Z | Downloaded walkdir v2.4.0 |
917 | 2024-01-17T04:16:32.557Z | Downloaded defmt-parser v0.3.3 |
918 | 2024-01-17T04:16:32.557Z | Downloaded derive_builder_macro v0.12.0 |
919 | 2024-01-17T04:16:32.557Z | Downloaded fixedbitset v0.4.2 |
920 | 2024-01-17T04:16:32.562Z | Downloaded rustc_version v0.1.7 |
921 | 2024-01-17T04:16:32.562Z | Downloaded rustc-demangle v0.1.23 |
922 | 2024-01-17T04:16:32.562Z | Downloaded pathdiff v0.2.1 |
923 | 2024-01-17T04:16:32.562Z | Downloaded rustls-pki-types v1.1.0 |
924 | 2024-01-17T04:16:32.562Z | Downloaded rtoolbox v0.0.1 |
925 | 2024-01-17T04:16:32.562Z | Downloaded resolv-conf v0.7.0 |
926 | 2024-01-17T04:16:32.562Z | Downloaded predicates-tree v1.0.9 |
927 | 2024-01-17T04:16:32.562Z | Downloaded rustc_version v0.4.0 |
928 | 2024-01-17T04:16:32.562Z | Downloaded derive_builder_core v0.12.0 |
929 | 2024-01-17T04:16:32.562Z | Downloaded ahash v0.8.6 |
930 | 2024-01-17T04:16:32.562Z | Downloaded plotters-svg v0.3.5 |
931 | 2024-01-17T04:16:32.562Z | Downloaded serde-big-array v0.5.1 |
932 | 2024-01-17T04:16:32.562Z | Downloaded ppv-lite86 v0.2.17 |
933 | 2024-01-17T04:16:32.562Z | Downloaded usdt-attr-macro v0.3.5 |
934 | 2024-01-17T04:16:32.562Z | Downloaded derive_builder v0.12.0 |
935 | 2024-01-17T04:16:32.562Z | Downloaded quick-error v1.2.3 |
936 | 2024-01-17T04:16:32.562Z | Downloaded version_check v0.9.4 |
937 | 2024-01-17T04:16:32.563Z | Downloaded tokio-rustls v0.24.1 |
938 | 2024-01-17T04:16:32.563Z | Downloaded strip-ansi-escapes v0.1.1 |
939 | 2024-01-17T04:16:32.563Z | Downloaded string_cache v0.8.7 |
940 | 2024-01-17T04:16:32.563Z | Downloaded vec_map v0.8.2 |
941 | 2024-01-17T04:16:32.563Z | Downloaded dof v0.1.5 |
942 | 2024-01-17T04:16:32.563Z | Downloaded phf v0.11.2 |
943 | 2024-01-17T04:16:32.563Z | Downloaded wyz v0.5.1 |
944 | 2024-01-17T04:16:32.563Z | Downloaded papergrid v0.10.0 |
945 | 2024-01-17T04:16:32.563Z | Downloaded parse-display v0.8.2 |
946 | 2024-01-17T04:16:32.563Z | Downloaded structopt-derive v0.4.18 |
947 | 2024-01-17T04:16:32.563Z | Downloaded remove_dir_all v0.5.3 |
948 | 2024-01-17T04:16:32.564Z | Downloaded semver-parser v0.10.2 |
949 | 2024-01-17T04:16:32.564Z | Downloaded chacha20poly1305 v0.10.1 |
950 | 2024-01-17T04:16:32.564Z | Downloaded oso-derive v0.27.0 |
951 | 2024-01-17T04:16:32.564Z | Downloaded crossterm v0.27.0 |
952 | 2024-01-17T04:16:32.564Z | Downloaded openssl-probe v0.1.5 |
953 | 2024-01-17T04:16:32.564Z | Downloaded vsss-rs v3.3.4 |
954 | 2024-01-17T04:16:32.564Z | Downloaded datatest-stable v0.2.3 |
955 | 2024-01-17T04:16:32.564Z | Downloaded toolchain_find v0.2.0 |
956 | 2024-01-17T04:16:32.564Z | Downloaded phf_shared v0.10.0 |
957 | 2024-01-17T04:16:32.564Z | Downloaded form_urlencoded v1.2.1 |
958 | 2024-01-17T04:16:32.564Z | Downloaded zerocopy v0.3.0 |
959 | 2024-01-17T04:16:32.564Z | Downloaded smawk v0.3.1 |
960 | 2024-01-17T04:16:32.564Z | Downloaded rustls-pemfile v2.0.0 |
961 | 2024-01-17T04:16:32.564Z | Downloaded rand_core v0.6.4 |
962 | 2024-01-17T04:16:32.564Z | Downloaded structopt v0.3.26 |
963 | 2024-01-17T04:16:32.564Z | Downloaded parse-size v1.0.0 |
964 | 2024-01-17T04:16:32.564Z | Downloaded fragile v2.0.0 |
965 | 2024-01-17T04:16:32.564Z | Downloaded group v0.13.0 |
966 | 2024-01-17T04:16:32.565Z | Downloaded parse-display-derive v0.8.2 |
967 | 2024-01-17T04:16:32.565Z | Downloaded target-spec v3.0.1 |
968 | 2024-01-17T04:16:32.565Z | Downloaded postgres-protocol v0.6.6 |
969 | 2024-01-17T04:16:32.565Z | Downloaded rpassword v7.3.1 |
970 | 2024-01-17T04:16:32.565Z | Downloaded unicode-bidi v0.3.13 |
971 | 2024-01-17T04:16:32.565Z | Downloaded tower-service v0.3.2 |
972 | 2024-01-17T04:16:32.565Z | Downloaded num-bigint v0.4.4 |
973 | 2024-01-17T04:16:32.566Z | Downloaded slog-bunyan v2.5.0 |
974 | 2024-01-17T04:16:32.566Z | Downloaded slog-async v2.8.0 |
975 | 2024-01-17T04:16:32.566Z | Downloaded headers-core v0.2.0 |
976 | 2024-01-17T04:16:32.566Z | Downloaded enum-as-inner v0.5.1 |
977 | 2024-01-17T04:16:32.566Z | Downloaded dirs-sys-next v0.1.2 |
978 | 2024-01-17T04:16:32.566Z | Downloaded slog-term v2.9.0 |
979 | 2024-01-17T04:16:32.566Z | Downloaded topological-sort v0.2.2 |
980 | 2024-01-17T04:16:32.566Z | Downloaded pin-project-internal v1.1.3 |
981 | 2024-01-17T04:16:32.566Z | Downloaded mio v0.8.9 |
982 | 2024-01-17T04:16:32.571Z | Downloaded try-lock v0.2.4 |
983 | 2024-01-17T04:16:32.571Z | Downloaded spin v0.5.2 |
984 | 2024-01-17T04:16:32.571Z | Downloaded poly1305 v0.8.0 |
985 | 2024-01-17T04:16:32.571Z | Downloaded float-cmp v0.9.0 |
986 | 2024-01-17T04:16:32.571Z | Downloaded heapless v0.7.16 |
987 | 2024-01-17T04:16:32.571Z | Downloaded parking_lot_core v0.8.6 |
988 | 2024-01-17T04:16:32.571Z | Downloaded ron v0.8.1 |
989 | 2024-01-17T04:16:32.571Z | Downloaded http-range v0.1.5 |
990 | 2024-01-17T04:16:32.571Z | Downloaded foreign-types v0.5.0 |
991 | 2024-01-17T04:16:32.571Z | Downloaded proc-macro-error-attr v1.0.4 |
992 | 2024-01-17T04:16:32.571Z | Downloaded downcast v0.11.0 |
993 | 2024-01-17T04:16:32.571Z | Downloaded usdt-macro v0.3.5 |
994 | 2024-01-17T04:16:32.572Z | Downloaded fxhash v0.2.1 |
995 | 2024-01-17T04:16:32.572Z | Downloaded pest_meta v2.7.2 |
996 | 2024-01-17T04:16:32.572Z | Downloaded same-file v1.0.6 |
997 | 2024-01-17T04:16:32.572Z | Downloaded pem-rfc7468 v0.7.0 |
998 | 2024-01-17T04:16:32.572Z | Downloaded getopts v0.2.21 |
999 | 2024-01-17T04:16:32.572Z | Downloaded tracing-core v0.1.31 |
1000 | 2024-01-17T04:16:32.572Z | Downloaded elliptic-curve v0.13.8 |
1001 | 2024-01-17T04:16:32.572Z | Downloaded zone_cfg_derive v0.3.0 |
1002 | 2024-01-17T04:16:32.572Z | Downloaded utf-8 v0.7.6 |
1003 | 2024-01-17T04:16:32.572Z | Downloaded hostname v0.3.1 |
1004 | 2024-01-17T04:16:32.573Z | Downloaded flagset v0.4.3 |
1005 | 2024-01-17T04:16:32.573Z | Downloaded filetime v0.2.23 |
1006 | 2024-01-17T04:16:32.573Z | Downloaded ff v0.13.0 |
1007 | 2024-01-17T04:16:32.573Z | Downloaded pretty_assertions v1.4.0 |
1008 | 2024-01-17T04:16:32.573Z | Downloaded tokio-util v0.7.10 |
1009 | 2024-01-17T04:16:32.573Z | Downloaded display-error-chain v0.2.0 |
1010 | 2024-01-17T04:16:32.573Z | Downloaded signal-hook-mio v0.2.3 |
1011 | 2024-01-17T04:16:32.573Z | Downloaded dirs-next v2.0.0 |
1012 | 2024-01-17T04:16:32.573Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1013 | 2024-01-17T04:16:32.574Z | Downloaded similar-asserts v1.5.0 |
1014 | 2024-01-17T04:16:32.574Z | Downloaded target-lexicon v0.12.12 |
1015 | 2024-01-17T04:16:32.574Z | Downloaded xattr v1.0.1 |
1016 | 2024-01-17T04:16:32.574Z | Downloaded getrandom v0.2.10 |
1017 | 2024-01-17T04:16:32.574Z | Downloaded peeking_take_while v0.1.2 |
1018 | 2024-01-17T04:16:32.574Z | Downloaded unarray v0.1.4 |
1019 | 2024-01-17T04:16:32.574Z | Downloaded schemars_derive v0.8.16 |
1020 | 2024-01-17T04:16:32.574Z | Downloaded typenum v1.16.0 |
1021 | 2024-01-17T04:16:32.574Z | Downloaded ucd-trie v0.1.6 |
1022 | 2024-01-17T04:16:32.574Z | Downloaded tungstenite v0.20.1 |
1023 | 2024-01-17T04:16:32.574Z | Downloaded want v0.3.1 |
1024 | 2024-01-17T04:16:32.574Z | Downloaded vte v0.10.1 |
1025 | 2024-01-17T04:16:32.574Z | Downloaded tar v0.4.40 |
1026 | 2024-01-17T04:16:32.574Z | Downloaded tap v1.0.1 |
1027 | 2024-01-17T04:16:32.574Z | Downloaded similar v2.3.0 |
1028 | 2024-01-17T04:16:32.574Z | Downloaded futures-task v0.3.30 |
1029 | 2024-01-17T04:16:32.574Z | Downloaded nom v7.1.3 |
1030 | 2024-01-17T04:16:32.574Z | Downloaded dtrace-parser v0.1.14 |
1031 | 2024-01-17T04:16:32.574Z | Downloaded foreign-types-shared v0.1.1 |
1032 | 2024-01-17T04:16:32.575Z | Downloaded thiserror-impl-no-std v2.0.2 |
1033 | 2024-01-17T04:16:32.575Z | Downloaded zone v0.3.0 |
1034 | 2024-01-17T04:16:32.575Z | Downloaded thiserror-no-std v2.0.2 |
1035 | 2024-01-17T04:16:32.575Z | Downloaded paste v1.0.14 |
1036 | 2024-01-17T04:16:32.575Z | Downloaded futures-io v0.3.30 |
1037 | 2024-01-17T04:16:32.576Z | Downloaded futures v0.3.30 |
1038 | 2024-01-17T04:16:32.576Z | Downloaded swrite v0.1.0 |
1039 | 2024-01-17T04:16:32.576Z | Downloaded foreign-types v0.3.2 |
1040 | 2024-01-17T04:16:32.576Z | Downloaded hex v0.4.3 |
1041 | 2024-01-17T04:16:32.576Z | Downloaded hex-literal v0.4.1 |
1042 | 2024-01-17T04:16:32.576Z | Downloaded universal-hash v0.5.1 |
1043 | 2024-01-17T04:16:32.576Z | Downloaded rcgen v0.12.0 |
1044 | 2024-01-17T04:16:32.576Z | Downloaded rayon-core v1.12.0 |
1045 | 2024-01-17T04:16:32.576Z | Downloaded dyn-clone v1.0.13 |
1046 | 2024-01-17T04:16:32.576Z | Downloaded usdt-impl v0.3.5 |
1047 | 2024-01-17T04:16:32.576Z | Downloaded serde_with v3.4.0 |
1048 | 2024-01-17T04:16:32.576Z | Downloaded slog-json v2.6.1 |
1049 | 2024-01-17T04:16:32.576Z | Downloaded rusty-fork v0.3.0 |
1050 | 2024-01-17T04:16:32.576Z | Downloaded rustls-native-certs v0.6.3 |
1051 | 2024-01-17T04:16:32.576Z | Downloaded pkcs1 v0.7.5 |
1052 | 2024-01-17T04:16:32.576Z | Downloaded r2d2 v0.8.10 |
1053 | 2024-01-17T04:16:32.576Z | Downloaded toml v0.7.8 |
1054 | 2024-01-17T04:16:32.576Z | Downloaded percent-encoding v2.3.1 |
1055 | 2024-01-17T04:16:32.576Z | Downloaded defmt v0.3.5 |
1056 | 2024-01-17T04:16:32.576Z | Downloaded highway v1.1.0 |
1057 | 2024-01-17T04:16:32.576Z | Downloaded signature v1.6.4 |
1058 | 2024-01-17T04:16:32.576Z | Downloaded ed25519 v1.5.3 |
1059 | 2024-01-17T04:16:32.577Z | Downloaded signature v2.1.0 |
1060 | 2024-01-17T04:16:32.577Z | Downloaded hashbrown v0.13.2 |
1061 | 2024-01-17T04:16:32.578Z | Downloaded rand_chacha v0.3.1 |
1062 | 2024-01-17T04:16:32.578Z | Downloaded darling_core v0.20.3 |
1063 | 2024-01-17T04:16:32.578Z | Downloaded home v0.5.5 |
1064 | 2024-01-17T04:16:32.578Z | Downloaded toml v0.5.11 |
1065 | 2024-01-17T04:16:32.578Z | Downloaded unicode-segmentation v1.10.1 |
1066 | 2024-01-17T04:16:32.578Z | Downloaded yasna v0.5.2 |
1067 | 2024-01-17T04:16:32.578Z | Downloaded derive-where v1.2.7 |
1068 | 2024-01-17T04:16:32.578Z | Downloaded darling_core v0.14.4 |
1069 | 2024-01-17T04:16:32.578Z | Downloaded trybuild v1.0.89 |
1070 | 2024-01-17T04:16:32.578Z | Downloaded tough v0.16.0 |
1071 | 2024-01-17T04:16:32.578Z | Downloaded openssl-sys v0.9.96 |
1072 | 2024-01-17T04:16:32.578Z | Downloaded zip v0.6.6 |
1073 | 2024-01-17T04:16:32.578Z | Downloaded textwrap v0.16.0 |
1074 | 2024-01-17T04:16:32.578Z | Downloaded test-strategy v0.3.1 |
1075 | 2024-01-17T04:16:32.578Z | Downloaded bindgen v0.65.1 |
1076 | 2024-01-17T04:16:32.578Z | Downloaded expectorate v1.1.0 |
1077 | 2024-01-17T04:16:32.578Z | Downloaded trust-dns-client v0.22.0 |
1078 | 2024-01-17T04:16:32.578Z | Downloaded x509-cert v0.2.4 |
1079 | 2024-01-17T04:16:32.578Z | Downloaded steno v0.4.0 |
1080 | 2024-01-17T04:16:32.578Z | Downloaded sqlparser v0.36.1 |
1081 | 2024-01-17T04:16:32.578Z | Downloaded portable-atomic v1.4.3 |
1082 | 2024-01-17T04:16:32.583Z | Downloaded tabled v0.14.0 |
1083 | 2024-01-17T04:16:32.583Z | Downloaded crossterm v0.26.1 |
1084 | 2024-01-17T04:16:32.583Z | Downloaded zerocopy v0.7.31 |
1085 | 2024-01-17T04:16:32.583Z | Downloaded reedline v0.22.0 |
1086 | 2024-01-17T04:16:32.583Z | Downloaded openssl v0.10.60 |
1087 | 2024-01-17T04:16:32.584Z | Downloaded proptest v1.4.0 |
1088 | 2024-01-17T04:16:32.584Z | Downloaded curve25519-dalek v4.1.1 |
1089 | 2024-01-17T04:16:32.584Z | Downloaded rayon v1.8.0 |
1090 | 2024-01-17T04:16:32.584Z | Downloaded hkdf v0.12.4 |
1091 | 2024-01-17T04:16:32.584Z | Downloaded regex v1.10.2 |
1092 | 2024-01-17T04:16:32.584Z | Downloaded nix v0.26.4 |
1093 | 2024-01-17T04:16:32.584Z | Downloaded regex-syntax v0.7.5 |
1094 | 2024-01-17T04:16:32.584Z | Downloaded quick-xml v0.23.1 |
1095 | 2024-01-17T04:16:32.585Z | Downloaded regex-syntax v0.8.2 |
1096 | 2024-01-17T04:16:32.593Z | Downloaded gimli v0.28.0 |
1097 | 2024-01-17T04:16:32.608Z | Downloaded openapiv3 v2.0.0 |
1098 | 2024-01-17T04:16:32.629Z | Downloaded syn v1.0.109 |
1099 | 2024-01-17T04:16:32.648Z | Downloaded sled v0.34.7 |
1100 | 2024-01-17T04:16:32.674Z | Downloaded zerocopy-derive v0.2.0 |
1101 | 2024-01-17T04:16:32.688Z | Downloaded regress v0.7.1 |
1102 | 2024-01-17T04:16:32.702Z | Downloaded vcpkg v0.2.15 |
1103 | 2024-01-17T04:16:32.777Z | Downloaded trust-dns-proto v0.22.0 |
1104 | 2024-01-17T04:16:32.802Z | Downloaded smoltcp v0.10.0 |
1105 | 2024-01-17T04:16:32.824Z | Downloaded rustix v0.38.25 |
1106 | 2024-01-17T04:16:32.870Z | Downloaded encoding_rs v0.8.33 |
1107 | 2024-01-17T04:16:32.909Z | Downloaded sha3 v0.10.8 |
1108 | 2024-01-17T04:16:32.921Z | Downloaded smoltcp v0.9.1 |
1109 | 2024-01-17T04:16:32.941Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1110 | 2024-01-17T04:16:32.965Z | Downloaded regex-automata v0.3.8 |
1111 | 2024-01-17T04:16:32.998Z | Downloaded regex-automata v0.4.3 |
1112 | 2024-01-17T04:16:33.030Z | Downloaded diesel v2.1.4 |
1113 | 2024-01-17T04:16:33.063Z | Downloaded bstr v1.6.0 |
1114 | 2024-01-17T04:16:33.083Z | Downloaded tokio v1.35.1 |
1115 | 2024-01-17T04:16:33.154Z | Downloaded rustls v0.21.9 |
1116 | 2024-01-17T04:16:33.183Z | Downloaded ratatui v0.23.0 |
1117 | 2024-01-17T04:16:33.192Z | Downloaded radix_trie v0.2.1 |
1118 | 2024-01-17T04:16:33.204Z | Downloaded polar-core v0.27.0 |
1119 | 2024-01-17T04:16:33.219Z | Downloaded bstr v0.2.17 |
1120 | 2024-01-17T04:16:33.238Z | Downloaded zerocopy-derive v0.7.31 |
1121 | 2024-01-17T04:16:33.259Z | Downloaded zerocopy-derive v0.6.4 |
1122 | 2024-01-17T04:16:33.281Z | Downloaded regex-syntax v0.6.29 |
1123 | 2024-01-17T04:16:33.294Z | Downloaded webpki-roots v0.25.2 |
1124 | 2024-01-17T04:16:33.315Z | Downloaded idna v0.2.3 |
1125 | 2024-01-17T04:16:33.318Z | Downloaded object v0.32.1 |
1126 | 2024-01-17T04:16:33.334Z | Downloaded bitvec v1.0.1 |
1127 | 2024-01-17T04:16:33.371Z | Downloaded petgraph v0.6.4 |
1128 | 2024-01-17T04:16:33.385Z | Downloaded futures-util v0.3.30 |
1129 | 2024-01-17T04:16:33.405Z | Downloaded object v0.30.4 |
1130 | 2024-01-17T04:16:33.424Z | Downloaded h2 v0.3.21 |
1131 | 2024-01-17T04:16:33.434Z | Downloaded idna v0.5.0 |
1132 | 2024-01-17T04:16:33.447Z | Downloaded lalrpop v0.19.12 |
1133 | 2024-01-17T04:16:33.468Z | Downloaded regex-automata v0.1.10 |
1134 | 2024-01-17T04:16:33.478Z | Downloaded unicode-normalization v0.1.22 |
1135 | 2024-01-17T04:16:33.496Z | Downloaded chrono v0.4.31 |
1136 | 2024-01-17T04:16:33.500Z | Downloaded url v2.5.0 |
1137 | 2024-01-17T04:16:33.503Z | Downloaded reqwest v0.11.22 |
1138 | 2024-01-17T04:16:33.520Z | Downloaded rustls-webpki v0.101.7 |
1139 | 2024-01-17T04:16:33.548Z | Downloaded clap v2.34.0 |
1140 | 2024-01-17T04:16:33.570Z | Downloaded http v0.2.11 |
1141 | 2024-01-17T04:16:33.575Z | Downloaded trust-dns-resolver v0.22.0 |
1142 | 2024-01-17T04:16:33.583Z | Downloaded signal-hook v0.3.17 |
1143 | 2024-01-17T04:16:33.586Z | Downloaded flate2 v1.0.28 |
1144 | 2024-01-17T04:16:33.589Z | Downloaded unsafe-libyaml v0.2.10 |
1145 | 2024-01-17T04:16:33.594Z | Downloaded tracing v0.1.37 |
1146 | 2024-01-17T04:16:33.601Z | Downloaded flume v0.11.0 |
1147 | 2024-01-17T04:16:33.608Z | Downloaded trust-dns-server v0.22.1 |
1148 | 2024-01-17T04:16:33.617Z | Downloaded guppy v0.17.4 |
1149 | 2024-01-17T04:16:33.639Z | Downloaded salty v0.2.0 |
1150 | 2024-01-17T04:16:33.642Z | Downloaded plotters v0.3.5 |
1151 | 2024-01-17T04:16:33.652Z | Downloaded password-hash v0.5.0 |
1152 | 2024-01-17T04:16:33.656Z | Downloaded darling v0.14.4 |
1153 | 2024-01-17T04:16:33.660Z | Downloaded debug-ignore v1.0.5 |
1154 | 2024-01-17T04:16:33.665Z | Downloaded thread-id v4.2.0 |
1155 | 2024-01-17T04:16:33.672Z | Downloaded scopeguard v1.2.0 |
1156 | 2024-01-17T04:16:33.673Z | Downloaded futures-executor v0.3.30 |
1157 | 2024-01-17T04:16:33.673Z | Downloaded http v1.0.0 |
1158 | 2024-01-17T04:16:33.676Z | Downloaded hyper v0.14.27 |
1159 | 2024-01-17T04:16:33.690Z | Downloaded diff v0.1.13 |
1160 | 2024-01-17T04:16:33.696Z | Downloaded uuid v1.6.1 |
1161 | 2024-01-17T04:16:33.703Z | Downloaded ring v0.17.7 |
1162 | 2024-01-17T04:16:33.839Z | Downloaded socket2 v0.5.5 |
1163 | 2024-01-17T04:16:33.842Z | Downloaded rsa v0.9.2 |
1164 | 2024-01-17T04:16:33.850Z | Downloaded aho-corasick v1.0.4 |
1165 | 2024-01-17T04:16:33.861Z | Downloaded pin-project-lite v0.2.13 |
1166 | 2024-01-17T04:16:33.872Z | Downloaded textwrap v0.11.0 |
1167 | 2024-01-17T04:16:33.874Z | Downloaded predicates v3.0.4 |
1168 | 2024-01-17T04:16:33.878Z | Downloaded yansi v0.5.1 |
1169 | 2024-01-17T04:16:33.878Z | Downloaded fnv v1.0.7 |
1170 | 2024-01-17T04:16:33.881Z | Downloaded time v0.3.27 |
1171 | 2024-01-17T04:16:33.890Z | Downloaded structmeta v0.2.0 |
1172 | 2024-01-17T04:16:33.893Z | Downloaded fastrand v2.0.0 |
1173 | 2024-01-17T04:16:33.896Z | Downloaded fallible-iterator v0.2.0 |
1174 | 2024-01-17T04:16:33.896Z | Downloaded rand_xorshift v0.3.0 |
1175 | 2024-01-17T04:16:33.899Z | Downloaded pem v3.0.2 |
1176 | 2024-01-17T04:16:33.903Z | Downloaded stringprep v0.1.3 |
1177 | 2024-01-17T04:16:33.903Z | Downloaded tracing-attributes v0.1.26 |
1178 | 2024-01-17T04:16:33.906Z | Downloaded zerocopy v0.6.4 |
1179 | 2024-01-17T04:16:33.910Z | Downloaded itertools v0.12.0 |
1180 | 2024-01-17T04:16:33.930Z | Downloaded ring v0.16.20 |
1181 | 2024-01-17T04:16:34.084Z | Downloaded digest v0.10.7 |
1182 | 2024-01-17T04:16:34.087Z | Downloaded libxml v0.3.3 |
1183 | 2024-01-17T04:16:34.097Z | Downloaded pest v2.7.2 |
1184 | 2024-01-17T04:16:34.106Z | Downloaded slog-stdlog v4.1.1 |
1185 | 2024-01-17T04:16:34.110Z | Downloaded strsim v0.8.0 |
1186 | 2024-01-17T04:16:34.113Z | Downloaded half v1.8.2 |
1187 | 2024-01-17T04:16:34.116Z | Downloaded parking_lot v0.11.2 |
1188 | 2024-01-17T04:16:34.118Z | Downloaded der v0.7.8 |
1189 | 2024-01-17T04:16:34.127Z | Downloaded rustfmt-wrapper v0.2.0 |
1190 | 2024-01-17T04:16:34.129Z | Downloaded typed-path v0.7.0 |
1191 | 2024-01-17T04:16:34.139Z | Downloaded supports-color v2.1.0 |
1192 | 2024-01-17T04:16:34.141Z | Downloaded subtle v2.5.0 |
1193 | 2024-01-17T04:16:34.144Z | Downloaded radium v0.7.0 |
1194 | 2024-01-17T04:16:34.144Z | Downloaded funty v2.0.0 |
1195 | 2024-01-17T04:16:34.150Z | Downloaded pin-project v1.1.3 |
1196 | 2024-01-17T04:16:34.197Z | Downloaded mockall_derive v0.12.0 |
1197 | 2024-01-17T04:16:34.200Z | Downloaded rand v0.8.5 |
1198 | 2024-01-17T04:16:34.200Z | Downloaded prettyplease v0.2.16 |
1199 | 2024-01-17T04:16:34.200Z | Downloaded path-slash v0.1.5 |
1200 | 2024-01-17T04:16:34.200Z | Downloaded generic-array v0.14.7 |
1201 | 2024-01-17T04:16:34.200Z | Downloaded hmac v0.12.1 |
1202 | 2024-01-17T04:16:34.200Z | Downloaded zeroize_derive v1.4.2 |
1203 | 2024-01-17T04:16:34.200Z | Downloaded serde_path_to_error v0.1.15 |
1204 | 2024-01-17T04:16:34.200Z | Downloaded num-bigint-dig v0.8.4 |
1205 | 2024-01-17T04:16:34.200Z | Downloaded rand v0.4.6 |
1206 | 2024-01-17T04:16:34.208Z | Downloaded deranged v0.3.8 |
1207 | 2024-01-17T04:16:34.208Z | Downloaded partial-io v0.5.4 |
1208 | 2024-01-17T04:16:34.211Z | Downloaded relative-path v1.9.0 |
1209 | 2024-01-17T04:16:34.214Z | Downloaded hashbrown v0.12.3 |
1210 | 2024-01-17T04:16:34.221Z | Downloaded which v4.4.0 |
1211 | 2024-01-17T04:16:34.224Z | Downloaded unicode-width v0.1.11 |
1212 | 2024-01-17T04:16:34.224Z | Downloaded postcard v1.0.8 |
1213 | 2024-01-17T04:16:34.229Z | Downloaded pkcs8 v0.10.2 |
1214 | 2024-01-17T04:16:34.233Z | Downloaded unicode_categories v0.1.1 |
1215 | 2024-01-17T04:16:34.237Z | Downloaded libm v0.2.7 |
1216 | 2024-01-17T04:16:34.255Z | Downloaded rust-argon2 v1.0.1 |
1217 | 2024-01-17T04:16:34.258Z | Downloaded rstest v0.18.2 |
1218 | 2024-01-17T04:16:34.265Z | Downloaded proc-macro-error v1.0.4 |
1219 | 2024-01-17T04:16:34.269Z | Downloaded plotters-backend v0.3.5 |
1220 | 2024-01-17T04:16:34.272Z | Downloaded hash32 v0.2.1 |
1221 | 2024-01-17T04:16:34.275Z | Downloaded heck v0.3.3 |
1222 | 2024-01-17T04:16:34.278Z | Downloaded fatfs v0.3.6 |
1223 | 2024-01-17T04:16:34.281Z | Downloaded sct v0.7.0 |
1224 | 2024-01-17T04:16:34.285Z | Downloaded toml_edit v0.19.15 |
1225 | 2024-01-17T04:16:34.319Z | Downloaded tempfile v3.8.1 |
1226 | 2024-01-17T04:16:34.323Z | Downloaded slog v2.7.0 |
1227 | 2024-01-17T04:16:34.323Z | Downloaded whoami v1.4.1 |
1228 | 2024-01-17T04:16:34.325Z | Downloaded fs-err v2.11.0 |
1229 | 2024-01-17T04:16:34.328Z | Downloaded rstest_macros v0.18.2 |
1230 | 2024-01-17T04:16:34.332Z | Downloaded pretty-hex v0.4.1 |
1231 | 2024-01-17T04:16:34.335Z | Downloaded unicode-xid v0.2.4 |
1232 | 2024-01-17T04:16:34.339Z | Downloaded ena v0.14.2 |
1233 | 2024-01-17T04:16:34.342Z | Downloaded diesel_derives v2.1.2 |
1234 | 2024-01-17T04:16:34.345Z | Downloaded derive_more v0.99.17 |
1235 | 2024-01-17T04:16:34.353Z | Downloaded parking_lot_core v0.9.8 |
1236 | 2024-01-17T04:16:34.356Z | Downloaded packed_struct_codegen v0.10.1 |
1237 | 2024-01-17T04:16:34.360Z | Downloaded packed_struct v0.10.1 |
1238 | 2024-01-17T04:16:34.363Z | Downloaded oso v0.27.0 |
1239 | 2024-01-17T04:16:34.367Z | Downloaded minimal-lexical v0.2.1 |
1240 | 2024-01-17T04:16:34.375Z | Downloaded parking_lot v0.12.1 |
1241 | 2024-01-17T04:16:34.381Z | Downloaded tabled_derive v0.6.0 |
1242 | 2024-01-17T04:16:34.384Z | Downloaded serde_tokenstream v0.2.0 |
1243 | 2024-01-17T04:16:34.387Z | Downloaded untrusted v0.9.0 |
1244 | 2024-01-17T04:16:34.390Z | Downloaded unicode-linebreak v0.1.5 |
1245 | 2024-01-17T04:16:34.390Z | Downloaded tokio-postgres v0.7.10 |
1246 | 2024-01-17T04:16:34.397Z | Downloaded itertools v0.11.0 |
1247 | 2024-01-17T04:16:34.408Z | Downloaded sqlformat v0.2.3 |
1248 | 2024-01-17T04:16:34.412Z | Downloaded spin v0.9.8 |
1249 | 2024-01-17T04:16:34.417Z | Downloaded criterion v0.5.1 |
1250 | 2024-01-17T04:16:34.428Z | Downloaded env_logger v0.10.0 |
1251 | 2024-01-17T04:16:34.433Z | Downloaded glob v0.3.1 |
1252 | 2024-01-17T04:16:34.436Z | Downloaded headers v0.3.9 |
1253 | 2024-01-17T04:16:34.444Z | Downloaded guppy-workspace-hack v0.1.0 |
1254 | 2024-01-17T04:16:34.447Z | Downloaded tempdir v0.3.7 |
1255 | 2024-01-17T04:16:34.447Z | Downloaded either v1.9.0 |
1256 | 2024-01-17T04:16:34.450Z | Downloaded futures-sink v0.3.30 |
1257 | 2024-01-17T04:16:34.450Z | Downloaded futures-macro v0.3.30 |
1258 | 2024-01-17T04:16:34.453Z | Downloaded futures-channel v0.3.30 |
1259 | 2024-01-17T04:16:34.456Z | Downloaded postgres-types v0.2.6 |
1260 | 2024-01-17T04:16:34.464Z | Downloaded defmt-macros v0.3.6 |
1261 | 2024-01-17T04:16:34.467Z | Downloaded usdt v0.3.5 |
1262 | 2024-01-17T04:16:34.467Z | Downloaded proc-macro-crate v1.3.1 |
1263 | 2024-01-17T04:16:34.467Z | Downloaded sec1 v0.7.3 |
1264 | 2024-01-17T04:16:34.474Z | Downloaded der_derive v0.7.2 |
1265 | 2024-01-17T04:16:34.476Z | Downloaded subprocess v0.2.9 |
1266 | 2024-01-17T04:16:34.477Z | Downloaded pin-utils v0.1.0 |
1267 | 2024-01-17T04:16:34.479Z | Downloaded synstructure v0.12.6 |
1268 | 2024-01-17T04:16:34.479Z | Downloaded endian-type v0.1.2 |
1269 | 2024-01-17T04:16:34.482Z | Downloaded pretty-hex v0.2.1 |
1270 | 2024-01-17T04:16:34.482Z | Downloaded fd-lock v3.0.13 |
1271 | 2024-01-17T04:16:34.485Z | Downloaded embedded-io v0.4.0 |
1272 | 2024-01-17T04:16:34.489Z | Downloaded snafu v0.7.5 |
1273 | 2024-01-17T04:16:34.497Z | Downloaded serde_tokenstream v0.1.7 |
1274 | 2024-01-17T04:16:34.502Z | Downloaded pkg-config v0.3.27 |
1275 | 2024-01-17T04:16:34.505Z | Downloaded phf_shared v0.11.2 |
1276 | 2024-01-17T04:16:34.508Z | Downloaded rustversion v1.0.14 |
1277 | 2024-01-17T04:16:34.511Z | Downloaded untrusted v0.7.1 |
1278 | 2024-01-17T04:16:34.514Z | Downloaded tui-tree-widget v0.13.0 |
1279 | 2024-01-17T04:16:34.514Z | Downloaded sha2 v0.10.8 |
1280 | 2024-01-17T04:16:34.517Z | Downloaded tinyvec v1.6.0 |
1281 | 2024-01-17T04:16:34.525Z | Downloaded futures-timer v3.0.2 |
1282 | 2024-01-17T04:16:34.529Z | Downloaded futures-core v0.3.30 |
1283 | 2024-01-17T04:16:34.529Z | Downloaded ref-cast v1.0.20 |
1284 | 2024-01-17T04:16:34.532Z | Downloaded spki v0.7.2 |
1285 | 2024-01-17T04:16:34.536Z | Downloaded globset v0.4.13 |
1286 | 2024-01-17T04:16:34.539Z | Downloaded term v0.7.0 |
1287 | 2024-01-17T04:16:34.542Z | Downloaded platforms v3.0.2 |
1288 | 2024-01-17T04:16:34.545Z | Downloaded ref-cast-impl v1.0.20 |
1289 | 2024-01-17T04:16:34.548Z | Downloaded indicatif v0.17.7 |
1290 | 2024-01-17T04:16:34.552Z | Downloaded cc v1.0.83 |
1291 | 2024-01-17T04:16:34.557Z | Downloaded socket2 v0.4.9 |
1292 | 2024-01-17T04:16:34.560Z | Downloaded rustc-hash v1.1.0 |
1293 | 2024-01-17T04:16:34.563Z | Downloaded native-tls v0.2.11 |
1294 | 2024-01-17T04:16:34.566Z | Downloaded smf v0.2.2 |
1295 | 2024-01-17T04:16:34.566Z | Downloaded serde_derive_internals v0.26.0 |
1296 | 2024-01-17T04:16:34.569Z | Downloaded doc-comment v0.3.3 |
1297 | 2024-01-17T04:16:34.575Z | Downloaded tokio-stream v0.1.14 |
1298 | 2024-01-17T04:16:34.578Z | Downloaded basic-toml v0.1.8 |
1299 | 2024-01-17T04:16:34.593Z | Downloaded base64 v0.21.7 |
1300 | 2024-01-17T04:16:34.600Z | Downloaded tinytemplate v1.2.1 |
1301 | 2024-01-17T04:16:34.604Z | Downloaded miniz_oxide v0.7.1 |
1302 | 2024-01-17T04:16:34.607Z | Downloaded difflib v0.4.0 |
1303 | 2024-01-17T04:16:34.610Z | Downloaded precomputed-hash v0.1.1 |
1304 | 2024-01-17T04:16:34.610Z | Downloaded unicase v2.7.0 |
1305 | 2024-01-17T04:16:34.614Z | Downloaded lalrpop-util v0.19.12 |
1306 | 2024-01-17T04:16:34.615Z | Downloaded foreign-types-shared v0.3.1 |
1307 | 2024-01-17T04:16:34.620Z | Downloaded data-encoding v2.4.0 |
1308 | 2024-01-17T04:16:34.620Z | Downloaded shell-words v1.1.0 |
1309 | 2024-01-17T04:16:34.620Z | Downloaded serde_urlencoded v0.7.1 |
1310 | 2024-01-17T04:16:34.620Z | Downloaded num-traits v0.2.16 |
1311 | 2024-01-17T04:16:34.623Z | Downloaded indexmap v1.9.3 |
1312 | 2024-01-17T04:16:34.629Z | Downloaded httptest v0.15.5 |
1313 | 2024-01-17T04:16:34.636Z | Downloaded cfg-expr v0.15.5 |
1314 | 2024-01-17T04:16:34.645Z | Downloaded owo-colors v3.5.0 |
1315 | 2024-01-17T04:16:34.645Z | Downloaded semver v0.11.0 |
1316 | 2024-01-17T04:16:34.645Z | Downloaded clang-sys v1.6.1 |
1317 | 2024-01-17T04:16:34.649Z | Downloaded ciborium v0.2.1 |
1318 | 2024-01-17T04:16:34.717Z | Downloaded tiny-keccak v2.0.2 |
1319 | 2024-01-17T04:16:34.722Z | Downloaded crossbeam-channel v0.5.8 |
1320 | 2024-01-17T04:16:34.723Z | Downloaded snafu-derive v0.7.5 |
1321 | 2024-01-17T04:16:34.723Z | Downloaded smallvec v1.11.2 |
1322 | 2024-01-17T04:16:34.723Z | Downloaded thread_local v1.1.7 |
1323 | 2024-01-17T04:16:34.723Z | Downloaded slab v0.4.9 |
1324 | 2024-01-17T04:16:34.723Z | Downloaded serde_with_macros v3.4.0 |
1325 | 2024-01-17T04:16:34.723Z | Downloaded once_cell v1.19.0 |
1326 | 2024-01-17T04:16:34.723Z | Downloaded num-rational v0.4.1 |
1327 | 2024-01-17T04:16:34.723Z | Downloaded mime_guess v2.0.4 |
1328 | 2024-01-17T04:16:34.723Z | Downloaded arrayvec v0.5.2 |
1329 | 2024-01-17T04:16:34.723Z | Downloaded log v0.4.20 |
1330 | 2024-01-17T04:16:34.723Z | Downloaded base64ct v1.6.0 |
1331 | 2024-01-17T04:16:34.723Z | Downloaded num-complex v0.4.4 |
1332 | 2024-01-17T04:16:34.723Z | Downloaded indoc v2.0.3 |
1333 | 2024-01-17T04:16:34.723Z | Downloaded hyper-rustls v0.24.2 |
1334 | 2024-01-17T04:16:34.723Z | Downloaded console v0.15.8 |
1335 | 2024-01-17T04:16:34.724Z | Downloaded cast v0.3.0 |
1336 | 2024-01-17T04:16:34.724Z | Downloaded arrayvec v0.7.4 |
1337 | 2024-01-17T04:16:34.724Z | Downloaded chacha20 v0.9.1 |
1338 | 2024-01-17T04:16:34.724Z | Downloaded bcs v0.1.6 |
1339 | 2024-01-17T04:16:34.727Z | Downloaded bzip2 v0.4.4 |
1340 | 2024-01-17T04:16:34.727Z | Downloaded libloading v0.7.4 |
1341 | 2024-01-17T04:16:34.727Z | Downloaded darling v0.20.3 |
1342 | 2024-01-17T04:16:34.732Z | Downloaded time-macros v0.2.13 |
1343 | 2024-01-17T04:16:34.735Z | Downloaded async-trait v0.1.77 |
1344 | 2024-01-17T04:16:34.741Z | Downloaded http-body v0.4.5 |
1345 | 2024-01-17T04:16:34.744Z | Downloaded zeroize v1.7.0 |
1346 | 2024-01-17T04:16:34.747Z | Downloaded stable_deref_trait v1.2.0 |
1347 | 2024-01-17T04:16:34.747Z | Downloaded buf-list v1.0.3 |
1348 | 2024-01-17T04:16:34.751Z | Downloaded blake2 v0.10.6 |
1349 | 2024-01-17T04:16:34.757Z | Downloaded smallvec v0.6.14 |
1350 | 2024-01-17T04:16:34.760Z | Downloaded slog-envlogger v2.2.0 |
1351 | 2024-01-17T04:16:34.760Z | Downloaded signal-hook-tokio v0.3.1 |
1352 | 2024-01-17T04:16:34.763Z | Downloaded sha1 v0.10.6 |
1353 | 2024-01-17T04:16:34.763Z | Downloaded secrecy v0.8.0 |
1354 | 2024-01-17T04:16:34.766Z | Downloaded crossbeam-utils v0.8.16 |
1355 | 2024-01-17T04:16:34.773Z | Downloaded vte_generate_state_changes v0.1.1 |
1356 | 2024-01-17T04:16:34.773Z | Downloaded tokio-macros v2.2.0 |
1357 | 2024-01-17T04:16:34.773Z | Downloaded rustls-pemfile v1.0.3 |
1358 | 2024-01-17T04:16:34.776Z | Downloaded maybe-uninit v2.0.0 |
1359 | 2024-01-17T04:16:34.780Z | Downloaded lru-cache v0.1.2 |
1360 | 2024-01-17T04:16:34.780Z | Downloaded num-iter v0.1.43 |
1361 | 2024-01-17T04:16:34.783Z | Downloaded oorandom v11.1.3 |
1362 | 2024-01-17T04:16:34.783Z | Downloaded waitgroup v0.1.2 |
1363 | 2024-01-17T04:16:34.783Z | Downloaded hubpack v0.1.2 |
1364 | 2024-01-17T04:16:34.786Z | Downloaded cassowary v0.3.0 |
1365 | 2024-01-17T04:16:34.789Z | Downloaded mockall v0.12.0 |
1366 | 2024-01-17T04:16:34.789Z | Downloaded memoffset v0.7.1 |
1367 | 2024-01-17T04:16:34.791Z | Downloaded nibble_vec v0.1.0 |
1368 | 2024-01-17T04:16:34.794Z | Downloaded newtype_derive v0.1.6 |
1369 | 2024-01-17T04:16:34.794Z | Downloaded cipher v0.4.4 |
1370 | 2024-01-17T04:16:34.797Z | Downloaded nanorand v0.7.0 |
1371 | 2024-01-17T04:16:34.800Z | Downloaded async-recursion v1.0.5 |
1372 | 2024-01-17T04:16:34.806Z | Downloaded ascii-canvas v3.0.0 |
1373 | 2024-01-17T04:16:34.809Z | Downloaded cobs v0.2.3 |
1374 | 2024-01-17T04:16:34.809Z | Downloaded iana-time-zone v0.1.57 |
1375 | 2024-01-17T04:16:34.812Z | Downloaded hyper-tls v0.5.0 |
1376 | 2024-01-17T04:16:34.812Z | Downloaded httpdate v1.0.3 |
1377 | 2024-01-17T04:16:34.815Z | Downloaded colored v2.0.4 |
1378 | 2024-01-17T04:16:34.818Z | Downloaded block-buffer v0.10.4 |
1379 | 2024-01-17T04:16:34.818Z | Downloaded byteorder v1.5.0 |
1380 | 2024-01-17T04:16:34.821Z | Downloaded linked-hash-map v0.5.6 |
1381 | 2024-01-17T04:16:34.824Z | Downloaded camino-tempfile v1.1.1 |
1382 | 2024-01-17T04:16:34.827Z | Downloaded bytecount v0.6.3 |
1383 | 2024-01-17T04:16:34.830Z | Downloaded bb8 v0.8.1 |
1384 | 2024-01-17T04:16:34.830Z | Downloaded assert_matches v1.5.0 |
1385 | 2024-01-17T04:16:34.833Z | Downloaded arrayref v0.3.7 |
1386 | 2024-01-17T04:16:34.836Z | Downloaded approx v0.5.1 |
1387 | 2024-01-17T04:16:34.836Z | Downloaded cfg-if v1.0.0 |
1388 | 2024-01-17T04:16:34.838Z | Downloaded libsw v3.3.1 |
1389 | 2024-01-17T04:16:34.842Z | Downloaded inout v0.1.3 |
1390 | 2024-01-17T04:16:34.845Z | Downloaded arc-swap v1.6.0 |
1391 | 2024-01-17T04:16:34.852Z | Downloaded indoc v1.0.9 |
1392 | 2024-01-17T04:16:34.855Z | Downloaded md-5 v0.10.5 |
1393 | 2024-01-17T04:16:34.855Z | Downloaded atomic-waker v1.1.1 |
1394 | 2024-01-17T04:16:34.860Z | Downloaded async-stream v0.3.5 |
1395 | 2024-01-17T04:16:34.862Z | Downloaded crc32fast v1.3.2 |
1396 | 2024-01-17T04:16:34.863Z | Downloaded new_debug_unreachable v1.0.4 |
1397 | 2024-01-17T04:16:34.866Z | Downloaded newline-converter v0.3.0 |
1398 | 2024-01-17T04:16:34.866Z | Downloaded tinyvec_macros v0.1.1 |
1399 | 2024-01-17T04:16:34.866Z | Downloaded matches v0.1.10 |
1400 | 2024-01-17T04:16:34.869Z | Downloaded kstat-rs v0.2.3 |
1401 | 2024-01-17T04:16:34.869Z | Downloaded is-terminal v0.4.9 |
1402 | 2024-01-17T04:16:34.872Z | Downloaded ipnetwork v0.20.0 |
1403 | 2024-01-17T04:16:34.876Z | Downloaded array-init v0.0.4 |
1404 | 2024-01-17T04:16:34.876Z | Downloaded mime v0.3.17 |
1405 | 2024-01-17T04:16:34.880Z | Downloaded convert_case v0.4.0 |
1406 | 2024-01-17T04:16:34.880Z | Downloaded ciborium-io v0.2.1 |
1407 | 2024-01-17T04:16:34.880Z | Downloaded crc-any v2.4.3 |
1408 | 2024-01-17T04:16:34.883Z | Downloaded bitflags v2.4.0 |
1409 | 2024-01-17T04:16:34.886Z | Downloaded maplit v1.0.2 |
1410 | 2024-01-17T04:16:34.889Z | Downloaded ident_case v1.0.1 |
1411 | 2024-01-17T04:16:34.890Z | Downloaded hubpack_derive v0.1.1 |
1412 | 2024-01-17T04:16:34.893Z | Downloaded nodrop v0.1.14 |
1413 | 2024-01-17T04:16:34.893Z | Downloaded num-integer v0.1.45 |
1414 | 2024-01-17T04:16:34.896Z | Downloaded itertools v0.10.5 |
1415 | 2024-01-17T04:16:34.904Z | Downloaded libtest-mimic v0.6.1 |
1416 | 2024-01-17T04:16:34.910Z | Downloaded crypto-common v0.1.6 |
1417 | 2024-01-17T04:16:34.913Z | Downloaded crossbeam-deque v0.8.3 |
1418 | 2024-01-17T04:16:34.913Z | Downloaded atty v0.2.14 |
1419 | 2024-01-17T04:16:34.913Z | Downloaded signal-hook-registry v1.4.1 |
1420 | 2024-01-17T04:16:34.916Z | Downloaded serde-hex v0.1.0 |
1421 | 2024-01-17T04:16:34.919Z | Downloaded lock_api v0.4.10 |
1422 | 2024-01-17T04:16:34.922Z | Downloaded cookie v0.18.0 |
1423 | 2024-01-17T04:16:34.925Z | Downloaded crossbeam-queue v0.3.8 |
1424 | 2024-01-17T04:16:34.928Z | Downloaded blake2b_simd v1.0.1 |
1425 | 2024-01-17T04:16:34.931Z | Downloaded static_assertions v1.1.0 |
1426 | 2024-01-17T04:16:34.931Z | Downloaded slog-dtrace v0.2.3 |
1427 | 2024-01-17T04:16:34.934Z | Downloaded siphasher v0.3.11 |
1428 | 2024-01-17T04:16:34.937Z | Downloaded serde_yaml v0.9.25 |
1429 | 2024-01-17T04:16:34.941Z | Downloaded lazy_static v1.4.0 |
1430 | 2024-01-17T04:16:34.944Z | Downloaded const-oid v0.9.5 |
1431 | 2024-01-17T04:16:34.947Z | Downloaded block-padding v0.3.3 |
1432 | 2024-01-17T04:16:34.950Z | Downloaded bitfield v0.14.0 |
1433 | 2024-01-17T04:16:34.950Z | Downloaded curve25519-dalek-derive v0.1.0 |
1434 | 2024-01-17T04:16:34.954Z | Downloaded crossbeam v0.8.2 |
1435 | 2024-01-17T04:16:34.954Z | Downloaded opaque-debug v0.3.0 |
1436 | 2024-01-17T04:16:34.954Z | Downloaded normalize-line-endings v0.3.0 |
1437 | 2024-01-17T04:16:34.957Z | Downloaded managed v0.8.0 |
1438 | 2024-01-17T04:16:34.957Z | Downloaded libefi-sys v0.1.0 |
1439 | 2024-01-17T04:16:34.960Z | Downloaded autocfg v1.1.0 |
1440 | 2024-01-17T04:16:34.963Z | Downloaded anes v0.1.6 |
1441 | 2024-01-17T04:16:34.969Z | Downloaded assert_cmd v2.0.13 |
1442 | 2024-01-17T04:16:34.972Z | Downloaded serde_repr v0.1.16 |
1443 | 2024-01-17T04:16:34.972Z | Downloaded serde_plain v1.0.2 |
1444 | 2024-01-17T04:16:34.975Z | Downloaded semver v0.1.20 |
1445 | 2024-01-17T04:16:34.975Z | Downloaded rustyline v12.0.0 |
1446 | 2024-01-17T04:16:34.983Z | Downloaded macaddr v1.0.1 |
1447 | 2024-01-17T04:16:34.986Z | Downloaded httparse v1.8.0 |
1448 | 2024-01-17T04:16:34.989Z | Downloaded cexpr v0.6.0 |
1449 | 2024-01-17T04:16:34.992Z | Downloaded criterion-plot v0.5.0 |
1450 | 2024-01-17T04:16:34.995Z | Downloaded lazycell v1.3.0 |
1451 | 2024-01-17T04:16:35.005Z | Downloaded keccak v0.1.4 |
1452 | 2024-01-17T04:16:35.005Z | Downloaded hyper-staticfile v0.9.5 |
1453 | 2024-01-17T04:16:35.005Z | Downloaded crc-catalog v2.2.0 |
1454 | 2024-01-17T04:16:35.005Z | Downloaded async-stream-impl v0.3.5 |
1455 | 2024-01-17T04:16:35.005Z | Downloaded aead v0.5.2 |
1456 | 2024-01-17T04:16:35.752Z | Compiling serde v1.0.195 |
1457 | 2024-01-17T04:16:35.753Z | Compiling autocfg v1.1.0 |
1458 | 2024-01-17T04:16:35.756Z | Checking cfg-if v1.0.0 |
1459 | 2024-01-17T04:16:35.756Z | Compiling version_check v0.9.4 |
1460 | 2024-01-17T04:16:35.756Z | Compiling syn v1.0.109 |
1461 | 2024-01-17T04:16:35.802Z | Checking libc v0.2.152 |
1462 | 2024-01-17T04:16:35.831Z | Compiling syn v2.0.46 |
1463 | 2024-01-17T04:16:35.879Z | Compiling parking_lot_core v0.9.8 |
1464 | 2024-01-17T04:16:35.931Z | Compiling libm v0.2.7 |
1465 | 2024-01-17T04:16:36.496Z | Compiling cc v1.0.83 |
1466 | 2024-01-17T04:16:36.651Z | Compiling once_cell v1.19.0 |
1467 | 2024-01-17T04:16:36.770Z | Compiling serde_json v1.0.111 |
1468 | 2024-01-17T04:16:37.191Z | Compiling memchr v2.6.3 |
1469 | 2024-01-17T04:16:37.306Z | Compiling lock_api v0.4.10 |
1470 | 2024-01-17T04:16:37.312Z | Compiling num-traits v0.2.16 |
1471 | 2024-01-17T04:16:37.403Z | Compiling typenum v1.16.0 |
1472 | 2024-01-17T04:16:37.901Z | Checking getrandom v0.2.10 |
1473 | 2024-01-17T04:16:37.939Z | Compiling generic-array v0.14.7 |
1474 | 2024-01-17T04:16:38.234Z | Compiling slab v0.4.9 |
1475 | 2024-01-17T04:16:38.818Z | Checking scopeguard v1.2.0 |
1476 | 2024-01-17T04:16:38.978Z | Checking log v0.4.20 |
1477 | 2024-01-17T04:16:39.226Z | Compiling pkg-config v0.3.27 |
1478 | 2024-01-17T04:16:40.018Z | Checking smallvec v1.11.2 |
1479 | 2024-01-17T04:16:40.117Z | Compiling byteorder v1.5.0 |
1480 | 2024-01-17T04:16:40.245Z | Checking itoa v1.0.9 |
1481 | 2024-01-17T04:16:40.509Z | Compiling rustix v0.38.25 |
1482 | 2024-01-17T04:16:40.636Z | Compiling indexmap v1.9.3 |
1483 | 2024-01-17T04:16:40.929Z | Compiling schemars v0.8.16 |
1484 | 2024-01-17T04:16:41.082Z | Compiling vcpkg v0.2.15 |
1485 | 2024-01-17T04:16:41.367Z | Compiling fnv v1.0.7 |
1486 | 2024-01-17T04:16:41.477Z | Compiling httparse v1.8.0 |
1487 | 2024-01-17T04:16:41.498Z | Checking rand_core v0.6.4 |
1488 | 2024-01-17T04:16:41.601Z | Compiling ring v0.17.7 |
1489 | 2024-01-17T04:16:42.111Z | Compiling aho-corasick v1.0.4 |
1490 | 2024-01-17T04:16:42.407Z | Compiling regex-syntax v0.8.2 |
1491 | 2024-01-17T04:16:44.705Z | Compiling openssl-sys v0.9.96 |
1492 | 2024-01-17T04:16:46.591Z | Checking parking_lot v0.12.1 |
1493 | 2024-01-17T04:16:47.055Z | Compiling ring v0.16.20 |
1494 | 2024-01-17T04:16:47.267Z | Compiling ahash v0.8.6 |
1495 | 2024-01-17T04:16:47.882Z | Checking pin-project-lite v0.2.13 |
1496 | 2024-01-17T04:16:48.038Z | Compiling regex-automata v0.4.3 |
1497 | 2024-01-17T04:16:48.843Z | Compiling serde_derive_internals v0.26.0 |
1498 | 2024-01-17T04:16:50.012Z | Compiling openssl v0.10.60 |
1499 | 2024-01-17T04:16:50.801Z | Checking signal-hook-registry v1.4.1 |
1500 | 2024-01-17T04:16:51.048Z | Checking mio v0.8.9 |
1501 | 2024-01-17T04:16:51.095Z | Compiling rustls v0.21.9 |
1502 | 2024-01-17T04:16:51.482Z | Compiling ucd-trie v0.1.6 |
1503 | 2024-01-17T04:16:52.067Z | Checking spin v0.5.2 |
1504 | 2024-01-17T04:16:52.355Z | Compiling iana-time-zone v0.1.57 |
1505 | 2024-01-17T04:16:52.455Z | Compiling native-tls v0.2.11 |
1506 | 2024-01-17T04:16:52.620Z | Compiling async-trait v0.1.77 |
1507 | 2024-01-17T04:16:52.953Z | Checking futures-core v0.3.30 |
1508 | 2024-01-17T04:16:53.007Z | Checking num_cpus v1.16.0 |
1509 | 2024-01-17T04:16:53.206Z | Compiling unicode-xid v0.2.4 |
1510 | 2024-01-17T04:16:53.419Z | Checking ryu v1.0.15 |
1511 | 2024-01-17T04:16:53.440Z | Compiling dyn-clone v1.0.13 |
1512 | 2024-01-17T04:16:53.521Z | Compiling backtrace v0.3.69 |
1513 | 2024-01-17T04:16:53.749Z | Checking socket2 v0.5.5 |
1514 | 2024-01-17T04:16:54.160Z | Compiling futures-sink v0.3.30 |
1515 | 2024-01-17T04:16:54.393Z | Compiling errno v0.3.2 |
1516 | 2024-01-17T04:16:54.509Z | Compiling crossbeam-utils v0.8.16 |
1517 | 2024-01-17T04:16:54.701Z | Compiling regex v1.10.2 |
1518 | 2024-01-17T04:16:55.121Z | Compiling tinyvec_macros v0.1.1 |
1519 | 2024-01-17T04:16:55.235Z | Compiling crc32fast v1.3.2 |
1520 | 2024-01-17T04:16:55.286Z | Compiling tinyvec v1.6.0 |
1521 | 2024-01-17T04:16:55.582Z | Compiling futures-channel v0.3.30 |
1522 | 2024-01-17T04:16:56.125Z | Compiling anyhow v1.0.75 |
1523 | 2024-01-17T04:16:56.227Z | Compiling pin-utils v0.1.0 |
1524 | 2024-01-17T04:16:56.352Z | Compiling futures-task v0.3.30 |
1525 | 2024-01-17T04:16:56.557Z | Compiling futures-io v0.3.30 |
1526 | 2024-01-17T04:16:56.810Z | Compiling spin v0.9.8 |
1527 | 2024-01-17T04:16:57.003Z | Compiling tracing-core v0.1.31 |
1528 | 2024-01-17T04:16:57.170Z | Compiling unicode-bidi v0.3.13 |
1529 | 2024-01-17T04:16:57.849Z | Compiling unicode-normalization v0.1.22 |
1530 | 2024-01-17T04:16:59.059Z | Compiling num-integer v0.1.45 |
1531 | 2024-01-17T04:16:59.428Z | Compiling slog v2.7.0 |
1532 | 2024-01-17T04:16:59.517Z | Compiling synstructure v0.12.6 |
1533 | 2024-01-17T04:16:59.595Z | Compiling lazy_static v1.4.0 |
1534 | 2024-01-17T04:16:59.636Z | Compiling base64 v0.21.7 |
1535 | 2024-01-17T04:16:59.724Z | Checking subtle v2.5.0 |
1536 | 2024-01-17T04:16:59.935Z | Compiling unicode-width v0.1.11 |
1537 | 2024-01-17T04:17:00.084Z | Compiling serde_derive v1.0.195 |
1538 | 2024-01-17T04:17:00.105Z | Compiling thiserror-impl v1.0.49 |
1539 | 2024-01-17T04:17:00.148Z | Compiling zeroize_derive v1.4.2 |
1540 | 2024-01-17T04:17:00.178Z | Compiling tokio-macros v2.2.0 |
1541 | 2024-01-17T04:17:00.856Z | Compiling futures-macro v0.3.30 |
1542 | 2024-01-17T04:17:01.285Z | Compiling tracing-attributes v0.1.26 |
1543 | 2024-01-17T04:17:03.698Z | Compiling schemars_derive v0.8.16 |
1544 | 2024-01-17T04:17:03.701Z | Compiling zerocopy-derive v0.7.31 |
1545 | 2024-01-17T04:17:03.702Z | Checking zeroize v1.7.0 |
1546 | 2024-01-17T04:17:03.702Z | Compiling openssl-macros v0.1.1 |
1547 | 2024-01-17T04:17:04.640Z | Compiling futures-util v0.3.30 |
1548 | 2024-01-17T04:17:05.611Z | Compiling thiserror v1.0.49 |
1549 | 2024-01-17T04:17:05.883Z | Compiling pest v2.7.2 |
1550 | 2024-01-17T04:17:06.810Z | Compiling zerocopy v0.7.31 |
1551 | 2024-01-17T04:17:07.167Z | Compiling der_derive v0.7.2 |
1552 | 2024-01-17T04:17:07.809Z | Compiling tracing v0.1.37 |
1553 | 2024-01-17T04:17:08.664Z | Compiling zerocopy-derive v0.2.0 |
1554 | 2024-01-17T04:17:08.813Z | Compiling percent-encoding v2.3.1 |
1555 | 2024-01-17T04:17:09.458Z | Compiling untrusted v0.7.1 |
1556 | 2024-01-17T04:17:09.747Z | Compiling pest_meta v2.7.2 |
1557 | 2024-01-17T04:17:10.403Z | Compiling hashbrown v0.13.2 |
1558 | 2024-01-17T04:17:10.498Z | Compiling untrusted v0.9.0 |
1559 | 2024-01-17T04:17:10.786Z | Compiling hashbrown v0.12.3 |
1560 | 2024-01-17T04:17:11.013Z | Compiling time-core v0.1.1 |
1561 | 2024-01-17T04:17:11.259Z | Compiling rustversion v1.0.14 |
1562 | 2024-01-17T04:17:11.470Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-01-17T04:17:11.984Z | Compiling foreign-types-shared v0.1.1 |
1564 | 2024-01-17T04:17:12.014Z | Compiling pest_generator v2.7.2 |
1565 | 2024-01-17T04:17:12.124Z | Compiling foreign-types v0.3.2 |
1566 | 2024-01-17T04:17:12.250Z | Compiling time-macros v0.2.13 |
1567 | 2024-01-17T04:17:15.365Z | Compiling try-lock v0.2.4 |
1568 | 2024-01-17T04:17:15.743Z | Compiling rustls-webpki v0.101.7 |
1569 | 2024-01-17T04:17:16.212Z | Compiling want v0.3.1 |
1570 | 2024-01-17T04:17:16.645Z | Compiling sct v0.7.0 |
1571 | 2024-01-17T04:17:17.989Z | Compiling form_urlencoded v1.2.1 |
1572 | 2024-01-17T04:17:18.163Z | Compiling pest_derive v2.7.2 |
1573 | 2024-01-17T04:17:18.926Z | Compiling socket2 v0.4.9 |
1574 | 2024-01-17T04:17:19.113Z | Compiling httpdate v1.0.3 |
1575 | 2024-01-17T04:17:19.501Z | Compiling either v1.9.0 |
1576 | 2024-01-17T04:17:19.661Z | Compiling const-oid v0.9.5 |
1577 | 2024-01-17T04:17:19.725Z | Compiling tower-service v0.3.2 |
1578 | 2024-01-17T04:17:19.891Z | Compiling rustls-pemfile v1.0.3 |
1579 | 2024-01-17T04:17:19.987Z | Compiling idna v0.5.0 |
1580 | 2024-01-17T04:17:20.317Z | Compiling memoffset v0.9.0 |
1581 | 2024-01-17T04:17:20.452Z | Compiling usdt-impl v0.3.5 |
1582 | 2024-01-17T04:17:20.801Z | Compiling adler v1.0.2 |
1583 | 2024-01-17T04:17:21.125Z | Compiling miniz_oxide v0.7.1 |
1584 | 2024-01-17T04:17:21.344Z | Compiling rustls-native-certs v0.6.3 |
1585 | 2024-01-17T04:17:22.006Z | Compiling url v2.5.0 |
1586 | 2024-01-17T04:17:22.651Z | Compiling zerocopy v0.3.0 |
1587 | 2024-01-17T04:17:22.877Z | Checking crypto-common v0.1.6 |
1588 | 2024-01-17T04:17:23.116Z | Compiling ipnet v2.8.0 |
1589 | 2024-01-17T04:17:23.257Z | Checking bytes v1.5.0 |
1590 | 2024-01-17T04:17:23.745Z | Checking bitflags v2.4.0 |
1591 | 2024-01-17T04:17:24.490Z | Checking tokio v1.35.1 |
1592 | 2024-01-17T04:17:25.189Z | Compiling indexmap v2.1.0 |
1593 | 2024-01-17T04:17:26.659Z | Compiling semver v1.0.21 |
1594 | 2024-01-17T04:17:27.186Z | Compiling uuid v1.6.1 |
1595 | 2024-01-17T04:17:27.236Z | Compiling chrono v0.4.31 |
1596 | 2024-01-17T04:17:27.814Z | Compiling rustc_version v0.4.0 |
1597 | 2024-01-17T04:17:28.019Z | Compiling http v0.2.11 |
1598 | 2024-01-17T04:17:29.084Z | Compiling toml_datetime v0.6.5 |
1599 | 2024-01-17T04:17:29.720Z | Compiling serde_spanned v0.6.4 |
1600 | 2024-01-17T04:17:30.072Z | Compiling toml_edit v0.19.15 |
1601 | 2024-01-17T04:17:30.188Z | Compiling openapiv3 v2.0.0 |
1602 | 2024-01-17T04:17:33.786Z | Compiling http-body v0.4.5 |
1603 | 2024-01-17T04:17:34.397Z | Compiling heapless v0.7.16 |
1604 | 2024-01-17T04:17:34.920Z | Compiling serde_urlencoded v0.7.1 |
1605 | 2024-01-17T04:17:35.096Z | Compiling dof v0.1.5 |
1606 | 2024-01-17T04:17:35.579Z | Compiling dtrace-parser v0.1.14 |
1607 | 2024-01-17T04:17:36.071Z | Compiling clap_derive v4.4.2 |
1608 | 2024-01-17T04:17:36.621Z | Compiling zerocopy-derive v0.6.4 |
1609 | 2024-01-17T04:17:38.630Z | Compiling crossbeam-epoch v0.9.15 |
1610 | 2024-01-17T04:17:38.750Z | Compiling encoding_rs v0.8.33 |
1611 | 2024-01-17T04:17:38.856Z | Compiling thread-id v4.2.0 |
1612 | 2024-01-17T04:17:39.008Z | Compiling mime v0.3.17 |
1613 | 2024-01-17T04:17:39.304Z | Compiling gimli v0.28.0 |
1614 | 2024-01-17T04:17:40.070Z | Compiling siphasher v0.3.11 |
1615 | 2024-01-17T04:17:40.343Z | Compiling webpki-roots v0.25.2 |
1616 | 2024-01-17T04:17:41.789Z | Compiling serde_tokenstream v0.1.7 |
1617 | 2024-01-17T04:17:41.792Z | Compiling tokio-util v0.7.10 |
1618 | 2024-01-17T04:17:43.615Z | Compiling h2 v0.3.21 |
1619 | 2024-01-17T04:17:43.681Z | Compiling tokio-rustls v0.24.1 |
1620 | 2024-01-17T04:17:44.023Z | Compiling strum_macros v0.25.2 |
1621 | 2024-01-17T04:17:44.275Z | Compiling block-buffer v0.10.4 |
1622 | 2024-01-17T04:17:45.187Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1623 | 2024-01-17T04:17:45.651Z | Compiling tokio-native-tls v0.3.1 |
1624 | 2024-01-17T04:17:45.907Z | Compiling object v0.32.1 |
1625 | 2024-01-17T04:17:46.286Z | Compiling addr2line v0.21.0 |
1626 | 2024-01-17T04:17:46.673Z | Compiling num-iter v0.1.43 |
1627 | 2024-01-17T04:17:47.267Z | Compiling rustc-demangle v0.1.23 |
1628 | 2024-01-17T04:17:48.848Z | Compiling flate2 v1.0.28 |
1629 | 2024-01-17T04:17:48.892Z | Compiling digest v0.10.7 |
1630 | 2024-01-17T04:17:49.098Z | Compiling ppv-lite86 v0.2.17 |
1631 | 2024-01-17T04:17:49.647Z | Compiling doc-comment v0.3.3 |
1632 | 2024-01-17T04:17:50.333Z | Compiling rand_chacha v0.3.1 |
1633 | 2024-01-17T04:17:50.393Z | Compiling usdt-macro v0.3.5 |
1634 | 2024-01-17T04:17:50.581Z | Compiling usdt-attr-macro v0.3.5 |
1635 | 2024-01-17T04:17:50.758Z | Compiling toml v0.7.8 |
1636 | 2024-01-17T04:17:51.004Z | Compiling toml_edit v0.21.0 |
1637 | 2024-01-17T04:17:52.550Z | Compiling hex v0.4.3 |
1638 | 2024-01-17T04:17:52.905Z | Compiling pin-project-internal v1.1.3 |
1639 | 2024-01-17T04:17:53.342Z | Checking bitflags v1.3.2 |
1640 | 2024-01-17T04:17:53.533Z | Compiling bit-vec v0.6.3 |
1641 | 2024-01-17T04:17:53.659Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1642 | 2024-01-17T04:17:54.189Z | Compiling rand v0.8.5 |
1643 | 2024-01-17T04:17:54.878Z | Compiling hyper v0.14.27 |
1644 | 2024-01-17T04:17:55.508Z | Compiling phf_shared v0.10.0 |
1645 | 2024-01-17T04:17:56.629Z | Compiling num-bigint v0.4.4 |
1646 | 2024-01-17T04:17:57.798Z | Compiling precomputed-hash v0.1.1 |
1647 | 2024-01-17T04:17:57.975Z | Compiling base64ct v1.6.0 |
1648 | 2024-01-17T04:17:57.981Z | Compiling smoltcp v0.9.1 |
1649 | 2024-01-17T04:17:58.195Z | Compiling minimal-lexical v0.2.1 |
1650 | 2024-01-17T04:17:58.931Z | Compiling new_debug_unreachable v1.0.4 |
1651 | 2024-01-17T04:17:58.954Z | Compiling fixedbitset v0.4.2 |
1652 | 2024-01-17T04:17:58.976Z | Compiling nom v7.1.3 |
1653 | 2024-01-17T04:17:59.055Z | Compiling string_cache v0.8.7 |
1654 | 2024-01-17T04:17:59.099Z | Compiling pem-rfc7468 v0.7.0 |
1655 | 2024-01-17T04:17:59.664Z | Compiling petgraph v0.6.4 |
1656 | 2024-01-17T04:18:00.338Z | Compiling bit-set v0.5.3 |
1657 | 2024-01-17T04:18:00.792Z | Compiling hmac v0.12.1 |
1658 | 2024-01-17T04:18:01.336Z | Compiling itertools v0.10.5 |
1659 | 2024-01-17T04:18:02.134Z | Compiling hubpack_derive v0.1.1 |
1660 | 2024-01-17T04:18:02.255Z | Compiling enum-as-inner v0.5.1 |
1661 | 2024-01-17T04:18:02.339Z | Compiling diesel_table_macro_syntax v0.1.0 |
1662 | 2024-01-17T04:18:03.496Z | Compiling unicode-segmentation v1.10.1 |
1663 | 2024-01-17T04:18:03.851Z | Compiling flagset v0.4.3 |
1664 | 2024-01-17T04:18:04.145Z | Compiling lalrpop-util v0.19.12 |
1665 | 2024-01-17T04:18:04.443Z | Compiling der v0.7.8 |
1666 | 2024-01-17T04:18:04.723Z | Compiling diesel_derives v2.1.2 |
1667 | 2024-01-17T04:18:05.182Z | Compiling snafu-derive v0.7.5 |
1668 | 2024-01-17T04:18:05.610Z | Compiling cpufeatures v0.2.9 |
1669 | 2024-01-17T04:18:05.747Z | Compiling sha2 v0.10.8 |
1670 | 2024-01-17T04:18:05.919Z | Compiling rustix v0.37.23 |
1671 | 2024-01-17T04:18:06.403Z | Compiling hyper-tls v0.5.0 |
1672 | 2024-01-17T04:18:06.636Z | Compiling hyper-rustls v0.24.2 |
1673 | 2024-01-17T04:18:06.908Z | Compiling md-5 v0.10.5 |
1674 | 2024-01-17T04:18:07.290Z | Compiling reqwest v0.11.22 |
1675 | 2024-01-17T04:18:07.504Z | Compiling serde_repr v0.1.16 |
1676 | 2024-01-17T04:18:08.246Z | Compiling spki v0.7.2 |
1677 | 2024-01-17T04:18:09.363Z | Compiling stringprep v0.1.3 |
1678 | 2024-01-17T04:18:09.843Z | Compiling hash32 v0.2.1 |
1679 | 2024-01-17T04:18:10.048Z | Compiling fallible-iterator v0.2.0 |
1680 | 2024-01-17T04:18:11.012Z | Compiling stable_deref_trait v1.2.0 |
1681 | 2024-01-17T04:18:11.175Z | Compiling pkcs8 v0.10.2 |
1682 | 2024-01-17T04:18:11.272Z | Compiling postgres-protocol v0.6.6 |
1683 | 2024-01-17T04:18:11.454Z | Compiling terminal_size v0.2.6 |
1684 | 2024-01-17T04:18:11.921Z | Compiling phf_shared v0.11.2 |
1685 | 2024-01-17T04:18:12.055Z | Compiling ff v0.13.0 |
1686 | 2024-01-17T04:18:12.225Z | Compiling block-padding v0.3.3 |
1687 | 2024-01-17T04:18:12.379Z | Compiling scheduled-thread-pool v0.2.7 |
1688 | 2024-01-17T04:18:12.486Z | Compiling matches v0.1.10 |
1689 | 2024-01-17T04:18:12.615Z | Compiling num_threads v0.1.6 |
1690 | 2024-01-17T04:18:12.615Z | Compiling regex-automata v0.1.10 |
1691 | 2024-01-17T04:18:13.097Z | Compiling base16ct v0.2.0 |
1692 | 2024-01-17T04:18:13.116Z | Compiling deranged v0.3.8 |
1693 | 2024-01-17T04:18:13.390Z | Compiling managed v0.8.0 |
1694 | 2024-01-17T04:18:13.401Z | Compiling sec1 v0.7.3 |
1695 | 2024-01-17T04:18:13.401Z | Compiling bstr v0.2.17 |
1696 | 2024-01-17T04:18:13.595Z | Compiling r2d2 v0.8.10 |
1697 | 2024-01-17T04:18:14.167Z | Compiling clap_builder v4.4.2 |
1698 | 2024-01-17T04:18:14.261Z | Compiling idna v0.2.3 |
1699 | 2024-01-17T04:18:14.900Z | Compiling inout v0.1.3 |
1700 | 2024-01-17T04:18:15.314Z | Compiling postgres-types v0.2.6 |
1701 | 2024-01-17T04:18:15.735Z | Compiling phf v0.11.2 |
1702 | 2024-01-17T04:18:16.134Z | Compiling time v0.3.27 |
1703 | 2024-01-17T04:18:16.162Z | Compiling group v0.13.0 |
1704 | 2024-01-17T04:18:16.630Z | Compiling bzip2 v0.4.4 |
1705 | 2024-01-17T04:18:17.216Z | Compiling hubpack v0.1.2 |
1706 | 2024-01-17T04:18:17.601Z | Compiling hkdf v0.12.4 |
1707 | 2024-01-17T04:18:17.854Z | Compiling pin-project v1.1.3 |
1708 | 2024-01-17T04:18:18.020Z | Compiling zerocopy v0.6.4 |
1709 | 2024-01-17T04:18:18.478Z | Compiling ipnetwork v0.20.0 |
1710 | 2024-01-17T04:18:19.463Z | Compiling itertools v0.11.0 |
1711 | 2024-01-17T04:18:19.950Z | Compiling crypto-bigint v0.5.2 |
1712 | 2024-01-17T04:18:20.316Z | Compiling futures-executor v0.3.30 |
1713 | 2024-01-17T04:18:23.140Z | Compiling float-cmp v0.9.0 |
1714 | 2024-01-17T04:18:23.470Z | Compiling whoami v1.4.1 |
1715 | 2024-01-17T04:18:24.162Z | Checking unicode-ident v1.0.12 |
1716 | 2024-01-17T04:18:24.420Z | Compiling data-encoding v2.4.0 |
1717 | 2024-01-17T04:18:24.448Z | Compiling difflib v0.4.0 |
1718 | 2024-01-17T04:18:25.138Z | Compiling static_assertions v1.1.0 |
1719 | 2024-01-17T04:18:25.272Z | Compiling normalize-line-endings v0.3.0 |
1720 | 2024-01-17T04:18:25.442Z | Compiling regex-automata v0.3.8 |
1721 | 2024-01-17T04:18:25.865Z | Compiling predicates-core v1.0.6 |
1722 | 2024-01-17T04:18:26.664Z | Compiling predicates v3.0.4 |
1723 | 2024-01-17T04:18:27.172Z | Compiling trust-dns-proto v0.22.0 |
1724 | 2024-01-17T04:18:28.389Z | Compiling bstr v1.6.0 |
1725 | 2024-01-17T04:18:29.408Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1726 | 2024-01-17T04:18:29.515Z | Compiling tokio-postgres v0.7.10 |
1727 | 2024-01-17T04:18:30.549Z | Compiling elliptic-curve v0.13.8 |
1728 | 2024-01-17T04:18:31.627Z | Compiling diesel v2.1.4 |
1729 | 2024-01-17T04:18:31.784Z | Compiling yasna v0.5.2 |
1730 | 2024-01-17T04:18:31.930Z | Compiling futures v0.3.30 |
1731 | 2024-01-17T04:18:32.086Z | Compiling clap v4.4.3 |
1732 | 2024-01-17T04:18:32.233Z | Compiling snafu v0.7.5 |
1733 | 2024-01-17T04:18:32.369Z | Compiling zip v0.6.6 |
1734 | 2024-01-17T04:18:33.572Z | Compiling cipher v0.4.4 |
1735 | 2024-01-17T04:18:34.391Z | Compiling similar v2.3.0 |
1736 | 2024-01-17T04:18:34.933Z | Compiling usdt v0.3.5 |
1737 | 2024-01-17T04:18:35.124Z | Compiling tokio-stream v0.1.14 |
1738 | 2024-01-17T04:18:36.725Z | Compiling console v0.15.8 |
1739 | 2024-01-17T04:18:37.757Z | Checking equivalent v1.0.1 |
1740 | 2024-01-17T04:18:37.898Z | Checking hashbrown v0.14.2 |
1741 | 2024-01-17T04:18:39.024Z | Checking proc-macro2 v1.0.74 |
1742 | 2024-01-17T04:18:40.050Z | Checking quote v1.0.35 |
1743 | 2024-01-17T04:18:42.658Z | Checking utf8parse v0.2.1 |
1744 | 2024-01-17T04:18:44.373Z | Checking anstyle v1.0.2 |
1745 | 2024-01-17T04:18:46.300Z | Checking io-lifetimes v1.0.11 |
1746 | 2024-01-17T04:18:50.220Z | Checking anstyle-parse v0.2.1 |
1747 | 2024-01-17T04:18:52.521Z | Checking anstyle-query v1.0.0 |
1748 | 2024-01-17T04:18:52.686Z | Checking colorchoice v1.0.0 |
1749 | 2024-01-17T04:18:53.552Z | Checking anstream v0.5.0 |
1750 | 2024-01-17T04:18:54.058Z | Checking clap_lex v0.5.1 |
1751 | 2024-01-17T04:18:54.171Z | Checking strsim v0.10.0 |
1752 | 2024-01-17T04:18:55.387Z | Checking winnow v0.5.15 |
1753 | 2024-01-17T04:19:02.016Z | Compiling serde_tokenstream v0.2.0 |
1754 | 2024-01-17T04:19:05.929Z | Compiling regress v0.7.1 |
1755 | 2024-01-17T04:19:11.310Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1756 | 2024-01-17T04:19:19.887Z | Compiling getopts v0.2.21 |
1757 | 2024-01-17T04:19:19.906Z | Compiling unsafe-libyaml v0.2.10 |
1758 | 2024-01-17T04:19:21.333Z | Checking heck v0.4.1 |
1759 | 2024-01-17T04:19:21.631Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1760 | 2024-01-17T04:19:22.056Z | Compiling serde_yaml v0.9.25 |
1761 | 2024-01-17T04:19:23.168Z | Compiling ident_case v1.0.1 |
1762 | 2024-01-17T04:19:23.259Z | Checking fastrand v2.0.0 |
1763 | 2024-01-17T04:19:23.417Z | Checking match_cfg v0.1.0 |
1764 | 2024-01-17T04:19:23.543Z | Checking hostname v0.3.1 |
1765 | 2024-01-17T04:19:23.714Z | Checking camino v1.1.6 |
1766 | 2024-01-17T04:19:24.154Z | Checking tempfile v3.8.1 |
1767 | 2024-01-17T04:19:24.252Z | Checking atty v0.2.14 |
1768 | 2024-01-17T04:19:24.255Z | Compiling paste v1.0.14 |
1769 | 2024-01-17T04:19:24.414Z | Checking quick-error v1.2.3 |
1770 | 2024-01-17T04:19:24.591Z | Checking crossbeam-channel v0.5.8 |
1771 | 2024-01-17T04:19:24.612Z | Checking sha1 v0.10.6 |
1772 | 2024-01-17T04:19:25.007Z | Checking dirs-sys-next v0.1.2 |
1773 | 2024-01-17T04:19:25.259Z | Checking dirs-next v2.0.0 |
1774 | 2024-01-17T04:19:25.443Z | Checking thread_local v1.1.7 |
1775 | 2024-01-17T04:19:25.797Z | Checking instant v0.1.12 |
1776 | 2024-01-17T04:19:25.866Z | Compiling slog-async v2.8.0 |
1777 | 2024-01-17T04:19:25.948Z | Checking term v0.7.0 |
1778 | 2024-01-17T04:19:26.622Z | Compiling multer v3.0.0 |
1779 | 2024-01-17T04:19:26.711Z | Checking take_mut v0.2.2 |
1780 | 2024-01-17T04:19:26.913Z | Checking debug-ignore v1.0.5 |
1781 | 2024-01-17T04:19:27.107Z | Checking slog-term v2.9.0 |
1782 | 2024-01-17T04:19:27.111Z | Compiling darling_core v0.20.3 |
1783 | 2024-01-17T04:19:27.522Z | Checking slog-json v2.6.1 |
1784 | 2024-01-17T04:19:27.893Z | Checking http v1.0.0 |
1785 | 2024-01-17T04:19:27.916Z | Compiling async-stream-impl v0.3.5 |
1786 | 2024-01-17T04:19:28.884Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1787 | 2024-01-17T04:19:29.319Z | Checking rustls-pki-types v1.1.0 |
1788 | 2024-01-17T04:19:29.878Z | Checking atomic-waker v1.1.1 |
1789 | 2024-01-17T04:19:29.987Z | Checking rustls-pemfile v2.0.0 |
1790 | 2024-01-17T04:19:30.069Z | Checking waitgroup v0.1.2 |
1791 | 2024-01-17T04:19:30.155Z | Checking async-stream v0.3.5 |
1792 | 2024-01-17T04:19:30.312Z | Checking slog-bunyan v2.5.0 |
1793 | 2024-01-17T04:19:30.332Z | Checking toml v0.8.8 |
1794 | 2024-01-17T04:19:30.405Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1795 | 2024-01-17T04:19:30.589Z | Checking serde_path_to_error v0.1.15 |
1796 | 2024-01-17T04:19:30.670Z | Checking strum v0.25.0 |
1797 | 2024-01-17T04:19:30.879Z | Compiling structmeta-derive v0.2.0 |
1798 | 2024-01-17T04:19:31.517Z | Checking wait-timeout v0.2.0 |
1799 | 2024-01-17T04:19:31.568Z | Checking rand_xorshift v0.3.0 |
1800 | 2024-01-17T04:19:31.750Z | Checking rusty-fork v0.3.0 |
1801 | 2024-01-17T04:19:31.806Z | Checking unarray v0.1.4 |
1802 | 2024-01-17T04:19:32.013Z | Compiling regex-syntax v0.7.5 |
1803 | 2024-01-17T04:19:32.166Z | Checking proptest v1.4.0 |
1804 | 2024-01-17T04:19:36.004Z | Compiling structmeta v0.2.0 |
1805 | 2024-01-17T04:19:36.708Z | Checking backoff v0.4.0 |
1806 | 2024-01-17T04:19:37.134Z | Compiling test-strategy v0.3.1 |
1807 | 2024-01-17T04:19:37.391Z | Compiling darling_macro v0.20.3 |
1808 | 2024-01-17T04:19:38.020Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1809 | 2024-01-17T04:19:38.649Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1810 | 2024-01-17T04:19:39.026Z | Compiling darling v0.20.3 |
1811 | 2024-01-17T04:19:39.153Z | Compiling serde_with_macros v3.4.0 |
1812 | 2024-01-17T04:19:39.348Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1813 | 2024-01-17T04:19:39.558Z | Checking macaddr v1.0.1 |
1814 | 2024-01-17T04:19:39.848Z | Checking camino-tempfile v1.1.1 |
1815 | 2024-01-17T04:19:40.063Z | Checking is-terminal v0.4.9 |
1816 | 2024-01-17T04:19:40.228Z | Compiling proc-macro-error-attr v1.0.4 |
1817 | 2024-01-17T04:19:40.259Z | Compiling proc-macro-error v1.0.4 |
1818 | 2024-01-17T04:19:40.291Z | Compiling proc-macro-crate v1.3.1 |
1819 | 2024-01-17T04:19:40.981Z | Checking termtree v0.4.1 |
1820 | 2024-01-17T04:19:41.277Z | Checking predicates-tree v1.0.9 |
1821 | 2024-01-17T04:19:41.486Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1822 | 2024-01-17T04:19:41.986Z | Compiling smoltcp v0.10.0 |
1823 | 2024-01-17T04:19:42.160Z | Compiling num_enum_derive v0.5.11 |
1824 | 2024-01-17T04:19:42.322Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1825 | 2024-01-17T04:19:43.200Z | Checking embedded-io v0.4.0 |
1826 | 2024-01-17T04:19:43.350Z | Checking cobs v0.2.3 |
1827 | 2024-01-17T04:19:43.496Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1828 | 2024-01-17T04:19:43.543Z | Checking serde_with v3.4.0 |
1829 | 2024-01-17T04:19:43.614Z | Compiling crucible-workspace-hack v0.1.0 |
1830 | 2024-01-17T04:19:43.667Z | Compiling parse-display-derive v0.8.2 |
1831 | 2024-01-17T04:19:43.941Z | Checking postcard v1.0.8 |
1832 | 2024-01-17T04:19:44.042Z | Compiling foreign-types-macros v0.2.3 |
1833 | 2024-01-17T04:19:45.056Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1834 | 2024-01-17T04:19:45.515Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1835 | 2024-01-17T04:19:45.959Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1836 | 2024-01-17T04:19:46.162Z | Checking foreign-types-shared v0.3.1 |
1837 | 2024-01-17T04:19:46.304Z | Checking foreign-types v0.5.0 |
1838 | 2024-01-17T04:19:46.618Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1839 | 2024-01-17T04:19:46.658Z | Checking num_enum v0.5.11 |
1840 | 2024-01-17T04:19:46.676Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1841 | 2024-01-17T04:19:46.868Z | Checking cstr-argument v0.1.2 |
1842 | 2024-01-17T04:19:47.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1843 | 2024-01-17T04:19:47.522Z | Checking pretty-hex v0.2.1 |
1844 | 2024-01-17T04:19:48.023Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1845 | 2024-01-17T04:19:48.121Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1846 | 2024-01-17T04:19:48.140Z | Checking colored v2.0.4 |
1847 | 2024-01-17T04:19:48.163Z | Compiling zone_cfg_derive v0.3.0 |
1848 | 2024-01-17T04:19:48.564Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1849 | 2024-01-17T04:19:48.743Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1850 | 2024-01-17T04:19:49.084Z | Compiling mockall_derive v0.12.0 |
1851 | 2024-01-17T04:19:49.375Z | Compiling num-derive v0.4.0 |
1852 | 2024-01-17T04:19:50.670Z | Checking fragile v2.0.0 |
1853 | 2024-01-17T04:19:50.926Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1854 | 2024-01-17T04:19:50.961Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1855 | 2024-01-17T04:19:51.148Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1856 | 2024-01-17T04:19:51.248Z | Checking parse-display v0.8.2 |
1857 | 2024-01-17T04:19:51.486Z | Checking downcast v0.11.0 |
1858 | 2024-01-17T04:19:51.541Z | Checking zone v0.3.0 |
1859 | 2024-01-17T04:19:51.780Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1860 | 2024-01-17T04:19:52.116Z | Checking smf v0.2.2 |
1861 | 2024-01-17T04:19:52.755Z | Checking same-file v1.0.6 |
1862 | 2024-01-17T04:19:52.787Z | Checking filetime v0.2.23 |
1863 | 2024-01-17T04:19:52.998Z | Checking walkdir v2.4.0 |
1864 | 2024-01-17T04:19:53.070Z | Checking xattr v1.0.1 |
1865 | 2024-01-17T04:19:53.088Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1866 | 2024-01-17T04:19:53.331Z | Checking tar v0.4.40 |
1867 | 2024-01-17T04:19:53.399Z | Checking pem v3.0.2 |
1868 | 2024-01-17T04:19:53.443Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1869 | 2024-01-17T04:19:53.504Z | Checking textwrap v0.11.0 |
1870 | 2024-01-17T04:19:53.766Z | Compiling heck v0.3.3 |
1871 | 2024-01-17T04:19:53.781Z | Compiling libefi-sys v0.1.0 |
1872 | 2024-01-17T04:19:54.131Z | Checking ansi_term v0.12.1 |
1873 | 2024-01-17T04:19:54.196Z | Checking vec_map v0.8.2 |
1874 | 2024-01-17T04:19:54.240Z | Checking strsim v0.8.0 |
1875 | 2024-01-17T04:19:54.402Z | Compiling structopt-derive v0.4.18 |
1876 | 2024-01-17T04:19:54.537Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1877 | 2024-01-17T04:19:54.573Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1878 | 2024-01-17T04:19:54.599Z | Checking clap v2.34.0 |
1879 | 2024-01-17T04:19:55.013Z | Checking linked-hash-map v0.5.6 |
1880 | 2024-01-17T04:19:55.089Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1881 | 2024-01-17T04:19:55.203Z | Checking itertools v0.12.0 |
1882 | 2024-01-17T04:19:55.446Z | Checking headers-core v0.2.0 |
1883 | 2024-01-17T04:19:55.579Z | Checking lru-cache v0.1.2 |
1884 | 2024-01-17T04:19:55.695Z | Checking headers v0.3.9 |
1885 | 2024-01-17T04:19:55.825Z | Compiling convert_case v0.4.0 |
1886 | 2024-01-17T04:19:57.347Z | Compiling derive_more v0.99.17 |
1887 | 2024-01-17T04:19:57.546Z | Checking password-hash v0.5.0 |
1888 | 2024-01-17T04:19:58.219Z | Checking blake2 v0.10.6 |
1889 | 2024-01-17T04:19:58.873Z | Checking swrite v0.1.0 |
1890 | 2024-01-17T04:19:59.030Z | Checking arc-swap v1.6.0 |
1891 | 2024-01-17T04:19:59.298Z | Checking argon2 v0.5.2 |
1892 | 2024-01-17T04:19:59.376Z | Checking rcgen v0.12.0 |
1893 | 2024-01-17T04:19:59.414Z | Checking structopt v0.3.26 |
1894 | 2024-01-17T04:19:59.690Z | Checking slog-scope v4.4.0 |
1895 | 2024-01-17T04:19:59.955Z | Checking atomicwrites v0.4.3 |
1896 | 2024-01-17T04:19:59.972Z | Checking subprocess v0.2.9 |
1897 | 2024-01-17T04:20:00.217Z | Compiling cancel-safe-futures v0.1.5 |
1898 | 2024-01-17T04:20:00.255Z | Checking slog-stdlog v4.1.1 |
1899 | 2024-01-17T04:20:00.465Z | Checking ciborium-io v0.2.1 |
1900 | 2024-01-17T04:20:00.500Z | Checking half v1.8.2 |
1901 | 2024-01-17T04:20:00.629Z | Checking slog-envlogger v2.2.0 |
1902 | 2024-01-17T04:20:00.812Z | Compiling signal-hook v0.3.17 |
1903 | 2024-01-17T04:20:00.930Z | Checking libsw v3.3.1 |
1904 | 2024-01-17T04:20:01.172Z | Checking ciborium-ll v0.2.1 |
1905 | 2024-01-17T04:20:01.249Z | Compiling derive-where v1.2.7 |
1906 | 2024-01-17T04:20:01.318Z | Checking owo-colors v3.5.0 |
1907 | 2024-01-17T04:20:01.440Z | Checking linear-map v1.2.0 |
1908 | 2024-01-17T04:20:01.642Z | Checking ciborium v0.2.1 |
1909 | 2024-01-17T04:20:02.427Z | Checking resolv-conf v0.7.0 |
1910 | 2024-01-17T04:20:02.987Z | Checking keccak v0.1.4 |
1911 | 2024-01-17T04:20:03.190Z | Checking mockall v0.12.0 |
1912 | 2024-01-17T04:20:03.304Z | Checking trust-dns-resolver v0.22.0 |
1913 | 2024-01-17T04:20:03.418Z | Checking sha3 v0.10.8 |
1914 | 2024-01-17T04:20:03.518Z | Checking secrecy v0.8.0 |
1915 | 2024-01-17T04:20:03.827Z | Compiling slog-dtrace v0.2.3 |
1916 | 2024-01-17T04:20:03.992Z | Checking nibble_vec v0.1.0 |
1917 | 2024-01-17T04:20:04.090Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1918 | 2024-01-17T04:20:04.264Z | Checking endian-type v0.1.2 |
1919 | 2024-01-17T04:20:04.481Z | Checking glob v0.3.1 |
1920 | 2024-01-17T04:20:04.556Z | Checking radix_trie v0.2.1 |
1921 | 2024-01-17T04:20:04.933Z | Checking fxhash v0.2.1 |
1922 | 2024-01-17T04:20:04.936Z | Checking termcolor v1.2.0 |
1923 | 2024-01-17T04:20:05.180Z | Compiling radium v0.7.0 |
1924 | 2024-01-17T04:20:05.184Z | Checking tap v1.0.1 |
1925 | 2024-01-17T04:20:05.422Z | Compiling maybe-uninit v2.0.0 |
1926 | 2024-01-17T04:20:05.778Z | Checking wyz v0.5.1 |
1927 | 2024-01-17T04:20:06.300Z | Compiling semver-parser v0.10.2 |
1928 | 2024-01-17T04:20:06.376Z | Compiling num-bigint-dig v0.8.4 |
1929 | 2024-01-17T04:20:06.563Z | Checking funty v2.0.0 |
1930 | 2024-01-17T04:20:06.908Z | Checking crc-catalog v2.2.0 |
1931 | 2024-01-17T04:20:07.200Z | Compiling packed_struct v0.10.1 |
1932 | 2024-01-17T04:20:07.306Z | Checking crc v3.0.1 |
1933 | 2024-01-17T04:20:07.850Z | Compiling semver v0.11.0 |
1934 | 2024-01-17T04:20:08.034Z | Compiling packed_struct_codegen v0.10.1 |
1935 | 2024-01-17T04:20:08.337Z | Checking bitvec v1.0.1 |
1936 | 2024-01-17T04:20:08.965Z | Compiling num-rational v0.4.1 |
1937 | 2024-01-17T04:20:09.604Z | Compiling home v0.5.5 |
1938 | 2024-01-17T04:20:09.795Z | Checking nodrop v0.1.14 |
1939 | 2024-01-17T04:20:09.961Z | Compiling toolchain_find v0.2.0 |
1940 | 2024-01-17T04:20:09.966Z | Checking array-init v0.0.4 |
1941 | 2024-01-17T04:20:11.310Z | Checking smallvec v0.6.14 |
1942 | 2024-01-17T04:20:11.659Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1943 | 2024-01-17T04:20:11.681Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1944 | 2024-01-17T04:20:11.903Z | Checking pkcs1 v0.7.5 |
1945 | 2024-01-17T04:20:12.515Z | Checking signature v2.1.0 |
1946 | 2024-01-17T04:20:12.782Z | Compiling toml v0.5.11 |
1947 | 2024-01-17T04:20:12.800Z | Compiling topological-sort v0.2.2 |
1948 | 2024-01-17T04:20:13.044Z | Checking bitfield v0.14.0 |
1949 | 2024-01-17T04:20:13.118Z | Compiling omicron-zone-package v0.10.1 |
1950 | 2024-01-17T04:20:13.479Z | Checking serde-hex v0.1.0 |
1951 | 2024-01-17T04:20:14.595Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1952 | 2024-01-17T04:20:14.941Z | Checking env_logger v0.10.0 |
1953 | 2024-01-17T04:20:14.962Z | Checking rsa v0.9.2 |
1954 | 2024-01-17T04:20:15.610Z | Compiling rustfmt-wrapper v0.2.0 |
1955 | 2024-01-17T04:20:16.445Z | Checking x509-cert v0.2.4 |
1956 | 2024-01-17T04:20:16.619Z | Checking ron v0.8.1 |
1957 | 2024-01-17T04:20:18.990Z | Checking num-complex v0.4.4 |
1958 | 2024-01-17T04:20:19.188Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1959 | 2024-01-17T04:20:19.207Z | Checking crc-any v2.4.3 |
1960 | 2024-01-17T04:20:19.627Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1961 | 2024-01-17T04:20:19.764Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1962 | 2024-01-17T04:20:19.997Z | Checking newline-converter v0.3.0 |
1963 | 2024-01-17T04:20:20.205Z | Checking object v0.30.4 |
1964 | 2024-01-17T04:20:20.481Z | Checking num v0.4.1 |
1965 | 2024-01-17T04:20:20.518Z | Checking path-slash v0.1.5 |
1966 | 2024-01-17T04:20:20.618Z | Checking utf-8 v0.7.6 |
1967 | 2024-01-17T04:20:20.696Z | Checking expectorate v1.1.0 |
1968 | 2024-01-17T04:20:20.907Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1969 | 2024-01-17T04:20:20.920Z | Checking tungstenite v0.20.1 |
1970 | 2024-01-17T04:20:20.942Z | Compiling buf-list v1.0.3 |
1971 | 2024-01-17T04:20:21.397Z | Checking signal-hook-mio v0.2.3 |
1972 | 2024-01-17T04:20:21.494Z | Checking display-error-chain v0.2.0 |
1973 | 2024-01-17T04:20:21.586Z | Compiling parking_lot_core v0.8.6 |
1974 | 2024-01-17T04:20:21.681Z | Checking trust-dns-client v0.22.0 |
1975 | 2024-01-17T04:20:22.349Z | Checking tokio-tungstenite v0.20.1 |
1976 | 2024-01-17T04:20:22.394Z | Checking pretty-hex v0.4.1 |
1977 | 2024-01-17T04:20:22.641Z | Compiling vte_generate_state_changes v0.1.1 |
1978 | 2024-01-17T04:20:22.777Z | Checking parking_lot v0.11.2 |
1979 | 2024-01-17T04:20:23.069Z | Checking arrayvec v0.5.2 |
1980 | 2024-01-17T04:20:23.324Z | Checking sled v0.34.7 |
1981 | 2024-01-17T04:20:23.643Z | Compiling semver v0.1.20 |
1982 | 2024-01-17T04:20:23.646Z | Checking fd-lock v3.0.13 |
1983 | 2024-01-17T04:20:23.831Z | Checking vte v0.10.1 |
1984 | 2024-01-17T04:20:23.943Z | Compiling unicase v2.7.0 |
1985 | 2024-01-17T04:20:24.079Z | Checking trust-dns-server v0.22.1 |
1986 | 2024-01-17T04:20:24.383Z | Compiling rustc_version v0.1.7 |
1987 | 2024-01-17T04:20:24.748Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1988 | 2024-01-17T04:20:25.133Z | Compiling platforms v3.0.2 |
1989 | 2024-01-17T04:20:25.233Z | Compiling newtype_derive v0.1.6 |
1990 | 2024-01-17T04:20:25.772Z | Checking crossterm v0.26.1 |
1991 | 2024-01-17T04:20:25.963Z | Checking crossbeam-deque v0.8.3 |
1992 | 2024-01-17T04:20:26.297Z | Checking strip-ansi-escapes v0.1.1 |
1993 | 2024-01-17T04:20:26.424Z | Compiling rayon-core v1.12.0 |
1994 | 2024-01-17T04:20:26.489Z | Checking nu-ansi-term v0.49.0 |
1995 | 2024-01-17T04:20:27.099Z | Checking globset v0.4.13 |
1996 | 2024-01-17T04:20:27.820Z | Checking olpc-cjson v0.1.3 |
1997 | 2024-01-17T04:20:27.840Z | Checking serde_plain v1.0.2 |
1998 | 2024-01-17T04:20:27.899Z | Compiling async-recursion v1.0.5 |
1999 | 2024-01-17T04:20:28.142Z | Checking typed-path v0.7.0 |
2000 | 2024-01-17T04:20:28.195Z | Compiling curve25519-dalek v4.1.1 |
2001 | 2024-01-17T04:20:28.479Z | Checking reedline v0.22.0 |
2002 | 2024-01-17T04:20:29.643Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2003 | 2024-01-17T04:20:29.659Z | Compiling memoffset v0.7.1 |
2004 | 2024-01-17T04:20:29.679Z | Checking rayon v1.8.0 |
2005 | 2024-01-17T04:20:30.213Z | Compiling mime_guess v2.0.4 |
2006 | 2024-01-17T04:20:30.333Z | Checking steno v0.4.0 |
2007 | 2024-01-17T04:20:30.388Z | Checking universal-hash v0.5.1 |
2008 | 2024-01-17T04:20:30.662Z | Compiling thiserror-impl-no-std v2.0.2 |
2009 | 2024-01-17T04:20:31.216Z | Checking tough v0.16.0 |
2010 | 2024-01-17T04:20:31.681Z | Compiling curve25519-dalek-derive v0.1.0 |
2011 | 2024-01-17T04:20:32.430Z | Checking opaque-debug v0.3.0 |
2012 | 2024-01-17T04:20:32.561Z | Checking poly1305 v0.8.0 |
2013 | 2024-01-17T04:20:33.922Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2014 | 2024-01-17T04:20:34.177Z | Checking chacha20 v0.9.1 |
2015 | 2024-01-17T04:20:34.366Z | Checking aead v0.5.2 |
2016 | 2024-01-17T04:20:34.697Z | Checking kstat-rs v0.2.3 |
2017 | 2024-01-17T04:20:34.719Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2018 | 2024-01-17T04:20:35.100Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2019 | 2024-01-17T04:20:35.168Z | Compiling salty v0.2.0 |
2020 | 2024-01-17T04:20:35.384Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2021 | 2024-01-17T04:20:35.510Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2022 | 2024-01-17T04:20:36.003Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2023 | 2024-01-17T04:20:36.096Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2024 | 2024-01-17T04:20:36.151Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2025 | 2024-01-17T04:20:37.137Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2026 | 2024-01-17T04:20:37.639Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2027 | 2024-01-17T04:20:38.893Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2028 | 2024-01-17T04:20:38.898Z | Checking thiserror-no-std v2.0.2 |
2029 | 2024-01-17T04:20:39.039Z | Checking signature v1.6.4 |
2030 | 2024-01-17T04:20:39.217Z | Checking ed25519 v1.5.3 |
2031 | 2024-01-17T04:20:39.448Z | Checking vsss-rs v3.3.4 |
2032 | 2024-01-17T04:20:40.205Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2033 | 2024-01-17T04:20:40.848Z | Checking chacha20poly1305 v0.10.1 |
2034 | 2024-01-17T04:20:41.150Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2035 | 2024-01-17T04:20:42.184Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2036 | 2024-01-17T04:20:42.553Z | Checking serde-big-array v0.5.1 |
2037 | 2024-01-17T04:20:42.874Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2038 | 2024-01-17T04:20:44.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-01-17T04:20:45.512Z | Checking bytecount v0.6.3 |
2040 | 2024-01-17T04:20:45.544Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-01-17T04:20:45.722Z | Checking papergrid v0.10.0 |
2042 | 2024-01-17T04:20:45.741Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2043 | 2024-01-17T04:20:47.047Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2044 | 2024-01-17T04:20:47.164Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2045 | 2024-01-17T04:20:47.818Z | Checking signal-hook-tokio v0.3.1 |
2046 | 2024-01-17T04:20:48.058Z | Compiling tabled_derive v0.6.0 |
2047 | 2024-01-17T04:20:49.181Z | Checking nix v0.26.4 |
2048 | 2024-01-17T04:20:50.329Z | Checking serde-big-array v0.4.1 |
2049 | 2024-01-17T04:20:50.589Z | Compiling sqlparser_derive v0.1.1 |
2050 | 2024-01-17T04:20:52.215Z | Checking unicode_categories v0.1.1 |
2051 | 2024-01-17T04:20:52.447Z | Checking rustyline v12.0.0 |
2052 | 2024-01-17T04:20:52.459Z | Checking sqlparser v0.36.1 |
2053 | 2024-01-17T04:20:52.693Z | Checking sqlformat v0.2.3 |
2054 | 2024-01-17T04:20:53.632Z | Checking tabled v0.14.0 |
2055 | 2024-01-17T04:20:54.934Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2056 | 2024-01-17T04:20:55.132Z | Checking bcs v0.1.6 |
2057 | 2024-01-17T04:20:55.979Z | Checking corncobs v0.1.3 |
2058 | 2024-01-17T04:20:56.273Z | Compiling prettyplease v0.2.16 |
2059 | 2024-01-17T04:20:56.462Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2060 | 2024-01-17T04:20:56.727Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2061 | 2024-01-17T04:20:56.732Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2062 | 2024-01-17T04:20:57.792Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2063 | 2024-01-17T04:20:57.894Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2064 | 2024-01-17T04:20:59.450Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2065 | 2024-01-17T04:21:00.987Z | Checking highway v1.1.0 |
2066 | 2024-01-17T04:21:01.191Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2067 | 2024-01-17T04:21:01.512Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2068 | 2024-01-17T04:21:01.917Z | Checking http-range v0.1.5 |
2069 | 2024-01-17T04:21:02.089Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2070 | 2024-01-17T04:21:02.150Z | Checking hyper-staticfile v0.9.5 |
2071 | 2024-01-17T04:21:02.758Z | Compiling portable-atomic v1.4.3 |
2072 | 2024-01-17T04:21:03.416Z | Compiling crunchy v0.2.2 |
2073 | 2024-01-17T04:21:04.211Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2074 | 2024-01-17T04:21:04.385Z | Compiling clang-sys v1.6.1 |
2075 | 2024-01-17T04:21:04.404Z | Compiling tiny-keccak v2.0.2 |
2076 | 2024-01-17T04:21:04.887Z | Checking humantime v2.1.0 |
2077 | 2024-01-17T04:21:05.038Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2078 | 2024-01-17T04:21:05.045Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2079 | 2024-01-17T04:21:05.293Z | Checking assert_matches v1.5.0 |
2080 | 2024-01-17T04:21:07.547Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2081 | 2024-01-17T04:21:07.658Z | Compiling darling_core v0.14.4 |
2082 | 2024-01-17T04:21:08.298Z | Checking number_prefix v0.4.0 |
2083 | 2024-01-17T04:21:08.573Z | Checking indicatif v0.17.7 |
2084 | 2024-01-17T04:21:09.359Z | Compiling ascii-canvas v3.0.0 |
2085 | 2024-01-17T04:21:09.731Z | Compiling ena v0.14.2 |
2086 | 2024-01-17T04:21:09.777Z | Compiling libloading v0.7.4 |
2087 | 2024-01-17T04:21:10.252Z | Compiling regex-syntax v0.6.29 |
2088 | 2024-01-17T04:21:10.343Z | Compiling bindgen v0.65.1 |
2089 | 2024-01-17T04:21:10.361Z | Compiling diff v0.1.13 |
2090 | 2024-01-17T04:21:14.793Z | Compiling cexpr v0.6.0 |
2091 | 2024-01-17T04:21:17.591Z | Compiling lalrpop v0.19.12 |
2092 | 2024-01-17T04:21:17.612Z | Compiling darling_macro v0.14.4 |
2093 | 2024-01-17T04:21:17.682Z | Compiling which v4.4.0 |
2094 | 2024-01-17T04:21:18.672Z | Compiling fs-err v2.11.0 |
2095 | 2024-01-17T04:21:19.098Z | Checking maplit v1.0.2 |
2096 | 2024-01-17T04:21:19.245Z | Compiling ref-cast v1.0.20 |
2097 | 2024-01-17T04:21:19.249Z | Compiling darling v0.14.4 |
2098 | 2024-01-17T04:21:19.417Z | Compiling rustc-hash v1.1.0 |
2099 | 2024-01-17T04:21:19.638Z | Compiling peeking_take_while v0.1.2 |
2100 | 2024-01-17T04:21:19.823Z | Compiling lazycell v1.3.0 |
2101 | 2024-01-17T04:21:20.401Z | Compiling shlex v1.1.0 |
2102 | 2024-01-17T04:21:20.410Z | Compiling derive_builder_core v0.12.0 |
2103 | 2024-01-17T04:21:20.633Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2104 | 2024-01-17T04:21:21.065Z | Compiling ref-cast-impl v1.0.20 |
2105 | 2024-01-17T04:21:21.857Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2106 | 2024-01-17T04:21:23.009Z | Compiling libxml v0.3.3 |
2107 | 2024-01-17T04:21:23.556Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2108 | 2024-01-17T04:21:23.720Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2109 | 2024-01-17T04:21:24.118Z | Compiling strum_macros v0.24.3 |
2110 | 2024-01-17T04:21:24.141Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2111 | 2024-01-17T04:21:24.206Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2112 | 2024-01-17T04:21:24.965Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2113 | 2024-01-17T04:21:26.746Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2114 | 2024-01-17T04:21:29.255Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2115 | 2024-01-17T04:21:29.323Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2116 | 2024-01-17T04:21:33.881Z | Compiling derive_builder_macro v0.12.0 |
2117 | 2024-01-17T04:21:33.900Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2118 | 2024-01-17T04:21:34.350Z | Compiling cookie v0.18.0 |
2119 | 2024-01-17T04:21:34.577Z | Compiling indoc v1.0.9 |
2120 | 2024-01-17T04:21:34.775Z | Checking parse-size v1.0.0 |
2121 | 2024-01-17T04:21:35.243Z | Checking derive_builder v0.12.0 |
2122 | 2024-01-17T04:21:35.491Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2123 | 2024-01-17T04:21:36.258Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2124 | 2024-01-17T04:21:36.395Z | Checking bb8 v0.8.1 |
2125 | 2024-01-17T04:21:36.696Z | Checking quick-xml v0.23.1 |
2126 | 2024-01-17T04:21:37.114Z | Compiling oso-derive v0.27.0 |
2127 | 2024-01-17T04:21:37.785Z | Compiling impl-trait-for-tuples v0.2.2 |
2128 | 2024-01-17T04:21:37.805Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2129 | 2024-01-17T04:21:38.001Z | Checking smawk v0.3.1 |
2130 | 2024-01-17T04:21:38.302Z | Checking unicode-linebreak v0.1.5 |
2131 | 2024-01-17T04:21:38.556Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2132 | 2024-01-17T04:21:38.960Z | Checking textwrap v0.16.0 |
2133 | 2024-01-17T04:21:39.484Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2134 | 2024-01-17T04:21:39.586Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2135 | 2024-01-17T04:21:40.097Z | Checking is_ci v1.1.1 |
2136 | 2024-01-17T04:21:40.280Z | Checking supports-color v2.1.0 |
2137 | 2024-01-17T04:21:40.635Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2138 | 2024-01-17T04:21:42.280Z | Checking crossterm v0.27.0 |
2139 | 2024-01-17T04:21:42.448Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2140 | 2024-01-17T04:21:43.336Z | Checking cassowary v0.3.0 |
2141 | 2024-01-17T04:21:43.812Z | Compiling indoc v2.0.3 |
2142 | 2024-01-17T04:21:43.971Z | Checking rtoolbox v0.0.1 |
2143 | 2024-01-17T04:21:44.223Z | Checking rpassword v7.3.1 |
2144 | 2024-01-17T04:21:44.374Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2145 | 2024-01-17T04:21:44.426Z | Checking shell-words v1.1.0 |
2146 | 2024-01-17T04:21:44.677Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2147 | 2024-01-17T04:21:44.827Z | Checking fatfs v0.3.6 |
2148 | 2024-01-17T04:21:45.538Z | Checking ratatui v0.23.0 |
2149 | 2024-01-17T04:21:46.432Z | Checking yansi v0.5.1 |
2150 | 2024-01-17T04:21:46.977Z | Compiling target-lexicon v0.12.12 |
2151 | 2024-01-17T04:21:47.171Z | Checking pretty_assertions v1.4.0 |
2152 | 2024-01-17T04:21:47.429Z | Checking plotters-backend v0.3.5 |
2153 | 2024-01-17T04:21:48.031Z | Compiling guppy-workspace-hack v0.1.0 |
2154 | 2024-01-17T04:21:48.475Z | Checking plotters-svg v0.3.5 |
2155 | 2024-01-17T04:21:48.780Z | Checking rand v0.4.6 |
2156 | 2024-01-17T04:21:49.281Z | Checking tui-tree-widget v0.13.0 |
2157 | 2024-01-17T04:21:49.386Z | Compiling target-spec v3.0.1 |
2158 | 2024-01-17T04:21:49.680Z | Checking cast v0.3.0 |
2159 | 2024-01-17T04:21:50.179Z | Checking remove_dir_all v0.5.3 |
2160 | 2024-01-17T04:21:50.236Z | Checking criterion-plot v0.5.0 |
2161 | 2024-01-17T04:21:50.297Z | Checking cfg-expr v0.15.5 |
2162 | 2024-01-17T04:21:50.314Z | Checking tempdir v0.3.7 |
2163 | 2024-01-17T04:21:50.552Z | Checking plotters v0.3.5 |
2164 | 2024-01-17T04:21:51.143Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2165 | 2024-01-17T04:21:51.638Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2166 | 2024-01-17T04:21:52.890Z | Checking tinytemplate v1.2.1 |
2167 | 2024-01-17T04:21:52.980Z | Checking cargo-platform v0.1.3 |
2168 | 2024-01-17T04:21:53.441Z | Checking oorandom v11.1.3 |
2169 | 2024-01-17T04:21:53.459Z | Checking anes v0.1.6 |
2170 | 2024-01-17T04:21:53.487Z | Checking cargo_metadata v0.18.1 |
2171 | 2024-01-17T04:21:53.996Z | Checking criterion v0.5.1 |
2172 | 2024-01-17T04:21:54.214Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2173 | 2024-01-17T04:21:56.167Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2174 | 2024-01-17T04:21:57.247Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2175 | 2024-01-17T04:21:57.292Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2176 | 2024-01-17T04:21:58.696Z | Checking assert_cmd v2.0.13 |
2177 | 2024-01-17T04:21:59.006Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2178 | 2024-01-17T04:21:59.379Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2179 | 2024-01-17T04:22:01.874Z | Checking pathdiff v0.2.1 |
2180 | 2024-01-17T04:22:01.961Z | Checking nested v0.1.1 |
2181 | 2024-01-17T04:22:02.262Z | Checking guppy v0.17.4 |
2182 | 2024-01-17T04:22:04.254Z | Checking threadpool v1.8.1 |
2183 | 2024-01-17T04:22:04.535Z | Checking nanorand v0.7.0 |
2184 | 2024-01-17T04:22:05.111Z | Checking flume v0.11.0 |
2185 | 2024-01-17T04:22:05.829Z | Checking libtest-mimic v0.6.1 |
2186 | 2024-01-17T04:22:05.886Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2187 | 2024-01-17T04:22:06.544Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2188 | 2024-01-17T04:22:08.521Z | Checking httptest v0.15.5 |
2189 | 2024-01-17T04:22:09.070Z | Checking similar-asserts v1.5.0 |
2190 | 2024-01-17T04:22:09.400Z | Compiling rstest_macros v0.18.2 |
2191 | 2024-01-17T04:22:09.715Z | Compiling crossbeam-queue v0.3.8 |
2192 | 2024-01-17T04:22:10.328Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2193 | 2024-01-17T04:22:10.508Z | Checking datatest-stable v0.2.3 |
2194 | 2024-01-17T04:22:10.528Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2195 | 2024-01-17T04:22:10.812Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2196 | 2024-01-17T04:22:11.243Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2197 | 2024-01-17T04:22:11.827Z | Compiling trybuild v1.0.89 |
2198 | 2024-01-17T04:22:12.198Z | Checking constant_time_eq v0.2.6 |
2199 | 2024-01-17T04:22:12.242Z | Checking arrayvec v0.7.4 |
2200 | 2024-01-17T04:22:12.372Z | Checking arrayref v0.3.7 |
2201 | 2024-01-17T04:22:12.413Z | Compiling relative-path v1.9.0 |
2202 | 2024-01-17T04:22:12.916Z | Checking blake2b_simd v1.0.1 |
2203 | 2024-01-17T04:22:12.935Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2204 | 2024-01-17T04:22:14.242Z | Checking basic-toml v0.1.8 |
2205 | 2024-01-17T04:22:15.679Z | Checking constant_time_eq v0.3.0 |
2206 | 2024-01-17T04:22:15.857Z | Checking futures-timer v3.0.2 |
2207 | 2024-01-17T04:22:16.289Z | Checking rust-argon2 v1.0.1 |
2208 | 2024-01-17T04:22:19.203Z | Checking crossbeam v0.8.2 |
2209 | 2024-01-17T04:22:20.540Z | Checking partial-io v0.5.4 |
2210 | 2024-01-17T04:22:21.178Z | Checking approx v0.5.1 |
2211 | 2024-01-17T04:22:21.465Z | Checking termios v0.3.3 |
2212 | 2024-01-17T04:22:21.814Z | Checking hex-literal v0.4.1 |
2213 | 2024-01-17T04:22:24.768Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2214 | 2024-01-17T04:22:27.465Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2215 | 2024-01-17T04:22:28.032Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2216 | 2024-01-17T04:22:29.676Z | Checking rstest v0.18.2 |
2217 | 2024-01-17T04:22:37.630Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2218 | 2024-01-17T04:22:41.960Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2219 | 2024-01-17T04:23:45.214Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2220 | 2024-01-17T04:23:48.979Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2221 | 2024-01-17T04:23:56.469Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2222 | 2024-01-17T04:23:57.678Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2223 | 2024-01-17T04:24:07.583Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2224 | 2024-01-17T04:24:31.602Z | Compiling polar-core v0.27.0 |
2225 | 2024-01-17T04:24:42.288Z | Checking oso v0.27.0 |
2226 | 2024-01-17T04:25:20.235Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2227 | 2024-01-17T04:26:43.539Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 13s |
2228 | 2024-01-17T04:26:43.765Z | |
2229 | 2024-01-17T04:26:43.765Z | real 11:15.007927914 |
2230 | 2024-01-17T04:26:43.765Z | user 1:01:18.106195855 |
2231 | 2024-01-17T04:26:43.768Z | sys 7:57.155896653 |
2232 | 2024-01-17T04:26:43.768Z | trap 2.109718026 |
2233 | 2024-01-17T04:26:43.769Z | tflt 2.461992442 |
2234 | 2024-01-17T04:26:43.769Z | dflt 4.590652712 |
2235 | 2024-01-17T04:26:43.769Z | kflt 0.024494251 |
2236 | 2024-01-17T04:26:43.769Z | lock 1:36:47.211449377 |
2237 | 2024-01-17T04:26:43.769Z | slp 3:01:19.667843384 |
2238 | 2024-01-17T04:26:43.769Z | lat 2:09.638517095 |
2239 | 2024-01-17T04:26:43.769Z | stop 4:45.087074312 |
2240 | 2024-01-17T04:26:44.961Z | warning: output filename collision. |
2241 | 2024-01-17T04:26:44.961Z | 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)`. |
2242 | 2024-01-17T04:26:44.961Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2243 | 2024-01-17T04:26:44.961Z | The targets should have unique names. |
2244 | 2024-01-17T04:26:44.961Z | This is a known bug where multiple crates with the same name use |
2245 | 2024-01-17T04:26:44.961Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2246 | 2024-01-17T04:26:44.964Z | warning: output filename collision. |
2247 | 2024-01-17T04:26:44.964Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2248 | 2024-01-17T04:26:44.964Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2249 | 2024-01-17T04:26:44.964Z | The targets should have unique names. |
2250 | 2024-01-17T04:26:44.964Z | This is a known bug where multiple crates with the same name use |
2251 | 2024-01-17T04:26:44.964Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2252 | 2024-01-17T04:26:44.965Z | warning: output filename collision. |
2253 | 2024-01-17T04:26:44.965Z | 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)`. |
2254 | 2024-01-17T04:26:44.965Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2255 | 2024-01-17T04:26:44.965Z | The targets should have unique names. |
2256 | 2024-01-17T04:26:44.965Z | This is a known bug where multiple crates with the same name use |
2257 | 2024-01-17T04:26:44.965Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2258 | 2024-01-17T04:26:44.965Z | warning: output filename collision. |
2259 | 2024-01-17T04:26:44.965Z | 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)`. |
2260 | 2024-01-17T04:26:44.965Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2261 | 2024-01-17T04:26:44.965Z | The targets should have unique names. |
2262 | 2024-01-17T04:26:44.965Z | This is a known bug where multiple crates with the same name use |
2263 | 2024-01-17T04:26:44.965Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2264 | 2024-01-17T04:26:45.599Z | Documenting libc v0.2.152 |
2265 | 2024-01-17T04:26:45.618Z | Documenting cfg-if v1.0.0 |
2266 | 2024-01-17T04:26:45.628Z | Documenting serde_derive v1.0.195 |
2267 | 2024-01-17T04:26:45.657Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2268 | 2024-01-17T04:26:45.661Z | Documenting scopeguard v1.2.0 |
2269 | 2024-01-17T04:26:45.661Z | Documenting log v0.4.20 |
2270 | 2024-01-17T04:26:45.693Z | Documenting memchr v2.6.3 |
2271 | 2024-01-17T04:26:45.707Z | Documenting smallvec v1.11.2 |
2272 | 2024-01-17T04:26:46.190Z | Documenting zeroize_derive v1.4.2 |
2273 | 2024-01-17T04:26:49.496Z | Documenting itoa v1.0.9 |
2274 | 2024-01-17T04:26:49.551Z | Documenting lock_api v0.4.10 |
2275 | 2024-01-17T04:26:50.130Z | Documenting pin-project-lite v0.2.13 |
2276 | 2024-01-17T04:26:51.437Z | Documenting libm v0.2.7 |
2277 | 2024-01-17T04:26:51.953Z | Documenting getrandom v0.2.10 |
2278 | 2024-01-17T04:26:52.528Z | Documenting parking_lot_core v0.9.8 |
2279 | 2024-01-17T04:26:53.547Z | Documenting signal-hook-registry v1.4.1 |
2280 | 2024-01-17T04:26:53.578Z | Documenting zeroize v1.7.0 |
2281 | 2024-01-17T04:26:53.974Z | Documenting mio v0.8.9 |
2282 | 2024-01-17T04:26:54.030Z | Documenting futures-core v0.3.30 |
2283 | 2024-01-17T04:26:55.112Z | Documenting serde v1.0.195 |
2284 | 2024-01-17T04:26:56.302Z | Documenting num-traits v0.2.16 |
2285 | 2024-01-17T04:26:57.490Z | Documenting rand_core v0.6.4 |
2286 | 2024-01-17T04:26:58.176Z | Documenting parking_lot v0.12.1 |
2287 | 2024-01-17T04:26:59.407Z | Documenting thiserror-impl v1.0.49 |
2288 | 2024-01-17T04:26:59.461Z | Documenting num_cpus v1.16.0 |
2289 | 2024-01-17T04:26:59.774Z | Documenting socket2 v0.5.5 |
2290 | 2024-01-17T04:27:00.019Z | Documenting typenum v1.16.0 |
2291 | 2024-01-17T04:27:02.980Z | Documenting tokio-macros v2.2.0 |
2292 | 2024-01-17T04:27:03.320Z | Documenting once_cell v1.19.0 |
2293 | 2024-01-17T04:27:03.939Z | Documenting subtle v2.5.0 |
2294 | 2024-01-17T04:27:05.056Z | Documenting ryu v1.0.15 |
2295 | 2024-01-17T04:27:05.693Z | Documenting byteorder v1.5.0 |
2296 | 2024-01-17T04:27:06.525Z | Documenting thiserror v1.0.49 |
2297 | 2024-01-17T04:27:09.143Z | Documenting futures-sink v0.3.30 |
2298 | 2024-01-17T04:27:09.155Z | Documenting const-oid v0.9.5 |
2299 | 2024-01-17T04:27:09.440Z | Documenting pin-utils v0.1.0 |
2300 | 2024-01-17T04:27:09.754Z | Documenting slab v0.4.9 |
2301 | 2024-01-17T04:27:11.745Z | Documenting futures-macro v0.3.30 |
2302 | 2024-01-17T04:27:11.887Z | Documenting futures-task v0.3.30 |
2303 | 2024-01-17T04:27:14.422Z | Documenting futures-channel v0.3.30 |
2304 | 2024-01-17T04:27:16.171Z | Documenting futures-io v0.3.30 |
2305 | 2024-01-17T04:27:17.180Z | Documenting iana-time-zone v0.1.57 |
2306 | 2024-01-17T04:27:17.569Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2307 | 2024-01-17T04:27:18.464Z | Documenting tinyvec_macros v0.1.1 |
2308 | 2024-01-17T04:27:18.804Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2309 | 2024-01-17T04:27:19.017Z | Documenting ppv-lite86 v0.2.17 |
2310 | 2024-01-17T04:27:20.320Z | Documenting tracing-core v0.1.31 |
2311 | 2024-01-17T04:27:22.408Z | Documenting futures-util v0.3.30 |
2312 | 2024-01-17T04:27:23.165Z | Documenting tinyvec v1.6.0 |
2313 | 2024-01-17T04:27:23.179Z | Documenting tracing-attributes v0.1.26 |
2314 | 2024-01-17T04:27:24.135Z | Documenting rand_chacha v0.3.1 |
2315 | 2024-01-17T04:27:28.792Z | Documenting unicode-normalization v0.1.22 |
2316 | 2024-01-17T04:27:30.436Z | Documenting rand v0.8.5 |
2317 | 2024-01-17T04:27:30.469Z | Documenting bytes v1.5.0 |
2318 | 2024-01-17T04:27:32.791Z | Documenting bitflags v2.4.0 |
2319 | 2024-01-17T04:27:33.468Z | Documenting serde_json v1.0.111 |
2320 | 2024-01-17T04:27:35.234Z | Documenting chrono v0.4.31 |
2321 | 2024-01-17T04:27:37.567Z | Documenting tokio v1.35.1 |
2322 | 2024-01-17T04:27:37.749Z | Documenting uuid v1.6.1 |
2323 | 2024-01-17T04:27:38.881Z | Documenting spin v0.9.8 |
2324 | 2024-01-17T04:27:39.023Z | Documenting lazy_static v1.4.0 |
2325 | 2024-01-17T04:27:42.070Z | Documenting unicode-bidi v0.3.13 |
2326 | 2024-01-17T04:27:43.194Z | Documenting base64 v0.21.7 |
2327 | 2024-01-17T04:27:43.510Z | Documenting percent-encoding v2.3.1 |
2328 | 2024-01-17T04:27:44.351Z | Documenting cpufeatures v0.2.9 |
2329 | 2024-01-17T04:27:44.553Z | Checking serde_derive_internals v0.26.0 |
2330 | 2024-01-17T04:27:45.582Z | Documenting serde_derive_internals v0.26.0 |
2331 | 2024-01-17T04:27:45.627Z | Documenting generic-array v0.14.7 |
2332 | 2024-01-17T04:27:48.373Z | Documenting dyn-clone v1.0.13 |
2333 | 2024-01-17T04:27:48.414Z | Documenting fnv v1.0.7 |
2334 | 2024-01-17T04:27:49.188Z | Documenting errno v0.3.2 |
2335 | 2024-01-17T04:27:49.451Z | Documenting form_urlencoded v1.2.1 |
2336 | 2024-01-17T04:27:50.484Z | Documenting tracing v0.1.37 |
2337 | 2024-01-17T04:27:52.461Z | Documenting crypto-common v0.1.6 |
2338 | 2024-01-17T04:27:52.772Z | Documenting block-buffer v0.10.4 |
2339 | 2024-01-17T04:27:53.418Z | Documenting schemars_derive v0.8.16 |
2340 | 2024-01-17T04:27:53.826Z | Documenting idna v0.5.0 |
2341 | 2024-01-17T04:27:53.900Z | Documenting httparse v1.8.0 |
2342 | 2024-01-17T04:27:54.795Z | Documenting rustix v0.38.25 |
2343 | 2024-01-17T04:27:55.692Z | Documenting unicode-ident v1.0.12 |
2344 | 2024-01-17T04:27:58.566Z | Documenting adler v1.0.2 |
2345 | 2024-01-17T04:27:59.315Z | Documenting digest v0.10.7 |
2346 | 2024-01-17T04:27:59.813Z | Documenting url v2.5.0 |
2347 | 2024-01-17T04:27:59.853Z | Documenting proc-macro2 v1.0.74 |
2348 | 2024-01-17T04:28:00.010Z | Documenting untrusted v0.9.0 |
2349 | 2024-01-17T04:28:02.218Z | Documenting schemars v0.8.16 |
2350 | 2024-01-17T04:28:02.582Z | Documenting miniz_oxide v0.7.1 |
2351 | 2024-01-17T04:28:04.176Z | Documenting base64ct v1.6.0 |
2352 | 2024-01-17T04:28:04.492Z | Documenting unicode-width v0.1.11 |
2353 | 2024-01-17T04:28:06.039Z | Documenting quote v1.0.35 |
2354 | 2024-01-17T04:28:06.455Z | Documenting ring v0.17.7 |
2355 | 2024-01-17T04:28:07.697Z | Documenting openssl-probe v0.1.5 |
2356 | 2024-01-17T04:28:08.693Z | Documenting httpdate v1.0.3 |
2357 | 2024-01-17T04:28:08.749Z | Documenting try-lock v0.2.4 |
2358 | 2024-01-17T04:28:10.691Z | Documenting http-body v0.4.5 |
2359 | 2024-01-17T04:28:12.112Z | Documenting openssl-sys v0.9.96 |
2360 | 2024-01-17T04:28:12.225Z | Documenting slog v2.7.0 |
2361 | 2024-01-17T04:28:13.068Z | Documenting want v0.3.1 |
2362 | 2024-01-17T04:28:13.542Z | Documenting async-trait v0.1.77 |
2363 | 2024-01-17T04:28:14.352Z | Documenting openssl-macros v0.1.1 |
2364 | 2024-01-17T04:28:14.822Z | Documenting mime v0.3.17 |
2365 | 2024-01-17T04:28:17.119Z | Documenting tower-service v0.3.2 |
2366 | 2024-01-17T04:28:18.450Z | Documenting rustls-webpki v0.101.7 |
2367 | 2024-01-17T04:28:18.662Z | Documenting pem-rfc7468 v0.7.0 |
2368 | 2024-01-17T04:28:20.533Z | Documenting aho-corasick v1.0.4 |
2369 | 2024-01-17T04:28:20.933Z | Documenting sct v0.7.0 |
2370 | 2024-01-17T04:28:21.118Z | Documenting openssl v0.10.60 |
2371 | 2024-01-17T04:28:21.155Z | Documenting der_derive v0.7.2 |
2372 | 2024-01-17T04:28:21.430Z | Documenting tokio-util v0.7.10 |
2373 | 2024-01-17T04:28:22.600Z | Documenting flagset v0.4.3 |
2374 | 2024-01-17T04:28:24.788Z | Documenting equivalent v1.0.1 |
2375 | 2024-01-17T04:28:24.825Z | Documenting regex-syntax v0.8.2 |
2376 | 2024-01-17T04:28:26.269Z | Documenting ipnet v2.8.0 |
2377 | 2024-01-17T04:28:26.608Z | Documenting hashbrown v0.14.2 |
2378 | 2024-01-17T04:28:28.247Z | Documenting utf8parse v0.2.1 |
2379 | 2024-01-17T04:28:28.754Z | Documenting der v0.7.8 |
2380 | 2024-01-17T04:28:28.848Z | Documenting rustls v0.21.9 |
2381 | 2024-01-17T04:28:29.908Z | Documenting h2 v0.3.21 |
2382 | 2024-01-17T04:28:32.068Z | Documenting num-integer v0.1.45 |
2383 | 2024-01-17T04:28:32.474Z | Documenting time-macros v0.2.13 |
2384 | 2024-01-17T04:28:33.111Z | Documenting indexmap v2.1.0 |
2385 | 2024-01-17T04:28:33.278Z | Documenting gimli v0.28.0 |
2386 | 2024-01-17T04:28:34.975Z | Documenting regex-automata v0.4.3 |
2387 | 2024-01-17T04:28:36.274Z | Documenting num_threads v0.1.6 |
2388 | 2024-01-17T04:28:38.246Z | Documenting time-core v0.1.1 |
2389 | 2024-01-17T04:28:39.827Z | Documenting deranged v0.3.8 |
2390 | 2024-01-17T04:28:40.045Z | Documenting spki v0.7.2 |
2391 | 2024-01-17T04:28:40.399Z | Documenting tokio-rustls v0.24.1 |
2392 | 2024-01-17T04:28:41.776Z | Documenting native-tls v0.2.11 |
2393 | 2024-01-17T04:28:42.469Z | Documenting object v0.32.1 |
2394 | 2024-01-17T04:28:42.963Z | Documenting addr2line v0.21.0 |
2395 | 2024-01-17T04:28:45.057Z | Documenting hyper v0.14.27 |
2396 | 2024-01-17T04:28:46.463Z | Documenting time v0.3.27 |
2397 | 2024-01-17T04:28:46.531Z | Documenting crossbeam-utils v0.8.16 |
2398 | 2024-01-17T04:28:48.077Z | Documenting regex v1.10.2 |
2399 | 2024-01-17T04:28:48.637Z | Documenting encoding_rs v0.8.33 |
2400 | 2024-01-17T04:28:49.557Z | Checking pest_meta v2.7.2 |
2401 | 2024-01-17T04:28:49.752Z | Documenting rustc-demangle v0.1.23 |
2402 | 2024-01-17T04:28:51.155Z | Documenting tokio-native-tls v0.3.1 |
2403 | 2024-01-17T04:28:52.649Z | Documenting rustls-native-certs v0.6.3 |
2404 | 2024-01-17T04:28:54.073Z | Documenting serde_urlencoded v0.7.1 |
2405 | 2024-01-17T04:28:54.560Z | Documenting pest_meta v2.7.2 |
2406 | 2024-01-17T04:28:55.682Z | Checking pest_generator v2.7.2 |
2407 | 2024-01-17T04:28:56.505Z | Documenting pkcs8 v0.10.2 |
2408 | 2024-01-17T04:28:56.884Z | Documenting webpki-roots v0.25.2 |
2409 | 2024-01-17T04:28:58.239Z | Documenting anstyle v1.0.2 |
2410 | 2024-01-17T04:28:58.906Z | Documenting data-encoding v2.4.0 |
2411 | 2024-01-17T04:29:00.407Z | Documenting ucd-trie v0.1.6 |
2412 | 2024-01-17T04:29:00.736Z | Documenting pest_generator v2.7.2 |
2413 | 2024-01-17T04:29:01.476Z | Documenting backtrace v0.3.69 |
2414 | 2024-01-17T04:29:02.677Z | Documenting anstyle-parse v0.2.1 |
2415 | 2024-01-17T04:29:03.429Z | Documenting ipnetwork v0.20.0 |
2416 | 2024-01-17T04:29:03.548Z | Documenting hyper-rustls v0.24.2 |
2417 | 2024-01-17T04:29:03.960Z | Documenting hyper-tls v0.5.0 |
2418 | 2024-01-17T04:29:05.283Z | Documenting syn v2.0.46 |
2419 | 2024-01-17T04:29:06.561Z | Documenting pest v2.7.2 |
2420 | 2024-01-17T04:29:07.358Z | Documenting sha2 v0.10.8 |
2421 | 2024-01-17T04:29:07.846Z | Documenting pest_derive v2.7.2 |
2422 | 2024-01-17T04:29:09.751Z | Documenting anyhow v1.0.75 |
2423 | 2024-01-17T04:29:10.764Z | Documenting futures-executor v0.3.30 |
2424 | 2024-01-17T04:29:14.799Z | Documenting hex v0.4.3 |
2425 | 2024-01-17T04:29:16.160Z | Documenting reqwest v0.11.22 |
2426 | 2024-01-17T04:29:16.160Z | Documenting crc32fast v1.3.2 |
2427 | 2024-01-17T04:29:16.160Z | Checking serde_tokenstream v0.1.7 |
2428 | 2024-01-17T04:29:17.476Z | Documenting colorchoice v1.0.0 |
2429 | 2024-01-17T04:29:17.476Z | Documenting anstyle-query v1.0.0 |
2430 | 2024-01-17T04:29:19.112Z | Documenting dtrace-parser v0.1.14 |
2431 | 2024-01-17T04:29:19.112Z | Documenting openapiv3 v2.0.0 |
2432 | 2024-01-17T04:29:39.614Z | Documenting num-iter v0.1.43 |
2433 | 2024-01-17T04:29:40.280Z | Documenting hmac v0.12.1 |
2434 | 2024-01-17T04:29:40.280Z | Documenting dof v0.1.5 |
2435 | 2024-01-17T04:29:40.791Z | Documenting anstream v0.5.0 |
2436 | 2024-01-17T04:29:40.989Z | Documenting thread-id v4.2.0 |
2437 | 2024-01-17T04:29:40.990Z | Documenting terminal_size v0.2.6 |
2438 | 2024-01-17T04:29:41.051Z | Documenting memoffset v0.9.0 |
2439 | 2024-01-17T04:29:41.052Z | Documenting strsim v0.10.0 |
2440 | 2024-01-17T04:29:41.052Z | Documenting clap_lex v0.5.1 |
2441 | 2024-01-17T04:29:41.052Z | Documenting flate2 v1.0.28 |
2442 | 2024-01-17T04:29:41.052Z | Documenting futures v0.3.30 |
2443 | 2024-01-17T04:29:41.052Z | Documenting usdt-impl v0.3.5 |
2444 | 2024-01-17T04:29:41.052Z | Documenting crossbeam-epoch v0.9.15 |
2445 | 2024-01-17T04:29:41.052Z | Documenting usdt-attr-macro v0.3.5 |
2446 | 2024-01-17T04:29:41.052Z | Documenting usdt-macro v0.3.5 |
2447 | 2024-01-17T04:29:41.052Z | Documenting clap_builder v4.4.2 |
2448 | 2024-01-17T04:29:41.052Z | Documenting clap_derive v4.4.2 |
2449 | 2024-01-17T04:29:41.052Z | Documenting unicode-segmentation v1.10.1 |
2450 | 2024-01-17T04:29:41.052Z | Documenting managed v0.8.0 |
2451 | 2024-01-17T04:29:41.052Z | Documenting block-padding v0.3.3 |
2452 | 2024-01-17T04:29:41.053Z | Documenting scheduled-thread-pool v0.2.7 |
2453 | 2024-01-17T04:29:41.053Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2454 | 2024-01-17T04:29:41.053Z | Documenting usdt v0.3.5 |
2455 | 2024-01-17T04:29:41.053Z | Documenting enum-as-inner v0.5.1 |
2456 | 2024-01-17T04:29:41.053Z | Checking diesel_table_macro_syntax v0.1.0 |
2457 | 2024-01-17T04:29:41.144Z | Documenting pin-project-internal v1.1.3 |
2458 | 2024-01-17T04:29:41.450Z | Documenting diesel_table_macro_syntax v0.1.0 |
2459 | 2024-01-17T04:29:42.340Z | Documenting either v1.9.0 |
2460 | 2024-01-17T04:29:42.947Z | Documenting clap v4.4.3 |
2461 | 2024-01-17T04:29:44.363Z | Documenting r2d2 v0.8.10 |
2462 | 2024-01-17T04:29:44.999Z | Documenting bzip2 v0.4.4 |
2463 | 2024-01-17T04:29:46.742Z | Documenting inout v0.1.3 |
2464 | 2024-01-17T04:29:46.993Z | Documenting trust-dns-proto v0.22.0 |
2465 | 2024-01-17T04:29:47.893Z | Documenting diesel_derives v2.1.2 |
2466 | 2024-01-17T04:29:48.116Z | Documenting md-5 v0.10.5 |
2467 | 2024-01-17T04:29:48.300Z | Documenting pin-project v1.1.3 |
2468 | 2024-01-17T04:29:50.128Z | Documenting stringprep v0.1.3 |
2469 | 2024-01-17T04:29:50.361Z | Documenting toml_datetime v0.6.5 |
2470 | 2024-01-17T04:29:50.797Z | Documenting serde_spanned v0.6.4 |
2471 | 2024-01-17T04:29:52.378Z | Documenting zerocopy v0.7.31 |
2472 | 2024-01-17T04:29:52.704Z | Documenting ff v0.13.0 |
2473 | 2024-01-17T04:29:55.177Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2474 | 2024-01-17T04:29:55.787Z | Documenting doc-comment v0.3.3 |
2475 | 2024-01-17T04:29:56.061Z | Documenting snafu-derive v0.7.5 |
2476 | 2024-01-17T04:29:56.401Z | Documenting static_assertions v1.1.0 |
2477 | 2024-01-17T04:29:58.316Z | Documenting bit-vec v0.6.3 |
2478 | 2024-01-17T04:29:59.470Z | Documenting siphasher v0.3.11 |
2479 | 2024-01-17T04:29:59.944Z | Documenting fallible-iterator v0.2.0 |
2480 | 2024-01-17T04:30:00.787Z | Documenting winnow v0.5.15 |
2481 | 2024-01-17T04:30:00.816Z | Documenting base16ct v0.2.0 |
2482 | 2024-01-17T04:30:00.830Z | Documenting diesel v2.1.4 |
2483 | 2024-01-17T04:30:03.669Z | Documenting group v0.13.0 |
2484 | 2024-01-17T04:30:03.708Z | Documenting phf_shared v0.11.2 |
2485 | 2024-01-17T04:30:04.203Z | Documenting cipher v0.4.4 |
2486 | 2024-01-17T04:30:05.263Z | Documenting sec1 v0.7.3 |
2487 | 2024-01-17T04:30:07.408Z | Documenting snafu v0.7.5 |
2488 | 2024-01-17T04:30:07.714Z | Documenting postgres-protocol v0.6.6 |
2489 | 2024-01-17T04:30:08.328Z | Documenting toml_edit v0.21.0 |
2490 | 2024-01-17T04:30:09.234Z | Documenting zip v0.6.6 |
2491 | 2024-01-17T04:30:09.373Z | Documenting hkdf v0.12.4 |
2492 | 2024-01-17T04:30:14.010Z | Documenting num-bigint v0.4.4 |
2493 | 2024-01-17T04:30:14.171Z | Documenting crypto-bigint v0.5.2 |
2494 | 2024-01-17T04:30:14.608Z | Documenting hubpack v0.1.2 |
2495 | 2024-01-17T04:30:16.784Z | Documenting bstr v1.6.0 |
2496 | 2024-01-17T04:30:16.982Z | Documenting regress v0.7.1 |
2497 | 2024-01-17T04:30:17.041Z | Documenting serde_repr v0.1.16 |
2498 | 2024-01-17T04:30:17.929Z | Documenting precomputed-hash v0.1.1 |
2499 | 2024-01-17T04:30:21.481Z | Documenting new_debug_unreachable v1.0.4 |
2500 | 2024-01-17T04:30:23.347Z | Documenting minimal-lexical v0.2.1 |
2501 | 2024-01-17T04:30:23.753Z | Documenting lalrpop-util v0.19.12 |
2502 | 2024-01-17T04:30:24.349Z | Documenting fixedbitset v0.4.2 |
2503 | 2024-01-17T04:30:24.398Z | Documenting yasna v0.5.2 |
2504 | 2024-01-17T04:30:24.799Z | Documenting elliptic-curve v0.13.8 |
2505 | 2024-01-17T04:30:25.684Z | Documenting string_cache v0.8.7 |
2506 | 2024-01-17T04:30:26.678Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2507 | 2024-01-17T04:30:28.906Z | Documenting nom v7.1.3 |
2508 | 2024-01-17T04:30:29.149Z | Documenting petgraph v0.6.4 |
2509 | 2024-01-17T04:30:29.978Z | Documenting postgres-types v0.2.6 |
2510 | 2024-01-17T04:30:32.192Z | Documenting phf v0.11.2 |
2511 | 2024-01-17T04:30:33.552Z | Documenting console v0.15.8 |
2512 | 2024-01-17T04:30:34.296Z | Documenting semver v1.0.21 |
2513 | 2024-01-17T04:30:36.040Z | Documenting float-cmp v0.9.0 |
2514 | 2024-01-17T04:30:36.516Z | Documenting predicates-core v1.0.6 |
2515 | 2024-01-17T04:30:38.171Z | Documenting normalize-line-endings v0.3.0 |
2516 | 2024-01-17T04:30:39.897Z | Documenting heck v0.4.1 |
2517 | 2024-01-17T04:30:40.392Z | Documenting whoami v1.4.1 |
2518 | 2024-01-17T04:30:40.983Z | Documenting difflib v0.4.0 |
2519 | 2024-01-17T04:30:41.091Z | Checking unsafe-libyaml v0.2.10 |
2520 | 2024-01-17T04:30:41.684Z | Documenting bit-set v0.5.3 |
2521 | 2024-01-17T04:30:42.252Z | Documenting ahash v0.8.6 |
2522 | 2024-01-17T04:30:42.967Z | Documenting similar v2.3.0 |
2523 | 2024-01-17T04:30:43.045Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2524 | 2024-01-17T04:30:43.946Z | Documenting tokio-stream v0.1.14 |
2525 | 2024-01-17T04:30:45.541Z | Documenting tokio-postgres v0.7.10 |
2526 | 2024-01-17T04:30:46.252Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2527 | 2024-01-17T04:30:46.431Z | Documenting predicates v3.0.4 |
2528 | 2024-01-17T04:30:47.756Z | Documenting unsafe-libyaml v0.2.10 |
2529 | 2024-01-17T04:30:49.082Z | Checking ident_case v1.0.1 |
2530 | 2024-01-17T04:30:49.303Z | Checking serde_yaml v0.9.25 |
2531 | 2024-01-17T04:30:49.358Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2532 | 2024-01-17T04:30:51.469Z | Documenting getopts v0.2.21 |
2533 | 2024-01-17T04:30:52.361Z | Documenting match_cfg v0.1.0 |
2534 | 2024-01-17T04:30:52.998Z | Documenting sha1 v0.10.6 |
2535 | 2024-01-17T04:30:53.539Z | Documenting serde_yaml v0.9.25 |
2536 | 2024-01-17T04:30:54.027Z | Documenting dirs-sys-next v0.1.2 |
2537 | 2024-01-17T04:30:56.425Z | Documenting hostname v0.3.1 |
2538 | 2024-01-17T04:30:57.578Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2539 | 2024-01-17T04:30:57.591Z | Documenting thread_local v1.1.7 |
2540 | 2024-01-17T04:30:59.582Z | Documenting dirs-next v2.0.0 |
2541 | 2024-01-17T04:31:00.121Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2542 | 2024-01-17T04:31:00.191Z | Documenting paste v1.0.14 |
2543 | 2024-01-17T04:31:01.291Z | Documenting crossbeam-channel v0.5.8 |
2544 | 2024-01-17T04:31:01.963Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2545 | 2024-01-17T04:31:02.134Z | Documenting atty v0.2.14 |
2546 | 2024-01-17T04:31:03.777Z | Documenting take_mut v0.2.2 |
2547 | 2024-01-17T04:31:05.263Z | Documenting term v0.7.0 |
2548 | 2024-01-17T04:31:05.420Z | Documenting slog-json v2.6.1 |
2549 | 2024-01-17T04:31:06.420Z | Documenting http v1.0.0 |
2550 | 2024-01-17T04:31:06.730Z | Documenting camino v1.1.6 |
2551 | 2024-01-17T04:31:07.384Z | Documenting async-stream-impl v0.3.5 |
2552 | 2024-01-17T04:31:07.548Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2553 | 2024-01-17T04:31:09.154Z | Documenting slog-async v2.8.0 |
2554 | 2024-01-17T04:31:11.106Z | Documenting slog-term v2.9.0 |
2555 | 2024-01-17T04:31:12.227Z | Documenting rustls-pki-types v1.1.0 |
2556 | 2024-01-17T04:31:13.344Z | Documenting debug-ignore v1.0.5 |
2557 | 2024-01-17T04:31:13.719Z | Documenting atomic-waker v1.1.1 |
2558 | 2024-01-17T04:31:13.856Z | Documenting async-stream v0.3.5 |
2559 | 2024-01-17T04:31:14.962Z | Documenting multer v3.0.0 |
2560 | 2024-01-17T04:31:15.410Z | Documenting slog-bunyan v2.5.0 |
2561 | 2024-01-17T04:31:16.988Z | Documenting rustls-pemfile v2.0.0 |
2562 | 2024-01-17T04:31:17.442Z | Checking darling_core v0.20.3 |
2563 | 2024-01-17T04:31:17.740Z | Documenting toml v0.8.8 |
2564 | 2024-01-17T04:31:17.903Z | Documenting waitgroup v0.1.2 |
2565 | 2024-01-17T04:31:28.972Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2566 | 2024-01-17T04:31:29.160Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2567 | 2024-01-17T04:31:29.284Z | Documenting serde_path_to_error v0.1.15 |
2568 | 2024-01-17T04:31:29.284Z | Documenting strum v0.25.0 |
2569 | 2024-01-17T04:31:29.284Z | Checking darling v0.20.3 |
2570 | 2024-01-17T04:31:29.284Z | Documenting serde_with_macros v3.4.0 |
2571 | 2024-01-17T04:31:29.284Z | Documenting structmeta-derive v0.2.0 |
2572 | 2024-01-17T04:31:29.284Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2573 | 2024-01-17T04:31:29.285Z | Checking structmeta v0.2.0 |
2574 | 2024-01-17T04:31:29.285Z | Documenting instant v0.1.12 |
2575 | 2024-01-17T04:31:29.285Z | Checking regex-syntax v0.7.5 |
2576 | 2024-01-17T04:31:29.285Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2577 | 2024-01-17T04:31:29.285Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2578 | 2024-01-17T04:31:29.285Z | Documenting macaddr v1.0.1 |
2579 | 2024-01-17T04:31:30.229Z | Documenting serde_with v3.4.0 |
2580 | 2024-01-17T04:31:30.834Z | Documenting structmeta v0.2.0 |
2581 | 2024-01-17T04:31:30.913Z | Documenting backoff v0.4.0 |
2582 | 2024-01-17T04:31:31.596Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2583 | 2024-01-17T04:31:33.596Z | Documenting fastrand v2.0.0 |
2584 | 2024-01-17T04:31:33.750Z | Documenting is-terminal v0.4.9 |
2585 | 2024-01-17T04:31:35.731Z | Documenting proc-macro-error-attr v1.0.4 |
2586 | 2024-01-17T04:31:37.181Z | Documenting parse-display-derive v0.8.2 |
2587 | 2024-01-17T04:31:37.811Z | Checking proc-macro-error v1.0.4 |
2588 | 2024-01-17T04:31:38.217Z | Checking proc-macro-crate v1.3.1 |
2589 | 2024-01-17T04:31:38.567Z | Documenting proc-macro-crate v1.3.1 |
2590 | 2024-01-17T04:31:39.208Z | Documenting hash32 v0.2.1 |
2591 | 2024-01-17T04:31:39.519Z | Documenting tempfile v3.8.1 |
2592 | 2024-01-17T04:31:40.775Z | Documenting stable_deref_trait v1.2.0 |
2593 | 2024-01-17T04:31:41.316Z | Documenting proc-macro-error v1.0.4 |
2594 | 2024-01-17T04:31:41.826Z | Documenting embedded-io v0.4.0 |
2595 | 2024-01-17T04:31:44.748Z | Documenting cobs v0.2.3 |
2596 | 2024-01-17T04:31:45.074Z | Documenting num_enum_derive v0.5.11 |
2597 | 2024-01-17T04:31:45.287Z | Documenting heapless v0.7.16 |
2598 | 2024-01-17T04:31:45.785Z | Documenting parse-display v0.8.2 |
2599 | 2024-01-17T04:31:46.044Z | Documenting camino-tempfile v1.1.1 |
2600 | 2024-01-17T04:31:46.437Z | Documenting foreign-types-macros v0.2.3 |
2601 | 2024-01-17T04:31:48.355Z | Documenting foreign-types-shared v0.3.1 |
2602 | 2024-01-17T04:31:49.056Z | Documenting postcard v1.0.8 |
2603 | 2024-01-17T04:31:51.092Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2604 | 2024-01-17T04:31:51.819Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2605 | 2024-01-17T04:31:52.647Z | Documenting crucible-workspace-hack v0.1.0 |
2606 | 2024-01-17T04:31:52.728Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2607 | 2024-01-17T04:31:52.760Z | Documenting smoltcp v0.10.0 |
2608 | 2024-01-17T04:31:53.068Z | Documenting num_enum v0.5.11 |
2609 | 2024-01-17T04:31:53.298Z | Documenting foreign-types v0.5.0 |
2610 | 2024-01-17T04:31:55.372Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2611 | 2024-01-17T04:31:56.014Z | Documenting cstr-argument v0.1.2 |
2612 | 2024-01-17T04:31:58.115Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2613 | 2024-01-17T04:31:58.528Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2614 | 2024-01-17T04:31:58.866Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2615 | 2024-01-17T04:31:59.216Z | Documenting colored v2.0.4 |
2616 | 2024-01-17T04:32:00.872Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2617 | 2024-01-17T04:32:01.250Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2618 | 2024-01-17T04:32:01.530Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2619 | 2024-01-17T04:32:02.734Z | Documenting zone_cfg_derive v0.3.0 |
2620 | 2024-01-17T04:32:04.509Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2621 | 2024-01-17T04:32:05.699Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2622 | 2024-01-17T04:32:05.810Z | Documenting num-derive v0.4.0 |
2623 | 2024-01-17T04:32:06.261Z | Documenting smf v0.2.2 |
2624 | 2024-01-17T04:32:07.150Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2625 | 2024-01-17T04:32:10.313Z | Documenting zone v0.3.0 |
2626 | 2024-01-17T04:32:10.526Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2627 | 2024-01-17T04:32:10.989Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2628 | 2024-01-17T04:32:12.015Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2629 | 2024-01-17T04:32:12.361Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2630 | 2024-01-17T04:32:12.701Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2631 | 2024-01-17T04:32:13.222Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2632 | 2024-01-17T04:32:13.878Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2633 | 2024-01-17T04:32:13.979Z | Checking heck v0.3.3 |
2634 | 2024-01-17T04:32:14.215Z | Documenting structopt-derive v0.4.18 |
2635 | 2024-01-17T04:32:14.690Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2636 | 2024-01-17T04:32:16.542Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2637 | 2024-01-17T04:32:18.931Z | Documenting libefi-sys v0.1.0 |
2638 | 2024-01-17T04:32:19.093Z | Documenting linked-hash-map v0.5.6 |
2639 | 2024-01-17T04:32:19.478Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2640 | 2024-01-17T04:32:19.701Z | Checking convert_case v0.4.0 |
2641 | 2024-01-17T04:32:20.002Z | Documenting convert_case v0.4.0 |
2642 | 2024-01-17T04:32:20.966Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2643 | 2024-01-17T04:32:21.871Z | Documenting structopt v0.3.26 |
2644 | 2024-01-17T04:32:23.696Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2645 | 2024-01-17T04:32:24.871Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2646 | 2024-01-17T04:32:25.126Z | Documenting password-hash v0.5.0 |
2647 | 2024-01-17T04:32:25.463Z | Documenting lru-cache v0.1.2 |
2648 | 2024-01-17T04:32:25.582Z | Documenting derive_more v0.99.17 |
2649 | 2024-01-17T04:32:26.185Z | Documenting blake2 v0.10.6 |
2650 | 2024-01-17T04:32:28.817Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2651 | 2024-01-17T04:32:30.071Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2652 | 2024-01-17T04:32:31.121Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2653 | 2024-01-17T04:32:31.250Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2654 | 2024-01-17T04:32:31.458Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2655 | 2024-01-17T04:32:31.693Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2656 | 2024-01-17T04:32:32.913Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2657 | 2024-01-17T04:32:33.504Z | Documenting argon2 v0.5.2 |
2658 | 2024-01-17T04:32:34.092Z | Documenting keccak v0.1.4 |
2659 | 2024-01-17T04:32:36.110Z | Documenting itertools v0.12.0 |
2660 | 2024-01-17T04:32:37.694Z | Documenting secrecy v0.8.0 |
2661 | 2024-01-17T04:32:38.213Z | Documenting sha3 v0.10.8 |
2662 | 2024-01-17T04:32:41.114Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2663 | 2024-01-17T04:32:41.121Z | Documenting quick-error v1.2.3 |
2664 | 2024-01-17T04:32:41.857Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2665 | 2024-01-17T04:32:43.899Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2666 | 2024-01-17T04:32:45.826Z | Documenting nibble_vec v0.1.0 |
2667 | 2024-01-17T04:32:45.957Z | Documenting endian-type v0.1.2 |
2668 | 2024-01-17T04:32:47.128Z | Documenting resolv-conf v0.7.0 |
2669 | 2024-01-17T04:32:47.537Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2670 | 2024-01-17T04:32:49.233Z | Documenting cancel-safe-futures v0.1.5 |
2671 | 2024-01-17T04:32:51.276Z | Documenting glob v0.3.1 |
2672 | 2024-01-17T04:32:52.269Z | Documenting tap v1.0.1 |
2673 | 2024-01-17T04:32:52.297Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2674 | 2024-01-17T04:32:52.297Z | Documenting radix_trie v0.2.1 |
2675 | 2024-01-17T04:32:52.542Z | Documenting trust-dns-resolver v0.22.0 |
2676 | 2024-01-17T04:32:56.345Z | Documenting wyz v0.5.1 |
2677 | 2024-01-17T04:32:57.299Z | Documenting radium v0.7.0 |
2678 | 2024-01-17T04:32:57.824Z | Documenting arc-swap v1.6.0 |
2679 | 2024-01-17T04:32:58.161Z | Documenting swrite v0.1.0 |
2680 | 2024-01-17T04:33:00.947Z | Documenting crc-catalog v2.2.0 |
2681 | 2024-01-17T04:33:01.670Z | Documenting funty v2.0.0 |
2682 | 2024-01-17T04:33:03.605Z | Documenting slog-scope v4.4.0 |
2683 | 2024-01-17T04:33:03.745Z | Documenting num-rational v0.4.1 |
2684 | 2024-01-17T04:33:05.193Z | Documenting crc v3.0.1 |
2685 | 2024-01-17T04:33:05.944Z | Documenting libsw v3.3.1 |
2686 | 2024-01-17T04:33:06.677Z | Documenting bitvec v1.0.1 |
2687 | 2024-01-17T04:33:06.791Z | Documenting num-complex v0.4.4 |
2688 | 2024-01-17T04:33:08.695Z | Documenting xattr v1.0.1 |
2689 | 2024-01-17T04:33:09.220Z | Documenting filetime v0.2.23 |
2690 | 2024-01-17T04:33:09.461Z | Documenting packed_struct_codegen v0.10.1 |
2691 | 2024-01-17T04:33:10.030Z | Documenting derive-where v1.2.7 |
2692 | 2024-01-17T04:33:12.754Z | Documenting half v1.8.2 |
2693 | 2024-01-17T04:33:14.029Z | Documenting ciborium-io v0.2.1 |
2694 | 2024-01-17T04:33:14.551Z | Documenting same-file v1.0.6 |
2695 | 2024-01-17T04:33:14.748Z | Documenting owo-colors v3.5.0 |
2696 | 2024-01-17T04:33:15.133Z | Documenting linear-map v1.2.0 |
2697 | 2024-01-17T04:33:16.313Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2698 | 2024-01-17T04:33:17.172Z | Documenting nodrop v0.1.14 |
2699 | 2024-01-17T04:33:17.791Z | Documenting packed_struct v0.10.1 |
2700 | 2024-01-17T04:33:19.353Z | Documenting tar v0.4.40 |
2701 | 2024-01-17T04:33:19.603Z | Documenting ciborium-ll v0.2.1 |
2702 | 2024-01-17T04:33:20.846Z | Documenting walkdir v2.4.0 |
2703 | 2024-01-17T04:33:21.803Z | Documenting array-init v0.0.4 |
2704 | 2024-01-17T04:33:21.852Z | Documenting num v0.4.1 |
2705 | 2024-01-17T04:33:22.275Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2706 | 2024-01-17T04:33:25.338Z | Documenting slog-stdlog v4.1.1 |
2707 | 2024-01-17T04:33:25.824Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2708 | 2024-01-17T04:33:26.243Z | Documenting slog-dtrace v0.2.3 |
2709 | 2024-01-17T04:33:27.079Z | Documenting num-bigint-dig v0.8.4 |
2710 | 2024-01-17T04:33:27.258Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2711 | 2024-01-17T04:33:30.409Z | Documenting pkcs1 v0.7.5 |
2712 | 2024-01-17T04:33:31.303Z | Documenting signature v2.1.0 |
2713 | 2024-01-17T04:33:31.866Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2714 | 2024-01-17T04:33:36.040Z | Documenting termcolor v1.2.0 |
2715 | 2024-01-17T04:33:37.136Z | Documenting bitfield v0.14.0 |
2716 | 2024-01-17T04:33:37.407Z | Documenting slog-envlogger v2.2.0 |
2717 | 2024-01-17T04:33:38.975Z | Documenting rsa v0.9.2 |
2718 | 2024-01-17T04:33:39.296Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2719 | 2024-01-17T04:33:40.509Z | Documenting serde-hex v0.1.0 |
2720 | 2024-01-17T04:33:41.125Z | Documenting ciborium v0.2.1 |
2721 | 2024-01-17T04:33:41.508Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2722 | 2024-01-17T04:33:42.500Z | Documenting env_logger v0.10.0 |
2723 | 2024-01-17T04:33:45.463Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2724 | 2024-01-17T04:33:47.570Z | Documenting x509-cert v0.2.4 |
2725 | 2024-01-17T04:33:48.387Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2726 | 2024-01-17T04:33:49.317Z | Documenting pem v3.0.2 |
2727 | 2024-01-17T04:33:49.421Z | Documenting ron v0.8.1 |
2728 | 2024-01-17T04:33:50.778Z | Documenting fxhash v0.2.1 |
2729 | 2024-01-17T04:33:51.221Z | Documenting crc-any v2.4.3 |
2730 | 2024-01-17T04:33:53.544Z | Documenting utf-8 v0.7.6 |
2731 | 2024-01-17T04:33:54.853Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2732 | 2024-01-17T04:33:55.791Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2733 | 2024-01-17T04:33:55.991Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2734 | 2024-01-17T04:33:56.206Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2735 | 2024-01-17T04:33:56.274Z | Documenting newtype_derive v0.1.6 |
2736 | 2024-01-17T04:33:58.964Z | Documenting tungstenite v0.20.1 |
2737 | 2024-01-17T04:34:01.667Z | Documenting signal-hook v0.3.17 |
2738 | 2024-01-17T04:34:03.389Z | Documenting vte_generate_state_changes v0.1.1 |
2739 | 2024-01-17T04:34:07.850Z | Documenting path-slash v0.1.5 |
2740 | 2024-01-17T04:34:08.729Z | Documenting display-error-chain v0.2.0 |
2741 | 2024-01-17T04:34:08.939Z | Documenting arrayvec v0.5.2 |
2742 | 2024-01-17T04:34:09.431Z | Documenting tokio-tungstenite v0.20.1 |
2743 | 2024-01-17T04:34:09.606Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2744 | 2024-01-17T04:34:11.588Z | Documenting steno v0.4.0 |
2745 | 2024-01-17T04:34:13.289Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2746 | 2024-01-17T04:34:13.740Z | Documenting vte v0.10.1 |
2747 | 2024-01-17T04:34:14.237Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2748 | 2024-01-17T04:34:18.461Z | Documenting buf-list v1.0.3 |
2749 | 2024-01-17T04:34:20.861Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2750 | 2024-01-17T04:34:20.905Z | Documenting fd-lock v3.0.13 |
2751 | 2024-01-17T04:34:25.484Z | Documenting strip-ansi-escapes v0.1.1 |
2752 | 2024-01-17T04:34:27.228Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2753 | 2024-01-17T04:34:27.290Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2754 | 2024-01-17T04:34:28.603Z | Checking darling_core v0.14.4 |
2755 | 2024-01-17T04:34:31.165Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2756 | 2024-01-17T04:34:31.301Z | Documenting nu-ansi-term v0.49.0 |
2757 | 2024-01-17T04:34:31.564Z | Checking darling v0.14.4 |
2758 | 2024-01-17T04:34:31.724Z | Documenting trust-dns-client v0.22.0 |
2759 | 2024-01-17T04:34:36.574Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2760 | 2024-01-17T04:34:37.300Z | Documenting reedline v0.22.0 |
2761 | 2024-01-17T04:34:44.982Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2762 | 2024-01-17T04:34:45.585Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2763 | 2024-01-17T04:34:45.860Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2764 | 2024-01-17T04:34:46.026Z | Documenting globset v0.4.13 |
2765 | 2024-01-17T04:34:46.088Z | Documenting olpc-cjson v0.1.3 |
2766 | 2024-01-17T04:34:46.244Z | Documenting serde_plain v1.0.2 |
2767 | 2024-01-17T04:34:47.616Z | Documenting async-recursion v1.0.5 |
2768 | 2024-01-17T04:34:48.377Z | Documenting typed-path v0.7.0 |
2769 | 2024-01-17T04:34:52.275Z | Documenting bytecount v0.6.3 |
2770 | 2024-01-17T04:34:52.391Z | Documenting trust-dns-server v0.22.1 |
2771 | 2024-01-17T04:34:52.948Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2772 | 2024-01-17T04:34:53.103Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2773 | 2024-01-17T04:34:54.201Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2774 | 2024-01-17T04:34:55.239Z | Documenting sled v0.34.7 |
2775 | 2024-01-17T04:34:55.257Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2776 | 2024-01-17T04:34:56.217Z | Documenting unicase v2.7.0 |
2777 | 2024-01-17T04:34:56.411Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2778 | 2024-01-17T04:34:56.593Z | Documenting tough v0.16.0 |
2779 | 2024-01-17T04:34:56.718Z | Documenting papergrid v0.10.0 |
2780 | 2024-01-17T04:34:56.849Z | Documenting tabled_derive v0.6.0 |
2781 | 2024-01-17T04:35:00.943Z | Documenting crossbeam-deque v0.8.3 |
2782 | 2024-01-17T04:35:01.773Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2783 | 2024-01-17T04:35:02.339Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2784 | 2024-01-17T04:35:03.194Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2785 | 2024-01-17T04:35:03.750Z | Documenting nix v0.26.4 |
2786 | 2024-01-17T04:35:03.936Z | Documenting headers-core v0.2.0 |
2787 | 2024-01-17T04:35:03.947Z | Documenting sqlparser_derive v0.1.1 |
2788 | 2024-01-17T04:35:06.210Z | Documenting pretty-hex v0.4.1 |
2789 | 2024-01-17T04:35:06.948Z | Documenting home v0.5.5 |
2790 | 2024-01-17T04:35:07.690Z | Documenting unicode_categories v0.1.1 |
2791 | 2024-01-17T04:35:08.552Z | Documenting rayon-core v1.12.0 |
2792 | 2024-01-17T04:35:10.447Z | Documenting sqlparser v0.36.1 |
2793 | 2024-01-17T04:35:10.803Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2794 | 2024-01-17T04:35:11.388Z | Documenting headers v0.3.9 |
2795 | 2024-01-17T04:35:11.928Z | Documenting tabled v0.14.0 |
2796 | 2024-01-17T04:35:12.437Z | Documenting rustyline v12.0.0 |
2797 | 2024-01-17T04:35:13.386Z | Documenting sqlformat v0.2.3 |
2798 | 2024-01-17T04:35:14.829Z | Documenting mime_guess v2.0.4 |
2799 | 2024-01-17T04:35:19.313Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2800 | 2024-01-17T04:35:19.580Z | Checking derive_builder_core v0.12.0 |
2801 | 2024-01-17T04:35:20.798Z | Documenting derive_builder_core v0.12.0 |
2802 | 2024-01-17T04:35:21.209Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2803 | 2024-01-17T04:35:21.457Z | Documenting signal-hook-mio v0.2.3 |
2804 | 2024-01-17T04:35:21.581Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2805 | 2024-01-17T04:35:21.961Z | Documenting universal-hash v0.5.1 |
2806 | 2024-01-17T04:35:21.987Z | Documenting bcs v0.1.6 |
2807 | 2024-01-17T04:35:26.850Z | Documenting kstat-rs v0.2.3 |
2808 | 2024-01-17T04:35:27.744Z | Documenting thiserror-impl-no-std v2.0.2 |
2809 | 2024-01-17T04:35:29.846Z | Documenting curve25519-dalek-derive v0.1.0 |
2810 | 2024-01-17T04:35:32.652Z | Documenting highway v1.1.0 |
2811 | 2024-01-17T04:35:34.107Z | Documenting opaque-debug v0.3.0 |
2812 | 2024-01-17T04:35:34.107Z | Documenting derive_builder_macro v0.12.0 |
2813 | 2024-01-17T04:35:35.218Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2814 | 2024-01-17T04:35:35.403Z | Documenting curve25519-dalek v4.1.1 |
2815 | 2024-01-17T04:35:35.403Z | Documenting poly1305 v0.8.0 |
2816 | 2024-01-17T04:35:57.102Z | Documenting thiserror-no-std v2.0.2 |
2817 | 2024-01-17T04:35:57.102Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2818 | 2024-01-17T04:35:57.508Z | Documenting crossterm v0.27.0 |
2819 | 2024-01-17T04:35:57.508Z | Documenting rayon v1.8.0 |
2820 | 2024-01-17T04:35:57.508Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2821 | 2024-01-17T04:35:58.090Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2822 | 2024-01-17T04:35:58.090Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2823 | 2024-01-17T04:35:58.092Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2824 | 2024-01-17T04:35:58.092Z | Documenting fs-err v2.11.0 |
2825 | 2024-01-17T04:35:58.093Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2826 | 2024-01-17T04:35:58.093Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2827 | 2024-01-17T04:36:02.535Z | Documenting portable-atomic v1.4.3 |
2828 | 2024-01-17T04:36:03.835Z | Documenting ed25519 v1.5.3 |
2829 | 2024-01-17T04:36:08.065Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2830 | 2024-01-17T04:36:08.115Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2831 | 2024-01-17T04:36:09.900Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2832 | 2024-01-17T04:36:13.677Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2833 | 2024-01-17T04:36:13.697Z | Documenting chacha20 v0.9.1 |
2834 | 2024-01-17T04:36:15.728Z | Documenting aead v0.5.2 |
2835 | 2024-01-17T04:36:15.924Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2836 | 2024-01-17T04:36:18.235Z | Documenting ref-cast-impl v1.0.20 |
2837 | 2024-01-17T04:36:20.155Z | Documenting cassowary v0.3.0 |
2838 | 2024-01-17T04:36:21.311Z | Documenting parse-size v1.0.0 |
2839 | 2024-01-17T04:36:25.206Z | Documenting number_prefix v0.4.0 |
2840 | 2024-01-17T04:36:25.857Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2841 | 2024-01-17T04:36:26.251Z | Documenting ref-cast v1.0.20 |
2842 | 2024-01-17T04:36:26.611Z | Documenting ratatui v0.23.0 |
2843 | 2024-01-17T04:36:30.699Z | Documenting chacha20poly1305 v0.10.1 |
2844 | 2024-01-17T04:36:30.753Z | Documenting salty v0.2.0 |
2845 | 2024-01-17T04:36:31.076Z | Documenting indicatif v0.17.7 |
2846 | 2024-01-17T04:36:36.110Z | Documenting vsss-rs v3.3.4 |
2847 | 2024-01-17T04:36:37.073Z | Documenting derive_builder v0.12.0 |
2848 | 2024-01-17T04:36:38.505Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2849 | 2024-01-17T04:36:39.845Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2850 | 2024-01-17T04:36:40.514Z | Documenting polar-core v0.27.0 |
2851 | 2024-01-17T04:36:41.252Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2852 | 2024-01-17T04:36:47.361Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2853 | 2024-01-17T04:36:47.943Z | Documenting libxml v0.3.3 |
2854 | 2024-01-17T04:36:49.804Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2855 | 2024-01-17T04:36:53.716Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2856 | 2024-01-17T04:36:57.304Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2857 | 2024-01-17T04:36:57.698Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2858 | 2024-01-17T04:36:57.740Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2859 | 2024-01-17T04:36:58.381Z | Documenting bb8 v0.8.1 |
2860 | 2024-01-17T04:36:59.798Z | Documenting quick-xml v0.23.1 |
2861 | 2024-01-17T04:37:06.767Z | Documenting serde-big-array v0.5.1 |
2862 | 2024-01-17T04:37:06.888Z | Documenting rtoolbox v0.0.1 |
2863 | 2024-01-17T04:37:07.282Z | Documenting oso-derive v0.27.0 |
2864 | 2024-01-17T04:37:11.024Z | Documenting impl-trait-for-tuples v0.2.2 |
2865 | 2024-01-17T04:37:11.241Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2866 | 2024-01-17T04:37:12.352Z | Documenting maplit v1.0.2 |
2867 | 2024-01-17T04:37:12.817Z | Documenting smawk v0.3.1 |
2868 | 2024-01-17T04:37:13.107Z | Documenting unicode-linebreak v0.1.5 |
2869 | 2024-01-17T04:37:14.465Z | Documenting humantime v2.1.0 |
2870 | 2024-01-17T04:37:16.309Z | Documenting is_ci v1.1.1 |
2871 | 2024-01-17T04:37:17.493Z | Documenting http-range v0.1.5 |
2872 | 2024-01-17T04:37:17.747Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2873 | 2024-01-17T04:37:18.279Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2874 | 2024-01-17T04:37:18.829Z | Documenting textwrap v0.16.0 |
2875 | 2024-01-17T04:37:19.852Z | Documenting oso v0.27.0 |
2876 | 2024-01-17T04:37:20.101Z | Documenting rpassword v7.3.1 |
2877 | 2024-01-17T04:37:21.739Z | Documenting supports-color v2.1.0 |
2878 | 2024-01-17T04:37:22.994Z | Documenting hyper-staticfile v0.9.5 |
2879 | 2024-01-17T04:37:25.272Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2880 | 2024-01-17T04:37:25.649Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2881 | 2024-01-17T04:37:26.529Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2882 | 2024-01-17T04:37:27.972Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2883 | 2024-01-17T04:37:28.873Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2884 | 2024-01-17T04:37:33.811Z | Documenting tui-tree-widget v0.13.0 |
2885 | 2024-01-17T04:37:47.964Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2886 | 2024-01-17T04:37:47.965Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2887 | 2024-01-17T04:37:47.971Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2888 | 2024-01-17T04:37:47.971Z | Documenting cookie v0.18.0 |
2889 | 2024-01-17T04:37:47.971Z | Documenting signal-hook-tokio v0.3.1 |
2890 | 2024-01-17T04:37:47.971Z | Documenting rcgen v0.12.0 |
2891 | 2024-01-17T04:37:47.971Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2892 | 2024-01-17T04:37:47.971Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2893 | 2024-01-17T04:37:47.971Z | Documenting atomicwrites v0.4.3 |
2894 | 2024-01-17T04:37:49.598Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2895 | 2024-01-17T04:37:51.446Z | Documenting subprocess v0.2.9 |
2896 | 2024-01-17T04:37:52.550Z | Documenting shell-words v1.1.0 |
2897 | 2024-01-17T04:37:53.933Z | Documenting corncobs v0.1.3 |
2898 | 2024-01-17T04:37:56.062Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2899 | 2024-01-17T04:37:58.124Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2900 | 2024-01-17T04:37:58.501Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2901 | 2024-01-17T04:37:58.824Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2902 | 2024-01-17T04:37:59.179Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2903 | 2024-01-17T04:38:00.543Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2904 | 2024-01-17T04:38:06.346Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2905 | 2024-01-17T04:38:08.404Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2906 | 2024-01-17T04:38:09.872Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2907 | 2024-01-17T04:38:27.349Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2908 | 2024-01-17T04:38:29.582Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2909 | 2024-01-17T04:38:32.228Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2910 | 2024-01-17T04:38:34.143Z | Documenting fatfs v0.3.6 |
2911 | 2024-01-17T04:38:41.644Z | Documenting nanorand v0.7.0 |
2912 | 2024-01-17T04:38:44.756Z | Documenting assert_matches v1.5.0 |
2913 | 2024-01-17T04:38:44.772Z | Documenting topological-sort v0.2.2 |
2914 | 2024-01-17T04:38:45.939Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2915 | 2024-01-17T04:38:47.542Z | Documenting flume v0.11.0 |
2916 | 2024-01-17T04:38:48.309Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2917 | 2024-01-17T04:38:50.754Z | Documenting omicron-zone-package v0.10.1 |
2918 | 2024-01-17T04:38:54.102Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2919 | 2024-01-17T04:38:57.507Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2920 | 2024-01-17T04:38:58.959Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2921 | 2024-01-17T04:39:00.532Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2922 | 2024-01-17T04:39:02.034Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2923 | 2024-01-17T04:39:08.978Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2924 | 2024-01-17T04:39:26.881Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2925 | 2024-01-17T04:39:26.881Z | --> sled-agent/src/sim/instance.rs:46:7 |
2926 | 2024-01-17T04:39:26.881Z | | |
2927 | 2024-01-17T04:39:26.881Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2928 | 2024-01-17T04:39:26.882Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2929 | 2024-01-17T04:39:26.882Z | | |
2930 | 2024-01-17T04:39:26.882Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2931 | 2024-01-17T04:39:26.883Z | |
2932 | 2024-01-17T04:39:26.965Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2933 | 2024-01-17T04:39:28.156Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2934 | 2024-01-17T04:39:32.001Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2935 | 2024-01-17T04:39:32.016Z | Documenting termios v0.3.3 |
2936 | 2024-01-17T04:39:32.021Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2937 | 2024-01-17T04:39:37.325Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2938 | 2024-01-17T04:39:37.994Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2939 | 2024-01-17T04:39:39.215Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2940 | 2024-01-17T04:39:43.451Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2941 | 2024-01-17T04:40:05.453Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2942 | 2024-01-17T04:40:24.734Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2943 | 2024-01-17T04:40:33.839Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2944 | 2024-01-17T04:40:49.097Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2945 | 2024-01-17T04:40:51.622Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2946 | 2024-01-17T04:40:52.626Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2947 | 2024-01-17T04:40:55.744Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2948 | 2024-01-17T04:41:06.857Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2949 | 2024-01-17T04:41:34.939Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2950 | 2024-01-17T04:42:30.641Z | warning: unresolved link to `VolumeConstructionRequest` |
2951 | 2024-01-17T04:42:30.642Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2952 | 2024-01-17T04:42:30.642Z | | |
2953 | 2024-01-17T04:42:30.642Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2954 | 2024-01-17T04:42:30.642Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2955 | 2024-01-17T04:42:30.642Z | | |
2956 | 2024-01-17T04:42:30.642Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2957 | 2024-01-17T04:42:30.642Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2958 | 2024-01-17T04:42:30.642Z | |
2959 | 2024-01-17T04:42:30.646Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2960 | 2024-01-17T04:42:30.646Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2961 | 2024-01-17T04:42:30.646Z | | |
2962 | 2024-01-17T04:42:30.646Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2963 | 2024-01-17T04:42:30.646Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2964 | 2024-01-17T04:42:30.646Z | |
2965 | 2024-01-17T04:42:30.646Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2966 | 2024-01-17T04:42:30.646Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2967 | 2024-01-17T04:42:30.646Z | | |
2968 | 2024-01-17T04:42:30.646Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2969 | 2024-01-17T04:42:30.647Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2970 | 2024-01-17T04:42:30.647Z | |
2971 | 2024-01-17T04:42:30.647Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2972 | 2024-01-17T04:42:30.647Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2973 | 2024-01-17T04:42:30.647Z | | |
2974 | 2024-01-17T04:42:30.647Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2975 | 2024-01-17T04:42:30.647Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2976 | 2024-01-17T04:42:30.647Z | |
2977 | 2024-01-17T04:42:30.647Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2978 | 2024-01-17T04:42:30.647Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2979 | 2024-01-17T04:42:30.647Z | | |
2980 | 2024-01-17T04:42:30.647Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2981 | 2024-01-17T04:42:30.648Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2982 | 2024-01-17T04:42:30.648Z | |
2983 | 2024-01-17T04:42:30.648Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2984 | 2024-01-17T04:42:30.648Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2985 | 2024-01-17T04:42:30.648Z | | |
2986 | 2024-01-17T04:42:30.648Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2987 | 2024-01-17T04:42:30.648Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2988 | 2024-01-17T04:42:30.648Z | |
2989 | 2024-01-17T04:42:30.648Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2990 | 2024-01-17T04:42:30.648Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2991 | 2024-01-17T04:42:30.648Z | | |
2992 | 2024-01-17T04:42:30.648Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2993 | 2024-01-17T04:42:30.648Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2994 | 2024-01-17T04:42:30.648Z | |
2995 | 2024-01-17T04:42:34.117Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2996 | 2024-01-17T04:43:08.120Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 22s |
2997 | 2024-01-17T04:43:21.115Z | |
2998 | 2024-01-17T04:43:21.115Z | real 16:22.887516570 |
2999 | 2024-01-17T04:43:21.116Z | user 53:23.170640778 |
3000 | 2024-01-17T04:43:21.116Z | sys 1:02:08.642468080 |
3001 | 2024-01-17T04:43:21.116Z | trap 1.867048151 |
3002 | 2024-01-17T04:43:21.116Z | tflt 0.100015951 |
3003 | 2024-01-17T04:43:21.116Z | dflt 0.384796523 |
3004 | 2024-01-17T04:43:21.116Z | kflt 0.000283183 |
3005 | 2024-01-17T04:43:21.116Z | lock 3:13:25.375667602 |
3006 | 2024-01-17T04:43:21.116Z | slp 4:10:00.627830706 |
3007 | 2024-01-17T04:43:21.116Z | lat 5:26.918372965 |
3008 | 2024-01-17T04:43:21.116Z | stop 1:33.269489248 |
3009 | 2024-01-17T04:43:21.116Z | process exited: duration 1789765 ms, exit code 0 |
|
3010 | 2024-01-17T04:43:21.427Z | found 0 output files |