|
|
|
1 | 2024-08-06T07:31:33.284Z | job assigned to worker 01J4K9HP7KV5EGZRP9BDTZGMD7 (queued for 1 m 7 s) |
|
2 | 2024-08-06T07:31:40.609Z | starting task 0: "setup" |
3 | 2024-08-06T07:31:40.659Z | ++ uname -s |
4 | 2024-08-06T07:31:40.662Z | + kern=SunOS |
5 | 2024-08-06T07:31:40.662Z | + case "$kern" in |
6 | 2024-08-06T07:31:40.662Z | + groupadd -g 12345 build |
7 | 2024-08-06T07:31:40.664Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T07:31:42.671Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T07:31:42.755Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T07:31:42.758Z | + home_fs=zfs |
11 | 2024-08-06T07:31:42.758Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T07:31:42.758Z | + mkdir -p /home/build |
13 | 2024-08-06T07:31:42.760Z | + chown build:build /home/build /work |
14 | 2024-08-06T07:31:44.761Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T07:31:44.764Z | process exited: duration 4154 ms, exit code 0 |
|
16 | 2024-08-06T07:31:44.770Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T07:31:44.775Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T07:31:44.775Z | ' 1.80.0 |
19 | 2024-08-06T07:31:44.775Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-06T07:31:44.775Z | ' default |
21 | 2024-08-06T07:31:44.777Z | * toolchain channel = "1.80.0" |
22 | 2024-08-06T07:31:44.778Z | * toolchain profile = "default" |
23 | 2024-08-06T07:31:44.778Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T07:31:44.778Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T07:31:44.875Z | info: downloading installer |
26 | 2024-08-06T07:31:46.072Z | info: profile set to 'default' |
27 | 2024-08-06T07:31:46.072Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T07:31:46.075Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T07:31:46.202Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T07:31:46.202Z | info: downloading component 'cargo' |
31 | 2024-08-06T07:31:46.887Z | info: downloading component 'clippy' |
32 | 2024-08-06T07:31:47.127Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T07:31:48.067Z | info: downloading component 'rust-std' |
34 | 2024-08-06T07:31:49.408Z | info: downloading component 'rustc' |
35 | 2024-08-06T07:31:53.091Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T07:31:53.290Z | info: installing component 'cargo' |
37 | 2024-08-06T07:31:54.141Z | info: installing component 'clippy' |
38 | 2024-08-06T07:31:54.521Z | info: installing component 'rust-docs' |
39 | 2024-08-06T07:31:56.128Z | info: installing component 'rust-std' |
40 | 2024-08-06T07:31:57.793Z | info: installing component 'rustc' |
41 | 2024-08-06T07:32:02.066Z | info: installing component 'rustfmt' |
42 | 2024-08-06T07:32:02.398Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T07:32:02.398Z | |
44 | 2024-08-06T07:32:02.664Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T07:32:02.664Z | |
46 | 2024-08-06T07:32:02.667Z | |
47 | 2024-08-06T07:32:02.667Z | Rust is installed now. Great! |
48 | 2024-08-06T07:32:02.667Z | |
49 | 2024-08-06T07:32:02.667Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T07:32:02.667Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T07:32:02.667Z | |
52 | 2024-08-06T07:32:02.667Z | To configure your current shell, you need to source |
53 | 2024-08-06T07:32:02.667Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T07:32:02.667Z | |
55 | 2024-08-06T07:32:02.667Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T07:32:02.667Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T07:32:02.667Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T07:32:02.730Z | + rustc --version |
59 | 2024-08-06T07:32:02.792Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T07:32:02.795Z | process exited: duration 18023 ms, exit code 0 |
|
61 | 2024-08-06T07:32:02.800Z | starting task 2: "authentication" |
62 | 2024-08-06T07:32:02.820Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-06T07:32:02.827Z | starting task 3: "clone repository" |
64 | 2024-08-06T07:32:02.830Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T07:32:02.833Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T07:32:02.968Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T07:32:09.206Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T07:32:09.206Z | + git fetch origin 2f13344f33968ce6d853e220265cbd57f005596f |
69 | 2024-08-06T07:32:09.498Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T07:32:09.498Z | * branch 2f13344f33968ce6d853e220265cbd57f005596f -> FETCH_HEAD |
71 | 2024-08-06T07:32:09.508Z | + [[ -n '' ]] |
72 | 2024-08-06T07:32:09.508Z | + git reset --hard 2f13344f33968ce6d853e220265cbd57f005596f |
73 | 2024-08-06T07:32:09.646Z | HEAD is now at 2f13344f3 Update Rust crate regex to 1.10.6 |
74 | 2024-08-06T07:32:09.650Z | process exited: duration 6821 ms, exit code 0 |
|
75 | 2024-08-06T07:32:09.657Z | starting task 4: "build" |
76 | 2024-08-06T07:32:09.662Z | + cargo --version |
77 | 2024-08-06T07:32:09.716Z | cargo 1.80.0 (376290515 2024-07-16) |
78 | 2024-08-06T07:32:09.718Z | + rustc --version |
79 | 2024-08-06T07:32:09.775Z | rustc 1.80.0 (051478957 2024-07-21) |
80 | 2024-08-06T07:32:09.778Z | + source ./env.sh |
81 | 2024-08-06T07:32:09.778Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-06T07:32:09.778Z | ++ set -o xtrace |
83 | 2024-08-06T07:32:09.781Z | ++++ dirname ./env.sh |
84 | 2024-08-06T07:32:09.781Z | +++ readlink -f . |
85 | 2024-08-06T07:32:09.924Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-06T07:32:09.927Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-08-06T07:32:09.927Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-08-06T07:32:09.927Z | ++ 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 |
89 | 2024-08-06T07:32:09.927Z | ++ 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 |
90 | 2024-08-06T07:32:09.927Z | ++ 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 |
91 | 2024-08-06T07:32:09.927Z | ++ 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 |
92 | 2024-08-06T07:32:09.927Z | ++ 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 |
93 | 2024-08-06T07:32:09.927Z | ++ 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 |
94 | 2024-08-06T07:32:09.927Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-06T07:32:09.927Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-06T07:32:09.927Z | + banner prerequisites |
97 | 2024-08-06T07:32:10.032Z | |
98 | 2024-08-06T07:32:10.032Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-08-06T07:32:10.032Z | # # # # # # # # # # # # # # # |
100 | 2024-08-06T07:32:10.032Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-08-06T07:32:10.032Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-08-06T07:32:10.032Z | # # # # # # # # # # # # # # # |
103 | 2024-08-06T07:32:10.032Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-08-06T07:32:10.032Z | |
105 | 2024-08-06T07:32:10.035Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-08-06T07:32:28.689Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-08-06T07:32:30.911Z | Startup: Caching catalogs ... Done |
108 | 2024-08-06T07:32:34.717Z | Planning: Solver setup ... Done (3.231s) |
109 | 2024-08-06T07:32:34.778Z | Planning: Running solver ... Done (0.061s) |
110 | 2024-08-06T07:32:34.829Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-08-06T07:32:34.857Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2024-08-06T07:32:35.145Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-08-06T07:32:35.195Z | Planning: Package planning ... Done (0.049s) |
114 | 2024-08-06T07:32:35.244Z | Planning: Merging actions ... Done (0.050s) |
115 | 2024-08-06T07:32:36.097Z | Planning: Checking for conflicting actions ... Done (0.852s) |
116 | 2024-08-06T07:32:36.107Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-08-06T07:32:40.533Z | Planning: Evaluating mediators ... Done (4.425s) |
118 | 2024-08-06T07:32:40.542Z | Planning: Planning completed in 9.56 seconds |
119 | 2024-08-06T07:32:41.004Z | Packages to install: 4 |
120 | 2024-08-06T07:32:41.004Z | Mediators to change: 2 |
121 | 2024-08-06T07:32:41.004Z | Services to change: 1 |
122 | 2024-08-06T07:32:41.004Z | Estimated space available: 155.76 GB |
123 | 2024-08-06T07:32:41.004Z | Estimated space to be consumed: 1.47 GB |
124 | 2024-08-06T07:32:41.007Z | Create boot environment: No |
125 | 2024-08-06T07:32:41.007Z | Create backup boot environment: No |
126 | 2024-08-06T07:32:41.007Z | Rebuild boot archive: No |
127 | 2024-08-06T07:32:41.007Z | |
128 | 2024-08-06T07:32:41.007Z | Changed mediators: |
129 | 2024-08-06T07:32:41.007Z | mediator clang: |
130 | 2024-08-06T07:32:41.007Z | version: None -> 15 (system default) |
131 | 2024-08-06T07:32:41.007Z | |
132 | 2024-08-06T07:32:41.008Z | mediator llvm: |
133 | 2024-08-06T07:32:41.008Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-08-06T07:32:41.008Z | |
135 | 2024-08-06T07:32:41.008Z | Changed packages: |
136 | 2024-08-06T07:32:41.008Z | helios-dev |
137 | 2024-08-06T07:32:41.008Z | developer/build-essential |
138 | 2024-08-06T07:32:41.008Z | None -> 11-2.0 |
139 | 2024-08-06T07:32:41.008Z | library/libxmlsec1 |
140 | 2024-08-06T07:32:41.008Z | None -> 1.2.35-2.0 |
141 | 2024-08-06T07:32:41.008Z | ooce/developer/clang-15 |
142 | 2024-08-06T07:32:41.008Z | None -> 15.0.7-2.0 |
143 | 2024-08-06T07:32:41.008Z | ooce/developer/llvm-15 |
144 | 2024-08-06T07:32:41.008Z | None -> 15.0.7-2.0 |
145 | 2024-08-06T07:32:41.008Z | |
146 | 2024-08-06T07:32:41.008Z | Services: |
147 | 2024-08-06T07:32:41.008Z | restart_fmri: |
148 | 2024-08-06T07:32:41.008Z | svc:/system/update-man-index:default |
149 | 2024-08-06T07:32:41.182Z | |
150 | 2024-08-06T07:32:41.182Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-08-06T07:32:46.183Z | Download: 1218/3290 items 99.2/212.6MB 46% complete (19.8M/s) |
152 | 2024-08-06T07:32:51.223Z | Download: 2164/3290 items 119.0/212.6MB 55% complete (12.3M/s) |
153 | 2024-08-06T07:32:56.232Z | Download: 2568/3290 items 120.4/212.6MB 56% complete (2.7M/s) |
154 | 2024-08-06T07:33:01.233Z | Download: 3118/3290 items 147.8/212.6MB 69% complete (2.8M/s) |
155 | 2024-08-06T07:33:06.237Z | Download: 3251/3290 items 203.7/212.6MB 95% complete (8.3M/s) |
156 | 2024-08-06T07:33:07.459Z | Download: Completed 212.60 MB in 26.27 seconds (8.1M/s) |
157 | 2024-08-06T07:33:07.614Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-08-06T07:33:12.735Z | Actions: 3656/3689 actions (Installing new actions) |
159 | 2024-08-06T07:33:12.781Z | Actions: Completed 3689 actions in 5.16 seconds. |
160 | 2024-08-06T07:33:13.089Z | Done (0.262s) |
161 | 2024-08-06T07:33:13.089Z | Done (0.000s) |
162 | 2024-08-06T07:33:13.395Z | Done (0.348s) |
163 | 2024-08-06T07:33:18.542Z | Done (4.988s) |
164 | 2024-08-06T07:33:18.776Z | Done (0.165s) |
165 | 2024-08-06T07:33:18.776Z | Done (0.000s) |
166 | 2024-08-06T07:33:18.931Z | Done (0.000s) |
167 | 2024-08-06T07:33:19.503Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-08-06T07:33:19.670Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-06T07:33:19.673Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-06T07:33:19.936Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-06T07:33:19.939Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-08-06T07:33:19.969Z | Mediators to change: 2 |
173 | 2024-08-06T07:33:19.969Z | Create boot environment: No |
174 | 2024-08-06T07:33:19.969Z | Create backup boot environment: No |
175 | 2024-08-06T07:33:20.027Z | Done |
176 | 2024-08-06T07:33:20.027Z | Done |
177 | 2024-08-06T07:33:20.250Z | Done |
178 | 2024-08-06T07:33:23.764Z | Done |
179 | 2024-08-06T07:33:23.853Z | Done |
180 | 2024-08-06T07:33:23.856Z | Done |
181 | 2024-08-06T07:33:23.954Z | Done |
182 | 2024-08-06T07:33:24.556Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-06T07:33:24.568Z | Planning: Merging actions ... Done |
184 | 2024-08-06T07:33:24.748Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-06T07:33:24.753Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-06T07:33:25.019Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-06T07:33:25.064Z | Planning: Planning completed in 0.75 seconds |
188 | 2024-08-06T07:33:25.098Z | Packages to change: 1 |
189 | 2024-08-06T07:33:25.098Z | Mediators to change: 1 |
190 | 2024-08-06T07:33:25.103Z | Services to change: 1 |
191 | 2024-08-06T07:33:25.103Z | Create boot environment: No |
192 | 2024-08-06T07:33:25.103Z | Create backup boot environment: Yes |
193 | 2024-08-06T07:33:26.863Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-08-06T07:33:26.896Z | Actions: Completed 6 actions in 0.03 seconds. |
195 | 2024-08-06T07:33:26.900Z | Done |
196 | 2024-08-06T07:33:26.900Z | Done |
197 | 2024-08-06T07:33:26.973Z | Done |
198 | 2024-08-06T07:33:30.638Z | Done |
199 | 2024-08-06T07:33:30.729Z | Done |
200 | 2024-08-06T07:33:30.732Z | Done |
201 | 2024-08-06T07:33:30.832Z | Done |
202 | 2024-08-06T07:33:31.280Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-08-06T07:33:31.280Z | clang system 15 system |
204 | 2024-08-06T07:33:31.280Z | csh system system illumos |
205 | 2024-08-06T07:33:31.280Z | ctags system system illumos |
206 | 2024-08-06T07:33:31.280Z | gcc vendor 12 vendor |
207 | 2024-08-06T07:33:31.280Z | gcc system 10 system |
208 | 2024-08-06T07:33:31.280Z | gcc system 7 system |
209 | 2024-08-06T07:33:31.280Z | go system 1.20 system |
210 | 2024-08-06T07:33:31.282Z | go system 1.19 system |
211 | 2024-08-06T07:33:31.282Z | llvm system 15 system |
212 | 2024-08-06T07:33:31.282Z | llvm system 14 system |
213 | 2024-08-06T07:33:31.282Z | mariadb system 10.6 system |
214 | 2024-08-06T07:33:31.282Z | mta vendor vendor dma |
215 | 2024-08-06T07:33:31.282Z | openjdk system 17 system |
216 | 2024-08-06T07:33:31.282Z | openjdk system 11 system |
217 | 2024-08-06T07:33:31.282Z | openjdk system 1.8 system |
218 | 2024-08-06T07:33:31.283Z | openssl vendor 3 vendor |
219 | 2024-08-06T07:33:31.283Z | perl system 5.36 system |
220 | 2024-08-06T07:33:31.283Z | postgresql system 15 system |
221 | 2024-08-06T07:33:31.283Z | postgresql system 13 system |
222 | 2024-08-06T07:33:31.283Z | python vendor 3 vendor |
223 | 2024-08-06T07:33:31.283Z | python system 2 system |
224 | 2024-08-06T07:33:31.283Z | python3 system 3.11 system |
225 | 2024-08-06T07:33:31.283Z | ruby system 3.0 system |
226 | 2024-08-06T07:33:31.283Z | words vendor vendor american-english |
227 | 2024-08-06T07:33:31.283Z | words system system australian-english |
228 | 2024-08-06T07:33:31.283Z | words system system british-english |
229 | 2024-08-06T07:33:31.283Z | words system system canadian-english |
230 | 2024-08-06T07:33:31.283Z | words system system french |
231 | 2024-08-06T07:33:31.283Z | words system system italian |
232 | 2024-08-06T07:33:31.283Z | words system system ngerman |
233 | 2024-08-06T07:33:31.283Z | words system system ogerman |
234 | 2024-08-06T07:33:31.283Z | words system system spanish |
235 | 2024-08-06T07:33:31.613Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-08-06T07:33:31.613Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-08-06T07:33:33.250Z | FMRI IFO |
238 | 2024-08-06T07:33:33.250Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-08-06T07:33:33.250Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-08-06T07:33:33.250Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-08-06T07:33:33.250Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-08-06T07:33:33.250Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-08-06T07:33:33.250Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-08-06T07:33:33.251Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-08-06T07:33:33.251Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-08-06T07:33:33.251Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-08-06T07:33:33.251Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-08-06T07:33:33.251Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-08-06T07:33:33.251Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-08-06T07:33:33.826Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-08-06T07:33:34.093Z | Updating git repository `https://github.com/oxidecomputer/zone` |
252 | 2024-08-06T07:33:34.360Z | Updating crates.io index |
253 | 2024-08-06T07:33:34.362Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
254 | 2024-08-06T07:33:35.092Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
255 | 2024-08-06T07:33:35.799Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
256 | 2024-08-06T07:33:36.067Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
257 | 2024-08-06T07:33:37.577Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2024-08-06T07:33:37.852Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2024-08-06T07:33:38.134Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2024-08-06T07:33:39.166Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2024-08-06T07:33:41.014Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2024-08-06T07:33:42.026Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2024-08-06T07:33:42.737Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-08-06T07:33:43.270Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2024-08-06T07:33:43.495Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
266 | 2024-08-06T07:33:43.851Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
267 | 2024-08-06T07:33:44.132Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
268 | 2024-08-06T07:33:44.522Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
269 | 2024-08-06T07:33:44.813Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
270 | 2024-08-06T07:33:45.058Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
271 | 2024-08-06T07:33:45.324Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2024-08-06T07:33:45.633Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
273 | 2024-08-06T07:33:45.920Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
274 | 2024-08-06T07:33:46.208Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
275 | 2024-08-06T07:33:46.605Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
276 | 2024-08-06T07:33:47.011Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
277 | 2024-08-06T07:33:47.331Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
278 | 2024-08-06T07:33:47.746Z | Updating git repository `https://github.com/oxidecomputer/typify` |
279 | 2024-08-06T07:33:49.926Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
280 | 2024-08-06T07:33:50.192Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
281 | 2024-08-06T07:33:50.503Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
282 | 2024-08-06T07:33:50.926Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
283 | 2024-08-06T07:33:51.933Z | Downloading crates ... |
284 | 2024-08-06T07:33:51.997Z | Downloaded anstyle v1.0.8 |
285 | 2024-08-06T07:33:52.000Z | Downloaded anstyle-parse v0.2.4 |
286 | 2024-08-06T07:33:52.004Z | Downloaded cfg-if v1.0.0 |
287 | 2024-08-06T07:33:52.007Z | Downloaded dtrace-parser v0.2.0 |
288 | 2024-08-06T07:33:52.007Z | Downloaded cargo_metadata v0.18.1 |
289 | 2024-08-06T07:33:52.022Z | Downloaded scroll_derive v0.12.0 |
290 | 2024-08-06T07:33:52.030Z | Downloaded usdt-attr-macro v0.5.0 |
291 | 2024-08-06T07:33:52.033Z | Downloaded camino v1.1.7 |
292 | 2024-08-06T07:33:52.036Z | Downloaded heck v0.4.1 |
293 | 2024-08-06T07:33:52.038Z | Downloaded thiserror-impl v1.0.63 |
294 | 2024-08-06T07:33:52.041Z | Downloaded digest v0.10.7 |
295 | 2024-08-06T07:33:52.043Z | Downloaded cpufeatures v0.2.12 |
296 | 2024-08-06T07:33:52.043Z | Downloaded clap_lex v0.7.0 |
297 | 2024-08-06T07:33:52.043Z | Downloaded version_check v0.9.5 |
298 | 2024-08-06T07:33:52.046Z | Downloaded plain v0.2.3 |
299 | 2024-08-06T07:33:52.046Z | Downloaded errno v0.3.9 |
300 | 2024-08-06T07:33:52.049Z | Downloaded bytecount v0.6.8 |
301 | 2024-08-06T07:33:52.049Z | Downloaded usdt-macro v0.5.0 |
302 | 2024-08-06T07:33:52.051Z | Downloaded terminal_size v0.3.0 |
303 | 2024-08-06T07:33:52.054Z | Downloaded strsim v0.11.1 |
304 | 2024-08-06T07:33:52.054Z | Downloaded fs-err v2.11.0 |
305 | 2024-08-06T07:33:52.057Z | Downloaded pest_generator v2.7.10 |
306 | 2024-08-06T07:33:52.066Z | Downloaded crypto-common v0.1.6 |
307 | 2024-08-06T07:33:52.068Z | Downloaded is_terminal_polyfill v1.70.0 |
308 | 2024-08-06T07:33:52.069Z | Downloaded itoa v1.0.11 |
309 | 2024-08-06T07:33:52.074Z | Downloaded byteorder v1.5.0 |
310 | 2024-08-06T07:33:52.077Z | Downloaded anstyle-query v1.0.3 |
311 | 2024-08-06T07:33:52.079Z | Downloaded proc-macro-error v1.0.4 |
312 | 2024-08-06T07:33:52.082Z | Downloaded once_cell v1.19.0 |
313 | 2024-08-06T07:33:52.085Z | Downloaded quote v1.0.36 |
314 | 2024-08-06T07:33:52.087Z | Downloaded serde_tokenstream v0.2.1 |
315 | 2024-08-06T07:33:52.094Z | Downloaded pretty-hex v0.4.1 |
316 | 2024-08-06T07:33:52.097Z | Downloaded equivalent v1.0.1 |
317 | 2024-08-06T07:33:52.097Z | Downloaded swrite v0.1.0 |
318 | 2024-08-06T07:33:52.109Z | Downloaded cargo-platform v0.1.8 |
319 | 2024-08-06T07:33:52.112Z | Downloaded colorchoice v1.0.1 |
320 | 2024-08-06T07:33:52.112Z | Downloaded autocfg v1.3.0 |
321 | 2024-08-06T07:33:52.115Z | Downloaded block-buffer v0.10.4 |
322 | 2024-08-06T07:33:52.115Z | Downloaded memmap v0.7.0 |
323 | 2024-08-06T07:33:52.117Z | Downloaded fnv v1.0.7 |
324 | 2024-08-06T07:33:52.117Z | Downloaded dof v0.3.0 |
325 | 2024-08-06T07:33:52.117Z | Downloaded bitflags v2.6.0 |
326 | 2024-08-06T07:33:52.120Z | Downloaded anstream v0.6.14 |
327 | 2024-08-06T07:33:52.123Z | Downloaded heck v0.5.0 |
328 | 2024-08-06T07:33:52.125Z | Downloaded proc-macro2 v1.0.86 |
329 | 2024-08-06T07:33:52.125Z | Downloaded generic-array v0.14.7 |
330 | 2024-08-06T07:33:52.128Z | Downloaded ryu v1.0.18 |
331 | 2024-08-06T07:33:52.131Z | Downloaded ucd-trie v0.1.6 |
332 | 2024-08-06T07:33:52.133Z | Downloaded toml v0.8.19 |
333 | 2024-08-06T07:33:52.136Z | Downloaded macaddr v1.0.1 |
334 | 2024-08-06T07:33:52.138Z | Downloaded serde_spanned v0.6.7 |
335 | 2024-08-06T07:33:52.142Z | Downloaded utf8parse v0.2.1 |
336 | 2024-08-06T07:33:52.144Z | Downloaded clap_derive v4.5.13 |
337 | 2024-08-06T07:33:52.147Z | Downloaded usdt v0.5.0 |
338 | 2024-08-06T07:33:52.150Z | Downloaded tabled_derive v0.7.0 |
339 | 2024-08-06T07:33:52.150Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-08-06T07:33:52.153Z | Downloaded thread-id v4.2.1 |
341 | 2024-08-06T07:33:52.153Z | Downloaded thiserror v1.0.63 |
342 | 2024-08-06T07:33:52.158Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-08-06T07:33:52.160Z | Downloaded log v0.4.21 |
344 | 2024-08-06T07:33:52.160Z | Downloaded anyhow v1.0.86 |
345 | 2024-08-06T07:33:52.170Z | Downloaded sha2 v0.10.8 |
346 | 2024-08-06T07:33:52.179Z | Downloaded cargo_toml v0.20.4 |
347 | 2024-08-06T07:33:52.181Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-08-06T07:33:52.184Z | Downloaded scroll v0.12.0 |
349 | 2024-08-06T07:33:52.184Z | Downloaded clap v4.5.13 |
350 | 2024-08-06T07:33:52.191Z | Downloaded serde v1.0.204 |
351 | 2024-08-06T07:33:52.196Z | Downloaded pest_meta v2.7.10 |
352 | 2024-08-06T07:33:52.198Z | Downloaded papergrid v0.11.0 |
353 | 2024-08-06T07:33:52.202Z | Downloaded indexmap v2.3.0 |
354 | 2024-08-06T07:33:52.205Z | Downloaded zerocopy-derive v0.7.34 |
355 | 2024-08-06T07:33:52.209Z | Downloaded unicode-ident v1.0.12 |
356 | 2024-08-06T07:33:52.211Z | Downloaded typenum v1.17.0 |
357 | 2024-08-06T07:33:52.215Z | Downloaded serde_derive v1.0.204 |
358 | 2024-08-06T07:33:52.218Z | Downloaded semver v1.0.23 |
359 | 2024-08-06T07:33:52.221Z | Downloaded pest_derive v2.7.10 |
360 | 2024-08-06T07:33:52.224Z | Downloaded toml_edit v0.22.20 |
361 | 2024-08-06T07:33:52.246Z | Downloaded pest v2.7.10 |
362 | 2024-08-06T07:33:52.249Z | Downloaded memchr v2.7.2 |
363 | 2024-08-06T07:33:52.270Z | Downloaded zerocopy v0.7.34 |
364 | 2024-08-06T07:33:52.285Z | Downloaded serde_json v1.0.122 |
365 | 2024-08-06T07:33:52.291Z | Downloaded hashbrown v0.14.5 |
366 | 2024-08-06T07:33:52.296Z | Downloaded goblin v0.8.2 |
367 | 2024-08-06T07:33:52.302Z | Downloaded tabled v0.15.0 |
368 | 2024-08-06T07:33:52.317Z | Downloaded clap_builder v4.5.13 |
369 | 2024-08-06T07:33:52.323Z | Downloaded winnow v0.6.18 |
370 | 2024-08-06T07:33:52.331Z | Downloaded syn v1.0.109 |
371 | 2024-08-06T07:33:52.340Z | Downloaded syn v2.0.72 |
372 | 2024-08-06T07:33:52.360Z | Downloaded rustix v0.38.34 |
373 | 2024-08-06T07:33:52.380Z | Downloaded unicode-width v0.1.13 |
374 | 2024-08-06T07:33:52.398Z | Downloaded libc v0.2.155 |
375 | 2024-08-06T07:33:52.691Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-08-06T07:33:52.691Z | Compiling unicode-ident v1.0.12 |
377 | 2024-08-06T07:33:52.691Z | Compiling version_check v0.9.5 |
378 | 2024-08-06T07:33:52.694Z | Compiling serde v1.0.204 |
379 | 2024-08-06T07:33:52.694Z | Compiling memchr v2.7.2 |
380 | 2024-08-06T07:33:52.694Z | Compiling thiserror v1.0.63 |
381 | 2024-08-06T07:33:52.694Z | Compiling libc v0.2.155 |
382 | 2024-08-06T07:33:52.724Z | Compiling itoa v1.0.11 |
383 | 2024-08-06T07:33:52.928Z | Compiling ryu v1.0.18 |
384 | 2024-08-06T07:33:53.042Z | Compiling ucd-trie v0.1.6 |
385 | 2024-08-06T07:33:53.263Z | Compiling once_cell v1.19.0 |
386 | 2024-08-06T07:33:53.547Z | Compiling byteorder v1.5.0 |
387 | 2024-08-06T07:33:53.882Z | Compiling serde_json v1.0.122 |
388 | 2024-08-06T07:33:54.816Z | Compiling usdt-impl v0.5.0 |
389 | 2024-08-06T07:33:54.818Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-08-06T07:33:54.893Z | Compiling rustix v0.38.34 |
391 | 2024-08-06T07:33:54.895Z | Compiling syn v1.0.109 |
392 | 2024-08-06T07:33:54.975Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-08-06T07:33:55.213Z | Compiling equivalent v1.0.1 |
394 | 2024-08-06T07:33:55.291Z | Compiling bitflags v2.6.0 |
395 | 2024-08-06T07:33:55.313Z | Compiling plain v0.2.3 |
396 | 2024-08-06T07:33:55.334Z | Compiling log v0.4.21 |
397 | 2024-08-06T07:33:55.451Z | Compiling hashbrown v0.14.5 |
398 | 2024-08-06T07:33:55.574Z | Compiling utf8parse v0.2.1 |
399 | 2024-08-06T07:33:55.672Z | Compiling quote v1.0.36 |
400 | 2024-08-06T07:33:55.699Z | Compiling thread-id v4.2.1 |
401 | 2024-08-06T07:33:55.742Z | Compiling anstyle-parse v0.2.4 |
402 | 2024-08-06T07:33:55.873Z | Compiling is_terminal_polyfill v1.70.0 |
403 | 2024-08-06T07:33:55.954Z | Compiling autocfg v1.3.0 |
404 | 2024-08-06T07:33:56.001Z | Compiling winnow v0.6.18 |
405 | 2024-08-06T07:33:56.111Z | Compiling syn v2.0.72 |
406 | 2024-08-06T07:33:56.195Z | Compiling errno v0.3.9 |
407 | 2024-08-06T07:33:56.484Z | Compiling anstyle v1.0.8 |
408 | 2024-08-06T07:33:56.926Z | Compiling indexmap v2.3.0 |
409 | 2024-08-06T07:33:56.956Z | Compiling semver v1.0.23 |
410 | 2024-08-06T07:33:56.979Z | Compiling pretty-hex v0.4.1 |
411 | 2024-08-06T07:33:57.193Z | Compiling anstyle-query v1.0.3 |
412 | 2024-08-06T07:33:57.336Z | Compiling camino v1.1.7 |
413 | 2024-08-06T07:33:57.518Z | Compiling colorchoice v1.0.1 |
414 | 2024-08-06T07:33:57.660Z | Compiling anstream v0.6.14 |
415 | 2024-08-06T07:33:57.777Z | Compiling terminal_size v0.3.0 |
416 | 2024-08-06T07:33:57.978Z | Compiling fs-err v2.11.0 |
417 | 2024-08-06T07:33:58.138Z | Compiling unicode-width v0.1.13 |
418 | 2024-08-06T07:33:58.278Z | Compiling bytecount v0.6.8 |
419 | 2024-08-06T07:33:58.311Z | Compiling heck v0.4.1 |
420 | 2024-08-06T07:33:58.311Z | Compiling fnv v1.0.7 |
421 | 2024-08-06T07:33:58.417Z | Compiling anyhow v1.0.86 |
422 | 2024-08-06T07:33:58.441Z | Compiling strsim v0.11.1 |
423 | 2024-08-06T07:33:58.466Z | Compiling clap_lex v0.7.0 |
424 | 2024-08-06T07:33:58.497Z | Compiling heck v0.5.0 |
425 | 2024-08-06T07:33:58.798Z | Compiling clap_builder v4.5.13 |
426 | 2024-08-06T07:33:59.005Z | Compiling papergrid v0.11.0 |
427 | 2024-08-06T07:33:59.162Z | Compiling memmap v0.7.0 |
428 | 2024-08-06T07:33:59.834Z | Compiling swrite v0.1.0 |
429 | 2024-08-06T07:34:01.414Z | Compiling tabled_derive v0.7.0 |
430 | 2024-08-06T07:34:02.933Z | Compiling tabled v0.15.0 |
431 | 2024-08-06T07:34:04.664Z | Compiling serde_derive v1.0.204 |
432 | 2024-08-06T07:34:04.664Z | Compiling thiserror-impl v1.0.63 |
433 | 2024-08-06T07:34:04.667Z | Compiling zerocopy-derive v0.7.34 |
434 | 2024-08-06T07:34:04.667Z | Compiling scroll_derive v0.12.0 |
435 | 2024-08-06T07:34:04.667Z | Compiling clap_derive v4.5.13 |
436 | 2024-08-06T07:34:06.002Z | Compiling scroll v0.12.0 |
437 | 2024-08-06T07:34:06.281Z | Compiling zerocopy v0.7.34 |
438 | 2024-08-06T07:34:06.507Z | Compiling goblin v0.8.2 |
439 | 2024-08-06T07:34:07.381Z | Compiling pest v2.7.10 |
440 | 2024-08-06T07:34:08.281Z | Compiling clap v4.5.13 |
441 | 2024-08-06T07:34:09.542Z | Compiling pest_meta v2.7.10 |
442 | 2024-08-06T07:34:10.340Z | Compiling pest_generator v2.7.10 |
443 | 2024-08-06T07:34:12.212Z | Compiling pest_derive v2.7.10 |
444 | 2024-08-06T07:34:12.801Z | Compiling dtrace-parser v0.2.0 |
445 | 2024-08-06T07:34:14.356Z | Compiling serde_tokenstream v0.2.1 |
446 | 2024-08-06T07:34:14.639Z | Compiling toml_datetime v0.6.8 |
447 | 2024-08-06T07:34:14.639Z | Compiling serde_spanned v0.6.7 |
448 | 2024-08-06T07:34:14.642Z | Compiling cargo-platform v0.1.8 |
449 | 2024-08-06T07:34:14.952Z | Compiling toml_edit v0.22.20 |
450 | 2024-08-06T07:34:15.023Z | Compiling macaddr v1.0.1 |
451 | 2024-08-06T07:34:15.672Z | Compiling dof v0.3.0 |
452 | 2024-08-06T07:34:16.126Z | Compiling cargo_metadata v0.18.1 |
453 | 2024-08-06T07:34:17.228Z | Compiling usdt-macro v0.5.0 |
454 | 2024-08-06T07:34:17.232Z | Compiling usdt-attr-macro v0.5.0 |
455 | 2024-08-06T07:34:17.836Z | Compiling toml v0.8.19 |
456 | 2024-08-06T07:34:18.543Z | Compiling usdt v0.5.0 |
457 | 2024-08-06T07:34:18.793Z | Compiling cargo_toml v0.20.4 |
458 | 2024-08-06T07:34:22.339Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
459 | 2024-08-06T07:34:26.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.42s |
460 | 2024-08-06T07:34:26.269Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
461 | 2024-08-06T07:34:26.793Z | Downloading crates ... |
462 | 2024-08-06T07:34:26.895Z | Downloaded atty v0.2.14 |
463 | 2024-08-06T07:34:26.905Z | Downloaded async-stream-impl v0.3.5 |
464 | 2024-08-06T07:34:26.912Z | Downloaded array-init v0.0.4 |
465 | 2024-08-06T07:34:26.918Z | Downloaded atomicwrites v0.4.3 |
466 | 2024-08-06T07:34:26.921Z | Downloaded assert_matches v1.5.0 |
467 | 2024-08-06T07:34:26.929Z | Downloaded is-terminal v0.4.12 |
468 | 2024-08-06T07:34:26.932Z | Downloaded instant v0.1.12 |
469 | 2024-08-06T07:34:26.932Z | Downloaded bitstruct v0.1.1 |
470 | 2024-08-06T07:34:26.935Z | Downloaded crucible-workspace-hack v0.1.0 |
471 | 2024-08-06T07:34:26.938Z | Downloaded is_ci v1.2.0 |
472 | 2024-08-06T07:34:26.942Z | Downloaded lazy_static v1.5.0 |
473 | 2024-08-06T07:34:26.942Z | Downloaded kstat-rs v0.2.4 |
474 | 2024-08-06T07:34:26.946Z | Downloaded arrayvec v0.7.4 |
475 | 2024-08-06T07:34:26.946Z | Downloaded ciborium-io v0.2.2 |
476 | 2024-08-06T07:34:26.950Z | Downloaded opaque-debug v0.3.1 |
477 | 2024-08-06T07:34:26.950Z | Downloaded async-recursion v1.1.1 |
478 | 2024-08-06T07:34:26.953Z | Downloaded ascii-canvas v3.0.0 |
479 | 2024-08-06T07:34:26.953Z | Downloaded path-slash v0.1.5 |
480 | 2024-08-06T07:34:26.958Z | Downloaded openssl-probe v0.1.5 |
481 | 2024-08-06T07:34:26.958Z | Downloaded num_threads v0.1.7 |
482 | 2024-08-06T07:34:26.958Z | Downloaded parse-size v1.0.0 |
483 | 2024-08-06T07:34:26.958Z | Downloaded num-conv v0.1.0 |
484 | 2024-08-06T07:34:26.963Z | Downloaded linear-map v1.2.0 |
485 | 2024-08-06T07:34:26.963Z | Downloaded lalrpop-util v0.19.12 |
486 | 2024-08-06T07:34:26.966Z | Downloaded cstr-argument v0.1.2 |
487 | 2024-08-06T07:34:26.966Z | Downloaded crunchy v0.2.2 |
488 | 2024-08-06T07:34:26.966Z | Downloaded libsw v3.3.1 |
489 | 2024-08-06T07:34:26.966Z | Downloaded bitstruct_derive v0.1.0 |
490 | 2024-08-06T07:34:26.970Z | Downloaded match_cfg v0.1.0 |
491 | 2024-08-06T07:34:26.970Z | Downloaded libefi-sys v0.1.0 |
492 | 2024-08-06T07:34:26.973Z | Downloaded ipnetwork v0.20.0 |
493 | 2024-08-06T07:34:26.977Z | Downloaded managed v0.8.0 |
494 | 2024-08-06T07:34:26.978Z | Downloaded olpc-cjson v0.1.3 |
495 | 2024-08-06T07:34:26.978Z | Downloaded mime v0.3.17 |
496 | 2024-08-06T07:34:26.978Z | Downloaded chacha20 v0.9.1 |
497 | 2024-08-06T07:34:26.980Z | Downloaded packed_struct v0.10.1 |
498 | 2024-08-06T07:34:26.984Z | Downloaded oso-derive v0.27.3 |
499 | 2024-08-06T07:34:26.984Z | Downloaded cexpr v0.6.0 |
500 | 2024-08-06T07:34:26.987Z | Downloaded block-padding v0.3.3 |
501 | 2024-08-06T07:34:26.987Z | Downloaded openssl-macros v0.1.1 |
502 | 2024-08-06T07:34:26.987Z | Downloaded maplit v1.0.2 |
503 | 2024-08-06T07:34:26.993Z | Downloaded matches v0.1.10 |
504 | 2024-08-06T07:34:26.993Z | Downloaded bit-vec v0.6.3 |
505 | 2024-08-06T07:34:26.993Z | Downloaded castaway v0.2.2 |
506 | 2024-08-06T07:34:26.993Z | Downloaded number_prefix v0.4.0 |
507 | 2024-08-06T07:34:26.996Z | Downloaded lru v0.12.3 |
508 | 2024-08-06T07:34:26.996Z | Downloaded paste v1.0.15 |
509 | 2024-08-06T07:34:27.001Z | Downloaded crossbeam-deque v0.8.5 |
510 | 2024-08-06T07:34:27.001Z | Downloaded pem v3.0.4 |
511 | 2024-08-06T07:34:27.004Z | Downloaded peg-runtime v0.8.3 |
512 | 2024-08-06T07:34:27.004Z | Downloaded curve25519-dalek-derive v0.1.1 |
513 | 2024-08-06T07:34:27.009Z | Downloaded addr2line v0.21.0 |
514 | 2024-08-06T07:34:27.013Z | Downloaded ahash v0.8.11 |
515 | 2024-08-06T07:34:27.013Z | Downloaded termtree v0.4.1 |
516 | 2024-08-06T07:34:27.013Z | Downloaded colored v2.1.0 |
517 | 2024-08-06T07:34:27.016Z | Downloaded num-rational v0.4.2 |
518 | 2024-08-06T07:34:27.019Z | Downloaded newtype-uuid v1.1.0 |
519 | 2024-08-06T07:34:27.019Z | Downloaded memmap2 v0.9.4 |
520 | 2024-08-06T07:34:27.024Z | Downloaded mockall v0.12.1 |
521 | 2024-08-06T07:34:27.027Z | Downloaded signal-hook-tokio v0.3.1 |
522 | 2024-08-06T07:34:27.027Z | Downloaded nibble_vec v0.1.0 |
523 | 2024-08-06T07:34:27.027Z | Downloaded constant_time_eq v0.3.0 |
524 | 2024-08-06T07:34:27.027Z | Downloaded num_enum_derive v0.5.11 |
525 | 2024-08-06T07:34:27.032Z | Downloaded memoffset v0.9.1 |
526 | 2024-08-06T07:34:27.032Z | Downloaded num-iter v0.1.45 |
527 | 2024-08-06T07:34:27.032Z | Downloaded tower-service v0.3.2 |
528 | 2024-08-06T07:34:27.036Z | Downloaded defmt-macros v0.3.9 |
529 | 2024-08-06T07:34:27.038Z | Downloaded debug-ignore v1.0.5 |
530 | 2024-08-06T07:34:27.042Z | Downloaded num-derive v0.4.2 |
531 | 2024-08-06T07:34:27.042Z | Downloaded num_cpus v1.16.0 |
532 | 2024-08-06T07:34:27.045Z | Downloaded base64ct v1.6.0 |
533 | 2024-08-06T07:34:27.048Z | Downloaded want v0.3.1 |
534 | 2024-08-06T07:34:27.048Z | Downloaded endian-type v0.1.2 |
535 | 2024-08-06T07:34:27.053Z | Downloaded peg-macros v0.8.4 |
536 | 2024-08-06T07:34:27.053Z | Downloaded argon2 v0.5.3 |
537 | 2024-08-06T07:34:27.057Z | Downloaded nanorand v0.7.0 |
538 | 2024-08-06T07:34:27.057Z | Downloaded predicates-tree v1.0.9 |
539 | 2024-08-06T07:34:27.059Z | Downloaded tinyvec_macros v0.1.1 |
540 | 2024-08-06T07:34:27.060Z | Downloaded smallvec v0.6.14 |
541 | 2024-08-06T07:34:27.062Z | Downloaded peg v0.8.4 |
542 | 2024-08-06T07:34:27.068Z | Downloaded parse-display-derive v0.9.1 |
543 | 2024-08-06T07:34:27.071Z | Downloaded waitgroup v0.1.2 |
544 | 2024-08-06T07:34:27.071Z | Downloaded subtle v2.5.0 |
545 | 2024-08-06T07:34:27.071Z | Downloaded derive_builder_macro v0.20.0 |
546 | 2024-08-06T07:34:27.071Z | Downloaded static_assertions v1.1.0 |
547 | 2024-08-06T07:34:27.075Z | Downloaded parking_lot v0.11.2 |
548 | 2024-08-06T07:34:27.078Z | Downloaded downcast v0.11.0 |
549 | 2024-08-06T07:34:27.078Z | Downloaded toolchain_find v0.4.0 |
550 | 2024-08-06T07:34:27.083Z | Downloaded topological-sort v0.2.2 |
551 | 2024-08-06T07:34:27.083Z | Downloaded owo-colors v4.0.0 |
552 | 2024-08-06T07:34:27.086Z | Downloaded ciborium v0.2.2 |
553 | 2024-08-06T07:34:27.086Z | Downloaded portpicker v0.1.1 |
554 | 2024-08-06T07:34:27.089Z | Downloaded mockall_derive v0.12.1 |
555 | 2024-08-06T07:34:27.089Z | Downloaded parking_lot_core v0.9.10 |
556 | 2024-08-06T07:34:27.092Z | Downloaded sigpipe v0.1.3 |
557 | 2024-08-06T07:34:27.096Z | Downloaded darling v0.20.9 |
558 | 2024-08-06T07:34:27.098Z | Downloaded nu-ansi-term v0.50.0 |
559 | 2024-08-06T07:34:27.103Z | Downloaded sync_wrapper v0.1.2 |
560 | 2024-08-06T07:34:27.103Z | Downloaded cancel-safe-futures v0.1.5 |
561 | 2024-08-06T07:34:27.107Z | Downloaded time-core v0.1.2 |
562 | 2024-08-06T07:34:27.107Z | Downloaded foreign-types-shared v0.1.1 |
563 | 2024-08-06T07:34:27.110Z | Downloaded crc32fast v1.4.0 |
564 | 2024-08-06T07:34:27.112Z | Downloaded strum v0.26.3 |
565 | 2024-08-06T07:34:27.113Z | Downloaded humantime v2.1.0 |
566 | 2024-08-06T07:34:27.113Z | Downloaded hubpack v0.1.2 |
567 | 2024-08-06T07:34:27.115Z | Downloaded futures-core v0.3.30 |
568 | 2024-08-06T07:34:27.119Z | Downloaded embedded-io v0.4.0 |
569 | 2024-08-06T07:34:27.119Z | Downloaded tls_codec v0.4.1 |
570 | 2024-08-06T07:34:27.122Z | Downloaded oso v0.27.3 |
571 | 2024-08-06T07:34:27.126Z | Downloaded tiny-keccak v2.0.2 |
572 | 2024-08-06T07:34:27.130Z | Downloaded zone_cfg_derive v0.1.2 |
573 | 2024-08-06T07:34:27.130Z | Downloaded rand_xorshift v0.3.0 |
574 | 2024-08-06T07:34:27.132Z | Downloaded dyn-clone v1.0.17 |
575 | 2024-08-06T07:34:27.132Z | Downloaded either v1.12.0 |
576 | 2024-08-06T07:34:27.150Z | Downloaded pretty-hex v0.2.1 |
577 | 2024-08-06T07:34:27.150Z | Downloaded headers-core v0.2.0 |
578 | 2024-08-06T07:34:27.150Z | Downloaded crossbeam-epoch v0.9.18 |
579 | 2024-08-06T07:34:27.150Z | Downloaded clang-sys v1.7.0 |
580 | 2024-08-06T07:34:27.150Z | Downloaded phf_shared v0.10.0 |
581 | 2024-08-06T07:34:27.150Z | Downloaded rustfmt-wrapper v0.2.1 |
582 | 2024-08-06T07:34:27.150Z | Downloaded shlex v1.3.0 |
583 | 2024-08-06T07:34:27.150Z | Downloaded schemars_derive v0.8.21 |
584 | 2024-08-06T07:34:27.155Z | Downloaded scheduled-thread-pool v0.2.7 |
585 | 2024-08-06T07:34:27.155Z | Downloaded slog-scope v4.4.0 |
586 | 2024-08-06T07:34:27.156Z | Downloaded slog-term v2.9.1 |
587 | 2024-08-06T07:34:27.159Z | Downloaded tls_codec_derive v0.4.1 |
588 | 2024-08-06T07:34:27.159Z | Downloaded sqlparser_derive v0.2.2 |
589 | 2024-08-06T07:34:27.159Z | Downloaded crc-any v2.5.0 |
590 | 2024-08-06T07:34:27.162Z | Downloaded bytes v1.7.1 |
591 | 2024-08-06T07:34:27.165Z | Downloaded unicode-linebreak v0.1.5 |
592 | 2024-08-06T07:34:27.169Z | Downloaded compact_str v0.7.1 |
593 | 2024-08-06T07:34:27.172Z | Downloaded foreign-types-macros v0.2.3 |
594 | 2024-08-06T07:34:27.172Z | Downloaded pem-rfc7468 v0.7.0 |
595 | 2024-08-06T07:34:27.175Z | Downloaded fixedbitset v0.4.2 |
596 | 2024-08-06T07:34:27.175Z | Downloaded walkdir v2.5.0 |
597 | 2024-08-06T07:34:27.178Z | Downloaded miniz_oxide v0.7.2 |
598 | 2024-08-06T07:34:27.180Z | Downloaded darling_core v0.20.9 |
599 | 2024-08-06T07:34:27.185Z | Downloaded futures-task v0.3.30 |
600 | 2024-08-06T07:34:27.188Z | Downloaded zone v0.1.8 |
601 | 2024-08-06T07:34:27.188Z | Downloaded universal-hash v0.5.1 |
602 | 2024-08-06T07:34:27.191Z | Downloaded thiserror-no-std v2.0.2 |
603 | 2024-08-06T07:34:27.194Z | Downloaded uuid v1.10.0 |
604 | 2024-08-06T07:34:27.197Z | Downloaded blake2 v0.10.6 |
605 | 2024-08-06T07:34:27.199Z | Downloaded proc-macro-crate v1.3.1 |
606 | 2024-08-06T07:34:27.202Z | Downloaded ident_case v1.0.1 |
607 | 2024-08-06T07:34:27.202Z | Downloaded http-body v0.4.6 |
608 | 2024-08-06T07:34:27.205Z | Downloaded phf_shared v0.11.2 |
609 | 2024-08-06T07:34:27.208Z | Downloaded derive_more v0.99.18 |
610 | 2024-08-06T07:34:27.211Z | Downloaded untrusted v0.9.0 |
611 | 2024-08-06T07:34:27.214Z | Downloaded take_mut v0.2.2 |
612 | 2024-08-06T07:34:27.214Z | Downloaded base64 v0.21.7 |
613 | 2024-08-06T07:34:27.218Z | Downloaded time-macros v0.2.18 |
614 | 2024-08-06T07:34:27.222Z | Downloaded sec1 v0.7.3 |
615 | 2024-08-06T07:34:27.224Z | Downloaded tokio-native-tls v0.3.1 |
616 | 2024-08-06T07:34:27.227Z | Downloaded spki v0.7.3 |
617 | 2024-08-06T07:34:27.227Z | Downloaded stability v0.2.0 |
618 | 2024-08-06T07:34:27.230Z | Downloaded env_logger v0.10.2 |
619 | 2024-08-06T07:34:27.233Z | Downloaded chacha20poly1305 v0.10.1 |
620 | 2024-08-06T07:34:27.235Z | Downloaded try-lock v0.2.5 |
621 | 2024-08-06T07:34:27.235Z | Downloaded der_derive v0.7.2 |
622 | 2024-08-06T07:34:27.238Z | Downloaded openssl-sys v0.9.103 |
623 | 2024-08-06T07:34:27.245Z | Downloaded test-strategy v0.3.1 |
624 | 2024-08-06T07:34:27.251Z | Downloaded serde-big-array v0.5.1 |
625 | 2024-08-06T07:34:27.257Z | Downloaded utf-8 v0.7.6 |
626 | 2024-08-06T07:34:27.257Z | Downloaded uzers v0.11.3 |
627 | 2024-08-06T07:34:27.257Z | Downloaded foreign-types v0.3.2 |
628 | 2024-08-06T07:34:27.257Z | Downloaded tracing-core v0.1.32 |
629 | 2024-08-06T07:34:27.263Z | Downloaded minimal-lexical v0.2.1 |
630 | 2024-08-06T07:34:27.263Z | Downloaded hyper-tls v0.5.0 |
631 | 2024-08-06T07:34:27.266Z | Downloaded rand_core v0.6.4 |
632 | 2024-08-06T07:34:27.266Z | Downloaded socket2 v0.5.7 |
633 | 2024-08-06T07:34:27.269Z | Downloaded similar v2.5.0 |
634 | 2024-08-06T07:34:27.273Z | Downloaded pin-utils v0.1.0 |
635 | 2024-08-06T07:34:27.276Z | Downloaded foreign-types v0.5.0 |
636 | 2024-08-06T07:34:27.280Z | Downloaded futures-macro v0.3.30 |
637 | 2024-08-06T07:34:27.280Z | Downloaded spin v0.9.8 |
638 | 2024-08-06T07:34:27.282Z | Downloaded spin v0.5.2 |
639 | 2024-08-06T07:34:27.282Z | Downloaded rustversion v1.0.17 |
640 | 2024-08-06T07:34:27.287Z | Downloaded postgres-types v0.2.7 |
641 | 2024-08-06T07:34:27.290Z | Downloaded serde_arrays v0.1.0 |
642 | 2024-08-06T07:34:27.290Z | Downloaded num-bigint v0.4.5 |
643 | 2024-08-06T07:34:27.294Z | Downloaded textwrap v0.16.1 |
644 | 2024-08-06T07:34:27.297Z | Downloaded heck v0.3.3 |
645 | 2024-08-06T07:34:27.302Z | Downloaded tui-tree-widget v0.21.0 |
646 | 2024-08-06T07:34:27.302Z | Downloaded deranged v0.3.11 |
647 | 2024-08-06T07:34:27.305Z | Downloaded zeroize_derive v1.4.2 |
648 | 2024-08-06T07:34:27.305Z | Downloaded libxml v0.3.3 |
649 | 2024-08-06T07:34:27.310Z | Downloaded cc v1.0.97 |
650 | 2024-08-06T07:34:27.313Z | Downloaded serde_urlencoded v0.7.1 |
651 | 2024-08-06T07:34:27.316Z | Downloaded float-ord v0.3.2 |
652 | 2024-08-06T07:34:27.319Z | Downloaded pin-project-lite v0.2.14 |
653 | 2024-08-06T07:34:27.322Z | Downloaded derive_builder v0.20.0 |
654 | 2024-08-06T07:34:27.328Z | Downloaded siphasher v0.3.11 |
655 | 2024-08-06T07:34:27.339Z | Downloaded foreign-types-shared v0.3.1 |
656 | 2024-08-06T07:34:27.343Z | Downloaded precomputed-hash v0.1.1 |
657 | 2024-08-06T07:34:27.343Z | Downloaded unsafe-libyaml v0.2.11 |
658 | 2024-08-06T07:34:27.346Z | Downloaded snafu v0.8.2 |
659 | 2024-08-06T07:34:27.351Z | Downloaded schemars v0.8.21 |
660 | 2024-08-06T07:34:27.365Z | Downloaded display-error-chain v0.2.0 |
661 | 2024-08-06T07:34:27.368Z | Downloaded quick-error v1.2.3 |
662 | 2024-08-06T07:34:27.368Z | Downloaded strum_macros v0.24.3 |
663 | 2024-08-06T07:34:27.372Z | Downloaded structmeta-derive v0.3.0 |
664 | 2024-08-06T07:34:27.372Z | Downloaded predicates v3.1.2 |
665 | 2024-08-06T07:34:27.375Z | Downloaded indent_write v2.2.0 |
666 | 2024-08-06T07:34:27.377Z | Downloaded dirs-next v2.0.0 |
667 | 2024-08-06T07:34:27.377Z | Downloaded unicode-xid v0.2.4 |
668 | 2024-08-06T07:34:27.380Z | Downloaded unicode-truncate v1.0.0 |
669 | 2024-08-06T07:34:27.381Z | Downloaded resolv-conf v0.7.0 |
670 | 2024-08-06T07:34:27.386Z | Downloaded term v0.7.0 |
671 | 2024-08-06T07:34:27.388Z | Downloaded pin-project v1.1.5 |
672 | 2024-08-06T07:34:27.398Z | Downloaded diesel_table_macro_syntax v0.1.0 |
673 | 2024-08-06T07:34:27.403Z | Downloaded string_cache v0.8.7 |
674 | 2024-08-06T07:34:27.403Z | Downloaded ref-cast-impl v1.0.23 |
675 | 2024-08-06T07:34:27.403Z | Downloaded unarray v0.1.4 |
676 | 2024-08-06T07:34:27.403Z | Downloaded stringprep v0.1.4 |
677 | 2024-08-06T07:34:27.407Z | Downloaded hashbrown v0.12.3 |
678 | 2024-08-06T07:34:27.410Z | Downloaded ref-cast v1.0.23 |
679 | 2024-08-06T07:34:27.413Z | Downloaded erased-serde v0.3.31 |
680 | 2024-08-06T07:34:27.416Z | Downloaded enum-as-inner v0.5.1 |
681 | 2024-08-06T07:34:27.418Z | Downloaded vte_generate_state_changes v0.1.1 |
682 | 2024-08-06T07:34:27.418Z | Downloaded rustc_version v0.1.7 |
683 | 2024-08-06T07:34:27.418Z | Downloaded futures-sink v0.3.30 |
684 | 2024-08-06T07:34:27.421Z | Downloaded itertools v0.12.1 |
685 | 2024-08-06T07:34:27.427Z | Downloaded strip-ansi-escapes v0.2.0 |
686 | 2024-08-06T07:34:27.430Z | Downloaded float-cmp v0.9.0 |
687 | 2024-08-06T07:34:27.430Z | Downloaded fd-lock v4.0.2 |
688 | 2024-08-06T07:34:27.434Z | Downloaded unicase v2.7.0 |
689 | 2024-08-06T07:34:27.434Z | Downloaded tungstenite v0.21.0 |
690 | 2024-08-06T07:34:27.438Z | Downloaded termios v0.3.3 |
691 | 2024-08-06T07:34:27.440Z | Downloaded highway v1.1.0 |
692 | 2024-08-06T07:34:27.444Z | Downloaded tempfile v3.10.1 |
693 | 2024-08-06T07:34:27.447Z | Downloaded serde_with_macros v3.8.3 |
694 | 2024-08-06T07:34:27.447Z | Downloaded slog-envlogger v2.2.0 |
695 | 2024-08-06T07:34:27.451Z | Downloaded pkg-config v0.3.30 |
696 | 2024-08-06T07:34:27.451Z | Downloaded dirs-sys-next v0.1.2 |
697 | 2024-08-06T07:34:27.454Z | Downloaded subprocess v0.2.9 |
698 | 2024-08-06T07:34:27.454Z | Downloaded diesel_derives v2.1.4 |
699 | 2024-08-06T07:34:27.459Z | Downloaded trust-dns-client v0.22.0 |
700 | 2024-08-06T07:34:27.464Z | Downloaded slog-stdlog v4.1.1 |
701 | 2024-08-06T07:34:27.468Z | Downloaded slog-json v2.6.1 |
702 | 2024-08-06T07:34:27.468Z | Downloaded fxhash v0.2.1 |
703 | 2024-08-06T07:34:27.471Z | Downloaded smf v0.2.3 |
704 | 2024-08-06T07:34:27.471Z | Downloaded wyz v0.5.1 |
705 | 2024-08-06T07:34:27.471Z | Downloaded r2d2 v0.8.10 |
706 | 2024-08-06T07:34:27.474Z | Downloaded fallible-iterator v0.2.0 |
707 | 2024-08-06T07:34:27.474Z | Downloaded slog-async v2.8.0 |
708 | 2024-08-06T07:34:27.478Z | Downloaded whoami v1.5.1 |
709 | 2024-08-06T07:34:27.478Z | Downloaded termcolor v1.4.1 |
710 | 2024-08-06T07:34:27.481Z | Downloaded structmeta v0.2.0 |
711 | 2024-08-06T07:34:27.481Z | Downloaded which v4.4.2 |
712 | 2024-08-06T07:34:27.485Z | Downloaded signal-hook-mio v0.2.3 |
713 | 2024-08-06T07:34:27.485Z | Downloaded getrandom v0.2.14 |
714 | 2024-08-06T07:34:27.488Z | Downloaded rand_chacha v0.3.1 |
715 | 2024-08-06T07:34:27.488Z | Downloaded tar v0.4.41 |
716 | 2024-08-06T07:34:27.491Z | Downloaded poly1305 v0.8.0 |
717 | 2024-08-06T07:34:27.494Z | Downloaded sha1 v0.10.6 |
718 | 2024-08-06T07:34:27.497Z | Downloaded powerfmt v0.2.0 |
719 | 2024-08-06T07:34:27.497Z | Downloaded hashbrown v0.13.2 |
720 | 2024-08-06T07:34:27.501Z | Downloaded smawk v0.3.2 |
721 | 2024-08-06T07:34:27.504Z | Downloaded crossterm v0.27.0 |
722 | 2024-08-06T07:34:27.510Z | Downloaded ron v0.7.1 |
723 | 2024-08-06T07:34:27.514Z | Downloaded rustc-hash v1.1.0 |
724 | 2024-08-06T07:34:27.517Z | Downloaded fatfs v0.3.6 |
725 | 2024-08-06T07:34:27.520Z | Downloaded tough v0.17.1 |
726 | 2024-08-06T07:34:27.527Z | Downloaded semver v0.1.20 |
727 | 2024-08-06T07:34:27.530Z | Downloaded rustls-pemfile v1.0.4 |
728 | 2024-08-06T07:34:27.533Z | Downloaded hmac v0.12.1 |
729 | 2024-08-06T07:34:27.536Z | Downloaded trust-dns-server v0.22.1 |
730 | 2024-08-06T07:34:27.539Z | Downloaded rand v0.8.5 |
731 | 2024-08-06T07:34:27.544Z | Downloaded heapless v0.8.0 |
732 | 2024-08-06T07:34:27.547Z | Downloaded ppv-lite86 v0.2.17 |
733 | 2024-08-06T07:34:27.550Z | Downloaded typed-path v0.7.1 |
734 | 2024-08-06T07:34:27.557Z | Downloaded flume v0.11.0 |
735 | 2024-08-06T07:34:27.563Z | Downloaded time v0.3.36 |
736 | 2024-08-06T07:34:27.568Z | Downloaded rustls-pki-types v1.7.0 |
737 | 2024-08-06T07:34:27.570Z | Downloaded tokio-rustls v0.24.1 |
738 | 2024-08-06T07:34:27.570Z | Downloaded hyper-rustls v0.24.2 |
739 | 2024-08-06T07:34:27.574Z | Downloaded toml v0.7.8 |
740 | 2024-08-06T07:34:27.578Z | Downloaded tokio-rustls v0.25.0 |
741 | 2024-08-06T07:34:27.580Z | Downloaded diff v0.1.13 |
742 | 2024-08-06T07:34:27.583Z | Downloaded blake3 v1.5.1 |
743 | 2024-08-06T07:34:27.589Z | Downloaded globset v0.4.14 |
744 | 2024-08-06T07:34:27.592Z | Downloaded portable-atomic v1.6.0 |
745 | 2024-08-06T07:34:27.597Z | Downloaded signal-hook v0.3.17 |
746 | 2024-08-06T07:34:27.600Z | Downloaded unicode_categories v0.1.1 |
747 | 2024-08-06T07:34:27.603Z | Downloaded rustyline v14.0.0 |
748 | 2024-08-06T07:34:27.613Z | Downloaded serde_yaml v0.9.34+deprecated |
749 | 2024-08-06T07:34:27.613Z | Downloaded toml v0.5.11 |
750 | 2024-08-06T07:34:27.616Z | Downloaded url v2.5.2 |
751 | 2024-08-06T07:34:27.622Z | Downloaded quick-xml v0.31.0 |
752 | 2024-08-06T07:34:27.625Z | Downloaded toml_edit v0.19.15 |
753 | 2024-08-06T07:34:27.642Z | Downloaded unicode-segmentation v1.11.0 |
754 | 2024-08-06T07:34:27.646Z | Downloaded rsa v0.9.6 |
755 | 2024-08-06T07:34:27.651Z | Downloaded aho-corasick v1.1.3 |
756 | 2024-08-06T07:34:27.656Z | Downloaded unicode-bidi v0.3.15 |
757 | 2024-08-06T07:34:27.659Z | Downloaded flate2 v1.0.31 |
758 | 2024-08-06T07:34:27.664Z | Downloaded steno v0.4.1 |
759 | 2024-08-06T07:34:27.672Z | Downloaded lalrpop v0.19.12 |
760 | 2024-08-06T07:34:27.680Z | Downloaded trust-dns-resolver v0.22.0 |
761 | 2024-08-06T07:34:27.684Z | Downloaded tokio-postgres v0.7.11 |
762 | 2024-08-06T07:34:27.689Z | Downloaded regex-automata v0.1.10 |
763 | 2024-08-06T07:34:27.694Z | Downloaded x509-cert v0.2.5 |
764 | 2024-08-06T07:34:27.702Z | Downloaded http v0.2.12 |
765 | 2024-08-06T07:34:27.706Z | Downloaded chrono v0.4.38 |
766 | 2024-08-06T07:34:27.713Z | Downloaded unicode-normalization v0.1.23 |
767 | 2024-08-06T07:34:27.717Z | Downloaded http v1.1.0 |
768 | 2024-08-06T07:34:27.720Z | Downloaded object v0.30.4 |
769 | 2024-08-06T07:34:27.730Z | Downloaded bitvec v1.0.1 |
770 | 2024-08-06T07:34:27.751Z | Downloaded serde_with v3.8.3 |
771 | 2024-08-06T07:34:27.760Z | Downloaded rayon v1.10.0 |
772 | 2024-08-06T07:34:27.765Z | Downloaded webpki-roots v0.25.4 |
773 | 2024-08-06T07:34:27.768Z | Downloaded rustls-webpki v0.102.4 |
774 | 2024-08-06T07:34:27.788Z | Downloaded reedline v0.31.0 |
775 | 2024-08-06T07:34:27.795Z | Downloaded hkdf v0.12.4 |
776 | 2024-08-06T07:34:27.798Z | Downloaded hyper v0.14.30 |
777 | 2024-08-06T07:34:27.806Z | Downloaded object v0.32.2 |
778 | 2024-08-06T07:34:27.817Z | Downloaded rustls-webpki v0.101.7 |
779 | 2024-08-06T07:34:27.832Z | Downloaded winnow v0.5.40 |
780 | 2024-08-06T07:34:27.840Z | Downloaded vcpkg v0.2.15 |
781 | 2024-08-06T07:34:27.877Z | Downloaded regex-syntax v0.6.29 |
782 | 2024-08-06T07:34:27.884Z | Downloaded radix_trie v0.2.1 |
783 | 2024-08-06T07:34:27.889Z | Downloaded rustls v0.21.12 |
784 | 2024-08-06T07:34:27.901Z | Downloaded smoltcp v0.9.1 |
785 | 2024-08-06T07:34:27.912Z | Downloaded regex v1.10.6 |
786 | 2024-08-06T07:34:27.926Z | Downloaded idna v0.5.0 |
787 | 2024-08-06T07:34:27.931Z | Downloaded idna v0.2.3 |
788 | 2024-08-06T07:34:27.939Z | Downloaded diesel v2.1.6 |
789 | 2024-08-06T07:34:27.956Z | Downloaded trust-dns-proto v0.22.0 |
790 | 2024-08-06T07:34:27.969Z | Downloaded regex-syntax v0.8.3 |
791 | 2024-08-06T07:34:27.978Z | Downloaded openapiv3 v2.0.0 |
792 | 2024-08-06T07:34:27.991Z | Downloaded idna v0.3.0 |
793 | 2024-08-06T07:34:27.998Z | Downloaded ratatui v0.27.0 |
794 | 2024-08-06T07:34:28.020Z | Downloaded smoltcp v0.11.0 |
795 | 2024-08-06T07:34:28.031Z | Downloaded rustls v0.22.4 |
796 | 2024-08-06T07:34:28.045Z | Downloaded sled v0.34.7 |
797 | 2024-08-06T07:34:28.056Z | Downloaded zerocopy-derive v0.6.6 |
798 | 2024-08-06T07:34:28.065Z | Downloaded regex-automata v0.4.6 |
799 | 2024-08-06T07:34:28.083Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
800 | 2024-08-06T07:34:28.096Z | Downloaded finl_unicode v1.2.0 |
801 | 2024-08-06T07:34:28.110Z | Downloaded tokio v1.38.1 |
802 | 2024-08-06T07:34:28.147Z | Downloaded sha3 v0.10.8 |
803 | 2024-08-06T07:34:28.151Z | Downloaded petgraph v0.6.5 |
804 | 2024-08-06T07:34:28.169Z | Downloaded csv v1.3.0 |
805 | 2024-08-06T07:34:28.189Z | Downloaded regress v0.9.1 |
806 | 2024-08-06T07:34:28.204Z | Downloaded polar-core v0.27.3 |
807 | 2024-08-06T07:34:28.212Z | Downloaded gimli v0.28.1 |
808 | 2024-08-06T07:34:28.215Z | Downloaded bstr v1.9.1 |
809 | 2024-08-06T07:34:28.225Z | Downloaded bstr v0.2.17 |
810 | 2024-08-06T07:34:28.235Z | Downloaded curve25519-dalek v4.1.3 |
811 | 2024-08-06T07:34:28.244Z | Downloaded encoding_rs v0.8.34 |
812 | 2024-08-06T07:34:28.267Z | Downloaded nix v0.28.0 |
813 | 2024-08-06T07:34:28.277Z | Downloaded sqlparser v0.45.0 |
814 | 2024-08-06T07:34:28.283Z | Downloaded proptest v1.4.0 |
815 | 2024-08-06T07:34:28.292Z | Downloaded openssl v0.10.66 |
816 | 2024-08-06T07:34:28.305Z | Downloaded nix v0.27.1 |
817 | 2024-08-06T07:34:28.313Z | Downloaded reqwest v0.11.27 |
818 | 2024-08-06T07:34:28.320Z | Downloaded h2 v0.3.26 |
819 | 2024-08-06T07:34:28.326Z | Downloaded bindgen v0.69.4 |
820 | 2024-08-06T07:34:28.334Z | Downloaded tokio-util v0.7.11 |
821 | 2024-08-06T07:34:28.340Z | Downloaded futures-util v0.3.30 |
822 | 2024-08-06T07:34:28.352Z | Downloaded expectorate v1.1.0 |
823 | 2024-08-06T07:34:28.369Z | Downloaded httparse v1.8.0 |
824 | 2024-08-06T07:34:28.370Z | Downloaded percent-encoding v2.3.1 |
825 | 2024-08-06T07:34:28.370Z | Downloaded home v0.5.9 |
826 | 2024-08-06T07:34:28.370Z | Downloaded hex v0.4.3 |
827 | 2024-08-06T07:34:28.370Z | Downloaded secrecy v0.8.0 |
828 | 2024-08-06T07:34:28.370Z | Downloaded pkcs8 v0.10.2 |
829 | 2024-08-06T07:34:28.377Z | Downloaded nom v7.1.3 |
830 | 2024-08-06T07:34:28.377Z | Downloaded itertools v0.13.0 |
831 | 2024-08-06T07:34:28.381Z | Downloaded slog v2.7.0 |
832 | 2024-08-06T07:34:28.381Z | Downloaded radium v0.7.0 |
833 | 2024-08-06T07:34:28.382Z | Downloaded hyper-staticfile v0.9.5 |
834 | 2024-08-06T07:34:28.384Z | Downloaded fastrand v2.1.0 |
835 | 2024-08-06T07:34:28.385Z | Downloaded zerocopy v0.6.6 |
836 | 2024-08-06T07:34:28.385Z | Downloaded ron v0.8.1 |
837 | 2024-08-06T07:34:28.390Z | Downloaded tungstenite v0.20.1 |
838 | 2024-08-06T07:34:28.394Z | Downloaded rcgen v0.12.1 |
839 | 2024-08-06T07:34:28.396Z | Downloaded rayon-core v1.12.1 |
840 | 2024-08-06T07:34:28.399Z | Downloaded samael v0.0.15 |
841 | 2024-08-06T07:34:28.404Z | Downloaded publicsuffix v2.2.3 |
842 | 2024-08-06T07:34:28.407Z | Downloaded headers v0.3.9 |
843 | 2024-08-06T07:34:28.412Z | Downloaded rustc_version v0.4.0 |
844 | 2024-08-06T07:34:28.415Z | Downloaded postcard v1.0.8 |
845 | 2024-08-06T07:34:28.419Z | Downloaded strum_macros v0.26.4 |
846 | 2024-08-06T07:34:28.422Z | Downloaded heapless v0.7.17 |
847 | 2024-08-06T07:34:28.424Z | Downloaded vte v0.11.1 |
848 | 2024-08-06T07:34:28.424Z | Downloaded tokio-tungstenite v0.21.0 |
849 | 2024-08-06T07:34:28.426Z | Downloaded tokio-tungstenite v0.20.1 |
850 | 2024-08-06T07:34:28.429Z | Downloaded tokio-stream v0.1.15 |
851 | 2024-08-06T07:34:28.432Z | Downloaded serde_derive_internals v0.29.1 |
852 | 2024-08-06T07:34:28.435Z | Downloaded rpassword v7.3.1 |
853 | 2024-08-06T07:34:28.435Z | Downloaded fragile v2.0.0 |
854 | 2024-08-06T07:34:28.439Z | Downloaded form_urlencoded v1.2.1 |
855 | 2024-08-06T07:34:28.439Z | Downloaded futures v0.3.30 |
856 | 2024-08-06T07:34:28.442Z | Downloaded derive_builder_core v0.20.0 |
857 | 2024-08-06T07:34:28.445Z | Downloaded derive-where v1.2.7 |
858 | 2024-08-06T07:34:28.448Z | Downloaded prettyplease v0.2.20 |
859 | 2024-08-06T07:34:28.451Z | Downloaded indicatif v0.17.8 |
860 | 2024-08-06T07:34:28.456Z | Downloaded gethostname v0.5.0 |
861 | 2024-08-06T07:34:28.459Z | Downloaded postgres-protocol v0.6.7 |
862 | 2024-08-06T07:34:28.465Z | Downloaded phf v0.11.2 |
863 | 2024-08-06T07:34:28.465Z | Downloaded zeroize v1.7.0 |
864 | 2024-08-06T07:34:28.465Z | Downloaded difflib v0.4.0 |
865 | 2024-08-06T07:34:28.465Z | Downloaded glob v0.3.1 |
866 | 2024-08-06T07:34:28.471Z | Downloaded xattr v1.3.1 |
867 | 2024-08-06T07:34:28.471Z | Downloaded signature v2.2.0 |
868 | 2024-08-06T07:34:28.471Z | Downloaded zip v0.6.6 |
869 | 2024-08-06T07:34:28.476Z | Downloaded num-bigint-dig v0.8.4 |
870 | 2024-08-06T07:34:28.479Z | Downloaded crossbeam-channel v0.5.12 |
871 | 2024-08-06T07:34:28.483Z | Downloaded mio v0.8.11 |
872 | 2024-08-06T07:34:28.491Z | Downloaded signal-hook-registry v1.4.2 |
873 | 2024-08-06T07:34:28.494Z | Downloaded rustls-pemfile v2.1.3 |
874 | 2024-08-06T07:34:28.495Z | Downloaded pkcs1 v0.7.5 |
875 | 2024-08-06T07:34:28.495Z | Downloaded iana-time-zone v0.1.60 |
876 | 2024-08-06T07:34:28.497Z | Downloaded socket2 v0.4.10 |
877 | 2024-08-06T07:34:28.501Z | Downloaded vsss-rs v3.3.4 |
878 | 2024-08-06T07:34:28.501Z | Downloaded itertools v0.10.5 |
879 | 2024-08-06T07:34:28.507Z | Downloaded pin-project-internal v1.1.5 |
880 | 2024-08-06T07:34:28.510Z | Downloaded httpdate v1.0.3 |
881 | 2024-08-06T07:34:28.510Z | Downloaded getopts v0.2.21 |
882 | 2024-08-06T07:34:28.513Z | Downloaded strum_macros v0.25.3 |
883 | 2024-08-06T07:34:28.513Z | Downloaded stable_deref_trait v1.2.0 |
884 | 2024-08-06T07:34:28.516Z | Downloaded serde_path_to_error v0.1.16 |
885 | 2024-08-06T07:34:28.516Z | Downloaded libm v0.2.8 |
886 | 2024-08-06T07:34:28.523Z | Downloaded tracing v0.1.40 |
887 | 2024-08-06T07:34:28.527Z | Downloaded serde-hex v0.1.0 |
888 | 2024-08-06T07:34:28.530Z | Downloaded rand_seeder v0.3.0 |
889 | 2024-08-06T07:34:28.530Z | Downloaded funty v2.0.0 |
890 | 2024-08-06T07:34:28.533Z | Downloaded serde_repr v0.1.19 |
891 | 2024-08-06T07:34:28.533Z | Downloaded tabwriter v1.4.0 |
892 | 2024-08-06T07:34:28.537Z | Downloaded serde_plain v1.0.2 |
893 | 2024-08-06T07:34:28.537Z | Downloaded rustc-demangle v0.1.24 |
894 | 2024-08-06T07:34:28.540Z | Downloaded elliptic-curve v0.13.8 |
895 | 2024-08-06T07:34:28.543Z | Downloaded hostname v0.4.0 |
896 | 2024-08-06T07:34:28.543Z | Downloaded hostname v0.3.1 |
897 | 2024-08-06T07:34:28.545Z | Downloaded group v0.13.0 |
898 | 2024-08-06T07:34:28.545Z | Downloaded flagset v0.4.5 |
899 | 2024-08-06T07:34:28.548Z | Downloaded filetime v0.2.23 |
900 | 2024-08-06T07:34:28.548Z | Downloaded ff v0.13.0 |
901 | 2024-08-06T07:34:28.552Z | Downloaded indexmap v1.9.3 |
902 | 2024-08-06T07:34:28.554Z | Downloaded half v2.4.1 |
903 | 2024-08-06T07:34:28.557Z | Downloaded env_logger v0.9.3 |
904 | 2024-08-06T07:34:28.557Z | Downloaded yasna v0.5.2 |
905 | 2024-08-06T07:34:28.560Z | Downloaded tinyvec v1.6.0 |
906 | 2024-08-06T07:34:28.563Z | Downloaded const_format v0.2.32 |
907 | 2024-08-06T07:34:28.568Z | Downloaded backtrace v0.3.71 |
908 | 2024-08-06T07:34:28.572Z | Downloaded snafu-derive v0.8.2 |
909 | 2024-08-06T07:34:28.576Z | Downloaded ring v0.17.8 |
910 | 2024-08-06T07:34:28.643Z | Downloaded tokio-macros v2.3.0 |
911 | 2024-08-06T07:34:28.646Z | Downloaded slog-bunyan v2.5.0 |
912 | 2024-08-06T07:34:28.646Z | Downloaded same-file v1.0.6 |
913 | 2024-08-06T07:34:28.649Z | Downloaded rusty-fork v0.3.0 |
914 | 2024-08-06T07:34:28.649Z | Downloaded rtoolbox v0.0.2 |
915 | 2024-08-06T07:34:28.649Z | Downloaded crypto-bigint v0.5.5 |
916 | 2024-08-06T07:34:28.655Z | Downloaded untrusted v0.7.1 |
917 | 2024-08-06T07:34:28.658Z | Downloaded const-oid v0.9.6 |
918 | 2024-08-06T07:34:28.658Z | Downloaded num-traits v0.2.19 |
919 | 2024-08-06T07:34:28.661Z | Downloaded sct v0.7.1 |
920 | 2024-08-06T07:34:28.670Z | Downloaded hash32 v0.3.1 |
921 | 2024-08-06T07:34:28.670Z | Downloaded arc-swap v1.7.1 |
922 | 2024-08-06T07:34:28.675Z | Downloaded thread_local v1.1.8 |
923 | 2024-08-06T07:34:28.675Z | Downloaded thiserror-impl-no-std v2.0.2 |
924 | 2024-08-06T07:34:28.675Z | Downloaded supports-color v3.0.0 |
925 | 2024-08-06T07:34:28.675Z | Downloaded base64 v0.22.1 |
926 | 2024-08-06T07:34:28.690Z | Downloaded futures-io v0.3.30 |
927 | 2024-08-06T07:34:28.690Z | Downloaded futures-channel v0.3.30 |
928 | 2024-08-06T07:34:28.694Z | Downloaded psl-types v2.0.11 |
929 | 2024-08-06T07:34:28.694Z | Downloaded scopeguard v1.2.0 |
930 | 2024-08-06T07:34:28.694Z | Downloaded http-range v0.1.5 |
931 | 2024-08-06T07:34:28.694Z | Downloaded indoc v1.0.9 |
932 | 2024-08-06T07:34:28.694Z | Downloaded hash32 v0.2.1 |
933 | 2024-08-06T07:34:28.694Z | Downloaded slab v0.4.9 |
934 | 2024-08-06T07:34:28.694Z | Downloaded bcs v0.1.6 |
935 | 2024-08-06T07:34:28.694Z | Downloaded ring v0.16.20 |
936 | 2024-08-06T07:34:28.769Z | Downloaded tracing-attributes v0.1.27 |
937 | 2024-08-06T07:34:28.772Z | Downloaded omicron-zone-package v0.11.0 |
938 | 2024-08-06T07:34:28.776Z | Downloaded der v0.7.9 |
939 | 2024-08-06T07:34:28.780Z | Downloaded cookie v0.18.1 |
940 | 2024-08-06T07:34:28.783Z | Downloaded wait-timeout v0.2.0 |
941 | 2024-08-06T07:34:28.783Z | Downloaded parking_lot v0.12.2 |
942 | 2024-08-06T07:34:28.787Z | Downloaded bzip2 v0.4.4 |
943 | 2024-08-06T07:34:28.787Z | Downloaded base64 v0.13.1 |
944 | 2024-08-06T07:34:28.792Z | Downloaded allocator-api2 v0.2.18 |
945 | 2024-08-06T07:34:28.797Z | Downloaded tap v1.0.1 |
946 | 2024-08-06T07:34:28.797Z | Downloaded smallvec v1.13.2 |
947 | 2024-08-06T07:34:28.797Z | Downloaded password-hash v0.5.0 |
948 | 2024-08-06T07:34:28.800Z | Downloaded crossbeam-utils v0.8.19 |
949 | 2024-08-06T07:34:28.800Z | Downloaded async-trait v0.1.81 |
950 | 2024-08-06T07:34:28.803Z | Downloaded cookie_store v0.20.0 |
951 | 2024-08-06T07:34:28.803Z | Downloaded futures-executor v0.3.30 |
952 | 2024-08-06T07:34:28.806Z | Downloaded ena v0.14.3 |
953 | 2024-08-06T07:34:28.807Z | Downloaded cookie v0.17.0 |
954 | 2024-08-06T07:34:28.810Z | Downloaded console v0.15.8 |
955 | 2024-08-06T07:34:28.810Z | Downloaded structmeta v0.3.0 |
956 | 2024-08-06T07:34:28.810Z | Downloaded sqlformat v0.2.4 |
957 | 2024-08-06T07:34:28.815Z | Downloaded slog-dtrace v0.3.0 |
958 | 2024-08-06T07:34:28.815Z | Downloaded num-complex v0.4.6 |
959 | 2024-08-06T07:34:28.815Z | Downloaded multer v3.1.0 |
960 | 2024-08-06T07:34:28.819Z | Downloaded mime_guess v2.0.4 |
961 | 2024-08-06T07:34:28.819Z | Downloaded cassowary v0.3.0 |
962 | 2024-08-06T07:34:28.822Z | Downloaded native-tls v0.2.11 |
963 | 2024-08-06T07:34:28.822Z | Downloaded csv-core v0.1.11 |
964 | 2024-08-06T07:34:28.824Z | Downloaded backoff v0.4.0 |
965 | 2024-08-06T07:34:28.825Z | Downloaded defmt v0.3.8 |
966 | 2024-08-06T07:34:28.827Z | Downloaded shell-words v1.1.0 |
967 | 2024-08-06T07:34:28.827Z | Downloaded packed_struct_codegen v0.10.1 |
968 | 2024-08-06T07:34:28.831Z | Downloaded impl-trait-for-tuples v0.2.2 |
969 | 2024-08-06T07:34:28.831Z | Downloaded const_format_proc_macros v0.2.32 |
970 | 2024-08-06T07:34:28.833Z | Downloaded cobs v0.2.3 |
971 | 2024-08-06T07:34:28.833Z | Downloaded predicates-core v1.0.6 |
972 | 2024-08-06T07:34:28.836Z | Downloaded hubpack_derive v0.1.1 |
973 | 2024-08-06T07:34:28.836Z | Downloaded bitflags v1.3.2 |
974 | 2024-08-06T07:34:28.839Z | Downloaded bit-set v0.5.3 |
975 | 2024-08-06T07:34:28.839Z | Downloaded ascii v1.1.0 |
976 | 2024-08-06T07:34:28.842Z | Downloaded parking_lot_core v0.8.6 |
977 | 2024-08-06T07:34:28.842Z | Downloaded new_debug_unreachable v1.0.6 |
978 | 2024-08-06T07:34:28.844Z | Downloaded md-5 v0.10.6 |
979 | 2024-08-06T07:34:28.844Z | Downloaded maybe-uninit v2.0.0 |
980 | 2024-08-06T07:34:28.848Z | Downloaded lru-cache v0.1.2 |
981 | 2024-08-06T07:34:28.848Z | Downloaded crc v3.2.1 |
982 | 2024-08-06T07:34:28.851Z | Downloaded ciborium-ll v0.2.2 |
983 | 2024-08-06T07:34:28.851Z | Downloaded camino-tempfile v1.1.1 |
984 | 2024-08-06T07:34:28.851Z | Downloaded buf-list v1.0.3 |
985 | 2024-08-06T07:34:28.854Z | Downloaded crc-catalog v2.4.0 |
986 | 2024-08-06T07:34:28.854Z | Downloaded structmeta-derive v0.2.0 |
987 | 2024-08-06T07:34:28.854Z | Downloaded bitfield v0.14.0 |
988 | 2024-08-06T07:34:28.857Z | Downloaded atomic-waker v1.1.2 |
989 | 2024-08-06T07:34:28.857Z | Downloaded lock_api v0.4.12 |
990 | 2024-08-06T07:34:28.860Z | Downloaded libloading v0.8.3 |
991 | 2024-08-06T07:34:28.860Z | Downloaded defmt-parser v0.3.4 |
992 | 2024-08-06T07:34:28.863Z | Downloaded data-encoding v2.6.0 |
993 | 2024-08-06T07:34:28.863Z | Downloaded convert_case v0.4.0 |
994 | 2024-08-06T07:34:28.863Z | Downloaded cipher v0.4.4 |
995 | 2024-08-06T07:34:28.866Z | Downloaded parse-display v0.9.1 |
996 | 2024-08-06T07:34:28.866Z | Downloaded num-integer v0.1.46 |
997 | 2024-08-06T07:34:28.866Z | Downloaded multimap v0.10.0 |
998 | 2024-08-06T07:34:28.869Z | Downloaded bitfield-struct v0.6.1 |
999 | 2024-08-06T07:34:28.869Z | Downloaded num_enum v0.5.11 |
1000 | 2024-08-06T07:34:28.871Z | Downloaded num v0.4.3 |
1001 | 2024-08-06T07:34:28.874Z | Downloaded async-stream v0.3.5 |
1002 | 2024-08-06T07:34:28.874Z | Downloaded arrayref v0.3.7 |
1003 | 2024-08-06T07:34:28.877Z | Downloaded linked-hash-map v0.5.6 |
1004 | 2024-08-06T07:34:28.877Z | Downloaded lazycell v1.3.0 |
1005 | 2024-08-06T07:34:28.880Z | Downloaded keccak v0.1.5 |
1006 | 2024-08-06T07:34:28.880Z | Downloaded ipnet v2.9.0 |
1007 | 2024-08-06T07:34:28.880Z | Downloaded inout v0.1.3 |
1008 | 2024-08-06T07:34:28.883Z | Downloaded darling_macro v0.20.9 |
1009 | 2024-08-06T07:34:28.883Z | Downloaded bb8 v0.8.5 |
1010 | 2024-08-06T07:34:28.883Z | Downloaded base16ct v0.2.0 |
1011 | 2024-08-06T07:34:28.885Z | Downloaded cfg_aliases v0.1.1 |
1012 | 2024-08-06T07:34:28.885Z | Downloaded nodrop v0.1.14 |
1013 | 2024-08-06T07:34:28.886Z | Downloaded newtype_derive v0.1.6 |
1014 | 2024-08-06T07:34:28.886Z | Downloaded newline-converter v0.3.0 |
1015 | 2024-08-06T07:34:28.890Z | Downloaded aead v0.5.2 |
1016 | 2024-08-06T07:34:28.891Z | Downloaded adler v1.0.2 |
1017 | 2024-08-06T07:34:28.891Z | Downloaded normalize-line-endings v0.3.0 |
1018 | 2024-08-06T07:34:28.970Z | Compiling cfg-if v1.0.0 |
1019 | 2024-08-06T07:34:28.970Z | Compiling serde v1.0.204 |
1020 | 2024-08-06T07:34:28.973Z | Compiling lock_api v0.4.12 |
1021 | 2024-08-06T07:34:28.973Z | Compiling scopeguard v1.2.0 |
1022 | 2024-08-06T07:34:28.973Z | Compiling log v0.4.21 |
1023 | 2024-08-06T07:34:29.122Z | Compiling syn v2.0.72 |
1024 | 2024-08-06T07:34:29.126Z | Compiling cc v1.0.97 |
1025 | 2024-08-06T07:34:29.127Z | Compiling parking_lot_core v0.9.10 |
1026 | 2024-08-06T07:34:29.180Z | Compiling getrandom v0.2.14 |
1027 | 2024-08-06T07:34:29.236Z | Compiling smallvec v1.13.2 |
1028 | 2024-08-06T07:34:29.539Z | Compiling rand_core v0.6.4 |
1029 | 2024-08-06T07:34:29.623Z | Compiling typenum v1.17.0 |
1030 | 2024-08-06T07:34:29.661Z | Compiling generic-array v0.14.7 |
1031 | 2024-08-06T07:34:29.701Z | Compiling pin-project-lite v0.2.14 |
1032 | 2024-08-06T07:34:29.818Z | Compiling signal-hook-registry v1.4.2 |
1033 | 2024-08-06T07:34:29.972Z | Compiling parking_lot v0.12.2 |
1034 | 2024-08-06T07:34:30.059Z | Compiling spin v0.9.8 |
1035 | 2024-08-06T07:34:30.074Z | Compiling mio v0.8.11 |
1036 | 2024-08-06T07:34:30.226Z | Compiling libm v0.2.8 |
1037 | 2024-08-06T07:34:30.450Z | Compiling serde_json v1.0.122 |
1038 | 2024-08-06T07:34:30.601Z | Compiling num-traits v0.2.19 |
1039 | 2024-08-06T07:34:30.623Z | Compiling ahash v0.8.11 |
1040 | 2024-08-06T07:34:30.949Z | Compiling futures-core v0.3.30 |
1041 | 2024-08-06T07:34:30.967Z | Compiling tinyvec_macros v0.1.1 |
1042 | 2024-08-06T07:34:31.056Z | Compiling tinyvec v1.6.0 |
1043 | 2024-08-06T07:34:31.161Z | Compiling num_cpus v1.16.0 |
1044 | 2024-08-06T07:34:31.225Z | Compiling socket2 v0.5.7 |
1045 | 2024-08-06T07:34:31.279Z | Compiling subtle v2.5.0 |
1046 | 2024-08-06T07:34:31.498Z | Compiling const-oid v0.9.6 |
1047 | 2024-08-06T07:34:31.634Z | Compiling slab v0.4.9 |
1048 | 2024-08-06T07:34:31.958Z | Compiling unicode-bidi v0.3.15 |
1049 | 2024-08-06T07:34:32.455Z | Compiling allocator-api2 v0.2.18 |
1050 | 2024-08-06T07:34:32.662Z | Compiling unicode-normalization v0.1.23 |
1051 | 2024-08-06T07:34:32.680Z | Compiling futures-sink v0.3.30 |
1052 | 2024-08-06T07:34:32.920Z | Compiling futures-channel v0.3.30 |
1053 | 2024-08-06T07:34:33.287Z | Compiling futures-io v0.3.30 |
1054 | 2024-08-06T07:34:33.316Z | Compiling pin-utils v0.1.0 |
1055 | 2024-08-06T07:34:33.373Z | Compiling vcpkg v0.2.15 |
1056 | 2024-08-06T07:34:33.402Z | Compiling pkg-config v0.3.30 |
1057 | 2024-08-06T07:34:33.540Z | Compiling futures-task v0.3.30 |
1058 | 2024-08-06T07:34:33.561Z | Compiling ring v0.17.8 |
1059 | 2024-08-06T07:34:33.675Z | Compiling percent-encoding v2.3.1 |
1060 | 2024-08-06T07:34:33.824Z | Compiling ppv-lite86 v0.2.17 |
1061 | 2024-08-06T07:34:33.837Z | Compiling tracing-core v0.1.32 |
1062 | 2024-08-06T07:34:34.043Z | Compiling rustix v0.38.34 |
1063 | 2024-08-06T07:34:37.918Z | Compiling powerfmt v0.2.0 |
1064 | 2024-08-06T07:34:37.971Z | Compiling rand_chacha v0.3.1 |
1065 | 2024-08-06T07:34:37.971Z | Compiling untrusted v0.9.0 |
1066 | 2024-08-06T07:34:37.971Z | Compiling syn v1.0.109 |
1067 | 2024-08-06T07:34:37.971Z | Compiling num-conv v0.1.0 |
1068 | 2024-08-06T07:34:37.971Z | Compiling time-core v0.1.2 |
1069 | 2024-08-06T07:34:37.971Z | Compiling rand v0.8.5 |
1070 | 2024-08-06T07:34:37.971Z | Compiling time-macros v0.2.18 |
1071 | 2024-08-06T07:34:37.971Z | Compiling deranged v0.3.11 |
1072 | 2024-08-06T07:34:37.971Z | Compiling rustversion v1.0.17 |
1073 | 2024-08-06T07:34:37.971Z | Compiling openssl-sys v0.9.103 |
1074 | 2024-08-06T07:34:37.971Z | Compiling iana-time-zone v0.1.60 |
1075 | 2024-08-06T07:34:37.971Z | Compiling httparse v1.8.0 |
1076 | 2024-08-06T07:34:37.971Z | Compiling base64ct v1.6.0 |
1077 | 2024-08-06T07:34:37.971Z | Compiling num_threads v0.1.7 |
1078 | 2024-08-06T07:34:37.971Z | Compiling openssl v0.10.66 |
1079 | 2024-08-06T07:34:37.971Z | Compiling foreign-types-shared v0.1.1 |
1080 | 2024-08-06T07:34:37.971Z | Compiling pem-rfc7468 v0.7.0 |
1081 | 2024-08-06T07:34:37.971Z | Compiling foreign-types v0.3.2 |
1082 | 2024-08-06T07:34:37.971Z | Compiling form_urlencoded v1.2.1 |
1083 | 2024-08-06T07:34:37.971Z | Compiling try-lock v0.2.5 |
1084 | 2024-08-06T07:34:37.971Z | Compiling native-tls v0.2.11 |
1085 | 2024-08-06T07:34:37.971Z | Compiling siphasher v0.3.11 |
1086 | 2024-08-06T07:34:37.971Z | Compiling crossbeam-utils v0.8.19 |
1087 | 2024-08-06T07:34:37.971Z | Compiling rustls v0.21.12 |
1088 | 2024-08-06T07:34:37.971Z | Compiling flagset v0.4.5 |
1089 | 2024-08-06T07:34:38.035Z | Compiling time v0.3.36 |
1090 | 2024-08-06T07:34:38.145Z | Compiling want v0.3.1 |
1091 | 2024-08-06T07:34:38.431Z | Compiling serde_derive_internals v0.29.1 |
1092 | 2024-08-06T07:34:39.007Z | Compiling idna v0.5.0 |
1093 | 2024-08-06T07:34:39.025Z | Compiling lazy_static v1.5.0 |
1094 | 2024-08-06T07:34:39.141Z | Compiling cookie v0.17.0 |
1095 | 2024-08-06T07:34:39.420Z | Compiling aho-corasick v1.1.3 |
1096 | 2024-08-06T07:34:39.550Z | Compiling cpufeatures v0.2.12 |
1097 | 2024-08-06T07:34:39.648Z | Compiling tower-service v0.3.2 |
1098 | 2024-08-06T07:34:39.772Z | Compiling finl_unicode v1.2.0 |
1099 | 2024-08-06T07:34:40.383Z | Compiling slog v2.7.0 |
1100 | 2024-08-06T07:34:40.548Z | Compiling signal-hook v0.3.17 |
1101 | 2024-08-06T07:34:40.851Z | Compiling regex-syntax v0.8.3 |
1102 | 2024-08-06T07:34:40.927Z | Compiling adler v1.0.2 |
1103 | 2024-08-06T07:34:41.143Z | Compiling httpdate v1.0.3 |
1104 | 2024-08-06T07:34:41.160Z | Compiling openssl-probe v0.1.5 |
1105 | 2024-08-06T07:34:41.514Z | Compiling schemars v0.8.21 |
1106 | 2024-08-06T07:34:41.579Z | Compiling miniz_oxide v0.7.2 |
1107 | 2024-08-06T07:34:42.003Z | Compiling stringprep v0.1.4 |
1108 | 2024-08-06T07:34:43.065Z | Compiling url v2.5.2 |
1109 | 2024-08-06T07:34:43.209Z | Compiling num-integer v0.1.46 |
1110 | 2024-08-06T07:34:43.346Z | Compiling serde_derive v1.0.204 |
1111 | 2024-08-06T07:34:43.997Z | Compiling zeroize_derive v1.4.2 |
1112 | 2024-08-06T07:34:44.417Z | Compiling zerocopy-derive v0.7.34 |
1113 | 2024-08-06T07:34:44.900Z | Compiling tokio-macros v2.3.0 |
1114 | 2024-08-06T07:34:44.928Z | Compiling thiserror-impl v1.0.63 |
1115 | 2024-08-06T07:34:45.603Z | Compiling zeroize v1.7.0 |
1116 | 2024-08-06T07:34:46.323Z | Compiling futures-macro v0.3.30 |
1117 | 2024-08-06T07:34:46.571Z | Compiling scroll_derive v0.12.0 |
1118 | 2024-08-06T07:34:46.674Z | Compiling zerocopy v0.7.34 |
1119 | 2024-08-06T07:34:47.385Z | Compiling tracing-attributes v0.1.27 |
1120 | 2024-08-06T07:34:47.474Z | Compiling crypto-common v0.1.6 |
1121 | 2024-08-06T07:34:47.703Z | Compiling block-buffer v0.10.4 |
1122 | 2024-08-06T07:34:47.950Z | Compiling digest v0.10.7 |
1123 | 2024-08-06T07:34:48.050Z | Compiling scroll v0.12.0 |
1124 | 2024-08-06T07:34:48.281Z | Compiling thiserror v1.0.63 |
1125 | 2024-08-06T07:34:48.332Z | Compiling futures-util v0.3.30 |
1126 | 2024-08-06T07:34:48.410Z | Compiling pest v2.7.10 |
1127 | 2024-08-06T07:34:48.425Z | Compiling hmac v0.12.1 |
1128 | 2024-08-06T07:34:48.619Z | Compiling goblin v0.8.2 |
1129 | 2024-08-06T07:34:48.669Z | Compiling openssl-macros v0.1.1 |
1130 | 2024-08-06T07:34:48.891Z | Compiling hashbrown v0.14.5 |
1131 | 2024-08-06T07:34:49.422Z | Compiling der_derive v0.7.2 |
1132 | 2024-08-06T07:34:50.296Z | Compiling sct v0.7.1 |
1133 | 2024-08-06T07:34:50.608Z | Compiling rustls-webpki v0.101.7 |
1134 | 2024-08-06T07:34:51.160Z | Compiling pest_meta v2.7.10 |
1135 | 2024-08-06T07:34:51.278Z | Compiling tracing v0.1.40 |
1136 | 2024-08-06T07:34:51.814Z | Compiling md-5 v0.10.6 |
1137 | 2024-08-06T07:34:52.026Z | Compiling der v0.7.9 |
1138 | 2024-08-06T07:34:52.072Z | Compiling sha2 v0.10.8 |
1139 | 2024-08-06T07:34:52.486Z | Compiling pest_generator v2.7.10 |
1140 | 2024-08-06T07:34:54.435Z | Compiling spki v0.7.3 |
1141 | 2024-08-06T07:34:54.525Z | Compiling regex-automata v0.4.6 |
1142 | 2024-08-06T07:34:54.796Z | Compiling schemars_derive v0.8.21 |
1143 | 2024-08-06T07:34:55.371Z | Compiling idna v0.3.0 |
1144 | 2024-08-06T07:34:55.638Z | Compiling backtrace v0.3.71 |
1145 | 2024-08-06T07:34:56.136Z | Compiling hash32 v0.2.1 |
1146 | 2024-08-06T07:34:56.186Z | Compiling pest_derive v2.7.10 |
1147 | 2024-08-06T07:34:56.521Z | Compiling gimli v0.28.1 |
1148 | 2024-08-06T07:34:56.996Z | Compiling dtrace-parser v0.2.0 |
1149 | 2024-08-06T07:34:57.014Z | Compiling stable_deref_trait v1.2.0 |
1150 | 2024-08-06T07:34:57.112Z | Compiling smoltcp v0.9.1 |
1151 | 2024-08-06T07:34:57.865Z | Compiling bytes v1.7.1 |
1152 | 2024-08-06T07:34:58.027Z | Compiling bitflags v2.6.0 |
1153 | 2024-08-06T07:34:58.482Z | Compiling indexmap v2.3.0 |
1154 | 2024-08-06T07:34:58.991Z | Compiling tokio v1.38.1 |
1155 | 2024-08-06T07:34:59.074Z | Compiling http v0.2.12 |
1156 | 2024-08-06T07:34:59.130Z | Compiling uuid v1.10.0 |
1157 | 2024-08-06T07:34:59.905Z | Compiling semver v1.0.23 |
1158 | 2024-08-06T07:35:00.538Z | Compiling rustc_version v0.4.0 |
1159 | 2024-08-06T07:35:00.665Z | Compiling chrono v0.4.38 |
1160 | 2024-08-06T07:35:01.268Z | Compiling http-body v0.4.6 |
1161 | 2024-08-06T07:35:01.354Z | Compiling heapless v0.7.17 |
1162 | 2024-08-06T07:35:01.570Z | Compiling dof v0.3.0 |
1163 | 2024-08-06T07:35:01.702Z | Compiling serde_spanned v0.6.7 |
1164 | 2024-08-06T07:35:01.873Z | Compiling toml_datetime v0.6.8 |
1165 | 2024-08-06T07:35:01.935Z | Compiling serde_tokenstream v0.2.1 |
1166 | 2024-08-06T07:35:02.403Z | Compiling usdt-impl v0.5.0 |
1167 | 2024-08-06T07:35:02.493Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1168 | 2024-08-06T07:35:03.326Z | Compiling psl-types v2.0.11 |
1169 | 2024-08-06T07:35:03.522Z | Compiling dyn-clone v1.0.17 |
1170 | 2024-08-06T07:35:03.654Z | Compiling crc32fast v1.4.0 |
1171 | 2024-08-06T07:35:03.733Z | Compiling fallible-iterator v0.2.0 |
1172 | 2024-08-06T07:35:03.761Z | Compiling base64 v0.22.1 |
1173 | 2024-08-06T07:35:04.240Z | Compiling publicsuffix v2.2.3 |
1174 | 2024-08-06T07:35:04.440Z | Compiling postgres-protocol v0.6.7 |
1175 | 2024-08-06T07:35:04.494Z | Compiling terminal_size v0.3.0 |
1176 | 2024-08-06T07:35:04.690Z | Compiling addr2line v0.21.0 |
1177 | 2024-08-06T07:35:04.883Z | Compiling pkcs8 v0.10.2 |
1178 | 2024-08-06T07:35:05.345Z | Compiling hubpack_derive v0.1.1 |
1179 | 2024-08-06T07:35:05.467Z | Compiling block-padding v0.3.3 |
1180 | 2024-08-06T07:35:05.648Z | Compiling async-trait v0.1.81 |
1181 | 2024-08-06T07:35:05.706Z | Compiling zerocopy-derive v0.6.6 |
1182 | 2024-08-06T07:35:07.272Z | Compiling tokio-util v0.7.11 |
1183 | 2024-08-06T07:35:07.486Z | Compiling tokio-rustls v0.24.1 |
1184 | 2024-08-06T07:35:07.762Z | Compiling phf_shared v0.11.2 |
1185 | 2024-08-06T07:35:07.898Z | Compiling diesel_table_macro_syntax v0.1.0 |
1186 | 2024-08-06T07:35:07.918Z | Compiling ff v0.13.0 |
1187 | 2024-08-06T07:35:08.117Z | Compiling tokio-native-tls v0.3.1 |
1188 | 2024-08-06T07:35:08.138Z | Compiling scheduled-thread-pool v0.2.7 |
1189 | 2024-08-06T07:35:08.312Z | Compiling h2 v0.3.26 |
1190 | 2024-08-06T07:35:08.329Z | Compiling fs-err v2.11.0 |
1191 | 2024-08-06T07:35:08.403Z | Compiling object v0.32.2 |
1192 | 2024-08-06T07:35:08.494Z | Compiling managed v0.8.0 |
1193 | 2024-08-06T07:35:08.586Z | Compiling regex-automata v0.1.10 |
1194 | 2024-08-06T07:35:08.629Z | Compiling matches v0.1.10 |
1195 | 2024-08-06T07:35:08.722Z | Compiling ipnet v2.9.0 |
1196 | 2024-08-06T07:35:08.744Z | Compiling base64 v0.21.7 |
1197 | 2024-08-06T07:35:08.954Z | Compiling winnow v0.5.40 |
1198 | 2024-08-06T07:35:09.079Z | Compiling bit-vec v0.6.3 |
1199 | 2024-08-06T07:35:09.499Z | Compiling rustc-demangle v0.1.24 |
1200 | 2024-08-06T07:35:09.517Z | Compiling bitflags v1.3.2 |
1201 | 2024-08-06T07:35:09.623Z | Compiling either v1.12.0 |
1202 | 2024-08-06T07:35:09.876Z | Compiling base16ct v0.2.0 |
1203 | 2024-08-06T07:35:10.059Z | Compiling anyhow v1.0.86 |
1204 | 2024-08-06T07:35:10.185Z | Compiling sec1 v0.7.3 |
1205 | 2024-08-06T07:35:10.258Z | Compiling clap_builder v4.5.13 |
1206 | 2024-08-06T07:35:10.788Z | Compiling rustls-pemfile v1.0.4 |
1207 | 2024-08-06T07:35:10.904Z | Compiling bstr v0.2.17 |
1208 | 2024-08-06T07:35:11.279Z | Compiling idna v0.2.3 |
1209 | 2024-08-06T07:35:12.528Z | Compiling toml_edit v0.19.15 |
1210 | 2024-08-06T07:35:12.677Z | Compiling r2d2 v0.8.10 |
1211 | 2024-08-06T07:35:12.830Z | Compiling diesel_derives v2.1.4 |
1212 | 2024-08-06T07:35:12.921Z | Compiling group v0.13.0 |
1213 | 2024-08-06T07:35:13.047Z | Compiling phf v0.11.2 |
1214 | 2024-08-06T07:35:13.261Z | Compiling zerocopy v0.6.6 |
1215 | 2024-08-06T07:35:13.339Z | Compiling signal-hook-mio v0.2.3 |
1216 | 2024-08-06T07:35:13.497Z | Compiling hubpack v0.1.2 |
1217 | 2024-08-06T07:35:13.965Z | Compiling cookie_store v0.20.0 |
1218 | 2024-08-06T07:35:14.093Z | Compiling ipnetwork v0.20.0 |
1219 | 2024-08-06T07:35:14.288Z | Compiling inout v0.1.3 |
1220 | 2024-08-06T07:35:14.562Z | Compiling postgres-types v0.2.7 |
1221 | 2024-08-06T07:35:15.490Z | Compiling hyper v0.14.30 |
1222 | 2024-08-06T07:35:16.124Z | Compiling usdt-macro v0.5.0 |
1223 | 2024-08-06T07:35:16.170Z | Compiling usdt-attr-macro v0.5.0 |
1224 | 2024-08-06T07:35:17.607Z | Compiling regex v1.10.6 |
1225 | 2024-08-06T07:35:17.828Z | Compiling serde_urlencoded v0.7.1 |
1226 | 2024-08-06T07:35:18.349Z | Compiling futures-executor v0.3.30 |
1227 | 2024-08-06T07:35:18.519Z | Compiling enum-as-inner v0.5.1 |
1228 | 2024-08-06T07:35:18.682Z | Compiling hkdf v0.12.4 |
1229 | 2024-08-06T07:35:18.807Z | Compiling crypto-bigint v0.5.5 |
1230 | 2024-08-06T07:35:18.896Z | Compiling num-bigint v0.4.5 |
1231 | 2024-08-06T07:35:18.935Z | Compiling clap_derive v4.5.13 |
1232 | 2024-08-06T07:35:19.511Z | Compiling strum_macros v0.25.3 |
1233 | 2024-08-06T07:35:19.598Z | Compiling serde_repr v0.1.19 |
1234 | 2024-08-06T07:35:20.469Z | Compiling phf_shared v0.10.0 |
1235 | 2024-08-06T07:35:20.789Z | Compiling float-cmp v0.9.0 |
1236 | 2024-08-06T07:35:20.905Z | Compiling encoding_rs v0.8.34 |
1237 | 2024-08-06T07:35:21.040Z | Compiling static_assertions v1.1.0 |
1238 | 2024-08-06T07:35:21.147Z | Compiling sync_wrapper v0.1.2 |
1239 | 2024-08-06T07:35:21.279Z | Compiling predicates-core v1.0.6 |
1240 | 2024-08-06T07:35:21.632Z | Compiling webpki-roots v0.25.4 |
1241 | 2024-08-06T07:35:21.803Z | Compiling new_debug_unreachable v1.0.6 |
1242 | 2024-08-06T07:35:21.901Z | Compiling unicode-segmentation v1.11.0 |
1243 | 2024-08-06T07:35:22.783Z | Compiling hyper-rustls v0.24.2 |
1244 | 2024-08-06T07:35:23.149Z | Compiling hyper-tls v0.5.0 |
1245 | 2024-08-06T07:35:23.532Z | Compiling precomputed-hash v0.1.1 |
1246 | 2024-08-06T07:35:23.646Z | Compiling fixedbitset v0.4.2 |
1247 | 2024-08-06T07:35:23.663Z | Compiling normalize-line-endings v0.3.0 |
1248 | 2024-08-06T07:35:23.784Z | Compiling minimal-lexical v0.2.1 |
1249 | 2024-08-06T07:35:24.091Z | Compiling data-encoding v2.6.0 |
1250 | 2024-08-06T07:35:24.108Z | Compiling difflib v0.4.0 |
1251 | 2024-08-06T07:35:24.292Z | Compiling whoami v1.5.1 |
1252 | 2024-08-06T07:35:24.757Z | Compiling mime v0.3.17 |
1253 | 2024-08-06T07:35:25.119Z | Compiling trust-dns-proto v0.22.0 |
1254 | 2024-08-06T07:35:25.343Z | Compiling diesel v2.1.6 |
1255 | 2024-08-06T07:35:25.382Z | Compiling reqwest v0.11.27 |
1256 | 2024-08-06T07:35:25.400Z | Compiling tokio-postgres v0.7.11 |
1257 | 2024-08-06T07:35:25.501Z | Compiling predicates v3.1.2 |
1258 | 2024-08-06T07:35:25.705Z | Compiling nom v7.1.3 |
1259 | 2024-08-06T07:35:26.441Z | Compiling console v0.15.8 |
1260 | 2024-08-06T07:35:27.288Z | Compiling clap v4.5.13 |
1261 | 2024-08-06T07:35:27.408Z | Compiling petgraph v0.6.5 |
1262 | 2024-08-06T07:35:27.973Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1263 | 2024-08-06T07:35:29.292Z | Compiling string_cache v0.8.7 |
1264 | 2024-08-06T07:35:29.771Z | Compiling similar v2.5.0 |
1265 | 2024-08-06T07:35:29.773Z | Compiling yasna v0.5.2 |
1266 | 2024-08-06T07:35:30.957Z | Compiling toml_edit v0.22.20 |
1267 | 2024-08-06T07:35:31.427Z | Compiling elliptic-curve v0.13.8 |
1268 | 2024-08-06T07:35:31.744Z | Compiling usdt v0.5.0 |
1269 | 2024-08-06T07:35:32.240Z | Compiling futures v0.3.30 |
1270 | 2024-08-06T07:35:32.264Z | Compiling flate2 v1.0.31 |
1271 | 2024-08-06T07:35:32.397Z | Compiling toml v0.7.8 |
1272 | 2024-08-06T07:35:33.220Z | Compiling cipher v0.4.4 |
1273 | 2024-08-06T07:35:33.250Z | Compiling crossterm v0.27.0 |
1274 | 2024-08-06T07:35:33.723Z | Compiling itertools v0.10.5 |
1275 | 2024-08-06T07:35:34.087Z | Compiling itertools v0.12.1 |
1276 | 2024-08-06T07:35:34.342Z | Compiling bit-set v0.5.3 |
1277 | 2024-08-06T07:35:34.390Z | Compiling tokio-stream v0.1.15 |
1278 | 2024-08-06T07:35:34.601Z | Compiling openapiv3 v2.0.0 |
1279 | 2024-08-06T07:35:35.402Z | Compiling bstr v1.9.1 |
1280 | 2024-08-06T07:35:36.507Z | Compiling hex v0.4.3 |
1281 | 2024-08-06T07:35:36.891Z | Compiling crossbeam-epoch v0.9.18 |
1282 | 2024-08-06T07:35:37.106Z | Compiling num-iter v0.1.45 |
1283 | 2024-08-06T07:35:37.263Z | Compiling dirs-sys-next v0.1.2 |
1284 | 2024-08-06T07:35:37.282Z | Compiling lalrpop-util v0.19.12 |
1285 | 2024-08-06T07:35:37.299Z | Compiling unicode-xid v0.2.4 |
1286 | 2024-08-06T07:35:37.473Z | Compiling peg-runtime v0.8.3 |
1287 | 2024-08-06T07:35:37.638Z | Compiling dirs-next v2.0.0 |
1288 | 2024-08-06T07:35:37.657Z | Compiling thread_local v1.1.8 |
1289 | 2024-08-06T07:35:37.831Z | Compiling slog-async v2.8.0 |
1290 | 2024-08-06T07:35:37.920Z | Compiling term v0.7.0 |
1291 | 2024-08-06T07:35:38.119Z | Compiling xattr v1.3.1 |
1292 | 2024-08-06T07:35:38.217Z | Compiling crossbeam-channel v0.5.12 |
1293 | 2024-08-06T07:35:38.383Z | Compiling strum_macros v0.26.4 |
1294 | 2024-08-06T07:35:38.425Z | Compiling filetime v0.2.23 |
1295 | 2024-08-06T07:35:38.737Z | Compiling is-terminal v0.4.12 |
1296 | 2024-08-06T07:35:38.859Z | Compiling take_mut v0.2.2 |
1297 | 2024-08-06T07:35:38.952Z | Compiling slog-term v2.9.1 |
1298 | 2024-08-06T07:35:39.019Z | Compiling tar v0.4.41 |
1299 | 2024-08-06T07:35:39.348Z | Compiling camino v1.1.7 |
1300 | 2024-08-06T07:35:41.502Z | Compiling strum v0.26.3 |
1301 | 2024-08-06T07:35:51.632Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1302 | 2024-08-06T07:35:51.876Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1303 | 2024-08-06T07:35:56.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1304 | 2024-08-06T07:35:56.860Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1305 | 2024-08-06T07:35:56.902Z | Aug 06 07:35:55.085 INFO Starting download, target: Cockroach |
1306 | 2024-08-06T07:35:56.902Z | Aug 06 07:35:55.086 INFO Starting download, target: Clickhouse |
1307 | 2024-08-06T07:35:56.902Z | Aug 06 07:35:55.086 INFO Starting download, target: Console |
1308 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Starting download, target: DendriteOpenapi |
1309 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Starting download, target: DendriteStub |
1310 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Starting download, target: MaghemiteMgd |
1311 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Starting download, target: TransceiverControl |
1312 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1313 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1314 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1315 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1316 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1317 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1318 | 2024-08-06T07:35:56.905Z | Aug 06 07:35:55.086 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1319 | 2024-08-06T07:35:57.088Z | Aug 06 07:35:55.262 INFO Download complete, target: DendriteOpenapi |
1320 | 2024-08-06T07:35:57.306Z | Aug 06 07:35:55.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1321 | 2024-08-06T07:35:57.505Z | Aug 06 07:35:55.682 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1322 | 2024-08-06T07:35:57.534Z | Aug 06 07:35:55.717 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1323 | 2024-08-06T07:35:57.856Z | Aug 06 07:35:56.040 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1324 | 2024-08-06T07:35:57.871Z | Aug 06 07:35:56.055 INFO Download complete, target: Console |
1325 | 2024-08-06T07:35:58.094Z | Aug 06 07:35:56.278 INFO Download complete, target: TransceiverControl |
1326 | 2024-08-06T07:35:58.817Z | Aug 06 07:35:57.001 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1327 | 2024-08-06T07:35:59.316Z | Aug 06 07:35:57.499 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1328 | 2024-08-06T07:35:59.316Z | Aug 06 07:35:57.499 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1329 | 2024-08-06T07:36:00.530Z | Aug 06 07:35:58.713 INFO Download complete, target: DendriteStub |
1330 | 2024-08-06T07:36:00.956Z | Aug 06 07:35:59.139 INFO Download complete, target: MaghemiteMgd |
1331 | 2024-08-06T07:36:07.605Z | Aug 06 07:36:05.786 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1332 | 2024-08-06T07:36:07.910Z | Aug 06 07:36:06.090 INFO Checking that binary works, target: Cockroach |
1333 | 2024-08-06T07:36:08.126Z | Aug 06 07:36:06.309 INFO Download complete, target: Cockroach |
1334 | 2024-08-06T07:36:12.891Z | Aug 06 07:36:11.073 INFO Checking that binary works, target: Clickhouse |
1335 | 2024-08-06T07:36:13.180Z | Aug 06 07:36:11.362 INFO Download complete, target: Clickhouse |
1336 | 2024-08-06T07:36:13.197Z | All builder prerequisites installed successfully, and PATH looks valid |
1337 | 2024-08-06T07:36:13.206Z | |
1338 | 2024-08-06T07:36:13.206Z | real 4:03.010937446 |
1339 | 2024-08-06T07:36:13.206Z | user 11:35.097005155 |
1340 | 2024-08-06T07:36:13.206Z | sys 2:25.185491196 |
1341 | 2024-08-06T07:36:13.206Z | trap 0.408535337 |
1342 | 2024-08-06T07:36:13.206Z | tflt 5.332848981 |
1343 | 2024-08-06T07:36:13.206Z | dflt 6.282323545 |
1344 | 2024-08-06T07:36:13.206Z | kflt 0.213526119 |
1345 | 2024-08-06T07:36:13.206Z | lock 22:18.263726722 |
1346 | 2024-08-06T07:36:13.207Z | slp 45:34.768513621 |
1347 | 2024-08-06T07:36:13.207Z | lat 41.160551984 |
1348 | 2024-08-06T07:36:13.207Z | stop 1:40.841815274 |
1349 | 2024-08-06T07:36:13.207Z | + banner clippy |
1350 | 2024-08-06T07:36:13.207Z | |
1351 | 2024-08-06T07:36:13.207Z | #### # # ##### ##### # # |
1352 | 2024-08-06T07:36:13.207Z | # # # # # # # # # # |
1353 | 2024-08-06T07:36:13.207Z | # # # # # # # # |
1354 | 2024-08-06T07:36:13.207Z | # # # ##### ##### # |
1355 | 2024-08-06T07:36:13.207Z | # # # # # # # |
1356 | 2024-08-06T07:36:13.207Z | #### ###### # # # # |
1357 | 2024-08-06T07:36:13.207Z | |
1358 | 2024-08-06T07:36:13.210Z | + export CARGO_INCREMENTAL=0 |
1359 | 2024-08-06T07:36:13.210Z | + CARGO_INCREMENTAL=0 |
1360 | 2024-08-06T07:36:13.210Z | + ptime -m cargo xtask clippy |
1361 | 2024-08-06T07:36:13.730Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1362 | 2024-08-06T07:36:17.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
1363 | 2024-08-06T07:36:17.147Z | Running `target/debug/xtask clippy` |
1364 | 2024-08-06T07:36:17.166Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1365 | 2024-08-06T07:36:17.820Z | Downloading crates ... |
1366 | 2024-08-06T07:36:18.123Z | Downloaded anes v0.1.6 |
1367 | 2024-08-06T07:36:18.125Z | Downloaded criterion-plot v0.5.0 |
1368 | 2024-08-06T07:36:18.128Z | Downloaded dhcproto-macros v0.1.0 |
1369 | 2024-08-06T07:36:18.133Z | Downloaded md5 v0.7.0 |
1370 | 2024-08-06T07:36:18.133Z | Downloaded pathdiff v0.2.1 |
1371 | 2024-08-06T07:36:18.138Z | Downloaded tower-layer v0.3.2 |
1372 | 2024-08-06T07:36:18.148Z | Downloaded datatest-stable v0.2.9 |
1373 | 2024-08-06T07:36:18.151Z | Downloaded dirs-sys v0.4.1 |
1374 | 2024-08-06T07:36:18.154Z | Downloaded cast v0.3.0 |
1375 | 2024-08-06T07:36:18.157Z | Downloaded option-ext v0.2.0 |
1376 | 2024-08-06T07:36:18.157Z | Downloaded doc-comment v0.3.3 |
1377 | 2024-08-06T07:36:18.157Z | Downloaded nested v0.1.1 |
1378 | 2024-08-06T07:36:18.160Z | Downloaded russh-cryptovec v0.7.2 |
1379 | 2024-08-06T07:36:18.160Z | Downloaded http-body v1.0.0 |
1380 | 2024-08-06T07:36:18.163Z | Downloaded guppy-workspace-hack v0.1.0 |
1381 | 2024-08-06T07:36:18.166Z | Downloaded escape8259 v0.5.2 |
1382 | 2024-08-06T07:36:18.169Z | Downloaded yansi v0.5.1 |
1383 | 2024-08-06T07:36:18.169Z | Downloaded plotters-svg v0.3.5 |
1384 | 2024-08-06T07:36:18.172Z | Downloaded rfc6979 v0.4.0 |
1385 | 2024-08-06T07:36:18.175Z | Downloaded oorandom v11.1.3 |
1386 | 2024-08-06T07:36:18.175Z | Downloaded internet-checksum v0.2.1 |
1387 | 2024-08-06T07:36:18.180Z | Downloaded primeorder v0.13.6 |
1388 | 2024-08-06T07:36:18.183Z | Downloaded target-spec v3.2.1 |
1389 | 2024-08-06T07:36:18.186Z | Downloaded rand_chacha v0.2.2 |
1390 | 2024-08-06T07:36:18.186Z | Downloaded polyval v0.6.2 |
1391 | 2024-08-06T07:36:18.189Z | Downloaded plotters-backend v0.3.5 |
1392 | 2024-08-06T07:36:18.192Z | Downloaded pbkdf2 v0.12.2 |
1393 | 2024-08-06T07:36:18.192Z | Downloaded cbc v0.1.2 |
1394 | 2024-08-06T07:36:18.195Z | Downloaded blake2b_simd v1.0.2 |
1395 | 2024-08-06T07:36:18.195Z | Downloaded assert_cmd v2.0.15 |
1396 | 2024-08-06T07:36:18.198Z | Downloaded dirs v5.0.1 |
1397 | 2024-08-06T07:36:18.200Z | Downloaded blowfish v0.9.1 |
1398 | 2024-08-06T07:36:18.200Z | Downloaded bcrypt-pbkdf v0.10.0 |
1399 | 2024-08-06T07:36:18.201Z | Downloaded approx v0.5.1 |
1400 | 2024-08-06T07:36:18.203Z | Downloaded ghash v0.5.1 |
1401 | 2024-08-06T07:36:18.206Z | Downloaded rand_core v0.5.1 |
1402 | 2024-08-06T07:36:18.209Z | Downloaded threadpool v1.8.1 |
1403 | 2024-08-06T07:36:18.210Z | Downloaded rstest v0.19.0 |
1404 | 2024-08-06T07:36:18.214Z | Downloaded pbkdf2 v0.11.0 |
1405 | 2024-08-06T07:36:18.216Z | Downloaded tinytemplate v1.2.1 |
1406 | 2024-08-06T07:36:18.219Z | Downloaded similar-asserts v1.5.0 |
1407 | 2024-08-06T07:36:18.222Z | Downloaded relative-path v1.9.3 |
1408 | 2024-08-06T07:36:18.222Z | Downloaded rustls-native-certs v0.7.0 |
1409 | 2024-08-06T07:36:18.224Z | Downloaded russh-keys v0.43.0 |
1410 | 2024-08-06T07:36:18.227Z | Downloaded hex-literal v0.4.1 |
1411 | 2024-08-06T07:36:18.227Z | Downloaded partial-io v0.5.4 |
1412 | 2024-08-06T07:36:18.230Z | Downloaded ecdsa v0.16.9 |
1413 | 2024-08-06T07:36:18.233Z | Downloaded hyper-rustls v0.26.0 |
1414 | 2024-08-06T07:36:18.236Z | Downloaded httptest v0.15.5 |
1415 | 2024-08-06T07:36:18.236Z | Downloaded cfg-expr v0.16.0 |
1416 | 2024-08-06T07:36:18.239Z | Downloaded futures-timer v3.0.3 |
1417 | 2024-08-06T07:36:18.241Z | Downloaded target-lexicon v0.12.16 |
1418 | 2024-08-06T07:36:18.241Z | Downloaded password-hash v0.4.2 |
1419 | 2024-08-06T07:36:18.244Z | Downloaded libtest-mimic v0.7.3 |
1420 | 2024-08-06T07:36:18.247Z | Downloaded rust-argon2 v2.1.0 |
1421 | 2024-08-06T07:36:18.249Z | Downloaded ctr v0.9.2 |
1422 | 2024-08-06T07:36:18.249Z | Downloaded dhcproto v0.11.0 |
1423 | 2024-08-06T07:36:18.267Z | Downloaded getrandom v0.1.16 |
1424 | 2024-08-06T07:36:18.269Z | Downloaded trybuild v1.0.99 |
1425 | 2024-08-06T07:36:18.272Z | Downloaded rand_distr v0.4.3 |
1426 | 2024-08-06T07:36:18.275Z | Downloaded ed25519 v2.2.3 |
1427 | 2024-08-06T07:36:18.278Z | Downloaded p256 v0.13.2 |
1428 | 2024-08-06T07:36:18.281Z | Downloaded hyper-util v0.1.3 |
1429 | 2024-08-06T07:36:18.285Z | Downloaded rstest_macros v0.19.0 |
1430 | 2024-08-06T07:36:18.287Z | Downloaded fancy-regex v0.13.0 |
1431 | 2024-08-06T07:36:18.290Z | Downloaded ed25519-dalek v2.1.1 |
1432 | 2024-08-06T07:36:18.293Z | Downloaded pretty_assertions v1.4.0 |
1433 | 2024-08-06T07:36:18.310Z | Downloaded russh v0.43.0 |
1434 | 2024-08-06T07:36:18.315Z | Downloaded aes v0.8.4 |
1435 | 2024-08-06T07:36:18.318Z | Downloaded tower v0.4.13 |
1436 | 2024-08-06T07:36:18.326Z | Downloaded criterion v0.5.1 |
1437 | 2024-08-06T07:36:18.333Z | Downloaded rand v0.7.3 |
1438 | 2024-08-06T07:36:18.337Z | Downloaded plotters v0.3.5 |
1439 | 2024-08-06T07:36:18.345Z | Downloaded p521 v0.13.3 |
1440 | 2024-08-06T07:36:18.348Z | Downloaded hyper v1.3.1 |
1441 | 2024-08-06T07:36:18.354Z | Downloaded guppy v0.17.7 |
1442 | 2024-08-06T07:36:18.360Z | Downloaded aes-gcm v0.10.3 |
1443 | 2024-08-06T07:36:18.949Z | Checking cfg-if v1.0.0 |
1444 | 2024-08-06T07:36:19.009Z | Checking libc v0.2.155 |
1445 | 2024-08-06T07:36:19.027Z | Checking serde v1.0.204 |
1446 | 2024-08-06T07:36:19.030Z | Checking memchr v2.7.2 |
1447 | 2024-08-06T07:36:19.058Z | Checking scopeguard v1.2.0 |
1448 | 2024-08-06T07:36:19.061Z | Checking log v0.4.21 |
1449 | 2024-08-06T07:36:19.061Z | Checking itoa v1.0.11 |
1450 | 2024-08-06T07:36:19.108Z | Checking byteorder v1.5.0 |
1451 | 2024-08-06T07:36:19.129Z | Checking smallvec v1.13.2 |
1452 | 2024-08-06T07:36:19.182Z | Checking lock_api v0.4.12 |
1453 | 2024-08-06T07:36:19.283Z | Checking once_cell v1.19.0 |
1454 | 2024-08-06T07:36:19.374Z | Checking pin-project-lite v0.2.14 |
1455 | 2024-08-06T07:36:19.474Z | Checking zeroize v1.7.0 |
1456 | 2024-08-06T07:36:19.498Z | Checking libm v0.2.8 |
1457 | 2024-08-06T07:36:19.529Z | Checking ryu v1.0.18 |
1458 | 2024-08-06T07:36:19.581Z | Checking typenum v1.17.0 |
1459 | 2024-08-06T07:36:19.608Z | Checking spin v0.9.8 |
1460 | 2024-08-06T07:36:19.744Z | Checking futures-core v0.3.30 |
1461 | 2024-08-06T07:36:19.764Z | Checking thiserror v1.0.63 |
1462 | 2024-08-06T07:36:19.875Z | Checking zerocopy v0.7.34 |
1463 | 2024-08-06T07:36:19.899Z | Checking subtle v2.5.0 |
1464 | 2024-08-06T07:36:19.929Z | Checking futures-sink v0.3.30 |
1465 | 2024-08-06T07:36:19.954Z | Checking slab v0.4.9 |
1466 | 2024-08-06T07:36:20.063Z | Checking futures-channel v0.3.30 |
1467 | 2024-08-06T07:36:20.126Z | Checking getrandom v0.2.14 |
1468 | 2024-08-06T07:36:20.161Z | Checking parking_lot_core v0.9.10 |
1469 | 2024-08-06T07:36:20.214Z | Checking signal-hook-registry v1.4.2 |
1470 | 2024-08-06T07:36:20.387Z | Checking rand_core v0.6.4 |
1471 | 2024-08-06T07:36:20.423Z | Checking mio v0.8.11 |
1472 | 2024-08-06T07:36:20.445Z | Checking num-traits v0.2.19 |
1473 | 2024-08-06T07:36:20.466Z | Checking num_cpus v1.16.0 |
1474 | 2024-08-06T07:36:20.497Z | Checking parking_lot v0.12.2 |
1475 | 2024-08-06T07:36:20.588Z | Checking socket2 v0.5.7 |
1476 | 2024-08-06T07:36:20.671Z | Checking futures-task v0.3.30 |
1477 | 2024-08-06T07:36:20.801Z | Checking generic-array v0.14.7 |
1478 | 2024-08-06T07:36:20.831Z | Checking futures-io v0.3.30 |
1479 | 2024-08-06T07:36:20.912Z | Checking pin-utils v0.1.0 |
1480 | 2024-08-06T07:36:21.009Z | Checking futures-util v0.3.30 |
1481 | 2024-08-06T07:36:21.030Z | Checking const-oid v0.9.6 |
1482 | 2024-08-06T07:36:21.061Z | Checking allocator-api2 v0.2.18 |
1483 | 2024-08-06T07:36:21.092Z | Checking fnv v1.0.7 |
1484 | 2024-08-06T07:36:21.215Z | Checking iana-time-zone v0.1.60 |
1485 | 2024-08-06T07:36:21.241Z | Checking ahash v0.8.11 |
1486 | 2024-08-06T07:36:21.367Z | Checking equivalent v1.0.1 |
1487 | 2024-08-06T07:36:21.478Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1488 | 2024-08-06T07:36:21.717Z | Checking ppv-lite86 v0.2.17 |
1489 | 2024-08-06T07:36:21.764Z | Checking hashbrown v0.14.5 |
1490 | 2024-08-06T07:36:21.821Z | Checking tinyvec_macros v0.1.1 |
1491 | 2024-08-06T07:36:21.907Z | Checking tinyvec v1.6.0 |
1492 | 2024-08-06T07:36:21.977Z | Checking crypto-common v0.1.6 |
1493 | 2024-08-06T07:36:22.153Z | Checking block-buffer v0.10.4 |
1494 | 2024-08-06T07:36:22.168Z | Checking cpufeatures v0.2.12 |
1495 | 2024-08-06T07:36:22.263Z | Checking lazy_static v1.5.0 |
1496 | 2024-08-06T07:36:22.385Z | Checking unicode-bidi v0.3.15 |
1497 | 2024-08-06T07:36:22.415Z | Checking tracing-core v0.1.32 |
1498 | 2024-08-06T07:36:22.430Z | Checking rand_chacha v0.3.1 |
1499 | 2024-08-06T07:36:22.822Z | Checking rand v0.8.5 |
1500 | 2024-08-06T07:36:22.853Z | Checking digest v0.10.7 |
1501 | 2024-08-06T07:36:22.976Z | Checking dyn-clone v1.0.17 |
1502 | 2024-08-06T07:36:23.022Z | Checking regex-syntax v0.8.3 |
1503 | 2024-08-06T07:36:23.044Z | Checking tracing v0.1.40 |
1504 | 2024-08-06T07:36:23.125Z | Checking percent-encoding v2.3.1 |
1505 | 2024-08-06T07:36:23.251Z | Checking unicode-normalization v0.1.23 |
1506 | 2024-08-06T07:36:23.258Z | Checking errno v0.3.9 |
1507 | 2024-08-06T07:36:23.342Z | Checking aho-corasick v1.1.3 |
1508 | 2024-08-06T07:36:23.404Z | Checking unicode-ident v1.0.12 |
1509 | 2024-08-06T07:36:23.430Z | Checking form_urlencoded v1.2.1 |
1510 | 2024-08-06T07:36:23.576Z | Checking powerfmt v0.2.0 |
1511 | 2024-08-06T07:36:23.630Z | Checking unicode-width v0.1.13 |
1512 | 2024-08-06T07:36:23.817Z | Checking num-conv v0.1.0 |
1513 | 2024-08-06T07:36:23.838Z | Checking deranged v0.3.11 |
1514 | 2024-08-06T07:36:24.061Z | Checking num_threads v0.1.7 |
1515 | 2024-08-06T07:36:24.086Z | Checking bytes v1.7.1 |
1516 | 2024-08-06T07:36:24.110Z | Checking bitflags v2.6.0 |
1517 | 2024-08-06T07:36:24.156Z | Checking serde_json v1.0.122 |
1518 | 2024-08-06T07:36:24.179Z | Checking chrono v0.4.38 |
1519 | 2024-08-06T07:36:24.418Z | Checking uuid v1.10.0 |
1520 | 2024-08-06T07:36:24.923Z | Checking tokio v1.38.1 |
1521 | 2024-08-06T07:36:24.959Z | Checking indexmap v2.3.0 |
1522 | 2024-08-06T07:36:25.011Z | Checking rustix v0.38.34 |
1523 | 2024-08-06T07:36:25.643Z | Checking time-core v0.1.2 |
1524 | 2024-08-06T07:36:25.798Z | Checking time v0.3.36 |
1525 | 2024-08-06T07:36:25.820Z | Checking proc-macro2 v1.0.86 |
1526 | 2024-08-06T07:36:26.073Z | Checking httparse v1.8.0 |
1527 | 2024-08-06T07:36:26.170Z | Checking regex-automata v0.4.6 |
1528 | 2024-08-06T07:36:26.196Z | Checking adler v1.0.2 |
1529 | 2024-08-06T07:36:26.239Z | Checking schemars v0.8.21 |
1530 | 2024-08-06T07:36:26.349Z | Checking miniz_oxide v0.7.2 |
1531 | 2024-08-06T07:36:26.481Z | Checking http v0.2.12 |
1532 | 2024-08-06T07:36:26.501Z | Checking quote v1.0.36 |
1533 | 2024-08-06T07:36:26.852Z | Checking idna v0.5.0 |
1534 | 2024-08-06T07:36:27.005Z | Checking syn v2.0.72 |
1535 | 2024-08-06T07:36:27.058Z | Checking untrusted v0.9.0 |
1536 | 2024-08-06T07:36:27.220Z | Checking ring v0.17.8 |
1537 | 2024-08-06T07:36:27.747Z | Checking url v2.5.2 |
1538 | 2024-08-06T07:36:27.803Z | Checking base64ct v1.6.0 |
1539 | 2024-08-06T07:36:27.910Z | Checking try-lock v0.2.5 |
1540 | 2024-08-06T07:36:28.053Z | Checking want v0.3.1 |
1541 | 2024-08-06T07:36:28.235Z | Checking slog v2.7.0 |
1542 | 2024-08-06T07:36:28.265Z | Checking tower-service v0.3.2 |
1543 | 2024-08-06T07:36:28.290Z | Checking futures-executor v0.3.30 |
1544 | 2024-08-06T07:36:28.383Z | Checking gimli v0.28.1 |
1545 | 2024-08-06T07:36:28.528Z | Checking object v0.32.2 |
1546 | 2024-08-06T07:36:28.578Z | Checking rustc-demangle v0.1.24 |
1547 | 2024-08-06T07:36:28.689Z | Checking utf8parse v0.2.1 |
1548 | 2024-08-06T07:36:28.838Z | Checking httpdate v1.0.3 |
1549 | 2024-08-06T07:36:29.008Z | Checking base64 v0.21.7 |
1550 | 2024-08-06T07:36:29.086Z | Checking futures v0.3.30 |
1551 | 2024-08-06T07:36:29.127Z | Checking http-body v0.4.6 |
1552 | 2024-08-06T07:36:29.207Z | Checking foreign-types-shared v0.1.1 |
1553 | 2024-08-06T07:36:29.315Z | Checking openssl-probe v0.1.5 |
1554 | 2024-08-06T07:36:29.466Z | Checking foreign-types v0.3.2 |
1555 | 2024-08-06T07:36:29.487Z | Checking pem-rfc7468 v0.7.0 |
1556 | 2024-08-06T07:36:29.535Z | Checking openssl-sys v0.9.103 |
1557 | 2024-08-06T07:36:29.567Z | Checking anstyle v1.0.8 |
1558 | 2024-08-06T07:36:29.757Z | Checking flagset v0.4.5 |
1559 | 2024-08-06T07:36:29.943Z | Checking ipnet v2.9.0 |
1560 | 2024-08-06T07:36:29.969Z | Checking mime v0.3.17 |
1561 | 2024-08-06T07:36:30.300Z | Checking der v0.7.9 |
1562 | 2024-08-06T07:36:30.379Z | Checking semver v1.0.23 |
1563 | 2024-08-06T07:36:30.716Z | Checking regex v1.10.6 |
1564 | 2024-08-06T07:36:30.799Z | Checking either v1.12.0 |
1565 | 2024-08-06T07:36:30.865Z | Checking openssl v0.10.66 |
1566 | 2024-08-06T07:36:31.191Z | Checking rustls-webpki v0.101.7 |
1567 | 2024-08-06T07:36:31.330Z | Checking sct v0.7.1 |
1568 | 2024-08-06T07:36:31.534Z | Checking serde_spanned v0.6.7 |
1569 | 2024-08-06T07:36:31.722Z | Checking toml_datetime v0.6.8 |
1570 | 2024-08-06T07:36:31.848Z | Checking tokio-util v0.7.11 |
1571 | 2024-08-06T07:36:31.900Z | Checking crossbeam-utils v0.8.19 |
1572 | 2024-08-06T07:36:32.003Z | Checking data-encoding v2.6.0 |
1573 | 2024-08-06T07:36:32.102Z | Checking spki v0.7.3 |
1574 | 2024-08-06T07:36:32.138Z | Checking addr2line v0.21.0 |
1575 | 2024-08-06T07:36:32.386Z | Checking rustls v0.21.12 |
1576 | 2024-08-06T07:36:32.562Z | Checking anstyle-parse v0.2.4 |
1577 | 2024-08-06T07:36:32.619Z | Checking idna v0.3.0 |
1578 | 2024-08-06T07:36:32.688Z | Checking serde_urlencoded v0.7.1 |
1579 | 2024-08-06T07:36:32.709Z | Checking h2 v0.3.26 |
1580 | 2024-08-06T07:36:32.836Z | Checking scroll v0.12.0 |
1581 | 2024-08-06T07:36:33.090Z | Checking encoding_rs v0.8.34 |
1582 | 2024-08-06T07:36:33.345Z | Checking colorchoice v1.0.1 |
1583 | 2024-08-06T07:36:33.420Z | Checking plain v0.2.3 |
1584 | 2024-08-06T07:36:33.440Z | Checking anstyle-query v1.0.3 |
1585 | 2024-08-06T07:36:33.482Z | Checking ucd-trie v0.1.6 |
1586 | 2024-08-06T07:36:33.556Z | Checking psl-types v2.0.11 |
1587 | 2024-08-06T07:36:33.578Z | Checking is_terminal_polyfill v1.70.0 |
1588 | 2024-08-06T07:36:33.671Z | Checking bitflags v1.3.2 |
1589 | 2024-08-06T07:36:33.695Z | Checking anstream v0.6.14 |
1590 | 2024-08-06T07:36:33.725Z | Checking publicsuffix v2.2.3 |
1591 | 2024-08-06T07:36:33.771Z | Checking pest v2.7.10 |
1592 | 2024-08-06T07:36:33.958Z | Checking goblin v0.8.2 |
1593 | 2024-08-06T07:36:34.058Z | Checking pkcs8 v0.10.2 |
1594 | 2024-08-06T07:36:34.307Z | Checking cookie v0.17.0 |
1595 | 2024-08-06T07:36:34.613Z | Checking backtrace v0.3.71 |
1596 | 2024-08-06T07:36:34.724Z | Checking terminal_size v0.3.0 |
1597 | 2024-08-06T07:36:34.890Z | Checking sha2 v0.10.8 |
1598 | 2024-08-06T07:36:35.155Z | Checking anyhow v1.0.86 |
1599 | 2024-08-06T07:36:35.394Z | Checking hmac v0.12.1 |
1600 | 2024-08-06T07:36:35.423Z | Checking pretty-hex v0.4.1 |
1601 | 2024-08-06T07:36:35.540Z | Checking tokio-rustls v0.24.1 |
1602 | 2024-08-06T07:36:35.543Z | Checking clap_lex v0.7.0 |
1603 | 2024-08-06T07:36:35.600Z | Checking strsim v0.11.1 |
1604 | 2024-08-06T07:36:35.603Z | Checking cookie_store v0.20.0 |
1605 | 2024-08-06T07:36:35.807Z | Checking rustls-pemfile v1.0.4 |
1606 | 2024-08-06T07:36:35.871Z | Checking clap_builder v4.5.13 |
1607 | 2024-08-06T07:36:35.899Z | Checking num-integer v0.1.46 |
1608 | 2024-08-06T07:36:36.000Z | Checking thread-id v4.2.1 |
1609 | 2024-08-06T07:36:36.110Z | Checking sync_wrapper v0.1.2 |
1610 | 2024-08-06T07:36:36.223Z | Checking webpki-roots v0.25.4 |
1611 | 2024-08-06T07:36:36.246Z | Checking openapiv3 v2.0.0 |
1612 | 2024-08-06T07:36:36.268Z | Checking dtrace-parser v0.2.0 |
1613 | 2024-08-06T07:36:36.315Z | Checking native-tls v0.2.11 |
1614 | 2024-08-06T07:36:36.373Z | Checking block-padding v0.3.3 |
1615 | 2024-08-06T07:36:36.395Z | Checking memmap v0.7.0 |
1616 | 2024-08-06T07:36:36.595Z | Checking base64 v0.22.1 |
1617 | 2024-08-06T07:36:36.620Z | Checking inout v0.1.3 |
1618 | 2024-08-06T07:36:36.623Z | Checking tokio-native-tls v0.3.1 |
1619 | 2024-08-06T07:36:36.747Z | Checking stable_deref_trait v1.2.0 |
1620 | 2024-08-06T07:36:36.849Z | Checking cipher v0.4.4 |
1621 | 2024-08-06T07:36:36.872Z | Checking ipnetwork v0.20.0 |
1622 | 2024-08-06T07:36:36.896Z | Checking ff v0.13.0 |
1623 | 2024-08-06T07:36:37.075Z | Checking crc32fast v1.4.0 |
1624 | 2024-08-06T07:36:37.123Z | Checking bit-vec v0.6.3 |
1625 | 2024-08-06T07:36:37.217Z | Checking base16ct v0.2.0 |
1626 | 2024-08-06T07:36:37.246Z | Checking group v0.13.0 |
1627 | 2024-08-06T07:36:37.304Z | Checking hkdf v0.12.4 |
1628 | 2024-08-06T07:36:37.406Z | Checking sec1 v0.7.3 |
1629 | 2024-08-06T07:36:37.461Z | Checking crossbeam-epoch v0.9.18 |
1630 | 2024-08-06T07:36:37.506Z | Checking hex v0.4.3 |
1631 | 2024-08-06T07:36:37.508Z | Checking crypto-bigint v0.5.5 |
1632 | 2024-08-06T07:36:37.799Z | Checking winnow v0.5.40 |
1633 | 2024-08-06T07:36:37.893Z | Checking winnow v0.6.18 |
1634 | 2024-08-06T07:36:38.029Z | Checking managed v0.8.0 |
1635 | 2024-08-06T07:36:38.393Z | Checking unicode-segmentation v1.11.0 |
1636 | 2024-08-06T07:36:38.868Z | Checking hyper v0.14.30 |
1637 | 2024-08-06T07:36:38.891Z | Checking clap v4.5.13 |
1638 | 2024-08-06T07:36:38.937Z | Checking dof v0.3.0 |
1639 | 2024-08-06T07:36:39.011Z | Checking zerocopy v0.6.6 |
1640 | 2024-08-06T07:36:39.043Z | Checking flate2 v1.0.31 |
1641 | 2024-08-06T07:36:39.532Z | Checking usdt-impl v0.5.0 |
1642 | 2024-08-06T07:36:39.705Z | Checking num-iter v0.1.45 |
1643 | 2024-08-06T07:36:39.751Z | Checking signal-hook v0.3.17 |
1644 | 2024-08-06T07:36:39.772Z | Checking matches v0.1.10 |
1645 | 2024-08-06T07:36:39.859Z | Checking siphasher v0.3.11 |
1646 | 2024-08-06T07:36:39.883Z | Checking static_assertions v1.1.0 |
1647 | 2024-08-06T07:36:39.982Z | Checking idna v0.2.3 |
1648 | 2024-08-06T07:36:40.047Z | Checking usdt v0.5.0 |
1649 | 2024-08-06T07:36:40.074Z | Checking itertools v0.10.5 |
1650 | 2024-08-06T07:36:40.167Z | Checking regex-automata v0.1.10 |
1651 | 2024-08-06T07:36:40.293Z | Checking signal-hook-mio v0.2.3 |
1652 | 2024-08-06T07:36:40.354Z | Checking elliptic-curve v0.13.8 |
1653 | 2024-08-06T07:36:40.435Z | Checking bit-set v0.5.3 |
1654 | 2024-08-06T07:36:40.549Z | Checking bstr v0.2.17 |
1655 | 2024-08-06T07:36:40.704Z | Checking num-bigint v0.4.5 |
1656 | 2024-08-06T07:36:40.732Z | Checking toml_edit v0.22.20 |
1657 | 2024-08-06T07:36:40.815Z | Checking trust-dns-proto v0.22.0 |
1658 | 2024-08-06T07:36:40.844Z | Checking toml_edit v0.19.15 |
1659 | 2024-08-06T07:36:41.005Z | Checking itertools v0.12.1 |
1660 | 2024-08-06T07:36:41.356Z | Checking scheduled-thread-pool v0.2.7 |
1661 | 2024-08-06T07:36:41.584Z | Checking hash32 v0.2.1 |
1662 | 2024-08-06T07:36:41.900Z | Checking finl_unicode v1.2.0 |
1663 | 2024-08-06T07:36:42.407Z | Checking predicates-core v1.0.6 |
1664 | 2024-08-06T07:36:42.487Z | Checking stringprep v0.1.4 |
1665 | 2024-08-06T07:36:42.590Z | Checking heapless v0.7.17 |
1666 | 2024-08-06T07:36:42.761Z | Checking r2d2 v0.8.10 |
1667 | 2024-08-06T07:36:43.086Z | Checking crossterm v0.27.0 |
1668 | 2024-08-06T07:36:43.278Z | Checking bstr v1.9.1 |
1669 | 2024-08-06T07:36:43.359Z | Checking toml v0.7.8 |
1670 | 2024-08-06T07:36:43.393Z | Checking yasna v0.5.2 |
1671 | 2024-08-06T07:36:43.628Z | Checking console v0.15.8 |
1672 | 2024-08-06T07:36:43.652Z | Checking md-5 v0.10.6 |
1673 | 2024-08-06T07:36:43.872Z | Checking float-cmp v0.9.0 |
1674 | 2024-08-06T07:36:44.069Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1675 | 2024-08-06T07:36:44.092Z | Checking fixedbitset v0.4.2 |
1676 | 2024-08-06T07:36:44.173Z | Checking normalize-line-endings v0.3.0 |
1677 | 2024-08-06T07:36:44.202Z | Checking difflib v0.4.0 |
1678 | 2024-08-06T07:36:44.291Z | Checking fallible-iterator v0.2.0 |
1679 | 2024-08-06T07:36:44.318Z | Checking diesel v2.1.6 |
1680 | 2024-08-06T07:36:44.320Z | Checking smoltcp v0.9.1 |
1681 | 2024-08-06T07:36:44.356Z | Checking petgraph v0.6.5 |
1682 | 2024-08-06T07:36:44.504Z | Checking predicates v3.1.2 |
1683 | 2024-08-06T07:36:44.749Z | Checking similar v2.5.0 |
1684 | 2024-08-06T07:36:44.863Z | Checking phf_shared v0.10.0 |
1685 | 2024-08-06T07:36:44.886Z | Checking postgres-protocol v0.6.7 |
1686 | 2024-08-06T07:36:45.106Z | Checking hyper-rustls v0.24.2 |
1687 | 2024-08-06T07:36:45.146Z | Checking hyper-tls v0.5.0 |
1688 | 2024-08-06T07:36:45.174Z | Checking phf_shared v0.11.2 |
1689 | 2024-08-06T07:36:45.413Z | Checking tokio-stream v0.1.15 |
1690 | 2024-08-06T07:36:45.440Z | Checking reqwest v0.11.27 |
1691 | 2024-08-06T07:36:45.463Z | Checking fs-err v2.11.0 |
1692 | 2024-08-06T07:36:45.526Z | Checking hubpack v0.1.2 |
1693 | 2024-08-06T07:36:45.574Z | Checking precomputed-hash v0.1.1 |
1694 | 2024-08-06T07:36:45.684Z | Checking new_debug_unreachable v1.0.6 |
1695 | 2024-08-06T07:36:45.772Z | Checking minimal-lexical v0.2.1 |
1696 | 2024-08-06T07:36:45.794Z | Checking lalrpop-util v0.19.12 |
1697 | 2024-08-06T07:36:45.844Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1698 | 2024-08-06T07:36:46.002Z | Checking string_cache v0.8.7 |
1699 | 2024-08-06T07:36:46.073Z | Checking postgres-types v0.2.7 |
1700 | 2024-08-06T07:36:46.169Z | Checking phf v0.11.2 |
1701 | 2024-08-06T07:36:46.193Z | Checking nom v7.1.3 |
1702 | 2024-08-06T07:36:46.264Z | Checking whoami v1.5.1 |
1703 | 2024-08-06T07:36:46.435Z | Checking peg-runtime v0.8.3 |
1704 | 2024-08-06T07:36:46.562Z | Compiling regress v0.9.1 |
1705 | 2024-08-06T07:36:46.761Z | Checking tokio-postgres v0.7.11 |
1706 | 2024-08-06T07:36:46.794Z | Compiling getopts v0.2.21 |
1707 | 2024-08-06T07:36:47.109Z | Compiling unsafe-libyaml v0.2.11 |
1708 | 2024-08-06T07:36:47.599Z | Checking heck v0.5.0 |
1709 | 2024-08-06T07:36:47.736Z | Checking camino v1.1.7 |
1710 | 2024-08-06T07:36:48.320Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1711 | 2024-08-06T07:36:48.635Z | Compiling serde_yaml v0.9.34+deprecated |
1712 | 2024-08-06T07:36:49.095Z | Checking is-terminal v0.4.12 |
1713 | 2024-08-06T07:36:49.225Z | Compiling paste v1.0.15 |
1714 | 2024-08-06T07:36:49.432Z | Checking sha1 v0.10.6 |
1715 | 2024-08-06T07:36:49.629Z | Compiling ident_case v1.0.1 |
1716 | 2024-08-06T07:36:49.700Z | Compiling rustls v0.22.4 |
1717 | 2024-08-06T07:36:49.815Z | Compiling darling_core v0.20.9 |
1718 | 2024-08-06T07:36:50.013Z | Checking http v1.1.0 |
1719 | 2024-08-06T07:36:50.736Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1720 | 2024-08-06T07:36:51.076Z | Checking dirs-sys-next v0.1.2 |
1721 | 2024-08-06T07:36:51.265Z | Checking dirs-next v2.0.0 |
1722 | 2024-08-06T07:36:51.390Z | Checking strum v0.26.3 |
1723 | 2024-08-06T07:36:51.411Z | Checking crossbeam-channel v0.5.12 |
1724 | 2024-08-06T07:36:51.542Z | Checking thread_local v1.1.8 |
1725 | 2024-08-06T07:36:51.783Z | Checking term v0.7.0 |
1726 | 2024-08-06T07:36:51.806Z | Compiling multer v3.1.0 |
1727 | 2024-08-06T07:36:52.118Z | Checking take_mut v0.2.2 |
1728 | 2024-08-06T07:36:52.199Z | Checking slog-term v2.9.1 |
1729 | 2024-08-06T07:36:52.229Z | Compiling async-stream-impl v0.3.5 |
1730 | 2024-08-06T07:36:52.269Z | Checking slog-async v2.8.0 |
1731 | 2024-08-06T07:36:52.565Z | Checking rustls-pki-types v1.7.0 |
1732 | 2024-08-06T07:36:52.686Z | Checking match_cfg v0.1.0 |
1733 | 2024-08-06T07:36:52.782Z | Checking hostname v0.3.1 |
1734 | 2024-08-06T07:36:52.785Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1735 | 2024-08-06T07:36:52.946Z | Checking toml v0.8.19 |
1736 | 2024-08-06T07:36:53.005Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1737 | 2024-08-06T07:36:53.195Z | Checking rustls-webpki v0.102.4 |
1738 | 2024-08-06T07:36:53.649Z | Checking rustls-pemfile v2.1.3 |
1739 | 2024-08-06T07:36:53.695Z | Checking debug-ignore v1.0.5 |
1740 | 2024-08-06T07:36:53.724Z | Checking slog-json v2.6.1 |
1741 | 2024-08-06T07:36:53.842Z | Checking instant v0.1.12 |
1742 | 2024-08-06T07:36:53.893Z | Checking atomic-waker v1.1.2 |
1743 | 2024-08-06T07:36:53.955Z | Checking async-stream v0.3.5 |
1744 | 2024-08-06T07:36:54.001Z | Checking slog-bunyan v2.5.0 |
1745 | 2024-08-06T07:36:54.021Z | Checking waitgroup v0.1.2 |
1746 | 2024-08-06T07:36:54.164Z | Checking serde_path_to_error v0.1.16 |
1747 | 2024-08-06T07:36:54.166Z | Checking hostname v0.4.0 |
1748 | 2024-08-06T07:36:54.297Z | Checking fastrand v2.1.0 |
1749 | 2024-08-06T07:36:54.546Z | Compiling structmeta-derive v0.3.0 |
1750 | 2024-08-06T07:36:54.638Z | Checking tempfile v3.10.1 |
1751 | 2024-08-06T07:36:54.809Z | Checking quick-error v1.2.3 |
1752 | 2024-08-06T07:36:54.954Z | Checking newtype-uuid v1.1.0 |
1753 | 2024-08-06T07:36:55.011Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1754 | 2024-08-06T07:36:55.213Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1755 | 2024-08-06T07:36:55.803Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1756 | 2024-08-06T07:36:56.036Z | Checking macaddr v1.0.1 |
1757 | 2024-08-06T07:36:56.087Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1758 | 2024-08-06T07:36:56.221Z | Checking backoff v0.4.0 |
1759 | 2024-08-06T07:36:56.384Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1760 | 2024-08-06T07:36:56.521Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1761 | 2024-08-06T07:36:56.684Z | Checking wait-timeout v0.2.0 |
1762 | 2024-08-06T07:36:56.732Z | Checking rand_xorshift v0.3.0 |
1763 | 2024-08-06T07:36:56.867Z | Checking rusty-fork v0.3.0 |
1764 | 2024-08-06T07:36:56.889Z | Compiling darling_macro v0.20.9 |
1765 | 2024-08-06T07:36:56.907Z | Compiling structmeta-derive v0.2.0 |
1766 | 2024-08-06T07:36:57.097Z | Checking unarray v0.1.4 |
1767 | 2024-08-06T07:36:57.160Z | Compiling proc-macro-error v1.0.4 |
1768 | 2024-08-06T07:36:57.248Z | Checking proptest v1.4.0 |
1769 | 2024-08-06T07:36:57.602Z | Compiling structmeta v0.3.0 |
1770 | 2024-08-06T07:36:57.628Z | Checking tokio-rustls v0.25.0 |
1771 | 2024-08-06T07:36:57.799Z | Checking camino-tempfile v1.1.1 |
1772 | 2024-08-06T07:36:57.854Z | Compiling darling v0.20.9 |
1773 | 2024-08-06T07:36:58.021Z | Compiling serde_with_macros v3.8.3 |
1774 | 2024-08-06T07:36:58.080Z | Compiling parse-display-derive v0.9.1 |
1775 | 2024-08-06T07:36:58.118Z | Compiling proc-macro-crate v1.3.1 |
1776 | 2024-08-06T07:36:59.290Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1777 | 2024-08-06T07:36:59.690Z | Compiling num_enum_derive v0.5.11 |
1778 | 2024-08-06T07:36:59.960Z | Compiling structmeta v0.2.0 |
1779 | 2024-08-06T07:37:00.414Z | Compiling test-strategy v0.3.1 |
1780 | 2024-08-06T07:37:01.042Z | Checking serde_with v3.8.3 |
1781 | 2024-08-06T07:37:01.955Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1782 | 2024-08-06T07:37:02.021Z | Compiling foreign-types-macros v0.2.3 |
1783 | 2024-08-06T07:37:02.299Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1784 | 2024-08-06T07:37:02.365Z | Checking num_enum v0.5.11 |
1785 | 2024-08-06T07:37:02.513Z | Checking foreign-types-shared v0.3.1 |
1786 | 2024-08-06T07:37:02.772Z | Checking cstr-argument v0.1.2 |
1787 | 2024-08-06T07:37:02.812Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1788 | 2024-08-06T07:37:02.880Z | Checking parse-display v0.9.1 |
1789 | 2024-08-06T07:37:02.980Z | Checking pretty-hex v0.2.1 |
1790 | 2024-08-06T07:37:03.150Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1791 | 2024-08-06T07:37:03.172Z | Checking tabwriter v1.4.0 |
1792 | 2024-08-06T07:37:03.305Z | Checking foreign-types v0.5.0 |
1793 | 2024-08-06T07:37:03.411Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1794 | 2024-08-06T07:37:03.429Z | Checking colored v2.1.0 |
1795 | 2024-08-06T07:37:03.432Z | Checking socket2 v0.4.10 |
1796 | 2024-08-06T07:37:03.714Z | Checking smf v0.2.3 |
1797 | 2024-08-06T07:37:03.736Z | Compiling heapless v0.8.0 |
1798 | 2024-08-06T07:37:03.833Z | Checking termtree v0.4.1 |
1799 | 2024-08-06T07:37:03.905Z | Checking hash32 v0.3.1 |
1800 | 2024-08-06T07:37:04.040Z | Checking predicates-tree v1.0.9 |
1801 | 2024-08-06T07:37:04.102Z | Compiling smoltcp v0.11.0 |
1802 | 2024-08-06T07:37:04.140Z | Compiling crucible-workspace-hack v0.1.0 |
1803 | 2024-08-06T07:37:04.187Z | Checking cobs v0.2.3 |
1804 | 2024-08-06T07:37:04.361Z | Checking embedded-io v0.4.0 |
1805 | 2024-08-06T07:37:04.390Z | Checking sigpipe v0.1.3 |
1806 | 2024-08-06T07:37:04.410Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1807 | 2024-08-06T07:37:04.464Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1808 | 2024-08-06T07:37:04.546Z | Checking postcard v1.0.8 |
1809 | 2024-08-06T07:37:04.590Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1810 | 2024-08-06T07:37:04.632Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1811 | 2024-08-06T07:37:04.776Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1812 | 2024-08-06T07:37:04.839Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1813 | 2024-08-06T07:37:04.989Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1814 | 2024-08-06T07:37:05.248Z | Compiling num-derive v0.4.2 |
1815 | 2024-08-06T07:37:05.325Z | Compiling mockall_derive v0.12.1 |
1816 | 2024-08-06T07:37:05.459Z | Checking downcast v0.11.0 |
1817 | 2024-08-06T07:37:05.673Z | Checking fragile v2.0.0 |
1818 | 2024-08-06T07:37:05.942Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1819 | 2024-08-06T07:37:06.279Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1820 | 2024-08-06T07:37:06.346Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1821 | 2024-08-06T07:37:06.531Z | Checking humantime v2.1.0 |
1822 | 2024-08-06T07:37:06.742Z | Checking newline-converter v0.3.0 |
1823 | 2024-08-06T07:37:06.829Z | Checking arc-swap v1.7.1 |
1824 | 2024-08-06T07:37:06.894Z | Checking expectorate v1.1.0 |
1825 | 2024-08-06T07:37:07.056Z | Checking xattr v1.3.1 |
1826 | 2024-08-06T07:37:07.091Z | Checking filetime v0.2.23 |
1827 | 2024-08-06T07:37:07.246Z | Checking termcolor v1.4.1 |
1828 | 2024-08-06T07:37:07.268Z | Checking slog-scope v4.4.0 |
1829 | 2024-08-06T07:37:07.291Z | Checking tar v0.4.41 |
1830 | 2024-08-06T07:37:07.457Z | Checking slog-stdlog v4.1.1 |
1831 | 2024-08-06T07:37:07.634Z | Checking slog-envlogger v2.2.0 |
1832 | 2024-08-06T07:37:07.656Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1833 | 2024-08-06T07:37:07.676Z | Compiling derive-where v1.2.7 |
1834 | 2024-08-06T07:37:07.849Z | Checking same-file v1.0.6 |
1835 | 2024-08-06T07:37:08.034Z | Checking walkdir v2.5.0 |
1836 | 2024-08-06T07:37:08.086Z | Checking utf-8 v0.7.6 |
1837 | 2024-08-06T07:37:08.147Z | Checking password-hash v0.5.0 |
1838 | 2024-08-06T07:37:08.305Z | Checking blake2 v0.10.6 |
1839 | 2024-08-06T07:37:08.325Z | Checking atty v0.2.14 |
1840 | 2024-08-06T07:37:08.620Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-06T07:37:08.773Z | Checking argon2 v0.5.3 |
1842 | 2024-08-06T07:37:09.001Z | Checking tungstenite v0.21.0 |
1843 | 2024-08-06T07:37:09.154Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1844 | 2024-08-06T07:37:09.418Z | Checking pem v3.0.4 |
1845 | 2024-08-06T07:37:09.693Z | Compiling convert_case v0.4.0 |
1846 | 2024-08-06T07:37:09.902Z | Checking tokio-tungstenite v0.21.0 |
1847 | 2024-08-06T07:37:10.063Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1848 | 2024-08-06T07:37:10.208Z | Checking tungstenite v0.20.1 |
1849 | 2024-08-06T07:37:10.375Z | Checking env_logger v0.9.3 |
1850 | 2024-08-06T07:37:10.657Z | Compiling derive_more v0.99.18 |
1851 | 2024-08-06T07:37:10.808Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1852 | 2024-08-06T07:37:11.109Z | Checking tokio-tungstenite v0.20.1 |
1853 | 2024-08-06T07:37:11.159Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-06T07:37:11.280Z | Compiling bitstruct_derive v0.1.0 |
1855 | 2024-08-06T07:37:11.349Z | Checking ascii v1.1.0 |
1856 | 2024-08-06T07:37:11.591Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-08-06T07:37:11.752Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-08-06T07:37:11.773Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1859 | 2024-08-06T07:37:11.794Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1860 | 2024-08-06T07:37:12.000Z | Checking atomicwrites v0.4.3 |
1861 | 2024-08-06T07:37:12.066Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-08-06T07:37:12.199Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1863 | 2024-08-06T07:37:12.347Z | Checking serde_arrays v0.1.0 |
1864 | 2024-08-06T07:37:12.463Z | Checking erased-serde v0.3.31 |
1865 | 2024-08-06T07:37:12.504Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1866 | 2024-08-06T07:37:12.656Z | Compiling heck v0.3.3 |
1867 | 2024-08-06T07:37:12.675Z | Checking bitstruct v0.1.1 |
1868 | 2024-08-06T07:37:12.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1869 | 2024-08-06T07:37:12.840Z | Compiling rayon-core v1.12.1 |
1870 | 2024-08-06T07:37:13.109Z | Checking headers-core v0.2.0 |
1871 | 2024-08-06T07:37:13.129Z | Compiling zone_cfg_derive v0.1.2 |
1872 | 2024-08-06T07:37:13.183Z | Checking base64 v0.13.1 |
1873 | 2024-08-06T07:37:13.266Z | Checking headers v0.3.9 |
1874 | 2024-08-06T07:37:13.483Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-08-06T07:37:13.524Z | Checking mockall v0.12.1 |
1876 | 2024-08-06T07:37:13.583Z | Checking ron v0.7.1 |
1877 | 2024-08-06T07:37:13.602Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1878 | 2024-08-06T07:37:13.742Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1879 | 2024-08-06T07:37:14.632Z | Checking zone v0.1.8 |
1880 | 2024-08-06T07:37:14.738Z | Checking portpicker v0.1.1 |
1881 | 2024-08-06T07:37:14.884Z | Checking half v2.4.1 |
1882 | 2024-08-06T07:37:15.271Z | Checking ciborium-io v0.2.2 |
1883 | 2024-08-06T07:37:15.354Z | Checking rcgen v0.12.1 |
1884 | 2024-08-06T07:37:15.397Z | Checking ciborium-ll v0.2.2 |
1885 | 2024-08-06T07:37:15.728Z | Checking subprocess v0.2.9 |
1886 | 2024-08-06T07:37:15.775Z | Checking ciborium v0.2.2 |
1887 | 2024-08-06T07:37:16.010Z | Compiling prettyplease v0.2.20 |
1888 | 2024-08-06T07:37:16.030Z | Checking swrite v0.1.0 |
1889 | 2024-08-06T07:37:16.157Z | Compiling home v0.5.9 |
1890 | 2024-08-06T07:37:16.252Z | Compiling semver v0.1.20 |
1891 | 2024-08-06T07:37:16.357Z | Checking linked-hash-map v0.5.6 |
1892 | 2024-08-06T07:37:16.398Z | Compiling blake3 v1.5.1 |
1893 | 2024-08-06T07:37:16.568Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1894 | 2024-08-06T07:37:16.688Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1895 | 2024-08-06T07:37:16.759Z | Compiling rustc_version v0.1.7 |
1896 | 2024-08-06T07:37:16.859Z | Checking lru-cache v0.1.2 |
1897 | 2024-08-06T07:37:16.896Z | Compiling ring v0.16.20 |
1898 | 2024-08-06T07:37:17.018Z | Compiling cancel-safe-futures v0.1.5 |
1899 | 2024-08-06T07:37:17.219Z | Compiling newtype_derive v0.1.6 |
1900 | 2024-08-06T07:37:17.416Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1901 | 2024-08-06T07:37:17.718Z | Checking steno v0.4.1 |
1902 | 2024-08-06T07:37:18.138Z | Checking num-rational v0.4.2 |
1903 | 2024-08-06T07:37:18.586Z | Checking num-complex v0.4.6 |
1904 | 2024-08-06T07:37:18.801Z | Checking float-ord v0.3.2 |
1905 | 2024-08-06T07:37:18.956Z | Checking resolv-conf v0.7.0 |
1906 | 2024-08-06T07:37:19.501Z | Checking num v0.4.3 |
1907 | 2024-08-06T07:37:19.567Z | Compiling slog-dtrace v0.3.0 |
1908 | 2024-08-06T07:37:19.953Z | Checking trust-dns-resolver v0.22.0 |
1909 | 2024-08-06T07:37:19.986Z | Checking libsw v3.3.1 |
1910 | 2024-08-06T07:37:20.885Z | Checking linear-map v1.2.0 |
1911 | 2024-08-06T07:37:20.923Z | Checking owo-colors v4.0.0 |
1912 | 2024-08-06T07:37:21.899Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1913 | 2024-08-06T07:37:22.462Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-08-06T07:37:22.758Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-08-06T07:37:22.830Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1916 | 2024-08-06T07:37:23.486Z | Compiling crossbeam-deque v0.8.5 |
1917 | 2024-08-06T07:37:25.563Z | Compiling memmap2 v0.9.4 |
1918 | 2024-08-06T07:37:25.780Z | Compiling untrusted v0.7.1 |
1919 | 2024-08-06T07:37:25.974Z | Compiling rayon v1.10.0 |
1920 | 2024-08-06T07:37:26.034Z | Compiling constant_time_eq v0.3.0 |
1921 | 2024-08-06T07:37:26.218Z | Compiling arrayvec v0.7.4 |
1922 | 2024-08-06T07:37:26.636Z | Compiling spin v0.5.2 |
1923 | 2024-08-06T07:37:26.861Z | Compiling arrayref v0.3.7 |
1924 | 2024-08-06T07:37:27.020Z | Compiling toolchain_find v0.4.0 |
1925 | 2024-08-06T07:37:27.368Z | Compiling topological-sort v0.2.2 |
1926 | 2024-08-06T07:37:27.458Z | Compiling rustfmt-wrapper v0.2.1 |
1927 | 2024-08-06T07:37:27.573Z | Checking display-error-chain v0.2.0 |
1928 | 2024-08-06T07:37:27.693Z | Checking nibble_vec v0.1.0 |
1929 | 2024-08-06T07:37:27.725Z | Checking endian-type v0.1.2 |
1930 | 2024-08-06T07:37:27.899Z | Checking signature v2.2.0 |
1931 | 2024-08-06T07:37:27.961Z | Checking radix_trie v0.2.1 |
1932 | 2024-08-06T07:37:28.080Z | Checking gethostname v0.5.0 |
1933 | 2024-08-06T07:37:28.117Z | Compiling libefi-sys v0.1.0 |
1934 | 2024-08-06T07:37:28.215Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1935 | 2024-08-06T07:37:28.396Z | Compiling bitfield-struct v0.6.1 |
1936 | 2024-08-06T07:37:28.721Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1937 | 2024-08-06T07:37:28.846Z | Checking fxhash v0.2.1 |
1938 | 2024-08-06T07:37:29.018Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1939 | 2024-08-06T07:37:29.038Z | Checking keccak v0.1.5 |
1940 | 2024-08-06T07:37:29.353Z | Checking sha3 v0.10.8 |
1941 | 2024-08-06T07:37:29.374Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1942 | 2024-08-06T07:37:29.626Z | Checking secrecy v0.8.0 |
1943 | 2024-08-06T07:37:29.774Z | Checking maplit v1.0.2 |
1944 | 2024-08-06T07:37:29.839Z | Checking glob v0.3.1 |
1945 | 2024-08-06T07:37:29.887Z | Compiling radium v0.7.0 |
1946 | 2024-08-06T07:37:29.908Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1947 | 2024-08-06T07:37:30.158Z | Checking universal-hash v0.5.1 |
1948 | 2024-08-06T07:37:30.349Z | Compiling curve25519-dalek v4.1.3 |
1949 | 2024-08-06T07:37:30.397Z | Checking tap v1.0.1 |
1950 | 2024-08-06T07:37:30.486Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1951 | 2024-08-06T07:37:30.525Z | Checking opaque-debug v0.3.1 |
1952 | 2024-08-06T07:37:30.561Z | Compiling maybe-uninit v2.0.0 |
1953 | 2024-08-06T07:37:30.622Z | Checking wyz v0.5.1 |
1954 | 2024-08-06T07:37:30.977Z | Compiling omicron-zone-package v0.11.0 |
1955 | 2024-08-06T07:37:31.023Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1956 | 2024-08-06T07:37:31.043Z | Compiling curve25519-dalek-derive v0.1.1 |
1957 | 2024-08-06T07:37:31.108Z | Compiling num-bigint-dig v0.8.4 |
1958 | 2024-08-06T07:37:31.157Z | Compiling packed_struct v0.10.1 |
1959 | 2024-08-06T07:37:31.417Z | Checking funty v2.0.0 |
1960 | 2024-08-06T07:37:31.497Z | Checking crc-catalog v2.4.0 |
1961 | 2024-08-06T07:37:31.648Z | Checking crc v3.2.1 |
1962 | 2024-08-06T07:37:31.802Z | Compiling packed_struct_codegen v0.10.1 |
1963 | 2024-08-06T07:37:32.111Z | Compiling async-recursion v1.1.1 |
1964 | 2024-08-06T07:37:32.259Z | Compiling indexmap v1.9.3 |
1965 | 2024-08-06T07:37:32.384Z | Checking bitvec v1.0.1 |
1966 | 2024-08-06T07:37:32.584Z | Checking nodrop v0.1.14 |
1967 | 2024-08-06T07:37:32.700Z | Checking array-init v0.0.4 |
1968 | 2024-08-06T07:37:33.861Z | Checking smallvec v0.6.14 |
1969 | 2024-08-06T07:37:33.956Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1970 | 2024-08-06T07:37:34.273Z | Checking pkcs1 v0.7.5 |
1971 | 2024-08-06T07:37:34.527Z | Checking aead v0.5.2 |
1972 | 2024-08-06T07:37:34.657Z | Compiling parking_lot_core v0.8.6 |
1973 | 2024-08-06T07:37:34.676Z | Checking bitfield v0.14.0 |
1974 | 2024-08-06T07:37:34.709Z | Checking hashbrown v0.12.3 |
1975 | 2024-08-06T07:37:34.746Z | Checking serde-hex v0.1.0 |
1976 | 2024-08-06T07:37:34.941Z | Checking bzip2 v0.4.4 |
1977 | 2024-08-06T07:37:35.186Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1978 | 2024-08-06T07:37:35.246Z | Checking poly1305 v0.8.0 |
1979 | 2024-08-06T07:37:35.441Z | Checking env_logger v0.10.2 |
1980 | 2024-08-06T07:37:35.750Z | Checking chacha20 v0.9.1 |
1981 | 2024-08-06T07:37:35.872Z | Checking x509-cert v0.2.5 |
1982 | 2024-08-06T07:37:36.026Z | Checking rsa v0.9.6 |
1983 | 2024-08-06T07:37:36.117Z | Checking ron v0.8.1 |
1984 | 2024-08-06T07:37:36.476Z | Checking hashbrown v0.13.2 |
1985 | 2024-08-06T07:37:37.137Z | Compiling thiserror-impl-no-std v2.0.2 |
1986 | 2024-08-06T07:37:37.366Z | Checking crc-any v2.5.0 |
1987 | 2024-08-06T07:37:37.388Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1988 | 2024-08-06T07:37:37.488Z | Checking zip v0.6.6 |
1989 | 2024-08-06T07:37:37.509Z | Checking object v0.30.4 |
1990 | 2024-08-06T07:37:37.714Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1991 | 2024-08-06T07:37:38.035Z | Checking path-slash v0.1.5 |
1992 | 2024-08-06T07:37:38.093Z | Checking parking_lot v0.11.2 |
1993 | 2024-08-06T07:37:38.170Z | Checking chacha20poly1305 v0.10.1 |
1994 | 2024-08-06T07:37:38.274Z | Checking trust-dns-client v0.22.0 |
1995 | 2024-08-06T07:37:38.352Z | Checking toml v0.5.11 |
1996 | 2024-08-06T07:37:38.425Z | Checking sled v0.34.7 |
1997 | 2024-08-06T07:37:38.753Z | Compiling buf-list v1.0.3 |
1998 | 2024-08-06T07:37:39.089Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1999 | 2024-08-06T07:37:39.449Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2000 | 2024-08-06T07:37:39.794Z | Compiling unicase v2.7.0 |
2001 | 2024-08-06T07:37:39.820Z | Checking nanorand v0.7.0 |
2002 | 2024-08-06T07:37:39.840Z | Checking trust-dns-server v0.22.1 |
2003 | 2024-08-06T07:37:40.313Z | Checking flume v0.11.0 |
2004 | 2024-08-06T07:37:40.351Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2005 | 2024-08-06T07:37:40.569Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2006 | 2024-08-06T07:37:40.625Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2007 | 2024-08-06T07:37:40.830Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2008 | 2024-08-06T07:37:41.152Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2009 | 2024-08-06T07:37:42.098Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2010 | 2024-08-06T07:37:42.329Z | Checking thiserror-no-std v2.0.2 |
2011 | 2024-08-06T07:37:42.450Z | Checking vsss-rs v3.3.4 |
2012 | 2024-08-06T07:37:43.485Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2013 | 2024-08-06T07:37:44.663Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2014 | 2024-08-06T07:37:45.197Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2015 | 2024-08-06T07:37:45.259Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2016 | 2024-08-06T07:37:45.789Z | Checking kstat-rs v0.2.4 |
2017 | 2024-08-06T07:37:46.135Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2018 | 2024-08-06T07:37:47.210Z | Compiling vte_generate_state_changes v0.1.1 |
2019 | 2024-08-06T07:37:47.352Z | Compiling mime_guess v2.0.4 |
2020 | 2024-08-06T07:37:47.421Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2021 | 2024-08-06T07:37:47.865Z | Checking vte v0.11.1 |
2022 | 2024-08-06T07:37:48.728Z | Checking fd-lock v4.0.2 |
2023 | 2024-08-06T07:37:48.927Z | Compiling pin-project-internal v1.1.5 |
2024 | 2024-08-06T07:37:49.298Z | Checking strip-ansi-escapes v0.2.0 |
2025 | 2024-08-06T07:37:49.422Z | Checking nu-ansi-term v0.50.0 |
2026 | 2024-08-06T07:37:49.839Z | Checking reedline v0.31.0 |
2027 | 2024-08-06T07:37:50.098Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2028 | 2024-08-06T07:37:50.189Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2029 | 2024-08-06T07:37:50.446Z | Checking http-range v0.1.5 |
2030 | 2024-08-06T07:37:50.643Z | Compiling crunchy v0.2.2 |
2031 | 2024-08-06T07:37:51.224Z | Checking hyper-staticfile v0.9.5 |
2032 | 2024-08-06T07:37:51.655Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2033 | 2024-08-06T07:37:51.734Z | Compiling clang-sys v1.7.0 |
2034 | 2024-08-06T07:37:52.096Z | Checking pin-project v1.1.5 |
2035 | 2024-08-06T07:37:52.150Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2036 | 2024-08-06T07:37:52.432Z | Compiling tiny-keccak v2.0.2 |
2037 | 2024-08-06T07:37:52.667Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2038 | 2024-08-06T07:37:52.754Z | Checking bytecount v0.6.8 |
2039 | 2024-08-06T07:37:52.781Z | Compiling ref-cast v1.0.23 |
2040 | 2024-08-06T07:37:52.903Z | Checking papergrid v0.11.0 |
2041 | 2024-08-06T07:37:53.460Z | Compiling ascii-canvas v3.0.0 |
2042 | 2024-08-06T07:37:53.625Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2043 | 2024-08-06T07:37:53.916Z | Compiling tabled_derive v0.7.0 |
2044 | 2024-08-06T07:37:54.063Z | Compiling ena v0.14.3 |
2045 | 2024-08-06T07:37:54.392Z | Compiling ref-cast-impl v1.0.23 |
2046 | 2024-08-06T07:37:54.436Z | Compiling libloading v0.8.3 |
2047 | 2024-08-06T07:37:54.865Z | Compiling regex-syntax v0.6.29 |
2048 | 2024-08-06T07:37:55.549Z | Compiling diff v0.1.13 |
2049 | 2024-08-06T07:37:56.181Z | Compiling cfg_aliases v0.1.1 |
2050 | 2024-08-06T07:37:56.190Z | Compiling bindgen v0.69.4 |
2051 | 2024-08-06T07:37:56.292Z | Compiling nix v0.28.0 |
2052 | 2024-08-06T07:37:56.510Z | Checking tabled v0.15.0 |
2053 | 2024-08-06T07:37:57.160Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2054 | 2024-08-06T07:37:57.179Z | Compiling which v4.4.2 |
2055 | 2024-08-06T07:37:57.796Z | Compiling cexpr v0.6.0 |
2056 | 2024-08-06T07:37:59.565Z | Compiling lalrpop v0.19.12 |
2057 | 2024-08-06T07:37:59.658Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2058 | 2024-08-06T07:38:00.662Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2059 | 2024-08-06T07:38:02.879Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2060 | 2024-08-06T07:38:04.849Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2061 | 2024-08-06T07:38:05.893Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2062 | 2024-08-06T07:38:06.622Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2063 | 2024-08-06T07:38:06.940Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2064 | 2024-08-06T07:38:07.155Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2065 | 2024-08-06T07:38:07.185Z | Compiling snafu-derive v0.8.2 |
2066 | 2024-08-06T07:38:07.351Z | Compiling rustc-hash v1.1.0 |
2067 | 2024-08-06T07:38:07.513Z | Compiling lazycell v1.3.0 |
2068 | 2024-08-06T07:38:07.701Z | Compiling shlex v1.3.0 |
2069 | 2024-08-06T07:38:09.576Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2070 | 2024-08-06T07:38:09.890Z | Compiling derive_builder_core v0.20.0 |
2071 | 2024-08-06T07:38:11.509Z | Checking globset v0.4.14 |
2072 | 2024-08-06T07:38:11.600Z | Checking olpc-cjson v0.1.3 |
2073 | 2024-08-06T07:38:11.838Z | Checking serde_plain v1.0.2 |
2074 | 2024-08-06T07:38:12.003Z | Compiling libxml v0.3.3 |
2075 | 2024-08-06T07:38:12.088Z | Checking typed-path v0.7.1 |
2076 | 2024-08-06T07:38:12.325Z | Compiling derive_builder_macro v0.20.0 |
2077 | 2024-08-06T07:38:12.852Z | Checking snafu v0.8.2 |
2078 | 2024-08-06T07:38:13.253Z | Compiling peg-macros v0.8.4 |
2079 | 2024-08-06T07:38:13.364Z | Compiling strum_macros v0.24.3 |
2080 | 2024-08-06T07:38:14.002Z | Checking tough v0.17.1 |
2081 | 2024-08-06T07:38:15.031Z | Compiling sqlparser_derive v0.2.2 |
2082 | 2024-08-06T07:38:15.578Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2083 | 2024-08-06T07:38:16.165Z | Compiling cookie v0.18.1 |
2084 | 2024-08-06T07:38:16.485Z | Checking parse-size v1.0.0 |
2085 | 2024-08-06T07:38:16.660Z | Checking unicode_categories v0.1.1 |
2086 | 2024-08-06T07:38:16.821Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2087 | 2024-08-06T07:38:16.984Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2088 | 2024-08-06T07:38:17.023Z | Compiling indoc v1.0.9 |
2089 | 2024-08-06T07:38:17.345Z | Checking rustyline v14.0.0 |
2090 | 2024-08-06T07:38:17.635Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2091 | 2024-08-06T07:38:18.077Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2092 | 2024-08-06T07:38:18.741Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2093 | 2024-08-06T07:38:19.113Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2094 | 2024-08-06T07:38:19.631Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2095 | 2024-08-06T07:38:19.884Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2096 | 2024-08-06T07:38:19.943Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2097 | 2024-08-06T07:38:20.288Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2098 | 2024-08-06T07:38:20.737Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2099 | 2024-08-06T07:38:22.288Z | Checking peg v0.8.4 |
2100 | 2024-08-06T07:38:22.402Z | Checking sqlformat v0.2.4 |
2101 | 2024-08-06T07:38:22.502Z | Checking sqlparser v0.45.0 |
2102 | 2024-08-06T07:38:22.559Z | Checking derive_builder v0.20.0 |
2103 | 2024-08-06T07:38:22.969Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2104 | 2024-08-06T07:38:24.679Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2105 | 2024-08-06T07:38:25.615Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2106 | 2024-08-06T07:38:25.951Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2107 | 2024-08-06T07:38:26.162Z | Checking quick-xml v0.31.0 |
2108 | 2024-08-06T07:38:26.264Z | Checking bcs v0.1.6 |
2109 | 2024-08-06T07:38:26.731Z | Compiling impl-trait-for-tuples v0.2.2 |
2110 | 2024-08-06T07:38:27.098Z | Compiling oso-derive v0.27.3 |
2111 | 2024-08-06T07:38:28.219Z | Compiling memoffset v0.9.1 |
2112 | 2024-08-06T07:38:28.249Z | Checking highway v1.1.0 |
2113 | 2024-08-06T07:38:28.714Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2114 | 2024-08-06T07:38:29.184Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2115 | 2024-08-06T07:38:31.044Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2116 | 2024-08-06T07:38:31.411Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2117 | 2024-08-06T07:38:31.443Z | Checking bb8 v0.8.5 |
2118 | 2024-08-06T07:38:31.446Z | Compiling const_format_proc_macros v0.2.32 |
2119 | 2024-08-06T07:38:31.721Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2120 | 2024-08-06T07:38:31.930Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2121 | 2024-08-06T07:38:32.068Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2122 | 2024-08-06T07:38:32.154Z | Checking nix v0.27.1 |
2123 | 2024-08-06T07:38:32.910Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2124 | 2024-08-06T07:38:33.166Z | Checking serde-big-array v0.5.1 |
2125 | 2024-08-06T07:38:33.402Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2126 | 2024-08-06T07:38:33.682Z | Checking const_format v0.2.32 |
2127 | 2024-08-06T07:38:34.161Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2128 | 2024-08-06T07:38:35.191Z | Checking signal-hook-tokio v0.3.1 |
2129 | 2024-08-06T07:38:35.376Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2130 | 2024-08-06T07:38:35.476Z | Checking heck v0.4.1 |
2131 | 2024-08-06T07:38:35.643Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2132 | 2024-08-06T07:38:35.704Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2133 | 2024-08-06T07:38:36.086Z | Checking assert_matches v1.5.0 |
2134 | 2024-08-06T07:38:36.107Z | Compiling portable-atomic v1.6.0 |
2135 | 2024-08-06T07:38:36.189Z | Checking itertools v0.13.0 |
2136 | 2024-08-06T07:38:36.243Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2137 | 2024-08-06T07:38:38.313Z | Checking rand_seeder v0.3.0 |
2138 | 2024-08-06T07:38:38.551Z | Checking number_prefix v0.4.0 |
2139 | 2024-08-06T07:38:38.652Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2140 | 2024-08-06T07:38:38.749Z | Checking indicatif v0.17.8 |
2141 | 2024-08-06T07:38:38.905Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2142 | 2024-08-06T07:38:39.150Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2143 | 2024-08-06T07:38:39.527Z | Checking is_ci v1.2.0 |
2144 | 2024-08-06T07:38:39.553Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2145 | 2024-08-06T07:38:39.678Z | Checking supports-color v3.0.0 |
2146 | 2024-08-06T07:38:39.698Z | Checking castaway v0.2.2 |
2147 | 2024-08-06T07:38:39.869Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2148 | 2024-08-06T07:38:39.873Z | Checking compact_str v0.7.1 |
2149 | 2024-08-06T07:38:39.905Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2150 | 2024-08-06T07:38:40.162Z | Checking unicode-truncate v1.0.0 |
2151 | 2024-08-06T07:38:40.208Z | Checking lru v0.12.3 |
2152 | 2024-08-06T07:38:40.396Z | Compiling stability v0.2.0 |
2153 | 2024-08-06T07:38:40.512Z | Checking cassowary v0.3.0 |
2154 | 2024-08-06T07:38:40.596Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2155 | 2024-08-06T07:38:40.623Z | Checking smawk v0.3.2 |
2156 | 2024-08-06T07:38:40.823Z | Checking unicode-linebreak v0.1.5 |
2157 | 2024-08-06T07:38:40.908Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2158 | 2024-08-06T07:38:41.042Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2159 | 2024-08-06T07:38:41.230Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2160 | 2024-08-06T07:38:41.451Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2161 | 2024-08-06T07:38:41.738Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2162 | 2024-08-06T07:38:41.787Z | Checking ratatui v0.27.0 |
2163 | 2024-08-06T07:38:42.957Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2164 | 2024-08-06T07:38:43.015Z | Checking textwrap v0.16.1 |
2165 | 2024-08-06T07:38:43.465Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2166 | 2024-08-06T07:38:44.685Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2167 | 2024-08-06T07:38:44.717Z | Checking fatfs v0.3.6 |
2168 | 2024-08-06T07:38:45.065Z | Checking csv-core v0.1.11 |
2169 | 2024-08-06T07:38:45.392Z | Checking shell-words v1.1.0 |
2170 | 2024-08-06T07:38:45.584Z | Checking csv v1.3.0 |
2171 | 2024-08-06T07:38:45.822Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2172 | 2024-08-06T07:38:46.372Z | Checking cargo-platform v0.1.8 |
2173 | 2024-08-06T07:38:46.484Z | Checking rtoolbox v0.0.2 |
2174 | 2024-08-06T07:38:46.672Z | Compiling getrandom v0.1.16 |
2175 | 2024-08-06T07:38:46.698Z | Checking rpassword v7.3.1 |
2176 | 2024-08-06T07:38:46.867Z | Checking cargo_metadata v0.18.1 |
2177 | 2024-08-06T07:38:47.523Z | Checking tui-tree-widget v0.21.0 |
2178 | 2024-08-06T07:38:47.849Z | Checking plotters-backend v0.3.5 |
2179 | 2024-08-06T07:38:48.262Z | Checking plotters-svg v0.3.5 |
2180 | 2024-08-06T07:38:48.552Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2181 | 2024-08-06T07:38:48.770Z | Checking rfc6979 v0.4.0 |
2182 | 2024-08-06T07:38:48.969Z | Checking cast v0.3.0 |
2183 | 2024-08-06T07:38:49.633Z | Checking yansi v0.5.1 |
2184 | 2024-08-06T07:38:49.907Z | Checking pretty_assertions v1.4.0 |
2185 | 2024-08-06T07:38:50.106Z | Checking criterion-plot v0.5.0 |
2186 | 2024-08-06T07:38:50.245Z | Checking ecdsa v0.16.9 |
2187 | 2024-08-06T07:38:50.590Z | Checking rand_core v0.5.1 |
2188 | 2024-08-06T07:38:50.923Z | Checking plotters v0.3.5 |
2189 | 2024-08-06T07:38:50.996Z | Checking primeorder v0.13.6 |
2190 | 2024-08-06T07:38:51.473Z | Checking tinytemplate v1.2.1 |
2191 | 2024-08-06T07:38:51.860Z | Checking oorandom v11.1.3 |
2192 | 2024-08-06T07:38:52.025Z | Checking option-ext v0.2.0 |
2193 | 2024-08-06T07:38:52.155Z | Checking anes v0.1.6 |
2194 | 2024-08-06T07:38:52.507Z | Checking dirs-sys v0.4.1 |
2195 | 2024-08-06T07:38:52.705Z | Checking rand_chacha v0.2.2 |
2196 | 2024-08-06T07:38:52.708Z | Checking criterion v0.5.1 |
2197 | 2024-08-06T07:38:53.035Z | Checking polyval v0.6.2 |
2198 | 2024-08-06T07:38:53.165Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2199 | 2024-08-06T07:38:53.315Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2200 | 2024-08-06T07:38:53.337Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2201 | 2024-08-06T07:38:54.159Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2202 | 2024-08-06T07:38:54.612Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2203 | 2024-08-06T07:38:55.519Z | Checking ed25519 v2.2.3 |
2204 | 2024-08-06T07:38:55.776Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2205 | 2024-08-06T07:38:56.804Z | Checking blowfish v0.9.1 |
2206 | 2024-08-06T07:38:57.056Z | Checking aes v0.8.4 |
2207 | 2024-08-06T07:38:57.308Z | Checking ctr v0.9.2 |
2208 | 2024-08-06T07:38:57.604Z | Checking password-hash v0.4.2 |
2209 | 2024-08-06T07:38:57.971Z | Checking pbkdf2 v0.12.2 |
2210 | 2024-08-06T07:38:58.051Z | Checking hex-literal v0.4.1 |
2211 | 2024-08-06T07:38:58.144Z | Checking bcrypt-pbkdf v0.10.0 |
2212 | 2024-08-06T07:38:58.193Z | Checking pbkdf2 v0.11.0 |
2213 | 2024-08-06T07:38:58.401Z | Checking ed25519-dalek v2.1.1 |
2214 | 2024-08-06T07:38:58.478Z | Checking ghash v0.5.1 |
2215 | 2024-08-06T07:38:58.664Z | Checking rand v0.7.3 |
2216 | 2024-08-06T07:38:58.744Z | Checking dirs v5.0.1 |
2217 | 2024-08-06T07:38:58.893Z | Checking p256 v0.13.2 |
2218 | 2024-08-06T07:38:59.419Z | Checking p521 v0.13.3 |
2219 | 2024-08-06T07:39:00.056Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2220 | 2024-08-06T07:39:00.282Z | Checking cbc v0.1.2 |
2221 | 2024-08-06T07:39:00.515Z | Checking russh-cryptovec v0.7.2 |
2222 | 2024-08-06T07:39:00.733Z | Compiling target-lexicon v0.12.16 |
2223 | 2024-08-06T07:39:00.874Z | Compiling doc-comment v0.3.3 |
2224 | 2024-08-06T07:39:00.903Z | Checking md5 v0.7.0 |
2225 | 2024-08-06T07:39:01.207Z | Checking russh-keys v0.43.0 |
2226 | 2024-08-06T07:39:01.679Z | Checking aes-gcm v0.10.3 |
2227 | 2024-08-06T07:39:01.854Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2228 | 2024-08-06T07:39:01.933Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2229 | 2024-08-06T07:39:02.472Z | Checking http-body v1.0.0 |
2230 | 2024-08-06T07:39:02.701Z | Checking tower-layer v0.3.2 |
2231 | 2024-08-06T07:39:02.721Z | Compiling dhcproto-macros v0.1.0 |
2232 | 2024-08-06T07:39:02.983Z | Compiling guppy-workspace-hack v0.1.0 |
2233 | 2024-08-06T07:39:03.287Z | Compiling assert_cmd v2.0.15 |
2234 | 2024-08-06T07:39:03.725Z | Checking dhcproto v0.11.0 |
2235 | 2024-08-06T07:39:03.780Z | Checking tower v0.4.13 |
2236 | 2024-08-06T07:39:03.796Z | Checking hyper v1.3.1 |
2237 | 2024-08-06T07:39:04.578Z | Checking russh v0.43.0 |
2238 | 2024-08-06T07:39:05.477Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2239 | 2024-08-06T07:39:05.512Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2240 | 2024-08-06T07:39:06.237Z | Checking internet-checksum v0.2.1 |
2241 | 2024-08-06T07:39:06.434Z | Compiling target-spec v3.2.1 |
2242 | 2024-08-06T07:39:07.623Z | Checking cfg-expr v0.16.0 |
2243 | 2024-08-06T07:39:08.505Z | Checking hyper-util v0.1.3 |
2244 | 2024-08-06T07:39:08.782Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2245 | 2024-08-06T07:39:08.833Z | Checking rustls-native-certs v0.7.0 |
2246 | 2024-08-06T07:39:08.993Z | Checking httptest v0.15.5 |
2247 | 2024-08-06T07:39:10.061Z | Checking hyper-rustls v0.26.0 |
2248 | 2024-08-06T07:39:10.815Z | Checking pathdiff v0.2.1 |
2249 | 2024-08-06T07:39:10.994Z | Checking threadpool v1.8.1 |
2250 | 2024-08-06T07:39:11.220Z | Compiling rstest_macros v0.19.0 |
2251 | 2024-08-06T07:39:11.674Z | Checking escape8259 v0.5.2 |
2252 | 2024-08-06T07:39:11.784Z | Checking nested v0.1.1 |
2253 | 2024-08-06T07:39:11.863Z | Checking libtest-mimic v0.7.3 |
2254 | 2024-08-06T07:39:12.000Z | Checking guppy v0.17.7 |
2255 | 2024-08-06T07:39:12.454Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2256 | 2024-08-06T07:39:12.777Z | Checking similar-asserts v1.5.0 |
2257 | 2024-08-06T07:39:13.044Z | Checking fancy-regex v0.13.0 |
2258 | 2024-08-06T07:39:13.618Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2259 | 2024-08-06T07:39:13.845Z | Compiling relative-path v1.9.3 |
2260 | 2024-08-06T07:39:14.169Z | Compiling trybuild v1.0.99 |
2261 | 2024-08-06T07:39:14.708Z | Checking datatest-stable v0.2.9 |
2262 | 2024-08-06T07:39:15.049Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2263 | 2024-08-06T07:39:16.343Z | Checking blake2b_simd v1.0.2 |
2264 | 2024-08-06T07:39:16.952Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2265 | 2024-08-06T07:39:17.200Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2266 | 2024-08-06T07:39:17.262Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2267 | 2024-08-06T07:39:17.516Z | Checking serde_tokenstream v0.2.1 |
2268 | 2024-08-06T07:39:17.564Z | Checking uzers v0.11.3 |
2269 | 2024-08-06T07:39:17.899Z | Checking futures-timer v3.0.3 |
2270 | 2024-08-06T07:39:17.930Z | Checking indent_write v2.2.0 |
2271 | 2024-08-06T07:39:18.240Z | Checking rust-argon2 v2.1.0 |
2272 | 2024-08-06T07:39:18.673Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2273 | 2024-08-06T07:39:23.799Z | Checking rstest v0.19.0 |
2274 | 2024-08-06T07:39:24.027Z | Checking rand_distr v0.4.3 |
2275 | 2024-08-06T07:39:24.853Z | Checking multimap v0.10.0 |
2276 | 2024-08-06T07:39:25.176Z | Checking approx v0.5.1 |
2277 | 2024-08-06T07:39:25.392Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2278 | 2024-08-06T07:39:26.562Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2279 | 2024-08-06T07:39:26.801Z | Checking partial-io v0.5.4 |
2280 | 2024-08-06T07:39:27.213Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2281 | 2024-08-06T07:39:27.472Z | Checking cargo_toml v0.20.4 |
2282 | 2024-08-06T07:39:28.485Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2283 | 2024-08-06T07:39:28.574Z | Checking termios v0.3.3 |
2284 | 2024-08-06T07:39:28.815Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2285 | 2024-08-06T07:39:29.460Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2286 | 2024-08-06T07:39:30.898Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2287 | 2024-08-06T07:39:44.474Z | Compiling samael v0.0.15 |
2288 | 2024-08-06T07:39:45.065Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2289 | 2024-08-06T07:40:20.438Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2290 | 2024-08-06T07:40:21.891Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2291 | 2024-08-06T07:40:22.046Z | Compiling polar-core v0.27.3 |
2292 | 2024-08-06T07:40:32.884Z | Checking oso v0.27.3 |
2293 | 2024-08-06T07:41:07.440Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2294 | 2024-08-06T07:41:07.443Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2295 | 2024-08-06T07:41:07.443Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2296 | 2024-08-06T07:42:26.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 09s |
2297 | 2024-08-06T07:42:26.843Z | |
2298 | 2024-08-06T07:42:26.843Z | real 6:13.594576216 |
2299 | 2024-08-06T07:42:26.843Z | user 33:11.082463898 |
2300 | 2024-08-06T07:42:26.843Z | sys 5:34.394788072 |
2301 | 2024-08-06T07:42:26.843Z | trap 0.807855939 |
2302 | 2024-08-06T07:42:26.843Z | tflt 1.685307348 |
2303 | 2024-08-06T07:42:26.843Z | dflt 0.363309397 |
2304 | 2024-08-06T07:42:26.843Z | kflt 0.004579016 |
2305 | 2024-08-06T07:42:26.844Z | lock 52:43.112682107 |
2306 | 2024-08-06T07:42:26.844Z | slp 1:55:18.000155402 |
2307 | 2024-08-06T07:42:26.844Z | lat 1:30.467873867 |
2308 | 2024-08-06T07:42:26.844Z | stop 5:17.517911639 |
2309 | 2024-08-06T07:42:26.846Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2310 | 2024-08-06T07:42:26.846Z | + ptime -m cargo doc --workspace --no-deps |
2311 | 2024-08-06T07:42:27.943Z | warning: output filename collision. |
2312 | 2024-08-06T07:42:27.943Z | 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)`. |
2313 | 2024-08-06T07:42:27.943Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2314 | 2024-08-06T07:42:27.943Z | The targets should have unique names. |
2315 | 2024-08-06T07:42:27.943Z | This is a known bug where multiple crates with the same name use |
2316 | 2024-08-06T07:42:27.943Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2024-08-06T07:42:28.253Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2318 | 2024-08-06T07:42:28.309Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2319 | 2024-08-06T07:42:28.325Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2320 | 2024-08-06T07:42:28.435Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2321 | 2024-08-06T07:42:28.439Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2322 | 2024-08-06T07:42:28.439Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2323 | 2024-08-06T07:42:28.439Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2324 | 2024-08-06T07:42:28.628Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2325 | 2024-08-06T07:42:28.653Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2326 | 2024-08-06T07:42:28.672Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2327 | 2024-08-06T07:42:28.694Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2328 | 2024-08-06T07:42:28.697Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2329 | 2024-08-06T07:42:28.891Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2330 | 2024-08-06T07:42:28.918Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2331 | 2024-08-06T07:42:28.963Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2332 | 2024-08-06T07:42:29.161Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2333 | 2024-08-06T07:42:29.453Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2334 | 2024-08-06T07:42:30.565Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2335 | 2024-08-06T07:42:33.271Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2336 | 2024-08-06T07:42:33.579Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2337 | 2024-08-06T07:42:33.610Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2338 | 2024-08-06T07:42:33.843Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2339 | 2024-08-06T07:42:33.939Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2340 | 2024-08-06T07:42:34.177Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2341 | 2024-08-06T07:42:34.289Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2342 | 2024-08-06T07:42:34.637Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2343 | 2024-08-06T07:42:34.793Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2344 | 2024-08-06T07:42:34.984Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2345 | 2024-08-06T07:42:35.282Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2346 | 2024-08-06T07:42:35.324Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2347 | 2024-08-06T07:42:35.584Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2348 | 2024-08-06T07:42:35.955Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2349 | 2024-08-06T07:42:35.979Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2350 | 2024-08-06T07:42:36.453Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2351 | 2024-08-06T07:42:36.770Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2352 | 2024-08-06T07:42:36.924Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2024-08-06T07:42:37.095Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2354 | 2024-08-06T07:42:37.180Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2355 | 2024-08-06T07:42:37.974Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2356 | 2024-08-06T07:42:41.243Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2357 | 2024-08-06T07:42:41.564Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2358 | 2024-08-06T07:42:41.931Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2359 | 2024-08-06T07:42:43.338Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2360 | 2024-08-06T07:42:43.660Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2361 | 2024-08-06T07:42:44.932Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2362 | 2024-08-06T07:42:47.840Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2363 | 2024-08-06T07:42:48.729Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2364 | 2024-08-06T07:42:49.982Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2365 | 2024-08-06T07:42:50.512Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2366 | 2024-08-06T07:42:50.924Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2367 | 2024-08-06T07:42:52.412Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2368 | 2024-08-06T07:42:53.029Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2369 | 2024-08-06T07:42:55.021Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2370 | 2024-08-06T07:42:55.197Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2371 | 2024-08-06T07:42:55.742Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2372 | 2024-08-06T07:42:55.808Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2373 | 2024-08-06T07:42:55.925Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2374 | 2024-08-06T07:42:56.465Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2375 | 2024-08-06T07:42:56.749Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2376 | 2024-08-06T07:42:57.573Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2377 | 2024-08-06T07:42:57.883Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2378 | 2024-08-06T07:42:58.341Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2379 | 2024-08-06T07:42:58.967Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2380 | 2024-08-06T07:43:00.198Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2381 | 2024-08-06T07:43:00.284Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2382 | 2024-08-06T07:43:00.420Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2383 | 2024-08-06T07:43:00.618Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2384 | 2024-08-06T07:43:00.821Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-08-06T07:43:00.840Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-08-06T07:43:00.858Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2387 | 2024-08-06T07:43:01.641Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2388 | 2024-08-06T07:43:01.790Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2389 | 2024-08-06T07:43:02.149Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2390 | 2024-08-06T07:43:02.263Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2391 | 2024-08-06T07:43:02.768Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2392 | 2024-08-06T07:43:02.937Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2393 | 2024-08-06T07:43:03.340Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2394 | 2024-08-06T07:43:04.120Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2395 | 2024-08-06T07:43:04.678Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2396 | 2024-08-06T07:43:05.164Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2397 | 2024-08-06T07:43:05.378Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2398 | 2024-08-06T07:43:05.487Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2399 | 2024-08-06T07:43:05.653Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2400 | 2024-08-06T07:43:05.766Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2401 | 2024-08-06T07:43:05.860Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2402 | 2024-08-06T07:43:06.055Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2403 | 2024-08-06T07:43:06.246Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2404 | 2024-08-06T07:43:07.370Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2405 | 2024-08-06T07:43:09.468Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2406 | 2024-08-06T07:43:10.189Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2407 | 2024-08-06T07:43:11.461Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2408 | 2024-08-06T07:43:12.492Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2409 | 2024-08-06T07:43:24.831Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2410 | 2024-08-06T07:43:28.072Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2411 | 2024-08-06T07:43:28.891Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2412 | 2024-08-06T07:43:37.875Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2413 | 2024-08-06T07:43:47.307Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2414 | 2024-08-06T07:43:59.446Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2415 | 2024-08-06T07:44:01.935Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2416 | 2024-08-06T07:44:05.990Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2417 | 2024-08-06T07:44:20.156Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2418 | 2024-08-06T07:44:29.738Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2419 | 2024-08-06T07:44:31.263Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2420 | 2024-08-06T07:44:32.290Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2421 | 2024-08-06T07:44:36.343Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2422 | 2024-08-06T07:44:36.380Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2423 | 2024-08-06T07:44:40.282Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2424 | 2024-08-06T07:44:40.308Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2425 | 2024-08-06T07:44:40.308Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2426 | 2024-08-06T07:44:58.646Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2427 | 2024-08-06T07:44:59.202Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2428 | 2024-08-06T07:45:04.535Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2429 | 2024-08-06T07:45:05.948Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2430 | 2024-08-06T07:45:20.072Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-08-06T07:45:32.477Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2432 | 2024-08-06T07:45:33.901Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2433 | 2024-08-06T07:45:37.613Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2434 | 2024-08-06T07:45:47.356Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2435 | 2024-08-06T07:45:50.147Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2024-08-06T07:45:52.310Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2437 | 2024-08-06T07:45:53.184Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2438 | 2024-08-06T07:45:55.402Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2439 | 2024-08-06T07:45:57.521Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2440 | 2024-08-06T07:45:57.917Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2441 | 2024-08-06T07:46:04.704Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2024-08-06T07:46:06.612Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2443 | 2024-08-06T07:46:10.418Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2444 | 2024-08-06T07:46:13.212Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2445 | 2024-08-06T07:46:15.636Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2446 | 2024-08-06T07:46:15.971Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2447 | 2024-08-06T07:46:23.322Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2448 | 2024-08-06T07:46:24.646Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2449 | 2024-08-06T07:46:25.447Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2450 | 2024-08-06T07:46:26.933Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2451 | 2024-08-06T07:46:32.853Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2452 | 2024-08-06T07:46:33.418Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2453 | 2024-08-06T07:46:47.701Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2454 | 2024-08-06T07:46:48.238Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2455 | 2024-08-06T07:46:49.619Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2456 | 2024-08-06T07:46:50.108Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2457 | 2024-08-06T07:46:50.144Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2458 | 2024-08-06T07:46:54.695Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2459 | 2024-08-06T07:47:00.956Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2460 | 2024-08-06T07:47:03.306Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2461 | 2024-08-06T07:47:06.027Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2462 | 2024-08-06T07:47:07.918Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2463 | 2024-08-06T07:47:08.319Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2464 | 2024-08-06T07:47:09.960Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2465 | 2024-08-06T07:47:13.579Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2466 | 2024-08-06T07:47:13.803Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2467 | 2024-08-06T07:47:27.033Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2468 | 2024-08-06T07:47:28.170Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2469 | 2024-08-06T07:47:28.322Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2470 | 2024-08-06T07:47:28.570Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2471 | 2024-08-06T07:47:29.189Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2472 | 2024-08-06T07:47:34.005Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2473 | 2024-08-06T07:47:35.832Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2474 | 2024-08-06T07:47:36.025Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2475 | 2024-08-06T07:47:45.045Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2476 | 2024-08-06T07:47:46.580Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2477 | 2024-08-06T07:47:46.609Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2478 | 2024-08-06T07:47:47.011Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2479 | 2024-08-06T07:47:48.101Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2480 | 2024-08-06T07:47:48.590Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2481 | 2024-08-06T07:47:48.718Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2482 | 2024-08-06T07:47:53.246Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2483 | 2024-08-06T07:47:59.635Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2484 | 2024-08-06T07:48:01.686Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2485 | 2024-08-06T07:48:02.311Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2486 | 2024-08-06T07:48:05.769Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2487 | 2024-08-06T07:48:06.035Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2488 | 2024-08-06T07:48:06.455Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2489 | 2024-08-06T07:48:06.962Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2490 | 2024-08-06T07:48:07.647Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2491 | 2024-08-06T07:48:10.050Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2492 | 2024-08-06T07:48:10.718Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2493 | 2024-08-06T07:48:11.495Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2494 | 2024-08-06T07:48:14.126Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2495 | 2024-08-06T07:48:14.509Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2496 | 2024-08-06T07:48:14.989Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2497 | 2024-08-06T07:48:33.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 06s |
2498 | 2024-08-06T07:48:33.582Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files |
2499 | 2024-08-06T07:48:33.637Z | |
2500 | 2024-08-06T07:48:33.637Z | real 6:06.712595720 |
2501 | 2024-08-06T07:48:33.637Z | user 19:31.473045539 |
2502 | 2024-08-06T07:48:33.637Z | sys 27:05.000807116 |
2503 | 2024-08-06T07:48:33.637Z | trap 0.325574108 |
2504 | 2024-08-06T07:48:33.637Z | tflt 0.285298037 |
2505 | 2024-08-06T07:48:33.637Z | dflt 0.158767408 |
2506 | 2024-08-06T07:48:33.637Z | kflt 0.000102578 |
2507 | 2024-08-06T07:48:33.640Z | lock 57:26.388029722 |
2508 | 2024-08-06T07:48:33.640Z | slp 1:46:26.631942511 |
2509 | 2024-08-06T07:48:33.640Z | lat 1:00.211183650 |
2510 | 2024-08-06T07:48:33.640Z | stop 50.489079146 |
2511 | 2024-08-06T07:48:33.640Z | process exited: duration 983861 ms, exit code 0 |
|
2512 | 2024-08-06T07:48:33.646Z | found 0 output files |