|
|
|
1 | 2023-11-14T21:10:17.778Z | job assigned to worker 01HF7TM4MZ2E7BGD2VCAA4E11G (queued for 1 m 51 s) |
|
2 | 2023-11-14T21:10:18.053Z | starting task 0: "setup" |
3 | 2023-11-14T21:10:18.217Z | ++ uname -s |
4 | 2023-11-14T21:10:18.226Z | + kern=SunOS |
5 | 2023-11-14T21:10:18.245Z | + case "$kern" in |
6 | 2023-11-14T21:10:18.256Z | + groupadd -g 12345 build |
7 | 2023-11-14T21:10:18.265Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-14T21:10:20.237Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-14T21:10:20.477Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-14T21:10:20.485Z | + home_fs=zfs |
11 | 2023-11-14T21:10:20.493Z | + [[ zfs == autofs ]] |
12 | 2023-11-14T21:10:20.501Z | + mkdir -p /home/build |
13 | 2023-11-14T21:10:20.510Z | + chown build:build /home/build /work |
14 | 2023-11-14T21:10:22.483Z | + chmod 0700 /home/build /work |
15 | 2023-11-14T21:10:22.486Z | process exited: duration 4428 ms, exit code 0 |
|
16 | 2023-11-14T21:10:22.492Z | starting task 1: "rust-toolchain" |
17 | 2023-11-14T21:10:22.506Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-14T21:10:22.511Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-14T21:10:22.681Z | info: downloading installer |
20 | 2023-11-14T21:10:25.301Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-14T21:10:25.321Z | warning: /opt/ooce/bin |
22 | 2023-11-14T21:10:25.341Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-14T21:10:25.351Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-14T21:10:25.372Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-14T21:10:25.379Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-14T21:10:25.391Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-14T21:10:25.413Z | error: cannot install while Rust is installed |
28 | 2023-11-14T21:10:25.420Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-14T21:10:25.627Z | info: profile set to 'default' |
30 | 2023-11-14T21:10:25.638Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-14T21:10:25.647Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-14T21:10:26.229Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-14T21:10:26.246Z | info: downloading component 'cargo' |
34 | 2023-11-14T21:10:26.599Z | info: downloading component 'clippy' |
35 | 2023-11-14T21:10:26.881Z | info: downloading component 'rust-docs' |
36 | 2023-11-14T21:10:27.870Z | info: downloading component 'rust-std' |
37 | 2023-11-14T21:10:29.662Z | info: downloading component 'rustc' |
38 | 2023-11-14T21:10:34.062Z | info: downloading component 'rustfmt' |
39 | 2023-11-14T21:10:34.376Z | info: installing component 'cargo' |
40 | 2023-11-14T21:10:36.451Z | info: installing component 'clippy' |
41 | 2023-11-14T21:10:37.451Z | info: installing component 'rust-docs' |
42 | 2023-11-14T21:10:40.146Z | info: installing component 'rust-std' |
43 | 2023-11-14T21:10:44.301Z | info: installing component 'rustc' |
44 | 2023-11-14T21:10:53.845Z | info: installing component 'rustfmt' |
45 | 2023-11-14T21:10:54.300Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-14T21:10:54.313Z | |
47 | 2023-11-14T21:10:54.432Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-14T21:10:54.437Z | |
49 | 2023-11-14T21:10:54.442Z | |
50 | 2023-11-14T21:10:54.447Z | Rust is installed now. Great! |
51 | 2023-11-14T21:10:54.450Z | |
52 | 2023-11-14T21:10:54.454Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-14T21:10:54.457Z | environment variable. This has not been done automatically. |
54 | 2023-11-14T21:10:54.460Z | |
55 | 2023-11-14T21:10:54.463Z | To configure your current shell, run: |
56 | 2023-11-14T21:10:54.466Z | source "$HOME/.cargo/env" |
57 | 2023-11-14T21:10:54.524Z | + rustc --version |
58 | 2023-11-14T21:10:54.637Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-14T21:10:54.642Z | process exited: duration 32148 ms, exit code 0 |
|
60 | 2023-11-14T21:10:54.648Z | starting task 2: "authentication" |
61 | 2023-11-14T21:10:54.683Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-14T21:10:54.689Z | starting task 3: "clone repository" |
63 | 2023-11-14T21:10:54.699Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-14T21:10:54.702Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-14T21:10:54.743Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-14T21:11:01.016Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-14T21:11:01.020Z | + [[ -n unregister-instance-metrics-on-stop ]] |
68 | 2023-11-14T21:11:01.023Z | + git fetch origin unregister-instance-metrics-on-stop |
69 | 2023-11-14T21:11:01.427Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-14T21:11:01.430Z | * branch unregister-instance-metrics-on-stop -> FETCH_HEAD |
71 | 2023-11-14T21:11:01.438Z | + git checkout -B unregister-instance-metrics-on-stop remotes/origin/unregister-instance-metrics-on-stop |
72 | 2023-11-14T21:11:01.559Z | Switched to a new branch 'unregister-instance-metrics-on-stop' |
73 | 2023-11-14T21:11:01.564Z | branch 'unregister-instance-metrics-on-stop' set up to track 'origin/unregister-instance-metrics-on-stop'. |
74 | 2023-11-14T21:11:01.567Z | + git reset --hard b866993c0511e1a05769dd34178b6eb524b00277 |
75 | 2023-11-14T21:11:01.605Z | HEAD is now at b866993c Add note about possible race and tracking issue |
76 | 2023-11-14T21:11:01.609Z | process exited: duration 6914 ms, exit code 0 |
|
77 | 2023-11-14T21:11:01.616Z | starting task 4: "build" |
78 | 2023-11-14T21:11:01.627Z | + cargo --version |
79 | 2023-11-14T21:11:01.633Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-14T21:11:01.826Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-14T21:11:01.839Z | info: downloading component 'cargo' |
82 | 2023-11-14T21:11:02.501Z | info: downloading component 'clippy' |
83 | 2023-11-14T21:11:02.738Z | info: downloading component 'rust-docs' |
84 | 2023-11-14T21:11:03.595Z | info: downloading component 'rust-std' |
85 | 2023-11-14T21:11:04.972Z | info: downloading component 'rustc' |
86 | 2023-11-14T21:11:08.810Z | info: downloading component 'rustfmt' |
87 | 2023-11-14T21:11:09.087Z | info: installing component 'cargo' |
88 | 2023-11-14T21:11:10.281Z | info: installing component 'clippy' |
89 | 2023-11-14T21:11:10.788Z | info: installing component 'rust-docs' |
90 | 2023-11-14T21:11:13.351Z | info: installing component 'rust-std' |
91 | 2023-11-14T21:11:15.868Z | info: installing component 'rustc' |
92 | 2023-11-14T21:11:22.117Z | info: installing component 'rustfmt' |
93 | 2023-11-14T21:11:22.663Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-14T21:11:22.666Z | + rustc --version |
95 | 2023-11-14T21:11:22.784Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-14T21:11:22.791Z | + source ./env.sh |
97 | 2023-11-14T21:11:22.795Z | ++ set -o xtrace |
98 | 2023-11-14T21:11:22.797Z | ++++ dirname ./env.sh |
99 | 2023-11-14T21:11:22.800Z | +++ cd . |
100 | 2023-11-14T21:11:22.803Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-14T21:11:22.806Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-14T21:11:22.809Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-14T21:11:22.811Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-14T21:11:22.814Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-11-14T21:11:22.817Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-11-14T21:11:22.819Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-11-14T21:11:22.822Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-11-14T21:11:22.825Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-11-14T21:11:22.828Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-11-14T21:11:22.830Z | ++ unset OMICRON_WS |
111 | 2023-11-14T21:11:22.833Z | ++ set +o xtrace |
112 | 2023-11-14T21:11:23.015Z | |
113 | 2023-11-14T21:11:23.018Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-14T21:11:23.021Z | # # # # # # # # # # # # # # # |
115 | 2023-11-14T21:11:23.024Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-14T21:11:23.027Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-14T21:11:23.030Z | # # # # # # # # # # # # # # # |
118 | 2023-11-14T21:11:23.033Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-14T21:11:23.039Z | |
120 | 2023-11-14T21:11:31.378Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-14T21:11:32.377Z | Startup: Caching catalogs ... Done |
122 | 2023-11-14T21:11:37.409Z | Planning: Solver setup ... Done (4.760s) |
123 | 2023-11-14T21:11:37.528Z | Planning: Running solver ... Done (0.119s) |
124 | 2023-11-14T21:11:37.583Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-14T21:11:37.598Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-14T21:11:37.833Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-14T21:11:37.913Z | Planning: Package planning ... Done (0.080s) |
128 | 2023-11-14T21:11:37.999Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-11-14T21:11:38.778Z | Planning: Checking for conflicting actions ... Done (0.778s) |
130 | 2023-11-14T21:11:38.795Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-14T21:11:43.356Z | Planning: Evaluating mediators ... Done (4.560s) |
132 | 2023-11-14T21:11:43.371Z | Planning: Planning completed in 10.96 seconds |
133 | 2023-11-14T21:11:46.523Z | Packages to install: 4 |
134 | 2023-11-14T21:11:46.527Z | Mediators to change: 2 |
135 | 2023-11-14T21:11:46.530Z | Services to change: 1 |
136 | 2023-11-14T21:11:46.532Z | Estimated space available: 148.90 GB |
137 | 2023-11-14T21:11:46.535Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-14T21:11:46.538Z | Create boot environment: No |
139 | 2023-11-14T21:11:46.541Z | Create backup boot environment: No |
140 | 2023-11-14T21:11:46.544Z | Rebuild boot archive: No |
141 | 2023-11-14T21:11:46.547Z | |
142 | 2023-11-14T21:11:46.550Z | Changed mediators: |
143 | 2023-11-14T21:11:46.553Z | mediator clang: |
144 | 2023-11-14T21:11:46.556Z | version: None -> 15 (system default) |
145 | 2023-11-14T21:11:46.559Z | |
146 | 2023-11-14T21:11:46.561Z | mediator llvm: |
147 | 2023-11-14T21:11:46.564Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-14T21:11:46.567Z | |
149 | 2023-11-14T21:11:46.570Z | Changed packages: |
150 | 2023-11-14T21:11:46.572Z | helios-dev |
151 | 2023-11-14T21:11:46.575Z | developer/build-essential |
152 | 2023-11-14T21:11:46.578Z | None -> 11-2.0 |
153 | 2023-11-14T21:11:46.581Z | library/libxmlsec1 |
154 | 2023-11-14T21:11:46.584Z | None -> 1.2.35-2.0 |
155 | 2023-11-14T21:11:46.587Z | ooce/developer/clang-15 |
156 | 2023-11-14T21:11:46.590Z | None -> 15.0.7-2.0 |
157 | 2023-11-14T21:11:46.593Z | ooce/developer/llvm-15 |
158 | 2023-11-14T21:11:46.595Z | None -> 15.0.7-2.0 |
159 | 2023-11-14T21:11:46.598Z | |
160 | 2023-11-14T21:11:46.601Z | Services: |
161 | 2023-11-14T21:11:46.604Z | restart_fmri: |
162 | 2023-11-14T21:11:46.606Z | svc:/system/update-man-index:default |
163 | 2023-11-14T21:11:46.771Z | |
164 | 2023-11-14T21:11:46.774Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-14T21:11:51.771Z | Download: 875/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
166 | 2023-11-14T21:11:56.793Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.5M/s) |
167 | 2023-11-14T21:12:01.822Z | Download: 2343/3290 items 119.7/212.6MB 56% complete (10.1M/s) |
168 | 2023-11-14T21:12:08.057Z | Download: 3248/3290 items 188.5/212.6MB 88% complete (10.6M/s) |
169 | 2023-11-14T21:12:10.046Z | Download: Completed 212.60 MB in 23.28 seconds (9.1M/s) |
170 | 2023-11-14T21:12:10.284Z | Actions: 1/3687 actions (Installing new actions) |
171 | 2023-11-14T21:12:15.302Z | Actions: 2412/3687 actions (Installing new actions) |
172 | 2023-11-14T21:12:18.451Z | Actions: Completed 3687 actions in 8.17 seconds. |
173 | 2023-11-14T21:12:18.964Z | Done (0.086s) |
174 | 2023-11-14T21:12:18.971Z | Done (0.000s) |
175 | 2023-11-14T21:12:18.974Z | Done (0.218s) |
176 | 2023-11-14T21:12:26.166Z | Done (7.286s) |
177 | 2023-11-14T21:12:26.436Z | Done (0.170s) |
178 | 2023-11-14T21:12:26.439Z | Done (0.000s) |
179 | 2023-11-14T21:12:26.658Z | Done (0.000s) |
180 | 2023-11-14T21:12:27.363Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-11-14T21:12:27.649Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-11-14T21:12:27.652Z | Planning: Consolidating action changes ... Done |
183 | 2023-11-14T21:12:28.095Z | Planning: Evaluating mediators ... Done |
184 | 2023-11-14T21:12:28.097Z | Planning: Planning completed in 0.73 seconds |
185 | 2023-11-14T21:12:28.151Z | Mediators to change: 2 |
186 | 2023-11-14T21:12:28.154Z | Create boot environment: No |
187 | 2023-11-14T21:12:28.158Z | Create backup boot environment: No |
188 | 2023-11-14T21:12:28.281Z | Done |
189 | 2023-11-14T21:12:28.284Z | Done |
190 | 2023-11-14T21:12:28.433Z | Done |
191 | 2023-11-14T21:12:34.228Z | Done |
192 | 2023-11-14T21:12:34.347Z | Done |
193 | 2023-11-14T21:12:34.350Z | Done |
194 | 2023-11-14T21:12:34.499Z | Done |
195 | 2023-11-14T21:12:35.505Z | Planning: Evaluating mediator changes ... Done |
196 | 2023-11-14T21:12:35.508Z | Planning: Merging actions ... Done |
197 | 2023-11-14T21:12:35.836Z | Planning: Checking for conflicting actions ... Done |
198 | 2023-11-14T21:12:35.839Z | Planning: Consolidating action changes ... Done |
199 | 2023-11-14T21:12:36.260Z | Planning: Evaluating mediators ... Done |
200 | 2023-11-14T21:12:36.351Z | Planning: Planning completed in 1.29 seconds |
201 | 2023-11-14T21:12:36.407Z | Packages to change: 1 |
202 | 2023-11-14T21:12:36.410Z | Mediators to change: 1 |
203 | 2023-11-14T21:12:36.413Z | Services to change: 1 |
204 | 2023-11-14T21:12:36.416Z | Create boot environment: No |
205 | 2023-11-14T21:12:36.419Z | Create backup boot environment: Yes |
206 | 2023-11-14T21:12:38.413Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2023-11-14T21:12:38.422Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2023-11-14T21:12:38.430Z | Done |
209 | 2023-11-14T21:12:38.444Z | Done |
210 | 2023-11-14T21:12:38.476Z | Done |
211 | 2023-11-14T21:12:44.286Z | Done |
212 | 2023-11-14T21:12:44.407Z | Done |
213 | 2023-11-14T21:12:44.411Z | Done |
214 | 2023-11-14T21:12:44.540Z | Done |
215 | 2023-11-14T21:12:45.216Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2023-11-14T21:12:45.222Z | clang system 15 system |
217 | 2023-11-14T21:12:45.225Z | csh system system illumos |
218 | 2023-11-14T21:12:45.228Z | ctags system system illumos |
219 | 2023-11-14T21:12:45.231Z | gcc vendor 12 vendor |
220 | 2023-11-14T21:12:45.234Z | gcc system 10 system |
221 | 2023-11-14T21:12:45.242Z | gcc system 7 system |
222 | 2023-11-14T21:12:45.245Z | go system 1.20 system |
223 | 2023-11-14T21:12:45.248Z | go system 1.19 system |
224 | 2023-11-14T21:12:45.254Z | llvm system 15 system |
225 | 2023-11-14T21:12:45.258Z | llvm system 14 system |
226 | 2023-11-14T21:12:45.261Z | mariadb system 10.6 system |
227 | 2023-11-14T21:12:45.264Z | mta vendor vendor dma |
228 | 2023-11-14T21:12:45.268Z | openjdk system 17 system |
229 | 2023-11-14T21:12:45.271Z | openjdk system 11 system |
230 | 2023-11-14T21:12:45.274Z | openjdk system 1.8 system |
231 | 2023-11-14T21:12:45.277Z | openssl vendor 3 vendor |
232 | 2023-11-14T21:12:45.279Z | perl system 5.36 system |
233 | 2023-11-14T21:12:45.282Z | postgresql system 15 system |
234 | 2023-11-14T21:12:45.285Z | postgresql system 13 system |
235 | 2023-11-14T21:12:45.288Z | python vendor 3 vendor |
236 | 2023-11-14T21:12:45.291Z | python system 2 system |
237 | 2023-11-14T21:12:45.293Z | python3 system 3.11 system |
238 | 2023-11-14T21:12:45.296Z | ruby system 3.0 system |
239 | 2023-11-14T21:12:45.299Z | words vendor vendor american-english |
240 | 2023-11-14T21:12:45.302Z | words system system australian-english |
241 | 2023-11-14T21:12:45.305Z | words system system british-english |
242 | 2023-11-14T21:12:45.308Z | words system system canadian-english |
243 | 2023-11-14T21:12:45.311Z | words system system french |
244 | 2023-11-14T21:12:45.314Z | words system system italian |
245 | 2023-11-14T21:12:45.318Z | words system system ngerman |
246 | 2023-11-14T21:12:45.321Z | words system system ogerman |
247 | 2023-11-14T21:12:45.324Z | words system system spanish |
248 | 2023-11-14T21:12:45.744Z | FMRI IFO |
249 | 2023-11-14T21:12:45.747Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2023-11-14T21:12:45.750Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2023-11-14T21:12:45.752Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2023-11-14T21:12:45.755Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
253 | 2023-11-14T21:12:45.759Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2023-11-14T21:12:45.762Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
255 | 2023-11-14T21:12:45.819Z | + set -o errexit |
256 | 2023-11-14T21:12:45.822Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2023-11-14T21:12:45.825Z | ++ cd ./tools |
258 | 2023-11-14T21:12:45.829Z | ++ pwd |
259 | 2023-11-14T21:12:45.832Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2023-11-14T21:12:45.835Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2023-11-14T21:12:45.838Z | + ARG0=ci_download_cockroachdb |
262 | 2023-11-14T21:12:45.841Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2023-11-14T21:12:45.844Z | + CIDL_VERSION=v22.1.9 |
264 | 2023-11-14T21:12:45.847Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2023-11-14T21:12:45.850Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2023-11-14T21:12:45.853Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2023-11-14T21:12:45.858Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-14T21:12:45.861Z | + TARGET_DIR=out |
269 | 2023-11-14T21:12:45.864Z | + DOWNLOAD_DIR=out/downloads |
270 | 2023-11-14T21:12:45.867Z | + DEST_DIR=./out/cockroachdb |
271 | 2023-11-14T21:12:45.870Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2023-11-14T21:12:45.874Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2023-11-14T21:12:45.877Z | + main |
274 | 2023-11-14T21:12:45.880Z | + [[ 0 != 0 ]] |
275 | 2023-11-14T21:12:45.884Z | + CIDL_OS=solaris2.11 |
276 | 2023-11-14T21:12:45.887Z | + [[ 0 != 0 ]] |
277 | 2023-11-14T21:12:45.890Z | + configure_os solaris2.11 |
278 | 2023-11-14T21:12:45.893Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2023-11-14T21:12:45.896Z | current directory: /work/oxidecomputer/omicron |
280 | 2023-11-14T21:12:45.901Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2023-11-14T21:12:45.904Z | configuring based on OS: "solaris2.11" |
282 | 2023-11-14T21:12:45.909Z | + case "$1" in |
283 | 2023-11-14T21:12:45.912Z | + CIDL_BUILD=illumos |
284 | 2023-11-14T21:12:45.915Z | + CIDL_SUFFIX=tar.gz |
285 | 2023-11-14T21:12:45.918Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-11-14T21:12:45.921Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2023-11-14T21:12:45.924Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2023-11-14T21:12:45.928Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2023-11-14T21:12:45.931Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2023-11-14T21:12:45.934Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-14T21:12:45.937Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-14T21:12:45.940Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2023-11-14T21:12:45.943Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-14T21:12:45.946Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-11-14T21:12:45.949Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-14T21:12:45.953Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2023-11-14T21:12:45.956Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-11-14T21:12:45.960Z | + mkdir -p out/downloads |
299 | 2023-11-14T21:12:45.963Z | + mkdir -p ./out/cockroachdb |
300 | 2023-11-14T21:12:45.966Z | + local DO_DOWNLOAD=true |
301 | 2023-11-14T21:12:45.969Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2023-11-14T21:12:45.973Z | + '[' true == true ']' |
303 | 2023-11-14T21:12:45.978Z | + echo Downloading... |
304 | 2023-11-14T21:12:45.985Z | Downloading... |
305 | 2023-11-14T21:12:45.993Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-11-14T21:12:45.999Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-14T21:12:50.900Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-11-14T21:12:50.903Z | ++ md5sum |
309 | 2023-11-14T21:12:50.906Z | ++ awk '{print $1}' |
310 | 2023-11-14T21:12:51.084Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2023-11-14T21:12:51.089Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
312 | 2023-11-14T21:12:51.091Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-11-14T21:12:51.094Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2023-11-14T21:12:54.406Z | + do_assemble_illumos |
315 | 2023-11-14T21:12:54.409Z | + rm -r ./out/cockroachdb |
316 | 2023-11-14T21:12:54.413Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2023-11-14T21:12:55.045Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2023-11-14T21:12:55.249Z | Build Tag: v22.1.9-dirty |
319 | 2023-11-14T21:12:55.252Z | Build Time: 2022/10/26 21:17:46 |
320 | 2023-11-14T21:12:55.255Z | Distribution: OSS |
321 | 2023-11-14T21:12:55.257Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2023-11-14T21:12:55.260Z | Go Version: go1.17.13 |
323 | 2023-11-14T21:12:55.264Z | C Compiler: gcc 10.3.0 |
324 | 2023-11-14T21:12:55.267Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2023-11-14T21:12:55.270Z | Build Type: release |
326 | 2023-11-14T21:12:55.274Z | + set -o errexit |
327 | 2023-11-14T21:12:55.277Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2023-11-14T21:12:55.280Z | ++ cd ./tools |
329 | 2023-11-14T21:12:55.283Z | ++ pwd |
330 | 2023-11-14T21:12:55.287Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2023-11-14T21:12:55.290Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2023-11-14T21:12:55.293Z | + ARG0=ci_download_clickhouse |
333 | 2023-11-14T21:12:55.297Z | + TARGET_DIR=out |
334 | 2023-11-14T21:12:55.300Z | + DOWNLOAD_DIR=out/downloads |
335 | 2023-11-14T21:12:55.303Z | + DEST_DIR=./out/clickhouse |
336 | 2023-11-14T21:12:55.305Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2023-11-14T21:12:55.308Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2023-11-14T21:12:55.311Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2023-11-14T21:12:55.314Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2023-11-14T21:12:55.318Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-11-14T21:12:55.321Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2023-11-14T21:12:55.324Z | + main |
343 | 2023-11-14T21:12:55.327Z | + [[ 0 != 0 ]] |
344 | 2023-11-14T21:12:55.330Z | + CIDL_OS=solaris2.11 |
345 | 2023-11-14T21:12:55.333Z | + [[ 0 != 0 ]] |
346 | 2023-11-14T21:12:55.336Z | + configure_os solaris2.11 |
347 | 2023-11-14T21:12:55.338Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2023-11-14T21:12:55.342Z | current directory: /work/oxidecomputer/omicron |
349 | 2023-11-14T21:12:55.346Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2023-11-14T21:12:55.349Z | configuring based on OS: "solaris2.11" |
351 | 2023-11-14T21:12:55.352Z | + CIDL_DASHREV= |
352 | 2023-11-14T21:12:55.355Z | + case "$1" in |
353 | 2023-11-14T21:12:55.357Z | + CIDL_PLATFORM=illumos |
354 | 2023-11-14T21:12:55.361Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-11-14T21:12:55.363Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2023-11-14T21:12:55.366Z | + CIDL_DASHREV=-1 |
357 | 2023-11-14T21:12:55.369Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2023-11-14T21:12:55.372Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-14T21:12:55.375Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-14T21:12:55.377Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-14T21:12:55.380Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-11-14T21:12:55.385Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-14T21:12:55.388Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-11-14T21:12:55.398Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-14T21:12:55.411Z | + mkdir -p out/downloads |
366 | 2023-11-14T21:12:55.428Z | + mkdir -p ./out/clickhouse |
367 | 2023-11-14T21:12:55.842Z | + local DO_DOWNLOAD=true |
368 | 2023-11-14T21:12:55.845Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2023-11-14T21:12:55.848Z | + '[' true == true ']' |
370 | 2023-11-14T21:12:55.852Z | + echo Downloading... |
371 | 2023-11-14T21:12:55.867Z | Downloading... |
372 | 2023-11-14T21:12:55.887Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-11-14T21:12:55.906Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-11-14T21:12:56.757Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-11-14T21:12:56.761Z | ++ md5sum |
376 | 2023-11-14T21:12:56.765Z | ++ awk '{print $1}' |
377 | 2023-11-14T21:12:57.022Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2023-11-14T21:12:57.033Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
379 | 2023-11-14T21:12:57.045Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2023-11-14T21:12:57.056Z | + mkdir -p ./out/clickhouse |
381 | 2023-11-14T21:12:57.064Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2023-11-14T21:13:01.957Z | + ./out/clickhouse/clickhouse server --version |
383 | 2023-11-14T21:13:02.025Z | ClickHouse server version 22.8.9.1. |
384 | 2023-11-14T21:13:02.118Z | + set -o errexit |
385 | 2023-11-14T21:13:02.141Z | +++ dirname ./tools/ci_download_console |
386 | 2023-11-14T21:13:02.572Z | ++ cd ./tools |
387 | 2023-11-14T21:13:02.578Z | ++ pwd |
388 | 2023-11-14T21:13:02.582Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2023-11-14T21:13:02.592Z | ++ basename ./tools/ci_download_console |
390 | 2023-11-14T21:13:02.599Z | + ARG0=ci_download_console |
391 | 2023-11-14T21:13:02.611Z | + TARGET_DIR=out |
392 | 2023-11-14T21:13:02.636Z | + DOWNLOAD_DIR=out/downloads |
393 | 2023-11-14T21:13:03.061Z | + DEST_DIR=./out/console-assets |
394 | 2023-11-14T21:13:03.065Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2023-11-14T21:13:03.069Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
396 | 2023-11-14T21:13:03.074Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-11-14T21:13:03.077Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
398 | 2023-11-14T21:13:03.083Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2023-11-14T21:13:03.101Z | + main |
400 | 2023-11-14T21:13:03.109Z | + [[ 0 != 0 ]] |
401 | 2023-11-14T21:13:03.141Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
402 | 2023-11-14T21:13:03.146Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-11-14T21:13:04.372Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2023-11-14T21:13:04.379Z | Local file: out/downloads/console.tar.gz |
405 | 2023-11-14T21:13:04.387Z | + local DO_DOWNLOAD=true |
406 | 2023-11-14T21:13:04.394Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2023-11-14T21:13:04.402Z | + mkdir -p out/downloads |
408 | 2023-11-14T21:13:04.410Z | + '[' true == true ']' |
409 | 2023-11-14T21:13:04.423Z | + echo Downloading... |
410 | 2023-11-14T21:13:04.444Z | Downloading... |
411 | 2023-11-14T21:13:04.880Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
412 | 2023-11-14T21:13:04.892Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
413 | 2023-11-14T21:13:04.899Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2023-11-14T21:13:04.906Z | ++ case "$OSTYPE" in |
415 | 2023-11-14T21:13:04.913Z | ++ SHA=sha256sum |
416 | 2023-11-14T21:13:04.925Z | ++ sha256sum |
417 | 2023-11-14T21:13:04.932Z | ++ awk '{print $1}' |
418 | 2023-11-14T21:13:04.937Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
419 | 2023-11-14T21:13:04.940Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
420 | 2023-11-14T21:13:04.943Z | + rm -rf ./out/console-assets |
421 | 2023-11-14T21:13:04.946Z | + mkdir -p ./out/console-assets |
422 | 2023-11-14T21:13:04.949Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2023-11-14T21:13:04.952Z | + mkdir -p ./out/console-assets |
424 | 2023-11-14T21:13:04.956Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2023-11-14T21:13:04.959Z | + set -o errexit |
426 | 2023-11-14T21:13:04.962Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-11-14T21:13:04.965Z | ++ cd ./tools |
428 | 2023-11-14T21:13:04.968Z | ++ pwd |
429 | 2023-11-14T21:13:04.971Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-11-14T21:13:04.975Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-11-14T21:13:04.985Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-11-14T21:13:04.990Z | + TARGET_DIR=out |
433 | 2023-11-14T21:13:04.998Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-11-14T21:13:05.001Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2023-11-14T21:13:05.004Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
436 | 2023-11-14T21:13:05.008Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-14T21:13:05.011Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
438 | 2023-11-14T21:13:05.014Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
439 | 2023-11-14T21:13:05.017Z | + main |
440 | 2023-11-14T21:13:05.021Z | + [[ 0 != 0 ]] |
441 | 2023-11-14T21:13:05.024Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
442 | 2023-11-14T21:13:05.027Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
443 | 2023-11-14T21:13:05.030Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
444 | 2023-11-14T21:13:05.033Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
445 | 2023-11-14T21:13:05.036Z | + local DO_DOWNLOAD=true |
446 | 2023-11-14T21:13:05.039Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
447 | 2023-11-14T21:13:05.043Z | + mkdir -p out/downloads |
448 | 2023-11-14T21:13:05.046Z | + '[' true == true ']' |
449 | 2023-11-14T21:13:05.049Z | + echo Downloading... |
450 | 2023-11-14T21:13:05.052Z | Downloading... |
451 | 2023-11-14T21:13:05.055Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
452 | 2023-11-14T21:13:05.058Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
453 | 2023-11-14T21:13:05.061Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
454 | 2023-11-14T21:13:05.063Z | ++ case "$OSTYPE" in |
455 | 2023-11-14T21:13:05.067Z | ++ SHA=sha256sum |
456 | 2023-11-14T21:13:05.070Z | ++ sha256sum |
457 | 2023-11-14T21:13:05.073Z | ++ awk '{print $1}' |
458 | 2023-11-14T21:13:05.076Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
459 | 2023-11-14T21:13:05.079Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
460 | 2023-11-14T21:13:05.083Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
461 | 2023-11-14T21:13:05.086Z | + [[ 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 ]] |
462 | 2023-11-14T21:13:05.089Z | Downloading... |
463 | 2023-11-14T21:13:05.093Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2023-11-14T21:13:05.096Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
465 | 2023-11-14T21:13:05.099Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
466 | 2023-11-14T21:13:05.102Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
467 | 2023-11-14T21:13:05.105Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
468 | 2023-11-14T21:13:05.108Z | + main |
469 | 2023-11-14T21:13:05.113Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
470 | 2023-11-14T21:13:05.116Z | + [[ 0 != 0 ]] |
471 | 2023-11-14T21:13:05.119Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
472 | 2023-11-14T21:13:05.122Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
473 | 2023-11-14T21:13:05.125Z | Downloading... |
474 | 2023-11-14T21:13:05.128Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
475 | 2023-11-14T21:13:05.132Z | current directory: /work/oxidecomputer/omicron |
476 | 2023-11-14T21:13:05.135Z | + local DO_DOWNLOAD=true |
477 | 2023-11-14T21:13:05.139Z | configuring based on OS: "solaris2.11" |
478 | 2023-11-14T21:13:05.144Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
479 | 2023-11-14T21:13:05.147Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
480 | 2023-11-14T21:13:05.150Z | + mkdir -p out/downloads |
481 | 2023-11-14T21:13:05.154Z | Local file: out/downloads/dendrite-stub.tar.gz |
482 | 2023-11-14T21:13:05.157Z | + '[' true == true ']' |
483 | 2023-11-14T21:13:05.160Z | Downloading... |
484 | 2023-11-14T21:13:05.164Z | + echo Downloading... |
485 | 2023-11-14T21:13:05.168Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
486 | 2023-11-14T21:13:05.196Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
487 | 2023-11-14T21:13:05.199Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
488 | 2023-11-14T21:13:05.202Z | ++ case "$OSTYPE" in |
489 | 2023-11-14T21:13:05.205Z | ++ SHA=sha256sum |
490 | 2023-11-14T21:13:05.208Z | ++ sha256sum |
491 | 2023-11-14T21:13:05.211Z | ++ awk '{print $1}' |
492 | 2023-11-14T21:13:05.214Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
493 | 2023-11-14T21:13:05.218Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
494 | 2023-11-14T21:13:05.221Z | + set -o errexit |
495 | 2023-11-14T21:13:05.228Z | +++ dirname ./tools/ci_download_dendrite_openapi |
496 | 2023-11-14T21:13:05.235Z | ++ cd ./tools |
497 | 2023-11-14T21:13:05.243Z | ++ pwd |
498 | 2023-11-14T21:13:05.250Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2023-11-14T21:13:05.257Z | ++ basename ./tools/ci_download_dendrite_openapi |
500 | 2023-11-14T21:13:05.265Z | + ARG0=ci_download_dendrite_openapi |
501 | 2023-11-14T21:13:05.274Z | + TARGET_DIR=out |
502 | 2023-11-14T21:13:05.283Z | + DOWNLOAD_DIR=out/downloads |
503 | 2023-11-14T21:13:05.293Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
504 | 2023-11-14T21:13:05.309Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
505 | 2023-11-14T21:13:05.329Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
506 | 2023-11-14T21:13:05.332Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
507 | 2023-11-14T21:13:05.336Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
508 | 2023-11-14T21:13:05.339Z | + main |
509 | 2023-11-14T21:13:05.343Z | + [[ 0 != 0 ]] |
510 | 2023-11-14T21:13:05.346Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
511 | 2023-11-14T21:13:05.350Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
512 | 2023-11-14T21:13:05.353Z | + local DO_DOWNLOAD=true |
513 | 2023-11-14T21:13:05.356Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
514 | 2023-11-14T21:13:05.360Z | + mkdir -p out/downloads |
515 | 2023-11-14T21:13:05.363Z | + '[' true == true ']' |
516 | 2023-11-14T21:13:05.366Z | + echo Downloading... |
517 | 2023-11-14T21:13:05.370Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
518 | 2023-11-14T21:13:05.373Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
519 | 2023-11-14T21:13:05.378Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
520 | 2023-11-14T21:13:05.382Z | ++ case "$OSTYPE" in |
521 | 2023-11-14T21:13:05.384Z | ++ SHA=sha256sum |
522 | 2023-11-14T21:13:05.388Z | ++ sha256sum |
523 | 2023-11-14T21:13:05.391Z | ++ awk '{print $1}' |
524 | 2023-11-14T21:13:05.394Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
525 | 2023-11-14T21:13:05.397Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
526 | 2023-11-14T21:13:05.401Z | + set -o errexit |
527 | 2023-11-14T21:13:05.403Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2023-11-14T21:13:05.406Z | ++ cd ./tools |
529 | 2023-11-14T21:13:05.410Z | ++ pwd |
530 | 2023-11-14T21:13:05.413Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-11-14T21:13:05.418Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2023-11-14T21:13:05.432Z | + ARG0=ci_download_dendrite_stub |
533 | 2023-11-14T21:13:05.464Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2023-11-14T21:13:05.485Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
535 | 2023-11-14T21:13:05.490Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
536 | 2023-11-14T21:13:05.494Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
537 | 2023-11-14T21:13:05.497Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2023-11-14T21:13:05.500Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
539 | 2023-11-14T21:13:05.503Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
540 | 2023-11-14T21:13:05.506Z | + TARGET_DIR=out |
541 | 2023-11-14T21:13:05.509Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-11-14T21:13:05.512Z | + DEST_DIR=./out/dendrite-stub |
543 | 2023-11-14T21:13:05.515Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2023-11-14T21:13:05.519Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2023-11-14T21:13:05.521Z | + REPO=oxidecomputer/dendrite |
546 | 2023-11-14T21:13:05.524Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
547 | 2023-11-14T21:13:05.527Z | + main |
548 | 2023-11-14T21:13:05.530Z | + [[ 0 != 0 ]] |
549 | 2023-11-14T21:13:05.533Z | + CIDL_OS=solaris2.11 |
550 | 2023-11-14T21:13:05.537Z | + [[ 0 != 0 ]] |
551 | 2023-11-14T21:13:05.540Z | + configure_os solaris2.11 |
552 | 2023-11-14T21:13:05.543Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2023-11-14T21:13:05.545Z | + echo 'configuring based on OS: "solaris2.11"' |
554 | 2023-11-14T21:13:05.548Z | + case "$1" in |
555 | 2023-11-14T21:13:05.552Z | + SET_BINARIES= |
556 | 2023-11-14T21:13:05.555Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
557 | 2023-11-14T21:13:05.558Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2023-11-14T21:13:05.561Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2023-11-14T21:13:05.564Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
560 | 2023-11-14T21:13:05.567Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2023-11-14T21:13:05.570Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
562 | 2023-11-14T21:13:05.573Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
563 | 2023-11-14T21:13:05.576Z | + mkdir -p out/downloads |
564 | 2023-11-14T21:13:05.583Z | + mkdir -p ./out/dendrite-stub |
565 | 2023-11-14T21:13:05.586Z | + fetch_and_verify |
566 | 2023-11-14T21:13:05.589Z | + local DO_DOWNLOAD=true |
567 | 2023-11-14T21:13:05.592Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2023-11-14T21:13:05.594Z | + '[' true == true ']' |
569 | 2023-11-14T21:13:05.597Z | + echo Downloading... |
570 | 2023-11-14T21:13:05.601Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2023-11-14T21:13:05.604Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
572 | 2023-11-14T21:13:13.195Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2023-11-14T21:13:13.199Z | ++ sha256sum |
574 | 2023-11-14T21:13:13.202Z | ++ awk '{print $1}' |
575 | 2023-11-14T21:13:13.290Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
576 | 2023-11-14T21:13:13.293Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
577 | 2023-11-14T21:13:13.296Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2023-11-14T21:13:13.299Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2023-11-14T21:13:14.208Z | + do_assemble |
580 | 2023-11-14T21:13:14.211Z | + rm -r ./out/dendrite-stub |
581 | 2023-11-14T21:13:14.215Z | + mkdir ./out/dendrite-stub |
582 | 2023-11-14T21:13:14.219Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2023-11-14T21:13:14.326Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2023-11-14T21:13:14.337Z | + set -o errexit |
585 | 2023-11-14T21:13:14.340Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2023-11-14T21:13:14.344Z | ++ cd ./tools |
587 | 2023-11-14T21:13:14.347Z | ++ pwd |
588 | 2023-11-14T21:13:14.350Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2023-11-14T21:13:14.353Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2023-11-14T21:13:14.356Z | + ARG0=ci_download_maghemite_mgd |
591 | 2023-11-14T21:13:14.359Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2023-11-14T21:13:14.362Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
593 | 2023-11-14T21:13:14.365Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
594 | 2023-11-14T21:13:14.368Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2023-11-14T21:13:14.373Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
596 | 2023-11-14T21:13:14.376Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
597 | 2023-11-14T21:13:14.379Z | + TARGET_DIR=out |
598 | 2023-11-14T21:13:14.382Z | + DOWNLOAD_DIR=out/downloads |
599 | 2023-11-14T21:13:14.385Z | + DEST_DIR=./out/mgd |
600 | 2023-11-14T21:13:14.387Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2023-11-14T21:13:14.390Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2023-11-14T21:13:14.393Z | + REPO=oxidecomputer/maghemite |
603 | 2023-11-14T21:13:14.396Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
604 | 2023-11-14T21:13:14.399Z | + main |
605 | 2023-11-14T21:13:14.401Z | + [[ 0 != 0 ]] |
606 | 2023-11-14T21:13:14.404Z | + CIDL_OS=solaris2.11 |
607 | 2023-11-14T21:13:14.407Z | + [[ 0 != 0 ]] |
608 | 2023-11-14T21:13:14.410Z | + configure_os solaris2.11 |
609 | 2023-11-14T21:13:14.412Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2023-11-14T21:13:14.415Z | current directory: /work/oxidecomputer/omicron |
611 | 2023-11-14T21:13:14.418Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2023-11-14T21:13:14.420Z | configuring based on OS: "solaris2.11" |
613 | 2023-11-14T21:13:14.423Z | + case "$1" in |
614 | 2023-11-14T21:13:14.426Z | + SET_BINARIES= |
615 | 2023-11-14T21:13:14.429Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-11-14T21:13:14.432Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-11-14T21:13:14.436Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
618 | 2023-11-14T21:13:14.439Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2023-11-14T21:13:14.442Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
620 | 2023-11-14T21:13:14.445Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
621 | 2023-11-14T21:13:14.448Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-11-14T21:13:14.451Z | Local file: out/downloads/mgd.tar.gz |
623 | 2023-11-14T21:13:14.454Z | + mkdir -p out/downloads |
624 | 2023-11-14T21:13:14.457Z | + mkdir -p ./out/mgd |
625 | 2023-11-14T21:13:14.493Z | + fetch_and_verify |
626 | 2023-11-14T21:13:14.496Z | + local DO_DOWNLOAD=true |
627 | 2023-11-14T21:13:14.499Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2023-11-14T21:13:14.502Z | + '[' true == true ']' |
629 | 2023-11-14T21:13:14.505Z | + echo Downloading... |
630 | 2023-11-14T21:13:14.508Z | Downloading... |
631 | 2023-11-14T21:13:14.533Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2023-11-14T21:13:14.950Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
633 | 2023-11-14T21:13:19.378Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2023-11-14T21:13:19.383Z | ++ sha256sum |
635 | 2023-11-14T21:13:19.386Z | ++ awk '{print $1}' |
636 | 2023-11-14T21:13:19.457Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
637 | 2023-11-14T21:13:19.460Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
638 | 2023-11-14T21:13:19.463Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2023-11-14T21:13:19.466Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2023-11-14T21:13:20.112Z | + do_assemble |
641 | 2023-11-14T21:13:20.121Z | + rm -r ./out/mgd |
642 | 2023-11-14T21:13:20.129Z | + mkdir ./out/mgd |
643 | 2023-11-14T21:13:20.136Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2023-11-14T21:13:20.566Z | + set -o errexit |
645 | 2023-11-14T21:13:20.580Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2023-11-14T21:13:20.602Z | ++ cd ./tools |
647 | 2023-11-14T21:13:20.626Z | ++ pwd |
648 | 2023-11-14T21:13:20.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2023-11-14T21:13:20.654Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2023-11-14T21:13:20.665Z | + ARG0=ci_download_transceiver_control |
651 | 2023-11-14T21:13:20.680Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2023-11-14T21:13:20.685Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2023-11-14T21:13:20.694Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-14T21:13:20.701Z | + TARGET_DIR=out |
655 | 2023-11-14T21:13:20.738Z | + DOWNLOAD_DIR=out/downloads |
656 | 2023-11-14T21:13:20.745Z | + DEST_DIR=./out/transceiver-control |
657 | 2023-11-14T21:13:20.749Z | + BIN_DIR=/opt/oxide/bin |
658 | 2023-11-14T21:13:20.752Z | + BINARY=xcvradm |
659 | 2023-11-14T21:13:20.754Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2023-11-14T21:13:20.757Z | + REPO=oxidecomputer/transceiver-control |
661 | 2023-11-14T21:13:20.761Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-11-14T21:13:20.763Z | + main |
663 | 2023-11-14T21:13:20.766Z | + [[ 0 != 0 ]] |
664 | 2023-11-14T21:13:20.769Z | + CIDL_OS=solaris2.11 |
665 | 2023-11-14T21:13:20.772Z | + [[ 0 != 0 ]] |
666 | 2023-11-14T21:13:20.775Z | + configure_os solaris2.11 |
667 | 2023-11-14T21:13:20.778Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2023-11-14T21:13:20.781Z | current directory: /work/oxidecomputer/omicron |
669 | 2023-11-14T21:13:20.784Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-11-14T21:13:20.786Z | configuring based on OS: "solaris2.11" |
671 | 2023-11-14T21:13:20.789Z | + case "$1" in |
672 | 2023-11-14T21:13:20.792Z | + SET_BINARIES= |
673 | 2023-11-14T21:13:20.795Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-14T21:13:20.798Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2023-11-14T21:13:20.801Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2023-11-14T21:13:20.804Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-11-14T21:13:20.807Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2023-11-14T21:13:20.810Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2023-11-14T21:13:20.813Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-11-14T21:13:20.817Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2023-11-14T21:13:20.819Z | Local file: out/downloads/xcvradm.gz |
682 | 2023-11-14T21:13:20.822Z | + mkdir -p out/downloads |
683 | 2023-11-14T21:13:20.825Z | + mkdir -p ./out/transceiver-control |
684 | 2023-11-14T21:13:20.828Z | + fetch_and_verify |
685 | 2023-11-14T21:13:20.830Z | + local DO_DOWNLOAD=true |
686 | 2023-11-14T21:13:20.834Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2023-11-14T21:13:20.837Z | + '[' true == true ']' |
688 | 2023-11-14T21:13:20.840Z | + echo Downloading... |
689 | 2023-11-14T21:13:20.843Z | Downloading... |
690 | 2023-11-14T21:13:20.846Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2023-11-14T21:13:20.848Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
692 | 2023-11-14T21:13:21.572Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2023-11-14T21:13:21.582Z | ++ sha256sum |
694 | 2023-11-14T21:13:21.591Z | ++ awk '{print $1}' |
695 | 2023-11-14T21:13:21.600Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2023-11-14T21:13:21.609Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
697 | 2023-11-14T21:13:21.617Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2023-11-14T21:13:21.626Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2023-11-14T21:13:21.638Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2023-11-14T21:13:21.783Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2023-11-14T21:13:21.790Z | + do_assemble |
702 | 2023-11-14T21:13:21.797Z | + rm -r ./out/transceiver-control |
703 | 2023-11-14T21:13:21.802Z | + mkdir ./out/transceiver-control |
704 | 2023-11-14T21:13:21.805Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2023-11-14T21:13:22.025Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2023-11-14T21:13:22.041Z | |
707 | 2023-11-14T21:13:22.055Z | real 1:58.967193350 |
708 | 2023-11-14T21:13:22.064Z | user 52.274667420 |
709 | 2023-11-14T21:13:22.081Z | sys 9.830375245 |
710 | 2023-11-14T21:13:22.094Z | trap 0.020893484 |
711 | 2023-11-14T21:13:22.113Z | tflt 0.134183675 |
712 | 2023-11-14T21:13:22.197Z | dflt 0.533214114 |
713 | 2023-11-14T21:13:22.207Z | kflt 0.137056983 |
714 | 2023-11-14T21:13:22.214Z | lock 1.664346794 |
715 | 2023-11-14T21:13:22.220Z | slp 3:40.249486659 |
716 | 2023-11-14T21:13:22.225Z | lat 3.272639491 |
717 | 2023-11-14T21:13:22.229Z | stop 0.072159182 |
718 | 2023-11-14T21:13:22.234Z | |
719 | 2023-11-14T21:13:22.238Z | #### # # ##### ##### # # |
720 | 2023-11-14T21:13:22.242Z | # # # # # # # # # # |
721 | 2023-11-14T21:13:22.245Z | # # # # # # # # |
722 | 2023-11-14T21:13:22.249Z | # # # ##### ##### # |
723 | 2023-11-14T21:13:22.252Z | # # # # # # # |
724 | 2023-11-14T21:13:22.255Z | #### ###### # # # # |
725 | 2023-11-14T21:13:22.259Z | |
726 | 2023-11-14T21:13:22.360Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2023-11-14T21:13:22.758Z | Updating crates.io index |
728 | 2023-11-14T21:13:22.761Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2023-11-14T21:13:23.627Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2023-11-14T21:13:25.496Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2023-11-14T21:13:26.137Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2023-11-14T21:13:26.567Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2023-11-14T21:13:26.874Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2023-11-14T21:13:27.180Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2023-11-14T21:13:28.065Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2023-11-14T21:13:29.924Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2023-11-14T21:13:30.900Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2023-11-14T21:13:31.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2023-11-14T21:13:31.773Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2023-11-14T21:13:32.139Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2023-11-14T21:13:32.478Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2023-11-14T21:13:32.893Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2023-11-14T21:13:33.303Z | Updating git repository `https://github.com/njaremko/samael` |
744 | 2023-11-14T21:13:33.761Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2023-11-14T21:13:34.493Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2023-11-14T21:13:34.887Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2023-11-14T21:13:35.254Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2023-11-14T21:13:36.728Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2023-11-14T21:13:37.129Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
750 | 2023-11-14T21:13:46.114Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
751 | 2023-11-14T21:13:46.734Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2023-11-14T21:13:47.756Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2023-11-14T21:13:48.151Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2023-11-14T21:13:48.468Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2023-11-14T21:13:49.800Z | Downloading crates ... |
756 | 2023-11-14T21:13:49.940Z | Downloaded itoa v1.0.9 |
757 | 2023-11-14T21:13:49.948Z | Downloaded cargo-platform v0.1.3 |
758 | 2023-11-14T21:13:49.953Z | Downloaded anstyle v1.0.2 |
759 | 2023-11-14T21:13:49.958Z | Downloaded serde_spanned v0.6.4 |
760 | 2023-11-14T21:13:49.962Z | Downloaded equivalent v1.0.1 |
761 | 2023-11-14T21:13:49.968Z | Downloaded heck v0.4.1 |
762 | 2023-11-14T21:13:49.971Z | Downloaded strsim v0.10.0 |
763 | 2023-11-14T21:13:49.974Z | Downloaded utf8parse v0.2.1 |
764 | 2023-11-14T21:13:49.978Z | Downloaded anstyle-query v1.0.0 |
765 | 2023-11-14T21:13:49.981Z | Downloaded terminal_size v0.2.6 |
766 | 2023-11-14T21:13:49.984Z | Downloaded toml_datetime v0.6.5 |
767 | 2023-11-14T21:13:49.987Z | Downloaded colorchoice v1.0.0 |
768 | 2023-11-14T21:13:49.992Z | Downloaded errno v0.3.2 |
769 | 2023-11-14T21:13:49.996Z | Downloaded thiserror-impl v1.0.49 |
770 | 2023-11-14T21:13:50.000Z | Downloaded clap_lex v0.5.1 |
771 | 2023-11-14T21:13:50.004Z | Downloaded anstyle-parse v0.2.1 |
772 | 2023-11-14T21:13:50.009Z | Downloaded clap_derive v4.4.2 |
773 | 2023-11-14T21:13:50.012Z | Downloaded cargo_metadata v0.18.0 |
774 | 2023-11-14T21:13:50.016Z | Downloaded bitflags v1.3.2 |
775 | 2023-11-14T21:13:50.020Z | Downloaded quote v1.0.33 |
776 | 2023-11-14T21:13:50.025Z | Downloaded thiserror v1.0.49 |
777 | 2023-11-14T21:13:50.032Z | Downloaded unicode-ident v1.0.12 |
778 | 2023-11-14T21:13:50.036Z | Downloaded camino v1.1.6 |
779 | 2023-11-14T21:13:50.039Z | Downloaded semver v1.0.20 |
780 | 2023-11-14T21:13:50.043Z | Downloaded proc-macro2 v1.0.67 |
781 | 2023-11-14T21:13:50.048Z | Downloaded io-lifetimes v1.0.11 |
782 | 2023-11-14T21:13:50.051Z | Downloaded anstream v0.5.0 |
783 | 2023-11-14T21:13:50.054Z | Downloaded cargo_toml v0.17.0 |
784 | 2023-11-14T21:13:50.056Z | Downloaded serde_derive v1.0.188 |
785 | 2023-11-14T21:13:50.060Z | Downloaded toml v0.8.8 |
786 | 2023-11-14T21:13:50.065Z | Downloaded anyhow v1.0.75 |
787 | 2023-11-14T21:13:50.071Z | Downloaded serde v1.0.188 |
788 | 2023-11-14T21:13:50.077Z | Downloaded clap v4.4.3 |
789 | 2023-11-14T21:13:50.091Z | Downloaded memchr v2.6.3 |
790 | 2023-11-14T21:13:50.100Z | Downloaded toml_edit v0.21.0 |
791 | 2023-11-14T21:13:50.138Z | Downloaded winnow v0.5.15 |
792 | 2023-11-14T21:13:50.151Z | Downloaded clap_builder v4.4.2 |
793 | 2023-11-14T21:13:50.162Z | Downloaded syn v2.0.32 |
794 | 2023-11-14T21:13:50.181Z | Downloaded rustix v0.37.23 |
795 | 2023-11-14T21:13:50.214Z | Downloaded serde_json v1.0.108 |
796 | 2023-11-14T21:13:50.226Z | Downloaded libc v0.2.150 |
797 | 2023-11-14T21:13:50.273Z | Downloaded hashbrown v0.14.2 |
798 | 2023-11-14T21:13:50.280Z | Downloaded indexmap v2.1.0 |
799 | 2023-11-14T21:13:50.286Z | Downloaded ryu v1.0.15 |
800 | 2023-11-14T21:13:50.404Z | Compiling proc-macro2 v1.0.67 |
801 | 2023-11-14T21:13:50.407Z | Compiling unicode-ident v1.0.12 |
802 | 2023-11-14T21:13:50.410Z | Compiling serde v1.0.188 |
803 | 2023-11-14T21:13:50.413Z | Compiling libc v0.2.150 |
804 | 2023-11-14T21:13:50.416Z | Compiling io-lifetimes v1.0.11 |
805 | 2023-11-14T21:13:50.419Z | Compiling rustix v0.37.23 |
806 | 2023-11-14T21:13:50.421Z | Compiling utf8parse v0.2.1 |
807 | 2023-11-14T21:13:50.425Z | Compiling equivalent v1.0.1 |
808 | 2023-11-14T21:13:50.635Z | Compiling bitflags v1.3.2 |
809 | 2023-11-14T21:13:50.716Z | Compiling hashbrown v0.14.2 |
810 | 2023-11-14T21:13:50.722Z | Compiling anstyle-parse v0.2.1 |
811 | 2023-11-14T21:13:50.761Z | Compiling anstyle-query v1.0.0 |
812 | 2023-11-14T21:13:50.941Z | Compiling camino v1.1.6 |
813 | 2023-11-14T21:13:51.174Z | Compiling semver v1.0.20 |
814 | 2023-11-14T21:13:52.204Z | Compiling indexmap v2.1.0 |
815 | 2023-11-14T21:13:52.365Z | Compiling thiserror v1.0.49 |
816 | 2023-11-14T21:13:52.382Z | Compiling anstyle v1.0.2 |
817 | 2023-11-14T21:13:52.494Z | Compiling winnow v0.5.15 |
818 | 2023-11-14T21:13:52.573Z | Compiling serde_json v1.0.108 |
819 | 2023-11-14T21:13:52.732Z | Compiling colorchoice v1.0.0 |
820 | 2023-11-14T21:13:52.941Z | Compiling anstream v0.5.0 |
821 | 2023-11-14T21:13:53.139Z | Compiling anyhow v1.0.75 |
822 | 2023-11-14T21:13:53.166Z | Compiling clap_lex v0.5.1 |
823 | 2023-11-14T21:13:53.183Z | Compiling strsim v0.10.0 |
824 | 2023-11-14T21:13:53.828Z | Compiling quote v1.0.33 |
825 | 2023-11-14T21:13:53.900Z | Compiling ryu v1.0.15 |
826 | 2023-11-14T21:13:53.975Z | Compiling itoa v1.0.9 |
827 | 2023-11-14T21:13:54.139Z | Compiling heck v0.4.1 |
828 | 2023-11-14T21:13:54.473Z | Compiling syn v2.0.32 |
829 | 2023-11-14T21:13:54.624Z | Compiling errno v0.3.2 |
830 | 2023-11-14T21:13:56.069Z | Compiling terminal_size v0.2.6 |
831 | 2023-11-14T21:13:56.204Z | Compiling clap_builder v4.4.2 |
832 | 2023-11-14T21:14:01.718Z | Compiling serde_derive v1.0.188 |
833 | 2023-11-14T21:14:01.721Z | Compiling thiserror-impl v1.0.49 |
834 | 2023-11-14T21:14:01.724Z | Compiling clap_derive v4.4.2 |
835 | 2023-11-14T21:14:05.534Z | Compiling clap v4.4.3 |
836 | 2023-11-14T21:14:13.353Z | Compiling toml_datetime v0.6.5 |
837 | 2023-11-14T21:14:13.356Z | Compiling serde_spanned v0.6.4 |
838 | 2023-11-14T21:14:13.359Z | Compiling cargo-platform v0.1.3 |
839 | 2023-11-14T21:14:13.759Z | Compiling toml_edit v0.21.0 |
840 | 2023-11-14T21:14:15.341Z | Compiling cargo_metadata v0.18.0 |
841 | 2023-11-14T21:14:16.912Z | Compiling toml v0.8.8 |
842 | 2023-11-14T21:14:17.840Z | Compiling cargo_toml v0.17.0 |
843 | 2023-11-14T21:14:22.743Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
844 | 2023-11-14T21:14:23.930Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
845 | 2023-11-14T21:14:24.159Z | Running `target/debug/xtask clippy` |
846 | 2023-11-14T21:14:24.213Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
847 | 2023-11-14T21:14:25.081Z | Downloading crates ... |
848 | 2023-11-14T21:14:25.321Z | Downloaded base64 v0.21.5 |
849 | 2023-11-14T21:14:25.344Z | Downloaded hubpack v0.1.2 |
850 | 2023-11-14T21:14:25.354Z | Downloaded maplit v1.0.2 |
851 | 2023-11-14T21:14:25.363Z | Downloaded instant v0.1.12 |
852 | 2023-11-14T21:14:25.368Z | Downloaded bb8 v0.8.1 |
853 | 2023-11-14T21:14:25.372Z | Downloaded kstat-rs v0.2.3 |
854 | 2023-11-14T21:14:25.376Z | Downloaded ipnetwork v0.20.0 |
855 | 2023-11-14T21:14:25.381Z | Downloaded aead v0.5.2 |
856 | 2023-11-14T21:14:25.387Z | Downloaded bit-vec v0.6.3 |
857 | 2023-11-14T21:14:25.391Z | Downloaded num-iter v0.1.43 |
858 | 2023-11-14T21:14:25.395Z | Downloaded newline-converter v0.3.0 |
859 | 2023-11-14T21:14:25.398Z | Downloaded matches v0.1.10 |
860 | 2023-11-14T21:14:25.402Z | Downloaded macaddr v1.0.1 |
861 | 2023-11-14T21:14:25.407Z | Downloaded num_enum v0.5.11 |
862 | 2023-11-14T21:14:25.433Z | Downloaded is_ci v1.1.1 |
863 | 2023-11-14T21:14:25.443Z | Downloaded highway v1.1.0 |
864 | 2023-11-14T21:14:25.452Z | Downloaded normalize-line-endings v0.3.0 |
865 | 2023-11-14T21:14:25.456Z | Downloaded bcs v0.1.6 |
866 | 2023-11-14T21:14:25.472Z | Downloaded new_debug_unreachable v1.0.4 |
867 | 2023-11-14T21:14:25.482Z | Downloaded cast v0.3.0 |
868 | 2023-11-14T21:14:25.486Z | Downloaded nibble_vec v0.1.0 |
869 | 2023-11-14T21:14:25.488Z | Downloaded home v0.5.5 |
870 | 2023-11-14T21:14:25.492Z | Downloaded bitfield v0.14.0 |
871 | 2023-11-14T21:14:25.495Z | Downloaded hubpack_derive v0.1.1 |
872 | 2023-11-14T21:14:25.499Z | Downloaded indexmap v1.9.3 |
873 | 2023-11-14T21:14:25.504Z | Downloaded crossbeam-queue v0.3.8 |
874 | 2023-11-14T21:14:25.514Z | Downloaded criterion-plot v0.5.0 |
875 | 2023-11-14T21:14:25.526Z | Downloaded linear-map v1.2.0 |
876 | 2023-11-14T21:14:25.937Z | Downloaded crossbeam-deque v0.8.3 |
877 | 2023-11-14T21:14:25.952Z | Downloaded buf-list v1.0.3 |
878 | 2023-11-14T21:14:25.957Z | Downloaded downcast v0.11.0 |
879 | 2023-11-14T21:14:25.960Z | Downloaded dof v0.1.5 |
880 | 2023-11-14T21:14:25.962Z | Downloaded libsw v3.3.0 |
881 | 2023-11-14T21:14:25.966Z | Downloaded tempdir v0.3.7 |
882 | 2023-11-14T21:14:25.969Z | Downloaded foreign-types-macros v0.2.3 |
883 | 2023-11-14T21:14:25.972Z | Downloaded bitflags v2.4.0 |
884 | 2023-11-14T21:14:25.976Z | Downloaded oso-derive v0.27.0 |
885 | 2023-11-14T21:14:25.979Z | Downloaded foreign-types v0.5.0 |
886 | 2023-11-14T21:14:25.982Z | Downloaded argon2 v0.5.2 |
887 | 2023-11-14T21:14:25.984Z | Downloaded signal-hook-registry v1.4.1 |
888 | 2023-11-14T21:14:25.987Z | Downloaded darling_macro v0.14.4 |
889 | 2023-11-14T21:14:25.990Z | Downloaded slog-dtrace v0.2.3 |
890 | 2023-11-14T21:14:25.993Z | Downloaded foreign-types v0.3.2 |
891 | 2023-11-14T21:14:25.997Z | Downloaded foreign-types-shared v0.1.1 |
892 | 2023-11-14T21:14:26.001Z | Downloaded foreign-types-shared v0.3.1 |
893 | 2023-11-14T21:14:26.004Z | Downloaded dirs-next v2.0.0 |
894 | 2023-11-14T21:14:26.007Z | Downloaded futures-timer v3.0.2 |
895 | 2023-11-14T21:14:26.010Z | Downloaded iana-time-zone v0.1.57 |
896 | 2023-11-14T21:14:26.013Z | Downloaded blake2 v0.10.6 |
897 | 2023-11-14T21:14:26.016Z | Downloaded plotters-svg v0.3.5 |
898 | 2023-11-14T21:14:26.019Z | Downloaded xattr v1.0.1 |
899 | 2023-11-14T21:14:26.022Z | Downloaded untrusted v0.9.0 |
900 | 2023-11-14T21:14:26.024Z | Downloaded pretty-hex v0.3.0 |
901 | 2023-11-14T21:14:26.027Z | Downloaded path-slash v0.1.5 |
902 | 2023-11-14T21:14:26.030Z | Downloaded quick-error v1.2.3 |
903 | 2023-11-14T21:14:26.033Z | Downloaded termios v0.3.3 |
904 | 2023-11-14T21:14:26.035Z | Downloaded crypto-common v0.1.6 |
905 | 2023-11-14T21:14:26.038Z | Downloaded opaque-debug v0.3.0 |
906 | 2023-11-14T21:14:26.041Z | Downloaded slog-json v2.6.1 |
907 | 2023-11-14T21:14:26.044Z | Downloaded fastrand v2.0.0 |
908 | 2023-11-14T21:14:26.047Z | Downloaded peeking_take_while v0.1.2 |
909 | 2023-11-14T21:14:26.050Z | Downloaded try-lock v0.2.4 |
910 | 2023-11-14T21:14:26.053Z | Downloaded packed_struct_codegen v0.10.1 |
911 | 2023-11-14T21:14:26.055Z | Downloaded supports-color v2.1.0 |
912 | 2023-11-14T21:14:26.058Z | Downloaded tokio-rustls v0.24.1 |
913 | 2023-11-14T21:14:26.061Z | Downloaded num_threads v0.1.6 |
914 | 2023-11-14T21:14:26.064Z | Downloaded nom v7.1.3 |
915 | 2023-11-14T21:14:26.066Z | Downloaded curve25519-dalek-derive v0.1.0 |
916 | 2023-11-14T21:14:26.070Z | Downloaded rustls-native-certs v0.6.3 |
917 | 2023-11-14T21:14:26.073Z | Downloaded rustc_version v0.4.0 |
918 | 2023-11-14T21:14:26.077Z | Downloaded parse-display-derive v0.7.0 |
919 | 2023-11-14T21:14:26.081Z | Downloaded predicates-core v1.0.6 |
920 | 2023-11-14T21:14:26.084Z | Downloaded clang-sys v1.6.1 |
921 | 2023-11-14T21:14:26.087Z | Downloaded derive_builder_macro v0.12.0 |
922 | 2023-11-14T21:14:26.090Z | Downloaded serial_test_derive v0.10.0 |
923 | 2023-11-14T21:14:26.102Z | Downloaded twox-hash v1.6.3 |
924 | 2023-11-14T21:14:26.107Z | Downloaded diff v0.1.13 |
925 | 2023-11-14T21:14:26.110Z | Downloaded predicates-tree v1.0.9 |
926 | 2023-11-14T21:14:26.113Z | Downloaded termtree v0.4.1 |
927 | 2023-11-14T21:14:26.116Z | Downloaded serde_plain v1.0.2 |
928 | 2023-11-14T21:14:26.120Z | Downloaded futures-executor v0.3.29 |
929 | 2023-11-14T21:14:26.123Z | Downloaded structmeta v0.1.6 |
930 | 2023-11-14T21:14:26.126Z | Downloaded strsim v0.8.0 |
931 | 2023-11-14T21:14:26.130Z | Downloaded heck v0.3.3 |
932 | 2023-11-14T21:14:26.133Z | Downloaded tap v1.0.1 |
933 | 2023-11-14T21:14:26.137Z | Downloaded serde-big-array v0.4.1 |
934 | 2023-11-14T21:14:26.146Z | Downloaded fragile v2.0.0 |
935 | 2023-11-14T21:14:26.150Z | Downloaded pest_generator v2.7.2 |
936 | 2023-11-14T21:14:26.153Z | Downloaded number_prefix v0.4.0 |
937 | 2023-11-14T21:14:26.156Z | Downloaded static_assertions v1.1.0 |
938 | 2023-11-14T21:14:26.159Z | Downloaded stable_deref_trait v1.2.0 |
939 | 2023-11-14T21:14:26.162Z | Downloaded waitgroup v0.1.2 |
940 | 2023-11-14T21:14:26.167Z | Downloaded fallible-streaming-iterator v0.1.9 |
941 | 2023-11-14T21:14:26.170Z | Downloaded toml v0.5.11 |
942 | 2023-11-14T21:14:26.173Z | Downloaded fnv v1.0.7 |
943 | 2023-11-14T21:14:26.176Z | Downloaded dyn-clone v1.0.13 |
944 | 2023-11-14T21:14:26.181Z | Downloaded wait-timeout v0.2.0 |
945 | 2023-11-14T21:14:26.192Z | Downloaded utf-8 v0.7.6 |
946 | 2023-11-14T21:14:26.195Z | Downloaded walkdir v2.4.0 |
947 | 2023-11-14T21:14:26.199Z | Downloaded take_mut v0.2.2 |
948 | 2023-11-14T21:14:26.201Z | Downloaded deranged v0.3.8 |
949 | 2023-11-14T21:14:26.205Z | Downloaded parking_lot_core v0.8.6 |
950 | 2023-11-14T21:14:26.209Z | Downloaded vte_generate_state_changes v0.1.1 |
951 | 2023-11-14T21:14:26.212Z | Downloaded pretty-hex v0.2.1 |
952 | 2023-11-14T21:14:26.215Z | Downloaded diesel_table_macro_syntax v0.1.0 |
953 | 2023-11-14T21:14:26.218Z | Downloaded parse-display v0.8.2 |
954 | 2023-11-14T21:14:26.220Z | Downloaded crunchy v0.2.2 |
955 | 2023-11-14T21:14:26.223Z | Downloaded ref-cast-impl v1.0.20 |
956 | 2023-11-14T21:14:26.226Z | Downloaded zeroize v1.6.0 |
957 | 2023-11-14T21:14:26.230Z | Downloaded whoami v1.4.1 |
958 | 2023-11-14T21:14:26.235Z | Downloaded tracing-attributes v0.1.26 |
959 | 2023-11-14T21:14:26.238Z | Downloaded structmeta-derive v0.2.0 |
960 | 2023-11-14T21:14:26.241Z | Downloaded omicron-zone-package v0.8.3 |
961 | 2023-11-14T21:14:26.244Z | Downloaded poly1305 v0.8.0 |
962 | 2023-11-14T21:14:26.248Z | Downloaded usdt-impl v0.3.5 |
963 | 2023-11-14T21:14:26.252Z | Downloaded crucible-workspace-hack v0.1.0 |
964 | 2023-11-14T21:14:26.254Z | Downloaded phf_shared v0.10.0 |
965 | 2023-11-14T21:14:26.257Z | Downloaded erased-serde v0.3.30 |
966 | 2023-11-14T21:14:26.260Z | Downloaded tokio-postgres v0.7.10 |
967 | 2023-11-14T21:14:26.263Z | Downloaded precomputed-hash v0.1.1 |
968 | 2023-11-14T21:14:26.265Z | Downloaded rustls-pemfile v1.0.3 |
969 | 2023-11-14T21:14:26.268Z | Downloaded pem v1.1.1 |
970 | 2023-11-14T21:14:26.271Z | Downloaded hex v0.4.3 |
971 | 2023-11-14T21:14:26.274Z | Downloaded criterion v0.5.1 |
972 | 2023-11-14T21:14:26.277Z | Downloaded time-core v0.1.1 |
973 | 2023-11-14T21:14:26.279Z | Downloaded vec_map v0.8.2 |
974 | 2023-11-14T21:14:26.282Z | Downloaded funty v2.0.0 |
975 | 2023-11-14T21:14:26.285Z | Downloaded serde_with_macros v2.3.3 |
976 | 2023-11-14T21:14:26.291Z | Downloaded diesel_derives v2.1.1 |
977 | 2023-11-14T21:14:26.295Z | Downloaded slog-bunyan v2.4.0 |
978 | 2023-11-14T21:14:26.298Z | Downloaded shlex v1.1.0 |
979 | 2023-11-14T21:14:26.301Z | Downloaded rand_core v0.6.4 |
980 | 2023-11-14T21:14:26.304Z | Downloaded display-error-chain v0.2.0 |
981 | 2023-11-14T21:14:26.307Z | Downloaded zerocopy v0.3.0 |
982 | 2023-11-14T21:14:26.309Z | Downloaded signature v1.6.4 |
983 | 2023-11-14T21:14:26.312Z | Downloaded float-cmp v0.9.0 |
984 | 2023-11-14T21:14:26.315Z | Downloaded uuid v1.5.0 |
985 | 2023-11-14T21:14:26.319Z | Downloaded pkcs8 v0.10.2 |
986 | 2023-11-14T21:14:26.322Z | Downloaded proc-macro-error-attr v1.0.4 |
987 | 2023-11-14T21:14:26.325Z | Downloaded sct v0.7.0 |
988 | 2023-11-14T21:14:26.328Z | Downloaded proc-macro-crate v1.3.1 |
989 | 2023-11-14T21:14:26.331Z | Downloaded either v1.9.0 |
990 | 2023-11-14T21:14:26.334Z | Downloaded ena v0.14.2 |
991 | 2023-11-14T21:14:26.337Z | Downloaded half v1.8.2 |
992 | 2023-11-14T21:14:26.339Z | Downloaded toolchain_find v0.2.0 |
993 | 2023-11-14T21:14:26.342Z | Downloaded time-macros v0.2.13 |
994 | 2023-11-14T21:14:26.345Z | Downloaded num-bigint-dig v0.8.4 |
995 | 2023-11-14T21:14:26.347Z | Downloaded zone_cfg_derive v0.3.0 |
996 | 2023-11-14T21:14:26.350Z | Downloaded want v0.3.1 |
997 | 2023-11-14T21:14:26.353Z | Downloaded postgres-types v0.2.6 |
998 | 2023-11-14T21:14:26.361Z | Downloaded structmeta v0.2.0 |
999 | 2023-11-14T21:14:26.369Z | Downloaded zeroize_derive v1.4.2 |
1000 | 2023-11-14T21:14:26.381Z | Downloaded yansi v0.5.1 |
1001 | 2023-11-14T21:14:26.393Z | Downloaded slog-async v2.8.0 |
1002 | 2023-11-14T21:14:26.402Z | Downloaded serde_yaml v0.9.25 |
1003 | 2023-11-14T21:14:26.409Z | Downloaded serde_repr v0.1.16 |
1004 | 2023-11-14T21:14:26.413Z | Downloaded usdt-attr-macro v0.3.5 |
1005 | 2023-11-14T21:14:26.416Z | Downloaded darling_macro v0.20.3 |
1006 | 2023-11-14T21:14:26.421Z | Downloaded tempfile v3.8.0 |
1007 | 2023-11-14T21:14:26.425Z | Downloaded rand_chacha v0.3.1 |
1008 | 2023-11-14T21:14:26.429Z | Downloaded plotters-backend v0.3.5 |
1009 | 2023-11-14T21:14:26.432Z | Downloaded ref-cast v1.0.20 |
1010 | 2023-11-14T21:14:26.437Z | Downloaded tinyvec v1.6.0 |
1011 | 2023-11-14T21:14:26.440Z | Downloaded tui-tree-widget v0.13.0 |
1012 | 2023-11-14T21:14:26.443Z | Downloaded snafu-derive v0.7.5 |
1013 | 2023-11-14T21:14:26.447Z | Downloaded thiserror-no-std v2.0.2 |
1014 | 2023-11-14T21:14:26.451Z | Downloaded spki v0.7.2 |
1015 | 2023-11-14T21:14:26.454Z | Downloaded tracing v0.1.37 |
1016 | 2023-11-14T21:14:26.461Z | Downloaded serde_tokenstream v0.2.0 |
1017 | 2023-11-14T21:14:26.465Z | Downloaded sha1 v0.10.5 |
1018 | 2023-11-14T21:14:26.468Z | Downloaded tungstenite v0.20.1 |
1019 | 2023-11-14T21:14:26.471Z | Downloaded polyval v0.6.1 |
1020 | 2023-11-14T21:14:26.473Z | Downloaded zone v0.3.0 |
1021 | 2023-11-14T21:14:26.476Z | Downloaded flate2 v1.0.28 |
1022 | 2023-11-14T21:14:26.479Z | Downloaded trybuild v1.0.85 |
1023 | 2023-11-14T21:14:26.488Z | Downloaded ringbuffer v0.15.0 |
1024 | 2023-11-14T21:14:26.491Z | Downloaded postcard v0.7.3 |
1025 | 2023-11-14T21:14:26.495Z | Downloaded unicode-segmentation v1.10.1 |
1026 | 2023-11-14T21:14:26.498Z | Downloaded rstest v0.18.2 |
1027 | 2023-11-14T21:14:26.500Z | Downloaded trust-dns-resolver v0.22.0 |
1028 | 2023-11-14T21:14:26.504Z | Downloaded ron v0.7.1 |
1029 | 2023-11-14T21:14:26.506Z | Downloaded rand v0.4.6 |
1030 | 2023-11-14T21:14:26.509Z | Downloaded vergen v8.2.4 |
1031 | 2023-11-14T21:14:26.512Z | Downloaded rstest_macros v0.18.2 |
1032 | 2023-11-14T21:14:26.515Z | Downloaded rayon-core v1.12.0 |
1033 | 2023-11-14T21:14:26.517Z | Downloaded prettyplease v0.2.12 |
1034 | 2023-11-14T21:14:26.520Z | Downloaded hkdf v0.12.3 |
1035 | 2023-11-14T21:14:26.523Z | Downloaded socket2 v0.4.9 |
1036 | 2023-11-14T21:14:26.526Z | Downloaded elliptic-curve v0.13.5 |
1037 | 2023-11-14T21:14:26.529Z | Downloaded h2 v0.3.21 |
1038 | 2023-11-14T21:14:26.531Z | Downloaded structopt v0.3.26 |
1039 | 2023-11-14T21:14:26.534Z | Downloaded rsa v0.9.2 |
1040 | 2023-11-14T21:14:26.537Z | Downloaded tracing-core v0.1.31 |
1041 | 2023-11-14T21:14:26.539Z | Downloaded expectorate v1.1.0 |
1042 | 2023-11-14T21:14:26.542Z | Downloaded trust-dns-server v0.22.1 |
1043 | 2023-11-14T21:14:26.545Z | Downloaded bindgen v0.65.1 |
1044 | 2023-11-14T21:14:26.548Z | Downloaded url v2.4.1 |
1045 | 2023-11-14T21:14:26.551Z | Downloaded lalrpop v0.19.12 |
1046 | 2023-11-14T21:14:26.554Z | Downloaded x509-cert v0.2.4 |
1047 | 2023-11-14T21:14:26.556Z | Downloaded zip v0.6.6 |
1048 | 2023-11-14T21:14:26.559Z | Downloaded pest v2.7.2 |
1049 | 2023-11-14T21:14:26.562Z | Downloaded radix_trie v0.2.1 |
1050 | 2023-11-14T21:14:26.565Z | Downloaded portable-atomic v1.4.3 |
1051 | 2023-11-14T21:14:26.569Z | Downloaded idna v0.4.0 |
1052 | 2023-11-14T21:14:26.572Z | Downloaded smoltcp v0.8.2 |
1053 | 2023-11-14T21:14:26.576Z | Downloaded rayon v1.8.0 |
1054 | 2023-11-14T21:14:26.579Z | Downloaded rustls-webpki v0.101.7 |
1055 | 2023-11-14T21:14:26.582Z | Downloaded syn v1.0.109 |
1056 | 2023-11-14T21:14:26.585Z | Downloaded petgraph v0.6.4 |
1057 | 2023-11-14T21:14:26.588Z | Downloaded webpki-roots v0.25.2 |
1058 | 2023-11-14T21:14:26.591Z | Downloaded object v0.30.4 |
1059 | 2023-11-14T21:14:26.594Z | Downloaded tabled v0.14.0 |
1060 | 2023-11-14T21:14:26.597Z | Downloaded regex v1.10.2 |
1061 | 2023-11-14T21:14:26.600Z | Downloaded regex-syntax v0.7.5 |
1062 | 2023-11-14T21:14:26.603Z | Downloaded bstr v1.6.0 |
1063 | 2023-11-14T21:14:26.605Z | Downloaded openapiv3 v1.0.3 |
1064 | 2023-11-14T21:14:26.608Z | Downloaded regex-syntax v0.6.29 |
1065 | 2023-11-14T21:14:26.611Z | Downloaded curve25519-dalek v4.1.0 |
1066 | 2023-11-14T21:14:26.617Z | Downloaded zerocopy-derive v0.2.0 |
1067 | 2023-11-14T21:14:26.637Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1068 | 2023-11-14T21:14:26.662Z | Downloaded zerocopy-derive v0.6.4 |
1069 | 2023-11-14T21:14:26.684Z | Downloaded sled v0.34.7 |
1070 | 2023-11-14T21:14:26.706Z | Downloaded regex-automata v0.4.3 |
1071 | 2023-11-14T21:14:26.740Z | Downloaded regex-automata v0.3.8 |
1072 | 2023-11-14T21:14:26.774Z | Downloaded diesel v2.1.3 |
1073 | 2023-11-14T21:14:26.813Z | Downloaded tokio v1.33.0 |
1074 | 2023-11-14T21:14:26.875Z | Downloaded sha3 v0.10.8 |
1075 | 2023-11-14T21:14:26.889Z | Downloaded rustix v0.38.9 |
1076 | 2023-11-14T21:14:26.931Z | Downloaded trust-dns-proto v0.22.0 |
1077 | 2023-11-14T21:14:26.955Z | Downloaded object v0.32.1 |
1078 | 2023-11-14T21:14:26.977Z | Downloaded vcpkg v0.2.15 |
1079 | 2023-11-14T21:14:27.053Z | Downloaded rustls v0.21.8 |
1080 | 2023-11-14T21:14:27.076Z | Downloaded openssl v0.10.57 |
1081 | 2023-11-14T21:14:27.094Z | Downloaded encoding_rs v0.8.33 |
1082 | 2023-11-14T21:14:27.140Z | Downloaded bstr v0.2.17 |
1083 | 2023-11-14T21:14:27.162Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1084 | 2023-11-14T21:14:27.271Z | Downloaded regress v0.7.1 |
1085 | 2023-11-14T21:14:27.286Z | Downloaded polar-core v0.27.0 |
1086 | 2023-11-14T21:14:27.303Z | Downloaded gimli v0.28.0 |
1087 | 2023-11-14T21:14:27.318Z | Downloaded ratatui v0.23.0 |
1088 | 2023-11-14T21:14:27.340Z | Downloaded smoltcp v0.9.1 |
1089 | 2023-11-14T21:14:27.361Z | Downloaded idna v0.2.3 |
1090 | 2023-11-14T21:14:27.375Z | Downloaded regex-syntax v0.8.2 |
1091 | 2023-11-14T21:14:27.393Z | Downloaded nix v0.26.2 |
1092 | 2023-11-14T21:14:27.414Z | Downloaded chrono v0.4.31 |
1093 | 2023-11-14T21:14:27.428Z | Downloaded time v0.3.27 |
1094 | 2023-11-14T21:14:27.440Z | Downloaded quick-xml v0.23.1 |
1095 | 2023-11-14T21:14:27.454Z | Downloaded proptest v1.3.1 |
1096 | 2023-11-14T21:14:27.472Z | Downloaded git2 v0.17.2 |
1097 | 2023-11-14T21:14:27.488Z | Downloaded steno v0.4.0 |
1098 | 2023-11-14T21:14:27.495Z | Downloaded libz-sys v1.1.12 |
1099 | 2023-11-14T21:14:27.621Z | Downloaded libsqlite3-sys v0.26.0 |
1100 | 2023-11-14T21:14:27.764Z | Downloaded bitvec v1.0.1 |
1101 | 2023-11-14T21:14:27.792Z | Downloaded tough v0.14.0 |
1102 | 2023-11-14T21:14:27.806Z | Downloaded plotters v0.3.5 |
1103 | 2023-11-14T21:14:27.822Z | Downloaded futures-util v0.3.29 |
1104 | 2023-11-14T21:14:27.845Z | Downloaded signal-hook v0.3.17 |
1105 | 2023-11-14T21:14:27.850Z | Downloaded unicode-bidi v0.3.13 |
1106 | 2023-11-14T21:14:27.878Z | Downloaded unicode-normalization v0.1.22 |
1107 | 2023-11-14T21:14:27.881Z | Downloaded regex-automata v0.1.10 |
1108 | 2023-11-14T21:14:27.884Z | Downloaded crypto-bigint v0.5.2 |
1109 | 2023-11-14T21:14:27.887Z | Downloaded rand v0.8.5 |
1110 | 2023-11-14T21:14:27.890Z | Downloaded toml_edit v0.19.15 |
1111 | 2023-11-14T21:14:27.917Z | Downloaded trust-dns-client v0.22.0 |
1112 | 2023-11-14T21:14:27.926Z | Downloaded ring v0.17.5 |
1113 | 2023-11-14T21:14:28.064Z | Downloaded hashbrown v0.12.3 |
1114 | 2023-11-14T21:14:28.072Z | Downloaded hyper v0.14.27 |
1115 | 2023-11-14T21:14:28.087Z | Downloaded flume v0.11.0 |
1116 | 2023-11-14T21:14:28.094Z | Downloaded reedline v0.25.0 |
1117 | 2023-11-14T21:14:28.111Z | Downloaded hashbrown v0.13.2 |
1118 | 2023-11-14T21:14:28.121Z | Downloaded rustc-demangle v0.1.23 |
1119 | 2023-11-14T21:14:28.124Z | Downloaded relative-path v1.9.0 |
1120 | 2023-11-14T21:14:28.128Z | Downloaded heapless v0.7.16 |
1121 | 2023-11-14T21:14:28.130Z | Downloaded predicates v3.0.4 |
1122 | 2023-11-14T21:14:28.133Z | Downloaded stringprep v0.1.3 |
1123 | 2023-11-14T21:14:28.137Z | Downloaded spin v0.9.8 |
1124 | 2023-11-14T21:14:28.140Z | Downloaded ring v0.16.20 |
1125 | 2023-11-14T21:14:28.300Z | Downloaded tungstenite v0.18.0 |
1126 | 2023-11-14T21:14:28.304Z | Downloaded schemars v0.8.13 |
1127 | 2023-11-14T21:14:28.323Z | Downloaded reqwest v0.11.20 |
1128 | 2023-11-14T21:14:28.336Z | Downloaded spin v0.5.2 |
1129 | 2023-11-14T21:14:28.339Z | Downloaded unarray v0.1.4 |
1130 | 2023-11-14T21:14:28.342Z | Downloaded strum_macros v0.24.3 |
1131 | 2023-11-14T21:14:28.345Z | Downloaded tokio-util v0.7.10 |
1132 | 2023-11-14T21:14:28.355Z | Downloaded libxml v0.3.3 |
1133 | 2023-11-14T21:14:28.365Z | Downloaded r2d2 v0.8.10 |
1134 | 2023-11-14T21:14:28.367Z | Downloaded postcard-cobs v0.1.5-pre |
1135 | 2023-11-14T21:14:28.370Z | Downloaded datatest-stable v0.2.3 |
1136 | 2023-11-14T21:14:28.373Z | Downloaded topological-sort v0.2.2 |
1137 | 2023-11-14T21:14:28.378Z | Downloaded synstructure v0.12.6 |
1138 | 2023-11-14T21:14:28.381Z | Downloaded derive-where v1.2.5 |
1139 | 2023-11-14T21:14:28.384Z | Downloaded slog v2.7.0 |
1140 | 2023-11-14T21:14:28.387Z | Downloaded serde_tokenstream v0.1.7 |
1141 | 2023-11-14T21:14:28.391Z | Downloaded unicode-xid v0.2.4 |
1142 | 2023-11-14T21:14:28.393Z | Downloaded ppv-lite86 v0.2.17 |
1143 | 2023-11-14T21:14:28.396Z | Downloaded postgres-protocol v0.6.6 |
1144 | 2023-11-14T21:14:28.401Z | Downloaded clap v2.34.0 |
1145 | 2023-11-14T21:14:28.410Z | Downloaded smf v0.2.2 |
1146 | 2023-11-14T21:14:28.413Z | Downloaded crossterm v0.27.0 |
1147 | 2023-11-14T21:14:28.423Z | Downloaded serde_with v2.3.3 |
1148 | 2023-11-14T21:14:28.434Z | Downloaded typenum v1.16.0 |
1149 | 2023-11-14T21:14:28.438Z | Downloaded unsafe-libyaml v0.2.9 |
1150 | 2023-11-14T21:14:28.444Z | Downloaded pin-project v1.1.3 |
1151 | 2023-11-14T21:14:28.463Z | Downloaded headers v0.3.9 |
1152 | 2023-11-14T21:14:28.472Z | Downloaded pkcs1 v0.7.5 |
1153 | 2023-11-14T21:14:28.476Z | Downloaded pin-utils v0.1.0 |
1154 | 2023-11-14T21:14:28.479Z | Downloaded once_cell v1.18.0 |
1155 | 2023-11-14T21:14:28.483Z | Downloaded derive_more v0.99.17 |
1156 | 2023-11-14T21:14:28.490Z | Downloaded pretty_assertions v1.4.0 |
1157 | 2023-11-14T21:14:28.493Z | Downloaded rusqlite v0.29.0 |
1158 | 2023-11-14T21:14:28.503Z | Downloaded aho-corasick v1.0.4 |
1159 | 2023-11-14T21:14:28.513Z | Downloaded proc-macro-error v1.0.4 |
1160 | 2023-11-14T21:14:28.520Z | Downloaded pin-project-internal v1.1.3 |
1161 | 2023-11-14T21:14:28.523Z | Downloaded futures-channel v0.3.29 |
1162 | 2023-11-14T21:14:28.529Z | Downloaded snafu v0.7.5 |
1163 | 2023-11-14T21:14:28.534Z | Downloaded rtoolbox v0.0.1 |
1164 | 2023-11-14T21:14:28.536Z | Downloaded shell-words v1.1.0 |
1165 | 2023-11-14T21:14:28.539Z | Downloaded futures v0.3.29 |
1166 | 2023-11-14T21:14:28.545Z | Downloaded derive_builder v0.12.0 |
1167 | 2023-11-14T21:14:28.553Z | Downloaded zerocopy v0.6.4 |
1168 | 2023-11-14T21:14:28.557Z | Downloaded platforms v3.0.2 |
1169 | 2023-11-14T21:14:28.561Z | Downloaded pest_derive v2.7.2 |
1170 | 2023-11-14T21:14:28.564Z | Downloaded darling v0.14.4 |
1171 | 2023-11-14T21:14:28.569Z | Downloaded password-hash v0.5.0 |
1172 | 2023-11-14T21:14:28.572Z | Downloaded rcgen v0.11.3 |
1173 | 2023-11-14T21:14:28.576Z | Downloaded openssl-sys v0.9.93 |
1174 | 2023-11-14T21:14:28.585Z | Downloaded enum-as-inner v0.5.1 |
1175 | 2023-11-14T21:14:28.589Z | Downloaded der v0.7.8 |
1176 | 2023-11-14T21:14:28.596Z | Downloaded derive_builder_core v0.12.0 |
1177 | 2023-11-14T21:14:28.599Z | Downloaded hash32 v0.2.1 |
1178 | 2023-11-14T21:14:28.602Z | Downloaded parking_lot_core v0.9.8 |
1179 | 2023-11-14T21:14:28.605Z | Downloaded pin-project-lite v0.2.13 |
1180 | 2023-11-14T21:14:28.614Z | Downloaded der_derive v0.7.2 |
1181 | 2023-11-14T21:14:28.617Z | Downloaded data-encoding v2.4.0 |
1182 | 2023-11-14T21:14:28.621Z | Downloaded similar-asserts v1.5.0 |
1183 | 2023-11-14T21:14:28.624Z | Downloaded signal-hook-mio v0.2.3 |
1184 | 2023-11-14T21:14:28.628Z | Downloaded textwrap v0.16.0 |
1185 | 2023-11-14T21:14:28.632Z | Downloaded serde_urlencoded v0.7.1 |
1186 | 2023-11-14T21:14:28.636Z | Downloaded futures-core v0.3.29 |
1187 | 2023-11-14T21:14:28.639Z | Downloaded swrite v0.1.0 |
1188 | 2023-11-14T21:14:28.642Z | Downloaded toml v0.7.8 |
1189 | 2023-11-14T21:14:28.646Z | Downloaded flagset v0.4.3 |
1190 | 2023-11-14T21:14:28.651Z | Downloaded fixedbitset v0.4.2 |
1191 | 2023-11-14T21:14:28.655Z | Downloaded ed25519 v1.5.3 |
1192 | 2023-11-14T21:14:28.658Z | Downloaded wyz v0.5.1 |
1193 | 2023-11-14T21:14:28.664Z | Downloaded ucd-trie v0.1.6 |
1194 | 2023-11-14T21:14:28.667Z | Downloaded hashlink v0.8.3 |
1195 | 2023-11-14T21:14:28.670Z | Downloaded termcolor v1.2.0 |
1196 | 2023-11-14T21:14:28.673Z | Downloaded libm v0.2.7 |
1197 | 2023-11-14T21:14:28.676Z | Downloaded aes v0.8.3 |
1198 | 2023-11-14T21:14:28.679Z | Downloaded signature v2.1.0 |
1199 | 2023-11-14T21:14:28.683Z | Downloaded untrusted v0.7.1 |
1200 | 2023-11-14T21:14:28.686Z | Downloaded slog-term v2.9.0 |
1201 | 2023-11-14T21:14:28.689Z | Downloaded resolv-conf v0.7.0 |
1202 | 2023-11-14T21:14:28.694Z | Downloaded fatfs v0.3.6 |
1203 | 2023-11-14T21:14:28.697Z | Downloaded which v4.4.0 |
1204 | 2023-11-14T21:14:28.700Z | Downloaded unicode-linebreak v0.1.5 |
1205 | 2023-11-14T21:14:28.703Z | Downloaded env_logger v0.10.0 |
1206 | 2023-11-14T21:14:28.706Z | Downloaded futures-io v0.3.29 |
1207 | 2023-11-14T21:14:28.709Z | Downloaded env_logger v0.9.3 |
1208 | 2023-11-14T21:14:28.712Z | Downloaded minimal-lexical v0.2.1 |
1209 | 2023-11-14T21:14:28.716Z | Downloaded crossbeam-channel v0.5.8 |
1210 | 2023-11-14T21:14:28.724Z | Downloaded similar v2.2.1 |
1211 | 2023-11-14T21:14:28.732Z | Downloaded parking_lot v0.12.1 |
1212 | 2023-11-14T21:14:28.736Z | Downloaded darling_core v0.20.3 |
1213 | 2023-11-14T21:14:28.744Z | Downloaded strip-ansi-escapes v0.2.0 |
1214 | 2023-11-14T21:14:28.748Z | Downloaded rand_xorshift v0.3.0 |
1215 | 2023-11-14T21:14:28.751Z | Downloaded difflib v0.4.0 |
1216 | 2023-11-14T21:14:28.755Z | Downloaded phf_shared v0.11.2 |
1217 | 2023-11-14T21:14:28.757Z | Downloaded headers-core v0.2.0 |
1218 | 2023-11-14T21:14:28.760Z | Downloaded salty v0.2.0 |
1219 | 2023-11-14T21:14:28.764Z | Downloaded itertools v0.10.5 |
1220 | 2023-11-14T21:14:28.773Z | Downloaded scopeguard v1.2.0 |
1221 | 2023-11-14T21:14:28.776Z | Downloaded remove_dir_all v0.5.3 |
1222 | 2023-11-14T21:14:28.779Z | Downloaded subprocess v0.2.9 |
1223 | 2023-11-14T21:14:28.782Z | Downloaded fallible-iterator v0.2.0 |
1224 | 2023-11-14T21:14:28.785Z | Downloaded structmeta-derive v0.1.6 |
1225 | 2023-11-14T21:14:28.789Z | Downloaded unicase v2.7.0 |
1226 | 2023-11-14T21:14:28.792Z | Downloaded papergrid v0.10.0 |
1227 | 2023-11-14T21:14:28.796Z | Downloaded universal-hash v0.5.1 |
1228 | 2023-11-14T21:14:28.800Z | Downloaded rustc-hash v1.1.0 |
1229 | 2023-11-14T21:14:28.804Z | Downloaded partial-io v0.5.4 |
1230 | 2023-11-14T21:14:28.807Z | Downloaded darling_core v0.14.4 |
1231 | 2023-11-14T21:14:28.810Z | Downloaded itertools v0.11.0 |
1232 | 2023-11-14T21:14:28.820Z | Downloaded fs-err v2.9.0 |
1233 | 2023-11-14T21:14:28.825Z | Downloaded http v0.2.9 |
1234 | 2023-11-14T21:14:28.831Z | Downloaded ff v0.13.0 |
1235 | 2023-11-14T21:14:28.834Z | Downloaded fd-lock v3.0.13 |
1236 | 2023-11-14T21:14:28.838Z | Downloaded unicode-width v0.1.11 |
1237 | 2023-11-14T21:14:28.843Z | Downloaded pem-rfc7468 v0.7.0 |
1238 | 2023-11-14T21:14:28.846Z | Downloaded semver-parser v0.10.2 |
1239 | 2023-11-14T21:14:28.849Z | Downloaded phf v0.11.2 |
1240 | 2023-11-14T21:14:28.852Z | Downloaded futures-macro v0.3.29 |
1241 | 2023-11-14T21:14:28.855Z | Downloaded endian-type v0.1.2 |
1242 | 2023-11-14T21:14:28.858Z | Downloaded group v0.13.0 |
1243 | 2023-11-14T21:14:28.862Z | Downloaded globset v0.4.13 |
1244 | 2023-11-14T21:14:28.866Z | Downloaded usdt-macro v0.3.5 |
1245 | 2023-11-14T21:14:28.868Z | Downloaded oso v0.27.0 |
1246 | 2023-11-14T21:14:28.871Z | Downloaded test-strategy v0.3.1 |
1247 | 2023-11-14T21:14:28.874Z | Downloaded cc v1.0.83 |
1248 | 2023-11-14T21:14:28.877Z | Downloaded vte v0.11.1 |
1249 | 2023-11-14T21:14:28.906Z | Downloaded tower-service v0.3.2 |
1250 | 2023-11-14T21:14:28.910Z | Downloaded pem v3.0.2 |
1251 | 2023-11-14T21:14:28.913Z | Downloaded path-dedot v3.1.0 |
1252 | 2023-11-14T21:14:28.916Z | Downloaded oorandom v11.1.3 |
1253 | 2023-11-14T21:14:28.920Z | Downloaded olpc-cjson v0.1.3 |
1254 | 2023-11-14T21:14:28.923Z | Downloaded rustc_version v0.1.7 |
1255 | 2023-11-14T21:14:28.926Z | Downloaded parking_lot v0.11.2 |
1256 | 2023-11-14T21:14:28.928Z | Downloaded vsss-rs v3.3.1 |
1257 | 2023-11-14T21:14:28.932Z | Downloaded owo-colors v3.5.0 |
1258 | 2023-11-14T21:14:28.935Z | Downloaded pest_meta v2.7.2 |
1259 | 2023-11-14T21:14:28.938Z | Downloaded pkg-config v0.3.27 |
1260 | 2023-11-14T21:14:28.942Z | Downloaded ron v0.8.1 |
1261 | 2023-11-14T21:14:28.945Z | Downloaded percent-encoding v2.3.0 |
1262 | 2023-11-14T21:14:28.948Z | Downloaded term v0.7.0 |
1263 | 2023-11-14T21:14:28.951Z | Downloaded socket2 v0.5.4 |
1264 | 2023-11-14T21:14:28.954Z | Downloaded predicates v2.1.5 |
1265 | 2023-11-14T21:14:28.957Z | Downloaded darling v0.20.3 |
1266 | 2023-11-14T21:14:28.960Z | Downloaded scheduled-thread-pool v0.2.7 |
1267 | 2023-11-14T21:14:28.962Z | Downloaded radium v0.7.0 |
1268 | 2023-11-14T21:14:28.965Z | Downloaded paste v1.0.14 |
1269 | 2023-11-14T21:14:28.968Z | Downloaded serde_path_to_error v0.1.14 |
1270 | 2023-11-14T21:14:28.971Z | Downloaded semver v0.11.0 |
1271 | 2023-11-14T21:14:28.975Z | Downloaded parse-display-derive v0.8.2 |
1272 | 2023-11-14T21:14:28.977Z | Downloaded yasna v0.5.2 |
1273 | 2023-11-14T21:14:28.980Z | Downloaded indicatif v0.17.7 |
1274 | 2023-11-14T21:14:28.983Z | Downloaded basic-toml v0.1.4 |
1275 | 2023-11-14T21:14:28.986Z | Downloaded arc-swap v1.6.0 |
1276 | 2023-11-14T21:14:28.989Z | Downloaded allocator-api2 v0.2.16 |
1277 | 2023-11-14T21:14:28.993Z | Downloaded tar v0.4.40 |
1278 | 2023-11-14T21:14:28.995Z | Downloaded subtle v2.5.0 |
1279 | 2023-11-14T21:14:28.999Z | Downloaded textwrap v0.11.0 |
1280 | 2023-11-14T21:14:29.002Z | Downloaded filetime v0.2.22 |
1281 | 2023-11-14T21:14:29.005Z | Downloaded getrandom v0.2.10 |
1282 | 2023-11-14T21:14:29.009Z | Downloaded path-absolutize v3.1.0 |
1283 | 2023-11-14T21:14:29.013Z | Downloaded openssl-probe v0.1.5 |
1284 | 2023-11-14T21:14:29.016Z | Downloaded openssl-macros v0.1.1 |
1285 | 2023-11-14T21:14:29.019Z | Downloaded version_check v0.9.4 |
1286 | 2023-11-14T21:14:29.022Z | Downloaded tokio-stream v0.1.14 |
1287 | 2023-11-14T21:14:29.024Z | Downloaded cancel-safe-futures v0.1.5 |
1288 | 2023-11-14T21:14:29.029Z | Downloaded slog-stdlog v4.1.1 |
1289 | 2023-11-14T21:14:29.032Z | Downloaded schemars_derive v0.8.13 |
1290 | 2023-11-14T21:14:29.034Z | Downloaded same-file v1.0.6 |
1291 | 2023-11-14T21:14:29.037Z | Downloaded packed_struct v0.10.1 |
1292 | 2023-11-14T21:14:29.077Z | Downloaded form_urlencoded v1.2.0 |
1293 | 2023-11-14T21:14:29.081Z | Downloaded slog-envlogger v2.2.0 |
1294 | 2023-11-14T21:14:29.084Z | Downloaded crossbeam-utils v0.8.16 |
1295 | 2023-11-14T21:14:29.087Z | Downloaded debug-ignore v1.0.5 |
1296 | 2023-11-14T21:14:29.090Z | Downloaded dashmap v5.5.1 |
1297 | 2023-11-14T21:14:29.093Z | Downloaded ctr v0.9.2 |
1298 | 2023-11-14T21:14:29.095Z | Downloaded tiny-keccak v2.0.2 |
1299 | 2023-11-14T21:14:29.098Z | Downloaded httparse v1.8.0 |
1300 | 2023-11-14T21:14:29.101Z | Downloaded bzip2 v0.4.4 |
1301 | 2023-11-14T21:14:29.104Z | Downloaded parse-display v0.7.0 |
1302 | 2023-11-14T21:14:29.107Z | Downloaded smallvec v0.6.14 |
1303 | 2023-11-14T21:14:29.110Z | Downloaded sha2 v0.10.8 |
1304 | 2023-11-14T21:14:29.114Z | Downloaded serde-big-array v0.5.1 |
1305 | 2023-11-14T21:14:29.118Z | Downloaded backtrace v0.3.69 |
1306 | 2023-11-14T21:14:29.129Z | Downloaded cstr-argument v0.1.2 |
1307 | 2023-11-14T21:14:29.132Z | Downloaded usdt v0.3.5 |
1308 | 2023-11-14T21:14:29.135Z | Downloaded tabled_derive v0.6.0 |
1309 | 2023-11-14T21:14:29.139Z | Downloaded digest v0.10.7 |
1310 | 2023-11-14T21:14:29.142Z | Downloaded tokio-tungstenite v0.20.1 |
1311 | 2023-11-14T21:14:29.145Z | Downloaded base64 v0.13.1 |
1312 | 2023-11-14T21:14:29.153Z | Downloaded getopts v0.2.21 |
1313 | 2023-11-14T21:14:29.156Z | Downloaded tinytemplate v1.2.1 |
1314 | 2023-11-14T21:14:29.160Z | Downloaded threadpool v1.8.1 |
1315 | 2023-11-14T21:14:29.163Z | Downloaded smallvec v1.11.0 |
1316 | 2023-11-14T21:14:29.168Z | Downloaded slog-scope v4.4.0 |
1317 | 2023-11-14T21:14:29.172Z | Downloaded rust-argon2 v1.0.1 |
1318 | 2023-11-14T21:14:29.175Z | Downloaded const-oid v0.9.5 |
1319 | 2023-11-14T21:14:29.181Z | Downloaded glob v0.3.1 |
1320 | 2023-11-14T21:14:29.184Z | Downloaded generic-array v0.14.7 |
1321 | 2023-11-14T21:14:29.187Z | Downloaded serde_derive_internals v0.26.0 |
1322 | 2023-11-14T21:14:29.191Z | Downloaded nu-ansi-term v0.49.0 |
1323 | 2023-11-14T21:14:29.196Z | Downloaded mime_guess v2.0.4 |
1324 | 2023-11-14T21:14:29.199Z | Downloaded bytes v1.5.0 |
1325 | 2023-11-14T21:14:29.205Z | Downloaded futures-task v0.3.29 |
1326 | 2023-11-14T21:14:29.208Z | Downloaded tokio-tungstenite v0.18.0 |
1327 | 2023-11-14T21:14:29.211Z | Downloaded tokio-macros v2.1.0 |
1328 | 2023-11-14T21:14:29.214Z | Downloaded libefi-sys v0.1.0 |
1329 | 2023-11-14T21:14:29.217Z | Downloaded serde-hex v0.1.0 |
1330 | 2023-11-14T21:14:29.222Z | Downloaded rustversion v1.0.14 |
1331 | 2023-11-14T21:14:29.225Z | Downloaded native-tls v0.2.11 |
1332 | 2023-11-14T21:14:29.228Z | Downloaded const_format v0.2.31 |
1333 | 2023-11-14T21:14:29.231Z | Downloaded num-complex v0.4.4 |
1334 | 2023-11-14T21:14:29.234Z | Downloaded thread-id v4.2.0 |
1335 | 2023-11-14T21:14:29.237Z | Downloaded thiserror-impl-no-std v2.0.2 |
1336 | 2023-11-14T21:14:29.240Z | Downloaded structopt-derive v0.4.18 |
1337 | 2023-11-14T21:14:29.243Z | Downloaded slab v0.4.9 |
1338 | 2023-11-14T21:14:29.246Z | Downloaded chacha20poly1305 v0.10.1 |
1339 | 2023-11-14T21:14:29.249Z | Downloaded base64ct v1.6.0 |
1340 | 2023-11-14T21:14:29.252Z | Downloaded ascii v1.1.0 |
1341 | 2023-11-14T21:14:29.254Z | Downloaded tokio-native-tls v0.3.1 |
1342 | 2023-11-14T21:14:29.258Z | Downloaded thread_local v1.1.7 |
1343 | 2023-11-14T21:14:29.261Z | Downloaded string_cache v0.8.7 |
1344 | 2023-11-14T21:14:29.263Z | Downloaded rusty-fork v0.3.0 |
1345 | 2023-11-14T21:14:29.266Z | Downloaded strum_macros v0.25.2 |
1346 | 2023-11-14T21:14:29.269Z | Downloaded blake2b_simd v1.0.1 |
1347 | 2023-11-14T21:14:29.273Z | Downloaded multer v2.1.0 |
1348 | 2023-11-14T21:14:29.277Z | Downloaded ahash v0.8.3 |
1349 | 2023-11-14T21:14:29.280Z | Downloaded addr2line v0.21.0 |
1350 | 2023-11-14T21:14:29.282Z | Downloaded smawk v0.3.1 |
1351 | 2023-11-14T21:14:29.285Z | Downloaded semver v0.1.20 |
1352 | 2023-11-14T21:14:29.288Z | Downloaded secrecy v0.8.0 |
1353 | 2023-11-14T21:14:29.291Z | Downloaded byteorder v1.5.0 |
1354 | 2023-11-14T21:14:29.293Z | Downloaded serde_arrays v0.1.0 |
1355 | 2023-11-14T21:14:29.297Z | Downloaded rustfmt-wrapper v0.2.0 |
1356 | 2023-11-14T21:14:29.300Z | Downloaded num-integer v0.1.45 |
1357 | 2023-11-14T21:14:29.303Z | Downloaded num-derive v0.4.0 |
1358 | 2023-11-14T21:14:29.306Z | Downloaded indoc v2.0.3 |
1359 | 2023-11-14T21:14:29.308Z | Downloaded crossbeam-epoch v0.9.15 |
1360 | 2023-11-14T21:14:29.311Z | Downloaded crc-any v2.4.3 |
1361 | 2023-11-14T21:14:29.314Z | Downloaded num_enum v0.7.0 |
1362 | 2023-11-14T21:14:29.320Z | Downloaded hyper-staticfile v0.9.5 |
1363 | 2023-11-14T21:14:29.323Z | Downloaded memoffset v0.7.1 |
1364 | 2023-11-14T21:14:29.326Z | Downloaded fxhash v0.2.1 |
1365 | 2023-11-14T21:14:29.329Z | Downloaded futures-sink v0.3.29 |
1366 | 2023-11-14T21:14:29.332Z | Downloaded dtrace-parser v0.1.14 |
1367 | 2023-11-14T21:14:29.335Z | Downloaded doc-comment v0.3.3 |
1368 | 2023-11-14T21:14:29.338Z | Downloaded dirs-sys-next v0.1.2 |
1369 | 2023-11-14T21:14:29.341Z | Downloaded ipnet v2.8.0 |
1370 | 2023-11-14T21:14:29.344Z | Downloaded cipher v0.4.4 |
1371 | 2023-11-14T21:14:29.347Z | Downloaded libloading v0.7.4 |
1372 | 2023-11-14T21:14:29.350Z | Downloaded camino-tempfile v1.0.2 |
1373 | 2023-11-14T21:14:29.353Z | Downloaded lazycell v1.3.0 |
1374 | 2023-11-14T21:14:29.358Z | Downloaded jobserver v0.1.26 |
1375 | 2023-11-14T21:14:29.361Z | Downloaded cpufeatures v0.2.9 |
1376 | 2023-11-14T21:14:29.364Z | Downloaded hyper-rustls v0.24.2 |
1377 | 2023-11-14T21:14:29.366Z | Downloaded siphasher v0.3.11 |
1378 | 2023-11-14T21:14:29.370Z | Downloaded num-bigint v0.4.4 |
1379 | 2023-11-14T21:14:29.373Z | Downloaded mockall v0.11.4 |
1380 | 2023-11-14T21:14:29.376Z | Downloaded backoff v0.4.0 |
1381 | 2023-11-14T21:14:29.379Z | Downloaded cexpr v0.6.0 |
1382 | 2023-11-14T21:14:29.382Z | Downloaded async-trait v0.1.74 |
1383 | 2023-11-14T21:14:29.385Z | Downloaded arrayvec v0.7.4 |
1384 | 2023-11-14T21:14:29.388Z | Downloaded assert_cmd v2.0.12 |
1385 | 2023-11-14T21:14:29.391Z | Downloaded tinyvec_macros v0.1.1 |
1386 | 2023-11-14T21:14:29.394Z | Downloaded rpassword v7.2.0 |
1387 | 2023-11-14T21:14:29.397Z | Downloaded num_enum_derive v0.5.11 |
1388 | 2023-11-14T21:14:29.400Z | Downloaded nodrop v0.1.14 |
1389 | 2023-11-14T21:14:29.403Z | Downloaded hostname v0.3.1 |
1390 | 2023-11-14T21:14:29.406Z | Downloaded block-buffer v0.10.4 |
1391 | 2023-11-14T21:14:29.409Z | Downloaded mime v0.3.17 |
1392 | 2023-11-14T21:14:29.413Z | Downloaded md-5 v0.10.5 |
1393 | 2023-11-14T21:14:29.416Z | Downloaded maybe-uninit v2.0.0 |
1394 | 2023-11-14T21:14:29.419Z | Downloaded cfg-if v1.0.0 |
1395 | 2023-11-14T21:14:29.421Z | Downloaded colored v2.0.4 |
1396 | 2023-11-14T21:14:29.427Z | Downloaded humantime v2.1.0 |
1397 | 2023-11-14T21:14:29.430Z | Downloaded http-body v0.4.5 |
1398 | 2023-11-14T21:14:29.433Z | Downloaded ansi_term v0.12.1 |
1399 | 2023-11-14T21:14:29.437Z | Downloaded aes-gcm-siv v0.11.1 |
1400 | 2023-11-14T21:14:29.440Z | Downloaded anes v0.1.6 |
1401 | 2023-11-14T21:14:29.443Z | Downloaded strum v0.25.0 |
1402 | 2023-11-14T21:14:29.446Z | Downloaded signal-hook-tokio v0.3.1 |
1403 | 2023-11-14T21:14:29.449Z | Downloaded serial_test v0.10.0 |
1404 | 2023-11-14T21:14:29.452Z | Downloaded lru-cache v0.1.2 |
1405 | 2023-11-14T21:14:29.455Z | Downloaded lazy_static v1.4.0 |
1406 | 2023-11-14T21:14:29.458Z | Downloaded chacha20 v0.9.1 |
1407 | 2023-11-14T21:14:29.461Z | Downloaded managed v0.8.0 |
1408 | 2023-11-14T21:14:29.463Z | Downloaded libtest-mimic v0.6.1 |
1409 | 2023-11-14T21:14:29.466Z | Downloaded httptest v0.15.5 |
1410 | 2023-11-14T21:14:29.469Z | Downloaded crc32fast v1.3.2 |
1411 | 2023-11-14T21:14:29.472Z | Downloaded cookie v0.16.2 |
1412 | 2023-11-14T21:14:29.475Z | Downloaded bit-set v0.5.3 |
1413 | 2023-11-14T21:14:29.478Z | Downloaded async-stream-impl v0.3.5 |
1414 | 2023-11-14T21:14:29.481Z | Downloaded is-terminal v0.4.9 |
1415 | 2023-11-14T21:14:29.484Z | Downloaded corncobs v0.1.3 |
1416 | 2023-11-14T21:14:29.487Z | Downloaded const_format_proc_macros v0.2.31 |
1417 | 2023-11-14T21:14:29.490Z | Downloaded hyper-tls v0.5.0 |
1418 | 2023-11-14T21:14:29.493Z | Downloaded linked-hash-map v0.5.6 |
1419 | 2023-11-14T21:14:29.497Z | Downloaded bitstruct_derive v0.1.0 |
1420 | 2023-11-14T21:14:29.502Z | Downloaded bit_field v0.10.2 |
1421 | 2023-11-14T21:14:29.505Z | Downloaded console v0.15.7 |
1422 | 2023-11-14T21:14:29.508Z | Downloaded ciborium v0.2.1 |
1423 | 2023-11-14T21:14:29.512Z | Downloaded keccak v0.1.4 |
1424 | 2023-11-14T21:14:29.514Z | Downloaded convert_case v0.4.0 |
1425 | 2023-11-14T21:14:29.517Z | Downloaded ciborium-ll v0.2.1 |
1426 | 2023-11-14T21:14:29.522Z | Downloaded inout v0.1.3 |
1427 | 2023-11-14T21:14:29.525Z | Downloaded newtype_derive v0.1.6 |
1428 | 2023-11-14T21:14:29.528Z | Downloaded memoffset v0.9.0 |
1429 | 2023-11-14T21:14:29.531Z | Downloaded bincode v1.3.3 |
1430 | 2023-11-14T21:14:29.541Z | Downloaded bytesize v1.3.0 |
1431 | 2023-11-14T21:14:29.546Z | Downloaded async-stream v0.3.5 |
1432 | 2023-11-14T21:14:29.550Z | Downloaded base16ct v0.2.0 |
1433 | 2023-11-14T21:14:29.553Z | Downloaded atomicwrites v0.4.2 |
1434 | 2023-11-14T21:14:29.556Z | Downloaded atty v0.2.14 |
1435 | 2023-11-14T21:14:29.558Z | Downloaded adler v1.0.2 |
1436 | 2023-11-14T21:14:29.562Z | Downloaded atomic-waker v1.1.1 |
1437 | 2023-11-14T21:14:29.564Z | Downloaded async-recursion v1.0.5 |
1438 | 2023-11-14T21:14:29.567Z | Downloaded assert_matches v1.5.0 |
1439 | 2023-11-14T21:14:29.571Z | Downloaded array-init v0.0.4 |
1440 | 2023-11-14T21:14:29.576Z | Downloaded arrayref v0.3.7 |
1441 | 2023-11-14T21:14:29.579Z | Downloaded ascii-canvas v3.0.0 |
1442 | 2023-11-14T21:14:29.582Z | Downloaded approx v0.5.1 |
1443 | 2023-11-14T21:14:29.585Z | Downloaded num_enum_derive v0.7.0 |
1444 | 2023-11-14T21:14:29.588Z | Downloaded num_cpus v1.16.0 |
1445 | 2023-11-14T21:14:29.591Z | Downloaded num-traits v0.2.16 |
1446 | 2023-11-14T21:14:29.594Z | Downloaded num-rational v0.4.1 |
1447 | 2023-11-14T21:14:29.598Z | Downloaded num v0.4.1 |
1448 | 2023-11-14T21:14:29.603Z | Downloaded nanorand v0.7.0 |
1449 | 2023-11-14T21:14:29.606Z | Downloaded mockall_derive v0.11.4 |
1450 | 2023-11-14T21:14:29.609Z | Downloaded block-padding v0.3.3 |
1451 | 2023-11-14T21:14:29.612Z | Downloaded miniz_oxide v0.7.1 |
1452 | 2023-11-14T21:14:29.616Z | Downloaded match_cfg v0.1.0 |
1453 | 2023-11-14T21:14:29.620Z | Downloaded log v0.4.20 |
1454 | 2023-11-14T21:14:29.622Z | Downloaded hex-literal v0.4.1 |
1455 | 2023-11-14T21:14:29.625Z | Downloaded crossbeam v0.8.2 |
1456 | 2023-11-14T21:14:29.628Z | Downloaded mio v0.8.8 |
1457 | 2023-11-14T21:14:29.631Z | Downloaded lock_api v0.4.10 |
1458 | 2023-11-14T21:14:29.634Z | Downloaded hmac v0.12.1 |
1459 | 2023-11-14T21:14:29.638Z | Downloaded httpdate v1.0.3 |
1460 | 2023-11-14T21:14:29.641Z | Downloaded crc-catalog v2.2.0 |
1461 | 2023-11-14T21:14:29.644Z | Downloaded crc v3.0.1 |
1462 | 2023-11-14T21:14:29.647Z | Downloaded cassowary v0.3.0 |
1463 | 2023-11-14T21:14:29.650Z | Downloaded indoc v1.0.9 |
1464 | 2023-11-14T21:14:29.653Z | Downloaded ident_case v1.0.1 |
1465 | 2023-11-14T21:14:29.656Z | Downloaded impl-trait-for-tuples v0.2.2 |
1466 | 2023-11-14T21:14:29.659Z | Downloaded constant_time_eq v0.2.6 |
1467 | 2023-11-14T21:14:29.662Z | Downloaded ciborium-io v0.2.1 |
1468 | 2023-11-14T21:14:29.665Z | Downloaded bytecount v0.6.3 |
1469 | 2023-11-14T21:14:29.668Z | Downloaded autocfg v1.1.0 |
1470 | 2023-11-14T21:14:29.671Z | Downloaded lalrpop-util v0.19.12 |
1471 | 2023-11-14T21:14:29.674Z | Downloaded http-range v0.1.5 |
1472 | 2023-11-14T21:14:29.677Z | Downloaded constant_time_eq v0.3.0 |
1473 | 2023-11-14T21:14:29.680Z | Downloaded cfg-if v0.1.10 |
1474 | 2023-11-14T21:14:29.683Z | Downloaded bitstruct v0.1.1 |
1475 | 2023-11-14T21:14:30.527Z | Compiling proc-macro2 v1.0.67 |
1476 | 2023-11-14T21:14:30.534Z | Compiling serde v1.0.188 |
1477 | 2023-11-14T21:14:30.540Z | Compiling autocfg v1.1.0 |
1478 | 2023-11-14T21:14:30.547Z | Compiling version_check v0.9.4 |
1479 | 2023-11-14T21:14:30.555Z | Compiling syn v1.0.109 |
1480 | 2023-11-14T21:14:30.561Z | Compiling parking_lot_core v0.9.8 |
1481 | 2023-11-14T21:14:30.568Z | Compiling libm v0.2.7 |
1482 | 2023-11-14T21:14:30.630Z | Compiling libc v0.2.150 |
1483 | 2023-11-14T21:14:31.155Z | Compiling cfg-if v1.0.0 |
1484 | 2023-11-14T21:14:31.203Z | Compiling futures-core v0.3.29 |
1485 | 2023-11-14T21:14:31.274Z | Compiling once_cell v1.18.0 |
1486 | 2023-11-14T21:14:31.326Z | Compiling typenum v1.16.0 |
1487 | 2023-11-14T21:14:31.601Z | Compiling ahash v0.8.3 |
1488 | 2023-11-14T21:14:31.647Z | Compiling lock_api v0.4.10 |
1489 | 2023-11-14T21:14:31.665Z | Compiling num-traits v0.2.16 |
1490 | 2023-11-14T21:14:31.854Z | Compiling quote v1.0.33 |
1491 | 2023-11-14T21:14:32.222Z | Compiling generic-array v0.14.7 |
1492 | 2023-11-14T21:14:32.245Z | Compiling slab v0.4.9 |
1493 | 2023-11-14T21:14:32.634Z | Compiling syn v2.0.32 |
1494 | 2023-11-14T21:14:32.746Z | Compiling jobserver v0.1.26 |
1495 | 2023-11-14T21:14:33.097Z | Compiling futures-task v0.3.29 |
1496 | 2023-11-14T21:14:33.103Z | Compiling futures-channel v0.3.29 |
1497 | 2023-11-14T21:14:33.157Z | Compiling cc v1.0.83 |
1498 | 2023-11-14T21:14:33.295Z | Compiling pkg-config v0.3.27 |
1499 | 2023-11-14T21:14:33.317Z | Compiling futures-util v0.3.29 |
1500 | 2023-11-14T21:14:33.591Z | Compiling memchr v2.6.3 |
1501 | 2023-11-14T21:14:33.715Z | Compiling vcpkg v0.2.15 |
1502 | 2023-11-14T21:14:33.756Z | Compiling log v0.4.20 |
1503 | 2023-11-14T21:14:33.812Z | Compiling itoa v1.0.9 |
1504 | 2023-11-14T21:14:34.214Z | Compiling schemars v0.8.13 |
1505 | 2023-11-14T21:14:34.571Z | Compiling serde_json v1.0.108 |
1506 | 2023-11-14T21:14:35.331Z | Compiling httparse v1.8.0 |
1507 | 2023-11-14T21:14:35.508Z | Compiling ryu v1.0.15 |
1508 | 2023-11-14T21:14:35.643Z | Compiling indexmap v1.9.3 |
1509 | 2023-11-14T21:14:35.917Z | Compiling getrandom v0.2.10 |
1510 | 2023-11-14T21:14:35.988Z | Compiling allocator-api2 v0.2.16 |
1511 | 2023-11-14T21:14:36.093Z | Compiling rustix v0.38.9 |
1512 | 2023-11-14T21:14:36.441Z | Compiling equivalent v1.0.1 |
1513 | 2023-11-14T21:14:36.536Z | Compiling fnv v1.0.7 |
1514 | 2023-11-14T21:14:36.578Z | Compiling rustls v0.21.8 |
1515 | 2023-11-14T21:14:36.711Z | Compiling aho-corasick v1.0.4 |
1516 | 2023-11-14T21:14:36.920Z | Compiling openssl v0.10.57 |
1517 | 2023-11-14T21:14:36.969Z | Compiling regex-syntax v0.8.2 |
1518 | 2023-11-14T21:14:37.203Z | Compiling hashbrown v0.14.2 |
1519 | 2023-11-14T21:14:37.321Z | Compiling unicode-xid v0.2.4 |
1520 | 2023-11-14T21:14:37.551Z | Compiling ucd-trie v0.1.6 |
1521 | 2023-11-14T21:14:37.841Z | Compiling ring v0.16.20 |
1522 | 2023-11-14T21:14:38.307Z | Compiling ring v0.17.5 |
1523 | 2023-11-14T21:14:39.254Z | Compiling openssl-sys v0.9.93 |
1524 | 2023-11-14T21:14:39.996Z | Compiling backtrace v0.3.69 |
1525 | 2023-11-14T21:14:40.591Z | Compiling native-tls v0.2.11 |
1526 | 2023-11-14T21:14:41.041Z | Compiling async-trait v0.1.74 |
1527 | 2023-11-14T21:14:41.606Z | Compiling anyhow v1.0.75 |
1528 | 2023-11-14T21:14:41.714Z | Compiling crossbeam-utils v0.8.16 |
1529 | 2023-11-14T21:14:42.301Z | Compiling regex-automata v0.4.3 |
1530 | 2023-11-14T21:14:42.348Z | Compiling rustversion v1.0.14 |
1531 | 2023-11-14T21:14:42.690Z | Compiling slog v2.7.0 |
1532 | 2023-11-14T21:14:42.736Z | Compiling iana-time-zone v0.1.57 |
1533 | 2023-11-14T21:14:43.236Z | Compiling time-core v0.1.1 |
1534 | 2023-11-14T21:14:43.407Z | Compiling byteorder v1.5.0 |
1535 | 2023-11-14T21:14:43.474Z | Compiling time-macros v0.2.13 |
1536 | 2023-11-14T21:14:44.189Z | Compiling serde_derive_internals v0.26.0 |
1537 | 2023-11-14T21:14:45.349Z | Compiling synstructure v0.12.6 |
1538 | 2023-11-14T21:14:46.004Z | Compiling dyn-clone v1.0.13 |
1539 | 2023-11-14T21:14:46.268Z | Compiling hashbrown v0.13.2 |
1540 | 2023-11-14T21:14:46.562Z | Compiling usdt-impl v0.3.5 |
1541 | 2023-11-14T21:14:47.038Z | Compiling scopeguard v1.2.0 |
1542 | 2023-11-14T21:14:47.802Z | Compiling unicode-width v0.1.11 |
1543 | 2023-11-14T21:14:48.020Z | Compiling winnow v0.5.15 |
1544 | 2023-11-14T21:14:48.040Z | Compiling thread-id v4.2.0 |
1545 | 2023-11-14T21:14:48.075Z | Compiling strsim v0.10.0 |
1546 | 2023-11-14T21:14:48.104Z | Compiling tinyvec_macros v0.1.1 |
1547 | 2023-11-14T21:14:48.176Z | Compiling unicode-bidi v0.3.13 |
1548 | 2023-11-14T21:14:48.219Z | Compiling tinyvec v1.6.0 |
1549 | 2023-11-14T21:14:48.336Z | Compiling smallvec v1.11.0 |
1550 | 2023-11-14T21:14:48.985Z | Compiling regex v1.10.2 |
1551 | 2023-11-14T21:14:50.011Z | Compiling parking_lot v0.12.1 |
1552 | 2023-11-14T21:14:50.666Z | Compiling percent-encoding v2.3.0 |
1553 | 2023-11-14T21:14:50.812Z | Compiling unicode-normalization v0.1.22 |
1554 | 2023-11-14T21:14:51.153Z | Compiling form_urlencoded v1.2.0 |
1555 | 2023-11-14T21:14:51.442Z | Compiling regex-syntax v0.6.29 |
1556 | 2023-11-14T21:14:51.573Z | Compiling num-integer v0.1.45 |
1557 | 2023-11-14T21:14:51.980Z | Compiling bitflags v1.3.2 |
1558 | 2023-11-14T21:14:52.079Z | Compiling crc32fast v1.3.2 |
1559 | 2023-11-14T21:14:52.110Z | Compiling adler v1.0.2 |
1560 | 2023-11-14T21:14:52.412Z | Compiling idna v0.4.0 |
1561 | 2023-11-14T21:14:52.599Z | Compiling miniz_oxide v0.7.1 |
1562 | 2023-11-14T21:14:52.820Z | Compiling spin v0.5.2 |
1563 | 2023-11-14T21:14:53.138Z | Compiling gimli v0.28.0 |
1564 | 2023-11-14T21:14:53.844Z | Compiling serde_derive v1.0.188 |
1565 | 2023-11-14T21:14:53.957Z | Compiling thiserror-impl v1.0.49 |
1566 | 2023-11-14T21:14:54.334Z | Compiling zeroize_derive v1.4.2 |
1567 | 2023-11-14T21:14:54.713Z | Compiling tokio-macros v2.1.0 |
1568 | 2023-11-14T21:14:54.917Z | Compiling futures-macro v0.3.29 |
1569 | 2023-11-14T21:14:55.930Z | Compiling tracing-attributes v0.1.26 |
1570 | 2023-11-14T21:14:56.560Z | Compiling schemars_derive v0.8.13 |
1571 | 2023-11-14T21:14:57.057Z | Compiling openssl-macros v0.1.1 |
1572 | 2023-11-14T21:14:58.104Z | Compiling zerocopy-derive v0.2.0 |
1573 | 2023-11-14T21:14:58.347Z | Compiling thiserror v1.0.49 |
1574 | 2023-11-14T21:14:58.527Z | Compiling pest v2.7.2 |
1575 | 2023-11-14T21:15:00.561Z | Compiling strum_macros v0.25.2 |
1576 | 2023-11-14T21:15:00.844Z | Compiling zerocopy v0.3.0 |
1577 | 2023-11-14T21:15:01.151Z | Compiling url v2.4.1 |
1578 | 2023-11-14T21:15:01.315Z | Compiling addr2line v0.21.0 |
1579 | 2023-11-14T21:15:01.361Z | Compiling object v0.32.1 |
1580 | 2023-11-14T21:15:01.834Z | Compiling rustc-demangle v0.1.23 |
1581 | 2023-11-14T21:15:02.017Z | Compiling dof v0.1.5 |
1582 | 2023-11-14T21:15:02.284Z | Compiling pin-project-lite v0.2.13 |
1583 | 2023-11-14T21:15:02.448Z | Compiling zerocopy-derive v0.6.4 |
1584 | 2023-11-14T21:15:03.216Z | Compiling pest_meta v2.7.2 |
1585 | 2023-11-14T21:15:03.319Z | Compiling signal-hook-registry v1.4.1 |
1586 | 2023-11-14T21:15:03.386Z | Compiling mio v0.8.8 |
1587 | 2023-11-14T21:15:04.315Z | Compiling errno v0.3.2 |
1588 | 2023-11-14T21:15:04.388Z | Compiling num_cpus v1.16.0 |
1589 | 2023-11-14T21:15:04.552Z | Compiling socket2 v0.5.4 |
1590 | 2023-11-14T21:15:04.582Z | Compiling futures-sink v0.3.29 |
1591 | 2023-11-14T21:15:04.794Z | Compiling memoffset v0.9.0 |
1592 | 2023-11-14T21:15:05.433Z | Compiling pest_generator v2.7.2 |
1593 | 2023-11-14T21:15:05.939Z | Compiling deranged v0.3.8 |
1594 | 2023-11-14T21:15:05.996Z | Compiling num_threads v0.1.6 |
1595 | 2023-11-14T21:15:06.158Z | Compiling pin-utils v0.1.0 |
1596 | 2023-11-14T21:15:06.273Z | Compiling radium v0.7.0 |
1597 | 2023-11-14T21:15:06.295Z | Compiling futures-io v0.3.29 |
1598 | 2023-11-14T21:15:06.913Z | Compiling clap_derive v4.4.2 |
1599 | 2023-11-14T21:15:08.363Z | Compiling spin v0.9.8 |
1600 | 2023-11-14T21:15:08.877Z | Compiling time v0.3.27 |
1601 | 2023-11-14T21:15:08.921Z | Compiling tracing-core v0.1.31 |
1602 | 2023-11-14T21:15:10.305Z | Compiling pest_derive v2.7.2 |
1603 | 2023-11-14T21:15:11.113Z | Compiling signal-hook v0.3.17 |
1604 | 2023-11-14T21:15:11.400Z | Compiling dtrace-parser v0.1.14 |
1605 | 2023-11-14T21:15:12.699Z | Compiling tracing v0.1.37 |
1606 | 2023-11-14T21:15:14.264Z | Compiling lazy_static v1.4.0 |
1607 | 2023-11-14T21:15:14.412Z | Compiling crossbeam-epoch v0.9.15 |
1608 | 2023-11-14T21:15:14.460Z | Compiling num-iter v0.1.43 |
1609 | 2023-11-14T21:15:14.892Z | Compiling either v1.9.0 |
1610 | 2023-11-14T21:15:14.895Z | Compiling base64 v0.21.5 |
1611 | 2023-11-14T21:15:15.131Z | Compiling rand_core v0.6.4 |
1612 | 2023-11-14T21:15:15.187Z | Compiling openssl-probe v0.1.5 |
1613 | 2023-11-14T21:15:15.404Z | Compiling untrusted v0.9.0 |
1614 | 2023-11-14T21:15:15.594Z | Compiling foreign-types-shared v0.1.1 |
1615 | 2023-11-14T21:15:15.637Z | Compiling hashbrown v0.12.3 |
1616 | 2023-11-14T21:15:15.733Z | Compiling untrusted v0.7.1 |
1617 | 2023-11-14T21:15:15.856Z | Compiling foreign-types v0.3.2 |
1618 | 2023-11-14T21:15:15.986Z | Compiling zeroize v1.6.0 |
1619 | 2023-11-14T21:15:16.030Z | Compiling indexmap v2.1.0 |
1620 | 2023-11-14T21:15:16.269Z | Compiling bytes v1.5.0 |
1621 | 2023-11-14T21:15:16.416Z | Compiling chrono v0.4.31 |
1622 | 2023-11-14T21:15:16.492Z | Compiling uuid v1.5.0 |
1623 | 2023-11-14T21:15:16.496Z | Compiling semver v1.0.20 |
1624 | 2023-11-14T21:15:17.070Z | Compiling serde_spanned v0.6.4 |
1625 | 2023-11-14T21:15:17.447Z | Compiling rustc_version v0.4.0 |
1626 | 2023-11-14T21:15:17.492Z | Compiling toml_datetime v0.6.5 |
1627 | 2023-11-14T21:15:17.678Z | Compiling http v0.2.9 |
1628 | 2023-11-14T21:15:17.681Z | Compiling serde_tokenstream v0.1.7 |
1629 | 2023-11-14T21:15:18.067Z | Compiling toml_edit v0.19.15 |
1630 | 2023-11-14T21:15:18.106Z | Compiling bitflags v2.4.0 |
1631 | 2023-11-14T21:15:18.160Z | Compiling tokio v1.33.0 |
1632 | 2023-11-14T21:15:19.836Z | Compiling openapiv3 v1.0.3 |
1633 | 2023-11-14T21:15:23.533Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1634 | 2023-11-14T21:15:23.832Z | Compiling usdt-attr-macro v0.3.5 |
1635 | 2023-11-14T21:15:24.095Z | Compiling usdt-macro v0.3.5 |
1636 | 2023-11-14T21:15:24.627Z | Compiling try-lock v0.2.4 |
1637 | 2023-11-14T21:15:24.822Z | Compiling want v0.3.1 |
1638 | 2023-11-14T21:15:25.827Z | Compiling sct v0.7.0 |
1639 | 2023-11-14T21:15:25.880Z | Compiling http-body v0.4.5 |
1640 | 2023-11-14T21:15:26.231Z | Compiling enum-as-inner v0.5.1 |
1641 | 2023-11-14T21:15:27.430Z | Compiling socket2 v0.4.9 |
1642 | 2023-11-14T21:15:27.543Z | Compiling httpdate v1.0.3 |
1643 | 2023-11-14T21:15:27.681Z | Compiling tower-service v0.3.2 |
1644 | 2023-11-14T21:15:27.846Z | Compiling heapless v0.7.16 |
1645 | 2023-11-14T21:15:28.184Z | Compiling rustls-pemfile v1.0.3 |
1646 | 2023-11-14T21:15:28.271Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1647 | 2023-11-14T21:15:28.445Z | Compiling siphasher v0.3.11 |
1648 | 2023-11-14T21:15:28.636Z | Compiling rustls-native-certs v0.6.3 |
1649 | 2023-11-14T21:15:28.641Z | Compiling ipnet v2.8.0 |
1650 | 2023-11-14T21:15:28.693Z | Compiling serde_urlencoded v0.7.1 |
1651 | 2023-11-14T21:15:28.802Z | Compiling serde_tokenstream v0.2.0 |
1652 | 2023-11-14T21:15:29.041Z | Compiling encoding_rs v0.8.33 |
1653 | 2023-11-14T21:15:29.155Z | Compiling webpki-roots v0.25.2 |
1654 | 2023-11-14T21:15:29.378Z | Compiling mime v0.3.17 |
1655 | 2023-11-14T21:15:29.524Z | Compiling crypto-common v0.1.6 |
1656 | 2023-11-14T21:15:29.598Z | Compiling diesel_table_macro_syntax v0.1.0 |
1657 | 2023-11-14T21:15:29.803Z | Compiling num-bigint v0.4.4 |
1658 | 2023-11-14T21:15:30.050Z | Compiling smoltcp v0.9.1 |
1659 | 2023-11-14T21:15:30.120Z | Compiling bit-vec v0.6.3 |
1660 | 2023-11-14T21:15:30.152Z | Compiling diesel_derives v2.1.1 |
1661 | 2023-11-14T21:15:30.369Z | Compiling flate2 v1.0.28 |
1662 | 2023-11-14T21:15:30.739Z | Compiling tokio-util v0.7.10 |
1663 | 2023-11-14T21:15:30.952Z | Compiling phf_shared v0.10.0 |
1664 | 2023-11-14T21:15:30.971Z | Compiling block-buffer v0.10.4 |
1665 | 2023-11-14T21:15:31.308Z | Compiling hubpack_derive v0.1.1 |
1666 | 2023-11-14T21:15:31.506Z | Compiling new_debug_unreachable v1.0.4 |
1667 | 2023-11-14T21:15:31.623Z | Compiling fixedbitset v0.4.2 |
1668 | 2023-11-14T21:15:31.849Z | Compiling precomputed-hash v0.1.1 |
1669 | 2023-11-14T21:15:32.001Z | Compiling ppv-lite86 v0.2.17 |
1670 | 2023-11-14T21:15:32.246Z | Compiling const-oid v0.9.5 |
1671 | 2023-11-14T21:15:32.523Z | Compiling h2 v0.3.21 |
1672 | 2023-11-14T21:15:33.027Z | Compiling subtle v2.5.0 |
1673 | 2023-11-14T21:15:33.237Z | Compiling rand_chacha v0.3.1 |
1674 | 2023-11-14T21:15:33.464Z | Compiling petgraph v0.6.4 |
1675 | 2023-11-14T21:15:34.764Z | Compiling string_cache v0.8.7 |
1676 | 2023-11-14T21:15:35.397Z | Compiling digest v0.10.7 |
1677 | 2023-11-14T21:15:36.051Z | Compiling tokio-native-tls v0.3.1 |
1678 | 2023-11-14T21:15:36.184Z | Compiling bit-set v0.5.3 |
1679 | 2023-11-14T21:15:36.205Z | Compiling toml v0.7.8 |
1680 | 2023-11-14T21:15:36.423Z | Compiling toml_edit v0.21.0 |
1681 | 2023-11-14T21:15:36.602Z | Compiling itertools v0.10.5 |
1682 | 2023-11-14T21:15:38.749Z | Compiling unicode-segmentation v1.10.1 |
1683 | 2023-11-14T21:15:38.975Z | Compiling lalrpop-util v0.19.12 |
1684 | 2023-11-14T21:15:39.502Z | Compiling rand v0.8.5 |
1685 | 2023-11-14T21:15:40.100Z | Compiling regress v0.7.1 |
1686 | 2023-11-14T21:15:40.123Z | Compiling serde_repr v0.1.16 |
1687 | 2023-11-14T21:15:40.126Z | Compiling io-lifetimes v1.0.11 |
1688 | 2023-11-14T21:15:40.403Z | Compiling cpufeatures v0.2.9 |
1689 | 2023-11-14T21:15:40.529Z | Compiling utf8parse v0.2.1 |
1690 | 2023-11-14T21:15:40.756Z | Compiling anstyle v1.0.2 |
1691 | 2023-11-14T21:15:41.089Z | Compiling anstyle-parse v0.2.1 |
1692 | 2023-11-14T21:15:41.420Z | Compiling sha2 v0.10.8 |
1693 | 2023-11-14T21:15:41.566Z | Compiling rustix v0.37.23 |
1694 | 2023-11-14T21:15:41.602Z | Compiling md-5 v0.10.5 |
1695 | 2023-11-14T21:15:41.744Z | Compiling hmac v0.12.1 |
1696 | 2023-11-14T21:15:42.055Z | Compiling stringprep v0.1.3 |
1697 | 2023-11-14T21:15:42.708Z | Compiling hash32 v0.2.1 |
1698 | 2023-11-14T21:15:43.161Z | Compiling stable_deref_trait v1.2.0 |
1699 | 2023-11-14T21:15:43.267Z | Compiling anstyle-query v1.0.0 |
1700 | 2023-11-14T21:15:43.302Z | Compiling colorchoice v1.0.0 |
1701 | 2023-11-14T21:15:43.377Z | Compiling fallible-iterator v0.2.0 |
1702 | 2023-11-14T21:15:43.513Z | Compiling anstream v0.5.0 |
1703 | 2023-11-14T21:15:43.906Z | Compiling hyper v0.14.27 |
1704 | 2023-11-14T21:15:44.518Z | Compiling postgres-protocol v0.6.6 |
1705 | 2023-11-14T21:15:44.539Z | Compiling terminal_size v0.2.6 |
1706 | 2023-11-14T21:15:44.780Z | Compiling phf_shared v0.11.2 |
1707 | 2023-11-14T21:15:45.344Z | Compiling block-padding v0.3.3 |
1708 | 2023-11-14T21:15:45.656Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1709 | 2023-11-14T21:15:46.416Z | Compiling scheduled-thread-pool v0.2.7 |
1710 | 2023-11-14T21:15:46.703Z | Compiling tap v1.0.1 |
1711 | 2023-11-14T21:15:46.957Z | Compiling clap_lex v0.5.1 |
1712 | 2023-11-14T21:15:47.167Z | Compiling managed v0.8.0 |
1713 | 2023-11-14T21:15:47.640Z | Compiling regex-automata v0.1.10 |
1714 | 2023-11-14T21:15:47.857Z | Compiling matches v0.1.10 |
1715 | 2023-11-14T21:15:47.984Z | Compiling idna v0.2.3 |
1716 | 2023-11-14T21:15:48.259Z | Compiling clap_builder v4.4.2 |
1717 | 2023-11-14T21:15:48.394Z | Compiling bstr v0.2.17 |
1718 | 2023-11-14T21:15:49.245Z | Compiling wyz v0.5.1 |
1719 | 2023-11-14T21:15:49.913Z | Compiling r2d2 v0.8.10 |
1720 | 2023-11-14T21:15:50.472Z | Compiling signal-hook-mio v0.2.3 |
1721 | 2023-11-14T21:15:50.494Z | Compiling postgres-types v0.2.6 |
1722 | 2023-11-14T21:15:50.612Z | Compiling inout v0.1.3 |
1723 | 2023-11-14T21:15:50.688Z | Compiling phf v0.11.2 |
1724 | 2023-11-14T21:15:51.121Z | Compiling hubpack v0.1.2 |
1725 | 2023-11-14T21:15:51.770Z | Compiling ipnetwork v0.20.0 |
1726 | 2023-11-14T21:15:51.786Z | Compiling futures-executor v0.3.29 |
1727 | 2023-11-14T21:15:52.566Z | Compiling itertools v0.11.0 |
1728 | 2023-11-14T21:15:52.960Z | Compiling zerocopy v0.6.4 |
1729 | 2023-11-14T21:15:53.464Z | Compiling float-cmp v0.9.0 |
1730 | 2023-11-14T21:15:53.781Z | Compiling predicates-core v1.0.6 |
1731 | 2023-11-14T21:15:54.295Z | Compiling whoami v1.4.1 |
1732 | 2023-11-14T21:15:54.315Z | Compiling regex-automata v0.3.8 |
1733 | 2023-11-14T21:15:54.828Z | Compiling data-encoding v2.4.0 |
1734 | 2023-11-14T21:15:55.074Z | Compiling funty v2.0.0 |
1735 | 2023-11-14T21:15:56.667Z | Compiling hyper-tls v0.5.0 |
1736 | 2023-11-14T21:15:57.160Z | Compiling static_assertions v1.1.0 |
1737 | 2023-11-14T21:15:57.217Z | Compiling normalize-line-endings v0.3.0 |
1738 | 2023-11-14T21:15:57.295Z | Compiling difflib v0.4.0 |
1739 | 2023-11-14T21:15:57.379Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1740 | 2023-11-14T21:15:58.062Z | Compiling predicates v3.0.4 |
1741 | 2023-11-14T21:15:58.084Z | Compiling bstr v1.6.0 |
1742 | 2023-11-14T21:15:58.087Z | Compiling bitvec v1.0.1 |
1743 | 2023-11-14T21:15:59.343Z | Compiling trust-dns-proto v0.22.0 |
1744 | 2023-11-14T21:15:59.442Z | Compiling yasna v0.5.2 |
1745 | 2023-11-14T21:16:00.477Z | Compiling tokio-postgres v0.7.10 |
1746 | 2023-11-14T21:16:00.546Z | Compiling clap v4.4.3 |
1747 | 2023-11-14T21:16:01.784Z | Compiling diesel v2.1.3 |
1748 | 2023-11-14T21:16:01.888Z | Compiling futures v0.3.29 |
1749 | 2023-11-14T21:16:02.046Z | Compiling cipher v0.4.4 |
1750 | 2023-11-14T21:16:02.185Z | Compiling crossterm v0.27.0 |
1751 | 2023-11-14T21:16:02.722Z | Compiling similar v2.2.1 |
1752 | 2023-11-14T21:16:05.563Z | Compiling signature v2.1.0 |
1753 | 2023-11-14T21:16:05.873Z | Compiling tokio-stream v0.1.14 |
1754 | 2023-11-14T21:16:06.118Z | Compiling usdt v0.3.5 |
1755 | 2023-11-14T21:16:06.469Z | Compiling hex v0.4.3 |
1756 | 2023-11-14T21:16:07.080Z | Compiling console v0.15.7 |
1757 | 2023-11-14T21:16:07.423Z | Compiling getopts v0.2.21 |
1758 | 2023-11-14T21:16:07.613Z | Compiling unsafe-libyaml v0.2.9 |
1759 | 2023-11-14T21:16:07.964Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1760 | 2023-11-14T21:16:08.546Z | Compiling ident_case v1.0.1 |
1761 | 2023-11-14T21:16:09.557Z | Compiling slog-async v2.8.0 |
1762 | 2023-11-14T21:16:09.783Z | Compiling paste v1.0.14 |
1763 | 2023-11-14T21:16:10.210Z | Compiling serde_yaml v0.9.25 |
1764 | 2023-11-14T21:16:11.338Z | Compiling darling_core v0.20.3 |
1765 | 2023-11-14T21:16:11.422Z | Compiling multer v2.1.0 |
1766 | 2023-11-14T21:16:11.513Z | Compiling async-stream-impl v0.3.5 |
1767 | 2023-11-14T21:16:11.943Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1768 | 2023-11-14T21:16:12.271Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1769 | 2023-11-14T21:16:14.957Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1770 | 2023-11-14T21:16:15.141Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1771 | 2023-11-14T21:16:17.238Z | Compiling structmeta-derive v0.2.0 |
1772 | 2023-11-14T21:16:17.693Z | Compiling regex-syntax v0.7.5 |
1773 | 2023-11-14T21:16:20.125Z | Compiling darling_macro v0.20.3 |
1774 | 2023-11-14T21:16:21.469Z | Compiling structmeta v0.2.0 |
1775 | 2023-11-14T21:16:21.545Z | Compiling darling v0.20.3 |
1776 | 2023-11-14T21:16:21.698Z | Compiling serde_with_macros v2.3.3 |
1777 | 2023-11-14T21:16:22.072Z | Compiling test-strategy v0.3.1 |
1778 | 2023-11-14T21:16:25.636Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1779 | 2023-11-14T21:16:27.972Z | Compiling parse-display-derive v0.8.2 |
1780 | 2023-11-14T21:16:32.820Z | Checking unicode-ident v1.0.12 |
1781 | 2023-11-14T21:17:01.679Z | Checking heck v0.4.1 |
1782 | 2023-11-14T21:17:10.342Z | Checking atty v0.2.14 |
1783 | 2023-11-14T21:17:10.473Z | Checking match_cfg v0.1.0 |
1784 | 2023-11-14T21:17:10.590Z | Checking hostname v0.3.1 |
1785 | 2023-11-14T21:17:10.761Z | Checking crossbeam-channel v0.5.8 |
1786 | 2023-11-14T21:17:10.866Z | Checking sha1 v0.10.5 |
1787 | 2023-11-14T21:17:11.282Z | Checking dirs-sys-next v0.1.2 |
1788 | 2023-11-14T21:17:11.303Z | Checking fastrand v2.0.0 |
1789 | 2023-11-14T21:17:11.529Z | Checking dirs-next v2.0.0 |
1790 | 2023-11-14T21:17:11.702Z | Checking thread_local v1.1.7 |
1791 | 2023-11-14T21:17:11.788Z | Checking tempfile v3.8.0 |
1792 | 2023-11-14T21:17:11.910Z | Checking term v0.7.0 |
1793 | 2023-11-14T21:17:12.108Z | Checking camino v1.1.6 |
1794 | 2023-11-14T21:17:12.307Z | Checking strum v0.25.0 |
1795 | 2023-11-14T21:17:12.534Z | Checking instant v0.1.12 |
1796 | 2023-11-14T21:17:12.572Z | Checking take_mut v0.2.2 |
1797 | 2023-11-14T21:17:12.660Z | Checking slog-term v2.9.0 |
1798 | 2023-11-14T21:17:12.967Z | Checking slog-json v2.6.1 |
1799 | 2023-11-14T21:17:13.189Z | Checking serde_with v2.3.3 |
1800 | 2023-11-14T21:17:13.713Z | Checking slog-bunyan v2.4.0 |
1801 | 2023-11-14T21:17:13.936Z | Checking debug-ignore v1.0.5 |
1802 | 2023-11-14T21:17:14.150Z | Checking atomic-waker v1.1.1 |
1803 | 2023-11-14T21:17:14.322Z | Checking waitgroup v0.1.2 |
1804 | 2023-11-14T21:17:14.917Z | Checking async-stream v0.3.5 |
1805 | 2023-11-14T21:17:15.085Z | Checking serde_path_to_error v0.1.14 |
1806 | 2023-11-14T21:17:15.183Z | Checking backoff v0.4.0 |
1807 | 2023-11-14T21:17:15.315Z | Checking toml v0.8.8 |
1808 | 2023-11-14T21:17:15.584Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1809 | 2023-11-14T21:17:15.779Z | Checking macaddr v1.0.1 |
1810 | 2023-11-14T21:17:16.130Z | Checking quick-error v1.2.3 |
1811 | 2023-11-14T21:17:16.841Z | Checking wait-timeout v0.2.0 |
1812 | 2023-11-14T21:17:17.219Z | Compiling proc-macro-crate v1.3.1 |
1813 | 2023-11-14T21:17:17.527Z | Checking rusty-fork v0.3.0 |
1814 | 2023-11-14T21:17:17.915Z | Checking rand_xorshift v0.3.0 |
1815 | 2023-11-14T21:17:18.143Z | Compiling crucible-workspace-hack v0.1.0 |
1816 | 2023-11-14T21:17:18.490Z | Checking unarray v0.1.4 |
1817 | 2023-11-14T21:17:18.725Z | Checking parse-display v0.8.2 |
1818 | 2023-11-14T21:17:23.180Z | Compiling proc-macro-error-attr v1.0.4 |
1819 | 2023-11-14T21:17:23.634Z | Checking proptest v1.3.1 |
1820 | 2023-11-14T21:17:23.758Z | Compiling proc-macro-error v1.0.4 |
1821 | 2023-11-14T21:17:24.564Z | Compiling num_enum_derive v0.5.11 |
1822 | 2023-11-14T21:17:27.756Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2023-11-14T21:17:28.354Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2023-11-14T21:17:28.789Z | Compiling foreign-types-macros v0.2.3 |
1825 | 2023-11-14T21:17:28.989Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1826 | 2023-11-14T21:17:28.993Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1827 | 2023-11-14T21:17:29.508Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-11-14T21:17:29.535Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1829 | 2023-11-14T21:17:30.942Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1830 | 2023-11-14T21:17:32.609Z | Compiling zone_cfg_derive v0.3.0 |
1831 | 2023-11-14T21:17:32.737Z | Compiling mockall_derive v0.11.4 |
1832 | 2023-11-14T21:17:33.428Z | Compiling num-derive v0.4.0 |
1833 | 2023-11-14T21:17:45.300Z | Checking base64ct v1.6.0 |
1834 | 2023-11-14T21:18:01.615Z | Checking is-terminal v0.4.9 |
1835 | 2023-11-14T21:18:11.057Z | Compiling slog-dtrace v0.2.3 |
1836 | 2023-11-14T21:18:11.328Z | Checking password-hash v0.5.0 |
1837 | 2023-11-14T21:18:11.572Z | Checking blake2 v0.10.6 |
1838 | 2023-11-14T21:18:11.819Z | Checking termtree v0.4.1 |
1839 | 2023-11-14T21:18:12.012Z | Checking num_enum v0.5.11 |
1840 | 2023-11-14T21:18:12.104Z | Checking predicates-tree v1.0.9 |
1841 | 2023-11-14T21:18:12.213Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1842 | 2023-11-14T21:18:12.216Z | Checking argon2 v0.5.2 |
1843 | 2023-11-14T21:18:12.302Z | Compiling cancel-safe-futures v0.1.5 |
1844 | 2023-11-14T21:18:12.742Z | Checking postcard-cobs v0.1.5-pre |
1845 | 2023-11-14T21:18:12.762Z | Checking base64 v0.13.1 |
1846 | 2023-11-14T21:18:12.814Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1847 | 2023-11-14T21:18:12.969Z | Checking postcard v0.7.3 |
1848 | 2023-11-14T21:18:13.120Z | Checking smoltcp v0.8.2 |
1849 | 2023-11-14T21:18:13.150Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1850 | 2023-11-14T21:18:13.350Z | Checking cfg-if v0.1.10 |
1851 | 2023-11-14T21:18:13.368Z | Checking foreign-types-shared v0.3.1 |
1852 | 2023-11-14T21:18:13.512Z | Checking foreign-types v0.5.0 |
1853 | 2023-11-14T21:18:13.673Z | Checking cstr-argument v0.1.2 |
1854 | 2023-11-14T21:18:13.677Z | Checking pretty-hex v0.2.1 |
1855 | 2023-11-14T21:18:13.781Z | Checking colored v2.0.4 |
1856 | 2023-11-14T21:18:13.883Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1857 | 2023-11-14T21:18:13.901Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1858 | 2023-11-14T21:18:14.593Z | Checking predicates v2.1.5 |
1859 | 2023-11-14T21:18:14.969Z | Checking fragile v2.0.0 |
1860 | 2023-11-14T21:18:15.358Z | Checking downcast v0.11.0 |
1861 | 2023-11-14T21:18:15.650Z | Checking mockall v0.11.4 |
1862 | 2023-11-14T21:18:15.830Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1863 | 2023-11-14T21:18:16.198Z | Checking zone v0.3.0 |
1864 | 2023-11-14T21:18:16.301Z | Checking smf v0.2.2 |
1865 | 2023-11-14T21:18:16.502Z | Compiling der_derive v0.7.2 |
1866 | 2023-11-14T21:18:16.687Z | Checking filetime v0.2.22 |
1867 | 2023-11-14T21:18:16.954Z | Checking xattr v1.0.1 |
1868 | 2023-11-14T21:18:17.206Z | Checking tar v0.4.40 |
1869 | 2023-11-14T21:18:17.286Z | Compiling heck v0.3.3 |
1870 | 2023-11-14T21:18:17.385Z | Compiling libefi-sys v0.1.0 |
1871 | 2023-11-14T21:18:17.616Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1872 | 2023-11-14T21:18:17.704Z | Checking pem v1.1.1 |
1873 | 2023-11-14T21:18:17.821Z | Compiling structopt-derive v0.4.18 |
1874 | 2023-11-14T21:18:17.842Z | Checking camino-tempfile v1.0.2 |
1875 | 2023-11-14T21:18:17.998Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1876 | 2023-11-14T21:18:18.249Z | Compiling memoffset v0.7.1 |
1877 | 2023-11-14T21:18:18.390Z | Compiling maybe-uninit v2.0.0 |
1878 | 2023-11-14T21:18:18.809Z | Compiling packed_struct v0.10.1 |
1879 | 2023-11-14T21:18:18.884Z | Compiling num-bigint-dig v0.8.4 |
1880 | 2023-11-14T21:18:19.151Z | Checking headers-core v0.2.0 |
1881 | 2023-11-14T21:18:19.354Z | Compiling packed_struct_codegen v0.10.1 |
1882 | 2023-11-14T21:18:19.403Z | Checking headers v0.3.9 |
1883 | 2023-11-14T21:18:19.456Z | Checking pem v3.0.2 |
1884 | 2023-11-14T21:18:19.767Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1885 | 2023-11-14T21:18:19.836Z | Checking rcgen v0.11.3 |
1886 | 2023-11-14T21:18:20.242Z | Checking atomicwrites v0.4.2 |
1887 | 2023-11-14T21:18:20.515Z | Checking subprocess v0.2.9 |
1888 | 2023-11-14T21:18:20.897Z | Compiling num-rational v0.4.1 |
1889 | 2023-11-14T21:18:21.208Z | Compiling same-file v1.0.6 |
1890 | 2023-11-14T21:18:21.340Z | Checking termcolor v1.2.0 |
1891 | 2023-11-14T21:18:21.538Z | Compiling walkdir v2.4.0 |
1892 | 2023-11-14T21:18:21.706Z | Compiling semver-parser v0.10.2 |
1893 | 2023-11-14T21:18:21.857Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1894 | 2023-11-14T21:18:21.939Z | Checking linked-hash-map v0.5.6 |
1895 | 2023-11-14T21:18:22.403Z | Checking lru-cache v0.1.2 |
1896 | 2023-11-14T21:18:22.612Z | Compiling home v0.5.5 |
1897 | 2023-11-14T21:18:22.661Z | Compiling toml v0.5.11 |
1898 | 2023-11-14T21:18:23.104Z | Compiling semver v0.11.0 |
1899 | 2023-11-14T21:18:23.458Z | Compiling toolchain_find v0.2.0 |
1900 | 2023-11-14T21:18:24.415Z | Compiling doc-comment v0.3.3 |
1901 | 2023-11-14T21:18:24.419Z | Checking half v1.8.2 |
1902 | 2023-11-14T21:18:24.905Z | Checking ciborium-io v0.2.1 |
1903 | 2023-11-14T21:18:25.058Z | Checking ciborium-ll v0.2.1 |
1904 | 2023-11-14T21:18:25.113Z | Compiling convert_case v0.4.0 |
1905 | 2023-11-14T21:18:25.504Z | Compiling rustfmt-wrapper v0.2.0 |
1906 | 2023-11-14T21:18:25.705Z | Checking ciborium v0.2.1 |
1907 | 2023-11-14T21:18:26.079Z | Checking arc-swap v1.6.0 |
1908 | 2023-11-14T21:18:26.316Z | Compiling derive_more v0.99.17 |
1909 | 2023-11-14T21:18:26.777Z | Checking slog-scope v4.4.0 |
1910 | 2023-11-14T21:18:27.066Z | Checking slog-stdlog v4.1.1 |
1911 | 2023-11-14T21:18:27.290Z | Compiling snafu-derive v0.7.5 |
1912 | 2023-11-14T21:18:27.327Z | Compiling structmeta-derive v0.1.6 |
1913 | 2023-11-14T21:18:27.541Z | Checking slog-envlogger v2.2.0 |
1914 | 2023-11-14T21:18:27.851Z | Checking newline-converter v0.3.0 |
1915 | 2023-11-14T21:18:27.876Z | Compiling derive-where v1.2.5 |
1916 | 2023-11-14T21:18:28.002Z | Compiling semver v0.1.20 |
1917 | 2023-11-14T21:18:28.057Z | Checking expectorate v1.1.0 |
1918 | 2023-11-14T21:18:28.220Z | Checking pem-rfc7468 v0.7.0 |
1919 | 2023-11-14T21:18:28.272Z | Checking hkdf v0.12.3 |
1920 | 2023-11-14T21:18:28.568Z | Compiling rustc_version v0.1.7 |
1921 | 2023-11-14T21:18:28.597Z | Compiling libz-sys v1.1.12 |
1922 | 2023-11-14T21:18:28.974Z | Checking flagset v0.4.3 |
1923 | 2023-11-14T21:18:29.224Z | Compiling parking_lot_core v0.8.6 |
1924 | 2023-11-14T21:18:29.276Z | Checking der v0.7.8 |
1925 | 2023-11-14T21:18:29.492Z | Compiling newtype_derive v0.1.6 |
1926 | 2023-11-14T21:18:29.840Z | Checking resolv-conf v0.7.0 |
1927 | 2023-11-14T21:18:29.923Z | Checking textwrap v0.11.0 |
1928 | 2023-11-14T21:18:30.240Z | Checking strsim v0.8.0 |
1929 | 2023-11-14T21:18:30.378Z | Checking vec_map v0.8.2 |
1930 | 2023-11-14T21:18:30.518Z | Checking keccak v0.1.4 |
1931 | 2023-11-14T21:18:30.775Z | Checking ansi_term v0.12.1 |
1932 | 2023-11-14T21:18:30.983Z | Checking sha3 v0.10.8 |
1933 | 2023-11-14T21:18:31.262Z | Checking clap v2.34.0 |
1934 | 2023-11-14T21:18:31.560Z | Checking trust-dns-resolver v0.22.0 |
1935 | 2023-11-14T21:18:31.585Z | Compiling structmeta v0.1.6 |
1936 | 2023-11-14T21:18:32.180Z | Compiling parse-display-derive v0.7.0 |
1937 | 2023-11-14T21:18:32.372Z | Checking spki v0.7.2 |
1938 | 2023-11-14T21:18:33.339Z | Checking secrecy v0.8.0 |
1939 | 2023-11-14T21:18:33.429Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1940 | 2023-11-14T21:18:33.652Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1941 | 2023-11-14T21:18:35.041Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1942 | 2023-11-14T21:18:35.332Z | Checking fxhash v0.2.1 |
1943 | 2023-11-14T21:18:35.430Z | Compiling libsqlite3-sys v0.26.0 |
1944 | 2023-11-14T21:18:35.716Z | Checking crc-catalog v2.2.0 |
1945 | 2023-11-14T21:18:35.858Z | Checking structopt v0.3.26 |
1946 | 2023-11-14T21:18:35.910Z | Checking crc v3.0.1 |
1947 | 2023-11-14T21:18:35.941Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1948 | 2023-11-14T21:18:36.148Z | Checking pkcs8 v0.10.2 |
1949 | 2023-11-14T21:18:36.476Z | Compiling vergen v8.2.4 |
1950 | 2023-11-14T21:18:36.572Z | Checking nodrop v0.1.14 |
1951 | 2023-11-14T21:18:36.725Z | Checking array-init v0.0.4 |
1952 | 2023-11-14T21:18:36.940Z | Checking pkcs1 v0.7.5 |
1953 | 2023-11-14T21:18:37.098Z | Checking smallvec v0.6.14 |
1954 | 2023-11-14T21:18:37.956Z | Compiling rayon-core v1.12.0 |
1955 | 2023-11-14T21:18:38.142Z | Checking bitfield v0.14.0 |
1956 | 2023-11-14T21:18:38.348Z | Checking serde-hex v0.1.0 |
1957 | 2023-11-14T21:18:38.519Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1958 | 2023-11-14T21:18:38.543Z | Checking x509-cert v0.2.4 |
1959 | 2023-11-14T21:18:38.876Z | Checking env_logger v0.10.0 |
1960 | 2023-11-14T21:18:40.634Z | Checking ron v0.8.1 |
1961 | 2023-11-14T21:18:40.722Z | Checking rsa v0.9.2 |
1962 | 2023-11-14T21:18:41.169Z | Checking crc-any v2.4.3 |
1963 | 2023-11-14T21:18:41.362Z | Checking humantime v2.1.0 |
1964 | 2023-11-14T21:18:41.744Z | Compiling buf-list v1.0.3 |
1965 | 2023-11-14T21:18:42.570Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1966 | 2023-11-14T21:18:42.716Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1967 | 2023-11-14T21:18:42.846Z | Checking object v0.30.4 |
1968 | 2023-11-14T21:18:42.930Z | Checking path-slash v0.1.5 |
1969 | 2023-11-14T21:18:43.111Z | Checking utf-8 v0.7.6 |
1970 | 2023-11-14T21:18:43.439Z | Compiling num_enum_derive v0.7.0 |
1971 | 2023-11-14T21:18:43.824Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1972 | 2023-11-14T21:18:44.054Z | Compiling unicase v2.7.0 |
1973 | 2023-11-14T21:18:44.360Z | Compiling platforms v3.0.2 |
1974 | 2023-11-14T21:18:44.757Z | Compiling salty v0.2.0 |
1975 | 2023-11-14T21:18:45.194Z | Checking num-complex v0.4.4 |
1976 | 2023-11-14T21:18:45.361Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1977 | 2023-11-14T21:18:45.418Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1978 | 2023-11-14T21:18:46.055Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1979 | 2023-11-14T21:18:46.494Z | Compiling erased-serde v0.3.30 |
1980 | 2023-11-14T21:18:46.648Z | Checking num v0.4.1 |
1981 | 2023-11-14T21:18:46.775Z | Compiling curve25519-dalek v4.1.0 |
1982 | 2023-11-14T21:18:46.794Z | Compiling bitstruct_derive v0.1.0 |
1983 | 2023-11-14T21:18:47.225Z | Compiling async-recursion v1.0.5 |
1984 | 2023-11-14T21:18:47.341Z | Checking swrite v0.1.0 |
1985 | 2023-11-14T21:18:47.429Z | Compiling glob v0.3.1 |
1986 | 2023-11-14T21:18:47.634Z | Compiling mime_guess v2.0.4 |
1987 | 2023-11-14T21:18:47.995Z | Compiling thiserror-impl-no-std v2.0.2 |
1988 | 2023-11-14T21:18:48.703Z | Compiling curve25519-dalek-derive v0.1.0 |
1989 | 2023-11-14T21:18:48.782Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1990 | 2023-11-14T21:18:49.484Z | Checking universal-hash v0.5.1 |
1991 | 2023-11-14T21:18:49.576Z | Checking nibble_vec v0.1.0 |
1992 | 2023-11-14T21:18:50.030Z | Compiling portable-atomic v1.4.3 |
1993 | 2023-11-14T21:18:50.658Z | Checking opaque-debug v0.3.0 |
1994 | 2023-11-14T21:18:50.963Z | Checking endian-type v0.1.2 |
1995 | 2023-11-14T21:18:51.267Z | Compiling crunchy v0.2.2 |
1996 | 2023-11-14T21:18:51.391Z | Checking radix_trie v0.2.1 |
1997 | 2023-11-14T21:18:51.714Z | Checking snafu v0.7.5 |
1998 | 2023-11-14T21:18:52.013Z | Checking libsw v3.3.0 |
1999 | 2023-11-14T21:18:52.059Z | Compiling tiny-keccak v2.0.2 |
2000 | 2023-11-14T21:18:52.139Z | Checking linear-map v1.2.0 |
2001 | 2023-11-14T21:18:52.394Z | Checking owo-colors v3.5.0 |
2002 | 2023-11-14T21:18:52.463Z | Checking parking_lot v0.11.2 |
2003 | 2023-11-14T21:18:52.501Z | Checking trust-dns-client v0.22.0 |
2004 | 2023-11-14T21:18:52.662Z | Compiling clang-sys v1.6.1 |
2005 | 2023-11-14T21:18:52.925Z | Checking crossbeam-deque v0.8.3 |
2006 | 2023-11-14T21:18:53.011Z | Checking aead v0.5.2 |
2007 | 2023-11-14T21:18:53.324Z | Compiling darling_core v0.14.4 |
2008 | 2023-11-14T21:18:53.398Z | Compiling prettyplease v0.2.12 |
2009 | 2023-11-14T21:18:53.722Z | Compiling ascii-canvas v3.0.0 |
2010 | 2023-11-14T21:18:53.845Z | Checking sled v0.34.7 |
2011 | 2023-11-14T21:18:54.493Z | Checking trust-dns-server v0.22.1 |
2012 | 2023-11-14T21:18:54.704Z | Checking parse-display v0.7.0 |
2013 | 2023-11-14T21:18:55.127Z | Compiling const_format_proc_macros v0.2.31 |
2014 | 2023-11-14T21:18:55.318Z | Compiling ena v0.14.2 |
2015 | 2023-11-14T21:18:55.689Z | Checking pretty-hex v0.3.0 |
2016 | 2023-11-14T21:18:55.925Z | Checking signature v1.6.4 |
2017 | 2023-11-14T21:18:55.959Z | Compiling diff v0.1.13 |
2018 | 2023-11-14T21:18:56.094Z | Compiling minimal-lexical v0.2.1 |
2019 | 2023-11-14T21:18:56.809Z | Compiling nom v7.1.3 |
2020 | 2023-11-14T21:18:56.883Z | Compiling lalrpop v0.19.12 |
2021 | 2023-11-14T21:18:58.357Z | Checking ed25519 v1.5.3 |
2022 | 2023-11-14T21:18:58.579Z | Checking tungstenite v0.18.0 |
2023 | 2023-11-14T21:18:59.540Z | Checking path-dedot v3.1.0 |
2024 | 2023-11-14T21:18:59.754Z | Compiling libloading v0.7.4 |
2025 | 2023-11-14T21:18:59.969Z | Compiling bindgen v0.65.1 |
2026 | 2023-11-14T21:19:00.026Z | Compiling ref-cast v1.0.20 |
2027 | 2023-11-14T21:19:01.022Z | Checking tokio-tungstenite v0.18.0 |
2028 | 2023-11-14T21:19:01.679Z | Checking path-absolutize v3.1.0 |
2029 | 2023-11-14T21:19:01.908Z | Checking rayon v1.8.0 |
2030 | 2023-11-14T21:19:02.008Z | Compiling darling_macro v0.14.4 |
2031 | 2023-11-14T21:19:02.292Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2032 | 2023-11-14T21:19:02.853Z | Compiling cexpr v0.6.0 |
2033 | 2023-11-14T21:19:03.225Z | Checking steno v0.4.0 |
2034 | 2023-11-14T21:19:03.462Z | Compiling darling v0.14.4 |
2035 | 2023-11-14T21:19:03.599Z | Compiling derive_builder_core v0.12.0 |
2036 | 2023-11-14T21:19:05.275Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2037 | 2023-11-14T21:19:05.774Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2038 | 2023-11-14T21:19:06.882Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2039 | 2023-11-14T21:19:07.251Z | Checking globset v0.4.13 |
2040 | 2023-11-14T21:19:07.325Z | Checking hashlink v0.8.3 |
2041 | 2023-11-14T21:19:07.594Z | Checking olpc-cjson v0.1.3 |
2042 | 2023-11-14T21:19:07.612Z | Compiling which v4.4.0 |
2043 | 2023-11-14T21:19:07.899Z | Checking serde-big-array v0.4.1 |
2044 | 2023-11-14T21:19:07.985Z | Checking serde-big-array v0.5.1 |
2045 | 2023-11-14T21:19:08.044Z | Checking serde_plain v1.0.2 |
2046 | 2023-11-14T21:19:08.136Z | Compiling ref-cast-impl v1.0.20 |
2047 | 2023-11-14T21:19:08.237Z | Compiling libxml v0.3.3 |
2048 | 2023-11-14T21:19:08.400Z | Compiling peeking_take_while v0.1.2 |
2049 | 2023-11-14T21:19:08.403Z | Checking fallible-streaming-iterator v0.1.9 |
2050 | 2023-11-14T21:19:08.579Z | Compiling lazycell v1.3.0 |
2051 | 2023-11-14T21:19:08.607Z | Compiling rustc-hash v1.1.0 |
2052 | 2023-11-14T21:19:08.733Z | Compiling shlex v1.1.0 |
2053 | 2023-11-14T21:19:08.799Z | Checking rusqlite v0.29.0 |
2054 | 2023-11-14T21:19:08.819Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2055 | 2023-11-14T21:19:09.908Z | Compiling derive_builder_macro v0.12.0 |
2056 | 2023-11-14T21:19:10.462Z | Checking nix v0.26.2 |
2057 | 2023-11-14T21:19:11.102Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2058 | 2023-11-14T21:19:11.140Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2059 | 2023-11-14T21:19:11.831Z | Checking signal-hook-tokio v0.3.1 |
2060 | 2023-11-14T21:19:11.852Z | Checking twox-hash v1.6.3 |
2061 | 2023-11-14T21:19:11.869Z | Checking ff v0.13.0 |
2062 | 2023-11-14T21:19:11.931Z | Compiling strum_macros v0.24.3 |
2063 | 2023-11-14T21:19:12.522Z | Checking corncobs v0.1.3 |
2064 | 2023-11-14T21:19:12.555Z | Checking display-error-chain v0.2.0 |
2065 | 2023-11-14T21:19:12.751Z | Compiling indoc v1.0.9 |
2066 | 2023-11-14T21:19:12.793Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2067 | 2023-11-14T21:19:13.064Z | Checking group v0.13.0 |
2068 | 2023-11-14T21:19:13.721Z | Checking polyval v0.6.1 |
2069 | 2023-11-14T21:19:14.156Z | Checking num_enum v0.7.0 |
2070 | 2023-11-14T21:19:14.385Z | Checking ctr v0.9.2 |
2071 | 2023-11-14T21:19:14.629Z | Checking aes v0.8.3 |
2072 | 2023-11-14T21:19:14.816Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2073 | 2023-11-14T21:19:15.210Z | Checking crypto-bigint v0.5.2 |
2074 | 2023-11-14T21:19:16.285Z | Checking bincode v1.3.3 |
2075 | 2023-11-14T21:19:16.643Z | Compiling cookie v0.16.2 |
2076 | 2023-11-14T21:19:17.089Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2077 | 2023-11-14T21:19:17.615Z | Checking base16ct v0.2.0 |
2078 | 2023-11-14T21:19:17.916Z | Checking elliptic-curve v0.13.5 |
2079 | 2023-11-14T21:19:18.512Z | Checking aes-gcm-siv v0.11.1 |
2080 | 2023-11-14T21:19:18.550Z | Checking thiserror-no-std v2.0.2 |
2081 | 2023-11-14T21:19:18.654Z | Checking poly1305 v0.8.0 |
2082 | 2023-11-14T21:19:18.689Z | Checking env_logger v0.9.3 |
2083 | 2023-11-14T21:19:19.430Z | Checking chacha20 v0.9.1 |
2084 | 2023-11-14T21:19:19.435Z | Compiling impl-trait-for-tuples v0.2.2 |
2085 | 2023-11-14T21:19:19.488Z | Compiling oso-derive v0.27.0 |
2086 | 2023-11-14T21:19:19.701Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2087 | 2023-11-14T21:19:20.065Z | Checking ringbuffer v0.15.0 |
2088 | 2023-11-14T21:19:20.178Z | Checking ascii v1.1.0 |
2089 | 2023-11-14T21:19:20.542Z | Checking chacha20poly1305 v0.10.1 |
2090 | 2023-11-14T21:19:20.796Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2091 | 2023-11-14T21:19:20.814Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2092 | 2023-11-14T21:19:21.234Z | Checking bitstruct v0.1.1 |
2093 | 2023-11-14T21:19:21.429Z | Checking vsss-rs v3.3.1 |
2094 | 2023-11-14T21:19:21.570Z | Checking tungstenite v0.20.1 |
2095 | 2023-11-14T21:19:22.975Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2096 | 2023-11-14T21:19:23.209Z | Checking serde_arrays v0.1.0 |
2097 | 2023-11-14T21:19:23.410Z | Checking tokio-tungstenite v0.20.1 |
2098 | 2023-11-14T21:19:24.720Z | Checking kstat-rs v0.2.3 |
2099 | 2023-11-14T21:19:25.173Z | Checking bcs v0.1.6 |
2100 | 2023-11-14T21:19:25.215Z | Compiling indoc v2.0.3 |
2101 | 2023-11-14T21:19:26.386Z | Checking highway v1.1.0 |
2102 | 2023-11-14T21:19:27.138Z | Checking assert_matches v1.5.0 |
2103 | 2023-11-14T21:19:30.583Z | Checking const_format v0.2.31 |
2104 | 2023-11-14T21:19:30.984Z | Checking ron v0.7.1 |
2105 | 2023-11-14T21:19:31.749Z | Checking bit_field v0.10.2 |
2106 | 2023-11-14T21:19:32.299Z | Checking http-range v0.1.5 |
2107 | 2023-11-14T21:19:32.558Z | Checking hyper-staticfile v0.9.5 |
2108 | 2023-11-14T21:19:34.144Z | Checking number_prefix v0.4.0 |
2109 | 2023-11-14T21:19:34.246Z | Checking maplit v1.0.2 |
2110 | 2023-11-14T21:19:34.478Z | Checking indicatif v0.17.7 |
2111 | 2023-11-14T21:19:36.760Z | Checking derive_builder v0.12.0 |
2112 | 2023-11-14T21:19:39.298Z | Checking bb8 v0.8.1 |
2113 | 2023-11-14T21:19:39.376Z | Checking quick-xml v0.23.1 |
2114 | 2023-11-14T21:19:39.738Z | Checking bytesize v1.3.0 |
2115 | 2023-11-14T21:19:40.109Z | Checking smawk v0.3.1 |
2116 | 2023-11-14T21:19:40.358Z | Checking fs-err v2.9.0 |
2117 | 2023-11-14T21:19:40.378Z | Checking unicode-linebreak v0.1.5 |
2118 | 2023-11-14T21:19:41.030Z | Checking textwrap v0.16.0 |
2119 | 2023-11-14T21:19:41.268Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2120 | 2023-11-14T21:19:42.735Z | Compiling vte_generate_state_changes v0.1.1 |
2121 | 2023-11-14T21:19:42.872Z | Checking cassowary v0.3.0 |
2122 | 2023-11-14T21:19:42.998Z | Checking is_ci v1.1.1 |
2123 | 2023-11-14T21:19:43.242Z | Checking supports-color v2.1.0 |
2124 | 2023-11-14T21:19:43.522Z | Checking ratatui v0.23.0 |
2125 | 2023-11-14T21:19:47.103Z | Checking rtoolbox v0.0.1 |
2126 | 2023-11-14T21:19:47.368Z | Checking rpassword v7.2.0 |
2127 | 2023-11-14T21:19:47.399Z | Checking tui-tree-widget v0.13.0 |
2128 | 2023-11-14T21:19:49.067Z | Checking shell-words v1.1.0 |
2129 | 2023-11-14T21:19:49.105Z | Checking yansi v0.5.1 |
2130 | 2023-11-14T21:19:49.558Z | Checking pretty_assertions v1.4.0 |
2131 | 2023-11-14T21:19:52.477Z | Checking fatfs v0.3.6 |
2132 | 2023-11-14T21:19:53.100Z | Checking plotters-backend v0.3.5 |
2133 | 2023-11-14T21:19:53.671Z | Checking plotters-svg v0.3.5 |
2134 | 2023-11-14T21:19:54.202Z | Checking rand v0.4.6 |
2135 | 2023-11-14T21:19:54.746Z | Checking cast v0.3.0 |
2136 | 2023-11-14T21:19:55.232Z | Checking remove_dir_all v0.5.3 |
2137 | 2023-11-14T21:19:55.371Z | Checking criterion-plot v0.5.0 |
2138 | 2023-11-14T21:19:55.735Z | Checking tempdir v0.3.7 |
2139 | 2023-11-14T21:19:55.964Z | Checking plotters v0.3.5 |
2140 | 2023-11-14T21:19:59.277Z | Checking tinytemplate v1.2.1 |
2141 | 2023-11-14T21:19:59.511Z | Checking oorandom v11.1.3 |
2142 | 2023-11-14T21:19:59.850Z | Checking anes v0.1.6 |
2143 | 2023-11-14T21:20:00.432Z | Checking criterion v0.5.1 |
2144 | 2023-11-14T21:20:05.193Z | Checking assert_cmd v2.0.12 |
2145 | 2023-11-14T21:20:05.457Z | Checking dashmap v5.5.1 |
2146 | 2023-11-14T21:20:05.855Z | Compiling serial_test_derive v0.10.0 |
2147 | 2023-11-14T21:20:07.296Z | Compiling crossbeam-queue v0.3.8 |
2148 | 2023-11-14T21:20:07.474Z | Checking serial_test v0.10.0 |
2149 | 2023-11-14T21:20:07.979Z | Checking vte v0.11.1 |
2150 | 2023-11-14T21:20:08.004Z | Checking threadpool v1.8.1 |
2151 | 2023-11-14T21:20:08.378Z | Checking libtest-mimic v0.6.1 |
2152 | 2023-11-14T21:20:08.745Z | Compiling tabled_derive v0.6.0 |
2153 | 2023-11-14T21:20:09.036Z | Checking httptest v0.15.5 |
2154 | 2023-11-14T21:20:10.177Z | Checking similar-asserts v1.5.0 |
2155 | 2023-11-14T21:20:10.520Z | Checking fd-lock v3.0.13 |
2156 | 2023-11-14T21:20:10.582Z | Checking strip-ansi-escapes v0.2.0 |
2157 | 2023-11-14T21:20:10.792Z | Checking nanorand v0.7.0 |
2158 | 2023-11-14T21:20:10.795Z | Compiling rstest_macros v0.18.2 |
2159 | 2023-11-14T21:20:11.278Z | Checking nu-ansi-term v0.49.0 |
2160 | 2023-11-14T21:20:11.587Z | Checking flume v0.11.0 |
2161 | 2023-11-14T21:20:11.872Z | Checking datatest-stable v0.2.3 |
2162 | 2023-11-14T21:20:11.934Z | Checking reedline v0.25.0 |
2163 | 2023-11-14T21:20:12.342Z | Compiling pin-project-internal v1.1.3 |
2164 | 2023-11-14T21:20:13.265Z | Checking arrayvec v0.7.4 |
2165 | 2023-11-14T21:20:13.382Z | Checking constant_time_eq v0.2.6 |
2166 | 2023-11-14T21:20:13.685Z | Checking topological-sort v0.2.2 |
2167 | 2023-11-14T21:20:13.852Z | Checking arrayref v0.3.7 |
2168 | 2023-11-14T21:20:13.855Z | Compiling relative-path v1.9.0 |
2169 | 2023-11-14T21:20:13.955Z | Compiling trybuild v1.0.85 |
2170 | 2023-11-14T21:20:13.985Z | Checking bytecount v0.6.3 |
2171 | 2023-11-14T21:20:14.208Z | Checking papergrid v0.10.0 |
2172 | 2023-11-14T21:20:14.586Z | Checking blake2b_simd v1.0.1 |
2173 | 2023-11-14T21:20:16.388Z | Checking basic-toml v0.1.4 |
2174 | 2023-11-14T21:20:16.834Z | Checking pin-project v1.1.3 |
2175 | 2023-11-14T21:20:17.009Z | Checking futures-timer v3.0.2 |
2176 | 2023-11-14T21:20:17.131Z | Checking constant_time_eq v0.3.0 |
2177 | 2023-11-14T21:20:17.589Z | Checking rust-argon2 v1.0.1 |
2178 | 2023-11-14T21:20:18.111Z | Checking partial-io v0.5.4 |
2179 | 2023-11-14T21:20:18.681Z | Checking tabled v0.14.0 |
2180 | 2023-11-14T21:20:19.877Z | Checking cargo-platform v0.1.3 |
2181 | 2023-11-14T21:20:20.071Z | Checking approx v0.5.1 |
2182 | 2023-11-14T21:20:20.341Z | Checking hex-literal v0.4.1 |
2183 | 2023-11-14T21:20:20.397Z | Checking cargo_metadata v0.18.0 |
2184 | 2023-11-14T21:20:23.149Z | Checking crossbeam v0.8.2 |
2185 | 2023-11-14T21:20:23.305Z | Checking cargo_toml v0.17.0 |
2186 | 2023-11-14T21:20:24.012Z | Checking termios v0.3.3 |
2187 | 2023-11-14T21:20:26.250Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2188 | 2023-11-14T21:20:26.870Z | Checking rstest v0.18.2 |
2189 | 2023-11-14T21:20:35.427Z | Compiling bzip2 v0.4.4 |
2190 | 2023-11-14T21:20:36.015Z | Compiling zip v0.6.6 |
2191 | 2023-11-14T21:20:41.578Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2192 | 2023-11-14T21:20:42.298Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2193 | 2023-11-14T21:20:56.885Z | Compiling polar-core v0.27.0 |
2194 | 2023-11-14T21:21:00.795Z | Checking rustls-webpki v0.101.7 |
2195 | 2023-11-14T21:21:06.903Z | Checking tokio-rustls v0.24.1 |
2196 | 2023-11-14T21:21:07.451Z | Checking hyper-rustls v0.24.2 |
2197 | 2023-11-14T21:21:07.997Z | Checking reqwest v0.11.20 |
2198 | 2023-11-14T21:21:10.567Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2199 | 2023-11-14T21:21:11.046Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2200 | 2023-11-14T21:21:11.354Z | Checking tough v0.14.0 |
2201 | 2023-11-14T21:21:11.374Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2202 | 2023-11-14T21:21:12.992Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2203 | 2023-11-14T21:21:13.316Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2204 | 2023-11-14T21:21:13.434Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2205 | 2023-11-14T21:21:14.257Z | Checking oso v0.27.0 |
2206 | 2023-11-14T21:21:17.908Z | Compiling omicron-zone-package v0.8.3 |
2207 | 2023-11-14T21:21:18.461Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2208 | 2023-11-14T21:21:25.317Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2209 | 2023-11-14T21:21:25.431Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2210 | 2023-11-14T21:21:25.434Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2211 | 2023-11-14T21:21:28.189Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2212 | 2023-11-14T21:21:28.238Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2213 | 2023-11-14T21:21:28.337Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2214 | 2023-11-14T21:21:28.483Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2215 | 2023-11-14T21:21:28.809Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2216 | 2023-11-14T21:21:28.855Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2217 | 2023-11-14T21:21:28.887Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2218 | 2023-11-14T21:21:29.391Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2219 | 2023-11-14T21:21:29.835Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2220 | 2023-11-14T21:21:29.953Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2221 | 2023-11-14T21:21:34.678Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2222 | 2023-11-14T21:21:35.306Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2223 | 2023-11-14T21:21:38.064Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2224 | 2023-11-14T21:21:39.629Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2225 | 2023-11-14T21:21:42.711Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2226 | 2023-11-14T21:21:43.191Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2227 | 2023-11-14T21:21:45.299Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2228 | 2023-11-14T21:21:45.698Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2229 | 2023-11-14T21:21:46.191Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2230 | 2023-11-14T21:21:48.540Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2231 | 2023-11-14T21:21:49.487Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2232 | 2023-11-14T21:21:49.974Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2233 | 2023-11-14T21:21:50.136Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2234 | 2023-11-14T21:21:51.248Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2235 | 2023-11-14T21:21:52.258Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2023-11-14T21:21:52.489Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2237 | 2023-11-14T21:21:52.686Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2238 | 2023-11-14T21:21:53.709Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2239 | 2023-11-14T21:21:55.260Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2240 | 2023-11-14T21:22:04.894Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2241 | 2023-11-14T21:22:05.748Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2242 | 2023-11-14T21:22:10.413Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2243 | 2023-11-14T21:22:11.683Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2244 | 2023-11-14T21:22:12.897Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2245 | 2023-11-14T21:22:14.166Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2246 | 2023-11-14T21:22:14.645Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2247 | 2023-11-14T21:22:15.483Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2248 | 2023-11-14T21:22:15.515Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2249 | 2023-11-14T21:22:16.128Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2250 | 2023-11-14T21:22:17.106Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2251 | 2023-11-14T21:22:18.487Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2252 | 2023-11-14T21:22:19.307Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2253 | 2023-11-14T21:22:21.985Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2254 | 2023-11-14T21:22:22.011Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2255 | 2023-11-14T21:22:22.329Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2256 | 2023-11-14T21:22:28.146Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2257 | 2023-11-14T21:22:32.710Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2258 | 2023-11-14T21:22:38.896Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2259 | 2023-11-14T21:22:39.068Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2260 | 2023-11-14T21:22:39.431Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2261 | 2023-11-14T21:22:40.067Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2262 | 2023-11-14T21:22:41.621Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2263 | 2023-11-14T21:22:44.256Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2264 | 2023-11-14T21:22:49.523Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2265 | 2023-11-14T21:22:50.700Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2266 | 2023-11-14T21:22:51.144Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2267 | 2023-11-14T21:22:52.674Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2268 | 2023-11-14T21:22:53.051Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2269 | 2023-11-14T21:22:54.562Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2270 | 2023-11-14T21:23:01.798Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2271 | 2023-11-14T21:23:12.888Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2272 | 2023-11-14T21:23:35.275Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2273 | 2023-11-14T21:23:49.438Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2274 | 2023-11-14T21:24:17.251Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2275 | 2023-11-14T21:24:31.512Z | Compiling git2 v0.17.2 |
2276 | 2023-11-14T21:24:41.171Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2277 | 2023-11-14T21:24:43.785Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2278 | 2023-11-14T21:24:56.993Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2279 | 2023-11-14T21:25:09.310Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2280 | 2023-11-14T21:25:09.608Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2281 | 2023-11-14T21:25:10.115Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2282 | 2023-11-14T21:25:11.568Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2283 | 2023-11-14T21:25:42.430Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2284 | 2023-11-14T21:27:00.760Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 36s |
2285 | 2023-11-14T21:27:00.989Z | |
2286 | 2023-11-14T21:27:00.994Z | real 13:38.989792885 |
2287 | 2023-11-14T21:27:00.999Z | user 1:19:32.003942124 |
2288 | 2023-11-14T21:27:01.002Z | sys 10:55.293699128 |
2289 | 2023-11-14T21:27:01.007Z | trap 2.632214016 |
2290 | 2023-11-14T21:27:01.010Z | tflt 4.747490576 |
2291 | 2023-11-14T21:27:01.013Z | dflt 5.576672718 |
2292 | 2023-11-14T21:27:01.016Z | kflt 0.022152226 |
2293 | 2023-11-14T21:27:01.021Z | lock 1:51:44.010853957 |
2294 | 2023-11-14T21:27:01.025Z | slp 4:47:27.188070914 |
2295 | 2023-11-14T21:27:01.028Z | lat 2:50.124823400 |
2296 | 2023-11-14T21:27:01.031Z | stop 8:24.246433319 |
2297 | 2023-11-14T21:27:02.271Z | warning: output filename collision. |
2298 | 2023-11-14T21:27:02.282Z | 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)`. |
2299 | 2023-11-14T21:27:02.285Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2300 | 2023-11-14T21:27:02.289Z | The targets should have unique names. |
2301 | 2023-11-14T21:27:02.292Z | This is a known bug where multiple crates with the same name use |
2302 | 2023-11-14T21:27:02.295Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2303 | 2023-11-14T21:27:02.298Z | warning: output filename collision. |
2304 | 2023-11-14T21:27:02.302Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2305 | 2023-11-14T21:27:02.306Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2306 | 2023-11-14T21:27:02.312Z | The targets should have unique names. |
2307 | 2023-11-14T21:27:02.315Z | This is a known bug where multiple crates with the same name use |
2308 | 2023-11-14T21:27:02.319Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2309 | 2023-11-14T21:27:02.322Z | warning: output filename collision. |
2310 | 2023-11-14T21:27:02.326Z | 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)`. |
2311 | 2023-11-14T21:27:02.329Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2312 | 2023-11-14T21:27:02.333Z | The targets should have unique names. |
2313 | 2023-11-14T21:27:02.335Z | This is a known bug where multiple crates with the same name use |
2314 | 2023-11-14T21:27:02.338Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2315 | 2023-11-14T21:27:02.344Z | warning: output filename collision. |
2316 | 2023-11-14T21:27:02.349Z | 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)`. |
2317 | 2023-11-14T21:27:02.352Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2318 | 2023-11-14T21:27:02.355Z | The targets should have unique names. |
2319 | 2023-11-14T21:27:02.359Z | This is a known bug where multiple crates with the same name use |
2320 | 2023-11-14T21:27:02.362Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2321 | 2023-11-14T21:27:02.364Z | warning: output filename collision. |
2322 | 2023-11-14T21:27:02.368Z | 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`. |
2323 | 2023-11-14T21:27:02.371Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2324 | 2023-11-14T21:27:02.375Z | The targets should have unique names. |
2325 | 2023-11-14T21:27:02.379Z | This is a known bug where multiple crates with the same name use |
2326 | 2023-11-14T21:27:02.383Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2327 | 2023-11-14T21:27:02.387Z | warning: output filename collision. |
2328 | 2023-11-14T21:27:02.393Z | 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)`. |
2329 | 2023-11-14T21:27:02.399Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2330 | 2023-11-14T21:27:02.402Z | The targets should have unique names. |
2331 | 2023-11-14T21:27:02.404Z | This is a known bug where multiple crates with the same name use |
2332 | 2023-11-14T21:27:02.408Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2333 | 2023-11-14T21:27:02.413Z | warning: output filename collision. |
2334 | 2023-11-14T21:27:02.416Z | 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)`. |
2335 | 2023-11-14T21:27:02.421Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2336 | 2023-11-14T21:27:02.425Z | The targets should have unique names. |
2337 | 2023-11-14T21:27:02.428Z | This is a known bug where multiple crates with the same name use |
2338 | 2023-11-14T21:27:02.433Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2339 | 2023-11-14T21:27:02.438Z | warning: output filename collision. |
2340 | 2023-11-14T21:27:02.443Z | 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)`. |
2341 | 2023-11-14T21:27:02.447Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2342 | 2023-11-14T21:27:02.450Z | The targets should have unique names. |
2343 | 2023-11-14T21:27:02.454Z | This is a known bug where multiple crates with the same name use |
2344 | 2023-11-14T21:27:02.457Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2345 | 2023-11-14T21:27:02.461Z | warning: output filename collision. |
2346 | 2023-11-14T21:27:02.464Z | 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)`. |
2347 | 2023-11-14T21:27:02.467Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2348 | 2023-11-14T21:27:02.470Z | The targets should have unique names. |
2349 | 2023-11-14T21:27:02.475Z | This is a known bug where multiple crates with the same name use |
2350 | 2023-11-14T21:27:02.478Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2351 | 2023-11-14T21:27:02.482Z | warning: output filename collision. |
2352 | 2023-11-14T21:27:02.485Z | 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)`. |
2353 | 2023-11-14T21:27:02.490Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2354 | 2023-11-14T21:27:02.494Z | The targets should have unique names. |
2355 | 2023-11-14T21:27:02.497Z | This is a known bug where multiple crates with the same name use |
2356 | 2023-11-14T21:27:02.500Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2357 | 2023-11-14T21:27:02.503Z | warning: output filename collision. |
2358 | 2023-11-14T21:27:02.507Z | 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)`. |
2359 | 2023-11-14T21:27:02.511Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2360 | 2023-11-14T21:27:02.515Z | The targets should have unique names. |
2361 | 2023-11-14T21:27:02.518Z | This is a known bug where multiple crates with the same name use |
2362 | 2023-11-14T21:27:02.521Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2363 | 2023-11-14T21:27:02.913Z | Checking unicode-ident v1.0.12 |
2364 | 2023-11-14T21:27:02.936Z | Documenting libc v0.2.150 |
2365 | 2023-11-14T21:27:02.946Z | Documenting cfg-if v1.0.0 |
2366 | 2023-11-14T21:27:02.972Z | Checking libc v0.2.150 |
2367 | 2023-11-14T21:27:02.984Z | Checking cfg-if v1.0.0 |
2368 | 2023-11-14T21:27:02.988Z | Checking serde v1.0.188 |
2369 | 2023-11-14T21:27:03.017Z | Documenting scopeguard v1.2.0 |
2370 | 2023-11-14T21:27:03.021Z | Documenting log v0.4.20 |
2371 | 2023-11-14T21:27:03.112Z | Documenting itoa v1.0.9 |
2372 | 2023-11-14T21:27:03.122Z | Checking proc-macro2 v1.0.67 |
2373 | 2023-11-14T21:27:04.139Z | Checking quote v1.0.33 |
2374 | 2023-11-14T21:27:04.672Z | Checking syn v2.0.32 |
2375 | 2023-11-14T21:27:05.210Z | Checking syn v1.0.109 |
2376 | 2023-11-14T21:27:07.072Z | Documenting lock_api v0.4.10 |
2377 | 2023-11-14T21:27:07.104Z | Checking once_cell v1.18.0 |
2378 | 2023-11-14T21:27:07.267Z | Documenting smallvec v1.11.0 |
2379 | 2023-11-14T21:27:07.546Z | Documenting memchr v2.6.3 |
2380 | 2023-11-14T21:27:09.261Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2381 | 2023-11-14T21:27:09.613Z | Documenting getrandom v0.2.10 |
2382 | 2023-11-14T21:27:09.689Z | Documenting once_cell v1.18.0 |
2383 | 2023-11-14T21:27:11.396Z | Documenting libm v0.2.7 |
2384 | 2023-11-14T21:27:11.662Z | Documenting pin-project-lite v0.2.13 |
2385 | 2023-11-14T21:27:12.206Z | Documenting parking_lot_core v0.9.8 |
2386 | 2023-11-14T21:27:14.321Z | Documenting signal-hook-registry v1.4.1 |
2387 | 2023-11-14T21:27:14.695Z | Documenting mio v0.8.8 |
2388 | 2023-11-14T21:27:14.938Z | Documenting serde_derive v1.0.188 |
2389 | 2023-11-14T21:27:15.058Z | Documenting rand_core v0.6.4 |
2390 | 2023-11-14T21:27:15.438Z | Documenting zeroize_derive v1.4.2 |
2391 | 2023-11-14T21:27:15.698Z | Documenting thiserror-impl v1.0.49 |
2392 | 2023-11-14T21:27:16.172Z | Documenting num-traits v0.2.16 |
2393 | 2023-11-14T21:27:17.891Z | Documenting parking_lot v0.12.1 |
2394 | 2023-11-14T21:27:19.944Z | Checking itoa v1.0.9 |
2395 | 2023-11-14T21:27:20.265Z | Documenting futures-core v0.3.29 |
2396 | 2023-11-14T21:27:20.503Z | Documenting tokio-macros v2.1.0 |
2397 | 2023-11-14T21:27:21.037Z | Documenting num_cpus v1.16.0 |
2398 | 2023-11-14T21:27:22.793Z | Documenting thiserror v1.0.49 |
2399 | 2023-11-14T21:27:22.865Z | Documenting zeroize v1.6.0 |
2400 | 2023-11-14T21:27:23.206Z | Documenting socket2 v0.5.4 |
2401 | 2023-11-14T21:27:24.098Z | Documenting typenum v1.16.0 |
2402 | 2023-11-14T21:27:25.474Z | Documenting serde v1.0.188 |
2403 | 2023-11-14T21:27:26.085Z | Documenting ryu v1.0.15 |
2404 | 2023-11-14T21:27:26.678Z | Checking thiserror v1.0.49 |
2405 | 2023-11-14T21:27:28.078Z | Checking ryu v1.0.15 |
2406 | 2023-11-14T21:27:28.082Z | Documenting subtle v2.5.0 |
2407 | 2023-11-14T21:27:28.091Z | Checking getrandom v0.2.10 |
2408 | 2023-11-14T21:27:28.163Z | Documenting futures-sink v0.3.29 |
2409 | 2023-11-14T21:27:28.614Z | Documenting byteorder v1.5.0 |
2410 | 2023-11-14T21:27:28.628Z | Documenting pin-utils v0.1.0 |
2411 | 2023-11-14T21:27:29.067Z | Checking serde_json v1.0.108 |
2412 | 2023-11-14T21:27:30.194Z | Documenting iana-time-zone v0.1.57 |
2413 | 2023-11-14T21:27:31.578Z | Documenting generic-array v0.14.7 |
2414 | 2023-11-14T21:27:32.080Z | Checking memchr v2.6.3 |
2415 | 2023-11-14T21:27:32.713Z | Checking heck v0.4.1 |
2416 | 2023-11-14T21:27:33.004Z | Documenting futures-macro v0.3.29 |
2417 | 2023-11-14T21:27:33.438Z | Documenting slab v0.4.9 |
2418 | 2023-11-14T21:27:34.253Z | Documenting futures-channel v0.3.29 |
2419 | 2023-11-14T21:27:34.829Z | Documenting futures-task v0.3.29 |
2420 | 2023-11-14T21:27:35.907Z | Documenting futures-io v0.3.29 |
2421 | 2023-11-14T21:27:36.560Z | Documenting const-oid v0.9.5 |
2422 | 2023-11-14T21:27:37.895Z | Documenting crypto-common v0.1.6 |
2423 | 2023-11-14T21:27:39.472Z | Checking log v0.4.20 |
2424 | 2023-11-14T21:27:39.753Z | Checking bytes v1.5.0 |
2425 | 2023-11-14T21:27:39.948Z | Documenting ppv-lite86 v0.2.17 |
2426 | 2023-11-14T21:27:40.144Z | Checking byteorder v1.5.0 |
2427 | 2023-11-14T21:27:40.760Z | Documenting base64 v0.21.5 |
2428 | 2023-11-14T21:27:40.787Z | Documenting tinyvec_macros v0.1.1 |
2429 | 2023-11-14T21:27:41.011Z | Documenting block-buffer v0.10.4 |
2430 | 2023-11-14T21:27:41.647Z | Documenting futures-util v0.3.29 |
2431 | 2023-11-14T21:27:44.438Z | Documenting rand_chacha v0.3.1 |
2432 | 2023-11-14T21:27:44.756Z | Documenting tracing-core v0.1.31 |
2433 | 2023-11-14T21:27:44.803Z | Documenting tinyvec v1.6.0 |
2434 | 2023-11-14T21:27:45.318Z | Documenting tracing-attributes v0.1.26 |
2435 | 2023-11-14T21:27:46.942Z | Checking fnv v1.0.7 |
2436 | 2023-11-14T21:27:47.114Z | Documenting digest v0.10.7 |
2437 | 2023-11-14T21:27:47.148Z | Checking serde_derive_internals v0.26.0 |
2438 | 2023-11-14T21:27:48.076Z | Documenting serde_derive_internals v0.26.0 |
2439 | 2023-11-14T21:27:50.037Z | Documenting dyn-clone v1.0.13 |
2440 | 2023-11-14T21:27:50.442Z | Documenting rand v0.8.5 |
2441 | 2023-11-14T21:27:54.726Z | Documenting unicode-normalization v0.1.22 |
2442 | 2023-11-14T21:27:54.838Z | Checking ucd-trie v0.1.6 |
2443 | 2023-11-14T21:27:55.125Z | Documenting fnv v1.0.7 |
2444 | 2023-11-14T21:27:55.171Z | Documenting cpufeatures v0.2.9 |
2445 | 2023-11-14T21:27:55.956Z | Checking pest v2.7.2 |
2446 | 2023-11-14T21:27:57.284Z | Documenting schemars_derive v0.8.13 |
2447 | 2023-11-14T21:27:58.073Z | Documenting bytes v1.5.0 |
2448 | 2023-11-14T21:27:58.087Z | Documenting bitflags v2.4.0 |
2449 | 2023-11-14T21:27:59.475Z | Documenting serde_json v1.0.108 |
2450 | 2023-11-14T21:27:59.985Z | Documenting chrono v0.4.31 |
2451 | 2023-11-14T21:28:01.302Z | Documenting uuid v1.5.0 |
2452 | 2023-11-14T21:28:01.483Z | Documenting spin v0.9.8 |
2453 | 2023-11-14T21:28:05.255Z | Documenting tokio v1.33.0 |
2454 | 2023-11-14T21:28:05.268Z | Checking libm v0.2.7 |
2455 | 2023-11-14T21:28:06.133Z | Documenting unicode-bidi v0.3.13 |
2456 | 2023-11-14T21:28:06.284Z | Documenting http v0.2.9 |
2457 | 2023-11-14T21:28:06.725Z | Checking num-traits v0.2.16 |
2458 | 2023-11-14T21:28:07.337Z | Documenting lazy_static v1.4.0 |
2459 | 2023-11-14T21:28:07.785Z | Documenting percent-encoding v2.3.0 |
2460 | 2023-11-14T21:28:09.010Z | Documenting schemars v0.8.13 |
2461 | 2023-11-14T21:28:09.534Z | Checking ahash v0.8.3 |
2462 | 2023-11-14T21:28:10.078Z | Documenting ahash v0.8.3 |
2463 | 2023-11-14T21:28:11.514Z | Documenting tracing v0.1.37 |
2464 | 2023-11-14T21:28:11.667Z | Documenting allocator-api2 v0.2.16 |
2465 | 2023-11-14T21:28:12.358Z | Checking time-core v0.1.1 |
2466 | 2023-11-14T21:28:12.577Z | Documenting unicode-ident v1.0.12 |
2467 | 2023-11-14T21:28:13.796Z | Documenting form_urlencoded v1.2.0 |
2468 | 2023-11-14T21:28:14.748Z | Documenting adler v1.0.2 |
2469 | 2023-11-14T21:28:15.993Z | Documenting idna v0.4.0 |
2470 | 2023-11-14T21:28:16.699Z | Documenting hashbrown v0.14.2 |
2471 | 2023-11-14T21:28:16.743Z | Documenting proc-macro2 v1.0.67 |
2472 | 2023-11-14T21:28:18.041Z | Documenting httparse v1.8.0 |
2473 | 2023-11-14T21:28:18.771Z | Documenting miniz_oxide v0.7.1 |
2474 | 2023-11-14T21:28:19.099Z | Documenting untrusted v0.9.0 |
2475 | 2023-11-14T21:28:20.840Z | Documenting equivalent v1.0.1 |
2476 | 2023-11-14T21:28:22.737Z | Documenting url v2.4.1 |
2477 | 2023-11-14T21:28:23.168Z | Documenting ring v0.17.5 |
2478 | 2023-11-14T21:28:23.284Z | Documenting quote v1.0.33 |
2479 | 2023-11-14T21:28:23.703Z | Checking zerocopy v0.3.0 |
2480 | 2023-11-14T21:28:23.862Z | Checking uuid v1.5.0 |
2481 | 2023-11-14T21:28:24.221Z | Checking iana-time-zone v0.1.57 |
2482 | 2023-11-14T21:28:24.459Z | Checking chrono v0.4.31 |
2483 | 2023-11-14T21:28:24.683Z | Checking dtrace-parser v0.1.14 |
2484 | 2023-11-14T21:28:24.778Z | Checking dof v0.1.5 |
2485 | 2023-11-14T21:28:24.843Z | Documenting indexmap v2.1.0 |
2486 | 2023-11-14T21:28:25.443Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2487 | 2023-11-14T21:28:25.457Z | Checking thread-id v4.2.0 |
2488 | 2023-11-14T21:28:25.598Z | Documenting sct v0.7.0 |
2489 | 2023-11-14T21:28:26.487Z | Documenting slog v2.7.0 |
2490 | 2023-11-14T21:28:27.777Z | Documenting httpdate v1.0.3 |
2491 | 2023-11-14T21:28:28.703Z | Documenting openssl-probe v0.1.5 |
2492 | 2023-11-14T21:28:28.900Z | Documenting try-lock v0.2.4 |
2493 | 2023-11-14T21:28:31.157Z | Documenting rustls-webpki v0.101.7 |
2494 | 2023-11-14T21:28:31.707Z | Checking usdt-impl v0.3.5 |
2495 | 2023-11-14T21:28:32.563Z | Documenting http-body v0.4.5 |
2496 | 2023-11-14T21:28:32.664Z | Documenting rustls-pemfile v1.0.3 |
2497 | 2023-11-14T21:28:32.768Z | Documenting openssl-macros v0.1.1 |
2498 | 2023-11-14T21:28:33.225Z | Documenting want v0.3.1 |
2499 | 2023-11-14T21:28:33.593Z | Documenting openssl-sys v0.9.93 |
2500 | 2023-11-14T21:28:34.489Z | Documenting errno v0.3.2 |
2501 | 2023-11-14T21:28:37.542Z | Documenting rustls v0.21.8 |
2502 | 2023-11-14T21:28:37.927Z | Documenting tokio-util v0.7.10 |
2503 | 2023-11-14T21:28:38.855Z | Checking allocator-api2 v0.2.16 |
2504 | 2023-11-14T21:28:38.967Z | Documenting gimli v0.28.0 |
2505 | 2023-11-14T21:28:39.321Z | Documenting tower-service v0.3.2 |
2506 | 2023-11-14T21:28:39.458Z | Documenting mime v0.3.17 |
2507 | 2023-11-14T21:28:39.873Z | Documenting rustix v0.38.9 |
2508 | 2023-11-14T21:28:39.911Z | Checking hashbrown v0.14.2 |
2509 | 2023-11-14T21:28:41.657Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2510 | 2023-11-14T21:28:44.295Z | Documenting openssl v0.10.57 |
2511 | 2023-11-14T21:28:45.236Z | Documenting time-macros v0.2.13 |
2512 | 2023-11-14T21:28:45.929Z | Documenting async-trait v0.1.74 |
2513 | 2023-11-14T21:28:48.101Z | Documenting h2 v0.3.21 |
2514 | 2023-11-14T21:28:48.871Z | Documenting addr2line v0.21.0 |
2515 | 2023-11-14T21:28:50.682Z | Documenting aho-corasick v1.0.4 |
2516 | 2023-11-14T21:28:51.034Z | Documenting tokio-rustls v0.24.1 |
2517 | 2023-11-14T21:28:52.773Z | Documenting object v0.32.1 |
2518 | 2023-11-14T21:28:54.245Z | Documenting unicode-width v0.1.11 |
2519 | 2023-11-14T21:28:54.641Z | Documenting regex-syntax v0.8.2 |
2520 | 2023-11-14T21:28:55.532Z | Checking dyn-clone v1.0.13 |
2521 | 2023-11-14T21:28:55.737Z | Documenting ipnet v2.8.0 |
2522 | 2023-11-14T21:28:57.737Z | Documenting deranged v0.3.8 |
2523 | 2023-11-14T21:28:58.153Z | Documenting num_threads v0.1.6 |
2524 | 2023-11-14T21:28:58.432Z | Documenting time-core v0.1.1 |
2525 | 2023-11-14T21:28:59.822Z | Documenting rustc-demangle v0.1.23 |
2526 | 2023-11-14T21:29:01.362Z | Checking equivalent v1.0.1 |
2527 | 2023-11-14T21:29:01.512Z | Checking indexmap v2.1.0 |
2528 | 2023-11-14T21:29:02.524Z | Checking schemars v0.8.13 |
2529 | 2023-11-14T21:29:03.151Z | Documenting hyper v0.14.27 |
2530 | 2023-11-14T21:29:03.261Z | Checking pest_meta v2.7.2 |
2531 | 2023-11-14T21:29:04.044Z | Documenting crossbeam-utils v0.8.16 |
2532 | 2023-11-14T21:29:04.133Z | Documenting native-tls v0.2.11 |
2533 | 2023-11-14T21:29:04.411Z | Documenting time v0.3.27 |
2534 | 2023-11-14T21:29:04.414Z | Documenting regex-automata v0.4.3 |
2535 | 2023-11-14T21:29:04.851Z | Checking hashbrown v0.13.2 |
2536 | 2023-11-14T21:29:05.017Z | Documenting pest_meta v2.7.2 |
2537 | 2023-11-14T21:29:06.408Z | Checking http v0.2.9 |
2538 | 2023-11-14T21:29:08.520Z | Documenting encoding_rs v0.8.33 |
2539 | 2023-11-14T21:29:10.395Z | Checking pest_generator v2.7.2 |
2540 | 2023-11-14T21:29:11.166Z | Documenting backtrace v0.3.69 |
2541 | 2023-11-14T21:29:11.621Z | Documenting rustls-native-certs v0.6.3 |
2542 | 2023-11-14T21:29:12.366Z | Documenting pest_generator v2.7.2 |
2543 | 2023-11-14T21:29:12.375Z | Documenting tokio-native-tls v0.3.1 |
2544 | 2023-11-14T21:29:13.268Z | Documenting serde_urlencoded v0.7.1 |
2545 | 2023-11-14T21:29:15.659Z | Documenting ucd-trie v0.1.6 |
2546 | 2023-11-14T21:29:17.190Z | Checking serde_tokenstream v0.1.7 |
2547 | 2023-11-14T21:29:17.301Z | Documenting regex v1.10.2 |
2548 | 2023-11-14T21:29:17.752Z | Documenting webpki-roots v0.25.2 |
2549 | 2023-11-14T21:29:18.435Z | Documenting anyhow v1.0.75 |
2550 | 2023-11-14T21:29:18.928Z | Documenting pest_derive v2.7.2 |
2551 | 2023-11-14T21:29:19.910Z | Documenting syn v2.0.32 |
2552 | 2023-11-14T21:29:20.138Z | Checking aho-corasick v1.0.4 |
2553 | 2023-11-14T21:29:21.481Z | Documenting pest v2.7.2 |
2554 | 2023-11-14T21:29:21.943Z | Documenting hyper-tls v0.5.0 |
2555 | 2023-11-14T21:29:22.623Z | Documenting hyper-rustls v0.24.2 |
2556 | 2023-11-14T21:29:23.898Z | Documenting dof v0.1.5 |
2557 | 2023-11-14T21:29:25.269Z | Documenting thread-id v4.2.0 |
2558 | 2023-11-14T21:29:25.539Z | Checking regex-syntax v0.8.2 |
2559 | 2023-11-14T21:29:25.645Z | Documenting usdt-attr-macro v0.3.5 |
2560 | 2023-11-14T21:29:29.850Z | Documenting dtrace-parser v0.1.14 |
2561 | 2023-11-14T21:29:29.956Z | Documenting usdt-macro v0.3.5 |
2562 | 2023-11-14T21:29:30.788Z | Checking regex-automata v0.4.3 |
2563 | 2023-11-14T21:29:30.854Z | Documenting openapiv3 v1.0.3 |
2564 | 2023-11-14T21:29:32.828Z | Documenting ipnetwork v0.20.0 |
2565 | 2023-11-14T21:29:33.152Z | Documenting reqwest v0.11.20 |
2566 | 2023-11-14T21:29:34.328Z | Documenting sha2 v0.10.8 |
2567 | 2023-11-14T21:29:35.552Z | Documenting usdt-impl v0.3.5 |
2568 | 2023-11-14T21:29:36.162Z | Documenting futures-executor v0.3.29 |
2569 | 2023-11-14T21:29:38.410Z | Checking serde_tokenstream v0.2.0 |
2570 | 2023-11-14T21:29:39.033Z | Checking unicode-width v0.1.11 |
2571 | 2023-11-14T21:29:39.280Z | Checking strsim v0.10.0 |
2572 | 2023-11-14T21:29:39.565Z | Checking regex v1.10.2 |
2573 | 2023-11-14T21:29:40.170Z | Checking regress v0.7.1 |
2574 | 2023-11-14T21:29:40.596Z | Documenting hex v0.4.3 |
2575 | 2023-11-14T21:29:41.331Z | Documenting hmac v0.12.1 |
2576 | 2023-11-14T21:29:41.499Z | Documenting fallible-iterator v0.2.0 |
2577 | 2023-11-14T21:29:42.283Z | Documenting futures v0.3.29 |
2578 | 2023-11-14T21:29:44.612Z | Documenting usdt v0.3.5 |
2579 | 2023-11-14T21:29:45.495Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2580 | 2023-11-14T21:29:47.309Z | Checking openapiv3 v1.0.3 |
2581 | 2023-11-14T21:29:48.415Z | Documenting stringprep v0.1.3 |
2582 | 2023-11-14T21:29:48.570Z | Documenting semver v1.0.20 |
2583 | 2023-11-14T21:29:48.659Z | Documenting md-5 v0.10.5 |
2584 | 2023-11-14T21:29:48.673Z | Documenting regress v0.7.1 |
2585 | 2023-11-14T21:29:52.103Z | Documenting utf8parse v0.2.1 |
2586 | 2023-11-14T21:29:52.781Z | Documenting siphasher v0.3.11 |
2587 | 2023-11-14T21:29:53.367Z | Documenting block-padding v0.3.3 |
2588 | 2023-11-14T21:29:53.724Z | Checking unsafe-libyaml v0.2.9 |
2589 | 2023-11-14T21:29:54.493Z | Documenting heck v0.4.1 |
2590 | 2023-11-14T21:29:55.025Z | Documenting static_assertions v1.1.0 |
2591 | 2023-11-14T21:29:55.741Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2592 | 2023-11-14T21:29:56.056Z | Documenting postgres-protocol v0.6.6 |
2593 | 2023-11-14T21:29:56.387Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2594 | 2023-11-14T21:29:56.615Z | Checking getopts v0.2.21 |
2595 | 2023-11-14T21:29:57.113Z | Documenting serde_spanned v0.6.4 |
2596 | 2023-11-14T21:29:57.177Z | Documenting phf_shared v0.11.2 |
2597 | 2023-11-14T21:29:58.690Z | Documenting toml_datetime v0.6.5 |
2598 | 2023-11-14T21:29:59.496Z | Documenting num-integer v0.1.45 |
2599 | 2023-11-14T21:30:00.032Z | Documenting inout v0.1.3 |
2600 | 2023-11-14T21:30:00.676Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2601 | 2023-11-14T21:30:02.692Z | Documenting phf v0.11.2 |
2602 | 2023-11-14T21:30:03.516Z | Documenting unsafe-libyaml v0.2.9 |
2603 | 2023-11-14T21:30:04.029Z | Documenting either v1.9.0 |
2604 | 2023-11-14T21:30:05.211Z | Documenting postgres-types v0.2.6 |
2605 | 2023-11-14T21:30:05.613Z | Documenting winnow v0.5.15 |
2606 | 2023-11-14T21:30:06.083Z | Documenting whoami v1.4.1 |
2607 | 2023-11-14T21:30:06.786Z | Checking ident_case v1.0.1 |
2608 | 2023-11-14T21:30:06.929Z | Documenting cipher v0.4.4 |
2609 | 2023-11-14T21:30:08.950Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2610 | 2023-11-14T21:30:09.616Z | Documenting serde_yaml v0.9.25 |
2611 | 2023-11-14T21:30:09.933Z | Checking serde_yaml v0.9.25 |
2612 | 2023-11-14T21:30:11.587Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2613 | 2023-11-14T21:30:11.976Z | Documenting getopts v0.2.21 |
2614 | 2023-11-14T21:30:11.993Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2615 | 2023-11-14T21:30:12.977Z | Documenting toml_edit v0.21.0 |
2616 | 2023-11-14T21:30:12.993Z | Documenting zerocopy v0.6.4 |
2617 | 2023-11-14T21:30:15.099Z | Documenting anstyle v1.0.2 |
2618 | 2023-11-14T21:30:16.079Z | Documenting tokio-postgres v0.7.10 |
2619 | 2023-11-14T21:30:17.737Z | Documenting data-encoding v2.4.0 |
2620 | 2023-11-14T21:30:18.013Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2621 | 2023-11-14T21:30:19.155Z | Documenting anstyle-parse v0.2.1 |
2622 | 2023-11-14T21:30:21.002Z | Documenting colorchoice v1.0.0 |
2623 | 2023-11-14T21:30:21.740Z | Documenting match_cfg v0.1.0 |
2624 | 2023-11-14T21:30:22.085Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2625 | 2023-11-14T21:30:22.106Z | Documenting anstyle-query v1.0.0 |
2626 | 2023-11-14T21:30:23.644Z | Documenting itertools v0.11.0 |
2627 | 2023-11-14T21:30:23.887Z | Documenting terminal_size v0.2.6 |
2628 | 2023-11-14T21:30:24.981Z | Documenting dirs-sys-next v0.1.2 |
2629 | 2023-11-14T21:30:25.407Z | Documenting hostname v0.3.1 |
2630 | 2023-11-14T21:30:28.069Z | Documenting clap_lex v0.5.1 |
2631 | 2023-11-14T21:30:28.179Z | Documenting anstream v0.5.0 |
2632 | 2023-11-14T21:30:29.499Z | Documenting tap v1.0.1 |
2633 | 2023-11-14T21:30:30.140Z | Documenting strsim v0.10.0 |
2634 | 2023-11-14T21:30:31.017Z | Documenting dirs-next v2.0.0 |
2635 | 2023-11-14T21:30:31.446Z | Documenting clap_derive v4.4.2 |
2636 | 2023-11-14T21:30:33.548Z | Documenting wyz v0.5.1 |
2637 | 2023-11-14T21:30:34.028Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2638 | 2023-11-14T21:30:34.190Z | Documenting thread_local v1.1.7 |
2639 | 2023-11-14T21:30:34.680Z | Documenting crc32fast v1.3.2 |
2640 | 2023-11-14T21:30:35.318Z | Documenting radium v0.7.0 |
2641 | 2023-11-14T21:30:35.998Z | Documenting clap_builder v4.4.2 |
2642 | 2023-11-14T21:30:36.801Z | Documenting funty v2.0.0 |
2643 | 2023-11-14T21:30:37.995Z | Documenting term v0.7.0 |
2644 | 2023-11-14T21:30:39.372Z | Documenting num-iter v0.1.43 |
2645 | 2023-11-14T21:30:39.401Z | Documenting crossbeam-channel v0.5.8 |
2646 | 2023-11-14T21:30:40.477Z | Documenting sha1 v0.10.5 |
2647 | 2023-11-14T21:30:40.696Z | Documenting enum-as-inner v0.5.1 |
2648 | 2023-11-14T21:30:41.407Z | Documenting bitvec v1.0.1 |
2649 | 2023-11-14T21:30:43.771Z | Documenting signal-hook v0.3.17 |
2650 | 2023-11-14T21:30:45.393Z | Documenting clap v4.4.3 |
2651 | 2023-11-14T21:30:45.497Z | Documenting atty v0.2.14 |
2652 | 2023-11-14T21:30:45.531Z | Documenting memoffset v0.9.0 |
2653 | 2023-11-14T21:30:47.086Z | Documenting take_mut v0.2.2 |
2654 | 2023-11-14T21:30:47.725Z | Documenting trust-dns-proto v0.22.0 |
2655 | 2023-11-14T21:30:50.055Z | Documenting crossbeam-epoch v0.9.15 |
2656 | 2023-11-14T21:30:50.066Z | Documenting slog-term v2.9.0 |
2657 | 2023-11-14T21:30:50.104Z | Documenting flate2 v1.0.28 |
2658 | 2023-11-14T21:30:50.229Z | Documenting slog-json v2.6.1 |
2659 | 2023-11-14T21:30:51.368Z | Documenting camino v1.1.6 |
2660 | 2023-11-14T21:30:53.286Z | Documenting slog-async v2.8.0 |
2661 | 2023-11-14T21:30:53.444Z | Documenting paste v1.0.14 |
2662 | 2023-11-14T21:30:55.622Z | Documenting signal-hook-mio v0.2.3 |
2663 | 2023-11-14T21:30:56.963Z | Documenting signature v2.1.0 |
2664 | 2023-11-14T21:30:57.079Z | Documenting slog-bunyan v2.4.0 |
2665 | 2023-11-14T21:30:57.814Z | Documenting hash32 v0.2.1 |
2666 | 2023-11-14T21:30:58.225Z | Documenting scheduled-thread-pool v0.2.7 |
2667 | 2023-11-14T21:30:59.556Z | Documenting diesel_table_macro_syntax v0.1.0 |
2668 | 2023-11-14T21:30:59.755Z | Checking diesel_table_macro_syntax v0.1.0 |
2669 | 2023-11-14T21:30:59.946Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2670 | 2023-11-14T21:31:01.276Z | Documenting unicode-segmentation v1.10.1 |
2671 | 2023-11-14T21:31:01.508Z | Documenting stable_deref_trait v1.2.0 |
2672 | 2023-11-14T21:31:03.552Z | Documenting crossterm v0.27.0 |
2673 | 2023-11-14T21:31:03.679Z | Checking darling_core v0.20.3 |
2674 | 2023-11-14T21:31:04.077Z | Documenting async-stream-impl v0.3.5 |
2675 | 2023-11-14T21:31:04.499Z | Documenting r2d2 v0.8.10 |
2676 | 2023-11-14T21:31:05.481Z | Documenting heapless v0.7.16 |
2677 | 2023-11-14T21:31:05.991Z | Documenting bzip2 v0.4.4 |
2678 | 2023-11-14T21:31:06.438Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2679 | 2023-11-14T21:31:06.903Z | Documenting strum v0.25.0 |
2680 | 2023-11-14T21:31:07.005Z | Documenting diesel_derives v2.1.1 |
2681 | 2023-11-14T21:31:10.408Z | Documenting debug-ignore v1.0.5 |
2682 | 2023-11-14T21:31:10.798Z | Documenting atomic-waker v1.1.1 |
2683 | 2023-11-14T21:31:11.287Z | Documenting managed v0.8.0 |
2684 | 2023-11-14T21:31:12.150Z | Documenting bit-vec v0.6.3 |
2685 | 2023-11-14T21:31:12.160Z | Documenting zip v0.6.6 |
2686 | 2023-11-14T21:31:12.658Z | Documenting async-stream v0.3.5 |
2687 | 2023-11-14T21:31:12.900Z | Checking darling v0.20.3 |
2688 | 2023-11-14T21:31:13.010Z | Documenting num-bigint v0.4.4 |
2689 | 2023-11-14T21:31:14.688Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2690 | 2023-11-14T21:31:14.711Z | Documenting waitgroup v0.1.2 |
2691 | 2023-11-14T21:31:16.257Z | Documenting smoltcp v0.9.1 |
2692 | 2023-11-14T21:31:17.992Z | Documenting multer v2.1.0 |
2693 | 2023-11-14T21:31:18.464Z | Documenting diesel v2.1.3 |
2694 | 2023-11-14T21:31:18.479Z | Documenting serde_path_to_error v0.1.14 |
2695 | 2023-11-14T21:31:18.667Z | Documenting hubpack v0.1.2 |
2696 | 2023-11-14T21:31:20.789Z | Documenting bstr v1.6.0 |
2697 | 2023-11-14T21:31:22.443Z | Documenting serde_repr v0.1.16 |
2698 | 2023-11-14T21:31:22.633Z | Documenting precomputed-hash v0.1.1 |
2699 | 2023-11-14T21:31:23.766Z | Documenting lalrpop-util v0.19.12 |
2700 | 2023-11-14T21:31:25.000Z | Documenting new_debug_unreachable v1.0.4 |
2701 | 2023-11-14T21:31:25.428Z | Documenting fixedbitset v0.4.2 |
2702 | 2023-11-14T21:31:25.491Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2703 | 2023-11-14T21:31:28.211Z | Documenting yasna v0.5.2 |
2704 | 2023-11-14T21:31:28.283Z | Documenting serde_with_macros v2.3.3 |
2705 | 2023-11-14T21:31:28.926Z | Documenting string_cache v0.8.7 |
2706 | 2023-11-14T21:31:29.633Z | Documenting console v0.15.7 |
2707 | 2023-11-14T21:31:29.787Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2708 | 2023-11-14T21:31:30.110Z | Documenting petgraph v0.6.4 |
2709 | 2023-11-14T21:31:35.472Z | Documenting float-cmp v0.9.0 |
2710 | 2023-11-14T21:31:35.759Z | Documenting normalize-line-endings v0.3.0 |
2711 | 2023-11-14T21:31:36.195Z | Documenting predicates-core v1.0.6 |
2712 | 2023-11-14T21:31:36.947Z | Documenting difflib v0.4.0 |
2713 | 2023-11-14T21:31:39.804Z | Documenting serde_with v2.3.3 |
2714 | 2023-11-14T21:31:41.198Z | Documenting bit-set v0.5.3 |
2715 | 2023-11-14T21:31:41.366Z | Documenting similar v2.2.1 |
2716 | 2023-11-14T21:31:41.656Z | Documenting toml v0.8.8 |
2717 | 2023-11-14T21:31:42.064Z | Documenting tokio-stream v0.1.14 |
2718 | 2023-11-14T21:31:42.459Z | Documenting predicates v3.0.4 |
2719 | 2023-11-14T21:31:47.280Z | Documenting instant v0.1.12 |
2720 | 2023-11-14T21:31:47.796Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2721 | 2023-11-14T21:31:48.079Z | Documenting macaddr v1.0.1 |
2722 | 2023-11-14T21:31:49.006Z | Documenting base64ct v1.6.0 |
2723 | 2023-11-14T21:31:49.800Z | Documenting parse-display v0.8.2 |
2724 | 2023-11-14T21:31:49.994Z | Checking scopeguard v1.2.0 |
2725 | 2023-11-14T21:31:50.174Z | Checking lock_api v0.4.10 |
2726 | 2023-11-14T21:31:50.805Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2727 | 2023-11-14T21:31:51.244Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2728 | 2023-11-14T21:31:51.255Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2729 | 2023-11-14T21:31:51.707Z | Checking smallvec v1.11.0 |
2730 | 2023-11-14T21:31:52.058Z | Checking parking_lot_core v0.9.8 |
2731 | 2023-11-14T21:31:52.578Z | Documenting crucible-workspace-hack v0.1.0 |
2732 | 2023-11-14T21:31:53.496Z | Documenting backoff v0.4.0 |
2733 | 2023-11-14T21:31:54.025Z | Documenting blake2 v0.10.6 |
2734 | 2023-11-14T21:31:54.554Z | Checking parking_lot v0.12.1 |
2735 | 2023-11-14T21:31:55.122Z | Documenting is-terminal v0.4.9 |
2736 | 2023-11-14T21:31:55.526Z | Checking pin-project-lite v0.2.13 |
2737 | 2023-11-14T21:31:55.530Z | Documenting password-hash v0.5.0 |
2738 | 2023-11-14T21:31:55.576Z | Checking rand_core v0.6.4 |
2739 | 2023-11-14T21:31:55.983Z | Checking signal-hook-registry v1.4.1 |
2740 | 2023-11-14T21:31:55.996Z | Checking mio v0.8.8 |
2741 | 2023-11-14T21:31:56.350Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2742 | 2023-11-14T21:31:56.881Z | Checking typenum v1.16.0 |
2743 | 2023-11-14T21:31:56.940Z | Checking futures-core v0.3.29 |
2744 | 2023-11-14T21:31:57.215Z | Checking zeroize v1.6.0 |
2745 | 2023-11-14T21:31:57.590Z | Checking unicode-segmentation v1.10.1 |
2746 | 2023-11-14T21:31:58.219Z | Documenting proc-macro-error-attr v1.0.4 |
2747 | 2023-11-14T21:31:58.648Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2748 | 2023-11-14T21:31:59.232Z | Checking generic-array v0.14.7 |
2749 | 2023-11-14T21:31:59.919Z | Checking num_cpus v1.16.0 |
2750 | 2023-11-14T21:32:00.081Z | Checking socket2 v0.5.4 |
2751 | 2023-11-14T21:32:00.891Z | Checking futures-sink v0.3.29 |
2752 | 2023-11-14T21:32:00.895Z | Checking tokio v1.33.0 |
2753 | 2023-11-14T21:32:00.946Z | Checking proc-macro-error v1.0.4 |
2754 | 2023-11-14T21:32:01.370Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2755 | 2023-11-14T21:32:01.541Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2756 | 2023-11-14T21:32:01.607Z | Documenting fastrand v2.0.0 |
2757 | 2023-11-14T21:32:02.406Z | Documenting postcard-cobs v0.1.5-pre |
2758 | 2023-11-14T21:32:02.418Z | Documenting argon2 v0.5.2 |
2759 | 2023-11-14T21:32:02.650Z | Checking tinyvec_macros v0.1.1 |
2760 | 2023-11-14T21:32:02.783Z | Checking spin v0.5.2 |
2761 | 2023-11-14T21:32:03.676Z | Checking tinyvec v1.6.0 |
2762 | 2023-11-14T21:32:04.815Z | Documenting proc-macro-error v1.0.4 |
2763 | 2023-11-14T21:32:05.256Z | Checking futures-channel v0.3.29 |
2764 | 2023-11-14T21:32:05.795Z | Documenting foreign-types-macros v0.2.3 |
2765 | 2023-11-14T21:32:06.624Z | Documenting postcard v0.7.3 |
2766 | 2023-11-14T21:32:07.908Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2767 | 2023-11-14T21:32:08.014Z | Documenting tempfile v3.8.0 |
2768 | 2023-11-14T21:32:09.074Z | Checking slab v0.4.9 |
2769 | 2023-11-14T21:32:09.510Z | Checking futures-task v0.3.29 |
2770 | 2023-11-14T21:32:10.223Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2771 | 2023-11-14T21:32:11.347Z | Checking pin-utils v0.1.0 |
2772 | 2023-11-14T21:32:11.372Z | Documenting foreign-types-shared v0.3.1 |
2773 | 2023-11-14T21:32:11.422Z | Checking futures-io v0.3.29 |
2774 | 2023-11-14T21:32:11.679Z | Checking futures-util v0.3.29 |
2775 | 2023-11-14T21:32:13.259Z | Checking unicode-normalization v0.1.22 |
2776 | 2023-11-14T21:32:13.486Z | Checking crypto-common v0.1.6 |
2777 | 2023-11-14T21:32:13.738Z | Checking spin v0.9.8 |
2778 | 2023-11-14T21:32:14.180Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2779 | 2023-11-14T21:32:14.211Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2780 | 2023-11-14T21:32:14.286Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2781 | 2023-11-14T21:32:14.781Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2782 | 2023-11-14T21:32:15.305Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2783 | 2023-11-14T21:32:15.455Z | Documenting foreign-types v0.5.0 |
2784 | 2023-11-14T21:32:19.798Z | Documenting cstr-argument v0.1.2 |
2785 | 2023-11-14T21:32:20.343Z | Checking tracing-core v0.1.31 |
2786 | 2023-11-14T21:32:20.499Z | Checking unicode-bidi v0.3.13 |
2787 | 2023-11-14T21:32:20.871Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2788 | 2023-11-14T21:32:21.149Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2789 | 2023-11-14T21:32:21.231Z | Documenting colored v2.0.4 |
2790 | 2023-11-14T21:32:21.337Z | Checking tracing v0.1.37 |
2791 | 2023-11-14T21:32:21.826Z | Checking block-buffer v0.10.4 |
2792 | 2023-11-14T21:32:22.155Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2793 | 2023-11-14T21:32:22.468Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2794 | 2023-11-14T21:32:23.831Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2795 | 2023-11-14T21:32:25.129Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2796 | 2023-11-14T21:32:27.491Z | Checking bitflags v2.4.0 |
2797 | 2023-11-14T21:32:27.848Z | Checking subtle v2.5.0 |
2798 | 2023-11-14T21:32:27.917Z | Checking const-oid v0.9.5 |
2799 | 2023-11-14T21:32:28.152Z | Checking ppv-lite86 v0.2.17 |
2800 | 2023-11-14T21:32:28.554Z | Documenting zone_cfg_derive v0.3.0 |
2801 | 2023-11-14T21:32:29.347Z | Checking rand_chacha v0.3.1 |
2802 | 2023-11-14T21:32:29.894Z | Documenting num-derive v0.4.0 |
2803 | 2023-11-14T21:32:30.670Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2804 | 2023-11-14T21:32:30.845Z | Checking digest v0.10.7 |
2805 | 2023-11-14T21:32:30.923Z | Checking base64 v0.21.5 |
2806 | 2023-11-14T21:32:31.441Z | Checking rand v0.8.5 |
2807 | 2023-11-14T21:32:31.640Z | Checking tokio-util v0.7.10 |
2808 | 2023-11-14T21:32:33.005Z | Documenting smf v0.2.2 |
2809 | 2023-11-14T21:32:33.169Z | Checking openssl-probe v0.1.5 |
2810 | 2023-11-14T21:32:33.383Z | Checking foreign-types-shared v0.1.1 |
2811 | 2023-11-14T21:32:34.251Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2812 | 2023-11-14T21:32:34.262Z | Checking hashbrown v0.12.3 |
2813 | 2023-11-14T21:32:34.280Z | Checking untrusted v0.9.0 |
2814 | 2023-11-14T21:32:34.284Z | Checking bitflags v1.3.2 |
2815 | 2023-11-14T21:32:34.288Z | Documenting linked-hash-map v0.5.6 |
2816 | 2023-11-14T21:32:35.077Z | Checking untrusted v0.7.1 |
2817 | 2023-11-14T21:32:35.314Z | Checking percent-encoding v2.3.0 |
2818 | 2023-11-14T21:32:35.611Z | Checking ring v0.16.20 |
2819 | 2023-11-14T21:32:35.982Z | Documenting zone v0.3.0 |
2820 | 2023-11-14T21:32:36.127Z | Checking indexmap v1.9.3 |
2821 | 2023-11-14T21:32:36.790Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2822 | 2023-11-14T21:32:37.302Z | Checking ring v0.17.5 |
2823 | 2023-11-14T21:32:38.436Z | Checking foreign-types v0.3.2 |
2824 | 2023-11-14T21:32:38.565Z | Checking openssl-sys v0.9.93 |
2825 | 2023-11-14T21:32:39.507Z | Checking errno v0.3.2 |
2826 | 2023-11-14T21:32:39.718Z | Checking siphasher v0.3.11 |
2827 | 2023-11-14T21:32:40.193Z | Checking try-lock v0.2.4 |
2828 | 2023-11-14T21:32:40.227Z | Checking adler v1.0.2 |
2829 | 2023-11-14T21:32:40.394Z | Checking want v0.3.1 |
2830 | 2023-11-14T21:32:40.448Z | Checking miniz_oxide v0.7.1 |
2831 | 2023-11-14T21:32:40.565Z | Documenting lru-cache v0.1.2 |
2832 | 2023-11-14T21:32:40.651Z | Checking rustls-webpki v0.101.7 |
2833 | 2023-11-14T21:32:40.760Z | Checking openssl v0.10.57 |
2834 | 2023-11-14T21:32:41.420Z | Checking sct v0.7.0 |
2835 | 2023-11-14T21:32:41.596Z | Checking h2 v0.3.21 |
2836 | 2023-11-14T21:32:41.710Z | Checking form_urlencoded v1.2.0 |
2837 | 2023-11-14T21:32:41.792Z | Checking lazy_static v1.4.0 |
2838 | 2023-11-14T21:32:41.942Z | Checking http-body v0.4.5 |
2839 | 2023-11-14T21:32:41.991Z | Checking socket2 v0.4.9 |
2840 | 2023-11-14T21:32:42.469Z | Checking io-lifetimes v1.0.11 |
2841 | 2023-11-14T21:32:42.668Z | Checking httparse v1.8.0 |
2842 | 2023-11-14T21:32:42.737Z | Checking utf8parse v0.2.1 |
2843 | 2023-11-14T21:32:42.951Z | Checking tower-service v0.3.2 |
2844 | 2023-11-14T21:32:43.138Z | Checking anstyle v1.0.2 |
2845 | 2023-11-14T21:32:43.307Z | Checking httpdate v1.0.3 |
2846 | 2023-11-14T21:32:43.344Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2847 | 2023-11-14T21:32:43.648Z | Checking cpufeatures v0.2.9 |
2848 | 2023-11-14T21:32:43.680Z | Checking anstyle-parse v0.2.1 |
2849 | 2023-11-14T21:32:43.715Z | Checking rustix v0.37.23 |
2850 | 2023-11-14T21:32:43.779Z | Checking sha2 v0.10.8 |
2851 | 2023-11-14T21:32:44.126Z | Checking rustls v0.21.8 |
2852 | 2023-11-14T21:32:44.676Z | Checking rustls-pemfile v1.0.3 |
2853 | 2023-11-14T21:32:44.893Z | Checking hmac v0.12.1 |
2854 | 2023-11-14T21:32:44.940Z | Checking md-5 v0.10.5 |
2855 | 2023-11-14T21:32:45.196Z | Checking stringprep v0.1.3 |
2856 | 2023-11-14T21:32:45.263Z | Checking idna v0.4.0 |
2857 | 2023-11-14T21:32:45.529Z | Documenting slog-dtrace v0.2.3 |
2858 | 2023-11-14T21:32:45.632Z | Checking num-integer v0.1.45 |
2859 | 2023-11-14T21:32:46.401Z | Checking hash32 v0.2.1 |
2860 | 2023-11-14T21:32:46.415Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2861 | 2023-11-14T21:32:46.679Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2862 | 2023-11-14T21:32:47.330Z | Checking serde_spanned v0.6.4 |
2863 | 2023-11-14T21:32:47.339Z | Checking toml_datetime v0.6.5 |
2864 | 2023-11-14T21:32:47.344Z | Checking anstyle-query v1.0.0 |
2865 | 2023-11-14T21:32:47.372Z | Checking winnow v0.5.15 |
2866 | 2023-11-14T21:32:47.489Z | Checking stable_deref_trait v1.2.0 |
2867 | 2023-11-14T21:32:47.623Z | Checking fallible-iterator v0.2.0 |
2868 | 2023-11-14T21:32:48.048Z | Checking gimli v0.28.0 |
2869 | 2023-11-14T21:32:48.580Z | Checking colorchoice v1.0.0 |
2870 | 2023-11-14T21:32:48.754Z | Checking either v1.9.0 |
2871 | 2023-11-14T21:32:49.227Z | Checking anstream v0.5.0 |
2872 | 2023-11-14T21:32:49.387Z | Checking tokio-rustls v0.24.1 |
2873 | 2023-11-14T21:32:49.560Z | Checking native-tls v0.2.11 |
2874 | 2023-11-14T21:32:49.742Z | Checking postgres-protocol v0.6.6 |
2875 | 2023-11-14T21:32:50.162Z | Checking heapless v0.7.16 |
2876 | 2023-11-14T21:32:50.174Z | Checking tokio-native-tls v0.3.1 |
2877 | 2023-11-14T21:32:50.412Z | Checking url v2.4.1 |
2878 | 2023-11-14T21:32:50.782Z | Checking terminal_size v0.2.6 |
2879 | 2023-11-14T21:32:51.025Z | Checking rustls-native-certs v0.6.3 |
2880 | 2023-11-14T21:32:51.225Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2023-11-14T21:32:51.578Z | Checking hyper v0.14.27 |
2882 | 2023-11-14T21:32:51.630Z | Checking phf_shared v0.11.2 |
2883 | 2023-11-14T21:32:51.661Z | Checking block-padding v0.3.3 |
2884 | 2023-11-14T21:32:51.964Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2885 | 2023-11-14T21:32:52.059Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2886 | 2023-11-14T21:32:52.074Z | Checking signal-hook v0.3.17 |
2887 | 2023-11-14T21:32:52.136Z | Checking scheduled-thread-pool v0.2.7 |
2888 | 2023-11-14T21:32:52.445Z | Checking object v0.32.1 |
2889 | 2023-11-14T21:32:52.558Z | Checking bzip2-sys v0.1.11+1.0.8 |
2890 | 2023-11-14T21:32:52.742Z | Checking crc32fast v1.3.2 |
2891 | 2023-11-14T21:32:53.086Z | Checking managed v0.8.0 |
2892 | 2023-11-14T21:32:53.675Z | Checking ipnet v2.8.0 |
2893 | 2023-11-14T21:32:54.233Z | Checking addr2line v0.21.0 |
2894 | 2023-11-14T21:32:54.291Z | Checking bit-vec v0.6.3 |
2895 | 2023-11-14T21:32:54.382Z | Checking num_threads v0.1.6 |
2896 | 2023-11-14T21:32:54.545Z | Checking matches v0.1.10 |
2897 | 2023-11-14T21:32:54.668Z | Checking regex-automata v0.1.10 |
2898 | 2023-11-14T21:32:54.765Z | Documenting quick-error v1.2.3 |
2899 | 2023-11-14T21:32:54.835Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2900 | 2023-11-14T21:32:54.986Z | Checking deranged v0.3.8 |
2901 | 2023-11-14T21:32:55.303Z | Checking tap v1.0.1 |
2902 | 2023-11-14T21:32:55.553Z | Checking rustc-demangle v0.1.23 |
2903 | 2023-11-14T21:32:56.215Z | Checking clap_lex v0.5.1 |
2904 | 2023-11-14T21:32:56.597Z | Checking clap_builder v4.4.2 |
2905 | 2023-11-14T21:32:57.649Z | Checking time v0.3.27 |
2906 | 2023-11-14T21:33:00.646Z | Documenting resolv-conf v0.7.0 |
2907 | 2023-11-14T21:33:01.370Z | Checking backtrace v0.3.69 |
2908 | 2023-11-14T21:33:01.386Z | Checking wyz v0.5.1 |
2909 | 2023-11-14T21:33:01.406Z | Checking hyper-tls v0.5.0 |
2910 | 2023-11-14T21:33:01.576Z | Checking hyper-rustls v0.24.2 |
2911 | 2023-11-14T21:33:01.834Z | Checking bstr v0.2.17 |
2912 | 2023-11-14T21:33:01.959Z | Checking idna v0.2.3 |
2913 | 2023-11-14T21:33:02.139Z | Checking smoltcp v0.9.1 |
2914 | 2023-11-14T21:33:02.250Z | Checking flate2 v1.0.28 |
2915 | 2023-11-14T21:33:03.120Z | Checking bzip2 v0.4.4 |
2916 | 2023-11-14T21:33:03.280Z | Checking signal-hook-mio v0.2.3 |
2917 | 2023-11-14T21:33:03.389Z | Checking r2d2 v0.8.10 |
2918 | 2023-11-14T21:33:03.474Z | Checking toml_edit v0.19.15 |
2919 | 2023-11-14T21:33:03.550Z | Checking phf v0.11.2 |
2920 | 2023-11-14T21:33:03.865Z | Checking inout v0.1.3 |
2921 | 2023-11-14T21:33:03.954Z | Checking postgres-types v0.2.6 |
2922 | 2023-11-14T21:33:04.255Z | Checking itertools v0.11.0 |
2923 | 2023-11-14T21:33:04.558Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2924 | 2023-11-14T21:33:05.142Z | Checking num-bigint v0.4.4 |
2925 | 2023-11-14T21:33:06.719Z | Checking serde_urlencoded v0.7.1 |
2926 | 2023-11-14T21:33:07.365Z | Checking phf_shared v0.10.0 |
2927 | 2023-11-14T21:33:07.444Z | Checking futures-executor v0.3.29 |
2928 | 2023-11-14T21:33:07.784Z | Checking ipnetwork v0.20.0 |
2929 | 2023-11-14T21:33:07.789Z | Checking float-cmp v0.9.0 |
2930 | 2023-11-14T21:33:07.999Z | Checking zerocopy v0.6.4 |
2931 | 2023-11-14T21:33:08.018Z | Checking hubpack v0.1.2 |
2932 | 2023-11-14T21:33:08.065Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2933 | 2023-11-14T21:33:08.322Z | Checking encoding_rs v0.8.33 |
2934 | 2023-11-14T21:33:08.455Z | Checking crossbeam-utils v0.8.16 |
2935 | 2023-11-14T21:33:08.508Z | Checking memoffset v0.9.0 |
2936 | 2023-11-14T21:33:08.588Z | Checking radium v0.7.0 |
2937 | 2023-11-14T21:33:08.649Z | Checking static_assertions v1.1.0 |
2938 | 2023-11-14T21:33:08.674Z | Checking difflib v0.4.0 |
2939 | 2023-11-14T21:33:08.790Z | Checking fixedbitset v0.4.2 |
2940 | 2023-11-14T21:33:09.161Z | Checking funty v2.0.0 |
2941 | 2023-11-14T21:33:09.185Z | Checking normalize-line-endings v0.3.0 |
2942 | 2023-11-14T21:33:09.197Z | Checking new_debug_unreachable v1.0.4 |
2943 | 2023-11-14T21:33:09.210Z | Checking regex-automata v0.3.8 |
2944 | 2023-11-14T21:33:09.225Z | Checking precomputed-hash v0.1.1 |
2945 | 2023-11-14T21:33:09.320Z | Checking mime v0.3.17 |
2946 | 2023-11-14T21:33:09.348Z | Checking data-encoding v2.4.0 |
2947 | 2023-11-14T21:33:09.373Z | Checking predicates-core v1.0.6 |
2948 | 2023-11-14T21:33:09.382Z | Checking webpki-roots v0.25.2 |
2949 | 2023-11-14T21:33:09.599Z | Checking whoami v1.4.1 |
2950 | 2023-11-14T21:33:10.042Z | Checking predicates v3.0.4 |
2951 | 2023-11-14T21:33:10.052Z | Checking crossbeam-epoch v0.9.15 |
2952 | 2023-11-14T21:33:10.481Z | Checking tokio-postgres v0.7.10 |
2953 | 2023-11-14T21:33:10.503Z | Checking trust-dns-proto v0.22.0 |
2954 | 2023-11-14T21:33:10.557Z | Checking string_cache v0.8.7 |
2955 | 2023-11-14T21:33:10.716Z | Checking petgraph v0.6.4 |
2956 | 2023-11-14T21:33:10.911Z | Checking bitvec v1.0.1 |
2957 | 2023-11-14T21:33:10.931Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2958 | 2023-11-14T21:33:13.316Z | Checking bstr v1.6.0 |
2959 | 2023-11-14T21:33:13.735Z | Checking reqwest v0.11.20 |
2960 | 2023-11-14T21:33:13.746Z | Checking yasna v0.5.2 |
2961 | 2023-11-14T21:33:14.550Z | Checking diesel v2.1.3 |
2962 | 2023-11-14T21:33:14.569Z | Checking futures v0.3.29 |
2963 | 2023-11-14T21:33:14.618Z | Checking toml v0.7.8 |
2964 | 2023-11-14T21:33:14.726Z | Documenting trust-dns-resolver v0.22.0 |
2965 | 2023-11-14T21:33:15.770Z | Checking cipher v0.4.4 |
2966 | 2023-11-14T21:33:16.024Z | Checking zip v0.6.6 |
2967 | 2023-11-14T21:33:16.438Z | Checking crossterm v0.27.0 |
2968 | 2023-11-14T21:33:16.443Z | Checking similar v2.2.1 |
2969 | 2023-11-14T21:33:17.083Z | Checking anyhow v1.0.75 |
2970 | 2023-11-14T21:33:17.371Z | Checking clap v4.4.3 |
2971 | 2023-11-14T21:33:17.529Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2972 | 2023-11-14T21:33:18.172Z | Checking bit-set v0.5.3 |
2973 | 2023-11-14T21:33:18.177Z | Checking toml_edit v0.21.0 |
2974 | 2023-11-14T21:33:18.181Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2975 | 2023-11-14T21:33:18.290Z | Checking itertools v0.10.5 |
2976 | 2023-11-14T21:33:19.243Z | Checking num-iter v0.1.43 |
2977 | 2023-11-14T21:33:19.604Z | Checking console v0.15.7 |
2978 | 2023-11-14T21:33:20.759Z | Checking rustix v0.38.9 |
2979 | 2023-11-14T21:33:20.763Z | Checking signature v2.1.0 |
2980 | 2023-11-14T21:33:20.766Z | Checking tokio-stream v0.1.14 |
2981 | 2023-11-14T21:33:21.571Z | Documenting pem-rfc7468 v0.7.0 |
2982 | 2023-11-14T21:33:21.828Z | Checking usdt v0.3.5 |
2983 | 2023-11-14T21:33:21.996Z | Documenting der_derive v0.7.2 |
2984 | 2023-11-14T21:33:22.130Z | Checking hex v0.4.3 |
2985 | 2023-11-14T21:33:22.642Z | Checking semver v1.0.20 |
2986 | 2023-11-14T21:33:22.935Z | Checking slog v2.7.0 |
2987 | 2023-11-14T21:33:23.238Z | Checking lalrpop-util v0.19.12 |
2988 | 2023-11-14T21:33:23.508Z | Documenting flagset v0.4.3 |
2989 | 2023-11-14T21:33:23.669Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2990 | 2023-11-14T21:33:23.701Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2991 | 2023-11-14T21:33:26.788Z | Documenting cancel-safe-futures v0.1.5 |
2992 | 2023-11-14T21:33:27.806Z | Checking heck v0.3.3 |
2993 | 2023-11-14T21:33:27.960Z | Documenting hkdf v0.12.3 |
2994 | 2023-11-14T21:33:28.056Z | Documenting structopt-derive v0.4.18 |
2995 | 2023-11-14T21:33:29.080Z | Documenting keccak v0.1.4 |
2996 | 2023-11-14T21:33:30.609Z | Documenting der v0.7.8 |
2997 | 2023-11-14T21:33:33.678Z | Documenting crc-catalog v2.2.0 |
2998 | 2023-11-14T21:33:35.440Z | Documenting arc-swap v1.6.0 |
2999 | 2023-11-14T21:33:36.088Z | Documenting sha3 v0.10.8 |
3000 | 2023-11-14T21:33:36.363Z | Documenting structopt v0.3.26 |
3001 | 2023-11-14T21:33:38.478Z | Documenting crc v3.0.1 |
3002 | 2023-11-14T21:33:38.817Z | Documenting spki v0.7.2 |
3003 | 2023-11-14T21:33:38.860Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3004 | 2023-11-14T21:33:40.786Z | Documenting libefi-sys v0.1.0 |
3005 | 2023-11-14T21:33:41.839Z | Documenting slog-scope v4.4.0 |
3006 | 2023-11-14T21:33:41.935Z | Documenting num-rational v0.4.1 |
3007 | 2023-11-14T21:33:42.718Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3008 | 2023-11-14T21:33:43.793Z | Documenting secrecy v0.8.0 |
3009 | 2023-11-14T21:33:45.409Z | Documenting pkcs8 v0.10.2 |
3010 | 2023-11-14T21:33:47.449Z | Documenting num-complex v0.4.4 |
3011 | 2023-11-14T21:33:47.582Z | Documenting packed_struct_codegen v0.10.1 |
3012 | 2023-11-14T21:33:48.239Z | Documenting nodrop v0.1.14 |
3013 | 2023-11-14T21:33:49.538Z | Documenting half v1.8.2 |
3014 | 2023-11-14T21:33:50.086Z | Documenting ciborium-io v0.2.1 |
3015 | 2023-11-14T21:34:03.764Z | Documenting pkcs1 v0.7.5 |
3016 | 2023-11-14T21:34:04.881Z | Documenting array-init v0.0.4 |
3017 | 2023-11-14T21:34:05.008Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3018 | 2023-11-14T21:34:05.097Z | Documenting num v0.4.1 |
3019 | 2023-11-14T21:34:05.202Z | Documenting packed_struct v0.10.1 |
3020 | 2023-11-14T21:34:05.352Z | Documenting ciborium-ll v0.2.1 |
3021 | 2023-11-14T21:34:05.401Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3022 | 2023-11-14T21:34:05.472Z | Documenting slog-stdlog v4.1.1 |
3023 | 2023-11-14T21:34:05.514Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3024 | 2023-11-14T21:34:05.595Z | Documenting num-bigint-dig v0.8.4 |
3025 | 2023-11-14T21:34:05.681Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3026 | 2023-11-14T21:34:05.726Z | Documenting universal-hash v0.5.1 |
3027 | 2023-11-14T21:34:05.765Z | Documenting xattr v1.0.1 |
3028 | 2023-11-14T21:34:05.797Z | Documenting filetime v0.2.22 |
3029 | 2023-11-14T21:34:05.823Z | Documenting swrite v0.1.0 |
3030 | 2023-11-14T21:34:08.647Z | Documenting termcolor v1.2.0 |
3031 | 2023-11-14T21:34:09.146Z | Documenting opaque-debug v0.3.0 |
3032 | 2023-11-14T21:34:10.620Z | Documenting bitfield v0.14.0 |
3033 | 2023-11-14T21:34:10.932Z | Documenting tar v0.4.40 |
3034 | 2023-11-14T21:34:11.118Z | Documenting rsa v0.9.2 |
3035 | 2023-11-14T21:34:11.348Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3036 | 2023-11-14T21:34:11.469Z | Documenting slog-envlogger v2.2.0 |
3037 | 2023-11-14T21:34:13.439Z | Documenting ciborium v0.2.1 |
3038 | 2023-11-14T21:34:14.989Z | Documenting env_logger v0.10.0 |
3039 | 2023-11-14T21:34:15.070Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3040 | 2023-11-14T21:34:17.184Z | Documenting serde-hex v0.1.0 |
3041 | 2023-11-14T21:34:18.475Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3042 | 2023-11-14T21:34:19.596Z | Documenting x509-cert v0.2.4 |
3043 | 2023-11-14T21:34:20.269Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3044 | 2023-11-14T21:34:21.952Z | Documenting newtype_derive v0.1.6 |
3045 | 2023-11-14T21:34:22.159Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3046 | 2023-11-14T21:34:23.962Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3047 | 2023-11-14T21:34:25.315Z | Documenting libsw v3.3.0 |
3048 | 2023-11-14T21:34:25.921Z | Documenting ron v0.8.1 |
3049 | 2023-11-14T21:34:27.334Z | Documenting fxhash v0.2.1 |
3050 | 2023-11-14T21:34:27.496Z | Documenting derive-where v1.2.5 |
3051 | 2023-11-14T21:34:28.167Z | Documenting owo-colors v3.5.0 |
3052 | 2023-11-14T21:34:32.019Z | Documenting crc-any v2.4.3 |
3053 | 2023-11-14T21:34:32.462Z | Documenting linear-map v1.2.0 |
3054 | 2023-11-14T21:34:33.416Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3055 | 2023-11-14T21:34:35.518Z | Documenting steno v0.4.0 |
3056 | 2023-11-14T21:34:36.644Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3057 | 2023-11-14T21:34:36.974Z | Documenting doc-comment v0.3.3 |
3058 | 2023-11-14T21:34:39.242Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3059 | 2023-11-14T21:34:39.251Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3060 | 2023-11-14T21:34:39.612Z | Documenting libsqlite3-sys v0.26.0 |
3061 | 2023-11-14T21:34:41.181Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3062 | 2023-11-14T21:34:46.614Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3063 | 2023-11-14T21:34:50.073Z | Documenting hashlink v0.8.3 |
3064 | 2023-11-14T21:34:51.369Z | Documenting aead v0.5.2 |
3065 | 2023-11-14T21:34:53.482Z | Documenting snafu-derive v0.7.5 |
3066 | 2023-11-14T21:34:53.976Z | Documenting fallible-streaming-iterator v0.1.9 |
3067 | 2023-11-14T21:34:55.905Z | Documenting same-file v1.0.6 |
3068 | 2023-11-14T21:34:56.699Z | Documenting path-slash v0.1.5 |
3069 | 2023-11-14T21:34:56.930Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3070 | 2023-11-14T21:34:58.228Z | Documenting rusqlite v0.29.0 |
3071 | 2023-11-14T21:35:00.750Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3072 | 2023-11-14T21:35:00.925Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3073 | 2023-11-14T21:35:01.278Z | Documenting camino-tempfile v1.0.2 |
3074 | 2023-11-14T21:35:02.040Z | Documenting walkdir v2.4.0 |
3075 | 2023-11-14T21:35:02.877Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3076 | 2023-11-14T21:35:03.773Z | Documenting snafu v0.7.5 |
3077 | 2023-11-14T21:35:05.832Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3078 | 2023-11-14T21:35:08.437Z | Documenting nix v0.26.2 |
3079 | 2023-11-14T21:35:08.731Z | Checking darling_core v0.14.4 |
3080 | 2023-11-14T21:35:10.462Z | Documenting twox-hash v1.6.3 |
3081 | 2023-11-14T21:35:11.689Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3082 | 2023-11-14T21:35:15.631Z | Documenting nibble_vec v0.1.0 |
3083 | 2023-11-14T21:35:17.536Z | Documenting endian-type v0.1.2 |
3084 | 2023-11-14T21:35:17.897Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3085 | 2023-11-14T21:35:20.284Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3086 | 2023-11-14T21:35:21.158Z | Checking darling v0.14.4 |
3087 | 2023-11-14T21:35:21.320Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3088 | 2023-11-14T21:35:22.296Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3089 | 2023-11-14T21:35:23.191Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3090 | 2023-11-14T21:35:23.594Z | Documenting radix_trie v0.2.1 |
3091 | 2023-11-14T21:35:23.904Z | Documenting polyval v0.6.1 |
3092 | 2023-11-14T21:35:29.294Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3093 | 2023-11-14T21:35:29.616Z | Documenting num_enum v0.7.0 |
3094 | 2023-11-14T21:35:30.979Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3095 | 2023-11-14T21:35:31.017Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3096 | 2023-11-14T21:35:31.433Z | Documenting aes v0.8.3 |
3097 | 2023-11-14T21:35:33.259Z | Documenting ctr v0.9.2 |
3098 | 2023-11-14T21:35:35.318Z | Documenting bincode v1.3.3 |
3099 | 2023-11-14T21:35:35.694Z | Documenting path-dedot v3.1.0 |
3100 | 2023-11-14T21:35:39.765Z | Documenting convert_case v0.4.0 |
3101 | 2023-11-14T21:35:40.588Z | Checking convert_case v0.4.0 |
3102 | 2023-11-14T21:35:40.905Z | Documenting utf-8 v0.7.6 |
3103 | 2023-11-14T21:35:41.180Z | Documenting path-absolutize v3.1.0 |
3104 | 2023-11-14T21:35:41.231Z | Documenting aes-gcm-siv v0.11.1 |
3105 | 2023-11-14T21:35:41.833Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3106 | 2023-11-14T21:35:42.828Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3107 | 2023-11-14T21:35:45.369Z | Documenting derive_more v0.99.17 |
3108 | 2023-11-14T21:35:46.456Z | Documenting tungstenite v0.20.1 |
3109 | 2023-11-14T21:35:46.928Z | Documenting trust-dns-client v0.22.0 |
3110 | 2023-11-14T21:35:48.906Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3111 | 2023-11-14T21:35:52.995Z | Documenting buf-list v1.0.3 |
3112 | 2023-11-14T21:35:53.942Z | Documenting globset v0.4.13 |
3113 | 2023-11-14T21:35:56.377Z | Documenting crossbeam-deque v0.8.3 |
3114 | 2023-11-14T21:35:57.164Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3115 | 2023-11-14T21:35:57.731Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3116 | 2023-11-14T21:35:58.995Z | Documenting headers-core v0.2.0 |
3117 | 2023-11-14T21:35:59.097Z | Documenting olpc-cjson v0.1.3 |
3118 | 2023-11-14T21:35:59.971Z | Documenting serde_plain v1.0.2 |
3119 | 2023-11-14T21:36:00.162Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3120 | 2023-11-14T21:36:01.130Z | Documenting async-recursion v1.0.5 |
3121 | 2023-11-14T21:36:02.792Z | Documenting bitstruct_derive v0.1.0 |
3122 | 2023-11-14T21:36:05.061Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3123 | 2023-11-14T21:36:05.707Z | Documenting display-error-chain v0.2.0 |
3124 | 2023-11-14T21:36:06.215Z | Documenting ascii v1.1.0 |
3125 | 2023-11-14T21:36:06.229Z | Documenting ringbuffer v0.15.0 |
3126 | 2023-11-14T21:36:06.240Z | Documenting headers v0.3.9 |
3127 | 2023-11-14T21:36:07.817Z | Documenting tough v0.14.0 |
3128 | 2023-11-14T21:36:10.420Z | Documenting bitstruct v0.1.1 |
3129 | 2023-11-14T21:36:10.793Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3130 | 2023-11-14T21:36:10.827Z | Documenting rayon-core v1.12.0 |
3131 | 2023-11-14T21:36:11.215Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3132 | 2023-11-14T21:36:11.459Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3133 | 2023-11-14T21:36:11.568Z | Documenting trust-dns-server v0.22.1 |
3134 | 2023-11-14T21:36:14.499Z | Documenting tokio-tungstenite v0.20.1 |
3135 | 2023-11-14T21:36:15.735Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3136 | 2023-11-14T21:36:16.601Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3137 | 2023-11-14T21:36:18.078Z | Documenting derive_builder_core v0.12.0 |
3138 | 2023-11-14T21:36:18.384Z | Checking derive_builder_core v0.12.0 |
3139 | 2023-11-14T21:36:19.185Z | Documenting sled v0.34.7 |
3140 | 2023-11-14T21:36:19.807Z | Documenting erased-serde v0.3.30 |
3141 | 2023-11-14T21:36:20.269Z | Documenting unicase v2.7.0 |
3142 | 2023-11-14T21:36:23.731Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3143 | 2023-11-14T21:36:23.735Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3144 | 2023-11-14T21:36:24.698Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3145 | 2023-11-14T21:36:24.782Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3146 | 2023-11-14T21:36:24.927Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3147 | 2023-11-14T21:36:25.154Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3148 | 2023-11-14T21:36:25.204Z | Documenting bcs v0.1.6 |
3149 | 2023-11-14T21:36:27.006Z | Documenting serde_arrays v0.1.0 |
3150 | 2023-11-14T21:36:27.579Z | Documenting ff v0.13.0 |
3151 | 2023-11-14T21:36:27.618Z | Documenting highway v1.1.0 |
3152 | 2023-11-14T21:36:27.844Z | Documenting pretty-hex v0.3.0 |
3153 | 2023-11-14T21:36:31.376Z | Documenting derive_builder_macro v0.12.0 |
3154 | 2023-11-14T21:36:31.655Z | Documenting mime_guess v2.0.4 |
3155 | 2023-11-14T21:36:32.468Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3156 | 2023-11-14T21:36:32.965Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3157 | 2023-11-14T21:36:34.085Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3158 | 2023-11-14T21:36:34.709Z | Documenting group v0.13.0 |
3159 | 2023-11-14T21:36:38.264Z | Documenting rayon v1.8.0 |
3160 | 2023-11-14T21:36:38.574Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3161 | 2023-11-14T21:36:44.876Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3162 | 2023-11-14T21:36:50.129Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3163 | 2023-11-14T21:36:51.590Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3164 | 2023-11-14T21:36:53.895Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3165 | 2023-11-14T21:36:58.026Z | Documenting portable-atomic v1.4.3 |
3166 | 2023-11-14T21:37:00.645Z | Documenting ed25519 v1.5.3 |
3167 | 2023-11-14T21:37:01.648Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3168 | 2023-11-14T21:37:03.409Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3169 | 2023-11-14T21:37:05.034Z | Documenting crypto-bigint v0.5.2 |
3170 | 2023-11-14T21:37:05.445Z | Documenting kstat-rs v0.2.3 |
3171 | 2023-11-14T21:37:05.458Z | Documenting ref-cast-impl v1.0.20 |
3172 | 2023-11-14T21:37:10.618Z | Documenting curve25519-dalek-derive v0.1.0 |
3173 | 2023-11-14T21:37:11.865Z | Documenting thiserror-impl-no-std v2.0.2 |
3174 | 2023-11-14T21:37:13.075Z | Documenting vte_generate_state_changes v0.1.1 |
3175 | 2023-11-14T21:37:14.093Z | Documenting unicode-xid v0.2.4 |
3176 | 2023-11-14T21:37:15.119Z | Documenting number_prefix v0.4.0 |
3177 | 2023-11-14T21:37:17.573Z | Documenting cassowary v0.3.0 |
3178 | 2023-11-14T21:37:18.326Z | Documenting base16ct v0.2.0 |
3179 | 2023-11-14T21:37:18.778Z | Checking unicode-xid v0.2.4 |
3180 | 2023-11-14T21:37:19.006Z | Documenting const_format_proc_macros v0.2.31 |
3181 | 2023-11-14T21:37:19.742Z | Documenting thiserror-no-std v2.0.2 |
3182 | 2023-11-14T21:37:19.878Z | Documenting vte v0.11.1 |
3183 | 2023-11-14T21:37:20.862Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3184 | 2023-11-14T21:37:20.943Z | Documenting indicatif v0.17.7 |
3185 | 2023-11-14T21:37:22.602Z | Documenting elliptic-curve v0.13.5 |
3186 | 2023-11-14T21:37:23.400Z | Documenting ratatui v0.23.0 |
3187 | 2023-11-14T21:37:23.984Z | Documenting curve25519-dalek v4.1.0 |
3188 | 2023-11-14T21:37:26.000Z | Documenting ref-cast v1.0.20 |
3189 | 2023-11-14T21:37:26.329Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3190 | 2023-11-14T21:37:28.394Z | Documenting salty v0.2.0 |
3191 | 2023-11-14T21:37:28.491Z | Documenting derive_builder v0.12.0 |
3192 | 2023-11-14T21:37:30.379Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3193 | 2023-11-14T21:37:31.902Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3194 | 2023-11-14T21:37:33.038Z | Documenting polar-core v0.27.0 |
3195 | 2023-11-14T21:37:34.822Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3196 | 2023-11-14T21:37:35.458Z | Documenting libxml v0.3.3 |
3197 | 2023-11-14T21:37:40.338Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3198 | 2023-11-14T21:37:41.045Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3199 | 2023-11-14T21:37:45.458Z | Documenting poly1305 v0.8.0 |
3200 | 2023-11-14T21:37:47.001Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3201 | 2023-11-14T21:37:47.600Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3202 | 2023-11-14T21:37:51.201Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3203 | 2023-11-14T21:37:52.991Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3204 | 2023-11-14T21:37:53.380Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3205 | 2023-11-14T21:37:53.420Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3206 | 2023-11-14T21:37:54.887Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3207 | 2023-11-14T21:37:55.514Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3208 | 2023-11-14T21:37:55.971Z | Documenting chacha20 v0.9.1 |
3209 | 2023-11-14T21:38:10.051Z | Documenting bb8 v0.8.1 |
3210 | 2023-11-14T21:38:10.452Z | Documenting quick-xml v0.23.1 |
3211 | 2023-11-14T21:38:10.593Z | Documenting bytesize v1.3.0 |
3212 | 2023-11-14T21:38:10.683Z | Documenting serde-big-array v0.5.1 |
3213 | 2023-11-14T21:38:10.821Z | Documenting pem v3.0.2 |
3214 | 2023-11-14T21:38:10.866Z | Documenting impl-trait-for-tuples v0.2.2 |
3215 | 2023-11-14T21:38:10.933Z | Documenting oso-derive v0.27.0 |
3216 | 2023-11-14T21:38:11.000Z | Documenting rtoolbox v0.0.1 |
3217 | 2023-11-14T21:38:11.032Z | Documenting unicode-linebreak v0.1.5 |
3218 | 2023-11-14T21:38:11.379Z | Documenting maplit v1.0.2 |
3219 | 2023-11-14T21:38:12.006Z | Documenting smawk v0.3.1 |
3220 | 2023-11-14T21:38:12.260Z | Documenting is_ci v1.1.1 |
3221 | 2023-11-14T21:38:14.235Z | Documenting humantime v2.1.0 |
3222 | 2023-11-14T21:38:14.643Z | Documenting fs-err v2.9.0 |
3223 | 2023-11-14T21:38:15.977Z | Documenting rcgen v0.11.3 |
3224 | 2023-11-14T21:38:16.336Z | Documenting rpassword v7.2.0 |
3225 | 2023-11-14T21:38:16.751Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3226 | 2023-11-14T21:38:17.742Z | Documenting supports-color v2.1.0 |
3227 | 2023-11-14T21:38:18.225Z | Documenting oso v0.27.0 |
3228 | 2023-11-14T21:38:18.263Z | Documenting textwrap v0.16.0 |
3229 | 2023-11-14T21:38:19.982Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3230 | 2023-11-14T21:38:20.880Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3231 | 2023-11-14T21:38:22.170Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3232 | 2023-11-14T21:38:24.464Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3233 | 2023-11-14T21:38:24.675Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3234 | 2023-11-14T21:38:25.947Z | Documenting chacha20poly1305 v0.10.1 |
3235 | 2023-11-14T21:38:34.133Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3236 | 2023-11-14T21:38:37.092Z | Documenting tui-tree-widget v0.13.0 |
3237 | 2023-11-14T21:38:41.410Z | Documenting vsss-rs v3.3.1 |
3238 | 2023-11-14T21:38:43.161Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3239 | 2023-11-14T21:38:45.193Z | Documenting strip-ansi-escapes v0.2.0 |
3240 | 2023-11-14T21:38:46.257Z | Documenting const_format v0.2.31 |
3241 | 2023-11-14T21:38:48.062Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3242 | 2023-11-14T21:38:50.919Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3243 | 2023-11-14T21:38:51.143Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3244 | 2023-11-14T21:38:51.578Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3245 | 2023-11-14T21:38:54.962Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3246 | 2023-11-14T21:38:55.444Z | Documenting cookie v0.16.2 |
3247 | 2023-11-14T21:38:56.461Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3248 | 2023-11-14T21:39:00.577Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3249 | 2023-11-14T21:39:01.781Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3250 | 2023-11-14T21:39:02.405Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3251 | 2023-11-14T21:39:03.146Z | Documenting atomicwrites v0.4.2 |
3252 | 2023-11-14T21:39:03.406Z | Documenting signal-hook-tokio v0.3.1 |
3253 | 2023-11-14T21:39:05.986Z | Documenting fd-lock v3.0.13 |
3254 | 2023-11-14T21:39:07.482Z | Documenting subprocess v0.2.9 |
3255 | 2023-11-14T21:39:08.834Z | Documenting corncobs v0.1.3 |
3256 | 2023-11-14T21:39:10.461Z | Documenting nu-ansi-term v0.49.0 |
3257 | 2023-11-14T21:39:10.466Z | Documenting http-range v0.1.5 |
3258 | 2023-11-14T21:39:13.126Z | Documenting bit_field v0.10.2 |
3259 | 2023-11-14T21:39:13.360Z | Documenting shell-words v1.1.0 |
3260 | 2023-11-14T21:39:13.791Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3261 | 2023-11-14T21:39:16.452Z | Documenting reedline v0.25.0 |
3262 | 2023-11-14T21:39:16.681Z | Documenting hyper-staticfile v0.9.5 |
3263 | 2023-11-14T21:39:17.291Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3264 | 2023-11-14T21:39:19.741Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3265 | 2023-11-14T21:39:26.428Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3266 | 2023-11-14T21:39:26.684Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3267 | 2023-11-14T21:39:27.118Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3268 | 2023-11-14T21:39:27.880Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3269 | 2023-11-14T21:39:29.835Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3270 | 2023-11-14T21:39:30.071Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3271 | 2023-11-14T21:39:32.642Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3272 | 2023-11-14T21:39:43.997Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3273 | 2023-11-14T21:39:50.666Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3274 | 2023-11-14T21:40:03.563Z | Documenting fatfs v0.3.6 |
3275 | 2023-11-14T21:40:03.789Z | Documenting cargo-platform v0.1.3 |
3276 | 2023-11-14T21:40:04.519Z | Documenting nanorand v0.7.0 |
3277 | 2023-11-14T21:40:07.213Z | Documenting assert_matches v1.5.0 |
3278 | 2023-11-14T21:40:08.374Z | Documenting glob v0.3.1 |
3279 | 2023-11-14T21:40:10.626Z | Documenting flume v0.11.0 |
3280 | 2023-11-14T21:40:11.031Z | Documenting cargo_metadata v0.18.0 |
3281 | 2023-11-14T21:40:11.827Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3282 | 2023-11-14T21:40:11.920Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3283 | 2023-11-14T21:40:12.459Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3284 | 2023-11-14T21:40:13.924Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3285 | 2023-11-14T21:40:14.840Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3286 | 2023-11-14T21:40:17.119Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3287 | 2023-11-14T21:40:18.577Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3288 | 2023-11-14T21:40:20.183Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3289 | 2023-11-14T21:40:20.369Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3290 | 2023-11-14T21:40:36.159Z | Documenting omicron-zone-package v0.8.3 |
3291 | 2023-11-14T21:40:39.740Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3292 | 2023-11-14T21:40:40.945Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3293 | 2023-11-14T21:40:41.603Z | Documenting cargo_toml v0.17.0 |
3294 | 2023-11-14T21:40:46.347Z | Documenting termios v0.3.3 |
3295 | 2023-11-14T21:40:50.474Z | Documenting topological-sort v0.2.2 |
3296 | 2023-11-14T21:40:52.189Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3297 | 2023-11-14T21:40:52.778Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3298 | 2023-11-14T21:40:52.983Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3299 | 2023-11-14T21:40:54.782Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3300 | 2023-11-14T21:40:56.719Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3301 | 2023-11-14T21:41:04.440Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3302 | 2023-11-14T21:41:37.513Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3303 | 2023-11-14T21:41:45.680Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3304 | 2023-11-14T21:41:47.835Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3305 | 2023-11-14T21:41:51.001Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3306 | 2023-11-14T21:41:51.004Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3307 | 2023-11-14T21:41:51.007Z | | |
3308 | 2023-11-14T21:41:51.010Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3309 | 2023-11-14T21:41:51.013Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3310 | 2023-11-14T21:41:51.015Z | | |
3311 | 2023-11-14T21:41:51.019Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3312 | 2023-11-14T21:41:51.021Z | help: to link to the struct, prefix with `struct@` |
3313 | 2023-11-14T21:41:51.024Z | | |
3314 | 2023-11-14T21:41:51.027Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3315 | 2023-11-14T21:41:51.030Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3316 | 2023-11-14T21:41:51.033Z | | |
3317 | 2023-11-14T21:41:51.036Z | |
3318 | 2023-11-14T21:41:54.053Z | warning: `wicketd` (lib doc) generated 1 warning |
3319 | 2023-11-14T21:41:59.601Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3320 | 2023-11-14T21:42:03.674Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3321 | 2023-11-14T21:42:05.933Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3322 | 2023-11-14T21:42:07.557Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3323 | 2023-11-14T21:43:24.438Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 23s |
3324 | 2023-11-14T21:43:24.558Z | |
3325 | 2023-11-14T21:43:24.566Z | real 16:23.558443002 |
3326 | 2023-11-14T21:43:24.579Z | user 58:16.676971544 |
3327 | 2023-11-14T21:43:24.587Z | sys 1:02:45.636137814 |
3328 | 2023-11-14T21:43:24.592Z | trap 2.025786422 |
3329 | 2023-11-14T21:43:24.598Z | tflt 0.243099250 |
3330 | 2023-11-14T21:43:24.606Z | dflt 0.508921282 |
3331 | 2023-11-14T21:43:24.616Z | kflt 0.000216878 |
3332 | 2023-11-14T21:43:24.621Z | lock 3:07:49.234053547 |
3333 | 2023-11-14T21:43:24.625Z | slp 4:20:30.051246322 |
3334 | 2023-11-14T21:43:24.629Z | lat 5:47.641052426 |
3335 | 2023-11-14T21:43:24.634Z | stop 2:18.206572864 |
3336 | 2023-11-14T21:43:24.639Z | process exited: duration 1942992 ms, exit code 0 |
|
3337 | 2023-11-14T21:43:24.649Z | found 0 output files |