|
|
|
1 | 2024-06-20T20:17:12.289Z | job assigned to worker 01J0VMNQKRFH9HJ8JWTDZKHYS4 (queued for 1 m 2 s) |
|
2 | 2024-06-20T20:17:19.789Z | starting task 0: "setup" |
3 | 2024-06-20T20:17:19.847Z | ++ uname -s |
4 | 2024-06-20T20:17:19.849Z | + kern=SunOS |
5 | 2024-06-20T20:17:19.849Z | + case "$kern" in |
6 | 2024-06-20T20:17:19.850Z | + groupadd -g 12345 build |
7 | 2024-06-20T20:17:19.854Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T20:17:21.863Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T20:17:21.985Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T20:17:21.988Z | + home_fs=zfs |
11 | 2024-06-20T20:17:21.988Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T20:17:21.988Z | + mkdir -p /home/build |
13 | 2024-06-20T20:17:21.988Z | + chown build:build /home/build /work |
14 | 2024-06-20T20:17:23.990Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T20:17:23.993Z | process exited: duration 4204 ms, exit code 0 |
|
16 | 2024-06-20T20:17:23.999Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T20:17:24.004Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T20:17:24.004Z | ' 1.78.0 |
19 | 2024-06-20T20:17:24.004Z | * toolchain channel = "1.78.0" |
20 | 2024-06-20T20:17:24.004Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-20T20:17:24.004Z | ' default |
22 | 2024-06-20T20:17:24.004Z | * toolchain profile = "default" |
23 | 2024-06-20T20:17:24.007Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T20:17:24.007Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-20T20:17:24.118Z | info: downloading installer |
26 | 2024-06-20T20:17:25.458Z | info: profile set to 'default' |
27 | 2024-06-20T20:17:25.458Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T20:17:25.461Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-20T20:17:25.625Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-20T20:17:25.625Z | info: downloading component 'cargo' |
31 | 2024-06-20T20:17:26.611Z | info: downloading component 'clippy' |
32 | 2024-06-20T20:17:26.936Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T20:17:28.255Z | info: downloading component 'rust-std' |
34 | 2024-06-20T20:17:30.345Z | info: downloading component 'rustc' |
35 | 2024-06-20T20:17:35.769Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T20:17:36.058Z | info: installing component 'cargo' |
37 | 2024-06-20T20:17:36.915Z | info: installing component 'clippy' |
38 | 2024-06-20T20:17:37.273Z | info: installing component 'rust-docs' |
39 | 2024-06-20T20:17:38.806Z | info: installing component 'rust-std' |
40 | 2024-06-20T20:17:40.540Z | info: installing component 'rustc' |
41 | 2024-06-20T20:17:44.846Z | info: installing component 'rustfmt' |
42 | 2024-06-20T20:17:45.187Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-20T20:17:45.187Z | |
44 | 2024-06-20T20:17:45.451Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-20T20:17:45.451Z | |
46 | 2024-06-20T20:17:45.454Z | |
47 | 2024-06-20T20:17:45.454Z | Rust is installed now. Great! |
48 | 2024-06-20T20:17:45.454Z | |
49 | 2024-06-20T20:17:45.454Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T20:17:45.454Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T20:17:45.454Z | |
52 | 2024-06-20T20:17:45.454Z | To configure your current shell, you need to source |
53 | 2024-06-20T20:17:45.454Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T20:17:45.454Z | |
55 | 2024-06-20T20:17:45.454Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T20:17:45.454Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T20:17:45.454Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T20:17:45.621Z | + rustc --version |
59 | 2024-06-20T20:17:45.686Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-20T20:17:45.689Z | process exited: duration 21688 ms, exit code 0 |
|
61 | 2024-06-20T20:17:45.696Z | starting task 2: "authentication" |
62 | 2024-06-20T20:17:45.715Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-20T20:17:45.721Z | starting task 3: "clone repository" |
64 | 2024-06-20T20:17:45.726Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-20T20:17:45.729Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-20T20:17:46.514Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-20T20:17:57.375Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-20T20:17:57.375Z | + git fetch origin 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 |
69 | 2024-06-20T20:17:57.684Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-20T20:17:57.684Z | * branch 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 -> FETCH_HEAD |
71 | 2024-06-20T20:17:57.694Z | + [[ -n iliana/workspace-members ]] |
72 | 2024-06-20T20:17:57.699Z | ++ git branch --show-current |
73 | 2024-06-20T20:17:57.702Z | + current=main |
74 | 2024-06-20T20:17:57.702Z | + [[ main != iliana/workspace-members ]] |
75 | 2024-06-20T20:17:57.702Z | + git branch -f iliana/workspace-members 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 |
76 | 2024-06-20T20:17:57.704Z | + git checkout -f iliana/workspace-members |
77 | 2024-06-20T20:17:57.839Z | Switched to branch 'iliana/workspace-members' |
78 | 2024-06-20T20:17:57.842Z | + git reset --hard 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 |
79 | 2024-06-20T20:17:57.979Z | HEAD is now at 2c8b77b11 --keep-goin't |
80 | 2024-06-20T20:17:57.982Z | process exited: duration 12254 ms, exit code 0 |
|
81 | 2024-06-20T20:17:57.988Z | starting task 4: "build" |
82 | 2024-06-20T20:17:57.993Z | + cargo --version |
83 | 2024-06-20T20:17:58.048Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-20T20:17:58.051Z | + rustc --version |
85 | 2024-06-20T20:17:58.107Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-20T20:17:58.110Z | + source ./env.sh |
87 | 2024-06-20T20:17:58.110Z | ++ set -o xtrace |
88 | 2024-06-20T20:17:58.112Z | ++++ dirname ./env.sh |
89 | 2024-06-20T20:17:58.115Z | +++ readlink -f . |
90 | 2024-06-20T20:17:58.202Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
91 | 2024-06-20T20:17:58.205Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-06-20T20:17:58.205Z | ++ 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-06-20T20:17:58.205Z | ++ 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 |
94 | 2024-06-20T20:17:58.205Z | ++ 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-06-20T20:17:58.205Z | ++ 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 |
96 | 2024-06-20T20:17:58.205Z | ++ 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-06-20T20:17:58.205Z | ++ 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 |
98 | 2024-06-20T20:17:58.205Z | ++ 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-06-20T20:17:58.205Z | ++ unset OMICRON_WS |
100 | 2024-06-20T20:17:58.205Z | ++ set +o xtrace |
101 | 2024-06-20T20:17:58.245Z | |
102 | 2024-06-20T20:17:58.245Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-06-20T20:17:58.245Z | # # # # # # # # # # # # # # # |
104 | 2024-06-20T20:17:58.245Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-06-20T20:17:58.245Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-06-20T20:17:58.245Z | # # # # # # # # # # # # # # # |
107 | 2024-06-20T20:17:58.245Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-06-20T20:17:58.245Z | |
109 | 2024-06-20T20:18:08.785Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-06-20T20:18:10.742Z | Startup: Caching catalogs ... Done |
111 | 2024-06-20T20:18:13.133Z | Planning: Solver setup ... Done (1.925s) |
112 | 2024-06-20T20:18:13.171Z | Planning: Running solver ... Done (0.038s) |
113 | 2024-06-20T20:18:13.214Z | Planning: Finding local manifests ... Done (0.003s) |
114 | 2024-06-20T20:18:13.226Z | Planning: Fetching manifests: 0/4 0% complete |
115 | 2024-06-20T20:18:13.470Z | Planning: Fetching manifests: 4/4 100% complete |
116 | 2024-06-20T20:18:13.627Z | Planning: Package planning ... Done (0.157s) |
117 | 2024-06-20T20:18:13.679Z | Planning: Merging actions ... Done (0.051s) |
118 | 2024-06-20T20:18:14.433Z | Planning: Checking for conflicting actions ... Done (0.755s) |
119 | 2024-06-20T20:18:14.446Z | Planning: Consolidating action changes ... Done (0.011s) |
120 | 2024-06-20T20:18:20.613Z | Planning: Evaluating mediators ... Done (6.167s) |
121 | 2024-06-20T20:18:20.623Z | Planning: Planning completed in 9.81 seconds |
122 | 2024-06-20T20:18:20.638Z | Packages to install: 4 |
123 | 2024-06-20T20:18:20.638Z | Mediators to change: 2 |
124 | 2024-06-20T20:18:20.638Z | Services to change: 1 |
125 | 2024-06-20T20:18:20.641Z | Estimated space available: 155.77 GB |
126 | 2024-06-20T20:18:20.641Z | Estimated space to be consumed: 1.46 GB |
127 | 2024-06-20T20:18:20.641Z | Create boot environment: No |
128 | 2024-06-20T20:18:20.641Z | Create backup boot environment: No |
129 | 2024-06-20T20:18:20.641Z | Rebuild boot archive: No |
130 | 2024-06-20T20:18:20.641Z | |
131 | 2024-06-20T20:18:20.641Z | Changed mediators: |
132 | 2024-06-20T20:18:20.641Z | mediator clang: |
133 | 2024-06-20T20:18:20.641Z | version: None -> 15 (system default) |
134 | 2024-06-20T20:18:20.641Z | |
135 | 2024-06-20T20:18:20.641Z | mediator llvm: |
136 | 2024-06-20T20:18:20.641Z | version: 14 (system default) -> 15 (system default) |
137 | 2024-06-20T20:18:20.641Z | |
138 | 2024-06-20T20:18:20.641Z | Changed packages: |
139 | 2024-06-20T20:18:20.641Z | helios-dev |
140 | 2024-06-20T20:18:20.641Z | developer/build-essential |
141 | 2024-06-20T20:18:20.641Z | None -> 11-2.0 |
142 | 2024-06-20T20:18:20.641Z | library/libxmlsec1 |
143 | 2024-06-20T20:18:20.641Z | None -> 1.2.35-2.0 |
144 | 2024-06-20T20:18:20.641Z | ooce/developer/clang-15 |
145 | 2024-06-20T20:18:20.641Z | None -> 15.0.7-2.0 |
146 | 2024-06-20T20:18:20.641Z | ooce/developer/llvm-15 |
147 | 2024-06-20T20:18:20.641Z | None -> 15.0.7-2.0 |
148 | 2024-06-20T20:18:20.641Z | |
149 | 2024-06-20T20:18:20.641Z | Services: |
150 | 2024-06-20T20:18:20.641Z | restart_fmri: |
151 | 2024-06-20T20:18:20.641Z | svc:/system/update-man-index:default |
152 | 2024-06-20T20:18:20.841Z | |
153 | 2024-06-20T20:18:20.841Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
154 | 2024-06-20T20:18:27.555Z | Download: 1193/3290 items 83.3/212.6MB 39% complete (19.2M/s) |
155 | 2024-06-20T20:18:34.024Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (17.5M/s) |
156 | 2024-06-20T20:18:46.832Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
157 | 2024-06-20T20:18:51.871Z | Download: 1605/3290 items 115.9/212.6MB 54% complete (6.8M/s) |
158 | 2024-06-20T20:18:59.691Z | Download: 2218/3290 items 118.2/212.6MB 55% complete (4.7M/s) |
159 | 2024-06-20T20:19:04.691Z | Download: 3191/3290 items 151.6/212.6MB 71% complete (6.5M/s) |
160 | 2024-06-20T20:19:09.362Z | Download: Completed 212.60 MB in 48.52 seconds (4.4M/s) |
161 | 2024-06-20T20:19:09.518Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-06-20T20:19:14.549Z | Actions: 3685/3689 actions (Installing new actions) |
163 | 2024-06-20T20:19:14.598Z | Actions: Completed 3689 actions in 5.08 seconds. |
164 | 2024-06-20T20:19:14.832Z | Done (0.230s) |
165 | 2024-06-20T20:19:14.832Z | Done (0.000s) |
166 | 2024-06-20T20:19:15.139Z | Done (0.307s) |
167 | 2024-06-20T20:19:20.229Z | Done (4.936s) |
168 | 2024-06-20T20:19:20.401Z | Done (0.105s) |
169 | 2024-06-20T20:19:20.404Z | Done (0.000s) |
170 | 2024-06-20T20:19:20.563Z | Done (0.000s) |
171 | 2024-06-20T20:19:21.117Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-06-20T20:19:21.276Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-06-20T20:19:21.281Z | Planning: Consolidating action changes ... Done |
174 | 2024-06-20T20:19:21.550Z | Planning: Evaluating mediators ... Done |
175 | 2024-06-20T20:19:21.553Z | Planning: Planning completed in 0.43 seconds |
176 | 2024-06-20T20:19:21.582Z | Mediators to change: 2 |
177 | 2024-06-20T20:19:21.582Z | Create boot environment: No |
178 | 2024-06-20T20:19:21.585Z | Create backup boot environment: No |
179 | 2024-06-20T20:19:21.651Z | Done |
180 | 2024-06-20T20:19:21.651Z | Done |
181 | 2024-06-20T20:19:21.851Z | Done |
182 | 2024-06-20T20:19:25.348Z | Done |
183 | 2024-06-20T20:19:25.432Z | Done |
184 | 2024-06-20T20:19:25.432Z | Done |
185 | 2024-06-20T20:19:25.538Z | Done |
186 | 2024-06-20T20:19:26.154Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-06-20T20:19:26.157Z | Planning: Merging actions ... Done |
188 | 2024-06-20T20:19:26.354Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-06-20T20:19:26.357Z | Planning: Consolidating action changes ... Done |
190 | 2024-06-20T20:19:26.628Z | Planning: Evaluating mediators ... Done |
191 | 2024-06-20T20:19:26.686Z | Planning: Planning completed in 0.79 seconds |
192 | 2024-06-20T20:19:26.721Z | Packages to change: 1 |
193 | 2024-06-20T20:19:26.721Z | Mediators to change: 1 |
194 | 2024-06-20T20:19:26.721Z | Services to change: 1 |
195 | 2024-06-20T20:19:26.721Z | Create boot environment: No |
196 | 2024-06-20T20:19:26.724Z | Create backup boot environment: Yes |
197 | 2024-06-20T20:19:28.561Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-06-20T20:19:28.597Z | Actions: Completed 6 actions in 0.04 seconds. |
199 | 2024-06-20T20:19:28.597Z | Done |
200 | 2024-06-20T20:19:28.597Z | Done |
201 | 2024-06-20T20:19:28.664Z | Done |
202 | 2024-06-20T20:19:32.247Z | Done |
203 | 2024-06-20T20:19:32.330Z | Done |
204 | 2024-06-20T20:19:32.333Z | Done |
205 | 2024-06-20T20:19:32.445Z | Done |
206 | 2024-06-20T20:19:32.877Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-06-20T20:19:32.877Z | clang system 15 system |
208 | 2024-06-20T20:19:32.877Z | csh system system illumos |
209 | 2024-06-20T20:19:32.877Z | ctags system system illumos |
210 | 2024-06-20T20:19:32.877Z | gcc vendor 12 vendor |
211 | 2024-06-20T20:19:32.877Z | gcc system 10 system |
212 | 2024-06-20T20:19:32.877Z | gcc system 7 system |
213 | 2024-06-20T20:19:32.877Z | go system 1.20 system |
214 | 2024-06-20T20:19:32.877Z | go system 1.19 system |
215 | 2024-06-20T20:19:32.877Z | llvm system 15 system |
216 | 2024-06-20T20:19:32.877Z | llvm system 14 system |
217 | 2024-06-20T20:19:32.877Z | mariadb system 10.6 system |
218 | 2024-06-20T20:19:32.877Z | mta vendor vendor dma |
219 | 2024-06-20T20:19:32.877Z | openjdk system 17 system |
220 | 2024-06-20T20:19:32.877Z | openjdk system 11 system |
221 | 2024-06-20T20:19:32.877Z | openjdk system 1.8 system |
222 | 2024-06-20T20:19:32.877Z | openssl vendor 3 vendor |
223 | 2024-06-20T20:19:32.877Z | perl system 5.36 system |
224 | 2024-06-20T20:19:32.877Z | postgresql system 15 system |
225 | 2024-06-20T20:19:32.877Z | postgresql system 13 system |
226 | 2024-06-20T20:19:32.877Z | python vendor 3 vendor |
227 | 2024-06-20T20:19:32.877Z | python system 2 system |
228 | 2024-06-20T20:19:32.877Z | python3 system 3.11 system |
229 | 2024-06-20T20:19:32.877Z | ruby system 3.0 system |
230 | 2024-06-20T20:19:32.878Z | words vendor vendor american-english |
231 | 2024-06-20T20:19:32.878Z | words system system australian-english |
232 | 2024-06-20T20:19:32.878Z | words system system british-english |
233 | 2024-06-20T20:19:32.878Z | words system system canadian-english |
234 | 2024-06-20T20:19:32.878Z | words system system french |
235 | 2024-06-20T20:19:32.878Z | words system system italian |
236 | 2024-06-20T20:19:32.878Z | words system system ngerman |
237 | 2024-06-20T20:19:32.878Z | words system system ogerman |
238 | 2024-06-20T20:19:32.878Z | words system system spanish |
239 | 2024-06-20T20:19:33.202Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-06-20T20:19:33.202Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-06-20T20:19:34.682Z | FMRI IFO |
242 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-06-20T20:19:34.682Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-06-20T20:19:35.176Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-06-20T20:19:35.489Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-06-20T20:19:35.781Z | Updating crates.io index |
257 | 2024-06-20T20:19:35.825Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-06-20T20:19:36.579Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-06-20T20:19:37.365Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-06-20T20:19:37.648Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-06-20T20:19:39.780Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-06-20T20:19:40.378Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-06-20T20:19:40.635Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-06-20T20:19:41.811Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-06-20T20:19:44.206Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-06-20T20:19:45.293Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-06-20T20:19:46.049Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-06-20T20:19:46.751Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-06-20T20:19:47.070Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
270 | 2024-06-20T20:19:47.449Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-06-20T20:19:47.743Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-06-20T20:19:48.062Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
273 | 2024-06-20T20:19:48.400Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-06-20T20:19:49.681Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-06-20T20:19:49.997Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-06-20T20:19:50.328Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-06-20T20:19:50.675Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-06-20T20:19:51.156Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-06-20T20:19:51.439Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-06-20T20:19:52.329Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-06-20T20:19:52.610Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
282 | 2024-06-20T20:19:53.008Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-06-20T20:19:53.425Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-06-20T20:19:55.376Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-06-20T20:19:55.745Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-06-20T20:19:56.017Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-06-20T20:19:56.485Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-06-20T20:19:57.489Z | Downloading crates ... |
289 | 2024-06-20T20:19:57.561Z | Downloaded byteorder v1.5.0 |
290 | 2024-06-20T20:19:57.564Z | Downloaded bitflags v2.5.0 |
291 | 2024-06-20T20:19:57.568Z | Downloaded match_cfg v0.1.0 |
292 | 2024-06-20T20:19:57.571Z | Downloaded is-terminal v0.4.12 |
293 | 2024-06-20T20:19:57.571Z | Downloaded anstyle v1.0.7 |
294 | 2024-06-20T20:19:57.577Z | Downloaded foreign-types v0.3.2 |
295 | 2024-06-20T20:19:57.582Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-06-20T20:19:57.585Z | Downloaded pin-utils v0.1.0 |
297 | 2024-06-20T20:19:57.587Z | Downloaded openssl-macros v0.1.1 |
298 | 2024-06-20T20:19:57.587Z | Downloaded cargo-platform v0.1.8 |
299 | 2024-06-20T20:19:57.587Z | Downloaded block-buffer v0.10.4 |
300 | 2024-06-20T20:19:57.590Z | Downloaded adler v1.0.2 |
301 | 2024-06-20T20:19:57.590Z | Downloaded anstyle-query v1.0.3 |
302 | 2024-06-20T20:19:57.593Z | Downloaded scopeguard v1.2.0 |
303 | 2024-06-20T20:19:57.593Z | Downloaded pest_meta v2.7.10 |
304 | 2024-06-20T20:19:57.596Z | Downloaded futures-macro v0.3.30 |
305 | 2024-06-20T20:19:57.599Z | Downloaded hyper-tls v0.5.0 |
306 | 2024-06-20T20:19:57.599Z | Downloaded futures-task v0.3.30 |
307 | 2024-06-20T20:19:57.601Z | Downloaded want v0.3.1 |
308 | 2024-06-20T20:19:57.601Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-06-20T20:19:57.601Z | Downloaded itoa v1.0.11 |
310 | 2024-06-20T20:19:57.604Z | Downloaded hostname v0.3.1 |
311 | 2024-06-20T20:19:57.606Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-06-20T20:19:57.607Z | Downloaded anstyle-parse v0.2.4 |
313 | 2024-06-20T20:19:57.609Z | Downloaded futures-core v0.3.30 |
314 | 2024-06-20T20:19:57.609Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-06-20T20:19:57.609Z | Downloaded try-lock v0.2.5 |
316 | 2024-06-20T20:19:57.612Z | Downloaded errno v0.3.9 |
317 | 2024-06-20T20:19:57.612Z | Downloaded tinyvec_macros v0.1.1 |
318 | 2024-06-20T20:19:57.614Z | Downloaded heck v0.4.1 |
319 | 2024-06-20T20:19:57.614Z | Downloaded serde_tokenstream v0.2.0 |
320 | 2024-06-20T20:19:57.617Z | Downloaded percent-encoding v2.3.1 |
321 | 2024-06-20T20:19:57.620Z | Downloaded semver v1.0.23 |
322 | 2024-06-20T20:19:57.623Z | Downloaded strsim v0.11.1 |
323 | 2024-06-20T20:19:57.623Z | Downloaded clap_derive v4.5.4 |
324 | 2024-06-20T20:19:57.625Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-06-20T20:19:57.628Z | Downloaded signal-hook-registry v1.4.2 |
326 | 2024-06-20T20:19:57.630Z | Downloaded terminal_size v0.3.0 |
327 | 2024-06-20T20:19:57.630Z | Downloaded num-conv v0.1.0 |
328 | 2024-06-20T20:19:57.633Z | Downloaded openssl-probe v0.1.5 |
329 | 2024-06-20T20:19:57.633Z | Downloaded futures-sink v0.3.30 |
330 | 2024-06-20T20:19:57.635Z | Downloaded tokio-macros v2.2.0 |
331 | 2024-06-20T20:19:57.635Z | Downloaded thiserror v1.0.60 |
332 | 2024-06-20T20:19:57.639Z | Downloaded foreign-types-shared v0.1.1 |
333 | 2024-06-20T20:19:57.641Z | Downloaded xattr v1.3.1 |
334 | 2024-06-20T20:19:57.644Z | Downloaded pest_derive v2.7.10 |
335 | 2024-06-20T20:19:57.644Z | Downloaded usdt v0.5.0 |
336 | 2024-06-20T20:19:57.647Z | Downloaded time-core v0.1.2 |
337 | 2024-06-20T20:19:57.647Z | Downloaded strum v0.26.2 |
338 | 2024-06-20T20:19:57.647Z | Downloaded is_terminal_polyfill v1.70.0 |
339 | 2024-06-20T20:19:57.651Z | Downloaded equivalent v1.0.1 |
340 | 2024-06-20T20:19:57.651Z | Downloaded thread-id v4.2.1 |
341 | 2024-06-20T20:19:57.654Z | Downloaded tower-service v0.3.2 |
342 | 2024-06-20T20:19:57.654Z | Downloaded md5 v0.7.0 |
343 | 2024-06-20T20:19:57.654Z | Downloaded tabled_derive v0.7.0 |
344 | 2024-06-20T20:19:57.654Z | Downloaded quote v1.0.36 |
345 | 2024-06-20T20:19:57.657Z | Downloaded clap v4.5.4 |
346 | 2024-06-20T20:19:57.664Z | Downloaded futures v0.3.30 |
347 | 2024-06-20T20:19:57.670Z | Downloaded take_mut v0.2.2 |
348 | 2024-06-20T20:19:57.672Z | Downloaded strum_macros v0.26.2 |
349 | 2024-06-20T20:19:57.675Z | Downloaded smallvec v1.13.2 |
350 | 2024-06-20T20:19:57.675Z | Downloaded slog v2.7.0 |
351 | 2024-06-20T20:19:57.678Z | Downloaded futures-executor v0.3.30 |
352 | 2024-06-20T20:19:57.680Z | Downloaded serde_spanned v0.6.6 |
353 | 2024-06-20T20:19:57.683Z | Downloaded pest_generator v2.7.10 |
354 | 2024-06-20T20:19:57.683Z | Downloaded miniz_oxide v0.7.2 |
355 | 2024-06-20T20:19:57.685Z | Downloaded zerocopy-derive v0.7.34 |
356 | 2024-06-20T20:19:57.688Z | Downloaded unicode-width v0.1.12 |
357 | 2024-06-20T20:19:57.691Z | Downloaded rustls-pemfile v1.0.4 |
358 | 2024-06-20T20:19:57.694Z | Downloaded utf8parse v0.2.1 |
359 | 2024-06-20T20:19:57.694Z | Downloaded toml_datetime v0.6.6 |
360 | 2024-06-20T20:19:57.696Z | Downloaded sha2 v0.10.8 |
361 | 2024-06-20T20:19:57.699Z | Downloaded tokio-native-tls v0.3.1 |
362 | 2024-06-20T20:19:57.699Z | Downloaded parking_lot_core v0.9.10 |
363 | 2024-06-20T20:19:57.702Z | Downloaded thread_local v1.1.8 |
364 | 2024-06-20T20:19:57.704Z | Downloaded base64 v0.21.7 |
365 | 2024-06-20T20:19:57.707Z | Downloaded lock_api v0.4.12 |
366 | 2024-06-20T20:19:57.709Z | Downloaded ipnet v2.9.0 |
367 | 2024-06-20T20:19:57.712Z | Downloaded thiserror-impl v1.0.60 |
368 | 2024-06-20T20:19:57.712Z | Downloaded version_check v0.9.4 |
369 | 2024-06-20T20:19:57.712Z | Downloaded cc v1.0.97 |
370 | 2024-06-20T20:19:57.715Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-06-20T20:19:57.718Z | Downloaded slog-term v2.9.1 |
372 | 2024-06-20T20:19:57.720Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-06-20T20:19:57.723Z | Downloaded toml v0.8.13 |
374 | 2024-06-20T20:19:57.726Z | Downloaded term v0.7.0 |
375 | 2024-06-20T20:19:57.729Z | Downloaded socket2 v0.5.7 |
376 | 2024-06-20T20:19:57.732Z | Downloaded memchr v2.7.2 |
377 | 2024-06-20T20:19:57.737Z | Downloaded serde_derive v1.0.203 |
378 | 2024-06-20T20:19:57.740Z | Downloaded tar v0.4.40 |
379 | 2024-06-20T20:19:57.743Z | Downloaded ryu v1.0.18 |
380 | 2024-06-20T20:19:57.746Z | Downloaded papergrid v0.11.0 |
381 | 2024-06-20T20:19:57.750Z | Downloaded proc-macro2 v1.0.82 |
382 | 2024-06-20T20:19:57.755Z | Downloaded typenum v1.17.0 |
383 | 2024-06-20T20:19:57.768Z | Downloaded tinyvec v1.6.0 |
384 | 2024-06-20T20:19:57.768Z | Downloaded http v0.2.12 |
385 | 2024-06-20T20:19:57.768Z | Downloaded tracing v0.1.40 |
386 | 2024-06-20T20:19:57.772Z | Downloaded mio v0.8.11 |
387 | 2024-06-20T20:19:57.774Z | Downloaded unicode-bidi v0.3.15 |
388 | 2024-06-20T20:19:57.777Z | Downloaded hashbrown v0.14.5 |
389 | 2024-06-20T20:19:57.782Z | Downloaded pest v2.7.10 |
390 | 2024-06-20T20:19:57.788Z | Downloaded url v2.5.0 |
391 | 2024-06-20T20:19:57.795Z | Downloaded toml_edit v0.22.13 |
392 | 2024-06-20T20:19:57.813Z | Downloaded goblin v0.8.2 |
393 | 2024-06-20T20:19:57.819Z | Downloaded tokio-util v0.7.11 |
394 | 2024-06-20T20:19:57.825Z | Downloaded futures-util v0.3.30 |
395 | 2024-06-20T20:19:57.839Z | Downloaded openssl v0.10.64 |
396 | 2024-06-20T20:19:57.848Z | Downloaded unicode-normalization v0.1.23 |
397 | 2024-06-20T20:19:57.851Z | Downloaded zerocopy v0.7.34 |
398 | 2024-06-20T20:19:57.866Z | Downloaded reqwest v0.11.27 |
399 | 2024-06-20T20:19:57.874Z | Downloaded winnow v0.6.8 |
400 | 2024-06-20T20:19:57.883Z | Downloaded vcpkg v0.2.15 |
401 | 2024-06-20T20:19:57.919Z | Downloaded tabled v0.15.0 |
402 | 2024-06-20T20:19:57.935Z | Downloaded syn v2.0.64 |
403 | 2024-06-20T20:19:57.946Z | Downloaded rustix v0.38.34 |
404 | 2024-06-20T20:19:57.967Z | Downloaded syn v1.0.109 |
405 | 2024-06-20T20:19:57.976Z | Downloaded tokio v1.37.0 |
406 | 2024-06-20T20:19:58.009Z | Downloaded encoding_rs v0.8.34 |
407 | 2024-06-20T20:19:58.026Z | Downloaded libc v0.2.155 |
408 | 2024-06-20T20:19:58.051Z | Downloaded time v0.3.36 |
409 | 2024-06-20T20:19:58.057Z | Downloaded serde_json v1.0.117 |
410 | 2024-06-20T20:19:58.063Z | Downloaded idna v0.5.0 |
411 | 2024-06-20T20:19:58.069Z | Downloaded serde v1.0.203 |
412 | 2024-06-20T20:19:58.071Z | Downloaded hyper v0.14.28 |
413 | 2024-06-20T20:19:58.079Z | Downloaded h2 v0.3.26 |
414 | 2024-06-20T20:19:58.084Z | Downloaded clap_builder v4.5.2 |
415 | 2024-06-20T20:19:58.090Z | Downloaded tracing-core v0.1.32 |
416 | 2024-06-20T20:19:58.093Z | Downloaded indexmap v2.2.6 |
417 | 2024-06-20T20:19:58.096Z | Downloaded crossbeam-channel v0.5.12 |
418 | 2024-06-20T20:19:58.101Z | Downloaded mime v0.3.17 |
419 | 2024-06-20T20:19:58.105Z | Downloaded log v0.4.21 |
420 | 2024-06-20T20:19:58.105Z | Downloaded unicode-ident v1.0.12 |
421 | 2024-06-20T20:19:58.107Z | Downloaded ucd-trie v0.1.6 |
422 | 2024-06-20T20:19:58.107Z | Downloaded time-macros v0.2.18 |
423 | 2024-06-20T20:19:58.110Z | Downloaded flate2 v1.0.30 |
424 | 2024-06-20T20:19:58.115Z | Downloaded futures-io v0.3.30 |
425 | 2024-06-20T20:19:58.115Z | Downloaded openssl-sys v0.9.102 |
426 | 2024-06-20T20:19:58.117Z | Downloaded futures-channel v0.3.30 |
427 | 2024-06-20T20:19:58.120Z | Downloaded fs-err v2.11.0 |
428 | 2024-06-20T20:19:58.120Z | Downloaded swrite v0.1.0 |
429 | 2024-06-20T20:19:58.123Z | Downloaded slog-async v2.8.0 |
430 | 2024-06-20T20:19:58.123Z | Downloaded slab v0.4.9 |
431 | 2024-06-20T20:19:58.123Z | Downloaded fnv v1.0.7 |
432 | 2024-06-20T20:19:58.126Z | Downloaded slog-json v2.6.1 |
433 | 2024-06-20T20:19:58.126Z | Downloaded httpdate v1.0.3 |
434 | 2024-06-20T20:19:58.126Z | Downloaded pin-project-lite v0.2.14 |
435 | 2024-06-20T20:19:58.131Z | Downloaded parking_lot v0.12.2 |
436 | 2024-06-20T20:19:58.134Z | Downloaded memmap v0.7.0 |
437 | 2024-06-20T20:19:58.134Z | Downloaded filetime v0.2.23 |
438 | 2024-06-20T20:19:58.137Z | Downloaded digest v0.10.7 |
439 | 2024-06-20T20:19:58.138Z | Downloaded crypto-common v0.1.6 |
440 | 2024-06-20T20:19:58.138Z | Downloaded crossbeam-utils v0.8.19 |
441 | 2024-06-20T20:19:58.140Z | Downloaded bytes v1.6.0 |
442 | 2024-06-20T20:19:58.143Z | Downloaded scroll v0.12.0 |
443 | 2024-06-20T20:19:58.143Z | Downloaded once_cell v1.19.0 |
444 | 2024-06-20T20:19:58.148Z | Downloaded heck v0.5.0 |
445 | 2024-06-20T20:19:58.150Z | Downloaded dirs-sys-next v0.1.2 |
446 | 2024-06-20T20:19:58.150Z | Downloaded cpufeatures v0.2.12 |
447 | 2024-06-20T20:19:58.150Z | Downloaded clap_lex v0.7.0 |
448 | 2024-06-20T20:19:58.150Z | Downloaded anyhow v1.0.86 |
449 | 2024-06-20T20:19:58.153Z | Downloaded anstream v0.6.14 |
450 | 2024-06-20T20:19:58.156Z | Downloaded macaddr v1.0.1 |
451 | 2024-06-20T20:19:58.156Z | Downloaded dtrace-parser v0.2.0 |
452 | 2024-06-20T20:19:58.159Z | Downloaded httparse v1.8.0 |
453 | 2024-06-20T20:19:58.159Z | Downloaded crc32fast v1.4.0 |
454 | 2024-06-20T20:19:58.162Z | Downloaded cargo_toml v0.20.2 |
455 | 2024-06-20T20:19:58.162Z | Downloaded num_threads v0.1.7 |
456 | 2024-06-20T20:19:58.162Z | Downloaded slog-bunyan v2.5.0 |
457 | 2024-06-20T20:19:58.166Z | Downloaded rustversion v1.0.17 |
458 | 2024-06-20T20:19:58.166Z | Downloaded serde_urlencoded v0.7.1 |
459 | 2024-06-20T20:19:58.169Z | Downloaded native-tls v0.2.11 |
460 | 2024-06-20T20:19:58.169Z | Downloaded powerfmt v0.2.0 |
461 | 2024-06-20T20:19:58.169Z | Downloaded camino v1.1.7 |
462 | 2024-06-20T20:19:58.173Z | Downloaded proc-macro-error-attr v1.0.4 |
463 | 2024-06-20T20:19:58.173Z | Downloaded dirs-next v2.0.0 |
464 | 2024-06-20T20:19:58.173Z | Downloaded bytecount v0.6.8 |
465 | 2024-06-20T20:19:58.175Z | Downloaded cfg-if v1.0.0 |
466 | 2024-06-20T20:19:58.175Z | Downloaded sync_wrapper v0.1.2 |
467 | 2024-06-20T20:19:58.176Z | Downloaded num_cpus v1.16.0 |
468 | 2024-06-20T20:19:58.178Z | Downloaded http-body v0.4.6 |
469 | 2024-06-20T20:19:58.178Z | Downloaded generic-array v0.14.7 |
470 | 2024-06-20T20:19:58.181Z | Downloaded dof v0.3.0 |
471 | 2024-06-20T20:19:58.181Z | Downloaded deranged v0.3.11 |
472 | 2024-06-20T20:19:58.181Z | Downloaded colorchoice v1.0.1 |
473 | 2024-06-20T20:19:58.184Z | Downloaded form_urlencoded v1.2.1 |
474 | 2024-06-20T20:19:58.184Z | Downloaded autocfg v1.3.0 |
475 | 2024-06-20T20:19:58.184Z | Downloaded plain v0.2.3 |
476 | 2024-06-20T20:19:58.187Z | Downloaded pkg-config v0.3.30 |
477 | 2024-06-20T20:19:58.468Z | Compiling proc-macro2 v1.0.82 |
478 | 2024-06-20T20:19:58.468Z | Compiling unicode-ident v1.0.12 |
479 | 2024-06-20T20:19:58.468Z | Compiling libc v0.2.155 |
480 | 2024-06-20T20:19:58.471Z | Compiling version_check v0.9.4 |
481 | 2024-06-20T20:19:58.471Z | Compiling cfg-if v1.0.0 |
482 | 2024-06-20T20:19:58.502Z | Compiling itoa v1.0.11 |
483 | 2024-06-20T20:19:58.505Z | Compiling once_cell v1.19.0 |
484 | 2024-06-20T20:19:58.505Z | Compiling autocfg v1.3.0 |
485 | 2024-06-20T20:19:58.700Z | Compiling serde v1.0.203 |
486 | 2024-06-20T20:19:58.719Z | Compiling memchr v2.7.2 |
487 | 2024-06-20T20:19:58.740Z | Compiling thiserror v1.0.60 |
488 | 2024-06-20T20:19:58.952Z | Compiling ryu v1.0.18 |
489 | 2024-06-20T20:19:59.231Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-06-20T20:19:59.306Z | Compiling bitflags v2.5.0 |
491 | 2024-06-20T20:19:59.332Z | Compiling parking_lot_core v0.9.10 |
492 | 2024-06-20T20:19:59.407Z | Compiling lock_api v0.4.12 |
493 | 2024-06-20T20:19:59.603Z | Compiling pkg-config v0.3.30 |
494 | 2024-06-20T20:19:59.991Z | Compiling ucd-trie v0.1.6 |
495 | 2024-06-20T20:20:00.351Z | Compiling cc v1.0.97 |
496 | 2024-06-20T20:20:00.354Z | Compiling vcpkg v0.2.15 |
497 | 2024-06-20T20:20:00.548Z | Compiling slab v0.4.9 |
498 | 2024-06-20T20:20:00.573Z | Compiling smallvec v1.13.2 |
499 | 2024-06-20T20:20:00.627Z | Compiling scopeguard v1.2.0 |
500 | 2024-06-20T20:20:00.770Z | Compiling futures-core v0.3.30 |
501 | 2024-06-20T20:20:00.811Z | Compiling futures-sink v0.3.30 |
502 | 2024-06-20T20:20:00.961Z | Compiling bytes v1.6.0 |
503 | 2024-06-20T20:20:01.160Z | Compiling fnv v1.0.7 |
504 | 2024-06-20T20:20:01.294Z | Compiling equivalent v1.0.1 |
505 | 2024-06-20T20:20:01.353Z | Compiling quote v1.0.36 |
506 | 2024-06-20T20:20:01.478Z | Compiling log v0.4.21 |
507 | 2024-06-20T20:20:01.496Z | Compiling hashbrown v0.14.5 |
508 | 2024-06-20T20:20:01.862Z | Compiling syn v2.0.64 |
509 | 2024-06-20T20:20:02.055Z | Compiling serde_json v1.0.117 |
510 | 2024-06-20T20:20:02.217Z | Compiling byteorder v1.5.0 |
511 | 2024-06-20T20:20:02.373Z | Compiling parking_lot v0.12.2 |
512 | 2024-06-20T20:20:02.494Z | Compiling socket2 v0.5.7 |
513 | 2024-06-20T20:20:02.684Z | Compiling mio v0.8.11 |
514 | 2024-06-20T20:20:02.709Z | Compiling num_cpus v1.16.0 |
515 | 2024-06-20T20:20:02.732Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-06-20T20:20:02.838Z | Compiling indexmap v2.2.6 |
517 | 2024-06-20T20:20:03.272Z | Compiling futures-channel v0.3.30 |
518 | 2024-06-20T20:20:03.603Z | Compiling rustix v0.38.34 |
519 | 2024-06-20T20:20:03.625Z | Compiling pin-utils v0.1.0 |
520 | 2024-06-20T20:20:03.699Z | Compiling futures-task v0.3.30 |
521 | 2024-06-20T20:20:03.724Z | Compiling futures-io v0.3.30 |
522 | 2024-06-20T20:20:03.788Z | Compiling typenum v1.17.0 |
523 | 2024-06-20T20:20:04.066Z | Compiling openssl-sys v0.9.102 |
524 | 2024-06-20T20:20:04.087Z | Compiling errno v0.3.9 |
525 | 2024-06-20T20:20:04.135Z | Compiling generic-array v0.14.7 |
526 | 2024-06-20T20:20:04.245Z | Compiling foreign-types-shared v0.1.1 |
527 | 2024-06-20T20:20:04.329Z | Compiling slog v2.7.0 |
528 | 2024-06-20T20:20:04.376Z | Compiling openssl v0.10.64 |
529 | 2024-06-20T20:20:04.508Z | Compiling foreign-types v0.3.2 |
530 | 2024-06-20T20:20:04.605Z | Compiling http v0.2.12 |
531 | 2024-06-20T20:20:04.753Z | Compiling proc-macro-error-attr v1.0.4 |
532 | 2024-06-20T20:20:04.935Z | Compiling usdt-impl v0.5.0 |
533 | 2024-06-20T20:20:05.035Z | Compiling tracing-core v0.1.32 |
534 | 2024-06-20T20:20:05.253Z | Compiling time-core v0.1.2 |
535 | 2024-06-20T20:20:05.445Z | Compiling num-conv v0.1.0 |
536 | 2024-06-20T20:20:05.470Z | Compiling httparse v1.8.0 |
537 | 2024-06-20T20:20:05.737Z | Compiling tinyvec_macros v0.1.1 |
538 | 2024-06-20T20:20:05.816Z | Compiling powerfmt v0.2.0 |
539 | 2024-06-20T20:20:05.837Z | Compiling native-tls v0.2.11 |
540 | 2024-06-20T20:20:06.150Z | Compiling syn v1.0.109 |
541 | 2024-06-20T20:20:06.217Z | Compiling deranged v0.3.11 |
542 | 2024-06-20T20:20:06.489Z | Compiling tinyvec v1.6.0 |
543 | 2024-06-20T20:20:06.799Z | Compiling time-macros v0.2.18 |
544 | 2024-06-20T20:20:07.005Z | Compiling tracing v0.1.40 |
545 | 2024-06-20T20:20:07.289Z | Compiling thread-id v4.2.1 |
546 | 2024-06-20T20:20:07.588Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-06-20T20:20:07.702Z | Compiling plain v0.2.3 |
548 | 2024-06-20T20:20:07.862Z | Compiling try-lock v0.2.5 |
549 | 2024-06-20T20:20:07.866Z | Compiling crossbeam-utils v0.8.19 |
550 | 2024-06-20T20:20:07.992Z | Compiling openssl-probe v0.1.5 |
551 | 2024-06-20T20:20:08.016Z | Compiling num_threads v0.1.7 |
552 | 2024-06-20T20:20:08.091Z | Compiling utf8parse v0.2.1 |
553 | 2024-06-20T20:20:08.137Z | Compiling percent-encoding v2.3.1 |
554 | 2024-06-20T20:20:08.258Z | Compiling rustversion v1.0.17 |
555 | 2024-06-20T20:20:08.335Z | Compiling heck v0.4.1 |
556 | 2024-06-20T20:20:08.377Z | Compiling form_urlencoded v1.2.1 |
557 | 2024-06-20T20:20:08.505Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-06-20T20:20:08.524Z | Compiling want v0.3.1 |
559 | 2024-06-20T20:20:08.698Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-06-20T20:20:09.016Z | Compiling http-body v0.4.6 |
561 | 2024-06-20T20:20:09.303Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-06-20T20:20:09.667Z | Compiling anstyle-query v1.0.3 |
563 | 2024-06-20T20:20:09.716Z | Compiling is_terminal_polyfill v1.70.0 |
564 | 2024-06-20T20:20:09.718Z | Compiling httpdate v1.0.3 |
565 | 2024-06-20T20:20:09.779Z | Compiling colorchoice v1.0.1 |
566 | 2024-06-20T20:20:09.815Z | Compiling winnow v0.6.8 |
567 | 2024-06-20T20:20:09.845Z | Compiling camino v1.1.7 |
568 | 2024-06-20T20:20:09.927Z | Compiling semver v1.0.23 |
569 | 2024-06-20T20:20:09.951Z | Compiling crc32fast v1.4.0 |
570 | 2024-06-20T20:20:10.230Z | Compiling tower-service v0.3.2 |
571 | 2024-06-20T20:20:10.314Z | Compiling time v0.3.36 |
572 | 2024-06-20T20:20:10.359Z | Compiling anstyle v1.0.7 |
573 | 2024-06-20T20:20:10.422Z | Compiling unicode-bidi v0.3.15 |
574 | 2024-06-20T20:20:10.446Z | Compiling pretty-hex v0.4.1 |
575 | 2024-06-20T20:20:10.691Z | Compiling anstream v0.6.14 |
576 | 2024-06-20T20:20:10.803Z | Compiling dirs-next v2.0.0 |
577 | 2024-06-20T20:20:11.456Z | Compiling idna v0.5.0 |
578 | 2024-06-20T20:20:12.369Z | Compiling block-buffer v0.10.4 |
579 | 2024-06-20T20:20:12.555Z | Compiling crypto-common v0.1.6 |
580 | 2024-06-20T20:20:12.654Z | Compiling terminal_size v0.3.0 |
581 | 2024-06-20T20:20:12.779Z | Compiling fs-err v2.11.0 |
582 | 2024-06-20T20:20:12.847Z | Compiling thread_local v1.1.8 |
583 | 2024-06-20T20:20:12.869Z | Compiling anyhow v1.0.86 |
584 | 2024-06-20T20:20:13.067Z | Compiling heck v0.5.0 |
585 | 2024-06-20T20:20:13.161Z | Compiling clap_lex v0.7.0 |
586 | 2024-06-20T20:20:13.454Z | Compiling match_cfg v0.1.0 |
587 | 2024-06-20T20:20:13.478Z | Compiling base64 v0.21.7 |
588 | 2024-06-20T20:20:13.561Z | Compiling adler v1.0.2 |
589 | 2024-06-20T20:20:13.586Z | Compiling strsim v0.11.1 |
590 | 2024-06-20T20:20:13.689Z | Compiling bytecount v0.6.8 |
591 | 2024-06-20T20:20:13.726Z | Compiling slog-async v2.8.0 |
592 | 2024-06-20T20:20:13.805Z | Compiling unicode-width v0.1.12 |
593 | 2024-06-20T20:20:13.922Z | Compiling clap_builder v4.5.2 |
594 | 2024-06-20T20:20:14.050Z | Compiling papergrid v0.11.0 |
595 | 2024-06-20T20:20:14.272Z | Compiling rustls-pemfile v1.0.4 |
596 | 2024-06-20T20:20:14.294Z | Compiling miniz_oxide v0.7.2 |
597 | 2024-06-20T20:20:14.319Z | Compiling hostname v0.3.1 |
598 | 2024-06-20T20:20:14.727Z | Compiling digest v0.10.7 |
599 | 2024-06-20T20:20:14.754Z | Compiling url v2.5.0 |
600 | 2024-06-20T20:20:14.757Z | Compiling crossbeam-channel v0.5.12 |
601 | 2024-06-20T20:20:15.142Z | Compiling serde_derive v1.0.203 |
602 | 2024-06-20T20:20:15.173Z | Compiling thiserror-impl v1.0.60 |
603 | 2024-06-20T20:20:15.899Z | Compiling zerocopy-derive v0.7.34 |
604 | 2024-06-20T20:20:15.943Z | Compiling futures-macro v0.3.30 |
605 | 2024-06-20T20:20:15.968Z | Compiling tokio-macros v2.2.0 |
606 | 2024-06-20T20:20:16.812Z | Compiling openssl-macros v0.1.1 |
607 | 2024-06-20T20:20:17.591Z | Compiling scroll_derive v0.12.0 |
608 | 2024-06-20T20:20:17.767Z | Compiling tokio v1.37.0 |
609 | 2024-06-20T20:20:18.198Z | Compiling futures-util v0.3.30 |
610 | 2024-06-20T20:20:18.448Z | Compiling zerocopy v0.7.34 |
611 | 2024-06-20T20:20:18.842Z | Compiling pest v2.7.10 |
612 | 2024-06-20T20:20:19.192Z | Compiling scroll v0.12.0 |
613 | 2024-06-20T20:20:19.794Z | Compiling goblin v0.8.2 |
614 | 2024-06-20T20:20:20.104Z | Compiling tabled_derive v0.7.0 |
615 | 2024-06-20T20:20:21.844Z | Compiling pest_meta v2.7.10 |
616 | 2024-06-20T20:20:22.909Z | Compiling strum_macros v0.26.2 |
617 | 2024-06-20T20:20:24.411Z | Compiling pest_generator v2.7.10 |
618 | 2024-06-20T20:20:26.616Z | Compiling tokio-util v0.7.11 |
619 | 2024-06-20T20:20:27.641Z | Compiling pest_derive v2.7.10 |
620 | 2024-06-20T20:20:27.717Z | Compiling h2 v0.3.26 |
621 | 2024-06-20T20:20:28.482Z | Compiling dtrace-parser v0.2.0 |
622 | 2024-06-20T20:20:28.590Z | Compiling tokio-native-tls v0.3.1 |
623 | 2024-06-20T20:20:28.708Z | Compiling futures-executor v0.3.30 |
624 | 2024-06-20T20:20:28.878Z | Compiling clap_derive v4.5.4 |
625 | 2024-06-20T20:20:29.340Z | Compiling term v0.7.0 |
626 | 2024-06-20T20:20:31.125Z | Compiling toml_datetime v0.6.6 |
627 | 2024-06-20T20:20:31.149Z | Compiling serde_spanned v0.6.6 |
628 | 2024-06-20T20:20:31.380Z | Compiling serde_tokenstream v0.2.0 |
629 | 2024-06-20T20:20:31.646Z | Compiling toml_edit v0.22.13 |
630 | 2024-06-20T20:20:31.960Z | Compiling cargo-platform v0.1.8 |
631 | 2024-06-20T20:20:32.608Z | Compiling hyper v0.14.28 |
632 | 2024-06-20T20:20:32.688Z | Compiling serde_urlencoded v0.7.1 |
633 | 2024-06-20T20:20:33.282Z | Compiling dof v0.3.0 |
634 | 2024-06-20T20:20:34.239Z | Compiling slog-json v2.6.1 |
635 | 2024-06-20T20:20:34.407Z | Compiling xattr v1.3.1 |
636 | 2024-06-20T20:20:34.711Z | Compiling filetime v0.2.23 |
637 | 2024-06-20T20:20:35.110Z | Compiling toml v0.8.13 |
638 | 2024-06-20T20:20:35.150Z | Compiling is-terminal v0.4.12 |
639 | 2024-06-20T20:20:35.295Z | Compiling memmap v0.7.0 |
640 | 2024-06-20T20:20:35.491Z | Compiling encoding_rs v0.8.34 |
641 | 2024-06-20T20:20:35.691Z | Compiling sync_wrapper v0.1.2 |
642 | 2024-06-20T20:20:35.841Z | Compiling cpufeatures v0.2.12 |
643 | 2024-06-20T20:20:35.887Z | Compiling usdt-macro v0.5.0 |
644 | 2024-06-20T20:20:35.956Z | Compiling usdt-attr-macro v0.5.0 |
645 | 2024-06-20T20:20:36.079Z | Compiling ipnet v2.9.0 |
646 | 2024-06-20T20:20:36.346Z | Compiling take_mut v0.2.2 |
647 | 2024-06-20T20:20:36.508Z | Compiling mime v0.3.17 |
648 | 2024-06-20T20:20:36.971Z | Compiling hyper-tls v0.5.0 |
649 | 2024-06-20T20:20:37.275Z | Compiling cargo_toml v0.20.2 |
650 | 2024-06-20T20:20:37.317Z | Compiling sha2 v0.10.8 |
651 | 2024-06-20T20:20:37.360Z | Compiling slog-term v2.9.1 |
652 | 2024-06-20T20:20:37.478Z | Compiling usdt v0.5.0 |
653 | 2024-06-20T20:20:38.028Z | Compiling reqwest v0.11.27 |
654 | 2024-06-20T20:20:38.423Z | Compiling tar v0.4.40 |
655 | 2024-06-20T20:20:38.737Z | Compiling cargo_metadata v0.18.1 |
656 | 2024-06-20T20:20:39.266Z | Compiling slog-bunyan v2.5.0 |
657 | 2024-06-20T20:20:39.479Z | Compiling clap v4.5.4 |
658 | 2024-06-20T20:20:39.607Z | Compiling flate2 v1.0.30 |
659 | 2024-06-20T20:20:40.281Z | Compiling macaddr v1.0.1 |
660 | 2024-06-20T20:20:40.626Z | Compiling futures v0.3.30 |
661 | 2024-06-20T20:20:40.651Z | Compiling strum v0.26.2 |
662 | 2024-06-20T20:20:40.760Z | Compiling tabled v0.15.0 |
663 | 2024-06-20T20:20:40.855Z | Compiling md5 v0.7.0 |
664 | 2024-06-20T20:20:40.916Z | Compiling swrite v0.1.0 |
665 | 2024-06-20T20:20:45.633Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-06-20T20:20:53.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
667 | 2024-06-20T20:20:53.522Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-06-20T20:20:53.585Z | Jun 20 20:20:52.440 INFO Starting download, target: Clickhouse |
669 | 2024-06-20T20:20:53.585Z | Jun 20 20:20:52.440 INFO Starting download, target: Cockroach |
670 | 2024-06-20T20:20:53.585Z | Jun 20 20:20:52.440 INFO Starting download, target: Console |
671 | 2024-06-20T20:20:53.592Z | Jun 20 20:20:52.440 INFO Starting download, target: DendriteOpenapi |
672 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.440 INFO Starting download, target: DendriteStub |
673 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.440 INFO Starting download, target: MaghemiteMgd |
674 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.440 INFO Starting download, target: TransceiverControl |
675 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.441 INFO Downloading out/downloads/console.tar.gz, target: Console |
676 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.441 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
677 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.441 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
678 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.441 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
679 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.441 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
680 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.441 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
681 | 2024-06-20T20:20:53.593Z | Jun 20 20:20:52.441 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
682 | 2024-06-20T20:20:54.082Z | Jun 20 20:20:52.936 INFO Download complete, target: DendriteOpenapi |
683 | 2024-06-20T20:20:54.286Z | Jun 20 20:20:53.107 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
684 | 2024-06-20T20:20:58.215Z | Jun 20 20:20:53.256 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
685 | 2024-06-20T20:20:58.288Z | Jun 20 20:20:53.647 INFO Download complete, target: Console |
686 | 2024-06-20T20:20:58.408Z | Jun 20 20:20:53.886 INFO Download complete, target: TransceiverControl |
687 | 2024-06-20T20:20:58.409Z | Jun 20 20:20:55.134 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
688 | 2024-06-20T20:20:58.409Z | Jun 20 20:20:55.731 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
689 | 2024-06-20T20:20:58.409Z | Jun 20 20:20:55.731 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
690 | 2024-06-20T20:20:58.652Z | Jun 20 20:20:57.508 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
691 | 2024-06-20T20:20:58.866Z | Jun 20 20:20:57.721 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
692 | 2024-06-20T20:21:01.973Z | Jun 20 20:21:00.828 INFO Download complete, target: DendriteStub |
693 | 2024-06-20T20:21:02.306Z | Jun 20 20:21:01.161 INFO Download complete, target: MaghemiteMgd |
694 | 2024-06-20T20:21:06.486Z | Jun 20 20:21:05.248 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-06-20T20:21:06.766Z | Jun 20 20:21:05.621 INFO Checking that binary works, target: Cockroach |
696 | 2024-06-20T20:21:06.995Z | Jun 20 20:21:05.851 INFO Download complete, target: Cockroach |
697 | 2024-06-20T20:21:12.321Z | Jun 20 20:21:11.176 INFO Checking that binary works, target: Clickhouse |
698 | 2024-06-20T20:21:12.640Z | Jun 20 20:21:11.495 INFO Download complete, target: Clickhouse |
699 | 2024-06-20T20:21:12.811Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-06-20T20:21:12.814Z | |
701 | 2024-06-20T20:21:12.814Z | real 3:14.506635584 |
702 | 2024-06-20T20:21:12.814Z | user 6:04.263742379 |
703 | 2024-06-20T20:21:12.814Z | sys 1:19.417044764 |
704 | 2024-06-20T20:21:12.814Z | trap 0.236615579 |
705 | 2024-06-20T20:21:12.814Z | tflt 3.023659508 |
706 | 2024-06-20T20:21:12.814Z | dflt 3.726028171 |
707 | 2024-06-20T20:21:12.815Z | kflt 0.161433290 |
708 | 2024-06-20T20:21:12.815Z | lock 13:40.065634482 |
709 | 2024-06-20T20:21:12.815Z | slp 19:05.489770897 |
710 | 2024-06-20T20:21:12.815Z | lat 21.594736342 |
711 | 2024-06-20T20:21:12.815Z | stop 1:07.814944203 |
712 | 2024-06-20T20:21:12.817Z | |
713 | 2024-06-20T20:21:12.818Z | #### # # ##### ##### # # |
714 | 2024-06-20T20:21:12.818Z | # # # # # # # # # # |
715 | 2024-06-20T20:21:12.818Z | # # # # # # # # |
716 | 2024-06-20T20:21:12.818Z | # # # ##### ##### # |
717 | 2024-06-20T20:21:12.818Z | # # # # # # # |
718 | 2024-06-20T20:21:12.818Z | #### ###### # # # # |
719 | 2024-06-20T20:21:12.818Z | |
720 | 2024-06-20T20:21:13.415Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
721 | 2024-06-20T20:21:20.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s |
722 | 2024-06-20T20:21:20.423Z | Running `target/debug/xtask clippy` |
723 | 2024-06-20T20:21:20.449Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
724 | 2024-06-20T20:21:21.106Z | Downloading crates ... |
725 | 2024-06-20T20:21:21.263Z | Downloaded addr2line v0.21.0 |
726 | 2024-06-20T20:21:21.269Z | Downloaded base16ct v0.2.0 |
727 | 2024-06-20T20:21:21.272Z | Downloaded bitstruct v0.1.1 |
728 | 2024-06-20T20:21:21.274Z | Downloaded bitstruct_derive v0.1.0 |
729 | 2024-06-20T20:21:21.274Z | Downloaded atomicwrites v0.4.3 |
730 | 2024-06-20T20:21:21.274Z | Downloaded async-trait v0.1.80 |
731 | 2024-06-20T20:21:21.282Z | Downloaded cfg_aliases v0.1.1 |
732 | 2024-06-20T20:21:21.284Z | Downloaded crunchy v0.2.2 |
733 | 2024-06-20T20:21:21.287Z | Downloaded cstr-argument v0.1.2 |
734 | 2024-06-20T20:21:21.287Z | Downloaded bb8 v0.8.3 |
735 | 2024-06-20T20:21:21.290Z | Downloaded cbc v0.1.2 |
736 | 2024-06-20T20:21:21.295Z | Downloaded is_ci v1.2.0 |
737 | 2024-06-20T20:21:21.297Z | Downloaded ascii-canvas v3.0.0 |
738 | 2024-06-20T20:21:21.300Z | Downloaded async-stream v0.3.5 |
739 | 2024-06-20T20:21:21.300Z | Downloaded buf-list v1.0.3 |
740 | 2024-06-20T20:21:21.302Z | Downloaded anes v0.1.6 |
741 | 2024-06-20T20:21:21.305Z | Downloaded assert_matches v1.5.0 |
742 | 2024-06-20T20:21:21.307Z | Downloaded maplit v1.0.2 |
743 | 2024-06-20T20:21:21.310Z | Downloaded lazycell v1.3.0 |
744 | 2024-06-20T20:21:21.310Z | Downloaded number_prefix v0.4.0 |
745 | 2024-06-20T20:21:21.313Z | Downloaded block-padding v0.3.3 |
746 | 2024-06-20T20:21:21.315Z | Downloaded ciborium-ll v0.2.2 |
747 | 2024-06-20T20:21:21.315Z | Downloaded nested v0.1.1 |
748 | 2024-06-20T20:21:21.318Z | Downloaded colored v2.1.0 |
749 | 2024-06-20T20:21:21.321Z | Downloaded normalize-line-endings v0.3.0 |
750 | 2024-06-20T20:21:21.324Z | Downloaded newtype_derive v0.1.6 |
751 | 2024-06-20T20:21:21.326Z | Downloaded new_debug_unreachable v1.0.6 |
752 | 2024-06-20T20:21:21.329Z | Downloaded crc-catalog v2.4.0 |
753 | 2024-06-20T20:21:21.331Z | Downloaded criterion-plot v0.5.0 |
754 | 2024-06-20T20:21:21.332Z | Downloaded instant v0.1.12 |
755 | 2024-06-20T20:21:21.334Z | Downloaded crc v3.2.1 |
756 | 2024-06-20T20:21:21.337Z | Downloaded array-init v0.0.4 |
757 | 2024-06-20T20:21:21.337Z | Downloaded libsw v3.3.1 |
758 | 2024-06-20T20:21:21.340Z | Downloaded lalrpop-util v0.19.12 |
759 | 2024-06-20T20:21:21.342Z | Downloaded kstat-rs v0.2.3 |
760 | 2024-06-20T20:21:21.342Z | Downloaded path-slash v0.1.5 |
761 | 2024-06-20T20:21:21.345Z | Downloaded num v0.4.3 |
762 | 2024-06-20T20:21:21.345Z | Downloaded backoff v0.4.0 |
763 | 2024-06-20T20:21:21.348Z | Downloaded arrayvec v0.7.4 |
764 | 2024-06-20T20:21:21.350Z | Downloaded async-stream-impl v0.3.5 |
765 | 2024-06-20T20:21:21.350Z | Downloaded maybe-uninit v2.0.0 |
766 | 2024-06-20T20:21:21.353Z | Downloaded bitfield v0.14.0 |
767 | 2024-06-20T20:21:21.353Z | Downloaded packed_struct_codegen v0.10.1 |
768 | 2024-06-20T20:21:21.355Z | Downloaded console v0.15.8 |
769 | 2024-06-20T20:21:21.360Z | Downloaded bcs v0.1.6 |
770 | 2024-06-20T20:21:21.363Z | Downloaded num_enum v0.5.11 |
771 | 2024-06-20T20:21:21.365Z | Downloaded num-integer v0.1.46 |
772 | 2024-06-20T20:21:21.368Z | Downloaded matches v0.1.10 |
773 | 2024-06-20T20:21:21.368Z | Downloaded sigpipe v0.1.3 |
774 | 2024-06-20T20:21:21.370Z | Downloaded ciborium-io v0.2.2 |
775 | 2024-06-20T20:21:21.370Z | Downloaded parse-display v0.9.0 |
776 | 2024-06-20T20:21:21.373Z | Downloaded oorandom v11.1.3 |
777 | 2024-06-20T20:21:21.373Z | Downloaded nodrop v0.1.14 |
778 | 2024-06-20T20:21:21.375Z | Downloaded peg v0.8.3 |
779 | 2024-06-20T20:21:21.378Z | Downloaded crucible-workspace-hack v0.1.0 |
780 | 2024-06-20T20:21:21.378Z | Downloaded serde-big-array v0.5.1 |
781 | 2024-06-20T20:21:21.381Z | Downloaded peg-runtime v0.8.3 |
782 | 2024-06-20T20:21:21.381Z | Downloaded darling v0.20.9 |
783 | 2024-06-20T20:21:21.384Z | Downloaded cookie_store v0.20.0 |
784 | 2024-06-20T20:21:21.387Z | Downloaded mime_guess v2.0.4 |
785 | 2024-06-20T20:21:21.389Z | Downloaded memmap2 v0.9.4 |
786 | 2024-06-20T20:21:21.392Z | Downloaded arrayref v0.3.7 |
787 | 2024-06-20T20:21:21.392Z | Downloaded option-ext v0.2.0 |
788 | 2024-06-20T20:21:21.395Z | Downloaded ascii v1.1.0 |
789 | 2024-06-20T20:21:21.397Z | Downloaded castaway v0.2.2 |
790 | 2024-06-20T20:21:21.398Z | Downloaded parse-size v1.0.0 |
791 | 2024-06-20T20:21:21.400Z | Downloaded termtree v0.4.1 |
792 | 2024-06-20T20:21:21.400Z | Downloaded bit-vec v0.6.3 |
793 | 2024-06-20T20:21:21.403Z | Downloaded oso-derive v0.27.3 |
794 | 2024-06-20T20:21:21.403Z | Downloaded pathdiff v0.2.1 |
795 | 2024-06-20T20:21:21.403Z | Downloaded opaque-debug v0.3.1 |
796 | 2024-06-20T20:21:21.406Z | Downloaded newline-converter v0.3.0 |
797 | 2024-06-20T20:21:21.406Z | Downloaded aead v0.5.2 |
798 | 2024-06-20T20:21:21.408Z | Downloaded lru v0.12.3 |
799 | 2024-06-20T20:21:21.408Z | Downloaded lazy_static v1.4.0 |
800 | 2024-06-20T20:21:21.411Z | Downloaded indoc v2.0.5 |
801 | 2024-06-20T20:21:21.414Z | Downloaded atomic-waker v1.1.2 |
802 | 2024-06-20T20:21:21.414Z | Downloaded memoffset v0.9.1 |
803 | 2024-06-20T20:21:21.416Z | Downloaded clang-sys v1.7.0 |
804 | 2024-06-20T20:21:21.419Z | Downloaded managed v0.8.0 |
805 | 2024-06-20T20:21:21.421Z | Downloaded linear-map v1.2.0 |
806 | 2024-06-20T20:21:21.421Z | Downloaded vte_generate_state_changes v0.1.1 |
807 | 2024-06-20T20:21:21.424Z | Downloaded camino-tempfile v1.1.1 |
808 | 2024-06-20T20:21:21.424Z | Downloaded toolchain_find v0.4.0 |
809 | 2024-06-20T20:21:21.427Z | Downloaded serde_repr v0.1.19 |
810 | 2024-06-20T20:21:21.427Z | Downloaded cassowary v0.3.0 |
811 | 2024-06-20T20:21:21.430Z | Downloaded owo-colors v4.0.0 |
812 | 2024-06-20T20:21:21.432Z | Downloaded cobs v0.2.3 |
813 | 2024-06-20T20:21:21.435Z | Downloaded pbkdf2 v0.11.0 |
814 | 2024-06-20T20:21:21.438Z | Downloaded password-hash v0.5.0 |
815 | 2024-06-20T20:21:21.441Z | Downloaded chacha20 v0.9.1 |
816 | 2024-06-20T20:21:21.443Z | Downloaded shlex v1.3.0 |
817 | 2024-06-20T20:21:21.446Z | Downloaded escape8259 v0.5.2 |
818 | 2024-06-20T20:21:21.450Z | Downloaded dhcproto-macros v0.1.0 |
819 | 2024-06-20T20:21:21.450Z | Downloaded base64ct v1.6.0 |
820 | 2024-06-20T20:21:21.452Z | Downloaded num-derive v0.4.2 |
821 | 2024-06-20T20:21:21.457Z | Downloaded structmeta v0.3.0 |
822 | 2024-06-20T20:21:21.459Z | Downloaded nibble_vec v0.1.0 |
823 | 2024-06-20T20:21:21.459Z | Downloaded num_enum_derive v0.5.11 |
824 | 2024-06-20T20:21:21.462Z | Downloaded parse-display-derive v0.9.0 |
825 | 2024-06-20T20:21:21.465Z | Downloaded olpc-cjson v0.1.3 |
826 | 2024-06-20T20:21:21.465Z | Downloaded argon2 v0.5.3 |
827 | 2024-06-20T20:21:21.468Z | Downloaded phf_shared v0.10.0 |
828 | 2024-06-20T20:21:21.470Z | Downloaded universal-hash v0.5.1 |
829 | 2024-06-20T20:21:21.475Z | Downloaded paste v1.0.15 |
830 | 2024-06-20T20:21:21.477Z | Downloaded packed_struct v0.10.1 |
831 | 2024-06-20T20:21:21.477Z | Downloaded ciborium v0.2.2 |
832 | 2024-06-20T20:21:21.480Z | Downloaded pbkdf2 v0.12.2 |
833 | 2024-06-20T20:21:21.482Z | Downloaded crossbeam-epoch v0.9.18 |
834 | 2024-06-20T20:21:21.485Z | Downloaded parking_lot_core v0.8.6 |
835 | 2024-06-20T20:21:21.488Z | Downloaded num-rational v0.4.2 |
836 | 2024-06-20T20:21:21.490Z | Downloaded psl-types v2.0.11 |
837 | 2024-06-20T20:21:21.490Z | Downloaded blake2b_simd v1.0.2 |
838 | 2024-06-20T20:21:21.493Z | Downloaded num-iter v0.1.45 |
839 | 2024-06-20T20:21:21.493Z | Downloaded num-complex v0.4.6 |
840 | 2024-06-20T20:21:21.496Z | Downloaded tui-tree-widget v0.19.0 |
841 | 2024-06-20T20:21:21.496Z | Downloaded topological-sort v0.2.2 |
842 | 2024-06-20T20:21:21.498Z | Downloaded md-5 v0.10.6 |
843 | 2024-06-20T20:21:21.501Z | Downloaded libloading v0.8.3 |
844 | 2024-06-20T20:21:21.504Z | Downloaded ed25519 v2.2.3 |
845 | 2024-06-20T20:21:21.507Z | Downloaded libtest-mimic v0.7.3 |
846 | 2024-06-20T20:21:21.507Z | Downloaded ed25519 v1.5.3 |
847 | 2024-06-20T20:21:21.509Z | Downloaded darling_core v0.20.9 |
848 | 2024-06-20T20:21:21.514Z | Downloaded tls_codec v0.4.1 |
849 | 2024-06-20T20:21:21.516Z | Downloaded tower-layer v0.3.2 |
850 | 2024-06-20T20:21:21.519Z | Downloaded highway v1.1.0 |
851 | 2024-06-20T20:21:21.522Z | Downloaded humantime v2.1.0 |
852 | 2024-06-20T20:21:21.522Z | Downloaded fallible-iterator v0.2.0 |
853 | 2024-06-20T20:21:21.524Z | Downloaded nu-ansi-term v0.50.0 |
854 | 2024-06-20T20:21:21.527Z | Downloaded ghash v0.5.1 |
855 | 2024-06-20T20:21:21.527Z | Downloaded bzip2 v0.4.4 |
856 | 2024-06-20T20:21:21.529Z | Downloaded ahash v0.8.11 |
857 | 2024-06-20T20:21:21.532Z | Downloaded primeorder v0.13.6 |
858 | 2024-06-20T20:21:21.535Z | Downloaded const_format v0.2.32 |
859 | 2024-06-20T20:21:21.548Z | Downloaded darling_macro v0.20.9 |
860 | 2024-06-20T20:21:21.551Z | Downloaded sqlparser_derive v0.2.2 |
861 | 2024-06-20T20:21:21.551Z | Downloaded predicates-core v1.0.6 |
862 | 2024-06-20T20:21:21.554Z | Downloaded slog-envlogger v2.2.0 |
863 | 2024-06-20T20:21:21.557Z | Downloaded slog-dtrace v0.3.0 |
864 | 2024-06-20T20:21:21.557Z | Downloaded thiserror-no-std v2.0.2 |
865 | 2024-06-20T20:21:21.560Z | Downloaded quick-error v1.2.3 |
866 | 2024-06-20T20:21:21.562Z | Downloaded snafu-derive v0.8.2 |
867 | 2024-06-20T20:21:21.565Z | Downloaded russh-cryptovec v0.7.2 |
868 | 2024-06-20T20:21:21.565Z | Downloaded crc-any v2.5.0 |
869 | 2024-06-20T20:21:21.568Z | Downloaded cookie v0.18.1 |
870 | 2024-06-20T20:21:21.571Z | Downloaded scheduled-thread-pool v0.2.7 |
871 | 2024-06-20T20:21:21.571Z | Downloaded rustc_version v0.4.0 |
872 | 2024-06-20T20:21:21.573Z | Downloaded rustc_version v0.1.7 |
873 | 2024-06-20T20:21:21.573Z | Downloaded rustc-hash v1.1.0 |
874 | 2024-06-20T20:21:21.576Z | Downloaded untrusted v0.7.1 |
875 | 2024-06-20T20:21:21.580Z | Downloaded thiserror-impl-no-std v2.0.2 |
876 | 2024-06-20T20:21:21.580Z | Downloaded erased-serde v0.3.31 |
877 | 2024-06-20T20:21:21.583Z | Downloaded indicatif v0.17.8 |
878 | 2024-06-20T20:21:21.586Z | Downloaded allocator-api2 v0.2.18 |
879 | 2024-06-20T20:21:21.588Z | Downloaded downcast v0.11.0 |
880 | 2024-06-20T20:21:21.588Z | Downloaded display-error-chain v0.2.0 |
881 | 2024-06-20T20:21:21.591Z | Downloaded either v1.12.0 |
882 | 2024-06-20T20:21:21.591Z | Downloaded defmt v0.3.8 |
883 | 2024-06-20T20:21:21.594Z | Downloaded tokio-tungstenite v0.20.1 |
884 | 2024-06-20T20:21:21.597Z | Downloaded hubpack_derive v0.1.1 |
885 | 2024-06-20T20:21:21.599Z | Downloaded which v4.4.2 |
886 | 2024-06-20T20:21:21.600Z | Downloaded embedded-io v0.4.0 |
887 | 2024-06-20T20:21:21.602Z | Downloaded plotters-backend v0.3.5 |
888 | 2024-06-20T20:21:21.605Z | Downloaded dirs-sys v0.4.1 |
889 | 2024-06-20T20:21:21.605Z | Downloaded serde_path_to_error v0.1.16 |
890 | 2024-06-20T20:21:21.608Z | Downloaded mockall_derive v0.12.1 |
891 | 2024-06-20T20:21:21.608Z | Downloaded rfc6979 v0.4.0 |
892 | 2024-06-20T20:21:21.610Z | Downloaded omicron-zone-package v0.11.0 |
893 | 2024-06-20T20:21:21.613Z | Downloaded predicates v3.1.0 |
894 | 2024-06-20T20:21:21.615Z | Downloaded serde-hex v0.1.0 |
895 | 2024-06-20T20:21:21.618Z | Downloaded precomputed-hash v0.1.1 |
896 | 2024-06-20T20:21:21.618Z | Downloaded headers-core v0.2.0 |
897 | 2024-06-20T20:21:21.618Z | Downloaded sqlformat v0.2.3 |
898 | 2024-06-20T20:21:21.621Z | Downloaded parking_lot v0.11.2 |
899 | 2024-06-20T20:21:21.623Z | Downloaded signal-hook-tokio v0.3.1 |
900 | 2024-06-20T20:21:21.623Z | Downloaded base64 v0.13.1 |
901 | 2024-06-20T20:21:21.626Z | Downloaded fastrand v2.1.0 |
902 | 2024-06-20T20:21:21.629Z | Downloaded ena v0.14.3 |
903 | 2024-06-20T20:21:21.632Z | Downloaded tokio-stream v0.1.15 |
904 | 2024-06-20T20:21:21.634Z | Downloaded termios v0.3.3 |
905 | 2024-06-20T20:21:21.637Z | Downloaded pretty-hex v0.2.1 |
906 | 2024-06-20T20:21:21.639Z | Downloaded predicates-tree v1.0.9 |
907 | 2024-06-20T20:21:21.639Z | Downloaded p256 v0.13.2 |
908 | 2024-06-20T20:21:21.642Z | Downloaded futures-timer v3.0.3 |
909 | 2024-06-20T20:21:21.645Z | Downloaded serde_derive_internals v0.29.1 |
910 | 2024-06-20T20:21:21.647Z | Downloaded uuid v1.8.0 |
911 | 2024-06-20T20:21:21.650Z | Downloaded ecdsa v0.16.9 |
912 | 2024-06-20T20:21:21.653Z | Downloaded oso v0.27.3 |
913 | 2024-06-20T20:21:21.656Z | Downloaded structmeta-derive v0.3.0 |
914 | 2024-06-20T20:21:21.659Z | Downloaded waitgroup v0.1.2 |
915 | 2024-06-20T20:21:21.663Z | Downloaded unicode-xid v0.2.4 |
916 | 2024-06-20T20:21:21.663Z | Downloaded rustls-pki-types v1.7.0 |
917 | 2024-06-20T20:21:21.665Z | Downloaded rustls-pemfile v2.1.2 |
918 | 2024-06-20T20:21:21.668Z | Downloaded ref-cast v1.0.23 |
919 | 2024-06-20T20:21:21.670Z | Downloaded httptest v0.15.5 |
920 | 2024-06-20T20:21:21.673Z | Downloaded dirs v5.0.1 |
921 | 2024-06-20T20:21:21.676Z | Downloaded rand_xorshift v0.3.0 |
922 | 2024-06-20T20:21:21.676Z | Downloaded crypto-bigint v0.5.5 |
923 | 2024-06-20T20:21:21.683Z | Downloaded rand_seeder v0.2.3 |
924 | 2024-06-20T20:21:21.688Z | Downloaded num-traits v0.2.19 |
925 | 2024-06-20T20:21:21.691Z | Downloaded rustfmt-wrapper v0.2.1 |
926 | 2024-06-20T20:21:21.691Z | Downloaded glob v0.3.1 |
927 | 2024-06-20T20:21:21.694Z | Downloaded tokio-tungstenite v0.21.0 |
928 | 2024-06-20T20:21:21.696Z | Downloaded rustls-native-certs v0.7.0 |
929 | 2024-06-20T20:21:21.699Z | Downloaded tracing-attributes v0.1.27 |
930 | 2024-06-20T20:21:21.702Z | Downloaded heck v0.3.3 |
931 | 2024-06-20T20:21:21.702Z | Downloaded termcolor v1.4.1 |
932 | 2024-06-20T20:21:21.705Z | Downloaded structmeta v0.2.0 |
933 | 2024-06-20T20:21:21.705Z | Downloaded ppv-lite86 v0.2.17 |
934 | 2024-06-20T20:21:21.708Z | Downloaded der_derive v0.7.2 |
935 | 2024-06-20T20:21:21.708Z | Downloaded num-bigint v0.4.5 |
936 | 2024-06-20T20:21:21.712Z | Downloaded pin-project-internal v1.1.5 |
937 | 2024-06-20T20:21:21.715Z | Downloaded prettyplease v0.2.20 |
938 | 2024-06-20T20:21:21.718Z | Downloaded crossterm v0.27.0 |
939 | 2024-06-20T20:21:21.724Z | Downloaded wait-timeout v0.2.0 |
940 | 2024-06-20T20:21:21.726Z | Downloaded subprocess v0.2.9 |
941 | 2024-06-20T20:21:21.729Z | Downloaded untrusted v0.9.0 |
942 | 2024-06-20T20:21:21.731Z | Downloaded uzers v0.11.3 |
943 | 2024-06-20T20:21:21.734Z | Downloaded yansi v0.5.1 |
944 | 2024-06-20T20:21:21.734Z | Downloaded smawk v0.3.2 |
945 | 2024-06-20T20:21:21.736Z | Downloaded utf-8 v0.7.6 |
946 | 2024-06-20T20:21:21.739Z | Downloaded rusty-fork v0.3.0 |
947 | 2024-06-20T20:21:21.741Z | Downloaded backtrace v0.3.71 |
948 | 2024-06-20T20:21:21.745Z | Downloaded serde_with_macros v3.8.1 |
949 | 2024-06-20T20:21:21.749Z | Downloaded defmt-macros v0.3.9 |
950 | 2024-06-20T20:21:21.751Z | Downloaded guppy-workspace-hack v0.1.0 |
951 | 2024-06-20T20:21:21.754Z | Downloaded defmt-parser v0.3.4 |
952 | 2024-06-20T20:21:21.754Z | Downloaded rust-argon2 v2.1.0 |
953 | 2024-06-20T20:21:21.757Z | Downloaded zeroize_derive v1.4.2 |
954 | 2024-06-20T20:21:21.759Z | Downloaded derive_builder_macro v0.20.0 |
955 | 2024-06-20T20:21:21.760Z | Downloaded debug-ignore v1.0.5 |
956 | 2024-06-20T20:21:21.762Z | Downloaded polyval v0.6.2 |
957 | 2024-06-20T20:21:21.765Z | Downloaded data-encoding v2.6.0 |
958 | 2024-06-20T20:21:21.765Z | Downloaded getrandom v0.2.14 |
959 | 2024-06-20T20:21:21.768Z | Downloaded diesel_derives v2.1.4 |
960 | 2024-06-20T20:21:21.775Z | Downloaded wyz v0.5.1 |
961 | 2024-06-20T20:21:21.777Z | Downloaded rand_core v0.6.4 |
962 | 2024-06-20T20:21:21.778Z | Downloaded rand_core v0.5.1 |
963 | 2024-06-20T20:21:21.780Z | Downloaded dhcproto v0.11.0 |
964 | 2024-06-20T20:21:21.783Z | Downloaded foreign-types-shared v0.3.1 |
965 | 2024-06-20T20:21:21.786Z | Downloaded foreign-types v0.5.0 |
966 | 2024-06-20T20:21:21.786Z | Downloaded foreign-types-macros v0.2.3 |
967 | 2024-06-20T20:21:21.788Z | Downloaded zeroize v1.7.0 |
968 | 2024-06-20T20:21:21.788Z | Downloaded rand_chacha v0.3.1 |
969 | 2024-06-20T20:21:21.791Z | Downloaded group v0.13.0 |
970 | 2024-06-20T20:21:21.794Z | Downloaded ff v0.13.0 |
971 | 2024-06-20T20:21:21.794Z | Downloaded fd-lock v4.0.2 |
972 | 2024-06-20T20:21:21.796Z | Downloaded pkcs1 v0.7.5 |
973 | 2024-06-20T20:21:21.799Z | Downloaded platforms v3.4.0 |
974 | 2024-06-20T20:21:21.801Z | Downloaded walkdir v2.5.0 |
975 | 2024-06-20T20:21:21.804Z | Downloaded strum_macros v0.24.3 |
976 | 2024-06-20T20:21:21.807Z | Downloaded strip-ansi-escapes v0.2.0 |
977 | 2024-06-20T20:21:21.809Z | Downloaded schemars_derive v0.8.20 |
978 | 2024-06-20T20:21:21.809Z | Downloaded resolv-conf v0.7.0 |
979 | 2024-06-20T20:21:21.812Z | Downloaded hex v0.4.3 |
980 | 2024-06-20T20:21:21.814Z | Downloaded textwrap v0.16.1 |
981 | 2024-06-20T20:21:21.817Z | Downloaded stable_deref_trait v1.2.0 |
982 | 2024-06-20T20:21:21.820Z | Downloaded shell-words v1.1.0 |
983 | 2024-06-20T20:21:21.820Z | Downloaded toml v0.5.11 |
984 | 2024-06-20T20:21:21.822Z | Downloaded rustc-demangle v0.1.24 |
985 | 2024-06-20T20:21:21.825Z | Downloaded hex-literal v0.4.1 |
986 | 2024-06-20T20:21:21.828Z | Downloaded libxml v0.3.3 |
987 | 2024-06-20T20:21:21.833Z | Downloaded gethostname v0.4.3 |
988 | 2024-06-20T20:21:21.836Z | Downloaded datatest-stable v0.2.9 |
989 | 2024-06-20T20:21:21.838Z | Downloaded criterion v0.5.1 |
990 | 2024-06-20T20:21:21.846Z | Downloaded stringprep v0.1.4 |
991 | 2024-06-20T20:21:21.849Z | Downloaded rtoolbox v0.0.2 |
992 | 2024-06-20T20:21:21.852Z | Downloaded hash32 v0.2.1 |
993 | 2024-06-20T20:21:21.852Z | Downloaded r2d2 v0.8.10 |
994 | 2024-06-20T20:21:21.854Z | Downloaded globset v0.4.14 |
995 | 2024-06-20T20:21:21.857Z | Downloaded vte v0.11.1 |
996 | 2024-06-20T20:21:21.859Z | Downloaded fancy-regex v0.13.0 |
997 | 2024-06-20T20:21:21.862Z | Downloaded float-cmp v0.9.0 |
998 | 2024-06-20T20:21:21.865Z | Downloaded diesel_table_macro_syntax v0.1.0 |
999 | 2024-06-20T20:21:21.865Z | Downloaded pin-project v1.1.5 |
1000 | 2024-06-20T20:21:21.876Z | Downloaded threadpool v1.8.1 |
1001 | 2024-06-20T20:21:21.878Z | Downloaded tls_codec_derive v0.4.1 |
1002 | 2024-06-20T20:21:21.883Z | Downloaded serde-big-array v0.4.1 |
1003 | 2024-06-20T20:21:21.883Z | Downloaded publicsuffix v2.2.3 |
1004 | 2024-06-20T20:21:21.886Z | Downloaded hubpack v0.1.2 |
1005 | 2024-06-20T20:21:21.886Z | Downloaded supports-color v3.0.0 |
1006 | 2024-06-20T20:21:21.886Z | Downloaded subtle v2.5.0 |
1007 | 2024-06-20T20:21:21.888Z | Downloaded hyper-rustls v0.24.2 |
1008 | 2024-06-20T20:21:21.891Z | Downloaded fixedbitset v0.4.2 |
1009 | 2024-06-20T20:21:21.891Z | Downloaded serde_yaml v0.9.34+deprecated |
1010 | 2024-06-20T20:21:21.894Z | Downloaded spin v0.9.8 |
1011 | 2024-06-20T20:21:21.897Z | Downloaded diff v0.1.13 |
1012 | 2024-06-20T20:21:21.899Z | Downloaded getopts v0.2.21 |
1013 | 2024-06-20T20:21:21.902Z | Downloaded der v0.7.9 |
1014 | 2024-06-20T20:21:21.905Z | Downloaded minimal-lexical v0.2.1 |
1015 | 2024-06-20T20:21:21.911Z | Downloaded ident_case v1.0.1 |
1016 | 2024-06-20T20:21:21.914Z | Downloaded tungstenite v0.21.0 |
1017 | 2024-06-20T20:21:21.917Z | Downloaded stability v0.2.0 |
1018 | 2024-06-20T20:21:21.917Z | Downloaded radium v0.7.0 |
1019 | 2024-06-20T20:21:21.917Z | Downloaded hostname v0.4.0 |
1020 | 2024-06-20T20:21:21.919Z | Downloaded home v0.5.9 |
1021 | 2024-06-20T20:21:21.919Z | Downloaded unicode-linebreak v0.1.5 |
1022 | 2024-06-20T20:21:21.922Z | Downloaded signature v1.6.4 |
1023 | 2024-06-20T20:21:21.922Z | Downloaded fatfs v0.3.6 |
1024 | 2024-06-20T20:21:21.925Z | Downloaded ron v0.7.1 |
1025 | 2024-06-20T20:21:21.930Z | Downloaded portpicker v0.1.1 |
1026 | 2024-06-20T20:21:21.932Z | Downloaded fxhash v0.2.1 |
1027 | 2024-06-20T20:21:21.932Z | Downloaded dyn-clone v1.0.17 |
1028 | 2024-06-20T20:21:21.935Z | Downloaded difflib v0.4.0 |
1029 | 2024-06-20T20:21:21.935Z | Downloaded tokio-rustls v0.25.0 |
1030 | 2024-06-20T20:21:21.938Z | Downloaded sct v0.7.1 |
1031 | 2024-06-20T20:21:21.941Z | Downloaded tokio-rustls v0.24.1 |
1032 | 2024-06-20T20:21:21.943Z | Downloaded spin v0.5.2 |
1033 | 2024-06-20T20:21:21.943Z | Downloaded semver v0.1.20 |
1034 | 2024-06-20T20:21:21.946Z | Downloaded signal-hook v0.3.17 |
1035 | 2024-06-20T20:21:21.948Z | Downloaded aho-corasick v1.1.3 |
1036 | 2024-06-20T20:21:21.953Z | Downloaded spki v0.7.3 |
1037 | 2024-06-20T20:21:21.956Z | Downloaded tinytemplate v1.2.1 |
1038 | 2024-06-20T20:21:21.958Z | Downloaded hashbrown v0.12.3 |
1039 | 2024-06-20T20:21:21.961Z | Downloaded hyper-staticfile v0.9.5 |
1040 | 2024-06-20T20:21:21.964Z | Downloaded pem v3.0.4 |
1041 | 2024-06-20T20:21:21.969Z | Downloaded postgres-types v0.2.6 |
1042 | 2024-06-20T20:21:21.969Z | Downloaded siphasher v0.3.11 |
1043 | 2024-06-20T20:21:21.971Z | Downloaded derive_builder_core v0.20.0 |
1044 | 2024-06-20T20:21:21.972Z | Downloaded pretty_assertions v1.4.0 |
1045 | 2024-06-20T20:21:21.972Z | Downloaded rstest v0.19.0 |
1046 | 2024-06-20T20:21:21.977Z | Downloaded funty v2.0.0 |
1047 | 2024-06-20T20:21:21.979Z | Downloaded sha1 v0.10.6 |
1048 | 2024-06-20T20:21:21.979Z | Downloaded ron v0.8.1 |
1049 | 2024-06-20T20:21:21.984Z | Downloaded snafu v0.8.2 |
1050 | 2024-06-20T20:21:21.990Z | Downloaded toml v0.7.8 |
1051 | 2024-06-20T20:21:21.994Z | Downloaded blake3 v1.5.1 |
1052 | 2024-06-20T20:21:22.001Z | Downloaded heapless v0.8.0 |
1053 | 2024-06-20T20:21:22.005Z | Downloaded pem-rfc7468 v0.7.0 |
1054 | 2024-06-20T20:21:22.007Z | Downloaded hyper-rustls v0.26.0 |
1055 | 2024-06-20T20:21:22.010Z | Downloaded zip v0.6.6 |
1056 | 2024-06-20T20:21:22.013Z | Downloaded similar v2.5.0 |
1057 | 2024-06-20T20:21:22.018Z | Downloaded heapless v0.7.17 |
1058 | 2024-06-20T20:21:22.022Z | Downloaded half v2.4.1 |
1059 | 2024-06-20T20:21:22.025Z | Downloaded salty v0.2.0 |
1060 | 2024-06-20T20:21:22.030Z | Downloaded poly1305 v0.8.0 |
1061 | 2024-06-20T20:21:22.033Z | Downloaded russh-keys v0.43.0 |
1062 | 2024-06-20T20:21:22.035Z | Downloaded itertools v0.10.5 |
1063 | 2024-06-20T20:21:22.041Z | Downloaded unicode_categories v0.1.1 |
1064 | 2024-06-20T20:21:22.045Z | Downloaded itertools v0.12.1 |
1065 | 2024-06-20T20:21:22.050Z | Downloaded num-bigint-dig v0.8.4 |
1066 | 2024-06-20T20:21:22.055Z | Downloaded sec1 v0.7.3 |
1067 | 2024-06-20T20:21:22.058Z | Downloaded hyper-util v0.1.3 |
1068 | 2024-06-20T20:21:22.060Z | Downloaded x509-cert v0.2.5 |
1069 | 2024-06-20T20:21:22.066Z | Downloaded iana-time-zone v0.1.60 |
1070 | 2024-06-20T20:21:22.069Z | Downloaded rayon-core v1.12.1 |
1071 | 2024-06-20T20:21:22.072Z | Downloaded http v1.1.0 |
1072 | 2024-06-20T20:21:22.076Z | Downloaded rcgen v0.12.1 |
1073 | 2024-06-20T20:21:22.079Z | Downloaded getrandom v0.1.16 |
1074 | 2024-06-20T20:21:22.081Z | Downloaded hmac v0.12.1 |
1075 | 2024-06-20T20:21:22.084Z | Downloaded tower v0.4.13 |
1076 | 2024-06-20T20:21:22.094Z | Downloaded trust-dns-resolver v0.22.0 |
1077 | 2024-06-20T20:21:22.096Z | Downloaded trust-dns-server v0.22.1 |
1078 | 2024-06-20T20:21:22.102Z | Downloaded flume v0.11.0 |
1079 | 2024-06-20T20:21:22.106Z | Downloaded rustyline v14.0.0 |
1080 | 2024-06-20T20:21:22.109Z | Downloaded nom v7.1.3 |
1081 | 2024-06-20T20:21:22.115Z | Downloaded winnow v0.5.40 |
1082 | 2024-06-20T20:21:22.124Z | Downloaded russh v0.43.0 |
1083 | 2024-06-20T20:21:22.132Z | Downloaded socket2 v0.4.10 |
1084 | 2024-06-20T20:21:22.132Z | Downloaded regex-automata v0.1.10 |
1085 | 2024-06-20T20:21:22.137Z | Downloaded p521 v0.13.3 |
1086 | 2024-06-20T20:21:22.144Z | Downloaded chrono v0.4.38 |
1087 | 2024-06-20T20:21:22.150Z | Downloaded tokio-postgres v0.7.10 |
1088 | 2024-06-20T20:21:22.153Z | Downloaded steno v0.4.0 |
1089 | 2024-06-20T20:21:22.155Z | Downloaded samael v0.0.15 |
1090 | 2024-06-20T20:21:22.160Z | Downloaded schemars v0.8.20 |
1091 | 2024-06-20T20:21:22.171Z | Downloaded rand v0.7.3 |
1092 | 2024-06-20T20:21:22.176Z | Downloaded tungstenite v0.20.1 |
1093 | 2024-06-20T20:21:22.179Z | Downloaded typed-path v0.7.1 |
1094 | 2024-06-20T20:21:22.185Z | Downloaded tough v0.17.1 |
1095 | 2024-06-20T20:21:22.192Z | Downloaded rustls-webpki v0.101.7 |
1096 | 2024-06-20T20:21:22.207Z | Downloaded rustls-webpki v0.102.4 |
1097 | 2024-06-20T20:21:22.224Z | Downloaded toml_edit v0.19.15 |
1098 | 2024-06-20T20:21:22.240Z | Downloaded webpki-roots v0.25.4 |
1099 | 2024-06-20T20:21:22.243Z | Downloaded bstr v1.9.1 |
1100 | 2024-06-20T20:21:22.253Z | Downloaded hyper v1.3.1 |
1101 | 2024-06-20T20:21:22.260Z | Downloaded trust-dns-client v0.22.0 |
1102 | 2024-06-20T20:21:22.265Z | Downloaded portable-atomic v1.6.0 |
1103 | 2024-06-20T20:21:22.270Z | Downloaded rustls v0.22.4 |
1104 | 2024-06-20T20:21:22.285Z | Downloaded regex-syntax v0.6.29 |
1105 | 2024-06-20T20:21:22.290Z | Downloaded regex-syntax v0.8.3 |
1106 | 2024-06-20T20:21:22.300Z | Downloaded curve25519-dalek v4.1.2 |
1107 | 2024-06-20T20:21:22.308Z | Downloaded plotters v0.3.5 |
1108 | 2024-06-20T20:21:22.316Z | Downloaded sled v0.34.7 |
1109 | 2024-06-20T20:21:22.326Z | Downloaded idna v0.3.0 |
1110 | 2024-06-20T20:21:22.332Z | Downloaded guppy v0.17.5 |
1111 | 2024-06-20T20:21:22.338Z | Downloaded proptest v1.4.0 |
1112 | 2024-06-20T20:21:22.346Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1113 | 2024-06-20T20:21:22.358Z | Downloaded bstr v0.2.17 |
1114 | 2024-06-20T20:21:22.367Z | Downloaded idna v0.2.3 |
1115 | 2024-06-20T20:21:22.373Z | Downloaded object v0.30.4 |
1116 | 2024-06-20T20:21:22.382Z | Downloaded finl_unicode v1.2.0 |
1117 | 2024-06-20T20:21:22.395Z | Downloaded rayon v1.10.0 |
1118 | 2024-06-20T20:21:22.404Z | Downloaded sha3 v0.10.8 |
1119 | 2024-06-20T20:21:22.408Z | Downloaded quick-xml v0.31.0 |
1120 | 2024-06-20T20:21:22.413Z | Downloaded csv v1.3.0 |
1121 | 2024-06-20T20:21:22.432Z | Downloaded lalrpop v0.19.12 |
1122 | 2024-06-20T20:21:22.443Z | Downloaded gimli v0.28.1 |
1123 | 2024-06-20T20:21:22.450Z | Downloaded nix v0.27.1 |
1124 | 2024-06-20T20:21:22.460Z | Downloaded bitvec v1.0.1 |
1125 | 2024-06-20T20:21:22.474Z | Downloaded bindgen v0.69.4 |
1126 | 2024-06-20T20:21:22.481Z | Downloaded unicode-segmentation v1.11.0 |
1127 | 2024-06-20T20:21:22.484Z | Downloaded hkdf v0.12.4 |
1128 | 2024-06-20T20:21:22.487Z | Downloaded sqlparser v0.45.0 |
1129 | 2024-06-20T20:21:22.491Z | Downloaded derive_builder v0.20.0 |
1130 | 2024-06-20T20:21:22.495Z | Downloaded nix v0.28.0 |
1131 | 2024-06-20T20:21:22.506Z | Downloaded serde_with v3.8.1 |
1132 | 2024-06-20T20:21:22.514Z | Downloaded reedline v0.31.0 |
1133 | 2024-06-20T20:21:22.520Z | Downloaded rustls v0.21.12 |
1134 | 2024-06-20T20:21:22.533Z | Downloaded radix_trie v0.2.1 |
1135 | 2024-06-20T20:21:22.536Z | Downloaded regress v0.9.1 |
1136 | 2024-06-20T20:21:22.543Z | Downloaded openapiv3 v2.0.0 |
1137 | 2024-06-20T20:21:22.554Z | Downloaded trust-dns-proto v0.22.0 |
1138 | 2024-06-20T20:21:22.566Z | Downloaded regex v1.10.4 |
1139 | 2024-06-20T20:21:22.578Z | Downloaded smoltcp v0.11.0 |
1140 | 2024-06-20T20:21:22.589Z | Downloaded polar-core v0.27.3 |
1141 | 2024-06-20T20:21:22.597Z | Downloaded smoltcp v0.9.1 |
1142 | 2024-06-20T20:21:22.607Z | Downloaded diesel v2.1.6 |
1143 | 2024-06-20T20:21:22.623Z | Downloaded object v0.32.2 |
1144 | 2024-06-20T20:21:22.633Z | Downloaded zerocopy-derive v0.6.6 |
1145 | 2024-06-20T20:21:22.642Z | Downloaded ratatui v0.26.2 |
1146 | 2024-06-20T20:21:22.659Z | Downloaded rand v0.8.5 |
1147 | 2024-06-20T20:21:22.662Z | Downloaded hashbrown v0.13.2 |
1148 | 2024-06-20T20:21:22.666Z | Downloaded derive_more v0.99.17 |
1149 | 2024-06-20T20:21:22.670Z | Downloaded rstest_macros v0.19.0 |
1150 | 2024-06-20T20:21:22.673Z | Downloaded regex-automata v0.4.6 |
1151 | 2024-06-20T20:21:22.689Z | Downloaded fragile v2.0.0 |
1152 | 2024-06-20T20:21:22.691Z | Downloaded petgraph v0.6.5 |
1153 | 2024-06-20T20:21:22.707Z | Downloaded flagset v0.4.5 |
1154 | 2024-06-20T20:21:22.709Z | Downloaded libm v0.2.8 |
1155 | 2024-06-20T20:21:22.715Z | Downloaded unarray v0.1.4 |
1156 | 2024-06-20T20:21:22.717Z | Downloaded ed25519-dalek v2.1.1 |
1157 | 2024-06-20T20:21:22.720Z | Downloaded ref-cast-impl v1.0.23 |
1158 | 2024-06-20T20:21:22.720Z | Downloaded expectorate v1.1.0 |
1159 | 2024-06-20T20:21:22.723Z | Downloaded headers v0.3.9 |
1160 | 2024-06-20T20:21:22.728Z | Downloaded similar-asserts v1.5.0 |
1161 | 2024-06-20T20:21:22.730Z | Downloaded secrecy v0.8.0 |
1162 | 2024-06-20T20:21:22.730Z | Downloaded unicase v2.7.0 |
1163 | 2024-06-20T20:21:22.730Z | Downloaded relative-path v1.9.3 |
1164 | 2024-06-20T20:21:22.733Z | Downloaded aes-gcm v0.10.3 |
1165 | 2024-06-20T20:21:22.736Z | Downloaded string_cache v0.8.7 |
1166 | 2024-06-20T20:21:22.736Z | Downloaded pkcs8 v0.10.2 |
1167 | 2024-06-20T20:21:22.739Z | Downloaded tiny-keccak v2.0.2 |
1168 | 2024-06-20T20:21:22.742Z | Downloaded tabwriter v1.4.0 |
1169 | 2024-06-20T20:21:22.742Z | Downloaded vsss-rs v3.3.4 |
1170 | 2024-06-20T20:21:22.745Z | Downloaded env_logger v0.9.3 |
1171 | 2024-06-20T20:21:22.747Z | Downloaded elliptic-curve v0.13.8 |
1172 | 2024-06-20T20:21:22.750Z | Downloaded rsa v0.9.6 |
1173 | 2024-06-20T20:21:22.753Z | Downloaded aes v0.8.4 |
1174 | 2024-06-20T20:21:22.757Z | Downloaded rand_chacha v0.2.2 |
1175 | 2024-06-20T20:21:22.760Z | Downloaded tempfile v3.10.1 |
1176 | 2024-06-20T20:21:22.760Z | Downloaded target-lexicon v0.12.14 |
1177 | 2024-06-20T20:21:22.762Z | Downloaded unsafe-libyaml v0.2.11 |
1178 | 2024-06-20T20:21:22.765Z | Downloaded postcard v1.0.8 |
1179 | 2024-06-20T20:21:22.768Z | Downloaded structmeta-derive v0.2.0 |
1180 | 2024-06-20T20:21:22.770Z | Downloaded env_logger v0.10.2 |
1181 | 2024-06-20T20:21:22.773Z | Downloaded zone v0.1.8 |
1182 | 2024-06-20T20:21:22.773Z | Downloaded derive-where v1.2.7 |
1183 | 2024-06-20T20:21:22.775Z | Downloaded strum_macros v0.25.3 |
1184 | 2024-06-20T20:21:22.778Z | Downloaded zerocopy v0.6.6 |
1185 | 2024-06-20T20:21:22.780Z | Downloaded target-spec v3.1.0 |
1186 | 2024-06-20T20:21:22.780Z | Downloaded smallvec v0.6.14 |
1187 | 2024-06-20T20:21:22.783Z | Downloaded slog-stdlog v4.1.1 |
1188 | 2024-06-20T20:21:22.783Z | Downloaded postgres-protocol v0.6.6 |
1189 | 2024-06-20T20:21:22.785Z | Downloaded trybuild v1.0.96 |
1190 | 2024-06-20T20:21:22.788Z | Downloaded test-strategy v0.3.1 |
1191 | 2024-06-20T20:21:22.791Z | Downloaded doc-comment v0.3.3 |
1192 | 2024-06-20T20:21:22.793Z | Downloaded whoami v1.5.1 |
1193 | 2024-06-20T20:21:22.793Z | Downloaded const-oid v0.9.6 |
1194 | 2024-06-20T20:21:22.796Z | Downloaded compact_str v0.7.1 |
1195 | 2024-06-20T20:21:22.798Z | Downloaded proc-macro-crate v1.3.1 |
1196 | 2024-06-20T20:21:22.799Z | Downloaded peg-macros v0.8.3 |
1197 | 2024-06-20T20:21:22.801Z | Downloaded password-hash v0.4.2 |
1198 | 2024-06-20T20:21:22.804Z | Downloaded partial-io v0.5.4 |
1199 | 2024-06-20T20:21:22.804Z | Downloaded plotters-svg v0.3.5 |
1200 | 2024-06-20T20:21:22.806Z | Downloaded http-range v0.1.5 |
1201 | 2024-06-20T20:21:22.806Z | Downloaded http-body v1.0.0 |
1202 | 2024-06-20T20:21:22.806Z | Downloaded enum-as-inner v0.5.1 |
1203 | 2024-06-20T20:21:22.809Z | Downloaded endian-type v0.1.2 |
1204 | 2024-06-20T20:21:22.809Z | Downloaded zone_cfg_derive v0.1.2 |
1205 | 2024-06-20T20:21:22.809Z | Downloaded slog-scope v4.4.0 |
1206 | 2024-06-20T20:21:22.812Z | Downloaded signal-hook-mio v0.2.3 |
1207 | 2024-06-20T20:21:22.812Z | Downloaded serde_arrays v0.1.0 |
1208 | 2024-06-20T20:21:22.812Z | Downloaded same-file v1.0.6 |
1209 | 2024-06-20T20:21:22.814Z | Downloaded rpassword v7.3.1 |
1210 | 2024-06-20T20:21:22.814Z | Downloaded phf_shared v0.11.2 |
1211 | 2024-06-20T20:21:22.814Z | Downloaded phf v0.11.2 |
1212 | 2024-06-20T20:21:22.817Z | Downloaded yasna v0.5.2 |
1213 | 2024-06-20T20:21:22.817Z | Downloaded hash32 v0.3.1 |
1214 | 2024-06-20T20:21:22.819Z | Downloaded chacha20poly1305 v0.10.1 |
1215 | 2024-06-20T20:21:22.819Z | Downloaded base64 v0.22.1 |
1216 | 2024-06-20T20:21:22.823Z | Downloaded tap v1.0.1 |
1217 | 2024-06-20T20:21:22.826Z | Downloaded arc-swap v1.7.1 |
1218 | 2024-06-20T20:21:22.828Z | Downloaded static_assertions v1.1.0 |
1219 | 2024-06-20T20:21:22.828Z | Downloaded multimap v0.10.0 |
1220 | 2024-06-20T20:21:22.833Z | Downloaded assert_cmd v2.0.14 |
1221 | 2024-06-20T20:21:22.833Z | Downloaded smf v0.2.3 |
1222 | 2024-06-20T20:21:22.836Z | Downloaded signature v2.2.0 |
1223 | 2024-06-20T20:21:22.836Z | Downloaded bcrypt-pbkdf v0.10.0 |
1224 | 2024-06-20T20:21:22.836Z | Downloaded serde_plain v1.0.2 |
1225 | 2024-06-20T20:21:22.836Z | Downloaded curve25519-dalek-derive v0.1.1 |
1226 | 2024-06-20T20:21:22.836Z | Downloaded ctr v0.9.2 |
1227 | 2024-06-20T20:21:22.838Z | Downloaded blowfish v0.9.1 |
1228 | 2024-06-20T20:21:22.838Z | Downloaded multer v3.1.0 |
1229 | 2024-06-20T20:21:22.841Z | Downloaded indexmap v1.9.3 |
1230 | 2024-06-20T20:21:22.844Z | Downloaded convert_case v0.4.0 |
1231 | 2024-06-20T20:21:22.844Z | Downloaded const_format_proc_macros v0.2.32 |
1232 | 2024-06-20T20:21:22.847Z | Downloaded bitflags v1.3.2 |
1233 | 2024-06-20T20:21:22.849Z | Downloaded libefi-sys v0.1.0 |
1234 | 2024-06-20T20:21:22.849Z | Downloaded ipnetwork v0.20.0 |
1235 | 2024-06-20T20:21:22.852Z | Downloaded crossbeam-deque v0.8.5 |
1236 | 2024-06-20T20:21:22.854Z | Downloaded corncobs v0.1.3 |
1237 | 2024-06-20T20:21:22.854Z | Downloaded cipher v0.4.4 |
1238 | 2024-06-20T20:21:22.857Z | Downloaded cfg-expr v0.15.8 |
1239 | 2024-06-20T20:21:22.860Z | Downloaded cexpr v0.6.0 |
1240 | 2024-06-20T20:21:22.860Z | Downloaded keccak v0.1.5 |
1241 | 2024-06-20T20:21:22.860Z | Downloaded csv-core v0.1.11 |
1242 | 2024-06-20T20:21:22.862Z | Downloaded cancel-safe-futures v0.1.5 |
1243 | 2024-06-20T20:21:22.865Z | Downloaded blake2 v0.10.6 |
1244 | 2024-06-20T20:21:22.867Z | Downloaded approx v0.5.1 |
1245 | 2024-06-20T20:21:22.868Z | Downloaded newtype-uuid v1.1.0 |
1246 | 2024-06-20T20:21:22.870Z | Downloaded nanorand v0.7.0 |
1247 | 2024-06-20T20:21:22.870Z | Downloaded lru-cache v0.1.2 |
1248 | 2024-06-20T20:21:22.873Z | Downloaded cookie v0.17.0 |
1249 | 2024-06-20T20:21:22.875Z | Downloaded cast v0.3.0 |
1250 | 2024-06-20T20:21:22.875Z | Downloaded mockall v0.12.1 |
1251 | 2024-06-20T20:21:22.875Z | Downloaded linked-hash-map v0.5.6 |
1252 | 2024-06-20T20:21:22.878Z | Downloaded internet-checksum v0.2.1 |
1253 | 2024-06-20T20:21:22.878Z | Downloaded impl-trait-for-tuples v0.2.2 |
1254 | 2024-06-20T20:21:22.882Z | Downloaded bit-set v0.5.3 |
1255 | 2024-06-20T20:21:22.882Z | Downloaded atty v0.2.14 |
1256 | 2024-06-20T20:21:22.882Z | Downloaded async-recursion v1.1.1 |
1257 | 2024-06-20T20:21:22.884Z | Downloaded inout v0.1.3 |
1258 | 2024-06-20T20:21:22.887Z | Downloaded indoc v1.0.9 |
1259 | 2024-06-20T20:21:22.887Z | Downloaded constant_time_eq v0.3.0 |
1260 | 2024-06-20T20:21:23.300Z | Downloaded ring v0.17.8 |
1261 | 2024-06-20T20:21:23.411Z | Downloaded ring v0.16.20 |
1262 | 2024-06-20T20:21:24.126Z | Compiling serde v1.0.203 |
1263 | 2024-06-20T20:21:24.126Z | Checking cfg-if v1.0.0 |
1264 | 2024-06-20T20:21:24.192Z | Compiling libm v0.2.8 |
1265 | 2024-06-20T20:21:24.192Z | Compiling ahash v0.8.11 |
1266 | 2024-06-20T20:21:24.217Z | Checking libc v0.2.155 |
1267 | 2024-06-20T20:21:24.237Z | Compiling syn v2.0.64 |
1268 | 2024-06-20T20:21:24.259Z | Compiling num-traits v0.2.19 |
1269 | 2024-06-20T20:21:24.275Z | Compiling serde_json v1.0.117 |
1270 | 2024-06-20T20:21:24.529Z | Compiling getrandom v0.2.14 |
1271 | 2024-06-20T20:21:24.563Z | Compiling generic-array v0.14.7 |
1272 | 2024-06-20T20:21:24.604Z | Compiling log v0.4.21 |
1273 | 2024-06-20T20:21:24.704Z | Checking memchr v2.7.2 |
1274 | 2024-06-20T20:21:24.725Z | Checking itoa v1.0.11 |
1275 | 2024-06-20T20:21:24.912Z | Compiling syn v1.0.109 |
1276 | 2024-06-20T20:21:24.940Z | Checking byteorder v1.5.0 |
1277 | 2024-06-20T20:21:24.962Z | Checking scopeguard v1.2.0 |
1278 | 2024-06-20T20:21:25.036Z | Checking smallvec v1.13.2 |
1279 | 2024-06-20T20:21:25.058Z | Compiling allocator-api2 v0.2.18 |
1280 | 2024-06-20T20:21:25.106Z | Checking lock_api v0.4.12 |
1281 | 2024-06-20T20:21:25.347Z | Compiling schemars v0.8.20 |
1282 | 2024-06-20T20:21:25.396Z | Compiling ring v0.17.8 |
1283 | 2024-06-20T20:21:25.551Z | Checking once_cell v1.19.0 |
1284 | 2024-06-20T20:21:25.594Z | Checking rand_core v0.6.4 |
1285 | 2024-06-20T20:21:25.615Z | Compiling time-macros v0.2.18 |
1286 | 2024-06-20T20:21:25.698Z | Checking parking_lot_core v0.9.10 |
1287 | 2024-06-20T20:21:25.870Z | Checking pin-project-lite v0.2.14 |
1288 | 2024-06-20T20:21:25.913Z | Checking signal-hook-registry v1.4.2 |
1289 | 2024-06-20T20:21:25.994Z | Checking mio v0.8.11 |
1290 | 2024-06-20T20:21:26.036Z | Checking parking_lot v0.12.2 |
1291 | 2024-06-20T20:21:26.163Z | Compiling aho-corasick v1.1.3 |
1292 | 2024-06-20T20:21:26.711Z | Compiling regex-syntax v0.8.3 |
1293 | 2024-06-20T20:21:29.320Z | Checking num_cpus v1.16.0 |
1294 | 2024-06-20T20:21:29.349Z | Checking typenum v1.17.0 |
1295 | 2024-06-20T20:21:29.857Z | Checking futures-core v0.3.30 |
1296 | 2024-06-20T20:21:30.057Z | Compiling slog v2.7.0 |
1297 | 2024-06-20T20:21:30.284Z | Compiling regex-automata v0.4.6 |
1298 | 2024-06-20T20:21:30.672Z | Checking socket2 v0.5.7 |
1299 | 2024-06-20T20:21:31.154Z | Checking ryu v1.0.18 |
1300 | 2024-06-20T20:21:31.296Z | Compiling crossbeam-utils v0.8.19 |
1301 | 2024-06-20T20:21:31.486Z | Compiling serde_derive_internals v0.29.1 |
1302 | 2024-06-20T20:21:31.998Z | Compiling rustls v0.21.12 |
1303 | 2024-06-20T20:21:32.208Z | Checking subtle v2.5.0 |
1304 | 2024-06-20T20:21:32.287Z | Compiling cookie v0.17.0 |
1305 | 2024-06-20T20:21:32.399Z | Compiling iana-time-zone v0.1.60 |
1306 | 2024-06-20T20:21:32.485Z | Compiling backtrace v0.3.71 |
1307 | 2024-06-20T20:21:32.650Z | Compiling anyhow v1.0.86 |
1308 | 2024-06-20T20:21:32.857Z | Compiling dyn-clone v1.0.17 |
1309 | 2024-06-20T20:21:32.956Z | Checking futures-sink v0.3.30 |
1310 | 2024-06-20T20:21:33.434Z | Checking futures-channel v0.3.30 |
1311 | 2024-06-20T20:21:33.652Z | Checking slab v0.4.9 |
1312 | 2024-06-20T20:21:33.691Z | Checking futures-io v0.3.30 |
1313 | 2024-06-20T20:21:33.812Z | Checking futures-task v0.3.30 |
1314 | 2024-06-20T20:21:33.884Z | Checking pin-utils v0.1.0 |
1315 | 2024-06-20T20:21:33.920Z | Compiling unicode-normalization v0.1.23 |
1316 | 2024-06-20T20:21:33.982Z | Compiling either v1.12.0 |
1317 | 2024-06-20T20:21:34.068Z | Compiling unicode-bidi v0.3.15 |
1318 | 2024-06-20T20:21:34.413Z | Checking const-oid v0.9.6 |
1319 | 2024-06-20T20:21:34.436Z | Compiling spin v0.9.8 |
1320 | 2024-06-20T20:21:34.501Z | Compiling winnow v0.5.40 |
1321 | 2024-06-20T20:21:35.736Z | Compiling regex v1.10.4 |
1322 | 2024-06-20T20:21:35.892Z | Compiling untrusted v0.9.0 |
1323 | 2024-06-20T20:21:36.261Z | Compiling spin v0.5.2 |
1324 | 2024-06-20T20:21:36.541Z | Compiling signal-hook v0.3.17 |
1325 | 2024-06-20T20:21:36.863Z | Compiling siphasher v0.3.11 |
1326 | 2024-06-20T20:21:36.915Z | Compiling time v0.3.36 |
1327 | 2024-06-20T20:21:37.143Z | Compiling idna v0.5.0 |
1328 | 2024-06-20T20:21:37.274Z | Compiling idna v0.3.0 |
1329 | 2024-06-20T20:21:38.509Z | Compiling rustls-webpki v0.101.7 |
1330 | 2024-06-20T20:21:38.808Z | Compiling sct v0.7.1 |
1331 | 2024-06-20T20:21:38.992Z | Compiling url v2.5.0 |
1332 | 2024-06-20T20:21:39.385Z | Compiling serde_derive v1.0.203 |
1333 | 2024-06-20T20:21:40.284Z | Compiling zerocopy-derive v0.7.34 |
1334 | 2024-06-20T20:21:40.554Z | Compiling zeroize_derive v1.4.2 |
1335 | 2024-06-20T20:21:40.578Z | Compiling thiserror-impl v1.0.60 |
1336 | 2024-06-20T20:21:40.708Z | Compiling tokio-macros v2.2.0 |
1337 | 2024-06-20T20:21:40.973Z | Compiling futures-macro v0.3.30 |
1338 | 2024-06-20T20:21:42.346Z | Compiling tracing-attributes v0.1.27 |
1339 | 2024-06-20T20:21:42.570Z | Checking zeroize v1.7.0 |
1340 | 2024-06-20T20:21:42.605Z | Compiling schemars_derive v0.8.20 |
1341 | 2024-06-20T20:21:42.844Z | Compiling zerocopy v0.7.34 |
1342 | 2024-06-20T20:21:42.867Z | Compiling openssl-macros v0.1.1 |
1343 | 2024-06-20T20:21:43.646Z | Compiling async-trait v0.1.80 |
1344 | 2024-06-20T20:21:44.211Z | Compiling thiserror v1.0.60 |
1345 | 2024-06-20T20:21:44.467Z | Checking crypto-common v0.1.6 |
1346 | 2024-06-20T20:21:44.612Z | Compiling der_derive v0.7.2 |
1347 | 2024-06-20T20:21:44.671Z | Compiling scroll_derive v0.12.0 |
1348 | 2024-06-20T20:21:45.146Z | Compiling hashbrown v0.14.5 |
1349 | 2024-06-20T20:21:45.708Z | Compiling pest v2.7.10 |
1350 | 2024-06-20T20:21:46.258Z | Compiling scroll v0.12.0 |
1351 | 2024-06-20T20:21:46.412Z | Checking futures-util v0.3.30 |
1352 | 2024-06-20T20:21:46.873Z | Compiling goblin v0.8.2 |
1353 | 2024-06-20T20:21:47.170Z | Compiling clap_derive v4.5.4 |
1354 | 2024-06-20T20:21:48.104Z | Compiling pest_meta v2.7.10 |
1355 | 2024-06-20T20:21:48.649Z | Compiling tracing v0.1.40 |
1356 | 2024-06-20T20:21:49.398Z | Compiling pest_generator v2.7.10 |
1357 | 2024-06-20T20:21:51.494Z | Checking block-buffer v0.10.4 |
1358 | 2024-06-20T20:21:51.560Z | Compiling zerocopy-derive v0.6.6 |
1359 | 2024-06-20T20:21:51.704Z | Checking digest v0.10.7 |
1360 | 2024-06-20T20:21:52.876Z | Checking fnv v1.0.7 |
1361 | 2024-06-20T20:21:52.962Z | Compiling ppv-lite86 v0.2.17 |
1362 | 2024-06-20T20:21:53.004Z | Compiling psl-types v2.0.11 |
1363 | 2024-06-20T20:21:53.197Z | Compiling publicsuffix v2.2.3 |
1364 | 2024-06-20T20:21:53.437Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-06-20T20:21:53.603Z | Compiling pest_derive v2.7.10 |
1366 | 2024-06-20T20:21:53.741Z | Compiling rand_chacha v0.3.1 |
1367 | 2024-06-20T20:21:53.759Z | Checking bytes v1.6.0 |
1368 | 2024-06-20T20:21:54.259Z | Checking bitflags v2.5.0 |
1369 | 2024-06-20T20:21:54.335Z | Compiling dtrace-parser v0.2.0 |
1370 | 2024-06-20T20:21:54.569Z | Compiling semver v1.0.23 |
1371 | 2024-06-20T20:21:54.946Z | Compiling indexmap v2.2.6 |
1372 | 2024-06-20T20:21:55.537Z | Compiling serde_tokenstream v0.2.0 |
1373 | 2024-06-20T20:21:55.991Z | Checking tokio v1.37.0 |
1374 | 2024-06-20T20:21:56.367Z | Compiling uuid v1.8.0 |
1375 | 2024-06-20T20:21:56.530Z | Compiling chrono v0.4.38 |
1376 | 2024-06-20T20:21:56.565Z | Compiling http v0.2.12 |
1377 | 2024-06-20T20:21:56.684Z | Compiling rustc_version v0.4.0 |
1378 | 2024-06-20T20:21:57.451Z | Compiling serde_spanned v0.6.6 |
1379 | 2024-06-20T20:21:57.472Z | Compiling toml_datetime v0.6.6 |
1380 | 2024-06-20T20:21:57.793Z | Compiling dof v0.3.0 |
1381 | 2024-06-20T20:21:57.818Z | Compiling rustix v0.38.34 |
1382 | 2024-06-20T20:21:57.963Z | Compiling toml_edit v0.19.15 |
1383 | 2024-06-20T20:22:00.128Z | Compiling usdt-impl v0.5.0 |
1384 | 2024-06-20T20:22:00.441Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-06-20T20:22:00.822Z | Compiling http-body v0.4.6 |
1386 | 2024-06-20T20:22:01.298Z | Compiling openssl v0.10.64 |
1387 | 2024-06-20T20:22:01.851Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2024-06-20T20:22:01.931Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-06-20T20:22:03.064Z | Compiling heapless v0.7.17 |
1390 | 2024-06-20T20:22:03.549Z | Compiling bit-vec v0.6.3 |
1391 | 2024-06-20T20:22:03.571Z | Compiling unicode-xid v0.2.4 |
1392 | 2024-06-20T20:22:03.591Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1393 | 2024-06-20T20:22:04.016Z | Compiling cookie_store v0.20.0 |
1394 | 2024-06-20T20:22:04.219Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-06-20T20:22:04.605Z | Compiling rand v0.8.5 |
1396 | 2024-06-20T20:22:04.687Z | Compiling enum-as-inner v0.5.1 |
1397 | 2024-06-20T20:22:04.884Z | Compiling phf_shared v0.10.0 |
1398 | 2024-06-20T20:22:05.286Z | Compiling lazy_static v1.4.0 |
1399 | 2024-06-20T20:22:05.409Z | Compiling base64ct v1.6.0 |
1400 | 2024-06-20T20:22:05.591Z | Compiling tokio-util v0.7.11 |
1401 | 2024-06-20T20:22:05.712Z | Compiling tokio-rustls v0.24.1 |
1402 | 2024-06-20T20:22:05.736Z | Compiling minimal-lexical v0.2.1 |
1403 | 2024-06-20T20:22:06.034Z | Compiling precomputed-hash v0.1.1 |
1404 | 2024-06-20T20:22:06.110Z | Compiling fixedbitset v0.4.2 |
1405 | 2024-06-20T20:22:06.132Z | Compiling smoltcp v0.9.1 |
1406 | 2024-06-20T20:22:06.154Z | Compiling new_debug_unreachable v1.0.6 |
1407 | 2024-06-20T20:22:06.230Z | Checking tinyvec_macros v0.1.1 |
1408 | 2024-06-20T20:22:06.251Z | Compiling gimli v0.28.1 |
1409 | 2024-06-20T20:22:06.326Z | Compiling webpki-roots v0.25.4 |
1410 | 2024-06-20T20:22:06.536Z | Compiling h2 v0.3.26 |
1411 | 2024-06-20T20:22:06.586Z | Compiling petgraph v0.6.5 |
1412 | 2024-06-20T20:22:06.762Z | Checking tinyvec v1.6.0 |
1413 | 2024-06-20T20:22:06.936Z | Compiling string_cache v0.8.7 |
1414 | 2024-06-20T20:22:06.987Z | Compiling nom v7.1.3 |
1415 | 2024-06-20T20:22:07.435Z | Compiling native-tls v0.2.11 |
1416 | 2024-06-20T20:22:08.091Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-06-20T20:22:08.093Z | Compiling pem-rfc7468 v0.7.0 |
1418 | 2024-06-20T20:22:08.372Z | Compiling bit-set v0.5.3 |
1419 | 2024-06-20T20:22:08.655Z | Compiling hmac v0.12.1 |
1420 | 2024-06-20T20:22:08.915Z | Compiling hubpack_derive v0.1.1 |
1421 | 2024-06-20T20:22:08.933Z | Compiling itertools v0.10.5 |
1422 | 2024-06-20T20:22:09.806Z | Compiling diesel_table_macro_syntax v0.1.0 |
1423 | 2024-06-20T20:22:10.201Z | Compiling object v0.32.2 |
1424 | 2024-06-20T20:22:10.224Z | Compiling fs-err v2.11.0 |
1425 | 2024-06-20T20:22:10.461Z | Compiling addr2line v0.21.0 |
1426 | 2024-06-20T20:22:10.499Z | Checking equivalent v1.0.1 |
1427 | 2024-06-20T20:22:10.607Z | Compiling lalrpop-util v0.19.12 |
1428 | 2024-06-20T20:22:10.643Z | Compiling rustc-demangle v0.1.24 |
1429 | 2024-06-20T20:22:10.943Z | Compiling flagset v0.4.5 |
1430 | 2024-06-20T20:22:11.108Z | Compiling unicode-segmentation v1.11.0 |
1431 | 2024-06-20T20:22:11.141Z | Compiling der v0.7.9 |
1432 | 2024-06-20T20:22:11.144Z | Compiling toml_edit v0.22.13 |
1433 | 2024-06-20T20:22:11.976Z | Compiling diesel_derives v2.1.4 |
1434 | 2024-06-20T20:22:12.590Z | Compiling futures-executor v0.3.30 |
1435 | 2024-06-20T20:22:12.893Z | Compiling itertools v0.12.1 |
1436 | 2024-06-20T20:22:13.190Z | Compiling hyper v0.14.28 |
1437 | 2024-06-20T20:22:13.240Z | Compiling finl_unicode v1.2.0 |
1438 | 2024-06-20T20:22:13.800Z | Checking cpufeatures v0.2.12 |
1439 | 2024-06-20T20:22:14.564Z | Compiling sha2 v0.10.8 |
1440 | 2024-06-20T20:22:14.622Z | Compiling stringprep v0.1.4 |
1441 | 2024-06-20T20:22:15.854Z | Compiling spki v0.7.3 |
1442 | 2024-06-20T20:22:15.895Z | Compiling futures v0.3.30 |
1443 | 2024-06-20T20:22:16.219Z | Compiling toml v0.7.8 |
1444 | 2024-06-20T20:22:17.106Z | Compiling hex v0.4.3 |
1445 | 2024-06-20T20:22:17.573Z | Compiling md-5 v0.10.6 |
1446 | 2024-06-20T20:22:17.709Z | Compiling strum_macros v0.25.3 |
1447 | 2024-06-20T20:22:17.994Z | Compiling serde_repr v0.1.19 |
1448 | 2024-06-20T20:22:18.772Z | Compiling num-integer v0.1.46 |
1449 | 2024-06-20T20:22:18.919Z | Compiling hash32 v0.2.1 |
1450 | 2024-06-20T20:22:19.206Z | Compiling fallible-iterator v0.2.0 |
1451 | 2024-06-20T20:22:19.489Z | Compiling stable_deref_trait v1.2.0 |
1452 | 2024-06-20T20:22:19.566Z | Compiling pkcs8 v0.10.2 |
1453 | 2024-06-20T20:22:19.808Z | Compiling hyper-rustls v0.24.2 |
1454 | 2024-06-20T20:22:19.913Z | Compiling hyper-tls v0.5.0 |
1455 | 2024-06-20T20:22:20.119Z | Compiling postgres-protocol v0.6.6 |
1456 | 2024-06-20T20:22:20.182Z | Compiling terminal_size v0.3.0 |
1457 | 2024-06-20T20:22:20.276Z | Compiling reqwest v0.11.27 |
1458 | 2024-06-20T20:22:20.388Z | Compiling block-padding v0.3.3 |
1459 | 2024-06-20T20:22:20.646Z | Compiling phf_shared v0.11.2 |
1460 | 2024-06-20T20:22:20.724Z | Compiling ff v0.13.0 |
1461 | 2024-06-20T20:22:20.958Z | Compiling scheduled-thread-pool v0.2.7 |
1462 | 2024-06-20T20:22:21.034Z | Compiling peg-runtime v0.8.3 |
1463 | 2024-06-20T20:22:21.517Z | Compiling managed v0.8.0 |
1464 | 2024-06-20T20:22:21.604Z | Compiling bitflags v1.3.2 |
1465 | 2024-06-20T20:22:21.717Z | Compiling matches v0.1.10 |
1466 | 2024-06-20T20:22:21.751Z | Compiling base16ct v0.2.0 |
1467 | 2024-06-20T20:22:21.813Z | Compiling idna v0.2.3 |
1468 | 2024-06-20T20:22:21.976Z | Compiling sec1 v0.7.3 |
1469 | 2024-06-20T20:22:22.121Z | Compiling clap_builder v4.5.2 |
1470 | 2024-06-20T20:22:22.340Z | Compiling r2d2 v0.8.10 |
1471 | 2024-06-20T20:22:22.549Z | Compiling signal-hook-mio v0.2.3 |
1472 | 2024-06-20T20:22:22.714Z | Compiling phf v0.11.2 |
1473 | 2024-06-20T20:22:22.734Z | Compiling group v0.13.0 |
1474 | 2024-06-20T20:22:22.997Z | Compiling postgres-types v0.2.6 |
1475 | 2024-06-20T20:22:23.030Z | Compiling inout v0.1.3 |
1476 | 2024-06-20T20:22:23.063Z | Compiling num-bigint v0.4.5 |
1477 | 2024-06-20T20:22:23.400Z | Compiling hubpack v0.1.2 |
1478 | 2024-06-20T20:22:23.689Z | Compiling hkdf v0.12.4 |
1479 | 2024-06-20T20:22:23.951Z | Compiling ipnetwork v0.20.0 |
1480 | 2024-06-20T20:22:24.165Z | Compiling zerocopy v0.6.6 |
1481 | 2024-06-20T20:22:24.229Z | Compiling crypto-bigint v0.5.5 |
1482 | 2024-06-20T20:22:24.567Z | Compiling float-cmp v0.9.0 |
1483 | 2024-06-20T20:22:24.794Z | Checking tracing-core v0.1.32 |
1484 | 2024-06-20T20:22:24.888Z | Compiling whoami v1.5.1 |
1485 | 2024-06-20T20:22:25.047Z | Compiling difflib v0.4.0 |
1486 | 2024-06-20T20:22:25.453Z | Compiling data-encoding v2.6.0 |
1487 | 2024-06-20T20:22:25.531Z | Compiling predicates-core v1.0.6 |
1488 | 2024-06-20T20:22:25.903Z | Compiling normalize-line-endings v0.3.0 |
1489 | 2024-06-20T20:22:26.035Z | Compiling static_assertions v1.1.0 |
1490 | 2024-06-20T20:22:26.147Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1491 | 2024-06-20T20:22:26.752Z | Compiling yasna v0.5.2 |
1492 | 2024-06-20T20:22:28.036Z | Compiling elliptic-curve v0.13.8 |
1493 | 2024-06-20T20:22:28.039Z | Compiling diesel v2.1.6 |
1494 | 2024-06-20T20:22:28.759Z | Compiling trust-dns-proto v0.22.0 |
1495 | 2024-06-20T20:22:28.889Z | Compiling predicates v3.1.0 |
1496 | 2024-06-20T20:22:30.310Z | Compiling clap v4.5.4 |
1497 | 2024-06-20T20:22:30.694Z | Compiling tokio-postgres v0.7.10 |
1498 | 2024-06-20T20:22:30.802Z | Compiling usdt v0.5.0 |
1499 | 2024-06-20T20:22:31.868Z | Compiling cipher v0.4.4 |
1500 | 2024-06-20T20:22:32.346Z | Compiling crossterm v0.27.0 |
1501 | 2024-06-20T20:22:32.755Z | Compiling num-iter v0.1.45 |
1502 | 2024-06-20T20:22:32.942Z | Compiling similar v2.5.0 |
1503 | 2024-06-20T20:22:33.667Z | Compiling tokio-stream v0.1.15 |
1504 | 2024-06-20T20:22:33.859Z | Compiling console v0.15.8 |
1505 | 2024-06-20T20:22:34.674Z | Compiling bstr v1.9.1 |
1506 | 2024-06-20T20:22:35.450Z | Checking percent-encoding v2.3.1 |
1507 | 2024-06-20T20:22:35.916Z | Checking form_urlencoded v1.2.1 |
1508 | 2024-06-20T20:22:36.067Z | Checking powerfmt v0.2.0 |
1509 | 2024-06-20T20:22:36.106Z | Checking num-conv v0.1.0 |
1510 | 2024-06-20T20:22:36.332Z | Checking deranged v0.3.11 |
1511 | 2024-06-20T20:22:36.353Z | Checking num_threads v0.1.7 |
1512 | 2024-06-20T20:22:36.503Z | Checking time-core v0.1.2 |
1513 | 2024-06-20T20:22:36.557Z | Checking unicode-ident v1.0.12 |
1514 | 2024-06-20T20:22:36.674Z | Checking httparse v1.8.0 |
1515 | 2024-06-20T20:22:37.468Z | Checking errno v0.3.9 |
1516 | 2024-06-20T20:22:37.490Z | Checking unicode-width v0.1.12 |
1517 | 2024-06-20T20:22:37.650Z | Checking proc-macro2 v1.0.82 |
1518 | 2024-06-20T20:22:38.311Z | Checking quote v1.0.36 |
1519 | 2024-06-20T20:22:38.323Z | Checking adler v1.0.2 |
1520 | 2024-06-20T20:22:38.455Z | Checking base64 v0.21.7 |
1521 | 2024-06-20T20:22:38.477Z | Checking miniz_oxide v0.7.2 |
1522 | 2024-06-20T20:22:38.894Z | Checking try-lock v0.2.5 |
1523 | 2024-06-20T20:22:39.027Z | Checking want v0.3.1 |
1524 | 2024-06-20T20:22:39.536Z | Checking tower-service v0.3.2 |
1525 | 2024-06-20T20:22:39.722Z | Checking httpdate v1.0.3 |
1526 | 2024-06-20T20:22:39.985Z | Checking foreign-types-shared v0.1.1 |
1527 | 2024-06-20T20:22:40.085Z | Checking openssl-probe v0.1.5 |
1528 | 2024-06-20T20:22:40.146Z | Checking foreign-types v0.3.2 |
1529 | 2024-06-20T20:22:40.219Z | Checking openssl-sys v0.9.102 |
1530 | 2024-06-20T20:22:40.242Z | Checking ipnet v2.9.0 |
1531 | 2024-06-20T20:22:40.538Z | Checking mime v0.3.17 |
1532 | 2024-06-20T20:22:40.831Z | Checking utf8parse v0.2.1 |
1533 | 2024-06-20T20:22:45.430Z | Checking encoding_rs v0.8.34 |
1534 | 2024-06-20T20:22:45.539Z | Checking anstyle v1.0.7 |
1535 | 2024-06-20T20:22:47.390Z | Checking rustls-pemfile v1.0.4 |
1536 | 2024-06-20T20:22:47.669Z | Checking sync_wrapper v0.1.2 |
1537 | 2024-06-20T20:22:47.691Z | Checking ucd-trie v0.1.6 |
1538 | 2024-06-20T20:22:47.714Z | Checking plain v0.2.3 |
1539 | 2024-06-20T20:22:47.792Z | Checking anstyle-parse v0.2.4 |
1540 | 2024-06-20T20:22:47.884Z | Checking pretty-hex v0.4.1 |
1541 | 2024-06-20T20:22:47.992Z | Checking colorchoice v1.0.1 |
1542 | 2024-06-20T20:22:48.047Z | Checking is_terminal_polyfill v1.70.0 |
1543 | 2024-06-20T20:22:48.069Z | Checking anstyle-query v1.0.3 |
1544 | 2024-06-20T20:22:48.166Z | Checking thread-id v4.2.1 |
1545 | 2024-06-20T20:22:48.194Z | Checking anstream v0.6.14 |
1546 | 2024-06-20T20:22:48.255Z | Checking strsim v0.11.1 |
1547 | 2024-06-20T20:22:48.277Z | Checking clap_lex v0.7.0 |
1548 | 2024-06-20T20:22:48.580Z | Checking memmap v0.7.0 |
1549 | 2024-06-20T20:22:48.791Z | Checking crc32fast v1.4.0 |
1550 | 2024-06-20T20:22:49.936Z | Checking flate2 v1.0.30 |
1551 | 2024-06-20T20:22:51.704Z | Checking winnow v0.6.8 |
1552 | 2024-06-20T20:22:59.709Z | Compiling regress v0.9.1 |
1553 | 2024-06-20T20:22:59.821Z | Compiling getopts v0.2.21 |
1554 | 2024-06-20T20:23:00.875Z | Checking heck v0.5.0 |
1555 | 2024-06-20T20:23:00.908Z | Compiling unsafe-libyaml v0.2.11 |
1556 | 2024-06-20T20:23:02.149Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1557 | 2024-06-20T20:23:02.449Z | Compiling serde_yaml v0.9.34+deprecated |
1558 | 2024-06-20T20:23:02.814Z | Checking camino v1.1.7 |
1559 | 2024-06-20T20:23:02.845Z | Checking is-terminal v0.4.12 |
1560 | 2024-06-20T20:23:02.972Z | Checking base64 v0.22.1 |
1561 | 2024-06-20T20:23:03.389Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1562 | 2024-06-20T20:23:03.444Z | Checking sha1 v0.10.6 |
1563 | 2024-06-20T20:23:03.725Z | Checking http v1.1.0 |
1564 | 2024-06-20T20:23:04.338Z | Compiling paste v1.0.15 |
1565 | 2024-06-20T20:23:04.813Z | Compiling strum_macros v0.26.2 |
1566 | 2024-06-20T20:23:04.902Z | Checking match_cfg v0.1.0 |
1567 | 2024-06-20T20:23:05.000Z | Checking hostname v0.3.1 |
1568 | 2024-06-20T20:23:05.138Z | Checking dirs-sys-next v0.1.2 |
1569 | 2024-06-20T20:23:05.335Z | Compiling ident_case v1.0.1 |
1570 | 2024-06-20T20:23:05.529Z | Compiling darling_core v0.20.9 |
1571 | 2024-06-20T20:23:05.552Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1572 | 2024-06-20T20:23:05.980Z | Checking dirs-next v2.0.0 |
1573 | 2024-06-20T20:23:06.114Z | Checking crossbeam-channel v0.5.12 |
1574 | 2024-06-20T20:23:06.318Z | Checking thread_local v1.1.8 |
1575 | 2024-06-20T20:23:06.648Z | Checking fastrand v2.1.0 |
1576 | 2024-06-20T20:23:06.733Z | Checking rustls-pki-types v1.7.0 |
1577 | 2024-06-20T20:23:06.736Z | Checking term v0.7.0 |
1578 | 2024-06-20T20:23:06.867Z | Checking quick-error v1.2.3 |
1579 | 2024-06-20T20:23:06.946Z | Checking tempfile v3.10.1 |
1580 | 2024-06-20T20:23:06.998Z | Checking take_mut v0.2.2 |
1581 | 2024-06-20T20:23:07.160Z | Checking slog-async v2.8.0 |
1582 | 2024-06-20T20:23:07.186Z | Checking toml v0.8.13 |
1583 | 2024-06-20T20:23:07.194Z | Checking slog-term v2.9.1 |
1584 | 2024-06-20T20:23:07.307Z | Compiling rustls v0.22.4 |
1585 | 2024-06-20T20:23:07.447Z | Checking rustls-webpki v0.102.4 |
1586 | 2024-06-20T20:23:07.600Z | Checking slog-json v2.6.1 |
1587 | 2024-06-20T20:23:07.690Z | Checking instant v0.1.12 |
1588 | 2024-06-20T20:23:07.809Z | Checking rustls-pemfile v2.1.2 |
1589 | 2024-06-20T20:23:07.873Z | Checking slog-bunyan v2.5.0 |
1590 | 2024-06-20T20:23:07.950Z | Compiling multer v3.1.0 |
1591 | 2024-06-20T20:23:08.055Z | Checking debug-ignore v1.0.5 |
1592 | 2024-06-20T20:23:08.073Z | Compiling async-stream-impl v0.3.5 |
1593 | 2024-06-20T20:23:08.195Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1594 | 2024-06-20T20:23:08.307Z | Checking atomic-waker v1.1.2 |
1595 | 2024-06-20T20:23:08.438Z | Checking waitgroup v0.1.2 |
1596 | 2024-06-20T20:23:08.578Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1597 | 2024-06-20T20:23:08.946Z | Checking serde_path_to_error v0.1.16 |
1598 | 2024-06-20T20:23:09.490Z | Checking async-stream v0.3.5 |
1599 | 2024-06-20T20:23:09.596Z | Checking hostname v0.4.0 |
1600 | 2024-06-20T20:23:09.696Z | Checking newtype-uuid v1.1.0 |
1601 | 2024-06-20T20:23:09.739Z | Checking wait-timeout v0.2.0 |
1602 | 2024-06-20T20:23:09.910Z | Compiling structmeta-derive v0.3.0 |
1603 | 2024-06-20T20:23:09.947Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1604 | 2024-06-20T20:23:10.107Z | Checking strum v0.26.2 |
1605 | 2024-06-20T20:23:10.213Z | Checking rusty-fork v0.3.0 |
1606 | 2024-06-20T20:23:10.272Z | Checking macaddr v1.0.1 |
1607 | 2024-06-20T20:23:10.504Z | Compiling structmeta-derive v0.2.0 |
1608 | 2024-06-20T20:23:10.589Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-06-20T20:23:10.870Z | Checking rand_xorshift v0.3.0 |
1610 | 2024-06-20T20:23:11.050Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1611 | 2024-06-20T20:23:11.300Z | Checking unarray v0.1.4 |
1612 | 2024-06-20T20:23:11.339Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-06-20T20:23:11.446Z | Checking proptest v1.4.0 |
1614 | 2024-06-20T20:23:11.559Z | Checking backoff v0.4.0 |
1615 | 2024-06-20T20:23:11.813Z | Checking tokio-rustls v0.25.0 |
1616 | 2024-06-20T20:23:11.838Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1617 | 2024-06-20T20:23:12.632Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1618 | 2024-06-20T20:23:12.777Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1619 | 2024-06-20T20:23:13.017Z | Compiling structmeta v0.3.0 |
1620 | 2024-06-20T20:23:13.114Z | Compiling darling_macro v0.20.9 |
1621 | 2024-06-20T20:23:13.117Z | Compiling proc-macro-error v1.0.4 |
1622 | 2024-06-20T20:23:13.466Z | Compiling parse-display-derive v0.9.0 |
1623 | 2024-06-20T20:23:13.601Z | Compiling structmeta v0.2.0 |
1624 | 2024-06-20T20:23:13.891Z | Checking camino-tempfile v1.1.1 |
1625 | 2024-06-20T20:23:14.048Z | Compiling test-strategy v0.3.1 |
1626 | 2024-06-20T20:23:14.147Z | Compiling darling v0.20.9 |
1627 | 2024-06-20T20:23:14.184Z | Compiling proc-macro-crate v1.3.1 |
1628 | 2024-06-20T20:23:14.271Z | Compiling serde_with_macros v3.8.1 |
1629 | 2024-06-20T20:23:15.355Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1630 | 2024-06-20T20:23:15.721Z | Compiling num_enum_derive v0.5.11 |
1631 | 2024-06-20T20:23:15.813Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1632 | 2024-06-20T20:23:16.012Z | Compiling foreign-types-macros v0.2.3 |
1633 | 2024-06-20T20:23:16.113Z | Checking foreign-types-shared v0.3.1 |
1634 | 2024-06-20T20:23:16.231Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1635 | 2024-06-20T20:23:16.886Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1636 | 2024-06-20T20:23:17.326Z | Checking foreign-types v0.5.0 |
1637 | 2024-06-20T20:23:17.399Z | Checking serde_with v3.8.1 |
1638 | 2024-06-20T20:23:17.433Z | Checking cstr-argument v0.1.2 |
1639 | 2024-06-20T20:23:17.623Z | Checking pretty-hex v0.2.1 |
1640 | 2024-06-20T20:23:17.779Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1641 | 2024-06-20T20:23:17.833Z | Checking tabwriter v1.4.0 |
1642 | 2024-06-20T20:23:18.065Z | Checking colored v2.1.0 |
1643 | 2024-06-20T20:23:18.069Z | Checking socket2 v0.4.10 |
1644 | 2024-06-20T20:23:18.138Z | Checking smf v0.2.3 |
1645 | 2024-06-20T20:23:18.339Z | Checking humantime v2.1.0 |
1646 | 2024-06-20T20:23:18.361Z | Checking parse-display v0.9.0 |
1647 | 2024-06-20T20:23:18.441Z | Checking num_enum v0.5.11 |
1648 | 2024-06-20T20:23:18.477Z | Checking termcolor v1.4.1 |
1649 | 2024-06-20T20:23:18.577Z | Checking arc-swap v1.7.1 |
1650 | 2024-06-20T20:23:18.599Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1651 | 2024-06-20T20:23:18.601Z | Checking newline-converter v0.3.0 |
1652 | 2024-06-20T20:23:18.637Z | Checking xattr v1.3.1 |
1653 | 2024-06-20T20:23:18.802Z | Checking filetime v0.2.23 |
1654 | 2024-06-20T20:23:18.838Z | Checking expectorate v1.1.0 |
1655 | 2024-06-20T20:23:18.863Z | Checking same-file v1.0.6 |
1656 | 2024-06-20T20:23:18.865Z | Checking utf-8 v0.7.6 |
1657 | 2024-06-20T20:23:18.989Z | Checking slog-scope v4.4.0 |
1658 | 2024-06-20T20:23:18.993Z | Compiling heapless v0.8.0 |
1659 | 2024-06-20T20:23:19.020Z | Checking tar v0.4.40 |
1660 | 2024-06-20T20:23:19.040Z | Checking walkdir v2.5.0 |
1661 | 2024-06-20T20:23:19.064Z | Checking termtree v0.4.1 |
1662 | 2024-06-20T20:23:19.190Z | Checking slog-stdlog v4.1.1 |
1663 | 2024-06-20T20:23:19.262Z | Checking predicates-tree v1.0.9 |
1664 | 2024-06-20T20:23:19.306Z | Checking hash32 v0.3.1 |
1665 | 2024-06-20T20:23:19.351Z | Checking slog-envlogger v2.2.0 |
1666 | 2024-06-20T20:23:19.413Z | Compiling smoltcp v0.11.0 |
1667 | 2024-06-20T20:23:19.501Z | Checking embedded-io v0.4.0 |
1668 | 2024-06-20T20:23:19.563Z | Checking cobs v0.2.3 |
1669 | 2024-06-20T20:23:19.696Z | Compiling crucible-workspace-hack v0.1.0 |
1670 | 2024-06-20T20:23:19.736Z | Checking postcard v1.0.8 |
1671 | 2024-06-20T20:23:19.755Z | Checking sigpipe v0.1.3 |
1672 | 2024-06-20T20:23:19.860Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1673 | 2024-06-20T20:23:19.974Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1674 | 2024-06-20T20:23:20.181Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1675 | 2024-06-20T20:23:20.205Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1676 | 2024-06-20T20:23:20.224Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1677 | 2024-06-20T20:23:20.438Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1678 | 2024-06-20T20:23:20.458Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1679 | 2024-06-20T20:23:20.781Z | Checking pem v3.0.4 |
1680 | 2024-06-20T20:23:20.806Z | Compiling mockall_derive v0.12.1 |
1681 | 2024-06-20T20:23:21.042Z | Compiling derive-where v1.2.7 |
1682 | 2024-06-20T20:23:21.059Z | Compiling num-derive v0.4.2 |
1683 | 2024-06-20T20:23:22.004Z | Checking atty v0.2.14 |
1684 | 2024-06-20T20:23:22.138Z | Checking downcast v0.11.0 |
1685 | 2024-06-20T20:23:22.294Z | Checking fragile v2.0.0 |
1686 | 2024-06-20T20:23:22.350Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1687 | 2024-06-20T20:23:22.583Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1688 | 2024-06-20T20:23:22.832Z | Checking tungstenite v0.20.1 |
1689 | 2024-06-20T20:23:23.022Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1690 | 2024-06-20T20:23:23.055Z | Checking tungstenite v0.21.0 |
1691 | 2024-06-20T20:23:23.581Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1692 | 2024-06-20T20:23:23.606Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1693 | 2024-06-20T20:23:23.704Z | Checking tokio-tungstenite v0.20.1 |
1694 | 2024-06-20T20:23:23.879Z | Checking tokio-tungstenite v0.21.0 |
1695 | 2024-06-20T20:23:24.053Z | Checking env_logger v0.9.3 |
1696 | 2024-06-20T20:23:24.183Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1697 | 2024-06-20T20:23:24.361Z | Compiling bitstruct_derive v0.1.0 |
1698 | 2024-06-20T20:23:24.486Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1699 | 2024-06-20T20:23:24.526Z | Checking ascii v1.1.0 |
1700 | 2024-06-20T20:23:24.612Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1701 | 2024-06-20T20:23:24.775Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-06-20T20:23:24.780Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-06-20T20:23:24.908Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1704 | 2024-06-20T20:23:25.001Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-06-20T20:23:25.056Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1706 | 2024-06-20T20:23:25.075Z | Checking serde_arrays v0.1.0 |
1707 | 2024-06-20T20:23:25.226Z | Checking erased-serde v0.3.31 |
1708 | 2024-06-20T20:23:25.245Z | Compiling heck v0.3.3 |
1709 | 2024-06-20T20:23:25.674Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1710 | 2024-06-20T20:23:25.728Z | Checking bitstruct v0.1.1 |
1711 | 2024-06-20T20:23:25.769Z | Compiling zone_cfg_derive v0.1.2 |
1712 | 2024-06-20T20:23:25.840Z | Checking headers-core v0.2.0 |
1713 | 2024-06-20T20:23:25.954Z | Checking base64 v0.13.1 |
1714 | 2024-06-20T20:23:25.973Z | Checking headers v0.3.9 |
1715 | 2024-06-20T20:23:26.238Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1716 | 2024-06-20T20:23:26.370Z | Checking ron v0.7.1 |
1717 | 2024-06-20T20:23:26.682Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1718 | 2024-06-20T20:23:27.143Z | Checking portpicker v0.1.1 |
1719 | 2024-06-20T20:23:27.289Z | Compiling convert_case v0.4.0 |
1720 | 2024-06-20T20:23:27.292Z | Checking zone v0.1.8 |
1721 | 2024-06-20T20:23:27.506Z | Checking rcgen v0.12.1 |
1722 | 2024-06-20T20:23:27.626Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1723 | 2024-06-20T20:23:27.810Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1724 | 2024-06-20T20:23:28.162Z | Checking atomicwrites v0.4.3 |
1725 | 2024-06-20T20:23:28.266Z | Compiling derive_more v0.99.17 |
1726 | 2024-06-20T20:23:28.352Z | Checking subprocess v0.2.9 |
1727 | 2024-06-20T20:23:28.629Z | Checking password-hash v0.5.0 |
1728 | 2024-06-20T20:23:28.844Z | Checking blake2 v0.10.6 |
1729 | 2024-06-20T20:23:29.060Z | Checking linked-hash-map v0.5.6 |
1730 | 2024-06-20T20:23:29.165Z | Checking mockall v0.12.1 |
1731 | 2024-06-20T20:23:29.267Z | Checking argon2 v0.5.3 |
1732 | 2024-06-20T20:23:29.381Z | Checking lru-cache v0.1.2 |
1733 | 2024-06-20T20:23:29.384Z | Checking swrite v0.1.0 |
1734 | 2024-06-20T20:23:29.514Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1735 | 2024-06-20T20:23:29.564Z | Compiling rayon-core v1.12.1 |
1736 | 2024-06-20T20:23:29.861Z | Checking resolv-conf v0.7.0 |
1737 | 2024-06-20T20:23:29.880Z | Checking half v2.4.1 |
1738 | 2024-06-20T20:23:29.900Z | Checking ciborium-io v0.2.2 |
1739 | 2024-06-20T20:23:29.926Z | Compiling semver v0.1.20 |
1740 | 2024-06-20T20:23:30.014Z | Compiling cancel-safe-futures v0.1.5 |
1741 | 2024-06-20T20:23:30.202Z | Checking trust-dns-resolver v0.22.0 |
1742 | 2024-06-20T20:23:30.340Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1743 | 2024-06-20T20:23:30.343Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1744 | 2024-06-20T20:23:30.377Z | Checking ciborium-ll v0.2.2 |
1745 | 2024-06-20T20:23:30.581Z | Compiling rustc_version v0.1.7 |
1746 | 2024-06-20T20:23:30.688Z | Checking ciborium v0.2.2 |
1747 | 2024-06-20T20:23:30.709Z | Compiling slog-dtrace v0.3.0 |
1748 | 2024-06-20T20:23:31.089Z | Compiling newtype_derive v0.1.6 |
1749 | 2024-06-20T20:23:31.116Z | Checking libsw v3.3.1 |
1750 | 2024-06-20T20:23:31.375Z | Checking signature v2.2.0 |
1751 | 2024-06-20T20:23:31.439Z | Checking owo-colors v4.0.0 |
1752 | 2024-06-20T20:23:31.602Z | Checking steno v0.4.0 |
1753 | 2024-06-20T20:23:31.605Z | Checking linear-map v1.2.0 |
1754 | 2024-06-20T20:23:31.680Z | Checking num-rational v0.4.2 |
1755 | 2024-06-20T20:23:31.706Z | Checking num-complex v0.4.6 |
1756 | 2024-06-20T20:23:31.954Z | Checking nibble_vec v0.1.0 |
1757 | 2024-06-20T20:23:32.155Z | Checking endian-type v0.1.2 |
1758 | 2024-06-20T20:23:32.336Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2024-06-20T20:23:32.374Z | Checking radix_trie v0.2.1 |
1760 | 2024-06-20T20:23:32.608Z | Checking num v0.4.3 |
1761 | 2024-06-20T20:23:32.720Z | Checking fxhash v0.2.1 |
1762 | 2024-06-20T20:23:32.795Z | Checking display-error-chain v0.2.0 |
1763 | 2024-06-20T20:23:32.900Z | Compiling home v0.5.9 |
1764 | 2024-06-20T20:23:32.944Z | Compiling radium v0.7.0 |
1765 | 2024-06-20T20:23:33.165Z | Compiling maybe-uninit v2.0.0 |
1766 | 2024-06-20T20:23:33.316Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1767 | 2024-06-20T20:23:33.419Z | Checking tap v1.0.1 |
1768 | 2024-06-20T20:23:33.587Z | Checking wyz v0.5.1 |
1769 | 2024-06-20T20:23:33.706Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1770 | 2024-06-20T20:23:33.791Z | Compiling ring v0.16.20 |
1771 | 2024-06-20T20:23:33.963Z | Compiling blake3 v1.5.1 |
1772 | 2024-06-20T20:23:33.966Z | Compiling packed_struct v0.10.1 |
1773 | 2024-06-20T20:23:34.129Z | Compiling num-bigint-dig v0.8.4 |
1774 | 2024-06-20T20:23:34.400Z | Checking funty v2.0.0 |
1775 | 2024-06-20T20:23:34.419Z | Checking crc-catalog v2.4.0 |
1776 | 2024-06-20T20:23:34.564Z | Checking crc v3.2.1 |
1777 | 2024-06-20T20:23:34.895Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1778 | 2024-06-20T20:23:35.105Z | Compiling packed_struct_codegen v0.10.1 |
1779 | 2024-06-20T20:23:35.177Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1780 | 2024-06-20T20:23:35.348Z | Checking bitvec v1.0.1 |
1781 | 2024-06-20T20:23:35.648Z | Compiling indexmap v1.9.3 |
1782 | 2024-06-20T20:23:35.715Z | Checking nodrop v0.1.14 |
1783 | 2024-06-20T20:23:35.835Z | Checking array-init v0.0.4 |
1784 | 2024-06-20T20:23:36.077Z | Checking smallvec v0.6.14 |
1785 | 2024-06-20T20:23:36.095Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1786 | 2024-06-20T20:23:36.581Z | Checking pkcs1 v0.7.5 |
1787 | 2024-06-20T20:23:36.861Z | Checking bitfield v0.14.0 |
1788 | 2024-06-20T20:23:36.975Z | Checking hashbrown v0.12.3 |
1789 | 2024-06-20T20:23:37.129Z | Checking serde-hex v0.1.0 |
1790 | 2024-06-20T20:23:37.462Z | Checking bzip2 v0.4.4 |
1791 | 2024-06-20T20:23:37.726Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1792 | 2024-06-20T20:23:37.762Z | Checking env_logger v0.10.2 |
1793 | 2024-06-20T20:23:37.975Z | Checking x509-cert v0.2.5 |
1794 | 2024-06-20T20:23:38.166Z | Checking ron v0.8.1 |
1795 | 2024-06-20T20:23:38.202Z | Checking hashbrown v0.13.2 |
1796 | 2024-06-20T20:23:38.570Z | Checking rsa v0.9.6 |
1797 | 2024-06-20T20:23:38.669Z | Checking crc-any v2.5.0 |
1798 | 2024-06-20T20:23:39.039Z | Checking zip v0.6.6 |
1799 | 2024-06-20T20:23:39.201Z | Checking object v0.30.4 |
1800 | 2024-06-20T20:23:39.380Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1801 | 2024-06-20T20:23:39.540Z | Checking path-slash v0.1.5 |
1802 | 2024-06-20T20:23:39.578Z | Checking gethostname v0.4.3 |
1803 | 2024-06-20T20:23:39.642Z | Compiling libefi-sys v0.1.0 |
1804 | 2024-06-20T20:23:39.686Z | Compiling parking_lot_core v0.8.6 |
1805 | 2024-06-20T20:23:39.717Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1806 | 2024-06-20T20:23:39.737Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1807 | 2024-06-20T20:23:40.026Z | Compiling crossbeam-deque v0.8.5 |
1808 | 2024-06-20T20:23:40.276Z | Compiling async-recursion v1.1.1 |
1809 | 2024-06-20T20:23:40.322Z | Checking maplit v1.0.2 |
1810 | 2024-06-20T20:23:40.351Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1811 | 2024-06-20T20:23:40.517Z | Checking keccak v0.1.5 |
1812 | 2024-06-20T20:23:40.841Z | Checking sha3 v0.10.8 |
1813 | 2024-06-20T20:23:41.001Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1814 | 2024-06-20T20:23:41.245Z | Checking parking_lot v0.11.2 |
1815 | 2024-06-20T20:23:41.353Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1816 | 2024-06-20T20:23:41.646Z | Checking trust-dns-client v0.22.0 |
1817 | 2024-06-20T20:23:41.870Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1818 | 2024-06-20T20:23:41.889Z | Checking toml v0.5.11 |
1819 | 2024-06-20T20:23:41.917Z | Checking secrecy v0.8.0 |
1820 | 2024-06-20T20:23:42.018Z | Checking sled v0.34.7 |
1821 | 2024-06-20T20:23:42.889Z | Compiling rayon v1.10.0 |
1822 | 2024-06-20T20:23:43.384Z | Checking trust-dns-server v0.22.1 |
1823 | 2024-06-20T20:23:43.387Z | Compiling memmap2 v0.9.4 |
1824 | 2024-06-20T20:23:43.457Z | Compiling arrayvec v0.7.4 |
1825 | 2024-06-20T20:23:43.836Z | Compiling untrusted v0.7.1 |
1826 | 2024-06-20T20:23:43.862Z | Compiling constant_time_eq v0.3.0 |
1827 | 2024-06-20T20:23:44.013Z | Compiling arrayref v0.3.7 |
1828 | 2024-06-20T20:23:45.287Z | Compiling toolchain_find v0.4.0 |
1829 | 2024-06-20T20:23:45.937Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1830 | 2024-06-20T20:23:45.983Z | Compiling topological-sort v0.2.2 |
1831 | 2024-06-20T20:23:46.142Z | Checking glob v0.3.1 |
1832 | 2024-06-20T20:23:46.196Z | Compiling buf-list v1.0.3 |
1833 | 2024-06-20T20:23:46.243Z | Compiling platforms v3.4.0 |
1834 | 2024-06-20T20:23:46.471Z | Checking universal-hash v0.5.1 |
1835 | 2024-06-20T20:23:46.663Z | Checking opaque-debug v0.3.1 |
1836 | 2024-06-20T20:23:46.763Z | Compiling rustfmt-wrapper v0.2.1 |
1837 | 2024-06-20T20:23:46.918Z | Compiling curve25519-dalek v4.1.2 |
1838 | 2024-06-20T20:23:47.189Z | Compiling curve25519-dalek-derive v0.1.1 |
1839 | 2024-06-20T20:23:47.627Z | Checking aead v0.5.2 |
1840 | 2024-06-20T20:23:47.659Z | Compiling unicase v2.7.0 |
1841 | 2024-06-20T20:23:47.700Z | Checking poly1305 v0.8.0 |
1842 | 2024-06-20T20:23:47.838Z | Checking chacha20 v0.9.1 |
1843 | 2024-06-20T20:23:47.854Z | Compiling thiserror-impl-no-std v2.0.2 |
1844 | 2024-06-20T20:23:47.937Z | Compiling omicron-zone-package v0.11.0 |
1845 | 2024-06-20T20:23:48.185Z | Checking nanorand v0.7.0 |
1846 | 2024-06-20T20:23:48.536Z | Checking flume v0.11.0 |
1847 | 2024-06-20T20:23:49.020Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1848 | 2024-06-20T20:23:49.064Z | Checking kstat-rs v0.2.3 |
1849 | 2024-06-20T20:23:49.317Z | Compiling pin-project-internal v1.1.5 |
1850 | 2024-06-20T20:23:49.404Z | Compiling vte_generate_state_changes v0.1.1 |
1851 | 2024-06-20T20:23:49.862Z | Checking chacha20poly1305 v0.10.1 |
1852 | 2024-06-20T20:23:50.036Z | Checking vte v0.11.1 |
1853 | 2024-06-20T20:23:50.054Z | Checking fd-lock v4.0.2 |
1854 | 2024-06-20T20:23:50.251Z | Compiling prettyplease v0.2.20 |
1855 | 2024-06-20T20:23:50.557Z | Compiling mime_guess v2.0.4 |
1856 | 2024-06-20T20:23:50.639Z | Checking nu-ansi-term v0.50.0 |
1857 | 2024-06-20T20:23:51.040Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1858 | 2024-06-20T20:23:51.272Z | Checking thiserror-no-std v2.0.2 |
1859 | 2024-06-20T20:23:51.392Z | Checking vsss-rs v3.3.4 |
1860 | 2024-06-20T20:23:51.411Z | Checking strip-ansi-escapes v0.2.0 |
1861 | 2024-06-20T20:23:51.619Z | Checking reedline v0.31.0 |
1862 | 2024-06-20T20:23:51.640Z | Compiling crunchy v0.2.2 |
1863 | 2024-06-20T20:23:52.148Z | Compiling clang-sys v1.7.0 |
1864 | 2024-06-20T20:23:52.449Z | Checking pin-project v1.1.5 |
1865 | 2024-06-20T20:23:52.578Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1866 | 2024-06-20T20:23:52.689Z | Checking http-range v0.1.5 |
1867 | 2024-06-20T20:23:52.837Z | Compiling tiny-keccak v2.0.2 |
1868 | 2024-06-20T20:23:52.874Z | Checking hyper-staticfile v0.9.5 |
1869 | 2024-06-20T20:23:52.969Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1870 | 2024-06-20T20:23:53.006Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1871 | 2024-06-20T20:23:53.130Z | Compiling memoffset v0.9.1 |
1872 | 2024-06-20T20:23:53.282Z | Checking bytecount v0.6.8 |
1873 | 2024-06-20T20:23:53.303Z | Compiling ref-cast v1.0.23 |
1874 | 2024-06-20T20:23:53.449Z | Checking papergrid v0.11.0 |
1875 | 2024-06-20T20:23:53.882Z | Compiling ascii-canvas v3.0.0 |
1876 | 2024-06-20T20:23:54.256Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1877 | 2024-06-20T20:23:54.280Z | Compiling tabled_derive v0.7.0 |
1878 | 2024-06-20T20:23:54.528Z | Compiling ref-cast-impl v1.0.23 |
1879 | 2024-06-20T20:23:54.613Z | Compiling snafu-derive v0.8.2 |
1880 | 2024-06-20T20:23:54.674Z | Compiling ena v0.14.3 |
1881 | 2024-06-20T20:23:54.743Z | Compiling libloading v0.8.3 |
1882 | 2024-06-20T20:23:54.895Z | Compiling bindgen v0.69.4 |
1883 | 2024-06-20T20:23:54.991Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1884 | 2024-06-20T20:23:55.076Z | Compiling regex-syntax v0.6.29 |
1885 | 2024-06-20T20:23:55.167Z | Compiling diff v0.1.13 |
1886 | 2024-06-20T20:23:55.371Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1887 | 2024-06-20T20:23:55.586Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-06-20T20:23:55.727Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1889 | 2024-06-20T20:23:55.782Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1890 | 2024-06-20T20:23:55.840Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1891 | 2024-06-20T20:23:57.041Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1892 | 2024-06-20T20:23:58.283Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1893 | 2024-06-20T20:23:59.032Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1894 | 2024-06-20T20:23:59.347Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1895 | 2024-06-20T20:23:59.804Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1896 | 2024-06-20T20:24:00.377Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1897 | 2024-06-20T20:24:00.682Z | Checking snafu v0.8.2 |
1898 | 2024-06-20T20:24:01.200Z | Compiling lalrpop v0.19.12 |
1899 | 2024-06-20T20:24:01.241Z | Checking tabled v0.15.0 |
1900 | 2024-06-20T20:24:03.035Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1901 | 2024-06-20T20:24:03.491Z | Compiling which v4.4.2 |
1902 | 2024-06-20T20:24:04.125Z | Checking globset v0.4.14 |
1903 | 2024-06-20T20:24:04.341Z | Checking olpc-cjson v0.1.3 |
1904 | 2024-06-20T20:24:04.568Z | Compiling cexpr v0.6.0 |
1905 | 2024-06-20T20:24:04.611Z | Checking serde_plain v1.0.2 |
1906 | 2024-06-20T20:24:04.857Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1907 | 2024-06-20T20:24:05.141Z | Checking typed-path v0.7.1 |
1908 | 2024-06-20T20:24:06.493Z | Compiling lazycell v1.3.0 |
1909 | 2024-06-20T20:24:06.621Z | Compiling rustc-hash v1.1.0 |
1910 | 2024-06-20T20:24:06.673Z | Compiling salty v0.2.0 |
1911 | 2024-06-20T20:24:06.789Z | Checking signature v1.6.4 |
1912 | 2024-06-20T20:24:06.926Z | Compiling cfg_aliases v0.1.1 |
1913 | 2024-06-20T20:24:07.030Z | Compiling shlex v1.3.0 |
1914 | 2024-06-20T20:24:07.072Z | Checking tough v0.17.1 |
1915 | 2024-06-20T20:24:07.203Z | Compiling nix v0.28.0 |
1916 | 2024-06-20T20:24:07.584Z | Checking ed25519 v1.5.3 |
1917 | 2024-06-20T20:24:07.825Z | Checking nix v0.27.1 |
1918 | 2024-06-20T20:24:09.109Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1919 | 2024-06-20T20:24:09.374Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1920 | 2024-06-20T20:24:09.656Z | Compiling derive_builder_core v0.20.0 |
1921 | 2024-06-20T20:24:11.393Z | Checking serde-big-array v0.5.1 |
1922 | 2024-06-20T20:24:11.693Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1923 | 2024-06-20T20:24:11.962Z | Compiling libxml v0.3.3 |
1924 | 2024-06-20T20:24:12.324Z | Checking parse-size v1.0.0 |
1925 | 2024-06-20T20:24:12.346Z | Compiling derive_builder_macro v0.20.0 |
1926 | 2024-06-20T20:24:12.613Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1927 | 2024-06-20T20:24:13.222Z | Checking signal-hook-tokio v0.3.1 |
1928 | 2024-06-20T20:24:13.414Z | Checking serde-big-array v0.4.1 |
1929 | 2024-06-20T20:24:13.559Z | Compiling strum_macros v0.24.3 |
1930 | 2024-06-20T20:24:13.578Z | Compiling cookie v0.18.1 |
1931 | 2024-06-20T20:24:13.767Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1932 | 2024-06-20T20:24:13.864Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1933 | 2024-06-20T20:24:14.744Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1934 | 2024-06-20T20:24:15.520Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1935 | 2024-06-20T20:24:16.836Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1936 | 2024-06-20T20:24:17.692Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1937 | 2024-06-20T20:24:18.741Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1938 | 2024-06-20T20:24:18.842Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1939 | 2024-06-20T20:24:19.473Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1940 | 2024-06-20T20:24:19.862Z | Compiling indoc v1.0.9 |
1941 | 2024-06-20T20:24:19.948Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1942 | 2024-06-20T20:24:20.194Z | Checking heck v0.4.1 |
1943 | 2024-06-20T20:24:20.414Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1944 | 2024-06-20T20:24:20.890Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1945 | 2024-06-20T20:24:20.906Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1946 | 2024-06-20T20:24:21.567Z | Checking derive_builder v0.20.0 |
1947 | 2024-06-20T20:24:23.542Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1948 | 2024-06-20T20:24:23.767Z | Compiling peg-macros v0.8.3 |
1949 | 2024-06-20T20:24:23.824Z | Checking quick-xml v0.31.0 |
1950 | 2024-06-20T20:24:24.269Z | Compiling impl-trait-for-tuples v0.2.2 |
1951 | 2024-06-20T20:24:25.479Z | Compiling oso-derive v0.27.3 |
1952 | 2024-06-20T20:24:25.925Z | Compiling sqlparser_derive v0.2.2 |
1953 | 2024-06-20T20:24:26.558Z | Checking unicode_categories v0.1.1 |
1954 | 2024-06-20T20:24:26.872Z | Checking corncobs v0.1.3 |
1955 | 2024-06-20T20:24:27.055Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1956 | 2024-06-20T20:24:27.091Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1957 | 2024-06-20T20:24:27.198Z | Checking rustyline v14.0.0 |
1958 | 2024-06-20T20:24:27.276Z | Checking sqlparser v0.45.0 |
1959 | 2024-06-20T20:24:27.480Z | Checking peg v0.8.3 |
1960 | 2024-06-20T20:24:27.588Z | Checking sqlformat v0.2.3 |
1961 | 2024-06-20T20:24:29.324Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1962 | 2024-06-20T20:24:30.987Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1963 | 2024-06-20T20:24:31.322Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1964 | 2024-06-20T20:24:31.961Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1965 | 2024-06-20T20:24:32.371Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1966 | 2024-06-20T20:24:33.023Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1967 | 2024-06-20T20:24:33.874Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1968 | 2024-06-20T20:24:35.663Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1969 | 2024-06-20T20:24:36.632Z | Checking bcs v0.1.6 |
1970 | 2024-06-20T20:24:36.780Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1971 | 2024-06-20T20:24:36.862Z | Checking highway v1.1.0 |
1972 | 2024-06-20T20:24:36.882Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1973 | 2024-06-20T20:24:37.112Z | Compiling const_format_proc_macros v0.2.32 |
1974 | 2024-06-20T20:24:37.152Z | Checking bb8 v0.8.3 |
1975 | 2024-06-20T20:24:37.264Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1976 | 2024-06-20T20:24:37.575Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1977 | 2024-06-20T20:24:37.625Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1978 | 2024-06-20T20:24:38.244Z | Checking assert_matches v1.5.0 |
1979 | 2024-06-20T20:24:38.350Z | Compiling portable-atomic v1.6.0 |
1980 | 2024-06-20T20:24:38.914Z | Checking rand_seeder v0.2.3 |
1981 | 2024-06-20T20:24:39.147Z | Checking number_prefix v0.4.0 |
1982 | 2024-06-20T20:24:39.337Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1983 | 2024-06-20T20:24:39.466Z | Checking const_format v0.2.32 |
1984 | 2024-06-20T20:24:39.601Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1985 | 2024-06-20T20:24:39.948Z | Checking castaway v0.2.2 |
1986 | 2024-06-20T20:24:40.122Z | Checking compact_str v0.7.1 |
1987 | 2024-06-20T20:24:40.560Z | Checking indicatif v0.17.8 |
1988 | 2024-06-20T20:24:40.940Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1989 | 2024-06-20T20:24:41.076Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1990 | 2024-06-20T20:24:41.243Z | Checking lru v0.12.3 |
1991 | 2024-06-20T20:24:41.376Z | Compiling stability v0.2.0 |
1992 | 2024-06-20T20:24:41.414Z | Checking cassowary v0.3.0 |
1993 | 2024-06-20T20:24:41.584Z | Compiling indoc v2.0.5 |
1994 | 2024-06-20T20:24:41.941Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1995 | 2024-06-20T20:24:42.515Z | Checking unicode-linebreak v0.1.5 |
1996 | 2024-06-20T20:24:42.716Z | Checking ratatui v0.26.2 |
1997 | 2024-06-20T20:24:42.916Z | Checking smawk v0.3.2 |
1998 | 2024-06-20T20:24:43.146Z | Checking textwrap v0.16.1 |
1999 | 2024-06-20T20:24:43.559Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2000 | 2024-06-20T20:24:43.745Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2001 | 2024-06-20T20:24:43.853Z | Checking is_ci v1.2.0 |
2002 | 2024-06-20T20:24:44.002Z | Checking supports-color v3.0.0 |
2003 | 2024-06-20T20:24:44.247Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2004 | 2024-06-20T20:24:44.685Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2005 | 2024-06-20T20:24:45.113Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2006 | 2024-06-20T20:24:45.766Z | Checking fatfs v0.3.6 |
2007 | 2024-06-20T20:24:46.804Z | Checking shell-words v1.1.0 |
2008 | 2024-06-20T20:24:46.848Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2009 | 2024-06-20T20:24:46.984Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2010 | 2024-06-20T20:24:46.987Z | Checking rtoolbox v0.0.2 |
2011 | 2024-06-20T20:24:47.199Z | Compiling getrandom v0.1.16 |
2012 | 2024-06-20T20:24:47.707Z | Checking rpassword v7.3.1 |
2013 | 2024-06-20T20:24:47.876Z | Checking tui-tree-widget v0.19.0 |
2014 | 2024-06-20T20:24:47.989Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2015 | 2024-06-20T20:24:48.258Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2016 | 2024-06-20T20:24:48.722Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2017 | 2024-06-20T20:24:49.344Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2018 | 2024-06-20T20:24:49.808Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2019 | 2024-06-20T20:24:50.512Z | Checking rfc6979 v0.4.0 |
2020 | 2024-06-20T20:24:51.081Z | Checking yansi v0.5.1 |
2021 | 2024-06-20T20:24:51.618Z | Checking pretty_assertions v1.4.0 |
2022 | 2024-06-20T20:24:51.667Z | Checking ecdsa v0.16.9 |
2023 | 2024-06-20T20:24:51.823Z | Checking rand_core v0.5.1 |
2024 | 2024-06-20T20:24:52.164Z | Checking primeorder v0.13.6 |
2025 | 2024-06-20T20:24:52.449Z | Checking cargo-platform v0.1.8 |
2026 | 2024-06-20T20:24:52.644Z | Checking md5 v0.7.0 |
2027 | 2024-06-20T20:24:52.754Z | Checking option-ext v0.2.0 |
2028 | 2024-06-20T20:24:52.888Z | Checking dirs-sys v0.4.1 |
2029 | 2024-06-20T20:24:52.920Z | Checking cargo_metadata v0.18.1 |
2030 | 2024-06-20T20:24:53.078Z | Checking rand_chacha v0.2.2 |
2031 | 2024-06-20T20:24:53.385Z | Checking polyval v0.6.2 |
2032 | 2024-06-20T20:24:53.686Z | Checking ed25519 v2.2.3 |
2033 | 2024-06-20T20:24:53.947Z | Checking ctr v0.9.2 |
2034 | 2024-06-20T20:24:54.234Z | Checking aes v0.8.4 |
2035 | 2024-06-20T20:24:54.536Z | Checking blowfish v0.9.1 |
2036 | 2024-06-20T20:24:54.787Z | Checking password-hash v0.4.2 |
2037 | 2024-06-20T20:24:55.118Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2038 | 2024-06-20T20:24:55.154Z | Checking pbkdf2 v0.12.2 |
2039 | 2024-06-20T20:24:55.234Z | Checking hex-literal v0.4.1 |
2040 | 2024-06-20T20:24:55.318Z | Checking plotters-backend v0.3.5 |
2041 | 2024-06-20T20:24:55.365Z | Compiling target-lexicon v0.12.14 |
2042 | 2024-06-20T20:24:55.691Z | Checking plotters-svg v0.3.5 |
2043 | 2024-06-20T20:24:55.909Z | Checking bcrypt-pbkdf v0.10.0 |
2044 | 2024-06-20T20:24:56.154Z | Checking pbkdf2 v0.11.0 |
2045 | 2024-06-20T20:24:56.422Z | Checking ed25519-dalek v2.1.1 |
2046 | 2024-06-20T20:24:56.439Z | Checking ghash v0.5.1 |
2047 | 2024-06-20T20:24:56.613Z | Checking rand v0.7.3 |
2048 | 2024-06-20T20:24:56.777Z | Checking dirs v5.0.1 |
2049 | 2024-06-20T20:24:56.929Z | Checking p256 v0.13.2 |
2050 | 2024-06-20T20:24:57.374Z | Checking p521 v0.13.3 |
2051 | 2024-06-20T20:24:57.972Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2052 | 2024-06-20T20:24:58.724Z | Checking cbc v0.1.2 |
2053 | 2024-06-20T20:24:58.939Z | Checking russh-cryptovec v0.7.2 |
2054 | 2024-06-20T20:24:59.149Z | Checking cast v0.3.0 |
2055 | 2024-06-20T20:24:59.457Z | Compiling doc-comment v0.3.3 |
2056 | 2024-06-20T20:24:59.476Z | Compiling guppy-workspace-hack v0.1.0 |
2057 | 2024-06-20T20:24:59.776Z | Checking criterion-plot v0.5.0 |
2058 | 2024-06-20T20:25:00.174Z | Checking russh-keys v0.43.0 |
2059 | 2024-06-20T20:25:00.257Z | Checking aes-gcm v0.10.3 |
2060 | 2024-06-20T20:25:00.666Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2061 | 2024-06-20T20:25:00.991Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2062 | 2024-06-20T20:25:01.319Z | Checking plotters v0.3.5 |
2063 | 2024-06-20T20:25:01.776Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2064 | 2024-06-20T20:25:02.073Z | Checking http-body v1.0.0 |
2065 | 2024-06-20T20:25:02.288Z | Checking tinytemplate v1.2.1 |
2066 | 2024-06-20T20:25:02.675Z | Checking csv-core v0.1.11 |
2067 | 2024-06-20T20:25:03.023Z | Compiling assert_cmd v2.0.14 |
2068 | 2024-06-20T20:25:03.136Z | Checking anes v0.1.6 |
2069 | 2024-06-20T20:25:03.427Z | Checking tower-layer v0.3.2 |
2070 | 2024-06-20T20:25:03.520Z | Checking oorandom v11.1.3 |
2071 | 2024-06-20T20:25:03.607Z | Compiling target-spec v3.1.0 |
2072 | 2024-06-20T20:25:03.672Z | Compiling dhcproto-macros v0.1.0 |
2073 | 2024-06-20T20:25:03.701Z | Checking regex-automata v0.1.10 |
2074 | 2024-06-20T20:25:04.109Z | Checking bstr v0.2.17 |
2075 | 2024-06-20T20:25:04.197Z | Checking tower v0.4.13 |
2076 | 2024-06-20T20:25:04.617Z | Checking dhcproto v0.11.0 |
2077 | 2024-06-20T20:25:04.928Z | Checking criterion v0.5.1 |
2078 | 2024-06-20T20:25:05.059Z | Checking csv v1.3.0 |
2079 | 2024-06-20T20:25:05.929Z | Checking hyper v1.3.1 |
2080 | 2024-06-20T20:25:06.016Z | Checking russh v0.43.0 |
2081 | 2024-06-20T20:25:07.187Z | Checking cfg-expr v0.15.8 |
2082 | 2024-06-20T20:25:07.955Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2083 | 2024-06-20T20:25:08.029Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2084 | 2024-06-20T20:25:08.729Z | Checking internet-checksum v0.2.1 |
2085 | 2024-06-20T20:25:09.880Z | Checking hyper-util v0.1.3 |
2086 | 2024-06-20T20:25:10.285Z | Checking httptest v0.15.5 |
2087 | 2024-06-20T20:25:10.842Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2088 | 2024-06-20T20:25:11.015Z | Checking rustls-native-certs v0.7.0 |
2089 | 2024-06-20T20:25:11.171Z | Checking pathdiff v0.2.1 |
2090 | 2024-06-20T20:25:11.341Z | Checking nested v0.1.1 |
2091 | 2024-06-20T20:25:11.564Z | Checking guppy v0.17.5 |
2092 | 2024-06-20T20:25:13.423Z | Checking hyper-rustls v0.26.0 |
2093 | 2024-06-20T20:25:13.684Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2094 | 2024-06-20T20:25:13.778Z | Checking escape8259 v0.5.2 |
2095 | 2024-06-20T20:25:13.958Z | Checking threadpool v1.8.1 |
2096 | 2024-06-20T20:25:14.005Z | Checking similar-asserts v1.5.0 |
2097 | 2024-06-20T20:25:14.157Z | Checking libtest-mimic v0.7.3 |
2098 | 2024-06-20T20:25:14.217Z | Checking fancy-regex v0.13.0 |
2099 | 2024-06-20T20:25:14.614Z | Compiling rstest_macros v0.19.0 |
2100 | 2024-06-20T20:25:14.964Z | Checking datatest-stable v0.2.9 |
2101 | 2024-06-20T20:25:15.260Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2102 | 2024-06-20T20:25:15.263Z | Checking blake2b_simd v1.0.2 |
2103 | 2024-06-20T20:25:15.410Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2104 | 2024-06-20T20:25:16.316Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2105 | 2024-06-20T20:25:16.604Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2106 | 2024-06-20T20:25:16.624Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2107 | 2024-06-20T20:25:16.911Z | Compiling relative-path v1.9.3 |
2108 | 2024-06-20T20:25:17.272Z | Compiling trybuild v1.0.96 |
2109 | 2024-06-20T20:25:17.853Z | Checking rust-argon2 v2.1.0 |
2110 | 2024-06-20T20:25:18.474Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2111 | 2024-06-20T20:25:19.888Z | Checking multimap v0.10.0 |
2112 | 2024-06-20T20:25:20.190Z | Checking futures-timer v3.0.3 |
2113 | 2024-06-20T20:25:21.951Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2114 | 2024-06-20T20:25:22.908Z | Checking partial-io v0.5.4 |
2115 | 2024-06-20T20:25:24.308Z | Checking cargo_toml v0.20.2 |
2116 | 2024-06-20T20:25:26.365Z | Checking approx v0.5.1 |
2117 | 2024-06-20T20:25:26.612Z | Checking termios v0.3.3 |
2118 | 2024-06-20T20:25:26.829Z | Checking uzers v0.11.3 |
2119 | 2024-06-20T20:25:27.193Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2120 | 2024-06-20T20:25:27.308Z | Checking rstest v0.19.0 |
2121 | 2024-06-20T20:25:28.727Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2122 | 2024-06-20T20:25:29.731Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2123 | 2024-06-20T20:25:37.219Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2124 | 2024-06-20T20:25:42.637Z | Compiling samael v0.0.15 |
2125 | 2024-06-20T20:25:43.462Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2126 | 2024-06-20T20:26:13.236Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2127 | 2024-06-20T20:26:14.959Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2128 | 2024-06-20T20:26:21.179Z | Compiling polar-core v0.27.3 |
2129 | 2024-06-20T20:26:32.567Z | Checking oso v0.27.3 |
2130 | 2024-06-20T20:27:02.938Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2131 | 2024-06-20T20:27:02.938Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2132 | 2024-06-20T20:27:02.941Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2133 | 2024-06-20T20:28:14.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 54s |
2134 | 2024-06-20T20:28:15.107Z | |
2135 | 2024-06-20T20:28:15.110Z | real 7:02.254800607 |
2136 | 2024-06-20T20:28:15.110Z | user 38:18.877239888 |
2137 | 2024-06-20T20:28:15.110Z | sys 6:40.560846932 |
2138 | 2024-06-20T20:28:15.110Z | trap 1.069699296 |
2139 | 2024-06-20T20:28:15.110Z | tflt 1.591763453 |
2140 | 2024-06-20T20:28:15.111Z | dflt 1.150306808 |
2141 | 2024-06-20T20:28:15.111Z | kflt 0.003185930 |
2142 | 2024-06-20T20:28:15.111Z | lock 1:52:52.976410479 |
2143 | 2024-06-20T20:28:15.111Z | slp 2:02:12.617308409 |
2144 | 2024-06-20T20:28:15.111Z | lat 1:47.939667257 |
2145 | 2024-06-20T20:28:15.111Z | stop 5:49.284662021 |
2146 | 2024-06-20T20:28:16.131Z | warning: output filename collision. |
2147 | 2024-06-20T20:28:16.131Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`. |
2148 | 2024-06-20T20:28:16.131Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2149 | 2024-06-20T20:28:16.131Z | The targets should have unique names. |
2150 | 2024-06-20T20:28:16.131Z | This is a known bug where multiple crates with the same name use |
2151 | 2024-06-20T20:28:16.131Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2152 | 2024-06-20T20:28:16.131Z | warning: output filename collision. |
2153 | 2024-06-20T20:28:16.131Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`. |
2154 | 2024-06-20T20:28:16.131Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2155 | 2024-06-20T20:28:16.131Z | The targets should have unique names. |
2156 | 2024-06-20T20:28:16.131Z | This is a known bug where multiple crates with the same name use |
2157 | 2024-06-20T20:28:16.131Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2158 | 2024-06-20T20:28:16.135Z | warning: output filename collision. |
2159 | 2024-06-20T20:28:16.135Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2160 | 2024-06-20T20:28:16.135Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2161 | 2024-06-20T20:28:16.135Z | The targets should have unique names. |
2162 | 2024-06-20T20:28:16.135Z | This is a known bug where multiple crates with the same name use |
2163 | 2024-06-20T20:28:16.135Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2164 | 2024-06-20T20:28:16.135Z | warning: output filename collision. |
2165 | 2024-06-20T20:28:16.135Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2166 | 2024-06-20T20:28:16.135Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2167 | 2024-06-20T20:28:16.135Z | The targets should have unique names. |
2168 | 2024-06-20T20:28:16.135Z | This is a known bug where multiple crates with the same name use |
2169 | 2024-06-20T20:28:16.135Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2170 | 2024-06-20T20:28:16.135Z | warning: output filename collision. |
2171 | 2024-06-20T20:28:16.135Z | The lib target `md5` in package `md5 v0.7.0` has the same output filename as the lib target `md5` in package `md-5 v0.10.6`. |
2172 | 2024-06-20T20:28:16.135Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/md5/index.html |
2173 | 2024-06-20T20:28:16.135Z | The targets should have unique names. |
2174 | 2024-06-20T20:28:16.135Z | This is a known bug where multiple crates with the same name use |
2175 | 2024-06-20T20:28:16.135Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2176 | 2024-06-20T20:28:16.135Z | warning: output filename collision. |
2177 | 2024-06-20T20:28:16.135Z | 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)`. |
2178 | 2024-06-20T20:28:16.135Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2179 | 2024-06-20T20:28:16.135Z | The targets should have unique names. |
2180 | 2024-06-20T20:28:16.136Z | This is a known bug where multiple crates with the same name use |
2181 | 2024-06-20T20:28:16.136Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2182 | 2024-06-20T20:28:16.136Z | warning: output filename collision. |
2183 | 2024-06-20T20:28:16.136Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`. |
2184 | 2024-06-20T20:28:16.136Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2185 | 2024-06-20T20:28:16.136Z | The targets should have unique names. |
2186 | 2024-06-20T20:28:16.136Z | This is a known bug where multiple crates with the same name use |
2187 | 2024-06-20T20:28:16.136Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2188 | 2024-06-20T20:28:16.136Z | warning: output filename collision. |
2189 | 2024-06-20T20:28:16.136Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2190 | 2024-06-20T20:28:16.136Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2191 | 2024-06-20T20:28:16.136Z | The targets should have unique names. |
2192 | 2024-06-20T20:28:16.136Z | This is a known bug where multiple crates with the same name use |
2193 | 2024-06-20T20:28:16.136Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2194 | 2024-06-20T20:28:16.139Z | warning: output filename collision. |
2195 | 2024-06-20T20:28:16.139Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2196 | 2024-06-20T20:28:16.139Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2197 | 2024-06-20T20:28:16.139Z | The targets should have unique names. |
2198 | 2024-06-20T20:28:16.139Z | This is a known bug where multiple crates with the same name use |
2199 | 2024-06-20T20:28:16.139Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2200 | 2024-06-20T20:28:16.716Z | Documenting libc v0.2.155 |
2201 | 2024-06-20T20:28:16.770Z | Documenting cfg-if v1.0.0 |
2202 | 2024-06-20T20:28:16.788Z | Documenting serde_derive v1.0.203 |
2203 | 2024-06-20T20:28:16.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2204 | 2024-06-20T20:28:16.842Z | Documenting log v0.4.21 |
2205 | 2024-06-20T20:28:16.860Z | Documenting memchr v2.7.2 |
2206 | 2024-06-20T20:28:16.875Z | Documenting byteorder v1.5.0 |
2207 | 2024-06-20T20:28:16.890Z | Documenting itoa v1.0.11 |
2208 | 2024-06-20T20:28:17.096Z | Documenting zeroize_derive v1.4.2 |
2209 | 2024-06-20T20:28:19.897Z | Documenting scopeguard v1.2.0 |
2210 | 2024-06-20T20:28:20.016Z | Documenting smallvec v1.13.2 |
2211 | 2024-06-20T20:28:21.078Z | Documenting pin-project-lite v0.2.14 |
2212 | 2024-06-20T20:28:21.263Z | Documenting typenum v1.17.0 |
2213 | 2024-06-20T20:28:21.373Z | Documenting getrandom v0.2.14 |
2214 | 2024-06-20T20:28:22.042Z | Documenting signal-hook-registry v1.4.2 |
2215 | 2024-06-20T20:28:22.324Z | Documenting zeroize v1.7.0 |
2216 | 2024-06-20T20:28:23.323Z | Documenting parking_lot_core v0.9.10 |
2217 | 2024-06-20T20:28:24.360Z | Documenting mio v0.8.11 |
2218 | 2024-06-20T20:28:24.632Z | Documenting serde v1.0.203 |
2219 | 2024-06-20T20:28:24.762Z | Documenting lock_api v0.4.12 |
2220 | 2024-06-20T20:28:25.718Z | Documenting rand_core v0.6.4 |
2221 | 2024-06-20T20:28:34.199Z | Documenting libm v0.2.8 |
2222 | 2024-06-20T20:28:34.221Z | Documenting once_cell v1.19.0 |
2223 | 2024-06-20T20:28:34.247Z | Documenting thiserror-impl v1.0.60 |
2224 | 2024-06-20T20:28:34.306Z | Documenting subtle v2.5.0 |
2225 | 2024-06-20T20:28:34.351Z | Documenting ryu v1.0.18 |
2226 | 2024-06-20T20:28:34.367Z | Documenting parking_lot v0.12.2 |
2227 | 2024-06-20T20:28:34.973Z | Documenting bytes v1.6.0 |
2228 | 2024-06-20T20:28:35.098Z | Documenting generic-array v0.14.7 |
2229 | 2024-06-20T20:28:37.265Z | Documenting futures-core v0.3.30 |
2230 | 2024-06-20T20:28:37.819Z | Documenting num-traits v0.2.19 |
2231 | 2024-06-20T20:28:38.582Z | Documenting socket2 v0.5.7 |
2232 | 2024-06-20T20:28:38.984Z | Documenting num_cpus v1.16.0 |
2233 | 2024-06-20T20:28:39.618Z | Documenting tokio-macros v2.2.0 |
2234 | 2024-06-20T20:28:40.445Z | Documenting thiserror v1.0.60 |
2235 | 2024-06-20T20:28:40.523Z | Documenting bitflags v2.5.0 |
2236 | 2024-06-20T20:28:40.598Z | Documenting crypto-common v0.1.6 |
2237 | 2024-06-20T20:28:41.991Z | Documenting serde_json v1.0.117 |
2238 | 2024-06-20T20:28:43.174Z | Documenting zerocopy v0.7.34 |
2239 | 2024-06-20T20:28:43.490Z | Documenting const-oid v0.9.6 |
2240 | 2024-06-20T20:28:43.610Z | Documenting futures-sink v0.3.30 |
2241 | 2024-06-20T20:28:45.611Z | Checking syn v1.0.109 |
2242 | 2024-06-20T20:28:45.630Z | Documenting slab v0.4.9 |
2243 | 2024-06-20T20:28:45.645Z | Documenting tokio v1.37.0 |
2244 | 2024-06-20T20:28:45.691Z | Documenting futures-macro v0.3.30 |
2245 | 2024-06-20T20:28:48.327Z | Documenting futures-task v0.3.30 |
2246 | 2024-06-20T20:28:48.461Z | Documenting futures-channel v0.3.30 |
2247 | 2024-06-20T20:28:49.903Z | Documenting futures-io v0.3.30 |
2248 | 2024-06-20T20:28:49.919Z | Documenting pin-utils v0.1.0 |
2249 | 2024-06-20T20:28:51.677Z | Documenting block-buffer v0.10.4 |
2250 | 2024-06-20T20:28:51.694Z | Documenting iana-time-zone v0.1.60 |
2251 | 2024-06-20T20:28:51.969Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2252 | 2024-06-20T20:28:52.172Z | Documenting uuid v1.8.0 |
2253 | 2024-06-20T20:28:53.259Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2254 | 2024-06-20T20:28:53.341Z | Documenting ahash v0.8.11 |
2255 | 2024-06-20T20:28:53.993Z | Documenting allocator-api2 v0.2.18 |
2256 | 2024-06-20T20:28:54.716Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2257 | 2024-06-20T20:28:55.761Z | Documenting futures-util v0.3.30 |
2258 | 2024-06-20T20:28:56.008Z | Documenting tinyvec_macros v0.1.1 |
2259 | 2024-06-20T20:28:56.388Z | Documenting digest v0.10.7 |
2260 | 2024-06-20T20:28:56.469Z | Documenting chrono v0.4.38 |
2261 | 2024-06-20T20:28:57.378Z | Documenting cpufeatures v0.2.12 |
2262 | 2024-06-20T20:28:57.631Z | Documenting ppv-lite86 v0.2.17 |
2263 | 2024-06-20T20:28:58.202Z | Documenting hashbrown v0.14.5 |
2264 | 2024-06-20T20:28:59.210Z | Documenting tinyvec v1.6.0 |
2265 | 2024-06-20T20:29:00.372Z | Checking serde_derive_internals v0.29.1 |
2266 | 2024-06-20T20:29:01.001Z | Documenting rand_chacha v0.3.1 |
2267 | 2024-06-20T20:29:01.018Z | Documenting serde_derive_internals v0.29.1 |
2268 | 2024-06-20T20:29:03.127Z | Documenting dyn-clone v1.0.17 |
2269 | 2024-06-20T20:29:10.120Z | Documenting unicode-normalization v0.1.23 |
2270 | 2024-06-20T20:29:10.150Z | Documenting tracing-core v0.1.32 |
2271 | 2024-06-20T20:29:10.180Z | Documenting rand v0.8.5 |
2272 | 2024-06-20T20:29:10.224Z | Documenting schemars_derive v0.8.20 |
2273 | 2024-06-20T20:29:10.356Z | Documenting tracing-attributes v0.1.27 |
2274 | 2024-06-20T20:29:10.468Z | Documenting unicode-bidi v0.3.15 |
2275 | 2024-06-20T20:29:10.856Z | Documenting percent-encoding v2.3.1 |
2276 | 2024-06-20T20:29:11.191Z | Documenting powerfmt v0.2.0 |
2277 | 2024-06-20T20:29:14.158Z | Documenting deranged v0.3.11 |
2278 | 2024-06-20T20:29:14.617Z | Documenting time-macros v0.2.18 |
2279 | 2024-06-20T20:29:15.008Z | Documenting lazy_static v1.4.0 |
2280 | 2024-06-20T20:29:15.275Z | Documenting equivalent v1.0.1 |
2281 | 2024-06-20T20:29:15.293Z | Documenting num_threads v0.1.7 |
2282 | 2024-06-20T20:29:15.404Z | Documenting num-conv v0.1.0 |
2283 | 2024-06-20T20:29:16.286Z | Documenting schemars v0.8.20 |
2284 | 2024-06-20T20:29:16.435Z | Documenting tracing v0.1.40 |
2285 | 2024-06-20T20:29:18.199Z | Documenting time-core v0.1.2 |
2286 | 2024-06-20T20:29:18.417Z | Documenting indexmap v2.2.6 |
2287 | 2024-06-20T20:29:18.687Z | Documenting form_urlencoded v1.2.1 |
2288 | 2024-06-20T20:29:19.401Z | Documenting serde_tokenstream v0.2.0 |
2289 | 2024-06-20T20:29:19.524Z | Documenting unicode-width v0.1.12 |
2290 | 2024-06-20T20:29:19.978Z | Documenting fnv v1.0.7 |
2291 | 2024-06-20T20:29:21.053Z | Documenting time v0.3.36 |
2292 | 2024-06-20T20:29:21.716Z | Documenting idna v0.5.0 |
2293 | 2024-06-20T20:29:22.710Z | Documenting adler v1.0.2 |
2294 | 2024-06-20T20:29:23.270Z | Documenting unicode-ident v1.0.12 |
2295 | 2024-06-20T20:29:23.642Z | Documenting slog v2.7.0 |
2296 | 2024-06-20T20:29:24.309Z | Documenting async-trait v0.1.80 |
2297 | 2024-06-20T20:29:24.726Z | Documenting tokio-util v0.7.11 |
2298 | 2024-06-20T20:29:25.020Z | Documenting httparse v1.8.0 |
2299 | 2024-06-20T20:29:25.840Z | Documenting miniz_oxide v0.7.2 |
2300 | 2024-06-20T20:29:26.093Z | Documenting url v2.5.0 |
2301 | 2024-06-20T20:29:26.443Z | Documenting proc-macro2 v1.0.82 |
2302 | 2024-06-20T20:29:26.939Z | Documenting base64ct v1.6.0 |
2303 | 2024-06-20T20:29:28.578Z | Documenting errno v0.3.9 |
2304 | 2024-06-20T20:29:29.402Z | Documenting httpdate v1.0.3 |
2305 | 2024-06-20T20:29:29.694Z | Documenting try-lock v0.2.5 |
2306 | 2024-06-20T20:29:30.180Z | Documenting http-body v0.4.6 |
2307 | 2024-06-20T20:29:30.595Z | Documenting openssl-sys v0.9.102 |
2308 | 2024-06-20T20:29:30.598Z | Documenting h2 v0.3.26 |
2309 | 2024-06-20T20:29:31.601Z | Documenting quote v1.0.36 |
2310 | 2024-06-20T20:29:31.786Z | Documenting pem-rfc7468 v0.7.0 |
2311 | 2024-06-20T20:29:32.888Z | Documenting rustix v0.38.34 |
2312 | 2024-06-20T20:29:32.908Z | Documenting want v0.3.1 |
2313 | 2024-06-20T20:29:34.001Z | Documenting openssl-macros v0.1.1 |
2314 | 2024-06-20T20:29:34.917Z | Documenting der_derive v0.7.2 |
2315 | 2024-06-20T20:29:36.425Z | Documenting syn v2.0.64 |
2316 | 2024-06-20T20:29:36.618Z | Documenting ipnet v2.9.0 |
2317 | 2024-06-20T20:29:37.428Z | Documenting tower-service v0.3.2 |
2318 | 2024-06-20T20:29:37.699Z | Documenting mime v0.3.17 |
2319 | 2024-06-20T20:29:39.578Z | Documenting flagset v0.4.5 |
2320 | 2024-06-20T20:29:39.735Z | Documenting gimli v0.28.1 |
2321 | 2024-06-20T20:29:40.912Z | Documenting openssl v0.10.64 |
2322 | 2024-06-20T20:29:41.567Z | Documenting futures-executor v0.3.30 |
2323 | 2024-06-20T20:29:41.912Z | Documenting aho-corasick v1.1.3 |
2324 | 2024-06-20T20:29:42.066Z | Documenting object v0.32.2 |
2325 | 2024-06-20T20:29:42.203Z | Documenting hyper v0.14.28 |
2326 | 2024-06-20T20:29:42.495Z | Documenting der v0.7.9 |
2327 | 2024-06-20T20:29:45.991Z | Documenting addr2line v0.21.0 |
2328 | 2024-06-20T20:29:46.316Z | Documenting rustc-demangle v0.1.24 |
2329 | 2024-06-20T20:29:48.086Z | Documenting regex-syntax v0.8.3 |
2330 | 2024-06-20T20:29:48.484Z | Documenting openssl-probe v0.1.5 |
2331 | 2024-06-20T20:29:49.635Z | Documenting spki v0.7.3 |
2332 | 2024-06-20T20:29:49.866Z | Documenting futures v0.3.30 |
2333 | 2024-06-20T20:29:49.930Z | Documenting encoding_rs v0.8.34 |
2334 | 2024-06-20T20:29:53.276Z | Documenting native-tls v0.2.11 |
2335 | 2024-06-20T20:29:53.993Z | Checking pest_meta v2.7.10 |
2336 | 2024-06-20T20:29:54.144Z | Documenting regex-automata v0.4.6 |
2337 | 2024-06-20T20:29:54.844Z | Documenting psl-types v2.0.11 |
2338 | 2024-06-20T20:29:54.892Z | Documenting pkcs8 v0.10.2 |
2339 | 2024-06-20T20:29:54.931Z | Documenting serde_urlencoded v0.7.1 |
2340 | 2024-06-20T20:29:55.059Z | Documenting backtrace v0.3.71 |
2341 | 2024-06-20T20:29:57.863Z | Documenting publicsuffix v2.2.3 |
2342 | 2024-06-20T20:29:58.484Z | Documenting sha2 v0.10.8 |
2343 | 2024-06-20T20:29:58.925Z | Documenting tokio-native-tls v0.3.1 |
2344 | 2024-06-20T20:29:59.515Z | Documenting semver v1.0.23 |
2345 | 2024-06-20T20:29:59.997Z | Documenting pest_meta v2.7.10 |
2346 | 2024-06-20T20:30:00.493Z | Documenting anyhow v1.0.86 |
2347 | 2024-06-20T20:30:00.532Z | Documenting crossbeam-utils v0.8.19 |
2348 | 2024-06-20T20:30:02.644Z | Documenting scroll_derive v0.12.0 |
2349 | 2024-06-20T20:30:02.898Z | Documenting utf8parse v0.2.1 |
2350 | 2024-06-20T20:30:03.304Z | Documenting cookie_store v0.20.0 |
2351 | 2024-06-20T20:30:04.816Z | Checking pest_generator v2.7.10 |
2352 | 2024-06-20T20:30:04.983Z | Documenting hyper-tls v0.5.0 |
2353 | 2024-06-20T20:30:05.146Z | Documenting pest_generator v2.7.10 |
2354 | 2024-06-20T20:30:05.553Z | Documenting hyper-rustls v0.24.2 |
2355 | 2024-06-20T20:30:05.615Z | Documenting hmac v0.12.1 |
2356 | 2024-06-20T20:30:05.730Z | Documenting num-integer v0.1.46 |
2357 | 2024-06-20T20:30:05.785Z | Documenting plain v0.2.3 |
2358 | 2024-06-20T20:30:08.439Z | Documenting scroll v0.12.0 |
2359 | 2024-06-20T20:30:08.686Z | Documenting sync_wrapper v0.1.2 |
2360 | 2024-06-20T20:30:09.906Z | Documenting webpki-roots v0.25.4 |
2361 | 2024-06-20T20:30:13.108Z | Documenting ucd-trie v0.1.6 |
2362 | 2024-06-20T20:30:13.133Z | Documenting pest_derive v2.7.10 |
2363 | 2024-06-20T20:30:13.133Z | Documenting regex v1.10.4 |
2364 | 2024-06-20T20:30:13.133Z | Documenting block-padding v0.3.3 |
2365 | 2024-06-20T20:30:13.133Z | Documenting data-encoding v2.6.0 |
2366 | 2024-06-20T20:30:13.133Z | Documenting pretty-hex v0.4.1 |
2367 | 2024-06-20T20:30:13.409Z | Documenting goblin v0.8.2 |
2368 | 2024-06-20T20:30:14.541Z | Documenting pest v2.7.10 |
2369 | 2024-06-20T20:30:14.738Z | Documenting reqwest v0.11.27 |
2370 | 2024-06-20T20:30:15.469Z | Documenting thread-id v4.2.1 |
2371 | 2024-06-20T20:30:15.555Z | Documenting openapiv3 v2.0.0 |
2372 | 2024-06-20T20:30:16.827Z | Documenting inout v0.1.3 |
2373 | 2024-06-20T20:30:16.875Z | Documenting usdt-macro v0.5.0 |
2374 | 2024-06-20T20:30:17.478Z | Documenting usdt-attr-macro v0.5.0 |
2375 | 2024-06-20T20:30:20.492Z | Documenting memmap v0.7.0 |
2376 | 2024-06-20T20:30:20.870Z | Documenting dtrace-parser v0.2.0 |
2377 | 2024-06-20T20:30:21.315Z | Documenting dof v0.3.0 |
2378 | 2024-06-20T20:30:21.506Z | Documenting cipher v0.4.4 |
2379 | 2024-06-20T20:30:23.234Z | Documenting anstyle v1.0.7 |
2380 | 2024-06-20T20:30:23.449Z | Documenting anstyle-parse v0.2.4 |
2381 | 2024-06-20T20:30:25.116Z | Documenting ff v0.13.0 |
2382 | 2024-06-20T20:30:25.734Z | Documenting spin v0.9.8 |
2383 | 2024-06-20T20:30:25.936Z | Documenting crc32fast v1.4.0 |
2384 | 2024-06-20T20:30:26.541Z | Documenting anstyle-query v1.0.3 |
2385 | 2024-06-20T20:30:27.064Z | Documenting usdt-impl v0.5.0 |
2386 | 2024-06-20T20:30:27.108Z | Documenting base16ct v0.2.0 |
2387 | 2024-06-20T20:30:36.556Z | Documenting is_terminal_polyfill v1.70.0 |
2388 | 2024-06-20T20:30:36.559Z | Documenting either v1.12.0 |
2389 | 2024-06-20T20:30:36.596Z | Documenting colorchoice v1.0.1 |
2390 | 2024-06-20T20:30:36.650Z | Documenting sec1 v0.7.3 |
2391 | 2024-06-20T20:30:36.783Z | Documenting group v0.13.0 |
2392 | 2024-06-20T20:30:36.800Z | Documenting hkdf v0.12.4 |
2393 | 2024-06-20T20:30:36.883Z | Documenting usdt v0.5.0 |
2394 | 2024-06-20T20:30:37.222Z | Documenting terminal_size v0.3.0 |
2395 | 2024-06-20T20:30:39.772Z | Documenting ipnetwork v0.20.0 |
2396 | 2024-06-20T20:30:41.094Z | Documenting crypto-bigint v0.5.5 |
2397 | 2024-06-20T20:30:41.264Z | Documenting anstream v0.6.14 |
2398 | 2024-06-20T20:30:41.458Z | Documenting hex v0.4.3 |
2399 | 2024-06-20T20:30:41.769Z | Documenting clap_lex v0.7.0 |
2400 | 2024-06-20T20:30:50.823Z | Documenting strsim v0.11.1 |
2401 | 2024-06-20T20:30:50.888Z | Documenting flate2 v1.0.30 |
2402 | 2024-06-20T20:30:50.975Z | Documenting crossbeam-epoch v0.9.18 |
2403 | 2024-06-20T20:30:51.016Z | Documenting clap_derive v4.5.4 |
2404 | 2024-06-20T20:30:51.033Z | Documenting untrusted v0.9.0 |
2405 | 2024-06-20T20:30:51.086Z | Documenting unicode-segmentation v1.11.0 |
2406 | 2024-06-20T20:30:51.499Z | Documenting num-iter v0.1.45 |
2407 | 2024-06-20T20:31:00.895Z | Documenting ring v0.17.8 |
2408 | 2024-06-20T20:31:01.016Z | Documenting signal-hook v0.3.17 |
2409 | 2024-06-20T20:31:01.032Z | Documenting clap_builder v4.5.2 |
2410 | 2024-06-20T20:31:01.182Z | Documenting enum-as-inner v0.5.1 |
2411 | 2024-06-20T20:31:01.198Z | Documenting toml_datetime v0.6.6 |
2412 | 2024-06-20T20:31:01.216Z | Documenting serde_spanned v0.6.6 |
2413 | 2024-06-20T20:31:01.219Z | Documenting managed v0.8.0 |
2414 | 2024-06-20T20:31:01.846Z | Documenting elliptic-curve v0.13.8 |
2415 | 2024-06-20T20:31:05.068Z | Documenting winnow v0.6.8 |
2416 | 2024-06-20T20:31:06.233Z | Documenting bit-vec v0.6.3 |
2417 | 2024-06-20T20:31:06.303Z | Documenting static_assertions v1.1.0 |
2418 | 2024-06-20T20:31:06.348Z | Documenting signal-hook-mio v0.2.3 |
2419 | 2024-06-20T20:31:06.595Z | Documenting itertools v0.12.1 |
2420 | 2024-06-20T20:31:06.926Z | Documenting trust-dns-proto v0.22.0 |
2421 | 2024-06-20T20:31:07.739Z | Documenting clap v4.5.4 |
2422 | 2024-06-20T20:31:17.431Z | Documenting num-bigint v0.4.5 |
2423 | 2024-06-20T20:31:17.524Z | Documenting regress v0.9.1 |
2424 | 2024-06-20T20:31:17.595Z | Documenting scheduled-thread-pool v0.2.7 |
2425 | 2024-06-20T20:31:17.947Z | Documenting toml_edit v0.22.13 |
2426 | 2024-06-20T20:31:18.121Z | Documenting diesel_table_macro_syntax v0.1.0 |
2427 | 2024-06-20T20:31:18.407Z | Checking diesel_table_macro_syntax v0.1.0 |
2428 | 2024-06-20T20:31:18.475Z | Documenting finl_unicode v1.2.0 |
2429 | 2024-06-20T20:31:18.588Z | Documenting crossterm v0.27.0 |
2430 | 2024-06-20T20:31:18.771Z | Documenting md-5 v0.10.6 |
2431 | 2024-06-20T20:31:22.844Z | Documenting r2d2 v0.8.10 |
2432 | 2024-06-20T20:31:23.499Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2433 | 2024-06-20T20:31:23.568Z | Documenting stringprep v0.1.4 |
2434 | 2024-06-20T20:31:24.110Z | Documenting diesel_derives v2.1.4 |
2435 | 2024-06-20T20:31:24.126Z | Documenting fallible-iterator v0.2.0 |
2436 | 2024-06-20T20:31:24.224Z | Documenting heck v0.5.0 |
2437 | 2024-06-20T20:31:24.582Z | Documenting yasna v0.5.2 |
2438 | 2024-06-20T20:31:25.624Z | Documenting siphasher v0.3.11 |
2439 | 2024-06-20T20:31:27.499Z | Checking unsafe-libyaml v0.2.11 |
2440 | 2024-06-20T20:31:27.818Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2441 | 2024-06-20T20:31:28.454Z | Documenting bstr v1.9.1 |
2442 | 2024-06-20T20:31:28.643Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2443 | 2024-06-20T20:31:28.708Z | Documenting console v0.15.8 |
2444 | 2024-06-20T20:31:28.804Z | Documenting phf_shared v0.11.2 |
2445 | 2024-06-20T20:31:29.353Z | Documenting postgres-protocol v0.6.6 |
2446 | 2024-06-20T20:31:31.604Z | Documenting tokio-stream v0.1.15 |
2447 | 2024-06-20T20:31:32.482Z | Documenting diesel v2.1.6 |
2448 | 2024-06-20T20:31:33.668Z | Documenting hubpack v0.1.2 |
2449 | 2024-06-20T20:31:33.891Z | Documenting serde_repr v0.1.19 |
2450 | 2024-06-20T20:31:34.297Z | Documenting minimal-lexical v0.2.1 |
2451 | 2024-06-20T20:31:35.843Z | Documenting precomputed-hash v0.1.1 |
2452 | 2024-06-20T20:31:36.443Z | Documenting new_debug_unreachable v1.0.6 |
2453 | 2024-06-20T20:31:36.639Z | Documenting lalrpop-util v0.19.12 |
2454 | 2024-06-20T20:31:37.479Z | Documenting unsafe-libyaml v0.2.11 |
2455 | 2024-06-20T20:31:38.245Z | Documenting fixedbitset v0.4.2 |
2456 | 2024-06-20T20:31:39.160Z | Documenting nom v7.1.3 |
2457 | 2024-06-20T20:31:39.533Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2458 | 2024-06-20T20:31:39.664Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2459 | 2024-06-20T20:31:40.959Z | Documenting postgres-types v0.2.6 |
2460 | 2024-06-20T20:31:40.980Z | Documenting string_cache v0.8.7 |
2461 | 2024-06-20T20:31:41.548Z | Documenting petgraph v0.6.5 |
2462 | 2024-06-20T20:31:41.761Z | Documenting serde_yaml v0.9.34+deprecated |
2463 | 2024-06-20T20:31:45.454Z | Documenting phf v0.11.2 |
2464 | 2024-06-20T20:31:45.867Z | Checking serde_yaml v0.9.34+deprecated |
2465 | 2024-06-20T20:31:46.449Z | Documenting similar v2.5.0 |
2466 | 2024-06-20T20:31:46.700Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2467 | 2024-06-20T20:31:47.759Z | Documenting getopts v0.2.21 |
2468 | 2024-06-20T20:31:48.644Z | Documenting fs-err v2.11.0 |
2469 | 2024-06-20T20:31:48.786Z | Documenting float-cmp v0.9.0 |
2470 | 2024-06-20T20:31:50.604Z | Documenting difflib v0.4.0 |
2471 | 2024-06-20T20:31:50.718Z | Documenting predicates-core v1.0.6 |
2472 | 2024-06-20T20:31:51.662Z | Documenting normalize-line-endings v0.3.0 |
2473 | 2024-06-20T20:31:52.099Z | Documenting whoami v1.5.1 |
2474 | 2024-06-20T20:31:53.372Z | Documenting peg-runtime v0.8.3 |
2475 | 2024-06-20T20:31:53.996Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2476 | 2024-06-20T20:31:54.427Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2477 | 2024-06-20T20:31:55.579Z | Documenting bit-set v0.5.3 |
2478 | 2024-06-20T20:31:55.671Z | Checking ident_case v1.0.1 |
2479 | 2024-06-20T20:31:55.844Z | Documenting is-terminal v0.4.12 |
2480 | 2024-06-20T20:31:55.871Z | Documenting strum v0.26.2 |
2481 | 2024-06-20T20:31:56.442Z | Documenting predicates v3.1.0 |
2482 | 2024-06-20T20:31:56.993Z | Documenting tokio-postgres v0.7.10 |
2483 | 2024-06-20T20:31:58.235Z | Checking darling_core v0.20.9 |
2484 | 2024-06-20T20:32:00.243Z | Documenting sha1 v0.10.6 |
2485 | 2024-06-20T20:32:00.270Z | Documenting base64 v0.22.1 |
2486 | 2024-06-20T20:32:00.677Z | Documenting camino v1.1.7 |
2487 | 2024-06-20T20:32:00.775Z | Documenting dirs-sys-next v0.1.2 |
2488 | 2024-06-20T20:32:02.094Z | Documenting ident_case v1.0.1 |
2489 | 2024-06-20T20:32:02.496Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2490 | 2024-06-20T20:32:02.901Z | Documenting http v1.1.0 |
2491 | 2024-06-20T20:32:04.939Z | Documenting thread_local v1.1.8 |
2492 | 2024-06-20T20:32:05.210Z | Documenting paste v1.0.15 |
2493 | 2024-06-20T20:32:05.530Z | Checking darling v0.20.9 |
2494 | 2024-06-20T20:32:05.656Z | Documenting crossbeam-channel v0.5.12 |
2495 | 2024-06-20T20:32:05.848Z | Documenting dirs-next v2.0.0 |
2496 | 2024-06-20T20:32:05.930Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2497 | 2024-06-20T20:32:06.258Z | Documenting darling_core v0.20.9 |
2498 | 2024-06-20T20:32:08.611Z | Documenting rustls-pki-types v1.7.0 |
2499 | 2024-06-20T20:32:09.270Z | Documenting take_mut v0.2.2 |
2500 | 2024-06-20T20:32:09.537Z | Documenting toml v0.8.13 |
2501 | 2024-06-20T20:32:10.752Z | Documenting slog-json v2.6.1 |
2502 | 2024-06-20T20:32:10.769Z | Documenting async-stream-impl v0.3.5 |
2503 | 2024-06-20T20:32:10.856Z | Documenting term v0.7.0 |
2504 | 2024-06-20T20:32:12.835Z | Documenting atomic-waker v1.1.2 |
2505 | 2024-06-20T20:32:13.665Z | Documenting rustls-webpki v0.102.4 |
2506 | 2024-06-20T20:32:14.075Z | Documenting slog-async v2.8.0 |
2507 | 2024-06-20T20:32:15.684Z | Documenting debug-ignore v1.0.5 |
2508 | 2024-06-20T20:32:15.977Z | Documenting slog-term v2.9.1 |
2509 | 2024-06-20T20:32:16.018Z | Documenting slog-bunyan v2.5.0 |
2510 | 2024-06-20T20:32:16.295Z | Documenting waitgroup v0.1.2 |
2511 | 2024-06-20T20:32:16.406Z | Documenting darling_macro v0.20.9 |
2512 | 2024-06-20T20:32:16.469Z | Documenting async-stream v0.3.5 |
2513 | 2024-06-20T20:32:18.493Z | Documenting rustls-pemfile v2.1.2 |
2514 | 2024-06-20T20:32:18.861Z | Documenting multer v3.1.0 |
2515 | 2024-06-20T20:32:19.088Z | Documenting rustls v0.22.4 |
2516 | 2024-06-20T20:32:20.938Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2517 | 2024-06-20T20:32:21.018Z | Documenting serde_path_to_error v0.1.16 |
2518 | 2024-06-20T20:32:21.123Z | Documenting hostname v0.4.0 |
2519 | 2024-06-20T20:32:21.239Z | Documenting newtype-uuid v1.1.0 |
2520 | 2024-06-20T20:32:22.074Z | Documenting darling v0.20.9 |
2521 | 2024-06-20T20:32:23.318Z | Documenting structmeta-derive v0.3.0 |
2522 | 2024-06-20T20:32:25.149Z | Checking structmeta v0.3.0 |
2523 | 2024-06-20T20:32:25.389Z | Documenting instant v0.1.12 |
2524 | 2024-06-20T20:32:26.206Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2525 | 2024-06-20T20:32:26.260Z | Documenting macaddr v1.0.1 |
2526 | 2024-06-20T20:32:26.368Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2527 | 2024-06-20T20:32:26.961Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2528 | 2024-06-20T20:32:27.342Z | Documenting serde_with_macros v3.8.1 |
2529 | 2024-06-20T20:32:27.948Z | Documenting tokio-rustls v0.25.0 |
2530 | 2024-06-20T20:32:29.755Z | Documenting structmeta v0.3.0 |
2531 | 2024-06-20T20:32:30.142Z | Documenting backoff v0.4.0 |
2532 | 2024-06-20T20:32:31.365Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2533 | 2024-06-20T20:32:31.803Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2534 | 2024-06-20T20:32:32.623Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2535 | 2024-06-20T20:32:32.644Z | Documenting serde_with v3.8.1 |
2536 | 2024-06-20T20:32:34.033Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2537 | 2024-06-20T20:32:34.624Z | Documenting parse-display-derive v0.9.0 |
2538 | 2024-06-20T20:32:35.745Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2539 | 2024-06-20T20:32:35.969Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2540 | 2024-06-20T20:32:36.635Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2541 | 2024-06-20T20:32:36.869Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2542 | 2024-06-20T20:32:37.791Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2543 | 2024-06-20T20:32:38.227Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2544 | 2024-06-20T20:32:38.559Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2545 | 2024-06-20T20:32:38.705Z | Documenting fastrand v2.1.0 |
2546 | 2024-06-20T20:32:38.851Z | Documenting proc-macro-crate v1.3.1 |
2547 | 2024-06-20T20:32:40.252Z | Checking proc-macro-crate v1.3.1 |
2548 | 2024-06-20T20:32:40.345Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2549 | 2024-06-20T20:32:40.395Z | Documenting foreign-types-macros v0.2.3 |
2550 | 2024-06-20T20:32:40.497Z | Documenting foreign-types-shared v0.3.1 |
2551 | 2024-06-20T20:32:40.985Z | Documenting parse-display v0.9.0 |
2552 | 2024-06-20T20:32:41.303Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2553 | 2024-06-20T20:32:43.262Z | Documenting tempfile v3.10.1 |
2554 | 2024-06-20T20:32:43.351Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2555 | 2024-06-20T20:32:44.347Z | Documenting num_enum_derive v0.5.11 |
2556 | 2024-06-20T20:32:45.556Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2557 | 2024-06-20T20:32:46.115Z | Documenting foreign-types v0.5.0 |
2558 | 2024-06-20T20:32:46.262Z | Documenting cstr-argument v0.1.2 |
2559 | 2024-06-20T20:32:48.187Z | Documenting tabwriter v1.4.0 |
2560 | 2024-06-20T20:32:48.336Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2561 | 2024-06-20T20:32:48.436Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2562 | 2024-06-20T20:32:48.953Z | Documenting camino-tempfile v1.1.1 |
2563 | 2024-06-20T20:32:50.891Z | Documenting colored v2.1.0 |
2564 | 2024-06-20T20:32:51.185Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2565 | 2024-06-20T20:32:51.225Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2566 | 2024-06-20T20:32:52.354Z | Documenting num_enum v0.5.11 |
2567 | 2024-06-20T20:32:53.202Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2568 | 2024-06-20T20:32:54.047Z | Documenting hash32 v0.3.1 |
2569 | 2024-06-20T20:32:55.147Z | Documenting stable_deref_trait v1.2.0 |
2570 | 2024-06-20T20:32:55.214Z | Documenting smf v0.2.3 |
2571 | 2024-06-20T20:32:55.259Z | Documenting embedded-io v0.4.0 |
2572 | 2024-06-20T20:32:55.638Z | Documenting cobs v0.2.3 |
2573 | 2024-06-20T20:32:57.587Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2574 | 2024-06-20T20:32:58.305Z | Documenting derive-where v1.2.7 |
2575 | 2024-06-20T20:32:58.425Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2576 | 2024-06-20T20:32:58.546Z | Documenting postcard v1.0.8 |
2577 | 2024-06-20T20:32:59.004Z | Documenting heapless v0.8.0 |
2578 | 2024-06-20T20:33:00.231Z | Documenting crucible-workspace-hack v0.1.0 |
2579 | 2024-06-20T20:33:01.321Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2580 | 2024-06-20T20:33:01.681Z | Documenting newline-converter v0.3.0 |
2581 | 2024-06-20T20:33:03.074Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2582 | 2024-06-20T20:33:04.050Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2583 | 2024-06-20T20:33:04.573Z | Documenting smoltcp v0.11.0 |
2584 | 2024-06-20T20:33:04.576Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2585 | 2024-06-20T20:33:05.071Z | Documenting sigpipe v0.1.3 |
2586 | 2024-06-20T20:33:06.323Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2587 | 2024-06-20T20:33:06.525Z | Documenting expectorate v1.1.0 |
2588 | 2024-06-20T20:33:06.587Z | Documenting num-derive v0.4.2 |
2589 | 2024-06-20T20:33:06.951Z | Checking convert_case v0.4.0 |
2590 | 2024-06-20T20:33:07.176Z | Documenting convert_case v0.4.0 |
2591 | 2024-06-20T20:33:07.440Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2592 | 2024-06-20T20:33:10.001Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2593 | 2024-06-20T20:33:10.062Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2594 | 2024-06-20T20:33:10.494Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2595 | 2024-06-20T20:33:10.728Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2596 | 2024-06-20T20:33:11.539Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2597 | 2024-06-20T20:33:12.019Z | Documenting derive_more v0.99.17 |
2598 | 2024-06-20T20:33:12.475Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2599 | 2024-06-20T20:33:14.077Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2600 | 2024-06-20T20:33:14.913Z | Documenting password-hash v0.5.0 |
2601 | 2024-06-20T20:33:16.316Z | Documenting blake2 v0.10.6 |
2602 | 2024-06-20T20:33:16.977Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2603 | 2024-06-20T20:33:17.640Z | Documenting humantime v2.1.0 |
2604 | 2024-06-20T20:33:18.311Z | Documenting linked-hash-map v0.5.6 |
2605 | 2024-06-20T20:33:18.507Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2606 | 2024-06-20T20:33:19.074Z | Documenting newtype_derive v0.1.6 |
2607 | 2024-06-20T20:33:20.023Z | Documenting swrite v0.1.0 |
2608 | 2024-06-20T20:33:21.070Z | Documenting argon2 v0.5.3 |
2609 | 2024-06-20T20:33:22.131Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2610 | 2024-06-20T20:33:22.646Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2611 | 2024-06-20T20:33:22.761Z | Documenting lru-cache v0.1.2 |
2612 | 2024-06-20T20:33:23.869Z | Documenting steno v0.4.0 |
2613 | 2024-06-20T20:33:24.738Z | Documenting signature v2.2.0 |
2614 | 2024-06-20T20:33:25.014Z | Documenting arc-swap v1.7.1 |
2615 | 2024-06-20T20:33:25.017Z | Documenting quick-error v1.2.3 |
2616 | 2024-06-20T20:33:25.909Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2617 | 2024-06-20T20:33:27.140Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2618 | 2024-06-20T20:33:27.704Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2619 | 2024-06-20T20:33:28.528Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2620 | 2024-06-20T20:33:29.439Z | Documenting xattr v1.3.1 |
2621 | 2024-06-20T20:33:29.970Z | Documenting resolv-conf v0.7.0 |
2622 | 2024-06-20T20:33:30.074Z | Documenting slog-scope v4.4.0 |
2623 | 2024-06-20T20:33:32.921Z | Documenting filetime v0.2.23 |
2624 | 2024-06-20T20:33:33.917Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2625 | 2024-06-20T20:33:34.093Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2626 | 2024-06-20T20:33:34.951Z | Documenting num-rational v0.4.2 |
2627 | 2024-06-20T20:33:35.023Z | Documenting trust-dns-resolver v0.22.0 |
2628 | 2024-06-20T20:33:35.057Z | Documenting slog-stdlog v4.1.1 |
2629 | 2024-06-20T20:33:35.291Z | Documenting num-complex v0.4.6 |
2630 | 2024-06-20T20:33:37.912Z | Documenting tar v0.4.40 |
2631 | 2024-06-20T20:33:39.749Z | Documenting nibble_vec v0.1.0 |
2632 | 2024-06-20T20:33:39.782Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2633 | 2024-06-20T20:33:40.042Z | Documenting slog-envlogger v2.2.0 |
2634 | 2024-06-20T20:33:40.841Z | Documenting num v0.4.3 |
2635 | 2024-06-20T20:33:40.863Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2636 | 2024-06-20T20:33:43.033Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2637 | 2024-06-20T20:33:43.269Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2638 | 2024-06-20T20:33:43.668Z | Documenting same-file v1.0.6 |
2639 | 2024-06-20T20:33:43.772Z | Documenting display-error-chain v0.2.0 |
2640 | 2024-06-20T20:33:43.949Z | Documenting endian-type v0.1.2 |
2641 | 2024-06-20T20:33:45.639Z | Documenting slog-dtrace v0.3.0 |
2642 | 2024-06-20T20:33:47.297Z | Documenting cancel-safe-futures v0.1.5 |
2643 | 2024-06-20T20:33:47.872Z | Documenting walkdir v2.5.0 |
2644 | 2024-06-20T20:33:48.135Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2645 | 2024-06-20T20:33:48.586Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2646 | 2024-06-20T20:33:48.757Z | Documenting radix_trie v0.2.1 |
2647 | 2024-06-20T20:33:49.072Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2648 | 2024-06-20T20:33:49.370Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2649 | 2024-06-20T20:33:52.330Z | Documenting pem v3.0.4 |
2650 | 2024-06-20T20:33:53.057Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2651 | 2024-06-20T20:33:53.321Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2652 | 2024-06-20T20:33:53.446Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2653 | 2024-06-20T20:33:53.709Z | Documenting libsw v3.3.1 |
2654 | 2024-06-20T20:33:53.908Z | Documenting half v2.4.1 |
2655 | 2024-06-20T20:33:54.221Z | Documenting headers-core v0.2.0 |
2656 | 2024-06-20T20:33:57.280Z | Documenting tap v1.0.1 |
2657 | 2024-06-20T20:33:57.383Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2658 | 2024-06-20T20:33:57.395Z | Documenting linear-map v1.2.0 |
2659 | 2024-06-20T20:33:58.883Z | Documenting utf-8 v0.7.6 |
2660 | 2024-06-20T20:33:59.249Z | Documenting ciborium-io v0.2.2 |
2661 | 2024-06-20T20:34:00.478Z | Documenting owo-colors v4.0.0 |
2662 | 2024-06-20T20:34:01.365Z | Documenting wyz v0.5.1 |
2663 | 2024-06-20T20:34:01.815Z | Documenting headers v0.3.9 |
2664 | 2024-06-20T20:34:03.708Z | Documenting tungstenite v0.21.0 |
2665 | 2024-06-20T20:34:03.986Z | Documenting ciborium-ll v0.2.2 |
2666 | 2024-06-20T20:34:04.572Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2667 | 2024-06-20T20:34:05.835Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2668 | 2024-06-20T20:34:06.258Z | Documenting radium v0.7.0 |
2669 | 2024-06-20T20:34:07.958Z | Documenting crc-catalog v2.4.0 |
2670 | 2024-06-20T20:34:09.094Z | Documenting funty v2.0.0 |
2671 | 2024-06-20T20:34:09.775Z | Documenting ciborium v0.2.2 |
2672 | 2024-06-20T20:34:10.364Z | Documenting tokio-tungstenite v0.21.0 |
2673 | 2024-06-20T20:34:11.315Z | Documenting crc v3.2.1 |
2674 | 2024-06-20T20:34:12.113Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2675 | 2024-06-20T20:34:12.910Z | Documenting bitvec v1.0.1 |
2676 | 2024-06-20T20:34:14.827Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2677 | 2024-06-20T20:34:14.908Z | Documenting packed_struct_codegen v0.10.1 |
2678 | 2024-06-20T20:34:15.084Z | Documenting fxhash v0.2.1 |
2679 | 2024-06-20T20:34:16.267Z | Documenting nodrop v0.1.14 |
2680 | 2024-06-20T20:34:17.846Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2681 | 2024-06-20T20:34:18.253Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2682 | 2024-06-20T20:34:19.416Z | Documenting array-init v0.0.4 |
2683 | 2024-06-20T20:34:19.888Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2684 | 2024-06-20T20:34:20.019Z | Documenting num-bigint-dig v0.8.4 |
2685 | 2024-06-20T20:34:20.424Z | Documenting packed_struct v0.10.1 |
2686 | 2024-06-20T20:34:22.289Z | Documenting pkcs1 v0.7.5 |
2687 | 2024-06-20T20:34:22.661Z | Documenting bitfield v0.14.0 |
2688 | 2024-06-20T20:34:25.473Z | Documenting maplit v1.0.2 |
2689 | 2024-06-20T20:34:25.934Z | Documenting termcolor v1.4.1 |
2690 | 2024-06-20T20:34:26.092Z | Documenting bzip2 v0.4.4 |
2691 | 2024-06-20T20:34:26.441Z | Documenting serde-hex v0.1.0 |
2692 | 2024-06-20T20:34:27.114Z | Documenting rsa v0.9.6 |
2693 | 2024-06-20T20:34:27.434Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2694 | 2024-06-20T20:34:30.304Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2695 | 2024-06-20T20:34:30.454Z | Documenting env_logger v0.10.2 |
2696 | 2024-06-20T20:34:31.192Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2697 | 2024-06-20T20:34:31.444Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2698 | 2024-06-20T20:34:32.806Z | Documenting x509-cert v0.2.5 |
2699 | 2024-06-20T20:34:33.462Z | Documenting bitstruct_derive v0.1.0 |
2700 | 2024-06-20T20:34:35.361Z | Documenting ron v0.8.1 |
2701 | 2024-06-20T20:34:35.416Z | Documenting universal-hash v0.5.1 |
2702 | 2024-06-20T20:34:35.732Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2703 | 2024-06-20T20:34:36.203Z | Documenting ascii v1.1.0 |
2704 | 2024-06-20T20:34:36.725Z | Documenting opaque-debug v0.3.1 |
2705 | 2024-06-20T20:34:38.617Z | Documenting crc-any v2.5.0 |
2706 | 2024-06-20T20:34:38.679Z | Documenting bitstruct v0.1.1 |
2707 | 2024-06-20T20:34:39.673Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2708 | 2024-06-20T20:34:40.039Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2709 | 2024-06-20T20:34:40.591Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2710 | 2024-06-20T20:34:41.158Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2711 | 2024-06-20T20:34:50.242Z | Documenting zip v0.6.6 |
2712 | 2024-06-20T20:34:50.315Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2713 | 2024-06-20T20:34:50.621Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2714 | 2024-06-20T20:34:50.638Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2715 | 2024-06-20T20:34:50.704Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2716 | 2024-06-20T20:34:50.878Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2717 | 2024-06-20T20:34:51.860Z | Documenting serde_arrays v0.1.0 |
2718 | 2024-06-20T20:34:55.688Z | Documenting erased-serde v0.3.31 |
2719 | 2024-06-20T20:34:55.783Z | Documenting async-recursion v1.1.1 |
2720 | 2024-06-20T20:34:56.411Z | Documenting curve25519-dalek-derive v0.1.1 |
2721 | 2024-06-20T20:34:57.238Z | Documenting path-slash v0.1.5 |
2722 | 2024-06-20T20:34:59.215Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2723 | 2024-06-20T20:34:59.855Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2724 | 2024-06-20T20:35:00.278Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2725 | 2024-06-20T20:35:00.861Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2024-06-20T20:35:01.244Z | Documenting trust-dns-client v0.22.0 |
2727 | 2024-06-20T20:35:01.390Z | Documenting libefi-sys v0.1.0 |
2728 | 2024-06-20T20:35:01.403Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2729 | 2024-06-20T20:35:01.761Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2730 | 2024-06-20T20:35:02.014Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2731 | 2024-06-20T20:35:02.236Z | Documenting curve25519-dalek v4.1.2 |
2732 | 2024-06-20T20:35:05.359Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2733 | 2024-06-20T20:35:05.800Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2734 | 2024-06-20T20:35:06.827Z | Documenting keccak v0.1.5 |
2735 | 2024-06-20T20:35:06.847Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2736 | 2024-06-20T20:35:07.636Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2737 | 2024-06-20T20:35:09.447Z | Documenting trust-dns-server v0.22.1 |
2738 | 2024-06-20T20:35:09.710Z | Documenting sha3 v0.10.8 |
2739 | 2024-06-20T20:35:10.736Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2740 | 2024-06-20T20:35:11.269Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2741 | 2024-06-20T20:35:11.967Z | Documenting sled v0.34.7 |
2742 | 2024-06-20T20:35:12.472Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2743 | 2024-06-20T20:35:14.771Z | Documenting derive_builder_core v0.20.0 |
2744 | 2024-06-20T20:35:15.554Z | Checking derive_builder_core v0.20.0 |
2745 | 2024-06-20T20:35:15.836Z | Documenting aead v0.5.2 |
2746 | 2024-06-20T20:35:16.359Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2747 | 2024-06-20T20:35:16.448Z | Documenting secrecy v0.8.0 |
2748 | 2024-06-20T20:35:17.395Z | Documenting gethostname v0.4.3 |
2749 | 2024-06-20T20:35:18.261Z | Documenting ref-cast-impl v1.0.23 |
2750 | 2024-06-20T20:35:21.127Z | Documenting vte_generate_state_changes v0.1.1 |
2751 | 2024-06-20T20:35:29.698Z | Documenting derive_builder_macro v0.20.0 |
2752 | 2024-06-20T20:35:29.806Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2753 | 2024-06-20T20:35:29.830Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2754 | 2024-06-20T20:35:29.895Z | Documenting ref-cast v1.0.23 |
2755 | 2024-06-20T20:35:29.947Z | Documenting vte v0.11.1 |
2756 | 2024-06-20T20:35:30.218Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2757 | 2024-06-20T20:35:30.279Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2758 | 2024-06-20T20:35:32.292Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2759 | 2024-06-20T20:35:32.947Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2760 | 2024-06-20T20:35:33.627Z | Documenting poly1305 v0.8.0 |
2761 | 2024-06-20T20:35:34.396Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2762 | 2024-06-20T20:35:34.528Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2763 | 2024-06-20T20:35:36.573Z | Documenting zone v0.1.8 |
2764 | 2024-06-20T20:35:37.630Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2765 | 2024-06-20T20:35:38.681Z | Documenting buf-list v1.0.3 |
2766 | 2024-06-20T20:35:39.039Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2767 | 2024-06-20T20:35:41.923Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2768 | 2024-06-20T20:35:43.879Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2769 | 2024-06-20T20:35:44.199Z | Documenting proc-macro-error-attr v1.0.4 |
2770 | 2024-06-20T20:35:44.221Z | Documenting chacha20 v0.9.1 |
2771 | 2024-06-20T20:35:44.385Z | Documenting fd-lock v4.0.2 |
2772 | 2024-06-20T20:35:44.999Z | Documenting portpicker v0.1.1 |
2773 | 2024-06-20T20:35:45.177Z | Documenting thiserror-impl-no-std v2.0.2 |
2774 | 2024-06-20T20:35:48.439Z | Documenting kstat-rs v0.2.3 |
2775 | 2024-06-20T20:35:48.970Z | Documenting pin-project-internal v1.1.5 |
2776 | 2024-06-20T20:35:49.090Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2777 | 2024-06-20T20:35:49.390Z | Documenting proc-macro-error v1.0.4 |
2778 | 2024-06-20T20:35:50.190Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2779 | 2024-06-20T20:35:50.243Z | Documenting derive_builder v0.20.0 |
2780 | 2024-06-20T20:35:51.686Z | Documenting thiserror-no-std v2.0.2 |
2781 | 2024-06-20T20:35:52.950Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2782 | 2024-06-20T20:35:53.540Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2783 | 2024-06-20T20:35:54.308Z | Documenting strip-ansi-escapes v0.2.0 |
2784 | 2024-06-20T20:35:54.918Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2785 | 2024-06-20T20:35:55.099Z | Documenting pin-project v1.1.5 |
2786 | 2024-06-20T20:35:57.222Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2787 | 2024-06-20T20:35:59.151Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2788 | 2024-06-20T20:35:59.711Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2789 | 2024-06-20T20:36:00.521Z | Documenting rcgen v0.12.1 |
2790 | 2024-06-20T20:36:05.400Z | Documenting unicase v2.7.0 |
2791 | 2024-06-20T20:36:06.964Z | Documenting polar-core v0.27.3 |
2792 | 2024-06-20T20:36:07.183Z | Documenting libxml v0.3.3 |
2793 | 2024-06-20T20:36:07.835Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2794 | 2024-06-20T20:36:08.134Z | Documenting atomicwrites v0.4.3 |
2795 | 2024-06-20T20:36:09.063Z | Checking proc-macro-error v1.0.4 |
2796 | 2024-06-20T20:36:09.345Z | Documenting crossbeam-deque v0.8.5 |
2797 | 2024-06-20T20:36:13.018Z | Documenting snafu-derive v0.8.2 |
2798 | 2024-06-20T20:36:14.453Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2799 | 2024-06-20T20:36:14.634Z | Documenting oso-derive v0.27.3 |
2800 | 2024-06-20T20:36:14.980Z | Documenting impl-trait-for-tuples v0.2.2 |
2801 | 2024-06-20T20:36:15.504Z | Documenting quick-xml v0.31.0 |
2802 | 2024-06-20T20:36:16.070Z | Documenting nanorand v0.7.0 |
2803 | 2024-06-20T20:36:16.769Z | Documenting subprocess v0.2.9 |
2804 | 2024-06-20T20:36:19.287Z | Documenting unicode-xid v0.2.4 |
2805 | 2024-06-20T20:36:20.307Z | Documenting glob v0.3.1 |
2806 | 2024-06-20T20:36:20.754Z | Documenting nu-ansi-term v0.50.0 |
2807 | 2024-06-20T20:36:20.842Z | Documenting bytecount v0.6.8 |
2808 | 2024-06-20T20:36:21.297Z | Checking unicode-xid v0.2.4 |
2809 | 2024-06-20T20:36:21.442Z | Documenting flume v0.11.0 |
2810 | 2024-06-20T20:36:22.109Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2811 | 2024-06-20T20:36:22.430Z | Documenting samael v0.0.15 |
2812 | 2024-06-20T20:36:22.573Z | Documenting const_format_proc_macros v0.2.32 |
2813 | 2024-06-20T20:36:23.773Z | Documenting papergrid v0.11.0 |
2814 | 2024-06-20T20:36:24.701Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2815 | 2024-06-20T20:36:25.922Z | Documenting reedline v0.31.0 |
2816 | 2024-06-20T20:36:26.267Z | Documenting snafu v0.8.2 |
2817 | 2024-06-20T20:36:27.929Z | Documenting oso v0.27.3 |
2818 | 2024-06-20T20:36:29.509Z | Documenting rayon-core v1.12.1 |
2819 | 2024-06-20T20:36:31.052Z | Documenting tabled_derive v0.7.0 |
2820 | 2024-06-20T20:36:33.049Z | Documenting mime_guess v2.0.4 |
2821 | 2024-06-20T20:36:33.777Z | Documenting vsss-rs v3.3.4 |
2822 | 2024-06-20T20:36:34.143Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2823 | 2024-06-20T20:36:35.157Z | Documenting chacha20poly1305 v0.10.1 |
2824 | 2024-06-20T20:36:36.055Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2825 | 2024-06-20T20:36:36.382Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2826 | 2024-06-20T20:36:37.798Z | Documenting cookie v0.18.1 |
2827 | 2024-06-20T20:36:37.837Z | Documenting globset v0.4.14 |
2828 | 2024-06-20T20:36:40.590Z | Documenting rfc6979 v0.4.0 |
2829 | 2024-06-20T20:36:49.560Z | Documenting bb8 v0.8.3 |
2830 | 2024-06-20T20:36:49.717Z | Documenting olpc-cjson v0.1.3 |
2831 | 2024-06-20T20:36:49.767Z | Documenting serde_plain v1.0.2 |
2832 | 2024-06-20T20:36:49.826Z | Documenting http-range v0.1.5 |
2833 | 2024-06-20T20:36:50.047Z | Documenting typed-path v0.7.1 |
2834 | 2024-06-20T20:36:59.503Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2835 | 2024-06-20T20:36:59.597Z | Documenting hyper-staticfile v0.9.5 |
2836 | 2024-06-20T20:36:59.717Z | Documenting tabled v0.15.0 |
2837 | 2024-06-20T20:36:59.734Z | Documenting rayon v1.10.0 |
2838 | 2024-06-20T20:37:00.003Z | Documenting ecdsa v0.16.9 |
2839 | 2024-06-20T20:37:00.019Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2840 | 2024-06-20T20:37:00.228Z | Documenting tough v0.17.1 |
2841 | 2024-06-20T20:37:06.936Z | Documenting const_format v0.2.32 |
2842 | 2024-06-20T20:37:07.646Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2024-06-20T20:37:07.719Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2844 | 2024-06-20T20:37:08.494Z | Documenting nix v0.28.0 |
2845 | 2024-06-20T20:37:08.731Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2846 | 2024-06-20T20:37:10.409Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2847 | 2024-06-20T20:37:12.472Z | Documenting primeorder v0.13.6 |
2848 | 2024-06-20T20:37:14.967Z | Documenting peg-macros v0.8.3 |
2849 | 2024-06-20T20:37:15.668Z | Documenting sqlparser_derive v0.2.2 |
2850 | 2024-06-20T20:37:15.874Z | Documenting unicode_categories v0.1.1 |
2851 | 2024-06-20T20:37:17.864Z | Documenting option-ext v0.2.0 |
2852 | 2024-06-20T20:37:17.974Z | Documenting home v0.5.9 |
2853 | 2024-06-20T20:37:19.183Z | Documenting parse-size v1.0.0 |
2854 | 2024-06-20T20:37:21.522Z | Documenting peg v0.8.3 |
2855 | 2024-06-20T20:37:21.606Z | Documenting sqlparser v0.45.0 |
2856 | 2024-06-20T20:37:21.687Z | Documenting sqlformat v0.2.3 |
2857 | 2024-06-20T20:37:22.021Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2858 | 2024-06-20T20:37:22.743Z | Documenting dirs-sys v0.4.1 |
2859 | 2024-06-20T20:37:22.881Z | Documenting rustyline v14.0.0 |
2860 | 2024-06-20T20:37:26.885Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2861 | 2024-06-20T20:37:27.640Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2862 | 2024-06-20T20:37:27.866Z | Documenting polyval v0.6.2 |
2863 | 2024-06-20T20:37:28.240Z | Documenting ed25519 v2.2.3 |
2864 | 2024-06-20T20:37:30.302Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2865 | 2024-06-20T20:37:33.289Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2866 | 2024-06-20T20:37:33.305Z | Documenting aes v0.8.4 |
2867 | 2024-06-20T20:37:33.679Z | Documenting blowfish v0.9.1 |
2868 | 2024-06-20T20:37:33.831Z | Documenting ctr v0.9.2 |
2869 | 2024-06-20T20:37:38.555Z | Documenting pbkdf2 v0.12.2 |
2870 | 2024-06-20T20:37:38.955Z | Documenting bcs v0.1.6 |
2871 | 2024-06-20T20:37:39.070Z | Documenting rustversion v1.0.17 |
2872 | 2024-06-20T20:37:39.580Z | Documenting md5 v0.7.0 |
2873 | 2024-06-20T20:37:42.818Z | Documenting highway v1.1.0 |
2874 | 2024-06-20T20:37:43.462Z | Documenting bcrypt-pbkdf v0.10.0 |
2875 | 2024-06-20T20:37:44.114Z | Documenting castaway v0.2.2 |
2876 | 2024-06-20T20:37:44.465Z | Documenting ghash v0.5.1 |
2877 | 2024-06-20T20:37:44.518Z | Documenting ed25519-dalek v2.1.1 |
2878 | 2024-06-20T20:37:44.631Z | Documenting dirs v5.0.1 |
2879 | 2024-06-20T20:37:47.819Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2880 | 2024-06-20T20:37:49.117Z | Documenting p256 v0.13.2 |
2881 | 2024-06-20T20:37:49.533Z | Documenting p521 v0.13.3 |
2882 | 2024-06-20T20:37:49.920Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2883 | 2024-06-20T20:37:50.189Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2884 | 2024-06-20T20:37:50.472Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2885 | 2024-06-20T20:37:50.652Z | Documenting cbc v0.1.2 |
2886 | 2024-06-20T20:37:50.765Z | Documenting russh-cryptovec v0.7.2 |
2887 | 2024-06-20T20:37:55.470Z | Documenting aes-gcm v0.10.3 |
2888 | 2024-06-20T20:37:56.548Z | Documenting compact_str v0.7.1 |
2889 | 2024-06-20T20:37:57.052Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2890 | 2024-06-20T20:37:57.536Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2891 | 2024-06-20T20:37:58.397Z | Documenting portable-atomic v1.6.0 |
2892 | 2024-06-20T20:37:59.144Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2893 | 2024-06-20T20:38:01.794Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2894 | 2024-06-20T20:38:02.258Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2895 | 2024-06-20T20:38:02.873Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2896 | 2024-06-20T20:38:02.945Z | Documenting salty v0.2.0 |
2897 | 2024-06-20T20:38:03.382Z | Documenting russh-keys v0.43.0 |
2898 | 2024-06-20T20:38:03.810Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2899 | 2024-06-20T20:38:07.060Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2900 | 2024-06-20T20:38:08.180Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2901 | 2024-06-20T20:38:09.456Z | Documenting lru v0.12.3 |
2902 | 2024-06-20T20:38:10.846Z | Documenting serde-big-array v0.5.1 |
2903 | 2024-06-20T20:38:12.209Z | Documenting rand_seeder v0.2.3 |
2904 | 2024-06-20T20:38:12.481Z | Documenting stability v0.2.0 |
2905 | 2024-06-20T20:38:14.555Z | Documenting cassowary v0.3.0 |
2906 | 2024-06-20T20:38:15.698Z | Documenting hex-literal v0.4.1 |
2907 | 2024-06-20T20:38:15.756Z | Documenting dhcproto-macros v0.1.0 |
2908 | 2024-06-20T20:38:16.840Z | Documenting number_prefix v0.4.0 |
2909 | 2024-06-20T20:38:18.382Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2910 | 2024-06-20T20:38:19.129Z | Documenting russh v0.43.0 |
2911 | 2024-06-20T20:38:19.944Z | Documenting ratatui v0.26.2 |
2912 | 2024-06-20T20:38:20.745Z | Documenting dhcproto v0.11.0 |
2913 | 2024-06-20T20:38:21.017Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2914 | 2024-06-20T20:38:21.851Z | Documenting indicatif v0.17.8 |
2915 | 2024-06-20T20:38:25.242Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2916 | 2024-06-20T20:38:27.912Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2917 | 2024-06-20T20:38:27.987Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2918 | 2024-06-20T20:38:28.640Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2919 | 2024-06-20T20:38:28.687Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2920 | 2024-06-20T20:38:28.996Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2921 | 2024-06-20T20:38:29.456Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2922 | 2024-06-20T20:38:29.719Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2923 | 2024-06-20T20:38:29.983Z | Documenting signal-hook-tokio v0.3.1 |
2924 | 2024-06-20T20:38:30.561Z | Documenting ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2925 | 2024-06-20T20:38:32.970Z | Documenting rtoolbox v0.0.2 |
2926 | 2024-06-20T20:38:35.360Z | Documenting memmap2 v0.9.4 |
2927 | 2024-06-20T20:38:35.629Z | Documenting shell-words v1.1.0 |
2928 | 2024-06-20T20:38:36.171Z | Documenting unicode-linebreak v0.1.5 |
2929 | 2024-06-20T20:38:38.224Z | Documenting internet-checksum v0.2.1 |
2930 | 2024-06-20T20:38:39.142Z | Documenting corncobs v0.1.3 |
2931 | 2024-06-20T20:38:39.918Z | Documenting smawk v0.3.2 |
2932 | 2024-06-20T20:38:39.968Z | Documenting constant_time_eq v0.3.0 |
2933 | 2024-06-20T20:38:40.010Z | Documenting is_ci v1.2.0 |
2934 | 2024-06-20T20:38:41.257Z | Documenting arrayref v0.3.7 |
2935 | 2024-06-20T20:38:42.179Z | Documenting arrayvec v0.7.4 |
2936 | 2024-06-20T20:38:43.174Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2937 | 2024-06-20T20:38:43.248Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2938 | 2024-06-20T20:38:44.224Z | Documenting rpassword v7.3.1 |
2939 | 2024-06-20T20:38:44.332Z | Documenting textwrap v0.16.1 |
2940 | 2024-06-20T20:38:44.917Z | Documenting supports-color v3.0.0 |
2941 | 2024-06-20T20:38:45.715Z | Documenting blake3 v1.5.1 |
2942 | 2024-06-20T20:38:47.631Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2943 | 2024-06-20T20:38:48.784Z | Documenting tui-tree-widget v0.19.0 |
2944 | 2024-06-20T20:38:48.870Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2945 | 2024-06-20T20:38:49.181Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2946 | 2024-06-20T20:38:50.585Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2947 | 2024-06-20T20:38:50.643Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2948 | 2024-06-20T20:38:52.733Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2949 | 2024-06-20T20:38:54.691Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2950 | 2024-06-20T20:38:54.928Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2951 | 2024-06-20T20:38:55.382Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2952 | 2024-06-20T20:38:56.210Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2953 | 2024-06-20T20:38:56.865Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2954 | 2024-06-20T20:38:57.592Z | Documenting cargo-platform v0.1.8 |
2955 | 2024-06-20T20:39:02.909Z | Documenting csv-core v0.1.11 |
2956 | 2024-06-20T20:39:04.677Z | Documenting topological-sort v0.2.2 |
2957 | 2024-06-20T20:39:05.474Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2958 | 2024-06-20T20:39:07.235Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2959 | 2024-06-20T20:39:07.347Z | Documenting csv v1.3.0 |
2960 | 2024-06-20T20:39:08.931Z | Documenting omicron-zone-package v0.11.0 |
2961 | 2024-06-20T20:39:10.330Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2962 | 2024-06-20T20:39:12.369Z | Documenting cargo_metadata v0.18.1 |
2963 | 2024-06-20T20:39:12.573Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2964 | 2024-06-20T20:39:14.144Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2965 | 2024-06-20T20:39:17.681Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2966 | 2024-06-20T20:39:21.246Z | Documenting fatfs v0.3.6 |
2967 | 2024-06-20T20:39:25.067Z | Documenting assert_matches v1.5.0 |
2968 | 2024-06-20T20:39:26.728Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2969 | 2024-06-20T20:39:26.775Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2970 | 2024-06-20T20:39:27.977Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2971 | 2024-06-20T20:39:28.278Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2972 | 2024-06-20T20:39:29.068Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2973 | 2024-06-20T20:39:30.122Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2974 | 2024-06-20T20:39:32.876Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2975 | 2024-06-20T20:39:35.766Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2976 | 2024-06-20T20:39:38.906Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2977 | 2024-06-20T20:39:39.719Z | Documenting cargo_toml v0.20.2 |
2978 | 2024-06-20T20:39:42.358Z | Documenting termios v0.3.3 |
2979 | 2024-06-20T20:39:45.803Z | Documenting uzers v0.11.3 |
2980 | 2024-06-20T20:39:46.329Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2981 | 2024-06-20T20:39:47.332Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2982 | 2024-06-20T20:39:47.703Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2983 | 2024-06-20T20:39:47.846Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2984 | 2024-06-20T20:39:50.830Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2985 | 2024-06-20T20:39:51.029Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2986 | 2024-06-20T20:39:58.546Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2987 | 2024-06-20T20:40:02.382Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2988 | 2024-06-20T20:40:07.758Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2989 | 2024-06-20T20:40:18.485Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2990 | 2024-06-20T20:40:26.741Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2991 | 2024-06-20T20:40:27.190Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2992 | 2024-06-20T20:40:55.186Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2993 | 2024-06-20T20:40:57.185Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2994 | 2024-06-20T20:41:05.500Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2995 | 2024-06-20T20:41:14.829Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2996 | 2024-06-20T20:41:15.264Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2997 | 2024-06-20T20:41:16.059Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2998 | 2024-06-20T20:41:17.948Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2999 | 2024-06-20T20:41:58.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 43s |
3000 | 2024-06-20T20:41:58.950Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 95 other files |
3001 | 2024-06-20T20:41:59.014Z | |
3002 | 2024-06-20T20:41:59.014Z | real 13:43.788510230 |
3003 | 2024-06-20T20:41:59.014Z | user 39:05.873189358 |
3004 | 2024-06-20T20:41:59.014Z | sys 58:10.939901839 |
3005 | 2024-06-20T20:41:59.014Z | trap 0.850454188 |
3006 | 2024-06-20T20:41:59.014Z | tflt 0.145003492 |
3007 | 2024-06-20T20:41:59.014Z | dflt 0.642820973 |
3008 | 2024-06-20T20:41:59.014Z | kflt 0.000091921 |
3009 | 2024-06-20T20:41:59.014Z | lock 3:20:01.179662902 |
3010 | 2024-06-20T20:41:59.014Z | slp 3:46:43.543240001 |
3011 | 2024-06-20T20:41:59.014Z | lat 4:15.823017744 |
3012 | 2024-06-20T20:41:59.014Z | stop 2:56.491891136 |
3013 | 2024-06-20T20:41:59.017Z | process exited: duration 1440909 ms, exit code 0 |
|
3014 | 2024-06-20T20:41:59.023Z | found 0 output files |