|
|
|
1 | 2024-12-21T04:19:51.170Z | job assigned to worker 01JFKQ14PMD1B1T7ZTYFZKDMSW [factory aws, i-07e7586c1b3de0794] (queued for 55 s) |
|
2 | 2024-12-21T04:19:59.550Z | starting task 0: "setup" |
3 | 2024-12-21T04:19:59.557Z | ++ uname -s |
4 | 2024-12-21T04:19:59.561Z | + kern=SunOS |
5 | 2024-12-21T04:19:59.561Z | + case "$kern" in |
6 | 2024-12-21T04:19:59.561Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:19:59.563Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:20:01.568Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:20:01.667Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:20:01.670Z | + home_fs=zfs |
11 | 2024-12-21T04:20:01.670Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:20:01.670Z | + mkdir -p /home/build |
13 | 2024-12-21T04:20:01.674Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:20:02.674Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:20:02.677Z | process exited: duration 3128 ms, exit code 0 |
|
16 | 2024-12-21T04:20:02.684Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:20:02.689Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:20:02.689Z | ' 1.81.0 |
19 | 2024-12-21T04:20:02.689Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:20:02.689Z | * toolchain profile = "default" |
21 | 2024-12-21T04:20:02.689Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:20:02.689Z | ' default |
23 | 2024-12-21T04:20:02.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:20:02.692Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:20:02.810Z | info: downloading installer |
26 | 2024-12-21T04:20:04.166Z | info: profile set to 'default' |
27 | 2024-12-21T04:20:04.166Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:20:04.170Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:20:04.304Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:20:04.304Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:20:05.026Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:20:05.303Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:20:06.301Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:20:07.875Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:20:13.450Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:20:13.667Z | info: installing component 'cargo' |
37 | 2024-12-21T04:20:14.448Z | info: installing component 'clippy' |
38 | 2024-12-21T04:20:14.804Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:20:16.390Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:20:18.076Z | info: installing component 'rustc' |
41 | 2024-12-21T04:20:23.762Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:20:24.091Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:20:24.092Z | |
44 | 2024-12-21T04:20:24.451Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:20:24.452Z | |
46 | 2024-12-21T04:20:24.455Z | |
47 | 2024-12-21T04:20:24.455Z | Rust is installed now. Great! |
48 | 2024-12-21T04:20:24.456Z | |
49 | 2024-12-21T04:20:24.456Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:20:24.456Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:20:24.456Z | |
52 | 2024-12-21T04:20:24.456Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:20:24.456Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:20:24.456Z | |
55 | 2024-12-21T04:20:24.456Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:20:24.456Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:20:24.456Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:20:24.517Z | + rustc --version |
59 | 2024-12-21T04:20:24.580Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:20:24.584Z | process exited: duration 21895 ms, exit code 0 |
|
61 | 2024-12-21T04:20:24.595Z | starting task 2: "authentication" |
62 | 2024-12-21T04:20:24.615Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:20:32.684Z | process exited: duration 8088 ms, exit code 0 |
|
64 | 2024-12-21T04:20:32.691Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:20:32.697Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:20:32.700Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:20:33.399Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:20:40.180Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:20:40.180Z | + git fetch origin 072b8da9f205d1896949b3e6aa15d0a033d5782f |
70 | 2024-12-21T04:20:40.502Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:20:40.503Z | * branch 072b8da9f205d1896949b3e6aa15d0a033d5782f -> FETCH_HEAD |
72 | 2024-12-21T04:20:40.557Z | + [[ -n renovate/flate2-1.x ]] |
73 | 2024-12-21T04:20:40.557Z | ++ git branch --show-current |
74 | 2024-12-21T04:20:40.558Z | + current=main |
75 | 2024-12-21T04:20:40.558Z | + [[ main != renovate/flate2-1.x ]] |
76 | 2024-12-21T04:20:40.558Z | + git branch -f renovate/flate2-1.x 072b8da9f205d1896949b3e6aa15d0a033d5782f |
77 | 2024-12-21T04:20:40.558Z | + git checkout -f renovate/flate2-1.x |
78 | 2024-12-21T04:20:40.709Z | Switched to branch 'renovate/flate2-1.x' |
79 | 2024-12-21T04:20:40.739Z | + git reset --hard 072b8da9f205d1896949b3e6aa15d0a033d5782f |
80 | 2024-12-21T04:20:40.739Z | HEAD is now at 072b8da9f Update Rust crate flate2 to 1.0.35 |
81 | 2024-12-21T04:20:40.739Z | process exited: duration 7985 ms, exit code 0 |
|
82 | 2024-12-21T04:20:40.802Z | starting task 4: "build" |
83 | 2024-12-21T04:20:40.817Z | + source ./env.sh |
84 | 2024-12-21T04:20:40.818Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-12-21T04:20:40.818Z | ++ set -o xtrace |
86 | 2024-12-21T04:20:40.818Z | ++++ dirname ./env.sh |
87 | 2024-12-21T04:20:40.818Z | +++ readlink -f . |
88 | 2024-12-21T04:20:40.848Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-12-21T04:20:40.852Z | ++ export 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-12-21T04:20:40.853Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-21T04:20:40.853Z | ++ 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 |
92 | 2024-12-21T04:20:40.853Z | ++ 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 |
93 | 2024-12-21T04:20:40.853Z | ++ 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 |
94 | 2024-12-21T04:20:40.853Z | ++ 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 |
95 | 2024-12-21T04:20:40.853Z | ++ 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 |
96 | 2024-12-21T04:20:40.853Z | ++ 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 |
97 | 2024-12-21T04:20:40.853Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-12-21T04:20:40.853Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-12-21T04:20:40.853Z | + source .github/buildomat/ci-env.sh |
100 | 2024-12-21T04:20:40.853Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-12-21T04:20:40.853Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-12-21T04:20:40.853Z | + cargo --version |
103 | 2024-12-21T04:20:40.921Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
104 | 2024-12-21T04:20:40.936Z | + rustc --version |
105 | 2024-12-21T04:20:40.996Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
106 | 2024-12-21T04:20:40.999Z | + banner prerequisites |
107 | 2024-12-21T04:20:41.003Z | |
108 | 2024-12-21T04:20:41.003Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-12-21T04:20:41.003Z | # # # # # # # # # # # # # # # |
110 | 2024-12-21T04:20:41.003Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-12-21T04:20:41.003Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-12-21T04:20:41.003Z | # # # # # # # # # # # # # # # |
113 | 2024-12-21T04:20:41.003Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-12-21T04:20:41.003Z | |
115 | 2024-12-21T04:20:41.003Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-12-21T04:20:57.885Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-12-21T04:21:02.010Z | Startup: Caching catalogs ... Done |
118 | 2024-12-21T04:21:12.779Z | Planning: Solver setup ... Done (9.831s) |
119 | 2024-12-21T04:21:12.911Z | Planning: Running solver ... Done (0.132s) |
120 | 2024-12-21T04:21:13.091Z | Planning: Finding local manifests ... Done (0.081s) |
121 | 2024-12-21T04:21:13.521Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-12-21T04:21:13.767Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-12-21T04:21:13.944Z | Planning: Package planning ... Done (0.173s) |
124 | 2024-12-21T04:21:13.999Z | Planning: Merging actions ... Done (0.057s) |
125 | 2024-12-21T04:21:14.877Z | Planning: Checking for conflicting actions ... Done (0.880s) |
126 | 2024-12-21T04:21:20.001Z | Planning: Consolidating action changes ... Done (5.110s) |
127 | 2024-12-21T04:21:20.381Z | Planning: Evaluating mediators ... Done (0.392s) |
128 | 2024-12-21T04:21:20.498Z | Planning: Planning completed in 18.42 seconds |
129 | 2024-12-21T04:21:20.509Z | Packages to install: 4 |
130 | 2024-12-21T04:21:20.509Z | Packages to update: 1 |
131 | 2024-12-21T04:21:20.512Z | Mediators to change: 2 |
132 | 2024-12-21T04:21:20.512Z | Services to change: 1 |
133 | 2024-12-21T04:21:20.512Z | Estimated space available: 155.63 GB |
134 | 2024-12-21T04:21:20.512Z | Estimated space to be consumed: 1.62 GB |
135 | 2024-12-21T04:21:20.512Z | Create boot environment: No |
136 | 2024-12-21T04:21:20.512Z | Create backup boot environment: Yes |
137 | 2024-12-21T04:21:20.512Z | Rebuild boot archive: No |
138 | 2024-12-21T04:21:20.512Z | |
139 | 2024-12-21T04:21:20.512Z | Changed mediators: |
140 | 2024-12-21T04:21:20.512Z | mediator clang: |
141 | 2024-12-21T04:21:20.512Z | version: None -> 15 (system default) |
142 | 2024-12-21T04:21:20.512Z | |
143 | 2024-12-21T04:21:20.512Z | mediator llvm: |
144 | 2024-12-21T04:21:20.512Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-12-21T04:21:20.512Z | |
146 | 2024-12-21T04:21:20.512Z | Changed packages: |
147 | 2024-12-21T04:21:20.512Z | helios-dev |
148 | 2024-12-21T04:21:20.512Z | developer/build-essential |
149 | 2024-12-21T04:21:20.512Z | None -> 11-2.0 |
150 | 2024-12-21T04:21:20.512Z | library/libxmlsec1 |
151 | 2024-12-21T04:21:20.513Z | None -> 1.2.35-2.0 |
152 | 2024-12-21T04:21:20.513Z | ooce/developer/clang-15 |
153 | 2024-12-21T04:21:20.513Z | None -> 15.0.7-2.0 |
154 | 2024-12-21T04:21:20.513Z | ooce/developer/llvm-15 |
155 | 2024-12-21T04:21:20.513Z | None -> 15.0.7-2.0 |
156 | 2024-12-21T04:21:20.513Z | package/pkg |
157 | 2024-12-21T04:21:20.513Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-12-21T04:21:20.513Z | |
159 | 2024-12-21T04:21:20.513Z | Services: |
160 | 2024-12-21T04:21:20.513Z | restart_fmri: |
161 | 2024-12-21T04:21:20.513Z | svc:/system/update-man-index:default |
162 | 2024-12-21T04:21:20.513Z | |
163 | 2024-12-21T04:21:20.513Z | Editable files to change: |
164 | 2024-12-21T04:21:20.513Z | Update: |
165 | 2024-12-21T04:21:20.513Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-12-21T04:21:20.716Z | |
167 | 2024-12-21T04:21:20.716Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-12-21T04:21:26.617Z | Download: 211/4281 items 1.3/220.6MB 0% complete (246k/s) |
169 | 2024-12-21T04:21:35.744Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
170 | 2024-12-21T04:21:40.767Z | Download: 895/4281 items 18.8/220.6MB 8% complete (3.6M/s) |
171 | 2024-12-21T04:21:48.271Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (11.0M/s) |
172 | 2024-12-21T04:22:01.140Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
173 | 2024-12-21T04:22:06.143Z | Download: 1378/4281 items 116.2/220.6MB 52% complete (8.7M/s) |
174 | 2024-12-21T04:22:11.188Z | Download: 1570/4281 items 117.6/220.6MB 53% complete (3.6M/s) |
175 | 2024-12-21T04:22:16.160Z | Download: 1744/4281 items 118.2/220.6MB 53% complete (246k/s) |
176 | 2024-12-21T04:22:21.338Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (171k/s) |
177 | 2024-12-21T04:22:26.733Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (169k/s) |
178 | 2024-12-21T04:22:36.987Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
179 | 2024-12-21T04:22:42.000Z | Download: 2705/4281 items 120.8/220.6MB 54% complete (315k/s) |
180 | 2024-12-21T04:22:47.009Z | Download: 3094/4281 items 134.1/220.6MB 60% complete (1.4M/s) |
181 | 2024-12-21T04:22:52.043Z | Download: 3232/4281 items 200.6/220.6MB 90% complete (7.9M/s) |
182 | 2024-12-21T04:22:58.250Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (8.0M/s) |
183 | 2024-12-21T04:23:10.498Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
184 | 2024-12-21T04:23:15.513Z | Download: 3281/4281 items 209.6/220.6MB 95% complete (1.4M/s) |
185 | 2024-12-21T04:23:26.756Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (1.3M/s) |
186 | 2024-12-21T04:23:31.911Z | Download: 3571/4281 items 215.8/220.6MB 97% complete (696k/s) |
187 | 2024-12-21T04:23:36.926Z | Download: 3701/4281 items 216.7/220.6MB 98% complete (433k/s) |
188 | 2024-12-21T04:23:42.088Z | Download: 3933/4281 items 218.2/220.6MB 98% complete (258k/s) |
189 | 2024-12-21T04:23:47.096Z | Download: 4062/4281 items 219.4/220.6MB 99% complete (275k/s) |
190 | 2024-12-21T04:23:52.633Z | Download: 4197/4281 items 220.5/220.6MB 99% complete (225k/s) |
191 | 2024-12-21T04:23:58.203Z | Download: 4274/4281 items 220.5/220.6MB 99% complete (111k/s) |
192 | 2024-12-21T04:23:58.218Z | Download: Completed 220.60 MB in 157.48 seconds (1.4M/s) |
193 | 2024-12-21T04:24:00.523Z | Actions: 1/5063 actions (Removing old actions) |
194 | 2024-12-21T04:24:00.539Z | Actions: 194/5063 actions (Installing new actions) |
195 | 2024-12-21T04:24:05.544Z | Actions: 4121/5063 actions (Installing new actions) |
196 | 2024-12-21T04:24:05.911Z | Actions: 4226/5063 actions (Updating modified actions) |
197 | 2024-12-21T04:24:06.253Z | Actions: Completed 5063 actions in 5.73 seconds. |
198 | 2024-12-21T04:24:06.653Z | Done (0.392s) |
199 | 2024-12-21T04:24:06.656Z | Done (0.000s) |
200 | 2024-12-21T04:24:07.246Z | Done (0.591s) |
201 | 2024-12-21T04:24:12.599Z | Done (5.135s) |
202 | 2024-12-21T04:24:12.838Z | Done (0.173s) |
203 | 2024-12-21T04:24:12.841Z | Done (0.000s) |
204 | 2024-12-21T04:24:12.998Z | Done (0.000s) |
205 | 2024-12-21T04:24:13.692Z | Planning: Evaluating mediator changes ... Done |
206 | 2024-12-21T04:24:13.854Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-12-21T04:24:13.857Z | Planning: Consolidating action changes ... Done |
208 | 2024-12-21T04:24:14.128Z | Planning: Evaluating mediators ... Done |
209 | 2024-12-21T04:24:14.131Z | Planning: Planning completed in 0.44 seconds |
210 | 2024-12-21T04:24:14.167Z | Mediators to change: 2 |
211 | 2024-12-21T04:24:14.167Z | Create boot environment: No |
212 | 2024-12-21T04:24:14.169Z | Create backup boot environment: No |
213 | 2024-12-21T04:24:14.264Z | Done |
214 | 2024-12-21T04:24:14.264Z | Done |
215 | 2024-12-21T04:24:14.624Z | Done |
216 | 2024-12-21T04:24:18.261Z | Done |
217 | 2024-12-21T04:24:18.353Z | Done |
218 | 2024-12-21T04:24:18.356Z | Done |
219 | 2024-12-21T04:24:18.465Z | Done |
220 | 2024-12-21T04:24:19.066Z | Planning: Evaluating mediator changes ... Done |
221 | 2024-12-21T04:24:19.071Z | Planning: Merging actions ... Done |
222 | 2024-12-21T04:24:19.254Z | Planning: Checking for conflicting actions ... Done |
223 | 2024-12-21T04:24:19.257Z | Planning: Consolidating action changes ... Done |
224 | 2024-12-21T04:24:19.518Z | Planning: Evaluating mediators ... Done |
225 | 2024-12-21T04:24:19.573Z | Planning: Planning completed in 0.75 seconds |
226 | 2024-12-21T04:24:19.612Z | Packages to change: 1 |
227 | 2024-12-21T04:24:19.612Z | Mediators to change: 1 |
228 | 2024-12-21T04:24:19.614Z | Services to change: 1 |
229 | 2024-12-21T04:24:19.614Z | Create boot environment: No |
230 | 2024-12-21T04:24:19.614Z | Create backup boot environment: Yes |
231 | 2024-12-21T04:24:21.566Z | Actions: 1/6 actions (Updating modified actions) |
232 | 2024-12-21T04:24:21.603Z | Actions: Completed 6 actions in 0.04 seconds. |
233 | 2024-12-21T04:24:21.606Z | Done |
234 | 2024-12-21T04:24:21.606Z | Done |
235 | 2024-12-21T04:24:21.721Z | Done |
236 | 2024-12-21T04:24:25.308Z | Done |
237 | 2024-12-21T04:24:25.397Z | Done |
238 | 2024-12-21T04:24:25.400Z | Done |
239 | 2024-12-21T04:24:25.524Z | Done |
240 | 2024-12-21T04:24:25.959Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
241 | 2024-12-21T04:24:25.959Z | clang system 15 system |
242 | 2024-12-21T04:24:25.959Z | csh system system illumos |
243 | 2024-12-21T04:24:25.959Z | ctags system system illumos |
244 | 2024-12-21T04:24:25.959Z | gcc vendor 12 vendor |
245 | 2024-12-21T04:24:25.959Z | gcc system 10 system |
246 | 2024-12-21T04:24:25.960Z | gcc system 7 system |
247 | 2024-12-21T04:24:25.960Z | go system 1.20 system |
248 | 2024-12-21T04:24:25.960Z | go system 1.19 system |
249 | 2024-12-21T04:24:25.960Z | llvm system 15 system |
250 | 2024-12-21T04:24:25.960Z | llvm system 14 system |
251 | 2024-12-21T04:24:25.960Z | mariadb system 10.6 system |
252 | 2024-12-21T04:24:25.960Z | mta vendor vendor dma |
253 | 2024-12-21T04:24:25.960Z | openjdk system 17 system |
254 | 2024-12-21T04:24:25.960Z | openjdk system 11 system |
255 | 2024-12-21T04:24:25.960Z | openjdk system 1.8 system |
256 | 2024-12-21T04:24:25.960Z | openssl vendor 3 vendor |
257 | 2024-12-21T04:24:25.960Z | perl system 5.36 system |
258 | 2024-12-21T04:24:25.960Z | postgresql system 15 system |
259 | 2024-12-21T04:24:25.960Z | postgresql system 13 system |
260 | 2024-12-21T04:24:25.960Z | python vendor 3 vendor |
261 | 2024-12-21T04:24:25.960Z | python system 2 system |
262 | 2024-12-21T04:24:25.960Z | python3 system 3.11 system |
263 | 2024-12-21T04:24:25.960Z | ruby system 3.0 system |
264 | 2024-12-21T04:24:25.960Z | words vendor vendor american-english |
265 | 2024-12-21T04:24:25.960Z | words system system australian-english |
266 | 2024-12-21T04:24:25.960Z | words system system british-english |
267 | 2024-12-21T04:24:25.960Z | words system system canadian-english |
268 | 2024-12-21T04:24:25.960Z | words system system french |
269 | 2024-12-21T04:24:25.960Z | words system system italian |
270 | 2024-12-21T04:24:25.960Z | words system system ngerman |
271 | 2024-12-21T04:24:25.960Z | words system system ogerman |
272 | 2024-12-21T04:24:25.960Z | words system system spanish |
273 | 2024-12-21T04:24:26.290Z | PUBLISHER TYPE STATUS P LOCATION |
274 | 2024-12-21T04:24:26.290Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
275 | 2024-12-21T04:24:29.034Z | FMRI IFO |
276 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
277 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
278 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
279 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
280 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
281 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
282 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
283 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
284 | 2024-12-21T04:24:29.034Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
285 | 2024-12-21T04:24:29.035Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
286 | 2024-12-21T04:24:29.035Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
287 | 2024-12-21T04:24:29.035Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
288 | 2024-12-21T04:24:29.035Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
289 | 2024-12-21T04:24:29.035Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
290 | 2024-12-21T04:24:29.035Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
291 | 2024-12-21T04:24:29.806Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
292 | 2024-12-21T04:24:30.069Z | Updating crates.io index |
293 | 2024-12-21T04:24:30.119Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
294 | 2024-12-21T04:24:30.348Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
295 | 2024-12-21T04:24:30.899Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
296 | 2024-12-21T04:24:31.198Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
297 | 2024-12-21T04:24:31.485Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
298 | 2024-12-21T04:24:31.719Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
299 | 2024-12-21T04:24:32.658Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
300 | 2024-12-21T04:24:34.128Z | Updating git repository `https://github.com/oxidecomputer/opte` |
301 | 2024-12-21T04:24:34.720Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
302 | 2024-12-21T04:24:35.456Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
303 | 2024-12-21T04:24:35.723Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
304 | 2024-12-21T04:24:35.979Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
305 | 2024-12-21T04:24:36.642Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
306 | 2024-12-21T04:24:36.967Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2024-12-21T04:24:37.222Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
308 | 2024-12-21T04:24:37.500Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
309 | 2024-12-21T04:24:37.768Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
310 | 2024-12-21T04:24:38.010Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
311 | 2024-12-21T04:24:38.350Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
312 | 2024-12-21T04:24:38.713Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
313 | 2024-12-21T04:24:39.073Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
314 | 2024-12-21T04:24:39.297Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
315 | 2024-12-21T04:24:39.778Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
316 | 2024-12-21T04:24:40.049Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
317 | 2024-12-21T04:24:40.508Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
318 | 2024-12-21T04:24:40.940Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
319 | 2024-12-21T04:24:41.267Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
320 | 2024-12-21T04:24:41.552Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
321 | 2024-12-21T04:24:41.804Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
322 | 2024-12-21T04:24:43.061Z | Downloading crates ... |
323 | 2024-12-21T04:24:43.119Z | Downloaded block-buffer v0.10.4 |
324 | 2024-12-21T04:24:43.126Z | Downloaded anstream v0.6.15 |
325 | 2024-12-21T04:24:43.129Z | Downloaded anstyle v1.0.10 |
326 | 2024-12-21T04:24:43.137Z | Downloaded equivalent v1.0.1 |
327 | 2024-12-21T04:24:43.147Z | Downloaded dtrace-parser v0.2.0 |
328 | 2024-12-21T04:24:43.150Z | Downloaded swrite v0.1.0 |
329 | 2024-12-21T04:24:43.153Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-12-21T04:24:43.162Z | Downloaded autocfg v1.4.0 |
331 | 2024-12-21T04:24:43.168Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-12-21T04:24:43.180Z | Downloaded usdt-attr-macro v0.5.0 |
333 | 2024-12-21T04:24:43.187Z | Downloaded pretty-hex v0.4.1 |
334 | 2024-12-21T04:24:43.189Z | Downloaded fs-err v2.11.0 |
335 | 2024-12-21T04:24:43.189Z | Downloaded fastrand v2.1.1 |
336 | 2024-12-21T04:24:43.189Z | Downloaded dof v0.3.0 |
337 | 2024-12-21T04:24:43.189Z | Downloaded cpufeatures v0.2.14 |
338 | 2024-12-21T04:24:43.192Z | Downloaded cfg-if v1.0.0 |
339 | 2024-12-21T04:24:43.192Z | Downloaded bytecount v0.6.8 |
340 | 2024-12-21T04:24:43.194Z | Downloaded anstyle-query v1.1.1 |
341 | 2024-12-21T04:24:43.194Z | Downloaded itoa v1.0.11 |
342 | 2024-12-21T04:24:43.197Z | Downloaded heck v0.5.0 |
343 | 2024-12-21T04:24:43.197Z | Downloaded errno v0.3.9 |
344 | 2024-12-21T04:24:43.201Z | Downloaded terminal_size v0.4.0 |
345 | 2024-12-21T04:24:43.201Z | Downloaded smawk v0.3.2 |
346 | 2024-12-21T04:24:43.204Z | Downloaded is_terminal_polyfill v1.70.1 |
347 | 2024-12-21T04:24:43.204Z | Downloaded digest v0.10.7 |
348 | 2024-12-21T04:24:43.204Z | Downloaded thiserror-impl v1.0.69 |
349 | 2024-12-21T04:24:43.206Z | Downloaded macaddr v1.0.1 |
350 | 2024-12-21T04:24:43.206Z | Downloaded camino-tempfile v1.1.1 |
351 | 2024-12-21T04:24:43.208Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-12-21T04:24:43.208Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-12-21T04:24:43.211Z | Downloaded plain v0.2.3 |
354 | 2024-12-21T04:24:43.211Z | Downloaded generic-array v0.14.7 |
355 | 2024-12-21T04:24:43.213Z | Downloaded colorchoice v1.0.2 |
356 | 2024-12-21T04:24:43.213Z | Downloaded thread-id v4.2.2 |
357 | 2024-12-21T04:24:43.213Z | Downloaded byteorder v1.5.0 |
358 | 2024-12-21T04:24:43.216Z | Downloaded bitflags v2.6.0 |
359 | 2024-12-21T04:24:43.218Z | Downloaded memmap v0.7.0 |
360 | 2024-12-21T04:24:43.220Z | Downloaded heck v0.4.1 |
361 | 2024-12-21T04:24:43.220Z | Downloaded serde_spanned v0.6.8 |
362 | 2024-12-21T04:24:43.223Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-12-21T04:24:43.223Z | Downloaded fnv v1.0.7 |
364 | 2024-12-21T04:24:43.225Z | Downloaded crypto-common v0.1.6 |
365 | 2024-12-21T04:24:43.226Z | Downloaded cargo-platform v0.1.8 |
366 | 2024-12-21T04:24:43.226Z | Downloaded anstyle-parse v0.2.5 |
367 | 2024-12-21T04:24:43.229Z | Downloaded utf8parse v0.2.2 |
368 | 2024-12-21T04:24:43.231Z | Downloaded clap_lex v0.7.2 |
369 | 2024-12-21T04:24:43.233Z | Downloaded thiserror v1.0.69 |
370 | 2024-12-21T04:24:43.239Z | Downloaded strsim v0.11.1 |
371 | 2024-12-21T04:24:43.242Z | Downloaded usdt v0.5.0 |
372 | 2024-12-21T04:24:43.242Z | Downloaded unicode-linebreak v0.1.5 |
373 | 2024-12-21T04:24:43.242Z | Downloaded pest_generator v2.7.14 |
374 | 2024-12-21T04:24:43.244Z | Downloaded version_check v0.9.5 |
375 | 2024-12-21T04:24:43.247Z | Downloaded clap_derive v4.5.18 |
376 | 2024-12-21T04:24:43.249Z | Downloaded cargo_toml v0.20.5 |
377 | 2024-12-21T04:24:43.256Z | Downloaded sha2 v0.10.8 |
378 | 2024-12-21T04:24:43.258Z | Downloaded quote v1.0.37 |
379 | 2024-12-21T04:24:43.260Z | Downloaded semver v1.0.23 |
380 | 2024-12-21T04:24:43.264Z | Downloaded anyhow v1.0.93 |
381 | 2024-12-21T04:24:43.268Z | Downloaded usdt-impl v0.5.0 |
382 | 2024-12-21T04:24:43.270Z | Downloaded tempfile v3.13.0 |
383 | 2024-12-21T04:24:43.272Z | Downloaded zerocopy-derive v0.7.35 |
384 | 2024-12-21T04:24:43.276Z | Downloaded serde_tokenstream v0.2.2 |
385 | 2024-12-21T04:24:43.279Z | Downloaded camino v1.1.9 |
386 | 2024-12-21T04:24:43.283Z | Downloaded pest_derive v2.7.14 |
387 | 2024-12-21T04:24:43.287Z | Downloaded once_cell v1.20.2 |
388 | 2024-12-21T04:24:43.289Z | Downloaded clap v4.5.21 |
389 | 2024-12-21T04:24:43.295Z | Downloaded ucd-trie v0.1.7 |
390 | 2024-12-21T04:24:43.297Z | Downloaded ryu v1.0.18 |
391 | 2024-12-21T04:24:43.301Z | Downloaded unicode-ident v1.0.13 |
392 | 2024-12-21T04:24:43.303Z | Downloaded proc-macro2 v1.0.89 |
393 | 2024-12-21T04:24:43.306Z | Downloaded scroll v0.12.0 |
394 | 2024-12-21T04:24:43.306Z | Downloaded proc-macro-error v1.0.4 |
395 | 2024-12-21T04:24:43.308Z | Downloaded toml v0.8.19 |
396 | 2024-12-21T04:24:43.312Z | Downloaded typenum v1.17.0 |
397 | 2024-12-21T04:24:43.315Z | Downloaded serde_derive v1.0.215 |
398 | 2024-12-21T04:24:43.317Z | Downloaded pest_meta v2.7.14 |
399 | 2024-12-21T04:24:43.319Z | Downloaded papergrid v0.11.0 |
400 | 2024-12-21T04:24:43.323Z | Downloaded log v0.4.22 |
401 | 2024-12-21T04:24:43.326Z | Downloaded cargo_metadata v0.18.1 |
402 | 2024-12-21T04:24:43.329Z | Downloaded textwrap v0.16.1 |
403 | 2024-12-21T04:24:43.336Z | Downloaded indexmap v2.6.0 |
404 | 2024-12-21T04:24:43.364Z | Downloaded memchr v2.7.4 |
405 | 2024-12-21T04:24:43.367Z | Downloaded serde v1.0.215 |
406 | 2024-12-21T04:24:43.371Z | Downloaded toml_edit v0.22.22 |
407 | 2024-12-21T04:24:43.402Z | Downloaded hashbrown v0.15.1 |
408 | 2024-12-21T04:24:43.407Z | Downloaded clap_builder v4.5.21 |
409 | 2024-12-21T04:24:43.414Z | Downloaded serde_json v1.0.133 |
410 | 2024-12-21T04:24:43.420Z | Downloaded zerocopy v0.7.35 |
411 | 2024-12-21T04:24:43.435Z | Downloaded winnow v0.6.20 |
412 | 2024-12-21T04:24:43.443Z | Downloaded goblin v0.8.2 |
413 | 2024-12-21T04:24:43.450Z | Downloaded tabled v0.15.0 |
414 | 2024-12-21T04:24:43.464Z | Downloaded pest v2.7.14 |
415 | 2024-12-21T04:24:43.469Z | Downloaded syn v1.0.109 |
416 | 2024-12-21T04:24:43.478Z | Downloaded unicode-width v0.1.14 |
417 | 2024-12-21T04:24:43.483Z | Downloaded syn v2.0.87 |
418 | 2024-12-21T04:24:43.493Z | Downloaded rustix v0.38.37 |
419 | 2024-12-21T04:24:43.524Z | Downloaded libc v0.2.162 |
420 | 2024-12-21T04:24:43.833Z | Compiling proc-macro2 v1.0.89 |
421 | 2024-12-21T04:24:43.833Z | Compiling unicode-ident v1.0.13 |
422 | 2024-12-21T04:24:43.833Z | Compiling serde v1.0.215 |
423 | 2024-12-21T04:24:43.836Z | Compiling version_check v0.9.5 |
424 | 2024-12-21T04:24:43.836Z | Compiling thiserror v1.0.69 |
425 | 2024-12-21T04:24:43.836Z | Compiling memchr v2.7.4 |
426 | 2024-12-21T04:24:43.836Z | Compiling libc v0.2.162 |
427 | 2024-12-21T04:24:43.836Z | Compiling itoa v1.0.11 |
428 | 2024-12-21T04:24:44.111Z | Compiling ucd-trie v0.1.7 |
429 | 2024-12-21T04:24:44.210Z | Compiling ryu v1.0.18 |
430 | 2024-12-21T04:24:44.520Z | Compiling once_cell v1.20.2 |
431 | 2024-12-21T04:24:45.597Z | Compiling byteorder v1.5.0 |
432 | 2024-12-21T04:24:45.597Z | Compiling serde_json v1.0.133 |
433 | 2024-12-21T04:24:45.597Z | Compiling rustix v0.38.37 |
434 | 2024-12-21T04:24:45.597Z | Compiling bitflags v2.6.0 |
435 | 2024-12-21T04:24:45.597Z | Compiling usdt-impl v0.5.0 |
436 | 2024-12-21T04:24:45.597Z | Compiling proc-macro-error-attr v1.0.4 |
437 | 2024-12-21T04:24:45.689Z | Compiling syn v1.0.109 |
438 | 2024-12-21T04:24:45.743Z | Compiling proc-macro-error v1.0.4 |
439 | 2024-12-21T04:24:45.841Z | Compiling log v0.4.22 |
440 | 2024-12-21T04:24:45.868Z | Compiling plain v0.2.3 |
441 | 2024-12-21T04:24:45.912Z | Compiling hashbrown v0.15.1 |
442 | 2024-12-21T04:24:46.014Z | Compiling camino v1.1.9 |
443 | 2024-12-21T04:24:46.061Z | Compiling utf8parse v0.2.2 |
444 | 2024-12-21T04:24:46.245Z | Compiling equivalent v1.0.1 |
445 | 2024-12-21T04:24:46.284Z | Compiling anstyle-parse v0.2.5 |
446 | 2024-12-21T04:24:46.375Z | Compiling quote v1.0.37 |
447 | 2024-12-21T04:24:46.651Z | Compiling errno v0.3.9 |
448 | 2024-12-21T04:24:46.737Z | Compiling syn v2.0.87 |
449 | 2024-12-21T04:24:46.866Z | Compiling thread-id v4.2.2 |
450 | 2024-12-21T04:24:46.916Z | Compiling unicode-width v0.1.14 |
451 | 2024-12-21T04:24:46.984Z | Compiling semver v1.0.23 |
452 | 2024-12-21T04:24:47.074Z | Compiling indexmap v2.6.0 |
453 | 2024-12-21T04:24:47.165Z | Compiling anstyle v1.0.10 |
454 | 2024-12-21T04:24:47.424Z | Compiling anstyle-query v1.1.1 |
455 | 2024-12-21T04:24:47.483Z | Compiling pretty-hex v0.4.1 |
456 | 2024-12-21T04:24:47.593Z | Compiling colorchoice v1.0.2 |
457 | 2024-12-21T04:24:47.657Z | Compiling winnow v0.6.20 |
458 | 2024-12-21T04:24:47.690Z | Compiling autocfg v1.4.0 |
459 | 2024-12-21T04:24:47.756Z | Compiling is_terminal_polyfill v1.70.1 |
460 | 2024-12-21T04:24:47.899Z | Compiling anstream v0.6.15 |
461 | 2024-12-21T04:24:48.596Z | Compiling cfg-if v1.0.0 |
462 | 2024-12-21T04:24:48.624Z | Compiling clap_lex v0.7.2 |
463 | 2024-12-21T04:24:48.665Z | Compiling heck v0.4.1 |
464 | 2024-12-21T04:24:48.701Z | Compiling anyhow v1.0.93 |
465 | 2024-12-21T04:24:48.843Z | Compiling fs-err v2.11.0 |
466 | 2024-12-21T04:24:49.135Z | Compiling terminal_size v0.4.0 |
467 | 2024-12-21T04:24:49.135Z | Compiling fnv v1.0.7 |
468 | 2024-12-21T04:24:49.185Z | Compiling strsim v0.11.1 |
469 | 2024-12-21T04:24:49.270Z | Compiling fastrand v2.1.1 |
470 | 2024-12-21T04:24:49.324Z | Compiling heck v0.5.0 |
471 | 2024-12-21T04:24:49.570Z | Compiling bytecount v0.6.8 |
472 | 2024-12-21T04:24:49.820Z | Compiling papergrid v0.11.0 |
473 | 2024-12-21T04:24:49.843Z | Compiling tempfile v3.13.0 |
474 | 2024-12-21T04:24:49.874Z | Compiling clap_builder v4.5.21 |
475 | 2024-12-21T04:24:50.551Z | Compiling memmap v0.7.0 |
476 | 2024-12-21T04:24:50.647Z | Compiling smawk v0.3.2 |
477 | 2024-12-21T04:24:50.753Z | Compiling unicode-linebreak v0.1.5 |
478 | 2024-12-21T04:24:51.284Z | Compiling textwrap v0.16.1 |
479 | 2024-12-21T04:24:51.511Z | Compiling swrite v0.1.0 |
480 | 2024-12-21T04:24:52.590Z | Compiling tabled_derive v0.7.0 |
481 | 2024-12-21T04:24:54.093Z | Compiling tabled v0.15.0 |
482 | 2024-12-21T04:24:55.617Z | Compiling serde_derive v1.0.215 |
483 | 2024-12-21T04:24:55.617Z | Compiling thiserror-impl v1.0.69 |
484 | 2024-12-21T04:24:55.619Z | Compiling zerocopy-derive v0.7.35 |
485 | 2024-12-21T04:24:55.619Z | Compiling scroll_derive v0.12.0 |
486 | 2024-12-21T04:24:55.620Z | Compiling clap_derive v4.5.18 |
487 | 2024-12-21T04:24:56.832Z | Compiling scroll v0.12.0 |
488 | 2024-12-21T04:24:57.344Z | Compiling goblin v0.8.2 |
489 | 2024-12-21T04:24:57.444Z | Compiling zerocopy v0.7.35 |
490 | 2024-12-21T04:24:58.507Z | Compiling pest v2.7.14 |
491 | 2024-12-21T04:24:59.061Z | Compiling clap v4.5.21 |
492 | 2024-12-21T04:25:00.547Z | Compiling pest_meta v2.7.14 |
493 | 2024-12-21T04:25:01.412Z | Compiling pest_generator v2.7.14 |
494 | 2024-12-21T04:25:03.177Z | Compiling pest_derive v2.7.14 |
495 | 2024-12-21T04:25:03.884Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-12-21T04:25:05.635Z | Compiling serde_tokenstream v0.2.2 |
497 | 2024-12-21T04:25:05.704Z | Compiling toml_datetime v0.6.8 |
498 | 2024-12-21T04:25:05.706Z | Compiling serde_spanned v0.6.8 |
499 | 2024-12-21T04:25:05.944Z | Compiling cargo-platform v0.1.8 |
500 | 2024-12-21T04:25:06.096Z | Compiling toml_edit v0.22.22 |
501 | 2024-12-21T04:25:06.230Z | Compiling macaddr v1.0.1 |
502 | 2024-12-21T04:25:06.450Z | Compiling camino-tempfile v1.1.1 |
503 | 2024-12-21T04:25:07.125Z | Compiling dof v0.3.0 |
504 | 2024-12-21T04:25:07.231Z | Compiling cargo_metadata v0.18.1 |
505 | 2024-12-21T04:25:08.765Z | Compiling usdt-attr-macro v0.5.0 |
506 | 2024-12-21T04:25:08.765Z | Compiling usdt-macro v0.5.0 |
507 | 2024-12-21T04:25:08.947Z | Compiling toml v0.8.19 |
508 | 2024-12-21T04:25:09.871Z | Compiling cargo_toml v0.20.5 |
509 | 2024-12-21T04:25:10.087Z | Compiling usdt v0.5.0 |
510 | 2024-12-21T04:25:13.379Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
511 | 2024-12-21T04:25:17.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.94s |
512 | 2024-12-21T04:25:17.809Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
513 | 2024-12-21T04:25:18.303Z | Downloading crates ... |
514 | 2024-12-21T04:25:18.443Z | Downloaded darling v0.20.10 |
515 | 2024-12-21T04:25:18.450Z | Downloaded headers-core v0.3.0 |
516 | 2024-12-21T04:25:18.458Z | Downloaded httparse v1.9.5 |
517 | 2024-12-21T04:25:18.464Z | Downloaded instant v0.1.13 |
518 | 2024-12-21T04:25:18.469Z | Downloaded hubpack_derive v0.1.1 |
519 | 2024-12-21T04:25:18.475Z | Downloaded is_ci v1.2.0 |
520 | 2024-12-21T04:25:18.475Z | Downloaded ident_case v1.0.1 |
521 | 2024-12-21T04:25:18.481Z | Downloaded icu_provider_macros v1.5.0 |
522 | 2024-12-21T04:25:18.486Z | Downloaded matches v0.1.10 |
523 | 2024-12-21T04:25:18.493Z | Downloaded match_cfg v0.1.0 |
524 | 2024-12-21T04:25:18.493Z | Downloaded md5 v0.7.0 |
525 | 2024-12-21T04:25:18.499Z | Downloaded icu_locid v1.5.0 |
526 | 2024-12-21T04:25:18.520Z | Downloaded hex v0.4.3 |
527 | 2024-12-21T04:25:18.520Z | Downloaded ahash v0.8.11 |
528 | 2024-12-21T04:25:18.520Z | Downloaded http-body v1.0.1 |
529 | 2024-12-21T04:25:18.520Z | Downloaded async-stream-impl v0.3.6 |
530 | 2024-12-21T04:25:18.523Z | Downloaded adler2 v2.0.0 |
531 | 2024-12-21T04:25:18.523Z | Downloaded progenitor-client v0.8.0 |
532 | 2024-12-21T04:25:18.523Z | Downloaded heck v0.3.3 |
533 | 2024-12-21T04:25:18.523Z | Downloaded lru-cache v0.1.2 |
534 | 2024-12-21T04:25:18.524Z | Downloaded inout v0.1.3 |
535 | 2024-12-21T04:25:18.524Z | Downloaded hostname v0.3.1 |
536 | 2024-12-21T04:25:18.524Z | Downloaded atty v0.2.14 |
537 | 2024-12-21T04:25:18.527Z | Downloaded ipnetwork v0.20.0 |
538 | 2024-12-21T04:25:18.527Z | Downloaded internet-checksum v0.2.1 |
539 | 2024-12-21T04:25:18.527Z | Downloaded lazy_static v1.5.0 |
540 | 2024-12-21T04:25:18.531Z | Downloaded atomicwrites v0.4.4 |
541 | 2024-12-21T04:25:18.531Z | Downloaded idna_adapter v1.2.0 |
542 | 2024-12-21T04:25:18.538Z | Downloaded aead v0.5.2 |
543 | 2024-12-21T04:25:18.538Z | Downloaded assert_matches v1.5.0 |
544 | 2024-12-21T04:25:18.538Z | Downloaded arrayref v0.3.9 |
545 | 2024-12-21T04:25:18.543Z | Downloaded lazycell v1.3.0 |
546 | 2024-12-21T04:25:18.543Z | Downloaded async-stream v0.3.6 |
547 | 2024-12-21T04:25:18.543Z | Downloaded base16ct v0.2.0 |
548 | 2024-12-21T04:25:18.543Z | Downloaded managed v0.8.0 |
549 | 2024-12-21T04:25:18.547Z | Downloaded md-5 v0.10.6 |
550 | 2024-12-21T04:25:18.547Z | Downloaded addr2line v0.24.2 |
551 | 2024-12-21T04:25:18.547Z | Downloaded humantime v2.1.0 |
552 | 2024-12-21T04:25:18.552Z | Downloaded http-range v0.1.5 |
553 | 2024-12-21T04:25:18.552Z | Downloaded atomic-waker v1.1.2 |
554 | 2024-12-21T04:25:18.557Z | Downloaded kstat-rs v0.2.4 |
555 | 2024-12-21T04:25:18.557Z | Downloaded backoff v0.4.0 |
556 | 2024-12-21T04:25:18.557Z | Downloaded mime v0.3.17 |
557 | 2024-12-21T04:25:18.562Z | Downloaded iana-time-zone v0.1.61 |
558 | 2024-12-21T04:25:18.562Z | Downloaded http-body-util v0.1.2 |
559 | 2024-12-21T04:25:18.566Z | Downloaded maybe-uninit v2.0.0 |
560 | 2024-12-21T04:25:18.566Z | Downloaded hex-literal v0.4.1 |
561 | 2024-12-21T04:25:18.566Z | Downloaded linked-hash-map v0.5.6 |
562 | 2024-12-21T04:25:18.569Z | Downloaded base64 v0.13.1 |
563 | 2024-12-21T04:25:18.574Z | Downloaded lockfree-object-pool v0.1.6 |
564 | 2024-12-21T04:25:18.579Z | Downloaded cfg_aliases v0.2.1 |
565 | 2024-12-21T04:25:18.579Z | Downloaded libsw v3.3.1 |
566 | 2024-12-21T04:25:18.579Z | Downloaded lalrpop-util v0.19.12 |
567 | 2024-12-21T04:25:18.582Z | Downloaded arc-swap v1.7.1 |
568 | 2024-12-21T04:25:18.588Z | Downloaded cstr-argument v0.1.2 |
569 | 2024-12-21T04:25:18.588Z | Downloaded crucible-workspace-hack v0.1.0 |
570 | 2024-12-21T04:25:18.588Z | Downloaded ciborium-io v0.2.2 |
571 | 2024-12-21T04:25:18.589Z | Downloaded ipnet v2.10.1 |
572 | 2024-12-21T04:25:18.593Z | Downloaded allocator-api2 v0.2.18 |
573 | 2024-12-21T04:25:18.593Z | Downloaded crunchy v0.2.2 |
574 | 2024-12-21T04:25:18.593Z | Downloaded cfg_aliases v0.1.1 |
575 | 2024-12-21T04:25:18.596Z | Downloaded keccak v0.1.5 |
576 | 2024-12-21T04:25:18.596Z | Downloaded lock_api v0.4.12 |
577 | 2024-12-21T04:25:18.596Z | Downloaded litemap v0.7.3 |
578 | 2024-12-21T04:25:18.600Z | Downloaded async-bb8-diesel v0.2.1 |
579 | 2024-12-21T04:25:18.607Z | Downloaded libefi-sys v0.1.0 |
580 | 2024-12-21T04:25:18.607Z | Downloaded memmap2 v0.9.5 |
581 | 2024-12-21T04:25:18.611Z | Downloaded icu_locid_transform v1.5.0 |
582 | 2024-12-21T04:25:18.611Z | Downloaded hyper-rustls v0.27.3 |
583 | 2024-12-21T04:25:18.615Z | Downloaded mime_guess v2.0.5 |
584 | 2024-12-21T04:25:18.615Z | Downloaded backtrace v0.3.74 |
585 | 2024-12-21T04:25:18.620Z | Downloaded highway v1.2.0 |
586 | 2024-12-21T04:25:18.627Z | Downloaded hyper-staticfile v0.10.1 |
587 | 2024-12-21T04:25:18.627Z | Downloaded castaway v0.2.3 |
588 | 2024-12-21T04:25:18.634Z | Downloaded crc v3.2.1 |
589 | 2024-12-21T04:25:18.634Z | Downloaded rand_chacha v0.3.1 |
590 | 2024-12-21T04:25:18.634Z | Downloaded quinn-udp v0.5.5 |
591 | 2024-12-21T04:25:18.641Z | Downloaded convert_case v0.4.0 |
592 | 2024-12-21T04:25:18.642Z | Downloaded constant_time_eq v0.3.1 |
593 | 2024-12-21T04:25:18.644Z | Downloaded colored v2.1.0 |
594 | 2024-12-21T04:25:18.644Z | Downloaded time-core v0.1.2 |
595 | 2024-12-21T04:25:18.653Z | Downloaded bcrypt-pbkdf v0.10.0 |
596 | 2024-12-21T04:25:18.653Z | Downloaded sync-ptr v0.1.1 |
597 | 2024-12-21T04:25:18.654Z | Downloaded ciborium-ll v0.2.2 |
598 | 2024-12-21T04:25:18.654Z | Downloaded cbc v0.1.2 |
599 | 2024-12-21T04:25:18.654Z | Downloaded buf-list v1.0.3 |
600 | 2024-12-21T04:25:18.655Z | Downloaded block-padding v0.3.3 |
601 | 2024-12-21T04:25:18.655Z | Downloaded crossbeam-deque v0.8.5 |
602 | 2024-12-21T04:25:18.656Z | Downloaded indexmap v1.9.3 |
603 | 2024-12-21T04:25:18.663Z | Downloaded crc-catalog v2.4.0 |
604 | 2024-12-21T04:25:18.664Z | Downloaded want v0.3.1 |
605 | 2024-12-21T04:25:18.664Z | Downloaded const_format_proc_macros v0.2.33 |
606 | 2024-12-21T04:25:18.664Z | Downloaded icu_normalizer_data v1.5.0 |
607 | 2024-12-21T04:25:18.667Z | Downloaded futures-task v0.3.31 |
608 | 2024-12-21T04:25:18.667Z | Downloaded new_debug_unreachable v1.0.6 |
609 | 2024-12-21T04:25:18.667Z | Downloaded libloading v0.8.5 |
610 | 2024-12-21T04:25:18.672Z | Downloaded bcs v0.1.6 |
611 | 2024-12-21T04:25:18.672Z | Downloaded bzip2 v0.4.4 |
612 | 2024-12-21T04:25:18.676Z | Downloaded yoke-derive v0.7.4 |
613 | 2024-12-21T04:25:18.676Z | Downloaded derive_builder_macro v0.20.2 |
614 | 2024-12-21T04:25:18.676Z | Downloaded curve25519-dalek-derive v0.1.1 |
615 | 2024-12-21T04:25:18.681Z | Downloaded difflib v0.4.0 |
616 | 2024-12-21T04:25:18.681Z | Downloaded console v0.15.8 |
617 | 2024-12-21T04:25:18.687Z | Downloaded chrono-tz-build v0.4.0 |
618 | 2024-12-21T04:25:18.687Z | Downloaded foreign-types-shared v0.1.1 |
619 | 2024-12-21T04:25:18.687Z | Downloaded cexpr v0.6.0 |
620 | 2024-12-21T04:25:18.691Z | Downloaded signal-hook-mio v0.2.4 |
621 | 2024-12-21T04:25:18.691Z | Downloaded cookie_store v0.21.0 |
622 | 2024-12-21T04:25:18.691Z | Downloaded blowfish v0.9.1 |
623 | 2024-12-21T04:25:18.691Z | Downloaded slog-async v2.8.0 |
624 | 2024-12-21T04:25:18.695Z | Downloaded newline-converter v0.3.0 |
625 | 2024-12-21T04:25:18.695Z | Downloaded spin v0.5.2 |
626 | 2024-12-21T04:25:18.699Z | Downloaded signal-hook-registry v1.4.2 |
627 | 2024-12-21T04:25:18.699Z | Downloaded supports-color v3.0.1 |
628 | 2024-12-21T04:25:18.699Z | Downloaded subtle v2.6.1 |
629 | 2024-12-21T04:25:18.703Z | Downloaded untrusted v0.7.1 |
630 | 2024-12-21T04:25:18.703Z | Downloaded slog-stdlog v4.1.1 |
631 | 2024-12-21T04:25:18.709Z | Downloaded rustc_version v0.4.1 |
632 | 2024-12-21T04:25:18.710Z | Downloaded icu_properties v1.5.1 |
633 | 2024-12-21T04:25:18.710Z | Downloaded serde_path_to_error v0.1.16 |
634 | 2024-12-21T04:25:18.713Z | Downloaded unarray v0.1.4 |
635 | 2024-12-21T04:25:18.713Z | Downloaded strip-ansi-escapes v0.2.0 |
636 | 2024-12-21T04:25:18.713Z | Downloaded stringprep v0.1.5 |
637 | 2024-12-21T04:25:18.718Z | Downloaded cipher v0.4.4 |
638 | 2024-12-21T04:25:18.718Z | Downloaded phf_shared v0.10.0 |
639 | 2024-12-21T04:25:18.722Z | Downloaded hyper-util v0.1.10 |
640 | 2024-12-21T04:25:18.728Z | Downloaded unicase v2.7.0 |
641 | 2024-12-21T04:25:18.728Z | Downloaded glob v0.3.1 |
642 | 2024-12-21T04:25:18.728Z | Downloaded filetime v0.2.25 |
643 | 2024-12-21T04:25:18.731Z | Downloaded ff v0.13.0 |
644 | 2024-12-21T04:25:18.731Z | Downloaded fd-lock v4.0.2 |
645 | 2024-12-21T04:25:18.735Z | Downloaded const-oid v0.9.6 |
646 | 2024-12-21T04:25:18.735Z | Downloaded clang-sys v1.8.1 |
647 | 2024-12-21T04:25:18.739Z | Downloaded russh-cryptovec v0.7.3 |
648 | 2024-12-21T04:25:18.742Z | Downloaded hmac v0.12.1 |
649 | 2024-12-21T04:25:18.743Z | Downloaded crc32fast v1.4.2 |
650 | 2024-12-21T04:25:18.748Z | Downloaded icu_provider v1.5.0 |
651 | 2024-12-21T04:25:18.748Z | Downloaded xz2 v0.1.7 |
652 | 2024-12-21T04:25:18.752Z | Downloaded strum_macros v0.26.4 |
653 | 2024-12-21T04:25:18.752Z | Downloaded slog-term v2.9.1 |
654 | 2024-12-21T04:25:18.757Z | Downloaded xattr v1.3.1 |
655 | 2024-12-21T04:25:18.757Z | Downloaded icu_normalizer v1.5.0 |
656 | 2024-12-21T04:25:18.760Z | Downloaded oso-derive v0.27.3 |
657 | 2024-12-21T04:25:18.766Z | Downloaded display-error-chain v0.2.2 |
658 | 2024-12-21T04:25:18.766Z | Downloaded dirs-sys-next v0.1.2 |
659 | 2024-12-21T04:25:18.766Z | Downloaded form_urlencoded v1.2.1 |
660 | 2024-12-21T04:25:18.766Z | Downloaded mockall v0.13.0 |
661 | 2024-12-21T04:25:18.770Z | Downloaded pin-project-internal v1.1.6 |
662 | 2024-12-21T04:25:18.770Z | Downloaded tower-service v0.3.3 |
663 | 2024-12-21T04:25:18.780Z | Downloaded spin v0.9.8 |
664 | 2024-12-21T04:25:18.780Z | Downloaded prettyplease v0.2.25 |
665 | 2024-12-21T04:25:18.783Z | Downloaded zerofrom v0.1.4 |
666 | 2024-12-21T04:25:18.783Z | Downloaded globset v0.4.15 |
667 | 2024-12-21T04:25:18.783Z | Downloaded russh-keys v0.45.0 |
668 | 2024-12-21T04:25:18.786Z | Downloaded num v0.4.3 |
669 | 2024-12-21T04:25:18.787Z | Downloaded typify-macro v0.2.0 |
670 | 2024-12-21T04:25:18.787Z | Downloaded try-lock v0.2.5 |
671 | 2024-12-21T04:25:18.790Z | Downloaded vte_generate_state_changes v0.1.2 |
672 | 2024-12-21T04:25:18.790Z | Downloaded chacha20poly1305 v0.10.1 |
673 | 2024-12-21T04:25:18.795Z | Downloaded icu_collections v1.5.0 |
674 | 2024-12-21T04:25:18.800Z | Downloaded fxhash v0.2.1 |
675 | 2024-12-21T04:25:18.805Z | Downloaded sha1 v0.10.6 |
676 | 2024-12-21T04:25:18.805Z | Downloaded secrecy v0.8.0 |
677 | 2024-12-21T04:25:18.805Z | Downloaded ref-cast-impl v1.0.23 |
678 | 2024-12-21T04:25:18.805Z | Downloaded pbkdf2 v0.12.2 |
679 | 2024-12-21T04:25:18.809Z | Downloaded heapless v0.8.0 |
680 | 2024-12-21T04:25:18.812Z | Downloaded heapless v0.7.17 |
681 | 2024-12-21T04:25:18.816Z | Downloaded parse-size v1.1.0 |
682 | 2024-12-21T04:25:18.817Z | Downloaded tinyvec_macros v0.1.1 |
683 | 2024-12-21T04:25:18.817Z | Downloaded tokio-rustls v0.26.0 |
684 | 2024-12-21T04:25:18.821Z | Downloaded value-bag v1.9.0 |
685 | 2024-12-21T04:25:18.828Z | Downloaded synstructure v0.13.1 |
686 | 2024-12-21T04:25:18.828Z | Downloaded primeorder v0.13.6 |
687 | 2024-12-21T04:25:18.828Z | Downloaded yoke v0.7.4 |
688 | 2024-12-21T04:25:18.828Z | Downloaded precomputed-hash v0.1.1 |
689 | 2024-12-21T04:25:18.832Z | Downloaded thread_local v1.1.8 |
690 | 2024-12-21T04:25:18.832Z | Downloaded phf_shared v0.11.2 |
691 | 2024-12-21T04:25:18.832Z | Downloaded yasna v0.5.2 |
692 | 2024-12-21T04:25:18.836Z | Downloaded smf v0.2.3 |
693 | 2024-12-21T04:25:18.836Z | Downloaded http v1.1.0 |
694 | 2024-12-21T04:25:18.850Z | Downloaded ed25519 v2.2.3 |
695 | 2024-12-21T04:25:18.856Z | Downloaded defmt-parser v0.3.4 |
696 | 2024-12-21T04:25:18.856Z | Downloaded tabwriter v1.4.0 |
697 | 2024-12-21T04:25:18.860Z | Downloaded env_logger v0.11.5 |
698 | 2024-12-21T04:25:18.860Z | Downloaded displaydoc v0.2.5 |
699 | 2024-12-21T04:25:18.860Z | Downloaded rpassword v7.3.1 |
700 | 2024-12-21T04:25:18.865Z | Downloaded omicron-zone-package v0.11.1 |
701 | 2024-12-21T04:25:18.869Z | Downloaded nu-ansi-term v0.50.1 |
702 | 2024-12-21T04:25:18.869Z | Downloaded sigpipe v0.1.3 |
703 | 2024-12-21T04:25:18.869Z | Downloaded enum-as-inner v0.5.1 |
704 | 2024-12-21T04:25:18.876Z | Downloaded deranged v0.3.11 |
705 | 2024-12-21T04:25:18.876Z | Downloaded pem-rfc7468 v0.7.0 |
706 | 2024-12-21T04:25:18.881Z | Downloaded take_mut v0.2.2 |
707 | 2024-12-21T04:25:18.881Z | Downloaded smallvec v0.6.14 |
708 | 2024-12-21T04:25:18.881Z | Downloaded subprocess v0.2.9 |
709 | 2024-12-21T04:25:18.892Z | Downloaded minimal-lexical v0.2.1 |
710 | 2024-12-21T04:25:18.892Z | Downloaded parse-display-derive v0.10.0 |
711 | 2024-12-21T04:25:18.892Z | Downloaded parse-display v0.10.0 |
712 | 2024-12-21T04:25:18.892Z | Downloaded utf8_iter v1.0.4 |
713 | 2024-12-21T04:25:18.892Z | Downloaded toolchain_find v0.4.0 |
714 | 2024-12-21T04:25:18.892Z | Downloaded pin-project v1.1.6 |
715 | 2024-12-21T04:25:18.903Z | Downloaded endian-type v0.1.2 |
716 | 2024-12-21T04:25:18.907Z | Downloaded darling_macro v0.20.10 |
717 | 2024-12-21T04:25:18.907Z | Downloaded waitgroup v0.1.2 |
718 | 2024-12-21T04:25:18.907Z | Downloaded rand_core v0.6.4 |
719 | 2024-12-21T04:25:18.913Z | Downloaded ppv-lite86 v0.2.20 |
720 | 2024-12-21T04:25:18.913Z | Downloaded der_derive v0.7.3 |
721 | 2024-12-21T04:25:18.917Z | Downloaded cc v1.1.30 |
722 | 2024-12-21T04:25:18.917Z | Downloaded diff v0.1.13 |
723 | 2024-12-21T04:25:18.923Z | Downloaded semver v0.1.20 |
724 | 2024-12-21T04:25:18.928Z | Downloaded rayon-core v1.12.1 |
725 | 2024-12-21T04:25:18.928Z | Downloaded sec1 v0.7.3 |
726 | 2024-12-21T04:25:18.936Z | Downloaded fs_extra v1.3.0 |
727 | 2024-12-21T04:25:18.936Z | Downloaded predicates v3.1.2 |
728 | 2024-12-21T04:25:18.951Z | Downloaded number_prefix v0.4.0 |
729 | 2024-12-21T04:25:18.951Z | Downloaded num_threads v0.1.7 |
730 | 2024-12-21T04:25:18.951Z | Downloaded normalize-line-endings v0.3.0 |
731 | 2024-12-21T04:25:18.951Z | Downloaded topological-sort v0.2.2 |
732 | 2024-12-21T04:25:18.951Z | Downloaded ssh-encoding v0.2.0 |
733 | 2024-12-21T04:25:18.951Z | Downloaded test-strategy v0.3.1 |
734 | 2024-12-21T04:25:18.951Z | Downloaded spki v0.7.3 |
735 | 2024-12-21T04:25:18.951Z | Downloaded simd-adler32 v0.3.7 |
736 | 2024-12-21T04:25:18.951Z | Downloaded structmeta v0.2.0 |
737 | 2024-12-21T04:25:18.954Z | Downloaded hyper v1.5.0 |
738 | 2024-12-21T04:25:18.957Z | Downloaded ena v0.14.3 |
739 | 2024-12-21T04:25:18.960Z | Downloaded embedded-io v0.6.1 |
740 | 2024-12-21T04:25:18.964Z | Downloaded unicode-truncate v1.1.0 |
741 | 2024-12-21T04:25:18.964Z | Downloaded ecdsa v0.16.9 |
742 | 2024-12-21T04:25:18.966Z | Downloaded data-encoding v2.6.0 |
743 | 2024-12-21T04:25:18.966Z | Downloaded slog v2.7.0 |
744 | 2024-12-21T04:25:18.969Z | Downloaded write16 v1.0.0 |
745 | 2024-12-21T04:25:18.973Z | Downloaded signature v2.2.0 |
746 | 2024-12-21T04:25:18.976Z | Downloaded sct v0.7.1 |
747 | 2024-12-21T04:25:18.981Z | Downloaded owo-colors v4.1.0 |
748 | 2024-12-21T04:25:18.981Z | Downloaded wait-timeout v0.2.0 |
749 | 2024-12-21T04:25:18.984Z | Downloaded thiserror-no-std v2.0.2 |
750 | 2024-12-21T04:25:18.986Z | Downloaded foreign-types-macros v0.2.3 |
751 | 2024-12-21T04:25:18.989Z | Downloaded foreign-types v0.5.0 |
752 | 2024-12-21T04:25:18.989Z | Downloaded foreign-types v0.3.2 |
753 | 2024-12-21T04:25:18.989Z | Downloaded env_filter v0.1.2 |
754 | 2024-12-21T04:25:18.991Z | Downloaded rand_seeder v0.3.0 |
755 | 2024-12-21T04:25:18.995Z | Downloaded zopfli v0.8.1 |
756 | 2024-12-21T04:25:18.998Z | Downloaded uuid v1.11.0 |
757 | 2024-12-21T04:25:19.002Z | Downloaded mirai-annotations v1.12.0 |
758 | 2024-12-21T04:25:19.004Z | Downloaded polyval v0.6.2 |
759 | 2024-12-21T04:25:19.004Z | Downloaded uzers v0.12.1 |
760 | 2024-12-21T04:25:19.006Z | Downloaded itertools v0.10.5 |
761 | 2024-12-21T04:25:19.012Z | Downloaded predicates-core v1.0.8 |
762 | 2024-12-21T04:25:19.022Z | Downloaded rustversion v1.0.17 |
763 | 2024-12-21T04:25:19.025Z | Downloaded newtype_derive v0.1.6 |
764 | 2024-12-21T04:25:19.025Z | Downloaded dyn-clone v1.0.17 |
765 | 2024-12-21T04:25:19.025Z | Downloaded powerfmt v0.2.0 |
766 | 2024-12-21T04:25:19.025Z | Downloaded slog-dtrace v0.3.0 |
767 | 2024-12-21T04:25:19.025Z | Downloaded slog-bunyan v2.5.0 |
768 | 2024-12-21T04:25:19.025Z | Downloaded ron v0.7.1 |
769 | 2024-12-21T04:25:19.030Z | Downloaded termtree v0.4.1 |
770 | 2024-12-21T04:25:19.032Z | Downloaded sqlformat v0.2.6 |
771 | 2024-12-21T04:25:19.035Z | Downloaded slog-json v2.6.1 |
772 | 2024-12-21T04:25:19.040Z | Downloaded schemars v0.8.21 |
773 | 2024-12-21T04:25:19.048Z | Downloaded peg-runtime v0.8.3 |
774 | 2024-12-21T04:25:19.050Z | Downloaded dsl_auto_type v0.1.2 |
775 | 2024-12-21T04:25:19.053Z | Downloaded password-hash v0.5.0 |
776 | 2024-12-21T04:25:19.053Z | Downloaded multer v3.1.0 |
777 | 2024-12-21T04:25:19.055Z | Downloaded parking_lot_core v0.9.10 |
778 | 2024-12-21T04:25:19.058Z | Downloaded multimap v0.10.0 |
779 | 2024-12-21T04:25:19.064Z | Downloaded parking_lot_core v0.8.6 |
780 | 2024-12-21T04:25:19.065Z | Downloaded libxml v0.3.3 |
781 | 2024-12-21T04:25:19.069Z | Downloaded structmeta v0.3.0 |
782 | 2024-12-21T04:25:19.072Z | Downloaded num-conv v0.1.0 |
783 | 2024-12-21T04:25:19.072Z | Downloaded nibble_vec v0.1.0 |
784 | 2024-12-21T04:25:19.076Z | Downloaded ron v0.8.1 |
785 | 2024-12-21T04:25:19.081Z | Downloaded strum v0.26.3 |
786 | 2024-12-21T04:25:19.089Z | Downloaded writeable v0.5.5 |
787 | 2024-12-21T04:25:19.089Z | Downloaded zone_cfg_derive v0.1.2 |
788 | 2024-12-21T04:25:19.089Z | Downloaded sqlparser_derive v0.2.2 |
789 | 2024-12-21T04:25:19.094Z | Downloaded ref-cast v1.0.23 |
790 | 2024-12-21T04:25:19.094Z | Downloaded termios v0.3.3 |
791 | 2024-12-21T04:25:19.094Z | Downloaded strum_macros v0.25.3 |
792 | 2024-12-21T04:25:19.094Z | Downloaded whoami v1.5.2 |
793 | 2024-12-21T04:25:19.097Z | Downloaded time-macros v0.2.18 |
794 | 2024-12-21T04:25:19.099Z | Downloaded wyz v0.5.1 |
795 | 2024-12-21T04:25:19.099Z | Downloaded utf16_iter v1.0.5 |
796 | 2024-12-21T04:25:19.102Z | Downloaded untrusted v0.9.0 |
797 | 2024-12-21T04:25:19.102Z | Downloaded thiserror v2.0.3 |
798 | 2024-12-21T04:25:19.108Z | Downloaded path-slash v0.1.5 |
799 | 2024-12-21T04:25:19.110Z | Downloaded packed_struct_codegen v0.10.1 |
800 | 2024-12-21T04:25:19.114Z | Downloaded fragile v2.0.0 |
801 | 2024-12-21T04:25:19.114Z | Downloaded zeroize_derive v1.4.2 |
802 | 2024-12-21T04:25:19.118Z | Downloaded zeroize v1.8.1 |
803 | 2024-12-21T04:25:19.118Z | Downloaded zerofrom-derive v0.1.4 |
804 | 2024-12-21T04:25:19.118Z | Downloaded serde-big-array v0.5.1 |
805 | 2024-12-21T04:25:19.121Z | Downloaded twox-hash v1.6.3 |
806 | 2024-12-21T04:25:19.121Z | Downloaded mockall_derive v0.13.0 |
807 | 2024-12-21T04:25:19.124Z | Downloaded tinystr v0.7.6 |
808 | 2024-12-21T04:25:19.127Z | Downloaded termcolor v1.4.1 |
809 | 2024-12-21T04:25:19.130Z | Downloaded tiny-keccak v2.0.2 |
810 | 2024-12-21T04:25:19.132Z | Downloaded quick-error v1.2.3 |
811 | 2024-12-21T04:25:19.132Z | Downloaded proc-macro-crate v1.3.1 |
812 | 2024-12-21T04:25:19.135Z | Downloaded pem v3.0.4 |
813 | 2024-12-21T04:25:19.139Z | Downloaded rustls-pki-types v1.10.0 |
814 | 2024-12-21T04:25:19.142Z | Downloaded itertools v0.13.0 |
815 | 2024-12-21T04:25:19.148Z | Downloaded zerovec-derive v0.10.3 |
816 | 2024-12-21T04:25:19.152Z | Downloaded radium v0.7.0 |
817 | 2024-12-21T04:25:19.152Z | Downloaded similar v2.6.0 |
818 | 2024-12-21T04:25:19.156Z | Downloaded pretty-hex v0.2.1 |
819 | 2024-12-21T04:25:19.160Z | Downloaded hash32 v0.2.1 |
820 | 2024-12-21T04:25:19.160Z | Downloaded zone v0.3.0 |
821 | 2024-12-21T04:25:19.163Z | Downloaded zone v0.1.8 |
822 | 2024-12-21T04:25:19.163Z | Downloaded which v4.4.2 |
823 | 2024-12-21T04:25:19.163Z | Downloaded sync_wrapper v1.0.1 |
824 | 2024-12-21T04:25:19.166Z | Downloaded futures-macro v0.3.31 |
825 | 2024-12-21T04:25:19.166Z | Downloaded peg-macros v0.8.4 |
826 | 2024-12-21T04:25:19.168Z | Downloaded hash32 v0.3.1 |
827 | 2024-12-21T04:25:19.172Z | Downloaded num-bigint v0.4.6 |
828 | 2024-12-21T04:25:19.175Z | Downloaded dropshot_endpoint v0.13.0 |
829 | 2024-12-21T04:25:19.179Z | Downloaded openssl-macros v0.1.1 |
830 | 2024-12-21T04:25:19.182Z | Downloaded peg v0.8.4 |
831 | 2024-12-21T04:25:19.185Z | Downloaded serde_plain v1.0.2 |
832 | 2024-12-21T04:25:19.185Z | Downloaded serde_derive_internals v0.29.1 |
833 | 2024-12-21T04:25:19.188Z | Downloaded miniz_oxide v0.8.0 |
834 | 2024-12-21T04:25:19.191Z | Downloaded hkdf v0.12.4 |
835 | 2024-12-21T04:25:19.194Z | Downloaded serde-hex v0.1.0 |
836 | 2024-12-21T04:25:19.196Z | Downloaded dhcproto v0.12.0 |
837 | 2024-12-21T04:25:19.199Z | Downloaded pbkdf2 v0.11.0 |
838 | 2024-12-21T04:25:19.201Z | Downloaded signal-hook-tokio v0.3.1 |
839 | 2024-12-21T04:25:19.201Z | Downloaded rand_xorshift v0.3.0 |
840 | 2024-12-21T04:25:19.204Z | Downloaded rustls-pemfile v1.0.4 |
841 | 2024-12-21T04:25:19.206Z | Downloaded aws-lc-rs v1.10.0 |
842 | 2024-12-21T04:25:19.214Z | Downloaded openssl-probe v0.1.5 |
843 | 2024-12-21T04:25:19.217Z | Downloaded fallible-streaming-iterator v0.1.9 |
844 | 2024-12-21T04:25:19.217Z | Downloaded tls_codec v0.4.1 |
845 | 2024-12-21T04:25:19.219Z | Downloaded num-complex v0.4.6 |
846 | 2024-12-21T04:25:19.223Z | Downloaded foldhash v0.1.3 |
847 | 2024-12-21T04:25:19.223Z | Downloaded shell-words v1.1.0 |
848 | 2024-12-21T04:25:19.223Z | Downloaded progenitor v0.8.0 |
849 | 2024-12-21T04:25:19.225Z | Downloaded toml_edit v0.19.15 |
850 | 2024-12-21T04:25:19.241Z | Downloaded downcast v0.11.0 |
851 | 2024-12-21T04:25:19.244Z | Downloaded idna v1.0.3 |
852 | 2024-12-21T04:25:19.246Z | Downloaded strum_macros v0.24.3 |
853 | 2024-12-21T04:25:19.249Z | Downloaded num_enum v0.5.11 |
854 | 2024-12-21T04:25:19.255Z | Downloaded zone_cfg_derive v0.3.0 |
855 | 2024-12-21T04:25:19.257Z | Downloaded term v0.7.0 |
856 | 2024-12-21T04:25:19.259Z | Downloaded headers v0.4.0 |
857 | 2024-12-21T04:25:19.264Z | Downloaded futures-core v0.3.31 |
858 | 2024-12-21T04:25:19.268Z | Downloaded static_assertions v1.1.0 |
859 | 2024-12-21T04:25:19.271Z | Downloaded half v2.4.1 |
860 | 2024-12-21T04:25:19.271Z | Downloaded num-iter v0.1.45 |
861 | 2024-12-21T04:25:19.277Z | Downloaded packed_struct v0.10.1 |
862 | 2024-12-21T04:25:19.277Z | Downloaded darling_core v0.20.10 |
863 | 2024-12-21T04:25:19.279Z | Downloaded dhcproto-macros v0.1.0 |
864 | 2024-12-21T04:25:19.279Z | Downloaded predicates-tree v1.0.11 |
865 | 2024-12-21T04:25:19.281Z | Downloaded salty v0.3.0 |
866 | 2024-12-21T04:25:19.287Z | Downloaded debug-ignore v1.0.5 |
867 | 2024-12-21T04:25:19.290Z | Downloaded blake3 v1.5.4 |
868 | 2024-12-21T04:25:19.298Z | Downloaded shlex v1.3.0 |
869 | 2024-12-21T04:25:19.302Z | Downloaded num_enum_derive v0.5.11 |
870 | 2024-12-21T04:25:19.302Z | Downloaded universal-hash v0.5.1 |
871 | 2024-12-21T04:25:19.307Z | Downloaded tokio-tungstenite v0.24.0 |
872 | 2024-12-21T04:25:19.307Z | Downloaded num-derive v0.4.2 |
873 | 2024-12-21T04:25:19.310Z | Downloaded rustc-hash v2.0.0 |
874 | 2024-12-21T04:25:19.310Z | Downloaded olpc-cjson v0.1.4 |
875 | 2024-12-21T04:25:19.310Z | Downloaded tinyvec v1.8.0 |
876 | 2024-12-21T04:25:19.313Z | Downloaded dunce v1.0.5 |
877 | 2024-12-21T04:25:19.313Z | Downloaded tungstenite v0.23.0 |
878 | 2024-12-21T04:25:19.316Z | Downloaded tough v0.19.0 |
879 | 2024-12-21T04:25:19.325Z | Downloaded unicode-xid v0.2.6 |
880 | 2024-12-21T04:25:19.328Z | Downloaded zip v0.6.6 |
881 | 2024-12-21T04:25:19.331Z | Downloaded fallible-iterator v0.2.0 |
882 | 2024-12-21T04:25:19.333Z | Downloaded embedded-io v0.4.0 |
883 | 2024-12-21T04:25:19.336Z | Downloaded rustc-hash v1.1.0 |
884 | 2024-12-21T04:25:19.336Z | Downloaded rfc6979 v0.4.0 |
885 | 2024-12-21T04:25:19.336Z | Downloaded fatfs v0.3.6 |
886 | 2024-12-21T04:25:19.339Z | Downloaded schemars_derive v0.8.21 |
887 | 2024-12-21T04:25:19.342Z | Downloaded progenitor-macro v0.8.0 |
888 | 2024-12-21T04:25:19.342Z | Downloaded futures-io v0.3.31 |
889 | 2024-12-21T04:25:19.346Z | Downloaded diesel-dtrace v0.4.2 |
890 | 2024-12-21T04:25:19.346Z | Downloaded resolv-conf v0.7.0 |
891 | 2024-12-21T04:25:19.346Z | Downloaded unicode-segmentation v1.12.0 |
892 | 2024-12-21T04:25:19.350Z | Downloaded phf v0.11.2 |
893 | 2024-12-21T04:25:19.352Z | Downloaded pkcs5 v0.7.1 |
894 | 2024-12-21T04:25:19.356Z | Downloaded derive_builder v0.20.2 |
895 | 2024-12-21T04:25:19.361Z | Downloaded scheduled-thread-pool v0.2.7 |
896 | 2024-12-21T04:25:19.363Z | Downloaded either v1.13.0 |
897 | 2024-12-21T04:25:19.363Z | Downloaded tar v0.4.42 |
898 | 2024-12-21T04:25:19.366Z | Downloaded futures-channel v0.3.31 |
899 | 2024-12-21T04:25:19.369Z | Downloaded mio v1.0.2 |
900 | 2024-12-21T04:25:19.374Z | Downloaded structmeta-derive v0.2.0 |
901 | 2024-12-21T04:25:19.379Z | Downloaded rusqlite v0.32.1 |
902 | 2024-12-21T04:25:19.383Z | Downloaded structmeta-derive v0.3.0 |
903 | 2024-12-21T04:25:19.385Z | Downloaded defmt v0.3.8 |
904 | 2024-12-21T04:25:19.388Z | Downloaded unicode-bidi v0.3.17 |
905 | 2024-12-21T04:25:19.390Z | Downloaded unicode-properties v0.1.3 |
906 | 2024-12-21T04:25:19.396Z | Downloaded nom v7.1.3 |
907 | 2024-12-21T04:25:19.399Z | Downloaded rustc_version v0.1.7 |
908 | 2024-12-21T04:25:19.401Z | Downloaded des v0.8.1 |
909 | 2024-12-21T04:25:19.401Z | Downloaded derive_more v0.99.18 |
910 | 2024-12-21T04:25:19.406Z | Downloaded parking_lot v0.12.3 |
911 | 2024-12-21T04:25:19.409Z | Downloaded chrono v0.4.38 |
912 | 2024-12-21T04:25:19.416Z | Downloaded progenitor-impl v0.8.0 |
913 | 2024-12-21T04:25:19.419Z | Downloaded rcgen v0.12.1 |
914 | 2024-12-21T04:25:19.422Z | Downloaded pkcs1 v0.7.5 |
915 | 2024-12-21T04:25:20.427Z | Downloaded parking_lot v0.11.2 |
916 | 2024-12-21T04:25:20.431Z | Downloaded toml v0.7.8 |
917 | 2024-12-21T04:25:20.431Z | Downloaded flume v0.11.1 |
918 | 2024-12-21T04:25:20.431Z | Downloaded quinn-proto v0.11.8 |
919 | 2024-12-21T04:25:20.431Z | Downloaded typed-path v0.9.3 |
920 | 2024-12-21T04:25:20.431Z | Downloaded elliptic-curve v0.13.8 |
921 | 2024-12-21T04:25:20.431Z | Downloaded rustls-pemfile v2.2.0 |
922 | 2024-12-21T04:25:20.431Z | Downloaded bindgen v0.69.5 |
923 | 2024-12-21T04:25:20.431Z | Downloaded diesel_derives v2.2.3 |
924 | 2024-12-21T04:25:20.431Z | Downloaded hashbrown v0.14.5 |
925 | 2024-12-21T04:25:20.431Z | Downloaded unsafe-libyaml v0.2.11 |
926 | 2024-12-21T04:25:20.431Z | Downloaded bitvec v1.0.1 |
927 | 2024-12-21T04:25:20.431Z | Downloaded unicode_categories v0.1.1 |
928 | 2024-12-21T04:25:20.431Z | Downloaded zip v2.1.3 |
929 | 2024-12-21T04:25:20.431Z | Downloaded proptest v1.5.0 |
930 | 2024-12-21T04:25:20.431Z | Downloaded steno v0.4.1 |
931 | 2024-12-21T04:25:20.431Z | Downloaded icu_properties_data v1.5.0 |
932 | 2024-12-21T04:25:20.431Z | Downloaded rustyline v14.0.0 |
933 | 2024-12-21T04:25:20.431Z | Downloaded ed25519-dalek v2.1.1 |
934 | 2024-12-21T04:25:20.431Z | Downloaded rustls-webpki v0.101.7 |
935 | 2024-12-21T04:25:20.431Z | Downloaded tokio-util v0.7.12 |
936 | 2024-12-21T04:25:20.431Z | Downloaded winnow v0.5.40 |
937 | 2024-12-21T04:25:20.431Z | Downloaded unicode-normalization v0.1.24 |
938 | 2024-12-21T04:25:20.431Z | Downloaded p521 v0.13.3 |
939 | 2024-12-21T04:25:20.431Z | Downloaded webpki-roots v0.26.6 |
940 | 2024-12-21T04:25:20.431Z | Downloaded lalrpop v0.19.12 |
941 | 2024-12-21T04:25:20.431Z | Downloaded smoltcp v0.9.1 |
942 | 2024-12-21T04:25:20.431Z | Downloaded curve25519-dalek v4.1.3 |
943 | 2024-12-21T04:25:20.431Z | Downloaded rayon v1.10.0 |
944 | 2024-12-21T04:25:20.431Z | Downloaded hashbrown v0.12.3 |
945 | 2024-12-21T04:25:20.431Z | Downloaded trust-dns-proto v0.22.0 |
946 | 2024-12-21T04:25:20.431Z | Downloaded flate2 v1.0.35 |
947 | 2024-12-21T04:25:20.431Z | Downloaded portable-atomic v1.9.0 |
948 | 2024-12-21T04:25:20.431Z | Downloaded vcpkg v0.2.15 |
949 | 2024-12-21T04:25:20.432Z | Downloaded idna v0.4.0 |
950 | 2024-12-21T04:25:20.432Z | Downloaded zerocopy v0.8.10 |
951 | 2024-12-21T04:25:20.432Z | Downloaded h2 v0.4.6 |
952 | 2024-12-21T04:25:20.432Z | Downloaded dropshot v0.12.0 |
953 | 2024-12-21T04:25:20.432Z | Downloaded bstr v1.10.0 |
954 | 2024-12-21T04:25:20.432Z | Downloaded ssh-key v0.6.6 |
955 | 2024-12-21T04:25:20.432Z | Downloaded futures-util v0.3.31 |
956 | 2024-12-21T04:25:20.432Z | Downloaded quick-xml v0.33.0 |
957 | 2024-12-21T04:25:20.432Z | Downloaded openssl v0.10.66 |
958 | 2024-12-21T04:25:20.432Z | Downloaded sqlparser v0.45.0 |
959 | 2024-12-21T04:25:20.432Z | Downloaded regex v1.11.1 |
960 | 2024-12-21T04:25:20.432Z | Downloaded regex-syntax v0.8.5 |
961 | 2024-12-21T04:25:20.432Z | Downloaded dropshot v0.13.0 |
962 | 2024-12-21T04:25:20.432Z | Downloaded p384 v0.13.0 |
963 | 2024-12-21T04:25:20.432Z | Downloaded serde_with v3.11.0 |
964 | 2024-12-21T04:25:20.432Z | Downloaded regress v0.9.1 |
965 | 2024-12-21T04:25:20.432Z | Downloaded openapiv3 v2.0.0 |
966 | 2024-12-21T04:25:20.432Z | Downloaded git2 v0.19.0 |
967 | 2024-12-21T04:25:20.432Z | Downloaded sled v0.34.7 |
968 | 2024-12-21T04:25:20.432Z | Downloaded object v0.30.4 |
969 | 2024-12-21T04:25:20.432Z | Downloaded typify-impl v0.2.0 |
970 | 2024-12-21T04:25:20.432Z | Downloaded reqwest v0.12.9 |
971 | 2024-12-21T04:25:20.432Z | Downloaded radix_trie v0.2.1 |
972 | 2024-12-21T04:25:20.432Z | Downloaded unicode-width v0.2.0 |
973 | 2024-12-21T04:25:20.432Z | Downloaded rustls v0.23.19 |
974 | 2024-12-21T04:25:20.433Z | Downloaded petname v2.0.2 |
975 | 2024-12-21T04:25:20.433Z | Downloaded nix v0.27.1 |
976 | 2024-12-21T04:25:20.433Z | Downloaded hickory-proto v0.24.1 |
977 | 2024-12-21T04:25:20.433Z | Downloaded gimli v0.31.1 |
978 | 2024-12-21T04:25:20.433Z | Downloaded nix v0.28.0 |
979 | 2024-12-21T04:25:20.433Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
980 | 2024-12-21T04:25:20.433Z | Downloaded zerocopy-derive v0.6.6 |
981 | 2024-12-21T04:25:20.433Z | Downloaded rustls v0.21.12 |
982 | 2024-12-21T04:25:20.433Z | Downloaded nix v0.29.0 |
983 | 2024-12-21T04:25:20.433Z | Downloaded diesel v2.2.6 |
984 | 2024-12-21T04:25:20.433Z | Downloaded polar-core v0.27.3 |
985 | 2024-12-21T04:25:20.433Z | Downloaded regress v0.10.1 |
986 | 2024-12-21T04:25:20.433Z | Downloaded regex-syntax v0.6.29 |
987 | 2024-12-21T04:25:20.433Z | Downloaded rustls v0.22.4 |
988 | 2024-12-21T04:25:20.433Z | Downloaded sha3 v0.10.8 |
989 | 2024-12-21T04:25:20.433Z | Downloaded csv v1.3.0 |
990 | 2024-12-21T04:25:20.433Z | Downloaded object v0.36.5 |
991 | 2024-12-21T04:25:20.433Z | Downloaded smoltcp v0.11.0 |
992 | 2024-12-21T04:25:20.433Z | Downloaded chrono-tz v0.10.0 |
993 | 2024-12-21T04:25:20.433Z | Downloaded zerovec v0.10.4 |
994 | 2024-12-21T04:25:20.433Z | Downloaded reedline v0.35.0 |
995 | 2024-12-21T04:25:20.433Z | Downloaded idna v0.5.0 |
996 | 2024-12-21T04:25:20.433Z | Downloaded idna v0.3.0 |
997 | 2024-12-21T04:25:20.433Z | Downloaded idna v0.2.3 |
998 | 2024-12-21T04:25:20.433Z | Downloaded rustls-webpki v0.102.8 |
999 | 2024-12-21T04:25:20.433Z | Downloaded publicsuffix v2.2.3 |
1000 | 2024-12-21T04:25:20.434Z | Downloaded ratatui v0.28.1 |
1001 | 2024-12-21T04:25:20.434Z | Downloaded regex-automata v0.4.8 |
1002 | 2024-12-21T04:25:20.434Z | Downloaded x509-cert v0.2.5 |
1003 | 2024-12-21T04:25:20.434Z | Downloaded url v2.5.3 |
1004 | 2024-12-21T04:25:20.434Z | Downloaded ssh-cipher v0.2.0 |
1005 | 2024-12-21T04:25:20.434Z | Downloaded scopeguard v1.2.0 |
1006 | 2024-12-21T04:25:20.434Z | Downloaded futures v0.3.31 |
1007 | 2024-12-21T04:25:20.434Z | Downloaded expectorate v1.1.0 |
1008 | 2024-12-21T04:25:20.434Z | Downloaded tokio-tungstenite v0.23.1 |
1009 | 2024-12-21T04:25:20.434Z | Downloaded pin-utils v0.1.0 |
1010 | 2024-12-21T04:25:20.434Z | Downloaded futures-executor v0.3.31 |
1011 | 2024-12-21T04:25:20.434Z | Downloaded typify v0.2.0 |
1012 | 2024-12-21T04:25:20.434Z | Downloaded stable_deref_trait v1.2.0 |
1013 | 2024-12-21T04:25:20.434Z | Downloaded psl-types v2.0.11 |
1014 | 2024-12-21T04:25:20.434Z | Downloaded tui-tree-widget v0.22.0 |
1015 | 2024-12-21T04:25:20.434Z | Downloaded phf_codegen v0.11.2 |
1016 | 2024-12-21T04:25:20.438Z | Downloaded fallible-iterator v0.3.0 |
1017 | 2024-12-21T04:25:20.438Z | Downloaded hashbrown v0.13.2 |
1018 | 2024-12-21T04:25:20.438Z | Downloaded num-integer v0.1.46 |
1019 | 2024-12-21T04:25:20.438Z | Downloaded percent-encoding v2.3.1 |
1020 | 2024-12-21T04:25:20.438Z | Downloaded paste v1.0.15 |
1021 | 2024-12-21T04:25:20.438Z | Downloaded tungstenite v0.21.0 |
1022 | 2024-12-21T04:25:20.438Z | Downloaded lzma-sys v0.1.20 |
1023 | 2024-12-21T04:25:20.438Z | Downloaded num-bigint-dig v0.8.4 |
1024 | 2024-12-21T04:25:20.438Z | Downloaded float-ord v0.3.2 |
1025 | 2024-12-21T04:25:20.438Z | Downloaded encoding_rs v0.8.34 |
1026 | 2024-12-21T04:25:20.438Z | Downloaded libz-sys v1.1.20 |
1027 | 2024-12-21T04:25:20.438Z | Downloaded petgraph v0.6.5 |
1028 | 2024-12-21T04:25:20.438Z | Downloaded float-cmp v0.9.0 |
1029 | 2024-12-21T04:25:20.438Z | Downloaded tokio-macros v2.4.0 |
1030 | 2024-12-21T04:25:20.439Z | Downloaded tls_codec_derive v0.4.1 |
1031 | 2024-12-21T04:25:20.439Z | Downloaded russh v0.45.0 |
1032 | 2024-12-21T04:25:20.439Z | Downloaded hashlink v0.9.1 |
1033 | 2024-12-21T04:25:20.439Z | Downloaded rand v0.8.5 |
1034 | 2024-12-21T04:25:20.439Z | Downloaded dropshot_endpoint v0.12.0 |
1035 | 2024-12-21T04:25:20.439Z | Downloaded parse-zoneinfo v0.3.1 |
1036 | 2024-12-21T04:25:20.439Z | Downloaded crossterm v0.28.1 |
1037 | 2024-12-21T04:25:20.439Z | Downloaded futures-sink v0.3.31 |
1038 | 2024-12-21T04:25:20.439Z | Downloaded walkdir v2.5.0 |
1039 | 2024-12-21T04:25:20.439Z | Downloaded serde_urlencoded v0.7.1 |
1040 | 2024-12-21T04:25:20.439Z | Downloaded itertools v0.12.1 |
1041 | 2024-12-21T04:25:20.444Z | Downloaded vergen v8.3.2 |
1042 | 2024-12-21T04:25:20.448Z | Downloaded tokio v1.40.0 |
1043 | 2024-12-21T04:25:20.497Z | Downloaded p256 v0.13.2 |
1044 | 2024-12-21T04:25:20.502Z | Downloaded time v0.3.36 |
1045 | 2024-12-21T04:25:20.510Z | Downloaded qorb v0.2.1 |
1046 | 2024-12-21T04:25:20.515Z | Downloaded thiserror-impl v2.0.3 |
1047 | 2024-12-21T04:25:20.518Z | Downloaded serde_repr v0.1.19 |
1048 | 2024-12-21T04:25:20.523Z | Downloaded postcard v1.0.10 |
1049 | 2024-12-21T04:25:20.525Z | Downloaded postgres-types v0.2.8 |
1050 | 2024-12-21T04:25:20.527Z | Downloaded postgres-protocol v0.6.7 |
1051 | 2024-12-21T04:25:20.530Z | Downloaded zerocopy-derive v0.8.10 |
1052 | 2024-12-21T04:25:20.536Z | Downloaded quinn v0.11.5 |
1053 | 2024-12-21T04:25:20.539Z | Downloaded nodrop v0.1.14 |
1054 | 2024-12-21T04:25:20.541Z | Downloaded poly1305 v0.8.0 |
1055 | 2024-12-21T04:25:20.543Z | Downloaded scrypt v0.11.0 |
1056 | 2024-12-21T04:25:20.546Z | Downloaded rustfmt-wrapper v0.2.1 |
1057 | 2024-12-21T04:25:20.546Z | Downloaded tracing v0.1.40 |
1058 | 2024-12-21T04:25:20.549Z | Downloaded snafu v0.8.5 |
1059 | 2024-12-21T04:25:20.555Z | Downloaded snafu-derive v0.8.5 |
1060 | 2024-12-21T04:25:20.557Z | Downloaded slog-scope v4.4.0 |
1061 | 2024-12-21T04:25:20.559Z | Downloaded env_logger v0.10.2 |
1062 | 2024-12-21T04:25:20.561Z | Downloaded num-traits v0.2.19 |
1063 | 2024-12-21T04:25:20.563Z | Downloaded derive-where v1.2.7 |
1064 | 2024-12-21T04:25:20.566Z | Downloaded libm v0.2.8 |
1065 | 2024-12-21T04:25:20.573Z | Downloaded slog-envlogger v2.2.0 |
1066 | 2024-12-21T04:25:20.576Z | Downloaded slab v0.4.9 |
1067 | 2024-12-21T04:25:20.576Z | Downloaded siphasher v0.3.11 |
1068 | 2024-12-21T04:25:20.579Z | Downloaded rusty-fork v0.3.0 |
1069 | 2024-12-21T04:25:20.582Z | Downloaded tokio-native-tls v0.3.1 |
1070 | 2024-12-21T04:25:20.584Z | Downloaded string_cache v0.8.7 |
1071 | 2024-12-21T04:25:20.585Z | Downloaded der v0.7.9 |
1072 | 2024-12-21T04:25:20.589Z | Downloaded native-tls v0.2.12 |
1073 | 2024-12-21T04:25:20.592Z | Downloaded getrandom v0.2.15 |
1074 | 2024-12-21T04:25:20.594Z | Downloaded pkcs8 v0.10.2 |
1075 | 2024-12-21T04:25:20.596Z | Downloaded tokio-tungstenite v0.21.0 |
1076 | 2024-12-21T04:25:20.599Z | Downloaded salsa20 v0.10.2 |
1077 | 2024-12-21T04:25:20.599Z | Downloaded rtoolbox v0.0.2 |
1078 | 2024-12-21T04:25:20.601Z | Downloaded thiserror-impl-no-std v2.0.2 |
1079 | 2024-12-21T04:25:20.601Z | Downloaded tap v1.0.1 |
1080 | 2024-12-21T04:25:20.602Z | Downloaded num-rational v0.4.2 |
1081 | 2024-12-21T04:25:20.604Z | Downloaded vte v0.11.1 |
1082 | 2024-12-21T04:25:20.604Z | Downloaded vsss-rs v3.3.4 |
1083 | 2024-12-21T04:25:20.606Z | Downloaded crossbeam-channel v0.5.13 |
1084 | 2024-12-21T04:25:20.610Z | Downloaded aes-gcm v0.10.3 |
1085 | 2024-12-21T04:25:20.613Z | Downloaded openssl-sys v0.9.103 |
1086 | 2024-12-21T04:25:20.618Z | Downloaded tungstenite v0.24.0 |
1087 | 2024-12-21T04:25:20.620Z | Downloaded rsa v0.9.6 |
1088 | 2024-12-21T04:25:20.625Z | Downloaded signal-hook v0.3.17 |
1089 | 2024-12-21T04:25:20.628Z | Downloaded serde_yaml v0.9.34+deprecated |
1090 | 2024-12-21T04:25:20.631Z | Downloaded defmt-macros v0.3.9 |
1091 | 2024-12-21T04:25:20.634Z | Downloaded pkg-config v0.3.31 |
1092 | 2024-12-21T04:25:20.636Z | Downloaded opaque-debug v0.3.1 |
1093 | 2024-12-21T04:25:20.636Z | Downloaded newtype-uuid v1.1.3 |
1094 | 2024-12-21T04:25:20.638Z | Downloaded nanorand v0.7.0 |
1095 | 2024-12-21T04:25:20.640Z | Downloaded ghash v0.5.1 |
1096 | 2024-12-21T04:25:20.640Z | Downloaded flagset v0.4.6 |
1097 | 2024-12-21T04:25:20.642Z | Downloaded enum-as-inner v0.6.1 |
1098 | 2024-12-21T04:25:20.645Z | Downloaded tracing-attributes v0.1.27 |
1099 | 2024-12-21T04:25:20.645Z | Downloaded tokio-stream v0.1.16 |
1100 | 2024-12-21T04:25:20.650Z | Downloaded pin-project-lite v0.2.14 |
1101 | 2024-12-21T04:25:20.654Z | Downloaded zerocopy v0.6.6 |
1102 | 2024-12-21T04:25:20.656Z | Downloaded base64 v0.22.1 |
1103 | 2024-12-21T04:25:20.660Z | Downloaded tokio-postgres v0.7.12 |
1104 | 2024-12-21T04:25:20.664Z | Downloaded smallvec v1.13.2 |
1105 | 2024-12-21T04:25:20.667Z | Downloaded tracing-core v0.1.32 |
1106 | 2024-12-21T04:25:20.670Z | Downloaded samael v0.0.17 |
1107 | 2024-12-21T04:25:20.674Z | Downloaded const_format v0.2.33 |
1108 | 2024-12-21T04:25:20.679Z | Downloaded password-hash v0.4.2 |
1109 | 2024-12-21T04:25:20.681Z | Downloaded gethostname v0.5.0 |
1110 | 2024-12-21T04:25:20.681Z | Downloaded funty v2.0.0 |
1111 | 2024-12-21T04:25:20.681Z | Downloaded fixedbitset v0.4.2 |
1112 | 2024-12-21T04:25:20.684Z | Downloaded utf-8 v0.7.6 |
1113 | 2024-12-21T04:25:20.684Z | Downloaded serde_with_macros v3.11.0 |
1114 | 2024-12-21T04:25:20.686Z | Downloaded rustc-demangle v0.1.24 |
1115 | 2024-12-21T04:25:20.688Z | Downloaded oso v0.27.3 |
1116 | 2024-12-21T04:25:20.691Z | Downloaded icu_locid_transform_data v1.5.0 |
1117 | 2024-12-21T04:25:20.693Z | Downloaded hickory-server v0.24.1 |
1118 | 2024-12-21T04:25:20.696Z | Downloaded hickory-resolver v0.24.1 |
1119 | 2024-12-21T04:25:20.700Z | Downloaded crypto-bigint v0.5.5 |
1120 | 2024-12-21T04:25:20.706Z | Downloaded derive_builder_core v0.20.2 |
1121 | 2024-12-21T04:25:20.709Z | Downloaded socket2 v0.5.7 |
1122 | 2024-12-21T04:25:20.712Z | Downloaded indicatif v0.17.9 |
1123 | 2024-12-21T04:25:20.714Z | Downloaded bumpalo v3.16.0 |
1124 | 2024-12-21T04:25:20.717Z | Downloaded cookie v0.18.1 |
1125 | 2024-12-21T04:25:20.719Z | Downloaded compact_str v0.8.0 |
1126 | 2024-12-21T04:25:20.722Z | Downloaded bytes v1.8.0 |
1127 | 2024-12-21T04:25:20.726Z | Downloaded r2d2 v0.8.10 |
1128 | 2024-12-21T04:25:20.729Z | Downloaded group v0.13.0 |
1129 | 2024-12-21T04:25:20.731Z | Downloaded phf_generator v0.11.2 |
1130 | 2024-12-21T04:25:20.731Z | Downloaded foreign-types-shared v0.3.1 |
1131 | 2024-12-21T04:25:20.731Z | Downloaded dirs-next v2.0.0 |
1132 | 2024-12-21T04:25:20.734Z | Downloaded aes v0.8.4 |
1133 | 2024-12-21T04:25:20.737Z | Downloaded tokio-rustls v0.25.0 |
1134 | 2024-12-21T04:25:20.737Z | Downloaded crc-any v2.5.0 |
1135 | 2024-12-21T04:25:20.739Z | Downloaded tokio-rustls v0.24.1 |
1136 | 2024-12-21T04:25:20.742Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1137 | 2024-12-21T04:25:20.796Z | Downloaded crossbeam-utils v0.8.20 |
1138 | 2024-12-21T04:25:20.801Z | Downloaded crossbeam-epoch v0.9.18 |
1139 | 2024-12-21T04:25:20.803Z | Downloaded csv-core v0.1.11 |
1140 | 2024-12-21T04:25:20.803Z | Downloaded ciborium v0.2.2 |
1141 | 2024-12-21T04:25:20.805Z | Downloaded cancel-safe-futures v0.1.5 |
1142 | 2024-12-21T04:25:20.808Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1143 | 2024-12-21T04:25:20.811Z | Downloaded same-file v1.0.6 |
1144 | 2024-12-21T04:25:20.811Z | Downloaded ctr v0.9.2 |
1145 | 2024-12-21T04:25:20.813Z | Downloaded bitflags v1.3.2 |
1146 | 2024-12-21T04:25:20.817Z | Downloaded bitfield-struct v0.6.2 |
1147 | 2024-12-21T04:25:20.820Z | Downloaded base64ct v1.6.0 |
1148 | 2024-12-21T04:25:20.820Z | Downloaded blake2 v0.10.6 |
1149 | 2024-12-21T04:25:20.820Z | Downloaded cmake v0.1.51 |
1150 | 2024-12-21T04:25:20.822Z | Downloaded chacha20 v0.9.1 |
1151 | 2024-12-21T04:25:20.825Z | Downloaded cassowary v0.3.0 |
1152 | 2024-12-21T04:25:20.825Z | Downloaded base64 v0.21.7 |
1153 | 2024-12-21T04:25:20.827Z | Downloaded cobs v0.2.3 |
1154 | 2024-12-21T04:25:20.830Z | Downloaded bitfield v0.14.0 |
1155 | 2024-12-21T04:25:20.830Z | Downloaded bit-vec v0.6.3 |
1156 | 2024-12-21T04:25:20.832Z | Downloaded bit-set v0.5.3 |
1157 | 2024-12-21T04:25:20.834Z | Downloaded bb8 v0.8.5 |
1158 | 2024-12-21T04:25:20.834Z | Downloaded arrayvec v0.7.6 |
1159 | 2024-12-21T04:25:20.837Z | Downloaded aho-corasick v1.1.3 |
1160 | 2024-12-21T04:25:20.841Z | Downloaded jobserver v0.1.32 |
1161 | 2024-12-21T04:25:20.843Z | Downloaded impl-trait-for-tuples v0.2.2 |
1162 | 2024-12-21T04:25:20.845Z | Downloaded hyper-tls v0.6.0 |
1163 | 2024-12-21T04:25:20.847Z | Downloaded hubpack v0.1.2 |
1164 | 2024-12-21T04:25:20.849Z | Downloaded httpdate v1.0.3 |
1165 | 2024-12-21T04:25:20.849Z | Downloaded hickory-client v0.24.1 |
1166 | 2024-12-21T04:25:20.852Z | Downloaded memoffset v0.9.1 |
1167 | 2024-12-21T04:25:20.854Z | Downloaded maplit v1.0.2 |
1168 | 2024-12-21T04:25:20.854Z | Downloaded lru v0.12.5 |
1169 | 2024-12-21T04:25:20.857Z | Downloaded linear-map v1.2.0 |
1170 | 2024-12-21T04:25:20.857Z | Downloaded instability v0.3.2 |
1171 | 2024-12-21T04:25:20.859Z | Downloaded indent_write v2.2.0 |
1172 | 2024-12-21T04:25:20.859Z | Downloaded async-trait v0.1.83 |
1173 | 2024-12-21T04:25:20.863Z | Downloaded indoc v1.0.9 |
1174 | 2024-12-21T04:25:20.865Z | Downloaded async-recursion v1.1.1 |
1175 | 2024-12-21T04:25:20.869Z | Downloaded array-init v0.0.4 |
1176 | 2024-12-21T04:25:20.872Z | Downloaded argon2 v0.5.3 |
1177 | 2024-12-21T04:25:20.872Z | Downloaded is-terminal v0.4.13 |
1178 | 2024-12-21T04:25:20.874Z | Downloaded hostname v0.4.0 |
1179 | 2024-12-21T04:25:20.874Z | Downloaded ascii-canvas v3.0.0 |
1180 | 2024-12-21T04:25:20.878Z | Downloaded home v0.5.9 |
1181 | 2024-12-21T04:25:21.119Z | Downloaded aws-lc-sys v0.22.0 |
1182 | 2024-12-21T04:25:21.503Z | Downloaded ring v0.17.8 |
1183 | 2024-12-21T04:25:21.670Z | Downloaded ring v0.16.20 |
1184 | 2024-12-21T04:25:21.751Z | Downloaded libsqlite3-sys v0.30.1 |
1185 | 2024-12-21T04:25:21.928Z | Compiling serde v1.0.215 |
1186 | 2024-12-21T04:25:21.932Z | Compiling lock_api v0.4.12 |
1187 | 2024-12-21T04:25:21.932Z | Compiling scopeguard v1.2.0 |
1188 | 2024-12-21T04:25:21.932Z | Compiling value-bag v1.9.0 |
1189 | 2024-12-21T04:25:21.932Z | Compiling typenum v1.17.0 |
1190 | 2024-12-21T04:25:21.932Z | Compiling generic-array v0.14.7 |
1191 | 2024-12-21T04:25:22.116Z | Compiling syn v2.0.87 |
1192 | 2024-12-21T04:25:22.130Z | Compiling getrandom v0.2.15 |
1193 | 2024-12-21T04:25:22.230Z | Compiling subtle v2.6.1 |
1194 | 2024-12-21T04:25:22.468Z | Compiling rand_core v0.6.4 |
1195 | 2024-12-21T04:25:22.583Z | Compiling log v0.4.22 |
1196 | 2024-12-21T04:25:22.664Z | Compiling shlex v1.3.0 |
1197 | 2024-12-21T04:25:22.685Z | Compiling jobserver v0.1.32 |
1198 | 2024-12-21T04:25:22.703Z | Compiling const-oid v0.9.6 |
1199 | 2024-12-21T04:25:23.005Z | Compiling smallvec v1.13.2 |
1200 | 2024-12-21T04:25:23.089Z | Compiling cc v1.1.30 |
1201 | 2024-12-21T04:25:23.226Z | Compiling spin v0.9.8 |
1202 | 2024-12-21T04:25:23.397Z | Compiling pin-project-lite v0.2.14 |
1203 | 2024-12-21T04:25:23.439Z | Compiling rustix v0.38.37 |
1204 | 2024-12-21T04:25:23.520Z | Compiling parking_lot_core v0.9.10 |
1205 | 2024-12-21T04:25:23.617Z | Compiling futures-core v0.3.31 |
1206 | 2024-12-21T04:25:23.635Z | Compiling signal-hook-registry v1.4.2 |
1207 | 2024-12-21T04:25:23.873Z | Compiling mio v1.0.2 |
1208 | 2024-12-21T04:25:24.298Z | Compiling aho-corasick v1.1.3 |
1209 | 2024-12-21T04:25:24.465Z | Compiling parking_lot v0.12.3 |
1210 | 2024-12-21T04:25:24.632Z | Compiling either v1.13.0 |
1211 | 2024-12-21T04:25:24.635Z | Compiling cpufeatures v0.2.14 |
1212 | 2024-12-21T04:25:24.726Z | Compiling regex-syntax v0.8.5 |
1213 | 2024-12-21T04:25:24.748Z | Compiling lazy_static v1.5.0 |
1214 | 2024-12-21T04:25:24.874Z | Compiling glob v0.3.1 |
1215 | 2024-12-21T04:25:25.039Z | Compiling stable_deref_trait v1.2.0 |
1216 | 2024-12-21T04:25:25.064Z | Compiling futures-sink v0.3.31 |
1217 | 2024-12-21T04:25:25.157Z | Compiling socket2 v0.5.7 |
1218 | 2024-12-21T04:25:25.226Z | Compiling slab v0.4.9 |
1219 | 2024-12-21T04:25:25.350Z | Compiling prettyplease v0.2.25 |
1220 | 2024-12-21T04:25:25.759Z | Compiling minimal-lexical v0.2.1 |
1221 | 2024-12-21T04:25:25.783Z | Compiling serde_json v1.0.133 |
1222 | 2024-12-21T04:25:25.976Z | Compiling clang-sys v1.8.1 |
1223 | 2024-12-21T04:25:26.225Z | Compiling nom v7.1.3 |
1224 | 2024-12-21T04:25:26.316Z | Compiling libloading v0.8.5 |
1225 | 2024-12-21T04:25:26.445Z | Compiling home v0.5.9 |
1226 | 2024-12-21T04:25:26.690Z | Compiling bindgen v0.69.5 |
1227 | 2024-12-21T04:25:26.752Z | Compiling futures-channel v0.3.31 |
1228 | 2024-12-21T04:25:27.178Z | Compiling itertools v0.12.1 |
1229 | 2024-12-21T04:25:27.458Z | Compiling rustc-hash v1.1.0 |
1230 | 2024-12-21T04:25:27.539Z | Compiling foldhash v0.1.3 |
1231 | 2024-12-21T04:25:27.598Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-12-21T04:25:27.856Z | Compiling lazycell v1.3.0 |
1233 | 2024-12-21T04:25:28.026Z | Compiling futures-io v0.3.31 |
1234 | 2024-12-21T04:25:28.352Z | Compiling futures-task v0.3.31 |
1235 | 2024-12-21T04:25:28.441Z | Compiling regex-automata v0.4.8 |
1236 | 2024-12-21T04:25:28.653Z | Compiling libm v0.2.8 |
1237 | 2024-12-21T04:25:28.985Z | Compiling pin-utils v0.1.0 |
1238 | 2024-12-21T04:25:29.116Z | Compiling hashbrown v0.15.1 |
1239 | 2024-12-21T04:25:29.897Z | Compiling synstructure v0.13.1 |
1240 | 2024-12-21T04:25:30.287Z | Compiling cexpr v0.6.0 |
1241 | 2024-12-21T04:25:30.509Z | Compiling cmake v0.1.51 |
1242 | 2024-12-21T04:25:31.568Z | Compiling num-traits v0.2.19 |
1243 | 2024-12-21T04:25:31.655Z | Compiling dunce v1.0.5 |
1244 | 2024-12-21T04:25:31.676Z | Compiling fs_extra v1.3.0 |
1245 | 2024-12-21T04:25:31.795Z | Compiling tinyvec_macros v0.1.1 |
1246 | 2024-12-21T04:25:31.845Z | Compiling pkg-config v0.3.31 |
1247 | 2024-12-21T04:25:31.888Z | Compiling tinyvec v1.8.0 |
1248 | 2024-12-21T04:25:32.355Z | Compiling ring v0.17.8 |
1249 | 2024-12-21T04:25:33.131Z | Compiling paste v1.0.15 |
1250 | 2024-12-21T04:25:33.385Z | Compiling unicode-normalization v0.1.24 |
1251 | 2024-12-21T04:25:33.497Z | Compiling unicode-bidi v0.3.17 |
1252 | 2024-12-21T04:25:33.913Z | Compiling writeable v0.5.5 |
1253 | 2024-12-21T04:25:33.941Z | Compiling litemap v0.7.3 |
1254 | 2024-12-21T04:25:34.092Z | Compiling regex v1.11.1 |
1255 | 2024-12-21T04:25:34.229Z | Compiling base64ct v1.6.0 |
1256 | 2024-12-21T04:25:34.814Z | Compiling pem-rfc7468 v0.7.0 |
1257 | 2024-12-21T04:25:34.863Z | Compiling httparse v1.9.5 |
1258 | 2024-12-21T04:25:35.190Z | Compiling aws-lc-rs v1.10.0 |
1259 | 2024-12-21T04:25:35.349Z | Compiling flagset v0.4.6 |
1260 | 2024-12-21T04:25:35.582Z | Compiling tracing-core v0.1.32 |
1261 | 2024-12-21T04:25:35.606Z | Compiling icu_locid_transform_data v1.5.0 |
1262 | 2024-12-21T04:25:35.693Z | Compiling percent-encoding v2.3.1 |
1263 | 2024-12-21T04:25:35.714Z | Compiling rustls-pki-types v1.10.0 |
1264 | 2024-12-21T04:25:36.052Z | Compiling crossbeam-utils v0.8.20 |
1265 | 2024-12-21T04:25:36.632Z | Compiling vcpkg v0.2.15 |
1266 | 2024-12-21T04:25:36.709Z | Compiling serde_derive v1.0.215 |
1267 | 2024-12-21T04:25:36.771Z | Compiling zeroize_derive v1.4.2 |
1268 | 2024-12-21T04:25:36.893Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2024-12-21T04:25:37.281Z | Compiling tokio-macros v2.4.0 |
1270 | 2024-12-21T04:25:38.282Z | Compiling zeroize v1.8.1 |
1271 | 2024-12-21T04:25:38.732Z | Compiling zerofrom-derive v0.1.4 |
1272 | 2024-12-21T04:25:38.804Z | Compiling yoke-derive v0.7.4 |
1273 | 2024-12-21T04:25:38.877Z | Compiling thiserror-impl v1.0.69 |
1274 | 2024-12-21T04:25:39.087Z | Compiling zerocopy v0.7.35 |
1275 | 2024-12-21T04:25:40.028Z | Compiling crypto-common v0.1.6 |
1276 | 2024-12-21T04:25:40.249Z | Compiling block-buffer v0.10.4 |
1277 | 2024-12-21T04:25:40.530Z | Compiling digest v0.10.7 |
1278 | 2024-12-21T04:25:40.752Z | Compiling zerovec-derive v0.10.3 |
1279 | 2024-12-21T04:25:40.971Z | Compiling hmac v0.12.1 |
1280 | 2024-12-21T04:25:41.063Z | Compiling futures-macro v0.3.31 |
1281 | 2024-12-21T04:25:41.215Z | Compiling block-padding v0.3.3 |
1282 | 2024-12-21T04:25:41.470Z | Compiling displaydoc v0.2.5 |
1283 | 2024-12-21T04:25:41.709Z | Compiling inout v0.1.3 |
1284 | 2024-12-21T04:25:41.993Z | Compiling cipher v0.4.4 |
1285 | 2024-12-21T04:25:42.315Z | Compiling thiserror v1.0.69 |
1286 | 2024-12-21T04:25:42.456Z | Compiling sha2 v0.10.8 |
1287 | 2024-12-21T04:25:42.476Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2024-12-21T04:25:42.850Z | Compiling zerofrom v0.1.4 |
1289 | 2024-12-21T04:25:42.911Z | Compiling futures-util v0.3.31 |
1290 | 2024-12-21T04:25:43.060Z | Compiling yoke v0.7.4 |
1291 | 2024-12-21T04:25:43.114Z | Compiling icu_provider_macros v1.5.0 |
1292 | 2024-12-21T04:25:43.355Z | Compiling der_derive v0.7.3 |
1293 | 2024-12-21T04:25:43.385Z | Compiling zerovec v0.10.4 |
1294 | 2024-12-21T04:25:43.419Z | Compiling rand_chacha v0.3.1 |
1295 | 2024-12-21T04:25:44.196Z | Compiling tracing-attributes v0.1.27 |
1296 | 2024-12-21T04:25:44.570Z | Compiling rand v0.8.5 |
1297 | 2024-12-21T04:25:45.554Z | Compiling tinystr v0.7.6 |
1298 | 2024-12-21T04:25:45.803Z | Compiling icu_collections v1.5.0 |
1299 | 2024-12-21T04:25:45.903Z | Compiling pest v2.7.14 |
1300 | 2024-12-21T04:25:45.950Z | Compiling icu_locid v1.5.0 |
1301 | 2024-12-21T04:25:46.002Z | Compiling der v0.7.9 |
1302 | 2024-12-21T04:25:46.809Z | Compiling salsa20 v0.10.2 |
1303 | 2024-12-21T04:25:47.055Z | Compiling pbkdf2 v0.12.2 |
1304 | 2024-12-21T04:25:47.220Z | Compiling icu_provider v1.5.0 |
1305 | 2024-12-21T04:25:47.292Z | Compiling mirai-annotations v1.12.0 |
1306 | 2024-12-21T04:25:47.487Z | Compiling powerfmt v0.2.0 |
1307 | 2024-12-21T04:25:47.889Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2024-12-21T04:25:48.106Z | Compiling tracing v0.1.40 |
1309 | 2024-12-21T04:25:48.234Z | Compiling spki v0.7.3 |
1310 | 2024-12-21T04:25:48.437Z | Compiling untrusted v0.9.0 |
1311 | 2024-12-21T04:25:48.605Z | Compiling num-conv v0.1.0 |
1312 | 2024-12-21T04:25:48.628Z | Compiling time-core v0.1.2 |
1313 | 2024-12-21T04:25:48.635Z | Compiling icu_properties_data v1.5.0 |
1314 | 2024-12-21T04:25:48.806Z | Compiling untrusted v0.7.1 |
1315 | 2024-12-21T04:25:48.890Z | Compiling time-macros v0.2.18 |
1316 | 2024-12-21T04:25:48.950Z | Compiling pest_meta v2.7.14 |
1317 | 2024-12-21T04:25:48.991Z | Compiling deranged v0.3.11 |
1318 | 2024-12-21T04:25:49.067Z | Compiling icu_properties v1.5.1 |
1319 | 2024-12-21T04:25:49.420Z | Compiling scrypt v0.11.0 |
1320 | 2024-12-21T04:25:50.024Z | Compiling aes v0.8.4 |
1321 | 2024-12-21T04:25:50.633Z | Compiling cbc v0.1.2 |
1322 | 2024-12-21T04:25:50.883Z | Compiling bitflags v2.6.0 |
1323 | 2024-12-21T04:25:50.979Z | Compiling bytes v1.8.0 |
1324 | 2024-12-21T04:25:52.205Z | Compiling tokio v1.40.0 |
1325 | 2024-12-21T04:25:52.302Z | Compiling indexmap v2.6.0 |
1326 | 2024-12-21T04:25:52.755Z | Compiling http v1.1.0 |
1327 | 2024-12-21T04:25:52.865Z | Compiling semver v1.0.23 |
1328 | 2024-12-21T04:25:53.611Z | Compiling rustc_version v0.4.1 |
1329 | 2024-12-21T04:25:53.775Z | Compiling openssl-sys v0.9.103 |
1330 | 2024-12-21T04:25:54.011Z | Compiling scroll_derive v0.12.0 |
1331 | 2024-12-21T04:25:55.365Z | Compiling icu_normalizer_data v1.5.0 |
1332 | 2024-12-21T04:25:55.368Z | Compiling utf8_iter v1.0.4 |
1333 | 2024-12-21T04:25:55.368Z | Compiling write16 v1.0.0 |
1334 | 2024-12-21T04:25:55.368Z | Compiling num_threads v0.1.7 |
1335 | 2024-12-21T04:25:55.368Z | Compiling atomic-waker v1.1.2 |
1336 | 2024-12-21T04:25:55.368Z | Compiling utf16_iter v1.0.5 |
1337 | 2024-12-21T04:25:55.368Z | Compiling time v0.3.36 |
1338 | 2024-12-21T04:25:55.368Z | Compiling icu_normalizer v1.5.0 |
1339 | 2024-12-21T04:25:55.368Z | Compiling http-body v1.0.1 |
1340 | 2024-12-21T04:25:55.368Z | Compiling which v4.4.2 |
1341 | 2024-12-21T04:25:55.368Z | Compiling pkcs5 v0.7.1 |
1342 | 2024-12-21T04:25:55.423Z | Compiling pest_generator v2.7.14 |
1343 | 2024-12-21T04:25:55.439Z | Compiling scroll v0.12.0 |
1344 | 2024-12-21T04:25:56.042Z | Compiling form_urlencoded v1.2.1 |
1345 | 2024-12-21T04:25:56.382Z | Compiling try-lock v0.2.5 |
1346 | 2024-12-21T04:25:56.536Z | Compiling slog v2.7.0 |
1347 | 2024-12-21T04:25:56.561Z | Compiling want v0.3.1 |
1348 | 2024-12-21T04:25:56.613Z | Compiling goblin v0.8.2 |
1349 | 2024-12-21T04:25:56.850Z | Compiling pkcs8 v0.10.2 |
1350 | 2024-12-21T04:25:57.055Z | Compiling idna_adapter v1.2.0 |
1351 | 2024-12-21T04:25:57.134Z | Compiling uuid v1.11.0 |
1352 | 2024-12-21T04:25:57.303Z | Compiling iana-time-zone v0.1.61 |
1353 | 2024-12-21T04:25:57.533Z | Compiling pest_derive v2.7.14 |
1354 | 2024-12-21T04:25:57.561Z | Compiling httpdate v1.0.3 |
1355 | 2024-12-21T04:25:57.791Z | Compiling chrono v0.4.38 |
1356 | 2024-12-21T04:25:58.037Z | Compiling idna v1.0.3 |
1357 | 2024-12-21T04:25:58.358Z | Compiling dtrace-parser v0.2.0 |
1358 | 2024-12-21T04:25:59.399Z | Compiling serde_spanned v0.6.8 |
1359 | 2024-12-21T04:25:59.637Z | Compiling toml_datetime v0.6.8 |
1360 | 2024-12-21T04:25:59.917Z | Compiling serde_tokenstream v0.2.2 |
1361 | 2024-12-21T04:26:00.075Z | Compiling openssl v0.10.66 |
1362 | 2024-12-21T04:26:00.148Z | Compiling rustversion v1.0.17 |
1363 | 2024-12-21T04:26:00.518Z | Compiling base64 v0.22.1 |
1364 | 2024-12-21T04:26:00.549Z | Compiling tokio-util v0.7.12 |
1365 | 2024-12-21T04:26:00.590Z | Compiling match_cfg v0.1.0 |
1366 | 2024-12-21T04:26:00.694Z | Compiling foreign-types-shared v0.1.1 |
1367 | 2024-12-21T04:26:00.828Z | Compiling tower-service v0.3.3 |
1368 | 2024-12-21T04:26:00.884Z | Compiling adler2 v2.0.0 |
1369 | 2024-12-21T04:26:01.032Z | Compiling miniz_oxide v0.8.0 |
1370 | 2024-12-21T04:26:01.106Z | Compiling foreign-types v0.3.2 |
1371 | 2024-12-21T04:26:01.214Z | Compiling hostname v0.3.1 |
1372 | 2024-12-21T04:26:01.345Z | Compiling url v2.5.3 |
1373 | 2024-12-21T04:26:01.567Z | Compiling h2 v0.4.6 |
1374 | 2024-12-21T04:26:01.995Z | Compiling openssl-macros v0.1.1 |
1375 | 2024-12-21T04:26:02.596Z | Compiling dof v0.3.0 |
1376 | 2024-12-21T04:26:02.758Z | Compiling async-trait v0.1.83 |
1377 | 2024-12-21T04:26:02.880Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2024-12-21T04:26:03.344Z | Compiling usdt-impl v0.5.0 |
1379 | 2024-12-21T04:26:04.826Z | Compiling dirs-sys-next v0.1.2 |
1380 | 2024-12-21T04:26:04.932Z | Compiling native-tls v0.2.12 |
1381 | 2024-12-21T04:26:05.255Z | Compiling rustls v0.22.4 |
1382 | 2024-12-21T04:26:05.484Z | Compiling rustls v0.23.19 |
1383 | 2024-12-21T04:26:05.535Z | Compiling schemars v0.8.21 |
1384 | 2024-12-21T04:26:05.578Z | Compiling syn v1.0.109 |
1385 | 2024-12-21T04:26:05.687Z | Compiling siphasher v0.3.11 |
1386 | 2024-12-21T04:26:05.750Z | Compiling data-encoding v2.6.0 |
1387 | 2024-12-21T04:26:05.905Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-12-21T04:26:06.155Z | Compiling dirs-next v2.0.0 |
1389 | 2024-12-21T04:26:06.946Z | Compiling http-body-util v0.1.2 |
1390 | 2024-12-21T04:26:07.472Z | Compiling crossbeam-epoch v0.9.18 |
1391 | 2024-12-21T04:26:07.742Z | Compiling heapless v0.7.17 |
1392 | 2024-12-21T04:26:07.775Z | Compiling sha1 v0.10.6 |
1393 | 2024-12-21T04:26:08.141Z | Compiling signature v2.2.0 |
1394 | 2024-12-21T04:26:08.168Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1395 | 2024-12-21T04:26:08.188Z | Compiling thread_local v1.1.8 |
1396 | 2024-12-21T04:26:08.237Z | Compiling multer v3.1.0 |
1397 | 2024-12-21T04:26:08.450Z | Compiling hyper v1.5.0 |
1398 | 2024-12-21T04:26:08.522Z | Compiling cookie v0.18.1 |
1399 | 2024-12-21T04:26:08.675Z | Compiling encoding_rs v0.8.34 |
1400 | 2024-12-21T04:26:08.724Z | Compiling signal-hook v0.3.17 |
1401 | 2024-12-21T04:26:08.790Z | Compiling slog-async v2.8.0 |
1402 | 2024-12-21T04:26:09.015Z | Compiling gimli v0.31.1 |
1403 | 2024-12-21T04:26:09.186Z | Compiling rayon-core v1.12.1 |
1404 | 2024-12-21T04:26:09.270Z | Compiling openssl-probe v0.1.5 |
1405 | 2024-12-21T04:26:09.463Z | Compiling unicode-properties v0.1.3 |
1406 | 2024-12-21T04:26:09.657Z | Compiling ipnet v2.10.1 |
1407 | 2024-12-21T04:26:09.886Z | Compiling dyn-clone v1.0.17 |
1408 | 2024-12-21T04:26:10.118Z | Compiling mime v0.3.17 |
1409 | 2024-12-21T04:26:10.974Z | Compiling hyper-util v0.1.10 |
1410 | 2024-12-21T04:26:12.692Z | Compiling stringprep v0.1.5 |
1411 | 2024-12-21T04:26:12.929Z | Compiling toml_edit v0.22.22 |
1412 | 2024-12-21T04:26:13.925Z | Compiling addr2line v0.24.2 |
1413 | 2024-12-21T04:26:14.192Z | Compiling crossbeam-deque v0.8.5 |
1414 | 2024-12-21T04:26:14.243Z | Compiling usdt-attr-macro v0.5.0 |
1415 | 2024-12-21T04:26:14.508Z | Compiling usdt-macro v0.5.0 |
1416 | 2024-12-21T04:26:14.600Z | Compiling term v0.7.0 |
1417 | 2024-12-21T04:26:14.901Z | Compiling slog-json v2.6.1 |
1418 | 2024-12-21T04:26:14.925Z | Compiling serde_urlencoded v0.7.1 |
1419 | 2024-12-21T04:26:15.294Z | Compiling crossbeam-channel v0.5.13 |
1420 | 2024-12-21T04:26:15.434Z | Compiling curve25519-dalek v4.1.3 |
1421 | 2024-12-21T04:26:15.899Z | Compiling enum-as-inner v0.6.1 |
1422 | 2024-12-21T04:26:15.991Z | Compiling futures-executor v0.3.31 |
1423 | 2024-12-21T04:26:16.033Z | Compiling md-5 v0.10.6 |
1424 | 2024-12-21T04:26:16.113Z | Compiling async-stream-impl v0.3.6 |
1425 | 2024-12-21T04:26:16.311Z | Compiling rustls-pemfile v2.2.0 |
1426 | 2024-12-21T04:26:16.432Z | Compiling num-integer v0.1.46 |
1427 | 2024-12-21T04:26:16.550Z | Compiling idna v0.4.0 |
1428 | 2024-12-21T04:26:16.629Z | Compiling idna v0.3.0 |
1429 | 2024-12-21T04:26:16.997Z | Compiling hash32 v0.2.1 |
1430 | 2024-12-21T04:26:17.232Z | Compiling ff v0.13.0 |
1431 | 2024-12-21T04:26:17.360Z | Compiling is-terminal v0.4.13 |
1432 | 2024-12-21T04:26:17.476Z | Compiling object v0.36.5 |
1433 | 2024-12-21T04:26:17.476Z | Compiling dropshot v0.12.0 |
1434 | 2024-12-21T04:26:17.500Z | Compiling base16ct v0.2.0 |
1435 | 2024-12-21T04:26:17.771Z | Compiling anyhow v1.0.93 |
1436 | 2024-12-21T04:26:17.815Z | Compiling psl-types v2.0.11 |
1437 | 2024-12-21T04:26:18.017Z | Compiling linked-hash-map v0.5.6 |
1438 | 2024-12-21T04:26:18.228Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2024-12-21T04:26:18.353Z | Compiling take_mut v0.2.2 |
1440 | 2024-12-21T04:26:18.390Z | Compiling smoltcp v0.9.1 |
1441 | 2024-12-21T04:26:18.408Z | Compiling fallible-iterator v0.2.0 |
1442 | 2024-12-21T04:26:18.513Z | Compiling rustc-demangle v0.1.24 |
1443 | 2024-12-21T04:26:18.515Z | Compiling portable-atomic v1.9.0 |
1444 | 2024-12-21T04:26:19.111Z | Compiling quick-error v1.2.3 |
1445 | 2024-12-21T04:26:19.136Z | Compiling utf-8 v0.7.6 |
1446 | 2024-12-21T04:26:19.320Z | Compiling resolv-conf v0.7.0 |
1447 | 2024-12-21T04:26:19.450Z | Compiling tungstenite v0.24.0 |
1448 | 2024-12-21T04:26:19.610Z | Compiling postgres-protocol v0.6.7 |
1449 | 2024-12-21T04:26:20.526Z | Compiling lru-cache v0.1.2 |
1450 | 2024-12-21T04:26:20.713Z | Compiling publicsuffix v2.2.3 |
1451 | 2024-12-21T04:26:21.104Z | Compiling sec1 v0.7.3 |
1452 | 2024-12-21T04:26:21.134Z | Compiling usdt v0.5.0 |
1453 | 2024-12-21T04:26:21.134Z | Compiling async-stream v0.3.6 |
1454 | 2024-12-21T04:26:21.381Z | Compiling slog-term v2.9.1 |
1455 | 2024-12-21T04:26:21.403Z | Compiling group v0.13.0 |
1456 | 2024-12-21T04:26:21.488Z | Compiling hickory-proto v0.24.1 |
1457 | 2024-12-21T04:26:21.812Z | Compiling num-iter v0.1.45 |
1458 | 2024-12-21T04:26:22.006Z | Compiling futures v0.3.31 |
1459 | 2024-12-21T04:26:22.126Z | Compiling toml v0.8.19 |
1460 | 2024-12-21T04:26:22.659Z | Compiling slog-bunyan v2.5.0 |
1461 | 2024-12-21T04:26:23.953Z | Compiling camino v1.1.9 |
1462 | 2024-12-21T04:26:24.002Z | Compiling tokio-native-tls v0.3.1 |
1463 | 2024-12-21T04:26:24.271Z | Compiling phf_shared v0.11.2 |
1464 | 2024-12-21T04:26:24.526Z | Compiling dropshot_endpoint v0.12.0 |
1465 | 2024-12-21T04:26:24.646Z | Compiling terminal_size v0.4.0 |
1466 | 2024-12-21T04:26:24.871Z | Compiling backtrace v0.3.74 |
1467 | 2024-12-21T04:26:24.949Z | Compiling waitgroup v0.1.2 |
1468 | 2024-12-21T04:26:24.970Z | Compiling openapiv3 v2.0.0 |
1469 | 2024-12-21T04:26:25.174Z | Compiling serde_path_to_error v0.1.16 |
1470 | 2024-12-21T04:26:25.560Z | Compiling hkdf v0.12.4 |
1471 | 2024-12-21T04:26:25.831Z | Compiling crypto-bigint v0.5.5 |
1472 | 2024-12-21T04:26:26.031Z | Compiling curve25519-dalek-derive v0.1.1 |
1473 | 2024-12-21T04:26:27.609Z | Compiling zerocopy-derive v0.6.6 |
1474 | 2024-12-21T04:26:28.633Z | Compiling webpki-roots v0.26.6 |
1475 | 2024-12-21T04:26:28.857Z | Compiling idna v0.5.0 |
1476 | 2024-12-21T04:26:28.878Z | Compiling hubpack_derive v0.1.1 |
1477 | 2024-12-21T04:26:29.216Z | Compiling hostname v0.4.0 |
1478 | 2024-12-21T04:26:29.442Z | Compiling ahash v0.8.11 |
1479 | 2024-12-21T04:26:29.483Z | Compiling crc32fast v1.4.2 |
1480 | 2024-12-21T04:26:29.801Z | Compiling fs-err v2.11.0 |
1481 | 2024-12-21T04:26:29.803Z | Compiling bitflags v1.3.2 |
1482 | 2024-12-21T04:26:29.803Z | Compiling winnow v0.5.40 |
1483 | 2024-12-21T04:26:29.872Z | Compiling newtype-uuid v1.1.3 |
1484 | 2024-12-21T04:26:29.909Z | Compiling managed v0.8.0 |
1485 | 2024-12-21T04:26:30.097Z | Compiling debug-ignore v1.0.5 |
1486 | 2024-12-21T04:26:30.130Z | Compiling clap_builder v4.5.21 |
1487 | 2024-12-21T04:26:30.280Z | Compiling console v0.15.8 |
1488 | 2024-12-21T04:26:30.802Z | Compiling strum_macros v0.25.3 |
1489 | 2024-12-21T04:26:31.809Z | Compiling zerocopy v0.6.6 |
1490 | 2024-12-21T04:26:31.958Z | Compiling hubpack v0.1.2 |
1491 | 2024-12-21T04:26:31.981Z | Compiling cookie_store v0.21.0 |
1492 | 2024-12-21T04:26:32.420Z | Compiling flate2 v1.0.35 |
1493 | 2024-12-21T04:26:32.573Z | Compiling elliptic-curve v0.13.8 |
1494 | 2024-12-21T04:26:33.402Z | Compiling toml_edit v0.19.15 |
1495 | 2024-12-21T04:26:33.430Z | Compiling hickory-resolver v0.24.1 |
1496 | 2024-12-21T04:26:33.726Z | Compiling phf v0.11.2 |
1497 | 2024-12-21T04:26:34.034Z | Compiling signal-hook-mio v0.2.4 |
1498 | 2024-12-21T04:26:34.205Z | Compiling hyper-tls v0.6.0 |
1499 | 2024-12-21T04:26:34.505Z | Compiling rayon v1.10.0 |
1500 | 2024-12-21T04:26:34.640Z | Compiling bzip2 v0.4.4 |
1501 | 2024-12-21T04:26:35.042Z | Compiling tokio-tungstenite v0.24.0 |
1502 | 2024-12-21T04:26:35.640Z | Compiling postgres-types v0.2.8 |
1503 | 2024-12-21T04:26:38.572Z | Compiling ed25519 v2.2.3 |
1504 | 2024-12-21T04:26:39.366Z | Compiling phf_shared v0.10.0 |
1505 | 2024-12-21T04:26:39.692Z | Compiling tokio-stream v0.1.16 |
1506 | 2024-12-21T04:26:39.780Z | Compiling pkcs1 v0.7.5 |
1507 | 2024-12-21T04:26:40.197Z | Compiling serde-big-array v0.5.1 |
1508 | 2024-12-21T04:26:40.439Z | Compiling clap_derive v4.5.18 |
1509 | 2024-12-21T04:26:40.507Z | Compiling rfc6979 v0.4.0 |
1510 | 2024-12-21T04:26:40.706Z | Compiling serde_repr v0.1.19 |
1511 | 2024-12-21T04:26:40.781Z | Compiling derive-where v1.2.7 |
1512 | 2024-12-21T04:26:40.816Z | Compiling float-cmp v0.9.0 |
1513 | 2024-12-21T04:26:40.844Z | Compiling bstr v1.10.0 |
1514 | 2024-12-21T04:26:41.049Z | Compiling sync_wrapper v1.0.1 |
1515 | 2024-12-21T04:26:41.211Z | Compiling static_assertions v1.1.0 |
1516 | 2024-12-21T04:26:41.321Z | Compiling unicode-segmentation v1.12.0 |
1517 | 2024-12-21T04:26:41.476Z | Compiling new_debug_unreachable v1.0.6 |
1518 | 2024-12-21T04:26:41.606Z | Compiling precomputed-hash v0.1.1 |
1519 | 2024-12-21T04:26:41.727Z | Compiling difflib v0.4.0 |
1520 | 2024-12-21T04:26:41.889Z | Compiling bit-vec v0.6.3 |
1521 | 2024-12-21T04:26:42.223Z | Compiling unicode-width v0.2.0 |
1522 | 2024-12-21T04:26:42.373Z | Compiling predicates-core v1.0.8 |
1523 | 2024-12-21T04:26:42.678Z | Compiling number_prefix v0.4.0 |
1524 | 2024-12-21T04:26:42.735Z | Compiling normalize-line-endings v0.3.0 |
1525 | 2024-12-21T04:26:42.755Z | Compiling whoami v1.5.2 |
1526 | 2024-12-21T04:26:42.867Z | Compiling fixedbitset v0.4.2 |
1527 | 2024-12-21T04:26:42.905Z | Compiling indicatif v0.17.9 |
1528 | 2024-12-21T04:26:43.337Z | Compiling petgraph v0.6.5 |
1529 | 2024-12-21T04:26:43.375Z | Compiling tokio-postgres v0.7.12 |
1530 | 2024-12-21T04:26:43.397Z | Compiling predicates v3.1.2 |
1531 | 2024-12-21T04:26:44.428Z | Compiling bit-set v0.5.3 |
1532 | 2024-12-21T04:26:44.735Z | Compiling similar v2.6.0 |
1533 | 2024-12-21T04:26:45.177Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1534 | 2024-12-21T04:26:45.197Z | Compiling string_cache v0.8.7 |
1535 | 2024-12-21T04:26:45.576Z | Compiling clap v4.5.21 |
1536 | 2024-12-21T04:26:45.713Z | Compiling ecdsa v0.16.9 |
1537 | 2024-12-21T04:26:45.733Z | Compiling rsa v0.9.6 |
1538 | 2024-12-21T04:26:46.619Z | Compiling ed25519-dalek v2.1.1 |
1539 | 2024-12-21T04:26:47.149Z | Compiling toml v0.7.8 |
1540 | 2024-12-21T04:26:47.478Z | Compiling zip v0.6.6 |
1541 | 2024-12-21T04:26:47.933Z | Compiling crossterm v0.28.1 |
1542 | 2024-12-21T04:26:49.444Z | Compiling hex v0.4.3 |
1543 | 2024-12-21T04:26:49.536Z | Compiling x509-cert v0.2.5 |
1544 | 2024-12-21T04:26:49.590Z | Compiling itertools v0.10.5 |
1545 | 2024-12-21T04:26:49.807Z | Compiling lalrpop-util v0.19.12 |
1546 | 2024-12-21T04:26:50.073Z | Compiling unicode-xid v0.2.6 |
1547 | 2024-12-21T04:26:50.164Z | Compiling peg-runtime v0.8.3 |
1548 | 2024-12-21T04:26:50.247Z | Compiling strum_macros v0.26.4 |
1549 | 2024-12-21T04:26:50.870Z | Compiling xattr v1.3.1 |
1550 | 2024-12-21T04:26:51.146Z | Compiling filetime v0.2.25 |
1551 | 2024-12-21T04:26:51.464Z | Compiling tar v0.4.42 |
1552 | 2024-12-21T04:26:55.341Z | Compiling strum v0.26.3 |
1553 | 2024-12-21T04:26:58.154Z | Compiling aws-lc-sys v0.22.0 |
1554 | 2024-12-21T04:27:29.443Z | Compiling rustls-webpki v0.102.8 |
1555 | 2024-12-21T04:27:32.814Z | Compiling tokio-rustls v0.25.0 |
1556 | 2024-12-21T04:27:34.552Z | Compiling tokio-rustls v0.26.0 |
1557 | 2024-12-21T04:27:34.963Z | Compiling hyper-rustls v0.27.3 |
1558 | 2024-12-21T04:27:35.270Z | Compiling reqwest v0.12.9 |
1559 | 2024-12-21T04:27:36.238Z | Compiling qorb v0.2.1 |
1560 | 2024-12-21T04:27:41.260Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1561 | 2024-12-21T04:27:41.498Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1562 | 2024-12-21T04:27:47.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1563 | 2024-12-21T04:27:47.411Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1564 | 2024-12-21T04:27:47.459Z | Dec 21 04:27:46.770 INFO Starting download, target: Clickhouse |
1565 | 2024-12-21T04:27:47.459Z | Dec 21 04:27:46.770 INFO Starting download, target: Cockroach |
1566 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.770 INFO Starting download, target: Console |
1567 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.770 INFO Starting download, target: DendriteOpenapi |
1568 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.770 INFO Starting download, target: DendriteStub |
1569 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.770 INFO Starting download, target: MaghemiteMgd |
1570 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.770 INFO Starting download, target: TransceiverControl |
1571 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.771 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1572 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.771 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1573 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.771 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1574 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.771 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1575 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.771 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1576 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.771 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1577 | 2024-12-21T04:27:47.462Z | Dec 21 04:27:46.771 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1578 | 2024-12-21T04:27:47.621Z | Dec 21 04:27:46.921 INFO Download complete, target: DendriteOpenapi |
1579 | 2024-12-21T04:27:47.808Z | Dec 21 04:27:47.098 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1580 | 2024-12-21T04:27:47.940Z | Dec 21 04:27:47.245 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1581 | 2024-12-21T04:27:48.213Z | Dec 21 04:27:47.521 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1582 | 2024-12-21T04:27:48.287Z | Dec 21 04:27:47.594 INFO Download complete, target: Console |
1583 | 2024-12-21T04:27:48.314Z | Dec 21 04:27:47.622 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1584 | 2024-12-21T04:27:48.462Z | Dec 21 04:27:47.771 INFO Download complete, target: TransceiverControl |
1585 | 2024-12-21T04:27:49.220Z | Dec 21 04:27:48.531 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1586 | 2024-12-21T04:27:49.220Z | Dec 21 04:27:48.531 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1587 | 2024-12-21T04:27:49.339Z | Dec 21 04:27:48.649 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1588 | 2024-12-21T04:27:51.198Z | Dec 21 04:27:50.508 INFO Download complete, target: DendriteStub |
1589 | 2024-12-21T04:27:51.244Z | Dec 21 04:27:50.554 INFO Download complete, target: MaghemiteMgd |
1590 | 2024-12-21T04:27:56.677Z | Dec 21 04:27:55.986 INFO Checking that binary works, target: Cockroach |
1591 | 2024-12-21T04:27:56.839Z | Dec 21 04:27:56.148 INFO Download complete, target: Cockroach |
1592 | 2024-12-21T04:28:01.859Z | Dec 21 04:28:01.168 INFO Checking that binary works, target: Clickhouse |
1593 | 2024-12-21T04:28:02.282Z | Dec 21 04:28:01.590 INFO Download complete, target: Clickhouse |
1594 | 2024-12-21T04:28:02.345Z | All builder prerequisites installed successfully, and PATH looks valid |
1595 | 2024-12-21T04:28:02.348Z | |
1596 | 2024-12-21T04:28:02.348Z | real 7:21.272408410 |
1597 | 2024-12-21T04:28:02.348Z | user 16:27.193377408 |
1598 | 2024-12-21T04:28:02.348Z | sys 3:13.612776740 |
1599 | 2024-12-21T04:28:02.348Z | trap 0.515053414 |
1600 | 2024-12-21T04:28:02.348Z | tflt 4.847659624 |
1601 | 2024-12-21T04:28:02.348Z | dflt 4.777383781 |
1602 | 2024-12-21T04:28:02.348Z | kflt 0.173993629 |
1603 | 2024-12-21T04:28:02.348Z | lock 30:01.228979187 |
1604 | 2024-12-21T04:28:02.348Z | slp 1:06:46.543011679 |
1605 | 2024-12-21T04:28:02.348Z | lat 54.310093073 |
1606 | 2024-12-21T04:28:02.348Z | stop 2:14.779870879 |
1607 | 2024-12-21T04:28:02.348Z | + banner clippy |
1608 | 2024-12-21T04:28:02.350Z | |
1609 | 2024-12-21T04:28:02.350Z | #### # # ##### ##### # # |
1610 | 2024-12-21T04:28:02.351Z | # # # # # # # # # # |
1611 | 2024-12-21T04:28:02.351Z | # # # # # # # # |
1612 | 2024-12-21T04:28:02.351Z | # # # ##### ##### # |
1613 | 2024-12-21T04:28:02.351Z | # # # # # # # |
1614 | 2024-12-21T04:28:02.351Z | #### ###### # # # # |
1615 | 2024-12-21T04:28:02.351Z | |
1616 | 2024-12-21T04:28:02.351Z | + export CARGO_INCREMENTAL=0 |
1617 | 2024-12-21T04:28:02.351Z | + CARGO_INCREMENTAL=0 |
1618 | 2024-12-21T04:28:02.351Z | + ptime -m cargo xtask clippy |
1619 | 2024-12-21T04:28:02.876Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1620 | 2024-12-21T04:28:06.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1621 | 2024-12-21T04:28:06.460Z | Running `target/debug/xtask clippy` |
1622 | 2024-12-21T04:28:06.480Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1623 | 2024-12-21T04:28:07.152Z | Downloading crates ... |
1624 | 2024-12-21T04:28:07.527Z | Downloaded num_cpus v1.16.0 |
1625 | 2024-12-21T04:28:07.530Z | Downloaded piper v0.2.4 |
1626 | 2024-12-21T04:28:07.534Z | Downloaded async-channel v2.3.1 |
1627 | 2024-12-21T04:28:07.538Z | Downloaded blocking v1.6.1 |
1628 | 2024-12-21T04:28:07.546Z | Downloaded escape8259 v0.5.3 |
1629 | 2024-12-21T04:28:07.555Z | Downloaded doc-comment v0.3.3 |
1630 | 2024-12-21T04:28:07.557Z | Downloaded guppy-workspace-hack v0.1.0 |
1631 | 2024-12-21T04:28:07.561Z | Downloaded target-triple v0.1.3 |
1632 | 2024-12-21T04:28:07.578Z | Downloaded pathdiff v0.2.2 |
1633 | 2024-12-21T04:28:07.581Z | Downloaded nested v0.1.1 |
1634 | 2024-12-21T04:28:07.581Z | Downloaded hyper-rustls v0.26.0 |
1635 | 2024-12-21T04:28:07.584Z | Downloaded async-attributes v1.1.2 |
1636 | 2024-12-21T04:28:07.584Z | Downloaded async-object-pool v0.1.5 |
1637 | 2024-12-21T04:28:07.587Z | Downloaded async-signal v0.2.10 |
1638 | 2024-12-21T04:28:07.590Z | Downloaded datatest-stable v0.2.9 |
1639 | 2024-12-21T04:28:07.593Z | Downloaded futures-timer v3.0.3 |
1640 | 2024-12-21T04:28:07.593Z | Downloaded cast v0.3.0 |
1641 | 2024-12-21T04:28:07.595Z | Downloaded assert-json-diff v2.0.2 |
1642 | 2024-12-21T04:28:07.595Z | Downloaded approx v0.5.1 |
1643 | 2024-12-21T04:28:07.598Z | Downloaded kv-log-macro v1.0.7 |
1644 | 2024-12-21T04:28:07.601Z | Downloaded threadpool v1.8.1 |
1645 | 2024-12-21T04:28:07.606Z | Downloaded similar-asserts v1.6.0 |
1646 | 2024-12-21T04:28:07.609Z | Downloaded proc-macro-crate v3.2.0 |
1647 | 2024-12-21T04:28:07.611Z | Downloaded plotters-svg v0.3.7 |
1648 | 2024-12-21T04:28:07.611Z | Downloaded oorandom v11.1.4 |
1649 | 2024-12-21T04:28:07.611Z | Downloaded indoc v2.0.5 |
1650 | 2024-12-21T04:28:07.615Z | Downloaded async-global-executor v2.4.1 |
1651 | 2024-12-21T04:28:07.618Z | Downloaded plotters-backend v0.3.7 |
1652 | 2024-12-21T04:28:07.618Z | Downloaded relative-path v1.9.3 |
1653 | 2024-12-21T04:28:07.618Z | Downloaded stringmetrics v2.2.2 |
1654 | 2024-12-21T04:28:07.621Z | Downloaded serde_regex v1.1.0 |
1655 | 2024-12-21T04:28:07.621Z | Downloaded anes v0.1.6 |
1656 | 2024-12-21T04:28:07.625Z | Downloaded event-listener v2.5.3 |
1657 | 2024-12-21T04:28:07.625Z | Downloaded criterion-plot v0.5.0 |
1658 | 2024-12-21T04:28:07.628Z | Downloaded target-spec v3.2.2 |
1659 | 2024-12-21T04:28:07.628Z | Downloaded concurrent-queue v2.5.0 |
1660 | 2024-12-21T04:28:07.630Z | Downloaded async-process v2.3.0 |
1661 | 2024-12-21T04:28:07.630Z | Downloaded partial-io v0.5.4 |
1662 | 2024-12-21T04:28:07.633Z | Downloaded httptest v0.16.1 |
1663 | 2024-12-21T04:28:07.635Z | Downloaded tinytemplate v1.2.1 |
1664 | 2024-12-21T04:28:07.637Z | Downloaded async-lock v3.4.0 |
1665 | 2024-12-21T04:28:07.641Z | Downloaded assert_cmd v2.0.16 |
1666 | 2024-12-21T04:28:07.643Z | Downloaded target-lexicon v0.12.16 |
1667 | 2024-12-21T04:28:07.643Z | Downloaded rust-argon2 v2.1.0 |
1668 | 2024-12-21T04:28:07.646Z | Downloaded path-tree v0.8.1 |
1669 | 2024-12-21T04:28:07.646Z | Downloaded rustls-native-certs v0.7.3 |
1670 | 2024-12-21T04:28:07.648Z | Downloaded blake2b_simd v1.0.2 |
1671 | 2024-12-21T04:28:07.648Z | Downloaded parking v2.2.1 |
1672 | 2024-12-21T04:28:07.651Z | Downloaded libtest-mimic v0.7.3 |
1673 | 2024-12-21T04:28:07.653Z | Downloaded event-listener-strategy v0.5.2 |
1674 | 2024-12-21T04:28:07.653Z | Downloaded async-executor v1.13.1 |
1675 | 2024-12-21T04:28:07.656Z | Downloaded async-task v4.7.1 |
1676 | 2024-12-21T04:28:07.659Z | Downloaded async-channel v1.9.0 |
1677 | 2024-12-21T04:28:07.661Z | Downloaded futures-lite v2.3.0 |
1678 | 2024-12-21T04:28:07.663Z | Downloaded trybuild v1.0.101 |
1679 | 2024-12-21T04:28:07.666Z | Downloaded rstest v0.23.0 |
1680 | 2024-12-21T04:28:07.671Z | Downloaded rstest_macros v0.23.0 |
1681 | 2024-12-21T04:28:07.675Z | Downloaded async-io v2.3.4 |
1682 | 2024-12-21T04:28:07.677Z | Downloaded rand_distr v0.4.3 |
1683 | 2024-12-21T04:28:07.680Z | Downloaded yansi v1.0.1 |
1684 | 2024-12-21T04:28:07.682Z | Downloaded polling v3.7.3 |
1685 | 2024-12-21T04:28:07.685Z | Downloaded event-listener v5.3.1 |
1686 | 2024-12-21T04:28:07.688Z | Downloaded fancy-regex v0.13.0 |
1687 | 2024-12-21T04:28:07.691Z | Downloaded pretty_assertions v1.4.1 |
1688 | 2024-12-21T04:28:07.693Z | Downloaded cfg-expr v0.17.0 |
1689 | 2024-12-21T04:28:07.698Z | Downloaded plotters v0.3.7 |
1690 | 2024-12-21T04:28:07.706Z | Downloaded guppy v0.17.8 |
1691 | 2024-12-21T04:28:07.712Z | Downloaded criterion v0.5.1 |
1692 | 2024-12-21T04:28:07.718Z | Downloaded async-std v1.13.0 |
1693 | 2024-12-21T04:28:07.801Z | Downloaded httpmock v0.8.0-alpha.1 |
1694 | 2024-12-21T04:28:08.561Z | Checking cfg-if v1.0.0 |
1695 | 2024-12-21T04:28:08.638Z | Checking libc v0.2.162 |
1696 | 2024-12-21T04:28:08.658Z | Checking serde v1.0.215 |
1697 | 2024-12-21T04:28:08.680Z | Checking memchr v2.7.4 |
1698 | 2024-12-21T04:28:08.705Z | Checking value-bag v1.9.0 |
1699 | 2024-12-21T04:28:08.726Z | Checking scopeguard v1.2.0 |
1700 | 2024-12-21T04:28:08.746Z | Checking zeroize v1.8.1 |
1701 | 2024-12-21T04:28:08.771Z | Checking smallvec v1.13.2 |
1702 | 2024-12-21T04:28:08.799Z | Checking itoa v1.0.11 |
1703 | 2024-12-21T04:28:08.863Z | Checking lock_api v0.4.12 |
1704 | 2024-12-21T04:28:09.027Z | Checking byteorder v1.5.0 |
1705 | 2024-12-21T04:28:09.053Z | Checking pin-project-lite v0.2.14 |
1706 | 2024-12-21T04:28:09.085Z | Checking log v0.4.22 |
1707 | 2024-12-21T04:28:09.118Z | Checking subtle v2.6.1 |
1708 | 2024-12-21T04:28:09.186Z | Checking once_cell v1.20.2 |
1709 | 2024-12-21T04:28:09.329Z | Checking typenum v1.17.0 |
1710 | 2024-12-21T04:28:09.394Z | Checking futures-core v0.3.31 |
1711 | 2024-12-21T04:28:09.435Z | Checking libm v0.2.8 |
1712 | 2024-12-21T04:28:09.489Z | Checking thiserror v1.0.69 |
1713 | 2024-12-21T04:28:09.523Z | Checking zerocopy v0.7.35 |
1714 | 2024-12-21T04:28:09.580Z | Checking ryu v1.0.18 |
1715 | 2024-12-21T04:28:09.613Z | Checking spin v0.9.8 |
1716 | 2024-12-21T04:28:09.645Z | Checking const-oid v0.9.6 |
1717 | 2024-12-21T04:28:09.760Z | Checking getrandom v0.2.15 |
1718 | 2024-12-21T04:28:09.830Z | Checking signal-hook-registry v1.4.2 |
1719 | 2024-12-21T04:28:09.950Z | Checking parking_lot_core v0.9.10 |
1720 | 2024-12-21T04:28:10.007Z | Checking rand_core v0.6.4 |
1721 | 2024-12-21T04:28:10.068Z | Checking mio v1.0.2 |
1722 | 2024-12-21T04:28:10.278Z | Checking parking_lot v0.12.3 |
1723 | 2024-12-21T04:28:10.318Z | Checking socket2 v0.5.7 |
1724 | 2024-12-21T04:28:10.381Z | Checking num-traits v0.2.19 |
1725 | 2024-12-21T04:28:10.561Z | Checking generic-array v0.14.7 |
1726 | 2024-12-21T04:28:10.646Z | Checking futures-io v0.3.31 |
1727 | 2024-12-21T04:28:10.717Z | Checking slab v0.4.9 |
1728 | 2024-12-21T04:28:10.858Z | Checking allocator-api2 v0.2.18 |
1729 | 2024-12-21T04:28:10.889Z | Checking cpufeatures v0.2.14 |
1730 | 2024-12-21T04:28:10.990Z | Checking futures-sink v0.3.31 |
1731 | 2024-12-21T04:28:11.022Z | Checking pin-utils v0.1.0 |
1732 | 2024-12-21T04:28:11.050Z | Checking foldhash v0.1.3 |
1733 | 2024-12-21T04:28:11.123Z | Checking equivalent v1.0.1 |
1734 | 2024-12-21T04:28:11.148Z | Checking futures-channel v0.3.31 |
1735 | 2024-12-21T04:28:11.232Z | Checking futures-task v0.3.31 |
1736 | 2024-12-21T04:28:11.282Z | Checking stable_deref_trait v1.2.0 |
1737 | 2024-12-21T04:28:11.410Z | Checking iana-time-zone v0.1.61 |
1738 | 2024-12-21T04:28:11.491Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1739 | 2024-12-21T04:28:11.529Z | Checking futures-util v0.3.31 |
1740 | 2024-12-21T04:28:11.554Z | Checking hashbrown v0.15.1 |
1741 | 2024-12-21T04:28:11.577Z | Checking fnv v1.0.7 |
1742 | 2024-12-21T04:28:11.603Z | Checking ppv-lite86 v0.2.20 |
1743 | 2024-12-21T04:28:11.715Z | Checking tracing-core v0.1.32 |
1744 | 2024-12-21T04:28:11.775Z | Checking crypto-common v0.1.6 |
1745 | 2024-12-21T04:28:11.778Z | Checking block-buffer v0.10.4 |
1746 | 2024-12-21T04:28:12.002Z | Checking errno v0.3.9 |
1747 | 2024-12-21T04:28:12.028Z | Checking digest v0.10.7 |
1748 | 2024-12-21T04:28:12.085Z | Checking zerofrom v0.1.4 |
1749 | 2024-12-21T04:28:12.169Z | Checking dyn-clone v1.0.17 |
1750 | 2024-12-21T04:28:12.298Z | Checking yoke v0.7.4 |
1751 | 2024-12-21T04:28:12.323Z | Checking block-padding v0.3.3 |
1752 | 2024-12-21T04:28:12.384Z | Checking rand_chacha v0.3.1 |
1753 | 2024-12-21T04:28:12.411Z | Checking tracing v0.1.40 |
1754 | 2024-12-21T04:28:12.446Z | Checking crossbeam-utils v0.8.20 |
1755 | 2024-12-21T04:28:12.534Z | Checking inout v0.1.3 |
1756 | 2024-12-21T04:28:12.638Z | Checking zerovec v0.10.4 |
1757 | 2024-12-21T04:28:12.704Z | Checking percent-encoding v2.3.1 |
1758 | 2024-12-21T04:28:12.754Z | Checking litemap v0.7.3 |
1759 | 2024-12-21T04:28:12.779Z | Checking rand v0.8.5 |
1760 | 2024-12-21T04:28:12.782Z | Checking cipher v0.4.4 |
1761 | 2024-12-21T04:28:12.903Z | Checking writeable v0.5.5 |
1762 | 2024-12-21T04:28:13.096Z | Checking tinyvec_macros v0.1.1 |
1763 | 2024-12-21T04:28:13.151Z | Checking form_urlencoded v1.2.1 |
1764 | 2024-12-21T04:28:13.177Z | Checking httparse v1.9.5 |
1765 | 2024-12-21T04:28:13.202Z | Checking tinyvec v1.8.0 |
1766 | 2024-12-21T04:28:13.225Z | Checking base64ct v1.6.0 |
1767 | 2024-12-21T04:28:13.339Z | Checking regex-syntax v0.8.5 |
1768 | 2024-12-21T04:28:13.615Z | Checking icu_locid_transform_data v1.5.0 |
1769 | 2024-12-21T04:28:13.660Z | Checking atomic-waker v1.1.2 |
1770 | 2024-12-21T04:28:13.689Z | Checking bytes v1.8.0 |
1771 | 2024-12-21T04:28:13.728Z | Checking bitflags v2.6.0 |
1772 | 2024-12-21T04:28:13.798Z | Checking serde_json v1.0.133 |
1773 | 2024-12-21T04:28:14.045Z | Checking indexmap v2.6.0 |
1774 | 2024-12-21T04:28:14.159Z | Checking chrono v0.4.38 |
1775 | 2024-12-21T04:28:14.358Z | Checking uuid v1.11.0 |
1776 | 2024-12-21T04:28:14.541Z | Checking rustix v0.38.37 |
1777 | 2024-12-21T04:28:14.545Z | Checking tokio v1.40.0 |
1778 | 2024-12-21T04:28:14.971Z | Checking http v1.1.0 |
1779 | 2024-12-21T04:28:15.389Z | Checking tinystr v0.7.6 |
1780 | 2024-12-21T04:28:15.566Z | Checking unicode-normalization v0.1.24 |
1781 | 2024-12-21T04:28:15.821Z | Checking icu_locid v1.5.0 |
1782 | 2024-12-21T04:28:16.275Z | Checking schemars v0.8.21 |
1783 | 2024-12-21T04:28:16.407Z | Checking icu_collections v1.5.0 |
1784 | 2024-12-21T04:28:16.531Z | Checking hmac v0.12.1 |
1785 | 2024-12-21T04:28:16.590Z | Checking icu_properties_data v1.5.0 |
1786 | 2024-12-21T04:28:16.655Z | Checking untrusted v0.9.0 |
1787 | 2024-12-21T04:28:16.791Z | Checking sha2 v0.10.8 |
1788 | 2024-12-21T04:28:16.838Z | Checking ring v0.17.8 |
1789 | 2024-12-21T04:28:16.901Z | Checking aho-corasick v1.1.3 |
1790 | 2024-12-21T04:28:16.928Z | Checking icu_provider v1.5.0 |
1791 | 2024-12-21T04:28:17.092Z | Checking unicode-bidi v0.3.17 |
1792 | 2024-12-21T04:28:17.390Z | Checking utf8_iter v1.0.4 |
1793 | 2024-12-21T04:28:17.519Z | Checking icu_locid_transform v1.5.0 |
1794 | 2024-12-21T04:28:17.576Z | Checking write16 v1.0.0 |
1795 | 2024-12-21T04:28:17.698Z | Checking utf16_iter v1.0.5 |
1796 | 2024-12-21T04:28:17.727Z | Checking unicode-ident v1.0.13 |
1797 | 2024-12-21T04:28:17.868Z | Checking icu_normalizer_data v1.5.0 |
1798 | 2024-12-21T04:28:17.893Z | Checking lazy_static v1.5.0 |
1799 | 2024-12-21T04:28:17.999Z | Checking adler2 v2.0.0 |
1800 | 2024-12-21T04:28:18.022Z | Checking powerfmt v0.2.0 |
1801 | 2024-12-21T04:28:18.033Z | Checking num-conv v0.1.0 |
1802 | 2024-12-21T04:28:18.106Z | Checking num_threads v0.1.7 |
1803 | 2024-12-21T04:28:18.138Z | Checking miniz_oxide v0.8.0 |
1804 | 2024-12-21T04:28:18.245Z | Checking time-core v0.1.2 |
1805 | 2024-12-21T04:28:18.264Z | Checking deranged v0.3.11 |
1806 | 2024-12-21T04:28:18.291Z | Checking rustls-pki-types v1.10.0 |
1807 | 2024-12-21T04:28:18.418Z | Checking proc-macro2 v1.0.89 |
1808 | 2024-12-21T04:28:18.501Z | Checking icu_properties v1.5.1 |
1809 | 2024-12-21T04:28:18.544Z | Checking regex-automata v0.4.8 |
1810 | 2024-12-21T04:28:18.671Z | Checking pem-rfc7468 v0.7.0 |
1811 | 2024-12-21T04:28:18.856Z | Checking untrusted v0.7.1 |
1812 | 2024-12-21T04:28:18.883Z | Checking http-body v1.0.1 |
1813 | 2024-12-21T04:28:18.938Z | Checking aws-lc-sys v0.22.0 |
1814 | 2024-12-21T04:28:19.058Z | Checking mirai-annotations v1.12.0 |
1815 | 2024-12-21T04:28:19.092Z | Checking base64 v0.22.1 |
1816 | 2024-12-21T04:28:19.134Z | Checking quote v1.0.37 |
1817 | 2024-12-21T04:28:19.245Z | Checking try-lock v0.2.5 |
1818 | 2024-12-21T04:28:19.389Z | Checking httpdate v1.0.3 |
1819 | 2024-12-21T04:28:19.492Z | Checking syn v2.0.87 |
1820 | 2024-12-21T04:28:19.575Z | Checking want v0.3.1 |
1821 | 2024-12-21T04:28:19.622Z | Checking flagset v0.4.6 |
1822 | 2024-12-21T04:28:19.782Z | Checking pbkdf2 v0.12.2 |
1823 | 2024-12-21T04:28:19.845Z | Checking der v0.7.9 |
1824 | 2024-12-21T04:28:19.912Z | Checking aes v0.8.4 |
1825 | 2024-12-21T04:28:19.976Z | Checking time v0.3.36 |
1826 | 2024-12-21T04:28:20.824Z | Checking cbc v0.1.2 |
1827 | 2024-12-21T04:28:21.049Z | Checking salsa20 v0.10.2 |
1828 | 2024-12-21T04:28:21.309Z | Checking ahash v0.8.11 |
1829 | 2024-12-21T04:28:21.591Z | Checking aws-lc-rs v1.10.0 |
1830 | 2024-12-21T04:28:21.799Z | Checking tokio-util v0.7.12 |
1831 | 2024-12-21T04:28:21.826Z | Checking spki v0.7.3 |
1832 | 2024-12-21T04:28:21.875Z | Checking icu_normalizer v1.5.0 |
1833 | 2024-12-21T04:28:21.907Z | Checking slog v2.7.0 |
1834 | 2024-12-21T04:28:22.147Z | Checking tower-service v0.3.3 |
1835 | 2024-12-21T04:28:22.284Z | Checking scrypt v0.11.0 |
1836 | 2024-12-21T04:28:22.398Z | Checking mime v0.3.17 |
1837 | 2024-12-21T04:28:22.478Z | Checking gimli v0.31.1 |
1838 | 2024-12-21T04:28:22.521Z | Checking pkcs5 v0.7.1 |
1839 | 2024-12-21T04:28:22.692Z | Checking h2 v0.4.6 |
1840 | 2024-12-21T04:28:22.725Z | Checking idna_adapter v1.2.0 |
1841 | 2024-12-21T04:28:22.725Z | Checking object v0.36.5 |
1842 | 2024-12-21T04:28:22.918Z | Checking idna v1.0.3 |
1843 | 2024-12-21T04:28:23.055Z | Checking rustc-demangle v0.1.24 |
1844 | 2024-12-21T04:28:23.232Z | Checking utf8parse v0.2.2 |
1845 | 2024-12-21T04:28:23.365Z | Checking rustls-webpki v0.102.8 |
1846 | 2024-12-21T04:28:23.413Z | Checking regex v1.11.1 |
1847 | 2024-12-21T04:28:23.417Z | Checking url v2.5.3 |
1848 | 2024-12-21T04:28:23.447Z | Checking pkcs8 v0.10.2 |
1849 | 2024-12-21T04:28:23.770Z | Checking http-body-util v0.1.2 |
1850 | 2024-12-21T04:28:24.039Z | Checking futures-executor v0.3.31 |
1851 | 2024-12-21T04:28:24.197Z | Checking serde_spanned v0.6.8 |
1852 | 2024-12-21T04:28:24.229Z | Checking toml_datetime v0.6.8 |
1853 | 2024-12-21T04:28:24.258Z | Checking unicode-width v0.1.14 |
1854 | 2024-12-21T04:28:24.261Z | Checking data-encoding v2.6.0 |
1855 | 2024-12-21T04:28:24.386Z | Checking ipnet v2.10.1 |
1856 | 2024-12-21T04:28:24.498Z | Checking futures v0.3.31 |
1857 | 2024-12-21T04:28:24.619Z | Checking rustls-pemfile v2.2.0 |
1858 | 2024-12-21T04:28:24.747Z | Checking openssl-probe v0.1.5 |
1859 | 2024-12-21T04:28:24.840Z | Checking anstyle v1.0.10 |
1860 | 2024-12-21T04:28:24.866Z | Checking either v1.13.0 |
1861 | 2024-12-21T04:28:24.900Z | Checking foreign-types-shared v0.1.1 |
1862 | 2024-12-21T04:28:24.956Z | Checking semver v1.0.23 |
1863 | 2024-12-21T04:28:25.011Z | Checking foreign-types v0.3.2 |
1864 | 2024-12-21T04:28:25.115Z | Checking serde_urlencoded v0.7.1 |
1865 | 2024-12-21T04:28:25.207Z | Checking sha1 v0.10.6 |
1866 | 2024-12-21T04:28:25.260Z | Checking openssl-sys v0.9.103 |
1867 | 2024-12-21T04:28:25.367Z | Checking encoding_rs v0.8.34 |
1868 | 2024-12-21T04:28:25.490Z | Checking rustls v0.23.19 |
1869 | 2024-12-21T04:28:25.556Z | Checking anstyle-parse v0.2.5 |
1870 | 2024-12-21T04:28:25.840Z | Checking camino v1.1.9 |
1871 | 2024-12-21T04:28:25.996Z | Checking colorchoice v1.0.2 |
1872 | 2024-12-21T04:28:26.148Z | Checking is_terminal_polyfill v1.70.1 |
1873 | 2024-12-21T04:28:26.274Z | Checking anstyle-query v1.1.1 |
1874 | 2024-12-21T04:28:26.372Z | Checking addr2line v0.24.2 |
1875 | 2024-12-21T04:28:26.400Z | Checking winnow v0.6.20 |
1876 | 2024-12-21T04:28:26.403Z | Checking anstream v0.6.15 |
1877 | 2024-12-21T04:28:26.488Z | Checking openssl v0.10.66 |
1878 | 2024-12-21T04:28:26.788Z | Checking terminal_size v0.4.0 |
1879 | 2024-12-21T04:28:26.893Z | Checking idna v0.3.0 |
1880 | 2024-12-21T04:28:26.980Z | Checking openapiv3 v2.0.0 |
1881 | 2024-12-21T04:28:27.746Z | Checking signature v2.2.0 |
1882 | 2024-12-21T04:28:27.748Z | Checking psl-types v2.0.11 |
1883 | 2024-12-21T04:28:27.939Z | Checking strsim v0.11.1 |
1884 | 2024-12-21T04:28:27.976Z | Checking clap_lex v0.7.2 |
1885 | 2024-12-21T04:28:28.219Z | Checking publicsuffix v2.2.3 |
1886 | 2024-12-21T04:28:28.244Z | Checking clap_builder v4.5.21 |
1887 | 2024-12-21T04:28:28.479Z | Checking cookie v0.18.1 |
1888 | 2024-12-21T04:28:28.924Z | Checking webpki-roots v0.26.6 |
1889 | 2024-12-21T04:28:28.986Z | Checking hyper v1.5.0 |
1890 | 2024-12-21T04:28:29.052Z | Checking backtrace v0.3.74 |
1891 | 2024-12-21T04:28:29.117Z | Checking idna v0.5.0 |
1892 | 2024-12-21T04:28:29.442Z | Checking is-terminal v0.4.13 |
1893 | 2024-12-21T04:28:29.569Z | Checking scroll v0.12.0 |
1894 | 2024-12-21T04:28:29.597Z | Checking anyhow v1.0.93 |
1895 | 2024-12-21T04:28:29.985Z | Checking plain v0.2.3 |
1896 | 2024-12-21T04:28:30.012Z | Checking ucd-trie v0.1.7 |
1897 | 2024-12-21T04:28:30.077Z | Checking cookie_store v0.21.0 |
1898 | 2024-12-21T04:28:30.145Z | Checking goblin v0.8.2 |
1899 | 2024-12-21T04:28:30.217Z | Checking pest v2.7.14 |
1900 | 2024-12-21T04:28:30.606Z | Checking sync_wrapper v1.0.1 |
1901 | 2024-12-21T04:28:30.770Z | Checking pretty-hex v0.4.1 |
1902 | 2024-12-21T04:28:30.806Z | Checking base16ct v0.2.0 |
1903 | 2024-12-21T04:28:30.964Z | Checking num-integer v0.1.46 |
1904 | 2024-12-21T04:28:30.991Z | Checking tokio-rustls v0.26.0 |
1905 | 2024-12-21T04:28:31.021Z | Checking sec1 v0.7.3 |
1906 | 2024-12-21T04:28:31.062Z | Checking hyper-util v0.1.10 |
1907 | 2024-12-21T04:28:31.169Z | Checking clap v4.5.21 |
1908 | 2024-12-21T04:28:31.301Z | Checking ff v0.13.0 |
1909 | 2024-12-21T04:28:31.378Z | Checking thread-id v4.2.2 |
1910 | 2024-12-21T04:28:31.407Z | Checking toml_edit v0.22.22 |
1911 | 2024-12-21T04:28:31.450Z | Checking hkdf v0.12.4 |
1912 | 2024-12-21T04:28:31.494Z | Checking crypto-bigint v0.5.5 |
1913 | 2024-12-21T04:28:31.519Z | Checking group v0.13.0 |
1914 | 2024-12-21T04:28:31.659Z | Checking memmap v0.7.0 |
1915 | 2024-12-21T04:28:31.780Z | Checking dirs-sys-next v0.1.2 |
1916 | 2024-12-21T04:28:31.870Z | Checking crc32fast v1.4.2 |
1917 | 2024-12-21T04:28:31.964Z | Checking native-tls v0.2.12 |
1918 | 2024-12-21T04:28:32.032Z | Checking utf-8 v0.7.6 |
1919 | 2024-12-21T04:28:32.131Z | Checking bitflags v1.3.2 |
1920 | 2024-12-21T04:28:32.246Z | Checking static_assertions v1.1.0 |
1921 | 2024-12-21T04:28:32.273Z | Checking dirs-next v2.0.0 |
1922 | 2024-12-21T04:28:32.307Z | Checking tokio-native-tls v0.3.1 |
1923 | 2024-12-21T04:28:32.358Z | Checking crossbeam-channel v0.5.13 |
1924 | 2024-12-21T04:28:32.406Z | Checking thread_local v1.1.8 |
1925 | 2024-12-21T04:28:32.585Z | Checking unicode-segmentation v1.12.0 |
1926 | 2024-12-21T04:28:32.669Z | Checking dtrace-parser v0.2.0 |
1927 | 2024-12-21T04:28:32.700Z | Checking term v0.7.0 |
1928 | 2024-12-21T04:28:33.020Z | Checking hyper-rustls v0.27.3 |
1929 | 2024-12-21T04:28:33.066Z | Checking hyper-tls v0.6.0 |
1930 | 2024-12-21T04:28:33.149Z | Checking num-iter v0.1.45 |
1931 | 2024-12-21T04:28:33.198Z | Checking crossbeam-epoch v0.9.18 |
1932 | 2024-12-21T04:28:33.330Z | Checking match_cfg v0.1.0 |
1933 | 2024-12-21T04:28:33.368Z | Checking take_mut v0.2.2 |
1934 | 2024-12-21T04:28:33.401Z | Checking slog-term v2.9.1 |
1935 | 2024-12-21T04:28:33.422Z | Checking reqwest v0.12.9 |
1936 | 2024-12-21T04:28:33.436Z | Checking hostname v0.3.1 |
1937 | 2024-12-21T04:28:33.510Z | Checking slog-async v2.8.0 |
1938 | 2024-12-21T04:28:33.571Z | Checking itertools v0.10.5 |
1939 | 2024-12-21T04:28:33.657Z | Checking bstr v1.10.0 |
1940 | 2024-12-21T04:28:33.798Z | Checking rfc6979 v0.4.0 |
1941 | 2024-12-21T04:28:33.875Z | Checking hex v0.4.3 |
1942 | 2024-12-21T04:28:33.973Z | Checking winnow v0.5.40 |
1943 | 2024-12-21T04:28:34.024Z | Checking toml v0.8.19 |
1944 | 2024-12-21T04:28:34.276Z | Checking elliptic-curve v0.13.8 |
1945 | 2024-12-21T04:28:34.376Z | Checking managed v0.8.0 |
1946 | 2024-12-21T04:28:34.571Z | Checking crossbeam-deque v0.8.5 |
1947 | 2024-12-21T04:28:34.772Z | Checking num-bigint-dig v0.8.4 |
1948 | 2024-12-21T04:28:34.799Z | Checking flate2 v1.0.35 |
1949 | 2024-12-21T04:28:34.891Z | Checking rustls v0.22.4 |
1950 | 2024-12-21T04:28:34.918Z | Checking ecdsa v0.16.9 |
1951 | 2024-12-21T04:28:35.104Z | Checking dof v0.3.0 |
1952 | 2024-12-21T04:28:35.171Z | Checking pkcs1 v0.7.5 |
1953 | 2024-12-21T04:28:35.432Z | Checking curve25519-dalek v4.1.3 |
1954 | 2024-12-21T04:28:35.625Z | Checking zerocopy v0.6.6 |
1955 | 2024-12-21T04:28:35.656Z | Checking siphasher v0.3.11 |
1956 | 2024-12-21T04:28:35.773Z | Checking usdt-impl v0.5.0 |
1957 | 2024-12-21T04:28:35.883Z | Checking rayon-core v1.12.1 |
1958 | 2024-12-21T04:28:35.985Z | Checking ed25519 v2.2.3 |
1959 | 2024-12-21T04:28:36.285Z | Checking slog-json v2.6.1 |
1960 | 2024-12-21T04:28:36.330Z | Checking usdt v0.5.0 |
1961 | 2024-12-21T04:28:36.398Z | Checking signal-hook v0.3.17 |
1962 | 2024-12-21T04:28:36.557Z | Checking quick-error v1.2.3 |
1963 | 2024-12-21T04:28:36.587Z | Checking debug-ignore v1.0.5 |
1964 | 2024-12-21T04:28:36.609Z | Checking slog-bunyan v2.5.0 |
1965 | 2024-12-21T04:28:36.714Z | Checking multer v3.1.0 |
1966 | 2024-12-21T04:28:36.736Z | Checking x509-cert v0.2.5 |
1967 | 2024-12-21T04:28:36.758Z | Checking idna v0.4.0 |
1968 | 2024-12-21T04:28:36.784Z | Checking waitgroup v0.1.2 |
1969 | 2024-12-21T04:28:36.928Z | Checking hubpack v0.1.2 |
1970 | 2024-12-21T04:28:36.951Z | Checking rsa v0.9.6 |
1971 | 2024-12-21T04:28:37.071Z | Checking serde_path_to_error v0.1.16 |
1972 | 2024-12-21T04:28:37.099Z | Checking toml_edit v0.19.15 |
1973 | 2024-12-21T04:28:37.235Z | Checking bzip2-sys v0.1.11+1.0.8 |
1974 | 2024-12-21T04:28:37.262Z | Checking ed25519-dalek v2.1.1 |
1975 | 2024-12-21T04:28:37.368Z | Checking async-stream v0.3.6 |
1976 | 2024-12-21T04:28:37.565Z | Checking hostname v0.4.0 |
1977 | 2024-12-21T04:28:37.597Z | Checking bit-vec v0.6.3 |
1978 | 2024-12-21T04:28:37.679Z | Checking hickory-proto v0.24.1 |
1979 | 2024-12-21T04:28:37.683Z | Checking bzip2 v0.4.4 |
1980 | 2024-12-21T04:28:37.727Z | Checking signal-hook-mio v0.2.4 |
1981 | 2024-12-21T04:28:37.873Z | Checking console v0.15.8 |
1982 | 2024-12-21T04:28:37.928Z | Checking bit-set v0.5.3 |
1983 | 2024-12-21T04:28:37.967Z | Checking hash32 v0.2.1 |
1984 | 2024-12-21T04:28:37.969Z | Checking unicode-properties v0.1.3 |
1985 | 2024-12-21T04:28:38.189Z | Checking linked-hash-map v0.5.6 |
1986 | 2024-12-21T04:28:38.254Z | Checking predicates-core v1.0.8 |
1987 | 2024-12-21T04:28:38.346Z | Checking stringprep v0.1.5 |
1988 | 2024-12-21T04:28:38.349Z | Checking heapless v0.7.17 |
1989 | 2024-12-21T04:28:38.444Z | Checking crossterm v0.28.1 |
1990 | 2024-12-21T04:28:38.471Z | Checking rayon v1.10.0 |
1991 | 2024-12-21T04:28:38.501Z | Checking lru-cache v0.1.2 |
1992 | 2024-12-21T04:28:38.537Z | Checking tokio-rustls v0.25.0 |
1993 | 2024-12-21T04:28:38.617Z | Checking phf_shared v0.11.2 |
1994 | 2024-12-21T04:28:38.680Z | Checking similar v2.6.0 |
1995 | 2024-12-21T04:28:38.896Z | Checking tokio-stream v0.1.16 |
1996 | 2024-12-21T04:28:38.923Z | Checking dropshot v0.12.0 |
1997 | 2024-12-21T04:28:39.388Z | Checking newtype-uuid v1.1.3 |
1998 | 2024-12-21T04:28:39.517Z | Checking toml v0.7.8 |
1999 | 2024-12-21T04:28:39.551Z | Checking md-5 v0.10.6 |
2000 | 2024-12-21T04:28:39.660Z | Checking float-cmp v0.9.0 |
2001 | 2024-12-21T04:28:39.764Z | Checking normalize-line-endings v0.3.0 |
2002 | 2024-12-21T04:28:39.802Z | Checking fallible-iterator v0.2.0 |
2003 | 2024-12-21T04:28:39.852Z | Checking fixedbitset v0.4.2 |
2004 | 2024-12-21T04:28:39.899Z | Checking difflib v0.4.0 |
2005 | 2024-12-21T04:28:40.146Z | Checking petgraph v0.6.5 |
2006 | 2024-12-21T04:28:40.240Z | Checking predicates v3.1.2 |
2007 | 2024-12-21T04:28:40.292Z | Checking smoltcp v0.9.1 |
2008 | 2024-12-21T04:28:40.344Z | Checking phf v0.11.2 |
2009 | 2024-12-21T04:28:40.438Z | Checking postgres-protocol v0.6.7 |
2010 | 2024-12-21T04:28:40.607Z | Checking zip v0.6.6 |
2011 | 2024-12-21T04:28:40.968Z | Checking resolv-conf v0.7.0 |
2012 | 2024-12-21T04:28:41.145Z | Checking phf_shared v0.10.0 |
2013 | 2024-12-21T04:28:41.317Z | Checking tungstenite v0.24.0 |
2014 | 2024-12-21T04:28:41.320Z | Checking fs-err v2.11.0 |
2015 | 2024-12-21T04:28:41.435Z | Checking serde-big-array v0.5.1 |
2016 | 2024-12-21T04:28:41.674Z | Checking portable-atomic v1.9.0 |
2017 | 2024-12-21T04:28:41.761Z | Checking new_debug_unreachable v1.0.6 |
2018 | 2024-12-21T04:28:41.861Z | Checking unicode-width v0.2.0 |
2019 | 2024-12-21T04:28:41.915Z | Checking lalrpop-util v0.19.12 |
2020 | 2024-12-21T04:28:42.223Z | Checking minimal-lexical v0.2.1 |
2021 | 2024-12-21T04:28:42.249Z | Checking precomputed-hash v0.1.1 |
2022 | 2024-12-21T04:28:42.276Z | Checking number_prefix v0.4.0 |
2023 | 2024-12-21T04:28:42.342Z | Checking tokio-tungstenite v0.24.0 |
2024 | 2024-12-21T04:28:42.368Z | Checking string_cache v0.8.7 |
2025 | 2024-12-21T04:28:42.462Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2026 | 2024-12-21T04:28:42.465Z | Checking hickory-resolver v0.24.1 |
2027 | 2024-12-21T04:28:42.549Z | Checking postgres-types v0.2.8 |
2028 | 2024-12-21T04:28:42.614Z | Checking nom v7.1.3 |
2029 | 2024-12-21T04:28:42.646Z | Checking itertools v0.12.1 |
2030 | 2024-12-21T04:28:42.688Z | Checking indicatif v0.17.9 |
2031 | 2024-12-21T04:28:42.796Z | Checking peg-runtime v0.8.3 |
2032 | 2024-12-21T04:28:43.202Z | Checking whoami v1.5.2 |
2033 | 2024-12-21T04:28:43.345Z | Checking tokio-postgres v0.7.12 |
2034 | 2024-12-21T04:28:43.388Z | Compiling hashbrown v0.14.5 |
2035 | 2024-12-21T04:28:43.426Z | Compiling ident_case v1.0.1 |
2036 | 2024-12-21T04:28:43.465Z | Compiling unsafe-libyaml v0.2.11 |
2037 | 2024-12-21T04:28:43.610Z | Compiling darling_core v0.20.10 |
2038 | 2024-12-21T04:28:44.098Z | Checking qorb v0.2.1 |
2039 | 2024-12-21T04:28:44.849Z | Compiling regress v0.10.1 |
2040 | 2024-12-21T04:28:45.208Z | Compiling serde_yaml v0.9.34+deprecated |
2041 | 2024-12-21T04:28:45.471Z | Checking heck v0.5.0 |
2042 | 2024-12-21T04:28:45.691Z | Checking progenitor-client v0.8.0 |
2043 | 2024-12-21T04:28:46.059Z | Checking fastrand v2.1.1 |
2044 | 2024-12-21T04:28:46.380Z | Checking ipnetwork v0.20.0 |
2045 | 2024-12-21T04:28:46.446Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2046 | 2024-12-21T04:28:46.644Z | Compiling structmeta-derive v0.3.0 |
2047 | 2024-12-21T04:28:46.764Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2048 | 2024-12-21T04:28:47.130Z | Checking strum v0.26.3 |
2049 | 2024-12-21T04:28:47.297Z | Compiling dropshot v0.13.0 |
2050 | 2024-12-21T04:28:47.671Z | Checking macaddr v1.0.1 |
2051 | 2024-12-21T04:28:47.731Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-12-21T04:28:47.999Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-12-21T04:28:48.032Z | Checking tempfile v3.13.0 |
2054 | 2024-12-21T04:28:48.427Z | Checking instant v0.1.13 |
2055 | 2024-12-21T04:28:48.554Z | Compiling typify-impl v0.2.0 |
2056 | 2024-12-21T04:28:48.763Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2057 | 2024-12-21T04:28:49.363Z | Checking regress v0.9.1 |
2058 | 2024-12-21T04:28:49.444Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2059 | 2024-12-21T04:28:49.514Z | Compiling structmeta v0.3.0 |
2060 | 2024-12-21T04:28:49.895Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2061 | 2024-12-21T04:28:49.939Z | Compiling parse-display-derive v0.10.0 |
2062 | 2024-12-21T04:28:50.253Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2063 | 2024-12-21T04:28:50.306Z | Checking backoff v0.4.0 |
2064 | 2024-12-21T04:28:50.399Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2065 | 2024-12-21T04:28:50.557Z | Checking wait-timeout v0.2.0 |
2066 | 2024-12-21T04:28:50.611Z | Compiling darling_macro v0.20.10 |
2067 | 2024-12-21T04:28:50.632Z | Checking rand_xorshift v0.3.0 |
2068 | 2024-12-21T04:28:50.775Z | Checking rusty-fork v0.3.0 |
2069 | 2024-12-21T04:28:50.845Z | Checking unarray v0.1.4 |
2070 | 2024-12-21T04:28:51.010Z | Compiling structmeta-derive v0.2.0 |
2071 | 2024-12-21T04:28:51.084Z | Checking proptest v1.5.0 |
2072 | 2024-12-21T04:28:51.601Z | Compiling darling v0.20.10 |
2073 | 2024-12-21T04:28:51.727Z | Compiling serde_with_macros v3.11.0 |
2074 | 2024-12-21T04:28:52.756Z | Checking camino-tempfile v1.1.1 |
2075 | 2024-12-21T04:28:52.924Z | Compiling proc-macro-error v1.0.4 |
2076 | 2024-12-21T04:28:53.029Z | Compiling proc-macro-crate v1.3.1 |
2077 | 2024-12-21T04:28:53.658Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2078 | 2024-12-21T04:28:53.990Z | Compiling structmeta v0.2.0 |
2079 | 2024-12-21T04:28:54.052Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2080 | 2024-12-21T04:28:54.127Z | Compiling num_enum_derive v0.5.11 |
2081 | 2024-12-21T04:28:54.347Z | Compiling foreign-types-macros v0.2.3 |
2082 | 2024-12-21T04:28:54.439Z | Compiling test-strategy v0.3.1 |
2083 | 2024-12-21T04:28:54.604Z | Checking parse-display v0.10.0 |
2084 | 2024-12-21T04:28:54.672Z | Checking serde_with v3.11.0 |
2085 | 2024-12-21T04:28:54.851Z | Checking foreign-types-shared v0.3.1 |
2086 | 2024-12-21T04:28:55.314Z | Checking tabwriter v1.4.0 |
2087 | 2024-12-21T04:28:55.572Z | Checking cstr-argument v0.1.2 |
2088 | 2024-12-21T04:28:55.636Z | Checking foreign-types v0.5.0 |
2089 | 2024-12-21T04:28:55.798Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2090 | 2024-12-21T04:28:55.821Z | Checking pretty-hex v0.2.1 |
2091 | 2024-12-21T04:28:55.850Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2092 | 2024-12-21T04:28:55.999Z | Checking colored v2.1.0 |
2093 | 2024-12-21T04:28:56.171Z | Checking smf v0.2.3 |
2094 | 2024-12-21T04:28:56.323Z | Checking itertools v0.13.0 |
2095 | 2024-12-21T04:28:56.456Z | Checking base64 v0.21.7 |
2096 | 2024-12-21T04:28:56.636Z | Compiling crucible-workspace-hack v0.1.0 |
2097 | 2024-12-21T04:28:56.660Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2098 | 2024-12-21T04:28:56.724Z | Checking num_enum v0.5.11 |
2099 | 2024-12-21T04:28:56.816Z | Compiling zerocopy v0.8.10 |
2100 | 2024-12-21T04:28:56.889Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2101 | 2024-12-21T04:28:56.938Z | Checking atomicwrites v0.4.4 |
2102 | 2024-12-21T04:28:57.148Z | Compiling zerocopy-derive v0.8.10 |
2103 | 2024-12-21T04:28:57.192Z | Checking termtree v0.4.1 |
2104 | 2024-12-21T04:28:57.415Z | Compiling heapless v0.8.0 |
2105 | 2024-12-21T04:28:57.744Z | Checking predicates-tree v1.0.11 |
2106 | 2024-12-21T04:28:57.915Z | Checking hash32 v0.3.1 |
2107 | 2024-12-21T04:28:58.099Z | Compiling smoltcp v0.11.0 |
2108 | 2024-12-21T04:28:58.181Z | Checking cobs v0.2.3 |
2109 | 2024-12-21T04:28:58.365Z | Checking postcard v1.0.10 |
2110 | 2024-12-21T04:28:58.471Z | Checking sigpipe v0.1.3 |
2111 | 2024-12-21T04:28:58.590Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2112 | 2024-12-21T04:28:58.883Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2113 | 2024-12-21T04:28:58.929Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2114 | 2024-12-21T04:28:58.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2115 | 2024-12-21T04:28:58.981Z | Compiling mockall_derive v0.13.0 |
2116 | 2024-12-21T04:28:59.038Z | Compiling thiserror v2.0.3 |
2117 | 2024-12-21T04:28:59.292Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2118 | 2024-12-21T04:28:59.318Z | Compiling thiserror-impl v2.0.3 |
2119 | 2024-12-21T04:28:59.600Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2120 | 2024-12-21T04:29:00.031Z | Compiling zone_cfg_derive v0.3.0 |
2121 | 2024-12-21T04:29:00.224Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2122 | 2024-12-21T04:29:01.690Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2123 | 2024-12-21T04:29:01.974Z | Compiling num-derive v0.4.2 |
2124 | 2024-12-21T04:29:02.068Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2125 | 2024-12-21T04:29:02.227Z | Checking downcast v0.11.0 |
2126 | 2024-12-21T04:29:02.352Z | Checking fragile v2.0.0 |
2127 | 2024-12-21T04:29:02.476Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2128 | 2024-12-21T04:29:02.618Z | Checking zone v0.3.0 |
2129 | 2024-12-21T04:29:02.729Z | Compiling convert_case v0.4.0 |
2130 | 2024-12-21T04:29:03.191Z | Checking tungstenite v0.21.0 |
2131 | 2024-12-21T04:29:03.266Z | Checking newline-converter v0.3.0 |
2132 | 2024-12-21T04:29:03.392Z | Checking same-file v1.0.6 |
2133 | 2024-12-21T04:29:03.432Z | Checking expectorate v1.1.0 |
2134 | 2024-12-21T04:29:03.582Z | Checking walkdir v2.5.0 |
2135 | 2024-12-21T04:29:03.612Z | Checking arc-swap v1.7.1 |
2136 | 2024-12-21T04:29:03.728Z | Compiling derive_more v0.99.18 |
2137 | 2024-12-21T04:29:03.863Z | Checking xattr v1.3.1 |
2138 | 2024-12-21T04:29:04.046Z | Checking slog-scope v4.4.0 |
2139 | 2024-12-21T04:29:04.071Z | Checking filetime v0.2.25 |
2140 | 2024-12-21T04:29:04.142Z | Checking tokio-tungstenite v0.21.0 |
2141 | 2024-12-21T04:29:04.253Z | Checking slog-stdlog v4.1.1 |
2142 | 2024-12-21T04:29:04.279Z | Checking tar v0.4.42 |
2143 | 2024-12-21T04:29:04.387Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2144 | 2024-12-21T04:29:04.431Z | Checking slog-envlogger v2.2.0 |
2145 | 2024-12-21T04:29:04.660Z | Checking num-rational v0.4.2 |
2146 | 2024-12-21T04:29:04.663Z | Checking num-complex v0.4.6 |
2147 | 2024-12-21T04:29:04.855Z | Checking float-ord v0.3.2 |
2148 | 2024-12-21T04:29:05.014Z | Compiling cancel-safe-futures v0.1.5 |
2149 | 2024-12-21T04:29:05.102Z | Compiling owo-colors v4.1.0 |
2150 | 2024-12-21T04:29:05.349Z | Checking swrite v0.1.0 |
2151 | 2024-12-21T04:29:05.476Z | Checking libsw v3.3.1 |
2152 | 2024-12-21T04:29:05.586Z | Checking num v0.4.3 |
2153 | 2024-12-21T04:29:05.721Z | Checking password-hash v0.5.0 |
2154 | 2024-12-21T04:29:05.769Z | Checking blake2 v0.10.6 |
2155 | 2024-12-21T04:29:05.911Z | Checking linear-map v1.2.0 |
2156 | 2024-12-21T04:29:06.185Z | Checking indent_write v2.2.0 |
2157 | 2024-12-21T04:29:06.250Z | Checking argon2 v0.5.3 |
2158 | 2024-12-21T04:29:06.277Z | Checking pem v3.0.4 |
2159 | 2024-12-21T04:29:06.405Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2160 | 2024-12-21T04:29:06.791Z | Compiling lzma-sys v0.1.20 |
2161 | 2024-12-21T04:29:06.825Z | Compiling typify-macro v0.2.0 |
2162 | 2024-12-21T04:29:06.903Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2163 | 2024-12-21T04:29:07.075Z | Checking headers-core v0.3.0 |
2164 | 2024-12-21T04:29:07.219Z | Compiling heck v0.3.3 |
2165 | 2024-12-21T04:29:07.292Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2166 | 2024-12-21T04:29:07.297Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2167 | 2024-12-21T04:29:07.393Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2168 | 2024-12-21T04:29:07.545Z | Checking highway v1.2.0 |
2169 | 2024-12-21T04:29:07.645Z | Compiling zone_cfg_derive v0.1.2 |
2170 | 2024-12-21T04:29:07.831Z | Checking headers v0.4.0 |
2171 | 2024-12-21T04:29:07.858Z | Checking mockall v0.13.0 |
2172 | 2024-12-21T04:29:07.949Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2173 | 2024-12-21T04:29:08.090Z | Checking yasna v0.5.2 |
2174 | 2024-12-21T04:29:08.138Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2175 | 2024-12-21T04:29:08.258Z | Checking base64 v0.13.1 |
2176 | 2024-12-21T04:29:08.681Z | Checking ron v0.7.1 |
2177 | 2024-12-21T04:29:08.946Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2178 | 2024-12-21T04:29:08.995Z | Checking rcgen v0.12.1 |
2179 | 2024-12-21T04:29:09.169Z | Checking zone v0.1.8 |
2180 | 2024-12-21T04:29:09.701Z | Checking xz2 v0.1.7 |
2181 | 2024-12-21T04:29:09.847Z | Checking subprocess v0.2.9 |
2182 | 2024-12-21T04:29:09.850Z | Checking humantime v2.1.0 |
2183 | 2024-12-21T04:29:10.015Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2184 | 2024-12-21T04:29:10.139Z | Compiling semver v0.1.20 |
2185 | 2024-12-21T04:29:10.354Z | Checking half v2.4.1 |
2186 | 2024-12-21T04:29:10.476Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2187 | 2024-12-21T04:29:10.871Z | Compiling rustc_version v0.1.7 |
2188 | 2024-12-21T04:29:10.873Z | Checking ciborium-io v0.2.2 |
2189 | 2024-12-21T04:29:11.018Z | Checking ciborium-ll v0.2.2 |
2190 | 2024-12-21T04:29:11.189Z | Compiling typify v0.2.0 |
2191 | 2024-12-21T04:29:11.344Z | Compiling progenitor-impl v0.8.0 |
2192 | 2024-12-21T04:29:11.346Z | Checking ciborium v0.2.2 |
2193 | 2024-12-21T04:29:11.388Z | Compiling newtype_derive v0.1.6 |
2194 | 2024-12-21T04:29:11.407Z | Checking prettyplease v0.2.25 |
2195 | 2024-12-21T04:29:11.855Z | Checking steno v0.4.1 |
2196 | 2024-12-21T04:29:11.884Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2197 | 2024-12-21T04:29:13.630Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2198 | 2024-12-21T04:29:14.169Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2199 | 2024-12-21T04:29:14.422Z | Compiling slog-dtrace v0.3.0 |
2200 | 2024-12-21T04:29:15.015Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2201 | 2024-12-21T04:29:15.416Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2202 | 2024-12-21T04:29:15.439Z | Checking display-error-chain v0.2.2 |
2203 | 2024-12-21T04:29:15.458Z | Checking gethostname v0.5.0 |
2204 | 2024-12-21T04:29:15.516Z | Checking nibble_vec v0.1.0 |
2205 | 2024-12-21T04:29:15.592Z | Compiling blake3 v1.5.4 |
2206 | 2024-12-21T04:29:15.613Z | Compiling ring v0.16.20 |
2207 | 2024-12-21T04:29:15.727Z | Checking endian-type v0.1.2 |
2208 | 2024-12-21T04:29:15.956Z | Checking keccak v0.1.5 |
2209 | 2024-12-21T04:29:16.019Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2210 | 2024-12-21T04:29:16.293Z | Checking sha3 v0.10.8 |
2211 | 2024-12-21T04:29:16.710Z | Checking radix_trie v0.2.1 |
2212 | 2024-12-21T04:29:16.767Z | Checking universal-hash v0.5.1 |
2213 | 2024-12-21T04:29:16.956Z | Checking secrecy v0.8.0 |
2214 | 2024-12-21T04:29:16.980Z | Checking opaque-debug v0.3.1 |
2215 | 2024-12-21T04:29:17.084Z | Checking aead v0.5.2 |
2216 | 2024-12-21T04:29:17.133Z | Checking poly1305 v0.8.0 |
2217 | 2024-12-21T04:29:17.161Z | Checking chacha20 v0.9.1 |
2218 | 2024-12-21T04:29:17.633Z | Compiling memmap2 v0.9.5 |
2219 | 2024-12-21T04:29:18.104Z | Compiling arrayref v0.3.9 |
2220 | 2024-12-21T04:29:18.220Z | Compiling constant_time_eq v0.3.1 |
2221 | 2024-12-21T04:29:18.282Z | Compiling arrayvec v0.7.6 |
2222 | 2024-12-21T04:29:18.408Z | Compiling spin v0.5.2 |
2223 | 2024-12-21T04:29:18.620Z | Compiling toolchain_find v0.4.0 |
2224 | 2024-12-21T04:29:18.642Z | Compiling thiserror-impl-no-std v2.0.2 |
2225 | 2024-12-21T04:29:18.736Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2226 | 2024-12-21T04:29:18.964Z | Compiling topological-sort v0.2.2 |
2227 | 2024-12-21T04:29:19.058Z | Compiling rustfmt-wrapper v0.2.1 |
2228 | 2024-12-21T04:29:19.185Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2229 | 2024-12-21T04:29:19.507Z | Checking chacha20poly1305 v0.10.1 |
2230 | 2024-12-21T04:29:19.530Z | Compiling progenitor-macro v0.8.0 |
2231 | 2024-12-21T04:29:19.552Z | Compiling async-recursion v1.1.1 |
2232 | 2024-12-21T04:29:19.622Z | Checking fxhash v0.2.1 |
2233 | 2024-12-21T04:29:19.695Z | Checking simd-adler32 v0.3.7 |
2234 | 2024-12-21T04:29:19.819Z | Compiling zip v2.1.3 |
2235 | 2024-12-21T04:29:19.983Z | Checking lockfree-object-pool v0.1.6 |
2236 | 2024-12-21T04:29:20.055Z | Checking bumpalo v3.16.0 |
2237 | 2024-12-21T04:29:20.175Z | Checking termcolor v1.4.1 |
2238 | 2024-12-21T04:29:20.245Z | Checking maplit v1.0.2 |
2239 | 2024-12-21T04:29:20.366Z | Compiling radium v0.7.0 |
2240 | 2024-12-21T04:29:20.390Z | Checking zopfli v0.8.1 |
2241 | 2024-12-21T04:29:20.617Z | Checking tap v1.0.1 |
2242 | 2024-12-21T04:29:20.814Z | Compiling maybe-uninit v2.0.0 |
2243 | 2024-12-21T04:29:21.246Z | Compiling omicron-zone-package v0.11.1 |
2244 | 2024-12-21T04:29:21.298Z | Checking wyz v0.5.1 |
2245 | 2024-12-21T04:29:21.432Z | Checking crc-catalog v2.4.0 |
2246 | 2024-12-21T04:29:21.617Z | Checking home v0.5.9 |
2247 | 2024-12-21T04:29:21.750Z | Checking funty v2.0.0 |
2248 | 2024-12-21T04:29:21.797Z | Compiling packed_struct v0.10.1 |
2249 | 2024-12-21T04:29:21.945Z | Checking thiserror-no-std v2.0.2 |
2250 | 2024-12-21T04:29:22.052Z | Checking vsss-rs v3.3.4 |
2251 | 2024-12-21T04:29:22.261Z | Checking crc v3.2.1 |
2252 | 2024-12-21T04:29:22.298Z | Compiling const_format_proc_macros v0.2.33 |
2253 | 2024-12-21T04:29:22.360Z | Checking kstat-rs v0.2.4 |
2254 | 2024-12-21T04:29:22.644Z | Checking bitvec v1.0.1 |
2255 | 2024-12-21T04:29:22.684Z | Compiling packed_struct_codegen v0.10.1 |
2256 | 2024-12-21T04:29:22.715Z | Compiling vte_generate_state_changes v0.1.2 |
2257 | 2024-12-21T04:29:22.927Z | Compiling indexmap v1.9.3 |
2258 | 2024-12-21T04:29:23.237Z | Compiling libefi-sys v0.1.0 |
2259 | 2024-12-21T04:29:23.351Z | Checking nodrop v0.1.14 |
2260 | 2024-12-21T04:29:23.486Z | Checking array-init v0.0.4 |
2261 | 2024-12-21T04:29:23.549Z | Checking vte v0.11.1 |
2262 | 2024-12-21T04:29:24.391Z | Checking const_format v0.2.33 |
2263 | 2024-12-21T04:29:24.568Z | Checking smallvec v0.6.14 |
2264 | 2024-12-21T04:29:24.876Z | Checking fd-lock v4.0.2 |
2265 | 2024-12-21T04:29:24.974Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2266 | 2024-12-21T04:29:24.994Z | Compiling bitfield-struct v0.6.2 |
2267 | 2024-12-21T04:29:25.068Z | Checking bitfield v0.14.0 |
2268 | 2024-12-21T04:29:25.195Z | Checking hashbrown v0.12.3 |
2269 | 2024-12-21T04:29:25.334Z | Checking strip-ansi-escapes v0.2.0 |
2270 | 2024-12-21T04:29:25.469Z | Checking serde-hex v0.1.0 |
2271 | 2024-12-21T04:29:25.521Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2272 | 2024-12-21T04:29:25.848Z | Checking env_logger v0.10.2 |
2273 | 2024-12-21T04:29:25.901Z | Checking ron v0.8.1 |
2274 | 2024-12-21T04:29:26.267Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2275 | 2024-12-21T04:29:26.472Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2276 | 2024-12-21T04:29:26.595Z | Checking hashbrown v0.13.2 |
2277 | 2024-12-21T04:29:27.029Z | Checking nu-ansi-term v0.50.1 |
2278 | 2024-12-21T04:29:27.118Z | Checking crc-any v2.5.0 |
2279 | 2024-12-21T04:29:27.235Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2280 | 2024-12-21T04:29:27.369Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2024-12-21T04:29:27.441Z | Checking reedline v0.35.0 |
2282 | 2024-12-21T04:29:27.512Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2283 | 2024-12-21T04:29:27.683Z | Checking object v0.30.4 |
2284 | 2024-12-21T04:29:27.766Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2285 | 2024-12-21T04:29:27.787Z | Checking path-slash v0.1.5 |
2286 | 2024-12-21T04:29:27.845Z | Compiling parking_lot_core v0.8.6 |
2287 | 2024-12-21T04:29:27.944Z | Compiling phf_generator v0.11.2 |
2288 | 2024-12-21T04:29:28.013Z | Checking bytecount v0.6.8 |
2289 | 2024-12-21T04:29:28.129Z | Checking glob v0.3.1 |
2290 | 2024-12-21T04:29:28.173Z | Checking papergrid v0.11.0 |
2291 | 2024-12-21T04:29:28.442Z | Compiling phf_codegen v0.11.2 |
2292 | 2024-12-21T04:29:28.678Z | Compiling tabled_derive v0.7.0 |
2293 | 2024-12-21T04:29:28.729Z | Checking parking_lot v0.11.2 |
2294 | 2024-12-21T04:29:29.079Z | Compiling parse-zoneinfo v0.3.1 |
2295 | 2024-12-21T04:29:29.389Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2296 | 2024-12-21T04:29:29.509Z | Compiling cfg_aliases v0.1.1 |
2297 | 2024-12-21T04:29:29.628Z | Compiling nix v0.28.0 |
2298 | 2024-12-21T04:29:29.678Z | Checking sled v0.34.7 |
2299 | 2024-12-21T04:29:30.141Z | Compiling chrono-tz-build v0.4.0 |
2300 | 2024-12-21T04:29:30.544Z | Checking hickory-client v0.24.1 |
2301 | 2024-12-21T04:29:31.148Z | Checking hickory-server v0.24.1 |
2302 | 2024-12-21T04:29:31.207Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2303 | 2024-12-21T04:29:31.229Z | Checking tabled v0.15.0 |
2304 | 2024-12-21T04:29:31.680Z | Compiling chrono-tz v0.10.0 |
2305 | 2024-12-21T04:29:32.318Z | Compiling buf-list v1.0.3 |
2306 | 2024-12-21T04:29:33.061Z | Compiling peg-macros v0.8.4 |
2307 | 2024-12-21T04:29:33.521Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2308 | 2024-12-21T04:29:33.756Z | Compiling sqlparser_derive v0.2.2 |
2309 | 2024-12-21T04:29:33.856Z | Checking unicode_categories v0.1.1 |
2310 | 2024-12-21T04:29:34.158Z | Checking sqlformat v0.2.6 |
2311 | 2024-12-21T04:29:34.820Z | Checking progenitor v0.8.0 |
2312 | 2024-12-21T04:29:34.872Z | Checking sqlparser v0.45.0 |
2313 | 2024-12-21T04:29:35.072Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2314 | 2024-12-21T04:29:35.112Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2315 | 2024-12-21T04:29:35.189Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2316 | 2024-12-21T04:29:38.628Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2317 | 2024-12-21T04:29:39.648Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2318 | 2024-12-21T04:29:40.068Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2319 | 2024-12-21T04:29:40.591Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2320 | 2024-12-21T04:29:41.817Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2321 | 2024-12-21T04:29:42.561Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2322 | 2024-12-21T04:29:43.766Z | Checking peg v0.8.4 |
2323 | 2024-12-21T04:29:43.879Z | Checking rustyline v14.0.0 |
2324 | 2024-12-21T04:29:44.051Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2325 | 2024-12-21T04:29:44.466Z | Checking bcs v0.1.6 |
2326 | 2024-12-21T04:29:44.722Z | Checking primeorder v0.13.6 |
2327 | 2024-12-21T04:29:44.839Z | Compiling unicase v2.7.0 |
2328 | 2024-12-21T04:29:44.900Z | Checking nanorand v0.7.0 |
2329 | 2024-12-21T04:29:44.903Z | Checking atty v0.2.14 |
2330 | 2024-12-21T04:29:45.046Z | Compiling salty v0.3.0 |
2331 | 2024-12-21T04:29:45.187Z | Checking p384 v0.13.0 |
2332 | 2024-12-21T04:29:45.255Z | Checking flume v0.11.1 |
2333 | 2024-12-21T04:29:45.503Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2334 | 2024-12-21T04:29:45.752Z | Compiling mime_guess v2.0.5 |
2335 | 2024-12-21T04:29:45.785Z | Checking env_filter v0.1.2 |
2336 | 2024-12-21T04:29:46.042Z | Checking http-range v0.1.5 |
2337 | 2024-12-21T04:29:46.131Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2338 | 2024-12-21T04:29:46.234Z | Checking env_logger v0.11.5 |
2339 | 2024-12-21T04:29:46.573Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2340 | 2024-12-21T04:29:46.615Z | Compiling dsl_auto_type v0.1.2 |
2341 | 2024-12-21T04:29:46.641Z | Checking scheduled-thread-pool v0.2.7 |
2342 | 2024-12-21T04:29:46.753Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2343 | 2024-12-21T04:29:46.874Z | Compiling diesel_table_macro_syntax v0.2.0 |
2344 | 2024-12-21T04:29:46.902Z | Compiling crunchy v0.2.2 |
2345 | 2024-12-21T04:29:47.341Z | Checking r2d2 v0.8.10 |
2346 | 2024-12-21T04:29:47.465Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2347 | 2024-12-21T04:29:47.684Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2348 | 2024-12-21T04:29:47.758Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2349 | 2024-12-21T04:29:47.816Z | Checking hyper-staticfile v0.10.1 |
2350 | 2024-12-21T04:29:47.980Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2351 | 2024-12-21T04:29:48.297Z | Compiling diesel_derives v2.2.3 |
2352 | 2024-12-21T04:29:48.345Z | Compiling tiny-keccak v2.0.2 |
2353 | 2024-12-21T04:29:48.390Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2354 | 2024-12-21T04:29:48.476Z | Compiling pin-project-internal v1.1.6 |
2355 | 2024-12-21T04:29:48.654Z | Compiling ref-cast v1.0.23 |
2356 | 2024-12-21T04:29:49.263Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2357 | 2024-12-21T04:29:49.335Z | Compiling ascii-canvas v3.0.0 |
2358 | 2024-12-21T04:29:49.555Z | Compiling ena v0.14.3 |
2359 | 2024-12-21T04:29:49.933Z | Compiling ref-cast-impl v1.0.23 |
2360 | 2024-12-21T04:29:49.980Z | Compiling regex-syntax v0.6.29 |
2361 | 2024-12-21T04:29:51.171Z | Compiling diff v0.1.13 |
2362 | 2024-12-21T04:29:51.550Z | Checking pin-project v1.1.6 |
2363 | 2024-12-21T04:29:51.832Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2364 | 2024-12-21T04:29:51.855Z | Checking signal-hook-tokio v0.3.1 |
2365 | 2024-12-21T04:29:51.857Z | Compiling snafu-derive v0.8.5 |
2366 | 2024-12-21T04:29:52.049Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2367 | 2024-12-21T04:29:52.356Z | Compiling derive_builder_core v0.20.2 |
2368 | 2024-12-21T04:29:54.805Z | Compiling lalrpop v0.19.12 |
2369 | 2024-12-21T04:29:55.804Z | Checking globset v0.4.15 |
2370 | 2024-12-21T04:29:55.965Z | Checking olpc-cjson v0.1.4 |
2371 | 2024-12-21T04:29:56.205Z | Checking serde_plain v1.0.2 |
2372 | 2024-12-21T04:29:56.337Z | Compiling libxml v0.3.3 |
2373 | 2024-12-21T04:29:56.472Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2374 | 2024-12-21T04:29:56.722Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2375 | 2024-12-21T04:29:57.489Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2376 | 2024-12-21T04:30:00.302Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2377 | 2024-12-21T04:30:00.864Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2378 | 2024-12-21T04:30:01.846Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2379 | 2024-12-21T04:30:02.066Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2380 | 2024-12-21T04:30:02.720Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2381 | 2024-12-21T04:30:03.130Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2382 | 2024-12-21T04:30:03.636Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2383 | 2024-12-21T04:30:04.129Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2384 | 2024-12-21T04:30:04.167Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2385 | 2024-12-21T04:30:04.586Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2386 | 2024-12-21T04:30:04.917Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2387 | 2024-12-21T04:30:04.921Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2388 | 2024-12-21T04:30:05.594Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2389 | 2024-12-21T04:30:06.158Z | Checking diesel v2.2.6 |
2390 | 2024-12-21T04:30:06.216Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2391 | 2024-12-21T04:30:08.480Z | Checking snafu v0.8.5 |
2392 | 2024-12-21T04:30:08.982Z | Compiling memoffset v0.9.1 |
2393 | 2024-12-21T04:30:09.007Z | Checking typed-path v0.9.3 |
2394 | 2024-12-21T04:30:09.484Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2395 | 2024-12-21T04:30:09.513Z | Compiling derive_builder_macro v0.20.2 |
2396 | 2024-12-21T04:30:10.395Z | Checking tungstenite v0.23.0 |
2397 | 2024-12-21T04:30:10.503Z | Compiling strum_macros v0.24.3 |
2398 | 2024-12-21T04:30:10.864Z | Compiling samael v0.0.17 |
2399 | 2024-12-21T04:30:11.027Z | Checking tough v0.19.0 |
2400 | 2024-12-21T04:30:11.344Z | Checking parse-size v1.1.0 |
2401 | 2024-12-21T04:30:11.371Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2402 | 2024-12-21T04:30:11.540Z | Compiling indoc v1.0.9 |
2403 | 2024-12-21T04:30:11.562Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2404 | 2024-12-21T04:30:12.483Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2405 | 2024-12-21T04:30:12.541Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2406 | 2024-12-21T04:30:14.208Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2407 | 2024-12-21T04:30:14.368Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2408 | 2024-12-21T04:30:14.884Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2409 | 2024-12-21T04:30:15.802Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2410 | 2024-12-21T04:30:16.077Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2411 | 2024-12-21T04:30:16.201Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2412 | 2024-12-21T04:30:16.457Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2413 | 2024-12-21T04:30:16.931Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2414 | 2024-12-21T04:30:18.613Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2415 | 2024-12-21T04:30:21.466Z | Checking tokio-tungstenite v0.23.1 |
2416 | 2024-12-21T04:30:21.578Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2417 | 2024-12-21T04:30:21.730Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2418 | 2024-12-21T04:30:21.980Z | Checking derive_builder v0.20.2 |
2419 | 2024-12-21T04:30:22.754Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2420 | 2024-12-21T04:30:23.062Z | Checking quick-xml v0.33.0 |
2421 | 2024-12-21T04:30:23.720Z | Compiling impl-trait-for-tuples v0.2.2 |
2422 | 2024-12-21T04:30:24.054Z | Compiling oso-derive v0.27.3 |
2423 | 2024-12-21T04:30:25.145Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2424 | 2024-12-21T04:30:25.565Z | Checking nix v0.27.1 |
2425 | 2024-12-21T04:30:26.410Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2426 | 2024-12-21T04:30:26.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2427 | 2024-12-21T04:30:28.806Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2428 | 2024-12-21T04:30:28.850Z | Compiling diesel-dtrace v0.4.2 |
2429 | 2024-12-21T04:30:29.061Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2430 | 2024-12-21T04:30:29.216Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2431 | 2024-12-21T04:30:29.513Z | Checking bb8 v0.8.5 |
2432 | 2024-12-21T04:30:30.060Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2433 | 2024-12-21T04:30:31.346Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2434 | 2024-12-21T04:30:31.394Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2435 | 2024-12-21T04:30:32.075Z | Checking heck v0.4.1 |
2436 | 2024-12-21T04:30:32.238Z | Checking rand_seeder v0.3.0 |
2437 | 2024-12-21T04:30:32.278Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2438 | 2024-12-21T04:30:32.400Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2439 | 2024-12-21T04:30:32.483Z | Checking assert_matches v1.5.0 |
2440 | 2024-12-21T04:30:32.520Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2441 | 2024-12-21T04:30:32.592Z | Compiling libz-sys v1.1.20 |
2442 | 2024-12-21T04:30:32.693Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2443 | 2024-12-21T04:30:32.776Z | Checking castaway v0.2.3 |
2444 | 2024-12-21T04:30:32.950Z | Checking is_ci v1.2.0 |
2445 | 2024-12-21T04:30:32.972Z | Checking compact_str v0.8.0 |
2446 | 2024-12-21T04:30:33.093Z | Checking supports-color v3.0.1 |
2447 | 2024-12-21T04:30:33.309Z | Checking unicode-truncate v1.1.0 |
2448 | 2024-12-21T04:30:33.414Z | Checking lru v0.12.5 |
2449 | 2024-12-21T04:30:33.567Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2450 | 2024-12-21T04:30:33.726Z | Compiling instability v0.3.2 |
2451 | 2024-12-21T04:30:33.846Z | Checking cassowary v0.3.0 |
2452 | 2024-12-21T04:30:34.476Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2453 | 2024-12-21T04:30:34.649Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2454 | 2024-12-21T04:30:34.771Z | Checking ratatui v0.28.1 |
2455 | 2024-12-21T04:30:34.850Z | Compiling vergen v8.3.2 |
2456 | 2024-12-21T04:30:35.130Z | Compiling cargo-platform v0.1.8 |
2457 | 2024-12-21T04:30:35.722Z | Checking unicode-linebreak v0.1.5 |
2458 | 2024-12-21T04:30:36.156Z | Checking smawk v0.3.2 |
2459 | 2024-12-21T04:30:36.180Z | Compiling cargo_metadata v0.18.1 |
2460 | 2024-12-21T04:30:36.233Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2461 | 2024-12-21T04:30:36.371Z | Checking textwrap v0.16.1 |
2462 | 2024-12-21T04:30:36.701Z | Compiling libsqlite3-sys v0.30.1 |
2463 | 2024-12-21T04:30:36.791Z | Compiling cfg_aliases v0.2.1 |
2464 | 2024-12-21T04:30:36.899Z | Compiling rustls v0.21.12 |
2465 | 2024-12-21T04:30:37.185Z | Checking shell-words v1.1.0 |
2466 | 2024-12-21T04:30:37.284Z | Compiling nix v0.29.0 |
2467 | 2024-12-21T04:30:37.846Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2468 | 2024-12-21T04:30:38.140Z | Checking rustls-webpki v0.101.7 |
2469 | 2024-12-21T04:30:38.214Z | Checking sct v0.7.1 |
2470 | 2024-12-21T04:30:38.833Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2471 | 2024-12-21T04:30:38.946Z | Checking hashlink v0.9.1 |
2472 | 2024-12-21T04:30:39.115Z | Checking concurrent-queue v2.5.0 |
2473 | 2024-12-21T04:30:39.473Z | Checking fallible-iterator v0.3.0 |
2474 | 2024-12-21T04:30:39.557Z | Checking plotters-backend v0.3.7 |
2475 | 2024-12-21T04:30:39.675Z | Checking parking v2.2.1 |
2476 | 2024-12-21T04:30:39.850Z | Checking fallible-streaming-iterator v0.1.9 |
2477 | 2024-12-21T04:30:39.937Z | Checking plotters-svg v0.3.7 |
2478 | 2024-12-21T04:30:40.129Z | Checking rusqlite v0.32.1 |
2479 | 2024-12-21T04:30:40.171Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2480 | 2024-12-21T04:30:40.628Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2481 | 2024-12-21T04:30:40.963Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2482 | 2024-12-21T04:30:41.264Z | Checking rustls-pemfile v1.0.4 |
2483 | 2024-12-21T04:30:41.465Z | Checking twox-hash v1.6.3 |
2484 | 2024-12-21T04:30:41.518Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2485 | 2024-12-21T04:30:41.914Z | Checking async-bb8-diesel v0.2.1 |
2486 | 2024-12-21T04:30:41.935Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2487 | 2024-12-21T04:30:41.998Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2488 | 2024-12-21T04:30:42.089Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2489 | 2024-12-21T04:30:42.624Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2490 | 2024-12-21T04:30:42.815Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2491 | 2024-12-21T04:30:43.049Z | Checking tokio-rustls v0.24.1 |
2492 | 2024-12-21T04:30:43.204Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2493 | 2024-12-21T04:30:43.451Z | Checking cast v0.3.0 |
2494 | 2024-12-21T04:30:43.783Z | Checking criterion-plot v0.5.0 |
2495 | 2024-12-21T04:30:44.337Z | Checking plotters v0.3.7 |
2496 | 2024-12-21T04:30:44.380Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2497 | 2024-12-21T04:30:45.227Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2498 | 2024-12-21T04:30:45.955Z | Checking fatfs v0.3.6 |
2499 | 2024-12-21T04:30:46.110Z | Checking tinytemplate v1.2.1 |
2500 | 2024-12-21T04:30:46.536Z | Checking csv-core v0.1.11 |
2501 | 2024-12-21T04:30:46.899Z | Checking oorandom v11.1.4 |
2502 | 2024-12-21T04:30:47.008Z | Checking anes v0.1.6 |
2503 | 2024-12-21T04:30:47.027Z | Checking hex-literal v0.4.1 |
2504 | 2024-12-21T04:30:47.062Z | Checking csv v1.3.0 |
2505 | 2024-12-21T04:30:47.169Z | Checking event-listener v5.3.1 |
2506 | 2024-12-21T04:30:47.352Z | Checking criterion v0.5.1 |
2507 | 2024-12-21T04:30:47.549Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2508 | 2024-12-21T04:30:47.944Z | Checking rtoolbox v0.0.2 |
2509 | 2024-12-21T04:30:48.138Z | Checking rpassword v7.3.1 |
2510 | 2024-12-21T04:30:48.303Z | Checking event-listener-strategy v0.5.2 |
2511 | 2024-12-21T04:30:48.535Z | Checking tui-tree-widget v0.22.0 |
2512 | 2024-12-21T04:30:48.882Z | Checking polyval v0.6.2 |
2513 | 2024-12-21T04:30:49.183Z | Checking ghash v0.5.1 |
2514 | 2024-12-21T04:30:49.364Z | Checking futures-lite v2.3.0 |
2515 | 2024-12-21T04:30:50.184Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2516 | 2024-12-21T04:30:50.722Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2517 | 2024-12-21T04:30:51.265Z | Checking ctr v0.9.2 |
2518 | 2024-12-21T04:30:51.831Z | Checking yansi v1.0.1 |
2519 | 2024-12-21T04:30:51.887Z | Checking aes-gcm v0.10.3 |
2520 | 2024-12-21T04:30:52.141Z | Checking ssh-encoding v0.2.0 |
2521 | 2024-12-21T04:30:52.395Z | Checking pretty_assertions v1.4.1 |
2522 | 2024-12-21T04:30:52.493Z | Checking blowfish v0.9.1 |
2523 | 2024-12-21T04:30:52.600Z | Checking ssh-cipher v0.2.0 |
2524 | 2024-12-21T04:30:52.733Z | Checking bcrypt-pbkdf v0.10.0 |
2525 | 2024-12-21T04:30:52.895Z | Checking async-lock v3.4.0 |
2526 | 2024-12-21T04:30:53.000Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2527 | 2024-12-21T04:30:53.709Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2528 | 2024-12-21T04:30:53.970Z | Checking polling v3.7.3 |
2529 | 2024-12-21T04:30:54.360Z | Checking password-hash v0.4.2 |
2530 | 2024-12-21T04:30:54.391Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2531 | 2024-12-21T04:30:54.740Z | Checking matches v0.1.10 |
2532 | 2024-12-21T04:30:54.764Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2533 | 2024-12-21T04:30:54.844Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2534 | 2024-12-21T04:30:55.119Z | Checking idna v0.2.3 |
2535 | 2024-12-21T04:30:56.034Z | Checking pbkdf2 v0.11.0 |
2536 | 2024-12-21T04:30:56.138Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2537 | 2024-12-21T04:30:56.322Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2538 | 2024-12-21T04:30:58.060Z | Checking async-io v2.3.4 |
2539 | 2024-12-21T04:30:58.961Z | Checking ssh-key v0.6.6 |
2540 | 2024-12-21T04:31:00.623Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2541 | 2024-12-21T04:31:01.199Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2542 | 2024-12-21T04:31:01.389Z | Checking p256 v0.13.2 |
2543 | 2024-12-21T04:31:01.529Z | Checking p521 v0.13.3 |
2544 | 2024-12-21T04:31:01.862Z | Checking russh-cryptovec v0.7.3 |
2545 | 2024-12-21T04:31:02.088Z | Compiling enum-as-inner v0.5.1 |
2546 | 2024-12-21T04:31:02.383Z | Checking async-task v4.7.1 |
2547 | 2024-12-21T04:31:02.746Z | Checking md5 v0.7.0 |
2548 | 2024-12-21T04:31:02.870Z | Compiling doc-comment v0.3.3 |
2549 | 2024-12-21T04:31:03.027Z | Compiling target-lexicon v0.12.16 |
2550 | 2024-12-21T04:31:03.105Z | Checking trust-dns-proto v0.22.0 |
2551 | 2024-12-21T04:31:03.623Z | Checking russh-keys v0.45.0 |
2552 | 2024-12-21T04:31:04.048Z | Checking async-channel v2.3.1 |
2553 | 2024-12-21T04:31:04.389Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2554 | 2024-12-21T04:31:05.275Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2555 | 2024-12-21T04:31:05.835Z | Checking piper v0.2.4 |
2556 | 2024-12-21T04:31:06.073Z | Checking num-bigint v0.4.6 |
2557 | 2024-12-21T04:31:06.265Z | Checking des v0.8.1 |
2558 | 2024-12-21T04:31:06.560Z | Compiling dhcproto-macros v0.1.0 |
2559 | 2024-12-21T04:31:06.978Z | Compiling guppy-workspace-hack v0.1.0 |
2560 | 2024-12-21T04:31:07.238Z | Compiling assert_cmd v2.0.16 |
2561 | 2024-12-21T04:31:07.507Z | Checking futures-timer v3.0.3 |
2562 | 2024-12-21T04:31:07.720Z | Checking dhcproto v0.12.0 |
2563 | 2024-12-21T04:31:07.836Z | Checking blocking v1.6.1 |
2564 | 2024-12-21T04:31:08.643Z | Checking russh v0.45.0 |
2565 | 2024-12-21T04:31:08.726Z | Checking async-executor v1.13.1 |
2566 | 2024-12-21T04:31:09.080Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2567 | 2024-12-21T04:31:09.238Z | Checking async-signal v0.2.10 |
2568 | 2024-12-21T04:31:09.532Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2569 | 2024-12-21T04:31:09.943Z | Compiling target-spec v3.2.2 |
2570 | 2024-12-21T04:31:10.179Z | Checking internet-checksum v0.2.1 |
2571 | 2024-12-21T04:31:10.354Z | Checking event-listener v2.5.3 |
2572 | 2024-12-21T04:31:10.589Z | Checking async-channel v1.9.0 |
2573 | 2024-12-21T04:31:11.481Z | Checking async-process v2.3.0 |
2574 | 2024-12-21T04:31:11.918Z | Checking async-global-executor v2.4.1 |
2575 | 2024-12-21T04:31:12.308Z | Checking cfg-expr v0.17.0 |
2576 | 2024-12-21T04:31:12.829Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2577 | 2024-12-21T04:31:13.127Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2578 | 2024-12-21T04:31:13.149Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2579 | 2024-12-21T04:31:13.633Z | Checking httptest v0.16.1 |
2580 | 2024-12-21T04:31:14.259Z | Checking rustls-native-certs v0.7.3 |
2581 | 2024-12-21T04:31:14.328Z | Compiling petname v2.0.2 |
2582 | 2024-12-21T04:31:14.446Z | Checking num_cpus v1.16.0 |
2583 | 2024-12-21T04:31:14.582Z | Checking kv-log-macro v1.0.7 |
2584 | 2024-12-21T04:31:14.718Z | Compiling async-attributes v1.1.2 |
2585 | 2024-12-21T04:31:15.573Z | Checking async-std v1.13.0 |
2586 | 2024-12-21T04:31:17.666Z | Checking threadpool v1.8.1 |
2587 | 2024-12-21T04:31:17.874Z | Checking hyper-rustls v0.26.0 |
2588 | 2024-12-21T04:31:18.237Z | Checking pathdiff v0.2.2 |
2589 | 2024-12-21T04:31:18.311Z | Compiling rstest_macros v0.23.0 |
2590 | 2024-12-21T04:31:18.395Z | Checking nested v0.1.1 |
2591 | 2024-12-21T04:31:18.620Z | Compiling target-triple v0.1.3 |
2592 | 2024-12-21T04:31:18.833Z | Checking escape8259 v0.5.3 |
2593 | 2024-12-21T04:31:19.039Z | Checking libtest-mimic v0.7.3 |
2594 | 2024-12-21T04:31:19.294Z | Checking guppy v0.17.8 |
2595 | 2024-12-21T04:31:19.323Z | Checking async-object-pool v0.1.5 |
2596 | 2024-12-21T04:31:19.522Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2597 | 2024-12-21T04:31:20.212Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2598 | 2024-12-21T04:31:20.512Z | Checking similar-asserts v1.6.0 |
2599 | 2024-12-21T04:31:20.727Z | Checking fancy-regex v0.13.0 |
2600 | 2024-12-21T04:31:21.363Z | Checking serde_regex v1.1.0 |
2601 | 2024-12-21T04:31:21.536Z | Checking assert-json-diff v2.0.2 |
2602 | 2024-12-21T04:31:21.639Z | Compiling proc-macro-crate v3.2.0 |
2603 | 2024-12-21T04:31:21.828Z | Checking path-tree v0.8.1 |
2604 | 2024-12-21T04:31:22.185Z | Compiling relative-path v1.9.3 |
2605 | 2024-12-21T04:31:22.667Z | Checking sync-ptr v0.1.1 |
2606 | 2024-12-21T04:31:22.905Z | Checking stringmetrics v2.2.2 |
2607 | 2024-12-21T04:31:22.925Z | Checking datatest-stable v0.2.9 |
2608 | 2024-12-21T04:31:23.128Z | Checking httpmock v0.8.0-alpha.1 |
2609 | 2024-12-21T04:31:23.370Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2610 | 2024-12-21T04:31:24.882Z | Checking blake2b_simd v1.0.2 |
2611 | 2024-12-21T04:31:25.772Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2612 | 2024-12-21T04:31:26.277Z | Compiling git2 v0.19.0 |
2613 | 2024-12-21T04:31:26.349Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2614 | 2024-12-21T04:31:26.653Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2615 | 2024-12-21T04:31:26.964Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2616 | 2024-12-21T04:31:27.260Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2617 | 2024-12-21T04:31:27.815Z | Checking serde_tokenstream v0.2.2 |
2618 | 2024-12-21T04:31:28.245Z | Checking uzers v0.12.1 |
2619 | 2024-12-21T04:31:28.631Z | Checking rust-argon2 v2.1.0 |
2620 | 2024-12-21T04:31:28.653Z | Checking trybuild v1.0.101 |
2621 | 2024-12-21T04:31:29.092Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2622 | 2024-12-21T04:31:30.051Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2623 | 2024-12-21T04:31:30.439Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2624 | 2024-12-21T04:31:31.824Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2625 | 2024-12-21T04:31:34.164Z | Checking rstest v0.23.0 |
2626 | 2024-12-21T04:31:34.187Z | Checking rand_distr v0.4.3 |
2627 | 2024-12-21T04:31:34.386Z | Checking multimap v0.10.0 |
2628 | 2024-12-21T04:31:34.718Z | Checking approx v0.5.1 |
2629 | 2024-12-21T04:31:34.755Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2630 | 2024-12-21T04:31:35.007Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2631 | 2024-12-21T04:31:35.706Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2632 | 2024-12-21T04:31:36.231Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2633 | 2024-12-21T04:31:36.364Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2634 | 2024-12-21T04:31:36.544Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2635 | 2024-12-21T04:31:37.066Z | Checking partial-io v0.5.4 |
2636 | 2024-12-21T04:31:37.392Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2637 | 2024-12-21T04:31:37.415Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2638 | 2024-12-21T04:31:37.482Z | Checking cargo_toml v0.20.5 |
2639 | 2024-12-21T04:31:37.698Z | Checking termios v0.3.3 |
2640 | 2024-12-21T04:31:37.818Z | Compiling indoc v2.0.5 |
2641 | 2024-12-21T04:31:37.953Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2642 | 2024-12-21T04:31:38.773Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2643 | 2024-12-21T04:31:39.633Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2644 | 2024-12-21T04:31:58.956Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2645 | 2024-12-21T04:32:01.898Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2646 | 2024-12-21T04:32:03.465Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2647 | 2024-12-21T04:32:22.735Z | Compiling polar-core v0.27.3 |
2648 | 2024-12-21T04:32:33.989Z | Checking oso v0.27.3 |
2649 | 2024-12-21T04:32:38.600Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2650 | 2024-12-21T04:32:40.099Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2651 | 2024-12-21T04:32:40.712Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2652 | 2024-12-21T04:33:23.827Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2653 | 2024-12-21T04:33:23.827Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2654 | 2024-12-21T04:33:23.829Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2655 | 2024-12-21T04:34:48.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
2656 | 2024-12-21T04:34:48.854Z | |
2657 | 2024-12-21T04:34:48.854Z | real 6:46.441174777 |
2658 | 2024-12-21T04:34:48.854Z | user 36:09.548596811 |
2659 | 2024-12-21T04:34:48.854Z | sys 6:40.737990303 |
2660 | 2024-12-21T04:34:48.854Z | trap 0.968773278 |
2661 | 2024-12-21T04:34:48.856Z | tflt 2.115423384 |
2662 | 2024-12-21T04:34:48.856Z | dflt 0.627328449 |
2663 | 2024-12-21T04:34:48.856Z | kflt 0.000688478 |
2664 | 2024-12-21T04:34:48.856Z | lock 52:25.608201684 |
2665 | 2024-12-21T04:34:48.856Z | slp 2:05:08.870031435 |
2666 | 2024-12-21T04:34:48.856Z | lat 1:42.939046369 |
2667 | 2024-12-21T04:34:48.856Z | stop 6:13.220167558 |
2668 | 2024-12-21T04:34:48.856Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2669 | 2024-12-21T04:34:48.856Z | + ptime -m cargo doc --workspace --no-deps |
2670 | 2024-12-21T04:34:50.059Z | warning: output filename collision. |
2671 | 2024-12-21T04:34:50.059Z | 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)`. |
2672 | 2024-12-21T04:34:50.059Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2673 | 2024-12-21T04:34:50.059Z | The targets should have unique names. |
2674 | 2024-12-21T04:34:50.059Z | This is a known bug where multiple crates with the same name use |
2675 | 2024-12-21T04:34:50.059Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2676 | 2024-12-21T04:34:50.523Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2677 | 2024-12-21T04:34:50.593Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2678 | 2024-12-21T04:34:50.613Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2679 | 2024-12-21T04:34:50.652Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2680 | 2024-12-21T04:34:50.672Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2681 | 2024-12-21T04:34:50.698Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2682 | 2024-12-21T04:34:50.698Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2683 | 2024-12-21T04:34:50.917Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2684 | 2024-12-21T04:34:50.941Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2685 | 2024-12-21T04:34:50.968Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2686 | 2024-12-21T04:34:51.070Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2687 | 2024-12-21T04:34:51.168Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2688 | 2024-12-21T04:34:51.368Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2689 | 2024-12-21T04:34:51.478Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2690 | 2024-12-21T04:34:51.701Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2691 | 2024-12-21T04:34:54.425Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2692 | 2024-12-21T04:34:55.637Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2693 | 2024-12-21T04:34:55.885Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2694 | 2024-12-21T04:34:55.950Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2695 | 2024-12-21T04:34:55.983Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2696 | 2024-12-21T04:34:56.140Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2697 | 2024-12-21T04:34:56.265Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2698 | 2024-12-21T04:34:56.314Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2699 | 2024-12-21T04:34:56.615Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2700 | 2024-12-21T04:34:56.932Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2701 | 2024-12-21T04:34:57.248Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2702 | 2024-12-21T04:34:57.813Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2703 | 2024-12-21T04:34:57.979Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2704 | 2024-12-21T04:34:58.167Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2705 | 2024-12-21T04:34:58.246Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2706 | 2024-12-21T04:34:58.452Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2707 | 2024-12-21T04:34:58.521Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2708 | 2024-12-21T04:34:58.746Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2709 | 2024-12-21T04:34:58.769Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2710 | 2024-12-21T04:34:59.048Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2711 | 2024-12-21T04:34:59.510Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2712 | 2024-12-21T04:34:59.668Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2713 | 2024-12-21T04:34:59.828Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2714 | 2024-12-21T04:34:59.955Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2715 | 2024-12-21T04:35:00.348Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2716 | 2024-12-21T04:35:00.374Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2717 | 2024-12-21T04:35:00.692Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2718 | 2024-12-21T04:35:00.770Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2719 | 2024-12-21T04:35:01.297Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2720 | 2024-12-21T04:35:02.891Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2721 | 2024-12-21T04:35:05.508Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2722 | 2024-12-21T04:35:06.276Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2723 | 2024-12-21T04:35:06.357Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-12-21T04:35:06.441Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2725 | 2024-12-21T04:35:07.143Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2726 | 2024-12-21T04:35:07.594Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2727 | 2024-12-21T04:35:08.002Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2728 | 2024-12-21T04:35:08.654Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2729 | 2024-12-21T04:35:08.722Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2730 | 2024-12-21T04:35:08.998Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2731 | 2024-12-21T04:35:10.644Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2732 | 2024-12-21T04:35:15.432Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2733 | 2024-12-21T04:35:16.630Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2734 | 2024-12-21T04:35:16.829Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2735 | 2024-12-21T04:35:17.183Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2736 | 2024-12-21T04:35:17.420Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2737 | 2024-12-21T04:35:17.659Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2738 | 2024-12-21T04:35:17.769Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2739 | 2024-12-21T04:35:18.170Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2740 | 2024-12-21T04:35:18.296Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2741 | 2024-12-21T04:35:19.663Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2742 | 2024-12-21T04:35:20.202Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2743 | 2024-12-21T04:35:20.468Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2744 | 2024-12-21T04:35:20.886Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2745 | 2024-12-21T04:35:21.302Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2746 | 2024-12-21T04:35:21.452Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2747 | 2024-12-21T04:35:21.652Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2748 | 2024-12-21T04:35:21.686Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2749 | 2024-12-21T04:35:21.741Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2750 | 2024-12-21T04:35:22.106Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2024-12-21T04:35:22.997Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2752 | 2024-12-21T04:35:23.419Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2753 | 2024-12-21T04:35:23.612Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2754 | 2024-12-21T04:35:23.655Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2755 | 2024-12-21T04:35:24.807Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2756 | 2024-12-21T04:35:24.940Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2757 | 2024-12-21T04:35:25.088Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2758 | 2024-12-21T04:35:26.147Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2759 | 2024-12-21T04:35:26.331Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2760 | 2024-12-21T04:35:26.775Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2761 | 2024-12-21T04:35:26.849Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2762 | 2024-12-21T04:35:26.986Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2763 | 2024-12-21T04:35:27.928Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2764 | 2024-12-21T04:35:27.931Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2765 | 2024-12-21T04:35:28.570Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2766 | 2024-12-21T04:35:28.645Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2767 | 2024-12-21T04:35:29.081Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2768 | 2024-12-21T04:35:29.391Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2769 | 2024-12-21T04:35:29.652Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2770 | 2024-12-21T04:35:30.179Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2771 | 2024-12-21T04:35:30.958Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2772 | 2024-12-21T04:35:31.085Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2773 | 2024-12-21T04:35:31.436Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2774 | 2024-12-21T04:35:31.634Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2775 | 2024-12-21T04:35:31.928Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2776 | 2024-12-21T04:35:32.317Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2777 | 2024-12-21T04:35:32.337Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2778 | 2024-12-21T04:35:32.740Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2779 | 2024-12-21T04:35:33.094Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2780 | 2024-12-21T04:35:33.166Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2781 | 2024-12-21T04:35:34.292Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2782 | 2024-12-21T04:35:35.300Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2783 | 2024-12-21T04:35:36.230Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2784 | 2024-12-21T04:35:37.468Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2785 | 2024-12-21T04:35:37.968Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2786 | 2024-12-21T04:35:38.414Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2787 | 2024-12-21T04:35:40.950Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2788 | 2024-12-21T04:35:41.655Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2789 | 2024-12-21T04:35:42.757Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2790 | 2024-12-21T04:35:44.018Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2791 | 2024-12-21T04:35:54.330Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2792 | 2024-12-21T04:35:55.468Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2793 | 2024-12-21T04:35:55.921Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2794 | 2024-12-21T04:35:58.337Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2795 | 2024-12-21T04:35:58.357Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2796 | 2024-12-21T04:36:44.243Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2797 | 2024-12-21T04:36:51.419Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2798 | 2024-12-21T04:36:52.194Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2799 | 2024-12-21T04:37:09.595Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2800 | 2024-12-21T04:37:28.474Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2801 | 2024-12-21T04:37:31.729Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2802 | 2024-12-21T04:37:31.732Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2803 | 2024-12-21T04:37:31.856Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2804 | 2024-12-21T04:37:34.218Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2805 | 2024-12-21T04:37:34.857Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2806 | 2024-12-21T04:37:39.886Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2807 | 2024-12-21T04:37:44.922Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2808 | 2024-12-21T04:37:48.488Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2809 | 2024-12-21T04:38:05.108Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2810 | 2024-12-21T04:38:32.547Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2811 | 2024-12-21T04:38:35.067Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2812 | 2024-12-21T04:38:36.498Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2813 | 2024-12-21T04:38:38.928Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2814 | 2024-12-21T04:38:43.926Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2815 | 2024-12-21T04:38:58.541Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2816 | 2024-12-21T04:39:07.297Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2817 | 2024-12-21T04:39:15.246Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2818 | 2024-12-21T04:39:15.376Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2819 | 2024-12-21T04:39:17.968Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2820 | 2024-12-21T04:39:18.638Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2821 | 2024-12-21T04:39:26.658Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2822 | 2024-12-21T04:39:29.290Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2823 | 2024-12-21T04:39:32.470Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2824 | 2024-12-21T04:39:40.583Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2825 | 2024-12-21T04:39:49.676Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2826 | 2024-12-21T04:39:52.561Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2827 | 2024-12-21T04:39:53.018Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2828 | 2024-12-21T04:39:53.128Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2829 | 2024-12-21T04:39:54.019Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2830 | 2024-12-21T04:40:01.449Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2831 | 2024-12-21T04:40:02.840Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2832 | 2024-12-21T04:40:15.785Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2833 | 2024-12-21T04:40:19.920Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2834 | 2024-12-21T04:40:21.680Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2835 | 2024-12-21T04:40:23.150Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2836 | 2024-12-21T04:40:23.206Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2837 | 2024-12-21T04:40:26.092Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2838 | 2024-12-21T04:40:38.906Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2839 | 2024-12-21T04:40:44.655Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2840 | 2024-12-21T04:40:45.364Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2841 | 2024-12-21T04:40:47.525Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2842 | 2024-12-21T04:40:47.553Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2843 | 2024-12-21T04:40:47.604Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2844 | 2024-12-21T04:40:54.756Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2845 | 2024-12-21T04:40:55.088Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2846 | 2024-12-21T04:41:06.498Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2847 | 2024-12-21T04:41:07.126Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2848 | 2024-12-21T04:41:11.758Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2849 | 2024-12-21T04:41:12.194Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2850 | 2024-12-21T04:41:14.299Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2851 | 2024-12-21T04:41:14.818Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2852 | 2024-12-21T04:41:21.310Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2853 | 2024-12-21T04:41:22.161Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2854 | 2024-12-21T04:41:30.221Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2855 | 2024-12-21T04:41:35.883Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2856 | 2024-12-21T04:41:36.066Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2857 | 2024-12-21T04:41:36.317Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2858 | 2024-12-21T04:41:37.228Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2859 | 2024-12-21T04:41:44.647Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2860 | 2024-12-21T04:41:44.671Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2861 | 2024-12-21T04:41:45.027Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2862 | 2024-12-21T04:41:51.846Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2863 | 2024-12-21T04:41:57.213Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2864 | 2024-12-21T04:41:59.124Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2865 | 2024-12-21T04:41:59.174Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2866 | 2024-12-21T04:41:59.966Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2867 | 2024-12-21T04:42:04.482Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2868 | 2024-12-21T04:42:06.057Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2869 | 2024-12-21T04:42:12.065Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2870 | 2024-12-21T04:42:14.281Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2871 | 2024-12-21T04:42:14.424Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2024-12-21T04:42:17.678Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2873 | 2024-12-21T04:42:19.965Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2874 | 2024-12-21T04:42:20.241Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2875 | 2024-12-21T04:42:27.959Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2876 | 2024-12-21T04:42:29.696Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2877 | 2024-12-21T04:42:31.932Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2878 | 2024-12-21T04:42:33.233Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2879 | 2024-12-21T04:42:35.754Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2880 | 2024-12-21T04:42:38.337Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2881 | 2024-12-21T04:42:39.712Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2882 | 2024-12-21T04:42:42.800Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2883 | 2024-12-21T04:42:49.192Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2884 | 2024-12-21T04:42:50.799Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2885 | 2024-12-21T04:42:52.308Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2886 | 2024-12-21T04:42:52.811Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2887 | 2024-12-21T04:42:54.359Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2888 | 2024-12-21T04:42:56.764Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2889 | 2024-12-21T04:42:57.869Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2890 | 2024-12-21T04:43:02.127Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2891 | 2024-12-21T04:43:04.918Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2892 | 2024-12-21T04:43:09.959Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2893 | 2024-12-21T04:43:09.983Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2894 | 2024-12-21T04:43:11.534Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2895 | 2024-12-21T04:43:12.007Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2896 | 2024-12-21T04:43:15.245Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2897 | 2024-12-21T04:43:16.227Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2898 | 2024-12-21T04:43:16.357Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2899 | 2024-12-21T04:43:16.659Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2900 | 2024-12-21T04:43:17.219Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2901 | 2024-12-21T04:43:19.277Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2902 | 2024-12-21T04:43:19.668Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2903 | 2024-12-21T04:43:20.393Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2904 | 2024-12-21T04:43:22.317Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2905 | 2024-12-21T04:43:22.421Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2906 | 2024-12-21T04:43:24.311Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2907 | 2024-12-21T04:43:25.587Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2908 | 2024-12-21T04:43:26.712Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2909 | 2024-12-21T04:43:29.002Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2910 | 2024-12-21T04:43:58.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 09s |
2911 | 2024-12-21T04:43:59.099Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2912 | 2024-12-21T04:43:59.166Z | |
2913 | 2024-12-21T04:43:59.168Z | real 9:10.185270412 |
2914 | 2024-12-21T04:43:59.168Z | user 26:52.464480052 |
2915 | 2024-12-21T04:43:59.168Z | sys 42:33.915469410 |
2916 | 2024-12-21T04:43:59.168Z | trap 0.422807897 |
2917 | 2024-12-21T04:43:59.168Z | tflt 0.199519596 |
2918 | 2024-12-21T04:43:59.168Z | dflt 0.111514184 |
2919 | 2024-12-21T04:43:59.168Z | kflt 0.000052402 |
2920 | 2024-12-21T04:43:59.168Z | lock 1:32:20.390502748 |
2921 | 2024-12-21T04:43:59.168Z | slp 2:36:03.778334584 |
2922 | 2024-12-21T04:43:59.168Z | lat 1:15.474071190 |
2923 | 2024-12-21T04:43:59.168Z | stop 1:13.221037119 |
2924 | 2024-12-21T04:43:59.169Z | process exited: duration 1398162 ms, exit code 0 |
|
2925 | 2024-12-21T04:43:59.175Z | found 0 output files |