|
|
|
1 | 2024-08-21T05:44:34.427Z | job assigned to worker 01J5SQCRCYXT32JC9ZBJBZVRSJ (queued for 54 s) |
|
2 | 2024-08-21T05:44:42.085Z | starting task 0: "setup" |
3 | 2024-08-21T05:44:42.093Z | ++ uname -s |
4 | 2024-08-21T05:44:42.095Z | + kern=SunOS |
5 | 2024-08-21T05:44:42.095Z | + case "$kern" in |
6 | 2024-08-21T05:44:42.095Z | + groupadd -g 12345 build |
7 | 2024-08-21T05:44:42.098Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-21T05:44:44.106Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-21T05:44:44.199Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-21T05:44:44.201Z | + home_fs=zfs |
11 | 2024-08-21T05:44:44.201Z | + [[ zfs == autofs ]] |
12 | 2024-08-21T05:44:44.202Z | + mkdir -p /home/build |
13 | 2024-08-21T05:44:44.204Z | + chown build:build /home/build /work |
14 | 2024-08-21T05:44:46.205Z | + chmod 0700 /home/build /work |
15 | 2024-08-21T05:44:46.208Z | process exited: duration 4125 ms, exit code 0 |
|
16 | 2024-08-21T05:44:46.213Z | starting task 1: "rust-toolchain" |
17 | 2024-08-21T05:44:46.218Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-21T05:44:46.219Z | * toolchain channel = "1.80.1" |
19 | 2024-08-21T05:44:46.219Z | ' 1.80.1 |
20 | 2024-08-21T05:44:46.219Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-21T05:44:46.219Z | ' default |
22 | 2024-08-21T05:44:46.219Z | * toolchain profile = "default" |
23 | 2024-08-21T05:44:46.221Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-21T05:44:46.221Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-21T05:44:46.337Z | info: downloading installer |
26 | 2024-08-21T05:44:47.623Z | info: profile set to 'default' |
27 | 2024-08-21T05:44:47.623Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-21T05:44:47.626Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-21T05:44:47.754Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-21T05:44:47.754Z | info: downloading component 'cargo' |
31 | 2024-08-21T05:44:48.418Z | info: downloading component 'clippy' |
32 | 2024-08-21T05:44:48.655Z | info: downloading component 'rust-docs' |
33 | 2024-08-21T05:44:49.577Z | info: downloading component 'rust-std' |
34 | 2024-08-21T05:44:50.883Z | info: downloading component 'rustc' |
35 | 2024-08-21T05:44:54.678Z | info: downloading component 'rustfmt' |
36 | 2024-08-21T05:44:54.907Z | info: installing component 'cargo' |
37 | 2024-08-21T05:44:55.747Z | info: installing component 'clippy' |
38 | 2024-08-21T05:44:56.118Z | info: installing component 'rust-docs' |
39 | 2024-08-21T05:44:57.795Z | info: installing component 'rust-std' |
40 | 2024-08-21T05:44:59.503Z | info: installing component 'rustc' |
41 | 2024-08-21T05:45:03.695Z | info: installing component 'rustfmt' |
42 | 2024-08-21T05:45:04.054Z | |
43 | 2024-08-21T05:45:04.054Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-21T05:45:04.334Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-21T05:45:04.334Z | |
46 | 2024-08-21T05:45:04.337Z | |
47 | 2024-08-21T05:45:04.337Z | Rust is installed now. Great! |
48 | 2024-08-21T05:45:04.337Z | |
49 | 2024-08-21T05:45:04.337Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-21T05:45:04.337Z | environment variable. This has not been done automatically. |
51 | 2024-08-21T05:45:04.337Z | |
52 | 2024-08-21T05:45:04.338Z | To configure your current shell, you need to source |
53 | 2024-08-21T05:45:04.338Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-21T05:45:04.338Z | |
55 | 2024-08-21T05:45:04.338Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-21T05:45:04.338Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-21T05:45:04.338Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-21T05:45:04.352Z | + rustc --version |
59 | 2024-08-21T05:45:04.414Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-21T05:45:04.417Z | process exited: duration 18206 ms, exit code 0 |
|
61 | 2024-08-21T05:45:04.422Z | starting task 2: "authentication" |
62 | 2024-08-21T05:45:04.442Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-21T05:45:04.449Z | starting task 3: "clone repository" |
64 | 2024-08-21T05:45:04.452Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-21T05:45:04.455Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-21T05:45:04.695Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-21T05:45:10.481Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-21T05:45:10.482Z | + git fetch origin 8630b2842e5f9b4c778115580c094c2ea155ba8e |
69 | 2024-08-21T05:45:10.731Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-21T05:45:10.731Z | * branch 8630b2842e5f9b4c778115580c094c2ea155ba8e -> FETCH_HEAD |
71 | 2024-08-21T05:45:10.740Z | + [[ -n renovate/libc-0.x ]] |
72 | 2024-08-21T05:45:10.743Z | ++ git branch --show-current |
73 | 2024-08-21T05:45:10.746Z | + current=main |
74 | 2024-08-21T05:45:10.747Z | + [[ main != renovate/libc-0.x ]] |
75 | 2024-08-21T05:45:10.747Z | + git branch -f renovate/libc-0.x 8630b2842e5f9b4c778115580c094c2ea155ba8e |
76 | 2024-08-21T05:45:10.751Z | + git checkout -f renovate/libc-0.x |
77 | 2024-08-21T05:45:10.895Z | Switched to branch 'renovate/libc-0.x' |
78 | 2024-08-21T05:45:10.897Z | + git reset --hard 8630b2842e5f9b4c778115580c094c2ea155ba8e |
79 | 2024-08-21T05:45:10.909Z | HEAD is now at 8630b2842 Update Rust crate libc to 0.2.158 |
80 | 2024-08-21T05:45:10.912Z | process exited: duration 6464 ms, exit code 0 |
|
81 | 2024-08-21T05:45:10.918Z | starting task 4: "build" |
82 | 2024-08-21T05:45:10.924Z | + cargo --version |
83 | 2024-08-21T05:45:10.979Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-21T05:45:10.981Z | + rustc --version |
85 | 2024-08-21T05:45:11.038Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-21T05:45:11.041Z | + source ./env.sh |
87 | 2024-08-21T05:45:11.041Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-21T05:45:11.041Z | ++ set -o xtrace |
89 | 2024-08-21T05:45:11.043Z | ++++ dirname ./env.sh |
90 | 2024-08-21T05:45:11.046Z | +++ readlink -f . |
91 | 2024-08-21T05:45:11.066Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-21T05:45:11.069Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-21T05:45:11.069Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-21T05:45:11.069Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-21T05:45:11.069Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-21T05:45:11.069Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-21T05:45:11.069Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-21T05:45:11.069Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-21T05:45:11.069Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-21T05:45:11.069Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-21T05:45:11.069Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-21T05:45:11.069Z | + banner prerequisites |
103 | 2024-08-21T05:45:11.086Z | |
104 | 2024-08-21T05:45:11.086Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-21T05:45:11.086Z | # # # # # # # # # # # # # # # |
106 | 2024-08-21T05:45:11.086Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-21T05:45:11.086Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-21T05:45:11.086Z | # # # # # # # # # # # # # # # |
109 | 2024-08-21T05:45:11.086Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-21T05:45:11.086Z | |
111 | 2024-08-21T05:45:11.089Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-21T05:45:17.617Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-21T05:45:20.010Z | Startup: Caching catalogs ... Done |
114 | 2024-08-21T05:45:21.731Z | Planning: Solver setup ... Done (1.064s) |
115 | 2024-08-21T05:45:21.749Z | Planning: Running solver ... Done (0.018s) |
116 | 2024-08-21T05:45:21.788Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-21T05:45:21.801Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-21T05:45:21.945Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-21T05:45:22.100Z | Planning: Package planning ... Done (0.156s) |
120 | 2024-08-21T05:45:22.152Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-08-21T05:45:22.911Z | Planning: Checking for conflicting actions ... Done (0.760s) |
122 | 2024-08-21T05:45:22.923Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-21T05:45:29.295Z | Planning: Evaluating mediators ... Done (6.373s) |
124 | 2024-08-21T05:45:29.305Z | Planning: Planning completed in 9.23 seconds |
125 | 2024-08-21T05:45:31.178Z | Packages to install: 4 |
126 | 2024-08-21T05:45:31.178Z | Mediators to change: 2 |
127 | 2024-08-21T05:45:31.178Z | Services to change: 1 |
128 | 2024-08-21T05:45:31.184Z | Estimated space available: 155.72 GB |
129 | 2024-08-21T05:45:31.184Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-21T05:45:31.184Z | Create boot environment: No |
131 | 2024-08-21T05:45:31.184Z | Create backup boot environment: No |
132 | 2024-08-21T05:45:31.184Z | Rebuild boot archive: No |
133 | 2024-08-21T05:45:31.184Z | |
134 | 2024-08-21T05:45:31.184Z | Changed mediators: |
135 | 2024-08-21T05:45:31.184Z | mediator clang: |
136 | 2024-08-21T05:45:31.184Z | version: None -> 15 (system default) |
137 | 2024-08-21T05:45:31.185Z | |
138 | 2024-08-21T05:45:31.185Z | mediator llvm: |
139 | 2024-08-21T05:45:31.185Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-21T05:45:31.185Z | |
141 | 2024-08-21T05:45:31.185Z | Changed packages: |
142 | 2024-08-21T05:45:31.185Z | helios-dev |
143 | 2024-08-21T05:45:31.185Z | developer/build-essential |
144 | 2024-08-21T05:45:31.185Z | None -> 11-2.0 |
145 | 2024-08-21T05:45:31.186Z | library/libxmlsec1 |
146 | 2024-08-21T05:45:31.186Z | None -> 1.2.35-2.0 |
147 | 2024-08-21T05:45:31.186Z | ooce/developer/clang-15 |
148 | 2024-08-21T05:45:31.186Z | None -> 15.0.7-2.0 |
149 | 2024-08-21T05:45:31.186Z | ooce/developer/llvm-15 |
150 | 2024-08-21T05:45:31.186Z | None -> 15.0.7-2.0 |
151 | 2024-08-21T05:45:31.186Z | |
152 | 2024-08-21T05:45:31.186Z | Services: |
153 | 2024-08-21T05:45:31.186Z | restart_fmri: |
154 | 2024-08-21T05:45:31.186Z | svc:/system/update-man-index:default |
155 | 2024-08-21T05:45:31.417Z | |
156 | 2024-08-21T05:45:31.417Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-21T05:45:36.413Z | Download: 553/3290 items 17.4/212.6MB 8% complete (3.6M/s) |
158 | 2024-08-21T05:45:41.433Z | Download: 1190/3290 items 60.3/212.6MB 28% complete (6.1M/s) |
159 | 2024-08-21T05:45:46.436Z | Download: 1606/3290 items 117.7/212.6MB 55% complete (10.0M/s) |
160 | 2024-08-21T05:45:51.560Z | Download: 2215/3290 items 119.2/212.6MB 56% complete (6.7M/s) |
161 | 2024-08-21T05:45:58.109Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (6.1M/s) |
162 | 2024-08-21T05:46:03.172Z | Download: 3242/3290 items 183.3/212.6MB 86% complete (12.6M/s) |
163 | 2024-08-21T05:46:06.348Z | Download: Completed 212.60 MB in 34.86 seconds (6.1M/s) |
164 | 2024-08-21T05:46:06.620Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-08-21T05:46:11.471Z | Actions: 3572/3689 actions (Installing new actions) |
166 | 2024-08-21T05:46:11.916Z | Actions: Completed 3689 actions in 5.46 seconds. |
167 | 2024-08-21T05:46:12.210Z | Done (0.278s) |
168 | 2024-08-21T05:46:12.210Z | Done (0.000s) |
169 | 2024-08-21T05:46:12.593Z | Done (0.374s) |
170 | 2024-08-21T05:46:18.507Z | Done (5.755s) |
171 | 2024-08-21T05:46:18.836Z | Done (0.245s) |
172 | 2024-08-21T05:46:18.843Z | Done (0.000s) |
173 | 2024-08-21T05:46:19.003Z | Done (0.000s) |
174 | 2024-08-21T05:46:19.652Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-08-21T05:46:19.852Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-21T05:46:19.962Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-21T05:46:20.106Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-21T05:46:20.106Z | Planning: Planning completed in 0.43 seconds |
179 | 2024-08-21T05:46:20.285Z | Mediators to change: 2 |
180 | 2024-08-21T05:46:20.286Z | Create boot environment: No |
181 | 2024-08-21T05:46:20.286Z | Create backup boot environment: No |
182 | 2024-08-21T05:46:20.286Z | Done |
183 | 2024-08-21T05:46:20.286Z | Done |
184 | 2024-08-21T05:46:20.465Z | Done |
185 | 2024-08-21T05:46:24.046Z | Done |
186 | 2024-08-21T05:46:24.191Z | Done |
187 | 2024-08-21T05:46:24.192Z | Done |
188 | 2024-08-21T05:46:24.257Z | Done |
189 | 2024-08-21T05:46:24.798Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-08-21T05:46:24.824Z | Planning: Merging actions ... Done |
191 | 2024-08-21T05:46:24.967Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-08-21T05:46:24.972Z | Planning: Consolidating action changes ... Done |
193 | 2024-08-21T05:46:25.226Z | Planning: Evaluating mediators ... Done |
194 | 2024-08-21T05:46:25.290Z | Planning: Planning completed in 0.75 seconds |
195 | 2024-08-21T05:46:25.315Z | Packages to change: 1 |
196 | 2024-08-21T05:46:25.315Z | Mediators to change: 1 |
197 | 2024-08-21T05:46:25.315Z | Services to change: 1 |
198 | 2024-08-21T05:46:25.319Z | Create boot environment: No |
199 | 2024-08-21T05:46:25.319Z | Create backup boot environment: Yes |
200 | 2024-08-21T05:46:27.345Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-08-21T05:46:27.374Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-08-21T05:46:27.374Z | Done |
203 | 2024-08-21T05:46:27.374Z | Done |
204 | 2024-08-21T05:46:27.427Z | Done |
205 | 2024-08-21T05:46:31.058Z | Done |
206 | 2024-08-21T05:46:31.146Z | Done |
207 | 2024-08-21T05:46:31.152Z | Done |
208 | 2024-08-21T05:46:31.278Z | Done |
209 | 2024-08-21T05:46:31.710Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-08-21T05:46:31.710Z | clang system 15 system |
211 | 2024-08-21T05:46:31.710Z | csh system system illumos |
212 | 2024-08-21T05:46:31.710Z | ctags system system illumos |
213 | 2024-08-21T05:46:31.710Z | gcc vendor 12 vendor |
214 | 2024-08-21T05:46:31.710Z | gcc system 10 system |
215 | 2024-08-21T05:46:31.710Z | gcc system 7 system |
216 | 2024-08-21T05:46:31.710Z | go system 1.20 system |
217 | 2024-08-21T05:46:31.710Z | go system 1.19 system |
218 | 2024-08-21T05:46:31.710Z | llvm system 15 system |
219 | 2024-08-21T05:46:31.710Z | llvm system 14 system |
220 | 2024-08-21T05:46:31.710Z | mariadb system 10.6 system |
221 | 2024-08-21T05:46:31.710Z | mta vendor vendor dma |
222 | 2024-08-21T05:46:31.710Z | openjdk system 17 system |
223 | 2024-08-21T05:46:31.710Z | openjdk system 11 system |
224 | 2024-08-21T05:46:31.710Z | openjdk system 1.8 system |
225 | 2024-08-21T05:46:31.710Z | openssl vendor 3 vendor |
226 | 2024-08-21T05:46:31.710Z | perl system 5.36 system |
227 | 2024-08-21T05:46:31.710Z | postgresql system 15 system |
228 | 2024-08-21T05:46:31.710Z | postgresql system 13 system |
229 | 2024-08-21T05:46:31.710Z | python vendor 3 vendor |
230 | 2024-08-21T05:46:31.711Z | python system 2 system |
231 | 2024-08-21T05:46:31.711Z | python3 system 3.11 system |
232 | 2024-08-21T05:46:31.711Z | ruby system 3.0 system |
233 | 2024-08-21T05:46:31.711Z | words vendor vendor american-english |
234 | 2024-08-21T05:46:31.711Z | words system system australian-english |
235 | 2024-08-21T05:46:31.711Z | words system system british-english |
236 | 2024-08-21T05:46:31.711Z | words system system canadian-english |
237 | 2024-08-21T05:46:31.711Z | words system system french |
238 | 2024-08-21T05:46:31.711Z | words system system italian |
239 | 2024-08-21T05:46:31.711Z | words system system ngerman |
240 | 2024-08-21T05:46:31.711Z | words system system ogerman |
241 | 2024-08-21T05:46:31.711Z | words system system spanish |
242 | 2024-08-21T05:46:32.038Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-08-21T05:46:32.038Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-08-21T05:46:33.776Z | FMRI IFO |
245 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-08-21T05:46:33.777Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-08-21T05:46:34.374Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-08-21T05:46:34.599Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-08-21T05:46:34.866Z | Updating crates.io index |
260 | 2024-08-21T05:46:34.874Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-08-21T05:46:35.617Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-08-21T05:46:36.348Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-08-21T05:46:36.584Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-08-21T05:46:38.110Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-08-21T05:46:38.334Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-08-21T05:46:38.838Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-08-21T05:46:39.717Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-08-21T05:46:41.495Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-08-21T05:46:42.456Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-08-21T05:46:43.143Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-21T05:46:43.403Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-21T05:46:43.944Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-08-21T05:46:44.237Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-08-21T05:46:44.531Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-08-21T05:46:44.844Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-08-21T05:46:45.084Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-08-21T05:46:45.318Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-08-21T05:46:45.601Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-08-21T05:46:45.933Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-08-21T05:46:46.258Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-08-21T05:46:46.507Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-08-21T05:46:46.795Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-08-21T05:46:47.259Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-08-21T05:46:47.565Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-08-21T05:46:47.991Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-08-21T05:46:50.313Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-08-21T05:46:50.557Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-08-21T05:46:50.784Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-08-21T05:46:51.293Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-08-21T05:46:52.265Z | Downloading crates ... |
291 | 2024-08-21T05:46:52.333Z | Downloaded equivalent v1.0.1 |
292 | 2024-08-21T05:46:52.339Z | Downloaded block-buffer v0.10.4 |
293 | 2024-08-21T05:46:52.343Z | Downloaded autocfg v1.3.0 |
294 | 2024-08-21T05:46:52.343Z | Downloaded crypto-common v0.1.6 |
295 | 2024-08-21T05:46:52.347Z | Downloaded camino v1.1.9 |
296 | 2024-08-21T05:46:52.347Z | Downloaded anstyle v1.0.8 |
297 | 2024-08-21T05:46:52.351Z | Downloaded colorchoice v1.0.1 |
298 | 2024-08-21T05:46:52.351Z | Downloaded cfg-if v1.0.0 |
299 | 2024-08-21T05:46:52.351Z | Downloaded scroll_derive v0.12.0 |
300 | 2024-08-21T05:46:52.358Z | Downloaded swrite v0.1.0 |
301 | 2024-08-21T05:46:52.361Z | Downloaded dof v0.3.0 |
302 | 2024-08-21T05:46:52.361Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-08-21T05:46:52.364Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-08-21T05:46:52.365Z | Downloaded byteorder v1.5.0 |
305 | 2024-08-21T05:46:52.368Z | Downloaded anstyle-query v1.0.3 |
306 | 2024-08-21T05:46:52.368Z | Downloaded toml_datetime v0.6.8 |
307 | 2024-08-21T05:46:52.368Z | Downloaded tabled_derive v0.7.0 |
308 | 2024-08-21T05:46:52.371Z | Downloaded serde_spanned v0.6.7 |
309 | 2024-08-21T05:46:52.371Z | Downloaded thread-id v4.2.1 |
310 | 2024-08-21T05:46:52.371Z | Downloaded plain v0.2.3 |
311 | 2024-08-21T05:46:52.374Z | Downloaded pest_generator v2.7.10 |
312 | 2024-08-21T05:46:52.374Z | Downloaded itoa v1.0.11 |
313 | 2024-08-21T05:46:52.382Z | Downloaded usdt-impl v0.5.0 |
314 | 2024-08-21T05:46:52.383Z | Downloaded proc-macro-error-attr v1.0.4 |
315 | 2024-08-21T05:46:52.383Z | Downloaded utf8parse v0.2.1 |
316 | 2024-08-21T05:46:52.383Z | Downloaded usdt v0.5.0 |
317 | 2024-08-21T05:46:52.390Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-08-21T05:46:52.390Z | Downloaded fs-err v2.11.0 |
319 | 2024-08-21T05:46:52.390Z | Downloaded errno v0.3.9 |
320 | 2024-08-21T05:46:52.390Z | Downloaded thiserror v1.0.63 |
321 | 2024-08-21T05:46:52.397Z | Downloaded sha2 v0.10.8 |
322 | 2024-08-21T05:46:52.398Z | Downloaded quote v1.0.36 |
323 | 2024-08-21T05:46:52.398Z | Downloaded anstyle-parse v0.2.4 |
324 | 2024-08-21T05:46:52.403Z | Downloaded cargo-platform v0.1.8 |
325 | 2024-08-21T05:46:52.403Z | Downloaded bytecount v0.6.8 |
326 | 2024-08-21T05:46:52.404Z | Downloaded usdt-attr-macro v0.5.0 |
327 | 2024-08-21T05:46:52.421Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-08-21T05:46:52.421Z | Downloaded typenum v1.17.0 |
329 | 2024-08-21T05:46:52.421Z | Downloaded unicode-ident v1.0.12 |
330 | 2024-08-21T05:46:52.427Z | Downloaded digest v0.10.7 |
331 | 2024-08-21T05:46:52.427Z | Downloaded zerocopy-derive v0.7.34 |
332 | 2024-08-21T05:46:52.429Z | Downloaded macaddr v1.0.1 |
333 | 2024-08-21T05:46:52.429Z | Downloaded is_terminal_polyfill v1.70.0 |
334 | 2024-08-21T05:46:52.429Z | Downloaded cpufeatures v0.2.12 |
335 | 2024-08-21T05:46:52.429Z | Downloaded anstream v0.6.14 |
336 | 2024-08-21T05:46:52.432Z | Downloaded generic-array v0.14.7 |
337 | 2024-08-21T05:46:52.434Z | Downloaded heck v0.4.1 |
338 | 2024-08-21T05:46:52.434Z | Downloaded fnv v1.0.7 |
339 | 2024-08-21T05:46:52.437Z | Downloaded strsim v0.11.1 |
340 | 2024-08-21T05:46:52.439Z | Downloaded heck v0.5.0 |
341 | 2024-08-21T05:46:52.442Z | Downloaded version_check v0.9.5 |
342 | 2024-08-21T05:46:52.442Z | Downloaded thiserror-impl v1.0.63 |
343 | 2024-08-21T05:46:52.444Z | Downloaded once_cell v1.19.0 |
344 | 2024-08-21T05:46:52.447Z | Downloaded log v0.4.21 |
345 | 2024-08-21T05:46:52.450Z | Downloaded terminal_size v0.3.0 |
346 | 2024-08-21T05:46:52.450Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-08-21T05:46:52.453Z | Downloaded cargo_toml v0.20.4 |
348 | 2024-08-21T05:46:52.453Z | Downloaded memmap v0.7.0 |
349 | 2024-08-21T05:46:52.456Z | Downloaded ryu v1.0.18 |
350 | 2024-08-21T05:46:52.459Z | Downloaded clap_derive v4.5.13 |
351 | 2024-08-21T05:46:52.459Z | Downloaded clap v4.5.16 |
352 | 2024-08-21T05:46:52.468Z | Downloaded semver v1.0.23 |
353 | 2024-08-21T05:46:52.471Z | Downloaded scroll v0.12.0 |
354 | 2024-08-21T05:46:52.471Z | Downloaded proc-macro-error v1.0.4 |
355 | 2024-08-21T05:46:52.476Z | Downloaded pest_derive v2.7.10 |
356 | 2024-08-21T05:46:52.478Z | Downloaded bitflags v2.6.0 |
357 | 2024-08-21T05:46:52.481Z | Downloaded clap_lex v0.7.0 |
358 | 2024-08-21T05:46:52.481Z | Downloaded serde_derive v1.0.208 |
359 | 2024-08-21T05:46:52.484Z | Downloaded ucd-trie v0.1.6 |
360 | 2024-08-21T05:46:52.484Z | Downloaded proc-macro2 v1.0.86 |
361 | 2024-08-21T05:46:52.488Z | Downloaded serde v1.0.208 |
362 | 2024-08-21T05:46:52.490Z | Downloaded toml v0.8.19 |
363 | 2024-08-21T05:46:52.493Z | Downloaded papergrid v0.11.0 |
364 | 2024-08-21T05:46:52.498Z | Downloaded memchr v2.7.2 |
365 | 2024-08-21T05:46:52.502Z | Downloaded pest_meta v2.7.10 |
366 | 2024-08-21T05:46:52.504Z | Downloaded anyhow v1.0.86 |
367 | 2024-08-21T05:46:52.512Z | Downloaded indexmap v2.4.0 |
368 | 2024-08-21T05:46:52.519Z | Downloaded pest v2.7.10 |
369 | 2024-08-21T05:46:52.530Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-21T05:46:52.533Z | Downloaded toml_edit v0.22.20 |
371 | 2024-08-21T05:46:52.556Z | Downloaded winnow v0.6.18 |
372 | 2024-08-21T05:46:52.564Z | Downloaded clap_builder v4.5.15 |
373 | 2024-08-21T05:46:52.569Z | Downloaded serde_json v1.0.125 |
374 | 2024-08-21T05:46:52.576Z | Downloaded zerocopy v0.7.34 |
375 | 2024-08-21T05:46:52.591Z | Downloaded goblin v0.8.2 |
376 | 2024-08-21T05:46:52.597Z | Downloaded tabled v0.15.0 |
377 | 2024-08-21T05:46:52.611Z | Downloaded syn v2.0.74 |
378 | 2024-08-21T05:46:52.623Z | Downloaded syn v1.0.109 |
379 | 2024-08-21T05:46:52.632Z | Downloaded rustix v0.38.34 |
380 | 2024-08-21T05:46:52.657Z | Downloaded unicode-width v0.1.13 |
381 | 2024-08-21T05:46:52.662Z | Downloaded libc v0.2.158 |
382 | 2024-08-21T05:46:52.991Z | Compiling proc-macro2 v1.0.86 |
383 | 2024-08-21T05:46:52.991Z | Compiling unicode-ident v1.0.12 |
384 | 2024-08-21T05:46:53.005Z | Compiling version_check v0.9.5 |
385 | 2024-08-21T05:46:53.005Z | Compiling serde v1.0.208 |
386 | 2024-08-21T05:46:53.005Z | Compiling memchr v2.7.2 |
387 | 2024-08-21T05:46:53.005Z | Compiling thiserror v1.0.63 |
388 | 2024-08-21T05:46:53.005Z | Compiling libc v0.2.158 |
389 | 2024-08-21T05:46:53.005Z | Compiling ucd-trie v0.1.6 |
390 | 2024-08-21T05:46:53.207Z | Compiling ryu v1.0.18 |
391 | 2024-08-21T05:46:53.578Z | Compiling itoa v1.0.11 |
392 | 2024-08-21T05:46:53.627Z | Compiling once_cell v1.19.0 |
393 | 2024-08-21T05:46:53.807Z | Compiling byteorder v1.5.0 |
394 | 2024-08-21T05:46:53.946Z | Compiling serde_json v1.0.125 |
395 | 2024-08-21T05:46:54.471Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-08-21T05:46:54.476Z | Compiling usdt-impl v0.5.0 |
397 | 2024-08-21T05:46:54.539Z | Compiling rustix v0.38.34 |
398 | 2024-08-21T05:46:54.542Z | Compiling syn v1.0.109 |
399 | 2024-08-21T05:46:54.810Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-08-21T05:46:54.836Z | Compiling hashbrown v0.14.5 |
401 | 2024-08-21T05:46:54.986Z | Compiling plain v0.2.3 |
402 | 2024-08-21T05:46:55.109Z | Compiling utf8parse v0.2.1 |
403 | 2024-08-21T05:46:55.173Z | Compiling log v0.4.21 |
404 | 2024-08-21T05:46:55.260Z | Compiling quote v1.0.36 |
405 | 2024-08-21T05:46:55.294Z | Compiling equivalent v1.0.1 |
406 | 2024-08-21T05:46:55.416Z | Compiling bitflags v2.6.0 |
407 | 2024-08-21T05:46:55.470Z | Compiling anstyle-parse v0.2.4 |
408 | 2024-08-21T05:46:55.698Z | Compiling syn v2.0.74 |
409 | 2024-08-21T05:46:55.766Z | Compiling thread-id v4.2.1 |
410 | 2024-08-21T05:46:55.806Z | Compiling errno v0.3.9 |
411 | 2024-08-21T05:46:56.007Z | Compiling semver v1.0.23 |
412 | 2024-08-21T05:46:56.042Z | Compiling colorchoice v1.0.1 |
413 | 2024-08-21T05:46:56.207Z | Compiling indexmap v2.4.0 |
414 | 2024-08-21T05:46:56.255Z | Compiling autocfg v1.3.0 |
415 | 2024-08-21T05:46:56.298Z | Compiling camino v1.1.9 |
416 | 2024-08-21T05:46:56.614Z | Compiling is_terminal_polyfill v1.70.0 |
417 | 2024-08-21T05:46:56.763Z | Compiling anstyle v1.0.8 |
418 | 2024-08-21T05:46:57.016Z | Compiling pretty-hex v0.4.1 |
419 | 2024-08-21T05:46:57.219Z | Compiling anstyle-query v1.0.3 |
420 | 2024-08-21T05:46:57.251Z | Compiling winnow v0.6.18 |
421 | 2024-08-21T05:46:57.323Z | Compiling fs-err v2.11.0 |
422 | 2024-08-21T05:46:57.367Z | Compiling anstream v0.6.14 |
423 | 2024-08-21T05:46:57.453Z | Compiling terminal_size v0.3.0 |
424 | 2024-08-21T05:46:57.658Z | Compiling unicode-width v0.1.13 |
425 | 2024-08-21T05:46:57.703Z | Compiling anyhow v1.0.86 |
426 | 2024-08-21T05:46:57.767Z | Compiling strsim v0.11.1 |
427 | 2024-08-21T05:46:57.796Z | Compiling heck v0.5.0 |
428 | 2024-08-21T05:46:57.916Z | Compiling heck v0.4.1 |
429 | 2024-08-21T05:46:58.108Z | Compiling clap_lex v0.7.0 |
430 | 2024-08-21T05:46:58.330Z | Compiling bytecount v0.6.8 |
431 | 2024-08-21T05:46:58.360Z | Compiling fnv v1.0.7 |
432 | 2024-08-21T05:46:58.446Z | Compiling clap_builder v4.5.15 |
433 | 2024-08-21T05:46:58.496Z | Compiling papergrid v0.11.0 |
434 | 2024-08-21T05:46:58.713Z | Compiling memmap v0.7.0 |
435 | 2024-08-21T05:46:59.543Z | Compiling swrite v0.1.0 |
436 | 2024-08-21T05:47:01.139Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-21T05:47:02.626Z | Compiling tabled v0.15.0 |
438 | 2024-08-21T05:47:04.439Z | Compiling serde_derive v1.0.208 |
439 | 2024-08-21T05:47:04.440Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-21T05:47:04.445Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-21T05:47:04.446Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-21T05:47:04.446Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-21T05:47:05.772Z | Compiling scroll v0.12.0 |
444 | 2024-08-21T05:47:06.296Z | Compiling zerocopy v0.7.34 |
445 | 2024-08-21T05:47:06.342Z | Compiling goblin v0.8.2 |
446 | 2024-08-21T05:47:07.033Z | Compiling pest v2.7.10 |
447 | 2024-08-21T05:47:08.393Z | Compiling clap v4.5.16 |
448 | 2024-08-21T05:47:09.189Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-21T05:47:10.016Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-21T05:47:11.679Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-21T05:47:12.344Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-21T05:47:14.425Z | Compiling serde_spanned v0.6.7 |
453 | 2024-08-21T05:47:14.425Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-21T05:47:14.430Z | Compiling cargo-platform v0.1.8 |
455 | 2024-08-21T05:47:14.693Z | Compiling macaddr v1.0.1 |
456 | 2024-08-21T05:47:14.987Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-08-21T05:47:15.013Z | Compiling toml_edit v0.22.20 |
458 | 2024-08-21T05:47:15.784Z | Compiling dof v0.3.0 |
459 | 2024-08-21T05:47:15.784Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-08-21T05:47:17.696Z | Compiling toml v0.8.19 |
461 | 2024-08-21T05:47:18.104Z | Compiling usdt-macro v0.5.0 |
462 | 2024-08-21T05:47:18.144Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-08-21T05:47:18.685Z | Compiling cargo_toml v0.20.4 |
464 | 2024-08-21T05:47:19.549Z | Compiling usdt v0.5.0 |
465 | 2024-08-21T05:47:22.458Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-08-21T05:47:26.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.20s |
467 | 2024-08-21T05:47:26.589Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-08-21T05:47:27.151Z | Downloading crates ... |
469 | 2024-08-21T05:47:27.269Z | Downloaded addr2line v0.21.0 |
470 | 2024-08-21T05:47:27.277Z | Downloaded bitflags v1.3.2 |
471 | 2024-08-21T05:47:27.284Z | Downloaded argon2 v0.5.3 |
472 | 2024-08-21T05:47:27.288Z | Downloaded bytes v1.7.1 |
473 | 2024-08-21T05:47:27.294Z | Downloaded atomicwrites v0.4.3 |
474 | 2024-08-21T05:47:27.298Z | Downloaded ident_case v1.0.1 |
475 | 2024-08-21T05:47:27.304Z | Downloaded crunchy v0.2.2 |
476 | 2024-08-21T05:47:27.307Z | Downloaded hyper-staticfile v0.9.5 |
477 | 2024-08-21T05:47:27.310Z | Downloaded darling_macro v0.20.9 |
478 | 2024-08-21T05:47:27.313Z | Downloaded cstr-argument v0.1.2 |
479 | 2024-08-21T05:47:27.315Z | Downloaded iana-time-zone v0.1.60 |
480 | 2024-08-21T05:47:27.318Z | Downloaded hyper-tls v0.5.0 |
481 | 2024-08-21T05:47:27.320Z | Downloaded ciborium-ll v0.2.2 |
482 | 2024-08-21T05:47:27.320Z | Downloaded aead v0.5.2 |
483 | 2024-08-21T05:47:27.323Z | Downloaded nodrop v0.1.14 |
484 | 2024-08-21T05:47:27.325Z | Downloaded is-terminal v0.4.12 |
485 | 2024-08-21T05:47:27.328Z | Downloaded base16ct v0.2.0 |
486 | 2024-08-21T05:47:27.328Z | Downloaded block-padding v0.3.3 |
487 | 2024-08-21T05:47:27.330Z | Downloaded number_prefix v0.4.0 |
488 | 2024-08-21T05:47:27.330Z | Downloaded normalize-line-endings v0.3.0 |
489 | 2024-08-21T05:47:27.333Z | Downloaded newline-converter v0.3.0 |
490 | 2024-08-21T05:47:27.333Z | Downloaded newtype_derive v0.1.6 |
491 | 2024-08-21T05:47:27.335Z | Downloaded bitstruct_derive v0.1.0 |
492 | 2024-08-21T05:47:27.335Z | Downloaded cbc v0.1.2 |
493 | 2024-08-21T05:47:27.338Z | Downloaded cassowary v0.3.0 |
494 | 2024-08-21T05:47:27.342Z | Downloaded openssl-probe v0.1.5 |
495 | 2024-08-21T05:47:27.344Z | Downloaded opaque-debug v0.3.1 |
496 | 2024-08-21T05:47:27.345Z | Downloaded nanorand v0.7.0 |
497 | 2024-08-21T05:47:27.347Z | Downloaded keccak v0.1.5 |
498 | 2024-08-21T05:47:27.347Z | Downloaded libefi-sys v0.1.0 |
499 | 2024-08-21T05:47:27.349Z | Downloaded crc v3.2.1 |
500 | 2024-08-21T05:47:27.351Z | Downloaded lazy_static v1.5.0 |
501 | 2024-08-21T05:47:27.354Z | Downloaded instability v0.3.2 |
502 | 2024-08-21T05:47:27.356Z | Downloaded maplit v1.0.2 |
503 | 2024-08-21T05:47:27.356Z | Downloaded linear-map v1.2.0 |
504 | 2024-08-21T05:47:27.359Z | Downloaded cexpr v0.6.0 |
505 | 2024-08-21T05:47:27.361Z | Downloaded num-derive v0.4.2 |
506 | 2024-08-21T05:47:27.363Z | Downloaded mime v0.3.17 |
507 | 2024-08-21T05:47:27.366Z | Downloaded num_cpus v1.16.0 |
508 | 2024-08-21T05:47:27.368Z | Downloaded memmap2 v0.9.4 |
509 | 2024-08-21T05:47:27.371Z | Downloaded maybe-uninit v2.0.0 |
510 | 2024-08-21T05:47:27.374Z | Downloaded olpc-cjson v0.1.3 |
511 | 2024-08-21T05:47:27.374Z | Downloaded num_enum_derive v0.5.11 |
512 | 2024-08-21T05:47:27.377Z | Downloaded num-iter v0.1.45 |
513 | 2024-08-21T05:47:27.377Z | Downloaded is_ci v1.2.0 |
514 | 2024-08-21T05:47:27.379Z | Downloaded ciborium-io v0.2.2 |
515 | 2024-08-21T05:47:27.379Z | Downloaded crucible-workspace-hack v0.1.0 |
516 | 2024-08-21T05:47:27.382Z | Downloaded new_debug_unreachable v1.0.6 |
517 | 2024-08-21T05:47:27.382Z | Downloaded instant v0.1.12 |
518 | 2024-08-21T05:47:27.385Z | Downloaded impl-trait-for-tuples v0.2.2 |
519 | 2024-08-21T05:47:27.387Z | Downloaded debug-ignore v1.0.5 |
520 | 2024-08-21T05:47:27.389Z | Downloaded hubpack_derive v0.1.1 |
521 | 2024-08-21T05:47:27.389Z | Downloaded native-tls v0.2.11 |
522 | 2024-08-21T05:47:27.392Z | Downloaded bcs v0.1.6 |
523 | 2024-08-21T05:47:27.394Z | Downloaded shlex v1.3.0 |
524 | 2024-08-21T05:47:27.397Z | Downloaded ipnet v2.9.0 |
525 | 2024-08-21T05:47:27.400Z | Downloaded lock_api v0.4.12 |
526 | 2024-08-21T05:47:27.403Z | Downloaded const_format_proc_macros v0.2.32 |
527 | 2024-08-21T05:47:27.403Z | Downloaded num-complex v0.4.6 |
528 | 2024-08-21T05:47:27.406Z | Downloaded libloading v0.8.3 |
529 | 2024-08-21T05:47:27.408Z | Downloaded num_threads v0.1.7 |
530 | 2024-08-21T05:47:27.411Z | Downloaded cookie v0.18.1 |
531 | 2024-08-21T05:47:27.415Z | Downloaded oso-derive v0.27.3 |
532 | 2024-08-21T05:47:27.415Z | Downloaded owo-colors v4.0.0 |
533 | 2024-08-21T05:47:27.418Z | Downloaded openssl-macros v0.1.1 |
534 | 2024-08-21T05:47:27.418Z | Downloaded tower-service v0.3.2 |
535 | 2024-08-21T05:47:27.422Z | Downloaded ascii-canvas v3.0.0 |
536 | 2024-08-21T05:47:27.422Z | Downloaded ahash v0.8.11 |
537 | 2024-08-21T05:47:27.424Z | Downloaded lru v0.12.3 |
538 | 2024-08-21T05:47:27.426Z | Downloaded lazycell v1.3.0 |
539 | 2024-08-21T05:47:27.426Z | Downloaded match_cfg v0.1.0 |
540 | 2024-08-21T05:47:27.429Z | Downloaded castaway v0.2.3 |
541 | 2024-08-21T05:47:27.431Z | Downloaded bitfield-struct v0.6.1 |
542 | 2024-08-21T05:47:27.431Z | Downloaded nibble_vec v0.1.0 |
543 | 2024-08-21T05:47:27.434Z | Downloaded camino-tempfile v1.1.1 |
544 | 2024-08-21T05:47:27.436Z | Downloaded bit-vec v0.6.3 |
545 | 2024-08-21T05:47:27.439Z | Downloaded scopeguard v1.2.0 |
546 | 2024-08-21T05:47:27.439Z | Downloaded constant_time_eq v0.3.0 |
547 | 2024-08-21T05:47:27.441Z | Downloaded cobs v0.2.3 |
548 | 2024-08-21T05:47:27.441Z | Downloaded libsw v3.3.1 |
549 | 2024-08-21T05:47:27.444Z | Downloaded md-5 v0.10.6 |
550 | 2024-08-21T05:47:27.446Z | Downloaded data-encoding v2.6.0 |
551 | 2024-08-21T05:47:27.450Z | Downloaded memoffset v0.9.1 |
552 | 2024-08-21T05:47:27.450Z | Downloaded take_mut v0.2.2 |
553 | 2024-08-21T05:47:27.452Z | Downloaded cipher v0.4.4 |
554 | 2024-08-21T05:47:27.452Z | Downloaded num-traits v0.2.19 |
555 | 2024-08-21T05:47:27.455Z | Downloaded managed v0.8.0 |
556 | 2024-08-21T05:47:27.458Z | Downloaded multimap v0.10.0 |
557 | 2024-08-21T05:47:27.460Z | Downloaded num_enum v0.5.11 |
558 | 2024-08-21T05:47:27.465Z | Downloaded num-integer v0.1.46 |
559 | 2024-08-21T05:47:27.469Z | Downloaded semver v0.1.20 |
560 | 2024-08-21T05:47:27.469Z | Downloaded signature v2.2.0 |
561 | 2024-08-21T05:47:27.472Z | Downloaded serde_path_to_error v0.1.16 |
562 | 2024-08-21T05:47:27.475Z | Downloaded headers-core v0.2.0 |
563 | 2024-08-21T05:47:27.475Z | Downloaded defmt v0.3.8 |
564 | 2024-08-21T05:47:27.478Z | Downloaded parse-size v1.0.0 |
565 | 2024-08-21T05:47:27.482Z | Downloaded const-oid v0.9.6 |
566 | 2024-08-21T05:47:27.482Z | Downloaded jobserver v0.1.32 |
567 | 2024-08-21T05:47:27.485Z | Downloaded ipnetwork v0.20.0 |
568 | 2024-08-21T05:47:27.489Z | Downloaded structmeta-derive v0.2.0 |
569 | 2024-08-21T05:47:27.491Z | Downloaded foreign-types-shared v0.1.1 |
570 | 2024-08-21T05:47:27.491Z | Downloaded fallible-streaming-iterator v0.1.9 |
571 | 2024-08-21T05:47:27.491Z | Downloaded clang-sys v1.7.0 |
572 | 2024-08-21T05:47:27.494Z | Downloaded arrayvec v0.7.4 |
573 | 2024-08-21T05:47:27.498Z | Downloaded ciborium v0.2.2 |
574 | 2024-08-21T05:47:27.501Z | Downloaded serde-big-array v0.5.1 |
575 | 2024-08-21T05:47:27.501Z | Downloaded whoami v1.5.1 |
576 | 2024-08-21T05:47:27.503Z | Downloaded either v1.13.0 |
577 | 2024-08-21T05:47:27.506Z | Downloaded slog-json v2.6.1 |
578 | 2024-08-21T05:47:27.510Z | Downloaded string_cache v0.8.7 |
579 | 2024-08-21T05:47:27.514Z | Downloaded console v0.15.8 |
580 | 2024-08-21T05:47:27.517Z | Downloaded cancel-safe-futures v0.1.5 |
581 | 2024-08-21T05:47:27.522Z | Downloaded form_urlencoded v1.2.1 |
582 | 2024-08-21T05:47:27.522Z | Downloaded topological-sort v0.2.2 |
583 | 2024-08-21T05:47:27.525Z | Downloaded thread_local v1.1.8 |
584 | 2024-08-21T05:47:27.525Z | Downloaded thiserror-no-std v2.0.2 |
585 | 2024-08-21T05:47:27.530Z | Downloaded thiserror-impl-no-std v2.0.2 |
586 | 2024-08-21T05:47:27.530Z | Downloaded sqlparser_derive v0.2.2 |
587 | 2024-08-21T05:47:27.534Z | Downloaded tabwriter v1.4.0 |
588 | 2024-08-21T05:47:27.534Z | Downloaded num-rational v0.4.2 |
589 | 2024-08-21T05:47:27.534Z | Downloaded foreign-types-shared v0.3.1 |
590 | 2024-08-21T05:47:27.534Z | Downloaded fastrand v2.1.0 |
591 | 2024-08-21T05:47:27.542Z | Downloaded dyn-clone v1.0.17 |
592 | 2024-08-21T05:47:27.546Z | Downloaded stable_deref_trait v1.2.0 |
593 | 2024-08-21T05:47:27.546Z | Downloaded serde_with_macros v3.9.0 |
594 | 2024-08-21T05:47:27.546Z | Downloaded unicode-truncate v1.0.0 |
595 | 2024-08-21T05:47:27.546Z | Downloaded tokio-tungstenite v0.21.0 |
596 | 2024-08-21T05:47:27.548Z | Downloaded paste v1.0.15 |
597 | 2024-08-21T05:47:27.551Z | Downloaded miniz_oxide v0.7.2 |
598 | 2024-08-21T05:47:27.554Z | Downloaded compact_str v0.8.0 |
599 | 2024-08-21T05:47:27.559Z | Downloaded crossbeam-epoch v0.9.18 |
600 | 2024-08-21T05:47:27.563Z | Downloaded vte_generate_state_changes v0.1.1 |
601 | 2024-08-21T05:47:27.563Z | Downloaded home v0.5.9 |
602 | 2024-08-21T05:47:27.563Z | Downloaded foreign-types-macros v0.2.3 |
603 | 2024-08-21T05:47:27.567Z | Downloaded hostname v0.3.1 |
604 | 2024-08-21T05:47:27.567Z | Downloaded slog-envlogger v2.2.0 |
605 | 2024-08-21T05:47:27.575Z | Downloaded ppv-lite86 v0.2.17 |
606 | 2024-08-21T05:47:27.575Z | Downloaded powerfmt v0.2.0 |
607 | 2024-08-21T05:47:27.575Z | Downloaded salsa20 v0.10.2 |
608 | 2024-08-21T05:47:27.579Z | Downloaded vsss-rs v3.3.4 |
609 | 2024-08-21T05:47:27.579Z | Downloaded allocator-api2 v0.2.18 |
610 | 2024-08-21T05:47:27.579Z | Downloaded rand_xorshift v0.3.0 |
611 | 2024-08-21T05:47:27.582Z | Downloaded rtoolbox v0.0.2 |
612 | 2024-08-21T05:47:27.582Z | Downloaded darling v0.20.9 |
613 | 2024-08-21T05:47:27.587Z | Downloaded mockall_derive v0.13.0 |
614 | 2024-08-21T05:47:27.591Z | Downloaded sqlformat v0.2.4 |
615 | 2024-08-21T05:47:27.593Z | Downloaded slab v0.4.9 |
616 | 2024-08-21T05:47:27.593Z | Downloaded siphasher v0.3.11 |
617 | 2024-08-21T05:47:27.596Z | Downloaded rpassword v7.3.1 |
618 | 2024-08-21T05:47:27.600Z | Downloaded radium v0.7.0 |
619 | 2024-08-21T05:47:27.600Z | Downloaded tls_codec v0.4.1 |
620 | 2024-08-21T05:47:27.602Z | Downloaded static_assertions v1.1.0 |
621 | 2024-08-21T05:47:27.602Z | Downloaded der_derive v0.7.2 |
622 | 2024-08-21T05:47:27.605Z | Downloaded tls_codec_derive v0.4.1 |
623 | 2024-08-21T05:47:27.608Z | Downloaded getrandom v0.2.14 |
624 | 2024-08-21T05:47:27.611Z | Downloaded sync_wrapper v0.1.2 |
625 | 2024-08-21T05:47:27.611Z | Downloaded subprocess v0.2.9 |
626 | 2024-08-21T05:47:27.614Z | Downloaded base64 v0.21.7 |
627 | 2024-08-21T05:47:27.619Z | Downloaded unicase v2.7.0 |
628 | 2024-08-21T05:47:27.622Z | Downloaded pin-project-internal v1.1.5 |
629 | 2024-08-21T05:47:27.625Z | Downloaded password-hash v0.5.0 |
630 | 2024-08-21T05:47:27.629Z | Downloaded http-range v0.1.5 |
631 | 2024-08-21T05:47:27.629Z | Downloaded difflib v0.4.0 |
632 | 2024-08-21T05:47:27.630Z | Downloaded futures-core v0.3.30 |
633 | 2024-08-21T05:47:27.632Z | Downloaded filetime v0.2.24 |
634 | 2024-08-21T05:47:27.632Z | Downloaded group v0.13.0 |
635 | 2024-08-21T05:47:27.636Z | Downloaded http-body v0.4.6 |
636 | 2024-08-21T05:47:27.639Z | Downloaded futures-task v0.3.30 |
637 | 2024-08-21T05:47:27.639Z | Downloaded derive_builder_macro v0.20.0 |
638 | 2024-08-21T05:47:27.639Z | Downloaded httpdate v1.0.3 |
639 | 2024-08-21T05:47:27.641Z | Downloaded pbkdf2 v0.12.2 |
640 | 2024-08-21T05:47:27.644Z | Downloaded derive-where v1.2.7 |
641 | 2024-08-21T05:47:27.647Z | Downloaded heck v0.3.3 |
642 | 2024-08-21T05:47:27.660Z | Downloaded vergen v8.3.2 |
643 | 2024-08-21T05:47:27.662Z | Downloaded peg-runtime v0.8.3 |
644 | 2024-08-21T05:47:27.665Z | Downloaded psl-types v2.0.11 |
645 | 2024-08-21T05:47:27.668Z | Downloaded percent-encoding v2.3.1 |
646 | 2024-08-21T05:47:27.668Z | Downloaded arc-swap v1.7.1 |
647 | 2024-08-21T05:47:27.673Z | Downloaded fxhash v0.2.1 |
648 | 2024-08-21T05:47:27.676Z | Downloaded scheduled-thread-pool v0.2.7 |
649 | 2024-08-21T05:47:27.676Z | Downloaded rustfmt-wrapper v0.2.1 |
650 | 2024-08-21T05:47:27.676Z | Downloaded term v0.7.0 |
651 | 2024-08-21T05:47:27.678Z | Downloaded darling_core v0.20.9 |
652 | 2024-08-21T05:47:27.689Z | Downloaded slog-bunyan v2.5.0 |
653 | 2024-08-21T05:47:27.692Z | Downloaded pretty-hex v0.2.1 |
654 | 2024-08-21T05:47:27.692Z | Downloaded supports-color v3.0.0 |
655 | 2024-08-21T05:47:27.692Z | Downloaded slog-async v2.8.0 |
656 | 2024-08-21T05:47:27.692Z | Downloaded schemars_derive v0.8.21 |
657 | 2024-08-21T05:47:27.694Z | Downloaded tokio-tungstenite v0.20.1 |
658 | 2024-08-21T05:47:27.696Z | Downloaded crossbeam-channel v0.5.12 |
659 | 2024-08-21T05:47:27.701Z | Downloaded structmeta v0.3.0 |
660 | 2024-08-21T05:47:27.703Z | Downloaded zone_cfg_derive v0.1.2 |
661 | 2024-08-21T05:47:27.703Z | Downloaded toolchain_find v0.4.0 |
662 | 2024-08-21T05:47:27.706Z | Downloaded unicode-linebreak v0.1.5 |
663 | 2024-08-21T05:47:27.709Z | Downloaded unicode-xid v0.2.4 |
664 | 2024-08-21T05:47:27.709Z | Downloaded httparse v1.8.0 |
665 | 2024-08-21T05:47:27.711Z | Downloaded tokio-native-tls v0.3.1 |
666 | 2024-08-21T05:47:27.715Z | Downloaded elliptic-curve v0.13.8 |
667 | 2024-08-21T05:47:27.717Z | Downloaded waitgroup v0.1.2 |
668 | 2024-08-21T05:47:27.720Z | Downloaded minimal-lexical v0.2.1 |
669 | 2024-08-21T05:47:27.724Z | Downloaded cc v1.0.97 |
670 | 2024-08-21T05:47:27.729Z | Downloaded humantime v2.1.0 |
671 | 2024-08-21T05:47:27.731Z | Downloaded path-slash v0.1.5 |
672 | 2024-08-21T05:47:27.731Z | Downloaded fragile v2.0.0 |
673 | 2024-08-21T05:47:27.733Z | Downloaded termcolor v1.4.1 |
674 | 2024-08-21T05:47:27.736Z | Downloaded gethostname v0.5.0 |
675 | 2024-08-21T05:47:27.738Z | Downloaded itertools v0.10.5 |
676 | 2024-08-21T05:47:27.744Z | Downloaded hubpack v0.1.2 |
677 | 2024-08-21T05:47:27.746Z | Downloaded proc-macro-crate v1.3.1 |
678 | 2024-08-21T05:47:27.749Z | Downloaded const_format v0.2.32 |
679 | 2024-08-21T05:47:27.752Z | Downloaded sec1 v0.7.3 |
680 | 2024-08-21T05:47:27.754Z | Downloaded rustc_version v0.4.0 |
681 | 2024-08-21T05:47:27.757Z | Downloaded base64 v0.22.1 |
682 | 2024-08-21T05:47:27.760Z | Downloaded snafu-derive v0.8.2 |
683 | 2024-08-21T05:47:27.763Z | Downloaded scrypt v0.11.0 |
684 | 2024-08-21T05:47:27.765Z | Downloaded headers v0.3.9 |
685 | 2024-08-21T05:47:27.770Z | Downloaded strum_macros v0.26.4 |
686 | 2024-08-21T05:47:27.773Z | Downloaded zone v0.1.8 |
687 | 2024-08-21T05:47:27.775Z | Downloaded samael v0.0.15 |
688 | 2024-08-21T05:47:27.780Z | Downloaded strip-ansi-escapes v0.2.0 |
689 | 2024-08-21T05:47:27.782Z | Downloaded signal-hook-mio v0.2.4 |
690 | 2024-08-21T05:47:27.785Z | Downloaded tokio-rustls v0.24.1 |
691 | 2024-08-21T05:47:27.787Z | Downloaded hex v0.4.3 |
692 | 2024-08-21T05:47:27.789Z | Downloaded diff v0.1.13 |
693 | 2024-08-21T05:47:27.792Z | Downloaded futures-macro v0.3.30 |
694 | 2024-08-21T05:47:27.794Z | Downloaded tap v1.0.1 |
695 | 2024-08-21T05:47:27.797Z | Downloaded want v0.3.1 |
696 | 2024-08-21T05:47:27.797Z | Downloaded fd-lock v4.0.2 |
697 | 2024-08-21T05:47:27.799Z | Downloaded zeroize v1.7.0 |
698 | 2024-08-21T05:47:27.801Z | Downloaded snafu v0.8.2 |
699 | 2024-08-21T05:47:27.807Z | Downloaded pkcs5 v0.7.1 |
700 | 2024-08-21T05:47:27.811Z | Downloaded precomputed-hash v0.1.1 |
701 | 2024-08-21T05:47:27.814Z | Downloaded rustc-hash v1.1.0 |
702 | 2024-08-21T05:47:27.816Z | Downloaded crypto-bigint v0.5.5 |
703 | 2024-08-21T05:47:27.822Z | Downloaded stringprep v0.1.4 |
704 | 2024-08-21T05:47:27.825Z | Downloaded ref-cast-impl v1.0.23 |
705 | 2024-08-21T05:47:27.825Z | Downloaded mio v1.0.2 |
706 | 2024-08-21T05:47:27.831Z | Downloaded serde_derive_internals v0.29.1 |
707 | 2024-08-21T05:47:27.833Z | Downloaded pin-utils v0.1.0 |
708 | 2024-08-21T05:47:27.836Z | Downloaded try-lock v0.2.5 |
709 | 2024-08-21T05:47:27.836Z | Downloaded same-file v1.0.6 |
710 | 2024-08-21T05:47:27.838Z | Downloaded rand_chacha v0.3.1 |
711 | 2024-08-21T05:47:27.841Z | Downloaded tracing-attributes v0.1.27 |
712 | 2024-08-21T05:47:27.843Z | Downloaded serde_arrays v0.1.0 |
713 | 2024-08-21T05:47:27.845Z | Downloaded secrecy v0.8.0 |
714 | 2024-08-21T05:47:27.845Z | Downloaded prettyplease v0.2.20 |
715 | 2024-08-21T05:47:27.848Z | Downloaded libxml v0.3.3 |
716 | 2024-08-21T05:47:27.855Z | Downloaded which v4.4.2 |
717 | 2024-08-21T05:47:27.858Z | Downloaded strum v0.26.3 |
718 | 2024-08-21T05:47:27.860Z | Downloaded portpicker v0.1.1 |
719 | 2024-08-21T05:47:27.860Z | Downloaded termtree v0.4.1 |
720 | 2024-08-21T05:47:27.862Z | Downloaded fixedbitset v0.4.2 |
721 | 2024-08-21T05:47:27.862Z | Downloaded getopts v0.2.21 |
722 | 2024-08-21T05:47:27.865Z | Downloaded packed_struct v0.10.1 |
723 | 2024-08-21T05:47:27.867Z | Downloaded walkdir v2.5.0 |
724 | 2024-08-21T05:47:27.869Z | Downloaded flagset v0.4.5 |
725 | 2024-08-21T05:47:27.872Z | Downloaded foreign-types v0.5.0 |
726 | 2024-08-21T05:47:27.874Z | Downloaded foreign-types v0.3.2 |
727 | 2024-08-21T05:47:27.874Z | Downloaded endian-type v0.1.2 |
728 | 2024-08-21T05:47:27.875Z | Downloaded rand_core v0.6.4 |
729 | 2024-08-21T05:47:27.877Z | Downloaded display-error-chain v0.2.0 |
730 | 2024-08-21T05:47:27.877Z | Downloaded poly1305 v0.8.0 |
731 | 2024-08-21T05:47:27.880Z | Downloaded phf_shared v0.10.0 |
732 | 2024-08-21T05:47:27.882Z | Downloaded resolv-conf v0.7.0 |
733 | 2024-08-21T05:47:27.885Z | Downloaded tokio-rustls v0.25.0 |
734 | 2024-08-21T05:47:27.887Z | Downloaded parking_lot_core v0.9.10 |
735 | 2024-08-21T05:47:27.889Z | Downloaded http v1.1.0 |
736 | 2024-08-21T05:47:27.893Z | Downloaded aes v0.8.4 |
737 | 2024-08-21T05:47:27.897Z | Downloaded sigpipe v0.1.3 |
738 | 2024-08-21T05:47:27.899Z | Downloaded schemars v0.8.21 |
739 | 2024-08-21T05:47:27.912Z | Downloaded tui-tree-widget v0.22.0 |
740 | 2024-08-21T05:47:27.914Z | Downloaded futures-channel v0.3.30 |
741 | 2024-08-21T05:47:27.917Z | Downloaded tokio-macros v2.3.0 |
742 | 2024-08-21T05:47:27.919Z | Downloaded num-bigint-dig v0.8.4 |
743 | 2024-08-21T05:47:27.922Z | Downloaded derive_more v0.99.18 |
744 | 2024-08-21T05:47:27.927Z | Downloaded tar v0.4.41 |
745 | 2024-08-21T05:47:27.930Z | Downloaded tempfile v3.10.1 |
746 | 2024-08-21T05:47:27.933Z | Downloaded slog-scope v4.4.0 |
747 | 2024-08-21T05:47:27.935Z | Downloaded hyper-rustls v0.24.2 |
748 | 2024-08-21T05:47:27.938Z | Downloaded xattr v1.3.1 |
749 | 2024-08-21T05:47:27.941Z | Downloaded tinyvec_macros v0.1.1 |
750 | 2024-08-21T05:47:27.941Z | Downloaded diesel_derives v2.2.2 |
751 | 2024-08-21T05:47:27.945Z | Downloaded structmeta-derive v0.3.0 |
752 | 2024-08-21T05:47:27.947Z | Downloaded structmeta v0.2.0 |
753 | 2024-08-21T05:47:27.950Z | Downloaded packed_struct_codegen v0.10.1 |
754 | 2024-08-21T05:47:27.950Z | Downloaded http v0.2.12 |
755 | 2024-08-21T05:47:27.953Z | Downloaded itertools v0.12.1 |
756 | 2024-08-21T05:47:27.961Z | Downloaded expectorate v1.1.0 |
757 | 2024-08-21T05:47:27.963Z | Downloaded downcast v0.11.0 |
758 | 2024-08-21T05:47:27.966Z | Downloaded tokio-stream v0.1.15 |
759 | 2024-08-21T05:47:27.969Z | Downloaded rand_seeder v0.3.0 |
760 | 2024-08-21T05:47:27.971Z | Downloaded strum_macros v0.24.3 |
761 | 2024-08-21T05:47:27.974Z | Downloaded tracing-core v0.1.32 |
762 | 2024-08-21T05:47:27.976Z | Downloaded signal-hook-tokio v0.3.1 |
763 | 2024-08-21T05:47:27.979Z | Downloaded env_logger v0.9.3 |
764 | 2024-08-21T05:47:27.982Z | Downloaded glob v0.3.1 |
765 | 2024-08-21T05:47:27.985Z | Downloaded shell-words v1.1.0 |
766 | 2024-08-21T05:47:27.985Z | Downloaded env_logger v0.10.2 |
767 | 2024-08-21T05:47:27.988Z | Downloaded tokio-postgres v0.7.11 |
768 | 2024-08-21T05:47:27.991Z | Downloaded time-core v0.1.2 |
769 | 2024-08-21T05:47:27.993Z | Downloaded slog-stdlog v4.1.1 |
770 | 2024-08-21T05:47:27.996Z | Downloaded enum-as-inner v0.6.0 |
771 | 2024-08-21T05:47:27.998Z | Downloaded uuid v1.10.0 |
772 | 2024-08-21T05:47:28.001Z | Downloaded phf_shared v0.11.2 |
773 | 2024-08-21T05:47:28.001Z | Downloaded predicates-core v1.0.6 |
774 | 2024-08-21T05:47:28.003Z | Downloaded futures-sink v0.3.30 |
775 | 2024-08-21T05:47:28.003Z | Downloaded futures-io v0.3.30 |
776 | 2024-08-21T05:47:28.015Z | Downloaded funty v2.0.0 |
777 | 2024-08-21T05:47:28.015Z | Downloaded erased-serde v0.3.31 |
778 | 2024-08-21T05:47:28.015Z | Downloaded tiny-keccak v2.0.2 |
779 | 2024-08-21T05:47:28.018Z | Downloaded ron v0.7.1 |
780 | 2024-08-21T05:47:28.018Z | Downloaded hash32 v0.2.1 |
781 | 2024-08-21T05:47:28.018Z | Downloaded peg v0.8.4 |
782 | 2024-08-21T05:47:28.021Z | Downloaded signal-hook-registry v1.4.2 |
783 | 2024-08-21T05:47:28.023Z | Downloaded smawk v0.3.2 |
784 | 2024-08-21T05:47:28.026Z | Downloaded ena v0.14.3 |
785 | 2024-08-21T05:47:28.028Z | Downloaded unicode_categories v0.1.1 |
786 | 2024-08-21T05:47:28.030Z | Downloaded embedded-io v0.4.0 |
787 | 2024-08-21T05:47:28.030Z | Downloaded dsl_auto_type v0.1.2 |
788 | 2024-08-21T05:47:28.032Z | Downloaded dirs-sys-next v0.1.2 |
789 | 2024-08-21T05:47:28.034Z | Downloaded futures v0.3.30 |
790 | 2024-08-21T05:47:28.038Z | Downloaded rustls-pemfile v2.1.3 |
791 | 2024-08-21T05:47:28.040Z | Downloaded rustversion v1.0.17 |
792 | 2024-08-21T05:47:28.043Z | Downloaded serde_repr v0.1.19 |
793 | 2024-08-21T05:47:28.045Z | Downloaded postgres-types v0.2.7 |
794 | 2024-08-21T05:47:28.048Z | Downloaded futures-executor v0.3.30 |
795 | 2024-08-21T05:47:28.050Z | Downloaded serde_plain v1.0.2 |
796 | 2024-08-21T05:47:28.052Z | Downloaded parking_lot_core v0.8.6 |
797 | 2024-08-21T05:47:28.054Z | Downloaded hickory-client v0.24.1 |
798 | 2024-08-21T05:47:28.057Z | Downloaded utf-8 v0.7.6 |
799 | 2024-08-21T05:47:28.059Z | Downloaded universal-hash v0.5.1 |
800 | 2024-08-21T05:47:28.059Z | Downloaded defmt-parser v0.3.4 |
801 | 2024-08-21T05:47:28.072Z | Downloaded predicates-tree v1.0.9 |
802 | 2024-08-21T05:47:28.072Z | Downloaded hash32 v0.3.1 |
803 | 2024-08-21T05:47:28.072Z | Downloaded fallible-iterator v0.2.0 |
804 | 2024-08-21T05:47:28.072Z | Downloaded rusty-fork v0.3.0 |
805 | 2024-08-21T05:47:28.072Z | Downloaded time-macros v0.2.18 |
806 | 2024-08-21T05:47:28.072Z | Downloaded smf v0.2.3 |
807 | 2024-08-21T05:47:28.072Z | Downloaded untrusted v0.9.0 |
808 | 2024-08-21T05:47:28.072Z | Downloaded fallible-iterator v0.3.0 |
809 | 2024-08-21T05:47:28.076Z | Downloaded tough v0.17.1 |
810 | 2024-08-21T05:47:28.081Z | Downloaded twox-hash v1.6.3 |
811 | 2024-08-21T05:47:28.083Z | Downloaded pin-project-lite v0.2.14 |
812 | 2024-08-21T05:47:28.088Z | Downloaded parking_lot v0.11.2 |
813 | 2024-08-21T05:47:28.091Z | Downloaded smallvec v1.13.2 |
814 | 2024-08-21T05:47:28.093Z | Downloaded serde_urlencoded v0.7.1 |
815 | 2024-08-21T05:47:28.095Z | Downloaded tungstenite v0.20.1 |
816 | 2024-08-21T05:47:28.099Z | Downloaded rustls-pki-types v1.7.0 |
817 | 2024-08-21T05:47:28.101Z | Downloaded half v2.4.1 |
818 | 2024-08-21T05:47:28.104Z | Downloaded rcgen v0.12.1 |
819 | 2024-08-21T05:47:28.109Z | Downloaded typed-path v0.7.1 |
820 | 2024-08-21T05:47:28.113Z | Downloaded derive_builder v0.20.0 |
821 | 2024-08-21T05:47:28.118Z | Downloaded rayon-core v1.12.1 |
822 | 2024-08-21T05:47:28.122Z | Downloaded tinyvec v1.6.0 |
823 | 2024-08-21T05:47:28.126Z | Downloaded similar v2.6.0 |
824 | 2024-08-21T05:47:28.131Z | Downloaded parking_lot v0.12.2 |
825 | 2024-08-21T05:47:28.134Z | Downloaded zerocopy v0.6.6 |
826 | 2024-08-21T05:47:28.136Z | Downloaded postcard v1.0.8 |
827 | 2024-08-21T05:47:28.141Z | Downloaded serde_yaml v0.9.34+deprecated |
828 | 2024-08-21T05:47:28.144Z | Downloaded rusqlite v0.31.0 |
829 | 2024-08-21T05:47:28.151Z | Downloaded hmac v0.12.1 |
830 | 2024-08-21T05:47:28.153Z | Downloaded socket2 v0.5.7 |
831 | 2024-08-21T05:47:28.155Z | Downloaded yasna v0.5.2 |
832 | 2024-08-21T05:47:28.158Z | Downloaded portable-atomic v1.6.0 |
833 | 2024-08-21T05:47:28.165Z | Downloaded blake3 v1.5.1 |
834 | 2024-08-21T05:47:28.172Z | Downloaded unicode-normalization v0.1.23 |
835 | 2024-08-21T05:47:28.176Z | Downloaded postgres-protocol v0.6.7 |
836 | 2024-08-21T05:47:28.178Z | Downloaded toml_edit v0.19.15 |
837 | 2024-08-21T05:47:28.196Z | Downloaded rustls-webpki v0.101.7 |
838 | 2024-08-21T05:47:28.211Z | Downloaded tungstenite v0.21.0 |
839 | 2024-08-21T05:47:28.214Z | Downloaded url v2.5.2 |
840 | 2024-08-21T05:47:28.218Z | Downloaded flate2 v1.0.31 |
841 | 2024-08-21T05:47:28.224Z | Downloaded hashbrown v0.12.3 |
842 | 2024-08-21T05:47:28.228Z | Downloaded x509-cert v0.2.5 |
843 | 2024-08-21T05:47:28.234Z | Downloaded bitvec v1.0.1 |
844 | 2024-08-21T05:47:28.250Z | Downloaded heapless v0.8.0 |
845 | 2024-08-21T05:47:28.254Z | Downloaded publicsuffix v2.2.3 |
846 | 2024-08-21T05:47:28.256Z | Downloaded rand v0.8.5 |
847 | 2024-08-21T05:47:28.260Z | Downloaded flume v0.11.0 |
848 | 2024-08-21T05:47:28.264Z | Downloaded rustyline v14.0.0 |
849 | 2024-08-21T05:47:28.270Z | Downloaded quick-xml v0.31.0 |
850 | 2024-08-21T05:47:28.276Z | Downloaded hickory-server v0.24.1 |
851 | 2024-08-21T05:47:28.282Z | Downloaded chrono v0.4.38 |
852 | 2024-08-21T05:47:28.289Z | Downloaded sqlparser v0.45.0 |
853 | 2024-08-21T05:47:28.295Z | Downloaded reedline v0.33.0 |
854 | 2024-08-21T05:47:28.304Z | Downloaded proptest v1.5.0 |
855 | 2024-08-21T05:47:28.313Z | Downloaded time v0.3.36 |
856 | 2024-08-21T05:47:28.321Z | Downloaded hkdf v0.12.4 |
857 | 2024-08-21T05:47:28.323Z | Downloaded rayon v1.10.0 |
858 | 2024-08-21T05:47:28.333Z | Downloaded hyper v0.14.30 |
859 | 2024-08-21T05:47:28.342Z | Downloaded git2 v0.19.0 |
860 | 2024-08-21T05:47:28.351Z | Downloaded radix_trie v0.2.1 |
861 | 2024-08-21T05:47:28.356Z | Downloaded h2 v0.3.26 |
862 | 2024-08-21T05:47:28.363Z | Downloaded nix v0.27.1 |
863 | 2024-08-21T05:47:28.374Z | Downloaded idna v0.5.0 |
864 | 2024-08-21T05:47:28.381Z | Downloaded idna v0.4.0 |
865 | 2024-08-21T05:47:28.388Z | Downloaded curve25519-dalek v4.1.3 |
866 | 2024-08-21T05:47:28.397Z | Downloaded regex v1.10.6 |
867 | 2024-08-21T05:47:28.411Z | Downloaded vcpkg v0.2.15 |
868 | 2024-08-21T05:47:28.451Z | Downloaded futures-util v0.3.30 |
869 | 2024-08-21T05:47:28.463Z | Downloaded diesel v2.2.2 |
870 | 2024-08-21T05:47:28.483Z | Downloaded rustls-webpki v0.102.4 |
871 | 2024-08-21T05:47:28.501Z | Downloaded webpki-roots v0.25.4 |
872 | 2024-08-21T05:47:28.504Z | Downloaded polar-core v0.27.3 |
873 | 2024-08-21T05:47:28.513Z | Downloaded rustls v0.21.12 |
874 | 2024-08-21T05:47:28.525Z | Downloaded smoltcp v0.11.0 |
875 | 2024-08-21T05:47:28.537Z | Downloaded regress v0.9.1 |
876 | 2024-08-21T05:47:28.549Z | Downloaded regex-syntax v0.8.4 |
877 | 2024-08-21T05:47:28.555Z | Downloaded regex-syntax v0.6.29 |
878 | 2024-08-21T05:47:28.562Z | Downloaded gimli v0.28.1 |
879 | 2024-08-21T05:47:28.572Z | Downloaded rustls v0.22.4 |
880 | 2024-08-21T05:47:28.584Z | Downloaded zerocopy-derive v0.6.6 |
881 | 2024-08-21T05:47:28.594Z | Downloaded openapiv3 v2.0.0 |
882 | 2024-08-21T05:47:28.605Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
883 | 2024-08-21T05:47:28.618Z | Downloaded smoltcp v0.9.1 |
884 | 2024-08-21T05:47:28.629Z | Downloaded hickory-proto v0.24.1 |
885 | 2024-08-21T05:47:28.645Z | Downloaded sled v0.34.7 |
886 | 2024-08-21T05:47:28.656Z | Downloaded object v0.32.2 |
887 | 2024-08-21T05:47:28.667Z | Downloaded nix v0.28.0 |
888 | 2024-08-21T05:47:28.680Z | Downloaded ratatui v0.28.0 |
889 | 2024-08-21T05:47:28.700Z | Downloaded tokio v1.38.1 |
890 | 2024-08-21T05:47:28.739Z | Downloaded sha3 v0.10.8 |
891 | 2024-08-21T05:47:28.743Z | Downloaded csv v1.3.0 |
892 | 2024-08-21T05:47:28.764Z | Downloaded bstr v1.9.1 |
893 | 2024-08-21T05:47:28.775Z | Downloaded regex-automata v0.4.6 |
894 | 2024-08-21T05:47:28.793Z | Downloaded object v0.30.4 |
895 | 2024-08-21T05:47:28.803Z | Downloaded finl_unicode v1.2.0 |
896 | 2024-08-21T05:47:28.818Z | Downloaded encoding_rs v0.8.34 |
897 | 2024-08-21T05:47:28.840Z | Downloaded serde_with v3.9.0 |
898 | 2024-08-21T05:47:28.851Z | Downloaded petgraph v0.6.5 |
899 | 2024-08-21T05:47:28.868Z | Downloaded reqwest v0.11.27 |
900 | 2024-08-21T05:47:28.875Z | Downloaded openssl v0.10.66 |
901 | 2024-08-21T05:47:28.885Z | Downloaded bindgen v0.69.4 |
902 | 2024-08-21T05:47:28.893Z | Downloaded lalrpop v0.19.12 |
903 | 2024-08-21T05:47:28.904Z | Downloaded idna v0.3.0 |
904 | 2024-08-21T05:47:28.913Z | Downloaded steno v0.4.1 |
905 | 2024-08-21T05:47:28.916Z | Downloaded aho-corasick v1.1.3 |
906 | 2024-08-21T05:47:28.923Z | Downloaded ron v0.8.1 |
907 | 2024-08-21T05:47:28.928Z | Downloaded hashbrown v0.13.2 |
908 | 2024-08-21T05:47:28.935Z | Downloaded hickory-resolver v0.24.1 |
909 | 2024-08-21T05:47:28.937Z | Downloaded unicode-segmentation v1.11.0 |
910 | 2024-08-21T05:47:28.941Z | Downloaded tokio-util v0.7.11 |
911 | 2024-08-21T05:47:28.953Z | Downloaded winnow v0.5.40 |
912 | 2024-08-21T05:47:28.960Z | Downloaded slog-dtrace v0.3.0 |
913 | 2024-08-21T05:47:28.963Z | Downloaded libm v0.2.8 |
914 | 2024-08-21T05:47:28.971Z | Downloaded hashlink v0.9.1 |
915 | 2024-08-21T05:47:28.974Z | Downloaded ref-cast v1.0.23 |
916 | 2024-08-21T05:47:28.977Z | Downloaded rustls-pemfile v1.0.4 |
917 | 2024-08-21T05:47:28.979Z | Downloaded rustc_version v0.1.7 |
918 | 2024-08-21T05:47:28.979Z | Downloaded itertools v0.13.0 |
919 | 2024-08-21T05:47:28.986Z | Downloaded nom v7.1.3 |
920 | 2024-08-21T05:47:28.992Z | Downloaded termios v0.3.3 |
921 | 2024-08-21T05:47:28.994Z | Downloaded spin v0.5.2 |
922 | 2024-08-21T05:47:28.998Z | Downloaded predicates v3.1.2 |
923 | 2024-08-21T05:47:29.002Z | Downloaded signal-hook v0.3.17 |
924 | 2024-08-21T05:47:29.002Z | Downloaded unicode-bidi v0.3.15 |
925 | 2024-08-21T05:47:29.005Z | Downloaded crossterm v0.28.1 |
926 | 2024-08-21T05:47:29.011Z | Downloaded unsafe-libyaml v0.2.11 |
927 | 2024-08-21T05:47:29.016Z | Downloaded crossterm v0.27.0 |
928 | 2024-08-21T05:47:29.022Z | Downloaded spin v0.9.8 |
929 | 2024-08-21T05:47:29.024Z | Downloaded rustc-demangle v0.1.24 |
930 | 2024-08-21T05:47:29.027Z | Downloaded phf v0.11.2 |
931 | 2024-08-21T05:47:29.031Z | Downloaded parse-display v0.10.0 |
932 | 2024-08-21T05:47:29.031Z | Downloaded rsa v0.9.6 |
933 | 2024-08-21T05:47:29.036Z | Downloaded toml v0.7.8 |
934 | 2024-08-21T05:47:29.039Z | Downloaded ring v0.17.8 |
935 | 2024-08-21T05:47:29.110Z | Downloaded wait-timeout v0.2.0 |
936 | 2024-08-21T05:47:29.113Z | Downloaded pem v3.0.4 |
937 | 2024-08-21T05:47:29.113Z | Downloaded wyz v0.5.1 |
938 | 2024-08-21T05:47:29.113Z | Downloaded smallvec v0.6.14 |
939 | 2024-08-21T05:47:29.116Z | Downloaded slog-term v2.9.1 |
940 | 2024-08-21T05:47:29.116Z | Downloaded socket2 v0.4.10 |
941 | 2024-08-21T05:47:29.119Z | Downloaded zip v0.6.6 |
942 | 2024-08-21T05:47:29.124Z | Downloaded heapless v0.7.17 |
943 | 2024-08-21T05:47:29.127Z | Downloaded der v0.7.9 |
944 | 2024-08-21T05:47:29.130Z | Downloaded pkcs1 v0.7.5 |
945 | 2024-08-21T05:47:29.133Z | Downloaded peg-macros v0.8.4 |
946 | 2024-08-21T05:47:29.135Z | Downloaded parse-display-derive v0.10.0 |
947 | 2024-08-21T05:47:29.138Z | Downloaded highway v1.2.0 |
948 | 2024-08-21T05:47:29.138Z | Downloaded sct v0.7.1 |
949 | 2024-08-21T05:47:29.141Z | Downloaded pkcs8 v0.10.2 |
950 | 2024-08-21T05:47:29.143Z | Downloaded tracing v0.1.40 |
951 | 2024-08-21T05:47:29.147Z | Downloaded strum_macros v0.25.3 |
952 | 2024-08-21T05:47:29.150Z | Downloaded ff v0.13.0 |
953 | 2024-08-21T05:47:29.154Z | Downloaded vte v0.11.1 |
954 | 2024-08-21T05:47:29.158Z | Downloaded chacha20poly1305 v0.10.1 |
955 | 2024-08-21T05:47:29.158Z | Downloaded pem-rfc7468 v0.7.0 |
956 | 2024-08-21T05:47:29.158Z | Downloaded slog v2.7.0 |
957 | 2024-08-21T05:47:29.161Z | Downloaded pin-project v1.1.5 |
958 | 2024-08-21T05:47:29.171Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
959 | 2024-08-21T05:47:29.229Z | Downloaded mio v0.8.11 |
960 | 2024-08-21T05:47:29.234Z | Downloaded dirs-next v2.0.0 |
961 | 2024-08-21T05:47:29.237Z | Downloaded diesel_table_macro_syntax v0.2.0 |
962 | 2024-08-21T05:47:29.237Z | Downloaded subtle v2.5.0 |
963 | 2024-08-21T05:47:29.239Z | Downloaded derive_builder_core v0.20.0 |
964 | 2024-08-21T05:47:29.239Z | Downloaded uzers v0.11.3 |
965 | 2024-08-21T05:47:29.242Z | Downloaded backtrace v0.3.71 |
966 | 2024-08-21T05:47:29.250Z | Downloaded r2d2 v0.8.10 |
967 | 2024-08-21T05:47:29.254Z | Downloaded openssl-sys v0.9.103 |
968 | 2024-08-21T05:47:29.254Z | Downloaded pkg-config v0.3.30 |
969 | 2024-08-21T05:47:29.258Z | Downloaded serde-hex v0.1.0 |
970 | 2024-08-21T05:47:29.258Z | Downloaded fatfs v0.3.6 |
971 | 2024-08-21T05:47:29.261Z | Downloaded textwrap v0.16.1 |
972 | 2024-08-21T05:47:29.261Z | Downloaded test-strategy v0.3.1 |
973 | 2024-08-21T05:47:29.264Z | Downloaded float-ord v0.3.2 |
974 | 2024-08-21T05:47:29.266Z | Downloaded float-cmp v0.9.0 |
975 | 2024-08-21T05:47:29.266Z | Downloaded hostname v0.4.0 |
976 | 2024-08-21T05:47:29.269Z | Downloaded globset v0.4.14 |
977 | 2024-08-21T05:47:29.269Z | Downloaded indicatif v0.17.8 |
978 | 2024-08-21T05:47:29.273Z | Downloaded base64 v0.13.1 |
979 | 2024-08-21T05:47:29.277Z | Downloaded unarray v0.1.4 |
980 | 2024-08-21T05:47:29.280Z | Downloaded crossbeam-utils v0.8.19 |
981 | 2024-08-21T05:47:29.280Z | Downloaded crc-any v2.5.0 |
982 | 2024-08-21T05:47:29.282Z | Downloaded omicron-zone-package v0.11.0 |
983 | 2024-08-21T05:47:29.285Z | Downloaded spki v0.7.3 |
984 | 2024-08-21T05:47:29.288Z | Downloaded sha1 v0.10.6 |
985 | 2024-08-21T05:47:29.288Z | Downloaded untrusted v0.7.1 |
986 | 2024-08-21T05:47:29.290Z | Downloaded quick-error v1.2.3 |
987 | 2024-08-21T05:47:29.290Z | Downloaded deranged v0.3.11 |
988 | 2024-08-21T05:47:29.293Z | Downloaded csv-core v0.1.11 |
989 | 2024-08-21T05:47:29.293Z | Downloaded crc32fast v1.4.0 |
990 | 2024-08-21T05:47:29.295Z | Downloaded cookie_store v0.20.0 |
991 | 2024-08-21T05:47:29.295Z | Downloaded cookie v0.17.0 |
992 | 2024-08-21T05:47:29.299Z | Downloaded bzip2 v0.4.4 |
993 | 2024-08-21T05:47:29.302Z | Downloaded nu-ansi-term v0.50.0 |
994 | 2024-08-21T05:47:29.302Z | Downloaded mime_guess v2.0.4 |
995 | 2024-08-21T05:47:29.305Z | Downloaded indexmap v1.9.3 |
996 | 2024-08-21T05:47:29.307Z | Downloaded zeroize_derive v1.4.2 |
997 | 2024-08-21T05:47:29.310Z | Downloaded ascii v1.1.0 |
998 | 2024-08-21T05:47:29.310Z | Downloaded oso v0.27.3 |
999 | 2024-08-21T05:47:29.313Z | Downloaded crossbeam-deque v0.8.5 |
1000 | 2024-08-21T05:47:29.318Z | Downloaded newtype-uuid v1.1.0 |
1001 | 2024-08-21T05:47:29.318Z | Downloaded blake2 v0.10.6 |
1002 | 2024-08-21T05:47:29.321Z | Downloaded base64ct v1.6.0 |
1003 | 2024-08-21T05:47:29.321Z | Downloaded mockall v0.13.0 |
1004 | 2024-08-21T05:47:29.322Z | Downloaded array-init v0.0.4 |
1005 | 2024-08-21T05:47:29.326Z | Downloaded adler v1.0.2 |
1006 | 2024-08-21T05:47:29.326Z | Downloaded kstat-rs v0.2.4 |
1007 | 2024-08-21T05:47:29.326Z | Downloaded lalrpop-util v0.19.12 |
1008 | 2024-08-21T05:47:29.328Z | Downloaded inout v0.1.3 |
1009 | 2024-08-21T05:47:29.328Z | Downloaded linked-hash-map v0.5.6 |
1010 | 2024-08-21T05:47:29.328Z | Downloaded indent_write v2.2.0 |
1011 | 2024-08-21T05:47:29.328Z | Downloaded buf-list v1.0.3 |
1012 | 2024-08-21T05:47:29.331Z | Downloaded atomic-waker v1.1.2 |
1013 | 2024-08-21T05:47:29.334Z | Downloaded async-recursion v1.1.1 |
1014 | 2024-08-21T05:47:29.338Z | Downloaded multer v3.1.0 |
1015 | 2024-08-21T05:47:29.341Z | Downloaded bitstruct v0.1.1 |
1016 | 2024-08-21T05:47:29.341Z | Downloaded num-conv v0.1.0 |
1017 | 2024-08-21T05:47:29.341Z | Downloaded bb8 v0.8.5 |
1018 | 2024-08-21T05:47:29.341Z | Downloaded backoff v0.4.0 |
1019 | 2024-08-21T05:47:29.343Z | Downloaded async-trait v0.1.81 |
1020 | 2024-08-21T05:47:29.348Z | Downloaded curve25519-dalek-derive v0.1.1 |
1021 | 2024-08-21T05:47:29.353Z | Downloaded convert_case v0.4.0 |
1022 | 2024-08-21T05:47:29.353Z | Downloaded lru-cache v0.1.2 |
1023 | 2024-08-21T05:47:29.353Z | Downloaded cfg_aliases v0.1.1 |
1024 | 2024-08-21T05:47:29.353Z | Downloaded num v0.4.3 |
1025 | 2024-08-21T05:47:29.355Z | Downloaded indoc v1.0.9 |
1026 | 2024-08-21T05:47:29.356Z | Downloaded atty v0.2.14 |
1027 | 2024-08-21T05:47:29.356Z | Downloaded async-stream-impl v0.3.5 |
1028 | 2024-08-21T05:47:29.358Z | Downloaded crc-catalog v2.4.0 |
1029 | 2024-08-21T05:47:29.358Z | Downloaded colored v2.1.0 |
1030 | 2024-08-21T05:47:29.362Z | Downloaded chacha20 v0.9.1 |
1031 | 2024-08-21T05:47:29.362Z | Downloaded defmt-macros v0.3.9 |
1032 | 2024-08-21T05:47:29.365Z | Downloaded bitfield v0.14.0 |
1033 | 2024-08-21T05:47:29.369Z | Downloaded bit-set v0.5.3 |
1034 | 2024-08-21T05:47:29.369Z | Downloaded async-stream v0.3.5 |
1035 | 2024-08-21T05:47:29.372Z | Downloaded arrayref v0.3.7 |
1036 | 2024-08-21T05:47:29.372Z | Downloaded assert_matches v1.5.0 |
1037 | 2024-08-21T05:47:29.628Z | Downloaded libz-sys v1.1.16 |
1038 | 2024-08-21T05:47:29.823Z | Downloaded libsqlite3-sys v0.28.0 |
1039 | 2024-08-21T05:47:29.902Z | Downloaded ring v0.16.20 |
1040 | 2024-08-21T05:47:30.078Z | Compiling cfg-if v1.0.0 |
1041 | 2024-08-21T05:47:30.078Z | Compiling serde v1.0.208 |
1042 | 2024-08-21T05:47:30.080Z | Compiling typenum v1.17.0 |
1043 | 2024-08-21T05:47:30.080Z | Compiling generic-array v0.14.7 |
1044 | 2024-08-21T05:47:30.080Z | Compiling lock_api v0.4.12 |
1045 | 2024-08-21T05:47:30.273Z | Compiling syn v2.0.74 |
1046 | 2024-08-21T05:47:30.282Z | Compiling scopeguard v1.2.0 |
1047 | 2024-08-21T05:47:30.282Z | Compiling log v0.4.21 |
1048 | 2024-08-21T05:47:30.319Z | Compiling getrandom v0.2.14 |
1049 | 2024-08-21T05:47:30.451Z | Compiling jobserver v0.1.32 |
1050 | 2024-08-21T05:47:30.584Z | Compiling rand_core v0.6.4 |
1051 | 2024-08-21T05:47:30.741Z | Compiling subtle v2.5.0 |
1052 | 2024-08-21T05:47:30.777Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-21T05:47:30.796Z | Compiling smallvec v1.13.2 |
1054 | 2024-08-21T05:47:31.075Z | Compiling cc v1.0.97 |
1055 | 2024-08-21T05:47:31.111Z | Compiling pin-project-lite v0.2.14 |
1056 | 2024-08-21T05:47:31.173Z | Compiling parking_lot_core v0.9.10 |
1057 | 2024-08-21T05:47:31.281Z | Compiling signal-hook-registry v1.4.2 |
1058 | 2024-08-21T05:47:31.350Z | Compiling spin v0.9.8 |
1059 | 2024-08-21T05:47:31.533Z | Compiling mio v0.8.11 |
1060 | 2024-08-21T05:47:31.772Z | Compiling ahash v0.8.11 |
1061 | 2024-08-21T05:47:32.154Z | Compiling tinyvec_macros v0.1.1 |
1062 | 2024-08-21T05:47:32.200Z | Compiling parking_lot v0.12.2 |
1063 | 2024-08-21T05:47:32.252Z | Compiling tinyvec v1.6.0 |
1064 | 2024-08-21T05:47:32.528Z | Compiling num_cpus v1.16.0 |
1065 | 2024-08-21T05:47:32.670Z | Compiling socket2 v0.5.7 |
1066 | 2024-08-21T05:47:32.906Z | Compiling libm v0.2.8 |
1067 | 2024-08-21T05:47:32.957Z | Compiling serde_json v1.0.125 |
1068 | 2024-08-21T05:47:33.102Z | Compiling futures-core v0.3.30 |
1069 | 2024-08-21T05:47:33.192Z | Compiling cpufeatures v0.2.12 |
1070 | 2024-08-21T05:47:33.277Z | Compiling num-traits v0.2.19 |
1071 | 2024-08-21T05:47:33.295Z | Compiling slab v0.4.9 |
1072 | 2024-08-21T05:47:33.343Z | Compiling unicode-bidi v0.3.15 |
1073 | 2024-08-21T05:47:33.362Z | Compiling futures-sink v0.3.30 |
1074 | 2024-08-21T05:47:33.526Z | Compiling allocator-api2 v0.2.18 |
1075 | 2024-08-21T05:47:33.761Z | Compiling unicode-normalization v0.1.23 |
1076 | 2024-08-21T05:47:33.822Z | Compiling futures-channel v0.3.30 |
1077 | 2024-08-21T05:47:34.110Z | Compiling futures-io v0.3.30 |
1078 | 2024-08-21T05:47:34.246Z | Compiling pkg-config v0.3.30 |
1079 | 2024-08-21T05:47:34.323Z | Compiling pin-utils v0.1.0 |
1080 | 2024-08-21T05:47:34.420Z | Compiling vcpkg v0.2.15 |
1081 | 2024-08-21T05:47:34.439Z | Compiling futures-task v0.3.30 |
1082 | 2024-08-21T05:47:34.878Z | Compiling base64ct v1.6.0 |
1083 | 2024-08-21T05:47:34.897Z | Compiling percent-encoding v2.3.1 |
1084 | 2024-08-21T05:47:35.072Z | Compiling ppv-lite86 v0.2.17 |
1085 | 2024-08-21T05:47:35.255Z | Compiling flagset v0.4.5 |
1086 | 2024-08-21T05:47:35.361Z | Compiling ring v0.17.8 |
1087 | 2024-08-21T05:47:35.463Z | Compiling pem-rfc7468 v0.7.0 |
1088 | 2024-08-21T05:47:35.483Z | Compiling tracing-core v0.1.32 |
1089 | 2024-08-21T05:47:35.822Z | Compiling rand_chacha v0.3.1 |
1090 | 2024-08-21T05:47:35.840Z | Compiling untrusted v0.9.0 |
1091 | 2024-08-21T05:47:36.019Z | Compiling rustix v0.38.34 |
1092 | 2024-08-21T05:47:36.228Z | Compiling rustversion v1.0.17 |
1093 | 2024-08-21T05:47:36.646Z | Compiling openssl-sys v0.9.103 |
1094 | 2024-08-21T05:47:36.855Z | Compiling rand v0.8.5 |
1095 | 2024-08-21T05:47:36.898Z | Compiling foreign-types-shared v0.1.1 |
1096 | 2024-08-21T05:47:36.932Z | Compiling time-core v0.1.2 |
1097 | 2024-08-21T05:47:36.935Z | Compiling num-conv v0.1.0 |
1098 | 2024-08-21T05:47:36.997Z | Compiling powerfmt v0.2.0 |
1099 | 2024-08-21T05:47:37.094Z | Compiling openssl v0.10.66 |
1100 | 2024-08-21T05:47:37.232Z | Compiling httparse v1.8.0 |
1101 | 2024-08-21T05:47:37.370Z | Compiling time-macros v0.2.18 |
1102 | 2024-08-21T05:47:37.495Z | Compiling deranged v0.3.11 |
1103 | 2024-08-21T05:47:37.652Z | Compiling foreign-types v0.3.2 |
1104 | 2024-08-21T05:47:37.800Z | Compiling form_urlencoded v1.2.1 |
1105 | 2024-08-21T05:47:38.039Z | Compiling aho-corasick v1.1.3 |
1106 | 2024-08-21T05:47:38.090Z | Compiling syn v1.0.109 |
1107 | 2024-08-21T05:47:38.546Z | Compiling regex-syntax v0.8.4 |
1108 | 2024-08-21T05:47:38.677Z | Compiling num_threads v0.1.7 |
1109 | 2024-08-21T05:47:38.800Z | Compiling siphasher v0.3.11 |
1110 | 2024-08-21T05:47:39.205Z | Compiling crossbeam-utils v0.8.19 |
1111 | 2024-08-21T05:47:39.229Z | Compiling native-tls v0.2.11 |
1112 | 2024-08-21T05:47:39.560Z | Compiling try-lock v0.2.5 |
1113 | 2024-08-21T05:47:39.689Z | Compiling rustls v0.21.12 |
1114 | 2024-08-21T05:47:39.800Z | Compiling want v0.3.1 |
1115 | 2024-08-21T05:47:40.287Z | Compiling idna v0.5.0 |
1116 | 2024-08-21T05:47:40.580Z | Compiling time v0.3.36 |
1117 | 2024-08-21T05:47:40.674Z | Compiling cookie v0.17.0 |
1118 | 2024-08-21T05:47:40.945Z | Compiling openssl-probe v0.1.5 |
1119 | 2024-08-21T05:47:41.345Z | Compiling slog v2.7.0 |
1120 | 2024-08-21T05:47:41.411Z | Compiling iana-time-zone v0.1.60 |
1121 | 2024-08-21T05:47:41.878Z | Compiling regex-automata v0.4.6 |
1122 | 2024-08-21T05:47:41.882Z | Compiling httpdate v1.0.3 |
1123 | 2024-08-21T05:47:41.882Z | Compiling finl_unicode v1.2.0 |
1124 | 2024-08-21T05:47:42.337Z | Compiling adler v1.0.2 |
1125 | 2024-08-21T05:47:42.472Z | Compiling tower-service v0.3.2 |
1126 | 2024-08-21T05:47:42.543Z | Compiling miniz_oxide v0.7.2 |
1127 | 2024-08-21T05:47:42.600Z | Compiling stringprep v0.1.4 |
1128 | 2024-08-21T05:47:43.241Z | Compiling url v2.5.2 |
1129 | 2024-08-21T05:47:44.319Z | Compiling serde_derive v1.0.208 |
1130 | 2024-08-21T05:47:44.811Z | Compiling zeroize_derive v1.4.2 |
1131 | 2024-08-21T05:47:45.029Z | Compiling zerocopy-derive v0.7.34 |
1132 | 2024-08-21T05:47:45.204Z | Compiling tokio-macros v2.3.0 |
1133 | 2024-08-21T05:47:45.620Z | Compiling thiserror-impl v1.0.63 |
1134 | 2024-08-21T05:47:46.374Z | Compiling zeroize v1.7.0 |
1135 | 2024-08-21T05:47:46.763Z | Compiling futures-macro v0.3.30 |
1136 | 2024-08-21T05:47:47.171Z | Compiling der_derive v0.7.2 |
1137 | 2024-08-21T05:47:47.253Z | Compiling zerocopy v0.7.34 |
1138 | 2024-08-21T05:47:48.233Z | Compiling crypto-common v0.1.6 |
1139 | 2024-08-21T05:47:48.477Z | Compiling block-buffer v0.10.4 |
1140 | 2024-08-21T05:47:48.729Z | Compiling digest v0.10.7 |
1141 | 2024-08-21T05:47:48.909Z | Compiling block-padding v0.3.3 |
1142 | 2024-08-21T05:47:48.983Z | Compiling thiserror v1.0.63 |
1143 | 2024-08-21T05:47:49.131Z | Compiling inout v0.1.3 |
1144 | 2024-08-21T05:47:49.159Z | Compiling hmac v0.12.1 |
1145 | 2024-08-21T05:47:49.232Z | Compiling sha2 v0.10.8 |
1146 | 2024-08-21T05:47:49.398Z | Compiling hashbrown v0.14.5 |
1147 | 2024-08-21T05:47:49.421Z | Compiling cipher v0.4.4 |
1148 | 2024-08-21T05:47:49.435Z | Compiling futures-util v0.3.30 |
1149 | 2024-08-21T05:47:49.706Z | Compiling pest v2.7.10 |
1150 | 2024-08-21T05:47:49.934Z | Compiling salsa20 v0.10.2 |
1151 | 2024-08-21T05:47:50.154Z | Compiling der v0.7.9 |
1152 | 2024-08-21T05:47:50.789Z | Compiling pbkdf2 v0.12.2 |
1153 | 2024-08-21T05:47:50.970Z | Compiling scroll_derive v0.12.0 |
1154 | 2024-08-21T05:47:52.479Z | Compiling pest_meta v2.7.10 |
1155 | 2024-08-21T05:47:52.785Z | Compiling tracing-attributes v0.1.27 |
1156 | 2024-08-21T05:47:52.811Z | Compiling scroll v0.12.0 |
1157 | 2024-08-21T05:47:53.397Z | Compiling spki v0.7.3 |
1158 | 2024-08-21T05:47:53.642Z | Compiling scrypt v0.11.0 |
1159 | 2024-08-21T05:47:53.772Z | Compiling pest_generator v2.7.10 |
1160 | 2024-08-21T05:47:54.214Z | Compiling aes v0.8.4 |
1161 | 2024-08-21T05:47:54.795Z | Compiling cbc v0.1.2 |
1162 | 2024-08-21T05:47:55.779Z | Compiling pkcs5 v0.7.1 |
1163 | 2024-08-21T05:47:55.802Z | Compiling goblin v0.8.2 |
1164 | 2024-08-21T05:47:56.777Z | Compiling tracing v0.1.40 |
1165 | 2024-08-21T05:47:57.045Z | Compiling openssl-macros v0.1.1 |
1166 | 2024-08-21T05:47:57.084Z | Compiling pkcs8 v0.10.2 |
1167 | 2024-08-21T05:47:57.298Z | Compiling rustls-webpki v0.101.7 |
1168 | 2024-08-21T05:47:57.615Z | Compiling pest_derive v2.7.10 |
1169 | 2024-08-21T05:47:57.785Z | Compiling sct v0.7.1 |
1170 | 2024-08-21T05:47:57.887Z | Compiling md-5 v0.10.6 |
1171 | 2024-08-21T05:47:57.908Z | Compiling num-integer v0.1.46 |
1172 | 2024-08-21T05:47:58.138Z | Compiling backtrace v0.3.71 |
1173 | 2024-08-21T05:47:58.409Z | Compiling dtrace-parser v0.2.0 |
1174 | 2024-08-21T05:47:58.647Z | Compiling bytes v1.7.1 |
1175 | 2024-08-21T05:47:58.665Z | Compiling bitflags v2.6.0 |
1176 | 2024-08-21T05:47:58.904Z | Compiling indexmap v2.4.0 |
1177 | 2024-08-21T05:47:59.097Z | Compiling semver v1.0.23 |
1178 | 2024-08-21T05:47:59.878Z | Compiling tokio v1.38.1 |
1179 | 2024-08-21T05:47:59.943Z | Compiling http v0.2.12 |
1180 | 2024-08-21T05:48:00.389Z | Compiling rustc_version v0.4.0 |
1181 | 2024-08-21T05:48:01.152Z | Compiling heapless v0.7.17 |
1182 | 2024-08-21T05:48:01.640Z | Compiling dof v0.3.0 |
1183 | 2024-08-21T05:48:02.077Z | Compiling http-body v0.4.6 |
1184 | 2024-08-21T05:48:02.167Z | Compiling uuid v1.10.0 |
1185 | 2024-08-21T05:48:02.491Z | Compiling usdt-impl v0.5.0 |
1186 | 2024-08-21T05:48:02.606Z | Compiling chrono v0.4.38 |
1187 | 2024-08-21T05:48:03.643Z | Compiling toml_datetime v0.6.8 |
1188 | 2024-08-21T05:48:03.941Z | Compiling serde_tokenstream v0.2.2 |
1189 | 2024-08-21T05:48:04.157Z | Compiling serde_spanned v0.6.7 |
1190 | 2024-08-21T05:48:04.180Z | Compiling idna v0.3.0 |
1191 | 2024-08-21T05:48:04.399Z | Compiling lazy_static v1.5.0 |
1192 | 2024-08-21T05:48:04.528Z | Compiling hash32 v0.2.1 |
1193 | 2024-08-21T05:48:04.558Z | Compiling base64 v0.22.1 |
1194 | 2024-08-21T05:48:04.893Z | Compiling cfg_aliases v0.1.1 |
1195 | 2024-08-21T05:48:05.001Z | Compiling signal-hook v0.3.17 |
1196 | 2024-08-21T05:48:05.290Z | Compiling gimli v0.28.1 |
1197 | 2024-08-21T05:48:05.335Z | Compiling fallible-iterator v0.2.0 |
1198 | 2024-08-21T05:48:05.800Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-08-21T05:48:05.906Z | Compiling crc32fast v1.4.0 |
1200 | 2024-08-21T05:48:06.074Z | Compiling psl-types v2.0.11 |
1201 | 2024-08-21T05:48:06.304Z | Compiling smoltcp v0.9.1 |
1202 | 2024-08-21T05:48:06.324Z | Compiling num-bigint-dig v0.8.4 |
1203 | 2024-08-21T05:48:06.396Z | Compiling publicsuffix v2.2.3 |
1204 | 2024-08-21T05:48:06.527Z | Compiling postgres-protocol v0.6.7 |
1205 | 2024-08-21T05:48:07.074Z | Compiling nix v0.28.0 |
1206 | 2024-08-21T05:48:07.178Z | Compiling terminal_size v0.3.0 |
1207 | 2024-08-21T05:48:07.379Z | Compiling num-iter v0.1.45 |
1208 | 2024-08-21T05:48:07.398Z | Compiling hubpack_derive v0.1.1 |
1209 | 2024-08-21T05:48:07.559Z | Compiling zerocopy-derive v0.6.6 |
1210 | 2024-08-21T05:48:07.847Z | Compiling async-trait v0.1.81 |
1211 | 2024-08-21T05:48:08.301Z | Compiling tokio-util v0.7.11 |
1212 | 2024-08-21T05:48:08.723Z | Compiling tokio-rustls v0.24.1 |
1213 | 2024-08-21T05:48:08.983Z | Compiling tokio-native-tls v0.3.1 |
1214 | 2024-08-21T05:48:09.109Z | Compiling phf_shared v0.11.2 |
1215 | 2024-08-21T05:48:09.264Z | Compiling h2 v0.3.26 |
1216 | 2024-08-21T05:48:09.467Z | Compiling serde_derive_internals v0.29.1 |
1217 | 2024-08-21T05:48:09.487Z | Compiling ff v0.13.0 |
1218 | 2024-08-21T05:48:09.693Z | Compiling addr2line v0.21.0 |
1219 | 2024-08-21T05:48:09.709Z | Compiling object v0.32.2 |
1220 | 2024-08-21T05:48:09.772Z | Compiling fs-err v2.11.0 |
1221 | 2024-08-21T05:48:10.080Z | Compiling managed v0.8.0 |
1222 | 2024-08-21T05:48:10.290Z | Compiling bitflags v1.3.2 |
1223 | 2024-08-21T05:48:10.339Z | Compiling schemars v0.8.21 |
1224 | 2024-08-21T05:48:10.391Z | Compiling base16ct v0.2.0 |
1225 | 2024-08-21T05:48:10.496Z | Compiling anyhow v1.0.86 |
1226 | 2024-08-21T05:48:10.598Z | Compiling either v1.13.0 |
1227 | 2024-08-21T05:48:10.690Z | Compiling rustc-demangle v0.1.24 |
1228 | 2024-08-21T05:48:10.720Z | Compiling ipnet v2.9.0 |
1229 | 2024-08-21T05:48:11.018Z | Compiling winnow v0.5.40 |
1230 | 2024-08-21T05:48:11.109Z | Compiling base64 v0.21.7 |
1231 | 2024-08-21T05:48:11.718Z | Compiling rustls-pemfile v1.0.4 |
1232 | 2024-08-21T05:48:12.038Z | Compiling sec1 v0.7.3 |
1233 | 2024-08-21T05:48:12.145Z | Compiling clap_builder v4.5.15 |
1234 | 2024-08-21T05:48:12.283Z | Compiling schemars_derive v0.8.21 |
1235 | 2024-08-21T05:48:12.765Z | Compiling zerocopy v0.6.6 |
1236 | 2024-08-21T05:48:13.638Z | Compiling group v0.13.0 |
1237 | 2024-08-21T05:48:13.968Z | Compiling phf v0.11.2 |
1238 | 2024-08-21T05:48:14.273Z | Compiling cookie_store v0.20.0 |
1239 | 2024-08-21T05:48:14.275Z | Compiling hubpack v0.1.2 |
1240 | 2024-08-21T05:48:14.765Z | Compiling toml_edit v0.19.15 |
1241 | 2024-08-21T05:48:15.455Z | Compiling postgres-types v0.2.7 |
1242 | 2024-08-21T05:48:16.107Z | Compiling usdt-attr-macro v0.5.0 |
1243 | 2024-08-21T05:48:16.669Z | Compiling hyper v0.14.30 |
1244 | 2024-08-21T05:48:16.998Z | Compiling usdt-macro v0.5.0 |
1245 | 2024-08-21T05:48:17.844Z | Compiling serde_urlencoded v0.7.1 |
1246 | 2024-08-21T05:48:18.337Z | Compiling pkcs1 v0.7.5 |
1247 | 2024-08-21T05:48:18.470Z | Compiling futures-executor v0.3.30 |
1248 | 2024-08-21T05:48:19.044Z | Compiling hkdf v0.12.4 |
1249 | 2024-08-21T05:48:19.317Z | Compiling signature v2.2.0 |
1250 | 2024-08-21T05:48:19.359Z | Compiling crypto-bigint v0.5.5 |
1251 | 2024-08-21T05:48:19.620Z | Compiling regex v1.10.6 |
1252 | 2024-08-21T05:48:19.984Z | Compiling bstr v1.9.1 |
1253 | 2024-08-21T05:48:20.540Z | Compiling serde_repr v0.1.19 |
1254 | 2024-08-21T05:48:20.704Z | Compiling clap_derive v4.5.13 |
1255 | 2024-08-21T05:48:21.694Z | Compiling strum_macros v0.25.3 |
1256 | 2024-08-21T05:48:21.809Z | Compiling enum-as-inner v0.6.0 |
1257 | 2024-08-21T05:48:21.840Z | Compiling phf_shared v0.10.0 |
1258 | 2024-08-21T05:48:22.224Z | Compiling float-cmp v0.9.0 |
1259 | 2024-08-21T05:48:22.453Z | Compiling idna v0.4.0 |
1260 | 2024-08-21T05:48:22.903Z | Compiling mio v1.0.2 |
1261 | 2024-08-21T05:48:22.934Z | Compiling encoding_rs v0.8.34 |
1262 | 2024-08-21T05:48:24.067Z | Compiling hyper-tls v0.5.0 |
1263 | 2024-08-21T05:48:24.108Z | Compiling hyper-rustls v0.24.2 |
1264 | 2024-08-21T05:48:24.448Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-08-21T05:48:24.480Z | Compiling mime v0.3.17 |
1266 | 2024-08-21T05:48:24.668Z | Compiling data-encoding v2.6.0 |
1267 | 2024-08-21T05:48:25.092Z | Compiling fixedbitset v0.4.2 |
1268 | 2024-08-21T05:48:25.407Z | Compiling difflib v0.4.0 |
1269 | 2024-08-21T05:48:25.557Z | Compiling sync_wrapper v0.1.2 |
1270 | 2024-08-21T05:48:25.669Z | Compiling unicode-segmentation v1.11.0 |
1271 | 2024-08-21T05:48:25.804Z | Compiling normalize-line-endings v0.3.0 |
1272 | 2024-08-21T05:48:25.931Z | Compiling static_assertions v1.1.0 |
1273 | 2024-08-21T05:48:25.955Z | Compiling predicates-core v1.0.6 |
1274 | 2024-08-21T05:48:26.033Z | Compiling webpki-roots v0.25.4 |
1275 | 2024-08-21T05:48:26.233Z | Compiling minimal-lexical v0.2.1 |
1276 | 2024-08-21T05:48:26.346Z | Compiling whoami v1.5.1 |
1277 | 2024-08-21T05:48:26.577Z | Compiling new_debug_unreachable v1.0.6 |
1278 | 2024-08-21T05:48:26.675Z | Compiling precomputed-hash v0.1.1 |
1279 | 2024-08-21T05:48:26.695Z | Compiling bit-vec v0.6.3 |
1280 | 2024-08-21T05:48:26.749Z | Compiling tokio-postgres v0.7.11 |
1281 | 2024-08-21T05:48:26.791Z | Compiling string_cache v0.8.7 |
1282 | 2024-08-21T05:48:26.925Z | Compiling nom v7.1.3 |
1283 | 2024-08-21T05:48:26.998Z | Compiling similar v2.6.0 |
1284 | 2024-08-21T05:48:27.124Z | Compiling bit-set v0.5.3 |
1285 | 2024-08-21T05:48:27.161Z | Compiling reqwest v0.11.27 |
1286 | 2024-08-21T05:48:27.270Z | Compiling predicates v3.1.2 |
1287 | 2024-08-21T05:48:27.425Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1288 | 2024-08-21T05:48:27.509Z | Compiling clap v4.5.16 |
1289 | 2024-08-21T05:48:27.626Z | Compiling toml_edit v0.22.20 |
1290 | 2024-08-21T05:48:29.031Z | Compiling hickory-proto v0.24.1 |
1291 | 2024-08-21T05:48:29.442Z | Compiling petgraph v0.6.5 |
1292 | 2024-08-21T05:48:29.577Z | Compiling console v0.15.8 |
1293 | 2024-08-21T05:48:31.150Z | Compiling usdt v0.5.0 |
1294 | 2024-08-21T05:48:31.703Z | Compiling signal-hook-mio v0.2.4 |
1295 | 2024-08-21T05:48:31.880Z | Compiling elliptic-curve v0.13.8 |
1296 | 2024-08-21T05:48:32.551Z | Compiling rsa v0.9.6 |
1297 | 2024-08-21T05:48:32.694Z | Compiling futures v0.3.30 |
1298 | 2024-08-21T05:48:32.811Z | Compiling toml v0.7.8 |
1299 | 2024-08-21T05:48:33.883Z | Compiling flate2 v1.0.31 |
1300 | 2024-08-21T05:48:34.571Z | Compiling itertools v0.10.5 |
1301 | 2024-08-21T05:48:34.890Z | Compiling itertools v0.12.1 |
1302 | 2024-08-21T05:48:35.393Z | Compiling tokio-stream v0.1.15 |
1303 | 2024-08-21T05:48:36.133Z | Compiling openapiv3 v2.0.0 |
1304 | 2024-08-21T05:48:36.411Z | Compiling hex v0.4.3 |
1305 | 2024-08-21T05:48:37.033Z | Compiling sha1 v0.10.6 |
1306 | 2024-08-21T05:48:37.391Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-08-21T05:48:37.456Z | Compiling dirs-sys-next v0.1.2 |
1308 | 2024-08-21T05:48:38.126Z | Compiling unicode-xid v0.2.4 |
1309 | 2024-08-21T05:48:38.144Z | Compiling lalrpop-util v0.19.12 |
1310 | 2024-08-21T05:48:38.146Z | Compiling peg-runtime v0.8.3 |
1311 | 2024-08-21T05:48:38.305Z | Compiling dirs-next v2.0.0 |
1312 | 2024-08-21T05:48:38.498Z | Compiling thread_local v1.1.8 |
1313 | 2024-08-21T05:48:38.517Z | Compiling slog-async v2.8.0 |
1314 | 2024-08-21T05:48:38.550Z | Compiling term v0.7.0 |
1315 | 2024-08-21T05:48:38.779Z | Compiling xattr v1.3.1 |
1316 | 2024-08-21T05:48:39.049Z | Compiling crossbeam-channel v0.5.12 |
1317 | 2024-08-21T05:48:39.070Z | Compiling strum_macros v0.26.4 |
1318 | 2024-08-21T05:48:39.136Z | Compiling filetime v0.2.24 |
1319 | 2024-08-21T05:48:39.350Z | Compiling is-terminal v0.4.12 |
1320 | 2024-08-21T05:48:39.427Z | Compiling take_mut v0.2.2 |
1321 | 2024-08-21T05:48:39.482Z | Compiling slog-term v2.9.1 |
1322 | 2024-08-21T05:48:39.592Z | Compiling tar v0.4.41 |
1323 | 2024-08-21T05:48:40.136Z | Compiling camino v1.1.9 |
1324 | 2024-08-21T05:48:41.650Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1325 | 2024-08-21T05:48:42.245Z | Compiling strum v0.26.3 |
1326 | 2024-08-21T05:48:42.321Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1327 | 2024-08-21T05:48:47.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1328 | 2024-08-21T05:48:47.825Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1329 | 2024-08-21T05:48:47.876Z | Aug 21 05:48:47.436 INFO Starting download, target: Clickhouse |
1330 | 2024-08-21T05:48:47.876Z | Aug 21 05:48:47.436 INFO Starting download, target: Console |
1331 | 2024-08-21T05:48:47.876Z | Aug 21 05:48:47.436 INFO Starting download, target: Cockroach |
1332 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.436 INFO Starting download, target: DendriteStub |
1333 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.436 INFO Starting download, target: DendriteOpenapi |
1334 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.436 INFO Starting download, target: MaghemiteMgd |
1335 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.436 INFO Starting download, target: TransceiverControl |
1336 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.437 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1337 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.437 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1338 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.437 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1339 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.437 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1340 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.437 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1341 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.437 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1342 | 2024-08-21T05:48:47.879Z | Aug 21 05:48:47.437 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1343 | 2024-08-21T05:48:48.015Z | Aug 21 05:48:47.574 INFO Download complete, target: DendriteOpenapi |
1344 | 2024-08-21T05:48:48.140Z | Aug 21 05:48:47.696 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1345 | 2024-08-21T05:48:48.482Z | Aug 21 05:48:48.038 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1346 | 2024-08-21T05:48:48.560Z | Aug 21 05:48:48.107 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1347 | 2024-08-21T05:48:48.564Z | Aug 21 05:48:48.109 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1348 | 2024-08-21T05:48:48.905Z | Aug 21 05:48:48.465 INFO Download complete, target: Console |
1349 | 2024-08-21T05:48:48.965Z | Aug 21 05:48:48.525 INFO Download complete, target: TransceiverControl |
1350 | 2024-08-21T05:48:50.633Z | Aug 21 05:48:50.191 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1351 | 2024-08-21T05:48:51.088Z | Aug 21 05:48:50.647 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1352 | 2024-08-21T05:48:51.088Z | Aug 21 05:48:50.648 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1353 | 2024-08-21T05:48:51.595Z | Aug 21 05:48:51.155 INFO Download complete, target: DendriteStub |
1354 | 2024-08-21T05:48:51.741Z | Aug 21 05:48:51.301 INFO Download complete, target: MaghemiteMgd |
1355 | 2024-08-21T05:48:59.019Z | Aug 21 05:48:58.580 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1356 | 2024-08-21T05:48:59.325Z | Aug 21 05:48:58.885 INFO Checking that binary works, target: Cockroach |
1357 | 2024-08-21T05:48:59.533Z | Aug 21 05:48:59.093 INFO Download complete, target: Cockroach |
1358 | 2024-08-21T05:49:04.102Z | Aug 21 05:49:03.657 INFO Checking that binary works, target: Clickhouse |
1359 | 2024-08-21T05:49:04.645Z | Aug 21 05:49:04.207 INFO Download complete, target: Clickhouse |
1360 | 2024-08-21T05:49:04.811Z | All builder prerequisites installed successfully, and PATH looks valid |
1361 | 2024-08-21T05:49:04.813Z | |
1362 | 2024-08-21T05:49:04.813Z | real 3:53.755499997 |
1363 | 2024-08-21T05:49:04.813Z | user 11:21.542660333 |
1364 | 2024-08-21T05:49:04.813Z | sys 2:24.839765810 |
1365 | 2024-08-21T05:49:04.813Z | trap 0.426963010 |
1366 | 2024-08-21T05:49:04.813Z | tflt 4.521595639 |
1367 | 2024-08-21T05:49:04.814Z | dflt 3.480759297 |
1368 | 2024-08-21T05:49:04.814Z | kflt 0.125586854 |
1369 | 2024-08-21T05:49:04.814Z | lock 22:00.813852188 |
1370 | 2024-08-21T05:49:04.814Z | slp 44:46.618657162 |
1371 | 2024-08-21T05:49:04.814Z | lat 39.883023854 |
1372 | 2024-08-21T05:49:04.814Z | stop 1:46.552723321 |
1373 | 2024-08-21T05:49:04.814Z | + banner clippy |
1374 | 2024-08-21T05:49:04.818Z | |
1375 | 2024-08-21T05:49:04.818Z | #### # # ##### ##### # # |
1376 | 2024-08-21T05:49:04.818Z | # # # # # # # # # # |
1377 | 2024-08-21T05:49:04.818Z | # # # # # # # # |
1378 | 2024-08-21T05:49:04.818Z | # # # ##### ##### # |
1379 | 2024-08-21T05:49:04.819Z | # # # # # # # |
1380 | 2024-08-21T05:49:04.819Z | #### ###### # # # # |
1381 | 2024-08-21T05:49:04.819Z | |
1382 | 2024-08-21T05:49:04.819Z | + export CARGO_INCREMENTAL=0 |
1383 | 2024-08-21T05:49:04.819Z | + CARGO_INCREMENTAL=0 |
1384 | 2024-08-21T05:49:04.819Z | + ptime -m cargo xtask clippy |
1385 | 2024-08-21T05:49:05.406Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1386 | 2024-08-21T05:49:08.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1387 | 2024-08-21T05:49:08.893Z | Running `target/debug/xtask clippy` |
1388 | 2024-08-21T05:49:08.915Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1389 | 2024-08-21T05:49:09.601Z | Downloading crates ... |
1390 | 2024-08-21T05:49:09.899Z | Downloaded approx v0.5.1 |
1391 | 2024-08-21T05:49:09.907Z | Downloaded tower-layer v0.3.2 |
1392 | 2024-08-21T05:49:09.909Z | Downloaded doc-comment v0.3.3 |
1393 | 2024-08-21T05:49:09.912Z | Downloaded nested v0.1.1 |
1394 | 2024-08-21T05:49:09.915Z | Downloaded escape8259 v0.5.2 |
1395 | 2024-08-21T05:49:09.918Z | Downloaded matches v0.1.10 |
1396 | 2024-08-21T05:49:09.920Z | Downloaded ctr v0.9.2 |
1397 | 2024-08-21T05:49:09.923Z | Downloaded cast v0.3.0 |
1398 | 2024-08-21T05:49:09.925Z | Downloaded blowfish v0.9.1 |
1399 | 2024-08-21T05:49:09.925Z | Downloaded bcrypt-pbkdf v0.10.0 |
1400 | 2024-08-21T05:49:09.928Z | Downloaded oorandom v11.1.3 |
1401 | 2024-08-21T05:49:09.928Z | Downloaded polyval v0.6.2 |
1402 | 2024-08-21T05:49:09.930Z | Downloaded pbkdf2 v0.11.0 |
1403 | 2024-08-21T05:49:09.935Z | Downloaded ghash v0.5.1 |
1404 | 2024-08-21T05:49:09.938Z | Downloaded ssh-cipher v0.2.0 |
1405 | 2024-08-21T05:49:09.938Z | Downloaded dirs v5.0.1 |
1406 | 2024-08-21T05:49:09.938Z | Downloaded internet-checksum v0.2.1 |
1407 | 2024-08-21T05:49:09.938Z | Downloaded guppy-workspace-hack v0.1.0 |
1408 | 2024-08-21T05:49:09.940Z | Downloaded rfc6979 v0.4.0 |
1409 | 2024-08-21T05:49:09.943Z | Downloaded primeorder v0.13.6 |
1410 | 2024-08-21T05:49:09.943Z | Downloaded plotters-backend v0.3.5 |
1411 | 2024-08-21T05:49:09.946Z | Downloaded criterion-plot v0.5.0 |
1412 | 2024-08-21T05:49:09.949Z | Downloaded pathdiff v0.2.1 |
1413 | 2024-08-21T05:49:09.952Z | Downloaded option-ext v0.2.0 |
1414 | 2024-08-21T05:49:09.952Z | Downloaded http-body v1.0.0 |
1415 | 2024-08-21T05:49:09.956Z | Downloaded md5 v0.7.0 |
1416 | 2024-08-21T05:49:09.959Z | Downloaded russh-cryptovec v0.7.2 |
1417 | 2024-08-21T05:49:09.959Z | Downloaded plotters-svg v0.3.5 |
1418 | 2024-08-21T05:49:09.959Z | Downloaded dhcproto-macros v0.1.0 |
1419 | 2024-08-21T05:49:09.961Z | Downloaded datatest-stable v0.2.9 |
1420 | 2024-08-21T05:49:09.965Z | Downloaded anes v0.1.6 |
1421 | 2024-08-21T05:49:09.968Z | Downloaded assert_cmd v2.0.16 |
1422 | 2024-08-21T05:49:09.973Z | Downloaded tinytemplate v1.2.1 |
1423 | 2024-08-21T05:49:09.975Z | Downloaded password-hash v0.4.2 |
1424 | 2024-08-21T05:49:09.977Z | Downloaded target-spec v3.2.1 |
1425 | 2024-08-21T05:49:09.980Z | Downloaded rustls-native-certs v0.7.0 |
1426 | 2024-08-21T05:49:09.982Z | Downloaded ed25519 v2.2.3 |
1427 | 2024-08-21T05:49:09.982Z | Downloaded cfg-expr v0.16.0 |
1428 | 2024-08-21T05:49:09.988Z | Downloaded ssh-encoding v0.2.0 |
1429 | 2024-08-21T05:49:09.991Z | Downloaded hex-literal v0.4.1 |
1430 | 2024-08-21T05:49:09.991Z | Downloaded futures-timer v3.0.3 |
1431 | 2024-08-21T05:49:09.991Z | Downloaded dirs-sys v0.4.1 |
1432 | 2024-08-21T05:49:09.994Z | Downloaded threadpool v1.8.1 |
1433 | 2024-08-21T05:49:09.996Z | Downloaded similar-asserts v1.5.0 |
1434 | 2024-08-21T05:49:09.999Z | Downloaded relative-path v1.9.3 |
1435 | 2024-08-21T05:49:10.013Z | Downloaded yansi v0.5.1 |
1436 | 2024-08-21T05:49:10.016Z | Downloaded trybuild v1.0.99 |
1437 | 2024-08-21T05:49:10.019Z | Downloaded russh-keys v0.44.0 |
1438 | 2024-08-21T05:49:10.022Z | Downloaded httptest v0.15.5 |
1439 | 2024-08-21T05:49:10.024Z | Downloaded target-lexicon v0.12.16 |
1440 | 2024-08-21T05:49:10.024Z | Downloaded rust-argon2 v2.1.0 |
1441 | 2024-08-21T05:49:10.028Z | Downloaded p256 v0.13.2 |
1442 | 2024-08-21T05:49:10.030Z | Downloaded libtest-mimic v0.7.3 |
1443 | 2024-08-21T05:49:10.032Z | Downloaded rand_distr v0.4.3 |
1444 | 2024-08-21T05:49:10.035Z | Downloaded hyper-util v0.1.3 |
1445 | 2024-08-21T05:49:10.038Z | Downloaded partial-io v0.5.4 |
1446 | 2024-08-21T05:49:10.041Z | Downloaded criterion v0.5.1 |
1447 | 2024-08-21T05:49:10.048Z | Downloaded rstest_macros v0.22.0 |
1448 | 2024-08-21T05:49:10.050Z | Downloaded ed25519-dalek v2.1.1 |
1449 | 2024-08-21T05:49:10.053Z | Downloaded rstest v0.22.0 |
1450 | 2024-08-21T05:49:10.059Z | Downloaded ecdsa v0.16.9 |
1451 | 2024-08-21T05:49:10.061Z | Downloaded hyper-rustls v0.26.0 |
1452 | 2024-08-21T05:49:10.064Z | Downloaded toml_edit v0.21.1 |
1453 | 2024-08-21T05:49:10.085Z | Downloaded fancy-regex v0.13.0 |
1454 | 2024-08-21T05:49:10.088Z | Downloaded pretty_assertions v1.4.0 |
1455 | 2024-08-21T05:49:10.090Z | Downloaded aes-gcm v0.10.3 |
1456 | 2024-08-21T05:49:10.093Z | Downloaded enum-as-inner v0.5.1 |
1457 | 2024-08-21T05:49:10.095Z | Downloaded tower v0.4.13 |
1458 | 2024-08-21T05:49:10.103Z | Downloaded ssh-key v0.6.6 |
1459 | 2024-08-21T05:49:10.110Z | Downloaded regex-automata v0.1.10 |
1460 | 2024-08-21T05:49:10.115Z | Downloaded p521 v0.13.3 |
1461 | 2024-08-21T05:49:10.119Z | Downloaded plotters v0.3.5 |
1462 | 2024-08-21T05:49:10.128Z | Downloaded guppy v0.17.7 |
1463 | 2024-08-21T05:49:10.134Z | Downloaded p384 v0.13.0 |
1464 | 2024-08-21T05:49:10.140Z | Downloaded idna v0.2.3 |
1465 | 2024-08-21T05:49:10.146Z | Downloaded trust-dns-proto v0.22.0 |
1466 | 2024-08-21T05:49:10.157Z | Downloaded bstr v0.2.17 |
1467 | 2024-08-21T05:49:10.165Z | Downloaded hyper v1.3.1 |
1468 | 2024-08-21T05:49:10.171Z | Downloaded russh v0.44.1 |
1469 | 2024-08-21T05:49:10.176Z | Downloaded num-bigint v0.4.5 |
1470 | 2024-08-21T05:49:10.180Z | Downloaded blake2b_simd v1.0.2 |
1471 | 2024-08-21T05:49:10.183Z | Downloaded dhcproto v0.12.0 |
1472 | 2024-08-21T05:49:10.185Z | Downloaded proc-macro-crate v3.1.0 |
1473 | 2024-08-21T05:49:10.812Z | Checking cfg-if v1.0.0 |
1474 | 2024-08-21T05:49:10.877Z | Checking libc v0.2.158 |
1475 | 2024-08-21T05:49:10.896Z | Checking serde v1.0.208 |
1476 | 2024-08-21T05:49:10.916Z | Checking memchr v2.7.2 |
1477 | 2024-08-21T05:49:10.934Z | Checking scopeguard v1.2.0 |
1478 | 2024-08-21T05:49:10.946Z | Checking log v0.4.21 |
1479 | 2024-08-21T05:49:10.968Z | Checking byteorder v1.5.0 |
1480 | 2024-08-21T05:49:10.986Z | Checking itoa v1.0.11 |
1481 | 2024-08-21T05:49:10.989Z | Checking smallvec v1.13.2 |
1482 | 2024-08-21T05:49:11.056Z | Checking lock_api v0.4.12 |
1483 | 2024-08-21T05:49:11.219Z | Checking zeroize v1.7.0 |
1484 | 2024-08-21T05:49:11.243Z | Checking once_cell v1.19.0 |
1485 | 2024-08-21T05:49:11.333Z | Checking pin-project-lite v0.2.14 |
1486 | 2024-08-21T05:49:11.370Z | Checking typenum v1.17.0 |
1487 | 2024-08-21T05:49:11.465Z | Checking libm v0.2.8 |
1488 | 2024-08-21T05:49:11.494Z | Checking subtle v2.5.0 |
1489 | 2024-08-21T05:49:11.520Z | Checking ryu v1.0.18 |
1490 | 2024-08-21T05:49:11.523Z | Checking spin v0.9.8 |
1491 | 2024-08-21T05:49:11.739Z | Checking thiserror v1.0.63 |
1492 | 2024-08-21T05:49:11.755Z | Checking futures-core v0.3.30 |
1493 | 2024-08-21T05:49:11.784Z | Checking zerocopy v0.7.34 |
1494 | 2024-08-21T05:49:11.873Z | Checking const-oid v0.9.6 |
1495 | 2024-08-21T05:49:11.899Z | Checking futures-sink v0.3.30 |
1496 | 2024-08-21T05:49:11.944Z | Checking slab v0.4.9 |
1497 | 2024-08-21T05:49:12.008Z | Checking getrandom v0.2.14 |
1498 | 2024-08-21T05:49:12.040Z | Checking parking_lot_core v0.9.10 |
1499 | 2024-08-21T05:49:12.221Z | Checking signal-hook-registry v1.4.2 |
1500 | 2024-08-21T05:49:12.279Z | Checking rand_core v0.6.4 |
1501 | 2024-08-21T05:49:12.363Z | Checking parking_lot v0.12.2 |
1502 | 2024-08-21T05:49:12.401Z | Checking mio v0.8.11 |
1503 | 2024-08-21T05:49:12.453Z | Checking num-traits v0.2.19 |
1504 | 2024-08-21T05:49:12.594Z | Checking num_cpus v1.16.0 |
1505 | 2024-08-21T05:49:12.628Z | Checking generic-array v0.14.7 |
1506 | 2024-08-21T05:49:12.706Z | Checking socket2 v0.5.7 |
1507 | 2024-08-21T05:49:12.730Z | Checking futures-channel v0.3.30 |
1508 | 2024-08-21T05:49:13.008Z | Checking futures-io v0.3.30 |
1509 | 2024-08-21T05:49:13.079Z | Checking futures-task v0.3.30 |
1510 | 2024-08-21T05:49:13.195Z | Checking pin-utils v0.1.0 |
1511 | 2024-08-21T05:49:13.223Z | Checking cpufeatures v0.2.12 |
1512 | 2024-08-21T05:49:13.265Z | Checking ahash v0.8.11 |
1513 | 2024-08-21T05:49:13.293Z | Checking allocator-api2 v0.2.18 |
1514 | 2024-08-21T05:49:13.318Z | Checking futures-util v0.3.30 |
1515 | 2024-08-21T05:49:13.345Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-08-21T05:49:13.663Z | Checking fnv v1.0.7 |
1517 | 2024-08-21T05:49:13.729Z | Checking iana-time-zone v0.1.60 |
1518 | 2024-08-21T05:49:13.790Z | Checking equivalent v1.0.1 |
1519 | 2024-08-21T05:49:13.812Z | Checking crypto-common v0.1.6 |
1520 | 2024-08-21T05:49:13.814Z | Checking block-buffer v0.10.4 |
1521 | 2024-08-21T05:49:13.872Z | Checking tinyvec_macros v0.1.1 |
1522 | 2024-08-21T05:49:13.893Z | Checking ppv-lite86 v0.2.17 |
1523 | 2024-08-21T05:49:13.933Z | Checking hashbrown v0.14.5 |
1524 | 2024-08-21T05:49:13.959Z | Checking tinyvec v1.6.0 |
1525 | 2024-08-21T05:49:13.985Z | Checking unicode-bidi v0.3.15 |
1526 | 2024-08-21T05:49:14.038Z | Checking digest v0.10.7 |
1527 | 2024-08-21T05:49:14.095Z | Checking tracing-core v0.1.32 |
1528 | 2024-08-21T05:49:14.438Z | Checking regex-syntax v0.8.4 |
1529 | 2024-08-21T05:49:14.590Z | Checking rand_chacha v0.3.1 |
1530 | 2024-08-21T05:49:14.658Z | Checking errno v0.3.9 |
1531 | 2024-08-21T05:49:14.803Z | Checking tracing v0.1.40 |
1532 | 2024-08-21T05:49:14.833Z | Checking dyn-clone v1.0.17 |
1533 | 2024-08-21T05:49:14.974Z | Checking percent-encoding v2.3.1 |
1534 | 2024-08-21T05:49:14.997Z | Checking rand v0.8.5 |
1535 | 2024-08-21T05:49:15.140Z | Checking block-padding v0.3.3 |
1536 | 2024-08-21T05:49:15.193Z | Checking lazy_static v1.5.0 |
1537 | 2024-08-21T05:49:15.196Z | Checking aho-corasick v1.1.3 |
1538 | 2024-08-21T05:49:15.393Z | Checking form_urlencoded v1.2.1 |
1539 | 2024-08-21T05:49:15.395Z | Checking inout v0.1.3 |
1540 | 2024-08-21T05:49:15.420Z | Checking unicode-normalization v0.1.23 |
1541 | 2024-08-21T05:49:15.617Z | Checking unicode-ident v1.0.12 |
1542 | 2024-08-21T05:49:15.735Z | Checking cipher v0.4.4 |
1543 | 2024-08-21T05:49:15.804Z | Checking base64ct v1.6.0 |
1544 | 2024-08-21T05:49:15.964Z | Checking bytes v1.7.1 |
1545 | 2024-08-21T05:49:16.159Z | Checking bitflags v2.6.0 |
1546 | 2024-08-21T05:49:16.236Z | Checking serde_json v1.0.125 |
1547 | 2024-08-21T05:49:16.369Z | Checking chrono v0.4.38 |
1548 | 2024-08-21T05:49:16.394Z | Checking uuid v1.10.0 |
1549 | 2024-08-21T05:49:16.447Z | Checking indexmap v2.4.0 |
1550 | 2024-08-21T05:49:16.750Z | Checking tokio v1.38.1 |
1551 | 2024-08-21T05:49:17.005Z | Checking rustix v0.38.34 |
1552 | 2024-08-21T05:49:17.030Z | Checking hmac v0.12.1 |
1553 | 2024-08-21T05:49:17.234Z | Checking unicode-width v0.1.13 |
1554 | 2024-08-21T05:49:17.425Z | Checking proc-macro2 v1.0.86 |
1555 | 2024-08-21T05:49:17.681Z | Checking sha2 v0.10.8 |
1556 | 2024-08-21T05:49:17.901Z | Checking httparse v1.8.0 |
1557 | 2024-08-21T05:49:17.960Z | Checking regex-automata v0.4.6 |
1558 | 2024-08-21T05:49:18.102Z | Checking adler v1.0.2 |
1559 | 2024-08-21T05:49:18.250Z | Checking quote v1.0.36 |
1560 | 2024-08-21T05:49:18.274Z | Checking miniz_oxide v0.7.2 |
1561 | 2024-08-21T05:49:18.321Z | Checking http v0.2.12 |
1562 | 2024-08-21T05:49:18.362Z | Checking schemars v0.8.21 |
1563 | 2024-08-21T05:49:18.591Z | Checking idna v0.5.0 |
1564 | 2024-08-21T05:49:18.593Z | Checking powerfmt v0.2.0 |
1565 | 2024-08-21T05:49:18.864Z | Checking deranged v0.3.11 |
1566 | 2024-08-21T05:49:19.026Z | Checking syn v2.0.74 |
1567 | 2024-08-21T05:49:19.080Z | Checking time-core v0.1.2 |
1568 | 2024-08-21T05:49:19.233Z | Checking untrusted v0.9.0 |
1569 | 2024-08-21T05:49:19.406Z | Checking num-conv v0.1.0 |
1570 | 2024-08-21T05:49:19.457Z | Checking url v2.5.2 |
1571 | 2024-08-21T05:49:19.665Z | Checking num_threads v0.1.7 |
1572 | 2024-08-21T05:49:19.688Z | Checking ring v0.17.8 |
1573 | 2024-08-21T05:49:19.789Z | Checking pem-rfc7468 v0.7.0 |
1574 | 2024-08-21T05:49:20.064Z | Checking try-lock v0.2.5 |
1575 | 2024-08-21T05:49:20.106Z | Checking slog v2.7.0 |
1576 | 2024-08-21T05:49:20.205Z | Checking want v0.3.1 |
1577 | 2024-08-21T05:49:20.294Z | Checking tower-service v0.3.2 |
1578 | 2024-08-21T05:49:20.394Z | Checking flagset v0.4.5 |
1579 | 2024-08-21T05:49:20.422Z | Checking pbkdf2 v0.12.2 |
1580 | 2024-08-21T05:49:20.582Z | Checking aes v0.8.4 |
1581 | 2024-08-21T05:49:20.605Z | Checking gimli v0.28.1 |
1582 | 2024-08-21T05:49:20.609Z | Checking der v0.7.9 |
1583 | 2024-08-21T05:49:20.706Z | Checking time v0.3.36 |
1584 | 2024-08-21T05:49:21.488Z | Checking futures-executor v0.3.30 |
1585 | 2024-08-21T05:49:21.511Z | Checking salsa20 v0.10.2 |
1586 | 2024-08-21T05:49:21.723Z | Checking cbc v0.1.2 |
1587 | 2024-08-21T05:49:21.748Z | Checking object v0.32.2 |
1588 | 2024-08-21T05:49:21.918Z | Checking httpdate v1.0.3 |
1589 | 2024-08-21T05:49:22.144Z | Checking rustc-demangle v0.1.24 |
1590 | 2024-08-21T05:49:22.482Z | Checking regex v1.10.6 |
1591 | 2024-08-21T05:49:22.566Z | Checking base64 v0.21.7 |
1592 | 2024-08-21T05:49:22.890Z | Checking scrypt v0.11.0 |
1593 | 2024-08-21T05:49:23.061Z | Checking futures v0.3.30 |
1594 | 2024-08-21T05:49:23.093Z | Checking http-body v0.4.6 |
1595 | 2024-08-21T05:49:23.164Z | Checking utf8parse v0.2.1 |
1596 | 2024-08-21T05:49:23.256Z | Checking foreign-types-shared v0.1.1 |
1597 | 2024-08-21T05:49:23.300Z | Checking ipnet v2.9.0 |
1598 | 2024-08-21T05:49:23.343Z | Checking mime v0.3.17 |
1599 | 2024-08-21T05:49:23.459Z | Checking openssl-probe v0.1.5 |
1600 | 2024-08-21T05:49:23.610Z | Checking tokio-util v0.7.11 |
1601 | 2024-08-21T05:49:23.612Z | Checking foreign-types v0.3.2 |
1602 | 2024-08-21T05:49:23.653Z | Checking openssl-sys v0.9.103 |
1603 | 2024-08-21T05:49:23.725Z | Checking anstyle v1.0.8 |
1604 | 2024-08-21T05:49:23.749Z | Checking rustls-webpki v0.101.7 |
1605 | 2024-08-21T05:49:24.093Z | Checking sct v0.7.1 |
1606 | 2024-08-21T05:49:24.296Z | Checking toml_datetime v0.6.8 |
1607 | 2024-08-21T05:49:24.320Z | Checking spki v0.7.3 |
1608 | 2024-08-21T05:49:24.369Z | Checking addr2line v0.21.0 |
1609 | 2024-08-21T05:49:24.462Z | Checking h2 v0.3.26 |
1610 | 2024-08-21T05:49:24.493Z | Checking serde_spanned v0.6.7 |
1611 | 2024-08-21T05:49:24.566Z | Checking semver v1.0.23 |
1612 | 2024-08-21T05:49:24.620Z | Checking pkcs5 v0.7.1 |
1613 | 2024-08-21T05:49:24.664Z | Checking crossbeam-utils v0.8.19 |
1614 | 2024-08-21T05:49:24.741Z | Checking openssl v0.10.66 |
1615 | 2024-08-21T05:49:24.857Z | Checking either v1.13.0 |
1616 | 2024-08-21T05:49:24.968Z | Checking data-encoding v2.6.0 |
1617 | 2024-08-21T05:49:25.153Z | Checking pkcs8 v0.10.2 |
1618 | 2024-08-21T05:49:25.247Z | Checking rustls v0.21.12 |
1619 | 2024-08-21T05:49:25.292Z | Checking serde_urlencoded v0.7.1 |
1620 | 2024-08-21T05:49:25.359Z | Checking scroll v0.12.0 |
1621 | 2024-08-21T05:49:25.468Z | Checking encoding_rs v0.8.34 |
1622 | 2024-08-21T05:49:25.662Z | Checking ucd-trie v0.1.6 |
1623 | 2024-08-21T05:49:25.685Z | Checking plain v0.2.3 |
1624 | 2024-08-21T05:49:25.817Z | Checking anstyle-parse v0.2.4 |
1625 | 2024-08-21T05:49:25.840Z | Checking goblin v0.8.2 |
1626 | 2024-08-21T05:49:25.869Z | Checking pest v2.7.10 |
1627 | 2024-08-21T05:49:26.081Z | Checking idna v0.3.0 |
1628 | 2024-08-21T05:49:26.890Z | Checking colorchoice v1.0.1 |
1629 | 2024-08-21T05:49:27.033Z | Checking bitflags v1.3.2 |
1630 | 2024-08-21T05:49:27.141Z | Checking anstyle-query v1.0.3 |
1631 | 2024-08-21T05:49:27.279Z | Checking psl-types v2.0.11 |
1632 | 2024-08-21T05:49:27.461Z | Checking pretty-hex v0.4.1 |
1633 | 2024-08-21T05:49:27.608Z | Checking backtrace v0.3.71 |
1634 | 2024-08-21T05:49:27.647Z | Checking is_terminal_polyfill v1.70.0 |
1635 | 2024-08-21T05:49:27.771Z | Checking anstream v0.6.14 |
1636 | 2024-08-21T05:49:27.886Z | Checking publicsuffix v2.2.3 |
1637 | 2024-08-21T05:49:28.138Z | Checking cookie v0.17.0 |
1638 | 2024-08-21T05:49:28.141Z | Checking rustls-pemfile v1.0.4 |
1639 | 2024-08-21T05:49:28.182Z | Checking anyhow v1.0.86 |
1640 | 2024-08-21T05:49:28.345Z | Checking dtrace-parser v0.2.0 |
1641 | 2024-08-21T05:49:28.359Z | Checking terminal_size v0.3.0 |
1642 | 2024-08-21T05:49:28.464Z | Checking tokio-rustls v0.24.1 |
1643 | 2024-08-21T05:49:28.532Z | Checking thread-id v4.2.1 |
1644 | 2024-08-21T05:49:28.548Z | Checking clap_lex v0.7.0 |
1645 | 2024-08-21T05:49:28.551Z | Checking strsim v0.11.1 |
1646 | 2024-08-21T05:49:28.631Z | Checking cookie_store v0.20.0 |
1647 | 2024-08-21T05:49:28.788Z | Checking openapiv3 v2.0.0 |
1648 | 2024-08-21T05:49:28.816Z | Checking sha1 v0.10.6 |
1649 | 2024-08-21T05:49:28.819Z | Checking signature v2.2.0 |
1650 | 2024-08-21T05:49:28.856Z | Checking clap_builder v4.5.15 |
1651 | 2024-08-21T05:49:29.035Z | Checking memmap v0.7.0 |
1652 | 2024-08-21T05:49:29.092Z | Checking sync_wrapper v0.1.2 |
1653 | 2024-08-21T05:49:29.223Z | Checking base64 v0.22.1 |
1654 | 2024-08-21T05:49:29.248Z | Checking webpki-roots v0.25.4 |
1655 | 2024-08-21T05:49:29.271Z | Checking num-integer v0.1.46 |
1656 | 2024-08-21T05:49:29.418Z | Checking base16ct v0.2.0 |
1657 | 2024-08-21T05:49:29.614Z | Checking sec1 v0.7.3 |
1658 | 2024-08-21T05:49:29.692Z | Checking ff v0.13.0 |
1659 | 2024-08-21T05:49:29.780Z | Checking stable_deref_trait v1.2.0 |
1660 | 2024-08-21T05:49:29.889Z | Checking num-iter v0.1.45 |
1661 | 2024-08-21T05:49:29.913Z | Checking group v0.13.0 |
1662 | 2024-08-21T05:49:29.997Z | Checking hkdf v0.12.4 |
1663 | 2024-08-21T05:49:30.063Z | Checking crypto-bigint v0.5.5 |
1664 | 2024-08-21T05:49:30.173Z | Checking native-tls v0.2.11 |
1665 | 2024-08-21T05:49:30.205Z | Checking crc32fast v1.4.0 |
1666 | 2024-08-21T05:49:30.223Z | Checking winnow v0.6.18 |
1667 | 2024-08-21T05:49:30.416Z | Checking crossbeam-epoch v0.9.18 |
1668 | 2024-08-21T05:49:30.462Z | Checking tokio-native-tls v0.3.1 |
1669 | 2024-08-21T05:49:30.597Z | Checking hyper v0.14.30 |
1670 | 2024-08-21T05:49:30.734Z | Checking hex v0.4.3 |
1671 | 2024-08-21T05:49:30.767Z | Checking dof v0.3.0 |
1672 | 2024-08-21T05:49:30.818Z | Checking winnow v0.5.40 |
1673 | 2024-08-21T05:49:31.253Z | Checking static_assertions v1.1.0 |
1674 | 2024-08-21T05:49:31.356Z | Checking managed v0.8.0 |
1675 | 2024-08-21T05:49:31.398Z | Checking usdt-impl v0.5.0 |
1676 | 2024-08-21T05:49:31.748Z | Checking unicode-segmentation v1.11.0 |
1677 | 2024-08-21T05:49:31.953Z | Checking clap v4.5.16 |
1678 | 2024-08-21T05:49:31.976Z | Checking usdt v0.5.0 |
1679 | 2024-08-21T05:49:32.082Z | Checking num-bigint-dig v0.8.4 |
1680 | 2024-08-21T05:49:32.230Z | Checking pkcs1 v0.7.5 |
1681 | 2024-08-21T05:49:32.265Z | Checking signal-hook v0.3.17 |
1682 | 2024-08-21T05:49:32.402Z | Checking zerocopy v0.6.6 |
1683 | 2024-08-21T05:49:32.606Z | Checking flate2 v1.0.31 |
1684 | 2024-08-21T05:49:32.640Z | Checking bstr v1.9.1 |
1685 | 2024-08-21T05:49:32.899Z | Checking elliptic-curve v0.13.8 |
1686 | 2024-08-21T05:49:33.169Z | Checking toml_edit v0.22.20 |
1687 | 2024-08-21T05:49:33.188Z | Checking mio v1.0.2 |
1688 | 2024-08-21T05:49:33.254Z | Checking siphasher v0.3.11 |
1689 | 2024-08-21T05:49:33.536Z | Checking itertools v0.10.5 |
1690 | 2024-08-21T05:49:33.559Z | Checking bit-vec v0.6.3 |
1691 | 2024-08-21T05:49:33.583Z | Checking itertools v0.12.1 |
1692 | 2024-08-21T05:49:33.816Z | Checking signal-hook-mio v0.2.4 |
1693 | 2024-08-21T05:49:33.842Z | Checking toml_edit v0.19.15 |
1694 | 2024-08-21T05:49:33.871Z | Checking bit-set v0.5.3 |
1695 | 2024-08-21T05:49:33.963Z | Checking idna v0.4.0 |
1696 | 2024-08-21T05:49:34.129Z | Checking hash32 v0.2.1 |
1697 | 2024-08-21T05:49:34.224Z | Checking rsa v0.9.6 |
1698 | 2024-08-21T05:49:34.456Z | Checking finl_unicode v1.2.0 |
1699 | 2024-08-21T05:49:34.831Z | Checking predicates-core v1.0.6 |
1700 | 2024-08-21T05:49:35.007Z | Checking hickory-proto v0.24.1 |
1701 | 2024-08-21T05:49:35.028Z | Checking stringprep v0.1.4 |
1702 | 2024-08-21T05:49:35.284Z | Checking heapless v0.7.17 |
1703 | 2024-08-21T05:49:35.308Z | Checking console v0.15.8 |
1704 | 2024-08-21T05:49:35.810Z | Checking md-5 v0.10.6 |
1705 | 2024-08-21T05:49:35.840Z | Checking float-cmp v0.9.0 |
1706 | 2024-08-21T05:49:35.872Z | Checking fallible-iterator v0.2.0 |
1707 | 2024-08-21T05:49:36.027Z | Checking difflib v0.4.0 |
1708 | 2024-08-21T05:49:36.051Z | Checking fixedbitset v0.4.2 |
1709 | 2024-08-21T05:49:36.232Z | Checking normalize-line-endings v0.3.0 |
1710 | 2024-08-21T05:49:36.290Z | Checking smoltcp v0.9.1 |
1711 | 2024-08-21T05:49:36.315Z | Checking petgraph v0.6.5 |
1712 | 2024-08-21T05:49:36.350Z | Checking phf_shared v0.10.0 |
1713 | 2024-08-21T05:49:36.352Z | Checking toml v0.7.8 |
1714 | 2024-08-21T05:49:36.352Z | Checking predicates v3.1.2 |
1715 | 2024-08-21T05:49:36.500Z | Checking postgres-protocol v0.6.7 |
1716 | 2024-08-21T05:49:36.630Z | Checking phf_shared v0.11.2 |
1717 | 2024-08-21T05:49:36.857Z | Checking hyper-rustls v0.24.2 |
1718 | 2024-08-21T05:49:36.919Z | Checking hyper-tls v0.5.0 |
1719 | 2024-08-21T05:49:37.029Z | Checking similar v2.6.0 |
1720 | 2024-08-21T05:49:37.100Z | Checking fs-err v2.11.0 |
1721 | 2024-08-21T05:49:37.149Z | Checking tokio-stream v0.1.15 |
1722 | 2024-08-21T05:49:37.171Z | Checking nix v0.28.0 |
1723 | 2024-08-21T05:49:37.212Z | Checking reqwest v0.11.27 |
1724 | 2024-08-21T05:49:37.628Z | Checking hubpack v0.1.2 |
1725 | 2024-08-21T05:49:37.790Z | Checking lalrpop-util v0.19.12 |
1726 | 2024-08-21T05:49:37.891Z | Checking new_debug_unreachable v1.0.6 |
1727 | 2024-08-21T05:49:37.928Z | Checking minimal-lexical v0.2.1 |
1728 | 2024-08-21T05:49:37.952Z | Checking precomputed-hash v0.1.1 |
1729 | 2024-08-21T05:49:37.984Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1730 | 2024-08-21T05:49:38.070Z | Checking string_cache v0.8.7 |
1731 | 2024-08-21T05:49:38.091Z | Checking postgres-types v0.2.7 |
1732 | 2024-08-21T05:49:38.343Z | Checking nom v7.1.3 |
1733 | 2024-08-21T05:49:38.365Z | Checking phf v0.11.2 |
1734 | 2024-08-21T05:49:38.649Z | Checking peg-runtime v0.8.3 |
1735 | 2024-08-21T05:49:38.808Z | Checking whoami v1.5.1 |
1736 | 2024-08-21T05:49:38.888Z | Compiling regress v0.9.1 |
1737 | 2024-08-21T05:49:38.980Z | Compiling getopts v0.2.21 |
1738 | 2024-08-21T05:49:39.126Z | Checking tokio-postgres v0.7.11 |
1739 | 2024-08-21T05:49:39.666Z | Compiling unsafe-libyaml v0.2.11 |
1740 | 2024-08-21T05:49:39.707Z | Checking camino v1.1.9 |
1741 | 2024-08-21T05:49:39.729Z | Checking heck v0.5.0 |
1742 | 2024-08-21T05:49:39.977Z | Checking is-terminal v0.4.12 |
1743 | 2024-08-21T05:49:40.098Z | Compiling ident_case v1.0.1 |
1744 | 2024-08-21T05:49:40.271Z | Compiling paste v1.0.15 |
1745 | 2024-08-21T05:49:40.295Z | Compiling darling_core v0.20.9 |
1746 | 2024-08-21T05:49:40.871Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1747 | 2024-08-21T05:49:41.208Z | Compiling serde_yaml v0.9.34+deprecated |
1748 | 2024-08-21T05:49:41.990Z | Compiling rustls v0.22.4 |
1749 | 2024-08-21T05:49:42.016Z | Checking http v1.1.0 |
1750 | 2024-08-21T05:49:42.318Z | Checking dirs-sys-next v0.1.2 |
1751 | 2024-08-21T05:49:42.489Z | Checking dirs-next v2.0.0 |
1752 | 2024-08-21T05:49:42.558Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1753 | 2024-08-21T05:49:42.635Z | Checking crossbeam-channel v0.5.12 |
1754 | 2024-08-21T05:49:43.125Z | Checking thread_local v1.1.8 |
1755 | 2024-08-21T05:49:43.376Z | Compiling multer v3.1.0 |
1756 | 2024-08-21T05:49:43.405Z | Checking term v0.7.0 |
1757 | 2024-08-21T05:49:43.432Z | Checking strum v0.26.3 |
1758 | 2024-08-21T05:49:43.591Z | Compiling async-stream-impl v0.3.5 |
1759 | 2024-08-21T05:49:43.755Z | Checking take_mut v0.2.2 |
1760 | 2024-08-21T05:49:43.833Z | Checking slog-term v2.9.1 |
1761 | 2024-08-21T05:49:43.904Z | Checking slog-async v2.8.0 |
1762 | 2024-08-21T05:49:43.988Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1763 | 2024-08-21T05:49:44.189Z | Checking rustls-pki-types v1.7.0 |
1764 | 2024-08-21T05:49:44.316Z | Checking match_cfg v0.1.0 |
1765 | 2024-08-21T05:49:44.412Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1766 | 2024-08-21T05:49:44.415Z | Checking hostname v0.3.1 |
1767 | 2024-08-21T05:49:44.574Z | Checking toml v0.8.19 |
1768 | 2024-08-21T05:49:44.626Z | Checking rustls-webpki v0.102.4 |
1769 | 2024-08-21T05:49:45.011Z | Checking rustls-pemfile v2.1.3 |
1770 | 2024-08-21T05:49:45.258Z | Checking debug-ignore v1.0.5 |
1771 | 2024-08-21T05:49:45.300Z | Checking slog-json v2.6.1 |
1772 | 2024-08-21T05:49:45.396Z | Checking atomic-waker v1.1.2 |
1773 | 2024-08-21T05:49:45.511Z | Checking async-stream v0.3.5 |
1774 | 2024-08-21T05:49:45.532Z | Checking waitgroup v0.1.2 |
1775 | 2024-08-21T05:49:45.555Z | Checking slog-bunyan v2.5.0 |
1776 | 2024-08-21T05:49:45.706Z | Checking ipnetwork v0.20.0 |
1777 | 2024-08-21T05:49:45.729Z | Checking serde_path_to_error v0.1.16 |
1778 | 2024-08-21T05:49:45.945Z | Checking hostname v0.4.0 |
1779 | 2024-08-21T05:49:46.038Z | Checking instant v0.1.12 |
1780 | 2024-08-21T05:49:46.073Z | Compiling structmeta-derive v0.3.0 |
1781 | 2024-08-21T05:49:46.097Z | Checking fastrand v2.1.0 |
1782 | 2024-08-21T05:49:46.162Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1783 | 2024-08-21T05:49:46.332Z | Checking newtype-uuid v1.1.0 |
1784 | 2024-08-21T05:49:46.434Z | Checking tempfile v3.10.1 |
1785 | 2024-08-21T05:49:46.587Z | Checking quick-error v1.2.3 |
1786 | 2024-08-21T05:49:46.739Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1787 | 2024-08-21T05:49:46.773Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1788 | 2024-08-21T05:49:46.946Z | Checking macaddr v1.0.1 |
1789 | 2024-08-21T05:49:47.079Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1790 | 2024-08-21T05:49:47.233Z | Checking backoff v0.4.0 |
1791 | 2024-08-21T05:49:47.287Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1792 | 2024-08-21T05:49:47.311Z | Compiling darling_macro v0.20.9 |
1793 | 2024-08-21T05:49:47.515Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1794 | 2024-08-21T05:49:47.540Z | Checking wait-timeout v0.2.0 |
1795 | 2024-08-21T05:49:47.634Z | Checking rand_xorshift v0.3.0 |
1796 | 2024-08-21T05:49:47.765Z | Compiling structmeta-derive v0.2.0 |
1797 | 2024-08-21T05:49:47.924Z | Checking rusty-fork v0.3.0 |
1798 | 2024-08-21T05:49:47.981Z | Checking unarray v0.1.4 |
1799 | 2024-08-21T05:49:47.999Z | Compiling proc-macro-error v1.0.4 |
1800 | 2024-08-21T05:49:48.042Z | Checking proptest v1.5.0 |
1801 | 2024-08-21T05:49:48.287Z | Compiling darling v0.20.9 |
1802 | 2024-08-21T05:49:48.416Z | Compiling serde_with_macros v3.9.0 |
1803 | 2024-08-21T05:49:48.690Z | Checking camino-tempfile v1.1.1 |
1804 | 2024-08-21T05:49:48.970Z | Compiling proc-macro-crate v1.3.1 |
1805 | 2024-08-21T05:49:49.014Z | Checking tokio-rustls v0.25.0 |
1806 | 2024-08-21T05:49:49.058Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1807 | 2024-08-21T05:49:49.082Z | Compiling structmeta v0.3.0 |
1808 | 2024-08-21T05:49:49.494Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1809 | 2024-08-21T05:49:49.576Z | Compiling parse-display-derive v0.10.0 |
1810 | 2024-08-21T05:49:49.824Z | Compiling foreign-types-macros v0.2.3 |
1811 | 2024-08-21T05:49:50.115Z | Compiling num_enum_derive v0.5.11 |
1812 | 2024-08-21T05:49:50.683Z | Compiling structmeta v0.2.0 |
1813 | 2024-08-21T05:49:51.137Z | Compiling test-strategy v0.3.1 |
1814 | 2024-08-21T05:49:51.183Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1815 | 2024-08-21T05:49:51.490Z | Checking foreign-types-shared v0.3.1 |
1816 | 2024-08-21T05:49:51.523Z | Checking serde_with v3.9.0 |
1817 | 2024-08-21T05:49:51.611Z | Checking foreign-types v0.5.0 |
1818 | 2024-08-21T05:49:52.090Z | Checking cstr-argument v0.1.2 |
1819 | 2024-08-21T05:49:52.278Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1820 | 2024-08-21T05:49:52.740Z | Checking num_enum v0.5.11 |
1821 | 2024-08-21T05:49:52.770Z | Checking pretty-hex v0.2.1 |
1822 | 2024-08-21T05:49:52.895Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2024-08-21T05:49:52.925Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2024-08-21T05:49:53.163Z | Checking tabwriter v1.4.0 |
1825 | 2024-08-21T05:49:53.199Z | Checking colored v2.1.0 |
1826 | 2024-08-21T05:49:53.224Z | Checking socket2 v0.4.10 |
1827 | 2024-08-21T05:49:53.279Z | Checking smf v0.2.3 |
1828 | 2024-08-21T05:49:53.407Z | Checking termtree v0.4.1 |
1829 | 2024-08-21T05:49:53.489Z | Compiling heapless v0.8.0 |
1830 | 2024-08-21T05:49:53.617Z | Checking predicates-tree v1.0.9 |
1831 | 2024-08-21T05:49:53.650Z | Checking hash32 v0.3.1 |
1832 | 2024-08-21T05:49:53.730Z | Compiling crucible-workspace-hack v0.1.0 |
1833 | 2024-08-21T05:49:53.765Z | Compiling smoltcp v0.11.0 |
1834 | 2024-08-21T05:49:53.843Z | Checking cobs v0.2.3 |
1835 | 2024-08-21T05:49:54.047Z | Checking embedded-io v0.4.0 |
1836 | 2024-08-21T05:49:54.177Z | Checking sigpipe v0.1.3 |
1837 | 2024-08-21T05:49:54.244Z | Checking postcard v1.0.8 |
1838 | 2024-08-21T05:49:54.306Z | Checking parse-display v0.10.0 |
1839 | 2024-08-21T05:49:54.346Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-21T05:49:54.567Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-21T05:49:54.594Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1842 | 2024-08-21T05:49:54.716Z | Compiling mockall_derive v0.13.0 |
1843 | 2024-08-21T05:49:54.737Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1844 | 2024-08-21T05:49:54.905Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1845 | 2024-08-21T05:49:54.970Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1846 | 2024-08-21T05:49:55.156Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1847 | 2024-08-21T05:49:55.184Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1848 | 2024-08-21T05:49:55.213Z | Compiling num-derive v0.4.2 |
1849 | 2024-08-21T05:49:55.521Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1850 | 2024-08-21T05:49:55.542Z | Checking downcast v0.11.0 |
1851 | 2024-08-21T05:49:55.740Z | Checking fragile v2.0.0 |
1852 | 2024-08-21T05:49:55.851Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1853 | 2024-08-21T05:49:55.996Z | Checking humantime v2.1.0 |
1854 | 2024-08-21T05:49:56.099Z | Checking arc-swap v1.7.1 |
1855 | 2024-08-21T05:49:56.300Z | Checking utf-8 v0.7.6 |
1856 | 2024-08-21T05:49:56.515Z | Checking xattr v1.3.1 |
1857 | 2024-08-21T05:49:56.538Z | Checking slog-scope v4.4.0 |
1858 | 2024-08-21T05:49:56.632Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1859 | 2024-08-21T05:49:56.708Z | Checking filetime v0.2.24 |
1860 | 2024-08-21T05:49:56.729Z | Checking slog-stdlog v4.1.1 |
1861 | 2024-08-21T05:49:56.832Z | Checking termcolor v1.4.1 |
1862 | 2024-08-21T05:49:56.887Z | Checking slog-envlogger v2.2.0 |
1863 | 2024-08-21T05:49:56.927Z | Checking tar v0.4.41 |
1864 | 2024-08-21T05:49:57.119Z | Checking same-file v1.0.6 |
1865 | 2024-08-21T05:49:57.296Z | Checking newline-converter v0.3.0 |
1866 | 2024-08-21T05:49:57.299Z | Checking walkdir v2.5.0 |
1867 | 2024-08-21T05:49:57.376Z | Checking tungstenite v0.21.0 |
1868 | 2024-08-21T05:49:57.450Z | Checking expectorate v1.1.0 |
1869 | 2024-08-21T05:49:57.602Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1870 | 2024-08-21T05:49:57.626Z | Checking atty v0.2.14 |
1871 | 2024-08-21T05:49:57.628Z | Compiling derive-where v1.2.7 |
1872 | 2024-08-21T05:49:57.669Z | Checking pem v3.0.4 |
1873 | 2024-08-21T05:49:57.743Z | Checking password-hash v0.5.0 |
1874 | 2024-08-21T05:49:57.938Z | Checking blake2 v0.10.6 |
1875 | 2024-08-21T05:49:58.068Z | Checking tungstenite v0.20.1 |
1876 | 2024-08-21T05:49:58.186Z | Checking env_logger v0.9.3 |
1877 | 2024-08-21T05:49:58.276Z | Checking tokio-tungstenite v0.21.0 |
1878 | 2024-08-21T05:49:58.375Z | Checking argon2 v0.5.3 |
1879 | 2024-08-21T05:49:58.423Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1880 | 2024-08-21T05:49:58.628Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-21T05:49:58.758Z | Checking num-rational v0.4.2 |
1882 | 2024-08-21T05:49:58.943Z | Checking tokio-tungstenite v0.20.1 |
1883 | 2024-08-21T05:49:58.989Z | Checking num-complex v0.4.6 |
1884 | 2024-08-21T05:49:59.068Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1885 | 2024-08-21T05:49:59.450Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-08-21T05:49:59.475Z | Compiling bitstruct_derive v0.1.0 |
1887 | 2024-08-21T05:49:59.478Z | Checking ascii v1.1.0 |
1888 | 2024-08-21T05:49:59.583Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-21T05:49:59.758Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-21T05:49:59.893Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1891 | 2024-08-21T05:49:59.925Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1892 | 2024-08-21T05:49:59.947Z | Checking num v0.4.3 |
1893 | 2024-08-21T05:50:00.010Z | Checking atomicwrites v0.4.3 |
1894 | 2024-08-21T05:50:00.056Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-21T05:50:00.210Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-21T05:50:00.364Z | Checking serde_arrays v0.1.0 |
1897 | 2024-08-21T05:50:00.482Z | Checking erased-serde v0.3.31 |
1898 | 2024-08-21T05:50:00.529Z | Checking float-ord v0.3.2 |
1899 | 2024-08-21T05:50:00.688Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1900 | 2024-08-21T05:50:00.786Z | Compiling heck v0.3.3 |
1901 | 2024-08-21T05:50:00.869Z | Checking bitstruct v0.1.1 |
1902 | 2024-08-21T05:50:00.984Z | Compiling convert_case v0.4.0 |
1903 | 2024-08-21T05:50:01.028Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1904 | 2024-08-21T05:50:01.229Z | Compiling zone_cfg_derive v0.1.2 |
1905 | 2024-08-21T05:50:01.283Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1906 | 2024-08-21T05:50:01.334Z | Checking yasna v0.5.2 |
1907 | 2024-08-21T05:50:01.382Z | Checking headers-core v0.2.0 |
1908 | 2024-08-21T05:50:01.516Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-21T05:50:01.538Z | Checking base64 v0.13.1 |
1910 | 2024-08-21T05:50:01.688Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1911 | 2024-08-21T05:50:01.945Z | Checking ron v0.7.1 |
1912 | 2024-08-21T05:50:01.968Z | Compiling derive_more v0.99.18 |
1913 | 2024-08-21T05:50:01.989Z | Checking headers v0.3.9 |
1914 | 2024-08-21T05:50:02.261Z | Checking rcgen v0.12.1 |
1915 | 2024-08-21T05:50:02.777Z | Checking zone v0.1.8 |
1916 | 2024-08-21T05:50:03.076Z | Checking portpicker v0.1.1 |
1917 | 2024-08-21T05:50:03.250Z | Checking mockall v0.13.0 |
1918 | 2024-08-21T05:50:03.400Z | Checking subprocess v0.2.9 |
1919 | 2024-08-21T05:50:03.497Z | Checking half v2.4.1 |
1920 | 2024-08-21T05:50:03.665Z | Checking ciborium-io v0.2.2 |
1921 | 2024-08-21T05:50:03.795Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1922 | 2024-08-21T05:50:03.965Z | Compiling rayon-core v1.12.1 |
1923 | 2024-08-21T05:50:03.996Z | Checking ciborium-ll v0.2.2 |
1924 | 2024-08-21T05:50:04.341Z | Checking swrite v0.1.0 |
1925 | 2024-08-21T05:50:04.343Z | Checking ciborium v0.2.2 |
1926 | 2024-08-21T05:50:04.469Z | Compiling prettyplease v0.2.20 |
1927 | 2024-08-21T05:50:04.714Z | Checking highway v1.2.0 |
1928 | 2024-08-21T05:50:04.811Z | Compiling home v0.5.9 |
1929 | 2024-08-21T05:50:04.892Z | Compiling semver v0.1.20 |
1930 | 2024-08-21T05:50:04.988Z | Checking linked-hash-map v0.5.6 |
1931 | 2024-08-21T05:50:05.083Z | Compiling cookie v0.18.1 |
1932 | 2024-08-21T05:50:05.115Z | Compiling slog-dtrace v0.3.0 |
1933 | 2024-08-21T05:50:05.315Z | Compiling rustc_version v0.1.7 |
1934 | 2024-08-21T05:50:05.334Z | Checking lru-cache v0.1.2 |
1935 | 2024-08-21T05:50:05.513Z | Compiling blake3 v1.5.1 |
1936 | 2024-08-21T05:50:05.517Z | Compiling ring v0.16.20 |
1937 | 2024-08-21T05:50:05.580Z | Compiling cancel-safe-futures v0.1.5 |
1938 | 2024-08-21T05:50:05.767Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1939 | 2024-08-21T05:50:05.918Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1940 | 2024-08-21T05:50:05.942Z | Compiling newtype_derive v0.1.6 |
1941 | 2024-08-21T05:50:06.432Z | Checking steno v0.4.1 |
1942 | 2024-08-21T05:50:06.810Z | Checking itertools v0.13.0 |
1943 | 2024-08-21T05:50:08.686Z | Checking resolv-conf v0.7.0 |
1944 | 2024-08-21T05:50:09.056Z | Checking hickory-resolver v0.24.1 |
1945 | 2024-08-21T05:50:09.318Z | Checking libsw v3.3.1 |
1946 | 2024-08-21T05:50:09.512Z | Checking linear-map v1.2.0 |
1947 | 2024-08-21T05:50:09.613Z | Checking owo-colors v4.0.0 |
1948 | 2024-08-21T05:50:10.542Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-08-21T05:50:10.841Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-08-21T05:50:11.178Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1951 | 2024-08-21T05:50:11.309Z | Compiling crossbeam-deque v0.8.5 |
1952 | 2024-08-21T05:50:11.563Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1953 | 2024-08-21T05:50:14.253Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1954 | 2024-08-21T05:50:15.095Z | Compiling rayon v1.10.0 |
1955 | 2024-08-21T05:50:15.348Z | Compiling memmap2 v0.9.4 |
1956 | 2024-08-21T05:50:15.981Z | Compiling spin v0.5.2 |
1957 | 2024-08-21T05:50:16.021Z | Compiling untrusted v0.7.1 |
1958 | 2024-08-21T05:50:16.127Z | Compiling arrayref v0.3.7 |
1959 | 2024-08-21T05:50:16.205Z | Compiling arrayvec v0.7.4 |
1960 | 2024-08-21T05:50:16.224Z | Compiling constant_time_eq v0.3.0 |
1961 | 2024-08-21T05:50:16.607Z | Compiling toolchain_find v0.4.0 |
1962 | 2024-08-21T05:50:16.871Z | Compiling topological-sort v0.2.2 |
1963 | 2024-08-21T05:50:17.101Z | Compiling rustfmt-wrapper v0.2.1 |
1964 | 2024-08-21T05:50:17.326Z | Checking display-error-chain v0.2.0 |
1965 | 2024-08-21T05:50:17.477Z | Checking nibble_vec v0.1.0 |
1966 | 2024-08-21T05:50:17.541Z | Checking endian-type v0.1.2 |
1967 | 2024-08-21T05:50:17.673Z | Checking fxhash v0.2.1 |
1968 | 2024-08-21T05:50:17.701Z | Checking keccak v0.1.5 |
1969 | 2024-08-21T05:50:17.747Z | Checking radix_trie v0.2.1 |
1970 | 2024-08-21T05:50:17.863Z | Checking secrecy v0.8.0 |
1971 | 2024-08-21T05:50:18.029Z | Checking sha3 v0.10.8 |
1972 | 2024-08-21T05:50:18.096Z | Checking universal-hash v0.5.1 |
1973 | 2024-08-21T05:50:18.165Z | Checking opaque-debug v0.3.1 |
1974 | 2024-08-21T05:50:18.265Z | Compiling curve25519-dalek v4.1.3 |
1975 | 2024-08-21T05:50:18.294Z | Checking maplit v1.0.2 |
1976 | 2024-08-21T05:50:18.411Z | Compiling radium v0.7.0 |
1977 | 2024-08-21T05:50:18.461Z | Checking aead v0.5.2 |
1978 | 2024-08-21T05:50:18.693Z | Compiling curve25519-dalek-derive v0.1.1 |
1979 | 2024-08-21T05:50:18.928Z | Checking tap v1.0.1 |
1980 | 2024-08-21T05:50:19.043Z | Compiling maybe-uninit v2.0.0 |
1981 | 2024-08-21T05:50:19.105Z | Checking wyz v0.5.1 |
1982 | 2024-08-21T05:50:19.820Z | Checking poly1305 v0.8.0 |
1983 | 2024-08-21T05:50:19.892Z | Checking chacha20 v0.9.1 |
1984 | 2024-08-21T05:50:20.079Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1985 | 2024-08-21T05:50:20.227Z | Compiling omicron-zone-package v0.11.0 |
1986 | 2024-08-21T05:50:20.229Z | Checking funty v2.0.0 |
1987 | 2024-08-21T05:50:20.285Z | Compiling packed_struct v0.10.1 |
1988 | 2024-08-21T05:50:20.590Z | Checking crc-catalog v2.4.0 |
1989 | 2024-08-21T05:50:20.733Z | Checking crc v3.2.1 |
1990 | 2024-08-21T05:50:20.904Z | Checking gethostname v0.5.0 |
1991 | 2024-08-21T05:50:21.036Z | Compiling packed_struct_codegen v0.10.1 |
1992 | 2024-08-21T05:50:21.123Z | Compiling indexmap v1.9.3 |
1993 | 2024-08-21T05:50:21.146Z | Checking bitvec v1.0.1 |
1994 | 2024-08-21T05:50:21.441Z | Compiling libefi-sys v0.1.0 |
1995 | 2024-08-21T05:50:21.746Z | Checking nodrop v0.1.14 |
1996 | 2024-08-21T05:50:21.870Z | Checking array-init v0.0.4 |
1997 | 2024-08-21T05:50:22.204Z | Checking smallvec v0.6.14 |
1998 | 2024-08-21T05:50:22.311Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1999 | 2024-08-21T05:50:22.635Z | Compiling bitfield-struct v0.6.1 |
2000 | 2024-08-21T05:50:22.748Z | Checking hashbrown v0.12.3 |
2001 | 2024-08-21T05:50:22.862Z | Checking bitfield v0.14.0 |
2002 | 2024-08-21T05:50:23.149Z | Checking serde-hex v0.1.0 |
2003 | 2024-08-21T05:50:24.013Z | Checking bzip2 v0.4.4 |
2004 | 2024-08-21T05:50:24.090Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2005 | 2024-08-21T05:50:24.352Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2006 | 2024-08-21T05:50:24.512Z | Checking env_logger v0.10.2 |
2007 | 2024-08-21T05:50:24.533Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2008 | 2024-08-21T05:50:24.621Z | Checking x509-cert v0.2.5 |
2009 | 2024-08-21T05:50:24.735Z | Checking ron v0.8.1 |
2010 | 2024-08-21T05:50:24.855Z | Checking hashbrown v0.13.2 |
2011 | 2024-08-21T05:50:24.935Z | Compiling thiserror-impl-no-std v2.0.2 |
2012 | 2024-08-21T05:50:25.905Z | Compiling async-recursion v1.1.1 |
2013 | 2024-08-21T05:50:25.982Z | Checking crc-any v2.5.0 |
2014 | 2024-08-21T05:50:26.243Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2015 | 2024-08-21T05:50:26.363Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-08-21T05:50:26.386Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2017 | 2024-08-21T05:50:26.642Z | Checking object v0.30.4 |
2018 | 2024-08-21T05:50:26.868Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2019 | 2024-08-21T05:50:26.944Z | Checking zip v0.6.6 |
2020 | 2024-08-21T05:50:27.124Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2021 | 2024-08-21T05:50:27.168Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2022 | 2024-08-21T05:50:27.456Z | Compiling parking_lot_core v0.8.6 |
2023 | 2024-08-21T05:50:27.617Z | Checking path-slash v0.1.5 |
2024 | 2024-08-21T05:50:27.669Z | Checking chacha20poly1305 v0.10.1 |
2025 | 2024-08-21T05:50:27.752Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2026 | 2024-08-21T05:50:27.774Z | Checking glob v0.3.1 |
2027 | 2024-08-21T05:50:27.859Z | Checking hickory-client v0.24.1 |
2028 | 2024-08-21T05:50:27.964Z | Checking hickory-server v0.24.1 |
2029 | 2024-08-21T05:50:28.083Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2030 | 2024-08-21T05:50:28.164Z | Checking thiserror-no-std v2.0.2 |
2031 | 2024-08-21T05:50:28.279Z | Checking vsss-rs v3.3.4 |
2032 | 2024-08-21T05:50:28.347Z | Checking parking_lot v0.11.2 |
2033 | 2024-08-21T05:50:28.431Z | Checking crossterm v0.28.1 |
2034 | 2024-08-21T05:50:28.474Z | Compiling buf-list v1.0.3 |
2035 | 2024-08-21T05:50:28.679Z | Checking sled v0.34.7 |
2036 | 2024-08-21T05:50:29.301Z | Compiling unicase v2.7.0 |
2037 | 2024-08-21T05:50:29.830Z | Checking nanorand v0.7.0 |
2038 | 2024-08-21T05:50:30.218Z | Checking flume v0.11.0 |
2039 | 2024-08-21T05:50:30.712Z | Checking kstat-rs v0.2.4 |
2040 | 2024-08-21T05:50:31.057Z | Compiling vte_generate_state_changes v0.1.1 |
2041 | 2024-08-21T05:50:31.138Z | Compiling mime_guess v2.0.4 |
2042 | 2024-08-21T05:50:31.173Z | Checking fd-lock v4.0.2 |
2043 | 2024-08-21T05:50:31.446Z | Checking crossterm v0.27.0 |
2044 | 2024-08-21T05:50:31.544Z | Checking nu-ansi-term v0.50.0 |
2045 | 2024-08-21T05:50:31.631Z | Compiling dsl_auto_type v0.1.2 |
2046 | 2024-08-21T05:50:31.757Z | Checking vte v0.11.1 |
2047 | 2024-08-21T05:50:31.945Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2048 | 2024-08-21T05:50:32.218Z | Checking scheduled-thread-pool v0.2.7 |
2049 | 2024-08-21T05:50:32.429Z | Compiling pin-project-internal v1.1.5 |
2050 | 2024-08-21T05:50:32.474Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2051 | 2024-08-21T05:50:32.691Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2052 | 2024-08-21T05:50:32.747Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2053 | 2024-08-21T05:50:33.110Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2054 | 2024-08-21T05:50:33.181Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2055 | 2024-08-21T05:50:33.237Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2056 | 2024-08-21T05:50:34.487Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2057 | 2024-08-21T05:50:35.631Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2058 | 2024-08-21T05:50:36.838Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2059 | 2024-08-21T05:50:37.297Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2060 | 2024-08-21T05:50:37.486Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2061 | 2024-08-21T05:50:38.860Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2062 | 2024-08-21T05:50:39.190Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2063 | 2024-08-21T05:50:39.369Z | Checking strip-ansi-escapes v0.2.0 |
2064 | 2024-08-21T05:50:39.519Z | Checking reedline v0.33.0 |
2065 | 2024-08-21T05:50:39.902Z | Compiling diesel_table_macro_syntax v0.2.0 |
2066 | 2024-08-21T05:50:40.211Z | Compiling crunchy v0.2.2 |
2067 | 2024-08-21T05:50:40.351Z | Checking http-range v0.1.5 |
2068 | 2024-08-21T05:50:40.542Z | Checking hyper-staticfile v0.9.5 |
2069 | 2024-08-21T05:50:40.640Z | Compiling diesel_derives v2.2.2 |
2070 | 2024-08-21T05:50:40.786Z | Checking pin-project v1.1.5 |
2071 | 2024-08-21T05:50:40.925Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2072 | 2024-08-21T05:50:40.994Z | Checking r2d2 v0.8.10 |
2073 | 2024-08-21T05:50:41.334Z | Compiling clang-sys v1.7.0 |
2074 | 2024-08-21T05:50:41.569Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2075 | 2024-08-21T05:50:42.074Z | Compiling tiny-keccak v2.0.2 |
2076 | 2024-08-21T05:50:42.290Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2077 | 2024-08-21T05:50:42.390Z | Checking bytecount v0.6.8 |
2078 | 2024-08-21T05:50:42.441Z | Compiling ref-cast v1.0.23 |
2079 | 2024-08-21T05:50:42.555Z | Checking papergrid v0.11.0 |
2080 | 2024-08-21T05:50:43.093Z | Compiling ascii-canvas v3.0.0 |
2081 | 2024-08-21T05:50:43.243Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2082 | 2024-08-21T05:50:43.561Z | Compiling tabled_derive v0.7.0 |
2083 | 2024-08-21T05:50:43.981Z | Compiling ena v0.14.3 |
2084 | 2024-08-21T05:50:43.983Z | Compiling ref-cast-impl v1.0.23 |
2085 | 2024-08-21T05:50:44.396Z | Compiling libloading v0.8.3 |
2086 | 2024-08-21T05:50:44.831Z | Compiling regex-syntax v0.6.29 |
2087 | 2024-08-21T05:50:45.267Z | Compiling diff v0.1.13 |
2088 | 2024-08-21T05:50:45.291Z | Compiling bindgen v0.69.4 |
2089 | 2024-08-21T05:50:46.126Z | Checking tabled v0.15.0 |
2090 | 2024-08-21T05:50:46.894Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2091 | 2024-08-21T05:50:49.065Z | Compiling lalrpop v0.19.12 |
2092 | 2024-08-21T05:50:50.764Z | Compiling which v4.4.2 |
2093 | 2024-08-21T05:50:51.047Z | Checking signal-hook-tokio v0.3.1 |
2094 | 2024-08-21T05:50:51.226Z | Compiling cexpr v0.6.0 |
2095 | 2024-08-21T05:50:51.396Z | Compiling rustc-hash v1.1.0 |
2096 | 2024-08-21T05:50:51.566Z | Compiling lazycell v1.3.0 |
2097 | 2024-08-21T05:50:51.754Z | Compiling shlex v1.3.0 |
2098 | 2024-08-21T05:50:53.015Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2099 | 2024-08-21T05:50:53.472Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2100 | 2024-08-21T05:50:56.553Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2101 | 2024-08-21T05:50:58.474Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2102 | 2024-08-21T05:50:58.701Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2103 | 2024-08-21T05:50:59.009Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2104 | 2024-08-21T05:50:59.551Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2105 | 2024-08-21T05:51:00.469Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2106 | 2024-08-21T05:51:00.684Z | Checking diesel v2.2.2 |
2107 | 2024-08-21T05:51:01.007Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2108 | 2024-08-21T05:51:01.083Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2109 | 2024-08-21T05:51:01.709Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2110 | 2024-08-21T05:51:02.026Z | Compiling derive_builder_core v0.20.0 |
2111 | 2024-08-21T05:51:05.347Z | Compiling libxml v0.3.3 |
2112 | 2024-08-21T05:51:05.450Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2113 | 2024-08-21T05:51:05.724Z | Compiling memoffset v0.9.1 |
2114 | 2024-08-21T05:51:06.277Z | Compiling derive_builder_macro v0.20.0 |
2115 | 2024-08-21T05:51:06.837Z | Compiling peg-macros v0.8.4 |
2116 | 2024-08-21T05:51:07.200Z | Compiling strum_macros v0.24.3 |
2117 | 2024-08-21T05:51:07.825Z | Compiling snafu-derive v0.8.2 |
2118 | 2024-08-21T05:51:09.376Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2119 | 2024-08-21T05:51:09.686Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2120 | 2024-08-21T05:51:10.531Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2121 | 2024-08-21T05:51:10.695Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2122 | 2024-08-21T05:51:10.879Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2123 | 2024-08-21T05:51:12.624Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2124 | 2024-08-21T05:51:12.803Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2125 | 2024-08-21T05:51:13.500Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2126 | 2024-08-21T05:51:14.050Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2127 | 2024-08-21T05:51:14.513Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2128 | 2024-08-21T05:51:15.347Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2129 | 2024-08-21T05:51:16.013Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2130 | 2024-08-21T05:51:17.269Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2131 | 2024-08-21T05:51:18.143Z | Compiling sqlparser_derive v0.2.2 |
2132 | 2024-08-21T05:51:19.340Z | Compiling indoc v1.0.9 |
2133 | 2024-08-21T05:51:19.398Z | Checking unicode_categories v0.1.1 |
2134 | 2024-08-21T05:51:19.710Z | Checking sqlformat v0.2.4 |
2135 | 2024-08-21T05:51:20.331Z | Checking rustyline v14.0.0 |
2136 | 2024-08-21T05:51:21.448Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2137 | 2024-08-21T05:51:22.037Z | Checking sqlparser v0.45.0 |
2138 | 2024-08-21T05:51:22.840Z | Checking snafu v0.8.2 |
2139 | 2024-08-21T05:51:23.366Z | Checking peg v0.8.4 |
2140 | 2024-08-21T05:51:23.477Z | Checking derive_builder v0.20.0 |
2141 | 2024-08-21T05:51:24.293Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2142 | 2024-08-21T05:51:24.319Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2143 | 2024-08-21T05:51:24.639Z | Checking globset v0.4.14 |
2144 | 2024-08-21T05:51:24.845Z | Checking olpc-cjson v0.1.3 |
2145 | 2024-08-21T05:51:25.071Z | Checking serde_plain v1.0.2 |
2146 | 2024-08-21T05:51:25.179Z | Checking bcs v0.1.6 |
2147 | 2024-08-21T05:51:25.319Z | Checking quick-xml v0.31.0 |
2148 | 2024-08-21T05:51:25.449Z | Compiling oso-derive v0.27.3 |
2149 | 2024-08-21T05:51:25.627Z | Compiling impl-trait-for-tuples v0.2.2 |
2150 | 2024-08-21T05:51:26.559Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2151 | 2024-08-21T05:51:26.869Z | Checking typed-path v0.7.1 |
2152 | 2024-08-21T05:51:27.532Z | Checking nix v0.27.1 |
2153 | 2024-08-21T05:51:28.837Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2154 | 2024-08-21T05:51:28.859Z | Checking tough v0.17.1 |
2155 | 2024-08-21T05:51:30.692Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-08-21T05:51:30.950Z | Checking serde-big-array v0.5.1 |
2157 | 2024-08-21T05:51:31.194Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2158 | 2024-08-21T05:51:31.538Z | Checking parse-size v1.0.0 |
2159 | 2024-08-21T05:51:31.580Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2160 | 2024-08-21T05:51:33.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2161 | 2024-08-21T05:51:34.021Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2162 | 2024-08-21T05:51:34.023Z | Checking bb8 v0.8.5 |
2163 | 2024-08-21T05:51:34.082Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2164 | 2024-08-21T05:51:34.365Z | Compiling const_format_proc_macros v0.2.32 |
2165 | 2024-08-21T05:51:34.567Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2166 | 2024-08-21T05:51:36.596Z | Checking const_format v0.2.32 |
2167 | 2024-08-21T05:51:37.072Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2168 | 2024-08-21T05:51:37.220Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2169 | 2024-08-21T05:51:37.563Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2170 | 2024-08-21T05:51:38.508Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2171 | 2024-08-21T05:51:38.546Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2172 | 2024-08-21T05:51:39.290Z | Checking assert_matches v1.5.0 |
2173 | 2024-08-21T05:51:39.395Z | Checking heck v0.4.1 |
2174 | 2024-08-21T05:51:39.455Z | Compiling portable-atomic v1.6.0 |
2175 | 2024-08-21T05:51:39.611Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2176 | 2024-08-21T05:51:39.646Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2177 | 2024-08-21T05:51:40.049Z | Compiling libz-sys v1.1.16 |
2178 | 2024-08-21T05:51:40.196Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2179 | 2024-08-21T05:51:40.913Z | Checking rand_seeder v0.3.0 |
2180 | 2024-08-21T05:51:41.131Z | Checking number_prefix v0.4.0 |
2181 | 2024-08-21T05:51:41.344Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2182 | 2024-08-21T05:51:41.677Z | Checking indicatif v0.17.8 |
2183 | 2024-08-21T05:51:42.495Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2184 | 2024-08-21T05:51:42.891Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2185 | 2024-08-21T05:51:43.004Z | Compiling vergen v8.3.2 |
2186 | 2024-08-21T05:51:43.314Z | Compiling cargo-platform v0.1.8 |
2187 | 2024-08-21T05:51:43.744Z | Checking is_ci v1.2.0 |
2188 | 2024-08-21T05:51:43.889Z | Checking supports-color v3.0.0 |
2189 | 2024-08-21T05:51:43.916Z | Compiling cargo_metadata v0.18.1 |
2190 | 2024-08-21T05:51:44.135Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2191 | 2024-08-21T05:51:44.270Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2192 | 2024-08-21T05:51:45.342Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2193 | 2024-08-21T05:51:45.615Z | Checking castaway v0.2.3 |
2194 | 2024-08-21T05:51:45.785Z | Compiling libsqlite3-sys v0.28.0 |
2195 | 2024-08-21T05:51:45.912Z | Checking compact_str v0.8.0 |
2196 | 2024-08-21T05:51:46.325Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2197 | 2024-08-21T05:51:46.613Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2198 | 2024-08-21T05:51:46.791Z | Checking unicode-truncate v1.0.0 |
2199 | 2024-08-21T05:51:46.927Z | Checking lru v0.12.3 |
2200 | 2024-08-21T05:51:46.992Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2201 | 2024-08-21T05:51:47.021Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2202 | 2024-08-21T05:51:47.229Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2203 | 2024-08-21T05:51:47.513Z | Compiling instability v0.3.2 |
2204 | 2024-08-21T05:51:47.724Z | Checking cassowary v0.3.0 |
2205 | 2024-08-21T05:51:48.326Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2206 | 2024-08-21T05:51:48.641Z | Checking ratatui v0.28.0 |
2207 | 2024-08-21T05:51:48.659Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2208 | 2024-08-21T05:51:49.705Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2209 | 2024-08-21T05:51:50.528Z | Checking hashlink v0.9.1 |
2210 | 2024-08-21T05:51:50.842Z | Checking fallible-iterator v0.3.0 |
2211 | 2024-08-21T05:51:51.210Z | Checking smawk v0.3.2 |
2212 | 2024-08-21T05:51:51.425Z | Checking fallible-streaming-iterator v0.1.9 |
2213 | 2024-08-21T05:51:51.440Z | Checking unicode-linebreak v0.1.5 |
2214 | 2024-08-21T05:51:51.649Z | Checking rusqlite v0.31.0 |
2215 | 2024-08-21T05:51:51.697Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2216 | 2024-08-21T05:51:51.844Z | Checking textwrap v0.16.1 |
2217 | 2024-08-21T05:51:52.013Z | Checking twox-hash v1.6.3 |
2218 | 2024-08-21T05:51:52.301Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2219 | 2024-08-21T05:51:52.501Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2220 | 2024-08-21T05:51:53.259Z | Checking fatfs v0.3.6 |
2221 | 2024-08-21T05:51:54.230Z | Checking csv-core v0.1.11 |
2222 | 2024-08-21T05:51:54.326Z | Checking shell-words v1.1.0 |
2223 | 2024-08-21T05:51:54.511Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2224 | 2024-08-21T05:51:54.582Z | Checking csv v1.3.0 |
2225 | 2024-08-21T05:51:55.772Z | Checking rtoolbox v0.0.2 |
2226 | 2024-08-21T05:51:55.974Z | Checking rpassword v7.3.1 |
2227 | 2024-08-21T05:51:57.771Z | Checking tui-tree-widget v0.22.0 |
2228 | 2024-08-21T05:51:58.114Z | Checking polyval v0.6.2 |
2229 | 2024-08-21T05:51:58.347Z | Checking rfc6979 v0.4.0 |
2230 | 2024-08-21T05:51:58.500Z | Checking plotters-backend v0.3.5 |
2231 | 2024-08-21T05:51:58.850Z | Checking plotters-svg v0.3.5 |
2232 | 2024-08-21T05:51:59.085Z | Checking ecdsa v0.16.9 |
2233 | 2024-08-21T05:51:59.810Z | Checking ghash v0.5.1 |
2234 | 2024-08-21T05:51:59.988Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2235 | 2024-08-21T05:52:01.221Z | Checking primeorder v0.13.6 |
2236 | 2024-08-21T05:52:01.630Z | Checking ctr v0.9.2 |
2237 | 2024-08-21T05:52:01.829Z | Checking cast v0.3.0 |
2238 | 2024-08-21T05:52:02.121Z | Checking yansi v0.5.1 |
2239 | 2024-08-21T05:52:02.589Z | Checking criterion-plot v0.5.0 |
2240 | 2024-08-21T05:52:02.666Z | Checking pretty_assertions v1.4.0 |
2241 | 2024-08-21T05:52:02.859Z | Checking aes-gcm v0.10.3 |
2242 | 2024-08-21T05:52:03.072Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2243 | 2024-08-21T05:52:03.095Z | Checking plotters v0.3.5 |
2244 | 2024-08-21T05:52:04.955Z | Checking ed25519 v2.2.3 |
2245 | 2024-08-21T05:52:05.424Z | Checking ssh-encoding v0.2.0 |
2246 | 2024-08-21T05:52:05.661Z | Checking tinytemplate v1.2.1 |
2247 | 2024-08-21T05:52:06.109Z | Checking blowfish v0.9.1 |
2248 | 2024-08-21T05:52:06.374Z | Checking oorandom v11.1.3 |
2249 | 2024-08-21T05:52:06.540Z | Checking anes v0.1.6 |
2250 | 2024-08-21T05:52:06.914Z | Checking option-ext v0.2.0 |
2251 | 2024-08-21T05:52:07.073Z | Checking dirs-sys v0.4.1 |
2252 | 2024-08-21T05:52:07.283Z | Checking criterion v0.5.1 |
2253 | 2024-08-21T05:52:13.278Z | Checking bcrypt-pbkdf v0.10.0 |
2254 | 2024-08-21T05:52:13.425Z | Checking ssh-cipher v0.2.0 |
2255 | 2024-08-21T05:52:13.425Z | Checking ed25519-dalek v2.1.1 |
2256 | 2024-08-21T05:52:13.425Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2257 | 2024-08-21T05:52:13.425Z | Checking password-hash v0.4.2 |
2258 | 2024-08-21T05:52:13.425Z | Checking matches v0.1.10 |
2259 | 2024-08-21T05:52:13.425Z | Checking hex-literal v0.4.1 |
2260 | 2024-08-21T05:52:13.425Z | Checking idna v0.2.3 |
2261 | 2024-08-21T05:52:13.462Z | Checking pbkdf2 v0.11.0 |
2262 | 2024-08-21T05:52:13.462Z | Checking ssh-key v0.6.6 |
2263 | 2024-08-21T05:52:13.462Z | Checking dirs v5.0.1 |
2264 | 2024-08-21T05:52:13.462Z | Checking p384 v0.13.0 |
2265 | 2024-08-21T05:52:13.462Z | Checking p256 v0.13.2 |
2266 | 2024-08-21T05:52:13.560Z | Checking p521 v0.13.3 |
2267 | 2024-08-21T05:52:14.006Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2268 | 2024-08-21T05:52:14.128Z | Checking russh-cryptovec v0.7.2 |
2269 | 2024-08-21T05:52:14.367Z | Compiling enum-as-inner v0.5.1 |
2270 | 2024-08-21T05:52:14.790Z | Compiling doc-comment v0.3.3 |
2271 | 2024-08-21T05:52:14.836Z | Checking md5 v0.7.0 |
2272 | 2024-08-21T05:52:15.130Z | Compiling target-lexicon v0.12.16 |
2273 | 2024-08-21T05:52:15.423Z | Checking trust-dns-proto v0.22.0 |
2274 | 2024-08-21T05:52:15.559Z | Checking russh-keys v0.44.0 |
2275 | 2024-08-21T05:52:16.182Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2276 | 2024-08-21T05:52:17.031Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2277 | 2024-08-21T05:52:17.866Z | Checking http-body v1.0.0 |
2278 | 2024-08-21T05:52:17.915Z | Checking num-bigint v0.4.5 |
2279 | 2024-08-21T05:52:18.090Z | Compiling guppy-workspace-hack v0.1.0 |
2280 | 2024-08-21T05:52:18.406Z | Checking regex-automata v0.1.10 |
2281 | 2024-08-21T05:52:18.840Z | Checking tower-layer v0.3.2 |
2282 | 2024-08-21T05:52:19.098Z | Compiling dhcproto-macros v0.1.0 |
2283 | 2024-08-21T05:52:19.330Z | Compiling assert_cmd v2.0.16 |
2284 | 2024-08-21T05:52:19.798Z | Checking tower v0.4.13 |
2285 | 2024-08-21T05:52:20.103Z | Checking dhcproto v0.12.0 |
2286 | 2024-08-21T05:52:20.424Z | Checking russh v0.44.1 |
2287 | 2024-08-21T05:52:20.598Z | Checking bstr v0.2.17 |
2288 | 2024-08-21T05:52:21.479Z | Checking hyper v1.3.1 |
2289 | 2024-08-21T05:52:22.074Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2290 | 2024-08-21T05:52:22.672Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2291 | 2024-08-21T05:52:22.722Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2292 | 2024-08-21T05:52:22.883Z | Compiling samael v0.0.15 |
2293 | 2024-08-21T05:52:23.318Z | Checking internet-checksum v0.2.1 |
2294 | 2024-08-21T05:52:23.423Z | Compiling target-spec v3.2.1 |
2295 | 2024-08-21T05:52:24.638Z | Checking hyper-util v0.1.3 |
2296 | 2024-08-21T05:52:25.216Z | Checking cfg-expr v0.16.0 |
2297 | 2024-08-21T05:52:25.682Z | Checking httptest v0.15.5 |
2298 | 2024-08-21T05:52:25.975Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2299 | 2024-08-21T05:52:26.103Z | Checking rustls-native-certs v0.7.0 |
2300 | 2024-08-21T05:52:26.456Z | Checking hyper-rustls v0.26.0 |
2301 | 2024-08-21T05:52:27.149Z | Checking pathdiff v0.2.1 |
2302 | 2024-08-21T05:52:27.320Z | Checking threadpool v1.8.1 |
2303 | 2024-08-21T05:52:27.545Z | Compiling toml_edit v0.21.1 |
2304 | 2024-08-21T05:52:28.192Z | Compiling rstest_macros v0.22.0 |
2305 | 2024-08-21T05:52:28.718Z | Checking escape8259 v0.5.2 |
2306 | 2024-08-21T05:52:28.918Z | Checking nested v0.1.1 |
2307 | 2024-08-21T05:52:29.151Z | Checking guppy v0.17.7 |
2308 | 2024-08-21T05:52:30.630Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2309 | 2024-08-21T05:52:31.375Z | Compiling proc-macro-crate v3.1.0 |
2310 | 2024-08-21T05:52:32.897Z | Checking libtest-mimic v0.7.3 |
2311 | 2024-08-21T05:52:33.405Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2312 | 2024-08-21T05:52:33.479Z | Checking similar-asserts v1.5.0 |
2313 | 2024-08-21T05:52:33.679Z | Checking fancy-regex v0.13.0 |
2314 | 2024-08-21T05:52:33.705Z | Compiling relative-path v1.9.3 |
2315 | 2024-08-21T05:52:33.727Z | Compiling trybuild v1.0.99 |
2316 | 2024-08-21T05:52:34.297Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2317 | 2024-08-21T05:52:34.477Z | Checking blake2b_simd v1.0.2 |
2318 | 2024-08-21T05:52:34.523Z | Checking datatest-stable v0.2.9 |
2319 | 2024-08-21T05:52:34.816Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2320 | 2024-08-21T05:52:35.148Z | Compiling git2 v0.19.0 |
2321 | 2024-08-21T05:52:35.329Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2322 | 2024-08-21T05:52:35.601Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2323 | 2024-08-21T05:52:35.629Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2324 | 2024-08-21T05:52:35.929Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2325 | 2024-08-21T05:52:36.173Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2326 | 2024-08-21T05:52:36.245Z | Checking serde_tokenstream v0.2.2 |
2327 | 2024-08-21T05:52:36.341Z | Checking uzers v0.11.3 |
2328 | 2024-08-21T05:52:36.646Z | Checking futures-timer v3.0.3 |
2329 | 2024-08-21T05:52:36.696Z | Checking indent_write v2.2.0 |
2330 | 2024-08-21T05:52:37.006Z | Checking rust-argon2 v2.1.0 |
2331 | 2024-08-21T05:52:37.407Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2332 | 2024-08-21T05:52:38.465Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2333 | 2024-08-21T05:52:39.078Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2334 | 2024-08-21T05:52:39.207Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2335 | 2024-08-21T05:52:39.414Z | Checking rand_distr v0.4.3 |
2336 | 2024-08-21T05:52:40.211Z | Checking multimap v0.10.0 |
2337 | 2024-08-21T05:52:40.553Z | Checking approx v0.5.1 |
2338 | 2024-08-21T05:52:40.809Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2339 | 2024-08-21T05:52:42.374Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2340 | 2024-08-21T05:52:42.996Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2341 | 2024-08-21T05:52:43.872Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2342 | 2024-08-21T05:52:43.995Z | Checking partial-io v0.5.4 |
2343 | 2024-08-21T05:52:44.107Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2344 | 2024-08-21T05:52:44.378Z | Checking cargo_toml v0.20.4 |
2345 | 2024-08-21T05:52:44.681Z | Checking termios v0.3.3 |
2346 | 2024-08-21T05:52:44.886Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2347 | 2024-08-21T05:52:45.103Z | Checking rstest v0.22.0 |
2348 | 2024-08-21T05:52:45.145Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2349 | 2024-08-21T05:52:46.357Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2350 | 2024-08-21T05:53:03.041Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2351 | 2024-08-21T05:53:11.547Z | Compiling polar-core v0.27.3 |
2352 | 2024-08-21T05:53:14.671Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2353 | 2024-08-21T05:53:22.559Z | Checking oso v0.27.3 |
2354 | 2024-08-21T05:53:34.131Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2355 | 2024-08-21T05:53:35.926Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2356 | 2024-08-21T05:53:36.650Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2357 | 2024-08-21T05:54:08.075Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2358 | 2024-08-21T05:54:08.075Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2359 | 2024-08-21T05:54:08.078Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2360 | 2024-08-21T05:55:34.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s |
2361 | 2024-08-21T05:55:34.578Z | |
2362 | 2024-08-21T05:55:34.578Z | real 6:29.814919292 |
2363 | 2024-08-21T05:55:34.578Z | user 35:25.982542785 |
2364 | 2024-08-21T05:55:34.578Z | sys 6:07.784937290 |
2365 | 2024-08-21T05:55:34.578Z | trap 0.939210830 |
2366 | 2024-08-21T05:55:34.578Z | tflt 2.706236486 |
2367 | 2024-08-21T05:55:34.578Z | dflt 0.651600155 |
2368 | 2024-08-21T05:55:34.578Z | kflt 0.002416938 |
2369 | 2024-08-21T05:55:34.578Z | lock 54:54.468349309 |
2370 | 2024-08-21T05:55:34.581Z | slp 2:05:35.775020553 |
2371 | 2024-08-21T05:55:34.581Z | lat 1:37.647352299 |
2372 | 2024-08-21T05:55:34.581Z | stop 5:29.078192129 |
2373 | 2024-08-21T05:55:34.581Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2374 | 2024-08-21T05:55:34.581Z | + ptime -m cargo doc --workspace --no-deps |
2375 | 2024-08-21T05:55:35.780Z | warning: output filename collision. |
2376 | 2024-08-21T05:55:35.780Z | 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)`. |
2377 | 2024-08-21T05:55:35.780Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2378 | 2024-08-21T05:55:35.780Z | The targets should have unique names. |
2379 | 2024-08-21T05:55:35.780Z | This is a known bug where multiple crates with the same name use |
2380 | 2024-08-21T05:55:35.780Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2381 | 2024-08-21T05:55:36.160Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2382 | 2024-08-21T05:55:36.221Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2383 | 2024-08-21T05:55:36.238Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2384 | 2024-08-21T05:55:36.272Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2385 | 2024-08-21T05:55:36.299Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2386 | 2024-08-21T05:55:36.327Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2387 | 2024-08-21T05:55:36.327Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2388 | 2024-08-21T05:55:36.546Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2389 | 2024-08-21T05:55:36.583Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2390 | 2024-08-21T05:55:36.605Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2391 | 2024-08-21T05:55:36.624Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2392 | 2024-08-21T05:55:36.624Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2393 | 2024-08-21T05:55:36.812Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2394 | 2024-08-21T05:55:36.882Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2395 | 2024-08-21T05:55:36.902Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2396 | 2024-08-21T05:55:37.083Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2397 | 2024-08-21T05:55:37.377Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2398 | 2024-08-21T05:55:38.290Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2399 | 2024-08-21T05:55:41.206Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2400 | 2024-08-21T05:55:41.490Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2401 | 2024-08-21T05:55:41.546Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2402 | 2024-08-21T05:55:41.861Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2403 | 2024-08-21T05:55:41.885Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2404 | 2024-08-21T05:55:42.228Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-08-21T05:55:42.247Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2406 | 2024-08-21T05:55:42.335Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2407 | 2024-08-21T05:55:42.584Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2408 | 2024-08-21T05:55:42.807Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2409 | 2024-08-21T05:55:43.036Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2024-08-21T05:55:43.139Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2411 | 2024-08-21T05:55:43.450Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2412 | 2024-08-21T05:55:43.855Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2413 | 2024-08-21T05:55:43.973Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2414 | 2024-08-21T05:55:44.205Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2415 | 2024-08-21T05:55:44.298Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2416 | 2024-08-21T05:55:44.641Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2417 | 2024-08-21T05:55:44.810Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2418 | 2024-08-21T05:55:44.951Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2419 | 2024-08-21T05:55:45.109Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2420 | 2024-08-21T05:55:45.488Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2421 | 2024-08-21T05:55:45.511Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2422 | 2024-08-21T05:55:45.627Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2423 | 2024-08-21T05:55:47.631Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2424 | 2024-08-21T05:55:49.735Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2425 | 2024-08-21T05:55:49.853Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2426 | 2024-08-21T05:55:50.561Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2427 | 2024-08-21T05:55:51.278Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2428 | 2024-08-21T05:55:51.945Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2429 | 2024-08-21T05:55:51.985Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2430 | 2024-08-21T05:55:52.888Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2431 | 2024-08-21T05:55:53.035Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2432 | 2024-08-21T05:55:53.923Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2433 | 2024-08-21T05:55:54.552Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2434 | 2024-08-21T05:55:55.139Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2435 | 2024-08-21T05:55:58.381Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2436 | 2024-08-21T05:55:58.926Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2437 | 2024-08-21T05:55:59.456Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2438 | 2024-08-21T05:55:59.837Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2439 | 2024-08-21T05:56:00.419Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2440 | 2024-08-21T05:56:02.074Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2441 | 2024-08-21T05:56:02.422Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2442 | 2024-08-21T05:56:02.458Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2443 | 2024-08-21T05:56:02.531Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2444 | 2024-08-21T05:56:02.550Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2445 | 2024-08-21T05:56:02.649Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2446 | 2024-08-21T05:56:03.155Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2447 | 2024-08-21T05:56:03.589Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2448 | 2024-08-21T05:56:03.637Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2449 | 2024-08-21T05:56:04.014Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2450 | 2024-08-21T05:56:04.272Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2451 | 2024-08-21T05:56:04.411Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2452 | 2024-08-21T05:56:04.466Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2453 | 2024-08-21T05:56:04.862Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2024-08-21T05:56:04.879Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2455 | 2024-08-21T05:56:05.394Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2456 | 2024-08-21T05:56:05.413Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2457 | 2024-08-21T05:56:05.542Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2458 | 2024-08-21T05:56:05.604Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2459 | 2024-08-21T05:56:05.879Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2460 | 2024-08-21T05:56:06.086Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2461 | 2024-08-21T05:56:06.502Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2462 | 2024-08-21T05:56:06.505Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2463 | 2024-08-21T05:56:07.376Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2464 | 2024-08-21T05:56:07.397Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2465 | 2024-08-21T05:56:08.765Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2466 | 2024-08-21T05:56:09.292Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2467 | 2024-08-21T05:56:10.292Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2468 | 2024-08-21T05:56:11.697Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2469 | 2024-08-21T05:56:12.257Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2470 | 2024-08-21T05:56:12.519Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2471 | 2024-08-21T05:56:13.154Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2472 | 2024-08-21T05:56:13.981Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2473 | 2024-08-21T05:56:14.542Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2474 | 2024-08-21T05:56:14.672Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2475 | 2024-08-21T05:56:16.197Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2476 | 2024-08-21T05:56:17.000Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2477 | 2024-08-21T05:56:17.229Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2478 | 2024-08-21T05:56:17.636Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2479 | 2024-08-21T05:56:17.714Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2480 | 2024-08-21T05:56:19.269Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2024-08-21T05:56:26.333Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2482 | 2024-08-21T05:56:28.178Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2483 | 2024-08-21T05:56:34.740Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2484 | 2024-08-21T05:56:43.042Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2485 | 2024-08-21T05:56:43.952Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2486 | 2024-08-21T05:57:18.306Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2487 | 2024-08-21T05:57:18.398Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2488 | 2024-08-21T05:57:18.934Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2489 | 2024-08-21T05:57:19.309Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2490 | 2024-08-21T05:57:21.947Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2491 | 2024-08-21T05:57:24.682Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2492 | 2024-08-21T05:57:25.839Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2493 | 2024-08-21T05:57:42.879Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2494 | 2024-08-21T05:57:49.709Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2495 | 2024-08-21T05:57:50.008Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2496 | 2024-08-21T05:57:50.469Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2497 | 2024-08-21T05:57:55.445Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2498 | 2024-08-21T05:57:55.717Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2499 | 2024-08-21T05:57:56.879Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2024-08-21T05:57:58.712Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2501 | 2024-08-21T05:58:01.463Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2502 | 2024-08-21T05:58:08.519Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2503 | 2024-08-21T05:58:10.865Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2504 | 2024-08-21T05:58:12.101Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2505 | 2024-08-21T05:58:14.320Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2506 | 2024-08-21T05:58:28.241Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2507 | 2024-08-21T05:58:38.283Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2508 | 2024-08-21T05:58:46.657Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2509 | 2024-08-21T05:58:52.919Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2510 | 2024-08-21T05:58:54.652Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2511 | 2024-08-21T05:58:57.881Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2512 | 2024-08-21T05:59:11.369Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-08-21T05:59:11.860Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2514 | 2024-08-21T05:59:12.133Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2515 | 2024-08-21T05:59:18.000Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2516 | 2024-08-21T05:59:19.531Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2517 | 2024-08-21T05:59:29.950Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2518 | 2024-08-21T05:59:33.184Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2519 | 2024-08-21T05:59:34.171Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2520 | 2024-08-21T05:59:35.828Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2521 | 2024-08-21T05:59:38.087Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2522 | 2024-08-21T05:59:43.725Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2523 | 2024-08-21T05:59:48.904Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2524 | 2024-08-21T05:59:52.228Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2525 | 2024-08-21T05:59:53.112Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2526 | 2024-08-21T06:00:02.136Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2527 | 2024-08-21T06:00:10.059Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2528 | 2024-08-21T06:00:10.835Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2529 | 2024-08-21T06:00:16.695Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2530 | 2024-08-21T06:00:17.806Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2531 | 2024-08-21T06:00:21.113Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2532 | 2024-08-21T06:00:25.098Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2533 | 2024-08-21T06:00:30.267Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2534 | 2024-08-21T06:00:31.340Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2535 | 2024-08-21T06:00:31.865Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2536 | 2024-08-21T06:00:32.868Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2537 | 2024-08-21T06:00:33.131Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2538 | 2024-08-21T06:00:33.851Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2539 | 2024-08-21T06:00:35.396Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2540 | 2024-08-21T06:00:44.180Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2541 | 2024-08-21T06:00:47.582Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2542 | 2024-08-21T06:00:49.173Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2543 | 2024-08-21T06:00:49.742Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2544 | 2024-08-21T06:00:51.098Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2545 | 2024-08-21T06:00:51.167Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2546 | 2024-08-21T06:00:52.936Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2547 | 2024-08-21T06:00:53.168Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2548 | 2024-08-21T06:01:03.153Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2549 | 2024-08-21T06:01:04.076Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2550 | 2024-08-21T06:01:07.089Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2551 | 2024-08-21T06:01:07.751Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2552 | 2024-08-21T06:01:09.378Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2553 | 2024-08-21T06:01:09.578Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2554 | 2024-08-21T06:01:10.301Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2555 | 2024-08-21T06:01:10.840Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2556 | 2024-08-21T06:01:20.624Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2557 | 2024-08-21T06:01:23.350Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2558 | 2024-08-21T06:01:23.548Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2559 | 2024-08-21T06:01:23.566Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2560 | 2024-08-21T06:01:27.275Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2561 | 2024-08-21T06:01:27.599Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2562 | 2024-08-21T06:01:27.837Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2563 | 2024-08-21T06:01:30.272Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2564 | 2024-08-21T06:01:30.689Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2565 | 2024-08-21T06:01:37.278Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2566 | 2024-08-21T06:01:38.336Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2567 | 2024-08-21T06:01:38.914Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2568 | 2024-08-21T06:01:40.124Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2569 | 2024-08-21T06:01:41.761Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2570 | 2024-08-21T06:01:43.235Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2571 | 2024-08-21T06:01:46.773Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2572 | 2024-08-21T06:01:47.092Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2573 | 2024-08-21T06:01:47.380Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2574 | 2024-08-21T06:01:49.684Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2575 | 2024-08-21T06:01:50.935Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2576 | 2024-08-21T06:01:52.388Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2577 | 2024-08-21T06:01:53.698Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2578 | 2024-08-21T06:01:54.030Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2579 | 2024-08-21T06:01:54.191Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2580 | 2024-08-21T06:01:56.449Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2581 | 2024-08-21T06:01:57.634Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2582 | 2024-08-21T06:01:58.930Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2583 | 2024-08-21T06:01:59.518Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2584 | 2024-08-21T06:02:21.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2585 | 2024-08-21T06:02:21.419Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
2586 | 2024-08-21T06:02:21.478Z | |
2587 | 2024-08-21T06:02:21.478Z | real 6:46.917660733 |
2588 | 2024-08-21T06:02:21.478Z | user 21:25.802326265 |
2589 | 2024-08-21T06:02:21.479Z | sys 30:05.360364527 |
2590 | 2024-08-21T06:02:21.479Z | trap 0.361531409 |
2591 | 2024-08-21T06:02:21.479Z | tflt 0.329073339 |
2592 | 2024-08-21T06:02:21.479Z | dflt 0.127333538 |
2593 | 2024-08-21T06:02:21.482Z | kflt 0.000009191 |
2594 | 2024-08-21T06:02:21.482Z | lock 1:05:47.213580306 |
2595 | 2024-08-21T06:02:21.482Z | slp 1:57:02.988327110 |
2596 | 2024-08-21T06:02:21.482Z | lat 1:08.325879740 |
2597 | 2024-08-21T06:02:21.482Z | stop 56.770816054 |
2598 | 2024-08-21T06:02:21.482Z | process exited: duration 1030705 ms, exit code 0 |
|
2599 | 2024-08-21T06:02:21.488Z | found 0 output files |