|
|
|
1 | 2024-10-24T00:38:47.179Z | job assigned to worker 01JAXZB0JWR2Y2XVS3SD2Z8R53 (queued for 47 s) |
|
2 | 2024-10-24T00:38:54.896Z | starting task 0: "setup" |
3 | 2024-10-24T00:38:54.905Z | ++ uname -s |
4 | 2024-10-24T00:38:54.908Z | + kern=SunOS |
5 | 2024-10-24T00:38:54.908Z | + case "$kern" in |
6 | 2024-10-24T00:38:54.908Z | + groupadd -g 12345 build |
7 | 2024-10-24T00:38:54.908Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-24T00:38:56.919Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-24T00:38:57.034Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-24T00:38:57.036Z | + home_fs=zfs |
11 | 2024-10-24T00:38:57.036Z | + [[ zfs == autofs ]] |
12 | 2024-10-24T00:38:57.036Z | + mkdir -p /home/build |
13 | 2024-10-24T00:38:57.038Z | + chown build:build /home/build /work |
14 | 2024-10-24T00:38:59.041Z | + chmod 0700 /home/build /work |
15 | 2024-10-24T00:38:59.043Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2024-10-24T00:38:59.048Z | starting task 1: "rust-toolchain" |
17 | 2024-10-24T00:38:59.054Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-24T00:38:59.054Z | * toolchain channel = "1.80.1" |
19 | 2024-10-24T00:38:59.054Z | ' 1.80.1 |
20 | 2024-10-24T00:38:59.054Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-24T00:38:59.054Z | ' default |
22 | 2024-10-24T00:38:59.054Z | * toolchain profile = "default" |
23 | 2024-10-24T00:38:59.057Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-24T00:38:59.057Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-24T00:38:59.172Z | info: downloading installer |
26 | 2024-10-24T00:39:00.689Z | info: profile set to 'default' |
27 | 2024-10-24T00:39:00.689Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-24T00:39:00.692Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-24T00:39:00.840Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-24T00:39:00.840Z | info: downloading component 'cargo' |
31 | 2024-10-24T00:39:01.693Z | info: downloading component 'clippy' |
32 | 2024-10-24T00:39:01.992Z | info: downloading component 'rust-docs' |
33 | 2024-10-24T00:39:03.163Z | info: downloading component 'rust-std' |
34 | 2024-10-24T00:39:04.801Z | info: downloading component 'rustc' |
35 | 2024-10-24T00:39:09.436Z | info: downloading component 'rustfmt' |
36 | 2024-10-24T00:39:09.679Z | info: installing component 'cargo' |
37 | 2024-10-24T00:39:10.512Z | info: installing component 'clippy' |
38 | 2024-10-24T00:39:10.895Z | info: installing component 'rust-docs' |
39 | 2024-10-24T00:39:12.528Z | info: installing component 'rust-std' |
40 | 2024-10-24T00:39:14.195Z | info: installing component 'rustc' |
41 | 2024-10-24T00:39:18.499Z | info: installing component 'rustfmt' |
42 | 2024-10-24T00:39:18.855Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-24T00:39:18.855Z | |
44 | 2024-10-24T00:39:19.134Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-24T00:39:19.134Z | |
46 | 2024-10-24T00:39:19.136Z | |
47 | 2024-10-24T00:39:19.136Z | Rust is installed now. Great! |
48 | 2024-10-24T00:39:19.136Z | |
49 | 2024-10-24T00:39:19.136Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-24T00:39:19.136Z | environment variable. This has not been done automatically. |
51 | 2024-10-24T00:39:19.136Z | |
52 | 2024-10-24T00:39:19.136Z | To configure your current shell, you need to source |
53 | 2024-10-24T00:39:19.136Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-24T00:39:19.136Z | |
55 | 2024-10-24T00:39:19.136Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-24T00:39:19.136Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-24T00:39:19.136Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-24T00:39:19.191Z | + rustc --version |
59 | 2024-10-24T00:39:19.259Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-24T00:39:19.262Z | process exited: duration 20214 ms, exit code 0 |
|
61 | 2024-10-24T00:39:19.270Z | starting task 2: "authentication" |
62 | 2024-10-24T00:39:19.289Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-24T00:39:19.295Z | starting task 3: "clone repository" |
64 | 2024-10-24T00:39:19.300Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-24T00:39:19.303Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-24T00:39:19.558Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-24T00:39:26.273Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-24T00:39:26.273Z | + git fetch origin 67eb7e0a41fb5106ae589f8e728a38d258592c0e |
69 | 2024-10-24T00:39:26.608Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-24T00:39:26.608Z | * branch 67eb7e0a41fb5106ae589f8e728a38d258592c0e -> FETCH_HEAD |
71 | 2024-10-24T00:39:26.617Z | + [[ -n project-scoped-oxql ]] |
72 | 2024-10-24T00:39:26.620Z | ++ git branch --show-current |
73 | 2024-10-24T00:39:26.622Z | + current=main |
74 | 2024-10-24T00:39:26.622Z | + [[ main != project-scoped-oxql ]] |
75 | 2024-10-24T00:39:26.622Z | + git branch -f project-scoped-oxql 67eb7e0a41fb5106ae589f8e728a38d258592c0e |
76 | 2024-10-24T00:39:26.627Z | + git checkout -f project-scoped-oxql |
77 | 2024-10-24T00:39:26.648Z | Switched to branch 'project-scoped-oxql' |
78 | 2024-10-24T00:39:26.650Z | + git reset --hard 67eb7e0a41fb5106ae589f8e728a38d258592c0e |
79 | 2024-10-24T00:39:26.676Z | HEAD is now at 67eb7e0a4 test with metric that doesn't have project_id on it |
80 | 2024-10-24T00:39:26.679Z | process exited: duration 7382 ms, exit code 0 |
|
81 | 2024-10-24T00:39:26.684Z | starting task 4: "build" |
82 | 2024-10-24T00:39:26.689Z | + source ./env.sh |
83 | 2024-10-24T00:39:26.689Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-24T00:39:26.689Z | ++ set -o xtrace |
85 | 2024-10-24T00:39:26.692Z | ++++ dirname ./env.sh |
86 | 2024-10-24T00:39:26.694Z | +++ readlink -f . |
87 | 2024-10-24T00:39:26.712Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-24T00:39:26.714Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-10-24T00:39:26.714Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-24T00:39:26.714Z | ++ 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 |
91 | 2024-10-24T00:39:26.714Z | ++ 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 |
92 | 2024-10-24T00:39:26.714Z | ++ 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 |
93 | 2024-10-24T00:39:26.714Z | ++ 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 |
94 | 2024-10-24T00:39:26.714Z | ++ 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 |
95 | 2024-10-24T00:39:26.714Z | ++ 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 |
96 | 2024-10-24T00:39:26.714Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-24T00:39:26.714Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-24T00:39:26.714Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-24T00:39:26.714Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-24T00:39:26.715Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-24T00:39:26.715Z | + cargo --version |
102 | 2024-10-24T00:39:26.767Z | cargo 1.80.1 (376290515 2024-07-16) |
103 | 2024-10-24T00:39:26.770Z | + rustc --version |
104 | 2024-10-24T00:39:26.826Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
105 | 2024-10-24T00:39:26.828Z | + banner prerequisites |
106 | 2024-10-24T00:39:26.849Z | |
107 | 2024-10-24T00:39:26.849Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-10-24T00:39:26.850Z | # # # # # # # # # # # # # # # |
109 | 2024-10-24T00:39:26.850Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-10-24T00:39:26.850Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-10-24T00:39:26.850Z | # # # # # # # # # # # # # # # |
112 | 2024-10-24T00:39:26.850Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-10-24T00:39:26.850Z | |
114 | 2024-10-24T00:39:26.853Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-10-24T00:39:36.698Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-10-24T00:39:40.471Z | Startup: Caching catalogs ... Done |
117 | 2024-10-24T00:39:46.913Z | Planning: Solver setup ... Done (5.725s) |
118 | 2024-10-24T00:39:47.000Z | Planning: Running solver ... Done (0.087s) |
119 | 2024-10-24T00:39:47.187Z | Planning: Finding local manifests ... Done (0.115s) |
120 | 2024-10-24T00:39:47.201Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-10-24T00:39:47.955Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-10-24T00:39:48.343Z | Planning: Package planning ... Done (0.388s) |
123 | 2024-10-24T00:39:48.401Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-10-24T00:39:49.924Z | Planning: Checking for conflicting actions ... Done (1.523s) |
125 | 2024-10-24T00:39:58.974Z | Planning: Consolidating action changes ... Done (9.050s) |
126 | 2024-10-24T00:39:59.379Z | Planning: Evaluating mediators ... Done (0.404s) |
127 | 2024-10-24T00:39:59.505Z | Planning: Planning completed in 18.95 seconds |
128 | 2024-10-24T00:40:00.599Z | Packages to install: 4 |
129 | 2024-10-24T00:40:00.599Z | Packages to update: 1 |
130 | 2024-10-24T00:40:00.599Z | Mediators to change: 2 |
131 | 2024-10-24T00:40:00.599Z | Services to change: 1 |
132 | 2024-10-24T00:40:00.604Z | Estimated space available: 155.71 GB |
133 | 2024-10-24T00:40:00.604Z | Estimated space to be consumed: 1.58 GB |
134 | 2024-10-24T00:40:00.604Z | Create boot environment: No |
135 | 2024-10-24T00:40:00.604Z | Create backup boot environment: Yes |
136 | 2024-10-24T00:40:00.604Z | Rebuild boot archive: No |
137 | 2024-10-24T00:40:00.604Z | |
138 | 2024-10-24T00:40:00.604Z | Changed mediators: |
139 | 2024-10-24T00:40:00.604Z | mediator clang: |
140 | 2024-10-24T00:40:00.604Z | version: None -> 15 (system default) |
141 | 2024-10-24T00:40:00.604Z | |
142 | 2024-10-24T00:40:00.604Z | mediator llvm: |
143 | 2024-10-24T00:40:00.605Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-10-24T00:40:00.605Z | |
145 | 2024-10-24T00:40:00.605Z | Changed packages: |
146 | 2024-10-24T00:40:00.605Z | helios-dev |
147 | 2024-10-24T00:40:00.605Z | developer/build-essential |
148 | 2024-10-24T00:40:00.605Z | None -> 11-2.0 |
149 | 2024-10-24T00:40:00.605Z | library/libxmlsec1 |
150 | 2024-10-24T00:40:00.605Z | None -> 1.2.35-2.0 |
151 | 2024-10-24T00:40:00.605Z | ooce/developer/clang-15 |
152 | 2024-10-24T00:40:00.605Z | None -> 15.0.7-2.0 |
153 | 2024-10-24T00:40:00.605Z | ooce/developer/llvm-15 |
154 | 2024-10-24T00:40:00.605Z | None -> 15.0.7-2.0 |
155 | 2024-10-24T00:40:00.605Z | package/pkg |
156 | 2024-10-24T00:40:00.605Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-10-24T00:40:00.605Z | |
158 | 2024-10-24T00:40:00.605Z | Services: |
159 | 2024-10-24T00:40:00.605Z | restart_fmri: |
160 | 2024-10-24T00:40:00.605Z | svc:/system/update-man-index:default |
161 | 2024-10-24T00:40:00.606Z | |
162 | 2024-10-24T00:40:00.606Z | Editable files to change: |
163 | 2024-10-24T00:40:00.606Z | Update: |
164 | 2024-10-24T00:40:00.606Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-10-24T00:40:01.258Z | |
166 | 2024-10-24T00:40:01.258Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-10-24T00:40:06.276Z | Download: 492/4281 items 17.1/220.6MB 7% complete (3.5M/s) |
168 | 2024-10-24T00:40:11.262Z | Download: 1129/4281 items 40.5/220.6MB 18% complete (4.0M/s) |
169 | 2024-10-24T00:40:17.267Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
170 | 2024-10-24T00:40:21.269Z | Download: 1730/4281 items 116.6/220.6MB 52% complete (8.2M/s) |
171 | 2024-10-24T00:40:46.341Z | Download: 2223/4281 items 117.9/220.6MB 53% complete |
172 | 2024-10-24T00:40:51.492Z | Download: 2963/4281 items 121.2/220.6MB 54% complete (714k/s) |
173 | 2024-10-24T00:40:56.502Z | Download: 3232/4281 items 197.6/220.6MB 89% complete (7.9M/s) |
174 | 2024-10-24T00:41:21.460Z | Download: 3247/4281 items 200.2/220.6MB 90% complete |
175 | 2024-10-24T00:41:27.212Z | Download: 3284/4281 items 210.8/220.6MB 95% complete (2.1M/s) |
176 | 2024-10-24T00:41:32.220Z | Download: 3612/4281 items 216.1/220.6MB 97% complete (2.1M/s) |
177 | 2024-10-24T00:41:37.460Z | Download: 4200/4281 items 220.4/220.6MB 99% complete (1.2M/s) |
178 | 2024-10-24T00:41:41.467Z | Download: Completed 220.60 MB in 100.21 seconds (2.2M/s) |
179 | 2024-10-24T00:41:43.372Z | Actions: 1/5063 actions (Removing old actions) |
180 | 2024-10-24T00:41:43.390Z | Actions: 194/5063 actions (Installing new actions) |
181 | 2024-10-24T00:41:48.641Z | Actions: 4104/5063 actions (Installing new actions) |
182 | 2024-10-24T00:41:49.007Z | Actions: 4226/5063 actions (Updating modified actions) |
183 | 2024-10-24T00:41:49.347Z | Actions: Completed 5063 actions in 5.97 seconds. |
184 | 2024-10-24T00:41:49.706Z | Done (0.352s) |
185 | 2024-10-24T00:41:49.710Z | Done (0.000s) |
186 | 2024-10-24T00:41:50.199Z | Done (0.492s) |
187 | 2024-10-24T00:41:56.317Z | Done (5.917s) |
188 | 2024-10-24T00:41:56.600Z | Done (0.211s) |
189 | 2024-10-24T00:41:56.603Z | Done (0.000s) |
190 | 2024-10-24T00:41:56.952Z | Done (0.000s) |
191 | 2024-10-24T00:41:57.596Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-10-24T00:41:57.755Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-10-24T00:41:57.758Z | Planning: Consolidating action changes ... Done |
194 | 2024-10-24T00:41:58.024Z | Planning: Evaluating mediators ... Done |
195 | 2024-10-24T00:41:58.027Z | Planning: Planning completed in 0.43 seconds |
196 | 2024-10-24T00:41:58.062Z | Mediators to change: 2 |
197 | 2024-10-24T00:41:58.062Z | Create boot environment: No |
198 | 2024-10-24T00:41:58.065Z | Create backup boot environment: No |
199 | 2024-10-24T00:41:58.140Z | Done |
200 | 2024-10-24T00:41:58.140Z | Done |
201 | 2024-10-24T00:41:58.488Z | Done |
202 | 2024-10-24T00:42:01.984Z | Done |
203 | 2024-10-24T00:42:02.076Z | Done |
204 | 2024-10-24T00:42:02.079Z | Done |
205 | 2024-10-24T00:42:02.208Z | Done |
206 | 2024-10-24T00:42:02.820Z | Planning: Evaluating mediator changes ... Done |
207 | 2024-10-24T00:42:02.823Z | Planning: Merging actions ... Done |
208 | 2024-10-24T00:42:03.008Z | Planning: Checking for conflicting actions ... Done |
209 | 2024-10-24T00:42:03.011Z | Planning: Consolidating action changes ... Done |
210 | 2024-10-24T00:42:03.282Z | Planning: Evaluating mediators ... Done |
211 | 2024-10-24T00:42:03.337Z | Planning: Planning completed in 0.76 seconds |
212 | 2024-10-24T00:42:03.376Z | Packages to change: 1 |
213 | 2024-10-24T00:42:03.376Z | Mediators to change: 1 |
214 | 2024-10-24T00:42:03.378Z | Services to change: 1 |
215 | 2024-10-24T00:42:03.378Z | Create boot environment: No |
216 | 2024-10-24T00:42:03.378Z | Create backup boot environment: Yes |
217 | 2024-10-24T00:42:05.567Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2024-10-24T00:42:05.603Z | Actions: Completed 6 actions in 0.04 seconds. |
219 | 2024-10-24T00:42:05.605Z | Done |
220 | 2024-10-24T00:42:05.605Z | Done |
221 | 2024-10-24T00:42:05.704Z | Done |
222 | 2024-10-24T00:42:09.196Z | Done |
223 | 2024-10-24T00:42:09.289Z | Done |
224 | 2024-10-24T00:42:09.291Z | Done |
225 | 2024-10-24T00:42:09.687Z | Done |
226 | 2024-10-24T00:42:10.121Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2024-10-24T00:42:10.121Z | clang system 15 system |
228 | 2024-10-24T00:42:10.121Z | csh system system illumos |
229 | 2024-10-24T00:42:10.121Z | ctags system system illumos |
230 | 2024-10-24T00:42:10.121Z | gcc vendor 12 vendor |
231 | 2024-10-24T00:42:10.121Z | gcc system 10 system |
232 | 2024-10-24T00:42:10.121Z | gcc system 7 system |
233 | 2024-10-24T00:42:10.121Z | go system 1.20 system |
234 | 2024-10-24T00:42:10.121Z | go system 1.19 system |
235 | 2024-10-24T00:42:10.121Z | llvm system 15 system |
236 | 2024-10-24T00:42:10.121Z | llvm system 14 system |
237 | 2024-10-24T00:42:10.121Z | mariadb system 10.6 system |
238 | 2024-10-24T00:42:10.121Z | mta vendor vendor dma |
239 | 2024-10-24T00:42:10.124Z | openjdk system 17 system |
240 | 2024-10-24T00:42:10.124Z | openjdk system 11 system |
241 | 2024-10-24T00:42:10.124Z | openjdk system 1.8 system |
242 | 2024-10-24T00:42:10.124Z | openssl vendor 3 vendor |
243 | 2024-10-24T00:42:10.124Z | perl system 5.36 system |
244 | 2024-10-24T00:42:10.124Z | postgresql system 15 system |
245 | 2024-10-24T00:42:10.124Z | postgresql system 13 system |
246 | 2024-10-24T00:42:10.124Z | python vendor 3 vendor |
247 | 2024-10-24T00:42:10.124Z | python system 2 system |
248 | 2024-10-24T00:42:10.124Z | python3 system 3.11 system |
249 | 2024-10-24T00:42:10.124Z | ruby system 3.0 system |
250 | 2024-10-24T00:42:10.124Z | words vendor vendor american-english |
251 | 2024-10-24T00:42:10.125Z | words system system australian-english |
252 | 2024-10-24T00:42:10.125Z | words system system british-english |
253 | 2024-10-24T00:42:10.125Z | words system system canadian-english |
254 | 2024-10-24T00:42:10.125Z | words system system french |
255 | 2024-10-24T00:42:10.125Z | words system system italian |
256 | 2024-10-24T00:42:10.125Z | words system system ngerman |
257 | 2024-10-24T00:42:10.125Z | words system system ogerman |
258 | 2024-10-24T00:42:10.125Z | words system system spanish |
259 | 2024-10-24T00:42:10.453Z | PUBLISHER TYPE STATUS P LOCATION |
260 | 2024-10-24T00:42:10.454Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
261 | 2024-10-24T00:42:12.804Z | FMRI IFO |
262 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
263 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
264 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
265 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
266 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
267 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
268 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
269 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
270 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
272 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
273 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
274 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
275 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
276 | 2024-10-24T00:42:12.804Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
277 | 2024-10-24T00:42:13.488Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
278 | 2024-10-24T00:42:13.754Z | Updating crates.io index |
279 | 2024-10-24T00:42:13.814Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
280 | 2024-10-24T00:42:14.557Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
281 | 2024-10-24T00:42:14.814Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2024-10-24T00:42:15.075Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2024-10-24T00:42:15.371Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2024-10-24T00:42:16.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2024-10-24T00:42:18.393Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2024-10-24T00:42:19.458Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2024-10-24T00:42:20.254Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-10-24T00:42:20.530Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2024-10-24T00:42:20.750Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2024-10-24T00:42:21.307Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
291 | 2024-10-24T00:42:21.596Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
292 | 2024-10-24T00:42:22.073Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
293 | 2024-10-24T00:42:22.308Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
294 | 2024-10-24T00:42:22.555Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
295 | 2024-10-24T00:42:22.776Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
296 | 2024-10-24T00:42:23.111Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
297 | 2024-10-24T00:42:23.335Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
298 | 2024-10-24T00:42:23.711Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
299 | 2024-10-24T00:42:24.053Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
300 | 2024-10-24T00:42:24.471Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
301 | 2024-10-24T00:42:24.796Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
302 | 2024-10-24T00:42:25.194Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
303 | 2024-10-24T00:42:25.558Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
304 | 2024-10-24T00:42:25.794Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
305 | 2024-10-24T00:42:26.048Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
306 | 2024-10-24T00:42:27.200Z | Downloading crates ... |
307 | 2024-10-24T00:42:27.248Z | Downloaded once_cell v1.20.2 |
308 | 2024-10-24T00:42:27.251Z | Downloaded anstream v0.6.15 |
309 | 2024-10-24T00:42:27.253Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-10-24T00:42:27.258Z | Downloaded equivalent v1.0.1 |
311 | 2024-10-24T00:42:27.267Z | Downloaded pretty-hex v0.4.1 |
312 | 2024-10-24T00:42:27.270Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-10-24T00:42:27.273Z | Downloaded thread-id v4.2.2 |
314 | 2024-10-24T00:42:27.273Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-10-24T00:42:27.275Z | Downloaded colorchoice v1.0.2 |
316 | 2024-10-24T00:42:27.278Z | Downloaded byteorder v1.5.0 |
317 | 2024-10-24T00:42:27.280Z | Downloaded heck v0.4.1 |
318 | 2024-10-24T00:42:27.280Z | Downloaded fnv v1.0.7 |
319 | 2024-10-24T00:42:27.283Z | Downloaded utf8parse v0.2.2 |
320 | 2024-10-24T00:42:27.287Z | Downloaded smawk v0.3.2 |
321 | 2024-10-24T00:42:27.289Z | Downloaded toml_datetime v0.6.8 |
322 | 2024-10-24T00:42:27.289Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2024-10-24T00:42:27.292Z | Downloaded unicode-linebreak v0.1.5 |
324 | 2024-10-24T00:42:27.294Z | Downloaded digest v0.10.7 |
325 | 2024-10-24T00:42:27.297Z | Downloaded tabled_derive v0.7.0 |
326 | 2024-10-24T00:42:27.301Z | Downloaded cargo_toml v0.20.5 |
327 | 2024-10-24T00:42:27.308Z | Downloaded bitflags v2.6.0 |
328 | 2024-10-24T00:42:27.312Z | Downloaded semver v1.0.23 |
329 | 2024-10-24T00:42:27.315Z | Downloaded anstyle v1.0.8 |
330 | 2024-10-24T00:42:27.321Z | Downloaded pest_meta v2.7.14 |
331 | 2024-10-24T00:42:27.323Z | Downloaded proc-macro2 v1.0.87 |
332 | 2024-10-24T00:42:27.333Z | Downloaded typenum v1.17.0 |
333 | 2024-10-24T00:42:27.336Z | Downloaded ryu v1.0.18 |
334 | 2024-10-24T00:42:27.339Z | Downloaded textwrap v0.16.1 |
335 | 2024-10-24T00:42:27.342Z | Downloaded indexmap v2.6.0 |
336 | 2024-10-24T00:42:27.376Z | Downloaded memmap v0.7.0 |
337 | 2024-10-24T00:42:27.379Z | Downloaded dof v0.3.0 |
338 | 2024-10-24T00:42:27.381Z | Downloaded memchr v2.7.4 |
339 | 2024-10-24T00:42:27.384Z | Downloaded cfg-if v1.0.0 |
340 | 2024-10-24T00:42:27.395Z | Downloaded macaddr v1.0.1 |
341 | 2024-10-24T00:42:27.395Z | Downloaded dtrace-parser v0.2.0 |
342 | 2024-10-24T00:42:27.395Z | Downloaded bytecount v0.6.8 |
343 | 2024-10-24T00:42:27.395Z | Downloaded scroll_derive v0.12.0 |
344 | 2024-10-24T00:42:27.395Z | Downloaded swrite v0.1.0 |
345 | 2024-10-24T00:42:27.404Z | Downloaded errno v0.3.9 |
346 | 2024-10-24T00:42:27.406Z | Downloaded cpufeatures v0.2.14 |
347 | 2024-10-24T00:42:27.409Z | Downloaded clap_lex v0.7.2 |
348 | 2024-10-24T00:42:27.409Z | Downloaded camino-tempfile v1.1.1 |
349 | 2024-10-24T00:42:27.411Z | Downloaded usdt-macro v0.5.0 |
350 | 2024-10-24T00:42:27.411Z | Downloaded itoa v1.0.11 |
351 | 2024-10-24T00:42:27.414Z | Downloaded generic-array v0.14.7 |
352 | 2024-10-24T00:42:27.417Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2024-10-24T00:42:27.417Z | Downloaded heck v0.5.0 |
354 | 2024-10-24T00:42:27.417Z | Downloaded block-buffer v0.10.4 |
355 | 2024-10-24T00:42:27.417Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2024-10-24T00:42:27.419Z | Downloaded autocfg v1.4.0 |
357 | 2024-10-24T00:42:27.419Z | Downloaded crypto-common v0.1.6 |
358 | 2024-10-24T00:42:27.429Z | Downloaded terminal_size v0.4.0 |
359 | 2024-10-24T00:42:27.436Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-10-24T00:42:27.436Z | Downloaded plain v0.2.3 |
361 | 2024-10-24T00:42:27.440Z | Downloaded fs-err v2.11.0 |
362 | 2024-10-24T00:42:27.442Z | Downloaded thiserror v1.0.64 |
363 | 2024-10-24T00:42:27.446Z | Downloaded usdt v0.5.0 |
364 | 2024-10-24T00:42:27.449Z | Downloaded anstyle-parse v0.2.5 |
365 | 2024-10-24T00:42:27.451Z | Downloaded version_check v0.9.5 |
366 | 2024-10-24T00:42:27.451Z | Downloaded pest_generator v2.7.14 |
367 | 2024-10-24T00:42:27.453Z | Downloaded thiserror-impl v1.0.64 |
368 | 2024-10-24T00:42:27.459Z | Downloaded strsim v0.11.1 |
369 | 2024-10-24T00:42:27.461Z | Downloaded fastrand v2.1.1 |
370 | 2024-10-24T00:42:27.464Z | Downloaded clap_derive v4.5.18 |
371 | 2024-10-24T00:42:27.464Z | Downloaded cargo_metadata v0.18.1 |
372 | 2024-10-24T00:42:27.467Z | Downloaded clap v4.5.20 |
373 | 2024-10-24T00:42:27.479Z | Downloaded camino v1.1.9 |
374 | 2024-10-24T00:42:27.482Z | Downloaded tempfile v3.13.0 |
375 | 2024-10-24T00:42:27.482Z | Downloaded scroll v0.12.0 |
376 | 2024-10-24T00:42:27.482Z | Downloaded quote v1.0.37 |
377 | 2024-10-24T00:42:27.485Z | Downloaded sha2 v0.10.8 |
378 | 2024-10-24T00:42:27.485Z | Downloaded usdt-impl v0.5.0 |
379 | 2024-10-24T00:42:27.489Z | Downloaded proc-macro-error v1.0.4 |
380 | 2024-10-24T00:42:27.491Z | Downloaded log v0.4.22 |
381 | 2024-10-24T00:42:27.499Z | Downloaded serde_json v1.0.128 |
382 | 2024-10-24T00:42:27.505Z | Downloaded zerocopy-derive v0.7.35 |
383 | 2024-10-24T00:42:27.510Z | Downloaded toml v0.8.19 |
384 | 2024-10-24T00:42:27.513Z | Downloaded unicode-ident v1.0.13 |
385 | 2024-10-24T00:42:27.515Z | Downloaded anyhow v1.0.89 |
386 | 2024-10-24T00:42:27.519Z | Downloaded pest_derive v2.7.14 |
387 | 2024-10-24T00:42:27.521Z | Downloaded clap_builder v4.5.20 |
388 | 2024-10-24T00:42:27.528Z | Downloaded zerocopy v0.7.35 |
389 | 2024-10-24T00:42:27.544Z | Downloaded ucd-trie v0.1.7 |
390 | 2024-10-24T00:42:27.546Z | Downloaded serde_derive v1.0.210 |
391 | 2024-10-24T00:42:27.548Z | Downloaded serde v1.0.210 |
392 | 2024-10-24T00:42:27.551Z | Downloaded papergrid v0.11.0 |
393 | 2024-10-24T00:42:27.555Z | Downloaded goblin v0.8.2 |
394 | 2024-10-24T00:42:27.567Z | Downloaded toml_edit v0.22.22 |
395 | 2024-10-24T00:42:27.588Z | Downloaded pest v2.7.14 |
396 | 2024-10-24T00:42:27.593Z | Downloaded hashbrown v0.15.0 |
397 | 2024-10-24T00:42:27.598Z | Downloaded syn v1.0.109 |
398 | 2024-10-24T00:42:27.609Z | Downloaded winnow v0.6.20 |
399 | 2024-10-24T00:42:27.619Z | Downloaded tabled v0.15.0 |
400 | 2024-10-24T00:42:27.638Z | Downloaded syn v2.0.79 |
401 | 2024-10-24T00:42:27.649Z | Downloaded unicode-width v0.1.14 |
402 | 2024-10-24T00:42:27.658Z | Downloaded rustix v0.38.37 |
403 | 2024-10-24T00:42:27.690Z | Downloaded libc v0.2.161 |
404 | 2024-10-24T00:42:27.993Z | Compiling proc-macro2 v1.0.87 |
405 | 2024-10-24T00:42:27.995Z | Compiling unicode-ident v1.0.13 |
406 | 2024-10-24T00:42:27.995Z | Compiling serde v1.0.210 |
407 | 2024-10-24T00:42:27.995Z | Compiling version_check v0.9.5 |
408 | 2024-10-24T00:42:27.995Z | Compiling memchr v2.7.4 |
409 | 2024-10-24T00:42:27.995Z | Compiling thiserror v1.0.64 |
410 | 2024-10-24T00:42:27.995Z | Compiling libc v0.2.161 |
411 | 2024-10-24T00:42:27.995Z | Compiling ryu v1.0.18 |
412 | 2024-10-24T00:42:28.243Z | Compiling ucd-trie v0.1.7 |
413 | 2024-10-24T00:42:28.359Z | Compiling itoa v1.0.11 |
414 | 2024-10-24T00:42:28.567Z | Compiling once_cell v1.20.2 |
415 | 2024-10-24T00:42:28.869Z | Compiling byteorder v1.5.0 |
416 | 2024-10-24T00:42:28.921Z | Compiling rustix v0.38.37 |
417 | 2024-10-24T00:42:29.199Z | Compiling serde_json v1.0.128 |
418 | 2024-10-24T00:42:29.585Z | Compiling bitflags v2.6.0 |
419 | 2024-10-24T00:42:29.628Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-10-24T00:42:29.668Z | Compiling usdt-impl v0.5.0 |
421 | 2024-10-24T00:42:29.802Z | Compiling syn v1.0.109 |
422 | 2024-10-24T00:42:29.924Z | Compiling proc-macro-error v1.0.4 |
423 | 2024-10-24T00:42:30.014Z | Compiling log v0.4.22 |
424 | 2024-10-24T00:42:30.066Z | Compiling utf8parse v0.2.2 |
425 | 2024-10-24T00:42:30.222Z | Compiling camino v1.1.9 |
426 | 2024-10-24T00:42:30.247Z | Compiling equivalent v1.0.1 |
427 | 2024-10-24T00:42:30.250Z | Compiling hashbrown v0.15.0 |
428 | 2024-10-24T00:42:30.357Z | Compiling plain v0.2.3 |
429 | 2024-10-24T00:42:30.432Z | Compiling quote v1.0.37 |
430 | 2024-10-24T00:42:30.538Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-10-24T00:42:30.848Z | Compiling syn v2.0.79 |
432 | 2024-10-24T00:42:30.874Z | Compiling errno v0.3.9 |
433 | 2024-10-24T00:42:31.116Z | Compiling thread-id v4.2.2 |
434 | 2024-10-24T00:42:31.168Z | Compiling pretty-hex v0.4.1 |
435 | 2024-10-24T00:42:31.194Z | Compiling anstyle v1.0.8 |
436 | 2024-10-24T00:42:31.222Z | Compiling anstyle-query v1.1.1 |
437 | 2024-10-24T00:42:31.363Z | Compiling autocfg v1.4.0 |
438 | 2024-10-24T00:42:31.386Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-10-24T00:42:31.505Z | Compiling indexmap v2.6.0 |
440 | 2024-10-24T00:42:31.530Z | Compiling winnow v0.6.20 |
441 | 2024-10-24T00:42:31.635Z | Compiling unicode-width v0.1.14 |
442 | 2024-10-24T00:42:32.188Z | Compiling semver v1.0.23 |
443 | 2024-10-24T00:42:32.540Z | Compiling colorchoice v1.0.2 |
444 | 2024-10-24T00:42:32.542Z | Compiling fs-err v2.11.0 |
445 | 2024-10-24T00:42:32.687Z | Compiling anstream v0.6.15 |
446 | 2024-10-24T00:42:32.905Z | Compiling cfg-if v1.0.0 |
447 | 2024-10-24T00:42:32.956Z | Compiling heck v0.4.1 |
448 | 2024-10-24T00:42:32.979Z | Compiling heck v0.5.0 |
449 | 2024-10-24T00:42:33.011Z | Compiling anyhow v1.0.89 |
450 | 2024-10-24T00:42:33.420Z | Compiling terminal_size v0.4.0 |
451 | 2024-10-24T00:42:33.445Z | Compiling clap_lex v0.7.2 |
452 | 2024-10-24T00:42:33.529Z | Compiling fnv v1.0.7 |
453 | 2024-10-24T00:42:33.615Z | Compiling strsim v0.11.1 |
454 | 2024-10-24T00:42:33.640Z | Compiling bytecount v0.6.8 |
455 | 2024-10-24T00:42:33.894Z | Compiling fastrand v2.1.1 |
456 | 2024-10-24T00:42:33.943Z | Compiling clap_builder v4.5.20 |
457 | 2024-10-24T00:42:34.090Z | Compiling papergrid v0.11.0 |
458 | 2024-10-24T00:42:34.519Z | Compiling tempfile v3.13.0 |
459 | 2024-10-24T00:42:34.707Z | Compiling memmap v0.7.0 |
460 | 2024-10-24T00:42:34.730Z | Compiling unicode-linebreak v0.1.5 |
461 | 2024-10-24T00:42:35.057Z | Compiling smawk v0.3.2 |
462 | 2024-10-24T00:42:35.283Z | Compiling textwrap v0.16.1 |
463 | 2024-10-24T00:42:35.401Z | Compiling swrite v0.1.0 |
464 | 2024-10-24T00:42:36.762Z | Compiling tabled_derive v0.7.0 |
465 | 2024-10-24T00:42:38.441Z | Compiling tabled v0.15.0 |
466 | 2024-10-24T00:42:39.657Z | Compiling serde_derive v1.0.210 |
467 | 2024-10-24T00:42:39.657Z | Compiling thiserror-impl v1.0.64 |
468 | 2024-10-24T00:42:39.660Z | Compiling zerocopy-derive v0.7.35 |
469 | 2024-10-24T00:42:39.660Z | Compiling scroll_derive v0.12.0 |
470 | 2024-10-24T00:42:39.660Z | Compiling clap_derive v4.5.18 |
471 | 2024-10-24T00:42:40.883Z | Compiling scroll v0.12.0 |
472 | 2024-10-24T00:42:41.358Z | Compiling goblin v0.8.2 |
473 | 2024-10-24T00:42:41.498Z | Compiling zerocopy v0.7.35 |
474 | 2024-10-24T00:42:42.202Z | Compiling pest v2.7.14 |
475 | 2024-10-24T00:42:43.451Z | Compiling clap v4.5.20 |
476 | 2024-10-24T00:42:44.577Z | Compiling pest_meta v2.7.14 |
477 | 2024-10-24T00:42:45.441Z | Compiling pest_generator v2.7.14 |
478 | 2024-10-24T00:42:47.289Z | Compiling pest_derive v2.7.14 |
479 | 2024-10-24T00:42:48.025Z | Compiling dtrace-parser v0.2.0 |
480 | 2024-10-24T00:42:49.545Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-10-24T00:42:49.692Z | Compiling serde_spanned v0.6.8 |
482 | 2024-10-24T00:42:49.692Z | Compiling toml_datetime v0.6.8 |
483 | 2024-10-24T00:42:49.998Z | Compiling cargo-platform v0.1.8 |
484 | 2024-10-24T00:42:50.090Z | Compiling toml_edit v0.22.22 |
485 | 2024-10-24T00:42:50.240Z | Compiling macaddr v1.0.1 |
486 | 2024-10-24T00:42:50.537Z | Compiling camino-tempfile v1.1.1 |
487 | 2024-10-24T00:42:50.940Z | Compiling dof v0.3.0 |
488 | 2024-10-24T00:42:51.091Z | Compiling cargo_metadata v0.18.1 |
489 | 2024-10-24T00:42:52.616Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-10-24T00:42:52.616Z | Compiling usdt-macro v0.5.0 |
491 | 2024-10-24T00:42:52.949Z | Compiling toml v0.8.19 |
492 | 2024-10-24T00:42:53.848Z | Compiling usdt v0.5.0 |
493 | 2024-10-24T00:42:53.893Z | Compiling cargo_toml v0.20.5 |
494 | 2024-10-24T00:42:57.412Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
495 | 2024-10-24T00:43:01.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s |
496 | 2024-10-24T00:43:01.669Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
497 | 2024-10-24T00:43:02.247Z | Downloading crates ... |
498 | 2024-10-24T00:43:02.377Z | Downloaded adler2 v2.0.0 |
499 | 2024-10-24T00:43:02.381Z | Downloaded aead v0.5.2 |
500 | 2024-10-24T00:43:02.388Z | Downloaded debug-ignore v1.0.5 |
501 | 2024-10-24T00:43:02.391Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-10-24T00:43:02.393Z | Downloaded http-body v0.4.6 |
503 | 2024-10-24T00:43:02.396Z | Downloaded home v0.5.9 |
504 | 2024-10-24T00:43:02.396Z | Downloaded highway v1.2.0 |
505 | 2024-10-24T00:43:02.400Z | Downloaded ciborium-io v0.2.2 |
506 | 2024-10-24T00:43:02.403Z | Downloaded assert_matches v1.5.0 |
507 | 2024-10-24T00:43:02.405Z | Downloaded hubpack_derive v0.1.1 |
508 | 2024-10-24T00:43:02.405Z | Downloaded is_ci v1.2.0 |
509 | 2024-10-24T00:43:02.405Z | Downloaded matches v0.1.10 |
510 | 2024-10-24T00:43:02.408Z | Downloaded addr2line v0.24.2 |
511 | 2024-10-24T00:43:02.410Z | Downloaded ident_case v1.0.1 |
512 | 2024-10-24T00:43:02.410Z | Downloaded lazy_static v1.5.0 |
513 | 2024-10-24T00:43:02.413Z | Downloaded array-init v0.0.4 |
514 | 2024-10-24T00:43:02.416Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2024-10-24T00:43:02.419Z | Downloaded managed v0.8.0 |
516 | 2024-10-24T00:43:02.419Z | Downloaded chrono-tz-build v0.4.0 |
517 | 2024-10-24T00:43:02.422Z | Downloaded mockall v0.13.0 |
518 | 2024-10-24T00:43:02.422Z | Downloaded cobs v0.2.3 |
519 | 2024-10-24T00:43:02.425Z | Downloaded multimap v0.10.0 |
520 | 2024-10-24T00:43:02.425Z | Downloaded bit-vec v0.6.3 |
521 | 2024-10-24T00:43:02.427Z | Downloaded nibble_vec v0.1.0 |
522 | 2024-10-24T00:43:02.430Z | Downloaded crc v3.2.1 |
523 | 2024-10-24T00:43:02.432Z | Downloaded native-tls v0.2.12 |
524 | 2024-10-24T00:43:02.435Z | Downloaded hickory-resolver v0.24.1 |
525 | 2024-10-24T00:43:02.441Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2024-10-24T00:43:02.444Z | Downloaded md-5 v0.10.6 |
527 | 2024-10-24T00:43:02.446Z | Downloaded const_format_proc_macros v0.2.33 |
528 | 2024-10-24T00:43:02.449Z | Downloaded base64ct v1.6.0 |
529 | 2024-10-24T00:43:02.452Z | Downloaded async-stream v0.3.6 |
530 | 2024-10-24T00:43:02.455Z | Downloaded cancel-safe-futures v0.1.5 |
531 | 2024-10-24T00:43:02.459Z | Downloaded rfc6979 v0.4.0 |
532 | 2024-10-24T00:43:02.462Z | Downloaded hmac v0.12.1 |
533 | 2024-10-24T00:43:02.465Z | Downloaded cfg_aliases v0.2.1 |
534 | 2024-10-24T00:43:02.465Z | Downloaded async-stream-impl v0.3.6 |
535 | 2024-10-24T00:43:02.465Z | Downloaded allocator-api2 v0.2.18 |
536 | 2024-10-24T00:43:02.468Z | Downloaded hostname v0.4.0 |
537 | 2024-10-24T00:43:02.471Z | Downloaded csv-core v0.1.11 |
538 | 2024-10-24T00:43:02.473Z | Downloaded ascii-canvas v3.0.0 |
539 | 2024-10-24T00:43:02.477Z | Downloaded backoff v0.4.0 |
540 | 2024-10-24T00:43:02.480Z | Downloaded hostname v0.3.1 |
541 | 2024-10-24T00:43:02.480Z | Downloaded atty v0.2.14 |
542 | 2024-10-24T00:43:02.482Z | Downloaded darling_macro v0.20.10 |
543 | 2024-10-24T00:43:02.482Z | Downloaded slog-json v2.6.1 |
544 | 2024-10-24T00:43:02.484Z | Downloaded scrypt v0.11.0 |
545 | 2024-10-24T00:43:02.487Z | Downloaded rustfmt-wrapper v0.2.1 |
546 | 2024-10-24T00:43:02.489Z | Downloaded const-oid v0.9.6 |
547 | 2024-10-24T00:43:02.491Z | Downloaded tokio-native-tls v0.3.1 |
548 | 2024-10-24T00:43:02.494Z | Downloaded want v0.3.1 |
549 | 2024-10-24T00:43:02.496Z | Downloaded blake2 v0.10.6 |
550 | 2024-10-24T00:43:02.499Z | Downloaded tower-service v0.3.3 |
551 | 2024-10-24T00:43:02.499Z | Downloaded nom v7.1.3 |
552 | 2024-10-24T00:43:02.505Z | Downloaded cookie v0.18.1 |
553 | 2024-10-24T00:43:02.508Z | Downloaded time-core v0.1.2 |
554 | 2024-10-24T00:43:02.511Z | Downloaded deranged v0.3.11 |
555 | 2024-10-24T00:43:02.513Z | Downloaded hyper v1.4.1 |
556 | 2024-10-24T00:43:02.521Z | Downloaded ciborium-ll v0.2.2 |
557 | 2024-10-24T00:43:02.523Z | Downloaded http-range v0.1.5 |
558 | 2024-10-24T00:43:02.525Z | Downloaded bb8 v0.8.5 |
559 | 2024-10-24T00:43:02.527Z | Downloaded is-terminal v0.4.13 |
560 | 2024-10-24T00:43:02.527Z | Downloaded http v0.2.12 |
561 | 2024-10-24T00:43:02.532Z | Downloaded crossbeam-deque v0.8.5 |
562 | 2024-10-24T00:43:02.534Z | Downloaded new_debug_unreachable v1.0.6 |
563 | 2024-10-24T00:43:02.537Z | Downloaded rustc_version v0.4.1 |
564 | 2024-10-24T00:43:02.539Z | Downloaded zone_cfg_derive v0.3.0 |
565 | 2024-10-24T00:43:02.539Z | Downloaded impl-trait-for-tuples v0.2.2 |
566 | 2024-10-24T00:43:02.542Z | Downloaded shlex v1.3.0 |
567 | 2024-10-24T00:43:02.545Z | Downloaded foreign-types-shared v0.3.1 |
568 | 2024-10-24T00:43:02.548Z | Downloaded minimal-lexical v0.2.1 |
569 | 2024-10-24T00:43:02.551Z | Downloaded http v1.1.0 |
570 | 2024-10-24T00:43:02.556Z | Downloaded normalize-line-endings v0.3.0 |
571 | 2024-10-24T00:43:02.559Z | Downloaded fragile v2.0.0 |
572 | 2024-10-24T00:43:02.561Z | Downloaded dhcproto-macros v0.1.0 |
573 | 2024-10-24T00:43:02.563Z | Downloaded lazycell v1.3.0 |
574 | 2024-10-24T00:43:02.564Z | Downloaded keccak v0.1.5 |
575 | 2024-10-24T00:43:02.566Z | Downloaded nodrop v0.1.14 |
576 | 2024-10-24T00:43:02.566Z | Downloaded md5 v0.7.0 |
577 | 2024-10-24T00:43:02.568Z | Downloaded console v0.15.8 |
578 | 2024-10-24T00:43:02.571Z | Downloaded fallible-iterator v0.2.0 |
579 | 2024-10-24T00:43:02.573Z | Downloaded lalrpop-util v0.19.12 |
580 | 2024-10-24T00:43:02.576Z | Downloaded inout v0.1.3 |
581 | 2024-10-24T00:43:02.576Z | Downloaded httparse v1.9.5 |
582 | 2024-10-24T00:43:02.579Z | Downloaded maplit v1.0.2 |
583 | 2024-10-24T00:43:02.582Z | Downloaded openssl-macros v0.1.1 |
584 | 2024-10-24T00:43:02.584Z | Downloaded wyz v0.5.1 |
585 | 2024-10-24T00:43:02.584Z | Downloaded sync_wrapper v1.0.1 |
586 | 2024-10-24T00:43:02.586Z | Downloaded linked-hash-map v0.5.6 |
587 | 2024-10-24T00:43:02.589Z | Downloaded lru-cache v0.1.2 |
588 | 2024-10-24T00:43:02.589Z | Downloaded path-slash v0.1.5 |
589 | 2024-10-24T00:43:02.592Z | Downloaded darling v0.20.10 |
590 | 2024-10-24T00:43:02.595Z | Downloaded toolchain_find v0.4.0 |
591 | 2024-10-24T00:43:02.598Z | Downloaded dyn-clone v1.0.17 |
592 | 2024-10-24T00:43:02.600Z | Downloaded nanorand v0.7.0 |
593 | 2024-10-24T00:43:02.602Z | Downloaded num_enum_derive v0.5.11 |
594 | 2024-10-24T00:43:02.605Z | Downloaded bzip2 v0.4.4 |
595 | 2024-10-24T00:43:02.607Z | Downloaded lock_api v0.4.12 |
596 | 2024-10-24T00:43:02.610Z | Downloaded phf_shared v0.11.2 |
597 | 2024-10-24T00:43:02.613Z | Downloaded form_urlencoded v1.2.1 |
598 | 2024-10-24T00:43:02.613Z | Downloaded pbkdf2 v0.11.0 |
599 | 2024-10-24T00:43:02.615Z | Downloaded scopeguard v1.2.0 |
600 | 2024-10-24T00:43:02.622Z | Downloaded darling_core v0.20.10 |
601 | 2024-10-24T00:43:02.626Z | Downloaded tokio-tungstenite v0.24.0 |
602 | 2024-10-24T00:43:02.629Z | Downloaded hash32 v0.3.1 |
603 | 2024-10-24T00:43:02.629Z | Downloaded slog-envlogger v2.2.0 |
604 | 2024-10-24T00:43:02.632Z | Downloaded value-bag v1.9.0 |
605 | 2024-10-24T00:43:02.636Z | Downloaded strum v0.26.3 |
606 | 2024-10-24T00:43:02.636Z | Downloaded thiserror-impl-no-std v2.0.2 |
607 | 2024-10-24T00:43:02.639Z | Downloaded crc-any v2.5.0 |
608 | 2024-10-24T00:43:02.639Z | Downloaded vte_generate_state_changes v0.1.2 |
609 | 2024-10-24T00:43:02.642Z | Downloaded clang-sys v1.8.1 |
610 | 2024-10-24T00:43:02.644Z | Downloaded hyper-rustls v0.27.3 |
611 | 2024-10-24T00:43:02.647Z | Downloaded xattr v1.3.1 |
612 | 2024-10-24T00:43:02.649Z | Downloaded topological-sort v0.2.2 |
613 | 2024-10-24T00:43:02.652Z | Downloaded polyval v0.6.2 |
614 | 2024-10-24T00:43:02.654Z | Downloaded libsw v3.3.1 |
615 | 2024-10-24T00:43:02.657Z | Downloaded env_logger v0.11.5 |
616 | 2024-10-24T00:43:02.659Z | Downloaded rayon-core v1.12.1 |
617 | 2024-10-24T00:43:02.663Z | Downloaded fallible-iterator v0.3.0 |
618 | 2024-10-24T00:43:02.665Z | Downloaded indicatif v0.17.8 |
619 | 2024-10-24T00:43:02.670Z | Downloaded headers-core v0.3.0 |
620 | 2024-10-24T00:43:02.672Z | Downloaded powerfmt v0.2.0 |
621 | 2024-10-24T00:43:02.674Z | Downloaded number_prefix v0.4.0 |
622 | 2024-10-24T00:43:02.674Z | Downloaded peg-runtime v0.8.3 |
623 | 2024-10-24T00:43:02.677Z | Downloaded toml v0.7.8 |
624 | 2024-10-24T00:43:02.679Z | Downloaded rand_xorshift v0.3.0 |
625 | 2024-10-24T00:43:02.682Z | Downloaded strum_macros v0.25.3 |
626 | 2024-10-24T00:43:02.684Z | Downloaded shell-words v1.1.0 |
627 | 2024-10-24T00:43:02.687Z | Downloaded sha1 v0.10.6 |
628 | 2024-10-24T00:43:02.689Z | Downloaded precomputed-hash v0.1.1 |
629 | 2024-10-24T00:43:02.689Z | Downloaded tls_codec_derive v0.4.1 |
630 | 2024-10-24T00:43:02.691Z | Downloaded ssh-encoding v0.2.0 |
631 | 2024-10-24T00:43:02.694Z | Downloaded aes v0.8.4 |
632 | 2024-10-24T00:43:02.696Z | Downloaded serde-hex v0.1.0 |
633 | 2024-10-24T00:43:02.699Z | Downloaded ff v0.13.0 |
634 | 2024-10-24T00:43:02.701Z | Downloaded fd-lock v4.0.2 |
635 | 2024-10-24T00:43:02.704Z | Downloaded base64 v0.21.7 |
636 | 2024-10-24T00:43:02.708Z | Downloaded utf-8 v0.7.6 |
637 | 2024-10-24T00:43:02.711Z | Downloaded russh-cryptovec v0.7.3 |
638 | 2024-10-24T00:43:02.713Z | Downloaded postcard v1.0.10 |
639 | 2024-10-24T00:43:02.715Z | Downloaded enum-as-inner v0.5.1 |
640 | 2024-10-24T00:43:02.718Z | Downloaded group v0.13.0 |
641 | 2024-10-24T00:43:02.720Z | Downloaded rustc-hash v1.1.0 |
642 | 2024-10-24T00:43:02.720Z | Downloaded glob v0.3.1 |
643 | 2024-10-24T00:43:02.722Z | Downloaded filetime v0.2.25 |
644 | 2024-10-24T00:43:02.725Z | Downloaded postgres-protocol v0.6.7 |
645 | 2024-10-24T00:43:02.727Z | Downloaded funty v2.0.0 |
646 | 2024-10-24T00:43:02.738Z | Downloaded rustc-hash v2.0.0 |
647 | 2024-10-24T00:43:02.741Z | Downloaded zone v0.1.8 |
648 | 2024-10-24T00:43:02.743Z | Downloaded postgres-types v0.2.8 |
649 | 2024-10-24T00:43:02.745Z | Downloaded progenitor v0.8.0 |
650 | 2024-10-24T00:43:02.747Z | Downloaded progenitor-client v0.8.0 |
651 | 2024-10-24T00:43:02.747Z | Downloaded rand_chacha v0.3.1 |
652 | 2024-10-24T00:43:02.750Z | Downloaded ppv-lite86 v0.2.20 |
653 | 2024-10-24T00:43:02.752Z | Downloaded peg v0.8.4 |
654 | 2024-10-24T00:43:02.755Z | Downloaded tokio-rustls v0.25.0 |
655 | 2024-10-24T00:43:02.757Z | Downloaded num-conv v0.1.0 |
656 | 2024-10-24T00:43:02.760Z | Downloaded hex-literal v0.4.1 |
657 | 2024-10-24T00:43:02.762Z | Downloaded structmeta v0.3.0 |
658 | 2024-10-24T00:43:02.762Z | Downloaded derive_builder_core v0.20.2 |
659 | 2024-10-24T00:43:02.764Z | Downloaded derive_builder v0.20.2 |
660 | 2024-10-24T00:43:02.773Z | Downloaded base64 v0.22.1 |
661 | 2024-10-24T00:43:02.776Z | Downloaded oso-derive v0.27.3 |
662 | 2024-10-24T00:43:02.776Z | Downloaded tap v1.0.1 |
663 | 2024-10-24T00:43:02.779Z | Downloaded num-complex v0.4.6 |
664 | 2024-10-24T00:43:02.779Z | Downloaded futures-channel v0.3.31 |
665 | 2024-10-24T00:43:02.781Z | Downloaded der_derive v0.7.3 |
666 | 2024-10-24T00:43:02.784Z | Downloaded hkdf v0.12.4 |
667 | 2024-10-24T00:43:02.787Z | Downloaded typify-macro v0.2.0 |
668 | 2024-10-24T00:43:02.789Z | Downloaded smallvec v0.6.14 |
669 | 2024-10-24T00:43:02.794Z | Downloaded parking_lot_core v0.9.10 |
670 | 2024-10-24T00:43:02.797Z | Downloaded ena v0.14.3 |
671 | 2024-10-24T00:43:02.797Z | Downloaded russh-keys v0.45.0 |
672 | 2024-10-24T00:43:02.800Z | Downloaded dirs-sys-next v0.1.2 |
673 | 2024-10-24T00:43:02.800Z | Downloaded structmeta v0.2.0 |
674 | 2024-10-24T00:43:02.803Z | Downloaded peg-macros v0.8.4 |
675 | 2024-10-24T00:43:02.803Z | Downloaded tracing-attributes v0.1.27 |
676 | 2024-10-24T00:43:02.806Z | Downloaded difflib v0.4.0 |
677 | 2024-10-24T00:43:02.808Z | Downloaded tinyvec_macros v0.1.1 |
678 | 2024-10-24T00:43:02.809Z | Downloaded num-derive v0.4.2 |
679 | 2024-10-24T00:43:02.811Z | Downloaded futures-macro v0.3.31 |
680 | 2024-10-24T00:43:02.813Z | Downloaded diesel_table_macro_syntax v0.2.0 |
681 | 2024-10-24T00:43:02.813Z | Downloaded dhcproto v0.12.0 |
682 | 2024-10-24T00:43:02.817Z | Downloaded derive_more v0.99.18 |
683 | 2024-10-24T00:43:02.823Z | Downloaded uuid v1.10.0 |
684 | 2024-10-24T00:43:02.827Z | Downloaded fxhash v0.2.1 |
685 | 2024-10-24T00:43:02.829Z | Downloaded futures-sink v0.3.31 |
686 | 2024-10-24T00:43:02.829Z | Downloaded futures v0.3.31 |
687 | 2024-10-24T00:43:02.835Z | Downloaded tokio-macros v2.4.0 |
688 | 2024-10-24T00:43:02.838Z | Downloaded parse-size v1.0.0 |
689 | 2024-10-24T00:43:02.838Z | Downloaded opaque-debug v0.3.1 |
690 | 2024-10-24T00:43:02.840Z | Downloaded slab v0.4.9 |
691 | 2024-10-24T00:43:02.843Z | Downloaded rtoolbox v0.0.2 |
692 | 2024-10-24T00:43:02.845Z | Downloaded structmeta-derive v0.2.0 |
693 | 2024-10-24T00:43:02.845Z | Downloaded serde_path_to_error v0.1.16 |
694 | 2024-10-24T00:43:02.849Z | Downloaded num-traits v0.2.19 |
695 | 2024-10-24T00:43:02.852Z | Downloaded strip-ansi-escapes v0.2.0 |
696 | 2024-10-24T00:43:02.852Z | Downloaded dirs-next v2.0.0 |
697 | 2024-10-24T00:43:02.855Z | Downloaded tokio-stream v0.1.16 |
698 | 2024-10-24T00:43:02.858Z | Downloaded serde_yaml v0.9.34+deprecated |
699 | 2024-10-24T00:43:02.863Z | Downloaded sqlparser_derive v0.2.2 |
700 | 2024-10-24T00:43:02.865Z | Downloaded tls_codec v0.4.1 |
701 | 2024-10-24T00:43:02.868Z | Downloaded quinn v0.11.5 |
702 | 2024-10-24T00:43:02.871Z | Downloaded idna v0.4.0 |
703 | 2024-10-24T00:43:02.879Z | Downloaded float-cmp v0.9.0 |
704 | 2024-10-24T00:43:02.882Z | Downloaded pkcs8 v0.10.2 |
705 | 2024-10-24T00:43:02.884Z | Downloaded pkcs1 v0.7.5 |
706 | 2024-10-24T00:43:02.887Z | Downloaded futures-executor v0.3.31 |
707 | 2024-10-24T00:43:02.890Z | Downloaded parse-display v0.10.0 |
708 | 2024-10-24T00:43:02.892Z | Downloaded ed25519 v2.2.3 |
709 | 2024-10-24T00:43:02.895Z | Downloaded gethostname v0.5.0 |
710 | 2024-10-24T00:43:02.895Z | Downloaded headers v0.4.0 |
711 | 2024-10-24T00:43:02.901Z | Downloaded whoami v1.5.2 |
712 | 2024-10-24T00:43:02.904Z | Downloaded rustversion v1.0.17 |
713 | 2024-10-24T00:43:02.908Z | Downloaded rand_seeder v0.3.0 |
714 | 2024-10-24T00:43:02.910Z | Downloaded termtree v0.4.1 |
715 | 2024-10-24T00:43:02.910Z | Downloaded try-lock v0.2.5 |
716 | 2024-10-24T00:43:02.913Z | Downloaded tracing v0.1.40 |
717 | 2024-10-24T00:43:02.919Z | Downloaded pem v3.0.4 |
718 | 2024-10-24T00:43:02.922Z | Downloaded foreign-types-macros v0.2.3 |
719 | 2024-10-24T00:43:02.922Z | Downloaded foreign-types v0.3.2 |
720 | 2024-10-24T00:43:02.923Z | Downloaded float-ord v0.3.2 |
721 | 2024-10-24T00:43:02.925Z | Downloaded toml_edit v0.19.15 |
722 | 2024-10-24T00:43:02.942Z | Downloaded flagset v0.4.6 |
723 | 2024-10-24T00:43:02.945Z | Downloaded serde-big-array v0.5.1 |
724 | 2024-10-24T00:43:02.945Z | Downloaded phf_shared v0.10.0 |
725 | 2024-10-24T00:43:02.948Z | Downloaded pretty-hex v0.2.1 |
726 | 2024-10-24T00:43:02.948Z | Downloaded percent-encoding v2.3.1 |
727 | 2024-10-24T00:43:02.948Z | Downloaded pem-rfc7468 v0.7.0 |
728 | 2024-10-24T00:43:02.951Z | Downloaded zone_cfg_derive v0.1.2 |
729 | 2024-10-24T00:43:02.955Z | Downloaded serde_urlencoded v0.7.1 |
730 | 2024-10-24T00:43:02.955Z | Downloaded proc-macro-crate v1.3.1 |
731 | 2024-10-24T00:43:02.955Z | Downloaded primeorder v0.13.6 |
732 | 2024-10-24T00:43:02.960Z | Downloaded tar v0.4.42 |
733 | 2024-10-24T00:43:02.962Z | Downloaded openssl-probe v0.1.5 |
734 | 2024-10-24T00:43:02.962Z | Downloaded tui-tree-widget v0.22.0 |
735 | 2024-10-24T00:43:02.965Z | Downloaded progenitor-impl v0.8.0 |
736 | 2024-10-24T00:43:02.967Z | Downloaded sigpipe v0.1.3 |
737 | 2024-10-24T00:43:02.967Z | Downloaded serde_repr v0.1.19 |
738 | 2024-10-24T00:43:02.971Z | Downloaded salsa20 v0.10.2 |
739 | 2024-10-24T00:43:02.974Z | Downloaded predicates-tree v1.0.11 |
740 | 2024-10-24T00:43:02.974Z | Downloaded endian-type v0.1.2 |
741 | 2024-10-24T00:43:02.974Z | Downloaded take_mut v0.2.2 |
742 | 2024-10-24T00:43:02.977Z | Downloaded heck v0.3.3 |
743 | 2024-10-24T00:43:02.977Z | Downloaded fallible-streaming-iterator v0.1.9 |
744 | 2024-10-24T00:43:02.979Z | Downloaded ecdsa v0.16.9 |
745 | 2024-10-24T00:43:02.983Z | Downloaded spin v0.9.8 |
746 | 2024-10-24T00:43:02.983Z | Downloaded crossterm v0.28.1 |
747 | 2024-10-24T00:43:02.990Z | Downloaded snafu-derive v0.8.5 |
748 | 2024-10-24T00:43:02.993Z | Downloaded pkg-config v0.3.31 |
749 | 2024-10-24T00:43:02.996Z | Downloaded phf_generator v0.11.2 |
750 | 2024-10-24T00:43:02.996Z | Downloaded signal-hook-registry v1.4.2 |
751 | 2024-10-24T00:43:02.999Z | Downloaded signal-hook-mio v0.2.4 |
752 | 2024-10-24T00:43:02.999Z | Downloaded semver v0.1.20 |
753 | 2024-10-24T00:43:03.002Z | Downloaded defmt-macros v0.3.9 |
754 | 2024-10-24T00:43:03.005Z | Downloaded unicode-truncate v1.1.0 |
755 | 2024-10-24T00:43:03.005Z | Downloaded display-error-chain v0.2.1 |
756 | 2024-10-24T00:43:03.007Z | Downloaded samael v0.0.17 |
757 | 2024-10-24T00:43:03.013Z | Downloaded defmt v0.3.8 |
758 | 2024-10-24T00:43:03.017Z | Downloaded phf v0.11.2 |
759 | 2024-10-24T00:43:03.019Z | Downloaded defmt-parser v0.3.4 |
760 | 2024-10-24T00:43:03.022Z | Downloaded zone v0.3.0 |
761 | 2024-10-24T00:43:03.022Z | Downloaded parking_lot v0.12.3 |
762 | 2024-10-24T00:43:03.024Z | Downloaded unicode-segmentation v1.12.0 |
763 | 2024-10-24T00:43:03.028Z | Downloaded downcast v0.11.0 |
764 | 2024-10-24T00:43:03.030Z | Downloaded waitgroup v0.1.2 |
765 | 2024-10-24T00:43:03.032Z | Downloaded socket2 v0.5.7 |
766 | 2024-10-24T00:43:03.035Z | Downloaded termios v0.3.3 |
767 | 2024-10-24T00:43:03.036Z | Downloaded num-bigint-dig v0.8.4 |
768 | 2024-10-24T00:43:03.040Z | Downloaded zerocopy v0.6.6 |
769 | 2024-10-24T00:43:03.044Z | Downloaded half v2.4.1 |
770 | 2024-10-24T00:43:03.047Z | Downloaded pin-project-lite v0.2.14 |
771 | 2024-10-24T00:43:03.052Z | Downloaded env_filter v0.1.2 |
772 | 2024-10-24T00:43:03.055Z | Downloaded radium v0.7.0 |
773 | 2024-10-24T00:43:03.057Z | Downloaded unicode-xid v0.2.6 |
774 | 2024-10-24T00:43:03.057Z | Downloaded embedded-io v0.6.1 |
775 | 2024-10-24T00:43:03.059Z | Downloaded enum-as-inner v0.6.1 |
776 | 2024-10-24T00:43:03.062Z | Downloaded pin-project-internal v1.1.6 |
777 | 2024-10-24T00:43:03.064Z | Downloaded hashlink v0.9.1 |
778 | 2024-10-24T00:43:03.067Z | Downloaded unicode-bidi v0.3.17 |
779 | 2024-10-24T00:43:03.069Z | Downloaded owo-colors v4.1.0 |
780 | 2024-10-24T00:43:03.072Z | Downloaded prettyplease v0.2.22 |
781 | 2024-10-24T00:43:03.074Z | Downloaded zeroize v1.8.1 |
782 | 2024-10-24T00:43:03.077Z | Downloaded tokio-util v0.7.12 |
783 | 2024-10-24T00:43:03.084Z | Downloaded tinyvec v1.8.0 |
784 | 2024-10-24T00:43:03.087Z | Downloaded foreign-types-shared v0.1.1 |
785 | 2024-10-24T00:43:03.089Z | Downloaded untrusted v0.7.1 |
786 | 2024-10-24T00:43:03.089Z | Downloaded parse-zoneinfo v0.3.1 |
787 | 2024-10-24T00:43:03.092Z | Downloaded p521 v0.13.3 |
788 | 2024-10-24T00:43:03.097Z | Downloaded signal-hook-tokio v0.3.1 |
789 | 2024-10-24T00:43:03.099Z | Downloaded hex v0.4.3 |
790 | 2024-10-24T00:43:03.101Z | Downloaded quinn-udp v0.5.5 |
791 | 2024-10-24T00:43:03.104Z | Downloaded p256 v0.13.2 |
792 | 2024-10-24T00:43:03.106Z | Downloaded quick-error v1.2.3 |
793 | 2024-10-24T00:43:03.108Z | Downloaded static_assertions v1.1.0 |
794 | 2024-10-24T00:43:03.112Z | Downloaded blake3 v1.5.4 |
795 | 2024-10-24T00:43:03.117Z | Downloaded phf_codegen v0.11.2 |
796 | 2024-10-24T00:43:03.121Z | Downloaded predicates-core v1.0.8 |
797 | 2024-10-24T00:43:03.121Z | Downloaded ghash v0.5.1 |
798 | 2024-10-24T00:43:03.123Z | Downloaded futures-core v0.3.31 |
799 | 2024-10-24T00:43:03.123Z | Downloaded rustls-pemfile v1.0.4 |
800 | 2024-10-24T00:43:03.125Z | Downloaded predicates v3.1.2 |
801 | 2024-10-24T00:43:03.128Z | Downloaded flate2 v1.0.34 |
802 | 2024-10-24T00:43:03.134Z | Downloaded schemars_derive v0.8.21 |
803 | 2024-10-24T00:43:03.137Z | Downloaded sec1 v0.7.3 |
804 | 2024-10-24T00:43:03.140Z | Downloaded foldhash v0.1.3 |
805 | 2024-10-24T00:43:03.142Z | Downloaded hickory-client v0.24.1 |
806 | 2024-10-24T00:43:03.145Z | Downloaded resolv-conf v0.7.0 |
807 | 2024-10-24T00:43:03.147Z | Downloaded unicase v2.7.0 |
808 | 2024-10-24T00:43:03.147Z | Downloaded unarray v0.1.4 |
809 | 2024-10-24T00:43:03.150Z | Downloaded r2d2 v0.8.10 |
810 | 2024-10-24T00:43:03.152Z | Downloaded twox-hash v1.6.3 |
811 | 2024-10-24T00:43:03.156Z | Downloaded fatfs v0.3.6 |
812 | 2024-10-24T00:43:03.158Z | Downloaded nix v0.29.0 |
813 | 2024-10-24T00:43:03.169Z | Downloaded num-rational v0.4.2 |
814 | 2024-10-24T00:43:03.172Z | Downloaded ron v0.7.1 |
815 | 2024-10-24T00:43:03.176Z | Downloaded tracing-core v0.1.32 |
816 | 2024-10-24T00:43:03.179Z | Downloaded dropshot_endpoint v0.12.0 |
817 | 2024-10-24T00:43:03.182Z | Downloaded strum_macros v0.26.4 |
818 | 2024-10-24T00:43:03.185Z | Downloaded diff v0.1.13 |
819 | 2024-10-24T00:43:03.188Z | Downloaded subprocess v0.2.9 |
820 | 2024-10-24T00:43:03.192Z | Downloaded num v0.4.3 |
821 | 2024-10-24T00:43:03.194Z | Downloaded tungstenite v0.23.0 |
822 | 2024-10-24T00:43:03.197Z | Downloaded tungstenite v0.21.0 |
823 | 2024-10-24T00:43:03.200Z | Downloaded portable-atomic v1.9.0 |
824 | 2024-10-24T00:43:03.208Z | Downloaded nu-ansi-term v0.50.1 |
825 | 2024-10-24T00:43:03.211Z | Downloaded omicron-zone-package v0.11.1 |
826 | 2024-10-24T00:43:03.214Z | Downloaded diesel_derives v2.2.3 |
827 | 2024-10-24T00:43:03.218Z | Downloaded unsafe-libyaml v0.2.11 |
828 | 2024-10-24T00:43:03.223Z | Downloaded derive-where v1.2.7 |
829 | 2024-10-24T00:43:03.226Z | Downloaded tungstenite v0.24.0 |
830 | 2024-10-24T00:43:03.230Z | Downloaded hashbrown v0.12.3 |
831 | 2024-10-24T00:43:03.235Z | Downloaded bitvec v1.0.1 |
832 | 2024-10-24T00:43:03.252Z | Downloaded der v0.7.9 |
833 | 2024-10-24T00:43:03.257Z | Downloaded heapless v0.7.17 |
834 | 2024-10-24T00:43:03.263Z | Downloaded unicode_categories v0.1.1 |
835 | 2024-10-24T00:43:03.265Z | Downloaded rand v0.8.5 |
836 | 2024-10-24T00:43:03.269Z | Downloaded ed25519-dalek v2.1.1 |
837 | 2024-10-24T00:43:03.272Z | Downloaded rustls-webpki v0.102.8 |
838 | 2024-10-24T00:43:03.292Z | Downloaded reqwest v0.11.27 |
839 | 2024-10-24T00:43:03.301Z | Downloaded qorb v0.1.2 |
840 | 2024-10-24T00:43:03.305Z | Downloaded lalrpop v0.19.12 |
841 | 2024-10-24T00:43:03.318Z | Downloaded publicsuffix v2.2.3 |
842 | 2024-10-24T00:43:03.321Z | Downloaded vcpkg v0.2.15 |
843 | 2024-10-24T00:43:03.362Z | Downloaded flume v0.11.0 |
844 | 2024-10-24T00:43:03.366Z | Downloaded typed-path v0.7.1 |
845 | 2024-10-24T00:43:03.372Z | Downloaded winnow v0.5.40 |
846 | 2024-10-24T00:43:03.382Z | Downloaded unicode-normalization v0.1.24 |
847 | 2024-10-24T00:43:03.386Z | Downloaded hashbrown v0.13.2 |
848 | 2024-10-24T00:43:03.392Z | Downloaded rayon v1.10.0 |
849 | 2024-10-24T00:43:03.402Z | Downloaded hashbrown v0.14.5 |
850 | 2024-10-24T00:43:03.408Z | Downloaded rustyline v14.0.0 |
851 | 2024-10-24T00:43:03.414Z | Downloaded regex v1.11.0 |
852 | 2024-10-24T00:43:03.429Z | Downloaded russh v0.45.0 |
853 | 2024-10-24T00:43:03.435Z | Downloaded proptest v1.5.0 |
854 | 2024-10-24T00:43:03.446Z | Downloaded smoltcp v0.9.1 |
855 | 2024-10-24T00:43:03.457Z | Downloaded object v0.30.4 |
856 | 2024-10-24T00:43:03.468Z | Downloaded reqwest v0.12.8 |
857 | 2024-10-24T00:43:03.477Z | Downloaded git2 v0.19.0 |
858 | 2024-10-24T00:43:03.487Z | Downloaded nix v0.28.0 |
859 | 2024-10-24T00:43:03.500Z | Downloaded p384 v0.13.0 |
860 | 2024-10-24T00:43:03.507Z | Downloaded rustls v0.21.12 |
861 | 2024-10-24T00:43:03.521Z | Downloaded chrono-tz v0.10.0 |
862 | 2024-10-24T00:43:03.528Z | Downloaded smoltcp v0.11.0 |
863 | 2024-10-24T00:43:03.542Z | Downloaded object v0.36.5 |
864 | 2024-10-24T00:43:03.556Z | Downloaded radix_trie v0.2.1 |
865 | 2024-10-24T00:43:03.561Z | Downloaded trust-dns-proto v0.22.0 |
866 | 2024-10-24T00:43:03.574Z | Downloaded polar-core v0.27.3 |
867 | 2024-10-24T00:43:03.584Z | Downloaded dropshot v0.12.0 |
868 | 2024-10-24T00:43:03.606Z | Downloaded regex-syntax v0.6.29 |
869 | 2024-10-24T00:43:03.614Z | Downloaded rustls v0.22.4 |
870 | 2024-10-24T00:43:03.628Z | Downloaded rustls v0.23.14 |
871 | 2024-10-24T00:43:03.641Z | Downloaded gimli v0.31.1 |
872 | 2024-10-24T00:43:03.650Z | Downloaded regex-syntax v0.8.5 |
873 | 2024-10-24T00:43:03.659Z | Downloaded openapiv3 v2.0.0 |
874 | 2024-10-24T00:43:03.672Z | Downloaded typify-impl v0.2.0 |
875 | 2024-10-24T00:43:03.689Z | Downloaded hickory-proto v0.24.1 |
876 | 2024-10-24T00:43:03.705Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
877 | 2024-10-24T00:43:03.718Z | Downloaded sled v0.34.7 |
878 | 2024-10-24T00:43:03.730Z | Downloaded zerocopy-derive v0.6.6 |
879 | 2024-10-24T00:43:03.741Z | Downloaded regex-automata v0.4.8 |
880 | 2024-10-24T00:43:03.759Z | Downloaded ratatui v0.28.1 |
881 | 2024-10-24T00:43:03.781Z | Downloaded lzma-sys v0.1.20 |
882 | 2024-10-24T00:43:03.812Z | Downloaded petgraph v0.6.5 |
883 | 2024-10-24T00:43:03.831Z | Downloaded libz-sys v1.1.20 |
884 | 2024-10-24T00:43:03.853Z | Downloaded tokio v1.40.0 |
885 | 2024-10-24T00:43:03.891Z | Downloaded sha3 v0.10.8 |
886 | 2024-10-24T00:43:03.896Z | Downloaded csv v1.3.0 |
887 | 2024-10-24T00:43:03.917Z | Downloaded diesel v2.2.4 |
888 | 2024-10-24T00:43:03.938Z | Downloaded regress v0.9.1 |
889 | 2024-10-24T00:43:03.946Z | Downloaded encoding_rs v0.8.34 |
890 | 2024-10-24T00:43:03.968Z | Downloaded bstr v1.10.0 |
891 | 2024-10-24T00:43:03.979Z | Downloaded webpki-roots v0.26.6 |
892 | 2024-10-24T00:43:03.983Z | Downloaded regress v0.10.1 |
893 | 2024-10-24T00:43:03.992Z | Downloaded openssl v0.10.66 |
894 | 2024-10-24T00:43:04.003Z | Downloaded curve25519-dalek v4.1.3 |
895 | 2024-10-24T00:43:04.012Z | Downloaded nix v0.27.1 |
896 | 2024-10-24T00:43:04.023Z | Downloaded sqlparser v0.45.0 |
897 | 2024-10-24T00:43:04.029Z | Downloaded idna v0.2.3 |
898 | 2024-10-24T00:43:04.037Z | Downloaded idna v0.3.0 |
899 | 2024-10-24T00:43:04.044Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
900 | 2024-10-24T00:43:04.104Z | Downloaded reedline v0.35.0 |
901 | 2024-10-24T00:43:04.113Z | Downloaded rustls-webpki v0.101.7 |
902 | 2024-10-24T00:43:04.127Z | Downloaded h2 v0.3.26 |
903 | 2024-10-24T00:43:04.134Z | Downloaded serde_with v3.11.0 |
904 | 2024-10-24T00:43:04.143Z | Downloaded futures-util v0.3.31 |
905 | 2024-10-24T00:43:04.155Z | Downloaded rusqlite v0.32.1 |
906 | 2024-10-24T00:43:04.162Z | Downloaded idna v0.5.0 |
907 | 2024-10-24T00:43:04.170Z | Downloaded time v0.3.36 |
908 | 2024-10-24T00:43:04.177Z | Downloaded h2 v0.4.6 |
909 | 2024-10-24T00:43:04.184Z | Downloaded quick-xml v0.33.0 |
910 | 2024-10-24T00:43:04.191Z | Downloaded quinn-proto v0.11.8 |
911 | 2024-10-24T00:43:04.198Z | Downloaded hyper v0.14.30 |
912 | 2024-10-24T00:43:04.206Z | Downloaded chrono v0.4.38 |
913 | 2024-10-24T00:43:04.215Z | Downloaded bindgen v0.69.5 |
914 | 2024-10-24T00:43:04.222Z | Downloaded structmeta-derive v0.3.0 |
915 | 2024-10-24T00:43:04.225Z | Downloaded fixedbitset v0.4.2 |
916 | 2024-10-24T00:43:04.227Z | Downloaded poly1305 v0.8.0 |
917 | 2024-10-24T00:43:04.229Z | Downloaded wait-timeout v0.2.0 |
918 | 2024-10-24T00:43:04.229Z | Downloaded ssh-key v0.6.6 |
919 | 2024-10-24T00:43:04.236Z | Downloaded termcolor v1.4.1 |
920 | 2024-10-24T00:43:04.239Z | Downloaded ring v0.16.20 |
921 | 2024-10-24T00:43:04.326Z | Downloaded tabwriter v1.4.0 |
922 | 2024-10-24T00:43:04.329Z | Downloaded tough v0.17.1 |
923 | 2024-10-24T00:43:04.340Z | Downloaded itertools v0.12.1 |
924 | 2024-10-24T00:43:04.348Z | Downloaded openssl-sys v0.9.103 |
925 | 2024-10-24T00:43:04.352Z | Downloaded rusty-fork v0.3.0 |
926 | 2024-10-24T00:43:04.355Z | Downloaded rustls-pki-types v1.9.0 |
927 | 2024-10-24T00:43:04.358Z | Downloaded tokio-postgres v0.7.12 |
928 | 2024-10-24T00:43:04.363Z | Downloaded psl-types v2.0.11 |
929 | 2024-10-24T00:43:04.365Z | Downloaded url v2.5.2 |
930 | 2024-10-24T00:43:04.368Z | Downloaded rcgen v0.12.1 |
931 | 2024-10-24T00:43:04.371Z | Downloaded secrecy v0.8.0 |
932 | 2024-10-24T00:43:04.373Z | Downloaded pin-utils v0.1.0 |
933 | 2024-10-24T00:43:04.376Z | Downloaded libxml v0.3.3 |
934 | 2024-10-24T00:43:04.381Z | Downloaded num-iter v0.1.45 |
935 | 2024-10-24T00:43:04.384Z | Downloaded num-integer v0.1.46 |
936 | 2024-10-24T00:43:04.387Z | Downloaded yasna v0.5.2 |
937 | 2024-10-24T00:43:04.390Z | Downloaded ron v0.8.1 |
938 | 2024-10-24T00:43:04.396Z | Downloaded snafu v0.8.5 |
939 | 2024-10-24T00:43:04.404Z | Downloaded tokio-rustls v0.24.1 |
940 | 2024-10-24T00:43:04.408Z | Downloaded tiny-keccak v2.0.2 |
941 | 2024-10-24T00:43:04.410Z | Downloaded thread_local v1.1.8 |
942 | 2024-10-24T00:43:04.412Z | Downloaded thiserror-no-std v2.0.2 |
943 | 2024-10-24T00:43:04.417Z | Downloaded num-bigint v0.4.6 |
944 | 2024-10-24T00:43:04.423Z | Downloaded rustls-pemfile v2.2.0 |
945 | 2024-10-24T00:43:04.428Z | Downloaded parking_lot v0.11.2 |
946 | 2024-10-24T00:43:04.430Z | Downloaded zip v0.6.6 |
947 | 2024-10-24T00:43:04.435Z | Downloaded either v1.13.0 |
948 | 2024-10-24T00:43:04.438Z | Downloaded pkcs5 v0.7.1 |
949 | 2024-10-24T00:43:04.438Z | Downloaded password-hash v0.4.2 |
950 | 2024-10-24T00:43:04.441Z | Downloaded ring v0.17.8 |
951 | 2024-10-24T00:43:04.508Z | Downloaded oso v0.27.3 |
952 | 2024-10-24T00:43:04.511Z | Downloaded schemars v0.8.21 |
953 | 2024-10-24T00:43:04.526Z | Downloaded x509-cert v0.2.5 |
954 | 2024-10-24T00:43:04.529Z | Downloaded itertools v0.10.5 |
955 | 2024-10-24T00:43:04.536Z | Downloaded stable_deref_trait v1.2.0 |
956 | 2024-10-24T00:43:04.539Z | Downloaded ssh-cipher v0.2.0 |
957 | 2024-10-24T00:43:04.539Z | Downloaded sqlformat v0.2.6 |
958 | 2024-10-24T00:43:04.542Z | Downloaded spki v0.7.3 |
959 | 2024-10-24T00:43:04.544Z | Downloaded spin v0.5.2 |
960 | 2024-10-24T00:43:04.544Z | Downloaded slog-stdlog v4.1.1 |
961 | 2024-10-24T00:43:04.545Z | Downloaded parse-display-derive v0.10.0 |
962 | 2024-10-24T00:43:04.547Z | Downloaded packed_struct_codegen v0.10.1 |
963 | 2024-10-24T00:43:04.547Z | Downloaded packed_struct v0.10.1 |
964 | 2024-10-24T00:43:04.550Z | Downloaded libsqlite3-sys v0.30.1 |
965 | 2024-10-24T00:43:04.627Z | Downloaded futures-task v0.3.31 |
966 | 2024-10-24T00:43:04.635Z | Downloaded dsl_auto_type v0.1.2 |
967 | 2024-10-24T00:43:04.635Z | Downloaded which v4.4.2 |
968 | 2024-10-24T00:43:04.637Z | Downloaded aho-corasick v1.1.3 |
969 | 2024-10-24T00:43:04.637Z | Downloaded expectorate v1.1.0 |
970 | 2024-10-24T00:43:04.641Z | Downloaded salty v0.3.0 |
971 | 2024-10-24T00:43:04.645Z | Downloaded mio v1.0.2 |
972 | 2024-10-24T00:43:04.650Z | Downloaded walkdir v2.5.0 |
973 | 2024-10-24T00:43:04.653Z | Downloaded universal-hash v0.5.1 |
974 | 2024-10-24T00:43:04.653Z | Downloaded password-hash v0.5.0 |
975 | 2024-10-24T00:43:04.655Z | Downloaded similar v2.6.0 |
976 | 2024-10-24T00:43:04.659Z | Downloaded signal-hook v0.3.17 |
977 | 2024-10-24T00:43:04.662Z | Downloaded siphasher v0.3.11 |
978 | 2024-10-24T00:43:04.664Z | Downloaded serde_plain v1.0.2 |
979 | 2024-10-24T00:43:04.665Z | Downloaded typify v0.2.0 |
980 | 2024-10-24T00:43:04.667Z | Downloaded heapless v0.8.0 |
981 | 2024-10-24T00:43:04.670Z | Downloaded steno v0.4.1 |
982 | 2024-10-24T00:43:04.674Z | Downloaded pin-project v1.1.6 |
983 | 2024-10-24T00:43:04.686Z | Downloaded aes-gcm v0.10.3 |
984 | 2024-10-24T00:43:04.689Z | Downloaded term v0.7.0 |
985 | 2024-10-24T00:43:04.691Z | Downloaded smallvec v1.13.2 |
986 | 2024-10-24T00:43:04.694Z | Downloaded slog-term v2.9.1 |
987 | 2024-10-24T00:43:04.696Z | Downloaded getrandom v0.2.15 |
988 | 2024-10-24T00:43:04.698Z | Downloaded progenitor-macro v0.8.0 |
989 | 2024-10-24T00:43:04.700Z | Downloaded futures-io v0.3.31 |
990 | 2024-10-24T00:43:04.700Z | Downloaded foreign-types v0.5.0 |
991 | 2024-10-24T00:43:04.701Z | Downloaded vte v0.11.1 |
992 | 2024-10-24T00:43:04.704Z | Downloaded vergen v8.3.2 |
993 | 2024-10-24T00:43:04.706Z | Downloaded unicode-properties v0.1.3 |
994 | 2024-10-24T00:43:04.709Z | Downloaded hyper-util v0.1.9 |
995 | 2024-10-24T00:43:04.711Z | Downloaded const_format v0.2.33 |
996 | 2024-10-24T00:43:04.714Z | Downloaded zeroize_derive v1.4.2 |
997 | 2024-10-24T00:43:04.717Z | Downloaded xz2 v0.1.7 |
998 | 2024-10-24T00:43:04.717Z | Downloaded untrusted v0.9.0 |
999 | 2024-10-24T00:43:04.719Z | Downloaded backtrace v0.3.74 |
1000 | 2024-10-24T00:43:04.723Z | Downloaded uzers v0.12.1 |
1001 | 2024-10-24T00:43:04.725Z | Downloaded elliptic-curve v0.13.8 |
1002 | 2024-10-24T00:43:04.728Z | Downloaded scheduled-thread-pool v0.2.7 |
1003 | 2024-10-24T00:43:04.737Z | Downloaded same-file v1.0.6 |
1004 | 2024-10-24T00:43:04.737Z | Downloaded ref-cast-impl v1.0.23 |
1005 | 2024-10-24T00:43:04.737Z | Downloaded ref-cast v1.0.23 |
1006 | 2024-10-24T00:43:04.737Z | Downloaded des v0.8.1 |
1007 | 2024-10-24T00:43:04.737Z | Downloaded vsss-rs v3.3.4 |
1008 | 2024-10-24T00:43:04.741Z | Downloaded tokio-rustls v0.26.0 |
1009 | 2024-10-24T00:43:04.741Z | Downloaded pbkdf2 v0.12.2 |
1010 | 2024-10-24T00:43:04.741Z | Downloaded paste v1.0.15 |
1011 | 2024-10-24T00:43:04.743Z | Downloaded olpc-cjson v0.1.4 |
1012 | 2024-10-24T00:43:04.746Z | Downloaded test-strategy v0.3.1 |
1013 | 2024-10-24T00:43:04.748Z | Downloaded strum_macros v0.24.3 |
1014 | 2024-10-24T00:43:04.751Z | Downloaded smf v0.2.3 |
1015 | 2024-10-24T00:43:04.751Z | Downloaded tokio-tungstenite v0.23.1 |
1016 | 2024-10-24T00:43:04.753Z | Downloaded sct v0.7.1 |
1017 | 2024-10-24T00:43:04.756Z | Downloaded rustc-demangle v0.1.24 |
1018 | 2024-10-24T00:43:04.758Z | Downloaded parking_lot_core v0.8.6 |
1019 | 2024-10-24T00:43:04.758Z | Downloaded globset v0.4.15 |
1020 | 2024-10-24T00:43:04.760Z | Downloaded slog v2.7.0 |
1021 | 2024-10-24T00:43:04.763Z | Downloaded mockall_derive v0.13.0 |
1022 | 2024-10-24T00:43:04.766Z | Downloaded crossbeam-epoch v0.9.18 |
1023 | 2024-10-24T00:43:04.768Z | Downloaded slog-async v2.8.0 |
1024 | 2024-10-24T00:43:04.768Z | Downloaded num_threads v0.1.7 |
1025 | 2024-10-24T00:43:04.768Z | Downloaded num_enum v0.5.11 |
1026 | 2024-10-24T00:43:04.773Z | Downloaded env_logger v0.10.2 |
1027 | 2024-10-24T00:43:04.776Z | Downloaded derive_builder_macro v0.20.2 |
1028 | 2024-10-24T00:43:04.778Z | Downloaded serde_with_macros v3.11.0 |
1029 | 2024-10-24T00:43:04.780Z | Downloaded chacha20poly1305 v0.10.1 |
1030 | 2024-10-24T00:43:04.780Z | Downloaded base64 v0.13.1 |
1031 | 2024-10-24T00:43:04.783Z | Downloaded time-macros v0.2.18 |
1032 | 2024-10-24T00:43:04.785Z | Downloaded iana-time-zone v0.1.61 |
1033 | 2024-10-24T00:43:04.787Z | Downloaded miniz_oxide v0.8.0 |
1034 | 2024-10-24T00:43:04.790Z | Downloaded rustc_version v0.1.7 |
1035 | 2024-10-24T00:43:04.792Z | Downloaded slog-scope v4.4.0 |
1036 | 2024-10-24T00:43:04.792Z | Downloaded memmap2 v0.9.5 |
1037 | 2024-10-24T00:43:04.795Z | Downloaded jobserver v0.1.32 |
1038 | 2024-10-24T00:43:04.797Z | Downloaded slog-dtrace v0.3.0 |
1039 | 2024-10-24T00:43:04.797Z | Downloaded hash32 v0.2.1 |
1040 | 2024-10-24T00:43:04.802Z | Downloaded tokio-tungstenite v0.21.0 |
1041 | 2024-10-24T00:43:04.804Z | Downloaded crossbeam-channel v0.5.13 |
1042 | 2024-10-24T00:43:04.805Z | Downloaded cc v1.1.30 |
1043 | 2024-10-24T00:43:04.807Z | Downloaded crypto-bigint v0.5.5 |
1044 | 2024-10-24T00:43:04.813Z | Downloaded ciborium v0.2.2 |
1045 | 2024-10-24T00:43:04.815Z | Downloaded libloading v0.8.5 |
1046 | 2024-10-24T00:43:04.818Z | Downloaded embedded-io v0.4.0 |
1047 | 2024-10-24T00:43:04.821Z | Downloaded serde_derive_internals v0.29.1 |
1048 | 2024-10-24T00:43:04.823Z | Downloaded mime v0.3.17 |
1049 | 2024-10-24T00:43:04.823Z | Downloaded maybe-uninit v2.0.0 |
1050 | 2024-10-24T00:43:04.823Z | Downloaded diesel-dtrace v0.3.0 |
1051 | 2024-10-24T00:43:04.826Z | Downloaded hyper-staticfile v0.10.1 |
1052 | 2024-10-24T00:43:04.828Z | Downloaded http-body v1.0.1 |
1053 | 2024-10-24T00:43:04.828Z | Downloaded rand_core v0.6.4 |
1054 | 2024-10-24T00:43:04.828Z | Downloaded multer v3.1.0 |
1055 | 2024-10-24T00:43:04.831Z | Downloaded mime_guess v2.0.5 |
1056 | 2024-10-24T00:43:04.833Z | Downloaded cookie_store v0.21.0 |
1057 | 2024-10-24T00:43:04.835Z | Downloaded sync_wrapper v0.1.2 |
1058 | 2024-10-24T00:43:04.835Z | Downloaded rpassword v7.3.1 |
1059 | 2024-10-24T00:43:04.838Z | Downloaded crc32fast v1.4.2 |
1060 | 2024-10-24T00:43:04.838Z | Downloaded bitfield v0.14.0 |
1061 | 2024-10-24T00:43:04.840Z | Downloaded indoc v1.0.9 |
1062 | 2024-10-24T00:43:04.843Z | Downloaded supports-color v3.0.1 |
1063 | 2024-10-24T00:43:04.846Z | Downloaded subtle v2.6.1 |
1064 | 2024-10-24T00:43:04.846Z | Downloaded stringprep v0.1.5 |
1065 | 2024-10-24T00:43:04.846Z | Downloaded string_cache v0.8.7 |
1066 | 2024-10-24T00:43:04.850Z | Downloaded internet-checksum v0.2.1 |
1067 | 2024-10-24T00:43:04.850Z | Downloaded newtype_derive v0.1.6 |
1068 | 2024-10-24T00:43:04.850Z | Downloaded newline-converter v0.3.0 |
1069 | 2024-10-24T00:43:04.853Z | Downloaded instant v0.1.13 |
1070 | 2024-10-24T00:43:04.853Z | Downloaded buf-list v1.0.3 |
1071 | 2024-10-24T00:43:04.856Z | Downloaded bcs v0.1.6 |
1072 | 2024-10-24T00:43:04.856Z | Downloaded async-bb8-diesel v0.2.1 |
1073 | 2024-10-24T00:43:04.859Z | Downloaded signature v2.2.0 |
1074 | 2024-10-24T00:43:04.859Z | Downloaded ipnetwork v0.20.0 |
1075 | 2024-10-24T00:43:04.863Z | Downloaded compact_str v0.8.0 |
1076 | 2024-10-24T00:43:04.865Z | Downloaded bytes v1.7.2 |
1077 | 2024-10-24T00:43:04.868Z | Downloaded humantime v2.1.0 |
1078 | 2024-10-24T00:43:04.870Z | Downloaded indent_write v2.2.0 |
1079 | 2024-10-24T00:43:04.870Z | Downloaded hubpack v0.1.2 |
1080 | 2024-10-24T00:43:04.873Z | Downloaded data-encoding v2.6.0 |
1081 | 2024-10-24T00:43:04.873Z | Downloaded match_cfg v0.1.0 |
1082 | 2024-10-24T00:43:04.873Z | Downloaded convert_case v0.4.0 |
1083 | 2024-10-24T00:43:04.875Z | Downloaded constant_time_eq v0.3.1 |
1084 | 2024-10-24T00:43:04.875Z | Downloaded colored v2.1.0 |
1085 | 2024-10-24T00:43:04.878Z | Downloaded cassowary v0.3.0 |
1086 | 2024-10-24T00:43:04.878Z | Downloaded crossbeam-utils v0.8.20 |
1087 | 2024-10-24T00:43:04.880Z | Downloaded cbc v0.1.2 |
1088 | 2024-10-24T00:43:04.882Z | Downloaded arc-swap v1.7.1 |
1089 | 2024-10-24T00:43:04.885Z | Downloaded bit-set v0.5.3 |
1090 | 2024-10-24T00:43:04.888Z | Downloaded atomic-waker v1.1.2 |
1091 | 2024-10-24T00:43:04.888Z | Downloaded hickory-server v0.24.1 |
1092 | 2024-10-24T00:43:04.893Z | Downloaded libm v0.2.8 |
1093 | 2024-10-24T00:43:04.902Z | Downloaded rsa v0.9.6 |
1094 | 2024-10-24T00:43:04.906Z | Downloaded itertools v0.13.0 |
1095 | 2024-10-24T00:43:04.912Z | Downloaded cexpr v0.6.0 |
1096 | 2024-10-24T00:43:04.915Z | Downloaded blowfish v0.9.1 |
1097 | 2024-10-24T00:43:04.917Z | Downloaded arrayref v0.3.9 |
1098 | 2024-10-24T00:43:04.917Z | Downloaded slog-bunyan v2.5.0 |
1099 | 2024-10-24T00:43:04.920Z | Downloaded cstr-argument v0.1.2 |
1100 | 2024-10-24T00:43:04.920Z | Downloaded crunchy v0.2.2 |
1101 | 2024-10-24T00:43:04.920Z | Downloaded async-trait v0.1.83 |
1102 | 2024-10-24T00:43:04.924Z | Downloaded arrayvec v0.7.6 |
1103 | 2024-10-24T00:43:04.926Z | Downloaded bitflags v1.3.2 |
1104 | 2024-10-24T00:43:04.930Z | Downloaded ahash v0.8.11 |
1105 | 2024-10-24T00:43:04.932Z | Downloaded indexmap v1.9.3 |
1106 | 2024-10-24T00:43:04.934Z | Downloaded ctr v0.9.2 |
1107 | 2024-10-24T00:43:04.934Z | Downloaded argon2 v0.5.3 |
1108 | 2024-10-24T00:43:04.937Z | Downloaded base16ct v0.2.0 |
1109 | 2024-10-24T00:43:04.939Z | Downloaded newtype-uuid v1.1.2 |
1110 | 2024-10-24T00:43:04.939Z | Downloaded memoffset v0.9.1 |
1111 | 2024-10-24T00:43:04.939Z | Downloaded ipnet v2.10.1 |
1112 | 2024-10-24T00:43:04.942Z | Downloaded instability v0.3.2 |
1113 | 2024-10-24T00:43:04.942Z | Downloaded crc-catalog v2.4.0 |
1114 | 2024-10-24T00:43:04.945Z | Downloaded cipher v0.4.4 |
1115 | 2024-10-24T00:43:04.945Z | Downloaded chacha20 v0.9.1 |
1116 | 2024-10-24T00:43:04.947Z | Downloaded bitfield-struct v0.6.2 |
1117 | 2024-10-24T00:43:04.947Z | Downloaded bcrypt-pbkdf v0.10.0 |
1118 | 2024-10-24T00:43:04.952Z | Downloaded kstat-rs v0.2.4 |
1119 | 2024-10-24T00:43:04.952Z | Downloaded castaway v0.2.3 |
1120 | 2024-10-24T00:43:04.952Z | Downloaded async-recursion v1.1.1 |
1121 | 2024-10-24T00:43:04.956Z | Downloaded block-padding v0.3.3 |
1122 | 2024-10-24T00:43:04.960Z | Downloaded atomicwrites v0.4.4 |
1123 | 2024-10-24T00:43:04.960Z | Downloaded lru v0.12.5 |
1124 | 2024-10-24T00:43:04.960Z | Downloaded linear-map v1.2.0 |
1125 | 2024-10-24T00:43:04.963Z | Downloaded libefi-sys v0.1.0 |
1126 | 2024-10-24T00:43:04.963Z | Downloaded hyper-tls v0.6.0 |
1127 | 2024-10-24T00:43:04.963Z | Downloaded httpdate v1.0.3 |
1128 | 2024-10-24T00:43:04.963Z | Downloaded http-body-util v0.1.2 |
1129 | 2024-10-24T00:43:05.074Z | Compiling serde v1.0.210 |
1130 | 2024-10-24T00:43:05.076Z | Compiling typenum v1.17.0 |
1131 | 2024-10-24T00:43:05.076Z | Compiling generic-array v0.14.7 |
1132 | 2024-10-24T00:43:05.076Z | Compiling lock_api v0.4.12 |
1133 | 2024-10-24T00:43:05.076Z | Compiling scopeguard v1.2.0 |
1134 | 2024-10-24T00:43:05.076Z | Compiling subtle v2.6.1 |
1135 | 2024-10-24T00:43:05.280Z | Compiling syn v2.0.79 |
1136 | 2024-10-24T00:43:05.282Z | Compiling getrandom v0.2.15 |
1137 | 2024-10-24T00:43:05.374Z | Compiling value-bag v1.9.0 |
1138 | 2024-10-24T00:43:05.509Z | Compiling rand_core v0.6.4 |
1139 | 2024-10-24T00:43:05.670Z | Compiling const-oid v0.9.6 |
1140 | 2024-10-24T00:43:05.693Z | Compiling pin-project-lite v0.2.14 |
1141 | 2024-10-24T00:43:05.816Z | Compiling smallvec v1.13.2 |
1142 | 2024-10-24T00:43:05.835Z | Compiling log v0.4.22 |
1143 | 2024-10-24T00:43:06.009Z | Compiling jobserver v0.1.32 |
1144 | 2024-10-24T00:43:06.054Z | Compiling parking_lot_core v0.9.10 |
1145 | 2024-10-24T00:43:06.204Z | Compiling shlex v1.3.0 |
1146 | 2024-10-24T00:43:06.263Z | Compiling futures-core v0.3.31 |
1147 | 2024-10-24T00:43:06.491Z | Compiling cc v1.1.30 |
1148 | 2024-10-24T00:43:06.645Z | Compiling signal-hook-registry v1.4.2 |
1149 | 2024-10-24T00:43:06.765Z | Compiling mio v1.0.2 |
1150 | 2024-10-24T00:43:06.900Z | Compiling cpufeatures v0.2.14 |
1151 | 2024-10-24T00:43:07.003Z | Compiling parking_lot v0.12.3 |
1152 | 2024-10-24T00:43:07.464Z | Compiling futures-sink v0.3.31 |
1153 | 2024-10-24T00:43:07.608Z | Compiling spin v0.9.8 |
1154 | 2024-10-24T00:43:07.709Z | Compiling socket2 v0.5.7 |
1155 | 2024-10-24T00:43:07.794Z | Compiling slab v0.4.9 |
1156 | 2024-10-24T00:43:07.867Z | Compiling serde_json v1.0.128 |
1157 | 2024-10-24T00:43:07.892Z | Compiling futures-channel v0.3.31 |
1158 | 2024-10-24T00:43:07.923Z | Compiling futures-task v0.3.31 |
1159 | 2024-10-24T00:43:07.981Z | Compiling tinyvec_macros v0.1.1 |
1160 | 2024-10-24T00:43:08.065Z | Compiling futures-io v0.3.31 |
1161 | 2024-10-24T00:43:08.209Z | Compiling allocator-api2 v0.2.18 |
1162 | 2024-10-24T00:43:08.246Z | Compiling pin-utils v0.1.0 |
1163 | 2024-10-24T00:43:08.287Z | Compiling foldhash v0.1.3 |
1164 | 2024-10-24T00:43:08.334Z | Compiling tinyvec v1.8.0 |
1165 | 2024-10-24T00:43:08.361Z | Compiling libm v0.2.8 |
1166 | 2024-10-24T00:43:08.500Z | Compiling num-traits v0.2.19 |
1167 | 2024-10-24T00:43:08.577Z | Compiling unicode-bidi v0.3.17 |
1168 | 2024-10-24T00:43:08.658Z | Compiling base64ct v1.6.0 |
1169 | 2024-10-24T00:43:09.020Z | Compiling hashbrown v0.15.0 |
1170 | 2024-10-24T00:43:09.040Z | Compiling httparse v1.9.5 |
1171 | 2024-10-24T00:43:09.243Z | Compiling pem-rfc7468 v0.7.0 |
1172 | 2024-10-24T00:43:09.880Z | Compiling unicode-normalization v0.1.24 |
1173 | 2024-10-24T00:43:10.078Z | Compiling flagset v0.4.6 |
1174 | 2024-10-24T00:43:10.199Z | Compiling tracing-core v0.1.32 |
1175 | 2024-10-24T00:43:10.277Z | Compiling rustls-pki-types v1.9.0 |
1176 | 2024-10-24T00:43:10.281Z | Compiling percent-encoding v2.3.1 |
1177 | 2024-10-24T00:43:10.465Z | Compiling crossbeam-utils v0.8.20 |
1178 | 2024-10-24T00:43:10.810Z | Compiling ring v0.17.8 |
1179 | 2024-10-24T00:43:11.147Z | Compiling powerfmt v0.2.0 |
1180 | 2024-10-24T00:43:11.257Z | Compiling untrusted v0.9.0 |
1181 | 2024-10-24T00:43:11.418Z | Compiling time-core v0.1.2 |
1182 | 2024-10-24T00:43:11.509Z | Compiling pkg-config v0.3.31 |
1183 | 2024-10-24T00:43:11.527Z | Compiling vcpkg v0.2.15 |
1184 | 2024-10-24T00:43:11.548Z | Compiling num-conv v0.1.0 |
1185 | 2024-10-24T00:43:11.585Z | Compiling deranged v0.3.11 |
1186 | 2024-10-24T00:43:11.817Z | Compiling time-macros v0.2.18 |
1187 | 2024-10-24T00:43:12.053Z | Compiling atomic-waker v1.1.2 |
1188 | 2024-10-24T00:43:12.246Z | Compiling num_threads v0.1.7 |
1189 | 2024-10-24T00:43:12.355Z | Compiling form_urlencoded v1.2.1 |
1190 | 2024-10-24T00:43:12.672Z | Compiling slog v2.7.0 |
1191 | 2024-10-24T00:43:12.889Z | Compiling try-lock v0.2.5 |
1192 | 2024-10-24T00:43:13.016Z | Compiling rustix v0.38.37 |
1193 | 2024-10-24T00:43:13.036Z | Compiling want v0.3.1 |
1194 | 2024-10-24T00:43:13.236Z | Compiling httpdate v1.0.3 |
1195 | 2024-10-24T00:43:13.365Z | Compiling idna v0.5.0 |
1196 | 2024-10-24T00:43:13.538Z | Compiling openssl-sys v0.9.103 |
1197 | 2024-10-24T00:43:13.672Z | Compiling foreign-types-shared v0.1.1 |
1198 | 2024-10-24T00:43:13.789Z | Compiling match_cfg v0.1.0 |
1199 | 2024-10-24T00:43:13.882Z | Compiling openssl v0.10.66 |
1200 | 2024-10-24T00:43:13.896Z | Compiling base64 v0.22.1 |
1201 | 2024-10-24T00:43:14.045Z | Compiling iana-time-zone v0.1.61 |
1202 | 2024-10-24T00:43:14.310Z | Compiling rustversion v1.0.17 |
1203 | 2024-10-24T00:43:14.494Z | Compiling tower-service v0.3.3 |
1204 | 2024-10-24T00:43:14.613Z | Compiling url v2.5.2 |
1205 | 2024-10-24T00:43:14.649Z | Compiling hostname v0.3.1 |
1206 | 2024-10-24T00:43:14.814Z | Compiling foreign-types v0.3.2 |
1207 | 2024-10-24T00:43:14.872Z | Compiling dirs-sys-next v0.1.2 |
1208 | 2024-10-24T00:43:14.877Z | Compiling time v0.3.36 |
1209 | 2024-10-24T00:43:14.907Z | Compiling aho-corasick v1.1.3 |
1210 | 2024-10-24T00:43:15.054Z | Compiling adler2 v2.0.0 |
1211 | 2024-10-24T00:43:15.212Z | Compiling data-encoding v2.6.0 |
1212 | 2024-10-24T00:43:15.447Z | Compiling regex-syntax v0.8.5 |
1213 | 2024-10-24T00:43:16.297Z | Compiling native-tls v0.2.12 |
1214 | 2024-10-24T00:43:16.584Z | Compiling rustls v0.23.14 |
1215 | 2024-10-24T00:43:16.838Z | Compiling rustls v0.22.4 |
1216 | 2024-10-24T00:43:17.108Z | Compiling syn v1.0.109 |
1217 | 2024-10-24T00:43:17.381Z | Compiling siphasher v0.3.11 |
1218 | 2024-10-24T00:43:17.427Z | Compiling miniz_oxide v0.8.0 |
1219 | 2024-10-24T00:43:17.814Z | Compiling dirs-next v2.0.0 |
1220 | 2024-10-24T00:43:18.007Z | Compiling serde_derive_internals v0.29.1 |
1221 | 2024-10-24T00:43:18.914Z | Compiling regex-automata v0.4.8 |
1222 | 2024-10-24T00:43:19.105Z | Compiling crossbeam-epoch v0.9.18 |
1223 | 2024-10-24T00:43:19.145Z | Compiling serde_derive v1.0.210 |
1224 | 2024-10-24T00:43:19.741Z | Compiling zeroize_derive v1.4.2 |
1225 | 2024-10-24T00:43:19.824Z | Compiling zerocopy-derive v0.7.35 |
1226 | 2024-10-24T00:43:19.868Z | Compiling tokio-macros v2.4.0 |
1227 | 2024-10-24T00:43:20.704Z | Compiling thiserror-impl v1.0.64 |
1228 | 2024-10-24T00:43:21.297Z | Compiling zeroize v1.8.1 |
1229 | 2024-10-24T00:43:21.463Z | Compiling futures-macro v0.3.31 |
1230 | 2024-10-24T00:43:21.676Z | Compiling der_derive v0.7.3 |
1231 | 2024-10-24T00:43:21.878Z | Compiling zerocopy v0.7.35 |
1232 | 2024-10-24T00:43:23.029Z | Compiling crypto-common v0.1.6 |
1233 | 2024-10-24T00:43:23.235Z | Compiling block-buffer v0.10.4 |
1234 | 2024-10-24T00:43:23.404Z | Compiling futures-util v0.3.31 |
1235 | 2024-10-24T00:43:23.452Z | Compiling digest v0.10.7 |
1236 | 2024-10-24T00:43:23.489Z | Compiling block-padding v0.3.3 |
1237 | 2024-10-24T00:43:23.741Z | Compiling inout v0.1.3 |
1238 | 2024-10-24T00:43:23.871Z | Compiling hmac v0.12.1 |
1239 | 2024-10-24T00:43:23.916Z | Compiling thiserror v1.0.64 |
1240 | 2024-10-24T00:43:24.018Z | Compiling cipher v0.4.4 |
1241 | 2024-10-24T00:43:24.046Z | Compiling sha2 v0.10.8 |
1242 | 2024-10-24T00:43:24.081Z | Compiling ppv-lite86 v0.2.20 |
1243 | 2024-10-24T00:43:24.105Z | Compiling der v0.7.9 |
1244 | 2024-10-24T00:43:24.552Z | Compiling tracing-attributes v0.1.27 |
1245 | 2024-10-24T00:43:24.987Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-10-24T00:43:26.199Z | Compiling spki v0.7.3 |
1247 | 2024-10-24T00:43:26.584Z | Compiling rand v0.8.5 |
1248 | 2024-10-24T00:43:27.243Z | Compiling salsa20 v0.10.2 |
1249 | 2024-10-24T00:43:27.310Z | Compiling pbkdf2 v0.12.2 |
1250 | 2024-10-24T00:43:27.543Z | Compiling pest v2.7.14 |
1251 | 2024-10-24T00:43:27.555Z | Compiling scrypt v0.11.0 |
1252 | 2024-10-24T00:43:28.044Z | Compiling aes v0.8.4 |
1253 | 2024-10-24T00:43:28.334Z | Compiling tracing v0.1.40 |
1254 | 2024-10-24T00:43:28.653Z | Compiling cbc v0.1.2 |
1255 | 2024-10-24T00:43:28.852Z | Compiling scroll_derive v0.12.0 |
1256 | 2024-10-24T00:43:28.878Z | Compiling openssl-macros v0.1.1 |
1257 | 2024-10-24T00:43:29.543Z | Compiling rustls-webpki v0.102.8 |
1258 | 2024-10-24T00:43:29.667Z | Compiling pkcs5 v0.7.1 |
1259 | 2024-10-24T00:43:30.302Z | Compiling pest_meta v2.7.14 |
1260 | 2024-10-24T00:43:30.591Z | Compiling scroll v0.12.0 |
1261 | 2024-10-24T00:43:30.860Z | Compiling pkcs8 v0.10.2 |
1262 | 2024-10-24T00:43:30.958Z | Compiling async-trait v0.1.83 |
1263 | 2024-10-24T00:43:31.146Z | Compiling goblin v0.8.2 |
1264 | 2024-10-24T00:43:31.379Z | Compiling sha1 v0.10.6 |
1265 | 2024-10-24T00:43:31.443Z | Compiling signature v2.2.0 |
1266 | 2024-10-24T00:43:31.568Z | Compiling pest_generator v2.7.14 |
1267 | 2024-10-24T00:43:31.643Z | Compiling lazy_static v1.5.0 |
1268 | 2024-10-24T00:43:31.729Z | Compiling thread_local v1.1.8 |
1269 | 2024-10-24T00:43:31.765Z | Compiling multer v3.1.0 |
1270 | 2024-10-24T00:43:31.786Z | Compiling encoding_rs v0.8.34 |
1271 | 2024-10-24T00:43:32.067Z | Compiling cookie v0.18.1 |
1272 | 2024-10-24T00:43:32.238Z | Compiling ipnet v2.10.1 |
1273 | 2024-10-24T00:43:32.370Z | Compiling paste v1.0.15 |
1274 | 2024-10-24T00:43:32.912Z | Compiling schemars v0.8.21 |
1275 | 2024-10-24T00:43:33.264Z | Compiling bytes v1.7.2 |
1276 | 2024-10-24T00:43:33.476Z | Compiling indexmap v2.6.0 |
1277 | 2024-10-24T00:43:33.543Z | Compiling bitflags v2.6.0 |
1278 | 2024-10-24T00:43:33.718Z | Compiling semver v1.0.23 |
1279 | 2024-10-24T00:43:34.523Z | Compiling tokio v1.40.0 |
1280 | 2024-10-24T00:43:34.608Z | Compiling http v1.1.0 |
1281 | 2024-10-24T00:43:35.028Z | Compiling rustc_version v0.4.1 |
1282 | 2024-10-24T00:43:35.397Z | Compiling pest_derive v2.7.14 |
1283 | 2024-10-24T00:43:35.788Z | Compiling serde_spanned v0.6.8 |
1284 | 2024-10-24T00:43:36.028Z | Compiling uuid v1.10.0 |
1285 | 2024-10-24T00:43:36.195Z | Compiling http-body v1.0.1 |
1286 | 2024-10-24T00:43:36.258Z | Compiling dtrace-parser v0.2.0 |
1287 | 2024-10-24T00:43:36.434Z | Compiling toml_datetime v0.6.8 |
1288 | 2024-10-24T00:43:36.657Z | Compiling serde_tokenstream v0.2.2 |
1289 | 2024-10-24T00:43:36.946Z | Compiling dof v0.3.0 |
1290 | 2024-10-24T00:43:37.053Z | Compiling chrono v0.4.38 |
1291 | 2024-10-24T00:43:37.263Z | Compiling http-body-util v0.1.2 |
1292 | 2024-10-24T00:43:37.440Z | Compiling heapless v0.7.17 |
1293 | 2024-10-24T00:43:37.758Z | Compiling usdt-impl v0.5.0 |
1294 | 2024-10-24T00:43:38.446Z | Compiling rayon-core v1.12.1 |
1295 | 2024-10-24T00:43:38.739Z | Compiling either v1.13.0 |
1296 | 2024-10-24T00:43:39.156Z | Compiling gimli v0.31.1 |
1297 | 2024-10-24T00:43:39.177Z | Compiling unicode-properties v0.1.3 |
1298 | 2024-10-24T00:43:39.371Z | Compiling signal-hook v0.3.17 |
1299 | 2024-10-24T00:43:39.403Z | Compiling openssl-probe v0.1.5 |
1300 | 2024-10-24T00:43:39.587Z | Compiling slog-async v2.8.0 |
1301 | 2024-10-24T00:43:39.659Z | Compiling mime v0.3.17 |
1302 | 2024-10-24T00:43:39.759Z | Compiling toml_edit v0.22.22 |
1303 | 2024-10-24T00:43:40.222Z | Compiling stringprep v0.1.5 |
1304 | 2024-10-24T00:43:40.368Z | Compiling curve25519-dalek v4.1.3 |
1305 | 2024-10-24T00:43:40.873Z | Compiling slog-json v2.6.1 |
1306 | 2024-10-24T00:43:41.030Z | Compiling serde_urlencoded v0.7.1 |
1307 | 2024-10-24T00:43:41.404Z | Compiling usdt-attr-macro v0.5.0 |
1308 | 2024-10-24T00:43:41.422Z | Compiling usdt-macro v0.5.0 |
1309 | 2024-10-24T00:43:42.956Z | Compiling tokio-util v0.7.12 |
1310 | 2024-10-24T00:43:43.083Z | Compiling futures-executor v0.3.31 |
1311 | 2024-10-24T00:43:43.666Z | Compiling addr2line v0.24.2 |
1312 | 2024-10-24T00:43:44.342Z | Compiling h2 v0.4.6 |
1313 | 2024-10-24T00:43:44.405Z | Compiling md-5 v0.10.6 |
1314 | 2024-10-24T00:43:44.685Z | Compiling schemars_derive v0.8.21 |
1315 | 2024-10-24T00:43:45.016Z | Compiling crossbeam-deque v0.8.5 |
1316 | 2024-10-24T00:43:45.361Z | Compiling async-stream-impl v0.3.6 |
1317 | 2024-10-24T00:43:46.626Z | Compiling enum-as-inner v0.6.1 |
1318 | 2024-10-24T00:43:46.773Z | Compiling term v0.7.0 |
1319 | 2024-10-24T00:43:48.054Z | Compiling crossbeam-channel v0.5.13 |
1320 | 2024-10-24T00:43:48.105Z | Compiling num-integer v0.1.46 |
1321 | 2024-10-24T00:43:48.308Z | Compiling rustls-pemfile v2.2.0 |
1322 | 2024-10-24T00:43:48.655Z | Compiling idna v0.3.0 |
1323 | 2024-10-24T00:43:48.922Z | Compiling idna v0.4.0 |
1324 | 2024-10-24T00:43:49.148Z | Compiling ff v0.13.0 |
1325 | 2024-10-24T00:43:49.408Z | Compiling hash32 v0.2.1 |
1326 | 2024-10-24T00:43:49.779Z | Compiling is-terminal v0.4.13 |
1327 | 2024-10-24T00:43:49.912Z | Compiling object v0.36.5 |
1328 | 2024-10-24T00:43:50.070Z | Compiling dropshot v0.12.0 |
1329 | 2024-10-24T00:43:50.335Z | Compiling utf-8 v0.7.6 |
1330 | 2024-10-24T00:43:50.364Z | Compiling psl-types v2.0.11 |
1331 | 2024-10-24T00:43:50.527Z | Compiling num-bigint-dig v0.8.4 |
1332 | 2024-10-24T00:43:50.559Z | Compiling fallible-iterator v0.2.0 |
1333 | 2024-10-24T00:43:50.649Z | Compiling stable_deref_trait v1.2.0 |
1334 | 2024-10-24T00:43:50.758Z | Compiling anyhow v1.0.89 |
1335 | 2024-10-24T00:43:50.847Z | Compiling dyn-clone v1.0.17 |
1336 | 2024-10-24T00:43:51.063Z | Compiling take_mut v0.2.2 |
1337 | 2024-10-24T00:43:51.224Z | Compiling base16ct v0.2.0 |
1338 | 2024-10-24T00:43:51.262Z | Compiling linked-hash-map v0.5.6 |
1339 | 2024-10-24T00:43:51.378Z | Compiling hyper v1.4.1 |
1340 | 2024-10-24T00:43:51.535Z | Compiling rustc-demangle v0.1.24 |
1341 | 2024-10-24T00:43:51.639Z | Compiling quick-error v1.2.3 |
1342 | 2024-10-24T00:43:51.748Z | Compiling portable-atomic v1.9.0 |
1343 | 2024-10-24T00:43:51.779Z | Compiling smoltcp v0.9.1 |
1344 | 2024-10-24T00:43:52.538Z | Compiling resolv-conf v0.7.0 |
1345 | 2024-10-24T00:43:52.594Z | Compiling lru-cache v0.1.2 |
1346 | 2024-10-24T00:43:52.791Z | Compiling sec1 v0.7.3 |
1347 | 2024-10-24T00:43:53.078Z | Compiling postgres-protocol v0.6.7 |
1348 | 2024-10-24T00:43:54.428Z | Compiling hyper-util v0.1.9 |
1349 | 2024-10-24T00:43:55.076Z | Compiling publicsuffix v2.2.3 |
1350 | 2024-10-24T00:43:55.333Z | Compiling tungstenite v0.24.0 |
1351 | 2024-10-24T00:43:55.695Z | Compiling slog-term v2.9.1 |
1352 | 2024-10-24T00:43:55.749Z | Compiling hickory-proto v0.24.1 |
1353 | 2024-10-24T00:43:55.784Z | Compiling usdt v0.5.0 |
1354 | 2024-10-24T00:43:56.298Z | Compiling group v0.13.0 |
1355 | 2024-10-24T00:43:56.630Z | Compiling num-iter v0.1.45 |
1356 | 2024-10-24T00:43:56.823Z | Compiling tokio-rustls v0.26.0 |
1357 | 2024-10-24T00:43:56.922Z | Compiling backtrace v0.3.74 |
1358 | 2024-10-24T00:43:57.247Z | Compiling async-stream v0.3.6 |
1359 | 2024-10-24T00:43:57.277Z | Compiling tokio-rustls v0.25.0 |
1360 | 2024-10-24T00:43:57.549Z | Compiling tokio-native-tls v0.3.1 |
1361 | 2024-10-24T00:43:57.681Z | Compiling futures v0.3.31 |
1362 | 2024-10-24T00:43:57.703Z | Compiling toml v0.8.19 |
1363 | 2024-10-24T00:43:58.790Z | Compiling camino v1.1.9 |
1364 | 2024-10-24T00:43:58.928Z | Compiling slog-bunyan v2.5.0 |
1365 | 2024-10-24T00:43:59.204Z | Compiling terminal_size v0.4.0 |
1366 | 2024-10-24T00:43:59.331Z | Compiling dropshot_endpoint v0.12.0 |
1367 | 2024-10-24T00:43:59.432Z | Compiling openapiv3 v2.0.0 |
1368 | 2024-10-24T00:43:59.457Z | Compiling serde_path_to_error v0.1.16 |
1369 | 2024-10-24T00:43:59.778Z | Compiling hkdf v0.12.4 |
1370 | 2024-10-24T00:44:00.039Z | Compiling crypto-bigint v0.5.5 |
1371 | 2024-10-24T00:44:00.165Z | Compiling curve25519-dalek-derive v0.1.1 |
1372 | 2024-10-24T00:44:00.301Z | Compiling zerocopy-derive v0.6.6 |
1373 | 2024-10-24T00:44:00.509Z | Compiling phf_shared v0.11.2 |
1374 | 2024-10-24T00:44:00.888Z | Compiling waitgroup v0.1.2 |
1375 | 2024-10-24T00:44:01.117Z | Compiling webpki-roots v0.26.6 |
1376 | 2024-10-24T00:44:01.336Z | Compiling hostname v0.4.0 |
1377 | 2024-10-24T00:44:01.661Z | Compiling fs-err v2.11.0 |
1378 | 2024-10-24T00:44:01.674Z | Compiling ahash v0.8.11 |
1379 | 2024-10-24T00:44:01.906Z | Compiling managed v0.8.0 |
1380 | 2024-10-24T00:44:01.988Z | Compiling hubpack_derive v0.1.1 |
1381 | 2024-10-24T00:44:02.009Z | Compiling winnow v0.5.40 |
1382 | 2024-10-24T00:44:02.338Z | Compiling debug-ignore v1.0.5 |
1383 | 2024-10-24T00:44:02.454Z | Compiling bitflags v1.3.2 |
1384 | 2024-10-24T00:44:02.482Z | Compiling console v0.15.8 |
1385 | 2024-10-24T00:44:02.911Z | Compiling hubpack v0.1.2 |
1386 | 2024-10-24T00:44:03.377Z | Compiling elliptic-curve v0.13.8 |
1387 | 2024-10-24T00:44:03.818Z | Compiling clap_builder v4.5.20 |
1388 | 2024-10-24T00:44:04.002Z | Compiling zerocopy v0.6.6 |
1389 | 2024-10-24T00:44:04.280Z | Compiling strum_macros v0.25.3 |
1390 | 2024-10-24T00:44:04.876Z | Compiling hyper-rustls v0.27.3 |
1391 | 2024-10-24T00:44:05.539Z | Compiling hickory-resolver v0.24.1 |
1392 | 2024-10-24T00:44:05.963Z | Compiling toml_edit v0.19.15 |
1393 | 2024-10-24T00:44:06.047Z | Compiling phf v0.11.2 |
1394 | 2024-10-24T00:44:06.246Z | Compiling signal-hook-mio v0.2.4 |
1395 | 2024-10-24T00:44:06.346Z | Compiling cookie_store v0.21.0 |
1396 | 2024-10-24T00:44:06.410Z | Compiling rayon v1.10.0 |
1397 | 2024-10-24T00:44:07.905Z | Compiling hyper-tls v0.6.0 |
1398 | 2024-10-24T00:44:09.217Z | Compiling tokio-tungstenite v0.24.0 |
1399 | 2024-10-24T00:44:09.772Z | Compiling postgres-types v0.2.8 |
1400 | 2024-10-24T00:44:11.258Z | Compiling tokio-stream v0.1.16 |
1401 | 2024-10-24T00:44:12.324Z | Compiling serde-big-array v0.5.1 |
1402 | 2024-10-24T00:44:12.356Z | Compiling ed25519 v2.2.3 |
1403 | 2024-10-24T00:44:12.676Z | Compiling pkcs1 v0.7.5 |
1404 | 2024-10-24T00:44:12.693Z | Compiling rfc6979 v0.4.0 |
1405 | 2024-10-24T00:44:12.815Z | Compiling regex v1.11.0 |
1406 | 2024-10-24T00:44:13.074Z | Compiling bstr v1.10.0 |
1407 | 2024-10-24T00:44:13.275Z | Compiling serde_repr v0.1.19 |
1408 | 2024-10-24T00:44:13.559Z | Compiling derive-where v1.2.7 |
1409 | 2024-10-24T00:44:13.619Z | Compiling clap_derive v4.5.18 |
1410 | 2024-10-24T00:44:13.831Z | Compiling phf_shared v0.10.0 |
1411 | 2024-10-24T00:44:13.907Z | Compiling float-cmp v0.9.0 |
1412 | 2024-10-24T00:44:14.131Z | Compiling sync_wrapper v1.0.1 |
1413 | 2024-10-24T00:44:14.219Z | Compiling crc32fast v1.4.2 |
1414 | 2024-10-24T00:44:14.280Z | Compiling unicode-segmentation v1.12.0 |
1415 | 2024-10-24T00:44:14.429Z | Compiling predicates-core v1.0.8 |
1416 | 2024-10-24T00:44:14.513Z | Compiling number_prefix v0.4.0 |
1417 | 2024-10-24T00:44:14.565Z | Compiling precomputed-hash v0.1.1 |
1418 | 2024-10-24T00:44:14.688Z | Compiling whoami v1.5.2 |
1419 | 2024-10-24T00:44:14.748Z | Compiling bit-vec v0.6.3 |
1420 | 2024-10-24T00:44:14.791Z | Compiling static_assertions v1.1.0 |
1421 | 2024-10-24T00:44:14.893Z | Compiling difflib v0.4.0 |
1422 | 2024-10-24T00:44:14.914Z | Compiling fixedbitset v0.4.2 |
1423 | 2024-10-24T00:44:15.207Z | Compiling minimal-lexical v0.2.1 |
1424 | 2024-10-24T00:44:15.227Z | Compiling normalize-line-endings v0.3.0 |
1425 | 2024-10-24T00:44:15.342Z | Compiling new_debug_unreachable v1.0.6 |
1426 | 2024-10-24T00:44:15.382Z | Compiling predicates v3.1.2 |
1427 | 2024-10-24T00:44:15.384Z | Compiling petgraph v0.6.5 |
1428 | 2024-10-24T00:44:15.442Z | Compiling string_cache v0.8.7 |
1429 | 2024-10-24T00:44:15.728Z | Compiling nom v7.1.3 |
1430 | 2024-10-24T00:44:15.909Z | Compiling bit-set v0.5.3 |
1431 | 2024-10-24T00:44:16.199Z | Compiling similar v2.6.0 |
1432 | 2024-10-24T00:44:16.463Z | Compiling tokio-postgres v0.7.12 |
1433 | 2024-10-24T00:44:17.126Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1434 | 2024-10-24T00:44:17.174Z | Compiling qorb v0.1.2 |
1435 | 2024-10-24T00:44:18.645Z | Compiling indicatif v0.17.8 |
1436 | 2024-10-24T00:44:18.666Z | Compiling clap v4.5.20 |
1437 | 2024-10-24T00:44:18.783Z | Compiling flate2 v1.0.34 |
1438 | 2024-10-24T00:44:19.388Z | Compiling reqwest v0.12.8 |
1439 | 2024-10-24T00:44:19.420Z | Compiling rsa v0.9.6 |
1440 | 2024-10-24T00:44:19.776Z | Compiling ecdsa v0.16.9 |
1441 | 2024-10-24T00:44:20.653Z | Compiling ed25519-dalek v2.1.1 |
1442 | 2024-10-24T00:44:20.883Z | Compiling toml v0.7.8 |
1443 | 2024-10-24T00:44:21.984Z | Compiling crossterm v0.28.1 |
1444 | 2024-10-24T00:44:23.111Z | Compiling itertools v0.12.1 |
1445 | 2024-10-24T00:44:23.247Z | Compiling itertools v0.10.5 |
1446 | 2024-10-24T00:44:23.337Z | Compiling hex v0.4.3 |
1447 | 2024-10-24T00:44:23.789Z | Compiling x509-cert v0.2.5 |
1448 | 2024-10-24T00:44:23.949Z | Compiling lalrpop-util v0.19.12 |
1449 | 2024-10-24T00:44:24.030Z | Compiling unicode-xid v0.2.6 |
1450 | 2024-10-24T00:44:24.219Z | Compiling peg-runtime v0.8.3 |
1451 | 2024-10-24T00:44:24.311Z | Compiling xattr v1.3.1 |
1452 | 2024-10-24T00:44:24.635Z | Compiling strum_macros v0.26.4 |
1453 | 2024-10-24T00:44:24.893Z | Compiling filetime v0.2.25 |
1454 | 2024-10-24T00:44:25.211Z | Compiling tar v0.4.42 |
1455 | 2024-10-24T00:44:28.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1456 | 2024-10-24T00:44:28.407Z | Compiling strum v0.26.3 |
1457 | 2024-10-24T00:44:28.617Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1458 | 2024-10-24T00:44:34.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1459 | 2024-10-24T00:44:34.160Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1460 | 2024-10-24T00:44:34.207Z | Oct 24 00:44:32.962 INFO Starting download, target: Console |
1461 | 2024-10-24T00:44:34.207Z | Oct 24 00:44:32.962 INFO Starting download, target: DendriteStub |
1462 | 2024-10-24T00:44:34.207Z | Oct 24 00:44:32.962 INFO Starting download, target: Clickhouse |
1463 | 2024-10-24T00:44:34.208Z | Oct 24 00:44:32.962 INFO Starting download, target: DendriteOpenapi |
1464 | 2024-10-24T00:44:34.208Z | Oct 24 00:44:32.962 INFO Starting download, target: Cockroach |
1465 | 2024-10-24T00:44:34.208Z | Oct 24 00:44:32.962 INFO Starting download, target: MaghemiteMgd |
1466 | 2024-10-24T00:44:34.210Z | Oct 24 00:44:32.962 INFO Starting download, target: TransceiverControl |
1467 | 2024-10-24T00:44:34.210Z | Oct 24 00:44:32.963 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1468 | 2024-10-24T00:44:34.210Z | Oct 24 00:44:32.963 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1469 | 2024-10-24T00:44:34.210Z | Oct 24 00:44:32.963 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1470 | 2024-10-24T00:44:34.210Z | Oct 24 00:44:32.963 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1471 | 2024-10-24T00:44:34.210Z | Oct 24 00:44:32.963 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1472 | 2024-10-24T00:44:34.210Z | Oct 24 00:44:32.963 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1473 | 2024-10-24T00:44:34.211Z | Oct 24 00:44:32.963 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1474 | 2024-10-24T00:44:34.405Z | Oct 24 00:44:33.155 INFO Download complete, target: DendriteOpenapi |
1475 | 2024-10-24T00:44:34.496Z | Oct 24 00:44:33.250 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1476 | 2024-10-24T00:44:34.814Z | Oct 24 00:44:33.567 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1477 | 2024-10-24T00:44:34.922Z | Oct 24 00:44:33.676 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1478 | 2024-10-24T00:44:35.030Z | Oct 24 00:44:33.784 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1479 | 2024-10-24T00:44:35.218Z | Oct 24 00:44:33.973 INFO Download complete, target: Console |
1480 | 2024-10-24T00:44:35.313Z | Oct 24 00:44:34.068 INFO Download complete, target: TransceiverControl |
1481 | 2024-10-24T00:44:35.323Z | Oct 24 00:44:34.077 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1482 | 2024-10-24T00:44:35.323Z | Oct 24 00:44:34.077 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1483 | 2024-10-24T00:44:36.342Z | Oct 24 00:44:35.097 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1484 | 2024-10-24T00:44:38.073Z | Oct 24 00:44:36.828 INFO Download complete, target: DendriteStub |
1485 | 2024-10-24T00:44:38.182Z | Oct 24 00:44:36.936 INFO Download complete, target: MaghemiteMgd |
1486 | 2024-10-24T00:44:43.578Z | Oct 24 00:44:42.332 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1487 | 2024-10-24T00:44:43.879Z | Oct 24 00:44:42.634 INFO Checking that binary works, target: Cockroach |
1488 | 2024-10-24T00:44:44.038Z | Oct 24 00:44:42.792 INFO Download complete, target: Cockroach |
1489 | 2024-10-24T00:44:50.389Z | Oct 24 00:44:49.143 INFO Checking that binary works, target: Clickhouse |
1490 | 2024-10-24T00:44:50.952Z | Oct 24 00:44:49.707 INFO Download complete, target: Clickhouse |
1491 | 2024-10-24T00:44:51.127Z | All builder prerequisites installed successfully, and PATH looks valid |
1492 | 2024-10-24T00:44:51.129Z | |
1493 | 2024-10-24T00:44:51.129Z | real 5:24.282551637 |
1494 | 2024-10-24T00:44:51.129Z | user 12:46.637872438 |
1495 | 2024-10-24T00:44:51.129Z | sys 2:40.602535830 |
1496 | 2024-10-24T00:44:51.129Z | trap 0.418756694 |
1497 | 2024-10-24T00:44:51.129Z | tflt 6.160053287 |
1498 | 2024-10-24T00:44:51.129Z | dflt 4.524125415 |
1499 | 2024-10-24T00:44:51.129Z | kflt 0.125207997 |
1500 | 2024-10-24T00:44:51.129Z | lock 25:12.524500211 |
1501 | 2024-10-24T00:44:51.130Z | slp 52:37.672261971 |
1502 | 2024-10-24T00:44:51.130Z | lat 42.227128503 |
1503 | 2024-10-24T00:44:51.130Z | stop 2:01.284815757 |
1504 | 2024-10-24T00:44:51.130Z | + banner clippy |
1505 | 2024-10-24T00:44:51.132Z | |
1506 | 2024-10-24T00:44:51.132Z | #### # # ##### ##### # # |
1507 | 2024-10-24T00:44:51.132Z | # # # # # # # # # # |
1508 | 2024-10-24T00:44:51.132Z | # # # # # # # # |
1509 | 2024-10-24T00:44:51.132Z | # # # ##### ##### # |
1510 | 2024-10-24T00:44:51.132Z | # # # # # # # |
1511 | 2024-10-24T00:44:51.132Z | #### ###### # # # # |
1512 | 2024-10-24T00:44:51.132Z | |
1513 | 2024-10-24T00:44:51.133Z | + export CARGO_INCREMENTAL=0 |
1514 | 2024-10-24T00:44:51.133Z | + CARGO_INCREMENTAL=0 |
1515 | 2024-10-24T00:44:51.133Z | + ptime -m cargo xtask clippy |
1516 | 2024-10-24T00:44:51.689Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1517 | 2024-10-24T00:44:55.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
1518 | 2024-10-24T00:44:55.363Z | Running `target/debug/xtask clippy` |
1519 | 2024-10-24T00:44:55.382Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1520 | 2024-10-24T00:44:56.071Z | Downloading crates ... |
1521 | 2024-10-24T00:44:56.410Z | Downloaded futures-timer v3.0.3 |
1522 | 2024-10-24T00:44:56.413Z | Downloaded assert_cmd v2.0.16 |
1523 | 2024-10-24T00:44:56.416Z | Downloaded async-attributes v1.1.2 |
1524 | 2024-10-24T00:44:56.418Z | Downloaded async-executor v1.13.1 |
1525 | 2024-10-24T00:44:56.421Z | Downloaded async-io v2.3.4 |
1526 | 2024-10-24T00:44:56.423Z | Downloaded async-signal v0.2.10 |
1527 | 2024-10-24T00:44:56.426Z | Downloaded async-process v2.3.0 |
1528 | 2024-10-24T00:44:56.428Z | Downloaded async-object-pool v0.1.5 |
1529 | 2024-10-24T00:44:56.437Z | Downloaded async-std v1.13.0 |
1530 | 2024-10-24T00:44:56.458Z | Downloaded oorandom v11.1.4 |
1531 | 2024-10-24T00:44:56.460Z | Downloaded indoc v2.0.5 |
1532 | 2024-10-24T00:44:56.463Z | Downloaded guppy-workspace-hack v0.1.0 |
1533 | 2024-10-24T00:44:56.463Z | Downloaded event-listener v5.3.1 |
1534 | 2024-10-24T00:44:56.480Z | Downloaded event-listener v2.5.3 |
1535 | 2024-10-24T00:44:56.482Z | Downloaded plotters-svg v0.3.7 |
1536 | 2024-10-24T00:44:56.482Z | Downloaded num_cpus v1.16.0 |
1537 | 2024-10-24T00:44:56.486Z | Downloaded fancy-regex v0.13.0 |
1538 | 2024-10-24T00:44:56.489Z | Downloaded criterion-plot v0.5.0 |
1539 | 2024-10-24T00:44:56.491Z | Downloaded criterion v0.5.1 |
1540 | 2024-10-24T00:44:56.497Z | Downloaded tinytemplate v1.2.1 |
1541 | 2024-10-24T00:44:56.499Z | Downloaded target-lexicon v0.12.16 |
1542 | 2024-10-24T00:44:56.502Z | Downloaded rand_distr v0.4.3 |
1543 | 2024-10-24T00:44:56.504Z | Downloaded plotters v0.3.7 |
1544 | 2024-10-24T00:44:56.512Z | Downloaded escape8259 v0.5.3 |
1545 | 2024-10-24T00:44:56.515Z | Downloaded doc-comment v0.3.3 |
1546 | 2024-10-24T00:44:56.515Z | Downloaded datatest-stable v0.2.9 |
1547 | 2024-10-24T00:44:56.517Z | Downloaded concurrent-queue v2.5.0 |
1548 | 2024-10-24T00:44:56.520Z | Downloaded cast v0.3.0 |
1549 | 2024-10-24T00:44:56.520Z | Downloaded async-lock v3.4.0 |
1550 | 2024-10-24T00:44:56.523Z | Downloaded async-channel v2.3.1 |
1551 | 2024-10-24T00:44:56.523Z | Downloaded async-channel v1.9.0 |
1552 | 2024-10-24T00:44:56.525Z | Downloaded assert-json-diff v2.0.2 |
1553 | 2024-10-24T00:44:56.525Z | Downloaded anes v0.1.6 |
1554 | 2024-10-24T00:44:56.531Z | Downloaded blocking v1.6.1 |
1555 | 2024-10-24T00:44:56.535Z | Downloaded async-task v4.7.1 |
1556 | 2024-10-24T00:44:56.537Z | Downloaded event-listener-strategy v0.5.2 |
1557 | 2024-10-24T00:44:56.537Z | Downloaded async-global-executor v2.4.1 |
1558 | 2024-10-24T00:44:56.539Z | Downloaded threadpool v1.8.1 |
1559 | 2024-10-24T00:44:56.539Z | Downloaded relative-path v1.9.3 |
1560 | 2024-10-24T00:44:56.542Z | Downloaded blake2b_simd v1.0.2 |
1561 | 2024-10-24T00:44:56.542Z | Downloaded approx v0.5.1 |
1562 | 2024-10-24T00:44:56.544Z | Downloaded plotters-backend v0.3.7 |
1563 | 2024-10-24T00:44:56.544Z | Downloaded parking v2.2.1 |
1564 | 2024-10-24T00:44:56.547Z | Downloaded cfg-expr v0.17.0 |
1565 | 2024-10-24T00:44:56.549Z | Downloaded futures-lite v2.3.0 |
1566 | 2024-10-24T00:44:56.552Z | Downloaded kv-log-macro v1.0.7 |
1567 | 2024-10-24T00:44:56.554Z | Downloaded guppy v0.17.8 |
1568 | 2024-10-24T00:44:56.574Z | Downloaded pathdiff v0.2.2 |
1569 | 2024-10-24T00:44:56.576Z | Downloaded target-spec v3.2.2 |
1570 | 2024-10-24T00:44:56.579Z | Downloaded yansi v1.0.1 |
1571 | 2024-10-24T00:44:56.579Z | Downloaded serde_regex v1.1.0 |
1572 | 2024-10-24T00:44:56.581Z | Downloaded hyper-rustls v0.26.0 |
1573 | 2024-10-24T00:44:56.584Z | Downloaded trybuild v1.0.100 |
1574 | 2024-10-24T00:44:56.586Z | Downloaded rustls-native-certs v0.7.3 |
1575 | 2024-10-24T00:44:56.588Z | Downloaded rust-argon2 v2.1.0 |
1576 | 2024-10-24T00:44:56.590Z | Downloaded rstest_macros v0.23.0 |
1577 | 2024-10-24T00:44:56.593Z | Downloaded proc-macro-crate v3.2.0 |
1578 | 2024-10-24T00:44:56.596Z | Downloaded pretty_assertions v1.4.1 |
1579 | 2024-10-24T00:44:56.598Z | Downloaded polling v3.7.3 |
1580 | 2024-10-24T00:44:56.601Z | Downloaded piper v0.2.4 |
1581 | 2024-10-24T00:44:56.601Z | Downloaded partial-io v0.5.4 |
1582 | 2024-10-24T00:44:56.603Z | Downloaded nested v0.1.1 |
1583 | 2024-10-24T00:44:56.606Z | Downloaded libtest-mimic v0.7.3 |
1584 | 2024-10-24T00:44:56.608Z | Downloaded httptest v0.16.1 |
1585 | 2024-10-24T00:44:56.610Z | Downloaded stringmetrics v2.2.2 |
1586 | 2024-10-24T00:44:56.613Z | Downloaded similar-asserts v1.6.0 |
1587 | 2024-10-24T00:44:56.615Z | Downloaded rstest v0.23.0 |
1588 | 2024-10-24T00:44:56.619Z | Downloaded path-tree v0.8.1 |
1589 | 2024-10-24T00:44:56.643Z | Downloaded httpmock v0.8.0-alpha.1 |
1590 | 2024-10-24T00:44:57.371Z | Checking cfg-if v1.0.0 |
1591 | 2024-10-24T00:44:57.444Z | Checking libc v0.2.161 |
1592 | 2024-10-24T00:44:57.465Z | Checking serde v1.0.210 |
1593 | 2024-10-24T00:44:57.484Z | Checking memchr v2.7.4 |
1594 | 2024-10-24T00:44:57.504Z | Checking value-bag v1.9.0 |
1595 | 2024-10-24T00:44:57.504Z | Checking scopeguard v1.2.0 |
1596 | 2024-10-24T00:44:57.543Z | Checking itoa v1.0.11 |
1597 | 2024-10-24T00:44:57.546Z | Checking zeroize v1.8.1 |
1598 | 2024-10-24T00:44:57.594Z | Checking smallvec v1.13.2 |
1599 | 2024-10-24T00:44:57.639Z | Checking lock_api v0.4.12 |
1600 | 2024-10-24T00:44:57.755Z | Checking pin-project-lite v0.2.14 |
1601 | 2024-10-24T00:44:57.848Z | Checking byteorder v1.5.0 |
1602 | 2024-10-24T00:44:57.889Z | Checking subtle v2.6.1 |
1603 | 2024-10-24T00:44:57.918Z | Checking log v0.4.22 |
1604 | 2024-10-24T00:44:57.941Z | Checking once_cell v1.20.2 |
1605 | 2024-10-24T00:44:58.075Z | Checking typenum v1.17.0 |
1606 | 2024-10-24T00:44:58.169Z | Checking futures-core v0.3.31 |
1607 | 2024-10-24T00:44:58.255Z | Checking libm v0.2.8 |
1608 | 2024-10-24T00:44:58.257Z | Checking zerocopy v0.7.35 |
1609 | 2024-10-24T00:44:58.301Z | Checking thiserror v1.0.64 |
1610 | 2024-10-24T00:44:58.356Z | Checking ryu v1.0.18 |
1611 | 2024-10-24T00:44:58.395Z | Checking spin v0.9.8 |
1612 | 2024-10-24T00:44:58.437Z | Checking const-oid v0.9.6 |
1613 | 2024-10-24T00:44:58.579Z | Checking getrandom v0.2.15 |
1614 | 2024-10-24T00:44:58.605Z | Checking parking_lot_core v0.9.10 |
1615 | 2024-10-24T00:44:58.726Z | Checking signal-hook-registry v1.4.2 |
1616 | 2024-10-24T00:44:58.799Z | Checking rand_core v0.6.4 |
1617 | 2024-10-24T00:44:58.958Z | Checking mio v1.0.2 |
1618 | 2024-10-24T00:44:58.960Z | Checking parking_lot v0.12.3 |
1619 | 2024-10-24T00:44:59.108Z | Checking socket2 v0.5.7 |
1620 | 2024-10-24T00:44:59.158Z | Checking num-traits v0.2.19 |
1621 | 2024-10-24T00:44:59.333Z | Checking futures-io v0.3.31 |
1622 | 2024-10-24T00:44:59.360Z | Checking generic-array v0.14.7 |
1623 | 2024-10-24T00:44:59.535Z | Checking slab v0.4.9 |
1624 | 2024-10-24T00:44:59.565Z | Checking allocator-api2 v0.2.18 |
1625 | 2024-10-24T00:44:59.612Z | Checking futures-sink v0.3.31 |
1626 | 2024-10-24T00:44:59.760Z | Checking cpufeatures v0.2.14 |
1627 | 2024-10-24T00:44:59.790Z | Checking pin-utils v0.1.0 |
1628 | 2024-10-24T00:44:59.816Z | Checking futures-channel v0.3.31 |
1629 | 2024-10-24T00:44:59.866Z | Checking futures-task v0.3.31 |
1630 | 2024-10-24T00:44:59.891Z | Checking foldhash v0.1.3 |
1631 | 2024-10-24T00:45:00.106Z | Checking equivalent v1.0.1 |
1632 | 2024-10-24T00:45:00.135Z | Checking fnv v1.0.7 |
1633 | 2024-10-24T00:45:00.161Z | Checking futures-util v0.3.31 |
1634 | 2024-10-24T00:45:00.194Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1635 | 2024-10-24T00:45:00.219Z | Checking hashbrown v0.15.0 |
1636 | 2024-10-24T00:45:00.266Z | Checking tracing-core v0.1.32 |
1637 | 2024-10-24T00:45:00.294Z | Checking iana-time-zone v0.1.61 |
1638 | 2024-10-24T00:45:00.451Z | Checking ppv-lite86 v0.2.20 |
1639 | 2024-10-24T00:45:00.515Z | Checking crypto-common v0.1.6 |
1640 | 2024-10-24T00:45:00.518Z | Checking block-buffer v0.10.4 |
1641 | 2024-10-24T00:45:00.759Z | Checking errno v0.3.9 |
1642 | 2024-10-24T00:45:00.789Z | Checking digest v0.10.7 |
1643 | 2024-10-24T00:45:00.811Z | Checking tinyvec_macros v0.1.1 |
1644 | 2024-10-24T00:45:00.877Z | Checking tracing v0.1.40 |
1645 | 2024-10-24T00:45:00.909Z | Checking tinyvec v1.8.0 |
1646 | 2024-10-24T00:45:00.934Z | Checking unicode-bidi v0.3.17 |
1647 | 2024-10-24T00:45:01.137Z | Checking block-padding v0.3.3 |
1648 | 2024-10-24T00:45:01.209Z | Checking rand_chacha v0.3.1 |
1649 | 2024-10-24T00:45:01.244Z | Checking dyn-clone v1.0.17 |
1650 | 2024-10-24T00:45:01.273Z | Checking percent-encoding v2.3.1 |
1651 | 2024-10-24T00:45:01.336Z | Checking inout v0.1.3 |
1652 | 2024-10-24T00:45:01.394Z | Checking crossbeam-utils v0.8.20 |
1653 | 2024-10-24T00:45:01.483Z | Checking httparse v1.9.5 |
1654 | 2024-10-24T00:45:01.540Z | Checking form_urlencoded v1.2.1 |
1655 | 2024-10-24T00:45:01.579Z | Checking cipher v0.4.4 |
1656 | 2024-10-24T00:45:01.608Z | Checking rand v0.8.5 |
1657 | 2024-10-24T00:45:01.743Z | Checking base64ct v1.6.0 |
1658 | 2024-10-24T00:45:01.924Z | Checking regex-syntax v0.8.5 |
1659 | 2024-10-24T00:45:02.002Z | Checking hmac v0.12.1 |
1660 | 2024-10-24T00:45:02.084Z | Checking sha2 v0.10.8 |
1661 | 2024-10-24T00:45:02.199Z | Checking aho-corasick v1.1.3 |
1662 | 2024-10-24T00:45:02.224Z | Checking atomic-waker v1.1.2 |
1663 | 2024-10-24T00:45:02.250Z | Checking unicode-normalization v0.1.24 |
1664 | 2024-10-24T00:45:02.278Z | Checking bytes v1.7.2 |
1665 | 2024-10-24T00:45:02.367Z | Checking bitflags v2.6.0 |
1666 | 2024-10-24T00:45:02.639Z | Checking serde_json v1.0.128 |
1667 | 2024-10-24T00:45:02.679Z | Checking indexmap v2.6.0 |
1668 | 2024-10-24T00:45:02.918Z | Checking chrono v0.4.38 |
1669 | 2024-10-24T00:45:03.071Z | Checking tokio v1.40.0 |
1670 | 2024-10-24T00:45:03.210Z | Checking rustix v0.38.37 |
1671 | 2024-10-24T00:45:03.798Z | Checking uuid v1.10.0 |
1672 | 2024-10-24T00:45:03.943Z | Checking http v1.1.0 |
1673 | 2024-10-24T00:45:04.307Z | Checking untrusted v0.9.0 |
1674 | 2024-10-24T00:45:04.383Z | Checking lazy_static v1.5.0 |
1675 | 2024-10-24T00:45:04.476Z | Checking ring v0.17.8 |
1676 | 2024-10-24T00:45:04.510Z | Checking unicode-ident v1.0.13 |
1677 | 2024-10-24T00:45:04.687Z | Checking idna v0.5.0 |
1678 | 2024-10-24T00:45:04.986Z | Checking schemars v0.8.21 |
1679 | 2024-10-24T00:45:05.126Z | Checking adler2 v2.0.0 |
1680 | 2024-10-24T00:45:05.183Z | Checking regex-automata v0.4.8 |
1681 | 2024-10-24T00:45:05.284Z | Checking miniz_oxide v0.8.0 |
1682 | 2024-10-24T00:45:05.332Z | Checking pem-rfc7468 v0.7.0 |
1683 | 2024-10-24T00:45:05.532Z | Checking url v2.5.2 |
1684 | 2024-10-24T00:45:05.593Z | Checking powerfmt v0.2.0 |
1685 | 2024-10-24T00:45:05.881Z | Checking try-lock v0.2.5 |
1686 | 2024-10-24T00:45:06.003Z | Checking httpdate v1.0.3 |
1687 | 2024-10-24T00:45:06.028Z | Checking want v0.3.1 |
1688 | 2024-10-24T00:45:06.214Z | Checking deranged v0.3.11 |
1689 | 2024-10-24T00:45:06.251Z | Checking proc-macro2 v1.0.87 |
1690 | 2024-10-24T00:45:06.308Z | Checking num-conv v0.1.0 |
1691 | 2024-10-24T00:45:06.344Z | Checking time-core v0.1.2 |
1692 | 2024-10-24T00:45:06.501Z | Checking num_threads v0.1.7 |
1693 | 2024-10-24T00:45:06.550Z | Checking rustls-pki-types v1.9.0 |
1694 | 2024-10-24T00:45:06.573Z | Checking flagset v0.4.6 |
1695 | 2024-10-24T00:45:06.625Z | Checking base64 v0.22.1 |
1696 | 2024-10-24T00:45:06.778Z | Checking http-body v1.0.1 |
1697 | 2024-10-24T00:45:06.780Z | Checking der v0.7.9 |
1698 | 2024-10-24T00:45:06.949Z | Checking quote v1.0.37 |
1699 | 2024-10-24T00:45:06.999Z | Checking pbkdf2 v0.12.2 |
1700 | 2024-10-24T00:45:07.101Z | Checking aes v0.8.4 |
1701 | 2024-10-24T00:45:07.104Z | Checking tower-service v0.3.3 |
1702 | 2024-10-24T00:45:07.178Z | Checking cbc v0.1.2 |
1703 | 2024-10-24T00:45:07.262Z | Checking salsa20 v0.10.2 |
1704 | 2024-10-24T00:45:07.300Z | Checking syn v2.0.79 |
1705 | 2024-10-24T00:45:07.399Z | Checking ahash v0.8.11 |
1706 | 2024-10-24T00:45:07.501Z | Checking scrypt v0.11.0 |
1707 | 2024-10-24T00:45:07.736Z | Checking rustls-webpki v0.102.8 |
1708 | 2024-10-24T00:45:07.956Z | Checking slog v2.7.0 |
1709 | 2024-10-24T00:45:07.996Z | Checking gimli v0.31.1 |
1710 | 2024-10-24T00:45:08.037Z | Checking time v0.3.36 |
1711 | 2024-10-24T00:45:08.433Z | Checking mime v0.3.17 |
1712 | 2024-10-24T00:45:08.485Z | Checking object v0.36.5 |
1713 | 2024-10-24T00:45:08.613Z | Checking spki v0.7.3 |
1714 | 2024-10-24T00:45:08.753Z | Checking utf8parse v0.2.2 |
1715 | 2024-10-24T00:45:08.904Z | Checking pkcs5 v0.7.1 |
1716 | 2024-10-24T00:45:08.932Z | Checking ipnet v2.10.1 |
1717 | 2024-10-24T00:45:09.433Z | Checking rustc-demangle v0.1.24 |
1718 | 2024-10-24T00:45:09.467Z | Checking pkcs8 v0.10.2 |
1719 | 2024-10-24T00:45:09.705Z | Checking regex v1.11.0 |
1720 | 2024-10-24T00:45:09.794Z | Checking data-encoding v2.6.0 |
1721 | 2024-10-24T00:45:09.872Z | Checking unicode-width v0.1.14 |
1722 | 2024-10-24T00:45:10.070Z | Checking tokio-util v0.7.12 |
1723 | 2024-10-24T00:45:10.349Z | Checking futures-executor v0.3.31 |
1724 | 2024-10-24T00:45:10.382Z | Checking serde_spanned v0.6.8 |
1725 | 2024-10-24T00:45:10.480Z | Checking toml_datetime v0.6.8 |
1726 | 2024-10-24T00:45:10.552Z | Checking anstyle v1.0.8 |
1727 | 2024-10-24T00:45:10.580Z | Checking http-body-util v0.1.2 |
1728 | 2024-10-24T00:45:10.602Z | Checking futures v0.3.31 |
1729 | 2024-10-24T00:45:10.722Z | Checking serde_urlencoded v0.7.1 |
1730 | 2024-10-24T00:45:10.780Z | Checking encoding_rs v0.8.34 |
1731 | 2024-10-24T00:45:10.911Z | Checking openssl-probe v0.1.5 |
1732 | 2024-10-24T00:45:10.945Z | Checking h2 v0.4.6 |
1733 | 2024-10-24T00:45:11.038Z | Checking foreign-types-shared v0.1.1 |
1734 | 2024-10-24T00:45:11.065Z | Checking rustls-pemfile v2.2.0 |
1735 | 2024-10-24T00:45:11.143Z | Checking semver v1.0.23 |
1736 | 2024-10-24T00:45:11.168Z | Checking foreign-types v0.3.2 |
1737 | 2024-10-24T00:45:11.269Z | Checking sha1 v0.10.6 |
1738 | 2024-10-24T00:45:11.294Z | Checking openssl-sys v0.9.103 |
1739 | 2024-10-24T00:45:11.545Z | Checking anstyle-parse v0.2.5 |
1740 | 2024-10-24T00:45:11.575Z | Checking is_terminal_polyfill v1.70.1 |
1741 | 2024-10-24T00:45:11.705Z | Checking anstyle-query v1.1.1 |
1742 | 2024-10-24T00:45:11.844Z | Checking colorchoice v1.0.2 |
1743 | 2024-10-24T00:45:11.871Z | Checking rustls v0.23.14 |
1744 | 2024-10-24T00:45:11.874Z | Checking addr2line v0.24.2 |
1745 | 2024-10-24T00:45:11.978Z | Checking anstream v0.6.15 |
1746 | 2024-10-24T00:45:12.358Z | Checking terminal_size v0.4.0 |
1747 | 2024-10-24T00:45:12.439Z | Checking camino v1.1.9 |
1748 | 2024-10-24T00:45:12.538Z | Checking signature v2.2.0 |
1749 | 2024-10-24T00:45:12.580Z | Checking openssl v0.10.66 |
1750 | 2024-10-24T00:45:12.746Z | Checking either v1.13.0 |
1751 | 2024-10-24T00:45:12.993Z | Checking strsim v0.11.1 |
1752 | 2024-10-24T00:45:13.112Z | Checking winnow v0.6.20 |
1753 | 2024-10-24T00:45:13.140Z | Checking clap_lex v0.7.2 |
1754 | 2024-10-24T00:45:13.261Z | Checking openapiv3 v2.0.0 |
1755 | 2024-10-24T00:45:13.386Z | Checking clap_builder v4.5.20 |
1756 | 2024-10-24T00:45:13.536Z | Checking idna v0.3.0 |
1757 | 2024-10-24T00:45:14.369Z | Checking psl-types v2.0.11 |
1758 | 2024-10-24T00:45:14.559Z | Checking publicsuffix v2.2.3 |
1759 | 2024-10-24T00:45:14.693Z | Checking backtrace v0.3.74 |
1760 | 2024-10-24T00:45:14.804Z | Checking cookie v0.18.1 |
1761 | 2024-10-24T00:45:15.271Z | Checking webpki-roots v0.26.6 |
1762 | 2024-10-24T00:45:15.297Z | Checking anyhow v1.0.89 |
1763 | 2024-10-24T00:45:15.484Z | Checking is-terminal v0.4.13 |
1764 | 2024-10-24T00:45:15.622Z | Checking scroll v0.12.0 |
1765 | 2024-10-24T00:45:15.679Z | Checking ucd-trie v0.1.7 |
1766 | 2024-10-24T00:45:15.891Z | Checking base16ct v0.2.0 |
1767 | 2024-10-24T00:45:16.066Z | Checking plain v0.2.3 |
1768 | 2024-10-24T00:45:16.094Z | Checking sec1 v0.7.3 |
1769 | 2024-10-24T00:45:16.097Z | Checking pest v2.7.14 |
1770 | 2024-10-24T00:45:16.217Z | Checking goblin v0.8.2 |
1771 | 2024-10-24T00:45:16.410Z | Checking clap v4.5.20 |
1772 | 2024-10-24T00:45:16.452Z | Checking cookie_store v0.21.0 |
1773 | 2024-10-24T00:45:16.534Z | Checking num-integer v0.1.46 |
1774 | 2024-10-24T00:45:16.761Z | Checking ff v0.13.0 |
1775 | 2024-10-24T00:45:16.912Z | Checking tokio-rustls v0.26.0 |
1776 | 2024-10-24T00:45:16.944Z | Checking hyper v1.4.1 |
1777 | 2024-10-24T00:45:16.979Z | Checking sync_wrapper v1.0.1 |
1778 | 2024-10-24T00:45:17.009Z | Checking pretty-hex v0.4.1 |
1779 | 2024-10-24T00:45:17.063Z | Checking group v0.13.0 |
1780 | 2024-10-24T00:45:17.131Z | Checking hkdf v0.12.4 |
1781 | 2024-10-24T00:45:17.186Z | Checking crypto-bigint v0.5.5 |
1782 | 2024-10-24T00:45:17.321Z | Checking thread-id v4.2.2 |
1783 | 2024-10-24T00:45:17.346Z | Checking bitflags v1.3.2 |
1784 | 2024-10-24T00:45:17.369Z | Checking static_assertions v1.1.0 |
1785 | 2024-10-24T00:45:17.440Z | Checking utf-8 v0.7.6 |
1786 | 2024-10-24T00:45:17.467Z | Checking toml_edit v0.22.22 |
1787 | 2024-10-24T00:45:17.471Z | Checking memmap v0.7.0 |
1788 | 2024-10-24T00:45:17.637Z | Checking dirs-sys-next v0.1.2 |
1789 | 2024-10-24T00:45:17.701Z | Checking unicode-segmentation v1.12.0 |
1790 | 2024-10-24T00:45:17.819Z | Checking stable_deref_trait v1.2.0 |
1791 | 2024-10-24T00:45:17.935Z | Checking dirs-next v2.0.0 |
1792 | 2024-10-24T00:45:18.019Z | Checking native-tls v0.2.12 |
1793 | 2024-10-24T00:45:18.085Z | Checking num-iter v0.1.45 |
1794 | 2024-10-24T00:45:18.263Z | Checking crossbeam-epoch v0.9.18 |
1795 | 2024-10-24T00:45:18.368Z | Checking tokio-native-tls v0.3.1 |
1796 | 2024-10-24T00:45:18.415Z | Checking crossbeam-channel v0.5.13 |
1797 | 2024-10-24T00:45:18.598Z | Checking dtrace-parser v0.2.0 |
1798 | 2024-10-24T00:45:18.645Z | Checking thread_local v1.1.8 |
1799 | 2024-10-24T00:45:18.726Z | Checking crc32fast v1.4.2 |
1800 | 2024-10-24T00:45:18.942Z | Checking term v0.7.0 |
1801 | 2024-10-24T00:45:18.970Z | Checking bstr v1.10.0 |
1802 | 2024-10-24T00:45:19.024Z | Checking hyper-util v0.1.9 |
1803 | 2024-10-24T00:45:19.073Z | Checking hex v0.4.3 |
1804 | 2024-10-24T00:45:19.140Z | Checking rfc6979 v0.4.0 |
1805 | 2024-10-24T00:45:19.324Z | Checking winnow v0.5.40 |
1806 | 2024-10-24T00:45:19.374Z | Checking take_mut v0.2.2 |
1807 | 2024-10-24T00:45:19.536Z | Checking match_cfg v0.1.0 |
1808 | 2024-10-24T00:45:19.571Z | Checking managed v0.8.0 |
1809 | 2024-10-24T00:45:19.634Z | Checking hostname v0.3.1 |
1810 | 2024-10-24T00:45:19.774Z | Checking slog-async v2.8.0 |
1811 | 2024-10-24T00:45:19.889Z | Checking slog-term v2.9.1 |
1812 | 2024-10-24T00:45:19.945Z | Checking crossbeam-deque v0.8.5 |
1813 | 2024-10-24T00:45:19.948Z | Checking elliptic-curve v0.13.8 |
1814 | 2024-10-24T00:45:20.033Z | Checking toml v0.8.19 |
1815 | 2024-10-24T00:45:20.060Z | Checking num-bigint-dig v0.8.4 |
1816 | 2024-10-24T00:45:20.255Z | Checking pkcs1 v0.7.5 |
1817 | 2024-10-24T00:45:20.397Z | Checking curve25519-dalek v4.1.3 |
1818 | 2024-10-24T00:45:20.617Z | Checking ecdsa v0.16.9 |
1819 | 2024-10-24T00:45:20.669Z | Checking zerocopy v0.6.6 |
1820 | 2024-10-24T00:45:20.788Z | Checking siphasher v0.3.11 |
1821 | 2024-10-24T00:45:21.085Z | Checking dof v0.3.0 |
1822 | 2024-10-24T00:45:21.109Z | Checking rayon-core v1.12.1 |
1823 | 2024-10-24T00:45:21.114Z | Checking hyper-rustls v0.27.3 |
1824 | 2024-10-24T00:45:21.372Z | Checking hyper-tls v0.6.0 |
1825 | 2024-10-24T00:45:21.399Z | Checking flate2 v1.0.34 |
1826 | 2024-10-24T00:45:21.470Z | Checking ed25519 v2.2.3 |
1827 | 2024-10-24T00:45:21.667Z | Checking reqwest v0.12.8 |
1828 | 2024-10-24T00:45:21.693Z | Checking usdt-impl v0.5.0 |
1829 | 2024-10-24T00:45:21.766Z | Checking rustls v0.22.4 |
1830 | 2024-10-24T00:45:21.787Z | Checking signal-hook v0.3.17 |
1831 | 2024-10-24T00:45:22.060Z | Checking quick-error v1.2.3 |
1832 | 2024-10-24T00:45:22.132Z | Checking itertools v0.10.5 |
1833 | 2024-10-24T00:45:22.206Z | Checking ed25519-dalek v2.1.1 |
1834 | 2024-10-24T00:45:22.233Z | Checking slog-json v2.6.1 |
1835 | 2024-10-24T00:45:22.236Z | Checking usdt v0.5.0 |
1836 | 2024-10-24T00:45:22.236Z | Checking rsa v0.9.6 |
1837 | 2024-10-24T00:45:22.302Z | Checking toml_edit v0.19.15 |
1838 | 2024-10-24T00:45:22.502Z | Checking x509-cert v0.2.5 |
1839 | 2024-10-24T00:45:22.504Z | Checking idna v0.4.0 |
1840 | 2024-10-24T00:45:22.621Z | Checking hubpack v0.1.2 |
1841 | 2024-10-24T00:45:22.934Z | Checking bit-vec v0.6.3 |
1842 | 2024-10-24T00:45:23.283Z | Checking debug-ignore v1.0.5 |
1843 | 2024-10-24T00:45:23.286Z | Checking bit-set v0.5.3 |
1844 | 2024-10-24T00:45:23.374Z | Checking hickory-proto v0.24.1 |
1845 | 2024-10-24T00:45:23.446Z | Checking slog-bunyan v2.5.0 |
1846 | 2024-10-24T00:45:23.448Z | Checking signal-hook-mio v0.2.4 |
1847 | 2024-10-24T00:45:23.539Z | Checking multer v3.1.0 |
1848 | 2024-10-24T00:45:23.613Z | Checking console v0.15.8 |
1849 | 2024-10-24T00:45:23.639Z | Checking waitgroup v0.1.2 |
1850 | 2024-10-24T00:45:23.785Z | Checking serde_path_to_error v0.1.16 |
1851 | 2024-10-24T00:45:23.935Z | Checking async-stream v0.3.6 |
1852 | 2024-10-24T00:45:24.128Z | Checking hostname v0.4.0 |
1853 | 2024-10-24T00:45:24.131Z | Checking hash32 v0.2.1 |
1854 | 2024-10-24T00:45:24.216Z | Checking predicates-core v1.0.8 |
1855 | 2024-10-24T00:45:24.266Z | Checking linked-hash-map v0.5.6 |
1856 | 2024-10-24T00:45:24.317Z | Checking unicode-properties v0.1.3 |
1857 | 2024-10-24T00:45:24.389Z | Checking crossterm v0.28.1 |
1858 | 2024-10-24T00:45:24.436Z | Checking rayon v1.10.0 |
1859 | 2024-10-24T00:45:24.470Z | Checking heapless v0.7.17 |
1860 | 2024-10-24T00:45:24.580Z | Checking lru-cache v0.1.2 |
1861 | 2024-10-24T00:45:24.613Z | Checking toml v0.7.8 |
1862 | 2024-10-24T00:45:24.711Z | Checking stringprep v0.1.5 |
1863 | 2024-10-24T00:45:24.771Z | Checking phf_shared v0.11.2 |
1864 | 2024-10-24T00:45:24.981Z | Checking similar v2.6.0 |
1865 | 2024-10-24T00:45:25.062Z | Checking tokio-stream v0.1.16 |
1866 | 2024-10-24T00:45:25.377Z | Checking md-5 v0.10.6 |
1867 | 2024-10-24T00:45:25.416Z | Checking tokio-rustls v0.25.0 |
1868 | 2024-10-24T00:45:25.512Z | Checking float-cmp v0.9.0 |
1869 | 2024-10-24T00:45:25.616Z | Checking fallible-iterator v0.2.0 |
1870 | 2024-10-24T00:45:25.715Z | Checking normalize-line-endings v0.3.0 |
1871 | 2024-10-24T00:45:25.814Z | Checking dropshot v0.12.0 |
1872 | 2024-10-24T00:45:25.818Z | Checking difflib v0.4.0 |
1873 | 2024-10-24T00:45:25.865Z | Checking fixedbitset v0.4.2 |
1874 | 2024-10-24T00:45:25.937Z | Checking smoltcp v0.9.1 |
1875 | 2024-10-24T00:45:26.130Z | Checking petgraph v0.6.5 |
1876 | 2024-10-24T00:45:26.156Z | Checking predicates v3.1.2 |
1877 | 2024-10-24T00:45:26.213Z | Checking phf v0.11.2 |
1878 | 2024-10-24T00:45:26.239Z | Checking postgres-protocol v0.6.7 |
1879 | 2024-10-24T00:45:26.478Z | Checking resolv-conf v0.7.0 |
1880 | 2024-10-24T00:45:26.849Z | Checking phf_shared v0.10.0 |
1881 | 2024-10-24T00:45:26.852Z | Checking tungstenite v0.24.0 |
1882 | 2024-10-24T00:45:26.908Z | Checking fs-err v2.11.0 |
1883 | 2024-10-24T00:45:27.137Z | Checking serde-big-array v0.5.1 |
1884 | 2024-10-24T00:45:27.355Z | Checking portable-atomic v1.9.0 |
1885 | 2024-10-24T00:45:27.415Z | Checking new_debug_unreachable v1.0.6 |
1886 | 2024-10-24T00:45:27.494Z | Checking precomputed-hash v0.1.1 |
1887 | 2024-10-24T00:45:27.522Z | Checking number_prefix v0.4.0 |
1888 | 2024-10-24T00:45:27.617Z | Checking minimal-lexical v0.2.1 |
1889 | 2024-10-24T00:45:27.716Z | Checking lalrpop-util v0.19.12 |
1890 | 2024-10-24T00:45:27.749Z | Checking tokio-tungstenite v0.24.0 |
1891 | 2024-10-24T00:45:27.998Z | Checking string_cache v0.8.7 |
1892 | 2024-10-24T00:45:28.001Z | Checking hickory-resolver v0.24.1 |
1893 | 2024-10-24T00:45:28.047Z | Checking nom v7.1.3 |
1894 | 2024-10-24T00:45:28.215Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1895 | 2024-10-24T00:45:28.259Z | Checking postgres-types v0.2.8 |
1896 | 2024-10-24T00:45:28.310Z | Checking itertools v0.12.1 |
1897 | 2024-10-24T00:45:28.364Z | Checking indicatif v0.17.8 |
1898 | 2024-10-24T00:45:28.999Z | Checking peg-runtime v0.8.3 |
1899 | 2024-10-24T00:45:29.115Z | Checking whoami v1.5.2 |
1900 | 2024-10-24T00:45:29.354Z | Compiling hashbrown v0.14.5 |
1901 | 2024-10-24T00:45:29.392Z | Compiling unsafe-libyaml v0.2.11 |
1902 | 2024-10-24T00:45:29.430Z | Checking tokio-postgres v0.7.12 |
1903 | 2024-10-24T00:45:29.504Z | Compiling ident_case v1.0.1 |
1904 | 2024-10-24T00:45:29.599Z | Checking qorb v0.1.2 |
1905 | 2024-10-24T00:45:29.686Z | Compiling darling_core v0.20.10 |
1906 | 2024-10-24T00:45:30.715Z | Compiling regress v0.10.1 |
1907 | 2024-10-24T00:45:30.857Z | Compiling serde_yaml v0.9.34+deprecated |
1908 | 2024-10-24T00:45:31.394Z | Checking heck v0.5.0 |
1909 | 2024-10-24T00:45:31.593Z | Checking progenitor-client v0.8.0 |
1910 | 2024-10-24T00:45:31.927Z | Checking fastrand v2.1.1 |
1911 | 2024-10-24T00:45:32.068Z | Compiling newtype-uuid v1.1.2 |
1912 | 2024-10-24T00:45:32.273Z | Checking ipnetwork v0.20.0 |
1913 | 2024-10-24T00:45:32.399Z | Compiling structmeta-derive v0.3.0 |
1914 | 2024-10-24T00:45:32.539Z | Checking strum v0.26.3 |
1915 | 2024-10-24T00:45:32.612Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-10-24T00:45:32.973Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1917 | 2024-10-24T00:45:33.334Z | Checking tempfile v3.13.0 |
1918 | 2024-10-24T00:45:33.398Z | Checking instant v0.1.13 |
1919 | 2024-10-24T00:45:33.527Z | Checking regress v0.9.1 |
1920 | 2024-10-24T00:45:33.592Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1921 | 2024-10-24T00:45:33.726Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1922 | 2024-10-24T00:45:34.030Z | Checking macaddr v1.0.1 |
1923 | 2024-10-24T00:45:34.353Z | Checking backoff v0.4.0 |
1924 | 2024-10-24T00:45:34.407Z | Compiling typify-impl v0.2.0 |
1925 | 2024-10-24T00:45:34.648Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1926 | 2024-10-24T00:45:34.806Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1927 | 2024-10-24T00:45:34.967Z | Checking wait-timeout v0.2.0 |
1928 | 2024-10-24T00:45:35.022Z | Checking rand_xorshift v0.3.0 |
1929 | 2024-10-24T00:45:35.153Z | Checking rusty-fork v0.3.0 |
1930 | 2024-10-24T00:45:35.213Z | Compiling structmeta-derive v0.2.0 |
1931 | 2024-10-24T00:45:35.356Z | Compiling structmeta v0.3.0 |
1932 | 2024-10-24T00:45:35.459Z | Checking unarray v0.1.4 |
1933 | 2024-10-24T00:45:35.629Z | Checking proptest v1.5.0 |
1934 | 2024-10-24T00:45:35.758Z | Checking camino-tempfile v1.1.1 |
1935 | 2024-10-24T00:45:35.802Z | Compiling parse-display-derive v0.10.0 |
1936 | 2024-10-24T00:45:36.114Z | Compiling proc-macro-error v1.0.4 |
1937 | 2024-10-24T00:45:36.752Z | Compiling darling_macro v0.20.10 |
1938 | 2024-10-24T00:45:36.777Z | Compiling proc-macro-crate v1.3.1 |
1939 | 2024-10-24T00:45:37.027Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1940 | 2024-10-24T00:45:37.433Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1941 | 2024-10-24T00:45:37.767Z | Compiling darling v0.20.10 |
1942 | 2024-10-24T00:45:37.800Z | Compiling foreign-types-macros v0.2.3 |
1943 | 2024-10-24T00:45:37.892Z | Compiling serde_with_macros v3.11.0 |
1944 | 2024-10-24T00:45:37.895Z | Compiling num_enum_derive v0.5.11 |
1945 | 2024-10-24T00:45:38.049Z | Checking foreign-types-shared v0.3.1 |
1946 | 2024-10-24T00:45:38.247Z | Compiling structmeta v0.2.0 |
1947 | 2024-10-24T00:45:38.514Z | Checking tabwriter v1.4.0 |
1948 | 2024-10-24T00:45:38.700Z | Compiling test-strategy v0.3.1 |
1949 | 2024-10-24T00:45:38.757Z | Checking cstr-argument v0.1.2 |
1950 | 2024-10-24T00:45:38.946Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1951 | 2024-10-24T00:45:39.133Z | Checking foreign-types v0.5.0 |
1952 | 2024-10-24T00:45:39.256Z | Checking pretty-hex v0.2.1 |
1953 | 2024-10-24T00:45:39.423Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1954 | 2024-10-24T00:45:39.766Z | Checking colored v2.1.0 |
1955 | 2024-10-24T00:45:39.802Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1956 | 2024-10-24T00:45:39.950Z | Checking smf v0.2.3 |
1957 | 2024-10-24T00:45:40.071Z | Checking base64 v0.21.7 |
1958 | 2024-10-24T00:45:40.243Z | Compiling crucible-workspace-hack v0.1.0 |
1959 | 2024-10-24T00:45:40.411Z | Compiling heapless v0.8.0 |
1960 | 2024-10-24T00:45:40.444Z | Checking parse-display v0.10.0 |
1961 | 2024-10-24T00:45:40.507Z | Checking num_enum v0.5.11 |
1962 | 2024-10-24T00:45:40.559Z | Checking termtree v0.4.1 |
1963 | 2024-10-24T00:45:40.655Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1964 | 2024-10-24T00:45:40.684Z | Checking hash32 v0.3.1 |
1965 | 2024-10-24T00:45:40.701Z | Compiling smoltcp v0.11.0 |
1966 | 2024-10-24T00:45:40.771Z | Checking predicates-tree v1.0.11 |
1967 | 2024-10-24T00:45:40.795Z | Checking serde_with v3.11.0 |
1968 | 2024-10-24T00:45:40.855Z | Checking cobs v0.2.3 |
1969 | 2024-10-24T00:45:40.918Z | Checking sigpipe v0.1.3 |
1970 | 2024-10-24T00:45:40.941Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1971 | 2024-10-24T00:45:41.037Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1972 | 2024-10-24T00:45:41.061Z | Checking postcard v1.0.10 |
1973 | 2024-10-24T00:45:41.187Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1974 | 2024-10-24T00:45:41.324Z | Compiling mockall_derive v0.13.0 |
1975 | 2024-10-24T00:45:41.438Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1976 | 2024-10-24T00:45:41.657Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1977 | 2024-10-24T00:45:41.685Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1978 | 2024-10-24T00:45:41.955Z | Compiling zone_cfg_derive v0.3.0 |
1979 | 2024-10-24T00:45:42.137Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1980 | 2024-10-24T00:45:42.544Z | Compiling num-derive v0.4.2 |
1981 | 2024-10-24T00:45:42.686Z | Checking fragile v2.0.0 |
1982 | 2024-10-24T00:45:42.967Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1983 | 2024-10-24T00:45:43.287Z | Checking downcast v0.11.0 |
1984 | 2024-10-24T00:45:43.517Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1985 | 2024-10-24T00:45:43.542Z | Checking zone v0.3.0 |
1986 | 2024-10-24T00:45:43.751Z | Checking atomicwrites v0.4.4 |
1987 | 2024-10-24T00:45:43.832Z | Compiling convert_case v0.4.0 |
1988 | 2024-10-24T00:45:43.965Z | Checking tungstenite v0.21.0 |
1989 | 2024-10-24T00:45:44.162Z | Checking newline-converter v0.3.0 |
1990 | 2024-10-24T00:45:44.268Z | Checking itertools v0.13.0 |
1991 | 2024-10-24T00:45:44.325Z | Checking expectorate v1.1.0 |
1992 | 2024-10-24T00:45:44.496Z | Checking same-file v1.0.6 |
1993 | 2024-10-24T00:45:44.678Z | Checking walkdir v2.5.0 |
1994 | 2024-10-24T00:45:44.822Z | Checking tokio-tungstenite v0.21.0 |
1995 | 2024-10-24T00:45:44.844Z | Compiling derive_more v0.99.18 |
1996 | 2024-10-24T00:45:44.938Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1997 | 2024-10-24T00:45:44.963Z | Checking arc-swap v1.7.1 |
1998 | 2024-10-24T00:45:45.233Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1999 | 2024-10-24T00:45:45.282Z | Checking xattr v1.3.1 |
2000 | 2024-10-24T00:45:45.368Z | Checking slog-scope v4.4.0 |
2001 | 2024-10-24T00:45:45.394Z | Checking filetime v0.2.25 |
2002 | 2024-10-24T00:45:45.477Z | Compiling cancel-safe-futures v0.1.5 |
2003 | 2024-10-24T00:45:45.557Z | Checking slog-stdlog v4.1.1 |
2004 | 2024-10-24T00:45:45.610Z | Checking tar v0.4.42 |
2005 | 2024-10-24T00:45:45.720Z | Checking slog-envlogger v2.2.0 |
2006 | 2024-10-24T00:45:45.849Z | Compiling owo-colors v4.1.0 |
2007 | 2024-10-24T00:45:45.955Z | Checking swrite v0.1.0 |
2008 | 2024-10-24T00:45:46.445Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2009 | 2024-10-24T00:45:46.551Z | Checking libsw v3.3.1 |
2010 | 2024-10-24T00:45:46.689Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-10-24T00:45:46.791Z | Checking password-hash v0.5.0 |
2012 | 2024-10-24T00:45:46.825Z | Checking blake2 v0.10.6 |
2013 | 2024-10-24T00:45:46.939Z | Checking linear-map v1.2.0 |
2014 | 2024-10-24T00:45:47.279Z | Checking indent_write v2.2.0 |
2015 | 2024-10-24T00:45:47.305Z | Checking num-rational v0.4.2 |
2016 | 2024-10-24T00:45:47.309Z | Checking argon2 v0.5.3 |
2017 | 2024-10-24T00:45:47.479Z | Checking pem v3.0.4 |
2018 | 2024-10-24T00:45:47.763Z | Checking num-complex v0.4.6 |
2019 | 2024-10-24T00:45:47.947Z | Checking float-ord v0.3.2 |
2020 | 2024-10-24T00:45:48.017Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2021 | 2024-10-24T00:45:48.104Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2022 | 2024-10-24T00:45:48.135Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2023 | 2024-10-24T00:45:48.423Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2024 | 2024-10-24T00:45:48.733Z | Checking num v0.4.3 |
2025 | 2024-10-24T00:45:48.782Z | Compiling lzma-sys v0.1.20 |
2026 | 2024-10-24T00:45:48.876Z | Checking humantime v2.1.0 |
2027 | 2024-10-24T00:45:48.908Z | Checking headers-core v0.3.0 |
2028 | 2024-10-24T00:45:49.103Z | Compiling heck v0.3.3 |
2029 | 2024-10-24T00:45:49.250Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2030 | 2024-10-24T00:45:49.481Z | Compiling zone_cfg_derive v0.1.2 |
2031 | 2024-10-24T00:45:49.589Z | Checking headers v0.4.0 |
2032 | 2024-10-24T00:45:49.830Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2033 | 2024-10-24T00:45:49.896Z | Checking yasna v0.5.2 |
2034 | 2024-10-24T00:45:50.147Z | Checking base64 v0.13.1 |
2035 | 2024-10-24T00:45:50.267Z | Checking mockall v0.13.0 |
2036 | 2024-10-24T00:45:50.507Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2037 | 2024-10-24T00:45:50.565Z | Checking ron v0.7.1 |
2038 | 2024-10-24T00:45:50.682Z | Checking xz2 v0.1.7 |
2039 | 2024-10-24T00:45:50.789Z | Checking rcgen v0.12.1 |
2040 | 2024-10-24T00:45:50.991Z | Checking subprocess v0.2.9 |
2041 | 2024-10-24T00:45:50.994Z | Checking zone v0.1.8 |
2042 | 2024-10-24T00:45:51.448Z | Checking half v2.4.1 |
2043 | 2024-10-24T00:45:51.523Z | Compiling semver v0.1.20 |
2044 | 2024-10-24T00:45:51.692Z | Checking ciborium-io v0.2.2 |
2045 | 2024-10-24T00:45:51.737Z | Checking highway v1.2.0 |
2046 | 2024-10-24T00:45:51.828Z | Compiling prettyplease v0.2.22 |
2047 | 2024-10-24T00:45:51.905Z | Checking ciborium-ll v0.2.2 |
2048 | 2024-10-24T00:45:52.171Z | Compiling rustc_version v0.1.7 |
2049 | 2024-10-24T00:45:52.230Z | Checking ciborium v0.2.2 |
2050 | 2024-10-24T00:45:52.682Z | Compiling home v0.5.9 |
2051 | 2024-10-24T00:45:52.706Z | Compiling newtype_derive v0.1.6 |
2052 | 2024-10-24T00:45:52.832Z | Compiling typify-macro v0.2.0 |
2053 | 2024-10-24T00:45:52.969Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2054 | 2024-10-24T00:45:53.222Z | Checking steno v0.4.1 |
2055 | 2024-10-24T00:45:55.005Z | Compiling slog-dtrace v0.3.0 |
2056 | 2024-10-24T00:45:55.520Z | Checking display-error-chain v0.2.1 |
2057 | 2024-10-24T00:45:55.543Z | Compiling ring v0.16.20 |
2058 | 2024-10-24T00:45:55.575Z | Compiling blake3 v1.5.4 |
2059 | 2024-10-24T00:45:55.666Z | Checking keccak v0.1.5 |
2060 | 2024-10-24T00:45:55.883Z | Checking universal-hash v0.5.1 |
2061 | 2024-10-24T00:45:56.033Z | Checking sha3 v0.10.8 |
2062 | 2024-10-24T00:45:56.077Z | Checking secrecy v0.8.0 |
2063 | 2024-10-24T00:45:56.159Z | Checking opaque-debug v0.3.1 |
2064 | 2024-10-24T00:45:56.261Z | Checking aead v0.5.2 |
2065 | 2024-10-24T00:45:56.308Z | Checking poly1305 v0.8.0 |
2066 | 2024-10-24T00:45:56.421Z | Checking chacha20 v0.9.1 |
2067 | 2024-10-24T00:45:56.789Z | Checking gethostname v0.5.0 |
2068 | 2024-10-24T00:45:56.941Z | Compiling memmap2 v0.9.5 |
2069 | 2024-10-24T00:45:56.963Z | Compiling arrayvec v0.7.6 |
2070 | 2024-10-24T00:45:57.101Z | Compiling arrayref v0.3.9 |
2071 | 2024-10-24T00:45:57.215Z | Compiling untrusted v0.7.1 |
2072 | 2024-10-24T00:45:57.273Z | Compiling typify v0.2.0 |
2073 | 2024-10-24T00:45:57.416Z | Compiling progenitor-impl v0.8.0 |
2074 | 2024-10-24T00:45:57.438Z | Compiling spin v0.5.2 |
2075 | 2024-10-24T00:45:57.460Z | Compiling constant_time_eq v0.3.1 |
2076 | 2024-10-24T00:45:57.679Z | Compiling toolchain_find v0.4.0 |
2077 | 2024-10-24T00:45:57.701Z | Compiling thiserror-impl-no-std v2.0.2 |
2078 | 2024-10-24T00:45:57.997Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2079 | 2024-10-24T00:45:58.305Z | Compiling topological-sort v0.2.2 |
2080 | 2024-10-24T00:45:58.378Z | Compiling rustfmt-wrapper v0.2.1 |
2081 | 2024-10-24T00:45:58.533Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2082 | 2024-10-24T00:45:58.930Z | Checking chacha20poly1305 v0.10.1 |
2083 | 2024-10-24T00:45:58.962Z | Checking nibble_vec v0.1.0 |
2084 | 2024-10-24T00:45:59.097Z | Checking endian-type v0.1.2 |
2085 | 2024-10-24T00:45:59.120Z | Checking fxhash v0.2.1 |
2086 | 2024-10-24T00:45:59.161Z | Checking termcolor v1.4.1 |
2087 | 2024-10-24T00:45:59.201Z | Checking maplit v1.0.2 |
2088 | 2024-10-24T00:45:59.300Z | Compiling radium v0.7.0 |
2089 | 2024-10-24T00:45:59.339Z | Compiling maybe-uninit v2.0.0 |
2090 | 2024-10-24T00:45:59.387Z | Checking radix_trie v0.2.1 |
2091 | 2024-10-24T00:45:59.412Z | Checking tap v1.0.1 |
2092 | 2024-10-24T00:45:59.577Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2093 | 2024-10-24T00:45:59.598Z | Checking wyz v0.5.1 |
2094 | 2024-10-24T00:46:03.900Z | Checking funty v2.0.0 |
2095 | 2024-10-24T00:46:04.004Z | Checking crc-catalog v2.4.0 |
2096 | 2024-10-24T00:46:04.005Z | Compiling packed_struct v0.10.1 |
2097 | 2024-10-24T00:46:04.005Z | Checking crc v3.2.1 |
2098 | 2024-10-24T00:46:04.005Z | Checking kstat-rs v0.2.4 |
2099 | 2024-10-24T00:46:04.005Z | Compiling packed_struct_codegen v0.10.1 |
2100 | 2024-10-24T00:46:04.005Z | Compiling indexmap v1.9.3 |
2101 | 2024-10-24T00:46:04.005Z | Checking bitvec v1.0.1 |
2102 | 2024-10-24T00:46:04.005Z | Compiling libefi-sys v0.1.0 |
2103 | 2024-10-24T00:46:04.005Z | Checking nodrop v0.1.14 |
2104 | 2024-10-24T00:46:04.005Z | Checking thiserror-no-std v2.0.2 |
2105 | 2024-10-24T00:46:04.005Z | Checking array-init v0.0.4 |
2106 | 2024-10-24T00:46:04.005Z | Checking vsss-rs v3.3.4 |
2107 | 2024-10-24T00:46:04.006Z | Checking smallvec v0.6.14 |
2108 | 2024-10-24T00:46:04.006Z | Compiling omicron-zone-package v0.11.1 |
2109 | 2024-10-24T00:46:04.006Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2110 | 2024-10-24T00:46:04.006Z | Compiling async-recursion v1.1.1 |
2111 | 2024-10-24T00:46:04.006Z | Compiling bitfield-struct v0.6.2 |
2112 | 2024-10-24T00:46:04.006Z | Checking bitfield v0.14.0 |
2113 | 2024-10-24T00:46:04.006Z | Checking hashbrown v0.12.3 |
2114 | 2024-10-24T00:46:04.006Z | Checking serde-hex v0.1.0 |
2115 | 2024-10-24T00:46:04.006Z | Checking bzip2 v0.4.4 |
2116 | 2024-10-24T00:46:04.006Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2024-10-24T00:46:04.314Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2118 | 2024-10-24T00:46:04.424Z | Checking env_logger v0.10.2 |
2119 | 2024-10-24T00:46:04.456Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2120 | 2024-10-24T00:46:04.560Z | Checking ron v0.8.1 |
2121 | 2024-10-24T00:46:04.772Z | Checking hashbrown v0.13.2 |
2122 | 2024-10-24T00:46:04.843Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2024-10-24T00:46:04.939Z | Checking crc-any v2.5.0 |
2124 | 2024-10-24T00:46:04.967Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2125 | 2024-10-24T00:46:05.474Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2126 | 2024-10-24T00:46:05.498Z | Compiling progenitor-macro v0.8.0 |
2127 | 2024-10-24T00:46:05.567Z | Checking zip v0.6.6 |
2128 | 2024-10-24T00:46:05.722Z | Compiling parking_lot_core v0.8.6 |
2129 | 2024-10-24T00:46:05.805Z | Checking object v0.30.4 |
2130 | 2024-10-24T00:46:05.865Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2131 | 2024-10-24T00:46:06.138Z | Checking path-slash v0.1.5 |
2132 | 2024-10-24T00:46:06.280Z | Checking glob v0.3.1 |
2133 | 2024-10-24T00:46:06.301Z | Checking hickory-client v0.24.1 |
2134 | 2024-10-24T00:46:06.597Z | Checking hickory-server v0.24.1 |
2135 | 2024-10-24T00:46:06.621Z | Checking parking_lot v0.11.2 |
2136 | 2024-10-24T00:46:06.935Z | Checking primeorder v0.13.6 |
2137 | 2024-10-24T00:46:06.957Z | Checking sled v0.34.7 |
2138 | 2024-10-24T00:46:07.303Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2139 | 2024-10-24T00:46:07.455Z | Compiling unicase v2.7.0 |
2140 | 2024-10-24T00:46:07.684Z | Checking nanorand v0.7.0 |
2141 | 2024-10-24T00:46:08.089Z | Compiling buf-list v1.0.3 |
2142 | 2024-10-24T00:46:08.167Z | Checking flume v0.11.0 |
2143 | 2024-10-24T00:46:08.668Z | Checking atty v0.2.14 |
2144 | 2024-10-24T00:46:08.806Z | Compiling vte_generate_state_changes v0.1.2 |
2145 | 2024-10-24T00:46:08.912Z | Compiling salty v0.3.0 |
2146 | 2024-10-24T00:46:09.426Z | Checking p384 v0.13.0 |
2147 | 2024-10-24T00:46:09.449Z | Checking fd-lock v4.0.2 |
2148 | 2024-10-24T00:46:09.506Z | Checking vte v0.11.1 |
2149 | 2024-10-24T00:46:09.788Z | Checking env_filter v0.1.2 |
2150 | 2024-10-24T00:46:09.814Z | Compiling mime_guess v2.0.5 |
2151 | 2024-10-24T00:46:10.037Z | Checking nu-ansi-term v0.50.1 |
2152 | 2024-10-24T00:46:10.240Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2153 | 2024-10-24T00:46:10.467Z | Checking env_logger v0.11.5 |
2154 | 2024-10-24T00:46:10.809Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2155 | 2024-10-24T00:46:10.831Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2156 | 2024-10-24T00:46:10.852Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2157 | 2024-10-24T00:46:10.876Z | Checking strip-ansi-escapes v0.2.0 |
2158 | 2024-10-24T00:46:11.021Z | Checking reedline v0.35.0 |
2159 | 2024-10-24T00:46:11.065Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2160 | 2024-10-24T00:46:11.171Z | Compiling dsl_auto_type v0.1.2 |
2161 | 2024-10-24T00:46:11.201Z | Checking scheduled-thread-pool v0.2.7 |
2162 | 2024-10-24T00:46:11.416Z | Compiling diesel_table_macro_syntax v0.2.0 |
2163 | 2024-10-24T00:46:11.672Z | Compiling crunchy v0.2.2 |
2164 | 2024-10-24T00:46:11.842Z | Checking http-range v0.1.5 |
2165 | 2024-10-24T00:46:11.952Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2166 | 2024-10-24T00:46:11.987Z | Checking r2d2 v0.8.10 |
2167 | 2024-10-24T00:46:12.040Z | Checking hyper-staticfile v0.10.1 |
2168 | 2024-10-24T00:46:12.346Z | Compiling clang-sys v1.8.1 |
2169 | 2024-10-24T00:46:12.578Z | Compiling phf_generator v0.11.2 |
2170 | 2024-10-24T00:46:12.769Z | Compiling tiny-keccak v2.0.2 |
2171 | 2024-10-24T00:46:12.848Z | Compiling diesel_derives v2.2.3 |
2172 | 2024-10-24T00:46:12.970Z | Checking bytecount v0.6.8 |
2173 | 2024-10-24T00:46:13.129Z | Compiling phf_codegen v0.11.2 |
2174 | 2024-10-24T00:46:13.154Z | Checking papergrid v0.11.0 |
2175 | 2024-10-24T00:46:13.272Z | Compiling tabled_derive v0.7.0 |
2176 | 2024-10-24T00:46:13.364Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2177 | 2024-10-24T00:46:13.626Z | Compiling parse-zoneinfo v0.3.1 |
2178 | 2024-10-24T00:46:13.735Z | Compiling cfg_aliases v0.1.1 |
2179 | 2024-10-24T00:46:13.856Z | Compiling ref-cast v1.0.23 |
2180 | 2024-10-24T00:46:14.514Z | Compiling chrono-tz-build v0.4.0 |
2181 | 2024-10-24T00:46:14.657Z | Compiling nix v0.28.0 |
2182 | 2024-10-24T00:46:15.449Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2183 | 2024-10-24T00:46:15.500Z | Compiling ascii-canvas v3.0.0 |
2184 | 2024-10-24T00:46:15.669Z | Compiling ena v0.14.3 |
2185 | 2024-10-24T00:46:15.775Z | Compiling ref-cast-impl v1.0.23 |
2186 | 2024-10-24T00:46:15.889Z | Checking tabled v0.15.0 |
2187 | 2024-10-24T00:46:15.984Z | Compiling libloading v0.8.5 |
2188 | 2024-10-24T00:46:16.055Z | Compiling bindgen v0.69.5 |
2189 | 2024-10-24T00:46:16.059Z | Compiling diff v0.1.13 |
2190 | 2024-10-24T00:46:16.395Z | Compiling regex-syntax v0.6.29 |
2191 | 2024-10-24T00:46:16.896Z | Compiling chrono-tz v0.10.0 |
2192 | 2024-10-24T00:46:17.205Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2193 | 2024-10-24T00:46:17.643Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2194 | 2024-10-24T00:46:18.567Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2195 | 2024-10-24T00:46:18.684Z | Compiling which v4.4.2 |
2196 | 2024-10-24T00:46:18.812Z | Checking signal-hook-tokio v0.3.1 |
2197 | 2024-10-24T00:46:19.005Z | Compiling cexpr v0.6.0 |
2198 | 2024-10-24T00:46:19.321Z | Compiling lazycell v1.3.0 |
2199 | 2024-10-24T00:46:19.508Z | Compiling rustc-hash v1.1.0 |
2200 | 2024-10-24T00:46:19.677Z | Compiling lalrpop v0.19.12 |
2201 | 2024-10-24T00:46:20.845Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2202 | 2024-10-24T00:46:22.393Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2203 | 2024-10-24T00:46:22.534Z | Compiling derive_builder_core v0.20.2 |
2204 | 2024-10-24T00:46:22.700Z | Checking http v0.2.12 |
2205 | 2024-10-24T00:46:23.649Z | Checking progenitor v0.8.0 |
2206 | 2024-10-24T00:46:23.882Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2207 | 2024-10-24T00:46:24.088Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2208 | 2024-10-24T00:46:24.348Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2209 | 2024-10-24T00:46:25.473Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2210 | 2024-10-24T00:46:28.697Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2211 | 2024-10-24T00:46:28.820Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2212 | 2024-10-24T00:46:29.312Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2213 | 2024-10-24T00:46:31.242Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2214 | 2024-10-24T00:46:32.441Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2215 | 2024-10-24T00:46:33.291Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2216 | 2024-10-24T00:46:33.469Z | Checking diesel v2.2.4 |
2217 | 2024-10-24T00:46:33.830Z | Compiling peg-macros v0.8.4 |
2218 | 2024-10-24T00:46:37.644Z | Compiling libxml v0.3.3 |
2219 | 2024-10-24T00:46:37.803Z | Compiling sqlparser_derive v0.2.2 |
2220 | 2024-10-24T00:46:38.037Z | Compiling memoffset v0.9.1 |
2221 | 2024-10-24T00:46:38.362Z | Checking unicode_categories v0.1.1 |
2222 | 2024-10-24T00:46:38.674Z | Checking sqlformat v0.2.6 |
2223 | 2024-10-24T00:46:38.926Z | Checking sqlparser v0.45.0 |
2224 | 2024-10-24T00:46:43.490Z | Checking peg v0.8.4 |
2225 | 2024-10-24T00:46:43.602Z | Compiling derive_builder_macro v0.20.2 |
2226 | 2024-10-24T00:46:44.510Z | Checking rustyline v14.0.0 |
2227 | 2024-10-24T00:46:46.255Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2228 | 2024-10-24T00:46:48.047Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2229 | 2024-10-24T00:46:50.042Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2230 | 2024-10-24T00:46:51.399Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2231 | 2024-10-24T00:46:53.194Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2232 | 2024-10-24T00:46:53.497Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2233 | 2024-10-24T00:46:54.255Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2234 | 2024-10-24T00:46:55.787Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2235 | 2024-10-24T00:46:56.351Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2236 | 2024-10-24T00:46:56.606Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2237 | 2024-10-24T00:46:56.776Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2024-10-24T00:46:57.380Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2239 | 2024-10-24T00:46:57.450Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2240 | 2024-10-24T00:46:57.536Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2241 | 2024-10-24T00:46:58.114Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2242 | 2024-10-24T00:46:58.118Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2243 | 2024-10-24T00:46:59.032Z | Checking tungstenite v0.23.0 |
2244 | 2024-10-24T00:47:00.030Z | Checking bcs v0.1.6 |
2245 | 2024-10-24T00:47:00.488Z | Compiling strum_macros v0.24.3 |
2246 | 2024-10-24T00:47:02.737Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2247 | 2024-10-24T00:47:03.592Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2248 | 2024-10-24T00:47:04.920Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2249 | 2024-10-24T00:47:05.919Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2250 | 2024-10-24T00:47:06.564Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2251 | 2024-10-24T00:47:07.522Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2252 | 2024-10-24T00:47:07.698Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2253 | 2024-10-24T00:47:09.816Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2254 | 2024-10-24T00:47:10.566Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2255 | 2024-10-24T00:47:11.913Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2256 | 2024-10-24T00:47:12.373Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2257 | 2024-10-24T00:47:12.842Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2258 | 2024-10-24T00:47:12.865Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2259 | 2024-10-24T00:47:13.174Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2260 | 2024-10-24T00:47:13.979Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2261 | 2024-10-24T00:47:14.738Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2262 | 2024-10-24T00:47:14.760Z | Compiling pin-project-internal v1.1.6 |
2263 | 2024-10-24T00:47:15.373Z | Compiling indoc v1.0.9 |
2264 | 2024-10-24T00:47:15.476Z | Checking tokio-tungstenite v0.23.1 |
2265 | 2024-10-24T00:47:15.983Z | Checking derive_builder v0.20.2 |
2266 | 2024-10-24T00:47:16.273Z | Checking h2 v0.3.26 |
2267 | 2024-10-24T00:47:16.371Z | Checking http-body v0.4.6 |
2268 | 2024-10-24T00:47:16.792Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2269 | 2024-10-24T00:47:17.125Z | Checking quick-xml v0.33.0 |
2270 | 2024-10-24T00:47:17.815Z | Compiling oso-derive v0.27.3 |
2271 | 2024-10-24T00:47:17.843Z | Checking pin-project v1.1.6 |
2272 | 2024-10-24T00:47:17.986Z | Compiling impl-trait-for-tuples v0.2.2 |
2273 | 2024-10-24T00:47:18.946Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2274 | 2024-10-24T00:47:19.251Z | Checking nix v0.27.1 |
2275 | 2024-10-24T00:47:19.291Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2276 | 2024-10-24T00:47:19.348Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2277 | 2024-10-24T00:47:20.555Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2278 | 2024-10-24T00:47:20.829Z | Compiling snafu-derive v0.8.5 |
2279 | 2024-10-24T00:47:21.293Z | Compiling diesel-dtrace v0.3.0 |
2280 | 2024-10-24T00:47:21.637Z | Checking sync_wrapper v0.1.2 |
2281 | 2024-10-24T00:47:22.466Z | Checking hyper v0.14.30 |
2282 | 2024-10-24T00:47:24.274Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2283 | 2024-10-24T00:47:26.606Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2284 | 2024-10-24T00:47:26.692Z | Checking snafu v0.8.5 |
2285 | 2024-10-24T00:47:26.929Z | Checking globset v0.4.15 |
2286 | 2024-10-24T00:47:27.211Z | Checking bb8 v0.8.5 |
2287 | 2024-10-24T00:47:27.287Z | Checking reqwest v0.11.27 |
2288 | 2024-10-24T00:47:27.469Z | Checking olpc-cjson v0.1.4 |
2289 | 2024-10-24T00:47:27.702Z | Checking serde_plain v1.0.2 |
2290 | 2024-10-24T00:47:27.705Z | Compiling const_format_proc_macros v0.2.33 |
2291 | 2024-10-24T00:47:27.749Z | Checking typed-path v0.7.1 |
2292 | 2024-10-24T00:47:27.957Z | Checking async-bb8-diesel v0.2.1 |
2293 | 2024-10-24T00:47:28.675Z | Checking parse-size v1.0.0 |
2294 | 2024-10-24T00:47:28.747Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2295 | 2024-10-24T00:47:28.862Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2296 | 2024-10-24T00:47:29.578Z | Checking heck v0.4.1 |
2297 | 2024-10-24T00:47:29.605Z | Checking tough v0.17.1 |
2298 | 2024-10-24T00:47:29.790Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2299 | 2024-10-24T00:47:29.890Z | Checking const_format v0.2.33 |
2300 | 2024-10-24T00:47:30.018Z | Checking assert_matches v1.5.0 |
2301 | 2024-10-24T00:47:30.133Z | Checking rand_seeder v0.3.0 |
2302 | 2024-10-24T00:47:30.214Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2303 | 2024-10-24T00:47:30.354Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2304 | 2024-10-24T00:47:30.378Z | Compiling libz-sys v1.1.20 |
2305 | 2024-10-24T00:47:31.197Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2306 | 2024-10-24T00:47:31.846Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2307 | 2024-10-24T00:47:32.522Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2308 | 2024-10-24T00:47:32.782Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2309 | 2024-10-24T00:47:32.907Z | Checking is_ci v1.2.0 |
2310 | 2024-10-24T00:47:33.055Z | Checking supports-color v3.0.1 |
2311 | 2024-10-24T00:47:33.252Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2312 | 2024-10-24T00:47:33.339Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2313 | 2024-10-24T00:47:34.369Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2314 | 2024-10-24T00:47:34.797Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2315 | 2024-10-24T00:47:34.964Z | Compiling vergen v8.3.2 |
2316 | 2024-10-24T00:47:35.286Z | Compiling cargo-platform v0.1.8 |
2317 | 2024-10-24T00:47:35.918Z | Checking unicode-linebreak v0.1.5 |
2318 | 2024-10-24T00:47:36.319Z | Checking smawk v0.3.2 |
2319 | 2024-10-24T00:47:36.348Z | Compiling cargo_metadata v0.18.1 |
2320 | 2024-10-24T00:47:36.539Z | Checking textwrap v0.16.1 |
2321 | 2024-10-24T00:47:36.865Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2322 | 2024-10-24T00:47:36.991Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2323 | 2024-10-24T00:47:38.300Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2324 | 2024-10-24T00:47:39.396Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2325 | 2024-10-24T00:47:39.841Z | Checking castaway v0.2.3 |
2326 | 2024-10-24T00:47:39.989Z | Compiling libsqlite3-sys v0.30.1 |
2327 | 2024-10-24T00:47:39.992Z | Compiling cfg_aliases v0.2.1 |
2328 | 2024-10-24T00:47:40.023Z | Compiling rustls v0.21.12 |
2329 | 2024-10-24T00:47:40.111Z | Compiling nix v0.29.0 |
2330 | 2024-10-24T00:47:40.541Z | Checking compact_str v0.8.0 |
2331 | 2024-10-24T00:47:41.073Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2332 | 2024-10-24T00:47:41.345Z | Checking unicode-truncate v1.1.0 |
2333 | 2024-10-24T00:47:41.595Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2334 | 2024-10-24T00:47:41.894Z | Checking sct v0.7.1 |
2335 | 2024-10-24T00:47:41.912Z | Checking rustls-webpki v0.101.7 |
2336 | 2024-10-24T00:47:42.110Z | Checking lru v0.12.5 |
2337 | 2024-10-24T00:47:42.423Z | Compiling instability v0.3.2 |
2338 | 2024-10-24T00:47:42.648Z | Checking cassowary v0.3.0 |
2339 | 2024-10-24T00:47:43.516Z | Checking ratatui v0.28.1 |
2340 | 2024-10-24T00:47:43.803Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2341 | 2024-10-24T00:47:44.125Z | Checking hashlink v0.9.1 |
2342 | 2024-10-24T00:47:44.149Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2343 | 2024-10-24T00:47:44.776Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2344 | 2024-10-24T00:47:45.417Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2345 | 2024-10-24T00:47:46.136Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2346 | 2024-10-24T00:47:46.505Z | Checking concurrent-queue v2.5.0 |
2347 | 2024-10-24T00:47:46.804Z | Checking plotters-backend v0.3.7 |
2348 | 2024-10-24T00:47:47.199Z | Checking parking v2.2.1 |
2349 | 2024-10-24T00:47:47.379Z | Checking fallible-streaming-iterator v0.1.9 |
2350 | 2024-10-24T00:47:47.542Z | Checking fallible-iterator v0.3.0 |
2351 | 2024-10-24T00:47:47.625Z | Checking plotters-svg v0.3.7 |
2352 | 2024-10-24T00:47:47.845Z | Checking tokio-rustls v0.24.1 |
2353 | 2024-10-24T00:47:48.119Z | Checking rusqlite v0.32.1 |
2354 | 2024-10-24T00:47:48.776Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2355 | 2024-10-24T00:47:49.721Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2356 | 2024-10-24T00:47:50.040Z | Checking rustls-pemfile v1.0.4 |
2357 | 2024-10-24T00:47:50.063Z | Checking twox-hash v1.6.3 |
2358 | 2024-10-24T00:47:50.254Z | Checking cast v0.3.0 |
2359 | 2024-10-24T00:47:50.583Z | Checking criterion-plot v0.5.0 |
2360 | 2024-10-24T00:47:50.612Z | Checking plotters v0.3.7 |
2361 | 2024-10-24T00:47:50.774Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2362 | 2024-10-24T00:47:51.060Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2363 | 2024-10-24T00:47:51.841Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2364 | 2024-10-24T00:47:52.388Z | Checking fatfs v0.3.6 |
2365 | 2024-10-24T00:47:53.432Z | Checking tinytemplate v1.2.1 |
2366 | 2024-10-24T00:47:53.547Z | Checking csv-core v0.1.11 |
2367 | 2024-10-24T00:47:53.835Z | Checking shell-words v1.1.0 |
2368 | 2024-10-24T00:47:53.905Z | Checking oorandom v11.1.4 |
2369 | 2024-10-24T00:47:54.028Z | Checking anes v0.1.6 |
2370 | 2024-10-24T00:47:54.086Z | Checking csv v1.3.0 |
2371 | 2024-10-24T00:47:54.424Z | Checking criterion v0.5.1 |
2372 | 2024-10-24T00:47:54.958Z | Checking event-listener v5.3.1 |
2373 | 2024-10-24T00:47:55.320Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2374 | 2024-10-24T00:47:56.283Z | Compiling samael v0.0.17 |
2375 | 2024-10-24T00:47:57.133Z | Checking rtoolbox v0.0.2 |
2376 | 2024-10-24T00:47:57.330Z | Checking rpassword v7.3.1 |
2377 | 2024-10-24T00:47:57.488Z | Checking event-listener-strategy v0.5.2 |
2378 | 2024-10-24T00:47:57.820Z | Checking tui-tree-widget v0.22.0 |
2379 | 2024-10-24T00:47:58.025Z | Checking polyval v0.6.2 |
2380 | 2024-10-24T00:47:58.285Z | Checking ghash v0.5.1 |
2381 | 2024-10-24T00:47:58.470Z | Checking futures-lite v2.3.0 |
2382 | 2024-10-24T00:47:59.791Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2383 | 2024-10-24T00:48:00.849Z | Checking ctr v0.9.2 |
2384 | 2024-10-24T00:48:01.332Z | Checking yansi v1.0.1 |
2385 | 2024-10-24T00:48:01.638Z | Checking aes-gcm v0.10.3 |
2386 | 2024-10-24T00:48:01.878Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2387 | 2024-10-24T00:48:01.896Z | Checking pretty_assertions v1.4.1 |
2388 | 2024-10-24T00:48:02.123Z | Checking ssh-encoding v0.2.0 |
2389 | 2024-10-24T00:48:02.476Z | Checking blowfish v0.9.1 |
2390 | 2024-10-24T00:48:02.734Z | Checking bcrypt-pbkdf v0.10.0 |
2391 | 2024-10-24T00:48:02.991Z | Checking ssh-cipher v0.2.0 |
2392 | 2024-10-24T00:48:03.232Z | Checking async-lock v3.4.0 |
2393 | 2024-10-24T00:48:04.108Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2394 | 2024-10-24T00:48:04.658Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2395 | 2024-10-24T00:48:06.148Z | Checking polling v3.7.3 |
2396 | 2024-10-24T00:48:06.575Z | Checking password-hash v0.4.2 |
2397 | 2024-10-24T00:48:07.023Z | Checking matches v0.1.10 |
2398 | 2024-10-24T00:48:07.128Z | Checking hex-literal v0.4.1 |
2399 | 2024-10-24T00:48:07.269Z | Checking idna v0.2.3 |
2400 | 2024-10-24T00:48:07.518Z | Checking pbkdf2 v0.11.0 |
2401 | 2024-10-24T00:48:07.757Z | Checking async-io v2.3.4 |
2402 | 2024-10-24T00:48:08.082Z | Checking ssh-key v0.6.6 |
2403 | 2024-10-24T00:48:08.645Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2404 | 2024-10-24T00:48:09.193Z | Checking p256 v0.13.2 |
2405 | 2024-10-24T00:48:09.464Z | Checking p521 v0.13.3 |
2406 | 2024-10-24T00:48:09.632Z | Checking russh-cryptovec v0.7.3 |
2407 | 2024-10-24T00:48:09.773Z | Compiling enum-as-inner v0.5.1 |
2408 | 2024-10-24T00:48:09.843Z | Compiling doc-comment v0.3.3 |
2409 | 2024-10-24T00:48:10.488Z | Compiling target-lexicon v0.12.16 |
2410 | 2024-10-24T00:48:10.814Z | Checking async-task v4.7.1 |
2411 | 2024-10-24T00:48:10.857Z | Checking md5 v0.7.0 |
2412 | 2024-10-24T00:48:11.138Z | Checking russh-keys v0.45.0 |
2413 | 2024-10-24T00:48:11.184Z | Checking trust-dns-proto v0.22.0 |
2414 | 2024-10-24T00:48:11.719Z | Checking async-channel v2.3.1 |
2415 | 2024-10-24T00:48:11.951Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2416 | 2024-10-24T00:48:12.062Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2417 | 2024-10-24T00:48:12.609Z | Checking piper v0.2.4 |
2418 | 2024-10-24T00:48:12.827Z | Checking num-bigint v0.4.6 |
2419 | 2024-10-24T00:48:12.892Z | Checking des v0.8.1 |
2420 | 2024-10-24T00:48:13.186Z | Compiling assert_cmd v2.0.16 |
2421 | 2024-10-24T00:48:13.651Z | Compiling dhcproto-macros v0.1.0 |
2422 | 2024-10-24T00:48:13.711Z | Checking futures-timer v3.0.3 |
2423 | 2024-10-24T00:48:14.025Z | Compiling guppy-workspace-hack v0.1.0 |
2424 | 2024-10-24T00:48:14.386Z | Checking blocking v1.6.1 |
2425 | 2024-10-24T00:48:14.713Z | Checking async-executor v1.13.1 |
2426 | 2024-10-24T00:48:14.951Z | Checking dhcproto v0.12.0 |
2427 | 2024-10-24T00:48:15.055Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2428 | 2024-10-24T00:48:15.172Z | Checking async-signal v0.2.10 |
2429 | 2024-10-24T00:48:15.387Z | Checking russh v0.45.0 |
2430 | 2024-10-24T00:48:15.451Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2431 | 2024-10-24T00:48:15.649Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2432 | 2024-10-24T00:48:16.357Z | Checking internet-checksum v0.2.1 |
2433 | 2024-10-24T00:48:16.545Z | Compiling target-spec v3.2.2 |
2434 | 2024-10-24T00:48:16.548Z | Checking event-listener v2.5.3 |
2435 | 2024-10-24T00:48:16.791Z | Checking async-channel v1.9.0 |
2436 | 2024-10-24T00:48:17.148Z | Checking async-process v2.3.0 |
2437 | 2024-10-24T00:48:17.581Z | Checking cfg-expr v0.17.0 |
2438 | 2024-10-24T00:48:17.654Z | Checking async-global-executor v2.4.1 |
2439 | 2024-10-24T00:48:18.399Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2440 | 2024-10-24T00:48:18.417Z | Checking httptest v0.16.1 |
2441 | 2024-10-24T00:48:18.491Z | Checking rustls-native-certs v0.7.3 |
2442 | 2024-10-24T00:48:18.676Z | Checking num_cpus v1.16.0 |
2443 | 2024-10-24T00:48:18.817Z | Checking kv-log-macro v1.0.7 |
2444 | 2024-10-24T00:48:18.965Z | Compiling async-attributes v1.1.2 |
2445 | 2024-10-24T00:48:19.766Z | Checking threadpool v1.8.1 |
2446 | 2024-10-24T00:48:19.822Z | Checking async-std v1.13.0 |
2447 | 2024-10-24T00:48:19.996Z | Checking hyper-rustls v0.26.0 |
2448 | 2024-10-24T00:48:20.673Z | Checking pathdiff v0.2.2 |
2449 | 2024-10-24T00:48:20.852Z | Compiling rstest_macros v0.23.0 |
2450 | 2024-10-24T00:48:21.161Z | Checking nested v0.1.1 |
2451 | 2024-10-24T00:48:21.368Z | Checking escape8259 v0.5.3 |
2452 | 2024-10-24T00:48:21.391Z | Checking guppy v0.17.8 |
2453 | 2024-10-24T00:48:21.567Z | Checking libtest-mimic v0.7.3 |
2454 | 2024-10-24T00:48:22.209Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2455 | 2024-10-24T00:48:22.971Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2456 | 2024-10-24T00:48:23.257Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2457 | 2024-10-24T00:48:23.536Z | Checking similar-asserts v1.6.0 |
2458 | 2024-10-24T00:48:23.567Z | Checking fancy-regex v0.13.0 |
2459 | 2024-10-24T00:48:23.752Z | Checking async-object-pool v0.1.5 |
2460 | 2024-10-24T00:48:23.791Z | Checking serde_regex v1.1.0 |
2461 | 2024-10-24T00:48:23.924Z | Checking assert-json-diff v2.0.2 |
2462 | 2024-10-24T00:48:24.061Z | Compiling proc-macro-crate v3.2.0 |
2463 | 2024-10-24T00:48:24.204Z | Checking path-tree v0.8.1 |
2464 | 2024-10-24T00:48:24.322Z | Checking stringmetrics v2.2.2 |
2465 | 2024-10-24T00:48:24.544Z | Compiling relative-path v1.9.3 |
2466 | 2024-10-24T00:48:24.581Z | Compiling trybuild v1.0.100 |
2467 | 2024-10-24T00:48:25.107Z | Checking httpmock v0.8.0-alpha.1 |
2468 | 2024-10-24T00:48:25.301Z | Checking datatest-stable v0.2.9 |
2469 | 2024-10-24T00:48:25.639Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2470 | 2024-10-24T00:48:26.047Z | Checking blake2b_simd v1.0.2 |
2471 | 2024-10-24T00:48:26.185Z | Compiling git2 v0.19.0 |
2472 | 2024-10-24T00:48:26.952Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2473 | 2024-10-24T00:48:27.439Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2474 | 2024-10-24T00:48:27.761Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2475 | 2024-10-24T00:48:28.116Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2476 | 2024-10-24T00:48:28.442Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2477 | 2024-10-24T00:48:28.971Z | Checking serde_tokenstream v0.2.2 |
2478 | 2024-10-24T00:48:29.347Z | Checking uzers v0.12.1 |
2479 | 2024-10-24T00:48:29.887Z | Checking rust-argon2 v2.1.0 |
2480 | 2024-10-24T00:48:30.468Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2481 | 2024-10-24T00:48:33.786Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2482 | 2024-10-24T00:48:34.869Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2483 | 2024-10-24T00:48:35.185Z | Checking rand_distr v0.4.3 |
2484 | 2024-10-24T00:48:36.010Z | Checking multimap v0.10.0 |
2485 | 2024-10-24T00:48:36.293Z | Checking rstest v0.23.0 |
2486 | 2024-10-24T00:48:36.316Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2487 | 2024-10-24T00:48:36.338Z | Checking approx v0.5.1 |
2488 | 2024-10-24T00:48:36.552Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2489 | 2024-10-24T00:48:37.117Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2490 | 2024-10-24T00:48:37.687Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2491 | 2024-10-24T00:48:37.711Z | Checking partial-io v0.5.4 |
2492 | 2024-10-24T00:48:38.093Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2493 | 2024-10-24T00:48:38.116Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2494 | 2024-10-24T00:48:38.435Z | Checking cargo_toml v0.20.5 |
2495 | 2024-10-24T00:48:39.203Z | Checking termios v0.3.3 |
2496 | 2024-10-24T00:48:39.435Z | Compiling indoc v2.0.5 |
2497 | 2024-10-24T00:48:39.597Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2498 | 2024-10-24T00:48:40.539Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2499 | 2024-10-24T00:48:41.541Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2500 | 2024-10-24T00:48:41.841Z | Compiling polar-core v0.27.3 |
2501 | 2024-10-24T00:48:45.771Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2502 | 2024-10-24T00:48:53.426Z | Checking oso v0.27.3 |
2503 | 2024-10-24T00:48:57.659Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2504 | 2024-10-24T00:49:04.831Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2505 | 2024-10-24T00:49:30.249Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2506 | 2024-10-24T00:49:33.323Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2507 | 2024-10-24T00:49:33.539Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2508 | 2024-10-24T00:49:57.755Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2509 | 2024-10-24T00:49:57.755Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2510 | 2024-10-24T00:49:57.758Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2511 | 2024-10-24T00:51:23.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s |
2512 | 2024-10-24T00:51:23.642Z | |
2513 | 2024-10-24T00:51:23.642Z | real 6:32.518107182 |
2514 | 2024-10-24T00:51:23.642Z | user 36:51.618109184 |
2515 | 2024-10-24T00:51:23.642Z | sys 6:24.297924392 |
2516 | 2024-10-24T00:51:23.642Z | trap 0.960161601 |
2517 | 2024-10-24T00:51:23.642Z | tflt 2.615555117 |
2518 | 2024-10-24T00:51:23.645Z | dflt 0.548150500 |
2519 | 2024-10-24T00:51:23.645Z | kflt 0.002616650 |
2520 | 2024-10-24T00:51:23.645Z | lock 55:32.559629607 |
2521 | 2024-10-24T00:51:23.645Z | slp 2:08:17.361264059 |
2522 | 2024-10-24T00:51:23.645Z | lat 1:37.682248275 |
2523 | 2024-10-24T00:51:23.645Z | stop 6:07.322788434 |
2524 | 2024-10-24T00:51:23.645Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2525 | 2024-10-24T00:51:23.645Z | + ptime -m cargo doc --workspace --no-deps |
2526 | 2024-10-24T00:51:24.881Z | warning: output filename collision. |
2527 | 2024-10-24T00:51:24.881Z | 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)`. |
2528 | 2024-10-24T00:51:24.881Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2529 | 2024-10-24T00:51:24.881Z | The targets should have unique names. |
2530 | 2024-10-24T00:51:24.881Z | This is a known bug where multiple crates with the same name use |
2531 | 2024-10-24T00:51:24.881Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2532 | 2024-10-24T00:51:25.297Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2533 | 2024-10-24T00:51:25.354Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2534 | 2024-10-24T00:51:25.381Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2535 | 2024-10-24T00:51:25.407Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2536 | 2024-10-24T00:51:25.439Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2537 | 2024-10-24T00:51:25.443Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2538 | 2024-10-24T00:51:25.609Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2539 | 2024-10-24T00:51:25.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2540 | 2024-10-24T00:51:25.700Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2541 | 2024-10-24T00:51:25.744Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2542 | 2024-10-24T00:51:25.764Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2543 | 2024-10-24T00:51:25.929Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2544 | 2024-10-24T00:51:25.989Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2545 | 2024-10-24T00:51:26.024Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2546 | 2024-10-24T00:51:26.230Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2547 | 2024-10-24T00:51:26.505Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2548 | 2024-10-24T00:51:29.051Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2549 | 2024-10-24T00:51:29.404Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2550 | 2024-10-24T00:51:29.757Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2551 | 2024-10-24T00:51:30.426Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2552 | 2024-10-24T00:51:30.668Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2553 | 2024-10-24T00:51:30.768Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2554 | 2024-10-24T00:51:31.018Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2555 | 2024-10-24T00:51:31.351Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2556 | 2024-10-24T00:51:31.572Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2557 | 2024-10-24T00:51:31.875Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2558 | 2024-10-24T00:51:32.188Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2559 | 2024-10-24T00:51:32.486Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2560 | 2024-10-24T00:51:32.572Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2561 | 2024-10-24T00:51:32.599Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2562 | 2024-10-24T00:51:32.634Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2563 | 2024-10-24T00:51:32.941Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2564 | 2024-10-24T00:51:33.258Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2565 | 2024-10-24T00:51:33.309Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2566 | 2024-10-24T00:51:33.483Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2567 | 2024-10-24T00:51:33.687Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2568 | 2024-10-24T00:51:33.727Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2569 | 2024-10-24T00:51:33.808Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2570 | 2024-10-24T00:51:34.441Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2571 | 2024-10-24T00:51:34.514Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2572 | 2024-10-24T00:51:39.080Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2573 | 2024-10-24T00:51:39.344Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2574 | 2024-10-24T00:51:39.605Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2575 | 2024-10-24T00:51:40.141Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2576 | 2024-10-24T00:51:40.150Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2577 | 2024-10-24T00:51:40.929Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2578 | 2024-10-24T00:51:41.852Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2579 | 2024-10-24T00:51:46.357Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2580 | 2024-10-24T00:51:46.402Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2581 | 2024-10-24T00:51:46.402Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2582 | 2024-10-24T00:51:46.420Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2583 | 2024-10-24T00:51:49.143Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2584 | 2024-10-24T00:51:49.802Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2585 | 2024-10-24T00:51:50.447Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2586 | 2024-10-24T00:51:50.991Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2587 | 2024-10-24T00:51:51.025Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2588 | 2024-10-24T00:51:51.443Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2589 | 2024-10-24T00:51:51.700Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2590 | 2024-10-24T00:51:51.789Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2591 | 2024-10-24T00:51:52.262Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2592 | 2024-10-24T00:51:53.005Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2593 | 2024-10-24T00:51:53.027Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2594 | 2024-10-24T00:51:53.422Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2595 | 2024-10-24T00:51:53.651Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2596 | 2024-10-24T00:51:54.075Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2597 | 2024-10-24T00:51:54.401Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2598 | 2024-10-24T00:51:54.826Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2599 | 2024-10-24T00:51:54.848Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2600 | 2024-10-24T00:51:55.133Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2601 | 2024-10-24T00:51:55.606Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2602 | 2024-10-24T00:51:56.281Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2603 | 2024-10-24T00:51:56.341Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2604 | 2024-10-24T00:51:56.544Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2605 | 2024-10-24T00:51:56.708Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2606 | 2024-10-24T00:51:56.958Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2607 | 2024-10-24T00:51:57.691Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2608 | 2024-10-24T00:51:57.952Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2609 | 2024-10-24T00:51:58.475Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2610 | 2024-10-24T00:51:58.630Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2611 | 2024-10-24T00:51:58.770Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2612 | 2024-10-24T00:51:59.012Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2613 | 2024-10-24T00:51:59.330Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2614 | 2024-10-24T00:51:59.502Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2615 | 2024-10-24T00:51:59.819Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2616 | 2024-10-24T00:51:59.883Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2617 | 2024-10-24T00:51:59.972Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2618 | 2024-10-24T00:52:00.384Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2619 | 2024-10-24T00:52:00.926Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2620 | 2024-10-24T00:52:00.984Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2621 | 2024-10-24T00:52:01.206Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2622 | 2024-10-24T00:52:01.525Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2623 | 2024-10-24T00:52:02.280Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2624 | 2024-10-24T00:52:02.897Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2625 | 2024-10-24T00:52:03.960Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2626 | 2024-10-24T00:52:05.290Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2627 | 2024-10-24T00:52:05.892Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2628 | 2024-10-24T00:52:05.964Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2629 | 2024-10-24T00:52:06.625Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2630 | 2024-10-24T00:52:07.465Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2631 | 2024-10-24T00:52:07.793Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2632 | 2024-10-24T00:52:10.491Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2633 | 2024-10-24T00:52:10.908Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2634 | 2024-10-24T00:52:11.121Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2635 | 2024-10-24T00:52:11.565Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2636 | 2024-10-24T00:52:13.146Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2637 | 2024-10-24T00:52:16.666Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2638 | 2024-10-24T00:52:17.696Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2639 | 2024-10-24T00:52:19.350Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2640 | 2024-10-24T00:52:20.518Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2641 | 2024-10-24T00:52:30.261Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2642 | 2024-10-24T00:52:40.934Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2643 | 2024-10-24T00:52:44.111Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2644 | 2024-10-24T00:53:18.215Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2645 | 2024-10-24T00:53:19.027Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2646 | 2024-10-24T00:53:19.565Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2647 | 2024-10-24T00:53:29.586Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2648 | 2024-10-24T00:53:30.811Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2649 | 2024-10-24T00:53:31.033Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2650 | 2024-10-24T00:53:32.349Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2651 | 2024-10-24T00:53:51.845Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2652 | 2024-10-24T00:53:58.523Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2653 | 2024-10-24T00:54:02.508Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2654 | 2024-10-24T00:54:02.528Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2655 | 2024-10-24T00:54:05.464Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2656 | 2024-10-24T00:54:06.378Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2657 | 2024-10-24T00:54:07.466Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2658 | 2024-10-24T00:54:09.705Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2659 | 2024-10-24T00:54:09.726Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2660 | 2024-10-24T00:54:10.612Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2661 | 2024-10-24T00:54:42.241Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2662 | 2024-10-24T00:54:51.084Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2663 | 2024-10-24T00:54:54.058Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2664 | 2024-10-24T00:54:54.780Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2665 | 2024-10-24T00:54:54.800Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2666 | 2024-10-24T00:55:07.662Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2667 | 2024-10-24T00:55:13.838Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2668 | 2024-10-24T00:55:22.388Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2669 | 2024-10-24T00:55:25.985Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2670 | 2024-10-24T00:55:26.719Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2671 | 2024-10-24T00:55:29.166Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2672 | 2024-10-24T00:55:36.651Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2673 | 2024-10-24T00:55:43.259Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2674 | 2024-10-24T00:55:44.680Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2675 | 2024-10-24T00:55:47.657Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2676 | 2024-10-24T00:55:51.516Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2677 | 2024-10-24T00:55:54.309Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2678 | 2024-10-24T00:56:01.990Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2679 | 2024-10-24T00:56:03.870Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2680 | 2024-10-24T00:56:06.755Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2681 | 2024-10-24T00:56:11.152Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2682 | 2024-10-24T00:56:18.208Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2683 | 2024-10-24T00:56:19.142Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2684 | 2024-10-24T00:56:23.919Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2685 | 2024-10-24T00:56:25.766Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2686 | 2024-10-24T00:56:25.963Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2687 | 2024-10-24T00:56:27.268Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2688 | 2024-10-24T00:56:38.221Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2689 | 2024-10-24T00:56:40.158Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2690 | 2024-10-24T00:56:40.717Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2691 | 2024-10-24T00:56:43.585Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2692 | 2024-10-24T00:56:45.738Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2693 | 2024-10-24T00:56:50.539Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2694 | 2024-10-24T00:56:54.872Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2695 | 2024-10-24T00:56:59.861Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2696 | 2024-10-24T00:57:02.719Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2697 | 2024-10-24T00:57:02.947Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2698 | 2024-10-24T00:57:03.110Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2699 | 2024-10-24T00:57:03.794Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2700 | 2024-10-24T00:57:09.399Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2701 | 2024-10-24T00:57:09.715Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2702 | 2024-10-24T00:57:16.562Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2703 | 2024-10-24T00:57:16.895Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2704 | 2024-10-24T00:57:21.491Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2705 | 2024-10-24T00:57:21.617Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2706 | 2024-10-24T00:57:21.823Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2707 | 2024-10-24T00:57:23.245Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2708 | 2024-10-24T00:57:30.495Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2709 | 2024-10-24T00:57:31.628Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2710 | 2024-10-24T00:57:32.409Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2711 | 2024-10-24T00:57:34.680Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2712 | 2024-10-24T00:57:35.632Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2713 | 2024-10-24T00:57:35.985Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2714 | 2024-10-24T00:57:36.103Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2715 | 2024-10-24T00:57:41.042Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2716 | 2024-10-24T00:57:45.098Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2717 | 2024-10-24T00:57:46.436Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2718 | 2024-10-24T00:57:47.263Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2719 | 2024-10-24T00:57:49.627Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2720 | 2024-10-24T00:57:55.680Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2721 | 2024-10-24T00:57:56.070Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2722 | 2024-10-24T00:57:59.265Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2723 | 2024-10-24T00:58:00.456Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2724 | 2024-10-24T00:58:00.485Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2725 | 2024-10-24T00:58:03.118Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2726 | 2024-10-24T00:58:05.046Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2727 | 2024-10-24T00:58:05.550Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2728 | 2024-10-24T00:58:11.924Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2729 | 2024-10-24T00:58:16.519Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2730 | 2024-10-24T00:58:17.144Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2731 | 2024-10-24T00:58:17.313Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2732 | 2024-10-24T00:58:17.879Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2733 | 2024-10-24T00:58:18.610Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2734 | 2024-10-24T00:58:22.762Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2735 | 2024-10-24T00:58:23.302Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2736 | 2024-10-24T00:58:23.769Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2737 | 2024-10-24T00:58:25.190Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2738 | 2024-10-24T00:58:25.501Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2739 | 2024-10-24T00:58:26.489Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2740 | 2024-10-24T00:58:28.158Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2741 | 2024-10-24T00:58:28.411Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2742 | 2024-10-24T00:58:29.848Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2743 | 2024-10-24T00:58:30.123Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2744 | 2024-10-24T00:58:30.742Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-10-24T00:58:32.072Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2746 | 2024-10-24T00:58:33.289Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2747 | 2024-10-24T00:58:33.784Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2748 | 2024-10-24T00:59:09.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 46s |
2749 | 2024-10-24T00:59:09.961Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2750 | 2024-10-24T00:59:10.023Z | |
2751 | 2024-10-24T00:59:10.027Z | real 7:46.351339946 |
2752 | 2024-10-24T00:59:10.027Z | user 23:30.228089854 |
2753 | 2024-10-24T00:59:10.027Z | sys 34:08.834250484 |
2754 | 2024-10-24T00:59:10.027Z | trap 0.389287814 |
2755 | 2024-10-24T00:59:10.027Z | tflt 0.303272900 |
2756 | 2024-10-24T00:59:10.028Z | dflt 0.198727985 |
2757 | 2024-10-24T00:59:10.028Z | kflt 0.000032979 |
2758 | 2024-10-24T00:59:10.028Z | lock 1:17:10.046012337 |
2759 | 2024-10-24T00:59:10.029Z | slp 2:10:37.564531137 |
2760 | 2024-10-24T00:59:10.029Z | lat 1:07.904768085 |
2761 | 2024-10-24T00:59:10.029Z | stop 1:08.446140329 |
2762 | 2024-10-24T00:59:10.029Z | process exited: duration 1183369 ms, exit code 0 |
|
2763 | 2024-10-24T00:59:10.037Z | found 0 output files |