|
|
|
1 | 2024-10-30T18:44:47.284Z | job assigned to worker 01JBFBVAP2DQNYHBSWTGNZQNGZ (queued for 3 m 13 s) |
|
2 | 2024-10-30T18:44:55.430Z | starting task 0: "setup" |
3 | 2024-10-30T18:44:55.439Z | ++ uname -s |
4 | 2024-10-30T18:44:55.443Z | + kern=SunOS |
5 | 2024-10-30T18:44:55.443Z | + case "$kern" in |
6 | 2024-10-30T18:44:55.443Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T18:44:55.443Z | + groupadd -g 12345 build |
8 | 2024-10-30T18:44:55.446Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T18:44:57.453Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T18:44:57.572Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T18:44:57.575Z | + home_fs=zfs |
12 | 2024-10-30T18:44:57.575Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T18:44:57.575Z | + mkdir -p /home/build |
14 | 2024-10-30T18:44:57.577Z | + chown build:build /home/build /work |
15 | 2024-10-30T18:44:59.579Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T18:44:59.582Z | process exited: duration 4151 ms, exit code 0 |
|
17 | 2024-10-30T18:44:59.587Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T18:44:59.593Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T18:44:59.593Z | * toolchain channel = "1.80.1" |
20 | 2024-10-30T18:44:59.593Z | ' 1.80.1 |
21 | 2024-10-30T18:44:59.593Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T18:44:59.593Z | ' default |
23 | 2024-10-30T18:44:59.593Z | * toolchain profile = "default" |
24 | 2024-10-30T18:44:59.595Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T18:44:59.596Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T18:44:59.712Z | info: downloading installer |
27 | 2024-10-30T18:45:01.167Z | info: profile set to 'default' |
28 | 2024-10-30T18:45:01.167Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T18:45:01.170Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T18:45:01.322Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T18:45:01.322Z | info: downloading component 'cargo' |
32 | 2024-10-30T18:45:02.159Z | info: downloading component 'clippy' |
33 | 2024-10-30T18:45:02.455Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T18:45:03.623Z | info: downloading component 'rust-std' |
35 | 2024-10-30T18:45:05.274Z | info: downloading component 'rustc' |
36 | 2024-10-30T18:45:09.836Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T18:45:10.079Z | info: installing component 'cargo' |
38 | 2024-10-30T18:45:10.902Z | info: installing component 'clippy' |
39 | 2024-10-30T18:45:11.272Z | info: installing component 'rust-docs' |
40 | 2024-10-30T18:45:12.900Z | info: installing component 'rust-std' |
41 | 2024-10-30T18:45:14.577Z | info: installing component 'rustc' |
42 | 2024-10-30T18:45:18.856Z | info: installing component 'rustfmt' |
43 | 2024-10-30T18:45:19.207Z | |
44 | 2024-10-30T18:45:19.207Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
45 | 2024-10-30T18:45:19.466Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T18:45:19.466Z | |
47 | 2024-10-30T18:45:19.470Z | |
48 | 2024-10-30T18:45:19.470Z | Rust is installed now. Great! |
49 | 2024-10-30T18:45:19.470Z | |
50 | 2024-10-30T18:45:19.470Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T18:45:19.470Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T18:45:19.470Z | |
53 | 2024-10-30T18:45:19.470Z | To configure your current shell, you need to source |
54 | 2024-10-30T18:45:19.470Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T18:45:19.470Z | |
56 | 2024-10-30T18:45:19.470Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T18:45:19.470Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T18:45:19.470Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T18:45:19.521Z | + rustc --version |
60 | 2024-10-30T18:45:19.584Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T18:45:19.587Z | process exited: duration 19997 ms, exit code 0 |
|
62 | 2024-10-30T18:45:19.594Z | starting task 2: "authentication" |
63 | 2024-10-30T18:45:19.613Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T18:45:19.618Z | starting task 3: "clone repository" |
65 | 2024-10-30T18:45:19.623Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T18:45:19.625Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T18:45:21.380Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T18:45:29.310Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T18:45:29.313Z | + git fetch origin 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
70 | 2024-10-30T18:45:29.608Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T18:45:29.608Z | * branch 24c967f68413228880ef7b9f9a6bcd12862d19b0 -> FETCH_HEAD |
72 | 2024-10-30T18:45:29.619Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T18:45:29.623Z | ++ git branch --show-current |
74 | 2024-10-30T18:45:29.625Z | + current=main |
75 | 2024-10-30T18:45:29.625Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T18:45:29.625Z | + git branch -f zl/mgd-ddm-meta 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
77 | 2024-10-30T18:45:29.629Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T18:45:29.793Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T18:45:29.797Z | + git reset --hard 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
80 | 2024-10-30T18:45:29.809Z | HEAD is now at 24c967f68 Add switch/sled metadata to ddm/mgd related timeseries |
81 | 2024-10-30T18:45:29.811Z | process exited: duration 10190 ms, exit code 0 |
|
82 | 2024-10-30T18:45:29.816Z | starting task 4: "build" |
83 | 2024-10-30T18:45:29.821Z | + source ./env.sh |
84 | 2024-10-30T18:45:29.821Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-10-30T18:45:29.822Z | ++ set -o xtrace |
86 | 2024-10-30T18:45:29.824Z | ++++ dirname ./env.sh |
87 | 2024-10-30T18:45:29.826Z | +++ readlink -f . |
88 | 2024-10-30T18:45:30.018Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ 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-10-30T18:45:30.021Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-10-30T18:45:30.021Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-10-30T18:45:30.021Z | + source .github/buildomat/ci-env.sh |
100 | 2024-10-30T18:45:30.021Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-10-30T18:45:30.021Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-10-30T18:45:30.021Z | + cargo --version |
103 | 2024-10-30T18:45:30.073Z | cargo 1.80.1 (376290515 2024-07-16) |
104 | 2024-10-30T18:45:30.075Z | + rustc --version |
105 | 2024-10-30T18:45:30.135Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
106 | 2024-10-30T18:45:30.137Z | + banner prerequisites |
107 | 2024-10-30T18:45:30.303Z | |
108 | 2024-10-30T18:45:30.303Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-10-30T18:45:30.303Z | # # # # # # # # # # # # # # # |
110 | 2024-10-30T18:45:30.303Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-10-30T18:45:30.303Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-10-30T18:45:30.303Z | # # # # # # # # # # # # # # # |
113 | 2024-10-30T18:45:30.303Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-10-30T18:45:30.303Z | |
115 | 2024-10-30T18:45:30.305Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-10-30T18:45:56.312Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-10-30T18:46:00.113Z | Startup: Caching catalogs ... Done |
118 | 2024-10-30T18:46:07.222Z | Planning: Solver setup ... Done (6.344s) |
119 | 2024-10-30T18:46:07.316Z | Planning: Running solver ... Done (0.092s) |
120 | 2024-10-30T18:46:07.563Z | Planning: Finding local manifests ... Done (0.171s) |
121 | 2024-10-30T18:46:07.577Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-10-30T18:46:08.197Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-10-30T18:46:08.619Z | Planning: Package planning ... Done (0.423s) |
124 | 2024-10-30T18:46:08.676Z | Planning: Merging actions ... Done (0.056s) |
125 | 2024-10-30T18:46:09.938Z | Planning: Checking for conflicting actions ... Done (1.263s) |
126 | 2024-10-30T18:46:21.470Z | Planning: Consolidating action changes ... Done (11.529s) |
127 | 2024-10-30T18:46:21.829Z | Planning: Evaluating mediators ... Done (0.358s) |
128 | 2024-10-30T18:46:21.912Z | Planning: Planning completed in 21.71 seconds |
129 | 2024-10-30T18:46:22.598Z | Packages to install: 4 |
130 | 2024-10-30T18:46:22.598Z | Packages to update: 1 |
131 | 2024-10-30T18:46:22.598Z | Mediators to change: 2 |
132 | 2024-10-30T18:46:22.600Z | Services to change: 1 |
133 | 2024-10-30T18:46:22.600Z | Estimated space available: 155.71 GB |
134 | 2024-10-30T18:46:22.600Z | Estimated space to be consumed: 1.58 GB |
135 | 2024-10-30T18:46:22.600Z | Create boot environment: No |
136 | 2024-10-30T18:46:22.600Z | Create backup boot environment: Yes |
137 | 2024-10-30T18:46:22.600Z | Rebuild boot archive: No |
138 | 2024-10-30T18:46:22.600Z | |
139 | 2024-10-30T18:46:22.600Z | Changed mediators: |
140 | 2024-10-30T18:46:22.600Z | mediator clang: |
141 | 2024-10-30T18:46:22.600Z | version: None -> 15 (system default) |
142 | 2024-10-30T18:46:22.600Z | |
143 | 2024-10-30T18:46:22.601Z | mediator llvm: |
144 | 2024-10-30T18:46:22.601Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-10-30T18:46:22.601Z | |
146 | 2024-10-30T18:46:22.601Z | Changed packages: |
147 | 2024-10-30T18:46:22.601Z | helios-dev |
148 | 2024-10-30T18:46:22.601Z | developer/build-essential |
149 | 2024-10-30T18:46:22.601Z | None -> 11-2.0 |
150 | 2024-10-30T18:46:22.601Z | library/libxmlsec1 |
151 | 2024-10-30T18:46:22.601Z | None -> 1.2.35-2.0 |
152 | 2024-10-30T18:46:22.601Z | ooce/developer/clang-15 |
153 | 2024-10-30T18:46:22.601Z | None -> 15.0.7-2.0 |
154 | 2024-10-30T18:46:22.601Z | ooce/developer/llvm-15 |
155 | 2024-10-30T18:46:22.601Z | None -> 15.0.7-2.0 |
156 | 2024-10-30T18:46:22.601Z | package/pkg |
157 | 2024-10-30T18:46:22.601Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-10-30T18:46:22.601Z | |
159 | 2024-10-30T18:46:22.601Z | Services: |
160 | 2024-10-30T18:46:22.601Z | restart_fmri: |
161 | 2024-10-30T18:46:22.601Z | svc:/system/update-man-index:default |
162 | 2024-10-30T18:46:22.601Z | |
163 | 2024-10-30T18:46:22.601Z | Editable files to change: |
164 | 2024-10-30T18:46:22.601Z | Update: |
165 | 2024-10-30T18:46:22.601Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-10-30T18:46:23.173Z | |
167 | 2024-10-30T18:46:23.173Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-10-30T18:46:28.175Z | Download: 1395/4281 items 117.1/220.6MB 53% complete (23.8M/s) |
169 | 2024-10-30T18:46:33.182Z | Download: 3231/4281 items 178.0/220.6MB 80% complete (17.8M/s) |
170 | 2024-10-30T18:46:38.183Z | Download: 4273/4281 items 220.6/220.6MB 99% complete (10.3M/s) |
171 | 2024-10-30T18:46:38.227Z | Download: Completed 220.60 MB in 15.05 seconds (14.7M/s) |
172 | 2024-10-30T18:46:40.333Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-10-30T18:46:40.348Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-10-30T18:46:45.566Z | Actions: 4090/5063 actions (Installing new actions) |
175 | 2024-10-30T18:46:46.822Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-10-30T18:46:47.262Z | Actions: Completed 5063 actions in 6.93 seconds. |
177 | 2024-10-30T18:46:47.631Z | Done (0.362s) |
178 | 2024-10-30T18:46:47.634Z | Done (0.000s) |
179 | 2024-10-30T18:46:48.129Z | Done (0.496s) |
180 | 2024-10-30T18:46:56.034Z | Done (7.695s) |
181 | 2024-10-30T18:46:56.568Z | Done (0.467s) |
182 | 2024-10-30T18:46:56.572Z | Done (0.000s) |
183 | 2024-10-30T18:46:56.731Z | Done (0.000s) |
184 | 2024-10-30T18:46:57.378Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-10-30T18:46:57.537Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-10-30T18:46:57.540Z | Planning: Consolidating action changes ... Done |
187 | 2024-10-30T18:46:57.802Z | Planning: Evaluating mediators ... Done |
188 | 2024-10-30T18:46:57.804Z | Planning: Planning completed in 0.42 seconds |
189 | 2024-10-30T18:46:57.840Z | Mediators to change: 2 |
190 | 2024-10-30T18:46:57.840Z | Create boot environment: No |
191 | 2024-10-30T18:46:57.840Z | Create backup boot environment: No |
192 | 2024-10-30T18:46:57.916Z | Done |
193 | 2024-10-30T18:46:57.916Z | Done |
194 | 2024-10-30T18:46:58.380Z | Done |
195 | 2024-10-30T18:47:01.799Z | Done |
196 | 2024-10-30T18:47:01.886Z | Done |
197 | 2024-10-30T18:47:01.888Z | Done |
198 | 2024-10-30T18:47:02.013Z | Done |
199 | 2024-10-30T18:47:02.629Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-10-30T18:47:02.632Z | Planning: Merging actions ... Done |
201 | 2024-10-30T18:47:02.819Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-10-30T18:47:02.821Z | Planning: Consolidating action changes ... Done |
203 | 2024-10-30T18:47:03.088Z | Planning: Evaluating mediators ... Done |
204 | 2024-10-30T18:47:03.145Z | Planning: Planning completed in 0.76 seconds |
205 | 2024-10-30T18:47:03.186Z | Packages to change: 1 |
206 | 2024-10-30T18:47:03.186Z | Mediators to change: 1 |
207 | 2024-10-30T18:47:03.188Z | Services to change: 1 |
208 | 2024-10-30T18:47:03.188Z | Create boot environment: No |
209 | 2024-10-30T18:47:03.189Z | Create backup boot environment: Yes |
210 | 2024-10-30T18:47:05.083Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-10-30T18:47:05.220Z | Actions: Completed 6 actions in 0.14 seconds. |
212 | 2024-10-30T18:47:05.223Z | Done |
213 | 2024-10-30T18:47:05.223Z | Done |
214 | 2024-10-30T18:47:05.323Z | Done |
215 | 2024-10-30T18:47:08.887Z | Done |
216 | 2024-10-30T18:47:08.980Z | Done |
217 | 2024-10-30T18:47:08.982Z | Done |
218 | 2024-10-30T18:47:09.090Z | Done |
219 | 2024-10-30T18:47:09.525Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-10-30T18:47:09.525Z | clang system 15 system |
221 | 2024-10-30T18:47:09.525Z | csh system system illumos |
222 | 2024-10-30T18:47:09.525Z | ctags system system illumos |
223 | 2024-10-30T18:47:09.525Z | gcc vendor 12 vendor |
224 | 2024-10-30T18:47:09.525Z | gcc system 10 system |
225 | 2024-10-30T18:47:09.525Z | gcc system 7 system |
226 | 2024-10-30T18:47:09.525Z | go system 1.20 system |
227 | 2024-10-30T18:47:09.525Z | go system 1.19 system |
228 | 2024-10-30T18:47:09.525Z | llvm system 15 system |
229 | 2024-10-30T18:47:09.525Z | llvm system 14 system |
230 | 2024-10-30T18:47:09.525Z | mariadb system 10.6 system |
231 | 2024-10-30T18:47:09.525Z | mta vendor vendor dma |
232 | 2024-10-30T18:47:09.525Z | openjdk system 17 system |
233 | 2024-10-30T18:47:09.525Z | openjdk system 11 system |
234 | 2024-10-30T18:47:09.525Z | openjdk system 1.8 system |
235 | 2024-10-30T18:47:09.525Z | openssl vendor 3 vendor |
236 | 2024-10-30T18:47:09.525Z | perl system 5.36 system |
237 | 2024-10-30T18:47:09.525Z | postgresql system 15 system |
238 | 2024-10-30T18:47:09.525Z | postgresql system 13 system |
239 | 2024-10-30T18:47:09.525Z | python vendor 3 vendor |
240 | 2024-10-30T18:47:09.525Z | python system 2 system |
241 | 2024-10-30T18:47:09.525Z | python3 system 3.11 system |
242 | 2024-10-30T18:47:09.525Z | ruby system 3.0 system |
243 | 2024-10-30T18:47:09.525Z | words vendor vendor american-english |
244 | 2024-10-30T18:47:09.525Z | words system system australian-english |
245 | 2024-10-30T18:47:09.525Z | words system system british-english |
246 | 2024-10-30T18:47:09.525Z | words system system canadian-english |
247 | 2024-10-30T18:47:09.525Z | words system system french |
248 | 2024-10-30T18:47:09.525Z | words system system italian |
249 | 2024-10-30T18:47:09.525Z | words system system ngerman |
250 | 2024-10-30T18:47:09.525Z | words system system ogerman |
251 | 2024-10-30T18:47:09.526Z | words system system spanish |
252 | 2024-10-30T18:47:09.857Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-10-30T18:47:09.857Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-10-30T18:47:12.222Z | FMRI IFO |
255 | 2024-10-30T18:47:12.222Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-10-30T18:47:12.222Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-10-30T18:47:12.222Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-10-30T18:47:12.223Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-10-30T18:47:12.926Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-10-30T18:47:13.205Z | Updating crates.io index |
272 | 2024-10-30T18:47:13.276Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-10-30T18:47:14.045Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-10-30T18:47:14.378Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-10-30T18:47:14.615Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-10-30T18:47:14.929Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-10-30T18:47:15.748Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-10-30T18:47:18.086Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-10-30T18:47:19.126Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-10-30T18:47:19.938Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-10-30T18:47:20.195Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-10-30T18:47:20.508Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-10-30T18:47:21.190Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-10-30T18:47:21.501Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-10-30T18:47:21.874Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-10-30T18:47:22.179Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-10-30T18:47:22.438Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-10-30T18:47:22.702Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-10-30T18:47:23.096Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-10-30T18:47:23.415Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-10-30T18:47:23.809Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-10-30T18:47:24.120Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-10-30T18:47:24.554Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-10-30T18:47:24.820Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-10-30T18:47:25.230Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-10-30T18:47:25.601Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-10-30T18:47:25.910Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-10-30T18:47:26.174Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-10-30T18:47:27.397Z | Downloading crates ... |
300 | 2024-10-30T18:47:27.459Z | Downloaded generic-array v0.14.7 |
301 | 2024-10-30T18:47:27.461Z | Downloaded dtrace-parser v0.2.0 |
302 | 2024-10-30T18:47:27.464Z | Downloaded byteorder v1.5.0 |
303 | 2024-10-30T18:47:27.466Z | Downloaded anstyle-query v1.1.1 |
304 | 2024-10-30T18:47:27.476Z | Downloaded pretty-hex v0.4.1 |
305 | 2024-10-30T18:47:27.482Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-10-30T18:47:27.484Z | Downloaded crypto-common v0.1.6 |
307 | 2024-10-30T18:47:27.490Z | Downloaded clap_lex v0.7.2 |
308 | 2024-10-30T18:47:27.492Z | Downloaded heck v0.4.1 |
309 | 2024-10-30T18:47:27.494Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-10-30T18:47:27.496Z | Downloaded terminal_size v0.4.0 |
311 | 2024-10-30T18:47:27.496Z | Downloaded smawk v0.3.2 |
312 | 2024-10-30T18:47:27.498Z | Downloaded serde_spanned v0.6.8 |
313 | 2024-10-30T18:47:27.498Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-10-30T18:47:27.500Z | Downloaded once_cell v1.20.2 |
315 | 2024-10-30T18:47:27.502Z | Downloaded macaddr v1.0.1 |
316 | 2024-10-30T18:47:27.505Z | Downloaded utf8parse v0.2.2 |
317 | 2024-10-30T18:47:27.505Z | Downloaded usdt v0.5.0 |
318 | 2024-10-30T18:47:27.505Z | Downloaded toml_datetime v0.6.8 |
319 | 2024-10-30T18:47:27.507Z | Downloaded thiserror-impl v1.0.64 |
320 | 2024-10-30T18:47:27.509Z | Downloaded pest_generator v2.7.14 |
321 | 2024-10-30T18:47:27.510Z | Downloaded itoa v1.0.11 |
322 | 2024-10-30T18:47:27.510Z | Downloaded bitflags v2.6.0 |
323 | 2024-10-30T18:47:27.513Z | Downloaded fastrand v2.1.1 |
324 | 2024-10-30T18:47:27.515Z | Downloaded scroll v0.12.0 |
325 | 2024-10-30T18:47:27.518Z | Downloaded cfg-if v1.0.0 |
326 | 2024-10-30T18:47:27.520Z | Downloaded typenum v1.17.0 |
327 | 2024-10-30T18:47:27.522Z | Downloaded unicode-ident v1.0.13 |
328 | 2024-10-30T18:47:27.524Z | Downloaded anstream v0.6.15 |
329 | 2024-10-30T18:47:27.529Z | Downloaded anstyle v1.0.8 |
330 | 2024-10-30T18:47:27.532Z | Downloaded indexmap v2.6.0 |
331 | 2024-10-30T18:47:27.537Z | Downloaded serde v1.0.210 |
332 | 2024-10-30T18:47:27.546Z | Downloaded equivalent v1.0.1 |
333 | 2024-10-30T18:47:27.549Z | Downloaded anstyle-parse v0.2.5 |
334 | 2024-10-30T18:47:27.564Z | Downloaded scroll_derive v0.12.0 |
335 | 2024-10-30T18:47:27.566Z | Downloaded swrite v0.1.0 |
336 | 2024-10-30T18:47:27.569Z | Downloaded usdt-macro v0.5.0 |
337 | 2024-10-30T18:47:27.574Z | Downloaded fnv v1.0.7 |
338 | 2024-10-30T18:47:27.577Z | Downloaded memmap v0.7.0 |
339 | 2024-10-30T18:47:27.577Z | Downloaded fs-err v2.11.0 |
340 | 2024-10-30T18:47:27.579Z | Downloaded colorchoice v1.0.2 |
341 | 2024-10-30T18:47:27.583Z | Downloaded errno v0.3.9 |
342 | 2024-10-30T18:47:27.583Z | Downloaded cpufeatures v0.2.14 |
343 | 2024-10-30T18:47:27.585Z | Downloaded dof v0.3.0 |
344 | 2024-10-30T18:47:27.585Z | Downloaded camino-tempfile v1.1.1 |
345 | 2024-10-30T18:47:27.588Z | Downloaded digest v0.10.7 |
346 | 2024-10-30T18:47:27.592Z | Downloaded cargo_toml v0.20.5 |
347 | 2024-10-30T18:47:27.592Z | Downloaded is_terminal_polyfill v1.70.1 |
348 | 2024-10-30T18:47:27.592Z | Downloaded autocfg v1.4.0 |
349 | 2024-10-30T18:47:27.594Z | Downloaded block-buffer v0.10.4 |
350 | 2024-10-30T18:47:27.598Z | Downloaded bytecount v0.6.8 |
351 | 2024-10-30T18:47:27.601Z | Downloaded tabled_derive v0.7.0 |
352 | 2024-10-30T18:47:27.603Z | Downloaded plain v0.2.3 |
353 | 2024-10-30T18:47:27.605Z | Downloaded serde_tokenstream v0.2.2 |
354 | 2024-10-30T18:47:27.608Z | Downloaded version_check v0.9.5 |
355 | 2024-10-30T18:47:27.611Z | Downloaded strsim v0.11.1 |
356 | 2024-10-30T18:47:27.612Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-10-30T18:47:27.621Z | Downloaded heck v0.5.0 |
358 | 2024-10-30T18:47:27.626Z | Downloaded thread-id v4.2.2 |
359 | 2024-10-30T18:47:27.628Z | Downloaded thiserror v1.0.64 |
360 | 2024-10-30T18:47:27.631Z | Downloaded cargo_metadata v0.18.1 |
361 | 2024-10-30T18:47:27.634Z | Downloaded camino v1.1.9 |
362 | 2024-10-30T18:47:27.636Z | Downloaded clap_derive v4.5.18 |
363 | 2024-10-30T18:47:27.638Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2024-10-30T18:47:27.640Z | Downloaded quote v1.0.37 |
365 | 2024-10-30T18:47:27.645Z | Downloaded tempfile v3.13.0 |
366 | 2024-10-30T18:47:27.645Z | Downloaded sha2 v0.10.8 |
367 | 2024-10-30T18:47:27.648Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-10-30T18:47:27.650Z | Downloaded pest_derive v2.7.14 |
369 | 2024-10-30T18:47:27.653Z | Downloaded semver v1.0.23 |
370 | 2024-10-30T18:47:27.654Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2024-10-30T18:47:27.658Z | Downloaded clap v4.5.20 |
372 | 2024-10-30T18:47:27.667Z | Downloaded ryu v1.0.18 |
373 | 2024-10-30T18:47:27.670Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-10-30T18:47:27.672Z | Downloaded log v0.4.22 |
375 | 2024-10-30T18:47:27.674Z | Downloaded pest_meta v2.7.14 |
376 | 2024-10-30T18:47:27.676Z | Downloaded textwrap v0.16.1 |
377 | 2024-10-30T18:47:27.680Z | Downloaded papergrid v0.11.0 |
378 | 2024-10-30T18:47:27.685Z | Downloaded proc-macro2 v1.0.87 |
379 | 2024-10-30T18:47:27.687Z | Downloaded anyhow v1.0.89 |
380 | 2024-10-30T18:47:27.693Z | Downloaded toml v0.8.19 |
381 | 2024-10-30T18:47:27.696Z | Downloaded serde_derive v1.0.210 |
382 | 2024-10-30T18:47:27.699Z | Downloaded clap_builder v4.5.20 |
383 | 2024-10-30T18:47:27.714Z | Downloaded zerocopy v0.7.35 |
384 | 2024-10-30T18:47:27.729Z | Downloaded memchr v2.7.4 |
385 | 2024-10-30T18:47:27.734Z | Downloaded toml_edit v0.22.22 |
386 | 2024-10-30T18:47:27.755Z | Downloaded tabled v0.15.0 |
387 | 2024-10-30T18:47:27.770Z | Downloaded syn v1.0.109 |
388 | 2024-10-30T18:47:27.780Z | Downloaded pest v2.7.14 |
389 | 2024-10-30T18:47:27.785Z | Downloaded winnow v0.6.20 |
390 | 2024-10-30T18:47:27.793Z | Downloaded serde_json v1.0.128 |
391 | 2024-10-30T18:47:27.800Z | Downloaded goblin v0.8.2 |
392 | 2024-10-30T18:47:27.806Z | Downloaded unicode-width v0.1.14 |
393 | 2024-10-30T18:47:27.811Z | Downloaded syn v2.0.79 |
394 | 2024-10-30T18:47:27.822Z | Downloaded rustix v0.38.37 |
395 | 2024-10-30T18:47:27.844Z | Downloaded hashbrown v0.15.0 |
396 | 2024-10-30T18:47:27.850Z | Downloaded libc v0.2.161 |
397 | 2024-10-30T18:47:28.154Z | Compiling proc-macro2 v1.0.87 |
398 | 2024-10-30T18:47:28.157Z | Compiling unicode-ident v1.0.13 |
399 | 2024-10-30T18:47:28.157Z | Compiling serde v1.0.210 |
400 | 2024-10-30T18:47:28.157Z | Compiling version_check v0.9.5 |
401 | 2024-10-30T18:47:28.157Z | Compiling memchr v2.7.4 |
402 | 2024-10-30T18:47:28.157Z | Compiling thiserror v1.0.64 |
403 | 2024-10-30T18:47:28.157Z | Compiling libc v0.2.161 |
404 | 2024-10-30T18:47:28.190Z | Compiling itoa v1.0.11 |
405 | 2024-10-30T18:47:28.403Z | Compiling ucd-trie v0.1.7 |
406 | 2024-10-30T18:47:28.477Z | Compiling ryu v1.0.18 |
407 | 2024-10-30T18:47:28.808Z | Compiling once_cell v1.20.2 |
408 | 2024-10-30T18:47:28.988Z | Compiling byteorder v1.5.0 |
409 | 2024-10-30T18:47:29.171Z | Compiling rustix v0.38.37 |
410 | 2024-10-30T18:47:29.405Z | Compiling serde_json v1.0.128 |
411 | 2024-10-30T18:47:30.585Z | Compiling bitflags v2.6.0 |
412 | 2024-10-30T18:47:30.644Z | Compiling usdt-impl v0.5.0 |
413 | 2024-10-30T18:47:30.703Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-10-30T18:47:30.746Z | Compiling syn v1.0.109 |
415 | 2024-10-30T18:47:30.991Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-10-30T18:47:31.055Z | Compiling utf8parse v0.2.2 |
417 | 2024-10-30T18:47:31.100Z | Compiling hashbrown v0.15.0 |
418 | 2024-10-30T18:47:31.149Z | Compiling log v0.4.22 |
419 | 2024-10-30T18:47:31.209Z | Compiling camino v1.1.9 |
420 | 2024-10-30T18:47:31.275Z | Compiling plain v0.2.3 |
421 | 2024-10-30T18:47:31.417Z | Compiling thread-id v4.2.2 |
422 | 2024-10-30T18:47:31.440Z | Compiling equivalent v1.0.1 |
423 | 2024-10-30T18:47:31.520Z | Compiling quote v1.0.37 |
424 | 2024-10-30T18:47:31.551Z | Compiling anstyle-parse v0.2.5 |
425 | 2024-10-30T18:47:31.612Z | Compiling semver v1.0.23 |
426 | 2024-10-30T18:47:31.880Z | Compiling colorchoice v1.0.2 |
427 | 2024-10-30T18:47:31.929Z | Compiling syn v2.0.79 |
428 | 2024-10-30T18:47:32.031Z | Compiling errno v0.3.9 |
429 | 2024-10-30T18:47:32.177Z | Compiling unicode-width v0.1.14 |
430 | 2024-10-30T18:47:32.259Z | Compiling indexmap v2.6.0 |
431 | 2024-10-30T18:47:32.307Z | Compiling pretty-hex v0.4.1 |
432 | 2024-10-30T18:47:32.332Z | Compiling autocfg v1.4.0 |
433 | 2024-10-30T18:47:32.531Z | Compiling anstyle-query v1.1.1 |
434 | 2024-10-30T18:47:32.677Z | Compiling anstyle v1.0.8 |
435 | 2024-10-30T18:47:32.703Z | Compiling winnow v0.6.20 |
436 | 2024-10-30T18:47:33.116Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-10-30T18:47:33.242Z | Compiling anstream v0.6.15 |
438 | 2024-10-30T18:47:33.390Z | Compiling fs-err v2.11.0 |
439 | 2024-10-30T18:47:33.779Z | Compiling strsim v0.11.1 |
440 | 2024-10-30T18:47:33.835Z | Compiling cfg-if v1.0.0 |
441 | 2024-10-30T18:47:33.941Z | Compiling clap_lex v0.7.2 |
442 | 2024-10-30T18:47:33.976Z | Compiling fnv v1.0.7 |
443 | 2024-10-30T18:47:34.109Z | Compiling anyhow v1.0.89 |
444 | 2024-10-30T18:47:34.204Z | Compiling fastrand v2.1.1 |
445 | 2024-10-30T18:47:34.523Z | Compiling terminal_size v0.4.0 |
446 | 2024-10-30T18:47:34.750Z | Compiling heck v0.5.0 |
447 | 2024-10-30T18:47:34.776Z | Compiling bytecount v0.6.8 |
448 | 2024-10-30T18:47:34.799Z | Compiling heck v0.4.1 |
449 | 2024-10-30T18:47:34.994Z | Compiling papergrid v0.11.0 |
450 | 2024-10-30T18:47:35.258Z | Compiling clap_builder v4.5.20 |
451 | 2024-10-30T18:47:35.296Z | Compiling tempfile v3.13.0 |
452 | 2024-10-30T18:47:35.422Z | Compiling memmap v0.7.0 |
453 | 2024-10-30T18:47:35.533Z | Compiling smawk v0.3.2 |
454 | 2024-10-30T18:47:35.744Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-10-30T18:47:36.161Z | Compiling textwrap v0.16.1 |
456 | 2024-10-30T18:47:36.392Z | Compiling swrite v0.1.0 |
457 | 2024-10-30T18:47:37.591Z | Compiling tabled_derive v0.7.0 |
458 | 2024-10-30T18:47:39.036Z | Compiling tabled v0.15.0 |
459 | 2024-10-30T18:47:40.701Z | Compiling serde_derive v1.0.210 |
460 | 2024-10-30T18:47:40.704Z | Compiling thiserror-impl v1.0.64 |
461 | 2024-10-30T18:47:40.704Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-10-30T18:47:40.704Z | Compiling scroll_derive v0.12.0 |
463 | 2024-10-30T18:47:40.704Z | Compiling clap_derive v4.5.18 |
464 | 2024-10-30T18:47:42.021Z | Compiling scroll v0.12.0 |
465 | 2024-10-30T18:47:42.454Z | Compiling goblin v0.8.2 |
466 | 2024-10-30T18:47:42.574Z | Compiling zerocopy v0.7.35 |
467 | 2024-10-30T18:47:44.690Z | Compiling clap v4.5.20 |
468 | 2024-10-30T18:47:45.837Z | Compiling pest v2.7.14 |
469 | 2024-10-30T18:47:47.461Z | Compiling pest_meta v2.7.14 |
470 | 2024-10-30T18:47:48.681Z | Compiling pest_generator v2.7.14 |
471 | 2024-10-30T18:47:50.193Z | Compiling pest_derive v2.7.14 |
472 | 2024-10-30T18:47:50.284Z | Compiling serde_tokenstream v0.2.2 |
473 | 2024-10-30T18:47:50.437Z | Compiling toml_datetime v0.6.8 |
474 | 2024-10-30T18:47:50.460Z | Compiling serde_spanned v0.6.8 |
475 | 2024-10-30T18:47:50.722Z | Compiling cargo-platform v0.1.8 |
476 | 2024-10-30T18:47:50.819Z | Compiling toml_edit v0.22.22 |
477 | 2024-10-30T18:47:50.907Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-10-30T18:47:50.957Z | Compiling macaddr v1.0.1 |
479 | 2024-10-30T18:47:51.313Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-10-30T18:47:51.888Z | Compiling dof v0.3.0 |
481 | 2024-10-30T18:47:52.078Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-10-30T18:47:53.641Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-10-30T18:47:53.641Z | Compiling usdt-macro v0.5.0 |
484 | 2024-10-30T18:47:53.784Z | Compiling toml v0.8.19 |
485 | 2024-10-30T18:47:54.654Z | Compiling cargo_toml v0.20.5 |
486 | 2024-10-30T18:47:55.090Z | Compiling usdt v0.5.0 |
487 | 2024-10-30T18:47:58.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-10-30T18:48:02.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.51s |
489 | 2024-10-30T18:48:02.466Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-10-30T18:48:03.048Z | Downloading crates ... |
491 | 2024-10-30T18:48:03.177Z | Downloaded atomic-waker v1.1.2 |
492 | 2024-10-30T18:48:03.180Z | Downloaded assert_matches v1.5.0 |
493 | 2024-10-30T18:48:03.182Z | Downloaded arrayref v0.3.9 |
494 | 2024-10-30T18:48:03.185Z | Downloaded backoff v0.4.0 |
495 | 2024-10-30T18:48:03.188Z | Downloaded crunchy v0.2.2 |
496 | 2024-10-30T18:48:03.205Z | Downloaded darling_macro v0.20.10 |
497 | 2024-10-30T18:48:03.208Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-10-30T18:48:03.210Z | Downloaded ident_case v1.0.1 |
499 | 2024-10-30T18:48:03.210Z | Downloaded arc-swap v1.7.1 |
500 | 2024-10-30T18:48:03.213Z | Downloaded http-range v0.1.5 |
501 | 2024-10-30T18:48:03.217Z | Downloaded cobs v0.2.3 |
502 | 2024-10-30T18:48:03.219Z | Downloaded base16ct v0.2.0 |
503 | 2024-10-30T18:48:03.219Z | Downloaded md5 v0.7.0 |
504 | 2024-10-30T18:48:03.221Z | Downloaded chrono-tz-build v0.4.0 |
505 | 2024-10-30T18:48:03.221Z | Downloaded chacha20 v0.9.1 |
506 | 2024-10-30T18:48:03.224Z | Downloaded cbc v0.1.2 |
507 | 2024-10-30T18:48:03.226Z | Downloaded instant v0.1.13 |
508 | 2024-10-30T18:48:03.229Z | Downloaded newtype_derive v0.1.6 |
509 | 2024-10-30T18:48:03.229Z | Downloaded bitfield-struct v0.6.2 |
510 | 2024-10-30T18:48:03.231Z | Downloaded bit-vec v0.6.3 |
511 | 2024-10-30T18:48:03.231Z | Downloaded home v0.5.9 |
512 | 2024-10-30T18:48:03.234Z | Downloaded indent_write v2.2.0 |
513 | 2024-10-30T18:48:03.236Z | Downloaded cexpr v0.6.0 |
514 | 2024-10-30T18:48:03.238Z | Downloaded nodrop v0.1.14 |
515 | 2024-10-30T18:48:03.238Z | Downloaded linked-hash-map v0.5.6 |
516 | 2024-10-30T18:48:03.240Z | Downloaded curve25519-dalek-derive v0.1.1 |
517 | 2024-10-30T18:48:03.243Z | Downloaded lru-cache v0.1.2 |
518 | 2024-10-30T18:48:03.243Z | Downloaded nanorand v0.7.0 |
519 | 2024-10-30T18:48:03.245Z | Downloaded mime v0.3.17 |
520 | 2024-10-30T18:48:03.248Z | Downloaded cancel-safe-futures v0.1.5 |
521 | 2024-10-30T18:48:03.250Z | Downloaded md-5 v0.10.6 |
522 | 2024-10-30T18:48:03.253Z | Downloaded cookie_store v0.21.0 |
523 | 2024-10-30T18:48:03.255Z | Downloaded ciborium-ll v0.2.2 |
524 | 2024-10-30T18:48:03.257Z | Downloaded console v0.15.8 |
525 | 2024-10-30T18:48:03.260Z | Downloaded bcs v0.1.6 |
526 | 2024-10-30T18:48:03.262Z | Downloaded libloading v0.8.5 |
527 | 2024-10-30T18:48:03.265Z | Downloaded internet-checksum v0.2.1 |
528 | 2024-10-30T18:48:03.268Z | Downloaded bzip2 v0.4.4 |
529 | 2024-10-30T18:48:03.270Z | Downloaded crossbeam-utils v0.8.20 |
530 | 2024-10-30T18:48:03.273Z | Downloaded async-stream-impl v0.3.6 |
531 | 2024-10-30T18:48:03.273Z | Downloaded async-recursion v1.1.1 |
532 | 2024-10-30T18:48:03.277Z | Downloaded hyper-staticfile v0.10.1 |
533 | 2024-10-30T18:48:03.279Z | Downloaded atty v0.2.14 |
534 | 2024-10-30T18:48:03.282Z | Downloaded mockall_derive v0.13.0 |
535 | 2024-10-30T18:48:03.284Z | Downloaded blake2 v0.10.6 |
536 | 2024-10-30T18:48:03.287Z | Downloaded http-body v1.0.1 |
537 | 2024-10-30T18:48:03.290Z | Downloaded miniz_oxide v0.8.0 |
538 | 2024-10-30T18:48:03.293Z | Downloaded hubpack_derive v0.1.1 |
539 | 2024-10-30T18:48:03.293Z | Downloaded cfg_aliases v0.2.1 |
540 | 2024-10-30T18:48:03.293Z | Downloaded atomicwrites v0.4.4 |
541 | 2024-10-30T18:48:03.298Z | Downloaded ciborium-io v0.2.2 |
542 | 2024-10-30T18:48:03.298Z | Downloaded ascii-canvas v3.0.0 |
543 | 2024-10-30T18:48:03.301Z | Downloaded array-init v0.0.4 |
544 | 2024-10-30T18:48:03.301Z | Downloaded crc-any v2.5.0 |
545 | 2024-10-30T18:48:03.304Z | Downloaded hickory-resolver v0.24.1 |
546 | 2024-10-30T18:48:03.308Z | Downloaded adler2 v2.0.0 |
547 | 2024-10-30T18:48:03.310Z | Downloaded russh-cryptovec v0.7.3 |
548 | 2024-10-30T18:48:03.310Z | Downloaded crucible-workspace-hack v0.1.0 |
549 | 2024-10-30T18:48:03.310Z | Downloaded new_debug_unreachable v1.0.6 |
550 | 2024-10-30T18:48:03.314Z | Downloaded addr2line v0.24.2 |
551 | 2024-10-30T18:48:03.316Z | Downloaded is-terminal v0.4.13 |
552 | 2024-10-30T18:48:03.317Z | Downloaded lazycell v1.3.0 |
553 | 2024-10-30T18:48:03.317Z | Downloaded ctr v0.9.2 |
554 | 2024-10-30T18:48:03.319Z | Downloaded aead v0.5.2 |
555 | 2024-10-30T18:48:03.321Z | Downloaded matches v0.1.10 |
556 | 2024-10-30T18:48:03.321Z | Downloaded is_ci v1.2.0 |
557 | 2024-10-30T18:48:03.324Z | Downloaded match_cfg v0.1.0 |
558 | 2024-10-30T18:48:03.324Z | Downloaded indoc v1.0.9 |
559 | 2024-10-30T18:48:03.327Z | Downloaded debug-ignore v1.0.5 |
560 | 2024-10-30T18:48:03.329Z | Downloaded normalize-line-endings v0.3.0 |
561 | 2024-10-30T18:48:03.332Z | Downloaded newline-converter v0.3.0 |
562 | 2024-10-30T18:48:03.332Z | Downloaded hyper-tls v0.6.0 |
563 | 2024-10-30T18:48:03.334Z | Downloaded hubpack v0.1.2 |
564 | 2024-10-30T18:48:03.337Z | Downloaded http-body v0.4.6 |
565 | 2024-10-30T18:48:03.337Z | Downloaded hostname v0.4.0 |
566 | 2024-10-30T18:48:03.340Z | Downloaded humantime v2.1.0 |
567 | 2024-10-30T18:48:03.340Z | Downloaded impl-trait-for-tuples v0.2.2 |
568 | 2024-10-30T18:48:03.343Z | Downloaded http-body-util v0.1.2 |
569 | 2024-10-30T18:48:03.345Z | Downloaded cfg_aliases v0.1.1 |
570 | 2024-10-30T18:48:03.347Z | Downloaded buf-list v1.0.3 |
571 | 2024-10-30T18:48:03.351Z | Downloaded castaway v0.2.3 |
572 | 2024-10-30T18:48:03.353Z | Downloaded blowfish v0.9.1 |
573 | 2024-10-30T18:48:03.353Z | Downloaded http v0.2.12 |
574 | 2024-10-30T18:48:03.357Z | Downloaded cassowary v0.3.0 |
575 | 2024-10-30T18:48:03.359Z | Downloaded cipher v0.4.4 |
576 | 2024-10-30T18:48:03.362Z | Downloaded bitflags v1.3.2 |
577 | 2024-10-30T18:48:03.365Z | Downloaded stable_deref_trait v1.2.0 |
578 | 2024-10-30T18:48:03.367Z | Downloaded zone_cfg_derive v0.3.0 |
579 | 2024-10-30T18:48:03.367Z | Downloaded zone_cfg_derive v0.1.2 |
580 | 2024-10-30T18:48:03.367Z | Downloaded structmeta v0.2.0 |
581 | 2024-10-30T18:48:03.369Z | Downloaded memoffset v0.9.1 |
582 | 2024-10-30T18:48:03.369Z | Downloaded multimap v0.10.0 |
583 | 2024-10-30T18:48:03.373Z | Downloaded libsw v3.3.1 |
584 | 2024-10-30T18:48:03.376Z | Downloaded libefi-sys v0.1.0 |
585 | 2024-10-30T18:48:03.376Z | Downloaded managed v0.8.0 |
586 | 2024-10-30T18:48:03.378Z | Downloaded crossbeam-deque v0.8.5 |
587 | 2024-10-30T18:48:03.378Z | Downloaded crc v3.2.1 |
588 | 2024-10-30T18:48:03.382Z | Downloaded tokio-native-tls v0.3.1 |
589 | 2024-10-30T18:48:03.384Z | Downloaded foreign-types v0.5.0 |
590 | 2024-10-30T18:48:03.387Z | Downloaded crc-catalog v2.4.0 |
591 | 2024-10-30T18:48:03.387Z | Downloaded diesel_table_macro_syntax v0.2.0 |
592 | 2024-10-30T18:48:03.389Z | Downloaded lazy_static v1.5.0 |
593 | 2024-10-30T18:48:03.392Z | Downloaded keccak v0.1.5 |
594 | 2024-10-30T18:48:03.392Z | Downloaded newtype-uuid v1.1.2 |
595 | 2024-10-30T18:48:03.394Z | Downloaded linear-map v1.2.0 |
596 | 2024-10-30T18:48:03.397Z | Downloaded ipnetwork v0.20.0 |
597 | 2024-10-30T18:48:03.397Z | Downloaded scheduled-thread-pool v0.2.7 |
598 | 2024-10-30T18:48:03.400Z | Downloaded rand_core v0.6.4 |
599 | 2024-10-30T18:48:03.402Z | Downloaded nibble_vec v0.1.0 |
600 | 2024-10-30T18:48:03.402Z | Downloaded instability v0.3.2 |
601 | 2024-10-30T18:48:03.405Z | Downloaded iana-time-zone v0.1.61 |
602 | 2024-10-30T18:48:03.408Z | Downloaded hyper-rustls v0.27.3 |
603 | 2024-10-30T18:48:03.411Z | Downloaded highway v1.2.0 |
604 | 2024-10-30T18:48:03.411Z | Downloaded structmeta v0.3.0 |
605 | 2024-10-30T18:48:03.416Z | Downloaded slog-scope v4.4.0 |
606 | 2024-10-30T18:48:03.416Z | Downloaded headers-core v0.3.0 |
607 | 2024-10-30T18:48:03.416Z | Downloaded filetime v0.2.25 |
608 | 2024-10-30T18:48:03.419Z | Downloaded twox-hash v1.6.3 |
609 | 2024-10-30T18:48:03.422Z | Downloaded thiserror-impl-no-std v2.0.2 |
610 | 2024-10-30T18:48:03.422Z | Downloaded structmeta-derive v0.2.0 |
611 | 2024-10-30T18:48:03.424Z | Downloaded fxhash v0.2.1 |
612 | 2024-10-30T18:48:03.426Z | Downloaded strip-ansi-escapes v0.2.0 |
613 | 2024-10-30T18:48:03.426Z | Downloaded hmac v0.12.1 |
614 | 2024-10-30T18:48:03.428Z | Downloaded bcrypt-pbkdf v0.10.0 |
615 | 2024-10-30T18:48:03.431Z | Downloaded zone v0.3.0 |
616 | 2024-10-30T18:48:03.431Z | Downloaded multer v3.1.0 |
617 | 2024-10-30T18:48:03.434Z | Downloaded mime_guess v2.0.5 |
618 | 2024-10-30T18:48:03.436Z | Downloaded openssl-macros v0.1.1 |
619 | 2024-10-30T18:48:03.439Z | Downloaded ahash v0.8.11 |
620 | 2024-10-30T18:48:03.442Z | Downloaded parse-size v1.0.0 |
621 | 2024-10-30T18:48:03.442Z | Downloaded openssl-probe v0.1.5 |
622 | 2024-10-30T18:48:03.444Z | Downloaded tokio-macros v2.4.0 |
623 | 2024-10-30T18:48:03.447Z | Downloaded argon2 v0.5.3 |
624 | 2024-10-30T18:48:03.447Z | Downloaded crossbeam-channel v0.5.13 |
625 | 2024-10-30T18:48:03.451Z | Downloaded const_format_proc_macros v0.2.33 |
626 | 2024-10-30T18:48:03.454Z | Downloaded xz2 v0.1.7 |
627 | 2024-10-30T18:48:03.457Z | Downloaded crc32fast v1.4.2 |
628 | 2024-10-30T18:48:03.459Z | Downloaded indexmap v1.9.3 |
629 | 2024-10-30T18:48:03.463Z | Downloaded convert_case v0.4.0 |
630 | 2024-10-30T18:48:03.467Z | Downloaded pretty-hex v0.2.1 |
631 | 2024-10-30T18:48:03.467Z | Downloaded memmap2 v0.9.5 |
632 | 2024-10-30T18:48:03.469Z | Downloaded base64 v0.21.7 |
633 | 2024-10-30T18:48:03.472Z | Downloaded lock_api v0.4.12 |
634 | 2024-10-30T18:48:03.475Z | Downloaded display-error-chain v0.2.1 |
635 | 2024-10-30T18:48:03.477Z | Downloaded dyn-clone v1.0.17 |
636 | 2024-10-30T18:48:03.477Z | Downloaded time-core v0.1.2 |
637 | 2024-10-30T18:48:03.480Z | Downloaded termtree v0.4.1 |
638 | 2024-10-30T18:48:03.480Z | Downloaded csv-core v0.1.11 |
639 | 2024-10-30T18:48:03.483Z | Downloaded serde_derive_internals v0.29.1 |
640 | 2024-10-30T18:48:03.486Z | Downloaded packed_struct_codegen v0.10.1 |
641 | 2024-10-30T18:48:03.486Z | Downloaded native-tls v0.2.12 |
642 | 2024-10-30T18:48:03.489Z | Downloaded smf v0.2.3 |
643 | 2024-10-30T18:48:03.489Z | Downloaded ipnet v2.10.1 |
644 | 2024-10-30T18:48:03.492Z | Downloaded zone v0.1.8 |
645 | 2024-10-30T18:48:03.495Z | Downloaded want v0.3.1 |
646 | 2024-10-30T18:48:03.495Z | Downloaded endian-type v0.1.2 |
647 | 2024-10-30T18:48:03.497Z | Downloaded dhcproto-macros v0.1.0 |
648 | 2024-10-30T18:48:03.497Z | Downloaded serde_with_macros v3.11.0 |
649 | 2024-10-30T18:48:03.500Z | Downloaded const_format v0.2.33 |
650 | 2024-10-30T18:48:03.503Z | Downloaded hickory-server v0.24.1 |
651 | 2024-10-30T18:48:03.510Z | Downloaded powerfmt v0.2.0 |
652 | 2024-10-30T18:48:03.512Z | Downloaded pin-utils v0.1.0 |
653 | 2024-10-30T18:48:03.515Z | Downloaded const-oid v0.9.6 |
654 | 2024-10-30T18:48:03.517Z | Downloaded clang-sys v1.8.1 |
655 | 2024-10-30T18:48:03.519Z | Downloaded scopeguard v1.2.0 |
656 | 2024-10-30T18:48:03.522Z | Downloaded salsa20 v0.10.2 |
657 | 2024-10-30T18:48:03.522Z | Downloaded schemars_derive v0.8.21 |
658 | 2024-10-30T18:48:03.525Z | Downloaded rustc_version v0.1.7 |
659 | 2024-10-30T18:48:03.525Z | Downloaded olpc-cjson v0.1.4 |
660 | 2024-10-30T18:48:03.528Z | Downloaded slog-envlogger v2.2.0 |
661 | 2024-10-30T18:48:03.539Z | Downloaded rustc-hash v2.0.0 |
662 | 2024-10-30T18:48:03.541Z | Downloaded phf_shared v0.10.0 |
663 | 2024-10-30T18:48:03.544Z | Downloaded proc-macro-crate v1.3.1 |
664 | 2024-10-30T18:48:03.544Z | Downloaded primeorder v0.13.6 |
665 | 2024-10-30T18:48:03.549Z | Downloaded ssh-encoding v0.2.0 |
666 | 2024-10-30T18:48:03.549Z | Downloaded num-iter v0.1.45 |
667 | 2024-10-30T18:48:03.552Z | Downloaded value-bag v1.9.0 |
668 | 2024-10-30T18:48:03.552Z | Downloaded uzers v0.12.1 |
669 | 2024-10-30T18:48:03.555Z | Downloaded typify-macro v0.2.0 |
670 | 2024-10-30T18:48:03.560Z | Downloaded cookie v0.18.1 |
671 | 2024-10-30T18:48:03.562Z | Downloaded thread_local v1.1.8 |
672 | 2024-10-30T18:48:03.562Z | Downloaded sigpipe v0.1.3 |
673 | 2024-10-30T18:48:03.562Z | Downloaded walkdir v2.5.0 |
674 | 2024-10-30T18:48:03.565Z | Downloaded pkcs1 v0.7.5 |
675 | 2024-10-30T18:48:03.568Z | Downloaded aes v0.8.4 |
676 | 2024-10-30T18:48:03.571Z | Downloaded embedded-io v0.6.1 |
677 | 2024-10-30T18:48:03.573Z | Downloaded enum-as-inner v0.6.1 |
678 | 2024-10-30T18:48:03.576Z | Downloaded base64 v0.13.1 |
679 | 2024-10-30T18:48:03.580Z | Downloaded ena v0.14.3 |
680 | 2024-10-30T18:48:03.583Z | Downloaded rustversion v1.0.17 |
681 | 2024-10-30T18:48:03.585Z | Downloaded strum_macros v0.25.3 |
682 | 2024-10-30T18:48:03.588Z | Downloaded tungstenite v0.24.0 |
683 | 2024-10-30T18:48:03.590Z | Downloaded num-integer v0.1.46 |
684 | 2024-10-30T18:48:03.592Z | Downloaded untrusted v0.7.1 |
685 | 2024-10-30T18:48:03.595Z | Downloaded snafu-derive v0.8.5 |
686 | 2024-10-30T18:48:03.597Z | Downloaded sqlparser_derive v0.2.2 |
687 | 2024-10-30T18:48:03.597Z | Downloaded num-derive v0.4.2 |
688 | 2024-10-30T18:48:03.600Z | Downloaded tungstenite v0.23.0 |
689 | 2024-10-30T18:48:03.603Z | Downloaded test-strategy v0.3.1 |
690 | 2024-10-30T18:48:03.606Z | Downloaded parse-display v0.10.0 |
691 | 2024-10-30T18:48:03.609Z | Downloaded dsl_auto_type v0.1.2 |
692 | 2024-10-30T18:48:03.611Z | Downloaded tokio-tungstenite v0.24.0 |
693 | 2024-10-30T18:48:03.614Z | Downloaded ppv-lite86 v0.2.20 |
694 | 2024-10-30T18:48:03.616Z | Downloaded pin-project-lite v0.2.14 |
695 | 2024-10-30T18:48:03.620Z | Downloaded darling_core v0.20.10 |
696 | 2024-10-30T18:48:03.626Z | Downloaded difflib v0.4.0 |
697 | 2024-10-30T18:48:03.629Z | Downloaded num-conv v0.1.0 |
698 | 2024-10-30T18:48:03.629Z | Downloaded vte_generate_state_changes v0.1.2 |
699 | 2024-10-30T18:48:03.631Z | Downloaded backtrace v0.3.74 |
700 | 2024-10-30T18:48:03.635Z | Downloaded hash32 v0.2.1 |
701 | 2024-10-30T18:48:03.637Z | Downloaded radium v0.7.0 |
702 | 2024-10-30T18:48:03.640Z | Downloaded itertools v0.12.1 |
703 | 2024-10-30T18:48:03.646Z | Downloaded crossbeam-epoch v0.9.18 |
704 | 2024-10-30T18:48:03.649Z | Downloaded serde_yaml v0.9.34+deprecated |
705 | 2024-10-30T18:48:03.653Z | Downloaded funty v2.0.0 |
706 | 2024-10-30T18:48:03.656Z | Downloaded tiny-keccak v2.0.2 |
707 | 2024-10-30T18:48:03.658Z | Downloaded strum_macros v0.26.4 |
708 | 2024-10-30T18:48:03.660Z | Downloaded rand_xorshift v0.3.0 |
709 | 2024-10-30T18:48:03.663Z | Downloaded num-rational v0.4.2 |
710 | 2024-10-30T18:48:03.665Z | Downloaded vsss-rs v3.3.4 |
711 | 2024-10-30T18:48:03.668Z | Downloaded term v0.7.0 |
712 | 2024-10-30T18:48:03.671Z | Downloaded serde_urlencoded v0.7.1 |
713 | 2024-10-30T18:48:03.673Z | Downloaded slog-async v2.8.0 |
714 | 2024-10-30T18:48:03.675Z | Downloaded serde_repr v0.1.19 |
715 | 2024-10-30T18:48:03.677Z | Downloaded unicode-xid v0.2.6 |
716 | 2024-10-30T18:48:03.680Z | Downloaded xattr v1.3.1 |
717 | 2024-10-30T18:48:03.682Z | Downloaded wait-timeout v0.2.0 |
718 | 2024-10-30T18:48:03.684Z | Downloaded minimal-lexical v0.2.1 |
719 | 2024-10-30T18:48:03.687Z | Downloaded tap v1.0.1 |
720 | 2024-10-30T18:48:03.690Z | Downloaded des v0.8.1 |
721 | 2024-10-30T18:48:03.692Z | Downloaded crypto-bigint v0.5.5 |
722 | 2024-10-30T18:48:03.698Z | Downloaded rustc-hash v1.1.0 |
723 | 2024-10-30T18:48:03.700Z | Downloaded tower-service v0.3.3 |
724 | 2024-10-30T18:48:03.700Z | Downloaded toolchain_find v0.4.0 |
725 | 2024-10-30T18:48:03.703Z | Downloaded zip v0.6.6 |
726 | 2024-10-30T18:48:03.706Z | Downloaded glob v0.3.1 |
727 | 2024-10-30T18:48:03.709Z | Downloaded dirs-sys-next v0.1.2 |
728 | 2024-10-30T18:48:03.711Z | Downloaded diesel-dtrace v0.3.0 |
729 | 2024-10-30T18:48:03.714Z | Downloaded derive-where v1.2.7 |
730 | 2024-10-30T18:48:03.718Z | Downloaded postgres-types v0.2.8 |
731 | 2024-10-30T18:48:03.720Z | Downloaded http v1.1.0 |
732 | 2024-10-30T18:48:03.723Z | Downloaded rsa v0.9.6 |
733 | 2024-10-30T18:48:03.729Z | Downloaded opaque-debug v0.3.1 |
734 | 2024-10-30T18:48:03.731Z | Downloaded parse-display-derive v0.10.0 |
735 | 2024-10-30T18:48:03.733Z | Downloaded num_threads v0.1.7 |
736 | 2024-10-30T18:48:03.733Z | Downloaded hyper v0.14.30 |
737 | 2024-10-30T18:48:03.742Z | Downloaded smallvec v0.6.14 |
738 | 2024-10-30T18:48:03.744Z | Downloaded rpassword v7.3.1 |
739 | 2024-10-30T18:48:03.747Z | Downloaded number_prefix v0.4.0 |
740 | 2024-10-30T18:48:03.747Z | Downloaded packed_struct v0.10.1 |
741 | 2024-10-30T18:48:03.749Z | Downloaded shlex v1.3.0 |
742 | 2024-10-30T18:48:03.752Z | Downloaded peg-macros v0.8.4 |
743 | 2024-10-30T18:48:03.754Z | Downloaded sec1 v0.7.3 |
744 | 2024-10-30T18:48:03.756Z | Downloaded shell-words v1.1.0 |
745 | 2024-10-30T18:48:03.756Z | Downloaded serde_plain v1.0.2 |
746 | 2024-10-30T18:48:03.760Z | Downloaded untrusted v0.9.0 |
747 | 2024-10-30T18:48:03.762Z | Downloaded structmeta-derive v0.3.0 |
748 | 2024-10-30T18:48:03.762Z | Downloaded slog-json v2.6.1 |
749 | 2024-10-30T18:48:03.765Z | Downloaded half v2.4.1 |
750 | 2024-10-30T18:48:03.767Z | Downloaded hashlink v0.9.1 |
751 | 2024-10-30T18:48:03.770Z | Downloaded deranged v0.3.11 |
752 | 2024-10-30T18:48:03.772Z | Downloaded defmt-macros v0.3.9 |
753 | 2024-10-30T18:48:03.774Z | Downloaded string_cache v0.8.7 |
754 | 2024-10-30T18:48:03.777Z | Downloaded zerocopy v0.6.6 |
755 | 2024-10-30T18:48:03.779Z | Downloaded parking_lot_core v0.9.10 |
756 | 2024-10-30T18:48:03.781Z | Downloaded flagset v0.4.6 |
757 | 2024-10-30T18:48:03.783Z | Downloaded peg-runtime v0.8.3 |
758 | 2024-10-30T18:48:03.786Z | Downloaded oso-derive v0.27.3 |
759 | 2024-10-30T18:48:03.786Z | Downloaded fixedbitset v0.4.2 |
760 | 2024-10-30T18:48:03.788Z | Downloaded expectorate v1.1.0 |
761 | 2024-10-30T18:48:03.790Z | Downloaded ghash v0.5.1 |
762 | 2024-10-30T18:48:03.793Z | Downloaded defmt-parser v0.3.4 |
763 | 2024-10-30T18:48:03.793Z | Downloaded poly1305 v0.8.0 |
764 | 2024-10-30T18:48:03.795Z | Downloaded parking_lot_core v0.8.6 |
765 | 2024-10-30T18:48:03.798Z | Downloaded float-ord v0.3.2 |
766 | 2024-10-30T18:48:03.800Z | Downloaded prettyplease v0.2.22 |
767 | 2024-10-30T18:48:03.803Z | Downloaded fragile v2.0.0 |
768 | 2024-10-30T18:48:03.806Z | Downloaded tinyvec v1.8.0 |
769 | 2024-10-30T18:48:03.808Z | Downloaded num-traits v0.2.19 |
770 | 2024-10-30T18:48:03.812Z | Downloaded progenitor-client v0.8.0 |
771 | 2024-10-30T18:48:03.814Z | Downloaded tabwriter v1.4.0 |
772 | 2024-10-30T18:48:03.814Z | Downloaded slog-bunyan v2.5.0 |
773 | 2024-10-30T18:48:03.817Z | Downloaded serde-hex v0.1.0 |
774 | 2024-10-30T18:48:03.819Z | Downloaded sync_wrapper v0.1.2 |
775 | 2024-10-30T18:48:03.821Z | Downloaded universal-hash v0.5.1 |
776 | 2024-10-30T18:48:03.821Z | Downloaded phf_shared v0.11.2 |
777 | 2024-10-30T18:48:03.826Z | Downloaded rand_seeder v0.3.0 |
778 | 2024-10-30T18:48:03.826Z | Downloaded semver v0.1.20 |
779 | 2024-10-30T18:48:03.829Z | Downloaded libm v0.2.8 |
780 | 2024-10-30T18:48:03.834Z | Downloaded der_derive v0.7.3 |
781 | 2024-10-30T18:48:03.837Z | Downloaded static_assertions v1.1.0 |
782 | 2024-10-30T18:48:03.840Z | Downloaded tokio-rustls v0.24.1 |
783 | 2024-10-30T18:48:03.843Z | Downloaded unicode-truncate v1.1.0 |
784 | 2024-10-30T18:48:03.851Z | Downloaded futures-sink v0.3.31 |
785 | 2024-10-30T18:48:03.851Z | Downloaded serde-big-array v0.5.1 |
786 | 2024-10-30T18:48:03.854Z | Downloaded nom v7.1.3 |
787 | 2024-10-30T18:48:03.854Z | Downloaded derive_more v0.99.18 |
788 | 2024-10-30T18:48:03.859Z | Downloaded peg v0.8.4 |
789 | 2024-10-30T18:48:03.862Z | Downloaded float-cmp v0.9.0 |
790 | 2024-10-30T18:48:03.866Z | Downloaded diff v0.1.13 |
791 | 2024-10-30T18:48:03.868Z | Downloaded tough v0.17.1 |
792 | 2024-10-30T18:48:03.878Z | Downloaded downcast v0.11.0 |
793 | 2024-10-30T18:48:03.881Z | Downloaded group v0.13.0 |
794 | 2024-10-30T18:48:03.884Z | Downloaded pin-project-internal v1.1.6 |
795 | 2024-10-30T18:48:03.884Z | Downloaded toml v0.7.8 |
796 | 2024-10-30T18:48:03.887Z | Downloaded rustls-pemfile v1.0.4 |
797 | 2024-10-30T18:48:03.889Z | Downloaded tinyvec_macros v0.1.1 |
798 | 2024-10-30T18:48:03.892Z | Downloaded r2d2 v0.8.10 |
799 | 2024-10-30T18:48:03.896Z | Downloaded take_mut v0.2.2 |
800 | 2024-10-30T18:48:03.896Z | Downloaded derive_builder_macro v0.20.2 |
801 | 2024-10-30T18:48:03.896Z | Downloaded foreign-types-shared v0.1.1 |
802 | 2024-10-30T18:48:03.896Z | Downloaded vte v0.11.1 |
803 | 2024-10-30T18:48:03.898Z | Downloaded waitgroup v0.1.2 |
804 | 2024-10-30T18:48:03.901Z | Downloaded progenitor v0.8.0 |
805 | 2024-10-30T18:48:03.901Z | Downloaded precomputed-hash v0.1.1 |
806 | 2024-10-30T18:48:03.903Z | Downloaded utf-8 v0.7.6 |
807 | 2024-10-30T18:48:03.903Z | Downloaded parking_lot v0.12.3 |
808 | 2024-10-30T18:48:03.906Z | Downloaded subtle v2.6.1 |
809 | 2024-10-30T18:48:03.908Z | Downloaded env_logger v0.11.5 |
810 | 2024-10-30T18:48:03.910Z | Downloaded hashbrown v0.12.3 |
811 | 2024-10-30T18:48:03.915Z | Downloaded aes-gcm v0.10.3 |
812 | 2024-10-30T18:48:03.919Z | Downloaded rand v0.8.5 |
813 | 2024-10-30T18:48:03.923Z | Downloaded embedded-io v0.4.0 |
814 | 2024-10-30T18:48:03.925Z | Downloaded password-hash v0.5.0 |
815 | 2024-10-30T18:48:03.927Z | Downloaded tokio-tungstenite v0.21.0 |
816 | 2024-10-30T18:48:03.931Z | Downloaded tokio-rustls v0.25.0 |
817 | 2024-10-30T18:48:03.934Z | Downloaded omicron-zone-package v0.11.1 |
818 | 2024-10-30T18:48:03.936Z | Downloaded diesel_derives v2.2.3 |
819 | 2024-10-30T18:48:03.940Z | Downloaded zeroize_derive v1.4.2 |
820 | 2024-10-30T18:48:03.942Z | Downloaded signature v2.2.0 |
821 | 2024-10-30T18:48:03.945Z | Downloaded signal-hook-tokio v0.3.1 |
822 | 2024-10-30T18:48:03.945Z | Downloaded rustc-demangle v0.1.24 |
823 | 2024-10-30T18:48:03.948Z | Downloaded signal-hook-mio v0.2.4 |
824 | 2024-10-30T18:48:03.950Z | Downloaded path-slash v0.1.5 |
825 | 2024-10-30T18:48:03.950Z | Downloaded pkcs5 v0.7.1 |
826 | 2024-10-30T18:48:03.955Z | Downloaded hyper v1.4.1 |
827 | 2024-10-30T18:48:03.962Z | Downloaded headers v0.4.0 |
828 | 2024-10-30T18:48:03.968Z | Downloaded psl-types v2.0.11 |
829 | 2024-10-30T18:48:03.971Z | Downloaded num-complex v0.4.6 |
830 | 2024-10-30T18:48:03.973Z | Downloaded globset v0.4.15 |
831 | 2024-10-30T18:48:03.976Z | Downloaded hashbrown v0.13.2 |
832 | 2024-10-30T18:48:03.978Z | Downloaded progenitor-macro v0.8.0 |
833 | 2024-10-30T18:48:03.980Z | Downloaded env_filter v0.1.2 |
834 | 2024-10-30T18:48:03.983Z | Downloaded num_enum_derive v0.5.11 |
835 | 2024-10-30T18:48:03.983Z | Downloaded num_enum v0.5.11 |
836 | 2024-10-30T18:48:03.988Z | Downloaded zeroize v1.8.1 |
837 | 2024-10-30T18:48:03.990Z | Downloaded predicates v3.1.2 |
838 | 2024-10-30T18:48:03.992Z | Downloaded futures-channel v0.3.31 |
839 | 2024-10-30T18:48:03.995Z | Downloaded siphasher v0.3.11 |
840 | 2024-10-30T18:48:03.997Z | Downloaded predicates-tree v1.0.11 |
841 | 2024-10-30T18:48:03.999Z | Downloaded slog v2.7.0 |
842 | 2024-10-30T18:48:04.002Z | Downloaded ron v0.7.1 |
843 | 2024-10-30T18:48:04.006Z | Downloaded rcgen v0.12.1 |
844 | 2024-10-30T18:48:04.009Z | Downloaded wyz v0.5.1 |
845 | 2024-10-30T18:48:04.011Z | Downloaded fd-lock v4.0.2 |
846 | 2024-10-30T18:48:04.013Z | Downloaded scrypt v0.11.0 |
847 | 2024-10-30T18:48:04.016Z | Downloaded try-lock v0.2.5 |
848 | 2024-10-30T18:48:04.016Z | Downloaded num v0.4.3 |
849 | 2024-10-30T18:48:04.018Z | Downloaded unicode-properties v0.1.3 |
850 | 2024-10-30T18:48:04.027Z | Downloaded typed-path v0.7.1 |
851 | 2024-10-30T18:48:04.029Z | Downloaded slog-dtrace v0.3.0 |
852 | 2024-10-30T18:48:04.033Z | Downloaded slog-stdlog v4.1.1 |
853 | 2024-10-30T18:48:04.035Z | Downloaded hex v0.4.3 |
854 | 2024-10-30T18:48:04.038Z | Downloaded paste v1.0.15 |
855 | 2024-10-30T18:48:04.043Z | Downloaded env_logger v0.10.2 |
856 | 2024-10-30T18:48:04.047Z | Downloaded pem-rfc7468 v0.7.0 |
857 | 2024-10-30T18:48:04.050Z | Downloaded owo-colors v4.1.0 |
858 | 2024-10-30T18:48:04.053Z | Downloaded strum v0.26.3 |
859 | 2024-10-30T18:48:04.056Z | Downloaded postcard v1.0.10 |
860 | 2024-10-30T18:48:04.058Z | Downloaded sync_wrapper v1.0.1 |
861 | 2024-10-30T18:48:04.061Z | Downloaded pbkdf2 v0.12.2 |
862 | 2024-10-30T18:48:04.064Z | Downloaded der v0.7.9 |
863 | 2024-10-30T18:48:04.069Z | Downloaded fallible-streaming-iterator v0.1.9 |
864 | 2024-10-30T18:48:04.072Z | Downloaded whoami v1.5.2 |
865 | 2024-10-30T18:48:04.074Z | Downloaded which v4.4.2 |
866 | 2024-10-30T18:48:04.076Z | Downloaded predicates-core v1.0.8 |
867 | 2024-10-30T18:48:04.076Z | Downloaded hex-literal v0.4.1 |
868 | 2024-10-30T18:48:04.079Z | Downloaded either v1.13.0 |
869 | 2024-10-30T18:48:04.079Z | Downloaded unicase v2.7.0 |
870 | 2024-10-30T18:48:04.081Z | Downloaded unarray v0.1.4 |
871 | 2024-10-30T18:48:04.083Z | Downloaded rustls-pemfile v2.2.0 |
872 | 2024-10-30T18:48:04.085Z | Downloaded smallvec v1.13.2 |
873 | 2024-10-30T18:48:04.088Z | Downloaded pbkdf2 v0.11.0 |
874 | 2024-10-30T18:48:04.091Z | Downloaded derive_builder_core v0.20.2 |
875 | 2024-10-30T18:48:04.093Z | Downloaded derive_builder v0.20.2 |
876 | 2024-10-30T18:48:04.097Z | Downloaded progenitor-impl v0.8.0 |
877 | 2024-10-30T18:48:04.099Z | Downloaded slog-term v2.9.1 |
878 | 2024-10-30T18:48:04.102Z | Downloaded similar v2.6.0 |
879 | 2024-10-30T18:48:04.107Z | Downloaded lalrpop v0.19.12 |
880 | 2024-10-30T18:48:04.120Z | Downloaded strum_macros v0.24.3 |
881 | 2024-10-30T18:48:04.122Z | Downloaded fallible-iterator v0.3.0 |
882 | 2024-10-30T18:48:04.125Z | Downloaded heck v0.3.3 |
883 | 2024-10-30T18:48:04.127Z | Downloaded elliptic-curve v0.13.8 |
884 | 2024-10-30T18:48:04.130Z | Downloaded rustyline v14.0.0 |
885 | 2024-10-30T18:48:04.136Z | Downloaded nu-ansi-term v0.50.1 |
886 | 2024-10-30T18:48:04.138Z | Downloaded rustls-pki-types v1.9.0 |
887 | 2024-10-30T18:48:04.142Z | Downloaded signal-hook v0.3.17 |
888 | 2024-10-30T18:48:04.145Z | Downloaded socket2 v0.5.7 |
889 | 2024-10-30T18:48:04.149Z | Downloaded unicode_categories v0.1.1 |
890 | 2024-10-30T18:48:04.149Z | Downloaded tracing v0.1.40 |
891 | 2024-10-30T18:48:04.153Z | Downloaded steno v0.4.1 |
892 | 2024-10-30T18:48:04.157Z | Downloaded tokio-stream v0.1.16 |
893 | 2024-10-30T18:48:04.161Z | Downloaded foreign-types-macros v0.2.3 |
894 | 2024-10-30T18:48:04.164Z | Downloaded url v2.5.2 |
895 | 2024-10-30T18:48:04.166Z | Downloaded futures v0.3.31 |
896 | 2024-10-30T18:48:04.172Z | Downloaded fallible-iterator v0.2.0 |
897 | 2024-10-30T18:48:04.174Z | Downloaded spin v0.9.8 |
898 | 2024-10-30T18:48:04.177Z | Downloaded oso v0.27.3 |
899 | 2024-10-30T18:48:04.180Z | Downloaded rayon v1.10.0 |
900 | 2024-10-30T18:48:04.190Z | Downloaded rustls-webpki v0.102.8 |
901 | 2024-10-30T18:48:04.210Z | Downloaded password-hash v0.4.2 |
902 | 2024-10-30T18:48:04.213Z | Downloaded sct v0.7.1 |
903 | 2024-10-30T18:48:04.215Z | Downloaded flume v0.11.0 |
904 | 2024-10-30T18:48:04.220Z | Downloaded p256 v0.13.2 |
905 | 2024-10-30T18:48:04.225Z | Downloaded tracing-core v0.1.32 |
906 | 2024-10-30T18:48:04.229Z | Downloaded dropshot_endpoint v0.12.0 |
907 | 2024-10-30T18:48:04.231Z | Downloaded fatfs v0.3.6 |
908 | 2024-10-30T18:48:04.235Z | Downloaded blake3 v1.5.4 |
909 | 2024-10-30T18:48:04.240Z | Downloaded subprocess v0.2.9 |
910 | 2024-10-30T18:48:04.243Z | Downloaded idna v0.4.0 |
911 | 2024-10-30T18:48:04.250Z | Downloaded tokio-postgres v0.7.12 |
912 | 2024-10-30T18:48:04.255Z | Downloaded reedline v0.35.0 |
913 | 2024-10-30T18:48:04.264Z | Downloaded hashbrown v0.14.5 |
914 | 2024-10-30T18:48:04.269Z | Downloaded unicode-bidi v0.3.17 |
915 | 2024-10-30T18:48:04.272Z | Downloaded heapless v0.7.17 |
916 | 2024-10-30T18:48:04.276Z | Downloaded flate2 v1.0.34 |
917 | 2024-10-30T18:48:04.282Z | Downloaded salty v0.3.0 |
918 | 2024-10-30T18:48:04.290Z | Downloaded tokio-rustls v0.26.0 |
919 | 2024-10-30T18:48:04.292Z | Downloaded heapless v0.8.0 |
920 | 2024-10-30T18:48:04.296Z | Downloaded quinn v0.11.5 |
921 | 2024-10-30T18:48:04.300Z | Downloaded ed25519-dalek v2.1.1 |
922 | 2024-10-30T18:48:04.303Z | Downloaded qorb v0.1.2 |
923 | 2024-10-30T18:48:04.308Z | Downloaded tokio-util v0.7.12 |
924 | 2024-10-30T18:48:04.315Z | Downloaded reqwest v0.11.27 |
925 | 2024-10-30T18:48:04.324Z | Downloaded num-bigint v0.4.6 |
926 | 2024-10-30T18:48:04.329Z | Downloaded bitvec v1.0.1 |
927 | 2024-10-30T18:48:04.346Z | Downloaded russh v0.45.0 |
928 | 2024-10-30T18:48:04.351Z | Downloaded num-bigint-dig v0.8.4 |
929 | 2024-10-30T18:48:04.357Z | Downloaded unicode-normalization v0.1.24 |
930 | 2024-10-30T18:48:04.362Z | Downloaded portable-atomic v1.9.0 |
931 | 2024-10-30T18:48:04.368Z | Downloaded nix v0.28.0 |
932 | 2024-10-30T18:48:04.379Z | Downloaded winnow v0.5.40 |
933 | 2024-10-30T18:48:04.389Z | Downloaded proptest v1.5.0 |
934 | 2024-10-30T18:48:04.400Z | Downloaded x509-cert v0.2.5 |
935 | 2024-10-30T18:48:04.406Z | Downloaded rusqlite v0.32.1 |
936 | 2024-10-30T18:48:04.413Z | Downloaded vcpkg v0.2.15 |
937 | 2024-10-30T18:48:04.453Z | Downloaded futures-util v0.3.31 |
938 | 2024-10-30T18:48:04.466Z | Downloaded h2 v0.3.26 |
939 | 2024-10-30T18:48:04.472Z | Downloaded smoltcp v0.9.1 |
940 | 2024-10-30T18:48:04.483Z | Downloaded rustls-webpki v0.101.7 |
941 | 2024-10-30T18:48:04.499Z | Downloaded p384 v0.13.0 |
942 | 2024-10-30T18:48:04.506Z | Downloaded git2 v0.19.0 |
943 | 2024-10-30T18:48:04.515Z | Downloaded p521 v0.13.3 |
944 | 2024-10-30T18:48:04.519Z | Downloaded h2 v0.4.6 |
945 | 2024-10-30T18:48:04.528Z | Downloaded smoltcp v0.11.0 |
946 | 2024-10-30T18:48:04.541Z | Downloaded nix v0.29.0 |
947 | 2024-10-30T18:48:04.553Z | Downloaded object v0.30.4 |
948 | 2024-10-30T18:48:04.563Z | Downloaded quick-xml v0.33.0 |
949 | 2024-10-30T18:48:04.571Z | Downloaded regress v0.9.1 |
950 | 2024-10-30T18:48:04.580Z | Downloaded chrono-tz v0.10.0 |
951 | 2024-10-30T18:48:04.588Z | Downloaded bstr v1.10.0 |
952 | 2024-10-30T18:48:04.600Z | Downloaded rustls v0.21.12 |
953 | 2024-10-30T18:48:04.611Z | Downloaded webpki-roots v0.26.6 |
954 | 2024-10-30T18:48:04.614Z | Downloaded rustls v0.22.4 |
955 | 2024-10-30T18:48:04.630Z | Downloaded gimli v0.31.1 |
956 | 2024-10-30T18:48:04.638Z | Downloaded regex v1.11.0 |
957 | 2024-10-30T18:48:04.655Z | Downloaded openssl v0.10.66 |
958 | 2024-10-30T18:48:04.665Z | Downloaded trust-dns-proto v0.22.0 |
959 | 2024-10-30T18:48:04.678Z | Downloaded regex-syntax v0.6.29 |
960 | 2024-10-30T18:48:04.686Z | Downloaded diesel v2.2.4 |
961 | 2024-10-30T18:48:04.707Z | Downloaded object v0.36.5 |
962 | 2024-10-30T18:48:04.720Z | Downloaded hickory-proto v0.24.1 |
963 | 2024-10-30T18:48:04.738Z | Downloaded typify-impl v0.2.0 |
964 | 2024-10-30T18:48:04.756Z | Downloaded regex-syntax v0.8.5 |
965 | 2024-10-30T18:48:04.765Z | Downloaded dropshot v0.12.0 |
966 | 2024-10-30T18:48:04.788Z | Downloaded rustls v0.23.14 |
967 | 2024-10-30T18:48:04.801Z | Downloaded openapiv3 v2.0.0 |
968 | 2024-10-30T18:48:04.815Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
969 | 2024-10-30T18:48:04.830Z | Downloaded sled v0.34.7 |
970 | 2024-10-30T18:48:04.841Z | Downloaded ratatui v0.28.1 |
971 | 2024-10-30T18:48:04.864Z | Downloaded zerocopy-derive v0.6.6 |
972 | 2024-10-30T18:48:04.874Z | Downloaded polar-core v0.27.3 |
973 | 2024-10-30T18:48:04.884Z | Downloaded regress v0.10.1 |
974 | 2024-10-30T18:48:04.893Z | Downloaded csv v1.3.0 |
975 | 2024-10-30T18:48:04.916Z | Downloaded radix_trie v0.2.1 |
976 | 2024-10-30T18:48:04.921Z | Downloaded regex-automata v0.4.8 |
977 | 2024-10-30T18:48:04.940Z | Downloaded petgraph v0.6.5 |
978 | 2024-10-30T18:48:04.959Z | Downloaded lzma-sys v0.1.20 |
979 | 2024-10-30T18:48:04.990Z | Downloaded libz-sys v1.1.20 |
980 | 2024-10-30T18:48:05.013Z | Downloaded tokio v1.40.0 |
981 | 2024-10-30T18:48:05.053Z | Downloaded sha3 v0.10.8 |
982 | 2024-10-30T18:48:05.057Z | Downloaded curve25519-dalek v4.1.3 |
983 | 2024-10-30T18:48:05.067Z | Downloaded idna v0.3.0 |
984 | 2024-10-30T18:48:05.074Z | Downloaded idna v0.2.3 |
985 | 2024-10-30T18:48:05.081Z | Downloaded nix v0.27.1 |
986 | 2024-10-30T18:48:05.093Z | Downloaded reqwest v0.12.8 |
987 | 2024-10-30T18:48:05.101Z | Downloaded idna v0.5.0 |
988 | 2024-10-30T18:48:05.108Z | Downloaded bindgen v0.69.5 |
989 | 2024-10-30T18:48:05.116Z | Downloaded sqlparser v0.45.0 |
990 | 2024-10-30T18:48:05.123Z | Downloaded encoding_rs v0.8.34 |
991 | 2024-10-30T18:48:05.147Z | Downloaded quinn-proto v0.11.8 |
992 | 2024-10-30T18:48:05.153Z | Downloaded chrono v0.4.38 |
993 | 2024-10-30T18:48:05.161Z | Downloaded unicode-segmentation v1.12.0 |
994 | 2024-10-30T18:48:05.165Z | Downloaded ron v0.8.1 |
995 | 2024-10-30T18:48:05.172Z | Downloaded foldhash v0.1.3 |
996 | 2024-10-30T18:48:05.175Z | Downloaded spki v0.7.3 |
997 | 2024-10-30T18:48:05.177Z | Downloaded ssh-cipher v0.2.0 |
998 | 2024-10-30T18:48:05.177Z | Downloaded slab v0.4.9 |
999 | 2024-10-30T18:48:05.179Z | Downloaded secrecy v0.8.0 |
1000 | 2024-10-30T18:48:05.181Z | Downloaded quick-error v1.2.3 |
1001 | 2024-10-30T18:48:05.181Z | Downloaded tracing-attributes v0.1.27 |
1002 | 2024-10-30T18:48:05.184Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1003 | 2024-10-30T18:48:05.243Z | Downloaded serde_with v3.11.0 |
1004 | 2024-10-30T18:48:05.251Z | Downloaded ed25519 v2.2.3 |
1005 | 2024-10-30T18:48:05.254Z | Downloaded tls_codec_derive v0.4.1 |
1006 | 2024-10-30T18:48:05.256Z | Downloaded tls_codec v0.4.1 |
1007 | 2024-10-30T18:48:05.258Z | Downloaded futures-task v0.3.31 |
1008 | 2024-10-30T18:48:05.261Z | Downloaded pin-project v1.1.6 |
1009 | 2024-10-30T18:48:05.270Z | Downloaded quinn-udp v0.5.5 |
1010 | 2024-10-30T18:48:05.273Z | Downloaded rfc6979 v0.4.0 |
1011 | 2024-10-30T18:48:05.276Z | Downloaded resolv-conf v0.7.0 |
1012 | 2024-10-30T18:48:05.276Z | Downloaded uuid v1.10.0 |
1013 | 2024-10-30T18:48:05.278Z | Downloaded publicsuffix v2.2.3 |
1014 | 2024-10-30T18:48:05.280Z | Downloaded time v0.3.36 |
1015 | 2024-10-30T18:48:05.288Z | Downloaded ssh-key v0.6.6 |
1016 | 2024-10-30T18:48:05.295Z | Downloaded toml_edit v0.19.15 |
1017 | 2024-10-30T18:48:05.314Z | Downloaded russh-keys v0.45.0 |
1018 | 2024-10-30T18:48:05.316Z | Downloaded itertools v0.13.0 |
1019 | 2024-10-30T18:48:05.324Z | Downloaded signal-hook-registry v1.4.2 |
1020 | 2024-10-30T18:48:05.327Z | Downloaded tokio-tungstenite v0.23.1 |
1021 | 2024-10-30T18:48:05.329Z | Downloaded crossterm v0.28.1 |
1022 | 2024-10-30T18:48:05.337Z | Downloaded serde_path_to_error v0.1.16 |
1023 | 2024-10-30T18:48:05.339Z | Downloaded phf v0.11.2 |
1024 | 2024-10-30T18:48:05.341Z | Downloaded pem v3.0.4 |
1025 | 2024-10-30T18:48:05.342Z | Downloaded openssl-sys v0.9.103 |
1026 | 2024-10-30T18:48:05.346Z | Downloaded pkcs8 v0.10.2 |
1027 | 2024-10-30T18:48:05.349Z | Downloaded defmt v0.3.8 |
1028 | 2024-10-30T18:48:05.353Z | Downloaded itertools v0.10.5 |
1029 | 2024-10-30T18:48:05.360Z | Downloaded parse-zoneinfo v0.3.1 |
1030 | 2024-10-30T18:48:05.362Z | Downloaded polyval v0.6.2 |
1031 | 2024-10-30T18:48:05.364Z | Downloaded pkg-config v0.3.31 |
1032 | 2024-10-30T18:48:05.367Z | Downloaded parking_lot v0.11.2 |
1033 | 2024-10-30T18:48:05.369Z | Downloaded mio v1.0.2 |
1034 | 2024-10-30T18:48:05.375Z | Downloaded stringprep v0.1.5 |
1035 | 2024-10-30T18:48:05.377Z | Downloaded spin v0.5.2 |
1036 | 2024-10-30T18:48:05.380Z | Downloaded ref-cast-impl v1.0.23 |
1037 | 2024-10-30T18:48:05.380Z | Downloaded ref-cast v1.0.23 |
1038 | 2024-10-30T18:48:05.382Z | Downloaded rand_chacha v0.3.1 |
1039 | 2024-10-30T18:48:05.385Z | Downloaded unsafe-libyaml v0.2.11 |
1040 | 2024-10-30T18:48:05.387Z | Downloaded yasna v0.5.2 |
1041 | 2024-10-30T18:48:05.389Z | Downloaded supports-color v3.0.1 |
1042 | 2024-10-30T18:48:05.389Z | Downloaded sqlformat v0.2.6 |
1043 | 2024-10-30T18:48:05.392Z | Downloaded dhcproto v0.12.0 |
1044 | 2024-10-30T18:48:05.394Z | Downloaded snafu v0.8.5 |
1045 | 2024-10-30T18:48:05.402Z | Downloaded schemars v0.8.21 |
1046 | 2024-10-30T18:48:05.413Z | Downloaded foreign-types-shared v0.3.1 |
1047 | 2024-10-30T18:48:05.415Z | Downloaded cc v1.1.30 |
1048 | 2024-10-30T18:48:05.418Z | Downloaded postgres-protocol v0.6.7 |
1049 | 2024-10-30T18:48:05.420Z | Downloaded rayon-core v1.12.1 |
1050 | 2024-10-30T18:48:05.423Z | Downloaded dirs-next v2.0.0 |
1051 | 2024-10-30T18:48:05.425Z | Downloaded tui-tree-widget v0.22.0 |
1052 | 2024-10-30T18:48:05.428Z | Downloaded getrandom v0.2.15 |
1053 | 2024-10-30T18:48:05.430Z | Downloaded tar v0.4.42 |
1054 | 2024-10-30T18:48:05.435Z | Downloaded libxml v0.3.3 |
1055 | 2024-10-30T18:48:05.438Z | Downloaded base64 v0.22.1 |
1056 | 2024-10-30T18:48:05.443Z | Downloaded samael v0.0.17 |
1057 | 2024-10-30T18:48:05.449Z | Downloaded phf_generator v0.11.2 |
1058 | 2024-10-30T18:48:05.452Z | Downloaded phf_codegen v0.11.2 |
1059 | 2024-10-30T18:48:05.452Z | Downloaded typify v0.2.0 |
1060 | 2024-10-30T18:48:05.455Z | Downloaded time-macros v0.2.18 |
1061 | 2024-10-30T18:48:05.463Z | Downloaded hickory-client v0.24.1 |
1062 | 2024-10-30T18:48:05.463Z | Downloaded vergen v8.3.2 |
1063 | 2024-10-30T18:48:05.465Z | Downloaded libsqlite3-sys v0.30.1 |
1064 | 2024-10-30T18:48:05.543Z | Downloaded indicatif v0.17.8 |
1065 | 2024-10-30T18:48:05.547Z | Downloaded hyper-util v0.1.9 |
1066 | 2024-10-30T18:48:05.551Z | Downloaded termcolor v1.4.1 |
1067 | 2024-10-30T18:48:05.553Z | Downloaded hash32 v0.3.1 |
1068 | 2024-10-30T18:48:05.555Z | Downloaded futures-macro v0.3.31 |
1069 | 2024-10-30T18:48:05.556Z | Downloaded futures-executor v0.3.31 |
1070 | 2024-10-30T18:48:05.558Z | Downloaded futures-core v0.3.31 |
1071 | 2024-10-30T18:48:05.558Z | Downloaded form_urlencoded v1.2.1 |
1072 | 2024-10-30T18:48:05.558Z | Downloaded tungstenite v0.21.0 |
1073 | 2024-10-30T18:48:05.561Z | Downloaded compact_str v0.8.0 |
1074 | 2024-10-30T18:48:05.564Z | Downloaded chacha20poly1305 v0.10.1 |
1075 | 2024-10-30T18:48:05.567Z | Downloaded rusty-fork v0.3.0 |
1076 | 2024-10-30T18:48:05.569Z | Downloaded bytes v1.7.2 |
1077 | 2024-10-30T18:48:05.572Z | Downloaded rtoolbox v0.0.2 |
1078 | 2024-10-30T18:48:05.579Z | Downloaded termios v0.3.3 |
1079 | 2024-10-30T18:48:05.579Z | Downloaded ecdsa v0.16.9 |
1080 | 2024-10-30T18:48:05.579Z | Downloaded allocator-api2 v0.2.18 |
1081 | 2024-10-30T18:48:05.579Z | Downloaded aho-corasick v1.1.3 |
1082 | 2024-10-30T18:48:05.586Z | Downloaded hkdf v0.12.4 |
1083 | 2024-10-30T18:48:05.589Z | Downloaded darling v0.20.10 |
1084 | 2024-10-30T18:48:05.592Z | Downloaded percent-encoding v2.3.1 |
1085 | 2024-10-30T18:48:05.594Z | Downloaded gethostname v0.5.0 |
1086 | 2024-10-30T18:48:05.594Z | Downloaded futures-io v0.3.31 |
1087 | 2024-10-30T18:48:05.596Z | Downloaded ff v0.13.0 |
1088 | 2024-10-30T18:48:05.596Z | Downloaded enum-as-inner v0.5.1 |
1089 | 2024-10-30T18:48:05.599Z | Downloaded base64ct v1.6.0 |
1090 | 2024-10-30T18:48:05.602Z | Downloaded ciborium v0.2.2 |
1091 | 2024-10-30T18:48:05.604Z | Downloaded jobserver v0.1.32 |
1092 | 2024-10-30T18:48:05.604Z | Downloaded sha1 v0.10.6 |
1093 | 2024-10-30T18:48:05.606Z | Downloaded same-file v1.0.6 |
1094 | 2024-10-30T18:48:05.609Z | Downloaded rustfmt-wrapper v0.2.1 |
1095 | 2024-10-30T18:48:05.609Z | Downloaded httpdate v1.0.3 |
1096 | 2024-10-30T18:48:05.613Z | Downloaded httparse v1.9.5 |
1097 | 2024-10-30T18:48:05.616Z | Downloaded data-encoding v2.6.0 |
1098 | 2024-10-30T18:48:05.616Z | Downloaded ring v0.17.8 |
1099 | 2024-10-30T18:48:05.684Z | Downloaded foreign-types v0.3.2 |
1100 | 2024-10-30T18:48:05.687Z | Downloaded topological-sort v0.2.2 |
1101 | 2024-10-30T18:48:05.687Z | Downloaded thiserror-no-std v2.0.2 |
1102 | 2024-10-30T18:48:05.689Z | Downloaded rustc_version v0.4.1 |
1103 | 2024-10-30T18:48:05.691Z | Downloaded mockall v0.13.0 |
1104 | 2024-10-30T18:48:05.691Z | Downloaded maybe-uninit v2.0.0 |
1105 | 2024-10-30T18:48:05.694Z | Downloaded maplit v1.0.2 |
1106 | 2024-10-30T18:48:05.694Z | Downloaded kstat-rs v0.2.4 |
1107 | 2024-10-30T18:48:05.694Z | Downloaded constant_time_eq v0.3.1 |
1108 | 2024-10-30T18:48:05.696Z | Downloaded lalrpop-util v0.19.12 |
1109 | 2024-10-30T18:48:05.696Z | Downloaded lru v0.12.5 |
1110 | 2024-10-30T18:48:05.699Z | Downloaded async-trait v0.1.83 |
1111 | 2024-10-30T18:48:05.702Z | Downloaded async-bb8-diesel v0.2.1 |
1112 | 2024-10-30T18:48:05.705Z | Downloaded arrayvec v0.7.6 |
1113 | 2024-10-30T18:48:05.705Z | Downloaded inout v0.1.3 |
1114 | 2024-10-30T18:48:05.707Z | Downloaded bitfield v0.14.0 |
1115 | 2024-10-30T18:48:05.707Z | Downloaded bit-set v0.5.3 |
1116 | 2024-10-30T18:48:05.710Z | Downloaded colored v2.1.0 |
1117 | 2024-10-30T18:48:05.710Z | Downloaded hostname v0.3.1 |
1118 | 2024-10-30T18:48:05.712Z | Downloaded block-padding v0.3.3 |
1119 | 2024-10-30T18:48:05.712Z | Downloaded bb8 v0.8.5 |
1120 | 2024-10-30T18:48:05.715Z | Downloaded async-stream v0.3.6 |
1121 | 2024-10-30T18:48:05.715Z | Downloaded ring v0.16.20 |
1122 | 2024-10-30T18:48:05.892Z | Compiling serde v1.0.210 |
1123 | 2024-10-30T18:48:05.895Z | Compiling typenum v1.17.0 |
1124 | 2024-10-30T18:48:05.895Z | Compiling generic-array v0.14.7 |
1125 | 2024-10-30T18:48:05.895Z | Compiling lock_api v0.4.12 |
1126 | 2024-10-30T18:48:05.895Z | Compiling scopeguard v1.2.0 |
1127 | 2024-10-30T18:48:05.895Z | Compiling subtle v2.6.1 |
1128 | 2024-10-30T18:48:06.086Z | Compiling syn v2.0.79 |
1129 | 2024-10-30T18:48:06.104Z | Compiling getrandom v0.2.15 |
1130 | 2024-10-30T18:48:06.214Z | Compiling value-bag v1.9.0 |
1131 | 2024-10-30T18:48:06.349Z | Compiling rand_core v0.6.4 |
1132 | 2024-10-30T18:48:06.459Z | Compiling const-oid v0.9.6 |
1133 | 2024-10-30T18:48:06.562Z | Compiling pin-project-lite v0.2.14 |
1134 | 2024-10-30T18:48:06.593Z | Compiling smallvec v1.13.2 |
1135 | 2024-10-30T18:48:06.684Z | Compiling log v0.4.22 |
1136 | 2024-10-30T18:48:06.810Z | Compiling jobserver v0.1.32 |
1137 | 2024-10-30T18:48:06.859Z | Compiling parking_lot_core v0.9.10 |
1138 | 2024-10-30T18:48:07.019Z | Compiling shlex v1.3.0 |
1139 | 2024-10-30T18:48:07.039Z | Compiling futures-core v0.3.31 |
1140 | 2024-10-30T18:48:07.282Z | Compiling cc v1.1.30 |
1141 | 2024-10-30T18:48:07.419Z | Compiling signal-hook-registry v1.4.2 |
1142 | 2024-10-30T18:48:07.545Z | Compiling mio v1.0.2 |
1143 | 2024-10-30T18:48:07.739Z | Compiling parking_lot v0.12.3 |
1144 | 2024-10-30T18:48:08.002Z | Compiling cpufeatures v0.2.14 |
1145 | 2024-10-30T18:48:08.107Z | Compiling futures-sink v0.3.31 |
1146 | 2024-10-30T18:48:08.253Z | Compiling spin v0.9.8 |
1147 | 2024-10-30T18:48:08.272Z | Compiling socket2 v0.5.7 |
1148 | 2024-10-30T18:48:08.449Z | Compiling slab v0.4.9 |
1149 | 2024-10-30T18:48:08.632Z | Compiling serde_json v1.0.128 |
1150 | 2024-10-30T18:48:08.708Z | Compiling futures-channel v0.3.31 |
1151 | 2024-10-30T18:48:08.729Z | Compiling foldhash v0.1.3 |
1152 | 2024-10-30T18:48:08.731Z | Compiling futures-task v0.3.31 |
1153 | 2024-10-30T18:48:08.991Z | Compiling pin-utils v0.1.0 |
1154 | 2024-10-30T18:48:09.040Z | Compiling tinyvec_macros v0.1.1 |
1155 | 2024-10-30T18:48:09.180Z | Compiling allocator-api2 v0.2.18 |
1156 | 2024-10-30T18:48:09.200Z | Compiling futures-io v0.3.31 |
1157 | 2024-10-30T18:48:09.201Z | Compiling libm v0.2.8 |
1158 | 2024-10-30T18:48:09.251Z | Compiling tinyvec v1.8.0 |
1159 | 2024-10-30T18:48:09.288Z | Compiling num-traits v0.2.19 |
1160 | 2024-10-30T18:48:09.308Z | Compiling unicode-bidi v0.3.17 |
1161 | 2024-10-30T18:48:09.536Z | Compiling base64ct v1.6.0 |
1162 | 2024-10-30T18:48:09.839Z | Compiling httparse v1.9.5 |
1163 | 2024-10-30T18:48:10.045Z | Compiling hashbrown v0.15.0 |
1164 | 2024-10-30T18:48:10.178Z | Compiling pem-rfc7468 v0.7.0 |
1165 | 2024-10-30T18:48:10.690Z | Compiling flagset v0.4.6 |
1166 | 2024-10-30T18:48:10.900Z | Compiling unicode-normalization v0.1.24 |
1167 | 2024-10-30T18:48:10.962Z | Compiling tracing-core v0.1.32 |
1168 | 2024-10-30T18:48:10.991Z | Compiling percent-encoding v2.3.1 |
1169 | 2024-10-30T18:48:11.183Z | Compiling rustls-pki-types v1.9.0 |
1170 | 2024-10-30T18:48:11.382Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-30T18:48:11.797Z | Compiling ring v0.17.8 |
1172 | 2024-10-30T18:48:12.117Z | Compiling vcpkg v0.2.15 |
1173 | 2024-10-30T18:48:12.165Z | Compiling powerfmt v0.2.0 |
1174 | 2024-10-30T18:48:12.259Z | Compiling num-conv v0.1.0 |
1175 | 2024-10-30T18:48:12.337Z | Compiling time-core v0.1.2 |
1176 | 2024-10-30T18:48:12.452Z | Compiling untrusted v0.9.0 |
1177 | 2024-10-30T18:48:12.518Z | Compiling pkg-config v0.3.31 |
1178 | 2024-10-30T18:48:12.537Z | Compiling time-macros v0.2.18 |
1179 | 2024-10-30T18:48:12.566Z | Compiling deranged v0.3.11 |
1180 | 2024-10-30T18:48:13.018Z | Compiling atomic-waker v1.1.2 |
1181 | 2024-10-30T18:48:13.202Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-30T18:48:13.325Z | Compiling form_urlencoded v1.2.1 |
1183 | 2024-10-30T18:48:13.626Z | Compiling slog v2.7.0 |
1184 | 2024-10-30T18:48:13.835Z | Compiling try-lock v0.2.5 |
1185 | 2024-10-30T18:48:13.980Z | Compiling rustix v0.38.37 |
1186 | 2024-10-30T18:48:14.002Z | Compiling want v0.3.1 |
1187 | 2024-10-30T18:48:14.196Z | Compiling openssl-sys v0.9.103 |
1188 | 2024-10-30T18:48:14.235Z | Compiling httpdate v1.0.3 |
1189 | 2024-10-30T18:48:14.361Z | Compiling idna v0.5.0 |
1190 | 2024-10-30T18:48:14.645Z | Compiling base64 v0.22.1 |
1191 | 2024-10-30T18:48:14.879Z | Compiling iana-time-zone v0.1.61 |
1192 | 2024-10-30T18:48:15.037Z | Compiling match_cfg v0.1.0 |
1193 | 2024-10-30T18:48:15.134Z | Compiling openssl v0.10.66 |
1194 | 2024-10-30T18:48:15.324Z | Compiling foreign-types-shared v0.1.1 |
1195 | 2024-10-30T18:48:15.339Z | Compiling tower-service v0.3.3 |
1196 | 2024-10-30T18:48:15.416Z | Compiling rustversion v1.0.17 |
1197 | 2024-10-30T18:48:15.456Z | Compiling foreign-types v0.3.2 |
1198 | 2024-10-30T18:48:15.525Z | Compiling hostname v0.3.1 |
1199 | 2024-10-30T18:48:15.545Z | Compiling url v2.5.2 |
1200 | 2024-10-30T18:48:15.657Z | Compiling time v0.3.36 |
1201 | 2024-10-30T18:48:15.693Z | Compiling dirs-sys-next v0.1.2 |
1202 | 2024-10-30T18:48:15.737Z | Compiling aho-corasick v1.1.3 |
1203 | 2024-10-30T18:48:16.176Z | Compiling regex-syntax v0.8.5 |
1204 | 2024-10-30T18:48:16.274Z | Compiling rustls v0.22.4 |
1205 | 2024-10-30T18:48:16.505Z | Compiling adler2 v2.0.0 |
1206 | 2024-10-30T18:48:16.687Z | Compiling siphasher v0.3.11 |
1207 | 2024-10-30T18:48:17.083Z | Compiling native-tls v0.2.12 |
1208 | 2024-10-30T18:48:17.229Z | Compiling data-encoding v2.6.0 |
1209 | 2024-10-30T18:48:17.420Z | Compiling rustls v0.23.14 |
1210 | 2024-10-30T18:48:17.654Z | Compiling syn v1.0.109 |
1211 | 2024-10-30T18:48:18.336Z | Compiling miniz_oxide v0.8.0 |
1212 | 2024-10-30T18:48:19.387Z | Compiling regex-automata v0.4.8 |
1213 | 2024-10-30T18:48:19.570Z | Compiling serde_derive v1.0.210 |
1214 | 2024-10-30T18:48:19.875Z | Compiling zeroize_derive v1.4.2 |
1215 | 2024-10-30T18:48:20.115Z | Compiling zerocopy-derive v0.7.35 |
1216 | 2024-10-30T18:48:20.371Z | Compiling tokio-macros v2.4.0 |
1217 | 2024-10-30T18:48:20.423Z | Compiling thiserror-impl v1.0.64 |
1218 | 2024-10-30T18:48:21.471Z | Compiling zeroize v1.8.1 |
1219 | 2024-10-30T18:48:21.942Z | Compiling futures-macro v0.3.31 |
1220 | 2024-10-30T18:48:22.085Z | Compiling der_derive v0.7.3 |
1221 | 2024-10-30T18:48:22.308Z | Compiling zerocopy v0.7.35 |
1222 | 2024-10-30T18:48:23.189Z | Compiling crypto-common v0.1.6 |
1223 | 2024-10-30T18:48:23.407Z | Compiling block-buffer v0.10.4 |
1224 | 2024-10-30T18:48:23.580Z | Compiling thiserror v1.0.64 |
1225 | 2024-10-30T18:48:23.639Z | Compiling digest v0.10.7 |
1226 | 2024-10-30T18:48:23.711Z | Compiling block-padding v0.3.3 |
1227 | 2024-10-30T18:48:23.864Z | Compiling futures-util v0.3.31 |
1228 | 2024-10-30T18:48:23.884Z | Compiling inout v0.1.3 |
1229 | 2024-10-30T18:48:23.920Z | Compiling ppv-lite86 v0.2.20 |
1230 | 2024-10-30T18:48:24.156Z | Compiling hmac v0.12.1 |
1231 | 2024-10-30T18:48:24.174Z | Compiling cipher v0.4.4 |
1232 | 2024-10-30T18:48:24.382Z | Compiling sha2 v0.10.8 |
1233 | 2024-10-30T18:48:24.471Z | Compiling der v0.7.9 |
1234 | 2024-10-30T18:48:24.691Z | Compiling tracing-attributes v0.1.27 |
1235 | 2024-10-30T18:48:24.787Z | Compiling rand_chacha v0.3.1 |
1236 | 2024-10-30T18:48:27.123Z | Compiling spki v0.7.3 |
1237 | 2024-10-30T18:48:27.494Z | Compiling rand v0.8.5 |
1238 | 2024-10-30T18:48:27.699Z | Compiling salsa20 v0.10.2 |
1239 | 2024-10-30T18:48:27.761Z | Compiling pbkdf2 v0.12.2 |
1240 | 2024-10-30T18:48:27.898Z | Compiling pest v2.7.14 |
1241 | 2024-10-30T18:48:27.917Z | Compiling scrypt v0.11.0 |
1242 | 2024-10-30T18:48:28.309Z | Compiling tracing v0.1.40 |
1243 | 2024-10-30T18:48:28.429Z | Compiling aes v0.8.4 |
1244 | 2024-10-30T18:48:28.830Z | Compiling cbc v0.1.2 |
1245 | 2024-10-30T18:48:29.109Z | Compiling scroll_derive v0.12.0 |
1246 | 2024-10-30T18:48:29.556Z | Compiling pkcs5 v0.7.1 |
1247 | 2024-10-30T18:48:29.951Z | Compiling openssl-macros v0.1.1 |
1248 | 2024-10-30T18:48:30.514Z | Compiling pest_meta v2.7.14 |
1249 | 2024-10-30T18:48:30.690Z | Compiling scroll v0.12.0 |
1250 | 2024-10-30T18:48:30.780Z | Compiling pkcs8 v0.10.2 |
1251 | 2024-10-30T18:48:30.809Z | Compiling async-trait v0.1.83 |
1252 | 2024-10-30T18:48:31.204Z | Compiling goblin v0.8.2 |
1253 | 2024-10-30T18:48:31.301Z | Compiling signature v2.2.0 |
1254 | 2024-10-30T18:48:31.492Z | Compiling sha1 v0.10.6 |
1255 | 2024-10-30T18:48:31.712Z | Compiling pest_generator v2.7.14 |
1256 | 2024-10-30T18:48:31.926Z | Compiling dirs-next v2.0.0 |
1257 | 2024-10-30T18:48:32.133Z | Compiling serde_derive_internals v0.29.1 |
1258 | 2024-10-30T18:48:33.119Z | Compiling bytes v1.7.2 |
1259 | 2024-10-30T18:48:33.603Z | Compiling indexmap v2.6.0 |
1260 | 2024-10-30T18:48:33.702Z | Compiling bitflags v2.6.0 |
1261 | 2024-10-30T18:48:34.214Z | Compiling tokio v1.40.0 |
1262 | 2024-10-30T18:48:34.326Z | Compiling http v1.1.0 |
1263 | 2024-10-30T18:48:34.551Z | Compiling semver v1.0.23 |
1264 | 2024-10-30T18:48:35.014Z | Compiling rustc_version v0.4.1 |
1265 | 2024-10-30T18:48:35.141Z | Compiling rustls-webpki v0.102.8 |
1266 | 2024-10-30T18:48:35.520Z | Compiling pest_derive v2.7.14 |
1267 | 2024-10-30T18:48:35.805Z | Compiling serde_spanned v0.6.8 |
1268 | 2024-10-30T18:48:36.037Z | Compiling http-body v1.0.1 |
1269 | 2024-10-30T18:48:36.282Z | Compiling toml_datetime v0.6.8 |
1270 | 2024-10-30T18:48:36.343Z | Compiling dtrace-parser v0.2.0 |
1271 | 2024-10-30T18:48:36.548Z | Compiling serde_tokenstream v0.2.2 |
1272 | 2024-10-30T18:48:36.758Z | Compiling uuid v1.10.0 |
1273 | 2024-10-30T18:48:36.800Z | Compiling chrono v0.4.38 |
1274 | 2024-10-30T18:48:37.152Z | Compiling dof v0.3.0 |
1275 | 2024-10-30T18:48:37.304Z | Compiling http-body-util v0.1.2 |
1276 | 2024-10-30T18:48:37.826Z | Compiling heapless v0.7.17 |
1277 | 2024-10-30T18:48:38.228Z | Compiling usdt-impl v0.5.0 |
1278 | 2024-10-30T18:48:38.473Z | Compiling crossbeam-epoch v0.9.18 |
1279 | 2024-10-30T18:48:39.242Z | Compiling lazy_static v1.5.0 |
1280 | 2024-10-30T18:48:39.375Z | Compiling thread_local v1.1.8 |
1281 | 2024-10-30T18:48:39.377Z | Compiling encoding_rs v0.8.34 |
1282 | 2024-10-30T18:48:39.869Z | Compiling cookie v0.18.1 |
1283 | 2024-10-30T18:48:39.936Z | Compiling multer v3.1.0 |
1284 | 2024-10-30T18:48:40.177Z | Compiling unicode-properties v0.1.3 |
1285 | 2024-10-30T18:48:40.240Z | Compiling openssl-probe v0.1.5 |
1286 | 2024-10-30T18:48:40.569Z | Compiling mime v0.3.17 |
1287 | 2024-10-30T18:48:40.591Z | Compiling rayon-core v1.12.1 |
1288 | 2024-10-30T18:48:40.593Z | Compiling schemars v0.8.21 |
1289 | 2024-10-30T18:48:40.658Z | Compiling ipnet v2.10.1 |
1290 | 2024-10-30T18:48:40.909Z | Compiling signal-hook v0.3.17 |
1291 | 2024-10-30T18:48:40.976Z | Compiling slog-async v2.8.0 |
1292 | 2024-10-30T18:48:41.163Z | Compiling paste v1.0.15 |
1293 | 2024-10-30T18:48:41.212Z | Compiling either v1.13.0 |
1294 | 2024-10-30T18:48:41.506Z | Compiling gimli v0.31.1 |
1295 | 2024-10-30T18:48:41.535Z | Compiling usdt-macro v0.5.0 |
1296 | 2024-10-30T18:48:41.612Z | Compiling usdt-attr-macro v0.5.0 |
1297 | 2024-10-30T18:48:41.760Z | Compiling toml_edit v0.22.22 |
1298 | 2024-10-30T18:48:41.991Z | Compiling stringprep v0.1.5 |
1299 | 2024-10-30T18:48:43.066Z | Compiling tokio-util v0.7.12 |
1300 | 2024-10-30T18:48:43.258Z | Compiling crossbeam-deque v0.8.5 |
1301 | 2024-10-30T18:48:43.768Z | Compiling curve25519-dalek v4.1.3 |
1302 | 2024-10-30T18:48:44.426Z | Compiling h2 v0.4.6 |
1303 | 2024-10-30T18:48:45.213Z | Compiling slog-json v2.6.1 |
1304 | 2024-10-30T18:48:45.605Z | Compiling schemars_derive v0.8.21 |
1305 | 2024-10-30T18:48:46.785Z | Compiling addr2line v0.24.2 |
1306 | 2024-10-30T18:48:46.945Z | Compiling serde_urlencoded v0.7.1 |
1307 | 2024-10-30T18:48:47.474Z | Compiling term v0.7.0 |
1308 | 2024-10-30T18:48:47.494Z | Compiling futures-executor v0.3.31 |
1309 | 2024-10-30T18:48:48.076Z | Compiling md-5 v0.10.6 |
1310 | 2024-10-30T18:48:48.333Z | Compiling enum-as-inner v0.6.1 |
1311 | 2024-10-30T18:48:48.936Z | Compiling async-stream-impl v0.3.6 |
1312 | 2024-10-30T18:48:49.440Z | Compiling crossbeam-channel v0.5.13 |
1313 | 2024-10-30T18:48:49.840Z | Compiling num-integer v0.1.46 |
1314 | 2024-10-30T18:48:50.058Z | Compiling idna v0.4.0 |
1315 | 2024-10-30T18:48:50.323Z | Compiling idna v0.3.0 |
1316 | 2024-10-30T18:48:50.535Z | Compiling rustls-pemfile v2.2.0 |
1317 | 2024-10-30T18:48:50.635Z | Compiling ff v0.13.0 |
1318 | 2024-10-30T18:48:50.863Z | Compiling hash32 v0.2.1 |
1319 | 2024-10-30T18:48:50.895Z | Compiling is-terminal v0.4.13 |
1320 | 2024-10-30T18:48:51.022Z | Compiling object v0.36.5 |
1321 | 2024-10-30T18:48:51.242Z | Compiling dropshot v0.12.0 |
1322 | 2024-10-30T18:48:51.552Z | Compiling hyper v1.4.1 |
1323 | 2024-10-30T18:48:51.653Z | Compiling smoltcp v0.9.1 |
1324 | 2024-10-30T18:48:51.977Z | Compiling utf-8 v0.7.6 |
1325 | 2024-10-30T18:48:52.319Z | Compiling take_mut v0.2.2 |
1326 | 2024-10-30T18:48:52.413Z | Compiling quick-error v1.2.3 |
1327 | 2024-10-30T18:48:52.489Z | Compiling stable_deref_trait v1.2.0 |
1328 | 2024-10-30T18:48:52.564Z | Compiling fallible-iterator v0.2.0 |
1329 | 2024-10-30T18:48:52.606Z | Compiling dyn-clone v1.0.17 |
1330 | 2024-10-30T18:48:52.831Z | Compiling portable-atomic v1.9.0 |
1331 | 2024-10-30T18:48:53.270Z | Compiling base16ct v0.2.0 |
1332 | 2024-10-30T18:48:53.622Z | Compiling linked-hash-map v0.5.6 |
1333 | 2024-10-30T18:48:53.902Z | Compiling psl-types v2.0.11 |
1334 | 2024-10-30T18:48:53.943Z | Compiling num-bigint-dig v0.8.4 |
1335 | 2024-10-30T18:48:53.983Z | Compiling hyper-util v0.1.9 |
1336 | 2024-10-30T18:48:54.130Z | Compiling rustc-demangle v0.1.24 |
1337 | 2024-10-30T18:48:54.285Z | Compiling anyhow v1.0.89 |
1338 | 2024-10-30T18:48:55.138Z | Compiling publicsuffix v2.2.3 |
1339 | 2024-10-30T18:48:55.138Z | Compiling lru-cache v0.1.2 |
1340 | 2024-10-30T18:48:55.251Z | Compiling sec1 v0.7.3 |
1341 | 2024-10-30T18:48:55.339Z | Compiling postgres-protocol v0.6.7 |
1342 | 2024-10-30T18:48:55.874Z | Compiling resolv-conf v0.7.0 |
1343 | 2024-10-30T18:48:56.749Z | Compiling tungstenite v0.24.0 |
1344 | 2024-10-30T18:48:57.114Z | Compiling slog-term v2.9.1 |
1345 | 2024-10-30T18:48:57.149Z | Compiling hickory-proto v0.24.1 |
1346 | 2024-10-30T18:48:57.661Z | Compiling usdt v0.5.0 |
1347 | 2024-10-30T18:48:57.863Z | Compiling group v0.13.0 |
1348 | 2024-10-30T18:48:58.168Z | Compiling backtrace v0.3.74 |
1349 | 2024-10-30T18:48:58.198Z | Compiling num-iter v0.1.45 |
1350 | 2024-10-30T18:48:58.381Z | Compiling async-stream v0.3.6 |
1351 | 2024-10-30T18:48:58.401Z | Compiling tokio-rustls v0.26.0 |
1352 | 2024-10-30T18:48:58.704Z | Compiling tokio-rustls v0.25.0 |
1353 | 2024-10-30T18:48:58.865Z | Compiling futures v0.3.31 |
1354 | 2024-10-30T18:48:58.923Z | Compiling slog-bunyan v2.5.0 |
1355 | 2024-10-30T18:48:58.993Z | Compiling toml v0.8.19 |
1356 | 2024-10-30T18:48:59.046Z | Compiling tokio-native-tls v0.3.1 |
1357 | 2024-10-30T18:48:59.272Z | Compiling camino v1.1.9 |
1358 | 2024-10-30T18:49:00.439Z | Compiling terminal_size v0.4.0 |
1359 | 2024-10-30T18:49:00.661Z | Compiling dropshot_endpoint v0.12.0 |
1360 | 2024-10-30T18:49:00.727Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-10-30T18:49:00.909Z | Compiling serde_path_to_error v0.1.16 |
1362 | 2024-10-30T18:49:01.224Z | Compiling hkdf v0.12.4 |
1363 | 2024-10-30T18:49:01.481Z | Compiling crypto-bigint v0.5.5 |
1364 | 2024-10-30T18:49:01.622Z | Compiling curve25519-dalek-derive v0.1.1 |
1365 | 2024-10-30T18:49:01.766Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-10-30T18:49:01.795Z | Compiling phf_shared v0.11.2 |
1367 | 2024-10-30T18:49:02.182Z | Compiling waitgroup v0.1.2 |
1368 | 2024-10-30T18:49:02.409Z | Compiling webpki-roots v0.26.6 |
1369 | 2024-10-30T18:49:02.631Z | Compiling hostname v0.4.0 |
1370 | 2024-10-30T18:49:02.898Z | Compiling fs-err v2.11.0 |
1371 | 2024-10-30T18:49:03.106Z | Compiling hubpack_derive v0.1.1 |
1372 | 2024-10-30T18:49:03.159Z | Compiling ahash v0.8.11 |
1373 | 2024-10-30T18:49:03.201Z | Compiling debug-ignore v1.0.5 |
1374 | 2024-10-30T18:49:03.348Z | Compiling managed v0.8.0 |
1375 | 2024-10-30T18:49:03.521Z | Compiling bitflags v1.3.2 |
1376 | 2024-10-30T18:49:03.631Z | Compiling winnow v0.5.40 |
1377 | 2024-10-30T18:49:03.927Z | Compiling zerocopy v0.6.6 |
1378 | 2024-10-30T18:49:04.021Z | Compiling hubpack v0.1.2 |
1379 | 2024-10-30T18:49:04.481Z | Compiling console v0.15.8 |
1380 | 2024-10-30T18:49:04.825Z | Compiling elliptic-curve v0.13.8 |
1381 | 2024-10-30T18:49:05.151Z | Compiling clap_builder v4.5.20 |
1382 | 2024-10-30T18:49:05.764Z | Compiling strum_macros v0.25.3 |
1383 | 2024-10-30T18:49:06.059Z | Compiling hickory-resolver v0.24.1 |
1384 | 2024-10-30T18:49:07.459Z | Compiling toml_edit v0.19.15 |
1385 | 2024-10-30T18:49:07.490Z | Compiling hyper-rustls v0.27.3 |
1386 | 2024-10-30T18:49:07.704Z | Compiling phf v0.11.2 |
1387 | 2024-10-30T18:49:07.986Z | Compiling signal-hook-mio v0.2.4 |
1388 | 2024-10-30T18:49:08.117Z | Compiling rayon v1.10.0 |
1389 | 2024-10-30T18:49:08.155Z | Compiling cookie_store v0.21.0 |
1390 | 2024-10-30T18:49:09.810Z | Compiling hyper-tls v0.6.0 |
1391 | 2024-10-30T18:49:10.839Z | Compiling tokio-tungstenite v0.24.0 |
1392 | 2024-10-30T18:49:11.393Z | Compiling postgres-types v0.2.8 |
1393 | 2024-10-30T18:49:12.907Z | Compiling tokio-stream v0.1.16 |
1394 | 2024-10-30T18:49:12.937Z | Compiling serde-big-array v0.5.1 |
1395 | 2024-10-30T18:49:13.173Z | Compiling ed25519 v2.2.3 |
1396 | 2024-10-30T18:49:13.957Z | Compiling pkcs1 v0.7.5 |
1397 | 2024-10-30T18:49:14.157Z | Compiling bstr v1.10.0 |
1398 | 2024-10-30T18:49:14.238Z | Compiling regex v1.11.0 |
1399 | 2024-10-30T18:49:14.576Z | Compiling rfc6979 v0.4.0 |
1400 | 2024-10-30T18:49:14.774Z | Compiling clap_derive v4.5.18 |
1401 | 2024-10-30T18:49:15.041Z | Compiling derive-where v1.2.7 |
1402 | 2024-10-30T18:49:15.060Z | Compiling serde_repr v0.1.19 |
1403 | 2024-10-30T18:49:15.280Z | Compiling phf_shared v0.10.0 |
1404 | 2024-10-30T18:49:15.350Z | Compiling float-cmp v0.9.0 |
1405 | 2024-10-30T18:49:15.453Z | Compiling sync_wrapper v1.0.1 |
1406 | 2024-10-30T18:49:15.576Z | Compiling crc32fast v1.4.2 |
1407 | 2024-10-30T18:49:15.608Z | Compiling static_assertions v1.1.0 |
1408 | 2024-10-30T18:49:15.680Z | Compiling unicode-segmentation v1.12.0 |
1409 | 2024-10-30T18:49:15.707Z | Compiling number_prefix v0.4.0 |
1410 | 2024-10-30T18:49:15.922Z | Compiling difflib v0.4.0 |
1411 | 2024-10-30T18:49:15.944Z | Compiling bit-vec v0.6.3 |
1412 | 2024-10-30T18:49:15.969Z | Compiling minimal-lexical v0.2.1 |
1413 | 2024-10-30T18:49:16.238Z | Compiling new_debug_unreachable v1.0.6 |
1414 | 2024-10-30T18:49:16.343Z | Compiling precomputed-hash v0.1.1 |
1415 | 2024-10-30T18:49:16.402Z | Compiling normalize-line-endings v0.3.0 |
1416 | 2024-10-30T18:49:16.461Z | Compiling fixedbitset v0.4.2 |
1417 | 2024-10-30T18:49:16.481Z | Compiling predicates-core v1.0.8 |
1418 | 2024-10-30T18:49:16.524Z | Compiling whoami v1.5.2 |
1419 | 2024-10-30T18:49:16.562Z | Compiling string_cache v0.8.7 |
1420 | 2024-10-30T18:49:16.842Z | Compiling tokio-postgres v0.7.12 |
1421 | 2024-10-30T18:49:16.925Z | Compiling petgraph v0.6.5 |
1422 | 2024-10-30T18:49:17.043Z | Compiling predicates v3.1.2 |
1423 | 2024-10-30T18:49:17.164Z | Compiling nom v7.1.3 |
1424 | 2024-10-30T18:49:17.492Z | Compiling similar v2.6.0 |
1425 | 2024-10-30T18:49:18.682Z | Compiling qorb v0.1.2 |
1426 | 2024-10-30T18:49:18.814Z | Compiling bit-set v0.5.3 |
1427 | 2024-10-30T18:49:19.146Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1428 | 2024-10-30T18:49:19.877Z | Compiling clap v4.5.20 |
1429 | 2024-10-30T18:49:19.995Z | Compiling indicatif v0.17.8 |
1430 | 2024-10-30T18:49:20.016Z | Compiling flate2 v1.0.34 |
1431 | 2024-10-30T18:49:20.857Z | Compiling reqwest v0.12.8 |
1432 | 2024-10-30T18:49:20.879Z | Compiling ecdsa v0.16.9 |
1433 | 2024-10-30T18:49:20.985Z | Compiling rsa v0.9.6 |
1434 | 2024-10-30T18:49:21.737Z | Compiling ed25519-dalek v2.1.1 |
1435 | 2024-10-30T18:49:22.241Z | Compiling toml v0.7.8 |
1436 | 2024-10-30T18:49:22.718Z | Compiling crossterm v0.28.1 |
1437 | 2024-10-30T18:49:23.994Z | Compiling itertools v0.12.1 |
1438 | 2024-10-30T18:49:24.602Z | Compiling itertools v0.10.5 |
1439 | 2024-10-30T18:49:24.990Z | Compiling hex v0.4.3 |
1440 | 2024-10-30T18:49:25.271Z | Compiling x509-cert v0.2.5 |
1441 | 2024-10-30T18:49:25.610Z | Compiling lalrpop-util v0.19.12 |
1442 | 2024-10-30T18:49:25.967Z | Compiling unicode-xid v0.2.6 |
1443 | 2024-10-30T18:49:26.014Z | Compiling peg-runtime v0.8.3 |
1444 | 2024-10-30T18:49:26.155Z | Compiling xattr v1.3.1 |
1445 | 2024-10-30T18:49:26.416Z | Compiling strum_macros v0.26.4 |
1446 | 2024-10-30T18:49:26.626Z | Compiling filetime v0.2.25 |
1447 | 2024-10-30T18:49:26.938Z | Compiling tar v0.4.42 |
1448 | 2024-10-30T18:49:29.815Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1449 | 2024-10-30T18:49:29.950Z | Compiling strum v0.26.3 |
1450 | 2024-10-30T18:49:30.224Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1451 | 2024-10-30T18:49:35.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
1452 | 2024-10-30T18:49:35.721Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1453 | 2024-10-30T18:49:35.770Z | Oct 30 18:49:33.952 INFO Starting download, target: Cockroach |
1454 | 2024-10-30T18:49:35.770Z | Oct 30 18:49:33.952 INFO Starting download, target: Clickhouse |
1455 | 2024-10-30T18:49:35.770Z | Oct 30 18:49:33.952 INFO Starting download, target: Console |
1456 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.952 INFO Starting download, target: DendriteOpenapi |
1457 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.952 INFO Starting download, target: DendriteStub |
1458 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.952 INFO Starting download, target: MaghemiteMgd |
1459 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.952 INFO Starting download, target: TransceiverControl |
1460 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.953 INFO Downloading out/downloads/dpd-a442c5b3c999a91aa2d4d1ec853a7ef127f303cb.json (attempt 1/3), target: DendriteOpenapi |
1461 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1462 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1463 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.953 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1464 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.953 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1465 | 2024-10-30T18:49:35.772Z | Oct 30 18:49:33.953 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1466 | 2024-10-30T18:49:35.773Z | Oct 30 18:49:33.953 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1467 | 2024-10-30T18:49:35.991Z | Oct 30 18:49:34.172 INFO Download complete, target: DendriteOpenapi |
1468 | 2024-10-30T18:49:36.064Z | Oct 30 18:49:34.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1469 | 2024-10-30T18:49:36.368Z | Oct 30 18:49:34.547 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1470 | 2024-10-30T18:49:36.600Z | Oct 30 18:49:34.782 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1471 | 2024-10-30T18:49:36.632Z | Oct 30 18:49:34.814 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1472 | 2024-10-30T18:49:36.769Z | Oct 30 18:49:34.951 INFO Download complete, target: Console |
1473 | 2024-10-30T18:49:36.881Z | Oct 30 18:49:35.062 INFO Download complete, target: TransceiverControl |
1474 | 2024-10-30T18:49:37.093Z | Oct 30 18:49:35.274 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1475 | 2024-10-30T18:49:37.093Z | Oct 30 18:49:35.274 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1476 | 2024-10-30T18:49:37.892Z | Oct 30 18:49:36.072 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1477 | 2024-10-30T18:49:40.115Z | Oct 30 18:49:38.296 INFO Download complete, target: DendriteStub |
1478 | 2024-10-30T18:49:40.119Z | Oct 30 18:49:38.300 INFO Download complete, target: MaghemiteMgd |
1479 | 2024-10-30T18:49:45.426Z | Oct 30 18:49:43.607 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1480 | 2024-10-30T18:49:45.754Z | Oct 30 18:49:43.934 INFO Checking that binary works, target: Cockroach |
1481 | 2024-10-30T18:49:45.906Z | Oct 30 18:49:44.087 INFO Download complete, target: Cockroach |
1482 | 2024-10-30T18:49:51.834Z | Oct 30 18:49:50.014 INFO Checking that binary works, target: Clickhouse |
1483 | 2024-10-30T18:49:53.004Z | Oct 30 18:49:51.183 INFO Download complete, target: Clickhouse |
1484 | 2024-10-30T18:49:53.317Z | All builder prerequisites installed successfully, and PATH looks valid |
1485 | 2024-10-30T18:49:53.319Z | |
1486 | 2024-10-30T18:49:53.319Z | real 4:22.972005178 |
1487 | 2024-10-30T18:49:53.319Z | user 12:42.811262511 |
1488 | 2024-10-30T18:49:53.319Z | sys 2:41.337530540 |
1489 | 2024-10-30T18:49:53.319Z | trap 0.433757059 |
1490 | 2024-10-30T18:49:53.319Z | tflt 9.750913022 |
1491 | 2024-10-30T18:49:53.319Z | dflt 8.463911517 |
1492 | 2024-10-30T18:49:53.319Z | kflt 0.682850934 |
1493 | 2024-10-30T18:49:53.319Z | lock 24:58.922885793 |
1494 | 2024-10-30T18:49:53.319Z | slp 51:14.928284427 |
1495 | 2024-10-30T18:49:53.319Z | lat 43.374643543 |
1496 | 2024-10-30T18:49:53.319Z | stop 2:01.700330454 |
1497 | 2024-10-30T18:49:53.319Z | + banner clippy |
1498 | 2024-10-30T18:49:53.322Z | |
1499 | 2024-10-30T18:49:53.322Z | #### # # ##### ##### # # |
1500 | 2024-10-30T18:49:53.322Z | # # # # # # # # # # |
1501 | 2024-10-30T18:49:53.322Z | # # # # # # # # |
1502 | 2024-10-30T18:49:53.322Z | # # # ##### ##### # |
1503 | 2024-10-30T18:49:53.322Z | # # # # # # # |
1504 | 2024-10-30T18:49:53.322Z | #### ###### # # # # |
1505 | 2024-10-30T18:49:53.322Z | |
1506 | 2024-10-30T18:49:53.322Z | + export CARGO_INCREMENTAL=0 |
1507 | 2024-10-30T18:49:53.322Z | + CARGO_INCREMENTAL=0 |
1508 | 2024-10-30T18:49:53.322Z | + ptime -m cargo xtask clippy |
1509 | 2024-10-30T18:49:53.892Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1510 | 2024-10-30T18:49:57.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
1511 | 2024-10-30T18:49:57.610Z | Running `target/debug/xtask clippy` |
1512 | 2024-10-30T18:49:57.631Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1513 | 2024-10-30T18:49:58.356Z | Downloading crates ... |
1514 | 2024-10-30T18:49:58.644Z | Downloaded async-attributes v1.1.2 |
1515 | 2024-10-30T18:49:58.647Z | Downloaded async-global-executor v2.4.1 |
1516 | 2024-10-30T18:49:58.649Z | Downloaded approx v0.5.1 |
1517 | 2024-10-30T18:49:58.652Z | Downloaded async-channel v2.3.1 |
1518 | 2024-10-30T18:49:58.655Z | Downloaded anes v0.1.6 |
1519 | 2024-10-30T18:49:58.659Z | Downloaded nested v0.1.1 |
1520 | 2024-10-30T18:49:58.662Z | Downloaded pathdiff v0.2.2 |
1521 | 2024-10-30T18:49:58.662Z | Downloaded async-object-pool v0.1.5 |
1522 | 2024-10-30T18:49:58.664Z | Downloaded event-listener v2.5.3 |
1523 | 2024-10-30T18:49:58.667Z | Downloaded proc-macro-crate v3.2.0 |
1524 | 2024-10-30T18:49:58.669Z | Downloaded threadpool v1.8.1 |
1525 | 2024-10-30T18:49:58.669Z | Downloaded blocking v1.6.1 |
1526 | 2024-10-30T18:49:58.672Z | Downloaded event-listener-strategy v0.5.2 |
1527 | 2024-10-30T18:49:58.672Z | Downloaded indoc v2.0.5 |
1528 | 2024-10-30T18:49:58.674Z | Downloaded concurrent-queue v2.5.0 |
1529 | 2024-10-30T18:49:58.676Z | Downloaded parking v2.2.1 |
1530 | 2024-10-30T18:49:58.678Z | Downloaded datatest-stable v0.2.9 |
1531 | 2024-10-30T18:49:58.682Z | Downloaded futures-timer v3.0.3 |
1532 | 2024-10-30T18:49:58.685Z | Downloaded async-channel v1.9.0 |
1533 | 2024-10-30T18:49:58.685Z | Downloaded assert-json-diff v2.0.2 |
1534 | 2024-10-30T18:49:58.688Z | Downloaded stringmetrics v2.2.2 |
1535 | 2024-10-30T18:49:58.692Z | Downloaded rstest v0.23.0 |
1536 | 2024-10-30T18:49:58.694Z | Downloaded trybuild v1.0.100 |
1537 | 2024-10-30T18:49:58.697Z | Downloaded rustls-native-certs v0.7.3 |
1538 | 2024-10-30T18:49:58.699Z | Downloaded async-io v2.3.4 |
1539 | 2024-10-30T18:49:58.702Z | Downloaded async-executor v1.13.1 |
1540 | 2024-10-30T18:49:58.704Z | Downloaded assert_cmd v2.0.16 |
1541 | 2024-10-30T18:49:58.707Z | Downloaded polling v3.7.3 |
1542 | 2024-10-30T18:49:58.709Z | Downloaded plotters v0.3.7 |
1543 | 2024-10-30T18:49:58.733Z | Downloaded plotters-svg v0.3.7 |
1544 | 2024-10-30T18:49:58.735Z | Downloaded guppy-workspace-hack v0.1.0 |
1545 | 2024-10-30T18:49:58.735Z | Downloaded doc-comment v0.3.3 |
1546 | 2024-10-30T18:49:58.740Z | Downloaded escape8259 v0.5.3 |
1547 | 2024-10-30T18:49:58.742Z | Downloaded piper v0.2.4 |
1548 | 2024-10-30T18:49:58.744Z | Downloaded kv-log-macro v1.0.7 |
1549 | 2024-10-30T18:49:58.744Z | Downloaded criterion-plot v0.5.0 |
1550 | 2024-10-30T18:49:58.748Z | Downloaded num_cpus v1.16.0 |
1551 | 2024-10-30T18:49:58.751Z | Downloaded path-tree v0.8.1 |
1552 | 2024-10-30T18:49:58.754Z | Downloaded oorandom v11.1.4 |
1553 | 2024-10-30T18:49:58.757Z | Downloaded cast v0.3.0 |
1554 | 2024-10-30T18:49:58.757Z | Downloaded relative-path v1.9.3 |
1555 | 2024-10-30T18:49:58.759Z | Downloaded async-signal v0.2.10 |
1556 | 2024-10-30T18:49:58.762Z | Downloaded serde_regex v1.1.0 |
1557 | 2024-10-30T18:49:58.764Z | Downloaded target-spec v3.2.2 |
1558 | 2024-10-30T18:49:58.766Z | Downloaded futures-lite v2.3.0 |
1559 | 2024-10-30T18:49:58.766Z | Downloaded plotters-backend v0.3.7 |
1560 | 2024-10-30T18:49:58.770Z | Downloaded similar-asserts v1.6.0 |
1561 | 2024-10-30T18:49:58.773Z | Downloaded async-lock v3.4.0 |
1562 | 2024-10-30T18:49:58.773Z | Downloaded async-task v4.7.1 |
1563 | 2024-10-30T18:49:58.775Z | Downloaded httptest v0.16.1 |
1564 | 2024-10-30T18:49:58.778Z | Downloaded tinytemplate v1.2.1 |
1565 | 2024-10-30T18:49:58.780Z | Downloaded rust-argon2 v2.1.0 |
1566 | 2024-10-30T18:49:58.780Z | Downloaded partial-io v0.5.4 |
1567 | 2024-10-30T18:49:58.782Z | Downloaded libtest-mimic v0.7.3 |
1568 | 2024-10-30T18:49:58.784Z | Downloaded hyper-rustls v0.26.0 |
1569 | 2024-10-30T18:49:58.786Z | Downloaded target-lexicon v0.12.16 |
1570 | 2024-10-30T18:49:58.789Z | Downloaded event-listener v5.3.1 |
1571 | 2024-10-30T18:49:58.791Z | Downloaded blake2b_simd v1.0.2 |
1572 | 2024-10-30T18:49:58.793Z | Downloaded async-process v2.3.0 |
1573 | 2024-10-30T18:49:58.795Z | Downloaded rand_distr v0.4.3 |
1574 | 2024-10-30T18:49:58.798Z | Downloaded cfg-expr v0.17.0 |
1575 | 2024-10-30T18:49:58.800Z | Downloaded yansi v1.0.1 |
1576 | 2024-10-30T18:49:58.803Z | Downloaded rstest_macros v0.23.0 |
1577 | 2024-10-30T18:49:58.805Z | Downloaded pretty_assertions v1.4.1 |
1578 | 2024-10-30T18:49:58.807Z | Downloaded fancy-regex v0.13.0 |
1579 | 2024-10-30T18:49:58.810Z | Downloaded criterion v0.5.1 |
1580 | 2024-10-30T18:49:58.816Z | Downloaded async-std v1.13.0 |
1581 | 2024-10-30T18:49:58.835Z | Downloaded guppy v0.17.8 |
1582 | 2024-10-30T18:49:58.879Z | Downloaded httpmock v0.8.0-alpha.1 |
1583 | 2024-10-30T18:49:59.591Z | Checking cfg-if v1.0.0 |
1584 | 2024-10-30T18:49:59.664Z | Checking libc v0.2.161 |
1585 | 2024-10-30T18:49:59.684Z | Checking serde v1.0.210 |
1586 | 2024-10-30T18:49:59.700Z | Checking memchr v2.7.4 |
1587 | 2024-10-30T18:49:59.726Z | Checking value-bag v1.9.0 |
1588 | 2024-10-30T18:49:59.726Z | Checking scopeguard v1.2.0 |
1589 | 2024-10-30T18:49:59.761Z | Checking itoa v1.0.11 |
1590 | 2024-10-30T18:49:59.764Z | Checking zeroize v1.8.1 |
1591 | 2024-10-30T18:49:59.808Z | Checking smallvec v1.13.2 |
1592 | 2024-10-30T18:49:59.883Z | Checking lock_api v0.4.12 |
1593 | 2024-10-30T18:49:59.979Z | Checking pin-project-lite v0.2.14 |
1594 | 2024-10-30T18:50:00.055Z | Checking byteorder v1.5.0 |
1595 | 2024-10-30T18:50:00.104Z | Checking subtle v2.6.1 |
1596 | 2024-10-30T18:50:00.126Z | Checking log v0.4.22 |
1597 | 2024-10-30T18:50:00.170Z | Checking once_cell v1.20.2 |
1598 | 2024-10-30T18:50:00.298Z | Checking typenum v1.17.0 |
1599 | 2024-10-30T18:50:00.385Z | Checking futures-core v0.3.31 |
1600 | 2024-10-30T18:50:00.465Z | Checking libm v0.2.8 |
1601 | 2024-10-30T18:50:00.492Z | Checking zerocopy v0.7.35 |
1602 | 2024-10-30T18:50:00.527Z | Checking thiserror v1.0.64 |
1603 | 2024-10-30T18:50:00.565Z | Checking ryu v1.0.18 |
1604 | 2024-10-30T18:50:00.656Z | Checking spin v0.9.8 |
1605 | 2024-10-30T18:50:00.687Z | Checking const-oid v0.9.6 |
1606 | 2024-10-30T18:50:00.712Z | Checking getrandom v0.2.15 |
1607 | 2024-10-30T18:50:00.796Z | Checking signal-hook-registry v1.4.2 |
1608 | 2024-10-30T18:50:00.936Z | Checking rand_core v0.6.4 |
1609 | 2024-10-30T18:50:01.010Z | Checking parking_lot_core v0.9.10 |
1610 | 2024-10-30T18:50:01.050Z | Checking mio v1.0.2 |
1611 | 2024-10-30T18:50:01.252Z | Checking socket2 v0.5.7 |
1612 | 2024-10-30T18:50:01.338Z | Checking parking_lot v0.12.3 |
1613 | 2024-10-30T18:50:01.409Z | Checking num-traits v0.2.19 |
1614 | 2024-10-30T18:50:01.615Z | Checking generic-array v0.14.7 |
1615 | 2024-10-30T18:50:01.659Z | Checking futures-io v0.3.31 |
1616 | 2024-10-30T18:50:01.693Z | Checking slab v0.4.9 |
1617 | 2024-10-30T18:50:01.743Z | Checking allocator-api2 v0.2.18 |
1618 | 2024-10-30T18:50:01.855Z | Checking futures-sink v0.3.31 |
1619 | 2024-10-30T18:50:01.893Z | Checking cpufeatures v0.2.14 |
1620 | 2024-10-30T18:50:01.958Z | Checking pin-utils v0.1.0 |
1621 | 2024-10-30T18:50:02.001Z | Checking futures-channel v0.3.31 |
1622 | 2024-10-30T18:50:02.025Z | Checking equivalent v1.0.1 |
1623 | 2024-10-30T18:50:02.058Z | Checking futures-task v0.3.31 |
1624 | 2024-10-30T18:50:02.139Z | Checking foldhash v0.1.3 |
1625 | 2024-10-30T18:50:02.309Z | Checking fnv v1.0.7 |
1626 | 2024-10-30T18:50:02.353Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1627 | 2024-10-30T18:50:02.380Z | Checking futures-util v0.3.31 |
1628 | 2024-10-30T18:50:02.404Z | Checking hashbrown v0.15.0 |
1629 | 2024-10-30T18:50:02.448Z | Checking tracing-core v0.1.32 |
1630 | 2024-10-30T18:50:02.472Z | Checking iana-time-zone v0.1.61 |
1631 | 2024-10-30T18:50:02.621Z | Checking ppv-lite86 v0.2.20 |
1632 | 2024-10-30T18:50:02.705Z | Checking errno v0.3.9 |
1633 | 2024-10-30T18:50:02.756Z | Checking crypto-common v0.1.6 |
1634 | 2024-10-30T18:50:02.897Z | Checking block-buffer v0.10.4 |
1635 | 2024-10-30T18:50:02.972Z | Checking tinyvec_macros v0.1.1 |
1636 | 2024-10-30T18:50:03.083Z | Checking tinyvec v1.8.0 |
1637 | 2024-10-30T18:50:03.112Z | Checking tracing v0.1.40 |
1638 | 2024-10-30T18:50:03.137Z | Checking digest v0.10.7 |
1639 | 2024-10-30T18:50:03.164Z | Checking unicode-bidi v0.3.17 |
1640 | 2024-10-30T18:50:03.450Z | Checking rand_chacha v0.3.1 |
1641 | 2024-10-30T18:50:03.475Z | Checking block-padding v0.3.3 |
1642 | 2024-10-30T18:50:03.511Z | Checking dyn-clone v1.0.17 |
1643 | 2024-10-30T18:50:03.583Z | Checking percent-encoding v2.3.1 |
1644 | 2024-10-30T18:50:03.658Z | Checking crossbeam-utils v0.8.20 |
1645 | 2024-10-30T18:50:03.688Z | Checking inout v0.1.3 |
1646 | 2024-10-30T18:50:03.793Z | Checking httparse v1.9.5 |
1647 | 2024-10-30T18:50:03.817Z | Checking form_urlencoded v1.2.1 |
1648 | 2024-10-30T18:50:03.851Z | Checking rand v0.8.5 |
1649 | 2024-10-30T18:50:03.913Z | Checking cipher v0.4.4 |
1650 | 2024-10-30T18:50:04.015Z | Checking base64ct v1.6.0 |
1651 | 2024-10-30T18:50:04.237Z | Checking regex-syntax v0.8.5 |
1652 | 2024-10-30T18:50:04.307Z | Checking hmac v0.12.1 |
1653 | 2024-10-30T18:50:04.349Z | Checking sha2 v0.10.8 |
1654 | 2024-10-30T18:50:04.413Z | Checking unicode-normalization v0.1.24 |
1655 | 2024-10-30T18:50:04.466Z | Checking aho-corasick v1.1.3 |
1656 | 2024-10-30T18:50:04.502Z | Checking untrusted v0.9.0 |
1657 | 2024-10-30T18:50:04.596Z | Checking bytes v1.7.2 |
1658 | 2024-10-30T18:50:04.660Z | Checking bitflags v2.6.0 |
1659 | 2024-10-30T18:50:04.899Z | Checking serde_json v1.0.128 |
1660 | 2024-10-30T18:50:04.966Z | Checking indexmap v2.6.0 |
1661 | 2024-10-30T18:50:05.117Z | Checking chrono v0.4.38 |
1662 | 2024-10-30T18:50:05.310Z | Checking rustix v0.38.37 |
1663 | 2024-10-30T18:50:05.422Z | Checking tokio v1.40.0 |
1664 | 2024-10-30T18:50:06.073Z | Checking uuid v1.10.0 |
1665 | 2024-10-30T18:50:06.237Z | Checking http v1.1.0 |
1666 | 2024-10-30T18:50:06.504Z | Checking atomic-waker v1.1.2 |
1667 | 2024-10-30T18:50:06.649Z | Checking ring v0.17.8 |
1668 | 2024-10-30T18:50:06.700Z | Checking lazy_static v1.5.0 |
1669 | 2024-10-30T18:50:06.833Z | Checking unicode-ident v1.0.13 |
1670 | 2024-10-30T18:50:07.004Z | Checking idna v0.5.0 |
1671 | 2024-10-30T18:50:07.309Z | Checking schemars v0.8.21 |
1672 | 2024-10-30T18:50:07.406Z | Checking adler2 v2.0.0 |
1673 | 2024-10-30T18:50:07.820Z | Checking regex-automata v0.4.8 |
1674 | 2024-10-30T18:50:07.827Z | Checking miniz_oxide v0.8.0 |
1675 | 2024-10-30T18:50:07.827Z | Checking pem-rfc7468 v0.7.0 |
1676 | 2024-10-30T18:50:07.879Z | Checking powerfmt v0.2.0 |
1677 | 2024-10-30T18:50:07.906Z | Checking url v2.5.2 |
1678 | 2024-10-30T18:50:08.155Z | Checking httpdate v1.0.3 |
1679 | 2024-10-30T18:50:08.332Z | Checking try-lock v0.2.5 |
1680 | 2024-10-30T18:50:08.383Z | Checking deranged v0.3.11 |
1681 | 2024-10-30T18:50:08.386Z | Checking proc-macro2 v1.0.87 |
1682 | 2024-10-30T18:50:08.458Z | Checking want v0.3.1 |
1683 | 2024-10-30T18:50:08.642Z | Checking time-core v0.1.2 |
1684 | 2024-10-30T18:50:08.692Z | Checking num_threads v0.1.7 |
1685 | 2024-10-30T18:50:08.694Z | Checking num-conv v0.1.0 |
1686 | 2024-10-30T18:50:08.791Z | Checking rustls-pki-types v1.9.0 |
1687 | 2024-10-30T18:50:08.818Z | Checking base64 v0.22.1 |
1688 | 2024-10-30T18:50:08.979Z | Checking flagset v0.4.6 |
1689 | 2024-10-30T18:50:09.006Z | Checking http-body v1.0.1 |
1690 | 2024-10-30T18:50:09.054Z | Checking quote v1.0.37 |
1691 | 2024-10-30T18:50:09.173Z | Checking der v0.7.9 |
1692 | 2024-10-30T18:50:09.215Z | Checking pbkdf2 v0.12.2 |
1693 | 2024-10-30T18:50:09.292Z | Checking aes v0.8.4 |
1694 | 2024-10-30T18:50:09.373Z | Checking tower-service v0.3.3 |
1695 | 2024-10-30T18:50:09.399Z | Checking cbc v0.1.2 |
1696 | 2024-10-30T18:50:09.401Z | Checking syn v2.0.79 |
1697 | 2024-10-30T18:50:09.501Z | Checking salsa20 v0.10.2 |
1698 | 2024-10-30T18:50:09.636Z | Checking ahash v0.8.11 |
1699 | 2024-10-30T18:50:09.738Z | Checking scrypt v0.11.0 |
1700 | 2024-10-30T18:50:09.974Z | Checking rustls-webpki v0.102.8 |
1701 | 2024-10-30T18:50:10.179Z | Checking slog v2.7.0 |
1702 | 2024-10-30T18:50:10.212Z | Checking time v0.3.36 |
1703 | 2024-10-30T18:50:10.238Z | Checking mime v0.3.17 |
1704 | 2024-10-30T18:50:10.561Z | Checking gimli v0.31.1 |
1705 | 2024-10-30T18:50:10.648Z | Checking object v0.36.5 |
1706 | 2024-10-30T18:50:10.756Z | Checking ipnet v2.10.1 |
1707 | 2024-10-30T18:50:11.045Z | Checking spki v0.7.3 |
1708 | 2024-10-30T18:50:11.257Z | Checking utf8parse v0.2.2 |
1709 | 2024-10-30T18:50:11.347Z | Checking pkcs5 v0.7.1 |
1710 | 2024-10-30T18:50:11.406Z | Checking rustc-demangle v0.1.24 |
1711 | 2024-10-30T18:50:11.840Z | Checking pkcs8 v0.10.2 |
1712 | 2024-10-30T18:50:11.865Z | Checking data-encoding v2.6.0 |
1713 | 2024-10-30T18:50:12.172Z | Checking unicode-width v0.1.14 |
1714 | 2024-10-30T18:50:12.219Z | Checking regex v1.11.0 |
1715 | 2024-10-30T18:50:12.508Z | Checking tokio-util v0.7.12 |
1716 | 2024-10-30T18:50:12.576Z | Checking futures-executor v0.3.31 |
1717 | 2024-10-30T18:50:12.629Z | Checking toml_datetime v0.6.8 |
1718 | 2024-10-30T18:50:12.675Z | Checking serde_spanned v0.6.8 |
1719 | 2024-10-30T18:50:12.830Z | Checking anstyle v1.0.8 |
1720 | 2024-10-30T18:50:12.859Z | Checking futures v0.3.31 |
1721 | 2024-10-30T18:50:12.891Z | Checking http-body-util v0.1.2 |
1722 | 2024-10-30T18:50:12.931Z | Checking serde_urlencoded v0.7.1 |
1723 | 2024-10-30T18:50:12.982Z | Checking encoding_rs v0.8.34 |
1724 | 2024-10-30T18:50:13.190Z | Checking foreign-types-shared v0.1.1 |
1725 | 2024-10-30T18:50:13.313Z | Checking openssl-probe v0.1.5 |
1726 | 2024-10-30T18:50:13.370Z | Checking foreign-types v0.3.2 |
1727 | 2024-10-30T18:50:13.373Z | Checking rustls-pemfile v2.2.0 |
1728 | 2024-10-30T18:50:13.416Z | Checking h2 v0.4.6 |
1729 | 2024-10-30T18:50:13.471Z | Checking semver v1.0.23 |
1730 | 2024-10-30T18:50:13.473Z | Checking sha1 v0.10.6 |
1731 | 2024-10-30T18:50:13.591Z | Checking openssl-sys v0.9.103 |
1732 | 2024-10-30T18:50:13.756Z | Checking anstyle-parse v0.2.5 |
1733 | 2024-10-30T18:50:13.921Z | Checking colorchoice v1.0.2 |
1734 | 2024-10-30T18:50:14.018Z | Checking anstyle-query v1.1.1 |
1735 | 2024-10-30T18:50:14.066Z | Checking is_terminal_polyfill v1.70.1 |
1736 | 2024-10-30T18:50:14.146Z | Checking rustls v0.23.14 |
1737 | 2024-10-30T18:50:14.192Z | Checking anstream v0.6.15 |
1738 | 2024-10-30T18:50:14.575Z | Checking terminal_size v0.4.0 |
1739 | 2024-10-30T18:50:14.658Z | Checking addr2line v0.24.2 |
1740 | 2024-10-30T18:50:14.740Z | Checking camino v1.1.9 |
1741 | 2024-10-30T18:50:14.886Z | Checking openssl v0.10.66 |
1742 | 2024-10-30T18:50:15.168Z | Checking signature v2.2.0 |
1743 | 2024-10-30T18:50:15.267Z | Checking either v1.13.0 |
1744 | 2024-10-30T18:50:15.293Z | Checking strsim v0.11.1 |
1745 | 2024-10-30T18:50:15.380Z | Checking winnow v0.6.20 |
1746 | 2024-10-30T18:50:15.595Z | Checking clap_lex v0.7.2 |
1747 | 2024-10-30T18:50:15.631Z | Checking openapiv3 v2.0.0 |
1748 | 2024-10-30T18:50:15.674Z | Checking idna v0.3.0 |
1749 | 2024-10-30T18:50:15.856Z | Checking clap_builder v4.5.20 |
1750 | 2024-10-30T18:50:16.541Z | Checking psl-types v2.0.11 |
1751 | 2024-10-30T18:50:16.743Z | Checking publicsuffix v2.2.3 |
1752 | 2024-10-30T18:50:17.004Z | Checking cookie v0.18.1 |
1753 | 2024-10-30T18:50:17.079Z | Checking backtrace v0.3.74 |
1754 | 2024-10-30T18:50:17.502Z | Checking webpki-roots v0.26.6 |
1755 | 2024-10-30T18:50:17.686Z | Checking anyhow v1.0.89 |
1756 | 2024-10-30T18:50:17.734Z | Checking is-terminal v0.4.13 |
1757 | 2024-10-30T18:50:17.875Z | Checking scroll v0.12.0 |
1758 | 2024-10-30T18:50:18.091Z | Checking ucd-trie v0.1.7 |
1759 | 2024-10-30T18:50:18.289Z | Checking plain v0.2.3 |
1760 | 2024-10-30T18:50:18.316Z | Checking base16ct v0.2.0 |
1761 | 2024-10-30T18:50:18.339Z | Checking pest v2.7.14 |
1762 | 2024-10-30T18:50:18.454Z | Checking goblin v0.8.2 |
1763 | 2024-10-30T18:50:18.506Z | Checking sec1 v0.7.3 |
1764 | 2024-10-30T18:50:18.872Z | Checking cookie_store v0.21.0 |
1765 | 2024-10-30T18:50:18.898Z | Checking clap v4.5.20 |
1766 | 2024-10-30T18:50:19.021Z | Checking num-integer v0.1.46 |
1767 | 2024-10-30T18:50:19.056Z | Checking ff v0.13.0 |
1768 | 2024-10-30T18:50:19.170Z | Checking tokio-rustls v0.26.0 |
1769 | 2024-10-30T18:50:19.288Z | Checking sync_wrapper v1.0.1 |
1770 | 2024-10-30T18:50:19.438Z | Checking pretty-hex v0.4.1 |
1771 | 2024-10-30T18:50:19.494Z | Checking group v0.13.0 |
1772 | 2024-10-30T18:50:19.496Z | Checking hkdf v0.12.4 |
1773 | 2024-10-30T18:50:19.550Z | Checking hyper v1.4.1 |
1774 | 2024-10-30T18:50:19.581Z | Checking crypto-bigint v0.5.5 |
1775 | 2024-10-30T18:50:19.613Z | Checking thread-id v4.2.2 |
1776 | 2024-10-30T18:50:19.724Z | Checking static_assertions v1.1.0 |
1777 | 2024-10-30T18:50:19.726Z | Checking bitflags v1.3.2 |
1778 | 2024-10-30T18:50:19.771Z | Checking utf-8 v0.7.6 |
1779 | 2024-10-30T18:50:19.825Z | Checking toml_edit v0.22.22 |
1780 | 2024-10-30T18:50:19.858Z | Checking memmap v0.7.0 |
1781 | 2024-10-30T18:50:19.967Z | Checking dirs-sys-next v0.1.2 |
1782 | 2024-10-30T18:50:20.066Z | Checking stable_deref_trait v1.2.0 |
1783 | 2024-10-30T18:50:20.164Z | Checking unicode-segmentation v1.12.0 |
1784 | 2024-10-30T18:50:20.189Z | Checking dirs-next v2.0.0 |
1785 | 2024-10-30T18:50:20.331Z | Checking num-iter v0.1.45 |
1786 | 2024-10-30T18:50:20.410Z | Checking native-tls v0.2.12 |
1787 | 2024-10-30T18:50:20.509Z | Checking crossbeam-epoch v0.9.18 |
1788 | 2024-10-30T18:50:20.715Z | Checking tokio-native-tls v0.3.1 |
1789 | 2024-10-30T18:50:20.819Z | Checking dtrace-parser v0.2.0 |
1790 | 2024-10-30T18:50:20.846Z | Checking crossbeam-channel v0.5.13 |
1791 | 2024-10-30T18:50:20.946Z | Checking thread_local v1.1.8 |
1792 | 2024-10-30T18:50:20.972Z | Checking crc32fast v1.4.2 |
1793 | 2024-10-30T18:50:21.214Z | Checking term v0.7.0 |
1794 | 2024-10-30T18:50:21.244Z | Checking bstr v1.10.0 |
1795 | 2024-10-30T18:50:21.309Z | Checking hex v0.4.3 |
1796 | 2024-10-30T18:50:21.565Z | Checking rfc6979 v0.4.0 |
1797 | 2024-10-30T18:50:21.607Z | Checking hyper-util v0.1.9 |
1798 | 2024-10-30T18:50:21.634Z | Checking take_mut v0.2.2 |
1799 | 2024-10-30T18:50:21.759Z | Checking managed v0.8.0 |
1800 | 2024-10-30T18:50:21.788Z | Checking winnow v0.5.40 |
1801 | 2024-10-30T18:50:21.831Z | Checking match_cfg v0.1.0 |
1802 | 2024-10-30T18:50:21.937Z | Checking hostname v0.3.1 |
1803 | 2024-10-30T18:50:22.081Z | Checking slog-async v2.8.0 |
1804 | 2024-10-30T18:50:22.139Z | Checking slog-term v2.9.1 |
1805 | 2024-10-30T18:50:22.169Z | Checking crossbeam-deque v0.8.5 |
1806 | 2024-10-30T18:50:22.371Z | Checking num-bigint-dig v0.8.4 |
1807 | 2024-10-30T18:50:22.399Z | Checking elliptic-curve v0.13.8 |
1808 | 2024-10-30T18:50:22.454Z | Checking pkcs1 v0.7.5 |
1809 | 2024-10-30T18:50:22.481Z | Checking toml v0.8.19 |
1810 | 2024-10-30T18:50:22.599Z | Checking curve25519-dalek v4.1.3 |
1811 | 2024-10-30T18:50:22.893Z | Checking zerocopy v0.6.6 |
1812 | 2024-10-30T18:50:23.072Z | Checking ecdsa v0.16.9 |
1813 | 2024-10-30T18:50:23.258Z | Checking siphasher v0.3.11 |
1814 | 2024-10-30T18:50:23.544Z | Checking dof v0.3.0 |
1815 | 2024-10-30T18:50:23.581Z | Checking rayon-core v1.12.1 |
1816 | 2024-10-30T18:50:23.670Z | Checking flate2 v1.0.34 |
1817 | 2024-10-30T18:50:23.692Z | Checking hyper-rustls v0.27.3 |
1818 | 2024-10-30T18:50:23.794Z | Checking hyper-tls v0.6.0 |
1819 | 2024-10-30T18:50:24.034Z | Checking ed25519 v2.2.3 |
1820 | 2024-10-30T18:50:24.080Z | Checking reqwest v0.12.8 |
1821 | 2024-10-30T18:50:24.164Z | Checking usdt-impl v0.5.0 |
1822 | 2024-10-30T18:50:24.282Z | Checking rustls v0.22.4 |
1823 | 2024-10-30T18:50:24.328Z | Checking signal-hook v0.3.17 |
1824 | 2024-10-30T18:50:24.354Z | Checking quick-error v1.2.3 |
1825 | 2024-10-30T18:50:24.490Z | Checking itertools v0.10.5 |
1826 | 2024-10-30T18:50:24.518Z | Checking rsa v0.9.6 |
1827 | 2024-10-30T18:50:24.544Z | Checking ed25519-dalek v2.1.1 |
1828 | 2024-10-30T18:50:24.652Z | Checking slog-json v2.6.1 |
1829 | 2024-10-30T18:50:24.678Z | Checking usdt v0.5.0 |
1830 | 2024-10-30T18:50:24.830Z | Checking toml_edit v0.19.15 |
1831 | 2024-10-30T18:50:24.902Z | Checking x509-cert v0.2.5 |
1832 | 2024-10-30T18:50:24.942Z | Checking idna v0.4.0 |
1833 | 2024-10-30T18:50:24.945Z | Checking hubpack v0.1.2 |
1834 | 2024-10-30T18:50:25.280Z | Checking debug-ignore v1.0.5 |
1835 | 2024-10-30T18:50:25.433Z | Checking bit-vec v0.6.3 |
1836 | 2024-10-30T18:50:25.548Z | Checking slog-bunyan v2.5.0 |
1837 | 2024-10-30T18:50:25.728Z | Checking signal-hook-mio v0.2.4 |
1838 | 2024-10-30T18:50:25.784Z | Checking bit-set v0.5.3 |
1839 | 2024-10-30T18:50:25.822Z | Checking hickory-proto v0.24.1 |
1840 | 2024-10-30T18:50:25.824Z | Checking multer v3.1.0 |
1841 | 2024-10-30T18:50:25.870Z | Checking console v0.15.8 |
1842 | 2024-10-30T18:50:26.034Z | Checking waitgroup v0.1.2 |
1843 | 2024-10-30T18:50:26.181Z | Checking serde_path_to_error v0.1.16 |
1844 | 2024-10-30T18:50:26.248Z | Checking async-stream v0.3.6 |
1845 | 2024-10-30T18:50:26.435Z | Checking hostname v0.4.0 |
1846 | 2024-10-30T18:50:26.464Z | Checking hash32 v0.2.1 |
1847 | 2024-10-30T18:50:26.466Z | Checking predicates-core v1.0.8 |
1848 | 2024-10-30T18:50:26.570Z | Checking unicode-properties v0.1.3 |
1849 | 2024-10-30T18:50:26.680Z | Checking linked-hash-map v0.5.6 |
1850 | 2024-10-30T18:50:26.751Z | Checking heapless v0.7.17 |
1851 | 2024-10-30T18:50:26.781Z | Checking crossterm v0.28.1 |
1852 | 2024-10-30T18:50:26.783Z | Checking rayon v1.10.0 |
1853 | 2024-10-30T18:50:26.942Z | Checking stringprep v0.1.5 |
1854 | 2024-10-30T18:50:26.997Z | Checking lru-cache v0.1.2 |
1855 | 2024-10-30T18:50:27.191Z | Checking phf_shared v0.11.2 |
1856 | 2024-10-30T18:50:27.220Z | Checking toml v0.7.8 |
1857 | 2024-10-30T18:50:27.254Z | Checking similar v2.6.0 |
1858 | 2024-10-30T18:50:27.464Z | Checking tokio-stream v0.1.16 |
1859 | 2024-10-30T18:50:27.806Z | Checking md-5 v0.10.6 |
1860 | 2024-10-30T18:50:27.972Z | Checking float-cmp v0.9.0 |
1861 | 2024-10-30T18:50:28.029Z | Checking tokio-rustls v0.25.0 |
1862 | 2024-10-30T18:50:28.063Z | Checking normalize-line-endings v0.3.0 |
1863 | 2024-10-30T18:50:28.105Z | Checking fallible-iterator v0.2.0 |
1864 | 2024-10-30T18:50:28.161Z | Checking difflib v0.4.0 |
1865 | 2024-10-30T18:50:28.191Z | Checking fixedbitset v0.4.2 |
1866 | 2024-10-30T18:50:28.392Z | Checking smoltcp v0.9.1 |
1867 | 2024-10-30T18:50:28.420Z | Checking dropshot v0.12.0 |
1868 | 2024-10-30T18:50:28.465Z | Checking petgraph v0.6.5 |
1869 | 2024-10-30T18:50:28.492Z | Checking predicates v3.1.2 |
1870 | 2024-10-30T18:50:28.605Z | Checking phf v0.11.2 |
1871 | 2024-10-30T18:50:28.726Z | Checking postgres-protocol v0.6.7 |
1872 | 2024-10-30T18:50:28.884Z | Checking resolv-conf v0.7.0 |
1873 | 2024-10-30T18:50:29.155Z | Checking phf_shared v0.10.0 |
1874 | 2024-10-30T18:50:29.226Z | Checking tungstenite v0.24.0 |
1875 | 2024-10-30T18:50:29.432Z | Checking fs-err v2.11.0 |
1876 | 2024-10-30T18:50:29.434Z | Checking serde-big-array v0.5.1 |
1877 | 2024-10-30T18:50:29.680Z | Checking portable-atomic v1.9.0 |
1878 | 2024-10-30T18:50:29.881Z | Checking lalrpop-util v0.19.12 |
1879 | 2024-10-30T18:50:29.980Z | Checking new_debug_unreachable v1.0.6 |
1880 | 2024-10-30T18:50:30.086Z | Checking minimal-lexical v0.2.1 |
1881 | 2024-10-30T18:50:30.122Z | Checking precomputed-hash v0.1.1 |
1882 | 2024-10-30T18:50:30.169Z | Checking number_prefix v0.4.0 |
1883 | 2024-10-30T18:50:30.239Z | Checking string_cache v0.8.7 |
1884 | 2024-10-30T18:50:30.373Z | Checking tokio-tungstenite v0.24.0 |
1885 | 2024-10-30T18:50:30.476Z | Checking nom v7.1.3 |
1886 | 2024-10-30T18:50:30.534Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1887 | 2024-10-30T18:50:30.614Z | Checking postgres-types v0.2.8 |
1888 | 2024-10-30T18:50:30.641Z | Checking hickory-resolver v0.24.1 |
1889 | 2024-10-30T18:50:30.712Z | Checking indicatif v0.17.8 |
1890 | 2024-10-30T18:50:30.808Z | Checking itertools v0.12.1 |
1891 | 2024-10-30T18:50:31.365Z | Checking whoami v1.5.2 |
1892 | 2024-10-30T18:50:31.457Z | Checking peg-runtime v0.8.3 |
1893 | 2024-10-30T18:50:31.663Z | Checking tokio-postgres v0.7.12 |
1894 | 2024-10-30T18:50:31.762Z | Compiling hashbrown v0.14.5 |
1895 | 2024-10-30T18:50:31.811Z | Compiling ident_case v1.0.1 |
1896 | 2024-10-30T18:50:32.010Z | Compiling unsafe-libyaml v0.2.11 |
1897 | 2024-10-30T18:50:32.231Z | Compiling darling_core v0.20.10 |
1898 | 2024-10-30T18:50:32.275Z | Checking qorb v0.1.2 |
1899 | 2024-10-30T18:50:33.150Z | Compiling regress v0.10.1 |
1900 | 2024-10-30T18:50:33.324Z | Compiling serde_yaml v0.9.34+deprecated |
1901 | 2024-10-30T18:50:33.998Z | Checking heck v0.5.0 |
1902 | 2024-10-30T18:50:34.209Z | Checking progenitor-client v0.8.0 |
1903 | 2024-10-30T18:50:34.558Z | Checking fastrand v2.1.1 |
1904 | 2024-10-30T18:50:34.669Z | Compiling newtype-uuid v1.1.2 |
1905 | 2024-10-30T18:50:34.793Z | Checking ipnetwork v0.20.0 |
1906 | 2024-10-30T18:50:34.877Z | Compiling structmeta-derive v0.3.0 |
1907 | 2024-10-30T18:50:35.021Z | Checking strum v0.26.3 |
1908 | 2024-10-30T18:50:35.149Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1909 | 2024-10-30T18:50:35.437Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1910 | 2024-10-30T18:50:35.776Z | Checking tempfile v3.13.0 |
1911 | 2024-10-30T18:50:35.952Z | Checking instant v0.1.13 |
1912 | 2024-10-30T18:50:35.991Z | Checking regress v0.9.1 |
1913 | 2024-10-30T18:50:36.079Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1914 | 2024-10-30T18:50:36.160Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1915 | 2024-10-30T18:50:36.456Z | Checking macaddr v1.0.1 |
1916 | 2024-10-30T18:50:36.808Z | Compiling typify-impl v0.2.0 |
1917 | 2024-10-30T18:50:36.895Z | Checking backoff v0.4.0 |
1918 | 2024-10-30T18:50:37.213Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1919 | 2024-10-30T18:50:37.355Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1920 | 2024-10-30T18:50:37.379Z | Checking wait-timeout v0.2.0 |
1921 | 2024-10-30T18:50:37.505Z | Checking rand_xorshift v0.3.0 |
1922 | 2024-10-30T18:50:37.553Z | Checking rusty-fork v0.3.0 |
1923 | 2024-10-30T18:50:37.694Z | Compiling structmeta-derive v0.2.0 |
1924 | 2024-10-30T18:50:37.842Z | Checking unarray v0.1.4 |
1925 | 2024-10-30T18:50:37.944Z | Compiling structmeta v0.3.0 |
1926 | 2024-10-30T18:50:38.011Z | Checking proptest v1.5.0 |
1927 | 2024-10-30T18:50:38.150Z | Checking camino-tempfile v1.1.1 |
1928 | 2024-10-30T18:50:38.410Z | Compiling parse-display-derive v0.10.0 |
1929 | 2024-10-30T18:50:38.453Z | Compiling proc-macro-error v1.0.4 |
1930 | 2024-10-30T18:50:39.174Z | Compiling proc-macro-crate v1.3.1 |
1931 | 2024-10-30T18:50:39.290Z | Compiling darling_macro v0.20.10 |
1932 | 2024-10-30T18:50:39.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1933 | 2024-10-30T18:50:39.968Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1934 | 2024-10-30T18:50:40.296Z | Compiling darling v0.20.10 |
1935 | 2024-10-30T18:50:40.321Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-10-30T18:50:40.340Z | Compiling foreign-types-macros v0.2.3 |
1937 | 2024-10-30T18:50:40.421Z | Compiling serde_with_macros v3.11.0 |
1938 | 2024-10-30T18:50:40.613Z | Checking foreign-types-shared v0.3.1 |
1939 | 2024-10-30T18:50:40.683Z | Compiling structmeta v0.2.0 |
1940 | 2024-10-30T18:50:41.072Z | Checking tabwriter v1.4.0 |
1941 | 2024-10-30T18:50:41.115Z | Compiling test-strategy v0.3.1 |
1942 | 2024-10-30T18:50:41.329Z | Checking cstr-argument v0.1.2 |
1943 | 2024-10-30T18:50:41.517Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1944 | 2024-10-30T18:50:41.652Z | Checking foreign-types v0.5.0 |
1945 | 2024-10-30T18:50:41.764Z | Checking pretty-hex v0.2.1 |
1946 | 2024-10-30T18:50:41.938Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1947 | 2024-10-30T18:50:42.241Z | Checking colored v2.1.0 |
1948 | 2024-10-30T18:50:42.413Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1949 | 2024-10-30T18:50:42.537Z | Checking smf v0.2.3 |
1950 | 2024-10-30T18:50:42.579Z | Checking base64 v0.21.7 |
1951 | 2024-10-30T18:50:42.610Z | Compiling crucible-workspace-hack v0.1.0 |
1952 | 2024-10-30T18:50:42.942Z | Checking num_enum v0.5.11 |
1953 | 2024-10-30T18:50:43.001Z | Compiling heapless v0.8.0 |
1954 | 2024-10-30T18:50:43.027Z | Checking parse-display v0.10.0 |
1955 | 2024-10-30T18:50:43.049Z | Checking termtree v0.4.1 |
1956 | 2024-10-30T18:50:43.094Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1957 | 2024-10-30T18:50:43.228Z | Checking hash32 v0.3.1 |
1958 | 2024-10-30T18:50:43.257Z | Checking predicates-tree v1.0.11 |
1959 | 2024-10-30T18:50:43.281Z | Compiling smoltcp v0.11.0 |
1960 | 2024-10-30T18:50:43.305Z | Checking serde_with v3.11.0 |
1961 | 2024-10-30T18:50:43.363Z | Checking cobs v0.2.3 |
1962 | 2024-10-30T18:50:43.419Z | Checking sigpipe v0.1.3 |
1963 | 2024-10-30T18:50:43.421Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1964 | 2024-10-30T18:50:43.547Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1965 | 2024-10-30T18:50:43.572Z | Checking postcard v1.0.10 |
1966 | 2024-10-30T18:50:43.698Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1967 | 2024-10-30T18:50:43.807Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1968 | 2024-10-30T18:50:44.058Z | Compiling mockall_derive v0.13.0 |
1969 | 2024-10-30T18:50:44.135Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1970 | 2024-10-30T18:50:44.159Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1971 | 2024-10-30T18:50:44.458Z | Compiling zone_cfg_derive v0.3.0 |
1972 | 2024-10-30T18:50:44.646Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1973 | 2024-10-30T18:50:45.005Z | Compiling num-derive v0.4.2 |
1974 | 2024-10-30T18:50:45.147Z | Checking downcast v0.11.0 |
1975 | 2024-10-30T18:50:45.354Z | Checking fragile v2.0.0 |
1976 | 2024-10-30T18:50:45.633Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1977 | 2024-10-30T18:50:45.910Z | Checking zone v0.3.0 |
1978 | 2024-10-30T18:50:46.001Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1979 | 2024-10-30T18:50:46.259Z | Checking atomicwrites v0.4.4 |
1980 | 2024-10-30T18:50:46.387Z | Compiling convert_case v0.4.0 |
1981 | 2024-10-30T18:50:46.465Z | Checking tungstenite v0.21.0 |
1982 | 2024-10-30T18:50:46.663Z | Checking newline-converter v0.3.0 |
1983 | 2024-10-30T18:50:46.718Z | Checking itertools v0.13.0 |
1984 | 2024-10-30T18:50:46.817Z | Checking expectorate v1.1.0 |
1985 | 2024-10-30T18:50:46.977Z | Checking same-file v1.0.6 |
1986 | 2024-10-30T18:50:47.160Z | Checking walkdir v2.5.0 |
1987 | 2024-10-30T18:50:47.284Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1988 | 2024-10-30T18:50:47.373Z | Compiling derive_more v0.99.18 |
1989 | 2024-10-30T18:50:47.398Z | Checking tokio-tungstenite v0.21.0 |
1990 | 2024-10-30T18:50:47.454Z | Checking arc-swap v1.7.1 |
1991 | 2024-10-30T18:50:47.729Z | Checking xattr v1.3.1 |
1992 | 2024-10-30T18:50:47.854Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1993 | 2024-10-30T18:50:47.901Z | Checking filetime v0.2.25 |
1994 | 2024-10-30T18:50:47.924Z | Checking slog-scope v4.4.0 |
1995 | 2024-10-30T18:50:47.968Z | Checking swrite v0.1.0 |
1996 | 2024-10-30T18:50:48.106Z | Compiling cancel-safe-futures v0.1.5 |
1997 | 2024-10-30T18:50:48.129Z | Checking tar v0.4.42 |
1998 | 2024-10-30T18:50:48.149Z | Checking slog-stdlog v4.1.1 |
1999 | 2024-10-30T18:50:48.319Z | Checking slog-envlogger v2.2.0 |
2000 | 2024-10-30T18:50:48.493Z | Compiling owo-colors v4.1.0 |
2001 | 2024-10-30T18:50:48.947Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2002 | 2024-10-30T18:50:49.049Z | Checking libsw v3.3.1 |
2003 | 2024-10-30T18:50:49.289Z | Checking password-hash v0.5.0 |
2004 | 2024-10-30T18:50:49.291Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2005 | 2024-10-30T18:50:49.330Z | Checking blake2 v0.10.6 |
2006 | 2024-10-30T18:50:49.372Z | Checking indent_write v2.2.0 |
2007 | 2024-10-30T18:50:49.584Z | Checking linear-map v1.2.0 |
2008 | 2024-10-30T18:50:49.735Z | Checking num-rational v0.4.2 |
2009 | 2024-10-30T18:50:49.792Z | Checking argon2 v0.5.3 |
2010 | 2024-10-30T18:50:49.917Z | Checking pem v3.0.4 |
2011 | 2024-10-30T18:50:50.200Z | Checking num-complex v0.4.6 |
2012 | 2024-10-30T18:50:50.395Z | Checking float-ord v0.3.2 |
2013 | 2024-10-30T18:50:50.505Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2014 | 2024-10-30T18:50:50.548Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2015 | 2024-10-30T18:50:50.761Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2016 | 2024-10-30T18:50:51.080Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2017 | 2024-10-30T18:50:51.111Z | Checking num v0.4.3 |
2018 | 2024-10-30T18:50:51.222Z | Compiling lzma-sys v0.1.20 |
2019 | 2024-10-30T18:50:51.311Z | Checking humantime v2.1.0 |
2020 | 2024-10-30T18:50:51.379Z | Checking headers-core v0.3.0 |
2021 | 2024-10-30T18:50:51.524Z | Compiling heck v0.3.3 |
2022 | 2024-10-30T18:50:51.600Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2023 | 2024-10-30T18:50:51.920Z | Checking headers v0.4.0 |
2024 | 2024-10-30T18:50:51.979Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2025 | 2024-10-30T18:50:52.018Z | Compiling zone_cfg_derive v0.1.2 |
2026 | 2024-10-30T18:50:52.191Z | Checking yasna v0.5.2 |
2027 | 2024-10-30T18:50:52.212Z | Checking base64 v0.13.1 |
2028 | 2024-10-30T18:50:52.611Z | Checking ron v0.7.1 |
2029 | 2024-10-30T18:50:52.641Z | Checking mockall v0.13.0 |
2030 | 2024-10-30T18:50:52.894Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2031 | 2024-10-30T18:50:52.996Z | Checking xz2 v0.1.7 |
2032 | 2024-10-30T18:50:53.121Z | Checking rcgen v0.12.1 |
2033 | 2024-10-30T18:50:53.407Z | Checking subprocess v0.2.9 |
2034 | 2024-10-30T18:50:53.572Z | Checking zone v0.1.8 |
2035 | 2024-10-30T18:50:53.831Z | Checking half v2.4.1 |
2036 | 2024-10-30T18:50:53.856Z | Checking ciborium-io v0.2.2 |
2037 | 2024-10-30T18:50:53.967Z | Compiling semver v0.1.20 |
2038 | 2024-10-30T18:50:53.997Z | Checking highway v1.2.0 |
2039 | 2024-10-30T18:50:54.206Z | Compiling prettyplease v0.2.22 |
2040 | 2024-10-30T18:50:54.338Z | Checking ciborium-ll v0.2.2 |
2041 | 2024-10-30T18:50:54.421Z | Compiling rustc_version v0.1.7 |
2042 | 2024-10-30T18:50:54.666Z | Checking ciborium v0.2.2 |
2043 | 2024-10-30T18:50:55.166Z | Compiling newtype_derive v0.1.6 |
2044 | 2024-10-30T18:50:55.237Z | Compiling home v0.5.9 |
2045 | 2024-10-30T18:50:55.341Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2046 | 2024-10-30T18:50:55.492Z | Checking steno v0.4.1 |
2047 | 2024-10-30T18:50:55.540Z | Compiling typify-macro v0.2.0 |
2048 | 2024-10-30T18:50:57.433Z | Compiling slog-dtrace v0.3.0 |
2049 | 2024-10-30T18:50:57.830Z | Checking display-error-chain v0.2.1 |
2050 | 2024-10-30T18:50:57.935Z | Compiling blake3 v1.5.4 |
2051 | 2024-10-30T18:50:57.957Z | Compiling ring v0.16.20 |
2052 | 2024-10-30T18:50:58.003Z | Checking keccak v0.1.5 |
2053 | 2024-10-30T18:50:58.343Z | Checking universal-hash v0.5.1 |
2054 | 2024-10-30T18:50:58.365Z | Checking sha3 v0.10.8 |
2055 | 2024-10-30T18:50:58.542Z | Checking secrecy v0.8.0 |
2056 | 2024-10-30T18:50:58.613Z | Checking opaque-debug v0.3.1 |
2057 | 2024-10-30T18:50:58.712Z | Checking aead v0.5.2 |
2058 | 2024-10-30T18:50:58.756Z | Checking poly1305 v0.8.0 |
2059 | 2024-10-30T18:50:58.759Z | Checking chacha20 v0.9.1 |
2060 | 2024-10-30T18:50:59.249Z | Checking gethostname v0.5.0 |
2061 | 2024-10-30T18:50:59.270Z | Compiling memmap2 v0.9.5 |
2062 | 2024-10-30T18:50:59.372Z | Compiling arrayvec v0.7.6 |
2063 | 2024-10-30T18:50:59.593Z | Compiling untrusted v0.7.1 |
2064 | 2024-10-30T18:50:59.729Z | Compiling spin v0.5.2 |
2065 | 2024-10-30T18:50:59.770Z | Compiling constant_time_eq v0.3.1 |
2066 | 2024-10-30T18:50:59.801Z | Compiling arrayref v0.3.9 |
2067 | 2024-10-30T18:50:59.939Z | Compiling typify v0.2.0 |
2068 | 2024-10-30T18:50:59.965Z | Compiling toolchain_find v0.4.0 |
2069 | 2024-10-30T18:51:00.068Z | Compiling progenitor-impl v0.8.0 |
2070 | 2024-10-30T18:51:00.095Z | Compiling thiserror-impl-no-std v2.0.2 |
2071 | 2024-10-30T18:51:00.298Z | Compiling topological-sort v0.2.2 |
2072 | 2024-10-30T18:51:00.526Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2073 | 2024-10-30T18:51:00.662Z | Compiling rustfmt-wrapper v0.2.1 |
2074 | 2024-10-30T18:51:00.865Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2075 | 2024-10-30T18:51:01.229Z | Checking chacha20poly1305 v0.10.1 |
2076 | 2024-10-30T18:51:01.256Z | Checking nibble_vec v0.1.0 |
2077 | 2024-10-30T18:51:01.348Z | Checking endian-type v0.1.2 |
2078 | 2024-10-30T18:51:01.416Z | Checking fxhash v0.2.1 |
2079 | 2024-10-30T18:51:01.455Z | Checking termcolor v1.4.1 |
2080 | 2024-10-30T18:51:01.556Z | Checking radix_trie v0.2.1 |
2081 | 2024-10-30T18:51:01.604Z | Checking maplit v1.0.2 |
2082 | 2024-10-30T18:51:01.692Z | Compiling radium v0.7.0 |
2083 | 2024-10-30T18:51:01.719Z | Checking tap v1.0.1 |
2084 | 2024-10-30T18:51:01.884Z | Compiling maybe-uninit v2.0.0 |
2085 | 2024-10-30T18:51:01.907Z | Checking wyz v0.5.1 |
2086 | 2024-10-30T18:51:01.965Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2087 | 2024-10-30T18:51:02.017Z | Checking crc-catalog v2.4.0 |
2088 | 2024-10-30T18:51:02.171Z | Checking funty v2.0.0 |
2089 | 2024-10-30T18:51:02.295Z | Compiling packed_struct v0.10.1 |
2090 | 2024-10-30T18:51:02.607Z | Checking crc v3.2.1 |
2091 | 2024-10-30T18:51:02.629Z | Checking kstat-rs v0.2.4 |
2092 | 2024-10-30T18:51:02.794Z | Compiling packed_struct_codegen v0.10.1 |
2093 | 2024-10-30T18:51:02.989Z | Compiling indexmap v1.9.3 |
2094 | 2024-10-30T18:51:03.053Z | Compiling libefi-sys v0.1.0 |
2095 | 2024-10-30T18:51:03.166Z | Checking bitvec v1.0.1 |
2096 | 2024-10-30T18:51:03.301Z | Checking nodrop v0.1.14 |
2097 | 2024-10-30T18:51:03.338Z | Checking thiserror-no-std v2.0.2 |
2098 | 2024-10-30T18:51:03.422Z | Checking smallvec v0.6.14 |
2099 | 2024-10-30T18:51:03.439Z | Checking array-init v0.0.4 |
2100 | 2024-10-30T18:51:03.460Z | Checking vsss-rs v3.3.4 |
2101 | 2024-10-30T18:51:03.815Z | Compiling omicron-zone-package v0.11.1 |
2102 | 2024-10-30T18:51:04.228Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2103 | 2024-10-30T18:51:04.484Z | Compiling async-recursion v1.1.1 |
2104 | 2024-10-30T18:51:04.665Z | Compiling bitfield-struct v0.6.2 |
2105 | 2024-10-30T18:51:05.263Z | Checking hashbrown v0.12.3 |
2106 | 2024-10-30T18:51:05.729Z | Checking bitfield v0.14.0 |
2107 | 2024-10-30T18:51:06.169Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2024-10-30T18:51:06.203Z | Checking serde-hex v0.1.0 |
2109 | 2024-10-30T18:51:06.230Z | Checking bzip2 v0.4.4 |
2110 | 2024-10-30T18:51:06.689Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2111 | 2024-10-30T18:51:06.720Z | Checking env_logger v0.10.2 |
2112 | 2024-10-30T18:51:06.932Z | Checking ron v0.8.1 |
2113 | 2024-10-30T18:51:06.955Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2114 | 2024-10-30T18:51:06.994Z | Checking hashbrown v0.13.2 |
2115 | 2024-10-30T18:51:07.136Z | Checking crc-any v2.5.0 |
2116 | 2024-10-30T18:51:07.262Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2024-10-30T18:51:07.393Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-10-30T18:51:07.763Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2119 | 2024-10-30T18:51:07.868Z | Checking zip v0.6.6 |
2120 | 2024-10-30T18:51:08.029Z | Checking object v0.30.4 |
2121 | 2024-10-30T18:51:08.056Z | Checking path-slash v0.1.5 |
2122 | 2024-10-30T18:51:08.198Z | Compiling parking_lot_core v0.8.6 |
2123 | 2024-10-30T18:51:08.226Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2124 | 2024-10-30T18:51:08.419Z | Compiling progenitor-macro v0.8.0 |
2125 | 2024-10-30T18:51:08.490Z | Checking glob v0.3.1 |
2126 | 2024-10-30T18:51:08.631Z | Checking hickory-client v0.24.1 |
2127 | 2024-10-30T18:51:08.799Z | Checking hickory-server v0.24.1 |
2128 | 2024-10-30T18:51:09.093Z | Checking parking_lot v0.11.2 |
2129 | 2024-10-30T18:51:09.287Z | Checking primeorder v0.13.6 |
2130 | 2024-10-30T18:51:09.465Z | Checking sled v0.34.7 |
2131 | 2024-10-30T18:51:09.756Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2132 | 2024-10-30T18:51:09.777Z | Compiling unicase v2.7.0 |
2133 | 2024-10-30T18:51:10.132Z | Checking nanorand v0.7.0 |
2134 | 2024-10-30T18:51:10.348Z | Compiling buf-list v1.0.3 |
2135 | 2024-10-30T18:51:10.522Z | Checking flume v0.11.0 |
2136 | 2024-10-30T18:51:11.016Z | Checking atty v0.2.14 |
2137 | 2024-10-30T18:51:11.121Z | Compiling vte_generate_state_changes v0.1.2 |
2138 | 2024-10-30T18:51:11.158Z | Compiling salty v0.3.0 |
2139 | 2024-10-30T18:51:11.638Z | Checking p384 v0.13.0 |
2140 | 2024-10-30T18:51:11.660Z | Checking fd-lock v4.0.2 |
2141 | 2024-10-30T18:51:11.823Z | Checking vte v0.11.1 |
2142 | 2024-10-30T18:51:12.009Z | Compiling mime_guess v2.0.5 |
2143 | 2024-10-30T18:51:12.297Z | Checking env_filter v0.1.2 |
2144 | 2024-10-30T18:51:12.419Z | Checking nu-ansi-term v0.50.1 |
2145 | 2024-10-30T18:51:12.543Z | Checking env_logger v0.11.5 |
2146 | 2024-10-30T18:51:12.786Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2147 | 2024-10-30T18:51:12.892Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2148 | 2024-10-30T18:51:13.117Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2149 | 2024-10-30T18:51:13.161Z | Checking strip-ansi-escapes v0.2.0 |
2150 | 2024-10-30T18:51:13.184Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2151 | 2024-10-30T18:51:13.324Z | Checking reedline v0.35.0 |
2152 | 2024-10-30T18:51:13.436Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2153 | 2024-10-30T18:51:13.474Z | Compiling dsl_auto_type v0.1.2 |
2154 | 2024-10-30T18:51:13.718Z | Checking scheduled-thread-pool v0.2.7 |
2155 | 2024-10-30T18:51:13.764Z | Compiling diesel_table_macro_syntax v0.2.0 |
2156 | 2024-10-30T18:51:13.938Z | Checking http-range v0.1.5 |
2157 | 2024-10-30T18:51:14.089Z | Compiling crunchy v0.2.2 |
2158 | 2024-10-30T18:51:14.130Z | Checking r2d2 v0.8.10 |
2159 | 2024-10-30T18:51:14.152Z | Checking hyper-staticfile v0.10.1 |
2160 | 2024-10-30T18:51:14.209Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2161 | 2024-10-30T18:51:14.688Z | Compiling clang-sys v1.8.1 |
2162 | 2024-10-30T18:51:14.690Z | Compiling phf_generator v0.11.2 |
2163 | 2024-10-30T18:51:14.904Z | Compiling tiny-keccak v2.0.2 |
2164 | 2024-10-30T18:51:15.171Z | Checking bytecount v0.6.8 |
2165 | 2024-10-30T18:51:15.174Z | Compiling diesel_derives v2.2.3 |
2166 | 2024-10-30T18:51:15.264Z | Compiling phf_codegen v0.11.2 |
2167 | 2024-10-30T18:51:15.318Z | Checking papergrid v0.11.0 |
2168 | 2024-10-30T18:51:15.494Z | Compiling tabled_derive v0.7.0 |
2169 | 2024-10-30T18:51:15.579Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2170 | 2024-10-30T18:51:15.858Z | Compiling parse-zoneinfo v0.3.1 |
2171 | 2024-10-30T18:51:16.060Z | Compiling cfg_aliases v0.1.1 |
2172 | 2024-10-30T18:51:16.180Z | Compiling ref-cast v1.0.23 |
2173 | 2024-10-30T18:51:16.762Z | Compiling chrono-tz-build v0.4.0 |
2174 | 2024-10-30T18:51:16.804Z | Compiling nix v0.28.0 |
2175 | 2024-10-30T18:51:17.656Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2176 | 2024-10-30T18:51:17.727Z | Compiling ascii-canvas v3.0.0 |
2177 | 2024-10-30T18:51:17.819Z | Compiling ena v0.14.3 |
2178 | 2024-10-30T18:51:17.978Z | Compiling ref-cast-impl v1.0.23 |
2179 | 2024-10-30T18:51:18.112Z | Checking tabled v0.15.0 |
2180 | 2024-10-30T18:51:18.192Z | Compiling libloading v0.8.5 |
2181 | 2024-10-30T18:51:18.248Z | Compiling regex-syntax v0.6.29 |
2182 | 2024-10-30T18:51:18.349Z | Compiling bindgen v0.69.5 |
2183 | 2024-10-30T18:51:18.614Z | Compiling diff v0.1.13 |
2184 | 2024-10-30T18:51:19.267Z | Compiling chrono-tz v0.10.0 |
2185 | 2024-10-30T18:51:19.402Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-10-30T18:51:19.980Z | Compiling which v4.4.2 |
2187 | 2024-10-30T18:51:20.603Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2188 | 2024-10-30T18:51:20.916Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2189 | 2024-10-30T18:51:21.255Z | Checking signal-hook-tokio v0.3.1 |
2190 | 2024-10-30T18:51:21.445Z | Compiling lalrpop v0.19.12 |
2191 | 2024-10-30T18:51:21.663Z | Compiling cexpr v0.6.0 |
2192 | 2024-10-30T18:51:23.196Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2193 | 2024-10-30T18:51:23.516Z | Compiling lazycell v1.3.0 |
2194 | 2024-10-30T18:51:23.556Z | Compiling rustc-hash v1.1.0 |
2195 | 2024-10-30T18:51:24.099Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2196 | 2024-10-30T18:51:24.420Z | Compiling derive_builder_core v0.20.2 |
2197 | 2024-10-30T18:51:24.902Z | Checking http v0.2.12 |
2198 | 2024-10-30T18:51:26.275Z | Compiling peg-macros v0.8.4 |
2199 | 2024-10-30T18:51:26.376Z | Compiling libxml v0.3.3 |
2200 | 2024-10-30T18:51:26.776Z | Compiling sqlparser_derive v0.2.2 |
2201 | 2024-10-30T18:51:26.899Z | Compiling memoffset v0.9.1 |
2202 | 2024-10-30T18:51:26.924Z | Checking progenitor v0.8.0 |
2203 | 2024-10-30T18:51:27.156Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2204 | 2024-10-30T18:51:27.238Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2205 | 2024-10-30T18:51:28.145Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2206 | 2024-10-30T18:51:30.223Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2207 | 2024-10-30T18:51:31.570Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2208 | 2024-10-30T18:51:31.943Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2209 | 2024-10-30T18:51:32.581Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2210 | 2024-10-30T18:51:35.101Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2211 | 2024-10-30T18:51:36.091Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2212 | 2024-10-30T18:51:36.150Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2213 | 2024-10-30T18:51:36.281Z | Checking diesel v2.2.4 |
2214 | 2024-10-30T18:51:37.127Z | Checking unicode_categories v0.1.1 |
2215 | 2024-10-30T18:51:37.444Z | Checking sqlformat v0.2.6 |
2216 | 2024-10-30T18:51:40.800Z | Checking peg v0.8.4 |
2217 | 2024-10-30T18:51:40.921Z | Checking sqlparser v0.45.0 |
2218 | 2024-10-30T18:51:42.115Z | Compiling derive_builder_macro v0.20.2 |
2219 | 2024-10-30T18:51:43.023Z | Checking rustyline v14.0.0 |
2220 | 2024-10-30T18:51:50.270Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2024-10-30T18:51:54.068Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2222 | 2024-10-30T18:51:55.465Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2223 | 2024-10-30T18:51:56.179Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-10-30T18:51:58.449Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2225 | 2024-10-30T18:52:00.631Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2226 | 2024-10-30T18:52:01.386Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2227 | 2024-10-30T18:52:01.643Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2228 | 2024-10-30T18:52:02.506Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2229 | 2024-10-30T18:52:02.694Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2230 | 2024-10-30T18:52:02.847Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2231 | 2024-10-30T18:52:02.949Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2232 | 2024-10-30T18:52:03.619Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2233 | 2024-10-30T18:52:03.641Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2234 | 2024-10-30T18:52:03.676Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2235 | 2024-10-30T18:52:04.214Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2236 | 2024-10-30T18:52:05.243Z | Checking tungstenite v0.23.0 |
2237 | 2024-10-30T18:52:05.354Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2238 | 2024-10-30T18:52:06.213Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2239 | 2024-10-30T18:52:06.262Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2240 | 2024-10-30T18:52:08.064Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2241 | 2024-10-30T18:52:08.519Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2242 | 2024-10-30T18:52:08.558Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2243 | 2024-10-30T18:52:09.457Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2244 | 2024-10-30T18:52:09.986Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2245 | 2024-10-30T18:52:11.404Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2246 | 2024-10-30T18:52:13.467Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2247 | 2024-10-30T18:52:13.906Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2248 | 2024-10-30T18:52:14.160Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2249 | 2024-10-30T18:52:14.273Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2250 | 2024-10-30T18:52:14.617Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2251 | 2024-10-30T18:52:15.618Z | Checking bcs v0.1.6 |
2252 | 2024-10-30T18:52:16.104Z | Compiling strum_macros v0.24.3 |
2253 | 2024-10-30T18:52:16.608Z | Compiling pin-project-internal v1.1.6 |
2254 | 2024-10-30T18:52:16.650Z | Compiling indoc v1.0.9 |
2255 | 2024-10-30T18:52:16.994Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2256 | 2024-10-30T18:52:17.670Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2257 | 2024-10-30T18:52:17.794Z | Checking tokio-tungstenite v0.23.1 |
2258 | 2024-10-30T18:52:19.260Z | Checking derive_builder v0.20.2 |
2259 | 2024-10-30T18:52:19.544Z | Checking http-body v0.4.6 |
2260 | 2024-10-30T18:52:19.873Z | Checking pin-project v1.1.6 |
2261 | 2024-10-30T18:52:19.943Z | Checking h2 v0.3.26 |
2262 | 2024-10-30T18:52:19.967Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2263 | 2024-10-30T18:52:20.009Z | Checking quick-xml v0.33.0 |
2264 | 2024-10-30T18:52:20.102Z | Compiling impl-trait-for-tuples v0.2.2 |
2265 | 2024-10-30T18:52:20.272Z | Compiling oso-derive v0.27.3 |
2266 | 2024-10-30T18:52:21.334Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2267 | 2024-10-30T18:52:21.451Z | Checking nix v0.27.1 |
2268 | 2024-10-30T18:52:21.737Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2269 | 2024-10-30T18:52:22.157Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2270 | 2024-10-30T18:52:22.773Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2271 | 2024-10-30T18:52:23.082Z | Compiling snafu-derive v0.8.5 |
2272 | 2024-10-30T18:52:24.108Z | Compiling diesel-dtrace v0.3.0 |
2273 | 2024-10-30T18:52:24.431Z | Checking sync_wrapper v0.1.2 |
2274 | 2024-10-30T18:52:26.305Z | Checking hyper v0.14.30 |
2275 | 2024-10-30T18:52:26.966Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2276 | 2024-10-30T18:52:28.754Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2277 | 2024-10-30T18:52:28.838Z | Checking snafu v0.8.5 |
2278 | 2024-10-30T18:52:29.099Z | Checking globset v0.4.15 |
2279 | 2024-10-30T18:52:29.374Z | Checking bb8 v0.8.5 |
2280 | 2024-10-30T18:52:29.856Z | Checking olpc-cjson v0.1.4 |
2281 | 2024-10-30T18:52:29.871Z | Checking serde_plain v1.0.2 |
2282 | 2024-10-30T18:52:29.892Z | Compiling const_format_proc_macros v0.2.33 |
2283 | 2024-10-30T18:52:30.131Z | Checking typed-path v0.7.1 |
2284 | 2024-10-30T18:52:30.335Z | Checking async-bb8-diesel v0.2.1 |
2285 | 2024-10-30T18:52:31.161Z | Checking reqwest v0.11.27 |
2286 | 2024-10-30T18:52:31.457Z | Checking parse-size v1.0.0 |
2287 | 2024-10-30T18:52:31.651Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2288 | 2024-10-30T18:52:31.984Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2289 | 2024-10-30T18:52:32.159Z | Checking const_format v0.2.33 |
2290 | 2024-10-30T18:52:32.204Z | Checking tough v0.17.1 |
2291 | 2024-10-30T18:52:32.634Z | Checking heck v0.4.1 |
2292 | 2024-10-30T18:52:32.702Z | Checking assert_matches v1.5.0 |
2293 | 2024-10-30T18:52:32.808Z | Checking rand_seeder v0.3.0 |
2294 | 2024-10-30T18:52:32.852Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2295 | 2024-10-30T18:52:33.037Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2296 | 2024-10-30T18:52:33.068Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2297 | 2024-10-30T18:52:33.241Z | Compiling libz-sys v1.1.20 |
2298 | 2024-10-30T18:52:34.091Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2299 | 2024-10-30T18:52:34.165Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2300 | 2024-10-30T18:52:34.686Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2301 | 2024-10-30T18:52:35.366Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2302 | 2024-10-30T18:52:35.639Z | Checking is_ci v1.2.0 |
2303 | 2024-10-30T18:52:35.795Z | Checking supports-color v3.0.1 |
2304 | 2024-10-30T18:52:36.006Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2305 | 2024-10-30T18:52:36.195Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2306 | 2024-10-30T18:52:37.075Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2307 | 2024-10-30T18:52:37.614Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2308 | 2024-10-30T18:52:37.772Z | Compiling vergen v8.3.2 |
2309 | 2024-10-30T18:52:38.107Z | Compiling cargo-platform v0.1.8 |
2310 | 2024-10-30T18:52:38.725Z | Checking smawk v0.3.2 |
2311 | 2024-10-30T18:52:38.894Z | Checking unicode-linebreak v0.1.5 |
2312 | 2024-10-30T18:52:38.931Z | Compiling cargo_metadata v0.18.1 |
2313 | 2024-10-30T18:52:39.334Z | Checking textwrap v0.16.1 |
2314 | 2024-10-30T18:52:39.524Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2315 | 2024-10-30T18:52:39.745Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2316 | 2024-10-30T18:52:41.059Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2317 | 2024-10-30T18:52:42.146Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2318 | 2024-10-30T18:52:42.592Z | Checking castaway v0.2.3 |
2319 | 2024-10-30T18:52:42.682Z | Compiling libsqlite3-sys v0.30.1 |
2320 | 2024-10-30T18:52:42.739Z | Compiling rustls v0.21.12 |
2321 | 2024-10-30T18:52:42.761Z | Compiling cfg_aliases v0.2.1 |
2322 | 2024-10-30T18:52:42.882Z | Compiling nix v0.29.0 |
2323 | 2024-10-30T18:52:43.080Z | Checking compact_str v0.8.0 |
2324 | 2024-10-30T18:52:43.871Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2325 | 2024-10-30T18:52:43.921Z | Checking unicode-truncate v1.1.0 |
2326 | 2024-10-30T18:52:44.203Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2327 | 2024-10-30T18:52:44.523Z | Checking rustls-webpki v0.101.7 |
2328 | 2024-10-30T18:52:44.782Z | Checking sct v0.7.1 |
2329 | 2024-10-30T18:52:45.002Z | Checking lru v0.12.5 |
2330 | 2024-10-30T18:52:45.177Z | Compiling instability v0.3.2 |
2331 | 2024-10-30T18:52:45.289Z | Checking cassowary v0.3.0 |
2332 | 2024-10-30T18:52:46.253Z | Checking ratatui v0.28.1 |
2333 | 2024-10-30T18:52:46.564Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2334 | 2024-10-30T18:52:46.875Z | Checking hashlink v0.9.1 |
2335 | 2024-10-30T18:52:46.964Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2336 | 2024-10-30T18:52:47.443Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2337 | 2024-10-30T18:52:48.232Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2338 | 2024-10-30T18:52:48.853Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2339 | 2024-10-30T18:52:49.239Z | Checking concurrent-queue v2.5.0 |
2340 | 2024-10-30T18:52:49.579Z | Checking fallible-iterator v0.3.0 |
2341 | 2024-10-30T18:52:50.206Z | Checking fallible-streaming-iterator v0.1.9 |
2342 | 2024-10-30T18:52:50.301Z | Checking plotters-backend v0.3.7 |
2343 | 2024-10-30T18:52:50.461Z | Checking parking v2.2.1 |
2344 | 2024-10-30T18:52:50.639Z | Checking rusqlite v0.32.1 |
2345 | 2024-10-30T18:52:50.682Z | Checking plotters-svg v0.3.7 |
2346 | 2024-10-30T18:52:50.909Z | Checking tokio-rustls v0.24.1 |
2347 | 2024-10-30T18:52:51.876Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2348 | 2024-10-30T18:52:52.273Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2349 | 2024-10-30T18:52:52.521Z | Checking rustls-pemfile v1.0.4 |
2350 | 2024-10-30T18:52:52.743Z | Checking twox-hash v1.6.3 |
2351 | 2024-10-30T18:52:53.157Z | Checking cast v0.3.0 |
2352 | 2024-10-30T18:52:53.302Z | Checking plotters v0.3.7 |
2353 | 2024-10-30T18:52:53.476Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2354 | 2024-10-30T18:52:53.500Z | Checking criterion-plot v0.5.0 |
2355 | 2024-10-30T18:52:53.941Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2356 | 2024-10-30T18:52:54.507Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2357 | 2024-10-30T18:52:54.926Z | Checking fatfs v0.3.6 |
2358 | 2024-10-30T18:52:55.976Z | Checking tinytemplate v1.2.1 |
2359 | 2024-10-30T18:52:56.202Z | Checking csv-core v0.1.11 |
2360 | 2024-10-30T18:52:56.351Z | Checking shell-words v1.1.0 |
2361 | 2024-10-30T18:52:56.536Z | Checking oorandom v11.1.4 |
2362 | 2024-10-30T18:52:56.560Z | Checking anes v0.1.6 |
2363 | 2024-10-30T18:52:56.720Z | Checking csv v1.3.0 |
2364 | 2024-10-30T18:52:56.929Z | Checking criterion v0.5.1 |
2365 | 2024-10-30T18:52:57.587Z | Checking event-listener v5.3.1 |
2366 | 2024-10-30T18:52:58.029Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2367 | 2024-10-30T18:52:59.642Z | Checking rtoolbox v0.0.2 |
2368 | 2024-10-30T18:52:59.854Z | Checking rpassword v7.3.1 |
2369 | 2024-10-30T18:52:59.993Z | Compiling samael v0.0.17 |
2370 | 2024-10-30T18:53:00.019Z | Checking event-listener-strategy v0.5.2 |
2371 | 2024-10-30T18:53:00.222Z | Checking tui-tree-widget v0.22.0 |
2372 | 2024-10-30T18:53:00.538Z | Checking polyval v0.6.2 |
2373 | 2024-10-30T18:53:00.824Z | Checking ghash v0.5.1 |
2374 | 2024-10-30T18:53:00.997Z | Checking futures-lite v2.3.0 |
2375 | 2024-10-30T18:53:02.390Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2376 | 2024-10-30T18:53:03.525Z | Checking ctr v0.9.2 |
2377 | 2024-10-30T18:53:03.940Z | Checking yansi v1.0.1 |
2378 | 2024-10-30T18:53:04.346Z | Checking aes-gcm v0.10.3 |
2379 | 2024-10-30T18:53:04.518Z | Checking pretty_assertions v1.4.1 |
2380 | 2024-10-30T18:53:04.598Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2381 | 2024-10-30T18:53:04.745Z | Checking ssh-encoding v0.2.0 |
2382 | 2024-10-30T18:53:05.112Z | Checking blowfish v0.9.1 |
2383 | 2024-10-30T18:53:05.369Z | Checking bcrypt-pbkdf v0.10.0 |
2384 | 2024-10-30T18:53:05.662Z | Checking ssh-cipher v0.2.0 |
2385 | 2024-10-30T18:53:05.998Z | Checking async-lock v3.4.0 |
2386 | 2024-10-30T18:53:06.926Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2387 | 2024-10-30T18:53:07.456Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2388 | 2024-10-30T18:53:08.938Z | Checking polling v3.7.3 |
2389 | 2024-10-30T18:53:09.342Z | Checking password-hash v0.4.2 |
2390 | 2024-10-30T18:53:09.789Z | Checking hex-literal v0.4.1 |
2391 | 2024-10-30T18:53:09.935Z | Checking matches v0.1.10 |
2392 | 2024-10-30T18:53:10.048Z | Checking idna v0.2.3 |
2393 | 2024-10-30T18:53:10.888Z | Checking pbkdf2 v0.11.0 |
2394 | 2024-10-30T18:53:11.170Z | Checking async-io v2.3.4 |
2395 | 2024-10-30T18:53:11.173Z | Checking ssh-key v0.6.6 |
2396 | 2024-10-30T18:53:11.879Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2397 | 2024-10-30T18:53:12.082Z | Checking p521 v0.13.3 |
2398 | 2024-10-30T18:53:12.713Z | Checking p256 v0.13.2 |
2399 | 2024-10-30T18:53:12.859Z | Checking russh-cryptovec v0.7.3 |
2400 | 2024-10-30T18:53:13.093Z | Compiling enum-as-inner v0.5.1 |
2401 | 2024-10-30T18:53:13.221Z | Compiling target-lexicon v0.12.16 |
2402 | 2024-10-30T18:53:13.417Z | Compiling doc-comment v0.3.3 |
2403 | 2024-10-30T18:53:14.069Z | Checking async-task v4.7.1 |
2404 | 2024-10-30T18:53:14.186Z | Checking md5 v0.7.0 |
2405 | 2024-10-30T18:53:14.304Z | Checking trust-dns-proto v0.22.0 |
2406 | 2024-10-30T18:53:14.495Z | Checking russh-keys v0.45.0 |
2407 | 2024-10-30T18:53:14.590Z | Checking async-channel v2.3.1 |
2408 | 2024-10-30T18:53:14.939Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2409 | 2024-10-30T18:53:15.856Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2410 | 2024-10-30T18:53:16.135Z | Checking piper v0.2.4 |
2411 | 2024-10-30T18:53:16.374Z | Checking num-bigint v0.4.6 |
2412 | 2024-10-30T18:53:16.659Z | Checking des v0.8.1 |
2413 | 2024-10-30T18:53:16.682Z | Compiling assert_cmd v2.0.16 |
2414 | 2024-10-30T18:53:17.200Z | Compiling dhcproto-macros v0.1.0 |
2415 | 2024-10-30T18:53:17.206Z | Checking futures-timer v3.0.3 |
2416 | 2024-10-30T18:53:17.428Z | Compiling guppy-workspace-hack v0.1.0 |
2417 | 2024-10-30T18:53:17.809Z | Checking blocking v1.6.1 |
2418 | 2024-10-30T18:53:18.008Z | Checking dhcproto v0.12.0 |
2419 | 2024-10-30T18:53:18.048Z | Checking async-executor v1.13.1 |
2420 | 2024-10-30T18:53:18.411Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2421 | 2024-10-30T18:53:18.638Z | Checking async-signal v0.2.10 |
2422 | 2024-10-30T18:53:18.841Z | Checking russh v0.45.0 |
2423 | 2024-10-30T18:53:18.921Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2424 | 2024-10-30T18:53:19.017Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2425 | 2024-10-30T18:53:19.601Z | Checking event-listener v2.5.3 |
2426 | 2024-10-30T18:53:19.789Z | Checking internet-checksum v0.2.1 |
2427 | 2024-10-30T18:53:19.829Z | Compiling target-spec v3.2.2 |
2428 | 2024-10-30T18:53:19.983Z | Checking async-channel v1.9.0 |
2429 | 2024-10-30T18:53:20.456Z | Checking async-process v2.3.0 |
2430 | 2024-10-30T18:53:20.782Z | Checking cfg-expr v0.17.0 |
2431 | 2024-10-30T18:53:20.886Z | Checking async-global-executor v2.4.1 |
2432 | 2024-10-30T18:53:21.626Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2433 | 2024-10-30T18:53:21.647Z | Checking httptest v0.16.1 |
2434 | 2024-10-30T18:53:21.697Z | Checking rustls-native-certs v0.7.3 |
2435 | 2024-10-30T18:53:21.884Z | Checking num_cpus v1.16.0 |
2436 | 2024-10-30T18:53:22.030Z | Checking kv-log-macro v1.0.7 |
2437 | 2024-10-30T18:53:22.174Z | Compiling async-attributes v1.1.2 |
2438 | 2024-10-30T18:53:23.047Z | Checking async-std v1.13.0 |
2439 | 2024-10-30T18:53:23.049Z | Checking threadpool v1.8.1 |
2440 | 2024-10-30T18:53:23.301Z | Checking hyper-rustls v0.26.0 |
2441 | 2024-10-30T18:53:24.042Z | Checking pathdiff v0.2.2 |
2442 | 2024-10-30T18:53:24.208Z | Compiling rstest_macros v0.23.0 |
2443 | 2024-10-30T18:53:24.271Z | Checking escape8259 v0.5.3 |
2444 | 2024-10-30T18:53:24.489Z | Checking nested v0.1.1 |
2445 | 2024-10-30T18:53:24.702Z | Checking guppy v0.17.8 |
2446 | 2024-10-30T18:53:24.886Z | Checking libtest-mimic v0.7.3 |
2447 | 2024-10-30T18:53:25.355Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2448 | 2024-10-30T18:53:26.302Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2449 | 2024-10-30T18:53:26.361Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2450 | 2024-10-30T18:53:26.677Z | Checking similar-asserts v1.6.0 |
2451 | 2024-10-30T18:53:26.716Z | Checking fancy-regex v0.13.0 |
2452 | 2024-10-30T18:53:26.875Z | Checking async-object-pool v0.1.5 |
2453 | 2024-10-30T18:53:26.907Z | Checking serde_regex v1.1.0 |
2454 | 2024-10-30T18:53:27.064Z | Checking assert-json-diff v2.0.2 |
2455 | 2024-10-30T18:53:27.173Z | Compiling proc-macro-crate v3.2.0 |
2456 | 2024-10-30T18:53:27.356Z | Checking path-tree v0.8.1 |
2457 | 2024-10-30T18:53:27.431Z | Checking stringmetrics v2.2.2 |
2458 | 2024-10-30T18:53:27.640Z | Compiling relative-path v1.9.3 |
2459 | 2024-10-30T18:53:27.728Z | Compiling trybuild v1.0.100 |
2460 | 2024-10-30T18:53:28.270Z | Checking httpmock v0.8.0-alpha.1 |
2461 | 2024-10-30T18:53:28.405Z | Checking datatest-stable v0.2.9 |
2462 | 2024-10-30T18:53:28.746Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2463 | 2024-10-30T18:53:29.416Z | Checking blake2b_simd v1.0.2 |
2464 | 2024-10-30T18:53:30.196Z | Compiling git2 v0.19.0 |
2465 | 2024-10-30T18:53:30.219Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2466 | 2024-10-30T18:53:30.691Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2467 | 2024-10-30T18:53:31.011Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2468 | 2024-10-30T18:53:31.334Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2469 | 2024-10-30T18:53:31.681Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2470 | 2024-10-30T18:53:32.243Z | Checking serde_tokenstream v0.2.2 |
2471 | 2024-10-30T18:53:32.642Z | Checking uzers v0.12.1 |
2472 | 2024-10-30T18:53:33.212Z | Checking rust-argon2 v2.1.0 |
2473 | 2024-10-30T18:53:33.793Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2474 | 2024-10-30T18:53:35.039Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2475 | 2024-10-30T18:53:38.200Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2476 | 2024-10-30T18:53:38.527Z | Checking rand_distr v0.4.3 |
2477 | 2024-10-30T18:53:39.354Z | Checking multimap v0.10.0 |
2478 | 2024-10-30T18:53:39.678Z | Checking approx v0.5.1 |
2479 | 2024-10-30T18:53:39.733Z | Checking rstest v0.23.0 |
2480 | 2024-10-30T18:53:39.962Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2481 | 2024-10-30T18:53:40.372Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2482 | 2024-10-30T18:53:40.560Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2483 | 2024-10-30T18:53:41.010Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2484 | 2024-10-30T18:53:41.117Z | Checking partial-io v0.5.4 |
2485 | 2024-10-30T18:53:41.460Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2486 | 2024-10-30T18:53:41.499Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2487 | 2024-10-30T18:53:41.768Z | Checking cargo_toml v0.20.5 |
2488 | 2024-10-30T18:53:42.596Z | Checking termios v0.3.3 |
2489 | 2024-10-30T18:53:42.829Z | Compiling indoc v2.0.5 |
2490 | 2024-10-30T18:53:43.052Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2491 | 2024-10-30T18:53:43.705Z | Compiling polar-core v0.27.3 |
2492 | 2024-10-30T18:53:43.800Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2493 | 2024-10-30T18:53:44.990Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2494 | 2024-10-30T18:53:49.015Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2495 | 2024-10-30T18:53:54.511Z | Checking oso v0.27.3 |
2496 | 2024-10-30T18:54:01.298Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2497 | 2024-10-30T18:54:07.417Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2498 | 2024-10-30T18:54:35.661Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2499 | 2024-10-30T18:54:39.119Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2500 | 2024-10-30T18:54:39.235Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2501 | 2024-10-30T18:55:02.460Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2502 | 2024-10-30T18:55:02.460Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2503 | 2024-10-30T18:55:02.463Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2504 | 2024-10-30T18:56:26.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
2505 | 2024-10-30T18:56:26.870Z | |
2506 | 2024-10-30T18:56:26.870Z | real 6:33.491235231 |
2507 | 2024-10-30T18:56:26.870Z | user 37:13.453961007 |
2508 | 2024-10-30T18:56:26.870Z | sys 6:24.214128444 |
2509 | 2024-10-30T18:56:26.870Z | trap 0.994046410 |
2510 | 2024-10-30T18:56:26.870Z | tflt 2.645824914 |
2511 | 2024-10-30T18:56:26.870Z | dflt 0.647062120 |
2512 | 2024-10-30T18:56:26.873Z | kflt 0.003149239 |
2513 | 2024-10-30T18:56:26.873Z | lock 55:57.520647508 |
2514 | 2024-10-30T18:56:26.873Z | slp 2:09:15.391895034 |
2515 | 2024-10-30T18:56:26.873Z | lat 1:39.920473094 |
2516 | 2024-10-30T18:56:26.873Z | stop 6:03.059793518 |
2517 | 2024-10-30T18:56:26.873Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2518 | 2024-10-30T18:56:26.873Z | + ptime -m cargo doc --workspace --no-deps |
2519 | 2024-10-30T18:56:28.121Z | warning: output filename collision. |
2520 | 2024-10-30T18:56:28.121Z | 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)`. |
2521 | 2024-10-30T18:56:28.121Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2522 | 2024-10-30T18:56:28.121Z | The targets should have unique names. |
2523 | 2024-10-30T18:56:28.121Z | This is a known bug where multiple crates with the same name use |
2524 | 2024-10-30T18:56:28.121Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2525 | 2024-10-30T18:56:28.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2526 | 2024-10-30T18:56:28.596Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2527 | 2024-10-30T18:56:28.612Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2024-10-30T18:56:28.649Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2529 | 2024-10-30T18:56:28.678Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2530 | 2024-10-30T18:56:28.678Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2531 | 2024-10-30T18:56:28.839Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2532 | 2024-10-30T18:56:28.924Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2533 | 2024-10-30T18:56:28.944Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2534 | 2024-10-30T18:56:28.961Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2535 | 2024-10-30T18:56:28.984Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2024-10-30T18:56:29.164Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2537 | 2024-10-30T18:56:29.210Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2538 | 2024-10-30T18:56:29.230Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2539 | 2024-10-30T18:56:29.451Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2540 | 2024-10-30T18:56:29.709Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2541 | 2024-10-30T18:56:32.337Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2542 | 2024-10-30T18:56:32.691Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2543 | 2024-10-30T18:56:33.033Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2544 | 2024-10-30T18:56:33.908Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2545 | 2024-10-30T18:56:34.002Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2546 | 2024-10-30T18:56:34.258Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2547 | 2024-10-30T18:56:34.346Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2548 | 2024-10-30T18:56:34.683Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2549 | 2024-10-30T18:56:34.898Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2550 | 2024-10-30T18:56:35.210Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2551 | 2024-10-30T18:56:35.522Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2552 | 2024-10-30T18:56:35.840Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2553 | 2024-10-30T18:56:35.950Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2554 | 2024-10-30T18:56:35.971Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2555 | 2024-10-30T18:56:35.988Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2556 | 2024-10-30T18:56:36.315Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2557 | 2024-10-30T18:56:36.449Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2558 | 2024-10-30T18:56:36.642Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2559 | 2024-10-30T18:56:36.758Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2560 | 2024-10-30T18:56:37.006Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2561 | 2024-10-30T18:56:37.029Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2562 | 2024-10-30T18:56:37.081Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2563 | 2024-10-30T18:56:37.315Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2564 | 2024-10-30T18:56:37.846Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2565 | 2024-10-30T18:56:42.225Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2566 | 2024-10-30T18:56:42.700Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2567 | 2024-10-30T18:56:43.230Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2568 | 2024-10-30T18:56:43.417Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2569 | 2024-10-30T18:56:43.576Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2570 | 2024-10-30T18:56:44.117Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2571 | 2024-10-30T18:56:44.929Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2572 | 2024-10-30T18:56:45.664Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2573 | 2024-10-30T18:56:45.747Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2574 | 2024-10-30T18:56:45.864Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2575 | 2024-10-30T18:56:47.215Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2576 | 2024-10-30T18:56:52.200Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2577 | 2024-10-30T18:56:52.921Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2578 | 2024-10-30T18:56:53.487Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2579 | 2024-10-30T18:56:53.829Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2580 | 2024-10-30T18:56:54.002Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2581 | 2024-10-30T18:56:54.022Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2582 | 2024-10-30T18:56:54.441Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2583 | 2024-10-30T18:56:54.825Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2584 | 2024-10-30T18:56:55.274Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2585 | 2024-10-30T18:56:55.945Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2586 | 2024-10-30T18:56:56.515Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2587 | 2024-10-30T18:56:56.645Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2588 | 2024-10-30T18:56:57.080Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2589 | 2024-10-30T18:56:57.278Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2590 | 2024-10-30T18:56:57.298Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2591 | 2024-10-30T18:56:58.049Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2592 | 2024-10-30T18:56:58.318Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2593 | 2024-10-30T18:56:58.550Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2594 | 2024-10-30T18:56:58.772Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2595 | 2024-10-30T18:56:58.965Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2596 | 2024-10-30T18:56:59.132Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2597 | 2024-10-30T18:56:59.463Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2598 | 2024-10-30T18:56:59.483Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2599 | 2024-10-30T18:57:00.164Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2600 | 2024-10-30T18:57:00.586Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2601 | 2024-10-30T18:57:01.204Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2602 | 2024-10-30T18:57:01.437Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2603 | 2024-10-30T18:57:01.866Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2604 | 2024-10-30T18:57:01.978Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2605 | 2024-10-30T18:57:02.398Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2606 | 2024-10-30T18:57:02.443Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2607 | 2024-10-30T18:57:02.542Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2608 | 2024-10-30T18:57:03.015Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2609 | 2024-10-30T18:57:03.074Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2610 | 2024-10-30T18:57:03.096Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2611 | 2024-10-30T18:57:03.610Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2612 | 2024-10-30T18:57:04.081Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2613 | 2024-10-30T18:57:04.577Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2614 | 2024-10-30T18:57:04.597Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2615 | 2024-10-30T18:57:05.120Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2616 | 2024-10-30T18:57:05.644Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2617 | 2024-10-30T18:57:06.476Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2618 | 2024-10-30T18:57:07.594Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2619 | 2024-10-30T18:57:08.136Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2620 | 2024-10-30T18:57:08.477Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2621 | 2024-10-30T18:57:08.569Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2622 | 2024-10-30T18:57:08.837Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2623 | 2024-10-30T18:57:08.936Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2624 | 2024-10-30T18:57:10.088Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2625 | 2024-10-30T18:57:13.155Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2626 | 2024-10-30T18:57:13.403Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2627 | 2024-10-30T18:57:13.463Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2628 | 2024-10-30T18:57:14.213Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2629 | 2024-10-30T18:57:15.635Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2630 | 2024-10-30T18:57:19.437Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2631 | 2024-10-30T18:57:20.459Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2632 | 2024-10-30T18:57:23.480Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2633 | 2024-10-30T18:57:24.641Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2634 | 2024-10-30T18:57:33.253Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2635 | 2024-10-30T18:57:34.444Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2636 | 2024-10-30T18:57:50.836Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2637 | 2024-10-30T18:58:22.120Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2638 | 2024-10-30T18:58:23.477Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2639 | 2024-10-30T18:58:24.610Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2640 | 2024-10-30T18:58:30.590Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2641 | 2024-10-30T18:58:34.950Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2642 | 2024-10-30T18:58:36.749Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2643 | 2024-10-30T18:58:37.673Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2644 | 2024-10-30T18:58:55.875Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2645 | 2024-10-30T18:59:01.175Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2646 | 2024-10-30T18:59:05.221Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2647 | 2024-10-30T18:59:06.238Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2648 | 2024-10-30T18:59:09.201Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2649 | 2024-10-30T18:59:10.260Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2650 | 2024-10-30T18:59:11.763Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2651 | 2024-10-30T18:59:15.747Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2652 | 2024-10-30T18:59:16.870Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2653 | 2024-10-30T18:59:23.791Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2654 | 2024-10-30T18:59:54.381Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2655 | 2024-10-30T18:59:56.130Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2656 | 2024-10-30T18:59:58.624Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2657 | 2024-10-30T18:59:59.461Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2658 | 2024-10-30T19:00:02.326Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2659 | 2024-10-30T19:00:04.245Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2660 | 2024-10-30T19:00:10.459Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2661 | 2024-10-30T19:00:21.379Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2662 | 2024-10-30T19:00:22.764Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2663 | 2024-10-30T19:00:32.122Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2664 | 2024-10-30T19:00:32.587Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2665 | 2024-10-30T19:00:38.531Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2666 | 2024-10-30T19:00:47.590Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2667 | 2024-10-30T19:00:50.288Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2668 | 2024-10-30T19:00:57.194Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2669 | 2024-10-30T19:00:58.206Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2670 | 2024-10-30T19:00:58.232Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2671 | 2024-10-30T19:01:09.209Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2672 | 2024-10-30T19:01:11.912Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2673 | 2024-10-30T19:01:17.643Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2674 | 2024-10-30T19:01:19.597Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2675 | 2024-10-30T19:01:25.696Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2676 | 2024-10-30T19:01:26.268Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2677 | 2024-10-30T19:01:27.156Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2678 | 2024-10-30T19:01:31.100Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2679 | 2024-10-30T19:01:31.971Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2680 | 2024-10-30T19:01:40.248Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2681 | 2024-10-30T19:01:45.258Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2682 | 2024-10-30T19:01:46.775Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2683 | 2024-10-30T19:01:47.977Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2684 | 2024-10-30T19:01:49.761Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2685 | 2024-10-30T19:01:50.226Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2686 | 2024-10-30T19:01:51.738Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2687 | 2024-10-30T19:02:03.456Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2688 | 2024-10-30T19:02:03.907Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2689 | 2024-10-30T19:02:06.019Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2690 | 2024-10-30T19:02:06.736Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2691 | 2024-10-30T19:02:08.572Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2692 | 2024-10-30T19:02:09.196Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2693 | 2024-10-30T19:02:10.214Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2694 | 2024-10-30T19:02:21.191Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2695 | 2024-10-30T19:02:22.694Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2696 | 2024-10-30T19:02:22.841Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2697 | 2024-10-30T19:02:24.211Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2698 | 2024-10-30T19:02:25.669Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2699 | 2024-10-30T19:02:26.258Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2700 | 2024-10-30T19:02:28.337Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2701 | 2024-10-30T19:02:34.473Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2702 | 2024-10-30T19:02:37.305Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2703 | 2024-10-30T19:02:37.679Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2704 | 2024-10-30T19:02:39.558Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2705 | 2024-10-30T19:02:40.667Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2706 | 2024-10-30T19:02:44.791Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2707 | 2024-10-30T19:02:45.418Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2708 | 2024-10-30T19:02:46.134Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2709 | 2024-10-30T19:02:47.965Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2710 | 2024-10-30T19:02:51.818Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2711 | 2024-10-30T19:02:54.098Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2712 | 2024-10-30T19:02:54.532Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2713 | 2024-10-30T19:03:00.031Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2714 | 2024-10-30T19:03:04.515Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2715 | 2024-10-30T19:03:06.522Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2716 | 2024-10-30T19:03:06.783Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-10-30T19:03:07.288Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2718 | 2024-10-30T19:03:08.833Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2719 | 2024-10-30T19:03:11.782Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2720 | 2024-10-30T19:03:12.349Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2721 | 2024-10-30T19:03:15.534Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2722 | 2024-10-30T19:03:18.921Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2723 | 2024-10-30T19:03:19.303Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2724 | 2024-10-30T19:03:20.808Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2725 | 2024-10-30T19:03:22.764Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2726 | 2024-10-30T19:03:25.903Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2727 | 2024-10-30T19:03:27.813Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2728 | 2024-10-30T19:03:28.044Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2729 | 2024-10-30T19:03:32.454Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2730 | 2024-10-30T19:03:32.712Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2731 | 2024-10-30T19:03:32.731Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2732 | 2024-10-30T19:03:32.761Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2733 | 2024-10-30T19:03:36.328Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2734 | 2024-10-30T19:03:37.389Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2735 | 2024-10-30T19:03:39.140Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2736 | 2024-10-30T19:03:39.143Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2737 | 2024-10-30T19:03:39.877Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2738 | 2024-10-30T19:03:41.544Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2739 | 2024-10-30T19:03:41.786Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2740 | 2024-10-30T19:03:43.040Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2741 | 2024-10-30T19:04:08.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 41s |
2742 | 2024-10-30T19:04:08.491Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2743 | 2024-10-30T19:04:08.556Z | |
2744 | 2024-10-30T19:04:08.559Z | real 7:41.576800980 |
2745 | 2024-10-30T19:04:08.559Z | user 23:40.857707412 |
2746 | 2024-10-30T19:04:08.560Z | sys 34:34.057336247 |
2747 | 2024-10-30T19:04:08.560Z | trap 0.393391878 |
2748 | 2024-10-30T19:04:08.560Z | tflt 0.142383311 |
2749 | 2024-10-30T19:04:08.560Z | dflt 0.110129669 |
2750 | 2024-10-30T19:04:08.560Z | kflt 0.000000000 |
2751 | 2024-10-30T19:04:08.560Z | lock 1:17:28.987388036 |
2752 | 2024-10-30T19:04:08.560Z | slp 2:11:52.897803133 |
2753 | 2024-10-30T19:04:08.560Z | lat 1:08.669520181 |
2754 | 2024-10-30T19:04:08.560Z | stop 1:07.190538475 |
2755 | 2024-10-30T19:04:08.560Z | process exited: duration 1118582 ms, exit code 0 |
|
2756 | 2024-10-30T19:04:08.567Z | found 0 output files |