|
|
|
1 | 2024-10-03T19:43:45.560Z | job assigned to worker 01J99YGBE9JSHTZR1S2GQ56GWZ (queued for 57 s) |
|
2 | 2024-10-03T19:43:53.939Z | starting task 0: "setup" |
3 | 2024-10-03T19:43:53.948Z | ++ uname -s |
4 | 2024-10-03T19:43:53.950Z | + kern=SunOS |
5 | 2024-10-03T19:43:53.950Z | + case "$kern" in |
6 | 2024-10-03T19:43:53.950Z | + groupadd -g 12345 build |
7 | 2024-10-03T19:43:53.954Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-03T19:43:55.964Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-03T19:43:56.119Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-03T19:43:56.121Z | + home_fs=zfs |
11 | 2024-10-03T19:43:56.121Z | + [[ zfs == autofs ]] |
12 | 2024-10-03T19:43:56.121Z | + mkdir -p /home/build |
13 | 2024-10-03T19:43:56.124Z | + chown build:build /home/build /work |
14 | 2024-10-03T19:43:57.126Z | + chmod 0700 /home/build /work |
15 | 2024-10-03T19:43:57.128Z | process exited: duration 3190 ms, exit code 0 |
|
16 | 2024-10-03T19:43:57.133Z | starting task 1: "rust-toolchain" |
17 | 2024-10-03T19:43:57.139Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-03T19:43:57.139Z | ' 1.80.1 |
19 | 2024-10-03T19:43:57.141Z | * toolchain channel = "1.80.1" |
20 | 2024-10-03T19:43:57.141Z | * toolchain profile = "default" |
21 | 2024-10-03T19:43:57.141Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-03T19:43:57.141Z | ' default |
23 | 2024-10-03T19:43:57.141Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-03T19:43:57.141Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-03T19:43:57.264Z | info: downloading installer |
26 | 2024-10-03T19:43:58.720Z | info: profile set to 'default' |
27 | 2024-10-03T19:43:58.723Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-03T19:43:58.723Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-03T19:43:58.856Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-03T19:43:58.856Z | info: downloading component 'cargo' |
31 | 2024-10-03T19:43:59.550Z | info: downloading component 'clippy' |
32 | 2024-10-03T19:43:59.795Z | info: downloading component 'rust-docs' |
33 | 2024-10-03T19:44:00.762Z | info: downloading component 'rust-std' |
34 | 2024-10-03T19:44:02.116Z | info: downloading component 'rustc' |
35 | 2024-10-03T19:44:05.872Z | info: downloading component 'rustfmt' |
36 | 2024-10-03T19:44:06.076Z | info: installing component 'cargo' |
37 | 2024-10-03T19:44:06.923Z | info: installing component 'clippy' |
38 | 2024-10-03T19:44:07.307Z | info: installing component 'rust-docs' |
39 | 2024-10-03T19:44:08.914Z | info: installing component 'rust-std' |
40 | 2024-10-03T19:44:10.639Z | info: installing component 'rustc' |
41 | 2024-10-03T19:44:15.270Z | info: installing component 'rustfmt' |
42 | 2024-10-03T19:44:15.616Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-03T19:44:15.616Z | |
44 | 2024-10-03T19:44:15.874Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-03T19:44:15.874Z | |
46 | 2024-10-03T19:44:15.877Z | |
47 | 2024-10-03T19:44:15.877Z | Rust is installed now. Great! |
48 | 2024-10-03T19:44:15.877Z | |
49 | 2024-10-03T19:44:15.877Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-03T19:44:15.877Z | environment variable. This has not been done automatically. |
51 | 2024-10-03T19:44:15.877Z | |
52 | 2024-10-03T19:44:15.877Z | To configure your current shell, you need to source |
53 | 2024-10-03T19:44:15.877Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-03T19:44:15.877Z | |
55 | 2024-10-03T19:44:15.877Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-03T19:44:15.877Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-03T19:44:15.877Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-03T19:44:15.929Z | + rustc --version |
59 | 2024-10-03T19:44:15.991Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-03T19:44:15.994Z | process exited: duration 18860 ms, exit code 0 |
|
61 | 2024-10-03T19:44:15.999Z | starting task 2: "authentication" |
62 | 2024-10-03T19:44:16.019Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-03T19:44:16.024Z | starting task 3: "clone repository" |
64 | 2024-10-03T19:44:16.029Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-03T19:44:16.031Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-03T19:44:16.357Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-03T19:44:23.830Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-03T19:44:23.830Z | + git fetch origin 09053cabe90ebf5d2b47af17e254329b62f40313 |
69 | 2024-10-03T19:44:24.109Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-03T19:44:24.112Z | * branch 09053cabe90ebf5d2b47af17e254329b62f40313 -> FETCH_HEAD |
71 | 2024-10-03T19:44:24.119Z | + [[ -n sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
72 | 2024-10-03T19:44:24.121Z | ++ git branch --show-current |
73 | 2024-10-03T19:44:24.124Z | + current=main |
74 | 2024-10-03T19:44:24.124Z | + [[ main != sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
75 | 2024-10-03T19:44:24.124Z | + git branch -f sunshowers/spr/reconfigurator-impl-eq-for-trimap 09053cabe90ebf5d2b47af17e254329b62f40313 |
76 | 2024-10-03T19:44:24.127Z | + git checkout -f sunshowers/spr/reconfigurator-impl-eq-for-trimap |
77 | 2024-10-03T19:44:24.287Z | Switched to branch 'sunshowers/spr/reconfigurator-impl-eq-for-trimap' |
78 | 2024-10-03T19:44:24.289Z | + git reset --hard 09053cabe90ebf5d2b47af17e254329b62f40313 |
79 | 2024-10-03T19:44:24.299Z | HEAD is now at 09053cabe [spr] initial version |
80 | 2024-10-03T19:44:24.301Z | process exited: duration 8275 ms, exit code 0 |
|
81 | 2024-10-03T19:44:24.308Z | starting task 4: "build" |
82 | 2024-10-03T19:44:24.313Z | + cargo --version |
83 | 2024-10-03T19:44:24.367Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-03T19:44:24.370Z | + rustc --version |
85 | 2024-10-03T19:44:24.426Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-03T19:44:24.428Z | + source ./env.sh |
87 | 2024-10-03T19:44:24.430Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-10-03T19:44:24.430Z | ++ set -o xtrace |
89 | 2024-10-03T19:44:24.433Z | ++++ dirname ./env.sh |
90 | 2024-10-03T19:44:24.433Z | +++ readlink -f . |
91 | 2024-10-03T19:44:24.458Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-10-03T19:44:24.460Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-10-03T19:44:24.460Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-10-03T19:44:24.460Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-10-03T19:44:24.460Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-10-03T19:44:24.460Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-03T19:44:24.460Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-10-03T19:44:24.460Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-10-03T19:44:24.460Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-10-03T19:44:24.460Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-10-03T19:44:24.460Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-10-03T19:44:24.460Z | + banner prerequisites |
103 | 2024-10-03T19:44:24.481Z | |
104 | 2024-10-03T19:44:24.482Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-10-03T19:44:24.482Z | # # # # # # # # # # # # # # # |
106 | 2024-10-03T19:44:24.482Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-10-03T19:44:24.482Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-10-03T19:44:24.482Z | # # # # # # # # # # # # # # # |
109 | 2024-10-03T19:44:24.482Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-10-03T19:44:24.482Z | |
111 | 2024-10-03T19:44:24.484Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-10-03T19:44:33.241Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-10-03T19:44:36.443Z | Startup: Caching catalogs ... Done |
114 | 2024-10-03T19:44:40.650Z | Planning: Solver setup ... Done (3.583s) |
115 | 2024-10-03T19:44:40.707Z | Planning: Running solver ... Done (0.058s) |
116 | 2024-10-03T19:44:40.864Z | Planning: Finding local manifests ... Done (0.099s) |
117 | 2024-10-03T19:44:40.893Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-10-03T19:44:41.123Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-10-03T19:44:41.422Z | Planning: Package planning ... Done (0.299s) |
120 | 2024-10-03T19:44:41.479Z | Planning: Merging actions ... Done (0.056s) |
121 | 2024-10-03T19:44:42.822Z | Planning: Checking for conflicting actions ... Done (1.343s) |
122 | 2024-10-03T19:44:53.381Z | Planning: Consolidating action changes ... Done (10.557s) |
123 | 2024-10-03T19:44:53.763Z | Planning: Evaluating mediators ... Done (0.383s) |
124 | 2024-10-03T19:44:53.897Z | Planning: Planning completed in 17.38 seconds |
125 | 2024-10-03T19:44:53.910Z | Packages to install: 4 |
126 | 2024-10-03T19:44:53.911Z | Packages to update: 1 |
127 | 2024-10-03T19:44:53.915Z | Mediators to change: 2 |
128 | 2024-10-03T19:44:53.915Z | Services to change: 1 |
129 | 2024-10-03T19:44:53.915Z | Estimated space available: 155.71 GB |
130 | 2024-10-03T19:44:53.915Z | Estimated space to be consumed: 1.56 GB |
131 | 2024-10-03T19:44:53.915Z | Create boot environment: No |
132 | 2024-10-03T19:44:53.915Z | Create backup boot environment: Yes |
133 | 2024-10-03T19:44:53.915Z | Rebuild boot archive: No |
134 | 2024-10-03T19:44:53.915Z | |
135 | 2024-10-03T19:44:53.915Z | Changed mediators: |
136 | 2024-10-03T19:44:53.915Z | mediator clang: |
137 | 2024-10-03T19:44:53.915Z | version: None -> 15 (system default) |
138 | 2024-10-03T19:44:53.915Z | |
139 | 2024-10-03T19:44:53.915Z | mediator llvm: |
140 | 2024-10-03T19:44:53.915Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-10-03T19:44:53.915Z | |
142 | 2024-10-03T19:44:53.915Z | Changed packages: |
143 | 2024-10-03T19:44:53.915Z | helios-dev |
144 | 2024-10-03T19:44:53.915Z | developer/build-essential |
145 | 2024-10-03T19:44:53.915Z | None -> 11-2.0 |
146 | 2024-10-03T19:44:53.915Z | library/libxmlsec1 |
147 | 2024-10-03T19:44:53.915Z | None -> 1.2.35-2.0 |
148 | 2024-10-03T19:44:53.915Z | ooce/developer/clang-15 |
149 | 2024-10-03T19:44:53.915Z | None -> 15.0.7-2.0 |
150 | 2024-10-03T19:44:53.915Z | ooce/developer/llvm-15 |
151 | 2024-10-03T19:44:53.915Z | None -> 15.0.7-2.0 |
152 | 2024-10-03T19:44:53.916Z | package/pkg |
153 | 2024-10-03T19:44:53.916Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-10-03T19:44:53.916Z | |
155 | 2024-10-03T19:44:53.916Z | Services: |
156 | 2024-10-03T19:44:53.916Z | restart_fmri: |
157 | 2024-10-03T19:44:53.916Z | svc:/system/update-man-index:default |
158 | 2024-10-03T19:44:53.916Z | |
159 | 2024-10-03T19:44:53.916Z | Editable files to change: |
160 | 2024-10-03T19:44:53.916Z | Update: |
161 | 2024-10-03T19:44:53.916Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-10-03T19:44:54.409Z | |
163 | 2024-10-03T19:44:54.409Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-10-03T19:44:59.418Z | Download: 1302/4281 items 115.0/220.6MB 52% complete (23.9M/s) |
165 | 2024-10-03T19:45:04.431Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (12.4M/s) |
166 | 2024-10-03T19:45:09.431Z | Download: 3094/4281 items 122.5/220.6MB 55% complete (713k/s) |
167 | 2024-10-03T19:45:15.960Z | Download: 3279/4281 items 209.6/220.6MB 95% complete (9.0M/s) |
168 | 2024-10-03T19:45:18.638Z | Download: Completed 220.60 MB in 24.23 seconds (9.1M/s) |
169 | 2024-10-03T19:45:20.993Z | Actions: 1/5063 actions (Removing old actions) |
170 | 2024-10-03T19:45:21.016Z | Actions: 194/5063 actions (Installing new actions) |
171 | 2024-10-03T19:45:26.067Z | Actions: 4079/5063 actions (Installing new actions) |
172 | 2024-10-03T19:45:27.202Z | Actions: 4226/5063 actions (Updating modified actions) |
173 | 2024-10-03T19:45:27.646Z | Actions: Completed 5063 actions in 6.65 seconds. |
174 | 2024-10-03T19:45:27.969Z | Done (0.317s) |
175 | 2024-10-03T19:45:27.972Z | Done (0.000s) |
176 | 2024-10-03T19:45:28.410Z | Done (0.439s) |
177 | 2024-10-03T19:45:35.749Z | Done (7.148s) |
178 | 2024-10-03T19:45:36.320Z | Done (0.500s) |
179 | 2024-10-03T19:45:36.322Z | Done (0.000s) |
180 | 2024-10-03T19:45:36.573Z | Done (0.000s) |
181 | 2024-10-03T19:45:37.193Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-10-03T19:45:37.356Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-10-03T19:45:37.360Z | Planning: Consolidating action changes ... Done |
184 | 2024-10-03T19:45:37.632Z | Planning: Evaluating mediators ... Done |
185 | 2024-10-03T19:45:37.634Z | Planning: Planning completed in 0.44 seconds |
186 | 2024-10-03T19:45:37.671Z | Mediators to change: 2 |
187 | 2024-10-03T19:45:37.671Z | Create boot environment: No |
188 | 2024-10-03T19:45:37.673Z | Create backup boot environment: No |
189 | 2024-10-03T19:45:37.748Z | Done |
190 | 2024-10-03T19:45:37.749Z | Done |
191 | 2024-10-03T19:45:38.019Z | Done |
192 | 2024-10-03T19:45:41.570Z | Done |
193 | 2024-10-03T19:45:41.657Z | Done |
194 | 2024-10-03T19:45:41.659Z | Done |
195 | 2024-10-03T19:45:41.816Z | Done |
196 | 2024-10-03T19:45:42.421Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-10-03T19:45:42.424Z | Planning: Merging actions ... Done |
198 | 2024-10-03T19:45:42.611Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-10-03T19:45:42.614Z | Planning: Consolidating action changes ... Done |
200 | 2024-10-03T19:45:42.877Z | Planning: Evaluating mediators ... Done |
201 | 2024-10-03T19:45:42.932Z | Planning: Planning completed in 0.75 seconds |
202 | 2024-10-03T19:45:42.972Z | Packages to change: 1 |
203 | 2024-10-03T19:45:42.972Z | Mediators to change: 1 |
204 | 2024-10-03T19:45:42.974Z | Services to change: 1 |
205 | 2024-10-03T19:45:42.974Z | Create boot environment: No |
206 | 2024-10-03T19:45:42.974Z | Create backup boot environment: Yes |
207 | 2024-10-03T19:45:44.991Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-10-03T19:45:45.039Z | Actions: Completed 6 actions in 0.05 seconds. |
209 | 2024-10-03T19:45:45.042Z | Done |
210 | 2024-10-03T19:45:45.042Z | Done |
211 | 2024-10-03T19:45:45.131Z | Done |
212 | 2024-10-03T19:45:48.691Z | Done |
213 | 2024-10-03T19:45:48.781Z | Done |
214 | 2024-10-03T19:45:48.783Z | Done |
215 | 2024-10-03T19:45:48.936Z | Done |
216 | 2024-10-03T19:45:49.367Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-10-03T19:45:49.367Z | clang system 15 system |
218 | 2024-10-03T19:45:49.367Z | csh system system illumos |
219 | 2024-10-03T19:45:49.367Z | ctags system system illumos |
220 | 2024-10-03T19:45:49.367Z | gcc vendor 12 vendor |
221 | 2024-10-03T19:45:49.367Z | gcc system 10 system |
222 | 2024-10-03T19:45:49.367Z | gcc system 7 system |
223 | 2024-10-03T19:45:49.367Z | go system 1.20 system |
224 | 2024-10-03T19:45:49.367Z | go system 1.19 system |
225 | 2024-10-03T19:45:49.367Z | llvm system 15 system |
226 | 2024-10-03T19:45:49.367Z | llvm system 14 system |
227 | 2024-10-03T19:45:49.367Z | mariadb system 10.6 system |
228 | 2024-10-03T19:45:49.367Z | mta vendor vendor dma |
229 | 2024-10-03T19:45:49.367Z | openjdk system 17 system |
230 | 2024-10-03T19:45:49.367Z | openjdk system 11 system |
231 | 2024-10-03T19:45:49.367Z | openjdk system 1.8 system |
232 | 2024-10-03T19:45:49.367Z | openssl vendor 3 vendor |
233 | 2024-10-03T19:45:49.367Z | perl system 5.36 system |
234 | 2024-10-03T19:45:49.367Z | postgresql system 15 system |
235 | 2024-10-03T19:45:49.367Z | postgresql system 13 system |
236 | 2024-10-03T19:45:49.367Z | python vendor 3 vendor |
237 | 2024-10-03T19:45:49.367Z | python system 2 system |
238 | 2024-10-03T19:45:49.367Z | python3 system 3.11 system |
239 | 2024-10-03T19:45:49.367Z | ruby system 3.0 system |
240 | 2024-10-03T19:45:49.368Z | words vendor vendor american-english |
241 | 2024-10-03T19:45:49.368Z | words system system australian-english |
242 | 2024-10-03T19:45:49.368Z | words system system british-english |
243 | 2024-10-03T19:45:49.368Z | words system system canadian-english |
244 | 2024-10-03T19:45:49.368Z | words system system french |
245 | 2024-10-03T19:45:49.368Z | words system system italian |
246 | 2024-10-03T19:45:49.368Z | words system system ngerman |
247 | 2024-10-03T19:45:49.368Z | words system system ogerman |
248 | 2024-10-03T19:45:49.368Z | words system system spanish |
249 | 2024-10-03T19:45:49.696Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-10-03T19:45:49.696Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-10-03T19:45:51.723Z | FMRI IFO |
252 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-10-03T19:45:51.723Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-10-03T19:45:51.724Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-10-03T19:45:51.724Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-10-03T19:45:51.724Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-10-03T19:45:51.724Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-10-03T19:45:52.382Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-10-03T19:45:52.604Z | Updating crates.io index |
267 | 2024-10-03T19:45:52.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-10-03T19:45:53.360Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-10-03T19:45:53.586Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-10-03T19:45:53.827Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-10-03T19:45:54.057Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-10-03T19:45:54.863Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-10-03T19:45:57.114Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-10-03T19:45:58.021Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-10-03T19:45:58.720Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-10-03T19:45:58.959Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-10-03T19:45:59.169Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-10-03T19:45:59.690Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2024-10-03T19:45:59.950Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
280 | 2024-10-03T19:46:00.240Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
281 | 2024-10-03T19:46:00.520Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2024-10-03T19:46:00.821Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-10-03T19:46:01.060Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-10-03T19:46:01.279Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-10-03T19:46:01.505Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-10-03T19:46:01.801Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-10-03T19:46:02.075Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-10-03T19:46:02.377Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-10-03T19:46:02.672Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-10-03T19:46:02.998Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-10-03T19:46:03.482Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-10-03T19:46:03.755Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-10-03T19:46:04.112Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-10-03T19:46:04.487Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-10-03T19:46:04.766Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-10-03T19:46:05.042Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-10-03T19:46:06.228Z | Downloading crates ... |
298 | 2024-10-03T19:46:06.294Z | Downloaded bitflags v2.6.0 |
299 | 2024-10-03T19:46:06.300Z | Downloaded autocfg v1.3.0 |
300 | 2024-10-03T19:46:06.302Z | Downloaded anstyle v1.0.8 |
301 | 2024-10-03T19:46:06.308Z | Downloaded equivalent v1.0.1 |
302 | 2024-10-03T19:46:06.310Z | Downloaded scroll_derive v0.12.0 |
303 | 2024-10-03T19:46:06.310Z | Downloaded swrite v0.1.0 |
304 | 2024-10-03T19:46:06.330Z | Downloaded pretty-hex v0.4.1 |
305 | 2024-10-03T19:46:06.335Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-10-03T19:46:06.337Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-10-03T19:46:06.342Z | Downloaded anstyle-parse v0.2.4 |
308 | 2024-10-03T19:46:06.344Z | Downloaded pest_generator v2.7.10 |
309 | 2024-10-03T19:46:06.346Z | Downloaded bytecount v0.6.8 |
310 | 2024-10-03T19:46:06.348Z | Downloaded clap_lex v0.7.0 |
311 | 2024-10-03T19:46:06.348Z | Downloaded heck v0.5.0 |
312 | 2024-10-03T19:46:06.351Z | Downloaded digest v0.10.7 |
313 | 2024-10-03T19:46:06.351Z | Downloaded block-buffer v0.10.4 |
314 | 2024-10-03T19:46:06.354Z | Downloaded generic-array v0.14.7 |
315 | 2024-10-03T19:46:06.354Z | Downloaded cfg-if v1.0.0 |
316 | 2024-10-03T19:46:06.356Z | Downloaded colorchoice v1.0.1 |
317 | 2024-10-03T19:46:06.356Z | Downloaded fs-err v2.11.0 |
318 | 2024-10-03T19:46:06.358Z | Downloaded cpufeatures v0.2.12 |
319 | 2024-10-03T19:46:06.361Z | Downloaded anstyle-query v1.0.3 |
320 | 2024-10-03T19:46:06.361Z | Downloaded serde_spanned v0.6.7 |
321 | 2024-10-03T19:46:06.363Z | Downloaded strsim v0.11.1 |
322 | 2024-10-03T19:46:06.364Z | Downloaded smawk v0.3.2 |
323 | 2024-10-03T19:46:06.366Z | Downloaded macaddr v1.0.1 |
324 | 2024-10-03T19:46:06.366Z | Downloaded usdt v0.5.0 |
325 | 2024-10-03T19:46:06.370Z | Downloaded thiserror-impl v1.0.64 |
326 | 2024-10-03T19:46:06.370Z | Downloaded terminal_size v0.3.0 |
327 | 2024-10-03T19:46:06.372Z | Downloaded fnv v1.0.7 |
328 | 2024-10-03T19:46:06.372Z | Downloaded usdt-impl v0.5.0 |
329 | 2024-10-03T19:46:06.372Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-10-03T19:46:06.374Z | Downloaded unicode-linebreak v0.1.5 |
331 | 2024-10-03T19:46:06.374Z | Downloaded memmap v0.7.0 |
332 | 2024-10-03T19:46:06.377Z | Downloaded byteorder v1.5.0 |
333 | 2024-10-03T19:46:06.377Z | Downloaded errno v0.3.9 |
334 | 2024-10-03T19:46:06.379Z | Downloaded plain v0.2.3 |
335 | 2024-10-03T19:46:06.379Z | Downloaded dtrace-parser v0.2.0 |
336 | 2024-10-03T19:46:06.379Z | Downloaded utf8parse v0.2.1 |
337 | 2024-10-03T19:46:06.382Z | Downloaded thread-id v4.2.1 |
338 | 2024-10-03T19:46:06.382Z | Downloaded dof v0.3.0 |
339 | 2024-10-03T19:46:06.384Z | Downloaded cargo-platform v0.1.8 |
340 | 2024-10-03T19:46:06.385Z | Downloaded heck v0.4.1 |
341 | 2024-10-03T19:46:06.387Z | Downloaded camino v1.1.9 |
342 | 2024-10-03T19:46:06.387Z | Downloaded itoa v1.0.11 |
343 | 2024-10-03T19:46:06.390Z | Downloaded cargo_metadata v0.18.1 |
344 | 2024-10-03T19:46:06.390Z | Downloaded thiserror v1.0.64 |
345 | 2024-10-03T19:46:06.393Z | Downloaded version_check v0.9.5 |
346 | 2024-10-03T19:46:06.396Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-10-03T19:46:06.396Z | Downloaded sha2 v0.10.8 |
348 | 2024-10-03T19:46:06.399Z | Downloaded once_cell v1.19.0 |
349 | 2024-10-03T19:46:06.402Z | Downloaded scroll v0.12.0 |
350 | 2024-10-03T19:46:06.404Z | Downloaded proc-macro-error-attr v1.0.4 |
351 | 2024-10-03T19:46:06.404Z | Downloaded camino-tempfile v1.1.1 |
352 | 2024-10-03T19:46:06.406Z | Downloaded serde_tokenstream v0.2.2 |
353 | 2024-10-03T19:46:06.406Z | Downloaded zerocopy-derive v0.7.34 |
354 | 2024-10-03T19:46:06.410Z | Downloaded clap_derive v4.5.18 |
355 | 2024-10-03T19:46:06.412Z | Downloaded pest_derive v2.7.10 |
356 | 2024-10-03T19:46:06.416Z | Downloaded tempfile v3.10.1 |
357 | 2024-10-03T19:46:06.420Z | Downloaded anyhow v1.0.89 |
358 | 2024-10-03T19:46:06.423Z | Downloaded semver v1.0.23 |
359 | 2024-10-03T19:46:06.423Z | Downloaded ryu v1.0.18 |
360 | 2024-10-03T19:46:06.425Z | Downloaded quote v1.0.37 |
361 | 2024-10-03T19:46:06.428Z | Downloaded typenum v1.17.0 |
362 | 2024-10-03T19:46:06.430Z | Downloaded textwrap v0.16.1 |
363 | 2024-10-03T19:46:06.432Z | Downloaded log v0.4.22 |
364 | 2024-10-03T19:46:06.435Z | Downloaded serde_derive v1.0.210 |
365 | 2024-10-03T19:46:06.439Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-10-03T19:46:06.444Z | Downloaded toml v0.8.19 |
367 | 2024-10-03T19:46:06.446Z | Downloaded ucd-trie v0.1.6 |
368 | 2024-10-03T19:46:06.446Z | Downloaded proc-macro2 v1.0.86 |
369 | 2024-10-03T19:46:06.446Z | Downloaded papergrid v0.11.0 |
370 | 2024-10-03T19:46:06.450Z | Downloaded clap v4.5.18 |
371 | 2024-10-03T19:46:06.458Z | Downloaded pest_meta v2.7.10 |
372 | 2024-10-03T19:46:06.461Z | Downloaded cargo_toml v0.20.5 |
373 | 2024-10-03T19:46:06.465Z | Downloaded proc-macro-error v1.0.4 |
374 | 2024-10-03T19:46:06.467Z | Downloaded is_terminal_polyfill v1.70.0 |
375 | 2024-10-03T19:46:06.467Z | Downloaded indexmap v2.5.0 |
376 | 2024-10-03T19:46:06.470Z | Downloaded crypto-common v0.1.6 |
377 | 2024-10-03T19:46:06.473Z | Downloaded serde v1.0.210 |
378 | 2024-10-03T19:46:06.475Z | Downloaded anstream v0.6.14 |
379 | 2024-10-03T19:46:06.479Z | Downloaded fastrand v2.1.0 |
380 | 2024-10-03T19:46:06.479Z | Downloaded memchr v2.7.2 |
381 | 2024-10-03T19:46:06.485Z | Downloaded toml_edit v0.22.22 |
382 | 2024-10-03T19:46:06.507Z | Downloaded pest v2.7.10 |
383 | 2024-10-03T19:46:06.520Z | Downloaded zerocopy v0.7.34 |
384 | 2024-10-03T19:46:06.535Z | Downloaded winnow v0.6.18 |
385 | 2024-10-03T19:46:06.543Z | Downloaded serde_json v1.0.128 |
386 | 2024-10-03T19:46:06.550Z | Downloaded goblin v0.8.2 |
387 | 2024-10-03T19:46:06.556Z | Downloaded tabled v0.15.0 |
388 | 2024-10-03T19:46:06.570Z | Downloaded hashbrown v0.14.5 |
389 | 2024-10-03T19:46:06.575Z | Downloaded syn v2.0.79 |
390 | 2024-10-03T19:46:06.585Z | Downloaded syn v1.0.109 |
391 | 2024-10-03T19:46:06.594Z | Downloaded clap_builder v4.5.18 |
392 | 2024-10-03T19:46:06.600Z | Downloaded rustix v0.38.34 |
393 | 2024-10-03T19:46:06.621Z | Downloaded unicode-width v0.1.13 |
394 | 2024-10-03T19:46:06.629Z | Downloaded libc v0.2.159 |
395 | 2024-10-03T19:46:06.932Z | Compiling proc-macro2 v1.0.86 |
396 | 2024-10-03T19:46:06.932Z | Compiling unicode-ident v1.0.13 |
397 | 2024-10-03T19:46:06.935Z | Compiling version_check v0.9.5 |
398 | 2024-10-03T19:46:06.935Z | Compiling serde v1.0.210 |
399 | 2024-10-03T19:46:06.935Z | Compiling thiserror v1.0.64 |
400 | 2024-10-03T19:46:06.935Z | Compiling memchr v2.7.2 |
401 | 2024-10-03T19:46:06.935Z | Compiling libc v0.2.159 |
402 | 2024-10-03T19:46:06.966Z | Compiling ryu v1.0.18 |
403 | 2024-10-03T19:46:07.190Z | Compiling ucd-trie v0.1.6 |
404 | 2024-10-03T19:46:07.368Z | Compiling itoa v1.0.11 |
405 | 2024-10-03T19:46:07.726Z | Compiling once_cell v1.19.0 |
406 | 2024-10-03T19:46:07.750Z | Compiling byteorder v1.5.0 |
407 | 2024-10-03T19:46:08.040Z | Compiling rustix v0.38.34 |
408 | 2024-10-03T19:46:08.354Z | Compiling serde_json v1.0.128 |
409 | 2024-10-03T19:46:09.203Z | Compiling bitflags v2.6.0 |
410 | 2024-10-03T19:46:09.244Z | Compiling proc-macro-error-attr v1.0.4 |
411 | 2024-10-03T19:46:09.332Z | Compiling usdt-impl v0.5.0 |
412 | 2024-10-03T19:46:09.335Z | Compiling syn v1.0.109 |
413 | 2024-10-03T19:46:09.529Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-10-03T19:46:09.608Z | Compiling hashbrown v0.14.5 |
415 | 2024-10-03T19:46:09.635Z | Compiling equivalent v1.0.1 |
416 | 2024-10-03T19:46:09.738Z | Compiling plain v0.2.3 |
417 | 2024-10-03T19:46:09.809Z | Compiling utf8parse v0.2.1 |
418 | 2024-10-03T19:46:09.835Z | Compiling camino v1.1.9 |
419 | 2024-10-03T19:46:09.890Z | Compiling log v0.4.22 |
420 | 2024-10-03T19:46:09.963Z | Compiling thread-id v4.2.1 |
421 | 2024-10-03T19:46:10.006Z | Compiling quote v1.0.37 |
422 | 2024-10-03T19:46:10.079Z | Compiling anstyle-parse v0.2.4 |
423 | 2024-10-03T19:46:10.277Z | Compiling anstyle v1.0.8 |
424 | 2024-10-03T19:46:10.403Z | Compiling syn v2.0.79 |
425 | 2024-10-03T19:46:10.470Z | Compiling errno v0.3.9 |
426 | 2024-10-03T19:46:10.695Z | Compiling colorchoice v1.0.1 |
427 | 2024-10-03T19:46:10.742Z | Compiling anstyle-query v1.0.3 |
428 | 2024-10-03T19:46:10.744Z | Compiling semver v1.0.23 |
429 | 2024-10-03T19:46:10.897Z | Compiling indexmap v2.5.0 |
430 | 2024-10-03T19:46:10.923Z | Compiling winnow v0.6.18 |
431 | 2024-10-03T19:46:10.956Z | Compiling pretty-hex v0.4.1 |
432 | 2024-10-03T19:46:11.156Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-10-03T19:46:11.278Z | Compiling autocfg v1.3.0 |
434 | 2024-10-03T19:46:11.320Z | Compiling unicode-width v0.1.13 |
435 | 2024-10-03T19:46:11.655Z | Compiling anstream v0.6.14 |
436 | 2024-10-03T19:46:12.296Z | Compiling fs-err v2.11.0 |
437 | 2024-10-03T19:46:12.328Z | Compiling cfg-if v1.0.0 |
438 | 2024-10-03T19:46:12.368Z | Compiling heck v0.4.1 |
439 | 2024-10-03T19:46:12.423Z | Compiling fnv v1.0.7 |
440 | 2024-10-03T19:46:12.446Z | Compiling anyhow v1.0.89 |
441 | 2024-10-03T19:46:12.560Z | Compiling bytecount v0.6.8 |
442 | 2024-10-03T19:46:12.587Z | Compiling strsim v0.11.1 |
443 | 2024-10-03T19:46:12.775Z | Compiling terminal_size v0.3.0 |
444 | 2024-10-03T19:46:12.871Z | Compiling clap_lex v0.7.0 |
445 | 2024-10-03T19:46:12.962Z | Compiling heck v0.5.0 |
446 | 2024-10-03T19:46:13.058Z | Compiling fastrand v2.1.0 |
447 | 2024-10-03T19:46:13.388Z | Compiling tempfile v3.10.1 |
448 | 2024-10-03T19:46:13.458Z | Compiling clap_builder v4.5.18 |
449 | 2024-10-03T19:46:13.605Z | Compiling papergrid v0.11.0 |
450 | 2024-10-03T19:46:13.878Z | Compiling memmap v0.7.0 |
451 | 2024-10-03T19:46:14.186Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-10-03T19:46:14.251Z | Compiling smawk v0.3.2 |
453 | 2024-10-03T19:46:14.671Z | Compiling textwrap v0.16.1 |
454 | 2024-10-03T19:46:14.717Z | Compiling swrite v0.1.0 |
455 | 2024-10-03T19:46:16.211Z | Compiling tabled_derive v0.7.0 |
456 | 2024-10-03T19:46:17.699Z | Compiling tabled v0.15.0 |
457 | 2024-10-03T19:46:19.075Z | Compiling serde_derive v1.0.210 |
458 | 2024-10-03T19:46:19.077Z | Compiling thiserror-impl v1.0.64 |
459 | 2024-10-03T19:46:19.077Z | Compiling zerocopy-derive v0.7.34 |
460 | 2024-10-03T19:46:19.078Z | Compiling scroll_derive v0.12.0 |
461 | 2024-10-03T19:46:19.124Z | Compiling clap_derive v4.5.18 |
462 | 2024-10-03T19:46:20.328Z | Compiling scroll v0.12.0 |
463 | 2024-10-03T19:46:20.739Z | Compiling zerocopy v0.7.34 |
464 | 2024-10-03T19:46:20.810Z | Compiling goblin v0.8.2 |
465 | 2024-10-03T19:46:21.647Z | Compiling pest v2.7.10 |
466 | 2024-10-03T19:46:22.979Z | Compiling clap v4.5.18 |
467 | 2024-10-03T19:46:23.907Z | Compiling pest_meta v2.7.10 |
468 | 2024-10-03T19:46:24.731Z | Compiling pest_generator v2.7.10 |
469 | 2024-10-03T19:46:26.573Z | Compiling pest_derive v2.7.10 |
470 | 2024-10-03T19:46:27.361Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-10-03T19:46:29.189Z | Compiling serde_tokenstream v0.2.2 |
472 | 2024-10-03T19:46:29.285Z | Compiling toml_datetime v0.6.8 |
473 | 2024-10-03T19:46:29.285Z | Compiling serde_spanned v0.6.7 |
474 | 2024-10-03T19:46:29.489Z | Compiling cargo-platform v0.1.8 |
475 | 2024-10-03T19:46:29.629Z | Compiling toml_edit v0.22.22 |
476 | 2024-10-03T19:46:29.750Z | Compiling macaddr v1.0.1 |
477 | 2024-10-03T19:46:30.071Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-10-03T19:46:30.614Z | Compiling dof v0.3.0 |
479 | 2024-10-03T19:46:30.740Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-10-03T19:46:32.243Z | Compiling usdt-macro v0.5.0 |
481 | 2024-10-03T19:46:32.268Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-10-03T19:46:32.525Z | Compiling toml v0.8.19 |
483 | 2024-10-03T19:46:33.402Z | Compiling cargo_toml v0.20.5 |
484 | 2024-10-03T19:46:33.560Z | Compiling usdt v0.5.0 |
485 | 2024-10-03T19:46:37.225Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-10-03T19:46:41.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.31s |
487 | 2024-10-03T19:46:41.714Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-10-03T19:46:42.294Z | Downloading crates ... |
489 | 2024-10-03T19:46:42.414Z | Downloaded addr2line v0.21.0 |
490 | 2024-10-03T19:46:42.416Z | Downloaded array-init v0.0.4 |
491 | 2024-10-03T19:46:42.425Z | Downloaded async-stream-impl v0.3.5 |
492 | 2024-10-03T19:46:42.427Z | Downloaded crunchy v0.2.2 |
493 | 2024-10-03T19:46:42.430Z | Downloaded atty v0.2.14 |
494 | 2024-10-03T19:46:42.439Z | Downloaded cfg_aliases v0.2.1 |
495 | 2024-10-03T19:46:42.442Z | Downloaded hubpack_derive v0.1.1 |
496 | 2024-10-03T19:46:42.444Z | Downloaded cstr-argument v0.1.2 |
497 | 2024-10-03T19:46:42.444Z | Downloaded http-body v1.0.0 |
498 | 2024-10-03T19:46:42.446Z | Downloaded arrayref v0.3.7 |
499 | 2024-10-03T19:46:42.446Z | Downloaded arc-swap v1.7.1 |
500 | 2024-10-03T19:46:42.451Z | Downloaded arrayvec v0.7.4 |
501 | 2024-10-03T19:46:42.454Z | Downloaded http-body v0.4.6 |
502 | 2024-10-03T19:46:42.456Z | Downloaded buf-list v1.0.3 |
503 | 2024-10-03T19:46:42.459Z | Downloaded is-terminal v0.4.12 |
504 | 2024-10-03T19:46:42.461Z | Downloaded matches v0.1.10 |
505 | 2024-10-03T19:46:42.461Z | Downloaded http-range v0.1.5 |
506 | 2024-10-03T19:46:42.464Z | Downloaded cexpr v0.6.0 |
507 | 2024-10-03T19:46:42.468Z | Downloaded bb8 v0.8.5 |
508 | 2024-10-03T19:46:42.468Z | Downloaded cbc v0.1.2 |
509 | 2024-10-03T19:46:42.470Z | Downloaded castaway v0.2.3 |
510 | 2024-10-03T19:46:42.470Z | Downloaded crc-catalog v2.4.0 |
511 | 2024-10-03T19:46:42.472Z | Downloaded block-padding v0.3.3 |
512 | 2024-10-03T19:46:42.472Z | Downloaded new_debug_unreachable v1.0.6 |
513 | 2024-10-03T19:46:42.474Z | Downloaded curve25519-dalek-derive v0.1.1 |
514 | 2024-10-03T19:46:42.475Z | Downloaded crc v3.2.1 |
515 | 2024-10-03T19:46:42.477Z | Downloaded bit-set v0.5.3 |
516 | 2024-10-03T19:46:42.479Z | Downloaded constant_time_eq v0.3.0 |
517 | 2024-10-03T19:46:42.479Z | Downloaded async-recursion v1.1.1 |
518 | 2024-10-03T19:46:42.483Z | Downloaded hostname v0.4.0 |
519 | 2024-10-03T19:46:42.485Z | Downloaded inout v0.1.3 |
520 | 2024-10-03T19:46:42.488Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2024-10-03T19:46:42.488Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-10-03T19:46:42.488Z | Downloaded httpdate v1.0.3 |
523 | 2024-10-03T19:46:42.490Z | Downloaded linear-map v1.2.0 |
524 | 2024-10-03T19:46:42.493Z | Downloaded lazy_static v1.5.0 |
525 | 2024-10-03T19:46:42.493Z | Downloaded cfg_aliases v0.1.1 |
526 | 2024-10-03T19:46:42.495Z | Downloaded md-5 v0.10.6 |
527 | 2024-10-03T19:46:42.497Z | Downloaded atomicwrites v0.4.4 |
528 | 2024-10-03T19:46:42.497Z | Downloaded darling_macro v0.20.9 |
529 | 2024-10-03T19:46:42.499Z | Downloaded maplit v1.0.2 |
530 | 2024-10-03T19:46:42.499Z | Downloaded hyper-tls v0.6.0 |
531 | 2024-10-03T19:46:42.502Z | Downloaded instant v0.1.12 |
532 | 2024-10-03T19:46:42.504Z | Downloaded lru-cache v0.1.2 |
533 | 2024-10-03T19:46:42.504Z | Downloaded libefi-sys v0.1.0 |
534 | 2024-10-03T19:46:42.507Z | Downloaded console v0.15.8 |
535 | 2024-10-03T19:46:42.509Z | Downloaded async-bb8-diesel v0.2.1 |
536 | 2024-10-03T19:46:42.511Z | Downloaded nanorand v0.7.0 |
537 | 2024-10-03T19:46:42.514Z | Downloaded hyper-rustls v0.27.3 |
538 | 2024-10-03T19:46:42.518Z | Downloaded csv-core v0.1.11 |
539 | 2024-10-03T19:46:42.520Z | Downloaded nodrop v0.1.14 |
540 | 2024-10-03T19:46:42.520Z | Downloaded humantime v2.1.0 |
541 | 2024-10-03T19:46:42.522Z | Downloaded const_format_proc_macros v0.2.33 |
542 | 2024-10-03T19:46:42.526Z | Downloaded ctr v0.9.2 |
543 | 2024-10-03T19:46:42.528Z | Downloaded blowfish v0.9.1 |
544 | 2024-10-03T19:46:42.528Z | Downloaded cassowary v0.3.0 |
545 | 2024-10-03T19:46:42.530Z | Downloaded cobs v0.2.3 |
546 | 2024-10-03T19:46:42.531Z | Downloaded assert_matches v1.5.0 |
547 | 2024-10-03T19:46:42.533Z | Downloaded bitfield-struct v0.6.1 |
548 | 2024-10-03T19:46:42.535Z | Downloaded lock_api v0.4.12 |
549 | 2024-10-03T19:46:42.538Z | Downloaded cipher v0.4.4 |
550 | 2024-10-03T19:46:42.538Z | Downloaded libloading v0.8.3 |
551 | 2024-10-03T19:46:42.540Z | Downloaded multer v3.1.0 |
552 | 2024-10-03T19:46:42.543Z | Downloaded mime v0.3.17 |
553 | 2024-10-03T19:46:42.545Z | Downloaded chacha20 v0.9.1 |
554 | 2024-10-03T19:46:42.547Z | Downloaded nibble_vec v0.1.0 |
555 | 2024-10-03T19:46:42.550Z | Downloaded httparse v1.8.0 |
556 | 2024-10-03T19:46:42.550Z | Downloaded async-stream v0.3.5 |
557 | 2024-10-03T19:46:42.552Z | Downloaded md5 v0.7.0 |
558 | 2024-10-03T19:46:42.555Z | Downloaded ident_case v1.0.1 |
559 | 2024-10-03T19:46:42.555Z | Downloaded newtype_derive v0.1.6 |
560 | 2024-10-03T19:46:42.557Z | Downloaded crossbeam-utils v0.8.19 |
561 | 2024-10-03T19:46:42.562Z | Downloaded blake2 v0.10.6 |
562 | 2024-10-03T19:46:42.565Z | Downloaded newline-converter v0.3.0 |
563 | 2024-10-03T19:46:42.565Z | Downloaded memmap2 v0.9.4 |
564 | 2024-10-03T19:46:42.565Z | Downloaded clang-sys v1.7.0 |
565 | 2024-10-03T19:46:42.567Z | Downloaded allocator-api2 v0.2.18 |
566 | 2024-10-03T19:46:42.570Z | Downloaded hmac v0.12.1 |
567 | 2024-10-03T19:46:42.574Z | Downloaded want v0.3.1 |
568 | 2024-10-03T19:46:42.576Z | Downloaded darling v0.20.9 |
569 | 2024-10-03T19:46:42.578Z | Downloaded tinyvec_macros v0.1.1 |
570 | 2024-10-03T19:46:42.581Z | Downloaded ipnetwork v0.20.0 |
571 | 2024-10-03T19:46:42.583Z | Downloaded linked-hash-map v0.5.6 |
572 | 2024-10-03T19:46:42.583Z | Downloaded internet-checksum v0.2.1 |
573 | 2024-10-03T19:46:42.585Z | Downloaded crossbeam-deque v0.8.5 |
574 | 2024-10-03T19:46:42.585Z | Downloaded async-trait v0.1.83 |
575 | 2024-10-03T19:46:42.589Z | Downloaded memoffset v0.9.1 |
576 | 2024-10-03T19:46:42.592Z | Downloaded serde_repr v0.1.19 |
577 | 2024-10-03T19:46:42.594Z | Downloaded foreign-types v0.3.2 |
578 | 2024-10-03T19:46:42.594Z | Downloaded foreign-types v0.5.0 |
579 | 2024-10-03T19:46:42.596Z | Downloaded mockall_derive v0.13.0 |
580 | 2024-10-03T19:46:42.599Z | Downloaded base64ct v1.6.0 |
581 | 2024-10-03T19:46:42.601Z | Downloaded string_cache v0.8.7 |
582 | 2024-10-03T19:46:42.603Z | Downloaded stringprep v0.1.4 |
583 | 2024-10-03T19:46:42.603Z | Downloaded maybe-uninit v2.0.0 |
584 | 2024-10-03T19:46:42.606Z | Downloaded downcast v0.11.0 |
585 | 2024-10-03T19:46:42.608Z | Downloaded mockall v0.13.0 |
586 | 2024-10-03T19:46:42.608Z | Downloaded instability v0.3.2 |
587 | 2024-10-03T19:46:42.611Z | Downloaded multimap v0.10.0 |
588 | 2024-10-03T19:46:42.611Z | Downloaded managed v0.8.0 |
589 | 2024-10-03T19:46:42.613Z | Downloaded supports-color v3.0.1 |
590 | 2024-10-03T19:46:42.615Z | Downloaded is_ci v1.2.0 |
591 | 2024-10-03T19:46:42.616Z | Downloaded subtle v2.5.0 |
592 | 2024-10-03T19:46:42.618Z | Downloaded lru v0.12.3 |
593 | 2024-10-03T19:46:42.618Z | Downloaded opaque-debug v0.3.1 |
594 | 2024-10-03T19:46:42.620Z | Downloaded kstat-rs v0.2.4 |
595 | 2024-10-03T19:46:42.620Z | Downloaded backoff v0.4.0 |
596 | 2024-10-03T19:46:42.623Z | Downloaded smf v0.2.3 |
597 | 2024-10-03T19:46:42.625Z | Downloaded tokio-native-tls v0.3.1 |
598 | 2024-10-03T19:46:42.627Z | Downloaded ssh-cipher v0.2.0 |
599 | 2024-10-03T19:46:42.627Z | Downloaded powerfmt v0.2.0 |
600 | 2024-10-03T19:46:42.630Z | Downloaded slog-bunyan v2.5.0 |
601 | 2024-10-03T19:46:42.630Z | Downloaded serde_urlencoded v0.7.1 |
602 | 2024-10-03T19:46:42.632Z | Downloaded sec1 v0.7.3 |
603 | 2024-10-03T19:46:42.634Z | Downloaded phf_shared v0.10.0 |
604 | 2024-10-03T19:46:42.634Z | Downloaded untrusted v0.9.0 |
605 | 2024-10-03T19:46:42.637Z | Downloaded hyper-staticfile v0.10.1 |
606 | 2024-10-03T19:46:42.640Z | Downloaded dirs-next v2.0.0 |
607 | 2024-10-03T19:46:42.642Z | Downloaded defmt-macros v0.3.9 |
608 | 2024-10-03T19:46:42.645Z | Downloaded utf-8 v0.7.6 |
609 | 2024-10-03T19:46:42.645Z | Downloaded slog-dtrace v0.3.0 |
610 | 2024-10-03T19:46:42.647Z | Downloaded sct v0.7.1 |
611 | 2024-10-03T19:46:42.650Z | Downloaded difflib v0.4.0 |
612 | 2024-10-03T19:46:42.652Z | Downloaded jobserver v0.1.32 |
613 | 2024-10-03T19:46:42.654Z | Downloaded strum_macros v0.26.4 |
614 | 2024-10-03T19:46:42.657Z | Downloaded mime_guess v2.0.4 |
615 | 2024-10-03T19:46:42.659Z | Downloaded chacha20poly1305 v0.10.1 |
616 | 2024-10-03T19:46:42.662Z | Downloaded const_format v0.2.33 |
617 | 2024-10-03T19:46:42.665Z | Downloaded base64 v0.22.1 |
618 | 2024-10-03T19:46:42.669Z | Downloaded futures-core v0.3.30 |
619 | 2024-10-03T19:46:42.672Z | Downloaded sync_wrapper v1.0.1 |
620 | 2024-10-03T19:46:42.675Z | Downloaded darling_core v0.20.9 |
621 | 2024-10-03T19:46:42.677Z | Downloaded libsw v3.3.1 |
622 | 2024-10-03T19:46:42.679Z | Downloaded parse-display-derive v0.10.0 |
623 | 2024-10-03T19:46:42.682Z | Downloaded zone_cfg_derive v0.3.0 |
624 | 2024-10-03T19:46:42.682Z | Downloaded zone_cfg_derive v0.1.2 |
625 | 2024-10-03T19:46:42.682Z | Downloaded rustc-hash v2.0.0 |
626 | 2024-10-03T19:46:42.684Z | Downloaded native-tls v0.2.11 |
627 | 2024-10-03T19:46:42.686Z | Downloaded peg v0.8.4 |
628 | 2024-10-03T19:46:42.689Z | Downloaded fd-lock v4.0.2 |
629 | 2024-10-03T19:46:42.692Z | Downloaded rustls-pemfile v1.0.4 |
630 | 2024-10-03T19:46:42.694Z | Downloaded walkdir v2.5.0 |
631 | 2024-10-03T19:46:42.697Z | Downloaded num v0.4.3 |
632 | 2024-10-03T19:46:42.699Z | Downloaded compact_str v0.8.0 |
633 | 2024-10-03T19:46:42.702Z | Downloaded ghash v0.5.1 |
634 | 2024-10-03T19:46:42.705Z | Downloaded progenitor-macro v0.8.0 |
635 | 2024-10-03T19:46:42.705Z | Downloaded slab v0.4.9 |
636 | 2024-10-03T19:46:42.707Z | Downloaded sha1 v0.10.6 |
637 | 2024-10-03T19:46:42.714Z | Downloaded serde_plain v1.0.2 |
638 | 2024-10-03T19:46:42.714Z | Downloaded miniz_oxide v0.7.2 |
639 | 2024-10-03T19:46:42.714Z | Downloaded num-rational v0.4.2 |
640 | 2024-10-03T19:46:42.717Z | Downloaded sync_wrapper v0.1.2 |
641 | 2024-10-03T19:46:42.717Z | Downloaded stable_deref_trait v1.2.0 |
642 | 2024-10-03T19:46:42.717Z | Downloaded typify v0.2.0 |
643 | 2024-10-03T19:46:42.720Z | Downloaded tiny-keccak v2.0.2 |
644 | 2024-10-03T19:46:42.723Z | Downloaded indexmap v1.9.3 |
645 | 2024-10-03T19:46:42.725Z | Downloaded tracing-attributes v0.1.27 |
646 | 2024-10-03T19:46:42.728Z | Downloaded strum_macros v0.25.3 |
647 | 2024-10-03T19:46:42.730Z | Downloaded indicatif v0.17.8 |
648 | 2024-10-03T19:46:42.734Z | Downloaded rand_chacha v0.3.1 |
649 | 2024-10-03T19:46:42.737Z | Downloaded whoami v1.5.2 |
650 | 2024-10-03T19:46:42.739Z | Downloaded secrecy v0.8.0 |
651 | 2024-10-03T19:46:42.742Z | Downloaded serde-big-array v0.5.1 |
652 | 2024-10-03T19:46:42.742Z | Downloaded precomputed-hash v0.1.1 |
653 | 2024-10-03T19:46:42.745Z | Downloaded fallible-streaming-iterator v0.1.9 |
654 | 2024-10-03T19:46:42.745Z | Downloaded number_prefix v0.4.0 |
655 | 2024-10-03T19:46:42.745Z | Downloaded http v0.2.12 |
656 | 2024-10-03T19:46:42.749Z | Downloaded ena v0.14.3 |
657 | 2024-10-03T19:46:42.751Z | Downloaded derive-where v1.2.7 |
658 | 2024-10-03T19:46:42.755Z | Downloaded crypto-bigint v0.5.5 |
659 | 2024-10-03T19:46:42.762Z | Downloaded strum v0.26.3 |
660 | 2024-10-03T19:46:42.765Z | Downloaded openssl-probe v0.1.5 |
661 | 2024-10-03T19:46:42.765Z | Downloaded tabwriter v1.4.0 |
662 | 2024-10-03T19:46:42.767Z | Downloaded structmeta v0.3.0 |
663 | 2024-10-03T19:46:42.767Z | Downloaded base64 v0.21.7 |
664 | 2024-10-03T19:46:42.771Z | Downloaded try-lock v0.2.5 |
665 | 2024-10-03T19:46:42.773Z | Downloaded pbkdf2 v0.12.2 |
666 | 2024-10-03T19:46:42.783Z | Downloaded float-ord v0.3.2 |
667 | 2024-10-03T19:46:42.787Z | Downloaded foreign-types-shared v0.3.1 |
668 | 2024-10-03T19:46:42.789Z | Downloaded futures-io v0.3.30 |
669 | 2024-10-03T19:46:42.789Z | Downloaded hex-literal v0.4.1 |
670 | 2024-10-03T19:46:42.789Z | Downloaded futures-executor v0.3.30 |
671 | 2024-10-03T19:46:42.791Z | Downloaded dropshot_endpoint v0.10.1 |
672 | 2024-10-03T19:46:42.791Z | Downloaded defmt v0.3.8 |
673 | 2024-10-03T19:46:42.795Z | Downloaded r2d2 v0.8.10 |
674 | 2024-10-03T19:46:42.797Z | Downloaded quinn-udp v0.5.5 |
675 | 2024-10-03T19:46:42.799Z | Downloaded predicates v3.1.2 |
676 | 2024-10-03T19:46:42.801Z | Downloaded serde-hex v0.1.0 |
677 | 2024-10-03T19:46:42.803Z | Downloaded semver v0.1.20 |
678 | 2024-10-03T19:46:42.806Z | Downloaded serde_yaml v0.9.34+deprecated |
679 | 2024-10-03T19:46:42.809Z | Downloaded fallible-iterator v0.3.0 |
680 | 2024-10-03T19:46:42.811Z | Downloaded structmeta-derive v0.3.0 |
681 | 2024-10-03T19:46:42.813Z | Downloaded structmeta-derive v0.2.0 |
682 | 2024-10-03T19:46:42.813Z | Downloaded aho-corasick v1.1.3 |
683 | 2024-10-03T19:46:42.819Z | Downloaded pkg-config v0.3.30 |
684 | 2024-10-03T19:46:42.821Z | Downloaded hyper-util v0.1.9 |
685 | 2024-10-03T19:46:42.825Z | Downloaded thiserror-no-std v2.0.2 |
686 | 2024-10-03T19:46:42.829Z | Downloaded parking_lot v0.11.2 |
687 | 2024-10-03T19:46:42.832Z | Downloaded zeroize_derive v1.4.2 |
688 | 2024-10-03T19:46:42.834Z | Downloaded parse-size v1.0.0 |
689 | 2024-10-03T19:46:42.837Z | Downloaded tokio-rustls v0.25.0 |
690 | 2024-10-03T19:46:42.837Z | Downloaded rpassword v7.3.1 |
691 | 2024-10-03T19:46:42.839Z | Downloaded sqlparser_derive v0.2.2 |
692 | 2024-10-03T19:46:42.839Z | Downloaded p256 v0.13.2 |
693 | 2024-10-03T19:46:42.843Z | Downloaded num-traits v0.2.19 |
694 | 2024-10-03T19:46:42.846Z | Downloaded num_enum v0.5.11 |
695 | 2024-10-03T19:46:42.851Z | Downloaded num-iter v0.1.45 |
696 | 2024-10-03T19:46:42.853Z | Downloaded scheduled-thread-pool v0.2.7 |
697 | 2024-10-03T19:46:42.856Z | Downloaded pin-project v1.1.5 |
698 | 2024-10-03T19:46:42.865Z | Downloaded env_logger v0.11.5 |
699 | 2024-10-03T19:46:42.868Z | Downloaded quick-error v1.2.3 |
700 | 2024-10-03T19:46:42.870Z | Downloaded progenitor-impl v0.8.0 |
701 | 2024-10-03T19:46:42.872Z | Downloaded tungstenite v0.23.0 |
702 | 2024-10-03T19:46:42.875Z | Downloaded packed_struct_codegen v0.10.1 |
703 | 2024-10-03T19:46:42.877Z | Downloaded rusty-fork v0.3.0 |
704 | 2024-10-03T19:46:42.880Z | Downloaded zeroize v1.8.1 |
705 | 2024-10-03T19:46:42.880Z | Downloaded vsss-rs v3.3.4 |
706 | 2024-10-03T19:46:42.882Z | Downloaded toml_edit v0.19.15 |
707 | 2024-10-03T19:46:42.899Z | Downloaded yasna v0.5.2 |
708 | 2024-10-03T19:46:42.902Z | Downloaded foreign-types-macros v0.2.3 |
709 | 2024-10-03T19:46:42.904Z | Downloaded dhcproto-macros v0.1.0 |
710 | 2024-10-03T19:46:42.904Z | Downloaded thread_local v1.1.8 |
711 | 2024-10-03T19:46:42.906Z | Downloaded siphasher v0.3.11 |
712 | 2024-10-03T19:46:42.908Z | Downloaded sigpipe v0.1.3 |
713 | 2024-10-03T19:46:42.908Z | Downloaded unarray v0.1.4 |
714 | 2024-10-03T19:46:42.911Z | Downloaded peg-runtime v0.8.3 |
715 | 2024-10-03T19:46:42.911Z | Downloaded paste v1.0.15 |
716 | 2024-10-03T19:46:42.913Z | Downloaded password-hash v0.5.0 |
717 | 2024-10-03T19:46:42.916Z | Downloaded unicase v2.7.0 |
718 | 2024-10-03T19:46:42.919Z | Downloaded parking_lot_core v0.9.10 |
719 | 2024-10-03T19:46:42.921Z | Downloaded proc-macro-crate v1.3.1 |
720 | 2024-10-03T19:46:42.921Z | Downloaded value-bag v1.9.0 |
721 | 2024-10-03T19:46:42.923Z | Downloaded endian-type v0.1.2 |
722 | 2024-10-03T19:46:42.926Z | Downloaded vte_generate_state_changes v0.1.1 |
723 | 2024-10-03T19:46:42.926Z | Downloaded tokio-stream v0.1.16 |
724 | 2024-10-03T19:46:42.930Z | Downloaded derive_builder_macro v0.20.0 |
725 | 2024-10-03T19:46:42.932Z | Downloaded hash32 v0.3.1 |
726 | 2024-10-03T19:46:42.934Z | Downloaded polyval v0.6.2 |
727 | 2024-10-03T19:46:42.934Z | Downloaded hash32 v0.2.1 |
728 | 2024-10-03T19:46:42.937Z | Downloaded ron v0.8.1 |
729 | 2024-10-03T19:46:42.943Z | Downloaded url v2.5.2 |
730 | 2024-10-03T19:46:42.945Z | Downloaded test-strategy v0.3.1 |
731 | 2024-10-03T19:46:42.948Z | Downloaded slog v2.7.0 |
732 | 2024-10-03T19:46:42.952Z | Downloaded minimal-lexical v0.2.1 |
733 | 2024-10-03T19:46:42.956Z | Downloaded slog-envlogger v2.2.0 |
734 | 2024-10-03T19:46:42.959Z | Downloaded slog-json v2.6.1 |
735 | 2024-10-03T19:46:42.961Z | Downloaded crossterm v0.27.0 |
736 | 2024-10-03T19:46:42.968Z | Downloaded schemars_derive v0.8.21 |
737 | 2024-10-03T19:46:42.970Z | Downloaded http v1.1.0 |
738 | 2024-10-03T19:46:42.974Z | Downloaded universal-hash v0.5.1 |
739 | 2024-10-03T19:46:42.977Z | Downloaded smallvec v0.6.14 |
740 | 2024-10-03T19:46:42.977Z | Downloaded slog-async v2.8.0 |
741 | 2024-10-03T19:46:42.980Z | Downloaded headers-core v0.3.0 |
742 | 2024-10-03T19:46:42.980Z | Downloaded termtree v0.4.1 |
743 | 2024-10-03T19:46:42.980Z | Downloaded pem v3.0.4 |
744 | 2024-10-03T19:46:42.982Z | Downloaded tungstenite v0.21.0 |
745 | 2024-10-03T19:46:42.984Z | Downloaded olpc-cjson v0.1.3 |
746 | 2024-10-03T19:46:42.987Z | Downloaded embedded-io v0.4.0 |
747 | 2024-10-03T19:46:42.991Z | Downloaded hashlink v0.9.1 |
748 | 2024-10-03T19:46:42.993Z | Downloaded spin v0.5.2 |
749 | 2024-10-03T19:46:42.993Z | Downloaded scopeguard v1.2.0 |
750 | 2024-10-03T19:46:42.993Z | Downloaded similar v2.6.0 |
751 | 2024-10-03T19:46:42.997Z | Downloaded zip v0.6.6 |
752 | 2024-10-03T19:46:43.002Z | Downloaded toml v0.7.8 |
753 | 2024-10-03T19:46:43.006Z | Downloaded tower-service v0.3.2 |
754 | 2024-10-03T19:46:43.008Z | Downloaded fxhash v0.2.1 |
755 | 2024-10-03T19:46:43.008Z | Downloaded waitgroup v0.1.2 |
756 | 2024-10-03T19:46:43.010Z | Downloaded pretty-hex v0.2.1 |
757 | 2024-10-03T19:46:43.011Z | Downloaded predicates-tree v1.0.9 |
758 | 2024-10-03T19:46:43.013Z | Downloaded predicates-core v1.0.6 |
759 | 2024-10-03T19:46:43.013Z | Downloaded path-slash v0.1.5 |
760 | 2024-10-03T19:46:43.015Z | Downloaded percent-encoding v2.3.1 |
761 | 2024-10-03T19:46:43.015Z | Downloaded pin-utils v0.1.0 |
762 | 2024-10-03T19:46:43.018Z | Downloaded env_filter v0.1.2 |
763 | 2024-10-03T19:46:43.020Z | Downloaded smallvec v1.13.2 |
764 | 2024-10-03T19:46:43.022Z | Downloaded slog-term v2.9.1 |
765 | 2024-10-03T19:46:43.025Z | Downloaded fixedbitset v0.4.2 |
766 | 2024-10-03T19:46:43.025Z | Downloaded pkcs8 v0.10.2 |
767 | 2024-10-03T19:46:43.027Z | Downloaded progenitor-client v0.8.0 |
768 | 2024-10-03T19:46:43.030Z | Downloaded russh-cryptovec v0.7.2 |
769 | 2024-10-03T19:46:43.030Z | Downloaded pem-rfc7468 v0.7.0 |
770 | 2024-10-03T19:46:43.033Z | Downloaded float-cmp v0.9.0 |
771 | 2024-10-03T19:46:43.033Z | Downloaded same-file v1.0.6 |
772 | 2024-10-03T19:46:43.035Z | Downloaded itertools v0.10.5 |
773 | 2024-10-03T19:46:43.041Z | Downloaded termios v0.3.3 |
774 | 2024-10-03T19:46:43.043Z | Downloaded signal-hook-tokio v0.3.1 |
775 | 2024-10-03T19:46:43.046Z | Downloaded num-conv v0.1.0 |
776 | 2024-10-03T19:46:43.046Z | Downloaded either v1.13.0 |
777 | 2024-10-03T19:46:43.049Z | Downloaded time-core v0.1.2 |
778 | 2024-10-03T19:46:43.049Z | Downloaded foreign-types-shared v0.1.1 |
779 | 2024-10-03T19:46:43.051Z | Downloaded flume v0.11.0 |
780 | 2024-10-03T19:46:43.053Z | Downloaded oso-derive v0.27.3 |
781 | 2024-10-03T19:46:43.053Z | Downloaded num_enum_derive v0.5.11 |
782 | 2024-10-03T19:46:43.056Z | Downloaded snafu-derive v0.8.2 |
783 | 2024-10-03T19:46:43.058Z | Downloaded postcard v1.0.8 |
784 | 2024-10-03T19:46:43.061Z | Downloaded xz2 v0.1.7 |
785 | 2024-10-03T19:46:43.063Z | Downloaded russh-keys v0.45.0 |
786 | 2024-10-03T19:46:43.065Z | Downloaded rand v0.8.5 |
787 | 2024-10-03T19:46:43.068Z | Downloaded openssl-macros v0.1.1 |
788 | 2024-10-03T19:46:43.071Z | Downloaded pbkdf2 v0.11.0 |
789 | 2024-10-03T19:46:43.073Z | Downloaded quinn v0.11.5 |
790 | 2024-10-03T19:46:43.076Z | Downloaded futures-task v0.3.30 |
791 | 2024-10-03T19:46:43.079Z | Downloaded filetime v0.2.25 |
792 | 2024-10-03T19:46:43.081Z | Downloaded wyz v0.5.1 |
793 | 2024-10-03T19:46:43.081Z | Downloaded serde_with v3.9.0 |
794 | 2024-10-03T19:46:43.088Z | Downloaded env_logger v0.10.2 |
795 | 2024-10-03T19:46:43.092Z | Downloaded termcolor v1.4.1 |
796 | 2024-10-03T19:46:43.095Z | Downloaded tokio-macros v2.4.0 |
797 | 2024-10-03T19:46:43.095Z | Downloaded psl-types v2.0.11 |
798 | 2024-10-03T19:46:43.097Z | Downloaded tls_codec v0.4.1 |
799 | 2024-10-03T19:46:43.097Z | Downloaded progenitor v0.8.0 |
800 | 2024-10-03T19:46:43.100Z | Downloaded openssl-sys v0.9.103 |
801 | 2024-10-03T19:46:43.103Z | Downloaded nom v7.1.3 |
802 | 2024-10-03T19:46:43.109Z | Downloaded toolchain_find v0.4.0 |
803 | 2024-10-03T19:46:43.112Z | Downloaded strum_macros v0.24.3 |
804 | 2024-10-03T19:46:43.114Z | Downloaded headers v0.4.0 |
805 | 2024-10-03T19:46:43.118Z | Downloaded signal-hook-registry v1.4.2 |
806 | 2024-10-03T19:46:43.122Z | Downloaded unicode_categories v0.1.1 |
807 | 2024-10-03T19:46:43.124Z | Downloaded diesel_table_macro_syntax v0.2.0 |
808 | 2024-10-03T19:46:43.124Z | Downloaded unicode-normalization v0.1.23 |
809 | 2024-10-03T19:46:43.127Z | Downloaded signal-hook-mio v0.2.4 |
810 | 2024-10-03T19:46:43.129Z | Downloaded time-macros v0.2.18 |
811 | 2024-10-03T19:46:43.131Z | Downloaded primeorder v0.13.6 |
812 | 2024-10-03T19:46:43.131Z | Downloaded dsl_auto_type v0.1.2 |
813 | 2024-10-03T19:46:43.133Z | Downloaded uzers v0.11.3 |
814 | 2024-10-03T19:46:43.136Z | Downloaded rustc-demangle v0.1.24 |
815 | 2024-10-03T19:46:43.138Z | Downloaded shlex v1.3.0 |
816 | 2024-10-03T19:46:43.138Z | Downloaded tracing v0.1.40 |
817 | 2024-10-03T19:46:43.141Z | Downloaded libm v0.2.8 |
818 | 2024-10-03T19:46:43.149Z | Downloaded num_threads v0.1.7 |
819 | 2024-10-03T19:46:43.152Z | Downloaded take_mut v0.2.2 |
820 | 2024-10-03T19:46:43.152Z | Downloaded fatfs v0.3.6 |
821 | 2024-10-03T19:46:43.154Z | Downloaded ecdsa v0.16.9 |
822 | 2024-10-03T19:46:43.157Z | Downloaded dhcproto v0.12.0 |
823 | 2024-10-03T19:46:43.159Z | Downloaded vte v0.11.1 |
824 | 2024-10-03T19:46:43.162Z | Downloaded rustc-hash v1.1.0 |
825 | 2024-10-03T19:46:43.164Z | Downloaded num-derive v0.4.2 |
826 | 2024-10-03T19:46:43.164Z | Downloaded ref-cast v1.0.23 |
827 | 2024-10-03T19:46:43.167Z | Downloaded elliptic-curve v0.13.8 |
828 | 2024-10-03T19:46:43.171Z | Downloaded pkcs5 v0.7.1 |
829 | 2024-10-03T19:46:43.175Z | Downloaded oso v0.27.3 |
830 | 2024-10-03T19:46:43.178Z | Downloaded topological-sort v0.2.2 |
831 | 2024-10-03T19:46:43.182Z | Downloaded tokio-tungstenite v0.21.0 |
832 | 2024-10-03T19:46:43.185Z | Downloaded tracing-core v0.1.32 |
833 | 2024-10-03T19:46:43.187Z | Downloaded static_assertions v1.1.0 |
834 | 2024-10-03T19:46:43.187Z | Downloaded tokio-tungstenite v0.23.1 |
835 | 2024-10-03T19:46:43.189Z | Downloaded rustyline v14.0.0 |
836 | 2024-10-03T19:46:43.194Z | Downloaded ssh-encoding v0.2.0 |
837 | 2024-10-03T19:46:43.196Z | Downloaded derive_builder_core v0.20.0 |
838 | 2024-10-03T19:46:43.199Z | Downloaded tar v0.4.42 |
839 | 2024-10-03T19:46:43.202Z | Downloaded itertools v0.12.1 |
840 | 2024-10-03T19:46:43.207Z | Downloaded hkdf v0.12.4 |
841 | 2024-10-03T19:46:43.210Z | Downloaded unicode-xid v0.2.4 |
842 | 2024-10-03T19:46:43.212Z | Downloaded rand_seeder v0.3.0 |
843 | 2024-10-03T19:46:43.215Z | Downloaded unicode-truncate v1.0.0 |
844 | 2024-10-03T19:46:43.215Z | Downloaded num-complex v0.4.6 |
845 | 2024-10-03T19:46:43.219Z | Downloaded tokio-util v0.7.12 |
846 | 2024-10-03T19:46:43.223Z | Downloaded uuid v1.10.0 |
847 | 2024-10-03T19:46:43.226Z | Downloaded tap v1.0.1 |
848 | 2024-10-03T19:46:43.229Z | Downloaded rustfmt-wrapper v0.2.1 |
849 | 2024-10-03T19:46:43.229Z | Downloaded wait-timeout v0.2.0 |
850 | 2024-10-03T19:46:43.231Z | Downloaded spin v0.9.8 |
851 | 2024-10-03T19:46:43.234Z | Downloaded samael v0.0.17 |
852 | 2024-10-03T19:46:43.238Z | Downloaded salsa20 v0.10.2 |
853 | 2024-10-03T19:46:43.241Z | Downloaded globset v0.4.14 |
854 | 2024-10-03T19:46:43.243Z | Downloaded flate2 v1.0.34 |
855 | 2024-10-03T19:46:43.246Z | Downloaded rustc_version v0.4.0 |
856 | 2024-10-03T19:46:43.249Z | Downloaded futures v0.3.30 |
857 | 2024-10-03T19:46:43.252Z | Downloaded deranged v0.3.11 |
858 | 2024-10-03T19:46:43.255Z | Downloaded unicode-bidi v0.3.15 |
859 | 2024-10-03T19:46:43.258Z | Downloaded signal-hook v0.3.17 |
860 | 2024-10-03T19:46:43.261Z | Downloaded num-bigint-dig v0.8.4 |
861 | 2024-10-03T19:46:43.266Z | Downloaded der_derive v0.7.2 |
862 | 2024-10-03T19:46:43.269Z | Downloaded bitvec v1.0.1 |
863 | 2024-10-03T19:46:43.282Z | Downloaded hyper v0.14.30 |
864 | 2024-10-03T19:46:43.289Z | Downloaded rsa v0.9.6 |
865 | 2024-10-03T19:46:43.295Z | Downloaded ed25519-dalek v2.1.1 |
866 | 2024-10-03T19:46:43.298Z | Downloaded schemars v0.8.21 |
867 | 2024-10-03T19:46:43.309Z | Downloaded hashbrown v0.13.2 |
868 | 2024-10-03T19:46:43.313Z | Downloaded unsafe-libyaml v0.2.11 |
869 | 2024-10-03T19:46:43.317Z | Downloaded expectorate v1.1.0 |
870 | 2024-10-03T19:46:43.320Z | Downloaded hashbrown v0.12.3 |
871 | 2024-10-03T19:46:43.324Z | Downloaded bindgen v0.69.4 |
872 | 2024-10-03T19:46:43.330Z | Downloaded portable-atomic v1.6.0 |
873 | 2024-10-03T19:46:43.338Z | Downloaded prettyplease v0.2.22 |
874 | 2024-10-03T19:46:43.341Z | Downloaded rayon-core v1.12.1 |
875 | 2024-10-03T19:46:43.343Z | Downloaded hickory-resolver v0.24.1 |
876 | 2024-10-03T19:46:43.349Z | Downloaded steno v0.4.1 |
877 | 2024-10-03T19:46:43.352Z | Downloaded winnow v0.5.40 |
878 | 2024-10-03T19:46:43.363Z | Downloaded der v0.7.9 |
879 | 2024-10-03T19:46:43.369Z | Downloaded publicsuffix v2.2.3 |
880 | 2024-10-03T19:46:43.372Z | Downloaded x509-cert v0.2.5 |
881 | 2024-10-03T19:46:43.377Z | Downloaded lalrpop v0.19.12 |
882 | 2024-10-03T19:46:43.387Z | Downloaded num-bigint v0.4.5 |
883 | 2024-10-03T19:46:43.391Z | Downloaded diesel_derives v2.2.2 |
884 | 2024-10-03T19:46:43.398Z | Downloaded reqwest v0.11.27 |
885 | 2024-10-03T19:46:43.403Z | Downloaded quinn-proto v0.11.8 |
886 | 2024-10-03T19:46:43.409Z | Downloaded rustls-webpki v0.102.4 |
887 | 2024-10-03T19:46:43.428Z | Downloaded regex v1.10.6 |
888 | 2024-10-03T19:46:43.440Z | Downloaded tinyvec v1.6.0 |
889 | 2024-10-03T19:46:43.443Z | Downloaded reqwest v0.12.7 |
890 | 2024-10-03T19:46:43.451Z | Downloaded h2 v0.4.6 |
891 | 2024-10-03T19:46:43.458Z | Downloaded proptest v1.5.0 |
892 | 2024-10-03T19:46:43.467Z | Downloaded futures-util v0.3.30 |
893 | 2024-10-03T19:46:43.480Z | Downloaded idna v0.4.0 |
894 | 2024-10-03T19:46:43.486Z | Downloaded rayon v1.10.0 |
895 | 2024-10-03T19:46:43.496Z | Downloaded rusqlite v0.32.1 |
896 | 2024-10-03T19:46:43.502Z | Downloaded ssh-key v0.6.6 |
897 | 2024-10-03T19:46:43.509Z | Downloaded p521 v0.13.3 |
898 | 2024-10-03T19:46:43.513Z | Downloaded sqlparser v0.45.0 |
899 | 2024-10-03T19:46:43.519Z | Downloaded salty v0.3.0 |
900 | 2024-10-03T19:46:43.526Z | Downloaded h2 v0.3.26 |
901 | 2024-10-03T19:46:43.533Z | Downloaded regex-syntax v0.8.4 |
902 | 2024-10-03T19:46:43.541Z | Downloaded smoltcp v0.9.1 |
903 | 2024-10-03T19:46:43.552Z | Downloaded nix v0.28.0 |
904 | 2024-10-03T19:46:43.564Z | Downloaded idna v0.5.0 |
905 | 2024-10-03T19:46:43.570Z | Downloaded openssl v0.10.66 |
906 | 2024-10-03T19:46:43.582Z | Downloaded diesel v2.2.4 |
907 | 2024-10-03T19:46:43.599Z | Downloaded dropshot v0.10.1 |
908 | 2024-10-03T19:46:43.609Z | Downloaded regress v0.9.1 |
909 | 2024-10-03T19:46:43.618Z | Downloaded webpki-roots v0.26.3 |
910 | 2024-10-03T19:46:43.621Z | Downloaded dropshot v0.12.0 |
911 | 2024-10-03T19:46:43.641Z | Downloaded radix_trie v0.2.1 |
912 | 2024-10-03T19:46:43.646Z | Downloaded p384 v0.13.0 |
913 | 2024-10-03T19:46:43.652Z | Downloaded ratatui v0.28.0 |
914 | 2024-10-03T19:46:43.672Z | Downloaded rustls v0.22.4 |
915 | 2024-10-03T19:46:43.686Z | Downloaded git2 v0.19.0 |
916 | 2024-10-03T19:46:43.694Z | Downloaded rustls v0.23.10 |
917 | 2024-10-03T19:46:43.710Z | Downloaded typify-impl v0.2.0 |
918 | 2024-10-03T19:46:43.726Z | Downloaded object v0.30.4 |
919 | 2024-10-03T19:46:43.735Z | Downloaded zerocopy-derive v0.6.6 |
920 | 2024-10-03T19:46:43.746Z | Downloaded regex-automata v0.4.6 |
921 | 2024-10-03T19:46:43.763Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
922 | 2024-10-03T19:46:43.775Z | Downloaded object v0.32.2 |
923 | 2024-10-03T19:46:43.786Z | Downloaded hickory-proto v0.24.1 |
924 | 2024-10-03T19:46:43.803Z | Downloaded tokio v1.39.3 |
925 | 2024-10-03T19:46:43.850Z | Downloaded openapiv3 v2.0.0 |
926 | 2024-10-03T19:46:43.865Z | Downloaded sled v0.34.7 |
927 | 2024-10-03T19:46:43.876Z | Downloaded encoding_rs v0.8.34 |
928 | 2024-10-03T19:46:43.902Z | Downloaded petgraph v0.6.5 |
929 | 2024-10-03T19:46:43.919Z | Downloaded csv v1.3.0 |
930 | 2024-10-03T19:46:43.938Z | Downloaded regex-syntax v0.6.29 |
931 | 2024-10-03T19:46:43.947Z | Downloaded polar-core v0.27.3 |
932 | 2024-10-03T19:46:43.953Z | Downloaded smoltcp v0.11.0 |
933 | 2024-10-03T19:46:43.965Z | Downloaded nix v0.29.0 |
934 | 2024-10-03T19:46:43.977Z | Downloaded nix v0.27.1 |
935 | 2024-10-03T19:46:43.987Z | Downloaded regress v0.10.1 |
936 | 2024-10-03T19:46:43.996Z | Downloaded gimli v0.28.1 |
937 | 2024-10-03T19:46:44.004Z | Downloaded trust-dns-proto v0.22.0 |
938 | 2024-10-03T19:46:44.017Z | Downloaded vcpkg v0.2.15 |
939 | 2024-10-03T19:46:44.057Z | Downloaded lzma-sys v0.1.20 |
940 | 2024-10-03T19:46:44.086Z | Downloaded idna v0.3.0 |
941 | 2024-10-03T19:46:44.092Z | Downloaded finl_unicode v1.2.0 |
942 | 2024-10-03T19:46:44.105Z | Downloaded bstr v1.9.1 |
943 | 2024-10-03T19:46:44.115Z | Downloaded tough v0.17.1 |
944 | 2024-10-03T19:46:44.123Z | Downloaded idna v0.2.3 |
945 | 2024-10-03T19:46:44.129Z | Downloaded rustls v0.21.12 |
946 | 2024-10-03T19:46:44.140Z | Downloaded curve25519-dalek v4.1.3 |
947 | 2024-10-03T19:46:44.149Z | Downloaded sha3 v0.10.8 |
948 | 2024-10-03T19:46:44.153Z | Downloaded chrono v0.4.38 |
949 | 2024-10-03T19:46:44.159Z | Downloaded quick-xml v0.33.0 |
950 | 2024-10-03T19:46:44.165Z | Downloaded rustls-webpki v0.101.7 |
951 | 2024-10-03T19:46:44.179Z | Downloaded untrusted v0.7.1 |
952 | 2024-10-03T19:46:44.182Z | Downloaded rcgen v0.12.1 |
953 | 2024-10-03T19:46:44.184Z | Downloaded glob v0.3.1 |
954 | 2024-10-03T19:46:44.184Z | Downloaded dyn-clone v1.0.17 |
955 | 2024-10-03T19:46:44.186Z | Downloaded group v0.13.0 |
956 | 2024-10-03T19:46:44.189Z | Downloaded futures-macro v0.3.30 |
957 | 2024-10-03T19:46:44.189Z | Downloaded flagset v0.4.5 |
958 | 2024-10-03T19:46:44.191Z | Downloaded hyper v1.4.1 |
959 | 2024-10-03T19:46:44.196Z | Downloaded rtoolbox v0.0.2 |
960 | 2024-10-03T19:46:44.198Z | Downloaded term v0.7.0 |
961 | 2024-10-03T19:46:44.200Z | Downloaded snafu v0.8.2 |
962 | 2024-10-03T19:46:44.205Z | Downloaded poly1305 v0.8.0 |
963 | 2024-10-03T19:46:44.208Z | Downloaded shell-words v1.1.0 |
964 | 2024-10-03T19:46:44.211Z | Downloaded dropshot_endpoint v0.12.0 |
965 | 2024-10-03T19:46:44.213Z | Downloaded half v2.4.1 |
966 | 2024-10-03T19:46:44.215Z | Downloaded xattr v1.3.1 |
967 | 2024-10-03T19:46:44.217Z | Downloaded normalize-line-endings v0.3.0 |
968 | 2024-10-03T19:46:44.217Z | Downloaded ref-cast-impl v1.0.23 |
969 | 2024-10-03T19:46:44.217Z | Downloaded pkcs1 v0.7.5 |
970 | 2024-10-03T19:46:44.220Z | Downloaded vergen v8.3.2 |
971 | 2024-10-03T19:46:44.222Z | Downloaded derive_more v0.99.18 |
972 | 2024-10-03T19:46:44.227Z | Downloaded itertools v0.13.0 |
973 | 2024-10-03T19:46:44.234Z | Downloaded blake3 v1.5.1 |
974 | 2024-10-03T19:46:44.241Z | Downloaded packed_struct v0.10.1 |
975 | 2024-10-03T19:46:44.243Z | Downloaded futures-sink v0.3.30 |
976 | 2024-10-03T19:46:44.243Z | Downloaded pin-project-internal v1.1.5 |
977 | 2024-10-03T19:46:44.246Z | Downloaded peg-macros v0.8.4 |
978 | 2024-10-03T19:46:44.248Z | Downloaded rand_xorshift v0.3.0 |
979 | 2024-10-03T19:46:44.248Z | Downloaded thiserror-impl-no-std v2.0.2 |
980 | 2024-10-03T19:46:44.250Z | Downloaded time v0.3.36 |
981 | 2024-10-03T19:46:44.256Z | Downloaded russh v0.45.0 |
982 | 2024-10-03T19:46:44.261Z | Downloaded hickory-client v0.24.1 |
983 | 2024-10-03T19:46:44.264Z | Downloaded unicode-segmentation v1.11.0 |
984 | 2024-10-03T19:46:44.267Z | Downloaded typed-path v0.7.1 |
985 | 2024-10-03T19:46:44.273Z | Downloaded serde_derive_internals v0.29.1 |
986 | 2024-10-03T19:46:44.275Z | Downloaded num-integer v0.1.46 |
987 | 2024-10-03T19:46:44.278Z | Downloaded reedline v0.33.0 |
988 | 2024-10-03T19:46:44.283Z | Downloaded des v0.8.1 |
989 | 2024-10-03T19:46:44.286Z | Downloaded parking_lot v0.12.2 |
990 | 2024-10-03T19:46:44.288Z | Downloaded libxml v0.3.3 |
991 | 2024-10-03T19:46:44.294Z | Downloaded fallible-iterator v0.2.0 |
992 | 2024-10-03T19:46:44.297Z | Downloaded structmeta v0.2.0 |
993 | 2024-10-03T19:46:44.297Z | Downloaded strip-ansi-escapes v0.2.0 |
994 | 2024-10-03T19:46:44.299Z | Downloaded scrypt v0.11.0 |
995 | 2024-10-03T19:46:44.301Z | Downloaded tokio-postgres v0.7.12 |
996 | 2024-10-03T19:46:44.304Z | Downloaded parking_lot_core v0.8.6 |
997 | 2024-10-03T19:46:44.306Z | Downloaded aes-gcm v0.10.3 |
998 | 2024-10-03T19:46:44.309Z | Downloaded pin-project-lite v0.2.14 |
999 | 2024-10-03T19:46:44.314Z | Downloaded typify-macro v0.2.0 |
1000 | 2024-10-03T19:46:44.318Z | Downloaded signature v2.2.0 |
1001 | 2024-10-03T19:46:44.320Z | Downloaded funty v2.0.0 |
1002 | 2024-10-03T19:46:44.320Z | Downloaded fragile v2.0.0 |
1003 | 2024-10-03T19:46:44.320Z | Downloaded form_urlencoded v1.2.1 |
1004 | 2024-10-03T19:46:44.322Z | Downloaded zone v0.3.0 |
1005 | 2024-10-03T19:46:44.322Z | Downloaded password-hash v0.4.2 |
1006 | 2024-10-03T19:46:44.325Z | Downloaded socket2 v0.5.7 |
1007 | 2024-10-03T19:46:44.327Z | Downloaded ron v0.7.1 |
1008 | 2024-10-03T19:46:44.333Z | Downloaded mio v0.8.11 |
1009 | 2024-10-03T19:46:44.337Z | Downloaded crossterm v0.28.1 |
1010 | 2024-10-03T19:46:44.346Z | Downloaded defmt-parser v0.3.4 |
1011 | 2024-10-03T19:46:44.348Z | Downloaded tui-tree-widget v0.22.0 |
1012 | 2024-10-03T19:46:44.351Z | Downloaded tls_codec_derive v0.4.1 |
1013 | 2024-10-03T19:46:44.351Z | Downloaded heapless v0.8.0 |
1014 | 2024-10-03T19:46:44.354Z | Downloaded heapless v0.7.17 |
1015 | 2024-10-03T19:46:44.358Z | Downloaded zerocopy v0.6.6 |
1016 | 2024-10-03T19:46:44.361Z | Downloaded enum-as-inner v0.6.0 |
1017 | 2024-10-03T19:46:44.363Z | Downloaded enum-as-inner v0.5.1 |
1018 | 2024-10-03T19:46:44.365Z | Downloaded rand_core v0.6.4 |
1019 | 2024-10-03T19:46:44.365Z | Downloaded radium v0.7.0 |
1020 | 2024-10-03T19:46:44.369Z | Downloaded postgres-protocol v0.6.7 |
1021 | 2024-10-03T19:46:44.371Z | Downloaded tokio-rustls v0.26.0 |
1022 | 2024-10-03T19:46:44.371Z | Downloaded derive_builder v0.20.0 |
1023 | 2024-10-03T19:46:44.375Z | Downloaded getrandom v0.2.14 |
1024 | 2024-10-03T19:46:44.378Z | Downloaded hickory-server v0.24.1 |
1025 | 2024-10-03T19:46:44.383Z | Downloaded aes v0.8.4 |
1026 | 2024-10-03T19:46:44.388Z | Downloaded sqlformat v0.2.6 |
1027 | 2024-10-03T19:46:44.390Z | Downloaded spki v0.7.3 |
1028 | 2024-10-03T19:46:44.393Z | Downloaded slog-stdlog v4.1.1 |
1029 | 2024-10-03T19:46:44.395Z | Downloaded slog-scope v4.4.0 |
1030 | 2024-10-03T19:46:44.397Z | Downloaded socket2 v0.4.10 |
1031 | 2024-10-03T19:46:44.397Z | Downloaded rustversion v1.0.17 |
1032 | 2024-10-03T19:46:44.400Z | Downloaded rustls-pemfile v2.1.3 |
1033 | 2024-10-03T19:46:44.404Z | Downloaded mio v1.0.2 |
1034 | 2024-10-03T19:46:45.411Z | Downloaded cc v1.0.97 |
1035 | 2024-10-03T19:46:45.414Z | Downloaded ed25519 v2.2.3 |
1036 | 2024-10-03T19:46:45.414Z | Downloaded tokio-rustls v0.24.1 |
1037 | 2024-10-03T19:46:45.414Z | Downloaded owo-colors v4.1.0 |
1038 | 2024-10-03T19:46:45.414Z | Downloaded omicron-zone-package v0.11.1 |
1039 | 2024-10-03T19:46:45.414Z | Downloaded nu-ansi-term v0.50.0 |
1040 | 2024-10-03T19:46:45.414Z | Downloaded hex v0.4.3 |
1041 | 2024-10-03T19:46:45.414Z | Downloaded heck v0.3.3 |
1042 | 2024-10-03T19:46:45.414Z | Downloaded serde_path_to_error v0.1.16 |
1043 | 2024-10-03T19:46:45.414Z | Downloaded gethostname v0.5.0 |
1044 | 2024-10-03T19:46:45.414Z | Downloaded diff v0.1.13 |
1045 | 2024-10-03T19:46:45.414Z | Downloaded bytes v1.7.2 |
1046 | 2024-10-03T19:46:45.414Z | Downloaded postgres-types v0.2.8 |
1047 | 2024-10-03T19:46:45.414Z | Downloaded miniz_oxide v0.8.0 |
1048 | 2024-10-03T19:46:45.414Z | Downloaded which v4.4.2 |
1049 | 2024-10-03T19:46:45.414Z | Downloaded phf_shared v0.11.2 |
1050 | 2024-10-03T19:46:45.414Z | Downloaded twox-hash v1.6.3 |
1051 | 2024-10-03T19:46:45.414Z | Downloaded subprocess v0.2.9 |
1052 | 2024-10-03T19:46:45.414Z | Downloaded crossbeam-channel v0.5.12 |
1053 | 2024-10-03T19:46:45.414Z | Downloaded futures-channel v0.3.30 |
1054 | 2024-10-03T19:46:45.414Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1055 | 2024-10-03T19:46:45.414Z | Downloaded ff v0.13.0 |
1056 | 2024-10-03T19:46:45.415Z | Downloaded display-error-chain v0.2.1 |
1057 | 2024-10-03T19:46:45.415Z | Downloaded rustc_version v0.1.7 |
1058 | 2024-10-03T19:46:45.415Z | Downloaded ppv-lite86 v0.2.17 |
1059 | 2024-10-03T19:46:45.415Z | Downloaded phf v0.11.2 |
1060 | 2024-10-03T19:46:45.415Z | Downloaded parse-display v0.10.0 |
1061 | 2024-10-03T19:46:45.415Z | Downloaded dirs-sys-next v0.1.2 |
1062 | 2024-10-03T19:46:45.415Z | Downloaded zone v0.1.8 |
1063 | 2024-10-03T19:46:45.415Z | Downloaded backtrace v0.3.71 |
1064 | 2024-10-03T19:46:45.415Z | Downloaded base64 v0.13.1 |
1065 | 2024-10-03T19:46:45.415Z | Downloaded serde_with_macros v3.9.0 |
1066 | 2024-10-03T19:46:45.415Z | Downloaded const-oid v0.9.6 |
1067 | 2024-10-03T19:46:45.415Z | Downloaded rustls-pki-types v1.7.0 |
1068 | 2024-10-03T19:46:45.415Z | Downloaded resolv-conf v0.7.0 |
1069 | 2024-10-03T19:46:45.415Z | Downloaded lazycell v1.3.0 |
1070 | 2024-10-03T19:46:45.415Z | Downloaded indent_write v2.2.0 |
1071 | 2024-10-03T19:46:45.415Z | Downloaded crossbeam-epoch v0.9.18 |
1072 | 2024-10-03T19:46:45.415Z | Downloaded crc-any v2.5.0 |
1073 | 2024-10-03T19:46:45.415Z | Downloaded indoc v1.0.9 |
1074 | 2024-10-03T19:46:45.415Z | Downloaded crc32fast v1.4.0 |
1075 | 2024-10-03T19:46:45.415Z | Downloaded cookie_store v0.21.0 |
1076 | 2024-10-03T19:46:45.415Z | Downloaded rfc6979 v0.4.0 |
1077 | 2024-10-03T19:46:45.415Z | Downloaded lalrpop-util v0.19.12 |
1078 | 2024-10-03T19:46:45.415Z | Downloaded match_cfg v0.1.0 |
1079 | 2024-10-03T19:46:45.415Z | Downloaded cookie v0.18.1 |
1080 | 2024-10-03T19:46:45.415Z | Downloaded bcs v0.1.6 |
1081 | 2024-10-03T19:46:45.415Z | Downloaded base16ct v0.2.0 |
1082 | 2024-10-03T19:46:45.415Z | Downloaded ahash v0.8.11 |
1083 | 2024-10-03T19:46:45.415Z | Downloaded keccak v0.1.5 |
1084 | 2024-10-03T19:46:45.415Z | Downloaded ipnet v2.10.0 |
1085 | 2024-10-03T19:46:45.415Z | Downloaded bit-vec v0.6.3 |
1086 | 2024-10-03T19:46:45.415Z | Downloaded bcrypt-pbkdf v0.10.0 |
1087 | 2024-10-03T19:46:45.415Z | Downloaded iana-time-zone v0.1.60 |
1088 | 2024-10-03T19:46:45.415Z | Downloaded http-body-util v0.1.2 |
1089 | 2024-10-03T19:46:45.415Z | Downloaded convert_case v0.4.0 |
1090 | 2024-10-03T19:46:45.415Z | Downloaded hubpack v0.1.2 |
1091 | 2024-10-03T19:46:45.415Z | Downloaded newtype-uuid v1.1.0 |
1092 | 2024-10-03T19:46:45.415Z | Downloaded argon2 v0.5.3 |
1093 | 2024-10-03T19:46:45.415Z | Downloaded highway v1.2.0 |
1094 | 2024-10-03T19:46:45.415Z | Downloaded ciborium v0.2.2 |
1095 | 2024-10-03T19:46:45.415Z | Downloaded ascii-canvas v3.0.0 |
1096 | 2024-10-03T19:46:45.415Z | Downloaded bzip2 v0.4.4 |
1097 | 2024-10-03T19:46:45.416Z | Downloaded impl-trait-for-tuples v0.2.2 |
1098 | 2024-10-03T19:46:45.416Z | Downloaded data-encoding v2.6.0 |
1099 | 2024-10-03T19:46:45.416Z | Downloaded colored v2.1.0 |
1100 | 2024-10-03T19:46:45.416Z | Downloaded cancel-safe-futures v0.1.5 |
1101 | 2024-10-03T19:46:45.416Z | Downloaded hostname v0.3.1 |
1102 | 2024-10-03T19:46:45.416Z | Downloaded home v0.5.9 |
1103 | 2024-10-03T19:46:45.416Z | Downloaded debug-ignore v1.0.5 |
1104 | 2024-10-03T19:46:45.416Z | Downloaded atomic-waker v1.1.2 |
1105 | 2024-10-03T19:46:45.416Z | Downloaded bitflags v1.3.2 |
1106 | 2024-10-03T19:46:45.416Z | Downloaded ciborium-ll v0.2.2 |
1107 | 2024-10-03T19:46:45.416Z | Downloaded bitfield v0.14.0 |
1108 | 2024-10-03T19:46:45.416Z | Downloaded adler2 v2.0.0 |
1109 | 2024-10-03T19:46:45.416Z | Downloaded adler v1.0.2 |
1110 | 2024-10-03T19:46:45.416Z | Downloaded aead v0.5.2 |
1111 | 2024-10-03T19:46:45.416Z | Downloaded libz-sys v1.1.16 |
1112 | 2024-10-03T19:46:45.416Z | Downloaded ring v0.17.8 |
1113 | 2024-10-03T19:46:45.416Z | Downloaded libsqlite3-sys v0.30.1 |
1114 | 2024-10-03T19:46:45.450Z | Downloaded ring v0.16.20 |
1115 | 2024-10-03T19:46:45.658Z | Compiling serde v1.0.210 |
1116 | 2024-10-03T19:46:45.660Z | Compiling typenum v1.17.0 |
1117 | 2024-10-03T19:46:45.660Z | Compiling generic-array v0.14.7 |
1118 | 2024-10-03T19:46:45.660Z | Compiling lock_api v0.4.12 |
1119 | 2024-10-03T19:46:45.834Z | Compiling scopeguard v1.2.0 |
1120 | 2024-10-03T19:46:45.836Z | Compiling subtle v2.5.0 |
1121 | 2024-10-03T19:46:45.847Z | Compiling syn v2.0.79 |
1122 | 2024-10-03T19:46:45.850Z | Compiling getrandom v0.2.14 |
1123 | 2024-10-03T19:46:46.024Z | Compiling value-bag v1.9.0 |
1124 | 2024-10-03T19:46:46.142Z | Compiling rand_core v0.6.4 |
1125 | 2024-10-03T19:46:46.233Z | Compiling const-oid v0.9.6 |
1126 | 2024-10-03T19:46:46.336Z | Compiling jobserver v0.1.32 |
1127 | 2024-10-03T19:46:46.376Z | Compiling pin-project-lite v0.2.14 |
1128 | 2024-10-03T19:46:46.503Z | Compiling log v0.4.22 |
1129 | 2024-10-03T19:46:46.602Z | Compiling smallvec v1.13.2 |
1130 | 2024-10-03T19:46:46.665Z | Compiling parking_lot_core v0.9.10 |
1131 | 2024-10-03T19:46:46.684Z | Compiling signal-hook-registry v1.4.2 |
1132 | 2024-10-03T19:46:46.997Z | Compiling cc v1.0.97 |
1133 | 2024-10-03T19:46:47.312Z | Compiling futures-core v0.3.30 |
1134 | 2024-10-03T19:46:47.353Z | Compiling mio v1.0.2 |
1135 | 2024-10-03T19:46:47.462Z | Compiling ahash v0.8.11 |
1136 | 2024-10-03T19:46:47.537Z | Compiling parking_lot v0.12.2 |
1137 | 2024-10-03T19:46:47.786Z | Compiling cpufeatures v0.2.12 |
1138 | 2024-10-03T19:46:47.815Z | Compiling futures-sink v0.3.30 |
1139 | 2024-10-03T19:46:47.949Z | Compiling socket2 v0.5.7 |
1140 | 2024-10-03T19:46:47.970Z | Compiling slab v0.4.9 |
1141 | 2024-10-03T19:46:48.154Z | Compiling allocator-api2 v0.2.18 |
1142 | 2024-10-03T19:46:48.450Z | Compiling spin v0.9.8 |
1143 | 2024-10-03T19:46:48.513Z | Compiling tinyvec_macros v0.1.1 |
1144 | 2024-10-03T19:46:48.546Z | Compiling futures-channel v0.3.30 |
1145 | 2024-10-03T19:46:48.605Z | Compiling tinyvec v1.6.0 |
1146 | 2024-10-03T19:46:48.705Z | Compiling futures-io v0.3.30 |
1147 | 2024-10-03T19:46:48.866Z | Compiling base64ct v1.6.0 |
1148 | 2024-10-03T19:46:48.961Z | Compiling serde_json v1.0.128 |
1149 | 2024-10-03T19:46:48.990Z | Compiling libm v0.2.8 |
1150 | 2024-10-03T19:46:49.059Z | Compiling pin-utils v0.1.0 |
1151 | 2024-10-03T19:46:49.145Z | Compiling futures-task v0.3.30 |
1152 | 2024-10-03T19:46:49.165Z | Compiling num-traits v0.2.19 |
1153 | 2024-10-03T19:46:49.327Z | Compiling unicode-bidi v0.3.15 |
1154 | 2024-10-03T19:46:49.384Z | Compiling pem-rfc7468 v0.7.0 |
1155 | 2024-10-03T19:46:49.444Z | Compiling flagset v0.4.5 |
1156 | 2024-10-03T19:46:49.643Z | Compiling tracing-core v0.1.32 |
1157 | 2024-10-03T19:46:49.700Z | Compiling vcpkg v0.2.15 |
1158 | 2024-10-03T19:46:50.158Z | Compiling unicode-normalization v0.1.23 |
1159 | 2024-10-03T19:46:50.221Z | Compiling pkg-config v0.3.30 |
1160 | 2024-10-03T19:46:50.987Z | Compiling crossbeam-utils v0.8.19 |
1161 | 2024-10-03T19:46:51.084Z | Compiling ppv-lite86 v0.2.17 |
1162 | 2024-10-03T19:46:51.228Z | Compiling ring v0.17.8 |
1163 | 2024-10-03T19:46:51.284Z | Compiling percent-encoding v2.3.1 |
1164 | 2024-10-03T19:46:51.686Z | Compiling httparse v1.8.0 |
1165 | 2024-10-03T19:46:51.879Z | Compiling rustls-pki-types v1.7.0 |
1166 | 2024-10-03T19:46:51.953Z | Compiling rand_chacha v0.3.1 |
1167 | 2024-10-03T19:46:51.978Z | Compiling openssl-sys v0.9.103 |
1168 | 2024-10-03T19:46:52.159Z | Compiling try-lock v0.2.5 |
1169 | 2024-10-03T19:46:52.306Z | Compiling rustix v0.38.34 |
1170 | 2024-10-03T19:46:52.676Z | Compiling rand v0.8.5 |
1171 | 2024-10-03T19:46:52.943Z | Compiling want v0.3.1 |
1172 | 2024-10-03T19:46:53.130Z | Compiling untrusted v0.9.0 |
1173 | 2024-10-03T19:46:53.237Z | Compiling atomic-waker v1.1.2 |
1174 | 2024-10-03T19:46:53.296Z | Compiling foreign-types-shared v0.1.1 |
1175 | 2024-10-03T19:46:53.396Z | Compiling time-core v0.1.2 |
1176 | 2024-10-03T19:46:53.416Z | Compiling num-conv v0.1.0 |
1177 | 2024-10-03T19:46:53.558Z | Compiling rustversion v1.0.17 |
1178 | 2024-10-03T19:46:53.577Z | Compiling powerfmt v0.2.0 |
1179 | 2024-10-03T19:46:53.682Z | Compiling httpdate v1.0.3 |
1180 | 2024-10-03T19:46:53.917Z | Compiling openssl v0.10.66 |
1181 | 2024-10-03T19:46:53.936Z | Compiling deranged v0.3.11 |
1182 | 2024-10-03T19:46:54.111Z | Compiling time-macros v0.2.18 |
1183 | 2024-10-03T19:46:54.279Z | Compiling foreign-types v0.3.2 |
1184 | 2024-10-03T19:46:54.309Z | Compiling form_urlencoded v1.2.1 |
1185 | 2024-10-03T19:46:54.364Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-10-03T19:46:54.481Z | Compiling siphasher v0.3.11 |
1187 | 2024-10-03T19:46:54.579Z | Compiling tower-service v0.3.2 |
1188 | 2024-10-03T19:46:54.704Z | Compiling regex-syntax v0.8.4 |
1189 | 2024-10-03T19:46:54.868Z | Compiling rustls v0.23.10 |
1190 | 2024-10-03T19:46:55.117Z | Compiling syn v1.0.109 |
1191 | 2024-10-03T19:46:55.451Z | Compiling num_threads v0.1.7 |
1192 | 2024-10-03T19:46:55.575Z | Compiling native-tls v0.2.11 |
1193 | 2024-10-03T19:46:55.704Z | Compiling base64 v0.22.1 |
1194 | 2024-10-03T19:46:56.382Z | Compiling crossbeam-epoch v0.9.18 |
1195 | 2024-10-03T19:46:56.928Z | Compiling time v0.3.36 |
1196 | 2024-10-03T19:46:57.109Z | Compiling idna v0.5.0 |
1197 | 2024-10-03T19:46:57.201Z | Compiling lazy_static v1.5.0 |
1198 | 2024-10-03T19:46:57.325Z | Compiling cookie v0.18.1 |
1199 | 2024-10-03T19:46:57.621Z | Compiling regex-automata v0.4.6 |
1200 | 2024-10-03T19:46:58.292Z | Compiling iana-time-zone v0.1.60 |
1201 | 2024-10-03T19:46:58.621Z | Compiling finl_unicode v1.2.0 |
1202 | 2024-10-03T19:46:58.722Z | Compiling slog v2.7.0 |
1203 | 2024-10-03T19:46:59.215Z | Compiling openssl-probe v0.1.5 |
1204 | 2024-10-03T19:46:59.257Z | Compiling either v1.13.0 |
1205 | 2024-10-03T19:46:59.279Z | Compiling rayon-core v1.12.1 |
1206 | 2024-10-03T19:46:59.435Z | Compiling serde_derive v1.0.210 |
1207 | 2024-10-03T19:46:59.553Z | Compiling zeroize_derive v1.4.2 |
1208 | 2024-10-03T19:46:59.555Z | Compiling zerocopy-derive v0.7.34 |
1209 | 2024-10-03T19:46:59.618Z | Compiling tokio-macros v2.4.0 |
1210 | 2024-10-03T19:47:00.433Z | Compiling futures-macro v0.3.30 |
1211 | 2024-10-03T19:47:01.118Z | Compiling zeroize v1.8.1 |
1212 | 2024-10-03T19:47:01.243Z | Compiling der_derive v0.7.2 |
1213 | 2024-10-03T19:47:01.748Z | Compiling zerocopy v0.7.34 |
1214 | 2024-10-03T19:47:01.780Z | Compiling thiserror-impl v1.0.64 |
1215 | 2024-10-03T19:47:02.438Z | Compiling futures-util v0.3.30 |
1216 | 2024-10-03T19:47:02.794Z | Compiling crypto-common v0.1.6 |
1217 | 2024-10-03T19:47:02.991Z | Compiling block-buffer v0.10.4 |
1218 | 2024-10-03T19:47:03.218Z | Compiling digest v0.10.7 |
1219 | 2024-10-03T19:47:03.660Z | Compiling hmac v0.12.1 |
1220 | 2024-10-03T19:47:03.682Z | Compiling block-padding v0.3.3 |
1221 | 2024-10-03T19:47:03.941Z | Compiling inout v0.1.3 |
1222 | 2024-10-03T19:47:03.960Z | Compiling hashbrown v0.14.5 |
1223 | 2024-10-03T19:47:03.962Z | Compiling sha2 v0.10.8 |
1224 | 2024-10-03T19:47:04.200Z | Compiling cipher v0.4.4 |
1225 | 2024-10-03T19:47:04.675Z | Compiling der v0.7.9 |
1226 | 2024-10-03T19:47:04.871Z | Compiling thiserror v1.0.64 |
1227 | 2024-10-03T19:47:05.008Z | Compiling salsa20 v0.10.2 |
1228 | 2024-10-03T19:47:05.229Z | Compiling pbkdf2 v0.12.2 |
1229 | 2024-10-03T19:47:05.336Z | Compiling tracing-attributes v0.1.27 |
1230 | 2024-10-03T19:47:05.403Z | Compiling scrypt v0.11.0 |
1231 | 2024-10-03T19:47:05.989Z | Compiling cbc v0.1.2 |
1232 | 2024-10-03T19:47:06.222Z | Compiling aes v0.8.4 |
1233 | 2024-10-03T19:47:07.336Z | Compiling spki v0.7.3 |
1234 | 2024-10-03T19:47:07.392Z | Compiling pest v2.7.10 |
1235 | 2024-10-03T19:47:07.716Z | Compiling pkcs5 v0.7.1 |
1236 | 2024-10-03T19:47:07.809Z | Compiling scroll_derive v0.12.0 |
1237 | 2024-10-03T19:47:08.474Z | Compiling pkcs8 v0.10.2 |
1238 | 2024-10-03T19:47:08.997Z | Compiling tracing v0.1.40 |
1239 | 2024-10-03T19:47:09.050Z | Compiling openssl-macros v0.1.1 |
1240 | 2024-10-03T19:47:09.279Z | Compiling signature v2.2.0 |
1241 | 2024-10-03T19:47:09.338Z | Compiling scroll v0.12.0 |
1242 | 2024-10-03T19:47:09.500Z | Compiling md-5 v0.10.6 |
1243 | 2024-10-03T19:47:09.687Z | Compiling stringprep v0.1.4 |
1244 | 2024-10-03T19:47:09.746Z | Compiling url v2.5.2 |
1245 | 2024-10-03T19:47:09.843Z | Compiling pest_meta v2.7.10 |
1246 | 2024-10-03T19:47:09.863Z | Compiling goblin v0.8.2 |
1247 | 2024-10-03T19:47:10.006Z | Compiling crossbeam-deque v0.8.5 |
1248 | 2024-10-03T19:47:10.362Z | Compiling num-integer v0.1.46 |
1249 | 2024-10-03T19:47:10.898Z | Compiling backtrace v0.3.71 |
1250 | 2024-10-03T19:47:11.147Z | Compiling pest_generator v2.7.10 |
1251 | 2024-10-03T19:47:11.383Z | Compiling rustls-webpki v0.102.4 |
1252 | 2024-10-03T19:47:11.585Z | Compiling idna v0.3.0 |
1253 | 2024-10-03T19:47:13.160Z | Compiling bytes v1.7.2 |
1254 | 2024-10-03T19:47:13.216Z | Compiling indexmap v2.5.0 |
1255 | 2024-10-03T19:47:13.465Z | Compiling bitflags v2.6.0 |
1256 | 2024-10-03T19:47:13.956Z | Compiling semver v1.0.23 |
1257 | 2024-10-03T19:47:14.491Z | Compiling tokio v1.39.3 |
1258 | 2024-10-03T19:47:14.666Z | Compiling rustc_version v0.4.0 |
1259 | 2024-10-03T19:47:14.721Z | Compiling http v1.1.0 |
1260 | 2024-10-03T19:47:14.973Z | Compiling pest_derive v2.7.10 |
1261 | 2024-10-03T19:47:15.811Z | Compiling dtrace-parser v0.2.0 |
1262 | 2024-10-03T19:47:16.588Z | Compiling http-body v1.0.0 |
1263 | 2024-10-03T19:47:16.811Z | Compiling dof v0.3.0 |
1264 | 2024-10-03T19:47:17.184Z | Compiling heapless v0.7.17 |
1265 | 2024-10-03T19:47:17.936Z | Compiling uuid v1.10.0 |
1266 | 2024-10-03T19:47:19.098Z | Compiling usdt-impl v0.5.0 |
1267 | 2024-10-03T19:47:19.429Z | Compiling curve25519-dalek v4.1.3 |
1268 | 2024-10-03T19:47:20.071Z | Compiling http v0.2.12 |
1269 | 2024-10-03T19:47:20.424Z | Compiling serde_tokenstream v0.2.2 |
1270 | 2024-10-03T19:47:20.659Z | Compiling serde_spanned v0.6.7 |
1271 | 2024-10-03T19:47:20.751Z | Compiling toml_datetime v0.6.8 |
1272 | 2024-10-03T19:47:20.894Z | Compiling chrono v0.4.38 |
1273 | 2024-10-03T19:47:21.062Z | Compiling ff v0.13.0 |
1274 | 2024-10-03T19:47:21.272Z | Compiling hash32 v0.2.1 |
1275 | 2024-10-03T19:47:21.292Z | Compiling num-bigint-dig v0.8.4 |
1276 | 2024-10-03T19:47:21.590Z | Compiling fallible-iterator v0.2.0 |
1277 | 2024-10-03T19:47:21.644Z | Compiling base16ct v0.2.0 |
1278 | 2024-10-03T19:47:21.972Z | Compiling signal-hook v0.3.17 |
1279 | 2024-10-03T19:47:22.256Z | Compiling stable_deref_trait v1.2.0 |
1280 | 2024-10-03T19:47:22.285Z | Compiling psl-types v2.0.11 |
1281 | 2024-10-03T19:47:22.366Z | Compiling portable-atomic v1.6.0 |
1282 | 2024-10-03T19:47:22.479Z | Compiling gimli v0.28.1 |
1283 | 2024-10-03T19:47:22.514Z | Compiling adler v1.0.2 |
1284 | 2024-10-03T19:47:22.745Z | Compiling tokio-util v0.7.12 |
1285 | 2024-10-03T19:47:23.376Z | Compiling crc32fast v1.4.0 |
1286 | 2024-10-03T19:47:23.900Z | Compiling h2 v0.4.6 |
1287 | 2024-10-03T19:47:24.679Z | Compiling smoltcp v0.9.1 |
1288 | 2024-10-03T19:47:24.701Z | Compiling hubpack_derive v0.1.1 |
1289 | 2024-10-03T19:47:24.819Z | Compiling tokio-native-tls v0.3.1 |
1290 | 2024-10-03T19:47:25.251Z | Compiling miniz_oxide v0.7.2 |
1291 | 2024-10-03T19:47:25.433Z | Compiling tokio-rustls v0.26.0 |
1292 | 2024-10-03T19:47:25.610Z | Compiling publicsuffix v2.2.3 |
1293 | 2024-10-03T19:47:25.920Z | Compiling postgres-protocol v0.6.7 |
1294 | 2024-10-03T19:47:26.080Z | Compiling sec1 v0.7.3 |
1295 | 2024-10-03T19:47:26.531Z | Compiling group v0.13.0 |
1296 | 2024-10-03T19:47:26.761Z | Compiling terminal_size v0.3.0 |
1297 | 2024-10-03T19:47:26.856Z | Compiling addr2line v0.21.0 |
1298 | 2024-10-03T19:47:26.874Z | Compiling http-body-util v0.1.2 |
1299 | 2024-10-03T19:47:26.994Z | Compiling num-iter v0.1.45 |
1300 | 2024-10-03T19:47:27.400Z | Compiling hkdf v0.12.4 |
1301 | 2024-10-03T19:47:27.509Z | Compiling crypto-bigint v0.5.5 |
1302 | 2024-10-03T19:47:27.557Z | Compiling zerocopy-derive v0.6.6 |
1303 | 2024-10-03T19:47:27.653Z | Compiling curve25519-dalek-derive v0.1.1 |
1304 | 2024-10-03T19:47:28.060Z | Compiling async-trait v0.1.83 |
1305 | 2024-10-03T19:47:28.282Z | Compiling phf_shared v0.11.2 |
1306 | 2024-10-03T19:47:28.675Z | Compiling serde_derive_internals v0.29.1 |
1307 | 2024-10-03T19:47:28.782Z | Compiling webpki-roots v0.26.3 |
1308 | 2024-10-03T19:47:29.047Z | Compiling object v0.32.2 |
1309 | 2024-10-03T19:47:29.223Z | Compiling fs-err v2.11.0 |
1310 | 2024-10-03T19:47:29.532Z | Compiling schemars v0.8.21 |
1311 | 2024-10-03T19:47:29.665Z | Compiling ipnet v2.10.0 |
1312 | 2024-10-03T19:47:29.794Z | Compiling adler2 v2.0.0 |
1313 | 2024-10-03T19:47:29.900Z | Compiling anyhow v1.0.89 |
1314 | 2024-10-03T19:47:30.000Z | Compiling rustc-demangle v0.1.24 |
1315 | 2024-10-03T19:47:30.538Z | Compiling bitflags v1.3.2 |
1316 | 2024-10-03T19:47:30.647Z | Compiling winnow v0.5.40 |
1317 | 2024-10-03T19:47:30.861Z | Compiling hyper v1.4.1 |
1318 | 2024-10-03T19:47:30.937Z | Compiling managed v0.8.0 |
1319 | 2024-10-03T19:47:30.965Z | Compiling console v0.15.8 |
1320 | 2024-10-03T19:47:31.403Z | Compiling schemars_derive v0.8.21 |
1321 | 2024-10-03T19:47:32.519Z | Compiling clap_builder v4.5.18 |
1322 | 2024-10-03T19:47:33.452Z | Compiling hyper-util v0.1.9 |
1323 | 2024-10-03T19:47:33.846Z | Compiling elliptic-curve v0.13.8 |
1324 | 2024-10-03T19:47:34.510Z | Compiling toml_edit v0.19.15 |
1325 | 2024-10-03T19:47:34.536Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-10-03T19:47:34.729Z | Compiling zerocopy v0.6.6 |
1327 | 2024-10-03T19:47:35.175Z | Compiling phf v0.11.2 |
1328 | 2024-10-03T19:47:35.465Z | Compiling rayon v1.10.0 |
1329 | 2024-10-03T19:47:36.079Z | Compiling hyper-rustls v0.27.3 |
1330 | 2024-10-03T19:47:36.265Z | Compiling hyper-tls v0.6.0 |
1331 | 2024-10-03T19:47:36.652Z | Compiling cookie_store v0.21.0 |
1332 | 2024-10-03T19:47:36.677Z | Compiling postgres-types v0.2.8 |
1333 | 2024-10-03T19:47:38.202Z | Compiling hubpack v0.1.2 |
1334 | 2024-10-03T19:47:39.212Z | Compiling h2 v0.3.26 |
1335 | 2024-10-03T19:47:39.407Z | Compiling http-body v0.4.6 |
1336 | 2024-10-03T19:47:39.870Z | Compiling usdt-attr-macro v0.5.0 |
1337 | 2024-10-03T19:47:40.051Z | Compiling usdt-macro v0.5.0 |
1338 | 2024-10-03T19:47:40.249Z | Compiling serde_urlencoded v0.7.1 |
1339 | 2024-10-03T19:47:40.770Z | Compiling serde-big-array v0.5.1 |
1340 | 2024-10-03T19:47:41.015Z | Compiling clap_derive v4.5.18 |
1341 | 2024-10-03T19:47:41.577Z | Compiling ed25519 v2.2.3 |
1342 | 2024-10-03T19:47:41.579Z | Compiling pkcs1 v0.7.5 |
1343 | 2024-10-03T19:47:41.838Z | Compiling futures-executor v0.3.30 |
1344 | 2024-10-03T19:47:42.408Z | Compiling rfc6979 v0.4.0 |
1345 | 2024-10-03T19:47:42.446Z | Compiling bstr v1.9.1 |
1346 | 2024-10-03T19:47:42.602Z | Compiling regex v1.10.6 |
1347 | 2024-10-03T19:47:42.647Z | Compiling strum_macros v0.25.3 |
1348 | 2024-10-03T19:47:43.004Z | Compiling serde_repr v0.1.19 |
1349 | 2024-10-03T19:47:43.628Z | Compiling enum-as-inner v0.6.0 |
1350 | 2024-10-03T19:47:43.678Z | Compiling rustls-pemfile v2.1.3 |
1351 | 2024-10-03T19:47:44.204Z | Compiling phf_shared v0.10.0 |
1352 | 2024-10-03T19:47:44.229Z | Compiling float-cmp v0.9.0 |
1353 | 2024-10-03T19:47:44.303Z | Compiling idna v0.4.0 |
1354 | 2024-10-03T19:47:44.437Z | Compiling sync_wrapper v1.0.1 |
1355 | 2024-10-03T19:47:44.594Z | Compiling mio v0.8.11 |
1356 | 2024-10-03T19:47:44.614Z | Compiling socket2 v0.4.10 |
1357 | 2024-10-03T19:47:44.725Z | Compiling encoding_rs v0.8.34 |
1358 | 2024-10-03T19:47:45.490Z | Compiling static_assertions v1.1.0 |
1359 | 2024-10-03T19:47:45.597Z | Compiling precomputed-hash v0.1.1 |
1360 | 2024-10-03T19:47:45.718Z | Compiling dyn-clone v1.0.17 |
1361 | 2024-10-03T19:47:45.875Z | Compiling minimal-lexical v0.2.1 |
1362 | 2024-10-03T19:47:45.897Z | Compiling fixedbitset v0.4.2 |
1363 | 2024-10-03T19:47:45.948Z | Compiling whoami v1.5.2 |
1364 | 2024-10-03T19:47:46.009Z | Compiling data-encoding v2.6.0 |
1365 | 2024-10-03T19:47:46.364Z | Compiling number_prefix v0.4.0 |
1366 | 2024-10-03T19:47:46.415Z | Compiling new_debug_unreachable v1.0.6 |
1367 | 2024-10-03T19:47:46.518Z | Compiling unicode-segmentation v1.11.0 |
1368 | 2024-10-03T19:47:46.593Z | Compiling normalize-line-endings v0.3.0 |
1369 | 2024-10-03T19:47:46.613Z | Compiling difflib v0.4.0 |
1370 | 2024-10-03T19:47:46.716Z | Compiling mime v0.3.17 |
1371 | 2024-10-03T19:47:46.781Z | Compiling bit-vec v0.6.3 |
1372 | 2024-10-03T19:47:47.247Z | Compiling predicates-core v1.0.6 |
1373 | 2024-10-03T19:47:47.311Z | Compiling similar v2.6.0 |
1374 | 2024-10-03T19:47:47.363Z | Compiling bit-set v0.5.3 |
1375 | 2024-10-03T19:47:47.598Z | Compiling predicates v3.1.2 |
1376 | 2024-10-03T19:47:47.646Z | Compiling reqwest v0.12.7 |
1377 | 2024-10-03T19:47:48.188Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1378 | 2024-10-03T19:47:48.406Z | Compiling hickory-proto v0.24.1 |
1379 | 2024-10-03T19:47:49.134Z | Compiling indicatif v0.17.8 |
1380 | 2024-10-03T19:47:49.354Z | Compiling string_cache v0.8.7 |
1381 | 2024-10-03T19:47:49.617Z | Compiling tokio-postgres v0.7.12 |
1382 | 2024-10-03T19:47:49.707Z | Compiling nom v7.1.3 |
1383 | 2024-10-03T19:47:49.814Z | Compiling petgraph v0.6.5 |
1384 | 2024-10-03T19:47:51.354Z | Compiling clap v4.5.18 |
1385 | 2024-10-03T19:47:51.419Z | Compiling hyper v0.14.30 |
1386 | 2024-10-03T19:47:53.351Z | Compiling toml_edit v0.22.22 |
1387 | 2024-10-03T19:47:53.815Z | Compiling signal-hook-mio v0.2.4 |
1388 | 2024-10-03T19:47:54.013Z | Compiling usdt v0.5.0 |
1389 | 2024-10-03T19:47:54.530Z | Compiling ecdsa v0.16.9 |
1390 | 2024-10-03T19:47:54.959Z | Compiling rsa v0.9.6 |
1391 | 2024-10-03T19:47:55.321Z | Compiling futures v0.3.30 |
1392 | 2024-10-03T19:47:55.352Z | Compiling ed25519-dalek v2.1.1 |
1393 | 2024-10-03T19:47:55.385Z | Compiling flate2 v1.0.34 |
1394 | 2024-10-03T19:47:55.434Z | Compiling toml v0.7.8 |
1395 | 2024-10-03T19:47:57.174Z | Compiling tokio-stream v0.1.16 |
1396 | 2024-10-03T19:47:57.234Z | Compiling openapiv3 v2.0.0 |
1397 | 2024-10-03T19:47:57.495Z | Compiling hex v0.4.3 |
1398 | 2024-10-03T19:47:58.094Z | Compiling x509-cert v0.2.5 |
1399 | 2024-10-03T19:47:58.242Z | Compiling sha1 v0.10.6 |
1400 | 2024-10-03T19:47:58.702Z | Compiling itertools v0.12.1 |
1401 | 2024-10-03T19:47:58.797Z | Compiling itertools v0.10.5 |
1402 | 2024-10-03T19:48:00.480Z | Compiling dirs-sys-next v0.1.2 |
1403 | 2024-10-03T19:48:01.152Z | Compiling lalrpop-util v0.19.12 |
1404 | 2024-10-03T19:48:01.500Z | Compiling peg-runtime v0.8.3 |
1405 | 2024-10-03T19:48:01.520Z | Compiling unicode-xid v0.2.4 |
1406 | 2024-10-03T19:48:01.595Z | Compiling dirs-next v2.0.0 |
1407 | 2024-10-03T19:48:01.616Z | Compiling thread_local v1.1.8 |
1408 | 2024-10-03T19:48:01.690Z | Compiling slog-async v2.8.0 |
1409 | 2024-10-03T19:48:01.712Z | Compiling term v0.7.0 |
1410 | 2024-10-03T19:48:01.792Z | Compiling xattr v1.3.1 |
1411 | 2024-10-03T19:48:01.839Z | Compiling strum_macros v0.26.4 |
1412 | 2024-10-03T19:48:02.058Z | Compiling crossbeam-channel v0.5.12 |
1413 | 2024-10-03T19:48:02.147Z | Compiling is-terminal v0.4.12 |
1414 | 2024-10-03T19:48:02.173Z | Compiling filetime v0.2.25 |
1415 | 2024-10-03T19:48:02.275Z | Compiling take_mut v0.2.2 |
1416 | 2024-10-03T19:48:02.308Z | Compiling slog-term v2.9.1 |
1417 | 2024-10-03T19:48:02.427Z | Compiling tar v0.4.42 |
1418 | 2024-10-03T19:48:02.477Z | Compiling camino v1.1.9 |
1419 | 2024-10-03T19:48:03.292Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1420 | 2024-10-03T19:48:04.781Z | Compiling strum v0.26.3 |
1421 | 2024-10-03T19:48:04.858Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1422 | 2024-10-03T19:48:10.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1423 | 2024-10-03T19:48:10.351Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1424 | 2024-10-03T19:48:10.400Z | Oct 03 19:48:09.381 INFO Starting download, target: Clickhouse |
1425 | 2024-10-03T19:48:10.400Z | Oct 03 19:48:09.382 INFO Starting download, target: Console |
1426 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Starting download, target: Cockroach |
1427 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Starting download, target: DendriteOpenapi |
1428 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Starting download, target: DendriteStub |
1429 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Starting download, target: MaghemiteMgd |
1430 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Starting download, target: TransceiverControl |
1431 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1432 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1433 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.382 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1434 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.383 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1435 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.383 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1436 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.383 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1437 | 2024-10-03T19:48:10.402Z | Oct 03 19:48:09.383 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1438 | 2024-10-03T19:48:10.539Z | Oct 03 19:48:09.521 INFO Download complete, target: DendriteOpenapi |
1439 | 2024-10-03T19:48:10.782Z | Oct 03 19:48:09.758 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1440 | 2024-10-03T19:48:10.945Z | Oct 03 19:48:09.922 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1441 | 2024-10-03T19:48:11.019Z | Oct 03 19:48:10.001 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1442 | 2024-10-03T19:48:11.101Z | Oct 03 19:48:10.084 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1443 | 2024-10-03T19:48:11.339Z | Oct 03 19:48:10.320 INFO Download complete, target: Console |
1444 | 2024-10-03T19:48:11.496Z | Oct 03 19:48:10.478 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1445 | 2024-10-03T19:48:11.496Z | Oct 03 19:48:10.478 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1446 | 2024-10-03T19:48:11.553Z | Oct 03 19:48:10.536 INFO Download complete, target: TransceiverControl |
1447 | 2024-10-03T19:48:12.351Z | Oct 03 19:48:11.334 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1448 | 2024-10-03T19:48:14.027Z | Oct 03 19:48:13.009 INFO Download complete, target: DendriteStub |
1449 | 2024-10-03T19:48:14.254Z | Oct 03 19:48:13.237 INFO Download complete, target: MaghemiteMgd |
1450 | 2024-10-03T19:48:19.518Z | Oct 03 19:48:18.500 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1451 | 2024-10-03T19:48:19.855Z | Oct 03 19:48:18.838 INFO Checking that binary works, target: Cockroach |
1452 | 2024-10-03T19:48:20.013Z | Oct 03 19:48:18.996 INFO Download complete, target: Cockroach |
1453 | 2024-10-03T19:48:25.852Z | Oct 03 19:48:24.834 INFO Checking that binary works, target: Clickhouse |
1454 | 2024-10-03T19:48:26.658Z | Oct 03 19:48:25.639 INFO Download complete, target: Clickhouse |
1455 | 2024-10-03T19:48:27.007Z | All builder prerequisites installed successfully, and PATH looks valid |
1456 | 2024-10-03T19:48:27.010Z | |
1457 | 2024-10-03T19:48:27.010Z | real 4:02.515770514 |
1458 | 2024-10-03T19:48:27.010Z | user 12:08.269943093 |
1459 | 2024-10-03T19:48:27.010Z | sys 2:34.489268906 |
1460 | 2024-10-03T19:48:27.010Z | trap 0.412743534 |
1461 | 2024-10-03T19:48:27.010Z | tflt 9.553562004 |
1462 | 2024-10-03T19:48:27.010Z | dflt 5.318701052 |
1463 | 2024-10-03T19:48:27.010Z | kflt 0.224045307 |
1464 | 2024-10-03T19:48:27.010Z | lock 23:43.234247622 |
1465 | 2024-10-03T19:48:27.010Z | slp 48:25.830526730 |
1466 | 2024-10-03T19:48:27.010Z | lat 40.924982952 |
1467 | 2024-10-03T19:48:27.010Z | stop 1:55.404882101 |
1468 | 2024-10-03T19:48:27.010Z | + banner clippy |
1469 | 2024-10-03T19:48:27.013Z | |
1470 | 2024-10-03T19:48:27.013Z | #### # # ##### ##### # # |
1471 | 2024-10-03T19:48:27.013Z | # # # # # # # # # # |
1472 | 2024-10-03T19:48:27.013Z | # # # # # # # # |
1473 | 2024-10-03T19:48:27.013Z | # # # ##### ##### # |
1474 | 2024-10-03T19:48:27.013Z | # # # # # # # |
1475 | 2024-10-03T19:48:27.013Z | #### ###### # # # # |
1476 | 2024-10-03T19:48:27.013Z | |
1477 | 2024-10-03T19:48:27.013Z | + export CARGO_INCREMENTAL=0 |
1478 | 2024-10-03T19:48:27.013Z | + CARGO_INCREMENTAL=0 |
1479 | 2024-10-03T19:48:27.013Z | + ptime -m cargo xtask clippy |
1480 | 2024-10-03T19:48:27.580Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1481 | 2024-10-03T19:48:31.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
1482 | 2024-10-03T19:48:31.558Z | Running `target/debug/xtask clippy` |
1483 | 2024-10-03T19:48:31.578Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1484 | 2024-10-03T19:48:32.301Z | Downloading crates ... |
1485 | 2024-10-03T19:48:32.636Z | Downloaded assert_cmd v2.0.16 |
1486 | 2024-10-03T19:48:32.641Z | Downloaded async-task v4.7.1 |
1487 | 2024-10-03T19:48:32.645Z | Downloaded async-channel v1.9.0 |
1488 | 2024-10-03T19:48:32.647Z | Downloaded approx v0.5.1 |
1489 | 2024-10-03T19:48:32.650Z | Downloaded doc-comment v0.3.3 |
1490 | 2024-10-03T19:48:32.650Z | Downloaded async-object-pool v0.1.5 |
1491 | 2024-10-03T19:48:32.653Z | Downloaded pathdiff v0.2.1 |
1492 | 2024-10-03T19:48:32.655Z | Downloaded nested v0.1.1 |
1493 | 2024-10-03T19:48:32.658Z | Downloaded event-listener-strategy v0.5.2 |
1494 | 2024-10-03T19:48:32.678Z | Downloaded target-spec v3.2.1 |
1495 | 2024-10-03T19:48:32.680Z | Downloaded cast v0.3.0 |
1496 | 2024-10-03T19:48:32.683Z | Downloaded blocking v1.6.1 |
1497 | 2024-10-03T19:48:32.683Z | Downloaded async-signal v0.2.10 |
1498 | 2024-10-03T19:48:32.685Z | Downloaded proc-macro-crate v3.1.0 |
1499 | 2024-10-03T19:48:32.685Z | Downloaded plotters-backend v0.3.5 |
1500 | 2024-10-03T19:48:32.687Z | Downloaded oorandom v11.1.3 |
1501 | 2024-10-03T19:48:32.687Z | Downloaded stringmetrics v2.2.2 |
1502 | 2024-10-03T19:48:32.689Z | Downloaded serde_regex v1.1.0 |
1503 | 2024-10-03T19:48:32.692Z | Downloaded indoc v2.0.5 |
1504 | 2024-10-03T19:48:32.694Z | Downloaded futures-timer v3.0.3 |
1505 | 2024-10-03T19:48:32.696Z | Downloaded blake2b_simd v1.0.2 |
1506 | 2024-10-03T19:48:32.696Z | Downloaded rust-argon2 v2.1.0 |
1507 | 2024-10-03T19:48:32.699Z | Downloaded partial-io v0.5.4 |
1508 | 2024-10-03T19:48:32.701Z | Downloaded async-global-executor v2.4.1 |
1509 | 2024-10-03T19:48:32.703Z | Downloaded tinytemplate v1.2.1 |
1510 | 2024-10-03T19:48:32.706Z | Downloaded libtest-mimic v0.7.3 |
1511 | 2024-10-03T19:48:32.708Z | Downloaded httptest v0.16.1 |
1512 | 2024-10-03T19:48:32.708Z | Downloaded plotters-svg v0.3.5 |
1513 | 2024-10-03T19:48:32.710Z | Downloaded futures-lite v2.3.0 |
1514 | 2024-10-03T19:48:32.713Z | Downloaded async-lock v3.4.0 |
1515 | 2024-10-03T19:48:32.715Z | Downloaded async-process v2.2.4 |
1516 | 2024-10-03T19:48:32.715Z | Downloaded guppy-workspace-hack v0.1.0 |
1517 | 2024-10-03T19:48:32.717Z | Downloaded async-io v2.3.4 |
1518 | 2024-10-03T19:48:32.720Z | Downloaded async-channel v2.3.1 |
1519 | 2024-10-03T19:48:32.720Z | Downloaded async-attributes v1.1.2 |
1520 | 2024-10-03T19:48:32.722Z | Downloaded threadpool v1.8.1 |
1521 | 2024-10-03T19:48:32.722Z | Downloaded num_cpus v1.16.0 |
1522 | 2024-10-03T19:48:32.724Z | Downloaded relative-path v1.9.3 |
1523 | 2024-10-03T19:48:32.727Z | Downloaded path-tree v0.8.1 |
1524 | 2024-10-03T19:48:32.729Z | Downloaded event-listener v2.5.3 |
1525 | 2024-10-03T19:48:32.729Z | Downloaded parking v2.2.1 |
1526 | 2024-10-03T19:48:32.731Z | Downloaded kv-log-macro v1.0.7 |
1527 | 2024-10-03T19:48:32.731Z | Downloaded event-listener v5.3.1 |
1528 | 2024-10-03T19:48:32.733Z | Downloaded escape8259 v0.5.2 |
1529 | 2024-10-03T19:48:32.736Z | Downloaded similar-asserts v1.5.0 |
1530 | 2024-10-03T19:48:32.738Z | Downloaded rustls-native-certs v0.7.0 |
1531 | 2024-10-03T19:48:32.740Z | Downloaded rstest v0.22.0 |
1532 | 2024-10-03T19:48:32.744Z | Downloaded polling v3.7.3 |
1533 | 2024-10-03T19:48:32.747Z | Downloaded cfg-expr v0.16.0 |
1534 | 2024-10-03T19:48:32.750Z | Downloaded target-lexicon v0.12.16 |
1535 | 2024-10-03T19:48:32.753Z | Downloaded fancy-regex v0.13.0 |
1536 | 2024-10-03T19:48:32.756Z | Downloaded piper v0.2.4 |
1537 | 2024-10-03T19:48:32.758Z | Downloaded trybuild v1.0.99 |
1538 | 2024-10-03T19:48:32.762Z | Downloaded rstest_macros v0.22.0 |
1539 | 2024-10-03T19:48:32.764Z | Downloaded yansi v1.0.1 |
1540 | 2024-10-03T19:48:32.767Z | Downloaded rand_distr v0.4.3 |
1541 | 2024-10-03T19:48:32.770Z | Downloaded pretty_assertions v1.4.1 |
1542 | 2024-10-03T19:48:32.772Z | Downloaded toml_edit v0.21.1 |
1543 | 2024-10-03T19:48:32.793Z | Downloaded guppy v0.17.7 |
1544 | 2024-10-03T19:48:32.798Z | Downloaded plotters v0.3.5 |
1545 | 2024-10-03T19:48:32.807Z | Downloaded async-std v1.13.0 |
1546 | 2024-10-03T19:48:32.825Z | Downloaded criterion v0.5.1 |
1547 | 2024-10-03T19:48:32.831Z | Downloaded hyper-rustls v0.26.0 |
1548 | 2024-10-03T19:48:32.835Z | Downloaded datatest-stable v0.2.9 |
1549 | 2024-10-03T19:48:32.837Z | Downloaded concurrent-queue v2.5.0 |
1550 | 2024-10-03T19:48:32.840Z | Downloaded async-executor v1.13.1 |
1551 | 2024-10-03T19:48:32.842Z | Downloaded assert-json-diff v2.0.2 |
1552 | 2024-10-03T19:48:32.842Z | Downloaded anes v0.1.6 |
1553 | 2024-10-03T19:48:32.845Z | Downloaded criterion-plot v0.5.0 |
1554 | 2024-10-03T19:48:32.860Z | Downloaded httpmock v0.8.0-alpha.1 |
1555 | 2024-10-03T19:48:33.550Z | Checking cfg-if v1.0.0 |
1556 | 2024-10-03T19:48:33.620Z | Checking libc v0.2.159 |
1557 | 2024-10-03T19:48:33.638Z | Checking serde v1.0.210 |
1558 | 2024-10-03T19:48:33.657Z | Checking memchr v2.7.2 |
1559 | 2024-10-03T19:48:33.679Z | Checking value-bag v1.9.0 |
1560 | 2024-10-03T19:48:33.680Z | Checking scopeguard v1.2.0 |
1561 | 2024-10-03T19:48:33.716Z | Checking byteorder v1.5.0 |
1562 | 2024-10-03T19:48:33.740Z | Checking zeroize v1.8.1 |
1563 | 2024-10-03T19:48:33.743Z | Checking itoa v1.0.11 |
1564 | 2024-10-03T19:48:33.828Z | Checking lock_api v0.4.12 |
1565 | 2024-10-03T19:48:33.952Z | Checking smallvec v1.13.2 |
1566 | 2024-10-03T19:48:34.031Z | Checking once_cell v1.19.0 |
1567 | 2024-10-03T19:48:34.074Z | Checking log v0.4.22 |
1568 | 2024-10-03T19:48:34.114Z | Checking pin-project-lite v0.2.14 |
1569 | 2024-10-03T19:48:34.244Z | Checking subtle v2.5.0 |
1570 | 2024-10-03T19:48:34.271Z | Checking typenum v1.17.0 |
1571 | 2024-10-03T19:48:34.299Z | Checking futures-core v0.3.30 |
1572 | 2024-10-03T19:48:34.331Z | Checking zerocopy v0.7.34 |
1573 | 2024-10-03T19:48:34.477Z | Checking libm v0.2.8 |
1574 | 2024-10-03T19:48:34.504Z | Checking ryu v1.0.18 |
1575 | 2024-10-03T19:48:34.526Z | Checking thiserror v1.0.64 |
1576 | 2024-10-03T19:48:34.582Z | Checking spin v0.9.8 |
1577 | 2024-10-03T19:48:34.666Z | Checking futures-io v0.3.30 |
1578 | 2024-10-03T19:48:34.695Z | Checking getrandom v0.2.14 |
1579 | 2024-10-03T19:48:34.729Z | Checking parking_lot_core v0.9.10 |
1580 | 2024-10-03T19:48:34.858Z | Checking signal-hook-registry v1.4.2 |
1581 | 2024-10-03T19:48:34.903Z | Checking mio v1.0.2 |
1582 | 2024-10-03T19:48:34.950Z | Checking rand_core v0.6.4 |
1583 | 2024-10-03T19:48:35.052Z | Checking parking_lot v0.12.2 |
1584 | 2024-10-03T19:48:35.105Z | Checking socket2 v0.5.7 |
1585 | 2024-10-03T19:48:35.256Z | Checking const-oid v0.9.6 |
1586 | 2024-10-03T19:48:35.419Z | Checking num-traits v0.2.19 |
1587 | 2024-10-03T19:48:35.445Z | Checking slab v0.4.9 |
1588 | 2024-10-03T19:48:35.495Z | Checking allocator-api2 v0.2.18 |
1589 | 2024-10-03T19:48:35.599Z | Checking futures-sink v0.3.30 |
1590 | 2024-10-03T19:48:35.657Z | Checking generic-array v0.14.7 |
1591 | 2024-10-03T19:48:35.704Z | Checking cpufeatures v0.2.12 |
1592 | 2024-10-03T19:48:35.732Z | Checking ahash v0.8.11 |
1593 | 2024-10-03T19:48:35.759Z | Checking pin-utils v0.1.0 |
1594 | 2024-10-03T19:48:35.812Z | Checking futures-channel v0.3.30 |
1595 | 2024-10-03T19:48:35.853Z | Checking futures-task v0.3.30 |
1596 | 2024-10-03T19:48:36.102Z | Checking equivalent v1.0.1 |
1597 | 2024-10-03T19:48:36.129Z | Checking fnv v1.0.7 |
1598 | 2024-10-03T19:48:36.182Z | Checking futures-util v0.3.30 |
1599 | 2024-10-03T19:48:36.224Z | Checking tracing-core v0.1.32 |
1600 | 2024-10-03T19:48:36.259Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1601 | 2024-10-03T19:48:36.300Z | Checking hashbrown v0.14.5 |
1602 | 2024-10-03T19:48:36.628Z | Checking errno v0.3.9 |
1603 | 2024-10-03T19:48:36.800Z | Checking iana-time-zone v0.1.60 |
1604 | 2024-10-03T19:48:36.828Z | Checking crypto-common v0.1.6 |
1605 | 2024-10-03T19:48:36.905Z | Checking block-buffer v0.10.4 |
1606 | 2024-10-03T19:48:36.961Z | Checking tracing v0.1.40 |
1607 | 2024-10-03T19:48:37.010Z | Checking tinyvec_macros v0.1.1 |
1608 | 2024-10-03T19:48:37.108Z | Checking ppv-lite86 v0.2.17 |
1609 | 2024-10-03T19:48:37.135Z | Checking unicode-bidi v0.3.15 |
1610 | 2024-10-03T19:48:37.138Z | Checking digest v0.10.7 |
1611 | 2024-10-03T19:48:37.138Z | Checking tinyvec v1.6.0 |
1612 | 2024-10-03T19:48:37.317Z | Checking block-padding v0.3.3 |
1613 | 2024-10-03T19:48:37.526Z | Checking percent-encoding v2.3.1 |
1614 | 2024-10-03T19:48:37.603Z | Checking inout v0.1.3 |
1615 | 2024-10-03T19:48:37.680Z | Checking crossbeam-utils v0.8.19 |
1616 | 2024-10-03T19:48:37.702Z | Checking dyn-clone v1.0.17 |
1617 | 2024-10-03T19:48:37.744Z | Checking form_urlencoded v1.2.1 |
1618 | 2024-10-03T19:48:37.769Z | Checking rand_chacha v0.3.1 |
1619 | 2024-10-03T19:48:37.818Z | Checking cipher v0.4.4 |
1620 | 2024-10-03T19:48:37.845Z | Checking httparse v1.8.0 |
1621 | 2024-10-03T19:48:37.924Z | Checking base64ct v1.6.0 |
1622 | 2024-10-03T19:48:38.133Z | Checking rand v0.8.5 |
1623 | 2024-10-03T19:48:38.228Z | Checking regex-syntax v0.8.4 |
1624 | 2024-10-03T19:48:38.269Z | Checking hmac v0.12.1 |
1625 | 2024-10-03T19:48:38.347Z | Checking untrusted v0.9.0 |
1626 | 2024-10-03T19:48:38.350Z | Checking atomic-waker v1.1.2 |
1627 | 2024-10-03T19:48:38.400Z | Checking unicode-normalization v0.1.23 |
1628 | 2024-10-03T19:48:38.457Z | Checking sha2 v0.10.8 |
1629 | 2024-10-03T19:48:38.484Z | Checking aho-corasick v1.1.3 |
1630 | 2024-10-03T19:48:38.506Z | Checking bytes v1.7.2 |
1631 | 2024-10-03T19:48:38.529Z | Checking bitflags v2.6.0 |
1632 | 2024-10-03T19:48:38.812Z | Checking serde_json v1.0.128 |
1633 | 2024-10-03T19:48:39.031Z | Checking indexmap v2.5.0 |
1634 | 2024-10-03T19:48:39.306Z | Checking rustix v0.38.34 |
1635 | 2024-10-03T19:48:39.329Z | Checking tokio v1.39.3 |
1636 | 2024-10-03T19:48:39.355Z | Checking chrono v0.4.38 |
1637 | 2024-10-03T19:48:40.139Z | Checking uuid v1.10.0 |
1638 | 2024-10-03T19:48:40.334Z | Checking http v1.1.0 |
1639 | 2024-10-03T19:48:40.413Z | Checking ring v0.17.8 |
1640 | 2024-10-03T19:48:40.707Z | Checking lazy_static v1.5.0 |
1641 | 2024-10-03T19:48:40.829Z | Checking base64 v0.22.1 |
1642 | 2024-10-03T19:48:41.228Z | Checking idna v0.5.0 |
1643 | 2024-10-03T19:48:41.329Z | Checking unicode-ident v1.0.13 |
1644 | 2024-10-03T19:48:41.355Z | Checking regex-automata v0.4.6 |
1645 | 2024-10-03T19:48:41.458Z | Checking schemars v0.8.21 |
1646 | 2024-10-03T19:48:41.499Z | Checking powerfmt v0.2.0 |
1647 | 2024-10-03T19:48:41.701Z | Checking httpdate v1.0.3 |
1648 | 2024-10-03T19:48:41.802Z | Checking try-lock v0.2.5 |
1649 | 2024-10-03T19:48:41.937Z | Checking want v0.3.1 |
1650 | 2024-10-03T19:48:41.957Z | Checking deranged v0.3.11 |
1651 | 2024-10-03T19:48:42.090Z | Checking url v2.5.2 |
1652 | 2024-10-03T19:48:42.121Z | Checking pem-rfc7468 v0.7.0 |
1653 | 2024-10-03T19:48:42.302Z | Checking num-conv v0.1.0 |
1654 | 2024-10-03T19:48:42.388Z | Checking time-core v0.1.2 |
1655 | 2024-10-03T19:48:42.560Z | Checking rustls-pki-types v1.7.0 |
1656 | 2024-10-03T19:48:42.563Z | Checking num_threads v0.1.7 |
1657 | 2024-10-03T19:48:42.685Z | Checking proc-macro2 v1.0.86 |
1658 | 2024-10-03T19:48:42.862Z | Checking tower-service v0.3.2 |
1659 | 2024-10-03T19:48:42.920Z | Checking flagset v0.4.5 |
1660 | 2024-10-03T19:48:42.993Z | Checking pbkdf2 v0.12.2 |
1661 | 2024-10-03T19:48:43.020Z | Checking aes v0.8.4 |
1662 | 2024-10-03T19:48:43.115Z | Checking rustls-webpki v0.102.4 |
1663 | 2024-10-03T19:48:43.141Z | Checking der v0.7.9 |
1664 | 2024-10-03T19:48:43.166Z | Checking http-body v1.0.0 |
1665 | 2024-10-03T19:48:43.344Z | Checking quote v1.0.37 |
1666 | 2024-10-03T19:48:43.373Z | Checking salsa20 v0.10.2 |
1667 | 2024-10-03T19:48:43.596Z | Checking cbc v0.1.2 |
1668 | 2024-10-03T19:48:43.675Z | Checking syn v2.0.79 |
1669 | 2024-10-03T19:48:43.729Z | Checking time v0.3.36 |
1670 | 2024-10-03T19:48:43.807Z | Checking slog v2.7.0 |
1671 | 2024-10-03T19:48:43.869Z | Checking mime v0.3.17 |
1672 | 2024-10-03T19:48:43.895Z | Checking scrypt v0.11.0 |
1673 | 2024-10-03T19:48:44.124Z | Checking adler v1.0.2 |
1674 | 2024-10-03T19:48:44.196Z | Checking gimli v0.28.1 |
1675 | 2024-10-03T19:48:44.280Z | Checking object v0.32.2 |
1676 | 2024-10-03T19:48:44.282Z | Checking miniz_oxide v0.7.2 |
1677 | 2024-10-03T19:48:44.710Z | Checking ipnet v2.10.0 |
1678 | 2024-10-03T19:48:44.989Z | Checking spki v0.7.3 |
1679 | 2024-10-03T19:48:45.179Z | Checking utf8parse v0.2.1 |
1680 | 2024-10-03T19:48:45.268Z | Checking pkcs5 v0.7.1 |
1681 | 2024-10-03T19:48:45.325Z | Checking rustc-demangle v0.1.24 |
1682 | 2024-10-03T19:48:45.768Z | Checking futures-executor v0.3.30 |
1683 | 2024-10-03T19:48:45.793Z | Checking pkcs8 v0.10.2 |
1684 | 2024-10-03T19:48:45.993Z | Checking serde_spanned v0.6.7 |
1685 | 2024-10-03T19:48:46.020Z | Checking regex v1.10.6 |
1686 | 2024-10-03T19:48:46.087Z | Checking toml_datetime v0.6.8 |
1687 | 2024-10-03T19:48:46.192Z | Checking unicode-width v0.1.13 |
1688 | 2024-10-03T19:48:46.194Z | Checking futures v0.3.30 |
1689 | 2024-10-03T19:48:46.240Z | Checking tokio-util v0.7.12 |
1690 | 2024-10-03T19:48:46.332Z | Checking serde_urlencoded v0.7.1 |
1691 | 2024-10-03T19:48:46.358Z | Checking encoding_rs v0.8.34 |
1692 | 2024-10-03T19:48:46.381Z | Checking anstyle v1.0.8 |
1693 | 2024-10-03T19:48:46.644Z | Checking rustls-pemfile v2.1.3 |
1694 | 2024-10-03T19:48:46.746Z | Checking data-encoding v2.6.0 |
1695 | 2024-10-03T19:48:46.772Z | Checking openssl-probe v0.1.5 |
1696 | 2024-10-03T19:48:46.868Z | Checking foreign-types-shared v0.1.1 |
1697 | 2024-10-03T19:48:46.914Z | Checking http-body-util v0.1.2 |
1698 | 2024-10-03T19:48:46.972Z | Checking foreign-types v0.3.2 |
1699 | 2024-10-03T19:48:47.068Z | Checking semver v1.0.23 |
1700 | 2024-10-03T19:48:47.152Z | Checking h2 v0.4.6 |
1701 | 2024-10-03T19:48:47.350Z | Checking openssl-sys v0.9.103 |
1702 | 2024-10-03T19:48:47.386Z | Checking either v1.13.0 |
1703 | 2024-10-03T19:48:47.472Z | Checking anstyle-parse v0.2.4 |
1704 | 2024-10-03T19:48:47.734Z | Checking sha1 v0.10.6 |
1705 | 2024-10-03T19:48:47.777Z | Checking is_terminal_polyfill v1.70.0 |
1706 | 2024-10-03T19:48:47.897Z | Checking anstyle-query v1.0.3 |
1707 | 2024-10-03T19:48:48.009Z | Checking colorchoice v1.0.1 |
1708 | 2024-10-03T19:48:48.035Z | Checking rustls v0.23.10 |
1709 | 2024-10-03T19:48:48.077Z | Checking addr2line v0.21.0 |
1710 | 2024-10-03T19:48:48.153Z | Checking anstream v0.6.14 |
1711 | 2024-10-03T19:48:48.514Z | Checking terminal_size v0.3.0 |
1712 | 2024-10-03T19:48:48.540Z | Checking openssl v0.10.66 |
1713 | 2024-10-03T19:48:48.597Z | Checking openapiv3 v2.0.0 |
1714 | 2024-10-03T19:48:48.676Z | Checking signature v2.2.0 |
1715 | 2024-10-03T19:48:48.702Z | Checking strsim v0.11.1 |
1716 | 2024-10-03T19:48:48.880Z | Checking clap_lex v0.7.0 |
1717 | 2024-10-03T19:48:48.983Z | Checking idna v0.3.0 |
1718 | 2024-10-03T19:48:49.129Z | Checking clap_builder v4.5.18 |
1719 | 2024-10-03T19:48:49.824Z | Checking psl-types v2.0.11 |
1720 | 2024-10-03T19:48:49.986Z | Checking winnow v0.6.18 |
1721 | 2024-10-03T19:48:50.014Z | Checking publicsuffix v2.2.3 |
1722 | 2024-10-03T19:48:50.173Z | Checking backtrace v0.3.71 |
1723 | 2024-10-03T19:48:50.251Z | Checking cookie v0.18.1 |
1724 | 2024-10-03T19:48:50.686Z | Checking webpki-roots v0.26.3 |
1725 | 2024-10-03T19:48:50.734Z | Checking anyhow v1.0.89 |
1726 | 2024-10-03T19:48:50.892Z | Checking base16ct v0.2.0 |
1727 | 2024-10-03T19:48:51.086Z | Checking sec1 v0.7.3 |
1728 | 2024-10-03T19:48:51.123Z | Checking cookie_store v0.21.0 |
1729 | 2024-10-03T19:48:51.483Z | Checking num-integer v0.1.46 |
1730 | 2024-10-03T19:48:51.822Z | Checking ff v0.13.0 |
1731 | 2024-10-03T19:48:51.989Z | Checking scroll v0.12.0 |
1732 | 2024-10-03T19:48:52.051Z | Checking sync_wrapper v1.0.1 |
1733 | 2024-10-03T19:48:52.099Z | Checking clap v4.5.18 |
1734 | 2024-10-03T19:48:52.125Z | Checking ucd-trie v0.1.6 |
1735 | 2024-10-03T19:48:52.187Z | Checking plain v0.2.3 |
1736 | 2024-10-03T19:48:52.220Z | Checking group v0.13.0 |
1737 | 2024-10-03T19:48:52.331Z | Checking pest v2.7.10 |
1738 | 2024-10-03T19:48:52.356Z | Checking hkdf v0.12.4 |
1739 | 2024-10-03T19:48:52.472Z | Checking goblin v0.8.2 |
1740 | 2024-10-03T19:48:52.497Z | Checking crypto-bigint v0.5.5 |
1741 | 2024-10-03T19:48:52.559Z | Checking pretty-hex v0.4.1 |
1742 | 2024-10-03T19:48:52.723Z | Checking static_assertions v1.1.0 |
1743 | 2024-10-03T19:48:52.822Z | Checking bitflags v1.3.2 |
1744 | 2024-10-03T19:48:52.877Z | Checking toml_edit v0.22.22 |
1745 | 2024-10-03T19:48:52.933Z | Checking thread-id v4.2.1 |
1746 | 2024-10-03T19:48:52.959Z | Checking tokio-rustls v0.26.0 |
1747 | 2024-10-03T19:48:53.047Z | Checking stable_deref_trait v1.2.0 |
1748 | 2024-10-03T19:48:53.159Z | Checking num-iter v0.1.45 |
1749 | 2024-10-03T19:48:53.185Z | Checking hyper v1.4.1 |
1750 | 2024-10-03T19:48:53.335Z | Checking crossbeam-epoch v0.9.18 |
1751 | 2024-10-03T19:48:53.361Z | Checking memmap v0.7.0 |
1752 | 2024-10-03T19:48:53.561Z | Checking crc32fast v1.4.0 |
1753 | 2024-10-03T19:48:53.767Z | Checking unicode-segmentation v1.11.0 |
1754 | 2024-10-03T19:48:53.790Z | Checking bstr v1.9.1 |
1755 | 2024-10-03T19:48:54.033Z | Checking native-tls v0.2.11 |
1756 | 2024-10-03T19:48:54.364Z | Checking tokio-native-tls v0.3.1 |
1757 | 2024-10-03T19:48:54.413Z | Checking hex v0.4.3 |
1758 | 2024-10-03T19:48:54.627Z | Checking rfc6979 v0.4.0 |
1759 | 2024-10-03T19:48:54.693Z | Checking winnow v0.5.40 |
1760 | 2024-10-03T19:48:54.798Z | Checking adler2 v2.0.0 |
1761 | 2024-10-03T19:48:54.801Z | Checking dtrace-parser v0.2.0 |
1762 | 2024-10-03T19:48:54.900Z | Checking managed v0.8.0 |
1763 | 2024-10-03T19:48:54.951Z | Checking miniz_oxide v0.8.0 |
1764 | 2024-10-03T19:48:55.189Z | Checking elliptic-curve v0.13.8 |
1765 | 2024-10-03T19:48:55.252Z | Checking hyper-util v0.1.9 |
1766 | 2024-10-03T19:48:55.277Z | Checking crossbeam-deque v0.8.5 |
1767 | 2024-10-03T19:48:55.301Z | Checking num-bigint-dig v0.8.4 |
1768 | 2024-10-03T19:48:55.453Z | Checking pkcs1 v0.7.5 |
1769 | 2024-10-03T19:48:55.590Z | Checking http v0.2.12 |
1770 | 2024-10-03T19:48:55.707Z | Checking curve25519-dalek v4.1.3 |
1771 | 2024-10-03T19:48:55.803Z | Checking ecdsa v0.16.9 |
1772 | 2024-10-03T19:48:55.868Z | Checking zerocopy v0.6.6 |
1773 | 2024-10-03T19:48:56.535Z | Checking signal-hook v0.3.17 |
1774 | 2024-10-03T19:48:56.659Z | Checking socket2 v0.4.10 |
1775 | 2024-10-03T19:48:56.887Z | Checking flate2 v1.0.34 |
1776 | 2024-10-03T19:48:56.973Z | Checking rayon-core v1.12.1 |
1777 | 2024-10-03T19:48:57.112Z | Checking ed25519 v2.2.3 |
1778 | 2024-10-03T19:48:57.285Z | Checking hyper-tls v0.6.0 |
1779 | 2024-10-03T19:48:57.382Z | Checking hyper-rustls v0.27.3 |
1780 | 2024-10-03T19:48:57.429Z | Checking dof v0.3.0 |
1781 | 2024-10-03T19:48:57.432Z | Checking rsa v0.9.6 |
1782 | 2024-10-03T19:48:57.522Z | Checking mio v0.8.11 |
1783 | 2024-10-03T19:48:57.552Z | Checking siphasher v0.3.11 |
1784 | 2024-10-03T19:48:57.592Z | Checking ed25519-dalek v2.1.1 |
1785 | 2024-10-03T19:48:57.621Z | Checking rayon v1.10.0 |
1786 | 2024-10-03T19:48:57.744Z | Checking toml_edit v0.19.15 |
1787 | 2024-10-03T19:48:57.746Z | Checking reqwest v0.12.7 |
1788 | 2024-10-03T19:48:57.843Z | Checking h2 v0.3.26 |
1789 | 2024-10-03T19:48:57.985Z | Checking http-body v0.4.6 |
1790 | 2024-10-03T19:48:58.034Z | Checking usdt-impl v0.5.0 |
1791 | 2024-10-03T19:48:58.103Z | Checking signal-hook-mio v0.2.4 |
1792 | 2024-10-03T19:48:58.264Z | Checking itertools v0.10.5 |
1793 | 2024-10-03T19:48:58.374Z | Checking x509-cert v0.2.5 |
1794 | 2024-10-03T19:48:58.437Z | Checking idna v0.4.0 |
1795 | 2024-10-03T19:48:58.575Z | Checking usdt v0.5.0 |
1796 | 2024-10-03T19:48:58.835Z | Checking hubpack v0.1.2 |
1797 | 2024-10-03T19:48:59.171Z | Checking bit-vec v0.6.3 |
1798 | 2024-10-03T19:48:59.277Z | Checking hickory-proto v0.24.1 |
1799 | 2024-10-03T19:48:59.510Z | Checking bit-set v0.5.3 |
1800 | 2024-10-03T19:48:59.586Z | Checking itertools v0.12.1 |
1801 | 2024-10-03T19:48:59.782Z | Checking console v0.15.8 |
1802 | 2024-10-03T19:48:59.945Z | Checking hash32 v0.2.1 |
1803 | 2024-10-03T19:49:00.167Z | Checking toml v0.7.8 |
1804 | 2024-10-03T19:49:00.261Z | Checking predicates-core v1.0.6 |
1805 | 2024-10-03T19:49:00.371Z | Checking finl_unicode v1.2.0 |
1806 | 2024-10-03T19:49:00.437Z | Checking heapless v0.7.17 |
1807 | 2024-10-03T19:49:00.462Z | Checking similar v2.6.0 |
1808 | 2024-10-03T19:49:00.922Z | Checking tokio-stream v0.1.16 |
1809 | 2024-10-03T19:49:00.948Z | Checking stringprep v0.1.4 |
1810 | 2024-10-03T19:49:01.218Z | Checking md-5 v0.10.6 |
1811 | 2024-10-03T19:49:01.315Z | Checking float-cmp v0.9.0 |
1812 | 2024-10-03T19:49:01.348Z | Checking difflib v0.4.0 |
1813 | 2024-10-03T19:49:01.440Z | Checking fixedbitset v0.4.2 |
1814 | 2024-10-03T19:49:01.513Z | Checking normalize-line-endings v0.3.0 |
1815 | 2024-10-03T19:49:01.547Z | Checking fallible-iterator v0.2.0 |
1816 | 2024-10-03T19:49:01.649Z | Checking smoltcp v0.9.1 |
1817 | 2024-10-03T19:49:01.681Z | Checking predicates v3.1.2 |
1818 | 2024-10-03T19:49:01.724Z | Checking petgraph v0.6.5 |
1819 | 2024-10-03T19:49:01.779Z | Checking phf_shared v0.10.0 |
1820 | 2024-10-03T19:49:02.072Z | Checking phf_shared v0.11.2 |
1821 | 2024-10-03T19:49:02.129Z | Checking fs-err v2.11.0 |
1822 | 2024-10-03T19:49:02.165Z | Checking postgres-protocol v0.6.7 |
1823 | 2024-10-03T19:49:02.350Z | Checking serde-big-array v0.5.1 |
1824 | 2024-10-03T19:49:02.353Z | Checking portable-atomic v1.6.0 |
1825 | 2024-10-03T19:49:02.570Z | Checking minimal-lexical v0.2.1 |
1826 | 2024-10-03T19:49:02.665Z | Checking number_prefix v0.4.0 |
1827 | 2024-10-03T19:49:02.809Z | Checking lalrpop-util v0.19.12 |
1828 | 2024-10-03T19:49:02.861Z | Checking precomputed-hash v0.1.1 |
1829 | 2024-10-03T19:49:02.981Z | Checking new_debug_unreachable v1.0.6 |
1830 | 2024-10-03T19:49:03.008Z | Checking nom v7.1.3 |
1831 | 2024-10-03T19:49:03.085Z | Checking postgres-types v0.2.8 |
1832 | 2024-10-03T19:49:03.087Z | Checking string_cache v0.8.7 |
1833 | 2024-10-03T19:49:03.140Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1834 | 2024-10-03T19:49:03.378Z | Checking phf v0.11.2 |
1835 | 2024-10-03T19:49:03.420Z | Checking indicatif v0.17.8 |
1836 | 2024-10-03T19:49:03.642Z | Checking peg-runtime v0.8.3 |
1837 | 2024-10-03T19:49:03.765Z | Checking whoami v1.5.2 |
1838 | 2024-10-03T19:49:03.904Z | Compiling regress v0.10.1 |
1839 | 2024-10-03T19:49:03.989Z | Checking camino v1.1.9 |
1840 | 2024-10-03T19:49:04.069Z | Checking tokio-postgres v0.7.12 |
1841 | 2024-10-03T19:49:04.097Z | Checking hyper v0.14.30 |
1842 | 2024-10-03T19:49:04.190Z | Compiling unsafe-libyaml v0.2.11 |
1843 | 2024-10-03T19:49:04.524Z | Checking heck v0.5.0 |
1844 | 2024-10-03T19:49:04.726Z | Checking is-terminal v0.4.12 |
1845 | 2024-10-03T19:49:04.848Z | Compiling ident_case v1.0.1 |
1846 | 2024-10-03T19:49:05.020Z | Compiling darling_core v0.20.9 |
1847 | 2024-10-03T19:49:05.046Z | Compiling paste v1.0.15 |
1848 | 2024-10-03T19:49:05.580Z | Compiling serde_yaml v0.9.34+deprecated |
1849 | 2024-10-03T19:49:07.146Z | Checking progenitor-client v0.8.0 |
1850 | 2024-10-03T19:49:07.198Z | Compiling rustls v0.22.4 |
1851 | 2024-10-03T19:49:07.489Z | Checking dirs-sys-next v0.1.2 |
1852 | 2024-10-03T19:49:07.546Z | Checking fastrand v2.1.0 |
1853 | 2024-10-03T19:49:07.670Z | Compiling typify-impl v0.2.0 |
1854 | 2024-10-03T19:49:07.878Z | Checking dirs-next v2.0.0 |
1855 | 2024-10-03T19:49:08.018Z | Checking toml v0.8.19 |
1856 | 2024-10-03T19:49:08.472Z | Checking crossbeam-channel v0.5.12 |
1857 | 2024-10-03T19:49:08.801Z | Checking thread_local v1.1.8 |
1858 | 2024-10-03T19:49:08.945Z | Checking term v0.7.0 |
1859 | 2024-10-03T19:49:09.082Z | Compiling multer v3.1.0 |
1860 | 2024-10-03T19:49:09.231Z | Checking take_mut v0.2.2 |
1861 | 2024-10-03T19:49:09.524Z | Checking slog-async v2.8.0 |
1862 | 2024-10-03T19:49:09.539Z | Checking slog-term v2.9.1 |
1863 | 2024-10-03T19:49:09.539Z | Compiling async-stream-impl v0.3.5 |
1864 | 2024-10-03T19:49:09.574Z | Checking match_cfg v0.1.0 |
1865 | 2024-10-03T19:49:09.661Z | Compiling dropshot v0.12.0 |
1866 | 2024-10-03T19:49:09.686Z | Checking hostname v0.3.1 |
1867 | 2024-10-03T19:49:09.828Z | Compiling dropshot_endpoint v0.12.0 |
1868 | 2024-10-03T19:49:10.054Z | Checking debug-ignore v1.0.5 |
1869 | 2024-10-03T19:49:10.145Z | Checking slog-json v2.6.1 |
1870 | 2024-10-03T19:49:10.192Z | Compiling structmeta-derive v0.3.0 |
1871 | 2024-10-03T19:49:10.394Z | Checking slog-bunyan v2.5.0 |
1872 | 2024-10-03T19:49:10.882Z | Checking async-stream v0.3.5 |
1873 | 2024-10-03T19:49:11.002Z | Checking ipnetwork v0.20.0 |
1874 | 2024-10-03T19:49:11.079Z | Checking serde_path_to_error v0.1.16 |
1875 | 2024-10-03T19:49:11.369Z | Checking waitgroup v0.1.2 |
1876 | 2024-10-03T19:49:11.543Z | Checking hostname v0.4.0 |
1877 | 2024-10-03T19:49:11.693Z | Checking strum v0.26.3 |
1878 | 2024-10-03T19:49:11.761Z | Checking tempfile v3.10.1 |
1879 | 2024-10-03T19:49:11.861Z | Checking instant v0.1.12 |
1880 | 2024-10-03T19:49:11.997Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1881 | 2024-10-03T19:49:12.049Z | Compiling darling_macro v0.20.9 |
1882 | 2024-10-03T19:49:12.156Z | Checking quick-error v1.2.3 |
1883 | 2024-10-03T19:49:12.186Z | Checking newtype-uuid v1.1.0 |
1884 | 2024-10-03T19:49:12.536Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1885 | 2024-10-03T19:49:12.541Z | Checking regress v0.9.1 |
1886 | 2024-10-03T19:49:12.781Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1887 | 2024-10-03T19:49:13.010Z | Compiling darling v0.20.9 |
1888 | 2024-10-03T19:49:13.071Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1889 | 2024-10-03T19:49:13.118Z | Checking macaddr v1.0.1 |
1890 | 2024-10-03T19:49:13.143Z | Compiling serde_with_macros v3.9.0 |
1891 | 2024-10-03T19:49:13.196Z | Compiling structmeta v0.3.0 |
1892 | 2024-10-03T19:49:13.362Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1893 | 2024-10-03T19:49:13.451Z | Checking backoff v0.4.0 |
1894 | 2024-10-03T19:49:13.477Z | Checking tokio-rustls v0.25.0 |
1895 | 2024-10-03T19:49:13.513Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1896 | 2024-10-03T19:49:13.624Z | Compiling parse-display-derive v0.10.0 |
1897 | 2024-10-03T19:49:13.668Z | Checking wait-timeout v0.2.0 |
1898 | 2024-10-03T19:49:13.740Z | Checking rand_xorshift v0.3.0 |
1899 | 2024-10-03T19:49:13.840Z | Compiling structmeta-derive v0.2.0 |
1900 | 2024-10-03T19:49:13.865Z | Checking rusty-fork v0.3.0 |
1901 | 2024-10-03T19:49:13.913Z | Checking unarray v0.1.4 |
1902 | 2024-10-03T19:49:14.061Z | Checking camino-tempfile v1.1.1 |
1903 | 2024-10-03T19:49:14.155Z | Checking proptest v1.5.0 |
1904 | 2024-10-03T19:49:14.324Z | Compiling proc-macro-error v1.0.4 |
1905 | 2024-10-03T19:49:15.024Z | Compiling proc-macro-crate v1.3.1 |
1906 | 2024-10-03T19:49:15.898Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1907 | 2024-10-03T19:49:16.143Z | Checking serde_with v3.9.0 |
1908 | 2024-10-03T19:49:16.167Z | Compiling num_enum_derive v0.5.11 |
1909 | 2024-10-03T19:49:16.302Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1910 | 2024-10-03T19:49:16.644Z | Compiling foreign-types-macros v0.2.3 |
1911 | 2024-10-03T19:49:16.855Z | Compiling structmeta v0.2.0 |
1912 | 2024-10-03T19:49:17.337Z | Compiling test-strategy v0.3.1 |
1913 | 2024-10-03T19:49:18.024Z | Checking foreign-types-shared v0.3.1 |
1914 | 2024-10-03T19:49:18.146Z | Checking foreign-types v0.5.0 |
1915 | 2024-10-03T19:49:18.254Z | Checking tabwriter v1.4.0 |
1916 | 2024-10-03T19:49:18.346Z | Checking parse-display v0.10.0 |
1917 | 2024-10-03T19:49:18.369Z | Checking cstr-argument v0.1.2 |
1918 | 2024-10-03T19:49:18.475Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1919 | 2024-10-03T19:49:18.548Z | Checking pretty-hex v0.2.1 |
1920 | 2024-10-03T19:49:18.585Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1921 | 2024-10-03T19:49:18.721Z | Checking colored v2.1.0 |
1922 | 2024-10-03T19:49:18.769Z | Checking smf v0.2.3 |
1923 | 2024-10-03T19:49:18.792Z | Checking num_enum v0.5.11 |
1924 | 2024-10-03T19:49:18.882Z | Checking base64 v0.21.7 |
1925 | 2024-10-03T19:49:18.943Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1926 | 2024-10-03T19:49:19.012Z | Compiling crucible-workspace-hack v0.1.0 |
1927 | 2024-10-03T19:49:19.211Z | Compiling heapless v0.8.0 |
1928 | 2024-10-03T19:49:19.214Z | Checking termtree v0.4.1 |
1929 | 2024-10-03T19:49:19.337Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1930 | 2024-10-03T19:49:19.339Z | Checking hash32 v0.3.1 |
1931 | 2024-10-03T19:49:19.411Z | Checking predicates-tree v1.0.9 |
1932 | 2024-10-03T19:49:19.445Z | Compiling smoltcp v0.11.0 |
1933 | 2024-10-03T19:49:19.461Z | Checking cobs v0.2.3 |
1934 | 2024-10-03T19:49:19.488Z | Checking embedded-io v0.4.0 |
1935 | 2024-10-03T19:49:19.555Z | Checking sigpipe v0.1.3 |
1936 | 2024-10-03T19:49:19.577Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1937 | 2024-10-03T19:49:19.637Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1938 | 2024-10-03T19:49:19.660Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1939 | 2024-10-03T19:49:19.696Z | Checking postcard v1.0.8 |
1940 | 2024-10-03T19:49:19.804Z | Compiling mockall_derive v0.13.0 |
1941 | 2024-10-03T19:49:19.953Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1942 | 2024-10-03T19:49:20.152Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1943 | 2024-10-03T19:49:20.212Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1944 | 2024-10-03T19:49:20.448Z | Compiling zone_cfg_derive v0.3.0 |
1945 | 2024-10-03T19:49:20.471Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1946 | 2024-10-03T19:49:20.567Z | Compiling num-derive v0.4.2 |
1947 | 2024-10-03T19:49:20.848Z | Checking downcast v0.11.0 |
1948 | 2024-10-03T19:49:21.039Z | Checking fragile v2.0.0 |
1949 | 2024-10-03T19:49:21.261Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1950 | 2024-10-03T19:49:21.291Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1951 | 2024-10-03T19:49:21.608Z | Checking utf-8 v0.7.6 |
1952 | 2024-10-03T19:49:21.671Z | Checking atomicwrites v0.4.4 |
1953 | 2024-10-03T19:49:21.823Z | Checking tungstenite v0.21.0 |
1954 | 2024-10-03T19:49:21.873Z | Checking newline-converter v0.3.0 |
1955 | 2024-10-03T19:49:21.973Z | Compiling convert_case v0.4.0 |
1956 | 2024-10-03T19:49:22.027Z | Checking expectorate v1.1.0 |
1957 | 2024-10-03T19:49:22.049Z | Checking zone v0.3.0 |
1958 | 2024-10-03T19:49:22.193Z | Checking same-file v1.0.6 |
1959 | 2024-10-03T19:49:22.377Z | Checking walkdir v2.5.0 |
1960 | 2024-10-03T19:49:22.669Z | Checking itertools v0.13.0 |
1961 | 2024-10-03T19:49:22.713Z | Checking tokio-tungstenite v0.21.0 |
1962 | 2024-10-03T19:49:22.831Z | Checking arc-swap v1.7.1 |
1963 | 2024-10-03T19:49:22.978Z | Compiling derive_more v0.99.18 |
1964 | 2024-10-03T19:49:23.057Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1965 | 2024-10-03T19:49:23.174Z | Checking xattr v1.3.1 |
1966 | 2024-10-03T19:49:23.265Z | Checking slog-scope v4.4.0 |
1967 | 2024-10-03T19:49:23.381Z | Checking filetime v0.2.25 |
1968 | 2024-10-03T19:49:23.470Z | Checking slog-stdlog v4.1.1 |
1969 | 2024-10-03T19:49:23.507Z | Compiling owo-colors v4.1.0 |
1970 | 2024-10-03T19:49:23.601Z | Checking tar v0.4.42 |
1971 | 2024-10-03T19:49:23.636Z | Checking slog-envlogger v2.2.0 |
1972 | 2024-10-03T19:49:23.808Z | Compiling cancel-safe-futures v0.1.5 |
1973 | 2024-10-03T19:49:23.862Z | Checking swrite v0.1.0 |
1974 | 2024-10-03T19:49:24.013Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1975 | 2024-10-03T19:49:24.040Z | Compiling derive-where v1.2.7 |
1976 | 2024-10-03T19:49:24.617Z | Checking libsw v3.3.1 |
1977 | 2024-10-03T19:49:24.892Z | Checking linear-map v1.2.0 |
1978 | 2024-10-03T19:49:25.250Z | Checking indent_write v2.2.0 |
1979 | 2024-10-03T19:49:25.273Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1980 | 2024-10-03T19:49:25.414Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1981 | 2024-10-03T19:49:25.459Z | Checking password-hash v0.5.0 |
1982 | 2024-10-03T19:49:25.636Z | Checking blake2 v0.10.6 |
1983 | 2024-10-03T19:49:25.937Z | Checking num-rational v0.4.2 |
1984 | 2024-10-03T19:49:26.100Z | Checking argon2 v0.5.3 |
1985 | 2024-10-03T19:49:26.214Z | Checking num-complex v0.4.6 |
1986 | 2024-10-03T19:49:26.284Z | Compiling typify-macro v0.2.0 |
1987 | 2024-10-03T19:49:26.587Z | Checking float-ord v0.3.2 |
1988 | 2024-10-03T19:49:26.742Z | Checking pem v3.0.4 |
1989 | 2024-10-03T19:49:26.848Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1990 | 2024-10-03T19:49:27.157Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1991 | 2024-10-03T19:49:27.160Z | Checking num v0.4.3 |
1992 | 2024-10-03T19:49:27.210Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1993 | 2024-10-03T19:49:27.507Z | Checking humantime v2.1.0 |
1994 | 2024-10-03T19:49:27.636Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1995 | 2024-10-03T19:49:27.723Z | Compiling lzma-sys v0.1.20 |
1996 | 2024-10-03T19:49:27.809Z | Checking headers-core v0.3.0 |
1997 | 2024-10-03T19:49:27.956Z | Compiling heck v0.3.3 |
1998 | 2024-10-03T19:49:28.371Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1999 | 2024-10-03T19:49:28.549Z | Compiling zone_cfg_derive v0.1.2 |
2000 | 2024-10-03T19:49:28.590Z | Checking mockall v0.13.0 |
2001 | 2024-10-03T19:49:28.644Z | Checking headers v0.4.0 |
2002 | 2024-10-03T19:49:28.707Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2003 | 2024-10-03T19:49:28.830Z | Checking yasna v0.5.2 |
2004 | 2024-10-03T19:49:28.833Z | Checking base64 v0.13.1 |
2005 | 2024-10-03T19:49:29.010Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2006 | 2024-10-03T19:49:29.248Z | Checking ron v0.7.1 |
2007 | 2024-10-03T19:49:29.703Z | Checking rcgen v0.12.1 |
2008 | 2024-10-03T19:49:29.772Z | Checking xz2 v0.1.7 |
2009 | 2024-10-03T19:49:30.067Z | Checking subprocess v0.2.9 |
2010 | 2024-10-03T19:49:30.112Z | Checking zone v0.1.8 |
2011 | 2024-10-03T19:49:30.351Z | Compiling semver v0.1.20 |
2012 | 2024-10-03T19:49:30.374Z | Checking half v2.4.1 |
2013 | 2024-10-03T19:49:30.595Z | Checking ciborium-io v0.2.2 |
2014 | 2024-10-03T19:49:30.631Z | Compiling typify v0.2.0 |
2015 | 2024-10-03T19:49:30.723Z | Compiling rustc_version v0.1.7 |
2016 | 2024-10-03T19:49:30.765Z | Compiling progenitor-impl v0.8.0 |
2017 | 2024-10-03T19:49:30.788Z | Checking highway v1.2.0 |
2018 | 2024-10-03T19:49:30.831Z | Checking ciborium-ll v0.2.2 |
2019 | 2024-10-03T19:49:31.006Z | Compiling prettyplease v0.2.22 |
2020 | 2024-10-03T19:49:31.157Z | Checking ciborium v0.2.2 |
2021 | 2024-10-03T19:49:31.232Z | Compiling newtype_derive v0.1.6 |
2022 | 2024-10-03T19:49:31.348Z | Checking linked-hash-map v0.5.6 |
2023 | 2024-10-03T19:49:31.388Z | Checking resolv-conf v0.7.0 |
2024 | 2024-10-03T19:49:31.730Z | Checking lru-cache v0.1.2 |
2025 | 2024-10-03T19:49:31.777Z | Checking steno v0.4.1 |
2026 | 2024-10-03T19:49:31.914Z | Checking hickory-resolver v0.24.1 |
2027 | 2024-10-03T19:49:32.096Z | Compiling home v0.5.9 |
2028 | 2024-10-03T19:49:32.925Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2029 | 2024-10-03T19:49:35.297Z | Compiling slog-dtrace v0.3.0 |
2030 | 2024-10-03T19:49:35.456Z | Checking display-error-chain v0.2.1 |
2031 | 2024-10-03T19:49:35.602Z | Compiling ring v0.16.20 |
2032 | 2024-10-03T19:49:35.808Z | Compiling blake3 v1.5.1 |
2033 | 2024-10-03T19:49:36.200Z | Checking keccak v0.1.5 |
2034 | 2024-10-03T19:49:36.542Z | Checking sha3 v0.10.8 |
2035 | 2024-10-03T19:49:36.980Z | Checking universal-hash v0.5.1 |
2036 | 2024-10-03T19:49:37.102Z | Checking secrecy v0.8.0 |
2037 | 2024-10-03T19:49:37.173Z | Checking opaque-debug v0.3.1 |
2038 | 2024-10-03T19:49:37.273Z | Checking aead v0.5.2 |
2039 | 2024-10-03T19:49:37.314Z | Checking poly1305 v0.8.0 |
2040 | 2024-10-03T19:49:37.490Z | Checking chacha20 v0.9.1 |
2041 | 2024-10-03T19:49:38.259Z | Checking gethostname v0.5.0 |
2042 | 2024-10-03T19:49:38.393Z | Compiling memmap2 v0.9.4 |
2043 | 2024-10-03T19:49:38.672Z | Compiling arrayvec v0.7.4 |
2044 | 2024-10-03T19:49:38.862Z | Compiling constant_time_eq v0.3.0 |
2045 | 2024-10-03T19:49:38.885Z | Compiling arrayref v0.3.7 |
2046 | 2024-10-03T19:49:38.918Z | Compiling progenitor-macro v0.8.0 |
2047 | 2024-10-03T19:49:38.997Z | Compiling spin v0.5.2 |
2048 | 2024-10-03T19:49:39.057Z | Compiling untrusted v0.7.1 |
2049 | 2024-10-03T19:49:39.226Z | Compiling toolchain_find v0.4.0 |
2050 | 2024-10-03T19:49:39.720Z | Compiling thiserror-impl-no-std v2.0.2 |
2051 | 2024-10-03T19:49:39.916Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2052 | 2024-10-03T19:49:39.980Z | Compiling topological-sort v0.2.2 |
2053 | 2024-10-03T19:49:40.211Z | Compiling rustfmt-wrapper v0.2.1 |
2054 | 2024-10-03T19:49:40.270Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2055 | 2024-10-03T19:49:40.541Z | Checking chacha20poly1305 v0.10.1 |
2056 | 2024-10-03T19:49:40.626Z | Checking nibble_vec v0.1.0 |
2057 | 2024-10-03T19:49:40.725Z | Checking endian-type v0.1.2 |
2058 | 2024-10-03T19:49:40.797Z | Checking fxhash v0.2.1 |
2059 | 2024-10-03T19:49:40.826Z | Checking termcolor v1.4.1 |
2060 | 2024-10-03T19:49:40.950Z | Checking radix_trie v0.2.1 |
2061 | 2024-10-03T19:49:40.980Z | Checking maplit v1.0.2 |
2062 | 2024-10-03T19:49:41.097Z | Compiling radium v0.7.0 |
2063 | 2024-10-03T19:49:41.246Z | Compiling maybe-uninit v2.0.0 |
2064 | 2024-10-03T19:49:41.353Z | Compiling omicron-zone-package v0.11.1 |
2065 | 2024-10-03T19:49:41.631Z | Checking tap v1.0.1 |
2066 | 2024-10-03T19:49:41.810Z | Checking wyz v0.5.1 |
2067 | 2024-10-03T19:49:42.215Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2068 | 2024-10-03T19:49:42.320Z | Compiling packed_struct v0.10.1 |
2069 | 2024-10-03T19:49:42.500Z | Checking crc-catalog v2.4.0 |
2070 | 2024-10-03T19:49:42.640Z | Checking funty v2.0.0 |
2071 | 2024-10-03T19:49:42.836Z | Checking crc v3.2.1 |
2072 | 2024-10-03T19:49:42.945Z | Checking thiserror-no-std v2.0.2 |
2073 | 2024-10-03T19:49:43.048Z | Checking vsss-rs v3.3.4 |
2074 | 2024-10-03T19:49:43.119Z | Checking kstat-rs v0.2.4 |
2075 | 2024-10-03T19:49:43.228Z | Compiling packed_struct_codegen v0.10.1 |
2076 | 2024-10-03T19:49:43.448Z | Compiling indexmap v1.9.3 |
2077 | 2024-10-03T19:49:43.579Z | Checking bitvec v1.0.1 |
2078 | 2024-10-03T19:49:43.765Z | Checking nodrop v0.1.14 |
2079 | 2024-10-03T19:49:43.865Z | Compiling libefi-sys v0.1.0 |
2080 | 2024-10-03T19:49:44.209Z | Checking array-init v0.0.4 |
2081 | 2024-10-03T19:49:44.397Z | Checking smallvec v0.6.14 |
2082 | 2024-10-03T19:49:44.818Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-10-03T19:49:45.241Z | Compiling bitfield-struct v0.6.1 |
2084 | 2024-10-03T19:49:45.243Z | Compiling async-recursion v1.1.1 |
2085 | 2024-10-03T19:49:45.995Z | Checking bitfield v0.14.0 |
2086 | 2024-10-03T19:49:46.261Z | Checking hashbrown v0.12.3 |
2087 | 2024-10-03T19:49:46.287Z | Checking serde-hex v0.1.0 |
2088 | 2024-10-03T19:49:46.621Z | Checking bzip2 v0.4.4 |
2089 | 2024-10-03T19:49:46.755Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-10-03T19:49:46.979Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2091 | 2024-10-03T19:49:47.243Z | Checking env_logger v0.10.2 |
2092 | 2024-10-03T19:49:47.336Z | Checking ron v0.8.1 |
2093 | 2024-10-03T19:49:47.339Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2094 | 2024-10-03T19:49:47.635Z | Checking hashbrown v0.13.2 |
2095 | 2024-10-03T19:49:47.679Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-10-03T19:49:47.807Z | Checking crc-any v2.5.0 |
2097 | 2024-10-03T19:49:47.830Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2024-10-03T19:49:48.213Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-10-03T19:49:48.276Z | Checking zip v0.6.6 |
2100 | 2024-10-03T19:49:48.312Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2101 | 2024-10-03T19:49:48.468Z | Compiling parking_lot_core v0.8.6 |
2102 | 2024-10-03T19:49:48.622Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2103 | 2024-10-03T19:49:48.640Z | Checking object v0.30.4 |
2104 | 2024-10-03T19:49:48.889Z | Checking path-slash v0.1.5 |
2105 | 2024-10-03T19:49:48.981Z | Checking glob v0.3.1 |
2106 | 2024-10-03T19:49:49.038Z | Checking hickory-client v0.24.1 |
2107 | 2024-10-03T19:49:49.116Z | Checking hickory-server v0.24.1 |
2108 | 2024-10-03T19:49:49.285Z | Checking crossterm v0.28.1 |
2109 | 2024-10-03T19:49:49.340Z | Checking parking_lot v0.11.2 |
2110 | 2024-10-03T19:49:49.640Z | Checking tungstenite v0.23.0 |
2111 | 2024-10-03T19:49:49.671Z | Checking sled v0.34.7 |
2112 | 2024-10-03T19:49:50.067Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2113 | 2024-10-03T19:49:50.249Z | Checking primeorder v0.13.6 |
2114 | 2024-10-03T19:49:50.504Z | Checking tokio-tungstenite v0.23.1 |
2115 | 2024-10-03T19:49:50.675Z | Compiling unicase v2.7.0 |
2116 | 2024-10-03T19:49:50.780Z | Compiling buf-list v1.0.3 |
2117 | 2024-10-03T19:49:51.203Z | Checking nanorand v0.7.0 |
2118 | 2024-10-03T19:49:51.591Z | Checking flume v0.11.0 |
2119 | 2024-10-03T19:49:51.831Z | Checking atty v0.2.14 |
2120 | 2024-10-03T19:49:51.964Z | Compiling vte_generate_state_changes v0.1.1 |
2121 | 2024-10-03T19:49:52.042Z | Compiling salty v0.3.0 |
2122 | 2024-10-03T19:49:52.084Z | Checking p384 v0.13.0 |
2123 | 2024-10-03T19:49:52.434Z | Checking fd-lock v4.0.2 |
2124 | 2024-10-03T19:49:52.547Z | Compiling mime_guess v2.0.4 |
2125 | 2024-10-03T19:49:52.636Z | Checking crossterm v0.27.0 |
2126 | 2024-10-03T19:49:52.638Z | Checking vte v0.11.1 |
2127 | 2024-10-03T19:49:53.075Z | Checking env_filter v0.1.2 |
2128 | 2024-10-03T19:49:53.205Z | Checking nu-ansi-term v0.50.0 |
2129 | 2024-10-03T19:49:53.319Z | Checking env_logger v0.11.5 |
2130 | 2024-10-03T19:49:53.645Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2131 | 2024-10-03T19:49:53.962Z | Compiling dsl_auto_type v0.1.2 |
2132 | 2024-10-03T19:49:53.983Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2133 | 2024-10-03T19:49:54.045Z | Checking strip-ansi-escapes v0.2.0 |
2134 | 2024-10-03T19:49:54.206Z | Checking scheduled-thread-pool v0.2.7 |
2135 | 2024-10-03T19:49:54.242Z | Compiling diesel_table_macro_syntax v0.2.0 |
2136 | 2024-10-03T19:49:54.264Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2137 | 2024-10-03T19:49:54.356Z | Checking reedline v0.33.0 |
2138 | 2024-10-03T19:49:54.431Z | Compiling crunchy v0.2.2 |
2139 | 2024-10-03T19:49:54.610Z | Checking r2d2 v0.8.10 |
2140 | 2024-10-03T19:49:54.639Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2141 | 2024-10-03T19:49:54.930Z | Compiling clang-sys v1.7.0 |
2142 | 2024-10-03T19:49:54.932Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2143 | 2024-10-03T19:49:55.008Z | Compiling tiny-keccak v2.0.2 |
2144 | 2024-10-03T19:49:55.329Z | Checking http-range v0.1.5 |
2145 | 2024-10-03T19:49:55.481Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2146 | 2024-10-03T19:49:55.523Z | Checking hyper-staticfile v0.10.1 |
2147 | 2024-10-03T19:49:55.567Z | Compiling diesel_derives v2.2.2 |
2148 | 2024-10-03T19:49:55.673Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2149 | 2024-10-03T19:49:55.948Z | Checking bytecount v0.6.8 |
2150 | 2024-10-03T19:49:56.033Z | Compiling ref-cast v1.0.23 |
2151 | 2024-10-03T19:49:56.109Z | Checking papergrid v0.11.0 |
2152 | 2024-10-03T19:49:56.672Z | Compiling ascii-canvas v3.0.0 |
2153 | 2024-10-03T19:49:56.880Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2154 | 2024-10-03T19:49:56.946Z | Checking progenitor v0.8.0 |
2155 | 2024-10-03T19:49:57.175Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2156 | 2024-10-03T19:49:57.195Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-10-03T19:49:57.247Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2158 | 2024-10-03T19:49:57.284Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2159 | 2024-10-03T19:49:58.239Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2160 | 2024-10-03T19:49:58.474Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2161 | 2024-10-03T19:50:01.408Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2162 | 2024-10-03T19:50:01.639Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2163 | 2024-10-03T19:50:02.023Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2164 | 2024-10-03T19:50:03.679Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2165 | 2024-10-03T19:50:03.825Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2166 | 2024-10-03T19:50:04.034Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2167 | 2024-10-03T19:50:04.420Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2168 | 2024-10-03T19:50:04.959Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2169 | 2024-10-03T19:50:05.377Z | Compiling tabled_derive v0.7.0 |
2170 | 2024-10-03T19:50:05.473Z | Compiling ena v0.14.3 |
2171 | 2024-10-03T19:50:05.496Z | Compiling ref-cast-impl v1.0.23 |
2172 | 2024-10-03T19:50:05.890Z | Compiling libloading v0.8.3 |
2173 | 2024-10-03T19:50:06.325Z | Compiling regex-syntax v0.6.29 |
2174 | 2024-10-03T19:50:06.737Z | Compiling diff v0.1.13 |
2175 | 2024-10-03T19:50:07.466Z | Compiling cfg_aliases v0.1.1 |
2176 | 2024-10-03T19:50:07.591Z | Compiling bindgen v0.69.4 |
2177 | 2024-10-03T19:50:08.029Z | Checking tabled v0.15.0 |
2178 | 2024-10-03T19:50:08.464Z | Compiling nix v0.28.0 |
2179 | 2024-10-03T19:50:08.487Z | Checking diesel v2.2.4 |
2180 | 2024-10-03T19:50:09.449Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2181 | 2024-10-03T19:50:10.905Z | Compiling lalrpop v0.19.12 |
2182 | 2024-10-03T19:50:12.306Z | Compiling which v4.4.2 |
2183 | 2024-10-03T19:50:12.930Z | Compiling cexpr v0.6.0 |
2184 | 2024-10-03T19:50:13.671Z | Compiling rustc-hash v1.1.0 |
2185 | 2024-10-03T19:50:13.843Z | Compiling lazycell v1.3.0 |
2186 | 2024-10-03T19:50:14.024Z | Compiling shlex v1.3.0 |
2187 | 2024-10-03T19:50:14.669Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2188 | 2024-10-03T19:50:15.241Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2189 | 2024-10-03T19:50:15.561Z | Compiling derive_builder_core v0.20.0 |
2190 | 2024-10-03T19:50:17.965Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2191 | 2024-10-03T19:50:21.537Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2192 | 2024-10-03T19:50:21.722Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2193 | 2024-10-03T19:50:23.888Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2194 | 2024-10-03T19:50:26.655Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2195 | 2024-10-03T19:50:26.940Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2196 | 2024-10-03T19:50:28.492Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2197 | 2024-10-03T19:50:28.715Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2198 | 2024-10-03T19:50:29.473Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2199 | 2024-10-03T19:50:29.596Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2200 | 2024-10-03T19:50:29.743Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2201 | 2024-10-03T19:50:30.146Z | Checking signal-hook-tokio v0.3.1 |
2202 | 2024-10-03T19:50:30.171Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2203 | 2024-10-03T19:50:30.192Z | Compiling libxml v0.3.3 |
2204 | 2024-10-03T19:50:30.343Z | Compiling derive_builder_macro v0.20.0 |
2205 | 2024-10-03T19:50:31.238Z | Compiling peg-macros v0.8.4 |
2206 | 2024-10-03T19:50:34.663Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-10-03T19:50:34.718Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2208 | 2024-10-03T19:50:35.014Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2209 | 2024-10-03T19:50:35.506Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2210 | 2024-10-03T19:50:36.361Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2211 | 2024-10-03T19:50:36.614Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2212 | 2024-10-03T19:50:37.706Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2213 | 2024-10-03T19:50:37.904Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2214 | 2024-10-03T19:50:38.293Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2215 | 2024-10-03T19:50:39.834Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2216 | 2024-10-03T19:50:40.616Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2217 | 2024-10-03T19:50:41.453Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2218 | 2024-10-03T19:50:42.516Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2219 | 2024-10-03T19:50:42.982Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2220 | 2024-10-03T19:50:44.102Z | Compiling strum_macros v0.24.3 |
2221 | 2024-10-03T19:50:44.865Z | Compiling pin-project-internal v1.1.5 |
2222 | 2024-10-03T19:50:45.192Z | Compiling sqlparser_derive v0.2.2 |
2223 | 2024-10-03T19:50:45.282Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2224 | 2024-10-03T19:50:46.509Z | Compiling memoffset v0.9.1 |
2225 | 2024-10-03T19:50:46.722Z | Compiling indoc v1.0.9 |
2226 | 2024-10-03T19:50:46.866Z | Checking unicode_categories v0.1.1 |
2227 | 2024-10-03T19:50:47.193Z | Checking sqlformat v0.2.6 |
2228 | 2024-10-03T19:50:47.774Z | Checking sqlparser v0.45.0 |
2229 | 2024-10-03T19:50:47.902Z | Checking peg v0.8.4 |
2230 | 2024-10-03T19:50:48.013Z | Checking rustyline v14.0.0 |
2231 | 2024-10-03T19:50:48.035Z | Checking pin-project v1.1.5 |
2232 | 2024-10-03T19:50:48.171Z | Checking derive_builder v0.20.0 |
2233 | 2024-10-03T19:50:49.642Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2234 | 2024-10-03T19:50:49.974Z | Checking bcs v0.1.6 |
2235 | 2024-10-03T19:50:50.169Z | Checking quick-xml v0.33.0 |
2236 | 2024-10-03T19:50:50.443Z | Compiling impl-trait-for-tuples v0.2.2 |
2237 | 2024-10-03T19:50:50.817Z | Compiling oso-derive v0.27.3 |
2238 | 2024-10-03T19:50:51.793Z | Compiling dropshot v0.10.1 |
2239 | 2024-10-03T19:50:52.159Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2240 | 2024-10-03T19:50:52.162Z | Compiling snafu-derive v0.8.2 |
2241 | 2024-10-03T19:50:52.203Z | Compiling dropshot_endpoint v0.10.1 |
2242 | 2024-10-03T19:50:54.028Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2243 | 2024-10-03T19:50:54.368Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2244 | 2024-10-03T19:50:54.449Z | Checking sync_wrapper v0.1.2 |
2245 | 2024-10-03T19:50:54.593Z | Checking reqwest v0.11.27 |
2246 | 2024-10-03T19:50:55.778Z | Checking nix v0.27.1 |
2247 | 2024-10-03T19:50:57.038Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2248 | 2024-10-03T19:50:57.144Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2249 | 2024-10-03T19:50:57.308Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2250 | 2024-10-03T19:50:57.633Z | Checking globset v0.4.14 |
2251 | 2024-10-03T19:50:58.041Z | Checking snafu v0.8.2 |
2252 | 2024-10-03T19:50:58.153Z | Checking bb8 v0.8.5 |
2253 | 2024-10-03T19:50:58.471Z | Checking olpc-cjson v0.1.3 |
2254 | 2024-10-03T19:50:58.517Z | Checking serde_plain v1.0.2 |
2255 | 2024-10-03T19:50:58.630Z | Compiling const_format_proc_macros v0.2.33 |
2256 | 2024-10-03T19:50:58.685Z | Checking typed-path v0.7.1 |
2257 | 2024-10-03T19:50:58.768Z | Checking async-bb8-diesel v0.2.1 |
2258 | 2024-10-03T19:50:58.790Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2259 | 2024-10-03T19:51:00.587Z | Checking tough v0.17.1 |
2260 | 2024-10-03T19:51:00.902Z | Checking const_format v0.2.33 |
2261 | 2024-10-03T19:51:01.345Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2262 | 2024-10-03T19:51:01.409Z | Checking parse-size v1.0.0 |
2263 | 2024-10-03T19:51:01.606Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2264 | 2024-10-03T19:51:01.897Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2265 | 2024-10-03T19:51:01.982Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2266 | 2024-10-03T19:51:02.956Z | Checking assert_matches v1.5.0 |
2267 | 2024-10-03T19:51:03.064Z | Checking heck v0.4.1 |
2268 | 2024-10-03T19:51:03.296Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2269 | 2024-10-03T19:51:03.727Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2270 | 2024-10-03T19:51:04.378Z | Checking rand_seeder v0.3.0 |
2271 | 2024-10-03T19:51:04.625Z | Compiling libz-sys v1.1.16 |
2272 | 2024-10-03T19:51:04.647Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2273 | 2024-10-03T19:51:05.372Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2274 | 2024-10-03T19:51:05.437Z | Checking is_ci v1.2.0 |
2275 | 2024-10-03T19:51:05.587Z | Checking supports-color v3.0.1 |
2276 | 2024-10-03T19:51:05.791Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2277 | 2024-10-03T19:51:06.038Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2278 | 2024-10-03T19:51:08.113Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2279 | 2024-10-03T19:51:08.223Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2280 | 2024-10-03T19:51:08.272Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2281 | 2024-10-03T19:51:09.502Z | Compiling vergen v8.3.2 |
2282 | 2024-10-03T19:51:09.710Z | Compiling cargo-platform v0.1.8 |
2283 | 2024-10-03T19:51:09.807Z | Checking unicode-linebreak v0.1.5 |
2284 | 2024-10-03T19:51:10.207Z | Checking smawk v0.3.2 |
2285 | 2024-10-03T19:51:10.228Z | Compiling cargo_metadata v0.18.1 |
2286 | 2024-10-03T19:51:10.291Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2287 | 2024-10-03T19:51:10.425Z | Checking textwrap v0.16.1 |
2288 | 2024-10-03T19:51:10.855Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2289 | 2024-10-03T19:51:12.501Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2290 | 2024-10-03T19:51:12.808Z | Checking castaway v0.2.3 |
2291 | 2024-10-03T19:51:12.830Z | Compiling libsqlite3-sys v0.30.1 |
2292 | 2024-10-03T19:51:12.983Z | Compiling cfg_aliases v0.2.1 |
2293 | 2024-10-03T19:51:13.100Z | Compiling rustls v0.21.12 |
2294 | 2024-10-03T19:51:13.400Z | Compiling nix v0.29.0 |
2295 | 2024-10-03T19:51:13.427Z | Checking compact_str v0.8.0 |
2296 | 2024-10-03T19:51:13.971Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2297 | 2024-10-03T19:51:14.266Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2298 | 2024-10-03T19:51:14.288Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2299 | 2024-10-03T19:51:14.565Z | Checking unicode-truncate v1.0.0 |
2300 | 2024-10-03T19:51:14.585Z | Checking sct v0.7.1 |
2301 | 2024-10-03T19:51:14.795Z | Checking rustls-webpki v0.101.7 |
2302 | 2024-10-03T19:51:15.115Z | Checking lru v0.12.3 |
2303 | 2024-10-03T19:51:15.161Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2304 | 2024-10-03T19:51:15.435Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2305 | 2024-10-03T19:51:15.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2306 | 2024-10-03T19:51:16.017Z | Compiling instability v0.3.2 |
2307 | 2024-10-03T19:51:16.208Z | Checking cassowary v0.3.0 |
2308 | 2024-10-03T19:51:16.399Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2309 | 2024-10-03T19:51:16.663Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2310 | 2024-10-03T19:51:17.099Z | Checking ratatui v0.28.0 |
2311 | 2024-10-03T19:51:21.502Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2312 | 2024-10-03T19:51:21.524Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2313 | 2024-10-03T19:51:21.823Z | Checking concurrent-queue v2.5.0 |
2314 | 2024-10-03T19:51:22.167Z | Checking hashlink v0.9.1 |
2315 | 2024-10-03T19:51:22.631Z | Checking fallible-streaming-iterator v0.1.9 |
2316 | 2024-10-03T19:51:22.784Z | Checking plotters-backend v0.3.5 |
2317 | 2024-10-03T19:51:22.801Z | Checking parking v2.2.1 |
2318 | 2024-10-03T19:51:22.871Z | Checking fallible-iterator v0.3.0 |
2319 | 2024-10-03T19:51:23.149Z | Checking plotters-svg v0.3.5 |
2320 | 2024-10-03T19:51:23.385Z | Checking tokio-rustls v0.24.1 |
2321 | 2024-10-03T19:51:23.433Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2322 | 2024-10-03T19:51:23.504Z | Checking rusqlite v0.32.1 |
2323 | 2024-10-03T19:51:23.721Z | Checking rustls-pemfile v1.0.4 |
2324 | 2024-10-03T19:51:23.753Z | Checking twox-hash v1.6.3 |
2325 | 2024-10-03T19:51:23.925Z | Checking cast v0.3.0 |
2326 | 2024-10-03T19:51:24.176Z | Checking criterion-plot v0.5.0 |
2327 | 2024-10-03T19:51:24.255Z | Checking plotters v0.3.5 |
2328 | 2024-10-03T19:51:24.655Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2329 | 2024-10-03T19:51:25.069Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2330 | 2024-10-03T19:51:26.044Z | Checking fatfs v0.3.6 |
2331 | 2024-10-03T19:51:26.751Z | Checking tinytemplate v1.2.1 |
2332 | 2024-10-03T19:51:27.095Z | Checking csv-core v0.1.11 |
2333 | 2024-10-03T19:51:27.112Z | Checking oorandom v11.1.3 |
2334 | 2024-10-03T19:51:27.284Z | Checking shell-words v1.1.0 |
2335 | 2024-10-03T19:51:27.421Z | Checking anes v0.1.6 |
2336 | 2024-10-03T19:51:27.442Z | Checking csv v1.3.0 |
2337 | 2024-10-03T19:51:27.807Z | Checking criterion v0.5.1 |
2338 | 2024-10-03T19:51:28.311Z | Checking event-listener v5.3.1 |
2339 | 2024-10-03T19:51:28.749Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2340 | 2024-10-03T19:51:30.470Z | Checking rtoolbox v0.0.2 |
2341 | 2024-10-03T19:51:30.647Z | Checking rpassword v7.3.1 |
2342 | 2024-10-03T19:51:30.814Z | Checking event-listener-strategy v0.5.2 |
2343 | 2024-10-03T19:51:31.029Z | Checking tui-tree-widget v0.22.0 |
2344 | 2024-10-03T19:51:32.382Z | Checking polyval v0.6.2 |
2345 | 2024-10-03T19:51:32.384Z | Checking ghash v0.5.1 |
2346 | 2024-10-03T19:51:32.384Z | Checking futures-lite v2.3.0 |
2347 | 2024-10-03T19:51:33.280Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2348 | 2024-10-03T19:51:34.465Z | Checking ctr v0.9.2 |
2349 | 2024-10-03T19:51:34.959Z | Checking yansi v1.0.1 |
2350 | 2024-10-03T19:51:35.125Z | Checking aes-gcm v0.10.3 |
2351 | 2024-10-03T19:51:35.374Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2352 | 2024-10-03T19:51:35.546Z | Checking pretty_assertions v1.4.1 |
2353 | 2024-10-03T19:51:35.764Z | Checking ssh-encoding v0.2.0 |
2354 | 2024-10-03T19:51:36.122Z | Checking blowfish v0.9.1 |
2355 | 2024-10-03T19:51:36.377Z | Checking bcrypt-pbkdf v0.10.0 |
2356 | 2024-10-03T19:51:36.661Z | Checking ssh-cipher v0.2.0 |
2357 | 2024-10-03T19:51:36.980Z | Checking async-lock v3.4.0 |
2358 | 2024-10-03T19:51:37.932Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2359 | 2024-10-03T19:51:39.500Z | Checking polling v3.7.3 |
2360 | 2024-10-03T19:51:39.885Z | Checking password-hash v0.4.2 |
2361 | 2024-10-03T19:51:40.322Z | Checking hex-literal v0.4.1 |
2362 | 2024-10-03T19:51:40.467Z | Checking matches v0.1.10 |
2363 | 2024-10-03T19:51:40.572Z | Checking idna v0.2.3 |
2364 | 2024-10-03T19:51:41.423Z | Checking pbkdf2 v0.11.0 |
2365 | 2024-10-03T19:51:41.721Z | Checking async-io v2.3.4 |
2366 | 2024-10-03T19:51:42.430Z | Checking ssh-key v0.6.6 |
2367 | 2024-10-03T19:51:42.533Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2368 | 2024-10-03T19:51:43.060Z | Checking p521 v0.13.3 |
2369 | 2024-10-03T19:51:43.375Z | Checking p256 v0.13.2 |
2370 | 2024-10-03T19:51:43.892Z | Checking russh-cryptovec v0.7.2 |
2371 | 2024-10-03T19:51:44.108Z | Compiling enum-as-inner v0.5.1 |
2372 | 2024-10-03T19:51:44.151Z | Checking async-task v4.7.1 |
2373 | 2024-10-03T19:51:44.525Z | Compiling doc-comment v0.3.3 |
2374 | 2024-10-03T19:51:44.543Z | Compiling target-lexicon v0.12.16 |
2375 | 2024-10-03T19:51:45.183Z | Checking md5 v0.7.0 |
2376 | 2024-10-03T19:51:45.359Z | Checking trust-dns-proto v0.22.0 |
2377 | 2024-10-03T19:51:45.486Z | Checking russh-keys v0.45.0 |
2378 | 2024-10-03T19:51:45.608Z | Checking async-channel v2.3.1 |
2379 | 2024-10-03T19:51:45.955Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2380 | 2024-10-03T19:51:46.912Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2381 | 2024-10-03T19:51:47.693Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2382 | 2024-10-03T19:51:47.716Z | Checking piper v0.2.4 |
2383 | 2024-10-03T19:51:47.941Z | Checking num-bigint v0.4.5 |
2384 | 2024-10-03T19:51:48.422Z | Checking des v0.8.1 |
2385 | 2024-10-03T19:51:48.720Z | Checking futures-timer v3.0.3 |
2386 | 2024-10-03T19:51:49.022Z | Compiling dhcproto-macros v0.1.0 |
2387 | 2024-10-03T19:51:49.053Z | Compiling guppy-workspace-hack v0.1.0 |
2388 | 2024-10-03T19:51:49.357Z | Compiling assert_cmd v2.0.16 |
2389 | 2024-10-03T19:51:49.438Z | Compiling samael v0.0.17 |
2390 | 2024-10-03T19:51:49.876Z | Checking blocking v1.6.1 |
2391 | 2024-10-03T19:51:50.020Z | Checking dhcproto v0.12.0 |
2392 | 2024-10-03T19:51:50.446Z | Checking russh v0.45.0 |
2393 | 2024-10-03T19:51:50.764Z | Checking async-executor v1.13.1 |
2394 | 2024-10-03T19:51:51.116Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2395 | 2024-10-03T19:51:51.480Z | Checking async-signal v0.2.10 |
2396 | 2024-10-03T19:51:51.725Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2397 | 2024-10-03T19:51:52.086Z | Compiling target-spec v3.2.1 |
2398 | 2024-10-03T19:51:52.270Z | Checking internet-checksum v0.2.1 |
2399 | 2024-10-03T19:51:52.439Z | Checking event-listener v2.5.3 |
2400 | 2024-10-03T19:51:52.706Z | Checking async-channel v1.9.0 |
2401 | 2024-10-03T19:51:53.559Z | Checking async-process v2.2.4 |
2402 | 2024-10-03T19:51:53.962Z | Checking async-global-executor v2.4.1 |
2403 | 2024-10-03T19:51:54.619Z | Checking cfg-expr v0.16.0 |
2404 | 2024-10-03T19:51:54.664Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2405 | 2024-10-03T19:51:54.744Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2406 | 2024-10-03T19:51:55.459Z | Checking httptest v0.16.1 |
2407 | 2024-10-03T19:51:55.530Z | Checking rustls-native-certs v0.7.0 |
2408 | 2024-10-03T19:51:55.689Z | Checking num_cpus v1.16.0 |
2409 | 2024-10-03T19:51:55.822Z | Checking kv-log-macro v1.0.7 |
2410 | 2024-10-03T19:51:55.965Z | Compiling async-attributes v1.1.2 |
2411 | 2024-10-03T19:51:56.851Z | Checking async-std v1.13.0 |
2412 | 2024-10-03T19:51:58.203Z | Checking threadpool v1.8.1 |
2413 | 2024-10-03T19:51:58.417Z | Checking hyper-rustls v0.26.0 |
2414 | 2024-10-03T19:51:59.155Z | Checking pathdiff v0.2.1 |
2415 | 2024-10-03T19:51:59.227Z | Compiling toml_edit v0.21.1 |
2416 | 2024-10-03T19:51:59.311Z | Checking escape8259 v0.5.2 |
2417 | 2024-10-03T19:51:59.507Z | Compiling rstest_macros v0.22.0 |
2418 | 2024-10-03T19:52:00.062Z | Compiling git2 v0.19.0 |
2419 | 2024-10-03T19:52:00.114Z | Checking nested v0.1.1 |
2420 | 2024-10-03T19:52:00.329Z | Checking guppy v0.17.7 |
2421 | 2024-10-03T19:52:00.741Z | Checking libtest-mimic v0.7.3 |
2422 | 2024-10-03T19:52:00.790Z | Checking async-object-pool v0.1.5 |
2423 | 2024-10-03T19:52:00.996Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2424 | 2024-10-03T19:52:01.231Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2425 | 2024-10-03T19:52:01.584Z | Checking similar-asserts v1.5.0 |
2426 | 2024-10-03T19:52:01.838Z | Compiling proc-macro-crate v3.1.0 |
2427 | 2024-10-03T19:52:02.462Z | Checking fancy-regex v0.13.0 |
2428 | 2024-10-03T19:52:03.259Z | Checking serde_regex v1.1.0 |
2429 | 2024-10-03T19:52:03.365Z | Checking assert-json-diff v2.0.2 |
2430 | 2024-10-03T19:52:03.528Z | Checking path-tree v0.8.1 |
2431 | 2024-10-03T19:52:03.658Z | Compiling relative-path v1.9.3 |
2432 | 2024-10-03T19:52:03.877Z | Compiling trybuild v1.0.99 |
2433 | 2024-10-03T19:52:04.233Z | Checking stringmetrics v2.2.2 |
2434 | 2024-10-03T19:52:04.408Z | Checking datatest-stable v0.2.9 |
2435 | 2024-10-03T19:52:04.471Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2436 | 2024-10-03T19:52:04.491Z | Checking httpmock v0.8.0-alpha.1 |
2437 | 2024-10-03T19:52:04.704Z | Checking blake2b_simd v1.0.2 |
2438 | 2024-10-03T19:52:05.899Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2439 | 2024-10-03T19:52:07.557Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2440 | 2024-10-03T19:52:07.898Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2441 | 2024-10-03T19:52:08.222Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2442 | 2024-10-03T19:52:08.553Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2443 | 2024-10-03T19:52:09.090Z | Checking serde_tokenstream v0.2.2 |
2444 | 2024-10-03T19:52:09.471Z | Checking uzers v0.11.3 |
2445 | 2024-10-03T19:52:09.837Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2446 | 2024-10-03T19:52:09.939Z | Checking rust-argon2 v2.1.0 |
2447 | 2024-10-03T19:52:10.361Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2448 | 2024-10-03T19:52:11.382Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2449 | 2024-10-03T19:52:11.430Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2450 | 2024-10-03T19:52:11.777Z | Checking rand_distr v0.4.3 |
2451 | 2024-10-03T19:52:12.478Z | Checking multimap v0.10.0 |
2452 | 2024-10-03T19:52:12.798Z | Checking approx v0.5.1 |
2453 | 2024-10-03T19:52:13.056Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2454 | 2024-10-03T19:52:14.008Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2455 | 2024-10-03T19:52:14.778Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2456 | 2024-10-03T19:52:15.491Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2457 | 2024-10-03T19:52:15.739Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2458 | 2024-10-03T19:52:16.727Z | Checking rstest v0.22.0 |
2459 | 2024-10-03T19:52:16.832Z | Checking partial-io v0.5.4 |
2460 | 2024-10-03T19:52:16.930Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2461 | 2024-10-03T19:52:16.953Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2462 | 2024-10-03T19:52:17.196Z | Checking cargo_toml v0.20.5 |
2463 | 2024-10-03T19:52:17.268Z | Checking termios v0.3.3 |
2464 | 2024-10-03T19:52:17.499Z | Compiling indoc v2.0.5 |
2465 | 2024-10-03T19:52:18.435Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2466 | 2024-10-03T19:52:19.213Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2467 | 2024-10-03T19:52:21.757Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2468 | 2024-10-03T19:52:32.662Z | Compiling polar-core v0.27.3 |
2469 | 2024-10-03T19:52:34.280Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2470 | 2024-10-03T19:52:40.782Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2471 | 2024-10-03T19:52:43.235Z | Checking oso v0.27.3 |
2472 | 2024-10-03T19:53:06.951Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2473 | 2024-10-03T19:53:08.969Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2474 | 2024-10-03T19:53:10.072Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2475 | 2024-10-03T19:53:35.815Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2476 | 2024-10-03T19:53:35.815Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2477 | 2024-10-03T19:53:35.817Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2478 | 2024-10-03T19:54:58.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s |
2479 | 2024-10-03T19:54:59.332Z | |
2480 | 2024-10-03T19:54:59.332Z | real 6:32.308085110 |
2481 | 2024-10-03T19:54:59.332Z | user 36:33.167244016 |
2482 | 2024-10-03T19:54:59.332Z | sys 6:23.074790610 |
2483 | 2024-10-03T19:54:59.332Z | trap 0.956169408 |
2484 | 2024-10-03T19:54:59.332Z | tflt 2.683947988 |
2485 | 2024-10-03T19:54:59.335Z | dflt 0.691532280 |
2486 | 2024-10-03T19:54:59.335Z | kflt 0.002521720 |
2487 | 2024-10-03T19:54:59.335Z | lock 55:53.843387694 |
2488 | 2024-10-03T19:54:59.335Z | slp 2:08:39.241717924 |
2489 | 2024-10-03T19:54:59.335Z | lat 1:40.589282710 |
2490 | 2024-10-03T19:54:59.335Z | stop 5:59.261208014 |
2491 | 2024-10-03T19:54:59.335Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2492 | 2024-10-03T19:54:59.335Z | + ptime -m cargo doc --workspace --no-deps |
2493 | 2024-10-03T19:55:00.551Z | warning: output filename collision. |
2494 | 2024-10-03T19:55:00.551Z | 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)`. |
2495 | 2024-10-03T19:55:00.551Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2496 | 2024-10-03T19:55:00.551Z | The targets should have unique names. |
2497 | 2024-10-03T19:55:00.551Z | This is a known bug where multiple crates with the same name use |
2498 | 2024-10-03T19:55:00.551Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2499 | 2024-10-03T19:55:00.942Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2500 | 2024-10-03T19:55:01.005Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2501 | 2024-10-03T19:55:01.022Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2502 | 2024-10-03T19:55:01.063Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2503 | 2024-10-03T19:55:01.096Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2504 | 2024-10-03T19:55:01.099Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2505 | 2024-10-03T19:55:01.238Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2506 | 2024-10-03T19:55:01.332Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2507 | 2024-10-03T19:55:01.332Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2508 | 2024-10-03T19:55:01.373Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2509 | 2024-10-03T19:55:01.392Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2510 | 2024-10-03T19:55:01.592Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2511 | 2024-10-03T19:55:01.653Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2512 | 2024-10-03T19:55:01.905Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2513 | 2024-10-03T19:55:02.175Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2514 | 2024-10-03T19:55:04.402Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2515 | 2024-10-03T19:55:05.561Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2516 | 2024-10-03T19:55:05.904Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2517 | 2024-10-03T19:55:06.073Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2518 | 2024-10-03T19:55:06.125Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2519 | 2024-10-03T19:55:06.250Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2520 | 2024-10-03T19:55:06.395Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2521 | 2024-10-03T19:55:06.618Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2522 | 2024-10-03T19:55:06.758Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2523 | 2024-10-03T19:55:07.098Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2524 | 2024-10-03T19:55:07.780Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2525 | 2024-10-03T19:55:08.270Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2526 | 2024-10-03T19:55:08.466Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2527 | 2024-10-03T19:55:08.764Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2528 | 2024-10-03T19:55:08.821Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2529 | 2024-10-03T19:55:09.033Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2530 | 2024-10-03T19:55:09.168Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2531 | 2024-10-03T19:55:09.186Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2532 | 2024-10-03T19:55:09.472Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2533 | 2024-10-03T19:55:09.562Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2534 | 2024-10-03T19:55:09.900Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2535 | 2024-10-03T19:55:10.035Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2536 | 2024-10-03T19:55:10.326Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2537 | 2024-10-03T19:55:10.591Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2538 | 2024-10-03T19:55:10.886Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2539 | 2024-10-03T19:55:10.903Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2540 | 2024-10-03T19:55:10.920Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2541 | 2024-10-03T19:55:11.625Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2542 | 2024-10-03T19:55:14.082Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2543 | 2024-10-03T19:55:14.737Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2544 | 2024-10-03T19:55:15.454Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2545 | 2024-10-03T19:55:16.480Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2546 | 2024-10-03T19:55:16.982Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2547 | 2024-10-03T19:55:17.606Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2548 | 2024-10-03T19:55:18.513Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2549 | 2024-10-03T19:55:18.556Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2550 | 2024-10-03T19:55:19.019Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2551 | 2024-10-03T19:55:19.400Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2552 | 2024-10-03T19:55:24.606Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2553 | 2024-10-03T19:55:25.711Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2554 | 2024-10-03T19:55:25.901Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2555 | 2024-10-03T19:55:26.439Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2556 | 2024-10-03T19:55:26.599Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2557 | 2024-10-03T19:55:26.870Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2558 | 2024-10-03T19:55:27.837Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2559 | 2024-10-03T19:55:28.490Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2560 | 2024-10-03T19:55:28.844Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2561 | 2024-10-03T19:55:29.486Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2562 | 2024-10-03T19:55:29.489Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2563 | 2024-10-03T19:55:29.489Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2564 | 2024-10-03T19:55:29.657Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2565 | 2024-10-03T19:55:29.963Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2566 | 2024-10-03T19:55:30.151Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2567 | 2024-10-03T19:55:30.543Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2568 | 2024-10-03T19:55:31.202Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2569 | 2024-10-03T19:55:31.432Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2570 | 2024-10-03T19:55:31.453Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2571 | 2024-10-03T19:55:31.842Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2572 | 2024-10-03T19:55:31.918Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2573 | 2024-10-03T19:55:32.140Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2574 | 2024-10-03T19:55:32.420Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2575 | 2024-10-03T19:55:32.718Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2576 | 2024-10-03T19:55:32.962Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2577 | 2024-10-03T19:55:32.986Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2578 | 2024-10-03T19:55:33.011Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2579 | 2024-10-03T19:55:33.317Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2580 | 2024-10-03T19:55:33.684Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2581 | 2024-10-03T19:55:33.899Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2582 | 2024-10-03T19:55:34.186Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2583 | 2024-10-03T19:55:34.622Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2584 | 2024-10-03T19:55:34.913Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2585 | 2024-10-03T19:55:35.182Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2586 | 2024-10-03T19:55:35.762Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2587 | 2024-10-03T19:55:36.806Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2588 | 2024-10-03T19:55:38.131Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2589 | 2024-10-03T19:55:39.803Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2590 | 2024-10-03T19:55:39.938Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2591 | 2024-10-03T19:55:40.134Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2592 | 2024-10-03T19:55:40.520Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2593 | 2024-10-03T19:55:41.341Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2594 | 2024-10-03T19:55:41.827Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2595 | 2024-10-03T19:55:43.870Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2596 | 2024-10-03T19:55:44.610Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2597 | 2024-10-03T19:55:44.697Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2598 | 2024-10-03T19:55:44.936Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2599 | 2024-10-03T19:55:45.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2600 | 2024-10-03T19:55:46.710Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2601 | 2024-10-03T19:55:48.540Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2602 | 2024-10-03T19:55:49.464Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2603 | 2024-10-03T19:55:53.662Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2604 | 2024-10-03T19:55:54.732Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2605 | 2024-10-03T19:56:03.946Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2606 | 2024-10-03T19:56:16.647Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2607 | 2024-10-03T19:56:21.955Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2608 | 2024-10-03T19:56:46.953Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2609 | 2024-10-03T19:56:50.484Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2610 | 2024-10-03T19:56:51.535Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2611 | 2024-10-03T19:56:53.900Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2612 | 2024-10-03T19:56:57.940Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2613 | 2024-10-03T19:57:06.289Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2614 | 2024-10-03T19:57:15.936Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2615 | 2024-10-03T19:57:18.688Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2616 | 2024-10-03T19:57:25.084Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2617 | 2024-10-03T19:57:27.900Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2618 | 2024-10-03T19:57:32.070Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2619 | 2024-10-03T19:57:32.393Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2620 | 2024-10-03T19:57:35.305Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2621 | 2024-10-03T19:57:37.291Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2622 | 2024-10-03T19:57:37.759Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2623 | 2024-10-03T19:57:53.751Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2624 | 2024-10-03T19:57:54.647Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2625 | 2024-10-03T19:58:19.405Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2626 | 2024-10-03T19:58:23.563Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2627 | 2024-10-03T19:58:24.086Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2628 | 2024-10-03T19:58:25.442Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2629 | 2024-10-03T19:58:26.587Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2630 | 2024-10-03T19:58:29.821Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2631 | 2024-10-03T19:58:40.321Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2632 | 2024-10-03T19:58:45.422Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2633 | 2024-10-03T19:58:50.245Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2634 | 2024-10-03T19:58:58.168Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2635 | 2024-10-03T19:59:06.910Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2636 | 2024-10-03T19:59:08.944Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2637 | 2024-10-03T19:59:11.769Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2638 | 2024-10-03T19:59:14.919Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2639 | 2024-10-03T19:59:15.893Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2640 | 2024-10-03T19:59:27.100Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2641 | 2024-10-03T19:59:30.875Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2642 | 2024-10-03T19:59:31.737Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2643 | 2024-10-03T19:59:34.065Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2644 | 2024-10-03T19:59:34.973Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2645 | 2024-10-03T19:59:43.121Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2646 | 2024-10-03T19:59:45.645Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2647 | 2024-10-03T19:59:46.315Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2648 | 2024-10-03T19:59:48.273Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2649 | 2024-10-03T19:59:50.477Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2650 | 2024-10-03T19:59:52.674Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2651 | 2024-10-03T19:59:57.285Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2652 | 2024-10-03T20:00:00.026Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2653 | 2024-10-03T20:00:12.078Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2654 | 2024-10-03T20:00:12.482Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2655 | 2024-10-03T20:00:13.213Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2656 | 2024-10-03T20:00:13.367Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2657 | 2024-10-03T20:00:15.610Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2658 | 2024-10-03T20:00:22.523Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2659 | 2024-10-03T20:00:25.516Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2660 | 2024-10-03T20:00:27.600Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2661 | 2024-10-03T20:00:31.239Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2662 | 2024-10-03T20:00:31.533Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2663 | 2024-10-03T20:00:32.671Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2664 | 2024-10-03T20:00:33.510Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2665 | 2024-10-03T20:00:34.525Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2666 | 2024-10-03T20:00:43.092Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2667 | 2024-10-03T20:00:43.828Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2668 | 2024-10-03T20:00:45.728Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2669 | 2024-10-03T20:00:48.552Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2670 | 2024-10-03T20:00:48.611Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2671 | 2024-10-03T20:00:50.430Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2672 | 2024-10-03T20:00:50.956Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2673 | 2024-10-03T20:00:57.093Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2674 | 2024-10-03T20:00:57.787Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2675 | 2024-10-03T20:01:00.867Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2676 | 2024-10-03T20:01:03.334Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2677 | 2024-10-03T20:01:03.509Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2678 | 2024-10-03T20:01:09.746Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2679 | 2024-10-03T20:01:11.182Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2680 | 2024-10-03T20:01:11.449Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2681 | 2024-10-03T20:01:13.437Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2682 | 2024-10-03T20:01:16.673Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2683 | 2024-10-03T20:01:19.245Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2684 | 2024-10-03T20:01:20.056Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2685 | 2024-10-03T20:01:21.125Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2686 | 2024-10-03T20:01:26.697Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2687 | 2024-10-03T20:01:27.543Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2688 | 2024-10-03T20:01:27.723Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2689 | 2024-10-03T20:01:29.675Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2690 | 2024-10-03T20:01:29.959Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2691 | 2024-10-03T20:01:30.227Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2692 | 2024-10-03T20:01:35.140Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2693 | 2024-10-03T20:01:39.308Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2694 | 2024-10-03T20:01:40.658Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2695 | 2024-10-03T20:01:40.677Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2696 | 2024-10-03T20:01:44.121Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2697 | 2024-10-03T20:01:44.690Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2698 | 2024-10-03T20:01:45.528Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2699 | 2024-10-03T20:01:45.556Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2700 | 2024-10-03T20:01:47.215Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2701 | 2024-10-03T20:01:49.709Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2702 | 2024-10-03T20:01:50.000Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2703 | 2024-10-03T20:01:50.833Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2704 | 2024-10-03T20:01:51.122Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2705 | 2024-10-03T20:01:55.138Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2706 | 2024-10-03T20:01:55.139Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2707 | 2024-10-03T20:01:55.139Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2708 | 2024-10-03T20:01:55.141Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2709 | 2024-10-03T20:02:28.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 28s |
2710 | 2024-10-03T20:02:28.510Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 128 other files |
2711 | 2024-10-03T20:02:28.572Z | |
2712 | 2024-10-03T20:02:28.575Z | real 7:29.186289334 |
2713 | 2024-10-03T20:02:28.575Z | user 22:33.798431351 |
2714 | 2024-10-03T20:02:28.575Z | sys 33:11.018809632 |
2715 | 2024-10-03T20:02:28.575Z | trap 0.368780527 |
2716 | 2024-10-03T20:02:28.575Z | tflt 0.204406041 |
2717 | 2024-10-03T20:02:28.575Z | dflt 0.134113632 |
2718 | 2024-10-03T20:02:28.575Z | kflt 0.000000000 |
2719 | 2024-10-03T20:02:28.575Z | lock 1:14:37.385857799 |
2720 | 2024-10-03T20:02:28.575Z | slp 2:06:13.045687152 |
2721 | 2024-10-03T20:02:28.575Z | lat 1:07.746459945 |
2722 | 2024-10-03T20:02:28.575Z | stop 1:01.534915173 |
2723 | 2024-10-03T20:02:28.575Z | process exited: duration 1084235 ms, exit code 0 |
|
2724 | 2024-10-03T20:02:28.580Z | found 0 output files |