|
|
|
1 | 2023-10-26T22:19:20.431Z | job assigned to worker 01HDQ10SHWTWCCPX8VN5V4SPY5 (queued for 1 m 59 s) |
|
2 | 2023-10-26T22:19:20.993Z | starting task 0: "setup" |
3 | 2023-10-26T22:19:21.250Z | ++ uname -s |
4 | 2023-10-26T22:19:21.254Z | + kern=SunOS |
5 | 2023-10-26T22:19:21.258Z | + case "$kern" in |
6 | 2023-10-26T22:19:21.263Z | + groupadd -g 12345 build |
7 | 2023-10-26T22:19:21.267Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-26T22:19:23.280Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-26T22:19:23.384Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-26T22:19:23.402Z | + home_fs=zfs |
11 | 2023-10-26T22:19:23.423Z | + [[ zfs == autofs ]] |
12 | 2023-10-26T22:19:23.433Z | + mkdir -p /home/build |
13 | 2023-10-26T22:19:23.466Z | + chown build:build /home/build /work |
14 | 2023-10-26T22:19:25.792Z | + chmod 0700 /home/build /work |
15 | 2023-10-26T22:19:25.803Z | process exited: duration 4380 ms, exit code 0 |
|
16 | 2023-10-26T22:19:25.826Z | starting task 1: "rust-toolchain" |
17 | 2023-10-26T22:19:25.843Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-26T22:19:25.854Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-26T22:19:26.022Z | info: downloading installer |
20 | 2023-10-26T22:19:29.436Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-26T22:19:29.445Z | warning: /opt/ooce/bin |
22 | 2023-10-26T22:19:29.463Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-26T22:19:29.479Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-26T22:19:29.486Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-26T22:19:29.495Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-26T22:19:29.503Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-26T22:19:29.515Z | error: cannot install while Rust is installed |
28 | 2023-10-26T22:19:29.530Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-26T22:19:29.728Z | info: profile set to 'default' |
30 | 2023-10-26T22:19:29.732Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-26T22:19:29.739Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-26T22:19:29.913Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-26T22:19:29.918Z | info: downloading component 'cargo' |
34 | 2023-10-26T22:19:30.846Z | info: downloading component 'clippy' |
35 | 2023-10-26T22:19:31.590Z | info: downloading component 'rust-docs' |
36 | 2023-10-26T22:19:32.343Z | info: downloading component 'rust-std' |
37 | 2023-10-26T22:19:34.455Z | info: downloading component 'rustc' |
38 | 2023-10-26T22:19:39.762Z | info: downloading component 'rustfmt' |
39 | 2023-10-26T22:19:40.123Z | info: installing component 'cargo' |
40 | 2023-10-26T22:19:41.985Z | info: installing component 'clippy' |
41 | 2023-10-26T22:19:42.810Z | info: installing component 'rust-docs' |
42 | 2023-10-26T22:19:45.659Z | info: installing component 'rust-std' |
43 | 2023-10-26T22:19:49.407Z | info: installing component 'rustc' |
44 | 2023-10-26T22:19:59.170Z | info: installing component 'rustfmt' |
45 | 2023-10-26T22:19:59.637Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-26T22:19:59.641Z | |
47 | 2023-10-26T22:19:59.849Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-26T22:19:59.853Z | |
49 | 2023-10-26T22:19:59.856Z | |
50 | 2023-10-26T22:19:59.860Z | Rust is installed now. Great! |
51 | 2023-10-26T22:19:59.863Z | |
52 | 2023-10-26T22:19:59.867Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-26T22:19:59.870Z | environment variable. This has not been done automatically. |
54 | 2023-10-26T22:19:59.873Z | |
55 | 2023-10-26T22:19:59.877Z | To configure your current shell, run: |
56 | 2023-10-26T22:19:59.881Z | source "$HOME/.cargo/env" |
57 | 2023-10-26T22:20:00.350Z | + rustc --version |
58 | 2023-10-26T22:20:00.354Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-26T22:20:00.357Z | process exited: duration 34224 ms, exit code 0 |
|
60 | 2023-10-26T22:20:00.374Z | starting task 2: "authentication" |
61 | 2023-10-26T22:20:00.435Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-10-26T22:20:00.445Z | starting task 3: "clone repository" |
63 | 2023-10-26T22:20:00.469Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-26T22:20:00.481Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-26T22:20:00.516Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-26T22:20:11.875Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-26T22:20:11.900Z | + [[ -n dap/omdb-db-version ]] |
68 | 2023-10-26T22:20:11.925Z | + git fetch origin dap/omdb-db-version |
69 | 2023-10-26T22:20:12.238Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-26T22:20:12.241Z | * branch dap/omdb-db-version -> FETCH_HEAD |
71 | 2023-10-26T22:20:12.249Z | + git checkout -B dap/omdb-db-version remotes/origin/dap/omdb-db-version |
72 | 2023-10-26T22:20:12.336Z | Switched to a new branch 'dap/omdb-db-version' |
73 | 2023-10-26T22:20:12.340Z | branch 'dap/omdb-db-version' set up to track 'origin/dap/omdb-db-version'. |
74 | 2023-10-26T22:20:12.343Z | + git reset --hard b6fe409d74d32e43335b8545e1d089e5a88d42d9 |
75 | 2023-10-26T22:20:12.498Z | HEAD is now at b6fe409d omdb could care less about the current database version |
76 | 2023-10-26T22:20:12.509Z | process exited: duration 12032 ms, exit code 0 |
|
77 | 2023-10-26T22:20:12.530Z | starting task 4: "build" |
78 | 2023-10-26T22:20:12.547Z | + cargo --version |
79 | 2023-10-26T22:20:12.633Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-26T22:20:12.639Z | + rustc --version |
81 | 2023-10-26T22:20:12.735Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-26T22:20:12.740Z | + source ./env.sh |
83 | 2023-10-26T22:20:12.745Z | ++ set -o xtrace |
84 | 2023-10-26T22:20:12.749Z | ++++ dirname ./env.sh |
85 | 2023-10-26T22:20:12.755Z | +++ cd . |
86 | 2023-10-26T22:20:12.760Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-26T22:20:12.764Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-26T22:20:12.768Z | ++ 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-26T22:20:12.772Z | ++ 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-26T22:20:12.776Z | ++ 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-26T22:20:12.780Z | ++ 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-26T22:20:12.785Z | ++ 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-26T22:20:12.789Z | ++ 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-26T22:20:12.792Z | ++ 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-26T22:20:12.796Z | ++ 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-26T22:20:12.801Z | ++ unset OMICRON_WS |
97 | 2023-10-26T22:20:12.805Z | ++ set +o xtrace |
98 | 2023-10-26T22:20:12.946Z | |
99 | 2023-10-26T22:20:12.952Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-10-26T22:20:12.955Z | # # # # # # # # # # # # # # # |
101 | 2023-10-26T22:20:12.958Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-10-26T22:20:12.961Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-10-26T22:20:12.964Z | # # # # # # # # # # # # # # # |
104 | 2023-10-26T22:20:12.967Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-10-26T22:20:12.970Z | |
106 | 2023-10-26T22:20:25.011Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-10-26T22:20:25.934Z | Startup: Caching catalogs ... Done |
108 | 2023-10-26T22:20:30.636Z | Planning: Solver setup ... Done (4.413s) |
109 | 2023-10-26T22:20:30.749Z | Planning: Running solver ... Done (0.115s) |
110 | 2023-10-26T22:20:30.801Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-10-26T22:20:30.818Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-10-26T22:20:31.039Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-10-26T22:20:31.118Z | Planning: Package planning ... Done (0.077s) |
114 | 2023-10-26T22:20:31.203Z | Planning: Merging actions ... Done (0.085s) |
115 | 2023-10-26T22:20:32.522Z | Planning: Checking for conflicting actions ... Done (0.904s) |
116 | 2023-10-26T22:20:32.982Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-10-26T22:20:37.036Z | Planning: Evaluating mediators ... Done (4.912s) |
118 | 2023-10-26T22:20:37.053Z | Planning: Planning completed in 11.06 seconds |
119 | 2023-10-26T22:20:37.075Z | Packages to install: 4 |
120 | 2023-10-26T22:20:37.081Z | Mediators to change: 2 |
121 | 2023-10-26T22:20:37.086Z | Services to change: 1 |
122 | 2023-10-26T22:20:37.090Z | Estimated space available: 149.39 GB |
123 | 2023-10-26T22:20:37.094Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-10-26T22:20:37.097Z | Create boot environment: No |
125 | 2023-10-26T22:20:37.102Z | Create backup boot environment: No |
126 | 2023-10-26T22:20:37.107Z | Rebuild boot archive: No |
127 | 2023-10-26T22:20:37.111Z | |
128 | 2023-10-26T22:20:37.116Z | Changed mediators: |
129 | 2023-10-26T22:20:37.120Z | mediator clang: |
130 | 2023-10-26T22:20:37.124Z | version: None -> 15 (system default) |
131 | 2023-10-26T22:20:37.128Z | |
132 | 2023-10-26T22:20:37.132Z | mediator llvm: |
133 | 2023-10-26T22:20:37.136Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-10-26T22:20:37.140Z | |
135 | 2023-10-26T22:20:37.144Z | Changed packages: |
136 | 2023-10-26T22:20:37.148Z | helios-dev |
137 | 2023-10-26T22:20:37.151Z | developer/build-essential |
138 | 2023-10-26T22:20:37.155Z | None -> 11-2.0 |
139 | 2023-10-26T22:20:37.159Z | library/libxmlsec1 |
140 | 2023-10-26T22:20:37.162Z | None -> 1.2.35-2.0 |
141 | 2023-10-26T22:20:37.166Z | ooce/developer/clang-15 |
142 | 2023-10-26T22:20:37.171Z | None -> 15.0.7-2.0 |
143 | 2023-10-26T22:20:37.174Z | ooce/developer/llvm-15 |
144 | 2023-10-26T22:20:37.178Z | None -> 15.0.7-2.0 |
145 | 2023-10-26T22:20:37.182Z | |
146 | 2023-10-26T22:20:37.189Z | Services: |
147 | 2023-10-26T22:20:37.192Z | restart_fmri: |
148 | 2023-10-26T22:20:37.196Z | svc:/system/update-man-index:default |
149 | 2023-10-26T22:20:37.308Z | |
150 | 2023-10-26T22:20:37.317Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-10-26T22:20:42.321Z | Download: 1194/3290 items 72.3/212.6MB 33% complete (14.7M/s) |
152 | 2023-10-26T22:20:47.325Z | Download: 1570/3290 items 116.1/212.6MB 54% complete (11.8M/s) |
153 | 2023-10-26T22:20:52.325Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (4.7M/s) |
154 | 2023-10-26T22:20:57.143Z | Download: Completed 212.60 MB in 19.83 seconds (10.7M/s) |
155 | 2023-10-26T22:20:57.799Z | Actions: 1/3687 actions (Installing new actions) |
156 | 2023-10-26T22:21:02.795Z | Actions: 2248/3687 actions (Installing new actions) |
157 | 2023-10-26T22:21:06.053Z | Actions: Completed 3687 actions in 8.26 seconds. |
158 | 2023-10-26T22:21:06.204Z | Done (0.143s) |
159 | 2023-10-26T22:21:06.211Z | Done (0.000s) |
160 | 2023-10-26T22:21:06.413Z | Done (0.204s) |
161 | 2023-10-26T22:21:14.027Z | Done (7.502s) |
162 | 2023-10-26T22:21:14.421Z | Done (0.294s) |
163 | 2023-10-26T22:21:14.897Z | Done (0.000s) |
164 | 2023-10-26T22:21:14.902Z | Done (0.000s) |
165 | 2023-10-26T22:21:15.320Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-10-26T22:21:15.601Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-10-26T22:21:15.617Z | Planning: Consolidating action changes ... Done |
168 | 2023-10-26T22:21:16.027Z | Planning: Evaluating mediators ... Done |
169 | 2023-10-26T22:21:16.060Z | Planning: Planning completed in 0.71 seconds |
170 | 2023-10-26T22:21:16.527Z | Mediators to change: 2 |
171 | 2023-10-26T22:21:16.537Z | Create boot environment: No |
172 | 2023-10-26T22:21:16.552Z | Create backup boot environment: No |
173 | 2023-10-26T22:21:16.570Z | Done |
174 | 2023-10-26T22:21:16.584Z | Done |
175 | 2023-10-26T22:21:16.598Z | Done |
176 | 2023-10-26T22:21:22.303Z | Done |
177 | 2023-10-26T22:21:22.435Z | Done |
178 | 2023-10-26T22:21:22.452Z | Done |
179 | 2023-10-26T22:21:22.527Z | Done |
180 | 2023-10-26T22:21:23.509Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-10-26T22:21:23.514Z | Planning: Merging actions ... Done |
182 | 2023-10-26T22:21:23.836Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-10-26T22:21:23.841Z | Planning: Consolidating action changes ... Done |
184 | 2023-10-26T22:21:24.258Z | Planning: Evaluating mediators ... Done |
185 | 2023-10-26T22:21:24.347Z | Planning: Planning completed in 1.27 seconds |
186 | 2023-10-26T22:21:24.404Z | Packages to change: 1 |
187 | 2023-10-26T22:21:24.416Z | Mediators to change: 1 |
188 | 2023-10-26T22:21:24.423Z | Services to change: 1 |
189 | 2023-10-26T22:21:24.434Z | Create boot environment: No |
190 | 2023-10-26T22:21:24.451Z | Create backup boot environment: Yes |
191 | 2023-10-26T22:21:26.792Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-10-26T22:21:26.797Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-10-26T22:21:26.801Z | Done |
194 | 2023-10-26T22:21:26.805Z | Done |
195 | 2023-10-26T22:21:26.844Z | Done |
196 | 2023-10-26T22:21:32.722Z | Done |
197 | 2023-10-26T22:21:32.816Z | Done |
198 | 2023-10-26T22:21:32.822Z | Done |
199 | 2023-10-26T22:21:32.951Z | Done |
200 | 2023-10-26T22:21:33.623Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-10-26T22:21:33.630Z | clang system 15 system |
202 | 2023-10-26T22:21:33.636Z | csh system system illumos |
203 | 2023-10-26T22:21:33.653Z | ctags system system illumos |
204 | 2023-10-26T22:21:33.658Z | gcc vendor 12 vendor |
205 | 2023-10-26T22:21:33.671Z | gcc system 10 system |
206 | 2023-10-26T22:21:33.697Z | gcc system 7 system |
207 | 2023-10-26T22:21:33.704Z | go system 1.20 system |
208 | 2023-10-26T22:21:33.750Z | go system 1.19 system |
209 | 2023-10-26T22:21:33.780Z | llvm system 15 system |
210 | 2023-10-26T22:21:34.188Z | llvm system 14 system |
211 | 2023-10-26T22:21:34.193Z | mariadb system 10.6 system |
212 | 2023-10-26T22:21:34.199Z | mta vendor vendor dma |
213 | 2023-10-26T22:21:34.210Z | openjdk system 17 system |
214 | 2023-10-26T22:21:34.221Z | openjdk system 11 system |
215 | 2023-10-26T22:21:34.231Z | openjdk system 1.8 system |
216 | 2023-10-26T22:21:34.235Z | openssl vendor 3 vendor |
217 | 2023-10-26T22:21:34.239Z | perl system 5.36 system |
218 | 2023-10-26T22:21:34.242Z | postgresql system 15 system |
219 | 2023-10-26T22:21:34.254Z | postgresql system 13 system |
220 | 2023-10-26T22:21:34.259Z | python vendor 3 vendor |
221 | 2023-10-26T22:21:34.264Z | python system 2 system |
222 | 2023-10-26T22:21:34.268Z | python3 system 3.11 system |
223 | 2023-10-26T22:21:34.274Z | ruby system 3.0 system |
224 | 2023-10-26T22:21:34.278Z | words vendor vendor american-english |
225 | 2023-10-26T22:21:34.282Z | words system system australian-english |
226 | 2023-10-26T22:21:34.286Z | words system system british-english |
227 | 2023-10-26T22:21:34.290Z | words system system canadian-english |
228 | 2023-10-26T22:21:34.294Z | words system system french |
229 | 2023-10-26T22:21:34.298Z | words system system italian |
230 | 2023-10-26T22:21:34.301Z | words system system ngerman |
231 | 2023-10-26T22:21:34.306Z | words system system ogerman |
232 | 2023-10-26T22:21:34.310Z | words system system spanish |
233 | 2023-10-26T22:21:34.314Z | FMRI IFO |
234 | 2023-10-26T22:21:34.317Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-10-26T22:21:34.324Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-10-26T22:21:34.328Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-10-26T22:21:34.332Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-10-26T22:21:34.335Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-10-26T22:21:34.339Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-10-26T22:21:34.344Z | + set -o errexit |
241 | 2023-10-26T22:21:34.348Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2023-10-26T22:21:34.351Z | ++ cd ./tools |
243 | 2023-10-26T22:21:34.355Z | ++ pwd |
244 | 2023-10-26T22:21:34.359Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2023-10-26T22:21:34.362Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2023-10-26T22:21:34.367Z | + ARG0=ci_download_cockroachdb |
247 | 2023-10-26T22:21:34.371Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2023-10-26T22:21:34.374Z | + CIDL_VERSION=v22.1.9 |
249 | 2023-10-26T22:21:34.378Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2023-10-26T22:21:34.382Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2023-10-26T22:21:34.386Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2023-10-26T22:21:34.391Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-10-26T22:21:34.406Z | + TARGET_DIR=out |
254 | 2023-10-26T22:21:34.415Z | + DOWNLOAD_DIR=out/downloads |
255 | 2023-10-26T22:21:34.419Z | + DEST_DIR=./out/cockroachdb |
256 | 2023-10-26T22:21:34.428Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2023-10-26T22:21:34.432Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2023-10-26T22:21:34.435Z | + main |
259 | 2023-10-26T22:21:34.447Z | + [[ 0 != 0 ]] |
260 | 2023-10-26T22:21:34.454Z | + CIDL_OS=solaris2.11 |
261 | 2023-10-26T22:21:34.459Z | + [[ 0 != 0 ]] |
262 | 2023-10-26T22:21:34.462Z | + configure_os solaris2.11 |
263 | 2023-10-26T22:21:34.467Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2023-10-26T22:21:34.471Z | current directory: /work/oxidecomputer/omicron |
265 | 2023-10-26T22:21:34.476Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2023-10-26T22:21:34.487Z | configuring based on OS: "solaris2.11" |
267 | 2023-10-26T22:21:34.496Z | + case "$1" in |
268 | 2023-10-26T22:21:34.508Z | + CIDL_BUILD=illumos |
269 | 2023-10-26T22:21:34.517Z | + CIDL_SUFFIX=tar.gz |
270 | 2023-10-26T22:21:34.527Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-10-26T22:21:34.539Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2023-10-26T22:21:34.550Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2023-10-26T22:21:34.556Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2023-10-26T22:21:34.972Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2023-10-26T22:21:34.978Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-26T22:21:34.983Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-26T22:21:34.991Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2023-10-26T22:21:35.001Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-26T22:21:35.010Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2023-10-26T22:21:35.015Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-26T22:21:35.023Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-10-26T22:21:35.028Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-10-26T22:21:35.048Z | + mkdir -p out/downloads |
284 | 2023-10-26T22:21:35.077Z | Downloading... |
285 | 2023-10-26T22:21:35.496Z | + mkdir -p ./out/cockroachdb |
286 | 2023-10-26T22:21:35.499Z | + local DO_DOWNLOAD=true |
287 | 2023-10-26T22:21:35.502Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2023-10-26T22:21:35.506Z | + '[' true == true ']' |
289 | 2023-10-26T22:21:35.526Z | + echo Downloading... |
290 | 2023-10-26T22:21:35.531Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-26T22:21:35.534Z | + 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 |
292 | 2023-10-26T22:21:37.016Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-10-26T22:21:37.024Z | ++ md5sum |
294 | 2023-10-26T22:21:37.031Z | ++ awk '{print $1}' |
295 | 2023-10-26T22:21:37.196Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2023-10-26T22:21:37.202Z | + [[ 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 ]] |
297 | 2023-10-26T22:21:37.206Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-10-26T22:21:37.211Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2023-10-26T22:21:40.816Z | + do_assemble_illumos |
300 | 2023-10-26T22:21:40.824Z | + rm -r ./out/cockroachdb |
301 | 2023-10-26T22:21:40.831Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2023-10-26T22:21:41.415Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2023-10-26T22:21:41.786Z | Build Tag: v22.1.9-dirty |
304 | 2023-10-26T22:21:41.791Z | Build Time: 2022/10/26 21:17:46 |
305 | 2023-10-26T22:21:41.795Z | Distribution: OSS |
306 | 2023-10-26T22:21:41.799Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2023-10-26T22:21:41.803Z | Go Version: go1.17.13 |
308 | 2023-10-26T22:21:41.807Z | C Compiler: gcc 10.3.0 |
309 | 2023-10-26T22:21:41.810Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2023-10-26T22:21:41.814Z | Build Type: release |
311 | 2023-10-26T22:21:41.818Z | + set -o errexit |
312 | 2023-10-26T22:21:41.821Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2023-10-26T22:21:41.825Z | ++ cd ./tools |
314 | 2023-10-26T22:21:41.829Z | ++ pwd |
315 | 2023-10-26T22:21:41.833Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2023-10-26T22:21:41.837Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2023-10-26T22:21:41.842Z | + ARG0=ci_download_clickhouse |
318 | 2023-10-26T22:21:41.847Z | + TARGET_DIR=out |
319 | 2023-10-26T22:21:41.851Z | + DOWNLOAD_DIR=out/downloads |
320 | 2023-10-26T22:21:41.856Z | + DEST_DIR=./out/clickhouse |
321 | 2023-10-26T22:21:41.859Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2023-10-26T22:21:41.863Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2023-10-26T22:21:41.867Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2023-10-26T22:21:41.870Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2023-10-26T22:21:41.892Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-10-26T22:21:41.898Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2023-10-26T22:21:41.902Z | + main |
328 | 2023-10-26T22:21:41.908Z | + [[ 0 != 0 ]] |
329 | 2023-10-26T22:21:41.913Z | + CIDL_OS=solaris2.11 |
330 | 2023-10-26T22:21:41.917Z | + [[ 0 != 0 ]] |
331 | 2023-10-26T22:21:41.921Z | + configure_os solaris2.11 |
332 | 2023-10-26T22:21:41.925Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2023-10-26T22:21:41.935Z | current directory: /work/oxidecomputer/omicron |
334 | 2023-10-26T22:21:42.359Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2023-10-26T22:21:42.377Z | configuring based on OS: "solaris2.11" |
336 | 2023-10-26T22:21:42.388Z | + CIDL_DASHREV= |
337 | 2023-10-26T22:21:42.398Z | + case "$1" in |
338 | 2023-10-26T22:21:42.415Z | + CIDL_PLATFORM=illumos |
339 | 2023-10-26T22:21:42.424Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-26T22:21:42.434Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2023-10-26T22:21:42.444Z | + CIDL_DASHREV=-1 |
342 | 2023-10-26T22:21:42.451Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2023-10-26T22:21:42.464Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-26T22:21:42.482Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-26T22:21:42.495Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-26T22:21:42.504Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-10-26T22:21:42.509Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-26T22:21:42.512Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-10-26T22:21:42.515Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-26T22:21:42.519Z | + mkdir -p out/downloads |
351 | 2023-10-26T22:21:42.526Z | + mkdir -p ./out/clickhouse |
352 | 2023-10-26T22:21:42.936Z | + local DO_DOWNLOAD=true |
353 | 2023-10-26T22:21:42.941Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2023-10-26T22:21:42.945Z | + '[' true == true ']' |
355 | 2023-10-26T22:21:42.951Z | Downloading... |
356 | 2023-10-26T22:21:42.963Z | + echo Downloading... |
357 | 2023-10-26T22:21:42.970Z | + 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 |
358 | 2023-10-26T22:21:42.976Z | + 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 |
359 | 2023-10-26T22:21:44.075Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-10-26T22:21:44.083Z | ++ md5sum |
361 | 2023-10-26T22:21:44.088Z | ++ awk '{print $1}' |
362 | 2023-10-26T22:21:44.318Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2023-10-26T22:21:44.324Z | + [[ 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 ]] |
364 | 2023-10-26T22:21:44.332Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2023-10-26T22:21:44.341Z | + mkdir -p ./out/clickhouse |
366 | 2023-10-26T22:21:44.352Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2023-10-26T22:21:49.458Z | + ./out/clickhouse/clickhouse server --version |
368 | 2023-10-26T22:21:49.481Z | ClickHouse server version 22.8.9.1. |
369 | 2023-10-26T22:21:49.503Z | + set -o errexit |
370 | 2023-10-26T22:21:49.506Z | +++ dirname ./tools/ci_download_console |
371 | 2023-10-26T22:21:49.516Z | ++ cd ./tools |
372 | 2023-10-26T22:21:49.520Z | ++ pwd |
373 | 2023-10-26T22:21:49.523Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2023-10-26T22:21:49.528Z | ++ basename ./tools/ci_download_console |
375 | 2023-10-26T22:21:49.531Z | + ARG0=ci_download_console |
376 | 2023-10-26T22:21:49.534Z | + TARGET_DIR=out |
377 | 2023-10-26T22:21:49.538Z | + DOWNLOAD_DIR=out/downloads |
378 | 2023-10-26T22:21:49.543Z | + DEST_DIR=./out/console-assets |
379 | 2023-10-26T22:21:49.547Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2023-10-26T22:21:49.551Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
381 | 2023-10-26T22:21:49.554Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
382 | 2023-10-26T22:21:49.559Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
383 | 2023-10-26T22:21:49.563Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2023-10-26T22:21:49.566Z | + main |
385 | 2023-10-26T22:21:49.569Z | + [[ 0 != 0 ]] |
386 | 2023-10-26T22:21:49.576Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
387 | 2023-10-26T22:21:49.579Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
388 | 2023-10-26T22:21:49.582Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2023-10-26T22:21:49.587Z | Local file: out/downloads/console.tar.gz |
390 | 2023-10-26T22:21:49.591Z | + local DO_DOWNLOAD=true |
391 | 2023-10-26T22:21:49.594Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2023-10-26T22:21:49.596Z | + mkdir -p out/downloads |
393 | 2023-10-26T22:21:49.600Z | + '[' true == true ']' |
394 | 2023-10-26T22:21:49.602Z | + echo Downloading... |
395 | 2023-10-26T22:21:49.606Z | Downloading... |
396 | 2023-10-26T22:21:49.613Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
397 | 2023-10-26T22:21:49.625Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
398 | 2023-10-26T22:21:50.155Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2023-10-26T22:21:50.158Z | ++ case "$OSTYPE" in |
400 | 2023-10-26T22:21:50.161Z | ++ SHA=sha256sum |
401 | 2023-10-26T22:21:50.164Z | ++ sha256sum |
402 | 2023-10-26T22:21:50.167Z | ++ awk '{print $1}' |
403 | 2023-10-26T22:21:50.180Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
404 | 2023-10-26T22:21:50.183Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
405 | 2023-10-26T22:21:50.186Z | + rm -rf ./out/console-assets |
406 | 2023-10-26T22:21:50.189Z | + mkdir -p ./out/console-assets |
407 | 2023-10-26T22:21:50.192Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2023-10-26T22:21:50.195Z | + mkdir -p ./out/console-assets |
409 | 2023-10-26T22:21:50.199Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2023-10-26T22:21:50.335Z | + set -o errexit |
411 | 2023-10-26T22:21:50.338Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2023-10-26T22:21:50.340Z | ++ cd ./tools |
413 | 2023-10-26T22:21:50.343Z | ++ pwd |
414 | 2023-10-26T22:21:50.346Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2023-10-26T22:21:50.351Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2023-10-26T22:21:50.354Z | + ARG0=ci_download_maghemite_openapi |
417 | 2023-10-26T22:21:50.357Z | + TARGET_DIR=out |
418 | 2023-10-26T22:21:50.361Z | + DOWNLOAD_DIR=out/downloads |
419 | 2023-10-26T22:21:50.365Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2023-10-26T22:21:50.371Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
421 | 2023-10-26T22:21:50.375Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-10-26T22:21:50.380Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
423 | 2023-10-26T22:21:50.384Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
424 | 2023-10-26T22:21:50.387Z | + main |
425 | 2023-10-26T22:21:50.391Z | + [[ 0 != 0 ]] |
426 | 2023-10-26T22:21:50.394Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
427 | 2023-10-26T22:21:50.397Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
428 | 2023-10-26T22:21:50.401Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
429 | 2023-10-26T22:21:50.403Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
430 | 2023-10-26T22:21:50.408Z | + local DO_DOWNLOAD=true |
431 | 2023-10-26T22:21:50.412Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
432 | 2023-10-26T22:21:50.416Z | + mkdir -p out/downloads |
433 | 2023-10-26T22:21:50.420Z | + '[' true == true ']' |
434 | 2023-10-26T22:21:50.424Z | + echo Downloading... |
435 | 2023-10-26T22:21:50.431Z | Downloading... |
436 | 2023-10-26T22:21:50.436Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
437 | 2023-10-26T22:21:50.441Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
438 | 2023-10-26T22:21:52.105Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-10-26T22:21:52.126Z | ++ case "$OSTYPE" in |
440 | 2023-10-26T22:21:52.139Z | ++ SHA=sha256sum |
441 | 2023-10-26T22:21:52.143Z | ++ sha256sum |
442 | 2023-10-26T22:21:52.152Z | ++ awk '{print $1}' |
443 | 2023-10-26T22:21:52.156Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-10-26T22:21:52.160Z | + [[ 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 ]] |
445 | 2023-10-26T22:21:52.165Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2023-10-26T22:21:52.169Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
447 | 2023-10-26T22:21:52.178Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
448 | 2023-10-26T22:21:52.193Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
449 | 2023-10-26T22:21:52.197Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
450 | 2023-10-26T22:21:52.204Z | + main |
451 | 2023-10-26T22:21:52.218Z | + [[ 0 != 0 ]] |
452 | 2023-10-26T22:21:52.224Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
453 | 2023-10-26T22:21:52.227Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
454 | 2023-10-26T22:21:52.232Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
455 | 2023-10-26T22:21:52.236Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
456 | 2023-10-26T22:21:52.239Z | + local DO_DOWNLOAD=true |
457 | 2023-10-26T22:21:52.243Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
458 | 2023-10-26T22:21:52.245Z | + mkdir -p out/downloads |
459 | 2023-10-26T22:21:52.252Z | + '[' true == true ']' |
460 | 2023-10-26T22:21:52.256Z | + echo Downloading... |
461 | 2023-10-26T22:21:52.259Z | Downloading... |
462 | 2023-10-26T22:21:52.263Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
463 | 2023-10-26T22:21:52.266Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
464 | 2023-10-26T22:21:53.550Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
465 | 2023-10-26T22:21:53.555Z | ++ case "$OSTYPE" in |
466 | 2023-10-26T22:21:53.567Z | ++ SHA=sha256sum |
467 | 2023-10-26T22:21:53.579Z | ++ sha256sum |
468 | 2023-10-26T22:21:53.585Z | ++ awk '{print $1}' |
469 | 2023-10-26T22:21:53.593Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
470 | 2023-10-26T22:21:53.599Z | + [[ 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 ]] |
471 | 2023-10-26T22:21:53.605Z | + set -o errexit |
472 | 2023-10-26T22:21:53.646Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2023-10-26T22:21:53.654Z | ++ cd ./tools |
474 | 2023-10-26T22:21:53.658Z | ++ pwd |
475 | 2023-10-26T22:21:53.662Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2023-10-26T22:21:53.666Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2023-10-26T22:21:53.671Z | + ARG0=ci_download_dendrite_openapi |
478 | 2023-10-26T22:21:53.685Z | + TARGET_DIR=out |
479 | 2023-10-26T22:21:53.697Z | + DOWNLOAD_DIR=out/downloads |
480 | 2023-10-26T22:21:53.705Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-10-26T22:21:53.712Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
482 | 2023-10-26T22:21:53.718Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
483 | 2023-10-26T22:21:53.727Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
484 | 2023-10-26T22:21:53.737Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
485 | 2023-10-26T22:21:53.743Z | + main |
486 | 2023-10-26T22:21:53.749Z | + [[ 0 != 0 ]] |
487 | 2023-10-26T22:21:53.756Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
488 | 2023-10-26T22:21:53.766Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
489 | 2023-10-26T22:21:53.774Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
490 | 2023-10-26T22:21:53.781Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
491 | 2023-10-26T22:21:53.789Z | + local DO_DOWNLOAD=true |
492 | 2023-10-26T22:21:53.794Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
493 | 2023-10-26T22:21:53.801Z | + mkdir -p out/downloads |
494 | 2023-10-26T22:21:53.806Z | + '[' true == true ']' |
495 | 2023-10-26T22:21:53.814Z | + echo Downloading... |
496 | 2023-10-26T22:21:53.821Z | Downloading... |
497 | 2023-10-26T22:21:53.830Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
498 | 2023-10-26T22:21:53.842Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
499 | 2023-10-26T22:21:53.878Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
500 | 2023-10-26T22:21:53.881Z | ++ case "$OSTYPE" in |
501 | 2023-10-26T22:21:53.884Z | ++ SHA=sha256sum |
502 | 2023-10-26T22:21:53.887Z | ++ sha256sum |
503 | 2023-10-26T22:21:53.890Z | ++ awk '{print $1}' |
504 | 2023-10-26T22:21:53.895Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
505 | 2023-10-26T22:21:53.910Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
506 | 2023-10-26T22:21:53.921Z | + set -o errexit |
507 | 2023-10-26T22:21:53.936Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2023-10-26T22:21:53.948Z | ++ cd ./tools |
509 | 2023-10-26T22:21:53.958Z | ++ pwd |
510 | 2023-10-26T22:21:53.964Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2023-10-26T22:21:53.973Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2023-10-26T22:21:53.977Z | + ARG0=ci_download_dendrite_stub |
513 | 2023-10-26T22:21:53.982Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2023-10-26T22:21:53.986Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
515 | 2023-10-26T22:21:53.989Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
516 | 2023-10-26T22:21:53.994Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
517 | 2023-10-26T22:21:53.998Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2023-10-26T22:21:54.005Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
519 | 2023-10-26T22:21:54.010Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
520 | 2023-10-26T22:21:54.014Z | + TARGET_DIR=out |
521 | 2023-10-26T22:21:54.021Z | + DOWNLOAD_DIR=out/downloads |
522 | 2023-10-26T22:21:54.028Z | + DEST_DIR=./out/dendrite-stub |
523 | 2023-10-26T22:21:54.034Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2023-10-26T22:21:54.039Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2023-10-26T22:21:54.044Z | + REPO=oxidecomputer/dendrite |
526 | 2023-10-26T22:21:54.050Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
527 | 2023-10-26T22:21:54.055Z | + main |
528 | 2023-10-26T22:21:54.062Z | + [[ 0 != 0 ]] |
529 | 2023-10-26T22:21:54.071Z | + CIDL_OS=solaris2.11 |
530 | 2023-10-26T22:21:54.488Z | + [[ 0 != 0 ]] |
531 | 2023-10-26T22:21:54.491Z | + configure_os solaris2.11 |
532 | 2023-10-26T22:21:54.494Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2023-10-26T22:21:54.497Z | current directory: /work/oxidecomputer/omicron |
534 | 2023-10-26T22:21:54.500Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2023-10-26T22:21:54.503Z | configuring based on OS: "solaris2.11" |
536 | 2023-10-26T22:21:54.509Z | + case "$1" in |
537 | 2023-10-26T22:21:54.524Z | + SET_BINARIES= |
538 | 2023-10-26T22:21:54.940Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
539 | 2023-10-26T22:21:54.949Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2023-10-26T22:21:54.957Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2023-10-26T22:21:54.962Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
542 | 2023-10-26T22:21:54.970Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2023-10-26T22:21:54.979Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
544 | 2023-10-26T22:21:54.994Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
545 | 2023-10-26T22:21:55.007Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2023-10-26T22:21:55.021Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2023-10-26T22:21:55.028Z | + mkdir -p out/downloads |
548 | 2023-10-26T22:21:55.033Z | + mkdir -p ./out/dendrite-stub |
549 | 2023-10-26T22:21:55.036Z | + fetch_and_verify |
550 | 2023-10-26T22:21:55.040Z | + local DO_DOWNLOAD=true |
551 | 2023-10-26T22:21:55.043Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2023-10-26T22:21:55.047Z | + '[' true == true ']' |
553 | 2023-10-26T22:21:55.050Z | + echo Downloading... |
554 | 2023-10-26T22:21:55.054Z | Downloading... |
555 | 2023-10-26T22:21:55.057Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2023-10-26T22:21:55.061Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
557 | 2023-10-26T22:22:00.877Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2023-10-26T22:22:00.881Z | ++ sha256sum |
559 | 2023-10-26T22:22:00.886Z | ++ awk '{print $1}' |
560 | 2023-10-26T22:22:00.973Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
561 | 2023-10-26T22:22:00.977Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
562 | 2023-10-26T22:22:00.981Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2023-10-26T22:22:00.990Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2023-10-26T22:22:01.945Z | + do_assemble |
565 | 2023-10-26T22:22:01.956Z | + rm -r ./out/dendrite-stub |
566 | 2023-10-26T22:22:01.961Z | + mkdir ./out/dendrite-stub |
567 | 2023-10-26T22:22:01.964Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2023-10-26T22:22:02.078Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2023-10-26T22:22:02.089Z | + set -o errexit |
570 | 2023-10-26T22:22:02.093Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2023-10-26T22:22:02.096Z | ++ cd ./tools |
572 | 2023-10-26T22:22:02.099Z | ++ pwd |
573 | 2023-10-26T22:22:02.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2023-10-26T22:22:02.110Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2023-10-26T22:22:02.115Z | + ARG0=ci_download_maghemite_mgd |
576 | 2023-10-26T22:22:02.120Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2023-10-26T22:22:02.124Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
578 | 2023-10-26T22:22:02.129Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
579 | 2023-10-26T22:22:02.133Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2023-10-26T22:22:02.136Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
581 | 2023-10-26T22:22:02.140Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
582 | 2023-10-26T22:22:02.143Z | + TARGET_DIR=out |
583 | 2023-10-26T22:22:02.148Z | + DOWNLOAD_DIR=out/downloads |
584 | 2023-10-26T22:22:02.152Z | + DEST_DIR=./out/mgd |
585 | 2023-10-26T22:22:02.156Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2023-10-26T22:22:02.161Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2023-10-26T22:22:02.164Z | + REPO=oxidecomputer/maghemite |
588 | 2023-10-26T22:22:02.167Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
589 | 2023-10-26T22:22:02.173Z | + main |
590 | 2023-10-26T22:22:02.176Z | + [[ 0 != 0 ]] |
591 | 2023-10-26T22:22:02.180Z | + CIDL_OS=solaris2.11 |
592 | 2023-10-26T22:22:02.186Z | + [[ 0 != 0 ]] |
593 | 2023-10-26T22:22:02.194Z | + configure_os solaris2.11 |
594 | 2023-10-26T22:22:02.198Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2023-10-26T22:22:02.202Z | current directory: /work/oxidecomputer/omicron |
596 | 2023-10-26T22:22:02.212Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2023-10-26T22:22:02.218Z | configuring based on OS: "solaris2.11" |
598 | 2023-10-26T22:22:02.223Z | + case "$1" in |
599 | 2023-10-26T22:22:02.226Z | + SET_BINARIES= |
600 | 2023-10-26T22:22:02.230Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2023-10-26T22:22:02.233Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2023-10-26T22:22:02.237Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
603 | 2023-10-26T22:22:02.241Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2023-10-26T22:22:02.247Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
605 | 2023-10-26T22:22:02.265Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
606 | 2023-10-26T22:22:02.284Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2023-10-26T22:22:02.297Z | Local file: out/downloads/mgd.tar.gz |
608 | 2023-10-26T22:22:02.307Z | + mkdir -p out/downloads |
609 | 2023-10-26T22:22:02.368Z | + mkdir -p ./out/mgd |
610 | 2023-10-26T22:22:02.390Z | + fetch_and_verify |
611 | 2023-10-26T22:22:02.401Z | + local DO_DOWNLOAD=true |
612 | 2023-10-26T22:22:02.410Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2023-10-26T22:22:02.417Z | + '[' true == true ']' |
614 | 2023-10-26T22:22:02.425Z | + echo Downloading... |
615 | 2023-10-26T22:22:02.433Z | Downloading... |
616 | 2023-10-26T22:22:02.442Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2023-10-26T22:22:02.450Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
618 | 2023-10-26T22:22:10.882Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2023-10-26T22:22:10.885Z | ++ sha256sum |
620 | 2023-10-26T22:22:10.888Z | ++ awk '{print $1}' |
621 | 2023-10-26T22:22:10.959Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
622 | 2023-10-26T22:22:10.962Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
623 | 2023-10-26T22:22:10.965Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2023-10-26T22:22:10.968Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2023-10-26T22:22:11.672Z | + do_assemble |
626 | 2023-10-26T22:22:11.678Z | + rm -r ./out/mgd |
627 | 2023-10-26T22:22:11.682Z | + mkdir ./out/mgd |
628 | 2023-10-26T22:22:11.688Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2023-10-26T22:22:11.883Z | + set -o errexit |
630 | 2023-10-26T22:22:11.894Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2023-10-26T22:22:11.909Z | ++ cd ./tools |
632 | 2023-10-26T22:22:11.921Z | ++ pwd |
633 | 2023-10-26T22:22:11.932Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2023-10-26T22:22:11.942Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2023-10-26T22:22:11.946Z | + ARG0=ci_download_transceiver_control |
636 | 2023-10-26T22:22:11.953Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2023-10-26T22:22:11.959Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-10-26T22:22:11.966Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-10-26T22:22:11.972Z | + TARGET_DIR=out |
640 | 2023-10-26T22:22:11.978Z | + DOWNLOAD_DIR=out/downloads |
641 | 2023-10-26T22:22:11.985Z | + DEST_DIR=./out/transceiver-control |
642 | 2023-10-26T22:22:11.990Z | + BIN_DIR=/opt/oxide/bin |
643 | 2023-10-26T22:22:12.004Z | + BINARY=xcvradm |
644 | 2023-10-26T22:22:12.047Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2023-10-26T22:22:12.075Z | + REPO=oxidecomputer/transceiver-control |
646 | 2023-10-26T22:22:12.087Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2023-10-26T22:22:12.096Z | + main |
648 | 2023-10-26T22:22:12.104Z | + [[ 0 != 0 ]] |
649 | 2023-10-26T22:22:12.112Z | + CIDL_OS=solaris2.11 |
650 | 2023-10-26T22:22:12.127Z | + [[ 0 != 0 ]] |
651 | 2023-10-26T22:22:12.548Z | + configure_os solaris2.11 |
652 | 2023-10-26T22:22:12.559Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2023-10-26T22:22:12.572Z | current directory: /work/oxidecomputer/omicron |
654 | 2023-10-26T22:22:12.584Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2023-10-26T22:22:12.595Z | configuring based on OS: "solaris2.11" |
656 | 2023-10-26T22:22:12.603Z | + case "$1" in |
657 | 2023-10-26T22:22:12.614Z | + SET_BINARIES= |
658 | 2023-10-26T22:22:12.627Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-10-26T22:22:12.636Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2023-10-26T22:22:12.644Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2023-10-26T22:22:12.652Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-10-26T22:22:12.662Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2023-10-26T22:22:12.670Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2023-10-26T22:22:12.677Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-10-26T22:22:12.690Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2023-10-26T22:22:12.695Z | Local file: out/downloads/xcvradm.gz |
667 | 2023-10-26T22:22:12.699Z | + mkdir -p out/downloads |
668 | 2023-10-26T22:22:12.702Z | + mkdir -p ./out/transceiver-control |
669 | 2023-10-26T22:22:12.707Z | + fetch_and_verify |
670 | 2023-10-26T22:22:12.711Z | + local DO_DOWNLOAD=true |
671 | 2023-10-26T22:22:12.715Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2023-10-26T22:22:12.721Z | + '[' true == true ']' |
673 | 2023-10-26T22:22:12.727Z | + echo Downloading... |
674 | 2023-10-26T22:22:12.732Z | Downloading... |
675 | 2023-10-26T22:22:12.737Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2023-10-26T22:22:12.741Z | + 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 |
677 | 2023-10-26T22:22:14.205Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2023-10-26T22:22:14.211Z | ++ sha256sum |
679 | 2023-10-26T22:22:14.216Z | ++ awk '{print $1}' |
680 | 2023-10-26T22:22:14.223Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-10-26T22:22:14.228Z | + [[ 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 ]] |
682 | 2023-10-26T22:22:14.236Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2023-10-26T22:22:14.243Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2023-10-26T22:22:14.249Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2023-10-26T22:22:14.391Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2023-10-26T22:22:14.408Z | + do_assemble |
687 | 2023-10-26T22:22:14.419Z | + rm -r ./out/transceiver-control |
688 | 2023-10-26T22:22:14.435Z | + mkdir ./out/transceiver-control |
689 | 2023-10-26T22:22:14.447Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2023-10-26T22:22:14.636Z | All builder prerequisites installed successfully, and PATH looks valid |
691 | 2023-10-26T22:22:14.639Z | |
692 | 2023-10-26T22:22:14.643Z | real 2:01.699714043 |
693 | 2023-10-26T22:22:14.646Z | user 51.945867544 |
694 | 2023-10-26T22:22:14.649Z | sys 10.490277980 |
695 | 2023-10-26T22:22:14.652Z | trap 0.027868416 |
696 | 2023-10-26T22:22:14.655Z | tflt 0.254090517 |
697 | 2023-10-26T22:22:14.662Z | dflt 1.057995548 |
698 | 2023-10-26T22:22:14.667Z | kflt 0.200544510 |
699 | 2023-10-26T22:22:14.670Z | lock 2.130347868 |
700 | 2023-10-26T22:22:14.677Z | slp 3:48.923661213 |
701 | 2023-10-26T22:22:14.685Z | lat 4.188614694 |
702 | 2023-10-26T22:22:14.693Z | stop 0.076428550 |
703 | 2023-10-26T22:22:14.702Z | |
704 | 2023-10-26T22:22:14.708Z | #### # # ##### ##### # # |
705 | 2023-10-26T22:22:14.716Z | # # # # # # # # # # |
706 | 2023-10-26T22:22:14.733Z | # # # # # # # # |
707 | 2023-10-26T22:22:14.746Z | # # # ##### ##### # |
708 | 2023-10-26T22:22:14.764Z | # # # # # # # |
709 | 2023-10-26T22:22:14.786Z | #### ###### # # # # |
710 | 2023-10-26T22:22:14.795Z | |
711 | 2023-10-26T22:22:15.005Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2023-10-26T22:22:15.394Z | Updating crates.io index |
713 | 2023-10-26T22:22:15.406Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2023-10-26T22:22:16.411Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2023-10-26T22:22:18.462Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2023-10-26T22:22:19.029Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2023-10-26T22:22:19.341Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2023-10-26T22:22:20.028Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2023-10-26T22:22:20.035Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2023-10-26T22:22:20.802Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2023-10-26T22:22:22.552Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2023-10-26T22:22:23.483Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2023-10-26T22:22:23.852Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
724 | 2023-10-26T22:22:24.311Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2023-10-26T22:22:24.870Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
726 | 2023-10-26T22:22:25.188Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
727 | 2023-10-26T22:22:26.003Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
728 | 2023-10-26T22:22:26.021Z | Updating git repository `https://github.com/njaremko/samael` |
729 | 2023-10-26T22:22:26.456Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
730 | 2023-10-26T22:22:27.006Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
731 | 2023-10-26T22:22:27.426Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
732 | 2023-10-26T22:22:27.864Z | Updating git repository `https://github.com/jgallagher/nix` |
733 | 2023-10-26T22:22:29.169Z | Updating git repository `https://github.com/cbiffle/hubpack` |
734 | 2023-10-26T22:22:29.573Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
735 | 2023-10-26T22:22:47.671Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
736 | 2023-10-26T22:22:48.110Z | Updating git repository `https://github.com/oxidecomputer/typify` |
737 | 2023-10-26T22:22:49.120Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
738 | 2023-10-26T22:22:49.499Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
739 | 2023-10-26T22:22:49.815Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
740 | 2023-10-26T22:22:51.251Z | Downloading crates ... |
741 | 2023-10-26T22:22:51.426Z | Downloaded cargo-platform v0.1.3 |
742 | 2023-10-26T22:22:51.442Z | Downloaded camino v1.1.6 |
743 | 2023-10-26T22:22:51.458Z | Downloaded quote v1.0.33 |
744 | 2023-10-26T22:22:51.474Z | Downloaded clap_lex v0.5.1 |
745 | 2023-10-26T22:22:51.491Z | Downloaded serde_spanned v0.6.3 |
746 | 2023-10-26T22:22:51.510Z | Downloaded indexmap v2.0.0 |
747 | 2023-10-26T22:22:51.527Z | Downloaded colorchoice v1.0.0 |
748 | 2023-10-26T22:22:51.543Z | Downloaded equivalent v1.0.1 |
749 | 2023-10-26T22:22:51.563Z | Downloaded bitflags v1.3.2 |
750 | 2023-10-26T22:22:51.588Z | Downloaded heck v0.4.1 |
751 | 2023-10-26T22:22:51.604Z | Downloaded thiserror-impl v1.0.49 |
752 | 2023-10-26T22:22:51.641Z | Downloaded toml_datetime v0.6.3 |
753 | 2023-10-26T22:22:51.650Z | Downloaded anstyle-query v1.0.0 |
754 | 2023-10-26T22:22:51.661Z | Downloaded clap_derive v4.4.2 |
755 | 2023-10-26T22:22:51.670Z | Downloaded errno v0.3.2 |
756 | 2023-10-26T22:22:51.678Z | Downloaded cargo_metadata v0.18.0 |
757 | 2023-10-26T22:22:51.691Z | Downloaded cargo_toml v0.16.3 |
758 | 2023-10-26T22:22:51.699Z | Downloaded anstream v0.5.0 |
759 | 2023-10-26T22:22:51.710Z | Downloaded strsim v0.10.0 |
760 | 2023-10-26T22:22:51.719Z | Downloaded thiserror v1.0.49 |
761 | 2023-10-26T22:22:51.729Z | Downloaded utf8parse v0.2.1 |
762 | 2023-10-26T22:22:51.738Z | Downloaded semver v1.0.20 |
763 | 2023-10-26T22:22:51.748Z | Downloaded itoa v1.0.9 |
764 | 2023-10-26T22:22:51.757Z | Downloaded anstyle v1.0.2 |
765 | 2023-10-26T22:22:51.765Z | Downloaded terminal_size v0.2.6 |
766 | 2023-10-26T22:22:51.775Z | Downloaded anstyle-parse v0.2.1 |
767 | 2023-10-26T22:22:51.781Z | Downloaded ryu v1.0.15 |
768 | 2023-10-26T22:22:51.785Z | Downloaded clap v4.4.3 |
769 | 2023-10-26T22:22:51.794Z | Downloaded serde_derive v1.0.188 |
770 | 2023-10-26T22:22:51.798Z | Downloaded toml v0.8.0 |
771 | 2023-10-26T22:22:51.801Z | Downloaded unicode-ident v1.0.12 |
772 | 2023-10-26T22:22:51.803Z | Downloaded anyhow v1.0.75 |
773 | 2023-10-26T22:22:51.806Z | Downloaded memchr v2.6.3 |
774 | 2023-10-26T22:22:51.809Z | Downloaded toml_edit v0.20.0 |
775 | 2023-10-26T22:22:51.813Z | Downloaded winnow v0.5.15 |
776 | 2023-10-26T22:22:51.817Z | Downloaded clap_builder v4.4.2 |
777 | 2023-10-26T22:22:51.820Z | Downloaded proc-macro2 v1.0.67 |
778 | 2023-10-26T22:22:51.823Z | Downloaded syn v2.0.32 |
779 | 2023-10-26T22:22:51.826Z | Downloaded rustix v0.37.23 |
780 | 2023-10-26T22:22:51.829Z | Downloaded libc v0.2.149 |
781 | 2023-10-26T22:22:51.832Z | Downloaded serde_json v1.0.107 |
782 | 2023-10-26T22:22:51.836Z | Downloaded hashbrown v0.14.0 |
783 | 2023-10-26T22:22:51.839Z | Downloaded serde v1.0.188 |
784 | 2023-10-26T22:22:51.843Z | Downloaded io-lifetimes v1.0.11 |
785 | 2023-10-26T22:22:51.883Z | Compiling proc-macro2 v1.0.67 |
786 | 2023-10-26T22:22:51.886Z | Compiling unicode-ident v1.0.12 |
787 | 2023-10-26T22:22:51.889Z | Compiling serde v1.0.188 |
788 | 2023-10-26T22:22:51.892Z | Compiling libc v0.2.149 |
789 | 2023-10-26T22:22:51.895Z | Compiling io-lifetimes v1.0.11 |
790 | 2023-10-26T22:22:51.900Z | Compiling rustix v0.37.23 |
791 | 2023-10-26T22:22:51.905Z | Compiling utf8parse v0.2.1 |
792 | 2023-10-26T22:22:51.908Z | Compiling equivalent v1.0.1 |
793 | 2023-10-26T22:22:52.139Z | Compiling bitflags v1.3.2 |
794 | 2023-10-26T22:22:52.220Z | Compiling hashbrown v0.14.0 |
795 | 2023-10-26T22:22:52.238Z | Compiling anstyle-parse v0.2.1 |
796 | 2023-10-26T22:22:52.273Z | Compiling semver v1.0.20 |
797 | 2023-10-26T22:22:52.676Z | Compiling colorchoice v1.0.0 |
798 | 2023-10-26T22:22:52.830Z | Compiling thiserror v1.0.49 |
799 | 2023-10-26T22:22:53.510Z | Compiling indexmap v2.0.0 |
800 | 2023-10-26T22:22:54.447Z | Compiling winnow v0.5.15 |
801 | 2023-10-26T22:22:54.468Z | Compiling anstyle-query v1.0.0 |
802 | 2023-10-26T22:22:54.597Z | Compiling anstyle v1.0.2 |
803 | 2023-10-26T22:22:54.657Z | Compiling camino v1.1.6 |
804 | 2023-10-26T22:22:54.698Z | Compiling serde_json v1.0.107 |
805 | 2023-10-26T22:22:55.047Z | Compiling ryu v1.0.15 |
806 | 2023-10-26T22:22:55.144Z | Compiling anstream v0.5.0 |
807 | 2023-10-26T22:22:55.306Z | Compiling itoa v1.0.9 |
808 | 2023-10-26T22:22:55.403Z | Compiling strsim v0.10.0 |
809 | 2023-10-26T22:22:55.523Z | Compiling clap_lex v0.5.1 |
810 | 2023-10-26T22:22:55.616Z | Compiling anyhow v1.0.75 |
811 | 2023-10-26T22:22:55.657Z | Compiling heck v0.4.1 |
812 | 2023-10-26T22:22:56.205Z | Compiling quote v1.0.33 |
813 | 2023-10-26T22:22:56.617Z | Compiling errno v0.3.2 |
814 | 2023-10-26T22:22:56.877Z | Compiling syn v2.0.32 |
815 | 2023-10-26T22:22:58.233Z | Compiling terminal_size v0.2.6 |
816 | 2023-10-26T22:22:58.368Z | Compiling clap_builder v4.4.2 |
817 | 2023-10-26T22:23:03.900Z | Compiling serde_derive v1.0.188 |
818 | 2023-10-26T22:23:03.916Z | Compiling thiserror-impl v1.0.49 |
819 | 2023-10-26T22:23:03.929Z | Compiling clap_derive v4.4.2 |
820 | 2023-10-26T22:23:07.960Z | Compiling clap v4.4.3 |
821 | 2023-10-26T22:23:16.403Z | Compiling toml_datetime v0.6.3 |
822 | 2023-10-26T22:23:16.406Z | Compiling serde_spanned v0.6.3 |
823 | 2023-10-26T22:23:16.410Z | Compiling cargo-platform v0.1.3 |
824 | 2023-10-26T22:23:16.501Z | Compiling toml_edit v0.20.0 |
825 | 2023-10-26T22:23:18.223Z | Compiling cargo_metadata v0.18.0 |
826 | 2023-10-26T22:23:19.714Z | Compiling toml v0.8.0 |
827 | 2023-10-26T22:23:20.634Z | Compiling cargo_toml v0.16.3 |
828 | 2023-10-26T22:23:26.413Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
829 | 2023-10-26T22:23:27.542Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 12s |
830 | 2023-10-26T22:23:27.761Z | Running `target/debug/xtask clippy` |
831 | 2023-10-26T22:23:27.813Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
832 | 2023-10-26T22:23:28.690Z | Downloading crates ... |
833 | 2023-10-26T22:23:28.937Z | Downloaded cancel-safe-futures v0.1.2 |
834 | 2023-10-26T22:23:28.953Z | Downloaded basic-toml v0.1.4 |
835 | 2023-10-26T22:23:28.982Z | Downloaded number_prefix v0.4.0 |
836 | 2023-10-26T22:23:28.992Z | Downloaded chacha20 v0.9.1 |
837 | 2023-10-26T22:23:28.998Z | Downloaded num-rational v0.4.1 |
838 | 2023-10-26T22:23:29.002Z | Downloaded nu-ansi-term v0.49.0 |
839 | 2023-10-26T22:23:29.008Z | Downloaded rstest_macros v0.18.2 |
840 | 2023-10-26T22:23:29.013Z | Downloaded memoffset v0.9.0 |
841 | 2023-10-26T22:23:29.025Z | Downloaded newline-converter v0.3.0 |
842 | 2023-10-26T22:23:29.035Z | Downloaded macaddr v1.0.1 |
843 | 2023-10-26T22:23:29.040Z | Downloaded linked-hash-map v0.5.6 |
844 | 2023-10-26T22:23:29.044Z | Downloaded home v0.5.5 |
845 | 2023-10-26T22:23:29.048Z | Downloaded num v0.4.1 |
846 | 2023-10-26T22:23:29.051Z | Downloaded iana-time-zone v0.1.57 |
847 | 2023-10-26T22:23:29.058Z | Downloaded lru-cache v0.1.2 |
848 | 2023-10-26T22:23:29.062Z | Downloaded crc v3.0.1 |
849 | 2023-10-26T22:23:29.067Z | Downloaded bb8 v0.8.1 |
850 | 2023-10-26T22:23:29.070Z | Downloaded async-stream v0.3.5 |
851 | 2023-10-26T22:23:29.075Z | Downloaded mime_guess v2.0.4 |
852 | 2023-10-26T22:23:29.079Z | Downloaded bit-vec v0.6.3 |
853 | 2023-10-26T22:23:29.082Z | Downloaded bitfield v0.14.0 |
854 | 2023-10-26T22:23:29.086Z | Downloaded httptest v0.15.4 |
855 | 2023-10-26T22:23:29.091Z | Downloaded crossbeam-deque v0.8.3 |
856 | 2023-10-26T22:23:29.095Z | Downloaded ipnetwork v0.20.0 |
857 | 2023-10-26T22:23:29.099Z | Downloaded assert_matches v1.5.0 |
858 | 2023-10-26T22:23:29.103Z | Downloaded num_enum_derive v0.7.0 |
859 | 2023-10-26T22:23:29.106Z | Downloaded tinyvec_macros v0.1.1 |
860 | 2023-10-26T22:23:29.110Z | Downloaded strum_macros v0.25.2 |
861 | 2023-10-26T22:23:29.114Z | Downloaded bitflags v2.4.0 |
862 | 2023-10-26T22:23:29.121Z | Downloaded crucible-workspace-hack v0.1.0 |
863 | 2023-10-26T22:23:29.125Z | Downloaded crc32fast v1.3.2 |
864 | 2023-10-26T22:23:29.130Z | Downloaded take_mut v0.2.2 |
865 | 2023-10-26T22:23:29.133Z | Downloaded backoff v0.4.0 |
866 | 2023-10-26T22:23:29.138Z | Downloaded dtrace-parser v0.1.14 |
867 | 2023-10-26T22:23:29.141Z | Downloaded usdt-attr-macro v0.3.5 |
868 | 2023-10-26T22:23:29.145Z | Downloaded crunchy v0.2.2 |
869 | 2023-10-26T22:23:29.149Z | Downloaded thiserror-impl-no-std v2.0.2 |
870 | 2023-10-26T22:23:29.578Z | Downloaded async-recursion v1.0.5 |
871 | 2023-10-26T22:23:29.584Z | Downloaded either v1.9.0 |
872 | 2023-10-26T22:23:29.592Z | Downloaded arrayvec v0.7.4 |
873 | 2023-10-26T22:23:29.606Z | Downloaded num-traits v0.2.16 |
874 | 2023-10-26T22:23:29.619Z | Downloaded futures-sink v0.3.28 |
875 | 2023-10-26T22:23:29.625Z | Downloaded unicode-linebreak v0.1.5 |
876 | 2023-10-26T22:23:29.634Z | Downloaded termtree v0.4.1 |
877 | 2023-10-26T22:23:29.649Z | Downloaded smf v0.2.2 |
878 | 2023-10-26T22:23:29.660Z | Downloaded dirs-sys-next v0.1.2 |
879 | 2023-10-26T22:23:29.672Z | Downloaded miniz_oxide v0.7.1 |
880 | 2023-10-26T22:23:30.093Z | Downloaded getopts v0.2.21 |
881 | 2023-10-26T22:23:30.101Z | Downloaded ansi_term v0.12.1 |
882 | 2023-10-26T22:23:30.107Z | Downloaded peeking_take_while v0.1.2 |
883 | 2023-10-26T22:23:30.113Z | Downloaded path-dedot v3.1.0 |
884 | 2023-10-26T22:23:30.116Z | Downloaded unicase v2.7.0 |
885 | 2023-10-26T22:23:30.122Z | Downloaded term v0.7.0 |
886 | 2023-10-26T22:23:30.129Z | Downloaded derive_builder_core v0.12.0 |
887 | 2023-10-26T22:23:30.138Z | Downloaded base64 v0.21.5 |
888 | 2023-10-26T22:23:30.143Z | Downloaded blake2 v0.10.6 |
889 | 2023-10-26T22:23:30.150Z | Downloaded path-slash v0.1.5 |
890 | 2023-10-26T22:23:30.154Z | Downloaded vte_generate_state_changes v0.1.1 |
891 | 2023-10-26T22:23:30.160Z | Downloaded tungstenite v0.18.0 |
892 | 2023-10-26T22:23:30.170Z | Downloaded getrandom v0.2.10 |
893 | 2023-10-26T22:23:30.176Z | Downloaded darling_macro v0.20.3 |
894 | 2023-10-26T22:23:30.181Z | Downloaded darling_macro v0.14.4 |
895 | 2023-10-26T22:23:30.190Z | Downloaded tower-service v0.3.2 |
896 | 2023-10-26T22:23:30.198Z | Downloaded stable_deref_trait v1.2.0 |
897 | 2023-10-26T22:23:30.203Z | Downloaded signal-hook-mio v0.2.3 |
898 | 2023-10-26T22:23:30.209Z | Downloaded serial_test_derive v0.10.0 |
899 | 2023-10-26T22:23:30.218Z | Downloaded strip-ansi-escapes v0.2.0 |
900 | 2023-10-26T22:23:30.225Z | Downloaded zerocopy v0.6.4 |
901 | 2023-10-26T22:23:30.240Z | Downloaded heck v0.3.3 |
902 | 2023-10-26T22:23:30.247Z | Downloaded toolchain_find v0.2.0 |
903 | 2023-10-26T22:23:30.252Z | Downloaded textwrap v0.11.0 |
904 | 2023-10-26T22:23:30.257Z | Downloaded polyval v0.6.1 |
905 | 2023-10-26T22:23:30.268Z | Downloaded sha1 v0.10.5 |
906 | 2023-10-26T22:23:30.281Z | Downloaded tinytemplate v1.2.1 |
907 | 2023-10-26T22:23:30.702Z | Downloaded yasna v0.5.2 |
908 | 2023-10-26T22:23:30.711Z | Downloaded wyz v0.5.1 |
909 | 2023-10-26T22:23:31.131Z | Downloaded ahash v0.8.3 |
910 | 2023-10-26T22:23:31.176Z | Downloaded ff v0.13.0 |
911 | 2023-10-26T22:23:31.190Z | Downloaded endian-type v0.1.2 |
912 | 2023-10-26T22:23:32.418Z | Downloaded datatest-stable v0.2.3 |
913 | 2023-10-26T22:23:32.445Z | Downloaded rustc-hash v1.1.0 |
914 | 2023-10-26T22:23:32.453Z | Downloaded pest_meta v2.7.2 |
915 | 2023-10-26T22:23:32.464Z | Downloaded salty v0.2.0 |
916 | 2023-10-26T22:23:32.481Z | Downloaded openssl-probe v0.1.5 |
917 | 2023-10-26T22:23:32.497Z | Downloaded usdt-macro v0.3.5 |
918 | 2023-10-26T22:23:32.510Z | Downloaded serde-big-array v0.5.1 |
919 | 2023-10-26T22:23:32.927Z | Downloaded phf_shared v0.10.0 |
920 | 2023-10-26T22:23:32.935Z | Downloaded stringprep v0.1.3 |
921 | 2023-10-26T22:23:32.939Z | Downloaded oso-derive v0.26.4 |
922 | 2023-10-26T22:23:32.948Z | Downloaded test-strategy v0.2.1 |
923 | 2023-10-26T22:23:32.955Z | Downloaded debug-ignore v1.0.5 |
924 | 2023-10-26T22:23:32.962Z | Downloaded tokio-native-tls v0.3.1 |
925 | 2023-10-26T22:23:32.969Z | Downloaded fd-lock v3.0.13 |
926 | 2023-10-26T22:23:32.982Z | Downloaded downcast v0.11.0 |
927 | 2023-10-26T22:23:32.995Z | Downloaded rustc_version v0.1.7 |
928 | 2023-10-26T22:23:33.003Z | Downloaded spki v0.7.2 |
929 | 2023-10-26T22:23:33.010Z | Downloaded smallvec v0.6.14 |
930 | 2023-10-26T22:23:33.020Z | Downloaded elliptic-curve v0.13.5 |
931 | 2023-10-26T22:23:33.028Z | Downloaded precomputed-hash v0.1.1 |
932 | 2023-10-26T22:23:33.034Z | Downloaded fastrand v2.0.0 |
933 | 2023-10-26T22:23:33.062Z | Downloaded semver v0.1.20 |
934 | 2023-10-26T22:23:33.072Z | Downloaded pin-project-internal v1.1.3 |
935 | 2023-10-26T22:23:33.082Z | Downloaded funty v2.0.0 |
936 | 2023-10-26T22:23:33.093Z | Downloaded serial_test v0.10.0 |
937 | 2023-10-26T22:23:33.104Z | Downloaded fallible-streaming-iterator v0.1.9 |
938 | 2023-10-26T22:23:33.114Z | Downloaded wait-timeout v0.2.0 |
939 | 2023-10-26T22:23:33.131Z | Downloaded dirs-next v2.0.0 |
940 | 2023-10-26T22:23:33.145Z | Downloaded which v4.4.0 |
941 | 2023-10-26T22:23:33.153Z | Downloaded dof v0.1.5 |
942 | 2023-10-26T22:23:33.165Z | Downloaded doc-comment v0.3.3 |
943 | 2023-10-26T22:23:33.179Z | Downloaded parse-display v0.7.0 |
944 | 2023-10-26T22:23:34.430Z | Downloaded parking_lot_core v0.8.6 |
945 | 2023-10-26T22:23:34.845Z | Downloaded spin v0.9.8 |
946 | 2023-10-26T22:23:34.858Z | Downloaded serde_yaml v0.9.25 |
947 | 2023-10-26T22:23:34.871Z | Downloaded tempdir v0.3.7 |
948 | 2023-10-26T22:23:34.885Z | Downloaded derive_builder v0.12.0 |
949 | 2023-10-26T22:23:35.918Z | Downloaded predicates-tree v1.0.9 |
950 | 2023-10-26T22:23:35.932Z | Downloaded ron v0.8.1 |
951 | 2023-10-26T22:23:36.367Z | Downloaded usdt v0.3.5 |
952 | 2023-10-26T22:23:36.416Z | Downloaded erased-serde v0.3.30 |
953 | 2023-10-26T22:23:36.837Z | Downloaded darling_core v0.14.4 |
954 | 2023-10-26T22:23:36.842Z | Downloaded deranged v0.3.8 |
955 | 2023-10-26T22:23:36.846Z | Downloaded crossterm v0.26.1 |
956 | 2023-10-26T22:23:36.852Z | Downloaded cstr-argument v0.1.2 |
957 | 2023-10-26T22:23:36.856Z | Downloaded serde-hex v0.1.0 |
958 | 2023-10-26T22:23:36.860Z | Downloaded scopeguard v1.2.0 |
959 | 2023-10-26T22:23:36.870Z | Downloaded schemars_derive v0.8.13 |
960 | 2023-10-26T22:23:37.287Z | Downloaded foreign-types-shared v0.3.1 |
961 | 2023-10-26T22:23:37.291Z | Downloaded foreign-types-shared v0.1.1 |
962 | 2023-10-26T22:23:37.295Z | Downloaded serde_urlencoded v0.7.1 |
963 | 2023-10-26T22:23:37.299Z | Downloaded serde_plain v1.0.2 |
964 | 2023-10-26T22:23:37.304Z | Downloaded zeroize_derive v1.4.2 |
965 | 2023-10-26T22:23:37.313Z | Downloaded half v1.8.2 |
966 | 2023-10-26T22:23:37.331Z | Downloaded slog-term v2.9.0 |
967 | 2023-10-26T22:23:37.337Z | Downloaded diesel_table_macro_syntax v0.1.0 |
968 | 2023-10-26T22:23:37.341Z | Downloaded subtle v2.5.0 |
969 | 2023-10-26T22:23:37.345Z | Downloaded fs-err v2.9.0 |
970 | 2023-10-26T22:23:37.349Z | Downloaded serde_path_to_error v0.1.14 |
971 | 2023-10-26T22:23:37.353Z | Downloaded der v0.7.8 |
972 | 2023-10-26T22:23:37.359Z | Downloaded derive_builder_macro v0.12.0 |
973 | 2023-10-26T22:23:37.366Z | Downloaded signature v2.1.0 |
974 | 2023-10-26T22:23:37.369Z | Downloaded synstructure v0.12.6 |
975 | 2023-10-26T22:23:37.372Z | Downloaded dyn-clone v1.0.13 |
976 | 2023-10-26T22:23:37.377Z | Downloaded rand v0.4.6 |
977 | 2023-10-26T22:23:37.381Z | Downloaded structopt v0.3.26 |
978 | 2023-10-26T22:23:37.387Z | Downloaded yansi v0.5.1 |
979 | 2023-10-26T22:23:37.811Z | Downloaded unicode-bidi v0.3.13 |
980 | 2023-10-26T22:23:37.820Z | Downloaded oorandom v11.1.3 |
981 | 2023-10-26T22:23:37.824Z | Downloaded fnv v1.0.7 |
982 | 2023-10-26T22:23:37.828Z | Downloaded structopt-derive v0.4.18 |
983 | 2023-10-26T22:23:37.836Z | Downloaded rust-argon2 v1.0.1 |
984 | 2023-10-26T22:23:37.845Z | Downloaded foreign-types v0.3.2 |
985 | 2023-10-26T22:23:37.851Z | Downloaded darling_core v0.20.3 |
986 | 2023-10-26T22:23:37.855Z | Downloaded zerocopy v0.3.0 |
987 | 2023-10-26T22:23:37.866Z | Downloaded env_logger v0.9.3 |
988 | 2023-10-26T22:23:37.872Z | Downloaded signal-hook-registry v1.4.1 |
989 | 2023-10-26T22:23:37.881Z | Downloaded flate2 v1.0.28 |
990 | 2023-10-26T22:23:37.887Z | Downloaded group v0.13.0 |
991 | 2023-10-26T22:23:37.896Z | Downloaded futures-timer v3.0.2 |
992 | 2023-10-26T22:23:37.900Z | Downloaded untrusted v0.7.1 |
993 | 2023-10-26T22:23:37.908Z | Downloaded hyper v0.14.27 |
994 | 2023-10-26T22:23:37.916Z | Downloaded slab v0.4.9 |
995 | 2023-10-26T22:23:37.920Z | Downloaded slog-envlogger v2.2.0 |
996 | 2023-10-26T22:23:37.926Z | Downloaded sha2 v0.10.8 |
997 | 2023-10-26T22:23:37.930Z | Downloaded postgres-protocol v0.6.6 |
998 | 2023-10-26T22:23:37.935Z | Downloaded rusty-fork v0.3.0 |
999 | 2023-10-26T22:23:37.940Z | Downloaded portable-atomic v1.4.3 |
1000 | 2023-10-26T22:23:37.946Z | Downloaded remove_dir_all v0.5.3 |
1001 | 2023-10-26T22:23:37.952Z | Downloaded pkcs1 v0.7.5 |
1002 | 2023-10-26T22:23:37.955Z | Downloaded fatfs v0.3.6 |
1003 | 2023-10-26T22:23:37.960Z | Downloaded tokio-postgres v0.7.10 |
1004 | 2023-10-26T22:23:37.966Z | Downloaded slog-scope v4.4.0 |
1005 | 2023-10-26T22:23:37.972Z | Downloaded schemars v0.8.13 |
1006 | 2023-10-26T22:23:38.014Z | Downloaded tracing-attributes v0.1.26 |
1007 | 2023-10-26T22:23:38.036Z | Downloaded toml v0.7.8 |
1008 | 2023-10-26T22:23:38.452Z | Downloaded pest_derive v2.7.2 |
1009 | 2023-10-26T22:23:38.455Z | Downloaded prettyplease v0.2.12 |
1010 | 2023-10-26T22:23:38.463Z | Downloaded signal-hook v0.3.17 |
1011 | 2023-10-26T22:23:38.469Z | Downloaded regex-automata v0.1.10 |
1012 | 2023-10-26T22:23:38.477Z | Downloaded tar v0.4.40 |
1013 | 2023-10-26T22:23:38.488Z | Downloaded trust-dns-server v0.22.1 |
1014 | 2023-10-26T22:23:38.497Z | Downloaded url v2.4.1 |
1015 | 2023-10-26T22:23:38.504Z | Downloaded trust-dns-client v0.22.0 |
1016 | 2023-10-26T22:23:38.510Z | Downloaded oso v0.26.4 |
1017 | 2023-10-26T22:23:38.514Z | Downloaded nom v7.1.3 |
1018 | 2023-10-26T22:23:38.518Z | Downloaded serde_with v2.3.3 |
1019 | 2023-10-26T22:23:38.522Z | Downloaded futures-util v0.3.28 |
1020 | 2023-10-26T22:23:38.527Z | Downloaded unicode-segmentation v1.10.1 |
1021 | 2023-10-26T22:23:38.533Z | Downloaded proptest v1.3.1 |
1022 | 2023-10-26T22:23:38.540Z | Downloaded unsafe-libyaml v0.2.9 |
1023 | 2023-10-26T22:23:38.543Z | Downloaded reedline v0.23.0 |
1024 | 2023-10-26T22:23:38.547Z | Downloaded syn v1.0.109 |
1025 | 2023-10-26T22:23:38.550Z | Downloaded ratatui v0.23.0 |
1026 | 2023-10-26T22:23:38.553Z | Downloaded petgraph v0.6.4 |
1027 | 2023-10-26T22:23:38.559Z | Downloaded pest v2.7.2 |
1028 | 2023-10-26T22:23:38.562Z | Downloaded trust-dns-proto v0.22.0 |
1029 | 2023-10-26T22:23:38.565Z | Downloaded regex-syntax v0.7.5 |
1030 | 2023-10-26T22:23:38.569Z | Downloaded steno v0.4.0 |
1031 | 2023-10-26T22:23:38.572Z | Downloaded tokio-util v0.7.10 |
1032 | 2023-10-26T22:23:38.575Z | Downloaded openapiv3 v1.0.3 |
1033 | 2023-10-26T22:23:38.579Z | Downloaded rusqlite v0.29.0 |
1034 | 2023-10-26T22:23:38.582Z | Downloaded crossterm v0.27.0 |
1035 | 2023-10-26T22:23:38.586Z | Downloaded idna v0.2.3 |
1036 | 2023-10-26T22:23:38.589Z | Downloaded bitvec v1.0.1 |
1037 | 2023-10-26T22:23:38.592Z | Downloaded h2 v0.3.21 |
1038 | 2023-10-26T22:23:38.599Z | Downloaded git2 v0.17.2 |
1039 | 2023-10-26T22:23:38.619Z | Downloaded zerocopy-derive v0.2.0 |
1040 | 2023-10-26T22:23:39.046Z | Downloaded sled v0.34.7 |
1041 | 2023-10-26T22:23:39.060Z | Downloaded polar-core v0.26.4 |
1042 | 2023-10-26T22:23:39.073Z | Downloaded openssl v0.10.57 |
1043 | 2023-10-26T22:23:39.091Z | Downloaded gimli v0.28.0 |
1044 | 2023-10-26T22:23:39.132Z | Downloaded object v0.30.4 |
1045 | 2023-10-26T22:23:39.148Z | Downloaded diesel v2.1.1 |
1046 | 2023-10-26T22:23:39.166Z | Downloaded sha3 v0.10.8 |
1047 | 2023-10-26T22:23:39.190Z | Downloaded object v0.32.1 |
1048 | 2023-10-26T22:23:39.204Z | Downloaded zerocopy-derive v0.6.4 |
1049 | 2023-10-26T22:23:39.213Z | Downloaded radix_trie v0.2.1 |
1050 | 2023-10-26T22:23:39.223Z | Downloaded rustls v0.21.7 |
1051 | 2023-10-26T22:23:39.229Z | Downloaded tokio v1.33.0 |
1052 | 2023-10-26T22:23:39.236Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1053 | 2023-10-26T22:23:39.252Z | Downloaded regex-automata v0.3.8 |
1054 | 2023-10-26T22:23:39.257Z | Downloaded curve25519-dalek v4.1.0 |
1055 | 2023-10-26T22:23:39.263Z | Downloaded smoltcp v0.9.1 |
1056 | 2023-10-26T22:23:39.271Z | Downloaded libz-sys v1.1.12 |
1057 | 2023-10-26T22:23:39.280Z | Downloaded regex-syntax v0.6.29 |
1058 | 2023-10-26T22:23:39.289Z | Downloaded vcpkg v0.2.15 |
1059 | 2023-10-26T22:23:39.300Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1060 | 2023-10-26T22:23:39.307Z | Downloaded rustix v0.38.9 |
1061 | 2023-10-26T22:23:39.320Z | Downloaded encoding_rs v0.8.33 |
1062 | 2023-10-26T22:23:39.335Z | Downloaded bstr v0.2.17 |
1063 | 2023-10-26T22:23:39.344Z | Downloaded smoltcp v0.8.2 |
1064 | 2023-10-26T22:23:39.350Z | Downloaded lalrpop v0.19.12 |
1065 | 2023-10-26T22:23:39.356Z | Downloaded plotters v0.3.5 |
1066 | 2023-10-26T22:23:39.366Z | Downloaded rustls-webpki v0.101.4 |
1067 | 2023-10-26T22:23:39.379Z | Downloaded bstr v1.6.0 |
1068 | 2023-10-26T22:23:39.389Z | Downloaded bindgen v0.65.1 |
1069 | 2023-10-26T22:23:39.396Z | Downloaded idna v0.4.0 |
1070 | 2023-10-26T22:23:39.404Z | Downloaded nix v0.26.2 |
1071 | 2023-10-26T22:23:39.413Z | Downloaded webpki-roots v0.25.2 |
1072 | 2023-10-26T22:23:39.427Z | Downloaded clap v2.34.0 |
1073 | 2023-10-26T22:23:39.447Z | Downloaded regress v0.7.1 |
1074 | 2023-10-26T22:23:39.465Z | Downloaded regex v1.9.5 |
1075 | 2023-10-26T22:23:39.879Z | Downloaded quick-xml v0.23.1 |
1076 | 2023-10-26T22:23:39.882Z | Downloaded tabled v0.14.0 |
1077 | 2023-10-26T22:23:39.885Z | Downloaded x509-cert v0.2.4 |
1078 | 2023-10-26T22:23:39.888Z | Downloaded futures v0.3.28 |
1079 | 2023-10-26T22:23:39.892Z | Downloaded pin-project v1.1.3 |
1080 | 2023-10-26T22:23:39.896Z | Downloaded tracing v0.1.37 |
1081 | 2023-10-26T22:23:39.899Z | Downloaded unicode-normalization v0.1.22 |
1082 | 2023-10-26T22:23:39.902Z | Downloaded aho-corasick v1.0.4 |
1083 | 2023-10-26T22:23:39.905Z | Downloaded tough v0.12.5 |
1084 | 2023-10-26T22:23:39.914Z | Downloaded rayon v1.7.0 |
1085 | 2023-10-26T22:23:39.918Z | Downloaded expectorate v1.1.0 |
1086 | 2023-10-26T22:23:39.921Z | Downloaded itertools v0.11.0 |
1087 | 2023-10-26T22:23:39.925Z | Downloaded reqwest v0.11.20 |
1088 | 2023-10-26T22:23:39.929Z | Downloaded chrono v0.4.31 |
1089 | 2023-10-26T22:23:39.933Z | Downloaded hashbrown v0.12.3 |
1090 | 2023-10-26T22:23:39.941Z | Downloaded socket2 v0.5.4 |
1091 | 2023-10-26T22:23:39.948Z | Downloaded zip v0.6.6 |
1092 | 2023-10-26T22:23:39.953Z | Downloaded derive_more v0.99.17 |
1093 | 2023-10-26T22:23:39.958Z | Downloaded uuid v1.4.1 |
1094 | 2023-10-26T22:23:39.964Z | Downloaded heapless v0.7.16 |
1095 | 2023-10-26T22:23:39.971Z | Downloaded rustversion v1.0.14 |
1096 | 2023-10-26T22:23:39.976Z | Downloaded olpc-cjson v0.1.3 |
1097 | 2023-10-26T22:23:39.980Z | Downloaded plotters-backend v0.3.5 |
1098 | 2023-10-26T22:23:39.987Z | Downloaded poly1305 v0.8.0 |
1099 | 2023-10-26T22:23:39.991Z | Downloaded tracing-core v0.1.31 |
1100 | 2023-10-26T22:23:39.997Z | Downloaded aes v0.8.3 |
1101 | 2023-10-26T22:23:40.002Z | Downloaded proc-macro-crate v1.3.1 |
1102 | 2023-10-26T22:23:40.010Z | Downloaded slog-async v2.8.0 |
1103 | 2023-10-26T22:23:40.019Z | Downloaded form_urlencoded v1.2.0 |
1104 | 2023-10-26T22:23:40.026Z | Downloaded slog-json v2.6.1 |
1105 | 2023-10-26T22:23:40.038Z | Downloaded proc-macro-error v1.0.4 |
1106 | 2023-10-26T22:23:40.043Z | Downloaded parking_lot_core v0.9.8 |
1107 | 2023-10-26T22:23:40.046Z | Downloaded slog v2.7.0 |
1108 | 2023-10-26T22:23:40.052Z | Downloaded hkdf v0.12.3 |
1109 | 2023-10-26T22:23:40.083Z | Downloaded libxml v0.3.3 |
1110 | 2023-10-26T22:23:40.086Z | Downloaded tabled_derive v0.6.0 |
1111 | 2023-10-26T22:23:40.089Z | Downloaded flagset v0.4.3 |
1112 | 2023-10-26T22:23:40.092Z | Downloaded futures-executor v0.3.28 |
1113 | 2023-10-26T22:23:40.096Z | Downloaded strum_macros v0.24.3 |
1114 | 2023-10-26T22:23:40.101Z | Downloaded pest_generator v2.7.2 |
1115 | 2023-10-26T22:23:40.104Z | Downloaded globset v0.4.13 |
1116 | 2023-10-26T22:23:40.108Z | Downloaded serde_with_macros v2.3.3 |
1117 | 2023-10-26T22:23:40.113Z | Downloaded tokio-rustls v0.24.1 |
1118 | 2023-10-26T22:23:40.116Z | Downloaded postcard-cobs v0.1.5-pre |
1119 | 2023-10-26T22:23:40.120Z | Downloaded rtoolbox v0.0.1 |
1120 | 2023-10-26T22:23:40.123Z | Downloaded crypto-common v0.1.6 |
1121 | 2023-10-26T22:23:40.126Z | Downloaded hashbrown v0.13.2 |
1122 | 2023-10-26T22:23:40.129Z | Downloaded serde_tokenstream v0.2.0 |
1123 | 2023-10-26T22:23:40.132Z | Downloaded serde_derive_internals v0.26.0 |
1124 | 2023-10-26T22:23:40.135Z | Downloaded fallible-iterator v0.2.0 |
1125 | 2023-10-26T22:23:40.138Z | Downloaded glob v0.3.1 |
1126 | 2023-10-26T22:23:40.142Z | Downloaded termcolor v1.2.0 |
1127 | 2023-10-26T22:23:40.145Z | Downloaded platforms v3.0.2 |
1128 | 2023-10-26T22:23:40.148Z | Downloaded rand v0.8.5 |
1129 | 2023-10-26T22:23:40.151Z | Downloaded diff v0.1.13 |
1130 | 2023-10-26T22:23:40.169Z | Downloaded snafu v0.7.5 |
1131 | 2023-10-26T22:23:40.586Z | Downloaded ron v0.7.1 |
1132 | 2023-10-26T22:23:40.604Z | Downloaded minimal-lexical v0.2.1 |
1133 | 2023-10-26T22:23:40.614Z | Downloaded openssl-sys v0.9.93 |
1134 | 2023-10-26T22:23:40.618Z | Downloaded libsqlite3-sys v0.26.0 |
1135 | 2023-10-26T22:23:40.621Z | Downloaded ring v0.16.20 |
1136 | 2023-10-26T22:23:40.624Z | Downloaded utf-8 v0.7.6 |
1137 | 2023-10-26T22:23:40.630Z | Downloaded signal-hook-tokio v0.3.1 |
1138 | 2023-10-26T22:23:40.634Z | Downloaded try-lock v0.2.4 |
1139 | 2023-10-26T22:23:40.637Z | Downloaded display-error-chain v0.2.0 |
1140 | 2023-10-26T22:23:40.640Z | Downloaded enum-as-inner v0.5.1 |
1141 | 2023-10-26T22:23:40.643Z | Downloaded tokio-macros v2.1.0 |
1142 | 2023-10-26T22:23:40.646Z | Downloaded thread-id v4.2.0 |
1143 | 2023-10-26T22:23:40.649Z | Downloaded tinyvec v1.6.0 |
1144 | 2023-10-26T22:23:40.653Z | Downloaded pkg-config v0.3.27 |
1145 | 2023-10-26T22:23:40.657Z | Downloaded futures-core v0.3.28 |
1146 | 2023-10-26T22:23:40.660Z | Downloaded pin-project-lite v0.2.13 |
1147 | 2023-10-26T22:23:40.663Z | Downloaded headers v0.3.9 |
1148 | 2023-10-26T22:23:40.667Z | Downloaded serde_arrays v0.1.0 |
1149 | 2023-10-26T22:23:40.670Z | Downloaded der_derive v0.7.2 |
1150 | 2023-10-26T22:23:40.673Z | Downloaded tokio-tungstenite v0.20.1 |
1151 | 2023-10-26T22:23:40.676Z | Downloaded version_check v0.9.4 |
1152 | 2023-10-26T22:23:40.679Z | Downloaded pretty_assertions v1.4.0 |
1153 | 2023-10-26T22:23:40.682Z | Downloaded sct v0.7.0 |
1154 | 2023-10-26T22:23:40.685Z | Downloaded num-bigint-dig v0.8.4 |
1155 | 2023-10-26T22:23:40.688Z | Downloaded generic-array v0.14.7 |
1156 | 2023-10-26T22:23:40.691Z | Downloaded time-macros v0.2.13 |
1157 | 2023-10-26T22:23:40.694Z | Downloaded diesel_derives v2.1.1 |
1158 | 2023-10-26T22:23:40.697Z | Downloaded thiserror-no-std v2.0.2 |
1159 | 2023-10-26T22:23:40.700Z | Downloaded zeroize v1.6.0 |
1160 | 2023-10-26T22:23:40.703Z | Downloaded predicates v2.1.5 |
1161 | 2023-10-26T22:23:40.707Z | Downloaded tungstenite v0.20.1 |
1162 | 2023-10-26T22:23:40.711Z | Downloaded similar v2.2.1 |
1163 | 2023-10-26T22:23:40.716Z | Downloaded ref-cast-impl v1.0.20 |
1164 | 2023-10-26T22:23:40.723Z | Downloaded ref-cast v1.0.20 |
1165 | 2023-10-26T22:23:40.730Z | Downloaded resolv-conf v0.7.0 |
1166 | 2023-10-26T22:23:40.736Z | Downloaded pem-rfc7468 v0.7.0 |
1167 | 2023-10-26T22:23:40.745Z | Downloaded hashlink v0.8.3 |
1168 | 2023-10-26T22:23:40.753Z | Downloaded flume v0.11.0 |
1169 | 2023-10-26T22:23:40.764Z | Downloaded toml_edit v0.19.15 |
1170 | 2023-10-26T22:23:40.773Z | Downloaded trust-dns-resolver v0.22.0 |
1171 | 2023-10-26T22:23:40.792Z | Downloaded trybuild v1.0.85 |
1172 | 2023-10-26T22:23:40.796Z | Downloaded criterion v0.5.1 |
1173 | 2023-10-26T22:23:40.800Z | Downloaded digest v0.10.7 |
1174 | 2023-10-26T22:23:40.804Z | Downloaded string_cache v0.8.7 |
1175 | 2023-10-26T22:23:40.809Z | Downloaded predicates-core v1.0.6 |
1176 | 2023-10-26T22:23:40.819Z | Downloaded ppv-lite86 v0.2.17 |
1177 | 2023-10-26T22:23:40.831Z | Downloaded twox-hash v1.6.3 |
1178 | 2023-10-26T22:23:41.672Z | Downloaded futures-task v0.3.28 |
1179 | 2023-10-26T22:23:41.685Z | Downloaded unicode-width v0.1.11 |
1180 | 2023-10-26T22:23:41.692Z | Downloaded vte v0.11.1 |
1181 | 2023-10-26T22:23:41.704Z | Downloaded vsss-rs v3.3.1 |
1182 | 2023-10-26T22:23:41.721Z | Downloaded smallvec v1.11.0 |
1183 | 2023-10-26T22:23:41.735Z | Downloaded headers-core v0.2.0 |
1184 | 2023-10-26T22:23:41.750Z | Downloaded hash32 v0.2.1 |
1185 | 2023-10-26T22:23:42.180Z | Downloaded derive-where v1.2.5 |
1186 | 2023-10-26T22:23:42.196Z | Downloaded backtrace v0.3.69 |
1187 | 2023-10-26T22:23:42.210Z | Downloaded snafu-derive v0.7.5 |
1188 | 2023-10-26T22:23:42.223Z | Downloaded strsim v0.8.0 |
1189 | 2023-10-26T22:23:42.243Z | Downloaded spin v0.5.2 |
1190 | 2023-10-26T22:23:42.262Z | Downloaded tui-tree-widget v0.13.0 |
1191 | 2023-10-26T22:23:42.679Z | Downloaded num-bigint v0.4.4 |
1192 | 2023-10-26T22:23:42.694Z | Downloaded time v0.3.27 |
1193 | 2023-10-26T22:23:42.710Z | Downloaded papergrid v0.10.0 |
1194 | 2023-10-26T22:23:42.720Z | Downloaded http v0.2.9 |
1195 | 2023-10-26T22:23:42.731Z | Downloaded subprocess v0.2.9 |
1196 | 2023-10-26T22:23:42.744Z | Downloaded toml v0.5.11 |
1197 | 2023-10-26T22:23:42.750Z | Downloaded rayon-core v1.11.0 |
1198 | 2023-10-26T22:23:42.763Z | Downloaded percent-encoding v2.3.0 |
1199 | 2023-10-26T22:23:42.781Z | Downloaded tiny-keccak v2.0.2 |
1200 | 2023-10-26T22:23:42.797Z | Downloaded rustls-pemfile v1.0.3 |
1201 | 2023-10-26T22:23:42.815Z | Downloaded rustls-native-certs v0.6.3 |
1202 | 2023-10-26T22:23:42.833Z | Downloaded pin-utils v0.1.0 |
1203 | 2023-10-26T22:23:42.875Z | Downloaded darling v0.20.3 |
1204 | 2023-10-26T22:23:42.897Z | Downloaded difflib v0.4.0 |
1205 | 2023-10-26T22:23:42.906Z | Downloaded postgres-types v0.2.6 |
1206 | 2023-10-26T22:23:42.917Z | Downloaded pkcs8 v0.10.2 |
1207 | 2023-10-26T22:23:42.927Z | Downloaded parking_lot v0.11.2 |
1208 | 2023-10-26T22:23:43.342Z | Downloaded fragile v2.0.0 |
1209 | 2023-10-26T22:23:43.355Z | Downloaded foreign-types v0.5.0 |
1210 | 2023-10-26T22:23:43.370Z | Downloaded rsa v0.9.2 |
1211 | 2023-10-26T22:23:43.389Z | Downloaded secrecy v0.8.0 |
1212 | 2023-10-26T22:23:43.405Z | Downloaded topological-sort v0.2.2 |
1213 | 2023-10-26T22:23:43.432Z | Downloaded futures-channel v0.3.28 |
1214 | 2023-10-26T22:23:43.448Z | Downloaded filetime v0.2.22 |
1215 | 2023-10-26T22:23:43.461Z | Downloaded itertools v0.10.5 |
1216 | 2023-10-26T22:23:43.470Z | Downloaded arc-swap v1.6.0 |
1217 | 2023-10-26T22:23:43.891Z | Downloaded allocator-api2 v0.2.16 |
1218 | 2023-10-26T22:23:43.920Z | Downloaded slog-stdlog v4.1.1 |
1219 | 2023-10-26T22:23:44.333Z | Downloaded env_logger v0.10.0 |
1220 | 2023-10-26T22:23:44.344Z | Downloaded password-hash v0.5.0 |
1221 | 2023-10-26T22:23:44.356Z | Downloaded parking_lot v0.12.1 |
1222 | 2023-10-26T22:23:44.361Z | Downloaded pretty-hex v0.3.0 |
1223 | 2023-10-26T22:23:44.376Z | Downloaded rpassword v7.2.0 |
1224 | 2023-10-26T22:23:44.388Z | Downloaded plotters-svg v0.3.5 |
1225 | 2023-10-26T22:23:44.399Z | Downloaded owo-colors v3.5.0 |
1226 | 2023-10-26T22:23:44.410Z | Downloaded dashmap v5.5.1 |
1227 | 2023-10-26T22:23:44.424Z | Downloaded fixedbitset v0.4.2 |
1228 | 2023-10-26T22:23:44.430Z | Downloaded walkdir v2.4.0 |
1229 | 2023-10-26T22:23:44.444Z | Downloaded data-encoding v2.4.0 |
1230 | 2023-10-26T22:23:44.455Z | Downloaded ctr v0.9.2 |
1231 | 2023-10-26T22:23:44.471Z | Downloaded predicates v3.0.4 |
1232 | 2023-10-26T22:23:44.483Z | Downloaded pem v1.1.1 |
1233 | 2023-10-26T22:23:44.494Z | Downloaded paste v1.0.14 |
1234 | 2023-10-26T22:23:44.504Z | Downloaded relative-path v1.9.0 |
1235 | 2023-10-26T22:23:44.517Z | Downloaded phf v0.11.2 |
1236 | 2023-10-26T22:23:44.527Z | Downloaded partial-io v0.5.4 |
1237 | 2023-10-26T22:23:44.538Z | Downloaded parse-display-derive v0.7.0 |
1238 | 2023-10-26T22:23:44.554Z | Downloaded packed_struct_codegen v0.10.1 |
1239 | 2023-10-26T22:23:44.569Z | Downloaded rustc-demangle v0.1.23 |
1240 | 2023-10-26T22:23:44.580Z | Downloaded foreign-types-macros v0.2.3 |
1241 | 2023-10-26T22:23:44.591Z | Downloaded float-cmp v0.9.0 |
1242 | 2023-10-26T22:23:44.606Z | Downloaded waitgroup v0.1.2 |
1243 | 2023-10-26T22:23:44.618Z | Downloaded crypto-bigint v0.5.2 |
1244 | 2023-10-26T22:23:44.631Z | Downloaded crossbeam-utils v0.8.16 |
1245 | 2023-10-26T22:23:44.644Z | Downloaded whoami v1.4.1 |
1246 | 2023-10-26T22:23:44.656Z | Downloaded postcard v0.7.3 |
1247 | 2023-10-26T22:23:44.666Z | Downloaded tempfile v3.8.0 |
1248 | 2023-10-26T22:23:44.679Z | Downloaded omicron-zone-package v0.8.3 |
1249 | 2023-10-26T22:23:44.688Z | Downloaded typenum v1.16.0 |
1250 | 2023-10-26T22:23:44.695Z | Downloaded indicatif v0.17.7 |
1251 | 2023-10-26T22:23:44.700Z | Downloaded rand_xorshift v0.3.0 |
1252 | 2023-10-26T22:23:44.706Z | Downloaded radium v0.7.0 |
1253 | 2023-10-26T22:23:44.728Z | Downloaded xattr v1.0.1 |
1254 | 2023-10-26T22:23:44.733Z | Downloaded quick-error v1.2.3 |
1255 | 2023-10-26T22:23:44.738Z | Downloaded textwrap v0.16.0 |
1256 | 2023-10-26T22:23:44.747Z | Downloaded pretty-hex v0.2.1 |
1257 | 2023-10-26T22:23:44.755Z | Downloaded phf_shared v0.11.2 |
1258 | 2023-10-26T22:23:44.758Z | Downloaded packed_struct v0.10.1 |
1259 | 2023-10-26T22:23:44.765Z | Downloaded once_cell v1.18.0 |
1260 | 2023-10-26T22:23:44.770Z | Downloaded ucd-trie v0.1.6 |
1261 | 2023-10-26T22:23:44.778Z | Downloaded rcgen v0.10.0 |
1262 | 2023-10-26T22:23:44.783Z | Downloaded termios v0.3.3 |
1263 | 2023-10-26T22:23:44.789Z | Downloaded usdt-impl v0.3.5 |
1264 | 2023-10-26T22:23:44.797Z | Downloaded rand_core v0.6.4 |
1265 | 2023-10-26T22:23:44.805Z | Downloaded async-trait v0.1.74 |
1266 | 2023-10-26T22:23:44.810Z | Downloaded thread_local v1.1.7 |
1267 | 2023-10-26T22:23:44.818Z | Downloaded rand_chacha v0.3.1 |
1268 | 2023-10-26T22:23:44.843Z | Downloaded r2d2 v0.8.10 |
1269 | 2023-10-26T22:23:44.854Z | Downloaded proc-macro-error-attr v1.0.4 |
1270 | 2023-10-26T22:23:44.882Z | Downloaded strum v0.25.0 |
1271 | 2023-10-26T22:23:44.889Z | Downloaded tap v1.0.1 |
1272 | 2023-10-26T22:23:44.894Z | Downloaded addr2line v0.21.0 |
1273 | 2023-10-26T22:23:44.899Z | Downloaded vec_map v0.8.2 |
1274 | 2023-10-26T22:23:44.905Z | Downloaded same-file v1.0.6 |
1275 | 2023-10-26T22:23:44.912Z | Downloaded shlex v1.1.0 |
1276 | 2023-10-26T22:23:44.917Z | Downloaded argon2 v0.5.2 |
1277 | 2023-10-26T22:23:44.922Z | Downloaded vergen v8.2.4 |
1278 | 2023-10-26T22:23:44.926Z | Downloaded mockall_derive v0.11.4 |
1279 | 2023-10-26T22:23:44.930Z | Downloaded base64 v0.13.1 |
1280 | 2023-10-26T22:23:44.933Z | Downloaded darling v0.14.4 |
1281 | 2023-10-26T22:23:44.938Z | Downloaded unarray v0.1.4 |
1282 | 2023-10-26T22:23:44.942Z | Downloaded path-absolutize v3.1.0 |
1283 | 2023-10-26T22:23:44.946Z | Downloaded tokio-tungstenite v0.18.0 |
1284 | 2023-10-26T22:23:44.950Z | Downloaded threadpool v1.8.1 |
1285 | 2023-10-26T22:23:44.954Z | Downloaded crc-any v2.4.3 |
1286 | 2023-10-26T22:23:44.958Z | Downloaded ascii v1.1.0 |
1287 | 2023-10-26T22:23:44.966Z | Downloaded native-tls v0.2.11 |
1288 | 2023-10-26T22:23:44.969Z | Downloaded fxhash v0.2.1 |
1289 | 2023-10-26T22:23:44.972Z | Downloaded ena v0.14.2 |
1290 | 2023-10-26T22:23:44.976Z | Downloaded ed25519 v1.5.3 |
1291 | 2023-10-26T22:23:44.980Z | Downloaded mime v0.3.17 |
1292 | 2023-10-26T22:23:44.984Z | Downloaded libefi-sys v0.1.0 |
1293 | 2023-10-26T22:23:44.993Z | Downloaded clang-sys v1.6.1 |
1294 | 2023-10-26T22:23:45.005Z | Downloaded rustfmt-wrapper v0.2.0 |
1295 | 2023-10-26T22:23:45.012Z | Downloaded slog-dtrace v0.2.3 |
1296 | 2023-10-26T22:23:45.020Z | Downloaded similar-asserts v1.5.0 |
1297 | 2023-10-26T22:23:45.028Z | Downloaded signature v1.6.4 |
1298 | 2023-10-26T22:23:45.035Z | Downloaded serde_repr v0.1.16 |
1299 | 2023-10-26T22:23:45.047Z | Downloaded semver-parser v0.10.2 |
1300 | 2023-10-26T22:23:45.055Z | Downloaded ringbuffer v0.15.0 |
1301 | 2023-10-26T22:23:45.063Z | Downloaded num-complex v0.4.4 |
1302 | 2023-10-26T22:23:45.068Z | Downloaded criterion-plot v0.5.0 |
1303 | 2023-10-26T22:23:45.075Z | Downloaded futures-macro v0.3.28 |
1304 | 2023-10-26T22:23:45.090Z | Downloaded futures-io v0.3.28 |
1305 | 2023-10-26T22:23:45.097Z | Downloaded zone v0.2.0 |
1306 | 2023-10-26T22:23:45.111Z | Downloaded universal-hash v0.5.1 |
1307 | 2023-10-26T22:23:45.117Z | Downloaded bytes v1.5.0 |
1308 | 2023-10-26T22:23:45.121Z | Downloaded anes v0.1.6 |
1309 | 2023-10-26T22:23:45.124Z | Downloaded shell-words v1.1.0 |
1310 | 2023-10-26T22:23:45.128Z | Downloaded cpufeatures v0.2.9 |
1311 | 2023-10-26T22:23:45.132Z | Downloaded base64ct v1.6.0 |
1312 | 2023-10-26T22:23:45.149Z | Downloaded hmac v0.12.1 |
1313 | 2023-10-26T22:23:45.152Z | Downloaded highway v1.1.0 |
1314 | 2023-10-26T22:23:45.156Z | Downloaded array-init v0.0.4 |
1315 | 2023-10-26T22:23:45.159Z | Downloaded aead v0.5.2 |
1316 | 2023-10-26T22:23:45.162Z | Downloaded autocfg v1.1.0 |
1317 | 2023-10-26T22:23:45.166Z | Downloaded tokio-stream v0.1.14 |
1318 | 2023-10-26T22:23:45.169Z | Downloaded block-padding v0.3.3 |
1319 | 2023-10-26T22:23:45.173Z | Downloaded indoc v2.0.3 |
1320 | 2023-10-26T22:23:45.176Z | Downloaded serde_tokenstream v0.1.7 |
1321 | 2023-10-26T22:23:45.179Z | Downloaded socket2 v0.4.9 |
1322 | 2023-10-26T22:23:45.182Z | Downloaded openssl-macros v0.1.1 |
1323 | 2023-10-26T22:23:45.186Z | Downloaded opaque-debug v0.3.0 |
1324 | 2023-10-26T22:23:45.189Z | Downloaded keccak v0.1.4 |
1325 | 2023-10-26T22:23:45.192Z | Downloaded hyper-tls v0.5.0 |
1326 | 2023-10-26T22:23:45.195Z | Downloaded zone_cfg_derive v0.2.0 |
1327 | 2023-10-26T22:23:45.198Z | Downloaded want v0.3.1 |
1328 | 2023-10-26T22:23:45.203Z | Downloaded approx v0.5.1 |
1329 | 2023-10-26T22:23:45.206Z | Downloaded indexmap v1.9.3 |
1330 | 2023-10-26T22:23:45.209Z | Downloaded ascii-canvas v3.0.0 |
1331 | 2023-10-26T22:23:45.212Z | Downloaded nibble_vec v0.1.0 |
1332 | 2023-10-26T22:23:45.215Z | Downloaded nanorand v0.7.0 |
1333 | 2023-10-26T22:23:45.218Z | Downloaded md-5 v0.10.5 |
1334 | 2023-10-26T22:23:45.221Z | Downloaded impl-trait-for-tuples v0.2.2 |
1335 | 2023-10-26T22:23:45.224Z | Downloaded crossbeam-queue v0.3.8 |
1336 | 2023-10-26T22:23:45.227Z | Downloaded constant_time_eq v0.2.6 |
1337 | 2023-10-26T22:23:45.230Z | Downloaded cipher v0.4.4 |
1338 | 2023-10-26T22:23:45.234Z | Downloaded cookie v0.16.2 |
1339 | 2023-10-26T22:23:45.237Z | Downloaded unicode-xid v0.2.4 |
1340 | 2023-10-26T22:23:45.241Z | Downloaded bzip2 v0.4.4 |
1341 | 2023-10-26T22:23:45.244Z | Downloaded hyper-rustls v0.24.1 |
1342 | 2023-10-26T22:23:45.247Z | Downloaded atomicwrites v0.4.2 |
1343 | 2023-10-26T22:23:45.249Z | Downloaded atomic-waker v1.1.1 |
1344 | 2023-10-26T22:23:45.281Z | Downloaded arrayref v0.3.7 |
1345 | 2023-10-26T22:23:45.285Z | Downloaded adler v1.0.2 |
1346 | 2023-10-26T22:23:45.288Z | Downloaded byteorder v1.5.0 |
1347 | 2023-10-26T22:23:45.307Z | Downloaded blake2b_simd v1.0.1 |
1348 | 2023-10-26T22:23:45.316Z | Downloaded time-core v0.1.1 |
1349 | 2023-10-26T22:23:45.333Z | Downloaded humantime v2.1.0 |
1350 | 2023-10-26T22:23:45.352Z | Downloaded structmeta-derive v0.1.6 |
1351 | 2023-10-26T22:23:45.362Z | Downloaded static_assertions v1.1.0 |
1352 | 2023-10-26T22:23:45.366Z | Downloaded smawk v0.3.1 |
1353 | 2023-10-26T22:23:45.369Z | Downloaded num_enum_derive v0.5.11 |
1354 | 2023-10-26T22:23:45.372Z | Downloaded constant_time_eq v0.3.0 |
1355 | 2023-10-26T22:23:45.375Z | Downloaded curve25519-dalek-derive v0.1.0 |
1356 | 2023-10-26T22:23:45.378Z | Downloaded scheduled-thread-pool v0.2.7 |
1357 | 2023-10-26T22:23:45.384Z | Downloaded rustc_version v0.4.0 |
1358 | 2023-10-26T22:23:45.388Z | Downloaded async-stream-impl v0.3.5 |
1359 | 2023-10-26T22:23:45.391Z | Downloaded siphasher v0.3.11 |
1360 | 2023-10-26T22:23:45.393Z | Downloaded colored v2.0.4 |
1361 | 2023-10-26T22:23:45.396Z | Downloaded semver v0.11.0 |
1362 | 2023-10-26T22:23:45.399Z | Downloaded crc-catalog v2.2.0 |
1363 | 2023-10-26T22:23:45.403Z | Downloaded num_enum v0.7.0 |
1364 | 2023-10-26T22:23:45.406Z | Downloaded num-iter v0.1.43 |
1365 | 2023-10-26T22:23:45.410Z | Downloaded num-integer v0.1.45 |
1366 | 2023-10-26T22:23:45.414Z | Downloaded mockall v0.11.4 |
1367 | 2023-10-26T22:23:45.417Z | Downloaded corncobs v0.1.3 |
1368 | 2023-10-26T22:23:45.420Z | Downloaded slog-bunyan v2.4.0 |
1369 | 2023-10-26T22:23:45.423Z | Downloaded cexpr v0.6.0 |
1370 | 2023-10-26T22:23:45.427Z | Downloaded bitstruct v0.1.1 |
1371 | 2023-10-26T22:23:45.430Z | Downloaded structmeta v0.1.6 |
1372 | 2023-10-26T22:23:45.434Z | Downloaded rstest v0.18.2 |
1373 | 2023-10-26T22:23:45.437Z | Downloaded hyper-staticfile v0.9.5 |
1374 | 2023-10-26T22:23:45.440Z | Downloaded const_format v0.2.31 |
1375 | 2023-10-26T22:23:45.443Z | Downloaded bincode v1.3.3 |
1376 | 2023-10-26T22:23:45.446Z | Downloaded bcs v0.1.6 |
1377 | 2023-10-26T22:23:45.449Z | Downloaded hubpack_derive v0.1.1 |
1378 | 2023-10-26T22:23:45.453Z | Downloaded num_enum v0.5.11 |
1379 | 2023-10-26T22:23:45.456Z | Downloaded lalrpop-util v0.19.12 |
1380 | 2023-10-26T22:23:45.459Z | Downloaded hostname v0.3.1 |
1381 | 2023-10-26T22:23:45.462Z | Downloaded crossbeam-channel v0.5.8 |
1382 | 2023-10-26T22:23:45.465Z | Downloaded lock_api v0.4.10 |
1383 | 2023-10-26T22:23:45.470Z | Downloaded const_format_proc_macros v0.2.31 |
1384 | 2023-10-26T22:23:45.473Z | Downloaded cfg-if v1.0.0 |
1385 | 2023-10-26T22:23:45.476Z | Downloaded camino-tempfile v1.0.2 |
1386 | 2023-10-26T22:23:45.479Z | Downloaded hex v0.4.3 |
1387 | 2023-10-26T22:23:45.482Z | Downloaded assert_cmd v2.0.12 |
1388 | 2023-10-26T22:23:45.485Z | Downloaded libtest-mimic v0.6.1 |
1389 | 2023-10-26T22:23:45.488Z | Downloaded buf-list v1.0.3 |
1390 | 2023-10-26T22:23:45.492Z | Downloaded bit-set v0.5.3 |
1391 | 2023-10-26T22:23:45.496Z | Downloaded num_cpus v1.16.0 |
1392 | 2023-10-26T22:23:45.499Z | Downloaded bit_field v0.10.2 |
1393 | 2023-10-26T22:23:45.502Z | Downloaded serde-big-array v0.4.1 |
1394 | 2023-10-26T22:23:45.505Z | Downloaded multer v2.1.0 |
1395 | 2023-10-26T22:23:45.508Z | Downloaded bytecount v0.6.3 |
1396 | 2023-10-26T22:23:45.518Z | Downloaded hex-literal v0.4.1 |
1397 | 2023-10-26T22:23:45.529Z | Downloaded jobserver v0.1.26 |
1398 | 2023-10-26T22:23:45.551Z | Downloaded ipnet v2.8.0 |
1399 | 2023-10-26T22:23:45.563Z | Downloaded http-body v0.4.5 |
1400 | 2023-10-26T22:23:45.570Z | Downloaded httpdate v1.0.3 |
1401 | 2023-10-26T22:23:45.578Z | Downloaded block-buffer v0.10.4 |
1402 | 2023-10-26T22:23:45.590Z | Downloaded num-derive v0.4.0 |
1403 | 2023-10-26T22:23:45.596Z | Downloaded maybe-uninit v2.0.0 |
1404 | 2023-10-26T22:23:45.605Z | Downloaded managed v0.8.0 |
1405 | 2023-10-26T22:23:45.613Z | Downloaded instant v0.1.12 |
1406 | 2023-10-26T22:23:45.620Z | Downloaded hubpack v0.1.2 |
1407 | 2023-10-26T22:23:45.626Z | Downloaded http-range v0.1.5 |
1408 | 2023-10-26T22:23:45.631Z | Downloaded new_debug_unreachable v1.0.4 |
1409 | 2023-10-26T22:23:45.639Z | Downloaded memoffset v0.7.1 |
1410 | 2023-10-26T22:23:45.648Z | Downloaded matches v0.1.10 |
1411 | 2023-10-26T22:23:45.655Z | Downloaded maplit v1.0.2 |
1412 | 2023-10-26T22:23:45.664Z | Downloaded is-terminal v0.4.9 |
1413 | 2023-10-26T22:23:45.674Z | Downloaded indoc v1.0.9 |
1414 | 2023-10-26T22:23:45.684Z | Downloaded base16ct v0.2.0 |
1415 | 2023-10-26T22:23:45.688Z | Downloaded atty v0.2.14 |
1416 | 2023-10-26T22:23:45.692Z | Downloaded num_threads v0.1.6 |
1417 | 2023-10-26T22:23:45.695Z | Downloaded httparse v1.8.0 |
1418 | 2023-10-26T22:23:45.700Z | Downloaded chacha20poly1305 v0.10.1 |
1419 | 2023-10-26T22:23:45.704Z | Downloaded match_cfg v0.1.0 |
1420 | 2023-10-26T22:23:45.709Z | Downloaded ciborium v0.2.1 |
1421 | 2023-10-26T22:23:45.714Z | Downloaded normalize-line-endings v0.3.0 |
1422 | 2023-10-26T22:23:45.720Z | Downloaded nodrop v0.1.14 |
1423 | 2023-10-26T22:23:45.727Z | Downloaded mio v0.8.8 |
1424 | 2023-10-26T22:23:45.733Z | Downloaded lazycell v1.3.0 |
1425 | 2023-10-26T22:23:45.739Z | Downloaded ident_case v1.0.1 |
1426 | 2023-10-26T22:23:45.745Z | Downloaded newtype_derive v0.1.6 |
1427 | 2023-10-26T22:23:45.755Z | Downloaded inout v0.1.3 |
1428 | 2023-10-26T22:23:45.761Z | Downloaded crossbeam-epoch v0.9.15 |
1429 | 2023-10-26T22:23:45.770Z | Downloaded ciborium-io v0.2.1 |
1430 | 2023-10-26T22:23:45.781Z | Downloaded cast v0.3.0 |
1431 | 2023-10-26T22:23:45.791Z | Downloaded log v0.4.20 |
1432 | 2023-10-26T22:23:45.806Z | Downloaded libloading v0.7.4 |
1433 | 2023-10-26T22:23:45.818Z | Downloaded convert_case v0.4.0 |
1434 | 2023-10-26T22:23:45.830Z | Downloaded const-oid v0.9.5 |
1435 | 2023-10-26T22:23:46.260Z | Downloaded console v0.15.7 |
1436 | 2023-10-26T22:23:46.264Z | Downloaded cassowary v0.3.0 |
1437 | 2023-10-26T22:23:46.268Z | Downloaded aes-gcm-siv v0.11.1 |
1438 | 2023-10-26T22:23:46.271Z | Downloaded linear-map v1.2.0 |
1439 | 2023-10-26T22:23:46.276Z | Downloaded libm v0.2.7 |
1440 | 2023-10-26T22:23:46.279Z | Downloaded lazy_static v1.4.0 |
1441 | 2023-10-26T22:23:46.311Z | Downloaded crossbeam v0.8.2 |
1442 | 2023-10-26T22:23:46.314Z | Downloaded ciborium-ll v0.2.1 |
1443 | 2023-10-26T22:23:46.318Z | Downloaded cfg-if v0.1.10 |
1444 | 2023-10-26T22:23:46.321Z | Downloaded cc v1.0.83 |
1445 | 2023-10-26T22:23:46.324Z | Downloaded bytesize v1.3.0 |
1446 | 2023-10-26T22:23:46.330Z | Downloaded bitstruct_derive v0.1.0 |
1447 | 2023-10-26T22:23:46.333Z | Compiling proc-macro2 v1.0.67 |
1448 | 2023-10-26T22:23:46.336Z | Compiling serde v1.0.188 |
1449 | 2023-10-26T22:23:46.339Z | Compiling autocfg v1.1.0 |
1450 | 2023-10-26T22:23:46.342Z | Compiling version_check v0.9.4 |
1451 | 2023-10-26T22:23:46.346Z | Compiling syn v1.0.109 |
1452 | 2023-10-26T22:23:46.349Z | Compiling parking_lot_core v0.9.8 |
1453 | 2023-10-26T22:23:46.352Z | Compiling libm v0.2.7 |
1454 | 2023-10-26T22:23:46.356Z | Compiling libc v0.2.149 |
1455 | 2023-10-26T22:23:46.360Z | Compiling cfg-if v1.0.0 |
1456 | 2023-10-26T22:23:46.364Z | Compiling futures-core v0.3.28 |
1457 | 2023-10-26T22:23:46.368Z | Compiling once_cell v1.18.0 |
1458 | 2023-10-26T22:23:46.371Z | Compiling typenum v1.16.0 |
1459 | 2023-10-26T22:23:46.376Z | Compiling ahash v0.8.3 |
1460 | 2023-10-26T22:23:46.381Z | Compiling generic-array v0.14.7 |
1461 | 2023-10-26T22:23:46.385Z | Compiling lock_api v0.4.10 |
1462 | 2023-10-26T22:23:46.390Z | Compiling num-traits v0.2.16 |
1463 | 2023-10-26T22:23:46.400Z | Compiling quote v1.0.33 |
1464 | 2023-10-26T22:23:46.412Z | Compiling slab v0.4.9 |
1465 | 2023-10-26T22:23:46.422Z | Compiling futures-task v0.3.28 |
1466 | 2023-10-26T22:23:46.426Z | Compiling syn v2.0.32 |
1467 | 2023-10-26T22:23:46.430Z | Compiling jobserver v0.1.26 |
1468 | 2023-10-26T22:23:46.434Z | Compiling futures-channel v0.3.28 |
1469 | 2023-10-26T22:23:46.438Z | Compiling cc v1.0.83 |
1470 | 2023-10-26T22:23:46.442Z | Compiling pkg-config v0.3.27 |
1471 | 2023-10-26T22:23:46.446Z | Compiling futures-util v0.3.28 |
1472 | 2023-10-26T22:23:46.451Z | Compiling memchr v2.6.3 |
1473 | 2023-10-26T22:23:46.455Z | Compiling vcpkg v0.2.15 |
1474 | 2023-10-26T22:23:46.459Z | Compiling itoa v1.0.9 |
1475 | 2023-10-26T22:23:46.463Z | Compiling log v0.4.20 |
1476 | 2023-10-26T22:23:46.467Z | Compiling schemars v0.8.13 |
1477 | 2023-10-26T22:23:46.470Z | Compiling serde_json v1.0.107 |
1478 | 2023-10-26T22:23:46.474Z | Compiling httparse v1.8.0 |
1479 | 2023-10-26T22:23:46.478Z | Compiling ryu v1.0.15 |
1480 | 2023-10-26T22:23:46.482Z | Compiling indexmap v1.9.3 |
1481 | 2023-10-26T22:23:46.485Z | Compiling allocator-api2 v0.2.16 |
1482 | 2023-10-26T22:23:46.489Z | Compiling rustix v0.38.9 |
1483 | 2023-10-26T22:23:46.493Z | Compiling equivalent v1.0.1 |
1484 | 2023-10-26T22:23:46.498Z | Compiling getrandom v0.2.10 |
1485 | 2023-10-26T22:23:46.502Z | Compiling rustls v0.21.7 |
1486 | 2023-10-26T22:23:46.505Z | Compiling fnv v1.0.7 |
1487 | 2023-10-26T22:23:46.509Z | Compiling openssl v0.10.57 |
1488 | 2023-10-26T22:23:46.512Z | Compiling aho-corasick v1.0.4 |
1489 | 2023-10-26T22:23:46.516Z | Compiling regex-syntax v0.7.5 |
1490 | 2023-10-26T22:23:46.522Z | Compiling hashbrown v0.14.0 |
1491 | 2023-10-26T22:23:46.525Z | Compiling unicode-xid v0.2.4 |
1492 | 2023-10-26T22:23:46.529Z | Compiling native-tls v0.2.11 |
1493 | 2023-10-26T22:23:46.534Z | Compiling ucd-trie v0.1.6 |
1494 | 2023-10-26T22:23:46.537Z | Compiling ring v0.16.20 |
1495 | 2023-10-26T22:23:46.541Z | Compiling openssl-sys v0.9.93 |
1496 | 2023-10-26T22:23:46.544Z | Compiling backtrace v0.3.69 |
1497 | 2023-10-26T22:23:46.549Z | Compiling async-trait v0.1.74 |
1498 | 2023-10-26T22:23:46.553Z | Compiling crossbeam-utils v0.8.16 |
1499 | 2023-10-26T22:23:46.557Z | Compiling rustversion v1.0.14 |
1500 | 2023-10-26T22:23:46.560Z | Compiling anyhow v1.0.75 |
1501 | 2023-10-26T22:23:46.564Z | Compiling regex-automata v0.3.8 |
1502 | 2023-10-26T22:23:46.568Z | Compiling slog v2.7.0 |
1503 | 2023-10-26T22:23:46.691Z | Compiling iana-time-zone v0.1.57 |
1504 | 2023-10-26T22:23:47.100Z | Compiling time-core v0.1.1 |
1505 | 2023-10-26T22:23:47.225Z | Compiling byteorder v1.5.0 |
1506 | 2023-10-26T22:23:47.345Z | Compiling time-macros v0.2.13 |
1507 | 2023-10-26T22:23:48.377Z | Compiling serde_derive_internals v0.26.0 |
1508 | 2023-10-26T22:23:48.385Z | Compiling synstructure v0.12.6 |
1509 | 2023-10-26T22:23:50.026Z | Compiling dyn-clone v1.0.13 |
1510 | 2023-10-26T22:23:50.080Z | Compiling hashbrown v0.13.2 |
1511 | 2023-10-26T22:23:50.305Z | Compiling usdt-impl v0.3.5 |
1512 | 2023-10-26T22:23:50.584Z | Compiling unicode-width v0.1.11 |
1513 | 2023-10-26T22:23:50.815Z | Compiling thread-id v4.2.0 |
1514 | 2023-10-26T22:23:50.968Z | Compiling scopeguard v1.2.0 |
1515 | 2023-10-26T22:23:50.986Z | Compiling strsim v0.10.0 |
1516 | 2023-10-26T22:23:51.168Z | Compiling winnow v0.5.15 |
1517 | 2023-10-26T22:23:52.025Z | Compiling tinyvec_macros v0.1.1 |
1518 | 2023-10-26T22:23:52.063Z | Compiling unicode-bidi v0.3.13 |
1519 | 2023-10-26T22:23:52.155Z | Compiling tinyvec v1.6.0 |
1520 | 2023-10-26T22:23:52.309Z | Compiling smallvec v1.11.0 |
1521 | 2023-10-26T22:23:53.978Z | Compiling regex v1.9.5 |
1522 | 2023-10-26T22:23:54.202Z | Compiling percent-encoding v2.3.0 |
1523 | 2023-10-26T22:23:54.619Z | Compiling parking_lot v0.12.1 |
1524 | 2023-10-26T22:23:54.725Z | Compiling unicode-normalization v0.1.22 |
1525 | 2023-10-26T22:23:54.832Z | Compiling form_urlencoded v1.2.0 |
1526 | 2023-10-26T22:23:55.262Z | Compiling num-integer v0.1.45 |
1527 | 2023-10-26T22:23:55.668Z | Compiling crc32fast v1.3.2 |
1528 | 2023-10-26T22:23:55.685Z | Compiling bitflags v1.3.2 |
1529 | 2023-10-26T22:23:55.823Z | Compiling adler v1.0.2 |
1530 | 2023-10-26T22:23:56.103Z | Compiling miniz_oxide v0.7.1 |
1531 | 2023-10-26T22:23:56.161Z | Compiling spin v0.5.2 |
1532 | 2023-10-26T22:23:56.306Z | Compiling idna v0.4.0 |
1533 | 2023-10-26T22:23:56.617Z | Compiling gimli v0.28.0 |
1534 | 2023-10-26T22:23:56.659Z | Compiling object v0.32.1 |
1535 | 2023-10-26T22:23:57.526Z | Compiling rustc-demangle v0.1.23 |
1536 | 2023-10-26T22:23:57.898Z | Compiling serde_derive v1.0.188 |
1537 | 2023-10-26T22:23:58.116Z | Compiling thiserror-impl v1.0.49 |
1538 | 2023-10-26T22:23:58.500Z | Compiling zeroize_derive v1.4.2 |
1539 | 2023-10-26T22:23:59.263Z | Compiling tokio-macros v2.1.0 |
1540 | 2023-10-26T22:23:59.272Z | Compiling futures-macro v0.3.28 |
1541 | 2023-10-26T22:24:00.789Z | Compiling tracing-attributes v0.1.26 |
1542 | 2023-10-26T22:24:01.219Z | Compiling schemars_derive v0.8.13 |
1543 | 2023-10-26T22:24:01.747Z | Compiling openssl-macros v0.1.1 |
1544 | 2023-10-26T22:24:02.781Z | Compiling zerocopy-derive v0.2.0 |
1545 | 2023-10-26T22:24:02.832Z | Compiling thiserror v1.0.49 |
1546 | 2023-10-26T22:24:03.025Z | Compiling pest v2.7.2 |
1547 | 2023-10-26T22:24:04.910Z | Compiling strum_macros v0.25.2 |
1548 | 2023-10-26T22:24:05.515Z | Compiling zerocopy v0.3.0 |
1549 | 2023-10-26T22:24:06.238Z | Compiling url v2.4.1 |
1550 | 2023-10-26T22:24:06.259Z | Compiling addr2line v0.21.0 |
1551 | 2023-10-26T22:24:06.323Z | Compiling pin-project-lite v0.2.13 |
1552 | 2023-10-26T22:24:06.576Z | Compiling zerocopy-derive v0.6.4 |
1553 | 2023-10-26T22:24:06.861Z | Compiling dof v0.1.5 |
1554 | 2023-10-26T22:24:07.768Z | Compiling pest_meta v2.7.2 |
1555 | 2023-10-26T22:24:08.063Z | Compiling errno v0.3.2 |
1556 | 2023-10-26T22:24:08.338Z | Compiling mio v0.8.8 |
1557 | 2023-10-26T22:24:08.588Z | Compiling socket2 v0.5.4 |
1558 | 2023-10-26T22:24:09.755Z | Compiling pest_generator v2.7.2 |
1559 | 2023-10-26T22:24:09.997Z | Compiling num_cpus v1.16.0 |
1560 | 2023-10-26T22:24:10.157Z | Compiling signal-hook-registry v1.4.1 |
1561 | 2023-10-26T22:24:10.176Z | Compiling futures-sink v0.3.28 |
1562 | 2023-10-26T22:24:10.411Z | Compiling memoffset v0.9.0 |
1563 | 2023-10-26T22:24:11.235Z | Compiling pin-utils v0.1.0 |
1564 | 2023-10-26T22:24:11.379Z | Compiling radium v0.7.0 |
1565 | 2023-10-26T22:24:11.593Z | Compiling deranged v0.3.8 |
1566 | 2023-10-26T22:24:11.753Z | Compiling futures-io v0.3.28 |
1567 | 2023-10-26T22:24:12.024Z | Compiling num_threads v0.1.6 |
1568 | 2023-10-26T22:24:12.186Z | Compiling clap_derive v4.4.2 |
1569 | 2023-10-26T22:24:12.855Z | Compiling tracing-core v0.1.31 |
1570 | 2023-10-26T22:24:12.888Z | Compiling lazy_static v1.4.0 |
1571 | 2023-10-26T22:24:13.048Z | Compiling crossbeam-epoch v0.9.15 |
1572 | 2023-10-26T22:24:13.832Z | Compiling num-iter v0.1.43 |
1573 | 2023-10-26T22:24:14.216Z | Compiling tracing v0.1.37 |
1574 | 2023-10-26T22:24:14.778Z | Compiling time v0.3.27 |
1575 | 2023-10-26T22:24:14.797Z | Compiling pest_derive v2.7.2 |
1576 | 2023-10-26T22:24:14.970Z | Compiling either v1.9.0 |
1577 | 2023-10-26T22:24:15.043Z | Compiling base64 v0.21.5 |
1578 | 2023-10-26T22:24:15.491Z | Compiling untrusted v0.7.1 |
1579 | 2023-10-26T22:24:15.848Z | Compiling dtrace-parser v0.1.14 |
1580 | 2023-10-26T22:24:16.415Z | Compiling rand_core v0.6.4 |
1581 | 2023-10-26T22:24:17.220Z | Compiling openssl-probe v0.1.5 |
1582 | 2023-10-26T22:24:17.711Z | Compiling foreign-types-shared v0.1.1 |
1583 | 2023-10-26T22:24:17.818Z | Compiling hashbrown v0.12.3 |
1584 | 2023-10-26T22:24:18.846Z | Compiling foreign-types v0.3.2 |
1585 | 2023-10-26T22:24:18.970Z | Compiling zeroize v1.6.0 |
1586 | 2023-10-26T22:24:19.810Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1587 | 2023-10-26T22:24:20.431Z | Compiling try-lock v0.2.4 |
1588 | 2023-10-26T22:24:20.636Z | Compiling want v0.3.1 |
1589 | 2023-10-26T22:24:21.463Z | Compiling sct v0.7.0 |
1590 | 2023-10-26T22:24:21.561Z | Compiling indexmap v2.0.0 |
1591 | 2023-10-26T22:24:21.567Z | Compiling bytes v1.5.0 |
1592 | 2023-10-26T22:24:21.754Z | Compiling chrono v0.4.31 |
1593 | 2023-10-26T22:24:21.846Z | Compiling uuid v1.4.1 |
1594 | 2023-10-26T22:24:22.212Z | Compiling semver v1.0.20 |
1595 | 2023-10-26T22:24:22.423Z | Compiling serde_tokenstream v0.1.7 |
1596 | 2023-10-26T22:24:22.949Z | Compiling rustc_version v0.4.0 |
1597 | 2023-10-26T22:24:23.049Z | Compiling http v0.2.9 |
1598 | 2023-10-26T22:24:23.632Z | Compiling toml_datetime v0.6.3 |
1599 | 2023-10-26T22:24:23.637Z | Compiling serde_spanned v0.6.3 |
1600 | 2023-10-26T22:24:23.642Z | Compiling bitflags v2.4.0 |
1601 | 2023-10-26T22:24:23.653Z | Compiling tokio v1.33.0 |
1602 | 2023-10-26T22:24:23.687Z | Compiling toml_edit v0.19.15 |
1603 | 2023-10-26T22:24:23.948Z | Compiling rustls-webpki v0.101.4 |
1604 | 2023-10-26T22:24:26.269Z | Compiling openapiv3 v1.0.3 |
1605 | 2023-10-26T22:24:26.945Z | Compiling http-body v0.4.5 |
1606 | 2023-10-26T22:24:27.796Z | Compiling enum-as-inner v0.5.1 |
1607 | 2023-10-26T22:24:29.258Z | Compiling socket2 v0.4.9 |
1608 | 2023-10-26T22:24:29.450Z | Compiling usdt-macro v0.3.5 |
1609 | 2023-10-26T22:24:30.255Z | Compiling usdt-attr-macro v0.3.5 |
1610 | 2023-10-26T22:24:30.546Z | Compiling tower-service v0.3.2 |
1611 | 2023-10-26T22:24:30.730Z | Compiling httpdate v1.0.3 |
1612 | 2023-10-26T22:24:31.392Z | Compiling heapless v0.7.16 |
1613 | 2023-10-26T22:24:31.619Z | Compiling rustls-pemfile v1.0.3 |
1614 | 2023-10-26T22:24:32.008Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1615 | 2023-10-26T22:24:32.137Z | Compiling siphasher v0.3.11 |
1616 | 2023-10-26T22:24:32.491Z | Compiling rustls-native-certs v0.6.3 |
1617 | 2023-10-26T22:24:32.745Z | Compiling ipnet v2.8.0 |
1618 | 2023-10-26T22:24:32.996Z | Compiling serde_urlencoded v0.7.1 |
1619 | 2023-10-26T22:24:33.330Z | Compiling serde_tokenstream v0.2.0 |
1620 | 2023-10-26T22:24:33.817Z | Compiling encoding_rs v0.8.33 |
1621 | 2023-10-26T22:24:34.019Z | Compiling webpki-roots v0.25.2 |
1622 | 2023-10-26T22:24:34.145Z | Compiling mime v0.3.17 |
1623 | 2023-10-26T22:24:34.266Z | Compiling crypto-common v0.1.6 |
1624 | 2023-10-26T22:24:34.582Z | Compiling diesel_table_macro_syntax v0.1.0 |
1625 | 2023-10-26T22:24:34.984Z | Compiling num-bigint v0.4.4 |
1626 | 2023-10-26T22:24:35.038Z | Compiling bit-vec v0.6.3 |
1627 | 2023-10-26T22:24:35.155Z | Compiling smoltcp v0.9.1 |
1628 | 2023-10-26T22:24:35.607Z | Compiling diesel_derives v2.1.1 |
1629 | 2023-10-26T22:24:35.664Z | Compiling flate2 v1.0.28 |
1630 | 2023-10-26T22:24:36.085Z | Compiling phf_shared v0.10.0 |
1631 | 2023-10-26T22:24:36.505Z | Compiling block-buffer v0.10.4 |
1632 | 2023-10-26T22:24:36.579Z | Compiling hubpack_derive v0.1.1 |
1633 | 2023-10-26T22:24:36.758Z | Compiling tokio-util v0.7.10 |
1634 | 2023-10-26T22:24:37.628Z | Compiling new_debug_unreachable v1.0.4 |
1635 | 2023-10-26T22:24:37.708Z | Compiling const-oid v0.9.5 |
1636 | 2023-10-26T22:24:38.638Z | Compiling h2 v0.3.21 |
1637 | 2023-10-26T22:24:39.012Z | Compiling tokio-native-tls v0.3.1 |
1638 | 2023-10-26T22:24:39.416Z | Compiling tokio-rustls v0.24.1 |
1639 | 2023-10-26T22:24:40.034Z | Compiling ppv-lite86 v0.2.17 |
1640 | 2023-10-26T22:24:40.419Z | Compiling fixedbitset v0.4.2 |
1641 | 2023-10-26T22:24:41.407Z | Compiling precomputed-hash v0.1.1 |
1642 | 2023-10-26T22:24:41.415Z | Compiling subtle v2.5.0 |
1643 | 2023-10-26T22:24:41.445Z | Compiling string_cache v0.8.7 |
1644 | 2023-10-26T22:24:41.457Z | Compiling rand_chacha v0.3.1 |
1645 | 2023-10-26T22:24:41.468Z | Compiling petgraph v0.6.4 |
1646 | 2023-10-26T22:24:41.598Z | Compiling digest v0.10.7 |
1647 | 2023-10-26T22:24:41.979Z | Compiling bit-set v0.5.3 |
1648 | 2023-10-26T22:24:42.264Z | Compiling toml v0.7.8 |
1649 | 2023-10-26T22:24:42.417Z | Compiling itertools v0.10.5 |
1650 | 2023-10-26T22:24:42.933Z | Compiling lalrpop-util v0.19.12 |
1651 | 2023-10-26T22:24:43.441Z | Compiling unicode-segmentation v1.10.1 |
1652 | 2023-10-26T22:24:44.645Z | Compiling rand v0.8.5 |
1653 | 2023-10-26T22:24:44.797Z | Compiling regress v0.7.1 |
1654 | 2023-10-26T22:24:44.892Z | Compiling serde_repr v0.1.16 |
1655 | 2023-10-26T22:24:46.528Z | Compiling io-lifetimes v1.0.11 |
1656 | 2023-10-26T22:24:46.825Z | Compiling utf8parse v0.2.1 |
1657 | 2023-10-26T22:24:46.904Z | Compiling cpufeatures v0.2.9 |
1658 | 2023-10-26T22:24:46.930Z | Compiling anstyle v1.0.2 |
1659 | 2023-10-26T22:24:47.026Z | Compiling sha2 v0.10.8 |
1660 | 2023-10-26T22:24:47.050Z | Compiling anstyle-parse v0.2.1 |
1661 | 2023-10-26T22:24:47.065Z | Compiling rustix v0.37.23 |
1662 | 2023-10-26T22:24:47.537Z | Compiling hmac v0.12.1 |
1663 | 2023-10-26T22:24:47.982Z | Compiling md-5 v0.10.5 |
1664 | 2023-10-26T22:24:47.996Z | Compiling stringprep v0.1.3 |
1665 | 2023-10-26T22:24:48.084Z | Compiling spin v0.9.8 |
1666 | 2023-10-26T22:24:48.365Z | Compiling hash32 v0.2.1 |
1667 | 2023-10-26T22:24:48.683Z | Compiling fallible-iterator v0.2.0 |
1668 | 2023-10-26T22:24:48.966Z | Compiling anstyle-query v1.0.0 |
1669 | 2023-10-26T22:24:49.152Z | Compiling stable_deref_trait v1.2.0 |
1670 | 2023-10-26T22:24:49.258Z | Compiling colorchoice v1.0.0 |
1671 | 2023-10-26T22:24:49.325Z | Compiling terminal_size v0.2.6 |
1672 | 2023-10-26T22:24:49.341Z | Compiling anstream v0.5.0 |
1673 | 2023-10-26T22:24:49.403Z | Compiling phf_shared v0.11.2 |
1674 | 2023-10-26T22:24:49.587Z | Compiling block-padding v0.3.3 |
1675 | 2023-10-26T22:24:49.833Z | Compiling postgres-protocol v0.6.6 |
1676 | 2023-10-26T22:24:50.360Z | Compiling scheduled-thread-pool v0.2.7 |
1677 | 2023-10-26T22:24:50.793Z | Compiling clap_lex v0.5.1 |
1678 | 2023-10-26T22:24:50.817Z | Compiling hyper v0.14.27 |
1679 | 2023-10-26T22:24:50.836Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1680 | 2023-10-26T22:24:50.863Z | Compiling regex-automata v0.1.10 |
1681 | 2023-10-26T22:24:51.334Z | Compiling tap v1.0.1 |
1682 | 2023-10-26T22:24:51.519Z | Compiling managed v0.8.0 |
1683 | 2023-10-26T22:24:51.657Z | Compiling matches v0.1.10 |
1684 | 2023-10-26T22:24:51.797Z | Compiling idna v0.2.3 |
1685 | 2023-10-26T22:24:51.933Z | Compiling wyz v0.5.1 |
1686 | 2023-10-26T22:24:52.656Z | Compiling bstr v0.2.17 |
1687 | 2023-10-26T22:24:53.184Z | Compiling postgres-types v0.2.6 |
1688 | 2023-10-26T22:24:54.256Z | Compiling clap_builder v4.4.2 |
1689 | 2023-10-26T22:24:54.976Z | Compiling r2d2 v0.8.10 |
1690 | 2023-10-26T22:24:55.498Z | Compiling inout v0.1.3 |
1691 | 2023-10-26T22:24:55.547Z | Compiling phf v0.11.2 |
1692 | 2023-10-26T22:24:55.790Z | Compiling hubpack v0.1.2 |
1693 | 2023-10-26T22:24:55.993Z | Compiling ipnetwork v0.20.0 |
1694 | 2023-10-26T22:24:56.412Z | Compiling futures-executor v0.3.28 |
1695 | 2023-10-26T22:24:56.511Z | Compiling itertools v0.11.0 |
1696 | 2023-10-26T22:24:57.417Z | Compiling zerocopy v0.6.4 |
1697 | 2023-10-26T22:24:58.784Z | Compiling float-cmp v0.9.0 |
1698 | 2023-10-26T22:24:59.628Z | Compiling whoami v1.4.1 |
1699 | 2023-10-26T22:24:59.693Z | Compiling predicates-core v1.0.6 |
1700 | 2023-10-26T22:24:59.713Z | Compiling data-encoding v2.4.0 |
1701 | 2023-10-26T22:24:59.988Z | Compiling normalize-line-endings v0.3.0 |
1702 | 2023-10-26T22:25:00.160Z | Compiling funty v2.0.0 |
1703 | 2023-10-26T22:25:00.185Z | Compiling static_assertions v1.1.0 |
1704 | 2023-10-26T22:25:00.317Z | Compiling difflib v0.4.0 |
1705 | 2023-10-26T22:25:01.433Z | Compiling predicates v3.0.4 |
1706 | 2023-10-26T22:25:01.559Z | Compiling trust-dns-proto v0.22.0 |
1707 | 2023-10-26T22:25:02.581Z | Compiling hyper-rustls v0.24.1 |
1708 | 2023-10-26T22:25:03.225Z | Compiling hyper-tls v0.5.0 |
1709 | 2023-10-26T22:25:03.330Z | Compiling bitvec v1.0.1 |
1710 | 2023-10-26T22:25:03.665Z | Compiling clap v4.4.3 |
1711 | 2023-10-26T22:25:03.758Z | Compiling reqwest v0.11.20 |
1712 | 2023-10-26T22:25:03.812Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1713 | 2023-10-26T22:25:03.946Z | Compiling yasna v0.5.2 |
1714 | 2023-10-26T22:25:06.366Z | Compiling diesel v2.1.1 |
1715 | 2023-10-26T22:25:06.812Z | Compiling tokio-postgres v0.7.10 |
1716 | 2023-10-26T22:25:09.751Z | Compiling futures v0.3.28 |
1717 | 2023-10-26T22:25:09.925Z | Compiling cipher v0.4.4 |
1718 | 2023-10-26T22:25:10.680Z | Compiling similar v2.2.1 |
1719 | 2023-10-26T22:25:11.024Z | Compiling signature v2.1.0 |
1720 | 2023-10-26T22:25:11.380Z | Compiling tokio-stream v0.1.14 |
1721 | 2023-10-26T22:25:12.962Z | Compiling usdt v0.3.5 |
1722 | 2023-10-26T22:25:13.364Z | Compiling hex v0.4.3 |
1723 | 2023-10-26T22:25:13.456Z | Compiling console v0.15.7 |
1724 | 2023-10-26T22:25:14.635Z | Compiling bstr v1.6.0 |
1725 | 2023-10-26T22:25:14.642Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1726 | 2023-10-26T22:25:14.652Z | Compiling getopts v0.2.21 |
1727 | 2023-10-26T22:25:15.220Z | Compiling unsafe-libyaml v0.2.9 |
1728 | 2023-10-26T22:25:15.891Z | Compiling ident_case v1.0.1 |
1729 | 2023-10-26T22:25:17.146Z | Compiling slog-async v2.8.0 |
1730 | 2023-10-26T22:25:17.748Z | Compiling serde_yaml v0.9.25 |
1731 | 2023-10-26T22:25:17.893Z | Compiling paste v1.0.14 |
1732 | 2023-10-26T22:25:18.408Z | Compiling darling_core v0.20.3 |
1733 | 2023-10-26T22:25:19.022Z | Compiling multer v2.1.0 |
1734 | 2023-10-26T22:25:19.510Z | Compiling async-stream-impl v0.3.5 |
1735 | 2023-10-26T22:25:20.288Z | Compiling regex-syntax v0.6.29 |
1736 | 2023-10-26T22:25:21.759Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1737 | 2023-10-26T22:25:21.779Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1738 | 2023-10-26T22:25:21.905Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1739 | 2023-10-26T22:25:22.412Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1740 | 2023-10-26T22:25:24.907Z | Compiling structmeta-derive v0.1.6 |
1741 | 2023-10-26T22:25:27.617Z | Compiling darling_macro v0.20.3 |
1742 | 2023-10-26T22:25:29.114Z | Compiling darling v0.20.3 |
1743 | 2023-10-26T22:25:29.274Z | Compiling structmeta v0.1.6 |
1744 | 2023-10-26T22:25:29.280Z | Compiling serde_with_macros v2.3.3 |
1745 | 2023-10-26T22:25:30.007Z | Compiling parse-display-derive v0.7.0 |
1746 | 2023-10-26T22:25:32.779Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1747 | 2023-10-26T22:25:33.097Z | Compiling test-strategy v0.2.1 |
1748 | 2023-10-26T22:25:40.646Z | Checking unicode-ident v1.0.12 |
1749 | 2023-10-26T22:26:12.115Z | Checking heck v0.4.1 |
1750 | 2023-10-26T22:26:19.539Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1751 | 2023-10-26T22:26:19.977Z | Checking crossbeam-channel v0.5.8 |
1752 | 2023-10-26T22:26:20.853Z | Checking atty v0.2.14 |
1753 | 2023-10-26T22:26:20.922Z | Checking match_cfg v0.1.0 |
1754 | 2023-10-26T22:26:21.047Z | Checking hostname v0.3.1 |
1755 | 2023-10-26T22:26:21.550Z | Checking sha1 v0.10.5 |
1756 | 2023-10-26T22:26:21.560Z | Checking dirs-sys-next v0.1.2 |
1757 | 2023-10-26T22:26:21.564Z | Checking fastrand v2.0.0 |
1758 | 2023-10-26T22:26:21.617Z | Checking dirs-next v2.0.0 |
1759 | 2023-10-26T22:26:21.790Z | Checking thread_local v1.1.7 |
1760 | 2023-10-26T22:26:21.793Z | Checking term v0.7.0 |
1761 | 2023-10-26T22:26:22.003Z | Checking tempfile v3.8.0 |
1762 | 2023-10-26T22:26:22.251Z | Checking camino v1.1.6 |
1763 | 2023-10-26T22:26:22.448Z | Checking strum v0.25.0 |
1764 | 2023-10-26T22:26:22.672Z | Checking instant v0.1.12 |
1765 | 2023-10-26T22:26:22.831Z | Checking take_mut v0.2.2 |
1766 | 2023-10-26T22:26:22.950Z | Checking slog-term v2.9.0 |
1767 | 2023-10-26T22:26:23.500Z | Checking slog-json v2.6.1 |
1768 | 2023-10-26T22:26:23.668Z | Checking serde_with v2.3.3 |
1769 | 2023-10-26T22:26:24.299Z | Checking slog-bunyan v2.4.0 |
1770 | 2023-10-26T22:26:24.307Z | Checking debug-ignore v1.0.5 |
1771 | 2023-10-26T22:26:24.319Z | Checking atomic-waker v1.1.1 |
1772 | 2023-10-26T22:26:24.527Z | Checking waitgroup v0.1.2 |
1773 | 2023-10-26T22:26:24.536Z | Checking async-stream v0.3.5 |
1774 | 2023-10-26T22:26:24.641Z | Checking serde_path_to_error v0.1.14 |
1775 | 2023-10-26T22:26:24.919Z | Checking backoff v0.4.0 |
1776 | 2023-10-26T22:26:25.346Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1777 | 2023-10-26T22:26:25.559Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1778 | 2023-10-26T22:26:25.572Z | Checking parse-display v0.7.0 |
1779 | 2023-10-26T22:26:25.983Z | Checking macaddr v1.0.1 |
1780 | 2023-10-26T22:26:25.996Z | Checking quick-error v1.2.3 |
1781 | 2023-10-26T22:26:26.480Z | Compiling proc-macro-crate v1.3.1 |
1782 | 2023-10-26T22:26:26.842Z | Checking wait-timeout v0.2.0 |
1783 | 2023-10-26T22:26:27.088Z | Compiling crucible-workspace-hack v0.1.0 |
1784 | 2023-10-26T22:26:27.919Z | Checking rusty-fork v0.3.0 |
1785 | 2023-10-26T22:26:28.182Z | Checking rand_xorshift v0.3.0 |
1786 | 2023-10-26T22:26:28.375Z | Checking unarray v0.1.4 |
1787 | 2023-10-26T22:26:28.573Z | Checking proptest v1.3.1 |
1788 | 2023-10-26T22:26:32.746Z | Compiling proc-macro-error-attr v1.0.4 |
1789 | 2023-10-26T22:26:33.247Z | Compiling proc-macro-error v1.0.4 |
1790 | 2023-10-26T22:26:33.934Z | Compiling num_enum_derive v0.5.11 |
1791 | 2023-10-26T22:26:36.068Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1792 | 2023-10-26T22:26:36.984Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1793 | 2023-10-26T22:26:37.402Z | Compiling foreign-types-macros v0.2.3 |
1794 | 2023-10-26T22:26:38.188Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1795 | 2023-10-26T22:26:38.579Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1796 | 2023-10-26T22:26:38.870Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1797 | 2023-10-26T22:26:38.889Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1798 | 2023-10-26T22:26:39.733Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1799 | 2023-10-26T22:26:41.655Z | Compiling zone_cfg_derive v0.2.0 |
1800 | 2023-10-26T22:26:41.986Z | Compiling mockall_derive v0.11.4 |
1801 | 2023-10-26T22:26:42.975Z | Compiling num-derive v0.4.0 |
1802 | 2023-10-26T22:26:56.909Z | Checking base64ct v1.6.0 |
1803 | 2023-10-26T22:27:13.978Z | Checking is-terminal v0.4.9 |
1804 | 2023-10-26T22:27:22.540Z | Compiling slog-dtrace v0.2.3 |
1805 | 2023-10-26T22:27:22.581Z | Checking termtree v0.4.1 |
1806 | 2023-10-26T22:27:22.874Z | Checking predicates-tree v1.0.9 |
1807 | 2023-10-26T22:27:22.958Z | Compiling cancel-safe-futures v0.1.2 |
1808 | 2023-10-26T22:27:23.004Z | Checking password-hash v0.5.0 |
1809 | 2023-10-26T22:27:23.089Z | Checking num_enum v0.5.11 |
1810 | 2023-10-26T22:27:23.306Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1811 | 2023-10-26T22:27:23.426Z | Checking blake2 v0.10.6 |
1812 | 2023-10-26T22:27:23.728Z | Checking postcard-cobs v0.1.5-pre |
1813 | 2023-10-26T22:27:23.857Z | Checking base64 v0.13.1 |
1814 | 2023-10-26T22:27:23.981Z | Checking postcard v0.7.3 |
1815 | 2023-10-26T22:27:24.117Z | Checking argon2 v0.5.2 |
1816 | 2023-10-26T22:27:24.509Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1817 | 2023-10-26T22:27:24.607Z | Checking smoltcp v0.8.2 |
1818 | 2023-10-26T22:27:24.849Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1819 | 2023-10-26T22:27:25.060Z | Checking cfg-if v0.1.10 |
1820 | 2023-10-26T22:27:25.099Z | Checking foreign-types-shared v0.3.1 |
1821 | 2023-10-26T22:27:25.249Z | Checking foreign-types v0.5.0 |
1822 | 2023-10-26T22:27:25.392Z | Checking cstr-argument v0.1.2 |
1823 | 2023-10-26T22:27:25.637Z | Checking pretty-hex v0.2.1 |
1824 | 2023-10-26T22:27:25.664Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1825 | 2023-10-26T22:27:25.869Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1826 | 2023-10-26T22:27:26.088Z | Checking colored v2.0.4 |
1827 | 2023-10-26T22:27:26.275Z | Checking predicates v2.1.5 |
1828 | 2023-10-26T22:27:26.602Z | Checking downcast v0.11.0 |
1829 | 2023-10-26T22:27:26.717Z | Checking fragile v2.0.0 |
1830 | 2023-10-26T22:27:27.117Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1831 | 2023-10-26T22:27:27.336Z | Checking zone v0.2.0 |
1832 | 2023-10-26T22:27:27.363Z | Checking mockall v0.11.4 |
1833 | 2023-10-26T22:27:27.864Z | Checking smf v0.2.2 |
1834 | 2023-10-26T22:27:27.868Z | Checking filetime v0.2.22 |
1835 | 2023-10-26T22:27:27.906Z | Checking xattr v1.0.1 |
1836 | 2023-10-26T22:27:28.135Z | Compiling heck v0.3.3 |
1837 | 2023-10-26T22:27:28.180Z | Checking tar v0.4.40 |
1838 | 2023-10-26T22:27:28.379Z | Compiling libefi-sys v0.1.0 |
1839 | 2023-10-26T22:27:28.479Z | Compiling der_derive v0.7.2 |
1840 | 2023-10-26T22:27:28.711Z | Compiling structopt-derive v0.4.18 |
1841 | 2023-10-26T22:27:29.223Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1842 | 2023-10-26T22:27:29.376Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1843 | 2023-10-26T22:27:29.495Z | Checking pem v1.1.1 |
1844 | 2023-10-26T22:27:29.551Z | Compiling memoffset v0.7.1 |
1845 | 2023-10-26T22:27:29.813Z | Checking camino-tempfile v1.0.2 |
1846 | 2023-10-26T22:27:30.093Z | Compiling maybe-uninit v2.0.0 |
1847 | 2023-10-26T22:27:30.152Z | Checking headers-core v0.2.0 |
1848 | 2023-10-26T22:27:30.223Z | Compiling num-bigint-dig v0.8.4 |
1849 | 2023-10-26T22:27:30.368Z | Checking headers v0.3.9 |
1850 | 2023-10-26T22:27:30.737Z | Compiling packed_struct v0.10.1 |
1851 | 2023-10-26T22:27:30.879Z | Compiling packed_struct_codegen v0.10.1 |
1852 | 2023-10-26T22:27:31.237Z | Compiling signal-hook v0.3.17 |
1853 | 2023-10-26T22:27:31.491Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1854 | 2023-10-26T22:27:31.691Z | Checking rcgen v0.10.0 |
1855 | 2023-10-26T22:27:32.211Z | Checking atomicwrites v0.4.2 |
1856 | 2023-10-26T22:27:32.313Z | Checking subprocess v0.2.9 |
1857 | 2023-10-26T22:27:32.503Z | Compiling num-rational v0.4.1 |
1858 | 2023-10-26T22:27:32.640Z | Compiling same-file v1.0.6 |
1859 | 2023-10-26T22:27:32.987Z | Compiling walkdir v2.4.0 |
1860 | 2023-10-26T22:27:33.142Z | Compiling semver-parser v0.10.2 |
1861 | 2023-10-26T22:27:33.293Z | Checking termcolor v1.2.0 |
1862 | 2023-10-26T22:27:33.669Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1863 | 2023-10-26T22:27:34.102Z | Compiling home v0.5.5 |
1864 | 2023-10-26T22:27:34.440Z | Compiling semver v0.11.0 |
1865 | 2023-10-26T22:27:34.458Z | Checking linked-hash-map v0.5.6 |
1866 | 2023-10-26T22:27:34.968Z | Checking lru-cache v0.1.2 |
1867 | 2023-10-26T22:27:35.117Z | Compiling toolchain_find v0.2.0 |
1868 | 2023-10-26T22:27:35.181Z | Compiling toml v0.5.11 |
1869 | 2023-10-26T22:27:35.253Z | Compiling doc-comment v0.3.3 |
1870 | 2023-10-26T22:27:35.768Z | Checking half v1.8.2 |
1871 | 2023-10-26T22:27:35.935Z | Compiling omicron-zone-package v0.8.3 |
1872 | 2023-10-26T22:27:35.938Z | Checking ciborium-io v0.2.1 |
1873 | 2023-10-26T22:27:36.252Z | Checking arc-swap v1.6.0 |
1874 | 2023-10-26T22:27:36.325Z | Compiling convert_case v0.4.0 |
1875 | 2023-10-26T22:27:36.466Z | Checking ciborium-ll v0.2.1 |
1876 | 2023-10-26T22:27:36.929Z | Checking ciborium v0.2.1 |
1877 | 2023-10-26T22:27:36.984Z | Checking slog-scope v4.4.0 |
1878 | 2023-10-26T22:27:37.279Z | Checking slog-stdlog v4.1.1 |
1879 | 2023-10-26T22:27:37.528Z | Compiling snafu-derive v0.7.5 |
1880 | 2023-10-26T22:27:37.597Z | Checking slog-envlogger v2.2.0 |
1881 | 2023-10-26T22:27:37.710Z | Compiling derive_more v0.99.17 |
1882 | 2023-10-26T22:27:38.478Z | Compiling rustfmt-wrapper v0.2.0 |
1883 | 2023-10-26T22:27:38.656Z | Compiling derive-where v1.2.5 |
1884 | 2023-10-26T22:27:39.523Z | Checking hkdf v0.12.3 |
1885 | 2023-10-26T22:27:39.660Z | Compiling libz-sys v1.1.12 |
1886 | 2023-10-26T22:27:39.832Z | Compiling parking_lot_core v0.8.6 |
1887 | 2023-10-26T22:27:40.425Z | Checking resolv-conf v0.7.0 |
1888 | 2023-10-26T22:27:40.485Z | Checking newline-converter v0.3.0 |
1889 | 2023-10-26T22:27:41.112Z | Checking textwrap v0.11.0 |
1890 | 2023-10-26T22:27:41.120Z | Checking strsim v0.8.0 |
1891 | 2023-10-26T22:27:41.126Z | Checking vec_map v0.8.2 |
1892 | 2023-10-26T22:27:41.129Z | Checking keccak v0.1.4 |
1893 | 2023-10-26T22:27:41.132Z | Checking ansi_term v0.12.1 |
1894 | 2023-10-26T22:27:41.403Z | Checking trust-dns-resolver v0.22.0 |
1895 | 2023-10-26T22:27:41.522Z | Checking sha3 v0.10.8 |
1896 | 2023-10-26T22:27:41.582Z | Checking clap v2.34.0 |
1897 | 2023-10-26T22:27:41.656Z | Checking expectorate v1.1.0 |
1898 | 2023-10-26T22:27:42.353Z | Checking secrecy v0.8.0 |
1899 | 2023-10-26T22:27:42.455Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1900 | 2023-10-26T22:27:42.693Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1901 | 2023-10-26T22:27:44.164Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1902 | 2023-10-26T22:27:44.361Z | Checking pem-rfc7468 v0.7.0 |
1903 | 2023-10-26T22:27:44.627Z | Compiling libsqlite3-sys v0.26.0 |
1904 | 2023-10-26T22:27:44.958Z | Checking flagset v0.4.3 |
1905 | 2023-10-26T22:27:45.609Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1906 | 2023-10-26T22:27:45.631Z | Checking der v0.7.8 |
1907 | 2023-10-26T22:27:45.785Z | Checking fxhash v0.2.1 |
1908 | 2023-10-26T22:27:45.796Z | Compiling vergen v8.2.4 |
1909 | 2023-10-26T22:27:45.812Z | Compiling semver v0.1.20 |
1910 | 2023-10-26T22:27:46.383Z | Checking structopt v0.3.26 |
1911 | 2023-10-26T22:27:46.725Z | Compiling rustc_version v0.1.7 |
1912 | 2023-10-26T22:27:47.375Z | Compiling newtype_derive v0.1.6 |
1913 | 2023-10-26T22:27:47.452Z | Compiling buf-list v1.0.3 |
1914 | 2023-10-26T22:27:47.771Z | Checking crc-catalog v2.2.0 |
1915 | 2023-10-26T22:27:48.255Z | Checking humantime v2.1.0 |
1916 | 2023-10-26T22:27:48.359Z | Checking spki v0.7.2 |
1917 | 2023-10-26T22:27:48.486Z | Checking crc v3.0.1 |
1918 | 2023-10-26T22:27:48.795Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1919 | 2023-10-26T22:27:48.816Z | Checking pkcs8 v0.10.2 |
1920 | 2023-10-26T22:27:49.770Z | Checking nodrop v0.1.14 |
1921 | 2023-10-26T22:27:49.932Z | Checking array-init v0.0.4 |
1922 | 2023-10-26T22:27:50.019Z | Checking pkcs1 v0.7.5 |
1923 | 2023-10-26T22:27:50.187Z | Checking smallvec v0.6.14 |
1924 | 2023-10-26T22:27:50.249Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1925 | 2023-10-26T22:27:50.809Z | Compiling num_enum_derive v0.7.0 |
1926 | 2023-10-26T22:27:51.703Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1927 | 2023-10-26T22:27:53.296Z | Compiling unicase v2.7.0 |
1928 | 2023-10-26T22:27:53.716Z | Checking bitfield v0.14.0 |
1929 | 2023-10-26T22:27:53.775Z | Compiling rayon-core v1.11.0 |
1930 | 2023-10-26T22:27:53.941Z | Checking utf-8 v0.7.6 |
1931 | 2023-10-26T22:27:54.157Z | Checking rsa v0.9.2 |
1932 | 2023-10-26T22:27:54.248Z | Checking serde-hex v0.1.0 |
1933 | 2023-10-26T22:27:54.485Z | Checking x509-cert v0.2.4 |
1934 | 2023-10-26T22:27:54.903Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1935 | 2023-10-26T22:27:55.292Z | Checking env_logger v0.10.0 |
1936 | 2023-10-26T22:27:55.681Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1937 | 2023-10-26T22:27:55.977Z | Checking ron v0.8.1 |
1938 | 2023-10-26T22:27:56.187Z | Checking crc-any v2.4.3 |
1939 | 2023-10-26T22:27:56.811Z | Compiling platforms v3.0.2 |
1940 | 2023-10-26T22:27:57.137Z | Checking object v0.30.4 |
1941 | 2023-10-26T22:27:57.303Z | Checking path-slash v0.1.5 |
1942 | 2023-10-26T22:27:58.150Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1943 | 2023-10-26T22:27:58.537Z | Checking num-complex v0.4.4 |
1944 | 2023-10-26T22:27:59.663Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1945 | 2023-10-26T22:28:00.072Z | Compiling erased-serde v0.3.30 |
1946 | 2023-10-26T22:28:00.179Z | Checking num v0.4.1 |
1947 | 2023-10-26T22:28:00.334Z | Compiling curve25519-dalek v4.1.0 |
1948 | 2023-10-26T22:28:00.899Z | Compiling bitstruct_derive v0.1.0 |
1949 | 2023-10-26T22:28:01.458Z | Compiling async-recursion v1.0.5 |
1950 | 2023-10-26T22:28:02.055Z | Compiling glob v0.3.1 |
1951 | 2023-10-26T22:28:03.283Z | Compiling mime_guess v2.0.4 |
1952 | 2023-10-26T22:28:03.582Z | Compiling thiserror-impl-no-std v2.0.2 |
1953 | 2023-10-26T22:28:03.604Z | Compiling curve25519-dalek-derive v0.1.0 |
1954 | 2023-10-26T22:28:05.183Z | Compiling salty v0.2.0 |
1955 | 2023-10-26T22:28:05.835Z | Checking tungstenite v0.18.0 |
1956 | 2023-10-26T22:28:05.870Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1957 | 2023-10-26T22:28:07.173Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1958 | 2023-10-26T22:28:07.290Z | Checking tokio-tungstenite v0.18.0 |
1959 | 2023-10-26T22:28:07.680Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1960 | 2023-10-26T22:28:07.905Z | Checking universal-hash v0.5.1 |
1961 | 2023-10-26T22:28:08.069Z | Checking nibble_vec v0.1.0 |
1962 | 2023-10-26T22:28:08.364Z | Checking endian-type v0.1.2 |
1963 | 2023-10-26T22:28:08.678Z | Compiling crunchy v0.2.2 |
1964 | 2023-10-26T22:28:08.965Z | Checking opaque-debug v0.3.0 |
1965 | 2023-10-26T22:28:09.087Z | Checking radix_trie v0.2.1 |
1966 | 2023-10-26T22:28:09.387Z | Checking snafu v0.7.5 |
1967 | 2023-10-26T22:28:09.869Z | Compiling tiny-keccak v2.0.2 |
1968 | 2023-10-26T22:28:09.937Z | Checking linear-map v1.2.0 |
1969 | 2023-10-26T22:28:10.324Z | Checking parking_lot v0.11.2 |
1970 | 2023-10-26T22:28:10.351Z | Checking trust-dns-client v0.22.0 |
1971 | 2023-10-26T22:28:10.583Z | Compiling clang-sys v1.6.1 |
1972 | 2023-10-26T22:28:10.717Z | Checking aead v0.5.2 |
1973 | 2023-10-26T22:28:10.841Z | Compiling darling_core v0.14.4 |
1974 | 2023-10-26T22:28:11.043Z | Compiling prettyplease v0.2.12 |
1975 | 2023-10-26T22:28:11.571Z | Compiling ascii-canvas v3.0.0 |
1976 | 2023-10-26T22:28:11.724Z | Checking sled v0.34.7 |
1977 | 2023-10-26T22:28:12.480Z | Checking trust-dns-server v0.22.1 |
1978 | 2023-10-26T22:28:12.872Z | Checking toml_edit v0.20.0 |
1979 | 2023-10-26T22:28:13.186Z | Compiling const_format_proc_macros v0.2.31 |
1980 | 2023-10-26T22:28:13.222Z | Compiling ena v0.14.2 |
1981 | 2023-10-26T22:28:13.866Z | Compiling minimal-lexical v0.2.1 |
1982 | 2023-10-26T22:28:14.730Z | Compiling diff v0.1.13 |
1983 | 2023-10-26T22:28:15.642Z | Compiling portable-atomic v1.4.3 |
1984 | 2023-10-26T22:28:16.212Z | Checking pretty-hex v0.3.0 |
1985 | 2023-10-26T22:28:16.510Z | Compiling lalrpop v0.19.12 |
1986 | 2023-10-26T22:28:16.530Z | Compiling nom v7.1.3 |
1987 | 2023-10-26T22:28:16.572Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1988 | 2023-10-26T22:28:16.815Z | Checking toml v0.8.0 |
1989 | 2023-10-26T22:28:16.907Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1990 | 2023-10-26T22:28:17.989Z | Checking path-dedot v3.1.0 |
1991 | 2023-10-26T22:28:17.994Z | Compiling libloading v0.7.4 |
1992 | 2023-10-26T22:28:17.999Z | Compiling bindgen v0.65.1 |
1993 | 2023-10-26T22:28:18.003Z | Compiling ref-cast v1.0.20 |
1994 | 2023-10-26T22:28:18.022Z | Checking path-absolutize v3.1.0 |
1995 | 2023-10-26T22:28:19.666Z | Checking globset v0.4.13 |
1996 | 2023-10-26T22:28:19.876Z | Compiling darling_macro v0.14.4 |
1997 | 2023-10-26T22:28:20.430Z | Checking crossbeam-deque v0.8.3 |
1998 | 2023-10-26T22:28:20.794Z | Checking hashlink v0.8.3 |
1999 | 2023-10-26T22:28:20.899Z | Checking olpc-cjson v0.1.3 |
2000 | 2023-10-26T22:28:21.217Z | Checking serde_plain v1.0.2 |
2001 | 2023-10-26T22:28:21.349Z | Compiling darling v0.14.4 |
2002 | 2023-10-26T22:28:21.559Z | Compiling derive_builder_core v0.12.0 |
2003 | 2023-10-26T22:28:21.734Z | Compiling which v4.4.0 |
2004 | 2023-10-26T22:28:21.738Z | Compiling ref-cast-impl v1.0.20 |
2005 | 2023-10-26T22:28:21.787Z | Compiling libxml v0.3.3 |
2006 | 2023-10-26T22:28:22.275Z | Compiling peeking_take_while v0.1.2 |
2007 | 2023-10-26T22:28:22.479Z | Compiling cexpr v0.6.0 |
2008 | 2023-10-26T22:28:22.482Z | Checking fallible-streaming-iterator v0.1.9 |
2009 | 2023-10-26T22:28:22.853Z | Compiling rustc-hash v1.1.0 |
2010 | 2023-10-26T22:28:22.970Z | Compiling lazycell v1.3.0 |
2011 | 2023-10-26T22:28:23.080Z | Compiling shlex v1.1.0 |
2012 | 2023-10-26T22:28:23.209Z | Checking rusqlite v0.29.0 |
2013 | 2023-10-26T22:28:23.466Z | Checking tough v0.12.5 |
2014 | 2023-10-26T22:28:23.485Z | Checking nix v0.26.2 |
2015 | 2023-10-26T22:28:25.217Z | Compiling derive_builder_macro v0.12.0 |
2016 | 2023-10-26T22:28:26.108Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2017 | 2023-10-26T22:28:26.418Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2018 | 2023-10-26T22:28:27.263Z | Checking twox-hash v1.6.3 |
2019 | 2023-10-26T22:28:27.269Z | Checking ff v0.13.0 |
2020 | 2023-10-26T22:28:27.592Z | Compiling strum_macros v0.24.3 |
2021 | 2023-10-26T22:28:28.022Z | Checking display-error-chain v0.2.0 |
2022 | 2023-10-26T22:28:29.460Z | Checking signature v1.6.4 |
2023 | 2023-10-26T22:28:29.531Z | Compiling indoc v1.0.9 |
2024 | 2023-10-26T22:28:29.707Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2025 | 2023-10-26T22:28:30.125Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2026 | 2023-10-26T22:28:33.024Z | Checking ed25519 v1.5.3 |
2027 | 2023-10-26T22:28:33.043Z | Checking group v0.13.0 |
2028 | 2023-10-26T22:28:33.276Z | Checking polyval v0.6.1 |
2029 | 2023-10-26T22:28:33.350Z | Checking num_enum v0.7.0 |
2030 | 2023-10-26T22:28:33.742Z | Checking aes v0.8.3 |
2031 | 2023-10-26T22:28:34.182Z | Checking ctr v0.9.2 |
2032 | 2023-10-26T22:28:34.570Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2033 | 2023-10-26T22:28:34.642Z | Checking crypto-bigint v0.5.2 |
2034 | 2023-10-26T22:28:34.780Z | Checking bincode v1.3.3 |
2035 | 2023-10-26T22:28:35.285Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2036 | 2023-10-26T22:28:35.478Z | Compiling cookie v0.16.2 |
2037 | 2023-10-26T22:28:36.367Z | Checking base16ct v0.2.0 |
2038 | 2023-10-26T22:28:37.328Z | Checking aes-gcm-siv v0.11.1 |
2039 | 2023-10-26T22:28:37.532Z | Checking elliptic-curve v0.13.5 |
2040 | 2023-10-26T22:28:37.633Z | Checking rayon v1.7.0 |
2041 | 2023-10-26T22:28:37.735Z | Checking steno v0.4.0 |
2042 | 2023-10-26T22:28:38.272Z | Checking poly1305 v0.8.0 |
2043 | 2023-10-26T22:28:38.676Z | Checking thiserror-no-std v2.0.2 |
2044 | 2023-10-26T22:28:38.815Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2045 | 2023-10-26T22:28:39.057Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2046 | 2023-10-26T22:28:39.322Z | Checking env_logger v0.9.3 |
2047 | 2023-10-26T22:28:39.418Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2048 | 2023-10-26T22:28:39.877Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2049 | 2023-10-26T22:28:41.304Z | Checking chacha20 v0.9.1 |
2050 | 2023-10-26T22:28:41.307Z | Checking serde-big-array v0.5.1 |
2051 | 2023-10-26T22:28:41.498Z | Checking serde-big-array v0.4.1 |
2052 | 2023-10-26T22:28:41.669Z | Compiling impl-trait-for-tuples v0.2.2 |
2053 | 2023-10-26T22:28:41.770Z | Compiling oso-derive v0.26.4 |
2054 | 2023-10-26T22:28:41.862Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2055 | 2023-10-26T22:28:42.057Z | Checking ringbuffer v0.15.0 |
2056 | 2023-10-26T22:28:42.193Z | Checking ascii v1.1.0 |
2057 | 2023-10-26T22:28:42.699Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2058 | 2023-10-26T22:28:42.823Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2059 | 2023-10-26T22:28:42.932Z | Checking chacha20poly1305 v0.10.1 |
2060 | 2023-10-26T22:28:43.214Z | Checking vsss-rs v3.3.1 |
2061 | 2023-10-26T22:28:43.249Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2062 | 2023-10-26T22:28:44.927Z | Checking bitstruct v0.1.1 |
2063 | 2023-10-26T22:28:45.122Z | Checking signal-hook-tokio v0.3.1 |
2064 | 2023-10-26T22:28:45.358Z | Checking tungstenite v0.20.1 |
2065 | 2023-10-26T22:28:45.702Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2066 | 2023-10-26T22:28:46.148Z | Checking serde_arrays v0.1.0 |
2067 | 2023-10-26T22:28:46.630Z | Checking corncobs v0.1.3 |
2068 | 2023-10-26T22:28:46.649Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2069 | 2023-10-26T22:28:46.874Z | Checking tokio-tungstenite v0.20.1 |
2070 | 2023-10-26T22:28:47.401Z | Checking assert_matches v1.5.0 |
2071 | 2023-10-26T22:28:48.041Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2072 | 2023-10-26T22:28:50.447Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2073 | 2023-10-26T22:28:50.681Z | Checking bcs v0.1.6 |
2074 | 2023-10-26T22:28:52.234Z | Checking highway v1.1.0 |
2075 | 2023-10-26T22:28:52.239Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2076 | 2023-10-26T22:28:55.027Z | Checking const_format v0.2.31 |
2077 | 2023-10-26T22:28:55.931Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2078 | 2023-10-26T22:28:56.391Z | Checking ron v0.7.1 |
2079 | 2023-10-26T22:28:58.132Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2080 | 2023-10-26T22:28:59.074Z | Checking http-range v0.1.5 |
2081 | 2023-10-26T22:28:59.503Z | Checking bit_field v0.10.2 |
2082 | 2023-10-26T22:28:59.679Z | Checking hyper-staticfile v0.9.5 |
2083 | 2023-10-26T22:29:00.032Z | Compiling indoc v2.0.3 |
2084 | 2023-10-26T22:29:06.674Z | Checking derive_builder v0.12.0 |
2085 | 2023-10-26T22:29:10.416Z | Checking bb8 v0.8.1 |
2086 | 2023-10-26T22:29:10.625Z | Checking quick-xml v0.23.1 |
2087 | 2023-10-26T22:29:10.877Z | Checking bytesize v1.3.0 |
2088 | 2023-10-26T22:29:11.273Z | Checking number_prefix v0.4.0 |
2089 | 2023-10-26T22:29:11.608Z | Checking fs-err v2.9.0 |
2090 | 2023-10-26T22:29:11.890Z | Checking maplit v1.0.2 |
2091 | 2023-10-26T22:29:12.098Z | Checking indicatif v0.17.7 |
2092 | 2023-10-26T22:29:13.306Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2093 | 2023-10-26T22:29:14.713Z | Checking signal-hook-mio v0.2.3 |
2094 | 2023-10-26T22:29:15.894Z | Compiling vte_generate_state_changes v0.1.1 |
2095 | 2023-10-26T22:29:23.895Z | Checking smawk v0.3.1 |
2096 | 2023-10-26T22:29:23.919Z | Checking yansi v0.5.1 |
2097 | 2023-10-26T22:29:24.691Z | Checking unicode-linebreak v0.1.5 |
2098 | 2023-10-26T22:29:25.424Z | Checking textwrap v0.16.0 |
2099 | 2023-10-26T22:29:26.051Z | Checking pretty_assertions v1.4.0 |
2100 | 2023-10-26T22:29:27.040Z | Checking crossterm v0.27.0 |
2101 | 2023-10-26T22:29:27.772Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2102 | 2023-10-26T22:29:29.318Z | Checking fatfs v0.3.6 |
2103 | 2023-10-26T22:29:29.558Z | Checking plotters-backend v0.3.5 |
2104 | 2023-10-26T22:29:29.590Z | Checking cassowary v0.3.0 |
2105 | 2023-10-26T22:29:30.134Z | Checking plotters-svg v0.3.5 |
2106 | 2023-10-26T22:29:30.279Z | Checking ratatui v0.23.0 |
2107 | 2023-10-26T22:29:32.952Z | Checking rand v0.4.6 |
2108 | 2023-10-26T22:29:32.988Z | Checking rtoolbox v0.0.1 |
2109 | 2023-10-26T22:29:33.933Z | Checking remove_dir_all v0.5.3 |
2110 | 2023-10-26T22:29:34.096Z | Checking cast v0.3.0 |
2111 | 2023-10-26T22:29:34.191Z | Checking owo-colors v3.5.0 |
2112 | 2023-10-26T22:29:34.493Z | Checking tui-tree-widget v0.13.0 |
2113 | 2023-10-26T22:29:34.521Z | Checking tempdir v0.3.7 |
2114 | 2023-10-26T22:29:34.577Z | Checking criterion-plot v0.5.0 |
2115 | 2023-10-26T22:29:34.777Z | Checking rpassword v7.2.0 |
2116 | 2023-10-26T22:29:34.994Z | Checking plotters v0.3.5 |
2117 | 2023-10-26T22:29:38.669Z | Checking tinytemplate v1.2.1 |
2118 | 2023-10-26T22:29:39.293Z | Checking shell-words v1.1.0 |
2119 | 2023-10-26T22:29:39.395Z | Checking anes v0.1.6 |
2120 | 2023-10-26T22:29:39.431Z | Checking oorandom v11.1.3 |
2121 | 2023-10-26T22:29:40.050Z | Checking criterion v0.5.1 |
2122 | 2023-10-26T22:29:49.541Z | Checking assert_cmd v2.0.12 |
2123 | 2023-10-26T22:29:49.751Z | Checking dashmap v5.5.1 |
2124 | 2023-10-26T22:29:49.802Z | Compiling serial_test_derive v0.10.0 |
2125 | 2023-10-26T22:29:49.924Z | Compiling crossbeam-queue v0.3.8 |
2126 | 2023-10-26T22:29:49.998Z | Checking serial_test v0.10.0 |
2127 | 2023-10-26T22:29:50.106Z | Checking vte v0.11.1 |
2128 | 2023-10-26T22:29:50.208Z | Checking threadpool v1.8.1 |
2129 | 2023-10-26T22:29:50.926Z | Checking libtest-mimic v0.6.1 |
2130 | 2023-10-26T22:29:51.625Z | Checking crossterm v0.26.1 |
2131 | 2023-10-26T22:29:51.871Z | Checking strip-ansi-escapes v0.2.0 |
2132 | 2023-10-26T22:29:52.100Z | Compiling tabled_derive v0.6.0 |
2133 | 2023-10-26T22:29:52.955Z | Checking httptest v0.15.4 |
2134 | 2023-10-26T22:29:53.036Z | Checking similar-asserts v1.5.0 |
2135 | 2023-10-26T22:29:53.387Z | Checking fd-lock v3.0.13 |
2136 | 2023-10-26T22:29:53.519Z | Checking nanorand v0.7.0 |
2137 | 2023-10-26T22:29:53.685Z | Compiling rstest_macros v0.18.2 |
2138 | 2023-10-26T22:29:54.140Z | Checking nu-ansi-term v0.49.0 |
2139 | 2023-10-26T22:29:54.385Z | Checking flume v0.11.0 |
2140 | 2023-10-26T22:29:54.518Z | Checking datatest-stable v0.2.3 |
2141 | 2023-10-26T22:29:54.759Z | Checking reedline v0.23.0 |
2142 | 2023-10-26T22:29:57.406Z | Compiling pin-project-internal v1.1.3 |
2143 | 2023-10-26T22:29:57.441Z | Compiling trybuild v1.0.85 |
2144 | 2023-10-26T22:29:57.776Z | Compiling relative-path v1.9.0 |
2145 | 2023-10-26T22:29:57.965Z | Checking constant_time_eq v0.2.6 |
2146 | 2023-10-26T22:29:58.143Z | Checking arrayvec v0.7.4 |
2147 | 2023-10-26T22:29:58.199Z | Checking arrayref v0.3.7 |
2148 | 2023-10-26T22:29:58.341Z | Checking bytecount v0.6.3 |
2149 | 2023-10-26T22:29:58.557Z | Checking topological-sort v0.2.2 |
2150 | 2023-10-26T22:29:58.739Z | Checking blake2b_simd v1.0.1 |
2151 | 2023-10-26T22:29:58.870Z | Checking papergrid v0.10.0 |
2152 | 2023-10-26T22:30:01.667Z | Checking basic-toml v0.1.4 |
2153 | 2023-10-26T22:30:02.060Z | Checking pin-project v1.1.3 |
2154 | 2023-10-26T22:30:02.467Z | Checking futures-timer v3.0.2 |
2155 | 2023-10-26T22:30:02.488Z | Checking constant_time_eq v0.3.0 |
2156 | 2023-10-26T22:30:02.668Z | Checking rust-argon2 v1.0.1 |
2157 | 2023-10-26T22:30:02.960Z | Checking partial-io v0.5.4 |
2158 | 2023-10-26T22:30:03.577Z | Checking tabled v0.14.0 |
2159 | 2023-10-26T22:30:05.113Z | Checking approx v0.5.1 |
2160 | 2023-10-26T22:30:05.183Z | Checking cargo-platform v0.1.3 |
2161 | 2023-10-26T22:30:05.476Z | Checking hex-literal v0.4.1 |
2162 | 2023-10-26T22:30:05.644Z | Checking cargo_metadata v0.18.0 |
2163 | 2023-10-26T22:30:08.221Z | Checking crossbeam v0.8.2 |
2164 | 2023-10-26T22:30:08.532Z | Checking cargo_toml v0.16.3 |
2165 | 2023-10-26T22:30:09.213Z | Checking termios v0.3.3 |
2166 | 2023-10-26T22:30:12.021Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2167 | 2023-10-26T22:30:12.308Z | Checking rstest v0.18.2 |
2168 | 2023-10-26T22:30:20.916Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2169 | 2023-10-26T22:30:32.120Z | Compiling bzip2 v0.4.4 |
2170 | 2023-10-26T22:30:32.346Z | Compiling polar-core v0.26.4 |
2171 | 2023-10-26T22:30:32.532Z | Compiling zip v0.6.6 |
2172 | 2023-10-26T22:30:33.769Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2173 | 2023-10-26T22:30:34.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2023-10-26T22:30:35.155Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2023-10-26T22:30:35.508Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2176 | 2023-10-26T22:30:36.122Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2023-10-26T22:30:36.380Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2023-10-26T22:30:37.249Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2179 | 2023-10-26T22:30:37.853Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2180 | 2023-10-26T22:30:38.200Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2181 | 2023-10-26T22:30:38.233Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2182 | 2023-10-26T22:30:38.631Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2023-10-26T22:30:39.802Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2184 | 2023-10-26T22:30:39.886Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2185 | 2023-10-26T22:30:40.077Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2023-10-26T22:30:40.717Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2187 | 2023-10-26T22:30:43.688Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2188 | 2023-10-26T22:30:46.771Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2189 | 2023-10-26T22:30:53.863Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2190 | 2023-10-26T22:30:54.369Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2191 | 2023-10-26T22:30:56.963Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2192 | 2023-10-26T22:30:57.397Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2193 | 2023-10-26T22:30:58.959Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2194 | 2023-10-26T22:30:59.332Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2195 | 2023-10-26T22:30:59.521Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2196 | 2023-10-26T22:30:59.691Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2197 | 2023-10-26T22:31:02.692Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2198 | 2023-10-26T22:31:05.164Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2199 | 2023-10-26T22:31:07.145Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2200 | 2023-10-26T22:31:09.892Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2201 | 2023-10-26T22:31:10.610Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2202 | 2023-10-26T22:31:12.853Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2203 | 2023-10-26T22:31:21.349Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2204 | 2023-10-26T22:31:25.189Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2205 | 2023-10-26T22:31:27.092Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2206 | 2023-10-26T22:31:28.375Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2207 | 2023-10-26T22:31:28.875Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2208 | 2023-10-26T22:31:29.044Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2209 | 2023-10-26T22:31:29.183Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2210 | 2023-10-26T22:31:30.324Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2211 | 2023-10-26T22:31:31.346Z | Checking oso v0.26.4 |
2212 | 2023-10-26T22:31:34.916Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2213 | 2023-10-26T22:31:35.464Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2214 | 2023-10-26T22:31:35.479Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2215 | 2023-10-26T22:31:39.664Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2216 | 2023-10-26T22:31:42.246Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2217 | 2023-10-26T22:31:45.763Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2218 | 2023-10-26T22:31:47.230Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2219 | 2023-10-26T22:31:51.079Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2220 | 2023-10-26T22:31:55.402Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2221 | 2023-10-26T22:31:55.776Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2222 | 2023-10-26T22:31:58.094Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2223 | 2023-10-26T22:31:58.656Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2224 | 2023-10-26T22:32:07.772Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2225 | 2023-10-26T22:32:07.828Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2226 | 2023-10-26T22:32:09.300Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2227 | 2023-10-26T22:32:13.106Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2228 | 2023-10-26T22:32:18.885Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2229 | 2023-10-26T22:32:32.067Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2230 | 2023-10-26T22:32:54.520Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2231 | 2023-10-26T22:33:05.887Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2232 | 2023-10-26T22:33:37.414Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2233 | 2023-10-26T22:34:13.636Z | Compiling git2 v0.17.2 |
2234 | 2023-10-26T22:34:24.040Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2235 | 2023-10-26T22:34:26.512Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2236 | 2023-10-26T22:34:37.647Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2237 | 2023-10-26T22:34:47.444Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2238 | 2023-10-26T22:34:47.764Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2239 | 2023-10-26T22:34:48.283Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2240 | 2023-10-26T22:34:49.776Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2241 | 2023-10-26T22:35:26.171Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2242 | 2023-10-26T22:36:49.192Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 21s |
2243 | 2023-10-26T22:36:49.405Z | |
2244 | 2023-10-26T22:36:49.416Z | real 14:34.808371583 |
2245 | 2023-10-26T22:36:49.472Z | user 1:24:29.046802449 |
2246 | 2023-10-26T22:36:49.475Z | sys 11:24.378609282 |
2247 | 2023-10-26T22:36:49.483Z | trap 3.187307058 |
2248 | 2023-10-26T22:36:49.486Z | tflt 5.154236383 |
2249 | 2023-10-26T22:36:49.489Z | dflt 7.141998557 |
2250 | 2023-10-26T22:36:49.492Z | kflt 0.023506658 |
2251 | 2023-10-26T22:36:49.495Z | lock 1:54:28.785185262 |
2252 | 2023-10-26T22:36:49.498Z | slp 4:44:47.389748535 |
2253 | 2023-10-26T22:36:49.501Z | lat 3:11.978036042 |
2254 | 2023-10-26T22:36:49.504Z | stop 7:27.837627101 |
2255 | 2023-10-26T22:36:50.649Z | warning: output filename collision. |
2256 | 2023-10-26T22:36:50.652Z | 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)`. |
2257 | 2023-10-26T22:36:50.656Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2258 | 2023-10-26T22:36:50.659Z | The targets should have unique names. |
2259 | 2023-10-26T22:36:50.662Z | This is a known bug where multiple crates with the same name use |
2260 | 2023-10-26T22:36:50.665Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2261 | 2023-10-26T22:36:50.674Z | warning: output filename collision. |
2262 | 2023-10-26T22:36:50.676Z | 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)`. |
2263 | 2023-10-26T22:36:50.679Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2264 | 2023-10-26T22:36:50.682Z | The targets should have unique names. |
2265 | 2023-10-26T22:36:50.685Z | This is a known bug where multiple crates with the same name use |
2266 | 2023-10-26T22:36:50.688Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2267 | 2023-10-26T22:36:50.691Z | warning: output filename collision. |
2268 | 2023-10-26T22:36:50.694Z | 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)`. |
2269 | 2023-10-26T22:36:50.697Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2270 | 2023-10-26T22:36:50.701Z | The targets should have unique names. |
2271 | 2023-10-26T22:36:50.703Z | This is a known bug where multiple crates with the same name use |
2272 | 2023-10-26T22:36:50.706Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2273 | 2023-10-26T22:36:50.709Z | warning: output filename collision. |
2274 | 2023-10-26T22:36:50.713Z | 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)`. |
2275 | 2023-10-26T22:36:50.716Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2276 | 2023-10-26T22:36:50.719Z | The targets should have unique names. |
2277 | 2023-10-26T22:36:50.721Z | This is a known bug where multiple crates with the same name use |
2278 | 2023-10-26T22:36:50.725Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2279 | 2023-10-26T22:36:50.728Z | warning: output filename collision. |
2280 | 2023-10-26T22:36:50.731Z | 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`. |
2281 | 2023-10-26T22:36:50.734Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2282 | 2023-10-26T22:36:50.736Z | The targets should have unique names. |
2283 | 2023-10-26T22:36:50.740Z | This is a known bug where multiple crates with the same name use |
2284 | 2023-10-26T22:36:50.743Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2285 | 2023-10-26T22:36:50.745Z | warning: output filename collision. |
2286 | 2023-10-26T22:36:50.748Z | 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)`. |
2287 | 2023-10-26T22:36:50.752Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2288 | 2023-10-26T22:36:50.754Z | The targets should have unique names. |
2289 | 2023-10-26T22:36:50.757Z | This is a known bug where multiple crates with the same name use |
2290 | 2023-10-26T22:36:50.760Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2291 | 2023-10-26T22:36:50.763Z | warning: output filename collision. |
2292 | 2023-10-26T22:36:50.766Z | 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)`. |
2293 | 2023-10-26T22:36:50.769Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2294 | 2023-10-26T22:36:50.773Z | The targets should have unique names. |
2295 | 2023-10-26T22:36:50.775Z | This is a known bug where multiple crates with the same name use |
2296 | 2023-10-26T22:36:50.778Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2297 | 2023-10-26T22:36:50.781Z | warning: output filename collision. |
2298 | 2023-10-26T22:36:50.789Z | 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)`. |
2299 | 2023-10-26T22:36:50.822Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2300 | 2023-10-26T22:36:50.827Z | The targets should have unique names. |
2301 | 2023-10-26T22:36:50.832Z | This is a known bug where multiple crates with the same name use |
2302 | 2023-10-26T22:36:50.835Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2303 | 2023-10-26T22:36:50.838Z | warning: output filename collision. |
2304 | 2023-10-26T22:36:50.841Z | 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)`. |
2305 | 2023-10-26T22:36:50.844Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2306 | 2023-10-26T22:36:50.848Z | The targets should have unique names. |
2307 | 2023-10-26T22:36:50.851Z | This is a known bug where multiple crates with the same name use |
2308 | 2023-10-26T22:36:50.854Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2309 | 2023-10-26T22:36:50.857Z | warning: output filename collision. |
2310 | 2023-10-26T22:36:50.860Z | 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)`. |
2311 | 2023-10-26T22:36:50.863Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2312 | 2023-10-26T22:36:50.866Z | The targets should have unique names. |
2313 | 2023-10-26T22:36:50.869Z | This is a known bug where multiple crates with the same name use |
2314 | 2023-10-26T22:36:50.873Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2315 | 2023-10-26T22:36:50.876Z | warning: output filename collision. |
2316 | 2023-10-26T22:36:50.880Z | 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)`. |
2317 | 2023-10-26T22:36:50.887Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2318 | 2023-10-26T22:36:50.891Z | The targets should have unique names. |
2319 | 2023-10-26T22:36:50.895Z | This is a known bug where multiple crates with the same name use |
2320 | 2023-10-26T22:36:50.898Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2321 | 2023-10-26T22:36:51.250Z | Checking unicode-ident v1.0.12 |
2322 | 2023-10-26T22:36:51.272Z | Documenting libc v0.2.149 |
2323 | 2023-10-26T22:36:51.280Z | Documenting cfg-if v1.0.0 |
2324 | 2023-10-26T22:36:51.302Z | Checking libc v0.2.149 |
2325 | 2023-10-26T22:36:51.322Z | Checking serde v1.0.188 |
2326 | 2023-10-26T22:36:51.336Z | Checking cfg-if v1.0.0 |
2327 | 2023-10-26T22:36:51.352Z | Documenting log v0.4.20 |
2328 | 2023-10-26T22:36:51.371Z | Documenting itoa v1.0.9 |
2329 | 2023-10-26T22:36:51.483Z | Documenting scopeguard v1.2.0 |
2330 | 2023-10-26T22:36:51.516Z | Checking proc-macro2 v1.0.67 |
2331 | 2023-10-26T22:36:52.544Z | Checking quote v1.0.33 |
2332 | 2023-10-26T22:36:53.063Z | Checking syn v2.0.32 |
2333 | 2023-10-26T22:36:53.248Z | Checking syn v1.0.109 |
2334 | 2023-10-26T22:36:55.217Z | Checking once_cell v1.18.0 |
2335 | 2023-10-26T22:36:55.460Z | Documenting once_cell v1.18.0 |
2336 | 2023-10-26T22:36:55.484Z | Documenting memchr v2.6.3 |
2337 | 2023-10-26T22:36:55.679Z | Documenting smallvec v1.11.0 |
2338 | 2023-10-26T22:36:57.824Z | Documenting lock_api v0.4.10 |
2339 | 2023-10-26T22:36:57.996Z | Documenting getrandom v0.2.10 |
2340 | 2023-10-26T22:37:00.129Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2341 | 2023-10-26T22:37:00.557Z | Documenting libm v0.2.7 |
2342 | 2023-10-26T22:37:00.657Z | Documenting parking_lot_core v0.9.8 |
2343 | 2023-10-26T22:37:01.520Z | Documenting pin-project-lite v0.2.13 |
2344 | 2023-10-26T22:37:02.406Z | Documenting signal-hook-registry v1.4.1 |
2345 | 2023-10-26T22:37:02.494Z | Checking itoa v1.0.9 |
2346 | 2023-10-26T22:37:02.808Z | Documenting mio v0.8.8 |
2347 | 2023-10-26T22:37:03.453Z | Documenting num_cpus v1.16.0 |
2348 | 2023-10-26T22:37:03.772Z | Documenting serde_derive v1.0.188 |
2349 | 2023-10-26T22:37:04.399Z | Documenting rand_core v0.6.4 |
2350 | 2023-10-26T22:37:05.593Z | Documenting zeroize_derive v1.4.2 |
2351 | 2023-10-26T22:37:05.600Z | Documenting num-traits v0.2.16 |
2352 | 2023-10-26T22:37:07.075Z | Documenting parking_lot v0.12.1 |
2353 | 2023-10-26T22:37:09.172Z | Documenting thiserror-impl v1.0.49 |
2354 | 2023-10-26T22:37:09.395Z | Documenting typenum v1.16.0 |
2355 | 2023-10-26T22:37:09.572Z | Documenting futures-core v0.3.28 |
2356 | 2023-10-26T22:37:10.479Z | Documenting ryu v1.0.15 |
2357 | 2023-10-26T22:37:12.884Z | Documenting zeroize v1.6.0 |
2358 | 2023-10-26T22:37:12.944Z | Documenting tokio-macros v2.1.0 |
2359 | 2023-10-26T22:37:13.187Z | Documenting socket2 v0.5.4 |
2360 | 2023-10-26T22:37:14.499Z | Checking thiserror v1.0.49 |
2361 | 2023-10-26T22:37:14.669Z | Checking ryu v1.0.15 |
2362 | 2023-10-26T22:37:14.796Z | Documenting serde v1.0.188 |
2363 | 2023-10-26T22:37:15.039Z | Documenting subtle v2.5.0 |
2364 | 2023-10-26T22:37:15.446Z | Documenting futures-sink v0.3.28 |
2365 | 2023-10-26T22:37:16.696Z | Documenting thiserror v1.0.49 |
2366 | 2023-10-26T22:37:17.244Z | Checking memchr v2.6.3 |
2367 | 2023-10-26T22:37:18.636Z | Documenting pin-utils v0.1.0 |
2368 | 2023-10-26T22:37:18.759Z | Documenting generic-array v0.14.7 |
2369 | 2023-10-26T22:37:19.823Z | Documenting byteorder v1.5.0 |
2370 | 2023-10-26T22:37:20.232Z | Checking serde_json v1.0.107 |
2371 | 2023-10-26T22:37:20.807Z | Documenting iana-time-zone v0.1.57 |
2372 | 2023-10-26T22:37:21.746Z | Checking heck v0.4.1 |
2373 | 2023-10-26T22:37:22.060Z | Documenting futures-channel v0.3.28 |
2374 | 2023-10-26T22:37:22.795Z | Documenting futures-macro v0.3.28 |
2375 | 2023-10-26T22:37:23.087Z | Checking getrandom v0.2.10 |
2376 | 2023-10-26T22:37:23.860Z | Documenting slab v0.4.9 |
2377 | 2023-10-26T22:37:25.801Z | Documenting futures-task v0.3.28 |
2378 | 2023-10-26T22:37:25.861Z | Documenting crypto-common v0.1.6 |
2379 | 2023-10-26T22:37:26.208Z | Documenting futures-io v0.3.28 |
2380 | 2023-10-26T22:37:26.757Z | Documenting const-oid v0.9.5 |
2381 | 2023-10-26T22:37:28.117Z | Checking bytes v1.5.0 |
2382 | 2023-10-26T22:37:29.318Z | Documenting ppv-lite86 v0.2.17 |
2383 | 2023-10-26T22:37:29.731Z | Checking log v0.4.20 |
2384 | 2023-10-26T22:37:29.948Z | Checking byteorder v1.5.0 |
2385 | 2023-10-26T22:37:30.149Z | Documenting tinyvec_macros v0.1.1 |
2386 | 2023-10-26T22:37:30.597Z | Documenting block-buffer v0.10.4 |
2387 | 2023-10-26T22:37:31.765Z | Documenting tracing-attributes v0.1.26 |
2388 | 2023-10-26T22:37:31.984Z | Documenting tracing-core v0.1.31 |
2389 | 2023-10-26T22:37:32.153Z | Documenting futures-util v0.3.28 |
2390 | 2023-10-26T22:37:33.958Z | Documenting rand_chacha v0.3.1 |
2391 | 2023-10-26T22:37:34.202Z | Documenting tinyvec v1.6.0 |
2392 | 2023-10-26T22:37:35.315Z | Checking fnv v1.0.7 |
2393 | 2023-10-26T22:37:35.512Z | Documenting serde_derive_internals v0.26.0 |
2394 | 2023-10-26T22:37:36.979Z | Documenting digest v0.10.7 |
2395 | 2023-10-26T22:37:41.904Z | Checking serde_derive_internals v0.26.0 |
2396 | 2023-10-26T22:37:41.978Z | Documenting rand v0.8.5 |
2397 | 2023-10-26T22:37:42.006Z | Documenting base64 v0.21.5 |
2398 | 2023-10-26T22:37:42.018Z | Documenting dyn-clone v1.0.13 |
2399 | 2023-10-26T22:37:44.751Z | Documenting schemars_derive v0.8.13 |
2400 | 2023-10-26T22:37:46.134Z | Documenting unicode-normalization v0.1.22 |
2401 | 2023-10-26T22:37:46.500Z | Documenting cpufeatures v0.2.9 |
2402 | 2023-10-26T22:37:47.640Z | Checking ucd-trie v0.1.6 |
2403 | 2023-10-26T22:37:47.740Z | Documenting fnv v1.0.7 |
2404 | 2023-10-26T22:37:47.806Z | Checking libm v0.2.7 |
2405 | 2023-10-26T22:37:47.880Z | Documenting bytes v1.5.0 |
2406 | 2023-10-26T22:37:47.971Z | Documenting serde_json v1.0.107 |
2407 | 2023-10-26T22:37:49.538Z | Documenting bitflags v2.4.0 |
2408 | 2023-10-26T22:37:51.180Z | Documenting chrono v0.4.31 |
2409 | 2023-10-26T22:37:53.847Z | Documenting uuid v1.4.1 |
2410 | 2023-10-26T22:37:54.438Z | Checking pest v2.7.2 |
2411 | 2023-10-26T22:37:55.074Z | Documenting unicode-bidi v0.3.13 |
2412 | 2023-10-26T22:37:55.319Z | Documenting tokio v1.33.0 |
2413 | 2023-10-26T22:37:56.618Z | Documenting http v0.2.9 |
2414 | 2023-10-26T22:37:56.882Z | Checking num-traits v0.2.16 |
2415 | 2023-10-26T22:37:58.545Z | Documenting lazy_static v1.4.0 |
2416 | 2023-10-26T22:37:59.391Z | Documenting tracing v0.1.37 |
2417 | 2023-10-26T22:37:59.584Z | Documenting percent-encoding v2.3.0 |
2418 | 2023-10-26T22:38:00.863Z | Documenting ahash v0.8.3 |
2419 | 2023-10-26T22:38:00.878Z | Documenting schemars v0.8.13 |
2420 | 2023-10-26T22:38:00.929Z | Checking ahash v0.8.3 |
2421 | 2023-10-26T22:38:01.566Z | Checking time-core v0.1.1 |
2422 | 2023-10-26T22:38:01.815Z | Documenting allocator-api2 v0.2.16 |
2423 | 2023-10-26T22:38:02.694Z | Documenting untrusted v0.7.1 |
2424 | 2023-10-26T22:38:05.233Z | Documenting adler v1.0.2 |
2425 | 2023-10-26T22:38:05.593Z | Documenting form_urlencoded v1.2.0 |
2426 | 2023-10-26T22:38:06.779Z | Documenting unicode-ident v1.0.12 |
2427 | 2023-10-26T22:38:06.802Z | Documenting ring v0.16.20 |
2428 | 2023-10-26T22:38:07.077Z | Documenting hashbrown v0.14.0 |
2429 | 2023-10-26T22:38:09.215Z | Documenting miniz_oxide v0.7.1 |
2430 | 2023-10-26T22:38:10.091Z | Documenting idna v0.4.0 |
2431 | 2023-10-26T22:38:10.853Z | Documenting proc-macro2 v1.0.67 |
2432 | 2023-10-26T22:38:11.464Z | Documenting httparse v1.8.0 |
2433 | 2023-10-26T22:38:11.827Z | Documenting equivalent v1.0.1 |
2434 | 2023-10-26T22:38:14.216Z | Checking zerocopy v0.3.0 |
2435 | 2023-10-26T22:38:14.660Z | Checking uuid v1.4.1 |
2436 | 2023-10-26T22:38:15.060Z | Checking iana-time-zone v0.1.57 |
2437 | 2023-10-26T22:38:15.685Z | Checking chrono v0.4.31 |
2438 | 2023-10-26T22:38:15.696Z | Checking dof v0.1.5 |
2439 | 2023-10-26T22:38:16.113Z | Documenting sct v0.7.0 |
2440 | 2023-10-26T22:38:16.121Z | Documenting indexmap v2.0.0 |
2441 | 2023-10-26T22:38:16.621Z | Documenting rustls-webpki v0.101.4 |
2442 | 2023-10-26T22:38:16.868Z | Documenting url v2.4.1 |
2443 | 2023-10-26T22:38:18.037Z | Documenting quote v1.0.33 |
2444 | 2023-10-26T22:38:18.270Z | Checking dtrace-parser v0.1.14 |
2445 | 2023-10-26T22:38:18.879Z | Checking thread-id v4.2.0 |
2446 | 2023-10-26T22:38:19.032Z | Documenting slog v2.7.0 |
2447 | 2023-10-26T22:38:19.056Z | Documenting httpdate v1.0.3 |
2448 | 2023-10-26T22:38:21.653Z | Documenting try-lock v0.2.4 |
2449 | 2023-10-26T22:38:22.997Z | Documenting openssl-probe v0.1.5 |
2450 | 2023-10-26T22:38:23.173Z | Documenting rustls v0.21.7 |
2451 | 2023-10-26T22:38:23.604Z | Documenting tokio-util v0.7.10 |
2452 | 2023-10-26T22:38:23.926Z | Checking usdt-impl v0.3.5 |
2453 | 2023-10-26T22:38:24.352Z | Documenting http-body v0.4.5 |
2454 | 2023-10-26T22:38:24.750Z | Documenting rustls-pemfile v1.0.3 |
2455 | 2023-10-26T22:38:25.086Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2456 | 2023-10-26T22:38:25.474Z | Documenting openssl-macros v0.1.1 |
2457 | 2023-10-26T22:38:25.716Z | Documenting want v0.3.1 |
2458 | 2023-10-26T22:38:26.259Z | Documenting aho-corasick v1.0.4 |
2459 | 2023-10-26T22:38:28.892Z | Documenting openssl-sys v0.9.93 |
2460 | 2023-10-26T22:38:31.914Z | Documenting tower-service v0.3.2 |
2461 | 2023-10-26T22:38:31.920Z | Documenting gimli v0.28.0 |
2462 | 2023-10-26T22:38:31.928Z | Documenting mime v0.3.17 |
2463 | 2023-10-26T22:38:32.091Z | Documenting h2 v0.3.21 |
2464 | 2023-10-26T22:38:32.441Z | Documenting regex-syntax v0.7.5 |
2465 | 2023-10-26T22:38:33.647Z | Documenting time-macros v0.2.13 |
2466 | 2023-10-26T22:38:35.608Z | Documenting tokio-rustls v0.24.1 |
2467 | 2023-10-26T22:38:36.840Z | Documenting async-trait v0.1.74 |
2468 | 2023-10-26T22:38:38.100Z | Documenting object v0.32.1 |
2469 | 2023-10-26T22:38:40.703Z | Documenting openssl v0.10.57 |
2470 | 2023-10-26T22:38:41.206Z | Documenting errno v0.3.2 |
2471 | 2023-10-26T22:38:41.692Z | Documenting addr2line v0.21.0 |
2472 | 2023-10-26T22:38:43.284Z | Documenting regex-automata v0.3.8 |
2473 | 2023-10-26T22:38:43.931Z | Documenting ipnet v2.8.0 |
2474 | 2023-10-26T22:38:45.160Z | Documenting rustc-demangle v0.1.23 |
2475 | 2023-10-26T22:38:45.739Z | Checking allocator-api2 v0.2.16 |
2476 | 2023-10-26T22:38:46.764Z | Documenting num_threads v0.1.6 |
2477 | 2023-10-26T22:38:47.348Z | Documenting unicode-width v0.1.11 |
2478 | 2023-10-26T22:38:48.296Z | Documenting hyper v0.14.27 |
2479 | 2023-10-26T22:38:49.452Z | Documenting deranged v0.3.8 |
2480 | 2023-10-26T22:38:50.005Z | Checking dyn-clone v1.0.13 |
2481 | 2023-10-26T22:38:50.208Z | Documenting time-core v0.1.1 |
2482 | 2023-10-26T22:38:51.463Z | Checking schemars v0.8.13 |
2483 | 2023-10-26T22:38:52.730Z | Checking hashbrown v0.14.0 |
2484 | 2023-10-26T22:38:53.872Z | Documenting rustix v0.38.9 |
2485 | 2023-10-26T22:38:54.538Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2023-10-26T22:38:54.671Z | Checking pest_meta v2.7.2 |
2487 | 2023-10-26T22:38:54.700Z | Documenting crossbeam-utils v0.8.16 |
2488 | 2023-10-26T22:38:56.341Z | Checking equivalent v1.0.1 |
2489 | 2023-10-26T22:38:56.528Z | Checking indexmap v2.0.0 |
2490 | 2023-10-26T22:38:56.671Z | Documenting regex v1.9.5 |
2491 | 2023-10-26T22:38:57.228Z | Documenting time v0.3.27 |
2492 | 2023-10-26T22:38:57.332Z | Documenting backtrace v0.3.69 |
2493 | 2023-10-26T22:38:58.312Z | Documenting native-tls v0.2.11 |
2494 | 2023-10-26T22:39:01.711Z | Checking hashbrown v0.13.2 |
2495 | 2023-10-26T22:39:03.724Z | Documenting pest_meta v2.7.2 |
2496 | 2023-10-26T22:39:05.110Z | Checking http v0.2.9 |
2497 | 2023-10-26T22:39:05.215Z | Checking aho-corasick v1.0.4 |
2498 | 2023-10-26T22:39:05.583Z | Documenting anyhow v1.0.75 |
2499 | 2023-10-26T22:39:06.131Z | Documenting encoding_rs v0.8.33 |
2500 | 2023-10-26T22:39:06.733Z | Checking regex-syntax v0.7.5 |
2501 | 2023-10-26T22:39:07.500Z | Documenting tokio-native-tls v0.3.1 |
2502 | 2023-10-26T22:39:07.944Z | Checking pest_generator v2.7.2 |
2503 | 2023-10-26T22:39:08.017Z | Documenting rustls-native-certs v0.6.3 |
2504 | 2023-10-26T22:39:09.144Z | Documenting serde_urlencoded v0.7.1 |
2505 | 2023-10-26T22:39:09.973Z | Documenting pest_generator v2.7.2 |
2506 | 2023-10-26T22:39:10.744Z | Documenting ucd-trie v0.1.6 |
2507 | 2023-10-26T22:39:12.144Z | Checking regex-automata v0.3.8 |
2508 | 2023-10-26T22:39:13.496Z | Checking serde_tokenstream v0.1.7 |
2509 | 2023-10-26T22:39:13.865Z | Documenting webpki-roots v0.25.2 |
2510 | 2023-10-26T22:39:14.064Z | Documenting syn v2.0.32 |
2511 | 2023-10-26T22:39:14.297Z | Documenting hyper-rustls v0.24.1 |
2512 | 2023-10-26T22:39:16.169Z | Documenting dof v0.1.5 |
2513 | 2023-10-26T22:39:16.277Z | Documenting hyper-tls v0.5.0 |
2514 | 2023-10-26T22:39:17.183Z | Documenting pest v2.7.2 |
2515 | 2023-10-26T22:39:17.633Z | Documenting pest_derive v2.7.2 |
2516 | 2023-10-26T22:39:18.807Z | Checking regex v1.9.5 |
2517 | 2023-10-26T22:39:19.791Z | Documenting thread-id v4.2.0 |
2518 | 2023-10-26T22:39:20.154Z | Documenting usdt-macro v0.3.5 |
2519 | 2023-10-26T22:39:22.045Z | Documenting usdt-attr-macro v0.3.5 |
2520 | 2023-10-26T22:39:24.720Z | Documenting openapiv3 v1.0.3 |
2521 | 2023-10-26T22:39:24.933Z | Documenting ipnetwork v0.20.0 |
2522 | 2023-10-26T22:39:25.271Z | Documenting dtrace-parser v0.1.14 |
2523 | 2023-10-26T22:39:25.810Z | Documenting sha2 v0.10.8 |
2524 | 2023-10-26T22:39:26.643Z | Documenting reqwest v0.11.20 |
2525 | 2023-10-26T22:39:27.475Z | Documenting futures-executor v0.3.28 |
2526 | 2023-10-26T22:39:29.488Z | Checking serde_tokenstream v0.2.0 |
2527 | 2023-10-26T22:39:30.091Z | Documenting spin v0.9.8 |
2528 | 2023-10-26T22:39:31.296Z | Documenting usdt-impl v0.3.5 |
2529 | 2023-10-26T22:39:32.879Z | Checking unicode-width v0.1.11 |
2530 | 2023-10-26T22:39:33.119Z | Checking strsim v0.10.0 |
2531 | 2023-10-26T22:39:33.247Z | Checking regress v0.7.1 |
2532 | 2023-10-26T22:39:33.413Z | Documenting hex v0.4.3 |
2533 | 2023-10-26T22:39:33.466Z | Documenting hmac v0.12.1 |
2534 | 2023-10-26T22:39:34.384Z | Documenting fallible-iterator v0.2.0 |
2535 | 2023-10-26T22:39:34.900Z | Documenting futures v0.3.28 |
2536 | 2023-10-26T22:39:40.998Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2537 | 2023-10-26T22:39:41.036Z | Documenting usdt v0.3.5 |
2538 | 2023-10-26T22:39:41.259Z | Checking openapiv3 v1.0.3 |
2539 | 2023-10-26T22:39:41.300Z | Documenting stringprep v0.1.3 |
2540 | 2023-10-26T22:39:41.753Z | Documenting semver v1.0.20 |
2541 | 2023-10-26T22:39:41.760Z | Documenting md-5 v0.10.5 |
2542 | 2023-10-26T22:39:42.565Z | Documenting regress v0.7.1 |
2543 | 2023-10-26T22:39:45.788Z | Documenting utf8parse v0.2.1 |
2544 | 2023-10-26T22:39:46.911Z | Documenting siphasher v0.3.11 |
2545 | 2023-10-26T22:39:47.206Z | Documenting block-padding v0.3.3 |
2546 | 2023-10-26T22:39:47.447Z | Documenting heck v0.4.1 |
2547 | 2023-10-26T22:39:47.723Z | Documenting static_assertions v1.1.0 |
2548 | 2023-10-26T22:39:48.805Z | Checking unsafe-libyaml v0.2.9 |
2549 | 2023-10-26T22:39:48.938Z | Documenting postgres-protocol v0.6.6 |
2550 | 2023-10-26T22:39:50.169Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2551 | 2023-10-26T22:39:50.736Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2552 | 2023-10-26T22:39:50.940Z | Checking getopts v0.2.21 |
2553 | 2023-10-26T22:39:51.251Z | Documenting phf_shared v0.11.2 |
2554 | 2023-10-26T22:39:51.483Z | Documenting toml_datetime v0.6.3 |
2555 | 2023-10-26T22:39:52.167Z | Documenting num-integer v0.1.45 |
2556 | 2023-10-26T22:39:52.296Z | Checking ident_case v1.0.1 |
2557 | 2023-10-26T22:39:52.538Z | Documenting whoami v1.4.1 |
2558 | 2023-10-26T22:39:53.435Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2559 | 2023-10-26T22:39:53.630Z | Documenting inout v0.1.3 |
2560 | 2023-10-26T22:39:57.551Z | Documenting phf v0.11.2 |
2561 | 2023-10-26T22:39:57.811Z | Documenting either v1.9.0 |
2562 | 2023-10-26T22:39:58.150Z | Documenting postgres-types v0.2.6 |
2563 | 2023-10-26T22:39:58.453Z | Documenting unsafe-libyaml v0.2.9 |
2564 | 2023-10-26T22:39:58.834Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2565 | 2023-10-26T22:40:00.204Z | Documenting cipher v0.4.4 |
2566 | 2023-10-26T22:40:00.636Z | Checking serde_yaml v0.9.25 |
2567 | 2023-10-26T22:40:01.696Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2568 | 2023-10-26T22:40:03.801Z | Documenting getopts v0.2.21 |
2569 | 2023-10-26T22:40:03.820Z | Documenting zerocopy v0.6.4 |
2570 | 2023-10-26T22:40:04.090Z | Documenting anstyle v1.0.2 |
2571 | 2023-10-26T22:40:04.343Z | Documenting serde_yaml v0.9.25 |
2572 | 2023-10-26T22:40:04.872Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2573 | 2023-10-26T22:40:08.432Z | Documenting tokio-postgres v0.7.10 |
2574 | 2023-10-26T22:40:09.488Z | Documenting data-encoding v2.4.0 |
2575 | 2023-10-26T22:40:10.154Z | Documenting anstyle-parse v0.2.1 |
2576 | 2023-10-26T22:40:10.426Z | Documenting crossbeam-channel v0.5.8 |
2577 | 2023-10-26T22:40:10.725Z | Documenting colorchoice v1.0.0 |
2578 | 2023-10-26T22:40:11.535Z | Documenting match_cfg v0.1.0 |
2579 | 2023-10-26T22:40:13.863Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2580 | 2023-10-26T22:40:14.901Z | Documenting anstyle-query v1.0.0 |
2581 | 2023-10-26T22:40:15.041Z | Documenting itertools v0.11.0 |
2582 | 2023-10-26T22:40:15.367Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2583 | 2023-10-26T22:40:15.575Z | Documenting terminal_size v0.2.6 |
2584 | 2023-10-26T22:40:15.605Z | Documenting hostname v0.3.1 |
2585 | 2023-10-26T22:40:17.151Z | Documenting dirs-sys-next v0.1.2 |
2586 | 2023-10-26T22:40:21.040Z | Documenting anstream v0.5.0 |
2587 | 2023-10-26T22:40:21.730Z | Documenting strsim v0.10.0 |
2588 | 2023-10-26T22:40:21.822Z | Documenting tap v1.0.1 |
2589 | 2023-10-26T22:40:23.215Z | Documenting clap_lex v0.5.1 |
2590 | 2023-10-26T22:40:23.409Z | Documenting dirs-next v2.0.0 |
2591 | 2023-10-26T22:40:25.623Z | Documenting clap_derive v4.4.2 |
2592 | 2023-10-26T22:40:25.984Z | Documenting wyz v0.5.1 |
2593 | 2023-10-26T22:40:26.650Z | Documenting thread_local v1.1.7 |
2594 | 2023-10-26T22:40:27.208Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2595 | 2023-10-26T22:40:27.638Z | Documenting crc32fast v1.3.2 |
2596 | 2023-10-26T22:40:28.059Z | Documenting radium v0.7.0 |
2597 | 2023-10-26T22:40:29.267Z | Documenting clap_builder v4.4.2 |
2598 | 2023-10-26T22:40:29.689Z | Documenting funty v2.0.0 |
2599 | 2023-10-26T22:40:30.620Z | Documenting term v0.7.0 |
2600 | 2023-10-26T22:40:32.376Z | Documenting num-iter v0.1.43 |
2601 | 2023-10-26T22:40:32.843Z | Documenting sha1 v0.10.5 |
2602 | 2023-10-26T22:40:33.703Z | Documenting enum-as-inner v0.5.1 |
2603 | 2023-10-26T22:40:34.193Z | Documenting atty v0.2.14 |
2604 | 2023-10-26T22:40:34.517Z | Documenting bitvec v1.0.1 |
2605 | 2023-10-26T22:40:36.950Z | Documenting memoffset v0.9.0 |
2606 | 2023-10-26T22:40:39.104Z | Documenting clap v4.4.3 |
2607 | 2023-10-26T22:40:39.119Z | Documenting take_mut v0.2.2 |
2608 | 2023-10-26T22:40:39.380Z | Documenting slog-term v2.9.0 |
2609 | 2023-10-26T22:40:39.831Z | Documenting flate2 v1.0.28 |
2610 | 2023-10-26T22:40:40.817Z | Documenting trust-dns-proto v0.22.0 |
2611 | 2023-10-26T22:40:41.086Z | Documenting crossbeam-epoch v0.9.15 |
2612 | 2023-10-26T22:40:43.807Z | Documenting slog-json v2.6.1 |
2613 | 2023-10-26T22:40:45.330Z | Documenting camino v1.1.6 |
2614 | 2023-10-26T22:40:45.380Z | Documenting slog-async v2.8.0 |
2615 | 2023-10-26T22:40:46.283Z | Documenting paste v1.0.14 |
2616 | 2023-10-26T22:40:46.401Z | Documenting signature v2.1.0 |
2617 | 2023-10-26T22:40:47.067Z | Documenting hash32 v0.2.1 |
2618 | 2023-10-26T22:40:47.446Z | Documenting scheduled-thread-pool v0.2.7 |
2619 | 2023-10-26T22:40:52.889Z | Documenting slog-bunyan v2.4.0 |
2620 | 2023-10-26T22:40:52.996Z | Checking diesel_table_macro_syntax v0.1.0 |
2621 | 2023-10-26T22:40:53.021Z | Documenting diesel_table_macro_syntax v0.1.0 |
2622 | 2023-10-26T22:40:53.047Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2623 | 2023-10-26T22:40:53.061Z | Documenting stable_deref_trait v1.2.0 |
2624 | 2023-10-26T22:40:53.230Z | Documenting unicode-segmentation v1.10.1 |
2625 | 2023-10-26T22:40:53.678Z | Checking darling_core v0.20.3 |
2626 | 2023-10-26T22:40:53.752Z | Documenting r2d2 v0.8.10 |
2627 | 2023-10-26T22:40:55.141Z | Documenting async-stream-impl v0.3.5 |
2628 | 2023-10-26T22:40:56.430Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2629 | 2023-10-26T22:40:56.608Z | Documenting heapless v0.7.16 |
2630 | 2023-10-26T22:40:58.468Z | Documenting strum v0.25.0 |
2631 | 2023-10-26T22:40:58.730Z | Documenting bzip2 v0.4.4 |
2632 | 2023-10-26T22:40:58.901Z | Documenting bit-vec v0.6.3 |
2633 | 2023-10-26T22:40:59.315Z | Documenting diesel_derives v2.1.1 |
2634 | 2023-10-26T22:41:00.489Z | Documenting atomic-waker v1.1.1 |
2635 | 2023-10-26T22:41:02.606Z | Documenting debug-ignore v1.0.5 |
2636 | 2023-10-26T22:41:02.820Z | Documenting managed v0.8.0 |
2637 | 2023-10-26T22:41:04.097Z | Documenting async-stream v0.3.5 |
2638 | 2023-10-26T22:41:04.687Z | Documenting waitgroup v0.1.2 |
2639 | 2023-10-26T22:41:04.884Z | Checking darling v0.20.3 |
2640 | 2023-10-26T22:41:05.068Z | Documenting num-bigint v0.4.4 |
2641 | 2023-10-26T22:41:05.114Z | Documenting multer v2.1.0 |
2642 | 2023-10-26T22:41:05.281Z | Documenting zip v0.6.6 |
2643 | 2023-10-26T22:41:06.700Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2644 | 2023-10-26T22:41:07.766Z | Documenting smoltcp v0.9.1 |
2645 | 2023-10-26T22:41:10.121Z | Documenting bstr v1.6.0 |
2646 | 2023-10-26T22:41:10.564Z | Documenting serde_path_to_error v0.1.14 |
2647 | 2023-10-26T22:41:11.027Z | Documenting diesel v2.1.1 |
2648 | 2023-10-26T22:41:12.303Z | Documenting hubpack v0.1.2 |
2649 | 2023-10-26T22:41:12.995Z | Documenting serde_repr v0.1.16 |
2650 | 2023-10-26T22:41:19.731Z | Documenting new_debug_unreachable v1.0.4 |
2651 | 2023-10-26T22:41:19.816Z | Documenting precomputed-hash v0.1.1 |
2652 | 2023-10-26T22:41:19.912Z | Documenting fixedbitset v0.4.2 |
2653 | 2023-10-26T22:41:19.973Z | Documenting lalrpop-util v0.19.12 |
2654 | 2023-10-26T22:41:20.059Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2655 | 2023-10-26T22:41:20.076Z | Documenting yasna v0.5.2 |
2656 | 2023-10-26T22:41:20.093Z | Documenting serde_with_macros v2.3.3 |
2657 | 2023-10-26T22:41:20.141Z | Documenting petgraph v0.6.4 |
2658 | 2023-10-26T22:41:20.233Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2659 | 2023-10-26T22:41:21.360Z | Documenting string_cache v0.8.7 |
2660 | 2023-10-26T22:41:23.850Z | Documenting console v0.15.7 |
2661 | 2023-10-26T22:41:26.383Z | Documenting float-cmp v0.9.0 |
2662 | 2023-10-26T22:41:27.427Z | Documenting difflib v0.4.0 |
2663 | 2023-10-26T22:41:27.617Z | Documenting predicates-core v1.0.6 |
2664 | 2023-10-26T22:41:29.607Z | Documenting normalize-line-endings v0.3.0 |
2665 | 2023-10-26T22:41:30.705Z | Documenting serde_with v2.3.3 |
2666 | 2023-10-26T22:41:30.808Z | Documenting bit-set v0.5.3 |
2667 | 2023-10-26T22:41:33.271Z | Documenting similar v2.2.1 |
2668 | 2023-10-26T22:41:33.664Z | Documenting tokio-stream v0.1.14 |
2669 | 2023-10-26T22:41:33.846Z | Documenting structmeta-derive v0.1.6 |
2670 | 2023-10-26T22:41:35.841Z | Documenting predicates v3.0.4 |
2671 | 2023-10-26T22:41:37.088Z | Checking structmeta v0.1.6 |
2672 | 2023-10-26T22:41:37.447Z | Documenting instant v0.1.12 |
2673 | 2023-10-26T22:41:40.072Z | Checking regex-syntax v0.6.29 |
2674 | 2023-10-26T22:41:40.922Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2675 | 2023-10-26T22:41:42.043Z | Documenting macaddr v1.0.1 |
2676 | 2023-10-26T22:41:42.303Z | Documenting structmeta v0.1.6 |
2677 | 2023-10-26T22:41:42.431Z | Documenting base64ct v1.6.0 |
2678 | 2023-10-26T22:41:43.732Z | Documenting backoff v0.4.0 |
2679 | 2023-10-26T22:41:44.215Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2680 | 2023-10-26T22:41:44.728Z | Checking scopeguard v1.2.0 |
2681 | 2023-10-26T22:41:44.787Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2682 | 2023-10-26T22:41:44.952Z | Checking lock_api v0.4.10 |
2683 | 2023-10-26T22:41:45.236Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2023-10-26T22:41:45.551Z | Documenting crucible-workspace-hack v0.1.0 |
2685 | 2023-10-26T22:41:48.261Z | Checking smallvec v1.11.0 |
2686 | 2023-10-26T22:41:48.304Z | Checking parking_lot_core v0.9.8 |
2687 | 2023-10-26T22:41:48.619Z | Documenting is-terminal v0.4.9 |
2688 | 2023-10-26T22:41:48.780Z | Documenting blake2 v0.10.6 |
2689 | 2023-10-26T22:41:48.938Z | Documenting password-hash v0.5.0 |
2690 | 2023-10-26T22:41:49.474Z | Documenting parse-display-derive v0.7.0 |
2691 | 2023-10-26T22:41:50.234Z | Checking pin-project-lite v0.2.13 |
2692 | 2023-10-26T22:41:50.406Z | Checking parking_lot v0.12.1 |
2693 | 2023-10-26T22:41:50.808Z | Checking rand_core v0.6.4 |
2694 | 2023-10-26T22:41:50.971Z | Checking typenum v1.16.0 |
2695 | 2023-10-26T22:41:51.048Z | Checking zeroize v1.6.0 |
2696 | 2023-10-26T22:41:51.255Z | Documenting proc-macro-error-attr v1.0.4 |
2697 | 2023-10-26T22:41:51.453Z | Checking futures-core v0.3.28 |
2698 | 2023-10-26T22:41:51.564Z | Checking unicode-segmentation v1.10.1 |
2699 | 2023-10-26T22:41:51.743Z | Checking proc-macro-error v1.0.4 |
2700 | 2023-10-26T22:41:52.168Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2701 | 2023-10-26T22:41:52.663Z | Checking mio v0.8.8 |
2702 | 2023-10-26T22:41:53.168Z | Checking generic-array v0.14.7 |
2703 | 2023-10-26T22:41:53.641Z | Checking socket2 v0.5.4 |
2704 | 2023-10-26T22:41:54.408Z | Checking num_cpus v1.16.0 |
2705 | 2023-10-26T22:41:54.574Z | Checking signal-hook-registry v1.4.1 |
2706 | 2023-10-26T22:41:54.953Z | Checking spin v0.5.2 |
2707 | 2023-10-26T22:41:55.187Z | Documenting postcard-cobs v0.1.5-pre |
2708 | 2023-10-26T22:41:55.263Z | Checking futures-sink v0.3.28 |
2709 | 2023-10-26T22:41:55.475Z | Documenting fastrand v2.0.0 |
2710 | 2023-10-26T22:41:55.491Z | Checking tokio v1.33.0 |
2711 | 2023-10-26T22:41:55.494Z | Documenting foreign-types-macros v0.2.3 |
2712 | 2023-10-26T22:41:55.908Z | Documenting argon2 v0.5.2 |
2713 | 2023-10-26T22:41:57.549Z | Documenting proc-macro-error v1.0.4 |
2714 | 2023-10-26T22:41:58.892Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2715 | 2023-10-26T22:41:59.250Z | Documenting parse-display v0.7.0 |
2716 | 2023-10-26T22:41:59.507Z | Documenting postcard v0.7.3 |
2717 | 2023-10-26T22:42:01.757Z | Documenting tempfile v3.8.0 |
2718 | 2023-10-26T22:42:03.062Z | Checking tinyvec_macros v0.1.1 |
2719 | 2023-10-26T22:42:03.194Z | Documenting foreign-types-shared v0.3.1 |
2720 | 2023-10-26T22:42:03.797Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2721 | 2023-10-26T22:42:04.582Z | Checking tinyvec v1.6.0 |
2722 | 2023-10-26T22:42:05.957Z | Checking futures-channel v0.3.28 |
2723 | 2023-10-26T22:42:05.964Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2724 | 2023-10-26T22:42:06.384Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2725 | 2023-10-26T22:42:06.546Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2726 | 2023-10-26T22:42:06.566Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2727 | 2023-10-26T22:42:06.930Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2728 | 2023-10-26T22:42:07.448Z | Documenting foreign-types v0.5.0 |
2729 | 2023-10-26T22:42:08.080Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2730 | 2023-10-26T22:42:08.206Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2731 | 2023-10-26T22:42:08.762Z | Documenting cstr-argument v0.1.2 |
2732 | 2023-10-26T22:42:12.454Z | Checking slab v0.4.9 |
2733 | 2023-10-26T22:42:12.856Z | Checking futures-task v0.3.28 |
2734 | 2023-10-26T22:42:12.904Z | Checking futures-io v0.3.28 |
2735 | 2023-10-26T22:42:13.160Z | Checking pin-utils v0.1.0 |
2736 | 2023-10-26T22:42:13.212Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2737 | 2023-10-26T22:42:13.269Z | Checking unicode-normalization v0.1.22 |
2738 | 2023-10-26T22:42:13.283Z | Checking futures-util v0.3.28 |
2739 | 2023-10-26T22:42:13.715Z | Documenting colored v2.0.4 |
2740 | 2023-10-26T22:42:14.614Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2741 | 2023-10-26T22:42:14.805Z | Checking crypto-common v0.1.6 |
2742 | 2023-10-26T22:42:15.087Z | Checking tracing-core v0.1.31 |
2743 | 2023-10-26T22:42:15.241Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2744 | 2023-10-26T22:42:16.142Z | Checking unicode-bidi v0.3.13 |
2745 | 2023-10-26T22:42:19.353Z | Checking tracing v0.1.37 |
2746 | 2023-10-26T22:42:19.634Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2747 | 2023-10-26T22:42:19.758Z | Documenting zone_cfg_derive v0.2.0 |
2748 | 2023-10-26T22:42:20.847Z | Checking block-buffer v0.10.4 |
2749 | 2023-10-26T22:42:21.103Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2750 | 2023-10-26T22:42:21.195Z | Documenting num-derive v0.4.0 |
2751 | 2023-10-26T22:42:21.271Z | Checking const-oid v0.9.5 |
2752 | 2023-10-26T22:42:21.657Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2753 | 2023-10-26T22:42:21.677Z | Checking ppv-lite86 v0.2.17 |
2754 | 2023-10-26T22:42:22.775Z | Checking subtle v2.5.0 |
2755 | 2023-10-26T22:42:23.177Z | Checking rand_chacha v0.3.1 |
2756 | 2023-10-26T22:42:23.760Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2757 | 2023-10-26T22:42:24.145Z | Checking digest v0.10.7 |
2758 | 2023-10-26T22:42:24.848Z | Documenting smf v0.2.2 |
2759 | 2023-10-26T22:42:25.243Z | Documenting zone v0.2.0 |
2760 | 2023-10-26T22:42:27.120Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2761 | 2023-10-26T22:42:28.678Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2762 | 2023-10-26T22:42:32.405Z | Checking bitflags v2.4.0 |
2763 | 2023-10-26T22:42:32.437Z | Checking base64 v0.21.5 |
2764 | 2023-10-26T22:42:32.509Z | Checking untrusted v0.7.1 |
2765 | 2023-10-26T22:42:32.589Z | Documenting linked-hash-map v0.5.6 |
2766 | 2023-10-26T22:42:32.604Z | Checking ring v0.16.20 |
2767 | 2023-10-26T22:42:33.055Z | Checking rand v0.8.5 |
2768 | 2023-10-26T22:42:33.946Z | Checking tokio-util v0.7.10 |
2769 | 2023-10-26T22:42:34.692Z | Checking openssl-probe v0.1.5 |
2770 | 2023-10-26T22:42:34.903Z | Checking bitflags v1.3.2 |
2771 | 2023-10-26T22:42:35.054Z | Checking percent-encoding v2.3.0 |
2772 | 2023-10-26T22:42:35.364Z | Checking foreign-types-shared v0.1.1 |
2773 | 2023-10-26T22:42:35.467Z | Checking hashbrown v0.12.3 |
2774 | 2023-10-26T22:42:35.949Z | Checking foreign-types v0.3.2 |
2775 | 2023-10-26T22:42:35.955Z | Checking errno v0.3.2 |
2776 | 2023-10-26T22:42:35.967Z | Checking openssl-sys v0.9.93 |
2777 | 2023-10-26T22:42:35.983Z | Checking adler v1.0.2 |
2778 | 2023-10-26T22:42:35.987Z | Checking siphasher v0.3.11 |
2779 | 2023-10-26T22:42:36.554Z | Checking try-lock v0.2.4 |
2780 | 2023-10-26T22:42:36.580Z | Checking miniz_oxide v0.7.1 |
2781 | 2023-10-26T22:42:36.654Z | Checking rustls-webpki v0.101.4 |
2782 | 2023-10-26T22:42:36.758Z | Checking want v0.3.1 |
2783 | 2023-10-26T22:42:37.037Z | Checking sct v0.7.0 |
2784 | 2023-10-26T22:42:37.458Z | Checking indexmap v1.9.3 |
2785 | 2023-10-26T22:42:37.468Z | Checking form_urlencoded v1.2.0 |
2786 | 2023-10-26T22:42:37.520Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2787 | 2023-10-26T22:42:37.649Z | Checking lazy_static v1.4.0 |
2788 | 2023-10-26T22:42:37.753Z | Checking http-body v0.4.5 |
2789 | 2023-10-26T22:42:37.810Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2790 | 2023-10-26T22:42:37.890Z | Checking socket2 v0.4.9 |
2791 | 2023-10-26T22:42:37.926Z | Checking openssl v0.10.57 |
2792 | 2023-10-26T22:42:38.309Z | Checking io-lifetimes v1.0.11 |
2793 | 2023-10-26T22:42:38.335Z | Checking h2 v0.3.21 |
2794 | 2023-10-26T22:42:38.815Z | Checking httparse v1.8.0 |
2795 | 2023-10-26T22:42:38.820Z | Checking cpufeatures v0.2.9 |
2796 | 2023-10-26T22:42:38.824Z | Checking utf8parse v0.2.1 |
2797 | 2023-10-26T22:42:38.831Z | Checking httpdate v1.0.3 |
2798 | 2023-10-26T22:42:38.846Z | Checking anstyle v1.0.2 |
2799 | 2023-10-26T22:42:39.036Z | Checking tower-service v0.3.2 |
2800 | 2023-10-26T22:42:39.157Z | Checking anstyle-parse v0.2.1 |
2801 | 2023-10-26T22:42:39.218Z | Checking sha2 v0.10.8 |
2802 | 2023-10-26T22:42:39.349Z | Checking rustix v0.37.23 |
2803 | 2023-10-26T22:42:39.387Z | Documenting lru-cache v0.1.2 |
2804 | 2023-10-26T22:42:39.505Z | Checking rustls v0.21.7 |
2805 | 2023-10-26T22:42:39.646Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2806 | 2023-10-26T22:42:40.099Z | Checking rustls-pemfile v1.0.3 |
2807 | 2023-10-26T22:42:40.391Z | Checking hmac v0.12.1 |
2808 | 2023-10-26T22:42:40.710Z | Checking md-5 v0.10.5 |
2809 | 2023-10-26T22:42:40.742Z | Checking idna v0.4.0 |
2810 | 2023-10-26T22:42:41.035Z | Checking stringprep v0.1.3 |
2811 | 2023-10-26T22:42:41.172Z | Documenting slog-dtrace v0.2.3 |
2812 | 2023-10-26T22:42:41.490Z | Checking spin v0.9.8 |
2813 | 2023-10-26T22:42:42.053Z | Checking num-integer v0.1.45 |
2814 | 2023-10-26T22:42:42.239Z | Checking hash32 v0.2.1 |
2815 | 2023-10-26T22:42:42.739Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2816 | 2023-10-26T22:42:42.872Z | Documenting quick-error v1.2.3 |
2817 | 2023-10-26T22:42:44.604Z | Checking fallible-iterator v0.2.0 |
2818 | 2023-10-26T22:42:44.778Z | Checking either v1.9.0 |
2819 | 2023-10-26T22:42:45.265Z | Checking stable_deref_trait v1.2.0 |
2820 | 2023-10-26T22:42:45.408Z | Checking colorchoice v1.0.0 |
2821 | 2023-10-26T22:42:45.594Z | Checking anstyle-query v1.0.0 |
2822 | 2023-10-26T22:42:45.605Z | Checking gimli v0.28.0 |
2823 | 2023-10-26T22:42:45.772Z | Checking anstream v0.5.0 |
2824 | 2023-10-26T22:42:45.970Z | Checking postgres-protocol v0.6.6 |
2825 | 2023-10-26T22:42:46.317Z | Checking heapless v0.7.16 |
2826 | 2023-10-26T22:42:46.946Z | Checking native-tls v0.2.11 |
2827 | 2023-10-26T22:42:47.103Z | Checking tokio-rustls v0.24.1 |
2828 | 2023-10-26T22:42:47.443Z | Checking tokio-native-tls v0.3.1 |
2829 | 2023-10-26T22:42:47.663Z | Checking url v2.4.1 |
2830 | 2023-10-26T22:42:47.843Z | Checking terminal_size v0.2.6 |
2831 | 2023-10-26T22:42:48.065Z | Checking rustls-native-certs v0.6.3 |
2832 | 2023-10-26T22:42:48.090Z | Checking phf_shared v0.11.2 |
2833 | 2023-10-26T22:42:48.346Z | Checking block-padding v0.3.3 |
2834 | 2023-10-26T22:42:48.438Z | Checking hyper v0.14.27 |
2835 | 2023-10-26T22:42:48.557Z | Checking scheduled-thread-pool v0.2.7 |
2836 | 2023-10-26T22:42:48.647Z | Checking object v0.32.1 |
2837 | 2023-10-26T22:42:48.869Z | Checking toml_datetime v0.6.3 |
2838 | 2023-10-26T22:42:48.906Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2839 | 2023-10-26T22:42:48.946Z | Checking serde_spanned v0.6.3 |
2840 | 2023-10-26T22:42:49.155Z | Documenting resolv-conf v0.7.0 |
2841 | 2023-10-26T22:42:49.245Z | Checking bzip2-sys v0.1.11+1.0.8 |
2842 | 2023-10-26T22:42:49.319Z | Checking crc32fast v1.3.2 |
2843 | 2023-10-26T22:42:49.556Z | Checking deranged v0.3.8 |
2844 | 2023-10-26T22:42:55.482Z | Checking ipnet v2.8.0 |
2845 | 2023-10-26T22:42:55.754Z | Checking num_threads v0.1.6 |
2846 | 2023-10-26T22:42:55.934Z | Checking bit-vec v0.6.3 |
2847 | 2023-10-26T22:42:55.978Z | Checking managed v0.8.0 |
2848 | 2023-10-26T22:42:56.008Z | Checking winnow v0.5.15 |
2849 | 2023-10-26T22:42:56.036Z | Checking regex-automata v0.1.10 |
2850 | 2023-10-26T22:42:56.057Z | Checking addr2line v0.21.0 |
2851 | 2023-10-26T22:42:56.109Z | Checking rustc-demangle v0.1.23 |
2852 | 2023-10-26T22:42:56.114Z | Checking clap_lex v0.5.1 |
2853 | 2023-10-26T22:42:56.128Z | Checking matches v0.1.10 |
2854 | 2023-10-26T22:42:56.150Z | Checking tap v1.0.1 |
2855 | 2023-10-26T22:42:56.195Z | Checking idna v0.2.3 |
2856 | 2023-10-26T22:42:56.229Z | Checking clap_builder v4.4.2 |
2857 | 2023-10-26T22:42:56.647Z | Checking wyz v0.5.1 |
2858 | 2023-10-26T22:42:56.668Z | Checking time v0.3.27 |
2859 | 2023-10-26T22:42:56.694Z | Checking bstr v0.2.17 |
2860 | 2023-10-26T22:42:56.729Z | Checking smoltcp v0.9.1 |
2861 | 2023-10-26T22:42:56.736Z | Documenting trust-dns-resolver v0.22.0 |
2862 | 2023-10-26T22:42:56.746Z | Checking toml_edit v0.19.15 |
2863 | 2023-10-26T22:42:57.796Z | Checking flate2 v1.0.28 |
2864 | 2023-10-26T22:42:57.813Z | Checking backtrace v0.3.69 |
2865 | 2023-10-26T22:42:57.983Z | Checking bzip2 v0.4.4 |
2866 | 2023-10-26T22:42:58.352Z | Checking r2d2 v0.8.10 |
2867 | 2023-10-26T22:42:58.448Z | Checking inout v0.1.3 |
2868 | 2023-10-26T22:42:59.333Z | Checking hyper-rustls v0.24.1 |
2869 | 2023-10-26T22:42:59.360Z | Checking hyper-tls v0.5.0 |
2870 | 2023-10-26T22:42:59.775Z | Checking phf v0.11.2 |
2871 | 2023-10-26T22:42:59.880Z | Checking postgres-types v0.2.6 |
2872 | 2023-10-26T22:42:59.894Z | Checking itertools v0.11.0 |
2873 | 2023-10-26T22:42:59.904Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2874 | 2023-10-26T22:42:59.924Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2875 | 2023-10-26T22:42:59.946Z | Checking num-bigint v0.4.4 |
2876 | 2023-10-26T22:43:00.035Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2877 | 2023-10-26T22:43:00.128Z | Checking serde_urlencoded v0.7.1 |
2878 | 2023-10-26T22:43:00.793Z | Checking phf_shared v0.10.0 |
2879 | 2023-10-26T22:43:01.248Z | Checking futures-executor v0.3.28 |
2880 | 2023-10-26T22:43:01.625Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2881 | 2023-10-26T22:43:02.856Z | Documenting pem-rfc7468 v0.7.0 |
2882 | 2023-10-26T22:43:02.873Z | Checking ipnetwork v0.20.0 |
2883 | 2023-10-26T22:43:02.909Z | Checking float-cmp v0.9.0 |
2884 | 2023-10-26T22:43:03.625Z | Checking zerocopy v0.6.4 |
2885 | 2023-10-26T22:43:03.632Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2886 | 2023-10-26T22:43:04.119Z | Documenting der_derive v0.7.2 |
2887 | 2023-10-26T22:43:04.265Z | Checking hubpack v0.1.2 |
2888 | 2023-10-26T22:43:04.427Z | Checking encoding_rs v0.8.33 |
2889 | 2023-10-26T22:43:04.773Z | Checking crossbeam-utils v0.8.16 |
2890 | 2023-10-26T22:43:05.666Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2891 | 2023-10-26T22:43:06.062Z | Checking memoffset v0.9.0 |
2892 | 2023-10-26T22:43:06.212Z | Checking radium v0.7.0 |
2893 | 2023-10-26T22:43:06.838Z | Checking normalize-line-endings v0.3.0 |
2894 | 2023-10-26T22:43:07.016Z | Checking fixedbitset v0.4.2 |
2895 | 2023-10-26T22:43:07.407Z | Checking difflib v0.4.0 |
2896 | 2023-10-26T22:43:07.901Z | Documenting flagset v0.4.3 |
2897 | 2023-10-26T22:43:08.475Z | Checking whoami v1.4.1 |
2898 | 2023-10-26T22:43:08.825Z | Checking data-encoding v2.4.0 |
2899 | 2023-10-26T22:43:08.884Z | Checking funty v2.0.0 |
2900 | 2023-10-26T22:43:09.671Z | Checking webpki-roots v0.25.2 |
2901 | 2023-10-26T22:43:10.341Z | Checking mime v0.3.17 |
2902 | 2023-10-26T22:43:10.348Z | Checking static_assertions v1.1.0 |
2903 | 2023-10-26T22:43:10.400Z | Checking precomputed-hash v0.1.1 |
2904 | 2023-10-26T22:43:10.449Z | Checking new_debug_unreachable v1.0.4 |
2905 | 2023-10-26T22:43:10.548Z | Checking predicates-core v1.0.6 |
2906 | 2023-10-26T22:43:10.573Z | Checking string_cache v0.8.7 |
2907 | 2023-10-26T22:43:10.690Z | Checking bitvec v1.0.1 |
2908 | 2023-10-26T22:43:10.763Z | Checking reqwest v0.11.20 |
2909 | 2023-10-26T22:43:10.847Z | Checking predicates v3.0.4 |
2910 | 2023-10-26T22:43:11.012Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2911 | 2023-10-26T22:43:11.958Z | Checking trust-dns-proto v0.22.0 |
2912 | 2023-10-26T22:43:12.611Z | Checking tokio-postgres v0.7.10 |
2913 | 2023-10-26T22:43:13.196Z | Documenting der v0.7.8 |
2914 | 2023-10-26T22:43:13.348Z | Checking petgraph v0.6.4 |
2915 | 2023-10-26T22:43:17.131Z | Checking crossbeam-epoch v0.9.15 |
2916 | 2023-10-26T22:43:17.654Z | Checking diesel v2.1.1 |
2917 | 2023-10-26T22:43:17.842Z | Checking yasna v0.5.2 |
2918 | 2023-10-26T22:43:18.387Z | Checking futures v0.3.28 |
2919 | 2023-10-26T22:43:18.530Z | Checking toml v0.7.8 |
2920 | 2023-10-26T22:43:18.546Z | Checking zip v0.6.6 |
2921 | 2023-10-26T22:43:18.690Z | Checking cipher v0.4.4 |
2922 | 2023-10-26T22:43:19.332Z | Checking anyhow v1.0.75 |
2923 | 2023-10-26T22:43:19.344Z | Checking clap v4.4.3 |
2924 | 2023-10-26T22:43:19.359Z | Checking similar v2.2.1 |
2925 | 2023-10-26T22:43:19.498Z | Checking bit-set v0.5.3 |
2926 | 2023-10-26T22:43:19.650Z | Checking itertools v0.10.5 |
2927 | 2023-10-26T22:43:19.718Z | Checking num-iter v0.1.43 |
2928 | 2023-10-26T22:43:19.888Z | Checking console v0.15.7 |
2929 | 2023-10-26T22:43:19.968Z | Checking rustix v0.38.9 |
2930 | 2023-10-26T22:43:20.040Z | Checking signature v2.1.0 |
2931 | 2023-10-26T22:43:20.336Z | Checking tokio-stream v0.1.14 |
2932 | 2023-10-26T22:43:20.670Z | Checking bstr v1.6.0 |
2933 | 2023-10-26T22:43:20.749Z | Checking usdt v0.3.5 |
2934 | 2023-10-26T22:43:21.068Z | Checking semver v1.0.20 |
2935 | 2023-10-26T22:43:21.654Z | Checking hex v0.4.3 |
2936 | 2023-10-26T22:43:21.750Z | Checking slog v2.7.0 |
2937 | 2023-10-26T22:43:22.019Z | Checking lalrpop-util v0.19.12 |
2938 | 2023-10-26T22:43:22.500Z | Documenting spki v0.7.2 |
2939 | 2023-10-26T22:43:22.511Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2940 | 2023-10-26T22:43:22.519Z | Documenting cancel-safe-futures v0.1.2 |
2941 | 2023-10-26T22:43:22.588Z | Checking heck v0.3.3 |
2942 | 2023-10-26T22:43:22.839Z | Documenting hkdf v0.12.3 |
2943 | 2023-10-26T22:43:23.290Z | Documenting structopt-derive v0.4.18 |
2944 | 2023-10-26T22:43:23.812Z | Documenting arc-swap v1.6.0 |
2945 | 2023-10-26T22:43:23.921Z | Documenting keccak v0.1.4 |
2946 | 2023-10-26T22:43:28.166Z | Documenting crc-catalog v2.2.0 |
2947 | 2023-10-26T22:43:28.858Z | Documenting pkcs8 v0.10.2 |
2948 | 2023-10-26T22:43:30.198Z | Documenting slog-scope v4.4.0 |
2949 | 2023-10-26T22:43:30.417Z | Documenting sha3 v0.10.8 |
2950 | 2023-10-26T22:43:31.471Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2951 | 2023-10-26T22:43:31.606Z | Documenting structopt v0.3.26 |
2952 | 2023-10-26T22:43:32.588Z | Documenting crc v3.0.1 |
2953 | 2023-10-26T22:43:33.792Z | Documenting libefi-sys v0.1.0 |
2954 | 2023-10-26T22:43:35.549Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2955 | 2023-10-26T22:43:36.309Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2956 | 2023-10-26T22:43:36.855Z | Documenting serde_spanned v0.6.3 |
2957 | 2023-10-26T22:43:37.226Z | Documenting secrecy v0.8.0 |
2958 | 2023-10-26T22:43:38.046Z | Documenting packed_struct_codegen v0.10.1 |
2959 | 2023-10-26T22:43:38.529Z | Documenting nodrop v0.1.14 |
2960 | 2023-10-26T22:43:40.656Z | Documenting half v1.8.2 |
2961 | 2023-10-26T22:43:42.370Z | Documenting winnow v0.5.15 |
2962 | 2023-10-26T22:43:43.362Z | Documenting ciborium-io v0.2.1 |
2963 | 2023-10-26T22:43:43.623Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2964 | 2023-10-26T22:43:44.381Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2965 | 2023-10-26T22:43:45.284Z | Documenting array-init v0.0.4 |
2966 | 2023-10-26T22:43:46.417Z | Documenting packed_struct v0.10.1 |
2967 | 2023-10-26T22:43:49.257Z | Documenting ciborium-ll v0.2.1 |
2968 | 2023-10-26T22:43:50.109Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2969 | 2023-10-26T22:43:51.069Z | Documenting toml_edit v0.20.0 |
2970 | 2023-10-26T22:43:52.160Z | Documenting slog-stdlog v4.1.1 |
2971 | 2023-10-26T22:43:55.573Z | Documenting pkcs1 v0.7.5 |
2972 | 2023-10-26T22:43:55.617Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2973 | 2023-10-26T22:43:57.340Z | Documenting num-bigint-dig v0.8.4 |
2974 | 2023-10-26T22:43:58.425Z | Documenting num-rational v0.4.1 |
2975 | 2023-10-26T22:44:00.022Z | Documenting universal-hash v0.5.1 |
2976 | 2023-10-26T22:44:00.357Z | Documenting num-complex v0.4.4 |
2977 | 2023-10-26T22:44:02.424Z | Documenting xattr v1.0.1 |
2978 | 2023-10-26T22:44:02.549Z | Documenting filetime v0.2.22 |
2979 | 2023-10-26T22:44:05.974Z | Documenting bitfield v0.14.0 |
2980 | 2023-10-26T22:44:08.232Z | Documenting opaque-debug v0.3.0 |
2981 | 2023-10-26T22:44:08.354Z | Documenting termcolor v1.2.0 |
2982 | 2023-10-26T22:44:08.767Z | Documenting num v0.4.1 |
2983 | 2023-10-26T22:44:09.100Z | Documenting tar v0.4.40 |
2984 | 2023-10-26T22:44:09.331Z | Documenting rsa v0.9.2 |
2985 | 2023-10-26T22:44:10.420Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2986 | 2023-10-26T22:44:11.391Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2987 | 2023-10-26T22:44:14.690Z | Documenting env_logger v0.10.0 |
2988 | 2023-10-26T22:44:15.064Z | Documenting toml v0.8.0 |
2989 | 2023-10-26T22:44:15.595Z | Documenting slog-envlogger v2.2.0 |
2990 | 2023-10-26T22:44:16.722Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2991 | 2023-10-26T22:44:17.418Z | Documenting ciborium v0.2.1 |
2992 | 2023-10-26T22:44:20.656Z | Documenting serde-hex v0.1.0 |
2993 | 2023-10-26T22:44:21.915Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2994 | 2023-10-26T22:44:22.502Z | Documenting x509-cert v0.2.4 |
2995 | 2023-10-26T22:44:23.037Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2996 | 2023-10-26T22:44:23.862Z | Documenting signal-hook v0.3.17 |
2997 | 2023-10-26T22:44:24.098Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2998 | 2023-10-26T22:44:24.585Z | Documenting pem v1.1.1 |
2999 | 2023-10-26T22:44:28.217Z | Documenting ron v0.8.1 |
3000 | 2023-10-26T22:44:29.812Z | Documenting fxhash v0.2.1 |
3001 | 2023-10-26T22:44:30.418Z | Documenting derive-where v1.2.5 |
3002 | 2023-10-26T22:44:30.836Z | Documenting linear-map v1.2.0 |
3003 | 2023-10-26T22:44:31.009Z | Documenting crc-any v2.4.3 |
3004 | 2023-10-26T22:44:35.531Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3005 | 2023-10-26T22:44:35.649Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3006 | 2023-10-26T22:44:35.817Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3007 | 2023-10-26T22:44:37.272Z | Documenting doc-comment v0.3.3 |
3008 | 2023-10-26T22:44:39.697Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3009 | 2023-10-26T22:44:41.399Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3010 | 2023-10-26T22:44:42.314Z | Documenting libsqlite3-sys v0.26.0 |
3011 | 2023-10-26T22:44:43.136Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3012 | 2023-10-26T22:44:43.286Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3013 | 2023-10-26T22:44:49.399Z | Documenting hashlink v0.8.3 |
3014 | 2023-10-26T22:44:51.607Z | Documenting aead v0.5.2 |
3015 | 2023-10-26T22:44:51.699Z | Documenting snafu-derive v0.7.5 |
3016 | 2023-10-26T22:44:54.174Z | Documenting path-slash v0.1.5 |
3017 | 2023-10-26T22:44:55.506Z | Documenting same-file v1.0.6 |
3018 | 2023-10-26T22:44:55.816Z | Documenting fallible-streaming-iterator v0.1.9 |
3019 | 2023-10-26T22:44:56.313Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3020 | 2023-10-26T22:44:59.535Z | Documenting newtype_derive v0.1.6 |
3021 | 2023-10-26T22:45:00.470Z | Documenting rusqlite v0.29.0 |
3022 | 2023-10-26T22:45:00.609Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3023 | 2023-10-26T22:45:02.062Z | Documenting walkdir v2.4.0 |
3024 | 2023-10-26T22:45:02.835Z | Documenting snafu v0.7.5 |
3025 | 2023-10-26T22:45:03.678Z | Documenting camino-tempfile v1.0.2 |
3026 | 2023-10-26T22:45:04.795Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3027 | 2023-10-26T22:45:05.530Z | Documenting nix v0.26.2 |
3028 | 2023-10-26T22:45:08.117Z | Checking darling_core v0.14.4 |
3029 | 2023-10-26T22:45:08.619Z | Documenting twox-hash v1.6.3 |
3030 | 2023-10-26T22:45:09.186Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3031 | 2023-10-26T22:45:10.997Z | Documenting nibble_vec v0.1.0 |
3032 | 2023-10-26T22:45:11.026Z | Documenting endian-type v0.1.2 |
3033 | 2023-10-26T22:45:14.999Z | Checking darling v0.14.4 |
3034 | 2023-10-26T22:45:15.003Z | Documenting steno v0.4.0 |
3035 | 2023-10-26T22:45:15.007Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3036 | 2023-10-26T22:45:16.068Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3037 | 2023-10-26T22:45:17.297Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3038 | 2023-10-26T22:45:17.499Z | Documenting radix_trie v0.2.1 |
3039 | 2023-10-26T22:45:17.782Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3040 | 2023-10-26T22:45:18.825Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3041 | 2023-10-26T22:45:19.723Z | Documenting polyval v0.6.1 |
3042 | 2023-10-26T22:45:24.277Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3043 | 2023-10-26T22:45:24.737Z | Documenting num_enum v0.7.0 |
3044 | 2023-10-26T22:45:26.203Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3045 | 2023-10-26T22:45:26.669Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3046 | 2023-10-26T22:45:26.840Z | Documenting aes v0.8.3 |
3047 | 2023-10-26T22:45:30.170Z | Documenting ctr v0.9.2 |
3048 | 2023-10-26T22:45:30.826Z | Documenting bincode v1.3.3 |
3049 | 2023-10-26T22:45:31.636Z | Documenting path-dedot v3.1.0 |
3050 | 2023-10-26T22:45:35.118Z | Documenting utf-8 v0.7.6 |
3051 | 2023-10-26T22:45:37.579Z | Documenting convert_case v0.4.0 |
3052 | 2023-10-26T22:45:37.756Z | Checking convert_case v0.4.0 |
3053 | 2023-10-26T22:45:38.053Z | Documenting path-absolutize v3.1.0 |
3054 | 2023-10-26T22:45:38.066Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3055 | 2023-10-26T22:45:38.096Z | Documenting aes-gcm-siv v0.11.1 |
3056 | 2023-10-26T22:45:41.252Z | Documenting tungstenite v0.20.1 |
3057 | 2023-10-26T22:45:43.935Z | Documenting derive_more v0.99.17 |
3058 | 2023-10-26T22:45:44.106Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3059 | 2023-10-26T22:45:45.463Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3060 | 2023-10-26T22:45:45.947Z | Documenting trust-dns-client v0.22.0 |
3061 | 2023-10-26T22:45:48.235Z | Documenting buf-list v1.0.3 |
3062 | 2023-10-26T22:45:51.439Z | Documenting globset v0.4.13 |
3063 | 2023-10-26T22:45:53.363Z | Documenting crossbeam-deque v0.8.3 |
3064 | 2023-10-26T22:45:55.606Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3065 | 2023-10-26T22:45:55.620Z | Documenting headers-core v0.2.0 |
3066 | 2023-10-26T22:45:55.964Z | Documenting olpc-cjson v0.1.3 |
3067 | 2023-10-26T22:45:59.039Z | Documenting serde_plain v1.0.2 |
3068 | 2023-10-26T22:45:59.280Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3069 | 2023-10-26T22:45:59.416Z | Documenting async-recursion v1.0.5 |
3070 | 2023-10-26T22:46:02.502Z | Documenting bitstruct_derive v0.1.0 |
3071 | 2023-10-26T22:46:02.536Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3072 | 2023-10-26T22:46:04.373Z | Documenting ascii v1.1.0 |
3073 | 2023-10-26T22:46:04.815Z | Documenting ringbuffer v0.15.0 |
3074 | 2023-10-26T22:46:05.697Z | Documenting display-error-chain v0.2.0 |
3075 | 2023-10-26T22:46:06.733Z | Documenting tough v0.12.5 |
3076 | 2023-10-26T22:46:08.651Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3077 | 2023-10-26T22:46:09.123Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3078 | 2023-10-26T22:46:09.758Z | Documenting headers v0.3.9 |
3079 | 2023-10-26T22:46:10.296Z | Documenting bitstruct v0.1.1 |
3080 | 2023-10-26T22:46:11.725Z | Documenting rayon-core v1.11.0 |
3081 | 2023-10-26T22:46:13.921Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3082 | 2023-10-26T22:46:14.435Z | Documenting trust-dns-server v0.22.1 |
3083 | 2023-10-26T22:46:14.960Z | Documenting tokio-tungstenite v0.20.1 |
3084 | 2023-10-26T22:46:17.264Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3085 | 2023-10-26T22:46:18.954Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3086 | 2023-10-26T22:46:19.699Z | Documenting derive_builder_core v0.12.0 |
3087 | 2023-10-26T22:46:20.855Z | Checking derive_builder_core v0.12.0 |
3088 | 2023-10-26T22:46:21.801Z | Documenting sled v0.34.7 |
3089 | 2023-10-26T22:46:22.424Z | Documenting signal-hook-mio v0.2.3 |
3090 | 2023-10-26T22:46:25.873Z | Documenting erased-serde v0.3.30 |
3091 | 2023-10-26T22:46:26.931Z | Documenting unicase v2.7.0 |
3092 | 2023-10-26T22:46:27.003Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3093 | 2023-10-26T22:46:27.062Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3094 | 2023-10-26T22:46:28.219Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3095 | 2023-10-26T22:46:28.320Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3096 | 2023-10-26T22:46:28.783Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3097 | 2023-10-26T22:46:28.873Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3098 | 2023-10-26T22:46:29.208Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3099 | 2023-10-26T22:46:29.739Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3100 | 2023-10-26T22:46:30.628Z | Documenting serde_arrays v0.1.0 |
3101 | 2023-10-26T22:46:31.539Z | Documenting ff v0.13.0 |
3102 | 2023-10-26T22:46:31.815Z | Documenting pretty-hex v0.3.0 |
3103 | 2023-10-26T22:46:34.010Z | Documenting mime_guess v2.0.4 |
3104 | 2023-10-26T22:46:35.803Z | Documenting derive_builder_macro v0.12.0 |
3105 | 2023-10-26T22:46:36.467Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3106 | 2023-10-26T22:46:37.435Z | Documenting crossterm v0.27.0 |
3107 | 2023-10-26T22:46:38.094Z | Documenting group v0.13.0 |
3108 | 2023-10-26T22:46:40.883Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3109 | 2023-10-26T22:46:43.108Z | Documenting rayon v1.7.0 |
3110 | 2023-10-26T22:47:01.793Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3111 | 2023-10-26T22:47:02.784Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3112 | 2023-10-26T22:47:02.865Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3113 | 2023-10-26T22:47:02.901Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3114 | 2023-10-26T22:47:02.920Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3115 | 2023-10-26T22:47:04.124Z | Documenting portable-atomic v1.4.3 |
3116 | 2023-10-26T22:47:04.983Z | Documenting ed25519 v1.5.3 |
3117 | 2023-10-26T22:47:06.303Z | Documenting bcs v0.1.6 |
3118 | 2023-10-26T22:47:09.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3119 | 2023-10-26T22:47:09.564Z | Documenting crypto-bigint v0.5.2 |
3120 | 2023-10-26T22:47:09.594Z | Documenting curve25519-dalek-derive v0.1.0 |
3121 | 2023-10-26T22:47:11.904Z | Documenting ref-cast-impl v1.0.20 |
3122 | 2023-10-26T22:47:12.997Z | Documenting thiserror-impl-no-std v2.0.2 |
3123 | 2023-10-26T22:47:15.275Z | Documenting vte_generate_state_changes v0.1.1 |
3124 | 2023-10-26T22:47:16.839Z | Documenting number_prefix v0.4.0 |
3125 | 2023-10-26T22:47:19.522Z | Documenting highway v1.1.0 |
3126 | 2023-10-26T22:47:19.810Z | Documenting cassowary v0.3.0 |
3127 | 2023-10-26T22:47:20.165Z | Checking unicode-xid v0.2.4 |
3128 | 2023-10-26T22:47:20.857Z | Documenting unicode-xid v0.2.4 |
3129 | 2023-10-26T22:47:21.345Z | Documenting base16ct v0.2.0 |
3130 | 2023-10-26T22:47:21.895Z | Documenting vte v0.11.1 |
3131 | 2023-10-26T22:47:23.495Z | Documenting indicatif v0.17.7 |
3132 | 2023-10-26T22:47:24.682Z | Documenting const_format_proc_macros v0.2.31 |
3133 | 2023-10-26T22:47:25.734Z | Documenting elliptic-curve v0.13.5 |
3134 | 2023-10-26T22:47:26.150Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3135 | 2023-10-26T22:47:26.478Z | Documenting ratatui v0.23.0 |
3136 | 2023-10-26T22:47:28.327Z | Documenting thiserror-no-std v2.0.2 |
3137 | 2023-10-26T22:47:31.111Z | Documenting ref-cast v1.0.20 |
3138 | 2023-10-26T22:47:32.023Z | Documenting curve25519-dalek v4.1.0 |
3139 | 2023-10-26T22:47:32.608Z | Documenting salty v0.2.0 |
3140 | 2023-10-26T22:47:34.862Z | Documenting derive_builder v0.12.0 |
3141 | 2023-10-26T22:47:35.496Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3142 | 2023-10-26T22:47:37.354Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3143 | 2023-10-26T22:47:37.942Z | Documenting polar-core v0.26.4 |
3144 | 2023-10-26T22:47:39.295Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3145 | 2023-10-26T22:47:40.947Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3146 | 2023-10-26T22:47:44.420Z | Documenting libxml v0.3.3 |
3147 | 2023-10-26T22:47:46.269Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3148 | 2023-10-26T22:47:47.676Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3149 | 2023-10-26T22:47:52.928Z | Documenting poly1305 v0.8.0 |
3150 | 2023-10-26T22:47:56.609Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3151 | 2023-10-26T22:47:56.901Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3152 | 2023-10-26T22:47:57.895Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3153 | 2023-10-26T22:48:01.096Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3154 | 2023-10-26T22:48:01.109Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3155 | 2023-10-26T22:48:01.576Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3156 | 2023-10-26T22:48:02.005Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3157 | 2023-10-26T22:48:08.764Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3158 | 2023-10-26T22:48:11.314Z | Documenting chacha20 v0.9.1 |
3159 | 2023-10-26T22:48:12.470Z | Documenting bb8 v0.8.1 |
3160 | 2023-10-26T22:48:13.762Z | Documenting quick-xml v0.23.1 |
3161 | 2023-10-26T22:48:18.885Z | Documenting serde-big-array v0.5.1 |
3162 | 2023-10-26T22:48:19.365Z | Documenting bytesize v1.3.0 |
3163 | 2023-10-26T22:48:20.414Z | Documenting oso-derive v0.26.4 |
3164 | 2023-10-26T22:48:21.258Z | Documenting impl-trait-for-tuples v0.2.2 |
3165 | 2023-10-26T22:48:21.687Z | Documenting rtoolbox v0.0.1 |
3166 | 2023-10-26T22:48:25.606Z | Documenting fs-err v2.9.0 |
3167 | 2023-10-26T22:48:25.610Z | Documenting humantime v2.1.0 |
3168 | 2023-10-26T22:48:26.116Z | Documenting unicode-linebreak v0.1.5 |
3169 | 2023-10-26T22:48:26.263Z | Documenting maplit v1.0.2 |
3170 | 2023-10-26T22:48:27.740Z | Documenting smawk v0.3.1 |
3171 | 2023-10-26T22:48:28.254Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3172 | 2023-10-26T22:48:28.393Z | Documenting rpassword v7.2.0 |
3173 | 2023-10-26T22:48:29.757Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3174 | 2023-10-26T22:48:30.513Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3175 | 2023-10-26T22:48:32.195Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3176 | 2023-10-26T22:48:32.370Z | Documenting oso v0.26.4 |
3177 | 2023-10-26T22:48:33.819Z | Documenting textwrap v0.16.0 |
3178 | 2023-10-26T22:48:34.747Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3179 | 2023-10-26T22:48:40.157Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3180 | 2023-10-26T22:48:40.823Z | Documenting chacha20poly1305 v0.10.1 |
3181 | 2023-10-26T22:48:50.126Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3182 | 2023-10-26T22:48:52.543Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3183 | 2023-10-26T22:48:53.638Z | Documenting vsss-rs v3.3.1 |
3184 | 2023-10-26T22:48:57.357Z | Documenting tui-tree-widget v0.13.0 |
3185 | 2023-10-26T22:48:58.545Z | Documenting const_format v0.2.31 |
3186 | 2023-10-26T22:48:59.020Z | Documenting strip-ansi-escapes v0.2.0 |
3187 | 2023-10-26T22:48:59.734Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3188 | 2023-10-26T22:49:03.357Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3189 | 2023-10-26T22:49:04.765Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3190 | 2023-10-26T22:49:05.178Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3191 | 2023-10-26T22:49:06.741Z | Documenting cookie v0.16.2 |
3192 | 2023-10-26T22:49:09.573Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3193 | 2023-10-26T22:49:10.940Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3194 | 2023-10-26T22:49:14.357Z | Documenting rcgen v0.10.0 |
3195 | 2023-10-26T22:49:15.196Z | Documenting signal-hook-tokio v0.3.1 |
3196 | 2023-10-26T22:49:15.282Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3197 | 2023-10-26T22:49:18.946Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3198 | 2023-10-26T22:49:19.508Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3199 | 2023-10-26T22:49:20.084Z | Documenting atomicwrites v0.4.2 |
3200 | 2023-10-26T22:49:20.474Z | Documenting fd-lock v3.0.13 |
3201 | 2023-10-26T22:49:22.928Z | Documenting subprocess v0.2.9 |
3202 | 2023-10-26T22:49:23.338Z | Documenting shell-words v1.1.0 |
3203 | 2023-10-26T22:49:23.973Z | Documenting owo-colors v3.5.0 |
3204 | 2023-10-26T22:49:27.185Z | Documenting http-range v0.1.5 |
3205 | 2023-10-26T22:49:27.767Z | Documenting bit_field v0.10.2 |
3206 | 2023-10-26T22:49:29.668Z | Documenting corncobs v0.1.3 |
3207 | 2023-10-26T22:49:29.840Z | Documenting nu-ansi-term v0.49.0 |
3208 | 2023-10-26T22:49:31.988Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3209 | 2023-10-26T22:49:32.130Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3210 | 2023-10-26T22:49:33.405Z | Documenting hyper-staticfile v0.9.5 |
3211 | 2023-10-26T22:49:34.260Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3212 | 2023-10-26T22:49:36.291Z | Documenting reedline v0.23.0 |
3213 | 2023-10-26T22:49:38.830Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3214 | 2023-10-26T22:49:41.507Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3215 | 2023-10-26T22:49:43.854Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3216 | 2023-10-26T22:49:44.859Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3217 | 2023-10-26T22:49:47.238Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3218 | 2023-10-26T22:49:47.409Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3219 | 2023-10-26T22:49:54.363Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3220 | 2023-10-26T22:50:02.259Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3221 | 2023-10-26T22:50:04.147Z | Documenting fatfs v0.3.6 |
3222 | 2023-10-26T22:50:12.512Z | Documenting cargo-platform v0.1.3 |
3223 | 2023-10-26T22:50:15.184Z | Documenting nanorand v0.7.0 |
3224 | 2023-10-26T22:50:16.607Z | Documenting assert_matches v1.5.0 |
3225 | 2023-10-26T22:50:19.529Z | Documenting glob v0.3.1 |
3226 | 2023-10-26T22:50:19.998Z | Documenting cargo_metadata v0.18.0 |
3227 | 2023-10-26T22:50:20.870Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3228 | 2023-10-26T22:50:22.365Z | Documenting flume v0.11.0 |
3229 | 2023-10-26T22:50:22.484Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3230 | 2023-10-26T22:50:22.874Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3231 | 2023-10-26T22:50:26.455Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3232 | 2023-10-26T22:50:27.656Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3233 | 2023-10-26T22:50:27.659Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3234 | 2023-10-26T22:50:28.985Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3235 | 2023-10-26T22:50:30.818Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3236 | 2023-10-26T22:50:31.487Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3237 | 2023-10-26T22:50:34.673Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3238 | 2023-10-26T22:50:56.366Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3239 | 2023-10-26T22:50:57.298Z | Documenting omicron-zone-package v0.8.3 |
3240 | 2023-10-26T22:51:05.774Z | Documenting cargo_toml v0.16.3 |
3241 | 2023-10-26T22:51:07.939Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3242 | 2023-10-26T22:51:12.594Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3243 | 2023-10-26T22:51:12.979Z | Documenting termios v0.3.3 |
3244 | 2023-10-26T22:51:14.121Z | Documenting topological-sort v0.2.2 |
3245 | 2023-10-26T22:51:14.207Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3246 | 2023-10-26T22:51:14.286Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3247 | 2023-10-26T22:51:14.693Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3248 | 2023-10-26T22:51:19.472Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3249 | 2023-10-26T22:51:20.481Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3250 | 2023-10-26T22:51:28.866Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3251 | 2023-10-26T22:51:54.065Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3252 | 2023-10-26T22:51:54.984Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3253 | 2023-10-26T22:52:14.214Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3254 | 2023-10-26T22:52:14.217Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3255 | 2023-10-26T22:52:24.907Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3256 | 2023-10-26T22:52:25.155Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3257 | 2023-10-26T22:52:26.094Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3258 | 2023-10-26T22:52:26.181Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3259 | 2023-10-26T22:52:26.192Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3260 | 2023-10-26T22:52:26.204Z | | |
3261 | 2023-10-26T22:52:26.207Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3262 | 2023-10-26T22:52:26.216Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3263 | 2023-10-26T22:52:26.221Z | | |
3264 | 2023-10-26T22:52:26.224Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3265 | 2023-10-26T22:52:26.227Z | help: to link to the struct, prefix with `struct@` |
3266 | 2023-10-26T22:52:26.231Z | | |
3267 | 2023-10-26T22:52:26.234Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3268 | 2023-10-26T22:52:26.237Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3269 | 2023-10-26T22:52:26.240Z | | |
3270 | 2023-10-26T22:52:26.244Z | |
3271 | 2023-10-26T22:52:40.459Z | warning: `wicketd` (lib doc) generated 1 warning |
3272 | 2023-10-26T22:53:17.489Z | warning: unresolved link to `Driver::status` |
3273 | 2023-10-26T22:53:17.500Z | --> nexus/src/app/background/common.rs:180:34 |
3274 | 2023-10-26T22:53:17.512Z | | |
3275 | 2023-10-26T22:53:17.532Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3276 | 2023-10-26T22:53:17.544Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3277 | 2023-10-26T22:53:17.555Z | | |
3278 | 2023-10-26T22:53:17.561Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3279 | 2023-10-26T22:53:17.566Z | |
3280 | 2023-10-26T22:53:17.573Z | warning: unresolved link to `Driver::status` |
3281 | 2023-10-26T22:53:17.583Z | --> nexus/src/app/background/common.rs:280:30 |
3282 | 2023-10-26T22:53:17.600Z | | |
3283 | 2023-10-26T22:53:17.609Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3284 | 2023-10-26T22:53:17.618Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3285 | 2023-10-26T22:53:17.642Z | |
3286 | 2023-10-26T22:53:20.457Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3287 | 2023-10-26T22:53:49.055Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 59s |
3288 | 2023-10-26T22:53:49.172Z | |
3289 | 2023-10-26T22:53:49.175Z | real 16:59.800208818 |
3290 | 2023-10-26T22:53:49.180Z | user 59:32.314661956 |
3291 | 2023-10-26T22:53:49.184Z | sys 1:05:09.788422516 |
3292 | 2023-10-26T22:53:49.188Z | trap 2.400300354 |
3293 | 2023-10-26T22:53:49.191Z | tflt 0.153509448 |
3294 | 2023-10-26T22:53:49.194Z | dflt 0.676575956 |
3295 | 2023-10-26T22:53:49.197Z | kflt 0.000550401 |
3296 | 2023-10-26T22:53:49.199Z | lock 3:11:08.115015547 |
3297 | 2023-10-26T22:53:49.202Z | slp 4:28:30.779578336 |
3298 | 2023-10-26T22:53:49.205Z | lat 6:11.455544965 |
3299 | 2023-10-26T22:53:49.208Z | stop 2:12.125535340 |
3300 | 2023-10-26T22:53:49.211Z | process exited: duration 2016760 ms, exit code 0 |
|
3301 | 2023-10-26T22:53:49.218Z | found 0 output files |