|
|
|
1 | 2023-11-16T15:47:17.620Z | job assigned to worker 01HFCCYK73QS642BR0F7CEK31Y (queued for 1 m 32 s) |
|
2 | 2023-11-16T15:47:17.632Z | starting task 0: "setup" |
3 | 2023-11-16T15:47:17.703Z | ++ uname -s |
4 | 2023-11-16T15:47:17.707Z | + kern=SunOS |
5 | 2023-11-16T15:47:17.710Z | + case "$kern" in |
6 | 2023-11-16T15:47:17.713Z | + groupadd -g 12345 build |
7 | 2023-11-16T15:47:17.716Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-16T15:47:19.725Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-16T15:47:20.131Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-16T15:47:20.134Z | + home_fs=zfs |
11 | 2023-11-16T15:47:20.137Z | + [[ zfs == autofs ]] |
12 | 2023-11-16T15:47:20.140Z | + mkdir -p /home/build |
13 | 2023-11-16T15:47:20.143Z | + chown build:build /home/build /work |
14 | 2023-11-16T15:47:20.938Z | + chmod 0700 /home/build /work |
15 | 2023-11-16T15:47:20.941Z | process exited: duration 3305 ms, exit code 0 |
|
16 | 2023-11-16T15:47:20.947Z | starting task 1: "rust-toolchain" |
17 | 2023-11-16T15:47:20.961Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-16T15:47:20.967Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-16T15:47:21.172Z | info: downloading installer |
20 | 2023-11-16T15:47:24.442Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-16T15:47:24.456Z | warning: /opt/ooce/bin |
22 | 2023-11-16T15:47:24.472Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-16T15:47:24.481Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-16T15:47:24.491Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-16T15:47:24.515Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-16T15:47:24.922Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-16T15:47:24.926Z | error: cannot install while Rust is installed |
28 | 2023-11-16T15:47:24.939Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-16T15:47:24.950Z | info: profile set to 'default' |
30 | 2023-11-16T15:47:24.959Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-16T15:47:24.969Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-16T15:47:24.988Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-16T15:47:24.994Z | info: downloading component 'cargo' |
34 | 2023-11-16T15:47:25.695Z | info: downloading component 'clippy' |
35 | 2023-11-16T15:47:25.951Z | info: downloading component 'rust-docs' |
36 | 2023-11-16T15:47:26.833Z | info: downloading component 'rust-std' |
37 | 2023-11-16T15:47:28.422Z | info: downloading component 'rustc' |
38 | 2023-11-16T15:47:32.291Z | info: downloading component 'rustfmt' |
39 | 2023-11-16T15:47:32.515Z | info: installing component 'cargo' |
40 | 2023-11-16T15:47:34.743Z | info: installing component 'clippy' |
41 | 2023-11-16T15:47:35.754Z | info: installing component 'rust-docs' |
42 | 2023-11-16T15:47:38.586Z | info: installing component 'rust-std' |
43 | 2023-11-16T15:47:43.046Z | info: installing component 'rustc' |
44 | 2023-11-16T15:47:53.612Z | info: installing component 'rustfmt' |
45 | 2023-11-16T15:47:54.206Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-16T15:47:54.209Z | |
47 | 2023-11-16T15:47:54.351Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-16T15:47:54.366Z | |
49 | 2023-11-16T15:47:54.372Z | |
50 | 2023-11-16T15:47:54.375Z | Rust is installed now. Great! |
51 | 2023-11-16T15:47:54.378Z | |
52 | 2023-11-16T15:47:54.382Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-16T15:47:54.385Z | environment variable. This has not been done automatically. |
54 | 2023-11-16T15:47:54.390Z | |
55 | 2023-11-16T15:47:54.399Z | To configure your current shell, run: |
56 | 2023-11-16T15:47:54.406Z | source "$HOME/.cargo/env" |
57 | 2023-11-16T15:47:54.849Z | + rustc --version |
58 | 2023-11-16T15:47:54.859Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-16T15:47:54.865Z | process exited: duration 33605 ms, exit code 0 |
|
60 | 2023-11-16T15:47:54.871Z | starting task 2: "authentication" |
61 | 2023-11-16T15:47:54.928Z | process exited: duration 53 ms, exit code 0 |
|
62 | 2023-11-16T15:47:54.936Z | starting task 3: "clone repository" |
63 | 2023-11-16T15:47:54.952Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-16T15:47:54.958Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-16T15:47:55.092Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-16T15:48:01.144Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-16T15:48:01.151Z | + [[ -n maghemite-integration ]] |
68 | 2023-11-16T15:48:01.156Z | + git fetch origin maghemite-integration |
69 | 2023-11-16T15:48:01.487Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-16T15:48:01.494Z | * branch maghemite-integration -> FETCH_HEAD |
71 | 2023-11-16T15:48:01.501Z | + git checkout -B maghemite-integration remotes/origin/maghemite-integration |
72 | 2023-11-16T15:48:01.591Z | Switched to a new branch 'maghemite-integration' |
73 | 2023-11-16T15:48:01.599Z | branch 'maghemite-integration' set up to track 'origin/maghemite-integration'. |
74 | 2023-11-16T15:48:01.604Z | + git reset --hard 7ccf7811627d1895fd28be632efc5b66ccc85007 |
75 | 2023-11-16T15:48:01.747Z | HEAD is now at 7ccf7811 Update with latest version |
76 | 2023-11-16T15:48:01.750Z | process exited: duration 6809 ms, exit code 0 |
|
77 | 2023-11-16T15:48:01.757Z | starting task 4: "build" |
78 | 2023-11-16T15:48:01.768Z | + cargo --version |
79 | 2023-11-16T15:48:01.775Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-16T15:48:01.969Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-16T15:48:01.973Z | info: downloading component 'cargo' |
82 | 2023-11-16T15:48:02.641Z | info: downloading component 'clippy' |
83 | 2023-11-16T15:48:02.882Z | info: downloading component 'rust-docs' |
84 | 2023-11-16T15:48:03.744Z | info: downloading component 'rust-std' |
85 | 2023-11-16T15:48:05.109Z | info: downloading component 'rustc' |
86 | 2023-11-16T15:48:08.885Z | info: downloading component 'rustfmt' |
87 | 2023-11-16T15:48:09.152Z | info: installing component 'cargo' |
88 | 2023-11-16T15:48:10.357Z | info: installing component 'clippy' |
89 | 2023-11-16T15:48:10.880Z | info: installing component 'rust-docs' |
90 | 2023-11-16T15:48:13.627Z | info: installing component 'rust-std' |
91 | 2023-11-16T15:48:16.121Z | info: installing component 'rustc' |
92 | 2023-11-16T15:48:22.310Z | info: installing component 'rustfmt' |
93 | 2023-11-16T15:48:22.865Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-16T15:48:22.871Z | + rustc --version |
95 | 2023-11-16T15:48:22.976Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-16T15:48:22.983Z | + source ./env.sh |
97 | 2023-11-16T15:48:22.986Z | ++ set -o xtrace |
98 | 2023-11-16T15:48:22.989Z | ++++ dirname ./env.sh |
99 | 2023-11-16T15:48:22.992Z | +++ cd . |
100 | 2023-11-16T15:48:22.996Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-16T15:48:22.999Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-16T15:48:23.002Z | ++ 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-16T15:48:23.005Z | ++ 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-16T15:48:23.007Z | ++ 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-16T15:48:23.010Z | ++ 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-16T15:48:23.013Z | ++ 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-16T15:48:23.016Z | ++ 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-16T15:48:23.018Z | ++ 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-16T15:48:23.022Z | ++ 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-16T15:48:23.025Z | ++ unset OMICRON_WS |
111 | 2023-11-16T15:48:23.027Z | ++ set +o xtrace |
112 | 2023-11-16T15:48:23.098Z | |
113 | 2023-11-16T15:48:23.102Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-16T15:48:23.104Z | # # # # # # # # # # # # # # # |
115 | 2023-11-16T15:48:23.108Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-16T15:48:23.112Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-16T15:48:23.115Z | # # # # # # # # # # # # # # # |
118 | 2023-11-16T15:48:23.118Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-16T15:48:23.120Z | |
120 | 2023-11-16T15:48:33.629Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-16T15:48:34.640Z | Startup: Caching catalogs ... Done |
122 | 2023-11-16T15:48:39.801Z | Planning: Solver setup ... Done (4.878s) |
123 | 2023-11-16T15:48:39.926Z | Planning: Running solver ... Done (0.125s) |
124 | 2023-11-16T15:48:39.985Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-11-16T15:48:40.007Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-16T15:48:40.834Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-16T15:48:40.919Z | Planning: Package planning ... Done (0.081s) |
128 | 2023-11-16T15:48:41.003Z | Planning: Merging actions ... Done (0.087s) |
129 | 2023-11-16T15:48:42.354Z | Planning: Checking for conflicting actions ... Done (1.351s) |
130 | 2023-11-16T15:48:42.377Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-11-16T15:48:53.534Z | Planning: Evaluating mediators ... Done (11.161s) |
132 | 2023-11-16T15:48:53.621Z | Planning: Planning completed in 18.85 seconds |
133 | 2023-11-16T15:48:58.097Z | Packages to install: 4 |
134 | 2023-11-16T15:48:58.101Z | Mediators to change: 2 |
135 | 2023-11-16T15:48:58.107Z | Services to change: 1 |
136 | 2023-11-16T15:48:58.111Z | Estimated space available: 148.90 GB |
137 | 2023-11-16T15:48:58.115Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-16T15:48:58.119Z | Create boot environment: No |
139 | 2023-11-16T15:48:58.124Z | Create backup boot environment: No |
140 | 2023-11-16T15:48:58.127Z | Rebuild boot archive: No |
141 | 2023-11-16T15:48:58.130Z | |
142 | 2023-11-16T15:48:58.134Z | Changed mediators: |
143 | 2023-11-16T15:48:58.141Z | mediator clang: |
144 | 2023-11-16T15:48:58.149Z | version: None -> 15 (system default) |
145 | 2023-11-16T15:48:58.152Z | |
146 | 2023-11-16T15:48:58.154Z | mediator llvm: |
147 | 2023-11-16T15:48:58.157Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-16T15:48:58.160Z | |
149 | 2023-11-16T15:48:58.163Z | Changed packages: |
150 | 2023-11-16T15:48:58.165Z | helios-dev |
151 | 2023-11-16T15:48:58.168Z | developer/build-essential |
152 | 2023-11-16T15:48:58.171Z | None -> 11-2.0 |
153 | 2023-11-16T15:48:58.173Z | library/libxmlsec1 |
154 | 2023-11-16T15:48:58.176Z | None -> 1.2.35-2.0 |
155 | 2023-11-16T15:48:58.179Z | ooce/developer/clang-15 |
156 | 2023-11-16T15:48:58.181Z | None -> 15.0.7-2.0 |
157 | 2023-11-16T15:48:58.184Z | ooce/developer/llvm-15 |
158 | 2023-11-16T15:48:58.187Z | None -> 15.0.7-2.0 |
159 | 2023-11-16T15:48:58.190Z | |
160 | 2023-11-16T15:48:58.193Z | Services: |
161 | 2023-11-16T15:48:58.196Z | restart_fmri: |
162 | 2023-11-16T15:48:58.199Z | svc:/system/update-man-index:default |
163 | 2023-11-16T15:48:58.380Z | |
164 | 2023-11-16T15:48:58.390Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-16T15:49:04.432Z | Download: 212/3290 items 1.3/212.6MB 0% complete (968k/s) |
166 | 2023-11-16T15:49:09.452Z | Download: 1191/3290 items 78.6/212.6MB 36% complete (7.6M/s) |
167 | 2023-11-16T15:49:14.457Z | Download: 1652/3290 items 117.9/212.6MB 55% complete (11.7M/s) |
168 | 2023-11-16T15:49:19.459Z | Download: 2674/3290 items 120.7/212.6MB 56% complete (4.2M/s) |
169 | 2023-11-16T15:49:24.457Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
170 | 2023-11-16T15:49:25.541Z | Download: Completed 212.60 MB in 27.16 seconds (7.8M/s) |
171 | 2023-11-16T15:49:25.931Z | Actions: 1/3687 actions (Installing new actions) |
172 | 2023-11-16T15:49:30.924Z | Actions: 1900/3687 actions (Installing new actions) |
173 | 2023-11-16T15:49:35.576Z | Actions: Completed 3687 actions in 8.18 seconds. |
174 | 2023-11-16T15:49:35.999Z | Done (0.173s) |
175 | 2023-11-16T15:49:36.006Z | Done (0.000s) |
176 | 2023-11-16T15:49:36.010Z | Done (0.218s) |
177 | 2023-11-16T15:49:42.035Z | Done (7.410s) |
178 | 2023-11-16T15:49:42.325Z | Done (0.193s) |
179 | 2023-11-16T15:49:42.337Z | Done (0.000s) |
180 | 2023-11-16T15:49:42.587Z | Done (0.000s) |
181 | 2023-11-16T15:49:43.278Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-11-16T15:49:43.561Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-11-16T15:49:43.564Z | Planning: Consolidating action changes ... Done |
184 | 2023-11-16T15:49:44.010Z | Planning: Evaluating mediators ... Done |
185 | 2023-11-16T15:49:44.021Z | Planning: Planning completed in 0.73 seconds |
186 | 2023-11-16T15:49:44.062Z | Mediators to change: 2 |
187 | 2023-11-16T15:49:44.065Z | Create boot environment: No |
188 | 2023-11-16T15:49:44.068Z | Create backup boot environment: No |
189 | 2023-11-16T15:49:44.167Z | Done |
190 | 2023-11-16T15:49:44.170Z | Done |
191 | 2023-11-16T15:49:44.307Z | Done |
192 | 2023-11-16T15:49:50.162Z | Done |
193 | 2023-11-16T15:49:50.284Z | Done |
194 | 2023-11-16T15:49:50.294Z | Done |
195 | 2023-11-16T15:49:50.511Z | Done |
196 | 2023-11-16T15:49:51.540Z | Planning: Evaluating mediator changes ... Done |
197 | 2023-11-16T15:49:51.550Z | Planning: Merging actions ... Done |
198 | 2023-11-16T15:49:51.865Z | Planning: Checking for conflicting actions ... Done |
199 | 2023-11-16T15:49:51.879Z | Planning: Consolidating action changes ... Done |
200 | 2023-11-16T15:49:52.281Z | Planning: Evaluating mediators ... Done |
201 | 2023-11-16T15:49:52.368Z | Planning: Planning completed in 1.30 seconds |
202 | 2023-11-16T15:49:52.424Z | Packages to change: 1 |
203 | 2023-11-16T15:49:52.428Z | Mediators to change: 1 |
204 | 2023-11-16T15:49:52.431Z | Services to change: 1 |
205 | 2023-11-16T15:49:52.434Z | Create boot environment: No |
206 | 2023-11-16T15:49:52.436Z | Create backup boot environment: Yes |
207 | 2023-11-16T15:49:54.433Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2023-11-16T15:49:54.442Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2023-11-16T15:49:54.453Z | Done |
210 | 2023-11-16T15:49:54.461Z | Done |
211 | 2023-11-16T15:49:54.483Z | Done |
212 | 2023-11-16T15:50:00.341Z | Done |
213 | 2023-11-16T15:50:00.484Z | Done |
214 | 2023-11-16T15:50:00.500Z | Done |
215 | 2023-11-16T15:50:00.582Z | Done |
216 | 2023-11-16T15:50:01.255Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2023-11-16T15:50:01.259Z | clang system 15 system |
218 | 2023-11-16T15:50:01.264Z | csh system system illumos |
219 | 2023-11-16T15:50:01.267Z | ctags system system illumos |
220 | 2023-11-16T15:50:01.270Z | gcc vendor 12 vendor |
221 | 2023-11-16T15:50:01.273Z | gcc system 10 system |
222 | 2023-11-16T15:50:01.277Z | gcc system 7 system |
223 | 2023-11-16T15:50:01.280Z | go system 1.20 system |
224 | 2023-11-16T15:50:01.284Z | go system 1.19 system |
225 | 2023-11-16T15:50:01.287Z | llvm system 15 system |
226 | 2023-11-16T15:50:01.291Z | llvm system 14 system |
227 | 2023-11-16T15:50:01.294Z | mariadb system 10.6 system |
228 | 2023-11-16T15:50:01.298Z | mta vendor vendor dma |
229 | 2023-11-16T15:50:01.301Z | openjdk system 17 system |
230 | 2023-11-16T15:50:01.304Z | openjdk system 11 system |
231 | 2023-11-16T15:50:01.308Z | openjdk system 1.8 system |
232 | 2023-11-16T15:50:01.313Z | openssl vendor 3 vendor |
233 | 2023-11-16T15:50:01.316Z | perl system 5.36 system |
234 | 2023-11-16T15:50:01.320Z | postgresql system 15 system |
235 | 2023-11-16T15:50:01.323Z | postgresql system 13 system |
236 | 2023-11-16T15:50:01.327Z | python vendor 3 vendor |
237 | 2023-11-16T15:50:01.330Z | python system 2 system |
238 | 2023-11-16T15:50:01.333Z | python3 system 3.11 system |
239 | 2023-11-16T15:50:01.338Z | ruby system 3.0 system |
240 | 2023-11-16T15:50:01.349Z | words vendor vendor american-english |
241 | 2023-11-16T15:50:01.361Z | words system system australian-english |
242 | 2023-11-16T15:50:01.769Z | words system system british-english |
243 | 2023-11-16T15:50:01.776Z | words system system canadian-english |
244 | 2023-11-16T15:50:01.785Z | words system system french |
245 | 2023-11-16T15:50:02.201Z | words system system italian |
246 | 2023-11-16T15:50:02.207Z | words system system ngerman |
247 | 2023-11-16T15:50:02.213Z | words system system ogerman |
248 | 2023-11-16T15:50:02.219Z | words system system spanish |
249 | 2023-11-16T15:50:02.232Z | FMRI IFO |
250 | 2023-11-16T15:50:02.252Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2023-11-16T15:50:02.266Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2023-11-16T15:50:02.713Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2023-11-16T15:50:02.721Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
254 | 2023-11-16T15:50:02.731Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2023-11-16T15:50:02.738Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
256 | 2023-11-16T15:50:02.742Z | + set -o errexit |
257 | 2023-11-16T15:50:02.749Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2023-11-16T15:50:02.754Z | ++ cd ./tools |
259 | 2023-11-16T15:50:02.758Z | ++ pwd |
260 | 2023-11-16T15:50:02.763Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2023-11-16T15:50:02.771Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2023-11-16T15:50:02.778Z | + ARG0=ci_download_cockroachdb |
263 | 2023-11-16T15:50:02.782Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2023-11-16T15:50:02.785Z | + CIDL_VERSION=v22.1.9 |
265 | 2023-11-16T15:50:02.788Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2023-11-16T15:50:02.791Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
267 | 2023-11-16T15:50:02.794Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
268 | 2023-11-16T15:50:02.798Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
269 | 2023-11-16T15:50:02.801Z | + TARGET_DIR=out |
270 | 2023-11-16T15:50:02.805Z | + DOWNLOAD_DIR=out/downloads |
271 | 2023-11-16T15:50:02.809Z | + DEST_DIR=./out/cockroachdb |
272 | 2023-11-16T15:50:02.813Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2023-11-16T15:50:02.817Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2023-11-16T15:50:02.822Z | + main |
275 | 2023-11-16T15:50:02.826Z | + [[ 0 != 0 ]] |
276 | 2023-11-16T15:50:02.830Z | + CIDL_OS=solaris2.11 |
277 | 2023-11-16T15:50:02.833Z | + [[ 0 != 0 ]] |
278 | 2023-11-16T15:50:02.836Z | + configure_os solaris2.11 |
279 | 2023-11-16T15:50:02.839Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2023-11-16T15:50:02.843Z | current directory: /work/oxidecomputer/omicron |
281 | 2023-11-16T15:50:02.846Z | + echo 'configuring based on OS: "solaris2.11"' |
282 | 2023-11-16T15:50:02.852Z | configuring based on OS: "solaris2.11" |
283 | 2023-11-16T15:50:02.855Z | + case "$1" in |
284 | 2023-11-16T15:50:02.858Z | + CIDL_BUILD=illumos |
285 | 2023-11-16T15:50:02.861Z | + CIDL_SUFFIX=tar.gz |
286 | 2023-11-16T15:50:02.864Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-11-16T15:50:02.867Z | + CIDL_MD5FUNC=do_md5sum |
288 | 2023-11-16T15:50:02.870Z | + CIDL_URL_BASE=https://illumos.org/downloads |
289 | 2023-11-16T15:50:02.874Z | + CIDL_ASSEMBLE=do_assemble_illumos |
290 | 2023-11-16T15:50:02.877Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
291 | 2023-11-16T15:50:02.880Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-16T15:50:02.883Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-16T15:50:02.887Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
294 | 2023-11-16T15:50:02.893Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-16T15:50:02.898Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-11-16T15:50:02.901Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-16T15:50:02.904Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2023-11-16T15:50:02.907Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-16T15:50:02.911Z | + mkdir -p out/downloads |
300 | 2023-11-16T15:50:02.914Z | + mkdir -p ./out/cockroachdb |
301 | 2023-11-16T15:50:02.917Z | + local DO_DOWNLOAD=true |
302 | 2023-11-16T15:50:02.921Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2023-11-16T15:50:02.926Z | + '[' true == true ']' |
304 | 2023-11-16T15:50:02.929Z | + echo Downloading... |
305 | 2023-11-16T15:50:02.932Z | Downloading... |
306 | 2023-11-16T15:50:02.936Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-16T15:50:02.939Z | + 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 |
308 | 2023-11-16T15:50:04.156Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-11-16T15:50:04.176Z | ++ md5sum |
310 | 2023-11-16T15:50:04.585Z | ++ awk '{print $1}' |
311 | 2023-11-16T15:50:04.592Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
312 | 2023-11-16T15:50:04.601Z | + [[ 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 ]] |
313 | 2023-11-16T15:50:04.611Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-11-16T15:50:04.643Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2023-11-16T15:50:07.950Z | + do_assemble_illumos |
316 | 2023-11-16T15:50:07.955Z | + rm -r ./out/cockroachdb |
317 | 2023-11-16T15:50:07.958Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2023-11-16T15:50:08.552Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2023-11-16T15:50:08.784Z | Build Tag: v22.1.9-dirty |
320 | 2023-11-16T15:50:08.787Z | Build Time: 2022/10/26 21:17:46 |
321 | 2023-11-16T15:50:08.790Z | Distribution: OSS |
322 | 2023-11-16T15:50:08.793Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2023-11-16T15:50:08.796Z | Go Version: go1.17.13 |
324 | 2023-11-16T15:50:08.800Z | C Compiler: gcc 10.3.0 |
325 | 2023-11-16T15:50:08.803Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2023-11-16T15:50:08.806Z | Build Type: release |
327 | 2023-11-16T15:50:08.811Z | + set -o errexit |
328 | 2023-11-16T15:50:08.815Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2023-11-16T15:50:08.818Z | ++ cd ./tools |
330 | 2023-11-16T15:50:08.820Z | ++ pwd |
331 | 2023-11-16T15:50:08.823Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2023-11-16T15:50:08.827Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2023-11-16T15:50:08.829Z | + ARG0=ci_download_clickhouse |
334 | 2023-11-16T15:50:08.832Z | + TARGET_DIR=out |
335 | 2023-11-16T15:50:08.837Z | + DOWNLOAD_DIR=out/downloads |
336 | 2023-11-16T15:50:08.840Z | + DEST_DIR=./out/clickhouse |
337 | 2023-11-16T15:50:08.845Z | + CIDL_VERSION=v22.8.9.24 |
338 | 2023-11-16T15:50:08.849Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2023-11-16T15:50:08.853Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
340 | 2023-11-16T15:50:08.855Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
341 | 2023-11-16T15:50:08.918Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-16T15:50:08.923Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2023-11-16T15:50:08.927Z | + main |
344 | 2023-11-16T15:50:08.930Z | + [[ 0 != 0 ]] |
345 | 2023-11-16T15:50:08.933Z | + CIDL_OS=solaris2.11 |
346 | 2023-11-16T15:50:08.936Z | + [[ 0 != 0 ]] |
347 | 2023-11-16T15:50:08.940Z | + configure_os solaris2.11 |
348 | 2023-11-16T15:50:08.944Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2023-11-16T15:50:08.947Z | current directory: /work/oxidecomputer/omicron |
350 | 2023-11-16T15:50:08.951Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2023-11-16T15:50:08.962Z | configuring based on OS: "solaris2.11" |
352 | 2023-11-16T15:50:08.967Z | + CIDL_DASHREV= |
353 | 2023-11-16T15:50:08.971Z | + case "$1" in |
354 | 2023-11-16T15:50:08.975Z | + CIDL_PLATFORM=illumos |
355 | 2023-11-16T15:50:08.978Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-16T15:50:08.981Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2023-11-16T15:50:08.986Z | + CIDL_DASHREV=-1 |
358 | 2023-11-16T15:50:08.989Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
359 | 2023-11-16T15:50:08.996Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-16T15:50:09.000Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-16T15:50:09.007Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-16T15:50:09.011Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-16T15:50:09.017Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-16T15:50:09.021Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2023-11-16T15:50:09.030Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-16T15:50:09.034Z | + mkdir -p out/downloads |
367 | 2023-11-16T15:50:09.037Z | + mkdir -p ./out/clickhouse |
368 | 2023-11-16T15:50:09.041Z | + local DO_DOWNLOAD=true |
369 | 2023-11-16T15:50:09.044Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
370 | 2023-11-16T15:50:09.047Z | + '[' true == true ']' |
371 | 2023-11-16T15:50:09.053Z | + echo Downloading... |
372 | 2023-11-16T15:50:09.057Z | Downloading... |
373 | 2023-11-16T15:50:09.064Z | + 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 |
374 | 2023-11-16T15:50:09.069Z | + 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 |
375 | 2023-11-16T15:50:10.433Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-11-16T15:50:10.439Z | ++ md5sum |
377 | 2023-11-16T15:50:10.446Z | ++ awk '{print $1}' |
378 | 2023-11-16T15:50:10.701Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
379 | 2023-11-16T15:50:10.707Z | + [[ 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 ]] |
380 | 2023-11-16T15:50:10.717Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
381 | 2023-11-16T15:50:10.724Z | + mkdir -p ./out/clickhouse |
382 | 2023-11-16T15:50:10.733Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
383 | 2023-11-16T15:50:15.849Z | + ./out/clickhouse/clickhouse server --version |
384 | 2023-11-16T15:50:15.887Z | ClickHouse server version 22.8.9.1. |
385 | 2023-11-16T15:50:15.910Z | + set -o errexit |
386 | 2023-11-16T15:50:15.913Z | +++ dirname ./tools/ci_download_console |
387 | 2023-11-16T15:50:15.916Z | ++ cd ./tools |
388 | 2023-11-16T15:50:15.921Z | ++ pwd |
389 | 2023-11-16T15:50:15.924Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2023-11-16T15:50:15.927Z | ++ basename ./tools/ci_download_console |
391 | 2023-11-16T15:50:15.930Z | + ARG0=ci_download_console |
392 | 2023-11-16T15:50:15.934Z | + TARGET_DIR=out |
393 | 2023-11-16T15:50:15.937Z | + DOWNLOAD_DIR=out/downloads |
394 | 2023-11-16T15:50:15.941Z | + DEST_DIR=./out/console-assets |
395 | 2023-11-16T15:50:15.945Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2023-11-16T15:50:15.948Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
397 | 2023-11-16T15:50:15.951Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-16T15:50:15.955Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
399 | 2023-11-16T15:50:15.958Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2023-11-16T15:50:15.962Z | + main |
401 | 2023-11-16T15:50:15.967Z | + [[ 0 != 0 ]] |
402 | 2023-11-16T15:50:15.970Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
403 | 2023-11-16T15:50:15.975Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
404 | 2023-11-16T15:50:15.979Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2023-11-16T15:50:15.982Z | Local file: out/downloads/console.tar.gz |
406 | 2023-11-16T15:50:15.985Z | + local DO_DOWNLOAD=true |
407 | 2023-11-16T15:50:15.989Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2023-11-16T15:50:15.993Z | + mkdir -p out/downloads |
409 | 2023-11-16T15:50:15.996Z | + '[' true == true ']' |
410 | 2023-11-16T15:50:15.999Z | + echo Downloading... |
411 | 2023-11-16T15:50:16.002Z | Downloading... |
412 | 2023-11-16T15:50:16.006Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
413 | 2023-11-16T15:50:16.009Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
414 | 2023-11-16T15:50:16.611Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2023-11-16T15:50:16.614Z | ++ case "$OSTYPE" in |
416 | 2023-11-16T15:50:16.617Z | ++ SHA=sha256sum |
417 | 2023-11-16T15:50:16.620Z | ++ sha256sum |
418 | 2023-11-16T15:50:16.623Z | ++ awk '{print $1}' |
419 | 2023-11-16T15:50:16.637Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
420 | 2023-11-16T15:50:16.641Z | + [[ 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 ]] |
421 | 2023-11-16T15:50:16.646Z | + rm -rf ./out/console-assets |
422 | 2023-11-16T15:50:16.650Z | + mkdir -p ./out/console-assets |
423 | 2023-11-16T15:50:16.653Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2023-11-16T15:50:16.659Z | + mkdir -p ./out/console-assets |
425 | 2023-11-16T15:50:16.664Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2023-11-16T15:50:16.787Z | + set -o errexit |
427 | 2023-11-16T15:50:16.791Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2023-11-16T15:50:16.794Z | ++ cd ./tools |
429 | 2023-11-16T15:50:16.797Z | ++ pwd |
430 | 2023-11-16T15:50:16.800Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2023-11-16T15:50:16.803Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2023-11-16T15:50:16.806Z | + ARG0=ci_download_maghemite_openapi |
433 | 2023-11-16T15:50:16.810Z | + TARGET_DIR=out |
434 | 2023-11-16T15:50:16.812Z | + DOWNLOAD_DIR=out/downloads |
435 | 2023-11-16T15:50:16.815Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2023-11-16T15:50:16.818Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
437 | 2023-11-16T15:50:16.822Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-16T15:50:16.825Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
439 | 2023-11-16T15:50:16.828Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
440 | 2023-11-16T15:50:16.831Z | + main |
441 | 2023-11-16T15:50:16.834Z | + [[ 0 != 0 ]] |
442 | 2023-11-16T15:50:16.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
443 | 2023-11-16T15:50:16.840Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
444 | 2023-11-16T15:50:16.843Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
445 | 2023-11-16T15:50:16.847Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-16T15:50:16.850Z | + local DO_DOWNLOAD=true |
447 | 2023-11-16T15:50:16.854Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
448 | 2023-11-16T15:50:16.857Z | + mkdir -p out/downloads |
449 | 2023-11-16T15:50:16.860Z | + '[' true == true ']' |
450 | 2023-11-16T15:50:16.862Z | + echo Downloading... |
451 | 2023-11-16T15:50:16.866Z | Downloading... |
452 | 2023-11-16T15:50:16.869Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-16T15:50:16.872Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
454 | 2023-11-16T15:50:17.052Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-16T15:50:17.057Z | ++ case "$OSTYPE" in |
456 | 2023-11-16T15:50:17.060Z | ++ SHA=sha256sum |
457 | 2023-11-16T15:50:17.095Z | ++ sha256sum |
458 | 2023-11-16T15:50:17.100Z | ++ awk '{print $1}' |
459 | 2023-11-16T15:50:17.103Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
460 | 2023-11-16T15:50:17.106Z | + [[ 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 ]] |
461 | 2023-11-16T15:50:17.109Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2023-11-16T15:50:17.119Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
463 | 2023-11-16T15:50:17.122Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-16T15:50:17.129Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
465 | 2023-11-16T15:50:17.137Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
466 | 2023-11-16T15:50:17.148Z | + main |
467 | 2023-11-16T15:50:17.176Z | + [[ 0 != 0 ]] |
468 | 2023-11-16T15:50:17.182Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
469 | 2023-11-16T15:50:17.187Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
470 | 2023-11-16T15:50:17.195Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
471 | 2023-11-16T15:50:17.200Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
472 | 2023-11-16T15:50:17.203Z | + local DO_DOWNLOAD=true |
473 | 2023-11-16T15:50:17.206Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
474 | 2023-11-16T15:50:17.209Z | + mkdir -p out/downloads |
475 | 2023-11-16T15:50:17.213Z | + '[' true == true ']' |
476 | 2023-11-16T15:50:17.219Z | + echo Downloading... |
477 | 2023-11-16T15:50:17.224Z | Downloading... |
478 | 2023-11-16T15:50:17.228Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
479 | 2023-11-16T15:50:17.231Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
480 | 2023-11-16T15:50:17.235Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
481 | 2023-11-16T15:50:17.238Z | ++ case "$OSTYPE" in |
482 | 2023-11-16T15:50:17.241Z | ++ SHA=sha256sum |
483 | 2023-11-16T15:50:17.244Z | ++ sha256sum |
484 | 2023-11-16T15:50:17.247Z | ++ awk '{print $1}' |
485 | 2023-11-16T15:50:17.251Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
486 | 2023-11-16T15:50:17.253Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
487 | 2023-11-16T15:50:17.256Z | + set -o errexit |
488 | 2023-11-16T15:50:17.260Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2023-11-16T15:50:17.263Z | ++ cd ./tools |
490 | 2023-11-16T15:50:17.265Z | ++ pwd |
491 | 2023-11-16T15:50:17.269Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2023-11-16T15:50:17.272Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2023-11-16T15:50:17.275Z | + ARG0=ci_download_dendrite_openapi |
494 | 2023-11-16T15:50:17.279Z | + TARGET_DIR=out |
495 | 2023-11-16T15:50:17.283Z | + DOWNLOAD_DIR=out/downloads |
496 | 2023-11-16T15:50:17.285Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2023-11-16T15:50:17.288Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
498 | 2023-11-16T15:50:17.294Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
499 | 2023-11-16T15:50:17.297Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
500 | 2023-11-16T15:50:17.300Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
501 | 2023-11-16T15:50:17.303Z | + main |
502 | 2023-11-16T15:50:17.306Z | + [[ 0 != 0 ]] |
503 | 2023-11-16T15:50:17.309Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
504 | 2023-11-16T15:50:17.312Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
505 | 2023-11-16T15:50:17.315Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
506 | 2023-11-16T15:50:17.319Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
507 | 2023-11-16T15:50:17.322Z | + local DO_DOWNLOAD=true |
508 | 2023-11-16T15:50:17.324Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
509 | 2023-11-16T15:50:17.328Z | + mkdir -p out/downloads |
510 | 2023-11-16T15:50:17.330Z | + '[' true == true ']' |
511 | 2023-11-16T15:50:17.333Z | + echo Downloading... |
512 | 2023-11-16T15:50:17.336Z | Downloading... |
513 | 2023-11-16T15:50:17.339Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
514 | 2023-11-16T15:50:17.342Z | + 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 |
515 | 2023-11-16T15:50:17.417Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
516 | 2023-11-16T15:50:17.421Z | ++ case "$OSTYPE" in |
517 | 2023-11-16T15:50:17.424Z | ++ SHA=sha256sum |
518 | 2023-11-16T15:50:17.427Z | ++ sha256sum |
519 | 2023-11-16T15:50:17.430Z | ++ awk '{print $1}' |
520 | 2023-11-16T15:50:17.433Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
521 | 2023-11-16T15:50:17.436Z | + [[ 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 ]] |
522 | 2023-11-16T15:50:17.439Z | + set -o errexit |
523 | 2023-11-16T15:50:17.443Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2023-11-16T15:50:17.446Z | ++ cd ./tools |
525 | 2023-11-16T15:50:17.449Z | ++ pwd |
526 | 2023-11-16T15:50:17.452Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-11-16T15:50:17.454Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2023-11-16T15:50:17.457Z | + ARG0=ci_download_dendrite_stub |
529 | 2023-11-16T15:50:17.460Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2023-11-16T15:50:17.463Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
531 | 2023-11-16T15:50:17.470Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
532 | 2023-11-16T15:50:17.488Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
533 | 2023-11-16T15:50:17.491Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2023-11-16T15:50:17.494Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
535 | 2023-11-16T15:50:17.497Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
536 | 2023-11-16T15:50:17.500Z | + TARGET_DIR=out |
537 | 2023-11-16T15:50:17.503Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-11-16T15:50:17.506Z | + DEST_DIR=./out/dendrite-stub |
539 | 2023-11-16T15:50:17.510Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2023-11-16T15:50:17.513Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2023-11-16T15:50:17.515Z | + REPO=oxidecomputer/dendrite |
542 | 2023-11-16T15:50:17.519Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
543 | 2023-11-16T15:50:17.525Z | + main |
544 | 2023-11-16T15:50:17.528Z | + [[ 0 != 0 ]] |
545 | 2023-11-16T15:50:17.531Z | + CIDL_OS=solaris2.11 |
546 | 2023-11-16T15:50:17.535Z | + [[ 0 != 0 ]] |
547 | 2023-11-16T15:50:17.538Z | + configure_os solaris2.11 |
548 | 2023-11-16T15:50:17.541Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2023-11-16T15:50:17.543Z | current directory: /work/oxidecomputer/omicron |
550 | 2023-11-16T15:50:17.546Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2023-11-16T15:50:17.551Z | configuring based on OS: "solaris2.11" |
552 | 2023-11-16T15:50:17.554Z | + case "$1" in |
553 | 2023-11-16T15:50:17.557Z | + SET_BINARIES= |
554 | 2023-11-16T15:50:17.563Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
555 | 2023-11-16T15:50:17.567Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2023-11-16T15:50:17.571Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2023-11-16T15:50:17.576Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
558 | 2023-11-16T15:50:17.579Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-16T15:50:17.584Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
560 | 2023-11-16T15:50:17.597Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
561 | 2023-11-16T15:50:17.604Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2023-11-16T15:50:18.023Z | Local file: out/downloads/dendrite-stub.tar.gz |
563 | 2023-11-16T15:50:18.031Z | + mkdir -p out/downloads |
564 | 2023-11-16T15:50:18.454Z | + mkdir -p ./out/dendrite-stub |
565 | 2023-11-16T15:50:18.457Z | + fetch_and_verify |
566 | 2023-11-16T15:50:18.460Z | + local DO_DOWNLOAD=true |
567 | 2023-11-16T15:50:18.464Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2023-11-16T15:50:18.472Z | + '[' true == true ']' |
569 | 2023-11-16T15:50:18.886Z | + echo Downloading... |
570 | 2023-11-16T15:50:18.889Z | Downloading... |
571 | 2023-11-16T15:50:18.892Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-16T15:50:18.895Z | + 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 |
573 | 2023-11-16T15:50:23.898Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2023-11-16T15:50:23.904Z | ++ sha256sum |
575 | 2023-11-16T15:50:23.908Z | ++ awk '{print $1}' |
576 | 2023-11-16T15:50:23.996Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
577 | 2023-11-16T15:50:24.004Z | + [[ 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 ]] |
578 | 2023-11-16T15:50:24.008Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2023-11-16T15:50:24.012Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2023-11-16T15:50:24.946Z | + do_assemble |
581 | 2023-11-16T15:50:24.949Z | + rm -r ./out/dendrite-stub |
582 | 2023-11-16T15:50:24.952Z | + mkdir ./out/dendrite-stub |
583 | 2023-11-16T15:50:24.955Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2023-11-16T15:50:25.064Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2023-11-16T15:50:25.075Z | + set -o errexit |
586 | 2023-11-16T15:50:25.078Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2023-11-16T15:50:25.081Z | ++ cd ./tools |
588 | 2023-11-16T15:50:25.084Z | ++ pwd |
589 | 2023-11-16T15:50:25.086Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2023-11-16T15:50:25.089Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2023-11-16T15:50:25.092Z | + ARG0=ci_download_maghemite_mgd |
592 | 2023-11-16T15:50:25.095Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2023-11-16T15:50:25.098Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
594 | 2023-11-16T15:50:25.101Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
595 | 2023-11-16T15:50:25.104Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2023-11-16T15:50:25.106Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
597 | 2023-11-16T15:50:25.112Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
598 | 2023-11-16T15:50:25.116Z | + TARGET_DIR=out |
599 | 2023-11-16T15:50:25.118Z | + DOWNLOAD_DIR=out/downloads |
600 | 2023-11-16T15:50:25.121Z | + DEST_DIR=./out/mgd |
601 | 2023-11-16T15:50:25.124Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2023-11-16T15:50:25.127Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2023-11-16T15:50:25.130Z | + REPO=oxidecomputer/maghemite |
604 | 2023-11-16T15:50:25.133Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
605 | 2023-11-16T15:50:25.136Z | + main |
606 | 2023-11-16T15:50:25.138Z | + [[ 0 != 0 ]] |
607 | 2023-11-16T15:50:25.141Z | + CIDL_OS=solaris2.11 |
608 | 2023-11-16T15:50:25.144Z | + [[ 0 != 0 ]] |
609 | 2023-11-16T15:50:25.147Z | + configure_os solaris2.11 |
610 | 2023-11-16T15:50:25.149Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2023-11-16T15:50:25.152Z | current directory: /work/oxidecomputer/omicron |
612 | 2023-11-16T15:50:25.155Z | + echo 'configuring based on OS: "solaris2.11"' |
613 | 2023-11-16T15:50:25.157Z | configuring based on OS: "solaris2.11" |
614 | 2023-11-16T15:50:25.160Z | + case "$1" in |
615 | 2023-11-16T15:50:25.163Z | + SET_BINARIES= |
616 | 2023-11-16T15:50:25.166Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2023-11-16T15:50:25.170Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2023-11-16T15:50:25.173Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
619 | 2023-11-16T15:50:25.178Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2023-11-16T15:50:25.181Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
621 | 2023-11-16T15:50:25.184Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-11-16T15:50:25.186Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
623 | 2023-11-16T15:50:25.189Z | Local file: out/downloads/mgd.tar.gz |
624 | 2023-11-16T15:50:25.193Z | + mkdir -p out/downloads |
625 | 2023-11-16T15:50:25.196Z | + mkdir -p ./out/mgd |
626 | 2023-11-16T15:50:25.199Z | + fetch_and_verify |
627 | 2023-11-16T15:50:25.204Z | + local DO_DOWNLOAD=true |
628 | 2023-11-16T15:50:25.207Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2023-11-16T15:50:25.210Z | + '[' true == true ']' |
630 | 2023-11-16T15:50:25.213Z | + echo Downloading... |
631 | 2023-11-16T15:50:25.216Z | Downloading... |
632 | 2023-11-16T15:50:25.219Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2023-11-16T15:50:25.222Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
634 | 2023-11-16T15:50:29.408Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2023-11-16T15:50:29.412Z | ++ sha256sum |
636 | 2023-11-16T15:50:29.414Z | ++ awk '{print $1}' |
637 | 2023-11-16T15:50:29.893Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
638 | 2023-11-16T15:50:29.896Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
639 | 2023-11-16T15:50:29.902Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2023-11-16T15:50:29.909Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2023-11-16T15:50:30.198Z | + do_assemble |
642 | 2023-11-16T15:50:30.202Z | + rm -r ./out/mgd |
643 | 2023-11-16T15:50:30.205Z | + mkdir ./out/mgd |
644 | 2023-11-16T15:50:30.210Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2023-11-16T15:50:30.410Z | + set -o errexit |
646 | 2023-11-16T15:50:30.413Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2023-11-16T15:50:30.417Z | ++ cd ./tools |
648 | 2023-11-16T15:50:30.420Z | ++ pwd |
649 | 2023-11-16T15:50:30.427Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2023-11-16T15:50:30.434Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2023-11-16T15:50:30.453Z | + ARG0=ci_download_transceiver_control |
652 | 2023-11-16T15:50:30.465Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2023-11-16T15:50:30.472Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2023-11-16T15:50:30.475Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-16T15:50:30.478Z | + TARGET_DIR=out |
656 | 2023-11-16T15:50:30.481Z | + DOWNLOAD_DIR=out/downloads |
657 | 2023-11-16T15:50:30.484Z | + DEST_DIR=./out/transceiver-control |
658 | 2023-11-16T15:50:30.487Z | + BIN_DIR=/opt/oxide/bin |
659 | 2023-11-16T15:50:30.491Z | + BINARY=xcvradm |
660 | 2023-11-16T15:50:30.494Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2023-11-16T15:50:30.499Z | + REPO=oxidecomputer/transceiver-control |
662 | 2023-11-16T15:50:30.501Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2023-11-16T15:50:30.504Z | + main |
664 | 2023-11-16T15:50:30.507Z | + [[ 0 != 0 ]] |
665 | 2023-11-16T15:50:30.510Z | + CIDL_OS=solaris2.11 |
666 | 2023-11-16T15:50:30.513Z | + [[ 0 != 0 ]] |
667 | 2023-11-16T15:50:30.517Z | + configure_os solaris2.11 |
668 | 2023-11-16T15:50:30.520Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2023-11-16T15:50:30.526Z | current directory: /work/oxidecomputer/omicron |
670 | 2023-11-16T15:50:30.529Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2023-11-16T15:50:30.533Z | configuring based on OS: "solaris2.11" |
672 | 2023-11-16T15:50:30.536Z | + case "$1" in |
673 | 2023-11-16T15:50:30.541Z | + SET_BINARIES= |
674 | 2023-11-16T15:50:30.544Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-16T15:50:30.547Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2023-11-16T15:50:30.591Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2023-11-16T15:50:30.598Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-16T15:50:30.612Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2023-11-16T15:50:30.625Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2023-11-16T15:50:31.035Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2023-11-16T15:50:31.041Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2023-11-16T15:50:31.050Z | Local file: out/downloads/xcvradm.gz |
683 | 2023-11-16T15:50:31.054Z | + mkdir -p out/downloads |
684 | 2023-11-16T15:50:31.058Z | + mkdir -p ./out/transceiver-control |
685 | 2023-11-16T15:50:31.061Z | + fetch_and_verify |
686 | 2023-11-16T15:50:31.064Z | + local DO_DOWNLOAD=true |
687 | 2023-11-16T15:50:31.067Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2023-11-16T15:50:31.069Z | + '[' true == true ']' |
689 | 2023-11-16T15:50:31.073Z | + echo Downloading... |
690 | 2023-11-16T15:50:31.076Z | Downloading... |
691 | 2023-11-16T15:50:31.078Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2023-11-16T15:50:31.081Z | + 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 |
693 | 2023-11-16T15:50:33.728Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2023-11-16T15:50:33.732Z | ++ sha256sum |
695 | 2023-11-16T15:50:33.736Z | ++ awk '{print $1}' |
696 | 2023-11-16T15:50:33.755Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2023-11-16T15:50:33.758Z | + [[ 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 ]] |
698 | 2023-11-16T15:50:33.761Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2023-11-16T15:50:33.764Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2023-11-16T15:50:33.767Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2023-11-16T15:50:33.941Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2023-11-16T15:50:33.944Z | + do_assemble |
703 | 2023-11-16T15:50:33.947Z | + rm -r ./out/transceiver-control |
704 | 2023-11-16T15:50:33.950Z | + mkdir ./out/transceiver-control |
705 | 2023-11-16T15:50:33.953Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2023-11-16T15:50:34.186Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2023-11-16T15:50:34.191Z | |
708 | 2023-11-16T15:50:34.195Z | real 2:11.037520277 |
709 | 2023-11-16T15:50:34.199Z | user 52.826203203 |
710 | 2023-11-16T15:50:34.205Z | sys 10.563905412 |
711 | 2023-11-16T15:50:34.210Z | trap 0.026515586 |
712 | 2023-11-16T15:50:34.216Z | tflt 0.254585084 |
713 | 2023-11-16T15:50:34.221Z | dflt 0.553060154 |
714 | 2023-11-16T15:50:34.230Z | kflt 0.127479904 |
715 | 2023-11-16T15:50:34.237Z | lock 1.887547585 |
716 | 2023-11-16T15:50:34.243Z | slp 3:59.162678519 |
717 | 2023-11-16T15:50:34.248Z | lat 4.048921468 |
718 | 2023-11-16T15:50:34.252Z | stop 0.073510208 |
719 | 2023-11-16T15:50:34.256Z | |
720 | 2023-11-16T15:50:34.258Z | #### # # ##### ##### # # |
721 | 2023-11-16T15:50:34.261Z | # # # # # # # # # # |
722 | 2023-11-16T15:50:34.264Z | # # # # # # # # |
723 | 2023-11-16T15:50:34.267Z | # # # ##### ##### # |
724 | 2023-11-16T15:50:34.270Z | # # # # # # # |
725 | 2023-11-16T15:50:34.272Z | #### ###### # # # # |
726 | 2023-11-16T15:50:34.275Z | |
727 | 2023-11-16T15:50:34.526Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2023-11-16T15:50:34.929Z | Updating crates.io index |
729 | 2023-11-16T15:50:34.976Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2023-11-16T15:50:35.727Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2023-11-16T15:50:37.575Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2023-11-16T15:50:38.362Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2023-11-16T15:50:38.707Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2023-11-16T15:50:39.051Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2023-11-16T15:50:39.366Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2023-11-16T15:50:40.277Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2023-11-16T15:50:42.131Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2023-11-16T15:50:43.194Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2023-11-16T15:50:43.538Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2023-11-16T15:50:44.187Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2023-11-16T15:50:44.569Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2023-11-16T15:50:44.915Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2023-11-16T15:50:45.369Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2023-11-16T15:50:45.708Z | Updating git repository `https://github.com/njaremko/samael` |
745 | 2023-11-16T15:50:46.250Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2023-11-16T15:50:46.848Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2023-11-16T15:50:47.257Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2023-11-16T15:50:47.560Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2023-11-16T15:50:48.860Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2023-11-16T15:50:49.349Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2023-11-16T15:50:50.344Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2023-11-16T15:50:50.768Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2023-11-16T15:50:51.181Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2023-11-16T15:50:52.706Z | Downloading crates ... |
755 | 2023-11-16T15:50:52.908Z | Downloaded equivalent v1.0.1 |
756 | 2023-11-16T15:50:52.915Z | Downloaded clap v4.4.3 |
757 | 2023-11-16T15:50:52.930Z | Downloaded serde v1.0.192 |
758 | 2023-11-16T15:50:52.936Z | Downloaded quote v1.0.33 |
759 | 2023-11-16T15:50:52.940Z | Downloaded itoa v1.0.9 |
760 | 2023-11-16T15:50:52.943Z | Downloaded heck v0.4.1 |
761 | 2023-11-16T15:50:52.951Z | Downloaded thiserror v1.0.49 |
762 | 2023-11-16T15:50:52.957Z | Downloaded utf8parse v0.2.1 |
763 | 2023-11-16T15:50:52.960Z | Downloaded cargo-platform v0.1.3 |
764 | 2023-11-16T15:50:52.963Z | Downloaded errno v0.3.2 |
765 | 2023-11-16T15:50:52.965Z | Downloaded anstyle v1.0.2 |
766 | 2023-11-16T15:50:52.968Z | Downloaded camino v1.1.6 |
767 | 2023-11-16T15:50:52.970Z | Downloaded clap_derive v4.4.2 |
768 | 2023-11-16T15:50:52.973Z | Downloaded anstream v0.5.0 |
769 | 2023-11-16T15:50:52.976Z | Downloaded toml_datetime v0.6.5 |
770 | 2023-11-16T15:50:52.979Z | Downloaded cargo_toml v0.17.0 |
771 | 2023-11-16T15:50:52.982Z | Downloaded colorchoice v1.0.0 |
772 | 2023-11-16T15:50:52.985Z | Downloaded strsim v0.10.0 |
773 | 2023-11-16T15:50:52.987Z | Downloaded anyhow v1.0.75 |
774 | 2023-11-16T15:50:52.990Z | Downloaded io-lifetimes v1.0.11 |
775 | 2023-11-16T15:50:52.993Z | Downloaded toml v0.8.8 |
776 | 2023-11-16T15:50:52.996Z | Downloaded clap_lex v0.5.1 |
777 | 2023-11-16T15:50:53.000Z | Downloaded proc-macro2 v1.0.69 |
778 | 2023-11-16T15:50:53.002Z | Downloaded bitflags v1.3.2 |
779 | 2023-11-16T15:50:53.005Z | Downloaded indexmap v2.1.0 |
780 | 2023-11-16T15:50:53.011Z | Downloaded semver v1.0.20 |
781 | 2023-11-16T15:50:53.015Z | Downloaded unicode-ident v1.0.12 |
782 | 2023-11-16T15:50:53.019Z | Downloaded memchr v2.6.3 |
783 | 2023-11-16T15:50:53.028Z | Downloaded toml_edit v0.21.0 |
784 | 2023-11-16T15:50:53.065Z | Downloaded hashbrown v0.14.2 |
785 | 2023-11-16T15:50:53.073Z | Downloaded clap_builder v4.4.2 |
786 | 2023-11-16T15:50:53.084Z | Downloaded syn v2.0.32 |
787 | 2023-11-16T15:50:53.102Z | Downloaded rustix v0.37.23 |
788 | 2023-11-16T15:50:53.135Z | Downloaded winnow v0.5.15 |
789 | 2023-11-16T15:50:53.148Z | Downloaded libc v0.2.150 |
790 | 2023-11-16T15:50:53.222Z | Downloaded serde_json v1.0.108 |
791 | 2023-11-16T15:50:53.226Z | Downloaded serde_derive v1.0.192 |
792 | 2023-11-16T15:50:53.228Z | Downloaded anstyle-parse v0.2.1 |
793 | 2023-11-16T15:50:53.231Z | Downloaded ryu v1.0.15 |
794 | 2023-11-16T15:50:53.234Z | Downloaded serde_spanned v0.6.4 |
795 | 2023-11-16T15:50:53.238Z | Downloaded anstyle-query v1.0.0 |
796 | 2023-11-16T15:50:53.240Z | Downloaded thiserror-impl v1.0.49 |
797 | 2023-11-16T15:50:53.243Z | Downloaded cargo_metadata v0.18.0 |
798 | 2023-11-16T15:50:53.246Z | Downloaded terminal_size v0.2.6 |
799 | 2023-11-16T15:50:53.333Z | Compiling proc-macro2 v1.0.69 |
800 | 2023-11-16T15:50:53.336Z | Compiling unicode-ident v1.0.12 |
801 | 2023-11-16T15:50:53.339Z | Compiling serde v1.0.192 |
802 | 2023-11-16T15:50:53.344Z | Compiling libc v0.2.150 |
803 | 2023-11-16T15:50:53.348Z | Compiling io-lifetimes v1.0.11 |
804 | 2023-11-16T15:50:53.351Z | Compiling rustix v0.37.23 |
805 | 2023-11-16T15:50:53.355Z | Compiling hashbrown v0.14.2 |
806 | 2023-11-16T15:50:53.358Z | Compiling utf8parse v0.2.1 |
807 | 2023-11-16T15:50:53.691Z | Compiling equivalent v1.0.1 |
808 | 2023-11-16T15:50:53.694Z | Compiling bitflags v1.3.2 |
809 | 2023-11-16T15:50:53.821Z | Compiling anstyle-parse v0.2.1 |
810 | 2023-11-16T15:50:53.855Z | Compiling anstyle v1.0.2 |
811 | 2023-11-16T15:50:54.243Z | Compiling semver v1.0.20 |
812 | 2023-11-16T15:50:54.354Z | Compiling camino v1.1.6 |
813 | 2023-11-16T15:50:55.083Z | Compiling indexmap v2.1.0 |
814 | 2023-11-16T15:50:55.273Z | Compiling thiserror v1.0.49 |
815 | 2023-11-16T15:50:55.302Z | Compiling colorchoice v1.0.0 |
816 | 2023-11-16T15:50:55.391Z | Compiling serde_json v1.0.108 |
817 | 2023-11-16T15:50:55.471Z | Compiling winnow v0.5.15 |
818 | 2023-11-16T15:50:55.573Z | Compiling anstyle-query v1.0.0 |
819 | 2023-11-16T15:50:55.746Z | Compiling anstream v0.5.0 |
820 | 2023-11-16T15:50:55.858Z | Compiling strsim v0.10.0 |
821 | 2023-11-16T15:50:55.886Z | Compiling anyhow v1.0.75 |
822 | 2023-11-16T15:50:56.084Z | Compiling ryu v1.0.15 |
823 | 2023-11-16T15:50:56.595Z | Compiling quote v1.0.33 |
824 | 2023-11-16T15:50:56.634Z | Compiling itoa v1.0.9 |
825 | 2023-11-16T15:50:56.781Z | Compiling heck v0.4.1 |
826 | 2023-11-16T15:50:56.970Z | Compiling clap_lex v0.5.1 |
827 | 2023-11-16T15:50:57.208Z | Compiling syn v2.0.32 |
828 | 2023-11-16T15:50:57.381Z | Compiling errno v0.3.2 |
829 | 2023-11-16T15:50:58.853Z | Compiling terminal_size v0.2.6 |
830 | 2023-11-16T15:50:58.990Z | Compiling clap_builder v4.4.2 |
831 | 2023-11-16T15:51:04.892Z | Compiling serde_derive v1.0.192 |
832 | 2023-11-16T15:51:04.896Z | Compiling thiserror-impl v1.0.49 |
833 | 2023-11-16T15:51:04.899Z | Compiling clap_derive v4.4.2 |
834 | 2023-11-16T15:51:09.157Z | Compiling clap v4.4.3 |
835 | 2023-11-16T15:51:16.719Z | Compiling toml_datetime v0.6.5 |
836 | 2023-11-16T15:51:16.726Z | Compiling serde_spanned v0.6.4 |
837 | 2023-11-16T15:51:16.728Z | Compiling cargo-platform v0.1.3 |
838 | 2023-11-16T15:51:17.091Z | Compiling toml_edit v0.21.0 |
839 | 2023-11-16T15:51:18.717Z | Compiling cargo_metadata v0.18.0 |
840 | 2023-11-16T15:51:20.270Z | Compiling toml v0.8.8 |
841 | 2023-11-16T15:51:21.320Z | Compiling cargo_toml v0.17.0 |
842 | 2023-11-16T15:51:26.435Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2023-11-16T15:51:27.635Z | Finished dev [unoptimized + debuginfo] target(s) in 53.36s |
844 | 2023-11-16T15:51:27.834Z | Running `target/debug/xtask clippy` |
845 | 2023-11-16T15:51:27.886Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2023-11-16T15:51:28.690Z | Downloading crates ... |
847 | 2023-11-16T15:51:28.924Z | Downloaded aead v0.5.2 |
848 | 2023-11-16T15:51:28.928Z | Downloaded async-stream v0.3.5 |
849 | 2023-11-16T15:51:28.944Z | Downloaded cfg-if v0.1.10 |
850 | 2023-11-16T15:51:28.950Z | Downloaded crc-catalog v2.2.0 |
851 | 2023-11-16T15:51:28.957Z | Downloaded ident_case v1.0.1 |
852 | 2023-11-16T15:51:28.960Z | Downloaded crc-any v2.4.3 |
853 | 2023-11-16T15:51:28.966Z | Downloaded crypto-common v0.1.6 |
854 | 2023-11-16T15:51:28.969Z | Downloaded console v0.15.7 |
855 | 2023-11-16T15:51:28.976Z | Downloaded cast v0.3.0 |
856 | 2023-11-16T15:51:28.981Z | Downloaded cfg-if v1.0.0 |
857 | 2023-11-16T15:51:28.984Z | Downloaded crucible-workspace-hack v0.1.0 |
858 | 2023-11-16T15:51:28.987Z | Downloaded crossbeam-epoch v0.9.15 |
859 | 2023-11-16T15:51:28.995Z | Downloaded ciborium-io v0.2.1 |
860 | 2023-11-16T15:51:29.003Z | Downloaded camino-tempfile v1.0.2 |
861 | 2023-11-16T15:51:29.011Z | Downloaded instant v0.1.12 |
862 | 2023-11-16T15:51:29.016Z | Downloaded cancel-safe-futures v0.1.5 |
863 | 2023-11-16T15:51:29.027Z | Downloaded matches v0.1.10 |
864 | 2023-11-16T15:51:29.034Z | Downloaded mime v0.3.17 |
865 | 2023-11-16T15:51:29.041Z | Downloaded newtype_derive v0.1.6 |
866 | 2023-11-16T15:51:29.045Z | Downloaded cstr-argument v0.1.2 |
867 | 2023-11-16T15:51:29.048Z | Downloaded linear-map v1.2.0 |
868 | 2023-11-16T15:51:29.051Z | Downloaded num_threads v0.1.6 |
869 | 2023-11-16T15:51:29.056Z | Downloaded oso-derive v0.27.0 |
870 | 2023-11-16T15:51:29.059Z | Downloaded opaque-debug v0.3.0 |
871 | 2023-11-16T15:51:29.062Z | Downloaded macaddr v1.0.1 |
872 | 2023-11-16T15:51:29.067Z | Downloaded corncobs v0.1.3 |
873 | 2023-11-16T15:51:29.073Z | Downloaded tinyvec_macros v0.1.1 |
874 | 2023-11-16T15:51:29.076Z | Downloaded nibble_vec v0.1.0 |
875 | 2023-11-16T15:51:29.079Z | Downloaded bit-set v0.5.3 |
876 | 2023-11-16T15:51:29.083Z | Downloaded oorandom v11.1.3 |
877 | 2023-11-16T15:51:29.085Z | Downloaded num_enum_derive v0.5.11 |
878 | 2023-11-16T15:51:29.089Z | Downloaded managed v0.8.0 |
879 | 2023-11-16T15:51:29.098Z | Downloaded strsim v0.8.0 |
880 | 2023-11-16T15:51:29.103Z | Downloaded packed_struct_codegen v0.10.1 |
881 | 2023-11-16T15:51:29.107Z | Downloaded strum_macros v0.24.3 |
882 | 2023-11-16T15:51:29.113Z | Downloaded darling_macro v0.20.3 |
883 | 2023-11-16T15:51:29.118Z | Downloaded linked-hash-map v0.5.6 |
884 | 2023-11-16T15:51:29.120Z | Downloaded md-5 v0.10.5 |
885 | 2023-11-16T15:51:29.124Z | Downloaded libtest-mimic v0.6.1 |
886 | 2023-11-16T15:51:29.129Z | Downloaded dtrace-parser v0.1.14 |
887 | 2023-11-16T15:51:29.132Z | Downloaded omicron-zone-package v0.8.3 |
888 | 2023-11-16T15:51:29.139Z | Downloaded async-trait v0.1.74 |
889 | 2023-11-16T15:51:29.148Z | Downloaded fxhash v0.2.1 |
890 | 2023-11-16T15:51:29.151Z | Downloaded mockall v0.11.4 |
891 | 2023-11-16T15:51:29.181Z | Downloaded sct v0.7.0 |
892 | 2023-11-16T15:51:29.184Z | Downloaded zone v0.3.0 |
893 | 2023-11-16T15:51:29.187Z | Downloaded xattr v1.0.1 |
894 | 2023-11-16T15:51:29.190Z | Downloaded phf_shared v0.11.2 |
895 | 2023-11-16T15:51:29.193Z | Downloaded data-encoding v2.4.0 |
896 | 2023-11-16T15:51:29.195Z | Downloaded want v0.3.1 |
897 | 2023-11-16T15:51:29.198Z | Downloaded parking_lot v0.12.1 |
898 | 2023-11-16T15:51:29.201Z | Downloaded ref-cast-impl v1.0.20 |
899 | 2023-11-16T15:51:29.204Z | Downloaded tracing-attributes v0.1.26 |
900 | 2023-11-16T15:51:29.207Z | Downloaded signal-hook-tokio v0.3.1 |
901 | 2023-11-16T15:51:29.210Z | Downloaded hash32 v0.2.1 |
902 | 2023-11-16T15:51:29.212Z | Downloaded getopts v0.2.21 |
903 | 2023-11-16T15:51:29.215Z | Downloaded generic-array v0.14.7 |
904 | 2023-11-16T15:51:29.220Z | Downloaded shell-words v1.1.0 |
905 | 2023-11-16T15:51:29.224Z | Downloaded basic-toml v0.1.4 |
906 | 2023-11-16T15:51:29.228Z | Downloaded rustc-hash v1.1.0 |
907 | 2023-11-16T15:51:29.231Z | Downloaded ref-cast v1.0.20 |
908 | 2023-11-16T15:51:29.234Z | Downloaded serde_urlencoded v0.7.1 |
909 | 2023-11-16T15:51:29.238Z | Downloaded path-slash v0.1.5 |
910 | 2023-11-16T15:51:29.241Z | Downloaded der_derive v0.7.2 |
911 | 2023-11-16T15:51:29.244Z | Downloaded sha1 v0.10.6 |
912 | 2023-11-16T15:51:29.247Z | Downloaded signal-hook-registry v1.4.1 |
913 | 2023-11-16T15:51:29.252Z | Downloaded pretty-hex v0.3.0 |
914 | 2023-11-16T15:51:29.260Z | Downloaded pretty-hex v0.2.1 |
915 | 2023-11-16T15:51:29.263Z | Downloaded futures-timer v3.0.2 |
916 | 2023-11-16T15:51:29.266Z | Downloaded vte_generate_state_changes v0.1.1 |
917 | 2023-11-16T15:51:29.272Z | Downloaded flagset v0.4.3 |
918 | 2023-11-16T15:51:29.277Z | Downloaded rustfmt-wrapper v0.2.0 |
919 | 2023-11-16T15:51:29.283Z | Downloaded parking_lot_core v0.9.8 |
920 | 2023-11-16T15:51:29.288Z | Downloaded path-dedot v3.1.0 |
921 | 2023-11-16T15:51:29.294Z | Downloaded tokio-rustls v0.24.1 |
922 | 2023-11-16T15:51:29.303Z | Downloaded parse-display v0.8.2 |
923 | 2023-11-16T15:51:29.307Z | Downloaded unicode-bidi v0.3.13 |
924 | 2023-11-16T15:51:29.310Z | Downloaded sha2 v0.10.8 |
925 | 2023-11-16T15:51:29.314Z | Downloaded pem v3.0.2 |
926 | 2023-11-16T15:51:29.317Z | Downloaded toolchain_find v0.2.0 |
927 | 2023-11-16T15:51:29.326Z | Downloaded httparse v1.8.0 |
928 | 2023-11-16T15:51:29.738Z | Downloaded tower-service v0.3.2 |
929 | 2023-11-16T15:51:29.741Z | Downloaded vsss-rs v3.3.1 |
930 | 2023-11-16T15:51:29.744Z | Downloaded topological-sort v0.2.2 |
931 | 2023-11-16T15:51:29.747Z | Downloaded string_cache v0.8.7 |
932 | 2023-11-16T15:51:29.756Z | Downloaded structopt-derive v0.4.18 |
933 | 2023-11-16T15:51:29.767Z | Downloaded tokio-macros v2.1.0 |
934 | 2023-11-16T15:51:29.772Z | Downloaded tokio-tungstenite v0.20.1 |
935 | 2023-11-16T15:51:29.776Z | Downloaded static_assertions v1.1.0 |
936 | 2023-11-16T15:51:29.779Z | Downloaded rustc-demangle v0.1.23 |
937 | 2023-11-16T15:51:29.782Z | Downloaded elliptic-curve v0.13.5 |
938 | 2023-11-16T15:51:29.785Z | Downloaded downcast v0.11.0 |
939 | 2023-11-16T15:51:29.787Z | Downloaded pin-project-internal v1.1.3 |
940 | 2023-11-16T15:51:29.790Z | Downloaded peeking_take_while v0.1.2 |
941 | 2023-11-16T15:51:29.793Z | Downloaded home v0.5.5 |
942 | 2023-11-16T15:51:29.796Z | Downloaded path-absolutize v3.1.0 |
943 | 2023-11-16T15:51:29.799Z | Downloaded time-core v0.1.1 |
944 | 2023-11-16T15:51:29.803Z | Downloaded serde_tokenstream v0.1.7 |
945 | 2023-11-16T15:51:29.810Z | Downloaded endian-type v0.1.2 |
946 | 2023-11-16T15:51:29.813Z | Downloaded thread-id v4.2.0 |
947 | 2023-11-16T15:51:29.816Z | Downloaded thiserror-no-std v2.0.2 |
948 | 2023-11-16T15:51:29.819Z | Downloaded httpdate v1.0.3 |
949 | 2023-11-16T15:51:29.822Z | Downloaded pest_meta v2.7.2 |
950 | 2023-11-16T15:51:29.825Z | Downloaded usdt-macro v0.3.5 |
951 | 2023-11-16T15:51:29.828Z | Downloaded rpassword v7.2.0 |
952 | 2023-11-16T15:51:29.830Z | Downloaded headers-core v0.2.0 |
953 | 2023-11-16T15:51:29.833Z | Downloaded serde_with_macros v2.3.3 |
954 | 2023-11-16T15:51:29.836Z | Downloaded vte v0.11.1 |
955 | 2023-11-16T15:51:29.839Z | Downloaded serde-big-array v0.4.1 |
956 | 2023-11-16T15:51:29.842Z | Downloaded tracing v0.1.37 |
957 | 2023-11-16T15:51:29.845Z | Downloaded similar-asserts v1.5.0 |
958 | 2023-11-16T15:51:29.848Z | Downloaded filetime v0.2.22 |
959 | 2023-11-16T15:51:29.851Z | Downloaded fd-lock v3.0.13 |
960 | 2023-11-16T15:51:29.853Z | Downloaded diesel_table_macro_syntax v0.1.0 |
961 | 2023-11-16T15:51:29.859Z | Downloaded partial-io v0.5.4 |
962 | 2023-11-16T15:51:29.862Z | Downloaded plotters-svg v0.3.5 |
963 | 2023-11-16T15:51:29.865Z | Downloaded slog-scope v4.4.0 |
964 | 2023-11-16T15:51:29.868Z | Downloaded wait-timeout v0.2.0 |
965 | 2023-11-16T15:51:29.871Z | Downloaded vec_map v0.8.2 |
966 | 2023-11-16T15:51:29.874Z | Downloaded precomputed-hash v0.1.1 |
967 | 2023-11-16T15:51:29.879Z | Downloaded serde-big-array v0.5.1 |
968 | 2023-11-16T15:51:29.882Z | Downloaded untrusted v0.9.0 |
969 | 2023-11-16T15:51:29.885Z | Downloaded env_logger v0.10.0 |
970 | 2023-11-16T15:51:29.887Z | Downloaded scopeguard v1.2.0 |
971 | 2023-11-16T15:51:29.890Z | Downloaded term v0.7.0 |
972 | 2023-11-16T15:51:29.893Z | Downloaded take_mut v0.2.2 |
973 | 2023-11-16T15:51:29.895Z | Downloaded phf_shared v0.10.0 |
974 | 2023-11-16T15:51:29.898Z | Downloaded usdt-attr-macro v0.3.5 |
975 | 2023-11-16T15:51:29.901Z | Downloaded url v2.4.1 |
976 | 2023-11-16T15:51:29.904Z | Downloaded smf v0.2.2 |
977 | 2023-11-16T15:51:29.907Z | Downloaded stable_deref_trait v1.2.0 |
978 | 2023-11-16T15:51:29.909Z | Downloaded toml v0.5.11 |
979 | 2023-11-16T15:51:29.912Z | Downloaded rtoolbox v0.0.1 |
980 | 2023-11-16T15:51:29.915Z | Downloaded difflib v0.4.0 |
981 | 2023-11-16T15:51:29.918Z | Downloaded signature v1.6.4 |
982 | 2023-11-16T15:51:29.921Z | Downloaded hostname v0.3.1 |
983 | 2023-11-16T15:51:29.925Z | Downloaded unicode-segmentation v1.10.1 |
984 | 2023-11-16T15:51:29.928Z | Downloaded slog-stdlog v4.1.1 |
985 | 2023-11-16T15:51:29.931Z | Downloaded http-range v0.1.5 |
986 | 2023-11-16T15:51:29.934Z | Downloaded predicates v2.1.5 |
987 | 2023-11-16T15:51:29.936Z | Downloaded dirs-sys-next v0.1.2 |
988 | 2023-11-16T15:51:29.939Z | Downloaded rstest v0.18.2 |
989 | 2023-11-16T15:51:29.942Z | Downloaded postcard-cobs v0.1.5-pre |
990 | 2023-11-16T15:51:29.944Z | Downloaded form_urlencoded v1.2.0 |
991 | 2023-11-16T15:51:29.947Z | Downloaded futures-executor v0.3.29 |
992 | 2023-11-16T15:51:29.950Z | Downloaded tokio-postgres v0.7.10 |
993 | 2023-11-16T15:51:29.953Z | Downloaded same-file v1.0.6 |
994 | 2023-11-16T15:51:29.955Z | Downloaded digest v0.10.7 |
995 | 2023-11-16T15:51:29.959Z | Downloaded unicode-xid v0.2.4 |
996 | 2023-11-16T15:51:29.962Z | Downloaded tungstenite v0.20.1 |
997 | 2023-11-16T15:51:29.964Z | Downloaded unicode-linebreak v0.1.5 |
998 | 2023-11-16T15:51:29.967Z | Downloaded postgres-protocol v0.6.6 |
999 | 2023-11-16T15:51:29.970Z | Downloaded textwrap v0.11.0 |
1000 | 2023-11-16T15:51:29.973Z | Downloaded tiny-keccak v2.0.2 |
1001 | 2023-11-16T15:51:29.976Z | Downloaded predicates-tree v1.0.9 |
1002 | 2023-11-16T15:51:29.980Z | Downloaded http v0.2.9 |
1003 | 2023-11-16T15:51:29.982Z | Downloaded clap v2.34.0 |
1004 | 2023-11-16T15:51:29.985Z | Downloaded ron v0.8.1 |
1005 | 2023-11-16T15:51:29.988Z | Downloaded futures-task v0.3.29 |
1006 | 2023-11-16T15:51:29.991Z | Downloaded hashbrown v0.12.3 |
1007 | 2023-11-16T15:51:29.994Z | Downloaded rust-argon2 v1.0.1 |
1008 | 2023-11-16T15:51:29.996Z | Downloaded derive-where v1.2.5 |
1009 | 2023-11-16T15:51:29.999Z | Downloaded diesel_derives v2.1.1 |
1010 | 2023-11-16T15:51:30.002Z | Downloaded rstest_macros v0.18.2 |
1011 | 2023-11-16T15:51:30.005Z | Downloaded regex-automata v0.1.10 |
1012 | 2023-11-16T15:51:30.008Z | Downloaded tracing-core v0.1.31 |
1013 | 2023-11-16T15:51:30.011Z | Downloaded tungstenite v0.18.0 |
1014 | 2023-11-16T15:51:30.014Z | Downloaded salty v0.2.0 |
1015 | 2023-11-16T15:51:30.017Z | Downloaded futures-util v0.3.29 |
1016 | 2023-11-16T15:51:30.020Z | Downloaded pretty_assertions v1.4.0 |
1017 | 2023-11-16T15:51:30.023Z | Downloaded x509-cert v0.2.4 |
1018 | 2023-11-16T15:51:30.026Z | Downloaded der v0.7.8 |
1019 | 2023-11-16T15:51:30.029Z | Downloaded steno v0.4.0 |
1020 | 2023-11-16T15:51:30.032Z | Downloaded heapless v0.7.16 |
1021 | 2023-11-16T15:51:30.035Z | Downloaded tough v0.14.0 |
1022 | 2023-11-16T15:51:30.038Z | Downloaded chrono v0.4.31 |
1023 | 2023-11-16T15:51:30.042Z | Downloaded expectorate v1.1.0 |
1024 | 2023-11-16T15:51:30.045Z | Downloaded unicode-normalization v0.1.22 |
1025 | 2023-11-16T15:51:30.048Z | Downloaded rayon v1.8.0 |
1026 | 2023-11-16T15:51:30.050Z | Downloaded quick-xml v0.23.1 |
1027 | 2023-11-16T15:51:30.053Z | Downloaded rustls-webpki v0.101.7 |
1028 | 2023-11-16T15:51:30.056Z | Downloaded webpki-roots v0.25.2 |
1029 | 2023-11-16T15:51:30.059Z | Downloaded petgraph v0.6.4 |
1030 | 2023-11-16T15:51:30.061Z | Downloaded smoltcp v0.8.2 |
1031 | 2023-11-16T15:51:30.064Z | Downloaded vcpkg v0.2.15 |
1032 | 2023-11-16T15:51:30.067Z | Downloaded regex v1.10.2 |
1033 | 2023-11-16T15:51:30.070Z | Downloaded openapiv3 v1.0.3 |
1034 | 2023-11-16T15:51:30.072Z | Downloaded regex-syntax v0.6.29 |
1035 | 2023-11-16T15:51:30.075Z | Downloaded openapiv3 v2.0.0-rc.1 |
1036 | 2023-11-16T15:51:30.078Z | Downloaded smoltcp v0.9.1 |
1037 | 2023-11-16T15:51:30.081Z | Downloaded regex-syntax v0.8.2 |
1038 | 2023-11-16T15:51:30.084Z | Downloaded trust-dns-proto v0.22.0 |
1039 | 2023-11-16T15:51:30.099Z | Downloaded rustix v0.38.9 |
1040 | 2023-11-16T15:51:30.139Z | Downloaded tokio v1.33.0 |
1041 | 2023-11-16T15:51:30.207Z | Downloaded zerocopy-derive v0.6.4 |
1042 | 2023-11-16T15:51:30.227Z | Downloaded sled v0.34.7 |
1043 | 2023-11-16T15:51:30.248Z | Downloaded encoding_rs v0.8.33 |
1044 | 2023-11-16T15:51:30.293Z | Downloaded regex-automata v0.4.3 |
1045 | 2023-11-16T15:51:30.326Z | Downloaded sha3 v0.10.8 |
1046 | 2023-11-16T15:51:30.338Z | Downloaded regex-automata v0.3.8 |
1047 | 2023-11-16T15:51:30.371Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1048 | 2023-11-16T15:51:30.396Z | Downloaded diesel v2.1.3 |
1049 | 2023-11-16T15:51:30.429Z | Downloaded rustls v0.21.8 |
1050 | 2023-11-16T15:51:30.454Z | Downloaded regex-syntax v0.7.5 |
1051 | 2023-11-16T15:51:30.470Z | Downloaded bstr v1.6.0 |
1052 | 2023-11-16T15:51:30.491Z | Downloaded zerocopy-derive v0.2.0 |
1053 | 2023-11-16T15:51:30.509Z | Downloaded ratatui v0.23.0 |
1054 | 2023-11-16T15:51:30.530Z | Downloaded bstr v0.2.17 |
1055 | 2023-11-16T15:51:30.552Z | Downloaded tabled v0.14.0 |
1056 | 2023-11-16T15:51:30.581Z | Downloaded polar-core v0.27.0 |
1057 | 2023-11-16T15:51:30.596Z | Downloaded proptest v1.3.1 |
1058 | 2023-11-16T15:51:30.615Z | Downloaded radix_trie v0.2.1 |
1059 | 2023-11-16T15:51:30.626Z | Downloaded ring v0.17.5 |
1060 | 2023-11-16T15:51:30.759Z | Downloaded ring v0.16.20 |
1061 | 2023-11-16T15:51:30.920Z | Downloaded gimli v0.28.0 |
1062 | 2023-11-16T15:51:30.935Z | Downloaded object v0.32.1 |
1063 | 2023-11-16T15:51:30.953Z | Downloaded curve25519-dalek v4.1.0 |
1064 | 2023-11-16T15:51:30.969Z | Downloaded idna v0.4.0 |
1065 | 2023-11-16T15:51:30.981Z | Downloaded idna v0.2.3 |
1066 | 2023-11-16T15:51:30.993Z | Downloaded openssl v0.10.57 |
1067 | 2023-11-16T15:51:31.010Z | Downloaded regress v0.7.1 |
1068 | 2023-11-16T15:51:31.023Z | Downloaded h2 v0.3.21 |
1069 | 2023-11-16T15:51:31.035Z | Downloaded hyper v0.14.27 |
1070 | 2023-11-16T15:51:31.048Z | Downloaded syn v1.0.109 |
1071 | 2023-11-16T15:51:31.067Z | Downloaded lalrpop v0.19.12 |
1072 | 2023-11-16T15:51:31.086Z | Downloaded bindgen v0.65.1 |
1073 | 2023-11-16T15:51:31.104Z | Downloaded plotters v0.3.5 |
1074 | 2023-11-16T15:51:31.517Z | Downloaded hkdf v0.12.3 |
1075 | 2023-11-16T15:51:31.520Z | Downloaded object v0.30.4 |
1076 | 2023-11-16T15:51:31.523Z | Downloaded reqwest v0.11.22 |
1077 | 2023-11-16T15:51:31.526Z | Downloaded hashbrown v0.13.2 |
1078 | 2023-11-16T15:51:31.529Z | Downloaded tokio-util v0.7.10 |
1079 | 2023-11-16T15:51:31.533Z | Downloaded portable-atomic v1.4.3 |
1080 | 2023-11-16T15:51:31.535Z | Downloaded pest v2.7.2 |
1081 | 2023-11-16T15:51:31.540Z | Downloaded serde_with v2.3.3 |
1082 | 2023-11-16T15:51:31.545Z | Downloaded headers v0.3.9 |
1083 | 2023-11-16T15:51:31.548Z | Downloaded snafu v0.7.5 |
1084 | 2023-11-16T15:51:31.551Z | Downloaded rsa v0.9.2 |
1085 | 2023-11-16T15:51:31.555Z | Downloaded trust-dns-resolver v0.22.0 |
1086 | 2023-11-16T15:51:31.560Z | Downloaded slog v2.7.0 |
1087 | 2023-11-16T15:51:31.564Z | Downloaded reedline v0.25.0 |
1088 | 2023-11-16T15:51:31.567Z | Downloaded aho-corasick v1.0.4 |
1089 | 2023-11-16T15:51:31.570Z | Downloaded untrusted v0.7.1 |
1090 | 2023-11-16T15:51:31.574Z | Downloaded trust-dns-client v0.22.0 |
1091 | 2023-11-16T15:51:31.579Z | Downloaded rand v0.8.5 |
1092 | 2023-11-16T15:51:31.584Z | Downloaded rand v0.4.6 |
1093 | 2023-11-16T15:51:31.591Z | Downloaded futures-io v0.3.29 |
1094 | 2023-11-16T15:51:31.598Z | Downloaded structmeta-derive v0.2.0 |
1095 | 2023-11-16T15:51:31.606Z | Downloaded unsafe-libyaml v0.2.9 |
1096 | 2023-11-16T15:51:31.613Z | Downloaded rayon-core v1.12.0 |
1097 | 2023-11-16T15:51:31.620Z | Downloaded futures-sink v0.3.29 |
1098 | 2023-11-16T15:51:31.625Z | Downloaded futures-macro v0.3.29 |
1099 | 2023-11-16T15:51:31.630Z | Downloaded serde_tokenstream v0.2.0 |
1100 | 2023-11-16T15:51:31.638Z | Downloaded snafu-derive v0.7.5 |
1101 | 2023-11-16T15:51:31.645Z | Downloaded poly1305 v0.8.0 |
1102 | 2023-11-16T15:51:31.652Z | Downloaded hmac v0.12.1 |
1103 | 2023-11-16T15:51:31.660Z | Downloaded tui-tree-widget v0.13.0 |
1104 | 2023-11-16T15:51:31.665Z | Downloaded dirs-next v2.0.0 |
1105 | 2023-11-16T15:51:31.668Z | Downloaded textwrap v0.16.0 |
1106 | 2023-11-16T15:51:31.671Z | Downloaded libxml v0.3.3 |
1107 | 2023-11-16T15:51:31.674Z | Downloaded crossterm v0.27.0 |
1108 | 2023-11-16T15:51:31.677Z | Downloaded tabled_derive v0.6.0 |
1109 | 2023-11-16T15:51:31.679Z | Downloaded platforms v3.0.2 |
1110 | 2023-11-16T15:51:31.683Z | Downloaded deranged v0.3.8 |
1111 | 2023-11-16T15:51:31.686Z | Downloaded time-macros v0.2.13 |
1112 | 2023-11-16T15:51:31.689Z | Downloaded fragile v2.0.0 |
1113 | 2023-11-16T15:51:31.692Z | Downloaded pin-project-lite v0.2.13 |
1114 | 2023-11-16T15:51:31.697Z | Downloaded subprocess v0.2.9 |
1115 | 2023-11-16T15:51:31.700Z | Downloaded wyz v0.5.1 |
1116 | 2023-11-16T15:51:31.719Z | Downloaded secrecy v0.8.0 |
1117 | 2023-11-16T15:51:31.722Z | Downloaded itertools v0.11.0 |
1118 | 2023-11-16T15:51:31.729Z | Downloaded slog-bunyan v2.4.0 |
1119 | 2023-11-16T15:51:31.732Z | Downloaded rustls-native-certs v0.6.3 |
1120 | 2023-11-16T15:51:31.735Z | Downloaded proc-macro-error v1.0.4 |
1121 | 2023-11-16T15:51:31.739Z | Downloaded ena v0.14.2 |
1122 | 2023-11-16T15:51:31.744Z | Downloaded prettyplease v0.2.12 |
1123 | 2023-11-16T15:51:31.747Z | Downloaded toml_edit v0.19.15 |
1124 | 2023-11-16T15:51:31.750Z | Downloaded flate2 v1.0.28 |
1125 | 2023-11-16T15:51:31.755Z | Downloaded nom v7.1.3 |
1126 | 2023-11-16T15:51:31.759Z | Downloaded hyper-rustls v0.24.2 |
1127 | 2023-11-16T15:51:31.761Z | Downloaded structmeta v0.2.0 |
1128 | 2023-11-16T15:51:31.764Z | Downloaded spki v0.7.2 |
1129 | 2023-11-16T15:51:31.767Z | Downloaded slog-term v2.9.0 |
1130 | 2023-11-16T15:51:31.770Z | Downloaded time v0.3.27 |
1131 | 2023-11-16T15:51:31.773Z | Downloaded pin-utils v0.1.0 |
1132 | 2023-11-16T15:51:31.779Z | Downloaded stringprep v0.1.3 |
1133 | 2023-11-16T15:51:31.782Z | Downloaded rustc_version v0.4.0 |
1134 | 2023-11-16T15:51:31.785Z | Downloaded rustls-pemfile v1.0.3 |
1135 | 2023-11-16T15:51:31.788Z | Downloaded derive_more v0.99.17 |
1136 | 2023-11-16T15:51:31.791Z | Downloaded futures v0.3.29 |
1137 | 2023-11-16T15:51:31.797Z | Downloaded uuid v1.5.0 |
1138 | 2023-11-16T15:51:31.800Z | Downloaded structopt v0.3.26 |
1139 | 2023-11-16T15:51:31.803Z | Downloaded itertools v0.10.5 |
1140 | 2023-11-16T15:51:31.806Z | Downloaded num-bigint-dig v0.8.4 |
1141 | 2023-11-16T15:51:31.810Z | Downloaded libm v0.2.7 |
1142 | 2023-11-16T15:51:31.813Z | Downloaded socket2 v0.4.9 |
1143 | 2023-11-16T15:51:31.816Z | Downloaded derive_builder_core v0.12.0 |
1144 | 2023-11-16T15:51:31.819Z | Downloaded flume v0.11.0 |
1145 | 2023-11-16T15:51:31.822Z | Downloaded slog-json v2.6.1 |
1146 | 2023-11-16T15:51:31.828Z | Downloaded usdt v0.3.5 |
1147 | 2023-11-16T15:51:31.831Z | Downloaded rand_core v0.6.4 |
1148 | 2023-11-16T15:51:31.834Z | Downloaded predicates-core v1.0.6 |
1149 | 2023-11-16T15:51:31.838Z | Downloaded parse-display-derive v0.8.2 |
1150 | 2023-11-16T15:51:31.842Z | Downloaded enum-as-inner v0.5.1 |
1151 | 2023-11-16T15:51:31.846Z | Downloaded ff v0.13.0 |
1152 | 2023-11-16T15:51:31.849Z | Downloaded serde-hex v0.1.0 |
1153 | 2023-11-16T15:51:31.853Z | Downloaded password-hash v0.5.0 |
1154 | 2023-11-16T15:51:31.856Z | Downloaded serde_derive_internals v0.26.0 |
1155 | 2023-11-16T15:51:31.859Z | Downloaded bitvec v1.0.1 |
1156 | 2023-11-16T15:51:31.864Z | Downloaded hubpack v0.1.2 |
1157 | 2023-11-16T15:51:31.867Z | Downloaded percent-encoding v2.3.0 |
1158 | 2023-11-16T15:51:31.870Z | Downloaded which v4.4.0 |
1159 | 2023-11-16T15:51:31.874Z | Downloaded tempfile v3.8.0 |
1160 | 2023-11-16T15:51:31.876Z | Downloaded trust-dns-server v0.22.1 |
1161 | 2023-11-16T15:51:31.880Z | Downloaded fatfs v0.3.6 |
1162 | 2023-11-16T15:51:31.883Z | Downloaded scheduled-thread-pool v0.2.7 |
1163 | 2023-11-16T15:51:31.886Z | Downloaded debug-ignore v1.0.5 |
1164 | 2023-11-16T15:51:31.889Z | Downloaded pest_generator v2.7.2 |
1165 | 2023-11-16T15:51:31.892Z | Downloaded hex-literal v0.4.1 |
1166 | 2023-11-16T15:51:31.896Z | Downloaded glob v0.3.1 |
1167 | 2023-11-16T15:51:31.899Z | Downloaded backtrace v0.3.69 |
1168 | 2023-11-16T15:51:31.902Z | Downloaded tinytemplate v1.2.1 |
1169 | 2023-11-16T15:51:31.905Z | Downloaded strum_macros v0.25.2 |
1170 | 2023-11-16T15:51:31.908Z | Downloaded radium v0.7.0 |
1171 | 2023-11-16T15:51:31.912Z | Downloaded proc-macro-error-attr v1.0.4 |
1172 | 2023-11-16T15:51:31.914Z | Downloaded hex v0.4.3 |
1173 | 2023-11-16T15:51:31.918Z | Downloaded postgres-types v0.2.6 |
1174 | 2023-11-16T15:51:31.922Z | Downloaded version_check v0.9.4 |
1175 | 2023-11-16T15:51:31.925Z | Downloaded tokio-tungstenite v0.18.0 |
1176 | 2023-11-16T15:51:31.928Z | Downloaded group v0.13.0 |
1177 | 2023-11-16T15:51:31.933Z | Downloaded rand_chacha v0.3.1 |
1178 | 2023-11-16T15:51:31.936Z | Downloaded rand_xorshift v0.3.0 |
1179 | 2023-11-16T15:51:31.939Z | Downloaded thiserror-impl-no-std v2.0.2 |
1180 | 2023-11-16T15:51:31.944Z | Downloaded serde_yaml v0.9.25 |
1181 | 2023-11-16T15:51:31.947Z | Downloaded postcard v0.7.3 |
1182 | 2023-11-16T15:51:31.950Z | Downloaded pem-rfc7468 v0.7.0 |
1183 | 2023-11-16T15:51:31.953Z | Downloaded httptest v0.15.5 |
1184 | 2023-11-16T15:51:31.956Z | Downloaded ucd-trie v0.1.6 |
1185 | 2023-11-16T15:51:31.960Z | Downloaded subtle v2.5.0 |
1186 | 2023-11-16T15:51:31.963Z | Downloaded semver v0.1.20 |
1187 | 2023-11-16T15:51:31.966Z | Downloaded utf-8 v0.7.6 |
1188 | 2023-11-16T15:51:31.970Z | Downloaded float-cmp v0.9.0 |
1189 | 2023-11-16T15:51:31.973Z | Downloaded thread_local v1.1.7 |
1190 | 2023-11-16T15:51:31.976Z | Downloaded hubpack_derive v0.1.1 |
1191 | 2023-11-16T15:51:31.981Z | Downloaded globset v0.4.13 |
1192 | 2023-11-16T15:51:31.984Z | Downloaded zip v0.6.6 |
1193 | 2023-11-16T15:51:31.987Z | Downloaded doc-comment v0.3.3 |
1194 | 2023-11-16T15:51:31.990Z | Downloaded heck v0.3.3 |
1195 | 2023-11-16T15:51:31.993Z | Downloaded getrandom v0.2.10 |
1196 | 2023-11-16T15:51:31.998Z | Downloaded pest_derive v2.7.2 |
1197 | 2023-11-16T15:51:32.002Z | Downloaded num-bigint v0.4.4 |
1198 | 2023-11-16T15:51:32.005Z | Downloaded half v1.8.2 |
1199 | 2023-11-16T15:51:32.008Z | Downloaded minimal-lexical v0.2.1 |
1200 | 2023-11-16T15:51:32.011Z | Downloaded rcgen v0.11.3 |
1201 | 2023-11-16T15:51:32.014Z | Downloaded similar v2.2.1 |
1202 | 2023-11-16T15:51:32.017Z | Downloaded pin-project v1.1.3 |
1203 | 2023-11-16T15:51:32.019Z | Downloaded base64 v0.21.5 |
1204 | 2023-11-16T15:51:32.022Z | Downloaded diff v0.1.13 |
1205 | 2023-11-16T15:51:32.025Z | Downloaded futures-channel v0.3.29 |
1206 | 2023-11-16T15:51:32.028Z | Downloaded tokio-native-tls v0.3.1 |
1207 | 2023-11-16T15:51:32.031Z | Downloaded typenum v1.16.0 |
1208 | 2023-11-16T15:51:32.034Z | Downloaded ppv-lite86 v0.2.17 |
1209 | 2023-11-16T15:51:32.036Z | Downloaded usdt-impl v0.3.5 |
1210 | 2023-11-16T15:51:32.042Z | Downloaded slog-async v2.8.0 |
1211 | 2023-11-16T15:51:32.044Z | Downloaded proc-macro-crate v1.3.1 |
1212 | 2023-11-16T15:51:32.047Z | Downloaded predicates v3.0.4 |
1213 | 2023-11-16T15:51:32.050Z | Downloaded http-body v0.4.5 |
1214 | 2023-11-16T15:51:32.053Z | Downloaded highway v1.1.0 |
1215 | 2023-11-16T15:51:32.057Z | Downloaded zerocopy v0.6.4 |
1216 | 2023-11-16T15:51:32.060Z | Downloaded pem v1.1.1 |
1217 | 2023-11-16T15:51:32.063Z | Downloaded paste v1.0.14 |
1218 | 2023-11-16T15:51:32.068Z | Downloaded humantime v2.1.0 |
1219 | 2023-11-16T15:51:32.075Z | Downloaded fs-err v2.9.0 |
1220 | 2023-11-16T15:51:32.087Z | Downloaded pkcs1 v0.7.5 |
1221 | 2023-11-16T15:51:32.098Z | Downloaded mockall_derive v0.11.4 |
1222 | 2023-11-16T15:51:32.104Z | Downloaded fixedbitset v0.4.2 |
1223 | 2023-11-16T15:51:32.107Z | Downloaded tokio-stream v0.1.14 |
1224 | 2023-11-16T15:51:32.110Z | Downloaded r2d2 v0.8.10 |
1225 | 2023-11-16T15:51:32.112Z | Downloaded base64 v0.13.1 |
1226 | 2023-11-16T15:51:32.115Z | Downloaded indicatif v0.17.7 |
1227 | 2023-11-16T15:51:32.118Z | Downloaded crypto-bigint v0.5.2 |
1228 | 2023-11-16T15:51:32.121Z | Downloaded mio v0.8.8 |
1229 | 2023-11-16T15:51:32.123Z | Downloaded pkcs8 v0.10.2 |
1230 | 2023-11-16T15:51:32.127Z | Downloaded futures-core v0.3.29 |
1231 | 2023-11-16T15:51:32.130Z | Downloaded fastrand v2.0.0 |
1232 | 2023-11-16T15:51:32.133Z | Downloaded fnv v1.0.7 |
1233 | 2023-11-16T15:51:32.136Z | Downloaded foreign-types-shared v0.3.1 |
1234 | 2023-11-16T15:51:32.139Z | Downloaded openssl-sys v0.9.93 |
1235 | 2023-11-16T15:51:32.141Z | Downloaded phf v0.11.2 |
1236 | 2023-11-16T15:51:32.144Z | Downloaded toml v0.7.8 |
1237 | 2023-11-16T15:51:32.147Z | Downloaded foreign-types v0.3.2 |
1238 | 2023-11-16T15:51:32.150Z | Downloaded signature v2.1.0 |
1239 | 2023-11-16T15:51:32.152Z | Downloaded quick-error v1.2.3 |
1240 | 2023-11-16T15:51:32.155Z | Downloaded universal-hash v0.5.1 |
1241 | 2023-11-16T15:51:32.158Z | Downloaded crossbeam-channel v0.5.8 |
1242 | 2023-11-16T15:51:32.161Z | Downloaded walkdir v2.4.0 |
1243 | 2023-11-16T15:51:32.164Z | Downloaded relative-path v1.9.0 |
1244 | 2023-11-16T15:51:32.166Z | Downloaded supports-color v2.1.0 |
1245 | 2023-11-16T15:51:32.169Z | Downloaded miniz_oxide v0.7.1 |
1246 | 2023-11-16T15:51:32.172Z | Downloaded rustc_version v0.1.7 |
1247 | 2023-11-16T15:51:32.175Z | Downloaded tinyvec v1.6.0 |
1248 | 2023-11-16T15:51:32.178Z | Downloaded papergrid v0.10.0 |
1249 | 2023-11-16T15:51:32.180Z | Downloaded funty v2.0.0 |
1250 | 2023-11-16T15:51:32.183Z | Downloaded termcolor v1.2.0 |
1251 | 2023-11-16T15:51:32.186Z | Downloaded tempdir v0.3.7 |
1252 | 2023-11-16T15:51:32.189Z | Downloaded resolv-conf v0.7.0 |
1253 | 2023-11-16T15:51:32.191Z | Downloaded num-traits v0.2.16 |
1254 | 2023-11-16T15:51:32.194Z | Downloaded unicode-width v0.1.11 |
1255 | 2023-11-16T15:51:32.197Z | Downloaded pkg-config v0.3.27 |
1256 | 2023-11-16T15:51:32.200Z | Downloaded arc-swap v1.6.0 |
1257 | 2023-11-16T15:51:32.203Z | Downloaded yasna v0.5.2 |
1258 | 2023-11-16T15:51:32.206Z | Downloaded test-strategy v0.3.1 |
1259 | 2023-11-16T15:51:32.209Z | Downloaded tar v0.4.40 |
1260 | 2023-11-16T15:51:32.212Z | Downloaded bytes v1.5.0 |
1261 | 2023-11-16T15:51:32.218Z | Downloaded derive_builder v0.12.0 |
1262 | 2023-11-16T15:51:32.228Z | Downloaded socket2 v0.5.4 |
1263 | 2023-11-16T15:51:32.231Z | Downloaded signal-hook v0.3.17 |
1264 | 2023-11-16T15:51:32.234Z | Downloaded fallible-iterator v0.2.0 |
1265 | 2023-11-16T15:51:32.260Z | Downloaded dof v0.1.5 |
1266 | 2023-11-16T15:51:32.263Z | Downloaded display-error-chain v0.2.0 |
1267 | 2023-11-16T15:51:32.266Z | Downloaded synstructure v0.12.6 |
1268 | 2023-11-16T15:51:32.269Z | Downloaded either v1.9.0 |
1269 | 2023-11-16T15:51:32.271Z | Downloaded ed25519 v1.5.3 |
1270 | 2023-11-16T15:51:32.274Z | Downloaded dyn-clone v1.0.13 |
1271 | 2023-11-16T15:51:32.277Z | Downloaded foreign-types-shared v0.1.1 |
1272 | 2023-11-16T15:51:32.280Z | Downloaded foreign-types-macros v0.2.3 |
1273 | 2023-11-16T15:51:32.283Z | Downloaded foreign-types v0.5.0 |
1274 | 2023-11-16T15:51:32.286Z | Downloaded unarray v0.1.4 |
1275 | 2023-11-16T15:51:32.289Z | Downloaded remove_dir_all v0.5.3 |
1276 | 2023-11-16T15:51:32.292Z | Downloaded blake2b_simd v1.0.1 |
1277 | 2023-11-16T15:51:32.294Z | Downloaded dashmap v5.5.1 |
1278 | 2023-11-16T15:51:32.297Z | Downloaded spin v0.9.8 |
1279 | 2023-11-16T15:51:32.301Z | Downloaded smawk v0.3.1 |
1280 | 2023-11-16T15:51:32.304Z | Downloaded smallvec v1.11.0 |
1281 | 2023-11-16T15:51:32.306Z | Downloaded schemars v0.8.13 |
1282 | 2023-11-16T15:51:32.311Z | Downloaded yansi v0.5.1 |
1283 | 2023-11-16T15:51:32.314Z | Downloaded whoami v1.4.1 |
1284 | 2023-11-16T15:51:32.317Z | Downloaded darling_core v0.20.3 |
1285 | 2023-11-16T15:51:32.319Z | Downloaded unicase v2.7.0 |
1286 | 2023-11-16T15:51:32.322Z | Downloaded trybuild v1.0.85 |
1287 | 2023-11-16T15:51:32.325Z | Downloaded indexmap v1.9.3 |
1288 | 2023-11-16T15:51:32.328Z | Downloaded rustversion v1.0.14 |
1289 | 2023-11-16T15:51:32.331Z | Downloaded plotters-backend v0.3.5 |
1290 | 2023-11-16T15:51:32.333Z | Downloaded termios v0.3.3 |
1291 | 2023-11-16T15:51:32.336Z | Downloaded tap v1.0.1 |
1292 | 2023-11-16T15:51:32.339Z | Downloaded native-tls v0.2.11 |
1293 | 2023-11-16T15:51:32.342Z | Downloaded mime_guess v2.0.4 |
1294 | 2023-11-16T15:51:32.345Z | Downloaded log v0.4.20 |
1295 | 2023-11-16T15:51:32.348Z | Downloaded bitfield v0.14.0 |
1296 | 2023-11-16T15:51:32.351Z | Downloaded backoff v0.4.0 |
1297 | 2023-11-16T15:51:32.353Z | Downloaded bitflags v2.4.0 |
1298 | 2023-11-16T15:51:32.356Z | Downloaded assert_cmd v2.0.12 |
1299 | 2023-11-16T15:51:32.359Z | Downloaded datatest-stable v0.2.3 |
1300 | 2023-11-16T15:51:32.363Z | Downloaded addr2line v0.21.0 |
1301 | 2023-11-16T15:51:32.366Z | Downloaded arrayref v0.3.7 |
1302 | 2023-11-16T15:51:32.368Z | Downloaded ansi_term v0.12.1 |
1303 | 2023-11-16T15:51:32.371Z | Downloaded semver v0.11.0 |
1304 | 2023-11-16T15:51:32.374Z | Downloaded multer v2.1.0 |
1305 | 2023-11-16T15:51:32.377Z | Downloaded parking_lot_core v0.8.6 |
1306 | 2023-11-16T15:51:32.380Z | Downloaded darling_core v0.14.4 |
1307 | 2023-11-16T15:51:32.383Z | Downloaded zeroize_derive v1.4.2 |
1308 | 2023-11-16T15:51:32.386Z | Downloaded zeroize v1.6.0 |
1309 | 2023-11-16T15:51:32.389Z | Downloaded oso v0.27.0 |
1310 | 2023-11-16T15:51:32.392Z | Downloaded base64ct v1.6.0 |
1311 | 2023-11-16T15:51:32.396Z | Downloaded ahash v0.8.3 |
1312 | 2023-11-16T15:51:32.399Z | Downloaded strum v0.25.0 |
1313 | 2023-11-16T15:51:32.401Z | Downloaded spin v0.5.2 |
1314 | 2023-11-16T15:51:32.404Z | Downloaded slog-dtrace v0.2.3 |
1315 | 2023-11-16T15:51:32.407Z | Downloaded rusty-fork v0.3.0 |
1316 | 2023-11-16T15:51:32.410Z | Downloaded libefi-sys v0.1.0 |
1317 | 2023-11-16T15:51:32.413Z | Downloaded crossbeam-utils v0.8.16 |
1318 | 2023-11-16T15:51:32.416Z | Downloaded derive_builder_macro v0.12.0 |
1319 | 2023-11-16T15:51:32.418Z | Downloaded zerocopy v0.3.0 |
1320 | 2023-11-16T15:51:32.422Z | Downloaded waitgroup v0.1.2 |
1321 | 2023-11-16T15:51:32.424Z | Downloaded strip-ansi-escapes v0.2.0 |
1322 | 2023-11-16T15:51:32.427Z | Downloaded slog-envlogger v2.2.0 |
1323 | 2023-11-16T15:51:32.430Z | Downloaded slab v0.4.9 |
1324 | 2023-11-16T15:51:32.432Z | Downloaded serde_repr v0.1.16 |
1325 | 2023-11-16T15:51:32.435Z | Downloaded num v0.4.1 |
1326 | 2023-11-16T15:51:32.438Z | Downloaded bzip2 v0.4.4 |
1327 | 2023-11-16T15:51:32.440Z | Downloaded smallvec v0.6.14 |
1328 | 2023-11-16T15:51:32.445Z | Downloaded siphasher v0.3.11 |
1329 | 2023-11-16T15:51:32.447Z | Downloaded serde_plain v1.0.2 |
1330 | 2023-11-16T15:51:32.450Z | Downloaded serde_path_to_error v0.1.14 |
1331 | 2023-11-16T15:51:32.453Z | Downloaded num_cpus v1.16.0 |
1332 | 2023-11-16T15:51:32.456Z | Downloaded num-rational v0.4.1 |
1333 | 2023-11-16T15:51:32.459Z | Downloaded num-integer v0.1.45 |
1334 | 2023-11-16T15:51:32.461Z | Downloaded nanorand v0.7.0 |
1335 | 2023-11-16T15:51:32.464Z | Downloaded memoffset v0.9.0 |
1336 | 2023-11-16T15:51:32.467Z | Downloaded maybe-uninit v2.0.0 |
1337 | 2023-11-16T15:51:32.470Z | Downloaded lalrpop-util v0.19.12 |
1338 | 2023-11-16T15:51:32.473Z | Downloaded ipnet v2.8.0 |
1339 | 2023-11-16T15:51:32.475Z | Downloaded serial_test v0.10.0 |
1340 | 2023-11-16T15:51:32.478Z | Downloaded semver-parser v0.10.2 |
1341 | 2023-11-16T15:51:32.481Z | Downloaded darling_macro v0.14.4 |
1342 | 2023-11-16T15:51:32.484Z | Downloaded zone_cfg_derive v0.3.0 |
1343 | 2023-11-16T15:51:32.487Z | Downloaded try-lock v0.2.4 |
1344 | 2023-11-16T15:51:32.489Z | Downloaded threadpool v1.8.1 |
1345 | 2023-11-16T15:51:32.492Z | Downloaded kstat-rs v0.2.3 |
1346 | 2023-11-16T15:51:32.495Z | Downloaded num_enum v0.5.11 |
1347 | 2023-11-16T15:51:32.509Z | Downloaded num-derive v0.4.0 |
1348 | 2023-11-16T15:51:32.515Z | Downloaded darling v0.14.4 |
1349 | 2023-11-16T15:51:32.518Z | Downloaded arrayvec v0.7.4 |
1350 | 2023-11-16T15:51:32.521Z | Downloaded ascii-canvas v3.0.0 |
1351 | 2023-11-16T15:51:32.531Z | Downloaded argon2 v0.5.2 |
1352 | 2023-11-16T15:51:32.534Z | Downloaded lazy_static v1.4.0 |
1353 | 2023-11-16T15:51:32.537Z | Downloaded crossbeam-queue v0.3.8 |
1354 | 2023-11-16T15:51:32.539Z | Downloaded lru-cache v0.1.2 |
1355 | 2023-11-16T15:51:32.542Z | Downloaded termtree v0.4.1 |
1356 | 2023-11-16T15:51:32.545Z | Downloaded swrite v0.1.0 |
1357 | 2023-11-16T15:51:32.548Z | Downloaded signal-hook-mio v0.2.3 |
1358 | 2023-11-16T15:51:32.551Z | Downloaded bb8 v0.8.1 |
1359 | 2023-11-16T15:51:32.553Z | Downloaded is-terminal v0.4.9 |
1360 | 2023-11-16T15:51:32.556Z | Downloaded convert_case v0.4.0 |
1361 | 2023-11-16T15:51:32.559Z | Downloaded ciborium-ll v0.2.1 |
1362 | 2023-11-16T15:51:32.562Z | Downloaded shlex v1.1.0 |
1363 | 2023-11-16T15:51:32.565Z | Downloaded serial_test_derive v0.10.0 |
1364 | 2023-11-16T15:51:32.568Z | Downloaded owo-colors v3.5.0 |
1365 | 2023-11-16T15:51:32.571Z | Downloaded crossbeam v0.8.2 |
1366 | 2023-11-16T15:51:32.573Z | Downloaded number_prefix v0.4.0 |
1367 | 2023-11-16T15:51:32.576Z | Downloaded openssl-macros v0.1.1 |
1368 | 2023-11-16T15:51:32.579Z | Downloaded olpc-cjson v0.1.3 |
1369 | 2023-11-16T15:51:32.581Z | Downloaded nodrop v0.1.14 |
1370 | 2023-11-16T15:51:32.584Z | Downloaded normalize-line-endings v0.3.0 |
1371 | 2023-11-16T15:51:32.587Z | Downloaded base16ct v0.2.0 |
1372 | 2023-11-16T15:51:32.589Z | Downloaded adler v1.0.2 |
1373 | 2023-11-16T15:51:32.592Z | Downloaded anes v0.1.6 |
1374 | 2023-11-16T15:51:32.595Z | Downloaded inout v0.1.3 |
1375 | 2023-11-16T15:51:32.598Z | Downloaded bit-vec v0.6.3 |
1376 | 2023-11-16T15:51:32.600Z | Downloaded cexpr v0.6.0 |
1377 | 2023-11-16T15:51:32.603Z | Downloaded chacha20 v0.9.1 |
1378 | 2023-11-16T15:51:32.606Z | Downloaded num-iter v0.1.43 |
1379 | 2023-11-16T15:51:32.609Z | Downloaded impl-trait-for-tuples v0.2.2 |
1380 | 2023-11-16T15:51:32.612Z | Downloaded curve25519-dalek-derive v0.1.0 |
1381 | 2023-11-16T15:51:32.615Z | Downloaded libsw v3.3.0 |
1382 | 2023-11-16T15:51:32.618Z | Downloaded byteorder v1.5.0 |
1383 | 2023-11-16T15:51:32.621Z | Downloaded autocfg v1.1.0 |
1384 | 2023-11-16T15:51:32.628Z | Downloaded bytecount v0.6.3 |
1385 | 2023-11-16T15:51:32.631Z | Downloaded parking_lot v0.11.2 |
1386 | 2023-11-16T15:51:32.633Z | Downloaded packed_struct v0.10.1 |
1387 | 2023-11-16T15:51:32.636Z | Downloaded nu-ansi-term v0.49.0 |
1388 | 2023-11-16T15:51:32.639Z | Downloaded lock_api v0.4.10 |
1389 | 2023-11-16T15:51:32.641Z | Downloaded bytesize v1.3.0 |
1390 | 2023-11-16T15:51:32.644Z | Downloaded atty v0.2.14 |
1391 | 2023-11-16T15:51:32.647Z | Downloaded async-stream-impl v0.3.5 |
1392 | 2023-11-16T15:51:32.650Z | Downloaded atomicwrites v0.4.2 |
1393 | 2023-11-16T15:51:32.652Z | Downloaded approx v0.5.1 |
1394 | 2023-11-16T15:51:32.655Z | Downloaded once_cell v1.18.0 |
1395 | 2023-11-16T15:51:32.658Z | Downloaded num-complex v0.4.4 |
1396 | 2023-11-16T15:51:32.661Z | Downloaded schemars_derive v0.8.13 |
1397 | 2023-11-16T15:51:32.664Z | Downloaded libloading v0.7.4 |
1398 | 2023-11-16T15:51:32.666Z | Downloaded lazycell v1.3.0 |
1399 | 2023-11-16T15:51:32.669Z | Downloaded ipnetwork v0.20.0 |
1400 | 2023-11-16T15:51:32.672Z | Downloaded indoc v1.0.9 |
1401 | 2023-11-16T15:51:32.675Z | Downloaded hyper-staticfile v0.9.5 |
1402 | 2023-11-16T15:51:32.678Z | Downloaded cc v1.0.83 |
1403 | 2023-11-16T15:51:32.680Z | Downloaded memoffset v0.7.1 |
1404 | 2023-11-16T15:51:32.685Z | Downloaded maplit v1.0.2 |
1405 | 2023-11-16T15:51:32.688Z | Downloaded keccak v0.1.4 |
1406 | 2023-11-16T15:51:32.691Z | Downloaded indoc v2.0.3 |
1407 | 2023-11-16T15:51:32.695Z | Downloaded iana-time-zone v0.1.57 |
1408 | 2023-11-16T15:51:32.697Z | Downloaded buf-list v1.0.3 |
1409 | 2023-11-16T15:51:32.700Z | Downloaded cassowary v0.3.0 |
1410 | 2023-11-16T15:51:32.703Z | Downloaded cipher v0.4.4 |
1411 | 2023-11-16T15:51:32.706Z | Downloaded array-init v0.0.4 |
1412 | 2023-11-16T15:51:32.708Z | Downloaded new_debug_unreachable v1.0.4 |
1413 | 2023-11-16T15:51:32.711Z | Downloaded match_cfg v0.1.0 |
1414 | 2023-11-16T15:51:32.714Z | Downloaded is_ci v1.1.1 |
1415 | 2023-11-16T15:51:32.716Z | Downloaded crunchy v0.2.2 |
1416 | 2023-11-16T15:51:32.719Z | Downloaded blake2 v0.10.6 |
1417 | 2023-11-16T15:51:32.722Z | Downloaded openssl-probe v0.1.5 |
1418 | 2023-11-16T15:51:32.725Z | Downloaded newline-converter v0.3.0 |
1419 | 2023-11-16T15:51:32.727Z | Downloaded criterion v0.5.1 |
1420 | 2023-11-16T15:51:32.730Z | Downloaded crc v3.0.1 |
1421 | 2023-11-16T15:51:32.733Z | Downloaded cpufeatures v0.2.9 |
1422 | 2023-11-16T15:51:32.736Z | Downloaded bcs v0.1.6 |
1423 | 2023-11-16T15:51:32.738Z | Downloaded hyper-tls v0.5.0 |
1424 | 2023-11-16T15:51:32.741Z | Downloaded darling v0.20.3 |
1425 | 2023-11-16T15:51:32.744Z | Downloaded crossbeam-deque v0.8.3 |
1426 | 2023-11-16T15:51:32.746Z | Downloaded criterion-plot v0.5.0 |
1427 | 2023-11-16T15:51:32.749Z | Downloaded crc32fast v1.3.2 |
1428 | 2023-11-16T15:51:32.752Z | Downloaded ciborium v0.2.1 |
1429 | 2023-11-16T15:51:32.755Z | Downloaded const-oid v0.9.5 |
1430 | 2023-11-16T15:51:32.759Z | Downloaded cookie v0.16.2 |
1431 | 2023-11-16T15:51:32.762Z | Downloaded constant_time_eq v0.3.0 |
1432 | 2023-11-16T15:51:32.765Z | Downloaded constant_time_eq v0.2.6 |
1433 | 2023-11-16T15:51:32.768Z | Downloaded colored v2.0.4 |
1434 | 2023-11-16T15:51:32.771Z | Downloaded clang-sys v1.6.1 |
1435 | 2023-11-16T15:51:32.774Z | Downloaded chacha20poly1305 v0.10.1 |
1436 | 2023-11-16T15:51:32.777Z | Downloaded block-padding v0.3.3 |
1437 | 2023-11-16T15:51:32.779Z | Downloaded block-buffer v0.10.4 |
1438 | 2023-11-16T15:51:32.782Z | Downloaded atomic-waker v1.1.1 |
1439 | 2023-11-16T15:51:32.785Z | Downloaded assert_matches v1.5.0 |
1440 | 2023-11-16T15:51:33.218Z | Compiling proc-macro2 v1.0.69 |
1441 | 2023-11-16T15:51:33.221Z | Compiling serde v1.0.192 |
1442 | 2023-11-16T15:51:33.224Z | Compiling autocfg v1.1.0 |
1443 | 2023-11-16T15:51:33.227Z | Compiling version_check v0.9.4 |
1444 | 2023-11-16T15:51:33.239Z | Compiling syn v1.0.109 |
1445 | 2023-11-16T15:51:33.243Z | Compiling parking_lot_core v0.9.8 |
1446 | 2023-11-16T15:51:33.253Z | Compiling libm v0.2.7 |
1447 | 2023-11-16T15:51:33.286Z | Compiling libc v0.2.150 |
1448 | 2023-11-16T15:51:33.763Z | Compiling futures-core v0.3.29 |
1449 | 2023-11-16T15:51:33.883Z | Compiling cfg-if v1.0.0 |
1450 | 2023-11-16T15:51:34.007Z | Compiling typenum v1.16.0 |
1451 | 2023-11-16T15:51:34.105Z | Compiling once_cell v1.18.0 |
1452 | 2023-11-16T15:51:34.265Z | Compiling generic-array v0.14.7 |
1453 | 2023-11-16T15:51:34.285Z | Compiling futures-channel v0.3.29 |
1454 | 2023-11-16T15:51:34.324Z | Compiling lock_api v0.4.10 |
1455 | 2023-11-16T15:51:34.838Z | Compiling quote v1.0.33 |
1456 | 2023-11-16T15:51:34.869Z | Compiling num-traits v0.2.16 |
1457 | 2023-11-16T15:51:34.991Z | Compiling slab v0.4.9 |
1458 | 2023-11-16T15:51:35.158Z | Compiling futures-task v0.3.29 |
1459 | 2023-11-16T15:51:35.481Z | Compiling syn v2.0.32 |
1460 | 2023-11-16T15:51:35.778Z | Compiling cc v1.0.83 |
1461 | 2023-11-16T15:51:40.658Z | Compiling futures-util v0.3.29 |
1462 | 2023-11-16T15:51:40.677Z | Compiling memchr v2.6.3 |
1463 | 2023-11-16T15:51:40.697Z | Compiling pkg-config v0.3.27 |
1464 | 2023-11-16T15:51:40.732Z | Compiling log v0.4.20 |
1465 | 2023-11-16T15:51:40.752Z | Compiling serde_json v1.0.108 |
1466 | 2023-11-16T15:51:40.777Z | Compiling itoa v1.0.9 |
1467 | 2023-11-16T15:51:40.801Z | Compiling rustix v0.38.9 |
1468 | 2023-11-16T15:51:40.823Z | Compiling schemars v0.8.13 |
1469 | 2023-11-16T15:51:40.837Z | Compiling httparse v1.8.0 |
1470 | 2023-11-16T15:51:40.848Z | Compiling indexmap v1.9.3 |
1471 | 2023-11-16T15:51:40.898Z | Compiling getrandom v0.2.10 |
1472 | 2023-11-16T15:51:40.907Z | Compiling ryu v1.0.15 |
1473 | 2023-11-16T15:51:40.917Z | Compiling vcpkg v0.2.15 |
1474 | 2023-11-16T15:51:40.923Z | Compiling hashbrown v0.14.2 |
1475 | 2023-11-16T15:51:40.926Z | Compiling equivalent v1.0.1 |
1476 | 2023-11-16T15:51:40.931Z | Compiling ahash v0.8.3 |
1477 | 2023-11-16T15:51:40.936Z | Compiling openssl v0.10.57 |
1478 | 2023-11-16T15:51:40.952Z | Compiling scopeguard v1.2.0 |
1479 | 2023-11-16T15:51:40.956Z | Compiling fnv v1.0.7 |
1480 | 2023-11-16T15:51:40.959Z | Compiling aho-corasick v1.0.4 |
1481 | 2023-11-16T15:51:40.963Z | Compiling rustls v0.21.8 |
1482 | 2023-11-16T15:51:40.966Z | Compiling regex-syntax v0.8.2 |
1483 | 2023-11-16T15:51:40.971Z | Compiling ring v0.16.20 |
1484 | 2023-11-16T15:51:40.975Z | Compiling ring v0.17.5 |
1485 | 2023-11-16T15:51:41.036Z | Compiling openssl-sys v0.9.93 |
1486 | 2023-11-16T15:51:43.694Z | Compiling native-tls v0.2.11 |
1487 | 2023-11-16T15:51:44.194Z | Compiling async-trait v0.1.74 |
1488 | 2023-11-16T15:51:44.792Z | Compiling ucd-trie v0.1.6 |
1489 | 2023-11-16T15:51:44.939Z | Compiling regex-automata v0.4.3 |
1490 | 2023-11-16T15:51:45.457Z | Compiling unicode-xid v0.2.4 |
1491 | 2023-11-16T15:51:45.571Z | Compiling smallvec v1.11.0 |
1492 | 2023-11-16T15:51:45.685Z | Compiling backtrace v0.3.69 |
1493 | 2023-11-16T15:51:46.295Z | Compiling crossbeam-utils v0.8.16 |
1494 | 2023-11-16T15:51:46.973Z | Compiling serde_derive_internals v0.26.0 |
1495 | 2023-11-16T15:51:47.141Z | Compiling parking_lot v0.12.1 |
1496 | 2023-11-16T15:51:47.191Z | Compiling iana-time-zone v0.1.57 |
1497 | 2023-11-16T15:51:47.733Z | Compiling anyhow v1.0.75 |
1498 | 2023-11-16T15:51:48.570Z | Compiling slog v2.7.0 |
1499 | 2023-11-16T15:51:48.650Z | Compiling num-integer v0.1.45 |
1500 | 2023-11-16T15:51:48.935Z | Compiling byteorder v1.5.0 |
1501 | 2023-11-16T15:51:49.090Z | Compiling crc32fast v1.3.2 |
1502 | 2023-11-16T15:51:49.320Z | Compiling dyn-clone v1.0.13 |
1503 | 2023-11-16T15:51:49.608Z | Compiling synstructure v0.12.6 |
1504 | 2023-11-16T15:51:49.670Z | Compiling spin v0.5.2 |
1505 | 2023-11-16T15:51:49.860Z | Compiling time-core v0.1.1 |
1506 | 2023-11-16T15:51:50.015Z | Compiling hashbrown v0.13.2 |
1507 | 2023-11-16T15:51:50.059Z | Compiling pin-project-lite v0.2.13 |
1508 | 2023-11-16T15:51:50.094Z | Compiling time-macros v0.2.13 |
1509 | 2023-11-16T15:51:50.226Z | Compiling winnow v0.5.15 |
1510 | 2023-11-16T15:51:50.905Z | Compiling rustversion v1.0.14 |
1511 | 2023-11-16T15:51:51.769Z | Compiling regex v1.10.2 |
1512 | 2023-11-16T15:51:52.394Z | Compiling signal-hook-registry v1.4.1 |
1513 | 2023-11-16T15:51:53.031Z | Compiling mio v0.8.8 |
1514 | 2023-11-16T15:51:53.795Z | Compiling errno v0.3.2 |
1515 | 2023-11-16T15:51:54.054Z | Compiling num_cpus v1.16.0 |
1516 | 2023-11-16T15:51:54.217Z | Compiling socket2 v0.5.4 |
1517 | 2023-11-16T15:51:54.239Z | Compiling usdt-impl v0.3.5 |
1518 | 2023-11-16T15:51:54.777Z | Compiling futures-sink v0.3.29 |
1519 | 2023-11-16T15:51:54.892Z | Compiling unicode-width v0.1.11 |
1520 | 2023-11-16T15:51:55.090Z | Compiling memoffset v0.9.0 |
1521 | 2023-11-16T15:51:55.113Z | Compiling tinyvec_macros v0.1.1 |
1522 | 2023-11-16T15:51:55.224Z | Compiling tinyvec v1.6.0 |
1523 | 2023-11-16T15:51:55.785Z | Compiling pin-utils v0.1.0 |
1524 | 2023-11-16T15:51:55.908Z | Compiling futures-io v0.3.29 |
1525 | 2023-11-16T15:51:56.087Z | Compiling spin v0.9.8 |
1526 | 2023-11-16T15:51:56.159Z | Compiling tracing-core v0.1.31 |
1527 | 2023-11-16T15:51:56.290Z | Compiling signal-hook v0.3.17 |
1528 | 2023-11-16T15:51:56.361Z | Compiling unicode-bidi v0.3.13 |
1529 | 2023-11-16T15:51:56.661Z | Compiling lazy_static v1.4.0 |
1530 | 2023-11-16T15:51:56.724Z | Compiling thread-id v4.2.0 |
1531 | 2023-11-16T15:51:56.818Z | Compiling crossbeam-epoch v0.9.15 |
1532 | 2023-11-16T15:51:56.888Z | Compiling strsim v0.10.0 |
1533 | 2023-11-16T15:51:57.327Z | Compiling schemars_derive v0.8.13 |
1534 | 2023-11-16T15:51:57.439Z | Compiling zerocopy-derive v0.2.0 |
1535 | 2023-11-16T15:51:57.499Z | Compiling serde_derive v1.0.192 |
1536 | 2023-11-16T15:51:57.799Z | Compiling thiserror-impl v1.0.49 |
1537 | 2023-11-16T15:51:57.835Z | Compiling zeroize_derive v1.4.2 |
1538 | 2023-11-16T15:51:58.347Z | Compiling tokio-macros v2.1.0 |
1539 | 2023-11-16T15:51:58.458Z | Compiling futures-macro v0.3.29 |
1540 | 2023-11-16T15:51:58.695Z | Compiling tracing-attributes v0.1.26 |
1541 | 2023-11-16T15:52:00.168Z | Compiling openssl-macros v0.1.1 |
1542 | 2023-11-16T15:52:00.821Z | Compiling zerocopy-derive v0.6.4 |
1543 | 2023-11-16T15:52:01.248Z | Compiling zerocopy v0.3.0 |
1544 | 2023-11-16T15:52:02.197Z | Compiling unicode-normalization v0.1.22 |
1545 | 2023-11-16T15:52:02.292Z | Compiling thiserror v1.0.49 |
1546 | 2023-11-16T15:52:02.451Z | Compiling pest v2.7.2 |
1547 | 2023-11-16T15:52:02.478Z | Compiling clap_derive v4.4.2 |
1548 | 2023-11-16T15:52:03.935Z | Compiling dof v0.1.5 |
1549 | 2023-11-16T15:52:03.970Z | Compiling strum_macros v0.25.2 |
1550 | 2023-11-16T15:52:04.143Z | Compiling tracing v0.1.37 |
1551 | 2023-11-16T15:52:04.405Z | Compiling num-iter v0.1.43 |
1552 | 2023-11-16T15:52:04.915Z | Compiling either v1.9.0 |
1553 | 2023-11-16T15:52:04.947Z | Compiling base64 v0.21.5 |
1554 | 2023-11-16T15:52:05.456Z | Compiling rand_core v0.6.4 |
1555 | 2023-11-16T15:52:05.477Z | Compiling untrusted v0.7.1 |
1556 | 2023-11-16T15:52:05.766Z | Compiling openssl-probe v0.1.5 |
1557 | 2023-11-16T15:52:06.046Z | Compiling hashbrown v0.12.3 |
1558 | 2023-11-16T15:52:06.067Z | Compiling foreign-types-shared v0.1.1 |
1559 | 2023-11-16T15:52:06.185Z | Compiling untrusted v0.9.0 |
1560 | 2023-11-16T15:52:06.206Z | Compiling percent-encoding v2.3.0 |
1561 | 2023-11-16T15:52:06.712Z | Compiling pest_meta v2.7.2 |
1562 | 2023-11-16T15:52:07.316Z | Compiling foreign-types v0.3.2 |
1563 | 2023-11-16T15:52:09.334Z | Compiling pest_generator v2.7.2 |
1564 | 2023-11-16T15:52:10.102Z | Compiling zeroize v1.6.0 |
1565 | 2023-11-16T15:52:11.703Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1566 | 2023-11-16T15:52:12.355Z | Compiling try-lock v0.2.4 |
1567 | 2023-11-16T15:52:12.559Z | Compiling want v0.3.1 |
1568 | 2023-11-16T15:52:12.567Z | Compiling sct v0.7.0 |
1569 | 2023-11-16T15:52:12.925Z | Compiling rustls-webpki v0.101.7 |
1570 | 2023-11-16T15:52:12.981Z | Compiling form_urlencoded v1.2.0 |
1571 | 2023-11-16T15:52:13.401Z | Compiling socket2 v0.4.9 |
1572 | 2023-11-16T15:52:13.542Z | Compiling httpdate v1.0.3 |
1573 | 2023-11-16T15:52:13.824Z | Compiling pest_derive v2.7.2 |
1574 | 2023-11-16T15:52:14.120Z | Compiling tower-service v0.3.2 |
1575 | 2023-11-16T15:52:14.142Z | Compiling rustls-pemfile v1.0.3 |
1576 | 2023-11-16T15:52:14.718Z | Compiling idna v0.4.0 |
1577 | 2023-11-16T15:52:14.751Z | Compiling siphasher v0.3.11 |
1578 | 2023-11-16T15:52:14.958Z | Compiling dtrace-parser v0.1.14 |
1579 | 2023-11-16T15:52:15.404Z | Compiling adler v1.0.2 |
1580 | 2023-11-16T15:52:15.765Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1581 | 2023-11-16T15:52:15.774Z | Compiling miniz_oxide v0.7.1 |
1582 | 2023-11-16T15:52:16.812Z | Compiling url v2.4.1 |
1583 | 2023-11-16T15:52:16.936Z | Compiling rustls-native-certs v0.6.3 |
1584 | 2023-11-16T15:52:17.114Z | Compiling ipnet v2.8.0 |
1585 | 2023-11-16T15:52:17.455Z | Compiling bitflags v1.3.2 |
1586 | 2023-11-16T15:52:17.589Z | Compiling encoding_rs v0.8.33 |
1587 | 2023-11-16T15:52:17.875Z | Compiling gimli v0.28.0 |
1588 | 2023-11-16T15:52:18.288Z | Compiling webpki-roots v0.25.2 |
1589 | 2023-11-16T15:52:18.321Z | Compiling mime v0.3.17 |
1590 | 2023-11-16T15:52:18.835Z | Compiling crypto-common v0.1.6 |
1591 | 2023-11-16T15:52:19.097Z | Compiling enum-as-inner v0.5.1 |
1592 | 2023-11-16T15:52:19.333Z | Compiling diesel_table_macro_syntax v0.1.0 |
1593 | 2023-11-16T15:52:19.585Z | Compiling object v0.32.1 |
1594 | 2023-11-16T15:52:19.641Z | Compiling num-bigint v0.4.4 |
1595 | 2023-11-16T15:52:19.908Z | Compiling rustc-demangle v0.1.23 |
1596 | 2023-11-16T15:52:20.569Z | Compiling indexmap v2.1.0 |
1597 | 2023-11-16T15:52:20.682Z | Compiling bytes v1.5.0 |
1598 | 2023-11-16T15:52:21.329Z | Compiling uuid v1.5.0 |
1599 | 2023-11-16T15:52:22.512Z | Compiling chrono v0.4.31 |
1600 | 2023-11-16T15:52:22.619Z | Compiling semver v1.0.20 |
1601 | 2023-11-16T15:52:22.640Z | Compiling http v0.2.9 |
1602 | 2023-11-16T15:52:23.735Z | Compiling bitflags v2.4.0 |
1603 | 2023-11-16T15:52:24.371Z | Compiling serde_spanned v0.6.4 |
1604 | 2023-11-16T15:52:24.716Z | Compiling toml_datetime v0.6.5 |
1605 | 2023-11-16T15:52:24.832Z | Compiling rustc_version v0.4.0 |
1606 | 2023-11-16T15:52:24.969Z | Compiling tokio v1.33.0 |
1607 | 2023-11-16T15:52:25.353Z | Compiling toml_edit v0.19.15 |
1608 | 2023-11-16T15:52:25.832Z | Compiling openapiv3 v2.0.0-rc.1 |
1609 | 2023-11-16T15:52:28.362Z | Compiling serde_tokenstream v0.1.7 |
1610 | 2023-11-16T15:52:29.138Z | Compiling http-body v0.4.5 |
1611 | 2023-11-16T15:52:29.864Z | Compiling usdt-macro v0.3.5 |
1612 | 2023-11-16T15:52:30.670Z | Compiling usdt-attr-macro v0.3.5 |
1613 | 2023-11-16T15:52:30.941Z | Compiling heapless v0.7.16 |
1614 | 2023-11-16T15:52:31.673Z | Compiling serde_urlencoded v0.7.1 |
1615 | 2023-11-16T15:52:31.697Z | Compiling addr2line v0.21.0 |
1616 | 2023-11-16T15:52:31.853Z | Compiling bit-vec v0.6.3 |
1617 | 2023-11-16T15:52:32.411Z | Compiling smoltcp v0.9.1 |
1618 | 2023-11-16T15:52:32.767Z | Compiling diesel_derives v2.1.1 |
1619 | 2023-11-16T15:52:33.039Z | Compiling flate2 v1.0.28 |
1620 | 2023-11-16T15:52:33.345Z | Compiling block-buffer v0.10.4 |
1621 | 2023-11-16T15:52:33.692Z | Compiling phf_shared v0.10.0 |
1622 | 2023-11-16T15:52:34.143Z | Compiling hubpack_derive v0.1.1 |
1623 | 2023-11-16T15:52:34.293Z | Compiling new_debug_unreachable v1.0.4 |
1624 | 2023-11-16T15:52:34.411Z | Compiling const-oid v0.9.5 |
1625 | 2023-11-16T15:52:34.979Z | Compiling subtle v2.5.0 |
1626 | 2023-11-16T15:52:35.064Z | Compiling ppv-lite86 v0.2.17 |
1627 | 2023-11-16T15:52:35.878Z | Compiling fixedbitset v0.4.2 |
1628 | 2023-11-16T15:52:36.085Z | Compiling precomputed-hash v0.1.1 |
1629 | 2023-11-16T15:52:36.233Z | Compiling string_cache v0.8.7 |
1630 | 2023-11-16T15:52:36.343Z | Compiling rand_chacha v0.3.1 |
1631 | 2023-11-16T15:52:36.888Z | Compiling petgraph v0.6.4 |
1632 | 2023-11-16T15:52:37.620Z | Compiling tokio-util v0.7.10 |
1633 | 2023-11-16T15:52:37.642Z | Compiling tokio-rustls v0.24.1 |
1634 | 2023-11-16T15:52:37.876Z | Compiling digest v0.10.7 |
1635 | 2023-11-16T15:52:38.245Z | Compiling bit-set v0.5.3 |
1636 | 2023-11-16T15:52:38.467Z | Compiling toml v0.7.8 |
1637 | 2023-11-16T15:52:38.542Z | Compiling toml_edit v0.21.0 |
1638 | 2023-11-16T15:52:38.662Z | Compiling itertools v0.10.5 |
1639 | 2023-11-16T15:52:39.968Z | Compiling h2 v0.3.21 |
1640 | 2023-11-16T15:52:41.931Z | Compiling tokio-native-tls v0.3.1 |
1641 | 2023-11-16T15:52:42.321Z | Compiling lalrpop-util v0.19.12 |
1642 | 2023-11-16T15:52:42.837Z | Compiling unicode-segmentation v1.10.1 |
1643 | 2023-11-16T15:52:43.316Z | Compiling rand v0.8.5 |
1644 | 2023-11-16T15:52:43.477Z | Compiling serde_repr v0.1.16 |
1645 | 2023-11-16T15:52:44.237Z | Compiling io-lifetimes v1.0.11 |
1646 | 2023-11-16T15:52:44.516Z | Compiling anstyle v1.0.2 |
1647 | 2023-11-16T15:52:45.159Z | Compiling cpufeatures v0.2.9 |
1648 | 2023-11-16T15:52:45.222Z | Compiling utf8parse v0.2.1 |
1649 | 2023-11-16T15:52:45.288Z | Compiling sha2 v0.10.8 |
1650 | 2023-11-16T15:52:45.367Z | Compiling rustix v0.37.23 |
1651 | 2023-11-16T15:52:45.445Z | Compiling anstyle-parse v0.2.1 |
1652 | 2023-11-16T15:52:45.937Z | Compiling md-5 v0.10.5 |
1653 | 2023-11-16T15:52:45.955Z | Compiling hmac v0.12.1 |
1654 | 2023-11-16T15:52:46.248Z | Compiling stringprep v0.1.3 |
1655 | 2023-11-16T15:52:46.269Z | Compiling hash32 v0.2.1 |
1656 | 2023-11-16T15:52:46.880Z | Compiling anstyle-query v1.0.0 |
1657 | 2023-11-16T15:52:47.062Z | Compiling stable_deref_trait v1.2.0 |
1658 | 2023-11-16T15:52:47.196Z | Compiling colorchoice v1.0.0 |
1659 | 2023-11-16T15:52:47.279Z | Compiling fallible-iterator v0.2.0 |
1660 | 2023-11-16T15:52:47.409Z | Compiling anstream v0.5.0 |
1661 | 2023-11-16T15:52:47.673Z | Compiling terminal_size v0.2.6 |
1662 | 2023-11-16T15:52:47.775Z | Compiling block-padding v0.3.3 |
1663 | 2023-11-16T15:52:47.887Z | Compiling phf_shared v0.11.2 |
1664 | 2023-11-16T15:52:48.402Z | Compiling postgres-protocol v0.6.6 |
1665 | 2023-11-16T15:52:48.421Z | Compiling scheduled-thread-pool v0.2.7 |
1666 | 2023-11-16T15:52:48.462Z | Compiling matches v0.1.10 |
1667 | 2023-11-16T15:52:48.583Z | Compiling managed v0.8.0 |
1668 | 2023-11-16T15:52:49.183Z | Compiling regex-automata v0.1.10 |
1669 | 2023-11-16T15:52:49.294Z | Compiling clap_lex v0.5.1 |
1670 | 2023-11-16T15:52:49.594Z | Compiling num_threads v0.1.6 |
1671 | 2023-11-16T15:52:49.682Z | Compiling deranged v0.3.8 |
1672 | 2023-11-16T15:52:49.767Z | Compiling clap_builder v4.4.2 |
1673 | 2023-11-16T15:52:50.015Z | Compiling bstr v0.2.17 |
1674 | 2023-11-16T15:52:50.021Z | Compiling postgres-types v0.2.6 |
1675 | 2023-11-16T15:52:50.425Z | Compiling signal-hook-mio v0.2.3 |
1676 | 2023-11-16T15:52:50.636Z | Compiling r2d2 v0.8.10 |
1677 | 2023-11-16T15:52:51.188Z | Compiling idna v0.2.3 |
1678 | 2023-11-16T15:52:52.226Z | Compiling hyper v0.14.27 |
1679 | 2023-11-16T15:52:52.324Z | Compiling phf v0.11.2 |
1680 | 2023-11-16T15:52:52.636Z | Compiling time v0.3.27 |
1681 | 2023-11-16T15:52:52.740Z | Compiling bzip2 v0.4.4 |
1682 | 2023-11-16T15:52:53.331Z | Compiling inout v0.1.3 |
1683 | 2023-11-16T15:52:53.681Z | Compiling hubpack v0.1.2 |
1684 | 2023-11-16T15:52:53.865Z | Compiling ipnetwork v0.20.0 |
1685 | 2023-11-16T15:52:54.853Z | Compiling futures-executor v0.3.29 |
1686 | 2023-11-16T15:52:55.103Z | Compiling itertools v0.11.0 |
1687 | 2023-11-16T15:52:55.665Z | Compiling zerocopy v0.6.4 |
1688 | 2023-11-16T15:52:56.980Z | Compiling float-cmp v0.9.0 |
1689 | 2023-11-16T15:52:57.080Z | Compiling difflib v0.4.0 |
1690 | 2023-11-16T15:52:57.290Z | Compiling whoami v1.4.1 |
1691 | 2023-11-16T15:52:57.953Z | Compiling data-encoding v2.4.0 |
1692 | 2023-11-16T15:52:58.131Z | Compiling predicates-core v1.0.6 |
1693 | 2023-11-16T15:52:58.570Z | Compiling regex-automata v0.3.8 |
1694 | 2023-11-16T15:52:59.200Z | Compiling normalize-line-endings v0.3.0 |
1695 | 2023-11-16T15:52:59.343Z | Compiling static_assertions v1.1.0 |
1696 | 2023-11-16T15:52:59.468Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1697 | 2023-11-16T15:52:59.528Z | Compiling trust-dns-proto v0.22.0 |
1698 | 2023-11-16T15:52:59.870Z | Compiling predicates v3.0.4 |
1699 | 2023-11-16T15:53:00.933Z | Compiling yasna v0.5.2 |
1700 | 2023-11-16T15:53:01.289Z | Compiling tokio-postgres v0.7.10 |
1701 | 2023-11-16T15:53:02.250Z | Compiling bstr v1.6.0 |
1702 | 2023-11-16T15:53:03.591Z | Compiling diesel v2.1.3 |
1703 | 2023-11-16T15:53:03.739Z | Compiling clap v4.4.3 |
1704 | 2023-11-16T15:53:03.774Z | Compiling futures v0.3.29 |
1705 | 2023-11-16T15:53:03.889Z | Compiling hyper-tls v0.5.0 |
1706 | 2023-11-16T15:53:03.938Z | Compiling hyper-rustls v0.24.2 |
1707 | 2023-11-16T15:53:04.395Z | Compiling cipher v0.4.4 |
1708 | 2023-11-16T15:53:04.758Z | Compiling reqwest v0.11.22 |
1709 | 2023-11-16T15:53:04.762Z | Compiling zip v0.6.6 |
1710 | 2023-11-16T15:53:05.121Z | Compiling similar v2.2.1 |
1711 | 2023-11-16T15:53:06.817Z | Compiling crossterm v0.27.0 |
1712 | 2023-11-16T15:53:08.489Z | Compiling signature v2.1.0 |
1713 | 2023-11-16T15:53:08.653Z | Compiling tokio-stream v0.1.14 |
1714 | 2023-11-16T15:53:08.803Z | Compiling usdt v0.3.5 |
1715 | 2023-11-16T15:53:09.192Z | Compiling hex v0.4.3 |
1716 | 2023-11-16T15:53:09.195Z | Compiling console v0.15.7 |
1717 | 2023-11-16T15:53:10.169Z | Compiling serde_tokenstream v0.2.0 |
1718 | 2023-11-16T15:53:10.515Z | Compiling regress v0.7.1 |
1719 | 2023-11-16T15:53:10.754Z | Compiling getopts v0.2.21 |
1720 | 2023-11-16T15:53:10.984Z | Compiling unsafe-libyaml v0.2.9 |
1721 | 2023-11-16T15:53:12.366Z | Compiling ident_case v1.0.1 |
1722 | 2023-11-16T15:53:12.986Z | Compiling paste v1.0.14 |
1723 | 2023-11-16T15:53:13.274Z | Compiling serde_yaml v0.9.25 |
1724 | 2023-11-16T15:53:13.866Z | Compiling slog-async v2.8.0 |
1725 | 2023-11-16T15:53:14.045Z | Compiling multer v2.1.0 |
1726 | 2023-11-16T15:53:14.562Z | Compiling async-stream-impl v0.3.5 |
1727 | 2023-11-16T15:53:14.641Z | Compiling darling_core v0.20.3 |
1728 | 2023-11-16T15:53:15.386Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1729 | 2023-11-16T15:53:16.583Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1730 | 2023-11-16T15:53:18.991Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1731 | 2023-11-16T15:53:20.837Z | Compiling structmeta-derive v0.2.0 |
1732 | 2023-11-16T15:53:21.487Z | Compiling regex-syntax v0.7.5 |
1733 | 2023-11-16T15:53:23.649Z | Compiling darling_macro v0.20.3 |
1734 | 2023-11-16T15:53:25.136Z | Compiling structmeta v0.2.0 |
1735 | 2023-11-16T15:53:25.155Z | Compiling darling v0.20.3 |
1736 | 2023-11-16T15:53:25.306Z | Compiling serde_with_macros v2.3.3 |
1737 | 2023-11-16T15:53:25.714Z | Compiling test-strategy v0.3.1 |
1738 | 2023-11-16T15:53:31.771Z | Compiling parse-display-derive v0.8.2 |
1739 | 2023-11-16T15:53:39.046Z | Checking unicode-ident v1.0.12 |
1740 | 2023-11-16T15:53:40.473Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1741 | 2023-11-16T15:53:47.605Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1742 | 2023-11-16T15:53:47.791Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1743 | 2023-11-16T15:53:58.547Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1744 | 2023-11-16T15:54:11.215Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1745 | 2023-11-16T15:54:11.826Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1746 | 2023-11-16T15:54:17.442Z | Checking heck v0.4.1 |
1747 | 2023-11-16T15:54:19.648Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1748 | 2023-11-16T15:54:22.028Z | Checking fastrand v2.0.0 |
1749 | 2023-11-16T15:54:22.107Z | Checking tempfile v3.8.0 |
1750 | 2023-11-16T15:54:22.421Z | Checking sha1 v0.10.6 |
1751 | 2023-11-16T15:54:22.905Z | Checking match_cfg v0.1.0 |
1752 | 2023-11-16T15:54:22.915Z | Checking hostname v0.3.1 |
1753 | 2023-11-16T15:54:22.924Z | Checking atty v0.2.14 |
1754 | 2023-11-16T15:54:22.958Z | Checking quick-error v1.2.3 |
1755 | 2023-11-16T15:54:23.017Z | Checking crossbeam-channel v0.5.8 |
1756 | 2023-11-16T15:54:23.091Z | Checking camino v1.1.6 |
1757 | 2023-11-16T15:54:23.158Z | Checking dirs-sys-next v0.1.2 |
1758 | 2023-11-16T15:54:23.236Z | Checking thread_local v1.1.7 |
1759 | 2023-11-16T15:54:23.415Z | Checking dirs-next v2.0.0 |
1760 | 2023-11-16T15:54:23.580Z | Checking instant v0.1.12 |
1761 | 2023-11-16T15:54:23.653Z | Checking term v0.7.0 |
1762 | 2023-11-16T15:54:23.740Z | Checking toml v0.8.8 |
1763 | 2023-11-16T15:54:23.983Z | Checking strum v0.25.0 |
1764 | 2023-11-16T15:54:24.181Z | Checking take_mut v0.2.2 |
1765 | 2023-11-16T15:54:24.197Z | Checking slog-json v2.6.1 |
1766 | 2023-11-16T15:54:24.284Z | Checking serde_with v2.3.3 |
1767 | 2023-11-16T15:54:24.324Z | Checking slog-term v2.9.0 |
1768 | 2023-11-16T15:54:24.436Z | Checking wait-timeout v0.2.0 |
1769 | 2023-11-16T15:54:24.573Z | Checking atomic-waker v1.1.1 |
1770 | 2023-11-16T15:54:24.719Z | Checking debug-ignore v1.0.5 |
1771 | 2023-11-16T15:54:24.791Z | Checking waitgroup v0.1.2 |
1772 | 2023-11-16T15:54:24.817Z | Checking slog-bunyan v2.4.0 |
1773 | 2023-11-16T15:54:24.963Z | Checking async-stream v0.3.5 |
1774 | 2023-11-16T15:54:24.987Z | Checking serde_path_to_error v0.1.14 |
1775 | 2023-11-16T15:54:25.029Z | Checking rusty-fork v0.3.0 |
1776 | 2023-11-16T15:54:25.155Z | Checking rand_xorshift v0.3.0 |
1777 | 2023-11-16T15:54:25.454Z | Checking unarray v0.1.4 |
1778 | 2023-11-16T15:54:25.521Z | Checking backoff v0.4.0 |
1779 | 2023-11-16T15:54:25.670Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1780 | 2023-11-16T15:54:25.863Z | Checking parse-display v0.8.2 |
1781 | 2023-11-16T15:54:26.350Z | Checking macaddr v1.0.1 |
1782 | 2023-11-16T15:54:26.469Z | Compiling proc-macro-error-attr v1.0.4 |
1783 | 2023-11-16T15:54:27.049Z | Compiling proc-macro-crate v1.3.1 |
1784 | 2023-11-16T15:54:27.070Z | Compiling proc-macro-error v1.0.4 |
1785 | 2023-11-16T15:54:28.420Z | Compiling num_enum_derive v0.5.11 |
1786 | 2023-11-16T15:54:30.212Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1787 | 2023-11-16T15:54:30.416Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1788 | 2023-11-16T15:54:30.613Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1789 | 2023-11-16T15:54:30.672Z | Compiling crucible-workspace-hack v0.1.0 |
1790 | 2023-11-16T15:54:30.859Z | Checking proptest v1.3.1 |
1791 | 2023-11-16T15:54:30.945Z | Compiling foreign-types-macros v0.2.3 |
1792 | 2023-11-16T15:54:31.073Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1793 | 2023-11-16T15:54:31.122Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1794 | 2023-11-16T15:54:31.593Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1795 | 2023-11-16T15:54:31.617Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1796 | 2023-11-16T15:54:32.795Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1797 | 2023-11-16T15:54:33.206Z | Compiling zone_cfg_derive v0.3.0 |
1798 | 2023-11-16T15:54:33.224Z | Compiling num-derive v0.4.0 |
1799 | 2023-11-16T15:54:33.291Z | Compiling mockall_derive v0.11.4 |
1800 | 2023-11-16T15:54:51.575Z | Checking is-terminal v0.4.9 |
1801 | 2023-11-16T15:55:17.712Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1802 | 2023-11-16T15:55:23.149Z | Checking termtree v0.4.1 |
1803 | 2023-11-16T15:55:23.444Z | Checking predicates-tree v1.0.9 |
1804 | 2023-11-16T15:55:23.938Z | Checking num_enum v0.5.11 |
1805 | 2023-11-16T15:55:24.219Z | Checking postcard-cobs v0.1.5-pre |
1806 | 2023-11-16T15:55:24.448Z | Checking postcard v0.7.3 |
1807 | 2023-11-16T15:55:25.066Z | Checking smoltcp v0.8.2 |
1808 | 2023-11-16T15:55:25.788Z | Checking base64ct v1.6.0 |
1809 | 2023-11-16T15:55:25.891Z | Checking cfg-if v0.1.10 |
1810 | 2023-11-16T15:55:26.009Z | Checking foreign-types-shared v0.3.1 |
1811 | 2023-11-16T15:55:26.048Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1812 | 2023-11-16T15:55:26.153Z | Checking foreign-types v0.5.0 |
1813 | 2023-11-16T15:55:26.477Z | Checking cstr-argument v0.1.2 |
1814 | 2023-11-16T15:55:26.535Z | Checking pretty-hex v0.2.1 |
1815 | 2023-11-16T15:55:26.709Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2023-11-16T15:55:26.753Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1817 | 2023-11-16T15:55:27.162Z | Checking colored v2.0.4 |
1818 | 2023-11-16T15:55:27.735Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1819 | 2023-11-16T15:55:27.935Z | Checking predicates v2.1.5 |
1820 | 2023-11-16T15:55:28.239Z | Compiling heck v0.3.3 |
1821 | 2023-11-16T15:55:28.262Z | Compiling libefi-sys v0.1.0 |
1822 | 2023-11-16T15:55:28.684Z | Checking downcast v0.11.0 |
1823 | 2023-11-16T15:55:28.801Z | Checking fragile v2.0.0 |
1824 | 2023-11-16T15:55:28.972Z | Compiling structopt-derive v0.4.18 |
1825 | 2023-11-16T15:55:29.019Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1826 | 2023-11-16T15:55:29.184Z | Checking mockall v0.11.4 |
1827 | 2023-11-16T15:55:29.357Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1828 | 2023-11-16T15:55:29.520Z | Checking zone v0.3.0 |
1829 | 2023-11-16T15:55:29.618Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1830 | 2023-11-16T15:55:30.069Z | Checking smf v0.2.2 |
1831 | 2023-11-16T15:55:30.678Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1832 | 2023-11-16T15:55:30.711Z | Compiling cancel-safe-futures v0.1.5 |
1833 | 2023-11-16T15:55:31.491Z | Checking base64 v0.13.1 |
1834 | 2023-11-16T15:55:31.765Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1835 | 2023-11-16T15:55:33.329Z | Checking filetime v0.2.22 |
1836 | 2023-11-16T15:55:33.549Z | Checking xattr v1.0.1 |
1837 | 2023-11-16T15:55:33.619Z | Compiling der_derive v0.7.2 |
1838 | 2023-11-16T15:55:33.799Z | Checking tar v0.4.40 |
1839 | 2023-11-16T15:55:33.917Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1840 | 2023-11-16T15:55:34.329Z | Compiling convert_case v0.4.0 |
1841 | 2023-11-16T15:55:34.956Z | Compiling slog-dtrace v0.2.3 |
1842 | 2023-11-16T15:55:34.999Z | Compiling radium v0.7.0 |
1843 | 2023-11-16T15:55:35.480Z | Checking pem v1.1.1 |
1844 | 2023-11-16T15:55:35.649Z | Compiling derive_more v0.99.17 |
1845 | 2023-11-16T15:55:35.693Z | Checking camino-tempfile v1.0.2 |
1846 | 2023-11-16T15:55:35.804Z | Compiling maybe-uninit v2.0.0 |
1847 | 2023-11-16T15:55:36.084Z | Checking headers-core v0.2.0 |
1848 | 2023-11-16T15:55:36.265Z | Compiling packed_struct v0.10.1 |
1849 | 2023-11-16T15:55:36.485Z | Compiling num-bigint-dig v0.8.4 |
1850 | 2023-11-16T15:55:36.638Z | Checking headers v0.3.9 |
1851 | 2023-11-16T15:55:36.963Z | Compiling packed_struct_codegen v0.10.1 |
1852 | 2023-11-16T15:55:36.979Z | Checking pem v3.0.2 |
1853 | 2023-11-16T15:55:37.071Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1854 | 2023-11-16T15:55:37.351Z | Checking rcgen v0.11.3 |
1855 | 2023-11-16T15:55:37.453Z | Checking atomicwrites v0.4.2 |
1856 | 2023-11-16T15:55:37.725Z | Checking subprocess v0.2.9 |
1857 | 2023-11-16T15:55:38.381Z | Compiling num-rational v0.4.1 |
1858 | 2023-11-16T15:55:38.412Z | Compiling same-file v1.0.6 |
1859 | 2023-11-16T15:55:38.576Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1860 | 2023-11-16T15:55:38.724Z | Compiling walkdir v2.4.0 |
1861 | 2023-11-16T15:55:39.168Z | Compiling semver-parser v0.10.2 |
1862 | 2023-11-16T15:55:41.212Z | Compiling semver v0.11.0 |
1863 | 2023-11-16T15:55:41.905Z | Compiling home v0.5.5 |
1864 | 2023-11-16T15:55:42.216Z | Compiling toolchain_find v0.2.0 |
1865 | 2023-11-16T15:55:42.317Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1866 | 2023-11-16T15:55:43.007Z | Compiling toml v0.5.11 |
1867 | 2023-11-16T15:55:43.026Z | Compiling doc-comment v0.3.3 |
1868 | 2023-11-16T15:55:43.764Z | Checking linked-hash-map v0.5.6 |
1869 | 2023-11-16T15:55:44.258Z | Checking lru-cache v0.1.2 |
1870 | 2023-11-16T15:55:44.298Z | Compiling omicron-zone-package v0.8.3 |
1871 | 2023-11-16T15:55:45.167Z | Checking half v1.8.2 |
1872 | 2023-11-16T15:55:45.805Z | Checking ciborium-io v0.2.1 |
1873 | 2023-11-16T15:55:45.968Z | Compiling rustfmt-wrapper v0.2.0 |
1874 | 2023-11-16T15:55:46.084Z | Checking ciborium-ll v0.2.1 |
1875 | 2023-11-16T15:55:46.551Z | Checking password-hash v0.5.0 |
1876 | 2023-11-16T15:55:47.016Z | Checking textwrap v0.11.0 |
1877 | 2023-11-16T15:55:47.282Z | Checking blake2 v0.10.6 |
1878 | 2023-11-16T15:55:47.300Z | Checking ansi_term v0.12.1 |
1879 | 2023-11-16T15:55:47.342Z | Checking vec_map v0.8.2 |
1880 | 2023-11-16T15:55:47.744Z | Checking strsim v0.8.0 |
1881 | 2023-11-16T15:55:47.747Z | Checking ciborium v0.2.1 |
1882 | 2023-11-16T15:55:47.776Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1883 | 2023-11-16T15:55:47.970Z | Checking argon2 v0.5.2 |
1884 | 2023-11-16T15:55:48.025Z | Checking clap v2.34.0 |
1885 | 2023-11-16T15:55:48.470Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1886 | 2023-11-16T15:55:48.815Z | Checking arc-swap v1.6.0 |
1887 | 2023-11-16T15:55:48.905Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1888 | 2023-11-16T15:55:48.927Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1889 | 2023-11-16T15:55:49.281Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1890 | 2023-11-16T15:55:49.425Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1891 | 2023-11-16T15:55:49.510Z | Checking slog-scope v4.4.0 |
1892 | 2023-11-16T15:55:49.919Z | Checking slog-stdlog v4.1.1 |
1893 | 2023-11-16T15:55:50.039Z | Compiling snafu-derive v0.7.5 |
1894 | 2023-11-16T15:55:50.140Z | Checking slog-envlogger v2.2.0 |
1895 | 2023-11-16T15:55:50.929Z | Checking newline-converter v0.3.0 |
1896 | 2023-11-16T15:55:51.125Z | Compiling derive-where v1.2.5 |
1897 | 2023-11-16T15:55:51.614Z | Compiling semver v0.1.20 |
1898 | 2023-11-16T15:55:52.580Z | Compiling rustc_version v0.1.7 |
1899 | 2023-11-16T15:55:52.725Z | Checking structopt v0.3.26 |
1900 | 2023-11-16T15:55:53.297Z | Checking expectorate v1.1.0 |
1901 | 2023-11-16T15:55:53.338Z | Checking pem-rfc7468 v0.7.0 |
1902 | 2023-11-16T15:55:53.978Z | Checking flagset v0.4.3 |
1903 | 2023-11-16T15:55:54.094Z | Compiling parking_lot_core v0.8.6 |
1904 | 2023-11-16T15:55:54.489Z | Checking termcolor v1.2.0 |
1905 | 2023-11-16T15:55:55.109Z | Checking der v0.7.8 |
1906 | 2023-11-16T15:55:55.577Z | Compiling newtype_derive v0.1.6 |
1907 | 2023-11-16T15:55:58.273Z | Checking spki v0.7.2 |
1908 | 2023-11-16T15:55:58.665Z | Checking tap v1.0.1 |
1909 | 2023-11-16T15:55:58.899Z | Checking wyz v0.5.1 |
1910 | 2023-11-16T15:55:59.809Z | Checking resolv-conf v0.7.0 |
1911 | 2023-11-16T15:55:59.840Z | Checking fxhash v0.2.1 |
1912 | 2023-11-16T15:55:59.858Z | Checking funty v2.0.0 |
1913 | 2023-11-16T15:55:59.910Z | Checking crc-catalog v2.2.0 |
1914 | 2023-11-16T15:56:00.083Z | Checking pkcs8 v0.10.2 |
1915 | 2023-11-16T15:56:00.103Z | Checking crc v3.0.1 |
1916 | 2023-11-16T15:56:00.335Z | Checking trust-dns-resolver v0.22.0 |
1917 | 2023-11-16T15:56:00.365Z | Checking nodrop v0.1.14 |
1918 | 2023-11-16T15:56:00.397Z | Checking smallvec v0.6.14 |
1919 | 2023-11-16T15:56:00.464Z | Checking pkcs1 v0.7.5 |
1920 | 2023-11-16T15:56:00.520Z | Checking array-init v0.0.4 |
1921 | 2023-11-16T15:56:00.967Z | Checking bitfield v0.14.0 |
1922 | 2023-11-16T15:56:01.082Z | Compiling rayon-core v1.12.0 |
1923 | 2023-11-16T15:56:01.417Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1924 | 2023-11-16T15:56:01.554Z | Checking x509-cert v0.2.4 |
1925 | 2023-11-16T15:56:01.648Z | Checking bitvec v1.0.1 |
1926 | 2023-11-16T15:56:01.772Z | Checking env_logger v0.10.0 |
1927 | 2023-11-16T15:56:02.246Z | Checking serde-hex v0.1.0 |
1928 | 2023-11-16T15:56:02.412Z | Checking hkdf v0.12.3 |
1929 | 2023-11-16T15:56:02.549Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1930 | 2023-11-16T15:56:02.712Z | Checking ron v0.8.1 |
1931 | 2023-11-16T15:56:02.753Z | Compiling memoffset v0.7.1 |
1932 | 2023-11-16T15:56:03.189Z | Compiling buf-list v1.0.3 |
1933 | 2023-11-16T15:56:03.796Z | Checking rsa v0.9.2 |
1934 | 2023-11-16T15:56:04.019Z | Checking crc-any v2.4.3 |
1935 | 2023-11-16T15:56:04.436Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1936 | 2023-11-16T15:56:04.619Z | Checking object v0.30.4 |
1937 | 2023-11-16T15:56:04.786Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1938 | 2023-11-16T15:56:05.162Z | Checking utf-8 v0.7.6 |
1939 | 2023-11-16T15:56:05.211Z | Checking keccak v0.1.4 |
1940 | 2023-11-16T15:56:05.248Z | Checking path-slash v0.1.5 |
1941 | 2023-11-16T15:56:05.449Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1942 | 2023-11-16T15:56:05.673Z | Checking sha3 v0.10.8 |
1943 | 2023-11-16T15:56:05.828Z | Checking secrecy v0.8.0 |
1944 | 2023-11-16T15:56:06.146Z | Compiling unicase v2.7.0 |
1945 | 2023-11-16T15:56:06.251Z | Compiling salty v0.2.0 |
1946 | 2023-11-16T15:56:06.828Z | Compiling platforms v3.0.2 |
1947 | 2023-11-16T15:56:07.337Z | Checking num-complex v0.4.4 |
1948 | 2023-11-16T15:56:07.877Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1949 | 2023-11-16T15:56:08.796Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1950 | 2023-11-16T15:56:09.056Z | Checking num v0.4.1 |
1951 | 2023-11-16T15:56:09.317Z | Checking glob v0.3.1 |
1952 | 2023-11-16T15:56:09.823Z | Checking openapiv3 v1.0.3 |
1953 | 2023-11-16T15:56:09.916Z | Checking swrite v0.1.0 |
1954 | 2023-11-16T15:56:10.097Z | Compiling curve25519-dalek v4.1.0 |
1955 | 2023-11-16T15:56:10.809Z | Compiling mime_guess v2.0.4 |
1956 | 2023-11-16T15:56:11.469Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1957 | 2023-11-16T15:56:12.638Z | Compiling curve25519-dalek-derive v0.1.0 |
1958 | 2023-11-16T15:56:12.779Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1959 | 2023-11-16T15:56:14.892Z | Compiling thiserror-impl-no-std v2.0.2 |
1960 | 2023-11-16T15:56:15.178Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1961 | 2023-11-16T15:56:15.415Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1962 | 2023-11-16T15:56:16.027Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1963 | 2023-11-16T15:56:17.783Z | Checking nibble_vec v0.1.0 |
1964 | 2023-11-16T15:56:19.160Z | Compiling portable-atomic v1.4.3 |
1965 | 2023-11-16T15:56:19.344Z | Compiling crunchy v0.2.2 |
1966 | 2023-11-16T15:56:20.135Z | Checking endian-type v0.1.2 |
1967 | 2023-11-16T15:56:20.427Z | Checking radix_trie v0.2.1 |
1968 | 2023-11-16T15:56:20.807Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1969 | 2023-11-16T15:56:21.072Z | Checking snafu v0.7.5 |
1970 | 2023-11-16T15:56:21.727Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1971 | 2023-11-16T15:56:22.226Z | Checking libsw v3.3.0 |
1972 | 2023-11-16T15:56:22.430Z | Checking owo-colors v3.5.0 |
1973 | 2023-11-16T15:56:22.917Z | Checking linear-map v1.2.0 |
1974 | 2023-11-16T15:56:23.369Z | Compiling tiny-keccak v2.0.2 |
1975 | 2023-11-16T15:56:24.050Z | Checking parking_lot v0.11.2 |
1976 | 2023-11-16T15:56:25.149Z | Checking trust-dns-client v0.22.0 |
1977 | 2023-11-16T15:56:27.154Z | Compiling clang-sys v1.6.1 |
1978 | 2023-11-16T15:56:27.757Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1979 | 2023-11-16T15:56:28.166Z | Checking crossbeam-deque v0.8.3 |
1980 | 2023-11-16T15:56:28.195Z | Compiling darling_core v0.14.4 |
1981 | 2023-11-16T15:56:28.656Z | Compiling prettyplease v0.2.12 |
1982 | 2023-11-16T15:56:29.174Z | Checking trust-dns-server v0.22.1 |
1983 | 2023-11-16T15:56:29.318Z | Compiling ascii-canvas v3.0.0 |
1984 | 2023-11-16T15:56:30.149Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1985 | 2023-11-16T15:56:30.212Z | Checking sled v0.34.7 |
1986 | 2023-11-16T15:56:32.905Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1987 | 2023-11-16T15:56:34.211Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1988 | 2023-11-16T15:56:35.122Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1989 | 2023-11-16T15:56:35.640Z | Compiling ena v0.14.2 |
1990 | 2023-11-16T15:56:36.024Z | Checking pretty-hex v0.3.0 |
1991 | 2023-11-16T15:56:36.252Z | Compiling diff v0.1.13 |
1992 | 2023-11-16T15:56:36.255Z | Compiling regex-syntax v0.6.29 |
1993 | 2023-11-16T15:56:36.285Z | Compiling minimal-lexical v0.2.1 |
1994 | 2023-11-16T15:56:36.778Z | Checking signature v1.6.4 |
1995 | 2023-11-16T15:56:36.955Z | Checking ed25519 v1.5.3 |
1996 | 2023-11-16T15:56:37.086Z | Compiling nom v7.1.3 |
1997 | 2023-11-16T15:56:37.186Z | Compiling darling_macro v0.14.4 |
1998 | 2023-11-16T15:56:37.541Z | Checking tungstenite v0.18.0 |
1999 | 2023-11-16T15:56:38.292Z | Checking path-dedot v3.1.0 |
2000 | 2023-11-16T15:56:38.513Z | Compiling libloading v0.7.4 |
2001 | 2023-11-16T15:56:38.546Z | Compiling bindgen v0.65.1 |
2002 | 2023-11-16T15:56:38.653Z | Compiling darling v0.14.4 |
2003 | 2023-11-16T15:56:38.893Z | Compiling ref-cast v1.0.20 |
2004 | 2023-11-16T15:56:38.911Z | Checking tokio-tungstenite v0.18.0 |
2005 | 2023-11-16T15:56:39.437Z | Compiling derive_builder_core v0.12.0 |
2006 | 2023-11-16T15:56:39.602Z | Checking rayon v1.8.0 |
2007 | 2023-11-16T15:56:39.723Z | Checking path-absolutize v3.1.0 |
2008 | 2023-11-16T15:56:39.727Z | Checking steno v0.4.0 |
2009 | 2023-11-16T15:56:39.978Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2010 | 2023-11-16T15:56:43.152Z | Compiling lalrpop v0.19.12 |
2011 | 2023-11-16T15:56:43.225Z | Compiling cexpr v0.6.0 |
2012 | 2023-11-16T15:56:44.456Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2013 | 2023-11-16T15:56:45.741Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2014 | 2023-11-16T15:56:46.003Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2015 | 2023-11-16T15:56:46.021Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2016 | 2023-11-16T15:56:46.361Z | Checking globset v0.4.13 |
2017 | 2023-11-16T15:56:46.630Z | Checking olpc-cjson v0.1.3 |
2018 | 2023-11-16T15:56:46.951Z | Checking serde-big-array v0.5.1 |
2019 | 2023-11-16T15:56:47.127Z | Checking serde_plain v1.0.2 |
2020 | 2023-11-16T15:56:47.269Z | Checking serde-big-array v0.4.1 |
2021 | 2023-11-16T15:56:47.501Z | Compiling which v4.4.0 |
2022 | 2023-11-16T15:56:47.504Z | Compiling ref-cast-impl v1.0.20 |
2023 | 2023-11-16T15:56:47.554Z | Compiling libxml v0.3.3 |
2024 | 2023-11-16T15:56:48.077Z | Compiling peeking_take_while v0.1.2 |
2025 | 2023-11-16T15:56:48.308Z | Compiling rustc-hash v1.1.0 |
2026 | 2023-11-16T15:56:48.517Z | Compiling lazycell v1.3.0 |
2027 | 2023-11-16T15:56:48.520Z | Compiling shlex v1.1.0 |
2028 | 2023-11-16T15:56:48.971Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2029 | 2023-11-16T15:56:49.315Z | Checking tough v0.14.0 |
2030 | 2023-11-16T15:56:51.744Z | Compiling derive_builder_macro v0.12.0 |
2031 | 2023-11-16T15:56:53.855Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2032 | 2023-11-16T15:56:54.882Z | Checking signal-hook-tokio v0.3.1 |
2033 | 2023-11-16T15:56:55.148Z | Checking ff v0.13.0 |
2034 | 2023-11-16T15:56:55.165Z | Compiling strum_macros v0.24.3 |
2035 | 2023-11-16T15:56:55.462Z | Checking display-error-chain v0.2.0 |
2036 | 2023-11-16T15:56:55.621Z | Checking corncobs v0.1.3 |
2037 | 2023-11-16T15:56:55.667Z | Compiling indoc v1.0.9 |
2038 | 2023-11-16T15:56:55.898Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2039 | 2023-11-16T15:56:56.161Z | Checking group v0.13.0 |
2040 | 2023-11-16T15:56:56.400Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2041 | 2023-11-16T15:56:59.000Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2042 | 2023-11-16T15:56:59.543Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2043 | 2023-11-16T15:57:01.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2044 | 2023-11-16T15:57:01.972Z | Checking universal-hash v0.5.1 |
2045 | 2023-11-16T15:57:02.285Z | Checking crypto-bigint v0.5.2 |
2046 | 2023-11-16T15:57:04.049Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2047 | 2023-11-16T15:57:04.515Z | Compiling cookie v0.16.2 |
2048 | 2023-11-16T15:57:05.048Z | Checking opaque-debug v0.3.0 |
2049 | 2023-11-16T15:57:05.176Z | Checking base16ct v0.2.0 |
2050 | 2023-11-16T15:57:06.674Z | Checking elliptic-curve v0.13.5 |
2051 | 2023-11-16T15:57:06.957Z | Checking poly1305 v0.8.0 |
2052 | 2023-11-16T15:57:07.715Z | Checking thiserror-no-std v2.0.2 |
2053 | 2023-11-16T15:57:08.583Z | Checking chacha20 v0.9.1 |
2054 | 2023-11-16T15:57:08.847Z | Checking aead v0.5.2 |
2055 | 2023-11-16T15:57:09.137Z | Compiling impl-trait-for-tuples v0.2.2 |
2056 | 2023-11-16T15:57:09.182Z | Compiling oso-derive v0.27.0 |
2057 | 2023-11-16T15:57:10.719Z | Checking vsss-rs v3.3.1 |
2058 | 2023-11-16T15:57:11.265Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2059 | 2023-11-16T15:57:15.875Z | Checking chacha20poly1305 v0.10.1 |
2060 | 2023-11-16T15:57:17.241Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2061 | 2023-11-16T15:57:17.625Z | Checking tungstenite v0.20.1 |
2062 | 2023-11-16T15:57:17.779Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2063 | 2023-11-16T15:57:19.140Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2064 | 2023-11-16T15:57:24.024Z | Checking tokio-tungstenite v0.20.1 |
2065 | 2023-11-16T15:57:25.456Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2066 | 2023-11-16T15:57:25.512Z | Checking kstat-rs v0.2.3 |
2067 | 2023-11-16T15:57:26.036Z | Checking bcs v0.1.6 |
2068 | 2023-11-16T15:57:26.928Z | Checking assert_matches v1.5.0 |
2069 | 2023-11-16T15:57:27.667Z | Checking highway v1.1.0 |
2070 | 2023-11-16T15:57:27.742Z | Compiling indoc v2.0.3 |
2071 | 2023-11-16T15:57:33.345Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2072 | 2023-11-16T15:57:36.230Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2073 | 2023-11-16T15:57:36.554Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2074 | 2023-11-16T15:57:37.117Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
2075 | 2023-11-16T15:57:37.155Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2076 | 2023-11-16T15:57:38.428Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2077 | 2023-11-16T15:57:39.741Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2078 | 2023-11-16T15:57:41.677Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
2079 | 2023-11-16T15:57:42.293Z | Checking http-range v0.1.5 |
2080 | 2023-11-16T15:57:42.549Z | Checking humantime v2.1.0 |
2081 | 2023-11-16T15:57:42.947Z | Checking hyper-staticfile v0.9.5 |
2082 | 2023-11-16T15:57:43.008Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
2083 | 2023-11-16T15:57:44.202Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2084 | 2023-11-16T15:57:46.012Z | Checking number_prefix v0.4.0 |
2085 | 2023-11-16T15:57:46.322Z | Checking maplit v1.0.2 |
2086 | 2023-11-16T15:57:47.135Z | Checking indicatif v0.17.7 |
2087 | 2023-11-16T15:57:50.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2088 | 2023-11-16T15:57:52.176Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2089 | 2023-11-16T15:57:52.297Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2090 | 2023-11-16T15:57:52.656Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2091 | 2023-11-16T15:57:52.932Z | Checking derive_builder v0.12.0 |
2092 | 2023-11-16T15:57:56.062Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2093 | 2023-11-16T15:57:56.252Z | Checking bb8 v0.8.1 |
2094 | 2023-11-16T15:57:56.461Z | Checking quick-xml v0.23.1 |
2095 | 2023-11-16T15:57:56.987Z | Checking bytesize v1.3.0 |
2096 | 2023-11-16T15:57:57.372Z | Checking unicode-linebreak v0.1.5 |
2097 | 2023-11-16T15:57:57.581Z | Checking fs-err v2.9.0 |
2098 | 2023-11-16T15:57:58.060Z | Checking smawk v0.3.1 |
2099 | 2023-11-16T15:57:58.358Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2100 | 2023-11-16T15:57:58.361Z | Checking textwrap v0.16.0 |
2101 | 2023-11-16T15:58:01.442Z | Compiling vte_generate_state_changes v0.1.1 |
2102 | 2023-11-16T15:58:01.838Z | Checking is_ci v1.1.1 |
2103 | 2023-11-16T15:58:02.023Z | Checking cassowary v0.3.0 |
2104 | 2023-11-16T15:58:02.366Z | Checking supports-color v2.1.0 |
2105 | 2023-11-16T15:58:02.651Z | Checking ratatui v0.23.0 |
2106 | 2023-11-16T15:58:05.494Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2107 | 2023-11-16T15:58:08.619Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2108 | 2023-11-16T15:58:12.657Z | Checking rtoolbox v0.0.1 |
2109 | 2023-11-16T15:58:12.924Z | Checking rpassword v7.2.0 |
2110 | 2023-11-16T15:58:20.163Z | Checking tui-tree-widget v0.13.0 |
2111 | 2023-11-16T15:58:21.695Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2112 | 2023-11-16T15:58:22.855Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2113 | 2023-11-16T15:58:25.596Z | Checking yansi v0.5.1 |
2114 | 2023-11-16T15:58:26.607Z | Checking shell-words v1.1.0 |
2115 | 2023-11-16T15:58:27.992Z | Checking pretty_assertions v1.4.0 |
2116 | 2023-11-16T15:58:35.576Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2117 | 2023-11-16T15:58:36.326Z | Checking fatfs v0.3.6 |
2118 | 2023-11-16T15:58:37.767Z | Checking plotters-backend v0.3.5 |
2119 | 2023-11-16T15:58:38.341Z | Checking plotters-svg v0.3.5 |
2120 | 2023-11-16T15:58:39.448Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2121 | 2023-11-16T15:58:49.992Z | Checking rand v0.4.6 |
2122 | 2023-11-16T15:58:50.306Z | Checking cast v0.3.0 |
2123 | 2023-11-16T15:58:50.450Z | Checking remove_dir_all v0.5.3 |
2124 | 2023-11-16T15:58:50.802Z | Checking criterion-plot v0.5.0 |
2125 | 2023-11-16T15:58:51.569Z | Checking tempdir v0.3.7 |
2126 | 2023-11-16T15:58:51.791Z | Checking plotters v0.3.5 |
2127 | 2023-11-16T15:58:56.248Z | Checking tinytemplate v1.2.1 |
2128 | 2023-11-16T15:58:57.008Z | Checking anes v0.1.6 |
2129 | 2023-11-16T15:58:57.502Z | Checking oorandom v11.1.3 |
2130 | 2023-11-16T15:58:57.723Z | Checking criterion v0.5.1 |
2131 | 2023-11-16T15:59:00.660Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2132 | 2023-11-16T15:59:10.280Z | Checking assert_cmd v2.0.12 |
2133 | 2023-11-16T15:59:10.959Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2134 | 2023-11-16T15:59:12.557Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2135 | 2023-11-16T15:59:14.612Z | Checking dashmap v5.5.1 |
2136 | 2023-11-16T15:59:16.863Z | Compiling serial_test_derive v0.10.0 |
2137 | 2023-11-16T15:59:16.910Z | Compiling crossbeam-queue v0.3.8 |
2138 | 2023-11-16T15:59:18.512Z | Checking serial_test v0.10.0 |
2139 | 2023-11-16T15:59:22.874Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2140 | 2023-11-16T15:59:24.507Z | Checking vte v0.11.1 |
2141 | 2023-11-16T15:59:27.074Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2142 | 2023-11-16T15:59:28.074Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2143 | 2023-11-16T15:59:28.708Z | Checking threadpool v1.8.1 |
2144 | 2023-11-16T15:59:29.422Z | Checking libtest-mimic v0.6.1 |
2145 | 2023-11-16T15:59:30.079Z | Checking strip-ansi-escapes v0.2.0 |
2146 | 2023-11-16T15:59:37.921Z | Compiling tabled_derive v0.6.0 |
2147 | 2023-11-16T15:59:38.324Z | Checking httptest v0.15.5 |
2148 | 2023-11-16T15:59:39.474Z | Checking similar-asserts v1.5.0 |
2149 | 2023-11-16T15:59:39.861Z | Checking fd-lock v3.0.13 |
2150 | 2023-11-16T15:59:40.157Z | Checking nanorand v0.7.0 |
2151 | 2023-11-16T15:59:40.734Z | Compiling rstest_macros v0.18.2 |
2152 | 2023-11-16T15:59:41.463Z | Checking nu-ansi-term v0.49.0 |
2153 | 2023-11-16T15:59:42.016Z | Checking flume v0.11.0 |
2154 | 2023-11-16T15:59:42.127Z | Checking reedline v0.25.0 |
2155 | 2023-11-16T15:59:43.013Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2156 | 2023-11-16T15:59:45.286Z | Checking datatest-stable v0.2.3 |
2157 | 2023-11-16T15:59:50.802Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2158 | 2023-11-16T15:59:51.248Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2159 | 2023-11-16T15:59:53.323Z | Compiling pin-project-internal v1.1.3 |
2160 | 2023-11-16T15:59:53.374Z | Checking bytecount v0.6.3 |
2161 | 2023-11-16T15:59:53.592Z | Checking arrayref v0.3.7 |
2162 | 2023-11-16T15:59:54.370Z | Compiling relative-path v1.9.0 |
2163 | 2023-11-16T15:59:55.455Z | Checking constant_time_eq v0.2.6 |
2164 | 2023-11-16T15:59:55.629Z | Checking topological-sort v0.2.2 |
2165 | 2023-11-16T15:59:55.930Z | Compiling trybuild v1.0.85 |
2166 | 2023-11-16T15:59:56.653Z | Checking arrayvec v0.7.4 |
2167 | 2023-11-16T15:59:57.235Z | Checking blake2b_simd v1.0.1 |
2168 | 2023-11-16T15:59:57.854Z | Checking pin-project v1.1.3 |
2169 | 2023-11-16T16:00:01.775Z | Checking papergrid v0.10.0 |
2170 | 2023-11-16T16:00:04.537Z | Checking basic-toml v0.1.4 |
2171 | 2023-11-16T16:00:05.128Z | Checking constant_time_eq v0.3.0 |
2172 | 2023-11-16T16:00:05.309Z | Checking futures-timer v3.0.2 |
2173 | 2023-11-16T16:00:05.500Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2174 | 2023-11-16T16:00:05.761Z | Checking rust-argon2 v1.0.1 |
2175 | 2023-11-16T16:00:06.818Z | Checking tabled v0.14.0 |
2176 | 2023-11-16T16:00:07.437Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2177 | 2023-11-16T16:00:07.779Z | Checking partial-io v0.5.4 |
2178 | 2023-11-16T16:00:09.393Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2179 | 2023-11-16T16:00:10.551Z | Checking cargo-platform v0.1.3 |
2180 | 2023-11-16T16:00:10.854Z | Checking approx v0.5.1 |
2181 | 2023-11-16T16:00:10.974Z | Checking rstest v0.18.2 |
2182 | 2023-11-16T16:00:11.161Z | Checking hex-literal v0.4.1 |
2183 | 2023-11-16T16:00:11.194Z | Checking cargo_metadata v0.18.0 |
2184 | 2023-11-16T16:00:11.347Z | Checking crossbeam v0.8.2 |
2185 | 2023-11-16T16:00:13.462Z | Compiling polar-core v0.27.0 |
2186 | 2023-11-16T16:00:14.921Z | Checking cargo_toml v0.17.0 |
2187 | 2023-11-16T16:00:15.817Z | Checking termios v0.3.3 |
2188 | 2023-11-16T16:00:16.440Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2189 | 2023-11-16T16:00:18.191Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2190 | 2023-11-16T16:00:22.371Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2191 | 2023-11-16T16:00:30.669Z | Checking oso v0.27.0 |
2192 | 2023-11-16T16:00:35.349Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2193 | 2023-11-16T16:00:48.093Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2194 | 2023-11-16T16:00:48.373Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2195 | 2023-11-16T16:01:32.128Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2196 | 2023-11-16T16:03:27.657Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 57s |
2197 | 2023-11-16T16:03:27.677Z | |
2198 | 2023-11-16T16:03:27.708Z | real 12:51.462563952 |
2199 | 2023-11-16T16:03:27.712Z | user 1:19:20.414100472 |
2200 | 2023-11-16T16:03:27.718Z | sys 10:34.329328317 |
2201 | 2023-11-16T16:03:27.723Z | trap 2.869004155 |
2202 | 2023-11-16T16:03:27.727Z | tflt 5.412623432 |
2203 | 2023-11-16T16:03:27.734Z | dflt 5.502038550 |
2204 | 2023-11-16T16:03:27.739Z | kflt 0.025384391 |
2205 | 2023-11-16T16:03:27.743Z | lock 1:47:38.278622327 |
2206 | 2023-11-16T16:03:27.747Z | slp 3:45:49.073353922 |
2207 | 2023-11-16T16:03:27.753Z | lat 2:47.294839372 |
2208 | 2023-11-16T16:03:27.758Z | stop 6:29.839112924 |
2209 | 2023-11-16T16:03:27.763Z | warning: output filename collision. |
2210 | 2023-11-16T16:03:27.767Z | 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)`. |
2211 | 2023-11-16T16:03:27.772Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2212 | 2023-11-16T16:03:27.776Z | The targets should have unique names. |
2213 | 2023-11-16T16:03:27.779Z | This is a known bug where multiple crates with the same name use |
2214 | 2023-11-16T16:03:27.783Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2215 | 2023-11-16T16:03:27.787Z | warning: output filename collision. |
2216 | 2023-11-16T16:03:27.791Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2217 | 2023-11-16T16:03:27.794Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2218 | 2023-11-16T16:03:27.798Z | The targets should have unique names. |
2219 | 2023-11-16T16:03:27.803Z | This is a known bug where multiple crates with the same name use |
2220 | 2023-11-16T16:03:27.809Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2221 | 2023-11-16T16:03:27.814Z | warning: output filename collision. |
2222 | 2023-11-16T16:03:27.818Z | 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)`. |
2223 | 2023-11-16T16:03:27.823Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2224 | 2023-11-16T16:03:27.828Z | The targets should have unique names. |
2225 | 2023-11-16T16:03:27.833Z | This is a known bug where multiple crates with the same name use |
2226 | 2023-11-16T16:03:27.838Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2227 | 2023-11-16T16:03:27.845Z | Checking unicode-ident v1.0.12 |
2228 | 2023-11-16T16:03:27.851Z | Documenting libc v0.2.150 |
2229 | 2023-11-16T16:03:27.855Z | Documenting cfg-if v1.0.0 |
2230 | 2023-11-16T16:03:27.869Z | Checking libc v0.2.150 |
2231 | 2023-11-16T16:03:27.872Z | Checking serde v1.0.192 |
2232 | 2023-11-16T16:03:27.877Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2233 | 2023-11-16T16:03:27.883Z | Checking cfg-if v1.0.0 |
2234 | 2023-11-16T16:03:27.895Z | Documenting log v0.4.20 |
2235 | 2023-11-16T16:03:27.900Z | Documenting scopeguard v1.2.0 |
2236 | 2023-11-16T16:03:27.903Z | Checking proc-macro2 v1.0.69 |
2237 | 2023-11-16T16:03:27.928Z | Checking once_cell v1.18.0 |
2238 | 2023-11-16T16:03:28.396Z | Documenting itoa v1.0.9 |
2239 | 2023-11-16T16:03:28.647Z | Checking quote v1.0.33 |
2240 | 2023-11-16T16:03:29.127Z | Checking syn v2.0.32 |
2241 | 2023-11-16T16:03:29.289Z | Checking syn v1.0.109 |
2242 | 2023-11-16T16:03:31.543Z | Documenting smallvec v1.11.0 |
2243 | 2023-11-16T16:03:31.730Z | Documenting lock_api v0.4.10 |
2244 | 2023-11-16T16:03:32.431Z | Documenting memchr v2.6.3 |
2245 | 2023-11-16T16:03:34.213Z | Documenting getrandom v0.2.10 |
2246 | 2023-11-16T16:03:34.387Z | Documenting pin-project-lite v0.2.13 |
2247 | 2023-11-16T16:03:36.395Z | Documenting parking_lot_core v0.9.8 |
2248 | 2023-11-16T16:03:36.443Z | Documenting libm v0.2.7 |
2249 | 2023-11-16T16:03:36.578Z | Documenting signal-hook-registry v1.4.1 |
2250 | 2023-11-16T16:03:38.487Z | Checking itoa v1.0.9 |
2251 | 2023-11-16T16:03:38.801Z | Documenting mio v0.8.8 |
2252 | 2023-11-16T16:03:39.131Z | Documenting futures-core v0.3.29 |
2253 | 2023-11-16T16:03:39.335Z | Documenting num_cpus v1.16.0 |
2254 | 2023-11-16T16:03:39.538Z | Documenting serde_derive v1.0.192 |
2255 | 2023-11-16T16:03:40.047Z | Documenting rand_core v0.6.4 |
2256 | 2023-11-16T16:03:41.276Z | Documenting zeroize_derive v1.4.2 |
2257 | 2023-11-16T16:03:42.317Z | Documenting parking_lot v0.12.1 |
2258 | 2023-11-16T16:03:42.654Z | Documenting num-traits v0.2.16 |
2259 | 2023-11-16T16:03:44.774Z | Documenting thiserror-impl v1.0.49 |
2260 | 2023-11-16T16:03:44.966Z | Documenting tokio-macros v2.1.0 |
2261 | 2023-11-16T16:03:45.249Z | Documenting socket2 v0.5.4 |
2262 | 2023-11-16T16:03:45.629Z | Documenting once_cell v1.18.0 |
2263 | 2023-11-16T16:03:48.589Z | Checking getrandom v0.2.10 |
2264 | 2023-11-16T16:03:48.653Z | Documenting zeroize v1.6.0 |
2265 | 2023-11-16T16:03:48.941Z | Documenting typenum v1.16.0 |
2266 | 2023-11-16T16:03:49.736Z | Checking thiserror v1.0.49 |
2267 | 2023-11-16T16:03:49.913Z | Checking ryu v1.0.15 |
2268 | 2023-11-16T16:03:50.213Z | Documenting serde v1.0.192 |
2269 | 2023-11-16T16:03:50.244Z | Documenting ryu v1.0.15 |
2270 | 2023-11-16T16:03:51.236Z | Checking memchr v2.6.3 |
2271 | 2023-11-16T16:03:51.687Z | Documenting subtle v2.5.0 |
2272 | 2023-11-16T16:03:52.064Z | Documenting thiserror v1.0.49 |
2273 | 2023-11-16T16:03:52.413Z | Documenting byteorder v1.5.0 |
2274 | 2023-11-16T16:03:52.626Z | Checking serde_json v1.0.108 |
2275 | 2023-11-16T16:03:54.439Z | Documenting futures-sink v0.3.29 |
2276 | 2023-11-16T16:03:54.445Z | Checking heck v0.4.1 |
2277 | 2023-11-16T16:03:54.778Z | Documenting const-oid v0.9.5 |
2278 | 2023-11-16T16:03:55.276Z | Documenting pin-utils v0.1.0 |
2279 | 2023-11-16T16:03:56.588Z | Documenting generic-array v0.14.7 |
2280 | 2023-11-16T16:03:57.169Z | Checking log v0.4.20 |
2281 | 2023-11-16T16:03:57.612Z | Documenting futures-macro v0.3.29 |
2282 | 2023-11-16T16:03:58.256Z | Checking bytes v1.5.0 |
2283 | 2023-11-16T16:03:58.617Z | Documenting futures-task v0.3.29 |
2284 | 2023-11-16T16:03:59.494Z | Documenting slab v0.4.9 |
2285 | 2023-11-16T16:04:00.223Z | Documenting futures-channel v0.3.29 |
2286 | 2023-11-16T16:04:02.919Z | Documenting crypto-common v0.1.6 |
2287 | 2023-11-16T16:04:03.023Z | Documenting futures-io v0.3.29 |
2288 | 2023-11-16T16:04:03.462Z | Documenting iana-time-zone v0.1.57 |
2289 | 2023-11-16T16:04:04.896Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2290 | 2023-11-16T16:04:05.398Z | Documenting tinyvec_macros v0.1.1 |
2291 | 2023-11-16T16:04:05.843Z | Checking byteorder v1.5.0 |
2292 | 2023-11-16T16:04:05.926Z | Documenting block-buffer v0.10.4 |
2293 | 2023-11-16T16:04:06.460Z | Documenting ppv-lite86 v0.2.17 |
2294 | 2023-11-16T16:04:06.550Z | Checking fnv v1.0.7 |
2295 | 2023-11-16T16:04:06.719Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2023-11-16T16:04:08.606Z | Documenting futures-util v0.3.29 |
2297 | 2023-11-16T16:04:08.976Z | Documenting tracing-core v0.1.31 |
2298 | 2023-11-16T16:04:08.994Z | Documenting tinyvec v1.6.0 |
2299 | 2023-11-16T16:04:10.335Z | Documenting tracing-attributes v0.1.26 |
2300 | 2023-11-16T16:04:11.156Z | Documenting rand_chacha v0.3.1 |
2301 | 2023-11-16T16:04:12.076Z | Documenting digest v0.10.7 |
2302 | 2023-11-16T16:04:14.580Z | Documenting unicode-normalization v0.1.22 |
2303 | 2023-11-16T16:04:17.410Z | Documenting rand v0.8.5 |
2304 | 2023-11-16T16:04:23.088Z | Checking libm v0.2.7 |
2305 | 2023-11-16T16:04:23.194Z | Checking ucd-trie v0.1.6 |
2306 | 2023-11-16T16:04:23.202Z | Documenting fnv v1.0.7 |
2307 | 2023-11-16T16:04:23.248Z | Documenting base64 v0.21.5 |
2308 | 2023-11-16T16:04:23.318Z | Checking num-traits v0.2.16 |
2309 | 2023-11-16T16:04:23.343Z | Checking pest v2.7.2 |
2310 | 2023-11-16T16:04:23.351Z | Documenting lazy_static v1.4.0 |
2311 | 2023-11-16T16:04:23.647Z | Documenting bytes v1.5.0 |
2312 | 2023-11-16T16:04:24.285Z | Documenting bitflags v2.4.0 |
2313 | 2023-11-16T16:04:25.320Z | Documenting serde_json v1.0.108 |
2314 | 2023-11-16T16:04:25.893Z | Documenting chrono v0.4.31 |
2315 | 2023-11-16T16:04:26.347Z | Documenting uuid v1.5.0 |
2316 | 2023-11-16T16:04:27.753Z | Documenting unicode-bidi v0.3.13 |
2317 | 2023-11-16T16:04:27.764Z | Checking hashbrown v0.14.2 |
2318 | 2023-11-16T16:04:29.494Z | Checking equivalent v1.0.1 |
2319 | 2023-11-16T16:04:29.664Z | Checking indexmap v2.1.0 |
2320 | 2023-11-16T16:04:30.792Z | Documenting percent-encoding v2.3.0 |
2321 | 2023-11-16T16:04:31.230Z | Documenting tokio v1.33.0 |
2322 | 2023-11-16T16:04:31.530Z | Documenting http v0.2.9 |
2323 | 2023-11-16T16:04:33.136Z | Documenting spin v0.9.8 |
2324 | 2023-11-16T16:04:33.324Z | Documenting cpufeatures v0.2.9 |
2325 | 2023-11-16T16:04:34.276Z | Checking serde_derive_internals v0.26.0 |
2326 | 2023-11-16T16:04:34.333Z | Documenting tracing v0.1.37 |
2327 | 2023-11-16T16:04:35.315Z | Documenting serde_derive_internals v0.26.0 |
2328 | 2023-11-16T16:04:35.346Z | Documenting dyn-clone v1.0.13 |
2329 | 2023-11-16T16:04:36.837Z | Documenting form_urlencoded v1.2.0 |
2330 | 2023-11-16T16:04:37.450Z | Checking time-core v0.1.1 |
2331 | 2023-11-16T16:04:37.604Z | Checking scopeguard v1.2.0 |
2332 | 2023-11-16T16:04:37.666Z | Documenting idna v0.4.0 |
2333 | 2023-11-16T16:04:37.780Z | Checking lock_api v0.4.10 |
2334 | 2023-11-16T16:04:38.413Z | Documenting errno v0.3.2 |
2335 | 2023-11-16T16:04:39.833Z | Documenting adler v1.0.2 |
2336 | 2023-11-16T16:04:40.105Z | Checking uuid v1.5.0 |
2337 | 2023-11-16T16:04:40.877Z | Documenting httparse v1.8.0 |
2338 | 2023-11-16T16:04:42.315Z | Checking iana-time-zone v0.1.57 |
2339 | 2023-11-16T16:04:42.513Z | Documenting unicode-ident v1.0.12 |
2340 | 2023-11-16T16:04:43.088Z | Documenting rustix v0.38.9 |
2341 | 2023-11-16T16:04:43.133Z | Documenting schemars_derive v0.8.13 |
2342 | 2023-11-16T16:04:43.765Z | Documenting miniz_oxide v0.7.1 |
2343 | 2023-11-16T16:04:44.305Z | Documenting url v2.4.1 |
2344 | 2023-11-16T16:04:46.813Z | Documenting proc-macro2 v1.0.69 |
2345 | 2023-11-16T16:04:46.947Z | Checking chrono v0.4.31 |
2346 | 2023-11-16T16:04:47.037Z | Checking zerocopy v0.3.0 |
2347 | 2023-11-16T16:04:48.083Z | Checking dof v0.1.5 |
2348 | 2023-11-16T16:04:48.787Z | Checking dtrace-parser v0.1.14 |
2349 | 2023-11-16T16:04:48.799Z | Checking thread-id v4.2.0 |
2350 | 2023-11-16T16:04:48.943Z | Documenting openssl-probe v0.1.5 |
2351 | 2023-11-16T16:04:49.542Z | Documenting try-lock v0.2.4 |
2352 | 2023-11-16T16:04:50.281Z | Documenting equivalent v1.0.1 |
2353 | 2023-11-16T16:04:50.455Z | Documenting hashbrown v0.14.2 |
2354 | 2023-11-16T16:04:51.938Z | Documenting schemars v0.8.13 |
2355 | 2023-11-16T16:04:53.353Z | Documenting quote v1.0.33 |
2356 | 2023-11-16T16:04:53.786Z | Documenting untrusted v0.9.0 |
2357 | 2023-11-16T16:04:53.824Z | Documenting httpdate v1.0.3 |
2358 | 2023-11-16T16:04:54.941Z | Documenting want v0.3.1 |
2359 | 2023-11-16T16:04:55.018Z | Checking usdt-impl v0.3.5 |
2360 | 2023-11-16T16:04:55.963Z | Documenting http-body v0.4.5 |
2361 | 2023-11-16T16:04:58.563Z | Documenting indexmap v2.1.0 |
2362 | 2023-11-16T16:04:58.568Z | Documenting ring v0.17.5 |
2363 | 2023-11-16T16:04:59.437Z | Documenting openssl-macros v0.1.1 |
2364 | 2023-11-16T16:05:00.099Z | Documenting openssl-sys v0.9.93 |
2365 | 2023-11-16T16:05:00.662Z | Documenting tower-service v0.3.2 |
2366 | 2023-11-16T16:05:01.699Z | Documenting mime v0.3.17 |
2367 | 2023-11-16T16:05:01.793Z | Documenting tokio-util v0.7.10 |
2368 | 2023-11-16T16:05:02.806Z | Checking dyn-clone v1.0.13 |
2369 | 2023-11-16T16:05:03.009Z | Checking schemars v0.8.13 |
2370 | 2023-11-16T16:05:05.163Z | Documenting async-trait v0.1.74 |
2371 | 2023-11-16T16:05:05.519Z | Documenting aho-corasick v1.0.4 |
2372 | 2023-11-16T16:05:05.957Z | Checking ahash v0.8.3 |
2373 | 2023-11-16T16:05:06.152Z | Documenting sct v0.7.0 |
2374 | 2023-11-16T16:05:06.455Z | Documenting rustls-webpki v0.101.7 |
2375 | 2023-11-16T16:05:06.515Z | Documenting slog v2.7.0 |
2376 | 2023-11-16T16:05:07.878Z | Documenting unicode-width v0.1.11 |
2377 | 2023-11-16T16:05:11.379Z | Documenting openssl v0.10.57 |
2378 | 2023-11-16T16:05:11.862Z | Documenting h2 v0.3.21 |
2379 | 2023-11-16T16:05:12.245Z | Documenting gimli v0.28.0 |
2380 | 2023-11-16T16:05:12.491Z | Documenting regex-syntax v0.8.2 |
2381 | 2023-11-16T16:05:12.638Z | Documenting ipnet v2.8.0 |
2382 | 2023-11-16T16:05:13.100Z | Documenting utf8parse v0.2.1 |
2383 | 2023-11-16T16:05:13.231Z | Documenting rustls v0.21.8 |
2384 | 2023-11-16T16:05:13.367Z | Checking hashbrown v0.13.2 |
2385 | 2023-11-16T16:05:15.103Z | Documenting time-macros v0.2.13 |
2386 | 2023-11-16T16:05:17.348Z | Documenting rustls-pemfile v1.0.3 |
2387 | 2023-11-16T16:05:18.556Z | Checking http v0.2.9 |
2388 | 2023-11-16T16:05:20.692Z | Documenting num-integer v0.1.45 |
2389 | 2023-11-16T16:05:21.813Z | Documenting addr2line v0.21.0 |
2390 | 2023-11-16T16:05:22.335Z | Documenting object v0.32.1 |
2391 | 2023-11-16T16:05:22.495Z | Documenting regex-automata v0.4.3 |
2392 | 2023-11-16T16:05:23.540Z | Documenting time-core v0.1.1 |
2393 | 2023-11-16T16:05:24.786Z | Checking smallvec v1.11.0 |
2394 | 2023-11-16T16:05:25.411Z | Documenting deranged v0.3.8 |
2395 | 2023-11-16T16:05:26.907Z | Documenting num_threads v0.1.6 |
2396 | 2023-11-16T16:05:27.201Z | Documenting rustc-demangle v0.1.23 |
2397 | 2023-11-16T16:05:27.414Z | Documenting tokio-rustls v0.24.1 |
2398 | 2023-11-16T16:05:27.442Z | Documenting hyper v0.14.27 |
2399 | 2023-11-16T16:05:27.901Z | Checking parking_lot_core v0.9.8 |
2400 | 2023-11-16T16:05:28.425Z | Documenting native-tls v0.2.11 |
2401 | 2023-11-16T16:05:31.474Z | Checking pest_meta v2.7.2 |
2402 | 2023-11-16T16:05:32.122Z | Documenting zerocopy v0.6.4 |
2403 | 2023-11-16T16:05:33.037Z | Checking aho-corasick v1.0.4 |
2404 | 2023-11-16T16:05:33.109Z | Documenting time v0.3.27 |
2405 | 2023-11-16T16:05:35.510Z | Documenting regex v1.10.2 |
2406 | 2023-11-16T16:05:35.601Z | Documenting crossbeam-utils v0.8.16 |
2407 | 2023-11-16T16:05:36.373Z | Documenting encoding_rs v0.8.33 |
2408 | 2023-11-16T16:05:36.508Z | Checking regex-syntax v0.8.2 |
2409 | 2023-11-16T16:05:38.378Z | Documenting tokio-native-tls v0.3.1 |
2410 | 2023-11-16T16:05:41.374Z | Documenting backtrace v0.3.69 |
2411 | 2023-11-16T16:05:42.081Z | Checking parking_lot v0.12.1 |
2412 | 2023-11-16T16:05:42.151Z | Documenting rustls-native-certs v0.6.3 |
2413 | 2023-11-16T16:05:42.155Z | Checking regex-automata v0.4.3 |
2414 | 2023-11-16T16:05:42.615Z | Documenting serde_urlencoded v0.7.1 |
2415 | 2023-11-16T16:05:43.980Z | Documenting pest_meta v2.7.2 |
2416 | 2023-11-16T16:05:44.217Z | Documenting anstyle v1.0.2 |
2417 | 2023-11-16T16:05:46.504Z | Checking pin-project-lite v0.2.13 |
2418 | 2023-11-16T16:05:46.663Z | Documenting hyper-tls v0.5.0 |
2419 | 2023-11-16T16:05:46.678Z | Checking pest_generator v2.7.2 |
2420 | 2023-11-16T16:05:47.854Z | Documenting anstyle-parse v0.2.1 |
2421 | 2023-11-16T16:05:47.959Z | Checking regex v1.10.2 |
2422 | 2023-11-16T16:05:47.963Z | Documenting hyper-rustls v0.24.2 |
2423 | 2023-11-16T16:05:48.933Z | Documenting webpki-roots v0.25.2 |
2424 | 2023-11-16T16:05:48.978Z | Documenting anyhow v1.0.75 |
2425 | 2023-11-16T16:05:49.647Z | Documenting data-encoding v2.4.0 |
2426 | 2023-11-16T16:05:50.115Z | Documenting ucd-trie v0.1.6 |
2427 | 2023-11-16T16:05:50.644Z | Documenting pest_generator v2.7.2 |
2428 | 2023-11-16T16:05:52.475Z | Documenting anstyle-query v1.0.0 |
2429 | 2023-11-16T16:05:54.564Z | Documenting colorchoice v1.0.0 |
2430 | 2023-11-16T16:05:55.854Z | Documenting ipnetwork v0.20.0 |
2431 | 2023-11-16T16:05:56.203Z | Documenting pest v2.7.2 |
2432 | 2023-11-16T16:05:56.430Z | Documenting syn v2.0.32 |
2433 | 2023-11-16T16:05:57.442Z | Documenting sha2 v0.10.8 |
2434 | 2023-11-16T16:05:57.627Z | Documenting pest_derive v2.7.2 |
2435 | 2023-11-16T16:05:57.844Z | Checking rand_core v0.6.4 |
2436 | 2023-11-16T16:05:58.288Z | Checking serde_tokenstream v0.1.7 |
2437 | 2023-11-16T16:05:58.433Z | Documenting reqwest v0.11.22 |
2438 | 2023-11-16T16:05:58.640Z | Documenting anstream v0.5.0 |
2439 | 2023-11-16T16:05:58.848Z | Documenting crc32fast v1.3.2 |
2440 | 2023-11-16T16:06:04.421Z | Checking signal-hook-registry v1.4.1 |
2441 | 2023-11-16T16:06:04.426Z | Documenting terminal_size v0.2.6 |
2442 | 2023-11-16T16:06:04.510Z | Checking strsim v0.10.0 |
2443 | 2023-11-16T16:06:04.515Z | Checking unicode-width v0.1.11 |
2444 | 2023-11-16T16:06:04.732Z | Documenting clap_lex v0.5.1 |
2445 | 2023-11-16T16:06:04.757Z | Documenting strsim v0.10.0 |
2446 | 2023-11-16T16:06:04.823Z | Documenting num-iter v0.1.43 |
2447 | 2023-11-16T16:06:04.884Z | Documenting openapiv3 v2.0.0-rc.1 |
2448 | 2023-11-16T16:06:04.897Z | Documenting dtrace-parser v0.1.14 |
2449 | 2023-11-16T16:06:10.517Z | Documenting hex v0.4.3 |
2450 | 2023-11-16T16:06:10.804Z | Documenting futures-executor v0.3.29 |
2451 | 2023-11-16T16:06:10.898Z | Documenting clap_builder v4.4.2 |
2452 | 2023-11-16T16:06:11.144Z | Documenting hmac v0.12.1 |
2453 | 2023-11-16T16:06:11.248Z | Documenting dof v0.1.5 |
2454 | 2023-11-16T16:06:13.626Z | Checking mio v0.8.8 |
2455 | 2023-11-16T16:06:14.328Z | Documenting clap_derive v4.4.2 |
2456 | 2023-11-16T16:06:14.572Z | Documenting signal-hook v0.3.17 |
2457 | 2023-11-16T16:06:16.695Z | Checking serde_tokenstream v0.2.0 |
2458 | 2023-11-16T16:06:16.979Z | Documenting thread-id v4.2.0 |
2459 | 2023-11-16T16:06:17.278Z | Documenting memoffset v0.9.0 |
2460 | 2023-11-16T16:06:17.439Z | Checking typenum v1.16.0 |
2461 | 2023-11-16T16:06:18.644Z | Checking futures-core v0.3.29 |
2462 | 2023-11-16T16:06:18.914Z | Checking zeroize v1.6.0 |
2463 | 2023-11-16T16:06:19.304Z | Documenting either v1.9.0 |
2464 | 2023-11-16T16:06:19.627Z | Checking generic-array v0.14.7 |
2465 | 2023-11-16T16:06:20.732Z | Documenting flate2 v1.0.28 |
2466 | 2023-11-16T16:06:21.064Z | Documenting usdt-macro v0.3.5 |
2467 | 2023-11-16T16:06:21.546Z | Documenting crossbeam-epoch v0.9.15 |
2468 | 2023-11-16T16:06:21.559Z | Documenting usdt-attr-macro v0.3.5 |
2469 | 2023-11-16T16:06:22.213Z | Documenting clap v4.4.3 |
2470 | 2023-11-16T16:06:23.316Z | Documenting usdt-impl v0.3.5 |
2471 | 2023-11-16T16:06:25.585Z | Checking regress v0.7.1 |
2472 | 2023-11-16T16:06:27.794Z | Checking openapiv3 v2.0.0-rc.1 |
2473 | 2023-11-16T16:06:28.136Z | Documenting serde_spanned v0.6.4 |
2474 | 2023-11-16T16:06:29.156Z | Documenting toml_datetime v0.6.5 |
2475 | 2023-11-16T16:06:29.847Z | Documenting winnow v0.5.15 |
2476 | 2023-11-16T16:06:30.428Z | Documenting signal-hook-mio v0.2.3 |
2477 | 2023-11-16T16:06:30.588Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2478 | 2023-11-16T16:06:30.612Z | Documenting futures v0.3.29 |
2479 | 2023-11-16T16:06:32.522Z | Documenting usdt v0.3.5 |
2480 | 2023-11-16T16:06:33.717Z | Documenting signature v2.1.0 |
2481 | 2023-11-16T16:06:34.111Z | Documenting block-padding v0.3.3 |
2482 | 2023-11-16T16:06:34.841Z | Documenting hash32 v0.2.1 |
2483 | 2023-11-16T16:06:35.184Z | Documenting enum-as-inner v0.5.1 |
2484 | 2023-11-16T16:06:36.458Z | Documenting scheduled-thread-pool v0.2.7 |
2485 | 2023-11-16T16:06:37.654Z | Documenting toml_edit v0.21.0 |
2486 | 2023-11-16T16:06:40.883Z | Documenting diesel_table_macro_syntax v0.1.0 |
2487 | 2023-11-16T16:06:41.026Z | Checking diesel_table_macro_syntax v0.1.0 |
2488 | 2023-11-16T16:06:41.195Z | Checking toml_datetime v0.6.5 |
2489 | 2023-11-16T16:06:41.279Z | Checking serde_spanned v0.6.4 |
2490 | 2023-11-16T16:06:41.355Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2491 | 2023-11-16T16:06:41.543Z | Checking num_cpus v1.16.0 |
2492 | 2023-11-16T16:06:41.622Z | Checking socket2 v0.5.4 |
2493 | 2023-11-16T16:06:41.672Z | Documenting stable_deref_trait v1.2.0 |
2494 | 2023-11-16T16:06:41.706Z | Checking futures-sink v0.3.29 |
2495 | 2023-11-16T16:06:41.907Z | Checking winnow v0.5.15 |
2496 | 2023-11-16T16:06:42.242Z | Documenting unicode-segmentation v1.10.1 |
2497 | 2023-11-16T16:06:42.357Z | Checking tokio v1.33.0 |
2498 | 2023-11-16T16:06:42.447Z | Documenting r2d2 v0.8.10 |
2499 | 2023-11-16T16:06:45.744Z | Documenting heapless v0.7.16 |
2500 | 2023-11-16T16:06:46.655Z | Documenting trust-dns-proto v0.22.0 |
2501 | 2023-11-16T16:06:46.831Z | Documenting inout v0.1.3 |
2502 | 2023-11-16T16:06:47.135Z | Documenting bzip2 v0.4.4 |
2503 | 2023-11-16T16:06:47.404Z | Documenting crossterm v0.27.0 |
2504 | 2023-11-16T16:06:48.932Z | Documenting itertools v0.11.0 |
2505 | 2023-11-16T16:06:49.033Z | Documenting diesel_derives v2.1.1 |
2506 | 2023-11-16T16:06:53.025Z | Documenting stringprep v0.1.3 |
2507 | 2023-11-16T16:06:53.063Z | Documenting semver v1.0.20 |
2508 | 2023-11-16T16:06:53.367Z | Documenting md-5 v0.10.5 |
2509 | 2023-11-16T16:06:53.851Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2510 | 2023-11-16T16:06:55.399Z | Documenting bit-vec v0.6.3 |
2511 | 2023-11-16T16:06:59.222Z | Checking spin v0.5.2 |
2512 | 2023-11-16T16:06:59.260Z | Documenting siphasher v0.3.11 |
2513 | 2023-11-16T16:06:59.448Z | Documenting managed v0.8.0 |
2514 | 2023-11-16T16:06:59.520Z | Checking tinyvec_macros v0.1.1 |
2515 | 2023-11-16T16:06:59.612Z | Documenting fallible-iterator v0.2.0 |
2516 | 2023-11-16T16:06:59.694Z | Documenting static_assertions v1.1.0 |
2517 | 2023-11-16T16:07:00.092Z | Checking tinyvec v1.6.0 |
2518 | 2023-11-16T16:07:00.980Z | Documenting diesel v2.1.3 |
2519 | 2023-11-16T16:07:00.994Z | Documenting cipher v0.4.4 |
2520 | 2023-11-16T16:07:01.789Z | Documenting zip v0.6.6 |
2521 | 2023-11-16T16:07:02.313Z | Checking toml_edit v0.19.15 |
2522 | 2023-11-16T16:07:03.692Z | Documenting phf_shared v0.11.2 |
2523 | 2023-11-16T16:07:04.382Z | Checking futures-channel v0.3.29 |
2524 | 2023-11-16T16:07:04.423Z | Documenting smoltcp v0.9.1 |
2525 | 2023-11-16T16:07:04.962Z | Documenting num-bigint v0.4.4 |
2526 | 2023-11-16T16:07:06.177Z | Documenting hubpack v0.1.2 |
2527 | 2023-11-16T16:07:06.867Z | Documenting postgres-protocol v0.6.6 |
2528 | 2023-11-16T16:07:08.890Z | Documenting serde_repr v0.1.16 |
2529 | 2023-11-16T16:07:09.249Z | Documenting bstr v1.6.0 |
2530 | 2023-11-16T16:07:09.411Z | Documenting regress v0.7.1 |
2531 | 2023-11-16T16:07:12.148Z | Checking futures-task v0.3.29 |
2532 | 2023-11-16T16:07:12.501Z | Checking slab v0.4.9 |
2533 | 2023-11-16T16:07:12.893Z | Documenting precomputed-hash v0.1.1 |
2534 | 2023-11-16T16:07:13.141Z | Checking pin-utils v0.1.0 |
2535 | 2023-11-16T16:07:13.263Z | Documenting lalrpop-util v0.19.12 |
2536 | 2023-11-16T16:07:15.112Z | Documenting fixedbitset v0.4.2 |
2537 | 2023-11-16T16:07:15.672Z | Checking futures-io v0.3.29 |
2538 | 2023-11-16T16:07:15.944Z | Documenting new_debug_unreachable v1.0.4 |
2539 | 2023-11-16T16:07:16.285Z | Documenting postgres-types v0.2.6 |
2540 | 2023-11-16T16:07:17.069Z | Checking futures-util v0.3.29 |
2541 | 2023-11-16T16:07:18.472Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2542 | 2023-11-16T16:07:18.854Z | Documenting yasna v0.5.2 |
2543 | 2023-11-16T16:07:19.525Z | Documenting phf v0.11.2 |
2544 | 2023-11-16T16:07:19.911Z | Documenting petgraph v0.6.4 |
2545 | 2023-11-16T16:07:20.221Z | Documenting string_cache v0.8.7 |
2546 | 2023-11-16T16:07:25.686Z | Checking unicode-normalization v0.1.22 |
2547 | 2023-11-16T16:07:26.640Z | Checking crypto-common v0.1.6 |
2548 | 2023-11-16T16:07:26.651Z | Documenting console v0.15.7 |
2549 | 2023-11-16T16:07:27.157Z | Checking spin v0.9.8 |
2550 | 2023-11-16T16:07:27.239Z | Documenting float-cmp v0.9.0 |
2551 | 2023-11-16T16:07:27.658Z | Checking tracing-core v0.1.31 |
2552 | 2023-11-16T16:07:27.688Z | Documenting predicates-core v1.0.6 |
2553 | 2023-11-16T16:07:27.923Z | Documenting normalize-line-endings v0.3.0 |
2554 | 2023-11-16T16:07:28.730Z | Checking unsafe-libyaml v0.2.9 |
2555 | 2023-11-16T16:07:28.744Z | Documenting heck v0.4.1 |
2556 | 2023-11-16T16:07:30.826Z | Checking unicode-bidi v0.3.13 |
2557 | 2023-11-16T16:07:31.221Z | Documenting difflib v0.4.0 |
2558 | 2023-11-16T16:07:31.707Z | Documenting whoami v1.4.1 |
2559 | 2023-11-16T16:07:32.490Z | Checking tracing v0.1.37 |
2560 | 2023-11-16T16:07:32.799Z | Documenting bit-set v0.5.3 |
2561 | 2023-11-16T16:07:33.005Z | Documenting similar v2.2.1 |
2562 | 2023-11-16T16:07:33.638Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2563 | 2023-11-16T16:07:33.833Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2564 | 2023-11-16T16:07:33.978Z | Checking block-buffer v0.10.4 |
2565 | 2023-11-16T16:07:34.261Z | Checking getopts v0.2.21 |
2566 | 2023-11-16T16:07:34.293Z | Documenting tokio-stream v0.1.14 |
2567 | 2023-11-16T16:07:34.842Z | Checking bitflags v2.4.0 |
2568 | 2023-11-16T16:07:35.120Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2569 | 2023-11-16T16:07:35.280Z | Checking const-oid v0.9.5 |
2570 | 2023-11-16T16:07:36.968Z | Documenting predicates v3.0.4 |
2571 | 2023-11-16T16:07:37.803Z | Documenting tokio-postgres v0.7.10 |
2572 | 2023-11-16T16:07:38.234Z | Documenting unsafe-libyaml v0.2.9 |
2573 | 2023-11-16T16:07:39.072Z | Checking ident_case v1.0.1 |
2574 | 2023-11-16T16:07:39.288Z | Checking subtle v2.5.0 |
2575 | 2023-11-16T16:07:39.331Z | Checking ppv-lite86 v0.2.17 |
2576 | 2023-11-16T16:07:39.712Z | Checking digest v0.10.7 |
2577 | 2023-11-16T16:07:40.299Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2578 | 2023-11-16T16:07:40.519Z | Checking rand_chacha v0.3.1 |
2579 | 2023-11-16T16:07:41.056Z | Checking serde_yaml v0.9.25 |
2580 | 2023-11-16T16:07:41.829Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2581 | 2023-11-16T16:07:43.247Z | Documenting getopts v0.2.21 |
2582 | 2023-11-16T16:07:44.237Z | Documenting serde_yaml v0.9.25 |
2583 | 2023-11-16T16:07:44.240Z | Checking base64 v0.21.5 |
2584 | 2023-11-16T16:07:44.834Z | Checking rand v0.8.5 |
2585 | 2023-11-16T16:07:45.014Z | Checking tokio-util v0.7.10 |
2586 | 2023-11-16T16:07:45.767Z | Checking untrusted v0.9.0 |
2587 | 2023-11-16T16:07:45.991Z | Checking bitflags v1.3.2 |
2588 | 2023-11-16T16:07:46.122Z | Checking hashbrown v0.12.3 |
2589 | 2023-11-16T16:07:46.538Z | Checking foreign-types-shared v0.1.1 |
2590 | 2023-11-16T16:07:46.679Z | Checking untrusted v0.7.1 |
2591 | 2023-11-16T16:07:46.778Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2592 | 2023-11-16T16:07:46.859Z | Checking percent-encoding v2.3.0 |
2593 | 2023-11-16T16:07:46.909Z | Checking openssl-probe v0.1.5 |
2594 | 2023-11-16T16:07:47.095Z | Checking ring v0.16.20 |
2595 | 2023-11-16T16:07:47.170Z | Checking foreign-types v0.3.2 |
2596 | 2023-11-16T16:07:47.292Z | Checking ring v0.17.5 |
2597 | 2023-11-16T16:07:47.742Z | Checking indexmap v1.9.3 |
2598 | 2023-11-16T16:07:48.903Z | Checking errno v0.3.2 |
2599 | 2023-11-16T16:07:49.117Z | Checking openssl-sys v0.9.93 |
2600 | 2023-11-16T16:07:49.815Z | Checking try-lock v0.2.4 |
2601 | 2023-11-16T16:07:50.003Z | Checking unicode-segmentation v1.10.1 |
2602 | 2023-11-16T16:07:50.105Z | Checking adler v1.0.2 |
2603 | 2023-11-16T16:07:50.314Z | Documenting match_cfg v0.1.0 |
2604 | 2023-11-16T16:07:50.364Z | Checking siphasher v0.3.11 |
2605 | 2023-11-16T16:07:50.380Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2606 | 2023-11-16T16:07:51.242Z | Checking rustls-webpki v0.101.7 |
2607 | 2023-11-16T16:07:51.245Z | Checking miniz_oxide v0.7.1 |
2608 | 2023-11-16T16:07:51.300Z | Checking openssl v0.10.57 |
2609 | 2023-11-16T16:07:51.907Z | Checking sct v0.7.0 |
2610 | 2023-11-16T16:07:52.016Z | Checking want v0.3.1 |
2611 | 2023-11-16T16:07:52.192Z | Checking h2 v0.3.21 |
2612 | 2023-11-16T16:07:52.235Z | Checking form_urlencoded v1.2.0 |
2613 | 2023-11-16T16:07:52.264Z | Checking lazy_static v1.4.0 |
2614 | 2023-11-16T16:07:52.407Z | Checking http-body v0.4.5 |
2615 | 2023-11-16T16:07:52.514Z | Documenting sha1 v0.10.6 |
2616 | 2023-11-16T16:07:52.932Z | Documenting dirs-sys-next v0.1.2 |
2617 | 2023-11-16T16:07:53.607Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2618 | 2023-11-16T16:07:54.558Z | Documenting hostname v0.3.1 |
2619 | 2023-11-16T16:07:56.583Z | Checking io-lifetimes v1.0.11 |
2620 | 2023-11-16T16:07:57.506Z | Checking socket2 v0.4.9 |
2621 | 2023-11-16T16:07:57.526Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2622 | 2023-11-16T16:07:57.543Z | Checking httparse v1.8.0 |
2623 | 2023-11-16T16:07:58.177Z | Checking cpufeatures v0.2.9 |
2624 | 2023-11-16T16:07:58.308Z | Checking httpdate v1.0.3 |
2625 | 2023-11-16T16:07:58.651Z | Checking anstyle v1.0.2 |
2626 | 2023-11-16T16:07:58.880Z | Checking utf8parse v0.2.1 |
2627 | 2023-11-16T16:07:59.084Z | Checking tower-service v0.3.2 |
2628 | 2023-11-16T16:07:59.159Z | Checking anstyle-parse v0.2.1 |
2629 | 2023-11-16T16:07:59.246Z | Documenting dirs-next v2.0.0 |
2630 | 2023-11-16T16:07:59.561Z | Checking sha2 v0.10.8 |
2631 | 2023-11-16T16:07:59.985Z | Checking rustix v0.37.23 |
2632 | 2023-11-16T16:08:00.279Z | Checking native-tls v0.2.11 |
2633 | 2023-11-16T16:08:00.449Z | Checking rustls v0.21.8 |
2634 | 2023-11-16T16:08:00.475Z | Checking rustls-pemfile v1.0.3 |
2635 | 2023-11-16T16:08:00.735Z | Checking md-5 v0.10.5 |
2636 | 2023-11-16T16:08:00.748Z | Checking hmac v0.12.1 |
2637 | 2023-11-16T16:08:01.044Z | Checking stringprep v0.1.3 |
2638 | 2023-11-16T16:08:01.060Z | Checking idna v0.4.0 |
2639 | 2023-11-16T16:08:01.455Z | Checking num-integer v0.1.45 |
2640 | 2023-11-16T16:08:01.774Z | Documenting camino v1.1.6 |
2641 | 2023-11-16T16:08:02.234Z | Checking hash32 v0.2.1 |
2642 | 2023-11-16T16:08:02.311Z | Checking hyper v0.14.27 |
2643 | 2023-11-16T16:08:02.506Z | Documenting thread_local v1.1.7 |
2644 | 2023-11-16T16:08:02.709Z | Documenting paste v1.0.14 |
2645 | 2023-11-16T16:08:05.137Z | Checking fallible-iterator v0.2.0 |
2646 | 2023-11-16T16:08:05.593Z | Checking gimli v0.28.0 |
2647 | 2023-11-16T16:08:05.765Z | Checking anstyle-query v1.0.0 |
2648 | 2023-11-16T16:08:05.926Z | Checking either v1.9.0 |
2649 | 2023-11-16T16:08:06.081Z | Checking stable_deref_trait v1.2.0 |
2650 | 2023-11-16T16:08:06.219Z | Checking colorchoice v1.0.0 |
2651 | 2023-11-16T16:08:06.386Z | Checking heapless v0.7.16 |
2652 | 2023-11-16T16:08:06.400Z | Checking anstream v0.5.0 |
2653 | 2023-11-16T16:08:06.890Z | Checking postgres-protocol v0.6.6 |
2654 | 2023-11-16T16:08:07.933Z | Checking tokio-rustls v0.24.1 |
2655 | 2023-11-16T16:08:08.091Z | Documenting term v0.7.0 |
2656 | 2023-11-16T16:08:08.508Z | Checking url v2.4.1 |
2657 | 2023-11-16T16:08:08.889Z | Checking terminal_size v0.2.6 |
2658 | 2023-11-16T16:08:09.069Z | Checking tokio-native-tls v0.3.1 |
2659 | 2023-11-16T16:08:09.123Z | Checking rustls-native-certs v0.6.3 |
2660 | 2023-11-16T16:08:09.150Z | Checking phf_shared v0.11.2 |
2661 | 2023-11-16T16:08:09.315Z | Documenting toml v0.8.8 |
2662 | 2023-11-16T16:08:09.437Z | Checking block-padding v0.3.3 |
2663 | 2023-11-16T16:08:09.588Z | Checking signal-hook v0.3.17 |
2664 | 2023-11-16T16:08:09.790Z | Checking scheduled-thread-pool v0.2.7 |
2665 | 2023-11-16T16:08:09.803Z | Documenting crossbeam-channel v0.5.8 |
2666 | 2023-11-16T16:08:09.975Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2667 | 2023-11-16T16:08:10.097Z | Checking object v0.32.1 |
2668 | 2023-11-16T16:08:10.130Z | Documenting atty v0.2.14 |
2669 | 2023-11-16T16:08:15.790Z | Checking addr2line v0.21.0 |
2670 | 2023-11-16T16:08:15.847Z | Checking bzip2-sys v0.1.11+1.0.8 |
2671 | 2023-11-16T16:08:15.891Z | Checking crc32fast v1.3.2 |
2672 | 2023-11-16T16:08:15.902Z | Checking deranged v0.3.8 |
2673 | 2023-11-16T16:08:15.910Z | Checking num_threads v0.1.6 |
2674 | 2023-11-16T16:08:15.922Z | Documenting take_mut v0.2.2 |
2675 | 2023-11-16T16:08:15.928Z | Checking bit-vec v0.6.3 |
2676 | 2023-11-16T16:08:15.934Z | Checking rustc-demangle v0.1.23 |
2677 | 2023-11-16T16:08:15.951Z | Checking matches v0.1.10 |
2678 | 2023-11-16T16:08:15.967Z | Checking ipnet v2.8.0 |
2679 | 2023-11-16T16:08:15.974Z | Checking managed v0.8.0 |
2680 | 2023-11-16T16:08:15.981Z | Checking clap_lex v0.5.1 |
2681 | 2023-11-16T16:08:15.988Z | Checking regex-automata v0.1.10 |
2682 | 2023-11-16T16:08:15.997Z | Checking smoltcp v0.9.1 |
2683 | 2023-11-16T16:08:16.062Z | Checking clap_builder v4.4.2 |
2684 | 2023-11-16T16:08:16.163Z | Checking time v0.3.27 |
2685 | 2023-11-16T16:08:16.494Z | Checking bstr v0.2.17 |
2686 | 2023-11-16T16:08:17.695Z | Checking idna v0.2.3 |
2687 | 2023-11-16T16:08:17.830Z | Documenting slog-term v2.9.0 |
2688 | 2023-11-16T16:08:18.358Z | Checking flate2 v1.0.28 |
2689 | 2023-11-16T16:08:19.109Z | Checking bzip2 v0.4.4 |
2690 | 2023-11-16T16:08:19.154Z | Checking backtrace v0.3.69 |
2691 | 2023-11-16T16:08:19.365Z | Checking hyper-tls v0.5.0 |
2692 | 2023-11-16T16:08:19.535Z | Checking hyper-rustls v0.24.2 |
2693 | 2023-11-16T16:08:19.829Z | Checking signal-hook-mio v0.2.3 |
2694 | 2023-11-16T16:08:19.944Z | Documenting slog-async v2.8.0 |
2695 | 2023-11-16T16:08:20.024Z | Checking r2d2 v0.8.10 |
2696 | 2023-11-16T16:08:20.089Z | Checking inout v0.1.3 |
2697 | 2023-11-16T16:08:20.121Z | Checking phf v0.11.2 |
2698 | 2023-11-16T16:08:20.215Z | Checking postgres-types v0.2.6 |
2699 | 2023-11-16T16:08:20.422Z | Checking itertools v0.11.0 |
2700 | 2023-11-16T16:08:20.487Z | Checking num-bigint v0.4.4 |
2701 | 2023-11-16T16:08:20.515Z | Checking serde_urlencoded v0.7.1 |
2702 | 2023-11-16T16:08:20.942Z | Checking phf_shared v0.10.0 |
2703 | 2023-11-16T16:08:21.204Z | Checking futures-executor v0.3.29 |
2704 | 2023-11-16T16:08:21.330Z | Documenting slog-json v2.6.1 |
2705 | 2023-11-16T16:08:21.379Z | Checking ipnetwork v0.20.0 |
2706 | 2023-11-16T16:08:21.534Z | Checking float-cmp v0.9.0 |
2707 | 2023-11-16T16:08:21.802Z | Checking zerocopy v0.6.4 |
2708 | 2023-11-16T16:08:21.932Z | Documenting async-stream-impl v0.3.5 |
2709 | 2023-11-16T16:08:22.923Z | Checking hubpack v0.1.2 |
2710 | 2023-11-16T16:08:23.404Z | Checking encoding_rs v0.8.33 |
2711 | 2023-11-16T16:08:24.122Z | Checking crossbeam-utils v0.8.16 |
2712 | 2023-11-16T16:08:24.289Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2713 | 2023-11-16T16:08:24.702Z | Checking memoffset v0.9.0 |
2714 | 2023-11-16T16:08:24.846Z | Checking regex-automata v0.3.8 |
2715 | 2023-11-16T16:08:25.368Z | Checking predicates-core v1.0.6 |
2716 | 2023-11-16T16:08:25.373Z | Checking difflib v0.4.0 |
2717 | 2023-11-16T16:08:25.381Z | Documenting atomic-waker v1.1.1 |
2718 | 2023-11-16T16:08:25.543Z | Checking fixedbitset v0.4.2 |
2719 | 2023-11-16T16:08:25.923Z | Checking mime v0.3.17 |
2720 | 2023-11-16T16:08:26.418Z | Checking whoami v1.4.1 |
2721 | 2023-11-16T16:08:26.580Z | Checking precomputed-hash v0.1.1 |
2722 | 2023-11-16T16:08:26.701Z | Checking new_debug_unreachable v1.0.4 |
2723 | 2023-11-16T16:08:26.790Z | Checking static_assertions v1.1.0 |
2724 | 2023-11-16T16:08:26.818Z | Checking normalize-line-endings v0.3.0 |
2725 | 2023-11-16T16:08:26.906Z | Checking webpki-roots v0.25.2 |
2726 | 2023-11-16T16:08:26.920Z | Documenting debug-ignore v1.0.5 |
2727 | 2023-11-16T16:08:26.976Z | Checking data-encoding v2.4.0 |
2728 | 2023-11-16T16:08:27.130Z | Checking predicates v3.0.4 |
2729 | 2023-11-16T16:08:27.255Z | Checking reqwest v0.11.22 |
2730 | 2023-11-16T16:08:27.302Z | Checking bstr v1.6.0 |
2731 | 2023-11-16T16:08:27.826Z | Checking trust-dns-proto v0.22.0 |
2732 | 2023-11-16T16:08:28.216Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2733 | 2023-11-16T16:08:28.302Z | Documenting slog-bunyan v2.4.0 |
2734 | 2023-11-16T16:08:28.727Z | Checking string_cache v0.8.7 |
2735 | 2023-11-16T16:08:29.153Z | Checking tokio-postgres v0.7.10 |
2736 | 2023-11-16T16:08:29.522Z | Documenting waitgroup v0.1.2 |
2737 | 2023-11-16T16:08:29.792Z | Checking petgraph v0.6.4 |
2738 | 2023-11-16T16:08:29.811Z | Documenting async-stream v0.3.5 |
2739 | 2023-11-16T16:08:31.255Z | Checking crossbeam-epoch v0.9.15 |
2740 | 2023-11-16T16:08:32.098Z | Checking diesel v2.1.3 |
2741 | 2023-11-16T16:08:33.885Z | Checking yasna v0.5.2 |
2742 | 2023-11-16T16:08:34.350Z | Checking futures v0.3.29 |
2743 | 2023-11-16T16:08:34.501Z | Checking clap v4.4.3 |
2744 | 2023-11-16T16:08:34.683Z | Checking cipher v0.4.4 |
2745 | 2023-11-16T16:08:35.029Z | Checking anyhow v1.0.75 |
2746 | 2023-11-16T16:08:35.323Z | Checking crossterm v0.27.0 |
2747 | 2023-11-16T16:08:35.378Z | Checking zip v0.6.6 |
2748 | 2023-11-16T16:08:35.393Z | Checking similar v2.2.1 |
2749 | 2023-11-16T16:08:35.661Z | Checking bit-set v0.5.3 |
2750 | 2023-11-16T16:08:35.712Z | Checking itertools v0.10.5 |
2751 | 2023-11-16T16:08:35.752Z | Checking num-iter v0.1.43 |
2752 | 2023-11-16T16:08:35.989Z | Checking console v0.15.7 |
2753 | 2023-11-16T16:08:36.031Z | Checking rustix v0.38.9 |
2754 | 2023-11-16T16:08:36.443Z | Checking signature v2.1.0 |
2755 | 2023-11-16T16:08:36.471Z | Checking darling_core v0.20.3 |
2756 | 2023-11-16T16:08:36.702Z | Checking toml v0.7.8 |
2757 | 2023-11-16T16:08:36.714Z | Checking tokio-stream v0.1.14 |
2758 | 2023-11-16T16:08:36.875Z | Checking toml_edit v0.21.0 |
2759 | 2023-11-16T16:08:37.903Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2760 | 2023-11-16T16:08:37.918Z | Documenting multer v2.1.0 |
2761 | 2023-11-16T16:08:38.342Z | Checking usdt v0.3.5 |
2762 | 2023-11-16T16:08:38.626Z | Documenting serde_path_to_error v0.1.14 |
2763 | 2023-11-16T16:08:39.271Z | Checking hex v0.4.3 |
2764 | 2023-11-16T16:08:39.443Z | Checking semver v1.0.20 |
2765 | 2023-11-16T16:08:39.540Z | Documenting strum v0.25.0 |
2766 | 2023-11-16T16:08:40.119Z | Checking slog v2.7.0 |
2767 | 2023-11-16T16:08:40.159Z | Checking lalrpop-util v0.19.12 |
2768 | 2023-11-16T16:08:40.591Z | Checking darling v0.20.3 |
2769 | 2023-11-16T16:08:40.747Z | Documenting serde_with_macros v2.3.3 |
2770 | 2023-11-16T16:08:40.761Z | Documenting structmeta-derive v0.2.0 |
2771 | 2023-11-16T16:08:40.863Z | Checking structmeta v0.2.0 |
2772 | 2023-11-16T16:08:41.218Z | Documenting instant v0.1.12 |
2773 | 2023-11-16T16:08:45.241Z | Checking regex-syntax v0.7.5 |
2774 | 2023-11-16T16:08:45.366Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2775 | 2023-11-16T16:08:45.809Z | Documenting macaddr v1.0.1 |
2776 | 2023-11-16T16:08:46.108Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2777 | 2023-11-16T16:08:47.245Z | Documenting backoff v0.4.0 |
2778 | 2023-11-16T16:08:48.015Z | Documenting serde_with v2.3.3 |
2779 | 2023-11-16T16:08:48.377Z | Documenting structmeta v0.2.0 |
2780 | 2023-11-16T16:08:50.567Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2781 | 2023-11-16T16:08:51.866Z | Documenting is-terminal v0.4.9 |
2782 | 2023-11-16T16:08:52.841Z | Documenting base64ct v1.6.0 |
2783 | 2023-11-16T16:08:54.887Z | Documenting proc-macro-crate v1.3.1 |
2784 | 2023-11-16T16:08:55.675Z | Checking proc-macro-crate v1.3.1 |
2785 | 2023-11-16T16:08:55.981Z | Documenting parse-display-derive v0.8.2 |
2786 | 2023-11-16T16:08:56.019Z | Documenting proc-macro-error-attr v1.0.4 |
2787 | 2023-11-16T16:08:58.433Z | Checking proc-macro-error v1.0.4 |
2788 | 2023-11-16T16:08:58.840Z | Documenting postcard-cobs v0.1.5-pre |
2789 | 2023-11-16T16:08:59.184Z | Documenting foreign-types-macros v0.2.3 |
2790 | 2023-11-16T16:08:59.187Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2791 | 2023-11-16T16:09:02.007Z | Documenting proc-macro-error v1.0.4 |
2792 | 2023-11-16T16:09:02.333Z | Documenting num_enum_derive v0.5.11 |
2793 | 2023-11-16T16:09:03.225Z | Documenting postcard v0.7.3 |
2794 | 2023-11-16T16:09:04.641Z | Documenting parse-display v0.8.2 |
2795 | 2023-11-16T16:09:05.972Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2796 | 2023-11-16T16:09:09.724Z | Documenting foreign-types-shared v0.3.1 |
2797 | 2023-11-16T16:09:09.783Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2798 | 2023-11-16T16:09:09.798Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2799 | 2023-11-16T16:09:10.032Z | Documenting crucible-workspace-hack v0.1.0 |
2800 | 2023-11-16T16:09:10.105Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2801 | 2023-11-16T16:09:10.265Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2802 | 2023-11-16T16:09:10.580Z | Documenting cstr-argument v0.1.2 |
2803 | 2023-11-16T16:09:11.359Z | Documenting foreign-types v0.5.0 |
2804 | 2023-11-16T16:09:12.397Z | Documenting num_enum v0.5.11 |
2805 | 2023-11-16T16:09:15.742Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2806 | 2023-11-16T16:09:15.847Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2807 | 2023-11-16T16:09:16.137Z | Documenting colored v2.0.4 |
2808 | 2023-11-16T16:09:16.359Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2809 | 2023-11-16T16:09:17.222Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2810 | 2023-11-16T16:09:17.608Z | Documenting zone_cfg_derive v0.3.0 |
2811 | 2023-11-16T16:09:18.375Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2812 | 2023-11-16T16:09:19.726Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
2813 | 2023-11-16T16:09:22.240Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2814 | 2023-11-16T16:09:22.385Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2815 | 2023-11-16T16:09:22.694Z | Documenting num-derive v0.4.0 |
2816 | 2023-11-16T16:09:23.004Z | Documenting smf v0.2.2 |
2817 | 2023-11-16T16:09:25.044Z | Documenting zone v0.3.0 |
2818 | 2023-11-16T16:09:25.519Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2819 | 2023-11-16T16:09:26.438Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
2820 | 2023-11-16T16:09:27.451Z | Documenting fastrand v2.0.0 |
2821 | 2023-11-16T16:09:28.082Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2822 | 2023-11-16T16:09:29.508Z | Documenting linked-hash-map v0.5.6 |
2823 | 2023-11-16T16:09:29.614Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2824 | 2023-11-16T16:09:30.198Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2825 | 2023-11-16T16:09:32.259Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2826 | 2023-11-16T16:09:33.292Z | Documenting password-hash v0.5.0 |
2827 | 2023-11-16T16:09:33.695Z | Documenting blake2 v0.10.6 |
2828 | 2023-11-16T16:09:33.793Z | Documenting tempfile v3.8.0 |
2829 | 2023-11-16T16:09:36.368Z | Documenting lru-cache v0.1.2 |
2830 | 2023-11-16T16:09:36.583Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2831 | 2023-11-16T16:09:36.609Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2832 | 2023-11-16T16:09:38.244Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2833 | 2023-11-16T16:09:38.642Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2834 | 2023-11-16T16:09:38.646Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2835 | 2023-11-16T16:09:39.982Z | Checking heck v0.3.3 |
2836 | 2023-11-16T16:09:40.233Z | Documenting structopt-derive v0.4.18 |
2837 | 2023-11-16T16:09:41.149Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2838 | 2023-11-16T16:09:41.552Z | Documenting argon2 v0.5.2 |
2839 | 2023-11-16T16:09:42.389Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2840 | 2023-11-16T16:09:42.442Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2841 | 2023-11-16T16:09:45.171Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2842 | 2023-11-16T16:09:47.573Z | Documenting libefi-sys v0.1.0 |
2843 | 2023-11-16T16:09:48.538Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2844 | 2023-11-16T16:09:48.702Z | Documenting structopt v0.3.26 |
2845 | 2023-11-16T16:09:52.230Z | Documenting pem-rfc7468 v0.7.0 |
2846 | 2023-11-16T16:09:53.610Z | Documenting der_derive v0.7.2 |
2847 | 2023-11-16T16:09:53.693Z | Documenting flagset v0.4.3 |
2848 | 2023-11-16T16:09:54.475Z | Documenting quick-error v1.2.3 |
2849 | 2023-11-16T16:09:55.817Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2850 | 2023-11-16T16:09:58.059Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2851 | 2023-11-16T16:09:58.361Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2852 | 2023-11-16T16:09:58.374Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2853 | 2023-11-16T16:09:58.545Z | Documenting cancel-safe-futures v0.1.5 |
2854 | 2023-11-16T16:09:59.197Z | Documenting convert_case v0.4.0 |
2855 | 2023-11-16T16:10:00.740Z | Documenting resolv-conf v0.7.0 |
2856 | 2023-11-16T16:10:01.644Z | Documenting der v0.7.8 |
2857 | 2023-11-16T16:10:02.915Z | Checking convert_case v0.4.0 |
2858 | 2023-11-16T16:10:03.245Z | Documenting tap v1.0.1 |
2859 | 2023-11-16T16:10:04.947Z | Documenting radium v0.7.0 |
2860 | 2023-11-16T16:10:05.438Z | Documenting derive_more v0.99.17 |
2861 | 2023-11-16T16:10:07.271Z | Documenting trust-dns-resolver v0.22.0 |
2862 | 2023-11-16T16:10:07.949Z | Documenting crc-catalog v2.2.0 |
2863 | 2023-11-16T16:10:07.964Z | Documenting wyz v0.5.1 |
2864 | 2023-11-16T16:10:08.772Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2865 | 2023-11-16T16:10:10.024Z | Documenting funty v2.0.0 |
2866 | 2023-11-16T16:10:10.045Z | Documenting spki v0.7.2 |
2867 | 2023-11-16T16:10:12.374Z | Documenting arc-swap v1.6.0 |
2868 | 2023-11-16T16:10:12.680Z | Documenting crc v3.0.1 |
2869 | 2023-11-16T16:10:14.108Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2870 | 2023-11-16T16:10:14.337Z | Documenting bitvec v1.0.1 |
2871 | 2023-11-16T16:10:15.048Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2872 | 2023-11-16T16:10:15.962Z | Documenting num-rational v0.4.1 |
2873 | 2023-11-16T16:10:16.664Z | Documenting pkcs8 v0.10.2 |
2874 | 2023-11-16T16:10:16.994Z | Documenting hkdf v0.12.3 |
2875 | 2023-11-16T16:10:17.002Z | Documenting num-complex v0.4.4 |
2876 | 2023-11-16T16:10:19.052Z | Documenting slog-scope v4.4.0 |
2877 | 2023-11-16T16:10:19.368Z | Documenting packed_struct_codegen v0.10.1 |
2878 | 2023-11-16T16:10:22.363Z | Documenting ciborium-io v0.2.1 |
2879 | 2023-11-16T16:10:22.634Z | Documenting nodrop v0.1.14 |
2880 | 2023-11-16T16:10:23.466Z | Documenting half v1.8.2 |
2881 | 2023-11-16T16:10:24.226Z | Documenting num v0.4.1 |
2882 | 2023-11-16T16:10:24.378Z | Documenting pkcs1 v0.7.5 |
2883 | 2023-11-16T16:10:25.009Z | Documenting slog-stdlog v4.1.1 |
2884 | 2023-11-16T16:10:26.862Z | Documenting array-init v0.0.4 |
2885 | 2023-11-16T16:10:27.614Z | Documenting packed_struct v0.10.1 |
2886 | 2023-11-16T16:10:27.971Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2887 | 2023-11-16T16:10:28.439Z | Documenting ciborium-ll v0.2.1 |
2888 | 2023-11-16T16:10:29.204Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2889 | 2023-11-16T16:10:30.658Z | Documenting slog-dtrace v0.2.3 |
2890 | 2023-11-16T16:10:30.806Z | Documenting num-bigint-dig v0.8.4 |
2891 | 2023-11-16T16:10:31.649Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2892 | 2023-11-16T16:10:32.870Z | Documenting xattr v1.0.1 |
2893 | 2023-11-16T16:10:34.781Z | Documenting filetime v0.2.22 |
2894 | 2023-11-16T16:10:36.451Z | Documenting bitfield v0.14.0 |
2895 | 2023-11-16T16:10:38.704Z | Documenting termcolor v1.2.0 |
2896 | 2023-11-16T16:10:39.191Z | Documenting swrite v0.1.0 |
2897 | 2023-11-16T16:10:40.846Z | Documenting keccak v0.1.4 |
2898 | 2023-11-16T16:10:40.970Z | Documenting tar v0.4.40 |
2899 | 2023-11-16T16:10:41.080Z | Documenting rsa v0.9.2 |
2900 | 2023-11-16T16:10:41.136Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2901 | 2023-11-16T16:10:41.353Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2902 | 2023-11-16T16:10:45.237Z | Documenting env_logger v0.10.0 |
2903 | 2023-11-16T16:10:45.709Z | Documenting sha3 v0.10.8 |
2904 | 2023-11-16T16:10:45.713Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2905 | 2023-11-16T16:10:45.716Z | Documenting ciborium v0.2.1 |
2906 | 2023-11-16T16:10:47.586Z | Documenting serde-hex v0.1.0 |
2907 | 2023-11-16T16:10:51.977Z | Documenting slog-envlogger v2.2.0 |
2908 | 2023-11-16T16:10:52.243Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2909 | 2023-11-16T16:10:52.444Z | Documenting x509-cert v0.2.4 |
2910 | 2023-11-16T16:10:52.905Z | Documenting newtype_derive v0.1.6 |
2911 | 2023-11-16T16:10:53.575Z | Documenting libsw v3.3.0 |
2912 | 2023-11-16T16:10:55.803Z | Documenting ron v0.8.1 |
2913 | 2023-11-16T16:10:57.987Z | Documenting fxhash v0.2.1 |
2914 | 2023-11-16T16:10:59.001Z | Documenting secrecy v0.8.0 |
2915 | 2023-11-16T16:11:00.197Z | Documenting derive-where v1.2.5 |
2916 | 2023-11-16T16:11:00.496Z | Documenting linear-map v1.2.0 |
2917 | 2023-11-16T16:11:01.141Z | Documenting owo-colors v3.5.0 |
2918 | 2023-11-16T16:11:02.526Z | Documenting crc-any v2.4.3 |
2919 | 2023-11-16T16:11:03.580Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2920 | 2023-11-16T16:11:04.545Z | Documenting steno v0.4.0 |
2921 | 2023-11-16T16:11:05.443Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2922 | 2023-11-16T16:11:06.956Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2923 | 2023-11-16T16:11:07.312Z | Documenting doc-comment v0.3.3 |
2924 | 2023-11-16T16:11:09.040Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2925 | 2023-11-16T16:11:10.120Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2926 | 2023-11-16T16:11:10.240Z | Documenting snafu-derive v0.7.5 |
2927 | 2023-11-16T16:11:11.555Z | Documenting path-slash v0.1.5 |
2928 | 2023-11-16T16:11:11.616Z | Documenting same-file v1.0.6 |
2929 | 2023-11-16T16:11:17.430Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2930 | 2023-11-16T16:11:17.995Z | Documenting walkdir v2.4.0 |
2931 | 2023-11-16T16:11:19.624Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2932 | 2023-11-16T16:11:20.493Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2933 | 2023-11-16T16:11:21.928Z | Documenting snafu v0.7.5 |
2934 | 2023-11-16T16:11:22.731Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2935 | 2023-11-16T16:11:24.782Z | Documenting camino-tempfile v1.0.2 |
2936 | 2023-11-16T16:11:28.272Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2937 | 2023-11-16T16:11:28.420Z | Checking darling_core v0.14.4 |
2938 | 2023-11-16T16:11:31.170Z | Documenting nibble_vec v0.1.0 |
2939 | 2023-11-16T16:11:31.365Z | Documenting glob v0.3.1 |
2940 | 2023-11-16T16:11:32.162Z | Documenting endian-type v0.1.2 |
2941 | 2023-11-16T16:11:37.409Z | Checking darling v0.14.4 |
2942 | 2023-11-16T16:11:37.574Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2943 | 2023-11-16T16:11:37.835Z | Documenting radix_trie v0.2.1 |
2944 | 2023-11-16T16:11:38.103Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2945 | 2023-11-16T16:11:38.883Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2946 | 2023-11-16T16:11:40.690Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2947 | 2023-11-16T16:11:42.422Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2948 | 2023-11-16T16:11:44.743Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2949 | 2023-11-16T16:11:45.137Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2950 | 2023-11-16T16:11:45.201Z | Documenting path-dedot v3.1.0 |
2951 | 2023-11-16T16:11:48.486Z | Documenting trust-dns-client v0.22.0 |
2952 | 2023-11-16T16:11:48.677Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2953 | 2023-11-16T16:11:51.908Z | Documenting path-absolutize v3.1.0 |
2954 | 2023-11-16T16:11:57.223Z | Documenting buf-list v1.0.3 |
2955 | 2023-11-16T16:11:58.013Z | Documenting globset v0.4.13 |
2956 | 2023-11-16T16:12:01.871Z | Documenting crossbeam-deque v0.8.3 |
2957 | 2023-11-16T16:12:03.806Z | Documenting headers-core v0.2.0 |
2958 | 2023-11-16T16:12:03.983Z | Documenting olpc-cjson v0.1.3 |
2959 | 2023-11-16T16:12:04.182Z | Documenting serde_plain v1.0.2 |
2960 | 2023-11-16T16:12:05.408Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2961 | 2023-11-16T16:12:06.349Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2962 | 2023-11-16T16:12:06.823Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2963 | 2023-11-16T16:12:06.941Z | Documenting display-error-chain v0.2.0 |
2964 | 2023-11-16T16:12:07.774Z | Documenting utf-8 v0.7.6 |
2965 | 2023-11-16T16:12:09.942Z | Documenting rayon-core v1.12.0 |
2966 | 2023-11-16T16:12:10.358Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2967 | 2023-11-16T16:12:10.819Z | Documenting headers v0.3.9 |
2968 | 2023-11-16T16:12:10.902Z | Documenting tough v0.14.0 |
2969 | 2023-11-16T16:12:11.645Z | Documenting trust-dns-server v0.22.1 |
2970 | 2023-11-16T16:12:13.492Z | Documenting tungstenite v0.20.1 |
2971 | 2023-11-16T16:12:13.994Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2972 | 2023-11-16T16:12:15.230Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2973 | 2023-11-16T16:12:16.292Z | Documenting derive_builder_core v0.12.0 |
2974 | 2023-11-16T16:12:17.056Z | Checking derive_builder_core v0.12.0 |
2975 | 2023-11-16T16:12:17.294Z | Documenting sled v0.34.7 |
2976 | 2023-11-16T16:12:18.520Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2977 | 2023-11-16T16:12:19.617Z | Documenting unicase v2.7.0 |
2978 | 2023-11-16T16:12:20.661Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2979 | 2023-11-16T16:12:21.571Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2980 | 2023-11-16T16:12:22.020Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2981 | 2023-11-16T16:12:22.432Z | Documenting bcs v0.1.6 |
2982 | 2023-11-16T16:12:23.493Z | Documenting ff v0.13.0 |
2983 | 2023-11-16T16:12:24.131Z | Documenting highway v1.1.0 |
2984 | 2023-11-16T16:12:24.415Z | Documenting pretty-hex v0.3.0 |
2985 | 2023-11-16T16:12:25.799Z | Documenting mime_guess v2.0.4 |
2986 | 2023-11-16T16:12:26.285Z | Documenting derive_builder_macro v0.12.0 |
2987 | 2023-11-16T16:12:28.522Z | Documenting tokio-tungstenite v0.20.1 |
2988 | 2023-11-16T16:12:29.093Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2989 | 2023-11-16T16:12:30.095Z | Documenting group v0.13.0 |
2990 | 2023-11-16T16:12:30.740Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2991 | 2023-11-16T16:12:31.313Z | Documenting rayon v1.8.0 |
2992 | 2023-11-16T16:12:32.491Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2993 | 2023-11-16T16:12:37.847Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2994 | 2023-11-16T16:12:38.677Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2995 | 2023-11-16T16:12:42.962Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2996 | 2023-11-16T16:12:49.081Z | Documenting portable-atomic v1.4.3 |
2997 | 2023-11-16T16:12:49.747Z | Documenting ed25519 v1.5.3 |
2998 | 2023-11-16T16:12:53.914Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2999 | 2023-11-16T16:12:54.689Z | Documenting universal-hash v0.5.1 |
3000 | 2023-11-16T16:12:57.975Z | Documenting crypto-bigint v0.5.2 |
3001 | 2023-11-16T16:12:58.419Z | Documenting kstat-rs v0.2.3 |
3002 | 2023-11-16T16:13:00.961Z | Documenting curve25519-dalek-derive v0.1.0 |
3003 | 2023-11-16T16:13:01.719Z | Documenting ref-cast-impl v1.0.20 |
3004 | 2023-11-16T16:13:03.115Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3005 | 2023-11-16T16:13:03.429Z | Documenting thiserror-impl-no-std v2.0.2 |
3006 | 2023-11-16T16:13:05.026Z | Documenting vte_generate_state_changes v0.1.1 |
3007 | 2023-11-16T16:13:05.312Z | Documenting number_prefix v0.4.0 |
3008 | 2023-11-16T16:13:07.436Z | Documenting opaque-debug v0.3.0 |
3009 | 2023-11-16T16:13:08.681Z | Documenting cassowary v0.3.0 |
3010 | 2023-11-16T16:13:09.795Z | Documenting base16ct v0.2.0 |
3011 | 2023-11-16T16:13:11.194Z | Documenting indicatif v0.17.7 |
3012 | 2023-11-16T16:13:11.489Z | Documenting thiserror-no-std v2.0.2 |
3013 | 2023-11-16T16:13:11.625Z | Documenting vte v0.11.1 |
3014 | 2023-11-16T16:13:11.956Z | Documenting poly1305 v0.8.0 |
3015 | 2023-11-16T16:13:13.539Z | Documenting ref-cast v1.0.20 |
3016 | 2023-11-16T16:13:14.020Z | Documenting elliptic-curve v0.13.5 |
3017 | 2023-11-16T16:13:15.267Z | Documenting ratatui v0.23.0 |
3018 | 2023-11-16T16:13:15.778Z | Documenting curve25519-dalek v4.1.0 |
3019 | 2023-11-16T16:13:17.760Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3020 | 2023-11-16T16:13:18.265Z | Documenting salty v0.2.0 |
3021 | 2023-11-16T16:13:18.746Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
3022 | 2023-11-16T16:13:19.702Z | Documenting derive_builder v0.12.0 |
3023 | 2023-11-16T16:13:23.382Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3024 | 2023-11-16T16:13:25.035Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3025 | 2023-11-16T16:13:25.148Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3026 | 2023-11-16T16:13:26.483Z | Documenting polar-core v0.27.0 |
3027 | 2023-11-16T16:13:32.274Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3028 | 2023-11-16T16:13:37.611Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3029 | 2023-11-16T16:13:39.110Z | Documenting libxml v0.3.3 |
3030 | 2023-11-16T16:13:40.738Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3031 | 2023-11-16T16:13:43.739Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3032 | 2023-11-16T16:13:45.702Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3033 | 2023-11-16T16:13:47.231Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3034 | 2023-11-16T16:13:47.679Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3035 | 2023-11-16T16:13:49.526Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3036 | 2023-11-16T16:13:49.753Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3037 | 2023-11-16T16:13:53.398Z | Documenting chacha20 v0.9.1 |
3038 | 2023-11-16T16:13:53.467Z | Documenting bb8 v0.8.1 |
3039 | 2023-11-16T16:13:54.355Z | Documenting pem v3.0.2 |
3040 | 2023-11-16T16:13:55.678Z | Documenting serde-big-array v0.5.1 |
3041 | 2023-11-16T16:13:57.077Z | Documenting quick-xml v0.23.1 |
3042 | 2023-11-16T16:14:00.746Z | Documenting bytesize v1.3.0 |
3043 | 2023-11-16T16:14:01.064Z | Documenting aead v0.5.2 |
3044 | 2023-11-16T16:14:01.796Z | Documenting oso-derive v0.27.0 |
3045 | 2023-11-16T16:14:02.597Z | Documenting impl-trait-for-tuples v0.2.2 |
3046 | 2023-11-16T16:14:04.067Z | Documenting rtoolbox v0.0.1 |
3047 | 2023-11-16T16:14:06.536Z | Documenting smawk v0.3.1 |
3048 | 2023-11-16T16:14:07.587Z | Documenting is_ci v1.1.1 |
3049 | 2023-11-16T16:14:08.807Z | Documenting humantime v2.1.0 |
3050 | 2023-11-16T16:14:09.268Z | Documenting fs-err v2.9.0 |
3051 | 2023-11-16T16:14:10.147Z | Documenting maplit v1.0.2 |
3052 | 2023-11-16T16:14:10.322Z | Documenting unicode-linebreak v0.1.5 |
3053 | 2023-11-16T16:14:11.471Z | Documenting rpassword v7.2.0 |
3054 | 2023-11-16T16:14:12.839Z | Documenting chacha20poly1305 v0.10.1 |
3055 | 2023-11-16T16:14:13.658Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3056 | 2023-11-16T16:14:13.861Z | Documenting supports-color v2.1.0 |
3057 | 2023-11-16T16:14:14.645Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3058 | 2023-11-16T16:14:14.972Z | Documenting textwrap v0.16.0 |
3059 | 2023-11-16T16:14:15.963Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3060 | 2023-11-16T16:14:16.258Z | Documenting oso v0.27.0 |
3061 | 2023-11-16T16:14:17.874Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3062 | 2023-11-16T16:14:20.597Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3063 | 2023-11-16T16:14:21.223Z | Documenting rcgen v0.11.3 |
3064 | 2023-11-16T16:14:24.506Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3065 | 2023-11-16T16:14:30.675Z | Documenting tui-tree-widget v0.13.0 |
3066 | 2023-11-16T16:14:31.549Z | Documenting vsss-rs v3.3.1 |
3067 | 2023-11-16T16:14:31.835Z | Documenting strip-ansi-escapes v0.2.0 |
3068 | 2023-11-16T16:14:33.322Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3069 | 2023-11-16T16:14:38.209Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3070 | 2023-11-16T16:14:40.186Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3071 | 2023-11-16T16:14:40.313Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3072 | 2023-11-16T16:14:40.664Z | Documenting cookie v0.16.2 |
3073 | 2023-11-16T16:14:42.380Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3074 | 2023-11-16T16:14:44.343Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3075 | 2023-11-16T16:14:48.272Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3076 | 2023-11-16T16:14:48.564Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3077 | 2023-11-16T16:14:48.847Z | Documenting atomicwrites v0.4.2 |
3078 | 2023-11-16T16:14:49.513Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3079 | 2023-11-16T16:14:55.292Z | Documenting signal-hook-tokio v0.3.1 |
3080 | 2023-11-16T16:14:55.829Z | Documenting fd-lock v3.0.13 |
3081 | 2023-11-16T16:14:58.499Z | Documenting subprocess v0.2.9 |
3082 | 2023-11-16T16:14:58.841Z | Documenting nu-ansi-term v0.49.0 |
3083 | 2023-11-16T16:15:02.384Z | Documenting corncobs v0.1.3 |
3084 | 2023-11-16T16:15:03.280Z | Documenting http-range v0.1.5 |
3085 | 2023-11-16T16:15:03.475Z | Documenting shell-words v1.1.0 |
3086 | 2023-11-16T16:15:04.798Z | Documenting reedline v0.25.0 |
3087 | 2023-11-16T16:15:05.360Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3088 | 2023-11-16T16:15:05.373Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3089 | 2023-11-16T16:15:06.774Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3090 | 2023-11-16T16:15:09.510Z | Documenting hyper-staticfile v0.9.5 |
3091 | 2023-11-16T16:15:09.876Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3092 | 2023-11-16T16:15:14.044Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3093 | 2023-11-16T16:15:16.243Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3094 | 2023-11-16T16:15:17.114Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3095 | 2023-11-16T16:15:18.183Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3096 | 2023-11-16T16:15:19.574Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3097 | 2023-11-16T16:15:20.880Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3098 | 2023-11-16T16:15:35.221Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3099 | 2023-11-16T16:15:36.389Z | Documenting fatfs v0.3.6 |
3100 | 2023-11-16T16:15:43.960Z | Documenting cargo-platform v0.1.3 |
3101 | 2023-11-16T16:15:50.325Z | Documenting nanorand v0.7.0 |
3102 | 2023-11-16T16:15:50.627Z | Documenting assert_matches v1.5.0 |
3103 | 2023-11-16T16:15:50.662Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3104 | 2023-11-16T16:15:50.752Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3105 | 2023-11-16T16:15:51.258Z | Documenting cargo_metadata v0.18.0 |
3106 | 2023-11-16T16:15:52.277Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3107 | 2023-11-16T16:15:54.796Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3108 | 2023-11-16T16:15:57.069Z | Documenting flume v0.11.0 |
3109 | 2023-11-16T16:15:58.244Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3110 | 2023-11-16T16:15:58.842Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3111 | 2023-11-16T16:16:00.383Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3112 | 2023-11-16T16:16:03.748Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3113 | 2023-11-16T16:16:18.664Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3114 | 2023-11-16T16:16:27.908Z | Documenting omicron-zone-package v0.8.3 |
3115 | 2023-11-16T16:16:28.204Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3116 | 2023-11-16T16:16:33.437Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3117 | 2023-11-16T16:16:33.524Z | Documenting cargo_toml v0.17.0 |
3118 | 2023-11-16T16:16:34.588Z | Documenting termios v0.3.3 |
3119 | 2023-11-16T16:16:37.788Z | Documenting topological-sort v0.2.2 |
3120 | 2023-11-16T16:16:39.688Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3121 | 2023-11-16T16:16:40.774Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3122 | 2023-11-16T16:16:42.475Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3123 | 2023-11-16T16:16:44.355Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3124 | 2023-11-16T16:16:45.049Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3125 | 2023-11-16T16:16:53.372Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3126 | 2023-11-16T16:17:01.825Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3127 | 2023-11-16T16:17:01.829Z | --> sled-agent/src/sim/instance.rs:46:7 |
3128 | 2023-11-16T16:17:01.833Z | | |
3129 | 2023-11-16T16:17:01.837Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3130 | 2023-11-16T16:17:01.840Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3131 | 2023-11-16T16:17:01.843Z | | |
3132 | 2023-11-16T16:17:01.846Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3133 | 2023-11-16T16:17:01.849Z | |
3134 | 2023-11-16T16:17:05.551Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3135 | 2023-11-16T16:17:27.307Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3136 | 2023-11-16T16:17:29.825Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3137 | 2023-11-16T16:17:41.329Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3138 | 2023-11-16T16:17:47.599Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3139 | 2023-11-16T16:17:50.599Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3140 | 2023-11-16T16:17:54.480Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3141 | 2023-11-16T16:17:57.956Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3142 | 2023-11-16T16:19:32.682Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 07s |
3143 | 2023-11-16T16:19:32.792Z | |
3144 | 2023-11-16T16:19:32.796Z | real 16:07.186650543 |
3145 | 2023-11-16T16:19:32.799Z | user 56:21.740565509 |
3146 | 2023-11-16T16:19:32.802Z | sys 1:00:00.953533853 |
3147 | 2023-11-16T16:19:32.805Z | trap 2.199048811 |
3148 | 2023-11-16T16:19:32.808Z | tflt 0.234240545 |
3149 | 2023-11-16T16:19:32.811Z | dflt 0.555621393 |
3150 | 2023-11-16T16:19:32.814Z | kflt 0.000223079 |
3151 | 2023-11-16T16:19:32.816Z | lock 3:01:06.720750582 |
3152 | 2023-11-16T16:19:32.819Z | slp 4:10:39.291993007 |
3153 | 2023-11-16T16:19:32.822Z | lat 5:27.729087346 |
3154 | 2023-11-16T16:19:32.824Z | stop 1:58.075415021 |
3155 | 2023-11-16T16:19:32.827Z | process exited: duration 1891123 ms, exit code 0 |
|
3156 | 2023-11-16T16:19:32.833Z | found 0 output files |