|
|
|
1 | 2024-08-08T20:07:42.332Z | job assigned to worker 01J4SSKVZD2Y4JVS01MA9XXKFE (queued for 54 s) |
|
2 | 2024-08-08T20:07:49.910Z | starting task 0: "setup" |
3 | 2024-08-08T20:07:49.964Z | ++ uname -s |
4 | 2024-08-08T20:07:49.968Z | + kern=SunOS |
5 | 2024-08-08T20:07:49.968Z | + case "$kern" in |
6 | 2024-08-08T20:07:49.968Z | + groupadd -g 12345 build |
7 | 2024-08-08T20:07:49.971Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T20:07:51.980Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T20:07:52.084Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T20:07:52.087Z | + home_fs=zfs |
11 | 2024-08-08T20:07:52.087Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T20:07:52.087Z | + mkdir -p /home/build |
13 | 2024-08-08T20:07:52.090Z | + chown build:build /home/build /work |
14 | 2024-08-08T20:07:54.091Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T20:07:54.094Z | process exited: duration 4185 ms, exit code 0 |
|
16 | 2024-08-08T20:07:54.100Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T20:07:54.106Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T20:07:54.106Z | * toolchain channel = "1.80.0" |
19 | 2024-08-08T20:07:54.106Z | ' 1.80.0 |
20 | 2024-08-08T20:07:54.106Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-08T20:07:54.106Z | ' default |
22 | 2024-08-08T20:07:54.106Z | * toolchain profile = "default" |
23 | 2024-08-08T20:07:54.109Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T20:07:54.109Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-08T20:07:54.268Z | info: downloading installer |
26 | 2024-08-08T20:07:55.594Z | info: profile set to 'default' |
27 | 2024-08-08T20:07:55.594Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T20:07:55.597Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-08T20:07:55.747Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-08T20:07:55.748Z | info: downloading component 'cargo' |
31 | 2024-08-08T20:07:56.606Z | info: downloading component 'clippy' |
32 | 2024-08-08T20:07:56.905Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T20:07:58.082Z | info: downloading component 'rust-std' |
34 | 2024-08-08T20:07:59.736Z | info: downloading component 'rustc' |
35 | 2024-08-08T20:08:04.362Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T20:08:04.608Z | info: installing component 'cargo' |
37 | 2024-08-08T20:08:05.436Z | info: installing component 'clippy' |
38 | 2024-08-08T20:08:05.815Z | info: installing component 'rust-docs' |
39 | 2024-08-08T20:08:07.442Z | info: installing component 'rust-std' |
40 | 2024-08-08T20:08:09.114Z | info: installing component 'rustc' |
41 | 2024-08-08T20:08:13.501Z | info: installing component 'rustfmt' |
42 | 2024-08-08T20:08:13.845Z | |
43 | 2024-08-08T20:08:13.845Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-08T20:08:14.108Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-08T20:08:14.108Z | |
46 | 2024-08-08T20:08:14.113Z | |
47 | 2024-08-08T20:08:14.113Z | Rust is installed now. Great! |
48 | 2024-08-08T20:08:14.113Z | |
49 | 2024-08-08T20:08:14.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T20:08:14.113Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T20:08:14.113Z | |
52 | 2024-08-08T20:08:14.113Z | To configure your current shell, you need to source |
53 | 2024-08-08T20:08:14.113Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T20:08:14.113Z | |
55 | 2024-08-08T20:08:14.113Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T20:08:14.113Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T20:08:14.113Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T20:08:14.179Z | + rustc --version |
59 | 2024-08-08T20:08:14.243Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-08T20:08:14.247Z | process exited: duration 20143 ms, exit code 0 |
|
61 | 2024-08-08T20:08:14.256Z | starting task 2: "authentication" |
62 | 2024-08-08T20:08:14.275Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-08T20:08:14.285Z | starting task 3: "clone repository" |
64 | 2024-08-08T20:08:14.288Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-08T20:08:14.291Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-08T20:08:14.438Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-08T20:08:19.562Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-08T20:08:19.565Z | + git fetch origin 24b7562795769a6cde1de2e045f35f9c64ff968e |
69 | 2024-08-08T20:08:19.843Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-08T20:08:19.843Z | * branch 24b7562795769a6cde1de2e045f35f9c64ff968e -> FETCH_HEAD |
71 | 2024-08-08T20:08:19.853Z | + [[ -n john/resolve-boundary-ntp-from-internal-dns ]] |
72 | 2024-08-08T20:08:19.856Z | ++ git branch --show-current |
73 | 2024-08-08T20:08:19.860Z | + current=main |
74 | 2024-08-08T20:08:19.860Z | + [[ main != john/resolve-boundary-ntp-from-internal-dns ]] |
75 | 2024-08-08T20:08:19.860Z | + git branch -f john/resolve-boundary-ntp-from-internal-dns 24b7562795769a6cde1de2e045f35f9c64ff968e |
76 | 2024-08-08T20:08:19.863Z | + git checkout -f john/resolve-boundary-ntp-from-internal-dns |
77 | 2024-08-08T20:08:19.878Z | Switched to branch 'john/resolve-boundary-ntp-from-internal-dns' |
78 | 2024-08-08T20:08:19.881Z | + git reset --hard 24b7562795769a6cde1de2e045f35f9c64ff968e |
79 | 2024-08-08T20:08:19.898Z | HEAD is now at 24b756279 update internal-dns unit test to include boundary NTP |
80 | 2024-08-08T20:08:19.901Z | process exited: duration 5615 ms, exit code 0 |
|
81 | 2024-08-08T20:08:19.909Z | starting task 4: "build" |
82 | 2024-08-08T20:08:19.919Z | + cargo --version |
83 | 2024-08-08T20:08:19.966Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-08T20:08:19.969Z | + rustc --version |
85 | 2024-08-08T20:08:20.027Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-08T20:08:20.029Z | + source ./env.sh |
87 | 2024-08-08T20:08:20.029Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-08T20:08:20.029Z | ++ set -o xtrace |
89 | 2024-08-08T20:08:20.033Z | ++++ dirname ./env.sh |
90 | 2024-08-08T20:08:20.035Z | +++ readlink -f . |
91 | 2024-08-08T20:08:20.052Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-08T20:08:20.055Z | ++ 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-08T20:08:20.055Z | ++ 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-08T20:08:20.055Z | ++ 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-08T20:08:20.056Z | ++ 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-08T20:08:20.056Z | ++ 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-08T20:08:20.056Z | ++ 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-08T20:08:20.056Z | ++ 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-08T20:08:20.056Z | ++ 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-08T20:08:20.056Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-08T20:08:20.056Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-08T20:08:20.056Z | + banner prerequisites |
103 | 2024-08-08T20:08:20.070Z | |
104 | 2024-08-08T20:08:20.070Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-08T20:08:20.070Z | # # # # # # # # # # # # # # # |
106 | 2024-08-08T20:08:20.070Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-08T20:08:20.070Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-08T20:08:20.070Z | # # # # # # # # # # # # # # # |
109 | 2024-08-08T20:08:20.070Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-08T20:08:20.070Z | |
111 | 2024-08-08T20:08:20.072Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-08T20:08:28.581Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-08T20:08:30.995Z | Startup: Caching catalogs ... Done |
114 | 2024-08-08T20:08:34.935Z | Planning: Solver setup ... Done (3.353s) |
115 | 2024-08-08T20:08:34.998Z | Planning: Running solver ... Done (0.063s) |
116 | 2024-08-08T20:08:35.052Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-08-08T20:08:35.082Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-08T20:08:35.520Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-08T20:08:35.571Z | Planning: Package planning ... Done (0.050s) |
120 | 2024-08-08T20:08:35.622Z | Planning: Merging actions ... Done (0.052s) |
121 | 2024-08-08T20:08:37.359Z | Planning: Checking for conflicting actions ... Done (1.736s) |
122 | 2024-08-08T20:08:37.370Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-08T20:08:46.962Z | Planning: Evaluating mediators ... Done (9.590s) |
124 | 2024-08-08T20:08:46.971Z | Planning: Planning completed in 15.90 seconds |
125 | 2024-08-08T20:08:48.678Z | Packages to install: 4 |
126 | 2024-08-08T20:08:48.678Z | Mediators to change: 2 |
127 | 2024-08-08T20:08:48.679Z | Services to change: 1 |
128 | 2024-08-08T20:08:48.684Z | Estimated space available: 155.76 GB |
129 | 2024-08-08T20:08:48.684Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-08T20:08:48.685Z | Create boot environment: No |
131 | 2024-08-08T20:08:48.685Z | Create backup boot environment: No |
132 | 2024-08-08T20:08:48.685Z | Rebuild boot archive: No |
133 | 2024-08-08T20:08:48.685Z | |
134 | 2024-08-08T20:08:48.685Z | Changed mediators: |
135 | 2024-08-08T20:08:48.685Z | mediator clang: |
136 | 2024-08-08T20:08:48.685Z | version: None -> 15 (system default) |
137 | 2024-08-08T20:08:48.685Z | |
138 | 2024-08-08T20:08:48.685Z | mediator llvm: |
139 | 2024-08-08T20:08:48.685Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-08T20:08:48.686Z | |
141 | 2024-08-08T20:08:48.686Z | Changed packages: |
142 | 2024-08-08T20:08:48.686Z | helios-dev |
143 | 2024-08-08T20:08:48.686Z | developer/build-essential |
144 | 2024-08-08T20:08:48.686Z | None -> 11-2.0 |
145 | 2024-08-08T20:08:48.686Z | library/libxmlsec1 |
146 | 2024-08-08T20:08:48.686Z | None -> 1.2.35-2.0 |
147 | 2024-08-08T20:08:48.686Z | ooce/developer/clang-15 |
148 | 2024-08-08T20:08:48.686Z | None -> 15.0.7-2.0 |
149 | 2024-08-08T20:08:48.686Z | ooce/developer/llvm-15 |
150 | 2024-08-08T20:08:48.686Z | None -> 15.0.7-2.0 |
151 | 2024-08-08T20:08:48.686Z | |
152 | 2024-08-08T20:08:48.687Z | Services: |
153 | 2024-08-08T20:08:48.687Z | restart_fmri: |
154 | 2024-08-08T20:08:48.687Z | svc:/system/update-man-index:default |
155 | 2024-08-08T20:08:48.892Z | |
156 | 2024-08-08T20:08:48.892Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-08T20:08:53.892Z | Download: 1145/3290 items 44.7/212.6MB 21% complete (8.9M/s) |
158 | 2024-08-08T20:08:58.899Z | Download: 1335/3290 items 105.2/212.6MB 49% complete (10.6M/s) |
159 | 2024-08-08T20:09:04.237Z | Download: 2221/3290 items 119.0/212.6MB 55% complete (9.9M/s) |
160 | 2024-08-08T20:09:09.238Z | Download: 3165/3290 items 150.0/212.6MB 70% complete (4.2M/s) |
161 | 2024-08-08T20:09:13.219Z | Download: Completed 212.60 MB in 24.32 seconds (8.7M/s) |
162 | 2024-08-08T20:09:13.998Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-08-08T20:09:19.048Z | Actions: 3544/3689 actions (Installing new actions) |
164 | 2024-08-08T20:09:19.943Z | Actions: Completed 3689 actions in 5.94 seconds. |
165 | 2024-08-08T20:09:20.091Z | Done (0.143s) |
166 | 2024-08-08T20:09:20.091Z | Done (0.000s) |
167 | 2024-08-08T20:09:20.448Z | Done (0.356s) |
168 | 2024-08-08T20:09:26.741Z | Done (6.129s) |
169 | 2024-08-08T20:09:27.066Z | Done (0.254s) |
170 | 2024-08-08T20:09:27.068Z | Done (0.000s) |
171 | 2024-08-08T20:09:27.235Z | Done (0.000s) |
172 | 2024-08-08T20:09:27.820Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-08T20:09:27.980Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-08-08T20:09:27.983Z | Planning: Consolidating action changes ... Done |
175 | 2024-08-08T20:09:28.249Z | Planning: Evaluating mediators ... Done |
176 | 2024-08-08T20:09:28.252Z | Planning: Planning completed in 0.43 seconds |
177 | 2024-08-08T20:09:28.283Z | Mediators to change: 2 |
178 | 2024-08-08T20:09:28.285Z | Create boot environment: No |
179 | 2024-08-08T20:09:28.285Z | Create backup boot environment: No |
180 | 2024-08-08T20:09:28.359Z | Done |
181 | 2024-08-08T20:09:28.359Z | Done |
182 | 2024-08-08T20:09:28.583Z | Done |
183 | 2024-08-08T20:09:32.151Z | Done |
184 | 2024-08-08T20:09:32.238Z | Done |
185 | 2024-08-08T20:09:32.241Z | Done |
186 | 2024-08-08T20:09:32.360Z | Done |
187 | 2024-08-08T20:09:32.972Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-08T20:09:32.975Z | Planning: Merging actions ... Done |
189 | 2024-08-08T20:09:33.163Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-08T20:09:33.166Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-08T20:09:33.428Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-08T20:09:33.483Z | Planning: Planning completed in 0.75 seconds |
193 | 2024-08-08T20:09:33.517Z | Packages to change: 1 |
194 | 2024-08-08T20:09:33.517Z | Mediators to change: 1 |
195 | 2024-08-08T20:09:33.520Z | Services to change: 1 |
196 | 2024-08-08T20:09:33.520Z | Create boot environment: No |
197 | 2024-08-08T20:09:33.520Z | Create backup boot environment: Yes |
198 | 2024-08-08T20:09:35.769Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-08-08T20:09:35.922Z | Actions: Completed 6 actions in 0.15 seconds. |
200 | 2024-08-08T20:09:35.925Z | Done |
201 | 2024-08-08T20:09:35.925Z | Done |
202 | 2024-08-08T20:09:35.998Z | Done |
203 | 2024-08-08T20:09:39.686Z | Done |
204 | 2024-08-08T20:09:39.778Z | Done |
205 | 2024-08-08T20:09:39.781Z | Done |
206 | 2024-08-08T20:09:39.903Z | Done |
207 | 2024-08-08T20:09:40.340Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-08-08T20:09:40.340Z | clang system 15 system |
209 | 2024-08-08T20:09:40.340Z | csh system system illumos |
210 | 2024-08-08T20:09:40.340Z | ctags system system illumos |
211 | 2024-08-08T20:09:40.340Z | gcc vendor 12 vendor |
212 | 2024-08-08T20:09:40.340Z | gcc system 10 system |
213 | 2024-08-08T20:09:40.340Z | gcc system 7 system |
214 | 2024-08-08T20:09:40.340Z | go system 1.20 system |
215 | 2024-08-08T20:09:40.340Z | go system 1.19 system |
216 | 2024-08-08T20:09:40.340Z | llvm system 15 system |
217 | 2024-08-08T20:09:40.340Z | llvm system 14 system |
218 | 2024-08-08T20:09:40.340Z | mariadb system 10.6 system |
219 | 2024-08-08T20:09:40.340Z | mta vendor vendor dma |
220 | 2024-08-08T20:09:40.340Z | openjdk system 17 system |
221 | 2024-08-08T20:09:40.340Z | openjdk system 11 system |
222 | 2024-08-08T20:09:40.340Z | openjdk system 1.8 system |
223 | 2024-08-08T20:09:40.340Z | openssl vendor 3 vendor |
224 | 2024-08-08T20:09:40.340Z | perl system 5.36 system |
225 | 2024-08-08T20:09:40.340Z | postgresql system 15 system |
226 | 2024-08-08T20:09:40.340Z | postgresql system 13 system |
227 | 2024-08-08T20:09:40.340Z | python vendor 3 vendor |
228 | 2024-08-08T20:09:40.340Z | python system 2 system |
229 | 2024-08-08T20:09:40.340Z | python3 system 3.11 system |
230 | 2024-08-08T20:09:40.340Z | ruby system 3.0 system |
231 | 2024-08-08T20:09:40.340Z | words vendor vendor american-english |
232 | 2024-08-08T20:09:40.340Z | words system system australian-english |
233 | 2024-08-08T20:09:40.340Z | words system system british-english |
234 | 2024-08-08T20:09:40.340Z | words system system canadian-english |
235 | 2024-08-08T20:09:40.340Z | words system system french |
236 | 2024-08-08T20:09:40.340Z | words system system italian |
237 | 2024-08-08T20:09:40.340Z | words system system ngerman |
238 | 2024-08-08T20:09:40.340Z | words system system ogerman |
239 | 2024-08-08T20:09:40.340Z | words system system spanish |
240 | 2024-08-08T20:09:40.684Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-08-08T20:09:40.685Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-08-08T20:09:42.351Z | FMRI IFO |
243 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-08-08T20:09:42.352Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-08-08T20:09:42.931Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-08-08T20:09:43.160Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-08-08T20:09:43.429Z | Updating crates.io index |
258 | 2024-08-08T20:09:43.432Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-08-08T20:09:44.229Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-08-08T20:09:44.892Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-08-08T20:09:45.150Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-08-08T20:09:46.620Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-08-08T20:09:46.842Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-08-08T20:09:47.067Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-08-08T20:09:48.057Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-08-08T20:09:50.002Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-08-08T20:09:50.906Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-08-08T20:09:51.553Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-08-08T20:09:52.056Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-08-08T20:09:52.306Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-08-08T20:09:52.546Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-08-08T20:09:52.806Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-08-08T20:09:53.151Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-08-08T20:09:53.372Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-08-08T20:09:53.592Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-08-08T20:09:53.860Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-08-08T20:09:54.133Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-08-08T20:09:54.404Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-08-08T20:09:54.676Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-08-08T20:09:55.035Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-08-08T20:09:55.454Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-08-08T20:09:55.750Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-08-08T20:09:56.186Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-08-08T20:09:58.477Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-08-08T20:09:58.696Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-08-08T20:09:58.956Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-08-08T20:09:59.312Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-08-08T20:10:00.355Z | Downloading crates ... |
289 | 2024-08-08T20:10:00.444Z | Downloaded anstyle-query v1.0.3 |
290 | 2024-08-08T20:10:00.447Z | Downloaded anstyle v1.0.8 |
291 | 2024-08-08T20:10:00.459Z | Downloaded usdt-attr-macro v0.5.0 |
292 | 2024-08-08T20:10:00.467Z | Downloaded equivalent v1.0.1 |
293 | 2024-08-08T20:10:00.470Z | Downloaded usdt-macro v0.5.0 |
294 | 2024-08-08T20:10:00.470Z | Downloaded pretty-hex v0.4.1 |
295 | 2024-08-08T20:10:00.477Z | Downloaded itoa v1.0.11 |
296 | 2024-08-08T20:10:00.479Z | Downloaded heck v0.5.0 |
297 | 2024-08-08T20:10:00.479Z | Downloaded crypto-common v0.1.6 |
298 | 2024-08-08T20:10:00.482Z | Downloaded colorchoice v1.0.1 |
299 | 2024-08-08T20:10:00.482Z | Downloaded proc-macro-error-attr v1.0.4 |
300 | 2024-08-08T20:10:00.482Z | Downloaded cargo-platform v0.1.8 |
301 | 2024-08-08T20:10:00.485Z | Downloaded block-buffer v0.10.4 |
302 | 2024-08-08T20:10:00.485Z | Downloaded toml_datetime v0.6.8 |
303 | 2024-08-08T20:10:00.487Z | Downloaded serde_tokenstream v0.2.1 |
304 | 2024-08-08T20:10:00.490Z | Downloaded strsim v0.11.1 |
305 | 2024-08-08T20:10:00.490Z | Downloaded scroll v0.12.0 |
306 | 2024-08-08T20:10:00.492Z | Downloaded is_terminal_polyfill v1.70.0 |
307 | 2024-08-08T20:10:00.492Z | Downloaded dof v0.3.0 |
308 | 2024-08-08T20:10:00.495Z | Downloaded version_check v0.9.5 |
309 | 2024-08-08T20:10:00.495Z | Downloaded memmap v0.7.0 |
310 | 2024-08-08T20:10:00.497Z | Downloaded fnv v1.0.7 |
311 | 2024-08-08T20:10:00.497Z | Downloaded thiserror v1.0.63 |
312 | 2024-08-08T20:10:00.502Z | Downloaded autocfg v1.3.0 |
313 | 2024-08-08T20:10:00.511Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-08-08T20:10:00.513Z | Downloaded camino v1.1.7 |
315 | 2024-08-08T20:10:00.516Z | Downloaded thread-id v4.2.1 |
316 | 2024-08-08T20:10:00.516Z | Downloaded macaddr v1.0.1 |
317 | 2024-08-08T20:10:00.519Z | Downloaded generic-array v0.14.7 |
318 | 2024-08-08T20:10:00.519Z | Downloaded cargo_toml v0.20.4 |
319 | 2024-08-08T20:10:00.519Z | Downloaded clap_derive v4.5.13 |
320 | 2024-08-08T20:10:00.522Z | Downloaded zerocopy-derive v0.7.34 |
321 | 2024-08-08T20:10:00.525Z | Downloaded semver v1.0.23 |
322 | 2024-08-08T20:10:00.528Z | Downloaded ucd-trie v0.1.6 |
323 | 2024-08-08T20:10:00.530Z | Downloaded pest_derive v2.7.10 |
324 | 2024-08-08T20:10:00.535Z | Downloaded swrite v0.1.0 |
325 | 2024-08-08T20:10:00.538Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-08-08T20:10:00.544Z | Downloaded byteorder v1.5.0 |
327 | 2024-08-08T20:10:00.546Z | Downloaded digest v0.10.7 |
328 | 2024-08-08T20:10:00.552Z | Downloaded errno v0.3.9 |
329 | 2024-08-08T20:10:00.555Z | Downloaded clap_lex v0.7.0 |
330 | 2024-08-08T20:10:00.555Z | Downloaded clap v4.5.13 |
331 | 2024-08-08T20:10:00.562Z | Downloaded proc-macro2 v1.0.86 |
332 | 2024-08-08T20:10:00.565Z | Downloaded pest_meta v2.7.10 |
333 | 2024-08-08T20:10:00.567Z | Downloaded papergrid v0.11.0 |
334 | 2024-08-08T20:10:00.571Z | Downloaded fs-err v2.11.0 |
335 | 2024-08-08T20:10:00.573Z | Downloaded utf8parse v0.2.1 |
336 | 2024-08-08T20:10:00.573Z | Downloaded plain v0.2.3 |
337 | 2024-08-08T20:10:00.576Z | Downloaded heck v0.4.1 |
338 | 2024-08-08T20:10:00.576Z | Downloaded cpufeatures v0.2.12 |
339 | 2024-08-08T20:10:00.579Z | Downloaded cfg-if v1.0.0 |
340 | 2024-08-08T20:10:00.579Z | Downloaded bytecount v0.6.8 |
341 | 2024-08-08T20:10:00.579Z | Downloaded usdt v0.5.0 |
342 | 2024-08-08T20:10:00.581Z | Downloaded anstyle-parse v0.2.4 |
343 | 2024-08-08T20:10:00.581Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-08-08T20:10:00.584Z | Downloaded serde_spanned v0.6.7 |
345 | 2024-08-08T20:10:00.584Z | Downloaded pest_generator v2.7.10 |
346 | 2024-08-08T20:10:00.587Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-08-08T20:10:00.587Z | Downloaded once_cell v1.19.0 |
348 | 2024-08-08T20:10:00.590Z | Downloaded quote v1.0.36 |
349 | 2024-08-08T20:10:00.592Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-08-08T20:10:00.595Z | Downloaded cargo_metadata v0.18.1 |
351 | 2024-08-08T20:10:00.602Z | Downloaded sha2 v0.10.8 |
352 | 2024-08-08T20:10:00.604Z | Downloaded terminal_size v0.3.0 |
353 | 2024-08-08T20:10:00.608Z | Downloaded bitflags v2.6.0 |
354 | 2024-08-08T20:10:00.612Z | Downloaded thiserror-impl v1.0.63 |
355 | 2024-08-08T20:10:00.614Z | Downloaded anstream v0.6.14 |
356 | 2024-08-08T20:10:00.618Z | Downloaded log v0.4.21 |
357 | 2024-08-08T20:10:00.620Z | Downloaded anyhow v1.0.86 |
358 | 2024-08-08T20:10:00.623Z | Downloaded serde_derive v1.0.204 |
359 | 2024-08-08T20:10:00.629Z | Downloaded ryu v1.0.18 |
360 | 2024-08-08T20:10:00.632Z | Downloaded unicode-ident v1.0.12 |
361 | 2024-08-08T20:10:00.646Z | Downloaded typenum v1.17.0 |
362 | 2024-08-08T20:10:00.652Z | Downloaded toml v0.8.19 |
363 | 2024-08-08T20:10:00.655Z | Downloaded serde v1.0.204 |
364 | 2024-08-08T20:10:00.658Z | Downloaded indexmap v2.3.0 |
365 | 2024-08-08T20:10:00.671Z | Downloaded memchr v2.7.2 |
366 | 2024-08-08T20:10:00.688Z | Downloaded toml_edit v0.22.20 |
367 | 2024-08-08T20:10:00.708Z | Downloaded serde_json v1.0.122 |
368 | 2024-08-08T20:10:00.714Z | Downloaded pest v2.7.10 |
369 | 2024-08-08T20:10:00.718Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-08T20:10:00.723Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-08T20:10:00.738Z | Downloaded winnow v0.6.18 |
372 | 2024-08-08T20:10:00.746Z | Downloaded clap_builder v4.5.13 |
373 | 2024-08-08T20:10:00.752Z | Downloaded tabled v0.15.0 |
374 | 2024-08-08T20:10:00.766Z | Downloaded syn v1.0.109 |
375 | 2024-08-08T20:10:00.776Z | Downloaded syn v2.0.72 |
376 | 2024-08-08T20:10:00.786Z | Downloaded goblin v0.8.2 |
377 | 2024-08-08T20:10:00.796Z | Downloaded rustix v0.38.34 |
378 | 2024-08-08T20:10:00.817Z | Downloaded unicode-width v0.1.13 |
379 | 2024-08-08T20:10:00.834Z | Downloaded libc v0.2.155 |
380 | 2024-08-08T20:10:01.130Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-08T20:10:01.130Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-08T20:10:01.133Z | Compiling version_check v0.9.5 |
383 | 2024-08-08T20:10:01.133Z | Compiling serde v1.0.204 |
384 | 2024-08-08T20:10:01.133Z | Compiling memchr v2.7.2 |
385 | 2024-08-08T20:10:01.133Z | Compiling thiserror v1.0.63 |
386 | 2024-08-08T20:10:01.133Z | Compiling libc v0.2.155 |
387 | 2024-08-08T20:10:01.164Z | Compiling itoa v1.0.11 |
388 | 2024-08-08T20:10:01.391Z | Compiling ucd-trie v0.1.6 |
389 | 2024-08-08T20:10:01.415Z | Compiling ryu v1.0.18 |
390 | 2024-08-08T20:10:01.962Z | Compiling once_cell v1.19.0 |
391 | 2024-08-08T20:10:01.965Z | Compiling byteorder v1.5.0 |
392 | 2024-08-08T20:10:02.263Z | Compiling serde_json v1.0.122 |
393 | 2024-08-08T20:10:04.695Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-08-08T20:10:04.719Z | Compiling usdt-impl v0.5.0 |
395 | 2024-08-08T20:10:04.745Z | Compiling syn v1.0.109 |
396 | 2024-08-08T20:10:04.748Z | Compiling rustix v0.38.34 |
397 | 2024-08-08T20:10:04.810Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-08-08T20:10:05.100Z | Compiling log v0.4.21 |
399 | 2024-08-08T20:10:05.173Z | Compiling bitflags v2.6.0 |
400 | 2024-08-08T20:10:05.242Z | Compiling equivalent v1.0.1 |
401 | 2024-08-08T20:10:05.371Z | Compiling hashbrown v0.14.5 |
402 | 2024-08-08T20:10:05.515Z | Compiling thread-id v4.2.1 |
403 | 2024-08-08T20:10:05.538Z | Compiling utf8parse v0.2.1 |
404 | 2024-08-08T20:10:05.562Z | Compiling plain v0.2.3 |
405 | 2024-08-08T20:10:05.699Z | Compiling anstyle-parse v0.2.4 |
406 | 2024-08-08T20:10:05.726Z | Compiling quote v1.0.36 |
407 | 2024-08-08T20:10:05.752Z | Compiling anstyle-query v1.0.3 |
408 | 2024-08-08T20:10:05.784Z | Compiling anstyle v1.0.8 |
409 | 2024-08-08T20:10:05.882Z | Compiling winnow v0.6.18 |
410 | 2024-08-08T20:10:05.956Z | Compiling camino v1.1.7 |
411 | 2024-08-08T20:10:06.032Z | Compiling pretty-hex v0.4.1 |
412 | 2024-08-08T20:10:06.243Z | Compiling syn v2.0.72 |
413 | 2024-08-08T20:10:06.246Z | Compiling errno v0.3.9 |
414 | 2024-08-08T20:10:06.469Z | Compiling colorchoice v1.0.1 |
415 | 2024-08-08T20:10:06.599Z | Compiling autocfg v1.3.0 |
416 | 2024-08-08T20:10:06.623Z | Compiling indexmap v2.3.0 |
417 | 2024-08-08T20:10:06.712Z | Compiling semver v1.0.23 |
418 | 2024-08-08T20:10:07.270Z | Compiling is_terminal_polyfill v1.70.0 |
419 | 2024-08-08T20:10:07.382Z | Compiling anstream v0.6.14 |
420 | 2024-08-08T20:10:07.570Z | Compiling fs-err v2.11.0 |
421 | 2024-08-08T20:10:07.693Z | Compiling terminal_size v0.3.0 |
422 | 2024-08-08T20:10:07.977Z | Compiling fnv v1.0.7 |
423 | 2024-08-08T20:10:08.000Z | Compiling unicode-width v0.1.13 |
424 | 2024-08-08T20:10:08.038Z | Compiling strsim v0.11.1 |
425 | 2024-08-08T20:10:08.095Z | Compiling bytecount v0.6.8 |
426 | 2024-08-08T20:10:08.118Z | Compiling heck v0.5.0 |
427 | 2024-08-08T20:10:08.146Z | Compiling heck v0.4.1 |
428 | 2024-08-08T20:10:08.234Z | Compiling clap_lex v0.7.0 |
429 | 2024-08-08T20:10:08.318Z | Compiling anyhow v1.0.86 |
430 | 2024-08-08T20:10:08.633Z | Compiling clap_builder v4.5.13 |
431 | 2024-08-08T20:10:08.658Z | Compiling papergrid v0.11.0 |
432 | 2024-08-08T20:10:08.891Z | Compiling memmap v0.7.0 |
433 | 2024-08-08T20:10:09.557Z | Compiling swrite v0.1.0 |
434 | 2024-08-08T20:10:11.354Z | Compiling tabled_derive v0.7.0 |
435 | 2024-08-08T20:10:12.804Z | Compiling tabled v0.15.0 |
436 | 2024-08-08T20:10:14.727Z | Compiling serde_derive v1.0.204 |
437 | 2024-08-08T20:10:14.727Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-08-08T20:10:14.729Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-08-08T20:10:14.730Z | Compiling scroll_derive v0.12.0 |
440 | 2024-08-08T20:10:14.730Z | Compiling clap_derive v4.5.13 |
441 | 2024-08-08T20:10:15.944Z | Compiling scroll v0.12.0 |
442 | 2024-08-08T20:10:16.526Z | Compiling goblin v0.8.2 |
443 | 2024-08-08T20:10:16.718Z | Compiling zerocopy v0.7.34 |
444 | 2024-08-08T20:10:17.359Z | Compiling pest v2.7.10 |
445 | 2024-08-08T20:10:18.418Z | Compiling clap v4.5.13 |
446 | 2024-08-08T20:10:19.528Z | Compiling pest_meta v2.7.10 |
447 | 2024-08-08T20:10:20.458Z | Compiling pest_generator v2.7.10 |
448 | 2024-08-08T20:10:22.443Z | Compiling pest_derive v2.7.10 |
449 | 2024-08-08T20:10:23.209Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-08-08T20:10:24.753Z | Compiling serde_tokenstream v0.2.1 |
451 | 2024-08-08T20:10:24.878Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-08T20:10:24.878Z | Compiling serde_spanned v0.6.7 |
453 | 2024-08-08T20:10:25.020Z | Compiling cargo-platform v0.1.8 |
454 | 2024-08-08T20:10:25.289Z | Compiling toml_edit v0.22.20 |
455 | 2024-08-08T20:10:25.313Z | Compiling macaddr v1.0.1 |
456 | 2024-08-08T20:10:26.178Z | Compiling dof v0.3.0 |
457 | 2024-08-08T20:10:26.272Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-08-08T20:10:27.917Z | Compiling usdt-macro v0.5.0 |
459 | 2024-08-08T20:10:27.917Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-08-08T20:10:28.042Z | Compiling toml v0.8.19 |
461 | 2024-08-08T20:10:29.011Z | Compiling cargo_toml v0.20.4 |
462 | 2024-08-08T20:10:29.349Z | Compiling usdt v0.5.0 |
463 | 2024-08-08T20:10:32.507Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-08-08T20:10:36.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.62s |
465 | 2024-08-08T20:10:36.580Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-08-08T20:10:37.116Z | Downloading crates ... |
467 | 2024-08-08T20:10:37.234Z | Downloaded arc-swap v1.7.1 |
468 | 2024-08-08T20:10:37.241Z | Downloaded atomicwrites v0.4.3 |
469 | 2024-08-08T20:10:37.244Z | Downloaded cfg_aliases v0.1.1 |
470 | 2024-08-08T20:10:37.250Z | Downloaded darling_macro v0.20.9 |
471 | 2024-08-08T20:10:37.252Z | Downloaded bitstruct v0.1.1 |
472 | 2024-08-08T20:10:37.255Z | Downloaded crucible-workspace-hack v0.1.0 |
473 | 2024-08-08T20:10:37.255Z | Downloaded async-stream-impl v0.3.5 |
474 | 2024-08-08T20:10:37.258Z | Downloaded is_ci v1.2.0 |
475 | 2024-08-08T20:10:37.258Z | Downloaded match_cfg v0.1.0 |
476 | 2024-08-08T20:10:37.261Z | Downloaded aead v0.5.2 |
477 | 2024-08-08T20:10:37.264Z | Downloaded adler v1.0.2 |
478 | 2024-08-08T20:10:37.266Z | Downloaded inout v0.1.3 |
479 | 2024-08-08T20:10:37.269Z | Downloaded bitfield v0.14.0 |
480 | 2024-08-08T20:10:37.269Z | Downloaded castaway v0.2.2 |
481 | 2024-08-08T20:10:37.272Z | Downloaded new_debug_unreachable v1.0.6 |
482 | 2024-08-08T20:10:37.272Z | Downloaded openssl-probe v0.1.5 |
483 | 2024-08-08T20:10:37.275Z | Downloaded indent_write v2.2.0 |
484 | 2024-08-08T20:10:37.275Z | Downloaded openssl-macros v0.1.1 |
485 | 2024-08-08T20:10:37.275Z | Downloaded ciborium-ll v0.2.2 |
486 | 2024-08-08T20:10:37.277Z | Downloaded ascii-canvas v3.0.0 |
487 | 2024-08-08T20:10:37.277Z | Downloaded number_prefix v0.4.0 |
488 | 2024-08-08T20:10:37.280Z | Downloaded arrayref v0.3.7 |
489 | 2024-08-08T20:10:37.280Z | Downloaded constant_time_eq v0.3.0 |
490 | 2024-08-08T20:10:37.283Z | Downloaded defmt-parser v0.3.4 |
491 | 2024-08-08T20:10:37.283Z | Downloaded bit-set v0.5.3 |
492 | 2024-08-08T20:10:37.285Z | Downloaded mime v0.3.17 |
493 | 2024-08-08T20:10:37.286Z | Downloaded maybe-uninit v2.0.0 |
494 | 2024-08-08T20:10:37.288Z | Downloaded managed v0.8.0 |
495 | 2024-08-08T20:10:37.291Z | Downloaded lru v0.12.3 |
496 | 2024-08-08T20:10:37.291Z | Downloaded libefi-sys v0.1.0 |
497 | 2024-08-08T20:10:37.291Z | Downloaded impl-trait-for-tuples v0.2.2 |
498 | 2024-08-08T20:10:37.294Z | Downloaded linked-hash-map v0.5.6 |
499 | 2024-08-08T20:10:37.297Z | Downloaded matches v0.1.10 |
500 | 2024-08-08T20:10:37.297Z | Downloaded arrayvec v0.7.4 |
501 | 2024-08-08T20:10:37.300Z | Downloaded is-terminal v0.4.12 |
502 | 2024-08-08T20:10:37.303Z | Downloaded colored v2.1.0 |
503 | 2024-08-08T20:10:37.303Z | Downloaded bitfield-struct v0.6.1 |
504 | 2024-08-08T20:10:37.306Z | Downloaded num_cpus v1.16.0 |
505 | 2024-08-08T20:10:37.309Z | Downloaded multimap v0.10.0 |
506 | 2024-08-08T20:10:37.309Z | Downloaded num_enum_derive v0.5.11 |
507 | 2024-08-08T20:10:37.311Z | Downloaded crc32fast v1.4.0 |
508 | 2024-08-08T20:10:37.314Z | Downloaded ciborium v0.2.2 |
509 | 2024-08-08T20:10:37.314Z | Downloaded buf-list v1.0.3 |
510 | 2024-08-08T20:10:37.317Z | Downloaded packed_struct_codegen v0.10.1 |
511 | 2024-08-08T20:10:37.319Z | Downloaded memmap2 v0.9.4 |
512 | 2024-08-08T20:10:37.322Z | Downloaded keccak v0.1.5 |
513 | 2024-08-08T20:10:37.322Z | Downloaded parse-display-derive v0.9.1 |
514 | 2024-08-08T20:10:37.324Z | Downloaded crunchy v0.2.2 |
515 | 2024-08-08T20:10:37.324Z | Downloaded atty v0.2.14 |
516 | 2024-08-08T20:10:37.327Z | Downloaded num-derive v0.4.2 |
517 | 2024-08-08T20:10:37.327Z | Downloaded async-trait v0.1.81 |
518 | 2024-08-08T20:10:37.330Z | Downloaded async-recursion v1.1.1 |
519 | 2024-08-08T20:10:37.334Z | Downloaded num-conv v0.1.0 |
520 | 2024-08-08T20:10:37.336Z | Downloaded opaque-debug v0.3.1 |
521 | 2024-08-08T20:10:37.336Z | Downloaded num_threads v0.1.7 |
522 | 2024-08-08T20:10:37.339Z | Downloaded newline-converter v0.3.0 |
523 | 2024-08-08T20:10:37.339Z | Downloaded slog-bunyan v2.5.0 |
524 | 2024-08-08T20:10:37.342Z | Downloaded oso-derive v0.27.3 |
525 | 2024-08-08T20:10:37.342Z | Downloaded olpc-cjson v0.1.3 |
526 | 2024-08-08T20:10:37.342Z | Downloaded newtype_derive v0.1.6 |
527 | 2024-08-08T20:10:37.345Z | Downloaded nu-ansi-term v0.50.0 |
528 | 2024-08-08T20:10:37.348Z | Downloaded toolchain_find v0.4.0 |
529 | 2024-08-08T20:10:37.348Z | Downloaded num-complex v0.4.6 |
530 | 2024-08-08T20:10:37.351Z | Downloaded newtype-uuid v1.1.0 |
531 | 2024-08-08T20:10:37.351Z | Downloaded owo-colors v4.0.0 |
532 | 2024-08-08T20:10:37.353Z | Downloaded native-tls v0.2.11 |
533 | 2024-08-08T20:10:37.356Z | Downloaded crc-any v2.5.0 |
534 | 2024-08-08T20:10:37.359Z | Downloaded const_format_proc_macros v0.2.32 |
535 | 2024-08-08T20:10:37.361Z | Downloaded curve25519-dalek-derive v0.1.1 |
536 | 2024-08-08T20:10:37.361Z | Downloaded try-lock v0.2.5 |
537 | 2024-08-08T20:10:37.364Z | Downloaded signal-hook-registry v1.4.2 |
538 | 2024-08-08T20:10:37.364Z | Downloaded maplit v1.0.2 |
539 | 2024-08-08T20:10:37.367Z | Downloaded password-hash v0.5.0 |
540 | 2024-08-08T20:10:37.369Z | Downloaded cassowary v0.3.0 |
541 | 2024-08-08T20:10:37.369Z | Downloaded want v0.3.1 |
542 | 2024-08-08T20:10:37.369Z | Downloaded parking_lot_core v0.9.10 |
543 | 2024-08-08T20:10:37.372Z | Downloaded indexmap v1.9.3 |
544 | 2024-08-08T20:10:37.376Z | Downloaded endian-type v0.1.2 |
545 | 2024-08-08T20:10:37.378Z | Downloaded num_enum v0.5.11 |
546 | 2024-08-08T20:10:37.381Z | Downloaded kstat-rs v0.2.4 |
547 | 2024-08-08T20:10:37.385Z | Downloaded slab v0.4.9 |
548 | 2024-08-08T20:10:37.388Z | Downloaded paste v1.0.15 |
549 | 2024-08-08T20:10:37.388Z | Downloaded parse-display v0.9.1 |
550 | 2024-08-08T20:10:37.390Z | Downloaded path-slash v0.1.5 |
551 | 2024-08-08T20:10:37.390Z | Downloaded string_cache v0.8.7 |
552 | 2024-08-08T20:10:37.393Z | Downloaded packed_struct v0.10.1 |
553 | 2024-08-08T20:10:37.398Z | Downloaded supports-color v3.0.0 |
554 | 2024-08-08T20:10:37.398Z | Downloaded sqlformat v0.2.4 |
555 | 2024-08-08T20:10:37.398Z | Downloaded subtle v2.5.0 |
556 | 2024-08-08T20:10:37.400Z | Downloaded strum_macros v0.25.3 |
557 | 2024-08-08T20:10:37.403Z | Downloaded num-rational v0.4.2 |
558 | 2024-08-08T20:10:37.403Z | Downloaded unicode-xid v0.2.4 |
559 | 2024-08-08T20:10:37.406Z | Downloaded topological-sort v0.2.2 |
560 | 2024-08-08T20:10:37.406Z | Downloaded tls_codec_derive v0.4.1 |
561 | 2024-08-08T20:10:37.409Z | Downloaded tls_codec v0.4.1 |
562 | 2024-08-08T20:10:37.409Z | Downloaded pretty-hex v0.2.1 |
563 | 2024-08-08T20:10:37.412Z | Downloaded uzers v0.11.3 |
564 | 2024-08-08T20:10:37.412Z | Downloaded csv-core v0.1.11 |
565 | 2024-08-08T20:10:37.415Z | Downloaded bzip2 v0.4.4 |
566 | 2024-08-08T20:10:37.418Z | Downloaded sigpipe v0.1.3 |
567 | 2024-08-08T20:10:37.418Z | Downloaded bitflags v1.3.2 |
568 | 2024-08-08T20:10:37.420Z | Downloaded chacha20poly1305 v0.10.1 |
569 | 2024-08-08T20:10:37.423Z | Downloaded camino-tempfile v1.1.1 |
570 | 2024-08-08T20:10:37.426Z | Downloaded filetime v0.2.23 |
571 | 2024-08-08T20:10:37.426Z | Downloaded smallvec v0.6.14 |
572 | 2024-08-08T20:10:37.428Z | Downloaded parking_lot_core v0.8.6 |
573 | 2024-08-08T20:10:37.431Z | Downloaded multer v3.1.0 |
574 | 2024-08-08T20:10:37.434Z | Downloaded fd-lock v4.0.2 |
575 | 2024-08-08T20:10:37.436Z | Downloaded hostname v0.3.1 |
576 | 2024-08-08T20:10:37.436Z | Downloaded peg v0.8.4 |
577 | 2024-08-08T20:10:37.440Z | Downloaded home v0.5.9 |
578 | 2024-08-08T20:10:37.443Z | Downloaded downcast v0.11.0 |
579 | 2024-08-08T20:10:37.443Z | Downloaded display-error-chain v0.2.0 |
580 | 2024-08-08T20:10:37.446Z | Downloaded diesel_table_macro_syntax v0.1.0 |
581 | 2024-08-08T20:10:37.446Z | Downloaded tokio-tungstenite v0.20.1 |
582 | 2024-08-08T20:10:37.449Z | Downloaded hubpack_derive v0.1.1 |
583 | 2024-08-08T20:10:37.449Z | Downloaded futures-sink v0.3.30 |
584 | 2024-08-08T20:10:37.452Z | Downloaded derive_builder v0.20.0 |
585 | 2024-08-08T20:10:37.455Z | Downloaded unicase v2.7.0 |
586 | 2024-08-08T20:10:37.457Z | Downloaded peg-runtime v0.8.3 |
587 | 2024-08-08T20:10:37.461Z | Downloaded rustversion v1.0.17 |
588 | 2024-08-08T20:10:37.464Z | Downloaded crossbeam-epoch v0.9.18 |
589 | 2024-08-08T20:10:37.464Z | Downloaded const-oid v0.9.6 |
590 | 2024-08-08T20:10:37.467Z | Downloaded blake2 v0.10.6 |
591 | 2024-08-08T20:10:37.469Z | Downloaded ident_case v1.0.1 |
592 | 2024-08-08T20:10:37.469Z | Downloaded der_derive v0.7.2 |
593 | 2024-08-08T20:10:37.472Z | Downloaded cookie v0.18.1 |
594 | 2024-08-08T20:10:37.475Z | Downloaded spki v0.7.3 |
595 | 2024-08-08T20:10:37.478Z | Downloaded stability v0.2.0 |
596 | 2024-08-08T20:10:37.478Z | Downloaded ff v0.13.0 |
597 | 2024-08-08T20:10:37.480Z | Downloaded rpassword v7.3.1 |
598 | 2024-08-08T20:10:37.480Z | Downloaded hostname v0.4.0 |
599 | 2024-08-08T20:10:37.483Z | Downloaded thread_local v1.1.8 |
600 | 2024-08-08T20:10:37.483Z | Downloaded thiserror-no-std v2.0.2 |
601 | 2024-08-08T20:10:37.487Z | Downloaded spin v0.5.2 |
602 | 2024-08-08T20:10:37.490Z | Downloaded tower-service v0.3.2 |
603 | 2024-08-08T20:10:37.490Z | Downloaded thiserror-impl-no-std v2.0.2 |
604 | 2024-08-08T20:10:37.493Z | Downloaded futures-task v0.3.30 |
605 | 2024-08-08T20:10:37.493Z | Downloaded zone v0.1.8 |
606 | 2024-08-08T20:10:37.495Z | Downloaded dirs-sys-next v0.1.2 |
607 | 2024-08-08T20:10:37.495Z | Downloaded dirs-next v2.0.0 |
608 | 2024-08-08T20:10:37.498Z | Downloaded difflib v0.4.0 |
609 | 2024-08-08T20:10:37.498Z | Downloaded crypto-bigint v0.5.5 |
610 | 2024-08-08T20:10:37.504Z | Downloaded signature v2.2.0 |
611 | 2024-08-08T20:10:37.507Z | Downloaded psl-types v2.0.11 |
612 | 2024-08-08T20:10:37.507Z | Downloaded percent-encoding v2.3.1 |
613 | 2024-08-08T20:10:37.513Z | Downloaded pem v3.0.4 |
614 | 2024-08-08T20:10:37.513Z | Downloaded http-body v0.4.6 |
615 | 2024-08-08T20:10:37.516Z | Downloaded rustc_version v0.4.0 |
616 | 2024-08-08T20:10:37.516Z | Downloaded spin v0.9.8 |
617 | 2024-08-08T20:10:37.516Z | Downloaded compact_str v0.7.1 |
618 | 2024-08-08T20:10:37.519Z | Downloaded rand_chacha v0.3.1 |
619 | 2024-08-08T20:10:37.522Z | Downloaded rustc_version v0.1.7 |
620 | 2024-08-08T20:10:37.522Z | Downloaded rustls-pemfile v1.0.4 |
621 | 2024-08-08T20:10:37.525Z | Downloaded tokio-tungstenite v0.21.0 |
622 | 2024-08-08T20:10:37.527Z | Downloaded serde-big-array v0.5.1 |
623 | 2024-08-08T20:10:37.527Z | Downloaded resolv-conf v0.7.0 |
624 | 2024-08-08T20:10:37.530Z | Downloaded strip-ansi-escapes v0.2.0 |
625 | 2024-08-08T20:10:37.530Z | Downloaded static_assertions v1.1.0 |
626 | 2024-08-08T20:10:37.533Z | Downloaded stringprep v0.1.4 |
627 | 2024-08-08T20:10:37.535Z | Downloaded unarray v0.1.4 |
628 | 2024-08-08T20:10:37.535Z | Downloaded sync_wrapper v0.1.2 |
629 | 2024-08-08T20:10:37.539Z | Downloaded num-bigint v0.4.5 |
630 | 2024-08-08T20:10:37.542Z | Downloaded tiny-keccak v2.0.2 |
631 | 2024-08-08T20:10:37.545Z | Downloaded unicode-linebreak v0.1.5 |
632 | 2024-08-08T20:10:37.545Z | Downloaded tokio-stream v0.1.15 |
633 | 2024-08-08T20:10:37.549Z | Downloaded futures-io v0.3.30 |
634 | 2024-08-08T20:10:37.551Z | Downloaded form_urlencoded v1.2.1 |
635 | 2024-08-08T20:10:37.551Z | Downloaded foreign-types-shared v0.1.1 |
636 | 2024-08-08T20:10:37.554Z | Downloaded float-ord v0.3.2 |
637 | 2024-08-08T20:10:37.554Z | Downloaded flagset v0.4.5 |
638 | 2024-08-08T20:10:37.557Z | Downloaded hash32 v0.3.1 |
639 | 2024-08-08T20:10:37.557Z | Downloaded precomputed-hash v0.1.1 |
640 | 2024-08-08T20:10:37.557Z | Downloaded hash32 v0.2.1 |
641 | 2024-08-08T20:10:37.560Z | Downloaded base64 v0.22.1 |
642 | 2024-08-08T20:10:37.562Z | Downloaded darling_core v0.20.9 |
643 | 2024-08-08T20:10:37.567Z | Downloaded hyper-staticfile v0.9.5 |
644 | 2024-08-08T20:10:37.570Z | Downloaded derive-where v1.2.7 |
645 | 2024-08-08T20:10:37.573Z | Downloaded openssl-sys v0.9.103 |
646 | 2024-08-08T20:10:37.578Z | Downloaded futures-core v0.3.30 |
647 | 2024-08-08T20:10:37.580Z | Downloaded sqlparser_derive v0.2.2 |
648 | 2024-08-08T20:10:37.580Z | Downloaded rtoolbox v0.0.2 |
649 | 2024-08-08T20:10:37.583Z | Downloaded rustc-demangle v0.1.24 |
650 | 2024-08-08T20:10:37.586Z | Downloaded strum v0.26.3 |
651 | 2024-08-08T20:10:37.586Z | Downloaded strum_macros v0.24.3 |
652 | 2024-08-08T20:10:37.589Z | Downloaded structmeta v0.2.0 |
653 | 2024-08-08T20:10:37.589Z | Downloaded semver v0.1.20 |
654 | 2024-08-08T20:10:37.592Z | Downloaded untrusted v0.9.0 |
655 | 2024-08-08T20:10:37.592Z | Downloaded portpicker v0.1.1 |
656 | 2024-08-08T20:10:37.592Z | Downloaded tui-tree-widget v0.21.0 |
657 | 2024-08-08T20:10:37.595Z | Downloaded structmeta-derive v0.3.0 |
658 | 2024-08-08T20:10:37.595Z | Downloaded structmeta-derive v0.2.0 |
659 | 2024-08-08T20:10:37.598Z | Downloaded structmeta v0.3.0 |
660 | 2024-08-08T20:10:37.598Z | Downloaded utf-8 v0.7.6 |
661 | 2024-08-08T20:10:37.601Z | Downloaded socket2 v0.4.10 |
662 | 2024-08-08T20:10:37.601Z | Downloaded funty v2.0.0 |
663 | 2024-08-08T20:10:37.604Z | Downloaded phf_shared v0.10.0 |
664 | 2024-08-08T20:10:37.604Z | Downloaded foreign-types-shared v0.3.1 |
665 | 2024-08-08T20:10:37.604Z | Downloaded fragile v2.0.0 |
666 | 2024-08-08T20:10:37.607Z | Downloaded hubpack v0.1.2 |
667 | 2024-08-08T20:10:37.607Z | Downloaded yasna v0.5.2 |
668 | 2024-08-08T20:10:37.609Z | Downloaded zerocopy v0.6.6 |
669 | 2024-08-08T20:10:37.612Z | Downloaded foreign-types-macros v0.2.3 |
670 | 2024-08-08T20:10:37.612Z | Downloaded serde_path_to_error v0.1.16 |
671 | 2024-08-08T20:10:37.615Z | Downloaded postgres-types v0.2.7 |
672 | 2024-08-08T20:10:37.618Z | Downloaded ppv-lite86 v0.2.17 |
673 | 2024-08-08T20:10:37.620Z | Downloaded rusty-fork v0.3.0 |
674 | 2024-08-08T20:10:37.620Z | Downloaded powerfmt v0.2.0 |
675 | 2024-08-08T20:10:37.623Z | Downloaded toml v0.5.11 |
676 | 2024-08-08T20:10:37.626Z | Downloaded minimal-lexical v0.2.1 |
677 | 2024-08-08T20:10:37.629Z | Downloaded foreign-types v0.5.0 |
678 | 2024-08-08T20:10:37.632Z | Downloaded embedded-io v0.4.0 |
679 | 2024-08-08T20:10:37.632Z | Downloaded either v1.13.0 |
680 | 2024-08-08T20:10:37.634Z | Downloaded dyn-clone v1.0.17 |
681 | 2024-08-08T20:10:37.634Z | Downloaded signal-hook-tokio v0.3.1 |
682 | 2024-08-08T20:10:37.637Z | Downloaded proc-macro-crate v1.3.1 |
683 | 2024-08-08T20:10:37.637Z | Downloaded universal-hash v0.5.1 |
684 | 2024-08-08T20:10:37.646Z | Downloaded derive_builder_macro v0.20.0 |
685 | 2024-08-08T20:10:37.649Z | Downloaded take_mut v0.2.2 |
686 | 2024-08-08T20:10:37.649Z | Downloaded libxml v0.3.3 |
687 | 2024-08-08T20:10:37.654Z | Downloaded vsss-rs v3.3.4 |
688 | 2024-08-08T20:10:37.657Z | Downloaded pkg-config v0.3.30 |
689 | 2024-08-08T20:10:37.661Z | Downloaded untrusted v0.7.1 |
690 | 2024-08-08T20:10:37.661Z | Downloaded time-core v0.1.2 |
691 | 2024-08-08T20:10:37.664Z | Downloaded termtree v0.4.1 |
692 | 2024-08-08T20:10:37.664Z | Downloaded smawk v0.3.2 |
693 | 2024-08-08T20:10:37.664Z | Downloaded tokio-macros v2.3.0 |
694 | 2024-08-08T20:10:37.667Z | Downloaded serde_urlencoded v0.7.1 |
695 | 2024-08-08T20:10:37.667Z | Downloaded which v4.4.2 |
696 | 2024-08-08T20:10:37.670Z | Downloaded hyper-rustls v0.24.2 |
697 | 2024-08-08T20:10:37.673Z | Downloaded serde_repr v0.1.19 |
698 | 2024-08-08T20:10:37.676Z | Downloaded pkcs8 v0.10.2 |
699 | 2024-08-08T20:10:37.676Z | Downloaded secrecy v0.8.0 |
700 | 2024-08-08T20:10:37.678Z | Downloaded diesel_derives v2.1.4 |
701 | 2024-08-08T20:10:37.681Z | Downloaded http-range v0.1.5 |
702 | 2024-08-08T20:10:37.687Z | Downloaded phf v0.11.2 |
703 | 2024-08-08T20:10:37.687Z | Downloaded enum-as-inner v0.5.1 |
704 | 2024-08-08T20:10:37.691Z | Downloaded snafu-derive v0.8.2 |
705 | 2024-08-08T20:10:37.691Z | Downloaded scopeguard v1.2.0 |
706 | 2024-08-08T20:10:37.691Z | Downloaded ron v0.8.1 |
707 | 2024-08-08T20:10:37.694Z | Downloaded quick-error v1.2.3 |
708 | 2024-08-08T20:10:37.694Z | Downloaded tabwriter v1.4.0 |
709 | 2024-08-08T20:10:37.697Z | Downloaded url v2.5.2 |
710 | 2024-08-08T20:10:37.700Z | Downloaded slog-dtrace v0.3.0 |
711 | 2024-08-08T20:10:37.702Z | Downloaded float-cmp v0.9.0 |
712 | 2024-08-08T20:10:37.702Z | Downloaded slog-async v2.8.0 |
713 | 2024-08-08T20:10:37.705Z | Downloaded erased-serde v0.3.31 |
714 | 2024-08-08T20:10:37.705Z | Downloaded poly1305 v0.8.0 |
715 | 2024-08-08T20:10:37.708Z | Downloaded smf v0.2.3 |
716 | 2024-08-08T20:10:37.710Z | Downloaded phf_shared v0.11.2 |
717 | 2024-08-08T20:10:37.710Z | Downloaded globset v0.4.14 |
718 | 2024-08-08T20:10:37.713Z | Downloaded prettyplease v0.2.20 |
719 | 2024-08-08T20:10:37.716Z | Downloaded futures v0.3.30 |
720 | 2024-08-08T20:10:37.719Z | Downloaded tinyvec_macros v0.1.1 |
721 | 2024-08-08T20:10:37.722Z | Downloaded gethostname v0.5.0 |
722 | 2024-08-08T20:10:37.722Z | Downloaded derive_builder_core v0.20.0 |
723 | 2024-08-08T20:10:37.725Z | Downloaded half v2.4.1 |
724 | 2024-08-08T20:10:37.728Z | Downloaded fxhash v0.2.1 |
725 | 2024-08-08T20:10:37.728Z | Downloaded hyper-tls v0.5.0 |
726 | 2024-08-08T20:10:37.731Z | Downloaded wyz v0.5.1 |
727 | 2024-08-08T20:10:37.731Z | Downloaded tokio-native-tls v0.3.1 |
728 | 2024-08-08T20:10:37.733Z | Downloaded headers-core v0.2.0 |
729 | 2024-08-08T20:10:37.733Z | Downloaded serde_derive_internals v0.29.1 |
730 | 2024-08-08T20:10:37.736Z | Downloaded crossterm v0.27.0 |
731 | 2024-08-08T20:10:37.740Z | Downloaded hashbrown v0.13.2 |
732 | 2024-08-08T20:10:37.744Z | Downloaded glob v0.3.1 |
733 | 2024-08-08T20:10:37.747Z | Downloaded scheduled-thread-pool v0.2.7 |
734 | 2024-08-08T20:10:37.747Z | Downloaded same-file v1.0.6 |
735 | 2024-08-08T20:10:37.749Z | Downloaded ref-cast-impl v1.0.23 |
736 | 2024-08-08T20:10:37.749Z | Downloaded ref-cast v1.0.23 |
737 | 2024-08-08T20:10:37.752Z | Downloaded tracing v0.1.40 |
738 | 2024-08-08T20:10:37.755Z | Downloaded zeroize_derive v1.4.2 |
739 | 2024-08-08T20:10:37.758Z | Downloaded httpdate v1.0.3 |
740 | 2024-08-08T20:10:37.758Z | Downloaded ena v0.14.3 |
741 | 2024-08-08T20:10:37.760Z | Downloaded tap v1.0.1 |
742 | 2024-08-08T20:10:37.760Z | Downloaded whoami v1.5.1 |
743 | 2024-08-08T20:10:37.763Z | Downloaded env_logger v0.10.2 |
744 | 2024-08-08T20:10:37.765Z | Downloaded uuid v1.10.0 |
745 | 2024-08-08T20:10:37.768Z | Downloaded hex v0.4.3 |
746 | 2024-08-08T20:10:37.771Z | Downloaded heck v0.3.3 |
747 | 2024-08-08T20:10:37.771Z | Downloaded serde_with_macros v3.8.3 |
748 | 2024-08-08T20:10:37.774Z | Downloaded termios v0.3.3 |
749 | 2024-08-08T20:10:37.777Z | Downloaded highway v1.2.0 |
750 | 2024-08-08T20:10:37.777Z | Downloaded test-strategy v0.3.1 |
751 | 2024-08-08T20:10:37.780Z | Downloaded smallvec v1.13.2 |
752 | 2024-08-08T20:10:37.782Z | Downloaded serde_plain v1.0.2 |
753 | 2024-08-08T20:10:37.785Z | Downloaded toml_edit v0.19.15 |
754 | 2024-08-08T20:10:37.798Z | Downloaded aho-corasick v1.1.3 |
755 | 2024-08-08T20:10:37.804Z | Downloaded humantime v2.1.0 |
756 | 2024-08-08T20:10:37.806Z | Downloaded iana-time-zone v0.1.60 |
757 | 2024-08-08T20:10:37.809Z | Downloaded r2d2 v0.8.10 |
758 | 2024-08-08T20:10:37.809Z | Downloaded tracing-attributes v0.1.27 |
759 | 2024-08-08T20:10:37.812Z | Downloaded sct v0.7.1 |
760 | 2024-08-08T20:10:37.815Z | Downloaded derive_more v0.99.18 |
761 | 2024-08-08T20:10:37.820Z | Downloaded signal-hook v0.3.17 |
762 | 2024-08-08T20:10:37.823Z | Downloaded env_logger v0.9.3 |
763 | 2024-08-08T20:10:37.826Z | Downloaded term v0.7.0 |
764 | 2024-08-08T20:10:37.828Z | Downloaded httparse v1.8.0 |
765 | 2024-08-08T20:10:37.831Z | Downloaded textwrap v0.16.1 |
766 | 2024-08-08T20:10:37.834Z | Downloaded tempfile v3.10.1 |
767 | 2024-08-08T20:10:37.834Z | Downloaded tokio-util v0.7.11 |
768 | 2024-08-08T20:10:37.840Z | Downloaded tokio-rustls v0.24.1 |
769 | 2024-08-08T20:10:37.843Z | Downloaded snafu v0.8.2 |
770 | 2024-08-08T20:10:37.848Z | Downloaded samael v0.0.15 |
771 | 2024-08-08T20:10:37.853Z | Downloaded unsafe-libyaml v0.2.11 |
772 | 2024-08-08T20:10:37.857Z | Downloaded tokio-postgres v0.7.11 |
773 | 2024-08-08T20:10:37.861Z | Downloaded x509-cert v0.2.5 |
774 | 2024-08-08T20:10:37.867Z | Downloaded tinyvec v1.6.0 |
775 | 2024-08-08T20:10:37.877Z | Downloaded flume v0.11.0 |
776 | 2024-08-08T20:10:37.878Z | Downloaded hashbrown v0.12.3 |
777 | 2024-08-08T20:10:37.880Z | Downloaded tungstenite v0.20.1 |
778 | 2024-08-08T20:10:37.883Z | Downloaded publicsuffix v2.2.3 |
779 | 2024-08-08T20:10:37.886Z | Downloaded tungstenite v0.21.0 |
780 | 2024-08-08T20:10:37.890Z | Downloaded tar v0.4.41 |
781 | 2024-08-08T20:10:37.893Z | Downloaded tracing-core v0.1.32 |
782 | 2024-08-08T20:10:37.893Z | Downloaded schemars v0.8.21 |
783 | 2024-08-08T20:10:37.904Z | Downloaded rcgen v0.12.1 |
784 | 2024-08-08T20:10:37.906Z | Downloaded zip v0.6.6 |
785 | 2024-08-08T20:10:37.910Z | Downloaded flate2 v1.0.31 |
786 | 2024-08-08T20:10:37.915Z | Downloaded unicode-normalization v0.1.23 |
787 | 2024-08-08T20:10:37.919Z | Downloaded typed-path v0.7.1 |
788 | 2024-08-08T20:10:37.924Z | Downloaded heapless v0.7.17 |
789 | 2024-08-08T20:10:37.928Z | Downloaded unicode-segmentation v1.11.0 |
790 | 2024-08-08T20:10:37.931Z | Downloaded bitvec v1.0.1 |
791 | 2024-08-08T20:10:37.946Z | Downloaded rand v0.8.5 |
792 | 2024-08-08T20:10:37.949Z | Downloaded h2 v0.3.26 |
793 | 2024-08-08T20:10:37.955Z | Downloaded lalrpop v0.19.12 |
794 | 2024-08-08T20:10:37.967Z | Downloaded http v1.1.0 |
795 | 2024-08-08T20:10:37.970Z | Downloaded futures-util v0.3.30 |
796 | 2024-08-08T20:10:37.981Z | Downloaded trust-dns-client v0.22.0 |
797 | 2024-08-08T20:10:37.987Z | Downloaded rayon v1.10.0 |
798 | 2024-08-08T20:10:37.997Z | Downloaded portable-atomic v1.6.0 |
799 | 2024-08-08T20:10:38.001Z | Downloaded rustyline v14.0.0 |
800 | 2024-08-08T20:10:38.007Z | Downloaded reqwest v0.11.27 |
801 | 2024-08-08T20:10:38.014Z | Downloaded proptest v1.4.0 |
802 | 2024-08-08T20:10:38.023Z | Downloaded bindgen v0.69.4 |
803 | 2024-08-08T20:10:38.030Z | Downloaded hkdf v0.12.4 |
804 | 2024-08-08T20:10:38.033Z | Downloaded winnow v0.5.40 |
805 | 2024-08-08T20:10:38.040Z | Downloaded openssl v0.10.66 |
806 | 2024-08-08T20:10:38.049Z | Downloaded curve25519-dalek v4.1.3 |
807 | 2024-08-08T20:10:38.058Z | Downloaded quick-xml v0.31.0 |
808 | 2024-08-08T20:10:38.063Z | Downloaded hyper v0.14.30 |
809 | 2024-08-08T20:10:38.072Z | Downloaded object v0.30.4 |
810 | 2024-08-08T20:10:38.080Z | Downloaded vcpkg v0.2.15 |
811 | 2024-08-08T20:10:38.117Z | Downloaded nix v0.28.0 |
812 | 2024-08-08T20:10:38.128Z | Downloaded regex-syntax v0.6.29 |
813 | 2024-08-08T20:10:38.135Z | Downloaded idna v0.2.3 |
814 | 2024-08-08T20:10:38.142Z | Downloaded idna v0.3.0 |
815 | 2024-08-08T20:10:38.148Z | Downloaded idna v0.5.0 |
816 | 2024-08-08T20:10:38.155Z | Downloaded trust-dns-proto v0.22.0 |
817 | 2024-08-08T20:10:38.166Z | Downloaded diesel v2.1.6 |
818 | 2024-08-08T20:10:38.183Z | Downloaded polar-core v0.27.3 |
819 | 2024-08-08T20:10:38.192Z | Downloaded radix_trie v0.2.1 |
820 | 2024-08-08T20:10:38.197Z | Downloaded gimli v0.28.1 |
821 | 2024-08-08T20:10:38.206Z | Downloaded ratatui v0.27.0 |
822 | 2024-08-08T20:10:38.224Z | Downloaded smoltcp v0.11.0 |
823 | 2024-08-08T20:10:38.237Z | Downloaded zerocopy-derive v0.6.6 |
824 | 2024-08-08T20:10:38.247Z | Downloaded regex-syntax v0.8.3 |
825 | 2024-08-08T20:10:38.255Z | Downloaded petgraph v0.6.5 |
826 | 2024-08-08T20:10:38.273Z | Downloaded finl_unicode v1.2.0 |
827 | 2024-08-08T20:10:38.285Z | Downloaded tokio v1.38.1 |
828 | 2024-08-08T20:10:38.321Z | Downloaded sha3 v0.10.8 |
829 | 2024-08-08T20:10:38.326Z | Downloaded sled v0.34.7 |
830 | 2024-08-08T20:10:38.337Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
831 | 2024-08-08T20:10:38.348Z | Downloaded rustls v0.22.4 |
832 | 2024-08-08T20:10:38.360Z | Downloaded regex-automata v0.4.6 |
833 | 2024-08-08T20:10:38.378Z | Downloaded bstr v1.9.1 |
834 | 2024-08-08T20:10:38.387Z | Downloaded smoltcp v0.9.1 |
835 | 2024-08-08T20:10:38.397Z | Downloaded regex v1.10.6 |
836 | 2024-08-08T20:10:38.410Z | Downloaded bstr v0.2.17 |
837 | 2024-08-08T20:10:38.419Z | Downloaded csv v1.3.0 |
838 | 2024-08-08T20:10:38.439Z | Downloaded webpki-roots v0.25.4 |
839 | 2024-08-08T20:10:38.442Z | Downloaded rustls v0.21.12 |
840 | 2024-08-08T20:10:38.453Z | Downloaded regress v0.9.1 |
841 | 2024-08-08T20:10:38.462Z | Downloaded openapiv3 v2.0.0 |
842 | 2024-08-08T20:10:38.473Z | Downloaded reedline v0.31.0 |
843 | 2024-08-08T20:10:38.480Z | Downloaded nix v0.27.1 |
844 | 2024-08-08T20:10:38.490Z | Downloaded object v0.32.2 |
845 | 2024-08-08T20:10:38.500Z | Downloaded rustls-webpki v0.102.4 |
846 | 2024-08-08T20:10:38.517Z | Downloaded chrono v0.4.38 |
847 | 2024-08-08T20:10:38.524Z | Downloaded sqlparser v0.45.0 |
848 | 2024-08-08T20:10:38.529Z | Downloaded heapless v0.8.0 |
849 | 2024-08-08T20:10:38.533Z | Downloaded encoding_rs v0.8.34 |
850 | 2024-08-08T20:10:38.554Z | Downloaded rustls-webpki v0.101.7 |
851 | 2024-08-08T20:10:38.567Z | Downloaded trust-dns-resolver v0.22.0 |
852 | 2024-08-08T20:10:38.571Z | Downloaded regex-automata v0.1.10 |
853 | 2024-08-08T20:10:38.576Z | Downloaded unicode_categories v0.1.1 |
854 | 2024-08-08T20:10:38.579Z | Downloaded tough v0.17.1 |
855 | 2024-08-08T20:10:38.585Z | Downloaded serde_yaml v0.9.34+deprecated |
856 | 2024-08-08T20:10:38.589Z | Downloaded itertools v0.13.0 |
857 | 2024-08-08T20:10:38.595Z | Downloaded rayon-core v1.12.1 |
858 | 2024-08-08T20:10:38.599Z | Downloaded time v0.3.36 |
859 | 2024-08-08T20:10:38.605Z | Downloaded serde_with v3.8.3 |
860 | 2024-08-08T20:10:38.613Z | Downloaded trust-dns-server v0.22.1 |
861 | 2024-08-08T20:10:38.618Z | Downloaded nom v7.1.3 |
862 | 2024-08-08T20:10:38.623Z | Downloaded slog v2.7.0 |
863 | 2024-08-08T20:10:38.626Z | Downloaded postcard v1.0.8 |
864 | 2024-08-08T20:10:38.629Z | Downloaded sec1 v0.7.3 |
865 | 2024-08-08T20:10:38.631Z | Downloaded radium v0.7.0 |
866 | 2024-08-08T20:10:38.631Z | Downloaded group v0.13.0 |
867 | 2024-08-08T20:10:38.634Z | Downloaded getrandom v0.2.14 |
868 | 2024-08-08T20:10:38.637Z | Downloaded elliptic-curve v0.13.8 |
869 | 2024-08-08T20:10:38.640Z | Downloaded num-bigint-dig v0.8.4 |
870 | 2024-08-08T20:10:38.643Z | Downloaded blake3 v1.5.1 |
871 | 2024-08-08T20:10:38.650Z | Downloaded similar v2.5.0 |
872 | 2024-08-08T20:10:38.655Z | Downloaded rsa v0.9.6 |
873 | 2024-08-08T20:10:38.659Z | Downloaded signal-hook-mio v0.2.3 |
874 | 2024-08-08T20:10:38.662Z | Downloaded shlex v1.3.0 |
875 | 2024-08-08T20:10:38.662Z | Downloaded sha1 v0.10.6 |
876 | 2024-08-08T20:10:38.665Z | Downloaded schemars_derive v0.8.21 |
877 | 2024-08-08T20:10:38.665Z | Downloaded postgres-protocol v0.6.7 |
878 | 2024-08-08T20:10:38.667Z | Downloaded expectorate v1.1.0 |
879 | 2024-08-08T20:10:38.667Z | Downloaded steno v0.4.1 |
880 | 2024-08-08T20:10:38.671Z | Downloaded vte v0.11.1 |
881 | 2024-08-08T20:10:38.674Z | Downloaded http v0.2.12 |
882 | 2024-08-08T20:10:38.677Z | Downloaded pin-project v1.1.5 |
883 | 2024-08-08T20:10:38.686Z | Downloaded unicode-bidi v0.3.15 |
884 | 2024-08-08T20:10:38.690Z | Downloaded headers v0.3.9 |
885 | 2024-08-08T20:10:38.695Z | Downloaded crossbeam-channel v0.5.12 |
886 | 2024-08-08T20:10:38.699Z | Downloaded itertools v0.12.1 |
887 | 2024-08-08T20:10:38.706Z | Downloaded itertools v0.10.5 |
888 | 2024-08-08T20:10:38.712Z | Downloaded pin-project-internal v1.1.5 |
889 | 2024-08-08T20:10:38.715Z | Downloaded backtrace v0.3.71 |
890 | 2024-08-08T20:10:38.718Z | Downloaded futures-channel v0.3.30 |
891 | 2024-08-08T20:10:38.722Z | Downloaded foreign-types v0.3.2 |
892 | 2024-08-08T20:10:38.725Z | Downloaded ron v0.7.1 |
893 | 2024-08-08T20:10:38.727Z | Downloaded diff v0.1.13 |
894 | 2024-08-08T20:10:38.730Z | Downloaded time-macros v0.2.18 |
895 | 2024-08-08T20:10:38.733Z | Downloaded siphasher v0.3.11 |
896 | 2024-08-08T20:10:38.735Z | Downloaded serde_arrays v0.1.0 |
897 | 2024-08-08T20:10:38.735Z | Downloaded serde-hex v0.1.0 |
898 | 2024-08-08T20:10:38.735Z | Downloaded toml v0.7.8 |
899 | 2024-08-08T20:10:38.738Z | Downloaded mio v0.8.11 |
900 | 2024-08-08T20:10:38.743Z | Downloaded pem-rfc7468 v0.7.0 |
901 | 2024-08-08T20:10:38.746Z | Downloaded bytes v1.7.1 |
902 | 2024-08-08T20:10:38.749Z | Downloaded base64 v0.13.1 |
903 | 2024-08-08T20:10:38.751Z | Downloaded fixedbitset v0.4.2 |
904 | 2024-08-08T20:10:38.754Z | Downloaded zeroize v1.7.0 |
905 | 2024-08-08T20:10:38.754Z | Downloaded xattr v1.3.1 |
906 | 2024-08-08T20:10:38.757Z | Downloaded rustls-pki-types v1.7.0 |
907 | 2024-08-08T20:10:38.757Z | Downloaded predicates v3.1.2 |
908 | 2024-08-08T20:10:38.760Z | Downloaded hmac v0.12.1 |
909 | 2024-08-08T20:10:38.763Z | Downloaded fatfs v0.3.6 |
910 | 2024-08-08T20:10:38.766Z | Downloaded libm v0.2.8 |
911 | 2024-08-08T20:10:38.771Z | Downloaded stable_deref_trait v1.2.0 |
912 | 2024-08-08T20:10:38.774Z | Downloaded tokio-rustls v0.25.0 |
913 | 2024-08-08T20:10:38.774Z | Downloaded rustls-pemfile v2.1.3 |
914 | 2024-08-08T20:10:38.777Z | Downloaded slog-stdlog v4.1.1 |
915 | 2024-08-08T20:10:38.779Z | Downloaded slog-envlogger v2.2.0 |
916 | 2024-08-08T20:10:38.779Z | Downloaded termcolor v1.4.1 |
917 | 2024-08-08T20:10:38.779Z | Downloaded rustc-hash v1.1.0 |
918 | 2024-08-08T20:10:38.782Z | Downloaded rand_core v0.6.4 |
919 | 2024-08-08T20:10:38.782Z | Downloaded futures-macro v0.3.30 |
920 | 2024-08-08T20:10:38.782Z | Downloaded futures-executor v0.3.30 |
921 | 2024-08-08T20:10:38.785Z | Downloaded subprocess v0.2.9 |
922 | 2024-08-08T20:10:38.788Z | Downloaded rand_xorshift v0.3.0 |
923 | 2024-08-08T20:10:38.788Z | Downloaded pkcs1 v0.7.5 |
924 | 2024-08-08T20:10:38.790Z | Downloaded pin-project-lite v0.2.14 |
925 | 2024-08-08T20:10:38.793Z | Downloaded rustfmt-wrapper v0.2.1 |
926 | 2024-08-08T20:10:38.796Z | Downloaded peg-macros v0.8.4 |
927 | 2024-08-08T20:10:38.798Z | Downloaded socket2 v0.5.7 |
928 | 2024-08-08T20:10:38.798Z | Downloaded slog-scope v4.4.0 |
929 | 2024-08-08T20:10:38.801Z | Downloaded slog-json v2.6.1 |
930 | 2024-08-08T20:10:38.801Z | Downloaded deranged v0.3.11 |
931 | 2024-08-08T20:10:38.804Z | Downloaded const_format v0.2.32 |
932 | 2024-08-08T20:10:38.806Z | Downloaded cc v1.0.97 |
933 | 2024-08-08T20:10:38.809Z | Downloaded base64 v0.21.7 |
934 | 2024-08-08T20:10:38.813Z | Downloaded walkdir v2.5.0 |
935 | 2024-08-08T20:10:38.816Z | Downloaded strum_macros v0.26.4 |
936 | 2024-08-08T20:10:38.819Z | Downloaded der v0.7.9 |
937 | 2024-08-08T20:10:38.822Z | Downloaded vte_generate_state_changes v0.1.1 |
938 | 2024-08-08T20:10:38.822Z | Downloaded rand_seeder v0.3.0 |
939 | 2024-08-08T20:10:38.824Z | Downloaded predicates-tree v1.0.9 |
940 | 2024-08-08T20:10:38.824Z | Downloaded predicates-core v1.0.6 |
941 | 2024-08-08T20:10:38.827Z | Downloaded pin-utils v0.1.0 |
942 | 2024-08-08T20:10:38.827Z | Downloaded slog-term v2.9.1 |
943 | 2024-08-08T20:10:38.830Z | Downloaded getopts v0.2.21 |
944 | 2024-08-08T20:10:38.830Z | Downloaded oso v0.27.3 |
945 | 2024-08-08T20:10:38.833Z | Downloaded indicatif v0.17.8 |
946 | 2024-08-08T20:10:38.836Z | Downloaded fastrand v2.1.0 |
947 | 2024-08-08T20:10:38.839Z | Downloaded fallible-iterator v0.2.0 |
948 | 2024-08-08T20:10:38.839Z | Downloaded parking_lot v0.11.2 |
949 | 2024-08-08T20:10:38.841Z | Downloaded wait-timeout v0.2.0 |
950 | 2024-08-08T20:10:38.841Z | Downloaded unicode-truncate v1.0.0 |
951 | 2024-08-08T20:10:38.844Z | Downloaded parking_lot v0.12.2 |
952 | 2024-08-08T20:10:38.847Z | Downloaded omicron-zone-package v0.11.0 |
953 | 2024-08-08T20:10:38.849Z | Downloaded mime_guess v2.0.4 |
954 | 2024-08-08T20:10:38.849Z | Downloaded miniz_oxide v0.7.2 |
955 | 2024-08-08T20:10:38.852Z | Downloaded ring v0.17.8 |
956 | 2024-08-08T20:10:38.921Z | Downloaded num-traits v0.2.19 |
957 | 2024-08-08T20:10:38.924Z | Downloaded mockall_derive v0.12.1 |
958 | 2024-08-08T20:10:38.926Z | Downloaded parse-size v1.0.0 |
959 | 2024-08-08T20:10:38.927Z | Downloaded mockall v0.12.1 |
960 | 2024-08-08T20:10:38.929Z | Downloaded md-5 v0.10.6 |
961 | 2024-08-08T20:10:38.929Z | Downloaded shell-words v1.1.0 |
962 | 2024-08-08T20:10:38.932Z | Downloaded num-iter v0.1.45 |
963 | 2024-08-08T20:10:38.932Z | Downloaded num-integer v0.1.46 |
964 | 2024-08-08T20:10:38.932Z | Downloaded num v0.4.3 |
965 | 2024-08-08T20:10:38.935Z | Downloaded nanorand v0.7.0 |
966 | 2024-08-08T20:10:38.935Z | Downloaded defmt-macros v0.3.9 |
967 | 2024-08-08T20:10:38.938Z | Downloaded data-encoding v2.6.0 |
968 | 2024-08-08T20:10:38.940Z | Downloaded cipher v0.4.4 |
969 | 2024-08-08T20:10:38.940Z | Downloaded block-padding v0.3.3 |
970 | 2024-08-08T20:10:38.940Z | Downloaded bb8 v0.8.5 |
971 | 2024-08-08T20:10:38.943Z | Downloaded chacha20 v0.9.1 |
972 | 2024-08-08T20:10:38.943Z | Downloaded zone_cfg_derive v0.1.2 |
973 | 2024-08-08T20:10:38.945Z | Downloaded waitgroup v0.1.2 |
974 | 2024-08-08T20:10:38.946Z | Downloaded lock_api v0.4.12 |
975 | 2024-08-08T20:10:38.948Z | Downloaded libloading v0.8.3 |
976 | 2024-08-08T20:10:38.948Z | Downloaded ipnet v2.9.0 |
977 | 2024-08-08T20:10:38.951Z | Downloaded crossbeam-utils v0.8.19 |
978 | 2024-08-08T20:10:38.953Z | Downloaded cobs v0.2.3 |
979 | 2024-08-08T20:10:38.953Z | Downloaded allocator-api2 v0.2.18 |
980 | 2024-08-08T20:10:38.956Z | Downloaded crc-catalog v2.4.0 |
981 | 2024-08-08T20:10:38.956Z | Downloaded crc v3.2.1 |
982 | 2024-08-08T20:10:38.959Z | Downloaded convert_case v0.4.0 |
983 | 2024-08-08T20:10:38.962Z | Downloaded ring v0.16.20 |
984 | 2024-08-08T20:10:39.040Z | Downloaded libsw v3.3.1 |
985 | 2024-08-08T20:10:39.043Z | Downloaded lalrpop-util v0.19.12 |
986 | 2024-08-08T20:10:39.043Z | Downloaded indoc v1.0.9 |
987 | 2024-08-08T20:10:39.046Z | Downloaded ciborium-io v0.2.2 |
988 | 2024-08-08T20:10:39.046Z | Downloaded bit-vec v0.6.3 |
989 | 2024-08-08T20:10:39.046Z | Downloaded clang-sys v1.7.0 |
990 | 2024-08-08T20:10:39.049Z | Downloaded linear-map v1.2.0 |
991 | 2024-08-08T20:10:39.052Z | Downloaded lazycell v1.3.0 |
992 | 2024-08-08T20:10:39.053Z | Downloaded cexpr v0.6.0 |
993 | 2024-08-08T20:10:39.053Z | Downloaded atomic-waker v1.1.2 |
994 | 2024-08-08T20:10:39.055Z | Downloaded cookie_store v0.20.0 |
995 | 2024-08-08T20:10:39.055Z | Downloaded addr2line v0.21.0 |
996 | 2024-08-08T20:10:39.058Z | Downloaded async-stream v0.3.5 |
997 | 2024-08-08T20:10:39.060Z | Downloaded normalize-line-endings v0.3.0 |
998 | 2024-08-08T20:10:39.061Z | Downloaded nodrop v0.1.14 |
999 | 2024-08-08T20:10:39.061Z | Downloaded memoffset v0.9.1 |
1000 | 2024-08-08T20:10:39.063Z | Downloaded lru-cache v0.1.2 |
1001 | 2024-08-08T20:10:39.063Z | Downloaded defmt v0.3.8 |
1002 | 2024-08-08T20:10:39.066Z | Downloaded darling v0.20.9 |
1003 | 2024-08-08T20:10:39.068Z | Downloaded cookie v0.17.0 |
1004 | 2024-08-08T20:10:39.071Z | Downloaded cancel-safe-futures v0.1.5 |
1005 | 2024-08-08T20:10:39.076Z | Downloaded ahash v0.8.11 |
1006 | 2024-08-08T20:10:39.078Z | Downloaded nibble_vec v0.1.0 |
1007 | 2024-08-08T20:10:39.078Z | Downloaded backoff v0.4.0 |
1008 | 2024-08-08T20:10:39.078Z | Downloaded instant v0.1.12 |
1009 | 2024-08-08T20:10:39.081Z | Downloaded console v0.15.8 |
1010 | 2024-08-08T20:10:39.084Z | Downloaded base64ct v1.6.0 |
1011 | 2024-08-08T20:10:39.084Z | Downloaded base16ct v0.2.0 |
1012 | 2024-08-08T20:10:39.087Z | Downloaded debug-ignore v1.0.5 |
1013 | 2024-08-08T20:10:39.087Z | Downloaded cstr-argument v0.1.2 |
1014 | 2024-08-08T20:10:39.087Z | Downloaded crossbeam-deque v0.8.5 |
1015 | 2024-08-08T20:10:39.089Z | Downloaded bitstruct_derive v0.1.0 |
1016 | 2024-08-08T20:10:39.090Z | Downloaded bcs v0.1.6 |
1017 | 2024-08-08T20:10:39.092Z | Downloaded argon2 v0.5.3 |
1018 | 2024-08-08T20:10:39.092Z | Downloaded assert_matches v1.5.0 |
1019 | 2024-08-08T20:10:39.092Z | Downloaded ascii v1.1.0 |
1020 | 2024-08-08T20:10:39.095Z | Downloaded lazy_static v1.5.0 |
1021 | 2024-08-08T20:10:39.098Z | Downloaded ipnetwork v0.20.0 |
1022 | 2024-08-08T20:10:39.098Z | Downloaded array-init v0.0.4 |
1023 | 2024-08-08T20:10:39.180Z | Compiling cfg-if v1.0.0 |
1024 | 2024-08-08T20:10:39.180Z | Compiling serde v1.0.204 |
1025 | 2024-08-08T20:10:39.183Z | Compiling lock_api v0.4.12 |
1026 | 2024-08-08T20:10:39.183Z | Compiling scopeguard v1.2.0 |
1027 | 2024-08-08T20:10:39.183Z | Compiling log v0.4.21 |
1028 | 2024-08-08T20:10:39.420Z | Compiling syn v2.0.72 |
1029 | 2024-08-08T20:10:39.423Z | Compiling cc v1.0.97 |
1030 | 2024-08-08T20:10:39.423Z | Compiling parking_lot_core v0.9.10 |
1031 | 2024-08-08T20:10:39.423Z | Compiling getrandom v0.2.14 |
1032 | 2024-08-08T20:10:39.468Z | Compiling smallvec v1.13.2 |
1033 | 2024-08-08T20:10:39.752Z | Compiling rand_core v0.6.4 |
1034 | 2024-08-08T20:10:39.840Z | Compiling typenum v1.17.0 |
1035 | 2024-08-08T20:10:39.969Z | Compiling generic-array v0.14.7 |
1036 | 2024-08-08T20:10:40.062Z | Compiling pin-project-lite v0.2.14 |
1037 | 2024-08-08T20:10:40.190Z | Compiling signal-hook-registry v1.4.2 |
1038 | 2024-08-08T20:10:40.329Z | Compiling spin v0.9.8 |
1039 | 2024-08-08T20:10:40.377Z | Compiling parking_lot v0.12.2 |
1040 | 2024-08-08T20:10:40.410Z | Compiling mio v0.8.11 |
1041 | 2024-08-08T20:10:40.667Z | Compiling serde_json v1.0.122 |
1042 | 2024-08-08T20:10:40.753Z | Compiling libm v0.2.8 |
1043 | 2024-08-08T20:10:41.066Z | Compiling num-traits v0.2.19 |
1044 | 2024-08-08T20:10:41.100Z | Compiling ahash v0.8.11 |
1045 | 2024-08-08T20:10:41.192Z | Compiling futures-core v0.3.30 |
1046 | 2024-08-08T20:10:41.365Z | Compiling tinyvec_macros v0.1.1 |
1047 | 2024-08-08T20:10:41.453Z | Compiling tinyvec v1.6.0 |
1048 | 2024-08-08T20:10:41.592Z | Compiling num_cpus v1.16.0 |
1049 | 2024-08-08T20:10:41.714Z | Compiling socket2 v0.5.7 |
1050 | 2024-08-08T20:10:41.801Z | Compiling subtle v2.5.0 |
1051 | 2024-08-08T20:10:42.099Z | Compiling const-oid v0.9.6 |
1052 | 2024-08-08T20:10:42.729Z | Compiling slab v0.4.9 |
1053 | 2024-08-08T20:10:42.732Z | Compiling unicode-bidi v0.3.15 |
1054 | 2024-08-08T20:10:42.732Z | Compiling allocator-api2 v0.2.18 |
1055 | 2024-08-08T20:10:42.906Z | Compiling unicode-normalization v0.1.23 |
1056 | 2024-08-08T20:10:43.034Z | Compiling futures-sink v0.3.30 |
1057 | 2024-08-08T20:10:43.172Z | Compiling futures-channel v0.3.30 |
1058 | 2024-08-08T20:10:43.487Z | Compiling futures-task v0.3.30 |
1059 | 2024-08-08T20:10:43.557Z | Compiling futures-io v0.3.30 |
1060 | 2024-08-08T20:10:43.588Z | Compiling pin-utils v0.1.0 |
1061 | 2024-08-08T20:10:43.682Z | Compiling pkg-config v0.3.30 |
1062 | 2024-08-08T20:10:43.788Z | Compiling vcpkg v0.2.15 |
1063 | 2024-08-08T20:10:43.881Z | Compiling ring v0.17.8 |
1064 | 2024-08-08T20:10:43.950Z | Compiling percent-encoding v2.3.1 |
1065 | 2024-08-08T20:10:44.026Z | Compiling ppv-lite86 v0.2.17 |
1066 | 2024-08-08T20:10:44.217Z | Compiling tracing-core v0.1.32 |
1067 | 2024-08-08T20:10:44.312Z | Compiling num-conv v0.1.0 |
1068 | 2024-08-08T20:10:44.617Z | Compiling syn v1.0.109 |
1069 | 2024-08-08T20:10:44.788Z | Compiling rand_chacha v0.3.1 |
1070 | 2024-08-08T20:10:44.813Z | Compiling time-core v0.1.2 |
1071 | 2024-08-08T20:10:45.009Z | Compiling rustix v0.38.34 |
1072 | 2024-08-08T20:10:45.274Z | Compiling untrusted v0.9.0 |
1073 | 2024-08-08T20:10:45.300Z | Compiling powerfmt v0.2.0 |
1074 | 2024-08-08T20:10:45.499Z | Compiling rand v0.8.5 |
1075 | 2024-08-08T20:10:45.601Z | Compiling deranged v0.3.11 |
1076 | 2024-08-08T20:10:45.661Z | Compiling time-macros v0.2.18 |
1077 | 2024-08-08T20:10:45.861Z | Compiling iana-time-zone v0.1.60 |
1078 | 2024-08-08T20:10:45.924Z | Compiling openssl-sys v0.9.103 |
1079 | 2024-08-08T20:10:46.301Z | Compiling openssl v0.10.66 |
1080 | 2024-08-08T20:10:46.704Z | Compiling httparse v1.8.0 |
1081 | 2024-08-08T20:10:46.984Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-08T20:10:47.150Z | Compiling num_threads v0.1.7 |
1083 | 2024-08-08T20:10:47.270Z | Compiling foreign-types-shared v0.1.1 |
1084 | 2024-08-08T20:10:47.306Z | Compiling rustversion v1.0.17 |
1085 | 2024-08-08T20:10:47.341Z | Compiling foreign-types v0.3.2 |
1086 | 2024-08-08T20:10:47.428Z | Compiling pem-rfc7468 v0.7.0 |
1087 | 2024-08-08T20:10:47.497Z | Compiling form_urlencoded v1.2.1 |
1088 | 2024-08-08T20:10:47.783Z | Compiling siphasher v0.3.11 |
1089 | 2024-08-08T20:10:48.036Z | Compiling try-lock v0.2.5 |
1090 | 2024-08-08T20:10:48.093Z | Compiling native-tls v0.2.11 |
1091 | 2024-08-08T20:10:48.111Z | Compiling crossbeam-utils v0.8.19 |
1092 | 2024-08-08T20:10:48.151Z | Compiling flagset v0.4.5 |
1093 | 2024-08-08T20:10:48.319Z | Compiling rustls v0.21.12 |
1094 | 2024-08-08T20:10:48.391Z | Compiling want v0.3.1 |
1095 | 2024-08-08T20:10:48.572Z | Compiling time v0.3.36 |
1096 | 2024-08-08T20:10:48.725Z | Compiling serde_derive_internals v0.29.1 |
1097 | 2024-08-08T20:10:49.266Z | Compiling idna v0.5.0 |
1098 | 2024-08-08T20:10:49.894Z | Compiling lazy_static v1.5.0 |
1099 | 2024-08-08T20:10:50.004Z | Compiling aho-corasick v1.1.3 |
1100 | 2024-08-08T20:10:50.489Z | Compiling cookie v0.17.0 |
1101 | 2024-08-08T20:10:50.770Z | Compiling cpufeatures v0.2.12 |
1102 | 2024-08-08T20:10:50.871Z | Compiling finl_unicode v1.2.0 |
1103 | 2024-08-08T20:10:51.201Z | Compiling slog v2.7.0 |
1104 | 2024-08-08T20:10:51.302Z | Compiling openssl-probe v0.1.5 |
1105 | 2024-08-08T20:10:51.607Z | Compiling regex-syntax v0.8.3 |
1106 | 2024-08-08T20:10:51.683Z | Compiling tower-service v0.3.2 |
1107 | 2024-08-08T20:10:51.849Z | Compiling schemars v0.8.21 |
1108 | 2024-08-08T20:10:52.160Z | Compiling signal-hook v0.3.17 |
1109 | 2024-08-08T20:10:52.420Z | Compiling httpdate v1.0.3 |
1110 | 2024-08-08T20:10:52.827Z | Compiling adler v1.0.2 |
1111 | 2024-08-08T20:10:52.962Z | Compiling miniz_oxide v0.7.2 |
1112 | 2024-08-08T20:10:53.094Z | Compiling serde_derive v1.0.204 |
1113 | 2024-08-08T20:10:53.126Z | Compiling zeroize_derive v1.4.2 |
1114 | 2024-08-08T20:10:53.143Z | Compiling zerocopy-derive v0.7.34 |
1115 | 2024-08-08T20:10:54.421Z | Compiling tokio-macros v2.3.0 |
1116 | 2024-08-08T20:10:54.654Z | Compiling zeroize v1.7.0 |
1117 | 2024-08-08T20:10:55.093Z | Compiling thiserror-impl v1.0.63 |
1118 | 2024-08-08T20:10:55.400Z | Compiling zerocopy v0.7.34 |
1119 | 2024-08-08T20:10:55.994Z | Compiling futures-macro v0.3.30 |
1120 | 2024-08-08T20:10:56.491Z | Compiling crypto-common v0.1.6 |
1121 | 2024-08-08T20:10:56.725Z | Compiling block-buffer v0.10.4 |
1122 | 2024-08-08T20:10:57.039Z | Compiling digest v0.10.7 |
1123 | 2024-08-08T20:10:57.378Z | Compiling scroll_derive v0.12.0 |
1124 | 2024-08-08T20:10:57.515Z | Compiling tracing-attributes v0.1.27 |
1125 | 2024-08-08T20:10:57.614Z | Compiling hashbrown v0.14.5 |
1126 | 2024-08-08T20:10:57.942Z | Compiling futures-util v0.3.30 |
1127 | 2024-08-08T20:10:58.402Z | Compiling thiserror v1.0.63 |
1128 | 2024-08-08T20:10:58.539Z | Compiling pest v2.7.10 |
1129 | 2024-08-08T20:10:58.846Z | Compiling scroll v0.12.0 |
1130 | 2024-08-08T20:10:59.035Z | Compiling hmac v0.12.1 |
1131 | 2024-08-08T20:10:59.289Z | Compiling openssl-macros v0.1.1 |
1132 | 2024-08-08T20:10:59.407Z | Compiling goblin v0.8.2 |
1133 | 2024-08-08T20:11:00.109Z | Compiling der_derive v0.7.2 |
1134 | 2024-08-08T20:11:00.690Z | Compiling sct v0.7.1 |
1135 | 2024-08-08T20:11:01.001Z | Compiling rustls-webpki v0.101.7 |
1136 | 2024-08-08T20:11:01.313Z | Compiling pest_meta v2.7.10 |
1137 | 2024-08-08T20:11:01.664Z | Compiling tracing v0.1.40 |
1138 | 2024-08-08T20:11:02.186Z | Compiling md-5 v0.10.6 |
1139 | 2024-08-08T20:11:02.444Z | Compiling sha2 v0.10.8 |
1140 | 2024-08-08T20:11:02.660Z | Compiling pest_generator v2.7.10 |
1141 | 2024-08-08T20:11:02.901Z | Compiling der v0.7.9 |
1142 | 2024-08-08T20:11:04.230Z | Compiling regex-automata v0.4.6 |
1143 | 2024-08-08T20:11:04.748Z | Compiling schemars_derive v0.8.21 |
1144 | 2024-08-08T20:11:06.112Z | Compiling spki v0.7.3 |
1145 | 2024-08-08T20:11:06.243Z | Compiling stringprep v0.1.4 |
1146 | 2024-08-08T20:11:06.417Z | Compiling pest_derive v2.7.10 |
1147 | 2024-08-08T20:11:06.566Z | Compiling url v2.5.2 |
1148 | 2024-08-08T20:11:07.213Z | Compiling dtrace-parser v0.2.0 |
1149 | 2024-08-08T20:11:08.098Z | Compiling bytes v1.7.1 |
1150 | 2024-08-08T20:11:08.119Z | Compiling bitflags v2.6.0 |
1151 | 2024-08-08T20:11:08.565Z | Compiling indexmap v2.3.0 |
1152 | 2024-08-08T20:11:08.697Z | Compiling semver v1.0.23 |
1153 | 2024-08-08T20:11:09.366Z | Compiling tokio v1.38.1 |
1154 | 2024-08-08T20:11:09.403Z | Compiling http v0.2.12 |
1155 | 2024-08-08T20:11:09.468Z | Compiling uuid v1.10.0 |
1156 | 2024-08-08T20:11:10.047Z | Compiling rustc_version v0.4.0 |
1157 | 2024-08-08T20:11:10.781Z | Compiling chrono v0.4.38 |
1158 | 2024-08-08T20:11:10.820Z | Compiling heapless v0.7.17 |
1159 | 2024-08-08T20:11:10.892Z | Compiling dof v0.3.0 |
1160 | 2024-08-08T20:11:11.266Z | Compiling http-body v0.4.6 |
1161 | 2024-08-08T20:11:11.728Z | Compiling usdt-impl v0.5.0 |
1162 | 2024-08-08T20:11:12.006Z | Compiling serde_tokenstream v0.2.1 |
1163 | 2024-08-08T20:11:12.558Z | Compiling serde_spanned v0.6.7 |
1164 | 2024-08-08T20:11:12.788Z | Compiling toml_datetime v0.6.8 |
1165 | 2024-08-08T20:11:13.135Z | Compiling num-integer v0.1.46 |
1166 | 2024-08-08T20:11:13.138Z | Compiling idna v0.3.0 |
1167 | 2024-08-08T20:11:13.300Z | Compiling backtrace v0.3.71 |
1168 | 2024-08-08T20:11:13.317Z | Compiling hash32 v0.2.1 |
1169 | 2024-08-08T20:11:13.706Z | Compiling base64 v0.22.1 |
1170 | 2024-08-08T20:11:13.753Z | Compiling gimli v0.28.1 |
1171 | 2024-08-08T20:11:13.895Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-08-08T20:11:13.995Z | Compiling psl-types v2.0.11 |
1173 | 2024-08-08T20:11:14.186Z | Compiling crc32fast v1.4.0 |
1174 | 2024-08-08T20:11:14.487Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1175 | 2024-08-08T20:11:14.541Z | Compiling fallible-iterator v0.2.0 |
1176 | 2024-08-08T20:11:14.720Z | Compiling dyn-clone v1.0.17 |
1177 | 2024-08-08T20:11:14.808Z | Compiling smoltcp v0.9.1 |
1178 | 2024-08-08T20:11:15.289Z | Compiling postgres-protocol v0.6.7 |
1179 | 2024-08-08T20:11:15.722Z | Compiling publicsuffix v2.2.3 |
1180 | 2024-08-08T20:11:16.211Z | Compiling terminal_size v0.3.0 |
1181 | 2024-08-08T20:11:16.507Z | Compiling pkcs8 v0.10.2 |
1182 | 2024-08-08T20:11:17.051Z | Compiling hubpack_derive v0.1.1 |
1183 | 2024-08-08T20:11:17.177Z | Compiling block-padding v0.3.3 |
1184 | 2024-08-08T20:11:17.413Z | Compiling async-trait v0.1.81 |
1185 | 2024-08-08T20:11:17.480Z | Compiling zerocopy-derive v0.6.6 |
1186 | 2024-08-08T20:11:17.922Z | Compiling tokio-util v0.7.11 |
1187 | 2024-08-08T20:11:18.698Z | Compiling tokio-native-tls v0.3.1 |
1188 | 2024-08-08T20:11:18.750Z | Compiling addr2line v0.21.0 |
1189 | 2024-08-08T20:11:18.768Z | Compiling tokio-rustls v0.24.1 |
1190 | 2024-08-08T20:11:18.961Z | Compiling h2 v0.3.26 |
1191 | 2024-08-08T20:11:19.314Z | Compiling phf_shared v0.11.2 |
1192 | 2024-08-08T20:11:19.403Z | Compiling diesel_table_macro_syntax v0.1.0 |
1193 | 2024-08-08T20:11:19.645Z | Compiling ff v0.13.0 |
1194 | 2024-08-08T20:11:19.706Z | Compiling scheduled-thread-pool v0.2.7 |
1195 | 2024-08-08T20:11:19.812Z | Compiling fs-err v2.11.0 |
1196 | 2024-08-08T20:11:19.908Z | Compiling object v0.32.2 |
1197 | 2024-08-08T20:11:20.105Z | Compiling either v1.13.0 |
1198 | 2024-08-08T20:11:20.128Z | Compiling rustc-demangle v0.1.24 |
1199 | 2024-08-08T20:11:20.175Z | Compiling winnow v0.5.40 |
1200 | 2024-08-08T20:11:20.303Z | Compiling ipnet v2.9.0 |
1201 | 2024-08-08T20:11:20.335Z | Compiling regex-automata v0.1.10 |
1202 | 2024-08-08T20:11:20.525Z | Compiling base64 v0.21.7 |
1203 | 2024-08-08T20:11:20.834Z | Compiling anyhow v1.0.86 |
1204 | 2024-08-08T20:11:21.059Z | Compiling bitflags v1.3.2 |
1205 | 2024-08-08T20:11:21.167Z | Compiling bit-vec v0.6.3 |
1206 | 2024-08-08T20:11:21.310Z | Compiling base16ct v0.2.0 |
1207 | 2024-08-08T20:11:21.454Z | Compiling matches v0.1.10 |
1208 | 2024-08-08T20:11:21.521Z | Compiling managed v0.8.0 |
1209 | 2024-08-08T20:11:21.546Z | Compiling idna v0.2.3 |
1210 | 2024-08-08T20:11:21.640Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-08T20:11:21.836Z | Compiling rustls-pemfile v1.0.4 |
1212 | 2024-08-08T20:11:22.183Z | Compiling bstr v0.2.17 |
1213 | 2024-08-08T20:11:22.252Z | Compiling clap_builder v4.5.13 |
1214 | 2024-08-08T20:11:23.321Z | Compiling r2d2 v0.8.10 |
1215 | 2024-08-08T20:11:23.638Z | Compiling group v0.13.0 |
1216 | 2024-08-08T20:11:23.714Z | Compiling diesel_derives v2.1.4 |
1217 | 2024-08-08T20:11:23.955Z | Compiling toml_edit v0.19.15 |
1218 | 2024-08-08T20:11:24.071Z | Compiling zerocopy v0.6.6 |
1219 | 2024-08-08T20:11:24.191Z | Compiling phf v0.11.2 |
1220 | 2024-08-08T20:11:24.472Z | Compiling signal-hook-mio v0.2.3 |
1221 | 2024-08-08T20:11:24.632Z | Compiling hubpack v0.1.2 |
1222 | 2024-08-08T20:11:24.658Z | Compiling inout v0.1.3 |
1223 | 2024-08-08T20:11:24.940Z | Compiling cookie_store v0.20.0 |
1224 | 2024-08-08T20:11:24.978Z | Compiling ipnetwork v0.20.0 |
1225 | 2024-08-08T20:11:25.378Z | Compiling postgres-types v0.2.7 |
1226 | 2024-08-08T20:11:25.891Z | Compiling hyper v0.14.30 |
1227 | 2024-08-08T20:11:27.157Z | Compiling num-bigint v0.4.5 |
1228 | 2024-08-08T20:11:27.217Z | Compiling usdt-attr-macro v0.5.0 |
1229 | 2024-08-08T20:11:28.897Z | Compiling usdt-macro v0.5.0 |
1230 | 2024-08-08T20:11:29.485Z | Compiling regex v1.10.6 |
1231 | 2024-08-08T20:11:30.048Z | Compiling serde_urlencoded v0.7.1 |
1232 | 2024-08-08T20:11:30.440Z | Compiling futures-executor v0.3.30 |
1233 | 2024-08-08T20:11:30.592Z | Compiling enum-as-inner v0.5.1 |
1234 | 2024-08-08T20:11:30.609Z | Compiling hkdf v0.12.4 |
1235 | 2024-08-08T20:11:30.866Z | Compiling crypto-bigint v0.5.5 |
1236 | 2024-08-08T20:11:31.003Z | Compiling clap_derive v4.5.13 |
1237 | 2024-08-08T20:11:31.437Z | Compiling serde_repr v0.1.19 |
1238 | 2024-08-08T20:11:31.638Z | Compiling strum_macros v0.25.3 |
1239 | 2024-08-08T20:11:31.965Z | Compiling phf_shared v0.10.0 |
1240 | 2024-08-08T20:11:32.389Z | Compiling float-cmp v0.9.0 |
1241 | 2024-08-08T20:11:32.590Z | Compiling encoding_rs v0.8.34 |
1242 | 2024-08-08T20:11:32.626Z | Compiling fixedbitset v0.4.2 |
1243 | 2024-08-08T20:11:33.104Z | Compiling hyper-rustls v0.24.2 |
1244 | 2024-08-08T20:11:33.449Z | Compiling hyper-tls v0.5.0 |
1245 | 2024-08-08T20:11:33.798Z | Compiling new_debug_unreachable v1.0.6 |
1246 | 2024-08-08T20:11:33.894Z | Compiling difflib v0.4.0 |
1247 | 2024-08-08T20:11:35.526Z | Compiling mime v0.3.17 |
1248 | 2024-08-08T20:11:35.792Z | Compiling webpki-roots v0.25.4 |
1249 | 2024-08-08T20:11:35.815Z | Compiling normalize-line-endings v0.3.0 |
1250 | 2024-08-08T20:11:35.961Z | Compiling unicode-segmentation v1.11.0 |
1251 | 2024-08-08T20:11:35.961Z | Compiling precomputed-hash v0.1.1 |
1252 | 2024-08-08T20:11:36.033Z | Compiling whoami v1.5.1 |
1253 | 2024-08-08T20:11:36.084Z | Compiling data-encoding v2.6.0 |
1254 | 2024-08-08T20:11:36.131Z | Compiling minimal-lexical v0.2.1 |
1255 | 2024-08-08T20:11:36.148Z | Compiling sync_wrapper v0.1.2 |
1256 | 2024-08-08T20:11:36.272Z | Compiling predicates-core v1.0.6 |
1257 | 2024-08-08T20:11:36.641Z | Compiling static_assertions v1.1.0 |
1258 | 2024-08-08T20:11:36.658Z | Compiling similar v2.5.0 |
1259 | 2024-08-08T20:11:36.698Z | Compiling nom v7.1.3 |
1260 | 2024-08-08T20:11:36.740Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1261 | 2024-08-08T20:11:36.797Z | Compiling trust-dns-proto v0.22.0 |
1262 | 2024-08-08T20:11:37.096Z | Compiling predicates v3.1.2 |
1263 | 2024-08-08T20:11:37.119Z | Compiling tokio-postgres v0.7.11 |
1264 | 2024-08-08T20:11:38.123Z | Compiling reqwest v0.11.27 |
1265 | 2024-08-08T20:11:38.489Z | Compiling diesel v2.1.6 |
1266 | 2024-08-08T20:11:38.848Z | Compiling string_cache v0.8.7 |
1267 | 2024-08-08T20:11:39.137Z | Compiling clap v4.5.13 |
1268 | 2024-08-08T20:11:39.261Z | Compiling toml_edit v0.22.20 |
1269 | 2024-08-08T20:11:39.330Z | Compiling elliptic-curve v0.13.8 |
1270 | 2024-08-08T20:11:40.193Z | Compiling console v0.15.8 |
1271 | 2024-08-08T20:11:40.452Z | Compiling petgraph v0.6.5 |
1272 | 2024-08-08T20:11:41.689Z | Compiling usdt v0.5.0 |
1273 | 2024-08-08T20:11:42.200Z | Compiling futures v0.3.30 |
1274 | 2024-08-08T20:11:42.321Z | Compiling yasna v0.5.2 |
1275 | 2024-08-08T20:11:43.161Z | Compiling flate2 v1.0.31 |
1276 | 2024-08-08T20:11:43.809Z | Compiling toml v0.7.8 |
1277 | 2024-08-08T20:11:44.115Z | Compiling cipher v0.4.4 |
1278 | 2024-08-08T20:11:44.150Z | Compiling crossterm v0.27.0 |
1279 | 2024-08-08T20:11:44.634Z | Compiling bit-set v0.5.3 |
1280 | 2024-08-08T20:11:44.953Z | Compiling itertools v0.10.5 |
1281 | 2024-08-08T20:11:45.172Z | Compiling itertools v0.12.1 |
1282 | 2024-08-08T20:11:45.374Z | Compiling tokio-stream v0.1.15 |
1283 | 2024-08-08T20:11:45.568Z | Compiling num-iter v0.1.45 |
1284 | 2024-08-08T20:11:45.758Z | Compiling openapiv3 v2.0.0 |
1285 | 2024-08-08T20:11:46.341Z | Compiling bstr v1.9.1 |
1286 | 2024-08-08T20:11:47.748Z | Compiling crossbeam-epoch v0.9.18 |
1287 | 2024-08-08T20:11:47.751Z | Compiling hex v0.4.3 |
1288 | 2024-08-08T20:11:48.041Z | Compiling dirs-sys-next v0.1.2 |
1289 | 2024-08-08T20:11:48.133Z | Compiling unicode-xid v0.2.4 |
1290 | 2024-08-08T20:11:48.305Z | Compiling lalrpop-util v0.19.12 |
1291 | 2024-08-08T20:11:48.323Z | Compiling peg-runtime v0.8.3 |
1292 | 2024-08-08T20:11:48.371Z | Compiling dirs-next v2.0.0 |
1293 | 2024-08-08T20:11:48.501Z | Compiling thread_local v1.1.8 |
1294 | 2024-08-08T20:11:48.565Z | Compiling slog-async v2.8.0 |
1295 | 2024-08-08T20:11:48.665Z | Compiling term v0.7.0 |
1296 | 2024-08-08T20:11:48.710Z | Compiling xattr v1.3.1 |
1297 | 2024-08-08T20:11:48.977Z | Compiling crossbeam-channel v0.5.12 |
1298 | 2024-08-08T20:11:48.995Z | Compiling strum_macros v0.26.4 |
1299 | 2024-08-08T20:11:49.037Z | Compiling filetime v0.2.23 |
1300 | 2024-08-08T20:11:49.169Z | Compiling is-terminal v0.4.12 |
1301 | 2024-08-08T20:11:49.298Z | Compiling take_mut v0.2.2 |
1302 | 2024-08-08T20:11:49.343Z | Compiling slog-term v2.9.1 |
1303 | 2024-08-08T20:11:49.463Z | Compiling tar v0.4.41 |
1304 | 2024-08-08T20:11:50.216Z | Compiling camino v1.1.7 |
1305 | 2024-08-08T20:11:52.360Z | Compiling strum v0.26.3 |
1306 | 2024-08-08T20:12:04.211Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1307 | 2024-08-08T20:12:04.458Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1308 | 2024-08-08T20:12:09.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1309 | 2024-08-08T20:12:09.705Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1310 | 2024-08-08T20:12:09.745Z | Aug 08 20:12:09.165 INFO Starting download, target: Clickhouse |
1311 | 2024-08-08T20:12:09.745Z | Aug 08 20:12:09.166 INFO Starting download, target: DendriteStub |
1312 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Starting download, target: Console |
1313 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Starting download, target: DendriteOpenapi |
1314 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Starting download, target: MaghemiteMgd |
1315 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Starting download, target: Cockroach |
1316 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Starting download, target: TransceiverControl |
1317 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1318 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1319 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1320 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1321 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.166 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1322 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.167 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1323 | 2024-08-08T20:12:09.748Z | Aug 08 20:12:09.167 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1324 | 2024-08-08T20:12:10.025Z | Aug 08 20:12:09.445 INFO Download complete, target: DendriteOpenapi |
1325 | 2024-08-08T20:12:10.215Z | Aug 08 20:12:09.628 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1326 | 2024-08-08T20:12:10.311Z | Aug 08 20:12:09.730 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1327 | 2024-08-08T20:12:10.584Z | Aug 08 20:12:10.004 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1328 | 2024-08-08T20:12:10.691Z | Aug 08 20:12:10.110 INFO Download complete, target: Console |
1329 | 2024-08-08T20:12:10.809Z | Aug 08 20:12:10.229 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1330 | 2024-08-08T20:12:11.012Z | Aug 08 20:12:10.433 INFO Download complete, target: TransceiverControl |
1331 | 2024-08-08T20:12:11.737Z | Aug 08 20:12:11.158 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1332 | 2024-08-08T20:12:12.728Z | Aug 08 20:12:12.147 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1333 | 2024-08-08T20:12:12.728Z | Aug 08 20:12:12.148 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1334 | 2024-08-08T20:12:13.781Z | Aug 08 20:12:13.200 INFO Download complete, target: DendriteStub |
1335 | 2024-08-08T20:12:14.057Z | Aug 08 20:12:13.476 INFO Download complete, target: MaghemiteMgd |
1336 | 2024-08-08T20:12:21.332Z | Aug 08 20:12:20.751 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1337 | 2024-08-08T20:12:21.673Z | Aug 08 20:12:21.092 INFO Checking that binary works, target: Cockroach |
1338 | 2024-08-08T20:12:21.897Z | Aug 08 20:12:21.316 INFO Download complete, target: Cockroach |
1339 | 2024-08-08T20:12:26.646Z | Aug 08 20:12:26.064 INFO Checking that binary works, target: Clickhouse |
1340 | 2024-08-08T20:12:27.226Z | Aug 08 20:12:26.644 INFO Download complete, target: Clickhouse |
1341 | 2024-08-08T20:12:27.245Z | All builder prerequisites installed successfully, and PATH looks valid |
1342 | 2024-08-08T20:12:27.249Z | |
1343 | 2024-08-08T20:12:27.249Z | real 4:07.123585076 |
1344 | 2024-08-08T20:12:27.249Z | user 11:36.149367640 |
1345 | 2024-08-08T20:12:27.249Z | sys 2:27.444155544 |
1346 | 2024-08-08T20:12:27.249Z | trap 0.398640595 |
1347 | 2024-08-08T20:12:27.249Z | tflt 12.026195123 |
1348 | 2024-08-08T20:12:27.249Z | dflt 9.746247364 |
1349 | 2024-08-08T20:12:27.249Z | kflt 0.230055384 |
1350 | 2024-08-08T20:12:27.249Z | lock 22:27.995170605 |
1351 | 2024-08-08T20:12:27.249Z | slp 47:13.200979900 |
1352 | 2024-08-08T20:12:27.249Z | lat 37.612870261 |
1353 | 2024-08-08T20:12:27.249Z | stop 1:39.294850334 |
1354 | 2024-08-08T20:12:27.249Z | + banner clippy |
1355 | 2024-08-08T20:12:27.249Z | |
1356 | 2024-08-08T20:12:27.249Z | #### # # ##### ##### # # |
1357 | 2024-08-08T20:12:27.249Z | # # # # # # # # # # |
1358 | 2024-08-08T20:12:27.249Z | # # # # # # # # |
1359 | 2024-08-08T20:12:27.250Z | # # # ##### ##### # |
1360 | 2024-08-08T20:12:27.250Z | # # # # # # # |
1361 | 2024-08-08T20:12:27.250Z | #### ###### # # # # |
1362 | 2024-08-08T20:12:27.250Z | |
1363 | 2024-08-08T20:12:27.250Z | + export CARGO_INCREMENTAL=0 |
1364 | 2024-08-08T20:12:27.250Z | + CARGO_INCREMENTAL=0 |
1365 | 2024-08-08T20:12:27.250Z | + ptime -m cargo xtask clippy |
1366 | 2024-08-08T20:12:27.795Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1367 | 2024-08-08T20:12:31.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
1368 | 2024-08-08T20:12:31.275Z | Running `target/debug/xtask clippy` |
1369 | 2024-08-08T20:12:31.297Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1370 | 2024-08-08T20:12:31.979Z | Downloading crates ... |
1371 | 2024-08-08T20:12:32.309Z | Downloaded plotters-svg v0.3.5 |
1372 | 2024-08-08T20:12:32.313Z | Downloaded guppy-workspace-hack v0.1.0 |
1373 | 2024-08-08T20:12:32.313Z | Downloaded option-ext v0.2.0 |
1374 | 2024-08-08T20:12:32.316Z | Downloaded http-body v1.0.0 |
1375 | 2024-08-08T20:12:32.319Z | Downloaded nested v0.1.1 |
1376 | 2024-08-08T20:12:32.322Z | Downloaded tower-layer v0.3.2 |
1377 | 2024-08-08T20:12:32.322Z | Downloaded escape8259 v0.5.2 |
1378 | 2024-08-08T20:12:32.322Z | Downloaded russh-cryptovec v0.7.2 |
1379 | 2024-08-08T20:12:32.322Z | Downloaded doc-comment v0.3.3 |
1380 | 2024-08-08T20:12:32.325Z | Downloaded pathdiff v0.2.1 |
1381 | 2024-08-08T20:12:32.329Z | Downloaded ghash v0.5.1 |
1382 | 2024-08-08T20:12:32.332Z | Downloaded futures-timer v3.0.3 |
1383 | 2024-08-08T20:12:32.335Z | Downloaded ctr v0.9.2 |
1384 | 2024-08-08T20:12:32.335Z | Downloaded ed25519 v2.2.3 |
1385 | 2024-08-08T20:12:32.339Z | Downloaded cbc v0.1.2 |
1386 | 2024-08-08T20:12:32.339Z | Downloaded dirs v5.0.1 |
1387 | 2024-08-08T20:12:32.345Z | Downloaded pbkdf2 v0.11.0 |
1388 | 2024-08-08T20:12:32.345Z | Downloaded relative-path v1.9.3 |
1389 | 2024-08-08T20:12:32.350Z | Downloaded blowfish v0.9.1 |
1390 | 2024-08-08T20:12:32.350Z | Downloaded rand_core v0.5.1 |
1391 | 2024-08-08T20:12:32.350Z | Downloaded target-spec v3.2.1 |
1392 | 2024-08-08T20:12:32.353Z | Downloaded yansi v0.5.1 |
1393 | 2024-08-08T20:12:32.354Z | Downloaded polyval v0.6.2 |
1394 | 2024-08-08T20:12:32.354Z | Downloaded dhcproto-macros v0.1.0 |
1395 | 2024-08-08T20:12:32.354Z | Downloaded internet-checksum v0.2.1 |
1396 | 2024-08-08T20:12:32.354Z | Downloaded similar-asserts v1.5.0 |
1397 | 2024-08-08T20:12:32.357Z | Downloaded approx v0.5.1 |
1398 | 2024-08-08T20:12:32.360Z | Downloaded oorandom v11.1.3 |
1399 | 2024-08-08T20:12:32.363Z | Downloaded bcrypt-pbkdf v0.10.0 |
1400 | 2024-08-08T20:12:32.363Z | Downloaded libtest-mimic v0.7.3 |
1401 | 2024-08-08T20:12:32.368Z | Downloaded tinytemplate v1.2.1 |
1402 | 2024-08-08T20:12:32.368Z | Downloaded rust-argon2 v2.1.0 |
1403 | 2024-08-08T20:12:32.372Z | Downloaded password-hash v0.4.2 |
1404 | 2024-08-08T20:12:32.375Z | Downloaded aes v0.8.4 |
1405 | 2024-08-08T20:12:32.378Z | Downloaded hex-literal v0.4.1 |
1406 | 2024-08-08T20:12:32.378Z | Downloaded dirs-sys v0.4.1 |
1407 | 2024-08-08T20:12:32.378Z | Downloaded anes v0.1.6 |
1408 | 2024-08-08T20:12:32.394Z | Downloaded pbkdf2 v0.12.2 |
1409 | 2024-08-08T20:12:32.398Z | Downloaded rfc6979 v0.4.0 |
1410 | 2024-08-08T20:12:32.398Z | Downloaded md5 v0.7.0 |
1411 | 2024-08-08T20:12:32.398Z | Downloaded httptest v0.15.5 |
1412 | 2024-08-08T20:12:32.401Z | Downloaded getrandom v0.1.16 |
1413 | 2024-08-08T20:12:32.405Z | Downloaded datatest-stable v0.2.9 |
1414 | 2024-08-08T20:12:32.409Z | Downloaded cast v0.3.0 |
1415 | 2024-08-08T20:12:32.409Z | Downloaded threadpool v1.8.1 |
1416 | 2024-08-08T20:12:32.409Z | Downloaded partial-io v0.5.4 |
1417 | 2024-08-08T20:12:32.409Z | Downloaded ecdsa v0.16.9 |
1418 | 2024-08-08T20:12:32.412Z | Downloaded rand_chacha v0.2.2 |
1419 | 2024-08-08T20:12:32.413Z | Downloaded hyper-util v0.1.3 |
1420 | 2024-08-08T20:12:32.418Z | Downloaded dhcproto v0.12.0 |
1421 | 2024-08-08T20:12:32.421Z | Downloaded criterion-plot v0.5.0 |
1422 | 2024-08-08T20:12:32.421Z | Downloaded blake2b_simd v1.0.2 |
1423 | 2024-08-08T20:12:32.424Z | Downloaded assert_cmd v2.0.15 |
1424 | 2024-08-08T20:12:32.424Z | Downloaded primeorder v0.13.6 |
1425 | 2024-08-08T20:12:32.427Z | Downloaded target-lexicon v0.12.16 |
1426 | 2024-08-08T20:12:32.427Z | Downloaded rustls-native-certs v0.7.0 |
1427 | 2024-08-08T20:12:32.430Z | Downloaded russh-keys v0.43.0 |
1428 | 2024-08-08T20:12:32.436Z | Downloaded rstest v0.19.0 |
1429 | 2024-08-08T20:12:32.439Z | Downloaded trybuild v1.0.99 |
1430 | 2024-08-08T20:12:32.442Z | Downloaded rstest_macros v0.19.0 |
1431 | 2024-08-08T20:12:32.445Z | Downloaded rand_distr v0.4.3 |
1432 | 2024-08-08T20:12:32.449Z | Downloaded pretty_assertions v1.4.0 |
1433 | 2024-08-08T20:12:32.449Z | Downloaded p256 v0.13.2 |
1434 | 2024-08-08T20:12:32.452Z | Downloaded fancy-regex v0.13.0 |
1435 | 2024-08-08T20:12:32.455Z | Downloaded ed25519-dalek v2.1.1 |
1436 | 2024-08-08T20:12:32.459Z | Downloaded rand v0.7.3 |
1437 | 2024-08-08T20:12:32.463Z | Downloaded criterion v0.5.1 |
1438 | 2024-08-08T20:12:32.471Z | Downloaded tower v0.4.13 |
1439 | 2024-08-08T20:12:32.478Z | Downloaded plotters v0.3.5 |
1440 | 2024-08-08T20:12:32.490Z | Downloaded p521 v0.13.3 |
1441 | 2024-08-08T20:12:32.494Z | Downloaded hyper v1.3.1 |
1442 | 2024-08-08T20:12:32.499Z | Downloaded guppy v0.17.7 |
1443 | 2024-08-08T20:12:32.504Z | Downloaded russh v0.43.0 |
1444 | 2024-08-08T20:12:32.507Z | Downloaded aes-gcm v0.10.3 |
1445 | 2024-08-08T20:12:32.511Z | Downloaded cfg-expr v0.16.0 |
1446 | 2024-08-08T20:12:32.514Z | Downloaded plotters-backend v0.3.5 |
1447 | 2024-08-08T20:12:32.514Z | Downloaded hyper-rustls v0.26.0 |
1448 | 2024-08-08T20:12:33.123Z | Checking cfg-if v1.0.0 |
1449 | 2024-08-08T20:12:33.186Z | Checking libc v0.2.155 |
1450 | 2024-08-08T20:12:33.206Z | Checking serde v1.0.204 |
1451 | 2024-08-08T20:12:33.220Z | Checking memchr v2.7.2 |
1452 | 2024-08-08T20:12:33.240Z | Checking scopeguard v1.2.0 |
1453 | 2024-08-08T20:12:33.256Z | Checking log v0.4.21 |
1454 | 2024-08-08T20:12:33.281Z | Checking itoa v1.0.11 |
1455 | 2024-08-08T20:12:33.303Z | Checking byteorder v1.5.0 |
1456 | 2024-08-08T20:12:33.325Z | Checking smallvec v1.13.2 |
1457 | 2024-08-08T20:12:33.362Z | Checking lock_api v0.4.12 |
1458 | 2024-08-08T20:12:33.477Z | Checking once_cell v1.19.0 |
1459 | 2024-08-08T20:12:33.536Z | Checking pin-project-lite v0.2.14 |
1460 | 2024-08-08T20:12:33.661Z | Checking zeroize v1.7.0 |
1461 | 2024-08-08T20:12:33.688Z | Checking libm v0.2.8 |
1462 | 2024-08-08T20:12:33.721Z | Checking ryu v1.0.18 |
1463 | 2024-08-08T20:12:33.754Z | Checking spin v0.9.8 |
1464 | 2024-08-08T20:12:33.782Z | Checking typenum v1.17.0 |
1465 | 2024-08-08T20:12:33.920Z | Checking futures-core v0.3.30 |
1466 | 2024-08-08T20:12:33.975Z | Checking thiserror v1.0.63 |
1467 | 2024-08-08T20:12:34.079Z | Checking zerocopy v0.7.34 |
1468 | 2024-08-08T20:12:34.103Z | Checking subtle v2.5.0 |
1469 | 2024-08-08T20:12:34.125Z | Checking futures-sink v0.3.30 |
1470 | 2024-08-08T20:12:34.146Z | Checking slab v0.4.9 |
1471 | 2024-08-08T20:12:34.260Z | Checking futures-channel v0.3.30 |
1472 | 2024-08-08T20:12:34.305Z | Checking getrandom v0.2.14 |
1473 | 2024-08-08T20:12:34.358Z | Checking parking_lot_core v0.9.10 |
1474 | 2024-08-08T20:12:34.396Z | Checking signal-hook-registry v1.4.2 |
1475 | 2024-08-08T20:12:34.550Z | Checking rand_core v0.6.4 |
1476 | 2024-08-08T20:12:34.629Z | Checking mio v0.8.11 |
1477 | 2024-08-08T20:12:34.639Z | Checking num-traits v0.2.19 |
1478 | 2024-08-08T20:12:34.648Z | Checking num_cpus v1.16.0 |
1479 | 2024-08-08T20:12:34.690Z | Checking parking_lot v0.12.2 |
1480 | 2024-08-08T20:12:34.764Z | Checking socket2 v0.5.7 |
1481 | 2024-08-08T20:12:34.841Z | Checking futures-io v0.3.30 |
1482 | 2024-08-08T20:12:35.018Z | Checking futures-task v0.3.30 |
1483 | 2024-08-08T20:12:35.021Z | Checking pin-utils v0.1.0 |
1484 | 2024-08-08T20:12:35.053Z | Checking generic-array v0.14.7 |
1485 | 2024-08-08T20:12:35.112Z | Checking const-oid v0.9.6 |
1486 | 2024-08-08T20:12:35.243Z | Checking allocator-api2 v0.2.18 |
1487 | 2024-08-08T20:12:35.274Z | Checking futures-util v0.3.30 |
1488 | 2024-08-08T20:12:35.278Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1489 | 2024-08-08T20:12:35.531Z | Checking ahash v0.8.11 |
1490 | 2024-08-08T20:12:35.617Z | Checking fnv v1.0.7 |
1491 | 2024-08-08T20:12:35.775Z | Checking iana-time-zone v0.1.60 |
1492 | 2024-08-08T20:12:35.876Z | Checking equivalent v1.0.1 |
1493 | 2024-08-08T20:12:35.917Z | Checking ppv-lite86 v0.2.17 |
1494 | 2024-08-08T20:12:35.980Z | Checking tinyvec_macros v0.1.1 |
1495 | 2024-08-08T20:12:36.039Z | Checking hashbrown v0.14.5 |
1496 | 2024-08-08T20:12:36.069Z | Checking tinyvec v1.6.0 |
1497 | 2024-08-08T20:12:36.174Z | Checking crypto-common v0.1.6 |
1498 | 2024-08-08T20:12:36.314Z | Checking block-buffer v0.10.4 |
1499 | 2024-08-08T20:12:36.351Z | Checking cpufeatures v0.2.12 |
1500 | 2024-08-08T20:12:36.486Z | Checking lazy_static v1.5.0 |
1501 | 2024-08-08T20:12:36.552Z | Checking unicode-bidi v0.3.15 |
1502 | 2024-08-08T20:12:36.575Z | Checking rand_chacha v0.3.1 |
1503 | 2024-08-08T20:12:36.580Z | Checking tracing-core v0.1.32 |
1504 | 2024-08-08T20:12:36.958Z | Checking digest v0.10.7 |
1505 | 2024-08-08T20:12:37.010Z | Checking rand v0.8.5 |
1506 | 2024-08-08T20:12:37.203Z | Checking dyn-clone v1.0.17 |
1507 | 2024-08-08T20:12:37.259Z | Checking regex-syntax v0.8.3 |
1508 | 2024-08-08T20:12:37.283Z | Checking tracing v0.1.40 |
1509 | 2024-08-08T20:12:37.346Z | Checking percent-encoding v2.3.1 |
1510 | 2024-08-08T20:12:37.380Z | Checking errno v0.3.9 |
1511 | 2024-08-08T20:12:37.437Z | Checking unicode-normalization v0.1.23 |
1512 | 2024-08-08T20:12:37.500Z | Checking aho-corasick v1.1.3 |
1513 | 2024-08-08T20:12:37.529Z | Checking unicode-ident v1.0.12 |
1514 | 2024-08-08T20:12:37.624Z | Checking form_urlencoded v1.2.1 |
1515 | 2024-08-08T20:12:37.688Z | Checking unicode-width v0.1.13 |
1516 | 2024-08-08T20:12:37.828Z | Checking powerfmt v0.2.0 |
1517 | 2024-08-08T20:12:37.932Z | Checking num-conv v0.1.0 |
1518 | 2024-08-08T20:12:38.115Z | Checking deranged v0.3.11 |
1519 | 2024-08-08T20:12:38.237Z | Checking time-core v0.1.2 |
1520 | 2024-08-08T20:12:38.278Z | Checking bytes v1.7.1 |
1521 | 2024-08-08T20:12:38.284Z | Checking bitflags v2.6.0 |
1522 | 2024-08-08T20:12:38.300Z | Checking serde_json v1.0.122 |
1523 | 2024-08-08T20:12:38.338Z | Checking chrono v0.4.38 |
1524 | 2024-08-08T20:12:38.573Z | Checking indexmap v2.3.0 |
1525 | 2024-08-08T20:12:39.068Z | Checking tokio v1.38.1 |
1526 | 2024-08-08T20:12:39.111Z | Checking uuid v1.10.0 |
1527 | 2024-08-08T20:12:43.112Z | Checking rustix v0.38.34 |
1528 | 2024-08-08T20:12:43.137Z | Checking num_threads v0.1.7 |
1529 | 2024-08-08T20:12:43.137Z | Checking proc-macro2 v1.0.86 |
1530 | 2024-08-08T20:12:43.137Z | Checking httparse v1.8.0 |
1531 | 2024-08-08T20:12:43.137Z | Checking time v0.3.36 |
1532 | 2024-08-08T20:12:43.154Z | Checking adler v1.0.2 |
1533 | 2024-08-08T20:12:43.154Z | Checking http v0.2.12 |
1534 | 2024-08-08T20:12:43.154Z | Checking schemars v0.8.21 |
1535 | 2024-08-08T20:12:43.154Z | Checking miniz_oxide v0.7.2 |
1536 | 2024-08-08T20:12:43.154Z | Checking regex-automata v0.4.6 |
1537 | 2024-08-08T20:12:43.154Z | Checking quote v1.0.36 |
1538 | 2024-08-08T20:12:43.154Z | Checking idna v0.5.0 |
1539 | 2024-08-08T20:12:43.155Z | Checking syn v2.0.72 |
1540 | 2024-08-08T20:12:43.155Z | Checking untrusted v0.9.0 |
1541 | 2024-08-08T20:12:43.155Z | Checking try-lock v0.2.5 |
1542 | 2024-08-08T20:12:43.155Z | Checking url v2.5.2 |
1543 | 2024-08-08T20:12:43.155Z | Checking ring v0.17.8 |
1544 | 2024-08-08T20:12:43.155Z | Checking base64ct v1.6.0 |
1545 | 2024-08-08T20:12:43.155Z | Checking want v0.3.1 |
1546 | 2024-08-08T20:12:43.155Z | Checking slog v2.7.0 |
1547 | 2024-08-08T20:12:43.155Z | Checking tower-service v0.3.2 |
1548 | 2024-08-08T20:12:43.155Z | Checking futures-executor v0.3.30 |
1549 | 2024-08-08T20:12:43.155Z | Checking gimli v0.28.1 |
1550 | 2024-08-08T20:12:43.155Z | Checking object v0.32.2 |
1551 | 2024-08-08T20:12:43.155Z | Checking base64 v0.21.7 |
1552 | 2024-08-08T20:12:43.155Z | Checking utf8parse v0.2.1 |
1553 | 2024-08-08T20:12:43.155Z | Checking httpdate v1.0.3 |
1554 | 2024-08-08T20:12:43.155Z | Checking rustc-demangle v0.1.24 |
1555 | 2024-08-08T20:12:43.159Z | Checking futures v0.3.30 |
1556 | 2024-08-08T20:12:43.260Z | Checking http-body v0.4.6 |
1557 | 2024-08-08T20:12:43.497Z | Checking openssl-probe v0.1.5 |
1558 | 2024-08-08T20:12:43.618Z | Checking foreign-types-shared v0.1.1 |
1559 | 2024-08-08T20:12:43.656Z | Checking pem-rfc7468 v0.7.0 |
1560 | 2024-08-08T20:12:43.698Z | Checking openssl-sys v0.9.103 |
1561 | 2024-08-08T20:12:43.723Z | Checking foreign-types v0.3.2 |
1562 | 2024-08-08T20:12:43.810Z | Checking flagset v0.4.5 |
1563 | 2024-08-08T20:12:43.931Z | Checking mime v0.3.17 |
1564 | 2024-08-08T20:12:44.022Z | Checking anstyle v1.0.8 |
1565 | 2024-08-08T20:12:44.276Z | Checking ipnet v2.9.0 |
1566 | 2024-08-08T20:12:44.383Z | Checking der v0.7.9 |
1567 | 2024-08-08T20:12:44.707Z | Checking semver v1.0.23 |
1568 | 2024-08-08T20:12:44.976Z | Checking openssl v0.10.66 |
1569 | 2024-08-08T20:12:45.046Z | Checking regex v1.10.6 |
1570 | 2024-08-08T20:12:45.131Z | Checking either v1.13.0 |
1571 | 2024-08-08T20:12:45.532Z | Checking rustls-webpki v0.101.7 |
1572 | 2024-08-08T20:12:45.648Z | Checking sct v0.7.1 |
1573 | 2024-08-08T20:12:45.832Z | Checking toml_datetime v0.6.8 |
1574 | 2024-08-08T20:12:46.111Z | Checking tokio-util v0.7.11 |
1575 | 2024-08-08T20:12:46.135Z | Checking serde_spanned v0.6.7 |
1576 | 2024-08-08T20:12:46.211Z | Checking crossbeam-utils v0.8.19 |
1577 | 2024-08-08T20:12:46.234Z | Checking spki v0.7.3 |
1578 | 2024-08-08T20:12:46.311Z | Checking data-encoding v2.6.0 |
1579 | 2024-08-08T20:12:46.393Z | Checking addr2line v0.21.0 |
1580 | 2024-08-08T20:12:46.501Z | Checking rustls v0.21.12 |
1581 | 2024-08-08T20:12:46.925Z | Checking anstyle-parse v0.2.4 |
1582 | 2024-08-08T20:12:46.928Z | Checking idna v0.3.0 |
1583 | 2024-08-08T20:12:46.967Z | Checking h2 v0.3.26 |
1584 | 2024-08-08T20:12:47.017Z | Checking serde_urlencoded v0.7.1 |
1585 | 2024-08-08T20:12:47.204Z | Checking scroll v0.12.0 |
1586 | 2024-08-08T20:12:47.420Z | Checking encoding_rs v0.8.34 |
1587 | 2024-08-08T20:12:47.695Z | Checking ucd-trie v0.1.6 |
1588 | 2024-08-08T20:12:47.718Z | Checking is_terminal_polyfill v1.70.0 |
1589 | 2024-08-08T20:12:47.782Z | Checking bitflags v1.3.2 |
1590 | 2024-08-08T20:12:47.836Z | Checking plain v0.2.3 |
1591 | 2024-08-08T20:12:47.885Z | Checking colorchoice v1.0.1 |
1592 | 2024-08-08T20:12:47.910Z | Checking psl-types v2.0.11 |
1593 | 2024-08-08T20:12:47.979Z | Checking anstyle-query v1.0.3 |
1594 | 2024-08-08T20:12:48.016Z | Checking goblin v0.8.2 |
1595 | 2024-08-08T20:12:48.103Z | Checking publicsuffix v2.2.3 |
1596 | 2024-08-08T20:12:48.106Z | Checking anstream v0.6.14 |
1597 | 2024-08-08T20:12:48.326Z | Checking pest v2.7.10 |
1598 | 2024-08-08T20:12:48.498Z | Checking pkcs8 v0.10.2 |
1599 | 2024-08-08T20:12:48.706Z | Checking backtrace v0.3.71 |
1600 | 2024-08-08T20:12:48.729Z | Checking cookie v0.17.0 |
1601 | 2024-08-08T20:12:49.140Z | Checking terminal_size v0.3.0 |
1602 | 2024-08-08T20:12:49.247Z | Checking anyhow v1.0.86 |
1603 | 2024-08-08T20:12:49.299Z | Checking hmac v0.12.1 |
1604 | 2024-08-08T20:12:49.515Z | Checking sha2 v0.10.8 |
1605 | 2024-08-08T20:12:49.620Z | Checking strsim v0.11.1 |
1606 | 2024-08-08T20:12:49.666Z | Checking tokio-rustls v0.24.1 |
1607 | 2024-08-08T20:12:49.782Z | Checking pretty-hex v0.4.1 |
1608 | 2024-08-08T20:12:49.923Z | Checking clap_lex v0.7.0 |
1609 | 2024-08-08T20:12:49.963Z | Checking cookie_store v0.20.0 |
1610 | 2024-08-08T20:12:50.008Z | Checking rustls-pemfile v1.0.4 |
1611 | 2024-08-08T20:12:50.102Z | Checking num-integer v0.1.46 |
1612 | 2024-08-08T20:12:50.158Z | Checking clap_builder v4.5.13 |
1613 | 2024-08-08T20:12:50.201Z | Checking thread-id v4.2.1 |
1614 | 2024-08-08T20:12:50.310Z | Checking webpki-roots v0.25.4 |
1615 | 2024-08-08T20:12:50.473Z | Checking native-tls v0.2.11 |
1616 | 2024-08-08T20:12:50.496Z | Checking sync_wrapper v0.1.2 |
1617 | 2024-08-08T20:12:50.588Z | Checking openapiv3 v2.0.0 |
1618 | 2024-08-08T20:12:50.612Z | Checking block-padding v0.3.3 |
1619 | 2024-08-08T20:12:50.632Z | Checking memmap v0.7.0 |
1620 | 2024-08-08T20:12:50.811Z | Checking base64 v0.22.1 |
1621 | 2024-08-08T20:12:50.835Z | Checking tokio-native-tls v0.3.1 |
1622 | 2024-08-08T20:12:50.837Z | Checking dtrace-parser v0.2.0 |
1623 | 2024-08-08T20:12:50.838Z | Checking inout v0.1.3 |
1624 | 2024-08-08T20:12:51.070Z | Checking stable_deref_trait v1.2.0 |
1625 | 2024-08-08T20:12:51.101Z | Checking cipher v0.4.4 |
1626 | 2024-08-08T20:12:51.174Z | Checking ipnetwork v0.20.0 |
1627 | 2024-08-08T20:12:51.323Z | Checking ff v0.13.0 |
1628 | 2024-08-08T20:12:51.347Z | Checking crc32fast v1.4.0 |
1629 | 2024-08-08T20:12:51.484Z | Checking base16ct v0.2.0 |
1630 | 2024-08-08T20:12:51.543Z | Checking bit-vec v0.6.3 |
1631 | 2024-08-08T20:12:51.547Z | Checking group v0.13.0 |
1632 | 2024-08-08T20:12:51.580Z | Checking hkdf v0.12.4 |
1633 | 2024-08-08T20:12:51.671Z | Checking sec1 v0.7.3 |
1634 | 2024-08-08T20:12:51.788Z | Checking crossbeam-epoch v0.9.18 |
1635 | 2024-08-08T20:12:51.811Z | Checking hex v0.4.3 |
1636 | 2024-08-08T20:12:51.924Z | Checking crypto-bigint v0.5.5 |
1637 | 2024-08-08T20:12:52.055Z | Checking winnow v0.5.40 |
1638 | 2024-08-08T20:12:52.239Z | Checking winnow v0.6.18 |
1639 | 2024-08-08T20:12:52.344Z | Checking unicode-segmentation v1.11.0 |
1640 | 2024-08-08T20:12:52.961Z | Checking managed v0.8.0 |
1641 | 2024-08-08T20:12:53.182Z | Checking clap v4.5.13 |
1642 | 2024-08-08T20:12:53.185Z | Checking hyper v0.14.30 |
1643 | 2024-08-08T20:12:53.185Z | Checking dof v0.3.0 |
1644 | 2024-08-08T20:12:53.314Z | Checking zerocopy v0.6.6 |
1645 | 2024-08-08T20:12:53.317Z | Checking flate2 v1.0.31 |
1646 | 2024-08-08T20:12:53.840Z | Checking usdt-impl v0.5.0 |
1647 | 2024-08-08T20:12:54.034Z | Checking num-iter v0.1.45 |
1648 | 2024-08-08T20:12:54.131Z | Checking signal-hook v0.3.17 |
1649 | 2024-08-08T20:12:54.153Z | Checking matches v0.1.10 |
1650 | 2024-08-08T20:12:54.198Z | Checking static_assertions v1.1.0 |
1651 | 2024-08-08T20:12:54.245Z | Checking siphasher v0.3.11 |
1652 | 2024-08-08T20:12:54.298Z | Checking idna v0.2.3 |
1653 | 2024-08-08T20:12:54.368Z | Checking usdt v0.5.0 |
1654 | 2024-08-08T20:12:54.448Z | Checking itertools v0.10.5 |
1655 | 2024-08-08T20:12:54.551Z | Checking regex-automata v0.1.10 |
1656 | 2024-08-08T20:12:54.616Z | Checking signal-hook-mio v0.2.3 |
1657 | 2024-08-08T20:12:54.758Z | Checking bit-set v0.5.3 |
1658 | 2024-08-08T20:12:54.780Z | Checking elliptic-curve v0.13.8 |
1659 | 2024-08-08T20:12:54.952Z | Checking bstr v0.2.17 |
1660 | 2024-08-08T20:12:55.012Z | Checking num-bigint v0.4.5 |
1661 | 2024-08-08T20:12:55.130Z | Checking trust-dns-proto v0.22.0 |
1662 | 2024-08-08T20:12:55.173Z | Checking toml_edit v0.19.15 |
1663 | 2024-08-08T20:12:55.205Z | Checking toml_edit v0.22.20 |
1664 | 2024-08-08T20:12:55.423Z | Checking itertools v0.12.1 |
1665 | 2024-08-08T20:12:55.772Z | Checking scheduled-thread-pool v0.2.7 |
1666 | 2024-08-08T20:12:55.984Z | Checking hash32 v0.2.1 |
1667 | 2024-08-08T20:12:56.312Z | Checking predicates-core v1.0.6 |
1668 | 2024-08-08T20:12:56.511Z | Checking finl_unicode v1.2.0 |
1669 | 2024-08-08T20:12:56.876Z | Checking heapless v0.7.17 |
1670 | 2024-08-08T20:12:57.134Z | Checking stringprep v0.1.4 |
1671 | 2024-08-08T20:12:57.423Z | Checking r2d2 v0.8.10 |
1672 | 2024-08-08T20:12:57.631Z | Checking yasna v0.5.2 |
1673 | 2024-08-08T20:12:57.753Z | Checking crossterm v0.27.0 |
1674 | 2024-08-08T20:12:57.798Z | Checking toml v0.7.8 |
1675 | 2024-08-08T20:12:57.881Z | Checking bstr v1.9.1 |
1676 | 2024-08-08T20:12:57.984Z | Checking console v0.15.8 |
1677 | 2024-08-08T20:12:58.078Z | Checking md-5 v0.10.6 |
1678 | 2024-08-08T20:12:58.299Z | Checking float-cmp v0.9.0 |
1679 | 2024-08-08T20:12:58.498Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1680 | 2024-08-08T20:12:58.501Z | Checking difflib v0.4.0 |
1681 | 2024-08-08T20:12:58.568Z | Checking fixedbitset v0.4.2 |
1682 | 2024-08-08T20:12:58.591Z | Checking fallible-iterator v0.2.0 |
1683 | 2024-08-08T20:12:58.760Z | Checking normalize-line-endings v0.3.0 |
1684 | 2024-08-08T20:12:58.799Z | Checking diesel v2.1.6 |
1685 | 2024-08-08T20:12:58.831Z | Checking petgraph v0.6.5 |
1686 | 2024-08-08T20:12:58.834Z | Checking smoltcp v0.9.1 |
1687 | 2024-08-08T20:12:58.879Z | Checking predicates v3.1.2 |
1688 | 2024-08-08T20:12:58.960Z | Checking similar v2.5.0 |
1689 | 2024-08-08T20:12:59.223Z | Checking postgres-protocol v0.6.7 |
1690 | 2024-08-08T20:12:59.386Z | Checking hyper-tls v0.5.0 |
1691 | 2024-08-08T20:12:59.504Z | Checking hyper-rustls v0.24.2 |
1692 | 2024-08-08T20:12:59.549Z | Checking phf_shared v0.10.0 |
1693 | 2024-08-08T20:12:59.672Z | Checking phf_shared v0.11.2 |
1694 | 2024-08-08T20:12:59.807Z | Checking reqwest v0.11.27 |
1695 | 2024-08-08T20:12:59.832Z | Checking tokio-stream v0.1.15 |
1696 | 2024-08-08T20:12:59.835Z | Checking fs-err v2.11.0 |
1697 | 2024-08-08T20:12:59.869Z | Checking hubpack v0.1.2 |
1698 | 2024-08-08T20:12:59.952Z | Checking new_debug_unreachable v1.0.6 |
1699 | 2024-08-08T20:13:00.048Z | Checking lalrpop-util v0.19.12 |
1700 | 2024-08-08T20:13:00.161Z | Checking precomputed-hash v0.1.1 |
1701 | 2024-08-08T20:13:00.271Z | Checking minimal-lexical v0.2.1 |
1702 | 2024-08-08T20:13:00.332Z | Checking string_cache v0.8.7 |
1703 | 2024-08-08T20:13:00.365Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1704 | 2024-08-08T20:13:00.416Z | Checking phf v0.11.2 |
1705 | 2024-08-08T20:13:00.590Z | Checking postgres-types v0.2.7 |
1706 | 2024-08-08T20:13:00.632Z | Checking peg-runtime v0.8.3 |
1707 | 2024-08-08T20:13:00.676Z | Checking nom v7.1.3 |
1708 | 2024-08-08T20:13:00.679Z | Checking whoami v1.5.1 |
1709 | 2024-08-08T20:13:00.982Z | Compiling regress v0.9.1 |
1710 | 2024-08-08T20:13:00.985Z | Compiling getopts v0.2.21 |
1711 | 2024-08-08T20:13:01.280Z | Checking tokio-postgres v0.7.11 |
1712 | 2024-08-08T20:13:01.445Z | Compiling unsafe-libyaml v0.2.11 |
1713 | 2024-08-08T20:13:01.949Z | Checking heck v0.5.0 |
1714 | 2024-08-08T20:13:02.153Z | Checking camino v1.1.7 |
1715 | 2024-08-08T20:13:02.790Z | Compiling serde_yaml v0.9.34+deprecated |
1716 | 2024-08-08T20:13:03.401Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1717 | 2024-08-08T20:13:03.574Z | Checking is-terminal v0.4.12 |
1718 | 2024-08-08T20:13:03.732Z | Compiling paste v1.0.15 |
1719 | 2024-08-08T20:13:04.049Z | Checking sha1 v0.10.6 |
1720 | 2024-08-08T20:13:04.277Z | Compiling rustls v0.22.4 |
1721 | 2024-08-08T20:13:04.334Z | Compiling ident_case v1.0.1 |
1722 | 2024-08-08T20:13:04.529Z | Compiling darling_core v0.20.9 |
1723 | 2024-08-08T20:13:04.614Z | Checking http v1.1.0 |
1724 | 2024-08-08T20:13:05.364Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1725 | 2024-08-08T20:13:05.571Z | Checking dirs-sys-next v0.1.2 |
1726 | 2024-08-08T20:13:05.762Z | Checking dirs-next v2.0.0 |
1727 | 2024-08-08T20:13:05.903Z | Checking strum v0.26.3 |
1728 | 2024-08-08T20:13:06.022Z | Checking crossbeam-channel v0.5.12 |
1729 | 2024-08-08T20:13:06.065Z | Checking thread_local v1.1.8 |
1730 | 2024-08-08T20:13:06.186Z | Checking term v0.7.0 |
1731 | 2024-08-08T20:13:06.357Z | Compiling multer v3.1.0 |
1732 | 2024-08-08T20:13:06.640Z | Checking take_mut v0.2.2 |
1733 | 2024-08-08T20:13:06.768Z | Checking slog-term v2.9.1 |
1734 | 2024-08-08T20:13:06.789Z | Compiling async-stream-impl v0.3.5 |
1735 | 2024-08-08T20:13:06.820Z | Checking slog-async v2.8.0 |
1736 | 2024-08-08T20:13:06.947Z | Checking match_cfg v0.1.0 |
1737 | 2024-08-08T20:13:07.047Z | Checking rustls-pki-types v1.7.0 |
1738 | 2024-08-08T20:13:07.120Z | Checking hostname v0.3.1 |
1739 | 2024-08-08T20:13:07.258Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1740 | 2024-08-08T20:13:07.276Z | Checking toml v0.8.19 |
1741 | 2024-08-08T20:13:07.484Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1742 | 2024-08-08T20:13:07.638Z | Checking rustls-webpki v0.102.4 |
1743 | 2024-08-08T20:13:08.035Z | Checking rustls-pemfile v2.1.3 |
1744 | 2024-08-08T20:13:08.058Z | Checking debug-ignore v1.0.5 |
1745 | 2024-08-08T20:13:08.180Z | Checking slog-json v2.6.1 |
1746 | 2024-08-08T20:13:08.200Z | Checking instant v0.1.12 |
1747 | 2024-08-08T20:13:08.274Z | Checking atomic-waker v1.1.2 |
1748 | 2024-08-08T20:13:08.312Z | Checking async-stream v0.3.5 |
1749 | 2024-08-08T20:13:08.435Z | Checking waitgroup v0.1.2 |
1750 | 2024-08-08T20:13:08.438Z | Checking slog-bunyan v2.5.0 |
1751 | 2024-08-08T20:13:08.575Z | Checking serde_path_to_error v0.1.16 |
1752 | 2024-08-08T20:13:08.626Z | Checking hostname v0.4.0 |
1753 | 2024-08-08T20:13:08.771Z | Checking fastrand v2.1.0 |
1754 | 2024-08-08T20:13:08.923Z | Compiling structmeta-derive v0.3.0 |
1755 | 2024-08-08T20:13:09.115Z | Checking tempfile v3.10.1 |
1756 | 2024-08-08T20:13:09.235Z | Checking quick-error v1.2.3 |
1757 | 2024-08-08T20:13:09.386Z | Checking newtype-uuid v1.1.0 |
1758 | 2024-08-08T20:13:09.469Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1759 | 2024-08-08T20:13:09.644Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1760 | 2024-08-08T20:13:10.270Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1761 | 2024-08-08T20:13:10.445Z | Checking macaddr v1.0.1 |
1762 | 2024-08-08T20:13:10.571Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1763 | 2024-08-08T20:13:10.722Z | Checking backoff v0.4.0 |
1764 | 2024-08-08T20:13:10.784Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1765 | 2024-08-08T20:13:11.008Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1766 | 2024-08-08T20:13:11.140Z | Checking wait-timeout v0.2.0 |
1767 | 2024-08-08T20:13:11.163Z | Checking rand_xorshift v0.3.0 |
1768 | 2024-08-08T20:13:11.310Z | Checking rusty-fork v0.3.0 |
1769 | 2024-08-08T20:13:11.344Z | Compiling structmeta-derive v0.2.0 |
1770 | 2024-08-08T20:13:11.602Z | Checking unarray v0.1.4 |
1771 | 2024-08-08T20:13:11.623Z | Compiling proc-macro-error v1.0.4 |
1772 | 2024-08-08T20:13:11.651Z | Compiling darling_macro v0.20.9 |
1773 | 2024-08-08T20:13:11.748Z | Checking proptest v1.4.0 |
1774 | 2024-08-08T20:13:12.025Z | Compiling structmeta v0.3.0 |
1775 | 2024-08-08T20:13:12.181Z | Checking tokio-rustls v0.25.0 |
1776 | 2024-08-08T20:13:12.331Z | Checking camino-tempfile v1.1.1 |
1777 | 2024-08-08T20:13:12.462Z | Compiling parse-display-derive v0.9.1 |
1778 | 2024-08-08T20:13:12.632Z | Compiling proc-macro-crate v1.3.1 |
1779 | 2024-08-08T20:13:12.666Z | Compiling darling v0.20.9 |
1780 | 2024-08-08T20:13:12.784Z | Compiling serde_with_macros v3.8.3 |
1781 | 2024-08-08T20:13:13.778Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1782 | 2024-08-08T20:13:14.202Z | Compiling num_enum_derive v0.5.11 |
1783 | 2024-08-08T20:13:14.356Z | Compiling structmeta v0.2.0 |
1784 | 2024-08-08T20:13:14.809Z | Compiling test-strategy v0.3.1 |
1785 | 2024-08-08T20:13:15.776Z | Checking serde_with v3.8.3 |
1786 | 2024-08-08T20:13:16.427Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1787 | 2024-08-08T20:13:16.503Z | Compiling foreign-types-macros v0.2.3 |
1788 | 2024-08-08T20:13:16.799Z | Checking foreign-types-shared v0.3.1 |
1789 | 2024-08-08T20:13:16.899Z | Checking num_enum v0.5.11 |
1790 | 2024-08-08T20:13:16.922Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1791 | 2024-08-08T20:13:17.272Z | Checking cstr-argument v0.1.2 |
1792 | 2024-08-08T20:13:17.394Z | Checking parse-display v0.9.1 |
1793 | 2024-08-08T20:13:17.416Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1794 | 2024-08-08T20:13:17.450Z | Checking pretty-hex v0.2.1 |
1795 | 2024-08-08T20:13:17.611Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1796 | 2024-08-08T20:13:17.632Z | Checking tabwriter v1.4.0 |
1797 | 2024-08-08T20:13:17.805Z | Checking foreign-types v0.5.0 |
1798 | 2024-08-08T20:13:17.880Z | Checking colored v2.1.0 |
1799 | 2024-08-08T20:13:17.883Z | Checking socket2 v0.4.10 |
1800 | 2024-08-08T20:13:17.919Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1801 | 2024-08-08T20:13:18.190Z | Checking smf v0.2.3 |
1802 | 2024-08-08T20:13:18.230Z | Compiling heapless v0.8.0 |
1803 | 2024-08-08T20:13:18.319Z | Checking termtree v0.4.1 |
1804 | 2024-08-08T20:13:18.420Z | Checking hash32 v0.3.1 |
1805 | 2024-08-08T20:13:18.532Z | Checking predicates-tree v1.0.9 |
1806 | 2024-08-08T20:13:18.618Z | Compiling smoltcp v0.11.0 |
1807 | 2024-08-08T20:13:18.639Z | Checking embedded-io v0.4.0 |
1808 | 2024-08-08T20:13:18.682Z | Compiling crucible-workspace-hack v0.1.0 |
1809 | 2024-08-08T20:13:18.761Z | Checking cobs v0.2.3 |
1810 | 2024-08-08T20:13:18.832Z | Checking sigpipe v0.1.3 |
1811 | 2024-08-08T20:13:18.939Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1812 | 2024-08-08T20:13:18.943Z | Checking postcard v1.0.8 |
1813 | 2024-08-08T20:13:19.008Z | Checking humantime v2.1.0 |
1814 | 2024-08-08T20:13:19.209Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1815 | 2024-08-08T20:13:19.313Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1816 | 2024-08-08T20:13:19.362Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1817 | 2024-08-08T20:13:19.382Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1818 | 2024-08-08T20:13:19.402Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1819 | 2024-08-08T20:13:19.606Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1820 | 2024-08-08T20:13:19.654Z | Compiling mockall_derive v0.12.1 |
1821 | 2024-08-08T20:13:19.982Z | Compiling num-derive v0.4.2 |
1822 | 2024-08-08T20:13:20.231Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1823 | 2024-08-08T20:13:20.537Z | Checking downcast v0.11.0 |
1824 | 2024-08-08T20:13:20.757Z | Checking fragile v2.0.0 |
1825 | 2024-08-08T20:13:20.929Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1826 | 2024-08-08T20:13:21.049Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1827 | 2024-08-08T20:13:21.303Z | Checking arc-swap v1.7.1 |
1828 | 2024-08-08T20:13:21.414Z | Checking xattr v1.3.1 |
1829 | 2024-08-08T20:13:21.620Z | Checking filetime v0.2.23 |
1830 | 2024-08-08T20:13:21.705Z | Checking termcolor v1.4.1 |
1831 | 2024-08-08T20:13:21.781Z | Checking slog-scope v4.4.0 |
1832 | 2024-08-08T20:13:21.865Z | Checking tar v0.4.41 |
1833 | 2024-08-08T20:13:21.976Z | Checking slog-stdlog v4.1.1 |
1834 | 2024-08-08T20:13:22.155Z | Checking slog-envlogger v2.2.0 |
1835 | 2024-08-08T20:13:22.177Z | Checking same-file v1.0.6 |
1836 | 2024-08-08T20:13:22.341Z | Checking walkdir v2.5.0 |
1837 | 2024-08-08T20:13:22.384Z | Checking newline-converter v0.3.0 |
1838 | 2024-08-08T20:13:22.406Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1839 | 2024-08-08T20:13:22.546Z | Checking expectorate v1.1.0 |
1840 | 2024-08-08T20:13:22.624Z | Checking utf-8 v0.7.6 |
1841 | 2024-08-08T20:13:22.655Z | Checking atty v0.2.14 |
1842 | 2024-08-08T20:13:22.713Z | Compiling derive-where v1.2.7 |
1843 | 2024-08-08T20:13:22.778Z | Checking pem v3.0.4 |
1844 | 2024-08-08T20:13:22.827Z | Checking tungstenite v0.21.0 |
1845 | 2024-08-08T20:13:22.879Z | Checking password-hash v0.5.0 |
1846 | 2024-08-08T20:13:23.033Z | Checking blake2 v0.10.6 |
1847 | 2024-08-08T20:13:23.133Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1848 | 2024-08-08T20:13:23.343Z | Checking tungstenite v0.20.1 |
1849 | 2024-08-08T20:13:23.513Z | Checking argon2 v0.5.3 |
1850 | 2024-08-08T20:13:23.703Z | Checking tokio-tungstenite v0.21.0 |
1851 | 2024-08-08T20:13:24.158Z | Checking env_logger v0.9.3 |
1852 | 2024-08-08T20:13:24.192Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1853 | 2024-08-08T20:13:24.224Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-08T20:13:24.261Z | Checking tokio-tungstenite v0.20.1 |
1855 | 2024-08-08T20:13:24.573Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-08-08T20:13:24.591Z | Compiling bitstruct_derive v0.1.0 |
1857 | 2024-08-08T20:13:24.613Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1858 | 2024-08-08T20:13:24.701Z | Checking ascii v1.1.0 |
1859 | 2024-08-08T20:13:24.727Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-08T20:13:24.888Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-08-08T20:13:25.090Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1862 | 2024-08-08T20:13:25.142Z | Checking atomicwrites v0.4.3 |
1863 | 2024-08-08T20:13:25.347Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-08-08T20:13:25.647Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-08-08T20:13:25.911Z | Checking erased-serde v0.3.31 |
1866 | 2024-08-08T20:13:25.962Z | Checking bitstruct v0.1.1 |
1867 | 2024-08-08T20:13:25.984Z | Checking serde_arrays v0.1.0 |
1868 | 2024-08-08T20:13:26.078Z | Compiling heck v0.3.3 |
1869 | 2024-08-08T20:13:26.138Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1870 | 2024-08-08T20:13:26.264Z | Checking headers-core v0.2.0 |
1871 | 2024-08-08T20:13:26.345Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1872 | 2024-08-08T20:13:26.537Z | Compiling zone_cfg_derive v0.1.2 |
1873 | 2024-08-08T20:13:26.634Z | Checking base64 v0.13.1 |
1874 | 2024-08-08T20:13:27.063Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-08-08T20:13:27.084Z | Checking ron v0.7.1 |
1876 | 2024-08-08T20:13:27.798Z | Checking mockall v0.12.1 |
1877 | 2024-08-08T20:13:28.043Z | Checking headers v0.3.9 |
1878 | 2024-08-08T20:13:28.108Z | Checking zone v0.1.8 |
1879 | 2024-08-08T20:13:28.210Z | Checking rcgen v0.12.1 |
1880 | 2024-08-08T20:13:28.232Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1881 | 2024-08-08T20:13:28.590Z | Checking portpicker v0.1.1 |
1882 | 2024-08-08T20:13:28.617Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1883 | 2024-08-08T20:13:28.742Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1884 | 2024-08-08T20:13:28.765Z | Compiling convert_case v0.4.0 |
1885 | 2024-08-08T20:13:28.866Z | Checking subprocess v0.2.9 |
1886 | 2024-08-08T20:13:28.871Z | Checking half v2.4.1 |
1887 | 2024-08-08T20:13:29.125Z | Checking ciborium-io v0.2.2 |
1888 | 2024-08-08T20:13:29.257Z | Compiling rayon-core v1.12.1 |
1889 | 2024-08-08T20:13:29.306Z | Compiling prettyplease v0.2.20 |
1890 | 2024-08-08T20:13:29.351Z | Checking ciborium-ll v0.2.2 |
1891 | 2024-08-08T20:13:29.578Z | Checking swrite v0.1.0 |
1892 | 2024-08-08T20:13:29.633Z | Compiling home v0.5.9 |
1893 | 2024-08-08T20:13:29.669Z | Checking ciborium v0.2.2 |
1894 | 2024-08-08T20:13:29.701Z | Checking linked-hash-map v0.5.6 |
1895 | 2024-08-08T20:13:29.750Z | Compiling derive_more v0.99.18 |
1896 | 2024-08-08T20:13:29.919Z | Compiling semver v0.1.20 |
1897 | 2024-08-08T20:13:30.054Z | Checking lru-cache v0.1.2 |
1898 | 2024-08-08T20:13:30.250Z | Compiling rustc_version v0.1.7 |
1899 | 2024-08-08T20:13:30.606Z | Compiling blake3 v1.5.1 |
1900 | 2024-08-08T20:13:30.640Z | Compiling ring v0.16.20 |
1901 | 2024-08-08T20:13:30.679Z | Compiling cancel-safe-futures v0.1.5 |
1902 | 2024-08-08T20:13:30.787Z | Compiling newtype_derive v0.1.6 |
1903 | 2024-08-08T20:13:31.303Z | Checking steno v0.4.1 |
1904 | 2024-08-08T20:13:31.433Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1905 | 2024-08-08T20:13:31.610Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1906 | 2024-08-08T20:13:31.789Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1907 | 2024-08-08T20:13:32.468Z | Checking num-rational v0.4.2 |
1908 | 2024-08-08T20:13:33.076Z | Checking num-complex v0.4.6 |
1909 | 2024-08-08T20:13:33.148Z | Compiling slog-dtrace v0.3.0 |
1910 | 2024-08-08T20:13:33.743Z | Checking float-ord v0.3.2 |
1911 | 2024-08-08T20:13:34.003Z | Checking num v0.4.3 |
1912 | 2024-08-08T20:13:34.290Z | Checking resolv-conf v0.7.0 |
1913 | 2024-08-08T20:13:34.405Z | Checking libsw v3.3.1 |
1914 | 2024-08-08T20:13:34.649Z | Checking trust-dns-resolver v0.22.0 |
1915 | 2024-08-08T20:13:35.293Z | Checking owo-colors v4.0.0 |
1916 | 2024-08-08T20:13:35.946Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-08-08T20:13:36.229Z | Checking linear-map v1.2.0 |
1918 | 2024-08-08T20:13:36.248Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-08-08T20:13:36.824Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1920 | 2024-08-08T20:13:37.687Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1921 | 2024-08-08T20:13:38.249Z | Compiling crossbeam-deque v0.8.5 |
1922 | 2024-08-08T20:13:40.356Z | Compiling memmap2 v0.9.4 |
1923 | 2024-08-08T20:13:40.400Z | Compiling spin v0.5.2 |
1924 | 2024-08-08T20:13:40.639Z | Compiling constant_time_eq v0.3.0 |
1925 | 2024-08-08T20:13:40.830Z | Compiling rayon v1.10.0 |
1926 | 2024-08-08T20:13:40.830Z | Compiling arrayvec v0.7.4 |
1927 | 2024-08-08T20:13:41.274Z | Compiling arrayref v0.3.7 |
1928 | 2024-08-08T20:13:41.380Z | Compiling untrusted v0.7.1 |
1929 | 2024-08-08T20:13:41.801Z | Compiling toolchain_find v0.4.0 |
1930 | 2024-08-08T20:13:42.191Z | Compiling topological-sort v0.2.2 |
1931 | 2024-08-08T20:13:42.238Z | Compiling rustfmt-wrapper v0.2.1 |
1932 | 2024-08-08T20:13:42.411Z | Checking signature v2.2.0 |
1933 | 2024-08-08T20:13:42.522Z | Checking display-error-chain v0.2.0 |
1934 | 2024-08-08T20:13:42.628Z | Checking nibble_vec v0.1.0 |
1935 | 2024-08-08T20:13:42.675Z | Checking endian-type v0.1.2 |
1936 | 2024-08-08T20:13:42.837Z | Checking gethostname v0.5.0 |
1937 | 2024-08-08T20:13:42.840Z | Checking fxhash v0.2.1 |
1938 | 2024-08-08T20:13:42.898Z | Checking radix_trie v0.2.1 |
1939 | 2024-08-08T20:13:42.960Z | Compiling libefi-sys v0.1.0 |
1940 | 2024-08-08T20:13:43.047Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1941 | 2024-08-08T20:13:43.296Z | Compiling bitfield-struct v0.6.1 |
1942 | 2024-08-08T20:13:43.566Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1943 | 2024-08-08T20:13:43.721Z | Checking keccak v0.1.5 |
1944 | 2024-08-08T20:13:43.862Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1945 | 2024-08-08T20:13:44.056Z | Checking sha3 v0.10.8 |
1946 | 2024-08-08T20:13:44.233Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1947 | 2024-08-08T20:13:44.459Z | Checking secrecy v0.8.0 |
1948 | 2024-08-08T20:13:44.481Z | Checking maplit v1.0.2 |
1949 | 2024-08-08T20:13:44.596Z | Compiling radium v0.7.0 |
1950 | 2024-08-08T20:13:44.682Z | Checking glob v0.3.1 |
1951 | 2024-08-08T20:13:44.745Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1952 | 2024-08-08T20:13:45.014Z | Compiling maybe-uninit v2.0.0 |
1953 | 2024-08-08T20:13:45.100Z | Checking tap v1.0.1 |
1954 | 2024-08-08T20:13:45.307Z | Checking wyz v0.5.1 |
1955 | 2024-08-08T20:13:45.359Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1956 | 2024-08-08T20:13:45.649Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1957 | 2024-08-08T20:13:45.683Z | Checking funty v2.0.0 |
1958 | 2024-08-08T20:13:45.704Z | Compiling num-bigint-dig v0.8.4 |
1959 | 2024-08-08T20:13:45.727Z | Compiling packed_struct v0.10.1 |
1960 | 2024-08-08T20:13:45.853Z | Compiling omicron-zone-package v0.11.0 |
1961 | 2024-08-08T20:13:46.020Z | Checking crc-catalog v2.4.0 |
1962 | 2024-08-08T20:13:46.164Z | Checking crc v3.2.1 |
1963 | 2024-08-08T20:13:46.375Z | Checking universal-hash v0.5.1 |
1964 | 2024-08-08T20:13:46.442Z | Compiling curve25519-dalek v4.1.3 |
1965 | 2024-08-08T20:13:46.564Z | Compiling packed_struct_codegen v0.10.1 |
1966 | 2024-08-08T20:13:46.584Z | Checking bitvec v1.0.1 |
1967 | 2024-08-08T20:13:46.602Z | Compiling indexmap v1.9.3 |
1968 | 2024-08-08T20:13:46.926Z | Checking opaque-debug v0.3.1 |
1969 | 2024-08-08T20:13:46.929Z | Checking nodrop v0.1.14 |
1970 | 2024-08-08T20:13:47.068Z | Checking array-init v0.0.4 |
1971 | 2024-08-08T20:13:47.189Z | Checking smallvec v0.6.14 |
1972 | 2024-08-08T20:13:47.619Z | Checking pkcs1 v0.7.5 |
1973 | 2024-08-08T20:13:48.058Z | Compiling curve25519-dalek-derive v0.1.1 |
1974 | 2024-08-08T20:13:48.103Z | Checking hashbrown v0.12.3 |
1975 | 2024-08-08T20:13:48.621Z | Checking bitfield v0.14.0 |
1976 | 2024-08-08T20:13:48.916Z | Checking serde-hex v0.1.0 |
1977 | 2024-08-08T20:13:49.436Z | Checking bzip2 v0.4.4 |
1978 | 2024-08-08T20:13:49.458Z | Checking rsa v0.9.6 |
1979 | 2024-08-08T20:13:49.724Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1980 | 2024-08-08T20:13:49.835Z | Checking env_logger v0.10.2 |
1981 | 2024-08-08T20:13:49.978Z | Checking x509-cert v0.2.5 |
1982 | 2024-08-08T20:13:50.261Z | Checking ron v0.8.1 |
1983 | 2024-08-08T20:13:50.502Z | Checking hashbrown v0.13.2 |
1984 | 2024-08-08T20:13:51.472Z | Compiling async-recursion v1.1.1 |
1985 | 2024-08-08T20:13:51.529Z | Checking crc-any v2.5.0 |
1986 | 2024-08-08T20:13:51.564Z | Checking object v0.30.4 |
1987 | 2024-08-08T20:13:51.587Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1988 | 2024-08-08T20:13:51.880Z | Checking zip v0.6.6 |
1989 | 2024-08-08T20:13:51.935Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1990 | 2024-08-08T20:13:52.448Z | Checking aead v0.5.2 |
1991 | 2024-08-08T20:13:52.636Z | Compiling parking_lot_core v0.8.6 |
1992 | 2024-08-08T20:13:52.660Z | Checking path-slash v0.1.5 |
1993 | 2024-08-08T20:13:52.766Z | Checking poly1305 v0.8.0 |
1994 | 2024-08-08T20:13:52.805Z | Checking chacha20 v0.9.1 |
1995 | 2024-08-08T20:13:52.960Z | Compiling thiserror-impl-no-std v2.0.2 |
1996 | 2024-08-08T20:13:53.156Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1997 | 2024-08-08T20:13:53.159Z | Checking trust-dns-client v0.22.0 |
1998 | 2024-08-08T20:13:53.242Z | Checking chacha20poly1305 v0.10.1 |
1999 | 2024-08-08T20:13:53.307Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2000 | 2024-08-08T20:13:53.418Z | Checking toml v0.5.11 |
2001 | 2024-08-08T20:13:53.488Z | Checking parking_lot v0.11.2 |
2002 | 2024-08-08T20:13:53.514Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2003 | 2024-08-08T20:13:53.830Z | Checking sled v0.34.7 |
2004 | 2024-08-08T20:13:53.889Z | Compiling buf-list v1.0.3 |
2005 | 2024-08-08T20:13:54.278Z | Compiling unicase v2.7.0 |
2006 | 2024-08-08T20:13:54.799Z | Checking nanorand v0.7.0 |
2007 | 2024-08-08T20:13:54.896Z | Checking trust-dns-server v0.22.1 |
2008 | 2024-08-08T20:13:55.185Z | Checking flume v0.11.0 |
2009 | 2024-08-08T20:13:55.247Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2010 | 2024-08-08T20:13:55.479Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2011 | 2024-08-08T20:13:55.683Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2012 | 2024-08-08T20:13:56.024Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2013 | 2024-08-08T20:13:56.416Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2014 | 2024-08-08T20:13:57.566Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2015 | 2024-08-08T20:13:57.715Z | Checking thiserror-no-std v2.0.2 |
2016 | 2024-08-08T20:13:57.804Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2017 | 2024-08-08T20:13:57.835Z | Checking vsss-rs v3.3.4 |
2018 | 2024-08-08T20:13:58.989Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2019 | 2024-08-08T20:14:00.241Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2020 | 2024-08-08T20:14:00.346Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2021 | 2024-08-08T20:14:00.518Z | Checking kstat-rs v0.2.4 |
2022 | 2024-08-08T20:14:00.859Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2023 | 2024-08-08T20:14:01.565Z | Compiling vte_generate_state_changes v0.1.1 |
2024 | 2024-08-08T20:14:02.256Z | Checking vte v0.11.1 |
2025 | 2024-08-08T20:14:02.483Z | Compiling mime_guess v2.0.4 |
2026 | 2024-08-08T20:14:02.634Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2027 | 2024-08-08T20:14:03.667Z | Checking fd-lock v4.0.2 |
2028 | 2024-08-08T20:14:03.832Z | Compiling pin-project-internal v1.1.5 |
2029 | 2024-08-08T20:14:03.908Z | Checking strip-ansi-escapes v0.2.0 |
2030 | 2024-08-08T20:14:04.361Z | Checking nu-ansi-term v0.50.0 |
2031 | 2024-08-08T20:14:04.471Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2032 | 2024-08-08T20:14:04.798Z | Checking reedline v0.31.0 |
2033 | 2024-08-08T20:14:05.210Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2034 | 2024-08-08T20:14:05.510Z | Checking http-range v0.1.5 |
2035 | 2024-08-08T20:14:05.702Z | Compiling crunchy v0.2.2 |
2036 | 2024-08-08T20:14:06.315Z | Checking hyper-staticfile v0.9.5 |
2037 | 2024-08-08T20:14:06.601Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2038 | 2024-08-08T20:14:06.731Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2039 | 2024-08-08T20:14:07.067Z | Checking pin-project v1.1.5 |
2040 | 2024-08-08T20:14:07.089Z | Compiling clang-sys v1.7.0 |
2041 | 2024-08-08T20:14:07.254Z | Compiling tiny-keccak v2.0.2 |
2042 | 2024-08-08T20:14:07.616Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2043 | 2024-08-08T20:14:07.706Z | Checking bytecount v0.6.8 |
2044 | 2024-08-08T20:14:07.817Z | Compiling ref-cast v1.0.23 |
2045 | 2024-08-08T20:14:07.856Z | Checking papergrid v0.11.0 |
2046 | 2024-08-08T20:14:08.450Z | Compiling ascii-canvas v3.0.0 |
2047 | 2024-08-08T20:14:08.502Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2048 | 2024-08-08T20:14:08.830Z | Compiling tabled_derive v0.7.0 |
2049 | 2024-08-08T20:14:08.974Z | Compiling ena v0.14.3 |
2050 | 2024-08-08T20:14:09.412Z | Compiling ref-cast-impl v1.0.23 |
2051 | 2024-08-08T20:14:09.442Z | Compiling libloading v0.8.3 |
2052 | 2024-08-08T20:14:09.885Z | Compiling diff v0.1.13 |
2053 | 2024-08-08T20:14:10.588Z | Compiling bindgen v0.69.4 |
2054 | 2024-08-08T20:14:10.704Z | Compiling regex-syntax v0.6.29 |
2055 | 2024-08-08T20:14:10.935Z | Compiling cfg_aliases v0.1.1 |
2056 | 2024-08-08T20:14:11.051Z | Compiling nix v0.28.0 |
2057 | 2024-08-08T20:14:11.395Z | Checking tabled v0.15.0 |
2058 | 2024-08-08T20:14:12.001Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2059 | 2024-08-08T20:14:12.195Z | Compiling which v4.4.2 |
2060 | 2024-08-08T20:14:12.836Z | Checking signal-hook-tokio v0.3.1 |
2061 | 2024-08-08T20:14:13.023Z | Compiling cexpr v0.6.0 |
2062 | 2024-08-08T20:14:14.486Z | Compiling lalrpop v0.19.12 |
2063 | 2024-08-08T20:14:14.775Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2064 | 2024-08-08T20:14:16.176Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2065 | 2024-08-08T20:14:18.091Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2066 | 2024-08-08T20:14:20.079Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2067 | 2024-08-08T20:14:21.140Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2068 | 2024-08-08T20:14:21.884Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2069 | 2024-08-08T20:14:22.425Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2070 | 2024-08-08T20:14:22.460Z | Compiling snafu-derive v0.8.2 |
2071 | 2024-08-08T20:14:22.543Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2072 | 2024-08-08T20:14:22.850Z | Compiling lazycell v1.3.0 |
2073 | 2024-08-08T20:14:23.035Z | Compiling shlex v1.3.0 |
2074 | 2024-08-08T20:14:23.486Z | Compiling rustc-hash v1.1.0 |
2075 | 2024-08-08T20:14:24.021Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2076 | 2024-08-08T20:14:24.342Z | Compiling derive_builder_core v0.20.0 |
2077 | 2024-08-08T20:14:26.713Z | Checking globset v0.4.14 |
2078 | 2024-08-08T20:14:26.777Z | Checking olpc-cjson v0.1.3 |
2079 | 2024-08-08T20:14:27.014Z | Checking serde_plain v1.0.2 |
2080 | 2024-08-08T20:14:27.066Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2081 | 2024-08-08T20:14:27.221Z | Compiling libxml v0.3.3 |
2082 | 2024-08-08T20:14:27.254Z | Compiling memoffset v0.9.1 |
2083 | 2024-08-08T20:14:27.580Z | Checking typed-path v0.7.1 |
2084 | 2024-08-08T20:14:27.801Z | Compiling derive_builder_macro v0.20.0 |
2085 | 2024-08-08T20:14:28.200Z | Checking snafu v0.8.2 |
2086 | 2024-08-08T20:14:28.685Z | Compiling peg-macros v0.8.4 |
2087 | 2024-08-08T20:14:28.705Z | Compiling strum_macros v0.24.3 |
2088 | 2024-08-08T20:14:29.471Z | Checking tough v0.17.1 |
2089 | 2024-08-08T20:14:30.890Z | Compiling sqlparser_derive v0.2.2 |
2090 | 2024-08-08T20:14:30.913Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2091 | 2024-08-08T20:14:32.086Z | Compiling cookie v0.18.1 |
2092 | 2024-08-08T20:14:32.449Z | Checking parse-size v1.0.0 |
2093 | 2024-08-08T20:14:32.480Z | Compiling indoc v1.0.9 |
2094 | 2024-08-08T20:14:32.541Z | Checking unicode_categories v0.1.1 |
2095 | 2024-08-08T20:14:32.627Z | Checking rustyline v14.0.0 |
2096 | 2024-08-08T20:14:32.858Z | Checking sqlformat v0.2.4 |
2097 | 2024-08-08T20:14:32.881Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2098 | 2024-08-08T20:14:33.567Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2099 | 2024-08-08T20:14:33.735Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2100 | 2024-08-08T20:14:34.195Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2101 | 2024-08-08T20:14:34.348Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2102 | 2024-08-08T20:14:35.567Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2103 | 2024-08-08T20:14:35.640Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2104 | 2024-08-08T20:14:36.103Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2105 | 2024-08-08T20:14:36.126Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2106 | 2024-08-08T20:14:37.603Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2107 | 2024-08-08T20:14:38.206Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2108 | 2024-08-08T20:14:38.424Z | Checking peg v0.8.4 |
2109 | 2024-08-08T20:14:38.607Z | Checking sqlparser v0.45.0 |
2110 | 2024-08-08T20:14:38.669Z | Checking derive_builder v0.20.0 |
2111 | 2024-08-08T20:14:39.200Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2112 | 2024-08-08T20:14:40.091Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2113 | 2024-08-08T20:14:40.668Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2114 | 2024-08-08T20:14:40.824Z | Checking quick-xml v0.31.0 |
2115 | 2024-08-08T20:14:40.989Z | Checking bcs v0.1.6 |
2116 | 2024-08-08T20:14:41.462Z | Compiling impl-trait-for-tuples v0.2.2 |
2117 | 2024-08-08T20:14:41.816Z | Compiling oso-derive v0.27.3 |
2118 | 2024-08-08T20:14:42.969Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2119 | 2024-08-08T20:14:43.016Z | Checking highway v1.2.0 |
2120 | 2024-08-08T20:14:43.406Z | Checking nix v0.27.1 |
2121 | 2024-08-08T20:14:43.929Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2122 | 2024-08-08T20:14:44.705Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2123 | 2024-08-08T20:14:46.429Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2124 | 2024-08-08T20:14:46.639Z | Checking serde-big-array v0.5.1 |
2125 | 2024-08-08T20:14:46.706Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2126 | 2024-08-08T20:14:47.095Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2127 | 2024-08-08T20:14:47.949Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2128 | 2024-08-08T20:14:48.091Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2129 | 2024-08-08T20:14:48.270Z | Checking bb8 v0.8.5 |
2130 | 2024-08-08T20:14:48.764Z | Compiling const_format_proc_macros v0.2.32 |
2131 | 2024-08-08T20:14:49.011Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2132 | 2024-08-08T20:14:49.913Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2133 | 2024-08-08T20:14:50.412Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2134 | 2024-08-08T20:14:50.497Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2135 | 2024-08-08T20:14:50.882Z | Checking const_format v0.2.32 |
2136 | 2024-08-08T20:14:51.257Z | Checking heck v0.4.1 |
2137 | 2024-08-08T20:14:51.364Z | Checking assert_matches v1.5.0 |
2138 | 2024-08-08T20:14:51.467Z | Compiling portable-atomic v1.6.0 |
2139 | 2024-08-08T20:14:51.487Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2140 | 2024-08-08T20:14:51.681Z | Checking itertools v0.13.0 |
2141 | 2024-08-08T20:14:51.908Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2142 | 2024-08-08T20:14:52.193Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2143 | 2024-08-08T20:14:53.036Z | Checking rand_seeder v0.3.0 |
2144 | 2024-08-08T20:14:53.287Z | Checking number_prefix v0.4.0 |
2145 | 2024-08-08T20:14:53.506Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2146 | 2024-08-08T20:14:53.681Z | Checking indicatif v0.17.8 |
2147 | 2024-08-08T20:14:53.752Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2148 | 2024-08-08T20:14:54.440Z | Checking is_ci v1.2.0 |
2149 | 2024-08-08T20:14:54.520Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2150 | 2024-08-08T20:14:54.590Z | Checking supports-color v3.0.0 |
2151 | 2024-08-08T20:14:54.786Z | Checking castaway v0.2.2 |
2152 | 2024-08-08T20:14:54.869Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2153 | 2024-08-08T20:14:54.967Z | Checking compact_str v0.7.1 |
2154 | 2024-08-08T20:14:55.170Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2155 | 2024-08-08T20:14:55.174Z | Checking unicode-truncate v1.0.0 |
2156 | 2024-08-08T20:14:55.434Z | Checking lru v0.12.3 |
2157 | 2024-08-08T20:14:55.459Z | Compiling stability v0.2.0 |
2158 | 2024-08-08T20:14:55.495Z | Checking cassowary v0.3.0 |
2159 | 2024-08-08T20:14:55.778Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2160 | 2024-08-08T20:14:55.794Z | Checking unicode-linebreak v0.1.5 |
2161 | 2024-08-08T20:14:55.913Z | Checking smawk v0.3.2 |
2162 | 2024-08-08T20:14:56.131Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2163 | 2024-08-08T20:14:56.203Z | Checking textwrap v0.16.1 |
2164 | 2024-08-08T20:14:56.459Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2165 | 2024-08-08T20:14:56.483Z | Checking ratatui v0.27.0 |
2166 | 2024-08-08T20:14:56.504Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2167 | 2024-08-08T20:14:57.039Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2168 | 2024-08-08T20:14:57.591Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2169 | 2024-08-08T20:14:58.839Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2170 | 2024-08-08T20:14:59.408Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2171 | 2024-08-08T20:15:00.431Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2172 | 2024-08-08T20:15:01.334Z | Checking fatfs v0.3.6 |
2173 | 2024-08-08T20:15:01.355Z | Checking csv-core v0.1.11 |
2174 | 2024-08-08T20:15:01.729Z | Checking shell-words v1.1.0 |
2175 | 2024-08-08T20:15:01.934Z | Checking csv v1.3.0 |
2176 | 2024-08-08T20:15:02.225Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2177 | 2024-08-08T20:15:02.399Z | Checking cargo-platform v0.1.8 |
2178 | 2024-08-08T20:15:02.715Z | Checking rtoolbox v0.0.2 |
2179 | 2024-08-08T20:15:02.790Z | Compiling getrandom v0.1.16 |
2180 | 2024-08-08T20:15:02.910Z | Checking rpassword v7.3.1 |
2181 | 2024-08-08T20:15:03.080Z | Checking cargo_metadata v0.18.1 |
2182 | 2024-08-08T20:15:03.614Z | Checking tui-tree-widget v0.21.0 |
2183 | 2024-08-08T20:15:03.947Z | Checking plotters-backend v0.3.5 |
2184 | 2024-08-08T20:15:04.358Z | Checking plotters-svg v0.3.5 |
2185 | 2024-08-08T20:15:04.748Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2186 | 2024-08-08T20:15:04.844Z | Checking rfc6979 v0.4.0 |
2187 | 2024-08-08T20:15:05.132Z | Checking cast v0.3.0 |
2188 | 2024-08-08T20:15:05.608Z | Checking yansi v0.5.1 |
2189 | 2024-08-08T20:15:06.106Z | Checking pretty_assertions v1.4.0 |
2190 | 2024-08-08T20:15:06.313Z | Checking criterion-plot v0.5.0 |
2191 | 2024-08-08T20:15:06.333Z | Checking ecdsa v0.16.9 |
2192 | 2024-08-08T20:15:06.412Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2193 | 2024-08-08T20:15:06.810Z | Checking rand_core v0.5.1 |
2194 | 2024-08-08T20:15:07.077Z | Checking plotters v0.3.5 |
2195 | 2024-08-08T20:15:07.127Z | Checking primeorder v0.13.6 |
2196 | 2024-08-08T20:15:07.611Z | Checking tinytemplate v1.2.1 |
2197 | 2024-08-08T20:15:08.006Z | Checking oorandom v11.1.3 |
2198 | 2024-08-08T20:15:08.177Z | Checking anes v0.1.6 |
2199 | 2024-08-08T20:15:08.557Z | Checking option-ext v0.2.0 |
2200 | 2024-08-08T20:15:08.695Z | Checking dirs-sys v0.4.1 |
2201 | 2024-08-08T20:15:08.801Z | Checking criterion v0.5.1 |
2202 | 2024-08-08T20:15:08.880Z | Checking rand_chacha v0.2.2 |
2203 | 2024-08-08T20:15:09.232Z | Checking polyval v0.6.2 |
2204 | 2024-08-08T20:15:09.266Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2205 | 2024-08-08T20:15:09.493Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2206 | 2024-08-08T20:15:10.295Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2207 | 2024-08-08T20:15:10.555Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2208 | 2024-08-08T20:15:11.742Z | Checking ed25519 v2.2.3 |
2209 | 2024-08-08T20:15:12.004Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2210 | 2024-08-08T20:15:12.931Z | Checking aes v0.8.4 |
2211 | 2024-08-08T20:15:13.550Z | Checking blowfish v0.9.1 |
2212 | 2024-08-08T20:15:13.581Z | Checking ctr v0.9.2 |
2213 | 2024-08-08T20:15:13.822Z | Checking password-hash v0.4.2 |
2214 | 2024-08-08T20:15:13.845Z | Checking pbkdf2 v0.12.2 |
2215 | 2024-08-08T20:15:13.868Z | Checking hex-literal v0.4.1 |
2216 | 2024-08-08T20:15:14.005Z | Checking ed25519-dalek v2.1.1 |
2217 | 2024-08-08T20:15:14.025Z | Checking bcrypt-pbkdf v0.10.0 |
2218 | 2024-08-08T20:15:14.284Z | Checking ghash v0.5.1 |
2219 | 2024-08-08T20:15:14.294Z | Checking pbkdf2 v0.11.0 |
2220 | 2024-08-08T20:15:14.341Z | Checking rand v0.7.3 |
2221 | 2024-08-08T20:15:14.453Z | Checking dirs v5.0.1 |
2222 | 2024-08-08T20:15:14.588Z | Checking p256 v0.13.2 |
2223 | 2024-08-08T20:15:14.610Z | Checking p521 v0.13.3 |
2224 | 2024-08-08T20:15:18.423Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2225 | 2024-08-08T20:15:18.423Z | Checking cbc v0.1.2 |
2226 | 2024-08-08T20:15:18.423Z | Checking russh-cryptovec v0.7.2 |
2227 | 2024-08-08T20:15:18.423Z | Compiling target-lexicon v0.12.16 |
2228 | 2024-08-08T20:15:18.423Z | Compiling doc-comment v0.3.3 |
2229 | 2024-08-08T20:15:18.423Z | Checking md5 v0.7.0 |
2230 | 2024-08-08T20:15:18.423Z | Checking russh-keys v0.43.0 |
2231 | 2024-08-08T20:15:18.423Z | Checking aes-gcm v0.10.3 |
2232 | 2024-08-08T20:15:18.424Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2233 | 2024-08-08T20:15:18.424Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2234 | 2024-08-08T20:15:18.424Z | Checking http-body v1.0.0 |
2235 | 2024-08-08T20:15:18.424Z | Compiling assert_cmd v2.0.15 |
2236 | 2024-08-08T20:15:18.424Z | Compiling guppy-workspace-hack v0.1.0 |
2237 | 2024-08-08T20:15:18.424Z | Checking tower-layer v0.3.2 |
2238 | 2024-08-08T20:15:18.424Z | Compiling dhcproto-macros v0.1.0 |
2239 | 2024-08-08T20:15:18.677Z | Checking tower v0.4.13 |
2240 | 2024-08-08T20:15:19.088Z | Checking hyper v1.3.1 |
2241 | 2024-08-08T20:15:19.398Z | Checking dhcproto v0.12.0 |
2242 | 2024-08-08T20:15:19.492Z | Checking russh v0.43.0 |
2243 | 2024-08-08T20:15:20.945Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2244 | 2024-08-08T20:15:21.073Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2245 | 2024-08-08T20:15:21.552Z | Compiling target-spec v3.2.1 |
2246 | 2024-08-08T20:15:21.824Z | Checking internet-checksum v0.2.1 |
2247 | 2024-08-08T20:15:23.309Z | Checking cfg-expr v0.16.0 |
2248 | 2024-08-08T20:15:23.602Z | Checking hyper-util v0.1.3 |
2249 | 2024-08-08T20:15:24.268Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2250 | 2024-08-08T20:15:24.289Z | Checking rustls-native-certs v0.7.0 |
2251 | 2024-08-08T20:15:24.449Z | Checking httptest v0.15.5 |
2252 | 2024-08-08T20:15:25.241Z | Checking hyper-rustls v0.26.0 |
2253 | 2024-08-08T20:15:25.961Z | Checking pathdiff v0.2.1 |
2254 | 2024-08-08T20:15:26.143Z | Checking threadpool v1.8.1 |
2255 | 2024-08-08T20:15:26.371Z | Compiling rstest_macros v0.19.0 |
2256 | 2024-08-08T20:15:26.950Z | Checking escape8259 v0.5.2 |
2257 | 2024-08-08T20:15:27.156Z | Checking nested v0.1.1 |
2258 | 2024-08-08T20:15:27.237Z | Checking libtest-mimic v0.7.3 |
2259 | 2024-08-08T20:15:27.393Z | Checking guppy v0.17.7 |
2260 | 2024-08-08T20:15:27.833Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2261 | 2024-08-08T20:15:28.152Z | Checking similar-asserts v1.5.0 |
2262 | 2024-08-08T20:15:28.413Z | Checking fancy-regex v0.13.0 |
2263 | 2024-08-08T20:15:29.233Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2264 | 2024-08-08T20:15:29.254Z | Compiling relative-path v1.9.3 |
2265 | 2024-08-08T20:15:29.607Z | Compiling trybuild v1.0.99 |
2266 | 2024-08-08T20:15:30.154Z | Checking datatest-stable v0.2.9 |
2267 | 2024-08-08T20:15:30.502Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2268 | 2024-08-08T20:15:31.950Z | Checking blake2b_simd v1.0.2 |
2269 | 2024-08-08T20:15:32.432Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2270 | 2024-08-08T20:15:32.898Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2271 | 2024-08-08T20:15:33.081Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2272 | 2024-08-08T20:15:33.230Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2273 | 2024-08-08T20:15:33.415Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2274 | 2024-08-08T20:15:33.570Z | Checking serde_tokenstream v0.2.1 |
2275 | 2024-08-08T20:15:33.750Z | Checking uzers v0.11.3 |
2276 | 2024-08-08T20:15:33.986Z | Checking indent_write v2.2.0 |
2277 | 2024-08-08T20:15:34.095Z | Checking futures-timer v3.0.3 |
2278 | 2024-08-08T20:15:34.360Z | Checking rust-argon2 v2.1.0 |
2279 | 2024-08-08T20:15:34.814Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2280 | 2024-08-08T20:15:39.732Z | Checking rstest v0.19.0 |
2281 | 2024-08-08T20:15:39.967Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2282 | 2024-08-08T20:15:40.304Z | Checking rand_distr v0.4.3 |
2283 | 2024-08-08T20:15:41.142Z | Checking multimap v0.10.0 |
2284 | 2024-08-08T20:15:41.475Z | Checking approx v0.5.1 |
2285 | 2024-08-08T20:15:41.752Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2286 | 2024-08-08T20:15:43.080Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2287 | 2024-08-08T20:15:43.191Z | Checking partial-io v0.5.4 |
2288 | 2024-08-08T20:15:43.412Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2289 | 2024-08-08T20:15:43.580Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2290 | 2024-08-08T20:15:43.999Z | Checking cargo_toml v0.20.4 |
2291 | 2024-08-08T20:15:44.004Z | Checking termios v0.3.3 |
2292 | 2024-08-08T20:15:44.247Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2293 | 2024-08-08T20:15:46.208Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2294 | 2024-08-08T20:15:49.056Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2295 | 2024-08-08T20:15:58.660Z | Compiling samael v0.0.15 |
2296 | 2024-08-08T20:16:02.659Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2297 | 2024-08-08T20:16:19.788Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2298 | 2024-08-08T20:16:38.626Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2299 | 2024-08-08T20:16:39.007Z | Compiling polar-core v0.27.3 |
2300 | 2024-08-08T20:16:39.952Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2301 | 2024-08-08T20:16:40.350Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2302 | 2024-08-08T20:16:50.190Z | Checking oso v0.27.3 |
2303 | 2024-08-08T20:17:26.141Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2304 | 2024-08-08T20:17:26.141Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2305 | 2024-08-08T20:17:26.144Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2306 | 2024-08-08T20:18:48.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s |
2307 | 2024-08-08T20:18:48.414Z | |
2308 | 2024-08-08T20:18:48.419Z | real 6:21.114246195 |
2309 | 2024-08-08T20:18:48.419Z | user 33:37.920749829 |
2310 | 2024-08-08T20:18:48.419Z | sys 5:45.423620231 |
2311 | 2024-08-08T20:18:48.419Z | trap 0.822053547 |
2312 | 2024-08-08T20:18:48.419Z | tflt 1.833743743 |
2313 | 2024-08-08T20:18:48.419Z | dflt 0.435364621 |
2314 | 2024-08-08T20:18:48.419Z | kflt 0.001025496 |
2315 | 2024-08-08T20:18:48.419Z | lock 53:29.098583341 |
2316 | 2024-08-08T20:18:48.419Z | slp 1:56:58.344176726 |
2317 | 2024-08-08T20:18:48.419Z | lat 1:32.889044703 |
2318 | 2024-08-08T20:18:48.419Z | stop 5:24.312996148 |
2319 | 2024-08-08T20:18:48.419Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2320 | 2024-08-08T20:18:48.419Z | + ptime -m cargo doc --workspace --no-deps |
2321 | 2024-08-08T20:18:49.544Z | warning: output filename collision. |
2322 | 2024-08-08T20:18:49.544Z | 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)`. |
2323 | 2024-08-08T20:18:49.544Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2324 | 2024-08-08T20:18:49.544Z | The targets should have unique names. |
2325 | 2024-08-08T20:18:49.544Z | This is a known bug where multiple crates with the same name use |
2326 | 2024-08-08T20:18:49.544Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2327 | 2024-08-08T20:18:49.882Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2328 | 2024-08-08T20:18:49.940Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2329 | 2024-08-08T20:18:49.957Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2330 | 2024-08-08T20:18:49.992Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2331 | 2024-08-08T20:18:50.018Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2332 | 2024-08-08T20:18:50.046Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2333 | 2024-08-08T20:18:50.046Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2334 | 2024-08-08T20:18:50.248Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2335 | 2024-08-08T20:18:50.281Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2336 | 2024-08-08T20:18:50.303Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2337 | 2024-08-08T20:18:50.306Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2338 | 2024-08-08T20:18:50.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2339 | 2024-08-08T20:18:50.524Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2340 | 2024-08-08T20:18:50.588Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2341 | 2024-08-08T20:18:50.608Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2342 | 2024-08-08T20:18:51.076Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2343 | 2024-08-08T20:18:51.741Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2344 | 2024-08-08T20:18:54.669Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2345 | 2024-08-08T20:18:54.916Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2346 | 2024-08-08T20:18:55.058Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2347 | 2024-08-08T20:18:55.085Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2348 | 2024-08-08T20:18:55.238Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2349 | 2024-08-08T20:18:55.408Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2350 | 2024-08-08T20:18:55.582Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2351 | 2024-08-08T20:18:55.938Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2352 | 2024-08-08T20:18:56.118Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2353 | 2024-08-08T20:18:56.261Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2354 | 2024-08-08T20:18:56.456Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2355 | 2024-08-08T20:18:56.781Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2356 | 2024-08-08T20:18:56.798Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2357 | 2024-08-08T20:18:57.101Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2358 | 2024-08-08T20:18:57.212Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2359 | 2024-08-08T20:18:57.439Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2360 | 2024-08-08T20:18:57.757Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2361 | 2024-08-08T20:18:57.987Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2362 | 2024-08-08T20:18:58.181Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2363 | 2024-08-08T20:18:58.318Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2364 | 2024-08-08T20:18:58.555Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2365 | 2024-08-08T20:18:58.604Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2366 | 2024-08-08T20:18:58.994Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2367 | 2024-08-08T20:18:59.025Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2368 | 2024-08-08T20:19:00.081Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2369 | 2024-08-08T20:19:03.096Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2370 | 2024-08-08T20:19:03.757Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2371 | 2024-08-08T20:19:03.805Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2372 | 2024-08-08T20:19:04.956Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2373 | 2024-08-08T20:19:05.176Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2374 | 2024-08-08T20:19:06.067Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2375 | 2024-08-08T20:19:09.610Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2376 | 2024-08-08T20:19:10.487Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-08-08T20:19:11.721Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2378 | 2024-08-08T20:19:12.296Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2379 | 2024-08-08T20:19:12.725Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2380 | 2024-08-08T20:19:14.186Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2381 | 2024-08-08T20:19:14.242Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2382 | 2024-08-08T20:19:14.810Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2383 | 2024-08-08T20:19:16.870Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2024-08-08T20:19:17.347Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2385 | 2024-08-08T20:19:17.577Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-08-08T20:19:17.659Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2387 | 2024-08-08T20:19:18.281Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2388 | 2024-08-08T20:19:18.367Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2024-08-08T20:19:19.402Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2390 | 2024-08-08T20:19:19.439Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2391 | 2024-08-08T20:19:20.058Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2392 | 2024-08-08T20:19:20.841Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2393 | 2024-08-08T20:19:21.385Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2394 | 2024-08-08T20:19:21.878Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2395 | 2024-08-08T20:19:21.902Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2396 | 2024-08-08T20:19:21.957Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2397 | 2024-08-08T20:19:22.027Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2398 | 2024-08-08T20:19:22.105Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2399 | 2024-08-08T20:19:22.531Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2400 | 2024-08-08T20:19:22.554Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2401 | 2024-08-08T20:19:23.959Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2402 | 2024-08-08T20:19:24.070Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2403 | 2024-08-08T20:19:24.088Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2404 | 2024-08-08T20:19:24.632Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2405 | 2024-08-08T20:19:24.932Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2406 | 2024-08-08T20:19:25.263Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2407 | 2024-08-08T20:19:25.779Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2408 | 2024-08-08T20:19:25.845Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2409 | 2024-08-08T20:19:26.308Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2410 | 2024-08-08T20:19:26.557Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2411 | 2024-08-08T20:19:27.206Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2412 | 2024-08-08T20:19:27.898Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2413 | 2024-08-08T20:19:28.231Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2414 | 2024-08-08T20:19:28.591Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2415 | 2024-08-08T20:19:28.963Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2416 | 2024-08-08T20:19:29.244Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2417 | 2024-08-08T20:19:29.277Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2418 | 2024-08-08T20:19:31.060Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2419 | 2024-08-08T20:19:32.556Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2420 | 2024-08-08T20:19:33.067Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2421 | 2024-08-08T20:19:33.545Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2422 | 2024-08-08T20:19:46.589Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2423 | 2024-08-08T20:19:50.932Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2424 | 2024-08-08T20:19:59.579Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2425 | 2024-08-08T20:20:07.927Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2426 | 2024-08-08T20:20:22.299Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2427 | 2024-08-08T20:20:22.302Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2428 | 2024-08-08T20:20:26.035Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2429 | 2024-08-08T20:20:32.398Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2430 | 2024-08-08T20:20:47.832Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2431 | 2024-08-08T20:20:54.174Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2432 | 2024-08-08T20:20:56.559Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2433 | 2024-08-08T20:20:58.983Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2434 | 2024-08-08T20:20:59.325Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2435 | 2024-08-08T20:20:59.368Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2436 | 2024-08-08T20:21:01.871Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2437 | 2024-08-08T20:21:03.866Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2438 | 2024-08-08T20:21:06.521Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2439 | 2024-08-08T20:21:15.269Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-08-08T20:21:16.974Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2441 | 2024-08-08T20:21:23.577Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2442 | 2024-08-08T20:21:24.669Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2443 | 2024-08-08T20:21:33.655Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2444 | 2024-08-08T20:21:44.709Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2445 | 2024-08-08T20:21:48.627Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2446 | 2024-08-08T20:21:52.045Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2447 | 2024-08-08T20:21:57.125Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2448 | 2024-08-08T20:21:59.453Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2449 | 2024-08-08T20:22:02.514Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2450 | 2024-08-08T20:22:07.725Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2451 | 2024-08-08T20:22:14.189Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2452 | 2024-08-08T20:22:16.709Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2453 | 2024-08-08T20:22:16.919Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2454 | 2024-08-08T20:22:16.922Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2455 | 2024-08-08T20:22:19.306Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2456 | 2024-08-08T20:22:33.562Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-08-08T20:22:35.211Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2458 | 2024-08-08T20:22:42.794Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-08-08T20:22:43.326Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2460 | 2024-08-08T20:22:45.939Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2461 | 2024-08-08T20:22:51.925Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2462 | 2024-08-08T20:22:52.677Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2463 | 2024-08-08T20:22:55.503Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2464 | 2024-08-08T20:22:56.700Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2465 | 2024-08-08T20:23:01.835Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2466 | 2024-08-08T20:23:09.409Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2467 | 2024-08-08T20:23:12.000Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2468 | 2024-08-08T20:23:18.913Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2469 | 2024-08-08T20:23:21.054Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2470 | 2024-08-08T20:23:21.502Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2471 | 2024-08-08T20:23:25.303Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2472 | 2024-08-08T20:23:26.653Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2473 | 2024-08-08T20:23:28.373Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2474 | 2024-08-08T20:23:31.745Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2475 | 2024-08-08T20:23:38.262Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2476 | 2024-08-08T20:23:40.064Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2477 | 2024-08-08T20:23:40.370Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2478 | 2024-08-08T20:23:41.025Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2479 | 2024-08-08T20:23:41.090Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2480 | 2024-08-08T20:23:46.469Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2481 | 2024-08-08T20:23:48.583Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2482 | 2024-08-08T20:23:53.324Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2483 | 2024-08-08T20:23:53.534Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2484 | 2024-08-08T20:23:57.706Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2485 | 2024-08-08T20:23:58.172Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2486 | 2024-08-08T20:24:07.640Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2487 | 2024-08-08T20:24:09.499Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2488 | 2024-08-08T20:24:12.111Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2489 | 2024-08-08T20:24:12.657Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2490 | 2024-08-08T20:24:13.320Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2491 | 2024-08-08T20:24:17.343Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2492 | 2024-08-08T20:24:18.430Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2493 | 2024-08-08T20:24:20.105Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2494 | 2024-08-08T20:24:20.436Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2495 | 2024-08-08T20:24:25.467Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2496 | 2024-08-08T20:24:26.192Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2497 | 2024-08-08T20:24:29.835Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2498 | 2024-08-08T20:24:30.046Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2499 | 2024-08-08T20:24:33.980Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2500 | 2024-08-08T20:24:34.289Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2501 | 2024-08-08T20:24:36.784Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2502 | 2024-08-08T20:24:38.706Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2503 | 2024-08-08T20:24:41.234Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2504 | 2024-08-08T20:24:42.536Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2505 | 2024-08-08T20:24:44.257Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2506 | 2024-08-08T20:24:44.677Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2507 | 2024-08-08T20:24:47.234Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2508 | 2024-08-08T20:24:50.875Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2509 | 2024-08-08T20:24:51.042Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2510 | 2024-08-08T20:24:51.080Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2511 | 2024-08-08T20:24:51.171Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2512 | 2024-08-08T20:24:51.351Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2513 | 2024-08-08T20:24:55.128Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2514 | 2024-08-08T20:24:55.311Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2515 | 2024-08-08T20:24:55.348Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2516 | 2024-08-08T20:24:55.582Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2517 | 2024-08-08T20:25:25.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
2518 | 2024-08-08T20:25:25.913Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
2519 | 2024-08-08T20:25:25.969Z | |
2520 | 2024-08-08T20:25:25.969Z | real 6:37.466501890 |
2521 | 2024-08-08T20:25:25.969Z | user 20:20.302239342 |
2522 | 2024-08-08T20:25:25.969Z | sys 28:58.113244839 |
2523 | 2024-08-08T20:25:25.973Z | trap 0.331385373 |
2524 | 2024-08-08T20:25:25.973Z | tflt 0.227333778 |
2525 | 2024-08-08T20:25:25.973Z | dflt 0.137263792 |
2526 | 2024-08-08T20:25:25.973Z | kflt 0.000039875 |
2527 | 2024-08-08T20:25:25.973Z | lock 1:04:41.227337866 |
2528 | 2024-08-08T20:25:25.973Z | slp 1:52:20.689096933 |
2529 | 2024-08-08T20:25:25.973Z | lat 1:05.808082204 |
2530 | 2024-08-08T20:25:25.973Z | stop 53.503980392 |
2531 | 2024-08-08T20:25:25.973Z | process exited: duration 1025931 ms, exit code 0 |
|
2532 | 2024-08-08T20:25:25.979Z | found 0 output files |