|
|
|
1 | 2023-10-21T14:44:17.491Z | job assigned to worker 01HD9B1JCAV0V7HB0NMZNH64N6 (queued for 1 m 4 s) |
|
2 | 2023-10-21T14:44:17.614Z | starting task 0: "setup" |
3 | 2023-10-21T14:44:17.670Z | ++ uname -s |
4 | 2023-10-21T14:44:17.673Z | + kern=SunOS |
5 | 2023-10-21T14:44:17.676Z | + case "$kern" in |
6 | 2023-10-21T14:44:17.681Z | + groupadd -g 12345 build |
7 | 2023-10-21T14:44:17.684Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-21T14:44:19.686Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-21T14:44:19.767Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-21T14:44:19.770Z | + home_fs=zfs |
11 | 2023-10-21T14:44:19.773Z | + [[ zfs == autofs ]] |
12 | 2023-10-21T14:44:19.776Z | + mkdir -p /home/build |
13 | 2023-10-21T14:44:19.779Z | + chown build:build /home/build /work |
14 | 2023-10-21T14:44:21.776Z | + chmod 0700 /home/build /work |
15 | 2023-10-21T14:44:21.779Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2023-10-21T14:44:21.784Z | starting task 1: "rust-toolchain" |
17 | 2023-10-21T14:44:21.796Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-21T14:44:21.799Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-21T14:44:21.970Z | info: downloading installer |
20 | 2023-10-21T14:44:23.907Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-21T14:44:23.912Z | warning: /opt/ooce/bin |
22 | 2023-10-21T14:44:23.919Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-21T14:44:23.925Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-21T14:44:23.937Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-21T14:44:23.958Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-21T14:44:23.973Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-21T14:44:23.978Z | error: cannot install while Rust is installed |
28 | 2023-10-21T14:44:23.983Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-21T14:44:23.988Z | info: profile set to 'default' |
30 | 2023-10-21T14:44:23.993Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-21T14:44:23.998Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-21T14:44:24.151Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-21T14:44:24.157Z | info: downloading component 'cargo' |
34 | 2023-10-21T14:44:24.838Z | info: downloading component 'clippy' |
35 | 2023-10-21T14:44:25.070Z | info: downloading component 'rust-docs' |
36 | 2023-10-21T14:44:25.930Z | info: downloading component 'rust-std' |
37 | 2023-10-21T14:44:27.461Z | info: downloading component 'rustc' |
38 | 2023-10-21T14:44:31.125Z | info: downloading component 'rustfmt' |
39 | 2023-10-21T14:44:31.339Z | info: installing component 'cargo' |
40 | 2023-10-21T14:44:32.752Z | info: installing component 'clippy' |
41 | 2023-10-21T14:44:33.771Z | info: installing component 'rust-docs' |
42 | 2023-10-21T14:44:36.049Z | info: installing component 'rust-std' |
43 | 2023-10-21T14:44:39.196Z | info: installing component 'rustc' |
44 | 2023-10-21T14:44:45.704Z | info: installing component 'rustfmt' |
45 | 2023-10-21T14:44:46.189Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-21T14:44:46.192Z | |
47 | 2023-10-21T14:44:46.320Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-21T14:44:46.325Z | |
49 | 2023-10-21T14:44:46.328Z | |
50 | 2023-10-21T14:44:46.331Z | Rust is installed now. Great! |
51 | 2023-10-21T14:44:46.334Z | |
52 | 2023-10-21T14:44:46.337Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-21T14:44:46.341Z | environment variable. This has not been done automatically. |
54 | 2023-10-21T14:44:46.344Z | |
55 | 2023-10-21T14:44:46.347Z | To configure your current shell, run: |
56 | 2023-10-21T14:44:46.350Z | source "$HOME/.cargo/env" |
57 | 2023-10-21T14:44:46.411Z | + rustc --version |
58 | 2023-10-21T14:44:46.526Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-21T14:44:46.536Z | process exited: duration 24737 ms, exit code 0 |
|
60 | 2023-10-21T14:44:46.953Z | starting task 2: "authentication" |
61 | 2023-10-21T14:44:47.014Z | process exited: duration 43 ms, exit code 0 |
|
62 | 2023-10-21T14:44:47.036Z | starting task 3: "clone repository" |
63 | 2023-10-21T14:44:47.048Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-21T14:44:47.052Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-21T14:44:47.077Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-21T14:44:53.115Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-21T14:44:53.119Z | + [[ -n update_crucible_and_propolis ]] |
68 | 2023-10-21T14:44:53.122Z | + git fetch origin update_crucible_and_propolis |
69 | 2023-10-21T14:44:53.443Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-21T14:44:53.446Z | * branch update_crucible_and_propolis -> FETCH_HEAD |
71 | 2023-10-21T14:44:53.452Z | + git checkout -B update_crucible_and_propolis remotes/origin/update_crucible_and_propolis |
72 | 2023-10-21T14:44:53.479Z | Switched to a new branch 'update_crucible_and_propolis' |
73 | 2023-10-21T14:44:53.487Z | branch 'update_crucible_and_propolis' set up to track 'origin/update_crucible_and_propolis'. |
74 | 2023-10-21T14:44:53.496Z | + git reset --hard 84fabc428e498d98d59eb4a43453e7502fec9e4e |
75 | 2023-10-21T14:44:53.499Z | HEAD is now at 84fabc42 Update cargo hakari too |
76 | 2023-10-21T14:44:53.502Z | process exited: duration 6454 ms, exit code 0 |
|
77 | 2023-10-21T14:44:53.508Z | starting task 4: "build" |
78 | 2023-10-21T14:44:53.520Z | + cargo --version |
79 | 2023-10-21T14:44:53.605Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-21T14:44:53.608Z | + rustc --version |
81 | 2023-10-21T14:44:53.711Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-21T14:44:53.721Z | + source ./env.sh |
83 | 2023-10-21T14:44:53.730Z | ++ set -o xtrace |
84 | 2023-10-21T14:44:53.738Z | ++++ dirname ./env.sh |
85 | 2023-10-21T14:44:53.748Z | +++ cd . |
86 | 2023-10-21T14:44:53.755Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-21T14:44:53.766Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-21T14:44:53.777Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-21T14:44:53.785Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-21T14:44:53.802Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-10-21T14:44:53.815Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2023-10-21T14:44:53.824Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-10-21T14:44:53.833Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2023-10-21T14:44:53.841Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2023-10-21T14:44:53.848Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2023-10-21T14:44:53.853Z | ++ unset OMICRON_WS |
97 | 2023-10-21T14:44:53.858Z | ++ set +o xtrace |
98 | 2023-10-21T14:44:53.875Z | |
99 | 2023-10-21T14:44:53.881Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-10-21T14:44:53.888Z | # # # # # # # # # # # # # # # |
101 | 2023-10-21T14:44:53.894Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-10-21T14:44:53.900Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-10-21T14:44:53.908Z | # # # # # # # # # # # # # # # |
104 | 2023-10-21T14:44:53.919Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-10-21T14:44:53.925Z | |
106 | 2023-10-21T14:45:02.179Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-10-21T14:45:03.107Z | Startup: Caching catalogs ... Done |
108 | 2023-10-21T14:45:07.526Z | Planning: Solver setup ... Done (4.142s) |
109 | 2023-10-21T14:45:07.636Z | Planning: Running solver ... Done (0.109s) |
110 | 2023-10-21T14:45:07.691Z | Planning: Finding local manifests ... Done (0.011s) |
111 | 2023-10-21T14:45:07.730Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-10-21T14:45:09.214Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-10-21T14:45:09.292Z | Planning: Package planning ... Done (0.078s) |
114 | 2023-10-21T14:45:09.380Z | Planning: Merging actions ... Done (0.086s) |
115 | 2023-10-21T14:45:09.966Z | Planning: Checking for conflicting actions ... Done (0.587s) |
116 | 2023-10-21T14:45:09.984Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-10-21T14:45:12.856Z | Planning: Evaluating mediators ... Done (2.872s) |
118 | 2023-10-21T14:45:12.873Z | Planning: Planning completed in 9.71 seconds |
119 | 2023-10-21T14:45:14.598Z | Packages to install: 4 |
120 | 2023-10-21T14:45:14.601Z | Mediators to change: 2 |
121 | 2023-10-21T14:45:14.605Z | Services to change: 1 |
122 | 2023-10-21T14:45:14.608Z | Estimated space available: 149.39 GB |
123 | 2023-10-21T14:45:14.611Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-10-21T14:45:14.613Z | Create boot environment: No |
125 | 2023-10-21T14:45:14.616Z | Create backup boot environment: No |
126 | 2023-10-21T14:45:14.618Z | Rebuild boot archive: No |
127 | 2023-10-21T14:45:14.621Z | |
128 | 2023-10-21T14:45:14.624Z | Changed mediators: |
129 | 2023-10-21T14:45:14.626Z | mediator clang: |
130 | 2023-10-21T14:45:14.629Z | version: None -> 15 (system default) |
131 | 2023-10-21T14:45:14.632Z | |
132 | 2023-10-21T14:45:14.634Z | mediator llvm: |
133 | 2023-10-21T14:45:14.637Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-10-21T14:45:14.640Z | |
135 | 2023-10-21T14:45:14.643Z | Changed packages: |
136 | 2023-10-21T14:45:14.646Z | helios-dev |
137 | 2023-10-21T14:45:14.648Z | developer/build-essential |
138 | 2023-10-21T14:45:14.651Z | None -> 11-2.0 |
139 | 2023-10-21T14:45:14.654Z | library/libxmlsec1 |
140 | 2023-10-21T14:45:14.657Z | None -> 1.2.35-2.0 |
141 | 2023-10-21T14:45:14.660Z | ooce/developer/clang-15 |
142 | 2023-10-21T14:45:14.663Z | None -> 15.0.7-2.0 |
143 | 2023-10-21T14:45:14.666Z | ooce/developer/llvm-15 |
144 | 2023-10-21T14:45:14.668Z | None -> 15.0.7-2.0 |
145 | 2023-10-21T14:45:14.671Z | |
146 | 2023-10-21T14:45:14.673Z | Services: |
147 | 2023-10-21T14:45:14.676Z | restart_fmri: |
148 | 2023-10-21T14:45:14.679Z | svc:/system/update-man-index:default |
149 | 2023-10-21T14:45:14.763Z | |
150 | 2023-10-21T14:45:14.766Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-10-21T14:45:19.763Z | Download: 643/3290 items 17.8/212.6MB 8% complete (3.7M/s) |
152 | 2023-10-21T14:45:24.870Z | Download: 1193/3290 items 73.5/212.6MB 34% complete (7.4M/s) |
153 | 2023-10-21T14:45:29.870Z | Download: 1367/3290 items 97.9/212.6MB 46% complete (8.0M/s) |
154 | 2023-10-21T14:45:34.909Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (4.6M/s) |
155 | 2023-10-21T14:45:39.919Z | Download: 3199/3290 items 160.9/212.6MB 75% complete (6.2M/s) |
156 | 2023-10-21T14:45:43.046Z | Download: Completed 212.60 MB in 28.28 seconds (7.5M/s) |
157 | 2023-10-21T14:45:45.452Z | Actions: 1/3687 actions (Installing new actions) |
158 | 2023-10-21T14:45:50.453Z | Actions: 2813/3687 actions (Installing new actions) |
159 | 2023-10-21T14:45:53.658Z | Actions: Completed 3687 actions in 8.21 seconds. |
160 | 2023-10-21T14:45:53.743Z | Done (0.078s) |
161 | 2023-10-21T14:45:53.746Z | Done (0.000s) |
162 | 2023-10-21T14:45:53.936Z | Done (0.192s) |
163 | 2023-10-21T14:46:01.195Z | Done (7.149s) |
164 | 2023-10-21T14:46:01.394Z | Done (0.100s) |
165 | 2023-10-21T14:46:01.397Z | Done (0.000s) |
166 | 2023-10-21T14:46:01.680Z | Done (0.000s) |
167 | 2023-10-21T14:46:02.362Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-10-21T14:46:02.646Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-10-21T14:46:02.651Z | Planning: Consolidating action changes ... Done |
170 | 2023-10-21T14:46:03.071Z | Planning: Evaluating mediators ... Done |
171 | 2023-10-21T14:46:03.074Z | Planning: Planning completed in 0.71 seconds |
172 | 2023-10-21T14:46:03.124Z | Mediators to change: 2 |
173 | 2023-10-21T14:46:03.127Z | Create boot environment: No |
174 | 2023-10-21T14:46:03.130Z | Create backup boot environment: No |
175 | 2023-10-21T14:46:03.282Z | Done |
176 | 2023-10-21T14:46:03.285Z | Done |
177 | 2023-10-21T14:46:03.404Z | Done |
178 | 2023-10-21T14:46:09.068Z | Done |
179 | 2023-10-21T14:46:09.187Z | Done |
180 | 2023-10-21T14:46:09.191Z | Done |
181 | 2023-10-21T14:46:09.343Z | Done |
182 | 2023-10-21T14:46:10.340Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-10-21T14:46:10.343Z | Planning: Merging actions ... Done |
184 | 2023-10-21T14:46:10.675Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-10-21T14:46:10.678Z | Planning: Consolidating action changes ... Done |
186 | 2023-10-21T14:46:11.104Z | Planning: Evaluating mediators ... Done |
187 | 2023-10-21T14:46:11.198Z | Planning: Planning completed in 1.30 seconds |
188 | 2023-10-21T14:46:11.255Z | Packages to change: 1 |
189 | 2023-10-21T14:46:11.260Z | Mediators to change: 1 |
190 | 2023-10-21T14:46:11.263Z | Services to change: 1 |
191 | 2023-10-21T14:46:11.266Z | Create boot environment: No |
192 | 2023-10-21T14:46:11.271Z | Create backup boot environment: Yes |
193 | 2023-10-21T14:46:13.142Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-10-21T14:46:13.148Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-10-21T14:46:13.151Z | Done |
196 | 2023-10-21T14:46:13.155Z | Done |
197 | 2023-10-21T14:46:13.192Z | Done |
198 | 2023-10-21T14:46:18.921Z | Done |
199 | 2023-10-21T14:46:19.043Z | Done |
200 | 2023-10-21T14:46:19.046Z | Done |
201 | 2023-10-21T14:46:19.138Z | Done |
202 | 2023-10-21T14:46:19.792Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-10-21T14:46:19.795Z | clang system 15 system |
204 | 2023-10-21T14:46:19.798Z | csh system system illumos |
205 | 2023-10-21T14:46:19.801Z | ctags system system illumos |
206 | 2023-10-21T14:46:19.806Z | gcc vendor 12 vendor |
207 | 2023-10-21T14:46:19.809Z | gcc system 10 system |
208 | 2023-10-21T14:46:19.812Z | gcc system 7 system |
209 | 2023-10-21T14:46:19.819Z | go system 1.20 system |
210 | 2023-10-21T14:46:19.822Z | go system 1.19 system |
211 | 2023-10-21T14:46:19.826Z | llvm system 15 system |
212 | 2023-10-21T14:46:19.828Z | llvm system 14 system |
213 | 2023-10-21T14:46:19.831Z | mariadb system 10.6 system |
214 | 2023-10-21T14:46:19.834Z | mta vendor vendor dma |
215 | 2023-10-21T14:46:19.837Z | openjdk system 17 system |
216 | 2023-10-21T14:46:19.840Z | openjdk system 11 system |
217 | 2023-10-21T14:46:19.843Z | openjdk system 1.8 system |
218 | 2023-10-21T14:46:19.845Z | openssl vendor 3 vendor |
219 | 2023-10-21T14:46:19.848Z | perl system 5.36 system |
220 | 2023-10-21T14:46:19.851Z | postgresql system 15 system |
221 | 2023-10-21T14:46:19.854Z | postgresql system 13 system |
222 | 2023-10-21T14:46:19.857Z | python vendor 3 vendor |
223 | 2023-10-21T14:46:19.860Z | python system 2 system |
224 | 2023-10-21T14:46:19.863Z | python3 system 3.11 system |
225 | 2023-10-21T14:46:19.940Z | ruby system 3.0 system |
226 | 2023-10-21T14:46:19.944Z | words vendor vendor american-english |
227 | 2023-10-21T14:46:19.947Z | words system system australian-english |
228 | 2023-10-21T14:46:19.950Z | words system system british-english |
229 | 2023-10-21T14:46:19.952Z | words system system canadian-english |
230 | 2023-10-21T14:46:19.955Z | words system system french |
231 | 2023-10-21T14:46:19.958Z | words system system italian |
232 | 2023-10-21T14:46:19.961Z | words system system ngerman |
233 | 2023-10-21T14:46:19.964Z | words system system ogerman |
234 | 2023-10-21T14:46:19.967Z | words system system spanish |
235 | 2023-10-21T14:46:20.318Z | FMRI IFO |
236 | 2023-10-21T14:46:20.321Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-10-21T14:46:20.324Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-10-21T14:46:20.327Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-10-21T14:46:20.331Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-10-21T14:46:20.335Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-10-21T14:46:20.341Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-10-21T14:46:20.385Z | + set -o errexit |
243 | 2023-10-21T14:46:20.388Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2023-10-21T14:46:20.391Z | ++ cd ./tools |
245 | 2023-10-21T14:46:20.394Z | ++ pwd |
246 | 2023-10-21T14:46:20.397Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2023-10-21T14:46:20.400Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2023-10-21T14:46:20.404Z | + ARG0=ci_download_cockroachdb |
249 | 2023-10-21T14:46:20.407Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2023-10-21T14:46:20.409Z | + CIDL_VERSION=v22.1.9 |
251 | 2023-10-21T14:46:20.415Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2023-10-21T14:46:20.418Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2023-10-21T14:46:20.421Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2023-10-21T14:46:20.424Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-10-21T14:46:20.427Z | + TARGET_DIR=out |
256 | 2023-10-21T14:46:20.432Z | + DOWNLOAD_DIR=out/downloads |
257 | 2023-10-21T14:46:20.438Z | + DEST_DIR=./out/cockroachdb |
258 | 2023-10-21T14:46:20.443Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2023-10-21T14:46:20.446Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2023-10-21T14:46:20.449Z | + main |
261 | 2023-10-21T14:46:20.452Z | + [[ 0 != 0 ]] |
262 | 2023-10-21T14:46:20.455Z | + CIDL_OS=solaris2.11 |
263 | 2023-10-21T14:46:20.462Z | + [[ 0 != 0 ]] |
264 | 2023-10-21T14:46:20.465Z | + configure_os solaris2.11 |
265 | 2023-10-21T14:46:20.468Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2023-10-21T14:46:20.471Z | current directory: /work/oxidecomputer/omicron |
267 | 2023-10-21T14:46:20.475Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2023-10-21T14:46:20.478Z | configuring based on OS: "solaris2.11" |
269 | 2023-10-21T14:46:20.481Z | + case "$1" in |
270 | 2023-10-21T14:46:20.484Z | + CIDL_BUILD=illumos |
271 | 2023-10-21T14:46:20.496Z | + CIDL_SUFFIX=tar.gz |
272 | 2023-10-21T14:46:20.499Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-10-21T14:46:20.502Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2023-10-21T14:46:20.505Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2023-10-21T14:46:20.508Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2023-10-21T14:46:20.511Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2023-10-21T14:46:20.515Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-21T14:46:20.517Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-21T14:46:20.521Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2023-10-21T14:46:20.524Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-21T14:46:20.527Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-10-21T14:46:20.532Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-10-21T14:46:20.535Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-10-21T14:46:20.539Z | + mkdir -p out/downloads |
285 | 2023-10-21T14:46:20.554Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-21T14:46:20.559Z | + mkdir -p ./out/cockroachdb |
287 | 2023-10-21T14:46:20.569Z | + local DO_DOWNLOAD=true |
288 | 2023-10-21T14:46:20.584Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2023-10-21T14:46:20.597Z | + '[' true == true ']' |
290 | 2023-10-21T14:46:20.632Z | + echo Downloading... |
291 | 2023-10-21T14:46:20.636Z | Downloading... |
292 | 2023-10-21T14:46:20.639Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-10-21T14:46:20.642Z | + 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 |
294 | 2023-10-21T14:46:28.894Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-10-21T14:46:28.898Z | ++ md5sum |
296 | 2023-10-21T14:46:28.902Z | ++ awk '{print $1}' |
297 | 2023-10-21T14:46:29.079Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-10-21T14:46:29.084Z | + [[ 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 ]] |
299 | 2023-10-21T14:46:29.088Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-10-21T14:46:29.091Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2023-10-21T14:46:32.450Z | + do_assemble_illumos |
302 | 2023-10-21T14:46:32.458Z | + rm -r ./out/cockroachdb |
303 | 2023-10-21T14:46:32.466Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2023-10-21T14:46:33.110Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2023-10-21T14:46:33.411Z | Build Tag: v22.1.9-dirty |
306 | 2023-10-21T14:46:33.415Z | Build Time: 2022/10/26 21:17:46 |
307 | 2023-10-21T14:46:33.420Z | Distribution: OSS |
308 | 2023-10-21T14:46:33.423Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2023-10-21T14:46:33.427Z | Go Version: go1.17.13 |
310 | 2023-10-21T14:46:33.432Z | C Compiler: gcc 10.3.0 |
311 | 2023-10-21T14:46:33.437Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2023-10-21T14:46:33.440Z | Build Type: release |
313 | 2023-10-21T14:46:33.443Z | + set -o errexit |
314 | 2023-10-21T14:46:33.446Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2023-10-21T14:46:33.449Z | ++ cd ./tools |
316 | 2023-10-21T14:46:33.457Z | ++ pwd |
317 | 2023-10-21T14:46:33.461Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2023-10-21T14:46:33.465Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2023-10-21T14:46:33.468Z | + ARG0=ci_download_clickhouse |
320 | 2023-10-21T14:46:33.473Z | + TARGET_DIR=out |
321 | 2023-10-21T14:46:33.476Z | + DOWNLOAD_DIR=out/downloads |
322 | 2023-10-21T14:46:33.479Z | + DEST_DIR=./out/clickhouse |
323 | 2023-10-21T14:46:33.483Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2023-10-21T14:46:33.487Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2023-10-21T14:46:33.490Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2023-10-21T14:46:33.493Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2023-10-21T14:46:33.497Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2023-10-21T14:46:33.501Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2023-10-21T14:46:33.504Z | + main |
330 | 2023-10-21T14:46:33.510Z | + [[ 0 != 0 ]] |
331 | 2023-10-21T14:46:33.513Z | + CIDL_OS=solaris2.11 |
332 | 2023-10-21T14:46:33.516Z | + [[ 0 != 0 ]] |
333 | 2023-10-21T14:46:33.519Z | + configure_os solaris2.11 |
334 | 2023-10-21T14:46:33.524Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2023-10-21T14:46:33.527Z | current directory: /work/oxidecomputer/omicron |
336 | 2023-10-21T14:46:33.530Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2023-10-21T14:46:33.534Z | configuring based on OS: "solaris2.11" |
338 | 2023-10-21T14:46:33.538Z | + CIDL_DASHREV= |
339 | 2023-10-21T14:46:33.541Z | + case "$1" in |
340 | 2023-10-21T14:46:33.546Z | + CIDL_PLATFORM=illumos |
341 | 2023-10-21T14:46:33.549Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-10-21T14:46:33.552Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2023-10-21T14:46:33.558Z | + CIDL_DASHREV=-1 |
344 | 2023-10-21T14:46:33.561Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2023-10-21T14:46:33.564Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-21T14:46:33.567Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-21T14:46:33.570Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-21T14:46:33.573Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-10-21T14:46:33.577Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-21T14:46:33.580Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-10-21T14:46:33.584Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-10-21T14:46:33.587Z | + mkdir -p out/downloads |
353 | 2023-10-21T14:46:33.590Z | + mkdir -p ./out/clickhouse |
354 | 2023-10-21T14:46:33.593Z | + local DO_DOWNLOAD=true |
355 | 2023-10-21T14:46:33.596Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2023-10-21T14:46:33.601Z | + '[' true == true ']' |
357 | 2023-10-21T14:46:33.606Z | + echo Downloading... |
358 | 2023-10-21T14:46:33.609Z | Downloading... |
359 | 2023-10-21T14:46:33.612Z | + 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 |
360 | 2023-10-21T14:46:33.617Z | + 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 |
361 | 2023-10-21T14:46:35.283Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-10-21T14:46:35.296Z | ++ md5sum |
363 | 2023-10-21T14:46:35.299Z | ++ awk '{print $1}' |
364 | 2023-10-21T14:46:35.549Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2023-10-21T14:46:35.573Z | + [[ 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 ]] |
366 | 2023-10-21T14:46:35.587Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2023-10-21T14:46:35.598Z | + mkdir -p ./out/clickhouse |
368 | 2023-10-21T14:46:35.606Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2023-10-21T14:46:40.388Z | + ./out/clickhouse/clickhouse server --version |
370 | 2023-10-21T14:46:40.445Z | ClickHouse server version 22.8.9.1. |
371 | 2023-10-21T14:46:40.462Z | + set -o errexit |
372 | 2023-10-21T14:46:40.465Z | +++ dirname ./tools/ci_download_console |
373 | 2023-10-21T14:46:40.468Z | ++ cd ./tools |
374 | 2023-10-21T14:46:40.471Z | ++ pwd |
375 | 2023-10-21T14:46:40.475Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2023-10-21T14:46:40.478Z | ++ basename ./tools/ci_download_console |
377 | 2023-10-21T14:46:40.481Z | + ARG0=ci_download_console |
378 | 2023-10-21T14:46:40.484Z | + TARGET_DIR=out |
379 | 2023-10-21T14:46:40.487Z | + DOWNLOAD_DIR=out/downloads |
380 | 2023-10-21T14:46:40.490Z | + DEST_DIR=./out/console-assets |
381 | 2023-10-21T14:46:40.498Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2023-10-21T14:46:40.515Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
383 | 2023-10-21T14:46:40.536Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
384 | 2023-10-21T14:46:40.553Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
385 | 2023-10-21T14:46:40.561Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2023-10-21T14:46:40.565Z | + main |
387 | 2023-10-21T14:46:40.570Z | + [[ 0 != 0 ]] |
388 | 2023-10-21T14:46:40.573Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
389 | 2023-10-21T14:46:40.576Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
390 | 2023-10-21T14:46:40.579Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2023-10-21T14:46:40.584Z | Local file: out/downloads/console.tar.gz |
392 | 2023-10-21T14:46:40.588Z | + local DO_DOWNLOAD=true |
393 | 2023-10-21T14:46:40.591Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2023-10-21T14:46:40.594Z | + mkdir -p out/downloads |
395 | 2023-10-21T14:46:40.598Z | + '[' true == true ']' |
396 | 2023-10-21T14:46:40.600Z | + echo Downloading... |
397 | 2023-10-21T14:46:40.603Z | Downloading... |
398 | 2023-10-21T14:46:40.606Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
399 | 2023-10-21T14:46:40.609Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
400 | 2023-10-21T14:46:41.006Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2023-10-21T14:46:41.010Z | ++ case "$OSTYPE" in |
402 | 2023-10-21T14:46:41.013Z | ++ SHA=sha256sum |
403 | 2023-10-21T14:46:41.016Z | ++ sha256sum |
404 | 2023-10-21T14:46:41.019Z | ++ awk '{print $1}' |
405 | 2023-10-21T14:46:41.031Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
406 | 2023-10-21T14:46:41.034Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
407 | 2023-10-21T14:46:41.037Z | + rm -rf ./out/console-assets |
408 | 2023-10-21T14:46:41.040Z | + mkdir -p ./out/console-assets |
409 | 2023-10-21T14:46:41.043Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2023-10-21T14:46:41.045Z | + mkdir -p ./out/console-assets |
411 | 2023-10-21T14:46:41.049Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2023-10-21T14:46:41.179Z | + set -o errexit |
413 | 2023-10-21T14:46:41.182Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2023-10-21T14:46:41.185Z | ++ cd ./tools |
415 | 2023-10-21T14:46:41.188Z | ++ pwd |
416 | 2023-10-21T14:46:41.191Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2023-10-21T14:46:41.194Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2023-10-21T14:46:41.197Z | + ARG0=ci_download_maghemite_openapi |
419 | 2023-10-21T14:46:41.200Z | + TARGET_DIR=out |
420 | 2023-10-21T14:46:41.203Z | + DOWNLOAD_DIR=out/downloads |
421 | 2023-10-21T14:46:41.206Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2023-10-21T14:46:41.210Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
423 | 2023-10-21T14:46:41.214Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-10-21T14:46:41.217Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
425 | 2023-10-21T14:46:41.220Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
426 | 2023-10-21T14:46:41.223Z | + main |
427 | 2023-10-21T14:46:41.226Z | + [[ 0 != 0 ]] |
428 | 2023-10-21T14:46:41.228Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
429 | 2023-10-21T14:46:41.231Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
430 | 2023-10-21T14:46:41.234Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
431 | 2023-10-21T14:46:41.238Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
432 | 2023-10-21T14:46:41.241Z | + local DO_DOWNLOAD=true |
433 | 2023-10-21T14:46:41.243Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
434 | 2023-10-21T14:46:41.246Z | + mkdir -p out/downloads |
435 | 2023-10-21T14:46:41.249Z | + '[' true == true ']' |
436 | 2023-10-21T14:46:41.252Z | + echo Downloading... |
437 | 2023-10-21T14:46:41.255Z | Downloading... |
438 | 2023-10-21T14:46:41.258Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
439 | 2023-10-21T14:46:41.261Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
440 | 2023-10-21T14:46:41.329Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
441 | 2023-10-21T14:46:41.334Z | ++ case "$OSTYPE" in |
442 | 2023-10-21T14:46:41.354Z | ++ SHA=sha256sum |
443 | 2023-10-21T14:46:41.365Z | ++ sha256sum |
444 | 2023-10-21T14:46:41.370Z | ++ awk '{print $1}' |
445 | 2023-10-21T14:46:41.374Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
446 | 2023-10-21T14:46:41.379Z | + [[ 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 ]] |
447 | 2023-10-21T14:46:41.383Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2023-10-21T14:46:41.391Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
449 | 2023-10-21T14:46:41.394Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
450 | 2023-10-21T14:46:41.399Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
451 | 2023-10-21T14:46:41.404Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
452 | 2023-10-21T14:46:41.831Z | + main |
453 | 2023-10-21T14:46:41.837Z | + [[ 0 != 0 ]] |
454 | 2023-10-21T14:46:41.845Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
455 | 2023-10-21T14:46:41.859Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
456 | 2023-10-21T14:46:41.873Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
457 | 2023-10-21T14:46:41.885Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
458 | 2023-10-21T14:46:41.893Z | + local DO_DOWNLOAD=true |
459 | 2023-10-21T14:46:41.898Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
460 | 2023-10-21T14:46:41.901Z | + mkdir -p out/downloads |
461 | 2023-10-21T14:46:41.904Z | + '[' true == true ']' |
462 | 2023-10-21T14:46:41.910Z | + echo Downloading... |
463 | 2023-10-21T14:46:41.913Z | Downloading... |
464 | 2023-10-21T14:46:41.916Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
465 | 2023-10-21T14:46:41.922Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
466 | 2023-10-21T14:46:42.165Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
467 | 2023-10-21T14:46:42.178Z | ++ case "$OSTYPE" in |
468 | 2023-10-21T14:46:42.197Z | ++ SHA=sha256sum |
469 | 2023-10-21T14:46:42.217Z | ++ sha256sum |
470 | 2023-10-21T14:46:42.234Z | ++ awk '{print $1}' |
471 | 2023-10-21T14:46:42.248Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
472 | 2023-10-21T14:46:42.259Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
473 | 2023-10-21T14:46:42.268Z | + set -o errexit |
474 | 2023-10-21T14:46:42.276Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2023-10-21T14:46:42.297Z | ++ cd ./tools |
476 | 2023-10-21T14:46:42.315Z | ++ pwd |
477 | 2023-10-21T14:46:42.323Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-10-21T14:46:42.329Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2023-10-21T14:46:42.332Z | + ARG0=ci_download_dendrite_openapi |
480 | 2023-10-21T14:46:42.335Z | + TARGET_DIR=out |
481 | 2023-10-21T14:46:42.341Z | + DOWNLOAD_DIR=out/downloads |
482 | 2023-10-21T14:46:42.344Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2023-10-21T14:46:42.347Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
484 | 2023-10-21T14:46:42.351Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
485 | 2023-10-21T14:46:42.354Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
486 | 2023-10-21T14:46:42.358Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
487 | 2023-10-21T14:46:42.362Z | + main |
488 | 2023-10-21T14:46:42.366Z | + [[ 0 != 0 ]] |
489 | 2023-10-21T14:46:42.369Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
490 | 2023-10-21T14:46:42.373Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
491 | 2023-10-21T14:46:42.378Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
492 | 2023-10-21T14:46:42.381Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
493 | 2023-10-21T14:46:42.384Z | + local DO_DOWNLOAD=true |
494 | 2023-10-21T14:46:42.387Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
495 | 2023-10-21T14:46:42.390Z | + mkdir -p out/downloads |
496 | 2023-10-21T14:46:42.394Z | + '[' true == true ']' |
497 | 2023-10-21T14:46:42.397Z | + echo Downloading... |
498 | 2023-10-21T14:46:42.403Z | Downloading... |
499 | 2023-10-21T14:46:42.409Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
500 | 2023-10-21T14:46:42.417Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
501 | 2023-10-21T14:46:43.195Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
502 | 2023-10-21T14:46:43.199Z | ++ case "$OSTYPE" in |
503 | 2023-10-21T14:46:43.202Z | ++ SHA=sha256sum |
504 | 2023-10-21T14:46:43.205Z | ++ sha256sum |
505 | 2023-10-21T14:46:43.208Z | ++ awk '{print $1}' |
506 | 2023-10-21T14:46:43.211Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
507 | 2023-10-21T14:46:43.218Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
508 | 2023-10-21T14:46:43.223Z | + set -o errexit |
509 | 2023-10-21T14:46:43.230Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2023-10-21T14:46:43.234Z | ++ cd ./tools |
511 | 2023-10-21T14:46:43.239Z | ++ pwd |
512 | 2023-10-21T14:46:43.245Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2023-10-21T14:46:43.250Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2023-10-21T14:46:43.255Z | + ARG0=ci_download_dendrite_stub |
515 | 2023-10-21T14:46:43.668Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2023-10-21T14:46:43.671Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
517 | 2023-10-21T14:46:43.674Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
518 | 2023-10-21T14:46:43.679Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
519 | 2023-10-21T14:46:43.683Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2023-10-21T14:46:43.691Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
521 | 2023-10-21T14:46:43.694Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
522 | 2023-10-21T14:46:43.697Z | + TARGET_DIR=out |
523 | 2023-10-21T14:46:43.700Z | + DOWNLOAD_DIR=out/downloads |
524 | 2023-10-21T14:46:43.703Z | + DEST_DIR=./out/dendrite-stub |
525 | 2023-10-21T14:46:43.706Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2023-10-21T14:46:43.709Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2023-10-21T14:46:43.713Z | + REPO=oxidecomputer/dendrite |
528 | 2023-10-21T14:46:43.715Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
529 | 2023-10-21T14:46:43.719Z | + main |
530 | 2023-10-21T14:46:43.722Z | + [[ 0 != 0 ]] |
531 | 2023-10-21T14:46:43.725Z | + CIDL_OS=solaris2.11 |
532 | 2023-10-21T14:46:43.728Z | + [[ 0 != 0 ]] |
533 | 2023-10-21T14:46:43.730Z | + configure_os solaris2.11 |
534 | 2023-10-21T14:46:43.735Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2023-10-21T14:46:43.738Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2023-10-21T14:46:43.741Z | + case "$1" in |
537 | 2023-10-21T14:46:43.768Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-10-21T14:46:43.771Z | configuring based on OS: "solaris2.11" |
539 | 2023-10-21T14:46:43.775Z | + SET_BINARIES= |
540 | 2023-10-21T14:46:43.778Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
541 | 2023-10-21T14:46:43.781Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2023-10-21T14:46:43.784Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2023-10-21T14:46:43.787Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
544 | 2023-10-21T14:46:43.790Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2023-10-21T14:46:43.793Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
546 | 2023-10-21T14:46:43.795Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
547 | 2023-10-21T14:46:43.799Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2023-10-21T14:46:43.801Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2023-10-21T14:46:43.804Z | + mkdir -p out/downloads |
550 | 2023-10-21T14:46:43.807Z | + mkdir -p ./out/dendrite-stub |
551 | 2023-10-21T14:46:43.811Z | + fetch_and_verify |
552 | 2023-10-21T14:46:43.820Z | + local DO_DOWNLOAD=true |
553 | 2023-10-21T14:46:43.830Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2023-10-21T14:46:44.239Z | + '[' true == true ']' |
555 | 2023-10-21T14:46:44.242Z | + echo Downloading... |
556 | 2023-10-21T14:46:44.245Z | Downloading... |
557 | 2023-10-21T14:46:44.248Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2023-10-21T14:46:44.251Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
559 | 2023-10-21T14:46:51.501Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2023-10-21T14:46:51.504Z | ++ sha256sum |
561 | 2023-10-21T14:46:51.507Z | ++ awk '{print $1}' |
562 | 2023-10-21T14:46:51.594Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
563 | 2023-10-21T14:46:51.598Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
564 | 2023-10-21T14:46:51.601Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2023-10-21T14:46:51.606Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2023-10-21T14:46:52.508Z | + do_assemble |
567 | 2023-10-21T14:46:52.512Z | + rm -r ./out/dendrite-stub |
568 | 2023-10-21T14:46:52.515Z | + mkdir ./out/dendrite-stub |
569 | 2023-10-21T14:46:52.518Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2023-10-21T14:46:52.647Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2023-10-21T14:46:52.662Z | + set -o errexit |
572 | 2023-10-21T14:46:52.674Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2023-10-21T14:46:52.684Z | ++ cd ./tools |
574 | 2023-10-21T14:46:52.692Z | ++ pwd |
575 | 2023-10-21T14:46:52.700Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2023-10-21T14:46:52.707Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2023-10-21T14:46:52.716Z | + ARG0=ci_download_maghemite_mgd |
578 | 2023-10-21T14:46:52.722Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2023-10-21T14:46:52.728Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
580 | 2023-10-21T14:46:52.737Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
581 | 2023-10-21T14:46:52.744Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2023-10-21T14:46:52.750Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
583 | 2023-10-21T14:46:52.757Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
584 | 2023-10-21T14:46:52.766Z | + TARGET_DIR=out |
585 | 2023-10-21T14:46:52.774Z | + DOWNLOAD_DIR=out/downloads |
586 | 2023-10-21T14:46:52.779Z | + DEST_DIR=./out/mgd |
587 | 2023-10-21T14:46:52.785Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2023-10-21T14:46:52.790Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2023-10-21T14:46:52.809Z | + REPO=oxidecomputer/maghemite |
590 | 2023-10-21T14:46:52.813Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
591 | 2023-10-21T14:46:52.816Z | + main |
592 | 2023-10-21T14:46:52.819Z | + [[ 0 != 0 ]] |
593 | 2023-10-21T14:46:52.822Z | + CIDL_OS=solaris2.11 |
594 | 2023-10-21T14:46:52.825Z | + [[ 0 != 0 ]] |
595 | 2023-10-21T14:46:52.845Z | + configure_os solaris2.11 |
596 | 2023-10-21T14:46:52.853Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2023-10-21T14:46:52.876Z | current directory: /work/oxidecomputer/omicron |
598 | 2023-10-21T14:46:52.885Z | configuring based on OS: "solaris2.11" |
599 | 2023-10-21T14:46:52.891Z | + echo 'configuring based on OS: "solaris2.11"' |
600 | 2023-10-21T14:46:52.895Z | + case "$1" in |
601 | 2023-10-21T14:46:52.898Z | + SET_BINARIES= |
602 | 2023-10-21T14:46:52.901Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2023-10-21T14:46:52.904Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2023-10-21T14:46:52.907Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
605 | 2023-10-21T14:46:52.910Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2023-10-21T14:46:52.914Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
607 | 2023-10-21T14:46:52.917Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
608 | 2023-10-21T14:46:52.920Z | Local file: out/downloads/mgd.tar.gz |
609 | 2023-10-21T14:46:52.923Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2023-10-21T14:46:52.926Z | + mkdir -p out/downloads |
611 | 2023-10-21T14:46:52.930Z | + mkdir -p ./out/mgd |
612 | 2023-10-21T14:46:52.933Z | + fetch_and_verify |
613 | 2023-10-21T14:46:52.936Z | + local DO_DOWNLOAD=true |
614 | 2023-10-21T14:46:52.939Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2023-10-21T14:46:52.943Z | + '[' true == true ']' |
616 | 2023-10-21T14:46:52.946Z | + echo Downloading... |
617 | 2023-10-21T14:46:52.949Z | Downloading... |
618 | 2023-10-21T14:46:52.954Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2023-10-21T14:46:52.962Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
620 | 2023-10-21T14:47:01.432Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2023-10-21T14:47:01.435Z | ++ sha256sum |
622 | 2023-10-21T14:47:01.439Z | ++ awk '{print $1}' |
623 | 2023-10-21T14:47:01.510Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
624 | 2023-10-21T14:47:01.515Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
625 | 2023-10-21T14:47:01.518Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2023-10-21T14:47:01.520Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2023-10-21T14:47:02.180Z | + do_assemble |
628 | 2023-10-21T14:47:02.184Z | + rm -r ./out/mgd |
629 | 2023-10-21T14:47:02.194Z | + mkdir ./out/mgd |
630 | 2023-10-21T14:47:02.205Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2023-10-21T14:47:02.396Z | + set -o errexit |
632 | 2023-10-21T14:47:02.400Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2023-10-21T14:47:02.403Z | ++ cd ./tools |
634 | 2023-10-21T14:47:02.406Z | ++ pwd |
635 | 2023-10-21T14:47:02.409Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2023-10-21T14:47:02.414Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2023-10-21T14:47:02.417Z | + ARG0=ci_download_transceiver_control |
638 | 2023-10-21T14:47:02.422Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2023-10-21T14:47:02.425Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-10-21T14:47:02.428Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-10-21T14:47:02.431Z | + TARGET_DIR=out |
642 | 2023-10-21T14:47:02.434Z | + DOWNLOAD_DIR=out/downloads |
643 | 2023-10-21T14:47:02.440Z | + DEST_DIR=./out/transceiver-control |
644 | 2023-10-21T14:47:02.443Z | + BIN_DIR=/opt/oxide/bin |
645 | 2023-10-21T14:47:02.446Z | + BINARY=xcvradm |
646 | 2023-10-21T14:47:02.449Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2023-10-21T14:47:02.452Z | + REPO=oxidecomputer/transceiver-control |
648 | 2023-10-21T14:47:02.456Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-10-21T14:47:02.460Z | + main |
650 | 2023-10-21T14:47:02.463Z | + [[ 0 != 0 ]] |
651 | 2023-10-21T14:47:02.466Z | + CIDL_OS=solaris2.11 |
652 | 2023-10-21T14:47:02.470Z | + [[ 0 != 0 ]] |
653 | 2023-10-21T14:47:02.473Z | + configure_os solaris2.11 |
654 | 2023-10-21T14:47:02.477Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2023-10-21T14:47:02.480Z | current directory: /work/oxidecomputer/omicron |
656 | 2023-10-21T14:47:02.487Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-10-21T14:47:02.897Z | configuring based on OS: "solaris2.11" |
658 | 2023-10-21T14:47:02.906Z | + case "$1" in |
659 | 2023-10-21T14:47:02.909Z | + SET_BINARIES= |
660 | 2023-10-21T14:47:02.914Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-10-21T14:47:02.917Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2023-10-21T14:47:02.920Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2023-10-21T14:47:02.923Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2023-10-21T14:47:02.927Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2023-10-21T14:47:02.930Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2023-10-21T14:47:02.934Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2023-10-21T14:47:02.937Z | + echo 'Local file: out/downloads/xcvradm.gz' |
668 | 2023-10-21T14:47:02.940Z | Local file: out/downloads/xcvradm.gz |
669 | 2023-10-21T14:47:02.944Z | + mkdir -p out/downloads |
670 | 2023-10-21T14:47:02.947Z | + mkdir -p ./out/transceiver-control |
671 | 2023-10-21T14:47:02.950Z | + fetch_and_verify |
672 | 2023-10-21T14:47:02.953Z | + local DO_DOWNLOAD=true |
673 | 2023-10-21T14:47:02.957Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2023-10-21T14:47:02.969Z | + '[' true == true ']' |
675 | 2023-10-21T14:47:02.972Z | + echo Downloading... |
676 | 2023-10-21T14:47:02.976Z | Downloading... |
677 | 2023-10-21T14:47:02.980Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2023-10-21T14:47:02.985Z | + 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 |
679 | 2023-10-21T14:47:04.338Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2023-10-21T14:47:04.341Z | ++ sha256sum |
681 | 2023-10-21T14:47:04.344Z | ++ awk '{print $1}' |
682 | 2023-10-21T14:47:04.363Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2023-10-21T14:47:04.366Z | + [[ 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 ]] |
684 | 2023-10-21T14:47:04.370Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2023-10-21T14:47:04.380Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2023-10-21T14:47:04.806Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2023-10-21T14:47:04.816Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2023-10-21T14:47:04.823Z | + do_assemble |
689 | 2023-10-21T14:47:04.832Z | + rm -r ./out/transceiver-control |
690 | 2023-10-21T14:47:04.840Z | + mkdir ./out/transceiver-control |
691 | 2023-10-21T14:47:04.847Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2023-10-21T14:47:04.850Z | All builder prerequisites installed successfully, and PATH looks valid |
693 | 2023-10-21T14:47:04.854Z | |
694 | 2023-10-21T14:47:04.857Z | real 2:11.003057466 |
695 | 2023-10-21T14:47:04.860Z | user 51.723987441 |
696 | 2023-10-21T14:47:04.863Z | sys 9.940950698 |
697 | 2023-10-21T14:47:04.866Z | trap 0.022503819 |
698 | 2023-10-21T14:47:04.869Z | tflt 0.150445773 |
699 | 2023-10-21T14:47:04.872Z | dflt 0.476450186 |
700 | 2023-10-21T14:47:04.875Z | kflt 0.155541771 |
701 | 2023-10-21T14:47:04.878Z | lock 1.930100020 |
702 | 2023-10-21T14:47:04.883Z | slp 4:12.734330833 |
703 | 2023-10-21T14:47:04.886Z | lat 3.381318075 |
704 | 2023-10-21T14:47:04.890Z | stop 0.070902686 |
705 | 2023-10-21T14:47:04.893Z | |
706 | 2023-10-21T14:47:04.896Z | #### # # ##### ##### # # |
707 | 2023-10-21T14:47:04.899Z | # # # # # # # # # # |
708 | 2023-10-21T14:47:04.903Z | # # # # # # # # |
709 | 2023-10-21T14:47:04.907Z | # # # ##### ##### # |
710 | 2023-10-21T14:47:04.910Z | # # # # # # # |
711 | 2023-10-21T14:47:04.913Z | #### ###### # # # # |
712 | 2023-10-21T14:47:04.919Z | |
713 | 2023-10-21T14:47:05.128Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
714 | 2023-10-21T14:47:05.537Z | Updating crates.io index |
715 | 2023-10-21T14:47:05.623Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
716 | 2023-10-21T14:47:06.384Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
717 | 2023-10-21T14:47:08.238Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
718 | 2023-10-21T14:47:08.848Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
719 | 2023-10-21T14:47:09.221Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
720 | 2023-10-21T14:47:09.569Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
721 | 2023-10-21T14:47:09.844Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
722 | 2023-10-21T14:47:10.666Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
723 | 2023-10-21T14:47:12.386Z | Updating git repository `https://github.com/oxidecomputer/opte` |
724 | 2023-10-21T14:47:13.399Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
725 | 2023-10-21T14:47:13.811Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2023-10-21T14:47:14.105Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2023-10-21T14:47:14.662Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
728 | 2023-10-21T14:47:14.978Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
729 | 2023-10-21T14:47:15.424Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
730 | 2023-10-21T14:47:15.719Z | Updating git repository `https://github.com/njaremko/samael` |
731 | 2023-10-21T14:47:16.175Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2023-10-21T14:47:16.954Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
733 | 2023-10-21T14:47:17.373Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
734 | 2023-10-21T14:47:17.701Z | Updating git repository `https://github.com/jgallagher/nix` |
735 | 2023-10-21T14:47:19.185Z | Updating git repository `https://github.com/cbiffle/hubpack` |
736 | 2023-10-21T14:47:19.530Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
737 | 2023-10-21T14:47:29.382Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
738 | 2023-10-21T14:47:29.895Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2023-10-21T14:47:30.981Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2023-10-21T14:47:31.368Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2023-10-21T14:47:31.673Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2023-10-21T14:47:33.090Z | Downloading crates ... |
743 | 2023-10-21T14:47:33.307Z | Downloaded anstyle-query v1.0.0 |
744 | 2023-10-21T14:47:33.310Z | Downloaded semver v1.0.18 |
745 | 2023-10-21T14:47:33.314Z | Downloaded strsim v0.10.0 |
746 | 2023-10-21T14:47:33.316Z | Downloaded ryu v1.0.15 |
747 | 2023-10-21T14:47:33.321Z | Downloaded toml v0.8.0 |
748 | 2023-10-21T14:47:33.327Z | Downloaded equivalent v1.0.1 |
749 | 2023-10-21T14:47:33.329Z | Downloaded io-lifetimes v1.0.11 |
750 | 2023-10-21T14:47:33.332Z | Downloaded colorchoice v1.0.0 |
751 | 2023-10-21T14:47:33.336Z | Downloaded serde_spanned v0.6.3 |
752 | 2023-10-21T14:47:33.345Z | Downloaded itoa v1.0.9 |
753 | 2023-10-21T14:47:33.351Z | Downloaded errno v0.3.2 |
754 | 2023-10-21T14:47:33.356Z | Downloaded cargo_metadata v0.18.0 |
755 | 2023-10-21T14:47:33.359Z | Downloaded heck v0.4.1 |
756 | 2023-10-21T14:47:33.362Z | Downloaded clap_lex v0.5.1 |
757 | 2023-10-21T14:47:33.365Z | Downloaded anstyle v1.0.2 |
758 | 2023-10-21T14:47:33.368Z | Downloaded cargo-platform v0.1.3 |
759 | 2023-10-21T14:47:33.371Z | Downloaded bitflags v1.3.2 |
760 | 2023-10-21T14:47:33.374Z | Downloaded clap_derive v4.4.2 |
761 | 2023-10-21T14:47:33.378Z | Downloaded anstyle-parse v0.2.1 |
762 | 2023-10-21T14:47:33.382Z | Downloaded cargo_toml v0.16.3 |
763 | 2023-10-21T14:47:33.385Z | Downloaded camino v1.1.6 |
764 | 2023-10-21T14:47:33.388Z | Downloaded terminal_size v0.2.6 |
765 | 2023-10-21T14:47:33.391Z | Downloaded utf8parse v0.2.1 |
766 | 2023-10-21T14:47:33.394Z | Downloaded thiserror v1.0.49 |
767 | 2023-10-21T14:47:33.399Z | Downloaded anyhow v1.0.75 |
768 | 2023-10-21T14:47:33.402Z | Downloaded clap v4.4.3 |
769 | 2023-10-21T14:47:33.410Z | Downloaded indexmap v2.0.0 |
770 | 2023-10-21T14:47:33.416Z | Downloaded serde v1.0.188 |
771 | 2023-10-21T14:47:33.422Z | Downloaded memchr v2.6.3 |
772 | 2023-10-21T14:47:33.432Z | Downloaded hashbrown v0.14.0 |
773 | 2023-10-21T14:47:33.439Z | Downloaded winnow v0.5.15 |
774 | 2023-10-21T14:47:33.453Z | Downloaded clap_builder v4.4.2 |
775 | 2023-10-21T14:47:33.464Z | Downloaded rustix v0.37.23 |
776 | 2023-10-21T14:47:33.499Z | Downloaded syn v2.0.32 |
777 | 2023-10-21T14:47:33.517Z | Downloaded libc v0.2.149 |
778 | 2023-10-21T14:47:33.563Z | Downloaded serde_json v1.0.107 |
779 | 2023-10-21T14:47:33.574Z | Downloaded toml_edit v0.20.0 |
780 | 2023-10-21T14:47:33.603Z | Downloaded serde_derive v1.0.188 |
781 | 2023-10-21T14:47:33.607Z | Downloaded unicode-ident v1.0.12 |
782 | 2023-10-21T14:47:33.611Z | Downloaded proc-macro2 v1.0.67 |
783 | 2023-10-21T14:47:33.616Z | Downloaded toml_datetime v0.6.3 |
784 | 2023-10-21T14:47:33.620Z | Downloaded thiserror-impl v1.0.49 |
785 | 2023-10-21T14:47:33.624Z | Downloaded quote v1.0.33 |
786 | 2023-10-21T14:47:33.628Z | Downloaded anstream v0.5.0 |
787 | 2023-10-21T14:47:33.745Z | Compiling proc-macro2 v1.0.67 |
788 | 2023-10-21T14:47:33.749Z | Compiling unicode-ident v1.0.12 |
789 | 2023-10-21T14:47:33.754Z | Compiling serde v1.0.188 |
790 | 2023-10-21T14:47:33.757Z | Compiling libc v0.2.149 |
791 | 2023-10-21T14:47:33.761Z | Compiling io-lifetimes v1.0.11 |
792 | 2023-10-21T14:47:33.764Z | Compiling rustix v0.37.23 |
793 | 2023-10-21T14:47:33.767Z | Compiling utf8parse v0.2.1 |
794 | 2023-10-21T14:47:33.770Z | Compiling bitflags v1.3.2 |
795 | 2023-10-21T14:47:33.954Z | Compiling hashbrown v0.14.0 |
796 | 2023-10-21T14:47:34.087Z | Compiling equivalent v1.0.1 |
797 | 2023-10-21T14:47:34.105Z | Compiling anstyle-parse v0.2.1 |
798 | 2023-10-21T14:47:34.239Z | Compiling anstyle-query v1.0.0 |
799 | 2023-10-21T14:47:34.394Z | Compiling thiserror v1.0.49 |
800 | 2023-10-21T14:47:34.546Z | Compiling camino v1.1.6 |
801 | 2023-10-21T14:47:35.453Z | Compiling indexmap v2.0.0 |
802 | 2023-10-21T14:47:35.456Z | Compiling winnow v0.5.15 |
803 | 2023-10-21T14:47:35.459Z | Compiling serde_json v1.0.107 |
804 | 2023-10-21T14:47:35.626Z | Compiling anstyle v1.0.2 |
805 | 2023-10-21T14:47:35.721Z | Compiling colorchoice v1.0.0 |
806 | 2023-10-21T14:47:35.846Z | Compiling semver v1.0.18 |
807 | 2023-10-21T14:47:36.066Z | Compiling itoa v1.0.9 |
808 | 2023-10-21T14:47:36.324Z | Compiling anstream v0.5.0 |
809 | 2023-10-21T14:47:36.415Z | Compiling ryu v1.0.15 |
810 | 2023-10-21T14:47:36.466Z | Compiling anyhow v1.0.75 |
811 | 2023-10-21T14:47:36.570Z | Compiling strsim v0.10.0 |
812 | 2023-10-21T14:47:36.987Z | Compiling quote v1.0.33 |
813 | 2023-10-21T14:47:37.178Z | Compiling heck v0.4.1 |
814 | 2023-10-21T14:47:37.355Z | Compiling clap_lex v0.5.1 |
815 | 2023-10-21T14:47:37.757Z | Compiling syn v2.0.32 |
816 | 2023-10-21T14:47:37.945Z | Compiling errno v0.3.2 |
817 | 2023-10-21T14:47:39.463Z | Compiling terminal_size v0.2.6 |
818 | 2023-10-21T14:47:39.597Z | Compiling clap_builder v4.4.2 |
819 | 2023-10-21T14:47:45.044Z | Compiling serde_derive v1.0.188 |
820 | 2023-10-21T14:47:45.047Z | Compiling thiserror-impl v1.0.49 |
821 | 2023-10-21T14:47:45.050Z | Compiling clap_derive v4.4.2 |
822 | 2023-10-21T14:47:48.936Z | Compiling clap v4.4.3 |
823 | 2023-10-21T14:47:56.853Z | Compiling toml_datetime v0.6.3 |
824 | 2023-10-21T14:47:56.856Z | Compiling serde_spanned v0.6.3 |
825 | 2023-10-21T14:47:56.859Z | Compiling cargo-platform v0.1.3 |
826 | 2023-10-21T14:47:57.281Z | Compiling toml_edit v0.20.0 |
827 | 2023-10-21T14:47:58.945Z | Compiling cargo_metadata v0.18.0 |
828 | 2023-10-21T14:48:00.447Z | Compiling toml v0.8.0 |
829 | 2023-10-21T14:48:01.412Z | Compiling cargo_toml v0.16.3 |
830 | 2023-10-21T14:48:06.802Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
831 | 2023-10-21T14:48:08.125Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
832 | 2023-10-21T14:48:08.340Z | Running `target/debug/xtask clippy` |
833 | 2023-10-21T14:48:08.391Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
834 | 2023-10-21T14:48:09.272Z | Downloading crates ... |
835 | 2023-10-21T14:48:09.558Z | Downloaded ahash v0.8.3 |
836 | 2023-10-21T14:48:09.564Z | Downloaded basic-toml v0.1.4 |
837 | 2023-10-21T14:48:09.583Z | Downloaded is-terminal v0.4.9 |
838 | 2023-10-21T14:48:09.587Z | Downloaded ident_case v1.0.1 |
839 | 2023-10-21T14:48:09.590Z | Downloaded hyper-tls v0.5.0 |
840 | 2023-10-21T14:48:09.594Z | Downloaded lazycell v1.3.0 |
841 | 2023-10-21T14:48:09.604Z | Downloaded lalrpop-util v0.19.12 |
842 | 2023-10-21T14:48:09.619Z | Downloaded lazy_static v1.4.0 |
843 | 2023-10-21T14:48:09.624Z | Downloaded jobserver v0.1.26 |
844 | 2023-10-21T14:48:09.629Z | Downloaded libloading v0.7.4 |
845 | 2023-10-21T14:48:09.638Z | Downloaded lru-cache v0.1.2 |
846 | 2023-10-21T14:48:09.643Z | Downloaded adler v1.0.2 |
847 | 2023-10-21T14:48:09.647Z | Downloaded indexmap v1.9.3 |
848 | 2023-10-21T14:48:09.655Z | Downloaded linear-map v1.2.0 |
849 | 2023-10-21T14:48:09.659Z | Downloaded assert_matches v1.5.0 |
850 | 2023-10-21T14:48:09.663Z | Downloaded crossbeam-channel v0.5.8 |
851 | 2023-10-21T14:48:09.673Z | Downloaded atomicwrites v0.4.2 |
852 | 2023-10-21T14:48:09.675Z | Downloaded criterion-plot v0.5.0 |
853 | 2023-10-21T14:48:09.682Z | Downloaded hubpack v0.1.2 |
854 | 2023-10-21T14:48:09.687Z | Downloaded bitstruct_derive v0.1.0 |
855 | 2023-10-21T14:48:09.689Z | Downloaded hex v0.4.3 |
856 | 2023-10-21T14:48:09.694Z | Downloaded nodrop v0.1.14 |
857 | 2023-10-21T14:48:09.697Z | Downloaded num-integer v0.1.45 |
858 | 2023-10-21T14:48:09.702Z | Downloaded new_debug_unreachable v1.0.4 |
859 | 2023-10-21T14:48:09.705Z | Downloaded newline-converter v0.3.0 |
860 | 2023-10-21T14:48:09.708Z | Downloaded headers-core v0.2.0 |
861 | 2023-10-21T14:48:09.712Z | Downloaded normalize-line-endings v0.3.0 |
862 | 2023-10-21T14:48:09.715Z | Downloaded macaddr v1.0.1 |
863 | 2023-10-21T14:48:09.718Z | Downloaded nanorand v0.7.0 |
864 | 2023-10-21T14:48:09.724Z | Downloaded maybe-uninit v2.0.0 |
865 | 2023-10-21T14:48:09.728Z | Downloaded remove_dir_all v0.5.3 |
866 | 2023-10-21T14:48:09.733Z | Downloaded autocfg v1.1.0 |
867 | 2023-10-21T14:48:09.736Z | Downloaded arrayvec v0.7.4 |
868 | 2023-10-21T14:48:09.741Z | Downloaded httparse v1.8.0 |
869 | 2023-10-21T14:48:09.750Z | Downloaded multer v2.1.0 |
870 | 2023-10-21T14:48:09.755Z | Downloaded httptest v0.15.4 |
871 | 2023-10-21T14:48:09.760Z | Downloaded version_check v0.9.4 |
872 | 2023-10-21T14:48:09.764Z | Downloaded vte_generate_state_changes v0.1.1 |
873 | 2023-10-21T14:48:09.769Z | Downloaded num-iter v0.1.43 |
874 | 2023-10-21T14:48:09.772Z | Downloaded maplit v1.0.2 |
875 | 2023-10-21T14:48:09.775Z | Downloaded num-rational v0.4.1 |
876 | 2023-10-21T14:48:09.778Z | Downloaded base64ct v1.6.0 |
877 | 2023-10-21T14:48:09.785Z | Downloaded atomic-waker v1.1.1 |
878 | 2023-10-21T14:48:09.792Z | Downloaded serial_test v0.10.0 |
879 | 2023-10-21T14:48:09.810Z | Downloaded bitflags v2.4.0 |
880 | 2023-10-21T14:48:09.813Z | Downloaded native-tls v0.2.11 |
881 | 2023-10-21T14:48:09.817Z | Downloaded clang-sys v1.6.1 |
882 | 2023-10-21T14:48:09.819Z | Downloaded blake2 v0.10.6 |
883 | 2023-10-21T14:48:09.822Z | Downloaded pretty-hex v0.3.0 |
884 | 2023-10-21T14:48:09.825Z | Downloaded either v1.9.0 |
885 | 2023-10-21T14:48:09.828Z | Downloaded rustc_version v0.1.7 |
886 | 2023-10-21T14:48:09.831Z | Downloaded bzip2 v0.4.4 |
887 | 2023-10-21T14:48:09.834Z | Downloaded walkdir v2.4.0 |
888 | 2023-10-21T14:48:09.839Z | Downloaded diesel_table_macro_syntax v0.1.0 |
889 | 2023-10-21T14:48:09.842Z | Downloaded slog-stdlog v4.1.1 |
890 | 2023-10-21T14:48:09.844Z | Downloaded endian-type v0.1.2 |
891 | 2023-10-21T14:48:09.847Z | Downloaded strip-ansi-escapes v0.2.0 |
892 | 2023-10-21T14:48:09.850Z | Downloaded percent-encoding v2.3.0 |
893 | 2023-10-21T14:48:09.853Z | Downloaded pkg-config v0.3.27 |
894 | 2023-10-21T14:48:09.856Z | Downloaded futures-timer v3.0.2 |
895 | 2023-10-21T14:48:09.859Z | Downloaded doc-comment v0.3.3 |
896 | 2023-10-21T14:48:09.862Z | Downloaded want v0.3.1 |
897 | 2023-10-21T14:48:09.865Z | Downloaded postcard-cobs v0.1.5-pre |
898 | 2023-10-21T14:48:09.868Z | Downloaded ena v0.14.2 |
899 | 2023-10-21T14:48:09.872Z | Downloaded predicates-core v1.0.6 |
900 | 2023-10-21T14:48:09.875Z | Downloaded vsss-rs v3.3.1 |
901 | 2023-10-21T14:48:09.882Z | Downloaded dirs-sys-next v0.1.2 |
902 | 2023-10-21T14:48:09.885Z | Downloaded rstest_macros v0.18.2 |
903 | 2023-10-21T14:48:09.893Z | Downloaded usdt v0.3.5 |
904 | 2023-10-21T14:48:09.898Z | Downloaded radium v0.7.0 |
905 | 2023-10-21T14:48:09.900Z | Downloaded fallible-streaming-iterator v0.1.9 |
906 | 2023-10-21T14:48:09.903Z | Downloaded pretty-hex v0.2.1 |
907 | 2023-10-21T14:48:09.906Z | Downloaded slog-async v2.8.0 |
908 | 2023-10-21T14:48:09.909Z | Downloaded enum-as-inner v0.5.1 |
909 | 2023-10-21T14:48:09.911Z | Downloaded debug-ignore v1.0.5 |
910 | 2023-10-21T14:48:09.915Z | Downloaded zone_cfg_derive v0.2.0 |
911 | 2023-10-21T14:48:09.918Z | Downloaded test-strategy v0.2.1 |
912 | 2023-10-21T14:48:09.924Z | Downloaded r2d2 v0.8.10 |
913 | 2023-10-21T14:48:09.927Z | Downloaded predicates v2.1.5 |
914 | 2023-10-21T14:48:09.934Z | Downloaded rand_chacha v0.3.1 |
915 | 2023-10-21T14:48:09.937Z | Downloaded unicode-width v0.1.10 |
916 | 2023-10-21T14:48:09.940Z | Downloaded precomputed-hash v0.1.1 |
917 | 2023-10-21T14:48:09.943Z | Downloaded derive_builder_core v0.12.0 |
918 | 2023-10-21T14:48:09.947Z | Downloaded take_mut v0.2.2 |
919 | 2023-10-21T14:48:09.950Z | Downloaded dof v0.1.5 |
920 | 2023-10-21T14:48:09.954Z | Downloaded futures-core v0.3.28 |
921 | 2023-10-21T14:48:09.958Z | Downloaded fallible-iterator v0.2.0 |
922 | 2023-10-21T14:48:09.964Z | Downloaded ref-cast-impl v1.0.20 |
923 | 2023-10-21T14:48:09.968Z | Downloaded vte v0.11.1 |
924 | 2023-10-21T14:48:09.970Z | Downloaded fragile v2.0.0 |
925 | 2023-10-21T14:48:09.974Z | Downloaded xattr v1.0.1 |
926 | 2023-10-21T14:48:09.979Z | Downloaded group v0.13.0 |
927 | 2023-10-21T14:48:09.984Z | Downloaded toolchain_find v0.2.0 |
928 | 2023-10-21T14:48:09.987Z | Downloaded try-lock v0.2.4 |
929 | 2023-10-21T14:48:09.990Z | Downloaded ppv-lite86 v0.2.17 |
930 | 2023-10-21T14:48:09.993Z | Downloaded quick-error v1.2.3 |
931 | 2023-10-21T14:48:09.996Z | Downloaded foreign-types v0.5.0 |
932 | 2023-10-21T14:48:09.999Z | Downloaded darling_macro v0.14.4 |
933 | 2023-10-21T14:48:10.002Z | Downloaded smf v0.2.2 |
934 | 2023-10-21T14:48:10.005Z | Downloaded smawk v0.3.1 |
935 | 2023-10-21T14:48:10.008Z | Downloaded der_derive v0.7.2 |
936 | 2023-10-21T14:48:10.010Z | Downloaded libxml v0.3.3 |
937 | 2023-10-21T14:48:10.026Z | Downloaded cstr-argument v0.1.2 |
938 | 2023-10-21T14:48:10.029Z | Downloaded aes v0.8.3 |
939 | 2023-10-21T14:48:10.037Z | Downloaded olpc-cjson v0.1.3 |
940 | 2023-10-21T14:48:10.063Z | Downloaded flagset v0.4.3 |
941 | 2023-10-21T14:48:10.067Z | Downloaded fixedbitset v0.4.2 |
942 | 2023-10-21T14:48:10.070Z | Downloaded poly1305 v0.8.0 |
943 | 2023-10-21T14:48:10.072Z | Downloaded postcard v0.7.3 |
944 | 2023-10-21T14:48:10.075Z | Downloaded tokio-tungstenite v0.18.0 |
945 | 2023-10-21T14:48:10.077Z | Downloaded half v1.8.2 |
946 | 2023-10-21T14:48:10.080Z | Downloaded unicode-xid v0.2.4 |
947 | 2023-10-21T14:48:10.083Z | Downloaded pest_generator v2.7.2 |
948 | 2023-10-21T14:48:10.086Z | Downloaded structopt-derive v0.4.18 |
949 | 2023-10-21T14:48:10.089Z | Downloaded plotters-svg v0.3.5 |
950 | 2023-10-21T14:48:10.092Z | Downloaded nom v7.1.3 |
951 | 2023-10-21T14:48:10.095Z | Downloaded darling_macro v0.20.3 |
952 | 2023-10-21T14:48:10.098Z | Downloaded serde_yaml v0.9.25 |
953 | 2023-10-21T14:48:10.105Z | Downloaded utf-8 v0.7.6 |
954 | 2023-10-21T14:48:10.108Z | Downloaded glob v0.3.1 |
955 | 2023-10-21T14:48:10.112Z | Downloaded filetime v0.2.22 |
956 | 2023-10-21T14:48:10.116Z | Downloaded form_urlencoded v1.2.0 |
957 | 2023-10-21T14:48:10.119Z | Downloaded opaque-debug v0.3.0 |
958 | 2023-10-21T14:48:10.121Z | Downloaded crucible-workspace-hack v0.1.0 |
959 | 2023-10-21T14:48:10.124Z | Downloaded dashmap v5.5.1 |
960 | 2023-10-21T14:48:10.127Z | Downloaded num_enum_derive v0.7.0 |
961 | 2023-10-21T14:48:10.130Z | Downloaded phf_shared v0.11.2 |
962 | 2023-10-21T14:48:10.133Z | Downloaded foreign-types-macros v0.2.3 |
963 | 2023-10-21T14:48:10.136Z | Downloaded minimal-lexical v0.2.1 |
964 | 2023-10-21T14:48:10.146Z | Downloaded num_threads v0.1.6 |
965 | 2023-10-21T14:48:10.148Z | Downloaded futures-macro v0.3.28 |
966 | 2023-10-21T14:48:10.151Z | Downloaded smallvec v0.6.14 |
967 | 2023-10-21T14:48:10.155Z | Downloaded sha1 v0.10.5 |
968 | 2023-10-21T14:48:10.157Z | Downloaded pest_derive v2.7.2 |
969 | 2023-10-21T14:48:10.163Z | Downloaded shlex v1.1.0 |
970 | 2023-10-21T14:48:10.165Z | Downloaded curve25519-dalek-derive v0.1.0 |
971 | 2023-10-21T14:48:10.168Z | Downloaded semver v0.11.0 |
972 | 2023-10-21T14:48:10.171Z | Downloaded stable_deref_trait v1.2.0 |
973 | 2023-10-21T14:48:10.174Z | Downloaded serde_tokenstream v0.2.0 |
974 | 2023-10-21T14:48:10.180Z | Downloaded tower-service v0.3.2 |
975 | 2023-10-21T14:48:10.183Z | Downloaded parse-display v0.7.0 |
976 | 2023-10-21T14:48:10.185Z | Downloaded crypto-common v0.1.6 |
977 | 2023-10-21T14:48:10.188Z | Downloaded unicode-segmentation v1.10.1 |
978 | 2023-10-21T14:48:10.193Z | Downloaded strum v0.25.0 |
979 | 2023-10-21T14:48:10.196Z | Downloaded serde-big-array v0.4.1 |
980 | 2023-10-21T14:48:10.198Z | Downloaded semver v0.1.20 |
981 | 2023-10-21T14:48:10.201Z | Downloaded packed_struct v0.10.1 |
982 | 2023-10-21T14:48:10.204Z | Downloaded parking_lot v0.12.1 |
983 | 2023-10-21T14:48:10.209Z | Downloaded slog-bunyan v2.4.0 |
984 | 2023-10-21T14:48:10.216Z | Downloaded serde-big-array v0.5.1 |
985 | 2023-10-21T14:48:10.219Z | Downloaded peeking_take_while v0.1.2 |
986 | 2023-10-21T14:48:10.222Z | Downloaded serial_test_derive v0.10.0 |
987 | 2023-10-21T14:48:10.224Z | Downloaded pin-utils v0.1.0 |
988 | 2023-10-21T14:48:10.227Z | Downloaded shell-words v1.1.0 |
989 | 2023-10-21T14:48:10.229Z | Downloaded password-hash v0.5.0 |
990 | 2023-10-21T14:48:10.232Z | Downloaded crossbeam-queue v0.3.8 |
991 | 2023-10-21T14:48:10.235Z | Downloaded path-absolutize v3.1.0 |
992 | 2023-10-21T14:48:10.238Z | Downloaded polyval v0.6.1 |
993 | 2023-10-21T14:48:10.241Z | Downloaded tui-tree-widget v0.13.0 |
994 | 2023-10-21T14:48:10.244Z | Downloaded rustls-native-certs v0.6.3 |
995 | 2023-10-21T14:48:10.247Z | Downloaded serde_urlencoded v0.7.1 |
996 | 2023-10-21T14:48:10.250Z | Downloaded serde-hex v0.1.0 |
997 | 2023-10-21T14:48:10.253Z | Downloaded signature v2.1.0 |
998 | 2023-10-21T14:48:10.256Z | Downloaded ff v0.13.0 |
999 | 2023-10-21T14:48:10.259Z | Downloaded signal-hook-registry v1.4.1 |
1000 | 2023-10-21T14:48:10.261Z | Downloaded uuid v1.4.1 |
1001 | 2023-10-21T14:48:10.268Z | Downloaded pem-rfc7468 v0.7.0 |
1002 | 2023-10-21T14:48:10.272Z | Downloaded structopt v0.3.26 |
1003 | 2023-10-21T14:48:10.288Z | Downloaded signature v1.6.4 |
1004 | 2023-10-21T14:48:10.291Z | Downloaded slog-envlogger v2.2.0 |
1005 | 2023-10-21T14:48:10.295Z | Downloaded ref-cast v1.0.20 |
1006 | 2023-10-21T14:48:10.299Z | Downloaded pest v2.7.2 |
1007 | 2023-10-21T14:48:10.310Z | Downloaded fnv v1.0.7 |
1008 | 2023-10-21T14:48:10.313Z | Downloaded aho-corasick v1.0.4 |
1009 | 2023-10-21T14:48:10.326Z | Downloaded datatest-stable v0.1.3 |
1010 | 2023-10-21T14:48:10.329Z | Downloaded synstructure v0.12.6 |
1011 | 2023-10-21T14:48:10.332Z | Downloaded rusty-fork v0.3.0 |
1012 | 2023-10-21T14:48:10.335Z | Downloaded rust-argon2 v1.0.1 |
1013 | 2023-10-21T14:48:10.338Z | Downloaded zerocopy v0.6.4 |
1014 | 2023-10-21T14:48:10.342Z | Downloaded pin-project v1.1.3 |
1015 | 2023-10-21T14:48:10.365Z | Downloaded toml v0.7.8 |
1016 | 2023-10-21T14:48:10.371Z | Downloaded expectorate v1.1.0 |
1017 | 2023-10-21T14:48:10.376Z | Downloaded reedline v0.23.0 |
1018 | 2023-10-21T14:48:10.390Z | Downloaded papergrid v0.10.0 |
1019 | 2023-10-21T14:48:10.398Z | Downloaded snafu v0.7.5 |
1020 | 2023-10-21T14:48:10.411Z | Downloaded schemars v0.8.13 |
1021 | 2023-10-21T14:48:10.434Z | Downloaded oso v0.26.4 |
1022 | 2023-10-21T14:48:10.440Z | Downloaded fatfs v0.3.6 |
1023 | 2023-10-21T14:48:10.446Z | Downloaded flate2 v1.0.27 |
1024 | 2023-10-21T14:48:10.456Z | Downloaded salty v0.2.0 |
1025 | 2023-10-21T14:48:10.466Z | Downloaded hashbrown v0.13.2 |
1026 | 2023-10-21T14:48:10.476Z | Downloaded rsa v0.9.2 |
1027 | 2023-10-21T14:48:10.486Z | Downloaded steno v0.4.0 |
1028 | 2023-10-21T14:48:10.495Z | Downloaded portable-atomic v1.4.3 |
1029 | 2023-10-21T14:48:10.507Z | Downloaded crossterm v0.27.0 |
1030 | 2023-10-21T14:48:10.520Z | Downloaded crossterm v0.26.1 |
1031 | 2023-10-21T14:48:10.534Z | Downloaded tough v0.12.5 |
1032 | 2023-10-21T14:48:10.550Z | Downloaded nix v0.26.2 |
1033 | 2023-10-21T14:48:10.572Z | Downloaded reqwest v0.11.20 |
1034 | 2023-10-21T14:48:10.587Z | Downloaded webpki-roots v0.25.2 |
1035 | 2023-10-21T14:48:10.596Z | Downloaded regress v0.7.1 |
1036 | 2023-10-21T14:48:10.613Z | Downloaded bstr v1.6.0 |
1037 | 2023-10-21T14:48:10.636Z | Downloaded regex v1.9.5 |
1038 | 2023-10-21T14:48:10.663Z | Downloaded gimli v0.28.0 |
1039 | 2023-10-21T14:48:10.681Z | Downloaded openssl v0.10.57 |
1040 | 2023-10-21T14:48:10.701Z | Downloaded object v0.32.1 |
1041 | 2023-10-21T14:48:10.721Z | Downloaded radix_trie v0.2.1 |
1042 | 2023-10-21T14:48:10.733Z | Downloaded zerocopy-derive v0.2.0 |
1043 | 2023-10-21T14:48:10.754Z | Downloaded regex-automata v0.3.8 |
1044 | 2023-10-21T14:48:10.788Z | Downloaded openapiv3 v1.0.3 |
1045 | 2023-10-21T14:48:10.813Z | Downloaded curve25519-dalek v4.1.0 |
1046 | 2023-10-21T14:48:10.830Z | Downloaded sled v0.34.7 |
1047 | 2023-10-21T14:48:10.850Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1048 | 2023-10-21T14:48:10.875Z | Downloaded encoding_rs v0.8.33 |
1049 | 2023-10-21T14:48:10.920Z | Downloaded zerocopy-derive v0.6.4 |
1050 | 2023-10-21T14:48:10.941Z | Downloaded trust-dns-proto v0.22.0 |
1051 | 2023-10-21T14:48:10.965Z | Downloaded tokio v1.33.0 |
1052 | 2023-10-21T14:48:11.034Z | Downloaded ratatui v0.23.0 |
1053 | 2023-10-21T14:48:11.054Z | Downloaded object v0.30.4 |
1054 | 2023-10-21T14:48:11.089Z | Downloaded regex-syntax v0.7.5 |
1055 | 2023-10-21T14:48:11.092Z | Downloaded polar-core v0.26.4 |
1056 | 2023-10-21T14:48:11.106Z | Downloaded diesel v2.1.1 |
1057 | 2023-10-21T14:48:11.139Z | Downloaded sha3 v0.10.8 |
1058 | 2023-10-21T14:48:11.153Z | Downloaded rustix v0.38.9 |
1059 | 2023-10-21T14:48:11.192Z | Downloaded regex-syntax v0.6.29 |
1060 | 2023-10-21T14:48:11.206Z | Downloaded syn v1.0.109 |
1061 | 2023-10-21T14:48:11.227Z | Downloaded rustls v0.21.7 |
1062 | 2023-10-21T14:48:11.249Z | Downloaded tabled v0.14.0 |
1063 | 2023-10-21T14:48:11.276Z | Downloaded vcpkg v0.2.15 |
1064 | 2023-10-21T14:48:11.349Z | Downloaded git2 v0.17.2 |
1065 | 2023-10-21T14:48:11.366Z | Downloaded proptest v1.3.1 |
1066 | 2023-10-21T14:48:11.384Z | Downloaded smoltcp v0.9.1 |
1067 | 2023-10-21T14:48:11.405Z | Downloaded smoltcp v0.8.2 |
1068 | 2023-10-21T14:48:11.422Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1069 | 2023-10-21T14:48:11.528Z | Downloaded libtest-mimic v0.5.2 |
1070 | 2023-10-21T14:48:11.537Z | Downloaded bstr v0.2.17 |
1071 | 2023-10-21T14:48:11.556Z | Downloaded petgraph v0.6.4 |
1072 | 2023-10-21T14:48:11.581Z | Downloaded lalrpop v0.19.12 |
1073 | 2023-10-21T14:48:11.602Z | Downloaded quick-xml v0.23.1 |
1074 | 2023-10-21T14:48:11.615Z | Downloaded rayon v1.7.0 |
1075 | 2023-10-21T14:48:11.632Z | Downloaded futures-util v0.3.28 |
1076 | 2023-10-21T14:48:11.654Z | Downloaded h2 v0.3.21 |
1077 | 2023-10-21T14:48:11.667Z | Downloaded toml_edit v0.19.15 |
1078 | 2023-10-21T14:48:11.697Z | Downloaded serde_with v2.3.3 |
1079 | 2023-10-21T14:48:11.709Z | Downloaded plotters v0.3.5 |
1080 | 2023-10-21T14:48:11.725Z | Downloaded clap v3.2.25 |
1081 | 2023-10-21T14:48:11.749Z | Downloaded bitvec v1.0.1 |
1082 | 2023-10-21T14:48:11.777Z | Downloaded clap v2.34.0 |
1083 | 2023-10-21T14:48:11.790Z | Downloaded rusqlite v0.29.0 |
1084 | 2023-10-21T14:48:11.801Z | Downloaded bindgen v0.65.1 |
1085 | 2023-10-21T14:48:11.815Z | Downloaded chrono v0.4.31 |
1086 | 2023-10-21T14:48:11.833Z | Downloaded trust-dns-server v0.22.1 |
1087 | 2023-10-21T14:48:11.842Z | Downloaded x509-cert v0.2.4 |
1088 | 2023-10-21T14:48:11.854Z | Downloaded libz-sys v1.1.12 |
1089 | 2023-10-21T14:48:11.978Z | Downloaded crypto-bigint v0.5.2 |
1090 | 2023-10-21T14:48:11.989Z | Downloaded idna v0.4.0 |
1091 | 2023-10-21T14:48:12.003Z | Downloaded idna v0.2.3 |
1092 | 2023-10-21T14:48:12.017Z | Downloaded rustls-webpki v0.101.4 |
1093 | 2023-10-21T14:48:12.043Z | Downloaded headers v0.3.9 |
1094 | 2023-10-21T14:48:12.053Z | Downloaded tracing-core v0.1.31 |
1095 | 2023-10-21T14:48:12.058Z | Downloaded hashbrown v0.12.3 |
1096 | 2023-10-21T14:48:12.067Z | Downloaded tungstenite v0.20.1 |
1097 | 2023-10-21T14:48:12.073Z | Downloaded trust-dns-resolver v0.22.0 |
1098 | 2023-10-21T14:48:12.081Z | Downloaded trust-dns-client v0.22.0 |
1099 | 2023-10-21T14:48:12.114Z | Downloaded flume v0.11.0 |
1100 | 2023-10-21T14:48:12.116Z | Downloaded unicode-normalization v0.1.22 |
1101 | 2023-10-21T14:48:12.119Z | Downloaded rand v0.8.5 |
1102 | 2023-10-21T14:48:12.122Z | Downloaded openssl-sys v0.9.93 |
1103 | 2023-10-21T14:48:12.124Z | Downloaded tokio-util v0.7.8 |
1104 | 2023-10-21T14:48:12.138Z | Downloaded darling_core v0.20.3 |
1105 | 2023-10-21T14:48:12.147Z | Downloaded darling_core v0.14.4 |
1106 | 2023-10-21T14:48:12.155Z | Downloaded rayon-core v1.11.0 |
1107 | 2023-10-21T14:48:12.162Z | Downloaded hyper v0.14.27 |
1108 | 2023-10-21T14:48:12.179Z | Downloaded yansi v0.5.1 |
1109 | 2023-10-21T14:48:12.182Z | Downloaded owo-colors v3.5.0 |
1110 | 2023-10-21T14:48:12.185Z | Downloaded rand_xorshift v0.3.0 |
1111 | 2023-10-21T14:48:12.188Z | Downloaded futures-channel v0.3.28 |
1112 | 2023-10-21T14:48:12.191Z | Downloaded serde_tokenstream v0.1.7 |
1113 | 2023-10-21T14:48:12.196Z | Downloaded darling v0.20.3 |
1114 | 2023-10-21T14:48:12.203Z | Downloaded typenum v1.16.0 |
1115 | 2023-10-21T14:48:12.207Z | Downloaded libsqlite3-sys v0.26.0 |
1116 | 2023-10-21T14:48:12.351Z | Downloaded ron v0.8.1 |
1117 | 2023-10-21T14:48:12.361Z | Downloaded regex-automata v0.1.10 |
1118 | 2023-10-21T14:48:12.370Z | Downloaded ring v0.16.20 |
1119 | 2023-10-21T14:48:12.534Z | Downloaded strsim v0.8.0 |
1120 | 2023-10-21T14:48:12.551Z | Downloaded packed_struct_codegen v0.10.1 |
1121 | 2023-10-21T14:48:12.555Z | Downloaded semver-parser v0.10.2 |
1122 | 2023-10-21T14:48:12.563Z | Downloaded slog-scope v4.4.0 |
1123 | 2023-10-21T14:48:12.567Z | Downloaded parking_lot_core v0.9.8 |
1124 | 2023-10-21T14:48:12.571Z | Downloaded socket2 v0.5.4 |
1125 | 2023-10-21T14:48:12.574Z | Downloaded socket2 v0.4.9 |
1126 | 2023-10-21T14:48:12.578Z | Downloaded num-bigint-dig v0.8.4 |
1127 | 2023-10-21T14:48:12.581Z | Downloaded criterion v0.5.1 |
1128 | 2023-10-21T14:48:12.584Z | Downloaded snafu-derive v0.7.5 |
1129 | 2023-10-21T14:48:12.587Z | Downloaded os_str_bytes v6.5.1 |
1130 | 2023-10-21T14:48:12.590Z | Downloaded structmeta-derive v0.1.6 |
1131 | 2023-10-21T14:48:12.593Z | Downloaded structmeta v0.1.6 |
1132 | 2023-10-21T14:48:12.595Z | Downloaded static_assertions v1.1.0 |
1133 | 2023-10-21T14:48:12.598Z | Downloaded whoami v1.4.1 |
1134 | 2023-10-21T14:48:12.602Z | Downloaded parking_lot_core v0.8.6 |
1135 | 2023-10-21T14:48:12.609Z | Downloaded sha2 v0.10.7 |
1136 | 2023-10-21T14:48:12.612Z | Downloaded zip v0.6.6 |
1137 | 2023-10-21T14:48:12.615Z | Downloaded unarray v0.1.4 |
1138 | 2023-10-21T14:48:12.618Z | Downloaded pem v1.1.1 |
1139 | 2023-10-21T14:48:12.621Z | Downloaded omicron-zone-package v0.8.3 |
1140 | 2023-10-21T14:48:12.624Z | Downloaded tungstenite v0.18.0 |
1141 | 2023-10-21T14:48:12.627Z | Downloaded tracing v0.1.37 |
1142 | 2023-10-21T14:48:12.630Z | Downloaded data-encoding v2.4.0 |
1143 | 2023-10-21T14:48:12.633Z | Downloaded oorandom v11.1.3 |
1144 | 2023-10-21T14:48:12.637Z | Downloaded same-file v1.0.6 |
1145 | 2023-10-21T14:48:12.640Z | Downloaded rstest v0.18.2 |
1146 | 2023-10-21T14:48:12.643Z | Downloaded partial-io v0.5.4 |
1147 | 2023-10-21T14:48:12.646Z | Downloaded crossbeam-utils v0.8.16 |
1148 | 2023-10-21T14:48:12.649Z | Downloaded pest_meta v2.7.2 |
1149 | 2023-10-21T14:48:12.651Z | Downloaded phf_shared v0.10.0 |
1150 | 2023-10-21T14:48:12.654Z | Downloaded der v0.7.8 |
1151 | 2023-10-21T14:48:12.658Z | Downloaded ctr v0.9.2 |
1152 | 2023-10-21T14:48:12.661Z | Downloaded phf v0.11.2 |
1153 | 2023-10-21T14:48:12.663Z | Downloaded ucd-trie v0.1.6 |
1154 | 2023-10-21T14:48:12.666Z | Downloaded pretty_assertions v1.4.0 |
1155 | 2023-10-21T14:48:12.669Z | Downloaded zerocopy v0.3.0 |
1156 | 2023-10-21T14:48:12.672Z | Downloaded twox-hash v1.6.3 |
1157 | 2023-10-21T14:48:12.675Z | Downloaded fd-lock v3.0.13 |
1158 | 2023-10-21T14:48:12.678Z | Downloaded time v0.3.27 |
1159 | 2023-10-21T14:48:12.688Z | Downloaded pkcs8 v0.10.2 |
1160 | 2023-10-21T14:48:12.693Z | Downloaded pkcs1 v0.7.5 |
1161 | 2023-10-21T14:48:12.696Z | Downloaded futures v0.3.28 |
1162 | 2023-10-21T14:48:12.705Z | Downloaded itertools v0.10.5 |
1163 | 2023-10-21T14:48:12.716Z | Downloaded foreign-types-shared v0.1.1 |
1164 | 2023-10-21T14:48:12.719Z | Downloaded hashlink v0.8.3 |
1165 | 2023-10-21T14:48:12.723Z | Downloaded num-bigint v0.4.4 |
1166 | 2023-10-21T14:48:12.729Z | Downloaded resolv-conf v0.7.0 |
1167 | 2023-10-21T14:48:12.732Z | Downloaded prettyplease v0.2.12 |
1168 | 2023-10-21T14:48:12.736Z | Downloaded plotters-backend v0.3.5 |
1169 | 2023-10-21T14:48:12.739Z | Downloaded getrandom v0.2.10 |
1170 | 2023-10-21T14:48:12.743Z | Downloaded paste v1.0.14 |
1171 | 2023-10-21T14:48:12.748Z | Downloaded spki v0.7.2 |
1172 | 2023-10-21T14:48:12.751Z | Downloaded toml v0.5.11 |
1173 | 2023-10-21T14:48:12.755Z | Downloaded elliptic-curve v0.13.5 |
1174 | 2023-10-21T14:48:12.762Z | Downloaded url v2.4.1 |
1175 | 2023-10-21T14:48:12.767Z | Downloaded http v0.2.9 |
1176 | 2023-10-21T14:48:12.774Z | Downloaded smallvec v1.11.0 |
1177 | 2023-10-21T14:48:12.777Z | Downloaded rand v0.4.6 |
1178 | 2023-10-21T14:48:12.783Z | Downloaded openssl-probe v0.1.5 |
1179 | 2023-10-21T14:48:12.786Z | Downloaded serde_repr v0.1.16 |
1180 | 2023-10-21T14:48:12.789Z | Downloaded yasna v0.5.2 |
1181 | 2023-10-21T14:48:12.792Z | Downloaded foreign-types-shared v0.3.1 |
1182 | 2023-10-21T14:48:12.794Z | Downloaded postgres-types v0.2.6 |
1183 | 2023-10-21T14:48:12.797Z | Downloaded usdt-impl v0.3.5 |
1184 | 2023-10-21T14:48:12.803Z | Downloaded signal-hook-tokio v0.3.1 |
1185 | 2023-10-21T14:48:12.806Z | Downloaded futures-task v0.3.28 |
1186 | 2023-10-21T14:48:12.809Z | Downloaded trybuild v1.0.85 |
1187 | 2023-10-21T14:48:12.812Z | Downloaded rustc-demangle v0.1.23 |
1188 | 2023-10-21T14:48:12.814Z | Downloaded rpassword v7.2.0 |
1189 | 2023-10-21T14:48:12.817Z | Downloaded pin-project-lite v0.2.13 |
1190 | 2023-10-21T14:48:12.822Z | Downloaded tracing-attributes v0.1.26 |
1191 | 2023-10-21T14:48:12.826Z | Downloaded topological-sort v0.2.2 |
1192 | 2023-10-21T14:48:12.829Z | Downloaded relative-path v1.9.0 |
1193 | 2023-10-21T14:48:12.831Z | Downloaded tempfile v3.8.0 |
1194 | 2023-10-21T14:48:12.834Z | Downloaded derive_more v0.99.17 |
1195 | 2023-10-21T14:48:12.843Z | Downloaded tokio-postgres v0.7.10 |
1196 | 2023-10-21T14:48:12.851Z | Downloaded darling v0.14.4 |
1197 | 2023-10-21T14:48:12.856Z | Downloaded proc-macro-error v1.0.4 |
1198 | 2023-10-21T14:48:12.862Z | Downloaded mio v0.8.8 |
1199 | 2023-10-21T14:48:12.871Z | Downloaded unicode-bidi v0.3.13 |
1200 | 2023-10-21T14:48:12.875Z | Downloaded proc-macro-crate v1.3.1 |
1201 | 2023-10-21T14:48:12.878Z | Downloaded tempdir v0.3.7 |
1202 | 2023-10-21T14:48:12.881Z | Downloaded slog v2.7.0 |
1203 | 2023-10-21T14:48:12.884Z | Downloaded term v0.7.0 |
1204 | 2023-10-21T14:48:12.888Z | Downloaded diff v0.1.13 |
1205 | 2023-10-21T14:48:12.894Z | Downloaded diesel_derives v2.1.1 |
1206 | 2023-10-21T14:48:12.899Z | Downloaded base64 v0.21.4 |
1207 | 2023-10-21T14:48:12.905Z | Downloaded schemars_derive v0.8.13 |
1208 | 2023-10-21T14:48:12.909Z | Downloaded float-cmp v0.9.0 |
1209 | 2023-10-21T14:48:12.911Z | Downloaded path-slash v0.1.5 |
1210 | 2023-10-21T14:48:12.914Z | Downloaded crunchy v0.2.2 |
1211 | 2023-10-21T14:48:12.917Z | Downloaded rustc-hash v1.1.0 |
1212 | 2023-10-21T14:48:12.921Z | Downloaded textwrap v0.16.0 |
1213 | 2023-10-21T14:48:12.924Z | Downloaded tar v0.4.40 |
1214 | 2023-10-21T14:48:12.927Z | Downloaded subprocess v0.2.9 |
1215 | 2023-10-21T14:48:12.929Z | Downloaded tabled_derive v0.6.0 |
1216 | 2023-10-21T14:48:12.934Z | Downloaded futures-io v0.3.28 |
1217 | 2023-10-21T14:48:12.937Z | Downloaded futures-executor v0.3.28 |
1218 | 2023-10-21T14:48:12.940Z | Downloaded fs-err v2.9.0 |
1219 | 2023-10-21T14:48:12.943Z | Downloaded serde_plain v1.0.2 |
1220 | 2023-10-21T14:48:12.946Z | Downloaded usdt-macro v0.3.5 |
1221 | 2023-10-21T14:48:12.949Z | Downloaded subtle v2.5.0 |
1222 | 2023-10-21T14:48:12.952Z | Downloaded slog-json v2.6.1 |
1223 | 2023-10-21T14:48:12.955Z | Downloaded slog-dtrace v0.2.3 |
1224 | 2023-10-21T14:48:12.958Z | Downloaded scheduled-thread-pool v0.2.7 |
1225 | 2023-10-21T14:48:12.960Z | Downloaded wyz v0.5.1 |
1226 | 2023-10-21T14:48:12.963Z | Downloaded funty v2.0.0 |
1227 | 2023-10-21T14:48:12.966Z | Downloaded rcgen v0.10.0 |
1228 | 2023-10-21T14:48:12.969Z | Downloaded postgres-protocol v0.6.6 |
1229 | 2023-10-21T14:48:12.975Z | Downloaded erased-serde v0.3.30 |
1230 | 2023-10-21T14:48:12.980Z | Downloaded env_logger v0.9.3 |
1231 | 2023-10-21T14:48:13.003Z | Downloaded derive_builder v0.12.0 |
1232 | 2023-10-21T14:48:13.007Z | Downloaded derive-where v1.2.5 |
1233 | 2023-10-21T14:48:13.010Z | Downloaded unsafe-libyaml v0.2.9 |
1234 | 2023-10-21T14:48:13.013Z | Downloaded foreign-types v0.3.2 |
1235 | 2023-10-21T14:48:13.017Z | Downloaded pin-project-internal v1.1.3 |
1236 | 2023-10-21T14:48:13.022Z | Downloaded tokio-tungstenite v0.20.1 |
1237 | 2023-10-21T14:48:13.025Z | Downloaded tokio-stream v0.1.14 |
1238 | 2023-10-21T14:48:13.036Z | Downloaded rand_core v0.6.4 |
1239 | 2023-10-21T14:48:13.039Z | Downloaded hkdf v0.12.3 |
1240 | 2023-10-21T14:48:13.046Z | Downloaded chacha20poly1305 v0.10.1 |
1241 | 2023-10-21T14:48:13.051Z | Downloaded signal-hook v0.3.17 |
1242 | 2023-10-21T14:48:13.058Z | Downloaded number_prefix v0.4.0 |
1243 | 2023-10-21T14:48:13.061Z | Downloaded zone v0.2.0 |
1244 | 2023-10-21T14:48:13.064Z | Downloaded zeroize_derive v1.4.2 |
1245 | 2023-10-21T14:48:13.067Z | Downloaded zeroize v1.6.0 |
1246 | 2023-10-21T14:48:13.071Z | Downloaded globset v0.4.13 |
1247 | 2023-10-21T14:48:13.074Z | Downloaded termcolor v1.2.0 |
1248 | 2023-10-21T14:48:13.108Z | Downloaded hash32 v0.2.1 |
1249 | 2023-10-21T14:48:13.111Z | Downloaded fastrand v2.0.0 |
1250 | 2023-10-21T14:48:13.138Z | Downloaded rustfmt-wrapper v0.2.0 |
1251 | 2023-10-21T14:48:13.143Z | Downloaded similar v2.2.1 |
1252 | 2023-10-21T14:48:13.147Z | Downloaded unicode-linebreak v0.1.5 |
1253 | 2023-10-21T14:48:13.152Z | Downloaded signal-hook-mio v0.2.3 |
1254 | 2023-10-21T14:48:13.159Z | Downloaded env_logger v0.10.0 |
1255 | 2023-10-21T14:48:13.162Z | Downloaded deranged v0.3.8 |
1256 | 2023-10-21T14:48:13.165Z | Downloaded heapless v0.7.16 |
1257 | 2023-10-21T14:48:13.168Z | Downloaded backtrace v0.3.69 |
1258 | 2023-10-21T14:48:13.171Z | Downloaded platforms v3.0.2 |
1259 | 2023-10-21T14:48:13.174Z | Downloaded spin v0.9.8 |
1260 | 2023-10-21T14:48:13.177Z | Downloaded predicates-tree v1.0.9 |
1261 | 2023-10-21T14:48:13.180Z | Downloaded predicates v3.0.4 |
1262 | 2023-10-21T14:48:13.183Z | Downloaded futures-sink v0.3.28 |
1263 | 2023-10-21T14:48:13.186Z | Downloaded thiserror-impl-no-std v2.0.2 |
1264 | 2023-10-21T14:48:13.189Z | Downloaded unicase v2.7.0 |
1265 | 2023-10-21T14:48:13.191Z | Downloaded crc-any v2.4.3 |
1266 | 2023-10-21T14:48:13.194Z | Downloaded slog-term v2.9.0 |
1267 | 2023-10-21T14:48:13.197Z | Downloaded dirs-next v2.0.0 |
1268 | 2023-10-21T14:48:13.200Z | Downloaded digest v0.10.7 |
1269 | 2023-10-21T14:48:13.202Z | Downloaded universal-hash v0.5.1 |
1270 | 2023-10-21T14:48:13.205Z | Downloaded parking_lot v0.11.2 |
1271 | 2023-10-21T14:48:13.208Z | Downloaded once_cell v1.18.0 |
1272 | 2023-10-21T14:48:13.211Z | Downloaded getopts v0.2.21 |
1273 | 2023-10-21T14:48:13.216Z | Downloaded threadpool v1.8.1 |
1274 | 2023-10-21T14:48:13.219Z | Downloaded thread-id v4.2.0 |
1275 | 2023-10-21T14:48:13.222Z | Downloaded textwrap v0.11.0 |
1276 | 2023-10-21T14:48:13.226Z | Downloaded ron v0.7.1 |
1277 | 2023-10-21T14:48:13.228Z | Downloaded base64 v0.13.1 |
1278 | 2023-10-21T14:48:13.231Z | Downloaded generic-array v0.14.7 |
1279 | 2023-10-21T14:48:13.235Z | Downloaded dyn-clone v1.0.13 |
1280 | 2023-10-21T14:48:13.237Z | Downloaded dtrace-parser v0.1.14 |
1281 | 2023-10-21T14:48:13.240Z | Downloaded thiserror-no-std v2.0.2 |
1282 | 2023-10-21T14:48:13.243Z | Downloaded stringprep v0.1.3 |
1283 | 2023-10-21T14:48:13.246Z | Downloaded spin v0.5.2 |
1284 | 2023-10-21T14:48:13.249Z | Downloaded rtoolbox v0.0.1 |
1285 | 2023-10-21T14:48:13.252Z | Downloaded vergen v8.2.4 |
1286 | 2023-10-21T14:48:13.257Z | Downloaded tokio-rustls v0.24.1 |
1287 | 2023-10-21T14:48:13.260Z | Downloaded display-error-chain v0.1.1 |
1288 | 2023-10-21T14:48:13.263Z | Downloaded derive_builder_macro v0.12.0 |
1289 | 2023-10-21T14:48:13.266Z | Downloaded vec_map v0.8.2 |
1290 | 2023-10-21T14:48:13.269Z | Downloaded scopeguard v1.2.0 |
1291 | 2023-10-21T14:48:13.272Z | Downloaded miniz_oxide v0.7.1 |
1292 | 2023-10-21T14:48:13.275Z | Downloaded itertools v0.11.0 |
1293 | 2023-10-21T14:48:13.279Z | Downloaded difflib v0.4.0 |
1294 | 2023-10-21T14:48:13.282Z | Downloaded arc-swap v1.6.0 |
1295 | 2023-10-21T14:48:13.287Z | Downloaded tinyvec v1.6.0 |
1296 | 2023-10-21T14:48:13.291Z | Downloaded tinytemplate v1.2.1 |
1297 | 2023-10-21T14:48:13.294Z | Downloaded mockall v0.11.4 |
1298 | 2023-10-21T14:48:13.296Z | Downloaded parse-display-derive v0.7.0 |
1299 | 2023-10-21T14:48:13.299Z | Downloaded libm v0.2.7 |
1300 | 2023-10-21T14:48:13.313Z | Downloaded strum_macros v0.25.2 |
1301 | 2023-10-21T14:48:13.316Z | Downloaded strum_macros v0.24.3 |
1302 | 2023-10-21T14:48:13.320Z | Downloaded string_cache v0.8.7 |
1303 | 2023-10-21T14:48:13.323Z | Downloaded similar-asserts v1.5.0 |
1304 | 2023-10-21T14:48:13.326Z | Downloaded serde_with_macros v2.3.3 |
1305 | 2023-10-21T14:48:13.328Z | Downloaded usdt-attr-macro v0.3.5 |
1306 | 2023-10-21T14:48:13.331Z | Downloaded slab v0.4.9 |
1307 | 2023-10-21T14:48:13.334Z | Downloaded untrusted v0.7.1 |
1308 | 2023-10-21T14:48:13.337Z | Downloaded proc-macro-error-attr v1.0.4 |
1309 | 2023-10-21T14:48:13.340Z | Downloaded ed25519 v1.5.3 |
1310 | 2023-10-21T14:48:13.342Z | Downloaded downcast v0.11.0 |
1311 | 2023-10-21T14:48:13.345Z | Downloaded which v4.4.0 |
1312 | 2023-10-21T14:48:13.347Z | Downloaded wait-timeout v0.2.0 |
1313 | 2023-10-21T14:48:13.353Z | Downloaded serde_path_to_error v0.1.14 |
1314 | 2023-10-21T14:48:13.376Z | Downloaded serde_derive_internals v0.26.0 |
1315 | 2023-10-21T14:48:13.385Z | Downloaded serde_arrays v0.1.0 |
1316 | 2023-10-21T14:48:13.388Z | Downloaded secrecy v0.8.0 |
1317 | 2023-10-21T14:48:13.391Z | Downloaded mime_guess v2.0.4 |
1318 | 2023-10-21T14:48:13.394Z | Downloaded crc32fast v1.3.2 |
1319 | 2023-10-21T14:48:13.397Z | Downloaded blake2b_simd v1.0.1 |
1320 | 2023-10-21T14:48:13.400Z | Downloaded tokio-native-tls v0.3.1 |
1321 | 2023-10-21T14:48:13.403Z | Downloaded thread_local v1.1.7 |
1322 | 2023-10-21T14:48:13.406Z | Downloaded termtree v0.4.1 |
1323 | 2023-10-21T14:48:13.408Z | Downloaded waitgroup v0.1.2 |
1324 | 2023-10-21T14:48:13.412Z | Downloaded tiny-keccak v2.0.2 |
1325 | 2023-10-21T14:48:13.415Z | Downloaded time-macros v0.2.13 |
1326 | 2023-10-21T14:48:13.418Z | Downloaded termios v0.3.3 |
1327 | 2023-10-21T14:48:13.421Z | Downloaded num-complex v0.4.4 |
1328 | 2023-10-21T14:48:13.423Z | Downloaded ascii v1.1.0 |
1329 | 2023-10-21T14:48:13.426Z | Downloaded oso-derive v0.26.4 |
1330 | 2023-10-21T14:48:13.430Z | Downloaded tinyvec_macros v0.1.1 |
1331 | 2023-10-21T14:48:13.433Z | Downloaded mockall_derive v0.11.4 |
1332 | 2023-10-21T14:48:13.436Z | Downloaded ciborium v0.2.1 |
1333 | 2023-10-21T14:48:13.438Z | Downloaded fxhash v0.2.1 |
1334 | 2023-10-21T14:48:13.441Z | Downloaded siphasher v0.3.11 |
1335 | 2023-10-21T14:48:13.444Z | Downloaded rustc_version v0.4.0 |
1336 | 2023-10-21T14:48:13.446Z | Downloaded const_format v0.2.31 |
1337 | 2023-10-21T14:48:13.449Z | Downloaded cc v1.0.83 |
1338 | 2023-10-21T14:48:13.452Z | Downloaded cookie v0.16.2 |
1339 | 2023-10-21T14:48:13.455Z | Downloaded libefi-sys v0.1.0 |
1340 | 2023-10-21T14:48:13.458Z | Downloaded bit-vec v0.6.3 |
1341 | 2023-10-21T14:48:13.470Z | Downloaded aes-gcm-siv v0.11.1 |
1342 | 2023-10-21T14:48:13.472Z | Downloaded bcs v0.1.5 |
1343 | 2023-10-21T14:48:13.475Z | Downloaded addr2line v0.21.0 |
1344 | 2023-10-21T14:48:13.478Z | Downloaded path-dedot v3.1.0 |
1345 | 2023-10-21T14:48:13.480Z | Downloaded openssl-macros v0.1.1 |
1346 | 2023-10-21T14:48:13.483Z | Downloaded num-traits v0.2.16 |
1347 | 2023-10-21T14:48:13.486Z | Downloaded mime v0.3.17 |
1348 | 2023-10-21T14:48:13.489Z | Downloaded md-5 v0.10.5 |
1349 | 2023-10-21T14:48:13.492Z | Downloaded camino-tempfile v1.0.2 |
1350 | 2023-10-21T14:48:13.495Z | Downloaded async-trait v0.1.73 |
1351 | 2023-10-21T14:48:13.498Z | Downloaded sct v0.7.0 |
1352 | 2023-10-21T14:48:13.501Z | Downloaded rustversion v1.0.14 |
1353 | 2023-10-21T14:48:13.505Z | Downloaded rustls-pemfile v1.0.3 |
1354 | 2023-10-21T14:48:13.508Z | Downloaded ringbuffer v0.15.0 |
1355 | 2023-10-21T14:48:13.511Z | Downloaded num_enum v0.7.0 |
1356 | 2023-10-21T14:48:13.514Z | Downloaded num v0.4.1 |
1357 | 2023-10-21T14:48:13.517Z | Downloaded nu-ansi-term v0.49.0 |
1358 | 2023-10-21T14:48:13.520Z | Downloaded nibble_vec v0.1.0 |
1359 | 2023-10-21T14:48:13.522Z | Downloaded allocator-api2 v0.2.16 |
1360 | 2023-10-21T14:48:13.525Z | Downloaded tokio-macros v2.1.0 |
1361 | 2023-10-21T14:48:13.528Z | Downloaded time-core v0.1.1 |
1362 | 2023-10-21T14:48:13.530Z | Downloaded httpdate v1.0.3 |
1363 | 2023-10-21T14:48:13.533Z | Downloaded hostname v0.3.1 |
1364 | 2023-10-21T14:48:13.536Z | Downloaded base16ct v0.2.0 |
1365 | 2023-10-21T14:48:13.538Z | Downloaded backoff v0.4.0 |
1366 | 2023-10-21T14:48:13.541Z | Downloaded assert_cmd v2.0.12 |
1367 | 2023-10-21T14:48:13.544Z | Downloaded ansi_term v0.12.1 |
1368 | 2023-10-21T14:48:13.547Z | Downloaded ciborium-ll v0.2.1 |
1369 | 2023-10-21T14:48:13.550Z | Downloaded crc v3.0.1 |
1370 | 2023-10-21T14:48:13.553Z | Downloaded corncobs v0.1.3 |
1371 | 2023-10-21T14:48:13.556Z | Downloaded humantime v2.1.0 |
1372 | 2023-10-21T14:48:13.559Z | Downloaded http-range v0.1.5 |
1373 | 2023-10-21T14:48:13.562Z | Downloaded http-body v0.4.5 |
1374 | 2023-10-21T14:48:13.565Z | Downloaded bitfield v0.14.0 |
1375 | 2023-10-21T14:48:13.567Z | Downloaded bb8 v0.8.1 |
1376 | 2023-10-21T14:48:13.570Z | Downloaded tap v1.0.1 |
1377 | 2023-10-21T14:48:13.572Z | Downloaded lock_api v0.4.10 |
1378 | 2023-10-21T14:48:13.575Z | Downloaded bit-set v0.5.3 |
1379 | 2023-10-21T14:48:13.578Z | Downloaded bincode v1.3.3 |
1380 | 2023-10-21T14:48:13.580Z | Downloaded argon2 v0.5.2 |
1381 | 2023-10-21T14:48:13.583Z | Downloaded indoc v1.0.9 |
1382 | 2023-10-21T14:48:13.587Z | Downloaded cpufeatures v0.2.9 |
1383 | 2023-10-21T14:48:13.589Z | Downloaded async-stream-impl v0.3.5 |
1384 | 2023-10-21T14:48:13.592Z | Downloaded num_enum_derive v0.5.11 |
1385 | 2023-10-21T14:48:13.595Z | Downloaded newtype_derive v0.1.6 |
1386 | 2023-10-21T14:48:13.598Z | Downloaded cassowary v0.3.0 |
1387 | 2023-10-21T14:48:13.601Z | Downloaded byteorder v1.4.3 |
1388 | 2023-10-21T14:48:13.604Z | Downloaded bytecount v0.6.3 |
1389 | 2023-10-21T14:48:13.607Z | Downloaded convert_case v0.4.0 |
1390 | 2023-10-21T14:48:13.610Z | Downloaded clap_lex v0.2.4 |
1391 | 2023-10-21T14:48:13.612Z | Downloaded constant_time_eq v0.3.0 |
1392 | 2023-10-21T14:48:13.615Z | Downloaded constant_time_eq v0.2.6 |
1393 | 2023-10-21T14:48:13.618Z | Downloaded memoffset v0.9.0 |
1394 | 2023-10-21T14:48:13.621Z | Downloaded memoffset v0.7.1 |
1395 | 2023-10-21T14:48:13.623Z | Downloaded match_cfg v0.1.0 |
1396 | 2023-10-21T14:48:13.626Z | Downloaded managed v0.8.0 |
1397 | 2023-10-21T14:48:13.629Z | Downloaded heck v0.3.3 |
1398 | 2023-10-21T14:48:13.631Z | Downloaded matches v0.1.10 |
1399 | 2023-10-21T14:48:13.634Z | Downloaded ciborium-io v0.2.1 |
1400 | 2023-10-21T14:48:13.637Z | Downloaded async-recursion v1.0.5 |
1401 | 2023-10-21T14:48:13.641Z | Downloaded array-init v0.0.4 |
1402 | 2023-10-21T14:48:13.644Z | Downloaded const-oid v0.9.5 |
1403 | 2023-10-21T14:48:13.647Z | Downloaded cancel-safe-futures v0.1.2 |
1404 | 2023-10-21T14:48:13.649Z | Downloaded num-derive v0.4.0 |
1405 | 2023-10-21T14:48:13.652Z | Downloaded cexpr v0.6.0 |
1406 | 2023-10-21T14:48:13.655Z | Downloaded chacha20 v0.9.1 |
1407 | 2023-10-21T14:48:13.657Z | Downloaded hubpack_derive v0.1.1 |
1408 | 2023-10-21T14:48:13.662Z | Downloaded anes v0.1.6 |
1409 | 2023-10-21T14:48:13.665Z | Downloaded num_enum v0.5.11 |
1410 | 2023-10-21T14:48:13.667Z | Downloaded num_cpus v1.16.0 |
1411 | 2023-10-21T14:48:13.670Z | Downloaded console v0.15.7 |
1412 | 2023-10-21T14:48:13.673Z | Downloaded cipher v0.4.4 |
1413 | 2023-10-21T14:48:13.676Z | Downloaded bitstruct v0.1.1 |
1414 | 2023-10-21T14:48:13.679Z | Downloaded bit_field v0.10.2 |
1415 | 2023-10-21T14:48:13.681Z | Downloaded linked-hash-map v0.5.6 |
1416 | 2023-10-21T14:48:13.684Z | Downloaded cast v0.3.0 |
1417 | 2023-10-21T14:48:13.687Z | Downloaded buf-list v1.0.3 |
1418 | 2023-10-21T14:48:13.692Z | Downloaded block-padding v0.3.3 |
1419 | 2023-10-21T14:48:13.695Z | Downloaded atty v0.2.14 |
1420 | 2023-10-21T14:48:13.698Z | Downloaded async-stream v0.3.5 |
1421 | 2023-10-21T14:48:13.701Z | Downloaded ascii-canvas v3.0.0 |
1422 | 2023-10-21T14:48:13.704Z | Downloaded approx v0.5.1 |
1423 | 2023-10-21T14:48:13.706Z | Downloaded arrayref v0.3.7 |
1424 | 2023-10-21T14:48:13.709Z | Downloaded log v0.4.20 |
1425 | 2023-10-21T14:48:13.712Z | Downloaded crossbeam-deque v0.8.3 |
1426 | 2023-10-21T14:48:13.714Z | Downloaded crossbeam v0.8.2 |
1427 | 2023-10-21T14:48:13.717Z | Downloaded const_format_proc_macros v0.2.31 |
1428 | 2023-10-21T14:48:13.721Z | Downloaded colored v2.0.4 |
1429 | 2023-10-21T14:48:13.724Z | Downloaded clap_derive v3.2.25 |
1430 | 2023-10-21T14:48:13.727Z | Downloaded indicatif v0.17.7 |
1431 | 2023-10-21T14:48:13.730Z | Downloaded cfg-if v0.1.10 |
1432 | 2023-10-21T14:48:13.733Z | Downloaded crc-catalog v2.2.0 |
1433 | 2023-10-21T14:48:13.736Z | Downloaded aead v0.5.2 |
1434 | 2023-10-21T14:48:13.739Z | Downloaded ipnet v2.8.0 |
1435 | 2023-10-21T14:48:13.742Z | Downloaded cfg-if v1.0.0 |
1436 | 2023-10-21T14:48:13.745Z | Downloaded bytes v1.5.0 |
1437 | 2023-10-21T14:48:13.747Z | Downloaded indoc v2.0.3 |
1438 | 2023-10-21T14:48:13.750Z | Downloaded keccak v0.1.4 |
1439 | 2023-10-21T14:48:13.752Z | Downloaded ipnetwork v0.20.0 |
1440 | 2023-10-21T14:48:13.755Z | Downloaded impl-trait-for-tuples v0.2.2 |
1441 | 2023-10-21T14:48:13.757Z | Downloaded hyper-rustls v0.24.1 |
1442 | 2023-10-21T14:48:13.761Z | Downloaded hmac v0.12.1 |
1443 | 2023-10-21T14:48:13.763Z | Downloaded highway v1.1.0 |
1444 | 2023-10-21T14:48:13.766Z | Downloaded bytesize v1.3.0 |
1445 | 2023-10-21T14:48:13.769Z | Downloaded block-buffer v0.10.4 |
1446 | 2023-10-21T14:48:13.772Z | Downloaded iana-time-zone v0.1.57 |
1447 | 2023-10-21T14:48:13.775Z | Downloaded hyper-staticfile v0.9.5 |
1448 | 2023-10-21T14:48:13.778Z | Downloaded instant v0.1.12 |
1449 | 2023-10-21T14:48:13.781Z | Downloaded inout v0.1.3 |
1450 | 2023-10-21T14:48:13.784Z | Downloaded home v0.5.5 |
1451 | 2023-10-21T14:48:13.787Z | Downloaded hex-literal v0.4.1 |
1452 | 2023-10-21T14:48:13.790Z | Downloaded crossbeam-epoch v0.9.15 |
1453 | 2023-10-21T14:48:14.578Z | Compiling proc-macro2 v1.0.67 |
1454 | 2023-10-21T14:48:14.582Z | Compiling serde v1.0.188 |
1455 | 2023-10-21T14:48:14.584Z | Compiling autocfg v1.1.0 |
1456 | 2023-10-21T14:48:14.587Z | Compiling version_check v0.9.4 |
1457 | 2023-10-21T14:48:14.590Z | Compiling syn v1.0.109 |
1458 | 2023-10-21T14:48:14.593Z | Compiling parking_lot_core v0.9.8 |
1459 | 2023-10-21T14:48:14.675Z | Compiling libm v0.2.7 |
1460 | 2023-10-21T14:48:14.696Z | Compiling libc v0.2.149 |
1461 | 2023-10-21T14:48:15.188Z | Compiling cfg-if v1.0.0 |
1462 | 2023-10-21T14:48:15.259Z | Compiling futures-core v0.3.28 |
1463 | 2023-10-21T14:48:15.314Z | Compiling once_cell v1.18.0 |
1464 | 2023-10-21T14:48:15.381Z | Compiling typenum v1.16.0 |
1465 | 2023-10-21T14:48:15.712Z | Compiling futures-channel v0.3.28 |
1466 | 2023-10-21T14:48:15.729Z | Compiling ahash v0.8.3 |
1467 | 2023-10-21T14:48:15.845Z | Compiling lock_api v0.4.10 |
1468 | 2023-10-21T14:48:15.935Z | Compiling num-traits v0.2.16 |
1469 | 2023-10-21T14:48:16.158Z | Compiling quote v1.0.33 |
1470 | 2023-10-21T14:48:16.319Z | Compiling generic-array v0.14.7 |
1471 | 2023-10-21T14:48:16.406Z | Compiling slab v0.4.9 |
1472 | 2023-10-21T14:48:16.709Z | Compiling jobserver v0.1.26 |
1473 | 2023-10-21T14:48:16.808Z | Compiling syn v2.0.32 |
1474 | 2023-10-21T14:48:17.180Z | Compiling cc v1.0.83 |
1475 | 2023-10-21T14:48:17.294Z | Compiling futures-task v0.3.28 |
1476 | 2023-10-21T14:48:17.446Z | Compiling futures-util v0.3.28 |
1477 | 2023-10-21T14:48:17.516Z | Compiling pkg-config v0.3.27 |
1478 | 2023-10-21T14:48:17.694Z | Compiling memchr v2.6.3 |
1479 | 2023-10-21T14:48:17.762Z | Compiling vcpkg v0.2.15 |
1480 | 2023-10-21T14:48:17.822Z | Compiling itoa v1.0.9 |
1481 | 2023-10-21T14:48:17.910Z | Compiling schemars v0.8.13 |
1482 | 2023-10-21T14:48:18.288Z | Compiling log v0.4.20 |
1483 | 2023-10-21T14:48:18.486Z | Compiling serde_json v1.0.107 |
1484 | 2023-10-21T14:48:19.541Z | Compiling indexmap v1.9.3 |
1485 | 2023-10-21T14:48:19.646Z | Compiling httparse v1.8.0 |
1486 | 2023-10-21T14:48:19.727Z | Compiling ryu v1.0.15 |
1487 | 2023-10-21T14:48:19.984Z | Compiling allocator-api2 v0.2.16 |
1488 | 2023-10-21T14:48:20.252Z | Compiling equivalent v1.0.1 |
1489 | 2023-10-21T14:48:20.351Z | Compiling rustix v0.38.9 |
1490 | 2023-10-21T14:48:20.393Z | Compiling getrandom v0.2.10 |
1491 | 2023-10-21T14:48:20.659Z | Compiling rustls v0.21.7 |
1492 | 2023-10-21T14:48:20.929Z | Compiling fnv v1.0.7 |
1493 | 2023-10-21T14:48:20.949Z | Compiling openssl v0.10.57 |
1494 | 2023-10-21T14:48:21.012Z | Compiling aho-corasick v1.0.4 |
1495 | 2023-10-21T14:48:21.108Z | Compiling hashbrown v0.14.0 |
1496 | 2023-10-21T14:48:21.230Z | Compiling regex-syntax v0.7.5 |
1497 | 2023-10-21T14:48:21.504Z | Compiling unicode-xid v0.2.4 |
1498 | 2023-10-21T14:48:21.744Z | Compiling native-tls v0.2.11 |
1499 | 2023-10-21T14:48:22.126Z | Compiling ring v0.16.20 |
1500 | 2023-10-21T14:48:22.159Z | Compiling openssl-sys v0.9.93 |
1501 | 2023-10-21T14:48:23.668Z | Compiling backtrace v0.3.69 |
1502 | 2023-10-21T14:48:24.234Z | Compiling ucd-trie v0.1.6 |
1503 | 2023-10-21T14:48:24.910Z | Compiling async-trait v0.1.73 |
1504 | 2023-10-21T14:48:25.371Z | Compiling anyhow v1.0.75 |
1505 | 2023-10-21T14:48:25.595Z | Compiling rustversion v1.0.14 |
1506 | 2023-10-21T14:48:26.045Z | Compiling crossbeam-utils v0.8.16 |
1507 | 2023-10-21T14:48:26.680Z | Compiling slog v2.7.0 |
1508 | 2023-10-21T14:48:26.993Z | Compiling regex-automata v0.3.8 |
1509 | 2023-10-21T14:48:27.131Z | Compiling iana-time-zone v0.1.57 |
1510 | 2023-10-21T14:48:27.406Z | Compiling time-core v0.1.1 |
1511 | 2023-10-21T14:48:27.648Z | Compiling time-macros v0.2.13 |
1512 | 2023-10-21T14:48:27.674Z | Compiling byteorder v1.4.3 |
1513 | 2023-10-21T14:48:28.560Z | Compiling serde_derive_internals v0.26.0 |
1514 | 2023-10-21T14:48:28.680Z | Compiling synstructure v0.12.6 |
1515 | 2023-10-21T14:48:29.110Z | Compiling dyn-clone v1.0.13 |
1516 | 2023-10-21T14:48:29.377Z | Compiling hashbrown v0.13.2 |
1517 | 2023-10-21T14:48:31.259Z | Compiling usdt-impl v0.3.5 |
1518 | 2023-10-21T14:48:31.361Z | Compiling unicode-width v0.1.10 |
1519 | 2023-10-21T14:48:31.585Z | Compiling thread-id v4.2.0 |
1520 | 2023-10-21T14:48:31.717Z | Compiling strsim v0.10.0 |
1521 | 2023-10-21T14:48:31.734Z | Compiling scopeguard v1.2.0 |
1522 | 2023-10-21T14:48:31.900Z | Compiling tinyvec_macros v0.1.1 |
1523 | 2023-10-21T14:48:31.919Z | Compiling winnow v0.5.15 |
1524 | 2023-10-21T14:48:32.024Z | Compiling tinyvec v1.6.0 |
1525 | 2023-10-21T14:48:32.725Z | Compiling unicode-bidi v0.3.13 |
1526 | 2023-10-21T14:48:33.253Z | Compiling smallvec v1.11.0 |
1527 | 2023-10-21T14:48:34.640Z | Compiling unicode-normalization v0.1.22 |
1528 | 2023-10-21T14:48:34.708Z | Compiling percent-encoding v2.3.0 |
1529 | 2023-10-21T14:48:34.875Z | Compiling parking_lot v0.12.1 |
1530 | 2023-10-21T14:48:34.894Z | Compiling num-integer v0.1.45 |
1531 | 2023-10-21T14:48:35.209Z | Compiling regex v1.9.5 |
1532 | 2023-10-21T14:48:35.279Z | Compiling form_urlencoded v1.2.0 |
1533 | 2023-10-21T14:48:35.743Z | Compiling crc32fast v1.3.2 |
1534 | 2023-10-21T14:48:36.322Z | Compiling idna v0.4.0 |
1535 | 2023-10-21T14:48:36.341Z | Compiling bitflags v1.3.2 |
1536 | 2023-10-21T14:48:36.474Z | Compiling adler v1.0.2 |
1537 | 2023-10-21T14:48:36.609Z | Compiling spin v0.5.2 |
1538 | 2023-10-21T14:48:36.776Z | Compiling miniz_oxide v0.7.1 |
1539 | 2023-10-21T14:48:36.938Z | Compiling gimli v0.28.0 |
1540 | 2023-10-21T14:48:36.960Z | Compiling object v0.32.1 |
1541 | 2023-10-21T14:48:38.183Z | Compiling url v2.4.1 |
1542 | 2023-10-21T14:48:38.768Z | Compiling rustc-demangle v0.1.23 |
1543 | 2023-10-21T14:48:39.166Z | Compiling pin-project-lite v0.2.13 |
1544 | 2023-10-21T14:48:39.333Z | Compiling errno v0.3.2 |
1545 | 2023-10-21T14:48:39.417Z | Compiling schemars_derive v0.8.13 |
1546 | 2023-10-21T14:48:39.450Z | Compiling serde_derive v1.0.188 |
1547 | 2023-10-21T14:48:39.600Z | Compiling thiserror-impl v1.0.49 |
1548 | 2023-10-21T14:48:40.265Z | Compiling zeroize_derive v1.4.2 |
1549 | 2023-10-21T14:48:41.135Z | Compiling tokio-macros v2.1.0 |
1550 | 2023-10-21T14:48:42.664Z | Compiling futures-macro v0.3.28 |
1551 | 2023-10-21T14:48:43.192Z | Compiling tracing-attributes v0.1.26 |
1552 | 2023-10-21T14:48:43.590Z | Compiling openssl-macros v0.1.1 |
1553 | 2023-10-21T14:48:44.321Z | Compiling thiserror v1.0.49 |
1554 | 2023-10-21T14:48:44.508Z | Compiling pest v2.7.2 |
1555 | 2023-10-21T14:48:44.597Z | Compiling zerocopy-derive v0.2.0 |
1556 | 2023-10-21T14:48:45.356Z | Compiling strum_macros v0.25.2 |
1557 | 2023-10-21T14:48:45.856Z | Compiling addr2line v0.21.0 |
1558 | 2023-10-21T14:48:46.847Z | Compiling zerocopy-derive v0.6.4 |
1559 | 2023-10-21T14:48:47.355Z | Compiling zerocopy v0.3.0 |
1560 | 2023-10-21T14:48:48.674Z | Compiling pest_meta v2.7.2 |
1561 | 2023-10-21T14:48:48.721Z | Compiling dof v0.1.5 |
1562 | 2023-10-21T14:48:48.815Z | Compiling mio v0.8.8 |
1563 | 2023-10-21T14:48:49.353Z | Compiling socket2 v0.5.4 |
1564 | 2023-10-21T14:48:50.097Z | Compiling num_cpus v1.16.0 |
1565 | 2023-10-21T14:48:50.246Z | Compiling signal-hook-registry v1.4.1 |
1566 | 2023-10-21T14:48:50.647Z | Compiling futures-sink v0.3.28 |
1567 | 2023-10-21T14:48:50.783Z | Compiling memoffset v0.9.0 |
1568 | 2023-10-21T14:48:50.863Z | Compiling pest_generator v2.7.2 |
1569 | 2023-10-21T14:48:51.528Z | Compiling deranged v0.3.8 |
1570 | 2023-10-21T14:48:51.833Z | Compiling pin-utils v0.1.0 |
1571 | 2023-10-21T14:48:51.911Z | Compiling radium v0.7.0 |
1572 | 2023-10-21T14:48:51.944Z | Compiling futures-io v0.3.28 |
1573 | 2023-10-21T14:48:51.962Z | Compiling num_threads v0.1.6 |
1574 | 2023-10-21T14:48:52.149Z | Compiling tracing-core v0.1.31 |
1575 | 2023-10-21T14:48:52.539Z | Compiling lazy_static v1.4.0 |
1576 | 2023-10-21T14:48:53.559Z | Compiling tracing v0.1.37 |
1577 | 2023-10-21T14:48:53.961Z | Compiling crossbeam-epoch v0.9.15 |
1578 | 2023-10-21T14:48:54.309Z | Compiling clap_derive v4.4.2 |
1579 | 2023-10-21T14:48:54.431Z | Compiling num-iter v0.1.43 |
1580 | 2023-10-21T14:48:54.715Z | Compiling time v0.3.27 |
1581 | 2023-10-21T14:48:54.743Z | Compiling either v1.9.0 |
1582 | 2023-10-21T14:48:54.816Z | Compiling untrusted v0.7.1 |
1583 | 2023-10-21T14:48:55.094Z | Compiling base64 v0.21.4 |
1584 | 2023-10-21T14:48:56.186Z | Compiling pest_derive v2.7.2 |
1585 | 2023-10-21T14:48:56.441Z | Compiling rand_core v0.6.4 |
1586 | 2023-10-21T14:48:57.073Z | Compiling foreign-types-shared v0.1.1 |
1587 | 2023-10-21T14:48:57.223Z | Compiling openssl-probe v0.1.5 |
1588 | 2023-10-21T14:48:57.243Z | Compiling dtrace-parser v0.1.14 |
1589 | 2023-10-21T14:48:57.656Z | Compiling hashbrown v0.12.3 |
1590 | 2023-10-21T14:49:00.252Z | Compiling foreign-types v0.3.2 |
1591 | 2023-10-21T14:49:00.378Z | Compiling zeroize v1.6.0 |
1592 | 2023-10-21T14:49:01.007Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1593 | 2023-10-21T14:49:01.632Z | Compiling try-lock v0.2.4 |
1594 | 2023-10-21T14:49:01.818Z | Compiling want v0.3.1 |
1595 | 2023-10-21T14:49:01.837Z | Compiling sct v0.7.0 |
1596 | 2023-10-21T14:49:02.165Z | Compiling rustls-webpki v0.101.4 |
1597 | 2023-10-21T14:49:02.203Z | Compiling enum-as-inner v0.5.1 |
1598 | 2023-10-21T14:49:02.908Z | Compiling indexmap v2.0.0 |
1599 | 2023-10-21T14:49:03.135Z | Compiling bytes v1.5.0 |
1600 | 2023-10-21T14:49:03.263Z | Compiling uuid v1.4.1 |
1601 | 2023-10-21T14:49:03.351Z | Compiling chrono v0.4.31 |
1602 | 2023-10-21T14:49:03.452Z | Compiling semver v1.0.18 |
1603 | 2023-10-21T14:49:03.721Z | Compiling toml_datetime v0.6.3 |
1604 | 2023-10-21T14:49:04.324Z | Compiling rustc_version v0.4.0 |
1605 | 2023-10-21T14:49:04.370Z | Compiling serde_spanned v0.6.3 |
1606 | 2023-10-21T14:49:04.585Z | Compiling http v0.2.9 |
1607 | 2023-10-21T14:49:04.707Z | Compiling serde_tokenstream v0.1.7 |
1608 | 2023-10-21T14:49:05.044Z | Compiling toml_edit v0.19.15 |
1609 | 2023-10-21T14:49:06.119Z | Compiling bitflags v2.4.0 |
1610 | 2023-10-21T14:49:06.123Z | Compiling tokio v1.33.0 |
1611 | 2023-10-21T14:49:06.126Z | Compiling socket2 v0.4.9 |
1612 | 2023-10-21T14:49:06.811Z | Compiling openapiv3 v1.0.3 |
1613 | 2023-10-21T14:49:08.481Z | Compiling http-body v0.4.5 |
1614 | 2023-10-21T14:49:09.600Z | Compiling tower-service v0.3.2 |
1615 | 2023-10-21T14:49:09.757Z | Compiling httpdate v1.0.3 |
1616 | 2023-10-21T14:49:10.294Z | Compiling usdt-attr-macro v0.3.5 |
1617 | 2023-10-21T14:49:10.415Z | Compiling usdt-macro v0.3.5 |
1618 | 2023-10-21T14:49:10.623Z | Compiling heapless v0.7.16 |
1619 | 2023-10-21T14:49:12.227Z | Compiling rustls-pemfile v1.0.3 |
1620 | 2023-10-21T14:49:12.395Z | Compiling siphasher v0.3.11 |
1621 | 2023-10-21T14:49:12.759Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1622 | 2023-10-21T14:49:12.762Z | Compiling rustls-native-certs v0.6.3 |
1623 | 2023-10-21T14:49:13.173Z | Compiling ipnet v2.8.0 |
1624 | 2023-10-21T14:49:13.357Z | Compiling serde_tokenstream v0.2.0 |
1625 | 2023-10-21T14:49:13.918Z | Compiling serde_urlencoded v0.7.1 |
1626 | 2023-10-21T14:49:14.196Z | Compiling encoding_rs v0.8.33 |
1627 | 2023-10-21T14:49:14.731Z | Compiling mime v0.3.17 |
1628 | 2023-10-21T14:49:14.753Z | Compiling webpki-roots v0.25.2 |
1629 | 2023-10-21T14:49:14.973Z | Compiling crypto-common v0.1.6 |
1630 | 2023-10-21T14:49:15.272Z | Compiling diesel_table_macro_syntax v0.1.0 |
1631 | 2023-10-21T14:49:15.469Z | Compiling num-bigint v0.4.4 |
1632 | 2023-10-21T14:49:15.557Z | Compiling smoltcp v0.9.1 |
1633 | 2023-10-21T14:49:15.823Z | Compiling bit-vec v0.6.3 |
1634 | 2023-10-21T14:49:16.461Z | Compiling diesel_derives v2.1.1 |
1635 | 2023-10-21T14:49:16.508Z | Compiling flate2 v1.0.27 |
1636 | 2023-10-21T14:49:16.639Z | Compiling phf_shared v0.10.0 |
1637 | 2023-10-21T14:49:17.027Z | Compiling block-buffer v0.10.4 |
1638 | 2023-10-21T14:49:17.257Z | Compiling hubpack_derive v0.1.1 |
1639 | 2023-10-21T14:49:17.376Z | Compiling fixedbitset v0.4.2 |
1640 | 2023-10-21T14:49:17.990Z | Compiling const-oid v0.9.5 |
1641 | 2023-10-21T14:49:18.074Z | Compiling subtle v2.5.0 |
1642 | 2023-10-21T14:49:18.521Z | Compiling tokio-util v0.7.8 |
1643 | 2023-10-21T14:49:18.524Z | Compiling tokio-rustls v0.24.1 |
1644 | 2023-10-21T14:49:19.155Z | Compiling precomputed-hash v0.1.1 |
1645 | 2023-10-21T14:49:19.305Z | Compiling new_debug_unreachable v1.0.4 |
1646 | 2023-10-21T14:49:20.271Z | Compiling h2 v0.3.21 |
1647 | 2023-10-21T14:49:20.725Z | Compiling tokio-native-tls v0.3.1 |
1648 | 2023-10-21T14:49:21.136Z | Compiling ppv-lite86 v0.2.17 |
1649 | 2023-10-21T14:49:21.157Z | Compiling digest v0.10.7 |
1650 | 2023-10-21T14:49:21.534Z | Compiling string_cache v0.8.7 |
1651 | 2023-10-21T14:49:21.828Z | Compiling petgraph v0.6.4 |
1652 | 2023-10-21T14:49:22.206Z | Compiling bit-set v0.5.3 |
1653 | 2023-10-21T14:49:22.359Z | Compiling rand_chacha v0.3.1 |
1654 | 2023-10-21T14:49:22.647Z | Compiling toml v0.7.8 |
1655 | 2023-10-21T14:49:23.312Z | Compiling itertools v0.10.5 |
1656 | 2023-10-21T14:49:24.014Z | Compiling unicode-segmentation v1.10.1 |
1657 | 2023-10-21T14:49:24.593Z | Compiling lalrpop-util v0.19.12 |
1658 | 2023-10-21T14:49:25.113Z | Compiling rand v0.8.5 |
1659 | 2023-10-21T14:49:25.190Z | Compiling regress v0.7.1 |
1660 | 2023-10-21T14:49:25.419Z | Compiling serde_repr v0.1.16 |
1661 | 2023-10-21T14:49:27.067Z | Compiling io-lifetimes v1.0.11 |
1662 | 2023-10-21T14:49:27.294Z | Compiling anstyle v1.0.2 |
1663 | 2023-10-21T14:49:27.340Z | Compiling cpufeatures v0.2.9 |
1664 | 2023-10-21T14:49:27.471Z | Compiling utf8parse v0.2.1 |
1665 | 2023-10-21T14:49:27.709Z | Compiling anstyle-parse v0.2.1 |
1666 | 2023-10-21T14:49:27.973Z | Compiling sha2 v0.10.7 |
1667 | 2023-10-21T14:49:28.081Z | Compiling rustix v0.37.23 |
1668 | 2023-10-21T14:49:28.242Z | Compiling hmac v0.12.1 |
1669 | 2023-10-21T14:49:28.569Z | Compiling md-5 v0.10.5 |
1670 | 2023-10-21T14:49:28.685Z | Compiling stringprep v0.1.3 |
1671 | 2023-10-21T14:49:28.911Z | Compiling spin v0.9.8 |
1672 | 2023-10-21T14:49:29.286Z | Compiling hash32 v0.2.1 |
1673 | 2023-10-21T14:49:29.467Z | Compiling stable_deref_trait v1.2.0 |
1674 | 2023-10-21T14:49:29.607Z | Compiling anstyle-query v1.0.0 |
1675 | 2023-10-21T14:49:29.784Z | Compiling colorchoice v1.0.0 |
1676 | 2023-10-21T14:49:29.858Z | Compiling fallible-iterator v0.2.0 |
1677 | 2023-10-21T14:49:30.004Z | Compiling anstream v0.5.0 |
1678 | 2023-10-21T14:49:30.096Z | Compiling terminal_size v0.2.6 |
1679 | 2023-10-21T14:49:30.351Z | Compiling phf_shared v0.11.2 |
1680 | 2023-10-21T14:49:30.446Z | Compiling block-padding v0.3.3 |
1681 | 2023-10-21T14:49:30.802Z | Compiling scheduled-thread-pool v0.2.7 |
1682 | 2023-10-21T14:49:30.911Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1683 | 2023-10-21T14:49:30.973Z | Compiling postgres-protocol v0.6.6 |
1684 | 2023-10-21T14:49:31.023Z | Compiling regex-automata v0.1.10 |
1685 | 2023-10-21T14:49:31.599Z | Compiling matches v0.1.10 |
1686 | 2023-10-21T14:49:31.724Z | Compiling clap_lex v0.5.1 |
1687 | 2023-10-21T14:49:31.781Z | Compiling hyper v0.14.27 |
1688 | 2023-10-21T14:49:31.872Z | Compiling tap v1.0.1 |
1689 | 2023-10-21T14:49:32.152Z | Compiling managed v0.8.0 |
1690 | 2023-10-21T14:49:32.410Z | Compiling postgres-types v0.2.6 |
1691 | 2023-10-21T14:49:32.967Z | Compiling clap_builder v4.4.2 |
1692 | 2023-10-21T14:49:33.708Z | Compiling wyz v0.5.1 |
1693 | 2023-10-21T14:49:34.415Z | Compiling idna v0.2.3 |
1694 | 2023-10-21T14:49:34.762Z | Compiling bstr v0.2.17 |
1695 | 2023-10-21T14:49:36.499Z | Compiling r2d2 v0.8.10 |
1696 | 2023-10-21T14:49:36.857Z | Compiling phf v0.11.2 |
1697 | 2023-10-21T14:49:37.058Z | Compiling inout v0.1.3 |
1698 | 2023-10-21T14:49:37.308Z | Compiling hubpack v0.1.2 |
1699 | 2023-10-21T14:49:37.543Z | Compiling ipnetwork v0.20.0 |
1700 | 2023-10-21T14:49:37.951Z | Compiling futures-executor v0.3.28 |
1701 | 2023-10-21T14:49:38.028Z | Compiling itertools v0.11.0 |
1702 | 2023-10-21T14:49:38.993Z | Compiling zerocopy v0.6.4 |
1703 | 2023-10-21T14:49:40.452Z | Compiling float-cmp v0.9.0 |
1704 | 2023-10-21T14:49:40.697Z | Compiling unicode-linebreak v0.1.5 |
1705 | 2023-10-21T14:49:40.801Z | Compiling difflib v0.4.0 |
1706 | 2023-10-21T14:49:41.134Z | Compiling whoami v1.4.1 |
1707 | 2023-10-21T14:49:41.520Z | Compiling static_assertions v1.1.0 |
1708 | 2023-10-21T14:49:41.659Z | Compiling normalize-line-endings v0.3.0 |
1709 | 2023-10-21T14:49:41.821Z | Compiling data-encoding v2.4.0 |
1710 | 2023-10-21T14:49:41.978Z | Compiling smawk v0.3.1 |
1711 | 2023-10-21T14:49:42.277Z | Compiling predicates-core v1.0.6 |
1712 | 2023-10-21T14:49:42.779Z | Compiling funty v2.0.0 |
1713 | 2023-10-21T14:49:42.940Z | Compiling trust-dns-proto v0.22.0 |
1714 | 2023-10-21T14:49:42.975Z | Compiling predicates v3.0.4 |
1715 | 2023-10-21T14:49:42.978Z | Compiling textwrap v0.16.0 |
1716 | 2023-10-21T14:49:44.797Z | Compiling hyper-rustls v0.24.1 |
1717 | 2023-10-21T14:49:45.253Z | Compiling hyper-tls v0.5.0 |
1718 | 2023-10-21T14:49:45.490Z | Compiling bitvec v1.0.1 |
1719 | 2023-10-21T14:49:45.775Z | Compiling reqwest v0.11.20 |
1720 | 2023-10-21T14:49:45.862Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1721 | 2023-10-21T14:49:45.943Z | Compiling tokio-postgres v0.7.10 |
1722 | 2023-10-21T14:49:47.436Z | Compiling yasna v0.5.2 |
1723 | 2023-10-21T14:49:47.856Z | Compiling diesel v2.1.1 |
1724 | 2023-10-21T14:49:51.466Z | Compiling clap v4.4.3 |
1725 | 2023-10-21T14:49:51.619Z | Compiling futures v0.3.28 |
1726 | 2023-10-21T14:49:51.780Z | Compiling cipher v0.4.4 |
1727 | 2023-10-21T14:49:52.536Z | Compiling similar v2.2.1 |
1728 | 2023-10-21T14:49:53.384Z | Compiling signature v2.1.0 |
1729 | 2023-10-21T14:49:53.692Z | Compiling tokio-stream v0.1.14 |
1730 | 2023-10-21T14:49:53.924Z | Compiling usdt v0.3.5 |
1731 | 2023-10-21T14:49:54.312Z | Compiling hex v0.4.3 |
1732 | 2023-10-21T14:49:54.659Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1733 | 2023-10-21T14:49:55.198Z | Compiling console v0.15.7 |
1734 | 2023-10-21T14:49:55.293Z | Compiling bstr v1.6.0 |
1735 | 2023-10-21T14:49:56.042Z | Compiling getopts v0.2.21 |
1736 | 2023-10-21T14:49:56.134Z | Compiling unsafe-libyaml v0.2.9 |
1737 | 2023-10-21T14:49:57.711Z | Compiling ident_case v1.0.1 |
1738 | 2023-10-21T14:49:58.433Z | Compiling serde_yaml v0.9.25 |
1739 | 2023-10-21T14:49:58.908Z | Compiling slog-async v2.8.0 |
1740 | 2023-10-21T14:49:59.596Z | Compiling paste v1.0.14 |
1741 | 2023-10-21T14:49:59.927Z | Compiling darling_core v0.20.3 |
1742 | 2023-10-21T14:50:00.272Z | Compiling multer v2.1.0 |
1743 | 2023-10-21T14:50:00.750Z | Compiling async-stream-impl v0.3.5 |
1744 | 2023-10-21T14:50:01.971Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1745 | 2023-10-21T14:50:02.032Z | Compiling regex-syntax v0.6.29 |
1746 | 2023-10-21T14:50:02.169Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1747 | 2023-10-21T14:50:02.705Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1748 | 2023-10-21T14:50:03.243Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1749 | 2023-10-21T14:50:06.830Z | Compiling structmeta-derive v0.1.6 |
1750 | 2023-10-21T14:50:09.248Z | Compiling darling_macro v0.20.3 |
1751 | 2023-10-21T14:50:10.664Z | Compiling darling v0.20.3 |
1752 | 2023-10-21T14:50:10.820Z | Compiling serde_with_macros v2.3.3 |
1753 | 2023-10-21T14:50:11.207Z | Compiling structmeta v0.1.6 |
1754 | 2023-10-21T14:50:12.012Z | Compiling parse-display-derive v0.7.0 |
1755 | 2023-10-21T14:50:13.167Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1756 | 2023-10-21T14:50:14.613Z | Compiling test-strategy v0.2.1 |
1757 | 2023-10-21T14:50:22.269Z | Checking unicode-ident v1.0.12 |
1758 | 2023-10-21T14:50:52.393Z | Checking heck v0.4.1 |
1759 | 2023-10-21T14:51:01.281Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1760 | 2023-10-21T14:51:01.401Z | Checking crossbeam-channel v0.5.8 |
1761 | 2023-10-21T14:51:01.740Z | Checking atty v0.2.14 |
1762 | 2023-10-21T14:51:02.568Z | Checking match_cfg v0.1.0 |
1763 | 2023-10-21T14:51:02.686Z | Checking hostname v0.3.1 |
1764 | 2023-10-21T14:51:02.870Z | Checking sha1 v0.10.5 |
1765 | 2023-10-21T14:51:02.986Z | Checking dirs-sys-next v0.1.2 |
1766 | 2023-10-21T14:51:03.255Z | Checking fastrand v2.0.0 |
1767 | 2023-10-21T14:51:03.332Z | Checking dirs-next v2.0.0 |
1768 | 2023-10-21T14:51:03.512Z | Checking thread_local v1.1.7 |
1769 | 2023-10-21T14:51:03.552Z | Checking term v0.7.0 |
1770 | 2023-10-21T14:51:03.747Z | Checking tempfile v3.8.0 |
1771 | 2023-10-21T14:51:03.954Z | Checking strum v0.25.0 |
1772 | 2023-10-21T14:51:04.202Z | Checking instant v0.1.12 |
1773 | 2023-10-21T14:51:04.360Z | Checking take_mut v0.2.2 |
1774 | 2023-10-21T14:51:04.404Z | Checking slog-term v2.9.0 |
1775 | 2023-10-21T14:51:05.014Z | Checking slog-json v2.6.1 |
1776 | 2023-10-21T14:51:05.128Z | Checking serde_with v2.3.3 |
1777 | 2023-10-21T14:51:05.186Z | Checking camino v1.1.6 |
1778 | 2023-10-21T14:51:05.402Z | Checking slog-bunyan v2.4.0 |
1779 | 2023-10-21T14:51:06.068Z | Checking debug-ignore v1.0.5 |
1780 | 2023-10-21T14:51:06.186Z | Checking atomic-waker v1.1.1 |
1781 | 2023-10-21T14:51:06.364Z | Checking waitgroup v0.1.2 |
1782 | 2023-10-21T14:51:06.384Z | Checking async-stream v0.3.5 |
1783 | 2023-10-21T14:51:06.551Z | Checking serde_path_to_error v0.1.14 |
1784 | 2023-10-21T14:51:06.820Z | Checking backoff v0.4.0 |
1785 | 2023-10-21T14:51:07.239Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1786 | 2023-10-21T14:51:07.242Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1787 | 2023-10-21T14:51:07.481Z | Checking parse-display v0.7.0 |
1788 | 2023-10-21T14:51:07.543Z | Checking macaddr v1.0.1 |
1789 | 2023-10-21T14:51:07.716Z | Checking quick-error v1.2.3 |
1790 | 2023-10-21T14:51:08.251Z | Compiling proc-macro-crate v1.3.1 |
1791 | 2023-10-21T14:51:08.647Z | Checking wait-timeout v0.2.0 |
1792 | 2023-10-21T14:51:08.895Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2023-10-21T14:51:09.761Z | Checking rusty-fork v0.3.0 |
1794 | 2023-10-21T14:51:10.058Z | Checking rand_xorshift v0.3.0 |
1795 | 2023-10-21T14:51:10.293Z | Checking unarray v0.1.4 |
1796 | 2023-10-21T14:51:10.512Z | Checking proptest v1.3.1 |
1797 | 2023-10-21T14:51:10.601Z | Compiling proc-macro-error-attr v1.0.4 |
1798 | 2023-10-21T14:51:10.915Z | Compiling proc-macro-error v1.0.4 |
1799 | 2023-10-21T14:51:15.290Z | Compiling num_enum_derive v0.5.11 |
1800 | 2023-10-21T14:51:18.175Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1801 | 2023-10-21T14:51:18.646Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1802 | 2023-10-21T14:51:19.096Z | Compiling foreign-types-macros v0.2.3 |
1803 | 2023-10-21T14:51:19.557Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1804 | 2023-10-21T14:51:19.962Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1805 | 2023-10-21T14:51:20.484Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1806 | 2023-10-21T14:51:20.502Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1807 | 2023-10-21T14:51:20.996Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1808 | 2023-10-21T14:51:23.514Z | Compiling zone_cfg_derive v0.2.0 |
1809 | 2023-10-21T14:51:23.750Z | Compiling num-derive v0.4.0 |
1810 | 2023-10-21T14:51:24.480Z | Compiling mockall_derive v0.11.4 |
1811 | 2023-10-21T14:51:38.828Z | Checking base64ct v1.6.0 |
1812 | 2023-10-21T14:51:56.090Z | Checking is-terminal v0.4.9 |
1813 | 2023-10-21T14:52:04.256Z | Checking cfg-if v0.1.10 |
1814 | 2023-10-21T14:52:04.905Z | Compiling slog-dtrace v0.2.3 |
1815 | 2023-10-21T14:52:05.028Z | Checking termtree v0.4.1 |
1816 | 2023-10-21T14:52:05.314Z | Checking predicates-tree v1.0.9 |
1817 | 2023-10-21T14:52:05.344Z | Compiling cancel-safe-futures v0.1.2 |
1818 | 2023-10-21T14:52:05.379Z | Checking password-hash v0.5.0 |
1819 | 2023-10-21T14:52:05.525Z | Checking num_enum v0.5.11 |
1820 | 2023-10-21T14:52:05.748Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1821 | 2023-10-21T14:52:05.835Z | Checking blake2 v0.10.6 |
1822 | 2023-10-21T14:52:06.056Z | Checking base64 v0.13.1 |
1823 | 2023-10-21T14:52:06.291Z | Checking postcard-cobs v0.1.5-pre |
1824 | 2023-10-21T14:52:06.523Z | Checking argon2 v0.5.2 |
1825 | 2023-10-21T14:52:06.541Z | Checking postcard v0.7.3 |
1826 | 2023-10-21T14:52:06.670Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1827 | 2023-10-21T14:52:07.006Z | Checking smoltcp v0.8.2 |
1828 | 2023-10-21T14:52:07.185Z | Checking foreign-types-shared v0.3.1 |
1829 | 2023-10-21T14:52:07.343Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1830 | 2023-10-21T14:52:07.457Z | Checking foreign-types v0.5.0 |
1831 | 2023-10-21T14:52:07.764Z | Checking cstr-argument v0.1.2 |
1832 | 2023-10-21T14:52:07.829Z | Checking pretty-hex v0.2.1 |
1833 | 2023-10-21T14:52:07.955Z | Checking colored v2.0.4 |
1834 | 2023-10-21T14:52:08.030Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1835 | 2023-10-21T14:52:08.084Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1836 | 2023-10-21T14:52:08.493Z | Checking predicates v2.1.5 |
1837 | 2023-10-21T14:52:08.640Z | Checking downcast v0.11.0 |
1838 | 2023-10-21T14:52:08.748Z | Checking fragile v2.0.0 |
1839 | 2023-10-21T14:52:09.175Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1840 | 2023-10-21T14:52:09.357Z | Checking zone v0.2.0 |
1841 | 2023-10-21T14:52:09.527Z | Checking mockall v0.11.4 |
1842 | 2023-10-21T14:52:09.857Z | Checking smf v0.2.2 |
1843 | 2023-10-21T14:52:09.902Z | Checking filetime v0.2.22 |
1844 | 2023-10-21T14:52:09.969Z | Checking xattr v1.0.1 |
1845 | 2023-10-21T14:52:10.201Z | Compiling heck v0.3.3 |
1846 | 2023-10-21T14:52:10.251Z | Checking tar v0.4.40 |
1847 | 2023-10-21T14:52:10.494Z | Compiling libefi-sys v0.1.0 |
1848 | 2023-10-21T14:52:10.556Z | Compiling der_derive v0.7.2 |
1849 | 2023-10-21T14:52:10.754Z | Compiling structopt-derive v0.4.18 |
1850 | 2023-10-21T14:52:11.496Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1851 | 2023-10-21T14:52:11.514Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1852 | 2023-10-21T14:52:11.588Z | Checking pem v1.1.1 |
1853 | 2023-10-21T14:52:11.657Z | Compiling memoffset v0.7.1 |
1854 | 2023-10-21T14:52:11.915Z | Checking camino-tempfile v1.0.2 |
1855 | 2023-10-21T14:52:12.250Z | Compiling maybe-uninit v2.0.0 |
1856 | 2023-10-21T14:52:12.256Z | Checking headers-core v0.2.0 |
1857 | 2023-10-21T14:52:12.337Z | Compiling packed_struct v0.10.1 |
1858 | 2023-10-21T14:52:12.454Z | Checking headers v0.3.9 |
1859 | 2023-10-21T14:52:12.905Z | Compiling num-bigint-dig v0.8.4 |
1860 | 2023-10-21T14:52:13.033Z | Compiling packed_struct_codegen v0.10.1 |
1861 | 2023-10-21T14:52:13.371Z | Compiling signal-hook v0.3.17 |
1862 | 2023-10-21T14:52:13.762Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1863 | 2023-10-21T14:52:13.783Z | Checking rcgen v0.10.0 |
1864 | 2023-10-21T14:52:14.353Z | Checking atomicwrites v0.4.2 |
1865 | 2023-10-21T14:52:14.418Z | Checking subprocess v0.2.9 |
1866 | 2023-10-21T14:52:14.635Z | Compiling num-rational v0.4.1 |
1867 | 2023-10-21T14:52:14.662Z | Checking termcolor v1.2.0 |
1868 | 2023-10-21T14:52:15.063Z | Compiling same-file v1.0.6 |
1869 | 2023-10-21T14:52:15.286Z | Compiling walkdir v2.4.0 |
1870 | 2023-10-21T14:52:15.291Z | Compiling semver-parser v0.10.2 |
1871 | 2023-10-21T14:52:15.886Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1872 | 2023-10-21T14:52:16.303Z | Compiling home v0.5.5 |
1873 | 2023-10-21T14:52:16.357Z | Checking linked-hash-map v0.5.6 |
1874 | 2023-10-21T14:52:16.643Z | Compiling semver v0.11.0 |
1875 | 2023-10-21T14:52:16.856Z | Checking lru-cache v0.1.2 |
1876 | 2023-10-21T14:52:17.252Z | Compiling toolchain_find v0.2.0 |
1877 | 2023-10-21T14:52:17.301Z | Compiling toml v0.5.11 |
1878 | 2023-10-21T14:52:17.419Z | Compiling doc-comment v0.3.3 |
1879 | 2023-10-21T14:52:17.784Z | Checking ciborium-io v0.2.1 |
1880 | 2023-10-21T14:52:17.949Z | Checking half v1.8.2 |
1881 | 2023-10-21T14:52:18.217Z | Compiling omicron-zone-package v0.8.3 |
1882 | 2023-10-21T14:52:18.415Z | Checking arc-swap v1.6.0 |
1883 | 2023-10-21T14:52:18.434Z | Compiling convert_case v0.4.0 |
1884 | 2023-10-21T14:52:18.632Z | Checking ciborium-ll v0.2.1 |
1885 | 2023-10-21T14:52:19.107Z | Checking slog-scope v4.4.0 |
1886 | 2023-10-21T14:52:19.110Z | Checking ciborium v0.2.1 |
1887 | 2023-10-21T14:52:19.390Z | Checking slog-stdlog v4.1.1 |
1888 | 2023-10-21T14:52:19.636Z | Compiling snafu-derive v0.7.5 |
1889 | 2023-10-21T14:52:19.688Z | Compiling derive_more v0.99.17 |
1890 | 2023-10-21T14:52:19.752Z | Checking slog-envlogger v2.2.0 |
1891 | 2023-10-21T14:52:20.710Z | Compiling rustfmt-wrapper v0.2.0 |
1892 | 2023-10-21T14:52:20.787Z | Compiling derive-where v1.2.5 |
1893 | 2023-10-21T14:52:21.746Z | Checking hkdf v0.12.3 |
1894 | 2023-10-21T14:52:21.840Z | Compiling libz-sys v1.1.12 |
1895 | 2023-10-21T14:52:22.049Z | Compiling parking_lot_core v0.8.6 |
1896 | 2023-10-21T14:52:22.634Z | Checking resolv-conf v0.7.0 |
1897 | 2023-10-21T14:52:22.691Z | Checking newline-converter v0.3.0 |
1898 | 2023-10-21T14:52:22.886Z | Checking textwrap v0.11.0 |
1899 | 2023-10-21T14:52:22.901Z | Checking vec_map v0.8.2 |
1900 | 2023-10-21T14:52:23.195Z | Checking strsim v0.8.0 |
1901 | 2023-10-21T14:52:23.245Z | Checking ansi_term v0.12.1 |
1902 | 2023-10-21T14:52:23.318Z | Checking keccak v0.1.4 |
1903 | 2023-10-21T14:52:23.471Z | Checking trust-dns-resolver v0.22.0 |
1904 | 2023-10-21T14:52:23.723Z | Checking clap v2.34.0 |
1905 | 2023-10-21T14:52:23.793Z | Checking sha3 v0.10.8 |
1906 | 2023-10-21T14:52:23.916Z | Checking expectorate v1.1.0 |
1907 | 2023-10-21T14:52:24.637Z | Checking secrecy v0.8.0 |
1908 | 2023-10-21T14:52:24.674Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1909 | 2023-10-21T14:52:24.970Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1910 | 2023-10-21T14:52:26.424Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1911 | 2023-10-21T14:52:26.900Z | Checking pem-rfc7468 v0.7.0 |
1912 | 2023-10-21T14:52:27.013Z | Compiling libsqlite3-sys v0.26.0 |
1913 | 2023-10-21T14:52:27.368Z | Checking flagset v0.4.3 |
1914 | 2023-10-21T14:52:27.650Z | Checking der v0.7.8 |
1915 | 2023-10-21T14:52:27.720Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1916 | 2023-10-21T14:52:28.065Z | Checking fxhash v0.2.1 |
1917 | 2023-10-21T14:52:28.115Z | Compiling vergen v8.2.4 |
1918 | 2023-10-21T14:52:28.332Z | Compiling semver v0.1.20 |
1919 | 2023-10-21T14:52:28.502Z | Checking structopt v0.3.26 |
1920 | 2023-10-21T14:52:28.953Z | Compiling rustc_version v0.1.7 |
1921 | 2023-10-21T14:52:29.594Z | Compiling newtype_derive v0.1.6 |
1922 | 2023-10-21T14:52:29.991Z | Checking crc-catalog v2.2.0 |
1923 | 2023-10-21T14:52:30.092Z | Compiling buf-list v1.0.3 |
1924 | 2023-10-21T14:52:30.194Z | Checking humantime v2.1.0 |
1925 | 2023-10-21T14:52:30.639Z | Checking crc v3.0.1 |
1926 | 2023-10-21T14:52:30.764Z | Checking spki v0.7.2 |
1927 | 2023-10-21T14:52:30.960Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1928 | 2023-10-21T14:52:31.199Z | Checking pkcs8 v0.10.2 |
1929 | 2023-10-21T14:52:31.752Z | Checking nodrop v0.1.14 |
1930 | 2023-10-21T14:52:32.389Z | Checking array-init v0.0.4 |
1931 | 2023-10-21T14:52:32.451Z | Checking smallvec v0.6.14 |
1932 | 2023-10-21T14:52:32.546Z | Checking pkcs1 v0.7.5 |
1933 | 2023-10-21T14:52:32.713Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1934 | 2023-10-21T14:52:34.094Z | Compiling num_enum_derive v0.7.0 |
1935 | 2023-10-21T14:52:35.816Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-10-21T14:52:36.466Z | Compiling unicase v2.7.0 |
1937 | 2023-10-21T14:52:36.832Z | Checking bitfield v0.14.0 |
1938 | 2023-10-21T14:52:37.204Z | Compiling rayon-core v1.11.0 |
1939 | 2023-10-21T14:52:37.225Z | Checking utf-8 v0.7.6 |
1940 | 2023-10-21T14:52:37.594Z | Checking rsa v0.9.2 |
1941 | 2023-10-21T14:52:37.760Z | Checking serde-hex v0.1.0 |
1942 | 2023-10-21T14:52:37.928Z | Checking x509-cert v0.2.4 |
1943 | 2023-10-21T14:52:38.115Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1944 | 2023-10-21T14:52:38.975Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1945 | 2023-10-21T14:52:39.341Z | Checking env_logger v0.10.0 |
1946 | 2023-10-21T14:52:40.366Z | Checking ron v0.8.1 |
1947 | 2023-10-21T14:52:40.525Z | Compiling platforms v3.0.2 |
1948 | 2023-10-21T14:52:40.973Z | Checking crc-any v2.4.3 |
1949 | 2023-10-21T14:52:41.598Z | Checking object v0.30.4 |
1950 | 2023-10-21T14:52:42.262Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1951 | 2023-10-21T14:52:42.651Z | Checking path-slash v0.1.5 |
1952 | 2023-10-21T14:52:44.193Z | Checking num-complex v0.4.4 |
1953 | 2023-10-21T14:52:44.942Z | Checking rand v0.4.6 |
1954 | 2023-10-21T14:52:45.478Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1955 | 2023-10-21T14:52:45.895Z | Compiling erased-serde v0.3.30 |
1956 | 2023-10-21T14:52:46.481Z | Checking num v0.4.1 |
1957 | 2023-10-21T14:52:46.555Z | Compiling curve25519-dalek v4.1.0 |
1958 | 2023-10-21T14:52:47.031Z | Compiling async-recursion v1.0.5 |
1959 | 2023-10-21T14:52:47.199Z | Compiling bitstruct_derive v0.1.0 |
1960 | 2023-10-21T14:52:49.015Z | Compiling glob v0.3.1 |
1961 | 2023-10-21T14:52:49.666Z | Compiling mime_guess v2.0.4 |
1962 | 2023-10-21T14:52:50.552Z | Compiling curve25519-dalek-derive v0.1.0 |
1963 | 2023-10-21T14:52:50.591Z | Compiling thiserror-impl-no-std v2.0.2 |
1964 | 2023-10-21T14:52:50.907Z | Compiling salty v0.2.0 |
1965 | 2023-10-21T14:52:51.494Z | Checking tungstenite v0.18.0 |
1966 | 2023-10-21T14:52:51.516Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1967 | 2023-10-21T14:52:51.636Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1968 | 2023-10-21T14:52:52.122Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1969 | 2023-10-21T14:52:52.712Z | Checking universal-hash v0.5.1 |
1970 | 2023-10-21T14:52:52.730Z | Checking nibble_vec v0.1.0 |
1971 | 2023-10-21T14:52:52.976Z | Checking tokio-tungstenite v0.18.0 |
1972 | 2023-10-21T14:52:53.175Z | Compiling crunchy v0.2.2 |
1973 | 2023-10-21T14:52:53.881Z | Checking opaque-debug v0.3.0 |
1974 | 2023-10-21T14:52:54.008Z | Checking endian-type v0.1.2 |
1975 | 2023-10-21T14:52:54.295Z | Checking snafu v0.7.5 |
1976 | 2023-10-21T14:52:54.328Z | Checking radix_trie v0.2.1 |
1977 | 2023-10-21T14:52:54.737Z | Checking linear-map v1.2.0 |
1978 | 2023-10-21T14:52:54.864Z | Compiling tiny-keccak v2.0.2 |
1979 | 2023-10-21T14:52:54.952Z | Checking trust-dns-client v0.22.0 |
1980 | 2023-10-21T14:52:55.072Z | Checking parking_lot v0.11.2 |
1981 | 2023-10-21T14:52:55.254Z | Compiling clang-sys v1.6.1 |
1982 | 2023-10-21T14:52:55.319Z | Checking aead v0.5.2 |
1983 | 2023-10-21T14:52:55.383Z | Compiling darling_core v0.14.4 |
1984 | 2023-10-21T14:52:55.593Z | Compiling prettyplease v0.2.12 |
1985 | 2023-10-21T14:52:55.625Z | Checking sled v0.34.7 |
1986 | 2023-10-21T14:52:56.026Z | Compiling ascii-canvas v3.0.0 |
1987 | 2023-10-21T14:52:56.768Z | Checking toml_edit v0.20.0 |
1988 | 2023-10-21T14:52:57.000Z | Checking trust-dns-server v0.22.1 |
1989 | 2023-10-21T14:52:57.290Z | Compiling const_format_proc_macros v0.2.31 |
1990 | 2023-10-21T14:52:57.317Z | Compiling ena v0.14.2 |
1991 | 2023-10-21T14:52:57.569Z | Compiling diff v0.1.13 |
1992 | 2023-10-21T14:52:57.971Z | Compiling minimal-lexical v0.2.1 |
1993 | 2023-10-21T14:52:58.286Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1994 | 2023-10-21T14:52:58.561Z | Checking pretty-hex v0.3.0 |
1995 | 2023-10-21T14:52:58.802Z | Compiling portable-atomic v1.4.3 |
1996 | 2023-10-21T14:52:58.833Z | Compiling nom v7.1.3 |
1997 | 2023-10-21T14:52:59.722Z | Compiling lalrpop v0.19.12 |
1998 | 2023-10-21T14:53:00.222Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1999 | 2023-10-21T14:53:00.672Z | Checking toml v0.8.0 |
2000 | 2023-10-21T14:53:00.910Z | Checking path-dedot v3.1.0 |
2001 | 2023-10-21T14:53:01.144Z | Compiling libloading v0.7.4 |
2002 | 2023-10-21T14:53:01.175Z | Compiling ref-cast v1.0.20 |
2003 | 2023-10-21T14:53:01.342Z | Compiling bindgen v0.65.1 |
2004 | 2023-10-21T14:53:01.913Z | Checking path-absolutize v3.1.0 |
2005 | 2023-10-21T14:53:03.103Z | Checking globset v0.4.13 |
2006 | 2023-10-21T14:53:03.854Z | Checking crossbeam-deque v0.8.3 |
2007 | 2023-10-21T14:53:04.338Z | Checking hashlink v0.8.3 |
2008 | 2023-10-21T14:53:04.376Z | Compiling darling_macro v0.14.4 |
2009 | 2023-10-21T14:53:04.382Z | Checking olpc-cjson v0.1.3 |
2010 | 2023-10-21T14:53:04.702Z | Checking serde_plain v1.0.2 |
2011 | 2023-10-21T14:53:05.089Z | Compiling cexpr v0.6.0 |
2012 | 2023-10-21T14:53:05.222Z | Compiling which v4.4.0 |
2013 | 2023-10-21T14:53:05.267Z | Compiling ref-cast-impl v1.0.20 |
2014 | 2023-10-21T14:53:05.283Z | Compiling libxml v0.3.3 |
2015 | 2023-10-21T14:53:05.771Z | Compiling peeking_take_while v0.1.2 |
2016 | 2023-10-21T14:53:05.788Z | Compiling darling v0.14.4 |
2017 | 2023-10-21T14:53:05.951Z | Compiling derive_builder_core v0.12.0 |
2018 | 2023-10-21T14:53:05.969Z | Compiling lazycell v1.3.0 |
2019 | 2023-10-21T14:53:06.099Z | Compiling rustc-hash v1.1.0 |
2020 | 2023-10-21T14:53:06.230Z | Compiling shlex v1.1.0 |
2021 | 2023-10-21T14:53:06.318Z | Checking fallible-streaming-iterator v0.1.9 |
2022 | 2023-10-21T14:53:06.639Z | Checking tough v0.12.5 |
2023 | 2023-10-21T14:53:06.674Z | Checking rusqlite v0.29.0 |
2024 | 2023-10-21T14:53:07.019Z | Checking twox-hash v1.6.3 |
2025 | 2023-10-21T14:53:07.553Z | Checking nix v0.26.2 |
2026 | 2023-10-21T14:53:09.065Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2027 | 2023-10-21T14:53:10.238Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2028 | 2023-10-21T14:53:10.245Z | Compiling derive_builder_macro v0.12.0 |
2029 | 2023-10-21T14:53:10.974Z | Checking ff v0.13.0 |
2030 | 2023-10-21T14:53:10.977Z | Compiling strum_macros v0.24.3 |
2031 | 2023-10-21T14:53:11.600Z | Compiling indoc v1.0.9 |
2032 | 2023-10-21T14:53:13.026Z | Checking display-error-chain v0.1.1 |
2033 | 2023-10-21T14:53:13.217Z | Checking signature v1.6.4 |
2034 | 2023-10-21T14:53:13.235Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2035 | 2023-10-21T14:53:13.397Z | Checking ed25519 v1.5.3 |
2036 | 2023-10-21T14:53:13.642Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2037 | 2023-10-21T14:53:16.547Z | Checking group v0.13.0 |
2038 | 2023-10-21T14:53:16.817Z | Checking polyval v0.6.1 |
2039 | 2023-10-21T14:53:16.832Z | Checking num_enum v0.7.0 |
2040 | 2023-10-21T14:53:17.217Z | Checking ctr v0.9.2 |
2041 | 2023-10-21T14:53:17.648Z | Checking aes v0.8.3 |
2042 | 2023-10-21T14:53:17.667Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2043 | 2023-10-21T14:53:18.066Z | Checking crypto-bigint v0.5.2 |
2044 | 2023-10-21T14:53:18.386Z | Checking bincode v1.3.3 |
2045 | 2023-10-21T14:53:18.673Z | Compiling cookie v0.16.2 |
2046 | 2023-10-21T14:53:19.088Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2047 | 2023-10-21T14:53:19.596Z | Checking base16ct v0.2.0 |
2048 | 2023-10-21T14:53:20.579Z | Checking aes-gcm-siv v0.11.1 |
2049 | 2023-10-21T14:53:20.967Z | Checking rayon v1.7.0 |
2050 | 2023-10-21T14:53:20.986Z | Checking elliptic-curve v0.13.5 |
2051 | 2023-10-21T14:53:21.080Z | Checking steno v0.4.0 |
2052 | 2023-10-21T14:53:21.942Z | Checking thiserror-no-std v2.0.2 |
2053 | 2023-10-21T14:53:22.089Z | Checking poly1305 v0.8.0 |
2054 | 2023-10-21T14:53:22.716Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2055 | 2023-10-21T14:53:22.778Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2056 | 2023-10-21T14:53:22.955Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2057 | 2023-10-21T14:53:23.154Z | Checking env_logger v0.9.3 |
2058 | 2023-10-21T14:53:23.218Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2059 | 2023-10-21T14:53:24.645Z | Checking chacha20 v0.9.1 |
2060 | 2023-10-21T14:53:24.897Z | Checking serde-big-array v0.5.1 |
2061 | 2023-10-21T14:53:24.978Z | Checking serde-big-array v0.4.1 |
2062 | 2023-10-21T14:53:25.204Z | Compiling impl-trait-for-tuples v0.2.2 |
2063 | 2023-10-21T14:53:25.223Z | Compiling oso-derive v0.26.4 |
2064 | 2023-10-21T14:53:25.226Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2065 | 2023-10-21T14:53:25.536Z | Checking ringbuffer v0.15.0 |
2066 | 2023-10-21T14:53:26.144Z | Checking ascii v1.1.0 |
2067 | 2023-10-21T14:53:26.591Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2068 | 2023-10-21T14:53:26.626Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2069 | 2023-10-21T14:53:26.671Z | Checking vsss-rs v3.3.1 |
2070 | 2023-10-21T14:53:26.843Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2071 | 2023-10-21T14:53:27.515Z | Checking chacha20poly1305 v0.10.1 |
2072 | 2023-10-21T14:53:28.550Z | Checking bitstruct v0.1.1 |
2073 | 2023-10-21T14:53:28.734Z | Checking signal-hook-tokio v0.3.1 |
2074 | 2023-10-21T14:53:29.008Z | Checking tungstenite v0.20.1 |
2075 | 2023-10-21T14:53:29.175Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2076 | 2023-10-21T14:53:29.617Z | Checking serde_arrays v0.1.0 |
2077 | 2023-10-21T14:53:29.860Z | Checking corncobs v0.1.3 |
2078 | 2023-10-21T14:53:30.139Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2079 | 2023-10-21T14:53:30.484Z | Checking tokio-tungstenite v0.20.1 |
2080 | 2023-10-21T14:53:31.128Z | Checking assert_matches v1.5.0 |
2081 | 2023-10-21T14:53:31.835Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2082 | 2023-10-21T14:53:34.043Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2083 | 2023-10-21T14:53:34.176Z | Checking bcs v0.1.5 |
2084 | 2023-10-21T14:53:34.882Z | Checking highway v1.1.0 |
2085 | 2023-10-21T14:53:35.537Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2086 | 2023-10-21T14:53:38.161Z | Checking const_format v0.2.31 |
2087 | 2023-10-21T14:53:39.463Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2088 | 2023-10-21T14:53:39.843Z | Checking ron v0.7.1 |
2089 | 2023-10-21T14:53:42.045Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2090 | 2023-10-21T14:53:43.340Z | Checking bit_field v0.10.2 |
2091 | 2023-10-21T14:53:43.441Z | Checking http-range v0.1.5 |
2092 | 2023-10-21T14:53:43.703Z | Checking hyper-staticfile v0.9.5 |
2093 | 2023-10-21T14:53:43.725Z | Compiling indoc v2.0.3 |
2094 | 2023-10-21T14:53:50.581Z | Checking derive_builder v0.12.0 |
2095 | 2023-10-21T14:53:54.437Z | Checking bb8 v0.8.1 |
2096 | 2023-10-21T14:53:54.501Z | Checking quick-xml v0.23.1 |
2097 | 2023-10-21T14:53:54.645Z | Checking bytesize v1.3.0 |
2098 | 2023-10-21T14:53:55.532Z | Checking number_prefix v0.4.0 |
2099 | 2023-10-21T14:53:55.818Z | Checking fs-err v2.9.0 |
2100 | 2023-10-21T14:53:56.311Z | Checking maplit v1.0.2 |
2101 | 2023-10-21T14:53:56.470Z | Checking indicatif v0.17.7 |
2102 | 2023-10-21T14:53:57.442Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2103 | 2023-10-21T14:53:59.068Z | Checking signal-hook-mio v0.2.3 |
2104 | 2023-10-21T14:54:00.204Z | Compiling vte_generate_state_changes v0.1.1 |
2105 | 2023-10-21T14:54:07.996Z | Checking yansi v0.5.1 |
2106 | 2023-10-21T14:54:08.962Z | Checking pretty_assertions v1.4.0 |
2107 | 2023-10-21T14:54:10.702Z | Checking crossterm v0.27.0 |
2108 | 2023-10-21T14:54:11.467Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2109 | 2023-10-21T14:54:13.170Z | Checking fatfs v0.3.6 |
2110 | 2023-10-21T14:54:13.430Z | Checking plotters-backend v0.3.5 |
2111 | 2023-10-21T14:54:13.512Z | Checking cassowary v0.3.0 |
2112 | 2023-10-21T14:54:14.023Z | Checking plotters-svg v0.3.5 |
2113 | 2023-10-21T14:54:14.145Z | Checking ratatui v0.23.0 |
2114 | 2023-10-21T14:54:16.660Z | Checking rtoolbox v0.0.1 |
2115 | 2023-10-21T14:54:16.953Z | Checking remove_dir_all v0.5.3 |
2116 | 2023-10-21T14:54:17.091Z | Checking cast v0.3.0 |
2117 | 2023-10-21T14:54:17.538Z | Checking owo-colors v3.5.0 |
2118 | 2023-10-21T14:54:17.730Z | Checking criterion-plot v0.5.0 |
2119 | 2023-10-21T14:54:18.106Z | Checking tui-tree-widget v0.13.0 |
2120 | 2023-10-21T14:54:18.510Z | Checking tempdir v0.3.7 |
2121 | 2023-10-21T14:54:18.528Z | Checking rpassword v7.2.0 |
2122 | 2023-10-21T14:54:18.668Z | Checking plotters v0.3.5 |
2123 | 2023-10-21T14:54:22.280Z | Checking tinytemplate v1.2.1 |
2124 | 2023-10-21T14:54:22.886Z | Checking shell-words v1.1.0 |
2125 | 2023-10-21T14:54:23.049Z | Checking oorandom v11.1.3 |
2126 | 2023-10-21T14:54:23.093Z | Checking anes v0.1.6 |
2127 | 2023-10-21T14:54:23.156Z | Checking os_str_bytes v6.5.1 |
2128 | 2023-10-21T14:54:23.680Z | Checking criterion v0.5.1 |
2129 | 2023-10-21T14:54:23.725Z | Checking clap_lex v0.2.4 |
2130 | 2023-10-21T14:54:29.780Z | Checking assert_cmd v2.0.12 |
2131 | 2023-10-21T14:54:30.127Z | Compiling clap_derive v3.2.25 |
2132 | 2023-10-21T14:54:30.320Z | Checking dashmap v5.5.1 |
2133 | 2023-10-21T14:54:31.079Z | Compiling serial_test_derive v0.10.0 |
2134 | 2023-10-21T14:54:32.207Z | Compiling crossbeam-queue v0.3.8 |
2135 | 2023-10-21T14:54:32.894Z | Checking serial_test v0.10.0 |
2136 | 2023-10-21T14:54:33.474Z | Checking vte v0.11.1 |
2137 | 2023-10-21T14:54:34.161Z | Checking threadpool v1.8.1 |
2138 | 2023-10-21T14:54:35.950Z | Checking strip-ansi-escapes v0.2.0 |
2139 | 2023-10-21T14:54:36.210Z | Checking crossterm v0.26.1 |
2140 | 2023-10-21T14:54:37.590Z | Compiling tabled_derive v0.6.0 |
2141 | 2023-10-21T14:54:37.762Z | Checking clap v3.2.25 |
2142 | 2023-10-21T14:54:38.120Z | Checking httptest v0.15.4 |
2143 | 2023-10-21T14:54:38.723Z | Checking similar-asserts v1.5.0 |
2144 | 2023-10-21T14:54:39.017Z | Checking fd-lock v3.0.13 |
2145 | 2023-10-21T14:54:39.055Z | Checking nanorand v0.7.0 |
2146 | 2023-10-21T14:54:39.305Z | Compiling rstest_macros v0.18.2 |
2147 | 2023-10-21T14:54:39.566Z | Checking nu-ansi-term v0.49.0 |
2148 | 2023-10-21T14:54:39.642Z | Checking flume v0.11.0 |
2149 | 2023-10-21T14:54:40.242Z | Checking reedline v0.23.0 |
2150 | 2023-10-21T14:54:43.249Z | Checking libtest-mimic v0.5.2 |
2151 | 2023-10-21T14:54:43.566Z | Compiling pin-project-internal v1.1.3 |
2152 | 2023-10-21T14:54:43.752Z | Checking topological-sort v0.2.2 |
2153 | 2023-10-21T14:54:43.969Z | Checking datatest-stable v0.1.3 |
2154 | 2023-10-21T14:54:44.067Z | Checking bytecount v0.6.3 |
2155 | 2023-10-21T14:54:44.180Z | Compiling trybuild v1.0.85 |
2156 | 2023-10-21T14:54:44.261Z | Checking constant_time_eq v0.2.6 |
2157 | 2023-10-21T14:54:44.282Z | Checking arrayref v0.3.7 |
2158 | 2023-10-21T14:54:44.411Z | Checking arrayvec v0.7.4 |
2159 | 2023-10-21T14:54:44.587Z | Compiling relative-path v1.9.0 |
2160 | 2023-10-21T14:54:44.995Z | Checking blake2b_simd v1.0.1 |
2161 | 2023-10-21T14:54:45.221Z | Checking papergrid v0.10.0 |
2162 | 2023-10-21T14:54:48.053Z | Checking basic-toml v0.1.4 |
2163 | 2023-10-21T14:54:48.176Z | Checking pin-project v1.1.3 |
2164 | 2023-10-21T14:54:48.358Z | Checking futures-timer v3.0.2 |
2165 | 2023-10-21T14:54:48.399Z | Checking constant_time_eq v0.3.0 |
2166 | 2023-10-21T14:54:48.733Z | Checking rust-argon2 v1.0.1 |
2167 | 2023-10-21T14:54:49.117Z | Checking partial-io v0.5.4 |
2168 | 2023-10-21T14:54:49.715Z | Checking tabled v0.14.0 |
2169 | 2023-10-21T14:54:51.095Z | Checking approx v0.5.1 |
2170 | 2023-10-21T14:54:51.114Z | Checking cargo-platform v0.1.3 |
2171 | 2023-10-21T14:54:51.545Z | Checking hex-literal v0.4.1 |
2172 | 2023-10-21T14:54:51.721Z | Checking cargo_metadata v0.18.0 |
2173 | 2023-10-21T14:54:54.045Z | Checking crossbeam v0.8.2 |
2174 | 2023-10-21T14:54:54.553Z | Checking cargo_toml v0.16.3 |
2175 | 2023-10-21T14:54:55.120Z | Checking termios v0.3.3 |
2176 | 2023-10-21T14:54:57.806Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2177 | 2023-10-21T14:54:58.810Z | Checking rstest v0.18.2 |
2178 | 2023-10-21T14:55:11.767Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2179 | 2023-10-21T14:55:16.946Z | Compiling bzip2 v0.4.4 |
2180 | 2023-10-21T14:55:17.365Z | Compiling polar-core v0.26.4 |
2181 | 2023-10-21T14:55:17.417Z | Compiling zip v0.6.6 |
2182 | 2023-10-21T14:55:18.605Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2183 | 2023-10-21T14:55:19.576Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2184 | 2023-10-21T14:55:20.175Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2185 | 2023-10-21T14:55:20.422Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2186 | 2023-10-21T14:55:21.055Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2187 | 2023-10-21T14:55:21.452Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2188 | 2023-10-21T14:55:22.694Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2189 | 2023-10-21T14:55:22.775Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2190 | 2023-10-21T14:55:23.314Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2191 | 2023-10-21T14:55:23.777Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2023-10-21T14:55:24.263Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2193 | 2023-10-21T14:55:24.931Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2194 | 2023-10-21T14:55:27.014Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2195 | 2023-10-21T14:55:27.389Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2196 | 2023-10-21T14:55:27.530Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2197 | 2023-10-21T14:55:28.853Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2198 | 2023-10-21T14:55:32.264Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2199 | 2023-10-21T14:55:39.363Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2200 | 2023-10-21T14:55:40.054Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2201 | 2023-10-21T14:55:42.643Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2202 | 2023-10-21T14:55:43.105Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2203 | 2023-10-21T14:55:44.826Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2204 | 2023-10-21T14:55:45.115Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2205 | 2023-10-21T14:55:45.221Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2206 | 2023-10-21T14:55:45.507Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2207 | 2023-10-21T14:55:48.407Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2208 | 2023-10-21T14:55:50.989Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2209 | 2023-10-21T14:55:53.121Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2210 | 2023-10-21T14:55:55.700Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2211 | 2023-10-21T14:55:55.873Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2212 | 2023-10-21T14:55:59.171Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2213 | 2023-10-21T14:56:07.946Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2214 | 2023-10-21T14:56:10.627Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2215 | 2023-10-21T14:56:12.575Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2216 | 2023-10-21T14:56:14.373Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2217 | 2023-10-21T14:56:14.795Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2218 | 2023-10-21T14:56:14.896Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2219 | 2023-10-21T14:56:15.150Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2220 | 2023-10-21T14:56:16.966Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2221 | 2023-10-21T14:56:18.429Z | Checking oso v0.26.4 |
2222 | 2023-10-21T14:56:20.457Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2223 | 2023-10-21T14:56:22.151Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2224 | 2023-10-21T14:56:22.176Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2225 | 2023-10-21T14:56:25.800Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2226 | 2023-10-21T14:56:26.672Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2227 | 2023-10-21T14:56:32.270Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2228 | 2023-10-21T14:56:32.507Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2229 | 2023-10-21T14:56:37.760Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2230 | 2023-10-21T14:56:41.879Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2231 | 2023-10-21T14:56:42.983Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2232 | 2023-10-21T14:56:44.374Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2233 | 2023-10-21T14:56:44.907Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2234 | 2023-10-21T14:56:54.436Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2235 | 2023-10-21T14:56:54.695Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2236 | 2023-10-21T14:56:55.086Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2237 | 2023-10-21T14:56:55.343Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2238 | 2023-10-21T14:57:03.839Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2239 | 2023-10-21T14:57:19.407Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2240 | 2023-10-21T14:57:39.723Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2241 | 2023-10-21T14:57:53.969Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2242 | 2023-10-21T14:58:20.776Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2243 | 2023-10-21T14:58:59.559Z | Compiling git2 v0.17.2 |
2244 | 2023-10-21T14:59:10.413Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2245 | 2023-10-21T14:59:12.389Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2246 | 2023-10-21T14:59:23.995Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2247 | 2023-10-21T14:59:33.789Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2248 | 2023-10-21T14:59:34.046Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2249 | 2023-10-21T14:59:34.548Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2250 | 2023-10-21T14:59:36.083Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2251 | 2023-10-21T15:00:11.696Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2252 | 2023-10-21T15:01:35.573Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 27s |
2253 | 2023-10-21T15:01:35.797Z | |
2254 | 2023-10-21T15:01:35.800Z | real 14:31.060780975 |
2255 | 2023-10-21T15:01:35.803Z | user 1:25:14.928914456 |
2256 | 2023-10-21T15:01:35.806Z | sys 11:20.718388724 |
2257 | 2023-10-21T15:01:35.809Z | trap 2.940896182 |
2258 | 2023-10-21T15:01:35.812Z | tflt 3.671398635 |
2259 | 2023-10-21T15:01:35.815Z | dflt 4.334406109 |
2260 | 2023-10-21T15:01:35.818Z | kflt 0.042142812 |
2261 | 2023-10-21T15:01:35.820Z | lock 1:58:35.169362701 |
2262 | 2023-10-21T15:01:35.823Z | slp 4:46:45.950765925 |
2263 | 2023-10-21T15:01:35.825Z | lat 3:05.435350679 |
2264 | 2023-10-21T15:01:35.828Z | stop 7:35.606266498 |
2265 | 2023-10-21T15:01:37.066Z | warning: output filename collision. |
2266 | 2023-10-21T15:01:37.069Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2267 | 2023-10-21T15:01:37.072Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2268 | 2023-10-21T15:01:37.075Z | The targets should have unique names. |
2269 | 2023-10-21T15:01:37.078Z | This is a known bug where multiple crates with the same name use |
2270 | 2023-10-21T15:01:37.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2271 | 2023-10-21T15:01:37.084Z | warning: output filename collision. |
2272 | 2023-10-21T15:01:37.087Z | 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)`. |
2273 | 2023-10-21T15:01:37.089Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2274 | 2023-10-21T15:01:37.092Z | The targets should have unique names. |
2275 | 2023-10-21T15:01:37.095Z | This is a known bug where multiple crates with the same name use |
2276 | 2023-10-21T15:01:37.098Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2277 | 2023-10-21T15:01:37.101Z | warning: output filename collision. |
2278 | 2023-10-21T15:01:37.104Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2279 | 2023-10-21T15:01:37.107Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2280 | 2023-10-21T15:01:37.109Z | The targets should have unique names. |
2281 | 2023-10-21T15:01:37.112Z | This is a known bug where multiple crates with the same name use |
2282 | 2023-10-21T15:01:37.115Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2283 | 2023-10-21T15:01:37.118Z | warning: output filename collision. |
2284 | 2023-10-21T15:01:37.120Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2285 | 2023-10-21T15:01:37.123Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2286 | 2023-10-21T15:01:37.126Z | The targets should have unique names. |
2287 | 2023-10-21T15:01:37.129Z | This is a known bug where multiple crates with the same name use |
2288 | 2023-10-21T15:01:37.132Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2289 | 2023-10-21T15:01:37.135Z | warning: output filename collision. |
2290 | 2023-10-21T15:01:37.138Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2291 | 2023-10-21T15:01:37.140Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2292 | 2023-10-21T15:01:37.143Z | The targets should have unique names. |
2293 | 2023-10-21T15:01:37.146Z | This is a known bug where multiple crates with the same name use |
2294 | 2023-10-21T15:01:37.149Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2295 | 2023-10-21T15:01:37.152Z | warning: output filename collision. |
2296 | 2023-10-21T15:01:37.154Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2297 | 2023-10-21T15:01:37.157Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2298 | 2023-10-21T15:01:37.160Z | The targets should have unique names. |
2299 | 2023-10-21T15:01:37.163Z | This is a known bug where multiple crates with the same name use |
2300 | 2023-10-21T15:01:37.166Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2301 | 2023-10-21T15:01:37.169Z | warning: output filename collision. |
2302 | 2023-10-21T15:01:37.172Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2303 | 2023-10-21T15:01:37.174Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2304 | 2023-10-21T15:01:37.177Z | The targets should have unique names. |
2305 | 2023-10-21T15:01:37.180Z | This is a known bug where multiple crates with the same name use |
2306 | 2023-10-21T15:01:37.182Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2307 | 2023-10-21T15:01:37.185Z | warning: output filename collision. |
2308 | 2023-10-21T15:01:37.188Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2309 | 2023-10-21T15:01:37.191Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2310 | 2023-10-21T15:01:37.194Z | The targets should have unique names. |
2311 | 2023-10-21T15:01:37.197Z | This is a known bug where multiple crates with the same name use |
2312 | 2023-10-21T15:01:37.200Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2313 | 2023-10-21T15:01:37.203Z | warning: output filename collision. |
2314 | 2023-10-21T15:01:37.206Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2315 | 2023-10-21T15:01:37.209Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2316 | 2023-10-21T15:01:37.212Z | The targets should have unique names. |
2317 | 2023-10-21T15:01:37.215Z | This is a known bug where multiple crates with the same name use |
2318 | 2023-10-21T15:01:37.218Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2319 | 2023-10-21T15:01:37.221Z | warning: output filename collision. |
2320 | 2023-10-21T15:01:37.224Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2321 | 2023-10-21T15:01:37.227Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2322 | 2023-10-21T15:01:37.230Z | The targets should have unique names. |
2323 | 2023-10-21T15:01:37.233Z | This is a known bug where multiple crates with the same name use |
2324 | 2023-10-21T15:01:37.237Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2325 | 2023-10-21T15:01:37.239Z | warning: output filename collision. |
2326 | 2023-10-21T15:01:37.242Z | 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)`. |
2327 | 2023-10-21T15:01:37.245Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2328 | 2023-10-21T15:01:37.248Z | The targets should have unique names. |
2329 | 2023-10-21T15:01:37.251Z | This is a known bug where multiple crates with the same name use |
2330 | 2023-10-21T15:01:37.255Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2331 | 2023-10-21T15:01:37.681Z | Checking unicode-ident v1.0.12 |
2332 | 2023-10-21T15:01:37.704Z | Documenting libc v0.2.149 |
2333 | 2023-10-21T15:01:37.713Z | Documenting cfg-if v1.0.0 |
2334 | 2023-10-21T15:01:37.734Z | Checking libc v0.2.149 |
2335 | 2023-10-21T15:01:37.751Z | Checking serde v1.0.188 |
2336 | 2023-10-21T15:01:37.763Z | Checking cfg-if v1.0.0 |
2337 | 2023-10-21T15:01:37.777Z | Documenting log v0.4.20 |
2338 | 2023-10-21T15:01:37.794Z | Documenting itoa v1.0.9 |
2339 | 2023-10-21T15:01:37.877Z | Documenting scopeguard v1.2.0 |
2340 | 2023-10-21T15:01:37.912Z | Checking proc-macro2 v1.0.67 |
2341 | 2023-10-21T15:01:38.959Z | Checking quote v1.0.33 |
2342 | 2023-10-21T15:01:39.493Z | Checking syn v2.0.32 |
2343 | 2023-10-21T15:01:39.628Z | Checking syn v1.0.109 |
2344 | 2023-10-21T15:01:41.771Z | Checking once_cell v1.18.0 |
2345 | 2023-10-21T15:01:41.829Z | Documenting once_cell v1.18.0 |
2346 | 2023-10-21T15:01:42.110Z | Documenting memchr v2.6.3 |
2347 | 2023-10-21T15:01:42.239Z | Documenting smallvec v1.11.0 |
2348 | 2023-10-21T15:01:44.018Z | Documenting lock_api v0.4.10 |
2349 | 2023-10-21T15:01:44.681Z | Documenting getrandom v0.2.10 |
2350 | 2023-10-21T15:01:46.494Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2351 | 2023-10-21T15:01:46.934Z | Documenting libm v0.2.7 |
2352 | 2023-10-21T15:01:47.192Z | Documenting parking_lot_core v0.9.8 |
2353 | 2023-10-21T15:01:48.371Z | Documenting pin-project-lite v0.2.13 |
2354 | 2023-10-21T15:01:48.616Z | Documenting signal-hook-registry v1.4.1 |
2355 | 2023-10-21T15:01:49.146Z | Checking itoa v1.0.9 |
2356 | 2023-10-21T15:01:49.465Z | Documenting mio v0.8.8 |
2357 | 2023-10-21T15:01:49.891Z | Documenting num_cpus v1.16.0 |
2358 | 2023-10-21T15:01:50.124Z | Documenting serde_derive v1.0.188 |
2359 | 2023-10-21T15:01:50.983Z | Documenting rand_core v0.6.4 |
2360 | 2023-10-21T15:01:51.956Z | Documenting zeroize_derive v1.4.2 |
2361 | 2023-10-21T15:01:52.481Z | Documenting num-traits v0.2.16 |
2362 | 2023-10-21T15:01:53.570Z | Documenting parking_lot v0.12.1 |
2363 | 2023-10-21T15:01:54.774Z | Documenting thiserror-impl v1.0.49 |
2364 | 2023-10-21T15:01:55.962Z | Documenting typenum v1.16.0 |
2365 | 2023-10-21T15:01:56.011Z | Documenting futures-core v0.3.28 |
2366 | 2023-10-21T15:01:57.126Z | Documenting ryu v1.0.15 |
2367 | 2023-10-21T15:01:59.482Z | Documenting zeroize v1.6.0 |
2368 | 2023-10-21T15:01:59.742Z | Documenting tokio-macros v2.1.0 |
2369 | 2023-10-21T15:01:59.838Z | Documenting socket2 v0.5.4 |
2370 | 2023-10-21T15:02:00.927Z | Documenting serde v1.0.188 |
2371 | 2023-10-21T15:02:01.199Z | Checking thiserror v1.0.49 |
2372 | 2023-10-21T15:02:01.384Z | Documenting subtle v2.5.0 |
2373 | 2023-10-21T15:02:01.928Z | Checking ryu v1.0.15 |
2374 | 2023-10-21T15:02:02.295Z | Checking memchr v2.6.3 |
2375 | 2023-10-21T15:02:02.728Z | Documenting thiserror v1.0.49 |
2376 | 2023-10-21T15:02:03.813Z | Documenting futures-sink v0.3.28 |
2377 | 2023-10-21T15:02:03.924Z | Documenting byteorder v1.4.3 |
2378 | 2023-10-21T15:02:05.489Z | Documenting generic-array v0.14.7 |
2379 | 2023-10-21T15:02:06.467Z | Documenting pin-utils v0.1.0 |
2380 | 2023-10-21T15:02:07.034Z | Checking serde_json v1.0.107 |
2381 | 2023-10-21T15:02:07.123Z | Documenting iana-time-zone v0.1.57 |
2382 | 2023-10-21T15:02:08.905Z | Checking heck v0.4.1 |
2383 | 2023-10-21T15:02:09.234Z | Documenting futures-macro v0.3.28 |
2384 | 2023-10-21T15:02:09.772Z | Documenting futures-channel v0.3.28 |
2385 | 2023-10-21T15:02:09.935Z | Checking getrandom v0.2.10 |
2386 | 2023-10-21T15:02:10.243Z | Documenting futures-task v0.3.28 |
2387 | 2023-10-21T15:02:10.308Z | Documenting slab v0.4.9 |
2388 | 2023-10-21T15:02:12.585Z | Documenting crypto-common v0.1.6 |
2389 | 2023-10-21T15:02:13.317Z | Documenting const-oid v0.9.5 |
2390 | 2023-10-21T15:02:14.136Z | Documenting futures-io v0.3.28 |
2391 | 2023-10-21T15:02:15.934Z | Checking bytes v1.5.0 |
2392 | 2023-10-21T15:02:16.185Z | Checking log v0.4.20 |
2393 | 2023-10-21T15:02:16.459Z | Checking byteorder v1.4.3 |
2394 | 2023-10-21T15:02:16.537Z | Documenting tinyvec_macros v0.1.1 |
2395 | 2023-10-21T15:02:16.620Z | Documenting block-buffer v0.10.4 |
2396 | 2023-10-21T15:02:17.128Z | Documenting tracing-attributes v0.1.26 |
2397 | 2023-10-21T15:02:17.187Z | Documenting tracing-core v0.1.31 |
2398 | 2023-10-21T15:02:18.628Z | Checking fnv v1.0.7 |
2399 | 2023-10-21T15:02:18.819Z | Documenting ppv-lite86 v0.2.17 |
2400 | 2023-10-21T15:02:19.976Z | Documenting futures-util v0.3.28 |
2401 | 2023-10-21T15:02:20.537Z | Documenting tinyvec v1.6.0 |
2402 | 2023-10-21T15:02:22.066Z | Checking serde_derive_internals v0.26.0 |
2403 | 2023-10-21T15:02:22.559Z | Documenting digest v0.10.7 |
2404 | 2023-10-21T15:02:23.089Z | Documenting serde_derive_internals v0.26.0 |
2405 | 2023-10-21T15:02:23.865Z | Documenting rand_chacha v0.3.1 |
2406 | 2023-10-21T15:02:25.986Z | Documenting base64 v0.21.4 |
2407 | 2023-10-21T15:02:26.724Z | Documenting dyn-clone v1.0.13 |
2408 | 2023-10-21T15:02:30.029Z | Documenting rand v0.8.5 |
2409 | 2023-10-21T15:02:31.608Z | Documenting unicode-normalization v0.1.22 |
2410 | 2023-10-21T15:02:31.739Z | Checking ucd-trie v0.1.6 |
2411 | 2023-10-21T15:02:32.062Z | Documenting fnv v1.0.7 |
2412 | 2023-10-21T15:02:32.283Z | Documenting schemars_derive v0.8.13 |
2413 | 2023-10-21T15:02:32.830Z | Documenting cpufeatures v0.2.9 |
2414 | 2023-10-21T15:02:34.437Z | Documenting bytes v1.5.0 |
2415 | 2023-10-21T15:02:35.305Z | Documenting serde_json v1.0.107 |
2416 | 2023-10-21T15:02:37.491Z | Documenting bitflags v2.4.0 |
2417 | 2023-10-21T15:02:37.766Z | Documenting chrono v0.4.31 |
2418 | 2023-10-21T15:02:39.104Z | Documenting uuid v1.4.1 |
2419 | 2023-10-21T15:02:39.500Z | Checking pest v2.7.2 |
2420 | 2023-10-21T15:02:41.701Z | Documenting tokio v1.33.0 |
2421 | 2023-10-21T15:02:42.405Z | Checking libm v0.2.7 |
2422 | 2023-10-21T15:02:43.590Z | Documenting unicode-bidi v0.3.13 |
2423 | 2023-10-21T15:02:43.870Z | Checking num-traits v0.2.16 |
2424 | 2023-10-21T15:02:44.095Z | Documenting http v0.2.9 |
2425 | 2023-10-21T15:02:44.268Z | Documenting tracing v0.1.37 |
2426 | 2023-10-21T15:02:45.329Z | Documenting lazy_static v1.4.0 |
2427 | 2023-10-21T15:02:46.070Z | Documenting percent-encoding v2.3.0 |
2428 | 2023-10-21T15:02:46.695Z | Documenting ahash v0.8.3 |
2429 | 2023-10-21T15:02:47.322Z | Documenting schemars v0.8.13 |
2430 | 2023-10-21T15:02:48.747Z | Checking ahash v0.8.3 |
2431 | 2023-10-21T15:02:49.288Z | Checking time-core v0.1.1 |
2432 | 2023-10-21T15:02:49.514Z | Documenting allocator-api2 v0.2.16 |
2433 | 2023-10-21T15:02:49.859Z | Documenting adler v1.0.2 |
2434 | 2023-10-21T15:02:51.974Z | Documenting form_urlencoded v1.2.0 |
2435 | 2023-10-21T15:02:52.377Z | Documenting unicode-ident v1.0.12 |
2436 | 2023-10-21T15:02:52.850Z | Documenting untrusted v0.7.1 |
2437 | 2023-10-21T15:02:53.871Z | Documenting miniz_oxide v0.7.1 |
2438 | 2023-10-21T15:02:54.555Z | Documenting hashbrown v0.14.0 |
2439 | 2023-10-21T15:02:56.664Z | Documenting proc-macro2 v1.0.67 |
2440 | 2023-10-21T15:02:56.697Z | Documenting idna v0.4.0 |
2441 | 2023-10-21T15:02:57.067Z | Documenting ring v0.16.20 |
2442 | 2023-10-21T15:02:57.870Z | Documenting httparse v1.8.0 |
2443 | 2023-10-21T15:02:58.200Z | Documenting equivalent v1.0.1 |
2444 | 2023-10-21T15:02:58.931Z | Checking zerocopy v0.3.0 |
2445 | 2023-10-21T15:03:00.030Z | Checking uuid v1.4.1 |
2446 | 2023-10-21T15:03:00.830Z | Checking iana-time-zone v0.1.57 |
2447 | 2023-10-21T15:03:01.065Z | Checking chrono v0.4.31 |
2448 | 2023-10-21T15:03:02.468Z | Checking dof v0.1.5 |
2449 | 2023-10-21T15:03:02.692Z | Documenting indexmap v2.0.0 |
2450 | 2023-10-21T15:03:03.283Z | Checking dtrace-parser v0.1.14 |
2451 | 2023-10-21T15:03:03.739Z | Documenting url v2.4.1 |
2452 | 2023-10-21T15:03:04.091Z | Checking thread-id v4.2.0 |
2453 | 2023-10-21T15:03:04.130Z | Documenting quote v1.0.33 |
2454 | 2023-10-21T15:03:04.244Z | Documenting slog v2.7.0 |
2455 | 2023-10-21T15:03:04.635Z | Documenting try-lock v0.2.4 |
2456 | 2023-10-21T15:03:04.740Z | Documenting openssl-probe v0.1.5 |
2457 | 2023-10-21T15:03:05.399Z | Documenting rustls-webpki v0.101.4 |
2458 | 2023-10-21T15:03:08.774Z | Documenting sct v0.7.0 |
2459 | 2023-10-21T15:03:08.846Z | Documenting tokio-util v0.7.8 |
2460 | 2023-10-21T15:03:09.625Z | Documenting httpdate v1.0.3 |
2461 | 2023-10-21T15:03:10.159Z | Documenting want v0.3.1 |
2462 | 2023-10-21T15:03:10.497Z | Checking usdt-impl v0.3.5 |
2463 | 2023-10-21T15:03:10.572Z | Documenting http-body v0.4.5 |
2464 | 2023-10-21T15:03:10.924Z | Documenting rustls-pemfile v1.0.3 |
2465 | 2023-10-21T15:03:11.366Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2466 | 2023-10-21T15:03:12.002Z | Documenting openssl-macros v0.1.1 |
2467 | 2023-10-21T15:03:12.558Z | Documenting aho-corasick v1.0.4 |
2468 | 2023-10-21T15:03:14.710Z | Documenting rustls v0.21.7 |
2469 | 2023-10-21T15:03:15.351Z | Documenting openssl-sys v0.9.93 |
2470 | 2023-10-21T15:03:16.920Z | Documenting tower-service v0.3.2 |
2471 | 2023-10-21T15:03:17.066Z | Documenting mime v0.3.17 |
2472 | 2023-10-21T15:03:17.345Z | Documenting h2 v0.3.21 |
2473 | 2023-10-21T15:03:17.377Z | Documenting regex-syntax v0.7.5 |
2474 | 2023-10-21T15:03:19.068Z | Documenting gimli v0.28.0 |
2475 | 2023-10-21T15:03:20.027Z | Documenting time-macros v0.2.13 |
2476 | 2023-10-21T15:03:22.266Z | Documenting async-trait v0.1.73 |
2477 | 2023-10-21T15:03:23.118Z | Documenting object v0.32.1 |
2478 | 2023-10-21T15:03:26.353Z | Documenting tokio-rustls v0.24.1 |
2479 | 2023-10-21T15:03:26.862Z | Documenting openssl v0.10.57 |
2480 | 2023-10-21T15:03:27.539Z | Documenting errno v0.3.2 |
2481 | 2023-10-21T15:03:27.990Z | Documenting regex-automata v0.3.8 |
2482 | 2023-10-21T15:03:29.618Z | Documenting addr2line v0.21.0 |
2483 | 2023-10-21T15:03:30.722Z | Documenting unicode-width v0.1.10 |
2484 | 2023-10-21T15:03:32.163Z | Documenting num_threads v0.1.6 |
2485 | 2023-10-21T15:03:33.600Z | Documenting hyper v0.14.27 |
2486 | 2023-10-21T15:03:34.346Z | Documenting time-core v0.1.1 |
2487 | 2023-10-21T15:03:35.004Z | Documenting ipnet v2.8.0 |
2488 | 2023-10-21T15:03:35.016Z | Documenting rustc-demangle v0.1.23 |
2489 | 2023-10-21T15:03:38.305Z | Checking allocator-api2 v0.2.16 |
2490 | 2023-10-21T15:03:38.505Z | Checking dyn-clone v1.0.13 |
2491 | 2023-10-21T15:03:38.732Z | Documenting deranged v0.3.8 |
2492 | 2023-10-21T15:03:39.301Z | Checking schemars v0.8.13 |
2493 | 2023-10-21T15:03:39.359Z | Checking hashbrown v0.14.0 |
2494 | 2023-10-21T15:03:41.115Z | Documenting rustix v0.38.9 |
2495 | 2023-10-21T15:03:41.242Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2496 | 2023-10-21T15:03:41.642Z | Checking pest_meta v2.7.2 |
2497 | 2023-10-21T15:03:41.780Z | Documenting crossbeam-utils v0.8.16 |
2498 | 2023-10-21T15:03:41.982Z | Checking equivalent v1.0.1 |
2499 | 2023-10-21T15:03:42.140Z | Checking indexmap v2.0.0 |
2500 | 2023-10-21T15:03:42.214Z | Documenting backtrace v0.3.69 |
2501 | 2023-10-21T15:03:43.360Z | Documenting regex v1.9.5 |
2502 | 2023-10-21T15:03:44.034Z | Documenting native-tls v0.2.11 |
2503 | 2023-10-21T15:03:46.449Z | Documenting time v0.3.27 |
2504 | 2023-10-21T15:03:48.738Z | Checking hashbrown v0.13.2 |
2505 | 2023-10-21T15:03:50.405Z | Documenting pest_meta v2.7.2 |
2506 | 2023-10-21T15:03:50.418Z | Documenting anyhow v1.0.75 |
2507 | 2023-10-21T15:03:51.880Z | Checking http v0.2.9 |
2508 | 2023-10-21T15:03:51.903Z | Checking aho-corasick v1.0.4 |
2509 | 2023-10-21T15:03:52.106Z | Documenting encoding_rs v0.8.33 |
2510 | 2023-10-21T15:03:52.920Z | Checking regex-syntax v0.7.5 |
2511 | 2023-10-21T15:03:54.270Z | Documenting tokio-native-tls v0.3.1 |
2512 | 2023-10-21T15:03:54.665Z | Checking pest_generator v2.7.2 |
2513 | 2023-10-21T15:03:55.629Z | Documenting rustls-native-certs v0.6.3 |
2514 | 2023-10-21T15:03:55.891Z | Documenting serde_urlencoded v0.7.1 |
2515 | 2023-10-21T15:03:57.006Z | Documenting ucd-trie v0.1.6 |
2516 | 2023-10-21T15:03:57.162Z | Documenting pest_generator v2.7.2 |
2517 | 2023-10-21T15:03:58.395Z | Checking regex-automata v0.3.8 |
2518 | 2023-10-21T15:03:58.740Z | Checking serde_tokenstream v0.1.7 |
2519 | 2023-10-21T15:03:59.402Z | Documenting webpki-roots v0.25.2 |
2520 | 2023-10-21T15:03:59.470Z | Documenting syn v2.0.32 |
2521 | 2023-10-21T15:04:02.069Z | Documenting hyper-rustls v0.24.1 |
2522 | 2023-10-21T15:04:02.810Z | Documenting dof v0.1.5 |
2523 | 2023-10-21T15:04:03.572Z | Documenting hyper-tls v0.5.0 |
2524 | 2023-10-21T15:04:03.585Z | Documenting pest v2.7.2 |
2525 | 2023-10-21T15:04:04.676Z | Documenting pest_derive v2.7.2 |
2526 | 2023-10-21T15:04:05.019Z | Checking regex v1.9.5 |
2527 | 2023-10-21T15:04:05.582Z | Documenting thread-id v4.2.0 |
2528 | 2023-10-21T15:04:05.974Z | Checking unicode-width v0.1.10 |
2529 | 2023-10-21T15:04:06.204Z | Documenting usdt-attr-macro v0.3.5 |
2530 | 2023-10-21T15:04:09.482Z | Documenting usdt-macro v0.3.5 |
2531 | 2023-10-21T15:04:11.160Z | Documenting openapiv3 v1.0.3 |
2532 | 2023-10-21T15:04:11.664Z | Documenting ipnetwork v0.20.0 |
2533 | 2023-10-21T15:04:11.778Z | Documenting dtrace-parser v0.1.14 |
2534 | 2023-10-21T15:04:12.568Z | Documenting sha2 v0.10.7 |
2535 | 2023-10-21T15:04:13.741Z | Documenting futures-executor v0.3.28 |
2536 | 2023-10-21T15:04:13.745Z | Documenting reqwest v0.11.20 |
2537 | 2023-10-21T15:04:16.991Z | Checking serde_tokenstream v0.2.0 |
2538 | 2023-10-21T15:04:17.579Z | Documenting spin v0.9.8 |
2539 | 2023-10-21T15:04:18.120Z | Documenting usdt-impl v0.3.5 |
2540 | 2023-10-21T15:04:19.781Z | Checking strsim v0.10.0 |
2541 | 2023-10-21T15:04:20.033Z | Checking regress v0.7.1 |
2542 | 2023-10-21T15:04:20.161Z | Documenting hex v0.4.3 |
2543 | 2023-10-21T15:04:20.268Z | Documenting hmac v0.12.1 |
2544 | 2023-10-21T15:04:21.317Z | Documenting fallible-iterator v0.2.0 |
2545 | 2023-10-21T15:04:22.065Z | Documenting futures v0.3.28 |
2546 | 2023-10-21T15:04:25.034Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2547 | 2023-10-21T15:04:26.334Z | Documenting usdt v0.3.5 |
2548 | 2023-10-21T15:04:26.688Z | Checking openapiv3 v1.0.3 |
2549 | 2023-10-21T15:04:27.678Z | Documenting stringprep v0.1.3 |
2550 | 2023-10-21T15:04:28.233Z | Documenting semver v1.0.18 |
2551 | 2023-10-21T15:04:28.867Z | Documenting md-5 v0.10.5 |
2552 | 2023-10-21T15:04:29.431Z | Documenting regress v0.7.1 |
2553 | 2023-10-21T15:04:32.318Z | Documenting siphasher v0.3.11 |
2554 | 2023-10-21T15:04:32.422Z | Documenting utf8parse v0.2.1 |
2555 | 2023-10-21T15:04:33.849Z | Documenting block-padding v0.3.3 |
2556 | 2023-10-21T15:04:34.136Z | Documenting static_assertions v1.1.0 |
2557 | 2023-10-21T15:04:34.331Z | Checking unsafe-libyaml v0.2.9 |
2558 | 2023-10-21T15:04:35.155Z | Documenting heck v0.4.1 |
2559 | 2023-10-21T15:04:36.074Z | Documenting postgres-protocol v0.6.6 |
2560 | 2023-10-21T15:04:36.320Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2561 | 2023-10-21T15:04:36.522Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2562 | 2023-10-21T15:04:36.722Z | Checking getopts v0.2.21 |
2563 | 2023-10-21T15:04:37.145Z | Documenting phf_shared v0.11.2 |
2564 | 2023-10-21T15:04:37.212Z | Documenting toml_datetime v0.6.3 |
2565 | 2023-10-21T15:04:38.522Z | Documenting num-integer v0.1.45 |
2566 | 2023-10-21T15:04:39.039Z | Documenting either v1.9.0 |
2567 | 2023-10-21T15:04:40.431Z | Documenting inout v0.1.3 |
2568 | 2023-10-21T15:04:41.348Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2569 | 2023-10-21T15:04:43.164Z | Documenting phf v0.11.2 |
2570 | 2023-10-21T15:04:44.053Z | Documenting unsafe-libyaml v0.2.9 |
2571 | 2023-10-21T15:04:45.067Z | Checking ident_case v1.0.1 |
2572 | 2023-10-21T15:04:45.088Z | Documenting postgres-types v0.2.6 |
2573 | 2023-10-21T15:04:45.297Z | Documenting whoami v1.4.1 |
2574 | 2023-10-21T15:04:45.302Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2575 | 2023-10-21T15:04:46.743Z | Checking serde_yaml v0.9.25 |
2576 | 2023-10-21T15:04:46.943Z | Documenting cipher v0.4.4 |
2577 | 2023-10-21T15:04:48.315Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2578 | 2023-10-21T15:04:49.315Z | Documenting getopts v0.2.21 |
2579 | 2023-10-21T15:04:49.551Z | Documenting serde_yaml v0.9.25 |
2580 | 2023-10-21T15:04:50.010Z | Documenting zerocopy v0.6.4 |
2581 | 2023-10-21T15:04:51.299Z | Documenting data-encoding v2.4.0 |
2582 | 2023-10-21T15:04:53.051Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2583 | 2023-10-21T15:04:55.399Z | Documenting tokio-postgres v0.7.10 |
2584 | 2023-10-21T15:04:55.461Z | Documenting anstyle v1.0.2 |
2585 | 2023-10-21T15:04:55.763Z | Documenting anstyle-parse v0.2.1 |
2586 | 2023-10-21T15:04:56.804Z | Documenting crossbeam-channel v0.5.8 |
2587 | 2023-10-21T15:04:57.664Z | Documenting match_cfg v0.1.0 |
2588 | 2023-10-21T15:04:58.662Z | Documenting anstyle-query v1.0.0 |
2589 | 2023-10-21T15:04:59.009Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2590 | 2023-10-21T15:05:00.425Z | Documenting colorchoice v1.0.0 |
2591 | 2023-10-21T15:05:01.723Z | Documenting hostname v0.3.1 |
2592 | 2023-10-21T15:05:01.740Z | Documenting itertools v0.11.0 |
2593 | 2023-10-21T15:05:03.469Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2594 | 2023-10-21T15:05:03.860Z | Documenting terminal_size v0.2.6 |
2595 | 2023-10-21T15:05:04.518Z | Documenting dirs-sys-next v0.1.2 |
2596 | 2023-10-21T15:05:04.675Z | Documenting anstream v0.5.0 |
2597 | 2023-10-21T15:05:08.011Z | Documenting clap_lex v0.5.1 |
2598 | 2023-10-21T15:05:09.950Z | Documenting strsim v0.10.0 |
2599 | 2023-10-21T15:05:10.248Z | Documenting tap v1.0.1 |
2600 | 2023-10-21T15:05:10.707Z | Documenting clap_derive v4.4.2 |
2601 | 2023-10-21T15:05:10.754Z | Documenting dirs-next v2.0.0 |
2602 | 2023-10-21T15:05:11.162Z | Documenting thread_local v1.1.7 |
2603 | 2023-10-21T15:05:13.517Z | Documenting crc32fast v1.3.2 |
2604 | 2023-10-21T15:05:14.269Z | Documenting radium v0.7.0 |
2605 | 2023-10-21T15:05:14.377Z | Documenting wyz v0.5.1 |
2606 | 2023-10-21T15:05:15.671Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2607 | 2023-10-21T15:05:16.025Z | Documenting clap_builder v4.4.2 |
2608 | 2023-10-21T15:05:16.958Z | Documenting funty v2.0.0 |
2609 | 2023-10-21T15:05:17.525Z | Documenting term v0.7.0 |
2610 | 2023-10-21T15:05:18.713Z | Documenting num-iter v0.1.43 |
2611 | 2023-10-21T15:05:18.983Z | Documenting sha1 v0.10.5 |
2612 | 2023-10-21T15:05:19.222Z | Documenting enum-as-inner v0.5.1 |
2613 | 2023-10-21T15:05:19.628Z | Documenting atty v0.2.14 |
2614 | 2023-10-21T15:05:21.651Z | Documenting bitvec v1.0.1 |
2615 | 2023-10-21T15:05:23.995Z | Documenting memoffset v0.9.0 |
2616 | 2023-10-21T15:05:24.475Z | Documenting take_mut v0.2.2 |
2617 | 2023-10-21T15:05:25.533Z | Documenting slog-term v2.9.0 |
2618 | 2023-10-21T15:05:25.746Z | Documenting clap v4.4.3 |
2619 | 2023-10-21T15:05:26.052Z | Documenting flate2 v1.0.27 |
2620 | 2023-10-21T15:05:26.283Z | Documenting trust-dns-proto v0.22.0 |
2621 | 2023-10-21T15:05:28.174Z | Documenting crossbeam-epoch v0.9.15 |
2622 | 2023-10-21T15:05:30.407Z | Documenting slog-async v2.8.0 |
2623 | 2023-10-21T15:05:32.310Z | Documenting slog-json v2.6.1 |
2624 | 2023-10-21T15:05:32.597Z | Documenting camino v1.1.6 |
2625 | 2023-10-21T15:05:32.631Z | Documenting paste v1.0.14 |
2626 | 2023-10-21T15:05:33.222Z | Documenting signature v2.1.0 |
2627 | 2023-10-21T15:05:33.353Z | Documenting hash32 v0.2.1 |
2628 | 2023-10-21T15:05:34.677Z | Documenting scheduled-thread-pool v0.2.7 |
2629 | 2023-10-21T15:05:36.848Z | Checking diesel_table_macro_syntax v0.1.0 |
2630 | 2023-10-21T15:05:37.117Z | Documenting diesel_table_macro_syntax v0.1.0 |
2631 | 2023-10-21T15:05:38.707Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2632 | 2023-10-21T15:05:39.378Z | Documenting unicode-segmentation v1.10.1 |
2633 | 2023-10-21T15:05:39.766Z | Documenting stable_deref_trait v1.2.0 |
2634 | 2023-10-21T15:05:39.926Z | Documenting slog-bunyan v2.4.0 |
2635 | 2023-10-21T15:05:40.131Z | Checking darling_core v0.20.3 |
2636 | 2023-10-21T15:05:40.673Z | Documenting async-stream-impl v0.3.5 |
2637 | 2023-10-21T15:05:41.177Z | Documenting r2d2 v0.8.10 |
2638 | 2023-10-21T15:05:43.145Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2639 | 2023-10-21T15:05:44.142Z | Documenting heapless v0.7.16 |
2640 | 2023-10-21T15:05:44.481Z | Documenting strum v0.25.0 |
2641 | 2023-10-21T15:05:44.748Z | Documenting diesel_derives v2.1.1 |
2642 | 2023-10-21T15:05:44.957Z | Documenting bzip2 v0.4.4 |
2643 | 2023-10-21T15:05:47.865Z | Documenting atomic-waker v1.1.1 |
2644 | 2023-10-21T15:05:47.951Z | Documenting managed v0.8.0 |
2645 | 2023-10-21T15:05:48.146Z | Documenting debug-ignore v1.0.5 |
2646 | 2023-10-21T15:05:49.298Z | Documenting bit-vec v0.6.3 |
2647 | 2023-10-21T15:05:50.589Z | Documenting async-stream v0.3.5 |
2648 | 2023-10-21T15:05:51.165Z | Documenting zip v0.6.6 |
2649 | 2023-10-21T15:05:51.645Z | Documenting waitgroup v0.1.2 |
2650 | 2023-10-21T15:05:51.947Z | Checking darling v0.20.3 |
2651 | 2023-10-21T15:05:52.111Z | Documenting num-bigint v0.4.4 |
2652 | 2023-10-21T15:05:52.228Z | Documenting multer v2.1.0 |
2653 | 2023-10-21T15:05:52.809Z | Documenting smoltcp v0.9.1 |
2654 | 2023-10-21T15:05:55.342Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2655 | 2023-10-21T15:05:56.635Z | Documenting diesel v2.1.1 |
2656 | 2023-10-21T15:05:56.677Z | Documenting bstr v1.6.0 |
2657 | 2023-10-21T15:05:57.772Z | Documenting hubpack v0.1.2 |
2658 | 2023-10-21T15:05:58.164Z | Documenting serde_path_to_error v0.1.14 |
2659 | 2023-10-21T15:06:00.189Z | Documenting serde_repr v0.1.16 |
2660 | 2023-10-21T15:06:00.336Z | Documenting lalrpop-util v0.19.12 |
2661 | 2023-10-21T15:06:01.801Z | Documenting precomputed-hash v0.1.1 |
2662 | 2023-10-21T15:06:03.653Z | Documenting fixedbitset v0.4.2 |
2663 | 2023-10-21T15:06:04.477Z | Documenting new_debug_unreachable v1.0.4 |
2664 | 2023-10-21T15:06:04.653Z | Documenting yasna v0.5.2 |
2665 | 2023-10-21T15:06:05.201Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2666 | 2023-10-21T15:06:06.629Z | Documenting serde_with_macros v2.3.3 |
2667 | 2023-10-21T15:06:07.315Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2668 | 2023-10-21T15:06:07.785Z | Documenting console v0.15.7 |
2669 | 2023-10-21T15:06:08.516Z | Documenting petgraph v0.6.4 |
2670 | 2023-10-21T15:06:08.716Z | Documenting string_cache v0.8.7 |
2671 | 2023-10-21T15:06:13.399Z | Documenting float-cmp v0.9.0 |
2672 | 2023-10-21T15:06:13.882Z | Documenting smawk v0.3.1 |
2673 | 2023-10-21T15:06:14.550Z | Documenting unicode-linebreak v0.1.5 |
2674 | 2023-10-21T15:06:15.248Z | Documenting normalize-line-endings v0.3.0 |
2675 | 2023-10-21T15:06:16.789Z | Documenting predicates-core v1.0.6 |
2676 | 2023-10-21T15:06:18.903Z | Documenting difflib v0.4.0 |
2677 | 2023-10-21T15:06:19.184Z | Documenting serde_with v2.3.3 |
2678 | 2023-10-21T15:06:19.998Z | Documenting textwrap v0.16.0 |
2679 | 2023-10-21T15:06:20.256Z | Documenting bit-set v0.5.3 |
2680 | 2023-10-21T15:06:21.488Z | Documenting similar v2.2.1 |
2681 | 2023-10-21T15:06:22.783Z | Documenting tokio-stream v0.1.14 |
2682 | 2023-10-21T15:06:23.016Z | Documenting structmeta-derive v0.1.6 |
2683 | 2023-10-21T15:06:24.939Z | Documenting predicates v3.0.4 |
2684 | 2023-10-21T15:06:26.088Z | Checking structmeta v0.1.6 |
2685 | 2023-10-21T15:06:26.479Z | Documenting instant v0.1.12 |
2686 | 2023-10-21T15:06:26.550Z | Checking regex-syntax v0.6.29 |
2687 | 2023-10-21T15:06:28.730Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2688 | 2023-10-21T15:06:29.689Z | Documenting macaddr v1.0.1 |
2689 | 2023-10-21T15:06:30.488Z | Documenting base64ct v1.6.0 |
2690 | 2023-10-21T15:06:31.452Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2691 | 2023-10-21T15:06:31.498Z | Documenting structmeta v0.1.6 |
2692 | 2023-10-21T15:06:31.791Z | Checking scopeguard v1.2.0 |
2693 | 2023-10-21T15:06:31.966Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2694 | 2023-10-21T15:06:31.980Z | Checking lock_api v0.4.10 |
2695 | 2023-10-21T15:06:32.604Z | Documenting crucible-workspace-hack v0.1.0 |
2696 | 2023-10-21T15:06:32.941Z | Documenting backoff v0.4.0 |
2697 | 2023-10-21T15:06:33.944Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2698 | 2023-10-21T15:06:35.662Z | Checking smallvec v1.11.0 |
2699 | 2023-10-21T15:06:36.225Z | Checking parking_lot_core v0.9.8 |
2700 | 2023-10-21T15:06:36.581Z | Documenting is-terminal v0.4.9 |
2701 | 2023-10-21T15:06:36.785Z | Documenting blake2 v0.10.6 |
2702 | 2023-10-21T15:06:36.865Z | Checking pin-project-lite v0.2.13 |
2703 | 2023-10-21T15:06:36.879Z | Documenting password-hash v0.5.0 |
2704 | 2023-10-21T15:06:37.045Z | Checking parking_lot v0.12.1 |
2705 | 2023-10-21T15:06:37.578Z | Checking rand_core v0.6.4 |
2706 | 2023-10-21T15:06:38.134Z | Checking typenum v1.16.0 |
2707 | 2023-10-21T15:06:38.546Z | Checking zeroize v1.6.0 |
2708 | 2023-10-21T15:06:38.878Z | Documenting parse-display-derive v0.7.0 |
2709 | 2023-10-21T15:06:38.946Z | Documenting proc-macro-error-attr v1.0.4 |
2710 | 2023-10-21T15:06:40.130Z | Checking futures-core v0.3.28 |
2711 | 2023-10-21T15:06:40.187Z | Checking unicode-segmentation v1.10.1 |
2712 | 2023-10-21T15:06:40.261Z | Checking generic-array v0.14.7 |
2713 | 2023-10-21T15:06:40.417Z | Checking proc-macro-error v1.0.4 |
2714 | 2023-10-21T15:06:40.840Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2715 | 2023-10-21T15:06:41.273Z | Checking mio v0.8.8 |
2716 | 2023-10-21T15:06:42.227Z | Checking signal-hook-registry v1.4.1 |
2717 | 2023-10-21T15:06:42.242Z | Checking num_cpus v1.16.0 |
2718 | 2023-10-21T15:06:42.400Z | Checking socket2 v0.5.4 |
2719 | 2023-10-21T15:06:42.592Z | Checking futures-sink v0.3.28 |
2720 | 2023-10-21T15:06:42.799Z | Documenting postcard-cobs v0.1.5-pre |
2721 | 2023-10-21T15:06:43.207Z | Checking spin v0.5.2 |
2722 | 2023-10-21T15:06:43.369Z | Documenting fastrand v2.0.0 |
2723 | 2023-10-21T15:06:43.502Z | Checking tokio v1.33.0 |
2724 | 2023-10-21T15:06:43.518Z | Documenting foreign-types-macros v0.2.3 |
2725 | 2023-10-21T15:06:44.062Z | Documenting argon2 v0.5.2 |
2726 | 2023-10-21T15:06:45.836Z | Documenting proc-macro-error v1.0.4 |
2727 | 2023-10-21T15:06:47.046Z | Documenting postcard v0.7.3 |
2728 | 2023-10-21T15:06:47.620Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2729 | 2023-10-21T15:06:48.561Z | Documenting parse-display v0.7.0 |
2730 | 2023-10-21T15:06:49.467Z | Documenting tempfile v3.8.0 |
2731 | 2023-10-21T15:06:51.231Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2732 | 2023-10-21T15:06:51.943Z | Checking tinyvec_macros v0.1.1 |
2733 | 2023-10-21T15:06:52.079Z | Documenting foreign-types-shared v0.3.1 |
2734 | 2023-10-21T15:06:52.758Z | Checking tinyvec v1.6.0 |
2735 | 2023-10-21T15:06:53.618Z | Checking futures-channel v0.3.28 |
2736 | 2023-10-21T15:06:54.196Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2737 | 2023-10-21T15:06:54.356Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2738 | 2023-10-21T15:06:54.533Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2739 | 2023-10-21T15:06:55.051Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2740 | 2023-10-21T15:06:55.363Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2741 | 2023-10-21T15:06:55.662Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2742 | 2023-10-21T15:06:56.092Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2743 | 2023-10-21T15:06:56.223Z | Documenting foreign-types v0.5.0 |
2744 | 2023-10-21T15:06:56.536Z | Documenting cstr-argument v0.1.2 |
2745 | 2023-10-21T15:07:00.362Z | Checking futures-task v0.3.28 |
2746 | 2023-10-21T15:07:00.567Z | Checking slab v0.4.9 |
2747 | 2023-10-21T15:07:00.729Z | Checking futures-io v0.3.28 |
2748 | 2023-10-21T15:07:00.975Z | Checking pin-utils v0.1.0 |
2749 | 2023-10-21T15:07:01.008Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2750 | 2023-10-21T15:07:01.100Z | Checking futures-util v0.3.28 |
2751 | 2023-10-21T15:07:02.085Z | Checking unicode-normalization v0.1.22 |
2752 | 2023-10-21T15:07:02.220Z | Documenting colored v2.0.4 |
2753 | 2023-10-21T15:07:02.451Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2754 | 2023-10-21T15:07:03.366Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2755 | 2023-10-21T15:07:03.665Z | Checking crypto-common v0.1.6 |
2756 | 2023-10-21T15:07:03.939Z | Checking tracing-core v0.1.31 |
2757 | 2023-10-21T15:07:04.795Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2758 | 2023-10-21T15:07:05.062Z | Checking unicode-bidi v0.3.13 |
2759 | 2023-10-21T15:07:05.833Z | Checking tracing v0.1.37 |
2760 | 2023-10-21T15:07:06.403Z | Documenting zone_cfg_derive v0.2.0 |
2761 | 2023-10-21T15:07:08.119Z | Checking block-buffer v0.10.4 |
2762 | 2023-10-21T15:07:08.460Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2763 | 2023-10-21T15:07:09.005Z | Documenting num-derive v0.4.0 |
2764 | 2023-10-21T15:07:09.488Z | Checking ppv-lite86 v0.2.17 |
2765 | 2023-10-21T15:07:09.513Z | Checking subtle v2.5.0 |
2766 | 2023-10-21T15:07:09.640Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2767 | 2023-10-21T15:07:09.926Z | Checking const-oid v0.9.5 |
2768 | 2023-10-21T15:07:10.734Z | Checking rand_chacha v0.3.1 |
2769 | 2023-10-21T15:07:11.312Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2770 | 2023-10-21T15:07:12.668Z | Checking digest v0.10.7 |
2771 | 2023-10-21T15:07:13.328Z | Documenting smf v0.2.2 |
2772 | 2023-10-21T15:07:14.023Z | Documenting zone v0.2.0 |
2773 | 2023-10-21T15:07:14.503Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2774 | 2023-10-21T15:07:16.751Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2775 | 2023-10-21T15:07:20.160Z | Checking bitflags v2.4.0 |
2776 | 2023-10-21T15:07:20.444Z | Documenting linked-hash-map v0.5.6 |
2777 | 2023-10-21T15:07:20.620Z | Checking untrusted v0.7.1 |
2778 | 2023-10-21T15:07:20.873Z | Checking base64 v0.21.4 |
2779 | 2023-10-21T15:07:21.111Z | Checking ring v0.16.20 |
2780 | 2023-10-21T15:07:21.634Z | Checking rand v0.8.5 |
2781 | 2023-10-21T15:07:22.018Z | Checking tokio-util v0.7.8 |
2782 | 2023-10-21T15:07:23.247Z | Checking bitflags v1.3.2 |
2783 | 2023-10-21T15:07:23.796Z | Checking hashbrown v0.12.3 |
2784 | 2023-10-21T15:07:23.799Z | Checking percent-encoding v2.3.0 |
2785 | 2023-10-21T15:07:23.939Z | Checking foreign-types-shared v0.1.1 |
2786 | 2023-10-21T15:07:24.064Z | Checking openssl-probe v0.1.5 |
2787 | 2023-10-21T15:07:24.092Z | Checking foreign-types v0.3.2 |
2788 | 2023-10-21T15:07:24.233Z | Checking errno v0.3.2 |
2789 | 2023-10-21T15:07:24.286Z | Checking openssl-sys v0.9.93 |
2790 | 2023-10-21T15:07:24.425Z | Checking siphasher v0.3.11 |
2791 | 2023-10-21T15:07:24.470Z | Checking try-lock v0.2.4 |
2792 | 2023-10-21T15:07:24.661Z | Checking adler v1.0.2 |
2793 | 2023-10-21T15:07:24.730Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2794 | 2023-10-21T15:07:24.884Z | Checking miniz_oxide v0.7.1 |
2795 | 2023-10-21T15:07:24.899Z | Checking want v0.3.1 |
2796 | 2023-10-21T15:07:24.986Z | Checking indexmap v1.9.3 |
2797 | 2023-10-21T15:07:25.303Z | Checking sct v0.7.0 |
2798 | 2023-10-21T15:07:25.308Z | Checking rustls-webpki v0.101.4 |
2799 | 2023-10-21T15:07:25.454Z | Checking form_urlencoded v1.2.0 |
2800 | 2023-10-21T15:07:25.754Z | Checking lazy_static v1.4.0 |
2801 | 2023-10-21T15:07:25.915Z | Checking http-body v0.4.5 |
2802 | 2023-10-21T15:07:26.033Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2803 | 2023-10-21T15:07:26.220Z | Checking h2 v0.3.21 |
2804 | 2023-10-21T15:07:26.329Z | Checking socket2 v0.4.9 |
2805 | 2023-10-21T15:07:26.441Z | Checking openssl v0.10.57 |
2806 | 2023-10-21T15:07:26.466Z | Checking io-lifetimes v1.0.11 |
2807 | 2023-10-21T15:07:26.580Z | Checking httparse v1.8.0 |
2808 | 2023-10-21T15:07:26.746Z | Checking cpufeatures v0.2.9 |
2809 | 2023-10-21T15:07:26.888Z | Checking httpdate v1.0.3 |
2810 | 2023-10-21T15:07:26.980Z | Checking tower-service v0.3.2 |
2811 | 2023-10-21T15:07:27.125Z | Documenting lru-cache v0.1.2 |
2812 | 2023-10-21T15:07:27.144Z | Checking anstyle v1.0.2 |
2813 | 2023-10-21T15:07:27.240Z | Checking utf8parse v0.2.1 |
2814 | 2023-10-21T15:07:27.253Z | Checking sha2 v0.10.7 |
2815 | 2023-10-21T15:07:27.453Z | Checking anstyle-parse v0.2.1 |
2816 | 2023-10-21T15:07:27.695Z | Checking rustix v0.37.23 |
2817 | 2023-10-21T15:07:27.878Z | Checking rustls v0.21.7 |
2818 | 2023-10-21T15:07:28.227Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2819 | 2023-10-21T15:07:29.232Z | Checking rustls-pemfile v1.0.3 |
2820 | 2023-10-21T15:07:29.319Z | Checking md-5 v0.10.5 |
2821 | 2023-10-21T15:07:29.519Z | Checking hmac v0.12.1 |
2822 | 2023-10-21T15:07:29.573Z | Checking idna v0.4.0 |
2823 | 2023-10-21T15:07:29.648Z | Checking stringprep v0.1.3 |
2824 | 2023-10-21T15:07:29.842Z | Documenting slog-dtrace v0.2.3 |
2825 | 2023-10-21T15:07:30.072Z | Checking spin v0.9.8 |
2826 | 2023-10-21T15:07:30.591Z | Checking num-integer v0.1.45 |
2827 | 2023-10-21T15:07:31.069Z | Checking hash32 v0.2.1 |
2828 | 2023-10-21T15:07:31.451Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2829 | 2023-10-21T15:07:31.560Z | Checking gimli v0.28.0 |
2830 | 2023-10-21T15:07:33.213Z | Checking either v1.9.0 |
2831 | 2023-10-21T15:07:33.315Z | Checking colorchoice v1.0.0 |
2832 | 2023-10-21T15:07:33.510Z | Checking anstyle-query v1.0.0 |
2833 | 2023-10-21T15:07:33.684Z | Checking fallible-iterator v0.2.0 |
2834 | 2023-10-21T15:07:33.705Z | Checking stable_deref_trait v1.2.0 |
2835 | 2023-10-21T15:07:33.719Z | Documenting quick-error v1.2.3 |
2836 | 2023-10-21T15:07:33.841Z | Checking heapless v0.7.16 |
2837 | 2023-10-21T15:07:34.717Z | Checking postgres-protocol v0.6.6 |
2838 | 2023-10-21T15:07:35.410Z | Checking native-tls v0.2.11 |
2839 | 2023-10-21T15:07:35.623Z | Checking anstream v0.5.0 |
2840 | 2023-10-21T15:07:35.781Z | Checking tokio-rustls v0.24.1 |
2841 | 2023-10-21T15:07:35.905Z | Checking tokio-native-tls v0.3.1 |
2842 | 2023-10-21T15:07:36.016Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2843 | 2023-10-21T15:07:36.154Z | Checking url v2.4.1 |
2844 | 2023-10-21T15:07:36.305Z | Checking terminal_size v0.2.6 |
2845 | 2023-10-21T15:07:36.329Z | Checking rustls-native-certs v0.6.3 |
2846 | 2023-10-21T15:07:36.511Z | Checking hyper v0.14.27 |
2847 | 2023-10-21T15:07:36.539Z | Checking phf_shared v0.11.2 |
2848 | 2023-10-21T15:07:36.553Z | Checking block-padding v0.3.3 |
2849 | 2023-10-21T15:07:36.886Z | Checking scheduled-thread-pool v0.2.7 |
2850 | 2023-10-21T15:07:37.378Z | Checking object v0.32.1 |
2851 | 2023-10-21T15:07:37.383Z | Checking toml_datetime v0.6.3 |
2852 | 2023-10-21T15:07:37.449Z | Checking serde_spanned v0.6.3 |
2853 | 2023-10-21T15:07:37.632Z | Checking bzip2-sys v0.1.11+1.0.8 |
2854 | 2023-10-21T15:07:37.729Z | Checking crc32fast v1.3.2 |
2855 | 2023-10-21T15:07:37.826Z | Checking ipnet v2.8.0 |
2856 | 2023-10-21T15:07:38.028Z | Checking addr2line v0.21.0 |
2857 | 2023-10-21T15:07:38.140Z | Checking num_threads v0.1.6 |
2858 | 2023-10-21T15:07:38.304Z | Checking deranged v0.3.8 |
2859 | 2023-10-21T15:07:38.566Z | Checking managed v0.8.0 |
2860 | 2023-10-21T15:07:38.841Z | Checking bit-vec v0.6.3 |
2861 | 2023-10-21T15:07:39.199Z | Checking clap_lex v0.5.1 |
2862 | 2023-10-21T15:07:39.358Z | Checking tap v1.0.1 |
2863 | 2023-10-21T15:07:39.589Z | Checking rustc-demangle v0.1.23 |
2864 | 2023-10-21T15:07:39.613Z | Checking winnow v0.5.15 |
2865 | 2023-10-21T15:07:39.953Z | Documenting resolv-conf v0.7.0 |
2866 | 2023-10-21T15:07:40.223Z | Checking regex-automata v0.1.10 |
2867 | 2023-10-21T15:07:40.304Z | Checking matches v0.1.10 |
2868 | 2023-10-21T15:07:40.437Z | Checking idna v0.2.3 |
2869 | 2023-10-21T15:07:40.853Z | Checking bstr v0.2.17 |
2870 | 2023-10-21T15:07:41.216Z | Checking time v0.3.27 |
2871 | 2023-10-21T15:07:41.918Z | Checking wyz v0.5.1 |
2872 | 2023-10-21T15:07:42.177Z | Checking clap_builder v4.4.2 |
2873 | 2023-10-21T15:07:42.541Z | Checking smoltcp v0.9.1 |
2874 | 2023-10-21T15:07:44.520Z | Checking toml_edit v0.19.15 |
2875 | 2023-10-21T15:07:45.021Z | Checking flate2 v1.0.27 |
2876 | 2023-10-21T15:07:45.447Z | Checking bzip2 v0.4.4 |
2877 | 2023-10-21T15:07:45.887Z | Checking r2d2 v0.8.10 |
2878 | 2023-10-21T15:07:46.050Z | Checking phf v0.11.2 |
2879 | 2023-10-21T15:07:46.359Z | Checking inout v0.1.3 |
2880 | 2023-10-21T15:07:46.392Z | Checking backtrace v0.3.69 |
2881 | 2023-10-21T15:07:46.445Z | Checking hyper-rustls v0.24.1 |
2882 | 2023-10-21T15:07:46.471Z | Checking hyper-tls v0.5.0 |
2883 | 2023-10-21T15:07:46.728Z | Checking postgres-types v0.2.6 |
2884 | 2023-10-21T15:07:46.919Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2885 | 2023-10-21T15:07:47.021Z | Checking itertools v0.11.0 |
2886 | 2023-10-21T15:07:47.108Z | Documenting trust-dns-resolver v0.22.0 |
2887 | 2023-10-21T15:07:47.275Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2888 | 2023-10-21T15:07:47.327Z | Checking num-bigint v0.4.4 |
2889 | 2023-10-21T15:07:47.886Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2890 | 2023-10-21T15:07:48.349Z | Checking serde_urlencoded v0.7.1 |
2891 | 2023-10-21T15:07:49.903Z | Checking phf_shared v0.10.0 |
2892 | 2023-10-21T15:07:49.910Z | Checking futures-executor v0.3.28 |
2893 | 2023-10-21T15:07:49.939Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2894 | 2023-10-21T15:07:50.610Z | Documenting pem-rfc7468 v0.7.0 |
2895 | 2023-10-21T15:07:50.974Z | Checking ipnetwork v0.20.0 |
2896 | 2023-10-21T15:07:51.054Z | Checking float-cmp v0.9.0 |
2897 | 2023-10-21T15:07:51.347Z | Checking zerocopy v0.6.4 |
2898 | 2023-10-21T15:07:51.559Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2899 | 2023-10-21T15:07:52.067Z | Documenting der_derive v0.7.2 |
2900 | 2023-10-21T15:07:52.220Z | Checking hubpack v0.1.2 |
2901 | 2023-10-21T15:07:52.588Z | Checking encoding_rs v0.8.33 |
2902 | 2023-10-21T15:07:52.715Z | Checking crossbeam-utils v0.8.16 |
2903 | 2023-10-21T15:07:53.668Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2904 | 2023-10-21T15:07:54.070Z | Checking memoffset v0.9.0 |
2905 | 2023-10-21T15:07:54.225Z | Checking radium v0.7.0 |
2906 | 2023-10-21T15:07:54.855Z | Checking unicode-linebreak v0.1.5 |
2907 | 2023-10-21T15:07:55.557Z | Checking funty v2.0.0 |
2908 | 2023-10-21T15:07:56.439Z | Checking fixedbitset v0.4.2 |
2909 | 2023-10-21T15:07:56.767Z | Checking new_debug_unreachable v1.0.4 |
2910 | 2023-10-21T15:07:56.826Z | Documenting flagset v0.4.3 |
2911 | 2023-10-21T15:07:56.898Z | Checking static_assertions v1.1.0 |
2912 | 2023-10-21T15:07:57.039Z | Checking precomputed-hash v0.1.1 |
2913 | 2023-10-21T15:07:57.195Z | Checking data-encoding v2.4.0 |
2914 | 2023-10-21T15:07:57.312Z | Checking difflib v0.4.0 |
2915 | 2023-10-21T15:07:57.809Z | Checking whoami v1.4.1 |
2916 | 2023-10-21T15:07:58.085Z | Checking predicates-core v1.0.6 |
2917 | 2023-10-21T15:07:58.238Z | Checking webpki-roots v0.25.2 |
2918 | 2023-10-21T15:07:58.364Z | Checking mime v0.3.17 |
2919 | 2023-10-21T15:07:58.489Z | Checking smawk v0.3.1 |
2920 | 2023-10-21T15:07:58.792Z | Checking normalize-line-endings v0.3.0 |
2921 | 2023-10-21T15:07:58.855Z | Checking reqwest v0.11.20 |
2922 | 2023-10-21T15:07:58.953Z | Checking predicates v3.0.4 |
2923 | 2023-10-21T15:07:59.193Z | Checking textwrap v0.16.0 |
2924 | 2023-10-21T15:07:59.797Z | Checking tokio-postgres v0.7.10 |
2925 | 2023-10-21T15:08:00.025Z | Checking trust-dns-proto v0.22.0 |
2926 | 2023-10-21T15:08:01.083Z | Checking bitvec v1.0.1 |
2927 | 2023-10-21T15:08:01.323Z | Checking string_cache v0.8.7 |
2928 | 2023-10-21T15:08:01.337Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2929 | 2023-10-21T15:08:01.407Z | Documenting der v0.7.8 |
2930 | 2023-10-21T15:08:01.778Z | Checking petgraph v0.6.4 |
2931 | 2023-10-21T15:08:04.639Z | Checking crossbeam-epoch v0.9.15 |
2932 | 2023-10-21T15:08:05.332Z | Checking diesel v2.1.1 |
2933 | 2023-10-21T15:08:06.754Z | Checking yasna v0.5.2 |
2934 | 2023-10-21T15:08:07.334Z | Checking futures v0.3.28 |
2935 | 2023-10-21T15:08:07.507Z | Checking toml v0.7.8 |
2936 | 2023-10-21T15:08:07.787Z | Checking clap v4.4.3 |
2937 | 2023-10-21T15:08:07.897Z | Checking anyhow v1.0.75 |
2938 | 2023-10-21T15:08:07.995Z | Checking cipher v0.4.4 |
2939 | 2023-10-21T15:08:08.333Z | Checking zip v0.6.6 |
2940 | 2023-10-21T15:08:08.624Z | Checking similar v2.2.1 |
2941 | 2023-10-21T15:08:08.649Z | Checking bit-set v0.5.3 |
2942 | 2023-10-21T15:08:08.661Z | Checking itertools v0.10.5 |
2943 | 2023-10-21T15:08:09.042Z | Checking num-iter v0.1.43 |
2944 | 2023-10-21T15:08:09.089Z | Checking console v0.15.7 |
2945 | 2023-10-21T15:08:09.308Z | Checking rustix v0.38.9 |
2946 | 2023-10-21T15:08:09.464Z | Checking signature v2.1.0 |
2947 | 2023-10-21T15:08:09.773Z | Checking tokio-stream v0.1.14 |
2948 | 2023-10-21T15:08:09.948Z | Checking bstr v1.6.0 |
2949 | 2023-10-21T15:08:10.027Z | Checking usdt v0.3.5 |
2950 | 2023-10-21T15:08:10.139Z | Checking hex v0.4.3 |
2951 | 2023-10-21T15:08:10.349Z | Checking semver v1.0.18 |
2952 | 2023-10-21T15:08:10.357Z | Checking slog v2.7.0 |
2953 | 2023-10-21T15:08:10.993Z | Checking lalrpop-util v0.19.12 |
2954 | 2023-10-21T15:08:11.004Z | Documenting spki v0.7.2 |
2955 | 2023-10-21T15:08:11.041Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2956 | 2023-10-21T15:08:11.140Z | Documenting cancel-safe-futures v0.1.2 |
2957 | 2023-10-21T15:08:11.443Z | Checking heck v0.3.3 |
2958 | 2023-10-21T15:08:11.473Z | Documenting hkdf v0.12.3 |
2959 | 2023-10-21T15:08:11.699Z | Documenting structopt-derive v0.4.18 |
2960 | 2023-10-21T15:08:12.543Z | Documenting keccak v0.1.4 |
2961 | 2023-10-21T15:08:12.779Z | Documenting arc-swap v1.6.0 |
2962 | 2023-10-21T15:08:16.848Z | Documenting crc-catalog v2.2.0 |
2963 | 2023-10-21T15:08:17.985Z | Documenting pkcs8 v0.10.2 |
2964 | 2023-10-21T15:08:19.171Z | Documenting slog-scope v4.4.0 |
2965 | 2023-10-21T15:08:19.309Z | Documenting sha3 v0.10.8 |
2966 | 2023-10-21T15:08:19.866Z | Documenting structopt v0.3.26 |
2967 | 2023-10-21T15:08:20.163Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2968 | 2023-10-21T15:08:21.214Z | Documenting crc v3.0.1 |
2969 | 2023-10-21T15:08:22.484Z | Documenting libefi-sys v0.1.0 |
2970 | 2023-10-21T15:08:24.353Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2971 | 2023-10-21T15:08:25.398Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2972 | 2023-10-21T15:08:25.592Z | Documenting serde_spanned v0.6.3 |
2973 | 2023-10-21T15:08:25.917Z | Documenting secrecy v0.8.0 |
2974 | 2023-10-21T15:08:26.748Z | Documenting packed_struct_codegen v0.10.1 |
2975 | 2023-10-21T15:08:27.047Z | Documenting nodrop v0.1.14 |
2976 | 2023-10-21T15:08:29.202Z | Documenting half v1.8.2 |
2977 | 2023-10-21T15:08:31.281Z | Documenting winnow v0.5.15 |
2978 | 2023-10-21T15:08:32.158Z | Documenting ciborium-io v0.2.1 |
2979 | 2023-10-21T15:08:32.378Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2980 | 2023-10-21T15:08:33.267Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2981 | 2023-10-21T15:08:33.740Z | Documenting array-init v0.0.4 |
2982 | 2023-10-21T15:08:34.997Z | Documenting packed_struct v0.10.1 |
2983 | 2023-10-21T15:08:38.246Z | Documenting ciborium-ll v0.2.1 |
2984 | 2023-10-21T15:08:38.529Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2985 | 2023-10-21T15:08:39.587Z | Documenting toml_edit v0.20.0 |
2986 | 2023-10-21T15:08:41.103Z | Documenting slog-stdlog v4.1.1 |
2987 | 2023-10-21T15:08:44.545Z | Documenting pkcs1 v0.7.5 |
2988 | 2023-10-21T15:08:44.996Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2989 | 2023-10-21T15:08:45.061Z | Documenting num-bigint-dig v0.8.4 |
2990 | 2023-10-21T15:08:47.303Z | Documenting num-rational v0.4.1 |
2991 | 2023-10-21T15:08:48.820Z | Documenting universal-hash v0.5.1 |
2992 | 2023-10-21T15:08:48.946Z | Documenting num-complex v0.4.4 |
2993 | 2023-10-21T15:08:51.152Z | Documenting xattr v1.0.1 |
2994 | 2023-10-21T15:08:51.501Z | Documenting filetime v0.2.22 |
2995 | 2023-10-21T15:08:54.517Z | Documenting opaque-debug v0.3.0 |
2996 | 2023-10-21T15:08:55.037Z | Documenting bitfield v0.14.0 |
2997 | 2023-10-21T15:08:56.246Z | Documenting termcolor v1.2.0 |
2998 | 2023-10-21T15:08:57.625Z | Documenting num v0.4.1 |
2999 | 2023-10-21T15:08:57.843Z | Documenting rsa v0.9.2 |
3000 | 2023-10-21T15:08:57.905Z | Documenting tar v0.4.40 |
3001 | 2023-10-21T15:08:58.814Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3002 | 2023-10-21T15:08:59.705Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3003 | 2023-10-21T15:09:03.217Z | Documenting env_logger v0.10.0 |
3004 | 2023-10-21T15:09:04.464Z | Documenting toml v0.8.0 |
3005 | 2023-10-21T15:09:04.732Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3006 | 2023-10-21T15:09:04.866Z | Documenting slog-envlogger v2.2.0 |
3007 | 2023-10-21T15:09:06.219Z | Documenting ciborium v0.2.1 |
3008 | 2023-10-21T15:09:09.117Z | Documenting serde-hex v0.1.0 |
3009 | 2023-10-21T15:09:10.473Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3010 | 2023-10-21T15:09:12.085Z | Documenting x509-cert v0.2.4 |
3011 | 2023-10-21T15:09:12.139Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3012 | 2023-10-21T15:09:12.242Z | Documenting signal-hook v0.3.17 |
3013 | 2023-10-21T15:09:13.219Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3014 | 2023-10-21T15:09:13.613Z | Documenting pem v1.1.1 |
3015 | 2023-10-21T15:09:16.840Z | Documenting ron v0.8.1 |
3016 | 2023-10-21T15:09:18.120Z | Documenting fxhash v0.2.1 |
3017 | 2023-10-21T15:09:19.035Z | Documenting derive-where v1.2.5 |
3018 | 2023-10-21T15:09:19.812Z | Documenting linear-map v1.2.0 |
3019 | 2023-10-21T15:09:20.517Z | Documenting crc-any v2.4.3 |
3020 | 2023-10-21T15:09:24.238Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3021 | 2023-10-21T15:09:24.299Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3022 | 2023-10-21T15:09:24.997Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3023 | 2023-10-21T15:09:26.416Z | Documenting doc-comment v0.3.3 |
3024 | 2023-10-21T15:09:28.527Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3025 | 2023-10-21T15:09:30.623Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3026 | 2023-10-21T15:09:30.778Z | Documenting libsqlite3-sys v0.26.0 |
3027 | 2023-10-21T15:09:30.920Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3028 | 2023-10-21T15:09:31.925Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3029 | 2023-10-21T15:09:37.978Z | Documenting hashlink v0.8.3 |
3030 | 2023-10-21T15:09:39.510Z | Documenting aead v0.5.2 |
3031 | 2023-10-21T15:09:40.567Z | Documenting snafu-derive v0.7.5 |
3032 | 2023-10-21T15:09:43.315Z | Documenting same-file v1.0.6 |
3033 | 2023-10-21T15:09:44.600Z | Documenting fallible-streaming-iterator v0.1.9 |
3034 | 2023-10-21T15:09:44.999Z | Documenting path-slash v0.1.5 |
3035 | 2023-10-21T15:09:45.179Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3036 | 2023-10-21T15:09:47.484Z | Documenting newtype_derive v0.1.6 |
3037 | 2023-10-21T15:09:49.366Z | Documenting rusqlite v0.29.0 |
3038 | 2023-10-21T15:09:49.668Z | Documenting walkdir v2.4.0 |
3039 | 2023-10-21T15:09:51.413Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3040 | 2023-10-21T15:09:52.184Z | Documenting snafu v0.7.5 |
3041 | 2023-10-21T15:09:52.674Z | Documenting twox-hash v1.6.3 |
3042 | 2023-10-21T15:09:53.938Z | Documenting camino-tempfile v1.0.2 |
3043 | 2023-10-21T15:09:53.962Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3044 | 2023-10-21T15:09:56.090Z | Documenting nix v0.26.2 |
3045 | 2023-10-21T15:09:56.940Z | Checking darling_core v0.14.4 |
3046 | 2023-10-21T15:09:58.646Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3047 | 2023-10-21T15:09:58.971Z | Documenting nibble_vec v0.1.0 |
3048 | 2023-10-21T15:09:59.911Z | Documenting endian-type v0.1.2 |
3049 | 2023-10-21T15:10:01.121Z | Checking darling v0.14.4 |
3050 | 2023-10-21T15:10:01.313Z | Documenting steno v0.4.0 |
3051 | 2023-10-21T15:10:03.875Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3052 | 2023-10-21T15:10:05.170Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3053 | 2023-10-21T15:10:06.040Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3054 | 2023-10-21T15:10:06.232Z | Documenting radix_trie v0.2.1 |
3055 | 2023-10-21T15:10:06.503Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3056 | 2023-10-21T15:10:06.948Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3057 | 2023-10-21T15:10:07.868Z | Documenting polyval v0.6.1 |
3058 | 2023-10-21T15:10:12.978Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3059 | 2023-10-21T15:10:13.436Z | Documenting num_enum v0.7.0 |
3060 | 2023-10-21T15:10:14.915Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3061 | 2023-10-21T15:10:15.253Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3062 | 2023-10-21T15:10:15.332Z | Documenting ctr v0.9.2 |
3063 | 2023-10-21T15:10:17.131Z | Documenting aes v0.8.3 |
3064 | 2023-10-21T15:10:18.953Z | Documenting bincode v1.3.3 |
3065 | 2023-10-21T15:10:19.395Z | Documenting path-dedot v3.1.0 |
3066 | 2023-10-21T15:10:22.662Z | Checking convert_case v0.4.0 |
3067 | 2023-10-21T15:10:23.014Z | Documenting utf-8 v0.7.6 |
3068 | 2023-10-21T15:10:25.407Z | Documenting convert_case v0.4.0 |
3069 | 2023-10-21T15:10:25.981Z | Documenting path-absolutize v3.1.0 |
3070 | 2023-10-21T15:10:25.995Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3071 | 2023-10-21T15:10:26.931Z | Documenting aes-gcm-siv v0.11.1 |
3072 | 2023-10-21T15:10:29.227Z | Documenting tungstenite v0.20.1 |
3073 | 2023-10-21T15:10:31.646Z | Documenting derive_more v0.99.17 |
3074 | 2023-10-21T15:10:32.171Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3075 | 2023-10-21T15:10:33.087Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3076 | 2023-10-21T15:10:34.891Z | Documenting trust-dns-client v0.22.0 |
3077 | 2023-10-21T15:10:37.450Z | Documenting buf-list v1.0.3 |
3078 | 2023-10-21T15:10:39.369Z | Documenting globset v0.4.13 |
3079 | 2023-10-21T15:10:41.320Z | Documenting crossbeam-deque v0.8.3 |
3080 | 2023-10-21T15:10:42.745Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3081 | 2023-10-21T15:10:43.531Z | Documenting headers-core v0.2.0 |
3082 | 2023-10-21T15:10:45.179Z | Documenting olpc-cjson v0.1.3 |
3083 | 2023-10-21T15:10:46.466Z | Documenting serde_plain v1.0.2 |
3084 | 2023-10-21T15:10:47.896Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3085 | 2023-10-21T15:10:48.648Z | Documenting async-recursion v1.0.5 |
3086 | 2023-10-21T15:10:50.588Z | Documenting bitstruct_derive v0.1.0 |
3087 | 2023-10-21T15:10:52.100Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3088 | 2023-10-21T15:10:52.666Z | Documenting display-error-chain v0.1.1 |
3089 | 2023-10-21T15:10:53.212Z | Documenting ascii v1.1.0 |
3090 | 2023-10-21T15:10:53.451Z | Documenting ringbuffer v0.15.0 |
3091 | 2023-10-21T15:10:55.984Z | Documenting tough v0.12.5 |
3092 | 2023-10-21T15:10:57.768Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3093 | 2023-10-21T15:10:58.235Z | Documenting bitstruct v0.1.1 |
3094 | 2023-10-21T15:10:58.584Z | Documenting headers v0.3.9 |
3095 | 2023-10-21T15:10:58.694Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3096 | 2023-10-21T15:10:58.898Z | Documenting trust-dns-server v0.22.1 |
3097 | 2023-10-21T15:11:01.381Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3098 | 2023-10-21T15:11:02.507Z | Documenting rayon-core v1.11.0 |
3099 | 2023-10-21T15:11:05.047Z | Documenting tokio-tungstenite v0.20.1 |
3100 | 2023-10-21T15:11:05.937Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3101 | 2023-10-21T15:11:08.674Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3102 | 2023-10-21T15:11:08.747Z | Documenting derive_builder_core v0.12.0 |
3103 | 2023-10-21T15:11:09.208Z | Checking derive_builder_core v0.12.0 |
3104 | 2023-10-21T15:11:09.873Z | Documenting sled v0.34.7 |
3105 | 2023-10-21T15:11:10.707Z | Documenting signal-hook-mio v0.2.3 |
3106 | 2023-10-21T15:11:11.440Z | Documenting erased-serde v0.3.30 |
3107 | 2023-10-21T15:11:15.800Z | Documenting unicase v2.7.0 |
3108 | 2023-10-21T15:11:16.076Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3109 | 2023-10-21T15:11:17.159Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3110 | 2023-10-21T15:11:17.401Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3111 | 2023-10-21T15:11:18.400Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3112 | 2023-10-21T15:11:18.433Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3113 | 2023-10-21T15:11:18.589Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3114 | 2023-10-21T15:11:18.861Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3115 | 2023-10-21T15:11:18.876Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3116 | 2023-10-21T15:11:18.901Z | Documenting serde_arrays v0.1.0 |
3117 | 2023-10-21T15:11:19.643Z | Documenting ff v0.13.0 |
3118 | 2023-10-21T15:11:20.640Z | Documenting pretty-hex v0.3.0 |
3119 | 2023-10-21T15:11:20.643Z | Documenting mime_guess v2.0.4 |
3120 | 2023-10-21T15:11:25.195Z | Documenting derive_builder_macro v0.12.0 |
3121 | 2023-10-21T15:11:25.421Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3122 | 2023-10-21T15:11:25.720Z | Documenting crossterm v0.27.0 |
3123 | 2023-10-21T15:11:26.646Z | Documenting group v0.13.0 |
3124 | 2023-10-21T15:11:27.482Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3125 | 2023-10-21T15:11:32.388Z | Documenting rayon v1.7.0 |
3126 | 2023-10-21T15:11:33.442Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3127 | 2023-10-21T15:11:38.972Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3128 | 2023-10-21T15:11:41.877Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3129 | 2023-10-21T15:11:45.640Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3130 | 2023-10-21T15:11:49.921Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3131 | 2023-10-21T15:11:54.760Z | Documenting portable-atomic v1.4.3 |
3132 | 2023-10-21T15:11:55.431Z | Documenting ed25519 v1.5.3 |
3133 | 2023-10-21T15:11:56.562Z | Documenting bcs v0.1.5 |
3134 | 2023-10-21T15:11:59.713Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3135 | 2023-10-21T15:12:00.352Z | Documenting crypto-bigint v0.5.2 |
3136 | 2023-10-21T15:12:01.043Z | Documenting curve25519-dalek-derive v0.1.0 |
3137 | 2023-10-21T15:12:02.248Z | Documenting ref-cast-impl v1.0.20 |
3138 | 2023-10-21T15:12:03.786Z | Documenting thiserror-impl-no-std v2.0.2 |
3139 | 2023-10-21T15:12:04.659Z | Documenting vte_generate_state_changes v0.1.1 |
3140 | 2023-10-21T15:12:08.626Z | Documenting highway v1.1.0 |
3141 | 2023-10-21T15:12:09.556Z | Documenting cassowary v0.3.0 |
3142 | 2023-10-21T15:12:10.018Z | Documenting unicode-xid v0.2.4 |
3143 | 2023-10-21T15:12:10.395Z | Documenting base16ct v0.2.0 |
3144 | 2023-10-21T15:12:10.916Z | Documenting number_prefix v0.4.0 |
3145 | 2023-10-21T15:12:12.390Z | Checking unicode-xid v0.2.4 |
3146 | 2023-10-21T15:12:12.624Z | Documenting thiserror-no-std v2.0.2 |
3147 | 2023-10-21T15:12:14.477Z | Documenting const_format_proc_macros v0.2.31 |
3148 | 2023-10-21T15:12:14.935Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3149 | 2023-10-21T15:12:15.109Z | Documenting elliptic-curve v0.13.5 |
3150 | 2023-10-21T15:12:16.216Z | Documenting ratatui v0.23.0 |
3151 | 2023-10-21T15:12:16.962Z | Documenting vte v0.11.1 |
3152 | 2023-10-21T15:12:17.303Z | Documenting indicatif v0.17.7 |
3153 | 2023-10-21T15:12:21.405Z | Documenting ref-cast v1.0.20 |
3154 | 2023-10-21T15:12:23.710Z | Documenting curve25519-dalek v4.1.0 |
3155 | 2023-10-21T15:12:24.298Z | Documenting salty v0.2.0 |
3156 | 2023-10-21T15:12:24.987Z | Documenting derive_builder v0.12.0 |
3157 | 2023-10-21T15:12:25.833Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3158 | 2023-10-21T15:12:26.917Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3159 | 2023-10-21T15:12:27.998Z | Documenting polar-core v0.26.4 |
3160 | 2023-10-21T15:12:31.163Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3161 | 2023-10-21T15:12:32.456Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3162 | 2023-10-21T15:12:33.985Z | Documenting libxml v0.3.3 |
3163 | 2023-10-21T15:12:37.736Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3164 | 2023-10-21T15:12:38.323Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3165 | 2023-10-21T15:12:42.849Z | Documenting poly1305 v0.8.0 |
3166 | 2023-10-21T15:12:45.322Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3167 | 2023-10-21T15:12:47.312Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3168 | 2023-10-21T15:12:47.538Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3169 | 2023-10-21T15:12:51.031Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3170 | 2023-10-21T15:12:51.702Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3171 | 2023-10-21T15:12:52.036Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3172 | 2023-10-21T15:12:52.133Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3173 | 2023-10-21T15:12:58.983Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3174 | 2023-10-21T15:13:02.306Z | Documenting chacha20 v0.9.1 |
3175 | 2023-10-21T15:13:02.536Z | Documenting bb8 v0.8.1 |
3176 | 2023-10-21T15:13:05.793Z | Documenting serde-big-array v0.5.1 |
3177 | 2023-10-21T15:13:09.514Z | Documenting quick-xml v0.23.1 |
3178 | 2023-10-21T15:13:09.803Z | Documenting bytesize v1.3.0 |
3179 | 2023-10-21T15:13:10.275Z | Documenting oso-derive v0.26.4 |
3180 | 2023-10-21T15:13:10.557Z | Documenting impl-trait-for-tuples v0.2.2 |
3181 | 2023-10-21T15:13:12.542Z | Documenting rtoolbox v0.0.1 |
3182 | 2023-10-21T15:13:15.407Z | Documenting humantime v2.1.0 |
3183 | 2023-10-21T15:13:16.205Z | Documenting maplit v1.0.2 |
3184 | 2023-10-21T15:13:16.467Z | Documenting fs-err v2.9.0 |
3185 | 2023-10-21T15:13:17.068Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3186 | 2023-10-21T15:13:17.485Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3187 | 2023-10-21T15:13:17.977Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3188 | 2023-10-21T15:13:19.017Z | Documenting rpassword v7.2.0 |
3189 | 2023-10-21T15:13:19.532Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3190 | 2023-10-21T15:13:21.713Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3191 | 2023-10-21T15:13:22.737Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3192 | 2023-10-21T15:13:22.840Z | Documenting oso v0.26.4 |
3193 | 2023-10-21T15:13:31.101Z | Documenting chacha20poly1305 v0.10.1 |
3194 | 2023-10-21T15:13:34.299Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3195 | 2023-10-21T15:13:35.770Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3196 | 2023-10-21T15:13:41.005Z | Documenting vsss-rs v3.3.1 |
3197 | 2023-10-21T15:13:41.955Z | Documenting tui-tree-widget v0.13.0 |
3198 | 2023-10-21T15:13:42.929Z | Documenting strip-ansi-escapes v0.2.0 |
3199 | 2023-10-21T15:13:46.442Z | Documenting const_format v0.2.31 |
3200 | 2023-10-21T15:13:46.984Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3201 | 2023-10-21T15:13:49.325Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3202 | 2023-10-21T15:13:50.988Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3203 | 2023-10-21T15:13:51.805Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3204 | 2023-10-21T15:13:54.081Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3205 | 2023-10-21T15:13:55.480Z | Documenting cookie v0.16.2 |
3206 | 2023-10-21T15:13:56.889Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3207 | 2023-10-21T15:14:01.441Z | Documenting rcgen v0.10.0 |
3208 | 2023-10-21T15:14:03.184Z | Documenting signal-hook-tokio v0.3.1 |
3209 | 2023-10-21T15:14:04.893Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3210 | 2023-10-21T15:14:06.353Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3211 | 2023-10-21T15:14:06.918Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3212 | 2023-10-21T15:14:07.920Z | Documenting atomicwrites v0.4.2 |
3213 | 2023-10-21T15:14:12.743Z | Documenting fd-lock v3.0.13 |
3214 | 2023-10-21T15:14:12.827Z | Documenting subprocess v0.2.9 |
3215 | 2023-10-21T15:14:13.095Z | Documenting bit_field v0.10.2 |
3216 | 2023-10-21T15:14:13.180Z | Documenting nu-ansi-term v0.49.0 |
3217 | 2023-10-21T15:14:14.968Z | Documenting owo-colors v3.5.0 |
3218 | 2023-10-21T15:14:17.424Z | Documenting http-range v0.1.5 |
3219 | 2023-10-21T15:14:18.078Z | Documenting shell-words v1.1.0 |
3220 | 2023-10-21T15:14:18.403Z | Documenting corncobs v0.1.3 |
3221 | 2023-10-21T15:14:19.427Z | Documenting reedline v0.23.0 |
3222 | 2023-10-21T15:14:22.734Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3223 | 2023-10-21T15:14:22.844Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3224 | 2023-10-21T15:14:23.674Z | Documenting hyper-staticfile v0.9.5 |
3225 | 2023-10-21T15:14:24.524Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3226 | 2023-10-21T15:14:25.674Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3227 | 2023-10-21T15:14:29.819Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3228 | 2023-10-21T15:14:30.849Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3229 | 2023-10-21T15:14:31.252Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3230 | 2023-10-21T15:14:33.579Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3231 | 2023-10-21T15:14:33.905Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3232 | 2023-10-21T15:14:51.011Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3233 | 2023-10-21T15:14:52.567Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3234 | 2023-10-21T15:14:58.734Z | Documenting fatfs v0.3.6 |
3235 | 2023-10-21T15:15:01.635Z | Documenting cargo-platform v0.1.3 |
3236 | 2023-10-21T15:15:03.746Z | Documenting nanorand v0.7.0 |
3237 | 2023-10-21T15:15:07.508Z | Documenting assert_matches v1.5.0 |
3238 | 2023-10-21T15:15:08.359Z | Documenting glob v0.3.1 |
3239 | 2023-10-21T15:15:12.665Z | Documenting cargo_metadata v0.18.0 |
3240 | 2023-10-21T15:15:12.744Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3241 | 2023-10-21T15:15:12.831Z | Documenting flume v0.11.0 |
3242 | 2023-10-21T15:15:13.155Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3243 | 2023-10-21T15:15:14.884Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3244 | 2023-10-21T15:15:16.497Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3245 | 2023-10-21T15:15:16.976Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3246 | 2023-10-21T15:15:17.559Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3247 | 2023-10-21T15:15:19.049Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3248 | 2023-10-21T15:15:20.873Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3249 | 2023-10-21T15:15:21.506Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3250 | 2023-10-21T15:15:24.571Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3251 | 2023-10-21T15:15:33.429Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3252 | 2023-10-21T15:15:49.236Z | Documenting omicron-zone-package v0.8.3 |
3253 | 2023-10-21T15:15:55.915Z | Documenting cargo_toml v0.16.3 |
3254 | 2023-10-21T15:15:59.322Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3255 | 2023-10-21T15:16:02.880Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3256 | 2023-10-21T15:16:03.069Z | Documenting termios v0.3.3 |
3257 | 2023-10-21T15:16:03.814Z | Documenting topological-sort v0.2.2 |
3258 | 2023-10-21T15:16:05.742Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3259 | 2023-10-21T15:16:06.788Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3260 | 2023-10-21T15:16:06.983Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3261 | 2023-10-21T15:16:09.552Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3262 | 2023-10-21T15:16:10.081Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3263 | 2023-10-21T15:16:18.178Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3264 | 2023-10-21T15:16:40.824Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3265 | 2023-10-21T15:16:43.778Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3266 | 2023-10-21T15:17:06.054Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3267 | 2023-10-21T15:17:06.061Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3268 | 2023-10-21T15:17:06.071Z | | |
3269 | 2023-10-21T15:17:06.082Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3270 | 2023-10-21T15:17:06.088Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3271 | 2023-10-21T15:17:06.092Z | | |
3272 | 2023-10-21T15:17:06.098Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3273 | 2023-10-21T15:17:06.102Z | help: to link to the struct, prefix with `struct@` |
3274 | 2023-10-21T15:17:06.106Z | | |
3275 | 2023-10-21T15:17:06.110Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3276 | 2023-10-21T15:17:06.115Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3277 | 2023-10-21T15:17:06.120Z | | |
3278 | 2023-10-21T15:17:06.173Z | |
3279 | 2023-10-21T15:17:07.768Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3280 | 2023-10-21T15:17:09.038Z | warning: `wicketd` (lib doc) generated 1 warning |
3281 | 2023-10-21T15:17:09.041Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3282 | 2023-10-21T15:17:10.130Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3283 | 2023-10-21T15:17:10.699Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3284 | 2023-10-21T15:17:17.145Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3285 | 2023-10-21T15:18:08.520Z | warning: unresolved link to `Driver::status` |
3286 | 2023-10-21T15:18:08.528Z | --> nexus/src/app/background/common.rs:180:34 |
3287 | 2023-10-21T15:18:08.535Z | | |
3288 | 2023-10-21T15:18:08.541Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3289 | 2023-10-21T15:18:08.547Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3290 | 2023-10-21T15:18:08.556Z | | |
3291 | 2023-10-21T15:18:08.565Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3292 | 2023-10-21T15:18:08.571Z | |
3293 | 2023-10-21T15:18:08.578Z | warning: unresolved link to `Driver::status` |
3294 | 2023-10-21T15:18:08.584Z | --> nexus/src/app/background/common.rs:280:30 |
3295 | 2023-10-21T15:18:08.589Z | | |
3296 | 2023-10-21T15:18:08.594Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3297 | 2023-10-21T15:18:08.599Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3298 | 2023-10-21T15:18:08.609Z | |
3299 | 2023-10-21T15:18:11.562Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3300 | 2023-10-21T15:18:40.059Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 04s |
3301 | 2023-10-21T15:18:40.174Z | |
3302 | 2023-10-21T15:18:40.178Z | real 17:04.386157548 |
3303 | 2023-10-21T15:18:40.182Z | user 59:44.896481441 |
3304 | 2023-10-21T15:18:40.187Z | sys 1:05:09.072186300 |
3305 | 2023-10-21T15:18:40.191Z | trap 2.122821185 |
3306 | 2023-10-21T15:18:40.196Z | tflt 0.168968935 |
3307 | 2023-10-21T15:18:40.219Z | dflt 0.595531758 |
3308 | 2023-10-21T15:18:40.230Z | kflt 0.000576458 |
3309 | 2023-10-21T15:18:40.246Z | lock 3:11:39.904669193 |
3310 | 2023-10-21T15:18:40.298Z | slp 4:28:36.575535198 |
3311 | 2023-10-21T15:18:40.305Z | lat 5:59.666435896 |
3312 | 2023-10-21T15:18:40.320Z | stop 2:13.939531933 |
3313 | 2023-10-21T15:18:40.323Z | process exited: duration 2026753 ms, exit code 0 |
|
3314 | 2023-10-21T15:18:40.329Z | found 0 output files |