|
|
|
1 | 2023-10-29T03:10:26.403Z | job assigned to worker 01HDWPEZQSXBGK2RSF38VATCST (queued for 1 m 25 s) |
|
2 | 2023-10-29T03:10:27.447Z | starting task 0: "setup" |
3 | 2023-10-29T03:10:27.845Z | ++ uname -s |
4 | 2023-10-29T03:10:27.849Z | + kern=SunOS |
5 | 2023-10-29T03:10:27.852Z | + case "$kern" in |
6 | 2023-10-29T03:10:27.855Z | + groupadd -g 12345 build |
7 | 2023-10-29T03:10:27.858Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-29T03:10:29.921Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-29T03:10:30.099Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-29T03:10:30.104Z | + home_fs=zfs |
11 | 2023-10-29T03:10:30.108Z | + [[ zfs == autofs ]] |
12 | 2023-10-29T03:10:30.112Z | + mkdir -p /home/build |
13 | 2023-10-29T03:10:30.115Z | + chown build:build /home/build /work |
14 | 2023-10-29T03:10:31.130Z | + chmod 0700 /home/build /work |
15 | 2023-10-29T03:10:31.141Z | process exited: duration 3660 ms, exit code 0 |
|
16 | 2023-10-29T03:10:31.154Z | starting task 1: "rust-toolchain" |
17 | 2023-10-29T03:10:31.167Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-29T03:10:31.171Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-29T03:10:31.395Z | info: downloading installer |
20 | 2023-10-29T03:10:34.283Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-29T03:10:34.289Z | warning: /opt/ooce/bin |
22 | 2023-10-29T03:10:34.294Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-29T03:10:34.299Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-29T03:10:34.303Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-29T03:10:34.309Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-29T03:10:34.315Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-29T03:10:34.321Z | error: cannot install while Rust is installed |
28 | 2023-10-29T03:10:34.334Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-29T03:10:34.450Z | info: profile set to 'default' |
30 | 2023-10-29T03:10:34.453Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-29T03:10:34.456Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-29T03:10:34.609Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-29T03:10:34.613Z | info: downloading component 'cargo' |
34 | 2023-10-29T03:10:35.198Z | info: downloading component 'clippy' |
35 | 2023-10-29T03:10:35.405Z | info: downloading component 'rust-docs' |
36 | 2023-10-29T03:10:36.138Z | info: downloading component 'rust-std' |
37 | 2023-10-29T03:10:37.454Z | info: downloading component 'rustc' |
38 | 2023-10-29T03:10:40.712Z | info: downloading component 'rustfmt' |
39 | 2023-10-29T03:10:40.884Z | info: installing component 'cargo' |
40 | 2023-10-29T03:10:42.692Z | info: installing component 'clippy' |
41 | 2023-10-29T03:10:43.460Z | info: installing component 'rust-docs' |
42 | 2023-10-29T03:10:46.240Z | info: installing component 'rust-std' |
43 | 2023-10-29T03:10:49.904Z | info: installing component 'rustc' |
44 | 2023-10-29T03:10:57.699Z | info: installing component 'rustfmt' |
45 | 2023-10-29T03:10:58.130Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-29T03:10:58.134Z | |
47 | 2023-10-29T03:10:58.273Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-29T03:10:58.287Z | |
49 | 2023-10-29T03:10:58.301Z | |
50 | 2023-10-29T03:10:58.309Z | Rust is installed now. Great! |
51 | 2023-10-29T03:10:58.321Z | |
52 | 2023-10-29T03:10:58.333Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-29T03:10:58.338Z | environment variable. This has not been done automatically. |
54 | 2023-10-29T03:10:58.345Z | |
55 | 2023-10-29T03:10:58.354Z | To configure your current shell, run: |
56 | 2023-10-29T03:10:58.359Z | source "$HOME/.cargo/env" |
57 | 2023-10-29T03:10:58.364Z | + rustc --version |
58 | 2023-10-29T03:10:58.464Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-29T03:10:58.479Z | process exited: duration 27305 ms, exit code 0 |
|
60 | 2023-10-29T03:10:58.508Z | starting task 2: "authentication" |
61 | 2023-10-29T03:10:58.568Z | process exited: duration 48 ms, exit code 0 |
|
62 | 2023-10-29T03:10:58.587Z | starting task 3: "clone repository" |
63 | 2023-10-29T03:10:58.604Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-29T03:10:58.614Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-29T03:10:58.640Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-29T03:11:05.323Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-29T03:11:05.330Z | + [[ -n renovate/rcgen-0.x ]] |
68 | 2023-10-29T03:11:05.337Z | + git fetch origin renovate/rcgen-0.x |
69 | 2023-10-29T03:11:05.705Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-29T03:11:05.723Z | * branch renovate/rcgen-0.x -> FETCH_HEAD |
71 | 2023-10-29T03:11:05.730Z | + git checkout -B renovate/rcgen-0.x remotes/origin/renovate/rcgen-0.x |
72 | 2023-10-29T03:11:05.806Z | Switched to a new branch 'renovate/rcgen-0.x' |
73 | 2023-10-29T03:11:05.833Z | branch 'renovate/rcgen-0.x' set up to track 'origin/renovate/rcgen-0.x'. |
74 | 2023-10-29T03:11:05.850Z | + git reset --hard 88517ab5d164f4c84d509fb2377cae481de5492e |
75 | 2023-10-29T03:11:05.959Z | HEAD is now at 88517ab5 chore(deps): update rust crate rcgen to 0.11.3 |
76 | 2023-10-29T03:11:06.392Z | process exited: duration 7355 ms, exit code 0 |
|
77 | 2023-10-29T03:11:06.416Z | starting task 4: "build" |
78 | 2023-10-29T03:11:06.433Z | + cargo --version |
79 | 2023-10-29T03:11:06.520Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-29T03:11:06.535Z | + rustc --version |
81 | 2023-10-29T03:11:06.622Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-29T03:11:06.627Z | + source ./env.sh |
83 | 2023-10-29T03:11:06.632Z | ++ set -o xtrace |
84 | 2023-10-29T03:11:06.637Z | ++++ dirname ./env.sh |
85 | 2023-10-29T03:11:06.642Z | +++ cd . |
86 | 2023-10-29T03:11:06.647Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-29T03:11:06.651Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-29T03:11:06.655Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-29T03:11:06.660Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-29T03:11:06.667Z | ++ 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 |
91 | 2023-10-29T03:11:06.675Z | ++ 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 |
92 | 2023-10-29T03:11:06.684Z | ++ 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 |
93 | 2023-10-29T03:11:06.693Z | ++ 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 |
94 | 2023-10-29T03:11:06.700Z | ++ 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 |
95 | 2023-10-29T03:11:06.709Z | ++ 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 |
96 | 2023-10-29T03:11:06.722Z | ++ unset OMICRON_WS |
97 | 2023-10-29T03:11:06.738Z | ++ set +o xtrace |
98 | 2023-10-29T03:11:06.766Z | |
99 | 2023-10-29T03:11:06.791Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-10-29T03:11:06.820Z | # # # # # # # # # # # # # # # |
101 | 2023-10-29T03:11:06.838Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-10-29T03:11:06.849Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-10-29T03:11:06.854Z | # # # # # # # # # # # # # # # |
104 | 2023-10-29T03:11:06.861Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-10-29T03:11:06.865Z | |
106 | 2023-10-29T03:11:14.885Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-10-29T03:11:15.795Z | Startup: Caching catalogs ... Done |
108 | 2023-10-29T03:11:20.420Z | Planning: Solver setup ... Done (4.347s) |
109 | 2023-10-29T03:11:20.535Z | Planning: Running solver ... Done (0.116s) |
110 | 2023-10-29T03:11:20.627Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-10-29T03:11:21.045Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-10-29T03:11:21.263Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-10-29T03:11:21.350Z | Planning: Package planning ... Done (0.081s) |
114 | 2023-10-29T03:11:21.435Z | Planning: Merging actions ... Done (0.086s) |
115 | 2023-10-29T03:11:22.115Z | Planning: Checking for conflicting actions ... Done (0.685s) |
116 | 2023-10-29T03:11:22.132Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-10-29T03:11:24.908Z | Planning: Evaluating mediators ... Done (2.707s) |
118 | 2023-10-29T03:11:24.920Z | Planning: Planning completed in 9.01 seconds |
119 | 2023-10-29T03:11:24.929Z | Packages to install: 4 |
120 | 2023-10-29T03:11:25.337Z | Mediators to change: 2 |
121 | 2023-10-29T03:11:25.348Z | Services to change: 1 |
122 | 2023-10-29T03:11:25.359Z | Estimated space available: 149.39 GB |
123 | 2023-10-29T03:11:25.375Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-10-29T03:11:25.396Z | Create boot environment: No |
125 | 2023-10-29T03:11:25.400Z | Create backup boot environment: No |
126 | 2023-10-29T03:11:25.409Z | Rebuild boot archive: No |
127 | 2023-10-29T03:11:25.413Z | |
128 | 2023-10-29T03:11:25.418Z | Changed mediators: |
129 | 2023-10-29T03:11:25.421Z | mediator clang: |
130 | 2023-10-29T03:11:25.424Z | version: None -> 15 (system default) |
131 | 2023-10-29T03:11:25.427Z | |
132 | 2023-10-29T03:11:25.432Z | mediator llvm: |
133 | 2023-10-29T03:11:25.435Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-10-29T03:11:25.439Z | |
135 | 2023-10-29T03:11:25.442Z | Changed packages: |
136 | 2023-10-29T03:11:25.452Z | helios-dev |
137 | 2023-10-29T03:11:25.466Z | developer/build-essential |
138 | 2023-10-29T03:11:25.474Z | None -> 11-2.0 |
139 | 2023-10-29T03:11:25.484Z | library/libxmlsec1 |
140 | 2023-10-29T03:11:25.491Z | None -> 1.2.35-2.0 |
141 | 2023-10-29T03:11:25.527Z | ooce/developer/clang-15 |
142 | 2023-10-29T03:11:25.548Z | None -> 15.0.7-2.0 |
143 | 2023-10-29T03:11:25.563Z | ooce/developer/llvm-15 |
144 | 2023-10-29T03:11:25.989Z | None -> 15.0.7-2.0 |
145 | 2023-10-29T03:11:26.411Z | |
146 | 2023-10-29T03:11:26.426Z | Services: |
147 | 2023-10-29T03:11:26.434Z | restart_fmri: |
148 | 2023-10-29T03:11:26.440Z | svc:/system/update-man-index:default |
149 | 2023-10-29T03:11:26.447Z | |
150 | 2023-10-29T03:11:26.459Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-10-29T03:11:30.040Z | Download: 450/3290 items 16.2/212.6MB 7% complete (3.4M/s) |
152 | 2023-10-29T03:11:35.045Z | Download: 1067/3290 items 19.6/212.6MB 9% complete (2.0M/s) |
153 | 2023-10-29T03:11:40.042Z | Download: 1194/3290 items 78.7/212.6MB 37% complete (6.5M/s) |
154 | 2023-10-29T03:11:45.042Z | Download: 1260/3290 items 103.2/212.6MB 48% complete (8.2M/s) |
155 | 2023-10-29T03:11:50.057Z | Download: 1623/3290 items 117.8/212.6MB 55% complete (4.1M/s) |
156 | 2023-10-29T03:11:55.060Z | Download: 2158/3290 items 119.0/212.6MB 55% complete (2.2M/s) |
157 | 2023-10-29T03:12:00.267Z | Download: 2569/3290 items 120.4/212.6MB 56% complete (279k/s) |
158 | 2023-10-29T03:12:05.270Z | Download: 2958/3290 items 121.2/212.6MB 57% complete (228k/s) |
159 | 2023-10-29T03:12:10.267Z | Download: 3204/3290 items 169.7/212.6MB 79% complete (4.8M/s) |
160 | 2023-10-29T03:12:15.783Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (8.1M/s) |
161 | 2023-10-29T03:12:24.324Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
162 | 2023-10-29T03:12:25.404Z | Download: Completed 212.60 MB in 60.36 seconds (3.5M/s) |
163 | 2023-10-29T03:12:25.623Z | Actions: 1/3687 actions (Installing new actions) |
164 | 2023-10-29T03:12:30.630Z | Actions: 2899/3687 actions (Installing new actions) |
165 | 2023-10-29T03:12:33.617Z | Actions: Completed 3687 actions in 8.00 seconds. |
166 | 2023-10-29T03:12:33.764Z | Done (0.141s) |
167 | 2023-10-29T03:12:33.767Z | Done (0.000s) |
168 | 2023-10-29T03:12:33.963Z | Done (0.198s) |
169 | 2023-10-29T03:12:41.114Z | Done (7.026s) |
170 | 2023-10-29T03:12:41.358Z | Done (0.157s) |
171 | 2023-10-29T03:12:41.361Z | Done (0.000s) |
172 | 2023-10-29T03:12:41.588Z | Done (0.000s) |
173 | 2023-10-29T03:12:42.282Z | Planning: Evaluating mediator changes ... Done |
174 | 2023-10-29T03:12:42.857Z | Planning: Checking for conflicting actions ... Done |
175 | 2023-10-29T03:12:42.861Z | Planning: Consolidating action changes ... Done |
176 | 2023-10-29T03:12:43.401Z | Planning: Evaluating mediators ... Done |
177 | 2023-10-29T03:12:43.404Z | Planning: Planning completed in 0.72 seconds |
178 | 2023-10-29T03:12:43.407Z | Mediators to change: 2 |
179 | 2023-10-29T03:12:43.410Z | Create boot environment: No |
180 | 2023-10-29T03:12:43.415Z | Create backup boot environment: No |
181 | 2023-10-29T03:12:43.425Z | Done |
182 | 2023-10-29T03:12:43.436Z | Done |
183 | 2023-10-29T03:12:43.441Z | Done |
184 | 2023-10-29T03:12:49.050Z | Done |
185 | 2023-10-29T03:12:49.162Z | Done |
186 | 2023-10-29T03:12:49.166Z | Done |
187 | 2023-10-29T03:12:49.254Z | Done |
188 | 2023-10-29T03:12:50.261Z | Planning: Evaluating mediator changes ... Done |
189 | 2023-10-29T03:12:50.266Z | Planning: Merging actions ... Done |
190 | 2023-10-29T03:12:50.589Z | Planning: Checking for conflicting actions ... Done |
191 | 2023-10-29T03:12:50.592Z | Planning: Consolidating action changes ... Done |
192 | 2023-10-29T03:12:51.024Z | Planning: Evaluating mediators ... Done |
193 | 2023-10-29T03:12:51.117Z | Planning: Planning completed in 1.29 seconds |
194 | 2023-10-29T03:12:51.173Z | Packages to change: 1 |
195 | 2023-10-29T03:12:51.179Z | Mediators to change: 1 |
196 | 2023-10-29T03:12:51.182Z | Services to change: 1 |
197 | 2023-10-29T03:12:51.185Z | Create boot environment: No |
198 | 2023-10-29T03:12:51.188Z | Create backup boot environment: Yes |
199 | 2023-10-29T03:12:53.260Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2023-10-29T03:12:53.263Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2023-10-29T03:12:53.267Z | Done |
202 | 2023-10-29T03:12:53.270Z | Done |
203 | 2023-10-29T03:12:53.314Z | Done |
204 | 2023-10-29T03:12:59.075Z | Done |
205 | 2023-10-29T03:12:59.204Z | Done |
206 | 2023-10-29T03:12:59.221Z | Done |
207 | 2023-10-29T03:12:59.294Z | Done |
208 | 2023-10-29T03:12:59.965Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2023-10-29T03:12:59.968Z | clang system 15 system |
210 | 2023-10-29T03:12:59.971Z | csh system system illumos |
211 | 2023-10-29T03:12:59.974Z | ctags system system illumos |
212 | 2023-10-29T03:12:59.977Z | gcc vendor 12 vendor |
213 | 2023-10-29T03:12:59.980Z | gcc system 10 system |
214 | 2023-10-29T03:12:59.984Z | gcc system 7 system |
215 | 2023-10-29T03:12:59.986Z | go system 1.20 system |
216 | 2023-10-29T03:12:59.989Z | go system 1.19 system |
217 | 2023-10-29T03:12:59.992Z | llvm system 15 system |
218 | 2023-10-29T03:12:59.996Z | llvm system 14 system |
219 | 2023-10-29T03:12:59.998Z | mariadb system 10.6 system |
220 | 2023-10-29T03:13:00.003Z | mta vendor vendor dma |
221 | 2023-10-29T03:13:00.005Z | openjdk system 17 system |
222 | 2023-10-29T03:13:00.009Z | openjdk system 11 system |
223 | 2023-10-29T03:13:00.015Z | openjdk system 1.8 system |
224 | 2023-10-29T03:13:00.018Z | openssl vendor 3 vendor |
225 | 2023-10-29T03:13:00.021Z | perl system 5.36 system |
226 | 2023-10-29T03:13:00.024Z | postgresql system 15 system |
227 | 2023-10-29T03:13:00.027Z | postgresql system 13 system |
228 | 2023-10-29T03:13:00.030Z | python vendor 3 vendor |
229 | 2023-10-29T03:13:00.033Z | python system 2 system |
230 | 2023-10-29T03:13:00.035Z | python3 system 3.11 system |
231 | 2023-10-29T03:13:00.039Z | ruby system 3.0 system |
232 | 2023-10-29T03:13:00.042Z | words vendor vendor american-english |
233 | 2023-10-29T03:13:00.045Z | words system system australian-english |
234 | 2023-10-29T03:13:00.048Z | words system system british-english |
235 | 2023-10-29T03:13:00.051Z | words system system canadian-english |
236 | 2023-10-29T03:13:00.054Z | words system system french |
237 | 2023-10-29T03:13:00.057Z | words system system italian |
238 | 2023-10-29T03:13:00.061Z | words system system ngerman |
239 | 2023-10-29T03:13:00.063Z | words system system ogerman |
240 | 2023-10-29T03:13:00.066Z | words system system spanish |
241 | 2023-10-29T03:13:00.504Z | FMRI IFO |
242 | 2023-10-29T03:13:00.507Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2023-10-29T03:13:00.510Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2023-10-29T03:13:00.513Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2023-10-29T03:13:00.516Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
246 | 2023-10-29T03:13:00.519Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
247 | 2023-10-29T03:13:00.522Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
248 | 2023-10-29T03:13:00.580Z | + set -o errexit |
249 | 2023-10-29T03:13:00.583Z | +++ dirname ./tools/ci_download_cockroachdb |
250 | 2023-10-29T03:13:00.586Z | ++ cd ./tools |
251 | 2023-10-29T03:13:00.590Z | ++ pwd |
252 | 2023-10-29T03:13:00.593Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
253 | 2023-10-29T03:13:00.596Z | ++ basename ./tools/ci_download_cockroachdb |
254 | 2023-10-29T03:13:00.599Z | + ARG0=ci_download_cockroachdb |
255 | 2023-10-29T03:13:00.602Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
256 | 2023-10-29T03:13:00.605Z | + CIDL_VERSION=v22.1.9 |
257 | 2023-10-29T03:13:00.631Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
258 | 2023-10-29T03:13:00.634Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
259 | 2023-10-29T03:13:00.637Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
260 | 2023-10-29T03:13:00.640Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-10-29T03:13:00.643Z | + TARGET_DIR=out |
262 | 2023-10-29T03:13:00.646Z | + DOWNLOAD_DIR=out/downloads |
263 | 2023-10-29T03:13:00.649Z | + DEST_DIR=./out/cockroachdb |
264 | 2023-10-29T03:13:00.652Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
265 | 2023-10-29T03:13:00.655Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
266 | 2023-10-29T03:13:00.658Z | + main |
267 | 2023-10-29T03:13:00.661Z | + [[ 0 != 0 ]] |
268 | 2023-10-29T03:13:00.665Z | + CIDL_OS=solaris2.11 |
269 | 2023-10-29T03:13:00.668Z | + [[ 0 != 0 ]] |
270 | 2023-10-29T03:13:00.671Z | + configure_os solaris2.11 |
271 | 2023-10-29T03:13:00.674Z | + echo 'current directory: /work/oxidecomputer/omicron' |
272 | 2023-10-29T03:13:00.677Z | current directory: /work/oxidecomputer/omicron |
273 | 2023-10-29T03:13:00.680Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2023-10-29T03:13:00.683Z | configuring based on OS: "solaris2.11" |
275 | 2023-10-29T03:13:00.686Z | + case "$1" in |
276 | 2023-10-29T03:13:00.688Z | + CIDL_BUILD=illumos |
277 | 2023-10-29T03:13:00.694Z | + CIDL_SUFFIX=tar.gz |
278 | 2023-10-29T03:13:00.696Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-10-29T03:13:00.699Z | + CIDL_MD5FUNC=do_md5sum |
280 | 2023-10-29T03:13:00.702Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2023-10-29T03:13:00.705Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2023-10-29T03:13:00.709Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2023-10-29T03:13:00.712Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-29T03:13:00.715Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-10-29T03:13:00.718Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2023-10-29T03:13:00.721Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-10-29T03:13:00.724Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2023-10-29T03:13:00.727Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-10-29T03:13:00.735Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2023-10-29T03:13:00.740Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-29T03:13:00.743Z | + mkdir -p out/downloads |
292 | 2023-10-29T03:13:00.747Z | + mkdir -p ./out/cockroachdb |
293 | 2023-10-29T03:13:00.750Z | + local DO_DOWNLOAD=true |
294 | 2023-10-29T03:13:00.753Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2023-10-29T03:13:00.756Z | + '[' true == true ']' |
296 | 2023-10-29T03:13:00.759Z | + echo Downloading... |
297 | 2023-10-29T03:13:00.763Z | Downloading... |
298 | 2023-10-29T03:13:00.766Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-10-29T03:13:00.771Z | + 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 |
300 | 2023-10-29T03:13:08.849Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-10-29T03:13:08.853Z | ++ md5sum |
302 | 2023-10-29T03:13:08.856Z | ++ awk '{print $1}' |
303 | 2023-10-29T03:13:09.029Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
304 | 2023-10-29T03:13:09.034Z | + [[ 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 ]] |
305 | 2023-10-29T03:13:09.037Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-10-29T03:13:09.040Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
307 | 2023-10-29T03:13:12.610Z | + do_assemble_illumos |
308 | 2023-10-29T03:13:12.615Z | + rm -r ./out/cockroachdb |
309 | 2023-10-29T03:13:12.619Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
310 | 2023-10-29T03:13:13.280Z | + ./out/cockroachdb/bin/cockroach version |
311 | 2023-10-29T03:13:13.618Z | Build Tag: v22.1.9-dirty |
312 | 2023-10-29T03:13:13.622Z | Build Time: 2022/10/26 21:17:46 |
313 | 2023-10-29T03:13:13.629Z | Distribution: OSS |
314 | 2023-10-29T03:13:13.633Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
315 | 2023-10-29T03:13:13.637Z | Go Version: go1.17.13 |
316 | 2023-10-29T03:13:13.641Z | C Compiler: gcc 10.3.0 |
317 | 2023-10-29T03:13:13.645Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
318 | 2023-10-29T03:13:13.648Z | Build Type: release |
319 | 2023-10-29T03:13:13.653Z | + set -o errexit |
320 | 2023-10-29T03:13:13.655Z | +++ dirname ./tools/ci_download_clickhouse |
321 | 2023-10-29T03:13:13.659Z | ++ cd ./tools |
322 | 2023-10-29T03:13:13.663Z | ++ pwd |
323 | 2023-10-29T03:13:13.667Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
324 | 2023-10-29T03:13:13.670Z | ++ basename ./tools/ci_download_clickhouse |
325 | 2023-10-29T03:13:13.673Z | + ARG0=ci_download_clickhouse |
326 | 2023-10-29T03:13:13.676Z | + TARGET_DIR=out |
327 | 2023-10-29T03:13:13.679Z | + DOWNLOAD_DIR=out/downloads |
328 | 2023-10-29T03:13:13.682Z | + DEST_DIR=./out/clickhouse |
329 | 2023-10-29T03:13:13.685Z | + CIDL_VERSION=v22.8.9.24 |
330 | 2023-10-29T03:13:13.688Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2023-10-29T03:13:13.697Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
332 | 2023-10-29T03:13:13.702Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
333 | 2023-10-29T03:13:13.705Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
334 | 2023-10-29T03:13:13.708Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2023-10-29T03:13:13.711Z | + main |
336 | 2023-10-29T03:13:13.714Z | + [[ 0 != 0 ]] |
337 | 2023-10-29T03:13:13.718Z | + CIDL_OS=solaris2.11 |
338 | 2023-10-29T03:13:13.723Z | + [[ 0 != 0 ]] |
339 | 2023-10-29T03:13:13.733Z | + configure_os solaris2.11 |
340 | 2023-10-29T03:13:13.740Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2023-10-29T03:13:13.744Z | current directory: /work/oxidecomputer/omicron |
342 | 2023-10-29T03:13:13.748Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2023-10-29T03:13:13.752Z | configuring based on OS: "solaris2.11" |
344 | 2023-10-29T03:13:13.757Z | + CIDL_DASHREV= |
345 | 2023-10-29T03:13:13.761Z | + case "$1" in |
346 | 2023-10-29T03:13:13.767Z | + CIDL_PLATFORM=illumos |
347 | 2023-10-29T03:13:13.771Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
348 | 2023-10-29T03:13:13.775Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2023-10-29T03:13:13.779Z | + CIDL_DASHREV=-1 |
350 | 2023-10-29T03:13:13.782Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
351 | 2023-10-29T03:13:13.785Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-10-29T03:13:13.788Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-10-29T03:13:13.792Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-10-29T03:13:13.795Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
355 | 2023-10-29T03:13:13.798Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-10-29T03:13:13.801Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
357 | 2023-10-29T03:13:13.804Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-10-29T03:13:13.807Z | + mkdir -p out/downloads |
359 | 2023-10-29T03:13:13.810Z | + mkdir -p ./out/clickhouse |
360 | 2023-10-29T03:13:13.813Z | + local DO_DOWNLOAD=true |
361 | 2023-10-29T03:13:13.816Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
362 | 2023-10-29T03:13:13.820Z | + '[' true == true ']' |
363 | 2023-10-29T03:13:13.829Z | + echo Downloading... |
364 | 2023-10-29T03:13:13.842Z | Downloading... |
365 | 2023-10-29T03:13:13.851Z | + 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 |
366 | 2023-10-29T03:13:13.860Z | + 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 |
367 | 2023-10-29T03:13:15.056Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-10-29T03:13:15.065Z | ++ md5sum |
369 | 2023-10-29T03:13:15.482Z | ++ awk '{print $1}' |
370 | 2023-10-29T03:13:15.489Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
371 | 2023-10-29T03:13:15.494Z | + [[ 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 ]] |
372 | 2023-10-29T03:13:15.498Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
373 | 2023-10-29T03:13:15.510Z | + mkdir -p ./out/clickhouse |
374 | 2023-10-29T03:13:15.524Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
375 | 2023-10-29T03:13:20.360Z | + ./out/clickhouse/clickhouse server --version |
376 | 2023-10-29T03:13:20.420Z | ClickHouse server version 22.8.9.1. |
377 | 2023-10-29T03:13:20.439Z | + set -o errexit |
378 | 2023-10-29T03:13:20.451Z | +++ dirname ./tools/ci_download_console |
379 | 2023-10-29T03:13:20.455Z | ++ cd ./tools |
380 | 2023-10-29T03:13:20.459Z | ++ pwd |
381 | 2023-10-29T03:13:20.463Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2023-10-29T03:13:20.467Z | ++ basename ./tools/ci_download_console |
383 | 2023-10-29T03:13:20.471Z | + ARG0=ci_download_console |
384 | 2023-10-29T03:13:20.475Z | + TARGET_DIR=out |
385 | 2023-10-29T03:13:20.478Z | + DOWNLOAD_DIR=out/downloads |
386 | 2023-10-29T03:13:20.481Z | + DEST_DIR=./out/console-assets |
387 | 2023-10-29T03:13:20.484Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2023-10-29T03:13:20.486Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
389 | 2023-10-29T03:13:20.489Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
390 | 2023-10-29T03:13:20.492Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
391 | 2023-10-29T03:13:20.495Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2023-10-29T03:13:20.498Z | + main |
393 | 2023-10-29T03:13:20.500Z | + [[ 0 != 0 ]] |
394 | 2023-10-29T03:13:20.504Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
395 | 2023-10-29T03:13:20.507Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
396 | 2023-10-29T03:13:20.510Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2023-10-29T03:13:20.513Z | Local file: out/downloads/console.tar.gz |
398 | 2023-10-29T03:13:20.516Z | + local DO_DOWNLOAD=true |
399 | 2023-10-29T03:13:20.519Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2023-10-29T03:13:20.522Z | + mkdir -p out/downloads |
401 | 2023-10-29T03:13:20.525Z | + '[' true == true ']' |
402 | 2023-10-29T03:13:20.528Z | + echo Downloading... |
403 | 2023-10-29T03:13:20.531Z | Downloading... |
404 | 2023-10-29T03:13:20.538Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
405 | 2023-10-29T03:13:20.546Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
406 | 2023-10-29T03:13:21.062Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2023-10-29T03:13:21.096Z | ++ case "$OSTYPE" in |
408 | 2023-10-29T03:13:21.129Z | ++ SHA=sha256sum |
409 | 2023-10-29T03:13:21.145Z | ++ sha256sum |
410 | 2023-10-29T03:13:21.296Z | ++ awk '{print $1}' |
411 | 2023-10-29T03:13:21.309Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
412 | 2023-10-29T03:13:21.322Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
413 | 2023-10-29T03:13:21.343Z | + rm -rf ./out/console-assets |
414 | 2023-10-29T03:13:21.358Z | + mkdir -p ./out/console-assets |
415 | 2023-10-29T03:13:21.372Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2023-10-29T03:13:21.379Z | + mkdir -p ./out/console-assets |
417 | 2023-10-29T03:13:21.385Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2023-10-29T03:13:21.396Z | + set -o errexit |
419 | 2023-10-29T03:13:21.411Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2023-10-29T03:13:21.827Z | ++ cd ./tools |
421 | 2023-10-29T03:13:21.830Z | ++ pwd |
422 | 2023-10-29T03:13:21.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2023-10-29T03:13:21.839Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2023-10-29T03:13:21.844Z | + ARG0=ci_download_maghemite_openapi |
425 | 2023-10-29T03:13:21.848Z | + TARGET_DIR=out |
426 | 2023-10-29T03:13:21.851Z | + DOWNLOAD_DIR=out/downloads |
427 | 2023-10-29T03:13:21.854Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2023-10-29T03:13:21.857Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
429 | 2023-10-29T03:13:21.860Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
430 | 2023-10-29T03:13:21.863Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
431 | 2023-10-29T03:13:21.866Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
432 | 2023-10-29T03:13:21.871Z | + main |
433 | 2023-10-29T03:13:21.876Z | + [[ 0 != 0 ]] |
434 | 2023-10-29T03:13:21.883Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
435 | 2023-10-29T03:13:21.889Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
436 | 2023-10-29T03:13:21.909Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
437 | 2023-10-29T03:13:21.920Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
438 | 2023-10-29T03:13:21.938Z | + local DO_DOWNLOAD=true |
439 | 2023-10-29T03:13:21.952Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
440 | 2023-10-29T03:13:21.964Z | + mkdir -p out/downloads |
441 | 2023-10-29T03:13:21.975Z | + '[' true == true ']' |
442 | 2023-10-29T03:13:21.981Z | + echo Downloading... |
443 | 2023-10-29T03:13:21.987Z | Downloading... |
444 | 2023-10-29T03:13:21.992Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
445 | 2023-10-29T03:13:21.999Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
446 | 2023-10-29T03:13:22.015Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
447 | 2023-10-29T03:13:22.019Z | ++ case "$OSTYPE" in |
448 | 2023-10-29T03:13:22.023Z | ++ SHA=sha256sum |
449 | 2023-10-29T03:13:22.028Z | ++ sha256sum |
450 | 2023-10-29T03:13:22.032Z | ++ awk '{print $1}' |
451 | 2023-10-29T03:13:22.035Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
452 | 2023-10-29T03:13:22.039Z | + [[ 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 ]] |
453 | 2023-10-29T03:13:22.042Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
454 | 2023-10-29T03:13:22.044Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
455 | 2023-10-29T03:13:22.047Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
456 | 2023-10-29T03:13:22.050Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
457 | 2023-10-29T03:13:22.053Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
458 | 2023-10-29T03:13:22.056Z | + main |
459 | 2023-10-29T03:13:22.059Z | + [[ 0 != 0 ]] |
460 | 2023-10-29T03:13:22.062Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
461 | 2023-10-29T03:13:22.066Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
462 | 2023-10-29T03:13:22.069Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
463 | 2023-10-29T03:13:22.074Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
464 | 2023-10-29T03:13:22.077Z | + local DO_DOWNLOAD=true |
465 | 2023-10-29T03:13:22.080Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
466 | 2023-10-29T03:13:22.082Z | + mkdir -p out/downloads |
467 | 2023-10-29T03:13:22.085Z | + '[' true == true ']' |
468 | 2023-10-29T03:13:22.088Z | + echo Downloading... |
469 | 2023-10-29T03:13:22.091Z | Downloading... |
470 | 2023-10-29T03:13:22.094Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
471 | 2023-10-29T03:13:22.097Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
472 | 2023-10-29T03:13:22.100Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
473 | 2023-10-29T03:13:22.103Z | ++ case "$OSTYPE" in |
474 | 2023-10-29T03:13:22.106Z | ++ SHA=sha256sum |
475 | 2023-10-29T03:13:22.109Z | ++ sha256sum |
476 | 2023-10-29T03:13:22.112Z | ++ awk '{print $1}' |
477 | 2023-10-29T03:13:22.115Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
478 | 2023-10-29T03:13:22.118Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
479 | 2023-10-29T03:13:22.123Z | + set -o errexit |
480 | 2023-10-29T03:13:22.126Z | +++ dirname ./tools/ci_download_dendrite_openapi |
481 | 2023-10-29T03:13:22.129Z | ++ cd ./tools |
482 | 2023-10-29T03:13:22.132Z | ++ pwd |
483 | 2023-10-29T03:13:22.137Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2023-10-29T03:13:22.140Z | ++ basename ./tools/ci_download_dendrite_openapi |
485 | 2023-10-29T03:13:22.144Z | + ARG0=ci_download_dendrite_openapi |
486 | 2023-10-29T03:13:22.559Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
487 | 2023-10-29T03:13:22.569Z | + TARGET_DIR=out |
488 | 2023-10-29T03:13:22.579Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
489 | 2023-10-29T03:13:22.588Z | + DOWNLOAD_DIR=out/downloads |
490 | 2023-10-29T03:13:22.600Z | Downloading... |
491 | 2023-10-29T03:13:22.605Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
492 | 2023-10-29T03:13:22.618Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
493 | 2023-10-29T03:13:22.626Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
494 | 2023-10-29T03:13:22.635Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
495 | 2023-10-29T03:13:22.640Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
496 | 2023-10-29T03:13:22.653Z | + main |
497 | 2023-10-29T03:13:22.663Z | + [[ 0 != 0 ]] |
498 | 2023-10-29T03:13:23.079Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
499 | 2023-10-29T03:13:23.098Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
500 | 2023-10-29T03:13:23.103Z | + local DO_DOWNLOAD=true |
501 | 2023-10-29T03:13:23.106Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
502 | 2023-10-29T03:13:23.114Z | current directory: /work/oxidecomputer/omicron |
503 | 2023-10-29T03:13:23.118Z | + mkdir -p out/downloads |
504 | 2023-10-29T03:13:23.128Z | configuring based on OS: "solaris2.11" |
505 | 2023-10-29T03:13:23.137Z | + '[' true == true ']' |
506 | 2023-10-29T03:13:23.156Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
507 | 2023-10-29T03:13:23.177Z | + echo Downloading... |
508 | 2023-10-29T03:13:23.186Z | Local file: out/downloads/dendrite-stub.tar.gz |
509 | 2023-10-29T03:13:23.194Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
510 | 2023-10-29T03:13:23.206Z | Downloading... |
511 | 2023-10-29T03:13:23.234Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
512 | 2023-10-29T03:13:23.266Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
513 | 2023-10-29T03:13:23.684Z | ++ case "$OSTYPE" in |
514 | 2023-10-29T03:13:23.692Z | ++ SHA=sha256sum |
515 | 2023-10-29T03:13:23.706Z | ++ sha256sum |
516 | 2023-10-29T03:13:23.721Z | ++ awk '{print $1}' |
517 | 2023-10-29T03:13:23.734Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
518 | 2023-10-29T03:13:23.746Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
519 | 2023-10-29T03:13:23.756Z | + set -o errexit |
520 | 2023-10-29T03:13:23.770Z | +++ dirname ./tools/ci_download_dendrite_stub |
521 | 2023-10-29T03:13:23.786Z | ++ cd ./tools |
522 | 2023-10-29T03:13:23.797Z | ++ pwd |
523 | 2023-10-29T03:13:23.813Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2023-10-29T03:13:23.823Z | ++ basename ./tools/ci_download_dendrite_stub |
525 | 2023-10-29T03:13:23.836Z | + ARG0=ci_download_dendrite_stub |
526 | 2023-10-29T03:13:23.845Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
527 | 2023-10-29T03:13:23.853Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
528 | 2023-10-29T03:13:23.871Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
529 | 2023-10-29T03:13:23.883Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
530 | 2023-10-29T03:13:23.897Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
531 | 2023-10-29T03:13:23.912Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
532 | 2023-10-29T03:13:23.924Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
533 | 2023-10-29T03:13:24.341Z | + TARGET_DIR=out |
534 | 2023-10-29T03:13:24.357Z | + DOWNLOAD_DIR=out/downloads |
535 | 2023-10-29T03:13:24.781Z | + DEST_DIR=./out/dendrite-stub |
536 | 2023-10-29T03:13:24.786Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
537 | 2023-10-29T03:13:24.792Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
538 | 2023-10-29T03:13:24.799Z | + REPO=oxidecomputer/dendrite |
539 | 2023-10-29T03:13:24.808Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
540 | 2023-10-29T03:13:24.818Z | + main |
541 | 2023-10-29T03:13:24.840Z | + [[ 0 != 0 ]] |
542 | 2023-10-29T03:13:24.855Z | + CIDL_OS=solaris2.11 |
543 | 2023-10-29T03:13:24.869Z | + [[ 0 != 0 ]] |
544 | 2023-10-29T03:13:24.878Z | + configure_os solaris2.11 |
545 | 2023-10-29T03:13:24.891Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2023-10-29T03:13:24.905Z | + echo 'configuring based on OS: "solaris2.11"' |
547 | 2023-10-29T03:13:24.919Z | + case "$1" in |
548 | 2023-10-29T03:13:24.927Z | + SET_BINARIES= |
549 | 2023-10-29T03:13:24.939Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
550 | 2023-10-29T03:13:24.961Z | + CIDL_SHA256FUNC=do_sha256sum |
551 | 2023-10-29T03:13:24.976Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
552 | 2023-10-29T03:13:24.990Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
553 | 2023-10-29T03:13:25.003Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
554 | 2023-10-29T03:13:25.021Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
555 | 2023-10-29T03:13:25.040Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
556 | 2023-10-29T03:13:25.459Z | + mkdir -p out/downloads |
557 | 2023-10-29T03:13:25.515Z | + mkdir -p ./out/dendrite-stub |
558 | 2023-10-29T03:13:25.529Z | + fetch_and_verify |
559 | 2023-10-29T03:13:25.539Z | + local DO_DOWNLOAD=true |
560 | 2023-10-29T03:13:25.555Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
561 | 2023-10-29T03:13:25.566Z | + '[' true == true ']' |
562 | 2023-10-29T03:13:25.577Z | + echo Downloading... |
563 | 2023-10-29T03:13:25.593Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
564 | 2023-10-29T03:13:25.610Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
565 | 2023-10-29T03:13:35.795Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
566 | 2023-10-29T03:13:36.216Z | ++ sha256sum |
567 | 2023-10-29T03:13:36.231Z | ++ awk '{print $1}' |
568 | 2023-10-29T03:13:36.317Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
569 | 2023-10-29T03:13:36.329Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
570 | 2023-10-29T03:13:36.753Z | + do_untar out/downloads/dendrite-stub.tar.gz |
571 | 2023-10-29T03:13:36.773Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
572 | 2023-10-29T03:13:36.838Z | + do_assemble |
573 | 2023-10-29T03:13:36.843Z | + rm -r ./out/dendrite-stub |
574 | 2023-10-29T03:13:36.852Z | + mkdir ./out/dendrite-stub |
575 | 2023-10-29T03:13:36.855Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
576 | 2023-10-29T03:13:36.980Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
577 | 2023-10-29T03:13:36.992Z | + set -o errexit |
578 | 2023-10-29T03:13:37.005Z | +++ dirname ./tools/ci_download_maghemite_mgd |
579 | 2023-10-29T03:13:37.012Z | ++ cd ./tools |
580 | 2023-10-29T03:13:37.017Z | ++ pwd |
581 | 2023-10-29T03:13:37.028Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
582 | 2023-10-29T03:13:37.035Z | ++ basename ./tools/ci_download_maghemite_mgd |
583 | 2023-10-29T03:13:37.038Z | + ARG0=ci_download_maghemite_mgd |
584 | 2023-10-29T03:13:37.045Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
585 | 2023-10-29T03:13:37.051Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
586 | 2023-10-29T03:13:37.058Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
587 | 2023-10-29T03:13:37.099Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
588 | 2023-10-29T03:13:37.108Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
589 | 2023-10-29T03:13:37.114Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
590 | 2023-10-29T03:13:37.119Z | + TARGET_DIR=out |
591 | 2023-10-29T03:13:37.124Z | + DOWNLOAD_DIR=out/downloads |
592 | 2023-10-29T03:13:37.127Z | + DEST_DIR=./out/mgd |
593 | 2023-10-29T03:13:37.132Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
594 | 2023-10-29T03:13:37.137Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
595 | 2023-10-29T03:13:37.144Z | + REPO=oxidecomputer/maghemite |
596 | 2023-10-29T03:13:37.157Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
597 | 2023-10-29T03:13:37.182Z | + main |
598 | 2023-10-29T03:13:38.026Z | + [[ 0 != 0 ]] |
599 | 2023-10-29T03:13:38.034Z | + CIDL_OS=solaris2.11 |
600 | 2023-10-29T03:13:38.038Z | + [[ 0 != 0 ]] |
601 | 2023-10-29T03:13:38.042Z | + configure_os solaris2.11 |
602 | 2023-10-29T03:13:38.047Z | + echo 'current directory: /work/oxidecomputer/omicron' |
603 | 2023-10-29T03:13:38.062Z | current directory: /work/oxidecomputer/omicron |
604 | 2023-10-29T03:13:38.069Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2023-10-29T03:13:38.075Z | configuring based on OS: "solaris2.11" |
606 | 2023-10-29T03:13:38.082Z | + case "$1" in |
607 | 2023-10-29T03:13:38.090Z | + SET_BINARIES= |
608 | 2023-10-29T03:13:38.132Z | + CIDL_SHA256FUNC=do_sha256sum |
609 | 2023-10-29T03:13:38.139Z | + TARBALL_FILENAME=mgd.tar.gz |
610 | 2023-10-29T03:13:38.142Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
611 | 2023-10-29T03:13:38.145Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
612 | 2023-10-29T03:13:38.148Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
613 | 2023-10-29T03:13:38.151Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
614 | 2023-10-29T03:13:38.154Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
615 | 2023-10-29T03:13:38.157Z | Local file: out/downloads/mgd.tar.gz |
616 | 2023-10-29T03:13:38.161Z | + mkdir -p out/downloads |
617 | 2023-10-29T03:13:38.165Z | + mkdir -p ./out/mgd |
618 | 2023-10-29T03:13:38.168Z | + fetch_and_verify |
619 | 2023-10-29T03:13:38.171Z | + local DO_DOWNLOAD=true |
620 | 2023-10-29T03:13:38.174Z | Downloading... |
621 | 2023-10-29T03:13:38.179Z | + [[ -f out/downloads/mgd.tar.gz ]] |
622 | 2023-10-29T03:13:38.187Z | + '[' true == true ']' |
623 | 2023-10-29T03:13:38.190Z | + echo Downloading... |
624 | 2023-10-29T03:13:38.193Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
625 | 2023-10-29T03:13:38.196Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
626 | 2023-10-29T03:13:43.149Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
627 | 2023-10-29T03:13:43.153Z | ++ sha256sum |
628 | 2023-10-29T03:13:43.156Z | ++ awk '{print $1}' |
629 | 2023-10-29T03:13:43.231Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
630 | 2023-10-29T03:13:43.235Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
631 | 2023-10-29T03:13:43.239Z | + do_untar out/downloads/mgd.tar.gz |
632 | 2023-10-29T03:13:43.243Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
633 | 2023-10-29T03:13:43.927Z | + do_assemble |
634 | 2023-10-29T03:13:43.930Z | + rm -r ./out/mgd |
635 | 2023-10-29T03:13:43.936Z | + mkdir ./out/mgd |
636 | 2023-10-29T03:13:43.940Z | + cp -r out/downloads/root ./out/mgd/root |
637 | 2023-10-29T03:13:44.151Z | + set -o errexit |
638 | 2023-10-29T03:13:44.160Z | +++ dirname ./tools/ci_download_transceiver_control |
639 | 2023-10-29T03:13:44.170Z | ++ cd ./tools |
640 | 2023-10-29T03:13:44.177Z | ++ pwd |
641 | 2023-10-29T03:13:44.182Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
642 | 2023-10-29T03:13:44.188Z | ++ basename ./tools/ci_download_transceiver_control |
643 | 2023-10-29T03:13:44.199Z | + ARG0=ci_download_transceiver_control |
644 | 2023-10-29T03:13:44.211Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
645 | 2023-10-29T03:13:44.222Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2023-10-29T03:13:44.227Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
647 | 2023-10-29T03:13:44.237Z | + TARGET_DIR=out |
648 | 2023-10-29T03:13:44.245Z | + DOWNLOAD_DIR=out/downloads |
649 | 2023-10-29T03:13:44.251Z | + DEST_DIR=./out/transceiver-control |
650 | 2023-10-29T03:13:44.257Z | + BIN_DIR=/opt/oxide/bin |
651 | 2023-10-29T03:13:44.266Z | + BINARY=xcvradm |
652 | 2023-10-29T03:13:44.277Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
653 | 2023-10-29T03:13:44.286Z | + REPO=oxidecomputer/transceiver-control |
654 | 2023-10-29T03:13:44.310Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2023-10-29T03:13:44.358Z | + main |
656 | 2023-10-29T03:13:44.366Z | + [[ 0 != 0 ]] |
657 | 2023-10-29T03:13:44.376Z | + CIDL_OS=solaris2.11 |
658 | 2023-10-29T03:13:44.379Z | + [[ 0 != 0 ]] |
659 | 2023-10-29T03:13:44.385Z | + configure_os solaris2.11 |
660 | 2023-10-29T03:13:44.389Z | + echo 'current directory: /work/oxidecomputer/omicron' |
661 | 2023-10-29T03:13:44.392Z | current directory: /work/oxidecomputer/omicron |
662 | 2023-10-29T03:13:44.395Z | + echo 'configuring based on OS: "solaris2.11"' |
663 | 2023-10-29T03:13:44.400Z | configuring based on OS: "solaris2.11" |
664 | 2023-10-29T03:13:44.404Z | + case "$1" in |
665 | 2023-10-29T03:13:44.406Z | + SET_BINARIES= |
666 | 2023-10-29T03:13:44.411Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2023-10-29T03:13:44.420Z | + CIDL_SHA256FUNC=do_sha256sum |
668 | 2023-10-29T03:13:44.431Z | + ARCHIVE_FILENAME=xcvradm.gz |
669 | 2023-10-29T03:13:44.442Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2023-10-29T03:13:44.450Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
671 | 2023-10-29T03:13:44.458Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
672 | 2023-10-29T03:13:44.463Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2023-10-29T03:13:44.472Z | + echo 'Local file: out/downloads/xcvradm.gz' |
674 | 2023-10-29T03:13:44.480Z | Local file: out/downloads/xcvradm.gz |
675 | 2023-10-29T03:13:44.492Z | + mkdir -p out/downloads |
676 | 2023-10-29T03:13:44.495Z | + mkdir -p ./out/transceiver-control |
677 | 2023-10-29T03:13:44.498Z | + fetch_and_verify |
678 | 2023-10-29T03:13:44.506Z | + local DO_DOWNLOAD=true |
679 | 2023-10-29T03:13:44.509Z | + [[ -f out/downloads/xcvradm.gz ]] |
680 | 2023-10-29T03:13:44.512Z | + '[' true == true ']' |
681 | 2023-10-29T03:13:44.519Z | + echo Downloading... |
682 | 2023-10-29T03:13:44.522Z | Downloading... |
683 | 2023-10-29T03:13:44.526Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
684 | 2023-10-29T03:13:44.533Z | + 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 |
685 | 2023-10-29T03:13:48.280Z | ++ do_sha256sum out/downloads/xcvradm.gz |
686 | 2023-10-29T03:13:48.285Z | ++ sha256sum |
687 | 2023-10-29T03:13:48.288Z | ++ awk '{print $1}' |
688 | 2023-10-29T03:13:48.311Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
689 | 2023-10-29T03:13:48.314Z | + [[ 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 ]] |
690 | 2023-10-29T03:13:48.317Z | + do_unpack out/downloads/xcvradm.gz |
691 | 2023-10-29T03:13:48.321Z | + mkdir -p out/downloads/root//opt/oxide/bin |
692 | 2023-10-29T03:13:48.324Z | + gzip -dc out/downloads/xcvradm.gz |
693 | 2023-10-29T03:13:48.496Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
694 | 2023-10-29T03:13:48.500Z | + do_assemble |
695 | 2023-10-29T03:13:48.503Z | + rm -r ./out/transceiver-control |
696 | 2023-10-29T03:13:48.506Z | + mkdir ./out/transceiver-control |
697 | 2023-10-29T03:13:48.510Z | + cp -r out/downloads/root ./out/transceiver-control/root |
698 | 2023-10-29T03:13:48.710Z | All builder prerequisites installed successfully, and PATH looks valid |
699 | 2023-10-29T03:13:48.726Z | |
700 | 2023-10-29T03:13:48.743Z | real 2:42.034390344 |
701 | 2023-10-29T03:13:48.753Z | user 52.147225387 |
702 | 2023-10-29T03:13:48.759Z | sys 10.466069955 |
703 | 2023-10-29T03:13:48.763Z | trap 0.022604610 |
704 | 2023-10-29T03:13:48.766Z | tflt 0.117472782 |
705 | 2023-10-29T03:13:48.770Z | dflt 0.384921318 |
706 | 2023-10-29T03:13:48.773Z | kflt 0.109393362 |
707 | 2023-10-29T03:13:48.777Z | lock 1.966902689 |
708 | 2023-10-29T03:13:48.782Z | slp 5:17.954767392 |
709 | 2023-10-29T03:13:48.785Z | lat 4.128355466 |
710 | 2023-10-29T03:13:48.789Z | stop 0.057831966 |
711 | 2023-10-29T03:13:48.792Z | |
712 | 2023-10-29T03:13:48.795Z | #### # # ##### ##### # # |
713 | 2023-10-29T03:13:48.799Z | # # # # # # # # # # |
714 | 2023-10-29T03:13:48.802Z | # # # # # # # # |
715 | 2023-10-29T03:13:48.806Z | # # # ##### ##### # |
716 | 2023-10-29T03:13:48.810Z | # # # # # # # |
717 | 2023-10-29T03:13:48.814Z | #### ###### # # # # |
718 | 2023-10-29T03:13:48.818Z | |
719 | 2023-10-29T03:13:49.066Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2023-10-29T03:13:49.408Z | Updating crates.io index |
721 | 2023-10-29T03:13:49.415Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
722 | 2023-10-29T03:13:50.283Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
723 | 2023-10-29T03:13:52.301Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
724 | 2023-10-29T03:13:52.933Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
725 | 2023-10-29T03:13:53.268Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
726 | 2023-10-29T03:13:53.560Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
727 | 2023-10-29T03:13:53.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
728 | 2023-10-29T03:13:54.745Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
729 | 2023-10-29T03:13:56.373Z | Updating git repository `https://github.com/oxidecomputer/opte` |
730 | 2023-10-29T03:13:57.333Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
731 | 2023-10-29T03:13:57.736Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
732 | 2023-10-29T03:13:58.026Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-10-29T03:13:58.612Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2023-10-29T03:13:58.919Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2023-10-29T03:13:59.348Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2023-10-29T03:13:59.620Z | Updating git repository `https://github.com/njaremko/samael` |
737 | 2023-10-29T03:14:00.096Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2023-10-29T03:14:00.709Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2023-10-29T03:14:01.127Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2023-10-29T03:14:01.453Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2023-10-29T03:14:03.768Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2023-10-29T03:14:04.103Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
743 | 2023-10-29T03:14:13.881Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
744 | 2023-10-29T03:14:14.333Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-10-29T03:14:15.686Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-10-29T03:14:16.087Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-10-29T03:14:16.408Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-10-29T03:14:17.762Z | Downloading crates ... |
749 | 2023-10-29T03:14:17.950Z | Downloaded cargo-platform v0.1.3 |
750 | 2023-10-29T03:14:17.961Z | Downloaded equivalent v1.0.1 |
751 | 2023-10-29T03:14:17.965Z | Downloaded anstyle v1.0.2 |
752 | 2023-10-29T03:14:17.968Z | Downloaded anstyle-query v1.0.0 |
753 | 2023-10-29T03:14:17.970Z | Downloaded anstream v0.5.0 |
754 | 2023-10-29T03:14:17.973Z | Downloaded anstyle-parse v0.2.1 |
755 | 2023-10-29T03:14:17.976Z | Downloaded serde v1.0.188 |
756 | 2023-10-29T03:14:17.981Z | Downloaded colorchoice v1.0.0 |
757 | 2023-10-29T03:14:17.985Z | Downloaded toml_datetime v0.6.3 |
758 | 2023-10-29T03:14:17.990Z | Downloaded heck v0.4.1 |
759 | 2023-10-29T03:14:17.994Z | Downloaded itoa v1.0.9 |
760 | 2023-10-29T03:14:17.998Z | Downloaded utf8parse v0.2.1 |
761 | 2023-10-29T03:14:18.002Z | Downloaded strsim v0.10.0 |
762 | 2023-10-29T03:14:18.005Z | Downloaded serde_spanned v0.6.3 |
763 | 2023-10-29T03:14:18.009Z | Downloaded terminal_size v0.2.6 |
764 | 2023-10-29T03:14:18.012Z | Downloaded clap_lex v0.5.1 |
765 | 2023-10-29T03:14:18.015Z | Downloaded quote v1.0.33 |
766 | 2023-10-29T03:14:18.023Z | Downloaded cargo_toml v0.16.3 |
767 | 2023-10-29T03:14:18.025Z | Downloaded thiserror v1.0.49 |
768 | 2023-10-29T03:14:18.031Z | Downloaded bitflags v1.3.2 |
769 | 2023-10-29T03:14:18.036Z | Downloaded errno v0.3.2 |
770 | 2023-10-29T03:14:18.039Z | Downloaded cargo_metadata v0.18.0 |
771 | 2023-10-29T03:14:18.042Z | Downloaded io-lifetimes v1.0.11 |
772 | 2023-10-29T03:14:18.046Z | Downloaded unicode-ident v1.0.12 |
773 | 2023-10-29T03:14:18.050Z | Downloaded thiserror-impl v1.0.49 |
774 | 2023-10-29T03:14:18.053Z | Downloaded ryu v1.0.15 |
775 | 2023-10-29T03:14:18.057Z | Downloaded camino v1.1.6 |
776 | 2023-10-29T03:14:18.060Z | Downloaded semver v1.0.20 |
777 | 2023-10-29T03:14:18.064Z | Downloaded toml v0.8.0 |
778 | 2023-10-29T03:14:18.069Z | Downloaded clap v4.4.3 |
779 | 2023-10-29T03:14:18.086Z | Downloaded indexmap v2.0.0 |
780 | 2023-10-29T03:14:18.090Z | Downloaded anyhow v1.0.75 |
781 | 2023-10-29T03:14:18.096Z | Downloaded proc-macro2 v1.0.67 |
782 | 2023-10-29T03:14:18.101Z | Downloaded serde_derive v1.0.188 |
783 | 2023-10-29T03:14:18.105Z | Downloaded clap_derive v4.4.2 |
784 | 2023-10-29T03:14:18.115Z | Downloaded hashbrown v0.14.0 |
785 | 2023-10-29T03:14:18.123Z | Downloaded toml_edit v0.20.0 |
786 | 2023-10-29T03:14:18.153Z | Downloaded winnow v0.5.15 |
787 | 2023-10-29T03:14:18.179Z | Downloaded clap_builder v4.4.2 |
788 | 2023-10-29T03:14:18.194Z | Downloaded rustix v0.37.23 |
789 | 2023-10-29T03:14:18.230Z | Downloaded syn v2.0.32 |
790 | 2023-10-29T03:14:18.249Z | Downloaded libc v0.2.149 |
791 | 2023-10-29T03:14:18.301Z | Downloaded serde_json v1.0.107 |
792 | 2023-10-29T03:14:18.315Z | Downloaded memchr v2.6.3 |
793 | 2023-10-29T03:14:18.450Z | Compiling proc-macro2 v1.0.67 |
794 | 2023-10-29T03:14:18.453Z | Compiling unicode-ident v1.0.12 |
795 | 2023-10-29T03:14:18.456Z | Compiling serde v1.0.188 |
796 | 2023-10-29T03:14:18.459Z | Compiling libc v0.2.149 |
797 | 2023-10-29T03:14:18.461Z | Compiling io-lifetimes v1.0.11 |
798 | 2023-10-29T03:14:18.465Z | Compiling rustix v0.37.23 |
799 | 2023-10-29T03:14:18.468Z | Compiling bitflags v1.3.2 |
800 | 2023-10-29T03:14:18.476Z | Compiling hashbrown v0.14.0 |
801 | 2023-10-29T03:14:18.711Z | Compiling utf8parse v0.2.1 |
802 | 2023-10-29T03:14:18.811Z | Compiling equivalent v1.0.1 |
803 | 2023-10-29T03:14:18.962Z | Compiling anstyle-parse v0.2.1 |
804 | 2023-10-29T03:14:18.980Z | Compiling thiserror v1.0.49 |
805 | 2023-10-29T03:14:19.338Z | Compiling anstyle v1.0.2 |
806 | 2023-10-29T03:14:19.797Z | Compiling camino v1.1.6 |
807 | 2023-10-29T03:14:20.016Z | Compiling indexmap v2.0.0 |
808 | 2023-10-29T03:14:20.274Z | Compiling winnow v0.5.15 |
809 | 2023-10-29T03:14:20.467Z | Compiling semver v1.0.20 |
810 | 2023-10-29T03:14:20.482Z | Compiling colorchoice v1.0.0 |
811 | 2023-10-29T03:14:20.500Z | Compiling anstyle-query v1.0.0 |
812 | 2023-10-29T03:14:20.669Z | Compiling serde_json v1.0.107 |
813 | 2023-10-29T03:14:20.699Z | Compiling anstream v0.5.0 |
814 | 2023-10-29T03:14:21.148Z | Compiling heck v0.4.1 |
815 | 2023-10-29T03:14:21.193Z | Compiling strsim v0.10.0 |
816 | 2023-10-29T03:14:21.382Z | Compiling anyhow v1.0.75 |
817 | 2023-10-29T03:14:21.733Z | Compiling quote v1.0.33 |
818 | 2023-10-29T03:14:21.798Z | Compiling clap_lex v0.5.1 |
819 | 2023-10-29T03:14:21.819Z | Compiling itoa v1.0.9 |
820 | 2023-10-29T03:14:22.080Z | Compiling ryu v1.0.15 |
821 | 2023-10-29T03:14:22.350Z | Compiling syn v2.0.32 |
822 | 2023-10-29T03:14:22.620Z | Compiling errno v0.3.2 |
823 | 2023-10-29T03:14:24.170Z | Compiling terminal_size v0.2.6 |
824 | 2023-10-29T03:14:24.322Z | Compiling clap_builder v4.4.2 |
825 | 2023-10-29T03:14:29.722Z | Compiling serde_derive v1.0.188 |
826 | 2023-10-29T03:14:29.726Z | Compiling thiserror-impl v1.0.49 |
827 | 2023-10-29T03:14:29.729Z | Compiling clap_derive v4.4.2 |
828 | 2023-10-29T03:14:33.680Z | Compiling clap v4.4.3 |
829 | 2023-10-29T03:14:41.809Z | Compiling serde_spanned v0.6.3 |
830 | 2023-10-29T03:14:41.812Z | Compiling toml_datetime v0.6.3 |
831 | 2023-10-29T03:14:41.815Z | Compiling cargo-platform v0.1.3 |
832 | 2023-10-29T03:14:42.164Z | Compiling toml_edit v0.20.0 |
833 | 2023-10-29T03:14:43.914Z | Compiling cargo_metadata v0.18.0 |
834 | 2023-10-29T03:14:45.294Z | Compiling toml v0.8.0 |
835 | 2023-10-29T03:14:46.223Z | Compiling cargo_toml v0.16.3 |
836 | 2023-10-29T03:14:51.762Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
837 | 2023-10-29T03:14:53.084Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
838 | 2023-10-29T03:14:53.311Z | Running `target/debug/xtask clippy` |
839 | 2023-10-29T03:14:53.363Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
840 | 2023-10-29T03:14:54.249Z | Downloading crates ... |
841 | 2023-10-29T03:14:54.488Z | Downloaded anes v0.1.6 |
842 | 2023-10-29T03:14:54.504Z | Downloaded block-buffer v0.10.4 |
843 | 2023-10-29T03:14:54.509Z | Downloaded inout v0.1.3 |
844 | 2023-10-29T03:14:54.517Z | Downloaded cassowary v0.3.0 |
845 | 2023-10-29T03:14:54.524Z | Downloaded camino-tempfile v1.0.2 |
846 | 2023-10-29T03:14:54.529Z | Downloaded bit-vec v0.6.3 |
847 | 2023-10-29T03:14:54.534Z | Downloaded normalize-line-endings v0.3.0 |
848 | 2023-10-29T03:14:54.537Z | Downloaded byteorder v1.5.0 |
849 | 2023-10-29T03:14:54.544Z | Downloaded num-derive v0.4.0 |
850 | 2023-10-29T03:14:54.548Z | Downloaded number_prefix v0.4.0 |
851 | 2023-10-29T03:14:54.552Z | Downloaded num-bigint-dig v0.8.4 |
852 | 2023-10-29T03:14:54.575Z | Downloaded hubpack_derive v0.1.1 |
853 | 2023-10-29T03:14:54.586Z | Downloaded hubpack v0.1.2 |
854 | 2023-10-29T03:14:54.593Z | Downloaded approx v0.5.1 |
855 | 2023-10-29T03:14:54.601Z | Downloaded md-5 v0.10.5 |
856 | 2023-10-29T03:14:54.607Z | Downloaded block-padding v0.3.3 |
857 | 2023-10-29T03:14:54.611Z | Downloaded newtype_derive v0.1.6 |
858 | 2023-10-29T03:14:54.615Z | Downloaded convert_case v0.4.0 |
859 | 2023-10-29T03:14:54.619Z | Downloaded http-range v0.1.5 |
860 | 2023-10-29T03:14:54.624Z | Downloaded autocfg v1.1.0 |
861 | 2023-10-29T03:14:54.631Z | Downloaded match_cfg v0.1.0 |
862 | 2023-10-29T03:14:54.634Z | Downloaded indexmap v1.9.3 |
863 | 2023-10-29T03:14:54.643Z | Downloaded newline-converter v0.3.0 |
864 | 2023-10-29T03:14:54.647Z | Downloaded http-body v0.4.5 |
865 | 2023-10-29T03:14:54.650Z | Downloaded hyper-rustls v0.24.2 |
866 | 2023-10-29T03:14:54.658Z | Downloaded managed v0.8.0 |
867 | 2023-10-29T03:14:54.662Z | Downloaded serial_test v0.10.0 |
868 | 2023-10-29T03:14:54.666Z | Downloaded strum v0.25.0 |
869 | 2023-10-29T03:14:54.669Z | Downloaded shlex v1.1.0 |
870 | 2023-10-29T03:14:54.674Z | Downloaded cipher v0.4.4 |
871 | 2023-10-29T03:14:54.680Z | Downloaded linear-map v1.2.0 |
872 | 2023-10-29T03:14:54.685Z | Downloaded mime v0.3.17 |
873 | 2023-10-29T03:14:54.690Z | Downloaded crucible-workspace-hack v0.1.0 |
874 | 2023-10-29T03:14:54.693Z | Downloaded num_cpus v1.16.0 |
875 | 2023-10-29T03:14:54.700Z | Downloaded num-iter v0.1.43 |
876 | 2023-10-29T03:14:54.704Z | Downloaded argon2 v0.5.2 |
877 | 2023-10-29T03:14:54.710Z | Downloaded nu-ansi-term v0.49.0 |
878 | 2023-10-29T03:14:54.719Z | Downloaded slog-bunyan v2.4.0 |
879 | 2023-10-29T03:14:54.723Z | Downloaded foreign-types v0.3.2 |
880 | 2023-10-29T03:14:54.726Z | Downloaded signature v2.1.0 |
881 | 2023-10-29T03:14:54.730Z | Downloaded num-integer v0.1.45 |
882 | 2023-10-29T03:14:54.735Z | Downloaded tabled_derive v0.6.0 |
883 | 2023-10-29T03:14:54.738Z | Downloaded console v0.15.7 |
884 | 2023-10-29T03:14:54.743Z | Downloaded cookie v0.16.2 |
885 | 2023-10-29T03:14:54.750Z | Downloaded path-absolutize v3.1.0 |
886 | 2023-10-29T03:14:54.753Z | Downloaded foreign-types v0.5.0 |
887 | 2023-10-29T03:14:54.760Z | Downloaded waitgroup v0.1.2 |
888 | 2023-10-29T03:14:54.763Z | Downloaded tempdir v0.3.7 |
889 | 2023-10-29T03:14:54.766Z | Downloaded foreign-types-macros v0.2.3 |
890 | 2023-10-29T03:14:54.769Z | Downloaded derive_builder_macro v0.12.0 |
891 | 2023-10-29T03:14:54.772Z | Downloaded num-complex v0.4.4 |
892 | 2023-10-29T03:14:54.775Z | Downloaded slog-stdlog v4.1.1 |
893 | 2023-10-29T03:14:54.778Z | Downloaded crossbeam-epoch v0.9.15 |
894 | 2023-10-29T03:14:54.781Z | Downloaded time-core v0.1.1 |
895 | 2023-10-29T03:14:54.784Z | Downloaded float-cmp v0.9.0 |
896 | 2023-10-29T03:14:54.787Z | Downloaded downcast v0.11.0 |
897 | 2023-10-29T03:14:54.789Z | Downloaded fnv v1.0.7 |
898 | 2023-10-29T03:14:54.792Z | Downloaded vte v0.11.1 |
899 | 2023-10-29T03:14:54.795Z | Downloaded precomputed-hash v0.1.1 |
900 | 2023-10-29T03:14:54.798Z | Downloaded tokio-native-tls v0.3.1 |
901 | 2023-10-29T03:14:54.801Z | Downloaded endian-type v0.1.2 |
902 | 2023-10-29T03:14:54.805Z | Downloaded serde_with_macros v2.3.3 |
903 | 2023-10-29T03:14:54.807Z | Downloaded ena v0.14.2 |
904 | 2023-10-29T03:14:54.810Z | Downloaded smallvec v0.6.14 |
905 | 2023-10-29T03:14:54.813Z | Downloaded pest_generator v2.7.2 |
906 | 2023-10-29T03:14:54.816Z | Downloaded serde-big-array v0.5.1 |
907 | 2023-10-29T03:14:54.819Z | Downloaded fxhash v0.2.1 |
908 | 2023-10-29T03:14:54.822Z | Downloaded yansi v0.5.1 |
909 | 2023-10-29T03:14:54.826Z | Downloaded cc v1.0.83 |
910 | 2023-10-29T03:14:54.829Z | Downloaded slog v2.7.0 |
911 | 2023-10-29T03:14:54.837Z | Downloaded time-macros v0.2.13 |
912 | 2023-10-29T03:14:54.841Z | Downloaded thiserror-impl-no-std v2.0.2 |
913 | 2023-10-29T03:14:54.844Z | Downloaded tui-tree-widget v0.13.0 |
914 | 2023-10-29T03:14:54.847Z | Downloaded ed25519 v1.5.3 |
915 | 2023-10-29T03:14:54.850Z | Downloaded dof v0.1.5 |
916 | 2023-10-29T03:14:54.853Z | Downloaded predicates-core v1.0.6 |
917 | 2023-10-29T03:14:54.856Z | Downloaded predicates v2.1.5 |
918 | 2023-10-29T03:14:54.860Z | Downloaded futures-task v0.3.29 |
919 | 2023-10-29T03:14:54.863Z | Downloaded futures-io v0.3.29 |
920 | 2023-10-29T03:14:54.866Z | Downloaded unicode-linebreak v0.1.5 |
921 | 2023-10-29T03:14:54.869Z | Downloaded predicates v3.0.4 |
922 | 2023-10-29T03:14:54.874Z | Downloaded getopts v0.2.21 |
923 | 2023-10-29T03:14:54.878Z | Downloaded take_mut v0.2.2 |
924 | 2023-10-29T03:14:54.880Z | Downloaded unarray v0.1.4 |
925 | 2023-10-29T03:14:54.883Z | Downloaded pest_meta v2.7.2 |
926 | 2023-10-29T03:14:54.888Z | Downloaded unicode-xid v0.2.4 |
927 | 2023-10-29T03:14:54.891Z | Downloaded serde_arrays v0.1.0 |
928 | 2023-10-29T03:14:54.894Z | Downloaded tap v1.0.1 |
929 | 2023-10-29T03:14:54.897Z | Downloaded password-hash v0.5.0 |
930 | 2023-10-29T03:14:54.900Z | Downloaded dyn-clone v1.0.13 |
931 | 2023-10-29T03:14:54.904Z | Downloaded radium v0.7.0 |
932 | 2023-10-29T03:14:54.908Z | Downloaded minimal-lexical v0.2.1 |
933 | 2023-10-29T03:14:54.918Z | Downloaded strum_macros v0.25.2 |
934 | 2023-10-29T03:14:54.923Z | Downloaded stringprep v0.1.3 |
935 | 2023-10-29T03:14:54.926Z | Downloaded darling v0.20.3 |
936 | 2023-10-29T03:14:54.933Z | Downloaded foreign-types-shared v0.1.1 |
937 | 2023-10-29T03:14:54.936Z | Downloaded parse-display v0.7.0 |
938 | 2023-10-29T03:14:54.939Z | Downloaded untrusted v0.7.1 |
939 | 2023-10-29T03:14:54.942Z | Downloaded oorandom v11.1.3 |
940 | 2023-10-29T03:14:54.945Z | Downloaded smallvec v1.11.0 |
941 | 2023-10-29T03:14:54.956Z | Downloaded opaque-debug v0.3.0 |
942 | 2023-10-29T03:14:54.960Z | Downloaded toml v0.7.8 |
943 | 2023-10-29T03:14:54.963Z | Downloaded unicase v2.7.0 |
944 | 2023-10-29T03:14:54.966Z | Downloaded derive_builder_core v0.12.0 |
945 | 2023-10-29T03:14:54.969Z | Downloaded ringbuffer v0.15.0 |
946 | 2023-10-29T03:14:54.976Z | Downloaded openssl-macros v0.1.1 |
947 | 2023-10-29T03:14:54.981Z | Downloaded deranged v0.3.8 |
948 | 2023-10-29T03:14:54.986Z | Downloaded flume v0.11.0 |
949 | 2023-10-29T03:14:54.992Z | Downloaded threadpool v1.8.1 |
950 | 2023-10-29T03:14:54.995Z | Downloaded foreign-types-shared v0.3.1 |
951 | 2023-10-29T03:14:54.998Z | Downloaded darling_macro v0.20.3 |
952 | 2023-10-29T03:14:55.003Z | Downloaded tungstenite v0.18.0 |
953 | 2023-10-29T03:14:55.007Z | Downloaded generic-array v0.14.7 |
954 | 2023-10-29T03:14:55.009Z | Downloaded pin-utils v0.1.0 |
955 | 2023-10-29T03:14:55.012Z | Downloaded untrusted v0.9.0 |
956 | 2023-10-29T03:14:55.016Z | Downloaded twox-hash v1.6.3 |
957 | 2023-10-29T03:14:55.020Z | Downloaded headers-core v0.2.0 |
958 | 2023-10-29T03:14:55.023Z | Downloaded pin-project-lite v0.2.13 |
959 | 2023-10-29T03:14:55.026Z | Downloaded pretty-hex v0.3.0 |
960 | 2023-10-29T03:14:55.037Z | Downloaded display-error-chain v0.2.0 |
961 | 2023-10-29T03:14:55.042Z | Downloaded diesel_table_macro_syntax v0.1.0 |
962 | 2023-10-29T03:14:55.045Z | Downloaded group v0.13.0 |
963 | 2023-10-29T03:14:55.048Z | Downloaded plotters-svg v0.3.5 |
964 | 2023-10-29T03:14:55.051Z | Downloaded postcard-cobs v0.1.5-pre |
965 | 2023-10-29T03:14:55.055Z | Downloaded futures-macro v0.3.29 |
966 | 2023-10-29T03:14:55.058Z | Downloaded crypto-common v0.1.6 |
967 | 2023-10-29T03:14:55.061Z | Downloaded openssl-probe v0.1.5 |
968 | 2023-10-29T03:14:55.066Z | Downloaded pin-project v1.1.3 |
969 | 2023-10-29T03:14:55.069Z | Downloaded phf_shared v0.10.0 |
970 | 2023-10-29T03:14:55.072Z | Downloaded path-slash v0.1.5 |
971 | 2023-10-29T03:14:55.077Z | Downloaded path-dedot v3.1.0 |
972 | 2023-10-29T03:14:55.080Z | Downloaded glob v0.3.1 |
973 | 2023-10-29T03:14:55.083Z | Downloaded num v0.4.1 |
974 | 2023-10-29T03:14:55.087Z | Downloaded phf_shared v0.11.2 |
975 | 2023-10-29T03:14:55.092Z | Downloaded parking_lot_core v0.9.8 |
976 | 2023-10-29T03:14:55.095Z | Downloaded cstr-argument v0.1.2 |
977 | 2023-10-29T03:14:55.098Z | Downloaded olpc-cjson v0.1.3 |
978 | 2023-10-29T03:14:55.102Z | Downloaded pin-project-internal v1.1.3 |
979 | 2023-10-29T03:14:55.106Z | Downloaded tracing-attributes v0.1.26 |
980 | 2023-10-29T03:14:55.110Z | Downloaded rand_xorshift v0.3.0 |
981 | 2023-10-29T03:14:55.115Z | Downloaded data-encoding v2.4.0 |
982 | 2023-10-29T03:14:55.118Z | Downloaded ucd-trie v0.1.6 |
983 | 2023-10-29T03:14:55.124Z | Downloaded form_urlencoded v1.2.0 |
984 | 2023-10-29T03:14:55.126Z | Downloaded difflib v0.4.0 |
985 | 2023-10-29T03:14:55.131Z | Downloaded subprocess v0.2.9 |
986 | 2023-10-29T03:14:55.135Z | Downloaded proc-macro-error-attr v1.0.4 |
987 | 2023-10-29T03:14:55.138Z | Downloaded fs-err v2.9.0 |
988 | 2023-10-29T03:14:55.141Z | Downloaded tower-service v0.3.2 |
989 | 2023-10-29T03:14:55.144Z | Downloaded zone_cfg_derive v0.2.0 |
990 | 2023-10-29T03:14:55.147Z | Downloaded crunchy v0.2.2 |
991 | 2023-10-29T03:14:55.152Z | Downloaded plotters-backend v0.3.5 |
992 | 2023-10-29T03:14:55.155Z | Downloaded datatest-stable v0.2.3 |
993 | 2023-10-29T03:14:55.158Z | Downloaded globset v0.4.13 |
994 | 2023-10-29T03:14:55.161Z | Downloaded num-bigint v0.4.4 |
995 | 2023-10-29T03:14:55.164Z | Downloaded oso-derive v0.27.0 |
996 | 2023-10-29T03:14:55.167Z | Downloaded platforms v3.0.2 |
997 | 2023-10-29T03:14:55.176Z | Downloaded dtrace-parser v0.1.14 |
998 | 2023-10-29T03:14:55.184Z | Downloaded scopeguard v1.2.0 |
999 | 2023-10-29T03:14:55.187Z | Downloaded der_derive v0.7.2 |
1000 | 2023-10-29T03:14:55.190Z | Downloaded pretty-hex v0.2.1 |
1001 | 2023-10-29T03:14:55.193Z | Downloaded flate2 v1.0.28 |
1002 | 2023-10-29T03:14:55.196Z | Downloaded ctr v0.9.2 |
1003 | 2023-10-29T03:14:55.198Z | Downloaded rand_chacha v0.3.1 |
1004 | 2023-10-29T03:14:55.202Z | Downloaded socket2 v0.4.9 |
1005 | 2023-10-29T03:14:55.204Z | Downloaded smawk v0.3.1 |
1006 | 2023-10-29T03:14:55.207Z | Downloaded structmeta-derive v0.1.6 |
1007 | 2023-10-29T03:14:55.210Z | Downloaded sha1 v0.10.5 |
1008 | 2023-10-29T03:14:55.213Z | Downloaded zone v0.2.0 |
1009 | 2023-10-29T03:14:55.216Z | Downloaded proc-macro-error v1.0.4 |
1010 | 2023-10-29T03:14:55.219Z | Downloaded rstest v0.18.2 |
1011 | 2023-10-29T03:14:55.221Z | Downloaded sct v0.7.0 |
1012 | 2023-10-29T03:14:55.224Z | Downloaded usdt v0.3.5 |
1013 | 2023-10-29T03:14:55.229Z | Downloaded signal-hook-mio v0.2.3 |
1014 | 2023-10-29T03:14:55.232Z | Downloaded usdt-impl v0.3.5 |
1015 | 2023-10-29T03:14:55.235Z | Downloaded which v4.4.0 |
1016 | 2023-10-29T03:14:55.238Z | Downloaded uuid v1.4.1 |
1017 | 2023-10-29T03:14:55.240Z | Downloaded schemars_derive v0.8.13 |
1018 | 2023-10-29T03:14:55.243Z | Downloaded postgres-protocol v0.6.6 |
1019 | 2023-10-29T03:14:55.246Z | Downloaded tar v0.4.40 |
1020 | 2023-10-29T03:14:55.251Z | Downloaded funty v2.0.0 |
1021 | 2023-10-29T03:14:55.254Z | Downloaded pkg-config v0.3.27 |
1022 | 2023-10-29T03:14:55.256Z | Downloaded omicron-zone-package v0.8.3 |
1023 | 2023-10-29T03:14:55.259Z | Downloaded once_cell v1.18.0 |
1024 | 2023-10-29T03:14:55.262Z | Downloaded half v1.8.2 |
1025 | 2023-10-29T03:14:55.265Z | Downloaded regex-automata v0.1.10 |
1026 | 2023-10-29T03:14:55.268Z | Downloaded serde_yaml v0.9.25 |
1027 | 2023-10-29T03:14:55.276Z | Downloaded erased-serde v0.3.30 |
1028 | 2023-10-29T03:14:55.304Z | Downloaded socket2 v0.5.4 |
1029 | 2023-10-29T03:14:55.308Z | Downloaded time v0.3.27 |
1030 | 2023-10-29T03:14:55.312Z | Downloaded prettyplease v0.2.12 |
1031 | 2023-10-29T03:14:55.315Z | Downloaded crypto-bigint v0.5.2 |
1032 | 2023-10-29T03:14:55.318Z | Downloaded unsafe-libyaml v0.2.9 |
1033 | 2023-10-29T03:14:55.322Z | Downloaded unicode-normalization v0.1.22 |
1034 | 2023-10-29T03:14:55.328Z | Downloaded rayon-core v1.12.0 |
1035 | 2023-10-29T03:14:55.335Z | Downloaded poly1305 v0.8.0 |
1036 | 2023-10-29T03:14:55.340Z | Downloaded openssl-sys v0.9.93 |
1037 | 2023-10-29T03:14:55.349Z | Downloaded pretty_assertions v1.4.0 |
1038 | 2023-10-29T03:14:55.353Z | Downloaded tokio-util v0.7.10 |
1039 | 2023-10-29T03:14:55.366Z | Downloaded schemars v0.8.13 |
1040 | 2023-10-29T03:14:55.387Z | Downloaded url v2.4.1 |
1041 | 2023-10-29T03:14:55.392Z | Downloaded salty v0.2.0 |
1042 | 2023-10-29T03:14:55.402Z | Downloaded der v0.7.8 |
1043 | 2023-10-29T03:14:55.413Z | Downloaded unicode-segmentation v1.10.1 |
1044 | 2023-10-29T03:14:55.420Z | Downloaded h2 v0.3.21 |
1045 | 2023-10-29T03:14:55.434Z | Downloaded rustls-webpki v0.101.7 |
1046 | 2023-10-29T03:14:55.464Z | Downloaded x509-cert v0.2.4 |
1047 | 2023-10-29T03:14:55.474Z | Downloaded plotters v0.3.5 |
1048 | 2023-10-29T03:14:55.492Z | Downloaded regress v0.7.1 |
1049 | 2023-10-29T03:14:55.507Z | Downloaded futures-util v0.3.29 |
1050 | 2023-10-29T03:14:55.532Z | Downloaded gimli v0.28.0 |
1051 | 2023-10-29T03:14:55.549Z | Downloaded tough v0.12.5 |
1052 | 2023-10-29T03:14:55.563Z | Downloaded openssl v0.10.57 |
1053 | 2023-10-29T03:14:55.583Z | Downloaded rustls v0.21.8 |
1054 | 2023-10-29T03:14:55.605Z | Downloaded diesel v2.1.3 |
1055 | 2023-10-29T03:14:55.639Z | Downloaded petgraph v0.6.4 |
1056 | 2023-10-29T03:14:55.666Z | Downloaded rustix v0.38.9 |
1057 | 2023-10-29T03:14:55.706Z | Downloaded rayon v1.8.0 |
1058 | 2023-10-29T03:14:55.729Z | Downloaded zerocopy-derive v0.2.0 |
1059 | 2023-10-29T03:14:55.744Z | Downloaded regex-syntax v0.6.29 |
1060 | 2023-10-29T03:14:55.759Z | Downloaded smoltcp v0.8.2 |
1061 | 2023-10-29T03:14:55.778Z | Downloaded sha3 v0.10.8 |
1062 | 2023-10-29T03:14:55.791Z | Downloaded curve25519-dalek v4.1.0 |
1063 | 2023-10-29T03:14:55.811Z | Downloaded polar-core v0.27.0 |
1064 | 2023-10-29T03:14:55.828Z | Downloaded regex v1.9.5 |
1065 | 2023-10-29T03:14:55.854Z | Downloaded openapiv3 v1.0.3 |
1066 | 2023-10-29T03:14:55.878Z | Downloaded smoltcp v0.9.1 |
1067 | 2023-10-29T03:14:55.900Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1068 | 2023-10-29T03:14:55.926Z | Downloaded sled v0.34.7 |
1069 | 2023-10-29T03:14:55.950Z | Downloaded proptest v1.3.1 |
1070 | 2023-10-29T03:14:55.969Z | Downloaded zerocopy-derive v0.6.4 |
1071 | 2023-10-29T03:14:55.990Z | Downloaded regex-automata v0.3.8 |
1072 | 2023-10-29T03:14:56.024Z | Downloaded git2 v0.17.2 |
1073 | 2023-10-29T03:14:56.040Z | Downloaded bstr v1.6.0 |
1074 | 2023-10-29T03:14:56.062Z | Downloaded tokio v1.33.0 |
1075 | 2023-10-29T03:14:56.130Z | Downloaded trust-dns-proto v0.22.0 |
1076 | 2023-10-29T03:14:56.153Z | Downloaded idna v0.4.0 |
1077 | 2023-10-29T03:14:56.167Z | Downloaded object v0.32.1 |
1078 | 2023-10-29T03:14:56.187Z | Downloaded ring v0.16.20 |
1079 | 2023-10-29T03:14:56.350Z | Downloaded webpki-roots v0.25.2 |
1080 | 2023-10-29T03:14:56.357Z | Downloaded regex-syntax v0.7.5 |
1081 | 2023-10-29T03:14:56.374Z | Downloaded syn v1.0.109 |
1082 | 2023-10-29T03:14:56.394Z | Downloaded vcpkg v0.2.15 |
1083 | 2023-10-29T03:14:56.467Z | Downloaded object v0.30.4 |
1084 | 2023-10-29T03:14:56.485Z | Downloaded bstr v0.2.17 |
1085 | 2023-10-29T03:14:56.504Z | Downloaded ratatui v0.23.0 |
1086 | 2023-10-29T03:14:56.526Z | Downloaded radix_trie v0.2.1 |
1087 | 2023-10-29T03:14:56.536Z | Downloaded nix v0.26.2 |
1088 | 2023-10-29T03:14:56.556Z | Downloaded idna v0.2.3 |
1089 | 2023-10-29T03:14:56.569Z | Downloaded bindgen v0.65.1 |
1090 | 2023-10-29T03:14:56.583Z | Downloaded lalrpop v0.19.12 |
1091 | 2023-10-29T03:14:56.604Z | Downloaded encoding_rs v0.8.33 |
1092 | 2023-10-29T03:14:56.648Z | Downloaded quick-xml v0.23.1 |
1093 | 2023-10-29T03:14:56.661Z | Downloaded tabled v0.14.0 |
1094 | 2023-10-29T03:14:56.688Z | Downloaded clap v2.34.0 |
1095 | 2023-10-29T03:14:56.701Z | Downloaded zip v0.6.6 |
1096 | 2023-10-29T03:14:56.709Z | Downloaded bitvec v1.0.1 |
1097 | 2023-10-29T03:14:56.737Z | Downloaded chrono v0.4.31 |
1098 | 2023-10-29T03:14:56.751Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1099 | 2023-10-29T03:14:56.858Z | Downloaded elliptic-curve v0.13.5 |
1100 | 2023-10-29T03:14:56.865Z | Downloaded reqwest v0.11.20 |
1101 | 2023-10-29T03:14:56.879Z | Downloaded pest v2.7.2 |
1102 | 2023-10-29T03:14:56.888Z | Downloaded aho-corasick v1.0.4 |
1103 | 2023-10-29T03:14:56.898Z | Downloaded rand v0.8.5 |
1104 | 2023-10-29T03:14:56.904Z | Downloaded tracing v0.1.37 |
1105 | 2023-10-29T03:14:56.912Z | Downloaded portable-atomic v1.4.3 |
1106 | 2023-10-29T03:14:56.922Z | Downloaded hkdf v0.12.3 |
1107 | 2023-10-29T03:14:56.927Z | Downloaded hyper v0.14.27 |
1108 | 2023-10-29T03:14:56.943Z | Downloaded derive_builder v0.12.0 |
1109 | 2023-10-29T03:14:56.950Z | Downloaded reedline v0.23.0 |
1110 | 2023-10-29T03:14:56.962Z | Downloaded headers v0.3.9 |
1111 | 2023-10-29T03:14:56.972Z | Downloaded steno v0.4.0 |
1112 | 2023-10-29T03:14:56.979Z | Downloaded futures v0.3.29 |
1113 | 2023-10-29T03:14:56.988Z | Downloaded derive_more v0.99.17 |
1114 | 2023-10-29T03:14:56.997Z | Downloaded heapless v0.7.16 |
1115 | 2023-10-29T03:14:57.004Z | Downloaded hashlink v0.8.3 |
1116 | 2023-10-29T03:14:57.007Z | Downloaded filetime v0.2.22 |
1117 | 2023-10-29T03:14:57.011Z | Downloaded expectorate v1.1.0 |
1118 | 2023-10-29T03:14:57.014Z | Downloaded toml_edit v0.19.15 |
1119 | 2023-10-29T03:14:57.044Z | Downloaded rand v0.4.6 |
1120 | 2023-10-29T03:14:57.050Z | Downloaded serde_with v2.3.3 |
1121 | 2023-10-29T03:14:57.061Z | Downloaded proc-macro-crate v1.3.1 |
1122 | 2023-10-29T03:14:57.065Z | Downloaded postgres-types v0.2.6 |
1123 | 2023-10-29T03:14:57.071Z | Downloaded rand_core v0.6.4 |
1124 | 2023-10-29T03:14:57.074Z | Downloaded rsa v0.9.2 |
1125 | 2023-10-29T03:14:57.078Z | Downloaded shell-words v1.1.0 |
1126 | 2023-10-29T03:14:57.081Z | Downloaded rustfmt-wrapper v0.2.0 |
1127 | 2023-10-29T03:14:57.085Z | Downloaded structmeta v0.1.6 |
1128 | 2023-10-29T03:14:57.088Z | Downloaded diff v0.1.13 |
1129 | 2023-10-29T03:14:57.091Z | Downloaded diesel_derives v2.1.1 |
1130 | 2023-10-29T03:14:57.095Z | Downloaded parking_lot_core v0.8.6 |
1131 | 2023-10-29T03:14:57.098Z | Downloaded pkcs8 v0.10.2 |
1132 | 2023-10-29T03:14:57.103Z | Downloaded fallible-iterator v0.2.0 |
1133 | 2023-10-29T03:14:57.106Z | Downloaded unicode-width v0.1.11 |
1134 | 2023-10-29T03:14:57.109Z | Downloaded tinyvec v1.6.0 |
1135 | 2023-10-29T03:14:57.114Z | Downloaded toml v0.5.11 |
1136 | 2023-10-29T03:14:57.119Z | Downloaded libz-sys v1.1.12 |
1137 | 2023-10-29T03:14:57.243Z | Downloaded rusqlite v0.29.0 |
1138 | 2023-10-29T03:14:57.254Z | Downloaded zerocopy v0.3.0 |
1139 | 2023-10-29T03:14:57.256Z | Downloaded whoami v1.4.1 |
1140 | 2023-10-29T03:14:57.259Z | Downloaded papergrid v0.10.0 |
1141 | 2023-10-29T03:14:57.266Z | Downloaded criterion v0.5.1 |
1142 | 2023-10-29T03:14:57.279Z | Downloaded aes v0.8.3 |
1143 | 2023-10-29T03:14:57.286Z | Downloaded smf v0.2.2 |
1144 | 2023-10-29T03:14:57.288Z | Downloaded derive-where v1.2.5 |
1145 | 2023-10-29T03:14:57.294Z | Downloaded zerocopy v0.6.4 |
1146 | 2023-10-29T03:14:57.298Z | Downloaded hashbrown v0.13.2 |
1147 | 2023-10-29T03:14:57.306Z | Downloaded hashbrown v0.12.3 |
1148 | 2023-10-29T03:14:57.314Z | Downloaded crossterm v0.27.0 |
1149 | 2023-10-29T03:14:57.326Z | Downloaded rstest_macros v0.18.2 |
1150 | 2023-10-29T03:14:57.358Z | Downloaded typenum v1.16.0 |
1151 | 2023-10-29T03:14:57.360Z | Downloaded packed_struct v0.10.1 |
1152 | 2023-10-29T03:14:57.363Z | Downloaded heck v0.3.3 |
1153 | 2023-10-29T03:14:57.366Z | Downloaded zeroize_derive v1.4.2 |
1154 | 2023-10-29T03:14:57.369Z | Downloaded getrandom v0.2.10 |
1155 | 2023-10-29T03:14:57.372Z | Downloaded partial-io v0.5.4 |
1156 | 2023-10-29T03:14:57.375Z | Downloaded darling_core v0.20.3 |
1157 | 2023-10-29T03:14:57.378Z | Downloaded libxml v0.3.3 |
1158 | 2023-10-29T03:14:57.381Z | Downloaded pkcs1 v0.7.5 |
1159 | 2023-10-29T03:14:57.384Z | Downloaded postcard v0.7.3 |
1160 | 2023-10-29T03:14:57.387Z | Downloaded parking_lot v0.12.1 |
1161 | 2023-10-29T03:14:57.391Z | Downloaded spin v0.5.2 |
1162 | 2023-10-29T03:14:57.393Z | Downloaded ron v0.7.1 |
1163 | 2023-10-29T03:14:57.396Z | Downloaded structopt v0.3.26 |
1164 | 2023-10-29T03:14:57.407Z | Downloaded ring v0.17.5 |
1165 | 2023-10-29T03:14:57.544Z | Downloaded tungstenite v0.20.1 |
1166 | 2023-10-29T03:14:57.550Z | Downloaded spin v0.9.8 |
1167 | 2023-10-29T03:14:57.554Z | Downloaded unicode-bidi v0.3.13 |
1168 | 2023-10-29T03:14:57.558Z | Downloaded futures-channel v0.3.29 |
1169 | 2023-10-29T03:14:57.562Z | Downloaded owo-colors v3.5.0 |
1170 | 2023-10-29T03:14:57.566Z | Downloaded ref-cast-impl v1.0.20 |
1171 | 2023-10-29T03:14:57.569Z | Downloaded topological-sort v0.2.2 |
1172 | 2023-10-29T03:14:57.574Z | Downloaded libsqlite3-sys v0.26.0 |
1173 | 2023-10-29T03:14:57.714Z | Downloaded tinytemplate v1.2.1 |
1174 | 2023-10-29T03:14:57.717Z | Downloaded thread_local v1.1.7 |
1175 | 2023-10-29T03:14:57.719Z | Downloaded sha2 v0.10.8 |
1176 | 2023-10-29T03:14:57.723Z | Downloaded darling_core v0.14.4 |
1177 | 2023-10-29T03:14:57.733Z | Downloaded predicates-tree v1.0.9 |
1178 | 2023-10-29T03:14:57.736Z | Downloaded textwrap v0.16.0 |
1179 | 2023-10-29T03:14:57.738Z | Downloaded itertools v0.11.0 |
1180 | 2023-10-29T03:14:57.748Z | Downloaded percent-encoding v2.3.0 |
1181 | 2023-10-29T03:14:57.751Z | Downloaded futures-executor v0.3.29 |
1182 | 2023-10-29T03:14:57.754Z | Downloaded env_logger v0.10.0 |
1183 | 2023-10-29T03:14:57.757Z | Downloaded tiny-keccak v2.0.2 |
1184 | 2023-10-29T03:14:57.760Z | Downloaded rusty-fork v0.3.0 |
1185 | 2023-10-29T03:14:57.763Z | Downloaded rustversion v1.0.14 |
1186 | 2023-10-29T03:14:57.767Z | Downloaded oso v0.27.0 |
1187 | 2023-10-29T03:14:57.773Z | Downloaded rcgen v0.11.3 |
1188 | 2023-10-29T03:14:57.777Z | Downloaded tokio-postgres v0.7.10 |
1189 | 2023-10-29T03:14:57.786Z | Downloaded fatfs v0.3.6 |
1190 | 2023-10-29T03:14:57.791Z | Downloaded mio v0.8.8 |
1191 | 2023-10-29T03:14:57.800Z | Downloaded rtoolbox v0.0.1 |
1192 | 2023-10-29T03:14:57.803Z | Downloaded fallible-streaming-iterator v0.1.9 |
1193 | 2023-10-29T03:14:57.806Z | Downloaded fragile v2.0.0 |
1194 | 2023-10-29T03:14:57.809Z | Downloaded utf-8 v0.7.6 |
1195 | 2023-10-29T03:14:57.812Z | Downloaded parse-display-derive v0.7.0 |
1196 | 2023-10-29T03:14:57.816Z | Downloaded serde_tokenstream v0.2.0 |
1197 | 2023-10-29T03:14:57.819Z | Downloaded trust-dns-server v0.22.1 |
1198 | 2023-10-29T03:14:57.824Z | Downloaded trust-dns-resolver v0.22.0 |
1199 | 2023-10-29T03:14:57.831Z | Downloaded trust-dns-client v0.22.0 |
1200 | 2023-10-29T03:14:57.841Z | Downloaded curve25519-dalek-derive v0.1.0 |
1201 | 2023-10-29T03:14:57.844Z | Downloaded usdt-macro v0.3.5 |
1202 | 2023-10-29T03:14:57.846Z | Downloaded phf v0.11.2 |
1203 | 2023-10-29T03:14:57.849Z | Downloaded crossbeam-channel v0.5.8 |
1204 | 2023-10-29T03:14:57.853Z | Downloaded libm v0.2.7 |
1205 | 2023-10-29T03:14:57.869Z | Downloaded itertools v0.10.5 |
1206 | 2023-10-29T03:14:57.880Z | Downloaded zeroize v1.6.0 |
1207 | 2023-10-29T03:14:57.883Z | Downloaded serde_derive_internals v0.26.0 |
1208 | 2023-10-29T03:14:57.886Z | Downloaded wyz v0.5.1 |
1209 | 2023-10-29T03:14:57.888Z | Downloaded relative-path v1.9.0 |
1210 | 2023-10-29T03:14:57.894Z | Downloaded polyval v0.6.1 |
1211 | 2023-10-29T03:14:57.898Z | Downloaded term v0.7.0 |
1212 | 2023-10-29T03:14:57.901Z | Downloaded slog-term v2.9.0 |
1213 | 2023-10-29T03:14:57.904Z | Downloaded env_logger v0.9.3 |
1214 | 2023-10-29T03:14:57.906Z | Downloaded arc-swap v1.6.0 |
1215 | 2023-10-29T03:14:57.911Z | Downloaded serde_tokenstream v0.1.7 |
1216 | 2023-10-29T03:14:57.916Z | Downloaded http v0.2.9 |
1217 | 2023-10-29T03:14:57.924Z | Downloaded string_cache v0.8.7 |
1218 | 2023-10-29T03:14:57.927Z | Downloaded pem-rfc7468 v0.7.0 |
1219 | 2023-10-29T03:14:57.930Z | Downloaded darling v0.14.4 |
1220 | 2023-10-29T03:14:57.934Z | Downloaded static_assertions v1.1.0 |
1221 | 2023-10-29T03:14:57.936Z | Downloaded trybuild v1.0.85 |
1222 | 2023-10-29T03:14:57.943Z | Downloaded tokio-tungstenite v0.18.0 |
1223 | 2023-10-29T03:14:57.947Z | Downloaded tracing-core v0.1.31 |
1224 | 2023-10-29T03:14:57.952Z | Downloaded crossterm v0.26.1 |
1225 | 2023-10-29T03:14:57.962Z | Downloaded criterion-plot v0.5.0 |
1226 | 2023-10-29T03:14:57.965Z | Downloaded quick-error v1.2.3 |
1227 | 2023-10-29T03:14:57.968Z | Downloaded structopt-derive v0.4.18 |
1228 | 2023-10-29T03:14:57.971Z | Downloaded snafu v0.7.5 |
1229 | 2023-10-29T03:14:57.979Z | Downloaded doc-comment v0.3.3 |
1230 | 2023-10-29T03:14:57.982Z | Downloaded pem v3.0.2 |
1231 | 2023-10-29T03:14:57.984Z | Downloaded futures-sink v0.3.29 |
1232 | 2023-10-29T03:14:57.987Z | Downloaded r2d2 v0.8.10 |
1233 | 2023-10-29T03:14:57.990Z | Downloaded similar v2.2.1 |
1234 | 2023-10-29T03:14:57.994Z | Downloaded rustc-demangle v0.1.23 |
1235 | 2023-10-29T03:14:57.997Z | Downloaded serde-hex v0.1.0 |
1236 | 2023-10-29T03:14:58.000Z | Downloaded parking_lot v0.11.2 |
1237 | 2023-10-29T03:14:58.004Z | Downloaded yasna v0.5.2 |
1238 | 2023-10-29T03:14:58.007Z | Downloaded semver-parser v0.10.2 |
1239 | 2023-10-29T03:14:58.010Z | Downloaded walkdir v2.4.0 |
1240 | 2023-10-29T03:14:58.013Z | Downloaded fixedbitset v0.4.2 |
1241 | 2023-10-29T03:14:58.015Z | Downloaded ff v0.13.0 |
1242 | 2023-10-29T03:14:58.019Z | Downloaded tokio-tungstenite v0.20.1 |
1243 | 2023-10-29T03:14:58.022Z | Downloaded flagset v0.4.3 |
1244 | 2023-10-29T03:14:58.025Z | Downloaded fd-lock v3.0.13 |
1245 | 2023-10-29T03:14:58.028Z | Downloaded fastrand v2.0.0 |
1246 | 2023-10-29T03:14:58.031Z | Downloaded enum-as-inner v0.5.1 |
1247 | 2023-10-29T03:14:58.033Z | Downloaded universal-hash v0.5.1 |
1248 | 2023-10-29T03:14:58.036Z | Downloaded hash32 v0.2.1 |
1249 | 2023-10-29T03:14:58.039Z | Downloaded textwrap v0.11.0 |
1250 | 2023-10-29T03:14:58.042Z | Downloaded futures-core v0.3.29 |
1251 | 2023-10-29T03:14:58.044Z | Downloaded darling_macro v0.14.4 |
1252 | 2023-10-29T03:14:58.047Z | Downloaded termtree v0.4.1 |
1253 | 2023-10-29T03:14:58.051Z | Downloaded tinyvec_macros v0.1.1 |
1254 | 2023-10-29T03:14:58.053Z | Downloaded serde_repr v0.1.16 |
1255 | 2023-10-29T03:14:58.056Z | Downloaded usdt-attr-macro v0.3.5 |
1256 | 2023-10-29T03:14:58.059Z | Downloaded ppv-lite86 v0.2.17 |
1257 | 2023-10-29T03:14:58.062Z | Downloaded rust-argon2 v1.0.1 |
1258 | 2023-10-29T03:14:58.064Z | Downloaded dirs-next v2.0.0 |
1259 | 2023-10-29T03:14:58.068Z | Downloaded digest v0.10.7 |
1260 | 2023-10-29T03:14:58.071Z | Downloaded either v1.9.0 |
1261 | 2023-10-29T03:14:58.074Z | Downloaded thread-id v4.2.0 |
1262 | 2023-10-29T03:14:58.077Z | Downloaded rustc_version v0.4.0 |
1263 | 2023-10-29T03:14:58.080Z | Downloaded pest_derive v2.7.2 |
1264 | 2023-10-29T03:14:58.082Z | Downloaded base64 v0.21.5 |
1265 | 2023-10-29T03:14:58.085Z | Downloaded test-strategy v0.2.1 |
1266 | 2023-10-29T03:14:58.087Z | Downloaded subtle v2.5.0 |
1267 | 2023-10-29T03:14:58.090Z | Downloaded packed_struct_codegen v0.10.1 |
1268 | 2023-10-29T03:14:58.093Z | Downloaded serde_urlencoded v0.7.1 |
1269 | 2023-10-29T03:14:58.096Z | Downloaded thiserror-no-std v2.0.2 |
1270 | 2023-10-29T03:14:58.100Z | Downloaded tempfile v3.8.0 |
1271 | 2023-10-29T03:14:58.103Z | Downloaded signal-hook v0.3.17 |
1272 | 2023-10-29T03:14:58.107Z | Downloaded wait-timeout v0.2.0 |
1273 | 2023-10-29T03:14:58.110Z | Downloaded pem v1.1.1 |
1274 | 2023-10-29T03:14:58.112Z | Downloaded paste v1.0.14 |
1275 | 2023-10-29T03:14:58.115Z | Downloaded dashmap v5.5.1 |
1276 | 2023-10-29T03:14:58.118Z | Downloaded ahash v0.8.3 |
1277 | 2023-10-29T03:14:58.121Z | Downloaded serde-big-array v0.4.1 |
1278 | 2023-10-29T03:14:58.123Z | Downloaded miniz_oxide v0.7.1 |
1279 | 2023-10-29T03:14:58.126Z | Downloaded vsss-rs v3.3.1 |
1280 | 2023-10-29T03:14:58.129Z | Downloaded vergen v8.2.4 |
1281 | 2023-10-29T03:14:58.132Z | Downloaded dirs-sys-next v0.1.2 |
1282 | 2023-10-29T03:14:58.136Z | Downloaded num-traits v0.2.16 |
1283 | 2023-10-29T03:14:58.139Z | Downloaded tokio-macros v2.1.0 |
1284 | 2023-10-29T03:14:58.141Z | Downloaded futures-timer v3.0.2 |
1285 | 2023-10-29T03:14:58.144Z | Downloaded base64ct v1.6.0 |
1286 | 2023-10-29T03:14:58.148Z | Downloaded resolv-conf v0.7.0 |
1287 | 2023-10-29T03:14:58.151Z | Downloaded remove_dir_all v0.5.3 |
1288 | 2023-10-29T03:14:58.153Z | Downloaded ref-cast v1.0.20 |
1289 | 2023-10-29T03:14:58.157Z | Downloaded slog-scope v4.4.0 |
1290 | 2023-10-29T03:14:58.159Z | Downloaded slog-async v2.8.0 |
1291 | 2023-10-29T03:14:58.168Z | Downloaded siphasher v0.3.11 |
1292 | 2023-10-29T03:14:58.173Z | Downloaded peeking_take_while v0.1.2 |
1293 | 2023-10-29T03:14:58.176Z | Downloaded const-oid v0.9.5 |
1294 | 2023-10-29T03:14:58.181Z | Downloaded crc32fast v1.3.2 |
1295 | 2023-10-29T03:14:58.199Z | Downloaded allocator-api2 v0.2.16 |
1296 | 2023-10-29T03:14:58.204Z | Downloaded tokio-stream v0.1.14 |
1297 | 2023-10-29T03:14:58.215Z | Downloaded tokio-rustls v0.24.1 |
1298 | 2023-10-29T03:14:58.222Z | Downloaded semver v0.11.0 |
1299 | 2023-10-29T03:14:58.226Z | Downloaded slog-json v2.6.1 |
1300 | 2023-10-29T03:14:58.229Z | Downloaded slab v0.4.9 |
1301 | 2023-10-29T03:14:58.232Z | Downloaded snafu-derive v0.7.5 |
1302 | 2023-10-29T03:14:58.236Z | Downloaded crc-any v2.4.3 |
1303 | 2023-10-29T03:14:58.241Z | Downloaded signature v1.6.4 |
1304 | 2023-10-29T03:14:58.244Z | Downloaded signal-hook-registry v1.4.1 |
1305 | 2023-10-29T03:14:58.247Z | Downloaded arrayvec v0.7.4 |
1306 | 2023-10-29T03:14:58.252Z | Downloaded want v0.3.1 |
1307 | 2023-10-29T03:14:58.255Z | Downloaded slog-envlogger v2.2.0 |
1308 | 2023-10-29T03:14:58.257Z | Downloaded clang-sys v1.6.1 |
1309 | 2023-10-29T03:14:58.263Z | Downloaded version_check v0.9.4 |
1310 | 2023-10-29T03:14:58.267Z | Downloaded crossbeam-utils v0.8.16 |
1311 | 2023-10-29T03:14:58.275Z | Downloaded xattr v1.0.1 |
1312 | 2023-10-29T03:14:58.279Z | Downloaded rustls-pemfile v1.0.3 |
1313 | 2023-10-29T03:14:58.284Z | Downloaded chacha20poly1305 v0.10.1 |
1314 | 2023-10-29T03:14:58.290Z | Downloaded mockall_derive v0.11.4 |
1315 | 2023-10-29T03:14:58.293Z | Downloaded constant_time_eq v0.2.6 |
1316 | 2023-10-29T03:14:58.297Z | Downloaded ciborium-io v0.2.1 |
1317 | 2023-10-29T03:14:58.300Z | Downloaded ipnet v2.8.0 |
1318 | 2023-10-29T03:14:58.303Z | Downloaded backoff v0.4.0 |
1319 | 2023-10-29T03:14:58.310Z | Downloaded ascii v1.1.0 |
1320 | 2023-10-29T03:14:58.316Z | Downloaded nibble_vec v0.1.0 |
1321 | 2023-10-29T03:14:58.320Z | Downloaded termios v0.3.3 |
1322 | 2023-10-29T03:14:58.324Z | Downloaded termcolor v1.2.0 |
1323 | 2023-10-29T03:14:58.326Z | Downloaded synstructure v0.12.6 |
1324 | 2023-10-29T03:14:58.329Z | Downloaded strum_macros v0.24.3 |
1325 | 2023-10-29T03:14:58.332Z | Downloaded log v0.4.20 |
1326 | 2023-10-29T03:14:58.336Z | Downloaded multer v2.1.0 |
1327 | 2023-10-29T03:14:58.340Z | Downloaded toolchain_find v0.2.0 |
1328 | 2023-10-29T03:14:58.342Z | Downloaded serde_plain v1.0.2 |
1329 | 2023-10-29T03:14:58.345Z | Downloaded serde_path_to_error v0.1.14 |
1330 | 2023-10-29T03:14:58.348Z | Downloaded addr2line v0.21.0 |
1331 | 2023-10-29T03:14:58.352Z | Downloaded crossbeam-deque v0.8.3 |
1332 | 2023-10-29T03:14:58.379Z | Downloaded native-tls v0.2.11 |
1333 | 2023-10-29T03:14:58.384Z | Downloaded const_format_proc_macros v0.2.31 |
1334 | 2023-10-29T03:14:58.387Z | Downloaded iana-time-zone v0.1.57 |
1335 | 2023-10-29T03:14:58.390Z | Downloaded debug-ignore v1.0.5 |
1336 | 2023-10-29T03:14:58.393Z | Downloaded strsim v0.8.0 |
1337 | 2023-10-29T03:14:58.396Z | Downloaded strip-ansi-escapes v0.2.0 |
1338 | 2023-10-29T03:14:58.399Z | Downloaded spki v0.7.2 |
1339 | 2023-10-29T03:14:58.402Z | Downloaded slog-dtrace v0.2.3 |
1340 | 2023-10-29T03:14:58.405Z | Downloaded similar-asserts v1.5.0 |
1341 | 2023-10-29T03:14:58.408Z | Downloaded memoffset v0.9.0 |
1342 | 2023-10-29T03:14:58.410Z | Downloaded nanorand v0.7.0 |
1343 | 2023-10-29T03:14:58.413Z | Downloaded mime_guess v2.0.4 |
1344 | 2023-10-29T03:14:58.418Z | Downloaded signal-hook-tokio v0.3.1 |
1345 | 2023-10-29T03:14:58.421Z | Downloaded semver v0.1.20 |
1346 | 2023-10-29T03:14:58.424Z | Downloaded secrecy v0.8.0 |
1347 | 2023-10-29T03:14:58.427Z | Downloaded httptest v0.15.4 |
1348 | 2023-10-29T03:14:58.429Z | Downloaded assert_cmd v2.0.12 |
1349 | 2023-10-29T03:14:58.432Z | Downloaded lazycell v1.3.0 |
1350 | 2023-10-29T03:14:58.436Z | Downloaded cpufeatures v0.2.9 |
1351 | 2023-10-29T03:14:58.438Z | Downloaded hyper-staticfile v0.9.5 |
1352 | 2023-10-29T03:14:58.443Z | Downloaded vte_generate_state_changes v0.1.1 |
1353 | 2023-10-29T03:14:58.446Z | Downloaded vec_map v0.8.2 |
1354 | 2023-10-29T03:14:58.450Z | Downloaded try-lock v0.2.4 |
1355 | 2023-10-29T03:14:58.454Z | Downloaded rustls-native-certs v0.6.3 |
1356 | 2023-10-29T03:14:58.457Z | Downloaded maybe-uninit v2.0.0 |
1357 | 2023-10-29T03:14:58.460Z | Downloaded lru-cache v0.1.2 |
1358 | 2023-10-29T03:14:58.463Z | Downloaded crossbeam v0.8.2 |
1359 | 2023-10-29T03:14:58.466Z | Downloaded bitfield v0.14.0 |
1360 | 2023-10-29T03:14:58.468Z | Downloaded async-trait v0.1.74 |
1361 | 2023-10-29T03:14:58.471Z | Downloaded memoffset v0.7.1 |
1362 | 2023-10-29T03:14:58.474Z | Downloaded lock_api v0.4.10 |
1363 | 2023-10-29T03:14:58.477Z | Downloaded crossbeam-queue v0.3.8 |
1364 | 2023-10-29T03:14:58.480Z | Downloaded crc-catalog v2.2.0 |
1365 | 2023-10-29T03:14:58.483Z | Downloaded serial_test_derive v0.10.0 |
1366 | 2023-10-29T03:14:58.486Z | Downloaded indicatif v0.17.7 |
1367 | 2023-10-29T03:14:58.489Z | Downloaded libloading v0.7.4 |
1368 | 2023-10-29T03:14:58.494Z | Downloaded hyper-tls v0.5.0 |
1369 | 2023-10-29T03:14:58.497Z | Downloaded base16ct v0.2.0 |
1370 | 2023-10-29T03:14:58.500Z | Downloaded bit_field v0.10.2 |
1371 | 2023-10-29T03:14:58.504Z | Downloaded basic-toml v0.1.4 |
1372 | 2023-10-29T03:14:58.508Z | Downloaded blake2b_simd v1.0.1 |
1373 | 2023-10-29T03:14:58.511Z | Downloaded arrayref v0.3.7 |
1374 | 2023-10-29T03:14:58.516Z | Downloaded ansi_term v0.12.1 |
1375 | 2023-10-29T03:14:58.519Z | Downloaded aes-gcm-siv v0.11.1 |
1376 | 2023-10-29T03:14:58.524Z | Downloaded aead v0.5.2 |
1377 | 2023-10-29T03:14:58.526Z | Downloaded mockall v0.11.4 |
1378 | 2023-10-29T03:14:58.529Z | Downloaded linked-hash-map v0.5.6 |
1379 | 2023-10-29T03:14:58.534Z | Downloaded jobserver v0.1.26 |
1380 | 2023-10-29T03:14:58.537Z | Downloaded corncobs v0.1.3 |
1381 | 2023-10-29T03:14:58.540Z | Downloaded colored v2.0.4 |
1382 | 2023-10-29T03:14:58.543Z | Downloaded assert_matches v1.5.0 |
1383 | 2023-10-29T03:14:58.547Z | Downloaded new_debug_unreachable v1.0.4 |
1384 | 2023-10-29T03:14:58.551Z | Downloaded crc v3.0.1 |
1385 | 2023-10-29T03:14:58.554Z | Downloaded stable_deref_trait v1.2.0 |
1386 | 2023-10-29T03:14:58.557Z | Downloaded scheduled-thread-pool v0.2.7 |
1387 | 2023-10-29T03:14:58.560Z | Downloaded rustc_version v0.1.7 |
1388 | 2023-10-29T03:14:58.564Z | Downloaded rpassword v7.2.0 |
1389 | 2023-10-29T03:14:58.567Z | Downloaded ident_case v1.0.1 |
1390 | 2023-10-29T03:14:58.570Z | Downloaded bytesize v1.3.0 |
1391 | 2023-10-29T03:14:58.573Z | Downloaded same-file v1.0.6 |
1392 | 2023-10-29T03:14:58.578Z | Downloaded rustc-hash v1.1.0 |
1393 | 2023-10-29T03:14:58.581Z | Downloaded matches v0.1.10 |
1394 | 2023-10-29T03:14:58.585Z | Downloaded const_format v0.2.31 |
1395 | 2023-10-29T03:14:58.587Z | Downloaded atomicwrites v0.4.2 |
1396 | 2023-10-29T03:14:58.590Z | Downloaded async-stream v0.3.5 |
1397 | 2023-10-29T03:14:58.595Z | Downloaded atomic-waker v1.1.1 |
1398 | 2023-10-29T03:14:58.598Z | Downloaded ascii-canvas v3.0.0 |
1399 | 2023-10-29T03:14:58.601Z | Downloaded async-recursion v1.0.5 |
1400 | 2023-10-29T03:14:58.605Z | Downloaded async-stream-impl v0.3.5 |
1401 | 2023-10-29T03:14:58.608Z | Downloaded httpdate v1.0.3 |
1402 | 2023-10-29T03:14:58.612Z | Downloaded humantime v2.1.0 |
1403 | 2023-10-29T03:14:58.615Z | Downloaded bincode v1.3.3 |
1404 | 2023-10-29T03:14:58.618Z | Downloaded httparse v1.8.0 |
1405 | 2023-10-29T03:14:58.625Z | Downloaded base64 v0.13.1 |
1406 | 2023-10-29T03:14:58.629Z | Downloaded backtrace v0.3.69 |
1407 | 2023-10-29T03:14:58.632Z | Downloaded keccak v0.1.4 |
1408 | 2023-10-29T03:14:58.636Z | Downloaded indoc v1.0.9 |
1409 | 2023-10-29T03:14:58.639Z | Downloaded cancel-safe-futures v0.1.5 |
1410 | 2023-10-29T03:14:58.643Z | Downloaded hostname v0.3.1 |
1411 | 2023-10-29T03:14:58.646Z | Downloaded array-init v0.0.4 |
1412 | 2023-10-29T03:14:58.650Z | Downloaded ron v0.8.1 |
1413 | 2023-10-29T03:14:58.654Z | Downloaded libefi-sys v0.1.0 |
1414 | 2023-10-29T03:14:58.657Z | Downloaded impl-trait-for-tuples v0.2.2 |
1415 | 2023-10-29T03:14:58.662Z | Downloaded maplit v1.0.2 |
1416 | 2023-10-29T03:14:58.665Z | Downloaded cfg-if v0.1.10 |
1417 | 2023-10-29T03:14:58.668Z | Downloaded num_enum_derive v0.7.0 |
1418 | 2023-10-29T03:14:58.671Z | Downloaded num_enum v0.5.11 |
1419 | 2023-10-29T03:14:58.674Z | Downloaded lalrpop-util v0.19.12 |
1420 | 2023-10-29T03:14:58.677Z | Downloaded instant v0.1.12 |
1421 | 2023-10-29T03:14:58.681Z | Downloaded ciborium-ll v0.2.1 |
1422 | 2023-10-29T03:14:58.684Z | Downloaded adler v1.0.2 |
1423 | 2023-10-29T03:14:58.688Z | Downloaded num_enum v0.7.0 |
1424 | 2023-10-29T03:14:58.691Z | Downloaded num-rational v0.4.1 |
1425 | 2023-10-29T03:14:58.695Z | Downloaded macaddr v1.0.1 |
1426 | 2023-10-29T03:14:58.698Z | Downloaded lazy_static v1.4.0 |
1427 | 2023-10-29T03:14:58.701Z | Downloaded ipnetwork v0.20.0 |
1428 | 2023-10-29T03:14:58.704Z | Downloaded indoc v2.0.3 |
1429 | 2023-10-29T03:14:58.707Z | Downloaded highway v1.1.0 |
1430 | 2023-10-29T03:14:58.712Z | Downloaded constant_time_eq v0.3.0 |
1431 | 2023-10-29T03:14:58.715Z | Downloaded bytes v1.5.0 |
1432 | 2023-10-29T03:14:58.719Z | Downloaded bb8 v0.8.1 |
1433 | 2023-10-29T03:14:58.722Z | Downloaded hex v0.4.3 |
1434 | 2023-10-29T03:14:58.725Z | Downloaded bitflags v2.4.0 |
1435 | 2023-10-29T03:14:58.728Z | Downloaded atty v0.2.14 |
1436 | 2023-10-29T03:14:58.731Z | Downloaded num_threads v0.1.6 |
1437 | 2023-10-29T03:14:58.734Z | Downloaded nom v7.1.3 |
1438 | 2023-10-29T03:14:58.738Z | Downloaded libtest-mimic v0.6.1 |
1439 | 2023-10-29T03:14:58.741Z | Downloaded bzip2 v0.4.4 |
1440 | 2023-10-29T03:14:58.744Z | Downloaded buf-list v1.0.3 |
1441 | 2023-10-29T03:14:58.747Z | Downloaded is-terminal v0.4.9 |
1442 | 2023-10-29T03:14:58.751Z | Downloaded hex-literal v0.4.1 |
1443 | 2023-10-29T03:14:58.757Z | Downloaded blake2 v0.10.6 |
1444 | 2023-10-29T03:14:58.760Z | Downloaded num_enum_derive v0.5.11 |
1445 | 2023-10-29T03:14:58.764Z | Downloaded nodrop v0.1.14 |
1446 | 2023-10-29T03:14:58.767Z | Downloaded hmac v0.12.1 |
1447 | 2023-10-29T03:14:58.770Z | Downloaded home v0.5.5 |
1448 | 2023-10-29T03:14:58.774Z | Downloaded ciborium v0.2.1 |
1449 | 2023-10-29T03:14:58.777Z | Downloaded cfg-if v1.0.0 |
1450 | 2023-10-29T03:14:58.780Z | Downloaded bytecount v0.6.3 |
1451 | 2023-10-29T03:14:58.783Z | Downloaded cast v0.3.0 |
1452 | 2023-10-29T03:14:58.785Z | Downloaded chacha20 v0.9.1 |
1453 | 2023-10-29T03:14:58.789Z | Downloaded cexpr v0.6.0 |
1454 | 2023-10-29T03:14:58.791Z | Downloaded bitstruct_derive v0.1.0 |
1455 | 2023-10-29T03:14:58.794Z | Downloaded bitstruct v0.1.1 |
1456 | 2023-10-29T03:14:58.797Z | Downloaded bit-set v0.5.3 |
1457 | 2023-10-29T03:14:58.800Z | Downloaded bcs v0.1.6 |
1458 | 2023-10-29T03:14:59.628Z | Compiling proc-macro2 v1.0.67 |
1459 | 2023-10-29T03:14:59.630Z | Compiling serde v1.0.188 |
1460 | 2023-10-29T03:14:59.633Z | Compiling autocfg v1.1.0 |
1461 | 2023-10-29T03:14:59.636Z | Compiling version_check v0.9.4 |
1462 | 2023-10-29T03:14:59.650Z | Compiling syn v1.0.109 |
1463 | 2023-10-29T03:14:59.653Z | Compiling parking_lot_core v0.9.8 |
1464 | 2023-10-29T03:14:59.663Z | Compiling libm v0.2.7 |
1465 | 2023-10-29T03:14:59.719Z | Compiling libc v0.2.149 |
1466 | 2023-10-29T03:15:00.153Z | Compiling cfg-if v1.0.0 |
1467 | 2023-10-29T03:15:00.191Z | Compiling futures-core v0.3.29 |
1468 | 2023-10-29T03:15:00.285Z | Compiling once_cell v1.18.0 |
1469 | 2023-10-29T03:15:00.391Z | Compiling typenum v1.16.0 |
1470 | 2023-10-29T03:15:00.647Z | Compiling futures-channel v0.3.29 |
1471 | 2023-10-29T03:15:00.703Z | Compiling ahash v0.8.3 |
1472 | 2023-10-29T03:15:00.787Z | Compiling lock_api v0.4.10 |
1473 | 2023-10-29T03:15:00.913Z | Compiling num-traits v0.2.16 |
1474 | 2023-10-29T03:15:01.089Z | Compiling quote v1.0.33 |
1475 | 2023-10-29T03:15:01.318Z | Compiling generic-array v0.14.7 |
1476 | 2023-10-29T03:15:01.388Z | Compiling slab v0.4.9 |
1477 | 2023-10-29T03:15:01.716Z | Compiling syn v2.0.32 |
1478 | 2023-10-29T03:15:01.873Z | Compiling jobserver v0.1.26 |
1479 | 2023-10-29T03:15:02.160Z | Compiling futures-task v0.3.29 |
1480 | 2023-10-29T03:15:02.399Z | Compiling cc v1.0.83 |
1481 | 2023-10-29T03:15:02.446Z | Compiling pkg-config v0.3.27 |
1482 | 2023-10-29T03:15:02.486Z | Compiling futures-util v0.3.29 |
1483 | 2023-10-29T03:15:02.621Z | Compiling memchr v2.6.3 |
1484 | 2023-10-29T03:15:02.645Z | Compiling vcpkg v0.2.15 |
1485 | 2023-10-29T03:15:02.953Z | Compiling itoa v1.0.9 |
1486 | 2023-10-29T03:15:02.979Z | Compiling schemars v0.8.13 |
1487 | 2023-10-29T03:15:03.435Z | Compiling log v0.4.20 |
1488 | 2023-10-29T03:15:03.587Z | Compiling serde_json v1.0.107 |
1489 | 2023-10-29T03:15:04.425Z | Compiling httparse v1.8.0 |
1490 | 2023-10-29T03:15:04.763Z | Compiling ryu v1.0.15 |
1491 | 2023-10-29T03:15:05.099Z | Compiling indexmap v1.9.3 |
1492 | 2023-10-29T03:15:05.118Z | Compiling getrandom v0.2.10 |
1493 | 2023-10-29T03:15:05.336Z | Compiling allocator-api2 v0.2.16 |
1494 | 2023-10-29T03:15:05.516Z | Compiling rustix v0.38.9 |
1495 | 2023-10-29T03:15:05.655Z | Compiling equivalent v1.0.1 |
1496 | 2023-10-29T03:15:05.807Z | Compiling fnv v1.0.7 |
1497 | 2023-10-29T03:15:05.812Z | Compiling rustls v0.21.8 |
1498 | 2023-10-29T03:15:05.940Z | Compiling openssl v0.10.57 |
1499 | 2023-10-29T03:15:05.995Z | Compiling aho-corasick v1.0.4 |
1500 | 2023-10-29T03:15:06.172Z | Compiling regex-syntax v0.7.5 |
1501 | 2023-10-29T03:15:06.489Z | Compiling hashbrown v0.14.0 |
1502 | 2023-10-29T03:15:06.602Z | Compiling unicode-xid v0.2.4 |
1503 | 2023-10-29T03:15:06.862Z | Compiling native-tls v0.2.11 |
1504 | 2023-10-29T03:15:07.297Z | Compiling ucd-trie v0.1.6 |
1505 | 2023-10-29T03:15:07.445Z | Compiling ring v0.16.20 |
1506 | 2023-10-29T03:15:08.123Z | Compiling ring v0.17.5 |
1507 | 2023-10-29T03:15:08.519Z | Compiling openssl-sys v0.9.93 |
1508 | 2023-10-29T03:15:09.827Z | Compiling backtrace v0.3.69 |
1509 | 2023-10-29T03:15:10.309Z | Compiling async-trait v0.1.74 |
1510 | 2023-10-29T03:15:10.901Z | Compiling rustversion v1.0.14 |
1511 | 2023-10-29T03:15:11.015Z | Compiling crossbeam-utils v0.8.16 |
1512 | 2023-10-29T03:15:11.631Z | Compiling anyhow v1.0.75 |
1513 | 2023-10-29T03:15:11.857Z | Compiling regex-automata v0.3.8 |
1514 | 2023-10-29T03:15:12.379Z | Compiling slog v2.7.0 |
1515 | 2023-10-29T03:15:12.829Z | Compiling iana-time-zone v0.1.57 |
1516 | 2023-10-29T03:15:13.082Z | Compiling time-core v0.1.1 |
1517 | 2023-10-29T03:15:13.391Z | Compiling time-macros v0.2.13 |
1518 | 2023-10-29T03:15:13.451Z | Compiling byteorder v1.5.0 |
1519 | 2023-10-29T03:15:14.189Z | Compiling serde_derive_internals v0.26.0 |
1520 | 2023-10-29T03:15:14.267Z | Compiling synstructure v0.12.6 |
1521 | 2023-10-29T03:15:14.842Z | Compiling dyn-clone v1.0.13 |
1522 | 2023-10-29T03:15:15.125Z | Compiling hashbrown v0.13.2 |
1523 | 2023-10-29T03:15:16.527Z | Compiling usdt-impl v0.3.5 |
1524 | 2023-10-29T03:15:16.830Z | Compiling scopeguard v1.2.0 |
1525 | 2023-10-29T03:15:17.018Z | Compiling unicode-width v0.1.11 |
1526 | 2023-10-29T03:15:17.187Z | Compiling thread-id v4.2.0 |
1527 | 2023-10-29T03:15:17.259Z | Compiling strsim v0.10.0 |
1528 | 2023-10-29T03:15:17.342Z | Compiling winnow v0.5.15 |
1529 | 2023-10-29T03:15:17.774Z | Compiling tinyvec_macros v0.1.1 |
1530 | 2023-10-29T03:15:17.904Z | Compiling tinyvec v1.6.0 |
1531 | 2023-10-29T03:15:18.184Z | Compiling unicode-bidi v0.3.13 |
1532 | 2023-10-29T03:15:18.432Z | Compiling smallvec v1.11.0 |
1533 | 2023-10-29T03:15:20.096Z | Compiling regex v1.9.5 |
1534 | 2023-10-29T03:15:20.224Z | Compiling percent-encoding v2.3.0 |
1535 | 2023-10-29T03:15:20.336Z | Compiling parking_lot v0.12.1 |
1536 | 2023-10-29T03:15:20.695Z | Compiling unicode-normalization v0.1.22 |
1537 | 2023-10-29T03:15:20.751Z | Compiling form_urlencoded v1.2.0 |
1538 | 2023-10-29T03:15:21.211Z | Compiling num-integer v0.1.45 |
1539 | 2023-10-29T03:15:21.611Z | Compiling bitflags v1.3.2 |
1540 | 2023-10-29T03:15:21.749Z | Compiling crc32fast v1.3.2 |
1541 | 2023-10-29T03:15:21.789Z | Compiling adler v1.0.2 |
1542 | 2023-10-29T03:15:21.857Z | Compiling spin v0.5.2 |
1543 | 2023-10-29T03:15:22.115Z | Compiling miniz_oxide v0.7.1 |
1544 | 2023-10-29T03:15:22.200Z | Compiling gimli v0.28.0 |
1545 | 2023-10-29T03:15:22.361Z | Compiling idna v0.4.0 |
1546 | 2023-10-29T03:15:22.591Z | Compiling object v0.32.1 |
1547 | 2023-10-29T03:15:23.708Z | Compiling pin-project-lite v0.2.13 |
1548 | 2023-10-29T03:15:23.889Z | Compiling url v2.4.1 |
1549 | 2023-10-29T03:15:24.024Z | Compiling serde_derive v1.0.188 |
1550 | 2023-10-29T03:15:24.471Z | Compiling thiserror-impl v1.0.49 |
1551 | 2023-10-29T03:15:24.558Z | Compiling zeroize_derive v1.4.2 |
1552 | 2023-10-29T03:15:24.841Z | Compiling tokio-macros v2.1.0 |
1553 | 2023-10-29T03:15:26.829Z | Compiling futures-macro v0.3.29 |
1554 | 2023-10-29T03:15:26.890Z | Compiling tracing-attributes v0.1.26 |
1555 | 2023-10-29T03:15:27.253Z | Compiling schemars_derive v0.8.13 |
1556 | 2023-10-29T03:15:27.956Z | Compiling openssl-macros v0.1.1 |
1557 | 2023-10-29T03:15:29.058Z | Compiling thiserror v1.0.49 |
1558 | 2023-10-29T03:15:29.253Z | Compiling pest v2.7.2 |
1559 | 2023-10-29T03:15:30.105Z | Compiling zerocopy-derive v0.2.0 |
1560 | 2023-10-29T03:15:30.424Z | Compiling strum_macros v0.25.2 |
1561 | 2023-10-29T03:15:32.212Z | Compiling addr2line v0.21.0 |
1562 | 2023-10-29T03:15:32.333Z | Compiling rustc-demangle v0.1.23 |
1563 | 2023-10-29T03:15:32.888Z | Compiling zerocopy v0.3.0 |
1564 | 2023-10-29T03:15:32.988Z | Compiling zerocopy-derive v0.6.4 |
1565 | 2023-10-29T03:15:33.899Z | Compiling pest_meta v2.7.2 |
1566 | 2023-10-29T03:15:34.012Z | Compiling errno v0.3.2 |
1567 | 2023-10-29T03:15:34.273Z | Compiling dof v0.1.5 |
1568 | 2023-10-29T03:15:34.315Z | Compiling mio v0.8.8 |
1569 | 2023-10-29T03:15:34.497Z | Compiling signal-hook-registry v1.4.1 |
1570 | 2023-10-29T03:15:35.573Z | Compiling num_cpus v1.16.0 |
1571 | 2023-10-29T03:15:35.758Z | Compiling socket2 v0.5.4 |
1572 | 2023-10-29T03:15:36.129Z | Compiling pest_generator v2.7.2 |
1573 | 2023-10-29T03:15:36.150Z | Compiling futures-sink v0.3.29 |
1574 | 2023-10-29T03:15:36.366Z | Compiling memoffset v0.9.0 |
1575 | 2023-10-29T03:15:37.240Z | Compiling futures-io v0.3.29 |
1576 | 2023-10-29T03:15:37.455Z | Compiling deranged v0.3.8 |
1577 | 2023-10-29T03:15:37.611Z | Compiling pin-utils v0.1.0 |
1578 | 2023-10-29T03:15:37.651Z | Compiling radium v0.7.0 |
1579 | 2023-10-29T03:15:37.740Z | Compiling num_threads v0.1.6 |
1580 | 2023-10-29T03:15:38.315Z | Compiling clap_derive v4.4.2 |
1581 | 2023-10-29T03:15:38.352Z | Compiling spin v0.9.8 |
1582 | 2023-10-29T03:15:38.934Z | Compiling tracing-core v0.1.31 |
1583 | 2023-10-29T03:15:39.307Z | Compiling lazy_static v1.4.0 |
1584 | 2023-10-29T03:15:39.467Z | Compiling crossbeam-epoch v0.9.15 |
1585 | 2023-10-29T03:15:40.289Z | Compiling tracing v0.1.37 |
1586 | 2023-10-29T03:15:40.694Z | Compiling time v0.3.27 |
1587 | 2023-10-29T03:15:41.052Z | Compiling num-iter v0.1.43 |
1588 | 2023-10-29T03:15:41.155Z | Compiling base64 v0.21.5 |
1589 | 2023-10-29T03:15:41.264Z | Compiling pest_derive v2.7.2 |
1590 | 2023-10-29T03:15:41.450Z | Compiling either v1.9.0 |
1591 | 2023-10-29T03:15:42.175Z | Compiling rand_core v0.6.4 |
1592 | 2023-10-29T03:15:42.298Z | Compiling untrusted v0.9.0 |
1593 | 2023-10-29T03:15:42.320Z | Compiling dtrace-parser v0.1.14 |
1594 | 2023-10-29T03:15:42.550Z | Compiling hashbrown v0.12.3 |
1595 | 2023-10-29T03:15:42.797Z | Compiling foreign-types-shared v0.1.1 |
1596 | 2023-10-29T03:15:42.952Z | Compiling untrusted v0.7.1 |
1597 | 2023-10-29T03:15:43.312Z | Compiling openssl-probe v0.1.5 |
1598 | 2023-10-29T03:15:45.338Z | Compiling foreign-types v0.3.2 |
1599 | 2023-10-29T03:15:45.463Z | Compiling zeroize v1.6.0 |
1600 | 2023-10-29T03:15:45.929Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1601 | 2023-10-29T03:15:46.118Z | Compiling try-lock v0.2.4 |
1602 | 2023-10-29T03:15:46.329Z | Compiling want v0.3.1 |
1603 | 2023-10-29T03:15:46.709Z | Compiling enum-as-inner v0.5.1 |
1604 | 2023-10-29T03:15:47.462Z | Compiling indexmap v2.0.0 |
1605 | 2023-10-29T03:15:48.041Z | Compiling bytes v1.5.0 |
1606 | 2023-10-29T03:15:48.104Z | Compiling uuid v1.4.1 |
1607 | 2023-10-29T03:15:48.122Z | Compiling chrono v0.4.31 |
1608 | 2023-10-29T03:15:48.279Z | Compiling semver v1.0.20 |
1609 | 2023-10-29T03:15:49.186Z | Compiling rustc_version v0.4.0 |
1610 | 2023-10-29T03:15:49.254Z | Compiling toml_datetime v0.6.3 |
1611 | 2023-10-29T03:15:49.398Z | Compiling serde_tokenstream v0.1.7 |
1612 | 2023-10-29T03:15:49.501Z | Compiling http v0.2.9 |
1613 | 2023-10-29T03:15:49.504Z | Compiling serde_spanned v0.6.3 |
1614 | 2023-10-29T03:15:49.856Z | Compiling toml_edit v0.19.15 |
1615 | 2023-10-29T03:15:49.905Z | Compiling bitflags v2.4.0 |
1616 | 2023-10-29T03:15:50.048Z | Compiling tokio v1.33.0 |
1617 | 2023-10-29T03:15:50.209Z | Compiling sct v0.7.0 |
1618 | 2023-10-29T03:15:50.641Z | Compiling openapiv3 v1.0.3 |
1619 | 2023-10-29T03:15:53.385Z | Compiling http-body v0.4.5 |
1620 | 2023-10-29T03:15:55.072Z | Compiling usdt-macro v0.3.5 |
1621 | 2023-10-29T03:15:55.376Z | Compiling usdt-attr-macro v0.3.5 |
1622 | 2023-10-29T03:15:55.469Z | Compiling socket2 v0.4.9 |
1623 | 2023-10-29T03:15:56.759Z | Compiling httpdate v1.0.3 |
1624 | 2023-10-29T03:15:56.901Z | Compiling tower-service v0.3.2 |
1625 | 2023-10-29T03:15:57.072Z | Compiling heapless v0.7.16 |
1626 | 2023-10-29T03:15:57.420Z | Compiling rustls-pemfile v1.0.3 |
1627 | 2023-10-29T03:15:57.465Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1628 | 2023-10-29T03:15:57.581Z | Compiling siphasher v0.3.11 |
1629 | 2023-10-29T03:15:57.729Z | Compiling rustls-native-certs v0.6.3 |
1630 | 2023-10-29T03:15:57.939Z | Compiling ipnet v2.8.0 |
1631 | 2023-10-29T03:15:58.218Z | Compiling serde_urlencoded v0.7.1 |
1632 | 2023-10-29T03:15:58.337Z | Compiling serde_tokenstream v0.2.0 |
1633 | 2023-10-29T03:15:58.355Z | Compiling encoding_rs v0.8.33 |
1634 | 2023-10-29T03:15:58.669Z | Compiling mime v0.3.17 |
1635 | 2023-10-29T03:15:59.035Z | Compiling webpki-roots v0.25.2 |
1636 | 2023-10-29T03:15:59.128Z | Compiling crypto-common v0.1.6 |
1637 | 2023-10-29T03:15:59.424Z | Compiling diesel_table_macro_syntax v0.1.0 |
1638 | 2023-10-29T03:15:59.775Z | Compiling num-bigint v0.4.4 |
1639 | 2023-10-29T03:15:59.778Z | Compiling smoltcp v0.9.1 |
1640 | 2023-10-29T03:15:59.851Z | Compiling bit-vec v0.6.3 |
1641 | 2023-10-29T03:15:59.977Z | Compiling diesel_derives v2.1.1 |
1642 | 2023-10-29T03:16:00.496Z | Compiling flate2 v1.0.28 |
1643 | 2023-10-29T03:16:00.706Z | Compiling phf_shared v0.10.0 |
1644 | 2023-10-29T03:16:00.959Z | Compiling block-buffer v0.10.4 |
1645 | 2023-10-29T03:16:01.324Z | Compiling hubpack_derive v0.1.1 |
1646 | 2023-10-29T03:16:01.328Z | Compiling precomputed-hash v0.1.1 |
1647 | 2023-10-29T03:16:01.502Z | Compiling subtle v2.5.0 |
1648 | 2023-10-29T03:16:01.596Z | Compiling const-oid v0.9.5 |
1649 | 2023-10-29T03:16:01.972Z | Compiling new_debug_unreachable v1.0.4 |
1650 | 2023-10-29T03:16:02.028Z | Compiling fixedbitset v0.4.2 |
1651 | 2023-10-29T03:16:02.111Z | Compiling ppv-lite86 v0.2.17 |
1652 | 2023-10-29T03:16:02.561Z | Compiling petgraph v0.6.4 |
1653 | 2023-10-29T03:16:02.648Z | Compiling string_cache v0.8.7 |
1654 | 2023-10-29T03:16:03.385Z | Compiling tokio-util v0.7.10 |
1655 | 2023-10-29T03:16:03.419Z | Compiling rand_chacha v0.3.1 |
1656 | 2023-10-29T03:16:05.001Z | Compiling digest v0.10.7 |
1657 | 2023-10-29T03:16:05.606Z | Compiling h2 v0.3.21 |
1658 | 2023-10-29T03:16:05.643Z | Compiling tokio-native-tls v0.3.1 |
1659 | 2023-10-29T03:16:05.665Z | Compiling bit-set v0.5.3 |
1660 | 2023-10-29T03:16:05.682Z | Compiling toml v0.7.8 |
1661 | 2023-10-29T03:16:06.049Z | Compiling itertools v0.10.5 |
1662 | 2023-10-29T03:16:06.126Z | Compiling lalrpop-util v0.19.12 |
1663 | 2023-10-29T03:16:06.647Z | Compiling unicode-segmentation v1.10.1 |
1664 | 2023-10-29T03:16:08.006Z | Compiling rand v0.8.5 |
1665 | 2023-10-29T03:16:08.025Z | Compiling regress v0.7.1 |
1666 | 2023-10-29T03:16:08.184Z | Compiling serde_repr v0.1.16 |
1667 | 2023-10-29T03:16:09.366Z | Compiling io-lifetimes v1.0.11 |
1668 | 2023-10-29T03:16:09.656Z | Compiling cpufeatures v0.2.9 |
1669 | 2023-10-29T03:16:09.791Z | Compiling utf8parse v0.2.1 |
1670 | 2023-10-29T03:16:09.886Z | Compiling anstyle v1.0.2 |
1671 | 2023-10-29T03:16:10.035Z | Compiling anstyle-parse v0.2.1 |
1672 | 2023-10-29T03:16:10.198Z | Compiling sha2 v0.10.8 |
1673 | 2023-10-29T03:16:10.542Z | Compiling rustix v0.37.23 |
1674 | 2023-10-29T03:16:10.560Z | Compiling hmac v0.12.1 |
1675 | 2023-10-29T03:16:10.743Z | Compiling md-5 v0.10.5 |
1676 | 2023-10-29T03:16:10.861Z | Compiling stringprep v0.1.3 |
1677 | 2023-10-29T03:16:11.505Z | Compiling hash32 v0.2.1 |
1678 | 2023-10-29T03:16:12.101Z | Compiling stable_deref_trait v1.2.0 |
1679 | 2023-10-29T03:16:12.243Z | Compiling colorchoice v1.0.0 |
1680 | 2023-10-29T03:16:12.286Z | Compiling anstyle-query v1.0.0 |
1681 | 2023-10-29T03:16:12.361Z | Compiling fallible-iterator v0.2.0 |
1682 | 2023-10-29T03:16:12.439Z | Compiling anstream v0.5.0 |
1683 | 2023-10-29T03:16:12.928Z | Compiling terminal_size v0.2.6 |
1684 | 2023-10-29T03:16:13.237Z | Compiling phf_shared v0.11.2 |
1685 | 2023-10-29T03:16:13.256Z | Compiling block-padding v0.3.3 |
1686 | 2023-10-29T03:16:13.498Z | Compiling scheduled-thread-pool v0.2.7 |
1687 | 2023-10-29T03:16:13.597Z | Compiling postgres-protocol v0.6.6 |
1688 | 2023-10-29T03:16:13.614Z | Compiling regex-automata v0.1.10 |
1689 | 2023-10-29T03:16:13.799Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1690 | 2023-10-29T03:16:14.271Z | Compiling matches v0.1.10 |
1691 | 2023-10-29T03:16:14.383Z | Compiling clap_lex v0.5.1 |
1692 | 2023-10-29T03:16:14.402Z | Compiling tap v1.0.1 |
1693 | 2023-10-29T03:16:14.521Z | Compiling managed v0.8.0 |
1694 | 2023-10-29T03:16:14.648Z | Compiling wyz v0.5.1 |
1695 | 2023-10-29T03:16:15.084Z | Compiling postgres-types v0.2.6 |
1696 | 2023-10-29T03:16:15.332Z | Compiling clap_builder v4.4.2 |
1697 | 2023-10-29T03:16:15.618Z | Compiling idna v0.2.3 |
1698 | 2023-10-29T03:16:16.490Z | Compiling bstr v0.2.17 |
1699 | 2023-10-29T03:16:17.464Z | Compiling hyper v0.14.27 |
1700 | 2023-10-29T03:16:18.048Z | Compiling r2d2 v0.8.10 |
1701 | 2023-10-29T03:16:18.639Z | Compiling phf v0.11.2 |
1702 | 2023-10-29T03:16:18.806Z | Compiling inout v0.1.3 |
1703 | 2023-10-29T03:16:19.076Z | Compiling hubpack v0.1.2 |
1704 | 2023-10-29T03:16:19.703Z | Compiling ipnetwork v0.20.0 |
1705 | 2023-10-29T03:16:19.763Z | Compiling futures-executor v0.3.29 |
1706 | 2023-10-29T03:16:20.588Z | Compiling itertools v0.11.0 |
1707 | 2023-10-29T03:16:21.836Z | Compiling zerocopy v0.6.4 |
1708 | 2023-10-29T03:16:23.156Z | Compiling float-cmp v0.9.0 |
1709 | 2023-10-29T03:16:23.517Z | Compiling difflib v0.4.0 |
1710 | 2023-10-29T03:16:24.042Z | Compiling whoami v1.4.1 |
1711 | 2023-10-29T03:16:24.537Z | Compiling static_assertions v1.1.0 |
1712 | 2023-10-29T03:16:24.679Z | Compiling funty v2.0.0 |
1713 | 2023-10-29T03:16:24.735Z | Compiling data-encoding v2.4.0 |
1714 | 2023-10-29T03:16:24.885Z | Compiling predicates-core v1.0.6 |
1715 | 2023-10-29T03:16:25.366Z | Compiling normalize-line-endings v0.3.0 |
1716 | 2023-10-29T03:16:25.525Z | Compiling predicates v3.0.4 |
1717 | 2023-10-29T03:16:25.544Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1718 | 2023-10-29T03:16:25.669Z | Compiling tokio-postgres v0.7.10 |
1719 | 2023-10-29T03:16:27.789Z | Compiling bitvec v1.0.1 |
1720 | 2023-10-29T03:16:27.982Z | Compiling trust-dns-proto v0.22.0 |
1721 | 2023-10-29T03:16:28.267Z | Compiling diesel v2.1.3 |
1722 | 2023-10-29T03:16:29.877Z | Compiling hyper-tls v0.5.0 |
1723 | 2023-10-29T03:16:31.544Z | Compiling yasna v0.5.2 |
1724 | 2023-10-29T03:16:33.592Z | Compiling clap v4.4.3 |
1725 | 2023-10-29T03:16:33.708Z | Compiling futures v0.3.29 |
1726 | 2023-10-29T03:16:33.747Z | Compiling cipher v0.4.4 |
1727 | 2023-10-29T03:16:33.868Z | Compiling similar v2.2.1 |
1728 | 2023-10-29T03:16:34.471Z | Compiling signature v2.1.0 |
1729 | 2023-10-29T03:16:34.588Z | Compiling tokio-stream v0.1.14 |
1730 | 2023-10-29T03:16:34.789Z | Compiling usdt v0.3.5 |
1731 | 2023-10-29T03:16:35.167Z | Compiling hex v0.4.3 |
1732 | 2023-10-29T03:16:35.219Z | Compiling console v0.15.7 |
1733 | 2023-10-29T03:16:35.299Z | Compiling bstr v1.6.0 |
1734 | 2023-10-29T03:16:36.205Z | Compiling getopts v0.2.21 |
1735 | 2023-10-29T03:16:37.296Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1736 | 2023-10-29T03:16:37.315Z | Compiling unsafe-libyaml v0.2.9 |
1737 | 2023-10-29T03:16:37.778Z | Compiling ident_case v1.0.1 |
1738 | 2023-10-29T03:16:38.601Z | Compiling slog-async v2.8.0 |
1739 | 2023-10-29T03:16:39.307Z | Compiling paste v1.0.14 |
1740 | 2023-10-29T03:16:39.769Z | Compiling serde_yaml v0.9.25 |
1741 | 2023-10-29T03:16:40.115Z | Compiling darling_core v0.20.3 |
1742 | 2023-10-29T03:16:40.534Z | Compiling multer v2.1.0 |
1743 | 2023-10-29T03:16:41.013Z | Compiling async-stream-impl v0.3.5 |
1744 | 2023-10-29T03:16:41.022Z | Compiling regex-syntax v0.6.29 |
1745 | 2023-10-29T03:16:42.151Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1746 | 2023-10-29T03:16:42.646Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1747 | 2023-10-29T03:16:44.532Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1748 | 2023-10-29T03:16:44.726Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1749 | 2023-10-29T03:16:46.191Z | Compiling structmeta-derive v0.1.6 |
1750 | 2023-10-29T03:16:49.363Z | Compiling darling_macro v0.20.3 |
1751 | 2023-10-29T03:16:50.597Z | Compiling structmeta v0.1.6 |
1752 | 2023-10-29T03:16:50.849Z | Compiling darling v0.20.3 |
1753 | 2023-10-29T03:16:51.015Z | Compiling serde_with_macros v2.3.3 |
1754 | 2023-10-29T03:16:51.203Z | Compiling parse-display-derive v0.7.0 |
1755 | 2023-10-29T03:16:54.607Z | Compiling test-strategy v0.2.1 |
1756 | 2023-10-29T03:16:55.692Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1757 | 2023-10-29T03:17:02.312Z | Checking unicode-ident v1.0.12 |
1758 | 2023-10-29T03:17:30.689Z | Checking heck v0.4.1 |
1759 | 2023-10-29T03:17:40.315Z | Checking atty v0.2.14 |
1760 | 2023-10-29T03:17:40.366Z | Checking match_cfg v0.1.0 |
1761 | 2023-10-29T03:17:40.479Z | Checking crossbeam-channel v0.5.8 |
1762 | 2023-10-29T03:17:40.499Z | Checking hostname v0.3.1 |
1763 | 2023-10-29T03:17:40.672Z | Checking sha1 v0.10.5 |
1764 | 2023-10-29T03:17:41.096Z | Checking dirs-sys-next v0.1.2 |
1765 | 2023-10-29T03:17:41.354Z | Checking fastrand v2.0.0 |
1766 | 2023-10-29T03:17:41.373Z | Checking dirs-next v2.0.0 |
1767 | 2023-10-29T03:17:41.556Z | Checking thread_local v1.1.7 |
1768 | 2023-10-29T03:17:41.692Z | Checking term v0.7.0 |
1769 | 2023-10-29T03:17:41.851Z | Checking tempfile v3.8.0 |
1770 | 2023-10-29T03:17:41.978Z | Checking camino v1.1.6 |
1771 | 2023-10-29T03:17:42.354Z | Checking strum v0.25.0 |
1772 | 2023-10-29T03:17:42.587Z | Checking instant v0.1.12 |
1773 | 2023-10-29T03:17:42.740Z | Checking take_mut v0.2.2 |
1774 | 2023-10-29T03:17:42.785Z | Checking slog-term v2.9.0 |
1775 | 2023-10-29T03:17:43.431Z | Checking slog-json v2.6.1 |
1776 | 2023-10-29T03:17:43.465Z | Checking serde_with v2.3.3 |
1777 | 2023-10-29T03:17:43.821Z | Checking slog-bunyan v2.4.0 |
1778 | 2023-10-29T03:17:44.049Z | Checking atomic-waker v1.1.1 |
1779 | 2023-10-29T03:17:44.119Z | Checking debug-ignore v1.0.5 |
1780 | 2023-10-29T03:17:44.228Z | Checking waitgroup v0.1.2 |
1781 | 2023-10-29T03:17:44.302Z | Checking async-stream v0.3.5 |
1782 | 2023-10-29T03:17:44.422Z | Checking serde_path_to_error v0.1.14 |
1783 | 2023-10-29T03:17:44.759Z | Checking backoff v0.4.0 |
1784 | 2023-10-29T03:17:45.216Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1785 | 2023-10-29T03:17:45.428Z | Checking parse-display v0.7.0 |
1786 | 2023-10-29T03:17:45.468Z | Checking macaddr v1.0.1 |
1787 | 2023-10-29T03:17:45.513Z | Checking quick-error v1.2.3 |
1788 | 2023-10-29T03:17:46.001Z | Compiling proc-macro-crate v1.3.1 |
1789 | 2023-10-29T03:17:46.280Z | Checking wait-timeout v0.2.0 |
1790 | 2023-10-29T03:17:46.824Z | Compiling crucible-workspace-hack v0.1.0 |
1791 | 2023-10-29T03:17:47.303Z | Checking rusty-fork v0.3.0 |
1792 | 2023-10-29T03:17:47.421Z | Checking rand_xorshift v0.3.0 |
1793 | 2023-10-29T03:17:47.668Z | Checking unarray v0.1.4 |
1794 | 2023-10-29T03:17:47.878Z | Checking proptest v1.3.1 |
1795 | 2023-10-29T03:17:51.594Z | Compiling proc-macro-error-attr v1.0.4 |
1796 | 2023-10-29T03:17:52.001Z | Compiling proc-macro-error v1.0.4 |
1797 | 2023-10-29T03:17:53.183Z | Compiling num_enum_derive v0.5.11 |
1798 | 2023-10-29T03:17:55.204Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1799 | 2023-10-29T03:17:55.691Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1800 | 2023-10-29T03:17:56.618Z | Compiling foreign-types-macros v0.2.3 |
1801 | 2023-10-29T03:17:57.440Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1802 | 2023-10-29T03:17:57.836Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1803 | 2023-10-29T03:17:57.968Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2023-10-29T03:17:58.093Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1805 | 2023-10-29T03:17:58.753Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1806 | 2023-10-29T03:18:00.720Z | Compiling zone_cfg_derive v0.2.0 |
1807 | 2023-10-29T03:18:01.202Z | Compiling mockall_derive v0.11.4 |
1808 | 2023-10-29T03:18:01.965Z | Compiling num-derive v0.4.0 |
1809 | 2023-10-29T03:18:14.671Z | Checking base64ct v1.6.0 |
1810 | 2023-10-29T03:18:31.345Z | Checking is-terminal v0.4.9 |
1811 | 2023-10-29T03:18:39.905Z | Compiling slog-dtrace v0.2.3 |
1812 | 2023-10-29T03:18:39.929Z | Checking termtree v0.4.1 |
1813 | 2023-10-29T03:18:40.218Z | Checking predicates-tree v1.0.9 |
1814 | 2023-10-29T03:18:40.239Z | Compiling cancel-safe-futures v0.1.5 |
1815 | 2023-10-29T03:18:40.272Z | Checking password-hash v0.5.0 |
1816 | 2023-10-29T03:18:40.403Z | Checking num_enum v0.5.11 |
1817 | 2023-10-29T03:18:40.440Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1818 | 2023-10-29T03:18:40.618Z | Checking blake2 v0.10.6 |
1819 | 2023-10-29T03:18:40.719Z | Checking postcard-cobs v0.1.5-pre |
1820 | 2023-10-29T03:18:40.958Z | Checking smoltcp v0.8.2 |
1821 | 2023-10-29T03:18:40.980Z | Checking postcard v0.7.3 |
1822 | 2023-10-29T03:18:40.983Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1823 | 2023-10-29T03:18:41.281Z | Checking argon2 v0.5.2 |
1824 | 2023-10-29T03:18:41.340Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-10-29T03:18:41.548Z | Checking cfg-if v0.1.10 |
1826 | 2023-10-29T03:18:41.593Z | Checking base64 v0.13.1 |
1827 | 2023-10-29T03:18:41.681Z | Checking foreign-types-shared v0.3.1 |
1828 | 2023-10-29T03:18:41.841Z | Checking foreign-types v0.5.0 |
1829 | 2023-10-29T03:18:42.224Z | Checking cstr-argument v0.1.2 |
1830 | 2023-10-29T03:18:42.242Z | Checking pretty-hex v0.2.1 |
1831 | 2023-10-29T03:18:42.454Z | Checking colored v2.0.4 |
1832 | 2023-10-29T03:18:42.474Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1833 | 2023-10-29T03:18:42.477Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1834 | 2023-10-29T03:18:42.911Z | Checking predicates v2.1.5 |
1835 | 2023-10-29T03:18:43.210Z | Checking fragile v2.0.0 |
1836 | 2023-10-29T03:18:43.517Z | Checking downcast v0.11.0 |
1837 | 2023-10-29T03:18:43.812Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1838 | 2023-10-29T03:18:44.003Z | Checking mockall v0.11.4 |
1839 | 2023-10-29T03:18:44.070Z | Checking zone v0.2.0 |
1840 | 2023-10-29T03:18:44.517Z | Checking smf v0.2.2 |
1841 | 2023-10-29T03:18:44.998Z | Checking filetime v0.2.22 |
1842 | 2023-10-29T03:18:45.200Z | Checking xattr v1.0.1 |
1843 | 2023-10-29T03:18:45.215Z | Compiling heck v0.3.3 |
1844 | 2023-10-29T03:18:45.238Z | Compiling libefi-sys v0.1.0 |
1845 | 2023-10-29T03:18:45.282Z | Compiling der_derive v0.7.2 |
1846 | 2023-10-29T03:18:45.463Z | Checking tar v0.4.40 |
1847 | 2023-10-29T03:18:45.502Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1848 | 2023-10-29T03:18:45.766Z | Compiling structopt-derive v0.4.18 |
1849 | 2023-10-29T03:18:46.026Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1850 | 2023-10-29T03:18:46.406Z | Compiling memoffset v0.7.1 |
1851 | 2023-10-29T03:18:46.672Z | Checking pem v1.1.1 |
1852 | 2023-10-29T03:18:46.733Z | Checking camino-tempfile v1.0.2 |
1853 | 2023-10-29T03:18:47.001Z | Compiling maybe-uninit v2.0.0 |
1854 | 2023-10-29T03:18:47.026Z | Checking headers-core v0.2.0 |
1855 | 2023-10-29T03:18:47.142Z | Compiling num-bigint-dig v0.8.4 |
1856 | 2023-10-29T03:18:47.217Z | Checking headers v0.3.9 |
1857 | 2023-10-29T03:18:47.533Z | Compiling packed_struct v0.10.1 |
1858 | 2023-10-29T03:18:47.684Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1859 | 2023-10-29T03:18:47.762Z | Checking pem v3.0.2 |
1860 | 2023-10-29T03:18:48.125Z | Compiling packed_struct_codegen v0.10.1 |
1861 | 2023-10-29T03:18:48.175Z | Compiling signal-hook v0.3.17 |
1862 | 2023-10-29T03:18:48.621Z | Checking rcgen v0.11.3 |
1863 | 2023-10-29T03:18:49.035Z | Checking atomicwrites v0.4.2 |
1864 | 2023-10-29T03:18:49.068Z | Checking subprocess v0.2.9 |
1865 | 2023-10-29T03:18:49.331Z | Compiling num-rational v0.4.1 |
1866 | 2023-10-29T03:18:49.693Z | Compiling same-file v1.0.6 |
1867 | 2023-10-29T03:18:49.861Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1868 | 2023-10-29T03:18:49.900Z | Compiling semver-parser v0.10.2 |
1869 | 2023-10-29T03:18:50.014Z | Compiling walkdir v2.4.0 |
1870 | 2023-10-29T03:18:50.217Z | Checking termcolor v1.2.0 |
1871 | 2023-10-29T03:18:50.892Z | Compiling home v0.5.5 |
1872 | 2023-10-29T03:18:51.095Z | Compiling semver v0.11.0 |
1873 | 2023-10-29T03:18:51.226Z | Checking linked-hash-map v0.5.6 |
1874 | 2023-10-29T03:18:51.734Z | Checking lru-cache v0.1.2 |
1875 | 2023-10-29T03:18:51.919Z | Compiling toolchain_find v0.2.0 |
1876 | 2023-10-29T03:18:51.955Z | Compiling toml v0.5.11 |
1877 | 2023-10-29T03:18:51.992Z | Compiling doc-comment v0.3.3 |
1878 | 2023-10-29T03:18:52.215Z | Checking ciborium-io v0.2.1 |
1879 | 2023-10-29T03:18:52.386Z | Checking half v1.8.2 |
1880 | 2023-10-29T03:18:52.717Z | Checking arc-swap v1.6.0 |
1881 | 2023-10-29T03:18:52.778Z | Compiling convert_case v0.4.0 |
1882 | 2023-10-29T03:18:53.057Z | Checking ciborium-ll v0.2.1 |
1883 | 2023-10-29T03:18:53.461Z | Checking slog-scope v4.4.0 |
1884 | 2023-10-29T03:18:53.602Z | Checking ciborium v0.2.1 |
1885 | 2023-10-29T03:18:53.666Z | Compiling snafu-derive v0.7.5 |
1886 | 2023-10-29T03:18:53.752Z | Checking slog-stdlog v4.1.1 |
1887 | 2023-10-29T03:18:53.983Z | Checking slog-envlogger v2.2.0 |
1888 | 2023-10-29T03:18:54.068Z | Compiling derive_more v0.99.17 |
1889 | 2023-10-29T03:18:54.438Z | Compiling derive-where v1.2.5 |
1890 | 2023-10-29T03:18:54.562Z | Checking hkdf v0.12.3 |
1891 | 2023-10-29T03:18:54.892Z | Compiling rustfmt-wrapper v0.2.0 |
1892 | 2023-10-29T03:18:55.271Z | Compiling libz-sys v1.1.12 |
1893 | 2023-10-29T03:18:55.924Z | Compiling parking_lot_core v0.8.6 |
1894 | 2023-10-29T03:18:56.000Z | Checking resolv-conf v0.7.0 |
1895 | 2023-10-29T03:18:56.155Z | Checking newline-converter v0.3.0 |
1896 | 2023-10-29T03:18:56.367Z | Checking textwrap v0.11.0 |
1897 | 2023-10-29T03:18:56.524Z | Checking strsim v0.8.0 |
1898 | 2023-10-29T03:18:56.562Z | Checking ansi_term v0.12.1 |
1899 | 2023-10-29T03:18:56.696Z | Checking keccak v0.1.4 |
1900 | 2023-10-29T03:18:56.800Z | Checking vec_map v0.8.2 |
1901 | 2023-10-29T03:18:57.028Z | Checking trust-dns-resolver v0.22.0 |
1902 | 2023-10-29T03:18:57.166Z | Checking sha3 v0.10.8 |
1903 | 2023-10-29T03:18:57.211Z | Checking clap v2.34.0 |
1904 | 2023-10-29T03:18:57.636Z | Checking expectorate v1.1.0 |
1905 | 2023-10-29T03:18:58.073Z | Checking secrecy v0.8.0 |
1906 | 2023-10-29T03:18:58.370Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1907 | 2023-10-29T03:18:58.439Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1908 | 2023-10-29T03:18:59.946Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1909 | 2023-10-29T03:19:00.257Z | Checking pem-rfc7468 v0.7.0 |
1910 | 2023-10-29T03:19:00.423Z | Compiling libsqlite3-sys v0.26.0 |
1911 | 2023-10-29T03:19:00.808Z | Checking flagset v0.4.3 |
1912 | 2023-10-29T03:19:01.042Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1913 | 2023-10-29T03:19:01.103Z | Checking der v0.7.8 |
1914 | 2023-10-29T03:19:01.604Z | Checking fxhash v0.2.1 |
1915 | 2023-10-29T03:19:01.665Z | Compiling vergen v8.2.4 |
1916 | 2023-10-29T03:19:01.811Z | Checking structopt v0.3.26 |
1917 | 2023-10-29T03:19:01.870Z | Compiling semver v0.1.20 |
1918 | 2023-10-29T03:19:02.557Z | Compiling rustc_version v0.1.7 |
1919 | 2023-10-29T03:19:03.187Z | Compiling newtype_derive v0.1.6 |
1920 | 2023-10-29T03:19:03.388Z | Checking humantime v2.1.0 |
1921 | 2023-10-29T03:19:03.646Z | Checking crc-catalog v2.2.0 |
1922 | 2023-10-29T03:19:03.861Z | Compiling buf-list v1.0.3 |
1923 | 2023-10-29T03:19:04.163Z | Checking crc v3.0.1 |
1924 | 2023-10-29T03:19:04.325Z | Checking spki v0.7.2 |
1925 | 2023-10-29T03:19:04.765Z | Checking pkcs8 v0.10.2 |
1926 | 2023-10-29T03:19:05.313Z | Checking nodrop v0.1.14 |
1927 | 2023-10-29T03:19:05.484Z | Checking array-init v0.0.4 |
1928 | 2023-10-29T03:19:05.559Z | Checking pkcs1 v0.7.5 |
1929 | 2023-10-29T03:19:05.787Z | Checking smallvec v0.6.14 |
1930 | 2023-10-29T03:19:06.173Z | Compiling num_enum_derive v0.7.0 |
1931 | 2023-10-29T03:19:06.369Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1932 | 2023-10-29T03:19:06.393Z | Compiling unicase v2.7.0 |
1933 | 2023-10-29T03:19:06.793Z | Compiling rayon-core v1.12.0 |
1934 | 2023-10-29T03:19:07.190Z | Checking utf-8 v0.7.6 |
1935 | 2023-10-29T03:19:07.208Z | Checking bitfield v0.14.0 |
1936 | 2023-10-29T03:19:07.533Z | Checking serde-hex v0.1.0 |
1937 | 2023-10-29T03:19:07.937Z | Checking x509-cert v0.2.4 |
1938 | 2023-10-29T03:19:07.965Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1939 | 2023-10-29T03:19:08.396Z | Checking env_logger v0.10.0 |
1940 | 2023-10-29T03:19:09.158Z | Checking rsa v0.9.2 |
1941 | 2023-10-29T03:19:09.488Z | Checking ron v0.8.1 |
1942 | 2023-10-29T03:19:09.577Z | Compiling platforms v3.0.2 |
1943 | 2023-10-29T03:19:10.032Z | Checking crc-any v2.4.3 |
1944 | 2023-10-29T03:19:10.274Z | Checking object v0.30.4 |
1945 | 2023-10-29T03:19:10.567Z | Checking path-slash v0.1.5 |
1946 | 2023-10-29T03:19:10.802Z | Checking num-complex v0.4.4 |
1947 | 2023-10-29T03:19:11.376Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1948 | 2023-10-29T03:19:11.483Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1949 | 2023-10-29T03:19:11.486Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2023-10-29T03:19:11.830Z | Compiling erased-serde v0.3.30 |
1951 | 2023-10-29T03:19:11.895Z | Compiling curve25519-dalek v4.1.0 |
1952 | 2023-10-29T03:19:12.278Z | Checking num v0.4.1 |
1953 | 2023-10-29T03:19:12.427Z | Compiling bitstruct_derive v0.1.0 |
1954 | 2023-10-29T03:19:12.445Z | Compiling async-recursion v1.0.5 |
1955 | 2023-10-29T03:19:12.573Z | Compiling glob v0.3.1 |
1956 | 2023-10-29T03:19:13.411Z | Compiling mime_guess v2.0.4 |
1957 | 2023-10-29T03:19:14.002Z | Compiling thiserror-impl-no-std v2.0.2 |
1958 | 2023-10-29T03:19:14.124Z | Compiling curve25519-dalek-derive v0.1.0 |
1959 | 2023-10-29T03:19:14.537Z | Compiling salty v0.2.0 |
1960 | 2023-10-29T03:19:15.010Z | Checking tungstenite v0.18.0 |
1961 | 2023-10-29T03:19:15.127Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1962 | 2023-10-29T03:19:15.357Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1963 | 2023-10-29T03:19:15.869Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1964 | 2023-10-29T03:19:16.357Z | Checking universal-hash v0.5.1 |
1965 | 2023-10-29T03:19:16.385Z | Checking nibble_vec v0.1.0 |
1966 | 2023-10-29T03:19:16.409Z | Checking tokio-tungstenite v0.18.0 |
1967 | 2023-10-29T03:19:16.679Z | Checking endian-type v0.1.2 |
1968 | 2023-10-29T03:19:17.145Z | Checking opaque-debug v0.3.0 |
1969 | 2023-10-29T03:19:17.275Z | Compiling crunchy v0.2.2 |
1970 | 2023-10-29T03:19:17.452Z | Checking radix_trie v0.2.1 |
1971 | 2023-10-29T03:19:17.931Z | Checking snafu v0.7.5 |
1972 | 2023-10-29T03:19:18.428Z | Compiling tiny-keccak v2.0.2 |
1973 | 2023-10-29T03:19:18.568Z | Checking linear-map v1.2.0 |
1974 | 2023-10-29T03:19:18.628Z | Checking parking_lot v0.11.2 |
1975 | 2023-10-29T03:19:18.804Z | Checking trust-dns-client v0.22.0 |
1976 | 2023-10-29T03:19:19.005Z | Compiling clang-sys v1.6.1 |
1977 | 2023-10-29T03:19:19.072Z | Checking aead v0.5.2 |
1978 | 2023-10-29T03:19:19.184Z | Compiling darling_core v0.14.4 |
1979 | 2023-10-29T03:19:19.410Z | Compiling prettyplease v0.2.12 |
1980 | 2023-10-29T03:19:19.844Z | Compiling ascii-canvas v3.0.0 |
1981 | 2023-10-29T03:19:20.035Z | Checking sled v0.34.7 |
1982 | 2023-10-29T03:19:20.706Z | Checking toml_edit v0.20.0 |
1983 | 2023-10-29T03:19:20.791Z | Checking trust-dns-server v0.22.1 |
1984 | 2023-10-29T03:19:21.192Z | Compiling const_format_proc_macros v0.2.31 |
1985 | 2023-10-29T03:19:21.466Z | Compiling ena v0.14.2 |
1986 | 2023-10-29T03:19:22.109Z | Compiling minimal-lexical v0.2.1 |
1987 | 2023-10-29T03:19:22.988Z | Checking pretty-hex v0.3.0 |
1988 | 2023-10-29T03:19:23.288Z | Compiling portable-atomic v1.4.3 |
1989 | 2023-10-29T03:19:24.535Z | Compiling diff v0.1.13 |
1990 | 2023-10-29T03:19:24.640Z | Checking toml v0.8.0 |
1991 | 2023-10-29T03:19:24.737Z | Compiling nom v7.1.3 |
1992 | 2023-10-29T03:19:25.161Z | Compiling lalrpop v0.19.12 |
1993 | 2023-10-29T03:19:25.485Z | Checking path-dedot v3.1.0 |
1994 | 2023-10-29T03:19:25.713Z | Compiling libloading v0.7.4 |
1995 | 2023-10-29T03:19:25.769Z | Compiling ref-cast v1.0.20 |
1996 | 2023-10-29T03:19:25.984Z | Compiling bindgen v0.65.1 |
1997 | 2023-10-29T03:19:27.030Z | Checking path-absolutize v3.1.0 |
1998 | 2023-10-29T03:19:28.059Z | Compiling darling_macro v0.14.4 |
1999 | 2023-10-29T03:19:29.538Z | Compiling darling v0.14.4 |
2000 | 2023-10-29T03:19:29.718Z | Compiling derive_builder_core v0.12.0 |
2001 | 2023-10-29T03:19:29.747Z | Checking globset v0.4.13 |
2002 | 2023-10-29T03:19:30.299Z | Checking crossbeam-deque v0.8.3 |
2003 | 2023-10-29T03:19:30.488Z | Compiling cexpr v0.6.0 |
2004 | 2023-10-29T03:19:30.769Z | Checking hashlink v0.8.3 |
2005 | 2023-10-29T03:19:31.010Z | Checking olpc-cjson v0.1.3 |
2006 | 2023-10-29T03:19:31.333Z | Checking serde_plain v1.0.2 |
2007 | 2023-10-29T03:19:31.713Z | Compiling which v4.4.0 |
2008 | 2023-10-29T03:19:31.732Z | Compiling ref-cast-impl v1.0.20 |
2009 | 2023-10-29T03:19:32.213Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2010 | 2023-10-29T03:19:32.570Z | Compiling libxml v0.3.3 |
2011 | 2023-10-29T03:19:32.872Z | Checking fallible-streaming-iterator v0.1.9 |
2012 | 2023-10-29T03:19:33.048Z | Compiling peeking_take_while v0.1.2 |
2013 | 2023-10-29T03:19:33.260Z | Compiling shlex v1.1.0 |
2014 | 2023-10-29T03:19:33.284Z | Compiling rustc-hash v1.1.0 |
2015 | 2023-10-29T03:19:33.340Z | Compiling lazycell v1.3.0 |
2016 | 2023-10-29T03:19:33.489Z | Compiling derive_builder_macro v0.12.0 |
2017 | 2023-10-29T03:19:33.509Z | Checking rusqlite v0.29.0 |
2018 | 2023-10-29T03:19:33.680Z | Checking nix v0.26.2 |
2019 | 2023-10-29T03:19:34.092Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2020 | 2023-10-29T03:19:34.544Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2021 | 2023-10-29T03:19:34.994Z | Checking twox-hash v1.6.3 |
2022 | 2023-10-29T03:19:35.285Z | Checking ff v0.13.0 |
2023 | 2023-10-29T03:19:35.426Z | Compiling strum_macros v0.24.3 |
2024 | 2023-10-29T03:19:35.602Z | Compiling indoc v1.0.9 |
2025 | 2023-10-29T03:19:35.708Z | Checking display-error-chain v0.2.0 |
2026 | 2023-10-29T03:19:36.468Z | Checking signature v1.6.4 |
2027 | 2023-10-29T03:19:36.662Z | Checking ed25519 v1.5.3 |
2028 | 2023-10-29T03:19:36.997Z | Checking group v0.13.0 |
2029 | 2023-10-29T03:19:38.412Z | Checking polyval v0.6.1 |
2030 | 2023-10-29T03:19:38.806Z | Checking num_enum v0.7.0 |
2031 | 2023-10-29T03:19:39.696Z | Checking aes v0.8.3 |
2032 | 2023-10-29T03:19:39.714Z | Checking ctr v0.9.2 |
2033 | 2023-10-29T03:19:40.028Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2034 | 2023-10-29T03:19:40.153Z | Checking crypto-bigint v0.5.2 |
2035 | 2023-10-29T03:19:40.419Z | Checking bincode v1.3.3 |
2036 | 2023-10-29T03:19:41.418Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2037 | 2023-10-29T03:19:41.519Z | Compiling cookie v0.16.2 |
2038 | 2023-10-29T03:19:41.836Z | Checking base16ct v0.2.0 |
2039 | 2023-10-29T03:19:42.633Z | Checking aes-gcm-siv v0.11.1 |
2040 | 2023-10-29T03:19:42.963Z | Checking elliptic-curve v0.13.5 |
2041 | 2023-10-29T03:19:43.015Z | Checking steno v0.4.0 |
2042 | 2023-10-29T03:19:43.050Z | Checking rayon v1.8.0 |
2043 | 2023-10-29T03:19:43.780Z | Checking thiserror-no-std v2.0.2 |
2044 | 2023-10-29T03:19:43.800Z | Checking poly1305 v0.8.0 |
2045 | 2023-10-29T03:19:43.933Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2046 | 2023-10-29T03:19:44.426Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2047 | 2023-10-29T03:19:44.522Z | Checking env_logger v0.9.3 |
2048 | 2023-10-29T03:19:44.807Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2049 | 2023-10-29T03:19:46.443Z | Checking chacha20 v0.9.1 |
2050 | 2023-10-29T03:19:46.486Z | Checking serde-big-array v0.5.1 |
2051 | 2023-10-29T03:19:46.811Z | Checking serde-big-array v0.4.1 |
2052 | 2023-10-29T03:19:46.892Z | Compiling oso-derive v0.27.0 |
2053 | 2023-10-29T03:19:46.984Z | Compiling impl-trait-for-tuples v0.2.2 |
2054 | 2023-10-29T03:19:47.049Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2055 | 2023-10-29T03:19:47.239Z | Checking ringbuffer v0.15.0 |
2056 | 2023-10-29T03:19:47.369Z | Checking ascii v1.1.0 |
2057 | 2023-10-29T03:19:47.870Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2058 | 2023-10-29T03:19:48.009Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2059 | 2023-10-29T03:19:48.091Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2060 | 2023-10-29T03:19:48.380Z | Checking vsss-rs v3.3.1 |
2061 | 2023-10-29T03:19:49.463Z | Checking chacha20poly1305 v0.10.1 |
2062 | 2023-10-29T03:19:50.107Z | Checking bitstruct v0.1.1 |
2063 | 2023-10-29T03:19:50.259Z | Checking signal-hook-tokio v0.3.1 |
2064 | 2023-10-29T03:19:50.526Z | Checking tungstenite v0.20.1 |
2065 | 2023-10-29T03:19:50.991Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2066 | 2023-10-29T03:19:51.409Z | Checking serde_arrays v0.1.0 |
2067 | 2023-10-29T03:19:51.623Z | Checking corncobs v0.1.3 |
2068 | 2023-10-29T03:19:51.908Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2069 | 2023-10-29T03:19:51.986Z | Checking tokio-tungstenite v0.20.1 |
2070 | 2023-10-29T03:19:52.676Z | Checking assert_matches v1.5.0 |
2071 | 2023-10-29T03:19:55.094Z | Checking bcs v0.1.6 |
2072 | 2023-10-29T03:19:55.122Z | Checking highway v1.1.0 |
2073 | 2023-10-29T03:19:56.148Z | Checking const_format v0.2.31 |
2074 | 2023-10-29T03:19:57.761Z | Checking ron v0.7.1 |
2075 | 2023-10-29T03:19:59.681Z | Checking bit_field v0.10.2 |
2076 | 2023-10-29T03:19:59.979Z | Checking http-range v0.1.5 |
2077 | 2023-10-29T03:20:00.246Z | Checking hyper-staticfile v0.9.5 |
2078 | 2023-10-29T03:20:01.254Z | Compiling indoc v2.0.3 |
2079 | 2023-10-29T03:20:04.275Z | Checking derive_builder v0.12.0 |
2080 | 2023-10-29T03:20:07.453Z | Checking bb8 v0.8.1 |
2081 | 2023-10-29T03:20:07.571Z | Checking quick-xml v0.23.1 |
2082 | 2023-10-29T03:20:07.780Z | Checking bytesize v1.3.0 |
2083 | 2023-10-29T03:20:07.832Z | Checking fs-err v2.9.0 |
2084 | 2023-10-29T03:20:08.185Z | Checking maplit v1.0.2 |
2085 | 2023-10-29T03:20:08.368Z | Checking number_prefix v0.4.0 |
2086 | 2023-10-29T03:20:08.645Z | Checking indicatif v0.17.7 |
2087 | 2023-10-29T03:20:09.324Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2088 | 2023-10-29T03:20:10.750Z | Checking signal-hook-mio v0.2.3 |
2089 | 2023-10-29T03:20:11.516Z | Compiling vte_generate_state_changes v0.1.1 |
2090 | 2023-10-29T03:20:17.655Z | Checking unicode-linebreak v0.1.5 |
2091 | 2023-10-29T03:20:17.760Z | Checking yansi v0.5.1 |
2092 | 2023-10-29T03:20:18.093Z | Checking smawk v0.3.1 |
2093 | 2023-10-29T03:20:18.401Z | Checking pretty_assertions v1.4.0 |
2094 | 2023-10-29T03:20:18.439Z | Checking textwrap v0.16.0 |
2095 | 2023-10-29T03:20:19.840Z | Checking crossterm v0.27.0 |
2096 | 2023-10-29T03:20:21.937Z | Checking fatfs v0.3.6 |
2097 | 2023-10-29T03:20:22.161Z | Checking cassowary v0.3.0 |
2098 | 2023-10-29T03:20:22.259Z | Checking plotters-backend v0.3.5 |
2099 | 2023-10-29T03:20:22.809Z | Checking ratatui v0.23.0 |
2100 | 2023-10-29T03:20:22.844Z | Checking plotters-svg v0.3.5 |
2101 | 2023-10-29T03:20:23.658Z | Checking rand v0.4.6 |
2102 | 2023-10-29T03:20:23.978Z | Checking rtoolbox v0.0.1 |
2103 | 2023-10-29T03:20:24.530Z | Checking cast v0.3.0 |
2104 | 2023-10-29T03:20:25.107Z | Checking owo-colors v3.5.0 |
2105 | 2023-10-29T03:20:25.229Z | Checking remove_dir_all v0.5.3 |
2106 | 2023-10-29T03:20:25.365Z | Checking tempdir v0.3.7 |
2107 | 2023-10-29T03:20:25.869Z | Checking criterion-plot v0.5.0 |
2108 | 2023-10-29T03:20:26.379Z | Checking rpassword v7.2.0 |
2109 | 2023-10-29T03:20:26.590Z | Checking plotters v0.3.5 |
2110 | 2023-10-29T03:20:26.740Z | Checking tui-tree-widget v0.13.0 |
2111 | 2023-10-29T03:20:29.330Z | Checking tinytemplate v1.2.1 |
2112 | 2023-10-29T03:20:29.892Z | Checking oorandom v11.1.3 |
2113 | 2023-10-29T03:20:29.922Z | Checking anes v0.1.6 |
2114 | 2023-10-29T03:20:30.284Z | Checking shell-words v1.1.0 |
2115 | 2023-10-29T03:20:30.529Z | Checking criterion v0.5.1 |
2116 | 2023-10-29T03:20:36.244Z | Checking assert_cmd v2.0.12 |
2117 | 2023-10-29T03:20:36.586Z | Checking dashmap v5.5.1 |
2118 | 2023-10-29T03:20:37.155Z | Compiling serial_test_derive v0.10.0 |
2119 | 2023-10-29T03:20:37.857Z | Compiling crossbeam-queue v0.3.8 |
2120 | 2023-10-29T03:20:38.888Z | Checking serial_test v0.10.0 |
2121 | 2023-10-29T03:20:39.460Z | Checking vte v0.11.1 |
2122 | 2023-10-29T03:20:39.743Z | Checking threadpool v1.8.1 |
2123 | 2023-10-29T03:20:40.993Z | Checking libtest-mimic v0.6.1 |
2124 | 2023-10-29T03:20:41.694Z | Checking crossterm v0.26.1 |
2125 | 2023-10-29T03:20:41.927Z | Checking strip-ansi-escapes v0.2.0 |
2126 | 2023-10-29T03:20:42.160Z | Compiling tabled_derive v0.6.0 |
2127 | 2023-10-29T03:20:43.299Z | Checking httptest v0.15.4 |
2128 | 2023-10-29T03:20:43.352Z | Checking similar-asserts v1.5.0 |
2129 | 2023-10-29T03:20:43.785Z | Checking fd-lock v3.0.13 |
2130 | 2023-10-29T03:20:43.789Z | Checking nanorand v0.7.0 |
2131 | 2023-10-29T03:20:43.977Z | Compiling rstest_macros v0.18.2 |
2132 | 2023-10-29T03:20:44.298Z | Checking nu-ansi-term v0.49.0 |
2133 | 2023-10-29T03:20:44.543Z | Checking flume v0.11.0 |
2134 | 2023-10-29T03:20:44.807Z | Checking datatest-stable v0.2.3 |
2135 | 2023-10-29T03:20:44.963Z | Checking reedline v0.23.0 |
2136 | 2023-10-29T03:20:45.967Z | Compiling pin-project-internal v1.1.3 |
2137 | 2023-10-29T03:20:46.761Z | Compiling relative-path v1.9.0 |
2138 | 2023-10-29T03:20:47.029Z | Compiling trybuild v1.0.85 |
2139 | 2023-10-29T03:20:47.559Z | Checking topological-sort v0.2.2 |
2140 | 2023-10-29T03:20:47.709Z | Checking arrayvec v0.7.4 |
2141 | 2023-10-29T03:20:47.874Z | Checking arrayref v0.3.7 |
2142 | 2023-10-29T03:20:48.011Z | Checking constant_time_eq v0.2.6 |
2143 | 2023-10-29T03:20:48.215Z | Checking bytecount v0.6.3 |
2144 | 2023-10-29T03:20:48.344Z | Checking blake2b_simd v1.0.1 |
2145 | 2023-10-29T03:20:48.437Z | Checking papergrid v0.10.0 |
2146 | 2023-10-29T03:20:50.627Z | Checking pin-project v1.1.3 |
2147 | 2023-10-29T03:20:50.655Z | Checking basic-toml v0.1.4 |
2148 | 2023-10-29T03:20:50.795Z | Checking constant_time_eq v0.3.0 |
2149 | 2023-10-29T03:20:50.993Z | Checking futures-timer v3.0.2 |
2150 | 2023-10-29T03:20:51.764Z | Checking rust-argon2 v1.0.1 |
2151 | 2023-10-29T03:20:52.387Z | Checking partial-io v0.5.4 |
2152 | 2023-10-29T03:20:52.590Z | Checking tabled v0.14.0 |
2153 | 2023-10-29T03:20:53.736Z | Checking approx v0.5.1 |
2154 | 2023-10-29T03:20:53.914Z | Checking cargo-platform v0.1.3 |
2155 | 2023-10-29T03:20:54.290Z | Checking hex-literal v0.4.1 |
2156 | 2023-10-29T03:20:54.353Z | Checking cargo_metadata v0.18.0 |
2157 | 2023-10-29T03:20:54.719Z | Checking crossbeam v0.8.2 |
2158 | 2023-10-29T03:20:57.070Z | Checking cargo_toml v0.16.3 |
2159 | 2023-10-29T03:20:57.757Z | Checking termios v0.3.3 |
2160 | 2023-10-29T03:21:00.266Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2161 | 2023-10-29T03:21:01.154Z | Checking rstest v0.18.2 |
2162 | 2023-10-29T03:21:09.658Z | Compiling bzip2 v0.4.4 |
2163 | 2023-10-29T03:21:10.178Z | Compiling zip v0.6.6 |
2164 | 2023-10-29T03:21:11.937Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2165 | 2023-10-29T03:21:12.039Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2166 | 2023-10-29T03:21:30.695Z | Compiling polar-core v0.27.0 |
2167 | 2023-10-29T03:21:34.569Z | Checking rustls-webpki v0.101.7 |
2168 | 2023-10-29T03:21:40.667Z | Checking tokio-rustls v0.24.1 |
2169 | 2023-10-29T03:21:41.183Z | Checking hyper-rustls v0.24.2 |
2170 | 2023-10-29T03:21:41.739Z | Checking reqwest v0.11.20 |
2171 | 2023-10-29T03:21:44.432Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2172 | 2023-10-29T03:21:44.970Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2173 | 2023-10-29T03:21:45.277Z | Checking tough v0.12.5 |
2174 | 2023-10-29T03:21:45.346Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2175 | 2023-10-29T03:21:46.660Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2176 | 2023-10-29T03:21:47.253Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2177 | 2023-10-29T03:21:47.459Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2178 | 2023-10-29T03:21:47.532Z | Checking oso v0.27.0 |
2179 | 2023-10-29T03:21:51.044Z | Compiling omicron-zone-package v0.8.3 |
2180 | 2023-10-29T03:21:51.433Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2181 | 2023-10-29T03:21:59.275Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2182 | 2023-10-29T03:21:59.345Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2183 | 2023-10-29T03:21:59.349Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2184 | 2023-10-29T03:22:02.643Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2185 | 2023-10-29T03:22:02.747Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2186 | 2023-10-29T03:22:02.751Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2187 | 2023-10-29T03:22:02.949Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2188 | 2023-10-29T03:22:03.289Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2189 | 2023-10-29T03:22:03.589Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2190 | 2023-10-29T03:22:03.734Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2191 | 2023-10-29T03:22:04.220Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2192 | 2023-10-29T03:22:04.557Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2193 | 2023-10-29T03:22:05.747Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2194 | 2023-10-29T03:22:08.562Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2195 | 2023-10-29T03:22:08.998Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2196 | 2023-10-29T03:22:09.424Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2197 | 2023-10-29T03:22:09.490Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2198 | 2023-10-29T03:22:15.477Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2199 | 2023-10-29T03:22:15.951Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2200 | 2023-10-29T03:22:17.640Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2201 | 2023-10-29T03:22:18.867Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2202 | 2023-10-29T03:22:20.414Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2203 | 2023-10-29T03:22:23.276Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2204 | 2023-10-29T03:22:25.082Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2205 | 2023-10-29T03:22:25.131Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2206 | 2023-10-29T03:22:27.872Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2207 | 2023-10-29T03:22:28.877Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2208 | 2023-10-29T03:22:28.927Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2209 | 2023-10-29T03:22:31.087Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2210 | 2023-10-29T03:22:32.118Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2211 | 2023-10-29T03:22:32.347Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2212 | 2023-10-29T03:22:40.018Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2213 | 2023-10-29T03:22:42.704Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2214 | 2023-10-29T03:22:51.845Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2215 | 2023-10-29T03:22:52.763Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2216 | 2023-10-29T03:22:53.265Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2217 | 2023-10-29T03:22:54.804Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2218 | 2023-10-29T03:22:57.373Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2219 | 2023-10-29T03:22:58.943Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2220 | 2023-10-29T03:22:59.378Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2221 | 2023-10-29T03:23:01.123Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2222 | 2023-10-29T03:23:04.921Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2223 | 2023-10-29T03:23:05.773Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2224 | 2023-10-29T03:23:06.598Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2225 | 2023-10-29T03:23:08.828Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2226 | 2023-10-29T03:23:09.026Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2227 | 2023-10-29T03:23:14.664Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2228 | 2023-10-29T03:23:14.691Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2229 | 2023-10-29T03:23:19.936Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2230 | 2023-10-29T03:23:21.573Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2231 | 2023-10-29T03:23:23.112Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2232 | 2023-10-29T03:23:26.407Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2233 | 2023-10-29T03:23:28.345Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2234 | 2023-10-29T03:23:29.679Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2235 | 2023-10-29T03:23:29.845Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2236 | 2023-10-29T03:23:37.566Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2237 | 2023-10-29T03:23:38.012Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2238 | 2023-10-29T03:23:39.345Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2239 | 2023-10-29T03:23:39.955Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2240 | 2023-10-29T03:23:40.549Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2241 | 2023-10-29T03:23:42.962Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2242 | 2023-10-29T03:23:48.962Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2243 | 2023-10-29T03:24:06.472Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2244 | 2023-10-29T03:24:17.635Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2245 | 2023-10-29T03:24:37.539Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2246 | 2023-10-29T03:25:08.771Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2247 | 2023-10-29T03:25:29.001Z | Compiling git2 v0.17.2 |
2248 | 2023-10-29T03:25:38.069Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2249 | 2023-10-29T03:25:40.819Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2250 | 2023-10-29T03:25:54.772Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2251 | 2023-10-29T03:26:07.754Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2252 | 2023-10-29T03:26:08.100Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2253 | 2023-10-29T03:26:08.825Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2254 | 2023-10-29T03:26:10.381Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2255 | 2023-10-29T03:26:48.026Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2256 | 2023-10-29T03:28:12.851Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 19s |
2257 | 2023-10-29T03:28:13.077Z | |
2258 | 2023-10-29T03:28:13.080Z | real 14:24.395790769 |
2259 | 2023-10-29T03:28:13.083Z | user 1:24:55.610638873 |
2260 | 2023-10-29T03:28:13.110Z | sys 11:17.038377026 |
2261 | 2023-10-29T03:28:13.114Z | trap 3.152592691 |
2262 | 2023-10-29T03:28:13.116Z | tflt 3.409151323 |
2263 | 2023-10-29T03:28:13.119Z | dflt 4.269023205 |
2264 | 2023-10-29T03:28:13.122Z | kflt 0.035699598 |
2265 | 2023-10-29T03:28:13.125Z | lock 1:54:38.936140114 |
2266 | 2023-10-29T03:28:13.127Z | slp 5:04:13.187582665 |
2267 | 2023-10-29T03:28:13.130Z | lat 3:13.010829921 |
2268 | 2023-10-29T03:28:13.133Z | stop 8:10.016872743 |
2269 | 2023-10-29T03:28:14.362Z | warning: output filename collision. |
2270 | 2023-10-29T03:28:14.366Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2271 | 2023-10-29T03:28:14.369Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2272 | 2023-10-29T03:28:14.372Z | The targets should have unique names. |
2273 | 2023-10-29T03:28:14.375Z | This is a known bug where multiple crates with the same name use |
2274 | 2023-10-29T03:28:14.378Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2275 | 2023-10-29T03:28:14.381Z | warning: output filename collision. |
2276 | 2023-10-29T03:28:14.384Z | 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)`. |
2277 | 2023-10-29T03:28:14.386Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2278 | 2023-10-29T03:28:14.389Z | The targets should have unique names. |
2279 | 2023-10-29T03:28:14.392Z | This is a known bug where multiple crates with the same name use |
2280 | 2023-10-29T03:28:14.395Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2281 | 2023-10-29T03:28:14.398Z | warning: output filename collision. |
2282 | 2023-10-29T03:28:14.400Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2283 | 2023-10-29T03:28:14.403Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2284 | 2023-10-29T03:28:14.406Z | The targets should have unique names. |
2285 | 2023-10-29T03:28:14.408Z | This is a known bug where multiple crates with the same name use |
2286 | 2023-10-29T03:28:14.411Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2287 | 2023-10-29T03:28:14.414Z | warning: output filename collision. |
2288 | 2023-10-29T03:28:14.416Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2289 | 2023-10-29T03:28:14.419Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2290 | 2023-10-29T03:28:14.422Z | The targets should have unique names. |
2291 | 2023-10-29T03:28:14.425Z | This is a known bug where multiple crates with the same name use |
2292 | 2023-10-29T03:28:14.428Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2293 | 2023-10-29T03:28:14.430Z | warning: output filename collision. |
2294 | 2023-10-29T03:28:14.433Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2295 | 2023-10-29T03:28:14.436Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2296 | 2023-10-29T03:28:14.439Z | The targets should have unique names. |
2297 | 2023-10-29T03:28:14.441Z | This is a known bug where multiple crates with the same name use |
2298 | 2023-10-29T03:28:14.444Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2299 | 2023-10-29T03:28:14.447Z | warning: output filename collision. |
2300 | 2023-10-29T03:28:14.450Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2301 | 2023-10-29T03:28:14.452Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2302 | 2023-10-29T03:28:14.455Z | The targets should have unique names. |
2303 | 2023-10-29T03:28:14.458Z | This is a known bug where multiple crates with the same name use |
2304 | 2023-10-29T03:28:14.462Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2305 | 2023-10-29T03:28:14.464Z | warning: output filename collision. |
2306 | 2023-10-29T03:28:14.468Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2307 | 2023-10-29T03:28:14.471Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2308 | 2023-10-29T03:28:14.473Z | The targets should have unique names. |
2309 | 2023-10-29T03:28:14.476Z | This is a known bug where multiple crates with the same name use |
2310 | 2023-10-29T03:28:14.479Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2311 | 2023-10-29T03:28:14.482Z | warning: output filename collision. |
2312 | 2023-10-29T03:28:14.485Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2313 | 2023-10-29T03:28:14.488Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2314 | 2023-10-29T03:28:14.490Z | The targets should have unique names. |
2315 | 2023-10-29T03:28:14.493Z | This is a known bug where multiple crates with the same name use |
2316 | 2023-10-29T03:28:14.496Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2023-10-29T03:28:14.499Z | warning: output filename collision. |
2318 | 2023-10-29T03:28:14.502Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2319 | 2023-10-29T03:28:14.505Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2320 | 2023-10-29T03:28:14.507Z | The targets should have unique names. |
2321 | 2023-10-29T03:28:14.510Z | This is a known bug where multiple crates with the same name use |
2322 | 2023-10-29T03:28:14.513Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2023-10-29T03:28:14.516Z | warning: output filename collision. |
2324 | 2023-10-29T03:28:14.519Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2325 | 2023-10-29T03:28:14.521Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2326 | 2023-10-29T03:28:14.524Z | The targets should have unique names. |
2327 | 2023-10-29T03:28:14.527Z | This is a known bug where multiple crates with the same name use |
2328 | 2023-10-29T03:28:14.529Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2023-10-29T03:28:14.532Z | warning: output filename collision. |
2330 | 2023-10-29T03:28:14.535Z | 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)`. |
2331 | 2023-10-29T03:28:14.538Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2332 | 2023-10-29T03:28:14.541Z | The targets should have unique names. |
2333 | 2023-10-29T03:28:14.543Z | This is a known bug where multiple crates with the same name use |
2334 | 2023-10-29T03:28:14.546Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2335 | 2023-10-29T03:28:14.970Z | Checking unicode-ident v1.0.12 |
2336 | 2023-10-29T03:28:14.992Z | Documenting libc v0.2.149 |
2337 | 2023-10-29T03:28:15.001Z | Documenting cfg-if v1.0.0 |
2338 | 2023-10-29T03:28:15.021Z | Checking libc v0.2.149 |
2339 | 2023-10-29T03:28:15.039Z | Checking cfg-if v1.0.0 |
2340 | 2023-10-29T03:28:15.052Z | Checking serde v1.0.188 |
2341 | 2023-10-29T03:28:15.071Z | Documenting scopeguard v1.2.0 |
2342 | 2023-10-29T03:28:15.074Z | Documenting log v0.4.20 |
2343 | 2023-10-29T03:28:15.161Z | Documenting itoa v1.0.9 |
2344 | 2023-10-29T03:28:15.210Z | Checking proc-macro2 v1.0.67 |
2345 | 2023-10-29T03:28:16.251Z | Checking quote v1.0.33 |
2346 | 2023-10-29T03:28:16.772Z | Checking syn v2.0.32 |
2347 | 2023-10-29T03:28:16.854Z | Checking syn v1.0.109 |
2348 | 2023-10-29T03:28:19.175Z | Checking once_cell v1.18.0 |
2349 | 2023-10-29T03:28:19.265Z | Documenting lock_api v0.4.10 |
2350 | 2023-10-29T03:28:19.403Z | Documenting memchr v2.6.3 |
2351 | 2023-10-29T03:28:19.647Z | Documenting smallvec v1.11.0 |
2352 | 2023-10-29T03:28:21.443Z | Documenting once_cell v1.18.0 |
2353 | 2023-10-29T03:28:21.794Z | Documenting getrandom v0.2.10 |
2354 | 2023-10-29T03:28:23.940Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2355 | 2023-10-29T03:28:24.097Z | Documenting libm v0.2.7 |
2356 | 2023-10-29T03:28:24.396Z | Documenting pin-project-lite v0.2.13 |
2357 | 2023-10-29T03:28:24.699Z | Documenting parking_lot_core v0.9.8 |
2358 | 2023-10-29T03:28:26.605Z | Documenting signal-hook-registry v1.4.1 |
2359 | 2023-10-29T03:28:26.918Z | Checking itoa v1.0.9 |
2360 | 2023-10-29T03:28:27.236Z | Documenting serde_derive v1.0.188 |
2361 | 2023-10-29T03:28:27.249Z | Documenting zeroize_derive v1.4.2 |
2362 | 2023-10-29T03:28:27.471Z | Documenting thiserror-impl v1.0.49 |
2363 | 2023-10-29T03:28:27.850Z | Documenting rand_core v0.6.4 |
2364 | 2023-10-29T03:28:28.291Z | Documenting mio v0.8.8 |
2365 | 2023-10-29T03:28:29.080Z | Documenting num-traits v0.2.16 |
2366 | 2023-10-29T03:28:30.869Z | Documenting parking_lot v0.12.1 |
2367 | 2023-10-29T03:28:32.871Z | Documenting typenum v1.16.0 |
2368 | 2023-10-29T03:28:33.924Z | Documenting futures-core v0.3.29 |
2369 | 2023-10-29T03:28:34.836Z | Documenting zeroize v1.6.0 |
2370 | 2023-10-29T03:28:34.871Z | Documenting ryu v1.0.15 |
2371 | 2023-10-29T03:28:35.292Z | Documenting thiserror v1.0.49 |
2372 | 2023-10-29T03:28:36.178Z | Documenting tokio-macros v2.1.0 |
2373 | 2023-10-29T03:28:37.185Z | Documenting socket2 v0.5.4 |
2374 | 2023-10-29T03:28:38.092Z | Documenting serde v1.0.188 |
2375 | 2023-10-29T03:28:38.971Z | Documenting num_cpus v1.16.0 |
2376 | 2023-10-29T03:28:39.877Z | Checking thiserror v1.0.49 |
2377 | 2023-10-29T03:28:40.064Z | Checking ryu v1.0.15 |
2378 | 2023-10-29T03:28:40.434Z | Documenting subtle v2.5.0 |
2379 | 2023-10-29T03:28:40.711Z | Checking getrandom v0.2.10 |
2380 | 2023-10-29T03:28:40.821Z | Documenting generic-array v0.14.7 |
2381 | 2023-10-29T03:28:41.071Z | Checking memchr v2.6.3 |
2382 | 2023-10-29T03:28:41.195Z | Documenting futures-sink v0.3.29 |
2383 | 2023-10-29T03:28:42.474Z | Documenting pin-utils v0.1.0 |
2384 | 2023-10-29T03:28:43.684Z | Documenting byteorder v1.5.0 |
2385 | 2023-10-29T03:28:44.029Z | Checking serde_json v1.0.107 |
2386 | 2023-10-29T03:28:45.247Z | Documenting iana-time-zone v0.1.57 |
2387 | 2023-10-29T03:28:46.648Z | Checking heck v0.4.1 |
2388 | 2023-10-29T03:28:46.837Z | Documenting futures-macro v0.3.29 |
2389 | 2023-10-29T03:28:46.961Z | Documenting futures-task v0.3.29 |
2390 | 2023-10-29T03:28:47.403Z | Documenting futures-channel v0.3.29 |
2391 | 2023-10-29T03:28:48.240Z | Documenting crypto-common v0.1.6 |
2392 | 2023-10-29T03:28:49.908Z | Documenting slab v0.4.9 |
2393 | 2023-10-29T03:28:50.193Z | Documenting futures-io v0.3.29 |
2394 | 2023-10-29T03:28:51.110Z | Documenting const-oid v0.9.5 |
2395 | 2023-10-29T03:28:52.930Z | Checking bytes v1.5.0 |
2396 | 2023-10-29T03:28:53.516Z | Documenting ppv-lite86 v0.2.17 |
2397 | 2023-10-29T03:28:54.178Z | Checking log v0.4.20 |
2398 | 2023-10-29T03:28:54.298Z | Documenting tinyvec_macros v0.1.1 |
2399 | 2023-10-29T03:28:54.431Z | Documenting base64 v0.21.5 |
2400 | 2023-10-29T03:28:54.616Z | Checking byteorder v1.5.0 |
2401 | 2023-10-29T03:28:55.276Z | Documenting block-buffer v0.10.4 |
2402 | 2023-10-29T03:28:55.897Z | Documenting tracing-core v0.1.31 |
2403 | 2023-10-29T03:28:56.072Z | Documenting futures-util v0.3.29 |
2404 | 2023-10-29T03:28:57.989Z | Documenting rand_chacha v0.3.1 |
2405 | 2023-10-29T03:28:58.358Z | Documenting tinyvec v1.6.0 |
2406 | 2023-10-29T03:28:59.922Z | Documenting tracing-attributes v0.1.26 |
2407 | 2023-10-29T03:29:00.525Z | Checking fnv v1.0.7 |
2408 | 2023-10-29T03:29:00.717Z | Checking serde_derive_internals v0.26.0 |
2409 | 2023-10-29T03:29:01.238Z | Documenting digest v0.10.7 |
2410 | 2023-10-29T03:29:01.676Z | Documenting serde_derive_internals v0.26.0 |
2411 | 2023-10-29T03:29:03.846Z | Documenting dyn-clone v1.0.13 |
2412 | 2023-10-29T03:29:04.255Z | Documenting rand v0.8.5 |
2413 | 2023-10-29T03:29:08.586Z | Documenting unicode-normalization v0.1.22 |
2414 | 2023-10-29T03:29:09.563Z | Checking ucd-trie v0.1.6 |
2415 | 2023-10-29T03:29:09.885Z | Documenting fnv v1.0.7 |
2416 | 2023-10-29T03:29:10.619Z | Documenting cpufeatures v0.2.9 |
2417 | 2023-10-29T03:29:11.161Z | Documenting schemars_derive v0.8.13 |
2418 | 2023-10-29T03:29:11.670Z | Documenting bytes v1.5.0 |
2419 | 2023-10-29T03:29:11.796Z | Documenting serde_json v1.0.107 |
2420 | 2023-10-29T03:29:11.874Z | Documenting bitflags v2.4.0 |
2421 | 2023-10-29T03:29:15.051Z | Documenting chrono v0.4.31 |
2422 | 2023-10-29T03:29:15.964Z | Documenting uuid v1.4.1 |
2423 | 2023-10-29T03:29:16.444Z | Checking pest v2.7.2 |
2424 | 2023-10-29T03:29:19.103Z | Documenting spin v0.9.8 |
2425 | 2023-10-29T03:29:19.304Z | Documenting tokio v1.33.0 |
2426 | 2023-10-29T03:29:20.460Z | Checking libm v0.2.7 |
2427 | 2023-10-29T03:29:20.594Z | Documenting unicode-bidi v0.3.13 |
2428 | 2023-10-29T03:29:21.069Z | Documenting http v0.2.9 |
2429 | 2023-10-29T03:29:21.998Z | Checking num-traits v0.2.16 |
2430 | 2023-10-29T03:29:23.169Z | Documenting tracing v0.1.37 |
2431 | 2023-10-29T03:29:23.476Z | Documenting lazy_static v1.4.0 |
2432 | 2023-10-29T03:29:23.722Z | Documenting percent-encoding v2.3.0 |
2433 | 2023-10-29T03:29:24.767Z | Documenting schemars v0.8.13 |
2434 | 2023-10-29T03:29:24.852Z | Documenting ahash v0.8.3 |
2435 | 2023-10-29T03:29:26.829Z | Checking ahash v0.8.3 |
2436 | 2023-10-29T03:29:27.410Z | Documenting allocator-api2 v0.2.16 |
2437 | 2023-10-29T03:29:27.493Z | Checking time-core v0.1.1 |
2438 | 2023-10-29T03:29:27.717Z | Documenting adler v1.0.2 |
2439 | 2023-10-29T03:29:29.455Z | Documenting unicode-ident v1.0.12 |
2440 | 2023-10-29T03:29:29.533Z | Documenting form_urlencoded v1.2.0 |
2441 | 2023-10-29T03:29:30.903Z | Documenting idna v0.4.0 |
2442 | 2023-10-29T03:29:31.782Z | Documenting miniz_oxide v0.7.1 |
2443 | 2023-10-29T03:29:32.513Z | Documenting hashbrown v0.14.0 |
2444 | 2023-10-29T03:29:33.481Z | Documenting proc-macro2 v1.0.67 |
2445 | 2023-10-29T03:29:33.916Z | Documenting httparse v1.8.0 |
2446 | 2023-10-29T03:29:35.375Z | Documenting equivalent v1.0.1 |
2447 | 2023-10-29T03:29:35.685Z | Documenting untrusted v0.9.0 |
2448 | 2023-10-29T03:29:36.785Z | Checking zerocopy v0.3.0 |
2449 | 2023-10-29T03:29:37.636Z | Documenting url v2.4.1 |
2450 | 2023-10-29T03:29:37.898Z | Checking uuid v1.4.1 |
2451 | 2023-10-29T03:29:38.795Z | Checking iana-time-zone v0.1.57 |
2452 | 2023-10-29T03:29:39.012Z | Checking chrono v0.4.31 |
2453 | 2023-10-29T03:29:39.576Z | Checking dof v0.1.5 |
2454 | 2023-10-29T03:29:39.871Z | Documenting ring v0.17.5 |
2455 | 2023-10-29T03:29:40.183Z | Documenting indexmap v2.0.0 |
2456 | 2023-10-29T03:29:40.232Z | Documenting quote v1.0.33 |
2457 | 2023-10-29T03:29:40.255Z | Checking dtrace-parser v0.1.14 |
2458 | 2023-10-29T03:29:40.283Z | Checking thread-id v4.2.0 |
2459 | 2023-10-29T03:29:40.419Z | Documenting sct v0.7.0 |
2460 | 2023-10-29T03:29:41.011Z | Documenting slog v2.7.0 |
2461 | 2023-10-29T03:29:42.610Z | Documenting openssl-probe v0.1.5 |
2462 | 2023-10-29T03:29:44.564Z | Documenting try-lock v0.2.4 |
2463 | 2023-10-29T03:29:46.670Z | Documenting httpdate v1.0.3 |
2464 | 2023-10-29T03:29:46.753Z | Checking usdt-impl v0.3.5 |
2465 | 2023-10-29T03:29:47.594Z | Documenting http-body v0.4.5 |
2466 | 2023-10-29T03:29:47.757Z | Documenting rustls-pemfile v1.0.3 |
2467 | 2023-10-29T03:29:47.945Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2468 | 2023-10-29T03:29:48.786Z | Documenting want v0.3.1 |
2469 | 2023-10-29T03:29:48.885Z | Documenting rustls-webpki v0.101.7 |
2470 | 2023-10-29T03:29:48.955Z | Documenting openssl-macros v0.1.1 |
2471 | 2023-10-29T03:29:49.239Z | Documenting aho-corasick v1.0.4 |
2472 | 2023-10-29T03:29:49.488Z | Documenting tokio-util v0.7.10 |
2473 | 2023-10-29T03:29:52.771Z | Documenting openssl-sys v0.9.93 |
2474 | 2023-10-29T03:29:53.714Z | Documenting tower-service v0.3.2 |
2475 | 2023-10-29T03:29:54.390Z | Documenting gimli v0.28.0 |
2476 | 2023-10-29T03:29:54.648Z | Documenting mime v0.3.17 |
2477 | 2023-10-29T03:29:55.791Z | Documenting rustls v0.21.8 |
2478 | 2023-10-29T03:29:56.069Z | Documenting regex-syntax v0.7.5 |
2479 | 2023-10-29T03:29:56.588Z | Documenting time-macros v0.2.13 |
2480 | 2023-10-29T03:29:57.914Z | Documenting h2 v0.3.21 |
2481 | 2023-10-29T03:29:59.642Z | Documenting async-trait v0.1.74 |
2482 | 2023-10-29T03:30:01.012Z | Documenting object v0.32.1 |
2483 | 2023-10-29T03:30:04.238Z | Documenting errno v0.3.2 |
2484 | 2023-10-29T03:30:04.708Z | Documenting addr2line v0.21.0 |
2485 | 2023-10-29T03:30:04.711Z | Documenting openssl v0.10.57 |
2486 | 2023-10-29T03:30:06.822Z | Documenting regex-automata v0.3.8 |
2487 | 2023-10-29T03:30:07.768Z | Documenting time-core v0.1.1 |
2488 | 2023-10-29T03:30:08.103Z | Documenting tokio-rustls v0.24.1 |
2489 | 2023-10-29T03:30:08.734Z | Documenting unicode-width v0.1.11 |
2490 | 2023-10-29T03:30:10.289Z | Documenting ipnet v2.8.0 |
2491 | 2023-10-29T03:30:12.117Z | Documenting rustc-demangle v0.1.23 |
2492 | 2023-10-29T03:30:12.788Z | Checking allocator-api2 v0.2.16 |
2493 | 2023-10-29T03:30:13.851Z | Checking dyn-clone v1.0.13 |
2494 | 2023-10-29T03:30:13.919Z | Documenting hyper v0.14.27 |
2495 | 2023-10-29T03:30:14.043Z | Documenting deranged v0.3.8 |
2496 | 2023-10-29T03:30:16.076Z | Documenting num_threads v0.1.6 |
2497 | 2023-10-29T03:30:16.329Z | Checking schemars v0.8.13 |
2498 | 2023-10-29T03:30:16.342Z | Checking hashbrown v0.14.0 |
2499 | 2023-10-29T03:30:18.123Z | Documenting rustix v0.38.9 |
2500 | 2023-10-29T03:30:18.802Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2501 | 2023-10-29T03:30:19.011Z | Checking pest_meta v2.7.2 |
2502 | 2023-10-29T03:30:20.599Z | Documenting backtrace v0.3.69 |
2503 | 2023-10-29T03:30:20.615Z | Documenting crossbeam-utils v0.8.16 |
2504 | 2023-10-29T03:30:20.749Z | Checking equivalent v1.0.1 |
2505 | 2023-10-29T03:30:20.902Z | Checking indexmap v2.0.0 |
2506 | 2023-10-29T03:30:21.809Z | Documenting regex v1.9.5 |
2507 | 2023-10-29T03:30:22.619Z | Documenting native-tls v0.2.11 |
2508 | 2023-10-29T03:30:22.704Z | Documenting time v0.3.27 |
2509 | 2023-10-29T03:30:27.547Z | Checking hashbrown v0.13.2 |
2510 | 2023-10-29T03:30:28.591Z | Documenting anyhow v1.0.75 |
2511 | 2023-10-29T03:30:29.088Z | Documenting pest_meta v2.7.2 |
2512 | 2023-10-29T03:30:29.340Z | Checking http v0.2.9 |
2513 | 2023-10-29T03:30:29.979Z | Checking aho-corasick v1.0.4 |
2514 | 2023-10-29T03:30:31.010Z | Documenting encoding_rs v0.8.33 |
2515 | 2023-10-29T03:30:31.551Z | Checking regex-syntax v0.7.5 |
2516 | 2023-10-29T03:30:31.819Z | Documenting tokio-native-tls v0.3.1 |
2517 | 2023-10-29T03:30:32.627Z | Checking pest_generator v2.7.2 |
2518 | 2023-10-29T03:30:33.668Z | Documenting rustls-native-certs v0.6.3 |
2519 | 2023-10-29T03:30:34.042Z | Documenting serde_urlencoded v0.7.1 |
2520 | 2023-10-29T03:30:34.965Z | Documenting ucd-trie v0.1.6 |
2521 | 2023-10-29T03:30:35.823Z | Documenting pest_generator v2.7.2 |
2522 | 2023-10-29T03:30:36.722Z | Checking serde_tokenstream v0.1.7 |
2523 | 2023-10-29T03:30:36.894Z | Checking regex-automata v0.3.8 |
2524 | 2023-10-29T03:30:37.287Z | Documenting webpki-roots v0.25.2 |
2525 | 2023-10-29T03:30:38.197Z | Documenting syn v2.0.32 |
2526 | 2023-10-29T03:30:39.802Z | Documenting hyper-rustls v0.24.2 |
2527 | 2023-10-29T03:30:40.721Z | Documenting hyper-tls v0.5.0 |
2528 | 2023-10-29T03:30:40.895Z | Documenting dof v0.1.5 |
2529 | 2023-10-29T03:30:40.986Z | Documenting pest v2.7.2 |
2530 | 2023-10-29T03:30:43.401Z | Documenting thread-id v4.2.0 |
2531 | 2023-10-29T03:30:43.529Z | Documenting pest_derive v2.7.2 |
2532 | 2023-10-29T03:30:43.665Z | Checking regex v1.9.5 |
2533 | 2023-10-29T03:30:44.606Z | Documenting usdt-macro v0.3.5 |
2534 | 2023-10-29T03:30:46.804Z | Documenting usdt-attr-macro v0.3.5 |
2535 | 2023-10-29T03:30:48.942Z | Documenting openapiv3 v1.0.3 |
2536 | 2023-10-29T03:30:49.475Z | Documenting ipnetwork v0.20.0 |
2537 | 2023-10-29T03:30:50.547Z | Documenting sha2 v0.10.8 |
2538 | 2023-10-29T03:30:50.775Z | Documenting dtrace-parser v0.1.14 |
2539 | 2023-10-29T03:30:51.290Z | Documenting reqwest v0.11.20 |
2540 | 2023-10-29T03:30:52.048Z | Documenting futures-executor v0.3.29 |
2541 | 2023-10-29T03:30:54.285Z | Checking serde_tokenstream v0.2.0 |
2542 | 2023-10-29T03:30:54.858Z | Checking strsim v0.10.0 |
2543 | 2023-10-29T03:30:55.205Z | Checking unicode-width v0.1.11 |
2544 | 2023-10-29T03:30:55.431Z | Checking regress v0.7.1 |
2545 | 2023-10-29T03:30:56.949Z | Documenting usdt-impl v0.3.5 |
2546 | 2023-10-29T03:30:57.688Z | Documenting hex v0.4.3 |
2547 | 2023-10-29T03:30:57.753Z | Documenting hmac v0.12.1 |
2548 | 2023-10-29T03:30:58.798Z | Documenting fallible-iterator v0.2.0 |
2549 | 2023-10-29T03:30:59.280Z | Documenting futures v0.3.29 |
2550 | 2023-10-29T03:31:00.592Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2551 | 2023-10-29T03:31:03.884Z | Checking openapiv3 v1.0.3 |
2552 | 2023-10-29T03:31:04.455Z | Documenting stringprep v0.1.3 |
2553 | 2023-10-29T03:31:04.868Z | Documenting usdt v0.3.5 |
2554 | 2023-10-29T03:31:05.224Z | Documenting semver v1.0.20 |
2555 | 2023-10-29T03:31:06.298Z | Documenting md-5 v0.10.5 |
2556 | 2023-10-29T03:31:06.827Z | Documenting regress v0.7.1 |
2557 | 2023-10-29T03:31:09.531Z | Documenting siphasher v0.3.11 |
2558 | 2023-10-29T03:31:10.843Z | Documenting utf8parse v0.2.1 |
2559 | 2023-10-29T03:31:11.027Z | Documenting block-padding v0.3.3 |
2560 | 2023-10-29T03:31:11.059Z | Documenting heck v0.4.1 |
2561 | 2023-10-29T03:31:12.155Z | Checking unsafe-libyaml v0.2.9 |
2562 | 2023-10-29T03:31:12.946Z | Documenting static_assertions v1.1.0 |
2563 | 2023-10-29T03:31:13.494Z | Documenting postgres-protocol v0.6.6 |
2564 | 2023-10-29T03:31:14.016Z | Documenting phf_shared v0.11.2 |
2565 | 2023-10-29T03:31:14.324Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2566 | 2023-10-29T03:31:14.527Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2567 | 2023-10-29T03:31:15.195Z | Checking getopts v0.2.21 |
2568 | 2023-10-29T03:31:15.699Z | Documenting toml_datetime v0.6.3 |
2569 | 2023-10-29T03:31:16.460Z | Documenting num-integer v0.1.45 |
2570 | 2023-10-29T03:31:17.069Z | Documenting unsafe-libyaml v0.2.9 |
2571 | 2023-10-29T03:31:17.277Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2572 | 2023-10-29T03:31:17.454Z | Documenting inout v0.1.3 |
2573 | 2023-10-29T03:31:20.049Z | Documenting phf v0.11.2 |
2574 | 2023-10-29T03:31:22.266Z | Checking ident_case v1.0.1 |
2575 | 2023-10-29T03:31:22.515Z | Documenting either v1.9.0 |
2576 | 2023-10-29T03:31:22.609Z | Documenting postgres-types v0.2.6 |
2577 | 2023-10-29T03:31:22.808Z | Documenting whoami v1.4.1 |
2578 | 2023-10-29T03:31:23.063Z | Documenting serde_yaml v0.9.25 |
2579 | 2023-10-29T03:31:24.082Z | Documenting cipher v0.4.4 |
2580 | 2023-10-29T03:31:24.759Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2581 | 2023-10-29T03:31:27.098Z | Checking serde_yaml v0.9.25 |
2582 | 2023-10-29T03:31:27.677Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2583 | 2023-10-29T03:31:28.753Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2584 | 2023-10-29T03:31:28.799Z | Documenting getopts v0.2.21 |
2585 | 2023-10-29T03:31:28.866Z | Documenting zerocopy v0.6.4 |
2586 | 2023-10-29T03:31:29.641Z | Documenting anstyle v1.0.2 |
2587 | 2023-10-29T03:31:32.355Z | Documenting data-encoding v2.4.0 |
2588 | 2023-10-29T03:31:32.906Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2589 | 2023-10-29T03:31:32.934Z | Documenting tokio-postgres v0.7.10 |
2590 | 2023-10-29T03:31:34.821Z | Documenting anstyle-parse v0.2.1 |
2591 | 2023-10-29T03:31:35.624Z | Documenting anstyle-query v1.0.0 |
2592 | 2023-10-29T03:31:35.895Z | Documenting colorchoice v1.0.0 |
2593 | 2023-10-29T03:31:37.726Z | Documenting match_cfg v0.1.0 |
2594 | 2023-10-29T03:31:38.592Z | Documenting itertools v0.11.0 |
2595 | 2023-10-29T03:31:39.022Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2596 | 2023-10-29T03:31:39.428Z | Documenting terminal_size v0.2.6 |
2597 | 2023-10-29T03:31:40.051Z | Documenting dirs-sys-next v0.1.2 |
2598 | 2023-10-29T03:31:41.486Z | Documenting anstream v0.5.0 |
2599 | 2023-10-29T03:31:41.950Z | Documenting hostname v0.3.1 |
2600 | 2023-10-29T03:31:44.641Z | Documenting strsim v0.10.0 |
2601 | 2023-10-29T03:31:45.588Z | Documenting clap_lex v0.5.1 |
2602 | 2023-10-29T03:31:46.118Z | Documenting tap v1.0.1 |
2603 | 2023-10-29T03:31:47.513Z | Documenting dirs-next v2.0.0 |
2604 | 2023-10-29T03:31:47.776Z | Documenting clap_derive v4.4.2 |
2605 | 2023-10-29T03:31:48.152Z | Documenting thread_local v1.1.7 |
2606 | 2023-10-29T03:31:50.209Z | Documenting crc32fast v1.3.2 |
2607 | 2023-10-29T03:31:50.317Z | Documenting wyz v0.5.1 |
2608 | 2023-10-29T03:31:50.552Z | Documenting radium v0.7.0 |
2609 | 2023-10-29T03:31:50.897Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2610 | 2023-10-29T03:31:51.793Z | Documenting clap_builder v4.4.2 |
2611 | 2023-10-29T03:31:53.594Z | Documenting funty v2.0.0 |
2612 | 2023-10-29T03:31:54.430Z | Documenting term v0.7.0 |
2613 | 2023-10-29T03:31:54.877Z | Documenting num-iter v0.1.43 |
2614 | 2023-10-29T03:31:54.900Z | Documenting crossbeam-channel v0.5.8 |
2615 | 2023-10-29T03:31:56.404Z | Documenting sha1 v0.10.5 |
2616 | 2023-10-29T03:31:56.496Z | Documenting enum-as-inner v0.5.1 |
2617 | 2023-10-29T03:31:58.235Z | Documenting bitvec v1.0.1 |
2618 | 2023-10-29T03:32:00.730Z | Documenting atty v0.2.14 |
2619 | 2023-10-29T03:32:01.321Z | Documenting clap v4.4.3 |
2620 | 2023-10-29T03:32:01.709Z | Documenting memoffset v0.9.0 |
2621 | 2023-10-29T03:32:01.746Z | Documenting take_mut v0.2.2 |
2622 | 2023-10-29T03:32:03.367Z | Documenting flate2 v1.0.28 |
2623 | 2023-10-29T03:32:03.684Z | Documenting trust-dns-proto v0.22.0 |
2624 | 2023-10-29T03:32:05.517Z | Documenting slog-term v2.9.0 |
2625 | 2023-10-29T03:32:05.929Z | Documenting crossbeam-epoch v0.9.15 |
2626 | 2023-10-29T03:32:07.442Z | Documenting slog-json v2.6.1 |
2627 | 2023-10-29T03:32:07.742Z | Documenting slog-async v2.8.0 |
2628 | 2023-10-29T03:32:08.710Z | Documenting camino v1.1.6 |
2629 | 2023-10-29T03:32:08.981Z | Documenting paste v1.0.14 |
2630 | 2023-10-29T03:32:10.589Z | Documenting signature v2.1.0 |
2631 | 2023-10-29T03:32:12.475Z | Documenting hash32 v0.2.1 |
2632 | 2023-10-29T03:32:12.700Z | Documenting scheduled-thread-pool v0.2.7 |
2633 | 2023-10-29T03:32:14.114Z | Documenting diesel_table_macro_syntax v0.1.0 |
2634 | 2023-10-29T03:32:14.947Z | Documenting slog-bunyan v2.4.0 |
2635 | 2023-10-29T03:32:15.203Z | Checking diesel_table_macro_syntax v0.1.0 |
2636 | 2023-10-29T03:32:15.495Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2637 | 2023-10-29T03:32:15.610Z | Documenting stable_deref_trait v1.2.0 |
2638 | 2023-10-29T03:32:17.435Z | Documenting unicode-segmentation v1.10.1 |
2639 | 2023-10-29T03:32:17.712Z | Checking darling_core v0.20.3 |
2640 | 2023-10-29T03:32:18.622Z | Documenting async-stream-impl v0.3.5 |
2641 | 2023-10-29T03:32:19.076Z | Documenting r2d2 v0.8.10 |
2642 | 2023-10-29T03:32:19.737Z | Documenting heapless v0.7.16 |
2643 | 2023-10-29T03:32:20.781Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2644 | 2023-10-29T03:32:21.571Z | Documenting diesel_derives v2.1.1 |
2645 | 2023-10-29T03:32:21.757Z | Documenting bzip2 v0.4.4 |
2646 | 2023-10-29T03:32:22.466Z | Documenting strum v0.25.0 |
2647 | 2023-10-29T03:32:22.748Z | Documenting managed v0.8.0 |
2648 | 2023-10-29T03:32:25.801Z | Documenting bit-vec v0.6.3 |
2649 | 2023-10-29T03:32:25.983Z | Documenting debug-ignore v1.0.5 |
2650 | 2023-10-29T03:32:27.076Z | Documenting atomic-waker v1.1.1 |
2651 | 2023-10-29T03:32:27.381Z | Documenting async-stream v0.3.5 |
2652 | 2023-10-29T03:32:27.829Z | Documenting smoltcp v0.9.1 |
2653 | 2023-10-29T03:32:28.141Z | Documenting zip v0.6.6 |
2654 | 2023-10-29T03:32:28.295Z | Checking darling v0.20.3 |
2655 | 2023-10-29T03:32:28.469Z | Documenting num-bigint v0.4.4 |
2656 | 2023-10-29T03:32:30.200Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2657 | 2023-10-29T03:32:31.241Z | Documenting waitgroup v0.1.2 |
2658 | 2023-10-29T03:32:31.795Z | Documenting multer v2.1.0 |
2659 | 2023-10-29T03:32:33.027Z | Documenting diesel v2.1.3 |
2660 | 2023-10-29T03:32:33.617Z | Documenting bstr v1.6.0 |
2661 | 2023-10-29T03:32:35.156Z | Documenting serde_path_to_error v0.1.14 |
2662 | 2023-10-29T03:32:35.345Z | Documenting hubpack v0.1.2 |
2663 | 2023-10-29T03:32:37.343Z | Documenting serde_repr v0.1.16 |
2664 | 2023-10-29T03:32:38.041Z | Documenting new_debug_unreachable v1.0.4 |
2665 | 2023-10-29T03:32:38.256Z | Documenting precomputed-hash v0.1.1 |
2666 | 2023-10-29T03:32:39.804Z | Documenting lalrpop-util v0.19.12 |
2667 | 2023-10-29T03:32:41.645Z | Documenting fixedbitset v0.4.2 |
2668 | 2023-10-29T03:32:41.997Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2669 | 2023-10-29T03:32:42.145Z | Documenting yasna v0.5.2 |
2670 | 2023-10-29T03:32:42.176Z | Documenting serde_with_macros v2.3.3 |
2671 | 2023-10-29T03:32:44.226Z | Documenting string_cache v0.8.7 |
2672 | 2023-10-29T03:32:44.672Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2673 | 2023-10-29T03:32:46.055Z | Documenting console v0.15.7 |
2674 | 2023-10-29T03:32:46.347Z | Documenting petgraph v0.6.4 |
2675 | 2023-10-29T03:32:49.396Z | Documenting float-cmp v0.9.0 |
2676 | 2023-10-29T03:32:50.748Z | Documenting normalize-line-endings v0.3.0 |
2677 | 2023-10-29T03:32:50.830Z | Documenting predicates-core v1.0.6 |
2678 | 2023-10-29T03:32:52.597Z | Documenting difflib v0.4.0 |
2679 | 2023-10-29T03:32:54.146Z | Documenting serde_with v2.3.3 |
2680 | 2023-10-29T03:32:56.113Z | Documenting bit-set v0.5.3 |
2681 | 2023-10-29T03:32:57.017Z | Documenting similar v2.2.1 |
2682 | 2023-10-29T03:32:57.184Z | Documenting tokio-stream v0.1.14 |
2683 | 2023-10-29T03:32:57.207Z | Documenting structmeta-derive v0.1.6 |
2684 | 2023-10-29T03:32:58.631Z | Documenting predicates v3.0.4 |
2685 | 2023-10-29T03:33:02.320Z | Checking structmeta v0.1.6 |
2686 | 2023-10-29T03:33:02.689Z | Documenting instant v0.1.12 |
2687 | 2023-10-29T03:33:04.278Z | Checking regex-syntax v0.6.29 |
2688 | 2023-10-29T03:33:04.975Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2689 | 2023-10-29T03:33:05.509Z | Documenting macaddr v1.0.1 |
2690 | 2023-10-29T03:33:05.782Z | Documenting base64ct v1.6.0 |
2691 | 2023-10-29T03:33:05.859Z | Documenting structmeta v0.1.6 |
2692 | 2023-10-29T03:33:06.519Z | Checking scopeguard v1.2.0 |
2693 | 2023-10-29T03:33:06.730Z | Checking lock_api v0.4.10 |
2694 | 2023-10-29T03:33:07.365Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2695 | 2023-10-29T03:33:07.522Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2696 | 2023-10-29T03:33:08.011Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2697 | 2023-10-29T03:33:09.128Z | Documenting backoff v0.4.0 |
2698 | 2023-10-29T03:33:09.371Z | Documenting crucible-workspace-hack v0.1.0 |
2699 | 2023-10-29T03:33:11.625Z | Checking smallvec v1.11.0 |
2700 | 2023-10-29T03:33:12.056Z | Documenting password-hash v0.5.0 |
2701 | 2023-10-29T03:33:12.193Z | Documenting is-terminal v0.4.9 |
2702 | 2023-10-29T03:33:12.216Z | Checking parking_lot_core v0.9.8 |
2703 | 2023-10-29T03:33:12.733Z | Documenting blake2 v0.10.6 |
2704 | 2023-10-29T03:33:12.956Z | Checking pin-project-lite v0.2.13 |
2705 | 2023-10-29T03:33:13.539Z | Checking parking_lot v0.12.1 |
2706 | 2023-10-29T03:33:13.542Z | Documenting parse-display-derive v0.7.0 |
2707 | 2023-10-29T03:33:13.724Z | Checking rand_core v0.6.4 |
2708 | 2023-10-29T03:33:13.787Z | Checking typenum v1.16.0 |
2709 | 2023-10-29T03:33:14.162Z | Checking zeroize v1.6.0 |
2710 | 2023-10-29T03:33:14.553Z | Documenting proc-macro-error-attr v1.0.4 |
2711 | 2023-10-29T03:33:15.384Z | Checking futures-core v0.3.29 |
2712 | 2023-10-29T03:33:15.672Z | Checking unicode-segmentation v1.10.1 |
2713 | 2023-10-29T03:33:15.960Z | Checking generic-array v0.14.7 |
2714 | 2023-10-29T03:33:16.238Z | Checking proc-macro-error v1.0.4 |
2715 | 2023-10-29T03:33:16.658Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2716 | 2023-10-29T03:33:16.754Z | Checking mio v0.8.8 |
2717 | 2023-10-29T03:33:17.774Z | Checking socket2 v0.5.4 |
2718 | 2023-10-29T03:33:19.080Z | Checking num_cpus v1.16.0 |
2719 | 2023-10-29T03:33:19.126Z | Checking signal-hook-registry v1.4.1 |
2720 | 2023-10-29T03:33:19.156Z | Checking futures-sink v0.3.29 |
2721 | 2023-10-29T03:33:19.180Z | Documenting fastrand v2.0.0 |
2722 | 2023-10-29T03:33:19.191Z | Documenting postcard-cobs v0.1.5-pre |
2723 | 2023-10-29T03:33:19.198Z | Checking tokio v1.33.0 |
2724 | 2023-10-29T03:33:19.207Z | Documenting foreign-types-macros v0.2.3 |
2725 | 2023-10-29T03:33:20.181Z | Documenting argon2 v0.5.2 |
2726 | 2023-10-29T03:33:20.707Z | Documenting proc-macro-error v1.0.4 |
2727 | 2023-10-29T03:33:22.713Z | Documenting postcard v0.7.3 |
2728 | 2023-10-29T03:33:23.158Z | Documenting parse-display v0.7.0 |
2729 | 2023-10-29T03:33:23.503Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2730 | 2023-10-29T03:33:24.690Z | Documenting tempfile v3.8.0 |
2731 | 2023-10-29T03:33:26.481Z | Checking tinyvec_macros v0.1.1 |
2732 | 2023-10-29T03:33:26.615Z | Documenting foreign-types-shared v0.3.1 |
2733 | 2023-10-29T03:33:28.085Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2734 | 2023-10-29T03:33:28.223Z | Checking spin v0.5.2 |
2735 | 2023-10-29T03:33:28.528Z | Checking tinyvec v1.6.0 |
2736 | 2023-10-29T03:33:29.304Z | Checking futures-channel v0.3.29 |
2737 | 2023-10-29T03:33:29.846Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2738 | 2023-10-29T03:33:29.876Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2739 | 2023-10-29T03:33:29.924Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2740 | 2023-10-29T03:33:30.356Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2741 | 2023-10-29T03:33:30.743Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2742 | 2023-10-29T03:33:30.882Z | Documenting foreign-types v0.5.0 |
2743 | 2023-10-29T03:33:32.227Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2744 | 2023-10-29T03:33:32.231Z | Documenting cstr-argument v0.1.2 |
2745 | 2023-10-29T03:33:32.457Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2746 | 2023-10-29T03:33:35.834Z | Checking slab v0.4.9 |
2747 | 2023-10-29T03:33:36.119Z | Checking futures-task v0.3.29 |
2748 | 2023-10-29T03:33:36.228Z | Checking pin-utils v0.1.0 |
2749 | 2023-10-29T03:33:36.357Z | Checking futures-io v0.3.29 |
2750 | 2023-10-29T03:33:36.488Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2751 | 2023-10-29T03:33:36.650Z | Checking futures-util v0.3.29 |
2752 | 2023-10-29T03:33:36.917Z | Checking unicode-normalization v0.1.22 |
2753 | 2023-10-29T03:33:37.690Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2754 | 2023-10-29T03:33:38.122Z | Documenting colored v2.0.4 |
2755 | 2023-10-29T03:33:38.476Z | Checking crypto-common v0.1.6 |
2756 | 2023-10-29T03:33:38.763Z | Checking spin v0.9.8 |
2757 | 2023-10-29T03:33:38.781Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2758 | 2023-10-29T03:33:39.283Z | Checking tracing-core v0.1.31 |
2759 | 2023-10-29T03:33:40.327Z | Checking unicode-bidi v0.3.13 |
2760 | 2023-10-29T03:33:41.110Z | Checking tracing v0.1.37 |
2761 | 2023-10-29T03:33:41.615Z | Documenting zone_cfg_derive v0.2.0 |
2762 | 2023-10-29T03:33:42.019Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2763 | 2023-10-29T03:33:43.822Z | Checking block-buffer v0.10.4 |
2764 | 2023-10-29T03:33:44.158Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2765 | 2023-10-29T03:33:44.410Z | Documenting num-derive v0.4.0 |
2766 | 2023-10-29T03:33:45.149Z | Checking const-oid v0.9.5 |
2767 | 2023-10-29T03:33:45.279Z | Checking ppv-lite86 v0.2.17 |
2768 | 2023-10-29T03:33:45.383Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2769 | 2023-10-29T03:33:46.430Z | Checking subtle v2.5.0 |
2770 | 2023-10-29T03:33:46.832Z | Checking rand_chacha v0.3.1 |
2771 | 2023-10-29T03:33:47.394Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2772 | 2023-10-29T03:33:47.875Z | Checking digest v0.10.7 |
2773 | 2023-10-29T03:33:48.526Z | Documenting smf v0.2.2 |
2774 | 2023-10-29T03:33:49.294Z | Documenting zone v0.2.0 |
2775 | 2023-10-29T03:33:51.460Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2776 | 2023-10-29T03:33:52.040Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2777 | 2023-10-29T03:33:55.778Z | Checking bitflags v2.4.0 |
2778 | 2023-10-29T03:33:56.253Z | Checking base64 v0.21.5 |
2779 | 2023-10-29T03:33:56.519Z | Documenting linked-hash-map v0.5.6 |
2780 | 2023-10-29T03:33:56.877Z | Checking rand v0.8.5 |
2781 | 2023-10-29T03:33:56.995Z | Checking tokio-util v0.7.10 |
2782 | 2023-10-29T03:33:57.429Z | Checking foreign-types-shared v0.1.1 |
2783 | 2023-10-29T03:33:57.588Z | Checking bitflags v1.3.2 |
2784 | 2023-10-29T03:33:57.726Z | Checking hashbrown v0.12.3 |
2785 | 2023-10-29T03:33:58.552Z | Checking untrusted v0.7.1 |
2786 | 2023-10-29T03:33:58.616Z | Checking openssl-probe v0.1.5 |
2787 | 2023-10-29T03:33:58.808Z | Checking untrusted v0.9.0 |
2788 | 2023-10-29T03:33:58.833Z | Checking percent-encoding v2.3.0 |
2789 | 2023-10-29T03:33:59.040Z | Checking ring v0.17.5 |
2790 | 2023-10-29T03:33:59.152Z | Checking ring v0.16.20 |
2791 | 2023-10-29T03:33:59.389Z | Checking indexmap v1.9.3 |
2792 | 2023-10-29T03:33:59.719Z | Checking foreign-types v0.3.2 |
2793 | 2023-10-29T03:33:59.853Z | Checking errno v0.3.2 |
2794 | 2023-10-29T03:34:00.072Z | Checking openssl-sys v0.9.93 |
2795 | 2023-10-29T03:34:00.612Z | Checking adler v1.0.2 |
2796 | 2023-10-29T03:34:00.710Z | Checking try-lock v0.2.4 |
2797 | 2023-10-29T03:34:00.836Z | Checking siphasher v0.3.11 |
2798 | 2023-10-29T03:34:00.904Z | Checking want v0.3.1 |
2799 | 2023-10-29T03:34:01.180Z | Checking miniz_oxide v0.7.1 |
2800 | 2023-10-29T03:34:01.329Z | Checking h2 v0.3.21 |
2801 | 2023-10-29T03:34:01.829Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2802 | 2023-10-29T03:34:02.060Z | Checking rustls-webpki v0.101.7 |
2803 | 2023-10-29T03:34:02.075Z | Checking sct v0.7.0 |
2804 | 2023-10-29T03:34:02.240Z | Checking openssl v0.10.57 |
2805 | 2023-10-29T03:34:02.370Z | Checking form_urlencoded v1.2.0 |
2806 | 2023-10-29T03:34:02.454Z | Checking lazy_static v1.4.0 |
2807 | 2023-10-29T03:34:02.626Z | Checking http-body v0.4.5 |
2808 | 2023-10-29T03:34:02.688Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2809 | 2023-10-29T03:34:03.067Z | Checking socket2 v0.4.9 |
2810 | 2023-10-29T03:34:03.101Z | Documenting lru-cache v0.1.2 |
2811 | 2023-10-29T03:34:03.245Z | Checking io-lifetimes v1.0.11 |
2812 | 2023-10-29T03:34:03.262Z | Checking httparse v1.8.0 |
2813 | 2023-10-29T03:34:03.291Z | Checking anstyle v1.0.2 |
2814 | 2023-10-29T03:34:03.546Z | Checking httpdate v1.0.3 |
2815 | 2023-10-29T03:34:03.813Z | Checking cpufeatures v0.2.9 |
2816 | 2023-10-29T03:34:03.828Z | Checking utf8parse v0.2.1 |
2817 | 2023-10-29T03:34:03.915Z | Checking tower-service v0.3.2 |
2818 | 2023-10-29T03:34:03.930Z | Checking rustix v0.37.23 |
2819 | 2023-10-29T03:34:03.951Z | Checking sha2 v0.10.8 |
2820 | 2023-10-29T03:34:04.037Z | Checking anstyle-parse v0.2.1 |
2821 | 2023-10-29T03:34:04.094Z | Checking rustls v0.21.8 |
2822 | 2023-10-29T03:34:04.437Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2823 | 2023-10-29T03:34:04.817Z | Checking rustls-pemfile v1.0.3 |
2824 | 2023-10-29T03:34:05.102Z | Checking md-5 v0.10.5 |
2825 | 2023-10-29T03:34:05.449Z | Checking hmac v0.12.1 |
2826 | 2023-10-29T03:34:05.534Z | Checking idna v0.4.0 |
2827 | 2023-10-29T03:34:05.682Z | Checking stringprep v0.1.3 |
2828 | 2023-10-29T03:34:05.755Z | Documenting slog-dtrace v0.2.3 |
2829 | 2023-10-29T03:34:06.099Z | Checking num-integer v0.1.45 |
2830 | 2023-10-29T03:34:06.942Z | Checking hash32 v0.2.1 |
2831 | 2023-10-29T03:34:06.980Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2832 | 2023-10-29T03:34:07.436Z | Checking anstyle-query v1.0.0 |
2833 | 2023-10-29T03:34:07.641Z | Checking gimli v0.28.0 |
2834 | 2023-10-29T03:34:08.834Z | Checking stable_deref_trait v1.2.0 |
2835 | 2023-10-29T03:34:08.977Z | Checking either v1.9.0 |
2836 | 2023-10-29T03:34:09.265Z | Documenting quick-error v1.2.3 |
2837 | 2023-10-29T03:34:09.441Z | Checking colorchoice v1.0.0 |
2838 | 2023-10-29T03:34:09.502Z | Checking fallible-iterator v0.2.0 |
2839 | 2023-10-29T03:34:09.626Z | Checking anstream v0.5.0 |
2840 | 2023-10-29T03:34:10.167Z | Checking tokio-rustls v0.24.1 |
2841 | 2023-10-29T03:34:10.516Z | Checking postgres-protocol v0.6.6 |
2842 | 2023-10-29T03:34:10.735Z | Checking heapless v0.7.16 |
2843 | 2023-10-29T03:34:11.223Z | Checking native-tls v0.2.11 |
2844 | 2023-10-29T03:34:11.534Z | Checking hyper v0.14.27 |
2845 | 2023-10-29T03:34:11.585Z | Checking url v2.4.1 |
2846 | 2023-10-29T03:34:11.725Z | Checking tokio-native-tls v0.3.1 |
2847 | 2023-10-29T03:34:12.536Z | Checking terminal_size v0.2.6 |
2848 | 2023-10-29T03:34:12.539Z | Checking rustls-native-certs v0.6.3 |
2849 | 2023-10-29T03:34:12.546Z | Checking phf_shared v0.11.2 |
2850 | 2023-10-29T03:34:12.579Z | Checking block-padding v0.3.3 |
2851 | 2023-10-29T03:34:12.869Z | Checking scheduled-thread-pool v0.2.7 |
2852 | 2023-10-29T03:34:12.904Z | Checking object v0.32.1 |
2853 | 2023-10-29T03:34:12.978Z | Checking toml_datetime v0.6.3 |
2854 | 2023-10-29T03:34:13.232Z | Checking serde_spanned v0.6.3 |
2855 | 2023-10-29T03:34:13.303Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2023-10-29T03:34:13.439Z | Checking bzip2-sys v0.1.11+1.0.8 |
2857 | 2023-10-29T03:34:13.513Z | Checking crc32fast v1.3.2 |
2858 | 2023-10-29T03:34:13.637Z | Checking regex-automata v0.1.10 |
2859 | 2023-10-29T03:34:13.873Z | Checking winnow v0.5.15 |
2860 | 2023-10-29T03:34:13.973Z | Checking addr2line v0.21.0 |
2861 | 2023-10-29T03:34:14.277Z | Checking managed v0.8.0 |
2862 | 2023-10-29T03:34:14.758Z | Checking rustc-demangle v0.1.23 |
2863 | 2023-10-29T03:34:14.870Z | Checking clap_lex v0.5.1 |
2864 | 2023-10-29T03:34:15.263Z | Checking deranged v0.3.8 |
2865 | 2023-10-29T03:34:15.437Z | Checking ipnet v2.8.0 |
2866 | 2023-10-29T03:34:15.602Z | Documenting resolv-conf v0.7.0 |
2867 | 2023-10-29T03:34:16.142Z | Checking matches v0.1.10 |
2868 | 2023-10-29T03:34:16.195Z | Checking num_threads v0.1.6 |
2869 | 2023-10-29T03:34:16.272Z | Checking bit-vec v0.6.3 |
2870 | 2023-10-29T03:34:16.358Z | Checking tap v1.0.1 |
2871 | 2023-10-29T03:34:16.616Z | Checking wyz v0.5.1 |
2872 | 2023-10-29T03:34:16.779Z | Checking idna v0.2.3 |
2873 | 2023-10-29T03:34:17.217Z | Checking clap_builder v4.4.2 |
2874 | 2023-10-29T03:34:18.121Z | Checking time v0.3.27 |
2875 | 2023-10-29T03:34:18.258Z | Checking smoltcp v0.9.1 |
2876 | 2023-10-29T03:34:18.786Z | Checking toml_edit v0.19.15 |
2877 | 2023-10-29T03:34:20.681Z | Checking bstr v0.2.17 |
2878 | 2023-10-29T03:34:21.706Z | Checking hyper-rustls v0.24.2 |
2879 | 2023-10-29T03:34:22.015Z | Checking hyper-tls v0.5.0 |
2880 | 2023-10-29T03:34:22.166Z | Checking flate2 v1.0.28 |
2881 | 2023-10-29T03:34:22.211Z | Checking bzip2 v0.4.4 |
2882 | 2023-10-29T03:34:22.293Z | Checking r2d2 v0.8.10 |
2883 | 2023-10-29T03:34:22.406Z | Checking backtrace v0.3.69 |
2884 | 2023-10-29T03:34:22.454Z | Checking phf v0.11.2 |
2885 | 2023-10-29T03:34:22.516Z | Documenting trust-dns-resolver v0.22.0 |
2886 | 2023-10-29T03:34:22.554Z | Checking inout v0.1.3 |
2887 | 2023-10-29T03:34:22.666Z | Checking postgres-types v0.2.6 |
2888 | 2023-10-29T03:34:22.767Z | Checking itertools v0.11.0 |
2889 | 2023-10-29T03:34:22.882Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2890 | 2023-10-29T03:34:22.911Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2891 | 2023-10-29T03:34:23.207Z | Checking num-bigint v0.4.4 |
2892 | 2023-10-29T03:34:23.357Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2893 | 2023-10-29T03:34:23.863Z | Checking serde_urlencoded v0.7.1 |
2894 | 2023-10-29T03:34:24.581Z | Checking phf_shared v0.10.0 |
2895 | 2023-10-29T03:34:25.043Z | Checking futures-executor v0.3.29 |
2896 | 2023-10-29T03:34:25.405Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2897 | 2023-10-29T03:34:26.094Z | Documenting pem-rfc7468 v0.7.0 |
2898 | 2023-10-29T03:34:26.745Z | Checking ipnetwork v0.20.0 |
2899 | 2023-10-29T03:34:26.881Z | Checking float-cmp v0.9.0 |
2900 | 2023-10-29T03:34:27.173Z | Checking zerocopy v0.6.4 |
2901 | 2023-10-29T03:34:27.302Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2902 | 2023-10-29T03:34:27.722Z | Documenting der_derive v0.7.2 |
2903 | 2023-10-29T03:34:28.305Z | Checking hubpack v0.1.2 |
2904 | 2023-10-29T03:34:28.443Z | Checking crossbeam-utils v0.8.16 |
2905 | 2023-10-29T03:34:28.798Z | Checking encoding_rs v0.8.33 |
2906 | 2023-10-29T03:34:29.294Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2907 | 2023-10-29T03:34:29.686Z | Checking memoffset v0.9.0 |
2908 | 2023-10-29T03:34:29.839Z | Checking radium v0.7.0 |
2909 | 2023-10-29T03:34:30.493Z | Checking normalize-line-endings v0.3.0 |
2910 | 2023-10-29T03:34:30.644Z | Checking funty v2.0.0 |
2911 | 2023-10-29T03:34:32.174Z | Checking fixedbitset v0.4.2 |
2912 | 2023-10-29T03:34:32.403Z | Checking mime v0.3.17 |
2913 | 2023-10-29T03:34:32.562Z | Checking precomputed-hash v0.1.1 |
2914 | 2023-10-29T03:34:32.651Z | Checking new_debug_unreachable v1.0.4 |
2915 | 2023-10-29T03:34:32.727Z | Checking data-encoding v2.4.0 |
2916 | 2023-10-29T03:34:32.779Z | Checking difflib v0.4.0 |
2917 | 2023-10-29T03:34:32.896Z | Checking whoami v1.4.1 |
2918 | 2023-10-29T03:34:33.322Z | Documenting flagset v0.4.3 |
2919 | 2023-10-29T03:34:33.338Z | Checking webpki-roots v0.25.2 |
2920 | 2023-10-29T03:34:33.583Z | Checking static_assertions v1.1.0 |
2921 | 2023-10-29T03:34:33.642Z | Checking predicates-core v1.0.6 |
2922 | 2023-10-29T03:34:33.725Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2923 | 2023-10-29T03:34:33.922Z | Checking predicates v3.0.4 |
2924 | 2023-10-29T03:34:34.811Z | Checking trust-dns-proto v0.22.0 |
2925 | 2023-10-29T03:34:35.030Z | Checking reqwest v0.11.20 |
2926 | 2023-10-29T03:34:36.564Z | Checking tokio-postgres v0.7.10 |
2927 | 2023-10-29T03:34:36.937Z | Checking string_cache v0.8.7 |
2928 | 2023-10-29T03:34:37.368Z | Checking petgraph v0.6.4 |
2929 | 2023-10-29T03:34:37.392Z | Checking bitvec v1.0.1 |
2930 | 2023-10-29T03:34:37.667Z | Documenting der v0.7.8 |
2931 | 2023-10-29T03:34:41.185Z | Checking crossbeam-epoch v0.9.15 |
2932 | 2023-10-29T03:34:41.225Z | Checking diesel v2.1.3 |
2933 | 2023-10-29T03:34:41.489Z | Checking yasna v0.5.2 |
2934 | 2023-10-29T03:34:41.868Z | Checking futures v0.3.29 |
2935 | 2023-10-29T03:34:42.037Z | Checking anyhow v1.0.75 |
2936 | 2023-10-29T03:34:42.749Z | Checking zip v0.6.6 |
2937 | 2023-10-29T03:34:42.868Z | Checking cipher v0.4.4 |
2938 | 2023-10-29T03:34:42.949Z | Checking toml v0.7.8 |
2939 | 2023-10-29T03:34:43.538Z | Checking clap v4.4.3 |
2940 | 2023-10-29T03:34:43.702Z | Checking similar v2.2.1 |
2941 | 2023-10-29T03:34:43.705Z | Checking bit-set v0.5.3 |
2942 | 2023-10-29T03:34:43.889Z | Checking itertools v0.10.5 |
2943 | 2023-10-29T03:34:44.085Z | Checking num-iter v0.1.43 |
2944 | 2023-10-29T03:34:44.137Z | Checking console v0.15.7 |
2945 | 2023-10-29T03:34:44.161Z | Checking rustix v0.38.9 |
2946 | 2023-10-29T03:34:44.355Z | Checking signature v2.1.0 |
2947 | 2023-10-29T03:34:44.655Z | Checking tokio-stream v0.1.14 |
2948 | 2023-10-29T03:34:45.023Z | Checking bstr v1.6.0 |
2949 | 2023-10-29T03:34:45.040Z | Checking usdt v0.3.5 |
2950 | 2023-10-29T03:34:45.341Z | Checking semver v1.0.20 |
2951 | 2023-10-29T03:34:45.937Z | Checking hex v0.4.3 |
2952 | 2023-10-29T03:34:46.002Z | Checking slog v2.7.0 |
2953 | 2023-10-29T03:34:46.196Z | Checking lalrpop-util v0.19.12 |
2954 | 2023-10-29T03:34:46.450Z | Documenting spki v0.7.2 |
2955 | 2023-10-29T03:34:46.677Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2956 | 2023-10-29T03:34:46.789Z | Documenting cancel-safe-futures v0.1.5 |
2957 | 2023-10-29T03:34:46.804Z | Checking heck v0.3.3 |
2958 | 2023-10-29T03:34:47.060Z | Documenting hkdf v0.12.3 |
2959 | 2023-10-29T03:34:47.497Z | Documenting structopt-derive v0.4.18 |
2960 | 2023-10-29T03:34:47.761Z | Documenting keccak v0.1.4 |
2961 | 2023-10-29T03:34:49.511Z | Documenting arc-swap v1.6.0 |
2962 | 2023-10-29T03:34:52.167Z | Documenting crc-catalog v2.2.0 |
2963 | 2023-10-29T03:34:53.062Z | Documenting pkcs8 v0.10.2 |
2964 | 2023-10-29T03:34:54.592Z | Documenting sha3 v0.10.8 |
2965 | 2023-10-29T03:34:54.976Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2966 | 2023-10-29T03:34:55.674Z | Documenting structopt v0.3.26 |
2967 | 2023-10-29T03:34:55.924Z | Documenting slog-scope v4.4.0 |
2968 | 2023-10-29T03:34:56.579Z | Documenting crc v3.0.1 |
2969 | 2023-10-29T03:34:57.283Z | Documenting libefi-sys v0.1.0 |
2970 | 2023-10-29T03:34:59.779Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2971 | 2023-10-29T03:35:00.917Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2972 | 2023-10-29T03:35:01.381Z | Documenting serde_spanned v0.6.3 |
2973 | 2023-10-29T03:35:02.009Z | Documenting secrecy v0.8.0 |
2974 | 2023-10-29T03:35:02.384Z | Documenting packed_struct_codegen v0.10.1 |
2975 | 2023-10-29T03:35:02.501Z | Documenting winnow v0.5.15 |
2976 | 2023-10-29T03:35:04.435Z | Documenting ciborium-io v0.2.1 |
2977 | 2023-10-29T03:35:07.938Z | Documenting nodrop v0.1.14 |
2978 | 2023-10-29T03:35:08.121Z | Documenting half v1.8.2 |
2979 | 2023-10-29T03:35:08.751Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2980 | 2023-10-29T03:35:10.451Z | Documenting packed_struct v0.10.1 |
2981 | 2023-10-29T03:35:10.831Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2982 | 2023-10-29T03:35:11.336Z | Documenting toml_edit v0.20.0 |
2983 | 2023-10-29T03:35:12.079Z | Documenting array-init v0.0.4 |
2984 | 2023-10-29T03:35:12.603Z | Documenting ciborium-ll v0.2.1 |
2985 | 2023-10-29T03:35:16.969Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2986 | 2023-10-29T03:35:17.228Z | Documenting slog-stdlog v4.1.1 |
2987 | 2023-10-29T03:35:18.737Z | Documenting pkcs1 v0.7.5 |
2988 | 2023-10-29T03:35:20.385Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2989 | 2023-10-29T03:35:21.103Z | Documenting num-bigint-dig v0.8.4 |
2990 | 2023-10-29T03:35:23.615Z | Documenting num-rational v0.4.1 |
2991 | 2023-10-29T03:35:23.650Z | Documenting universal-hash v0.5.1 |
2992 | 2023-10-29T03:35:24.270Z | Documenting num-complex v0.4.4 |
2993 | 2023-10-29T03:35:25.889Z | Documenting filetime v0.2.22 |
2994 | 2023-10-29T03:35:30.526Z | Documenting xattr v1.0.1 |
2995 | 2023-10-29T03:35:31.512Z | Documenting bitfield v0.14.0 |
2996 | 2023-10-29T03:35:32.007Z | Documenting opaque-debug v0.3.0 |
2997 | 2023-10-29T03:35:32.438Z | Documenting termcolor v1.2.0 |
2998 | 2023-10-29T03:35:32.660Z | Documenting num v0.4.1 |
2999 | 2023-10-29T03:35:35.920Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3000 | 2023-10-29T03:35:36.350Z | Documenting rsa v0.9.2 |
3001 | 2023-10-29T03:35:37.164Z | Documenting tar v0.4.40 |
3002 | 2023-10-29T03:35:38.020Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3003 | 2023-10-29T03:35:39.070Z | Documenting slog-envlogger v2.2.0 |
3004 | 2023-10-29T03:35:39.312Z | Documenting env_logger v0.10.0 |
3005 | 2023-10-29T03:35:41.118Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3006 | 2023-10-29T03:35:41.413Z | Documenting toml v0.8.0 |
3007 | 2023-10-29T03:35:43.854Z | Documenting ciborium v0.2.1 |
3008 | 2023-10-29T03:35:46.533Z | Documenting serde-hex v0.1.0 |
3009 | 2023-10-29T03:35:47.311Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3010 | 2023-10-29T03:35:47.435Z | Documenting x509-cert v0.2.4 |
3011 | 2023-10-29T03:35:48.172Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3012 | 2023-10-29T03:35:48.353Z | Documenting signal-hook v0.3.17 |
3013 | 2023-10-29T03:35:48.893Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3014 | 2023-10-29T03:35:51.011Z | Documenting ron v0.8.1 |
3015 | 2023-10-29T03:35:53.751Z | Documenting fxhash v0.2.1 |
3016 | 2023-10-29T03:35:55.072Z | Documenting derive-where v1.2.5 |
3017 | 2023-10-29T03:35:55.723Z | Documenting crc-any v2.4.3 |
3018 | 2023-10-29T03:35:56.012Z | Documenting linear-map v1.2.0 |
3019 | 2023-10-29T03:35:58.415Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3020 | 2023-10-29T03:35:59.112Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3021 | 2023-10-29T03:35:59.761Z | Documenting doc-comment v0.3.3 |
3022 | 2023-10-29T03:36:00.279Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3023 | 2023-10-29T03:36:02.433Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3024 | 2023-10-29T03:36:03.912Z | Documenting libsqlite3-sys v0.26.0 |
3025 | 2023-10-29T03:36:04.708Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3026 | 2023-10-29T03:36:04.859Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3027 | 2023-10-29T03:36:07.749Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3028 | 2023-10-29T03:36:11.032Z | Documenting hashlink v0.8.3 |
3029 | 2023-10-29T03:36:13.538Z | Documenting aead v0.5.2 |
3030 | 2023-10-29T03:36:16.072Z | Documenting snafu-derive v0.7.5 |
3031 | 2023-10-29T03:36:18.039Z | Documenting path-slash v0.1.5 |
3032 | 2023-10-29T03:36:18.719Z | Documenting fallible-streaming-iterator v0.1.9 |
3033 | 2023-10-29T03:36:20.618Z | Documenting same-file v1.0.6 |
3034 | 2023-10-29T03:36:21.293Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3035 | 2023-10-29T03:36:21.703Z | Documenting newtype_derive v0.1.6 |
3036 | 2023-10-29T03:36:23.337Z | Documenting rusqlite v0.29.0 |
3037 | 2023-10-29T03:36:24.319Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3038 | 2023-10-29T03:36:24.530Z | Documenting camino-tempfile v1.0.2 |
3039 | 2023-10-29T03:36:27.012Z | Documenting walkdir v2.4.0 |
3040 | 2023-10-29T03:36:27.656Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3041 | 2023-10-29T03:36:27.705Z | Documenting snafu v0.7.5 |
3042 | 2023-10-29T03:36:29.003Z | Documenting nix v0.26.2 |
3043 | 2023-10-29T03:36:30.902Z | Checking darling_core v0.14.4 |
3044 | 2023-10-29T03:36:31.818Z | Documenting twox-hash v1.6.3 |
3045 | 2023-10-29T03:36:33.717Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3046 | 2023-10-29T03:36:33.858Z | Documenting nibble_vec v0.1.0 |
3047 | 2023-10-29T03:36:34.088Z | Documenting endian-type v0.1.2 |
3048 | 2023-10-29T03:36:37.470Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3049 | 2023-10-29T03:36:38.101Z | Checking darling v0.14.4 |
3050 | 2023-10-29T03:36:38.315Z | Documenting steno v0.4.0 |
3051 | 2023-10-29T03:36:38.960Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3052 | 2023-10-29T03:36:39.361Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3053 | 2023-10-29T03:36:39.958Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3054 | 2023-10-29T03:36:40.345Z | Documenting radix_trie v0.2.1 |
3055 | 2023-10-29T03:36:42.067Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3056 | 2023-10-29T03:36:43.006Z | Documenting polyval v0.6.1 |
3057 | 2023-10-29T03:36:46.813Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3058 | 2023-10-29T03:36:48.751Z | Documenting num_enum v0.7.0 |
3059 | 2023-10-29T03:36:49.240Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3060 | 2023-10-29T03:36:49.648Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3061 | 2023-10-29T03:36:50.310Z | Documenting ctr v0.9.2 |
3062 | 2023-10-29T03:36:53.481Z | Documenting aes v0.8.3 |
3063 | 2023-10-29T03:36:54.794Z | Documenting bincode v1.3.3 |
3064 | 2023-10-29T03:36:55.204Z | Documenting path-dedot v3.1.0 |
3065 | 2023-10-29T03:36:57.619Z | Documenting convert_case v0.4.0 |
3066 | 2023-10-29T03:36:59.543Z | Documenting utf-8 v0.7.6 |
3067 | 2023-10-29T03:37:01.425Z | Checking convert_case v0.4.0 |
3068 | 2023-10-29T03:37:01.543Z | Documenting aes-gcm-siv v0.11.1 |
3069 | 2023-10-29T03:37:01.778Z | Documenting path-absolutize v3.1.0 |
3070 | 2023-10-29T03:37:02.112Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3071 | 2023-10-29T03:37:03.948Z | Documenting derive_more v0.99.17 |
3072 | 2023-10-29T03:37:05.758Z | Documenting tungstenite v0.20.1 |
3073 | 2023-10-29T03:37:08.068Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3074 | 2023-10-29T03:37:09.279Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3075 | 2023-10-29T03:37:09.401Z | Documenting trust-dns-client v0.22.0 |
3076 | 2023-10-29T03:37:10.776Z | Documenting buf-list v1.0.3 |
3077 | 2023-10-29T03:37:13.591Z | Documenting globset v0.4.13 |
3078 | 2023-10-29T03:37:15.696Z | Documenting crossbeam-deque v0.8.3 |
3079 | 2023-10-29T03:37:18.614Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3080 | 2023-10-29T03:37:19.353Z | Documenting headers-core v0.2.0 |
3081 | 2023-10-29T03:37:19.434Z | Documenting olpc-cjson v0.1.3 |
3082 | 2023-10-29T03:37:20.575Z | Documenting serde_plain v1.0.2 |
3083 | 2023-10-29T03:37:22.350Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3084 | 2023-10-29T03:37:22.394Z | Documenting async-recursion v1.0.5 |
3085 | 2023-10-29T03:37:25.798Z | Documenting bitstruct_derive v0.1.0 |
3086 | 2023-10-29T03:37:26.304Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3087 | 2023-10-29T03:37:26.488Z | Documenting display-error-chain v0.2.0 |
3088 | 2023-10-29T03:37:27.202Z | Documenting ascii v1.1.0 |
3089 | 2023-10-29T03:37:27.884Z | Documenting ringbuffer v0.15.0 |
3090 | 2023-10-29T03:37:29.755Z | Documenting tough v0.12.5 |
3091 | 2023-10-29T03:37:31.851Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3092 | 2023-10-29T03:37:32.393Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3093 | 2023-10-29T03:37:32.615Z | Documenting headers v0.3.9 |
3094 | 2023-10-29T03:37:33.007Z | Documenting trust-dns-server v0.22.1 |
3095 | 2023-10-29T03:37:33.687Z | Documenting bitstruct v0.1.1 |
3096 | 2023-10-29T03:37:35.191Z | Documenting rayon-core v1.12.0 |
3097 | 2023-10-29T03:37:37.824Z | Documenting tokio-tungstenite v0.20.1 |
3098 | 2023-10-29T03:37:37.939Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3099 | 2023-10-29T03:37:38.715Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3100 | 2023-10-29T03:37:39.910Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3101 | 2023-10-29T03:37:41.545Z | Documenting derive_builder_core v0.12.0 |
3102 | 2023-10-29T03:37:42.275Z | Checking derive_builder_core v0.12.0 |
3103 | 2023-10-29T03:37:42.342Z | Documenting sled v0.34.7 |
3104 | 2023-10-29T03:37:43.793Z | Documenting signal-hook-mio v0.2.3 |
3105 | 2023-10-29T03:37:43.841Z | Documenting erased-serde v0.3.30 |
3106 | 2023-10-29T03:37:48.788Z | Documenting unicase v2.7.0 |
3107 | 2023-10-29T03:37:49.583Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3108 | 2023-10-29T03:37:49.838Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3109 | 2023-10-29T03:37:50.225Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3110 | 2023-10-29T03:37:50.683Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3111 | 2023-10-29T03:37:50.946Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3112 | 2023-10-29T03:37:50.987Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3113 | 2023-10-29T03:37:51.094Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3114 | 2023-10-29T03:37:51.701Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3115 | 2023-10-29T03:37:51.756Z | Documenting serde_arrays v0.1.0 |
3116 | 2023-10-29T03:37:51.939Z | Documenting ff v0.13.0 |
3117 | 2023-10-29T03:37:53.515Z | Documenting pretty-hex v0.3.0 |
3118 | 2023-10-29T03:37:53.683Z | Documenting mime_guess v2.0.4 |
3119 | 2023-10-29T03:37:57.574Z | Documenting derive_builder_macro v0.12.0 |
3120 | 2023-10-29T03:37:58.141Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3121 | 2023-10-29T03:37:58.657Z | Documenting group v0.13.0 |
3122 | 2023-10-29T03:37:58.946Z | Documenting crossterm v0.27.0 |
3123 | 2023-10-29T03:38:00.502Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3124 | 2023-10-29T03:38:04.963Z | Documenting rayon v1.8.0 |
3125 | 2023-10-29T03:38:05.338Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3126 | 2023-10-29T03:38:13.002Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3127 | 2023-10-29T03:38:14.792Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3128 | 2023-10-29T03:38:17.886Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3129 | 2023-10-29T03:38:22.879Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3130 | 2023-10-29T03:38:26.839Z | Documenting portable-atomic v1.4.3 |
3131 | 2023-10-29T03:38:28.189Z | Documenting ed25519 v1.5.3 |
3132 | 2023-10-29T03:38:28.455Z | Documenting bcs v0.1.6 |
3133 | 2023-10-29T03:38:32.460Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3134 | 2023-10-29T03:38:32.473Z | Documenting crypto-bigint v0.5.2 |
3135 | 2023-10-29T03:38:34.606Z | Documenting ref-cast-impl v1.0.20 |
3136 | 2023-10-29T03:38:34.920Z | Documenting curve25519-dalek-derive v0.1.0 |
3137 | 2023-10-29T03:38:35.090Z | Documenting thiserror-impl-no-std v2.0.2 |
3138 | 2023-10-29T03:38:37.343Z | Documenting vte_generate_state_changes v0.1.1 |
3139 | 2023-10-29T03:38:42.316Z | Documenting number_prefix v0.4.0 |
3140 | 2023-10-29T03:38:42.368Z | Checking unicode-xid v0.2.4 |
3141 | 2023-10-29T03:38:42.596Z | Documenting cassowary v0.3.0 |
3142 | 2023-10-29T03:38:42.609Z | Documenting highway v1.1.0 |
3143 | 2023-10-29T03:38:43.574Z | Documenting base16ct v0.2.0 |
3144 | 2023-10-29T03:38:43.721Z | Documenting unicode-xid v0.2.4 |
3145 | 2023-10-29T03:38:47.834Z | Documenting elliptic-curve v0.13.5 |
3146 | 2023-10-29T03:38:47.990Z | Documenting const_format_proc_macros v0.2.31 |
3147 | 2023-10-29T03:38:48.465Z | Documenting indicatif v0.17.7 |
3148 | 2023-10-29T03:38:48.853Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3149 | 2023-10-29T03:38:49.163Z | Documenting ratatui v0.23.0 |
3150 | 2023-10-29T03:38:52.234Z | Documenting vte v0.11.1 |
3151 | 2023-10-29T03:38:55.130Z | Documenting thiserror-no-std v2.0.2 |
3152 | 2023-10-29T03:38:56.567Z | Documenting curve25519-dalek v4.1.0 |
3153 | 2023-10-29T03:38:56.726Z | Documenting ref-cast v1.0.20 |
3154 | 2023-10-29T03:38:59.003Z | Documenting salty v0.2.0 |
3155 | 2023-10-29T03:38:59.819Z | Documenting derive_builder v0.12.0 |
3156 | 2023-10-29T03:39:00.373Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3157 | 2023-10-29T03:39:01.071Z | Documenting polar-core v0.27.0 |
3158 | 2023-10-29T03:39:01.124Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3159 | 2023-10-29T03:39:05.434Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3160 | 2023-10-29T03:39:05.961Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3161 | 2023-10-29T03:39:08.432Z | Documenting libxml v0.3.3 |
3162 | 2023-10-29T03:39:12.174Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3163 | 2023-10-29T03:39:12.866Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3164 | 2023-10-29T03:39:15.483Z | Documenting poly1305 v0.8.0 |
3165 | 2023-10-29T03:39:19.826Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3166 | 2023-10-29T03:39:21.344Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3167 | 2023-10-29T03:39:22.066Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3168 | 2023-10-29T03:39:22.489Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3169 | 2023-10-29T03:39:23.244Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3170 | 2023-10-29T03:39:25.663Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3171 | 2023-10-29T03:39:26.417Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3172 | 2023-10-29T03:39:33.262Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3173 | 2023-10-29T03:39:35.799Z | Documenting chacha20 v0.9.1 |
3174 | 2023-10-29T03:39:36.261Z | Documenting bb8 v0.8.1 |
3175 | 2023-10-29T03:39:37.981Z | Documenting quick-xml v0.23.1 |
3176 | 2023-10-29T03:39:40.159Z | Documenting serde-big-array v0.5.1 |
3177 | 2023-10-29T03:39:43.248Z | Documenting bytesize v1.3.0 |
3178 | 2023-10-29T03:39:43.798Z | Documenting pem v3.0.2 |
3179 | 2023-10-29T03:39:44.074Z | Documenting impl-trait-for-tuples v0.2.2 |
3180 | 2023-10-29T03:39:45.014Z | Documenting oso-derive v0.27.0 |
3181 | 2023-10-29T03:39:46.742Z | Documenting rtoolbox v0.0.1 |
3182 | 2023-10-29T03:39:49.761Z | Documenting smawk v0.3.1 |
3183 | 2023-10-29T03:39:50.215Z | Documenting fs-err v2.9.0 |
3184 | 2023-10-29T03:39:50.347Z | Documenting unicode-linebreak v0.1.5 |
3185 | 2023-10-29T03:39:50.775Z | Documenting maplit v1.0.2 |
3186 | 2023-10-29T03:39:51.147Z | Documenting humantime v2.1.0 |
3187 | 2023-10-29T03:39:52.184Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3188 | 2023-10-29T03:39:52.592Z | Documenting rcgen v0.11.3 |
3189 | 2023-10-29T03:39:52.961Z | Documenting rpassword v7.2.0 |
3190 | 2023-10-29T03:39:54.802Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3191 | 2023-10-29T03:39:55.757Z | Documenting textwrap v0.16.0 |
3192 | 2023-10-29T03:39:56.396Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3193 | 2023-10-29T03:39:56.737Z | Documenting oso v0.27.0 |
3194 | 2023-10-29T03:39:57.249Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3195 | 2023-10-29T03:39:59.461Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3196 | 2023-10-29T03:40:01.924Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3197 | 2023-10-29T03:40:02.694Z | Documenting chacha20poly1305 v0.10.1 |
3198 | 2023-10-29T03:40:12.147Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3199 | 2023-10-29T03:40:14.195Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3200 | 2023-10-29T03:40:16.870Z | Documenting vsss-rs v3.3.1 |
3201 | 2023-10-29T03:40:19.147Z | Documenting tui-tree-widget v0.13.0 |
3202 | 2023-10-29T03:40:20.288Z | Documenting strip-ansi-escapes v0.2.0 |
3203 | 2023-10-29T03:40:20.755Z | Documenting const_format v0.2.31 |
3204 | 2023-10-29T03:40:21.655Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3205 | 2023-10-29T03:40:25.877Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3206 | 2023-10-29T03:40:26.344Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3207 | 2023-10-29T03:40:27.367Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3208 | 2023-10-29T03:40:32.712Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3209 | 2023-10-29T03:40:32.789Z | Documenting cookie v0.16.2 |
3210 | 2023-10-29T03:40:33.087Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3211 | 2023-10-29T03:40:37.557Z | Documenting signal-hook-tokio v0.3.1 |
3212 | 2023-10-29T03:40:40.181Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3213 | 2023-10-29T03:40:40.373Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3214 | 2023-10-29T03:40:40.961Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3215 | 2023-10-29T03:40:41.970Z | Documenting atomicwrites v0.4.2 |
3216 | 2023-10-29T03:40:43.876Z | Documenting fd-lock v3.0.13 |
3217 | 2023-10-29T03:40:45.601Z | Documenting subprocess v0.2.9 |
3218 | 2023-10-29T03:40:48.405Z | Documenting nu-ansi-term v0.49.0 |
3219 | 2023-10-29T03:40:49.230Z | Documenting http-range v0.1.5 |
3220 | 2023-10-29T03:40:51.069Z | Documenting shell-words v1.1.0 |
3221 | 2023-10-29T03:40:52.305Z | Documenting bit_field v0.10.2 |
3222 | 2023-10-29T03:40:53.130Z | Documenting corncobs v0.1.3 |
3223 | 2023-10-29T03:40:54.976Z | Documenting owo-colors v3.5.0 |
3224 | 2023-10-29T03:40:55.553Z | Documenting hyper-staticfile v0.9.5 |
3225 | 2023-10-29T03:40:56.077Z | Documenting reedline v0.23.0 |
3226 | 2023-10-29T03:40:56.647Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3227 | 2023-10-29T03:40:57.302Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3228 | 2023-10-29T03:40:58.583Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3229 | 2023-10-29T03:41:02.689Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3230 | 2023-10-29T03:41:04.418Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3231 | 2023-10-29T03:41:05.757Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3232 | 2023-10-29T03:41:07.430Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3233 | 2023-10-29T03:41:07.784Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3234 | 2023-10-29T03:41:09.870Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3235 | 2023-10-29T03:41:27.747Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3236 | 2023-10-29T03:41:30.150Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3237 | 2023-10-29T03:41:36.002Z | Documenting fatfs v0.3.6 |
3238 | 2023-10-29T03:41:38.652Z | Documenting cargo-platform v0.1.3 |
3239 | 2023-10-29T03:41:42.016Z | Documenting nanorand v0.7.0 |
3240 | 2023-10-29T03:41:42.861Z | Documenting glob v0.3.1 |
3241 | 2023-10-29T03:41:44.552Z | Documenting assert_matches v1.5.0 |
3242 | 2023-10-29T03:41:45.757Z | Documenting cargo_metadata v0.18.0 |
3243 | 2023-10-29T03:41:47.840Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3244 | 2023-10-29T03:41:48.857Z | Documenting flume v0.11.0 |
3245 | 2023-10-29T03:41:49.364Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3246 | 2023-10-29T03:41:49.600Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3247 | 2023-10-29T03:41:50.933Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3248 | 2023-10-29T03:41:53.420Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3249 | 2023-10-29T03:41:56.095Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3250 | 2023-10-29T03:41:56.357Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3251 | 2023-10-29T03:41:58.207Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3252 | 2023-10-29T03:42:00.025Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3253 | 2023-10-29T03:42:03.005Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3254 | 2023-10-29T03:42:18.623Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3255 | 2023-10-29T03:42:21.670Z | Documenting omicron-zone-package v0.8.3 |
3256 | 2023-10-29T03:42:24.902Z | Documenting cargo_toml v0.16.3 |
3257 | 2023-10-29T03:42:26.706Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3258 | 2023-10-29T03:42:32.742Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3259 | 2023-10-29T03:42:32.860Z | Documenting termios v0.3.3 |
3260 | 2023-10-29T03:42:34.283Z | Documenting topological-sort v0.2.2 |
3261 | 2023-10-29T03:42:35.130Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3262 | 2023-10-29T03:42:39.380Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3263 | 2023-10-29T03:42:39.605Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3264 | 2023-10-29T03:42:40.850Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3265 | 2023-10-29T03:42:53.310Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3266 | 2023-10-29T03:43:00.198Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3267 | 2023-10-29T03:43:07.597Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3268 | 2023-10-29T03:43:11.845Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3269 | 2023-10-29T03:43:34.159Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3270 | 2023-10-29T03:43:34.162Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3271 | 2023-10-29T03:43:34.165Z | | |
3272 | 2023-10-29T03:43:34.168Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3273 | 2023-10-29T03:43:34.171Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3274 | 2023-10-29T03:43:34.174Z | | |
3275 | 2023-10-29T03:43:34.177Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3276 | 2023-10-29T03:43:34.180Z | help: to link to the struct, prefix with `struct@` |
3277 | 2023-10-29T03:43:34.183Z | | |
3278 | 2023-10-29T03:43:34.186Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3279 | 2023-10-29T03:43:34.189Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3280 | 2023-10-29T03:43:34.192Z | | |
3281 | 2023-10-29T03:43:34.196Z | |
3282 | 2023-10-29T03:43:36.932Z | warning: `wicketd` (lib doc) generated 1 warning |
3283 | 2023-10-29T03:43:36.936Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3284 | 2023-10-29T03:43:37.872Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3285 | 2023-10-29T03:43:42.769Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3286 | 2023-10-29T03:43:47.996Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3287 | 2023-10-29T03:43:52.633Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3288 | 2023-10-29T03:44:42.219Z | warning: unresolved link to `Driver::status` |
3289 | 2023-10-29T03:44:42.222Z | --> nexus/src/app/background/common.rs:180:34 |
3290 | 2023-10-29T03:44:42.225Z | | |
3291 | 2023-10-29T03:44:42.228Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3292 | 2023-10-29T03:44:42.230Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3293 | 2023-10-29T03:44:42.233Z | | |
3294 | 2023-10-29T03:44:42.236Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3295 | 2023-10-29T03:44:42.239Z | |
3296 | 2023-10-29T03:44:42.241Z | warning: unresolved link to `Driver::status` |
3297 | 2023-10-29T03:44:42.244Z | --> nexus/src/app/background/common.rs:280:30 |
3298 | 2023-10-29T03:44:42.247Z | | |
3299 | 2023-10-29T03:44:42.250Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3300 | 2023-10-29T03:44:42.252Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3301 | 2023-10-29T03:44:42.255Z | |
3302 | 2023-10-29T03:44:45.257Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3303 | 2023-10-29T03:45:14.521Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 01s |
3304 | 2023-10-29T03:45:14.637Z | |
3305 | 2023-10-29T03:45:15.053Z | real 17:01.561140696 |
3306 | 2023-10-29T03:45:15.058Z | user 59:30.817835590 |
3307 | 2023-10-29T03:45:15.061Z | sys 1:04:51.782317106 |
3308 | 2023-10-29T03:45:15.064Z | trap 2.336112054 |
3309 | 2023-10-29T03:45:15.067Z | tflt 0.141967487 |
3310 | 2023-10-29T03:45:15.069Z | dflt 0.616850212 |
3311 | 2023-10-29T03:45:15.072Z | kflt 0.000223909 |
3312 | 2023-10-29T03:45:15.075Z | lock 3:10:34.505026747 |
3313 | 2023-10-29T03:45:15.079Z | slp 4:27:54.944084581 |
3314 | 2023-10-29T03:45:15.082Z | lat 6:10.993736587 |
3315 | 2023-10-29T03:45:15.085Z | stop 2:17.292076495 |
3316 | 2023-10-29T03:45:15.087Z | process exited: duration 2048289 ms, exit code 0 |
|
3317 | 2023-10-29T03:45:15.093Z | found 0 output files |