|
|
|
1 | 2024-08-23T21:16:53.016Z | job assigned to worker 01J60HH6XW4MGK0BJYXX93KFVR (queued for 58 s) |
|
2 | 2024-08-23T21:16:59.811Z | starting task 0: "setup" |
3 | 2024-08-23T21:16:59.819Z | ++ uname -s |
4 | 2024-08-23T21:16:59.821Z | + kern=SunOS |
5 | 2024-08-23T21:16:59.821Z | + case "$kern" in |
6 | 2024-08-23T21:16:59.822Z | + groupadd -g 12345 build |
7 | 2024-08-23T21:16:59.824Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-23T21:17:01.834Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-23T21:17:01.931Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-23T21:17:01.934Z | + home_fs=zfs |
11 | 2024-08-23T21:17:01.934Z | + [[ zfs == autofs ]] |
12 | 2024-08-23T21:17:01.934Z | + mkdir -p /home/build |
13 | 2024-08-23T21:17:01.936Z | + chown build:build /home/build /work |
14 | 2024-08-23T21:17:03.938Z | + chmod 0700 /home/build /work |
15 | 2024-08-23T21:17:03.941Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-08-23T21:17:03.947Z | starting task 1: "rust-toolchain" |
17 | 2024-08-23T21:17:03.952Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-23T21:17:03.952Z | * toolchain channel = "1.80.1" |
19 | 2024-08-23T21:17:03.952Z | ' 1.80.1 |
20 | 2024-08-23T21:17:03.952Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-23T21:17:03.952Z | ' default |
22 | 2024-08-23T21:17:03.952Z | * toolchain profile = "default" |
23 | 2024-08-23T21:17:03.955Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-23T21:17:03.955Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-23T21:17:04.072Z | info: downloading installer |
26 | 2024-08-23T21:17:05.605Z | info: profile set to 'default' |
27 | 2024-08-23T21:17:05.605Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-23T21:17:05.608Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-23T21:17:05.755Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-23T21:17:05.755Z | info: downloading component 'cargo' |
31 | 2024-08-23T21:17:06.598Z | info: downloading component 'clippy' |
32 | 2024-08-23T21:17:06.909Z | info: downloading component 'rust-docs' |
33 | 2024-08-23T21:17:08.045Z | info: downloading component 'rust-std' |
34 | 2024-08-23T21:17:09.669Z | info: downloading component 'rustc' |
35 | 2024-08-23T21:17:14.165Z | info: downloading component 'rustfmt' |
36 | 2024-08-23T21:17:14.406Z | info: installing component 'cargo' |
37 | 2024-08-23T21:17:15.223Z | info: installing component 'clippy' |
38 | 2024-08-23T21:17:15.592Z | info: installing component 'rust-docs' |
39 | 2024-08-23T21:17:17.229Z | info: installing component 'rust-std' |
40 | 2024-08-23T21:17:18.881Z | info: installing component 'rustc' |
41 | 2024-08-23T21:17:23.053Z | info: installing component 'rustfmt' |
42 | 2024-08-23T21:17:23.457Z | |
43 | 2024-08-23T21:17:23.458Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-23T21:17:23.742Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-23T21:17:23.742Z | |
46 | 2024-08-23T21:17:23.745Z | |
47 | 2024-08-23T21:17:23.745Z | Rust is installed now. Great! |
48 | 2024-08-23T21:17:23.745Z | |
49 | 2024-08-23T21:17:23.745Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-23T21:17:23.745Z | environment variable. This has not been done automatically. |
51 | 2024-08-23T21:17:23.745Z | |
52 | 2024-08-23T21:17:23.745Z | To configure your current shell, you need to source |
53 | 2024-08-23T21:17:23.745Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-23T21:17:23.745Z | |
55 | 2024-08-23T21:17:23.745Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-23T21:17:23.745Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-23T21:17:23.745Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-23T21:17:23.798Z | + rustc --version |
59 | 2024-08-23T21:17:23.860Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-23T21:17:23.863Z | process exited: duration 19912 ms, exit code 0 |
|
61 | 2024-08-23T21:17:23.868Z | starting task 2: "authentication" |
62 | 2024-08-23T21:17:23.888Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-23T21:17:23.893Z | starting task 3: "clone repository" |
64 | 2024-08-23T21:17:23.899Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-23T21:17:23.901Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-23T21:17:23.946Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-23T21:17:30.352Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-23T21:17:30.354Z | + git fetch origin d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
69 | 2024-08-23T21:17:30.662Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-23T21:17:30.662Z | * branch d3979fdffd27c7724fd8b17f7d00e801b0ed65de -> FETCH_HEAD |
71 | 2024-08-23T21:17:30.672Z | + [[ -n eliza/s/celcius/celsius ]] |
72 | 2024-08-23T21:17:30.674Z | ++ git branch --show-current |
73 | 2024-08-23T21:17:30.676Z | + current=main |
74 | 2024-08-23T21:17:30.676Z | + [[ main != eliza/s/celcius/celsius ]] |
75 | 2024-08-23T21:17:30.677Z | + git branch -f eliza/s/celcius/celsius d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
76 | 2024-08-23T21:17:30.679Z | + git checkout -f eliza/s/celcius/celsius |
77 | 2024-08-23T21:17:30.827Z | Switched to branch 'eliza/s/celcius/celsius' |
78 | 2024-08-23T21:17:30.829Z | + git reset --hard d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
79 | 2024-08-23T21:17:30.840Z | HEAD is now at d3979fdff [oximeter] spell "Celsius" correctly |
80 | 2024-08-23T21:17:30.842Z | process exited: duration 6946 ms, exit code 0 |
|
81 | 2024-08-23T21:17:30.849Z | starting task 4: "build" |
82 | 2024-08-23T21:17:30.852Z | + cargo --version |
83 | 2024-08-23T21:17:30.907Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-23T21:17:30.909Z | + rustc --version |
85 | 2024-08-23T21:17:30.966Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-23T21:17:30.968Z | + source ./env.sh |
87 | 2024-08-23T21:17:30.971Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-23T21:17:30.971Z | ++ set -o xtrace |
89 | 2024-08-23T21:17:30.973Z | ++++ dirname ./env.sh |
90 | 2024-08-23T21:17:30.973Z | +++ readlink -f . |
91 | 2024-08-23T21:17:30.976Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-23T21:17:30.978Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-23T21:17:30.978Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-23T21:17:30.978Z | ++ 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 |
95 | 2024-08-23T21:17:30.978Z | ++ 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 |
96 | 2024-08-23T21:17:30.978Z | ++ 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 |
97 | 2024-08-23T21:17:30.978Z | ++ 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 |
98 | 2024-08-23T21:17:30.978Z | ++ 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 |
99 | 2024-08-23T21:17:30.979Z | ++ 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 |
100 | 2024-08-23T21:17:30.979Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-23T21:17:30.979Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-23T21:17:30.979Z | + banner prerequisites |
103 | 2024-08-23T21:17:30.981Z | |
104 | 2024-08-23T21:17:30.981Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-23T21:17:30.981Z | # # # # # # # # # # # # # # # |
106 | 2024-08-23T21:17:30.981Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-23T21:17:30.981Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-23T21:17:30.981Z | # # # # # # # # # # # # # # # |
109 | 2024-08-23T21:17:30.982Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-23T21:17:30.982Z | |
111 | 2024-08-23T21:17:30.982Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-23T21:17:35.455Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-23T21:17:37.713Z | Startup: Caching catalogs ... Done |
114 | 2024-08-23T21:17:39.540Z | Planning: Solver setup ... Done (1.276s) |
115 | 2024-08-23T21:17:39.561Z | Planning: Running solver ... Done (0.021s) |
116 | 2024-08-23T21:17:39.603Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-08-23T21:17:40.042Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-23T21:17:40.279Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-23T21:17:40.381Z | Planning: Package planning ... Done (0.101s) |
120 | 2024-08-23T21:17:40.437Z | Planning: Merging actions ... Done (0.055s) |
121 | 2024-08-23T21:17:40.650Z | Planning: Checking for conflicting actions ... Done (0.213s) |
122 | 2024-08-23T21:17:42.700Z | Planning: Consolidating action changes ... Done (2.049s) |
123 | 2024-08-23T21:17:43.130Z | Planning: Evaluating mediators ... Done (0.430s) |
124 | 2024-08-23T21:17:43.210Z | Planning: Planning completed in 5.43 seconds |
125 | 2024-08-23T21:17:43.226Z | Packages to install: 4 |
126 | 2024-08-23T21:17:43.226Z | Packages to update: 1 |
127 | 2024-08-23T21:17:43.229Z | Mediators to change: 2 |
128 | 2024-08-23T21:17:43.229Z | Services to change: 1 |
129 | 2024-08-23T21:17:43.229Z | Estimated space available: 155.72 GB |
130 | 2024-08-23T21:17:43.229Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-23T21:17:43.229Z | Create boot environment: No |
132 | 2024-08-23T21:17:43.229Z | Create backup boot environment: Yes |
133 | 2024-08-23T21:17:43.229Z | Rebuild boot archive: No |
134 | 2024-08-23T21:17:43.229Z | |
135 | 2024-08-23T21:17:43.229Z | Changed mediators: |
136 | 2024-08-23T21:17:43.229Z | mediator clang: |
137 | 2024-08-23T21:17:43.229Z | version: None -> 15 (system default) |
138 | 2024-08-23T21:17:43.229Z | |
139 | 2024-08-23T21:17:43.229Z | mediator llvm: |
140 | 2024-08-23T21:17:43.229Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-23T21:17:43.229Z | |
142 | 2024-08-23T21:17:43.229Z | Changed packages: |
143 | 2024-08-23T21:17:43.229Z | helios-dev |
144 | 2024-08-23T21:17:43.229Z | developer/build-essential |
145 | 2024-08-23T21:17:43.229Z | None -> 11-2.0 |
146 | 2024-08-23T21:17:43.229Z | library/libxmlsec1 |
147 | 2024-08-23T21:17:43.229Z | None -> 1.2.35-2.0 |
148 | 2024-08-23T21:17:43.229Z | ooce/developer/clang-15 |
149 | 2024-08-23T21:17:43.229Z | None -> 15.0.7-2.0 |
150 | 2024-08-23T21:17:43.229Z | ooce/developer/llvm-15 |
151 | 2024-08-23T21:17:43.229Z | None -> 15.0.7-2.0 |
152 | 2024-08-23T21:17:43.229Z | package/pkg |
153 | 2024-08-23T21:17:43.229Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-23T21:17:43.229Z | |
155 | 2024-08-23T21:17:43.230Z | Services: |
156 | 2024-08-23T21:17:43.230Z | restart_fmri: |
157 | 2024-08-23T21:17:43.230Z | svc:/system/update-man-index:default |
158 | 2024-08-23T21:17:43.230Z | |
159 | 2024-08-23T21:17:43.230Z | Editable files to change: |
160 | 2024-08-23T21:17:43.230Z | Update: |
161 | 2024-08-23T21:17:43.230Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-23T21:17:43.308Z | |
163 | 2024-08-23T21:17:43.308Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-23T21:17:48.309Z | Download: 743/4281 items 18.3/220.6MB 8% complete (3.7M/s) |
165 | 2024-08-23T21:17:53.311Z | Download: 1381/4281 items 103.8/220.6MB 47% complete (10.5M/s) |
166 | 2024-08-23T21:17:59.219Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.8M/s) |
167 | 2024-08-23T21:18:04.221Z | Download: 3241/4281 items 175.6/220.6MB 79% complete (5.8M/s) |
168 | 2024-08-23T21:18:09.294Z | Download: 4200/4281 items 220.5/220.6MB 99% complete (10.4M/s) |
169 | 2024-08-23T21:18:09.904Z | Download: Completed 220.60 MB in 26.59 seconds (8.3M/s) |
170 | 2024-08-23T21:18:11.922Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-08-23T21:18:11.931Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-08-23T21:18:16.601Z | Actions: 4226/5063 actions (Updating modified actions) |
173 | 2024-08-23T21:18:16.919Z | Actions: Completed 5063 actions in 5.01 seconds. |
174 | 2024-08-23T21:18:17.202Z | Done (0.275s) |
175 | 2024-08-23T21:18:17.205Z | Done (0.000s) |
176 | 2024-08-23T21:18:17.586Z | Done (0.382s) |
177 | 2024-08-23T21:18:21.808Z | Done (4.046s) |
178 | 2024-08-23T21:18:21.895Z | Done (0.016s) |
179 | 2024-08-23T21:18:21.898Z | Done (0.000s) |
180 | 2024-08-23T21:18:22.064Z | Done (0.000s) |
181 | 2024-08-23T21:18:22.650Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-08-23T21:18:22.809Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-08-23T21:18:22.812Z | Planning: Consolidating action changes ... Done |
184 | 2024-08-23T21:18:23.090Z | Planning: Evaluating mediators ... Done |
185 | 2024-08-23T21:18:23.092Z | Planning: Planning completed in 0.44 seconds |
186 | 2024-08-23T21:18:23.131Z | Mediators to change: 2 |
187 | 2024-08-23T21:18:23.131Z | Create boot environment: No |
188 | 2024-08-23T21:18:23.134Z | Create backup boot environment: No |
189 | 2024-08-23T21:18:23.200Z | Done |
190 | 2024-08-23T21:18:23.200Z | Done |
191 | 2024-08-23T21:18:23.429Z | Done |
192 | 2024-08-23T21:18:27.018Z | Done |
193 | 2024-08-23T21:18:27.109Z | Done |
194 | 2024-08-23T21:18:27.111Z | Done |
195 | 2024-08-23T21:18:27.239Z | Done |
196 | 2024-08-23T21:18:27.844Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-08-23T21:18:27.846Z | Planning: Merging actions ... Done |
198 | 2024-08-23T21:18:28.036Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-08-23T21:18:28.039Z | Planning: Consolidating action changes ... Done |
200 | 2024-08-23T21:18:28.300Z | Planning: Evaluating mediators ... Done |
201 | 2024-08-23T21:18:28.355Z | Planning: Planning completed in 0.75 seconds |
202 | 2024-08-23T21:18:28.396Z | Packages to change: 1 |
203 | 2024-08-23T21:18:28.396Z | Mediators to change: 1 |
204 | 2024-08-23T21:18:28.399Z | Services to change: 1 |
205 | 2024-08-23T21:18:28.399Z | Create boot environment: No |
206 | 2024-08-23T21:18:28.399Z | Create backup boot environment: Yes |
207 | 2024-08-23T21:18:30.583Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-08-23T21:18:30.586Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-08-23T21:18:30.586Z | Done |
210 | 2024-08-23T21:18:30.586Z | Done |
211 | 2024-08-23T21:18:30.666Z | Done |
212 | 2024-08-23T21:18:34.258Z | Done |
213 | 2024-08-23T21:18:34.346Z | Done |
214 | 2024-08-23T21:18:34.349Z | Done |
215 | 2024-08-23T21:18:34.504Z | Done |
216 | 2024-08-23T21:18:34.931Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-08-23T21:18:34.931Z | clang system 15 system |
218 | 2024-08-23T21:18:34.931Z | csh system system illumos |
219 | 2024-08-23T21:18:34.931Z | ctags system system illumos |
220 | 2024-08-23T21:18:34.931Z | gcc vendor 12 vendor |
221 | 2024-08-23T21:18:34.931Z | gcc system 10 system |
222 | 2024-08-23T21:18:34.931Z | gcc system 7 system |
223 | 2024-08-23T21:18:34.931Z | go system 1.20 system |
224 | 2024-08-23T21:18:34.931Z | go system 1.19 system |
225 | 2024-08-23T21:18:34.931Z | llvm system 15 system |
226 | 2024-08-23T21:18:34.931Z | llvm system 14 system |
227 | 2024-08-23T21:18:34.931Z | mariadb system 10.6 system |
228 | 2024-08-23T21:18:34.931Z | mta vendor vendor dma |
229 | 2024-08-23T21:18:34.931Z | openjdk system 17 system |
230 | 2024-08-23T21:18:34.931Z | openjdk system 11 system |
231 | 2024-08-23T21:18:34.931Z | openjdk system 1.8 system |
232 | 2024-08-23T21:18:34.931Z | openssl vendor 3 vendor |
233 | 2024-08-23T21:18:34.931Z | perl system 5.36 system |
234 | 2024-08-23T21:18:34.931Z | postgresql system 15 system |
235 | 2024-08-23T21:18:34.931Z | postgresql system 13 system |
236 | 2024-08-23T21:18:34.931Z | python vendor 3 vendor |
237 | 2024-08-23T21:18:34.931Z | python system 2 system |
238 | 2024-08-23T21:18:34.931Z | python3 system 3.11 system |
239 | 2024-08-23T21:18:34.931Z | ruby system 3.0 system |
240 | 2024-08-23T21:18:34.931Z | words vendor vendor american-english |
241 | 2024-08-23T21:18:34.931Z | words system system australian-english |
242 | 2024-08-23T21:18:34.931Z | words system system british-english |
243 | 2024-08-23T21:18:34.931Z | words system system canadian-english |
244 | 2024-08-23T21:18:34.931Z | words system system french |
245 | 2024-08-23T21:18:34.931Z | words system system italian |
246 | 2024-08-23T21:18:34.931Z | words system system ngerman |
247 | 2024-08-23T21:18:34.931Z | words system system ogerman |
248 | 2024-08-23T21:18:34.931Z | words system system spanish |
249 | 2024-08-23T21:18:35.266Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-08-23T21:18:35.266Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-08-23T21:18:37.033Z | FMRI IFO |
252 | 2024-08-23T21:18:37.033Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-08-23T21:18:37.033Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-08-23T21:18:37.034Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-08-23T21:18:37.625Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-08-23T21:18:37.879Z | Updating git repository `https://github.com/oxidecomputer/zone` |
267 | 2024-08-23T21:18:38.134Z | Updating crates.io index |
268 | 2024-08-23T21:18:38.137Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
269 | 2024-08-23T21:18:38.899Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-08-23T21:18:39.630Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-08-23T21:18:39.841Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
272 | 2024-08-23T21:18:41.229Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-08-23T21:18:41.501Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-08-23T21:18:41.760Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-08-23T21:18:42.759Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-08-23T21:18:44.557Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-08-23T21:18:45.727Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-08-23T21:18:46.427Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2024-08-23T21:18:46.718Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2024-08-23T21:18:47.207Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
281 | 2024-08-23T21:18:47.489Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
282 | 2024-08-23T21:18:47.817Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-08-23T21:18:48.069Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-08-23T21:18:48.338Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-08-23T21:18:48.550Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-08-23T21:18:48.814Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
287 | 2024-08-23T21:18:49.109Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-08-23T21:18:49.410Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-08-23T21:18:49.803Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-08-23T21:18:50.082Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-08-23T21:18:50.504Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-08-23T21:18:50.791Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
293 | 2024-08-23T21:18:51.267Z | Updating git repository `https://github.com/oxidecomputer/typify` |
294 | 2024-08-23T21:18:53.670Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-08-23T21:18:53.922Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-08-23T21:18:54.189Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-08-23T21:18:54.678Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
298 | 2024-08-23T21:18:55.836Z | Downloading crates ... |
299 | 2024-08-23T21:18:55.901Z | Downloaded autocfg v1.3.0 |
300 | 2024-08-23T21:18:55.903Z | Downloaded anstyle-query v1.0.3 |
301 | 2024-08-23T21:18:55.906Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-08-23T21:18:55.906Z | Downloaded byteorder v1.5.0 |
303 | 2024-08-23T21:18:55.908Z | Downloaded anstyle v1.0.8 |
304 | 2024-08-23T21:18:55.911Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-08-23T21:18:55.921Z | Downloaded swrite v0.1.0 |
306 | 2024-08-23T21:18:55.924Z | Downloaded equivalent v1.0.1 |
307 | 2024-08-23T21:18:55.924Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-08-23T21:18:55.930Z | Downloaded generic-array v0.14.7 |
309 | 2024-08-23T21:18:55.932Z | Downloaded heck v0.5.0 |
310 | 2024-08-23T21:18:55.934Z | Downloaded clap_derive v4.5.13 |
311 | 2024-08-23T21:18:55.936Z | Downloaded block-buffer v0.10.4 |
312 | 2024-08-23T21:18:55.936Z | Downloaded dof v0.3.0 |
313 | 2024-08-23T21:18:55.938Z | Downloaded usdt v0.5.0 |
314 | 2024-08-23T21:18:55.941Z | Downloaded serde_tokenstream v0.2.2 |
315 | 2024-08-23T21:18:55.941Z | Downloaded macaddr v1.0.1 |
316 | 2024-08-23T21:18:55.943Z | Downloaded crypto-common v0.1.6 |
317 | 2024-08-23T21:18:55.943Z | Downloaded colorchoice v1.0.1 |
318 | 2024-08-23T21:18:55.945Z | Downloaded utf8parse v0.2.1 |
319 | 2024-08-23T21:18:55.945Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-08-23T21:18:55.947Z | Downloaded memmap v0.7.0 |
321 | 2024-08-23T21:18:55.948Z | Downloaded anstyle-parse v0.2.4 |
322 | 2024-08-23T21:18:55.950Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2024-08-23T21:18:55.952Z | Downloaded fnv v1.0.7 |
324 | 2024-08-23T21:18:55.955Z | Downloaded usdt-impl v0.5.0 |
325 | 2024-08-23T21:18:55.963Z | Downloaded toml_datetime v0.6.8 |
326 | 2024-08-23T21:18:55.966Z | Downloaded terminal_size v0.3.0 |
327 | 2024-08-23T21:18:55.968Z | Downloaded thread-id v4.2.1 |
328 | 2024-08-23T21:18:55.968Z | Downloaded tabled_derive v0.7.0 |
329 | 2024-08-23T21:18:55.971Z | Downloaded thiserror v1.0.63 |
330 | 2024-08-23T21:18:55.973Z | Downloaded bytecount v0.6.8 |
331 | 2024-08-23T21:18:55.976Z | Downloaded sha2 v0.10.8 |
332 | 2024-08-23T21:18:55.979Z | Downloaded cargo_toml v0.20.4 |
333 | 2024-08-23T21:18:55.981Z | Downloaded camino v1.1.9 |
334 | 2024-08-23T21:18:55.981Z | Downloaded quote v1.0.36 |
335 | 2024-08-23T21:18:55.985Z | Downloaded dtrace-parser v0.2.0 |
336 | 2024-08-23T21:18:55.994Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2024-08-23T21:18:55.997Z | Downloaded clap_lex v0.7.0 |
338 | 2024-08-23T21:18:55.999Z | Downloaded fs-err v2.11.0 |
339 | 2024-08-23T21:18:56.003Z | Downloaded digest v0.10.7 |
340 | 2024-08-23T21:18:56.003Z | Downloaded cfg-if v1.0.0 |
341 | 2024-08-23T21:18:56.006Z | Downloaded errno v0.3.9 |
342 | 2024-08-23T21:18:56.008Z | Downloaded clap v4.5.16 |
343 | 2024-08-23T21:18:56.014Z | Downloaded ryu v1.0.18 |
344 | 2024-08-23T21:18:56.017Z | Downloaded pest_meta v2.7.10 |
345 | 2024-08-23T21:18:56.019Z | Downloaded itoa v1.0.11 |
346 | 2024-08-23T21:18:56.022Z | Downloaded pest_generator v2.7.10 |
347 | 2024-08-23T21:18:56.022Z | Downloaded heck v0.4.1 |
348 | 2024-08-23T21:18:56.025Z | Downloaded cpufeatures v0.2.12 |
349 | 2024-08-23T21:18:56.025Z | Downloaded plain v0.2.3 |
350 | 2024-08-23T21:18:56.025Z | Downloaded pest_derive v2.7.10 |
351 | 2024-08-23T21:18:56.027Z | Downloaded serde_spanned v0.6.7 |
352 | 2024-08-23T21:18:56.029Z | Downloaded anstream v0.6.14 |
353 | 2024-08-23T21:18:56.032Z | Downloaded version_check v0.9.5 |
354 | 2024-08-23T21:18:56.034Z | Downloaded usdt-macro v0.5.0 |
355 | 2024-08-23T21:18:56.040Z | Downloaded thiserror-impl v1.0.63 |
356 | 2024-08-23T21:18:56.042Z | Downloaded once_cell v1.19.0 |
357 | 2024-08-23T21:18:56.044Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-08-23T21:18:56.047Z | Downloaded anyhow v1.0.86 |
359 | 2024-08-23T21:18:56.050Z | Downloaded unicode-ident v1.0.12 |
360 | 2024-08-23T21:18:56.052Z | Downloaded scroll v0.12.0 |
361 | 2024-08-23T21:18:56.055Z | Downloaded typenum v1.17.0 |
362 | 2024-08-23T21:18:56.055Z | Downloaded strsim v0.11.1 |
363 | 2024-08-23T21:18:56.057Z | Downloaded semver v1.0.23 |
364 | 2024-08-23T21:18:56.060Z | Downloaded papergrid v0.11.0 |
365 | 2024-08-23T21:18:56.064Z | Downloaded zerocopy-derive v0.7.34 |
366 | 2024-08-23T21:18:56.069Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-08-23T21:18:56.072Z | Downloaded bitflags v2.6.0 |
368 | 2024-08-23T21:18:56.075Z | Downloaded serde v1.0.208 |
369 | 2024-08-23T21:18:56.078Z | Downloaded proc-macro2 v1.0.86 |
370 | 2024-08-23T21:18:56.081Z | Downloaded log v0.4.21 |
371 | 2024-08-23T21:18:56.086Z | Downloaded serde_derive v1.0.208 |
372 | 2024-08-23T21:18:56.099Z | Downloaded ucd-trie v0.1.6 |
373 | 2024-08-23T21:18:56.101Z | Downloaded toml v0.8.19 |
374 | 2024-08-23T21:18:56.107Z | Downloaded indexmap v2.4.0 |
375 | 2024-08-23T21:18:56.116Z | Downloaded memchr v2.7.2 |
376 | 2024-08-23T21:18:56.128Z | Downloaded hashbrown v0.14.5 |
377 | 2024-08-23T21:18:56.136Z | Downloaded toml_edit v0.22.20 |
378 | 2024-08-23T21:18:56.157Z | Downloaded winnow v0.6.18 |
379 | 2024-08-23T21:18:56.165Z | Downloaded serde_json v1.0.125 |
380 | 2024-08-23T21:18:56.172Z | Downloaded zerocopy v0.7.34 |
381 | 2024-08-23T21:18:56.187Z | Downloaded pest v2.7.10 |
382 | 2024-08-23T21:18:56.192Z | Downloaded goblin v0.8.2 |
383 | 2024-08-23T21:18:56.197Z | Downloaded clap_builder v4.5.15 |
384 | 2024-08-23T21:18:56.204Z | Downloaded tabled v0.15.0 |
385 | 2024-08-23T21:18:56.219Z | Downloaded syn v2.0.74 |
386 | 2024-08-23T21:18:56.229Z | Downloaded syn v1.0.109 |
387 | 2024-08-23T21:18:56.248Z | Downloaded rustix v0.38.34 |
388 | 2024-08-23T21:18:56.269Z | Downloaded unicode-width v0.1.13 |
389 | 2024-08-23T21:18:56.285Z | Downloaded libc v0.2.156 |
390 | 2024-08-23T21:18:56.582Z | Compiling proc-macro2 v1.0.86 |
391 | 2024-08-23T21:18:56.582Z | Compiling unicode-ident v1.0.12 |
392 | 2024-08-23T21:18:56.584Z | Compiling version_check v0.9.5 |
393 | 2024-08-23T21:18:56.584Z | Compiling serde v1.0.208 |
394 | 2024-08-23T21:18:56.584Z | Compiling memchr v2.7.2 |
395 | 2024-08-23T21:18:56.584Z | Compiling thiserror v1.0.63 |
396 | 2024-08-23T21:18:56.615Z | Compiling libc v0.2.156 |
397 | 2024-08-23T21:18:56.626Z | Compiling itoa v1.0.11 |
398 | 2024-08-23T21:18:56.828Z | Compiling ryu v1.0.18 |
399 | 2024-08-23T21:18:56.900Z | Compiling ucd-trie v0.1.6 |
400 | 2024-08-23T21:18:57.196Z | Compiling once_cell v1.19.0 |
401 | 2024-08-23T21:18:57.452Z | Compiling byteorder v1.5.0 |
402 | 2024-08-23T21:18:57.475Z | Compiling serde_json v1.0.125 |
403 | 2024-08-23T21:18:57.836Z | Compiling proc-macro-error-attr v1.0.4 |
404 | 2024-08-23T21:18:57.890Z | Compiling usdt-impl v0.5.0 |
405 | 2024-08-23T21:18:57.926Z | Compiling syn v1.0.109 |
406 | 2024-08-23T21:18:57.986Z | Compiling rustix v0.38.34 |
407 | 2024-08-23T21:18:58.206Z | Compiling quote v1.0.36 |
408 | 2024-08-23T21:18:58.344Z | Compiling proc-macro-error v1.0.4 |
409 | 2024-08-23T21:18:58.392Z | Compiling utf8parse v0.2.1 |
410 | 2024-08-23T21:18:58.558Z | Compiling log v0.4.21 |
411 | 2024-08-23T21:18:58.642Z | Compiling syn v2.0.74 |
412 | 2024-08-23T21:18:58.667Z | Compiling errno v0.3.9 |
413 | 2024-08-23T21:18:58.899Z | Compiling bitflags v2.6.0 |
414 | 2024-08-23T21:18:58.924Z | Compiling equivalent v1.0.1 |
415 | 2024-08-23T21:18:58.950Z | Compiling hashbrown v0.14.5 |
416 | 2024-08-23T21:18:58.970Z | Compiling plain v0.2.3 |
417 | 2024-08-23T21:18:59.037Z | Compiling thread-id v4.2.1 |
418 | 2024-08-23T21:18:59.184Z | Compiling anstyle-parse v0.2.4 |
419 | 2024-08-23T21:18:59.279Z | Compiling semver v1.0.23 |
420 | 2024-08-23T21:18:59.564Z | Compiling colorchoice v1.0.1 |
421 | 2024-08-23T21:18:59.619Z | Compiling anstyle v1.0.8 |
422 | 2024-08-23T21:18:59.741Z | Compiling camino v1.1.9 |
423 | 2024-08-23T21:18:59.909Z | Compiling winnow v0.6.18 |
424 | 2024-08-23T21:19:00.070Z | Compiling autocfg v1.3.0 |
425 | 2024-08-23T21:19:00.225Z | Compiling anstyle-query v1.0.3 |
426 | 2024-08-23T21:19:00.384Z | Compiling indexmap v2.4.0 |
427 | 2024-08-23T21:19:00.458Z | Compiling is_terminal_polyfill v1.70.0 |
428 | 2024-08-23T21:19:00.508Z | Compiling pretty-hex v0.4.1 |
429 | 2024-08-23T21:19:00.594Z | Compiling anstream v0.6.14 |
430 | 2024-08-23T21:19:00.805Z | Compiling terminal_size v0.3.0 |
431 | 2024-08-23T21:19:01.069Z | Compiling fs-err v2.11.0 |
432 | 2024-08-23T21:19:01.118Z | Compiling unicode-width v0.1.13 |
433 | 2024-08-23T21:19:01.144Z | Compiling clap_lex v0.7.0 |
434 | 2024-08-23T21:19:01.343Z | Compiling fnv v1.0.7 |
435 | 2024-08-23T21:19:01.367Z | Compiling strsim v0.11.1 |
436 | 2024-08-23T21:19:01.390Z | Compiling heck v0.5.0 |
437 | 2024-08-23T21:19:01.478Z | Compiling anyhow v1.0.86 |
438 | 2024-08-23T21:19:01.676Z | Compiling bytecount v0.6.8 |
439 | 2024-08-23T21:19:01.697Z | Compiling heck v0.4.1 |
440 | 2024-08-23T21:19:01.891Z | Compiling papergrid v0.11.0 |
441 | 2024-08-23T21:19:02.192Z | Compiling clap_builder v4.5.15 |
442 | 2024-08-23T21:19:02.299Z | Compiling memmap v0.7.0 |
443 | 2024-08-23T21:19:02.662Z | Compiling swrite v0.1.0 |
444 | 2024-08-23T21:19:04.310Z | Compiling tabled_derive v0.7.0 |
445 | 2024-08-23T21:19:05.850Z | Compiling tabled v0.15.0 |
446 | 2024-08-23T21:19:07.255Z | Compiling serde_derive v1.0.208 |
447 | 2024-08-23T21:19:07.255Z | Compiling thiserror-impl v1.0.63 |
448 | 2024-08-23T21:19:07.258Z | Compiling zerocopy-derive v0.7.34 |
449 | 2024-08-23T21:19:07.258Z | Compiling scroll_derive v0.12.0 |
450 | 2024-08-23T21:19:07.426Z | Compiling clap_derive v4.5.13 |
451 | 2024-08-23T21:19:09.351Z | Compiling scroll v0.12.0 |
452 | 2024-08-23T21:19:09.376Z | Compiling zerocopy v0.7.34 |
453 | 2024-08-23T21:19:09.974Z | Compiling goblin v0.8.2 |
454 | 2024-08-23T21:19:10.013Z | Compiling pest v2.7.10 |
455 | 2024-08-23T21:19:11.154Z | Compiling clap v4.5.16 |
456 | 2024-08-23T21:19:12.102Z | Compiling pest_meta v2.7.10 |
457 | 2024-08-23T21:19:12.928Z | Compiling pest_generator v2.7.10 |
458 | 2024-08-23T21:19:14.575Z | Compiling pest_derive v2.7.10 |
459 | 2024-08-23T21:19:15.158Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-08-23T21:19:17.402Z | Compiling serde_tokenstream v0.2.2 |
461 | 2024-08-23T21:19:17.441Z | Compiling toml_datetime v0.6.8 |
462 | 2024-08-23T21:19:17.441Z | Compiling serde_spanned v0.6.7 |
463 | 2024-08-23T21:19:17.742Z | Compiling cargo-platform v0.1.8 |
464 | 2024-08-23T21:19:17.783Z | Compiling toml_edit v0.22.20 |
465 | 2024-08-23T21:19:17.981Z | Compiling macaddr v1.0.1 |
466 | 2024-08-23T21:19:18.812Z | Compiling dof v0.3.0 |
467 | 2024-08-23T21:19:18.832Z | Compiling cargo_metadata v0.18.1 |
468 | 2024-08-23T21:19:20.495Z | Compiling usdt-attr-macro v0.5.0 |
469 | 2024-08-23T21:19:20.495Z | Compiling usdt-macro v0.5.0 |
470 | 2024-08-23T21:19:20.599Z | Compiling toml v0.8.19 |
471 | 2024-08-23T21:19:21.477Z | Compiling cargo_toml v0.20.4 |
472 | 2024-08-23T21:19:21.805Z | Compiling usdt v0.5.0 |
473 | 2024-08-23T21:19:25.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
474 | 2024-08-23T21:19:28.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.54s |
475 | 2024-08-23T21:19:29.198Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
476 | 2024-08-23T21:19:29.761Z | Downloading crates ... |
477 | 2024-08-23T21:19:29.884Z | Downloaded aead v0.5.2 |
478 | 2024-08-23T21:19:29.892Z | Downloaded addr2line v0.21.0 |
479 | 2024-08-23T21:19:29.896Z | Downloaded ahash v0.8.11 |
480 | 2024-08-23T21:19:29.901Z | Downloaded atomicwrites v0.4.3 |
481 | 2024-08-23T21:19:29.905Z | Downloaded assert_matches v1.5.0 |
482 | 2024-08-23T21:19:29.908Z | Downloaded ident_case v1.0.1 |
483 | 2024-08-23T21:19:29.911Z | Downloaded bitstruct v0.1.1 |
484 | 2024-08-23T21:19:29.914Z | Downloaded crunchy v0.2.2 |
485 | 2024-08-23T21:19:29.918Z | Downloaded is-terminal v0.4.12 |
486 | 2024-08-23T21:19:29.918Z | Downloaded cfg_aliases v0.1.1 |
487 | 2024-08-23T21:19:29.921Z | Downloaded cstr-argument v0.1.2 |
488 | 2024-08-23T21:19:29.921Z | Downloaded bit-set v0.5.3 |
489 | 2024-08-23T21:19:29.923Z | Downloaded impl-trait-for-tuples v0.2.2 |
490 | 2024-08-23T21:19:29.925Z | Downloaded iana-time-zone v0.1.60 |
491 | 2024-08-23T21:19:29.928Z | Downloaded constant_time_eq v0.3.0 |
492 | 2024-08-23T21:19:29.930Z | Downloaded newline-converter v0.3.0 |
493 | 2024-08-23T21:19:29.932Z | Downloaded base16ct v0.2.0 |
494 | 2024-08-23T21:19:29.935Z | Downloaded async-stream v0.3.5 |
495 | 2024-08-23T21:19:29.937Z | Downloaded arrayref v0.3.7 |
496 | 2024-08-23T21:19:29.937Z | Downloaded opaque-debug v0.3.1 |
497 | 2024-08-23T21:19:29.939Z | Downloaded openssl-probe v0.1.5 |
498 | 2024-08-23T21:19:29.939Z | Downloaded number_prefix v0.4.0 |
499 | 2024-08-23T21:19:29.942Z | Downloaded ciborium-ll v0.2.2 |
500 | 2024-08-23T21:19:29.942Z | Downloaded bitfield v0.14.0 |
501 | 2024-08-23T21:19:29.944Z | Downloaded defmt-macros v0.3.9 |
502 | 2024-08-23T21:19:29.946Z | Downloaded indent_write v2.2.0 |
503 | 2024-08-23T21:19:29.948Z | Downloaded castaway v0.2.3 |
504 | 2024-08-23T21:19:29.951Z | Downloaded num-iter v0.1.45 |
505 | 2024-08-23T21:19:29.953Z | Downloaded hubpack_derive v0.1.1 |
506 | 2024-08-23T21:19:29.953Z | Downloaded mockall v0.13.0 |
507 | 2024-08-23T21:19:29.955Z | Downloaded data-encoding v2.6.0 |
508 | 2024-08-23T21:19:29.955Z | Downloaded mime v0.3.17 |
509 | 2024-08-23T21:19:29.958Z | Downloaded libefi-sys v0.1.0 |
510 | 2024-08-23T21:19:29.960Z | Downloaded lru-cache v0.1.2 |
511 | 2024-08-23T21:19:29.960Z | Downloaded maybe-uninit v2.0.0 |
512 | 2024-08-23T21:19:29.962Z | Downloaded instability v0.3.2 |
513 | 2024-08-23T21:19:29.962Z | Downloaded atty v0.2.14 |
514 | 2024-08-23T21:19:29.964Z | Downloaded num_enum_derive v0.5.11 |
515 | 2024-08-23T21:19:29.967Z | Downloaded num-derive v0.4.2 |
516 | 2024-08-23T21:19:29.967Z | Downloaded indexmap v1.9.3 |
517 | 2024-08-23T21:19:29.970Z | Downloaded argon2 v0.5.3 |
518 | 2024-08-23T21:19:29.972Z | Downloaded hyper-tls v0.5.0 |
519 | 2024-08-23T21:19:29.975Z | Downloaded olpc-cjson v0.1.3 |
520 | 2024-08-23T21:19:29.977Z | Downloaded ciborium v0.2.2 |
521 | 2024-08-23T21:19:29.979Z | Downloaded backoff v0.4.0 |
522 | 2024-08-23T21:19:29.982Z | Downloaded sqlparser_derive v0.2.2 |
523 | 2024-08-23T21:19:29.982Z | Downloaded maplit v1.0.2 |
524 | 2024-08-23T21:19:29.984Z | Downloaded crossbeam-deque v0.8.5 |
525 | 2024-08-23T21:19:29.986Z | Downloaded ipnet v2.9.0 |
526 | 2024-08-23T21:19:29.989Z | Downloaded multer v3.1.0 |
527 | 2024-08-23T21:19:29.991Z | Downloaded num-complex v0.4.6 |
528 | 2024-08-23T21:19:29.993Z | Downloaded libloading v0.8.3 |
529 | 2024-08-23T21:19:29.996Z | Downloaded memmap2 v0.9.4 |
530 | 2024-08-23T21:19:29.998Z | Downloaded instant v0.1.12 |
531 | 2024-08-23T21:19:29.998Z | Downloaded darling_macro v0.20.9 |
532 | 2024-08-23T21:19:29.998Z | Downloaded match_cfg v0.1.0 |
533 | 2024-08-23T21:19:30.001Z | Downloaded bitstruct_derive v0.1.0 |
534 | 2024-08-23T21:19:30.001Z | Downloaded owo-colors v4.0.0 |
535 | 2024-08-23T21:19:30.003Z | Downloaded ciborium-io v0.2.2 |
536 | 2024-08-23T21:19:30.006Z | Downloaded cookie v0.17.0 |
537 | 2024-08-23T21:19:30.008Z | Downloaded openssl-macros v0.1.1 |
538 | 2024-08-23T21:19:30.008Z | Downloaded num_threads v0.1.7 |
539 | 2024-08-23T21:19:30.011Z | Downloaded nodrop v0.1.14 |
540 | 2024-08-23T21:19:30.011Z | Downloaded defmt v0.3.8 |
541 | 2024-08-23T21:19:30.014Z | Downloaded normalize-line-endings v0.3.0 |
542 | 2024-08-23T21:19:30.017Z | Downloaded oso-derive v0.27.3 |
543 | 2024-08-23T21:19:30.017Z | Downloaded num-conv v0.1.0 |
544 | 2024-08-23T21:19:30.017Z | Downloaded newtype_derive v0.1.6 |
545 | 2024-08-23T21:19:30.019Z | Downloaded waitgroup v0.1.2 |
546 | 2024-08-23T21:19:30.019Z | Downloaded nu-ansi-term v0.50.0 |
547 | 2024-08-23T21:19:30.022Z | Downloaded lazy_static v1.5.0 |
548 | 2024-08-23T21:19:30.024Z | Downloaded slog-stdlog v4.1.1 |
549 | 2024-08-23T21:19:30.026Z | Downloaded md-5 v0.10.6 |
550 | 2024-08-23T21:19:30.028Z | Downloaded semver v0.1.20 |
551 | 2024-08-23T21:19:30.029Z | Downloaded oso v0.27.3 |
552 | 2024-08-23T21:19:30.032Z | Downloaded crossbeam-utils v0.8.19 |
553 | 2024-08-23T21:19:30.035Z | Downloaded ipnetwork v0.20.0 |
554 | 2024-08-23T21:19:30.037Z | Downloaded downcast v0.11.0 |
555 | 2024-08-23T21:19:30.040Z | Downloaded crucible-workspace-hack v0.1.0 |
556 | 2024-08-23T21:19:30.040Z | Downloaded nanorand v0.7.0 |
557 | 2024-08-23T21:19:30.042Z | Downloaded is_ci v1.2.0 |
558 | 2024-08-23T21:19:30.044Z | Downloaded serde_path_to_error v0.1.16 |
559 | 2024-08-23T21:19:30.047Z | Downloaded newtype-uuid v1.1.0 |
560 | 2024-08-23T21:19:30.047Z | Downloaded num-integer v0.1.46 |
561 | 2024-08-23T21:19:30.049Z | Downloaded num v0.4.3 |
562 | 2024-08-23T21:19:30.051Z | Downloaded tokio-macros v2.3.0 |
563 | 2024-08-23T21:19:30.051Z | Downloaded buf-list v1.0.3 |
564 | 2024-08-23T21:19:30.054Z | Downloaded bitflags v1.3.2 |
565 | 2024-08-23T21:19:30.056Z | Downloaded block-padding v0.3.3 |
566 | 2024-08-23T21:19:30.059Z | Downloaded packed_struct v0.10.1 |
567 | 2024-08-23T21:19:30.061Z | Downloaded tokio-native-tls v0.3.1 |
568 | 2024-08-23T21:19:30.063Z | Downloaded structmeta v0.3.0 |
569 | 2024-08-23T21:19:30.064Z | Downloaded crc-catalog v2.4.0 |
570 | 2024-08-23T21:19:30.066Z | Downloaded walkdir v2.5.0 |
571 | 2024-08-23T21:19:30.068Z | Downloaded wait-timeout v0.2.0 |
572 | 2024-08-23T21:19:30.068Z | Downloaded cassowary v0.3.0 |
573 | 2024-08-23T21:19:30.071Z | Downloaded crc v3.2.1 |
574 | 2024-08-23T21:19:30.073Z | Downloaded convert_case v0.4.0 |
575 | 2024-08-23T21:19:30.073Z | Downloaded signal-hook-tokio v0.3.1 |
576 | 2024-08-23T21:19:30.076Z | Downloaded jobserver v0.1.32 |
577 | 2024-08-23T21:19:30.078Z | Downloaded scopeguard v1.2.0 |
578 | 2024-08-23T21:19:30.078Z | Downloaded arrayvec v0.7.4 |
579 | 2024-08-23T21:19:30.081Z | Downloaded debug-ignore v1.0.5 |
580 | 2024-08-23T21:19:30.083Z | Downloaded deranged v0.3.11 |
581 | 2024-08-23T21:19:30.085Z | Downloaded cobs v0.2.3 |
582 | 2024-08-23T21:19:30.085Z | Downloaded flagset v0.4.5 |
583 | 2024-08-23T21:19:30.088Z | Downloaded tiny-keccak v2.0.2 |
584 | 2024-08-23T21:19:30.090Z | Downloaded strum_macros v0.25.3 |
585 | 2024-08-23T21:19:30.092Z | Downloaded float-cmp v0.9.0 |
586 | 2024-08-23T21:19:30.094Z | Downloaded num-rational v0.4.2 |
587 | 2024-08-23T21:19:30.097Z | Downloaded chacha20poly1305 v0.10.1 |
588 | 2024-08-23T21:19:30.097Z | Downloaded bytes v1.7.1 |
589 | 2024-08-23T21:19:30.101Z | Downloaded sigpipe v0.1.3 |
590 | 2024-08-23T21:19:30.103Z | Downloaded take_mut v0.2.2 |
591 | 2024-08-23T21:19:30.103Z | Downloaded tinyvec_macros v0.1.1 |
592 | 2024-08-23T21:19:30.106Z | Downloaded bzip2 v0.4.4 |
593 | 2024-08-23T21:19:30.108Z | Downloaded term v0.7.0 |
594 | 2024-08-23T21:19:30.112Z | Downloaded twox-hash v1.6.3 |
595 | 2024-08-23T21:19:30.112Z | Downloaded sync_wrapper v0.1.2 |
596 | 2024-08-23T21:19:30.115Z | Downloaded cbc v0.1.2 |
597 | 2024-08-23T21:19:30.115Z | Downloaded precomputed-hash v0.1.1 |
598 | 2024-08-23T21:19:30.115Z | Downloaded fallible-iterator v0.3.0 |
599 | 2024-08-23T21:19:30.117Z | Downloaded dirs-sys-next v0.1.2 |
600 | 2024-08-23T21:19:30.120Z | Downloaded camino-tempfile v1.1.1 |
601 | 2024-08-23T21:19:30.120Z | Downloaded dirs-next v2.0.0 |
602 | 2024-08-23T21:19:30.122Z | Downloaded universal-hash v0.5.1 |
603 | 2024-08-23T21:19:30.122Z | Downloaded chacha20 v0.9.1 |
604 | 2024-08-23T21:19:30.124Z | Downloaded darling_core v0.20.9 |
605 | 2024-08-23T21:19:30.129Z | Downloaded mime_guess v2.0.4 |
606 | 2024-08-23T21:19:30.131Z | Downloaded getopts v0.2.21 |
607 | 2024-08-23T21:19:30.133Z | Downloaded pkg-config v0.3.30 |
608 | 2024-08-23T21:19:30.136Z | Downloaded foreign-types-shared v0.1.1 |
609 | 2024-08-23T21:19:30.136Z | Downloaded predicates v3.1.2 |
610 | 2024-08-23T21:19:30.138Z | Downloaded mockall_derive v0.13.0 |
611 | 2024-08-23T21:19:30.140Z | Downloaded portpicker v0.1.1 |
612 | 2024-08-23T21:19:30.143Z | Downloaded r2d2 v0.8.10 |
613 | 2024-08-23T21:19:30.146Z | Downloaded peg-runtime v0.8.3 |
614 | 2024-08-23T21:19:30.146Z | Downloaded serde_arrays v0.1.0 |
615 | 2024-08-23T21:19:30.148Z | Downloaded packed_struct_codegen v0.10.1 |
616 | 2024-08-23T21:19:30.148Z | Downloaded serde-hex v0.1.0 |
617 | 2024-08-23T21:19:30.150Z | Downloaded hyper-staticfile v0.9.5 |
618 | 2024-08-23T21:19:30.153Z | Downloaded tempfile v3.10.1 |
619 | 2024-08-23T21:19:30.155Z | Downloaded heck v0.3.3 |
620 | 2024-08-23T21:19:30.157Z | Downloaded tls_codec v0.4.1 |
621 | 2024-08-23T21:19:30.159Z | Downloaded tabwriter v1.4.0 |
622 | 2024-08-23T21:19:30.159Z | Downloaded wyz v0.5.1 |
623 | 2024-08-23T21:19:30.162Z | Downloaded unicode-linebreak v0.1.5 |
624 | 2024-08-23T21:19:30.162Z | Downloaded serde-big-array v0.5.1 |
625 | 2024-08-23T21:19:30.164Z | Downloaded blake2 v0.10.6 |
626 | 2024-08-23T21:19:30.166Z | Downloaded toml v0.7.8 |
627 | 2024-08-23T21:19:30.169Z | Downloaded quick-error v1.2.3 |
628 | 2024-08-23T21:19:30.173Z | Downloaded ppv-lite86 v0.2.17 |
629 | 2024-08-23T21:19:30.176Z | Downloaded pkcs8 v0.10.2 |
630 | 2024-08-23T21:19:30.176Z | Downloaded time-core v0.1.2 |
631 | 2024-08-23T21:19:30.178Z | Downloaded minimal-lexical v0.2.1 |
632 | 2024-08-23T21:19:30.181Z | Downloaded parking_lot v0.11.2 |
633 | 2024-08-23T21:19:30.184Z | Downloaded toolchain_find v0.4.0 |
634 | 2024-08-23T21:19:30.186Z | Downloaded cookie v0.18.1 |
635 | 2024-08-23T21:19:30.189Z | Downloaded derive_builder_macro v0.20.0 |
636 | 2024-08-23T21:19:30.191Z | Downloaded crossbeam-epoch v0.9.18 |
637 | 2024-08-23T21:19:30.193Z | Downloaded unicase v2.7.0 |
638 | 2024-08-23T21:19:30.195Z | Downloaded serde_with_macros v3.9.0 |
639 | 2024-08-23T21:19:30.195Z | Downloaded peg-macros v0.8.4 |
640 | 2024-08-23T21:19:30.198Z | Downloaded rpassword v7.3.1 |
641 | 2024-08-23T21:19:30.200Z | Downloaded dsl_auto_type v0.1.2 |
642 | 2024-08-23T21:19:30.200Z | Downloaded futures-executor v0.3.30 |
643 | 2024-08-23T21:19:30.203Z | Downloaded futures-core v0.3.30 |
644 | 2024-08-23T21:19:30.205Z | Downloaded openssl-sys v0.9.103 |
645 | 2024-08-23T21:19:30.208Z | Downloaded slog v2.7.0 |
646 | 2024-08-23T21:19:30.212Z | Downloaded peg v0.8.4 |
647 | 2024-08-23T21:19:30.216Z | Downloaded getrandom v0.2.14 |
648 | 2024-08-23T21:19:30.219Z | Downloaded subtle v2.5.0 |
649 | 2024-08-23T21:19:30.221Z | Downloaded stable_deref_trait v1.2.0 |
650 | 2024-08-23T21:19:30.224Z | Downloaded mio v0.8.11 |
651 | 2024-08-23T21:19:30.227Z | Downloaded secrecy v0.8.0 |
652 | 2024-08-23T21:19:30.230Z | Downloaded http-range v0.1.5 |
653 | 2024-08-23T21:19:30.232Z | Downloaded pin-project-internal v1.1.5 |
654 | 2024-08-23T21:19:30.232Z | Downloaded topological-sort v0.2.2 |
655 | 2024-08-23T21:19:30.235Z | Downloaded parse-size v1.0.0 |
656 | 2024-08-23T21:19:30.235Z | Downloaded erased-serde v0.3.31 |
657 | 2024-08-23T21:19:30.238Z | Downloaded parking_lot v0.12.2 |
658 | 2024-08-23T21:19:30.241Z | Downloaded want v0.3.1 |
659 | 2024-08-23T21:19:30.241Z | Downloaded sec1 v0.7.3 |
660 | 2024-08-23T21:19:30.243Z | Downloaded vte_generate_state_changes v0.1.1 |
661 | 2024-08-23T21:19:30.243Z | Downloaded embedded-io v0.4.0 |
662 | 2024-08-23T21:19:30.245Z | Downloaded filetime v0.2.24 |
663 | 2024-08-23T21:19:30.248Z | Downloaded structmeta v0.2.0 |
664 | 2024-08-23T21:19:30.250Z | Downloaded slog-envlogger v2.2.0 |
665 | 2024-08-23T21:19:30.250Z | Downloaded time-macros v0.2.18 |
666 | 2024-08-23T21:19:30.253Z | Downloaded snafu-derive v0.8.2 |
667 | 2024-08-23T21:19:30.256Z | Downloaded slog-async v2.8.0 |
668 | 2024-08-23T21:19:30.264Z | Downloaded xattr v1.3.1 |
669 | 2024-08-23T21:19:30.267Z | Downloaded endian-type v0.1.2 |
670 | 2024-08-23T21:19:30.269Z | Downloaded uzers v0.11.3 |
671 | 2024-08-23T21:19:30.269Z | Downloaded hash32 v0.3.1 |
672 | 2024-08-23T21:19:30.271Z | Downloaded ff v0.13.0 |
673 | 2024-08-23T21:19:30.274Z | Downloaded rtoolbox v0.0.2 |
674 | 2024-08-23T21:19:30.276Z | Downloaded rand_core v0.6.4 |
675 | 2024-08-23T21:19:30.276Z | Downloaded snafu v0.8.2 |
676 | 2024-08-23T21:19:30.283Z | Downloaded base64 v0.22.1 |
677 | 2024-08-23T21:19:30.287Z | Downloaded futures-macro v0.3.30 |
678 | 2024-08-23T21:19:30.290Z | Downloaded smawk v0.3.2 |
679 | 2024-08-23T21:19:30.290Z | Downloaded scrypt v0.11.0 |
680 | 2024-08-23T21:19:30.292Z | Downloaded group v0.13.0 |
681 | 2024-08-23T21:19:30.294Z | Downloaded scheduled-thread-pool v0.2.7 |
682 | 2024-08-23T21:19:30.294Z | Downloaded termtree v0.4.1 |
683 | 2024-08-23T21:19:30.297Z | Downloaded strip-ansi-escapes v0.2.0 |
684 | 2024-08-23T21:19:30.297Z | Downloaded stringprep v0.1.4 |
685 | 2024-08-23T21:19:30.299Z | Downloaded string_cache v0.8.7 |
686 | 2024-08-23T21:19:30.301Z | Downloaded tower-service v0.3.2 |
687 | 2024-08-23T21:19:30.301Z | Downloaded humantime v2.1.0 |
688 | 2024-08-23T21:19:30.304Z | Downloaded futures-io v0.3.30 |
689 | 2024-08-23T21:19:30.304Z | Downloaded funty v2.0.0 |
690 | 2024-08-23T21:19:30.306Z | Downloaded fragile v2.0.0 |
691 | 2024-08-23T21:19:30.309Z | Downloaded fallible-iterator v0.2.0 |
692 | 2024-08-23T21:19:30.309Z | Downloaded thread_local v1.1.8 |
693 | 2024-08-23T21:19:30.311Z | Downloaded socket2 v0.4.10 |
694 | 2024-08-23T21:19:30.314Z | Downloaded crypto-bigint v0.5.5 |
695 | 2024-08-23T21:19:30.318Z | Downloaded compact_str v0.8.0 |
696 | 2024-08-23T21:19:30.322Z | Downloaded enum-as-inner v0.6.0 |
697 | 2024-08-23T21:19:30.324Z | Downloaded socket2 v0.5.7 |
698 | 2024-08-23T21:19:30.327Z | Downloaded typed-path v0.7.1 |
699 | 2024-08-23T21:19:30.332Z | Downloaded powerfmt v0.2.0 |
700 | 2024-08-23T21:19:30.334Z | Downloaded der v0.7.9 |
701 | 2024-08-23T21:19:30.339Z | Downloaded httpdate v1.0.3 |
702 | 2024-08-23T21:19:30.341Z | Downloaded difflib v0.4.0 |
703 | 2024-08-23T21:19:30.344Z | Downloaded slog-scope v4.4.0 |
704 | 2024-08-23T21:19:30.344Z | Downloaded path-slash v0.1.5 |
705 | 2024-08-23T21:19:30.346Z | Downloaded slog-json v2.6.1 |
706 | 2024-08-23T21:19:30.349Z | Downloaded sct v0.7.1 |
707 | 2024-08-23T21:19:30.351Z | Downloaded tracing v0.1.40 |
708 | 2024-08-23T21:19:30.355Z | Downloaded percent-encoding v2.3.1 |
709 | 2024-08-23T21:19:30.357Z | Downloaded pem v3.0.4 |
710 | 2024-08-23T21:19:30.359Z | Downloaded paste v1.0.15 |
711 | 2024-08-23T21:19:30.361Z | Downloaded fd-lock v4.0.2 |
712 | 2024-08-23T21:19:30.364Z | Downloaded pretty-hex v0.2.1 |
713 | 2024-08-23T21:19:30.364Z | Downloaded foreign-types v0.3.2 |
714 | 2024-08-23T21:19:30.367Z | Downloaded crossbeam-channel v0.5.12 |
715 | 2024-08-23T21:19:30.370Z | Downloaded test-strategy v0.3.1 |
716 | 2024-08-23T21:19:30.373Z | Downloaded termios v0.3.3 |
717 | 2024-08-23T21:19:30.375Z | Downloaded strum v0.26.3 |
718 | 2024-08-23T21:19:30.378Z | Downloaded rustls-pemfile v1.0.4 |
719 | 2024-08-23T21:19:30.380Z | Downloaded postcard v1.0.8 |
720 | 2024-08-23T21:19:30.382Z | Downloaded diesel_table_macro_syntax v0.2.0 |
721 | 2024-08-23T21:19:30.382Z | Downloaded unicode-bidi v0.3.15 |
722 | 2024-08-23T21:19:30.385Z | Downloaded phf_shared v0.10.0 |
723 | 2024-08-23T21:19:30.388Z | Downloaded fastrand v2.1.0 |
724 | 2024-08-23T21:19:30.388Z | Downloaded zeroize_derive v1.4.2 |
725 | 2024-08-23T21:19:30.390Z | Downloaded tungstenite v0.21.0 |
726 | 2024-08-23T21:19:30.393Z | Downloaded libm v0.2.8 |
727 | 2024-08-23T21:19:30.400Z | Downloaded foreign-types-macros v0.2.3 |
728 | 2024-08-23T21:19:30.403Z | Downloaded fxhash v0.2.1 |
729 | 2024-08-23T21:19:30.403Z | Downloaded try-lock v0.2.5 |
730 | 2024-08-23T21:19:30.406Z | Downloaded utf-8 v0.7.6 |
731 | 2024-08-23T21:19:30.406Z | Downloaded password-hash v0.5.0 |
732 | 2024-08-23T21:19:30.408Z | Downloaded structmeta-derive v0.3.0 |
733 | 2024-08-23T21:19:30.408Z | Downloaded parse-display-derive v0.10.0 |
734 | 2024-08-23T21:19:30.411Z | Downloaded vte v0.11.1 |
735 | 2024-08-23T21:19:30.413Z | Downloaded tracing-attributes v0.1.27 |
736 | 2024-08-23T21:19:30.415Z | Downloaded termcolor v1.4.1 |
737 | 2024-08-23T21:19:30.415Z | Downloaded headers v0.3.9 |
738 | 2024-08-23T21:19:30.421Z | Downloaded crossterm v0.28.1 |
739 | 2024-08-23T21:19:30.427Z | Downloaded postgres-types v0.2.7 |
740 | 2024-08-23T21:19:30.430Z | Downloaded structmeta-derive v0.2.0 |
741 | 2024-08-23T21:19:30.433Z | Downloaded predicates-core v1.0.6 |
742 | 2024-08-23T21:19:30.433Z | Downloaded pin-project v1.1.5 |
743 | 2024-08-23T21:19:30.443Z | Downloaded itertools v0.13.0 |
744 | 2024-08-23T21:19:30.450Z | Downloaded float-ord v0.3.2 |
745 | 2024-08-23T21:19:30.453Z | Downloaded futures-task v0.3.30 |
746 | 2024-08-23T21:19:30.456Z | Downloaded form_urlencoded v1.2.1 |
747 | 2024-08-23T21:19:30.456Z | Downloaded rustc-hash v1.1.0 |
748 | 2024-08-23T21:19:30.456Z | Downloaded gethostname v0.5.0 |
749 | 2024-08-23T21:19:30.458Z | Downloaded vsss-rs v3.3.4 |
750 | 2024-08-23T21:19:30.460Z | Downloaded tokio-rustls v0.25.0 |
751 | 2024-08-23T21:19:30.463Z | Downloaded vergen v8.3.2 |
752 | 2024-08-23T21:19:30.466Z | Downloaded rustc_version v0.1.7 |
753 | 2024-08-23T21:19:30.466Z | Downloaded phf_shared v0.11.2 |
754 | 2024-08-23T21:19:30.466Z | Downloaded proc-macro-crate v1.3.1 |
755 | 2024-08-23T21:19:30.469Z | Downloaded heapless v0.7.17 |
756 | 2024-08-23T21:19:30.472Z | Downloaded x509-cert v0.2.5 |
757 | 2024-08-23T21:19:30.477Z | Downloaded http v1.1.0 |
758 | 2024-08-23T21:19:30.481Z | Downloaded psl-types v2.0.11 |
759 | 2024-08-23T21:19:30.483Z | Downloaded either v1.13.0 |
760 | 2024-08-23T21:19:30.483Z | Downloaded defmt-parser v0.3.4 |
761 | 2024-08-23T21:19:30.485Z | Downloaded tui-tree-widget v0.22.0 |
762 | 2024-08-23T21:19:30.486Z | Downloaded fixedbitset v0.4.2 |
763 | 2024-08-23T21:19:30.488Z | Downloaded zeroize v1.7.0 |
764 | 2024-08-23T21:19:30.490Z | Downloaded smallvec v1.13.2 |
765 | 2024-08-23T21:19:30.490Z | Downloaded serde_repr v0.1.19 |
766 | 2024-08-23T21:19:30.493Z | Downloaded rustversion v1.0.17 |
767 | 2024-08-23T21:19:30.495Z | Downloaded rsa v0.9.6 |
768 | 2024-08-23T21:19:30.499Z | Downloaded spki v0.7.3 |
769 | 2024-08-23T21:19:30.502Z | Downloaded pin-project-lite v0.2.14 |
770 | 2024-08-23T21:19:30.506Z | Downloaded serde_urlencoded v0.7.1 |
771 | 2024-08-23T21:19:30.509Z | Downloaded postgres-protocol v0.6.7 |
772 | 2024-08-23T21:19:30.511Z | Downloaded subprocess v0.2.9 |
773 | 2024-08-23T21:19:30.514Z | Downloaded whoami v1.5.1 |
774 | 2024-08-23T21:19:30.516Z | Downloaded rustyline v14.0.0 |
775 | 2024-08-23T21:19:30.520Z | Downloaded pkcs1 v0.7.5 |
776 | 2024-08-23T21:19:30.522Z | Downloaded radium v0.7.0 |
777 | 2024-08-23T21:19:30.524Z | Downloaded zone_cfg_derive v0.1.2 |
778 | 2024-08-23T21:19:30.525Z | Downloaded untrusted v0.9.0 |
779 | 2024-08-23T21:19:30.527Z | Downloaded unicode-xid v0.2.4 |
780 | 2024-08-23T21:19:30.529Z | Downloaded serde_derive_internals v0.29.1 |
781 | 2024-08-23T21:19:30.529Z | Downloaded hyper-rustls v0.24.2 |
782 | 2024-08-23T21:19:30.531Z | Downloaded diff v0.1.13 |
783 | 2024-08-23T21:19:30.534Z | Downloaded uuid v1.10.0 |
784 | 2024-08-23T21:19:30.538Z | Downloaded serde_yaml v0.9.34+deprecated |
785 | 2024-08-23T21:19:30.540Z | Downloaded rustls-pki-types v1.7.0 |
786 | 2024-08-23T21:19:30.543Z | Downloaded unicode-truncate v1.0.0 |
787 | 2024-08-23T21:19:30.545Z | Downloaded http v0.2.12 |
788 | 2024-08-23T21:19:30.548Z | Downloaded steno v0.4.1 |
789 | 2024-08-23T21:19:30.552Z | Downloaded fatfs v0.3.6 |
790 | 2024-08-23T21:19:30.555Z | Downloaded hickory-client v0.24.1 |
791 | 2024-08-23T21:19:30.558Z | Downloaded blake3 v1.5.1 |
792 | 2024-08-23T21:19:30.566Z | Downloaded similar v2.6.0 |
793 | 2024-08-23T21:19:30.571Z | Downloaded signal-hook v0.3.17 |
794 | 2024-08-23T21:19:30.574Z | Downloaded pkcs5 v0.7.1 |
795 | 2024-08-23T21:19:30.578Z | Downloaded supports-color v3.0.0 |
796 | 2024-08-23T21:19:30.580Z | Downloaded thiserror-no-std v2.0.2 |
797 | 2024-08-23T21:19:30.583Z | Downloaded zerocopy v0.6.6 |
798 | 2024-08-23T21:19:30.585Z | Downloaded zip v0.6.6 |
799 | 2024-08-23T21:19:30.590Z | Downloaded lalrpop v0.19.12 |
800 | 2024-08-23T21:19:30.601Z | Downloaded tap v1.0.1 |
801 | 2024-08-23T21:19:30.603Z | Downloaded toml_edit v0.19.15 |
802 | 2024-08-23T21:19:30.620Z | Downloaded winnow v0.5.40 |
803 | 2024-08-23T21:19:30.627Z | Downloaded rustls-pemfile v2.1.3 |
804 | 2024-08-23T21:19:30.630Z | Downloaded hickory-resolver v0.24.1 |
805 | 2024-08-23T21:19:30.634Z | Downloaded rustc-demangle v0.1.24 |
806 | 2024-08-23T21:19:30.638Z | Downloaded quick-xml v0.31.0 |
807 | 2024-08-23T21:19:30.650Z | Downloaded idna v0.3.0 |
808 | 2024-08-23T21:19:30.653Z | Downloaded tokio-stream v0.1.15 |
809 | 2024-08-23T21:19:30.656Z | Downloaded ena v0.14.3 |
810 | 2024-08-23T21:19:30.656Z | Downloaded hickory-server v0.24.1 |
811 | 2024-08-23T21:19:30.661Z | Downloaded diesel_derives v2.2.2 |
812 | 2024-08-23T21:19:30.665Z | Downloaded git2 v0.19.0 |
813 | 2024-08-23T21:19:30.674Z | Downloaded hmac v0.12.1 |
814 | 2024-08-23T21:19:30.676Z | Downloaded prettyplease v0.2.20 |
815 | 2024-08-23T21:19:30.679Z | Downloaded tracing-core v0.1.32 |
816 | 2024-08-23T21:19:30.682Z | Downloaded sqlformat v0.2.4 |
817 | 2024-08-23T21:19:30.685Z | Downloaded tokio-postgres v0.7.11 |
818 | 2024-08-23T21:19:30.689Z | Downloaded openssl v0.10.66 |
819 | 2024-08-23T21:19:30.699Z | Downloaded serde_with v3.9.0 |
820 | 2024-08-23T21:19:30.708Z | Downloaded nix v0.28.0 |
821 | 2024-08-23T21:19:30.719Z | Downloaded textwrap v0.16.1 |
822 | 2024-08-23T21:19:30.721Z | Downloaded rusqlite v0.31.0 |
823 | 2024-08-23T21:19:30.728Z | Downloaded object v0.32.2 |
824 | 2024-08-23T21:19:30.739Z | Downloaded time v0.3.36 |
825 | 2024-08-23T21:19:30.746Z | Downloaded tokio-util v0.7.11 |
826 | 2024-08-23T21:19:30.753Z | Downloaded unicode-segmentation v1.11.0 |
827 | 2024-08-23T21:19:30.757Z | Downloaded portable-atomic v1.6.0 |
828 | 2024-08-23T21:19:30.763Z | Downloaded webpki-roots v0.25.4 |
829 | 2024-08-23T21:19:30.767Z | Downloaded bitvec v1.0.1 |
830 | 2024-08-23T21:19:30.782Z | Downloaded rand v0.8.5 |
831 | 2024-08-23T21:19:30.785Z | Downloaded regex-syntax v0.6.29 |
832 | 2024-08-23T21:19:30.793Z | Downloaded futures-util v0.3.30 |
833 | 2024-08-23T21:19:30.805Z | Downloaded radix_trie v0.2.1 |
834 | 2024-08-23T21:19:30.810Z | Downloaded smoltcp v0.9.1 |
835 | 2024-08-23T21:19:30.821Z | Downloaded unicode-normalization v0.1.23 |
836 | 2024-08-23T21:19:30.826Z | Downloaded reqwest v0.11.27 |
837 | 2024-08-23T21:19:30.833Z | Downloaded regex-syntax v0.8.4 |
838 | 2024-08-23T21:19:30.842Z | Downloaded hkdf v0.12.4 |
839 | 2024-08-23T21:19:30.845Z | Downloaded h2 v0.3.26 |
840 | 2024-08-23T21:19:30.851Z | Downloaded openapiv3 v2.0.0 |
841 | 2024-08-23T21:19:30.863Z | Downloaded hickory-proto v0.24.1 |
842 | 2024-08-23T21:19:30.879Z | Downloaded hyper v0.14.30 |
843 | 2024-08-23T21:19:30.887Z | Downloaded tough v0.17.1 |
844 | 2024-08-23T21:19:30.895Z | Downloaded rayon v1.10.0 |
845 | 2024-08-23T21:19:30.904Z | Downloaded rustls-webpki v0.101.7 |
846 | 2024-08-23T21:19:30.919Z | Downloaded gimli v0.28.1 |
847 | 2024-08-23T21:19:30.927Z | Downloaded vcpkg v0.2.15 |
848 | 2024-08-23T21:19:30.968Z | Downloaded curve25519-dalek v4.1.3 |
849 | 2024-08-23T21:19:30.976Z | Downloaded proptest v1.5.0 |
850 | 2024-08-23T21:19:30.986Z | Downloaded rustls-webpki v0.102.4 |
851 | 2024-08-23T21:19:31.004Z | Downloaded smoltcp v0.11.0 |
852 | 2024-08-23T21:19:31.016Z | Downloaded finl_unicode v1.2.0 |
853 | 2024-08-23T21:19:31.029Z | Downloaded polar-core v0.27.3 |
854 | 2024-08-23T21:19:31.038Z | Downloaded petgraph v0.6.5 |
855 | 2024-08-23T21:19:31.056Z | Downloaded bstr v1.9.1 |
856 | 2024-08-23T21:19:31.067Z | Downloaded regex-automata v0.4.6 |
857 | 2024-08-23T21:19:31.084Z | Downloaded rustls v0.21.12 |
858 | 2024-08-23T21:19:31.095Z | Downloaded regress v0.9.1 |
859 | 2024-08-23T21:19:31.104Z | Downloaded sha3 v0.10.8 |
860 | 2024-08-23T21:19:31.109Z | Downloaded diesel v2.2.2 |
861 | 2024-08-23T21:19:31.128Z | Downloaded rustls v0.22.4 |
862 | 2024-08-23T21:19:31.142Z | Downloaded chrono v0.4.38 |
863 | 2024-08-23T21:19:31.149Z | Downloaded bindgen v0.69.4 |
864 | 2024-08-23T21:19:31.156Z | Downloaded regex v1.10.6 |
865 | 2024-08-23T21:19:31.170Z | Downloaded nix v0.27.1 |
866 | 2024-08-23T21:19:31.181Z | Downloaded sled v0.34.7 |
867 | 2024-08-23T21:19:31.191Z | Downloaded zerocopy-derive v0.6.6 |
868 | 2024-08-23T21:19:31.201Z | Downloaded ratatui v0.28.0 |
869 | 2024-08-23T21:19:31.221Z | Downloaded object v0.30.4 |
870 | 2024-08-23T21:19:31.230Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
871 | 2024-08-23T21:19:31.243Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
872 | 2024-08-23T21:19:31.301Z | Downloaded derive_more v0.99.18 |
873 | 2024-08-23T21:19:31.306Z | Downloaded idna v0.5.0 |
874 | 2024-08-23T21:19:31.313Z | Downloaded aho-corasick v1.1.3 |
875 | 2024-08-23T21:19:31.318Z | Downloaded flume v0.11.0 |
876 | 2024-08-23T21:19:31.322Z | Downloaded samael v0.0.15 |
877 | 2024-08-23T21:19:31.327Z | Downloaded publicsuffix v2.2.3 |
878 | 2024-08-23T21:19:31.331Z | Downloaded idna v0.4.0 |
879 | 2024-08-23T21:19:31.336Z | Downloaded sqlparser v0.45.0 |
880 | 2024-08-23T21:19:31.342Z | Downloaded static_assertions v1.1.0 |
881 | 2024-08-23T21:19:31.344Z | Downloaded reedline v0.33.0 |
882 | 2024-08-23T21:19:31.350Z | Downloaded tokio v1.38.1 |
883 | 2024-08-23T21:19:31.390Z | Downloaded csv v1.3.0 |
884 | 2024-08-23T21:19:31.410Z | Downloaded crossterm v0.27.0 |
885 | 2024-08-23T21:19:31.416Z | Downloaded rayon-core v1.12.1 |
886 | 2024-08-23T21:19:31.419Z | Downloaded url v2.5.2 |
887 | 2024-08-23T21:19:31.422Z | Downloaded globset v0.4.14 |
888 | 2024-08-23T21:19:31.425Z | Downloaded glob v0.3.1 |
889 | 2024-08-23T21:19:31.427Z | Downloaded tokio-rustls v0.24.1 |
890 | 2024-08-23T21:19:31.430Z | Downloaded pin-utils v0.1.0 |
891 | 2024-08-23T21:19:31.430Z | Downloaded hostname v0.3.1 |
892 | 2024-08-23T21:19:31.430Z | Downloaded home v0.5.9 |
893 | 2024-08-23T21:19:31.433Z | Downloaded elliptic-curve v0.13.8 |
894 | 2024-08-23T21:19:31.435Z | Downloaded parking_lot_core v0.9.10 |
895 | 2024-08-23T21:19:31.438Z | Downloaded parking_lot_core v0.8.6 |
896 | 2024-08-23T21:19:31.440Z | Downloaded signature v2.2.0 |
897 | 2024-08-23T21:19:31.440Z | Downloaded serde_plain v1.0.2 |
898 | 2024-08-23T21:19:31.443Z | Downloaded rcgen v0.12.1 |
899 | 2024-08-23T21:19:31.445Z | Downloaded signal-hook-registry v1.4.2 |
900 | 2024-08-23T21:19:31.445Z | Downloaded rustc_version v0.4.0 |
901 | 2024-08-23T21:19:31.448Z | Downloaded thiserror-impl-no-std v2.0.2 |
902 | 2024-08-23T21:19:31.448Z | Downloaded itertools v0.12.1 |
903 | 2024-08-23T21:19:31.454Z | Downloaded hashbrown v0.13.2 |
904 | 2024-08-23T21:19:31.458Z | Downloaded hashbrown v0.12.3 |
905 | 2024-08-23T21:19:31.462Z | Downloaded expectorate v1.1.0 |
906 | 2024-08-23T21:19:31.465Z | Downloaded num-bigint-dig v0.8.4 |
907 | 2024-08-23T21:19:31.469Z | Downloaded schemars v0.8.21 |
908 | 2024-08-23T21:19:31.480Z | Downloaded smallvec v0.6.14 |
909 | 2024-08-23T21:19:31.483Z | Downloaded siphasher v0.3.11 |
910 | 2024-08-23T21:19:31.483Z | Downloaded unicode_categories v0.1.1 |
911 | 2024-08-23T21:19:31.485Z | Downloaded ron v0.8.1 |
912 | 2024-08-23T21:19:31.490Z | Downloaded tungstenite v0.20.1 |
913 | 2024-08-23T21:19:31.493Z | Downloaded aes v0.8.4 |
914 | 2024-08-23T21:19:31.496Z | Downloaded encoding_rs v0.8.34 |
915 | 2024-08-23T21:19:31.518Z | Downloaded phf v0.11.2 |
916 | 2024-08-23T21:19:31.520Z | Downloaded hostname v0.4.0 |
917 | 2024-08-23T21:19:31.522Z | Downloaded smf v0.2.3 |
918 | 2024-08-23T21:19:31.523Z | Downloaded poly1305 v0.8.0 |
919 | 2024-08-23T21:19:31.525Z | Downloaded half v2.4.1 |
920 | 2024-08-23T21:19:31.528Z | Downloaded ron v0.7.1 |
921 | 2024-08-23T21:19:31.533Z | Downloaded flate2 v1.0.31 |
922 | 2024-08-23T21:19:31.536Z | Downloaded slog-term v2.9.1 |
923 | 2024-08-23T21:19:31.538Z | Downloaded httparse v1.8.0 |
924 | 2024-08-23T21:19:31.541Z | Downloaded highway v1.2.0 |
925 | 2024-08-23T21:19:31.544Z | Downloaded derive-where v1.2.7 |
926 | 2024-08-23T21:19:31.546Z | Downloaded foreign-types v0.5.0 |
927 | 2024-08-23T21:19:31.546Z | Downloaded parse-display v0.10.0 |
928 | 2024-08-23T21:19:31.548Z | Downloaded zone v0.1.8 |
929 | 2024-08-23T21:19:31.548Z | Downloaded tokio-tungstenite v0.21.0 |
930 | 2024-08-23T21:19:31.551Z | Downloaded tokio-tungstenite v0.20.1 |
931 | 2024-08-23T21:19:31.553Z | Downloaded strum_macros v0.24.3 |
932 | 2024-08-23T21:19:31.555Z | Downloaded signal-hook-mio v0.2.4 |
933 | 2024-08-23T21:19:31.555Z | Downloaded libz-sys v1.1.16 |
934 | 2024-08-23T21:19:31.623Z | Downloaded rand_chacha v0.3.1 |
935 | 2024-08-23T21:19:31.625Z | Downloaded pem-rfc7468 v0.7.0 |
936 | 2024-08-23T21:19:31.627Z | Downloaded heapless v0.8.0 |
937 | 2024-08-23T21:19:31.630Z | Downloaded sha1 v0.10.6 |
938 | 2024-08-23T21:19:31.632Z | Downloaded backtrace v0.3.71 |
939 | 2024-08-23T21:19:31.635Z | Downloaded mio v1.0.2 |
940 | 2024-08-23T21:19:31.641Z | Downloaded hubpack v0.1.2 |
941 | 2024-08-23T21:19:31.643Z | Downloaded http-body v0.4.6 |
942 | 2024-08-23T21:19:31.645Z | Downloaded which v4.4.2 |
943 | 2024-08-23T21:19:31.645Z | Downloaded yasna v0.5.2 |
944 | 2024-08-23T21:19:31.648Z | Downloaded futures v0.3.30 |
945 | 2024-08-23T21:19:31.652Z | Downloaded unsafe-libyaml v0.2.11 |
946 | 2024-08-23T21:19:31.655Z | Downloaded schemars_derive v0.8.21 |
947 | 2024-08-23T21:19:31.657Z | Downloaded same-file v1.0.6 |
948 | 2024-08-23T21:19:31.660Z | Downloaded rand_xorshift v0.3.0 |
949 | 2024-08-23T21:19:31.660Z | Downloaded env_logger v0.10.2 |
950 | 2024-08-23T21:19:31.663Z | Downloaded foreign-types-shared v0.3.1 |
951 | 2024-08-23T21:19:31.663Z | Downloaded predicates-tree v1.0.9 |
952 | 2024-08-23T21:19:31.665Z | Downloaded nom v7.1.3 |
953 | 2024-08-23T21:19:31.668Z | Downloaded itertools v0.10.5 |
954 | 2024-08-23T21:19:31.674Z | Downloaded libxml v0.3.3 |
955 | 2024-08-23T21:19:31.680Z | Downloaded libsqlite3-sys v0.28.0 |
956 | 2024-08-23T21:19:31.756Z | Downloaded env_logger v0.9.3 |
957 | 2024-08-23T21:19:31.758Z | Downloaded derive_builder_core v0.20.0 |
958 | 2024-08-23T21:19:31.761Z | Downloaded derive_builder v0.20.0 |
959 | 2024-08-23T21:19:31.764Z | Downloaded unarray v0.1.4 |
960 | 2024-08-23T21:19:31.766Z | Downloaded tinyvec v1.6.0 |
961 | 2024-08-23T21:19:31.769Z | Downloaded hashlink v0.9.1 |
962 | 2024-08-23T21:19:31.771Z | Downloaded slab v0.4.9 |
963 | 2024-08-23T21:19:31.771Z | Downloaded resolv-conf v0.7.0 |
964 | 2024-08-23T21:19:31.774Z | Downloaded cc v1.0.97 |
965 | 2024-08-23T21:19:31.776Z | Downloaded base64 v0.21.7 |
966 | 2024-08-23T21:19:31.779Z | Downloaded tar v0.4.41 |
967 | 2024-08-23T21:19:31.783Z | Downloaded pbkdf2 v0.12.2 |
968 | 2024-08-23T21:19:31.785Z | Downloaded hash32 v0.2.1 |
969 | 2024-08-23T21:19:31.785Z | Downloaded tls_codec_derive v0.4.1 |
970 | 2024-08-23T21:19:31.787Z | Downloaded spin v0.9.8 |
971 | 2024-08-23T21:19:31.790Z | Downloaded base64 v0.13.1 |
972 | 2024-08-23T21:19:31.792Z | Downloaded arc-swap v1.7.1 |
973 | 2024-08-23T21:19:31.795Z | Downloaded dyn-clone v1.0.17 |
974 | 2024-08-23T21:19:31.797Z | Downloaded shell-words v1.1.0 |
975 | 2024-08-23T21:19:31.797Z | Downloaded rusty-fork v0.3.0 |
976 | 2024-08-23T21:19:31.799Z | Downloaded rustfmt-wrapper v0.2.1 |
977 | 2024-08-23T21:19:31.799Z | Downloaded fallible-streaming-iterator v0.1.9 |
978 | 2024-08-23T21:19:31.802Z | Downloaded const-oid v0.9.6 |
979 | 2024-08-23T21:19:31.802Z | Downloaded omicron-zone-package v0.11.0 |
980 | 2024-08-23T21:19:31.804Z | Downloaded const_format v0.2.32 |
981 | 2024-08-23T21:19:31.808Z | Downloaded spin v0.5.2 |
982 | 2024-08-23T21:19:31.811Z | Downloaded slog-dtrace v0.3.0 |
983 | 2024-08-23T21:19:31.811Z | Downloaded slog-bunyan v2.5.0 |
984 | 2024-08-23T21:19:31.814Z | Downloaded strum_macros v0.26.4 |
985 | 2024-08-23T21:19:31.814Z | Downloaded salsa20 v0.10.2 |
986 | 2024-08-23T21:19:31.817Z | Downloaded futures-channel v0.3.30 |
987 | 2024-08-23T21:19:31.820Z | Downloaded headers-core v0.2.0 |
988 | 2024-08-23T21:19:31.820Z | Downloaded ref-cast-impl v1.0.23 |
989 | 2024-08-23T21:19:31.820Z | Downloaded ref-cast v1.0.23 |
990 | 2024-08-23T21:19:31.823Z | Downloaded rand_seeder v0.3.0 |
991 | 2024-08-23T21:19:31.823Z | Downloaded der_derive v0.7.2 |
992 | 2024-08-23T21:19:31.825Z | Downloaded futures-sink v0.3.30 |
993 | 2024-08-23T21:19:31.825Z | Downloaded miniz_oxide v0.7.2 |
994 | 2024-08-23T21:19:31.827Z | Downloaded darling v0.20.9 |
995 | 2024-08-23T21:19:31.830Z | Downloaded hex v0.4.3 |
996 | 2024-08-23T21:19:31.832Z | Downloaded num_cpus v1.16.0 |
997 | 2024-08-23T21:19:31.834Z | Downloaded allocator-api2 v0.2.18 |
998 | 2024-08-23T21:19:31.837Z | Downloaded cexpr v0.6.0 |
999 | 2024-08-23T21:19:31.839Z | Downloaded crc32fast v1.4.0 |
1000 | 2024-08-23T21:19:31.841Z | Downloaded const_format_proc_macros v0.2.32 |
1001 | 2024-08-23T21:19:31.843Z | Downloaded multimap v0.10.0 |
1002 | 2024-08-23T21:19:31.843Z | Downloaded managed v0.8.0 |
1003 | 2024-08-23T21:19:31.846Z | Downloaded linked-hash-map v0.5.6 |
1004 | 2024-08-23T21:19:31.846Z | Downloaded libsw v3.3.1 |
1005 | 2024-08-23T21:19:31.848Z | Downloaded kstat-rs v0.2.4 |
1006 | 2024-08-23T21:19:31.848Z | Downloaded cipher v0.4.4 |
1007 | 2024-08-23T21:19:31.851Z | Downloaded indicatif v0.17.8 |
1008 | 2024-08-23T21:19:31.853Z | Downloaded display-error-chain v0.2.0 |
1009 | 2024-08-23T21:19:31.855Z | Downloaded memoffset v0.9.1 |
1010 | 2024-08-23T21:19:31.855Z | Downloaded crc-any v2.5.0 |
1011 | 2024-08-23T21:19:31.859Z | Downloaded csv-core v0.1.11 |
1012 | 2024-08-23T21:19:31.860Z | Downloaded clang-sys v1.7.0 |
1013 | 2024-08-23T21:19:31.862Z | Downloaded lru v0.12.3 |
1014 | 2024-08-23T21:19:31.862Z | Downloaded lalrpop-util v0.19.12 |
1015 | 2024-08-23T21:19:31.862Z | Downloaded num-traits v0.2.19 |
1016 | 2024-08-23T21:19:31.865Z | Downloaded bitfield-struct v0.6.1 |
1017 | 2024-08-23T21:19:31.867Z | Downloaded bb8 v0.8.5 |
1018 | 2024-08-23T21:19:31.867Z | Downloaded atomic-waker v1.1.2 |
1019 | 2024-08-23T21:19:31.870Z | Downloaded array-init v0.0.4 |
1020 | 2024-08-23T21:19:31.870Z | Downloaded lazycell v1.3.0 |
1021 | 2024-08-23T21:19:31.870Z | Downloaded inout v0.1.3 |
1022 | 2024-08-23T21:19:31.872Z | Downloaded bit-vec v0.6.3 |
1023 | 2024-08-23T21:19:31.872Z | Downloaded async-recursion v1.1.1 |
1024 | 2024-08-23T21:19:31.875Z | Downloaded untrusted v0.7.1 |
1025 | 2024-08-23T21:19:31.877Z | Downloaded shlex v1.3.0 |
1026 | 2024-08-23T21:19:31.877Z | Downloaded bcs v0.1.6 |
1027 | 2024-08-23T21:19:31.880Z | Downloaded ascii-canvas v3.0.0 |
1028 | 2024-08-23T21:19:31.880Z | Downloaded cancel-safe-futures v0.1.5 |
1029 | 2024-08-23T21:19:31.882Z | Downloaded console v0.15.8 |
1030 | 2024-08-23T21:19:31.884Z | Downloaded new_debug_unreachable v1.0.6 |
1031 | 2024-08-23T21:19:31.887Z | Downloaded native-tls v0.2.11 |
1032 | 2024-08-23T21:19:31.889Z | Downloaded lock_api v0.4.12 |
1033 | 2024-08-23T21:19:31.889Z | Downloaded cookie_store v0.20.0 |
1034 | 2024-08-23T21:19:31.891Z | Downloaded num_enum v0.5.11 |
1035 | 2024-08-23T21:19:31.895Z | Downloaded nibble_vec v0.1.0 |
1036 | 2024-08-23T21:19:31.897Z | Downloaded colored v2.1.0 |
1037 | 2024-08-23T21:19:31.899Z | Downloaded async-trait v0.1.81 |
1038 | 2024-08-23T21:19:31.902Z | Downloaded ascii v1.1.0 |
1039 | 2024-08-23T21:19:31.906Z | Downloaded linear-map v1.2.0 |
1040 | 2024-08-23T21:19:31.906Z | Downloaded async-stream-impl v0.3.5 |
1041 | 2024-08-23T21:19:31.906Z | Downloaded curve25519-dalek-derive v0.1.1 |
1042 | 2024-08-23T21:19:31.909Z | Downloaded adler v1.0.2 |
1043 | 2024-08-23T21:19:31.909Z | Downloaded keccak v0.1.5 |
1044 | 2024-08-23T21:19:31.909Z | Downloaded indoc v1.0.9 |
1045 | 2024-08-23T21:19:31.911Z | Downloaded base64ct v1.6.0 |
1046 | 2024-08-23T21:19:31.993Z | Downloaded ring v0.17.8 |
1047 | 2024-08-23T21:19:32.113Z | Downloaded ring v0.16.20 |
1048 | 2024-08-23T21:19:32.282Z | Compiling cfg-if v1.0.0 |
1049 | 2024-08-23T21:19:32.282Z | Compiling serde v1.0.208 |
1050 | 2024-08-23T21:19:32.284Z | Compiling typenum v1.17.0 |
1051 | 2024-08-23T21:19:32.284Z | Compiling generic-array v0.14.7 |
1052 | 2024-08-23T21:19:32.284Z | Compiling lock_api v0.4.12 |
1053 | 2024-08-23T21:19:32.451Z | Compiling syn v2.0.74 |
1054 | 2024-08-23T21:19:32.462Z | Compiling scopeguard v1.2.0 |
1055 | 2024-08-23T21:19:32.465Z | Compiling log v0.4.21 |
1056 | 2024-08-23T21:19:32.508Z | Compiling getrandom v0.2.14 |
1057 | 2024-08-23T21:19:32.596Z | Compiling jobserver v0.1.32 |
1058 | 2024-08-23T21:19:32.708Z | Compiling rand_core v0.6.4 |
1059 | 2024-08-23T21:19:32.911Z | Compiling subtle v2.5.0 |
1060 | 2024-08-23T21:19:32.945Z | Compiling cc v1.0.97 |
1061 | 2024-08-23T21:19:33.023Z | Compiling const-oid v0.9.6 |
1062 | 2024-08-23T21:19:33.241Z | Compiling pin-project-lite v0.2.14 |
1063 | 2024-08-23T21:19:33.258Z | Compiling smallvec v1.13.2 |
1064 | 2024-08-23T21:19:33.366Z | Compiling parking_lot_core v0.9.10 |
1065 | 2024-08-23T21:19:33.368Z | Compiling signal-hook-registry v1.4.2 |
1066 | 2024-08-23T21:19:33.485Z | Compiling spin v0.9.8 |
1067 | 2024-08-23T21:19:33.646Z | Compiling mio v0.8.11 |
1068 | 2024-08-23T21:19:33.850Z | Compiling ahash v0.8.11 |
1069 | 2024-08-23T21:19:34.194Z | Compiling tinyvec_macros v0.1.1 |
1070 | 2024-08-23T21:19:34.269Z | Compiling parking_lot v0.12.2 |
1071 | 2024-08-23T21:19:34.285Z | Compiling tinyvec v1.6.0 |
1072 | 2024-08-23T21:19:34.607Z | Compiling socket2 v0.5.7 |
1073 | 2024-08-23T21:19:35.095Z | Compiling num_cpus v1.16.0 |
1074 | 2024-08-23T21:19:35.097Z | Compiling futures-core v0.3.30 |
1075 | 2024-08-23T21:19:35.206Z | Compiling libm v0.2.8 |
1076 | 2024-08-23T21:19:35.224Z | Compiling serde_json v1.0.125 |
1077 | 2024-08-23T21:19:35.346Z | Compiling cpufeatures v0.2.12 |
1078 | 2024-08-23T21:19:35.371Z | Compiling num-traits v0.2.19 |
1079 | 2024-08-23T21:19:35.442Z | Compiling slab v0.4.9 |
1080 | 2024-08-23T21:19:35.594Z | Compiling futures-sink v0.3.30 |
1081 | 2024-08-23T21:19:35.610Z | Compiling allocator-api2 v0.2.18 |
1082 | 2024-08-23T21:19:35.630Z | Compiling unicode-bidi v0.3.15 |
1083 | 2024-08-23T21:19:35.914Z | Compiling futures-channel v0.3.30 |
1084 | 2024-08-23T21:19:36.003Z | Compiling unicode-normalization v0.1.23 |
1085 | 2024-08-23T21:19:36.200Z | Compiling futures-io v0.3.30 |
1086 | 2024-08-23T21:19:36.367Z | Compiling pin-utils v0.1.0 |
1087 | 2024-08-23T21:19:36.437Z | Compiling pkg-config v0.3.30 |
1088 | 2024-08-23T21:19:36.463Z | Compiling vcpkg v0.2.15 |
1089 | 2024-08-23T21:19:36.534Z | Compiling futures-task v0.3.30 |
1090 | 2024-08-23T21:19:37.168Z | Compiling base64ct v1.6.0 |
1091 | 2024-08-23T21:19:37.185Z | Compiling percent-encoding v2.3.1 |
1092 | 2024-08-23T21:19:37.242Z | Compiling flagset v0.4.5 |
1093 | 2024-08-23T21:19:37.284Z | Compiling ring v0.17.8 |
1094 | 2024-08-23T21:19:37.455Z | Compiling ppv-lite86 v0.2.17 |
1095 | 2024-08-23T21:19:37.565Z | Compiling tracing-core v0.1.32 |
1096 | 2024-08-23T21:19:37.763Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-23T21:19:38.054Z | Compiling untrusted v0.9.0 |
1098 | 2024-08-23T21:19:38.237Z | Compiling rustix v0.38.34 |
1099 | 2024-08-23T21:19:38.284Z | Compiling rand_chacha v0.3.1 |
1100 | 2024-08-23T21:19:38.579Z | Compiling num-conv v0.1.0 |
1101 | 2024-08-23T21:19:38.786Z | Compiling openssl-sys v0.9.103 |
1102 | 2024-08-23T21:19:38.845Z | Compiling rand v0.8.5 |
1103 | 2024-08-23T21:19:38.966Z | Compiling powerfmt v0.2.0 |
1104 | 2024-08-23T21:19:39.009Z | Compiling rustversion v1.0.17 |
1105 | 2024-08-23T21:19:39.099Z | Compiling httparse v1.8.0 |
1106 | 2024-08-23T21:19:39.352Z | Compiling foreign-types-shared v0.1.1 |
1107 | 2024-08-23T21:19:39.489Z | Compiling openssl v0.10.66 |
1108 | 2024-08-23T21:19:39.548Z | Compiling time-core v0.1.2 |
1109 | 2024-08-23T21:19:39.704Z | Compiling time-macros v0.2.18 |
1110 | 2024-08-23T21:19:39.821Z | Compiling foreign-types v0.3.2 |
1111 | 2024-08-23T21:19:39.887Z | Compiling deranged v0.3.11 |
1112 | 2024-08-23T21:19:39.908Z | Compiling form_urlencoded v1.2.1 |
1113 | 2024-08-23T21:19:40.239Z | Compiling aho-corasick v1.1.3 |
1114 | 2024-08-23T21:19:40.543Z | Compiling num_threads v0.1.7 |
1115 | 2024-08-23T21:19:40.641Z | Compiling native-tls v0.2.11 |
1116 | 2024-08-23T21:19:40.728Z | Compiling try-lock v0.2.5 |
1117 | 2024-08-23T21:19:40.859Z | Compiling siphasher v0.3.11 |
1118 | 2024-08-23T21:19:40.977Z | Compiling rustls v0.21.12 |
1119 | 2024-08-23T21:19:41.210Z | Compiling syn v1.0.109 |
1120 | 2024-08-23T21:19:41.230Z | Compiling crossbeam-utils v0.8.19 |
1121 | 2024-08-23T21:19:41.246Z | Compiling regex-syntax v0.8.4 |
1122 | 2024-08-23T21:19:41.771Z | Compiling want v0.3.1 |
1123 | 2024-08-23T21:19:42.030Z | Compiling idna v0.5.0 |
1124 | 2024-08-23T21:19:42.531Z | Compiling socket2 v0.4.10 |
1125 | 2024-08-23T21:19:42.911Z | Compiling time v0.3.36 |
1126 | 2024-08-23T21:19:43.244Z | Compiling cookie v0.17.0 |
1127 | 2024-08-23T21:19:43.387Z | Compiling httpdate v1.0.3 |
1128 | 2024-08-23T21:19:43.526Z | Compiling adler v1.0.2 |
1129 | 2024-08-23T21:19:43.545Z | Compiling finl_unicode v1.2.0 |
1130 | 2024-08-23T21:19:43.756Z | Compiling slog v2.7.0 |
1131 | 2024-08-23T21:19:43.792Z | Compiling openssl-probe v0.1.5 |
1132 | 2024-08-23T21:19:44.109Z | Compiling iana-time-zone v0.1.60 |
1133 | 2024-08-23T21:19:44.146Z | Compiling tower-service v0.3.2 |
1134 | 2024-08-23T21:19:44.282Z | Compiling stringprep v0.1.4 |
1135 | 2024-08-23T21:19:44.394Z | Compiling miniz_oxide v0.7.2 |
1136 | 2024-08-23T21:19:44.618Z | Compiling regex-automata v0.4.6 |
1137 | 2024-08-23T21:19:45.497Z | Compiling url v2.5.2 |
1138 | 2024-08-23T21:19:46.818Z | Compiling serde_derive v1.0.208 |
1139 | 2024-08-23T21:19:47.314Z | Compiling zeroize_derive v1.4.2 |
1140 | 2024-08-23T21:19:47.336Z | Compiling zerocopy-derive v0.7.34 |
1141 | 2024-08-23T21:19:47.746Z | Compiling tokio-macros v2.3.0 |
1142 | 2024-08-23T21:19:48.198Z | Compiling thiserror-impl v1.0.63 |
1143 | 2024-08-23T21:19:48.216Z | Compiling futures-macro v0.3.30 |
1144 | 2024-08-23T21:19:48.900Z | Compiling zeroize v1.7.0 |
1145 | 2024-08-23T21:19:49.409Z | Compiling der_derive v0.7.2 |
1146 | 2024-08-23T21:19:49.623Z | Compiling zerocopy v0.7.34 |
1147 | 2024-08-23T21:19:50.248Z | Compiling futures-util v0.3.30 |
1148 | 2024-08-23T21:19:50.790Z | Compiling crypto-common v0.1.6 |
1149 | 2024-08-23T21:19:51.013Z | Compiling block-buffer v0.10.4 |
1150 | 2024-08-23T21:19:51.274Z | Compiling digest v0.10.7 |
1151 | 2024-08-23T21:19:51.534Z | Compiling block-padding v0.3.3 |
1152 | 2024-08-23T21:19:51.756Z | Compiling hmac v0.12.1 |
1153 | 2024-08-23T21:19:51.787Z | Compiling hashbrown v0.14.5 |
1154 | 2024-08-23T21:19:51.838Z | Compiling inout v0.1.3 |
1155 | 2024-08-23T21:19:51.951Z | Compiling thiserror v1.0.63 |
1156 | 2024-08-23T21:19:51.994Z | Compiling sha2 v0.10.8 |
1157 | 2024-08-23T21:19:52.088Z | Compiling cipher v0.4.4 |
1158 | 2024-08-23T21:19:52.106Z | Compiling pest v2.7.10 |
1159 | 2024-08-23T21:19:52.604Z | Compiling salsa20 v0.10.2 |
1160 | 2024-08-23T21:19:52.846Z | Compiling der v0.7.9 |
1161 | 2024-08-23T21:19:53.185Z | Compiling pbkdf2 v0.12.2 |
1162 | 2024-08-23T21:19:53.354Z | Compiling tracing-attributes v0.1.27 |
1163 | 2024-08-23T21:19:55.168Z | Compiling pest_meta v2.7.10 |
1164 | 2024-08-23T21:19:55.650Z | Compiling scroll_derive v0.12.0 |
1165 | 2024-08-23T21:19:56.305Z | Compiling spki v0.7.3 |
1166 | 2024-08-23T21:19:56.357Z | Compiling scrypt v0.11.0 |
1167 | 2024-08-23T21:19:56.679Z | Compiling pest_generator v2.7.10 |
1168 | 2024-08-23T21:19:56.937Z | Compiling cbc v0.1.2 |
1169 | 2024-08-23T21:19:57.073Z | Compiling scroll v0.12.0 |
1170 | 2024-08-23T21:19:57.157Z | Compiling tracing v0.1.40 |
1171 | 2024-08-23T21:19:57.175Z | Compiling aes v0.8.4 |
1172 | 2024-08-23T21:19:57.390Z | Compiling openssl-macros v0.1.1 |
1173 | 2024-08-23T21:19:57.629Z | Compiling goblin v0.8.2 |
1174 | 2024-08-23T21:19:57.666Z | Compiling sct v0.7.1 |
1175 | 2024-08-23T21:19:57.986Z | Compiling rustls-webpki v0.101.7 |
1176 | 2024-08-23T21:19:58.145Z | Compiling pkcs5 v0.7.1 |
1177 | 2024-08-23T21:19:59.379Z | Compiling pkcs8 v0.10.2 |
1178 | 2024-08-23T21:19:59.596Z | Compiling md-5 v0.10.6 |
1179 | 2024-08-23T21:19:59.859Z | Compiling num-integer v0.1.46 |
1180 | 2024-08-23T21:19:59.947Z | Compiling backtrace v0.3.71 |
1181 | 2024-08-23T21:19:59.964Z | Compiling idna v0.3.0 |
1182 | 2024-08-23T21:20:00.167Z | Compiling lazy_static v1.5.0 |
1183 | 2024-08-23T21:20:00.261Z | Compiling pest_derive v2.7.10 |
1184 | 2024-08-23T21:20:00.292Z | Compiling hash32 v0.2.1 |
1185 | 2024-08-23T21:20:00.424Z | Compiling signal-hook v0.3.17 |
1186 | 2024-08-23T21:20:00.647Z | Compiling crc32fast v1.4.0 |
1187 | 2024-08-23T21:20:00.650Z | Compiling num-bigint-dig v0.8.4 |
1188 | 2024-08-23T21:20:00.687Z | Compiling cfg_aliases v0.1.1 |
1189 | 2024-08-23T21:20:00.788Z | Compiling gimli v0.28.1 |
1190 | 2024-08-23T21:20:00.970Z | Compiling bytes v1.7.1 |
1191 | 2024-08-23T21:20:01.044Z | Compiling bitflags v2.6.0 |
1192 | 2024-08-23T21:20:01.308Z | Compiling indexmap v2.4.0 |
1193 | 2024-08-23T21:20:01.490Z | Compiling semver v1.0.23 |
1194 | 2024-08-23T21:20:02.208Z | Compiling tokio v1.38.1 |
1195 | 2024-08-23T21:20:02.244Z | Compiling http v0.2.12 |
1196 | 2024-08-23T21:20:02.743Z | Compiling rustc_version v0.4.0 |
1197 | 2024-08-23T21:20:03.514Z | Compiling heapless v0.7.17 |
1198 | 2024-08-23T21:20:03.964Z | Compiling http-body v0.4.6 |
1199 | 2024-08-23T21:20:04.211Z | Compiling dof v0.3.0 |
1200 | 2024-08-23T21:20:04.644Z | Compiling dtrace-parser v0.2.0 |
1201 | 2024-08-23T21:20:04.756Z | Compiling uuid v1.10.0 |
1202 | 2024-08-23T21:20:05.724Z | Compiling usdt-impl v0.5.0 |
1203 | 2024-08-23T21:20:06.304Z | Compiling toml_datetime v0.6.8 |
1204 | 2024-08-23T21:20:06.466Z | Compiling chrono v0.4.38 |
1205 | 2024-08-23T21:20:06.799Z | Compiling serde_spanned v0.6.7 |
1206 | 2024-08-23T21:20:06.826Z | Compiling serde_tokenstream v0.2.2 |
1207 | 2024-08-23T21:20:07.034Z | Compiling base64 v0.22.1 |
1208 | 2024-08-23T21:20:07.291Z | Compiling smoltcp v0.9.1 |
1209 | 2024-08-23T21:20:07.445Z | Compiling fallible-iterator v0.2.0 |
1210 | 2024-08-23T21:20:07.804Z | Compiling stable_deref_trait v1.2.0 |
1211 | 2024-08-23T21:20:07.823Z | Compiling psl-types v2.0.11 |
1212 | 2024-08-23T21:20:07.938Z | Compiling addr2line v0.21.0 |
1213 | 2024-08-23T21:20:07.987Z | Compiling publicsuffix v2.2.3 |
1214 | 2024-08-23T21:20:08.084Z | Compiling postgres-protocol v0.6.7 |
1215 | 2024-08-23T21:20:08.114Z | Compiling terminal_size v0.3.0 |
1216 | 2024-08-23T21:20:08.321Z | Compiling nix v0.28.0 |
1217 | 2024-08-23T21:20:08.390Z | Compiling num-iter v0.1.45 |
1218 | 2024-08-23T21:20:08.570Z | Compiling hubpack_derive v0.1.1 |
1219 | 2024-08-23T21:20:08.588Z | Compiling async-trait v0.1.81 |
1220 | 2024-08-23T21:20:09.079Z | Compiling zerocopy-derive v0.6.6 |
1221 | 2024-08-23T21:20:09.508Z | Compiling phf_shared v0.11.2 |
1222 | 2024-08-23T21:20:09.887Z | Compiling serde_derive_internals v0.29.1 |
1223 | 2024-08-23T21:20:10.142Z | Compiling ff v0.13.0 |
1224 | 2024-08-23T21:20:10.227Z | Compiling object v0.32.2 |
1225 | 2024-08-23T21:20:10.276Z | Compiling fs-err v2.11.0 |
1226 | 2024-08-23T21:20:10.350Z | Compiling schemars v0.8.21 |
1227 | 2024-08-23T21:20:10.571Z | Compiling tokio-util v0.7.11 |
1228 | 2024-08-23T21:20:11.266Z | Compiling tokio-native-tls v0.3.1 |
1229 | 2024-08-23T21:20:11.327Z | Compiling tokio-rustls v0.24.1 |
1230 | 2024-08-23T21:20:11.368Z | Compiling rustc-demangle v0.1.24 |
1231 | 2024-08-23T21:20:11.535Z | Compiling h2 v0.3.26 |
1232 | 2024-08-23T21:20:11.736Z | Compiling ipnet v2.9.0 |
1233 | 2024-08-23T21:20:11.902Z | Compiling winnow v0.5.40 |
1234 | 2024-08-23T21:20:12.358Z | Compiling bitflags v1.3.2 |
1235 | 2024-08-23T21:20:12.524Z | Compiling base64 v0.21.7 |
1236 | 2024-08-23T21:20:12.581Z | Compiling anyhow v1.0.86 |
1237 | 2024-08-23T21:20:12.954Z | Compiling managed v0.8.0 |
1238 | 2024-08-23T21:20:13.166Z | Compiling base16ct v0.2.0 |
1239 | 2024-08-23T21:20:13.211Z | Compiling either v1.13.0 |
1240 | 2024-08-23T21:20:13.365Z | Compiling sec1 v0.7.3 |
1241 | 2024-08-23T21:20:13.503Z | Compiling rustls-pemfile v1.0.4 |
1242 | 2024-08-23T21:20:13.625Z | Compiling schemars_derive v0.8.21 |
1243 | 2024-08-23T21:20:13.927Z | Compiling clap_builder v4.5.15 |
1244 | 2024-08-23T21:20:13.960Z | Compiling zerocopy v0.6.6 |
1245 | 2024-08-23T21:20:15.022Z | Compiling group v0.13.0 |
1246 | 2024-08-23T21:20:15.346Z | Compiling phf v0.11.2 |
1247 | 2024-08-23T21:20:15.562Z | Compiling toml_edit v0.19.15 |
1248 | 2024-08-23T21:20:15.623Z | Compiling cookie_store v0.20.0 |
1249 | 2024-08-23T21:20:15.765Z | Compiling hubpack v0.1.2 |
1250 | 2024-08-23T21:20:16.233Z | Compiling postgres-types v0.2.7 |
1251 | 2024-08-23T21:20:17.709Z | Compiling usdt-attr-macro v0.5.0 |
1252 | 2024-08-23T21:20:18.009Z | Compiling usdt-macro v0.5.0 |
1253 | 2024-08-23T21:20:18.528Z | Compiling hyper v0.14.30 |
1254 | 2024-08-23T21:20:19.370Z | Compiling serde_urlencoded v0.7.1 |
1255 | 2024-08-23T21:20:19.553Z | Compiling pkcs1 v0.7.5 |
1256 | 2024-08-23T21:20:19.885Z | Compiling futures-executor v0.3.30 |
1257 | 2024-08-23T21:20:20.459Z | Compiling hkdf v0.12.4 |
1258 | 2024-08-23T21:20:20.539Z | Compiling signature v2.2.0 |
1259 | 2024-08-23T21:20:20.601Z | Compiling crypto-bigint v0.5.5 |
1260 | 2024-08-23T21:20:20.719Z | Compiling bstr v1.9.1 |
1261 | 2024-08-23T21:20:20.830Z | Compiling regex v1.10.6 |
1262 | 2024-08-23T21:20:21.926Z | Compiling strum_macros v0.25.3 |
1263 | 2024-08-23T21:20:22.026Z | Compiling enum-as-inner v0.6.0 |
1264 | 2024-08-23T21:20:22.547Z | Compiling serde_repr v0.1.19 |
1265 | 2024-08-23T21:20:23.139Z | Compiling clap_derive v4.5.13 |
1266 | 2024-08-23T21:20:23.216Z | Compiling phf_shared v0.10.0 |
1267 | 2024-08-23T21:20:23.568Z | Compiling float-cmp v0.9.0 |
1268 | 2024-08-23T21:20:23.603Z | Compiling idna v0.4.0 |
1269 | 2024-08-23T21:20:23.724Z | Compiling mio v1.0.2 |
1270 | 2024-08-23T21:20:23.779Z | Compiling encoding_rs v0.8.34 |
1271 | 2024-08-23T21:20:24.992Z | Compiling new_debug_unreachable v1.0.6 |
1272 | 2024-08-23T21:20:25.086Z | Compiling bit-vec v0.6.3 |
1273 | 2024-08-23T21:20:25.163Z | Compiling precomputed-hash v0.1.1 |
1274 | 2024-08-23T21:20:25.280Z | Compiling sync_wrapper v0.1.2 |
1275 | 2024-08-23T21:20:25.414Z | Compiling whoami v1.5.1 |
1276 | 2024-08-23T21:20:25.548Z | Compiling hyper-tls v0.5.0 |
1277 | 2024-08-23T21:20:25.904Z | Compiling hyper-rustls v0.24.2 |
1278 | 2024-08-23T21:20:25.992Z | Compiling fixedbitset v0.4.2 |
1279 | 2024-08-23T21:20:26.070Z | Compiling normalize-line-endings v0.3.0 |
1280 | 2024-08-23T21:20:26.198Z | Compiling webpki-roots v0.25.4 |
1281 | 2024-08-23T21:20:26.252Z | Compiling static_assertions v1.1.0 |
1282 | 2024-08-23T21:20:26.348Z | Compiling predicates-core v1.0.6 |
1283 | 2024-08-23T21:20:26.364Z | Compiling unicode-segmentation v1.11.0 |
1284 | 2024-08-23T21:20:26.458Z | Compiling minimal-lexical v0.2.1 |
1285 | 2024-08-23T21:20:26.624Z | Compiling data-encoding v2.6.0 |
1286 | 2024-08-23T21:20:26.711Z | Compiling dyn-clone v1.0.17 |
1287 | 2024-08-23T21:20:26.929Z | Compiling difflib v0.4.0 |
1288 | 2024-08-23T21:20:26.982Z | Compiling mime v0.3.17 |
1289 | 2024-08-23T21:20:27.208Z | Compiling similar v2.6.0 |
1290 | 2024-08-23T21:20:27.588Z | Compiling hickory-proto v0.24.1 |
1291 | 2024-08-23T21:20:28.142Z | Compiling clap v4.5.16 |
1292 | 2024-08-23T21:20:28.235Z | Compiling predicates v3.1.2 |
1293 | 2024-08-23T21:20:28.259Z | Compiling reqwest v0.11.27 |
1294 | 2024-08-23T21:20:28.479Z | Compiling toml_edit v0.22.20 |
1295 | 2024-08-23T21:20:28.536Z | Compiling nom v7.1.3 |
1296 | 2024-08-23T21:20:29.624Z | Compiling petgraph v0.6.5 |
1297 | 2024-08-23T21:20:29.991Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1298 | 2024-08-23T21:20:31.767Z | Compiling tokio-postgres v0.7.11 |
1299 | 2024-08-23T21:20:32.275Z | Compiling bit-set v0.5.3 |
1300 | 2024-08-23T21:20:32.558Z | Compiling console v0.15.8 |
1301 | 2024-08-23T21:20:32.840Z | Compiling string_cache v0.8.7 |
1302 | 2024-08-23T21:20:33.322Z | Compiling usdt v0.5.0 |
1303 | 2024-08-23T21:20:33.692Z | Compiling signal-hook-mio v0.2.4 |
1304 | 2024-08-23T21:20:33.829Z | Compiling elliptic-curve v0.13.8 |
1305 | 2024-08-23T21:20:33.867Z | Compiling rsa v0.9.6 |
1306 | 2024-08-23T21:20:34.063Z | Compiling futures v0.3.30 |
1307 | 2024-08-23T21:20:34.182Z | Compiling toml v0.7.8 |
1308 | 2024-08-23T21:20:34.687Z | Compiling flate2 v1.0.31 |
1309 | 2024-08-23T21:20:36.548Z | Compiling itertools v0.12.1 |
1310 | 2024-08-23T21:20:36.970Z | Compiling itertools v0.10.5 |
1311 | 2024-08-23T21:20:37.183Z | Compiling tokio-stream v0.1.15 |
1312 | 2024-08-23T21:20:37.391Z | Compiling openapiv3 v2.0.0 |
1313 | 2024-08-23T21:20:37.799Z | Compiling hex v0.4.3 |
1314 | 2024-08-23T21:20:38.134Z | Compiling sha1 v0.10.6 |
1315 | 2024-08-23T21:20:38.419Z | Compiling crossbeam-epoch v0.9.18 |
1316 | 2024-08-23T21:20:38.578Z | Compiling dirs-sys-next v0.1.2 |
1317 | 2024-08-23T21:20:39.196Z | Compiling unicode-xid v0.2.4 |
1318 | 2024-08-23T21:20:39.248Z | Compiling lalrpop-util v0.19.12 |
1319 | 2024-08-23T21:20:39.371Z | Compiling peg-runtime v0.8.3 |
1320 | 2024-08-23T21:20:39.607Z | Compiling dirs-next v2.0.0 |
1321 | 2024-08-23T21:20:39.638Z | Compiling thread_local v1.1.8 |
1322 | 2024-08-23T21:20:39.733Z | Compiling slog-async v2.8.0 |
1323 | 2024-08-23T21:20:39.803Z | Compiling term v0.7.0 |
1324 | 2024-08-23T21:20:40.062Z | Compiling xattr v1.3.1 |
1325 | 2024-08-23T21:20:40.081Z | Compiling crossbeam-channel v0.5.12 |
1326 | 2024-08-23T21:20:40.189Z | Compiling strum_macros v0.26.4 |
1327 | 2024-08-23T21:20:40.317Z | Compiling filetime v0.2.24 |
1328 | 2024-08-23T21:20:40.335Z | Compiling is-terminal v0.4.12 |
1329 | 2024-08-23T21:20:40.459Z | Compiling take_mut v0.2.2 |
1330 | 2024-08-23T21:20:40.611Z | Compiling tar v0.4.41 |
1331 | 2024-08-23T21:20:40.631Z | Compiling slog-term v2.9.1 |
1332 | 2024-08-23T21:20:41.350Z | Compiling camino v1.1.9 |
1333 | 2024-08-23T21:20:42.635Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1334 | 2024-08-23T21:20:43.324Z | Compiling strum v0.26.3 |
1335 | 2024-08-23T21:20:43.402Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1336 | 2024-08-23T21:20:48.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1337 | 2024-08-23T21:20:48.534Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1338 | 2024-08-23T21:20:48.576Z | Aug 23 21:20:47.725 INFO Starting download, target: Clickhouse |
1339 | 2024-08-23T21:20:48.576Z | Aug 23 21:20:47.725 INFO Starting download, target: Cockroach |
1340 | 2024-08-23T21:20:48.576Z | Aug 23 21:20:47.725 INFO Starting download, target: Console |
1341 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.725 INFO Starting download, target: DendriteOpenapi |
1342 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.725 INFO Starting download, target: DendriteStub |
1343 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.725 INFO Starting download, target: MaghemiteMgd |
1344 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.725 INFO Starting download, target: TransceiverControl |
1345 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.726 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1346 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.726 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1347 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.726 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1348 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.726 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1349 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.726 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1350 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.726 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1351 | 2024-08-23T21:20:48.579Z | Aug 23 21:20:47.726 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1352 | 2024-08-23T21:20:48.691Z | Aug 23 21:20:47.839 INFO Download complete, target: DendriteOpenapi |
1353 | 2024-08-23T21:20:48.880Z | Aug 23 21:20:48.028 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1354 | 2024-08-23T21:20:49.216Z | Aug 23 21:20:48.359 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1355 | 2024-08-23T21:20:49.287Z | Aug 23 21:20:48.435 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1356 | 2024-08-23T21:20:49.409Z | Aug 23 21:20:48.557 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1357 | 2024-08-23T21:20:49.671Z | Aug 23 21:20:48.819 INFO Download complete, target: Console |
1358 | 2024-08-23T21:20:49.751Z | Aug 23 21:20:48.899 INFO Download complete, target: TransceiverControl |
1359 | 2024-08-23T21:20:49.797Z | Aug 23 21:20:48.945 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1360 | 2024-08-23T21:20:49.797Z | Aug 23 21:20:48.945 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1361 | 2024-08-23T21:20:50.501Z | Aug 23 21:20:49.649 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1362 | 2024-08-23T21:20:52.770Z | Aug 23 21:20:51.918 INFO Download complete, target: DendriteStub |
1363 | 2024-08-23T21:20:52.810Z | Aug 23 21:20:51.957 INFO Download complete, target: MaghemiteMgd |
1364 | 2024-08-23T21:20:58.390Z | Aug 23 21:20:57.536 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1365 | 2024-08-23T21:20:58.703Z | Aug 23 21:20:57.848 INFO Checking that binary works, target: Cockroach |
1366 | 2024-08-23T21:20:58.857Z | Aug 23 21:20:58.003 INFO Download complete, target: Cockroach |
1367 | 2024-08-23T21:21:04.900Z | Aug 23 21:21:04.046 INFO Checking that binary works, target: Clickhouse |
1368 | 2024-08-23T21:21:05.051Z | Aug 23 21:21:04.196 INFO Download complete, target: Clickhouse |
1369 | 2024-08-23T21:21:05.072Z | All builder prerequisites installed successfully, and PATH looks valid |
1370 | 2024-08-23T21:21:05.074Z | |
1371 | 2024-08-23T21:21:05.075Z | real 3:34.050532860 |
1372 | 2024-08-23T21:21:05.075Z | user 11:19.018957928 |
1373 | 2024-08-23T21:21:05.075Z | sys 2:24.313832368 |
1374 | 2024-08-23T21:21:05.075Z | trap 0.429514769 |
1375 | 2024-08-23T21:21:05.075Z | tflt 1.515640663 |
1376 | 2024-08-23T21:21:05.075Z | dflt 1.642543274 |
1377 | 2024-08-23T21:21:05.075Z | kflt 0.022041260 |
1378 | 2024-08-23T21:21:05.075Z | lock 22:46.103628144 |
1379 | 2024-08-23T21:21:05.075Z | slp 43:24.618538000 |
1380 | 2024-08-23T21:21:05.075Z | lat 43.642573194 |
1381 | 2024-08-23T21:21:05.075Z | stop 1:43.021358808 |
1382 | 2024-08-23T21:21:05.075Z | + banner clippy |
1383 | 2024-08-23T21:21:05.077Z | |
1384 | 2024-08-23T21:21:05.077Z | #### # # ##### ##### # # |
1385 | 2024-08-23T21:21:05.077Z | # # # # # # # # # # |
1386 | 2024-08-23T21:21:05.077Z | # # # # # # # # |
1387 | 2024-08-23T21:21:05.077Z | # # # ##### ##### # |
1388 | 2024-08-23T21:21:05.077Z | # # # # # # # |
1389 | 2024-08-23T21:21:05.077Z | #### ###### # # # # |
1390 | 2024-08-23T21:21:05.077Z | |
1391 | 2024-08-23T21:21:05.078Z | + export CARGO_INCREMENTAL=0 |
1392 | 2024-08-23T21:21:05.078Z | + CARGO_INCREMENTAL=0 |
1393 | 2024-08-23T21:21:05.078Z | + ptime -m cargo xtask clippy |
1394 | 2024-08-23T21:21:05.627Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1395 | 2024-08-23T21:21:09.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
1396 | 2024-08-23T21:21:09.107Z | Running `target/debug/xtask clippy` |
1397 | 2024-08-23T21:21:09.126Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1398 | 2024-08-23T21:21:09.816Z | Downloading crates ... |
1399 | 2024-08-23T21:21:10.101Z | Downloaded dirs-sys v0.4.1 |
1400 | 2024-08-23T21:21:10.103Z | Downloaded criterion-plot v0.5.0 |
1401 | 2024-08-23T21:21:10.113Z | Downloaded approx v0.5.1 |
1402 | 2024-08-23T21:21:10.113Z | Downloaded matches v0.1.10 |
1403 | 2024-08-23T21:21:10.113Z | Downloaded dhcproto-macros v0.1.0 |
1404 | 2024-08-23T21:21:10.113Z | Downloaded plotters-svg v0.3.5 |
1405 | 2024-08-23T21:21:10.116Z | Downloaded pathdiff v0.2.1 |
1406 | 2024-08-23T21:21:10.121Z | Downloaded nested v0.1.1 |
1407 | 2024-08-23T21:21:10.125Z | Downloaded oorandom v11.1.3 |
1408 | 2024-08-23T21:21:10.128Z | Downloaded bcrypt-pbkdf v0.10.0 |
1409 | 2024-08-23T21:21:10.128Z | Downloaded hex-literal v0.4.1 |
1410 | 2024-08-23T21:21:10.130Z | Downloaded ed25519 v2.2.3 |
1411 | 2024-08-23T21:21:10.133Z | Downloaded datatest-stable v0.2.9 |
1412 | 2024-08-23T21:21:10.135Z | Downloaded tower-layer v0.3.2 |
1413 | 2024-08-23T21:21:10.138Z | Downloaded ssh-encoding v0.2.0 |
1414 | 2024-08-23T21:21:10.140Z | Downloaded anes v0.1.6 |
1415 | 2024-08-23T21:21:10.142Z | Downloaded internet-checksum v0.2.1 |
1416 | 2024-08-23T21:21:10.145Z | Downloaded futures-timer v3.0.3 |
1417 | 2024-08-23T21:21:10.145Z | Downloaded relative-path v1.9.3 |
1418 | 2024-08-23T21:21:10.147Z | Downloaded similar-asserts v1.5.0 |
1419 | 2024-08-23T21:21:10.150Z | Downloaded primeorder v0.13.6 |
1420 | 2024-08-23T21:21:10.153Z | Downloaded enum-as-inner v0.5.1 |
1421 | 2024-08-23T21:21:10.153Z | Downloaded partial-io v0.5.4 |
1422 | 2024-08-23T21:21:10.155Z | Downloaded fancy-regex v0.13.0 |
1423 | 2024-08-23T21:21:10.158Z | Downloaded threadpool v1.8.1 |
1424 | 2024-08-23T21:21:10.160Z | Downloaded rust-argon2 v2.1.0 |
1425 | 2024-08-23T21:21:10.163Z | Downloaded target-lexicon v0.12.16 |
1426 | 2024-08-23T21:21:10.165Z | Downloaded doc-comment v0.3.3 |
1427 | 2024-08-23T21:21:10.167Z | Downloaded md5 v0.7.0 |
1428 | 2024-08-23T21:21:10.169Z | Downloaded http-body v1.0.0 |
1429 | 2024-08-23T21:21:10.172Z | Downloaded trybuild v1.0.99 |
1430 | 2024-08-23T21:21:10.174Z | Downloaded polyval v0.6.2 |
1431 | 2024-08-23T21:21:10.183Z | Downloaded guppy-workspace-hack v0.1.0 |
1432 | 2024-08-23T21:21:10.186Z | Downloaded escape8259 v0.5.2 |
1433 | 2024-08-23T21:21:10.190Z | Downloaded russh-cryptovec v0.7.2 |
1434 | 2024-08-23T21:21:10.193Z | Downloaded dirs v5.0.1 |
1435 | 2024-08-23T21:21:10.195Z | Downloaded ghash v0.5.1 |
1436 | 2024-08-23T21:21:10.195Z | Downloaded cast v0.3.0 |
1437 | 2024-08-23T21:21:10.198Z | Downloaded rand_distr v0.4.3 |
1438 | 2024-08-23T21:21:10.200Z | Downloaded blowfish v0.9.1 |
1439 | 2024-08-23T21:21:10.200Z | Downloaded rstest v0.22.0 |
1440 | 2024-08-23T21:21:10.206Z | Downloaded option-ext v0.2.0 |
1441 | 2024-08-23T21:21:10.209Z | Downloaded hyper-util v0.1.3 |
1442 | 2024-08-23T21:21:10.226Z | Downloaded ctr v0.9.2 |
1443 | 2024-08-23T21:21:10.228Z | Downloaded yansi v0.5.1 |
1444 | 2024-08-23T21:21:10.230Z | Downloaded target-spec v3.2.1 |
1445 | 2024-08-23T21:21:10.230Z | Downloaded proc-macro-crate v3.1.0 |
1446 | 2024-08-23T21:21:10.233Z | Downloaded plotters-backend v0.3.5 |
1447 | 2024-08-23T21:21:10.233Z | Downloaded pbkdf2 v0.11.0 |
1448 | 2024-08-23T21:21:10.235Z | Downloaded ssh-cipher v0.2.0 |
1449 | 2024-08-23T21:21:10.237Z | Downloaded password-hash v0.4.2 |
1450 | 2024-08-23T21:21:10.239Z | Downloaded cfg-expr v0.16.0 |
1451 | 2024-08-23T21:21:10.241Z | Downloaded blake2b_simd v1.0.2 |
1452 | 2024-08-23T21:21:10.244Z | Downloaded hyper-rustls v0.26.0 |
1453 | 2024-08-23T21:21:10.246Z | Downloaded httptest v0.15.5 |
1454 | 2024-08-23T21:21:10.248Z | Downloaded ecdsa v0.16.9 |
1455 | 2024-08-23T21:21:10.248Z | Downloaded rfc6979 v0.4.0 |
1456 | 2024-08-23T21:21:10.251Z | Downloaded rustls-native-certs v0.7.0 |
1457 | 2024-08-23T21:21:10.253Z | Downloaded assert_cmd v2.0.16 |
1458 | 2024-08-23T21:21:10.255Z | Downloaded libtest-mimic v0.7.3 |
1459 | 2024-08-23T21:21:10.261Z | Downloaded russh-keys v0.44.0 |
1460 | 2024-08-23T21:21:10.263Z | Downloaded dhcproto v0.12.0 |
1461 | 2024-08-23T21:21:10.268Z | Downloaded toml_edit v0.21.1 |
1462 | 2024-08-23T21:21:10.289Z | Downloaded tinytemplate v1.2.1 |
1463 | 2024-08-23T21:21:10.292Z | Downloaded russh v0.44.1 |
1464 | 2024-08-23T21:21:10.296Z | Downloaded pretty_assertions v1.4.0 |
1465 | 2024-08-23T21:21:10.299Z | Downloaded rstest_macros v0.22.0 |
1466 | 2024-08-23T21:21:10.301Z | Downloaded p256 v0.13.2 |
1467 | 2024-08-23T21:21:10.304Z | Downloaded ed25519-dalek v2.1.1 |
1468 | 2024-08-23T21:21:10.310Z | Downloaded num-bigint v0.4.5 |
1469 | 2024-08-23T21:21:10.315Z | Downloaded hyper v1.3.1 |
1470 | 2024-08-23T21:21:10.322Z | Downloaded aes-gcm v0.10.3 |
1471 | 2024-08-23T21:21:10.326Z | Downloaded guppy v0.17.7 |
1472 | 2024-08-23T21:21:10.332Z | Downloaded tower v0.4.13 |
1473 | 2024-08-23T21:21:10.341Z | Downloaded ssh-key v0.6.6 |
1474 | 2024-08-23T21:21:10.348Z | Downloaded p521 v0.13.3 |
1475 | 2024-08-23T21:21:10.351Z | Downloaded p384 v0.13.0 |
1476 | 2024-08-23T21:21:10.358Z | Downloaded regex-automata v0.1.10 |
1477 | 2024-08-23T21:21:10.363Z | Downloaded trust-dns-proto v0.22.0 |
1478 | 2024-08-23T21:21:10.374Z | Downloaded idna v0.2.3 |
1479 | 2024-08-23T21:21:10.380Z | Downloaded bstr v0.2.17 |
1480 | 2024-08-23T21:21:10.389Z | Downloaded plotters v0.3.5 |
1481 | 2024-08-23T21:21:10.397Z | Downloaded criterion v0.5.1 |
1482 | 2024-08-23T21:21:11.027Z | Checking cfg-if v1.0.0 |
1483 | 2024-08-23T21:21:11.092Z | Checking libc v0.2.156 |
1484 | 2024-08-23T21:21:11.109Z | Checking serde v1.0.208 |
1485 | 2024-08-23T21:21:11.126Z | Checking memchr v2.7.2 |
1486 | 2024-08-23T21:21:11.146Z | Checking scopeguard v1.2.0 |
1487 | 2024-08-23T21:21:11.162Z | Checking log v0.4.21 |
1488 | 2024-08-23T21:21:11.184Z | Checking byteorder v1.5.0 |
1489 | 2024-08-23T21:21:11.203Z | Checking itoa v1.0.11 |
1490 | 2024-08-23T21:21:11.205Z | Checking smallvec v1.13.2 |
1491 | 2024-08-23T21:21:11.280Z | Checking lock_api v0.4.12 |
1492 | 2024-08-23T21:21:11.412Z | Checking zeroize v1.7.0 |
1493 | 2024-08-23T21:21:11.440Z | Checking once_cell v1.19.0 |
1494 | 2024-08-23T21:21:11.572Z | Checking pin-project-lite v0.2.14 |
1495 | 2024-08-23T21:21:11.598Z | Checking typenum v1.17.0 |
1496 | 2024-08-23T21:21:11.660Z | Checking libm v0.2.8 |
1497 | 2024-08-23T21:21:11.692Z | Checking subtle v2.5.0 |
1498 | 2024-08-23T21:21:11.694Z | Checking ryu v1.0.18 |
1499 | 2024-08-23T21:21:11.748Z | Checking spin v0.9.8 |
1500 | 2024-08-23T21:21:11.941Z | Checking thiserror v1.0.63 |
1501 | 2024-08-23T21:21:11.957Z | Checking futures-core v0.3.30 |
1502 | 2024-08-23T21:21:11.982Z | Checking zerocopy v0.7.34 |
1503 | 2024-08-23T21:21:12.070Z | Checking const-oid v0.9.6 |
1504 | 2024-08-23T21:21:12.094Z | Checking futures-sink v0.3.30 |
1505 | 2024-08-23T21:21:12.132Z | Checking getrandom v0.2.14 |
1506 | 2024-08-23T21:21:12.132Z | Checking parking_lot_core v0.9.10 |
1507 | 2024-08-23T21:21:12.228Z | Checking signal-hook-registry v1.4.2 |
1508 | 2024-08-23T21:21:12.443Z | Checking rand_core v0.6.4 |
1509 | 2024-08-23T21:21:12.472Z | Checking parking_lot v0.12.2 |
1510 | 2024-08-23T21:21:12.523Z | Checking mio v0.8.11 |
1511 | 2024-08-23T21:21:12.600Z | Checking num-traits v0.2.19 |
1512 | 2024-08-23T21:21:12.776Z | Checking num_cpus v1.16.0 |
1513 | 2024-08-23T21:21:12.856Z | Checking socket2 v0.5.7 |
1514 | 2024-08-23T21:21:12.902Z | Checking futures-channel v0.3.30 |
1515 | 2024-08-23T21:21:12.925Z | Checking generic-array v0.14.7 |
1516 | 2024-08-23T21:21:13.201Z | Checking slab v0.4.9 |
1517 | 2024-08-23T21:21:13.276Z | Checking pin-utils v0.1.0 |
1518 | 2024-08-23T21:21:13.364Z | Checking futures-io v0.3.30 |
1519 | 2024-08-23T21:21:13.387Z | Checking futures-task v0.3.30 |
1520 | 2024-08-23T21:21:13.451Z | Checking cpufeatures v0.2.12 |
1521 | 2024-08-23T21:21:13.484Z | Checking ahash v0.8.11 |
1522 | 2024-08-23T21:21:13.549Z | Checking allocator-api2 v0.2.18 |
1523 | 2024-08-23T21:21:13.581Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1524 | 2024-08-23T21:21:13.626Z | Checking futures-util v0.3.30 |
1525 | 2024-08-23T21:21:13.904Z | Checking fnv v1.0.7 |
1526 | 2024-08-23T21:21:13.966Z | Checking iana-time-zone v0.1.60 |
1527 | 2024-08-23T21:21:14.015Z | Checking equivalent v1.0.1 |
1528 | 2024-08-23T21:21:14.039Z | Checking tinyvec_macros v0.1.1 |
1529 | 2024-08-23T21:21:14.060Z | Checking crypto-common v0.1.6 |
1530 | 2024-08-23T21:21:14.109Z | Checking block-buffer v0.10.4 |
1531 | 2024-08-23T21:21:14.133Z | Checking ppv-lite86 v0.2.17 |
1532 | 2024-08-23T21:21:14.136Z | Checking tinyvec v1.6.0 |
1533 | 2024-08-23T21:21:14.205Z | Checking hashbrown v0.14.5 |
1534 | 2024-08-23T21:21:14.228Z | Checking unicode-bidi v0.3.15 |
1535 | 2024-08-23T21:21:14.251Z | Checking tracing-core v0.1.32 |
1536 | 2024-08-23T21:21:14.312Z | Checking digest v0.10.7 |
1537 | 2024-08-23T21:21:14.692Z | Checking regex-syntax v0.8.4 |
1538 | 2024-08-23T21:21:14.812Z | Checking errno v0.3.9 |
1539 | 2024-08-23T21:21:14.848Z | Checking rand_chacha v0.3.1 |
1540 | 2024-08-23T21:21:14.883Z | Checking tracing v0.1.40 |
1541 | 2024-08-23T21:21:14.972Z | Checking dyn-clone v1.0.17 |
1542 | 2024-08-23T21:21:15.120Z | Checking percent-encoding v2.3.1 |
1543 | 2024-08-23T21:21:15.211Z | Checking block-padding v0.3.3 |
1544 | 2024-08-23T21:21:15.237Z | Checking rand v0.8.5 |
1545 | 2024-08-23T21:21:15.323Z | Checking lazy_static v1.5.0 |
1546 | 2024-08-23T21:21:15.365Z | Checking aho-corasick v1.1.3 |
1547 | 2024-08-23T21:21:15.410Z | Checking inout v0.1.3 |
1548 | 2024-08-23T21:21:15.435Z | Checking unicode-normalization v0.1.23 |
1549 | 2024-08-23T21:21:15.437Z | Checking form_urlencoded v1.2.1 |
1550 | 2024-08-23T21:21:15.623Z | Checking cipher v0.4.4 |
1551 | 2024-08-23T21:21:15.647Z | Checking unicode-ident v1.0.12 |
1552 | 2024-08-23T21:21:15.810Z | Checking base64ct v1.6.0 |
1553 | 2024-08-23T21:21:16.022Z | Checking hmac v0.12.1 |
1554 | 2024-08-23T21:21:16.044Z | Checking bytes v1.7.1 |
1555 | 2024-08-23T21:21:16.231Z | Checking bitflags v2.6.0 |
1556 | 2024-08-23T21:21:16.250Z | Checking serde_json v1.0.125 |
1557 | 2024-08-23T21:21:16.329Z | Checking chrono v0.4.38 |
1558 | 2024-08-23T21:21:16.431Z | Checking uuid v1.10.0 |
1559 | 2024-08-23T21:21:16.526Z | Checking indexmap v2.4.0 |
1560 | 2024-08-23T21:21:16.841Z | Checking tokio v1.38.1 |
1561 | 2024-08-23T21:21:16.925Z | Checking rustix v0.38.34 |
1562 | 2024-08-23T21:21:17.042Z | Checking unicode-width v0.1.13 |
1563 | 2024-08-23T21:21:17.238Z | Checking proc-macro2 v1.0.86 |
1564 | 2024-08-23T21:21:17.810Z | Checking sha2 v0.10.8 |
1565 | 2024-08-23T21:21:17.913Z | Checking httparse v1.8.0 |
1566 | 2024-08-23T21:21:17.916Z | Checking regex-automata v0.4.6 |
1567 | 2024-08-23T21:21:17.957Z | Checking adler v1.0.2 |
1568 | 2024-08-23T21:21:18.115Z | Checking miniz_oxide v0.7.2 |
1569 | 2024-08-23T21:21:18.317Z | Checking quote v1.0.36 |
1570 | 2024-08-23T21:21:18.340Z | Checking http v0.2.12 |
1571 | 2024-08-23T21:21:18.398Z | Checking schemars v0.8.21 |
1572 | 2024-08-23T21:21:18.481Z | Checking idna v0.5.0 |
1573 | 2024-08-23T21:21:18.659Z | Checking powerfmt v0.2.0 |
1574 | 2024-08-23T21:21:18.805Z | Checking syn v2.0.74 |
1575 | 2024-08-23T21:21:18.908Z | Checking deranged v0.3.11 |
1576 | 2024-08-23T21:21:18.933Z | Checking num-conv v0.1.0 |
1577 | 2024-08-23T21:21:19.189Z | Checking time-core v0.1.2 |
1578 | 2024-08-23T21:21:19.325Z | Checking url v2.5.2 |
1579 | 2024-08-23T21:21:19.355Z | Checking untrusted v0.9.0 |
1580 | 2024-08-23T21:21:19.518Z | Checking num_threads v0.1.7 |
1581 | 2024-08-23T21:21:19.641Z | Checking ring v0.17.8 |
1582 | 2024-08-23T21:21:19.701Z | Checking pem-rfc7468 v0.7.0 |
1583 | 2024-08-23T21:21:19.966Z | Checking try-lock v0.2.5 |
1584 | 2024-08-23T21:21:19.988Z | Checking socket2 v0.4.10 |
1585 | 2024-08-23T21:21:20.094Z | Checking want v0.3.1 |
1586 | 2024-08-23T21:21:20.124Z | Checking slog v2.7.0 |
1587 | 2024-08-23T21:21:20.278Z | Checking tower-service v0.3.2 |
1588 | 2024-08-23T21:21:20.397Z | Checking flagset v0.4.5 |
1589 | 2024-08-23T21:21:20.400Z | Checking pbkdf2 v0.12.2 |
1590 | 2024-08-23T21:21:20.578Z | Checking aes v0.8.4 |
1591 | 2024-08-23T21:21:20.602Z | Checking der v0.7.9 |
1592 | 2024-08-23T21:21:20.605Z | Checking gimli v0.28.1 |
1593 | 2024-08-23T21:21:20.701Z | Checking time v0.3.36 |
1594 | 2024-08-23T21:21:21.469Z | Checking futures-executor v0.3.30 |
1595 | 2024-08-23T21:21:21.472Z | Checking cbc v0.1.2 |
1596 | 2024-08-23T21:21:21.680Z | Checking salsa20 v0.10.2 |
1597 | 2024-08-23T21:21:21.720Z | Checking object v0.32.2 |
1598 | 2024-08-23T21:21:21.903Z | Checking rustc-demangle v0.1.24 |
1599 | 2024-08-23T21:21:22.332Z | Checking httpdate v1.0.3 |
1600 | 2024-08-23T21:21:22.467Z | Checking regex v1.10.6 |
1601 | 2024-08-23T21:21:22.492Z | Checking spki v0.7.3 |
1602 | 2024-08-23T21:21:22.557Z | Checking base64 v0.21.7 |
1603 | 2024-08-23T21:21:22.781Z | Checking scrypt v0.11.0 |
1604 | 2024-08-23T21:21:23.011Z | Checking futures v0.3.30 |
1605 | 2024-08-23T21:21:23.035Z | Checking http-body v0.4.6 |
1606 | 2024-08-23T21:21:23.057Z | Checking utf8parse v0.2.1 |
1607 | 2024-08-23T21:21:23.123Z | Checking pkcs5 v0.7.1 |
1608 | 2024-08-23T21:21:23.150Z | Checking ipnet v2.9.0 |
1609 | 2024-08-23T21:21:23.198Z | Checking openssl-probe v0.1.5 |
1610 | 2024-08-23T21:21:23.351Z | Checking mime v0.3.17 |
1611 | 2024-08-23T21:21:23.414Z | Checking foreign-types-shared v0.1.1 |
1612 | 2024-08-23T21:21:23.521Z | Checking foreign-types v0.3.2 |
1613 | 2024-08-23T21:21:23.577Z | Checking openssl-sys v0.9.103 |
1614 | 2024-08-23T21:21:23.616Z | Checking anstyle v1.0.8 |
1615 | 2024-08-23T21:21:23.649Z | Checking pkcs8 v0.10.2 |
1616 | 2024-08-23T21:21:23.685Z | Checking sct v0.7.1 |
1617 | 2024-08-23T21:21:23.742Z | Checking tokio-util v0.7.11 |
1618 | 2024-08-23T21:21:23.885Z | Checking rustls-webpki v0.101.7 |
1619 | 2024-08-23T21:21:23.956Z | Checking semver v1.0.23 |
1620 | 2024-08-23T21:21:23.976Z | Checking toml_datetime v0.6.8 |
1621 | 2024-08-23T21:21:24.254Z | Checking serde_spanned v0.6.7 |
1622 | 2024-08-23T21:21:24.349Z | Checking crossbeam-utils v0.8.19 |
1623 | 2024-08-23T21:21:24.427Z | Checking addr2line v0.21.0 |
1624 | 2024-08-23T21:21:24.450Z | Checking data-encoding v2.6.0 |
1625 | 2024-08-23T21:21:24.569Z | Checking either v1.13.0 |
1626 | 2024-08-23T21:21:24.592Z | Checking h2 v0.3.26 |
1627 | 2024-08-23T21:21:24.836Z | Checking openssl v0.10.66 |
1628 | 2024-08-23T21:21:24.907Z | Checking rustls v0.21.12 |
1629 | 2024-08-23T21:21:24.932Z | Checking serde_urlencoded v0.7.1 |
1630 | 2024-08-23T21:21:25.036Z | Checking scroll v0.12.0 |
1631 | 2024-08-23T21:21:25.074Z | Checking encoding_rs v0.8.34 |
1632 | 2024-08-23T21:21:25.098Z | Checking plain v0.2.3 |
1633 | 2024-08-23T21:21:25.245Z | Checking ucd-trie v0.1.6 |
1634 | 2024-08-23T21:21:25.325Z | Checking anstyle-parse v0.2.4 |
1635 | 2024-08-23T21:21:25.454Z | Checking pest v2.7.10 |
1636 | 2024-08-23T21:21:25.496Z | Checking goblin v0.8.2 |
1637 | 2024-08-23T21:21:25.588Z | Checking idna v0.3.0 |
1638 | 2024-08-23T21:21:26.399Z | Checking anstyle-query v1.0.3 |
1639 | 2024-08-23T21:21:26.521Z | Checking pretty-hex v0.4.1 |
1640 | 2024-08-23T21:21:26.699Z | Checking bitflags v1.3.2 |
1641 | 2024-08-23T21:21:26.807Z | Checking psl-types v2.0.11 |
1642 | 2024-08-23T21:21:26.991Z | Checking is_terminal_polyfill v1.70.0 |
1643 | 2024-08-23T21:21:27.115Z | Checking colorchoice v1.0.1 |
1644 | 2024-08-23T21:21:27.254Z | Checking anstream v0.6.14 |
1645 | 2024-08-23T21:21:27.425Z | Checking publicsuffix v2.2.3 |
1646 | 2024-08-23T21:21:27.663Z | Checking cookie v0.17.0 |
1647 | 2024-08-23T21:21:27.687Z | Checking rustls-pemfile v1.0.4 |
1648 | 2024-08-23T21:21:27.782Z | Checking backtrace v0.3.71 |
1649 | 2024-08-23T21:21:27.883Z | Checking terminal_size v0.3.0 |
1650 | 2024-08-23T21:21:27.922Z | Checking dtrace-parser v0.2.0 |
1651 | 2024-08-23T21:21:28.049Z | Checking thread-id v4.2.1 |
1652 | 2024-08-23T21:21:28.052Z | Checking tokio-rustls v0.24.1 |
1653 | 2024-08-23T21:21:28.085Z | Checking strsim v0.11.1 |
1654 | 2024-08-23T21:21:28.154Z | Checking clap_lex v0.7.0 |
1655 | 2024-08-23T21:21:28.328Z | Checking anyhow v1.0.86 |
1656 | 2024-08-23T21:21:28.362Z | Checking cookie_store v0.20.0 |
1657 | 2024-08-23T21:21:28.398Z | Checking clap_builder v4.5.15 |
1658 | 2024-08-23T21:21:28.422Z | Checking openapiv3 v2.0.0 |
1659 | 2024-08-23T21:21:28.443Z | Checking signature v2.2.0 |
1660 | 2024-08-23T21:21:28.643Z | Checking sha1 v0.10.6 |
1661 | 2024-08-23T21:21:28.672Z | Checking memmap v0.7.0 |
1662 | 2024-08-23T21:21:28.881Z | Checking webpki-roots v0.25.4 |
1663 | 2024-08-23T21:21:28.927Z | Checking base64 v0.22.1 |
1664 | 2024-08-23T21:21:28.987Z | Checking sync_wrapper v0.1.2 |
1665 | 2024-08-23T21:21:29.044Z | Checking num-integer v0.1.46 |
1666 | 2024-08-23T21:21:29.118Z | Checking base16ct v0.2.0 |
1667 | 2024-08-23T21:21:29.319Z | Checking sec1 v0.7.3 |
1668 | 2024-08-23T21:21:29.378Z | Checking ff v0.13.0 |
1669 | 2024-08-23T21:21:29.515Z | Checking stable_deref_trait v1.2.0 |
1670 | 2024-08-23T21:21:29.600Z | Checking group v0.13.0 |
1671 | 2024-08-23T21:21:29.623Z | Checking num-iter v0.1.45 |
1672 | 2024-08-23T21:21:29.685Z | Checking hkdf v0.12.4 |
1673 | 2024-08-23T21:21:29.803Z | Checking crypto-bigint v0.5.5 |
1674 | 2024-08-23T21:21:29.865Z | Checking crc32fast v1.4.0 |
1675 | 2024-08-23T21:21:29.888Z | Checking winnow v0.6.18 |
1676 | 2024-08-23T21:21:30.029Z | Checking native-tls v0.2.11 |
1677 | 2024-08-23T21:21:30.086Z | Checking crossbeam-epoch v0.9.18 |
1678 | 2024-08-23T21:21:30.321Z | Checking dof v0.3.0 |
1679 | 2024-08-23T21:21:30.356Z | Checking tokio-native-tls v0.3.1 |
1680 | 2024-08-23T21:21:30.524Z | Checking hex v0.4.3 |
1681 | 2024-08-23T21:21:30.550Z | Checking hyper v0.14.30 |
1682 | 2024-08-23T21:21:30.623Z | Checking managed v0.8.0 |
1683 | 2024-08-23T21:21:30.947Z | Checking usdt-impl v0.5.0 |
1684 | 2024-08-23T21:21:31.004Z | Checking winnow v0.5.40 |
1685 | 2024-08-23T21:21:31.029Z | Checking unicode-segmentation v1.11.0 |
1686 | 2024-08-23T21:21:31.403Z | Checking clap v4.5.16 |
1687 | 2024-08-23T21:21:31.482Z | Checking usdt v0.5.0 |
1688 | 2024-08-23T21:21:31.525Z | Checking static_assertions v1.1.0 |
1689 | 2024-08-23T21:21:31.620Z | Checking num-bigint-dig v0.8.4 |
1690 | 2024-08-23T21:21:31.643Z | Checking pkcs1 v0.7.5 |
1691 | 2024-08-23T21:21:31.735Z | Checking zerocopy v0.6.6 |
1692 | 2024-08-23T21:21:31.913Z | Checking signal-hook v0.3.17 |
1693 | 2024-08-23T21:21:32.038Z | Checking flate2 v1.0.31 |
1694 | 2024-08-23T21:21:32.243Z | Checking bstr v1.9.1 |
1695 | 2024-08-23T21:21:32.493Z | Checking mio v1.0.2 |
1696 | 2024-08-23T21:21:32.517Z | Checking elliptic-curve v0.13.8 |
1697 | 2024-08-23T21:21:32.675Z | Checking siphasher v0.3.11 |
1698 | 2024-08-23T21:21:32.811Z | Checking toml_edit v0.22.20 |
1699 | 2024-08-23T21:21:32.973Z | Checking itertools v0.10.5 |
1700 | 2024-08-23T21:21:33.113Z | Checking signal-hook-mio v0.2.4 |
1701 | 2024-08-23T21:21:33.132Z | Checking bit-vec v0.6.3 |
1702 | 2024-08-23T21:21:33.158Z | Checking itertools v0.12.1 |
1703 | 2024-08-23T21:21:33.254Z | Checking idna v0.4.0 |
1704 | 2024-08-23T21:21:33.479Z | Checking bit-set v0.5.3 |
1705 | 2024-08-23T21:21:33.746Z | Checking hash32 v0.2.1 |
1706 | 2024-08-23T21:21:33.785Z | Checking rsa v0.9.6 |
1707 | 2024-08-23T21:21:33.931Z | Checking toml_edit v0.19.15 |
1708 | 2024-08-23T21:21:34.060Z | Checking finl_unicode v1.2.0 |
1709 | 2024-08-23T21:21:34.086Z | Checking predicates-core v1.0.6 |
1710 | 2024-08-23T21:21:34.265Z | Checking hickory-proto v0.24.1 |
1711 | 2024-08-23T21:21:34.666Z | Checking stringprep v0.1.4 |
1712 | 2024-08-23T21:21:34.854Z | Checking heapless v0.7.17 |
1713 | 2024-08-23T21:21:34.936Z | Checking console v0.15.8 |
1714 | 2024-08-23T21:21:35.173Z | Checking md-5 v0.10.6 |
1715 | 2024-08-23T21:21:35.358Z | Checking float-cmp v0.9.0 |
1716 | 2024-08-23T21:21:35.391Z | Checking fallible-iterator v0.2.0 |
1717 | 2024-08-23T21:21:35.493Z | Checking fixedbitset v0.4.2 |
1718 | 2024-08-23T21:21:35.548Z | Checking difflib v0.4.0 |
1719 | 2024-08-23T21:21:35.668Z | Checking normalize-line-endings v0.3.0 |
1720 | 2024-08-23T21:21:35.752Z | Checking petgraph v0.6.5 |
1721 | 2024-08-23T21:21:35.788Z | Checking similar v2.6.0 |
1722 | 2024-08-23T21:21:35.848Z | Checking smoltcp v0.9.1 |
1723 | 2024-08-23T21:21:35.877Z | Checking predicates v3.1.2 |
1724 | 2024-08-23T21:21:35.998Z | Checking postgres-protocol v0.6.7 |
1725 | 2024-08-23T21:21:36.295Z | Checking toml v0.7.8 |
1726 | 2024-08-23T21:21:36.435Z | Checking hyper-rustls v0.24.2 |
1727 | 2024-08-23T21:21:36.537Z | Checking hyper-tls v0.5.0 |
1728 | 2024-08-23T21:21:36.589Z | Checking phf_shared v0.10.0 |
1729 | 2024-08-23T21:21:36.638Z | Checking phf_shared v0.11.2 |
1730 | 2024-08-23T21:21:36.715Z | Checking tokio-stream v0.1.15 |
1731 | 2024-08-23T21:21:36.818Z | Checking reqwest v0.11.27 |
1732 | 2024-08-23T21:21:36.878Z | Checking fs-err v2.11.0 |
1733 | 2024-08-23T21:21:36.919Z | Checking nix v0.28.0 |
1734 | 2024-08-23T21:21:37.020Z | Checking hubpack v0.1.2 |
1735 | 2024-08-23T21:21:37.285Z | Checking precomputed-hash v0.1.1 |
1736 | 2024-08-23T21:21:37.338Z | Checking lalrpop-util v0.19.12 |
1737 | 2024-08-23T21:21:37.409Z | Checking new_debug_unreachable v1.0.6 |
1738 | 2024-08-23T21:21:37.431Z | Checking minimal-lexical v0.2.1 |
1739 | 2024-08-23T21:21:37.503Z | Checking string_cache v0.8.7 |
1740 | 2024-08-23T21:21:37.528Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1741 | 2024-08-23T21:21:37.624Z | Checking phf v0.11.2 |
1742 | 2024-08-23T21:21:37.783Z | Checking postgres-types v0.2.7 |
1743 | 2024-08-23T21:21:37.817Z | Checking nom v7.1.3 |
1744 | 2024-08-23T21:21:37.889Z | Checking whoami v1.5.1 |
1745 | 2024-08-23T21:21:38.189Z | Checking peg-runtime v0.8.3 |
1746 | 2024-08-23T21:21:38.479Z | Compiling regress v0.9.1 |
1747 | 2024-08-23T21:21:38.502Z | Checking tokio-postgres v0.7.11 |
1748 | 2024-08-23T21:21:38.523Z | Compiling getopts v0.2.21 |
1749 | 2024-08-23T21:21:39.005Z | Compiling unsafe-libyaml v0.2.11 |
1750 | 2024-08-23T21:21:39.030Z | Checking camino v1.1.9 |
1751 | 2024-08-23T21:21:39.398Z | Checking heck v0.5.0 |
1752 | 2024-08-23T21:21:39.613Z | Checking is-terminal v0.4.12 |
1753 | 2024-08-23T21:21:39.647Z | Compiling paste v1.0.15 |
1754 | 2024-08-23T21:21:39.730Z | Compiling ident_case v1.0.1 |
1755 | 2024-08-23T21:21:39.907Z | Compiling darling_core v0.20.9 |
1756 | 2024-08-23T21:21:40.244Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1757 | 2024-08-23T21:21:40.574Z | Compiling serde_yaml v0.9.34+deprecated |
1758 | 2024-08-23T21:21:41.273Z | Compiling rustls v0.22.4 |
1759 | 2024-08-23T21:21:41.411Z | Checking http v1.1.0 |
1760 | 2024-08-23T21:21:41.613Z | Checking dirs-sys-next v0.1.2 |
1761 | 2024-08-23T21:21:41.793Z | Checking dirs-next v2.0.0 |
1762 | 2024-08-23T21:21:41.889Z | Checking crossbeam-channel v0.5.12 |
1763 | 2024-08-23T21:21:41.930Z | Checking thread_local v1.1.8 |
1764 | 2024-08-23T21:21:42.208Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1765 | 2024-08-23T21:21:42.565Z | Compiling multer v3.1.0 |
1766 | 2024-08-23T21:21:42.611Z | Checking term v0.7.0 |
1767 | 2024-08-23T21:21:42.765Z | Checking strum v0.26.3 |
1768 | 2024-08-23T21:21:42.912Z | Compiling async-stream-impl v0.3.5 |
1769 | 2024-08-23T21:21:42.949Z | Checking take_mut v0.2.2 |
1770 | 2024-08-23T21:21:43.045Z | Checking slog-term v2.9.1 |
1771 | 2024-08-23T21:21:43.102Z | Checking slog-async v2.8.0 |
1772 | 2024-08-23T21:21:43.406Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1773 | 2024-08-23T21:21:43.559Z | Checking match_cfg v0.1.0 |
1774 | 2024-08-23T21:21:43.583Z | Checking rustls-pki-types v1.7.0 |
1775 | 2024-08-23T21:21:43.655Z | Checking hostname v0.3.1 |
1776 | 2024-08-23T21:21:43.771Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1777 | 2024-08-23T21:21:43.797Z | Checking toml v0.8.19 |
1778 | 2024-08-23T21:21:43.989Z | Checking rustls-webpki v0.102.4 |
1779 | 2024-08-23T21:21:44.316Z | Checking rustls-pemfile v2.1.3 |
1780 | 2024-08-23T21:21:44.569Z | Checking debug-ignore v1.0.5 |
1781 | 2024-08-23T21:21:44.593Z | Checking slog-json v2.6.1 |
1782 | 2024-08-23T21:21:44.713Z | Checking atomic-waker v1.1.2 |
1783 | 2024-08-23T21:21:44.753Z | Checking async-stream v0.3.5 |
1784 | 2024-08-23T21:21:44.831Z | Checking slog-bunyan v2.5.0 |
1785 | 2024-08-23T21:21:44.858Z | Checking waitgroup v0.1.2 |
1786 | 2024-08-23T21:21:44.992Z | Checking ipnetwork v0.20.0 |
1787 | 2024-08-23T21:21:45.013Z | Checking serde_path_to_error v0.1.16 |
1788 | 2024-08-23T21:21:45.352Z | Checking hostname v0.4.0 |
1789 | 2024-08-23T21:21:45.376Z | Checking instant v0.1.12 |
1790 | 2024-08-23T21:21:45.495Z | Compiling structmeta-derive v0.3.0 |
1791 | 2024-08-23T21:21:45.516Z | Checking fastrand v2.1.0 |
1792 | 2024-08-23T21:21:45.539Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1793 | 2024-08-23T21:21:45.609Z | Checking newtype-uuid v1.1.0 |
1794 | 2024-08-23T21:21:45.830Z | Checking tempfile v3.10.1 |
1795 | 2024-08-23T21:21:45.860Z | Checking quick-error v1.2.3 |
1796 | 2024-08-23T21:21:46.006Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1797 | 2024-08-23T21:21:46.185Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1798 | 2024-08-23T21:21:46.317Z | Checking macaddr v1.0.1 |
1799 | 2024-08-23T21:21:46.481Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1800 | 2024-08-23T21:21:46.619Z | Checking backoff v0.4.0 |
1801 | 2024-08-23T21:21:46.655Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1802 | 2024-08-23T21:21:46.804Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1803 | 2024-08-23T21:21:46.883Z | Compiling darling_macro v0.20.9 |
1804 | 2024-08-23T21:21:46.904Z | Checking wait-timeout v0.2.0 |
1805 | 2024-08-23T21:21:46.967Z | Checking rand_xorshift v0.3.0 |
1806 | 2024-08-23T21:21:47.004Z | Compiling structmeta-derive v0.2.0 |
1807 | 2024-08-23T21:21:47.091Z | Checking rusty-fork v0.3.0 |
1808 | 2024-08-23T21:21:47.147Z | Checking unarray v0.1.4 |
1809 | 2024-08-23T21:21:47.325Z | Compiling proc-macro-error v1.0.4 |
1810 | 2024-08-23T21:21:47.411Z | Checking proptest v1.5.0 |
1811 | 2024-08-23T21:21:47.889Z | Compiling darling v0.20.9 |
1812 | 2024-08-23T21:21:48.012Z | Compiling serde_with_macros v3.9.0 |
1813 | 2024-08-23T21:21:48.049Z | Checking camino-tempfile v1.1.1 |
1814 | 2024-08-23T21:21:48.327Z | Compiling proc-macro-crate v1.3.1 |
1815 | 2024-08-23T21:21:48.380Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2024-08-23T21:21:48.461Z | Checking tokio-rustls v0.25.0 |
1817 | 2024-08-23T21:21:48.494Z | Compiling structmeta v0.3.0 |
1818 | 2024-08-23T21:21:48.778Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1819 | 2024-08-23T21:21:48.933Z | Compiling parse-display-derive v0.10.0 |
1820 | 2024-08-23T21:21:49.107Z | Compiling foreign-types-macros v0.2.3 |
1821 | 2024-08-23T21:21:49.423Z | Compiling num_enum_derive v0.5.11 |
1822 | 2024-08-23T21:21:49.980Z | Compiling structmeta v0.2.0 |
1823 | 2024-08-23T21:21:50.365Z | Checking foreign-types-shared v0.3.1 |
1824 | 2024-08-23T21:21:50.404Z | Compiling test-strategy v0.3.1 |
1825 | 2024-08-23T21:21:50.488Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1826 | 2024-08-23T21:21:50.835Z | Checking foreign-types v0.5.0 |
1827 | 2024-08-23T21:21:50.935Z | Checking serde_with v3.9.0 |
1828 | 2024-08-23T21:21:51.287Z | Checking cstr-argument v0.1.2 |
1829 | 2024-08-23T21:21:51.467Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1830 | 2024-08-23T21:21:51.987Z | Checking pretty-hex v0.2.1 |
1831 | 2024-08-23T21:21:52.058Z | Checking num_enum v0.5.11 |
1832 | 2024-08-23T21:21:52.153Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1833 | 2024-08-23T21:21:52.221Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1834 | 2024-08-23T21:21:52.507Z | Checking tabwriter v1.4.0 |
1835 | 2024-08-23T21:21:52.530Z | Checking colored v2.1.0 |
1836 | 2024-08-23T21:21:52.584Z | Checking smf v0.2.3 |
1837 | 2024-08-23T21:21:52.725Z | Checking termtree v0.4.1 |
1838 | 2024-08-23T21:21:52.758Z | Compiling heapless v0.8.0 |
1839 | 2024-08-23T21:21:52.848Z | Checking hash32 v0.3.1 |
1840 | 2024-08-23T21:21:52.941Z | Checking predicates-tree v1.0.9 |
1841 | 2024-08-23T21:21:53.015Z | Compiling smoltcp v0.11.0 |
1842 | 2024-08-23T21:21:53.044Z | Compiling crucible-workspace-hack v0.1.0 |
1843 | 2024-08-23T21:21:53.096Z | Checking embedded-io v0.4.0 |
1844 | 2024-08-23T21:21:53.310Z | Checking cobs v0.2.3 |
1845 | 2024-08-23T21:21:53.484Z | Checking postcard v1.0.8 |
1846 | 2024-08-23T21:21:53.486Z | Checking sigpipe v0.1.3 |
1847 | 2024-08-23T21:21:53.582Z | Checking parse-display v0.10.0 |
1848 | 2024-08-23T21:21:53.619Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1849 | 2024-08-23T21:21:53.798Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-08-23T21:21:53.817Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1851 | 2024-08-23T21:21:53.947Z | Compiling mockall_derive v0.13.0 |
1852 | 2024-08-23T21:21:53.998Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1853 | 2024-08-23T21:21:54.130Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1854 | 2024-08-23T21:21:54.259Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1855 | 2024-08-23T21:21:54.325Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1856 | 2024-08-23T21:21:54.423Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1857 | 2024-08-23T21:21:54.475Z | Compiling num-derive v0.4.2 |
1858 | 2024-08-23T21:21:54.677Z | Checking downcast v0.11.0 |
1859 | 2024-08-23T21:21:54.743Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1860 | 2024-08-23T21:21:54.882Z | Checking fragile v2.0.0 |
1861 | 2024-08-23T21:21:55.086Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1862 | 2024-08-23T21:21:55.160Z | Checking humantime v2.1.0 |
1863 | 2024-08-23T21:21:55.329Z | Checking arc-swap v1.7.1 |
1864 | 2024-08-23T21:21:55.443Z | Checking utf-8 v0.7.6 |
1865 | 2024-08-23T21:21:55.657Z | Checking xattr v1.3.1 |
1866 | 2024-08-23T21:21:55.772Z | Checking slog-scope v4.4.0 |
1867 | 2024-08-23T21:21:55.816Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1868 | 2024-08-23T21:21:55.858Z | Checking filetime v0.2.24 |
1869 | 2024-08-23T21:21:55.965Z | Checking slog-stdlog v4.1.1 |
1870 | 2024-08-23T21:21:55.997Z | Checking termcolor v1.4.1 |
1871 | 2024-08-23T21:21:56.074Z | Checking tar v0.4.41 |
1872 | 2024-08-23T21:21:56.131Z | Checking slog-envlogger v2.2.0 |
1873 | 2024-08-23T21:21:56.375Z | Checking same-file v1.0.6 |
1874 | 2024-08-23T21:21:56.419Z | Checking newline-converter v0.3.0 |
1875 | 2024-08-23T21:21:56.537Z | Checking walkdir v2.5.0 |
1876 | 2024-08-23T21:21:56.574Z | Checking expectorate v1.1.0 |
1877 | 2024-08-23T21:21:56.595Z | Checking tungstenite v0.21.0 |
1878 | 2024-08-23T21:21:56.741Z | Checking atty v0.2.14 |
1879 | 2024-08-23T21:21:56.785Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1880 | 2024-08-23T21:21:56.808Z | Compiling derive-where v1.2.7 |
1881 | 2024-08-23T21:21:56.810Z | Checking pem v3.0.4 |
1882 | 2024-08-23T21:21:56.859Z | Checking password-hash v0.5.0 |
1883 | 2024-08-23T21:21:57.095Z | Checking blake2 v0.10.6 |
1884 | 2024-08-23T21:21:57.238Z | Checking tungstenite v0.20.1 |
1885 | 2024-08-23T21:21:57.297Z | Checking env_logger v0.9.3 |
1886 | 2024-08-23T21:21:57.502Z | Checking tokio-tungstenite v0.21.0 |
1887 | 2024-08-23T21:21:57.528Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1888 | 2024-08-23T21:21:57.551Z | Checking argon2 v0.5.3 |
1889 | 2024-08-23T21:21:57.778Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-23T21:21:58.008Z | Checking num-rational v0.4.2 |
1891 | 2024-08-23T21:21:58.142Z | Checking num-complex v0.4.6 |
1892 | 2024-08-23T21:21:58.175Z | Checking tokio-tungstenite v0.20.1 |
1893 | 2024-08-23T21:21:58.242Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1894 | 2024-08-23T21:21:58.610Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-23T21:21:58.666Z | Compiling bitstruct_derive v0.1.0 |
1896 | 2024-08-23T21:21:58.669Z | Checking ascii v1.1.0 |
1897 | 2024-08-23T21:21:58.730Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-08-23T21:21:58.887Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1899 | 2024-08-23T21:21:58.909Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-23T21:21:59.057Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1901 | 2024-08-23T21:21:59.078Z | Checking num v0.4.3 |
1902 | 2024-08-23T21:21:59.160Z | Checking atomicwrites v0.4.3 |
1903 | 2024-08-23T21:21:59.183Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-23T21:21:59.364Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-08-23T21:21:59.485Z | Checking serde_arrays v0.1.0 |
1906 | 2024-08-23T21:21:59.624Z | Checking erased-serde v0.3.31 |
1907 | 2024-08-23T21:21:59.646Z | Checking float-ord v0.3.2 |
1908 | 2024-08-23T21:21:59.793Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1909 | 2024-08-23T21:21:59.984Z | Compiling heck v0.3.3 |
1910 | 2024-08-23T21:22:00.048Z | Checking bitstruct v0.1.1 |
1911 | 2024-08-23T21:22:00.159Z | Compiling convert_case v0.4.0 |
1912 | 2024-08-23T21:22:00.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1913 | 2024-08-23T21:22:00.437Z | Checking yasna v0.5.2 |
1914 | 2024-08-23T21:22:00.459Z | Compiling zone_cfg_derive v0.1.2 |
1915 | 2024-08-23T21:22:00.483Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1916 | 2024-08-23T21:22:00.533Z | Checking headers-core v0.2.0 |
1917 | 2024-08-23T21:22:00.556Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1918 | 2024-08-23T21:22:00.639Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-08-23T21:22:00.671Z | Checking base64 v0.13.1 |
1920 | 2024-08-23T21:22:00.841Z | Checking headers v0.3.9 |
1921 | 2024-08-23T21:22:01.057Z | Checking ron v0.7.1 |
1922 | 2024-08-23T21:22:01.146Z | Compiling derive_more v0.99.18 |
1923 | 2024-08-23T21:22:01.327Z | Checking rcgen v0.12.1 |
1924 | 2024-08-23T21:22:01.930Z | Checking zone v0.1.8 |
1925 | 2024-08-23T21:22:02.034Z | Checking portpicker v0.1.1 |
1926 | 2024-08-23T21:22:02.473Z | Checking mockall v0.13.0 |
1927 | 2024-08-23T21:22:02.602Z | Checking subprocess v0.2.9 |
1928 | 2024-08-23T21:22:02.700Z | Checking half v2.4.1 |
1929 | 2024-08-23T21:22:02.721Z | Checking ciborium-io v0.2.2 |
1930 | 2024-08-23T21:22:02.850Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1931 | 2024-08-23T21:22:03.178Z | Compiling rayon-core v1.12.1 |
1932 | 2024-08-23T21:22:03.201Z | Checking ciborium-ll v0.2.2 |
1933 | 2024-08-23T21:22:03.517Z | Checking ciborium v0.2.2 |
1934 | 2024-08-23T21:22:03.535Z | Checking swrite v0.1.0 |
1935 | 2024-08-23T21:22:03.651Z | Checking highway v1.2.0 |
1936 | 2024-08-23T21:22:03.674Z | Compiling prettyplease v0.2.20 |
1937 | 2024-08-23T21:22:03.768Z | Compiling home v0.5.9 |
1938 | 2024-08-23T21:22:03.917Z | Compiling semver v0.1.20 |
1939 | 2024-08-23T21:22:04.011Z | Checking linked-hash-map v0.5.6 |
1940 | 2024-08-23T21:22:04.030Z | Compiling cookie v0.18.1 |
1941 | 2024-08-23T21:22:04.087Z | Compiling slog-dtrace v0.3.0 |
1942 | 2024-08-23T21:22:04.329Z | Checking lru-cache v0.1.2 |
1943 | 2024-08-23T21:22:04.352Z | Compiling rustc_version v0.1.7 |
1944 | 2024-08-23T21:22:04.515Z | Compiling blake3 v1.5.1 |
1945 | 2024-08-23T21:22:04.553Z | Compiling ring v0.16.20 |
1946 | 2024-08-23T21:22:04.574Z | Compiling cancel-safe-futures v0.1.5 |
1947 | 2024-08-23T21:22:04.900Z | Compiling newtype_derive v0.1.6 |
1948 | 2024-08-23T21:22:04.919Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1949 | 2024-08-23T21:22:05.056Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1950 | 2024-08-23T21:22:05.395Z | Checking steno v0.4.1 |
1951 | 2024-08-23T21:22:05.791Z | Checking itertools v0.13.0 |
1952 | 2024-08-23T21:22:07.660Z | Checking resolv-conf v0.7.0 |
1953 | 2024-08-23T21:22:08.000Z | Checking hickory-resolver v0.24.1 |
1954 | 2024-08-23T21:22:08.325Z | Checking libsw v3.3.1 |
1955 | 2024-08-23T21:22:08.493Z | Checking linear-map v1.2.0 |
1956 | 2024-08-23T21:22:08.565Z | Checking owo-colors v4.0.0 |
1957 | 2024-08-23T21:22:09.704Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-08-23T21:22:10.001Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-08-23T21:22:10.067Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1960 | 2024-08-23T21:22:10.342Z | Compiling crossbeam-deque v0.8.5 |
1961 | 2024-08-23T21:22:10.385Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1962 | 2024-08-23T21:22:13.216Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1963 | 2024-08-23T21:22:14.029Z | Compiling rayon v1.10.0 |
1964 | 2024-08-23T21:22:14.081Z | Compiling memmap2 v0.9.4 |
1965 | 2024-08-23T21:22:14.554Z | Compiling spin v0.5.2 |
1966 | 2024-08-23T21:22:14.675Z | Compiling constant_time_eq v0.3.0 |
1967 | 2024-08-23T21:22:14.780Z | Compiling untrusted v0.7.1 |
1968 | 2024-08-23T21:22:14.802Z | Compiling arrayvec v0.7.4 |
1969 | 2024-08-23T21:22:14.861Z | Compiling arrayref v0.3.7 |
1970 | 2024-08-23T21:22:15.148Z | Compiling toolchain_find v0.4.0 |
1971 | 2024-08-23T21:22:15.653Z | Compiling topological-sort v0.2.2 |
1972 | 2024-08-23T21:22:15.812Z | Compiling rustfmt-wrapper v0.2.1 |
1973 | 2024-08-23T21:22:15.884Z | Checking display-error-chain v0.2.0 |
1974 | 2024-08-23T21:22:16.035Z | Checking nibble_vec v0.1.0 |
1975 | 2024-08-23T21:22:16.239Z | Checking endian-type v0.1.2 |
1976 | 2024-08-23T21:22:16.385Z | Checking fxhash v0.2.1 |
1977 | 2024-08-23T21:22:16.457Z | Checking radix_trie v0.2.1 |
1978 | 2024-08-23T21:22:16.510Z | Checking keccak v0.1.5 |
1979 | 2024-08-23T21:22:16.552Z | Checking secrecy v0.8.0 |
1980 | 2024-08-23T21:22:16.770Z | Checking universal-hash v0.5.1 |
1981 | 2024-08-23T21:22:16.822Z | Checking sha3 v0.10.8 |
1982 | 2024-08-23T21:22:16.848Z | Checking opaque-debug v0.3.1 |
1983 | 2024-08-23T21:22:16.945Z | Compiling curve25519-dalek v4.1.3 |
1984 | 2024-08-23T21:22:16.947Z | Compiling radium v0.7.0 |
1985 | 2024-08-23T21:22:17.229Z | Checking maplit v1.0.2 |
1986 | 2024-08-23T21:22:17.353Z | Checking aead v0.5.2 |
1987 | 2024-08-23T21:22:17.462Z | Compiling curve25519-dalek-derive v0.1.1 |
1988 | 2024-08-23T21:22:17.585Z | Compiling maybe-uninit v2.0.0 |
1989 | 2024-08-23T21:22:17.733Z | Checking tap v1.0.1 |
1990 | 2024-08-23T21:22:17.906Z | Checking wyz v0.5.1 |
1991 | 2024-08-23T21:22:18.591Z | Checking poly1305 v0.8.0 |
1992 | 2024-08-23T21:22:18.622Z | Checking chacha20 v0.9.1 |
1993 | 2024-08-23T21:22:18.684Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1994 | 2024-08-23T21:22:18.970Z | Compiling omicron-zone-package v0.11.0 |
1995 | 2024-08-23T21:22:19.060Z | Checking crc-catalog v2.4.0 |
1996 | 2024-08-23T21:22:19.190Z | Checking funty v2.0.0 |
1997 | 2024-08-23T21:22:19.193Z | Compiling packed_struct v0.10.1 |
1998 | 2024-08-23T21:22:19.229Z | Checking crc v3.2.1 |
1999 | 2024-08-23T21:22:19.738Z | Checking gethostname v0.5.0 |
2000 | 2024-08-23T21:22:19.773Z | Compiling packed_struct_codegen v0.10.1 |
2001 | 2024-08-23T21:22:19.874Z | Compiling indexmap v1.9.3 |
2002 | 2024-08-23T21:22:20.089Z | Checking bitvec v1.0.1 |
2003 | 2024-08-23T21:22:20.239Z | Checking nodrop v0.1.14 |
2004 | 2024-08-23T21:22:20.317Z | Compiling libefi-sys v0.1.0 |
2005 | 2024-08-23T21:22:20.627Z | Checking array-init v0.0.4 |
2006 | 2024-08-23T21:22:20.796Z | Checking smallvec v0.6.14 |
2007 | 2024-08-23T21:22:21.113Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2008 | 2024-08-23T21:22:21.197Z | Compiling bitfield-struct v0.6.1 |
2009 | 2024-08-23T21:22:21.537Z | Checking hashbrown v0.12.3 |
2010 | 2024-08-23T21:22:21.604Z | Checking bitfield v0.14.0 |
2011 | 2024-08-23T21:22:21.867Z | Checking serde-hex v0.1.0 |
2012 | 2024-08-23T21:22:22.651Z | Checking bzip2 v0.4.4 |
2013 | 2024-08-23T21:22:22.728Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2014 | 2024-08-23T21:22:22.951Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2015 | 2024-08-23T21:22:23.061Z | Checking env_logger v0.10.2 |
2016 | 2024-08-23T21:22:23.211Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2017 | 2024-08-23T21:22:23.309Z | Checking ron v0.8.1 |
2018 | 2024-08-23T21:22:23.329Z | Checking x509-cert v0.2.5 |
2019 | 2024-08-23T21:22:23.481Z | Checking hashbrown v0.13.2 |
2020 | 2024-08-23T21:22:23.507Z | Compiling thiserror-impl-no-std v2.0.2 |
2021 | 2024-08-23T21:22:24.491Z | Compiling async-recursion v1.1.1 |
2022 | 2024-08-23T21:22:24.533Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2023 | 2024-08-23T21:22:24.658Z | Checking crc-any v2.5.0 |
2024 | 2024-08-23T21:22:24.912Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2025 | 2024-08-23T21:22:25.024Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2026 | 2024-08-23T21:22:25.273Z | Checking object v0.30.4 |
2027 | 2024-08-23T21:22:25.363Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2028 | 2024-08-23T21:22:25.535Z | Checking zip v0.6.6 |
2029 | 2024-08-23T21:22:25.610Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2030 | 2024-08-23T21:22:25.778Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2031 | 2024-08-23T21:22:25.915Z | Compiling parking_lot_core v0.8.6 |
2032 | 2024-08-23T21:22:26.190Z | Checking path-slash v0.1.5 |
2033 | 2024-08-23T21:22:26.244Z | Checking chacha20poly1305 v0.10.1 |
2034 | 2024-08-23T21:22:26.329Z | Checking glob v0.3.1 |
2035 | 2024-08-23T21:22:26.441Z | Checking hickory-client v0.24.1 |
2036 | 2024-08-23T21:22:26.571Z | Checking hickory-server v0.24.1 |
2037 | 2024-08-23T21:22:26.636Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2038 | 2024-08-23T21:22:26.712Z | Checking thiserror-no-std v2.0.2 |
2039 | 2024-08-23T21:22:26.751Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2040 | 2024-08-23T21:22:26.773Z | Checking parking_lot v0.11.2 |
2041 | 2024-08-23T21:22:26.825Z | Checking vsss-rs v3.3.4 |
2042 | 2024-08-23T21:22:26.975Z | Checking crossterm v0.28.1 |
2043 | 2024-08-23T21:22:27.088Z | Compiling buf-list v1.0.3 |
2044 | 2024-08-23T21:22:27.110Z | Checking sled v0.34.7 |
2045 | 2024-08-23T21:22:27.893Z | Compiling unicase v2.7.0 |
2046 | 2024-08-23T21:22:28.408Z | Checking nanorand v0.7.0 |
2047 | 2024-08-23T21:22:28.784Z | Checking flume v0.11.0 |
2048 | 2024-08-23T21:22:29.159Z | Checking kstat-rs v0.2.4 |
2049 | 2024-08-23T21:22:29.501Z | Compiling vte_generate_state_changes v0.1.1 |
2050 | 2024-08-23T21:22:29.567Z | Checking fd-lock v4.0.2 |
2051 | 2024-08-23T21:22:29.671Z | Compiling mime_guess v2.0.4 |
2052 | 2024-08-23T21:22:29.924Z | Checking crossterm v0.27.0 |
2053 | 2024-08-23T21:22:30.029Z | Checking nu-ansi-term v0.50.0 |
2054 | 2024-08-23T21:22:30.139Z | Checking vte v0.11.1 |
2055 | 2024-08-23T21:22:30.159Z | Compiling dsl_auto_type v0.1.2 |
2056 | 2024-08-23T21:22:30.446Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2057 | 2024-08-23T21:22:30.721Z | Checking scheduled-thread-pool v0.2.7 |
2058 | 2024-08-23T21:22:30.934Z | Compiling diesel_table_macro_syntax v0.2.0 |
2059 | 2024-08-23T21:22:31.316Z | Compiling pin-project-internal v1.1.5 |
2060 | 2024-08-23T21:22:31.362Z | Checking http-range v0.1.5 |
2061 | 2024-08-23T21:22:31.539Z | Compiling crunchy v0.2.2 |
2062 | 2024-08-23T21:22:31.542Z | Checking strip-ansi-escapes v0.2.0 |
2063 | 2024-08-23T21:22:31.578Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2064 | 2024-08-23T21:22:31.645Z | Checking hyper-staticfile v0.9.5 |
2065 | 2024-08-23T21:22:31.706Z | Checking reedline v0.33.0 |
2066 | 2024-08-23T21:22:31.770Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2067 | 2024-08-23T21:22:31.792Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2068 | 2024-08-23T21:22:32.043Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2069 | 2024-08-23T21:22:32.068Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2070 | 2024-08-23T21:22:34.361Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2071 | 2024-08-23T21:22:34.561Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2072 | 2024-08-23T21:22:35.622Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2073 | 2024-08-23T21:22:36.239Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2074 | 2024-08-23T21:22:36.661Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2075 | 2024-08-23T21:22:36.686Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2076 | 2024-08-23T21:22:38.283Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2077 | 2024-08-23T21:22:38.435Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2078 | 2024-08-23T21:22:38.663Z | Checking pin-project v1.1.5 |
2079 | 2024-08-23T21:22:38.805Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2080 | 2024-08-23T21:22:38.833Z | Compiling diesel_derives v2.2.2 |
2081 | 2024-08-23T21:22:39.461Z | Checking r2d2 v0.8.10 |
2082 | 2024-08-23T21:22:39.664Z | Compiling clang-sys v1.7.0 |
2083 | 2024-08-23T21:22:39.801Z | Compiling tiny-keccak v2.0.2 |
2084 | 2024-08-23T21:22:40.281Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2085 | 2024-08-23T21:22:40.407Z | Compiling ref-cast v1.0.23 |
2086 | 2024-08-23T21:22:40.538Z | Checking bytecount v0.6.8 |
2087 | 2024-08-23T21:22:40.541Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2088 | 2024-08-23T21:22:40.688Z | Checking papergrid v0.11.0 |
2089 | 2024-08-23T21:22:41.245Z | Compiling ascii-canvas v3.0.0 |
2090 | 2024-08-23T21:22:41.717Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2091 | 2024-08-23T21:22:41.824Z | Compiling tabled_derive v0.7.0 |
2092 | 2024-08-23T21:22:42.188Z | Compiling ena v0.14.3 |
2093 | 2024-08-23T21:22:42.328Z | Compiling ref-cast-impl v1.0.23 |
2094 | 2024-08-23T21:22:42.617Z | Compiling libloading v0.8.3 |
2095 | 2024-08-23T21:22:42.876Z | Compiling diff v0.1.13 |
2096 | 2024-08-23T21:22:43.021Z | Compiling regex-syntax v0.6.29 |
2097 | 2024-08-23T21:22:43.553Z | Compiling bindgen v0.69.4 |
2098 | 2024-08-23T21:22:44.372Z | Checking tabled v0.15.0 |
2099 | 2024-08-23T21:22:45.078Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2100 | 2024-08-23T21:22:47.558Z | Compiling lalrpop v0.19.12 |
2101 | 2024-08-23T21:22:48.761Z | Compiling which v4.4.2 |
2102 | 2024-08-23T21:22:49.266Z | Checking signal-hook-tokio v0.3.1 |
2103 | 2024-08-23T21:22:49.327Z | Compiling cexpr v0.6.0 |
2104 | 2024-08-23T21:22:49.450Z | Compiling rustc-hash v1.1.0 |
2105 | 2024-08-23T21:22:49.616Z | Compiling lazycell v1.3.0 |
2106 | 2024-08-23T21:22:49.803Z | Compiling shlex v1.3.0 |
2107 | 2024-08-23T21:22:51.668Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2108 | 2024-08-23T21:22:54.816Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2109 | 2024-08-23T21:22:54.941Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2110 | 2024-08-23T21:22:56.866Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2111 | 2024-08-23T21:22:57.974Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2112 | 2024-08-23T21:22:59.294Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2113 | 2024-08-23T21:22:59.450Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2114 | 2024-08-23T21:22:59.817Z | Checking diesel v2.2.2 |
2115 | 2024-08-23T21:22:59.907Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2116 | 2024-08-23T21:23:00.398Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2117 | 2024-08-23T21:23:01.915Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2118 | 2024-08-23T21:23:02.335Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2119 | 2024-08-23T21:23:02.670Z | Compiling derive_builder_core v0.20.0 |
2120 | 2024-08-23T21:23:03.939Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2121 | 2024-08-23T21:23:05.096Z | Compiling libxml v0.3.3 |
2122 | 2024-08-23T21:23:05.234Z | Compiling memoffset v0.9.1 |
2123 | 2024-08-23T21:23:05.356Z | Compiling derive_builder_macro v0.20.0 |
2124 | 2024-08-23T21:23:05.557Z | Compiling peg-macros v0.8.4 |
2125 | 2024-08-23T21:23:05.723Z | Compiling snafu-derive v0.8.2 |
2126 | 2024-08-23T21:23:06.239Z | Compiling strum_macros v0.24.3 |
2127 | 2024-08-23T21:23:06.564Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2128 | 2024-08-23T21:23:08.360Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2129 | 2024-08-23T21:23:09.187Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2130 | 2024-08-23T21:23:09.359Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2131 | 2024-08-23T21:23:09.878Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2132 | 2024-08-23T21:23:11.103Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2133 | 2024-08-23T21:23:11.315Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2134 | 2024-08-23T21:23:11.334Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2135 | 2024-08-23T21:23:11.748Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2136 | 2024-08-23T21:23:11.770Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2137 | 2024-08-23T21:23:12.704Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2138 | 2024-08-23T21:23:14.661Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2139 | 2024-08-23T21:23:15.447Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2140 | 2024-08-23T21:23:15.669Z | Compiling sqlparser_derive v0.2.2 |
2141 | 2024-08-23T21:23:17.024Z | Compiling indoc v1.0.9 |
2142 | 2024-08-23T21:23:17.254Z | Checking unicode_categories v0.1.1 |
2143 | 2024-08-23T21:23:17.582Z | Checking sqlformat v0.2.4 |
2144 | 2024-08-23T21:23:18.065Z | Checking rustyline v14.0.0 |
2145 | 2024-08-23T21:23:19.843Z | Checking sqlparser v0.45.0 |
2146 | 2024-08-23T21:23:19.892Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2147 | 2024-08-23T21:23:21.221Z | Checking snafu v0.8.2 |
2148 | 2024-08-23T21:23:21.696Z | Checking peg v0.8.4 |
2149 | 2024-08-23T21:23:21.816Z | Checking derive_builder v0.20.0 |
2150 | 2024-08-23T21:23:22.197Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2151 | 2024-08-23T21:23:22.776Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2152 | 2024-08-23T21:23:22.951Z | Checking globset v0.4.14 |
2153 | 2024-08-23T21:23:23.079Z | Checking olpc-cjson v0.1.3 |
2154 | 2024-08-23T21:23:23.308Z | Checking quick-xml v0.31.0 |
2155 | 2024-08-23T21:23:23.460Z | Checking bcs v0.1.6 |
2156 | 2024-08-23T21:23:23.863Z | Checking serde_plain v1.0.2 |
2157 | 2024-08-23T21:23:23.920Z | Compiling impl-trait-for-tuples v0.2.2 |
2158 | 2024-08-23T21:23:24.125Z | Compiling oso-derive v0.27.3 |
2159 | 2024-08-23T21:23:25.212Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2160 | 2024-08-23T21:23:25.352Z | Checking typed-path v0.7.1 |
2161 | 2024-08-23T21:23:25.643Z | Checking nix v0.27.1 |
2162 | 2024-08-23T21:23:27.000Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2163 | 2024-08-23T21:23:27.199Z | Checking tough v0.17.1 |
2164 | 2024-08-23T21:23:28.776Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2165 | 2024-08-23T21:23:29.024Z | Checking serde-big-array v0.5.1 |
2166 | 2024-08-23T21:23:29.271Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2167 | 2024-08-23T21:23:29.576Z | Checking parse-size v1.0.0 |
2168 | 2024-08-23T21:23:29.674Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2169 | 2024-08-23T21:23:31.938Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2170 | 2024-08-23T21:23:31.960Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2171 | 2024-08-23T21:23:32.150Z | Checking bb8 v0.8.5 |
2172 | 2024-08-23T21:23:32.270Z | Compiling const_format_proc_macros v0.2.32 |
2173 | 2024-08-23T21:23:32.681Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2174 | 2024-08-23T21:23:33.207Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2175 | 2024-08-23T21:23:34.515Z | Checking const_format v0.2.32 |
2176 | 2024-08-23T21:23:35.125Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2177 | 2024-08-23T21:23:35.379Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2178 | 2024-08-23T21:23:35.625Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2179 | 2024-08-23T21:23:35.695Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2180 | 2024-08-23T21:23:36.422Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2181 | 2024-08-23T21:23:36.936Z | Checking heck v0.4.1 |
2182 | 2024-08-23T21:23:37.156Z | Checking assert_matches v1.5.0 |
2183 | 2024-08-23T21:23:37.261Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2184 | 2024-08-23T21:23:37.282Z | Compiling portable-atomic v1.6.0 |
2185 | 2024-08-23T21:23:37.678Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2186 | 2024-08-23T21:23:37.845Z | Compiling libz-sys v1.1.16 |
2187 | 2024-08-23T21:23:38.220Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2188 | 2024-08-23T21:23:38.640Z | Checking rand_seeder v0.3.0 |
2189 | 2024-08-23T21:23:38.891Z | Checking number_prefix v0.4.0 |
2190 | 2024-08-23T21:23:39.103Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2191 | 2024-08-23T21:23:39.376Z | Checking indicatif v0.17.8 |
2192 | 2024-08-23T21:23:40.181Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-08-23T21:23:40.579Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2194 | 2024-08-23T21:23:40.874Z | Compiling vergen v8.3.2 |
2195 | 2024-08-23T21:23:41.192Z | Compiling cargo-platform v0.1.8 |
2196 | 2024-08-23T21:23:41.722Z | Checking is_ci v1.2.0 |
2197 | 2024-08-23T21:23:41.772Z | Compiling cargo_metadata v0.18.1 |
2198 | 2024-08-23T21:23:41.853Z | Checking supports-color v3.0.0 |
2199 | 2024-08-23T21:23:41.904Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2200 | 2024-08-23T21:23:42.047Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2201 | 2024-08-23T21:23:43.125Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2202 | 2024-08-23T21:23:43.437Z | Checking castaway v0.2.3 |
2203 | 2024-08-23T21:23:43.575Z | Compiling libsqlite3-sys v0.28.0 |
2204 | 2024-08-23T21:23:43.600Z | Checking compact_str v0.8.0 |
2205 | 2024-08-23T21:23:44.094Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2206 | 2024-08-23T21:23:44.419Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2207 | 2024-08-23T21:23:44.476Z | Checking unicode-truncate v1.0.0 |
2208 | 2024-08-23T21:23:44.700Z | Checking lru v0.12.3 |
2209 | 2024-08-23T21:23:44.736Z | Compiling instability v0.3.2 |
2210 | 2024-08-23T21:23:45.016Z | Checking cassowary v0.3.0 |
2211 | 2024-08-23T21:23:45.448Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2212 | 2024-08-23T21:23:45.758Z | Checking ratatui v0.28.0 |
2213 | 2024-08-23T21:23:45.857Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2214 | 2024-08-23T21:23:46.106Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2215 | 2024-08-23T21:23:46.916Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2216 | 2024-08-23T21:23:46.965Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2217 | 2024-08-23T21:23:47.298Z | Checking hashlink v0.9.1 |
2218 | 2024-08-23T21:23:47.969Z | Checking fallible-iterator v0.3.0 |
2219 | 2024-08-23T21:23:48.121Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2220 | 2024-08-23T21:23:48.562Z | Checking fallible-streaming-iterator v0.1.9 |
2221 | 2024-08-23T21:23:48.591Z | Checking smawk v0.3.2 |
2222 | 2024-08-23T21:23:48.795Z | Checking unicode-linebreak v0.1.5 |
2223 | 2024-08-23T21:23:48.815Z | Checking rusqlite v0.31.0 |
2224 | 2024-08-23T21:23:49.224Z | Checking textwrap v0.16.1 |
2225 | 2024-08-23T21:23:49.477Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2226 | 2024-08-23T21:23:49.624Z | Checking twox-hash v1.6.3 |
2227 | 2024-08-23T21:23:49.821Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2228 | 2024-08-23T21:23:50.098Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2229 | 2024-08-23T21:23:50.331Z | Checking fatfs v0.3.6 |
2230 | 2024-08-23T21:23:51.337Z | Checking csv-core v0.1.11 |
2231 | 2024-08-23T21:23:51.644Z | Checking shell-words v1.1.0 |
2232 | 2024-08-23T21:23:51.685Z | Checking csv v1.3.0 |
2233 | 2024-08-23T21:23:51.826Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2234 | 2024-08-23T21:23:52.827Z | Checking rtoolbox v0.0.2 |
2235 | 2024-08-23T21:23:53.034Z | Checking rpassword v7.3.1 |
2236 | 2024-08-23T21:23:54.729Z | Checking tui-tree-widget v0.22.0 |
2237 | 2024-08-23T21:23:55.071Z | Checking polyval v0.6.2 |
2238 | 2024-08-23T21:23:55.352Z | Checking rfc6979 v0.4.0 |
2239 | 2024-08-23T21:23:55.526Z | Checking plotters-backend v0.3.5 |
2240 | 2024-08-23T21:23:55.910Z | Checking plotters-svg v0.3.5 |
2241 | 2024-08-23T21:23:56.137Z | Checking ecdsa v0.16.9 |
2242 | 2024-08-23T21:23:56.788Z | Checking ghash v0.5.1 |
2243 | 2024-08-23T21:23:56.967Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2244 | 2024-08-23T21:23:58.117Z | Checking primeorder v0.13.6 |
2245 | 2024-08-23T21:23:58.642Z | Checking ctr v0.9.2 |
2246 | 2024-08-23T21:23:59.551Z | Checking yansi v0.5.1 |
2247 | 2024-08-23T21:23:59.752Z | Checking cast v0.3.0 |
2248 | 2024-08-23T21:23:59.831Z | Checking pretty_assertions v1.4.0 |
2249 | 2024-08-23T21:24:00.038Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2250 | 2024-08-23T21:24:00.084Z | Checking criterion-plot v0.5.0 |
2251 | 2024-08-23T21:24:00.615Z | Checking aes-gcm v0.10.3 |
2252 | 2024-08-23T21:24:00.862Z | Checking plotters v0.3.5 |
2253 | 2024-08-23T21:24:02.611Z | Checking ed25519 v2.2.3 |
2254 | 2024-08-23T21:24:02.892Z | Checking ssh-encoding v0.2.0 |
2255 | 2024-08-23T21:24:03.257Z | Checking tinytemplate v1.2.1 |
2256 | 2024-08-23T21:24:03.653Z | Checking blowfish v0.9.1 |
2257 | 2024-08-23T21:24:03.902Z | Checking anes v0.1.6 |
2258 | 2024-08-23T21:24:04.291Z | Checking oorandom v11.1.3 |
2259 | 2024-08-23T21:24:04.446Z | Checking option-ext v0.2.0 |
2260 | 2024-08-23T21:24:04.583Z | Checking dirs-sys v0.4.1 |
2261 | 2024-08-23T21:24:04.781Z | Checking criterion v0.5.1 |
2262 | 2024-08-23T21:24:07.203Z | Checking bcrypt-pbkdf v0.10.0 |
2263 | 2024-08-23T21:24:07.480Z | Checking ssh-cipher v0.2.0 |
2264 | 2024-08-23T21:24:07.571Z | Checking ed25519-dalek v2.1.1 |
2265 | 2024-08-23T21:24:07.784Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2266 | 2024-08-23T21:24:07.967Z | Checking password-hash v0.4.2 |
2267 | 2024-08-23T21:24:08.395Z | Checking matches v0.1.10 |
2268 | 2024-08-23T21:24:08.491Z | Checking hex-literal v0.4.1 |
2269 | 2024-08-23T21:24:08.616Z | Checking idna v0.2.3 |
2270 | 2024-08-23T21:24:09.285Z | Checking pbkdf2 v0.11.0 |
2271 | 2024-08-23T21:24:09.475Z | Checking ssh-key v0.6.6 |
2272 | 2024-08-23T21:24:09.584Z | Checking dirs v5.0.1 |
2273 | 2024-08-23T21:24:09.735Z | Checking p256 v0.13.2 |
2274 | 2024-08-23T21:24:10.167Z | Checking p384 v0.13.0 |
2275 | 2024-08-23T21:24:11.161Z | Checking p521 v0.13.3 |
2276 | 2024-08-23T21:24:11.278Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2277 | 2024-08-23T21:24:12.105Z | Checking russh-cryptovec v0.7.2 |
2278 | 2024-08-23T21:24:12.319Z | Compiling enum-as-inner v0.5.1 |
2279 | 2024-08-23T21:24:12.520Z | Checking md5 v0.7.0 |
2280 | 2024-08-23T21:24:12.805Z | Compiling target-lexicon v0.12.16 |
2281 | 2024-08-23T21:24:13.095Z | Compiling doc-comment v0.3.3 |
2282 | 2024-08-23T21:24:13.317Z | Checking trust-dns-proto v0.22.0 |
2283 | 2024-08-23T21:24:13.815Z | Checking russh-keys v0.44.0 |
2284 | 2024-08-23T21:24:13.840Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2285 | 2024-08-23T21:24:15.243Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2286 | 2024-08-23T21:24:15.662Z | Checking http-body v1.0.0 |
2287 | 2024-08-23T21:24:15.876Z | Checking num-bigint v0.4.5 |
2288 | 2024-08-23T21:24:16.036Z | Compiling assert_cmd v2.0.16 |
2289 | 2024-08-23T21:24:16.477Z | Checking tower-layer v0.3.2 |
2290 | 2024-08-23T21:24:16.743Z | Checking regex-automata v0.1.10 |
2291 | 2024-08-23T21:24:16.911Z | Compiling dhcproto-macros v0.1.0 |
2292 | 2024-08-23T21:24:17.146Z | Compiling guppy-workspace-hack v0.1.0 |
2293 | 2024-08-23T21:24:17.498Z | Checking bstr v0.2.17 |
2294 | 2024-08-23T21:24:17.917Z | Checking dhcproto v0.12.0 |
2295 | 2024-08-23T21:24:18.277Z | Checking tower v0.4.13 |
2296 | 2024-08-23T21:24:18.346Z | Checking russh v0.44.1 |
2297 | 2024-08-23T21:24:19.049Z | Checking hyper v1.3.1 |
2298 | 2024-08-23T21:24:19.927Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2299 | 2024-08-23T21:24:19.997Z | Compiling samael v0.0.15 |
2300 | 2024-08-23T21:24:20.184Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2301 | 2024-08-23T21:24:20.452Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2302 | 2024-08-23T21:24:20.831Z | Compiling target-spec v3.2.1 |
2303 | 2024-08-23T21:24:20.928Z | Checking internet-checksum v0.2.1 |
2304 | 2024-08-23T21:24:21.998Z | Checking hyper-util v0.1.3 |
2305 | 2024-08-23T21:24:22.539Z | Checking cfg-expr v0.16.0 |
2306 | 2024-08-23T21:24:23.378Z | Checking httptest v0.15.5 |
2307 | 2024-08-23T21:24:23.581Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2308 | 2024-08-23T21:24:23.735Z | Checking rustls-native-certs v0.7.0 |
2309 | 2024-08-23T21:24:24.094Z | Checking hyper-rustls v0.26.0 |
2310 | 2024-08-23T21:24:24.778Z | Checking pathdiff v0.2.1 |
2311 | 2024-08-23T21:24:24.946Z | Checking threadpool v1.8.1 |
2312 | 2024-08-23T21:24:25.164Z | Compiling toml_edit v0.21.1 |
2313 | 2024-08-23T21:24:25.726Z | Compiling rstest_macros v0.22.0 |
2314 | 2024-08-23T21:24:26.289Z | Checking escape8259 v0.5.2 |
2315 | 2024-08-23T21:24:26.480Z | Checking nested v0.1.1 |
2316 | 2024-08-23T21:24:26.702Z | Checking guppy v0.17.7 |
2317 | 2024-08-23T21:24:28.051Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2318 | 2024-08-23T21:24:28.742Z | Compiling proc-macro-crate v3.1.0 |
2319 | 2024-08-23T21:24:30.000Z | Checking libtest-mimic v0.7.3 |
2320 | 2024-08-23T21:24:30.284Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2321 | 2024-08-23T21:24:30.470Z | Checking similar-asserts v1.5.0 |
2322 | 2024-08-23T21:24:30.609Z | Checking fancy-regex v0.13.0 |
2323 | 2024-08-23T21:24:30.711Z | Compiling trybuild v1.0.99 |
2324 | 2024-08-23T21:24:30.951Z | Compiling relative-path v1.9.3 |
2325 | 2024-08-23T21:24:31.278Z | Compiling git2 v0.19.0 |
2326 | 2024-08-23T21:24:31.376Z | Checking datatest-stable v0.2.9 |
2327 | 2024-08-23T21:24:31.399Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2328 | 2024-08-23T21:24:31.647Z | Checking blake2b_simd v1.0.2 |
2329 | 2024-08-23T21:24:31.667Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2330 | 2024-08-23T21:24:32.495Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2331 | 2024-08-23T21:24:32.772Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2332 | 2024-08-23T21:24:32.820Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2333 | 2024-08-23T21:24:33.108Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2334 | 2024-08-23T21:24:33.157Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2335 | 2024-08-23T21:24:33.426Z | Checking serde_tokenstream v0.2.2 |
2336 | 2024-08-23T21:24:33.515Z | Checking uzers v0.11.3 |
2337 | 2024-08-23T21:24:33.794Z | Checking indent_write v2.2.0 |
2338 | 2024-08-23T21:24:33.835Z | Checking futures-timer v3.0.3 |
2339 | 2024-08-23T21:24:34.137Z | Checking rust-argon2 v2.1.0 |
2340 | 2024-08-23T21:24:34.583Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2341 | 2024-08-23T21:24:35.518Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2342 | 2024-08-23T21:24:36.140Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2343 | 2024-08-23T21:24:36.474Z | Checking rand_distr v0.4.3 |
2344 | 2024-08-23T21:24:37.381Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2345 | 2024-08-23T21:24:38.893Z | Checking multimap v0.10.0 |
2346 | 2024-08-23T21:24:39.200Z | Checking approx v0.5.1 |
2347 | 2024-08-23T21:24:39.342Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2348 | 2024-08-23T21:24:39.428Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2349 | 2024-08-23T21:24:40.861Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2350 | 2024-08-23T21:24:41.111Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2351 | 2024-08-23T21:24:41.200Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2352 | 2024-08-23T21:24:41.235Z | Checking partial-io v0.5.4 |
2353 | 2024-08-23T21:24:41.614Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2354 | 2024-08-23T21:24:41.805Z | Checking cargo_toml v0.20.4 |
2355 | 2024-08-23T21:24:41.954Z | Checking termios v0.3.3 |
2356 | 2024-08-23T21:24:42.163Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2357 | 2024-08-23T21:24:42.863Z | Checking rstest v0.22.0 |
2358 | 2024-08-23T21:24:43.818Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2359 | 2024-08-23T21:24:59.759Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2360 | 2024-08-23T21:25:10.102Z | Compiling polar-core v0.27.3 |
2361 | 2024-08-23T21:25:10.867Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2362 | 2024-08-23T21:25:21.015Z | Checking oso v0.27.3 |
2363 | 2024-08-23T21:25:30.617Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2364 | 2024-08-23T21:25:32.142Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2365 | 2024-08-23T21:25:32.648Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2366 | 2024-08-23T21:26:06.532Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2367 | 2024-08-23T21:26:06.532Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2368 | 2024-08-23T21:26:06.535Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2369 | 2024-08-23T21:27:31.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
2370 | 2024-08-23T21:27:31.416Z | |
2371 | 2024-08-23T21:27:31.416Z | real 6:26.264598270 |
2372 | 2024-08-23T21:27:31.416Z | user 34:51.643762592 |
2373 | 2024-08-23T21:27:31.416Z | sys 6:06.236329761 |
2374 | 2024-08-23T21:27:31.416Z | trap 0.917086631 |
2375 | 2024-08-23T21:27:31.416Z | tflt 2.557468819 |
2376 | 2024-08-23T21:27:31.416Z | dflt 0.579266933 |
2377 | 2024-08-23T21:27:31.416Z | kflt 0.002714894 |
2378 | 2024-08-23T21:27:31.416Z | lock 54:15.889001557 |
2379 | 2024-08-23T21:27:31.416Z | slp 2:03:36.125428242 |
2380 | 2024-08-23T21:27:31.419Z | lat 1:36.988644400 |
2381 | 2024-08-23T21:27:31.419Z | stop 5:29.466640692 |
2382 | 2024-08-23T21:27:31.419Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2383 | 2024-08-23T21:27:31.419Z | + ptime -m cargo doc --workspace --no-deps |
2384 | 2024-08-23T21:27:32.592Z | warning: output filename collision. |
2385 | 2024-08-23T21:27:32.592Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2386 | 2024-08-23T21:27:32.592Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2387 | 2024-08-23T21:27:32.593Z | The targets should have unique names. |
2388 | 2024-08-23T21:27:32.593Z | This is a known bug where multiple crates with the same name use |
2389 | 2024-08-23T21:27:32.593Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2390 | 2024-08-23T21:27:32.969Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2391 | 2024-08-23T21:27:33.030Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2392 | 2024-08-23T21:27:33.046Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2393 | 2024-08-23T21:27:33.081Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2394 | 2024-08-23T21:27:33.106Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2395 | 2024-08-23T21:27:33.135Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2396 | 2024-08-23T21:27:33.135Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2397 | 2024-08-23T21:27:33.343Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2398 | 2024-08-23T21:27:33.372Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2399 | 2024-08-23T21:27:33.395Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2400 | 2024-08-23T21:27:33.397Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2401 | 2024-08-23T21:27:33.433Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2402 | 2024-08-23T21:27:33.614Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2403 | 2024-08-23T21:27:33.666Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2404 | 2024-08-23T21:27:33.685Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2405 | 2024-08-23T21:27:34.187Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2406 | 2024-08-23T21:27:34.783Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2407 | 2024-08-23T21:27:37.718Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2408 | 2024-08-23T21:27:37.960Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2409 | 2024-08-23T21:27:38.226Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2410 | 2024-08-23T21:27:38.277Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2411 | 2024-08-23T21:27:38.509Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2412 | 2024-08-23T21:27:38.585Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2413 | 2024-08-23T21:27:38.865Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2414 | 2024-08-23T21:27:38.922Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2415 | 2024-08-23T21:27:39.272Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2416 | 2024-08-23T21:27:39.459Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2417 | 2024-08-23T21:27:39.662Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2418 | 2024-08-23T21:27:39.949Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2419 | 2024-08-23T21:27:39.969Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2420 | 2024-08-23T21:27:40.258Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2421 | 2024-08-23T21:27:40.577Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2422 | 2024-08-23T21:27:40.592Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2423 | 2024-08-23T21:27:40.895Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2424 | 2024-08-23T21:27:41.111Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2425 | 2024-08-23T21:27:41.450Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2426 | 2024-08-23T21:27:41.522Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2427 | 2024-08-23T21:27:41.567Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2428 | 2024-08-23T21:27:41.835Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2429 | 2024-08-23T21:27:42.115Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2430 | 2024-08-23T21:27:42.163Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2431 | 2024-08-23T21:27:42.252Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2432 | 2024-08-23T21:27:44.314Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2433 | 2024-08-23T21:27:46.214Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2434 | 2024-08-23T21:27:46.259Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2435 | 2024-08-23T21:27:47.040Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2436 | 2024-08-23T21:27:47.771Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2437 | 2024-08-23T21:27:48.421Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2438 | 2024-08-23T21:27:48.466Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2439 | 2024-08-23T21:27:49.240Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2440 | 2024-08-23T21:27:49.457Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2441 | 2024-08-23T21:27:50.312Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2442 | 2024-08-23T21:27:51.568Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2443 | 2024-08-23T21:27:51.747Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2444 | 2024-08-23T21:27:54.649Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2445 | 2024-08-23T21:27:56.218Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2446 | 2024-08-23T21:27:56.310Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2447 | 2024-08-23T21:27:56.455Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2448 | 2024-08-23T21:27:57.630Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2449 | 2024-08-23T21:27:58.300Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2450 | 2024-08-23T21:27:58.350Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2451 | 2024-08-23T21:27:58.841Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2452 | 2024-08-23T21:27:58.887Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2453 | 2024-08-23T21:27:59.076Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2454 | 2024-08-23T21:27:59.784Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2455 | 2024-08-23T21:27:59.894Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2456 | 2024-08-23T21:28:00.315Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2457 | 2024-08-23T21:28:00.685Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2458 | 2024-08-23T21:28:00.852Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2459 | 2024-08-23T21:28:01.037Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2460 | 2024-08-23T21:28:01.306Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2461 | 2024-08-23T21:28:01.429Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2462 | 2024-08-23T21:28:01.449Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2463 | 2024-08-23T21:28:01.760Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2464 | 2024-08-23T21:28:02.028Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2465 | 2024-08-23T21:28:02.079Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2466 | 2024-08-23T21:28:02.098Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2467 | 2024-08-23T21:28:02.509Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2468 | 2024-08-23T21:28:02.773Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2469 | 2024-08-23T21:28:02.866Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2470 | 2024-08-23T21:28:03.089Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2471 | 2024-08-23T21:28:03.895Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2472 | 2024-08-23T21:28:04.025Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2473 | 2024-08-23T21:28:04.287Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2024-08-23T21:28:05.225Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2475 | 2024-08-23T21:28:05.323Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2476 | 2024-08-23T21:28:05.779Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2477 | 2024-08-23T21:28:06.570Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2478 | 2024-08-23T21:28:07.458Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2479 | 2024-08-23T21:28:08.009Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2480 | 2024-08-23T21:28:08.637Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-08-23T21:28:09.169Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2482 | 2024-08-23T21:28:09.512Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2483 | 2024-08-23T21:28:12.223Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2484 | 2024-08-23T21:28:12.726Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2485 | 2024-08-23T21:28:12.745Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2486 | 2024-08-23T21:28:13.646Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2487 | 2024-08-23T21:28:13.758Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2488 | 2024-08-23T21:28:14.341Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2489 | 2024-08-23T21:28:15.641Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2490 | 2024-08-23T21:28:20.963Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2491 | 2024-08-23T21:28:21.499Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2492 | 2024-08-23T21:28:23.154Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2493 | 2024-08-23T21:28:31.075Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2494 | 2024-08-23T21:28:39.987Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2495 | 2024-08-23T21:28:41.121Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2496 | 2024-08-23T21:29:12.028Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2497 | 2024-08-23T21:29:12.858Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2498 | 2024-08-23T21:29:18.735Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2499 | 2024-08-23T21:29:21.903Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2500 | 2024-08-23T21:29:23.090Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2501 | 2024-08-23T21:29:33.147Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2502 | 2024-08-23T21:29:35.223Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2503 | 2024-08-23T21:29:39.739Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2504 | 2024-08-23T21:29:44.049Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2505 | 2024-08-23T21:29:50.451Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2506 | 2024-08-23T21:29:52.165Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2507 | 2024-08-23T21:29:52.831Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2508 | 2024-08-23T21:29:53.081Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2509 | 2024-08-23T21:29:55.366Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2510 | 2024-08-23T21:30:01.453Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2511 | 2024-08-23T21:30:04.081Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2512 | 2024-08-23T21:30:04.520Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2513 | 2024-08-23T21:30:12.066Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2514 | 2024-08-23T21:30:21.266Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2515 | 2024-08-23T21:30:31.004Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2516 | 2024-08-23T21:30:45.521Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2517 | 2024-08-23T21:30:46.700Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2518 | 2024-08-23T21:30:50.258Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2519 | 2024-08-23T21:30:50.706Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2520 | 2024-08-23T21:31:04.950Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2521 | 2024-08-23T21:31:05.303Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2522 | 2024-08-23T21:31:07.291Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2024-08-23T21:31:09.204Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2024-08-23T21:31:18.393Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2525 | 2024-08-23T21:31:19.309Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2526 | 2024-08-23T21:31:22.900Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2527 | 2024-08-23T21:31:25.816Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2528 | 2024-08-23T21:31:34.798Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2529 | 2024-08-23T21:31:37.704Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2530 | 2024-08-23T21:31:38.241Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2531 | 2024-08-23T21:31:49.049Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2532 | 2024-08-23T21:31:49.114Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2533 | 2024-08-23T21:31:52.910Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2534 | 2024-08-23T21:32:02.629Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2535 | 2024-08-23T21:32:03.249Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2536 | 2024-08-23T21:32:04.223Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2537 | 2024-08-23T21:32:06.660Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2538 | 2024-08-23T21:32:13.862Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2539 | 2024-08-23T21:32:16.057Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2540 | 2024-08-23T21:32:17.764Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2541 | 2024-08-23T21:32:21.276Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2542 | 2024-08-23T21:32:23.523Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2543 | 2024-08-23T21:32:25.347Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2544 | 2024-08-23T21:32:26.810Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2545 | 2024-08-23T21:32:29.865Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2546 | 2024-08-23T21:32:30.458Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2547 | 2024-08-23T21:32:31.310Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2548 | 2024-08-23T21:32:34.823Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2549 | 2024-08-23T21:32:37.016Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2550 | 2024-08-23T21:32:42.096Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2551 | 2024-08-23T21:32:43.261Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2552 | 2024-08-23T21:32:43.451Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2553 | 2024-08-23T21:32:43.546Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2554 | 2024-08-23T21:32:48.921Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2555 | 2024-08-23T21:32:50.034Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2556 | 2024-08-23T21:32:51.659Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2557 | 2024-08-23T21:32:56.290Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2558 | 2024-08-23T21:32:57.385Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2559 | 2024-08-23T21:32:57.439Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2560 | 2024-08-23T21:33:01.929Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2561 | 2024-08-23T21:33:04.663Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2562 | 2024-08-23T21:33:08.496Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2563 | 2024-08-23T21:33:09.103Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2564 | 2024-08-23T21:33:12.125Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2565 | 2024-08-23T21:33:14.495Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2566 | 2024-08-23T21:33:15.813Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2567 | 2024-08-23T21:33:15.926Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2568 | 2024-08-23T21:33:21.209Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2569 | 2024-08-23T21:33:22.511Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2570 | 2024-08-23T21:33:24.770Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2571 | 2024-08-23T21:33:24.989Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2572 | 2024-08-23T21:33:25.572Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2573 | 2024-08-23T21:33:27.836Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2574 | 2024-08-23T21:33:29.892Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2575 | 2024-08-23T21:33:33.609Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2576 | 2024-08-23T21:33:34.181Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2577 | 2024-08-23T21:33:38.127Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2578 | 2024-08-23T21:33:38.485Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2579 | 2024-08-23T21:33:40.368Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2580 | 2024-08-23T21:33:40.548Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2581 | 2024-08-23T21:33:42.648Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2582 | 2024-08-23T21:33:44.104Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2583 | 2024-08-23T21:33:44.328Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2584 | 2024-08-23T21:33:46.844Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2585 | 2024-08-23T21:33:47.096Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2586 | 2024-08-23T21:33:49.899Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2587 | 2024-08-23T21:33:50.501Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2588 | 2024-08-23T21:33:50.962Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2589 | 2024-08-23T21:33:51.579Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2590 | 2024-08-23T21:33:52.504Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2591 | 2024-08-23T21:33:53.687Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2592 | 2024-08-23T21:33:54.769Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2593 | 2024-08-23T21:34:18.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2594 | 2024-08-23T21:34:18.445Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
2595 | 2024-08-23T21:34:18.503Z | |
2596 | 2024-08-23T21:34:18.503Z | real 6:46.971091171 |
2597 | 2024-08-23T21:34:18.503Z | user 21:09.398258803 |
2598 | 2024-08-23T21:34:18.503Z | sys 30:07.664585410 |
2599 | 2024-08-23T21:34:18.503Z | trap 0.344034161 |
2600 | 2024-08-23T21:34:18.506Z | tflt 0.227970300 |
2601 | 2024-08-23T21:34:18.506Z | dflt 0.130986196 |
2602 | 2024-08-23T21:34:18.506Z | kflt 0.000005499 |
2603 | 2024-08-23T21:34:18.506Z | lock 1:04:02.187950032 |
2604 | 2024-08-23T21:34:18.506Z | slp 1:56:31.439412027 |
2605 | 2024-08-23T21:34:18.506Z | lat 1:04.022818041 |
2606 | 2024-08-23T21:34:18.506Z | stop 55.109182805 |
2607 | 2024-08-23T21:34:18.506Z | process exited: duration 1007465 ms, exit code 0 |
|
2608 | 2024-08-23T21:34:18.514Z | found 0 output files |