|
|
|
1 | 2024-08-06T22:19:39.843Z | job assigned to worker 01J4MWBYQ27N8HDVB2H7KBTH74 (queued for 56 s) |
|
2 | 2024-08-06T22:19:47.688Z | starting task 0: "setup" |
3 | 2024-08-06T22:19:47.745Z | ++ uname -s |
4 | 2024-08-06T22:19:47.748Z | + kern=SunOS |
5 | 2024-08-06T22:19:47.748Z | + case "$kern" in |
6 | 2024-08-06T22:19:47.748Z | + groupadd -g 12345 build |
7 | 2024-08-06T22:19:47.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T22:19:49.761Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T22:19:49.925Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T22:19:49.935Z | + home_fs=zfs |
11 | 2024-08-06T22:19:49.935Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T22:19:49.935Z | + mkdir -p /home/build |
13 | 2024-08-06T22:19:49.935Z | + chown build:build /home/build /work |
14 | 2024-08-06T22:19:50.933Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T22:19:50.936Z | process exited: duration 3246 ms, exit code 0 |
|
16 | 2024-08-06T22:19:50.943Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T22:19:50.948Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T22:19:50.948Z | ' 1.80.0 |
19 | 2024-08-06T22:19:50.948Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-06T22:19:50.948Z | ' default |
21 | 2024-08-06T22:19:50.952Z | * toolchain channel = "1.80.0" |
22 | 2024-08-06T22:19:50.952Z | * toolchain profile = "default" |
23 | 2024-08-06T22:19:50.952Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T22:19:50.952Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T22:19:51.064Z | info: downloading installer |
26 | 2024-08-06T22:19:52.396Z | info: profile set to 'default' |
27 | 2024-08-06T22:19:52.397Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T22:19:52.397Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T22:19:52.538Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T22:19:52.539Z | info: downloading component 'cargo' |
31 | 2024-08-06T22:19:53.249Z | info: downloading component 'clippy' |
32 | 2024-08-06T22:19:53.501Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T22:19:54.488Z | info: downloading component 'rust-std' |
34 | 2024-08-06T22:19:55.890Z | info: downloading component 'rustc' |
35 | 2024-08-06T22:19:59.759Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T22:19:59.967Z | info: installing component 'cargo' |
37 | 2024-08-06T22:20:00.820Z | info: installing component 'clippy' |
38 | 2024-08-06T22:20:01.207Z | info: installing component 'rust-docs' |
39 | 2024-08-06T22:20:02.823Z | info: installing component 'rust-std' |
40 | 2024-08-06T22:20:04.485Z | info: installing component 'rustc' |
41 | 2024-08-06T22:20:08.867Z | info: installing component 'rustfmt' |
42 | 2024-08-06T22:20:09.219Z | |
43 | 2024-08-06T22:20:09.219Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-06T22:20:09.480Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T22:20:09.480Z | |
46 | 2024-08-06T22:20:09.483Z | |
47 | 2024-08-06T22:20:09.483Z | Rust is installed now. Great! |
48 | 2024-08-06T22:20:09.483Z | |
49 | 2024-08-06T22:20:09.483Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T22:20:09.483Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T22:20:09.483Z | |
52 | 2024-08-06T22:20:09.483Z | To configure your current shell, you need to source |
53 | 2024-08-06T22:20:09.484Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T22:20:09.484Z | |
55 | 2024-08-06T22:20:09.484Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T22:20:09.484Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T22:20:09.484Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T22:20:09.549Z | + rustc --version |
59 | 2024-08-06T22:20:09.614Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T22:20:09.617Z | process exited: duration 18666 ms, exit code 0 |
|
61 | 2024-08-06T22:20:09.624Z | starting task 2: "authentication" |
62 | 2024-08-06T22:20:09.644Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-06T22:20:09.650Z | starting task 3: "clone repository" |
64 | 2024-08-06T22:20:09.655Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T22:20:09.658Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T22:20:09.812Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T22:20:15.826Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T22:20:15.826Z | + git fetch origin 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
69 | 2024-08-06T22:20:16.374Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T22:20:16.374Z | * branch 46fd929772b5a38c033159a1b0ed5523d79db0e6 -> FETCH_HEAD |
71 | 2024-08-06T22:20:16.384Z | + [[ -n track-more-sled-datalinks ]] |
72 | 2024-08-06T22:20:16.387Z | ++ git branch --show-current |
73 | 2024-08-06T22:20:16.390Z | + current=main |
74 | 2024-08-06T22:20:16.390Z | + [[ main != track-more-sled-datalinks ]] |
75 | 2024-08-06T22:20:16.390Z | + git branch -f track-more-sled-datalinks 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
76 | 2024-08-06T22:20:16.393Z | + git checkout -f track-more-sled-datalinks |
77 | 2024-08-06T22:20:16.531Z | Switched to branch 'track-more-sled-datalinks' |
78 | 2024-08-06T22:20:16.534Z | + git reset --hard 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
79 | 2024-08-06T22:20:16.550Z | HEAD is now at 46fd92977 Merge branch 'main' into track-more-sled-datalinks |
80 | 2024-08-06T22:20:16.553Z | process exited: duration 6897 ms, exit code 0 |
|
81 | 2024-08-06T22:20:16.558Z | starting task 4: "build" |
82 | 2024-08-06T22:20:16.564Z | + cargo --version |
83 | 2024-08-06T22:20:16.618Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-06T22:20:16.621Z | + rustc --version |
85 | 2024-08-06T22:20:16.678Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-06T22:20:16.682Z | + source ./env.sh |
87 | 2024-08-06T22:20:16.682Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-06T22:20:16.682Z | ++ set -o xtrace |
89 | 2024-08-06T22:20:16.686Z | ++++ dirname ./env.sh |
90 | 2024-08-06T22:20:16.688Z | +++ readlink -f . |
91 | 2024-08-06T22:20:16.706Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-06T22:20:16.706Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-06T22:20:16.706Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-06T22:20:16.709Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-06T22:20:16.709Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-06T22:20:16.709Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-06T22:20:16.709Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-06T22:20:16.709Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-06T22:20:16.709Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-06T22:20:16.709Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-06T22:20:16.710Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-06T22:20:16.710Z | + banner prerequisites |
103 | 2024-08-06T22:20:16.726Z | |
104 | 2024-08-06T22:20:16.726Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-06T22:20:16.726Z | # # # # # # # # # # # # # # # |
106 | 2024-08-06T22:20:16.726Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-06T22:20:16.726Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-06T22:20:16.726Z | # # # # # # # # # # # # # # # |
109 | 2024-08-06T22:20:16.726Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-06T22:20:16.726Z | |
111 | 2024-08-06T22:20:16.729Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-06T22:20:27.126Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-06T22:20:29.276Z | Startup: Caching catalogs ... Done |
114 | 2024-08-06T22:20:33.131Z | Planning: Solver setup ... Done (3.266s) |
115 | 2024-08-06T22:20:33.192Z | Planning: Running solver ... Done (0.061s) |
116 | 2024-08-06T22:20:33.245Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-06T22:20:33.257Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-06T22:20:33.532Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-06T22:20:33.580Z | Planning: Package planning ... Done (0.048s) |
120 | 2024-08-06T22:20:33.631Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-08-06T22:20:34.536Z | Planning: Checking for conflicting actions ... Done (0.903s) |
122 | 2024-08-06T22:20:34.548Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-06T22:20:40.326Z | Planning: Evaluating mediators ... Done (5.764s) |
124 | 2024-08-06T22:20:40.338Z | Planning: Planning completed in 10.97 seconds |
125 | 2024-08-06T22:20:40.602Z | Packages to install: 4 |
126 | 2024-08-06T22:20:40.602Z | Mediators to change: 2 |
127 | 2024-08-06T22:20:40.602Z | Services to change: 1 |
128 | 2024-08-06T22:20:40.603Z | Estimated space available: 155.75 GB |
129 | 2024-08-06T22:20:40.617Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-06T22:20:40.617Z | Create boot environment: No |
131 | 2024-08-06T22:20:40.617Z | Create backup boot environment: No |
132 | 2024-08-06T22:20:40.617Z | Rebuild boot archive: No |
133 | 2024-08-06T22:20:40.617Z | |
134 | 2024-08-06T22:20:40.617Z | Changed mediators: |
135 | 2024-08-06T22:20:40.617Z | mediator clang: |
136 | 2024-08-06T22:20:40.617Z | version: None -> 15 (system default) |
137 | 2024-08-06T22:20:40.618Z | |
138 | 2024-08-06T22:20:40.618Z | mediator llvm: |
139 | 2024-08-06T22:20:40.618Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-06T22:20:40.618Z | |
141 | 2024-08-06T22:20:40.618Z | Changed packages: |
142 | 2024-08-06T22:20:40.618Z | helios-dev |
143 | 2024-08-06T22:20:40.618Z | developer/build-essential |
144 | 2024-08-06T22:20:40.618Z | None -> 11-2.0 |
145 | 2024-08-06T22:20:40.618Z | library/libxmlsec1 |
146 | 2024-08-06T22:20:40.619Z | None -> 1.2.35-2.0 |
147 | 2024-08-06T22:20:40.619Z | ooce/developer/clang-15 |
148 | 2024-08-06T22:20:40.619Z | None -> 15.0.7-2.0 |
149 | 2024-08-06T22:20:40.619Z | ooce/developer/llvm-15 |
150 | 2024-08-06T22:20:40.619Z | None -> 15.0.7-2.0 |
151 | 2024-08-06T22:20:40.619Z | |
152 | 2024-08-06T22:20:40.619Z | Services: |
153 | 2024-08-06T22:20:40.619Z | restart_fmri: |
154 | 2024-08-06T22:20:40.619Z | svc:/system/update-man-index:default |
155 | 2024-08-06T22:20:40.896Z | |
156 | 2024-08-06T22:20:40.896Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-06T22:20:45.872Z | Download: 692/3290 items 18.1/212.6MB 8% complete (3.9M/s) |
158 | 2024-08-06T22:20:50.999Z | Download: 1192/3290 items 73.5/212.6MB 34% complete (7.5M/s) |
159 | 2024-08-06T22:20:57.797Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.0M/s) |
160 | 2024-08-06T22:21:02.824Z | Download: 1802/3290 items 118.4/212.6MB 55% complete (4.6M/s) |
161 | 2024-08-06T22:21:07.833Z | Download: 2435/3290 items 120.1/212.6MB 56% complete (3.7M/s) |
162 | 2024-08-06T22:21:12.909Z | Download: 3240/3290 items 182.0/212.6MB 85% complete (6.3M/s) |
163 | 2024-08-06T22:21:18.464Z | Download: 3287/3290 items 211.0/212.6MB 99% complete (9.1M/s) |
164 | 2024-08-06T22:21:18.935Z | Download: Completed 212.60 MB in 38.05 seconds (5.6M/s) |
165 | 2024-08-06T22:21:19.141Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-06T22:21:24.157Z | Actions: 3554/3689 actions (Installing new actions) |
167 | 2024-08-06T22:21:24.572Z | Actions: Completed 3689 actions in 5.43 seconds. |
168 | 2024-08-06T22:21:24.831Z | Done (0.254s) |
169 | 2024-08-06T22:21:24.831Z | Done (0.000s) |
170 | 2024-08-06T22:21:25.191Z | Done (0.360s) |
171 | 2024-08-06T22:21:30.712Z | Done (5.346s) |
172 | 2024-08-06T22:21:30.933Z | Done (0.152s) |
173 | 2024-08-06T22:21:30.937Z | Done (0.000s) |
174 | 2024-08-06T22:21:31.126Z | Done (0.000s) |
175 | 2024-08-06T22:21:31.710Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-06T22:21:31.874Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-06T22:21:31.878Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-06T22:21:32.151Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-06T22:21:32.154Z | Planning: Planning completed in 0.44 seconds |
180 | 2024-08-06T22:21:32.186Z | Mediators to change: 2 |
181 | 2024-08-06T22:21:32.186Z | Create boot environment: No |
182 | 2024-08-06T22:21:32.186Z | Create backup boot environment: No |
183 | 2024-08-06T22:21:32.255Z | Done |
184 | 2024-08-06T22:21:32.255Z | Done |
185 | 2024-08-06T22:21:32.476Z | Done |
186 | 2024-08-06T22:21:36.099Z | Done |
187 | 2024-08-06T22:21:36.187Z | Done |
188 | 2024-08-06T22:21:36.188Z | Done |
189 | 2024-08-06T22:21:36.323Z | Done |
190 | 2024-08-06T22:21:36.933Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-08-06T22:21:36.936Z | Planning: Merging actions ... Done |
192 | 2024-08-06T22:21:37.126Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-06T22:21:37.129Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-06T22:21:37.392Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-06T22:21:37.446Z | Planning: Planning completed in 0.76 seconds |
196 | 2024-08-06T22:21:37.481Z | Packages to change: 1 |
197 | 2024-08-06T22:21:37.481Z | Mediators to change: 1 |
198 | 2024-08-06T22:21:37.481Z | Services to change: 1 |
199 | 2024-08-06T22:21:37.481Z | Create boot environment: No |
200 | 2024-08-06T22:21:37.481Z | Create backup boot environment: Yes |
201 | 2024-08-06T22:21:39.464Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-08-06T22:21:39.523Z | Actions: Completed 6 actions in 0.06 seconds. |
203 | 2024-08-06T22:21:39.523Z | Done |
204 | 2024-08-06T22:21:39.523Z | Done |
205 | 2024-08-06T22:21:39.598Z | Done |
206 | 2024-08-06T22:21:43.350Z | Done |
207 | 2024-08-06T22:21:43.437Z | Done |
208 | 2024-08-06T22:21:43.440Z | Done |
209 | 2024-08-06T22:21:43.611Z | Done |
210 | 2024-08-06T22:21:44.037Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-08-06T22:21:44.037Z | clang system 15 system |
212 | 2024-08-06T22:21:44.037Z | csh system system illumos |
213 | 2024-08-06T22:21:44.037Z | ctags system system illumos |
214 | 2024-08-06T22:21:44.037Z | gcc vendor 12 vendor |
215 | 2024-08-06T22:21:44.037Z | gcc system 10 system |
216 | 2024-08-06T22:21:44.037Z | gcc system 7 system |
217 | 2024-08-06T22:21:44.037Z | go system 1.20 system |
218 | 2024-08-06T22:21:44.037Z | go system 1.19 system |
219 | 2024-08-06T22:21:44.037Z | llvm system 15 system |
220 | 2024-08-06T22:21:44.037Z | llvm system 14 system |
221 | 2024-08-06T22:21:44.037Z | mariadb system 10.6 system |
222 | 2024-08-06T22:21:44.037Z | mta vendor vendor dma |
223 | 2024-08-06T22:21:44.037Z | openjdk system 17 system |
224 | 2024-08-06T22:21:44.037Z | openjdk system 11 system |
225 | 2024-08-06T22:21:44.037Z | openjdk system 1.8 system |
226 | 2024-08-06T22:21:44.037Z | openssl vendor 3 vendor |
227 | 2024-08-06T22:21:44.037Z | perl system 5.36 system |
228 | 2024-08-06T22:21:44.037Z | postgresql system 15 system |
229 | 2024-08-06T22:21:44.037Z | postgresql system 13 system |
230 | 2024-08-06T22:21:44.037Z | python vendor 3 vendor |
231 | 2024-08-06T22:21:44.037Z | python system 2 system |
232 | 2024-08-06T22:21:44.037Z | python3 system 3.11 system |
233 | 2024-08-06T22:21:44.037Z | ruby system 3.0 system |
234 | 2024-08-06T22:21:44.037Z | words vendor vendor american-english |
235 | 2024-08-06T22:21:44.037Z | words system system australian-english |
236 | 2024-08-06T22:21:44.037Z | words system system british-english |
237 | 2024-08-06T22:21:44.037Z | words system system canadian-english |
238 | 2024-08-06T22:21:44.038Z | words system system french |
239 | 2024-08-06T22:21:44.038Z | words system system italian |
240 | 2024-08-06T22:21:44.038Z | words system system ngerman |
241 | 2024-08-06T22:21:44.038Z | words system system ogerman |
242 | 2024-08-06T22:21:44.038Z | words system system spanish |
243 | 2024-08-06T22:21:44.365Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-08-06T22:21:44.366Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-08-06T22:21:46.027Z | FMRI IFO |
246 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-08-06T22:21:46.027Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-08-06T22:21:46.618Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-08-06T22:21:46.860Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-08-06T22:21:47.133Z | Updating crates.io index |
261 | 2024-08-06T22:21:47.136Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-08-06T22:21:47.863Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-08-06T22:21:48.554Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-08-06T22:21:48.822Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-08-06T22:21:50.263Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-08-06T22:21:50.546Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-08-06T22:21:50.823Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-08-06T22:21:51.880Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-08-06T22:21:53.697Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-08-06T22:21:54.654Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-08-06T22:21:55.295Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-06T22:21:55.818Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-08-06T22:21:56.240Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-08-06T22:21:56.541Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-08-06T22:21:56.843Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-08-06T22:21:57.136Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-08-06T22:21:57.480Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-08-06T22:21:57.621Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-08-06T22:21:57.900Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-08-06T22:21:58.260Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-08-06T22:21:58.538Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-08-06T22:21:58.992Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-08-06T22:21:59.258Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-08-06T22:21:59.855Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-08-06T22:22:00.160Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-08-06T22:22:00.504Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-08-06T22:22:02.576Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-08-06T22:22:02.836Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-08-06T22:22:03.084Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-08-06T22:22:03.406Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-08-06T22:22:04.497Z | Downloading crates ... |
292 | 2024-08-06T22:22:04.569Z | Downloaded bytecount v0.6.8 |
293 | 2024-08-06T22:22:04.572Z | Downloaded anstyle v1.0.8 |
294 | 2024-08-06T22:22:04.575Z | Downloaded anstyle-query v1.0.3 |
295 | 2024-08-06T22:22:04.575Z | Downloaded camino v1.1.7 |
296 | 2024-08-06T22:22:04.578Z | Downloaded bitflags v2.6.0 |
297 | 2024-08-06T22:22:04.581Z | Downloaded anyhow v1.0.86 |
298 | 2024-08-06T22:22:04.600Z | Downloaded usdt-macro v0.5.0 |
299 | 2024-08-06T22:22:04.604Z | Downloaded usdt-attr-macro v0.5.0 |
300 | 2024-08-06T22:22:04.604Z | Downloaded dtrace-parser v0.2.0 |
301 | 2024-08-06T22:22:04.604Z | Downloaded autocfg v1.3.0 |
302 | 2024-08-06T22:22:04.607Z | Downloaded tabled_derive v0.7.0 |
303 | 2024-08-06T22:22:04.607Z | Downloaded swrite v0.1.0 |
304 | 2024-08-06T22:22:04.607Z | Downloaded itoa v1.0.11 |
305 | 2024-08-06T22:22:04.607Z | Downloaded crypto-common v0.1.6 |
306 | 2024-08-06T22:22:04.610Z | Downloaded block-buffer v0.10.4 |
307 | 2024-08-06T22:22:04.610Z | Downloaded heck v0.4.1 |
308 | 2024-08-06T22:22:04.613Z | Downloaded pest_generator v2.7.10 |
309 | 2024-08-06T22:22:04.616Z | Downloaded colorchoice v1.0.1 |
310 | 2024-08-06T22:22:04.616Z | Downloaded anstyle-parse v0.2.4 |
311 | 2024-08-06T22:22:04.619Z | Downloaded fs-err v2.11.0 |
312 | 2024-08-06T22:22:04.622Z | Downloaded plain v0.2.3 |
313 | 2024-08-06T22:22:04.625Z | Downloaded errno v0.3.9 |
314 | 2024-08-06T22:22:04.625Z | Downloaded byteorder v1.5.0 |
315 | 2024-08-06T22:22:04.630Z | Downloaded thiserror v1.0.63 |
316 | 2024-08-06T22:22:04.636Z | Downloaded scroll v0.12.0 |
317 | 2024-08-06T22:22:04.638Z | Downloaded serde_spanned v0.6.7 |
318 | 2024-08-06T22:22:04.638Z | Downloaded cargo-platform v0.1.8 |
319 | 2024-08-06T22:22:04.641Z | Downloaded semver v1.0.23 |
320 | 2024-08-06T22:22:04.645Z | Downloaded digest v0.10.7 |
321 | 2024-08-06T22:22:04.648Z | Downloaded zerocopy-derive v0.7.34 |
322 | 2024-08-06T22:22:04.652Z | Downloaded sha2 v0.10.8 |
323 | 2024-08-06T22:22:04.655Z | Downloaded anstream v0.6.14 |
324 | 2024-08-06T22:22:04.658Z | Downloaded scroll_derive v0.12.0 |
325 | 2024-08-06T22:22:04.658Z | Downloaded is_terminal_polyfill v1.70.0 |
326 | 2024-08-06T22:22:04.662Z | Downloaded equivalent v1.0.1 |
327 | 2024-08-06T22:22:04.669Z | Downloaded pretty-hex v0.4.1 |
328 | 2024-08-06T22:22:04.674Z | Downloaded serde_derive v1.0.204 |
329 | 2024-08-06T22:22:04.677Z | Downloaded proc-macro2 v1.0.86 |
330 | 2024-08-06T22:22:04.680Z | Downloaded once_cell v1.19.0 |
331 | 2024-08-06T22:22:04.683Z | Downloaded clap_derive v4.5.13 |
332 | 2024-08-06T22:22:04.686Z | Downloaded clap v4.5.13 |
333 | 2024-08-06T22:22:04.692Z | Downloaded cpufeatures v0.2.12 |
334 | 2024-08-06T22:22:04.695Z | Downloaded ucd-trie v0.1.6 |
335 | 2024-08-06T22:22:04.695Z | Downloaded toml v0.8.19 |
336 | 2024-08-06T22:22:04.698Z | Downloaded generic-array v0.14.7 |
337 | 2024-08-06T22:22:04.701Z | Downloaded version_check v0.9.5 |
338 | 2024-08-06T22:22:04.701Z | Downloaded terminal_size v0.3.0 |
339 | 2024-08-06T22:22:04.704Z | Downloaded thiserror-impl v1.0.63 |
340 | 2024-08-06T22:22:04.704Z | Downloaded macaddr v1.0.1 |
341 | 2024-08-06T22:22:04.707Z | Downloaded utf8parse v0.2.1 |
342 | 2024-08-06T22:22:04.707Z | Downloaded cfg-if v1.0.0 |
343 | 2024-08-06T22:22:04.707Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-08-06T22:22:04.709Z | Downloaded usdt v0.5.0 |
345 | 2024-08-06T22:22:04.709Z | Downloaded dof v0.3.0 |
346 | 2024-08-06T22:22:04.712Z | Downloaded thread-id v4.2.1 |
347 | 2024-08-06T22:22:04.712Z | Downloaded cargo_metadata v0.18.1 |
348 | 2024-08-06T22:22:04.715Z | Downloaded strsim v0.11.1 |
349 | 2024-08-06T22:22:04.715Z | Downloaded serde_tokenstream v0.2.1 |
350 | 2024-08-06T22:22:04.718Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-08-06T22:22:04.721Z | Downloaded memmap v0.7.0 |
352 | 2024-08-06T22:22:04.721Z | Downloaded heck v0.5.0 |
353 | 2024-08-06T22:22:04.721Z | Downloaded fnv v1.0.7 |
354 | 2024-08-06T22:22:04.724Z | Downloaded clap_lex v0.7.0 |
355 | 2024-08-06T22:22:04.724Z | Downloaded cargo_toml v0.20.4 |
356 | 2024-08-06T22:22:04.726Z | Downloaded quote v1.0.36 |
357 | 2024-08-06T22:22:04.726Z | Downloaded proc-macro-error v1.0.4 |
358 | 2024-08-06T22:22:04.729Z | Downloaded proc-macro-error-attr v1.0.4 |
359 | 2024-08-06T22:22:04.732Z | Downloaded pest_derive v2.7.10 |
360 | 2024-08-06T22:22:04.743Z | Downloaded indexmap v2.3.0 |
361 | 2024-08-06T22:22:04.747Z | Downloaded log v0.4.21 |
362 | 2024-08-06T22:22:04.753Z | Downloaded ryu v1.0.18 |
363 | 2024-08-06T22:22:04.756Z | Downloaded pest_meta v2.7.10 |
364 | 2024-08-06T22:22:04.759Z | Downloaded papergrid v0.11.0 |
365 | 2024-08-06T22:22:04.772Z | Downloaded unicode-ident v1.0.12 |
366 | 2024-08-06T22:22:04.779Z | Downloaded typenum v1.17.0 |
367 | 2024-08-06T22:22:04.782Z | Downloaded memchr v2.7.2 |
368 | 2024-08-06T22:22:04.787Z | Downloaded serde v1.0.204 |
369 | 2024-08-06T22:22:04.790Z | Downloaded toml_edit v0.22.20 |
370 | 2024-08-06T22:22:04.812Z | Downloaded pest v2.7.10 |
371 | 2024-08-06T22:22:04.839Z | Downloaded hashbrown v0.14.5 |
372 | 2024-08-06T22:22:04.846Z | Downloaded goblin v0.8.2 |
373 | 2024-08-06T22:22:04.853Z | Downloaded winnow v0.6.18 |
374 | 2024-08-06T22:22:04.861Z | Downloaded serde_json v1.0.122 |
375 | 2024-08-06T22:22:04.868Z | Downloaded zerocopy v0.7.34 |
376 | 2024-08-06T22:22:04.884Z | Downloaded clap_builder v4.5.13 |
377 | 2024-08-06T22:22:04.889Z | Downloaded tabled v0.15.0 |
378 | 2024-08-06T22:22:04.904Z | Downloaded syn v2.0.72 |
379 | 2024-08-06T22:22:04.914Z | Downloaded syn v1.0.109 |
380 | 2024-08-06T22:22:04.924Z | Downloaded rustix v0.38.34 |
381 | 2024-08-06T22:22:04.948Z | Downloaded unicode-width v0.1.13 |
382 | 2024-08-06T22:22:04.954Z | Downloaded libc v0.2.155 |
383 | 2024-08-06T22:22:05.248Z | Compiling proc-macro2 v1.0.86 |
384 | 2024-08-06T22:22:05.249Z | Compiling unicode-ident v1.0.12 |
385 | 2024-08-06T22:22:05.252Z | Compiling version_check v0.9.5 |
386 | 2024-08-06T22:22:05.252Z | Compiling serde v1.0.204 |
387 | 2024-08-06T22:22:05.252Z | Compiling thiserror v1.0.63 |
388 | 2024-08-06T22:22:05.252Z | Compiling memchr v2.7.2 |
389 | 2024-08-06T22:22:05.252Z | Compiling libc v0.2.155 |
390 | 2024-08-06T22:22:05.282Z | Compiling itoa v1.0.11 |
391 | 2024-08-06T22:22:05.590Z | Compiling ryu v1.0.18 |
392 | 2024-08-06T22:22:05.614Z | Compiling ucd-trie v0.1.6 |
393 | 2024-08-06T22:22:05.910Z | Compiling once_cell v1.19.0 |
394 | 2024-08-06T22:22:06.113Z | Compiling byteorder v1.5.0 |
395 | 2024-08-06T22:22:06.235Z | Compiling serde_json v1.0.122 |
396 | 2024-08-06T22:22:08.404Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-08-06T22:22:08.426Z | Compiling usdt-impl v0.5.0 |
398 | 2024-08-06T22:22:08.449Z | Compiling rustix v0.38.34 |
399 | 2024-08-06T22:22:08.452Z | Compiling syn v1.0.109 |
400 | 2024-08-06T22:22:08.541Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-08-06T22:22:08.817Z | Compiling utf8parse v0.2.1 |
402 | 2024-08-06T22:22:08.880Z | Compiling plain v0.2.3 |
403 | 2024-08-06T22:22:08.955Z | Compiling equivalent v1.0.1 |
404 | 2024-08-06T22:22:09.003Z | Compiling bitflags v2.6.0 |
405 | 2024-08-06T22:22:09.032Z | Compiling log v0.4.21 |
406 | 2024-08-06T22:22:09.068Z | Compiling hashbrown v0.14.5 |
407 | 2024-08-06T22:22:09.197Z | Compiling thread-id v4.2.1 |
408 | 2024-08-06T22:22:09.284Z | Compiling anstyle-parse v0.2.4 |
409 | 2024-08-06T22:22:09.421Z | Compiling quote v1.0.36 |
410 | 2024-08-06T22:22:09.445Z | Compiling anstyle v1.0.8 |
411 | 2024-08-06T22:22:09.467Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-08-06T22:22:09.603Z | Compiling pretty-hex v0.4.1 |
413 | 2024-08-06T22:22:09.635Z | Compiling semver v1.0.23 |
414 | 2024-08-06T22:22:09.703Z | Compiling anstyle-query v1.0.3 |
415 | 2024-08-06T22:22:09.822Z | Compiling syn v2.0.72 |
416 | 2024-08-06T22:22:09.846Z | Compiling errno v0.3.9 |
417 | 2024-08-06T22:22:10.103Z | Compiling winnow v0.6.18 |
418 | 2024-08-06T22:22:10.129Z | Compiling autocfg v1.3.0 |
419 | 2024-08-06T22:22:10.153Z | Compiling colorchoice v1.0.1 |
420 | 2024-08-06T22:22:10.308Z | Compiling camino v1.1.7 |
421 | 2024-08-06T22:22:10.429Z | Compiling indexmap v2.3.0 |
422 | 2024-08-06T22:22:11.018Z | Compiling anstream v0.6.14 |
423 | 2024-08-06T22:22:11.076Z | Compiling fs-err v2.11.0 |
424 | 2024-08-06T22:22:11.366Z | Compiling terminal_size v0.3.0 |
425 | 2024-08-06T22:22:11.587Z | Compiling heck v0.5.0 |
426 | 2024-08-06T22:22:11.590Z | Compiling bytecount v0.6.8 |
427 | 2024-08-06T22:22:11.698Z | Compiling unicode-width v0.1.13 |
428 | 2024-08-06T22:22:11.701Z | Compiling heck v0.4.1 |
429 | 2024-08-06T22:22:11.811Z | Compiling clap_lex v0.7.0 |
430 | 2024-08-06T22:22:11.836Z | Compiling fnv v1.0.7 |
431 | 2024-08-06T22:22:11.961Z | Compiling anyhow v1.0.86 |
432 | 2024-08-06T22:22:11.991Z | Compiling strsim v0.11.1 |
433 | 2024-08-06T22:22:12.086Z | Compiling papergrid v0.11.0 |
434 | 2024-08-06T22:22:12.368Z | Compiling clap_builder v4.5.13 |
435 | 2024-08-06T22:22:12.394Z | Compiling memmap v0.7.0 |
436 | 2024-08-06T22:22:13.428Z | Compiling swrite v0.1.0 |
437 | 2024-08-06T22:22:14.995Z | Compiling tabled_derive v0.7.0 |
438 | 2024-08-06T22:22:16.419Z | Compiling tabled v0.15.0 |
439 | 2024-08-06T22:22:18.142Z | Compiling serde_derive v1.0.204 |
440 | 2024-08-06T22:22:18.145Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-08-06T22:22:18.145Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-08-06T22:22:18.145Z | Compiling scroll_derive v0.12.0 |
443 | 2024-08-06T22:22:18.145Z | Compiling clap_derive v4.5.13 |
444 | 2024-08-06T22:22:19.500Z | Compiling scroll v0.12.0 |
445 | 2024-08-06T22:22:19.966Z | Compiling goblin v0.8.2 |
446 | 2024-08-06T22:22:20.113Z | Compiling zerocopy v0.7.34 |
447 | 2024-08-06T22:22:20.687Z | Compiling pest v2.7.10 |
448 | 2024-08-06T22:22:22.014Z | Compiling clap v4.5.13 |
449 | 2024-08-06T22:22:22.963Z | Compiling pest_meta v2.7.10 |
450 | 2024-08-06T22:22:23.782Z | Compiling pest_generator v2.7.10 |
451 | 2024-08-06T22:22:25.605Z | Compiling pest_derive v2.7.10 |
452 | 2024-08-06T22:22:26.198Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-08-06T22:22:28.355Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-06T22:22:28.355Z | Compiling serde_spanned v0.6.7 |
455 | 2024-08-06T22:22:28.358Z | Compiling cargo-platform v0.1.8 |
456 | 2024-08-06T22:22:28.748Z | Compiling serde_tokenstream v0.2.1 |
457 | 2024-08-06T22:22:28.810Z | Compiling toml_edit v0.22.20 |
458 | 2024-08-06T22:22:28.965Z | Compiling macaddr v1.0.1 |
459 | 2024-08-06T22:22:29.742Z | Compiling dof v0.3.0 |
460 | 2024-08-06T22:22:29.742Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-06T22:22:31.563Z | Compiling toml v0.8.19 |
462 | 2024-08-06T22:22:31.816Z | Compiling usdt-macro v0.5.0 |
463 | 2024-08-06T22:22:31.816Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-08-06T22:22:32.337Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-06T22:22:33.285Z | Compiling usdt v0.5.0 |
466 | 2024-08-06T22:22:36.081Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-06T22:22:39.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.40s |
468 | 2024-08-06T22:22:40.054Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-06T22:22:40.580Z | Downloading crates ... |
470 | 2024-08-06T22:22:40.700Z | Downloaded async-stream-impl v0.3.5 |
471 | 2024-08-06T22:22:40.704Z | Downloaded atty v0.2.14 |
472 | 2024-08-06T22:22:40.708Z | Downloaded adler v1.0.2 |
473 | 2024-08-06T22:22:40.713Z | Downloaded bitstruct_derive v0.1.0 |
474 | 2024-08-06T22:22:40.716Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-08-06T22:22:40.723Z | Downloaded instant v0.1.12 |
476 | 2024-08-06T22:22:40.731Z | Downloaded block-padding v0.3.3 |
477 | 2024-08-06T22:22:40.736Z | Downloaded is-terminal v0.4.12 |
478 | 2024-08-06T22:22:40.736Z | Downloaded atomic-waker v1.1.2 |
479 | 2024-08-06T22:22:40.736Z | Downloaded bitflags v1.3.2 |
480 | 2024-08-06T22:22:40.739Z | Downloaded array-init v0.0.4 |
481 | 2024-08-06T22:22:40.742Z | Downloaded cobs v0.2.3 |
482 | 2024-08-06T22:22:40.745Z | Downloaded impl-trait-for-tuples v0.2.2 |
483 | 2024-08-06T22:22:40.748Z | Downloaded openssl-macros v0.1.1 |
484 | 2024-08-06T22:22:40.748Z | Downloaded matches v0.1.10 |
485 | 2024-08-06T22:22:40.752Z | Downloaded number_prefix v0.4.0 |
486 | 2024-08-06T22:22:40.752Z | Downloaded bitfield v0.14.0 |
487 | 2024-08-06T22:22:40.755Z | Downloaded crc-catalog v2.4.0 |
488 | 2024-08-06T22:22:40.755Z | Downloaded chacha20 v0.9.1 |
489 | 2024-08-06T22:22:40.758Z | Downloaded cexpr v0.6.0 |
490 | 2024-08-06T22:22:40.761Z | Downloaded castaway v0.2.2 |
491 | 2024-08-06T22:22:40.761Z | Downloaded cipher v0.4.4 |
492 | 2024-08-06T22:22:40.764Z | Downloaded openssl-probe v0.1.5 |
493 | 2024-08-06T22:22:40.767Z | Downloaded new_debug_unreachable v1.0.6 |
494 | 2024-08-06T22:22:40.767Z | Downloaded defmt v0.3.8 |
495 | 2024-08-06T22:22:40.771Z | Downloaded crc v3.2.1 |
496 | 2024-08-06T22:22:40.774Z | Downloaded ahash v0.8.11 |
497 | 2024-08-06T22:22:40.778Z | Downloaded libefi-sys v0.1.0 |
498 | 2024-08-06T22:22:40.778Z | Downloaded data-encoding v2.6.0 |
499 | 2024-08-06T22:22:40.781Z | Downloaded ipnet v2.9.0 |
500 | 2024-08-06T22:22:40.781Z | Downloaded atomicwrites v0.4.3 |
501 | 2024-08-06T22:22:40.784Z | Downloaded lazy_static v1.5.0 |
502 | 2024-08-06T22:22:40.784Z | Downloaded is_ci v1.2.0 |
503 | 2024-08-06T22:22:40.787Z | Downloaded num_cpus v1.16.0 |
504 | 2024-08-06T22:22:40.790Z | Downloaded keccak v0.1.5 |
505 | 2024-08-06T22:22:40.790Z | Downloaded cfg_aliases v0.1.1 |
506 | 2024-08-06T22:22:40.793Z | Downloaded bitstruct v0.1.1 |
507 | 2024-08-06T22:22:40.793Z | Downloaded nanorand v0.7.0 |
508 | 2024-08-06T22:22:40.796Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-08-06T22:22:40.799Z | Downloaded mockall v0.12.1 |
510 | 2024-08-06T22:22:40.802Z | Downloaded bcs v0.1.6 |
511 | 2024-08-06T22:22:40.802Z | Downloaded memoffset v0.9.1 |
512 | 2024-08-06T22:22:40.806Z | Downloaded nibble_vec v0.1.0 |
513 | 2024-08-06T22:22:40.810Z | Downloaded md-5 v0.10.6 |
514 | 2024-08-06T22:22:40.810Z | Downloaded num_enum_derive v0.5.11 |
515 | 2024-08-06T22:22:40.810Z | Downloaded num-iter v0.1.45 |
516 | 2024-08-06T22:22:40.815Z | Downloaded num-derive v0.4.2 |
517 | 2024-08-06T22:22:40.815Z | Downloaded maplit v1.0.2 |
518 | 2024-08-06T22:22:40.819Z | Downloaded ipnetwork v0.20.0 |
519 | 2024-08-06T22:22:40.819Z | Downloaded cancel-safe-futures v0.1.5 |
520 | 2024-08-06T22:22:40.822Z | Downloaded libsw v3.3.1 |
521 | 2024-08-06T22:22:40.822Z | Downloaded signal-hook-tokio v0.3.1 |
522 | 2024-08-06T22:22:40.825Z | Downloaded lalrpop-util v0.19.12 |
523 | 2024-08-06T22:22:40.825Z | Downloaded packed_struct v0.10.1 |
524 | 2024-08-06T22:22:40.834Z | Downloaded arrayref v0.3.7 |
525 | 2024-08-06T22:22:40.834Z | Downloaded indicatif v0.17.8 |
526 | 2024-08-06T22:22:40.838Z | Downloaded blake2 v0.10.6 |
527 | 2024-08-06T22:22:40.838Z | Downloaded parse-display-derive v0.9.1 |
528 | 2024-08-06T22:22:40.838Z | Downloaded lazycell v1.3.0 |
529 | 2024-08-06T22:22:40.838Z | Downloaded match_cfg v0.1.0 |
530 | 2024-08-06T22:22:40.841Z | Downloaded normalize-line-endings v0.3.0 |
531 | 2024-08-06T22:22:40.841Z | Downloaded buf-list v1.0.3 |
532 | 2024-08-06T22:22:40.844Z | Downloaded shell-words v1.1.0 |
533 | 2024-08-06T22:22:40.847Z | Downloaded num-conv v0.1.0 |
534 | 2024-08-06T22:22:40.847Z | Downloaded newline-converter v0.3.0 |
535 | 2024-08-06T22:22:40.847Z | Downloaded constant_time_eq v0.3.0 |
536 | 2024-08-06T22:22:40.850Z | Downloaded time-core v0.1.2 |
537 | 2024-08-06T22:22:40.850Z | Downloaded waitgroup v0.1.2 |
538 | 2024-08-06T22:22:40.853Z | Downloaded oso-derive v0.27.3 |
539 | 2024-08-06T22:22:40.853Z | Downloaded opaque-debug v0.3.1 |
540 | 2024-08-06T22:22:40.853Z | Downloaded parse-size v1.0.0 |
541 | 2024-08-06T22:22:40.857Z | Downloaded nodrop v0.1.14 |
542 | 2024-08-06T22:22:40.857Z | Downloaded ciborium-ll v0.2.2 |
543 | 2024-08-06T22:22:40.860Z | Downloaded num_threads v0.1.7 |
544 | 2024-08-06T22:22:40.860Z | Downloaded nu-ansi-term v0.50.0 |
545 | 2024-08-06T22:22:40.862Z | Downloaded convert_case v0.4.0 |
546 | 2024-08-06T22:22:40.862Z | Downloaded colored v2.1.0 |
547 | 2024-08-06T22:22:40.865Z | Downloaded base16ct v0.2.0 |
548 | 2024-08-06T22:22:40.868Z | Downloaded owo-colors v4.0.0 |
549 | 2024-08-06T22:22:40.871Z | Downloaded num-rational v0.4.2 |
550 | 2024-08-06T22:22:40.875Z | Downloaded const-oid v0.9.6 |
551 | 2024-08-06T22:22:40.878Z | Downloaded compact_str v0.7.1 |
552 | 2024-08-06T22:22:40.882Z | Downloaded num-complex v0.4.6 |
553 | 2024-08-06T22:22:40.882Z | Downloaded password-hash v0.5.0 |
554 | 2024-08-06T22:22:40.885Z | Downloaded parking_lot_core v0.9.10 |
555 | 2024-08-06T22:22:40.888Z | Downloaded bytes v1.7.1 |
556 | 2024-08-06T22:22:40.891Z | Downloaded slog-dtrace v0.3.0 |
557 | 2024-08-06T22:22:40.894Z | Downloaded foreign-types-shared v0.3.1 |
558 | 2024-08-06T22:22:40.894Z | Downloaded fxhash v0.2.1 |
559 | 2024-08-06T22:22:40.900Z | Downloaded static_assertions v1.1.0 |
560 | 2024-08-06T22:22:40.900Z | Downloaded olpc-cjson v0.1.3 |
561 | 2024-08-06T22:22:40.903Z | Downloaded managed v0.8.0 |
562 | 2024-08-06T22:22:40.904Z | Downloaded structmeta v0.3.0 |
563 | 2024-08-06T22:22:40.904Z | Downloaded mime v0.3.17 |
564 | 2024-08-06T22:22:40.904Z | Downloaded backoff v0.4.0 |
565 | 2024-08-06T22:22:40.908Z | Downloaded console v0.15.8 |
566 | 2024-08-06T22:22:40.913Z | Downloaded ciborium v0.2.2 |
567 | 2024-08-06T22:22:40.913Z | Downloaded portpicker v0.1.1 |
568 | 2024-08-06T22:22:40.918Z | Downloaded rpassword v7.3.1 |
569 | 2024-08-06T22:22:40.918Z | Downloaded tap v1.0.1 |
570 | 2024-08-06T22:22:40.918Z | Downloaded subtle v2.5.0 |
571 | 2024-08-06T22:22:40.918Z | Downloaded precomputed-hash v0.1.1 |
572 | 2024-08-06T22:22:40.921Z | Downloaded parse-display v0.9.1 |
573 | 2024-08-06T22:22:40.921Z | Downloaded packed_struct_codegen v0.10.1 |
574 | 2024-08-06T22:22:40.921Z | Downloaded tiny-keccak v2.0.2 |
575 | 2024-08-06T22:22:40.929Z | Downloaded untrusted v0.9.0 |
576 | 2024-08-06T22:22:40.929Z | Downloaded paste v1.0.15 |
577 | 2024-08-06T22:22:40.929Z | Downloaded csv-core v0.1.11 |
578 | 2024-08-06T22:22:40.932Z | Downloaded omicron-zone-package v0.11.0 |
579 | 2024-08-06T22:22:40.935Z | Downloaded miniz_oxide v0.7.2 |
580 | 2024-08-06T22:22:40.938Z | Downloaded darling_core v0.20.9 |
581 | 2024-08-06T22:22:40.943Z | Downloaded cookie_store v0.20.0 |
582 | 2024-08-06T22:22:40.946Z | Downloaded parking_lot v0.11.2 |
583 | 2024-08-06T22:22:40.949Z | Downloaded crc32fast v1.4.0 |
584 | 2024-08-06T22:22:40.953Z | Downloaded backtrace v0.3.71 |
585 | 2024-08-06T22:22:40.957Z | Downloaded allocator-api2 v0.2.18 |
586 | 2024-08-06T22:22:40.960Z | Downloaded supports-color v3.0.0 |
587 | 2024-08-06T22:22:40.963Z | Downloaded float-ord v0.3.2 |
588 | 2024-08-06T22:22:40.966Z | Downloaded form_urlencoded v1.2.1 |
589 | 2024-08-06T22:22:40.966Z | Downloaded hash32 v0.3.1 |
590 | 2024-08-06T22:22:40.969Z | Downloaded camino-tempfile v1.1.1 |
591 | 2024-08-06T22:22:40.970Z | Downloaded embedded-io v0.4.0 |
592 | 2024-08-06T22:22:40.975Z | Downloaded cassowary v0.3.0 |
593 | 2024-08-06T22:22:40.979Z | Downloaded diesel_table_macro_syntax v0.1.0 |
594 | 2024-08-06T22:22:40.979Z | Downloaded path-slash v0.1.5 |
595 | 2024-08-06T22:22:40.979Z | Downloaded postgres-types v0.2.7 |
596 | 2024-08-06T22:22:40.985Z | Downloaded mockall_derive v0.12.1 |
597 | 2024-08-06T22:22:40.985Z | Downloaded time-macros v0.2.18 |
598 | 2024-08-06T22:22:40.989Z | Downloaded downcast v0.11.0 |
599 | 2024-08-06T22:22:40.989Z | Downloaded scheduled-thread-pool v0.2.7 |
600 | 2024-08-06T22:22:40.989Z | Downloaded hostname v0.3.1 |
601 | 2024-08-06T22:22:40.993Z | Downloaded ppv-lite86 v0.2.17 |
602 | 2024-08-06T22:22:40.993Z | Downloaded powerfmt v0.2.0 |
603 | 2024-08-06T22:22:40.997Z | Downloaded tempfile v3.10.1 |
604 | 2024-08-06T22:22:40.997Z | Downloaded crossbeam-utils v0.8.19 |
605 | 2024-08-06T22:22:41.023Z | Downloaded cookie v0.18.1 |
606 | 2024-08-06T22:22:41.023Z | Downloaded clang-sys v1.7.0 |
607 | 2024-08-06T22:22:41.023Z | Downloaded display-error-chain v0.2.0 |
608 | 2024-08-06T22:22:41.023Z | Downloaded shlex v1.3.0 |
609 | 2024-08-06T22:22:41.023Z | Downloaded serde_urlencoded v0.7.1 |
610 | 2024-08-06T22:22:41.023Z | Downloaded stability v0.2.0 |
611 | 2024-08-06T22:22:41.023Z | Downloaded rustc_version v0.1.7 |
612 | 2024-08-06T22:22:41.023Z | Downloaded rustc_version v0.4.0 |
613 | 2024-08-06T22:22:41.023Z | Downloaded walkdir v2.5.0 |
614 | 2024-08-06T22:22:41.023Z | Downloaded spki v0.7.3 |
615 | 2024-08-06T22:22:41.024Z | Downloaded spin v0.5.2 |
616 | 2024-08-06T22:22:41.027Z | Downloaded unarray v0.1.4 |
617 | 2024-08-06T22:22:41.027Z | Downloaded toolchain_find v0.4.0 |
618 | 2024-08-06T22:22:41.027Z | Downloaded der v0.7.9 |
619 | 2024-08-06T22:22:41.030Z | Downloaded socket2 v0.4.10 |
620 | 2024-08-06T22:22:41.033Z | Downloaded smawk v0.3.2 |
621 | 2024-08-06T22:22:41.033Z | Downloaded signal-hook-registry v1.4.2 |
622 | 2024-08-06T22:22:41.036Z | Downloaded derive_builder_core v0.20.0 |
623 | 2024-08-06T22:22:41.039Z | Downloaded derive_builder v0.20.0 |
624 | 2024-08-06T22:22:41.045Z | Downloaded difflib v0.4.0 |
625 | 2024-08-06T22:22:41.049Z | Downloaded unicode-xid v0.2.4 |
626 | 2024-08-06T22:22:41.049Z | Downloaded peg v0.8.4 |
627 | 2024-08-06T22:22:41.052Z | Downloaded fragile v2.0.0 |
628 | 2024-08-06T22:22:41.055Z | Downloaded pkg-config v0.3.30 |
629 | 2024-08-06T22:22:41.056Z | Downloaded parking_lot v0.12.2 |
630 | 2024-08-06T22:22:41.059Z | Downloaded postgres-protocol v0.6.7 |
631 | 2024-08-06T22:22:41.062Z | Downloaded foreign-types v0.3.2 |
632 | 2024-08-06T22:22:41.062Z | Downloaded dirs-next v2.0.0 |
633 | 2024-08-06T22:22:41.070Z | Downloaded wyz v0.5.1 |
634 | 2024-08-06T22:22:41.070Z | Downloaded funty v2.0.0 |
635 | 2024-08-06T22:22:41.070Z | Downloaded dirs-sys-next v0.1.2 |
636 | 2024-08-06T22:22:41.070Z | Downloaded predicates v3.1.2 |
637 | 2024-08-06T22:22:41.073Z | Downloaded toml v0.7.8 |
638 | 2024-08-06T22:22:41.076Z | Downloaded oso v0.27.3 |
639 | 2024-08-06T22:22:41.079Z | Downloaded group v0.13.0 |
640 | 2024-08-06T22:22:41.082Z | Downloaded glob v0.3.1 |
641 | 2024-08-06T22:22:41.082Z | Downloaded http-body v0.4.6 |
642 | 2024-08-06T22:22:41.086Z | Downloaded tokio-stream v0.1.15 |
643 | 2024-08-06T22:22:41.089Z | Downloaded siphasher v0.3.11 |
644 | 2024-08-06T22:22:41.093Z | Downloaded rustfmt-wrapper v0.2.1 |
645 | 2024-08-06T22:22:41.093Z | Downloaded r2d2 v0.8.10 |
646 | 2024-08-06T22:22:41.097Z | Downloaded sqlformat v0.2.4 |
647 | 2024-08-06T22:22:41.097Z | Downloaded sec1 v0.7.3 |
648 | 2024-08-06T22:22:41.100Z | Downloaded strum_macros v0.25.3 |
649 | 2024-08-06T22:22:41.100Z | Downloaded thread_local v1.1.8 |
650 | 2024-08-06T22:22:41.103Z | Downloaded thiserror-impl-no-std v2.0.2 |
651 | 2024-08-06T22:22:41.108Z | Downloaded derive-where v1.2.7 |
652 | 2024-08-06T22:22:41.112Z | Downloaded tinyvec_macros v0.1.1 |
653 | 2024-08-06T22:22:41.112Z | Downloaded try-lock v0.2.5 |
654 | 2024-08-06T22:22:41.112Z | Downloaded stable_deref_trait v1.2.0 |
655 | 2024-08-06T22:22:41.112Z | Downloaded slog-async v2.8.0 |
656 | 2024-08-06T22:22:41.124Z | Downloaded ident_case v1.0.1 |
657 | 2024-08-06T22:22:41.127Z | Downloaded fastrand v2.1.0 |
658 | 2024-08-06T22:22:41.128Z | Downloaded openssl-sys v0.9.103 |
659 | 2024-08-06T22:22:41.135Z | Downloaded deranged v0.3.11 |
660 | 2024-08-06T22:22:41.138Z | Downloaded tungstenite v0.21.0 |
661 | 2024-08-06T22:22:41.141Z | Downloaded foreign-types v0.5.0 |
662 | 2024-08-06T22:22:41.141Z | Downloaded spin v0.9.8 |
663 | 2024-08-06T22:22:41.144Z | Downloaded signal-hook v0.3.17 |
664 | 2024-08-06T22:22:41.147Z | Downloaded humantime v2.1.0 |
665 | 2024-08-06T22:22:41.150Z | Downloaded rand_xorshift v0.3.0 |
666 | 2024-08-06T22:22:41.152Z | Downloaded proc-macro-crate v1.3.1 |
667 | 2024-08-06T22:22:41.152Z | Downloaded sqlparser_derive v0.2.2 |
668 | 2024-08-06T22:22:41.152Z | Downloaded topological-sort v0.2.2 |
669 | 2024-08-06T22:22:41.155Z | Downloaded pin-utils v0.1.0 |
670 | 2024-08-06T22:22:41.158Z | Downloaded phf v0.11.2 |
671 | 2024-08-06T22:22:41.158Z | Downloaded rand_seeder v0.3.0 |
672 | 2024-08-06T22:22:41.161Z | Downloaded serde_path_to_error v0.1.16 |
673 | 2024-08-06T22:22:41.161Z | Downloaded resolv-conf v0.7.0 |
674 | 2024-08-06T22:22:41.164Z | Downloaded strum_macros v0.26.4 |
675 | 2024-08-06T22:22:41.167Z | Downloaded radium v0.7.0 |
676 | 2024-08-06T22:22:41.169Z | Downloaded tokio-rustls v0.25.0 |
677 | 2024-08-06T22:22:41.169Z | Downloaded sct v0.7.1 |
678 | 2024-08-06T22:22:41.174Z | Downloaded endian-type v0.1.2 |
679 | 2024-08-06T22:22:41.176Z | Downloaded sigpipe v0.1.3 |
680 | 2024-08-06T22:22:41.176Z | Downloaded smf v0.2.3 |
681 | 2024-08-06T22:22:41.179Z | Downloaded diff v0.1.13 |
682 | 2024-08-06T22:22:41.182Z | Downloaded tokio-rustls v0.24.1 |
683 | 2024-08-06T22:22:41.185Z | Downloaded headers-core v0.2.0 |
684 | 2024-08-06T22:22:41.185Z | Downloaded phf_shared v0.11.2 |
685 | 2024-08-06T22:22:41.188Z | Downloaded heck v0.3.3 |
686 | 2024-08-06T22:22:41.188Z | Downloaded tls_codec_derive v0.4.1 |
687 | 2024-08-06T22:22:41.191Z | Downloaded which v4.4.2 |
688 | 2024-08-06T22:22:41.193Z | Downloaded postcard v1.0.8 |
689 | 2024-08-06T22:22:41.196Z | Downloaded der_derive v0.7.2 |
690 | 2024-08-06T22:22:41.199Z | Downloaded getrandom v0.2.14 |
691 | 2024-08-06T22:22:41.203Z | Downloaded tokio-tungstenite v0.21.0 |
692 | 2024-08-06T22:22:41.205Z | Downloaded quick-error v1.2.3 |
693 | 2024-08-06T22:22:41.205Z | Downloaded filetime v0.2.23 |
694 | 2024-08-06T22:22:41.208Z | Downloaded pin-project-lite v0.2.14 |
695 | 2024-08-06T22:22:41.213Z | Downloaded ff v0.13.0 |
696 | 2024-08-06T22:22:41.220Z | Downloaded universal-hash v0.5.1 |
697 | 2024-08-06T22:22:41.220Z | Downloaded slog-bunyan v2.5.0 |
698 | 2024-08-06T22:22:41.224Z | Downloaded hex v0.4.3 |
699 | 2024-08-06T22:22:41.224Z | Downloaded smallvec v1.13.2 |
700 | 2024-08-06T22:22:41.224Z | Downloaded fd-lock v4.0.2 |
701 | 2024-08-06T22:22:41.227Z | Downloaded rand_chacha v0.3.1 |
702 | 2024-08-06T22:22:41.227Z | Downloaded libxml v0.3.3 |
703 | 2024-08-06T22:22:41.232Z | Downloaded libm v0.2.8 |
704 | 2024-08-06T22:22:41.242Z | Downloaded same-file v1.0.6 |
705 | 2024-08-06T22:22:41.247Z | Downloaded psl-types v2.0.11 |
706 | 2024-08-06T22:22:41.247Z | Downloaded structmeta-derive v0.3.0 |
707 | 2024-08-06T22:22:41.247Z | Downloaded env_logger v0.9.3 |
708 | 2024-08-06T22:22:41.250Z | Downloaded semver v0.1.20 |
709 | 2024-08-06T22:22:41.250Z | Downloaded vte_generate_state_changes v0.1.1 |
710 | 2024-08-06T22:22:41.253Z | Downloaded stringprep v0.1.4 |
711 | 2024-08-06T22:22:41.254Z | Downloaded snafu-derive v0.8.2 |
712 | 2024-08-06T22:22:41.257Z | Downloaded strum v0.26.3 |
713 | 2024-08-06T22:22:41.257Z | Downloaded typed-path v0.7.1 |
714 | 2024-08-06T22:22:41.262Z | Downloaded tracing v0.1.40 |
715 | 2024-08-06T22:22:41.267Z | Downloaded take_mut v0.2.2 |
716 | 2024-08-06T22:22:41.273Z | Downloaded hubpack_derive v0.1.1 |
717 | 2024-08-06T22:22:41.273Z | Downloaded hash32 v0.2.1 |
718 | 2024-08-06T22:22:41.273Z | Downloaded enum-as-inner v0.5.1 |
719 | 2024-08-06T22:22:41.273Z | Downloaded fixedbitset v0.4.2 |
720 | 2024-08-06T22:22:41.276Z | Downloaded strum_macros v0.24.3 |
721 | 2024-08-06T22:22:41.276Z | Downloaded uzers v0.11.3 |
722 | 2024-08-06T22:22:41.279Z | Downloaded zone v0.1.8 |
723 | 2024-08-06T22:22:41.282Z | Downloaded zeroize v1.7.0 |
724 | 2024-08-06T22:22:41.282Z | Downloaded serde-big-array v0.5.1 |
725 | 2024-08-06T22:22:41.285Z | Downloaded yasna v0.5.2 |
726 | 2024-08-06T22:22:41.285Z | Downloaded minimal-lexical v0.2.1 |
727 | 2024-08-06T22:22:41.290Z | Downloaded wait-timeout v0.2.0 |
728 | 2024-08-06T22:22:41.292Z | Downloaded hubpack v0.1.2 |
729 | 2024-08-06T22:22:41.293Z | Downloaded httpdate v1.0.3 |
730 | 2024-08-06T22:22:41.295Z | Downloaded rustc-hash v1.1.0 |
731 | 2024-08-06T22:22:41.295Z | Downloaded termios v0.3.3 |
732 | 2024-08-06T22:22:41.299Z | Downloaded termcolor v1.4.1 |
733 | 2024-08-06T22:22:41.302Z | Downloaded serde_repr v0.1.19 |
734 | 2024-08-06T22:22:41.302Z | Downloaded nom v7.1.3 |
735 | 2024-08-06T22:22:41.307Z | Downloaded structmeta-derive v0.2.0 |
736 | 2024-08-06T22:22:41.310Z | Downloaded either v1.12.0 |
737 | 2024-08-06T22:22:41.313Z | Downloaded futures-executor v0.3.30 |
738 | 2024-08-06T22:22:41.313Z | Downloaded ref-cast v1.0.23 |
739 | 2024-08-06T22:22:41.316Z | Downloaded ena v0.14.3 |
740 | 2024-08-06T22:22:41.318Z | Downloaded headers v0.3.9 |
741 | 2024-08-06T22:22:41.323Z | Downloaded schemars_derive v0.8.21 |
742 | 2024-08-06T22:22:41.327Z | Downloaded string_cache v0.8.7 |
743 | 2024-08-06T22:22:41.327Z | Downloaded termtree v0.4.1 |
744 | 2024-08-06T22:22:41.331Z | Downloaded ron v0.7.1 |
745 | 2024-08-06T22:22:41.335Z | Downloaded flume v0.11.0 |
746 | 2024-08-06T22:22:41.338Z | Downloaded futures-macro v0.3.30 |
747 | 2024-08-06T22:22:41.338Z | Downloaded unicode-linebreak v0.1.5 |
748 | 2024-08-06T22:22:41.341Z | Downloaded tabwriter v1.4.0 |
749 | 2024-08-06T22:22:41.341Z | Downloaded flagset v0.4.5 |
750 | 2024-08-06T22:22:41.344Z | Downloaded hyper-tls v0.5.0 |
751 | 2024-08-06T22:22:41.344Z | Downloaded futures-io v0.3.30 |
752 | 2024-08-06T22:22:41.344Z | Downloaded unicode-truncate v1.0.0 |
753 | 2024-08-06T22:22:41.351Z | Downloaded hyper-staticfile v0.9.5 |
754 | 2024-08-06T22:22:41.351Z | Downloaded utf-8 v0.7.6 |
755 | 2024-08-06T22:22:41.351Z | Downloaded fatfs v0.3.6 |
756 | 2024-08-06T22:22:41.354Z | Downloaded xattr v1.3.1 |
757 | 2024-08-06T22:22:41.354Z | Downloaded url v2.5.2 |
758 | 2024-08-06T22:22:41.357Z | Downloaded sha1 v0.10.6 |
759 | 2024-08-06T22:22:41.360Z | Downloaded phf_shared v0.10.0 |
760 | 2024-08-06T22:22:41.360Z | Downloaded hashbrown v0.12.3 |
761 | 2024-08-06T22:22:41.365Z | Downloaded rustls-pki-types v1.7.0 |
762 | 2024-08-06T22:22:41.367Z | Downloaded tower-service v0.3.2 |
763 | 2024-08-06T22:22:41.371Z | Downloaded futures-task v0.3.30 |
764 | 2024-08-06T22:22:41.371Z | Downloaded futures-sink v0.3.30 |
765 | 2024-08-06T22:22:41.371Z | Downloaded rustls-pemfile v2.1.3 |
766 | 2024-08-06T22:22:41.374Z | Downloaded serde-hex v0.1.0 |
767 | 2024-08-06T22:22:41.377Z | Downloaded tokio-native-tls v0.3.1 |
768 | 2024-08-06T22:22:41.377Z | Downloaded dyn-clone v1.0.17 |
769 | 2024-08-06T22:22:41.380Z | Downloaded itertools v0.12.1 |
770 | 2024-08-06T22:22:41.385Z | Downloaded derive_more v0.99.18 |
771 | 2024-08-06T22:22:41.390Z | Downloaded sync_wrapper v0.1.2 |
772 | 2024-08-06T22:22:41.394Z | Downloaded slog-json v2.6.1 |
773 | 2024-08-06T22:22:41.394Z | Downloaded slog-scope v4.4.0 |
774 | 2024-08-06T22:22:41.398Z | Downloaded predicates-tree v1.0.9 |
775 | 2024-08-06T22:22:41.398Z | Downloaded term v0.7.0 |
776 | 2024-08-06T22:22:41.402Z | Downloaded serde_with_macros v3.8.3 |
777 | 2024-08-06T22:22:41.402Z | Downloaded serde_with v3.8.3 |
778 | 2024-08-06T22:22:41.410Z | Downloaded getopts v0.2.21 |
779 | 2024-08-06T22:22:41.413Z | Downloaded hyper-rustls v0.24.2 |
780 | 2024-08-06T22:22:41.421Z | Downloaded snafu v0.8.2 |
781 | 2024-08-06T22:22:41.421Z | Downloaded signature v2.2.0 |
782 | 2024-08-06T22:22:41.424Z | Downloaded iana-time-zone v0.1.60 |
783 | 2024-08-06T22:22:41.425Z | Downloaded toml_edit v0.19.15 |
784 | 2024-08-06T22:22:41.440Z | Downloaded vsss-rs v3.3.4 |
785 | 2024-08-06T22:22:41.444Z | Downloaded ref-cast-impl v1.0.23 |
786 | 2024-08-06T22:22:41.447Z | Downloaded serde_derive_internals v0.29.1 |
787 | 2024-08-06T22:22:41.447Z | Downloaded thiserror-no-std v2.0.2 |
788 | 2024-08-06T22:22:41.450Z | Downloaded float-cmp v0.9.0 |
789 | 2024-08-06T22:22:41.453Z | Downloaded slog-stdlog v4.1.1 |
790 | 2024-08-06T22:22:41.453Z | Downloaded serde_plain v1.0.2 |
791 | 2024-08-06T22:22:41.456Z | Downloaded rusty-fork v0.3.0 |
792 | 2024-08-06T22:22:41.456Z | Downloaded futures-channel v0.3.30 |
793 | 2024-08-06T22:22:41.461Z | Downloaded pin-project-internal v1.1.5 |
794 | 2024-08-06T22:22:41.461Z | Downloaded itertools v0.13.0 |
795 | 2024-08-06T22:22:41.465Z | Downloaded publicsuffix v2.2.3 |
796 | 2024-08-06T22:22:41.468Z | Downloaded blake3 v1.5.1 |
797 | 2024-08-06T22:22:41.475Z | Downloaded pkcs8 v0.10.2 |
798 | 2024-08-06T22:22:41.479Z | Downloaded diesel_derives v2.1.4 |
799 | 2024-08-06T22:22:41.482Z | Downloaded elliptic-curve v0.13.8 |
800 | 2024-08-06T22:22:41.489Z | Downloaded similar v2.5.0 |
801 | 2024-08-06T22:22:41.492Z | Downloaded rcgen v0.12.1 |
802 | 2024-08-06T22:22:41.495Z | Downloaded rayon-core v1.12.1 |
803 | 2024-08-06T22:22:41.498Z | Downloaded gethostname v0.5.0 |
804 | 2024-08-06T22:22:41.501Z | Downloaded unicode-bidi v0.3.15 |
805 | 2024-08-06T22:22:41.501Z | Downloaded http v0.2.12 |
806 | 2024-08-06T22:22:41.505Z | Downloaded expectorate v1.1.0 |
807 | 2024-08-06T22:22:41.508Z | Downloaded serde_yaml v0.9.34+deprecated |
808 | 2024-08-06T22:22:41.511Z | Downloaded rand v0.8.5 |
809 | 2024-08-06T22:22:41.515Z | Downloaded aho-corasick v1.1.3 |
810 | 2024-08-06T22:22:41.520Z | Downloaded uuid v1.10.0 |
811 | 2024-08-06T22:22:41.524Z | Downloaded time v0.3.36 |
812 | 2024-08-06T22:22:41.532Z | Downloaded tokio-postgres v0.7.11 |
813 | 2024-08-06T22:22:41.536Z | Downloaded regex-automata v0.1.10 |
814 | 2024-08-06T22:22:41.540Z | Downloaded heapless v0.7.17 |
815 | 2024-08-06T22:22:41.544Z | Downloaded tracing-core v0.1.32 |
816 | 2024-08-06T22:22:41.553Z | Downloaded unicode_categories v0.1.1 |
817 | 2024-08-06T22:22:41.553Z | Downloaded prettyplease v0.2.20 |
818 | 2024-08-06T22:22:41.553Z | Downloaded pin-project v1.1.5 |
819 | 2024-08-06T22:22:41.563Z | Downloaded tokio-util v0.7.11 |
820 | 2024-08-06T22:22:41.570Z | Downloaded ron v0.8.1 |
821 | 2024-08-06T22:22:41.575Z | Downloaded chrono v0.4.38 |
822 | 2024-08-06T22:22:41.583Z | Downloaded trust-dns-client v0.22.0 |
823 | 2024-08-06T22:22:41.590Z | Downloaded samael v0.0.15 |
824 | 2024-08-06T22:22:41.597Z | Downloaded tough v0.17.1 |
825 | 2024-08-06T22:22:41.601Z | Downloaded heapless v0.8.0 |
826 | 2024-08-06T22:22:41.605Z | Downloaded rsa v0.9.6 |
827 | 2024-08-06T22:22:41.615Z | Downloaded steno v0.4.1 |
828 | 2024-08-06T22:22:41.619Z | Downloaded bindgen v0.69.4 |
829 | 2024-08-06T22:22:41.622Z | Downloaded hashbrown v0.13.2 |
830 | 2024-08-06T22:22:41.626Z | Downloaded winnow v0.5.40 |
831 | 2024-08-06T22:22:41.635Z | Downloaded bitvec v1.0.1 |
832 | 2024-08-06T22:22:41.655Z | Downloaded zip v0.6.6 |
833 | 2024-08-06T22:22:41.668Z | Downloaded lalrpop v0.19.12 |
834 | 2024-08-06T22:22:41.668Z | Downloaded x509-cert v0.2.5 |
835 | 2024-08-06T22:22:41.677Z | Downloaded unicode-segmentation v1.11.0 |
836 | 2024-08-06T22:22:41.682Z | Downloaded hyper v0.14.30 |
837 | 2024-08-06T22:22:41.686Z | Downloaded h2 v0.3.26 |
838 | 2024-08-06T22:22:41.689Z | Downloaded curve25519-dalek v4.1.3 |
839 | 2024-08-06T22:22:41.698Z | Downloaded sqlparser v0.45.0 |
840 | 2024-08-06T22:22:41.703Z | Downloaded rayon v1.10.0 |
841 | 2024-08-06T22:22:41.712Z | Downloaded flate2 v1.0.31 |
842 | 2024-08-06T22:22:41.719Z | Downloaded smoltcp v0.9.1 |
843 | 2024-08-06T22:22:41.727Z | Downloaded quick-xml v0.31.0 |
844 | 2024-08-06T22:22:41.733Z | Downloaded unicode-normalization v0.1.23 |
845 | 2024-08-06T22:22:41.737Z | Downloaded reqwest v0.11.27 |
846 | 2024-08-06T22:22:41.746Z | Downloaded rustyline v14.0.0 |
847 | 2024-08-06T22:22:41.751Z | Downloaded rustls-webpki v0.102.4 |
848 | 2024-08-06T22:22:41.770Z | Downloaded regex v1.10.5 |
849 | 2024-08-06T22:22:41.782Z | Downloaded reedline v0.31.0 |
850 | 2024-08-06T22:22:41.789Z | Downloaded rustls-webpki v0.101.7 |
851 | 2024-08-06T22:22:41.804Z | Downloaded regress v0.9.1 |
852 | 2024-08-06T22:22:41.812Z | Downloaded portable-atomic v1.6.0 |
853 | 2024-08-06T22:22:41.819Z | Downloaded object v0.32.2 |
854 | 2024-08-06T22:22:41.830Z | Downloaded futures-util v0.3.30 |
855 | 2024-08-06T22:22:41.841Z | Downloaded object v0.30.4 |
856 | 2024-08-06T22:22:41.851Z | Downloaded nix v0.27.1 |
857 | 2024-08-06T22:22:41.861Z | Downloaded idna v0.3.0 |
858 | 2024-08-06T22:22:41.869Z | Downloaded openssl v0.10.66 |
859 | 2024-08-06T22:22:41.878Z | Downloaded webpki-roots v0.25.4 |
860 | 2024-08-06T22:22:41.883Z | Downloaded gimli v0.28.1 |
861 | 2024-08-06T22:22:41.892Z | Downloaded vcpkg v0.2.15 |
862 | 2024-08-06T22:22:41.930Z | Downloaded regex-syntax v0.6.29 |
863 | 2024-08-06T22:22:41.937Z | Downloaded radix_trie v0.2.1 |
864 | 2024-08-06T22:22:41.943Z | Downloaded zerocopy-derive v0.6.6 |
865 | 2024-08-06T22:22:41.953Z | Downloaded ratatui v0.27.0 |
866 | 2024-08-06T22:22:41.973Z | Downloaded regex-automata v0.4.6 |
867 | 2024-08-06T22:22:41.989Z | Downloaded idna v0.5.0 |
868 | 2024-08-06T22:22:41.997Z | Downloaded smoltcp v0.11.0 |
869 | 2024-08-06T22:22:42.010Z | Downloaded trust-dns-proto v0.22.0 |
870 | 2024-08-06T22:22:42.022Z | Downloaded rustls v0.22.4 |
871 | 2024-08-06T22:22:42.035Z | Downloaded diesel v2.1.6 |
872 | 2024-08-06T22:22:42.053Z | Downloaded petgraph v0.6.5 |
873 | 2024-08-06T22:22:42.071Z | Downloaded tokio v1.38.1 |
874 | 2024-08-06T22:22:42.108Z | Downloaded sled v0.34.7 |
875 | 2024-08-06T22:22:42.118Z | Downloaded csv v1.3.0 |
876 | 2024-08-06T22:22:42.137Z | Downloaded encoding_rs v0.8.34 |
877 | 2024-08-06T22:22:42.158Z | Downloaded finl_unicode v1.2.0 |
878 | 2024-08-06T22:22:42.180Z | Downloaded regex-syntax v0.8.3 |
879 | 2024-08-06T22:22:42.187Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
880 | 2024-08-06T22:22:42.192Z | Downloaded openapiv3 v2.0.0 |
881 | 2024-08-06T22:22:42.203Z | Downloaded nix v0.28.0 |
882 | 2024-08-06T22:22:42.214Z | Downloaded proptest v1.4.0 |
883 | 2024-08-06T22:22:42.227Z | Downloaded sha3 v0.10.8 |
884 | 2024-08-06T22:22:42.231Z | Downloaded rustls v0.21.12 |
885 | 2024-08-06T22:22:42.251Z | Downloaded polar-core v0.27.3 |
886 | 2024-08-06T22:22:42.258Z | Downloaded idna v0.2.3 |
887 | 2024-08-06T22:22:42.259Z | Downloaded bstr v1.9.1 |
888 | 2024-08-06T22:22:42.263Z | Downloaded bstr v0.2.17 |
889 | 2024-08-06T22:22:42.288Z | Downloaded futures v0.3.30 |
890 | 2024-08-06T22:22:42.295Z | Downloaded trust-dns-resolver v0.22.0 |
891 | 2024-08-06T22:22:42.295Z | Downloaded hkdf v0.12.4 |
892 | 2024-08-06T22:22:42.295Z | Downloaded half v2.4.1 |
893 | 2024-08-06T22:22:42.295Z | Downloaded trust-dns-server v0.22.1 |
894 | 2024-08-06T22:22:42.296Z | Downloaded http v1.1.0 |
895 | 2024-08-06T22:22:42.296Z | Downloaded num-bigint-dig v0.8.4 |
896 | 2024-08-06T22:22:42.299Z | Downloaded unsafe-libyaml v0.2.11 |
897 | 2024-08-06T22:22:42.303Z | Downloaded zeroize_derive v1.4.2 |
898 | 2024-08-06T22:22:42.307Z | Downloaded pkcs1 v0.7.5 |
899 | 2024-08-06T22:22:42.307Z | Downloaded rustversion v1.0.17 |
900 | 2024-08-06T22:22:42.333Z | Downloaded pretty-hex v0.2.1 |
901 | 2024-08-06T22:22:42.334Z | Downloaded want v0.3.1 |
902 | 2024-08-06T22:22:42.334Z | Downloaded rustc-demangle v0.1.24 |
903 | 2024-08-06T22:22:42.339Z | Downloaded httparse v1.8.0 |
904 | 2024-08-06T22:22:42.339Z | Downloaded mio v0.8.11 |
905 | 2024-08-06T22:22:42.339Z | Downloaded tokio-macros v2.3.0 |
906 | 2024-08-06T22:22:42.339Z | Downloaded strip-ansi-escapes v0.2.0 |
907 | 2024-08-06T22:22:42.339Z | Downloaded rustls-pemfile v1.0.4 |
908 | 2024-08-06T22:22:42.339Z | Downloaded rtoolbox v0.0.2 |
909 | 2024-08-06T22:22:42.339Z | Downloaded toml v0.5.11 |
910 | 2024-08-06T22:22:42.339Z | Downloaded futures-core v0.3.30 |
911 | 2024-08-06T22:22:42.339Z | Downloaded smallvec v0.6.14 |
912 | 2024-08-06T22:22:42.339Z | Downloaded tls_codec v0.4.1 |
913 | 2024-08-06T22:22:42.340Z | Downloaded slog v2.7.0 |
914 | 2024-08-06T22:22:42.340Z | Downloaded crossterm v0.27.0 |
915 | 2024-08-06T22:22:42.345Z | Downloaded rand_core v0.6.4 |
916 | 2024-08-06T22:22:42.345Z | Downloaded tui-tree-widget v0.21.0 |
917 | 2024-08-06T22:22:42.345Z | Downloaded schemars v0.8.21 |
918 | 2024-08-06T22:22:42.389Z | Downloaded fallible-iterator v0.2.0 |
919 | 2024-08-06T22:22:42.406Z | Downloaded unicase v2.7.0 |
920 | 2024-08-06T22:22:42.406Z | Downloaded predicates-core v1.0.6 |
921 | 2024-08-06T22:22:42.406Z | Downloaded untrusted v0.7.1 |
922 | 2024-08-06T22:22:42.406Z | Downloaded test-strategy v0.3.1 |
923 | 2024-08-06T22:22:42.406Z | Downloaded textwrap v0.16.1 |
924 | 2024-08-06T22:22:42.406Z | Downloaded itertools v0.10.5 |
925 | 2024-08-06T22:22:42.406Z | Downloaded base64 v0.22.1 |
926 | 2024-08-06T22:22:42.406Z | Downloaded vte v0.11.1 |
927 | 2024-08-06T22:22:42.407Z | Downloaded subprocess v0.2.9 |
928 | 2024-08-06T22:22:42.407Z | Downloaded zerocopy v0.6.6 |
929 | 2024-08-06T22:22:42.407Z | Downloaded pem-rfc7468 v0.7.0 |
930 | 2024-08-06T22:22:42.407Z | Downloaded socket2 v0.5.7 |
931 | 2024-08-06T22:22:42.407Z | Downloaded tungstenite v0.20.1 |
932 | 2024-08-06T22:22:42.407Z | Downloaded num-bigint v0.4.5 |
933 | 2024-08-06T22:22:42.407Z | Downloaded const_format v0.2.32 |
934 | 2024-08-06T22:22:42.407Z | Downloaded hmac v0.12.1 |
935 | 2024-08-06T22:22:42.413Z | Downloaded poly1305 v0.8.0 |
936 | 2024-08-06T22:22:42.414Z | Downloaded peg-macros v0.8.4 |
937 | 2024-08-06T22:22:42.414Z | Downloaded tokio-tungstenite v0.20.1 |
938 | 2024-08-06T22:22:42.414Z | Downloaded http-range v0.1.5 |
939 | 2024-08-06T22:22:42.414Z | Downloaded zone_cfg_derive v0.1.2 |
940 | 2024-08-06T22:22:42.414Z | Downloaded hostname v0.4.0 |
941 | 2024-08-06T22:22:42.414Z | Downloaded tracing-attributes v0.1.27 |
942 | 2024-08-06T22:22:42.414Z | Downloaded secrecy v0.8.0 |
943 | 2024-08-06T22:22:42.414Z | Downloaded slog-envlogger v2.2.0 |
944 | 2024-08-06T22:22:42.414Z | Downloaded whoami v1.5.1 |
945 | 2024-08-06T22:22:42.414Z | Downloaded cc v1.0.97 |
946 | 2024-08-06T22:22:42.417Z | Downloaded scopeguard v1.2.0 |
947 | 2024-08-06T22:22:42.417Z | Downloaded crypto-bigint v0.5.5 |
948 | 2024-08-06T22:22:42.424Z | Downloaded crossbeam-channel v0.5.12 |
949 | 2024-08-06T22:22:42.450Z | Downloaded tinyvec v1.6.0 |
950 | 2024-08-06T22:22:42.450Z | Downloaded crc-any v2.5.0 |
951 | 2024-08-06T22:22:42.454Z | Downloaded percent-encoding v2.3.1 |
952 | 2024-08-06T22:22:42.454Z | Downloaded chacha20poly1305 v0.10.1 |
953 | 2024-08-06T22:22:42.454Z | Downloaded foreign-types-macros v0.2.3 |
954 | 2024-08-06T22:22:42.454Z | Downloaded globset v0.4.14 |
955 | 2024-08-06T22:22:42.454Z | Downloaded tar v0.4.41 |
956 | 2024-08-06T22:22:42.454Z | Downloaded num-traits v0.2.19 |
957 | 2024-08-06T22:22:42.454Z | Downloaded base64 v0.21.7 |
958 | 2024-08-06T22:22:42.454Z | Downloaded memmap2 v0.9.4 |
959 | 2024-08-06T22:22:42.454Z | Downloaded signal-hook-mio v0.2.3 |
960 | 2024-08-06T22:22:42.455Z | Downloaded serde_arrays v0.1.0 |
961 | 2024-08-06T22:22:42.455Z | Downloaded erased-serde v0.3.31 |
962 | 2024-08-06T22:22:42.455Z | Downloaded env_logger v0.10.2 |
963 | 2024-08-06T22:22:42.455Z | Downloaded base64 v0.13.1 |
964 | 2024-08-06T22:22:42.455Z | Downloaded pem v3.0.4 |
965 | 2024-08-06T22:22:42.458Z | Downloaded home v0.5.9 |
966 | 2024-08-06T22:22:42.458Z | Downloaded slog-term v2.9.1 |
967 | 2024-08-06T22:22:42.458Z | Downloaded highway v1.1.0 |
968 | 2024-08-06T22:22:42.464Z | Downloaded num_enum v0.5.11 |
969 | 2024-08-06T22:22:42.464Z | Downloaded native-tls v0.2.11 |
970 | 2024-08-06T22:22:42.467Z | Downloaded multimap v0.10.0 |
971 | 2024-08-06T22:22:42.467Z | Downloaded indexmap v1.9.3 |
972 | 2024-08-06T22:22:42.471Z | Downloaded structmeta v0.2.0 |
973 | 2024-08-06T22:22:42.471Z | Downloaded crossbeam-deque v0.8.5 |
974 | 2024-08-06T22:22:42.475Z | Downloaded peg-runtime v0.8.3 |
975 | 2024-08-06T22:22:42.475Z | Downloaded num-integer v0.1.46 |
976 | 2024-08-06T22:22:42.475Z | Downloaded num v0.4.3 |
977 | 2024-08-06T22:22:42.479Z | Downloaded lru v0.12.3 |
978 | 2024-08-06T22:22:42.479Z | Downloaded linked-hash-map v0.5.6 |
979 | 2024-08-06T22:22:42.479Z | Downloaded linear-map v1.2.0 |
980 | 2024-08-06T22:22:42.479Z | Downloaded kstat-rs v0.2.4 |
981 | 2024-08-06T22:22:42.483Z | Downloaded bb8 v0.8.5 |
982 | 2024-08-06T22:22:42.483Z | Downloaded foreign-types-shared v0.1.1 |
983 | 2024-08-06T22:22:42.483Z | Downloaded bzip2 v0.4.4 |
984 | 2024-08-06T22:22:42.486Z | Downloaded derive_builder_macro v0.20.0 |
985 | 2024-08-06T22:22:42.487Z | Downloaded newtype_derive v0.1.6 |
986 | 2024-08-06T22:22:42.487Z | Downloaded maybe-uninit v2.0.0 |
987 | 2024-08-06T22:22:42.487Z | Downloaded slab v0.4.9 |
988 | 2024-08-06T22:22:42.490Z | Downloaded arc-swap v1.7.1 |
989 | 2024-08-06T22:22:42.493Z | Downloaded async-trait v0.1.81 |
990 | 2024-08-06T22:22:42.496Z | Downloaded ascii v1.1.0 |
991 | 2024-08-06T22:22:42.496Z | Downloaded parking_lot_core v0.8.6 |
992 | 2024-08-06T22:22:42.499Z | Downloaded crossbeam-epoch v0.9.18 |
993 | 2024-08-06T22:22:42.503Z | Downloaded multer v3.1.0 |
994 | 2024-08-06T22:22:42.503Z | Downloaded libloading v0.8.3 |
995 | 2024-08-06T22:22:42.506Z | Downloaded newtype-uuid v1.1.0 |
996 | 2024-08-06T22:22:42.506Z | Downloaded mime_guess v2.0.4 |
997 | 2024-08-06T22:22:42.506Z | Downloaded lock_api v0.4.12 |
998 | 2024-08-06T22:22:42.509Z | Downloaded defmt-macros v0.3.9 |
999 | 2024-08-06T22:22:42.512Z | Downloaded debug-ignore v1.0.5 |
1000 | 2024-08-06T22:22:42.512Z | Downloaded curve25519-dalek-derive v0.1.1 |
1001 | 2024-08-06T22:22:42.515Z | Downloaded bitfield-struct v0.6.1 |
1002 | 2024-08-06T22:22:42.515Z | Downloaded bit-vec v0.6.3 |
1003 | 2024-08-06T22:22:42.515Z | Downloaded darling v0.20.9 |
1004 | 2024-08-06T22:22:42.569Z | Downloaded async-stream v0.3.5 |
1005 | 2024-08-06T22:22:42.569Z | Downloaded inout v0.1.3 |
1006 | 2024-08-06T22:22:42.569Z | Downloaded defmt-parser v0.3.4 |
1007 | 2024-08-06T22:22:42.569Z | Downloaded cookie v0.17.0 |
1008 | 2024-08-06T22:22:42.569Z | Downloaded base64ct v1.6.0 |
1009 | 2024-08-06T22:22:42.577Z | Downloaded argon2 v0.5.3 |
1010 | 2024-08-06T22:22:42.577Z | Downloaded indoc v1.0.9 |
1011 | 2024-08-06T22:22:42.577Z | Downloaded const_format_proc_macros v0.2.32 |
1012 | 2024-08-06T22:22:42.577Z | Downloaded lru-cache v0.1.2 |
1013 | 2024-08-06T22:22:42.577Z | Downloaded darling_macro v0.20.9 |
1014 | 2024-08-06T22:22:42.577Z | Downloaded crucible-workspace-hack v0.1.0 |
1015 | 2024-08-06T22:22:42.578Z | Downloaded crunchy v0.2.2 |
1016 | 2024-08-06T22:22:42.578Z | Downloaded assert_matches v1.5.0 |
1017 | 2024-08-06T22:22:42.578Z | Downloaded indent_write v2.2.0 |
1018 | 2024-08-06T22:22:42.578Z | Downloaded arrayvec v0.7.4 |
1019 | 2024-08-06T22:22:42.578Z | Downloaded addr2line v0.21.0 |
1020 | 2024-08-06T22:22:42.578Z | Downloaded async-recursion v1.1.1 |
1021 | 2024-08-06T22:22:42.578Z | Downloaded bit-set v0.5.3 |
1022 | 2024-08-06T22:22:42.578Z | Downloaded ascii-canvas v3.0.0 |
1023 | 2024-08-06T22:22:42.578Z | Downloaded aead v0.5.2 |
1024 | 2024-08-06T22:22:42.756Z | Downloaded ring v0.17.8 |
1025 | 2024-08-06T22:22:42.960Z | Downloaded ring v0.16.20 |
1026 | 2024-08-06T22:22:43.041Z | Compiling cfg-if v1.0.0 |
1027 | 2024-08-06T22:22:43.041Z | Compiling serde v1.0.204 |
1028 | 2024-08-06T22:22:43.046Z | Compiling lock_api v0.4.12 |
1029 | 2024-08-06T22:22:43.046Z | Compiling scopeguard v1.2.0 |
1030 | 2024-08-06T22:22:43.046Z | Compiling log v0.4.21 |
1031 | 2024-08-06T22:22:43.184Z | Compiling syn v2.0.72 |
1032 | 2024-08-06T22:22:43.217Z | Compiling cc v1.0.97 |
1033 | 2024-08-06T22:22:43.221Z | Compiling parking_lot_core v0.9.10 |
1034 | 2024-08-06T22:22:43.265Z | Compiling getrandom v0.2.14 |
1035 | 2024-08-06T22:22:43.303Z | Compiling smallvec v1.13.2 |
1036 | 2024-08-06T22:22:43.730Z | Compiling rand_core v0.6.4 |
1037 | 2024-08-06T22:22:43.748Z | Compiling typenum v1.17.0 |
1038 | 2024-08-06T22:22:43.837Z | Compiling generic-array v0.14.7 |
1039 | 2024-08-06T22:22:43.855Z | Compiling pin-project-lite v0.2.14 |
1040 | 2024-08-06T22:22:43.984Z | Compiling signal-hook-registry v1.4.2 |
1041 | 2024-08-06T22:22:44.171Z | Compiling spin v0.9.8 |
1042 | 2024-08-06T22:22:44.216Z | Compiling mio v0.8.11 |
1043 | 2024-08-06T22:22:44.294Z | Compiling parking_lot v0.12.2 |
1044 | 2024-08-06T22:22:45.063Z | Compiling libm v0.2.8 |
1045 | 2024-08-06T22:22:45.063Z | Compiling serde_json v1.0.122 |
1046 | 2024-08-06T22:22:45.152Z | Compiling ahash v0.8.11 |
1047 | 2024-08-06T22:22:45.152Z | Compiling num-traits v0.2.19 |
1048 | 2024-08-06T22:22:45.152Z | Compiling tinyvec_macros v0.1.1 |
1049 | 2024-08-06T22:22:45.182Z | Compiling futures-core v0.3.30 |
1050 | 2024-08-06T22:22:45.278Z | Compiling tinyvec v1.6.0 |
1051 | 2024-08-06T22:22:45.394Z | Compiling num_cpus v1.16.0 |
1052 | 2024-08-06T22:22:45.515Z | Compiling socket2 v0.5.7 |
1053 | 2024-08-06T22:22:45.530Z | Compiling const-oid v0.9.6 |
1054 | 2024-08-06T22:22:45.592Z | Compiling subtle v2.5.0 |
1055 | 2024-08-06T22:22:45.957Z | Compiling slab v0.4.9 |
1056 | 2024-08-06T22:22:48.914Z | Compiling futures-sink v0.3.30 |
1057 | 2024-08-06T22:22:48.980Z | Compiling allocator-api2 v0.2.18 |
1058 | 2024-08-06T22:22:48.980Z | Compiling unicode-normalization v0.1.23 |
1059 | 2024-08-06T22:22:48.981Z | Compiling unicode-bidi v0.3.15 |
1060 | 2024-08-06T22:22:48.981Z | Compiling futures-channel v0.3.30 |
1061 | 2024-08-06T22:22:48.981Z | Compiling futures-io v0.3.30 |
1062 | 2024-08-06T22:22:48.981Z | Compiling futures-task v0.3.30 |
1063 | 2024-08-06T22:22:48.981Z | Compiling pkg-config v0.3.30 |
1064 | 2024-08-06T22:22:48.981Z | Compiling vcpkg v0.2.15 |
1065 | 2024-08-06T22:22:48.981Z | Compiling pin-utils v0.1.0 |
1066 | 2024-08-06T22:22:48.981Z | Compiling ring v0.17.8 |
1067 | 2024-08-06T22:22:48.981Z | Compiling ppv-lite86 v0.2.17 |
1068 | 2024-08-06T22:22:48.981Z | Compiling percent-encoding v2.3.1 |
1069 | 2024-08-06T22:22:48.981Z | Compiling tracing-core v0.1.32 |
1070 | 2024-08-06T22:22:48.981Z | Compiling num-conv v0.1.0 |
1071 | 2024-08-06T22:22:48.981Z | Compiling rand_chacha v0.3.1 |
1072 | 2024-08-06T22:22:48.981Z | Compiling time-core v0.1.2 |
1073 | 2024-08-06T22:22:48.981Z | Compiling untrusted v0.9.0 |
1074 | 2024-08-06T22:22:48.981Z | Compiling powerfmt v0.2.0 |
1075 | 2024-08-06T22:22:48.981Z | Compiling syn v1.0.109 |
1076 | 2024-08-06T22:22:49.004Z | Compiling rustix v0.38.34 |
1077 | 2024-08-06T22:22:49.025Z | Compiling deranged v0.3.11 |
1078 | 2024-08-06T22:22:49.382Z | Compiling rand v0.8.5 |
1079 | 2024-08-06T22:22:49.588Z | Compiling time-macros v0.2.18 |
1080 | 2024-08-06T22:22:49.630Z | Compiling openssl-sys v0.9.103 |
1081 | 2024-08-06T22:22:49.828Z | Compiling foreign-types-shared v0.1.1 |
1082 | 2024-08-06T22:22:49.927Z | Compiling rustversion v1.0.17 |
1083 | 2024-08-06T22:22:50.620Z | Compiling httparse v1.8.0 |
1084 | 2024-08-06T22:22:50.662Z | Compiling num_threads v0.1.7 |
1085 | 2024-08-06T22:22:50.777Z | Compiling iana-time-zone v0.1.60 |
1086 | 2024-08-06T22:22:50.783Z | Compiling base64ct v1.6.0 |
1087 | 2024-08-06T22:22:51.002Z | Compiling openssl v0.10.66 |
1088 | 2024-08-06T22:22:51.158Z | Compiling pem-rfc7468 v0.7.0 |
1089 | 2024-08-06T22:22:51.252Z | Compiling foreign-types v0.3.2 |
1090 | 2024-08-06T22:22:51.341Z | Compiling form_urlencoded v1.2.1 |
1091 | 2024-08-06T22:22:51.355Z | Compiling native-tls v0.2.11 |
1092 | 2024-08-06T22:22:51.613Z | Compiling crossbeam-utils v0.8.19 |
1093 | 2024-08-06T22:22:51.616Z | Compiling siphasher v0.3.11 |
1094 | 2024-08-06T22:22:51.826Z | Compiling try-lock v0.2.5 |
1095 | 2024-08-06T22:22:51.957Z | Compiling flagset v0.4.5 |
1096 | 2024-08-06T22:22:51.998Z | Compiling rustls v0.21.12 |
1097 | 2024-08-06T22:22:52.126Z | Compiling want v0.3.1 |
1098 | 2024-08-06T22:22:52.353Z | Compiling serde_derive_internals v0.29.1 |
1099 | 2024-08-06T22:22:52.465Z | Compiling time v0.3.36 |
1100 | 2024-08-06T22:22:52.837Z | Compiling idna v0.5.0 |
1101 | 2024-08-06T22:22:53.488Z | Compiling lazy_static v1.5.0 |
1102 | 2024-08-06T22:22:53.634Z | Compiling aho-corasick v1.1.3 |
1103 | 2024-08-06T22:22:54.372Z | Compiling cookie v0.17.0 |
1104 | 2024-08-06T22:22:54.667Z | Compiling finl_unicode v1.2.0 |
1105 | 2024-08-06T22:22:54.951Z | Compiling slog v2.7.0 |
1106 | 2024-08-06T22:22:55.175Z | Compiling regex-syntax v0.8.3 |
1107 | 2024-08-06T22:22:55.232Z | Compiling tower-service v0.3.2 |
1108 | 2024-08-06T22:22:55.352Z | Compiling schemars v0.8.21 |
1109 | 2024-08-06T22:22:55.427Z | Compiling openssl-probe v0.1.5 |
1110 | 2024-08-06T22:22:55.688Z | Compiling signal-hook v0.3.17 |
1111 | 2024-08-06T22:22:55.725Z | Compiling cpufeatures v0.2.12 |
1112 | 2024-08-06T22:22:55.825Z | Compiling adler v1.0.2 |
1113 | 2024-08-06T22:22:55.957Z | Compiling httpdate v1.0.3 |
1114 | 2024-08-06T22:22:56.046Z | Compiling miniz_oxide v0.7.2 |
1115 | 2024-08-06T22:22:56.534Z | Compiling stringprep v0.1.4 |
1116 | 2024-08-06T22:22:57.023Z | Compiling serde_derive v1.0.204 |
1117 | 2024-08-06T22:22:57.118Z | Compiling zeroize_derive v1.4.2 |
1118 | 2024-08-06T22:22:57.516Z | Compiling zerocopy-derive v0.7.34 |
1119 | 2024-08-06T22:22:57.667Z | Compiling tokio-macros v2.3.0 |
1120 | 2024-08-06T22:22:58.619Z | Compiling zeroize v1.7.0 |
1121 | 2024-08-06T22:22:58.828Z | Compiling thiserror-impl v1.0.63 |
1122 | 2024-08-06T22:22:59.301Z | Compiling futures-macro v0.3.30 |
1123 | 2024-08-06T22:22:59.795Z | Compiling zerocopy v0.7.34 |
1124 | 2024-08-06T22:23:00.028Z | Compiling scroll_derive v0.12.0 |
1125 | 2024-08-06T22:23:00.454Z | Compiling crypto-common v0.1.6 |
1126 | 2024-08-06T22:23:00.690Z | Compiling block-buffer v0.10.4 |
1127 | 2024-08-06T22:23:00.944Z | Compiling digest v0.10.7 |
1128 | 2024-08-06T22:23:01.413Z | Compiling futures-util v0.3.30 |
1129 | 2024-08-06T22:23:01.432Z | Compiling tracing-attributes v0.1.27 |
1130 | 2024-08-06T22:23:01.487Z | Compiling scroll v0.12.0 |
1131 | 2024-08-06T22:23:01.936Z | Compiling hashbrown v0.14.5 |
1132 | 2024-08-06T22:23:02.059Z | Compiling goblin v0.8.2 |
1133 | 2024-08-06T22:23:02.084Z | Compiling thiserror v1.0.63 |
1134 | 2024-08-06T22:23:02.224Z | Compiling pest v2.7.10 |
1135 | 2024-08-06T22:23:03.343Z | Compiling hmac v0.12.1 |
1136 | 2024-08-06T22:23:03.652Z | Compiling openssl-macros v0.1.1 |
1137 | 2024-08-06T22:23:04.439Z | Compiling der_derive v0.7.2 |
1138 | 2024-08-06T22:23:04.572Z | Compiling sct v0.7.1 |
1139 | 2024-08-06T22:23:04.904Z | Compiling pest_meta v2.7.10 |
1140 | 2024-08-06T22:23:05.280Z | Compiling rustls-webpki v0.101.7 |
1141 | 2024-08-06T22:23:05.296Z | Compiling tracing v0.1.40 |
1142 | 2024-08-06T22:23:05.378Z | Compiling md-5 v0.10.6 |
1143 | 2024-08-06T22:23:05.630Z | Compiling sha2 v0.10.8 |
1144 | 2024-08-06T22:23:05.763Z | Compiling regex-automata v0.4.6 |
1145 | 2024-08-06T22:23:07.020Z | Compiling pest_generator v2.7.10 |
1146 | 2024-08-06T22:23:07.228Z | Compiling der v0.7.9 |
1147 | 2024-08-06T22:23:09.033Z | Compiling schemars_derive v0.8.21 |
1148 | 2024-08-06T22:23:09.305Z | Compiling url v2.5.2 |
1149 | 2024-08-06T22:23:10.083Z | Compiling pest_derive v2.7.10 |
1150 | 2024-08-06T22:23:10.646Z | Compiling spki v0.7.3 |
1151 | 2024-08-06T22:23:10.856Z | Compiling dtrace-parser v0.2.0 |
1152 | 2024-08-06T22:23:11.206Z | Compiling bytes v1.7.1 |
1153 | 2024-08-06T22:23:11.494Z | Compiling bitflags v2.6.0 |
1154 | 2024-08-06T22:23:12.275Z | Compiling tokio v1.38.1 |
1155 | 2024-08-06T22:23:12.383Z | Compiling indexmap v2.3.0 |
1156 | 2024-08-06T22:23:12.508Z | Compiling http v0.2.12 |
1157 | 2024-08-06T22:23:12.529Z | Compiling uuid v1.10.0 |
1158 | 2024-08-06T22:23:12.986Z | Compiling semver v1.0.23 |
1159 | 2024-08-06T22:23:13.773Z | Compiling rustc_version v0.4.0 |
1160 | 2024-08-06T22:23:14.048Z | Compiling chrono v0.4.38 |
1161 | 2024-08-06T22:23:14.536Z | Compiling heapless v0.7.17 |
1162 | 2024-08-06T22:23:14.986Z | Compiling http-body v0.4.6 |
1163 | 2024-08-06T22:23:15.072Z | Compiling dof v0.3.0 |
1164 | 2024-08-06T22:23:15.493Z | Compiling serde_spanned v0.6.7 |
1165 | 2024-08-06T22:23:15.723Z | Compiling serde_tokenstream v0.2.1 |
1166 | 2024-08-06T22:23:16.267Z | Compiling usdt-impl v0.5.0 |
1167 | 2024-08-06T22:23:16.584Z | Compiling toml_datetime v0.6.8 |
1168 | 2024-08-06T22:23:16.972Z | Compiling num-integer v0.1.46 |
1169 | 2024-08-06T22:23:17.106Z | Compiling idna v0.3.0 |
1170 | 2024-08-06T22:23:17.254Z | Compiling backtrace v0.3.71 |
1171 | 2024-08-06T22:23:17.719Z | Compiling hash32 v0.2.1 |
1172 | 2024-08-06T22:23:17.735Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1173 | 2024-08-06T22:23:17.752Z | Compiling psl-types v2.0.11 |
1174 | 2024-08-06T22:23:17.806Z | Compiling crc32fast v1.4.0 |
1175 | 2024-08-06T22:23:17.944Z | Compiling dyn-clone v1.0.17 |
1176 | 2024-08-06T22:23:18.067Z | Compiling fallible-iterator v0.2.0 |
1177 | 2024-08-06T22:23:18.157Z | Compiling gimli v0.28.1 |
1178 | 2024-08-06T22:23:18.353Z | Compiling stable_deref_trait v1.2.0 |
1179 | 2024-08-06T22:23:18.459Z | Compiling base64 v0.22.1 |
1180 | 2024-08-06T22:23:18.610Z | Compiling smoltcp v0.9.1 |
1181 | 2024-08-06T22:23:19.205Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-06T22:23:19.394Z | Compiling publicsuffix v2.2.3 |
1183 | 2024-08-06T22:23:19.541Z | Compiling terminal_size v0.3.0 |
1184 | 2024-08-06T22:23:19.641Z | Compiling pkcs8 v0.10.2 |
1185 | 2024-08-06T22:23:19.895Z | Compiling hubpack_derive v0.1.1 |
1186 | 2024-08-06T22:23:20.209Z | Compiling block-padding v0.3.3 |
1187 | 2024-08-06T22:23:20.447Z | Compiling tokio-util v0.7.11 |
1188 | 2024-08-06T22:23:20.550Z | Compiling tokio-rustls v0.24.1 |
1189 | 2024-08-06T22:23:20.809Z | Compiling async-trait v0.1.81 |
1190 | 2024-08-06T22:23:20.828Z | Compiling zerocopy-derive v0.6.6 |
1191 | 2024-08-06T22:23:21.785Z | Compiling h2 v0.3.26 |
1192 | 2024-08-06T22:23:22.430Z | Compiling addr2line v0.21.0 |
1193 | 2024-08-06T22:23:22.582Z | Compiling tokio-native-tls v0.3.1 |
1194 | 2024-08-06T22:23:22.974Z | Compiling phf_shared v0.11.2 |
1195 | 2024-08-06T22:23:23.086Z | Compiling diesel_table_macro_syntax v0.1.0 |
1196 | 2024-08-06T22:23:23.104Z | Compiling ff v0.13.0 |
1197 | 2024-08-06T22:23:23.320Z | Compiling scheduled-thread-pool v0.2.7 |
1198 | 2024-08-06T22:23:23.357Z | Compiling fs-err v2.11.0 |
1199 | 2024-08-06T22:23:23.476Z | Compiling object v0.32.2 |
1200 | 2024-08-06T22:23:23.610Z | Compiling regex-automata v0.1.10 |
1201 | 2024-08-06T22:23:23.682Z | Compiling base16ct v0.2.0 |
1202 | 2024-08-06T22:23:23.768Z | Compiling anyhow v1.0.86 |
1203 | 2024-08-06T22:23:23.825Z | Compiling rustc-demangle v0.1.24 |
1204 | 2024-08-06T22:23:23.985Z | Compiling bit-vec v0.6.3 |
1205 | 2024-08-06T22:23:24.029Z | Compiling either v1.12.0 |
1206 | 2024-08-06T22:23:24.127Z | Compiling managed v0.8.0 |
1207 | 2024-08-06T22:23:24.400Z | Compiling winnow v0.5.40 |
1208 | 2024-08-06T22:23:24.435Z | Compiling base64 v0.21.7 |
1209 | 2024-08-06T22:23:24.456Z | Compiling bitflags v1.3.2 |
1210 | 2024-08-06T22:23:24.552Z | Compiling ipnet v2.9.0 |
1211 | 2024-08-06T22:23:24.569Z | Compiling matches v0.1.10 |
1212 | 2024-08-06T22:23:24.661Z | Compiling idna v0.2.3 |
1213 | 2024-08-06T22:23:25.178Z | Compiling rustls-pemfile v1.0.4 |
1214 | 2024-08-06T22:23:25.622Z | Compiling clap_builder v4.5.13 |
1215 | 2024-08-06T22:23:25.974Z | Compiling bstr v0.2.17 |
1216 | 2024-08-06T22:23:26.336Z | Compiling sec1 v0.7.3 |
1217 | 2024-08-06T22:23:26.960Z | Compiling r2d2 v0.8.10 |
1218 | 2024-08-06T22:23:27.069Z | Compiling diesel_derives v2.1.4 |
1219 | 2024-08-06T22:23:27.321Z | Compiling group v0.13.0 |
1220 | 2024-08-06T22:23:27.435Z | Compiling phf v0.11.2 |
1221 | 2024-08-06T22:23:27.500Z | Compiling signal-hook-mio v0.2.3 |
1222 | 2024-08-06T22:23:27.635Z | Compiling zerocopy v0.6.6 |
1223 | 2024-08-06T22:23:27.653Z | Compiling hubpack v0.1.2 |
1224 | 2024-08-06T22:23:27.712Z | Compiling ipnetwork v0.20.0 |
1225 | 2024-08-06T22:23:28.097Z | Compiling toml_edit v0.19.15 |
1226 | 2024-08-06T22:23:28.214Z | Compiling inout v0.1.3 |
1227 | 2024-08-06T22:23:28.454Z | Compiling cookie_store v0.20.0 |
1228 | 2024-08-06T22:23:28.493Z | Compiling postgres-types v0.2.7 |
1229 | 2024-08-06T22:23:28.707Z | Compiling hyper v0.14.30 |
1230 | 2024-08-06T22:23:30.344Z | Compiling usdt-macro v0.5.0 |
1231 | 2024-08-06T22:23:30.805Z | Compiling usdt-attr-macro v0.5.0 |
1232 | 2024-08-06T22:23:31.889Z | Compiling num-bigint v0.4.5 |
1233 | 2024-08-06T22:23:32.335Z | Compiling regex v1.10.5 |
1234 | 2024-08-06T22:23:32.529Z | Compiling serde_urlencoded v0.7.1 |
1235 | 2024-08-06T22:23:33.058Z | Compiling futures-executor v0.3.30 |
1236 | 2024-08-06T22:23:33.451Z | Compiling enum-as-inner v0.5.1 |
1237 | 2024-08-06T22:23:33.666Z | Compiling hkdf v0.12.4 |
1238 | 2024-08-06T22:23:33.753Z | Compiling crypto-bigint v0.5.5 |
1239 | 2024-08-06T22:23:33.935Z | Compiling clap_derive v4.5.13 |
1240 | 2024-08-06T22:23:34.601Z | Compiling strum_macros v0.25.3 |
1241 | 2024-08-06T22:23:34.865Z | Compiling serde_repr v0.1.19 |
1242 | 2024-08-06T22:23:36.035Z | Compiling hyper-rustls v0.24.2 |
1243 | 2024-08-06T22:23:36.051Z | Compiling hyper-tls v0.5.0 |
1244 | 2024-08-06T22:23:36.389Z | Compiling phf_shared v0.10.0 |
1245 | 2024-08-06T22:23:36.389Z | Compiling float-cmp v0.9.0 |
1246 | 2024-08-06T22:23:36.618Z | Compiling encoding_rs v0.8.34 |
1247 | 2024-08-06T22:23:36.788Z | Compiling whoami v1.5.1 |
1248 | 2024-08-06T22:23:37.443Z | Compiling mime v0.3.17 |
1249 | 2024-08-06T22:23:38.058Z | Compiling data-encoding v2.6.0 |
1250 | 2024-08-06T22:23:38.645Z | Compiling static_assertions v1.1.0 |
1251 | 2024-08-06T22:23:38.691Z | Compiling fixedbitset v0.4.2 |
1252 | 2024-08-06T22:23:38.743Z | Compiling unicode-segmentation v1.11.0 |
1253 | 2024-08-06T22:23:39.070Z | Compiling difflib v0.4.0 |
1254 | 2024-08-06T22:23:39.147Z | Compiling predicates-core v1.0.6 |
1255 | 2024-08-06T22:23:39.520Z | Compiling normalize-line-endings v0.3.0 |
1256 | 2024-08-06T22:23:39.543Z | Compiling new_debug_unreachable v1.0.6 |
1257 | 2024-08-06T22:23:39.636Z | Compiling sync_wrapper v0.1.2 |
1258 | 2024-08-06T22:23:39.650Z | Compiling minimal-lexical v0.2.1 |
1259 | 2024-08-06T22:23:39.666Z | Compiling webpki-roots v0.25.4 |
1260 | 2024-08-06T22:23:39.682Z | Compiling precomputed-hash v0.1.1 |
1261 | 2024-08-06T22:23:39.757Z | Compiling predicates v3.1.2 |
1262 | 2024-08-06T22:23:39.796Z | Compiling string_cache v0.8.7 |
1263 | 2024-08-06T22:23:39.827Z | Compiling reqwest v0.11.27 |
1264 | 2024-08-06T22:23:40.154Z | Compiling nom v7.1.3 |
1265 | 2024-08-06T22:23:40.267Z | Compiling diesel v2.1.6 |
1266 | 2024-08-06T22:23:40.485Z | Compiling similar v2.5.0 |
1267 | 2024-08-06T22:23:40.638Z | Compiling clap v4.5.13 |
1268 | 2024-08-06T22:23:40.768Z | Compiling petgraph v0.6.5 |
1269 | 2024-08-06T22:23:41.032Z | Compiling trust-dns-proto v0.22.0 |
1270 | 2024-08-06T22:23:41.491Z | Compiling console v0.15.8 |
1271 | 2024-08-06T22:23:42.850Z | Compiling toml_edit v0.22.20 |
1272 | 2024-08-06T22:23:42.997Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1273 | 2024-08-06T22:23:43.025Z | Compiling tokio-postgres v0.7.11 |
1274 | 2024-08-06T22:23:43.877Z | Compiling usdt v0.5.0 |
1275 | 2024-08-06T22:23:44.363Z | Compiling elliptic-curve v0.13.8 |
1276 | 2024-08-06T22:23:44.864Z | Compiling yasna v0.5.2 |
1277 | 2024-08-06T22:23:45.170Z | Compiling futures v0.3.30 |
1278 | 2024-08-06T22:23:45.282Z | Compiling toml v0.7.8 |
1279 | 2024-08-06T22:23:47.006Z | Compiling flate2 v1.0.31 |
1280 | 2024-08-06T22:23:47.639Z | Compiling cipher v0.4.4 |
1281 | 2024-08-06T22:23:47.981Z | Compiling crossterm v0.27.0 |
1282 | 2024-08-06T22:23:48.668Z | Compiling itertools v0.10.5 |
1283 | 2024-08-06T22:23:49.045Z | Compiling itertools v0.12.1 |
1284 | 2024-08-06T22:23:49.393Z | Compiling bit-set v0.5.3 |
1285 | 2024-08-06T22:23:49.540Z | Compiling tokio-stream v0.1.15 |
1286 | 2024-08-06T22:23:49.694Z | Compiling num-iter v0.1.45 |
1287 | 2024-08-06T22:23:49.872Z | Compiling openapiv3 v2.0.0 |
1288 | 2024-08-06T22:23:50.522Z | Compiling crossbeam-epoch v0.9.18 |
1289 | 2024-08-06T22:23:51.214Z | Compiling bstr v1.9.1 |
1290 | 2024-08-06T22:23:51.302Z | Compiling hex v0.4.3 |
1291 | 2024-08-06T22:23:51.445Z | Compiling dirs-sys-next v0.1.2 |
1292 | 2024-08-06T22:23:51.815Z | Compiling unicode-xid v0.2.4 |
1293 | 2024-08-06T22:23:51.904Z | Compiling peg-runtime v0.8.3 |
1294 | 2024-08-06T22:23:51.980Z | Compiling lalrpop-util v0.19.12 |
1295 | 2024-08-06T22:23:52.114Z | Compiling dirs-next v2.0.0 |
1296 | 2024-08-06T22:23:52.130Z | Compiling thread_local v1.1.8 |
1297 | 2024-08-06T22:23:52.310Z | Compiling slog-async v2.8.0 |
1298 | 2024-08-06T22:23:52.328Z | Compiling term v0.7.0 |
1299 | 2024-08-06T22:23:52.533Z | Compiling xattr v1.3.1 |
1300 | 2024-08-06T22:23:52.698Z | Compiling crossbeam-channel v0.5.12 |
1301 | 2024-08-06T22:23:52.800Z | Compiling strum_macros v0.26.4 |
1302 | 2024-08-06T22:23:52.923Z | Compiling filetime v0.2.23 |
1303 | 2024-08-06T22:23:53.006Z | Compiling is-terminal v0.4.12 |
1304 | 2024-08-06T22:23:53.136Z | Compiling take_mut v0.2.2 |
1305 | 2024-08-06T22:23:53.249Z | Compiling tar v0.4.41 |
1306 | 2024-08-06T22:23:53.281Z | Compiling slog-term v2.9.1 |
1307 | 2024-08-06T22:23:53.848Z | Compiling camino v1.1.7 |
1308 | 2024-08-06T22:23:55.954Z | Compiling strum v0.26.3 |
1309 | 2024-08-06T22:24:06.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1310 | 2024-08-06T22:24:06.955Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1311 | 2024-08-06T22:24:12.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1312 | 2024-08-06T22:24:12.307Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1313 | 2024-08-06T22:24:12.350Z | Aug 06 22:24:11.310 INFO Starting download, target: Clickhouse |
1314 | 2024-08-06T22:24:12.350Z | Aug 06 22:24:11.311 INFO Starting download, target: Console |
1315 | 2024-08-06T22:24:12.350Z | Aug 06 22:24:11.311 INFO Starting download, target: Cockroach |
1316 | 2024-08-06T22:24:12.350Z | Aug 06 22:24:11.311 INFO Starting download, target: DendriteOpenapi |
1317 | 2024-08-06T22:24:12.353Z | Aug 06 22:24:11.311 INFO Starting download, target: DendriteStub |
1318 | 2024-08-06T22:24:12.353Z | Aug 06 22:24:11.311 INFO Starting download, target: MaghemiteMgd |
1319 | 2024-08-06T22:24:12.353Z | Aug 06 22:24:11.311 INFO Starting download, target: TransceiverControl |
1320 | 2024-08-06T22:24:12.353Z | Aug 06 22:24:11.311 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1321 | 2024-08-06T22:24:12.353Z | Aug 06 22:24:11.311 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1322 | 2024-08-06T22:24:12.353Z | Aug 06 22:24:11.312 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1323 | 2024-08-06T22:24:12.353Z | Aug 06 22:24:11.312 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1324 | 2024-08-06T22:24:12.354Z | Aug 06 22:24:11.312 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1325 | 2024-08-06T22:24:12.354Z | Aug 06 22:24:11.312 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1326 | 2024-08-06T22:24:12.354Z | Aug 06 22:24:11.312 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1327 | 2024-08-06T22:24:12.646Z | Aug 06 22:24:11.600 INFO Download complete, target: DendriteOpenapi |
1328 | 2024-08-06T22:24:12.729Z | Aug 06 22:24:11.687 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1329 | 2024-08-06T22:24:12.966Z | Aug 06 22:24:11.922 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1330 | 2024-08-06T22:24:13.107Z | Aug 06 22:24:12.067 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1331 | 2024-08-06T22:24:13.132Z | Aug 06 22:24:12.092 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1332 | 2024-08-06T22:24:13.348Z | Aug 06 22:24:12.308 INFO Download complete, target: Console |
1333 | 2024-08-06T22:24:13.613Z | Aug 06 22:24:12.573 INFO Download complete, target: TransceiverControl |
1334 | 2024-08-06T22:24:14.476Z | Aug 06 22:24:13.435 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1335 | 2024-08-06T22:24:14.476Z | Aug 06 22:24:13.435 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1336 | 2024-08-06T22:24:14.682Z | Aug 06 22:24:13.641 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1337 | 2024-08-06T22:24:16.263Z | Aug 06 22:24:15.222 INFO Download complete, target: DendriteStub |
1338 | 2024-08-06T22:24:16.496Z | Aug 06 22:24:15.452 INFO Download complete, target: MaghemiteMgd |
1339 | 2024-08-06T22:24:22.856Z | Aug 06 22:24:21.811 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1340 | 2024-08-06T22:24:23.208Z | Aug 06 22:24:22.164 INFO Checking that binary works, target: Cockroach |
1341 | 2024-08-06T22:24:23.366Z | Aug 06 22:24:22.321 INFO Download complete, target: Cockroach |
1342 | 2024-08-06T22:24:28.917Z | Aug 06 22:24:27.870 INFO Checking that binary works, target: Clickhouse |
1343 | 2024-08-06T22:24:29.406Z | Aug 06 22:24:28.358 INFO Download complete, target: Clickhouse |
1344 | 2024-08-06T22:24:29.425Z | All builder prerequisites installed successfully, and PATH looks valid |
1345 | 2024-08-06T22:24:29.428Z | |
1346 | 2024-08-06T22:24:29.428Z | real 4:12.562825769 |
1347 | 2024-08-06T22:24:29.428Z | user 11:34.627166620 |
1348 | 2024-08-06T22:24:29.428Z | sys 2:25.557320345 |
1349 | 2024-08-06T22:24:29.428Z | trap 0.433919401 |
1350 | 2024-08-06T22:24:29.428Z | tflt 9.927465498 |
1351 | 2024-08-06T22:24:29.428Z | dflt 8.909550469 |
1352 | 2024-08-06T22:24:29.428Z | kflt 0.176966799 |
1353 | 2024-08-06T22:24:29.429Z | lock 22:58.437107360 |
1354 | 2024-08-06T22:24:29.429Z | slp 47:02.643018285 |
1355 | 2024-08-06T22:24:29.429Z | lat 38.741205154 |
1356 | 2024-08-06T22:24:29.429Z | stop 1:38.220412128 |
1357 | 2024-08-06T22:24:29.429Z | + banner clippy |
1358 | 2024-08-06T22:24:29.429Z | |
1359 | 2024-08-06T22:24:29.429Z | #### # # ##### ##### # # |
1360 | 2024-08-06T22:24:29.429Z | # # # # # # # # # # |
1361 | 2024-08-06T22:24:29.429Z | # # # # # # # # |
1362 | 2024-08-06T22:24:29.429Z | # # # ##### ##### # |
1363 | 2024-08-06T22:24:29.429Z | # # # # # # # |
1364 | 2024-08-06T22:24:29.429Z | #### ###### # # # # |
1365 | 2024-08-06T22:24:29.429Z | |
1366 | 2024-08-06T22:24:29.429Z | + export CARGO_INCREMENTAL=0 |
1367 | 2024-08-06T22:24:29.429Z | + CARGO_INCREMENTAL=0 |
1368 | 2024-08-06T22:24:29.429Z | + ptime -m cargo xtask clippy |
1369 | 2024-08-06T22:24:29.950Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1370 | 2024-08-06T22:24:33.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
1371 | 2024-08-06T22:24:33.595Z | Running `target/debug/xtask clippy` |
1372 | 2024-08-06T22:24:33.614Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1373 | 2024-08-06T22:24:34.287Z | Downloading crates ... |
1374 | 2024-08-06T22:24:34.558Z | Downloaded anes v0.1.6 |
1375 | 2024-08-06T22:24:34.561Z | Downloaded assert_cmd v2.0.15 |
1376 | 2024-08-06T22:24:34.563Z | Downloaded criterion-plot v0.5.0 |
1377 | 2024-08-06T22:24:34.566Z | Downloaded dhcproto-macros v0.1.0 |
1378 | 2024-08-06T22:24:34.569Z | Downloaded md5 v0.7.0 |
1379 | 2024-08-06T22:24:34.577Z | Downloaded nested v0.1.1 |
1380 | 2024-08-06T22:24:34.580Z | Downloaded option-ext v0.2.0 |
1381 | 2024-08-06T22:24:34.583Z | Downloaded datatest-stable v0.2.9 |
1382 | 2024-08-06T22:24:34.585Z | Downloaded cast v0.3.0 |
1383 | 2024-08-06T22:24:34.588Z | Downloaded dirs-sys v0.4.1 |
1384 | 2024-08-06T22:24:34.588Z | Downloaded relative-path v1.9.3 |
1385 | 2024-08-06T22:24:34.593Z | Downloaded plotters-svg v0.3.5 |
1386 | 2024-08-06T22:24:34.596Z | Downloaded threadpool v1.8.1 |
1387 | 2024-08-06T22:24:34.596Z | Downloaded internet-checksum v0.2.1 |
1388 | 2024-08-06T22:24:34.596Z | Downloaded yansi v0.5.1 |
1389 | 2024-08-06T22:24:34.599Z | Downloaded rand_core v0.5.1 |
1390 | 2024-08-06T22:24:34.599Z | Downloaded hex-literal v0.4.1 |
1391 | 2024-08-06T22:24:34.601Z | Downloaded getrandom v0.1.16 |
1392 | 2024-08-06T22:24:34.604Z | Downloaded escape8259 v0.5.2 |
1393 | 2024-08-06T22:24:34.604Z | Downloaded ecdsa v0.16.9 |
1394 | 2024-08-06T22:24:34.604Z | Downloaded blake2b_simd v1.0.2 |
1395 | 2024-08-06T22:24:34.607Z | Downloaded rustls-native-certs v0.7.0 |
1396 | 2024-08-06T22:24:34.610Z | Downloaded approx v0.5.1 |
1397 | 2024-08-06T22:24:34.610Z | Downloaded password-hash v0.4.2 |
1398 | 2024-08-06T22:24:34.613Z | Downloaded doc-comment v0.3.3 |
1399 | 2024-08-06T22:24:34.616Z | Downloaded target-lexicon v0.12.16 |
1400 | 2024-08-06T22:24:34.618Z | Downloaded rstest v0.19.0 |
1401 | 2024-08-06T22:24:34.621Z | Downloaded pbkdf2 v0.11.0 |
1402 | 2024-08-06T22:24:34.624Z | Downloaded cfg-expr v0.16.0 |
1403 | 2024-08-06T22:24:34.627Z | Downloaded hyper-rustls v0.26.0 |
1404 | 2024-08-06T22:24:34.630Z | Downloaded httptest v0.15.5 |
1405 | 2024-08-06T22:24:34.632Z | Downloaded pathdiff v0.2.1 |
1406 | 2024-08-06T22:24:34.632Z | Downloaded guppy-workspace-hack v0.1.0 |
1407 | 2024-08-06T22:24:34.635Z | Downloaded tower-layer v0.3.2 |
1408 | 2024-08-06T22:24:34.639Z | Downloaded futures-timer v3.0.3 |
1409 | 2024-08-06T22:24:34.639Z | Downloaded dirs v5.0.1 |
1410 | 2024-08-06T22:24:34.642Z | Downloaded russh-cryptovec v0.7.2 |
1411 | 2024-08-06T22:24:34.642Z | Downloaded bcrypt-pbkdf v0.10.0 |
1412 | 2024-08-06T22:24:34.644Z | Downloaded ed25519 v2.2.3 |
1413 | 2024-08-06T22:24:34.644Z | Downloaded ctr v0.9.2 |
1414 | 2024-08-06T22:24:34.647Z | Downloaded cbc v0.1.2 |
1415 | 2024-08-06T22:24:34.647Z | Downloaded blowfish v0.9.1 |
1416 | 2024-08-06T22:24:34.650Z | Downloaded russh-keys v0.43.0 |
1417 | 2024-08-06T22:24:34.653Z | Downloaded plotters-backend v0.3.5 |
1418 | 2024-08-06T22:24:34.653Z | Downloaded rand_chacha v0.2.2 |
1419 | 2024-08-06T22:24:34.653Z | Downloaded primeorder v0.13.6 |
1420 | 2024-08-06T22:24:34.657Z | Downloaded oorandom v11.1.3 |
1421 | 2024-08-06T22:24:34.657Z | Downloaded pbkdf2 v0.12.2 |
1422 | 2024-08-06T22:24:34.657Z | Downloaded ghash v0.5.1 |
1423 | 2024-08-06T22:24:34.660Z | Downloaded polyval v0.6.2 |
1424 | 2024-08-06T22:24:34.660Z | Downloaded http-body v1.0.0 |
1425 | 2024-08-06T22:24:34.662Z | Downloaded target-spec v3.2.1 |
1426 | 2024-08-06T22:24:34.665Z | Downloaded ed25519-dalek v2.1.1 |
1427 | 2024-08-06T22:24:34.668Z | Downloaded rfc6979 v0.4.0 |
1428 | 2024-08-06T22:24:34.671Z | Downloaded fancy-regex v0.13.0 |
1429 | 2024-08-06T22:24:34.674Z | Downloaded aes v0.8.4 |
1430 | 2024-08-06T22:24:34.676Z | Downloaded tinytemplate v1.2.1 |
1431 | 2024-08-06T22:24:34.679Z | Downloaded similar-asserts v1.5.0 |
1432 | 2024-08-06T22:24:34.683Z | Downloaded partial-io v0.5.4 |
1433 | 2024-08-06T22:24:34.683Z | Downloaded rust-argon2 v2.1.0 |
1434 | 2024-08-06T22:24:34.687Z | Downloaded libtest-mimic v0.7.3 |
1435 | 2024-08-06T22:24:34.690Z | Downloaded pretty_assertions v1.4.0 |
1436 | 2024-08-06T22:24:34.690Z | Downloaded trybuild v1.0.99 |
1437 | 2024-08-06T22:24:34.695Z | Downloaded p256 v0.13.2 |
1438 | 2024-08-06T22:24:34.713Z | Downloaded dhcproto v0.11.0 |
1439 | 2024-08-06T22:24:34.716Z | Downloaded tower v0.4.13 |
1440 | 2024-08-06T22:24:34.724Z | Downloaded russh v0.43.0 |
1441 | 2024-08-06T22:24:34.729Z | Downloaded p521 v0.13.3 |
1442 | 2024-08-06T22:24:34.732Z | Downloaded hyper v1.3.1 |
1443 | 2024-08-06T22:24:34.738Z | Downloaded guppy v0.17.7 |
1444 | 2024-08-06T22:24:34.743Z | Downloaded criterion v0.5.1 |
1445 | 2024-08-06T22:24:34.749Z | Downloaded aes-gcm v0.10.3 |
1446 | 2024-08-06T22:24:34.752Z | Downloaded rstest_macros v0.19.0 |
1447 | 2024-08-06T22:24:34.755Z | Downloaded rand_distr v0.4.3 |
1448 | 2024-08-06T22:24:34.758Z | Downloaded rand v0.7.3 |
1449 | 2024-08-06T22:24:34.762Z | Downloaded plotters v0.3.5 |
1450 | 2024-08-06T22:24:34.770Z | Downloaded hyper-util v0.1.3 |
1451 | 2024-08-06T22:24:35.357Z | Checking cfg-if v1.0.0 |
1452 | 2024-08-06T22:24:35.418Z | Checking libc v0.2.155 |
1453 | 2024-08-06T22:24:35.435Z | Checking serde v1.0.204 |
1454 | 2024-08-06T22:24:35.448Z | Checking memchr v2.7.2 |
1455 | 2024-08-06T22:24:35.467Z | Checking scopeguard v1.2.0 |
1456 | 2024-08-06T22:24:35.484Z | Checking log v0.4.21 |
1457 | 2024-08-06T22:24:35.484Z | Checking itoa v1.0.11 |
1458 | 2024-08-06T22:24:35.517Z | Checking byteorder v1.5.0 |
1459 | 2024-08-06T22:24:35.536Z | Checking smallvec v1.13.2 |
1460 | 2024-08-06T22:24:35.589Z | Checking lock_api v0.4.12 |
1461 | 2024-08-06T22:24:35.698Z | Checking once_cell v1.19.0 |
1462 | 2024-08-06T22:24:35.755Z | Checking pin-project-lite v0.2.14 |
1463 | 2024-08-06T22:24:35.871Z | Checking zeroize v1.7.0 |
1464 | 2024-08-06T22:24:35.897Z | Checking libm v0.2.8 |
1465 | 2024-08-06T22:24:35.924Z | Checking ryu v1.0.18 |
1466 | 2024-08-06T22:24:35.991Z | Checking spin v0.9.8 |
1467 | 2024-08-06T22:24:36.017Z | Checking typenum v1.17.0 |
1468 | 2024-08-06T22:24:36.142Z | Checking futures-core v0.3.30 |
1469 | 2024-08-06T22:24:36.165Z | Checking thiserror v1.0.63 |
1470 | 2024-08-06T22:24:36.298Z | Checking zerocopy v0.7.34 |
1471 | 2024-08-06T22:24:36.344Z | Checking subtle v2.5.0 |
1472 | 2024-08-06T22:24:36.378Z | Checking futures-sink v0.3.30 |
1473 | 2024-08-06T22:24:36.402Z | Checking slab v0.4.9 |
1474 | 2024-08-06T22:24:36.514Z | Checking futures-channel v0.3.30 |
1475 | 2024-08-06T22:24:36.537Z | Checking getrandom v0.2.14 |
1476 | 2024-08-06T22:24:36.625Z | Checking parking_lot_core v0.9.10 |
1477 | 2024-08-06T22:24:36.689Z | Checking signal-hook-registry v1.4.2 |
1478 | 2024-08-06T22:24:36.802Z | Checking rand_core v0.6.4 |
1479 | 2024-08-06T22:24:36.838Z | Checking mio v0.8.11 |
1480 | 2024-08-06T22:24:36.881Z | Checking num-traits v0.2.19 |
1481 | 2024-08-06T22:24:36.936Z | Checking num_cpus v1.16.0 |
1482 | 2024-08-06T22:24:36.965Z | Checking parking_lot v0.12.2 |
1483 | 2024-08-06T22:24:37.050Z | Checking socket2 v0.5.7 |
1484 | 2024-08-06T22:24:37.103Z | Checking pin-utils v0.1.0 |
1485 | 2024-08-06T22:24:37.200Z | Checking futures-task v0.3.30 |
1486 | 2024-08-06T22:24:37.297Z | Checking futures-io v0.3.30 |
1487 | 2024-08-06T22:24:37.393Z | Checking generic-array v0.14.7 |
1488 | 2024-08-06T22:24:37.430Z | Checking const-oid v0.9.6 |
1489 | 2024-08-06T22:24:37.471Z | Checking futures-util v0.3.30 |
1490 | 2024-08-06T22:24:37.496Z | Checking allocator-api2 v0.2.18 |
1491 | 2024-08-06T22:24:37.525Z | Checking fnv v1.0.7 |
1492 | 2024-08-06T22:24:37.648Z | Checking iana-time-zone v0.1.60 |
1493 | 2024-08-06T22:24:37.764Z | Checking ahash v0.8.11 |
1494 | 2024-08-06T22:24:37.806Z | Checking equivalent v1.0.1 |
1495 | 2024-08-06T22:24:37.914Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-08-06T22:24:38.110Z | Checking ppv-lite86 v0.2.17 |
1497 | 2024-08-06T22:24:38.255Z | Checking tinyvec_macros v0.1.1 |
1498 | 2024-08-06T22:24:38.330Z | Checking hashbrown v0.14.5 |
1499 | 2024-08-06T22:24:38.349Z | Checking tinyvec v1.6.0 |
1500 | 2024-08-06T22:24:38.500Z | Checking crypto-common v0.1.6 |
1501 | 2024-08-06T22:24:38.564Z | Checking block-buffer v0.10.4 |
1502 | 2024-08-06T22:24:38.693Z | Checking cpufeatures v0.2.12 |
1503 | 2024-08-06T22:24:38.787Z | Checking lazy_static v1.5.0 |
1504 | 2024-08-06T22:24:38.809Z | Checking unicode-bidi v0.3.15 |
1505 | 2024-08-06T22:24:38.812Z | Checking rand_chacha v0.3.1 |
1506 | 2024-08-06T22:24:38.906Z | Checking tracing-core v0.1.32 |
1507 | 2024-08-06T22:24:39.196Z | Checking rand v0.8.5 |
1508 | 2024-08-06T22:24:39.199Z | Checking digest v0.10.7 |
1509 | 2024-08-06T22:24:39.468Z | Checking dyn-clone v1.0.17 |
1510 | 2024-08-06T22:24:39.510Z | Checking percent-encoding v2.3.1 |
1511 | 2024-08-06T22:24:39.572Z | Checking tracing v0.1.40 |
1512 | 2024-08-06T22:24:39.594Z | Checking regex-syntax v0.8.3 |
1513 | 2024-08-06T22:24:39.615Z | Checking errno v0.3.9 |
1514 | 2024-08-06T22:24:39.636Z | Checking unicode-normalization v0.1.23 |
1515 | 2024-08-06T22:24:39.697Z | Checking aho-corasick v1.1.3 |
1516 | 2024-08-06T22:24:39.777Z | Checking unicode-ident v1.0.12 |
1517 | 2024-08-06T22:24:39.901Z | Checking form_urlencoded v1.2.1 |
1518 | 2024-08-06T22:24:39.951Z | Checking unicode-width v0.1.13 |
1519 | 2024-08-06T22:24:40.089Z | Checking powerfmt v0.2.0 |
1520 | 2024-08-06T22:24:40.143Z | Checking num_threads v0.1.7 |
1521 | 2024-08-06T22:24:40.251Z | Checking time-core v0.1.2 |
1522 | 2024-08-06T22:24:40.348Z | Checking deranged v0.3.11 |
1523 | 2024-08-06T22:24:40.413Z | Checking num-conv v0.1.0 |
1524 | 2024-08-06T22:24:40.416Z | Checking proc-macro2 v1.0.86 |
1525 | 2024-08-06T22:24:40.460Z | Checking bytes v1.7.1 |
1526 | 2024-08-06T22:24:40.532Z | Checking bitflags v2.6.0 |
1527 | 2024-08-06T22:24:40.672Z | Checking serde_json v1.0.122 |
1528 | 2024-08-06T22:24:40.815Z | Checking chrono v0.4.38 |
1529 | 2024-08-06T22:24:41.081Z | Checking indexmap v2.3.0 |
1530 | 2024-08-06T22:24:41.240Z | Checking tokio v1.38.1 |
1531 | 2024-08-06T22:24:41.321Z | Checking uuid v1.10.0 |
1532 | 2024-08-06T22:24:41.908Z | Checking rustix v0.38.34 |
1533 | 2024-08-06T22:24:42.234Z | Checking time v0.3.36 |
1534 | 2024-08-06T22:24:42.351Z | Checking httparse v1.8.0 |
1535 | 2024-08-06T22:24:42.354Z | Checking adler v1.0.2 |
1536 | 2024-08-06T22:24:42.508Z | Checking miniz_oxide v0.7.2 |
1537 | 2024-08-06T22:24:42.561Z | Checking http v0.2.12 |
1538 | 2024-08-06T22:24:42.760Z | Checking quote v1.0.36 |
1539 | 2024-08-06T22:24:42.787Z | Checking regex-automata v0.4.6 |
1540 | 2024-08-06T22:24:42.943Z | Checking schemars v0.8.21 |
1541 | 2024-08-06T22:24:43.088Z | Checking idna v0.5.0 |
1542 | 2024-08-06T22:24:43.257Z | Checking syn v2.0.72 |
1543 | 2024-08-06T22:24:43.901Z | Checking untrusted v0.9.0 |
1544 | 2024-08-06T22:24:43.925Z | Checking try-lock v0.2.5 |
1545 | 2024-08-06T22:24:43.949Z | Checking url v2.5.2 |
1546 | 2024-08-06T22:24:44.064Z | Checking ring v0.17.8 |
1547 | 2024-08-06T22:24:44.067Z | Checking base64ct v1.6.0 |
1548 | 2024-08-06T22:24:44.680Z | Checking want v0.3.1 |
1549 | 2024-08-06T22:24:44.738Z | Checking slog v2.7.0 |
1550 | 2024-08-06T22:24:44.763Z | Checking tower-service v0.3.2 |
1551 | 2024-08-06T22:24:44.866Z | Checking futures-executor v0.3.30 |
1552 | 2024-08-06T22:24:44.889Z | Checking gimli v0.28.1 |
1553 | 2024-08-06T22:24:45.100Z | Checking object v0.32.2 |
1554 | 2024-08-06T22:24:45.145Z | Checking utf8parse v0.2.1 |
1555 | 2024-08-06T22:24:45.295Z | Checking httpdate v1.0.3 |
1556 | 2024-08-06T22:24:45.465Z | Checking rustc-demangle v0.1.24 |
1557 | 2024-08-06T22:24:45.640Z | Checking base64 v0.21.7 |
1558 | 2024-08-06T22:24:45.677Z | Checking futures v0.3.30 |
1559 | 2024-08-06T22:24:45.798Z | Checking http-body v0.4.6 |
1560 | 2024-08-06T22:24:45.891Z | Checking foreign-types-shared v0.1.1 |
1561 | 2024-08-06T22:24:46.004Z | Checking openssl-probe v0.1.5 |
1562 | 2024-08-06T22:24:46.130Z | Checking foreign-types v0.3.2 |
1563 | 2024-08-06T22:24:46.159Z | Checking pem-rfc7468 v0.7.0 |
1564 | 2024-08-06T22:24:46.210Z | Checking openssl-sys v0.9.103 |
1565 | 2024-08-06T22:24:46.234Z | Checking mime v0.3.17 |
1566 | 2024-08-06T22:24:46.443Z | Checking ipnet v2.9.0 |
1567 | 2024-08-06T22:24:46.567Z | Checking anstyle v1.0.8 |
1568 | 2024-08-06T22:24:46.909Z | Checking flagset v0.4.5 |
1569 | 2024-08-06T22:24:46.935Z | Checking semver v1.0.23 |
1570 | 2024-08-06T22:24:47.108Z | Checking der v0.7.9 |
1571 | 2024-08-06T22:24:47.271Z | Checking regex v1.10.5 |
1572 | 2024-08-06T22:24:47.328Z | Checking either v1.12.0 |
1573 | 2024-08-06T22:24:47.501Z | Checking openssl v0.10.66 |
1574 | 2024-08-06T22:24:47.715Z | Checking rustls-webpki v0.101.7 |
1575 | 2024-08-06T22:24:47.894Z | Checking sct v0.7.1 |
1576 | 2024-08-06T22:24:48.104Z | Checking toml_datetime v0.6.8 |
1577 | 2024-08-06T22:24:48.216Z | Checking tokio-util v0.7.11 |
1578 | 2024-08-06T22:24:48.386Z | Checking serde_spanned v0.6.7 |
1579 | 2024-08-06T22:24:48.410Z | Checking crossbeam-utils v0.8.19 |
1580 | 2024-08-06T22:24:48.576Z | Checking data-encoding v2.6.0 |
1581 | 2024-08-06T22:24:48.807Z | Checking addr2line v0.21.0 |
1582 | 2024-08-06T22:24:49.007Z | Checking spki v0.7.3 |
1583 | 2024-08-06T22:24:49.068Z | Checking rustls v0.21.12 |
1584 | 2024-08-06T22:24:49.091Z | Checking h2 v0.3.26 |
1585 | 2024-08-06T22:24:49.243Z | Checking anstyle-parse v0.2.4 |
1586 | 2024-08-06T22:24:49.274Z | Checking idna v0.3.0 |
1587 | 2024-08-06T22:24:49.336Z | Checking serde_urlencoded v0.7.1 |
1588 | 2024-08-06T22:24:49.499Z | Checking scroll v0.12.0 |
1589 | 2024-08-06T22:24:49.609Z | Checking encoding_rs v0.8.34 |
1590 | 2024-08-06T22:24:49.734Z | Checking plain v0.2.3 |
1591 | 2024-08-06T22:24:49.888Z | Checking anstyle-query v1.0.3 |
1592 | 2024-08-06T22:24:49.995Z | Checking ucd-trie v0.1.6 |
1593 | 2024-08-06T22:24:50.019Z | Checking is_terminal_polyfill v1.70.0 |
1594 | 2024-08-06T22:24:50.107Z | Checking bitflags v1.3.2 |
1595 | 2024-08-06T22:24:50.138Z | Checking psl-types v2.0.11 |
1596 | 2024-08-06T22:24:50.190Z | Checking colorchoice v1.0.1 |
1597 | 2024-08-06T22:24:50.214Z | Checking pest v2.7.10 |
1598 | 2024-08-06T22:24:50.317Z | Checking publicsuffix v2.2.3 |
1599 | 2024-08-06T22:24:50.320Z | Checking anstream v0.6.14 |
1600 | 2024-08-06T22:24:50.553Z | Checking goblin v0.8.2 |
1601 | 2024-08-06T22:24:50.671Z | Checking pkcs8 v0.10.2 |
1602 | 2024-08-06T22:24:50.925Z | Checking cookie v0.17.0 |
1603 | 2024-08-06T22:24:51.231Z | Checking backtrace v0.3.71 |
1604 | 2024-08-06T22:24:51.350Z | Checking terminal_size v0.3.0 |
1605 | 2024-08-06T22:24:51.525Z | Checking sha2 v0.10.8 |
1606 | 2024-08-06T22:24:51.806Z | Checking anyhow v1.0.86 |
1607 | 2024-08-06T22:24:51.963Z | Checking hmac v0.12.1 |
1608 | 2024-08-06T22:24:52.137Z | Checking pretty-hex v0.4.1 |
1609 | 2024-08-06T22:24:52.181Z | Checking strsim v0.11.1 |
1610 | 2024-08-06T22:24:52.183Z | Checking clap_lex v0.7.0 |
1611 | 2024-08-06T22:24:52.230Z | Checking tokio-rustls v0.24.1 |
1612 | 2024-08-06T22:24:52.301Z | Checking cookie_store v0.20.0 |
1613 | 2024-08-06T22:24:52.453Z | Checking rustls-pemfile v1.0.4 |
1614 | 2024-08-06T22:24:52.474Z | Checking clap_builder v4.5.13 |
1615 | 2024-08-06T22:24:52.584Z | Checking num-integer v0.1.46 |
1616 | 2024-08-06T22:24:52.639Z | Checking thread-id v4.2.1 |
1617 | 2024-08-06T22:24:52.689Z | Checking dtrace-parser v0.2.0 |
1618 | 2024-08-06T22:24:52.752Z | Checking webpki-roots v0.25.4 |
1619 | 2024-08-06T22:24:52.898Z | Checking sync_wrapper v0.1.2 |
1620 | 2024-08-06T22:24:52.929Z | Checking native-tls v0.2.11 |
1621 | 2024-08-06T22:24:52.953Z | Checking openapiv3 v2.0.0 |
1622 | 2024-08-06T22:24:53.014Z | Checking block-padding v0.3.3 |
1623 | 2024-08-06T22:24:53.082Z | Checking memmap v0.7.0 |
1624 | 2024-08-06T22:24:53.162Z | Checking base64 v0.22.1 |
1625 | 2024-08-06T22:24:53.211Z | Checking inout v0.1.3 |
1626 | 2024-08-06T22:24:53.255Z | Checking tokio-native-tls v0.3.1 |
1627 | 2024-08-06T22:24:53.276Z | Checking stable_deref_trait v1.2.0 |
1628 | 2024-08-06T22:24:53.383Z | Checking ipnetwork v0.20.0 |
1629 | 2024-08-06T22:24:53.433Z | Checking cipher v0.4.4 |
1630 | 2024-08-06T22:24:53.496Z | Checking ff v0.13.0 |
1631 | 2024-08-06T22:24:53.664Z | Checking crc32fast v1.4.0 |
1632 | 2024-08-06T22:24:53.711Z | Checking base16ct v0.2.0 |
1633 | 2024-08-06T22:24:53.735Z | Checking bit-vec v0.6.3 |
1634 | 2024-08-06T22:24:53.849Z | Checking group v0.13.0 |
1635 | 2024-08-06T22:24:53.888Z | Checking hkdf v0.12.4 |
1636 | 2024-08-06T22:24:53.909Z | Checking sec1 v0.7.3 |
1637 | 2024-08-06T22:24:54.070Z | Checking crossbeam-epoch v0.9.18 |
1638 | 2024-08-06T22:24:54.092Z | Checking hex v0.4.3 |
1639 | 2024-08-06T22:24:54.114Z | Checking crypto-bigint v0.5.5 |
1640 | 2024-08-06T22:24:54.281Z | Checking managed v0.8.0 |
1641 | 2024-08-06T22:24:54.493Z | Checking winnow v0.6.18 |
1642 | 2024-08-06T22:24:54.590Z | Checking unicode-segmentation v1.11.0 |
1643 | 2024-08-06T22:24:54.671Z | Checking winnow v0.5.40 |
1644 | 2024-08-06T22:24:55.224Z | Checking zerocopy v0.6.6 |
1645 | 2024-08-06T22:24:55.408Z | Checking hyper v0.14.30 |
1646 | 2024-08-06T22:24:55.494Z | Checking clap v4.5.13 |
1647 | 2024-08-06T22:24:55.599Z | Checking dof v0.3.0 |
1648 | 2024-08-06T22:24:55.622Z | Checking flate2 v1.0.31 |
1649 | 2024-08-06T22:24:55.989Z | Checking num-iter v0.1.45 |
1650 | 2024-08-06T22:24:56.154Z | Checking signal-hook v0.3.17 |
1651 | 2024-08-06T22:24:56.222Z | Checking usdt-impl v0.5.0 |
1652 | 2024-08-06T22:24:56.290Z | Checking siphasher v0.3.11 |
1653 | 2024-08-06T22:24:56.468Z | Checking matches v0.1.10 |
1654 | 2024-08-06T22:24:56.513Z | Checking static_assertions v1.1.0 |
1655 | 2024-08-06T22:24:56.565Z | Checking idna v0.2.3 |
1656 | 2024-08-06T22:24:56.607Z | Checking itertools v0.10.5 |
1657 | 2024-08-06T22:24:56.628Z | Checking regex-automata v0.1.10 |
1658 | 2024-08-06T22:24:56.766Z | Checking usdt v0.5.0 |
1659 | 2024-08-06T22:24:57.009Z | Checking bstr v0.2.17 |
1660 | 2024-08-06T22:24:57.014Z | Checking elliptic-curve v0.13.8 |
1661 | 2024-08-06T22:24:57.052Z | Checking signal-hook-mio v0.2.3 |
1662 | 2024-08-06T22:24:57.187Z | Checking bit-set v0.5.3 |
1663 | 2024-08-06T22:24:57.416Z | Checking trust-dns-proto v0.22.0 |
1664 | 2024-08-06T22:24:57.435Z | Checking num-bigint v0.4.5 |
1665 | 2024-08-06T22:24:57.518Z | Checking toml_edit v0.22.20 |
1666 | 2024-08-06T22:24:57.686Z | Checking toml_edit v0.19.15 |
1667 | 2024-08-06T22:24:57.710Z | Checking itertools v0.12.1 |
1668 | 2024-08-06T22:24:57.808Z | Checking scheduled-thread-pool v0.2.7 |
1669 | 2024-08-06T22:24:58.028Z | Checking hash32 v0.2.1 |
1670 | 2024-08-06T22:24:58.347Z | Checking predicates-core v1.0.6 |
1671 | 2024-08-06T22:24:58.538Z | Checking finl_unicode v1.2.0 |
1672 | 2024-08-06T22:24:58.895Z | Checking heapless v0.7.17 |
1673 | 2024-08-06T22:24:59.133Z | Checking stringprep v0.1.4 |
1674 | 2024-08-06T22:24:59.399Z | Checking r2d2 v0.8.10 |
1675 | 2024-08-06T22:24:59.711Z | Checking crossterm v0.27.0 |
1676 | 2024-08-06T22:24:59.854Z | Checking yasna v0.5.2 |
1677 | 2024-08-06T22:24:59.929Z | Checking bstr v1.9.1 |
1678 | 2024-08-06T22:25:00.162Z | Checking console v0.15.8 |
1679 | 2024-08-06T22:25:00.246Z | Checking toml v0.7.8 |
1680 | 2024-08-06T22:25:00.332Z | Checking md-5 v0.10.6 |
1681 | 2024-08-06T22:25:00.551Z | Checking float-cmp v0.9.0 |
1682 | 2024-08-06T22:25:00.734Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1683 | 2024-08-06T22:25:00.757Z | Checking fixedbitset v0.4.2 |
1684 | 2024-08-06T22:25:00.777Z | Checking difflib v0.4.0 |
1685 | 2024-08-06T22:25:00.820Z | Checking fallible-iterator v0.2.0 |
1686 | 2024-08-06T22:25:00.976Z | Checking normalize-line-endings v0.3.0 |
1687 | 2024-08-06T22:25:00.996Z | Checking diesel v2.1.6 |
1688 | 2024-08-06T22:25:01.018Z | Checking petgraph v0.6.5 |
1689 | 2024-08-06T22:25:01.090Z | Checking smoltcp v0.9.1 |
1690 | 2024-08-06T22:25:01.093Z | Checking predicates v3.1.2 |
1691 | 2024-08-06T22:25:01.357Z | Checking similar v2.5.0 |
1692 | 2024-08-06T22:25:01.446Z | Checking postgres-protocol v0.6.7 |
1693 | 2024-08-06T22:25:01.468Z | Checking phf_shared v0.10.0 |
1694 | 2024-08-06T22:25:01.694Z | Checking hyper-tls v0.5.0 |
1695 | 2024-08-06T22:25:01.719Z | Checking hyper-rustls v0.24.2 |
1696 | 2024-08-06T22:25:01.777Z | Checking phf_shared v0.11.2 |
1697 | 2024-08-06T22:25:01.986Z | Checking tokio-stream v0.1.15 |
1698 | 2024-08-06T22:25:02.020Z | Checking reqwest v0.11.27 |
1699 | 2024-08-06T22:25:02.046Z | Checking fs-err v2.11.0 |
1700 | 2024-08-06T22:25:02.079Z | Checking hubpack v0.1.2 |
1701 | 2024-08-06T22:25:02.234Z | Checking minimal-lexical v0.2.1 |
1702 | 2024-08-06T22:25:02.402Z | Checking precomputed-hash v0.1.1 |
1703 | 2024-08-06T22:25:02.523Z | Checking lalrpop-util v0.19.12 |
1704 | 2024-08-06T22:25:02.584Z | Checking new_debug_unreachable v1.0.6 |
1705 | 2024-08-06T22:25:02.605Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1706 | 2024-08-06T22:25:02.645Z | Checking nom v7.1.3 |
1707 | 2024-08-06T22:25:02.673Z | Checking string_cache v0.8.7 |
1708 | 2024-08-06T22:25:02.729Z | Checking postgres-types v0.2.7 |
1709 | 2024-08-06T22:25:02.795Z | Checking phf v0.11.2 |
1710 | 2024-08-06T22:25:02.964Z | Checking whoami v1.5.1 |
1711 | 2024-08-06T22:25:03.063Z | Checking peg-runtime v0.8.3 |
1712 | 2024-08-06T22:25:03.258Z | Compiling regress v0.9.1 |
1713 | 2024-08-06T22:25:03.427Z | Compiling getopts v0.2.21 |
1714 | 2024-08-06T22:25:03.430Z | Checking tokio-postgres v0.7.11 |
1715 | 2024-08-06T22:25:03.724Z | Compiling unsafe-libyaml v0.2.11 |
1716 | 2024-08-06T22:25:04.261Z | Checking heck v0.5.0 |
1717 | 2024-08-06T22:25:04.325Z | Checking camino v1.1.7 |
1718 | 2024-08-06T22:25:04.909Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1719 | 2024-08-06T22:25:05.219Z | Compiling serde_yaml v0.9.34+deprecated |
1720 | 2024-08-06T22:25:05.444Z | Checking is-terminal v0.4.12 |
1721 | 2024-08-06T22:25:05.659Z | Compiling paste v1.0.15 |
1722 | 2024-08-06T22:25:05.907Z | Checking sha1 v0.10.6 |
1723 | 2024-08-06T22:25:06.202Z | Compiling ident_case v1.0.1 |
1724 | 2024-08-06T22:25:06.338Z | Compiling rustls v0.22.4 |
1725 | 2024-08-06T22:25:06.397Z | Compiling darling_core v0.20.9 |
1726 | 2024-08-06T22:25:06.881Z | Checking http v1.1.0 |
1727 | 2024-08-06T22:25:07.537Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1728 | 2024-08-06T22:25:07.646Z | Checking dirs-sys-next v0.1.2 |
1729 | 2024-08-06T22:25:07.847Z | Checking dirs-next v2.0.0 |
1730 | 2024-08-06T22:25:07.965Z | Checking strum v0.26.3 |
1731 | 2024-08-06T22:25:08.040Z | Checking crossbeam-channel v0.5.12 |
1732 | 2024-08-06T22:25:08.118Z | Checking thread_local v1.1.8 |
1733 | 2024-08-06T22:25:08.383Z | Checking term v0.7.0 |
1734 | 2024-08-06T22:25:08.436Z | Compiling multer v3.1.0 |
1735 | 2024-08-06T22:25:08.743Z | Checking take_mut v0.2.2 |
1736 | 2024-08-06T22:25:08.835Z | Checking slog-term v2.9.1 |
1737 | 2024-08-06T22:25:08.887Z | Compiling async-stream-impl v0.3.5 |
1738 | 2024-08-06T22:25:08.909Z | Checking slog-async v2.8.0 |
1739 | 2024-08-06T22:25:09.218Z | Checking rustls-pki-types v1.7.0 |
1740 | 2024-08-06T22:25:09.329Z | Checking match_cfg v0.1.0 |
1741 | 2024-08-06T22:25:09.389Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1742 | 2024-08-06T22:25:09.427Z | Checking hostname v0.3.1 |
1743 | 2024-08-06T22:25:09.566Z | Checking toml v0.8.19 |
1744 | 2024-08-06T22:25:09.658Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1745 | 2024-08-06T22:25:09.775Z | Checking rustls-webpki v0.102.4 |
1746 | 2024-08-06T22:25:10.275Z | Checking rustls-pemfile v2.1.3 |
1747 | 2024-08-06T22:25:10.298Z | Checking debug-ignore v1.0.5 |
1748 | 2024-08-06T22:25:10.428Z | Checking slog-json v2.6.1 |
1749 | 2024-08-06T22:25:10.451Z | Checking instant v0.1.12 |
1750 | 2024-08-06T22:25:10.522Z | Checking atomic-waker v1.1.2 |
1751 | 2024-08-06T22:25:10.570Z | Checking async-stream v0.3.5 |
1752 | 2024-08-06T22:25:10.660Z | Checking waitgroup v0.1.2 |
1753 | 2024-08-06T22:25:10.681Z | Checking slog-bunyan v2.5.0 |
1754 | 2024-08-06T22:25:10.797Z | Checking serde_path_to_error v0.1.16 |
1755 | 2024-08-06T22:25:10.843Z | Checking hostname v0.4.0 |
1756 | 2024-08-06T22:25:10.989Z | Checking fastrand v2.1.0 |
1757 | 2024-08-06T22:25:11.173Z | Compiling structmeta-derive v0.3.0 |
1758 | 2024-08-06T22:25:11.348Z | Checking tempfile v3.10.1 |
1759 | 2024-08-06T22:25:11.458Z | Checking quick-error v1.2.3 |
1760 | 2024-08-06T22:25:11.600Z | Checking newtype-uuid v1.1.0 |
1761 | 2024-08-06T22:25:11.715Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1762 | 2024-08-06T22:25:11.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1763 | 2024-08-06T22:25:12.511Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1764 | 2024-08-06T22:25:12.692Z | Checking macaddr v1.0.1 |
1765 | 2024-08-06T22:25:12.815Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1766 | 2024-08-06T22:25:12.966Z | Checking backoff v0.4.0 |
1767 | 2024-08-06T22:25:13.041Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1768 | 2024-08-06T22:25:13.265Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1769 | 2024-08-06T22:25:13.366Z | Checking wait-timeout v0.2.0 |
1770 | 2024-08-06T22:25:13.418Z | Checking rand_xorshift v0.3.0 |
1771 | 2024-08-06T22:25:13.495Z | Compiling darling_macro v0.20.9 |
1772 | 2024-08-06T22:25:13.556Z | Checking rusty-fork v0.3.0 |
1773 | 2024-08-06T22:25:13.588Z | Compiling structmeta-derive v0.2.0 |
1774 | 2024-08-06T22:25:13.805Z | Checking unarray v0.1.4 |
1775 | 2024-08-06T22:25:13.870Z | Compiling proc-macro-error v1.0.4 |
1776 | 2024-08-06T22:25:13.964Z | Checking proptest v1.4.0 |
1777 | 2024-08-06T22:25:14.237Z | Compiling structmeta v0.3.0 |
1778 | 2024-08-06T22:25:14.259Z | Checking tokio-rustls v0.25.0 |
1779 | 2024-08-06T22:25:14.454Z | Compiling darling v0.20.9 |
1780 | 2024-08-06T22:25:14.523Z | Checking camino-tempfile v1.1.1 |
1781 | 2024-08-06T22:25:14.580Z | Compiling serde_with_macros v3.8.3 |
1782 | 2024-08-06T22:25:14.661Z | Compiling parse-display-derive v0.9.1 |
1783 | 2024-08-06T22:25:14.795Z | Compiling proc-macro-crate v1.3.1 |
1784 | 2024-08-06T22:25:15.921Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1785 | 2024-08-06T22:25:16.369Z | Compiling num_enum_derive v0.5.11 |
1786 | 2024-08-06T22:25:16.627Z | Compiling structmeta v0.2.0 |
1787 | 2024-08-06T22:25:17.085Z | Compiling test-strategy v0.3.1 |
1788 | 2024-08-06T22:25:17.605Z | Checking serde_with v3.8.3 |
1789 | 2024-08-06T22:25:18.638Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1790 | 2024-08-06T22:25:18.730Z | Compiling foreign-types-macros v0.2.3 |
1791 | 2024-08-06T22:25:18.974Z | Checking foreign-types-shared v0.3.1 |
1792 | 2024-08-06T22:25:19.040Z | Checking num_enum v0.5.11 |
1793 | 2024-08-06T22:25:19.095Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1794 | 2024-08-06T22:25:19.419Z | Checking cstr-argument v0.1.2 |
1795 | 2024-08-06T22:25:19.471Z | Checking parse-display v0.9.1 |
1796 | 2024-08-06T22:25:19.512Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1797 | 2024-08-06T22:25:19.593Z | Checking pretty-hex v0.2.1 |
1798 | 2024-08-06T22:25:19.703Z | Checking tabwriter v1.4.0 |
1799 | 2024-08-06T22:25:19.768Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1800 | 2024-08-06T22:25:19.959Z | Checking colored v2.1.0 |
1801 | 2024-08-06T22:25:20.023Z | Checking foreign-types v0.5.0 |
1802 | 2024-08-06T22:25:20.026Z | Checking socket2 v0.4.10 |
1803 | 2024-08-06T22:25:20.144Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1804 | 2024-08-06T22:25:20.245Z | Checking smf v0.2.3 |
1805 | 2024-08-06T22:25:20.465Z | Checking termtree v0.4.1 |
1806 | 2024-08-06T22:25:20.489Z | Compiling heapless v0.8.0 |
1807 | 2024-08-06T22:25:20.511Z | Checking hash32 v0.3.1 |
1808 | 2024-08-06T22:25:20.662Z | Checking predicates-tree v1.0.9 |
1809 | 2024-08-06T22:25:20.700Z | Compiling smoltcp v0.11.0 |
1810 | 2024-08-06T22:25:20.721Z | Compiling crucible-workspace-hack v0.1.0 |
1811 | 2024-08-06T22:25:20.755Z | Checking cobs v0.2.3 |
1812 | 2024-08-06T22:25:20.806Z | Checking embedded-io v0.4.0 |
1813 | 2024-08-06T22:25:20.933Z | Checking sigpipe v0.1.3 |
1814 | 2024-08-06T22:25:20.997Z | Checking postcard v1.0.8 |
1815 | 2024-08-06T22:25:21.021Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1816 | 2024-08-06T22:25:21.057Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1817 | 2024-08-06T22:25:21.192Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1818 | 2024-08-06T22:25:21.213Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1819 | 2024-08-06T22:25:21.479Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1820 | 2024-08-06T22:25:21.507Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1821 | 2024-08-06T22:25:21.710Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1822 | 2024-08-06T22:25:21.731Z | Compiling num-derive v0.4.2 |
1823 | 2024-08-06T22:25:22.046Z | Compiling mockall_derive v0.12.1 |
1824 | 2024-08-06T22:25:22.185Z | Checking fragile v2.0.0 |
1825 | 2024-08-06T22:25:22.436Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1826 | 2024-08-06T22:25:22.733Z | Checking downcast v0.11.0 |
1827 | 2024-08-06T22:25:22.979Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1828 | 2024-08-06T22:25:23.002Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1829 | 2024-08-06T22:25:23.232Z | Checking humantime v2.1.0 |
1830 | 2024-08-06T22:25:23.372Z | Checking newline-converter v0.3.0 |
1831 | 2024-08-06T22:25:23.532Z | Checking expectorate v1.1.0 |
1832 | 2024-08-06T22:25:23.554Z | Checking arc-swap v1.7.1 |
1833 | 2024-08-06T22:25:23.704Z | Checking xattr v1.3.1 |
1834 | 2024-08-06T22:25:23.726Z | Checking filetime v0.2.23 |
1835 | 2024-08-06T22:25:23.907Z | Checking termcolor v1.4.1 |
1836 | 2024-08-06T22:25:23.940Z | Checking slog-scope v4.4.0 |
1837 | 2024-08-06T22:25:23.943Z | Checking tar v0.4.41 |
1838 | 2024-08-06T22:25:24.143Z | Checking slog-stdlog v4.1.1 |
1839 | 2024-08-06T22:25:24.281Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1840 | 2024-08-06T22:25:24.307Z | Checking slog-envlogger v2.2.0 |
1841 | 2024-08-06T22:25:24.352Z | Compiling derive-where v1.2.7 |
1842 | 2024-08-06T22:25:24.524Z | Checking same-file v1.0.6 |
1843 | 2024-08-06T22:25:24.692Z | Checking walkdir v2.5.0 |
1844 | 2024-08-06T22:25:24.713Z | Checking utf-8 v0.7.6 |
1845 | 2024-08-06T22:25:24.748Z | Checking password-hash v0.5.0 |
1846 | 2024-08-06T22:25:24.921Z | Checking blake2 v0.10.6 |
1847 | 2024-08-06T22:25:24.980Z | Checking atty v0.2.14 |
1848 | 2024-08-06T22:25:25.232Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1849 | 2024-08-06T22:25:25.398Z | Checking argon2 v0.5.3 |
1850 | 2024-08-06T22:25:25.657Z | Checking tungstenite v0.21.0 |
1851 | 2024-08-06T22:25:26.112Z | Checking pem v3.0.4 |
1852 | 2024-08-06T22:25:26.307Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1853 | 2024-08-06T22:25:26.405Z | Compiling convert_case v0.4.0 |
1854 | 2024-08-06T22:25:26.591Z | Checking tokio-tungstenite v0.21.0 |
1855 | 2024-08-06T22:25:26.704Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1856 | 2024-08-06T22:25:26.966Z | Checking tungstenite v0.20.1 |
1857 | 2024-08-06T22:25:27.086Z | Checking env_logger v0.9.3 |
1858 | 2024-08-06T22:25:27.360Z | Compiling derive_more v0.99.18 |
1859 | 2024-08-06T22:25:27.537Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-06T22:25:27.858Z | Checking tokio-tungstenite v0.20.1 |
1861 | 2024-08-06T22:25:27.904Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-08-06T22:25:27.978Z | Compiling bitstruct_derive v0.1.0 |
1863 | 2024-08-06T22:25:28.032Z | Checking ascii v1.1.0 |
1864 | 2024-08-06T22:25:28.344Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-08-06T22:25:28.427Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1866 | 2024-08-06T22:25:28.448Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1867 | 2024-08-06T22:25:28.499Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1868 | 2024-08-06T22:25:28.741Z | Checking atomicwrites v0.4.3 |
1869 | 2024-08-06T22:25:28.764Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1870 | 2024-08-06T22:25:28.939Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-08-06T22:25:29.058Z | Checking erased-serde v0.3.31 |
1872 | 2024-08-06T22:25:29.204Z | Checking serde_arrays v0.1.0 |
1873 | 2024-08-06T22:25:29.277Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1874 | 2024-08-06T22:25:29.347Z | Checking bitstruct v0.1.1 |
1875 | 2024-08-06T22:25:29.347Z | Compiling heck v0.3.3 |
1876 | 2024-08-06T22:25:29.452Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1877 | 2024-08-06T22:25:29.635Z | Compiling rayon-core v1.12.1 |
1878 | 2024-08-06T22:25:29.790Z | Compiling zone_cfg_derive v0.1.2 |
1879 | 2024-08-06T22:25:29.816Z | Checking headers-core v0.2.0 |
1880 | 2024-08-06T22:25:29.961Z | Checking base64 v0.13.1 |
1881 | 2024-08-06T22:25:29.985Z | Checking headers v0.3.9 |
1882 | 2024-08-06T22:25:30.066Z | Checking mockall v0.12.1 |
1883 | 2024-08-06T22:25:30.098Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-08-06T22:25:30.360Z | Checking ron v0.7.1 |
1885 | 2024-08-06T22:25:30.873Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1886 | 2024-08-06T22:25:31.022Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1887 | 2024-08-06T22:25:31.331Z | Checking zone v0.1.8 |
1888 | 2024-08-06T22:25:31.458Z | Checking portpicker v0.1.1 |
1889 | 2024-08-06T22:25:31.603Z | Checking half v2.4.1 |
1890 | 2024-08-06T22:25:32.062Z | Checking ciborium-io v0.2.2 |
1891 | 2024-08-06T22:25:32.093Z | Checking rcgen v0.12.1 |
1892 | 2024-08-06T22:25:32.147Z | Checking subprocess v0.2.9 |
1893 | 2024-08-06T22:25:32.183Z | Checking ciborium-ll v0.2.2 |
1894 | 2024-08-06T22:25:32.498Z | Checking ciborium v0.2.2 |
1895 | 2024-08-06T22:25:32.689Z | Compiling prettyplease v0.2.20 |
1896 | 2024-08-06T22:25:32.761Z | Checking swrite v0.1.0 |
1897 | 2024-08-06T22:25:32.893Z | Compiling home v0.5.9 |
1898 | 2024-08-06T22:25:33.028Z | Compiling semver v0.1.20 |
1899 | 2024-08-06T22:25:33.136Z | Checking linked-hash-map v0.5.6 |
1900 | 2024-08-06T22:25:33.179Z | Compiling ring v0.16.20 |
1901 | 2024-08-06T22:25:33.461Z | Compiling rustc_version v0.1.7 |
1902 | 2024-08-06T22:25:33.523Z | Checking lru-cache v0.1.2 |
1903 | 2024-08-06T22:25:33.693Z | Compiling blake3 v1.5.1 |
1904 | 2024-08-06T22:25:33.715Z | Compiling cancel-safe-futures v0.1.5 |
1905 | 2024-08-06T22:25:33.973Z | Compiling newtype_derive v0.1.6 |
1906 | 2024-08-06T22:25:34.108Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1907 | 2024-08-06T22:25:34.108Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1908 | 2024-08-06T22:25:34.465Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1909 | 2024-08-06T22:25:34.486Z | Checking steno v0.4.1 |
1910 | 2024-08-06T22:25:35.127Z | Checking num-rational v0.4.2 |
1911 | 2024-08-06T22:25:35.484Z | Checking num-complex v0.4.6 |
1912 | 2024-08-06T22:25:35.805Z | Checking float-ord v0.3.2 |
1913 | 2024-08-06T22:25:35.951Z | Checking resolv-conf v0.7.0 |
1914 | 2024-08-06T22:25:36.375Z | Checking num v0.4.3 |
1915 | 2024-08-06T22:25:36.486Z | Compiling slog-dtrace v0.3.0 |
1916 | 2024-08-06T22:25:36.839Z | Checking trust-dns-resolver v0.22.0 |
1917 | 2024-08-06T22:25:36.880Z | Checking libsw v3.3.1 |
1918 | 2024-08-06T22:25:37.295Z | Checking linear-map v1.2.0 |
1919 | 2024-08-06T22:25:37.824Z | Checking owo-colors v4.0.0 |
1920 | 2024-08-06T22:25:38.988Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-08-06T22:25:39.105Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1922 | 2024-08-06T22:25:39.294Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1923 | 2024-08-06T22:25:39.694Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1924 | 2024-08-06T22:25:40.309Z | Compiling crossbeam-deque v0.8.5 |
1925 | 2024-08-06T22:25:42.289Z | Compiling memmap2 v0.9.4 |
1926 | 2024-08-06T22:25:42.550Z | Compiling constant_time_eq v0.3.0 |
1927 | 2024-08-06T22:25:42.739Z | Compiling untrusted v0.7.1 |
1928 | 2024-08-06T22:25:42.761Z | Compiling spin v0.5.2 |
1929 | 2024-08-06T22:25:42.933Z | Compiling rayon v1.10.0 |
1930 | 2024-08-06T22:25:42.989Z | Compiling arrayvec v0.7.4 |
1931 | 2024-08-06T22:25:43.419Z | Compiling arrayref v0.3.7 |
1932 | 2024-08-06T22:25:43.903Z | Compiling toolchain_find v0.4.0 |
1933 | 2024-08-06T22:25:44.131Z | Compiling topological-sort v0.2.2 |
1934 | 2024-08-06T22:25:44.192Z | Compiling rustfmt-wrapper v0.2.1 |
1935 | 2024-08-06T22:25:44.357Z | Checking display-error-chain v0.2.0 |
1936 | 2024-08-06T22:25:44.513Z | Checking nibble_vec v0.1.0 |
1937 | 2024-08-06T22:25:44.574Z | Checking endian-type v0.1.2 |
1938 | 2024-08-06T22:25:44.721Z | Checking signature v2.2.0 |
1939 | 2024-08-06T22:25:44.787Z | Checking radix_trie v0.2.1 |
1940 | 2024-08-06T22:25:44.808Z | Checking gethostname v0.5.0 |
1941 | 2024-08-06T22:25:44.931Z | Compiling libefi-sys v0.1.0 |
1942 | 2024-08-06T22:25:44.952Z | Compiling bitfield-struct v0.6.1 |
1943 | 2024-08-06T22:25:45.213Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1944 | 2024-08-06T22:25:45.634Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1945 | 2024-08-06T22:25:45.857Z | Checking fxhash v0.2.1 |
1946 | 2024-08-06T22:25:45.944Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1947 | 2024-08-06T22:25:46.045Z | Checking keccak v0.1.5 |
1948 | 2024-08-06T22:25:46.309Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1949 | 2024-08-06T22:25:46.389Z | Checking sha3 v0.10.8 |
1950 | 2024-08-06T22:25:46.460Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1951 | 2024-08-06T22:25:46.559Z | Checking secrecy v0.8.0 |
1952 | 2024-08-06T22:25:46.769Z | Checking glob v0.3.1 |
1953 | 2024-08-06T22:25:46.813Z | Checking maplit v1.0.2 |
1954 | 2024-08-06T22:25:46.924Z | Compiling radium v0.7.0 |
1955 | 2024-08-06T22:25:47.089Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1956 | 2024-08-06T22:25:47.108Z | Checking universal-hash v0.5.1 |
1957 | 2024-08-06T22:25:47.284Z | Compiling curve25519-dalek v4.1.3 |
1958 | 2024-08-06T22:25:47.429Z | Checking opaque-debug v0.3.1 |
1959 | 2024-08-06T22:25:47.472Z | Compiling maybe-uninit v2.0.0 |
1960 | 2024-08-06T22:25:47.528Z | Checking tap v1.0.1 |
1961 | 2024-08-06T22:25:47.671Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1962 | 2024-08-06T22:25:47.697Z | Checking wyz v0.5.1 |
1963 | 2024-08-06T22:25:47.932Z | Compiling omicron-zone-package v0.11.0 |
1964 | 2024-08-06T22:25:48.069Z | Compiling curve25519-dalek-derive v0.1.1 |
1965 | 2024-08-06T22:25:48.072Z | Compiling num-bigint-dig v0.8.4 |
1966 | 2024-08-06T22:25:48.114Z | Checking funty v2.0.0 |
1967 | 2024-08-06T22:25:48.134Z | Compiling packed_struct v0.10.1 |
1968 | 2024-08-06T22:25:48.400Z | Checking crc-catalog v2.4.0 |
1969 | 2024-08-06T22:25:48.534Z | Checking crc v3.2.1 |
1970 | 2024-08-06T22:25:48.741Z | Compiling packed_struct_codegen v0.10.1 |
1971 | 2024-08-06T22:25:48.982Z | Compiling async-recursion v1.1.1 |
1972 | 2024-08-06T22:25:49.090Z | Checking bitvec v1.0.1 |
1973 | 2024-08-06T22:25:49.213Z | Compiling indexmap v1.9.3 |
1974 | 2024-08-06T22:25:49.516Z | Checking nodrop v0.1.14 |
1975 | 2024-08-06T22:25:49.627Z | Checking array-init v0.0.4 |
1976 | 2024-08-06T22:25:50.739Z | Checking smallvec v0.6.14 |
1977 | 2024-08-06T22:25:50.838Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1978 | 2024-08-06T22:25:51.120Z | Checking pkcs1 v0.7.5 |
1979 | 2024-08-06T22:25:51.560Z | Checking aead v0.5.2 |
1980 | 2024-08-06T22:25:51.583Z | Compiling parking_lot_core v0.8.6 |
1981 | 2024-08-06T22:25:51.586Z | Checking bitfield v0.14.0 |
1982 | 2024-08-06T22:25:51.744Z | Checking hashbrown v0.12.3 |
1983 | 2024-08-06T22:25:51.797Z | Checking serde-hex v0.1.0 |
1984 | 2024-08-06T22:25:51.915Z | Checking bzip2 v0.4.4 |
1985 | 2024-08-06T22:25:52.110Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1986 | 2024-08-06T22:25:52.201Z | Checking poly1305 v0.8.0 |
1987 | 2024-08-06T22:25:52.381Z | Checking env_logger v0.10.2 |
1988 | 2024-08-06T22:25:52.710Z | Checking chacha20 v0.9.1 |
1989 | 2024-08-06T22:25:52.789Z | Checking x509-cert v0.2.5 |
1990 | 2024-08-06T22:25:52.977Z | Checking rsa v0.9.6 |
1991 | 2024-08-06T22:25:53.051Z | Checking ron v0.8.1 |
1992 | 2024-08-06T22:25:53.506Z | Checking hashbrown v0.13.2 |
1993 | 2024-08-06T22:25:54.176Z | Compiling thiserror-impl-no-std v2.0.2 |
1994 | 2024-08-06T22:25:54.346Z | Checking crc-any v2.5.0 |
1995 | 2024-08-06T22:25:54.365Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1996 | 2024-08-06T22:25:54.428Z | Checking zip v0.6.6 |
1997 | 2024-08-06T22:25:54.542Z | Checking object v0.30.4 |
1998 | 2024-08-06T22:25:54.716Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1999 | 2024-08-06T22:25:54.975Z | Checking path-slash v0.1.5 |
2000 | 2024-08-06T22:25:55.076Z | Checking parking_lot v0.11.2 |
2001 | 2024-08-06T22:25:55.106Z | Checking chacha20poly1305 v0.10.1 |
2002 | 2024-08-06T22:25:55.126Z | Checking trust-dns-client v0.22.0 |
2003 | 2024-08-06T22:25:55.289Z | Checking toml v0.5.11 |
2004 | 2024-08-06T22:25:55.407Z | Checking sled v0.34.7 |
2005 | 2024-08-06T22:25:55.759Z | Compiling buf-list v1.0.3 |
2006 | 2024-08-06T22:25:55.781Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2007 | 2024-08-06T22:25:56.321Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2008 | 2024-08-06T22:25:56.712Z | Compiling unicase v2.7.0 |
2009 | 2024-08-06T22:25:56.766Z | Checking trust-dns-server v0.22.1 |
2010 | 2024-08-06T22:25:56.809Z | Checking nanorand v0.7.0 |
2011 | 2024-08-06T22:25:57.206Z | Checking flume v0.11.0 |
2012 | 2024-08-06T22:25:57.314Z | Checking thiserror-no-std v2.0.2 |
2013 | 2024-08-06T22:25:57.433Z | Checking vsss-rs v3.3.4 |
2014 | 2024-08-06T22:25:57.471Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2015 | 2024-08-06T22:25:57.704Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2016 | 2024-08-06T22:25:57.917Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2017 | 2024-08-06T22:25:58.123Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2018 | 2024-08-06T22:25:58.310Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2019 | 2024-08-06T22:25:59.399Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2020 | 2024-08-06T22:26:00.616Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2021 | 2024-08-06T22:26:00.779Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2022 | 2024-08-06T22:26:01.867Z | Checking kstat-rs v0.2.4 |
2023 | 2024-08-06T22:26:02.219Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2024 | 2024-08-06T22:26:02.482Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2025 | 2024-08-06T22:26:02.518Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2026 | 2024-08-06T22:26:02.692Z | Compiling vte_generate_state_changes v0.1.1 |
2027 | 2024-08-06T22:26:03.262Z | Compiling mime_guess v2.0.4 |
2028 | 2024-08-06T22:26:03.355Z | Checking vte v0.11.1 |
2029 | 2024-08-06T22:26:04.691Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2030 | 2024-08-06T22:26:04.737Z | Checking fd-lock v4.0.2 |
2031 | 2024-08-06T22:26:04.759Z | Compiling pin-project-internal v1.1.5 |
2032 | 2024-08-06T22:26:04.924Z | Checking strip-ansi-escapes v0.2.0 |
2033 | 2024-08-06T22:26:05.416Z | Checking nu-ansi-term v0.50.0 |
2034 | 2024-08-06T22:26:05.828Z | Checking reedline v0.31.0 |
2035 | 2024-08-06T22:26:07.053Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2036 | 2024-08-06T22:26:07.879Z | Checking pin-project v1.1.5 |
2037 | 2024-08-06T22:26:07.920Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2038 | 2024-08-06T22:26:08.012Z | Checking http-range v0.1.5 |
2039 | 2024-08-06T22:26:08.195Z | Compiling crunchy v0.2.2 |
2040 | 2024-08-06T22:26:08.212Z | Checking hyper-staticfile v0.9.5 |
2041 | 2024-08-06T22:26:08.625Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2042 | 2024-08-06T22:26:08.643Z | Compiling clang-sys v1.7.0 |
2043 | 2024-08-06T22:26:08.975Z | Compiling tiny-keccak v2.0.2 |
2044 | 2024-08-06T22:26:09.203Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2045 | 2024-08-06T22:26:09.402Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2046 | 2024-08-06T22:26:09.424Z | Compiling ref-cast v1.0.23 |
2047 | 2024-08-06T22:26:09.673Z | Checking bytecount v0.6.8 |
2048 | 2024-08-06T22:26:09.832Z | Checking papergrid v0.11.0 |
2049 | 2024-08-06T22:26:09.990Z | Compiling ascii-canvas v3.0.0 |
2050 | 2024-08-06T22:26:10.523Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2051 | 2024-08-06T22:26:10.557Z | Compiling tabled_derive v0.7.0 |
2052 | 2024-08-06T22:26:10.851Z | Compiling ena v0.14.3 |
2053 | 2024-08-06T22:26:11.277Z | Compiling ref-cast-impl v1.0.23 |
2054 | 2024-08-06T22:26:11.323Z | Compiling libloading v0.8.3 |
2055 | 2024-08-06T22:26:11.776Z | Compiling diff v0.1.13 |
2056 | 2024-08-06T22:26:12.508Z | Compiling regex-syntax v0.6.29 |
2057 | 2024-08-06T22:26:12.529Z | Compiling bindgen v0.69.4 |
2058 | 2024-08-06T22:26:12.796Z | Compiling cfg_aliases v0.1.1 |
2059 | 2024-08-06T22:26:12.902Z | Compiling nix v0.28.0 |
2060 | 2024-08-06T22:26:13.074Z | Checking tabled v0.15.0 |
2061 | 2024-08-06T22:26:13.657Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2062 | 2024-08-06T22:26:13.712Z | Compiling which v4.4.2 |
2063 | 2024-08-06T22:26:14.342Z | Compiling cexpr v0.6.0 |
2064 | 2024-08-06T22:26:16.130Z | Compiling lalrpop v0.19.12 |
2065 | 2024-08-06T22:26:16.151Z | Compiling snafu-derive v0.8.2 |
2066 | 2024-08-06T22:26:18.041Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2067 | 2024-08-06T22:26:18.383Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2068 | 2024-08-06T22:26:21.423Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2069 | 2024-08-06T22:26:23.455Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2070 | 2024-08-06T22:26:24.556Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2071 | 2024-08-06T22:26:24.715Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2072 | 2024-08-06T22:26:25.252Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2073 | 2024-08-06T22:26:25.280Z | Compiling shlex v1.3.0 |
2074 | 2024-08-06T22:26:25.413Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2075 | 2024-08-06T22:26:25.676Z | Compiling rustc-hash v1.1.0 |
2076 | 2024-08-06T22:26:25.716Z | Compiling lazycell v1.3.0 |
2077 | 2024-08-06T22:26:25.833Z | Checking snafu v0.8.2 |
2078 | 2024-08-06T22:26:26.001Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2079 | 2024-08-06T22:26:26.308Z | Compiling derive_builder_core v0.20.0 |
2080 | 2024-08-06T22:26:26.335Z | Checking globset v0.4.14 |
2081 | 2024-08-06T22:26:26.875Z | Checking olpc-cjson v0.1.3 |
2082 | 2024-08-06T22:26:27.098Z | Checking serde_plain v1.0.2 |
2083 | 2024-08-06T22:26:27.346Z | Compiling libxml v0.3.3 |
2084 | 2024-08-06T22:26:27.723Z | Checking typed-path v0.7.1 |
2085 | 2024-08-06T22:26:28.808Z | Compiling derive_builder_macro v0.20.0 |
2086 | 2024-08-06T22:26:29.640Z | Checking tough v0.17.1 |
2087 | 2024-08-06T22:26:29.711Z | Compiling peg-macros v0.8.4 |
2088 | 2024-08-06T22:26:29.990Z | Compiling strum_macros v0.24.3 |
2089 | 2024-08-06T22:26:31.034Z | Compiling sqlparser_derive v0.2.2 |
2090 | 2024-08-06T22:26:32.219Z | Compiling cookie v0.18.1 |
2091 | 2024-08-06T22:26:32.544Z | Compiling indoc v1.0.9 |
2092 | 2024-08-06T22:26:33.641Z | Checking unicode_categories v0.1.1 |
2093 | 2024-08-06T22:26:33.727Z | Checking parse-size v1.0.0 |
2094 | 2024-08-06T22:26:33.757Z | Checking rustyline v14.0.0 |
2095 | 2024-08-06T22:26:33.906Z | Checking peg v0.8.4 |
2096 | 2024-08-06T22:26:33.946Z | Checking sqlformat v0.2.4 |
2097 | 2024-08-06T22:26:34.090Z | Checking sqlparser v0.45.0 |
2098 | 2024-08-06T22:26:34.511Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2099 | 2024-08-06T22:26:34.836Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2100 | 2024-08-06T22:26:35.370Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2101 | 2024-08-06T22:26:35.698Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2102 | 2024-08-06T22:26:35.847Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2103 | 2024-08-06T22:26:35.892Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2104 | 2024-08-06T22:26:36.960Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2105 | 2024-08-06T22:26:37.735Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2106 | 2024-08-06T22:26:37.794Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2107 | 2024-08-06T22:26:38.811Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2108 | 2024-08-06T22:26:40.549Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2109 | 2024-08-06T22:26:40.725Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2110 | 2024-08-06T22:26:40.959Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2111 | 2024-08-06T22:26:41.599Z | Checking derive_builder v0.20.0 |
2112 | 2024-08-06T22:26:42.967Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2113 | 2024-08-06T22:26:43.457Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2114 | 2024-08-06T22:26:43.525Z | Checking bcs v0.1.6 |
2115 | 2024-08-06T22:26:43.647Z | Checking quick-xml v0.31.0 |
2116 | 2024-08-06T22:26:43.749Z | Compiling oso-derive v0.27.3 |
2117 | 2024-08-06T22:26:44.002Z | Compiling impl-trait-for-tuples v0.2.2 |
2118 | 2024-08-06T22:26:44.304Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2119 | 2024-08-06T22:26:44.851Z | Compiling memoffset v0.9.1 |
2120 | 2024-08-06T22:26:45.192Z | Checking highway v1.1.0 |
2121 | 2024-08-06T22:26:45.738Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2122 | 2024-08-06T22:26:46.245Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2123 | 2024-08-06T22:26:46.812Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2124 | 2024-08-06T22:26:47.321Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2125 | 2024-08-06T22:26:48.146Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2126 | 2024-08-06T22:26:48.335Z | Checking bb8 v0.8.5 |
2127 | 2024-08-06T22:26:48.471Z | Compiling const_format_proc_macros v0.2.32 |
2128 | 2024-08-06T22:26:48.817Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2129 | 2024-08-06T22:26:49.222Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2130 | 2024-08-06T22:26:49.865Z | Checking nix v0.27.1 |
2131 | 2024-08-06T22:26:50.570Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2132 | 2024-08-06T22:26:50.644Z | Checking const_format v0.2.32 |
2133 | 2024-08-06T22:26:50.841Z | Checking serde-big-array v0.5.1 |
2134 | 2024-08-06T22:26:51.080Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2135 | 2024-08-06T22:26:51.152Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2136 | 2024-08-06T22:26:52.435Z | Checking signal-hook-tokio v0.3.1 |
2137 | 2024-08-06T22:26:52.475Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2138 | 2024-08-06T22:26:52.627Z | Checking heck v0.4.1 |
2139 | 2024-08-06T22:26:52.847Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2140 | 2024-08-06T22:26:53.248Z | Checking assert_matches v1.5.0 |
2141 | 2024-08-06T22:26:53.268Z | Compiling portable-atomic v1.6.0 |
2142 | 2024-08-06T22:26:53.350Z | Checking itertools v0.13.0 |
2143 | 2024-08-06T22:26:53.505Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2144 | 2024-08-06T22:26:53.931Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2145 | 2024-08-06T22:26:55.423Z | Checking rand_seeder v0.3.0 |
2146 | 2024-08-06T22:26:55.674Z | Checking number_prefix v0.4.0 |
2147 | 2024-08-06T22:26:55.885Z | Checking indicatif v0.17.8 |
2148 | 2024-08-06T22:26:55.959Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2149 | 2024-08-06T22:26:56.203Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2150 | 2024-08-06T22:26:56.508Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2151 | 2024-08-06T22:26:56.656Z | Checking is_ci v1.2.0 |
2152 | 2024-08-06T22:26:56.803Z | Checking supports-color v3.0.0 |
2153 | 2024-08-06T22:26:56.998Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2154 | 2024-08-06T22:26:57.316Z | Checking castaway v0.2.2 |
2155 | 2024-08-06T22:26:57.395Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2156 | 2024-08-06T22:26:57.436Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2157 | 2024-08-06T22:26:57.484Z | Checking compact_str v0.7.1 |
2158 | 2024-08-06T22:26:57.543Z | Checking unicode-truncate v1.0.0 |
2159 | 2024-08-06T22:26:57.705Z | Checking lru v0.12.3 |
2160 | 2024-08-06T22:26:57.739Z | Compiling stability v0.2.0 |
2161 | 2024-08-06T22:26:57.760Z | Checking cassowary v0.3.0 |
2162 | 2024-08-06T22:26:58.052Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2163 | 2024-08-06T22:26:58.200Z | Checking unicode-linebreak v0.1.5 |
2164 | 2024-08-06T22:26:58.219Z | Checking smawk v0.3.2 |
2165 | 2024-08-06T22:26:58.442Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2166 | 2024-08-06T22:26:58.609Z | Checking textwrap v0.16.1 |
2167 | 2024-08-06T22:26:58.787Z | Checking ratatui v0.27.0 |
2168 | 2024-08-06T22:26:58.809Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2169 | 2024-08-06T22:26:58.994Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2170 | 2024-08-06T22:26:59.285Z | Checking fatfs v0.3.6 |
2171 | 2024-08-06T22:26:59.566Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2172 | 2024-08-06T22:27:00.338Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2173 | 2024-08-06T22:27:00.767Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2174 | 2024-08-06T22:27:00.827Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2175 | 2024-08-06T22:27:01.882Z | Checking csv-core v0.1.11 |
2176 | 2024-08-06T22:27:02.030Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2177 | 2024-08-06T22:27:02.238Z | Checking shell-words v1.1.0 |
2178 | 2024-08-06T22:27:02.393Z | Checking csv v1.3.0 |
2179 | 2024-08-06T22:27:02.420Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2180 | 2024-08-06T22:27:03.265Z | Checking cargo-platform v0.1.8 |
2181 | 2024-08-06T22:27:03.562Z | Checking rtoolbox v0.0.2 |
2182 | 2024-08-06T22:27:03.757Z | Compiling getrandom v0.1.16 |
2183 | 2024-08-06T22:27:03.849Z | Checking rpassword v7.3.1 |
2184 | 2024-08-06T22:27:04.019Z | Checking cargo_metadata v0.18.1 |
2185 | 2024-08-06T22:27:04.575Z | Checking tui-tree-widget v0.21.0 |
2186 | 2024-08-06T22:27:04.916Z | Checking plotters-backend v0.3.5 |
2187 | 2024-08-06T22:27:05.331Z | Checking plotters-svg v0.3.5 |
2188 | 2024-08-06T22:27:05.762Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2189 | 2024-08-06T22:27:05.831Z | Checking rfc6979 v0.4.0 |
2190 | 2024-08-06T22:27:06.493Z | Checking yansi v0.5.1 |
2191 | 2024-08-06T22:27:06.781Z | Checking cast v0.3.0 |
2192 | 2024-08-06T22:27:07.106Z | Checking criterion-plot v0.5.0 |
2193 | 2024-08-06T22:27:07.350Z | Checking pretty_assertions v1.4.0 |
2194 | 2024-08-06T22:27:07.537Z | Checking ecdsa v0.16.9 |
2195 | 2024-08-06T22:27:07.625Z | Checking rand_core v0.5.1 |
2196 | 2024-08-06T22:27:07.927Z | Checking plotters v0.3.5 |
2197 | 2024-08-06T22:27:08.220Z | Checking primeorder v0.13.6 |
2198 | 2024-08-06T22:27:08.705Z | Checking tinytemplate v1.2.1 |
2199 | 2024-08-06T22:27:08.792Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2200 | 2024-08-06T22:27:09.078Z | Checking anes v0.1.6 |
2201 | 2024-08-06T22:27:09.470Z | Checking option-ext v0.2.0 |
2202 | 2024-08-06T22:27:09.597Z | Checking oorandom v11.1.3 |
2203 | 2024-08-06T22:27:09.629Z | Checking dirs-sys v0.4.1 |
2204 | 2024-08-06T22:27:09.773Z | Checking criterion v0.5.1 |
2205 | 2024-08-06T22:27:09.822Z | Checking rand_chacha v0.2.2 |
2206 | 2024-08-06T22:27:10.151Z | Checking polyval v0.6.2 |
2207 | 2024-08-06T22:27:10.452Z | Checking ed25519 v2.2.3 |
2208 | 2024-08-06T22:27:10.695Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2209 | 2024-08-06T22:27:12.198Z | Checking blowfish v0.9.1 |
2210 | 2024-08-06T22:27:12.439Z | Checking aes v0.8.4 |
2211 | 2024-08-06T22:27:12.542Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2212 | 2024-08-06T22:27:12.728Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2213 | 2024-08-06T22:27:13.316Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2214 | 2024-08-06T22:27:13.346Z | Checking ctr v0.9.2 |
2215 | 2024-08-06T22:27:13.639Z | Checking password-hash v0.4.2 |
2216 | 2024-08-06T22:27:13.985Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2217 | 2024-08-06T22:27:14.057Z | Checking pbkdf2 v0.12.2 |
2218 | 2024-08-06T22:27:14.232Z | Checking hex-literal v0.4.1 |
2219 | 2024-08-06T22:27:14.371Z | Checking bcrypt-pbkdf v0.10.0 |
2220 | 2024-08-06T22:27:14.642Z | Checking pbkdf2 v0.11.0 |
2221 | 2024-08-06T22:27:14.940Z | Checking ed25519-dalek v2.1.1 |
2222 | 2024-08-06T22:27:15.306Z | Checking ghash v0.5.1 |
2223 | 2024-08-06T22:27:15.487Z | Checking rand v0.7.3 |
2224 | 2024-08-06T22:27:16.001Z | Checking dirs v5.0.1 |
2225 | 2024-08-06T22:27:16.061Z | Checking p521 v0.13.3 |
2226 | 2024-08-06T22:27:16.151Z | Checking p256 v0.13.2 |
2227 | 2024-08-06T22:27:16.667Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2228 | 2024-08-06T22:27:16.870Z | Checking cbc v0.1.2 |
2229 | 2024-08-06T22:27:17.120Z | Checking russh-cryptovec v0.7.2 |
2230 | 2024-08-06T22:27:17.342Z | Compiling target-lexicon v0.12.16 |
2231 | 2024-08-06T22:27:17.475Z | Checking md5 v0.7.0 |
2232 | 2024-08-06T22:27:17.564Z | Compiling doc-comment v0.3.3 |
2233 | 2024-08-06T22:27:17.780Z | Checking russh-keys v0.43.0 |
2234 | 2024-08-06T22:27:18.390Z | Checking aes-gcm v0.10.3 |
2235 | 2024-08-06T22:27:18.483Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2236 | 2024-08-06T22:27:18.618Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2237 | 2024-08-06T22:27:18.951Z | Checking http-body v1.0.0 |
2238 | 2024-08-06T22:27:19.167Z | Compiling assert_cmd v2.0.15 |
2239 | 2024-08-06T22:27:19.453Z | Compiling dhcproto-macros v0.1.0 |
2240 | 2024-08-06T22:27:19.601Z | Checking tower-layer v0.3.2 |
2241 | 2024-08-06T22:27:19.877Z | Compiling guppy-workspace-hack v0.1.0 |
2242 | 2024-08-06T22:27:20.217Z | Checking tower v0.4.13 |
2243 | 2024-08-06T22:27:20.311Z | Checking hyper v1.3.1 |
2244 | 2024-08-06T22:27:20.450Z | Checking dhcproto v0.11.0 |
2245 | 2024-08-06T22:27:21.046Z | Checking russh v0.43.0 |
2246 | 2024-08-06T22:27:22.071Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2247 | 2024-08-06T22:27:22.153Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2248 | 2024-08-06T22:27:22.670Z | Checking internet-checksum v0.2.1 |
2249 | 2024-08-06T22:27:22.858Z | Compiling target-spec v3.2.1 |
2250 | 2024-08-06T22:27:24.522Z | Checking cfg-expr v0.16.0 |
2251 | 2024-08-06T22:27:25.041Z | Checking hyper-util v0.1.3 |
2252 | 2024-08-06T22:27:25.290Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2253 | 2024-08-06T22:27:25.371Z | Checking rustls-native-certs v0.7.0 |
2254 | 2024-08-06T22:27:25.523Z | Checking httptest v0.15.5 |
2255 | 2024-08-06T22:27:26.669Z | Checking hyper-rustls v0.26.0 |
2256 | 2024-08-06T22:27:27.460Z | Checking pathdiff v0.2.1 |
2257 | 2024-08-06T22:27:27.629Z | Checking threadpool v1.8.1 |
2258 | 2024-08-06T22:27:27.856Z | Compiling rstest_macros v0.19.0 |
2259 | 2024-08-06T22:27:28.318Z | Checking escape8259 v0.5.2 |
2260 | 2024-08-06T22:27:28.412Z | Checking nested v0.1.1 |
2261 | 2024-08-06T22:27:28.782Z | Checking libtest-mimic v0.7.3 |
2262 | 2024-08-06T22:27:28.792Z | Checking guppy v0.17.7 |
2263 | 2024-08-06T22:27:29.079Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2264 | 2024-08-06T22:27:29.394Z | Checking similar-asserts v1.5.0 |
2265 | 2024-08-06T22:27:29.647Z | Checking fancy-regex v0.13.0 |
2266 | 2024-08-06T22:27:30.064Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2267 | 2024-08-06T22:27:30.412Z | Compiling relative-path v1.9.3 |
2268 | 2024-08-06T22:27:30.926Z | Compiling trybuild v1.0.99 |
2269 | 2024-08-06T22:27:31.459Z | Checking datatest-stable v0.2.9 |
2270 | 2024-08-06T22:27:31.861Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2271 | 2024-08-06T22:27:33.176Z | Checking blake2b_simd v1.0.2 |
2272 | 2024-08-06T22:27:33.445Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2273 | 2024-08-06T22:27:33.763Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2274 | 2024-08-06T22:27:34.050Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2275 | 2024-08-06T22:27:34.070Z | Checking serde_tokenstream v0.2.1 |
2276 | 2024-08-06T22:27:34.368Z | Checking uzers v0.11.3 |
2277 | 2024-08-06T22:27:34.453Z | Checking indent_write v2.2.0 |
2278 | 2024-08-06T22:27:34.662Z | Checking futures-timer v3.0.3 |
2279 | 2024-08-06T22:27:34.774Z | Checking rust-argon2 v2.1.0 |
2280 | 2024-08-06T22:27:35.202Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2281 | 2024-08-06T22:27:40.375Z | Checking rstest v0.19.0 |
2282 | 2024-08-06T22:27:40.603Z | Checking multimap v0.10.0 |
2283 | 2024-08-06T22:27:40.920Z | Checking rand_distr v0.4.3 |
2284 | 2024-08-06T22:27:41.754Z | Checking approx v0.5.1 |
2285 | 2024-08-06T22:27:41.998Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2286 | 2024-08-06T22:27:43.263Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2287 | 2024-08-06T22:27:43.435Z | Checking partial-io v0.5.4 |
2288 | 2024-08-06T22:27:43.832Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2289 | 2024-08-06T22:27:44.220Z | Checking cargo_toml v0.20.4 |
2290 | 2024-08-06T22:27:45.240Z | Checking termios v0.3.3 |
2291 | 2024-08-06T22:27:45.438Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2292 | 2024-08-06T22:27:46.166Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2293 | 2024-08-06T22:27:46.484Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2294 | 2024-08-06T22:27:48.725Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2295 | 2024-08-06T22:28:01.742Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2296 | 2024-08-06T22:28:02.249Z | Compiling samael v0.0.15 |
2297 | 2024-08-06T22:28:38.512Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2298 | 2024-08-06T22:28:39.162Z | Compiling polar-core v0.27.3 |
2299 | 2024-08-06T22:28:39.312Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2300 | 2024-08-06T22:28:50.166Z | Checking oso v0.27.3 |
2301 | 2024-08-06T22:29:25.795Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2302 | 2024-08-06T22:29:25.795Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2303 | 2024-08-06T22:29:25.799Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2304 | 2024-08-06T22:30:47.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 13s |
2305 | 2024-08-06T22:30:47.541Z | |
2306 | 2024-08-06T22:30:47.541Z | real 6:17.941024361 |
2307 | 2024-08-06T22:30:47.541Z | user 33:35.923020539 |
2308 | 2024-08-06T22:30:47.541Z | sys 5:34.748708083 |
2309 | 2024-08-06T22:30:47.541Z | trap 0.853206581 |
2310 | 2024-08-06T22:30:47.541Z | tflt 1.652746559 |
2311 | 2024-08-06T22:30:47.541Z | dflt 0.391456038 |
2312 | 2024-08-06T22:30:47.541Z | kflt 0.001129290 |
2313 | 2024-08-06T22:30:47.541Z | lock 53:15.786759197 |
2314 | 2024-08-06T22:30:47.541Z | slp 1:56:26.890600950 |
2315 | 2024-08-06T22:30:47.542Z | lat 1:32.711124773 |
2316 | 2024-08-06T22:30:47.542Z | stop 5:17.255117350 |
2317 | 2024-08-06T22:30:47.545Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2318 | 2024-08-06T22:30:47.545Z | + ptime -m cargo doc --workspace --no-deps |
2319 | 2024-08-06T22:30:48.644Z | warning: output filename collision. |
2320 | 2024-08-06T22:30:48.644Z | 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)`. |
2321 | 2024-08-06T22:30:48.644Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2322 | 2024-08-06T22:30:48.644Z | The targets should have unique names. |
2323 | 2024-08-06T22:30:48.644Z | This is a known bug where multiple crates with the same name use |
2324 | 2024-08-06T22:30:48.644Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2325 | 2024-08-06T22:30:48.954Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2326 | 2024-08-06T22:30:49.011Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2327 | 2024-08-06T22:30:49.027Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2328 | 2024-08-06T22:30:49.060Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2329 | 2024-08-06T22:30:49.085Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2330 | 2024-08-06T22:30:49.111Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2331 | 2024-08-06T22:30:49.111Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2332 | 2024-08-06T22:30:49.323Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2333 | 2024-08-06T22:30:49.350Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2334 | 2024-08-06T22:30:49.372Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2335 | 2024-08-06T22:30:49.375Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2336 | 2024-08-06T22:30:49.409Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2337 | 2024-08-06T22:30:49.593Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2338 | 2024-08-06T22:30:49.648Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2339 | 2024-08-06T22:30:49.667Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2340 | 2024-08-06T22:30:50.185Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2341 | 2024-08-06T22:30:50.807Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2342 | 2024-08-06T22:30:53.781Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2343 | 2024-08-06T22:30:54.019Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2344 | 2024-08-06T22:30:54.055Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2345 | 2024-08-06T22:30:54.356Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2346 | 2024-08-06T22:30:54.432Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2347 | 2024-08-06T22:30:54.699Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2348 | 2024-08-06T22:30:54.779Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2349 | 2024-08-06T22:30:55.130Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2350 | 2024-08-06T22:30:55.499Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2024-08-06T22:30:56.008Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2352 | 2024-08-06T22:30:56.156Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2024-08-06T22:30:56.196Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2354 | 2024-08-06T22:30:56.427Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2355 | 2024-08-06T22:30:56.527Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2356 | 2024-08-06T22:30:56.799Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2357 | 2024-08-06T22:30:56.858Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2358 | 2024-08-06T22:30:57.299Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2359 | 2024-08-06T22:30:57.494Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2360 | 2024-08-06T22:30:57.634Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2361 | 2024-08-06T22:30:57.827Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2362 | 2024-08-06T22:30:57.881Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2363 | 2024-08-06T22:31:00.713Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2364 | 2024-08-06T22:31:01.886Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2365 | 2024-08-06T22:31:02.504Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2366 | 2024-08-06T22:31:02.579Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2367 | 2024-08-06T22:31:04.023Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2368 | 2024-08-06T22:31:05.113Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2369 | 2024-08-06T22:31:07.126Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2370 | 2024-08-06T22:31:08.004Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2024-08-06T22:31:09.276Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2372 | 2024-08-06T22:31:09.816Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2373 | 2024-08-06T22:31:10.234Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2374 | 2024-08-06T22:31:11.777Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2375 | 2024-08-06T22:31:12.376Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2376 | 2024-08-06T22:31:14.456Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2377 | 2024-08-06T22:31:14.692Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2378 | 2024-08-06T22:31:15.599Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2379 | 2024-08-06T22:31:16.871Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2380 | 2024-08-06T22:31:16.982Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2381 | 2024-08-06T22:31:17.097Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2382 | 2024-08-06T22:31:17.406Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2383 | 2024-08-06T22:31:17.565Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2384 | 2024-08-06T22:31:18.223Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2385 | 2024-08-06T22:31:18.610Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2386 | 2024-08-06T22:31:19.376Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2387 | 2024-08-06T22:31:19.511Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2388 | 2024-08-06T22:31:19.822Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2389 | 2024-08-06T22:31:20.380Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-08-06T22:31:20.440Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2391 | 2024-08-06T22:31:20.531Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2392 | 2024-08-06T22:31:21.132Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2393 | 2024-08-06T22:31:21.257Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2394 | 2024-08-06T22:31:21.431Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2395 | 2024-08-06T22:31:21.753Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2396 | 2024-08-06T22:31:22.289Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2397 | 2024-08-06T22:31:22.308Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2398 | 2024-08-06T22:31:22.579Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2399 | 2024-08-06T22:31:22.798Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2400 | 2024-08-06T22:31:23.509Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2401 | 2024-08-06T22:31:23.914Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2402 | 2024-08-06T22:31:25.033Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2403 | 2024-08-06T22:31:25.266Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2404 | 2024-08-06T22:31:25.649Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2405 | 2024-08-06T22:31:26.189Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2406 | 2024-08-06T22:31:26.387Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2407 | 2024-08-06T22:31:26.605Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2408 | 2024-08-06T22:31:26.784Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2409 | 2024-08-06T22:31:27.461Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2410 | 2024-08-06T22:31:27.822Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2411 | 2024-08-06T22:31:28.123Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2412 | 2024-08-06T22:31:28.853Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2413 | 2024-08-06T22:31:30.710Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2414 | 2024-08-06T22:31:30.863Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2415 | 2024-08-06T22:31:30.944Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2416 | 2024-08-06T22:31:31.934Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2417 | 2024-08-06T22:31:50.166Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2418 | 2024-08-06T22:31:51.303Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2419 | 2024-08-06T22:32:07.468Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2420 | 2024-08-06T22:32:22.309Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2421 | 2024-08-06T22:32:22.808Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2422 | 2024-08-06T22:32:26.127Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2423 | 2024-08-06T22:32:32.000Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2424 | 2024-08-06T22:32:45.690Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2425 | 2024-08-06T22:32:51.894Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2426 | 2024-08-06T22:32:55.532Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2427 | 2024-08-06T22:32:58.112Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2428 | 2024-08-06T22:32:58.931Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2429 | 2024-08-06T22:33:01.554Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2430 | 2024-08-06T22:33:03.559Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2431 | 2024-08-06T22:33:03.725Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2432 | 2024-08-06T22:33:11.846Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-08-06T22:33:13.264Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2434 | 2024-08-06T22:33:17.030Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2435 | 2024-08-06T22:33:36.936Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2436 | 2024-08-06T22:33:37.891Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2437 | 2024-08-06T22:33:46.043Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2438 | 2024-08-06T22:33:50.773Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2439 | 2024-08-06T22:34:05.756Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2440 | 2024-08-06T22:34:08.133Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2441 | 2024-08-06T22:34:15.869Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2442 | 2024-08-06T22:34:16.249Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2443 | 2024-08-06T22:34:18.478Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2444 | 2024-08-06T22:34:18.915Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2445 | 2024-08-06T22:34:23.318Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2446 | 2024-08-06T22:34:23.862Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2447 | 2024-08-06T22:34:30.875Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2024-08-06T22:34:32.494Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2449 | 2024-08-06T22:34:34.760Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2450 | 2024-08-06T22:34:43.139Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2451 | 2024-08-06T22:34:44.640Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2452 | 2024-08-06T22:34:47.101Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2453 | 2024-08-06T22:34:48.213Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2454 | 2024-08-06T22:34:50.715Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2455 | 2024-08-06T22:34:50.903Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2456 | 2024-08-06T22:34:57.135Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2457 | 2024-08-06T22:35:03.997Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2024-08-06T22:35:05.494Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2459 | 2024-08-06T22:35:13.924Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2460 | 2024-08-06T22:35:14.235Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2461 | 2024-08-06T22:35:14.801Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2462 | 2024-08-06T22:35:21.344Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2463 | 2024-08-06T22:35:25.250Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2464 | 2024-08-06T22:35:26.196Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2465 | 2024-08-06T22:35:26.465Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2466 | 2024-08-06T22:35:28.062Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2467 | 2024-08-06T22:35:29.605Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2468 | 2024-08-06T22:35:31.206Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2469 | 2024-08-06T22:35:39.165Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2470 | 2024-08-06T22:35:41.717Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2471 | 2024-08-06T22:35:41.917Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2472 | 2024-08-06T22:35:44.739Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2473 | 2024-08-06T22:35:46.791Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2474 | 2024-08-06T22:35:54.261Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2475 | 2024-08-06T22:35:58.918Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2476 | 2024-08-06T22:36:01.391Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2477 | 2024-08-06T22:36:01.445Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2478 | 2024-08-06T22:36:01.888Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2479 | 2024-08-06T22:36:06.896Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2480 | 2024-08-06T22:36:07.940Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2481 | 2024-08-06T22:36:08.034Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2482 | 2024-08-06T22:36:08.490Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2483 | 2024-08-06T22:36:14.317Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2484 | 2024-08-06T22:36:19.396Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2485 | 2024-08-06T22:36:21.026Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2486 | 2024-08-06T22:36:21.474Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2487 | 2024-08-06T22:36:24.036Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2488 | 2024-08-06T22:36:26.908Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2489 | 2024-08-06T22:36:27.365Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2490 | 2024-08-06T22:36:28.083Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2491 | 2024-08-06T22:36:31.376Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2492 | 2024-08-06T22:36:32.313Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2493 | 2024-08-06T22:36:33.205Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2494 | 2024-08-06T22:36:33.680Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2495 | 2024-08-06T22:36:37.041Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2496 | 2024-08-06T22:36:38.001Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2497 | 2024-08-06T22:36:39.842Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2498 | 2024-08-06T22:36:40.671Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2499 | 2024-08-06T22:36:41.248Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2500 | 2024-08-06T22:36:42.820Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2501 | 2024-08-06T22:36:42.938Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2502 | 2024-08-06T22:36:44.794Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2503 | 2024-08-06T22:36:44.962Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2504 | 2024-08-06T22:36:47.863Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2505 | 2024-08-06T22:37:16.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 29s |
2506 | 2024-08-06T22:37:17.066Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files |
2507 | 2024-08-06T22:37:17.121Z | |
2508 | 2024-08-06T22:37:17.124Z | real 6:29.368570518 |
2509 | 2024-08-06T22:37:17.124Z | user 19:50.831299472 |
2510 | 2024-08-06T22:37:17.124Z | sys 28:19.160876202 |
2511 | 2024-08-06T22:37:17.124Z | trap 0.340526973 |
2512 | 2024-08-06T22:37:17.124Z | tflt 0.198500068 |
2513 | 2024-08-06T22:37:17.124Z | dflt 0.109545694 |
2514 | 2024-08-06T22:37:17.124Z | kflt 0.000047656 |
2515 | 2024-08-06T22:37:17.124Z | lock 1:02:20.531962767 |
2516 | 2024-08-06T22:37:17.124Z | slp 1:49:54.428002848 |
2517 | 2024-08-06T22:37:17.124Z | lat 1:00.505615359 |
2518 | 2024-08-06T22:37:17.124Z | stop 48.950727433 |
2519 | 2024-08-06T22:37:17.125Z | process exited: duration 1020107 ms, exit code 0 |
|
2520 | 2024-08-06T22:37:17.131Z | found 0 output files |