|
|
|
1 | 2024-08-21T05:10:11.167Z | job assigned to worker 01J5SNDX40JCSQ4T4BBJPHRWTW (queued for 56 s) |
|
2 | 2024-08-21T05:10:19.061Z | starting task 0: "setup" |
3 | 2024-08-21T05:10:19.068Z | ++ uname -s |
4 | 2024-08-21T05:10:19.071Z | + kern=SunOS |
5 | 2024-08-21T05:10:19.071Z | + case "$kern" in |
6 | 2024-08-21T05:10:19.071Z | + groupadd -g 12345 build |
7 | 2024-08-21T05:10:19.073Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-21T05:10:21.083Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-21T05:10:21.260Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-21T05:10:21.262Z | + home_fs=zfs |
11 | 2024-08-21T05:10:21.262Z | + [[ zfs == autofs ]] |
12 | 2024-08-21T05:10:21.262Z | + mkdir -p /home/build |
13 | 2024-08-21T05:10:21.265Z | + chown build:build /home/build /work |
14 | 2024-08-21T05:10:23.266Z | + chmod 0700 /home/build /work |
15 | 2024-08-21T05:10:23.269Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-08-21T05:10:23.274Z | starting task 1: "rust-toolchain" |
17 | 2024-08-21T05:10:23.280Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-21T05:10:23.280Z | ' 1.80.1 |
19 | 2024-08-21T05:10:23.280Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-21T05:10:23.280Z | ' default |
21 | 2024-08-21T05:10:23.280Z | * toolchain channel = "1.80.1" |
22 | 2024-08-21T05:10:23.280Z | * toolchain profile = "default" |
23 | 2024-08-21T05:10:23.283Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-21T05:10:23.283Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-21T05:10:23.582Z | info: downloading installer |
26 | 2024-08-21T05:10:24.780Z | info: profile set to 'default' |
27 | 2024-08-21T05:10:24.780Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-21T05:10:24.783Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-21T05:10:24.926Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-21T05:10:24.926Z | info: downloading component 'cargo' |
31 | 2024-08-21T05:10:25.779Z | info: downloading component 'clippy' |
32 | 2024-08-21T05:10:26.059Z | info: downloading component 'rust-docs' |
33 | 2024-08-21T05:10:27.176Z | info: downloading component 'rust-std' |
34 | 2024-08-21T05:10:28.735Z | info: downloading component 'rustc' |
35 | 2024-08-21T05:10:33.146Z | info: downloading component 'rustfmt' |
36 | 2024-08-21T05:10:33.383Z | info: installing component 'cargo' |
37 | 2024-08-21T05:10:34.277Z | info: installing component 'clippy' |
38 | 2024-08-21T05:10:34.780Z | info: installing component 'rust-docs' |
39 | 2024-08-21T05:10:36.432Z | info: installing component 'rust-std' |
40 | 2024-08-21T05:10:38.212Z | info: installing component 'rustc' |
41 | 2024-08-21T05:10:43.097Z | info: installing component 'rustfmt' |
42 | 2024-08-21T05:10:43.439Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-21T05:10:43.439Z | |
44 | 2024-08-21T05:10:43.701Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-21T05:10:43.701Z | |
46 | 2024-08-21T05:10:43.704Z | |
47 | 2024-08-21T05:10:43.704Z | Rust is installed now. Great! |
48 | 2024-08-21T05:10:43.704Z | |
49 | 2024-08-21T05:10:43.704Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-21T05:10:43.704Z | environment variable. This has not been done automatically. |
51 | 2024-08-21T05:10:43.704Z | |
52 | 2024-08-21T05:10:43.704Z | To configure your current shell, you need to source |
53 | 2024-08-21T05:10:43.704Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-21T05:10:43.704Z | |
55 | 2024-08-21T05:10:43.704Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-21T05:10:43.704Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-21T05:10:43.704Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-21T05:10:43.756Z | + rustc --version |
59 | 2024-08-21T05:10:43.819Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-21T05:10:43.822Z | process exited: duration 20545 ms, exit code 0 |
|
61 | 2024-08-21T05:10:43.829Z | starting task 2: "authentication" |
62 | 2024-08-21T05:10:43.847Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-21T05:10:43.853Z | starting task 3: "clone repository" |
64 | 2024-08-21T05:10:43.857Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-21T05:10:43.860Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-21T05:10:43.985Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-21T05:10:50.274Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-21T05:10:50.274Z | + git fetch origin aee57d347dfaee8d13de2dae143c274750e761b3 |
69 | 2024-08-21T05:10:50.574Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-21T05:10:50.574Z | * branch aee57d347dfaee8d13de2dae143c274750e761b3 -> FETCH_HEAD |
71 | 2024-08-21T05:10:50.585Z | + [[ -n issue-5836 ]] |
72 | 2024-08-21T05:10:50.587Z | ++ git branch --show-current |
73 | 2024-08-21T05:10:50.590Z | + current=main |
74 | 2024-08-21T05:10:50.590Z | + [[ main != issue-5836 ]] |
75 | 2024-08-21T05:10:50.590Z | + git branch -f issue-5836 aee57d347dfaee8d13de2dae143c274750e761b3 |
76 | 2024-08-21T05:10:50.592Z | + git checkout -f issue-5836 |
77 | 2024-08-21T05:10:50.741Z | Switched to branch 'issue-5836' |
78 | 2024-08-21T05:10:50.745Z | + git reset --hard aee57d347dfaee8d13de2dae143c274750e761b3 |
79 | 2024-08-21T05:10:50.787Z | HEAD is now at aee57d347 bump maghemite to main |
80 | 2024-08-21T05:10:50.790Z | process exited: duration 6934 ms, exit code 0 |
|
81 | 2024-08-21T05:10:50.795Z | starting task 4: "build" |
82 | 2024-08-21T05:10:50.800Z | + cargo --version |
83 | 2024-08-21T05:10:50.856Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-21T05:10:50.858Z | + rustc --version |
85 | 2024-08-21T05:10:50.916Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-21T05:10:50.919Z | + source ./env.sh |
87 | 2024-08-21T05:10:50.919Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-21T05:10:50.919Z | ++ set -o xtrace |
89 | 2024-08-21T05:10:50.921Z | ++++ dirname ./env.sh |
90 | 2024-08-21T05:10:50.924Z | +++ readlink -f . |
91 | 2024-08-21T05:10:50.940Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-21T05:10:50.943Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-21T05:10:50.943Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-21T05:10:50.943Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-21T05:10:50.943Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-21T05:10:50.943Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-21T05:10:50.943Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-21T05:10:50.943Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-21T05:10:50.943Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-21T05:10:50.943Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-21T05:10:50.943Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-21T05:10:50.943Z | + banner prerequisites |
103 | 2024-08-21T05:10:50.946Z | |
104 | 2024-08-21T05:10:50.946Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-21T05:10:50.946Z | # # # # # # # # # # # # # # # |
106 | 2024-08-21T05:10:50.946Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-21T05:10:50.946Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-21T05:10:50.946Z | # # # # # # # # # # # # # # # |
109 | 2024-08-21T05:10:50.946Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-21T05:10:50.946Z | |
111 | 2024-08-21T05:10:50.946Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-21T05:10:57.125Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-21T05:10:59.352Z | Startup: Caching catalogs ... Done |
114 | 2024-08-21T05:11:01.116Z | Planning: Solver setup ... Done (1.068s) |
115 | 2024-08-21T05:11:01.135Z | Planning: Running solver ... Done (0.019s) |
116 | 2024-08-21T05:11:01.180Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-21T05:11:01.192Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-21T05:11:01.342Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-21T05:11:01.511Z | Planning: Package planning ... Done (0.169s) |
120 | 2024-08-21T05:11:01.562Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-08-21T05:11:02.103Z | Planning: Checking for conflicting actions ... Done (0.540s) |
122 | 2024-08-21T05:11:02.114Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-21T05:11:07.483Z | Planning: Evaluating mediators ... Done (5.368s) |
124 | 2024-08-21T05:11:07.493Z | Planning: Planning completed in 8.07 seconds |
125 | 2024-08-21T05:11:07.932Z | Packages to install: 4 |
126 | 2024-08-21T05:11:07.932Z | Mediators to change: 2 |
127 | 2024-08-21T05:11:07.932Z | Services to change: 1 |
128 | 2024-08-21T05:11:07.937Z | Estimated space available: 155.72 GB |
129 | 2024-08-21T05:11:07.937Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-21T05:11:07.937Z | Create boot environment: No |
131 | 2024-08-21T05:11:07.937Z | Create backup boot environment: No |
132 | 2024-08-21T05:11:07.937Z | Rebuild boot archive: No |
133 | 2024-08-21T05:11:07.937Z | |
134 | 2024-08-21T05:11:07.937Z | Changed mediators: |
135 | 2024-08-21T05:11:07.937Z | mediator clang: |
136 | 2024-08-21T05:11:07.937Z | version: None -> 15 (system default) |
137 | 2024-08-21T05:11:07.937Z | |
138 | 2024-08-21T05:11:07.938Z | mediator llvm: |
139 | 2024-08-21T05:11:07.938Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-21T05:11:07.938Z | |
141 | 2024-08-21T05:11:07.938Z | Changed packages: |
142 | 2024-08-21T05:11:07.938Z | helios-dev |
143 | 2024-08-21T05:11:07.938Z | developer/build-essential |
144 | 2024-08-21T05:11:07.938Z | None -> 11-2.0 |
145 | 2024-08-21T05:11:07.938Z | library/libxmlsec1 |
146 | 2024-08-21T05:11:07.938Z | None -> 1.2.35-2.0 |
147 | 2024-08-21T05:11:07.938Z | ooce/developer/clang-15 |
148 | 2024-08-21T05:11:07.938Z | None -> 15.0.7-2.0 |
149 | 2024-08-21T05:11:07.938Z | ooce/developer/llvm-15 |
150 | 2024-08-21T05:11:07.938Z | None -> 15.0.7-2.0 |
151 | 2024-08-21T05:11:07.938Z | |
152 | 2024-08-21T05:11:07.938Z | Services: |
153 | 2024-08-21T05:11:07.938Z | restart_fmri: |
154 | 2024-08-21T05:11:07.938Z | svc:/system/update-man-index:default |
155 | 2024-08-21T05:11:08.099Z | |
156 | 2024-08-21T05:11:08.099Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-21T05:11:14.077Z | Download: 1198/3290 items 71.3/212.6MB 33% complete (14.2M/s) |
158 | 2024-08-21T05:11:19.078Z | Download: 1408/3290 items 116.8/212.6MB 54% complete (10.0M/s) |
159 | 2024-08-21T05:11:24.083Z | Download: 2400/3290 items 119.8/212.6MB 56% complete (4.9M/s) |
160 | 2024-08-21T05:11:29.152Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
161 | 2024-08-21T05:11:31.452Z | Download: Completed 212.60 MB in 23.35 seconds (9.1M/s) |
162 | 2024-08-21T05:11:31.768Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-08-21T05:11:36.194Z | Actions: Completed 3689 actions in 4.58 seconds. |
164 | 2024-08-21T05:11:36.477Z | Done (0.278s) |
165 | 2024-08-21T05:11:36.477Z | Done (0.000s) |
166 | 2024-08-21T05:11:36.849Z | Done (0.371s) |
167 | 2024-08-21T05:11:42.312Z | Done (5.290s) |
168 | 2024-08-21T05:11:42.398Z | Done (0.016s) |
169 | 2024-08-21T05:11:42.401Z | Done (0.000s) |
170 | 2024-08-21T05:11:42.599Z | Done (0.000s) |
171 | 2024-08-21T05:11:43.213Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-08-21T05:11:43.375Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-08-21T05:11:43.378Z | Planning: Consolidating action changes ... Done |
174 | 2024-08-21T05:11:43.647Z | Planning: Evaluating mediators ... Done |
175 | 2024-08-21T05:11:43.649Z | Planning: Planning completed in 0.43 seconds |
176 | 2024-08-21T05:11:43.681Z | Mediators to change: 2 |
177 | 2024-08-21T05:11:43.681Z | Create boot environment: No |
178 | 2024-08-21T05:11:43.684Z | Create backup boot environment: No |
179 | 2024-08-21T05:11:43.747Z | Done |
180 | 2024-08-21T05:11:43.747Z | Done |
181 | 2024-08-21T05:11:43.999Z | Done |
182 | 2024-08-21T05:11:47.569Z | Done |
183 | 2024-08-21T05:11:47.654Z | Done |
184 | 2024-08-21T05:11:47.657Z | Done |
185 | 2024-08-21T05:11:47.802Z | Done |
186 | 2024-08-21T05:11:48.422Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-08-21T05:11:48.425Z | Planning: Merging actions ... Done |
188 | 2024-08-21T05:11:48.613Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-08-21T05:11:48.615Z | Planning: Consolidating action changes ... Done |
190 | 2024-08-21T05:11:48.880Z | Planning: Evaluating mediators ... Done |
191 | 2024-08-21T05:11:48.937Z | Planning: Planning completed in 0.76 seconds |
192 | 2024-08-21T05:11:48.974Z | Packages to change: 1 |
193 | 2024-08-21T05:11:48.974Z | Mediators to change: 1 |
194 | 2024-08-21T05:11:48.976Z | Services to change: 1 |
195 | 2024-08-21T05:11:48.976Z | Create boot environment: No |
196 | 2024-08-21T05:11:48.976Z | Create backup boot environment: Yes |
197 | 2024-08-21T05:11:50.693Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-08-21T05:11:50.695Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-08-21T05:11:50.695Z | Done |
200 | 2024-08-21T05:11:50.695Z | Done |
201 | 2024-08-21T05:11:50.775Z | Done |
202 | 2024-08-21T05:11:54.543Z | Done |
203 | 2024-08-21T05:11:54.631Z | Done |
204 | 2024-08-21T05:11:54.634Z | Done |
205 | 2024-08-21T05:11:54.728Z | Done |
206 | 2024-08-21T05:11:55.172Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-08-21T05:11:55.172Z | clang system 15 system |
208 | 2024-08-21T05:11:55.172Z | csh system system illumos |
209 | 2024-08-21T05:11:55.172Z | ctags system system illumos |
210 | 2024-08-21T05:11:55.172Z | gcc vendor 12 vendor |
211 | 2024-08-21T05:11:55.172Z | gcc system 10 system |
212 | 2024-08-21T05:11:55.172Z | gcc system 7 system |
213 | 2024-08-21T05:11:55.172Z | go system 1.20 system |
214 | 2024-08-21T05:11:55.172Z | go system 1.19 system |
215 | 2024-08-21T05:11:55.172Z | llvm system 15 system |
216 | 2024-08-21T05:11:55.172Z | llvm system 14 system |
217 | 2024-08-21T05:11:55.172Z | mariadb system 10.6 system |
218 | 2024-08-21T05:11:55.175Z | mta vendor vendor dma |
219 | 2024-08-21T05:11:55.175Z | openjdk system 17 system |
220 | 2024-08-21T05:11:55.175Z | openjdk system 11 system |
221 | 2024-08-21T05:11:55.175Z | openjdk system 1.8 system |
222 | 2024-08-21T05:11:55.175Z | openssl vendor 3 vendor |
223 | 2024-08-21T05:11:55.175Z | perl system 5.36 system |
224 | 2024-08-21T05:11:55.175Z | postgresql system 15 system |
225 | 2024-08-21T05:11:55.175Z | postgresql system 13 system |
226 | 2024-08-21T05:11:55.175Z | python vendor 3 vendor |
227 | 2024-08-21T05:11:55.175Z | python system 2 system |
228 | 2024-08-21T05:11:55.175Z | python3 system 3.11 system |
229 | 2024-08-21T05:11:55.175Z | ruby system 3.0 system |
230 | 2024-08-21T05:11:55.175Z | words vendor vendor american-english |
231 | 2024-08-21T05:11:55.175Z | words system system australian-english |
232 | 2024-08-21T05:11:55.175Z | words system system british-english |
233 | 2024-08-21T05:11:55.175Z | words system system canadian-english |
234 | 2024-08-21T05:11:55.175Z | words system system french |
235 | 2024-08-21T05:11:55.175Z | words system system italian |
236 | 2024-08-21T05:11:55.175Z | words system system ngerman |
237 | 2024-08-21T05:11:55.175Z | words system system ogerman |
238 | 2024-08-21T05:11:55.175Z | words system system spanish |
239 | 2024-08-21T05:11:55.512Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-08-21T05:11:55.512Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-08-21T05:11:57.286Z | FMRI IFO |
242 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-08-21T05:11:57.286Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-08-21T05:11:57.897Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-08-21T05:11:58.125Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-08-21T05:11:58.391Z | Updating crates.io index |
257 | 2024-08-21T05:11:58.394Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-08-21T05:11:59.137Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-08-21T05:11:59.843Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-08-21T05:12:00.100Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-08-21T05:12:01.595Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-08-21T05:12:01.837Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-08-21T05:12:02.200Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-08-21T05:12:03.176Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-08-21T05:12:05.141Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-08-21T05:12:06.158Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-08-21T05:12:06.893Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
268 | 2024-08-21T05:12:07.186Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-08-21T05:12:07.794Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
270 | 2024-08-21T05:12:08.035Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
271 | 2024-08-21T05:12:08.313Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
272 | 2024-08-21T05:12:08.647Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
273 | 2024-08-21T05:12:08.939Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
274 | 2024-08-21T05:12:09.184Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
275 | 2024-08-21T05:12:09.472Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-08-21T05:12:09.777Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-08-21T05:12:10.979Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-08-21T05:12:11.380Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-08-21T05:12:11.726Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-08-21T05:12:12.175Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-08-21T05:12:12.516Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
282 | 2024-08-21T05:12:12.906Z | Updating git repository `https://github.com/oxidecomputer/typify` |
283 | 2024-08-21T05:12:15.109Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
284 | 2024-08-21T05:12:15.356Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
285 | 2024-08-21T05:12:15.596Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
286 | 2024-08-21T05:12:15.921Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
287 | 2024-08-21T05:12:16.973Z | Downloading crates ... |
288 | 2024-08-21T05:12:17.037Z | Downloaded dtrace-parser v0.2.0 |
289 | 2024-08-21T05:12:17.045Z | Downloaded autocfg v1.3.0 |
290 | 2024-08-21T05:12:17.047Z | Downloaded is_terminal_polyfill v1.70.0 |
291 | 2024-08-21T05:12:17.051Z | Downloaded swrite v0.1.0 |
292 | 2024-08-21T05:12:17.054Z | Downloaded pretty-hex v0.4.1 |
293 | 2024-08-21T05:12:17.058Z | Downloaded pest_generator v2.7.10 |
294 | 2024-08-21T05:12:17.060Z | Downloaded anstyle v1.0.8 |
295 | 2024-08-21T05:12:17.063Z | Downloaded once_cell v1.19.0 |
296 | 2024-08-21T05:12:17.065Z | Downloaded heck v0.4.1 |
297 | 2024-08-21T05:12:17.065Z | Downloaded cpufeatures v0.2.12 |
298 | 2024-08-21T05:12:17.068Z | Downloaded cfg-if v1.0.0 |
299 | 2024-08-21T05:12:17.068Z | Downloaded block-buffer v0.10.4 |
300 | 2024-08-21T05:12:17.071Z | Downloaded colorchoice v1.0.1 |
301 | 2024-08-21T05:12:17.071Z | Downloaded anstyle-query v1.0.3 |
302 | 2024-08-21T05:12:17.071Z | Downloaded errno v0.3.9 |
303 | 2024-08-21T05:12:17.073Z | Downloaded byteorder v1.5.0 |
304 | 2024-08-21T05:12:17.076Z | Downloaded clap_lex v0.7.0 |
305 | 2024-08-21T05:12:17.076Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-08-21T05:12:17.076Z | Downloaded proc-macro-error-attr v1.0.4 |
307 | 2024-08-21T05:12:17.079Z | Downloaded macaddr v1.0.1 |
308 | 2024-08-21T05:12:17.079Z | Downloaded fs-err v2.11.0 |
309 | 2024-08-21T05:12:17.081Z | Downloaded thiserror v1.0.63 |
310 | 2024-08-21T05:12:17.085Z | Downloaded equivalent v1.0.1 |
311 | 2024-08-21T05:12:17.088Z | Downloaded digest v0.10.7 |
312 | 2024-08-21T05:12:17.088Z | Downloaded utf8parse v0.2.1 |
313 | 2024-08-21T05:12:17.091Z | Downloaded toml_datetime v0.6.8 |
314 | 2024-08-21T05:12:17.091Z | Downloaded usdt v0.5.0 |
315 | 2024-08-21T05:12:17.091Z | Downloaded thread-id v4.2.1 |
316 | 2024-08-21T05:12:17.094Z | Downloaded scroll v0.12.0 |
317 | 2024-08-21T05:12:17.094Z | Downloaded usdt-impl v0.5.0 |
318 | 2024-08-21T05:12:17.097Z | Downloaded tabled_derive v0.7.0 |
319 | 2024-08-21T05:12:17.097Z | Downloaded bytecount v0.6.8 |
320 | 2024-08-21T05:12:17.100Z | Downloaded serde_spanned v0.6.7 |
321 | 2024-08-21T05:12:17.100Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-08-21T05:12:17.103Z | Downloaded usdt-macro v0.5.0 |
323 | 2024-08-21T05:12:17.106Z | Downloaded usdt-attr-macro v0.5.0 |
324 | 2024-08-21T05:12:17.109Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-08-21T05:12:17.109Z | Downloaded fnv v1.0.7 |
326 | 2024-08-21T05:12:17.112Z | Downloaded dof v0.3.0 |
327 | 2024-08-21T05:12:17.115Z | Downloaded sha2 v0.10.8 |
328 | 2024-08-21T05:12:17.118Z | Downloaded quote v1.0.36 |
329 | 2024-08-21T05:12:17.118Z | Downloaded zerocopy-derive v0.7.34 |
330 | 2024-08-21T05:12:17.122Z | Downloaded semver v1.0.23 |
331 | 2024-08-21T05:12:17.124Z | Downloaded itoa v1.0.11 |
332 | 2024-08-21T05:12:17.127Z | Downloaded generic-array v0.14.7 |
333 | 2024-08-21T05:12:17.127Z | Downloaded cargo_toml v0.20.4 |
334 | 2024-08-21T05:12:17.130Z | Downloaded crypto-common v0.1.6 |
335 | 2024-08-21T05:12:17.130Z | Downloaded anstyle-parse v0.2.4 |
336 | 2024-08-21T05:12:17.133Z | Downloaded plain v0.2.3 |
337 | 2024-08-21T05:12:17.136Z | Downloaded thiserror-impl v1.0.63 |
338 | 2024-08-21T05:12:17.136Z | Downloaded version_check v0.9.5 |
339 | 2024-08-21T05:12:17.138Z | Downloaded terminal_size v0.3.0 |
340 | 2024-08-21T05:12:17.138Z | Downloaded strsim v0.11.1 |
341 | 2024-08-21T05:12:17.141Z | Downloaded memmap v0.7.0 |
342 | 2024-08-21T05:12:17.145Z | Downloaded clap_derive v4.5.13 |
343 | 2024-08-21T05:12:17.145Z | Downloaded serde_tokenstream v0.2.2 |
344 | 2024-08-21T05:12:17.148Z | Downloaded anstream v0.6.14 |
345 | 2024-08-21T05:12:17.148Z | Downloaded pest_derive v2.7.10 |
346 | 2024-08-21T05:12:17.151Z | Downloaded typenum v1.17.0 |
347 | 2024-08-21T05:12:17.154Z | Downloaded heck v0.5.0 |
348 | 2024-08-21T05:12:17.154Z | Downloaded unicode-ident v1.0.12 |
349 | 2024-08-21T05:12:17.157Z | Downloaded anyhow v1.0.86 |
350 | 2024-08-21T05:12:17.159Z | Downloaded clap v4.5.15 |
351 | 2024-08-21T05:12:17.168Z | Downloaded bitflags v2.6.0 |
352 | 2024-08-21T05:12:17.172Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-08-21T05:12:17.175Z | Downloaded serde_derive v1.0.208 |
354 | 2024-08-21T05:12:17.177Z | Downloaded ryu v1.0.18 |
355 | 2024-08-21T05:12:17.180Z | Downloaded ucd-trie v0.1.6 |
356 | 2024-08-21T05:12:17.183Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-08-21T05:12:17.186Z | Downloaded toml v0.8.19 |
358 | 2024-08-21T05:12:17.189Z | Downloaded pest_meta v2.7.10 |
359 | 2024-08-21T05:12:17.192Z | Downloaded log v0.4.21 |
360 | 2024-08-21T05:12:17.195Z | Downloaded papergrid v0.11.0 |
361 | 2024-08-21T05:12:17.198Z | Downloaded camino v1.1.7 |
362 | 2024-08-21T05:12:17.200Z | Downloaded indexmap v2.4.0 |
363 | 2024-08-21T05:12:17.204Z | Downloaded serde v1.0.208 |
364 | 2024-08-21T05:12:17.212Z | Downloaded memchr v2.7.2 |
365 | 2024-08-21T05:12:17.224Z | Downloaded toml_edit v0.22.20 |
366 | 2024-08-21T05:12:17.247Z | Downloaded pest v2.7.10 |
367 | 2024-08-21T05:12:17.251Z | Downloaded hashbrown v0.14.5 |
368 | 2024-08-21T05:12:17.256Z | Downloaded clap_builder v4.5.15 |
369 | 2024-08-21T05:12:17.268Z | Downloaded winnow v0.6.18 |
370 | 2024-08-21T05:12:17.273Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-21T05:12:17.295Z | Downloaded serde_json v1.0.125 |
372 | 2024-08-21T05:12:17.298Z | Downloaded tabled v0.15.0 |
373 | 2024-08-21T05:12:17.311Z | Downloaded syn v2.0.74 |
374 | 2024-08-21T05:12:17.322Z | Downloaded syn v1.0.109 |
375 | 2024-08-21T05:12:17.331Z | Downloaded goblin v0.8.2 |
376 | 2024-08-21T05:12:17.338Z | Downloaded rustix v0.38.34 |
377 | 2024-08-21T05:12:17.359Z | Downloaded unicode-width v0.1.13 |
378 | 2024-08-21T05:12:17.366Z | Downloaded libc v0.2.155 |
379 | 2024-08-21T05:12:17.671Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-21T05:12:17.671Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-21T05:12:17.674Z | Compiling version_check v0.9.5 |
382 | 2024-08-21T05:12:17.674Z | Compiling serde v1.0.208 |
383 | 2024-08-21T05:12:17.674Z | Compiling thiserror v1.0.63 |
384 | 2024-08-21T05:12:17.674Z | Compiling memchr v2.7.2 |
385 | 2024-08-21T05:12:17.674Z | Compiling libc v0.2.155 |
386 | 2024-08-21T05:12:17.714Z | Compiling ucd-trie v0.1.6 |
387 | 2024-08-21T05:12:18.323Z | Compiling itoa v1.0.11 |
388 | 2024-08-21T05:12:18.471Z | Compiling ryu v1.0.18 |
389 | 2024-08-21T05:12:18.498Z | Compiling once_cell v1.19.0 |
390 | 2024-08-21T05:12:18.803Z | Compiling byteorder v1.5.0 |
391 | 2024-08-21T05:12:19.026Z | Compiling serde_json v1.0.125 |
392 | 2024-08-21T05:12:19.233Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-08-21T05:12:19.236Z | Compiling usdt-impl v0.5.0 |
394 | 2024-08-21T05:12:19.302Z | Compiling syn v1.0.109 |
395 | 2024-08-21T05:12:19.363Z | Compiling rustix v0.38.34 |
396 | 2024-08-21T05:12:19.580Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-08-21T05:12:19.609Z | Compiling equivalent v1.0.1 |
398 | 2024-08-21T05:12:19.798Z | Compiling utf8parse v0.2.1 |
399 | 2024-08-21T05:12:19.824Z | Compiling log v0.4.21 |
400 | 2024-08-21T05:12:19.950Z | Compiling plain v0.2.3 |
401 | 2024-08-21T05:12:19.977Z | Compiling bitflags v2.6.0 |
402 | 2024-08-21T05:12:20.047Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-21T05:12:20.122Z | Compiling quote v1.0.36 |
404 | 2024-08-21T05:12:20.229Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-08-21T05:12:20.447Z | Compiling errno v0.3.9 |
406 | 2024-08-21T05:12:20.598Z | Compiling syn v2.0.74 |
407 | 2024-08-21T05:12:20.830Z | Compiling thread-id v4.2.1 |
408 | 2024-08-21T05:12:20.854Z | Compiling pretty-hex v0.4.1 |
409 | 2024-08-21T05:12:20.887Z | Compiling colorchoice v1.0.1 |
410 | 2024-08-21T05:12:20.951Z | Compiling anstyle v1.0.8 |
411 | 2024-08-21T05:12:21.064Z | Compiling winnow v0.6.18 |
412 | 2024-08-21T05:12:21.067Z | Compiling is_terminal_polyfill v1.70.0 |
413 | 2024-08-21T05:12:21.226Z | Compiling semver v1.0.23 |
414 | 2024-08-21T05:12:21.427Z | Compiling indexmap v2.4.0 |
415 | 2024-08-21T05:12:21.427Z | Compiling anstyle-query v1.0.3 |
416 | 2024-08-21T05:12:21.609Z | Compiling autocfg v1.3.0 |
417 | 2024-08-21T05:12:21.784Z | Compiling camino v1.1.7 |
418 | 2024-08-21T05:12:22.243Z | Compiling terminal_size v0.3.0 |
419 | 2024-08-21T05:12:22.269Z | Compiling anstream v0.6.14 |
420 | 2024-08-21T05:12:22.564Z | Compiling fs-err v2.11.0 |
421 | 2024-08-21T05:12:22.615Z | Compiling strsim v0.11.1 |
422 | 2024-08-21T05:12:22.709Z | Compiling anyhow v1.0.86 |
423 | 2024-08-21T05:12:22.780Z | Compiling clap_lex v0.7.0 |
424 | 2024-08-21T05:12:22.872Z | Compiling heck v0.4.1 |
425 | 2024-08-21T05:12:23.019Z | Compiling bytecount v0.6.8 |
426 | 2024-08-21T05:12:23.250Z | Compiling heck v0.5.0 |
427 | 2024-08-21T05:12:23.311Z | Compiling unicode-width v0.1.13 |
428 | 2024-08-21T05:12:23.361Z | Compiling fnv v1.0.7 |
429 | 2024-08-21T05:12:23.504Z | Compiling papergrid v0.11.0 |
430 | 2024-08-21T05:12:23.555Z | Compiling clap_builder v4.5.15 |
431 | 2024-08-21T05:12:23.580Z | Compiling memmap v0.7.0 |
432 | 2024-08-21T05:12:24.384Z | Compiling swrite v0.1.0 |
433 | 2024-08-21T05:12:25.916Z | Compiling tabled_derive v0.7.0 |
434 | 2024-08-21T05:12:27.455Z | Compiling tabled v0.15.0 |
435 | 2024-08-21T05:12:29.006Z | Compiling serde_derive v1.0.208 |
436 | 2024-08-21T05:12:29.006Z | Compiling thiserror-impl v1.0.63 |
437 | 2024-08-21T05:12:29.008Z | Compiling zerocopy-derive v0.7.34 |
438 | 2024-08-21T05:12:29.008Z | Compiling scroll_derive v0.12.0 |
439 | 2024-08-21T05:12:29.197Z | Compiling clap_derive v4.5.13 |
440 | 2024-08-21T05:12:30.370Z | Compiling scroll v0.12.0 |
441 | 2024-08-21T05:12:30.954Z | Compiling goblin v0.8.2 |
442 | 2024-08-21T05:12:30.979Z | Compiling zerocopy v0.7.34 |
443 | 2024-08-21T05:12:31.774Z | Compiling pest v2.7.10 |
444 | 2024-08-21T05:12:32.938Z | Compiling clap v4.5.15 |
445 | 2024-08-21T05:12:33.921Z | Compiling pest_meta v2.7.10 |
446 | 2024-08-21T05:12:34.848Z | Compiling pest_generator v2.7.10 |
447 | 2024-08-21T05:12:36.541Z | Compiling pest_derive v2.7.10 |
448 | 2024-08-21T05:12:37.313Z | Compiling dtrace-parser v0.2.0 |
449 | 2024-08-21T05:12:39.415Z | Compiling serde_tokenstream v0.2.2 |
450 | 2024-08-21T05:12:39.468Z | Compiling serde_spanned v0.6.7 |
451 | 2024-08-21T05:12:39.471Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-21T05:12:39.757Z | Compiling cargo-platform v0.1.8 |
453 | 2024-08-21T05:12:39.916Z | Compiling toml_edit v0.22.20 |
454 | 2024-08-21T05:12:40.051Z | Compiling macaddr v1.0.1 |
455 | 2024-08-21T05:12:40.842Z | Compiling dof v0.3.0 |
456 | 2024-08-21T05:12:40.929Z | Compiling cargo_metadata v0.18.1 |
457 | 2024-08-21T05:12:42.563Z | Compiling usdt-macro v0.5.0 |
458 | 2024-08-21T05:12:42.563Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-08-21T05:12:42.853Z | Compiling toml v0.8.19 |
460 | 2024-08-21T05:12:43.672Z | Compiling cargo_toml v0.20.4 |
461 | 2024-08-21T05:12:44.074Z | Compiling usdt v0.5.0 |
462 | 2024-08-21T05:12:47.410Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
463 | 2024-08-21T05:12:51.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.56s |
464 | 2024-08-21T05:12:51.483Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
465 | 2024-08-21T05:12:52.028Z | Downloading crates ... |
466 | 2024-08-21T05:12:52.160Z | Downloaded async-stream-impl v0.3.5 |
467 | 2024-08-21T05:12:52.163Z | Downloaded adler v1.0.2 |
468 | 2024-08-21T05:12:52.185Z | Downloaded cfg_aliases v0.1.1 |
469 | 2024-08-21T05:12:52.187Z | Downloaded bitstruct v0.1.1 |
470 | 2024-08-21T05:12:52.190Z | Downloaded atty v0.2.14 |
471 | 2024-08-21T05:12:52.192Z | Downloaded crucible-workspace-hack v0.1.0 |
472 | 2024-08-21T05:12:52.194Z | Downloaded ciborium-io v0.2.2 |
473 | 2024-08-21T05:12:52.197Z | Downloaded is-terminal v0.4.12 |
474 | 2024-08-21T05:12:52.201Z | Downloaded base64 v0.13.1 |
475 | 2024-08-21T05:12:52.206Z | Downloaded bit-set v0.5.3 |
476 | 2024-08-21T05:12:52.208Z | Downloaded atomic-waker v1.1.2 |
477 | 2024-08-21T05:12:52.208Z | Downloaded instant v0.1.12 |
478 | 2024-08-21T05:12:52.211Z | Downloaded bitfield v0.14.0 |
479 | 2024-08-21T05:12:52.214Z | Downloaded cipher v0.4.4 |
480 | 2024-08-21T05:12:52.217Z | Downloaded ascii-canvas v3.0.0 |
481 | 2024-08-21T05:12:52.219Z | Downloaded array-init v0.0.4 |
482 | 2024-08-21T05:12:52.222Z | Downloaded new_debug_unreachable v1.0.6 |
483 | 2024-08-21T05:12:52.222Z | Downloaded oso-derive v0.27.3 |
484 | 2024-08-21T05:12:52.224Z | Downloaded nodrop v0.1.14 |
485 | 2024-08-21T05:12:52.226Z | Downloaded num-conv v0.1.0 |
486 | 2024-08-21T05:12:52.226Z | Downloaded data-encoding v2.6.0 |
487 | 2024-08-21T05:12:52.229Z | Downloaded normalize-line-endings v0.3.0 |
488 | 2024-08-21T05:12:52.232Z | Downloaded number_prefix v0.4.0 |
489 | 2024-08-21T05:12:52.232Z | Downloaded openssl-macros v0.1.1 |
490 | 2024-08-21T05:12:52.232Z | Downloaded constant_time_eq v0.3.0 |
491 | 2024-08-21T05:12:52.234Z | Downloaded castaway v0.2.3 |
492 | 2024-08-21T05:12:52.237Z | Downloaded newline-converter v0.3.0 |
493 | 2024-08-21T05:12:52.237Z | Downloaded mime v0.3.17 |
494 | 2024-08-21T05:12:52.239Z | Downloaded instability v0.3.2 |
495 | 2024-08-21T05:12:52.241Z | Downloaded indoc v1.0.9 |
496 | 2024-08-21T05:12:52.244Z | Downloaded cassowary v0.3.0 |
497 | 2024-08-21T05:12:52.246Z | Downloaded is_ci v1.2.0 |
498 | 2024-08-21T05:12:52.249Z | Downloaded inout v0.1.3 |
499 | 2024-08-21T05:12:52.249Z | Downloaded impl-trait-for-tuples v0.2.2 |
500 | 2024-08-21T05:12:52.251Z | Downloaded assert_matches v1.5.0 |
501 | 2024-08-21T05:12:52.254Z | Downloaded async-recursion v1.1.1 |
502 | 2024-08-21T05:12:52.257Z | Downloaded crunchy v0.2.2 |
503 | 2024-08-21T05:12:52.260Z | Downloaded mockall v0.13.0 |
504 | 2024-08-21T05:12:52.260Z | Downloaded memoffset v0.9.1 |
505 | 2024-08-21T05:12:52.262Z | Downloaded md-5 v0.10.6 |
506 | 2024-08-21T05:12:52.266Z | Downloaded managed v0.8.0 |
507 | 2024-08-21T05:12:52.266Z | Downloaded lazy_static v1.5.0 |
508 | 2024-08-21T05:12:52.268Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-08-21T05:12:52.268Z | Downloaded indent_write v2.2.0 |
510 | 2024-08-21T05:12:52.271Z | Downloaded bcs v0.1.6 |
511 | 2024-08-21T05:12:52.273Z | Downloaded arrayvec v0.7.4 |
512 | 2024-08-21T05:12:52.276Z | Downloaded num_enum_derive v0.5.11 |
513 | 2024-08-21T05:12:52.278Z | Downloaded hubpack v0.1.2 |
514 | 2024-08-21T05:12:52.278Z | Downloaded convert_case v0.4.0 |
515 | 2024-08-21T05:12:52.280Z | Downloaded num_enum v0.5.11 |
516 | 2024-08-21T05:12:52.285Z | Downloaded packed_struct v0.10.1 |
517 | 2024-08-21T05:12:52.287Z | Downloaded maplit v1.0.2 |
518 | 2024-08-21T05:12:52.290Z | Downloaded opaque-debug v0.3.1 |
519 | 2024-08-21T05:12:52.290Z | Downloaded hyper-staticfile v0.9.5 |
520 | 2024-08-21T05:12:52.293Z | Downloaded base16ct v0.2.0 |
521 | 2024-08-21T05:12:52.295Z | Downloaded openssl-probe v0.1.5 |
522 | 2024-08-21T05:12:52.298Z | Downloaded cancel-safe-futures v0.1.5 |
523 | 2024-08-21T05:12:52.300Z | Downloaded take_mut v0.2.2 |
524 | 2024-08-21T05:12:52.302Z | Downloaded time-core v0.1.2 |
525 | 2024-08-21T05:12:52.304Z | Downloaded ipnetwork v0.20.0 |
526 | 2024-08-21T05:12:52.304Z | Downloaded bb8 v0.8.5 |
527 | 2024-08-21T05:12:52.307Z | Downloaded multimap v0.10.0 |
528 | 2024-08-21T05:12:52.309Z | Downloaded block-padding v0.3.3 |
529 | 2024-08-21T05:12:52.312Z | Downloaded bitfield-struct v0.6.1 |
530 | 2024-08-21T05:12:52.312Z | Downloaded lock_api v0.4.12 |
531 | 2024-08-21T05:12:52.314Z | Downloaded colored v2.1.0 |
532 | 2024-08-21T05:12:52.316Z | Downloaded keccak v0.1.5 |
533 | 2024-08-21T05:12:52.319Z | Downloaded multer v3.1.0 |
534 | 2024-08-21T05:12:52.321Z | Downloaded const_format_proc_macros v0.2.32 |
535 | 2024-08-21T05:12:52.323Z | Downloaded num-complex v0.4.6 |
536 | 2024-08-21T05:12:52.326Z | Downloaded chacha20 v0.9.1 |
537 | 2024-08-21T05:12:52.329Z | Downloaded newtype_derive v0.1.6 |
538 | 2024-08-21T05:12:52.331Z | Downloaded crossbeam-deque v0.8.5 |
539 | 2024-08-21T05:12:52.334Z | Downloaded parking_lot v0.11.2 |
540 | 2024-08-21T05:12:52.336Z | Downloaded darling v0.20.9 |
541 | 2024-08-21T05:12:52.339Z | Downloaded indexmap v1.9.3 |
542 | 2024-08-21T05:12:52.344Z | Downloaded zone_cfg_derive v0.1.2 |
543 | 2024-08-21T05:12:52.346Z | Downloaded const-oid v0.9.6 |
544 | 2024-08-21T05:12:52.348Z | Downloaded packed_struct_codegen v0.10.1 |
545 | 2024-08-21T05:12:52.352Z | Downloaded num-iter v0.1.45 |
546 | 2024-08-21T05:12:52.352Z | Downloaded sec1 v0.7.3 |
547 | 2024-08-21T05:12:52.355Z | Downloaded num-derive v0.4.2 |
548 | 2024-08-21T05:12:52.358Z | Downloaded fxhash v0.2.1 |
549 | 2024-08-21T05:12:52.358Z | Downloaded want v0.3.1 |
550 | 2024-08-21T05:12:52.361Z | Downloaded sync_wrapper v0.1.2 |
551 | 2024-08-21T05:12:52.361Z | Downloaded crossbeam-epoch v0.9.18 |
552 | 2024-08-21T05:12:52.363Z | Downloaded olpc-cjson v0.1.3 |
553 | 2024-08-21T05:12:52.365Z | Downloaded derive_builder_macro v0.20.0 |
554 | 2024-08-21T05:12:52.365Z | Downloaded waitgroup v0.1.2 |
555 | 2024-08-21T05:12:52.367Z | Downloaded backoff v0.4.0 |
556 | 2024-08-21T05:12:52.370Z | Downloaded ascii v1.1.0 |
557 | 2024-08-21T05:12:52.373Z | Downloaded ciborium-ll v0.2.2 |
558 | 2024-08-21T05:12:52.376Z | Downloaded parking_lot_core v0.8.6 |
559 | 2024-08-21T05:12:52.376Z | Downloaded cookie v0.17.0 |
560 | 2024-08-21T05:12:52.378Z | Downloaded crc32fast v1.4.0 |
561 | 2024-08-21T05:12:52.382Z | Downloaded unicode-truncate v1.0.0 |
562 | 2024-08-21T05:12:52.385Z | Downloaded tls_codec v0.4.1 |
563 | 2024-08-21T05:12:52.385Z | Downloaded omicron-zone-package v0.11.0 |
564 | 2024-08-21T05:12:52.389Z | Downloaded indicatif v0.17.8 |
565 | 2024-08-21T05:12:52.393Z | Downloaded pretty-hex v0.2.1 |
566 | 2024-08-21T05:12:52.396Z | Downloaded defmt-macros v0.3.9 |
567 | 2024-08-21T05:12:52.399Z | Downloaded compact_str v0.8.0 |
568 | 2024-08-21T05:12:52.402Z | Downloaded utf-8 v0.7.6 |
569 | 2024-08-21T05:12:52.402Z | Downloaded nu-ansi-term v0.50.0 |
570 | 2024-08-21T05:12:52.406Z | Downloaded owo-colors v4.0.0 |
571 | 2024-08-21T05:12:52.408Z | Downloaded newtype-uuid v1.1.0 |
572 | 2024-08-21T05:12:52.412Z | Downloaded predicates-core v1.0.6 |
573 | 2024-08-21T05:12:52.412Z | Downloaded precomputed-hash v0.1.1 |
574 | 2024-08-21T05:12:52.414Z | Downloaded flagset v0.4.5 |
575 | 2024-08-21T05:12:52.414Z | Downloaded tinyvec_macros v0.1.1 |
576 | 2024-08-21T05:12:52.414Z | Downloaded fixedbitset v0.4.2 |
577 | 2024-08-21T05:12:52.417Z | Downloaded stringprep v0.1.4 |
578 | 2024-08-21T05:12:52.420Z | Downloaded wait-timeout v0.2.0 |
579 | 2024-08-21T05:12:52.420Z | Downloaded termtree v0.4.1 |
580 | 2024-08-21T05:12:52.422Z | Downloaded hostname v0.3.1 |
581 | 2024-08-21T05:12:52.422Z | Downloaded argon2 v0.5.3 |
582 | 2024-08-21T05:12:52.425Z | Downloaded peg-runtime v0.8.3 |
583 | 2024-08-21T05:12:52.427Z | Downloaded blake2 v0.10.6 |
584 | 2024-08-21T05:12:52.430Z | Downloaded ahash v0.8.11 |
585 | 2024-08-21T05:12:52.432Z | Downloaded openssl-sys v0.9.103 |
586 | 2024-08-21T05:12:52.438Z | Downloaded try-lock v0.2.5 |
587 | 2024-08-21T05:12:52.441Z | Downloaded hostname v0.4.0 |
588 | 2024-08-21T05:12:52.441Z | Downloaded erased-serde v0.3.31 |
589 | 2024-08-21T05:12:52.444Z | Downloaded group v0.13.0 |
590 | 2024-08-21T05:12:52.447Z | Downloaded proc-macro-crate v1.3.1 |
591 | 2024-08-21T05:12:52.447Z | Downloaded display-error-chain v0.2.0 |
592 | 2024-08-21T05:12:52.449Z | Downloaded resolv-conf v0.7.0 |
593 | 2024-08-21T05:12:52.449Z | Downloaded cc v1.0.97 |
594 | 2024-08-21T05:12:52.453Z | Downloaded foreign-types-shared v0.3.1 |
595 | 2024-08-21T05:12:52.455Z | Downloaded scheduled-thread-pool v0.2.7 |
596 | 2024-08-21T05:12:52.455Z | Downloaded difflib v0.4.0 |
597 | 2024-08-21T05:12:52.457Z | Downloaded walkdir v2.5.0 |
598 | 2024-08-21T05:12:52.460Z | Downloaded predicates v3.1.2 |
599 | 2024-08-21T05:12:52.462Z | Downloaded darling_core v0.20.9 |
600 | 2024-08-21T05:12:52.466Z | Downloaded path-slash v0.1.5 |
601 | 2024-08-21T05:12:52.469Z | Downloaded endian-type v0.1.2 |
602 | 2024-08-21T05:12:52.471Z | Downloaded termios v0.3.3 |
603 | 2024-08-21T05:12:52.471Z | Downloaded num-traits v0.2.19 |
604 | 2024-08-21T05:12:52.474Z | Downloaded smawk v0.3.2 |
605 | 2024-08-21T05:12:52.476Z | Downloaded home v0.5.9 |
606 | 2024-08-21T05:12:52.481Z | Downloaded ident_case v1.0.1 |
607 | 2024-08-21T05:12:52.481Z | Downloaded same-file v1.0.6 |
608 | 2024-08-21T05:12:52.483Z | Downloaded ena v0.14.3 |
609 | 2024-08-21T05:12:52.484Z | Downloaded parse-size v1.0.0 |
610 | 2024-08-21T05:12:52.484Z | Downloaded socket2 v0.4.10 |
611 | 2024-08-21T05:12:52.486Z | Downloaded spin v0.5.2 |
612 | 2024-08-21T05:12:52.488Z | Downloaded filetime v0.2.24 |
613 | 2024-08-21T05:12:52.488Z | Downloaded parking_lot v0.12.2 |
614 | 2024-08-21T05:12:52.492Z | Downloaded oso v0.27.3 |
615 | 2024-08-21T05:12:52.495Z | Downloaded hashlink v0.9.1 |
616 | 2024-08-21T05:12:52.497Z | Downloaded stable_deref_trait v1.2.0 |
617 | 2024-08-21T05:12:52.500Z | Downloaded rustc_version v0.1.7 |
618 | 2024-08-21T05:12:52.500Z | Downloaded parking_lot_core v0.9.10 |
619 | 2024-08-21T05:12:52.503Z | Downloaded tokio-rustls v0.24.1 |
620 | 2024-08-21T05:12:52.507Z | Downloaded pem-rfc7468 v0.7.0 |
621 | 2024-08-21T05:12:52.512Z | Downloaded crossbeam-channel v0.5.12 |
622 | 2024-08-21T05:12:52.512Z | Downloaded strum v0.26.3 |
623 | 2024-08-21T05:12:52.517Z | Downloaded fragile v2.0.0 |
624 | 2024-08-21T05:12:52.517Z | Downloaded form_urlencoded v1.2.1 |
625 | 2024-08-21T05:12:52.517Z | Downloaded dirs-sys-next v0.1.2 |
626 | 2024-08-21T05:12:52.520Z | Downloaded spin v0.9.8 |
627 | 2024-08-21T05:12:52.522Z | Downloaded enum-as-inner v0.6.0 |
628 | 2024-08-21T05:12:52.522Z | Downloaded vte_generate_state_changes v0.1.1 |
629 | 2024-08-21T05:12:52.526Z | Downloaded mockall_derive v0.13.0 |
630 | 2024-08-21T05:12:52.526Z | Downloaded serde_with_macros v3.8.3 |
631 | 2024-08-21T05:12:52.529Z | Downloaded paste v1.0.15 |
632 | 2024-08-21T05:12:52.532Z | Downloaded pbkdf2 v0.12.2 |
633 | 2024-08-21T05:12:52.534Z | Downloaded sqlformat v0.2.4 |
634 | 2024-08-21T05:12:52.537Z | Downloaded parse-display-derive v0.10.0 |
635 | 2024-08-21T05:12:52.537Z | Downloaded parse-display v0.10.0 |
636 | 2024-08-21T05:12:52.539Z | Downloaded hubpack_derive v0.1.1 |
637 | 2024-08-21T05:12:52.539Z | Downloaded hyper-tls v0.5.0 |
638 | 2024-08-21T05:12:52.539Z | Downloaded console v0.15.8 |
639 | 2024-08-21T05:12:52.552Z | Downloaded base64 v0.21.7 |
640 | 2024-08-21T05:12:52.557Z | Downloaded slog-json v2.6.1 |
641 | 2024-08-21T05:12:52.559Z | Downloaded sqlparser_derive v0.2.2 |
642 | 2024-08-21T05:12:52.561Z | Downloaded serde_repr v0.1.19 |
643 | 2024-08-21T05:12:52.564Z | Downloaded serde_path_to_error v0.1.16 |
644 | 2024-08-21T05:12:52.566Z | Downloaded strum_macros v0.24.3 |
645 | 2024-08-21T05:12:52.566Z | Downloaded tokio-macros v2.3.0 |
646 | 2024-08-21T05:12:52.568Z | Downloaded strum_macros v0.25.3 |
647 | 2024-08-21T05:12:52.570Z | Downloaded structmeta-derive v0.2.0 |
648 | 2024-08-21T05:12:52.574Z | Downloaded tls_codec_derive v0.4.1 |
649 | 2024-08-21T05:12:52.574Z | Downloaded tungstenite v0.20.1 |
650 | 2024-08-21T05:12:52.577Z | Downloaded semver v0.1.20 |
651 | 2024-08-21T05:12:52.581Z | Downloaded der_derive v0.7.2 |
652 | 2024-08-21T05:12:52.584Z | Downloaded fastrand v2.1.0 |
653 | 2024-08-21T05:12:52.584Z | Downloaded foreign-types-shared v0.1.1 |
654 | 2024-08-21T05:12:52.584Z | Downloaded env_logger v0.9.3 |
655 | 2024-08-21T05:12:52.586Z | Downloaded getrandom v0.2.14 |
656 | 2024-08-21T05:12:52.589Z | Downloaded socket2 v0.5.7 |
657 | 2024-08-21T05:12:52.591Z | Downloaded password-hash v0.5.0 |
658 | 2024-08-21T05:12:52.593Z | Downloaded futures-core v0.3.30 |
659 | 2024-08-21T05:12:52.596Z | Downloaded highway v1.2.0 |
660 | 2024-08-21T05:12:52.598Z | Downloaded headers-core v0.2.0 |
661 | 2024-08-21T05:12:52.598Z | Downloaded heck v0.3.3 |
662 | 2024-08-21T05:12:52.601Z | Downloaded fd-lock v4.0.2 |
663 | 2024-08-21T05:12:52.603Z | Downloaded aes v0.8.4 |
664 | 2024-08-21T05:12:52.606Z | Downloaded pin-utils v0.1.0 |
665 | 2024-08-21T05:12:52.608Z | Downloaded sigpipe v0.1.3 |
666 | 2024-08-21T05:12:52.608Z | Downloaded tinyvec v1.6.0 |
667 | 2024-08-21T05:12:52.612Z | Downloaded headers v0.3.9 |
668 | 2024-08-21T05:12:52.617Z | Downloaded serde_plain v1.0.2 |
669 | 2024-08-21T05:12:52.620Z | Downloaded httpdate v1.0.3 |
670 | 2024-08-21T05:12:52.622Z | Downloaded rand_seeder v0.3.0 |
671 | 2024-08-21T05:12:52.625Z | Downloaded structmeta-derive v0.3.0 |
672 | 2024-08-21T05:12:52.625Z | Downloaded sha1 v0.10.6 |
673 | 2024-08-21T05:12:52.627Z | Downloaded serde_urlencoded v0.7.1 |
674 | 2024-08-21T05:12:52.627Z | Downloaded secrecy v0.8.0 |
675 | 2024-08-21T05:12:52.630Z | Downloaded slog-term v2.9.1 |
676 | 2024-08-21T05:12:52.632Z | Downloaded vte v0.11.1 |
677 | 2024-08-21T05:12:52.634Z | Downloaded prettyplease v0.2.20 |
678 | 2024-08-21T05:12:52.637Z | Downloaded derive_more v0.99.18 |
679 | 2024-08-21T05:12:52.642Z | Downloaded zone v0.1.8 |
680 | 2024-08-21T05:12:52.645Z | Downloaded dyn-clone v1.0.17 |
681 | 2024-08-21T05:12:52.647Z | Downloaded serde_yaml v0.9.34+deprecated |
682 | 2024-08-21T05:12:52.650Z | Downloaded foreign-types v0.5.0 |
683 | 2024-08-21T05:12:52.652Z | Downloaded half v2.4.1 |
684 | 2024-08-21T05:12:52.656Z | Downloaded ref-cast-impl v1.0.23 |
685 | 2024-08-21T05:12:52.658Z | Downloaded foreign-types-macros v0.2.3 |
686 | 2024-08-21T05:12:52.658Z | Downloaded dirs-next v2.0.0 |
687 | 2024-08-21T05:12:52.658Z | Downloaded tracing-core v0.1.32 |
688 | 2024-08-21T05:12:52.661Z | Downloaded phf_shared v0.11.2 |
689 | 2024-08-21T05:12:52.663Z | Downloaded dsl_auto_type v0.1.2 |
690 | 2024-08-21T05:12:52.665Z | Downloaded tokio-native-tls v0.3.1 |
691 | 2024-08-21T05:12:52.665Z | Downloaded mio v1.0.2 |
692 | 2024-08-21T05:12:52.672Z | Downloaded tiny-keccak v2.0.2 |
693 | 2024-08-21T05:12:52.675Z | Downloaded static_assertions v1.1.0 |
694 | 2024-08-21T05:12:52.677Z | Downloaded hex v0.4.3 |
695 | 2024-08-21T05:12:52.679Z | Downloaded pkcs1 v0.7.5 |
696 | 2024-08-21T05:12:52.682Z | Downloaded pin-project-lite v0.2.14 |
697 | 2024-08-21T05:12:52.686Z | Downloaded unicase v2.7.0 |
698 | 2024-08-21T05:12:52.688Z | Downloaded rustls-pki-types v1.7.0 |
699 | 2024-08-21T05:12:52.690Z | Downloaded unicode-segmentation v1.11.0 |
700 | 2024-08-21T05:12:52.693Z | Downloaded unarray v0.1.4 |
701 | 2024-08-21T05:12:52.695Z | Downloaded twox-hash v1.6.3 |
702 | 2024-08-21T05:12:52.698Z | Downloaded shlex v1.3.0 |
703 | 2024-08-21T05:12:52.700Z | Downloaded funty v2.0.0 |
704 | 2024-08-21T05:12:52.700Z | Downloaded time-macros v0.2.18 |
705 | 2024-08-21T05:12:52.702Z | Downloaded thiserror-no-std v2.0.2 |
706 | 2024-08-21T05:12:52.707Z | Downloaded topological-sort v0.2.2 |
707 | 2024-08-21T05:12:52.710Z | Downloaded http-range v0.1.5 |
708 | 2024-08-21T05:12:52.710Z | Downloaded poly1305 v0.8.0 |
709 | 2024-08-21T05:12:52.712Z | Downloaded derive-where v1.2.7 |
710 | 2024-08-21T05:12:52.715Z | Downloaded postgres-types v0.2.7 |
711 | 2024-08-21T05:12:52.718Z | Downloaded hickory-client v0.24.1 |
712 | 2024-08-21T05:12:52.722Z | Downloaded fatfs v0.3.6 |
713 | 2024-08-21T05:12:52.725Z | Downloaded schemars_derive v0.8.21 |
714 | 2024-08-21T05:12:52.727Z | Downloaded uzers v0.11.3 |
715 | 2024-08-21T05:12:52.729Z | Downloaded salsa20 v0.10.2 |
716 | 2024-08-21T05:12:52.731Z | Downloaded embedded-io v0.4.0 |
717 | 2024-08-21T05:12:52.734Z | Downloaded libxml v0.3.3 |
718 | 2024-08-21T05:12:52.738Z | Downloaded pkg-config v0.3.30 |
719 | 2024-08-21T05:12:52.741Z | Downloaded phf_shared v0.10.0 |
720 | 2024-08-21T05:12:52.741Z | Downloaded r2d2 v0.8.10 |
721 | 2024-08-21T05:12:52.743Z | Downloaded rand_chacha v0.3.1 |
722 | 2024-08-21T05:12:52.746Z | Downloaded psl-types v2.0.11 |
723 | 2024-08-21T05:12:52.746Z | Downloaded rustc_version v0.4.0 |
724 | 2024-08-21T05:12:52.748Z | Downloaded rpassword v7.3.1 |
725 | 2024-08-21T05:12:52.748Z | Downloaded crossterm v0.27.0 |
726 | 2024-08-21T05:12:52.755Z | Downloaded rustls-pemfile v1.0.4 |
727 | 2024-08-21T05:12:52.758Z | Downloaded rustfmt-wrapper v0.2.1 |
728 | 2024-08-21T05:12:52.760Z | Downloaded zeroize_derive v1.4.2 |
729 | 2024-08-21T05:12:52.760Z | Downloaded gethostname v0.5.0 |
730 | 2024-08-21T05:12:52.763Z | Downloaded test-strategy v0.3.1 |
731 | 2024-08-21T05:12:52.765Z | Downloaded portpicker v0.1.1 |
732 | 2024-08-21T05:12:52.768Z | Downloaded structmeta v0.3.0 |
733 | 2024-08-21T05:12:52.768Z | Downloaded structmeta v0.2.0 |
734 | 2024-08-21T05:12:52.768Z | Downloaded strip-ansi-escapes v0.2.0 |
735 | 2024-08-21T05:12:52.771Z | Downloaded httparse v1.8.0 |
736 | 2024-08-21T05:12:52.773Z | Downloaded heapless v0.8.0 |
737 | 2024-08-21T05:12:52.775Z | Downloaded signal-hook-tokio v0.3.1 |
738 | 2024-08-21T05:12:52.778Z | Downloaded nom v7.1.3 |
739 | 2024-08-21T05:12:52.783Z | Downloaded rand_core v0.6.4 |
740 | 2024-08-21T05:12:52.785Z | Downloaded slog-async v2.8.0 |
741 | 2024-08-21T05:12:52.787Z | Downloaded pkcs8 v0.10.2 |
742 | 2024-08-21T05:12:52.790Z | Downloaded http-body v0.4.6 |
743 | 2024-08-21T05:12:52.792Z | Downloaded rsa v0.9.6 |
744 | 2024-08-21T05:12:52.797Z | Downloaded rustls-pemfile v2.1.3 |
745 | 2024-08-21T05:12:52.799Z | Downloaded untrusted v0.9.0 |
746 | 2024-08-21T05:12:52.802Z | Downloaded rcgen v0.12.1 |
747 | 2024-08-21T05:12:52.804Z | Downloaded itertools v0.12.1 |
748 | 2024-08-21T05:12:52.811Z | Downloaded radium v0.7.0 |
749 | 2024-08-21T05:12:52.813Z | Downloaded foreign-types v0.3.2 |
750 | 2024-08-21T05:12:52.813Z | Downloaded snafu v0.8.2 |
751 | 2024-08-21T05:12:52.819Z | Downloaded slab v0.4.9 |
752 | 2024-08-21T05:12:52.822Z | Downloaded float-ord v0.3.2 |
753 | 2024-08-21T05:12:52.824Z | Downloaded hash32 v0.3.1 |
754 | 2024-08-21T05:12:52.824Z | Downloaded zeroize v1.7.0 |
755 | 2024-08-21T05:12:52.827Z | Downloaded universal-hash v0.5.1 |
756 | 2024-08-21T05:12:52.827Z | Downloaded unicode-linebreak v0.1.5 |
757 | 2024-08-21T05:12:52.827Z | Downloaded tempfile v3.10.1 |
758 | 2024-08-21T05:12:52.830Z | Downloaded yasna v0.5.2 |
759 | 2024-08-21T05:12:52.832Z | Downloaded diesel_table_macro_syntax v0.2.0 |
760 | 2024-08-21T05:12:52.835Z | Downloaded unicode_categories v0.1.1 |
761 | 2024-08-21T05:12:52.837Z | Downloaded defmt-parser v0.3.4 |
762 | 2024-08-21T05:12:52.837Z | Downloaded xattr v1.3.1 |
763 | 2024-08-21T05:12:52.839Z | Downloaded hash32 v0.2.1 |
764 | 2024-08-21T05:12:52.842Z | Downloaded toolchain_find v0.4.0 |
765 | 2024-08-21T05:12:52.842Z | Downloaded signature v2.2.0 |
766 | 2024-08-21T05:12:52.845Z | Downloaded signal-hook-mio v0.2.4 |
767 | 2024-08-21T05:12:52.845Z | Downloaded tokio-util v0.7.11 |
768 | 2024-08-21T05:12:52.850Z | Downloaded slog-dtrace v0.3.0 |
769 | 2024-08-21T05:12:52.853Z | Downloaded similar v2.5.0 |
770 | 2024-08-21T05:12:52.857Z | Downloaded shell-words v1.1.0 |
771 | 2024-08-21T05:12:52.860Z | Downloaded itertools v0.13.0 |
772 | 2024-08-21T05:12:52.866Z | Downloaded ff v0.13.0 |
773 | 2024-08-21T05:12:52.869Z | Downloaded ppv-lite86 v0.2.17 |
774 | 2024-08-21T05:12:52.872Z | Downloaded either v1.13.0 |
775 | 2024-08-21T05:12:52.872Z | Downloaded unicode-bidi v0.3.15 |
776 | 2024-08-21T05:12:52.874Z | Downloaded smallvec v0.6.14 |
777 | 2024-08-21T05:12:52.877Z | Downloaded scrypt v0.11.0 |
778 | 2024-08-21T05:12:52.879Z | Downloaded powerfmt v0.2.0 |
779 | 2024-08-21T05:12:52.879Z | Downloaded termcolor v1.4.1 |
780 | 2024-08-21T05:12:52.881Z | Downloaded strum_macros v0.26.4 |
781 | 2024-08-21T05:12:52.882Z | Downloaded zerocopy v0.6.6 |
782 | 2024-08-21T05:12:52.884Z | Downloaded subtle v2.5.0 |
783 | 2024-08-21T05:12:52.887Z | Downloaded whoami v1.5.1 |
784 | 2024-08-21T05:12:52.890Z | Downloaded typed-path v0.7.1 |
785 | 2024-08-21T05:12:52.894Z | Downloaded ron v0.7.1 |
786 | 2024-08-21T05:12:52.898Z | Downloaded glob v0.3.1 |
787 | 2024-08-21T05:12:52.901Z | Downloaded hyper-rustls v0.24.2 |
788 | 2024-08-21T05:12:52.903Z | Downloaded pkcs5 v0.7.1 |
789 | 2024-08-21T05:12:52.906Z | Downloaded postgres-protocol v0.6.7 |
790 | 2024-08-21T05:12:52.909Z | Downloaded schemars v0.8.21 |
791 | 2024-08-21T05:12:52.921Z | Downloaded blake3 v1.5.1 |
792 | 2024-08-21T05:12:52.927Z | Downloaded peg v0.8.4 |
793 | 2024-08-21T05:12:52.932Z | Downloaded env_logger v0.10.2 |
794 | 2024-08-21T05:12:52.935Z | Downloaded tokio-stream v0.1.15 |
795 | 2024-08-21T05:12:52.939Z | Downloaded elliptic-curve v0.13.8 |
796 | 2024-08-21T05:12:52.943Z | Downloaded subprocess v0.2.9 |
797 | 2024-08-21T05:12:52.946Z | Downloaded smallvec v1.13.2 |
798 | 2024-08-21T05:12:52.948Z | Downloaded uuid v1.10.0 |
799 | 2024-08-21T05:12:52.951Z | Downloaded futures-util v0.3.30 |
800 | 2024-08-21T05:12:52.963Z | Downloaded postcard v1.0.8 |
801 | 2024-08-21T05:12:52.966Z | Downloaded globset v0.4.14 |
802 | 2024-08-21T05:12:52.969Z | Downloaded toml v0.7.8 |
803 | 2024-08-21T05:12:52.971Z | Downloaded ron v0.8.1 |
804 | 2024-08-21T05:12:52.977Z | Downloaded tar v0.4.41 |
805 | 2024-08-21T05:12:52.979Z | Downloaded tokio-tungstenite v0.20.1 |
806 | 2024-08-21T05:12:52.982Z | Downloaded chrono v0.4.38 |
807 | 2024-08-21T05:12:52.990Z | Downloaded bitvec v1.0.1 |
808 | 2024-08-21T05:12:53.006Z | Downloaded http v1.1.0 |
809 | 2024-08-21T05:12:53.009Z | Downloaded unsafe-libyaml v0.2.11 |
810 | 2024-08-21T05:12:53.012Z | Downloaded http v0.2.12 |
811 | 2024-08-21T05:12:53.017Z | Downloaded serde_with v3.8.3 |
812 | 2024-08-21T05:12:53.025Z | Downloaded time v0.3.36 |
813 | 2024-08-21T05:12:53.032Z | Downloaded rand v0.8.5 |
814 | 2024-08-21T05:12:53.036Z | Downloaded bindgen v0.69.4 |
815 | 2024-08-21T05:12:53.043Z | Downloaded url v2.5.2 |
816 | 2024-08-21T05:12:53.046Z | Downloaded rusqlite v0.31.0 |
817 | 2024-08-21T05:12:53.053Z | Downloaded peg-macros v0.8.4 |
818 | 2024-08-21T05:12:53.055Z | Downloaded x509-cert v0.2.5 |
819 | 2024-08-21T05:12:53.061Z | Downloaded tough v0.17.1 |
820 | 2024-08-21T05:12:53.070Z | Downloaded sqlparser v0.45.0 |
821 | 2024-08-21T05:12:53.076Z | Downloaded diesel_derives v2.2.2 |
822 | 2024-08-21T05:12:53.081Z | Downloaded regex-automata v0.1.10 |
823 | 2024-08-21T05:12:53.085Z | Downloaded lalrpop v0.19.12 |
824 | 2024-08-21T05:12:53.097Z | Downloaded hkdf v0.12.4 |
825 | 2024-08-21T05:12:53.100Z | Downloaded hickory-resolver v0.24.1 |
826 | 2024-08-21T05:12:53.104Z | Downloaded reqwest v0.11.27 |
827 | 2024-08-21T05:12:53.112Z | Downloaded proptest v1.5.0 |
828 | 2024-08-21T05:12:53.122Z | Downloaded unicode-normalization v0.1.23 |
829 | 2024-08-21T05:12:53.126Z | Downloaded idna v0.4.0 |
830 | 2024-08-21T05:12:53.134Z | Downloaded rustls-webpki v0.102.4 |
831 | 2024-08-21T05:12:53.151Z | Downloaded rayon v1.10.0 |
832 | 2024-08-21T05:12:53.160Z | Downloaded portable-atomic v1.6.0 |
833 | 2024-08-21T05:12:53.166Z | Downloaded vcpkg v0.2.15 |
834 | 2024-08-21T05:12:53.205Z | Downloaded idna v0.3.0 |
835 | 2024-08-21T05:12:53.213Z | Downloaded winnow v0.5.40 |
836 | 2024-08-21T05:12:53.220Z | Downloaded openssl v0.10.66 |
837 | 2024-08-21T05:12:53.230Z | Downloaded curve25519-dalek v4.1.3 |
838 | 2024-08-21T05:12:53.239Z | Downloaded regex-syntax v0.6.29 |
839 | 2024-08-21T05:12:53.247Z | Downloaded hyper v0.14.30 |
840 | 2024-08-21T05:12:53.254Z | Downloaded webpki-roots v0.25.4 |
841 | 2024-08-21T05:12:53.258Z | Downloaded quick-xml v0.31.0 |
842 | 2024-08-21T05:12:53.264Z | Downloaded git2 v0.19.0 |
843 | 2024-08-21T05:12:53.273Z | Downloaded nix v0.27.1 |
844 | 2024-08-21T05:12:53.284Z | Downloaded smoltcp v0.9.1 |
845 | 2024-08-21T05:12:53.297Z | Downloaded regex v1.10.6 |
846 | 2024-08-21T05:12:53.311Z | Downloaded rustls v0.21.12 |
847 | 2024-08-21T05:12:53.323Z | Downloaded diesel v2.2.2 |
848 | 2024-08-21T05:12:53.344Z | Downloaded rustls v0.22.4 |
849 | 2024-08-21T05:12:53.357Z | Downloaded gimli v0.28.1 |
850 | 2024-08-21T05:12:53.366Z | Downloaded regex-syntax v0.8.4 |
851 | 2024-08-21T05:12:53.374Z | Downloaded regress v0.9.1 |
852 | 2024-08-21T05:12:53.384Z | Downloaded smoltcp v0.11.0 |
853 | 2024-08-21T05:12:53.398Z | Downloaded openapiv3 v2.0.0 |
854 | 2024-08-21T05:12:53.411Z | Downloaded hickory-proto v0.24.1 |
855 | 2024-08-21T05:12:53.427Z | Downloaded regex-automata v0.4.6 |
856 | 2024-08-21T05:12:53.445Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
857 | 2024-08-21T05:12:53.457Z | Downloaded zerocopy-derive v0.6.6 |
858 | 2024-08-21T05:12:53.468Z | Downloaded ratatui v0.28.0 |
859 | 2024-08-21T05:12:53.488Z | Downloaded sled v0.34.7 |
860 | 2024-08-21T05:12:53.499Z | Downloaded sha3 v0.10.8 |
861 | 2024-08-21T05:12:53.503Z | Downloaded csv v1.3.0 |
862 | 2024-08-21T05:12:53.524Z | Downloaded polar-core v0.27.3 |
863 | 2024-08-21T05:12:53.533Z | Downloaded radix_trie v0.2.1 |
864 | 2024-08-21T05:12:53.538Z | Downloaded finl_unicode v1.2.0 |
865 | 2024-08-21T05:12:53.551Z | Downloaded bstr v1.9.1 |
866 | 2024-08-21T05:12:53.562Z | Downloaded petgraph v0.6.5 |
867 | 2024-08-21T05:12:53.580Z | Downloaded nix v0.28.0 |
868 | 2024-08-21T05:12:53.591Z | Downloaded bstr v0.2.17 |
869 | 2024-08-21T05:12:53.602Z | Downloaded object v0.32.2 |
870 | 2024-08-21T05:12:53.614Z | Downloaded tokio v1.38.1 |
871 | 2024-08-21T05:12:53.652Z | Downloaded object v0.30.4 |
872 | 2024-08-21T05:12:53.662Z | Downloaded idna v0.5.0 |
873 | 2024-08-21T05:12:53.669Z | Downloaded rustyline v14.0.0 |
874 | 2024-08-21T05:12:53.674Z | Downloaded rustls-webpki v0.101.7 |
875 | 2024-08-21T05:12:53.689Z | Downloaded reedline v0.33.0 |
876 | 2024-08-21T05:12:53.696Z | Downloaded h2 v0.3.26 |
877 | 2024-08-21T05:12:53.703Z | Downloaded toml_edit v0.19.15 |
878 | 2024-08-21T05:12:53.721Z | Downloaded signal-hook v0.3.17 |
879 | 2024-08-21T05:12:53.723Z | Downloaded hashbrown v0.12.3 |
880 | 2024-08-21T05:12:53.727Z | Downloaded der v0.7.9 |
881 | 2024-08-21T05:12:53.733Z | Downloaded futures-channel v0.3.30 |
882 | 2024-08-21T05:12:53.735Z | Downloaded pin-project v1.1.5 |
883 | 2024-08-21T05:12:53.746Z | Downloaded publicsuffix v2.2.3 |
884 | 2024-08-21T05:12:53.748Z | Downloaded aho-corasick v1.1.3 |
885 | 2024-08-21T05:12:53.754Z | Downloaded fallible-iterator v0.2.0 |
886 | 2024-08-21T05:12:53.757Z | Downloaded deranged v0.3.11 |
887 | 2024-08-21T05:12:53.757Z | Downloaded wyz v0.5.1 |
888 | 2024-08-21T05:12:53.759Z | Downloaded smf v0.2.3 |
889 | 2024-08-21T05:12:53.759Z | Downloaded scopeguard v1.2.0 |
890 | 2024-08-21T05:12:53.762Z | Downloaded tokio-tungstenite v0.21.0 |
891 | 2024-08-21T05:12:53.764Z | Downloaded samael v0.0.15 |
892 | 2024-08-21T05:12:53.767Z | Downloaded heapless v0.7.17 |
893 | 2024-08-21T05:12:53.771Z | Downloaded hashbrown v0.13.2 |
894 | 2024-08-21T05:12:53.775Z | Downloaded tap v1.0.1 |
895 | 2024-08-21T05:12:53.778Z | Downloaded textwrap v0.16.1 |
896 | 2024-08-21T05:12:53.780Z | Downloaded ref-cast v1.0.23 |
897 | 2024-08-21T05:12:53.782Z | Downloaded float-cmp v0.9.0 |
898 | 2024-08-21T05:12:53.782Z | Downloaded humantime v2.1.0 |
899 | 2024-08-21T05:12:53.787Z | Downloaded which v4.4.2 |
900 | 2024-08-21T05:12:53.790Z | Downloaded ring v0.17.8 |
901 | 2024-08-21T05:12:53.859Z | Downloaded untrusted v0.7.1 |
902 | 2024-08-21T05:12:53.861Z | Downloaded rayon-core v1.12.1 |
903 | 2024-08-21T05:12:53.863Z | Downloaded fallible-iterator v0.3.0 |
904 | 2024-08-21T05:12:53.866Z | Downloaded slog-envlogger v2.2.0 |
905 | 2024-08-21T05:12:53.866Z | Downloaded num-bigint-dig v0.8.4 |
906 | 2024-08-21T05:12:53.870Z | Downloaded futures-io v0.3.30 |
907 | 2024-08-21T05:12:53.873Z | Downloaded fallible-streaming-iterator v0.1.9 |
908 | 2024-08-21T05:12:53.873Z | Downloaded hickory-server v0.24.1 |
909 | 2024-08-21T05:12:53.877Z | Downloaded flate2 v1.0.31 |
910 | 2024-08-21T05:12:53.882Z | Downloaded futures-sink v0.3.30 |
911 | 2024-08-21T05:12:53.884Z | Downloaded futures-executor v0.3.30 |
912 | 2024-08-21T05:12:53.885Z | Downloaded futures v0.3.30 |
913 | 2024-08-21T05:12:53.889Z | Downloaded crossterm v0.28.1 |
914 | 2024-08-21T05:12:53.896Z | Downloaded expectorate v1.1.0 |
915 | 2024-08-21T05:12:53.898Z | Downloaded zip v0.6.6 |
916 | 2024-08-21T05:12:53.902Z | Downloaded futures-macro v0.3.30 |
917 | 2024-08-21T05:12:53.904Z | Downloaded term v0.7.0 |
918 | 2024-08-21T05:12:53.907Z | Downloaded flume v0.11.0 |
919 | 2024-08-21T05:12:53.909Z | Downloaded futures-task v0.3.30 |
920 | 2024-08-21T05:12:53.912Z | Downloaded sct v0.7.1 |
921 | 2024-08-21T05:12:53.914Z | Downloaded pin-project-internal v1.1.5 |
922 | 2024-08-21T05:12:53.916Z | Downloaded steno v0.4.1 |
923 | 2024-08-21T05:12:53.919Z | Downloaded libm v0.2.8 |
924 | 2024-08-21T05:12:53.927Z | Downloaded encoding_rs v0.8.34 |
925 | 2024-08-21T05:12:53.949Z | Downloaded itertools v0.10.5 |
926 | 2024-08-21T05:12:53.955Z | Downloaded derive_builder_core v0.20.0 |
927 | 2024-08-21T05:12:53.957Z | Downloaded thread_local v1.1.8 |
928 | 2024-08-21T05:12:53.960Z | Downloaded thiserror-impl-no-std v2.0.2 |
929 | 2024-08-21T05:12:53.960Z | Downloaded derive_builder v0.20.0 |
930 | 2024-08-21T05:12:53.964Z | Downloaded tungstenite v0.21.0 |
931 | 2024-08-21T05:12:53.968Z | Downloaded tracing v0.1.40 |
932 | 2024-08-21T05:12:53.971Z | Downloaded tokio-postgres v0.7.11 |
933 | 2024-08-21T05:12:53.976Z | Downloaded quick-error v1.2.3 |
934 | 2024-08-21T05:12:53.979Z | Downloaded downcast v0.11.0 |
935 | 2024-08-21T05:12:53.979Z | Downloaded getopts v0.2.21 |
936 | 2024-08-21T05:12:53.981Z | Downloaded rand_xorshift v0.3.0 |
937 | 2024-08-21T05:12:53.981Z | Downloaded iana-time-zone v0.1.60 |
938 | 2024-08-21T05:12:53.984Z | Downloaded vergen v8.3.2 |
939 | 2024-08-21T05:12:53.986Z | Downloaded spki v0.7.3 |
940 | 2024-08-21T05:12:53.989Z | Downloaded slog v2.7.0 |
941 | 2024-08-21T05:12:53.991Z | Downloaded unicode-xid v0.2.4 |
942 | 2024-08-21T05:12:53.994Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
943 | 2024-08-21T05:12:54.051Z | Downloaded serde-big-array v0.5.1 |
944 | 2024-08-21T05:12:54.054Z | Downloaded rusty-fork v0.3.0 |
945 | 2024-08-21T05:12:54.056Z | Downloaded rustversion v1.0.17 |
946 | 2024-08-21T05:12:54.056Z | Downloaded rtoolbox v0.0.2 |
947 | 2024-08-21T05:12:54.059Z | Downloaded vsss-rs v3.3.4 |
948 | 2024-08-21T05:12:54.061Z | Downloaded tui-tree-widget v0.22.0 |
949 | 2024-08-21T05:12:54.061Z | Downloaded tracing-attributes v0.1.27 |
950 | 2024-08-21T05:12:54.064Z | Downloaded hmac v0.12.1 |
951 | 2024-08-21T05:12:54.066Z | Downloaded mio v0.8.11 |
952 | 2024-08-21T05:12:54.070Z | Downloaded serde_derive_internals v0.29.1 |
953 | 2024-08-21T05:12:54.073Z | Downloaded diff v0.1.13 |
954 | 2024-08-21T05:12:54.075Z | Downloaded rustc-demangle v0.1.24 |
955 | 2024-08-21T05:12:54.081Z | Downloaded minimal-lexical v0.2.1 |
956 | 2024-08-21T05:12:54.083Z | Downloaded rustc-hash v1.1.0 |
957 | 2024-08-21T05:12:54.083Z | Downloaded miniz_oxide v0.7.2 |
958 | 2024-08-21T05:12:54.088Z | Downloaded crypto-bigint v0.5.5 |
959 | 2024-08-21T05:12:54.093Z | Downloaded const_format v0.2.32 |
960 | 2024-08-21T05:12:54.095Z | Downloaded chacha20poly1305 v0.10.1 |
961 | 2024-08-21T05:12:54.097Z | Downloaded allocator-api2 v0.2.18 |
962 | 2024-08-21T05:12:54.100Z | Downloaded predicates-tree v1.0.9 |
963 | 2024-08-21T05:12:54.102Z | Downloaded phf v0.11.2 |
964 | 2024-08-21T05:12:54.102Z | Downloaded percent-encoding v2.3.1 |
965 | 2024-08-21T05:12:54.105Z | Downloaded pem v3.0.4 |
966 | 2024-08-21T05:12:54.105Z | Downloaded snafu-derive v0.8.2 |
967 | 2024-08-21T05:12:54.107Z | Downloaded tokio-rustls v0.25.0 |
968 | 2024-08-21T05:12:54.107Z | Downloaded slog-bunyan v2.5.0 |
969 | 2024-08-21T05:12:54.110Z | Downloaded base64 v0.22.1 |
970 | 2024-08-21T05:12:54.112Z | Downloaded tower-service v0.3.2 |
971 | 2024-08-21T05:12:54.115Z | Downloaded crossbeam-utils v0.8.19 |
972 | 2024-08-21T05:12:54.115Z | Downloaded crc-any v2.5.0 |
973 | 2024-08-21T05:12:54.117Z | Downloaded clang-sys v1.7.0 |
974 | 2024-08-21T05:12:54.120Z | Downloaded supports-color v3.0.0 |
975 | 2024-08-21T05:12:54.122Z | Downloaded bytes v1.7.1 |
976 | 2024-08-21T05:12:54.125Z | Downloaded async-trait v0.1.81 |
977 | 2024-08-21T05:12:54.128Z | Downloaded backtrace v0.3.71 |
978 | 2024-08-21T05:12:54.132Z | Downloaded string_cache v0.8.7 |
979 | 2024-08-21T05:12:54.135Z | Downloaded slog-stdlog v4.1.1 |
980 | 2024-08-21T05:12:54.137Z | Downloaded slog-scope v4.4.0 |
981 | 2024-08-21T05:12:54.137Z | Downloaded cookie v0.18.1 |
982 | 2024-08-21T05:12:54.139Z | Downloaded buf-list v1.0.3 |
983 | 2024-08-21T05:12:54.141Z | Downloaded native-tls v0.2.11 |
984 | 2024-08-21T05:12:54.144Z | Downloaded tabwriter v1.4.0 |
985 | 2024-08-21T05:12:54.146Z | Downloaded curve25519-dalek-derive v0.1.1 |
986 | 2024-08-21T05:12:54.146Z | Downloaded cookie_store v0.20.0 |
987 | 2024-08-21T05:12:54.149Z | Downloaded bzip2 v0.4.4 |
988 | 2024-08-21T05:12:54.149Z | Downloaded ciborium v0.2.2 |
989 | 2024-08-21T05:12:54.152Z | Downloaded siphasher v0.3.11 |
990 | 2024-08-21T05:12:54.155Z | Downloaded signal-hook-registry v1.4.2 |
991 | 2024-08-21T05:12:54.155Z | Downloaded serde_arrays v0.1.0 |
992 | 2024-08-21T05:12:54.155Z | Downloaded serde-hex v0.1.0 |
993 | 2024-08-21T05:12:54.157Z | Downloaded nibble_vec v0.1.0 |
994 | 2024-08-21T05:12:54.157Z | Downloaded mime_guess v2.0.4 |
995 | 2024-08-21T05:12:54.160Z | Downloaded memmap2 v0.9.4 |
996 | 2024-08-21T05:12:54.160Z | Downloaded base64ct v1.6.0 |
997 | 2024-08-21T05:12:54.164Z | Downloaded libloading v0.8.3 |
998 | 2024-08-21T05:12:54.167Z | Downloaded jobserver v0.1.32 |
999 | 2024-08-21T05:12:54.167Z | Downloaded debug-ignore v1.0.5 |
1000 | 2024-08-21T05:12:54.170Z | Downloaded cexpr v0.6.0 |
1001 | 2024-08-21T05:12:54.170Z | Downloaded cbc v0.1.2 |
1002 | 2024-08-21T05:12:54.173Z | Downloaded camino-tempfile v1.1.1 |
1003 | 2024-08-21T05:12:54.173Z | Downloaded maybe-uninit v2.0.0 |
1004 | 2024-08-21T05:12:54.175Z | Downloaded libsw v3.3.1 |
1005 | 2024-08-21T05:12:54.177Z | Downloaded libefi-sys v0.1.0 |
1006 | 2024-08-21T05:12:54.180Z | Downloaded lalrpop-util v0.19.12 |
1007 | 2024-08-21T05:12:54.180Z | Downloaded kstat-rs v0.2.4 |
1008 | 2024-08-21T05:12:54.180Z | Downloaded bit-vec v0.6.3 |
1009 | 2024-08-21T05:12:54.182Z | Downloaded num-rational v0.4.2 |
1010 | 2024-08-21T05:12:54.182Z | Downloaded linear-map v1.2.0 |
1011 | 2024-08-21T05:12:54.185Z | Downloaded async-stream v0.3.5 |
1012 | 2024-08-21T05:12:54.187Z | Downloaded arrayref v0.3.7 |
1013 | 2024-08-21T05:12:54.187Z | Downloaded num_threads v0.1.7 |
1014 | 2024-08-21T05:12:54.187Z | Downloaded lru-cache v0.1.2 |
1015 | 2024-08-21T05:12:54.190Z | Downloaded linked-hash-map v0.5.6 |
1016 | 2024-08-21T05:12:54.190Z | Downloaded ipnet v2.9.0 |
1017 | 2024-08-21T05:12:54.193Z | Downloaded defmt v0.3.8 |
1018 | 2024-08-21T05:12:54.196Z | Downloaded csv-core v0.1.11 |
1019 | 2024-08-21T05:12:54.196Z | Downloaded crc-catalog v2.4.0 |
1020 | 2024-08-21T05:12:54.198Z | Downloaded atomicwrites v0.4.3 |
1021 | 2024-08-21T05:12:54.198Z | Downloaded num_cpus v1.16.0 |
1022 | 2024-08-21T05:12:54.201Z | Downloaded num-integer v0.1.46 |
1023 | 2024-08-21T05:12:54.203Z | Downloaded lru v0.12.3 |
1024 | 2024-08-21T05:12:54.203Z | Downloaded lazycell v1.3.0 |
1025 | 2024-08-21T05:12:54.206Z | Downloaded addr2line v0.21.0 |
1026 | 2024-08-21T05:12:54.206Z | Downloaded num v0.4.3 |
1027 | 2024-08-21T05:12:54.208Z | Downloaded nanorand v0.7.0 |
1028 | 2024-08-21T05:12:54.211Z | Downloaded aead v0.5.2 |
1029 | 2024-08-21T05:12:54.211Z | Downloaded darling_macro v0.20.9 |
1030 | 2024-08-21T05:12:54.211Z | Downloaded bitstruct_derive v0.1.0 |
1031 | 2024-08-21T05:12:54.213Z | Downloaded arc-swap v1.7.1 |
1032 | 2024-08-21T05:12:54.216Z | Downloaded bitflags v1.3.2 |
1033 | 2024-08-21T05:12:54.218Z | Downloaded match_cfg v0.1.0 |
1034 | 2024-08-21T05:12:54.218Z | Downloaded crc v3.2.1 |
1035 | 2024-08-21T05:12:54.221Z | Downloaded cobs v0.2.3 |
1036 | 2024-08-21T05:12:54.454Z | Downloaded libz-sys v1.1.16 |
1037 | 2024-08-21T05:12:54.641Z | Downloaded libsqlite3-sys v0.28.0 |
1038 | 2024-08-21T05:12:54.744Z | Downloaded ring v0.16.20 |
1039 | 2024-08-21T05:12:54.920Z | Compiling cfg-if v1.0.0 |
1040 | 2024-08-21T05:12:54.920Z | Compiling serde v1.0.208 |
1041 | 2024-08-21T05:12:54.923Z | Compiling lock_api v0.4.12 |
1042 | 2024-08-21T05:12:54.923Z | Compiling typenum v1.17.0 |
1043 | 2024-08-21T05:12:54.923Z | Compiling scopeguard v1.2.0 |
1044 | 2024-08-21T05:12:55.087Z | Compiling generic-array v0.14.7 |
1045 | 2024-08-21T05:12:55.131Z | Compiling syn v2.0.74 |
1046 | 2024-08-21T05:12:55.133Z | Compiling getrandom v0.2.14 |
1047 | 2024-08-21T05:12:55.151Z | Compiling log v0.4.21 |
1048 | 2024-08-21T05:12:55.217Z | Compiling jobserver v0.1.32 |
1049 | 2024-08-21T05:12:55.431Z | Compiling rand_core v0.6.4 |
1050 | 2024-08-21T05:12:55.612Z | Compiling cc v1.0.97 |
1051 | 2024-08-21T05:12:55.679Z | Compiling subtle v2.5.0 |
1052 | 2024-08-21T05:12:55.711Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-21T05:12:55.986Z | Compiling pin-project-lite v0.2.14 |
1054 | 2024-08-21T05:12:56.006Z | Compiling smallvec v1.13.2 |
1055 | 2024-08-21T05:12:56.057Z | Compiling parking_lot_core v0.9.10 |
1056 | 2024-08-21T05:12:56.118Z | Compiling spin v0.9.8 |
1057 | 2024-08-21T05:12:56.211Z | Compiling signal-hook-registry v1.4.2 |
1058 | 2024-08-21T05:12:56.422Z | Compiling mio v0.8.11 |
1059 | 2024-08-21T05:12:56.519Z | Compiling ahash v0.8.11 |
1060 | 2024-08-21T05:12:56.886Z | Compiling tinyvec_macros v0.1.1 |
1061 | 2024-08-21T05:12:56.983Z | Compiling parking_lot v0.12.2 |
1062 | 2024-08-21T05:12:57.060Z | Compiling tinyvec v1.6.0 |
1063 | 2024-08-21T05:12:57.321Z | Compiling num_cpus v1.16.0 |
1064 | 2024-08-21T05:12:57.462Z | Compiling socket2 v0.5.7 |
1065 | 2024-08-21T05:12:57.788Z | Compiling cpufeatures v0.2.12 |
1066 | 2024-08-21T05:12:57.804Z | Compiling libm v0.2.8 |
1067 | 2024-08-21T05:12:57.886Z | Compiling futures-core v0.3.30 |
1068 | 2024-08-21T05:12:57.980Z | Compiling serde_json v1.0.125 |
1069 | 2024-08-21T05:12:57.997Z | Compiling num-traits v0.2.19 |
1070 | 2024-08-21T05:12:58.132Z | Compiling slab v0.4.9 |
1071 | 2024-08-21T05:12:58.187Z | Compiling allocator-api2 v0.2.18 |
1072 | 2024-08-21T05:12:58.284Z | Compiling futures-sink v0.3.30 |
1073 | 2024-08-21T05:12:58.364Z | Compiling unicode-bidi v0.3.15 |
1074 | 2024-08-21T05:12:58.583Z | Compiling unicode-normalization v0.1.23 |
1075 | 2024-08-21T05:12:58.623Z | Compiling futures-channel v0.3.30 |
1076 | 2024-08-21T05:12:58.918Z | Compiling pin-utils v0.1.0 |
1077 | 2024-08-21T05:12:58.994Z | Compiling vcpkg v0.2.15 |
1078 | 2024-08-21T05:12:59.038Z | Compiling futures-task v0.3.30 |
1079 | 2024-08-21T05:12:59.070Z | Compiling futures-io v0.3.30 |
1080 | 2024-08-21T05:12:59.321Z | Compiling pkg-config v0.3.30 |
1081 | 2024-08-21T05:12:59.685Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-21T05:12:59.830Z | Compiling percent-encoding v2.3.1 |
1083 | 2024-08-21T05:12:59.848Z | Compiling ring v0.17.8 |
1084 | 2024-08-21T05:12:59.848Z | Compiling flagset v0.4.5 |
1085 | 2024-08-21T05:13:00.082Z | Compiling ppv-lite86 v0.2.17 |
1086 | 2024-08-21T05:13:00.196Z | Compiling pem-rfc7468 v0.7.0 |
1087 | 2024-08-21T05:13:00.297Z | Compiling tracing-core v0.1.32 |
1088 | 2024-08-21T05:13:00.895Z | Compiling rand_chacha v0.3.1 |
1089 | 2024-08-21T05:13:00.914Z | Compiling rustix v0.38.34 |
1090 | 2024-08-21T05:13:00.953Z | Compiling untrusted v0.9.0 |
1091 | 2024-08-21T05:13:01.128Z | Compiling rustversion v1.0.17 |
1092 | 2024-08-21T05:13:01.249Z | Compiling openssl-sys v0.9.103 |
1093 | 2024-08-21T05:13:01.484Z | Compiling rand v0.8.5 |
1094 | 2024-08-21T05:13:01.594Z | Compiling powerfmt v0.2.0 |
1095 | 2024-08-21T05:13:01.793Z | Compiling time-core v0.1.2 |
1096 | 2024-08-21T05:13:01.827Z | Compiling num-conv v0.1.0 |
1097 | 2024-08-21T05:13:01.955Z | Compiling foreign-types-shared v0.1.1 |
1098 | 2024-08-21T05:13:01.979Z | Compiling openssl v0.10.66 |
1099 | 2024-08-21T05:13:02.077Z | Compiling httparse v1.8.0 |
1100 | 2024-08-21T05:13:02.124Z | Compiling time-macros v0.2.18 |
1101 | 2024-08-21T05:13:02.476Z | Compiling foreign-types v0.3.2 |
1102 | 2024-08-21T05:13:02.607Z | Compiling deranged v0.3.11 |
1103 | 2024-08-21T05:13:02.658Z | Compiling form_urlencoded v1.2.1 |
1104 | 2024-08-21T05:13:02.937Z | Compiling lazy_static v1.5.0 |
1105 | 2024-08-21T05:13:03.006Z | Compiling rustls v0.21.12 |
1106 | 2024-08-21T05:13:03.053Z | Compiling try-lock v0.2.5 |
1107 | 2024-08-21T05:13:03.205Z | Compiling native-tls v0.2.11 |
1108 | 2024-08-21T05:13:03.302Z | Compiling crossbeam-utils v0.8.19 |
1109 | 2024-08-21T05:13:03.345Z | Compiling siphasher v0.3.11 |
1110 | 2024-08-21T05:13:03.513Z | Compiling syn v1.0.109 |
1111 | 2024-08-21T05:13:03.689Z | Compiling num_threads v0.1.7 |
1112 | 2024-08-21T05:13:03.770Z | Compiling want v0.3.1 |
1113 | 2024-08-21T05:13:04.144Z | Compiling idna v0.5.0 |
1114 | 2024-08-21T05:13:04.296Z | Compiling aho-corasick v1.1.3 |
1115 | 2024-08-21T05:13:04.797Z | Compiling cookie v0.17.0 |
1116 | 2024-08-21T05:13:05.095Z | Compiling regex-syntax v0.8.4 |
1117 | 2024-08-21T05:13:05.217Z | Compiling openssl-probe v0.1.5 |
1118 | 2024-08-21T05:13:05.236Z | Compiling time v0.3.36 |
1119 | 2024-08-21T05:13:05.301Z | Compiling httpdate v1.0.3 |
1120 | 2024-08-21T05:13:05.571Z | Compiling finl_unicode v1.2.0 |
1121 | 2024-08-21T05:13:05.739Z | Compiling iana-time-zone v0.1.60 |
1122 | 2024-08-21T05:13:05.756Z | Compiling adler v1.0.2 |
1123 | 2024-08-21T05:13:05.968Z | Compiling slog v2.7.0 |
1124 | 2024-08-21T05:13:06.168Z | Compiling tower-service v0.3.2 |
1125 | 2024-08-21T05:13:06.188Z | Compiling stringprep v0.1.4 |
1126 | 2024-08-21T05:13:06.291Z | Compiling miniz_oxide v0.7.2 |
1127 | 2024-08-21T05:13:06.636Z | Compiling url v2.5.2 |
1128 | 2024-08-21T05:13:08.362Z | Compiling num-integer v0.1.46 |
1129 | 2024-08-21T05:13:08.882Z | Compiling regex-automata v0.4.6 |
1130 | 2024-08-21T05:13:09.141Z | Compiling backtrace v0.3.71 |
1131 | 2024-08-21T05:13:09.306Z | Compiling serde_derive v1.0.208 |
1132 | 2024-08-21T05:13:09.623Z | Compiling zeroize_derive v1.4.2 |
1133 | 2024-08-21T05:13:09.723Z | Compiling zerocopy-derive v0.7.34 |
1134 | 2024-08-21T05:13:10.270Z | Compiling tokio-macros v2.3.0 |
1135 | 2024-08-21T05:13:11.270Z | Compiling zeroize v1.7.0 |
1136 | 2024-08-21T05:13:11.401Z | Compiling thiserror-impl v1.0.63 |
1137 | 2024-08-21T05:13:11.512Z | Compiling futures-macro v0.3.30 |
1138 | 2024-08-21T05:13:11.882Z | Compiling der_derive v0.7.2 |
1139 | 2024-08-21T05:13:11.967Z | Compiling zerocopy v0.7.34 |
1140 | 2024-08-21T05:13:13.105Z | Compiling crypto-common v0.1.6 |
1141 | 2024-08-21T05:13:13.339Z | Compiling block-buffer v0.10.4 |
1142 | 2024-08-21T05:13:13.581Z | Compiling digest v0.10.7 |
1143 | 2024-08-21T05:13:13.616Z | Compiling block-padding v0.3.3 |
1144 | 2024-08-21T05:13:13.868Z | Compiling inout v0.1.3 |
1145 | 2024-08-21T05:13:14.075Z | Compiling hmac v0.12.1 |
1146 | 2024-08-21T05:13:14.136Z | Compiling hashbrown v0.14.5 |
1147 | 2024-08-21T05:13:14.219Z | Compiling cipher v0.4.4 |
1148 | 2024-08-21T05:13:14.332Z | Compiling sha2 v0.10.8 |
1149 | 2024-08-21T05:13:14.464Z | Compiling futures-util v0.3.30 |
1150 | 2024-08-21T05:13:14.722Z | Compiling salsa20 v0.10.2 |
1151 | 2024-08-21T05:13:14.730Z | Compiling thiserror v1.0.63 |
1152 | 2024-08-21T05:13:14.900Z | Compiling pest v2.7.10 |
1153 | 2024-08-21T05:13:14.969Z | Compiling der v0.7.9 |
1154 | 2024-08-21T05:13:15.568Z | Compiling pbkdf2 v0.12.2 |
1155 | 2024-08-21T05:13:15.756Z | Compiling tracing-attributes v0.1.27 |
1156 | 2024-08-21T05:13:17.991Z | Compiling pest_meta v2.7.10 |
1157 | 2024-08-21T05:13:18.043Z | Compiling scroll_derive v0.12.0 |
1158 | 2024-08-21T05:13:18.356Z | Compiling spki v0.7.3 |
1159 | 2024-08-21T05:13:18.761Z | Compiling scrypt v0.11.0 |
1160 | 2024-08-21T05:13:19.334Z | Compiling pest_generator v2.7.10 |
1161 | 2024-08-21T05:13:19.585Z | Compiling scroll v0.12.0 |
1162 | 2024-08-21T05:13:19.603Z | Compiling tracing v0.1.40 |
1163 | 2024-08-21T05:13:20.165Z | Compiling aes v0.8.4 |
1164 | 2024-08-21T05:13:20.191Z | Compiling cbc v0.1.2 |
1165 | 2024-08-21T05:13:20.787Z | Compiling goblin v0.8.2 |
1166 | 2024-08-21T05:13:21.416Z | Compiling pkcs5 v0.7.1 |
1167 | 2024-08-21T05:13:21.490Z | Compiling openssl-macros v0.1.1 |
1168 | 2024-08-21T05:13:21.701Z | Compiling md-5 v0.10.6 |
1169 | 2024-08-21T05:13:21.964Z | Compiling idna v0.3.0 |
1170 | 2024-08-21T05:13:22.248Z | Compiling pkcs8 v0.10.2 |
1171 | 2024-08-21T05:13:22.687Z | Compiling rustls-webpki v0.101.7 |
1172 | 2024-08-21T05:13:22.913Z | Compiling sct v0.7.1 |
1173 | 2024-08-21T05:13:22.940Z | Compiling hash32 v0.2.1 |
1174 | 2024-08-21T05:13:23.005Z | Compiling pest_derive v2.7.10 |
1175 | 2024-08-21T05:13:23.235Z | Compiling smoltcp v0.9.1 |
1176 | 2024-08-21T05:13:23.310Z | Compiling psl-types v2.0.11 |
1177 | 2024-08-21T05:13:23.631Z | Compiling num-bigint-dig v0.8.4 |
1178 | 2024-08-21T05:13:23.838Z | Compiling bytes v1.7.1 |
1179 | 2024-08-21T05:13:23.933Z | Compiling bitflags v2.6.0 |
1180 | 2024-08-21T05:13:24.241Z | Compiling indexmap v2.4.0 |
1181 | 2024-08-21T05:13:24.309Z | Compiling semver v1.0.23 |
1182 | 2024-08-21T05:13:25.144Z | Compiling tokio v1.38.1 |
1183 | 2024-08-21T05:13:25.152Z | Compiling http v0.2.12 |
1184 | 2024-08-21T05:13:25.751Z | Compiling rustc_version v0.4.0 |
1185 | 2024-08-21T05:13:26.510Z | Compiling heapless v0.7.17 |
1186 | 2024-08-21T05:13:26.975Z | Compiling http-body v0.4.6 |
1187 | 2024-08-21T05:13:27.122Z | Compiling dof v0.3.0 |
1188 | 2024-08-21T05:13:27.449Z | Compiling dtrace-parser v0.2.0 |
1189 | 2024-08-21T05:13:27.472Z | Compiling uuid v1.10.0 |
1190 | 2024-08-21T05:13:27.788Z | Compiling chrono v0.4.38 |
1191 | 2024-08-21T05:13:28.944Z | Compiling usdt-impl v0.5.0 |
1192 | 2024-08-21T05:13:29.415Z | Compiling toml_datetime v0.6.8 |
1193 | 2024-08-21T05:13:29.632Z | Compiling serde_tokenstream v0.2.2 |
1194 | 2024-08-21T05:13:29.964Z | Compiling serde_spanned v0.6.7 |
1195 | 2024-08-21T05:13:30.204Z | Compiling fallible-iterator v0.2.0 |
1196 | 2024-08-21T05:13:30.245Z | Compiling crc32fast v1.4.0 |
1197 | 2024-08-21T05:13:30.581Z | Compiling gimli v0.28.1 |
1198 | 2024-08-21T05:13:30.930Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-08-21T05:13:31.040Z | Compiling base64 v0.22.1 |
1200 | 2024-08-21T05:13:31.212Z | Compiling signal-hook v0.3.17 |
1201 | 2024-08-21T05:13:31.395Z | Compiling cfg_aliases v0.1.1 |
1202 | 2024-08-21T05:13:31.503Z | Compiling nix v0.28.0 |
1203 | 2024-08-21T05:13:31.548Z | Compiling postgres-protocol v0.6.7 |
1204 | 2024-08-21T05:13:31.897Z | Compiling terminal_size v0.3.0 |
1205 | 2024-08-21T05:13:32.163Z | Compiling publicsuffix v2.2.3 |
1206 | 2024-08-21T05:13:32.352Z | Compiling hubpack_derive v0.1.1 |
1207 | 2024-08-21T05:13:32.462Z | Compiling zerocopy-derive v0.6.6 |
1208 | 2024-08-21T05:13:32.517Z | Compiling async-trait v0.1.81 |
1209 | 2024-08-21T05:13:32.805Z | Compiling num-iter v0.1.45 |
1210 | 2024-08-21T05:13:33.294Z | Compiling tokio-util v0.7.11 |
1211 | 2024-08-21T05:13:33.452Z | Compiling tokio-rustls v0.24.1 |
1212 | 2024-08-21T05:13:33.832Z | Compiling tokio-native-tls v0.3.1 |
1213 | 2024-08-21T05:13:33.867Z | Compiling phf_shared v0.11.2 |
1214 | 2024-08-21T05:13:33.938Z | Compiling serde_derive_internals v0.29.1 |
1215 | 2024-08-21T05:13:34.118Z | Compiling ff v0.13.0 |
1216 | 2024-08-21T05:13:34.259Z | Compiling h2 v0.3.26 |
1217 | 2024-08-21T05:13:34.345Z | Compiling object v0.32.2 |
1218 | 2024-08-21T05:13:34.635Z | Compiling fs-err v2.11.0 |
1219 | 2024-08-21T05:13:34.687Z | Compiling rustc-demangle v0.1.24 |
1220 | 2024-08-21T05:13:34.968Z | Compiling addr2line v0.21.0 |
1221 | 2024-08-21T05:13:35.398Z | Compiling bitflags v1.3.2 |
1222 | 2024-08-21T05:13:35.508Z | Compiling winnow v0.5.40 |
1223 | 2024-08-21T05:13:35.662Z | Compiling ipnet v2.9.0 |
1224 | 2024-08-21T05:13:35.681Z | Compiling base16ct v0.2.0 |
1225 | 2024-08-21T05:13:35.699Z | Compiling anyhow v1.0.86 |
1226 | 2024-08-21T05:13:36.009Z | Compiling base64 v0.21.7 |
1227 | 2024-08-21T05:13:36.348Z | Compiling managed v0.8.0 |
1228 | 2024-08-21T05:13:36.779Z | Compiling regex-automata v0.1.10 |
1229 | 2024-08-21T05:13:36.799Z | Compiling schemars v0.8.21 |
1230 | 2024-08-21T05:13:36.817Z | Compiling either v1.13.0 |
1231 | 2024-08-21T05:13:36.884Z | Compiling schemars_derive v0.8.21 |
1232 | 2024-08-21T05:13:37.256Z | Compiling bstr v0.2.17 |
1233 | 2024-08-21T05:13:37.283Z | Compiling rustls-pemfile v1.0.4 |
1234 | 2024-08-21T05:13:37.948Z | Compiling sec1 v0.7.3 |
1235 | 2024-08-21T05:13:38.550Z | Compiling clap_builder v4.5.15 |
1236 | 2024-08-21T05:13:38.878Z | Compiling zerocopy v0.6.6 |
1237 | 2024-08-21T05:13:39.324Z | Compiling toml_edit v0.19.15 |
1238 | 2024-08-21T05:13:39.354Z | Compiling group v0.13.0 |
1239 | 2024-08-21T05:13:39.684Z | Compiling phf v0.11.2 |
1240 | 2024-08-21T05:13:39.762Z | Compiling hubpack v0.1.2 |
1241 | 2024-08-21T05:13:39.987Z | Compiling cookie_store v0.20.0 |
1242 | 2024-08-21T05:13:40.339Z | Compiling postgres-types v0.2.7 |
1243 | 2024-08-21T05:13:41.469Z | Compiling hyper v0.14.30 |
1244 | 2024-08-21T05:13:41.857Z | Compiling usdt-macro v0.5.0 |
1245 | 2024-08-21T05:13:41.874Z | Compiling usdt-attr-macro v0.5.0 |
1246 | 2024-08-21T05:13:43.364Z | Compiling serde_urlencoded v0.7.1 |
1247 | 2024-08-21T05:13:43.587Z | Compiling pkcs1 v0.7.5 |
1248 | 2024-08-21T05:13:43.910Z | Compiling futures-executor v0.3.30 |
1249 | 2024-08-21T05:13:44.483Z | Compiling hkdf v0.12.4 |
1250 | 2024-08-21T05:13:44.595Z | Compiling regex v1.10.6 |
1251 | 2024-08-21T05:13:44.757Z | Compiling signature v2.2.0 |
1252 | 2024-08-21T05:13:44.798Z | Compiling crypto-bigint v0.5.5 |
1253 | 2024-08-21T05:13:45.075Z | Compiling clap_derive v4.5.13 |
1254 | 2024-08-21T05:13:45.118Z | Compiling serde_repr v0.1.19 |
1255 | 2024-08-21T05:13:45.750Z | Compiling strum_macros v0.25.3 |
1256 | 2024-08-21T05:13:46.348Z | Compiling enum-as-inner v0.6.0 |
1257 | 2024-08-21T05:13:47.265Z | Compiling phf_shared v0.10.0 |
1258 | 2024-08-21T05:13:47.518Z | Compiling float-cmp v0.9.0 |
1259 | 2024-08-21T05:13:47.671Z | Compiling idna v0.4.0 |
1260 | 2024-08-21T05:13:47.741Z | Compiling mio v1.0.2 |
1261 | 2024-08-21T05:13:47.772Z | Compiling encoding_rs v0.8.34 |
1262 | 2024-08-21T05:13:48.951Z | Compiling hyper-rustls v0.24.2 |
1263 | 2024-08-21T05:13:49.291Z | Compiling hyper-tls v0.5.0 |
1264 | 2024-08-21T05:13:49.311Z | Compiling minimal-lexical v0.2.1 |
1265 | 2024-08-21T05:13:49.645Z | Compiling sync_wrapper v0.1.2 |
1266 | 2024-08-21T05:13:49.806Z | Compiling static_assertions v1.1.0 |
1267 | 2024-08-21T05:13:49.825Z | Compiling webpki-roots v0.25.4 |
1268 | 2024-08-21T05:13:49.846Z | Compiling bit-vec v0.6.3 |
1269 | 2024-08-21T05:13:49.913Z | Compiling difflib v0.4.0 |
1270 | 2024-08-21T05:13:49.980Z | Compiling new_debug_unreachable v1.0.6 |
1271 | 2024-08-21T05:13:50.085Z | Compiling predicates-core v1.0.6 |
1272 | 2024-08-21T05:13:50.269Z | Compiling unicode-segmentation v1.11.0 |
1273 | 2024-08-21T05:13:50.340Z | Compiling fixedbitset v0.4.2 |
1274 | 2024-08-21T05:13:50.466Z | Compiling mime v0.3.17 |
1275 | 2024-08-21T05:13:50.815Z | Compiling dyn-clone v1.0.17 |
1276 | 2024-08-21T05:13:50.854Z | Compiling normalize-line-endings v0.3.0 |
1277 | 2024-08-21T05:13:50.983Z | Compiling data-encoding v2.6.0 |
1278 | 2024-08-21T05:13:51.034Z | Compiling whoami v1.5.1 |
1279 | 2024-08-21T05:13:51.080Z | Compiling precomputed-hash v0.1.1 |
1280 | 2024-08-21T05:13:51.140Z | Compiling toml_edit v0.22.20 |
1281 | 2024-08-21T05:13:51.192Z | Compiling string_cache v0.8.7 |
1282 | 2024-08-21T05:13:51.399Z | Compiling tokio-postgres v0.7.11 |
1283 | 2024-08-21T05:13:51.504Z | Compiling console v0.15.8 |
1284 | 2024-08-21T05:13:51.665Z | Compiling predicates v3.1.2 |
1285 | 2024-08-21T05:13:52.295Z | Compiling hickory-proto v0.24.1 |
1286 | 2024-08-21T05:13:53.029Z | Compiling similar v2.5.0 |
1287 | 2024-08-21T05:13:53.429Z | Compiling reqwest v0.11.27 |
1288 | 2024-08-21T05:13:53.449Z | Compiling petgraph v0.6.5 |
1289 | 2024-08-21T05:13:54.982Z | Compiling clap v4.5.15 |
1290 | 2024-08-21T05:13:55.112Z | Compiling bit-set v0.5.3 |
1291 | 2024-08-21T05:13:55.411Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1292 | 2024-08-21T05:13:55.522Z | Compiling nom v7.1.3 |
1293 | 2024-08-21T05:13:55.734Z | Compiling usdt v0.5.0 |
1294 | 2024-08-21T05:13:56.246Z | Compiling signal-hook-mio v0.2.4 |
1295 | 2024-08-21T05:13:56.426Z | Compiling elliptic-curve v0.13.8 |
1296 | 2024-08-21T05:13:57.151Z | Compiling rsa v0.9.6 |
1297 | 2024-08-21T05:13:57.229Z | Compiling futures v0.3.30 |
1298 | 2024-08-21T05:13:57.545Z | Compiling toml v0.7.8 |
1299 | 2024-08-21T05:13:58.251Z | Compiling flate2 v1.0.31 |
1300 | 2024-08-21T05:13:59.322Z | Compiling itertools v0.12.1 |
1301 | 2024-08-21T05:13:59.552Z | Compiling itertools v0.10.5 |
1302 | 2024-08-21T05:14:00.137Z | Compiling tokio-stream v0.1.15 |
1303 | 2024-08-21T05:14:01.120Z | Compiling openapiv3 v2.0.0 |
1304 | 2024-08-21T05:14:01.856Z | Compiling hex v0.4.3 |
1305 | 2024-08-21T05:14:02.411Z | Compiling bstr v1.9.1 |
1306 | 2024-08-21T05:14:02.476Z | Compiling sha1 v0.10.6 |
1307 | 2024-08-21T05:14:02.623Z | Compiling crossbeam-epoch v0.9.18 |
1308 | 2024-08-21T05:14:02.717Z | Compiling dirs-sys-next v0.1.2 |
1309 | 2024-08-21T05:14:02.891Z | Compiling unicode-xid v0.2.4 |
1310 | 2024-08-21T05:14:03.071Z | Compiling lalrpop-util v0.19.12 |
1311 | 2024-08-21T05:14:03.242Z | Compiling peg-runtime v0.8.3 |
1312 | 2024-08-21T05:14:03.368Z | Compiling dirs-next v2.0.0 |
1313 | 2024-08-21T05:14:03.387Z | Compiling thread_local v1.1.8 |
1314 | 2024-08-21T05:14:03.405Z | Compiling slog-async v2.8.0 |
1315 | 2024-08-21T05:14:03.564Z | Compiling term v0.7.0 |
1316 | 2024-08-21T05:14:03.899Z | Compiling xattr v1.3.1 |
1317 | 2024-08-21T05:14:03.937Z | Compiling strum_macros v0.26.4 |
1318 | 2024-08-21T05:14:04.030Z | Compiling crossbeam-channel v0.5.12 |
1319 | 2024-08-21T05:14:04.170Z | Compiling filetime v0.2.24 |
1320 | 2024-08-21T05:14:04.209Z | Compiling is-terminal v0.4.12 |
1321 | 2024-08-21T05:14:04.348Z | Compiling take_mut v0.2.2 |
1322 | 2024-08-21T05:14:04.481Z | Compiling tar v0.4.41 |
1323 | 2024-08-21T05:14:04.514Z | Compiling slog-term v2.9.1 |
1324 | 2024-08-21T05:14:05.168Z | Compiling camino v1.1.7 |
1325 | 2024-08-21T05:14:06.955Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1326 | 2024-08-21T05:14:07.333Z | Compiling strum v0.26.3 |
1327 | 2024-08-21T05:14:07.415Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1328 | 2024-08-21T05:14:12.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1329 | 2024-08-21T05:14:12.712Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1330 | 2024-08-21T05:14:12.760Z | Aug 21 05:14:12.455 INFO Starting download, target: Console |
1331 | 2024-08-21T05:14:12.760Z | Aug 21 05:14:12.456 INFO Starting download, target: Cockroach |
1332 | 2024-08-21T05:14:12.760Z | Aug 21 05:14:12.456 INFO Starting download, target: DendriteOpenapi |
1333 | 2024-08-21T05:14:12.760Z | Aug 21 05:14:12.456 INFO Starting download, target: Clickhouse |
1334 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.456 INFO Starting download, target: DendriteStub |
1335 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.456 INFO Starting download, target: MaghemiteMgd |
1336 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.456 INFO Starting download, target: TransceiverControl |
1337 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.456 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1338 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.457 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1339 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1340 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.457 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1341 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1342 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1343 | 2024-08-21T05:14:12.763Z | Aug 21 05:14:12.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1344 | 2024-08-21T05:14:12.927Z | Aug 21 05:14:12.622 INFO Download complete, target: DendriteOpenapi |
1345 | 2024-08-21T05:14:13.090Z | Aug 21 05:14:12.784 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1346 | 2024-08-21T05:14:13.413Z | Aug 21 05:14:13.108 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1347 | 2024-08-21T05:14:13.686Z | Aug 21 05:14:13.382 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1348 | 2024-08-21T05:14:13.748Z | Aug 21 05:14:13.444 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1349 | 2024-08-21T05:14:13.851Z | Aug 21 05:14:13.547 INFO Download complete, target: TransceiverControl |
1350 | 2024-08-21T05:14:14.069Z | Aug 21 05:14:13.765 INFO Download complete, target: Console |
1351 | 2024-08-21T05:14:15.310Z | Aug 21 05:14:15.006 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1352 | 2024-08-21T05:14:15.833Z | Aug 21 05:14:15.529 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1353 | 2024-08-21T05:14:15.833Z | Aug 21 05:14:15.529 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1354 | 2024-08-21T05:14:16.872Z | Aug 21 05:14:16.568 INFO Download complete, target: MaghemiteMgd |
1355 | 2024-08-21T05:14:16.959Z | Aug 21 05:14:16.655 INFO Download complete, target: DendriteStub |
1356 | 2024-08-21T05:14:24.059Z | Aug 21 05:14:23.754 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1357 | 2024-08-21T05:14:24.378Z | Aug 21 05:14:24.073 INFO Checking that binary works, target: Cockroach |
1358 | 2024-08-21T05:14:24.535Z | Aug 21 05:14:24.230 INFO Download complete, target: Cockroach |
1359 | 2024-08-21T05:14:29.380Z | Aug 21 05:14:29.074 INFO Checking that binary works, target: Clickhouse |
1360 | 2024-08-21T05:14:29.533Z | Aug 21 05:14:29.227 INFO Download complete, target: Clickhouse |
1361 | 2024-08-21T05:14:29.553Z | All builder prerequisites installed successfully, and PATH looks valid |
1362 | 2024-08-21T05:14:29.556Z | |
1363 | 2024-08-21T05:14:29.556Z | real 3:38.581328582 |
1364 | 2024-08-21T05:14:29.556Z | user 11:25.107193025 |
1365 | 2024-08-21T05:14:29.556Z | sys 2:25.300565550 |
1366 | 2024-08-21T05:14:29.556Z | trap 0.419370595 |
1367 | 2024-08-21T05:14:29.556Z | tflt 5.100536911 |
1368 | 2024-08-21T05:14:29.556Z | dflt 3.378582974 |
1369 | 2024-08-21T05:14:29.556Z | kflt 0.054323567 |
1370 | 2024-08-21T05:14:29.556Z | lock 22:20.509088110 |
1371 | 2024-08-21T05:14:29.556Z | slp 44:14.618021288 |
1372 | 2024-08-21T05:14:29.556Z | lat 39.932910253 |
1373 | 2024-08-21T05:14:29.556Z | stop 1:45.408202768 |
1374 | 2024-08-21T05:14:29.556Z | + banner clippy |
1375 | 2024-08-21T05:14:29.558Z | |
1376 | 2024-08-21T05:14:29.559Z | #### # # ##### ##### # # |
1377 | 2024-08-21T05:14:29.559Z | # # # # # # # # # # |
1378 | 2024-08-21T05:14:29.559Z | # # # # # # # # |
1379 | 2024-08-21T05:14:29.559Z | # # # ##### ##### # |
1380 | 2024-08-21T05:14:29.559Z | # # # # # # # |
1381 | 2024-08-21T05:14:29.559Z | #### ###### # # # # |
1382 | 2024-08-21T05:14:29.559Z | |
1383 | 2024-08-21T05:14:29.559Z | + export CARGO_INCREMENTAL=0 |
1384 | 2024-08-21T05:14:29.559Z | + CARGO_INCREMENTAL=0 |
1385 | 2024-08-21T05:14:29.559Z | + ptime -m cargo xtask clippy |
1386 | 2024-08-21T05:14:30.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1387 | 2024-08-21T05:14:33.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
1388 | 2024-08-21T05:14:33.679Z | Running `target/debug/xtask clippy` |
1389 | 2024-08-21T05:14:33.699Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1390 | 2024-08-21T05:14:34.392Z | Downloading crates ... |
1391 | 2024-08-21T05:14:34.682Z | Downloaded nested v0.1.1 |
1392 | 2024-08-21T05:14:34.686Z | Downloaded doc-comment v0.3.3 |
1393 | 2024-08-21T05:14:34.689Z | Downloaded guppy-workspace-hack v0.1.0 |
1394 | 2024-08-21T05:14:34.691Z | Downloaded http-body v1.0.0 |
1395 | 2024-08-21T05:14:34.693Z | Downloaded pathdiff v0.2.1 |
1396 | 2024-08-21T05:14:34.693Z | Downloaded matches v0.1.10 |
1397 | 2024-08-21T05:14:34.696Z | Downloaded plotters-svg v0.3.5 |
1398 | 2024-08-21T05:14:34.698Z | Downloaded criterion v0.5.1 |
1399 | 2024-08-21T05:14:34.703Z | Downloaded cast v0.3.0 |
1400 | 2024-08-21T05:14:34.706Z | Downloaded ed25519 v2.2.3 |
1401 | 2024-08-21T05:14:34.708Z | Downloaded primeorder v0.13.6 |
1402 | 2024-08-21T05:14:34.710Z | Downloaded bcrypt-pbkdf v0.10.0 |
1403 | 2024-08-21T05:14:34.712Z | Downloaded ssh-cipher v0.2.0 |
1404 | 2024-08-21T05:14:34.712Z | Downloaded internet-checksum v0.2.1 |
1405 | 2024-08-21T05:14:34.713Z | Downloaded anes v0.1.6 |
1406 | 2024-08-21T05:14:34.715Z | Downloaded enum-as-inner v0.5.1 |
1407 | 2024-08-21T05:14:34.717Z | Downloaded yansi v0.5.1 |
1408 | 2024-08-21T05:14:34.719Z | Downloaded ghash v0.5.1 |
1409 | 2024-08-21T05:14:34.719Z | Downloaded dirs v5.0.1 |
1410 | 2024-08-21T05:14:34.721Z | Downloaded assert_cmd v2.0.16 |
1411 | 2024-08-21T05:14:34.724Z | Downloaded threadpool v1.8.1 |
1412 | 2024-08-21T05:14:34.724Z | Downloaded relative-path v1.9.3 |
1413 | 2024-08-21T05:14:34.726Z | Downloaded blake2b_simd v1.0.2 |
1414 | 2024-08-21T05:14:34.726Z | Downloaded oorandom v11.1.3 |
1415 | 2024-08-21T05:14:34.729Z | Downloaded target-lexicon v0.12.16 |
1416 | 2024-08-21T05:14:34.731Z | Downloaded ctr v0.9.2 |
1417 | 2024-08-21T05:14:34.731Z | Downloaded blowfish v0.9.1 |
1418 | 2024-08-21T05:14:34.733Z | Downloaded rustls-native-certs v0.7.0 |
1419 | 2024-08-21T05:14:34.736Z | Downloaded dhcproto-macros v0.1.0 |
1420 | 2024-08-21T05:14:34.736Z | Downloaded rstest v0.19.0 |
1421 | 2024-08-21T05:14:34.739Z | Downloaded partial-io v0.5.4 |
1422 | 2024-08-21T05:14:34.741Z | Downloaded tower-layer v0.3.2 |
1423 | 2024-08-21T05:14:34.743Z | Downloaded escape8259 v0.5.2 |
1424 | 2024-08-21T05:14:34.744Z | Downloaded approx v0.5.1 |
1425 | 2024-08-21T05:14:34.746Z | Downloaded russh-cryptovec v0.7.2 |
1426 | 2024-08-21T05:14:34.746Z | Downloaded option-ext v0.2.0 |
1427 | 2024-08-21T05:14:34.748Z | Downloaded md5 v0.7.0 |
1428 | 2024-08-21T05:14:34.751Z | Downloaded ssh-encoding v0.2.0 |
1429 | 2024-08-21T05:14:34.753Z | Downloaded cfg-expr v0.16.0 |
1430 | 2024-08-21T05:14:34.757Z | Downloaded russh-keys v0.44.0 |
1431 | 2024-08-21T05:14:34.759Z | Downloaded dhcproto v0.12.0 |
1432 | 2024-08-21T05:14:34.762Z | Downloaded datatest-stable v0.2.9 |
1433 | 2024-08-21T05:14:34.767Z | Downloaded criterion-plot v0.5.0 |
1434 | 2024-08-21T05:14:34.767Z | Downloaded similar-asserts v1.5.0 |
1435 | 2024-08-21T05:14:34.771Z | Downloaded plotters-backend v0.3.5 |
1436 | 2024-08-21T05:14:34.771Z | Downloaded pbkdf2 v0.11.0 |
1437 | 2024-08-21T05:14:34.771Z | Downloaded hex-literal v0.4.1 |
1438 | 2024-08-21T05:14:34.773Z | Downloaded polyval v0.6.2 |
1439 | 2024-08-21T05:14:34.773Z | Downloaded futures-timer v3.0.3 |
1440 | 2024-08-21T05:14:34.776Z | Downloaded target-spec v3.2.1 |
1441 | 2024-08-21T05:14:34.778Z | Downloaded rfc6979 v0.4.0 |
1442 | 2024-08-21T05:14:34.780Z | Downloaded p256 v0.13.2 |
1443 | 2024-08-21T05:14:34.782Z | Downloaded hyper-util v0.1.3 |
1444 | 2024-08-21T05:14:34.798Z | Downloaded rust-argon2 v2.1.0 |
1445 | 2024-08-21T05:14:34.801Z | Downloaded password-hash v0.4.2 |
1446 | 2024-08-21T05:14:34.803Z | Downloaded libtest-mimic v0.7.3 |
1447 | 2024-08-21T05:14:34.805Z | Downloaded hyper-rustls v0.26.0 |
1448 | 2024-08-21T05:14:34.807Z | Downloaded httptest v0.15.5 |
1449 | 2024-08-21T05:14:34.809Z | Downloaded tinytemplate v1.2.1 |
1450 | 2024-08-21T05:14:34.809Z | Downloaded pretty_assertions v1.4.0 |
1451 | 2024-08-21T05:14:34.812Z | Downloaded fancy-regex v0.13.0 |
1452 | 2024-08-21T05:14:34.815Z | Downloaded ecdsa v0.16.9 |
1453 | 2024-08-21T05:14:34.817Z | Downloaded trybuild v1.0.99 |
1454 | 2024-08-21T05:14:34.820Z | Downloaded dirs-sys v0.4.1 |
1455 | 2024-08-21T05:14:34.822Z | Downloaded rand_distr v0.4.3 |
1456 | 2024-08-21T05:14:34.824Z | Downloaded rstest_macros v0.19.0 |
1457 | 2024-08-21T05:14:34.827Z | Downloaded ed25519-dalek v2.1.1 |
1458 | 2024-08-21T05:14:34.832Z | Downloaded tower v0.4.13 |
1459 | 2024-08-21T05:14:34.841Z | Downloaded russh v0.44.1 |
1460 | 2024-08-21T05:14:34.846Z | Downloaded num-bigint v0.4.5 |
1461 | 2024-08-21T05:14:34.850Z | Downloaded aes-gcm v0.10.3 |
1462 | 2024-08-21T05:14:34.853Z | Downloaded plotters v0.3.5 |
1463 | 2024-08-21T05:14:34.862Z | Downloaded p521 v0.13.3 |
1464 | 2024-08-21T05:14:34.865Z | Downloaded ssh-key v0.6.6 |
1465 | 2024-08-21T05:14:34.872Z | Downloaded guppy v0.17.7 |
1466 | 2024-08-21T05:14:34.878Z | Downloaded trust-dns-proto v0.22.0 |
1467 | 2024-08-21T05:14:34.889Z | Downloaded hyper v1.3.1 |
1468 | 2024-08-21T05:14:34.896Z | Downloaded p384 v0.13.0 |
1469 | 2024-08-21T05:14:34.900Z | Downloaded idna v0.2.3 |
1470 | 2024-08-21T05:14:35.549Z | Checking cfg-if v1.0.0 |
1471 | 2024-08-21T05:14:35.614Z | Checking libc v0.2.155 |
1472 | 2024-08-21T05:14:35.635Z | Checking serde v1.0.208 |
1473 | 2024-08-21T05:14:35.653Z | Checking memchr v2.7.2 |
1474 | 2024-08-21T05:14:35.670Z | Checking scopeguard v1.2.0 |
1475 | 2024-08-21T05:14:35.690Z | Checking log v0.4.21 |
1476 | 2024-08-21T05:14:35.710Z | Checking byteorder v1.5.0 |
1477 | 2024-08-21T05:14:35.732Z | Checking itoa v1.0.11 |
1478 | 2024-08-21T05:14:35.734Z | Checking smallvec v1.13.2 |
1479 | 2024-08-21T05:14:35.809Z | Checking lock_api v0.4.12 |
1480 | 2024-08-21T05:14:35.943Z | Checking zeroize v1.7.0 |
1481 | 2024-08-21T05:14:35.970Z | Checking once_cell v1.19.0 |
1482 | 2024-08-21T05:14:36.103Z | Checking pin-project-lite v0.2.14 |
1483 | 2024-08-21T05:14:36.133Z | Checking typenum v1.17.0 |
1484 | 2024-08-21T05:14:36.217Z | Checking libm v0.2.8 |
1485 | 2024-08-21T05:14:36.245Z | Checking subtle v2.5.0 |
1486 | 2024-08-21T05:14:36.248Z | Checking spin v0.9.8 |
1487 | 2024-08-21T05:14:36.293Z | Checking ryu v1.0.18 |
1488 | 2024-08-21T05:14:36.508Z | Checking thiserror v1.0.63 |
1489 | 2024-08-21T05:14:36.534Z | Checking futures-core v0.3.30 |
1490 | 2024-08-21T05:14:36.560Z | Checking zerocopy v0.7.34 |
1491 | 2024-08-21T05:14:36.590Z | Checking const-oid v0.9.6 |
1492 | 2024-08-21T05:14:36.636Z | Checking futures-sink v0.3.30 |
1493 | 2024-08-21T05:14:36.676Z | Checking getrandom v0.2.14 |
1494 | 2024-08-21T05:14:36.710Z | Checking parking_lot_core v0.9.10 |
1495 | 2024-08-21T05:14:36.785Z | Checking signal-hook-registry v1.4.2 |
1496 | 2024-08-21T05:14:36.926Z | Checking rand_core v0.6.4 |
1497 | 2024-08-21T05:14:37.049Z | Checking parking_lot v0.12.2 |
1498 | 2024-08-21T05:14:37.068Z | Checking mio v0.8.11 |
1499 | 2024-08-21T05:14:37.095Z | Checking num-traits v0.2.19 |
1500 | 2024-08-21T05:14:37.223Z | Checking num_cpus v1.16.0 |
1501 | 2024-08-21T05:14:37.345Z | Checking socket2 v0.5.7 |
1502 | 2024-08-21T05:14:37.397Z | Checking futures-channel v0.3.30 |
1503 | 2024-08-21T05:14:37.423Z | Checking generic-array v0.14.7 |
1504 | 2024-08-21T05:14:37.678Z | Checking slab v0.4.9 |
1505 | 2024-08-21T05:14:37.761Z | Checking futures-io v0.3.30 |
1506 | 2024-08-21T05:14:37.834Z | Checking pin-utils v0.1.0 |
1507 | 2024-08-21T05:14:37.933Z | Checking futures-task v0.3.30 |
1508 | 2024-08-21T05:14:37.962Z | Checking cpufeatures v0.2.12 |
1509 | 2024-08-21T05:14:37.988Z | Checking allocator-api2 v0.2.18 |
1510 | 2024-08-21T05:14:37.990Z | Checking ahash v0.8.11 |
1511 | 2024-08-21T05:14:38.099Z | Checking fnv v1.0.7 |
1512 | 2024-08-21T05:14:38.203Z | Checking futures-util v0.3.30 |
1513 | 2024-08-21T05:14:38.227Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-08-21T05:14:38.496Z | Checking iana-time-zone v0.1.60 |
1515 | 2024-08-21T05:14:38.576Z | Checking equivalent v1.0.1 |
1516 | 2024-08-21T05:14:38.626Z | Checking tinyvec_macros v0.1.1 |
1517 | 2024-08-21T05:14:38.649Z | Checking crypto-common v0.1.6 |
1518 | 2024-08-21T05:14:38.652Z | Checking block-buffer v0.10.4 |
1519 | 2024-08-21T05:14:38.690Z | Checking ppv-lite86 v0.2.17 |
1520 | 2024-08-21T05:14:38.714Z | Checking hashbrown v0.14.5 |
1521 | 2024-08-21T05:14:38.717Z | Checking tinyvec v1.6.0 |
1522 | 2024-08-21T05:14:38.844Z | Checking unicode-bidi v0.3.15 |
1523 | 2024-08-21T05:14:38.847Z | Checking tracing-core v0.1.32 |
1524 | 2024-08-21T05:14:38.883Z | Checking digest v0.10.7 |
1525 | 2024-08-21T05:14:39.280Z | Checking errno v0.3.9 |
1526 | 2024-08-21T05:14:39.385Z | Checking rand_chacha v0.3.1 |
1527 | 2024-08-21T05:14:39.459Z | Checking lazy_static v1.5.0 |
1528 | 2024-08-21T05:14:39.498Z | Checking dyn-clone v1.0.17 |
1529 | 2024-08-21T05:14:39.500Z | Checking tracing v0.1.40 |
1530 | 2024-08-21T05:14:39.579Z | Checking percent-encoding v2.3.1 |
1531 | 2024-08-21T05:14:39.633Z | Checking block-padding v0.3.3 |
1532 | 2024-08-21T05:14:39.753Z | Checking rand v0.8.5 |
1533 | 2024-08-21T05:14:39.781Z | Checking regex-syntax v0.8.4 |
1534 | 2024-08-21T05:14:39.844Z | Checking inout v0.1.3 |
1535 | 2024-08-21T05:14:39.869Z | Checking form_urlencoded v1.2.1 |
1536 | 2024-08-21T05:14:39.920Z | Checking unicode-ident v1.0.12 |
1537 | 2024-08-21T05:14:40.033Z | Checking unicode-normalization v0.1.23 |
1538 | 2024-08-21T05:14:40.064Z | Checking aho-corasick v1.1.3 |
1539 | 2024-08-21T05:14:40.090Z | Checking cipher v0.4.4 |
1540 | 2024-08-21T05:14:40.092Z | Checking base64ct v1.6.0 |
1541 | 2024-08-21T05:14:40.520Z | Checking hmac v0.12.1 |
1542 | 2024-08-21T05:14:40.545Z | Checking unicode-width v0.1.13 |
1543 | 2024-08-21T05:14:40.673Z | Checking bytes v1.7.1 |
1544 | 2024-08-21T05:14:40.727Z | Checking bitflags v2.6.0 |
1545 | 2024-08-21T05:14:40.749Z | Checking serde_json v1.0.125 |
1546 | 2024-08-21T05:14:40.932Z | Checking chrono v0.4.38 |
1547 | 2024-08-21T05:14:41.001Z | Checking indexmap v2.4.0 |
1548 | 2024-08-21T05:14:41.025Z | Checking uuid v1.10.0 |
1549 | 2024-08-21T05:14:41.474Z | Checking tokio v1.38.1 |
1550 | 2024-08-21T05:14:41.670Z | Checking rustix v0.38.34 |
1551 | 2024-08-21T05:14:41.708Z | Checking proc-macro2 v1.0.86 |
1552 | 2024-08-21T05:14:42.249Z | Checking sha2 v0.10.8 |
1553 | 2024-08-21T05:14:42.410Z | Checking httparse v1.8.0 |
1554 | 2024-08-21T05:14:42.492Z | Checking adler v1.0.2 |
1555 | 2024-08-21T05:14:42.647Z | Checking miniz_oxide v0.7.2 |
1556 | 2024-08-21T05:14:42.820Z | Checking quote v1.0.36 |
1557 | 2024-08-21T05:14:42.842Z | Checking http v0.2.12 |
1558 | 2024-08-21T05:14:42.992Z | Checking regex-automata v0.4.6 |
1559 | 2024-08-21T05:14:43.083Z | Checking schemars v0.8.21 |
1560 | 2024-08-21T05:14:43.168Z | Checking idna v0.5.0 |
1561 | 2024-08-21T05:14:43.244Z | Checking powerfmt v0.2.0 |
1562 | 2024-08-21T05:14:43.407Z | Checking syn v2.0.74 |
1563 | 2024-08-21T05:14:43.538Z | Checking deranged v0.3.11 |
1564 | 2024-08-21T05:14:43.726Z | Checking num_threads v0.1.7 |
1565 | 2024-08-21T05:14:43.842Z | Checking untrusted v0.9.0 |
1566 | 2024-08-21T05:14:44.008Z | Checking num-conv v0.1.0 |
1567 | 2024-08-21T05:14:44.031Z | Checking url v2.5.2 |
1568 | 2024-08-21T05:14:44.240Z | Checking time-core v0.1.2 |
1569 | 2024-08-21T05:14:44.280Z | Checking ring v0.17.8 |
1570 | 2024-08-21T05:14:44.409Z | Checking pem-rfc7468 v0.7.0 |
1571 | 2024-08-21T05:14:44.695Z | Checking try-lock v0.2.5 |
1572 | 2024-08-21T05:14:44.720Z | Checking slog v2.7.0 |
1573 | 2024-08-21T05:14:44.826Z | Checking want v0.3.1 |
1574 | 2024-08-21T05:14:44.849Z | Checking tower-service v0.3.2 |
1575 | 2024-08-21T05:14:44.977Z | Checking flagset v0.4.5 |
1576 | 2024-08-21T05:14:45.019Z | Checking pbkdf2 v0.12.2 |
1577 | 2024-08-21T05:14:45.185Z | Checking der v0.7.9 |
1578 | 2024-08-21T05:14:45.209Z | Checking aes v0.8.4 |
1579 | 2024-08-21T05:14:45.233Z | Checking gimli v0.28.1 |
1580 | 2024-08-21T05:14:45.333Z | Checking time v0.3.36 |
1581 | 2024-08-21T05:14:46.097Z | Checking futures-executor v0.3.30 |
1582 | 2024-08-21T05:14:46.177Z | Checking cbc v0.1.2 |
1583 | 2024-08-21T05:14:46.330Z | Checking salsa20 v0.10.2 |
1584 | 2024-08-21T05:14:46.390Z | Checking object v0.32.2 |
1585 | 2024-08-21T05:14:46.552Z | Checking httpdate v1.0.3 |
1586 | 2024-08-21T05:14:46.789Z | Checking rustc-demangle v0.1.24 |
1587 | 2024-08-21T05:14:47.031Z | Checking spki v0.7.3 |
1588 | 2024-08-21T05:14:47.218Z | Checking base64 v0.21.7 |
1589 | 2024-08-21T05:14:47.337Z | Checking scrypt v0.11.0 |
1590 | 2024-08-21T05:14:47.551Z | Checking regex v1.10.6 |
1591 | 2024-08-21T05:14:47.562Z | Checking futures v0.3.30 |
1592 | 2024-08-21T05:14:47.682Z | Checking http-body v0.4.6 |
1593 | 2024-08-21T05:14:47.689Z | Checking utf8parse v0.2.1 |
1594 | 2024-08-21T05:14:47.833Z | Checking pkcs5 v0.7.1 |
1595 | 2024-08-21T05:14:47.835Z | Checking openssl-probe v0.1.5 |
1596 | 2024-08-21T05:14:47.993Z | Checking foreign-types-shared v0.1.1 |
1597 | 2024-08-21T05:14:48.098Z | Checking ipnet v2.9.0 |
1598 | 2024-08-21T05:14:48.118Z | Checking mime v0.3.17 |
1599 | 2024-08-21T05:14:48.187Z | Checking foreign-types v0.3.2 |
1600 | 2024-08-21T05:14:48.287Z | Checking openssl-sys v0.9.103 |
1601 | 2024-08-21T05:14:48.344Z | Checking pkcs8 v0.10.2 |
1602 | 2024-08-21T05:14:48.401Z | Checking tokio-util v0.7.11 |
1603 | 2024-08-21T05:14:48.429Z | Checking anstyle v1.0.8 |
1604 | 2024-08-21T05:14:48.561Z | Checking rustls-webpki v0.101.7 |
1605 | 2024-08-21T05:14:48.657Z | Checking sct v0.7.1 |
1606 | 2024-08-21T05:14:48.776Z | Checking toml_datetime v0.6.8 |
1607 | 2024-08-21T05:14:48.850Z | Checking semver v1.0.23 |
1608 | 2024-08-21T05:14:49.048Z | Checking serde_spanned v0.6.7 |
1609 | 2024-08-21T05:14:49.096Z | Checking addr2line v0.21.0 |
1610 | 2024-08-21T05:14:49.238Z | Checking crossbeam-utils v0.8.19 |
1611 | 2024-08-21T05:14:49.263Z | Checking data-encoding v2.6.0 |
1612 | 2024-08-21T05:14:49.265Z | Checking h2 v0.3.26 |
1613 | 2024-08-21T05:14:49.304Z | Checking either v1.13.0 |
1614 | 2024-08-21T05:14:49.538Z | Checking openssl v0.10.66 |
1615 | 2024-08-21T05:14:49.595Z | Checking rustls v0.21.12 |
1616 | 2024-08-21T05:14:49.682Z | Checking serde_urlencoded v0.7.1 |
1617 | 2024-08-21T05:14:49.832Z | Checking scroll v0.12.0 |
1618 | 2024-08-21T05:14:49.909Z | Checking encoding_rs v0.8.34 |
1619 | 2024-08-21T05:14:49.933Z | Checking ucd-trie v0.1.6 |
1620 | 2024-08-21T05:14:50.104Z | Checking plain v0.2.3 |
1621 | 2024-08-21T05:14:50.130Z | Checking pest v2.7.10 |
1622 | 2024-08-21T05:14:50.259Z | Checking anstyle-parse v0.2.4 |
1623 | 2024-08-21T05:14:50.284Z | Checking goblin v0.8.2 |
1624 | 2024-08-21T05:14:50.516Z | Checking idna v0.3.0 |
1625 | 2024-08-21T05:14:51.439Z | Checking pretty-hex v0.4.1 |
1626 | 2024-08-21T05:14:51.632Z | Checking bitflags v1.3.2 |
1627 | 2024-08-21T05:14:51.738Z | Checking psl-types v2.0.11 |
1628 | 2024-08-21T05:14:51.935Z | Checking colorchoice v1.0.1 |
1629 | 2024-08-21T05:14:52.078Z | Checking is_terminal_polyfill v1.70.0 |
1630 | 2024-08-21T05:14:52.209Z | Checking anstyle-query v1.0.3 |
1631 | 2024-08-21T05:14:52.272Z | Checking publicsuffix v2.2.3 |
1632 | 2024-08-21T05:14:52.336Z | Checking anstream v0.6.14 |
1633 | 2024-08-21T05:14:52.496Z | Checking cookie v0.17.0 |
1634 | 2024-08-21T05:14:52.524Z | Checking backtrace v0.3.71 |
1635 | 2024-08-21T05:14:52.640Z | Checking dtrace-parser v0.2.0 |
1636 | 2024-08-21T05:14:52.685Z | Checking rustls-pemfile v1.0.4 |
1637 | 2024-08-21T05:14:52.809Z | Checking tokio-rustls v0.24.1 |
1638 | 2024-08-21T05:14:52.891Z | Checking terminal_size v0.3.0 |
1639 | 2024-08-21T05:14:52.929Z | Checking thread-id v4.2.1 |
1640 | 2024-08-21T05:14:53.068Z | Checking strsim v0.11.1 |
1641 | 2024-08-21T05:14:53.090Z | Checking clap_lex v0.7.0 |
1642 | 2024-08-21T05:14:53.111Z | Checking anyhow v1.0.86 |
1643 | 2024-08-21T05:14:53.142Z | Checking cookie_store v0.20.0 |
1644 | 2024-08-21T05:14:53.204Z | Checking openapiv3 v2.0.0 |
1645 | 2024-08-21T05:14:53.337Z | Checking signature v2.2.0 |
1646 | 2024-08-21T05:14:53.367Z | Checking clap_builder v4.5.15 |
1647 | 2024-08-21T05:14:53.501Z | Checking sha1 v0.10.6 |
1648 | 2024-08-21T05:14:53.545Z | Checking memmap v0.7.0 |
1649 | 2024-08-21T05:14:53.764Z | Checking webpki-roots v0.25.4 |
1650 | 2024-08-21T05:14:53.793Z | Checking sync_wrapper v0.1.2 |
1651 | 2024-08-21T05:14:53.797Z | Checking base64 v0.22.1 |
1652 | 2024-08-21T05:14:53.921Z | Checking num-integer v0.1.46 |
1653 | 2024-08-21T05:14:53.945Z | Checking base16ct v0.2.0 |
1654 | 2024-08-21T05:14:54.129Z | Checking sec1 v0.7.3 |
1655 | 2024-08-21T05:14:54.299Z | Checking ff v0.13.0 |
1656 | 2024-08-21T05:14:54.428Z | Checking stable_deref_trait v1.2.0 |
1657 | 2024-08-21T05:14:54.521Z | Checking group v0.13.0 |
1658 | 2024-08-21T05:14:54.547Z | Checking num-iter v0.1.45 |
1659 | 2024-08-21T05:14:54.549Z | Checking hkdf v0.12.4 |
1660 | 2024-08-21T05:14:54.740Z | Checking crypto-bigint v0.5.5 |
1661 | 2024-08-21T05:14:54.762Z | Checking crc32fast v1.4.0 |
1662 | 2024-08-21T05:14:54.765Z | Checking winnow v0.6.18 |
1663 | 2024-08-21T05:14:54.912Z | Checking native-tls v0.2.11 |
1664 | 2024-08-21T05:14:54.977Z | Checking crossbeam-epoch v0.9.18 |
1665 | 2024-08-21T05:14:55.249Z | Checking tokio-native-tls v0.3.1 |
1666 | 2024-08-21T05:14:55.290Z | Checking dof v0.3.0 |
1667 | 2024-08-21T05:14:55.390Z | Checking hex v0.4.3 |
1668 | 2024-08-21T05:14:55.518Z | Checking winnow v0.5.40 |
1669 | 2024-08-21T05:14:55.612Z | Checking hyper v0.14.30 |
1670 | 2024-08-21T05:14:55.883Z | Checking usdt-impl v0.5.0 |
1671 | 2024-08-21T05:14:55.936Z | Checking managed v0.8.0 |
1672 | 2024-08-21T05:14:56.343Z | Checking static_assertions v1.1.0 |
1673 | 2024-08-21T05:14:56.423Z | Checking usdt v0.5.0 |
1674 | 2024-08-21T05:14:56.449Z | Checking unicode-segmentation v1.11.0 |
1675 | 2024-08-21T05:14:56.451Z | Checking clap v4.5.15 |
1676 | 2024-08-21T05:14:56.584Z | Checking num-bigint-dig v0.8.4 |
1677 | 2024-08-21T05:14:56.686Z | Checking pkcs1 v0.7.5 |
1678 | 2024-08-21T05:14:56.757Z | Checking zerocopy v0.6.6 |
1679 | 2024-08-21T05:14:57.110Z | Checking signal-hook v0.3.17 |
1680 | 2024-08-21T05:14:57.134Z | Checking flate2 v1.0.31 |
1681 | 2024-08-21T05:14:57.453Z | Checking mio v1.0.2 |
1682 | 2024-08-21T05:14:57.494Z | Checking elliptic-curve v0.13.8 |
1683 | 2024-08-21T05:14:57.518Z | Checking siphasher v0.3.11 |
1684 | 2024-08-21T05:14:57.696Z | Checking toml_edit v0.22.20 |
1685 | 2024-08-21T05:14:57.794Z | Checking itertools v0.10.5 |
1686 | 2024-08-21T05:14:57.835Z | Checking bit-vec v0.6.3 |
1687 | 2024-08-21T05:14:58.048Z | Checking signal-hook-mio v0.2.4 |
1688 | 2024-08-21T05:14:58.189Z | Checking regex-automata v0.1.10 |
1689 | 2024-08-21T05:14:58.215Z | Checking bit-set v0.5.3 |
1690 | 2024-08-21T05:14:58.217Z | Checking itertools v0.12.1 |
1691 | 2024-08-21T05:14:58.490Z | Checking idna v0.4.0 |
1692 | 2024-08-21T05:14:58.575Z | Checking bstr v0.2.17 |
1693 | 2024-08-21T05:14:58.605Z | Checking toml_edit v0.19.15 |
1694 | 2024-08-21T05:14:58.758Z | Checking rsa v0.9.6 |
1695 | 2024-08-21T05:14:59.345Z | Checking hash32 v0.2.1 |
1696 | 2024-08-21T05:14:59.450Z | Checking finl_unicode v1.2.0 |
1697 | 2024-08-21T05:14:59.676Z | Checking predicates-core v1.0.6 |
1698 | 2024-08-21T05:14:59.812Z | Checking heapless v0.7.17 |
1699 | 2024-08-21T05:14:59.854Z | Checking hickory-proto v0.24.1 |
1700 | 2024-08-21T05:15:00.059Z | Checking stringprep v0.1.4 |
1701 | 2024-08-21T05:15:00.194Z | Checking bstr v1.9.1 |
1702 | 2024-08-21T05:15:00.305Z | Checking console v0.15.8 |
1703 | 2024-08-21T05:15:00.371Z | Checking md-5 v0.10.6 |
1704 | 2024-08-21T05:15:00.588Z | Checking float-cmp v0.9.0 |
1705 | 2024-08-21T05:15:00.784Z | Checking normalize-line-endings v0.3.0 |
1706 | 2024-08-21T05:15:00.878Z | Checking fallible-iterator v0.2.0 |
1707 | 2024-08-21T05:15:00.901Z | Checking fixedbitset v0.4.2 |
1708 | 2024-08-21T05:15:00.904Z | Checking difflib v0.4.0 |
1709 | 2024-08-21T05:15:00.977Z | Checking smoltcp v0.9.1 |
1710 | 2024-08-21T05:15:01.031Z | Checking toml v0.7.8 |
1711 | 2024-08-21T05:15:01.091Z | Checking similar v2.5.0 |
1712 | 2024-08-21T05:15:01.182Z | Checking petgraph v0.6.5 |
1713 | 2024-08-21T05:15:01.249Z | Checking predicates v3.1.2 |
1714 | 2024-08-21T05:15:01.493Z | Checking postgres-protocol v0.6.7 |
1715 | 2024-08-21T05:15:01.767Z | Checking phf_shared v0.10.0 |
1716 | 2024-08-21T05:15:01.898Z | Checking hyper-tls v0.5.0 |
1717 | 2024-08-21T05:15:01.963Z | Checking hyper-rustls v0.24.2 |
1718 | 2024-08-21T05:15:01.988Z | Checking phf_shared v0.11.2 |
1719 | 2024-08-21T05:15:02.040Z | Checking fs-err v2.11.0 |
1720 | 2024-08-21T05:15:02.171Z | Checking tokio-stream v0.1.15 |
1721 | 2024-08-21T05:15:02.197Z | Checking nix v0.28.0 |
1722 | 2024-08-21T05:15:02.276Z | Checking reqwest v0.11.27 |
1723 | 2024-08-21T05:15:02.300Z | Checking hubpack v0.1.2 |
1724 | 2024-08-21T05:15:02.497Z | Checking new_debug_unreachable v1.0.6 |
1725 | 2024-08-21T05:15:02.605Z | Checking lalrpop-util v0.19.12 |
1726 | 2024-08-21T05:15:02.630Z | Checking minimal-lexical v0.2.1 |
1727 | 2024-08-21T05:15:02.656Z | Checking precomputed-hash v0.1.1 |
1728 | 2024-08-21T05:15:02.784Z | Checking string_cache v0.8.7 |
1729 | 2024-08-21T05:15:02.926Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1730 | 2024-08-21T05:15:02.973Z | Checking phf v0.11.2 |
1731 | 2024-08-21T05:15:03.062Z | Checking nom v7.1.3 |
1732 | 2024-08-21T05:15:03.108Z | Checking postgres-types v0.2.7 |
1733 | 2024-08-21T05:15:03.250Z | Checking whoami v1.5.1 |
1734 | 2024-08-21T05:15:03.578Z | Checking peg-runtime v0.8.3 |
1735 | 2024-08-21T05:15:03.875Z | Checking tokio-postgres v0.7.11 |
1736 | 2024-08-21T05:15:03.952Z | Compiling regress v0.9.1 |
1737 | 2024-08-21T05:15:04.018Z | Compiling getopts v0.2.21 |
1738 | 2024-08-21T05:15:04.647Z | Compiling unsafe-libyaml v0.2.11 |
1739 | 2024-08-21T05:15:04.689Z | Checking camino v1.1.7 |
1740 | 2024-08-21T05:15:04.959Z | Checking heck v0.5.0 |
1741 | 2024-08-21T05:15:05.175Z | Checking is-terminal v0.4.12 |
1742 | 2024-08-21T05:15:05.300Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1743 | 2024-08-21T05:15:05.324Z | Compiling paste v1.0.15 |
1744 | 2024-08-21T05:15:05.653Z | Compiling ident_case v1.0.1 |
1745 | 2024-08-21T05:15:05.848Z | Compiling darling_core v0.20.9 |
1746 | 2024-08-21T05:15:06.265Z | Compiling serde_yaml v0.9.34+deprecated |
1747 | 2024-08-21T05:15:06.706Z | Compiling rustls v0.22.4 |
1748 | 2024-08-21T05:15:06.835Z | Checking http v1.1.0 |
1749 | 2024-08-21T05:15:07.053Z | Checking dirs-sys-next v0.1.2 |
1750 | 2024-08-21T05:15:07.206Z | Checking crossbeam-channel v0.5.12 |
1751 | 2024-08-21T05:15:07.249Z | Checking dirs-next v2.0.0 |
1752 | 2024-08-21T05:15:07.390Z | Checking thread_local v1.1.8 |
1753 | 2024-08-21T05:15:07.683Z | Checking term v0.7.0 |
1754 | 2024-08-21T05:15:08.011Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1755 | 2024-08-21T05:15:08.120Z | Checking strum v0.26.3 |
1756 | 2024-08-21T05:15:08.254Z | Compiling multer v3.1.0 |
1757 | 2024-08-21T05:15:08.282Z | Checking take_mut v0.2.2 |
1758 | 2024-08-21T05:15:08.284Z | Checking slog-term v2.9.1 |
1759 | 2024-08-21T05:15:08.436Z | Checking slog-async v2.8.0 |
1760 | 2024-08-21T05:15:08.655Z | Compiling async-stream-impl v0.3.5 |
1761 | 2024-08-21T05:15:08.749Z | Checking rustls-pki-types v1.7.0 |
1762 | 2024-08-21T05:15:08.784Z | Checking match_cfg v0.1.0 |
1763 | 2024-08-21T05:15:08.888Z | Checking hostname v0.3.1 |
1764 | 2024-08-21T05:15:09.030Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1765 | 2024-08-21T05:15:09.187Z | Checking toml v0.8.19 |
1766 | 2024-08-21T05:15:09.289Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1767 | 2024-08-21T05:15:09.419Z | Checking rustls-webpki v0.102.4 |
1768 | 2024-08-21T05:15:09.960Z | Checking rustls-pemfile v2.1.3 |
1769 | 2024-08-21T05:15:10.113Z | Checking debug-ignore v1.0.5 |
1770 | 2024-08-21T05:15:10.218Z | Checking slog-json v2.6.1 |
1771 | 2024-08-21T05:15:10.257Z | Checking atomic-waker v1.1.2 |
1772 | 2024-08-21T05:15:10.396Z | Checking waitgroup v0.1.2 |
1773 | 2024-08-21T05:15:10.461Z | Checking slog-bunyan v2.5.0 |
1774 | 2024-08-21T05:15:10.542Z | Checking async-stream v0.3.5 |
1775 | 2024-08-21T05:15:10.630Z | Checking ipnetwork v0.20.0 |
1776 | 2024-08-21T05:15:10.742Z | Checking serde_path_to_error v0.1.16 |
1777 | 2024-08-21T05:15:10.984Z | Checking hostname v0.4.0 |
1778 | 2024-08-21T05:15:11.008Z | Checking instant v0.1.12 |
1779 | 2024-08-21T05:15:11.075Z | Checking fastrand v2.1.0 |
1780 | 2024-08-21T05:15:11.125Z | Compiling structmeta-derive v0.3.0 |
1781 | 2024-08-21T05:15:11.149Z | Checking quick-error v1.2.3 |
1782 | 2024-08-21T05:15:11.291Z | Checking newtype-uuid v1.1.0 |
1783 | 2024-08-21T05:15:11.389Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1784 | 2024-08-21T05:15:11.417Z | Checking tempfile v3.10.1 |
1785 | 2024-08-21T05:15:11.547Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1786 | 2024-08-21T05:15:11.769Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1787 | 2024-08-21T05:15:12.078Z | Checking macaddr v1.0.1 |
1788 | 2024-08-21T05:15:12.192Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1789 | 2024-08-21T05:15:12.352Z | Checking backoff v0.4.0 |
1790 | 2024-08-21T05:15:12.379Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1791 | 2024-08-21T05:15:12.430Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1792 | 2024-08-21T05:15:12.594Z | Checking wait-timeout v0.2.0 |
1793 | 2024-08-21T05:15:12.661Z | Checking rand_xorshift v0.3.0 |
1794 | 2024-08-21T05:15:12.729Z | Compiling structmeta-derive v0.2.0 |
1795 | 2024-08-21T05:15:12.784Z | Checking rusty-fork v0.3.0 |
1796 | 2024-08-21T05:15:12.846Z | Checking unarray v0.1.4 |
1797 | 2024-08-21T05:15:13.010Z | Compiling darling_macro v0.20.9 |
1798 | 2024-08-21T05:15:13.056Z | Compiling proc-macro-error v1.0.4 |
1799 | 2024-08-21T05:15:13.114Z | Checking proptest v1.5.0 |
1800 | 2024-08-21T05:15:13.382Z | Checking camino-tempfile v1.1.1 |
1801 | 2024-08-21T05:15:13.661Z | Compiling proc-macro-crate v1.3.1 |
1802 | 2024-08-21T05:15:13.725Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1803 | 2024-08-21T05:15:13.928Z | Checking tokio-rustls v0.25.0 |
1804 | 2024-08-21T05:15:14.032Z | Compiling darling v0.20.9 |
1805 | 2024-08-21T05:15:14.126Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1806 | 2024-08-21T05:15:14.154Z | Compiling structmeta v0.3.0 |
1807 | 2024-08-21T05:15:14.178Z | Compiling serde_with_macros v3.8.3 |
1808 | 2024-08-21T05:15:14.465Z | Compiling foreign-types-macros v0.2.3 |
1809 | 2024-08-21T05:15:14.609Z | Compiling parse-display-derive v0.10.0 |
1810 | 2024-08-21T05:15:14.689Z | Compiling num_enum_derive v0.5.11 |
1811 | 2024-08-21T05:15:15.673Z | Compiling structmeta v0.2.0 |
1812 | 2024-08-21T05:15:15.831Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1813 | 2024-08-21T05:15:16.122Z | Compiling test-strategy v0.3.1 |
1814 | 2024-08-21T05:15:16.146Z | Checking foreign-types-shared v0.3.1 |
1815 | 2024-08-21T05:15:16.269Z | Checking foreign-types v0.5.0 |
1816 | 2024-08-21T05:15:16.765Z | Checking cstr-argument v0.1.2 |
1817 | 2024-08-21T05:15:16.952Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2024-08-21T05:15:17.246Z | Checking serde_with v3.8.3 |
1819 | 2024-08-21T05:15:17.350Z | Checking num_enum v0.5.11 |
1820 | 2024-08-21T05:15:17.505Z | Checking pretty-hex v0.2.1 |
1821 | 2024-08-21T05:15:17.684Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1822 | 2024-08-21T05:15:17.840Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2024-08-21T05:15:17.962Z | Checking tabwriter v1.4.0 |
1824 | 2024-08-21T05:15:18.004Z | Checking colored v2.1.0 |
1825 | 2024-08-21T05:15:18.233Z | Checking socket2 v0.4.10 |
1826 | 2024-08-21T05:15:18.257Z | Checking smf v0.2.3 |
1827 | 2024-08-21T05:15:18.278Z | Checking termtree v0.4.1 |
1828 | 2024-08-21T05:15:18.353Z | Compiling heapless v0.8.0 |
1829 | 2024-08-21T05:15:18.483Z | Checking predicates-tree v1.0.9 |
1830 | 2024-08-21T05:15:18.639Z | Checking hash32 v0.3.1 |
1831 | 2024-08-21T05:15:18.661Z | Compiling smoltcp v0.11.0 |
1832 | 2024-08-21T05:15:18.724Z | Compiling crucible-workspace-hack v0.1.0 |
1833 | 2024-08-21T05:15:18.825Z | Checking embedded-io v0.4.0 |
1834 | 2024-08-21T05:15:19.038Z | Checking cobs v0.2.3 |
1835 | 2024-08-21T05:15:19.160Z | Checking sigpipe v0.1.3 |
1836 | 2024-08-21T05:15:19.217Z | Checking postcard v1.0.8 |
1837 | 2024-08-21T05:15:19.272Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1838 | 2024-08-21T05:15:19.322Z | Checking parse-display v0.10.0 |
1839 | 2024-08-21T05:15:19.458Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-21T05:15:19.565Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-21T05:15:19.612Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1842 | 2024-08-21T05:15:19.665Z | Compiling mockall_derive v0.13.0 |
1843 | 2024-08-21T05:15:19.938Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1844 | 2024-08-21T05:15:19.960Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1845 | 2024-08-21T05:15:20.178Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1846 | 2024-08-21T05:15:20.244Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1847 | 2024-08-21T05:15:20.505Z | Compiling num-derive v0.4.2 |
1848 | 2024-08-21T05:15:20.571Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1849 | 2024-08-21T05:15:20.626Z | Checking fragile v2.0.0 |
1850 | 2024-08-21T05:15:20.882Z | Checking downcast v0.11.0 |
1851 | 2024-08-21T05:15:20.950Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1852 | 2024-08-21T05:15:21.081Z | Checking humantime v2.1.0 |
1853 | 2024-08-21T05:15:21.227Z | Checking arc-swap v1.7.1 |
1854 | 2024-08-21T05:15:21.385Z | Checking utf-8 v0.7.6 |
1855 | 2024-08-21T05:15:21.605Z | Checking xattr v1.3.1 |
1856 | 2024-08-21T05:15:21.656Z | Checking slog-scope v4.4.0 |
1857 | 2024-08-21T05:15:21.749Z | Checking filetime v0.2.24 |
1858 | 2024-08-21T05:15:21.799Z | Checking termcolor v1.4.1 |
1859 | 2024-08-21T05:15:21.825Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1860 | 2024-08-21T05:15:21.852Z | Checking slog-stdlog v4.1.1 |
1861 | 2024-08-21T05:15:21.950Z | Checking tar v0.4.41 |
1862 | 2024-08-21T05:15:22.023Z | Checking slog-envlogger v2.2.0 |
1863 | 2024-08-21T05:15:22.237Z | Checking same-file v1.0.6 |
1864 | 2024-08-21T05:15:22.262Z | Checking newline-converter v0.3.0 |
1865 | 2024-08-21T05:15:22.408Z | Checking walkdir v2.5.0 |
1866 | 2024-08-21T05:15:22.431Z | Checking expectorate v1.1.0 |
1867 | 2024-08-21T05:15:22.598Z | Checking tungstenite v0.21.0 |
1868 | 2024-08-21T05:15:22.620Z | Checking atty v0.2.14 |
1869 | 2024-08-21T05:15:22.694Z | Compiling derive-where v1.2.7 |
1870 | 2024-08-21T05:15:22.696Z | Checking pem v3.0.4 |
1871 | 2024-08-21T05:15:22.742Z | Checking password-hash v0.5.0 |
1872 | 2024-08-21T05:15:22.830Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1873 | 2024-08-21T05:15:22.972Z | Checking blake2 v0.10.6 |
1874 | 2024-08-21T05:15:23.176Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1875 | 2024-08-21T05:15:23.222Z | Checking tungstenite v0.20.1 |
1876 | 2024-08-21T05:15:23.333Z | Checking env_logger v0.9.3 |
1877 | 2024-08-21T05:15:23.500Z | Checking argon2 v0.5.3 |
1878 | 2024-08-21T05:15:23.521Z | Checking tokio-tungstenite v0.21.0 |
1879 | 2024-08-21T05:15:23.786Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-21T05:15:24.019Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-21T05:15:24.149Z | Checking tokio-tungstenite v0.20.1 |
1882 | 2024-08-21T05:15:24.172Z | Compiling bitstruct_derive v0.1.0 |
1883 | 2024-08-21T05:15:24.176Z | Checking ascii v1.1.0 |
1884 | 2024-08-21T05:15:24.236Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1885 | 2024-08-21T05:15:24.588Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1886 | 2024-08-21T05:15:24.611Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-21T05:15:24.613Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1888 | 2024-08-21T05:15:24.653Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-21T05:15:24.821Z | Checking atomicwrites v0.4.3 |
1890 | 2024-08-21T05:15:24.858Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-21T05:15:25.026Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-21T05:15:25.174Z | Checking erased-serde v0.3.31 |
1893 | 2024-08-21T05:15:25.303Z | Checking serde_arrays v0.1.0 |
1894 | 2024-08-21T05:15:25.453Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1895 | 2024-08-21T05:15:25.476Z | Compiling heck v0.3.3 |
1896 | 2024-08-21T05:15:25.543Z | Checking bitstruct v0.1.1 |
1897 | 2024-08-21T05:15:25.661Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1898 | 2024-08-21T05:15:25.799Z | Compiling convert_case v0.4.0 |
1899 | 2024-08-21T05:15:25.917Z | Compiling zone_cfg_derive v0.1.2 |
1900 | 2024-08-21T05:15:25.995Z | Checking yasna v0.5.2 |
1901 | 2024-08-21T05:15:26.311Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-08-21T05:15:26.333Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1903 | 2024-08-21T05:15:26.381Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1904 | 2024-08-21T05:15:26.404Z | Checking headers-core v0.2.0 |
1905 | 2024-08-21T05:15:26.774Z | Compiling derive_more v0.99.18 |
1906 | 2024-08-21T05:15:26.853Z | Checking base64 v0.13.1 |
1907 | 2024-08-21T05:15:27.102Z | Checking rcgen v0.12.1 |
1908 | 2024-08-21T05:15:27.285Z | Checking ron v0.7.1 |
1909 | 2024-08-21T05:15:27.423Z | Checking zone v0.1.8 |
1910 | 2024-08-21T05:15:27.789Z | Checking headers v0.3.9 |
1911 | 2024-08-21T05:15:28.259Z | Checking mockall v0.13.0 |
1912 | 2024-08-21T05:15:28.303Z | Checking portpicker v0.1.1 |
1913 | 2024-08-21T05:15:28.450Z | Checking subprocess v0.2.9 |
1914 | 2024-08-21T05:15:28.479Z | Checking half v2.4.1 |
1915 | 2024-08-21T05:15:28.507Z | Checking ciborium-io v0.2.2 |
1916 | 2024-08-21T05:15:28.640Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1917 | 2024-08-21T05:15:28.938Z | Compiling rayon-core v1.12.1 |
1918 | 2024-08-21T05:15:28.959Z | Checking ciborium-ll v0.2.2 |
1919 | 2024-08-21T05:15:28.988Z | Compiling prettyplease v0.2.20 |
1920 | 2024-08-21T05:15:29.273Z | Checking ciborium v0.2.2 |
1921 | 2024-08-21T05:15:29.323Z | Checking swrite v0.1.0 |
1922 | 2024-08-21T05:15:29.343Z | Compiling home v0.5.9 |
1923 | 2024-08-21T05:15:29.466Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-08-21T05:15:29.498Z | Compiling semver v0.1.20 |
1925 | 2024-08-21T05:15:29.622Z | Compiling slog-dtrace v0.3.0 |
1926 | 2024-08-21T05:15:29.797Z | Checking lru-cache v0.1.2 |
1927 | 2024-08-21T05:15:29.943Z | Compiling rustc_version v0.1.7 |
1928 | 2024-08-21T05:15:29.986Z | Compiling blake3 v1.5.1 |
1929 | 2024-08-21T05:15:30.033Z | Compiling ring v0.16.20 |
1930 | 2024-08-21T05:15:30.150Z | Compiling cancel-safe-futures v0.1.5 |
1931 | 2024-08-21T05:15:30.476Z | Compiling newtype_derive v0.1.6 |
1932 | 2024-08-21T05:15:30.773Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1933 | 2024-08-21T05:15:30.881Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1934 | 2024-08-21T05:15:31.021Z | Checking steno v0.4.1 |
1935 | 2024-08-21T05:15:31.283Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1936 | 2024-08-21T05:15:32.532Z | Checking num-rational v0.4.2 |
1937 | 2024-08-21T05:15:32.893Z | Checking itertools v0.13.0 |
1938 | 2024-08-21T05:15:33.258Z | Checking num-complex v0.4.6 |
1939 | 2024-08-21T05:15:33.818Z | Checking float-ord v0.3.2 |
1940 | 2024-08-21T05:15:34.124Z | Checking resolv-conf v0.7.0 |
1941 | 2024-08-21T05:15:34.236Z | Checking num v0.4.3 |
1942 | 2024-08-21T05:15:34.501Z | Checking hickory-resolver v0.24.1 |
1943 | 2024-08-21T05:15:34.726Z | Checking libsw v3.3.1 |
1944 | 2024-08-21T05:15:35.378Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-08-21T05:15:35.437Z | Checking owo-colors v4.0.0 |
1946 | 2024-08-21T05:15:35.681Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-08-21T05:15:35.738Z | Checking linear-map v1.2.0 |
1948 | 2024-08-21T05:15:37.313Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1949 | 2024-08-21T05:15:37.986Z | Compiling crossbeam-deque v0.8.5 |
1950 | 2024-08-21T05:15:39.172Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1951 | 2024-08-21T05:15:39.841Z | Compiling memmap2 v0.9.4 |
1952 | 2024-08-21T05:15:39.905Z | Compiling arrayref v0.3.7 |
1953 | 2024-08-21T05:15:40.021Z | Compiling spin v0.5.2 |
1954 | 2024-08-21T05:15:40.262Z | Compiling rayon v1.10.0 |
1955 | 2024-08-21T05:15:40.311Z | Compiling arrayvec v0.7.4 |
1956 | 2024-08-21T05:15:40.740Z | Compiling untrusted v0.7.1 |
1957 | 2024-08-21T05:15:40.932Z | Compiling constant_time_eq v0.3.0 |
1958 | 2024-08-21T05:15:41.605Z | Compiling toolchain_find v0.4.0 |
1959 | 2024-08-21T05:15:41.628Z | Compiling topological-sort v0.2.2 |
1960 | 2024-08-21T05:15:41.862Z | Compiling rustfmt-wrapper v0.2.1 |
1961 | 2024-08-21T05:15:41.888Z | Checking display-error-chain v0.2.0 |
1962 | 2024-08-21T05:15:42.040Z | Checking nibble_vec v0.1.0 |
1963 | 2024-08-21T05:15:42.244Z | Checking endian-type v0.1.2 |
1964 | 2024-08-21T05:15:42.270Z | Checking fxhash v0.2.1 |
1965 | 2024-08-21T05:15:42.462Z | Checking keccak v0.1.5 |
1966 | 2024-08-21T05:15:42.484Z | Checking radix_trie v0.2.1 |
1967 | 2024-08-21T05:15:42.487Z | Checking secrecy v0.8.0 |
1968 | 2024-08-21T05:15:42.732Z | Checking universal-hash v0.5.1 |
1969 | 2024-08-21T05:15:42.782Z | Checking sha3 v0.10.8 |
1970 | 2024-08-21T05:15:42.907Z | Checking opaque-debug v0.3.1 |
1971 | 2024-08-21T05:15:42.930Z | Compiling curve25519-dalek v4.1.3 |
1972 | 2024-08-21T05:15:43.025Z | Checking maplit v1.0.2 |
1973 | 2024-08-21T05:15:43.150Z | Compiling radium v0.7.0 |
1974 | 2024-08-21T05:15:43.179Z | Checking aead v0.5.2 |
1975 | 2024-08-21T05:15:43.424Z | Compiling curve25519-dalek-derive v0.1.1 |
1976 | 2024-08-21T05:15:43.687Z | Checking tap v1.0.1 |
1977 | 2024-08-21T05:15:43.739Z | Compiling maybe-uninit v2.0.0 |
1978 | 2024-08-21T05:15:43.862Z | Checking wyz v0.5.1 |
1979 | 2024-08-21T05:15:44.381Z | Checking poly1305 v0.8.0 |
1980 | 2024-08-21T05:15:44.770Z | Checking chacha20 v0.9.1 |
1981 | 2024-08-21T05:15:44.904Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1982 | 2024-08-21T05:15:44.936Z | Checking crc-catalog v2.4.0 |
1983 | 2024-08-21T05:15:45.095Z | Checking funty v2.0.0 |
1984 | 2024-08-21T05:15:45.135Z | Compiling packed_struct v0.10.1 |
1985 | 2024-08-21T05:15:45.329Z | Compiling omicron-zone-package v0.11.0 |
1986 | 2024-08-21T05:15:45.664Z | Checking crc v3.2.1 |
1987 | 2024-08-21T05:15:45.958Z | Checking gethostname v0.5.0 |
1988 | 2024-08-21T05:15:46.060Z | Checking bitvec v1.0.1 |
1989 | 2024-08-21T05:15:46.082Z | Compiling packed_struct_codegen v0.10.1 |
1990 | 2024-08-21T05:15:46.103Z | Compiling indexmap v1.9.3 |
1991 | 2024-08-21T05:15:46.415Z | Compiling libefi-sys v0.1.0 |
1992 | 2024-08-21T05:15:46.732Z | Checking nodrop v0.1.14 |
1993 | 2024-08-21T05:15:46.843Z | Checking array-init v0.0.4 |
1994 | 2024-08-21T05:15:46.867Z | Checking smallvec v0.6.14 |
1995 | 2024-08-21T05:15:46.992Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1996 | 2024-08-21T05:15:47.293Z | Compiling bitfield-struct v0.6.1 |
1997 | 2024-08-21T05:15:47.442Z | Checking hashbrown v0.12.3 |
1998 | 2024-08-21T05:15:47.869Z | Checking bitfield v0.14.0 |
1999 | 2024-08-21T05:15:48.166Z | Checking serde-hex v0.1.0 |
2000 | 2024-08-21T05:15:48.816Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2001 | 2024-08-21T05:15:49.106Z | Checking bzip2 v0.4.4 |
2002 | 2024-08-21T05:15:49.293Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2003 | 2024-08-21T05:15:49.397Z | Checking env_logger v0.10.2 |
2004 | 2024-08-21T05:15:49.423Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2005 | 2024-08-21T05:15:49.511Z | Checking ron v0.8.1 |
2006 | 2024-08-21T05:15:49.563Z | Checking x509-cert v0.2.5 |
2007 | 2024-08-21T05:15:49.732Z | Checking hashbrown v0.13.2 |
2008 | 2024-08-21T05:15:49.822Z | Compiling thiserror-impl-no-std v2.0.2 |
2009 | 2024-08-21T05:15:50.788Z | Compiling async-recursion v1.1.1 |
2010 | 2024-08-21T05:15:50.811Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2011 | 2024-08-21T05:15:50.939Z | Checking crc-any v2.5.0 |
2012 | 2024-08-21T05:15:51.204Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2013 | 2024-08-21T05:15:51.339Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2014 | 2024-08-21T05:15:51.624Z | Checking object v0.30.4 |
2015 | 2024-08-21T05:15:51.759Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2016 | 2024-08-21T05:15:51.928Z | Checking zip v0.6.6 |
2017 | 2024-08-21T05:15:52.011Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2018 | 2024-08-21T05:15:52.238Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2019 | 2024-08-21T05:15:52.340Z | Checking path-slash v0.1.5 |
2020 | 2024-08-21T05:15:52.426Z | Compiling parking_lot_core v0.8.6 |
2021 | 2024-08-21T05:15:52.518Z | Checking chacha20poly1305 v0.10.1 |
2022 | 2024-08-21T05:15:52.594Z | Checking glob v0.3.1 |
2023 | 2024-08-21T05:15:52.699Z | Checking hickory-client v0.24.1 |
2024 | 2024-08-21T05:15:52.743Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2025 | 2024-08-21T05:15:52.924Z | Checking hickory-server v0.24.1 |
2026 | 2024-08-21T05:15:53.034Z | Checking thiserror-no-std v2.0.2 |
2027 | 2024-08-21T05:15:53.074Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2028 | 2024-08-21T05:15:53.171Z | Checking vsss-rs v3.3.4 |
2029 | 2024-08-21T05:15:53.368Z | Checking parking_lot v0.11.2 |
2030 | 2024-08-21T05:15:53.388Z | Checking crossterm v0.28.1 |
2031 | 2024-08-21T05:15:53.446Z | Compiling buf-list v1.0.3 |
2032 | 2024-08-21T05:15:53.749Z | Checking sled v0.34.7 |
2033 | 2024-08-21T05:15:54.186Z | Compiling unicase v2.7.0 |
2034 | 2024-08-21T05:15:54.797Z | Checking nanorand v0.7.0 |
2035 | 2024-08-21T05:15:55.173Z | Checking flume v0.11.0 |
2036 | 2024-08-21T05:15:55.564Z | Checking kstat-rs v0.2.4 |
2037 | 2024-08-21T05:15:55.922Z | Compiling vte_generate_state_changes v0.1.1 |
2038 | 2024-08-21T05:15:56.055Z | Compiling mime_guess v2.0.4 |
2039 | 2024-08-21T05:15:56.076Z | Checking fd-lock v4.0.2 |
2040 | 2024-08-21T05:15:56.490Z | Checking crossterm v0.27.0 |
2041 | 2024-08-21T05:15:56.535Z | Checking nu-ansi-term v0.50.0 |
2042 | 2024-08-21T05:15:56.562Z | Compiling dsl_auto_type v0.1.2 |
2043 | 2024-08-21T05:15:56.583Z | Checking vte v0.11.1 |
2044 | 2024-08-21T05:15:56.921Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2045 | 2024-08-21T05:15:57.214Z | Checking scheduled-thread-pool v0.2.7 |
2046 | 2024-08-21T05:15:57.424Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2047 | 2024-08-21T05:15:57.660Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=73e63eaae3fe616bd7c48a20c69736d7e025836b#73e63eaa) |
2048 | 2024-08-21T05:15:57.683Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2049 | 2024-08-21T05:15:57.685Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2050 | 2024-08-21T05:15:57.931Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2051 | 2024-08-21T05:15:58.286Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2052 | 2024-08-21T05:15:58.323Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2053 | 2024-08-21T05:15:59.240Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=73e63eaae3fe616bd7c48a20c69736d7e025836b#73e63eaa) |
2054 | 2024-08-21T05:16:00.449Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2055 | 2024-08-21T05:16:01.862Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2056 | 2024-08-21T05:16:01.935Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2057 | 2024-08-21T05:16:02.423Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2058 | 2024-08-21T05:16:02.581Z | Checking strip-ansi-escapes v0.2.0 |
2059 | 2024-08-21T05:16:02.761Z | Checking reedline v0.33.0 |
2060 | 2024-08-21T05:16:03.046Z | Compiling diesel_table_macro_syntax v0.2.0 |
2061 | 2024-08-21T05:16:03.487Z | Compiling pin-project-internal v1.1.5 |
2062 | 2024-08-21T05:16:04.252Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2063 | 2024-08-21T05:16:04.351Z | Compiling crunchy v0.2.2 |
2064 | 2024-08-21T05:16:04.919Z | Checking http-range v0.1.5 |
2065 | 2024-08-21T05:16:05.120Z | Checking hyper-staticfile v0.9.5 |
2066 | 2024-08-21T05:16:05.594Z | Compiling diesel_derives v2.2.2 |
2067 | 2024-08-21T05:16:05.648Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2068 | 2024-08-21T05:16:06.269Z | Checking r2d2 v0.8.10 |
2069 | 2024-08-21T05:16:06.461Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2070 | 2024-08-21T05:16:06.602Z | Compiling clang-sys v1.7.0 |
2071 | 2024-08-21T05:16:06.702Z | Checking pin-project v1.1.5 |
2072 | 2024-08-21T05:16:06.843Z | Compiling tiny-keccak v2.0.2 |
2073 | 2024-08-21T05:16:07.192Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2074 | 2024-08-21T05:16:07.251Z | Compiling ref-cast v1.0.23 |
2075 | 2024-08-21T05:16:07.347Z | Checking bytecount v0.6.8 |
2076 | 2024-08-21T05:16:07.510Z | Checking papergrid v0.11.0 |
2077 | 2024-08-21T05:16:07.936Z | Compiling ascii-canvas v3.0.0 |
2078 | 2024-08-21T05:16:08.211Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2079 | 2024-08-21T05:16:08.530Z | Compiling tabled_derive v0.7.0 |
2080 | 2024-08-21T05:16:08.866Z | Compiling ena v0.14.3 |
2081 | 2024-08-21T05:16:09.066Z | Compiling ref-cast-impl v1.0.23 |
2082 | 2024-08-21T05:16:09.312Z | Compiling libloading v0.8.3 |
2083 | 2024-08-21T05:16:09.755Z | Compiling bindgen v0.69.4 |
2084 | 2024-08-21T05:16:09.937Z | Compiling diff v0.1.13 |
2085 | 2024-08-21T05:16:10.263Z | Compiling regex-syntax v0.6.29 |
2086 | 2024-08-21T05:16:11.181Z | Checking tabled v0.15.0 |
2087 | 2024-08-21T05:16:11.546Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2088 | 2024-08-21T05:16:14.308Z | Compiling lalrpop v0.19.12 |
2089 | 2024-08-21T05:16:15.744Z | Compiling which v4.4.2 |
2090 | 2024-08-21T05:16:16.181Z | Checking signal-hook-tokio v0.3.1 |
2091 | 2024-08-21T05:16:16.369Z | Compiling cexpr v0.6.0 |
2092 | 2024-08-21T05:16:16.389Z | Compiling shlex v1.3.0 |
2093 | 2024-08-21T05:16:16.829Z | Compiling lazycell v1.3.0 |
2094 | 2024-08-21T05:16:17.028Z | Compiling rustc-hash v1.1.0 |
2095 | 2024-08-21T05:16:18.152Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2096 | 2024-08-21T05:16:18.488Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2097 | 2024-08-21T05:16:21.617Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2098 | 2024-08-21T05:16:23.616Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2099 | 2024-08-21T05:16:24.568Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2100 | 2024-08-21T05:16:25.251Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2101 | 2024-08-21T05:16:25.279Z | Checking diesel v2.2.2 |
2102 | 2024-08-21T05:16:25.467Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2103 | 2024-08-21T05:16:25.820Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2104 | 2024-08-21T05:16:26.917Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2105 | 2024-08-21T05:16:27.259Z | Compiling derive_builder_core v0.20.0 |
2106 | 2024-08-21T05:16:29.794Z | Compiling libxml v0.3.3 |
2107 | 2024-08-21T05:16:29.979Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2108 | 2024-08-21T05:16:30.131Z | Compiling memoffset v0.9.1 |
2109 | 2024-08-21T05:16:30.232Z | Compiling derive_builder_macro v0.20.0 |
2110 | 2024-08-21T05:16:30.671Z | Compiling peg-macros v0.8.4 |
2111 | 2024-08-21T05:16:31.163Z | Compiling snafu-derive v0.8.2 |
2112 | 2024-08-21T05:16:31.185Z | Compiling strum_macros v0.24.3 |
2113 | 2024-08-21T05:16:34.593Z | Compiling sqlparser_derive v0.2.2 |
2114 | 2024-08-21T05:16:34.896Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2115 | 2024-08-21T05:16:34.922Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2116 | 2024-08-21T05:16:35.702Z | Compiling cookie v0.18.1 |
2117 | 2024-08-21T05:16:35.769Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2118 | 2024-08-21T05:16:36.046Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2119 | 2024-08-21T05:16:36.817Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2120 | 2024-08-21T05:16:37.221Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2121 | 2024-08-21T05:16:37.861Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2122 | 2024-08-21T05:16:38.032Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2123 | 2024-08-21T05:16:40.093Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2124 | 2024-08-21T05:16:40.490Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2125 | 2024-08-21T05:16:40.874Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2126 | 2024-08-21T05:16:41.998Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2127 | 2024-08-21T05:16:42.485Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2128 | 2024-08-21T05:16:43.682Z | Checking unicode_categories v0.1.1 |
2129 | 2024-08-21T05:16:44.003Z | Compiling indoc v1.0.9 |
2130 | 2024-08-21T05:16:44.681Z | Checking rustyline v14.0.0 |
2131 | 2024-08-21T05:16:45.025Z | Checking sqlformat v0.2.4 |
2132 | 2024-08-21T05:16:46.097Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2133 | 2024-08-21T05:16:46.440Z | Checking snafu v0.8.2 |
2134 | 2024-08-21T05:16:47.024Z | Checking sqlparser v0.45.0 |
2135 | 2024-08-21T05:16:47.548Z | Checking peg v0.8.4 |
2136 | 2024-08-21T05:16:47.664Z | Checking derive_builder v0.20.0 |
2137 | 2024-08-21T05:16:49.490Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2138 | 2024-08-21T05:16:49.810Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2139 | 2024-08-21T05:16:49.903Z | Checking globset v0.4.14 |
2140 | 2024-08-21T05:16:50.058Z | Checking olpc-cjson v0.1.3 |
2141 | 2024-08-21T05:16:50.144Z | Checking quick-xml v0.31.0 |
2142 | 2024-08-21T05:16:50.308Z | Checking bcs v0.1.6 |
2143 | 2024-08-21T05:16:50.437Z | Checking serde_plain v1.0.2 |
2144 | 2024-08-21T05:16:50.702Z | Compiling oso-derive v0.27.3 |
2145 | 2024-08-21T05:16:50.808Z | Compiling impl-trait-for-tuples v0.2.2 |
2146 | 2024-08-21T05:16:51.841Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2147 | 2024-08-21T05:16:52.186Z | Checking typed-path v0.7.1 |
2148 | 2024-08-21T05:16:52.207Z | Checking highway v1.2.0 |
2149 | 2024-08-21T05:16:52.809Z | Checking nix v0.27.1 |
2150 | 2024-08-21T05:16:54.128Z | Checking tough v0.17.1 |
2151 | 2024-08-21T05:16:54.642Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2152 | 2024-08-21T05:16:56.507Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2153 | 2024-08-21T05:16:56.588Z | Checking serde-big-array v0.5.1 |
2154 | 2024-08-21T05:16:56.791Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2155 | 2024-08-21T05:16:56.835Z | Checking parse-size v1.0.0 |
2156 | 2024-08-21T05:16:57.209Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2157 | 2024-08-21T05:16:59.022Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2158 | 2024-08-21T05:16:59.265Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2159 | 2024-08-21T05:16:59.297Z | Checking bb8 v0.8.5 |
2160 | 2024-08-21T05:16:59.604Z | Compiling const_format_proc_macros v0.2.32 |
2161 | 2024-08-21T05:16:59.789Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2162 | 2024-08-21T05:16:59.843Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2163 | 2024-08-21T05:17:01.887Z | Checking const_format v0.2.32 |
2164 | 2024-08-21T05:17:01.996Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2165 | 2024-08-21T05:17:02.608Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2166 | 2024-08-21T05:17:02.857Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2167 | 2024-08-21T05:17:02.944Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2168 | 2024-08-21T05:17:03.709Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2169 | 2024-08-21T05:17:04.199Z | Checking assert_matches v1.5.0 |
2170 | 2024-08-21T05:17:04.316Z | Checking heck v0.4.1 |
2171 | 2024-08-21T05:17:04.559Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2172 | 2024-08-21T05:17:04.588Z | Compiling portable-atomic v1.6.0 |
2173 | 2024-08-21T05:17:04.991Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2174 | 2024-08-21T05:17:05.307Z | Compiling libz-sys v1.1.16 |
2175 | 2024-08-21T05:17:05.552Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2176 | 2024-08-21T05:17:06.161Z | Checking rand_seeder v0.3.0 |
2177 | 2024-08-21T05:17:06.425Z | Checking number_prefix v0.4.0 |
2178 | 2024-08-21T05:17:06.649Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2179 | 2024-08-21T05:17:06.760Z | Checking indicatif v0.17.8 |
2180 | 2024-08-21T05:17:07.611Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2181 | 2024-08-21T05:17:08.033Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2182 | 2024-08-21T05:17:09.141Z | Compiling vergen v8.3.2 |
2183 | 2024-08-21T05:17:09.484Z | Compiling cargo-platform v0.1.8 |
2184 | 2024-08-21T05:17:09.506Z | Checking is_ci v1.2.0 |
2185 | 2024-08-21T05:17:09.657Z | Checking supports-color v3.0.0 |
2186 | 2024-08-21T05:17:09.858Z | Compiling cargo_metadata v0.18.1 |
2187 | 2024-08-21T05:17:10.104Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2188 | 2024-08-21T05:17:10.134Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2189 | 2024-08-21T05:17:11.300Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2190 | 2024-08-21T05:17:11.624Z | Checking castaway v0.2.3 |
2191 | 2024-08-21T05:17:11.805Z | Compiling libsqlite3-sys v0.28.0 |
2192 | 2024-08-21T05:17:11.826Z | Checking compact_str v0.8.0 |
2193 | 2024-08-21T05:17:12.437Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-08-21T05:17:12.594Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2195 | 2024-08-21T05:17:12.715Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2196 | 2024-08-21T05:17:12.735Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2197 | 2024-08-21T05:17:13.442Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2198 | 2024-08-21T05:17:13.509Z | Checking unicode-truncate v1.0.0 |
2199 | 2024-08-21T05:17:13.744Z | Checking lru v0.12.3 |
2200 | 2024-08-21T05:17:13.765Z | Compiling instability v0.3.2 |
2201 | 2024-08-21T05:17:13.799Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2202 | 2024-08-21T05:17:14.073Z | Checking cassowary v0.3.0 |
2203 | 2024-08-21T05:17:14.905Z | Checking ratatui v0.28.0 |
2204 | 2024-08-21T05:17:14.997Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2205 | 2024-08-21T05:17:15.349Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2206 | 2024-08-21T05:17:16.648Z | Checking hashlink v0.9.1 |
2207 | 2024-08-21T05:17:16.882Z | Checking fallible-streaming-iterator v0.1.9 |
2208 | 2024-08-21T05:17:17.100Z | Checking smawk v0.3.2 |
2209 | 2024-08-21T05:17:17.331Z | Checking unicode-linebreak v0.1.5 |
2210 | 2024-08-21T05:17:17.363Z | Checking fallible-iterator v0.3.0 |
2211 | 2024-08-21T05:17:17.764Z | Checking textwrap v0.16.1 |
2212 | 2024-08-21T05:17:17.873Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2213 | 2024-08-21T05:17:17.975Z | Checking rusqlite v0.31.0 |
2214 | 2024-08-21T05:17:18.168Z | Checking twox-hash v1.6.3 |
2215 | 2024-08-21T05:17:18.253Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2216 | 2024-08-21T05:17:18.671Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2217 | 2024-08-21T05:17:19.677Z | Checking fatfs v0.3.6 |
2218 | 2024-08-21T05:17:20.420Z | Checking csv-core v0.1.11 |
2219 | 2024-08-21T05:17:20.708Z | Checking shell-words v1.1.0 |
2220 | 2024-08-21T05:17:20.804Z | Checking csv v1.3.0 |
2221 | 2024-08-21T05:17:20.906Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2222 | 2024-08-21T05:17:22.008Z | Checking rtoolbox v0.0.2 |
2223 | 2024-08-21T05:17:22.221Z | Checking rpassword v7.3.1 |
2224 | 2024-08-21T05:17:24.027Z | Checking tui-tree-widget v0.22.0 |
2225 | 2024-08-21T05:17:24.383Z | Checking polyval v0.6.2 |
2226 | 2024-08-21T05:17:24.668Z | Checking rfc6979 v0.4.0 |
2227 | 2024-08-21T05:17:24.866Z | Checking plotters-backend v0.3.5 |
2228 | 2024-08-21T05:17:25.193Z | Checking plotters-svg v0.3.5 |
2229 | 2024-08-21T05:17:25.422Z | Checking ecdsa v0.16.9 |
2230 | 2024-08-21T05:17:26.209Z | Checking ghash v0.5.1 |
2231 | 2024-08-21T05:17:26.397Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2232 | 2024-08-21T05:17:27.584Z | Checking primeorder v0.13.6 |
2233 | 2024-08-21T05:17:27.678Z | Checking ctr v0.9.2 |
2234 | 2024-08-21T05:17:27.972Z | Checking yansi v0.5.1 |
2235 | 2024-08-21T05:17:28.261Z | Checking cast v0.3.0 |
2236 | 2024-08-21T05:17:28.817Z | Checking criterion-plot v0.5.0 |
2237 | 2024-08-21T05:17:28.820Z | Checking pretty_assertions v1.4.0 |
2238 | 2024-08-21T05:17:29.024Z | Checking aes-gcm v0.10.3 |
2239 | 2024-08-21T05:17:29.262Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2240 | 2024-08-21T05:17:29.282Z | Checking plotters v0.3.5 |
2241 | 2024-08-21T05:17:31.097Z | Checking ed25519 v2.2.3 |
2242 | 2024-08-21T05:17:31.453Z | Checking ssh-encoding v0.2.0 |
2243 | 2024-08-21T05:17:31.752Z | Checking tinytemplate v1.2.1 |
2244 | 2024-08-21T05:17:32.195Z | Checking blowfish v0.9.1 |
2245 | 2024-08-21T05:17:32.585Z | Checking anes v0.1.6 |
2246 | 2024-08-21T05:17:32.841Z | Checking oorandom v11.1.3 |
2247 | 2024-08-21T05:17:33.028Z | Checking option-ext v0.2.0 |
2248 | 2024-08-21T05:17:33.174Z | Checking dirs-sys v0.4.1 |
2249 | 2024-08-21T05:17:33.379Z | Checking criterion v0.5.1 |
2250 | 2024-08-21T05:17:36.182Z | Checking bcrypt-pbkdf v0.10.0 |
2251 | 2024-08-21T05:17:36.413Z | Checking ssh-cipher v0.2.0 |
2252 | 2024-08-21T05:17:36.471Z | Checking ed25519-dalek v2.1.1 |
2253 | 2024-08-21T05:17:36.738Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2254 | 2024-08-21T05:17:36.865Z | Checking password-hash v0.4.2 |
2255 | 2024-08-21T05:17:37.260Z | Checking matches v0.1.10 |
2256 | 2024-08-21T05:17:37.373Z | Checking hex-literal v0.4.1 |
2257 | 2024-08-21T05:17:37.518Z | Checking idna v0.2.3 |
2258 | 2024-08-21T05:17:38.308Z | Checking pbkdf2 v0.11.0 |
2259 | 2024-08-21T05:17:38.429Z | Checking ssh-key v0.6.6 |
2260 | 2024-08-21T05:17:38.617Z | Checking dirs v5.0.1 |
2261 | 2024-08-21T05:17:38.779Z | Checking p384 v0.13.0 |
2262 | 2024-08-21T05:17:39.918Z | Checking p256 v0.13.2 |
2263 | 2024-08-21T05:17:40.054Z | Checking p521 v0.13.3 |
2264 | 2024-08-21T05:17:40.297Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2265 | 2024-08-21T05:17:40.375Z | Checking russh-cryptovec v0.7.2 |
2266 | 2024-08-21T05:17:40.556Z | Compiling enum-as-inner v0.5.1 |
2267 | 2024-08-21T05:17:41.081Z | Compiling target-lexicon v0.12.16 |
2268 | 2024-08-21T05:17:41.527Z | Checking md5 v0.7.0 |
2269 | 2024-08-21T05:17:41.639Z | Compiling doc-comment v0.3.3 |
2270 | 2024-08-21T05:17:41.821Z | Checking russh-keys v0.44.0 |
2271 | 2024-08-21T05:17:42.197Z | Checking trust-dns-proto v0.22.0 |
2272 | 2024-08-21T05:17:42.375Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2273 | 2024-08-21T05:17:43.289Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2274 | 2024-08-21T05:17:44.160Z | Checking http-body v1.0.0 |
2275 | 2024-08-21T05:17:44.265Z | Checking num-bigint v0.4.5 |
2276 | 2024-08-21T05:17:44.398Z | Checking tower-layer v0.3.2 |
2277 | 2024-08-21T05:17:44.675Z | Compiling guppy-workspace-hack v0.1.0 |
2278 | 2024-08-21T05:17:44.994Z | Compiling dhcproto-macros v0.1.0 |
2279 | 2024-08-21T05:17:45.990Z | Compiling assert_cmd v2.0.16 |
2280 | 2024-08-21T05:17:46.111Z | Checking dhcproto v0.12.0 |
2281 | 2024-08-21T05:17:46.497Z | Checking tower v0.4.13 |
2282 | 2024-08-21T05:17:46.854Z | Checking russh v0.44.1 |
2283 | 2024-08-21T05:17:47.309Z | Checking hyper v1.3.1 |
2284 | 2024-08-21T05:17:48.300Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2285 | 2024-08-21T05:17:48.497Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2286 | 2024-08-21T05:17:48.931Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2287 | 2024-08-21T05:17:49.533Z | Compiling target-spec v3.2.1 |
2288 | 2024-08-21T05:17:49.557Z | Checking internet-checksum v0.2.1 |
2289 | 2024-08-21T05:17:50.757Z | Checking hyper-util v0.1.3 |
2290 | 2024-08-21T05:17:50.990Z | Compiling samael v0.0.15 |
2291 | 2024-08-21T05:17:51.116Z | Checking cfg-expr v0.16.0 |
2292 | 2024-08-21T05:17:51.981Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2293 | 2024-08-21T05:17:52.032Z | Checking rustls-native-certs v0.7.0 |
2294 | 2024-08-21T05:17:52.191Z | Checking httptest v0.15.5 |
2295 | 2024-08-21T05:17:52.913Z | Checking hyper-rustls v0.26.0 |
2296 | 2024-08-21T05:17:53.695Z | Checking pathdiff v0.2.1 |
2297 | 2024-08-21T05:17:53.876Z | Checking threadpool v1.8.1 |
2298 | 2024-08-21T05:17:54.120Z | Compiling rstest_macros v0.19.0 |
2299 | 2024-08-21T05:17:54.322Z | Checking escape8259 v0.5.2 |
2300 | 2024-08-21T05:17:54.529Z | Checking nested v0.1.1 |
2301 | 2024-08-21T05:17:54.762Z | Checking guppy v0.17.7 |
2302 | 2024-08-21T05:17:54.798Z | Checking libtest-mimic v0.7.3 |
2303 | 2024-08-21T05:17:55.276Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2304 | 2024-08-21T05:17:55.627Z | Checking similar-asserts v1.5.0 |
2305 | 2024-08-21T05:17:55.864Z | Checking fancy-regex v0.13.0 |
2306 | 2024-08-21T05:17:56.533Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2307 | 2024-08-21T05:17:56.629Z | Compiling relative-path v1.9.3 |
2308 | 2024-08-21T05:17:56.946Z | Compiling trybuild v1.0.99 |
2309 | 2024-08-21T05:17:57.505Z | Checking datatest-stable v0.2.9 |
2310 | 2024-08-21T05:17:57.828Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2311 | 2024-08-21T05:17:59.249Z | Checking blake2b_simd v1.0.2 |
2312 | 2024-08-21T05:17:59.433Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2313 | 2024-08-21T05:17:59.881Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2314 | 2024-08-21T05:18:00.113Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2315 | 2024-08-21T05:18:00.209Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2316 | 2024-08-21T05:18:00.466Z | Compiling git2 v0.19.0 |
2317 | 2024-08-21T05:18:00.501Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2318 | 2024-08-21T05:18:00.751Z | Checking serde_tokenstream v0.2.2 |
2319 | 2024-08-21T05:18:00.824Z | Checking uzers v0.11.3 |
2320 | 2024-08-21T05:18:01.145Z | Checking futures-timer v3.0.3 |
2321 | 2024-08-21T05:18:01.184Z | Checking indent_write v2.2.0 |
2322 | 2024-08-21T05:18:01.391Z | Checking rust-argon2 v2.1.0 |
2323 | 2024-08-21T05:18:01.475Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2324 | 2024-08-21T05:18:02.933Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2325 | 2024-08-21T05:18:03.319Z | Checking rand_distr v0.4.3 |
2326 | 2024-08-21T05:18:04.167Z | Checking multimap v0.10.0 |
2327 | 2024-08-21T05:18:04.513Z | Checking approx v0.5.1 |
2328 | 2024-08-21T05:18:04.804Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2329 | 2024-08-21T05:18:06.708Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2330 | 2024-08-21T05:18:06.718Z | Checking rstest v0.19.0 |
2331 | 2024-08-21T05:18:06.730Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2332 | 2024-08-21T05:18:07.885Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2333 | 2024-08-21T05:18:08.140Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2334 | 2024-08-21T05:18:08.297Z | Checking partial-io v0.5.4 |
2335 | 2024-08-21T05:18:08.502Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2336 | 2024-08-21T05:18:08.703Z | Checking cargo_toml v0.20.4 |
2337 | 2024-08-21T05:18:08.814Z | Checking termios v0.3.3 |
2338 | 2024-08-21T05:18:09.058Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2339 | 2024-08-21T05:18:10.501Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2340 | 2024-08-21T05:18:10.743Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2341 | 2024-08-21T05:18:26.029Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2342 | 2024-08-21T05:18:36.521Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2343 | 2024-08-21T05:18:38.449Z | Compiling polar-core v0.27.3 |
2344 | 2024-08-21T05:18:49.559Z | Checking oso v0.27.3 |
2345 | 2024-08-21T05:19:00.093Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2346 | 2024-08-21T05:19:00.827Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2347 | 2024-08-21T05:19:01.397Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2348 | 2024-08-21T05:19:35.763Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2349 | 2024-08-21T05:19:35.763Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2350 | 2024-08-21T05:19:35.765Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2351 | 2024-08-21T05:21:06.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 32s |
2352 | 2024-08-21T05:21:07.100Z | |
2353 | 2024-08-21T05:21:07.100Z | real 6:37.493677415 |
2354 | 2024-08-21T05:21:07.100Z | user 35:29.542459001 |
2355 | 2024-08-21T05:21:07.100Z | sys 6:09.686121388 |
2356 | 2024-08-21T05:21:07.100Z | trap 0.960355345 |
2357 | 2024-08-21T05:21:07.100Z | tflt 2.559586587 |
2358 | 2024-08-21T05:21:07.100Z | dflt 0.523753159 |
2359 | 2024-08-21T05:21:07.100Z | kflt 0.002064371 |
2360 | 2024-08-21T05:21:07.100Z | lock 55:21.437196147 |
2361 | 2024-08-21T05:21:07.103Z | slp 2:05:47.818169430 |
2362 | 2024-08-21T05:21:07.103Z | lat 1:38.411108678 |
2363 | 2024-08-21T05:21:07.103Z | stop 5:34.792011271 |
2364 | 2024-08-21T05:21:07.103Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2365 | 2024-08-21T05:21:07.103Z | + ptime -m cargo doc --workspace --no-deps |
2366 | 2024-08-21T05:21:08.330Z | warning: output filename collision. |
2367 | 2024-08-21T05:21:08.330Z | 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)`. |
2368 | 2024-08-21T05:21:08.330Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2369 | 2024-08-21T05:21:08.330Z | The targets should have unique names. |
2370 | 2024-08-21T05:21:08.330Z | This is a known bug where multiple crates with the same name use |
2371 | 2024-08-21T05:21:08.331Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2372 | 2024-08-21T05:21:08.704Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2373 | 2024-08-21T05:21:08.765Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2374 | 2024-08-21T05:21:08.783Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2375 | 2024-08-21T05:21:08.823Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2376 | 2024-08-21T05:21:08.845Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2377 | 2024-08-21T05:21:08.873Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2378 | 2024-08-21T05:21:08.873Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2379 | 2024-08-21T05:21:09.090Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2380 | 2024-08-21T05:21:09.116Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2381 | 2024-08-21T05:21:09.135Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2382 | 2024-08-21T05:21:09.157Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2383 | 2024-08-21T05:21:09.178Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2384 | 2024-08-21T05:21:09.367Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2385 | 2024-08-21T05:21:09.422Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2386 | 2024-08-21T05:21:09.439Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2387 | 2024-08-21T05:21:09.646Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2388 | 2024-08-21T05:21:09.913Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2389 | 2024-08-21T05:21:10.809Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2390 | 2024-08-21T05:21:13.864Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2391 | 2024-08-21T05:21:14.111Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2392 | 2024-08-21T05:21:14.133Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2393 | 2024-08-21T05:21:14.219Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2394 | 2024-08-21T05:21:14.482Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2395 | 2024-08-21T05:21:14.580Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2396 | 2024-08-21T05:21:14.828Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2397 | 2024-08-21T05:21:15.216Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2398 | 2024-08-21T05:21:15.230Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2399 | 2024-08-21T05:21:15.427Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2400 | 2024-08-21T05:21:15.754Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2401 | 2024-08-21T05:21:15.889Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2402 | 2024-08-21T05:21:16.080Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2403 | 2024-08-21T05:21:16.369Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2404 | 2024-08-21T05:21:16.431Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2405 | 2024-08-21T05:21:16.793Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2406 | 2024-08-21T05:21:17.168Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2407 | 2024-08-21T05:21:17.438Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2408 | 2024-08-21T05:21:17.482Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2409 | 2024-08-21T05:21:17.508Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2410 | 2024-08-21T05:21:17.803Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2411 | 2024-08-21T05:21:18.064Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2412 | 2024-08-21T05:21:18.160Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2413 | 2024-08-21T05:21:19.211Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-08-21T05:21:22.319Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2415 | 2024-08-21T05:21:22.535Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2416 | 2024-08-21T05:21:23.269Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2417 | 2024-08-21T05:21:24.042Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2418 | 2024-08-21T05:21:24.826Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2419 | 2024-08-21T05:21:25.588Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2420 | 2024-08-21T05:21:28.187Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2421 | 2024-08-21T05:21:29.073Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2422 | 2024-08-21T05:21:30.372Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2423 | 2024-08-21T05:21:30.969Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2424 | 2024-08-21T05:21:33.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2425 | 2024-08-21T05:21:34.105Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2426 | 2024-08-21T05:21:35.020Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2427 | 2024-08-21T05:21:35.090Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2428 | 2024-08-21T05:21:36.533Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2429 | 2024-08-21T05:21:36.932Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2024-08-21T05:21:36.934Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2431 | 2024-08-21T05:21:37.184Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2432 | 2024-08-21T05:21:37.552Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2433 | 2024-08-21T05:21:37.653Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2434 | 2024-08-21T05:21:37.793Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2435 | 2024-08-21T05:21:37.873Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2024-08-21T05:21:38.684Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2437 | 2024-08-21T05:21:39.114Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2438 | 2024-08-21T05:21:39.195Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2439 | 2024-08-21T05:21:39.769Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2440 | 2024-08-21T05:21:40.204Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2441 | 2024-08-21T05:21:40.264Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2442 | 2024-08-21T05:21:40.492Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2443 | 2024-08-21T05:21:40.770Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2444 | 2024-08-21T05:21:40.937Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2445 | 2024-08-21T05:21:41.303Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2446 | 2024-08-21T05:21:41.323Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2447 | 2024-08-21T05:21:41.370Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2448 | 2024-08-21T05:21:41.939Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2449 | 2024-08-21T05:21:42.696Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2450 | 2024-08-21T05:21:42.845Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2451 | 2024-08-21T05:21:43.698Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2452 | 2024-08-21T05:21:43.884Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2453 | 2024-08-21T05:21:44.132Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2454 | 2024-08-21T05:21:44.397Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2455 | 2024-08-21T05:21:44.476Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2456 | 2024-08-21T05:21:44.871Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2457 | 2024-08-21T05:21:45.593Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2458 | 2024-08-21T05:21:45.628Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2459 | 2024-08-21T05:21:45.918Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2460 | 2024-08-21T05:21:46.597Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2461 | 2024-08-21T05:21:46.954Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2462 | 2024-08-21T05:21:47.861Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2463 | 2024-08-21T05:21:47.911Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2464 | 2024-08-21T05:21:48.934Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2465 | 2024-08-21T05:21:49.615Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2466 | 2024-08-21T05:21:50.318Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2467 | 2024-08-21T05:21:51.544Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2468 | 2024-08-21T05:21:52.435Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2469 | 2024-08-21T05:22:03.118Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2470 | 2024-08-21T05:22:04.331Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2024-08-21T05:22:04.569Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2472 | 2024-08-21T05:22:07.462Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2473 | 2024-08-21T05:22:07.715Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2474 | 2024-08-21T05:22:08.870Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2475 | 2024-08-21T05:22:43.528Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2476 | 2024-08-21T05:22:48.016Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2477 | 2024-08-21T05:22:48.201Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2478 | 2024-08-21T05:22:53.788Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2479 | 2024-08-21T05:23:03.204Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2480 | 2024-08-21T05:23:12.059Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2481 | 2024-08-21T05:23:17.752Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2482 | 2024-08-21T05:23:19.065Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2483 | 2024-08-21T05:23:23.130Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2484 | 2024-08-21T05:23:26.047Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2485 | 2024-08-21T05:23:27.841Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2486 | 2024-08-21T05:23:30.065Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2487 | 2024-08-21T05:23:31.045Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2488 | 2024-08-21T05:23:33.881Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2489 | 2024-08-21T05:23:34.768Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2490 | 2024-08-21T05:23:37.269Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2491 | 2024-08-21T05:23:52.821Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2492 | 2024-08-21T05:23:54.546Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2493 | 2024-08-21T05:23:57.415Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2494 | 2024-08-21T05:24:06.979Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2495 | 2024-08-21T05:24:18.454Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2496 | 2024-08-21T05:24:34.815Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-08-21T05:24:37.366Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2498 | 2024-08-21T05:24:41.682Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2499 | 2024-08-21T05:24:44.509Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2500 | 2024-08-21T05:24:45.771Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2501 | 2024-08-21T05:24:47.758Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2502 | 2024-08-21T05:24:52.191Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2503 | 2024-08-21T05:24:55.983Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2504 | 2024-08-21T05:25:03.330Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2505 | 2024-08-21T05:25:03.451Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2506 | 2024-08-21T05:25:03.647Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2507 | 2024-08-21T05:25:09.727Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2508 | 2024-08-21T05:25:10.894Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2509 | 2024-08-21T05:25:14.977Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2510 | 2024-08-21T05:25:17.595Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2511 | 2024-08-21T05:25:21.486Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2512 | 2024-08-21T05:25:21.760Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2513 | 2024-08-21T05:25:26.002Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2514 | 2024-08-21T05:25:26.869Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2515 | 2024-08-21T05:25:30.455Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2516 | 2024-08-21T05:25:31.830Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2517 | 2024-08-21T05:25:34.567Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2518 | 2024-08-21T05:25:38.922Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2519 | 2024-08-21T05:25:46.009Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2520 | 2024-08-21T05:25:46.634Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2521 | 2024-08-21T05:25:49.194Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2522 | 2024-08-21T05:25:51.919Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2523 | 2024-08-21T05:25:59.974Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2524 | 2024-08-21T05:26:02.580Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2525 | 2024-08-21T05:26:03.173Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2526 | 2024-08-21T05:26:04.262Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2527 | 2024-08-21T05:26:04.824Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2528 | 2024-08-21T05:26:05.148Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2529 | 2024-08-21T05:26:11.119Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2530 | 2024-08-21T05:26:17.484Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2531 | 2024-08-21T05:26:18.031Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2532 | 2024-08-21T05:26:22.328Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2533 | 2024-08-21T05:26:22.581Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2534 | 2024-08-21T05:26:22.914Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2535 | 2024-08-21T05:26:23.822Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2536 | 2024-08-21T05:26:33.099Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2537 | 2024-08-21T05:26:40.222Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2538 | 2024-08-21T05:26:41.717Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2539 | 2024-08-21T05:26:42.448Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2540 | 2024-08-21T05:26:42.648Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2541 | 2024-08-21T05:26:42.952Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2542 | 2024-08-21T05:26:46.502Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2543 | 2024-08-21T05:26:52.983Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2544 | 2024-08-21T05:26:57.309Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2545 | 2024-08-21T05:26:58.558Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2546 | 2024-08-21T05:26:59.085Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2547 | 2024-08-21T05:26:59.442Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2548 | 2024-08-21T05:26:59.702Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2549 | 2024-08-21T05:27:02.403Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2550 | 2024-08-21T05:27:05.439Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2551 | 2024-08-21T05:27:07.989Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2552 | 2024-08-21T05:27:11.583Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2553 | 2024-08-21T05:27:13.604Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2554 | 2024-08-21T05:27:14.412Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2555 | 2024-08-21T05:27:17.619Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2556 | 2024-08-21T05:27:18.441Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2557 | 2024-08-21T05:27:20.023Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2558 | 2024-08-21T05:27:20.397Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2559 | 2024-08-21T05:27:22.189Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2560 | 2024-08-21T05:27:23.435Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2561 | 2024-08-21T05:27:23.516Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2562 | 2024-08-21T05:27:23.792Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2563 | 2024-08-21T05:27:23.954Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2564 | 2024-08-21T05:27:24.147Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2565 | 2024-08-21T05:27:24.602Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2566 | 2024-08-21T05:27:25.238Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2567 | 2024-08-21T05:27:29.044Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2568 | 2024-08-21T05:27:57.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s |
2569 | 2024-08-21T05:27:57.638Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 120 other files |
2570 | 2024-08-21T05:27:57.698Z | |
2571 | 2024-08-21T05:27:57.698Z | real 6:50.508937045 |
2572 | 2024-08-21T05:27:57.698Z | user 21:24.546788129 |
2573 | 2024-08-21T05:27:57.698Z | sys 29:42.222417850 |
2574 | 2024-08-21T05:27:57.698Z | trap 0.368454445 |
2575 | 2024-08-21T05:27:57.698Z | tflt 0.185751353 |
2576 | 2024-08-21T05:27:57.698Z | dflt 0.189537058 |
2577 | 2024-08-21T05:27:57.698Z | kflt 0.000014078 |
2578 | 2024-08-21T05:27:57.701Z | lock 1:04:30.250839645 |
2579 | 2024-08-21T05:27:57.701Z | slp 1:56:18.675383793 |
2580 | 2024-08-21T05:27:57.702Z | lat 1:08.537076259 |
2581 | 2024-08-21T05:27:57.702Z | stop 56.564857501 |
2582 | 2024-08-21T05:27:57.702Z | process exited: duration 1026783 ms, exit code 0 |
|
2583 | 2024-08-21T05:27:57.707Z | found 0 output files |