|
|
|
1 | 2024-10-30T01:05:47.967Z | job assigned to worker 01JBDF8JHRVN4FSHQBFY6VN57B (queued for 1 m 0 s) |
|
2 | 2024-10-30T01:05:55.712Z | starting task 0: "setup" |
3 | 2024-10-30T01:05:55.721Z | ++ uname -s |
4 | 2024-10-30T01:05:55.723Z | + kern=SunOS |
5 | 2024-10-30T01:05:55.723Z | + case "$kern" in |
6 | 2024-10-30T01:05:55.723Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T01:05:55.723Z | + groupadd -g 12345 build |
8 | 2024-10-30T01:05:55.726Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T01:05:57.738Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T01:05:57.902Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T01:05:57.905Z | + home_fs=zfs |
12 | 2024-10-30T01:05:57.905Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T01:05:57.905Z | + mkdir -p /home/build |
14 | 2024-10-30T01:05:57.907Z | + chown build:build /home/build /work |
15 | 2024-10-30T01:05:59.909Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T01:05:59.911Z | process exited: duration 4200 ms, exit code 0 |
|
17 | 2024-10-30T01:05:59.917Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T01:05:59.922Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T01:05:59.922Z | ' 1.80.1 |
20 | 2024-10-30T01:05:59.922Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-30T01:05:59.922Z | ' default |
22 | 2024-10-30T01:05:59.922Z | * toolchain channel = "1.80.1" |
23 | 2024-10-30T01:05:59.922Z | * toolchain profile = "default" |
24 | 2024-10-30T01:05:59.925Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T01:05:59.925Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T01:06:00.048Z | info: downloading installer |
27 | 2024-10-30T01:06:01.428Z | info: profile set to 'default' |
28 | 2024-10-30T01:06:01.428Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T01:06:01.431Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T01:06:01.591Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T01:06:01.591Z | info: downloading component 'cargo' |
32 | 2024-10-30T01:06:02.541Z | info: downloading component 'clippy' |
33 | 2024-10-30T01:06:02.874Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T01:06:04.185Z | info: downloading component 'rust-std' |
35 | 2024-10-30T01:06:06.031Z | info: downloading component 'rustc' |
36 | 2024-10-30T01:06:11.183Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T01:06:11.460Z | info: installing component 'cargo' |
38 | 2024-10-30T01:06:12.288Z | info: installing component 'clippy' |
39 | 2024-10-30T01:06:12.652Z | info: installing component 'rust-docs' |
40 | 2024-10-30T01:06:14.289Z | info: installing component 'rust-std' |
41 | 2024-10-30T01:06:15.936Z | info: installing component 'rustc' |
42 | 2024-10-30T01:06:20.026Z | info: installing component 'rustfmt' |
43 | 2024-10-30T01:06:20.365Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-30T01:06:20.365Z | |
45 | 2024-10-30T01:06:20.625Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T01:06:20.625Z | |
47 | 2024-10-30T01:06:20.628Z | |
48 | 2024-10-30T01:06:20.628Z | Rust is installed now. Great! |
49 | 2024-10-30T01:06:20.628Z | |
50 | 2024-10-30T01:06:20.628Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T01:06:20.628Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T01:06:20.628Z | |
53 | 2024-10-30T01:06:20.628Z | To configure your current shell, you need to source |
54 | 2024-10-30T01:06:20.628Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T01:06:20.628Z | |
56 | 2024-10-30T01:06:20.628Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T01:06:20.628Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T01:06:20.628Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T01:06:20.679Z | + rustc --version |
60 | 2024-10-30T01:06:20.746Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T01:06:20.750Z | process exited: duration 20831 ms, exit code 0 |
|
62 | 2024-10-30T01:06:20.754Z | starting task 2: "authentication" |
63 | 2024-10-30T01:06:20.776Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T01:06:20.781Z | starting task 3: "clone repository" |
65 | 2024-10-30T01:06:20.787Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T01:06:20.790Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T01:06:20.825Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T01:06:28.166Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T01:06:28.166Z | + git fetch origin 7e248971a1d1f766a3a647e2002b8a95e1213a84 |
70 | 2024-10-30T01:06:28.497Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T01:06:28.497Z | * branch 7e248971a1d1f766a3a647e2002b8a95e1213a84 -> FETCH_HEAD |
72 | 2024-10-30T01:06:28.507Z | + [[ -n alan/updtated-crucible-and-that-vm-software-thing ]] |
73 | 2024-10-30T01:06:28.511Z | ++ git branch --show-current |
74 | 2024-10-30T01:06:28.514Z | + current=main |
75 | 2024-10-30T01:06:28.514Z | + [[ main != alan/updtated-crucible-and-that-vm-software-thing ]] |
76 | 2024-10-30T01:06:28.514Z | + git branch -f alan/updtated-crucible-and-that-vm-software-thing 7e248971a1d1f766a3a647e2002b8a95e1213a84 |
77 | 2024-10-30T01:06:28.517Z | + git checkout -f alan/updtated-crucible-and-that-vm-software-thing |
78 | 2024-10-30T01:06:28.680Z | Switched to branch 'alan/updtated-crucible-and-that-vm-software-thing' |
79 | 2024-10-30T01:06:28.683Z | + git reset --hard 7e248971a1d1f766a3a647e2002b8a95e1213a84 |
80 | 2024-10-30T01:06:28.694Z | HEAD is now at 7e248971a undo non-gimlet config file |
81 | 2024-10-30T01:06:28.698Z | process exited: duration 7913 ms, exit code 0 |
|
82 | 2024-10-30T01:06:28.703Z | starting task 4: "build" |
83 | 2024-10-30T01:06:28.709Z | + source ./env.sh |
84 | 2024-10-30T01:06:28.711Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-10-30T01:06:28.711Z | ++ set -o xtrace |
86 | 2024-10-30T01:06:28.713Z | ++++ dirname ./env.sh |
87 | 2024-10-30T01:06:28.713Z | +++ readlink -f . |
88 | 2024-10-30T01:06:28.716Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-10-30T01:06:28.718Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-30T01:06:28.718Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-10-30T01:06:28.718Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-10-30T01:06:28.718Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-10-30T01:06:28.718Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-10-30T01:06:28.719Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-10-30T01:06:28.719Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-10-30T01:06:28.719Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-30T01:06:28.719Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-10-30T01:06:28.719Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-10-30T01:06:28.719Z | + source .github/buildomat/ci-env.sh |
100 | 2024-10-30T01:06:28.719Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-10-30T01:06:28.719Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-10-30T01:06:28.719Z | + cargo --version |
103 | 2024-10-30T01:06:28.770Z | cargo 1.80.1 (376290515 2024-07-16) |
104 | 2024-10-30T01:06:28.772Z | + rustc --version |
105 | 2024-10-30T01:06:28.829Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
106 | 2024-10-30T01:06:28.831Z | + banner prerequisites |
107 | 2024-10-30T01:06:28.834Z | |
108 | 2024-10-30T01:06:28.834Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-10-30T01:06:28.834Z | # # # # # # # # # # # # # # # |
110 | 2024-10-30T01:06:28.834Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-10-30T01:06:28.834Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-10-30T01:06:28.834Z | # # # # # # # # # # # # # # # |
113 | 2024-10-30T01:06:28.834Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-10-30T01:06:28.834Z | |
115 | 2024-10-30T01:06:28.836Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-10-30T01:06:37.285Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-10-30T01:06:40.482Z | Startup: Caching catalogs ... Done |
118 | 2024-10-30T01:06:47.621Z | Planning: Solver setup ... Done (6.381s) |
119 | 2024-10-30T01:06:47.713Z | Planning: Running solver ... Done (0.092s) |
120 | 2024-10-30T01:06:47.794Z | Planning: Finding local manifests ... Done (0.004s) |
121 | 2024-10-30T01:06:53.848Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-10-30T01:06:54.073Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-10-30T01:06:54.174Z | Planning: Package planning ... Done (0.103s) |
124 | 2024-10-30T01:06:54.230Z | Planning: Merging actions ... Done (0.055s) |
125 | 2024-10-30T01:06:54.419Z | Planning: Checking for conflicting actions ... Done (0.191s) |
126 | 2024-10-30T01:06:56.351Z | Planning: Consolidating action changes ... Done (1.932s) |
127 | 2024-10-30T01:06:56.764Z | Planning: Evaluating mediators ... Done (0.412s) |
128 | 2024-10-30T01:06:56.841Z | Planning: Planning completed in 16.28 seconds |
129 | 2024-10-30T01:06:56.856Z | Packages to install: 4 |
130 | 2024-10-30T01:06:56.859Z | Packages to update: 1 |
131 | 2024-10-30T01:06:56.859Z | Mediators to change: 2 |
132 | 2024-10-30T01:06:56.859Z | Services to change: 1 |
133 | 2024-10-30T01:06:56.859Z | Estimated space available: 155.71 GB |
134 | 2024-10-30T01:06:56.860Z | Estimated space to be consumed: 1.58 GB |
135 | 2024-10-30T01:06:56.860Z | Create boot environment: No |
136 | 2024-10-30T01:06:56.860Z | Create backup boot environment: Yes |
137 | 2024-10-30T01:06:56.860Z | Rebuild boot archive: No |
138 | 2024-10-30T01:06:56.860Z | |
139 | 2024-10-30T01:06:56.860Z | Changed mediators: |
140 | 2024-10-30T01:06:56.860Z | mediator clang: |
141 | 2024-10-30T01:06:56.860Z | version: None -> 15 (system default) |
142 | 2024-10-30T01:06:56.860Z | |
143 | 2024-10-30T01:06:56.860Z | mediator llvm: |
144 | 2024-10-30T01:06:56.860Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-10-30T01:06:56.860Z | |
146 | 2024-10-30T01:06:56.860Z | Changed packages: |
147 | 2024-10-30T01:06:56.860Z | helios-dev |
148 | 2024-10-30T01:06:56.860Z | developer/build-essential |
149 | 2024-10-30T01:06:56.860Z | None -> 11-2.0 |
150 | 2024-10-30T01:06:56.860Z | library/libxmlsec1 |
151 | 2024-10-30T01:06:56.860Z | None -> 1.2.35-2.0 |
152 | 2024-10-30T01:06:56.860Z | ooce/developer/clang-15 |
153 | 2024-10-30T01:06:56.860Z | None -> 15.0.7-2.0 |
154 | 2024-10-30T01:06:56.860Z | ooce/developer/llvm-15 |
155 | 2024-10-30T01:06:56.860Z | None -> 15.0.7-2.0 |
156 | 2024-10-30T01:06:56.860Z | package/pkg |
157 | 2024-10-30T01:06:56.860Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-10-30T01:06:56.860Z | |
159 | 2024-10-30T01:06:56.860Z | Services: |
160 | 2024-10-30T01:06:56.860Z | restart_fmri: |
161 | 2024-10-30T01:06:56.860Z | svc:/system/update-man-index:default |
162 | 2024-10-30T01:06:56.860Z | |
163 | 2024-10-30T01:06:56.860Z | Editable files to change: |
164 | 2024-10-30T01:06:56.861Z | Update: |
165 | 2024-10-30T01:06:56.861Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-10-30T01:06:56.935Z | |
167 | 2024-10-30T01:06:56.935Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-10-30T01:07:01.937Z | Download: 1178/4281 items 73.4/220.6MB 33% complete (14.7M/s) |
169 | 2024-10-30T01:07:07.058Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (12.9M/s) |
170 | 2024-10-30T01:07:12.124Z | Download: 3209/4281 items 153.8/220.6MB 69% complete (7.9M/s) |
171 | 2024-10-30T01:07:17.126Z | Download: 3555/4281 items 215.6/220.6MB 97% complete (9.6M/s) |
172 | 2024-10-30T01:07:19.472Z | Download: Completed 220.60 MB in 22.54 seconds (9.8M/s) |
173 | 2024-10-30T01:07:21.543Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-10-30T01:07:21.563Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-10-30T01:07:26.241Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-10-30T01:07:26.555Z | Actions: Completed 5063 actions in 5.02 seconds. |
177 | 2024-10-30T01:07:26.918Z | Done (0.358s) |
178 | 2024-10-30T01:07:26.921Z | Done (0.000s) |
179 | 2024-10-30T01:07:27.419Z | Done (0.499s) |
180 | 2024-10-30T01:07:31.662Z | Done (4.038s) |
181 | 2024-10-30T01:07:31.753Z | Done (0.017s) |
182 | 2024-10-30T01:07:31.756Z | Done (0.000s) |
183 | 2024-10-30T01:07:31.906Z | Done (0.000s) |
184 | 2024-10-30T01:07:32.573Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-10-30T01:07:32.732Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-10-30T01:07:32.734Z | Planning: Consolidating action changes ... Done |
187 | 2024-10-30T01:07:33.004Z | Planning: Evaluating mediators ... Done |
188 | 2024-10-30T01:07:33.007Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-10-30T01:07:33.040Z | Mediators to change: 2 |
190 | 2024-10-30T01:07:33.040Z | Create boot environment: No |
191 | 2024-10-30T01:07:33.043Z | Create backup boot environment: No |
192 | 2024-10-30T01:07:33.125Z | Done |
193 | 2024-10-30T01:07:33.125Z | Done |
194 | 2024-10-30T01:07:33.459Z | Done |
195 | 2024-10-30T01:07:37.006Z | Done |
196 | 2024-10-30T01:07:37.103Z | Done |
197 | 2024-10-30T01:07:37.105Z | Done |
198 | 2024-10-30T01:07:37.214Z | Done |
199 | 2024-10-30T01:07:37.840Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-10-30T01:07:37.843Z | Planning: Merging actions ... Done |
201 | 2024-10-30T01:07:38.037Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-10-30T01:07:38.039Z | Planning: Consolidating action changes ... Done |
203 | 2024-10-30T01:07:38.309Z | Planning: Evaluating mediators ... Done |
204 | 2024-10-30T01:07:38.364Z | Planning: Planning completed in 0.77 seconds |
205 | 2024-10-30T01:07:38.404Z | Packages to change: 1 |
206 | 2024-10-30T01:07:38.404Z | Mediators to change: 1 |
207 | 2024-10-30T01:07:38.407Z | Services to change: 1 |
208 | 2024-10-30T01:07:38.407Z | Create boot environment: No |
209 | 2024-10-30T01:07:38.407Z | Create backup boot environment: Yes |
210 | 2024-10-30T01:07:40.473Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-10-30T01:07:40.476Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-10-30T01:07:40.476Z | Done |
213 | 2024-10-30T01:07:40.476Z | Done |
214 | 2024-10-30T01:07:40.579Z | Done |
215 | 2024-10-30T01:07:44.253Z | Done |
216 | 2024-10-30T01:07:44.346Z | Done |
217 | 2024-10-30T01:07:44.350Z | Done |
218 | 2024-10-30T01:07:44.459Z | Done |
219 | 2024-10-30T01:07:44.894Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-10-30T01:07:44.894Z | clang system 15 system |
221 | 2024-10-30T01:07:44.894Z | csh system system illumos |
222 | 2024-10-30T01:07:44.894Z | ctags system system illumos |
223 | 2024-10-30T01:07:44.894Z | gcc vendor 12 vendor |
224 | 2024-10-30T01:07:44.894Z | gcc system 10 system |
225 | 2024-10-30T01:07:44.894Z | gcc system 7 system |
226 | 2024-10-30T01:07:44.894Z | go system 1.20 system |
227 | 2024-10-30T01:07:44.894Z | go system 1.19 system |
228 | 2024-10-30T01:07:44.894Z | llvm system 15 system |
229 | 2024-10-30T01:07:44.894Z | llvm system 14 system |
230 | 2024-10-30T01:07:44.894Z | mariadb system 10.6 system |
231 | 2024-10-30T01:07:44.894Z | mta vendor vendor dma |
232 | 2024-10-30T01:07:44.894Z | openjdk system 17 system |
233 | 2024-10-30T01:07:44.894Z | openjdk system 11 system |
234 | 2024-10-30T01:07:44.894Z | openjdk system 1.8 system |
235 | 2024-10-30T01:07:44.894Z | openssl vendor 3 vendor |
236 | 2024-10-30T01:07:44.894Z | perl system 5.36 system |
237 | 2024-10-30T01:07:44.894Z | postgresql system 15 system |
238 | 2024-10-30T01:07:44.894Z | postgresql system 13 system |
239 | 2024-10-30T01:07:44.894Z | python vendor 3 vendor |
240 | 2024-10-30T01:07:44.894Z | python system 2 system |
241 | 2024-10-30T01:07:44.894Z | python3 system 3.11 system |
242 | 2024-10-30T01:07:44.894Z | ruby system 3.0 system |
243 | 2024-10-30T01:07:44.894Z | words vendor vendor american-english |
244 | 2024-10-30T01:07:44.894Z | words system system australian-english |
245 | 2024-10-30T01:07:44.894Z | words system system british-english |
246 | 2024-10-30T01:07:44.894Z | words system system canadian-english |
247 | 2024-10-30T01:07:44.894Z | words system system french |
248 | 2024-10-30T01:07:44.894Z | words system system italian |
249 | 2024-10-30T01:07:44.894Z | words system system ngerman |
250 | 2024-10-30T01:07:44.894Z | words system system ogerman |
251 | 2024-10-30T01:07:44.895Z | words system system spanish |
252 | 2024-10-30T01:07:45.228Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-10-30T01:07:45.228Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-10-30T01:07:47.609Z | FMRI IFO |
255 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-10-30T01:07:47.609Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-10-30T01:07:48.329Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-10-30T01:07:48.712Z | Updating crates.io index |
272 | 2024-10-30T01:07:48.774Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-10-30T01:07:49.598Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-10-30T01:07:49.866Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-10-30T01:07:50.127Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-10-30T01:07:50.401Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-10-30T01:07:51.304Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-10-30T01:07:53.674Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-10-30T01:07:54.700Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-10-30T01:07:55.369Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-10-30T01:07:55.735Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-10-30T01:07:55.986Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-10-30T01:07:56.606Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-10-30T01:07:57.034Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-10-30T01:07:57.516Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-10-30T01:07:57.823Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-10-30T01:07:58.106Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-10-30T01:07:58.326Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-10-30T01:07:58.612Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-10-30T01:07:58.968Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-10-30T01:07:59.290Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-10-30T01:07:59.671Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-10-30T01:08:00.104Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-10-30T01:08:00.417Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-10-30T01:08:00.778Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-10-30T01:08:01.312Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-10-30T01:08:01.618Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-10-30T01:08:01.864Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-10-30T01:08:03.194Z | Downloading crates ... |
300 | 2024-10-30T01:08:03.272Z | Downloaded equivalent v1.0.1 |
301 | 2024-10-30T01:08:03.275Z | Downloaded cfg-if v1.0.0 |
302 | 2024-10-30T01:08:03.275Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-10-30T01:08:03.285Z | Downloaded heck v0.5.0 |
304 | 2024-10-30T01:08:03.287Z | Downloaded cpufeatures v0.2.14 |
305 | 2024-10-30T01:08:03.303Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-10-30T01:08:03.308Z | Downloaded byteorder v1.5.0 |
307 | 2024-10-30T01:08:03.314Z | Downloaded toml_datetime v0.6.8 |
308 | 2024-10-30T01:08:03.316Z | Downloaded memmap v0.7.0 |
309 | 2024-10-30T01:08:03.319Z | Downloaded itoa v1.0.11 |
310 | 2024-10-30T01:08:03.319Z | Downloaded dof v0.3.0 |
311 | 2024-10-30T01:08:03.319Z | Downloaded block-buffer v0.10.4 |
312 | 2024-10-30T01:08:03.321Z | Downloaded autocfg v1.4.0 |
313 | 2024-10-30T01:08:03.324Z | Downloaded anstyle-query v1.1.1 |
314 | 2024-10-30T01:08:03.326Z | Downloaded serde_tokenstream v0.2.2 |
315 | 2024-10-30T01:08:03.326Z | Downloaded strsim v0.11.1 |
316 | 2024-10-30T01:08:03.329Z | Downloaded proc-macro-error v1.0.4 |
317 | 2024-10-30T01:08:03.331Z | Downloaded utf8parse v0.2.2 |
318 | 2024-10-30T01:08:03.331Z | Downloaded thread-id v4.2.2 |
319 | 2024-10-30T01:08:03.333Z | Downloaded fnv v1.0.7 |
320 | 2024-10-30T01:08:03.336Z | Downloaded semver v1.0.23 |
321 | 2024-10-30T01:08:03.338Z | Downloaded once_cell v1.20.2 |
322 | 2024-10-30T01:08:03.341Z | Downloaded clap_derive v4.5.18 |
323 | 2024-10-30T01:08:03.343Z | Downloaded tempfile v3.13.0 |
324 | 2024-10-30T01:08:03.345Z | Downloaded pest_meta v2.7.14 |
325 | 2024-10-30T01:08:03.346Z | Downloaded anstream v0.6.15 |
326 | 2024-10-30T01:08:03.348Z | Downloaded proc-macro2 v1.0.87 |
327 | 2024-10-30T01:08:03.355Z | Downloaded ucd-trie v0.1.7 |
328 | 2024-10-30T01:08:03.358Z | Downloaded textwrap v0.16.1 |
329 | 2024-10-30T01:08:03.361Z | Downloaded serde_derive v1.0.210 |
330 | 2024-10-30T01:08:03.365Z | Downloaded ryu v1.0.18 |
331 | 2024-10-30T01:08:03.400Z | Downloaded swrite v0.1.0 |
332 | 2024-10-30T01:08:03.403Z | Downloaded dtrace-parser v0.2.0 |
333 | 2024-10-30T01:08:03.410Z | Downloaded cargo_metadata v0.18.1 |
334 | 2024-10-30T01:08:03.415Z | Downloaded bytecount v0.6.8 |
335 | 2024-10-30T01:08:03.417Z | Downloaded generic-array v0.14.7 |
336 | 2024-10-30T01:08:03.417Z | Downloaded crypto-common v0.1.6 |
337 | 2024-10-30T01:08:03.420Z | Downloaded colorchoice v1.0.2 |
338 | 2024-10-30T01:08:03.420Z | Downloaded scroll_derive v0.12.0 |
339 | 2024-10-30T01:08:03.430Z | Downloaded fastrand v2.1.1 |
340 | 2024-10-30T01:08:03.433Z | Downloaded anstyle-parse v0.2.5 |
341 | 2024-10-30T01:08:03.436Z | Downloaded camino-tempfile v1.1.1 |
342 | 2024-10-30T01:08:03.438Z | Downloaded clap_lex v0.7.2 |
343 | 2024-10-30T01:08:03.438Z | Downloaded thiserror v1.0.64 |
344 | 2024-10-30T01:08:03.442Z | Downloaded fs-err v2.11.0 |
345 | 2024-10-30T01:08:03.445Z | Downloaded errno v0.3.9 |
346 | 2024-10-30T01:08:03.447Z | Downloaded pest v2.7.14 |
347 | 2024-10-30T01:08:03.454Z | Downloaded is_terminal_polyfill v1.70.1 |
348 | 2024-10-30T01:08:03.460Z | Downloaded pretty-hex v0.4.1 |
349 | 2024-10-30T01:08:03.463Z | Downloaded heck v0.4.1 |
350 | 2024-10-30T01:08:03.467Z | Downloaded smawk v0.3.2 |
351 | 2024-10-30T01:08:03.469Z | Downloaded digest v0.10.7 |
352 | 2024-10-30T01:08:03.471Z | Downloaded usdt-macro v0.5.0 |
353 | 2024-10-30T01:08:03.471Z | Downloaded serde_spanned v0.6.8 |
354 | 2024-10-30T01:08:03.474Z | Downloaded proc-macro-error-attr v1.0.4 |
355 | 2024-10-30T01:08:03.477Z | Downloaded macaddr v1.0.1 |
356 | 2024-10-30T01:08:03.479Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-10-30T01:08:03.479Z | Downloaded cargo_toml v0.20.5 |
358 | 2024-10-30T01:08:03.487Z | Downloaded version_check v0.9.5 |
359 | 2024-10-30T01:08:03.490Z | Downloaded thiserror-impl v1.0.64 |
360 | 2024-10-30T01:08:03.493Z | Downloaded zerocopy v0.7.35 |
361 | 2024-10-30T01:08:03.507Z | Downloaded scroll v0.12.0 |
362 | 2024-10-30T01:08:03.509Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-10-30T01:08:03.512Z | Downloaded usdt v0.5.0 |
364 | 2024-10-30T01:08:03.512Z | Downloaded plain v0.2.3 |
365 | 2024-10-30T01:08:03.512Z | Downloaded camino v1.1.9 |
366 | 2024-10-30T01:08:03.514Z | Downloaded unicode-linebreak v0.1.5 |
367 | 2024-10-30T01:08:03.514Z | Downloaded terminal_size v0.4.0 |
368 | 2024-10-30T01:08:03.516Z | Downloaded anyhow v1.0.89 |
369 | 2024-10-30T01:08:03.519Z | Downloaded toml v0.8.19 |
370 | 2024-10-30T01:08:03.522Z | Downloaded anstyle v1.0.8 |
371 | 2024-10-30T01:08:03.524Z | Downloaded sha2 v0.10.8 |
372 | 2024-10-30T01:08:03.527Z | Downloaded goblin v0.8.2 |
373 | 2024-10-30T01:08:03.531Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2024-10-30T01:08:03.535Z | Downloaded quote v1.0.37 |
375 | 2024-10-30T01:08:03.538Z | Downloaded pest_generator v2.7.14 |
376 | 2024-10-30T01:08:03.540Z | Downloaded pest_derive v2.7.14 |
377 | 2024-10-30T01:08:03.542Z | Downloaded bitflags v2.6.0 |
378 | 2024-10-30T01:08:03.544Z | Downloaded unicode-ident v1.0.13 |
379 | 2024-10-30T01:08:03.547Z | Downloaded log v0.4.22 |
380 | 2024-10-30T01:08:03.550Z | Downloaded typenum v1.17.0 |
381 | 2024-10-30T01:08:03.552Z | Downloaded clap v4.5.20 |
382 | 2024-10-30T01:08:03.580Z | Downloaded papergrid v0.11.0 |
383 | 2024-10-30T01:08:03.584Z | Downloaded serde v1.0.210 |
384 | 2024-10-30T01:08:03.595Z | Downloaded indexmap v2.6.0 |
385 | 2024-10-30T01:08:03.600Z | Downloaded toml_edit v0.22.22 |
386 | 2024-10-30T01:08:03.622Z | Downloaded syn v2.0.79 |
387 | 2024-10-30T01:08:03.632Z | Downloaded hashbrown v0.15.0 |
388 | 2024-10-30T01:08:03.637Z | Downloaded unicode-width v0.1.14 |
389 | 2024-10-30T01:08:03.642Z | Downloaded memchr v2.7.4 |
390 | 2024-10-30T01:08:03.647Z | Downloaded serde_json v1.0.128 |
391 | 2024-10-30T01:08:03.653Z | Downloaded clap_builder v4.5.20 |
392 | 2024-10-30T01:08:03.660Z | Downloaded winnow v0.6.20 |
393 | 2024-10-30T01:08:03.668Z | Downloaded tabled v0.15.0 |
394 | 2024-10-30T01:08:03.683Z | Downloaded syn v1.0.109 |
395 | 2024-10-30T01:08:03.693Z | Downloaded rustix v0.38.37 |
396 | 2024-10-30T01:08:03.725Z | Downloaded libc v0.2.161 |
397 | 2024-10-30T01:08:04.030Z | Compiling proc-macro2 v1.0.87 |
398 | 2024-10-30T01:08:04.031Z | Compiling unicode-ident v1.0.13 |
399 | 2024-10-30T01:08:04.033Z | Compiling version_check v0.9.5 |
400 | 2024-10-30T01:08:04.033Z | Compiling serde v1.0.210 |
401 | 2024-10-30T01:08:04.033Z | Compiling thiserror v1.0.64 |
402 | 2024-10-30T01:08:04.033Z | Compiling memchr v2.7.4 |
403 | 2024-10-30T01:08:04.033Z | Compiling libc v0.2.161 |
404 | 2024-10-30T01:08:04.066Z | Compiling ucd-trie v0.1.7 |
405 | 2024-10-30T01:08:04.296Z | Compiling itoa v1.0.11 |
406 | 2024-10-30T01:08:04.550Z | Compiling ryu v1.0.18 |
407 | 2024-10-30T01:08:04.791Z | Compiling once_cell v1.20.2 |
408 | 2024-10-30T01:08:04.896Z | Compiling byteorder v1.5.0 |
409 | 2024-10-30T01:08:04.921Z | Compiling rustix v0.38.37 |
410 | 2024-10-30T01:08:05.229Z | Compiling serde_json v1.0.128 |
411 | 2024-10-30T01:08:05.369Z | Compiling bitflags v2.6.0 |
412 | 2024-10-30T01:08:05.612Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-10-30T01:08:05.734Z | Compiling quote v1.0.37 |
414 | 2024-10-30T01:08:05.843Z | Compiling usdt-impl v0.5.0 |
415 | 2024-10-30T01:08:05.889Z | Compiling syn v1.0.109 |
416 | 2024-10-30T01:08:05.913Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-10-30T01:08:05.983Z | Compiling hashbrown v0.15.0 |
418 | 2024-10-30T01:08:06.191Z | Compiling syn v2.0.79 |
419 | 2024-10-30T01:08:06.388Z | Compiling errno v0.3.9 |
420 | 2024-10-30T01:08:06.436Z | Compiling plain v0.2.3 |
421 | 2024-10-30T01:08:06.618Z | Compiling thread-id v4.2.2 |
422 | 2024-10-30T01:08:06.618Z | Compiling log v0.4.22 |
423 | 2024-10-30T01:08:06.620Z | Compiling camino v1.1.9 |
424 | 2024-10-30T01:08:06.680Z | Compiling equivalent v1.0.1 |
425 | 2024-10-30T01:08:06.683Z | Compiling utf8parse v0.2.2 |
426 | 2024-10-30T01:08:06.870Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-10-30T01:08:07.202Z | Compiling indexmap v2.6.0 |
428 | 2024-10-30T01:08:07.253Z | Compiling unicode-width v0.1.14 |
429 | 2024-10-30T01:08:07.364Z | Compiling anstyle-query v1.1.1 |
430 | 2024-10-30T01:08:07.523Z | Compiling pretty-hex v0.4.1 |
431 | 2024-10-30T01:08:07.618Z | Compiling autocfg v1.4.0 |
432 | 2024-10-30T01:08:07.650Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-10-30T01:08:07.733Z | Compiling winnow v0.6.20 |
434 | 2024-10-30T01:08:07.781Z | Compiling colorchoice v1.0.2 |
435 | 2024-10-30T01:08:07.781Z | Compiling anstyle v1.0.8 |
436 | 2024-10-30T01:08:07.942Z | Compiling semver v1.0.23 |
437 | 2024-10-30T01:08:08.291Z | Compiling anstream v0.6.15 |
438 | 2024-10-30T01:08:08.691Z | Compiling terminal_size v0.4.0 |
439 | 2024-10-30T01:08:08.717Z | Compiling fastrand v2.1.1 |
440 | 2024-10-30T01:08:08.795Z | Compiling fs-err v2.11.0 |
441 | 2024-10-30T01:08:08.900Z | Compiling cfg-if v1.0.0 |
442 | 2024-10-30T01:08:08.989Z | Compiling strsim v0.11.1 |
443 | 2024-10-30T01:08:09.106Z | Compiling fnv v1.0.7 |
444 | 2024-10-30T01:08:09.252Z | Compiling heck v0.5.0 |
445 | 2024-10-30T01:08:09.288Z | Compiling clap_lex v0.7.2 |
446 | 2024-10-30T01:08:09.382Z | Compiling anyhow v1.0.89 |
447 | 2024-10-30T01:08:09.464Z | Compiling heck v0.4.1 |
448 | 2024-10-30T01:08:09.894Z | Compiling bytecount v0.6.8 |
449 | 2024-10-30T01:08:09.995Z | Compiling clap_builder v4.5.20 |
450 | 2024-10-30T01:08:10.038Z | Compiling tempfile v3.13.0 |
451 | 2024-10-30T01:08:10.112Z | Compiling papergrid v0.11.0 |
452 | 2024-10-30T01:08:10.419Z | Compiling memmap v0.7.0 |
453 | 2024-10-30T01:08:10.493Z | Compiling smawk v0.3.2 |
454 | 2024-10-30T01:08:10.732Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-10-30T01:08:11.240Z | Compiling textwrap v0.16.1 |
456 | 2024-10-30T01:08:11.363Z | Compiling swrite v0.1.0 |
457 | 2024-10-30T01:08:12.452Z | Compiling tabled_derive v0.7.0 |
458 | 2024-10-30T01:08:14.094Z | Compiling tabled v0.15.0 |
459 | 2024-10-30T01:08:15.195Z | Compiling serde_derive v1.0.210 |
460 | 2024-10-30T01:08:15.195Z | Compiling thiserror-impl v1.0.64 |
461 | 2024-10-30T01:08:15.198Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-10-30T01:08:15.313Z | Compiling scroll_derive v0.12.0 |
463 | 2024-10-30T01:08:15.621Z | Compiling clap_derive v4.5.18 |
464 | 2024-10-30T01:08:16.716Z | Compiling scroll v0.12.0 |
465 | 2024-10-30T01:08:17.171Z | Compiling zerocopy v0.7.35 |
466 | 2024-10-30T01:08:17.198Z | Compiling goblin v0.8.2 |
467 | 2024-10-30T01:08:17.935Z | Compiling pest v2.7.14 |
468 | 2024-10-30T01:08:19.334Z | Compiling clap v4.5.20 |
469 | 2024-10-30T01:08:20.261Z | Compiling pest_meta v2.7.14 |
470 | 2024-10-30T01:08:21.108Z | Compiling pest_generator v2.7.14 |
471 | 2024-10-30T01:08:22.920Z | Compiling pest_derive v2.7.14 |
472 | 2024-10-30T01:08:23.591Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-10-30T01:08:25.472Z | Compiling serde_tokenstream v0.2.2 |
474 | 2024-10-30T01:08:25.540Z | Compiling serde_spanned v0.6.8 |
475 | 2024-10-30T01:08:25.540Z | Compiling toml_datetime v0.6.8 |
476 | 2024-10-30T01:08:25.778Z | Compiling cargo-platform v0.1.8 |
477 | 2024-10-30T01:08:25.953Z | Compiling toml_edit v0.22.22 |
478 | 2024-10-30T01:08:26.072Z | Compiling macaddr v1.0.1 |
479 | 2024-10-30T01:08:26.216Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-10-30T01:08:26.936Z | Compiling dof v0.3.0 |
481 | 2024-10-30T01:08:26.981Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-10-30T01:08:28.716Z | Compiling usdt-macro v0.5.0 |
483 | 2024-10-30T01:08:28.716Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-10-30T01:08:28.757Z | Compiling toml v0.8.19 |
485 | 2024-10-30T01:08:29.607Z | Compiling cargo_toml v0.20.5 |
486 | 2024-10-30T01:08:30.156Z | Compiling usdt v0.5.0 |
487 | 2024-10-30T01:08:33.175Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-10-30T01:08:37.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s |
489 | 2024-10-30T01:08:37.473Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-10-30T01:08:38.088Z | Downloading crates ... |
491 | 2024-10-30T01:08:38.202Z | Downloaded atomicwrites v0.4.4 |
492 | 2024-10-30T01:08:38.207Z | Downloaded adler2 v2.0.0 |
493 | 2024-10-30T01:08:38.210Z | Downloaded crucible-workspace-hack v0.1.0 |
494 | 2024-10-30T01:08:38.213Z | Downloaded base16ct v0.2.0 |
495 | 2024-10-30T01:08:38.215Z | Downloaded assert_matches v1.5.0 |
496 | 2024-10-30T01:08:38.216Z | Downloaded async-stream v0.3.6 |
497 | 2024-10-30T01:08:38.218Z | Downloaded backoff v0.4.0 |
498 | 2024-10-30T01:08:38.220Z | Downloaded argon2 v0.5.3 |
499 | 2024-10-30T01:08:38.223Z | Downloaded ident_case v1.0.1 |
500 | 2024-10-30T01:08:38.225Z | Downloaded hubpack_derive v0.1.1 |
501 | 2024-10-30T01:08:38.225Z | Downloaded convert_case v0.4.0 |
502 | 2024-10-30T01:08:38.227Z | Downloaded debug-ignore v1.0.5 |
503 | 2024-10-30T01:08:38.230Z | Downloaded hyper-tls v0.6.0 |
504 | 2024-10-30T01:08:38.232Z | Downloaded ciborium-ll v0.2.2 |
505 | 2024-10-30T01:08:38.235Z | Downloaded cexpr v0.6.0 |
506 | 2024-10-30T01:08:38.238Z | Downloaded hmac v0.12.1 |
507 | 2024-10-30T01:08:38.240Z | Downloaded cobs v0.2.3 |
508 | 2024-10-30T01:08:38.243Z | Downloaded match_cfg v0.1.0 |
509 | 2024-10-30T01:08:38.243Z | Downloaded castaway v0.2.3 |
510 | 2024-10-30T01:08:38.246Z | Downloaded blowfish v0.9.1 |
511 | 2024-10-30T01:08:38.248Z | Downloaded crc v3.2.1 |
512 | 2024-10-30T01:08:38.251Z | Downloaded arrayref v0.3.9 |
513 | 2024-10-30T01:08:38.253Z | Downloaded newline-converter v0.3.0 |
514 | 2024-10-30T01:08:38.253Z | Downloaded chacha20 v0.9.1 |
515 | 2024-10-30T01:08:38.255Z | Downloaded crc32fast v1.4.2 |
516 | 2024-10-30T01:08:38.258Z | Downloaded hostname v0.4.0 |
517 | 2024-10-30T01:08:38.260Z | Downloaded md-5 v0.10.6 |
518 | 2024-10-30T01:08:38.262Z | Downloaded nanorand v0.7.0 |
519 | 2024-10-30T01:08:38.264Z | Downloaded linear-map v1.2.0 |
520 | 2024-10-30T01:08:38.267Z | Downloaded impl-trait-for-tuples v0.2.2 |
521 | 2024-10-30T01:08:38.270Z | Downloaded instability v0.3.2 |
522 | 2024-10-30T01:08:38.272Z | Downloaded async-stream-impl v0.3.6 |
523 | 2024-10-30T01:08:38.274Z | Downloaded atty v0.2.14 |
524 | 2024-10-30T01:08:38.274Z | Downloaded ipnet v2.10.1 |
525 | 2024-10-30T01:08:38.277Z | Downloaded russh-cryptovec v0.7.3 |
526 | 2024-10-30T01:08:38.279Z | Downloaded httparse v1.9.5 |
527 | 2024-10-30T01:08:38.282Z | Downloaded libsw v3.3.1 |
528 | 2024-10-30T01:08:38.284Z | Downloaded lock_api v0.4.12 |
529 | 2024-10-30T01:08:38.286Z | Downloaded libloading v0.8.5 |
530 | 2024-10-30T01:08:38.289Z | Downloaded async-recursion v1.1.1 |
531 | 2024-10-30T01:08:38.294Z | Downloaded mockall_derive v0.13.0 |
532 | 2024-10-30T01:08:38.296Z | Downloaded scopeguard v1.2.0 |
533 | 2024-10-30T01:08:38.299Z | Downloaded secrecy v0.8.0 |
534 | 2024-10-30T01:08:38.302Z | Downloaded crunchy v0.2.2 |
535 | 2024-10-30T01:08:38.302Z | Downloaded indicatif v0.17.8 |
536 | 2024-10-30T01:08:38.306Z | Downloaded ciborium-io v0.2.2 |
537 | 2024-10-30T01:08:38.309Z | Downloaded hyper v1.4.1 |
538 | 2024-10-30T01:08:38.316Z | Downloaded http v1.1.0 |
539 | 2024-10-30T01:08:38.322Z | Downloaded hickory-server v0.24.1 |
540 | 2024-10-30T01:08:38.329Z | Downloaded rpassword v7.3.1 |
541 | 2024-10-30T01:08:38.331Z | Downloaded aes v0.8.4 |
542 | 2024-10-30T01:08:38.335Z | Downloaded hostname v0.3.1 |
543 | 2024-10-30T01:08:38.337Z | Downloaded colored v2.1.0 |
544 | 2024-10-30T01:08:38.340Z | Downloaded thiserror-no-std v2.0.2 |
545 | 2024-10-30T01:08:38.344Z | Downloaded buf-list v1.0.3 |
546 | 2024-10-30T01:08:38.347Z | Downloaded zone_cfg_derive v0.3.0 |
547 | 2024-10-30T01:08:38.350Z | Downloaded http-body v0.4.6 |
548 | 2024-10-30T01:08:38.352Z | Downloaded tokio-rustls v0.25.0 |
549 | 2024-10-30T01:08:38.355Z | Downloaded bit-vec v0.6.3 |
550 | 2024-10-30T01:08:38.357Z | Downloaded serde_urlencoded v0.7.1 |
551 | 2024-10-30T01:08:38.360Z | Downloaded crc-catalog v2.4.0 |
552 | 2024-10-30T01:08:38.362Z | Downloaded nom v7.1.3 |
553 | 2024-10-30T01:08:38.367Z | Downloaded async-bb8-diesel v0.2.1 |
554 | 2024-10-30T01:08:38.369Z | Downloaded hyper-rustls v0.27.3 |
555 | 2024-10-30T01:08:38.374Z | Downloaded slog-async v2.8.0 |
556 | 2024-10-30T01:08:38.377Z | Downloaded humantime v2.1.0 |
557 | 2024-10-30T01:08:38.380Z | Downloaded ena v0.14.3 |
558 | 2024-10-30T01:08:38.382Z | Downloaded filetime v0.2.25 |
559 | 2024-10-30T01:08:38.384Z | Downloaded vergen v8.3.2 |
560 | 2024-10-30T01:08:38.387Z | Downloaded instant v0.1.13 |
561 | 2024-10-30T01:08:38.389Z | Downloaded strum_macros v0.25.3 |
562 | 2024-10-30T01:08:38.391Z | Downloaded base64ct v1.6.0 |
563 | 2024-10-30T01:08:38.394Z | Downloaded bzip2 v0.4.4 |
564 | 2024-10-30T01:08:38.397Z | Downloaded matches v0.1.10 |
565 | 2024-10-30T01:08:38.399Z | Downloaded new_debug_unreachable v1.0.6 |
566 | 2024-10-30T01:08:38.401Z | Downloaded cookie_store v0.21.0 |
567 | 2024-10-30T01:08:38.404Z | Downloaded bcs v0.1.6 |
568 | 2024-10-30T01:08:38.406Z | Downloaded ecdsa v0.16.9 |
569 | 2024-10-30T01:08:38.409Z | Downloaded fxhash v0.2.1 |
570 | 2024-10-30T01:08:38.411Z | Downloaded tiny-keccak v2.0.2 |
571 | 2024-10-30T01:08:38.413Z | Downloaded termcolor v1.4.1 |
572 | 2024-10-30T01:08:38.416Z | Downloaded nodrop v0.1.14 |
573 | 2024-10-30T01:08:38.418Z | Downloaded newtype_derive v0.1.6 |
574 | 2024-10-30T01:08:38.418Z | Downloaded lalrpop-util v0.19.12 |
575 | 2024-10-30T01:08:38.421Z | Downloaded cipher v0.4.4 |
576 | 2024-10-30T01:08:38.423Z | Downloaded lazy_static v1.5.0 |
577 | 2024-10-30T01:08:38.426Z | Downloaded darling v0.20.10 |
578 | 2024-10-30T01:08:38.429Z | Downloaded multimap v0.10.0 |
579 | 2024-10-30T01:08:38.431Z | Downloaded dirs-next v2.0.0 |
580 | 2024-10-30T01:08:38.434Z | Downloaded sync_wrapper v1.0.1 |
581 | 2024-10-30T01:08:38.436Z | Downloaded path-slash v0.1.5 |
582 | 2024-10-30T01:08:38.436Z | Downloaded zone_cfg_derive v0.1.2 |
583 | 2024-10-30T01:08:38.436Z | Downloaded fixedbitset v0.4.2 |
584 | 2024-10-30T01:08:38.439Z | Downloaded embedded-io v0.4.0 |
585 | 2024-10-30T01:08:38.441Z | Downloaded serde_with_macros v3.11.0 |
586 | 2024-10-30T01:08:38.444Z | Downloaded maplit v1.0.2 |
587 | 2024-10-30T01:08:38.446Z | Downloaded clang-sys v1.8.1 |
588 | 2024-10-30T01:08:38.449Z | Downloaded allocator-api2 v0.2.18 |
589 | 2024-10-30T01:08:38.452Z | Downloaded crossbeam-utils v0.8.20 |
590 | 2024-10-30T01:08:38.455Z | Downloaded embedded-io v0.6.1 |
591 | 2024-10-30T01:08:38.458Z | Downloaded gethostname v0.5.0 |
592 | 2024-10-30T01:08:38.460Z | Downloaded funty v2.0.0 |
593 | 2024-10-30T01:08:38.460Z | Downloaded base64 v0.13.1 |
594 | 2024-10-30T01:08:38.464Z | Downloaded arc-swap v1.7.1 |
595 | 2024-10-30T01:08:38.468Z | Downloaded take_mut v0.2.2 |
596 | 2024-10-30T01:08:38.470Z | Downloaded phf_generator v0.11.2 |
597 | 2024-10-30T01:08:38.473Z | Downloaded olpc-cjson v0.1.4 |
598 | 2024-10-30T01:08:38.473Z | Downloaded hickory-client v0.24.1 |
599 | 2024-10-30T01:08:38.477Z | Downloaded rand_core v0.6.4 |
600 | 2024-10-30T01:08:38.480Z | Downloaded ssh-cipher v0.2.0 |
601 | 2024-10-30T01:08:38.482Z | Downloaded fragile v2.0.0 |
602 | 2024-10-30T01:08:38.484Z | Downloaded sqlparser_derive v0.2.2 |
603 | 2024-10-30T01:08:38.486Z | Downloaded endian-type v0.1.2 |
604 | 2024-10-30T01:08:38.486Z | Downloaded downcast v0.11.0 |
605 | 2024-10-30T01:08:38.489Z | Downloaded derive_builder_macro v0.20.2 |
606 | 2024-10-30T01:08:38.489Z | Downloaded xz2 v0.1.7 |
607 | 2024-10-30T01:08:38.491Z | Downloaded ref-cast v1.0.23 |
608 | 2024-10-30T01:08:38.495Z | Downloaded flagset v0.4.6 |
609 | 2024-10-30T01:08:38.498Z | Downloaded rustc-hash v1.1.0 |
610 | 2024-10-30T01:08:38.500Z | Downloaded crc-any v2.5.0 |
611 | 2024-10-30T01:08:38.502Z | Downloaded memmap2 v0.9.5 |
612 | 2024-10-30T01:08:38.505Z | Downloaded parse-display v0.10.0 |
613 | 2024-10-30T01:08:38.507Z | Downloaded headers-core v0.3.0 |
614 | 2024-10-30T01:08:38.507Z | Downloaded oso-derive v0.27.3 |
615 | 2024-10-30T01:08:38.507Z | Downloaded foreign-types-shared v0.1.1 |
616 | 2024-10-30T01:08:38.510Z | Downloaded foreign-types-macros v0.2.3 |
617 | 2024-10-30T01:08:38.510Z | Downloaded backtrace v0.3.74 |
618 | 2024-10-30T01:08:38.515Z | Downloaded foreign-types-shared v0.3.1 |
619 | 2024-10-30T01:08:38.518Z | Downloaded structmeta v0.3.0 |
620 | 2024-10-30T01:08:38.520Z | Downloaded slab v0.4.9 |
621 | 2024-10-30T01:08:38.520Z | Downloaded tap v1.0.1 |
622 | 2024-10-30T01:08:38.524Z | Downloaded russh-keys v0.45.0 |
623 | 2024-10-30T01:08:38.526Z | Downloaded structmeta v0.2.0 |
624 | 2024-10-30T01:08:38.526Z | Downloaded strip-ansi-escapes v0.2.0 |
625 | 2024-10-30T01:08:38.529Z | Downloaded polyval v0.6.2 |
626 | 2024-10-30T01:08:38.532Z | Downloaded postgres-types v0.2.8 |
627 | 2024-10-30T01:08:38.534Z | Downloaded tokio-rustls v0.26.0 |
628 | 2024-10-30T01:08:38.537Z | Downloaded twox-hash v1.6.3 |
629 | 2024-10-30T01:08:38.547Z | Downloaded aho-corasick v1.1.3 |
630 | 2024-10-30T01:08:38.554Z | Downloaded enum-as-inner v0.5.1 |
631 | 2024-10-30T01:08:38.556Z | Downloaded cc v1.1.30 |
632 | 2024-10-30T01:08:38.560Z | Downloaded form_urlencoded v1.2.1 |
633 | 2024-10-30T01:08:38.562Z | Downloaded enum-as-inner v0.6.1 |
634 | 2024-10-30T01:08:38.565Z | Downloaded tinyvec_macros v0.1.1 |
635 | 2024-10-30T01:08:38.565Z | Downloaded termtree v0.4.1 |
636 | 2024-10-30T01:08:38.568Z | Downloaded phf_shared v0.10.0 |
637 | 2024-10-30T01:08:38.568Z | Downloaded num_enum_derive v0.5.11 |
638 | 2024-10-30T01:08:38.568Z | Downloaded serde_derive_internals v0.29.1 |
639 | 2024-10-30T01:08:38.570Z | Downloaded postgres-protocol v0.6.7 |
640 | 2024-10-30T01:08:38.572Z | Downloaded foreign-types v0.3.2 |
641 | 2024-10-30T01:08:38.575Z | Downloaded shlex v1.3.0 |
642 | 2024-10-30T01:08:38.575Z | Downloaded crypto-bigint v0.5.5 |
643 | 2024-10-30T01:08:38.583Z | Downloaded diesel_table_macro_syntax v0.2.0 |
644 | 2024-10-30T01:08:38.585Z | Downloaded opaque-debug v0.3.1 |
645 | 2024-10-30T01:08:38.587Z | Downloaded tinyvec v1.8.0 |
646 | 2024-10-30T01:08:38.590Z | Downloaded tui-tree-widget v0.22.0 |
647 | 2024-10-30T01:08:38.592Z | Downloaded base64 v0.21.7 |
648 | 2024-10-30T01:08:38.595Z | Downloaded sha1 v0.10.6 |
649 | 2024-10-30T01:08:38.598Z | Downloaded rustc_version v0.4.1 |
650 | 2024-10-30T01:08:38.600Z | Downloaded pkcs5 v0.7.1 |
651 | 2024-10-30T01:08:38.605Z | Downloaded peg-runtime v0.8.3 |
652 | 2024-10-30T01:08:38.607Z | Downloaded derive_builder v0.20.2 |
653 | 2024-10-30T01:08:38.612Z | Downloaded stable_deref_trait v1.2.0 |
654 | 2024-10-30T01:08:38.615Z | Downloaded hashlink v0.9.1 |
655 | 2024-10-30T01:08:38.618Z | Downloaded ssh-encoding v0.2.0 |
656 | 2024-10-30T01:08:38.620Z | Downloaded thiserror-impl-no-std v2.0.2 |
657 | 2024-10-30T01:08:38.620Z | Downloaded smallvec v0.6.14 |
658 | 2024-10-30T01:08:38.623Z | Downloaded rustls-pki-types v1.9.0 |
659 | 2024-10-30T01:08:38.626Z | Downloaded untrusted v0.7.1 |
660 | 2024-10-30T01:08:38.629Z | Downloaded foldhash v0.1.3 |
661 | 2024-10-30T01:08:38.631Z | Downloaded dirs-sys-next v0.1.2 |
662 | 2024-10-30T01:08:38.631Z | Downloaded crossbeam-channel v0.5.13 |
663 | 2024-10-30T01:08:38.637Z | Downloaded universal-hash v0.5.1 |
664 | 2024-10-30T01:08:38.639Z | Downloaded schemars_derive v0.8.21 |
665 | 2024-10-30T01:08:38.642Z | Downloaded ref-cast-impl v1.0.23 |
666 | 2024-10-30T01:08:38.642Z | Downloaded tls_codec_derive v0.4.1 |
667 | 2024-10-30T01:08:38.644Z | Downloaded pkg-config v0.3.31 |
668 | 2024-10-30T01:08:38.647Z | Downloaded tls_codec v0.4.1 |
669 | 2024-10-30T01:08:38.651Z | Downloaded postcard v1.0.10 |
670 | 2024-10-30T01:08:38.651Z | Downloaded url v2.5.2 |
671 | 2024-10-30T01:08:38.655Z | Downloaded num-iter v0.1.45 |
672 | 2024-10-30T01:08:38.657Z | Downloaded foreign-types v0.5.0 |
673 | 2024-10-30T01:08:38.660Z | Downloaded rustc-demangle v0.1.24 |
674 | 2024-10-30T01:08:38.660Z | Downloaded pem v3.0.4 |
675 | 2024-10-30T01:08:38.662Z | Downloaded http v0.2.12 |
676 | 2024-10-30T01:08:38.666Z | Downloaded rand_xorshift v0.3.0 |
677 | 2024-10-30T01:08:38.668Z | Downloaded precomputed-hash v0.1.1 |
678 | 2024-10-30T01:08:38.668Z | Downloaded static_assertions v1.1.0 |
679 | 2024-10-30T01:08:38.670Z | Downloaded smallvec v1.13.2 |
680 | 2024-10-30T01:08:38.673Z | Downloaded thread_local v1.1.8 |
681 | 2024-10-30T01:08:38.675Z | Downloaded rustfmt-wrapper v0.2.1 |
682 | 2024-10-30T01:08:38.677Z | Downloaded test-strategy v0.3.1 |
683 | 2024-10-30T01:08:38.679Z | Downloaded owo-colors v4.1.0 |
684 | 2024-10-30T01:08:38.682Z | Downloaded unicase v2.7.0 |
685 | 2024-10-30T01:08:38.685Z | Downloaded termios v0.3.3 |
686 | 2024-10-30T01:08:38.687Z | Downloaded yasna v0.5.2 |
687 | 2024-10-30T01:08:38.689Z | Downloaded tungstenite v0.21.0 |
688 | 2024-10-30T01:08:38.693Z | Downloaded oso v0.27.3 |
689 | 2024-10-30T01:08:38.697Z | Downloaded want v0.3.1 |
690 | 2024-10-30T01:08:38.699Z | Downloaded minimal-lexical v0.2.1 |
691 | 2024-10-30T01:08:38.703Z | Downloaded zone v0.1.8 |
692 | 2024-10-30T01:08:38.705Z | Downloaded toolchain_find v0.4.0 |
693 | 2024-10-30T01:08:38.707Z | Downloaded pkcs8 v0.10.2 |
694 | 2024-10-30T01:08:38.710Z | Downloaded signal-hook v0.3.17 |
695 | 2024-10-30T01:08:38.712Z | Downloaded tungstenite v0.24.0 |
696 | 2024-10-30T01:08:38.716Z | Downloaded openssl-probe v0.1.5 |
697 | 2024-10-30T01:08:38.719Z | Downloaded futures-sink v0.3.31 |
698 | 2024-10-30T01:08:38.721Z | Downloaded futures-macro v0.3.31 |
699 | 2024-10-30T01:08:38.721Z | Downloaded sigpipe v0.1.3 |
700 | 2024-10-30T01:08:38.723Z | Downloaded pretty-hex v0.2.1 |
701 | 2024-10-30T01:08:38.723Z | Downloaded packed_struct v0.10.1 |
702 | 2024-10-30T01:08:38.725Z | Downloaded ghash v0.5.1 |
703 | 2024-10-30T01:08:38.728Z | Downloaded deranged v0.3.11 |
704 | 2024-10-30T01:08:38.730Z | Downloaded defmt-parser v0.3.4 |
705 | 2024-10-30T01:08:38.730Z | Downloaded predicates v3.1.2 |
706 | 2024-10-30T01:08:38.732Z | Downloaded ppv-lite86 v0.2.20 |
707 | 2024-10-30T01:08:38.735Z | Downloaded scheduled-thread-pool v0.2.7 |
708 | 2024-10-30T01:08:38.737Z | Downloaded sync_wrapper v0.1.2 |
709 | 2024-10-30T01:08:38.739Z | Downloaded strum_macros v0.26.4 |
710 | 2024-10-30T01:08:38.741Z | Downloaded same-file v1.0.6 |
711 | 2024-10-30T01:08:38.742Z | Downloaded stringprep v0.1.5 |
712 | 2024-10-30T01:08:38.744Z | Downloaded subtle v2.6.1 |
713 | 2024-10-30T01:08:38.746Z | Downloaded ff v0.13.0 |
714 | 2024-10-30T01:08:38.749Z | Downloaded term v0.7.0 |
715 | 2024-10-30T01:08:38.751Z | Downloaded dropshot_endpoint v0.12.0 |
716 | 2024-10-30T01:08:38.754Z | Downloaded fd-lock v4.0.2 |
717 | 2024-10-30T01:08:38.757Z | Downloaded uzers v0.12.1 |
718 | 2024-10-30T01:08:38.759Z | Downloaded schemars v0.8.21 |
719 | 2024-10-30T01:08:38.772Z | Downloaded nu-ansi-term v0.50.1 |
720 | 2024-10-30T01:08:38.775Z | Downloaded whoami v1.5.2 |
721 | 2024-10-30T01:08:38.777Z | Downloaded which v4.4.2 |
722 | 2024-10-30T01:08:38.779Z | Downloaded topological-sort v0.2.2 |
723 | 2024-10-30T01:08:38.781Z | Downloaded diff v0.1.13 |
724 | 2024-10-30T01:08:38.784Z | Downloaded scrypt v0.11.0 |
725 | 2024-10-30T01:08:38.786Z | Downloaded serde-big-array v0.5.1 |
726 | 2024-10-30T01:08:38.788Z | Downloaded num-conv v0.1.0 |
727 | 2024-10-30T01:08:38.788Z | Downloaded parking_lot v0.11.2 |
728 | 2024-10-30T01:08:38.791Z | Downloaded hkdf v0.12.4 |
729 | 2024-10-30T01:08:38.793Z | Downloaded der_derive v0.7.3 |
730 | 2024-10-30T01:08:38.796Z | Downloaded idna v0.2.3 |
731 | 2024-10-30T01:08:38.803Z | Downloaded supports-color v3.0.1 |
732 | 2024-10-30T01:08:38.806Z | Downloaded smf v0.2.3 |
733 | 2024-10-30T01:08:38.808Z | Downloaded sct v0.7.1 |
734 | 2024-10-30T01:08:38.810Z | Downloaded value-bag v1.9.0 |
735 | 2024-10-30T01:08:38.813Z | Downloaded parse-size v1.0.0 |
736 | 2024-10-30T01:08:38.816Z | Downloaded number_prefix v0.4.0 |
737 | 2024-10-30T01:08:38.816Z | Downloaded tokio-stream v0.1.16 |
738 | 2024-10-30T01:08:38.820Z | Downloaded futures v0.3.31 |
739 | 2024-10-30T01:08:38.827Z | Downloaded libm v0.2.8 |
740 | 2024-10-30T01:08:38.835Z | Downloaded glob v0.3.1 |
741 | 2024-10-30T01:08:38.838Z | Downloaded float-ord v0.3.2 |
742 | 2024-10-30T01:08:38.841Z | Downloaded primeorder v0.13.6 |
743 | 2024-10-30T01:08:38.841Z | Downloaded signal-hook-tokio v0.3.1 |
744 | 2024-10-30T01:08:38.843Z | Downloaded powerfmt v0.2.0 |
745 | 2024-10-30T01:08:38.843Z | Downloaded num-complex v0.4.6 |
746 | 2024-10-30T01:08:38.847Z | Downloaded parking_lot v0.12.3 |
747 | 2024-10-30T01:08:38.849Z | Downloaded num-integer v0.1.46 |
748 | 2024-10-30T01:08:38.851Z | Downloaded structmeta-derive v0.3.0 |
749 | 2024-10-30T01:08:38.851Z | Downloaded structmeta-derive v0.2.0 |
750 | 2024-10-30T01:08:38.853Z | Downloaded num-traits v0.2.19 |
751 | 2024-10-30T01:08:38.856Z | Downloaded try-lock v0.2.5 |
752 | 2024-10-30T01:08:38.858Z | Downloaded tower-service v0.3.3 |
753 | 2024-10-30T01:08:38.858Z | Downloaded vte_generate_state_changes v0.1.2 |
754 | 2024-10-30T01:08:38.860Z | Downloaded diesel-dtrace v0.3.0 |
755 | 2024-10-30T01:08:38.860Z | Downloaded dsl_auto_type v0.1.2 |
756 | 2024-10-30T01:08:38.863Z | Downloaded crossterm v0.28.1 |
757 | 2024-10-30T01:08:38.869Z | Downloaded futures-io v0.3.31 |
758 | 2024-10-30T01:08:38.871Z | Downloaded subprocess v0.2.9 |
759 | 2024-10-30T01:08:38.874Z | Downloaded snafu v0.8.5 |
760 | 2024-10-30T01:08:38.880Z | Downloaded parse-display-derive v0.10.0 |
761 | 2024-10-30T01:08:38.882Z | Downloaded des v0.8.1 |
762 | 2024-10-30T01:08:38.884Z | Downloaded rcgen v0.12.1 |
763 | 2024-10-30T01:08:38.887Z | Downloaded slog-json v2.6.1 |
764 | 2024-10-30T01:08:38.889Z | Downloaded tokio-macros v2.4.0 |
765 | 2024-10-30T01:08:38.891Z | Downloaded strum v0.26.3 |
766 | 2024-10-30T01:08:38.892Z | Downloaded signature v2.2.0 |
767 | 2024-10-30T01:08:38.894Z | Downloaded futures-executor v0.3.31 |
768 | 2024-10-30T01:08:38.896Z | Downloaded dyn-clone v1.0.17 |
769 | 2024-10-30T01:08:38.896Z | Downloaded derive_more v0.99.18 |
770 | 2024-10-30T01:08:38.901Z | Downloaded num_threads v0.1.7 |
771 | 2024-10-30T01:08:38.904Z | Downloaded hash32 v0.2.1 |
772 | 2024-10-30T01:08:38.906Z | Downloaded group v0.13.0 |
773 | 2024-10-30T01:08:38.906Z | Downloaded num-rational v0.4.2 |
774 | 2024-10-30T01:08:38.909Z | Downloaded either v1.13.0 |
775 | 2024-10-30T01:08:38.911Z | Downloaded unicode_categories v0.1.1 |
776 | 2024-10-30T01:08:38.913Z | Downloaded samael v0.0.17 |
777 | 2024-10-30T01:08:38.918Z | Downloaded vte v0.11.1 |
778 | 2024-10-30T01:08:38.920Z | Downloaded vsss-rs v3.3.4 |
779 | 2024-10-30T01:08:38.923Z | Downloaded spin v0.5.2 |
780 | 2024-10-30T01:08:38.925Z | Downloaded psl-types v2.0.11 |
781 | 2024-10-30T01:08:38.925Z | Downloaded x509-cert v0.2.5 |
782 | 2024-10-30T01:08:38.932Z | Downloaded itertools v0.12.1 |
783 | 2024-10-30T01:08:38.939Z | Downloaded dhcproto-macros v0.1.0 |
784 | 2024-10-30T01:08:38.942Z | Downloaded peg v0.8.4 |
785 | 2024-10-30T01:08:38.944Z | Downloaded hashbrown v0.14.5 |
786 | 2024-10-30T01:08:38.950Z | Downloaded string_cache v0.8.7 |
787 | 2024-10-30T01:08:38.952Z | Downloaded typify-macro v0.2.0 |
788 | 2024-10-30T01:08:38.954Z | Downloaded rand v0.8.5 |
789 | 2024-10-30T01:08:38.957Z | Downloaded tokio-native-tls v0.3.1 |
790 | 2024-10-30T01:08:38.960Z | Downloaded futures-channel v0.3.31 |
791 | 2024-10-30T01:08:38.963Z | Downloaded tabwriter v1.4.0 |
792 | 2024-10-30T01:08:38.963Z | Downloaded progenitor-macro v0.8.0 |
793 | 2024-10-30T01:08:38.963Z | Downloaded sec1 v0.7.3 |
794 | 2024-10-30T01:08:38.965Z | Downloaded proc-macro-crate v1.3.1 |
795 | 2024-10-30T01:08:38.968Z | Downloaded serde_with v3.11.0 |
796 | 2024-10-30T01:08:38.975Z | Downloaded rfc6979 v0.4.0 |
797 | 2024-10-30T01:08:38.977Z | Downloaded fallible-iterator v0.2.0 |
798 | 2024-10-30T01:08:38.979Z | Downloaded pin-project-internal v1.1.6 |
799 | 2024-10-30T01:08:38.979Z | Downloaded pbkdf2 v0.12.2 |
800 | 2024-10-30T01:08:38.982Z | Downloaded pin-utils v0.1.0 |
801 | 2024-10-30T01:08:38.982Z | Downloaded untrusted v0.9.0 |
802 | 2024-10-30T01:08:38.984Z | Downloaded parking_lot_core v0.9.10 |
803 | 2024-10-30T01:08:38.987Z | Downloaded pbkdf2 v0.11.0 |
804 | 2024-10-30T01:08:38.990Z | Downloaded percent-encoding v2.3.1 |
805 | 2024-10-30T01:08:38.990Z | Downloaded elliptic-curve v0.13.8 |
806 | 2024-10-30T01:08:38.993Z | Downloaded serde_yaml v0.9.34+deprecated |
807 | 2024-10-30T01:08:38.997Z | Downloaded quinn v0.11.5 |
808 | 2024-10-30T01:08:39.001Z | Downloaded unicode-xid v0.2.6 |
809 | 2024-10-30T01:08:39.003Z | Downloaded slog-stdlog v4.1.1 |
810 | 2024-10-30T01:08:39.006Z | Downloaded blake3 v1.5.4 |
811 | 2024-10-30T01:08:39.012Z | Downloaded num v0.4.3 |
812 | 2024-10-30T01:08:39.014Z | Downloaded fatfs v0.3.6 |
813 | 2024-10-30T01:08:39.017Z | Downloaded qorb v0.1.2 |
814 | 2024-10-30T01:08:39.021Z | Downloaded pin-project-lite v0.2.14 |
815 | 2024-10-30T01:08:39.026Z | Downloaded diesel_derives v2.2.3 |
816 | 2024-10-30T01:08:39.031Z | Downloaded slog-scope v4.4.0 |
817 | 2024-10-30T01:08:39.033Z | Downloaded socket2 v0.5.7 |
818 | 2024-10-30T01:08:39.036Z | Downloaded rustls-webpki v0.102.8 |
819 | 2024-10-30T01:08:39.054Z | Downloaded peg-macros v0.8.4 |
820 | 2024-10-30T01:08:39.056Z | Downloaded pem-rfc7468 v0.7.0 |
821 | 2024-10-30T01:08:39.059Z | Downloaded env_filter v0.1.2 |
822 | 2024-10-30T01:08:39.059Z | Downloaded snafu-derive v0.8.5 |
823 | 2024-10-30T01:08:39.061Z | Downloaded prettyplease v0.2.22 |
824 | 2024-10-30T01:08:39.064Z | Downloaded env_logger v0.10.2 |
825 | 2024-10-30T01:08:39.067Z | Downloaded dhcproto v0.12.0 |
826 | 2024-10-30T01:08:39.071Z | Downloaded unicode-bidi v0.3.17 |
827 | 2024-10-30T01:08:39.074Z | Downloaded russh v0.45.0 |
828 | 2024-10-30T01:08:39.080Z | Downloaded ssh-key v0.6.6 |
829 | 2024-10-30T01:08:39.088Z | Downloaded ron v0.8.1 |
830 | 2024-10-30T01:08:39.094Z | Downloaded ron v0.7.1 |
831 | 2024-10-30T01:08:39.099Z | Downloaded tar v0.4.42 |
832 | 2024-10-30T01:08:39.102Z | Downloaded unicode-segmentation v1.12.0 |
833 | 2024-10-30T01:08:39.106Z | Downloaded tokio-postgres v0.7.12 |
834 | 2024-10-30T01:08:39.112Z | Downloaded regex v1.11.0 |
835 | 2024-10-30T01:08:39.126Z | Downloaded h2 v0.3.26 |
836 | 2024-10-30T01:08:39.133Z | Downloaded steno v0.4.1 |
837 | 2024-10-30T01:08:39.137Z | Downloaded p521 v0.13.3 |
838 | 2024-10-30T01:08:39.141Z | Downloaded expectorate v1.1.0 |
839 | 2024-10-30T01:08:39.144Z | Downloaded winnow v0.5.40 |
840 | 2024-10-30T01:08:39.153Z | Downloaded curve25519-dalek v4.1.3 |
841 | 2024-10-30T01:08:39.163Z | Downloaded heapless v0.7.17 |
842 | 2024-10-30T01:08:39.167Z | Downloaded quinn-proto v0.11.8 |
843 | 2024-10-30T01:08:39.174Z | Downloaded idna v0.3.0 |
844 | 2024-10-30T01:08:39.182Z | Downloaded hashbrown v0.12.3 |
845 | 2024-10-30T01:08:39.187Z | Downloaded reedline v0.35.0 |
846 | 2024-10-30T01:08:39.195Z | Downloaded rusqlite v0.32.1 |
847 | 2024-10-30T01:08:39.202Z | Downloaded salty v0.3.0 |
848 | 2024-10-30T01:08:39.210Z | Downloaded tough v0.17.1 |
849 | 2024-10-30T01:08:39.218Z | Downloaded idna v0.4.0 |
850 | 2024-10-30T01:08:39.225Z | Downloaded quick-xml v0.33.0 |
851 | 2024-10-30T01:08:39.232Z | Downloaded rayon v1.10.0 |
852 | 2024-10-30T01:08:39.241Z | Downloaded h2 v0.4.6 |
853 | 2024-10-30T01:08:39.249Z | Downloaded object v0.30.4 |
854 | 2024-10-30T01:08:39.259Z | Downloaded trust-dns-proto v0.22.0 |
855 | 2024-10-30T01:08:39.271Z | Downloaded openssl v0.10.66 |
856 | 2024-10-30T01:08:39.281Z | Downloaded proptest v1.5.0 |
857 | 2024-10-30T01:08:39.291Z | Downloaded git2 v0.19.0 |
858 | 2024-10-30T01:08:39.300Z | Downloaded smoltcp v0.9.1 |
859 | 2024-10-30T01:08:39.311Z | Downloaded radix_trie v0.2.1 |
860 | 2024-10-30T01:08:39.316Z | Downloaded gimli v0.31.1 |
861 | 2024-10-30T01:08:39.326Z | Downloaded polar-core v0.27.3 |
862 | 2024-10-30T01:08:39.335Z | Downloaded smoltcp v0.11.0 |
863 | 2024-10-30T01:08:39.355Z | Downloaded chrono-tz v0.10.0 |
864 | 2024-10-30T01:08:39.358Z | Downloaded rustls v0.22.4 |
865 | 2024-10-30T01:08:39.373Z | Downloaded openapiv3 v2.0.0 |
866 | 2024-10-30T01:08:39.397Z | Downloaded object v0.36.5 |
867 | 2024-10-30T01:08:39.411Z | Downloaded diesel v2.2.4 |
868 | 2024-10-30T01:08:39.436Z | Downloaded regex-syntax v0.8.5 |
869 | 2024-10-30T01:08:39.446Z | Downloaded hickory-proto v0.24.1 |
870 | 2024-10-30T01:08:39.461Z | Downloaded sled v0.34.7 |
871 | 2024-10-30T01:08:39.471Z | Downloaded typify-impl v0.2.0 |
872 | 2024-10-30T01:08:39.487Z | Downloaded lzma-sys v0.1.20 |
873 | 2024-10-30T01:08:39.518Z | Downloaded regex-automata v0.4.8 |
874 | 2024-10-30T01:08:39.535Z | Downloaded zerocopy-derive v0.6.6 |
875 | 2024-10-30T01:08:39.545Z | Downloaded petgraph v0.6.5 |
876 | 2024-10-30T01:08:39.563Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
877 | 2024-10-30T01:08:39.575Z | Downloaded libz-sys v1.1.20 |
878 | 2024-10-30T01:08:39.597Z | Downloaded ratatui v0.28.1 |
879 | 2024-10-30T01:08:39.618Z | Downloaded sha3 v0.10.8 |
880 | 2024-10-30T01:08:39.620Z | Downloaded tokio v1.40.0 |
881 | 2024-10-30T01:08:39.659Z | Downloaded csv v1.3.0 |
882 | 2024-10-30T01:08:39.679Z | Downloaded rustls v0.21.12 |
883 | 2024-10-30T01:08:39.691Z | Downloaded dropshot v0.12.0 |
884 | 2024-10-30T01:08:39.711Z | Downloaded regex-syntax v0.6.29 |
885 | 2024-10-30T01:08:39.718Z | Downloaded encoding_rs v0.8.34 |
886 | 2024-10-30T01:08:39.739Z | Downloaded bstr v1.10.0 |
887 | 2024-10-30T01:08:39.749Z | Downloaded regress v0.10.1 |
888 | 2024-10-30T01:08:39.757Z | Downloaded regress v0.9.1 |
889 | 2024-10-30T01:08:39.765Z | Downloaded nix v0.28.0 |
890 | 2024-10-30T01:08:39.778Z | Downloaded p384 v0.13.0 |
891 | 2024-10-30T01:08:39.783Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
892 | 2024-10-30T01:08:39.844Z | Downloaded nix v0.27.1 |
893 | 2024-10-30T01:08:39.855Z | Downloaded webpki-roots v0.26.6 |
894 | 2024-10-30T01:08:39.859Z | Downloaded vcpkg v0.2.15 |
895 | 2024-10-30T01:08:39.900Z | Downloaded idna v0.5.0 |
896 | 2024-10-30T01:08:39.906Z | Downloaded ed25519-dalek v2.1.1 |
897 | 2024-10-30T01:08:39.909Z | Downloaded bindgen v0.69.5 |
898 | 2024-10-30T01:08:39.917Z | Downloaded rsa v0.9.6 |
899 | 2024-10-30T01:08:39.923Z | Downloaded rustls-webpki v0.101.7 |
900 | 2024-10-30T01:08:39.938Z | Downloaded num-bigint v0.4.6 |
901 | 2024-10-30T01:08:39.943Z | Downloaded num-bigint-dig v0.8.4 |
902 | 2024-10-30T01:08:39.950Z | Downloaded reqwest v0.12.8 |
903 | 2024-10-30T01:08:39.959Z | Downloaded rustls v0.23.14 |
904 | 2024-10-30T01:08:39.972Z | Downloaded bitvec v1.0.1 |
905 | 2024-10-30T01:08:39.987Z | Downloaded portable-atomic v1.9.0 |
906 | 2024-10-30T01:08:39.995Z | Downloaded reqwest v0.11.27 |
907 | 2024-10-30T01:08:40.003Z | Downloaded pkcs1 v0.7.5 |
908 | 2024-10-30T01:08:40.006Z | Downloaded nix v0.29.0 |
909 | 2024-10-30T01:08:40.018Z | Downloaded wait-timeout v0.2.0 |
910 | 2024-10-30T01:08:40.021Z | Downloaded similar v2.6.0 |
911 | 2024-10-30T01:08:40.026Z | Downloaded futures-util v0.3.31 |
912 | 2024-10-30T01:08:40.039Z | Downloaded strum_macros v0.24.3 |
913 | 2024-10-30T01:08:40.041Z | Downloaded env_logger v0.11.5 |
914 | 2024-10-30T01:08:40.044Z | Downloaded der v0.7.9 |
915 | 2024-10-30T01:08:40.049Z | Downloaded sqlparser v0.45.0 |
916 | 2024-10-30T01:08:40.056Z | Downloaded tokio-util v0.7.12 |
917 | 2024-10-30T01:08:40.063Z | Downloaded parse-zoneinfo v0.3.1 |
918 | 2024-10-30T01:08:40.065Z | Downloaded flate2 v1.0.34 |
919 | 2024-10-30T01:08:40.071Z | Downloaded libsqlite3-sys v0.30.1 |
920 | 2024-10-30T01:08:40.154Z | Downloaded itertools v0.13.0 |
921 | 2024-10-30T01:08:40.161Z | Downloaded password-hash v0.4.2 |
922 | 2024-10-30T01:08:40.164Z | Downloaded time v0.3.36 |
923 | 2024-10-30T01:08:40.171Z | Downloaded rustyline v14.0.0 |
924 | 2024-10-30T01:08:40.177Z | Downloaded uuid v1.10.0 |
925 | 2024-10-30T01:08:40.179Z | Downloaded toml_edit v0.19.15 |
926 | 2024-10-30T01:08:40.197Z | Downloaded hashbrown v0.13.2 |
927 | 2024-10-30T01:08:40.202Z | Downloaded signal-hook-registry v1.4.2 |
928 | 2024-10-30T01:08:40.204Z | Downloaded signal-hook-mio v0.2.4 |
929 | 2024-10-30T01:08:40.204Z | Downloaded semver v0.1.20 |
930 | 2024-10-30T01:08:40.207Z | Downloaded futures-core v0.3.31 |
931 | 2024-10-30T01:08:40.207Z | Downloaded ed25519 v2.2.3 |
932 | 2024-10-30T01:08:40.209Z | Downloaded utf-8 v0.7.6 |
933 | 2024-10-30T01:08:40.212Z | Downloaded derive-where v1.2.7 |
934 | 2024-10-30T01:08:40.215Z | Downloaded tokio-tungstenite v0.23.1 |
935 | 2024-10-30T01:08:40.217Z | Downloaded hash32 v0.3.1 |
936 | 2024-10-30T01:08:40.217Z | Downloaded zip v0.6.6 |
937 | 2024-10-30T01:08:40.221Z | Downloaded flume v0.11.0 |
938 | 2024-10-30T01:08:40.225Z | Downloaded typed-path v0.7.1 |
939 | 2024-10-30T01:08:40.231Z | Downloaded hyper v0.14.30 |
940 | 2024-10-30T01:08:40.240Z | Downloaded ring v0.17.8 |
941 | 2024-10-30T01:08:40.316Z | Downloaded unicode-truncate v1.1.0 |
942 | 2024-10-30T01:08:40.319Z | Downloaded publicsuffix v2.2.3 |
943 | 2024-10-30T01:08:40.321Z | Downloaded slog-term v2.9.1 |
944 | 2024-10-30T01:08:40.324Z | Downloaded rtoolbox v0.0.2 |
945 | 2024-10-30T01:08:40.324Z | Downloaded serde_path_to_error v0.1.16 |
946 | 2024-10-30T01:08:40.326Z | Downloaded serde-hex v0.1.0 |
947 | 2024-10-30T01:08:40.328Z | Downloaded num-derive v0.4.2 |
948 | 2024-10-30T01:08:40.330Z | Downloaded float-cmp v0.9.0 |
949 | 2024-10-30T01:08:40.331Z | Downloaded chrono v0.4.38 |
950 | 2024-10-30T01:08:40.337Z | Downloaded fallible-streaming-iterator v0.1.9 |
951 | 2024-10-30T01:08:40.340Z | Downloaded fallible-iterator v0.3.0 |
952 | 2024-10-30T01:08:40.340Z | Downloaded parking_lot_core v0.8.6 |
953 | 2024-10-30T01:08:40.342Z | Downloaded globset v0.4.15 |
954 | 2024-10-30T01:08:40.344Z | Downloaded unicode-normalization v0.1.24 |
955 | 2024-10-30T01:08:40.347Z | Downloaded tokio-tungstenite v0.21.0 |
956 | 2024-10-30T01:08:40.349Z | Downloaded half v2.4.1 |
957 | 2024-10-30T01:08:40.352Z | Downloaded ring v0.16.20 |
958 | 2024-10-30T01:08:40.438Z | Downloaded libxml v0.3.3 |
959 | 2024-10-30T01:08:40.444Z | Downloaded zerocopy v0.6.6 |
960 | 2024-10-30T01:08:40.447Z | Downloaded toml v0.7.8 |
961 | 2024-10-30T01:08:40.450Z | Downloaded unsafe-libyaml v0.2.11 |
962 | 2024-10-30T01:08:40.453Z | Downloaded radium v0.7.0 |
963 | 2024-10-30T01:08:40.456Z | Downloaded predicates-core v1.0.8 |
964 | 2024-10-30T01:08:40.456Z | Downloaded pin-project v1.1.6 |
965 | 2024-10-30T01:08:40.466Z | Downloaded p256 v0.13.2 |
966 | 2024-10-30T01:08:40.469Z | Downloaded openssl-sys v0.9.103 |
967 | 2024-10-30T01:08:40.474Z | Downloaded headers v0.4.0 |
968 | 2024-10-30T01:08:40.479Z | Downloaded rustls-pemfile v2.2.0 |
969 | 2024-10-30T01:08:40.482Z | Downloaded quick-error v1.2.3 |
970 | 2024-10-30T01:08:40.484Z | Downloaded poly1305 v0.8.0 |
971 | 2024-10-30T01:08:40.487Z | Downloaded futures-task v0.3.31 |
972 | 2024-10-30T01:08:40.487Z | Downloaded lalrpop v0.19.12 |
973 | 2024-10-30T01:08:40.498Z | Downloaded openssl-macros v0.1.1 |
974 | 2024-10-30T01:08:40.500Z | Downloaded aes-gcm v0.10.3 |
975 | 2024-10-30T01:08:40.504Z | Downloaded waitgroup v0.1.2 |
976 | 2024-10-30T01:08:40.504Z | Downloaded progenitor-impl v0.8.0 |
977 | 2024-10-30T01:08:40.506Z | Downloaded tungstenite v0.23.0 |
978 | 2024-10-30T01:08:40.509Z | Downloaded slog v2.7.0 |
979 | 2024-10-30T01:08:40.511Z | Downloaded unarray v0.1.4 |
980 | 2024-10-30T01:08:40.511Z | Downloaded salsa20 v0.10.2 |
981 | 2024-10-30T01:08:40.514Z | Downloaded rustls-pemfile v1.0.4 |
982 | 2024-10-30T01:08:40.516Z | Downloaded heapless v0.8.0 |
983 | 2024-10-30T01:08:40.519Z | Downloaded rand_seeder v0.3.0 |
984 | 2024-10-30T01:08:40.521Z | Downloaded omicron-zone-package v0.11.1 |
985 | 2024-10-30T01:08:40.524Z | Downloaded tracing v0.1.40 |
986 | 2024-10-30T01:08:40.526Z | Downloaded password-hash v0.5.0 |
987 | 2024-10-30T01:08:40.529Z | Downloaded rustc_version v0.1.7 |
988 | 2024-10-30T01:08:40.530Z | Downloaded derive_builder_core v0.20.2 |
989 | 2024-10-30T01:08:40.533Z | Downloaded walkdir v2.5.0 |
990 | 2024-10-30T01:08:40.533Z | Downloaded typify v0.2.0 |
991 | 2024-10-30T01:08:40.537Z | Downloaded unicode-properties v0.1.3 |
992 | 2024-10-30T01:08:40.540Z | Downloaded rand_chacha v0.3.1 |
993 | 2024-10-30T01:08:40.540Z | Downloaded predicates-tree v1.0.11 |
994 | 2024-10-30T01:08:40.540Z | Downloaded zeroize v1.8.1 |
995 | 2024-10-30T01:08:40.542Z | Downloaded tokio-tungstenite v0.24.0 |
996 | 2024-10-30T01:08:40.542Z | Downloaded progenitor-client v0.8.0 |
997 | 2024-10-30T01:08:40.545Z | Downloaded progenitor v0.8.0 |
998 | 2024-10-30T01:08:40.545Z | Downloaded phf v0.11.2 |
999 | 2024-10-30T01:08:40.545Z | Downloaded time-macros v0.2.18 |
1000 | 2024-10-30T01:08:40.547Z | Downloaded spin v0.9.8 |
1001 | 2024-10-30T01:08:40.549Z | Downloaded rayon-core v1.12.1 |
1002 | 2024-10-30T01:08:40.552Z | Downloaded phf_shared v0.11.2 |
1003 | 2024-10-30T01:08:40.557Z | Downloaded num_enum v0.5.11 |
1004 | 2024-10-30T01:08:40.559Z | Downloaded compact_str v0.8.0 |
1005 | 2024-10-30T01:08:40.562Z | Downloaded chacha20poly1305 v0.10.1 |
1006 | 2024-10-30T01:08:40.565Z | Downloaded display-error-chain v0.2.1 |
1007 | 2024-10-30T01:08:40.567Z | Downloaded zeroize_derive v1.4.2 |
1008 | 2024-10-30T01:08:40.567Z | Downloaded wyz v0.5.1 |
1009 | 2024-10-30T01:08:40.567Z | Downloaded getrandom v0.2.15 |
1010 | 2024-10-30T01:08:40.569Z | Downloaded defmt v0.3.8 |
1011 | 2024-10-30T01:08:40.573Z | Downloaded native-tls v0.2.12 |
1012 | 2024-10-30T01:08:40.575Z | Downloaded indexmap v1.9.3 |
1013 | 2024-10-30T01:08:40.579Z | Downloaded tokio-rustls v0.24.1 |
1014 | 2024-10-30T01:08:40.583Z | Downloaded paste v1.0.15 |
1015 | 2024-10-30T01:08:40.587Z | Downloaded miniz_oxide v0.8.0 |
1016 | 2024-10-30T01:08:40.590Z | Downloaded siphasher v0.3.11 |
1017 | 2024-10-30T01:08:40.593Z | Downloaded shell-words v1.1.0 |
1018 | 2024-10-30T01:08:40.596Z | Downloaded rusty-fork v0.3.0 |
1019 | 2024-10-30T01:08:40.596Z | Downloaded r2d2 v0.8.10 |
1020 | 2024-10-30T01:08:40.596Z | Downloaded phf_codegen v0.11.2 |
1021 | 2024-10-30T01:08:40.598Z | Downloaded rustc-hash v2.0.0 |
1022 | 2024-10-30T01:08:40.598Z | Downloaded resolv-conf v0.7.0 |
1023 | 2024-10-30T01:08:40.601Z | Downloaded defmt-macros v0.3.9 |
1024 | 2024-10-30T01:08:40.603Z | Downloaded hyper-util v0.1.9 |
1025 | 2024-10-30T01:08:40.607Z | Downloaded quinn-udp v0.5.5 |
1026 | 2024-10-30T01:08:40.609Z | Downloaded time-core v0.1.2 |
1027 | 2024-10-30T01:08:40.609Z | Downloaded slog-envlogger v2.2.0 |
1028 | 2024-10-30T01:08:40.613Z | Downloaded multer v3.1.0 |
1029 | 2024-10-30T01:08:40.616Z | Downloaded mime_guess v2.0.5 |
1030 | 2024-10-30T01:08:40.616Z | Downloaded sqlformat v0.2.6 |
1031 | 2024-10-30T01:08:40.616Z | Downloaded rustversion v1.0.17 |
1032 | 2024-10-30T01:08:40.619Z | Downloaded indent_write v2.2.0 |
1033 | 2024-10-30T01:08:40.622Z | Downloaded packed_struct_codegen v0.10.1 |
1034 | 2024-10-30T01:08:40.622Z | Downloaded hex-literal v0.4.1 |
1035 | 2024-10-30T01:08:40.622Z | Downloaded hex v0.4.3 |
1036 | 2024-10-30T01:08:40.624Z | Downloaded heck v0.3.3 |
1037 | 2024-10-30T01:08:40.624Z | Downloaded normalize-line-endings v0.3.0 |
1038 | 2024-10-30T01:08:40.627Z | Downloaded newtype-uuid v1.1.2 |
1039 | 2024-10-30T01:08:40.627Z | Downloaded tracing-attributes v0.1.27 |
1040 | 2024-10-30T01:08:40.629Z | Downloaded cookie v0.18.1 |
1041 | 2024-10-30T01:08:40.632Z | Downloaded const-oid v0.9.6 |
1042 | 2024-10-30T01:08:40.634Z | Downloaded libefi-sys v0.1.0 |
1043 | 2024-10-30T01:08:40.634Z | Downloaded inout v0.1.3 |
1044 | 2024-10-30T01:08:40.636Z | Downloaded mime v0.3.17 |
1045 | 2024-10-30T01:08:40.636Z | Downloaded ipnetwork v0.20.0 |
1046 | 2024-10-30T01:08:40.638Z | Downloaded zone v0.3.0 |
1047 | 2024-10-30T01:08:40.639Z | Downloaded xattr v1.3.1 |
1048 | 2024-10-30T01:08:40.641Z | Downloaded managed v0.8.0 |
1049 | 2024-10-30T01:08:40.641Z | Downloaded mockall v0.13.0 |
1050 | 2024-10-30T01:08:40.643Z | Downloaded maybe-uninit v2.0.0 |
1051 | 2024-10-30T01:08:40.643Z | Downloaded lru-cache v0.1.2 |
1052 | 2024-10-30T01:08:40.645Z | Downloaded linked-hash-map v0.5.6 |
1053 | 2024-10-30T01:08:40.645Z | Downloaded keccak v0.1.5 |
1054 | 2024-10-30T01:08:40.648Z | Downloaded csv-core v0.1.11 |
1055 | 2024-10-30T01:08:40.648Z | Downloaded kstat-rs v0.2.4 |
1056 | 2024-10-30T01:08:40.650Z | Downloaded internet-checksum v0.2.1 |
1057 | 2024-10-30T01:08:40.650Z | Downloaded indoc v1.0.9 |
1058 | 2024-10-30T01:08:40.653Z | Downloaded cancel-safe-futures v0.1.5 |
1059 | 2024-10-30T01:08:40.656Z | Downloaded md5 v0.7.0 |
1060 | 2024-10-30T01:08:40.656Z | Downloaded is_ci v1.2.0 |
1061 | 2024-10-30T01:08:40.658Z | Downloaded lru v0.12.5 |
1062 | 2024-10-30T01:08:40.658Z | Downloaded spki v0.7.3 |
1063 | 2024-10-30T01:08:40.660Z | Downloaded slog-dtrace v0.3.0 |
1064 | 2024-10-30T01:08:40.660Z | Downloaded slog-bunyan v2.5.0 |
1065 | 2024-10-30T01:08:40.663Z | Downloaded serde_repr v0.1.19 |
1066 | 2024-10-30T01:08:40.663Z | Downloaded serde_plain v1.0.2 |
1067 | 2024-10-30T01:08:40.665Z | Downloaded async-trait v0.1.83 |
1068 | 2024-10-30T01:08:40.667Z | Downloaded hickory-resolver v0.24.1 |
1069 | 2024-10-30T01:08:40.671Z | Downloaded tracing-core v0.1.32 |
1070 | 2024-10-30T01:08:40.674Z | Downloaded hyper-staticfile v0.10.1 |
1071 | 2024-10-30T01:08:40.676Z | Downloaded difflib v0.4.0 |
1072 | 2024-10-30T01:08:40.678Z | Downloaded itertools v0.10.5 |
1073 | 2024-10-30T01:08:40.683Z | Downloaded iana-time-zone v0.1.61 |
1074 | 2024-10-30T01:08:40.685Z | Downloaded httpdate v1.0.3 |
1075 | 2024-10-30T01:08:40.687Z | Downloaded highway v1.2.0 |
1076 | 2024-10-30T01:08:40.690Z | Downloaded data-encoding v2.6.0 |
1077 | 2024-10-30T01:08:40.690Z | Downloaded bb8 v0.8.5 |
1078 | 2024-10-30T01:08:40.692Z | Downloaded curve25519-dalek-derive v0.1.1 |
1079 | 2024-10-30T01:08:40.692Z | Downloaded hubpack v0.1.2 |
1080 | 2024-10-30T01:08:40.692Z | Downloaded constant_time_eq v0.3.1 |
1081 | 2024-10-30T01:08:40.694Z | Downloaded arrayvec v0.7.6 |
1082 | 2024-10-30T01:08:40.697Z | Downloaded block-padding v0.3.3 |
1083 | 2024-10-30T01:08:40.697Z | Downloaded ctr v0.9.2 |
1084 | 2024-10-30T01:08:40.699Z | Downloaded crossbeam-deque v0.8.5 |
1085 | 2024-10-30T01:08:40.699Z | Downloaded const_format_proc_macros v0.2.33 |
1086 | 2024-10-30T01:08:40.702Z | Downloaded base64 v0.22.1 |
1087 | 2024-10-30T01:08:40.705Z | Downloaded http-body v1.0.1 |
1088 | 2024-10-30T01:08:40.707Z | Downloaded home v0.5.9 |
1089 | 2024-10-30T01:08:40.707Z | Downloaded chrono-tz-build v0.4.0 |
1090 | 2024-10-30T01:08:40.709Z | Downloaded cassowary v0.3.0 |
1091 | 2024-10-30T01:08:40.709Z | Downloaded mio v1.0.2 |
1092 | 2024-10-30T01:08:40.714Z | Downloaded cbc v0.1.2 |
1093 | 2024-10-30T01:08:40.716Z | Downloaded bitfield-struct v0.6.2 |
1094 | 2024-10-30T01:08:40.718Z | Downloaded http-range v0.1.5 |
1095 | 2024-10-30T01:08:40.718Z | Downloaded darling_macro v0.20.10 |
1096 | 2024-10-30T01:08:40.719Z | Downloaded cstr-argument v0.1.2 |
1097 | 2024-10-30T01:08:40.719Z | Downloaded const_format v0.2.33 |
1098 | 2024-10-30T01:08:40.723Z | Downloaded atomic-waker v1.1.2 |
1099 | 2024-10-30T01:08:40.728Z | Downloaded ahash v0.8.11 |
1100 | 2024-10-30T01:08:40.733Z | Downloaded aead v0.5.2 |
1101 | 2024-10-30T01:08:40.733Z | Downloaded darling_core v0.20.10 |
1102 | 2024-10-30T01:08:40.735Z | Downloaded bytes v1.7.2 |
1103 | 2024-10-30T01:08:40.738Z | Downloaded ascii-canvas v3.0.0 |
1104 | 2024-10-30T01:08:40.738Z | Downloaded cfg_aliases v0.1.1 |
1105 | 2024-10-30T01:08:40.738Z | Downloaded nibble_vec v0.1.0 |
1106 | 2024-10-30T01:08:40.740Z | Downloaded memoffset v0.9.1 |
1107 | 2024-10-30T01:08:40.740Z | Downloaded cfg_aliases v0.2.1 |
1108 | 2024-10-30T01:08:40.743Z | Downloaded array-init v0.0.4 |
1109 | 2024-10-30T01:08:40.743Z | Downloaded lazycell v1.3.0 |
1110 | 2024-10-30T01:08:40.743Z | Downloaded jobserver v0.1.32 |
1111 | 2024-10-30T01:08:40.745Z | Downloaded addr2line v0.24.2 |
1112 | 2024-10-30T01:08:40.748Z | Downloaded crossbeam-epoch v0.9.18 |
1113 | 2024-10-30T01:08:40.748Z | Downloaded http-body-util v0.1.2 |
1114 | 2024-10-30T01:08:40.751Z | Downloaded ciborium v0.2.2 |
1115 | 2024-10-30T01:08:40.753Z | Downloaded blake2 v0.10.6 |
1116 | 2024-10-30T01:08:40.756Z | Downloaded is-terminal v0.4.13 |
1117 | 2024-10-30T01:08:40.756Z | Downloaded console v0.15.8 |
1118 | 2024-10-30T01:08:40.758Z | Downloaded bit-set v0.5.3 |
1119 | 2024-10-30T01:08:40.758Z | Downloaded bitflags v1.3.2 |
1120 | 2024-10-30T01:08:40.761Z | Downloaded bitfield v0.14.0 |
1121 | 2024-10-30T01:08:40.763Z | Downloaded bcrypt-pbkdf v0.10.0 |
1122 | 2024-10-30T01:08:40.856Z | Compiling serde v1.0.210 |
1123 | 2024-10-30T01:08:40.859Z | Compiling typenum v1.17.0 |
1124 | 2024-10-30T01:08:40.859Z | Compiling generic-array v0.14.7 |
1125 | 2024-10-30T01:08:40.859Z | Compiling lock_api v0.4.12 |
1126 | 2024-10-30T01:08:40.859Z | Compiling scopeguard v1.2.0 |
1127 | 2024-10-30T01:08:40.859Z | Compiling subtle v2.6.1 |
1128 | 2024-10-30T01:08:41.021Z | Compiling syn v2.0.79 |
1129 | 2024-10-30T01:08:41.034Z | Compiling getrandom v0.2.15 |
1130 | 2024-10-30T01:08:41.196Z | Compiling value-bag v1.9.0 |
1131 | 2024-10-30T01:08:41.316Z | Compiling rand_core v0.6.4 |
1132 | 2024-10-30T01:08:41.415Z | Compiling const-oid v0.9.6 |
1133 | 2024-10-30T01:08:41.454Z | Compiling pin-project-lite v0.2.14 |
1134 | 2024-10-30T01:08:41.550Z | Compiling smallvec v1.13.2 |
1135 | 2024-10-30T01:08:41.572Z | Compiling jobserver v0.1.32 |
1136 | 2024-10-30T01:08:41.768Z | Compiling log v0.4.22 |
1137 | 2024-10-30T01:08:41.847Z | Compiling shlex v1.3.0 |
1138 | 2024-10-30T01:08:41.941Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-10-30T01:08:41.961Z | Compiling futures-core v0.3.31 |
1140 | 2024-10-30T01:08:42.199Z | Compiling cc v1.1.30 |
1141 | 2024-10-30T01:08:42.253Z | Compiling signal-hook-registry v1.4.2 |
1142 | 2024-10-30T01:08:42.539Z | Compiling mio v1.0.2 |
1143 | 2024-10-30T01:08:42.625Z | Compiling cpufeatures v0.2.14 |
1144 | 2024-10-30T01:08:42.732Z | Compiling parking_lot v0.12.3 |
1145 | 2024-10-30T01:08:43.026Z | Compiling futures-sink v0.3.31 |
1146 | 2024-10-30T01:08:43.088Z | Compiling spin v0.9.8 |
1147 | 2024-10-30T01:08:43.184Z | Compiling socket2 v0.5.7 |
1148 | 2024-10-30T01:08:43.400Z | Compiling slab v0.4.9 |
1149 | 2024-10-30T01:08:43.501Z | Compiling serde_json v1.0.128 |
1150 | 2024-10-30T01:08:43.713Z | Compiling futures-channel v0.3.31 |
1151 | 2024-10-30T01:08:43.732Z | Compiling tinyvec_macros v0.1.1 |
1152 | 2024-10-30T01:08:43.734Z | Compiling futures-io v0.3.31 |
1153 | 2024-10-30T01:08:43.809Z | Compiling foldhash v0.1.3 |
1154 | 2024-10-30T01:08:43.858Z | Compiling allocator-api2 v0.2.18 |
1155 | 2024-10-30T01:08:44.067Z | Compiling futures-task v0.3.31 |
1156 | 2024-10-30T01:08:44.094Z | Compiling pin-utils v0.1.0 |
1157 | 2024-10-30T01:08:44.113Z | Compiling tinyvec v1.8.0 |
1158 | 2024-10-30T01:08:44.149Z | Compiling libm v0.2.8 |
1159 | 2024-10-30T01:08:44.187Z | Compiling num-traits v0.2.19 |
1160 | 2024-10-30T01:08:44.206Z | Compiling unicode-bidi v0.3.17 |
1161 | 2024-10-30T01:08:44.334Z | Compiling base64ct v1.6.0 |
1162 | 2024-10-30T01:08:44.607Z | Compiling hashbrown v0.15.0 |
1163 | 2024-10-30T01:08:44.777Z | Compiling httparse v1.9.5 |
1164 | 2024-10-30T01:08:45.023Z | Compiling pem-rfc7468 v0.7.0 |
1165 | 2024-10-30T01:08:45.611Z | Compiling flagset v0.4.6 |
1166 | 2024-10-30T01:08:45.759Z | Compiling unicode-normalization v0.1.24 |
1167 | 2024-10-30T01:08:45.838Z | Compiling tracing-core v0.1.32 |
1168 | 2024-10-30T01:08:45.858Z | Compiling rustls-pki-types v1.9.0 |
1169 | 2024-10-30T01:08:46.037Z | Compiling crossbeam-utils v0.8.20 |
1170 | 2024-10-30T01:08:46.251Z | Compiling percent-encoding v2.3.1 |
1171 | 2024-10-30T01:08:46.588Z | Compiling ring v0.17.8 |
1172 | 2024-10-30T01:08:46.820Z | Compiling powerfmt v0.2.0 |
1173 | 2024-10-30T01:08:47.003Z | Compiling num-conv v0.1.0 |
1174 | 2024-10-30T01:08:47.075Z | Compiling pkg-config v0.3.31 |
1175 | 2024-10-30T01:08:47.254Z | Compiling vcpkg v0.2.15 |
1176 | 2024-10-30T01:08:47.254Z | Compiling untrusted v0.9.0 |
1177 | 2024-10-30T01:08:47.290Z | Compiling time-core v0.1.2 |
1178 | 2024-10-30T01:08:47.448Z | Compiling deranged v0.3.11 |
1179 | 2024-10-30T01:08:47.468Z | Compiling time-macros v0.2.18 |
1180 | 2024-10-30T01:08:47.966Z | Compiling atomic-waker v1.1.2 |
1181 | 2024-10-30T01:08:48.167Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-30T01:08:48.300Z | Compiling form_urlencoded v1.2.1 |
1183 | 2024-10-30T01:08:48.596Z | Compiling try-lock v0.2.5 |
1184 | 2024-10-30T01:08:48.615Z | Compiling slog v2.7.0 |
1185 | 2024-10-30T01:08:48.725Z | Compiling rustix v0.38.37 |
1186 | 2024-10-30T01:08:48.745Z | Compiling want v0.3.1 |
1187 | 2024-10-30T01:08:49.003Z | Compiling httpdate v1.0.3 |
1188 | 2024-10-30T01:08:49.294Z | Compiling idna v0.5.0 |
1189 | 2024-10-30T01:08:49.467Z | Compiling rustversion v1.0.17 |
1190 | 2024-10-30T01:08:49.486Z | Compiling openssl-sys v0.9.103 |
1191 | 2024-10-30T01:08:49.571Z | Compiling foreign-types-shared v0.1.1 |
1192 | 2024-10-30T01:08:49.680Z | Compiling match_cfg v0.1.0 |
1193 | 2024-10-30T01:08:49.780Z | Compiling openssl v0.10.66 |
1194 | 2024-10-30T01:08:50.036Z | Compiling base64 v0.22.1 |
1195 | 2024-10-30T01:08:50.192Z | Compiling tower-service v0.3.3 |
1196 | 2024-10-30T01:08:50.211Z | Compiling iana-time-zone v0.1.61 |
1197 | 2024-10-30T01:08:50.382Z | Compiling url v2.5.2 |
1198 | 2024-10-30T01:08:50.705Z | Compiling time v0.3.36 |
1199 | 2024-10-30T01:08:50.723Z | Compiling hostname v0.3.1 |
1200 | 2024-10-30T01:08:50.766Z | Compiling foreign-types v0.3.2 |
1201 | 2024-10-30T01:08:50.860Z | Compiling dirs-sys-next v0.1.2 |
1202 | 2024-10-30T01:08:50.879Z | Compiling aho-corasick v1.1.3 |
1203 | 2024-10-30T01:08:50.964Z | Compiling data-encoding v2.6.0 |
1204 | 2024-10-30T01:08:51.529Z | Compiling siphasher v0.3.11 |
1205 | 2024-10-30T01:08:51.883Z | Compiling rustls v0.22.4 |
1206 | 2024-10-30T01:08:51.926Z | Compiling adler2 v2.0.0 |
1207 | 2024-10-30T01:08:52.140Z | Compiling rustls v0.23.14 |
1208 | 2024-10-30T01:08:52.170Z | Compiling syn v1.0.109 |
1209 | 2024-10-30T01:08:52.228Z | Compiling regex-syntax v0.8.5 |
1210 | 2024-10-30T01:08:52.425Z | Compiling native-tls v0.2.12 |
1211 | 2024-10-30T01:08:52.812Z | Compiling miniz_oxide v0.8.0 |
1212 | 2024-10-30T01:08:52.852Z | Compiling dirs-next v2.0.0 |
1213 | 2024-10-30T01:08:53.171Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-10-30T01:08:54.379Z | Compiling crossbeam-epoch v0.9.18 |
1215 | 2024-10-30T01:08:54.415Z | Compiling lazy_static v1.5.0 |
1216 | 2024-10-30T01:08:54.557Z | Compiling thread_local v1.1.8 |
1217 | 2024-10-30T01:08:55.136Z | Compiling cookie v0.18.1 |
1218 | 2024-10-30T01:08:55.153Z | Compiling multer v3.1.0 |
1219 | 2024-10-30T01:08:55.424Z | Compiling encoding_rs v0.8.34 |
1220 | 2024-10-30T01:08:55.445Z | Compiling rayon-core v1.12.1 |
1221 | 2024-10-30T01:08:55.511Z | Compiling serde_derive v1.0.210 |
1222 | 2024-10-30T01:08:55.748Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-10-30T01:08:55.881Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2024-10-30T01:08:55.974Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-10-30T01:08:56.298Z | Compiling thiserror-impl v1.0.64 |
1226 | 2024-10-30T01:08:57.364Z | Compiling zeroize v1.8.1 |
1227 | 2024-10-30T01:08:57.660Z | Compiling futures-macro v0.3.31 |
1228 | 2024-10-30T01:08:57.770Z | Compiling der_derive v0.7.3 |
1229 | 2024-10-30T01:08:58.165Z | Compiling zerocopy v0.7.35 |
1230 | 2024-10-30T01:08:58.734Z | Compiling tracing-attributes v0.1.27 |
1231 | 2024-10-30T01:08:59.093Z | Compiling crypto-common v0.1.6 |
1232 | 2024-10-30T01:08:59.335Z | Compiling block-buffer v0.10.4 |
1233 | 2024-10-30T01:08:59.663Z | Compiling digest v0.10.7 |
1234 | 2024-10-30T01:08:59.704Z | Compiling thiserror v1.0.64 |
1235 | 2024-10-30T01:08:59.709Z | Compiling futures-util v0.3.31 |
1236 | 2024-10-30T01:08:59.814Z | Compiling block-padding v0.3.3 |
1237 | 2024-10-30T01:08:59.835Z | Compiling ppv-lite86 v0.2.20 |
1238 | 2024-10-30T01:08:59.852Z | Compiling pest v2.7.14 |
1239 | 2024-10-30T01:09:00.058Z | Compiling inout v0.1.3 |
1240 | 2024-10-30T01:09:00.177Z | Compiling hmac v0.12.1 |
1241 | 2024-10-30T01:09:00.339Z | Compiling cipher v0.4.4 |
1242 | 2024-10-30T01:09:00.362Z | Compiling sha2 v0.10.8 |
1243 | 2024-10-30T01:09:00.406Z | Compiling der v0.7.9 |
1244 | 2024-10-30T01:09:00.659Z | Compiling rand_chacha v0.3.1 |
1245 | 2024-10-30T01:09:00.847Z | Compiling salsa20 v0.10.2 |
1246 | 2024-10-30T01:09:01.075Z | Compiling rand v0.8.5 |
1247 | 2024-10-30T01:09:02.521Z | Compiling tracing v0.1.40 |
1248 | 2024-10-30T01:09:02.922Z | Compiling spki v0.7.3 |
1249 | 2024-10-30T01:09:03.047Z | Compiling pbkdf2 v0.12.2 |
1250 | 2024-10-30T01:09:03.064Z | Compiling pest_meta v2.7.14 |
1251 | 2024-10-30T01:09:03.227Z | Compiling scrypt v0.11.0 |
1252 | 2024-10-30T01:09:03.248Z | Compiling cbc v0.1.2 |
1253 | 2024-10-30T01:09:03.305Z | Compiling aes v0.8.4 |
1254 | 2024-10-30T01:09:03.475Z | Compiling scroll_derive v0.12.0 |
1255 | 2024-10-30T01:09:03.701Z | Compiling rustls-webpki v0.102.8 |
1256 | 2024-10-30T01:09:03.769Z | Compiling openssl-macros v0.1.1 |
1257 | 2024-10-30T01:09:03.970Z | Compiling async-trait v0.1.83 |
1258 | 2024-10-30T01:09:04.547Z | Compiling pest_generator v2.7.14 |
1259 | 2024-10-30T01:09:04.926Z | Compiling scroll v0.12.0 |
1260 | 2024-10-30T01:09:05.491Z | Compiling pkcs5 v0.7.1 |
1261 | 2024-10-30T01:09:05.765Z | Compiling goblin v0.8.2 |
1262 | 2024-10-30T01:09:05.828Z | Compiling signature v2.2.0 |
1263 | 2024-10-30T01:09:06.141Z | Compiling pkcs8 v0.10.2 |
1264 | 2024-10-30T01:09:06.168Z | Compiling sha1 v0.10.6 |
1265 | 2024-10-30T01:09:06.597Z | Compiling regex-automata v0.4.8 |
1266 | 2024-10-30T01:09:06.601Z | Compiling paste v1.0.15 |
1267 | 2024-10-30T01:09:06.714Z | Compiling schemars v0.8.21 |
1268 | 2024-10-30T01:09:06.795Z | Compiling mime v0.3.17 |
1269 | 2024-10-30T01:09:06.854Z | Compiling openssl-probe v0.1.5 |
1270 | 2024-10-30T01:09:07.086Z | Compiling either v1.13.0 |
1271 | 2024-10-30T01:09:07.167Z | Compiling ipnet v2.10.1 |
1272 | 2024-10-30T01:09:07.195Z | Compiling signal-hook v0.3.17 |
1273 | 2024-10-30T01:09:07.368Z | Compiling gimli v0.31.1 |
1274 | 2024-10-30T01:09:07.483Z | Compiling slog-async v2.8.0 |
1275 | 2024-10-30T01:09:07.503Z | Compiling unicode-properties v0.1.3 |
1276 | 2024-10-30T01:09:07.924Z | Compiling stringprep v0.1.5 |
1277 | 2024-10-30T01:09:08.021Z | Compiling pest_derive v2.7.14 |
1278 | 2024-10-30T01:09:08.252Z | Compiling futures-executor v0.3.31 |
1279 | 2024-10-30T01:09:08.860Z | Compiling dtrace-parser v0.2.0 |
1280 | 2024-10-30T01:09:09.072Z | Compiling md-5 v0.10.6 |
1281 | 2024-10-30T01:09:09.330Z | Compiling schemars_derive v0.8.21 |
1282 | 2024-10-30T01:09:10.088Z | Compiling bytes v1.7.2 |
1283 | 2024-10-30T01:09:11.110Z | Compiling tokio v1.40.0 |
1284 | 2024-10-30T01:09:12.531Z | Compiling indexmap v2.6.0 |
1285 | 2024-10-30T01:09:12.704Z | Compiling http v1.1.0 |
1286 | 2024-10-30T01:09:14.008Z | Compiling bitflags v2.6.0 |
1287 | 2024-10-30T01:09:14.463Z | Compiling semver v1.0.23 |
1288 | 2024-10-30T01:09:14.517Z | Compiling http-body v1.0.1 |
1289 | 2024-10-30T01:09:15.234Z | Compiling rustc_version v0.4.1 |
1290 | 2024-10-30T01:09:15.239Z | Compiling dof v0.3.0 |
1291 | 2024-10-30T01:09:16.014Z | Compiling uuid v1.10.0 |
1292 | 2024-10-30T01:09:16.339Z | Compiling serde_tokenstream v0.2.2 |
1293 | 2024-10-30T01:09:16.964Z | Compiling serde_spanned v0.6.8 |
1294 | 2024-10-30T01:09:17.201Z | Compiling toml_datetime v0.6.8 |
1295 | 2024-10-30T01:09:17.412Z | Compiling usdt-impl v0.5.0 |
1296 | 2024-10-30T01:09:17.449Z | Compiling chrono v0.4.38 |
1297 | 2024-10-30T01:09:17.721Z | Compiling heapless v0.7.17 |
1298 | 2024-10-30T01:09:18.175Z | Compiling http-body-util v0.1.2 |
1299 | 2024-10-30T01:09:18.867Z | Compiling toml_edit v0.22.22 |
1300 | 2024-10-30T01:09:18.935Z | Compiling usdt-attr-macro v0.5.0 |
1301 | 2024-10-30T01:09:19.624Z | Compiling tokio-util v0.7.12 |
1302 | 2024-10-30T01:09:20.267Z | Compiling usdt-macro v0.5.0 |
1303 | 2024-10-30T01:09:20.711Z | Compiling h2 v0.4.6 |
1304 | 2024-10-30T01:09:21.048Z | Compiling curve25519-dalek v4.1.3 |
1305 | 2024-10-30T01:09:21.211Z | Compiling slog-json v2.6.1 |
1306 | 2024-10-30T01:09:21.575Z | Compiling addr2line v0.24.2 |
1307 | 2024-10-30T01:09:21.684Z | Compiling serde_urlencoded v0.7.1 |
1308 | 2024-10-30T01:09:21.843Z | Compiling enum-as-inner v0.6.1 |
1309 | 2024-10-30T01:09:22.196Z | Compiling async-stream-impl v0.3.6 |
1310 | 2024-10-30T01:09:22.402Z | Compiling crossbeam-deque v0.8.5 |
1311 | 2024-10-30T01:09:22.757Z | Compiling term v0.7.0 |
1312 | 2024-10-30T01:09:23.281Z | Compiling crossbeam-channel v0.5.13 |
1313 | 2024-10-30T01:09:23.577Z | Compiling num-integer v0.1.46 |
1314 | 2024-10-30T01:09:24.271Z | Compiling idna v0.3.0 |
1315 | 2024-10-30T01:09:24.348Z | Compiling idna v0.4.0 |
1316 | 2024-10-30T01:09:24.403Z | Compiling rustls-pemfile v2.2.0 |
1317 | 2024-10-30T01:09:24.799Z | Compiling ff v0.13.0 |
1318 | 2024-10-30T01:09:25.675Z | Compiling hash32 v0.2.1 |
1319 | 2024-10-30T01:09:25.877Z | Compiling is-terminal v0.4.13 |
1320 | 2024-10-30T01:09:26.011Z | Compiling object v0.36.5 |
1321 | 2024-10-30T01:09:26.060Z | Compiling dropshot v0.12.0 |
1322 | 2024-10-30T01:09:26.062Z | Compiling fallible-iterator v0.2.0 |
1323 | 2024-10-30T01:09:26.370Z | Compiling anyhow v1.0.89 |
1324 | 2024-10-30T01:09:26.474Z | Compiling base16ct v0.2.0 |
1325 | 2024-10-30T01:09:26.808Z | Compiling linked-hash-map v0.5.6 |
1326 | 2024-10-30T01:09:26.816Z | Compiling utf-8 v0.7.6 |
1327 | 2024-10-30T01:09:26.972Z | Compiling psl-types v2.0.11 |
1328 | 2024-10-30T01:09:27.135Z | Compiling portable-atomic v1.9.0 |
1329 | 2024-10-30T01:09:27.141Z | Compiling take_mut v0.2.2 |
1330 | 2024-10-30T01:09:27.175Z | Compiling stable_deref_trait v1.2.0 |
1331 | 2024-10-30T01:09:27.193Z | Compiling num-bigint-dig v0.8.4 |
1332 | 2024-10-30T01:09:27.278Z | Compiling quick-error v1.2.3 |
1333 | 2024-10-30T01:09:27.294Z | Compiling dyn-clone v1.0.17 |
1334 | 2024-10-30T01:09:27.409Z | Compiling rustc-demangle v0.1.24 |
1335 | 2024-10-30T01:09:27.502Z | Compiling smoltcp v0.9.1 |
1336 | 2024-10-30T01:09:27.564Z | Compiling resolv-conf v0.7.0 |
1337 | 2024-10-30T01:09:28.238Z | Compiling hyper v1.4.1 |
1338 | 2024-10-30T01:09:28.400Z | Compiling publicsuffix v2.2.3 |
1339 | 2024-10-30T01:09:28.649Z | Compiling lru-cache v0.1.2 |
1340 | 2024-10-30T01:09:28.850Z | Compiling tungstenite v0.24.0 |
1341 | 2024-10-30T01:09:29.645Z | Compiling postgres-protocol v0.6.7 |
1342 | 2024-10-30T01:09:29.812Z | Compiling sec1 v0.7.3 |
1343 | 2024-10-30T01:09:34.467Z | Compiling usdt v0.5.0 |
1344 | 2024-10-30T01:09:34.525Z | Compiling hyper-util v0.1.9 |
1345 | 2024-10-30T01:09:34.525Z | Compiling slog-term v2.9.1 |
1346 | 2024-10-30T01:09:34.525Z | Compiling tokio-native-tls v0.3.1 |
1347 | 2024-10-30T01:09:34.525Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-10-30T01:09:34.525Z | Compiling group v0.13.0 |
1349 | 2024-10-30T01:09:34.525Z | Compiling num-iter v0.1.45 |
1350 | 2024-10-30T01:09:34.525Z | Compiling async-stream v0.3.6 |
1351 | 2024-10-30T01:09:34.525Z | Compiling toml v0.8.19 |
1352 | 2024-10-30T01:09:34.525Z | Compiling backtrace v0.3.74 |
1353 | 2024-10-30T01:09:34.525Z | Compiling slog-bunyan v2.5.0 |
1354 | 2024-10-30T01:09:34.526Z | Compiling tokio-rustls v0.26.0 |
1355 | 2024-10-30T01:09:34.526Z | Compiling tokio-rustls v0.25.0 |
1356 | 2024-10-30T01:09:34.526Z | Compiling terminal_size v0.4.0 |
1357 | 2024-10-30T01:09:34.526Z | Compiling dropshot_endpoint v0.12.0 |
1358 | 2024-10-30T01:09:34.526Z | Compiling openapiv3 v2.0.0 |
1359 | 2024-10-30T01:09:34.526Z | Compiling serde_path_to_error v0.1.16 |
1360 | 2024-10-30T01:09:34.526Z | Compiling camino v1.1.9 |
1361 | 2024-10-30T01:09:34.526Z | Compiling futures v0.3.31 |
1362 | 2024-10-30T01:09:35.193Z | Compiling hkdf v0.12.4 |
1363 | 2024-10-30T01:09:35.457Z | Compiling crypto-bigint v0.5.5 |
1364 | 2024-10-30T01:09:35.648Z | Compiling curve25519-dalek-derive v0.1.1 |
1365 | 2024-10-30T01:09:36.030Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-10-30T01:09:36.657Z | Compiling phf_shared v0.11.2 |
1367 | 2024-10-30T01:09:37.029Z | Compiling waitgroup v0.1.2 |
1368 | 2024-10-30T01:09:37.127Z | Compiling hubpack_derive v0.1.1 |
1369 | 2024-10-30T01:09:37.193Z | Compiling webpki-roots v0.26.6 |
1370 | 2024-10-30T01:09:37.246Z | Compiling hostname v0.4.0 |
1371 | 2024-10-30T01:09:37.413Z | Compiling fs-err v2.11.0 |
1372 | 2024-10-30T01:09:37.510Z | Compiling ahash v0.8.11 |
1373 | 2024-10-30T01:09:37.709Z | Compiling bitflags v1.3.2 |
1374 | 2024-10-30T01:09:37.811Z | Compiling winnow v0.5.40 |
1375 | 2024-10-30T01:09:37.846Z | Compiling managed v0.8.0 |
1376 | 2024-10-30T01:09:38.016Z | Compiling debug-ignore v1.0.5 |
1377 | 2024-10-30T01:09:38.173Z | Compiling clap_builder v4.5.20 |
1378 | 2024-10-30T01:09:38.201Z | Compiling zerocopy v0.6.6 |
1379 | 2024-10-30T01:09:38.392Z | Compiling elliptic-curve v0.13.8 |
1380 | 2024-10-30T01:09:39.050Z | Compiling console v0.15.8 |
1381 | 2024-10-30T01:09:39.240Z | Compiling strum_macros v0.25.3 |
1382 | 2024-10-30T01:09:40.444Z | Compiling hubpack v0.1.2 |
1383 | 2024-10-30T01:09:40.927Z | Compiling hyper-rustls v0.27.3 |
1384 | 2024-10-30T01:09:41.547Z | Compiling toml_edit v0.19.15 |
1385 | 2024-10-30T01:09:41.583Z | Compiling phf v0.11.2 |
1386 | 2024-10-30T01:09:41.604Z | Compiling hickory-resolver v0.24.1 |
1387 | 2024-10-30T01:09:41.622Z | Compiling signal-hook-mio v0.2.4 |
1388 | 2024-10-30T01:09:41.879Z | Compiling hyper-tls v0.6.0 |
1389 | 2024-10-30T01:09:42.301Z | Compiling cookie_store v0.21.0 |
1390 | 2024-10-30T01:09:42.676Z | Compiling rayon v1.10.0 |
1391 | 2024-10-30T01:09:43.900Z | Compiling postgres-types v0.2.8 |
1392 | 2024-10-30T01:09:45.539Z | Compiling tokio-tungstenite v0.24.0 |
1393 | 2024-10-30T01:09:47.441Z | Compiling tokio-stream v0.1.16 |
1394 | 2024-10-30T01:09:47.505Z | Compiling regex v1.11.0 |
1395 | 2024-10-30T01:09:47.544Z | Compiling bstr v1.10.0 |
1396 | 2024-10-30T01:09:48.130Z | Compiling serde-big-array v0.5.1 |
1397 | 2024-10-30T01:09:48.301Z | Compiling pkcs1 v0.7.5 |
1398 | 2024-10-30T01:09:48.355Z | Compiling ed25519 v2.2.3 |
1399 | 2024-10-30T01:09:48.455Z | Compiling rfc6979 v0.4.0 |
1400 | 2024-10-30T01:09:48.599Z | Compiling clap_derive v4.5.18 |
1401 | 2024-10-30T01:09:48.642Z | Compiling serde_repr v0.1.19 |
1402 | 2024-10-30T01:09:49.181Z | Compiling derive-where v1.2.7 |
1403 | 2024-10-30T01:09:49.339Z | Compiling phf_shared v0.10.0 |
1404 | 2024-10-30T01:09:49.373Z | Compiling float-cmp v0.9.0 |
1405 | 2024-10-30T01:09:49.510Z | Compiling sync_wrapper v1.0.1 |
1406 | 2024-10-30T01:09:49.643Z | Compiling crc32fast v1.4.2 |
1407 | 2024-10-30T01:09:49.679Z | Compiling predicates-core v1.0.8 |
1408 | 2024-10-30T01:09:49.779Z | Compiling fixedbitset v0.4.2 |
1409 | 2024-10-30T01:09:49.893Z | Compiling precomputed-hash v0.1.1 |
1410 | 2024-10-30T01:09:49.988Z | Compiling number_prefix v0.4.0 |
1411 | 2024-10-30T01:09:50.018Z | Compiling minimal-lexical v0.2.1 |
1412 | 2024-10-30T01:09:50.039Z | Compiling normalize-line-endings v0.3.0 |
1413 | 2024-10-30T01:09:50.170Z | Compiling difflib v0.4.0 |
1414 | 2024-10-30T01:09:50.229Z | Compiling new_debug_unreachable v1.0.6 |
1415 | 2024-10-30T01:09:50.251Z | Compiling whoami v1.5.2 |
1416 | 2024-10-30T01:09:50.333Z | Compiling static_assertions v1.1.0 |
1417 | 2024-10-30T01:09:50.418Z | Compiling bit-vec v0.6.3 |
1418 | 2024-10-30T01:09:50.439Z | Compiling unicode-segmentation v1.12.0 |
1419 | 2024-10-30T01:09:50.519Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1420 | 2024-10-30T01:09:50.892Z | Compiling bit-set v0.5.3 |
1421 | 2024-10-30T01:09:50.912Z | Compiling predicates v3.1.2 |
1422 | 2024-10-30T01:09:51.186Z | Compiling similar v2.6.0 |
1423 | 2024-10-30T01:09:51.347Z | Compiling tokio-postgres v0.7.12 |
1424 | 2024-10-30T01:09:51.786Z | Compiling nom v7.1.3 |
1425 | 2024-10-30T01:09:52.668Z | Compiling string_cache v0.8.7 |
1426 | 2024-10-30T01:09:52.889Z | Compiling qorb v0.1.2 |
1427 | 2024-10-30T01:09:53.164Z | Compiling indicatif v0.17.8 |
1428 | 2024-10-30T01:09:53.640Z | Compiling petgraph v0.6.5 |
1429 | 2024-10-30T01:09:53.761Z | Compiling clap v4.5.20 |
1430 | 2024-10-30T01:09:53.890Z | Compiling flate2 v1.0.34 |
1431 | 2024-10-30T01:09:54.896Z | Compiling reqwest v0.12.8 |
1432 | 2024-10-30T01:09:55.450Z | Compiling rsa v0.9.6 |
1433 | 2024-10-30T01:09:55.531Z | Compiling ecdsa v0.16.9 |
1434 | 2024-10-30T01:09:56.382Z | Compiling ed25519-dalek v2.1.1 |
1435 | 2024-10-30T01:09:57.064Z | Compiling toml v0.7.8 |
1436 | 2024-10-30T01:09:57.462Z | Compiling crossterm v0.28.1 |
1437 | 2024-10-30T01:09:58.192Z | Compiling hex v0.4.3 |
1438 | 2024-10-30T01:09:58.437Z | Compiling itertools v0.12.1 |
1439 | 2024-10-30T01:09:58.567Z | Compiling itertools v0.10.5 |
1440 | 2024-10-30T01:09:58.747Z | Compiling x509-cert v0.2.5 |
1441 | 2024-10-30T01:09:58.804Z | Compiling peg-runtime v0.8.3 |
1442 | 2024-10-30T01:09:59.488Z | Compiling unicode-xid v0.2.6 |
1443 | 2024-10-30T01:09:59.517Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-10-30T01:09:59.668Z | Compiling xattr v1.3.1 |
1445 | 2024-10-30T01:09:59.892Z | Compiling strum_macros v0.26.4 |
1446 | 2024-10-30T01:09:59.940Z | Compiling filetime v0.2.25 |
1447 | 2024-10-30T01:10:00.264Z | Compiling tar v0.4.42 |
1448 | 2024-10-30T01:10:03.609Z | Compiling strum v0.26.3 |
1449 | 2024-10-30T01:10:03.869Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1450 | 2024-10-30T01:10:04.117Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1451 | 2024-10-30T01:10:09.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1452 | 2024-10-30T01:10:09.735Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1453 | 2024-10-30T01:10:09.785Z | Oct 30 01:10:08.156 INFO Starting download, target: Clickhouse |
1454 | 2024-10-30T01:10:09.785Z | Oct 30 01:10:08.156 INFO Starting download, target: DendriteStub |
1455 | 2024-10-30T01:10:09.785Z | Oct 30 01:10:08.156 INFO Starting download, target: DendriteOpenapi |
1456 | 2024-10-30T01:10:09.785Z | Oct 30 01:10:08.156 INFO Starting download, target: Cockroach |
1457 | 2024-10-30T01:10:09.785Z | Oct 30 01:10:08.156 INFO Starting download, target: Console |
1458 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.156 INFO Starting download, target: MaghemiteMgd |
1459 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.156 INFO Starting download, target: TransceiverControl |
1460 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.157 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1461 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.157 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1462 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.157 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1463 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.157 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1464 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.157 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1465 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.157 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1466 | 2024-10-30T01:10:09.792Z | Oct 30 01:10:08.157 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1467 | 2024-10-30T01:10:10.113Z | Oct 30 01:10:08.466 INFO Download complete, target: DendriteOpenapi |
1468 | 2024-10-30T01:10:10.142Z | Oct 30 01:10:08.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1469 | 2024-10-30T01:10:10.437Z | Oct 30 01:10:08.805 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1470 | 2024-10-30T01:10:10.799Z | Oct 30 01:10:09.163 INFO Download complete, target: Console |
1471 | 2024-10-30T01:10:10.805Z | Oct 30 01:10:09.173 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1472 | 2024-10-30T01:10:10.846Z | Oct 30 01:10:09.215 INFO Download complete, target: TransceiverControl |
1473 | 2024-10-30T01:10:10.863Z | Oct 30 01:10:09.233 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1474 | 2024-10-30T01:10:11.492Z | Oct 30 01:10:09.862 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1475 | 2024-10-30T01:10:11.492Z | Oct 30 01:10:09.862 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1476 | 2024-10-30T01:10:12.657Z | Oct 30 01:10:11.027 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1477 | 2024-10-30T01:10:13.863Z | Oct 30 01:10:12.233 INFO Download complete, target: DendriteStub |
1478 | 2024-10-30T01:10:14.087Z | Oct 30 01:10:12.456 INFO Download complete, target: MaghemiteMgd |
1479 | 2024-10-30T01:10:19.836Z | Oct 30 01:10:18.205 INFO Checking that binary works, target: Cockroach |
1480 | 2024-10-30T01:10:19.997Z | Oct 30 01:10:18.366 INFO Download complete, target: Cockroach |
1481 | 2024-10-30T01:10:26.698Z | Oct 30 01:10:25.067 INFO Checking that binary works, target: Clickhouse |
1482 | 2024-10-30T01:10:26.863Z | Oct 30 01:10:25.232 INFO Download complete, target: Clickhouse |
1483 | 2024-10-30T01:10:26.884Z | All builder prerequisites installed successfully, and PATH looks valid |
1484 | 2024-10-30T01:10:26.887Z | |
1485 | 2024-10-30T01:10:26.887Z | real 3:58.028635073 |
1486 | 2024-10-30T01:10:26.887Z | user 12:52.057372329 |
1487 | 2024-10-30T01:10:26.887Z | sys 2:43.623867734 |
1488 | 2024-10-30T01:10:26.888Z | trap 0.436557247 |
1489 | 2024-10-30T01:10:26.888Z | tflt 1.579947796 |
1490 | 2024-10-30T01:10:26.888Z | dflt 1.546300570 |
1491 | 2024-10-30T01:10:26.888Z | kflt 0.023821244 |
1492 | 2024-10-30T01:10:26.888Z | lock 24:14.691145549 |
1493 | 2024-10-30T01:10:26.888Z | slp 49:14.428138283 |
1494 | 2024-10-30T01:10:26.888Z | lat 47.550445102 |
1495 | 2024-10-30T01:10:26.888Z | stop 2:05.509029882 |
1496 | 2024-10-30T01:10:26.888Z | + banner clippy |
1497 | 2024-10-30T01:10:26.888Z | |
1498 | 2024-10-30T01:10:26.888Z | #### # # ##### ##### # # |
1499 | 2024-10-30T01:10:26.888Z | # # # # # # # # # # |
1500 | 2024-10-30T01:10:26.888Z | # # # # # # # # |
1501 | 2024-10-30T01:10:26.888Z | # # # ##### ##### # |
1502 | 2024-10-30T01:10:26.888Z | # # # # # # # |
1503 | 2024-10-30T01:10:26.888Z | #### ###### # # # # |
1504 | 2024-10-30T01:10:26.888Z | |
1505 | 2024-10-30T01:10:26.888Z | + export CARGO_INCREMENTAL=0 |
1506 | 2024-10-30T01:10:26.888Z | + CARGO_INCREMENTAL=0 |
1507 | 2024-10-30T01:10:26.888Z | + ptime -m cargo xtask clippy |
1508 | 2024-10-30T01:10:27.449Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1509 | 2024-10-30T01:10:31.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
1510 | 2024-10-30T01:10:31.203Z | Running `target/debug/xtask clippy` |
1511 | 2024-10-30T01:10:31.223Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1512 | 2024-10-30T01:10:31.934Z | Downloading crates ... |
1513 | 2024-10-30T01:10:32.249Z | Downloaded anes v0.1.6 |
1514 | 2024-10-30T01:10:32.260Z | Downloaded async-object-pool v0.1.5 |
1515 | 2024-10-30T01:10:32.260Z | Downloaded async-global-executor v2.4.1 |
1516 | 2024-10-30T01:10:32.279Z | Downloaded doc-comment v0.3.3 |
1517 | 2024-10-30T01:10:32.279Z | Downloaded blake2b_simd v1.0.2 |
1518 | 2024-10-30T01:10:32.279Z | Downloaded assert-json-diff v2.0.2 |
1519 | 2024-10-30T01:10:32.279Z | Downloaded cfg-expr v0.17.0 |
1520 | 2024-10-30T01:10:32.279Z | Downloaded oorandom v11.1.4 |
1521 | 2024-10-30T01:10:32.287Z | Downloaded async-signal v0.2.10 |
1522 | 2024-10-30T01:10:32.287Z | Downloaded piper v0.2.4 |
1523 | 2024-10-30T01:10:32.288Z | Downloaded event-listener-strategy v0.5.2 |
1524 | 2024-10-30T01:10:32.288Z | Downloaded async-channel v1.9.0 |
1525 | 2024-10-30T01:10:32.288Z | Downloaded event-listener v2.5.3 |
1526 | 2024-10-30T01:10:32.288Z | Downloaded path-tree v0.8.1 |
1527 | 2024-10-30T01:10:32.288Z | Downloaded threadpool v1.8.1 |
1528 | 2024-10-30T01:10:32.288Z | Downloaded libtest-mimic v0.7.3 |
1529 | 2024-10-30T01:10:32.293Z | Downloaded hyper-rustls v0.26.0 |
1530 | 2024-10-30T01:10:32.293Z | Downloaded futures-timer v3.0.3 |
1531 | 2024-10-30T01:10:32.294Z | Downloaded stringmetrics v2.2.2 |
1532 | 2024-10-30T01:10:32.294Z | Downloaded plotters-backend v0.3.7 |
1533 | 2024-10-30T01:10:32.304Z | Downloaded serde_regex v1.1.0 |
1534 | 2024-10-30T01:10:32.312Z | Downloaded rand_distr v0.4.3 |
1535 | 2024-10-30T01:10:32.312Z | Downloaded pretty_assertions v1.4.1 |
1536 | 2024-10-30T01:10:32.323Z | Downloaded trybuild v1.0.100 |
1537 | 2024-10-30T01:10:32.329Z | Downloaded rstest_macros v0.23.0 |
1538 | 2024-10-30T01:10:32.334Z | Downloaded criterion v0.5.1 |
1539 | 2024-10-30T01:10:32.339Z | Downloaded plotters-svg v0.3.7 |
1540 | 2024-10-30T01:10:32.345Z | Downloaded escape8259 v0.5.3 |
1541 | 2024-10-30T01:10:32.346Z | Downloaded guppy-workspace-hack v0.1.0 |
1542 | 2024-10-30T01:10:32.350Z | Downloaded nested v0.1.1 |
1543 | 2024-10-30T01:10:32.350Z | Downloaded cast v0.3.0 |
1544 | 2024-10-30T01:10:32.350Z | Downloaded async-channel v2.3.1 |
1545 | 2024-10-30T01:10:32.350Z | Downloaded async-attributes v1.1.2 |
1546 | 2024-10-30T01:10:32.354Z | Downloaded approx v0.5.1 |
1547 | 2024-10-30T01:10:32.354Z | Downloaded criterion-plot v0.5.0 |
1548 | 2024-10-30T01:10:32.358Z | Downloaded concurrent-queue v2.5.0 |
1549 | 2024-10-30T01:10:32.358Z | Downloaded pathdiff v0.2.2 |
1550 | 2024-10-30T01:10:32.367Z | Downloaded datatest-stable v0.2.9 |
1551 | 2024-10-30T01:10:32.371Z | Downloaded blocking v1.6.1 |
1552 | 2024-10-30T01:10:32.377Z | Downloaded kv-log-macro v1.0.7 |
1553 | 2024-10-30T01:10:32.377Z | Downloaded num_cpus v1.16.0 |
1554 | 2024-10-30T01:10:32.377Z | Downloaded async-executor v1.13.1 |
1555 | 2024-10-30T01:10:32.382Z | Downloaded assert_cmd v2.0.16 |
1556 | 2024-10-30T01:10:32.389Z | Downloaded async-lock v3.4.0 |
1557 | 2024-10-30T01:10:32.389Z | Downloaded partial-io v0.5.4 |
1558 | 2024-10-30T01:10:32.420Z | Downloaded proc-macro-crate v3.2.0 |
1559 | 2024-10-30T01:10:32.420Z | Downloaded target-spec v3.2.2 |
1560 | 2024-10-30T01:10:32.420Z | Downloaded relative-path v1.9.3 |
1561 | 2024-10-30T01:10:32.420Z | Downloaded parking v2.2.1 |
1562 | 2024-10-30T01:10:32.420Z | Downloaded indoc v2.0.5 |
1563 | 2024-10-30T01:10:32.420Z | Downloaded similar-asserts v1.6.0 |
1564 | 2024-10-30T01:10:32.420Z | Downloaded async-task v4.7.1 |
1565 | 2024-10-30T01:10:32.421Z | Downloaded target-lexicon v0.12.16 |
1566 | 2024-10-30T01:10:32.421Z | Downloaded rustls-native-certs v0.7.3 |
1567 | 2024-10-30T01:10:32.421Z | Downloaded tinytemplate v1.2.1 |
1568 | 2024-10-30T01:10:32.421Z | Downloaded futures-lite v2.3.0 |
1569 | 2024-10-30T01:10:32.421Z | Downloaded async-process v2.3.0 |
1570 | 2024-10-30T01:10:32.421Z | Downloaded httptest v0.16.1 |
1571 | 2024-10-30T01:10:32.421Z | Downloaded async-io v2.3.4 |
1572 | 2024-10-30T01:10:32.427Z | Downloaded event-listener v5.3.1 |
1573 | 2024-10-30T01:10:32.427Z | Downloaded rust-argon2 v2.1.0 |
1574 | 2024-10-30T01:10:32.427Z | Downloaded rstest v0.23.0 |
1575 | 2024-10-30T01:10:32.431Z | Downloaded polling v3.7.3 |
1576 | 2024-10-30T01:10:32.436Z | Downloaded fancy-regex v0.13.0 |
1577 | 2024-10-30T01:10:32.436Z | Downloaded yansi v1.0.1 |
1578 | 2024-10-30T01:10:32.456Z | Downloaded guppy v0.17.8 |
1579 | 2024-10-30T01:10:32.463Z | Downloaded plotters v0.3.7 |
1580 | 2024-10-30T01:10:32.471Z | Downloaded async-std v1.13.0 |
1581 | 2024-10-30T01:10:32.540Z | Downloaded httpmock v0.8.0-alpha.1 |
1582 | 2024-10-30T01:10:33.265Z | Checking cfg-if v1.0.0 |
1583 | 2024-10-30T01:10:33.338Z | Checking libc v0.2.161 |
1584 | 2024-10-30T01:10:33.359Z | Checking serde v1.0.210 |
1585 | 2024-10-30T01:10:33.378Z | Checking memchr v2.7.4 |
1586 | 2024-10-30T01:10:33.400Z | Checking value-bag v1.9.0 |
1587 | 2024-10-30T01:10:33.400Z | Checking scopeguard v1.2.0 |
1588 | 2024-10-30T01:10:33.442Z | Checking itoa v1.0.11 |
1589 | 2024-10-30T01:10:33.445Z | Checking zeroize v1.8.1 |
1590 | 2024-10-30T01:10:33.488Z | Checking smallvec v1.13.2 |
1591 | 2024-10-30T01:10:33.532Z | Checking lock_api v0.4.12 |
1592 | 2024-10-30T01:10:33.658Z | Checking pin-project-lite v0.2.14 |
1593 | 2024-10-30T01:10:33.726Z | Checking byteorder v1.5.0 |
1594 | 2024-10-30T01:10:33.777Z | Checking subtle v2.6.1 |
1595 | 2024-10-30T01:10:33.837Z | Checking log v0.4.22 |
1596 | 2024-10-30T01:10:33.864Z | Checking once_cell v1.20.2 |
1597 | 2024-10-30T01:10:33.998Z | Checking typenum v1.17.0 |
1598 | 2024-10-30T01:10:34.059Z | Checking futures-core v0.3.31 |
1599 | 2024-10-30T01:10:34.146Z | Checking libm v0.2.8 |
1600 | 2024-10-30T01:10:34.179Z | Checking zerocopy v0.7.35 |
1601 | 2024-10-30T01:10:34.211Z | Checking thiserror v1.0.64 |
1602 | 2024-10-30T01:10:34.243Z | Checking ryu v1.0.18 |
1603 | 2024-10-30T01:10:34.351Z | Checking spin v0.9.8 |
1604 | 2024-10-30T01:10:34.382Z | Checking const-oid v0.9.6 |
1605 | 2024-10-30T01:10:34.470Z | Checking futures-io v0.3.31 |
1606 | 2024-10-30T01:10:34.497Z | Checking getrandom v0.2.15 |
1607 | 2024-10-30T01:10:34.664Z | Checking parking_lot_core v0.9.10 |
1608 | 2024-10-30T01:10:34.697Z | Checking signal-hook-registry v1.4.2 |
1609 | 2024-10-30T01:10:34.730Z | Checking rand_core v0.6.4 |
1610 | 2024-10-30T01:10:34.947Z | Checking mio v1.0.2 |
1611 | 2024-10-30T01:10:35.019Z | Checking parking_lot v0.12.3 |
1612 | 2024-10-30T01:10:35.046Z | Checking socket2 v0.5.7 |
1613 | 2024-10-30T01:10:35.081Z | Checking num-traits v0.2.19 |
1614 | 2024-10-30T01:10:35.394Z | Checking generic-array v0.14.7 |
1615 | 2024-10-30T01:10:35.424Z | Checking slab v0.4.9 |
1616 | 2024-10-30T01:10:35.543Z | Checking allocator-api2 v0.2.18 |
1617 | 2024-10-30T01:10:35.575Z | Checking futures-sink v0.3.31 |
1618 | 2024-10-30T01:10:35.605Z | Checking cpufeatures v0.2.14 |
1619 | 2024-10-30T01:10:35.679Z | Checking pin-utils v0.1.0 |
1620 | 2024-10-30T01:10:35.710Z | Checking equivalent v1.0.1 |
1621 | 2024-10-30T01:10:35.740Z | Checking futures-channel v0.3.31 |
1622 | 2024-10-30T01:10:35.778Z | Checking foldhash v0.1.3 |
1623 | 2024-10-30T01:10:35.830Z | Checking futures-task v0.3.31 |
1624 | 2024-10-30T01:10:36.009Z | Checking fnv v1.0.7 |
1625 | 2024-10-30T01:10:36.098Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1626 | 2024-10-30T01:10:36.127Z | Checking futures-util v0.3.31 |
1627 | 2024-10-30T01:10:36.137Z | Checking tracing-core v0.1.32 |
1628 | 2024-10-30T01:10:36.184Z | Checking hashbrown v0.15.0 |
1629 | 2024-10-30T01:10:36.189Z | Checking iana-time-zone v0.1.61 |
1630 | 2024-10-30T01:10:36.356Z | Checking ppv-lite86 v0.2.20 |
1631 | 2024-10-30T01:10:36.434Z | Checking errno v0.3.9 |
1632 | 2024-10-30T01:10:36.546Z | Checking crypto-common v0.1.6 |
1633 | 2024-10-30T01:10:36.609Z | Checking block-buffer v0.10.4 |
1634 | 2024-10-30T01:10:36.737Z | Checking tinyvec_macros v0.1.1 |
1635 | 2024-10-30T01:10:36.740Z | Checking unicode-bidi v0.3.17 |
1636 | 2024-10-30T01:10:36.793Z | Checking tracing v0.1.40 |
1637 | 2024-10-30T01:10:36.824Z | Checking digest v0.10.7 |
1638 | 2024-10-30T01:10:36.850Z | Checking tinyvec v1.8.0 |
1639 | 2024-10-30T01:10:37.136Z | Checking rand_chacha v0.3.1 |
1640 | 2024-10-30T01:10:37.162Z | Checking block-padding v0.3.3 |
1641 | 2024-10-30T01:10:37.202Z | Checking dyn-clone v1.0.17 |
1642 | 2024-10-30T01:10:37.288Z | Checking percent-encoding v2.3.1 |
1643 | 2024-10-30T01:10:37.346Z | Checking crossbeam-utils v0.8.20 |
1644 | 2024-10-30T01:10:37.376Z | Checking inout v0.1.3 |
1645 | 2024-10-30T01:10:37.379Z | Checking httparse v1.9.5 |
1646 | 2024-10-30T01:10:37.509Z | Checking form_urlencoded v1.2.1 |
1647 | 2024-10-30T01:10:37.534Z | Checking rand v0.8.5 |
1648 | 2024-10-30T01:10:37.601Z | Checking cipher v0.4.4 |
1649 | 2024-10-30T01:10:37.702Z | Checking base64ct v1.6.0 |
1650 | 2024-10-30T01:10:37.822Z | Checking regex-syntax v0.8.5 |
1651 | 2024-10-30T01:10:37.997Z | Checking hmac v0.12.1 |
1652 | 2024-10-30T01:10:38.063Z | Checking sha2 v0.10.8 |
1653 | 2024-10-30T01:10:38.120Z | Checking unicode-normalization v0.1.24 |
1654 | 2024-10-30T01:10:38.191Z | Checking aho-corasick v1.1.3 |
1655 | 2024-10-30T01:10:38.241Z | Checking untrusted v0.9.0 |
1656 | 2024-10-30T01:10:38.274Z | Checking bytes v1.7.2 |
1657 | 2024-10-30T01:10:38.415Z | Checking bitflags v2.6.0 |
1658 | 2024-10-30T01:10:38.638Z | Checking serde_json v1.0.128 |
1659 | 2024-10-30T01:10:38.729Z | Checking indexmap v2.6.0 |
1660 | 2024-10-30T01:10:38.832Z | Checking chrono v0.4.38 |
1661 | 2024-10-30T01:10:39.046Z | Checking rustix v0.38.37 |
1662 | 2024-10-30T01:10:39.072Z | Checking tokio v1.40.0 |
1663 | 2024-10-30T01:10:39.867Z | Checking uuid v1.10.0 |
1664 | 2024-10-30T01:10:39.994Z | Checking http v1.1.0 |
1665 | 2024-10-30T01:10:40.291Z | Checking atomic-waker v1.1.2 |
1666 | 2024-10-30T01:10:40.437Z | Checking ring v0.17.8 |
1667 | 2024-10-30T01:10:40.464Z | Checking lazy_static v1.5.0 |
1668 | 2024-10-30T01:10:40.595Z | Checking unicode-ident v1.0.13 |
1669 | 2024-10-30T01:10:40.767Z | Checking idna v0.5.0 |
1670 | 2024-10-30T01:10:40.941Z | Checking schemars v0.8.21 |
1671 | 2024-10-30T01:10:41.062Z | Checking regex-automata v0.4.8 |
1672 | 2024-10-30T01:10:41.347Z | Checking adler2 v2.0.0 |
1673 | 2024-10-30T01:10:41.378Z | Checking pem-rfc7468 v0.7.0 |
1674 | 2024-10-30T01:10:41.504Z | Checking miniz_oxide v0.8.0 |
1675 | 2024-10-30T01:10:41.639Z | Checking url v2.5.2 |
1676 | 2024-10-30T01:10:41.668Z | Checking httpdate v1.0.3 |
1677 | 2024-10-30T01:10:41.926Z | Checking powerfmt v0.2.0 |
1678 | 2024-10-30T01:10:42.196Z | Checking try-lock v0.2.5 |
1679 | 2024-10-30T01:10:42.230Z | Checking deranged v0.3.11 |
1680 | 2024-10-30T01:10:42.269Z | Checking proc-macro2 v1.0.87 |
1681 | 2024-10-30T01:10:42.343Z | Checking want v0.3.1 |
1682 | 2024-10-30T01:10:42.448Z | Checking rustls-pki-types v1.9.0 |
1683 | 2024-10-30T01:10:42.523Z | Checking time-core v0.1.2 |
1684 | 2024-10-30T01:10:42.551Z | Checking num-conv v0.1.0 |
1685 | 2024-10-30T01:10:42.579Z | Checking num_threads v0.1.7 |
1686 | 2024-10-30T01:10:42.698Z | Checking flagset v0.4.6 |
1687 | 2024-10-30T01:10:42.723Z | Checking base64 v0.22.1 |
1688 | 2024-10-30T01:10:42.800Z | Checking http-body v1.0.1 |
1689 | 2024-10-30T01:10:42.879Z | Checking der v0.7.9 |
1690 | 2024-10-30T01:10:42.941Z | Checking quote v1.0.37 |
1691 | 2024-10-30T01:10:42.989Z | Checking pbkdf2 v0.12.2 |
1692 | 2024-10-30T01:10:43.044Z | Checking aes v0.8.4 |
1693 | 2024-10-30T01:10:43.167Z | Checking tower-service v0.3.3 |
1694 | 2024-10-30T01:10:43.213Z | Checking salsa20 v0.10.2 |
1695 | 2024-10-30T01:10:43.294Z | Checking syn v2.0.79 |
1696 | 2024-10-30T01:10:43.319Z | Checking cbc v0.1.2 |
1697 | 2024-10-30T01:10:43.424Z | Checking ahash v0.8.11 |
1698 | 2024-10-30T01:10:43.524Z | Checking scrypt v0.11.0 |
1699 | 2024-10-30T01:10:43.764Z | Checking rustls-webpki v0.102.8 |
1700 | 2024-10-30T01:10:43.925Z | Checking slog v2.7.0 |
1701 | 2024-10-30T01:10:43.951Z | Checking gimli v0.31.1 |
1702 | 2024-10-30T01:10:44.042Z | Checking time v0.3.36 |
1703 | 2024-10-30T01:10:44.426Z | Checking mime v0.3.17 |
1704 | 2024-10-30T01:10:44.537Z | Checking object v0.36.5 |
1705 | 2024-10-30T01:10:44.743Z | Checking utf8parse v0.2.2 |
1706 | 2024-10-30T01:10:44.795Z | Checking spki v0.7.3 |
1707 | 2024-10-30T01:10:44.902Z | Checking ipnet v2.10.1 |
1708 | 2024-10-30T01:10:45.076Z | Checking pkcs5 v0.7.1 |
1709 | 2024-10-30T01:10:45.387Z | Checking rustc-demangle v0.1.24 |
1710 | 2024-10-30T01:10:45.578Z | Checking regex v1.11.0 |
1711 | 2024-10-30T01:10:45.605Z | Checking pkcs8 v0.10.2 |
1712 | 2024-10-30T01:10:45.813Z | Checking unicode-width v0.1.14 |
1713 | 2024-10-30T01:10:45.932Z | Checking data-encoding v2.6.0 |
1714 | 2024-10-30T01:10:46.046Z | Checking tokio-util v0.7.12 |
1715 | 2024-10-30T01:10:46.164Z | Checking futures-executor v0.3.31 |
1716 | 2024-10-30T01:10:46.305Z | Checking toml_datetime v0.6.8 |
1717 | 2024-10-30T01:10:46.395Z | Checking serde_spanned v0.6.8 |
1718 | 2024-10-30T01:10:46.568Z | Checking anstyle v1.0.8 |
1719 | 2024-10-30T01:10:46.592Z | Checking futures v0.3.31 |
1720 | 2024-10-30T01:10:46.616Z | Checking http-body-util v0.1.2 |
1721 | 2024-10-30T01:10:46.643Z | Checking serde_urlencoded v0.7.1 |
1722 | 2024-10-30T01:10:46.717Z | Checking encoding_rs v0.8.34 |
1723 | 2024-10-30T01:10:46.886Z | Checking openssl-probe v0.1.5 |
1724 | 2024-10-30T01:10:46.957Z | Checking h2 v0.4.6 |
1725 | 2024-10-30T01:10:47.049Z | Checking foreign-types-shared v0.1.1 |
1726 | 2024-10-30T01:10:47.074Z | Checking rustls-pemfile v2.2.0 |
1727 | 2024-10-30T01:10:47.098Z | Checking semver v1.0.23 |
1728 | 2024-10-30T01:10:47.159Z | Checking foreign-types v0.3.2 |
1729 | 2024-10-30T01:10:47.259Z | Checking sha1 v0.10.6 |
1730 | 2024-10-30T01:10:47.285Z | Checking openssl-sys v0.9.103 |
1731 | 2024-10-30T01:10:47.509Z | Checking anstyle-parse v0.2.5 |
1732 | 2024-10-30T01:10:47.571Z | Checking is_terminal_polyfill v1.70.1 |
1733 | 2024-10-30T01:10:47.710Z | Checking anstyle-query v1.1.1 |
1734 | 2024-10-30T01:10:47.779Z | Checking colorchoice v1.0.2 |
1735 | 2024-10-30T01:10:47.839Z | Checking rustls v0.23.14 |
1736 | 2024-10-30T01:10:47.932Z | Checking anstream v0.6.15 |
1737 | 2024-10-30T01:10:47.962Z | Checking addr2line v0.24.2 |
1738 | 2024-10-30T01:10:48.288Z | Checking terminal_size v0.4.0 |
1739 | 2024-10-30T01:10:48.480Z | Checking camino v1.1.9 |
1740 | 2024-10-30T01:10:48.500Z | Checking signature v2.2.0 |
1741 | 2024-10-30T01:10:48.561Z | Checking openssl v0.10.66 |
1742 | 2024-10-30T01:10:48.695Z | Checking clap_lex v0.7.2 |
1743 | 2024-10-30T01:10:48.955Z | Checking either v1.13.0 |
1744 | 2024-10-30T01:10:49.030Z | Checking winnow v0.6.20 |
1745 | 2024-10-30T01:10:49.032Z | Checking strsim v0.11.1 |
1746 | 2024-10-30T01:10:49.335Z | Checking openapiv3 v2.0.0 |
1747 | 2024-10-30T01:10:49.363Z | Checking clap_builder v4.5.20 |
1748 | 2024-10-30T01:10:49.516Z | Checking idna v0.3.0 |
1749 | 2024-10-30T01:10:50.438Z | Checking psl-types v2.0.11 |
1750 | 2024-10-30T01:10:50.640Z | Checking publicsuffix v2.2.3 |
1751 | 2024-10-30T01:10:50.899Z | Checking cookie v0.18.1 |
1752 | 2024-10-30T01:10:50.902Z | Checking backtrace v0.3.74 |
1753 | 2024-10-30T01:10:51.378Z | Checking webpki-roots v0.26.6 |
1754 | 2024-10-30T01:10:51.521Z | Checking anyhow v1.0.89 |
1755 | 2024-10-30T01:10:51.614Z | Checking is-terminal v0.4.13 |
1756 | 2024-10-30T01:10:51.757Z | Checking scroll v0.12.0 |
1757 | 2024-10-30T01:10:51.927Z | Checking plain v0.2.3 |
1758 | 2024-10-30T01:10:52.083Z | Checking ucd-trie v0.1.7 |
1759 | 2024-10-30T01:10:52.108Z | Checking base16ct v0.2.0 |
1760 | 2024-10-30T01:10:52.238Z | Checking goblin v0.8.2 |
1761 | 2024-10-30T01:10:52.308Z | Checking pest v2.7.14 |
1762 | 2024-10-30T01:10:52.311Z | Checking sec1 v0.7.3 |
1763 | 2024-10-30T01:10:52.466Z | Checking clap v4.5.20 |
1764 | 2024-10-30T01:10:52.591Z | Checking cookie_store v0.21.0 |
1765 | 2024-10-30T01:10:52.693Z | Checking num-integer v0.1.46 |
1766 | 2024-10-30T01:10:52.814Z | Checking ff v0.13.0 |
1767 | 2024-10-30T01:10:52.856Z | Checking tokio-rustls v0.26.0 |
1768 | 2024-10-30T01:10:53.044Z | Checking sync_wrapper v1.0.1 |
1769 | 2024-10-30T01:10:53.177Z | Checking hyper v1.4.1 |
1770 | 2024-10-30T01:10:53.203Z | Checking pretty-hex v0.4.1 |
1771 | 2024-10-30T01:10:53.206Z | Checking group v0.13.0 |
1772 | 2024-10-30T01:10:53.248Z | Checking hkdf v0.12.4 |
1773 | 2024-10-30T01:10:53.274Z | Checking crypto-bigint v0.5.5 |
1774 | 2024-10-30T01:10:53.379Z | Checking thread-id v4.2.2 |
1775 | 2024-10-30T01:10:53.458Z | Checking static_assertions v1.1.0 |
1776 | 2024-10-30T01:10:53.485Z | Checking bitflags v1.3.2 |
1777 | 2024-10-30T01:10:53.512Z | Checking utf-8 v0.7.6 |
1778 | 2024-10-30T01:10:53.565Z | Checking toml_edit v0.22.22 |
1779 | 2024-10-30T01:10:53.593Z | Checking memmap v0.7.0 |
1780 | 2024-10-30T01:10:53.715Z | Checking dirs-sys-next v0.1.2 |
1781 | 2024-10-30T01:10:53.802Z | Checking stable_deref_trait v1.2.0 |
1782 | 2024-10-30T01:10:53.891Z | Checking unicode-segmentation v1.12.0 |
1783 | 2024-10-30T01:10:53.916Z | Checking dirs-next v2.0.0 |
1784 | 2024-10-30T01:10:53.956Z | Checking native-tls v0.2.12 |
1785 | 2024-10-30T01:10:54.056Z | Checking num-iter v0.1.45 |
1786 | 2024-10-30T01:10:54.228Z | Checking crossbeam-channel v0.5.13 |
1787 | 2024-10-30T01:10:54.293Z | Checking tokio-native-tls v0.3.1 |
1788 | 2024-10-30T01:10:54.570Z | Checking crossbeam-epoch v0.9.18 |
1789 | 2024-10-30T01:10:54.573Z | Checking thread_local v1.1.8 |
1790 | 2024-10-30T01:10:54.813Z | Checking dtrace-parser v0.2.0 |
1791 | 2024-10-30T01:10:54.879Z | Checking crc32fast v1.4.2 |
1792 | 2024-10-30T01:10:54.964Z | Checking term v0.7.0 |
1793 | 2024-10-30T01:10:55.014Z | Checking bstr v1.10.0 |
1794 | 2024-10-30T01:10:55.123Z | Checking hex v0.4.3 |
1795 | 2024-10-30T01:10:55.178Z | Checking hyper-util v0.1.9 |
1796 | 2024-10-30T01:10:55.311Z | Checking rfc6979 v0.4.0 |
1797 | 2024-10-30T01:10:55.381Z | Checking take_mut v0.2.2 |
1798 | 2024-10-30T01:10:55.496Z | Checking managed v0.8.0 |
1799 | 2024-10-30T01:10:55.543Z | Checking match_cfg v0.1.0 |
1800 | 2024-10-30T01:10:55.645Z | Checking winnow v0.5.40 |
1801 | 2024-10-30T01:10:55.648Z | Checking hostname v0.3.1 |
1802 | 2024-10-30T01:10:55.811Z | Checking slog-async v2.8.0 |
1803 | 2024-10-30T01:10:55.874Z | Checking slog-term v2.9.1 |
1804 | 2024-10-30T01:10:55.936Z | Checking crossbeam-deque v0.8.5 |
1805 | 2024-10-30T01:10:56.032Z | Checking elliptic-curve v0.13.8 |
1806 | 2024-10-30T01:10:56.087Z | Checking num-bigint-dig v0.8.4 |
1807 | 2024-10-30T01:10:56.146Z | Checking toml v0.8.19 |
1808 | 2024-10-30T01:10:56.256Z | Checking pkcs1 v0.7.5 |
1809 | 2024-10-30T01:10:56.362Z | Checking curve25519-dalek v4.1.3 |
1810 | 2024-10-30T01:10:56.673Z | Checking ecdsa v0.16.9 |
1811 | 2024-10-30T01:10:56.706Z | Checking zerocopy v0.6.6 |
1812 | 2024-10-30T01:10:56.908Z | Checking siphasher v0.3.11 |
1813 | 2024-10-30T01:10:57.080Z | Checking dof v0.3.0 |
1814 | 2024-10-30T01:10:57.208Z | Checking rayon-core v1.12.1 |
1815 | 2024-10-30T01:10:57.232Z | Checking hyper-rustls v0.27.3 |
1816 | 2024-10-30T01:10:57.407Z | Checking hyper-tls v0.6.0 |
1817 | 2024-10-30T01:10:57.501Z | Checking flate2 v1.0.34 |
1818 | 2024-10-30T01:10:57.576Z | Checking ed25519 v2.2.3 |
1819 | 2024-10-30T01:10:57.716Z | Checking reqwest v0.12.8 |
1820 | 2024-10-30T01:10:57.719Z | Checking usdt-impl v0.5.0 |
1821 | 2024-10-30T01:10:57.822Z | Checking rustls v0.22.4 |
1822 | 2024-10-30T01:10:57.876Z | Checking signal-hook v0.3.17 |
1823 | 2024-10-30T01:10:58.178Z | Checking quick-error v1.2.3 |
1824 | 2024-10-30T01:10:58.219Z | Checking itertools v0.10.5 |
1825 | 2024-10-30T01:10:58.251Z | Checking usdt v0.5.0 |
1826 | 2024-10-30T01:10:58.253Z | Checking rsa v0.9.6 |
1827 | 2024-10-30T01:10:58.295Z | Checking ed25519-dalek v2.1.1 |
1828 | 2024-10-30T01:10:58.324Z | Checking slog-json v2.6.1 |
1829 | 2024-10-30T01:10:58.501Z | Checking x509-cert v0.2.5 |
1830 | 2024-10-30T01:10:58.586Z | Checking idna v0.4.0 |
1831 | 2024-10-30T01:10:58.682Z | Checking hubpack v0.1.2 |
1832 | 2024-10-30T01:10:58.741Z | Checking toml_edit v0.19.15 |
1833 | 2024-10-30T01:10:58.997Z | Checking debug-ignore v1.0.5 |
1834 | 2024-10-30T01:10:59.142Z | Checking bit-vec v0.6.3 |
1835 | 2024-10-30T01:10:59.312Z | Checking slog-bunyan v2.5.0 |
1836 | 2024-10-30T01:10:59.420Z | Checking hickory-proto v0.24.1 |
1837 | 2024-10-30T01:10:59.485Z | Checking signal-hook-mio v0.2.4 |
1838 | 2024-10-30T01:10:59.488Z | Checking bit-set v0.5.3 |
1839 | 2024-10-30T01:10:59.532Z | Checking multer v3.1.0 |
1840 | 2024-10-30T01:10:59.672Z | Checking console v0.15.8 |
1841 | 2024-10-30T01:10:59.769Z | Checking waitgroup v0.1.2 |
1842 | 2024-10-30T01:10:59.916Z | Checking serde_path_to_error v0.1.16 |
1843 | 2024-10-30T01:10:59.940Z | Checking async-stream v0.3.6 |
1844 | 2024-10-30T01:11:00.101Z | Checking hostname v0.4.0 |
1845 | 2024-10-30T01:11:00.127Z | Checking hash32 v0.2.1 |
1846 | 2024-10-30T01:11:00.216Z | Checking predicates-core v1.0.8 |
1847 | 2024-10-30T01:11:01.247Z | Checking linked-hash-map v0.5.6 |
1848 | 2024-10-30T01:11:01.250Z | Checking unicode-properties v0.1.3 |
1849 | 2024-10-30T01:11:01.250Z | Checking heapless v0.7.17 |
1850 | 2024-10-30T01:11:01.250Z | Checking crossterm v0.28.1 |
1851 | 2024-10-30T01:11:01.250Z | Checking rayon v1.10.0 |
1852 | 2024-10-30T01:11:01.250Z | Checking lru-cache v0.1.2 |
1853 | 2024-10-30T01:11:01.250Z | Checking stringprep v0.1.5 |
1854 | 2024-10-30T01:11:01.250Z | Checking phf_shared v0.11.2 |
1855 | 2024-10-30T01:11:01.250Z | Checking similar v2.6.0 |
1856 | 2024-10-30T01:11:01.250Z | Checking tokio-stream v0.1.16 |
1857 | 2024-10-30T01:11:01.250Z | Checking toml v0.7.8 |
1858 | 2024-10-30T01:11:01.359Z | Checking tokio-rustls v0.25.0 |
1859 | 2024-10-30T01:11:01.503Z | Checking md-5 v0.10.6 |
1860 | 2024-10-30T01:11:01.738Z | Checking float-cmp v0.9.0 |
1861 | 2024-10-30T01:11:01.765Z | Checking dropshot v0.12.0 |
1862 | 2024-10-30T01:11:01.865Z | Checking difflib v0.4.0 |
1863 | 2024-10-30T01:11:01.919Z | Checking fixedbitset v0.4.2 |
1864 | 2024-10-30T01:11:01.945Z | Checking fallible-iterator v0.2.0 |
1865 | 2024-10-30T01:11:01.969Z | Checking normalize-line-endings v0.3.0 |
1866 | 2024-10-30T01:11:02.094Z | Checking smoltcp v0.9.1 |
1867 | 2024-10-30T01:11:02.184Z | Checking petgraph v0.6.5 |
1868 | 2024-10-30T01:11:02.210Z | Checking predicates v3.1.2 |
1869 | 2024-10-30T01:11:02.286Z | Checking phf v0.11.2 |
1870 | 2024-10-30T01:11:02.541Z | Checking postgres-protocol v0.6.7 |
1871 | 2024-10-30T01:11:02.565Z | Checking resolv-conf v0.7.0 |
1872 | 2024-10-30T01:11:02.882Z | Checking phf_shared v0.10.0 |
1873 | 2024-10-30T01:11:02.910Z | Checking tungstenite v0.24.0 |
1874 | 2024-10-30T01:11:03.177Z | Checking fs-err v2.11.0 |
1875 | 2024-10-30T01:11:03.247Z | Checking serde-big-array v0.5.1 |
1876 | 2024-10-30T01:11:03.486Z | Checking portable-atomic v1.9.0 |
1877 | 2024-10-30T01:11:03.623Z | Checking number_prefix v0.4.0 |
1878 | 2024-10-30T01:11:03.729Z | Checking precomputed-hash v0.1.1 |
1879 | 2024-10-30T01:11:03.829Z | Checking minimal-lexical v0.2.1 |
1880 | 2024-10-30T01:11:03.855Z | Checking lalrpop-util v0.19.12 |
1881 | 2024-10-30T01:11:03.858Z | Checking new_debug_unreachable v1.0.6 |
1882 | 2024-10-30T01:11:03.968Z | Checking string_cache v0.8.7 |
1883 | 2024-10-30T01:11:04.147Z | Checking tokio-tungstenite v0.24.0 |
1884 | 2024-10-30T01:11:04.150Z | Checking hickory-resolver v0.24.1 |
1885 | 2024-10-30T01:11:04.213Z | Checking nom v7.1.3 |
1886 | 2024-10-30T01:11:04.256Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1887 | 2024-10-30T01:11:04.354Z | Checking postgres-types v0.2.8 |
1888 | 2024-10-30T01:11:04.504Z | Checking indicatif v0.17.8 |
1889 | 2024-10-30T01:11:04.632Z | Checking itertools v0.12.1 |
1890 | 2024-10-30T01:11:05.091Z | Checking whoami v1.5.2 |
1891 | 2024-10-30T01:11:05.302Z | Checking peg-runtime v0.8.3 |
1892 | 2024-10-30T01:11:05.396Z | Checking tokio-postgres v0.7.12 |
1893 | 2024-10-30T01:11:05.498Z | Compiling hashbrown v0.14.5 |
1894 | 2024-10-30T01:11:05.522Z | Compiling ident_case v1.0.1 |
1895 | 2024-10-30T01:11:05.579Z | Compiling unsafe-libyaml v0.2.11 |
1896 | 2024-10-30T01:11:05.719Z | Compiling darling_core v0.20.10 |
1897 | 2024-10-30T01:11:05.810Z | Checking qorb v0.1.2 |
1898 | 2024-10-30T01:11:06.923Z | Compiling regress v0.10.1 |
1899 | 2024-10-30T01:11:07.071Z | Compiling serde_yaml v0.9.34+deprecated |
1900 | 2024-10-30T01:11:07.591Z | Checking heck v0.5.0 |
1901 | 2024-10-30T01:11:07.795Z | Checking progenitor-client v0.8.0 |
1902 | 2024-10-30T01:11:08.154Z | Checking fastrand v2.1.1 |
1903 | 2024-10-30T01:11:08.240Z | Compiling newtype-uuid v1.1.2 |
1904 | 2024-10-30T01:11:08.471Z | Checking ipnetwork v0.20.0 |
1905 | 2024-10-30T01:11:08.511Z | Compiling structmeta-derive v0.3.0 |
1906 | 2024-10-30T01:11:08.571Z | Checking strum v0.26.3 |
1907 | 2024-10-30T01:11:08.745Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1908 | 2024-10-30T01:11:09.079Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1909 | 2024-10-30T01:11:09.423Z | Checking tempfile v3.13.0 |
1910 | 2024-10-30T01:11:09.510Z | Checking instant v0.1.13 |
1911 | 2024-10-30T01:11:09.654Z | Checking regress v0.9.1 |
1912 | 2024-10-30T01:11:09.755Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1913 | 2024-10-30T01:11:09.795Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1914 | 2024-10-30T01:11:10.097Z | Checking macaddr v1.0.1 |
1915 | 2024-10-30T01:11:10.430Z | Checking backoff v0.4.0 |
1916 | 2024-10-30T01:11:10.547Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1917 | 2024-10-30T01:11:10.701Z | Compiling typify-impl v0.2.0 |
1918 | 2024-10-30T01:11:10.741Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-10-30T01:11:10.905Z | Checking wait-timeout v0.2.0 |
1920 | 2024-10-30T01:11:11.095Z | Checking rusty-fork v0.3.0 |
1921 | 2024-10-30T01:11:11.167Z | Checking rand_xorshift v0.3.0 |
1922 | 2024-10-30T01:11:11.360Z | Compiling structmeta-derive v0.2.0 |
1923 | 2024-10-30T01:11:11.403Z | Checking unarray v0.1.4 |
1924 | 2024-10-30T01:11:11.545Z | Compiling structmeta v0.3.0 |
1925 | 2024-10-30T01:11:11.571Z | Checking proptest v1.5.0 |
1926 | 2024-10-30T01:11:11.935Z | Checking camino-tempfile v1.1.1 |
1927 | 2024-10-30T01:11:11.986Z | Compiling parse-display-derive v0.10.0 |
1928 | 2024-10-30T01:11:12.235Z | Compiling proc-macro-error v1.0.4 |
1929 | 2024-10-30T01:11:12.636Z | Compiling darling_macro v0.20.10 |
1930 | 2024-10-30T01:11:12.934Z | Compiling proc-macro-crate v1.3.1 |
1931 | 2024-10-30T01:11:13.167Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1932 | 2024-10-30T01:11:13.588Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1933 | 2024-10-30T01:11:13.648Z | Compiling darling v0.20.10 |
1934 | 2024-10-30T01:11:13.784Z | Compiling serde_with_macros v3.11.0 |
1935 | 2024-10-30T01:11:13.930Z | Compiling foreign-types-macros v0.2.3 |
1936 | 2024-10-30T01:11:14.042Z | Compiling num_enum_derive v0.5.11 |
1937 | 2024-10-30T01:11:14.332Z | Compiling structmeta v0.2.0 |
1938 | 2024-10-30T01:11:14.434Z | Checking foreign-types-shared v0.3.1 |
1939 | 2024-10-30T01:11:14.780Z | Compiling test-strategy v0.3.1 |
1940 | 2024-10-30T01:11:14.897Z | Checking tabwriter v1.4.0 |
1941 | 2024-10-30T01:11:15.128Z | Checking cstr-argument v0.1.2 |
1942 | 2024-10-30T01:11:15.270Z | Checking foreign-types v0.5.0 |
1943 | 2024-10-30T01:11:15.314Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1944 | 2024-10-30T01:11:15.383Z | Checking pretty-hex v0.2.1 |
1945 | 2024-10-30T01:11:15.556Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1946 | 2024-10-30T01:11:15.890Z | Checking colored v2.1.0 |
1947 | 2024-10-30T01:11:16.175Z | Checking smf v0.2.3 |
1948 | 2024-10-30T01:11:16.201Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1949 | 2024-10-30T01:11:16.291Z | Checking base64 v0.21.7 |
1950 | 2024-10-30T01:11:16.356Z | Compiling crucible-workspace-hack v0.1.0 |
1951 | 2024-10-30T01:11:16.617Z | Compiling heapless v0.8.0 |
1952 | 2024-10-30T01:11:16.642Z | Checking parse-display v0.10.0 |
1953 | 2024-10-30T01:11:16.663Z | Checking num_enum v0.5.11 |
1954 | 2024-10-30T01:11:16.666Z | Checking serde_with v3.11.0 |
1955 | 2024-10-30T01:11:16.733Z | Checking termtree v0.4.1 |
1956 | 2024-10-30T01:11:16.810Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1957 | 2024-10-30T01:11:16.858Z | Checking hash32 v0.3.1 |
1958 | 2024-10-30T01:11:16.881Z | Compiling smoltcp v0.11.0 |
1959 | 2024-10-30T01:11:16.940Z | Checking predicates-tree v1.0.11 |
1960 | 2024-10-30T01:11:17.041Z | Checking cobs v0.2.3 |
1961 | 2024-10-30T01:11:17.085Z | Checking sigpipe v0.1.3 |
1962 | 2024-10-30T01:11:17.109Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1963 | 2024-10-30T01:11:17.198Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1964 | 2024-10-30T01:11:17.236Z | Checking postcard v1.0.10 |
1965 | 2024-10-30T01:11:17.343Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1966 | 2024-10-30T01:11:17.504Z | Compiling mockall_derive v0.13.0 |
1967 | 2024-10-30T01:11:17.632Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1968 | 2024-10-30T01:11:17.781Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1969 | 2024-10-30T01:11:17.837Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1970 | 2024-10-30T01:11:18.144Z | Compiling zone_cfg_derive v0.3.0 |
1971 | 2024-10-30T01:11:18.301Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e0c83fd0e0760eec1af306286c50081689d11a51#e0c83fd0) |
1972 | 2024-10-30T01:11:18.701Z | Compiling num-derive v0.4.2 |
1973 | 2024-10-30T01:11:18.726Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1974 | 2024-10-30T01:11:19.067Z | Checking fragile v2.0.0 |
1975 | 2024-10-30T01:11:19.325Z | Checking downcast v0.11.0 |
1976 | 2024-10-30T01:11:19.575Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e0c83fd0e0760eec1af306286c50081689d11a51#e0c83fd0) |
1977 | 2024-10-30T01:11:19.735Z | Checking zone v0.3.0 |
1978 | 2024-10-30T01:11:19.834Z | Checking atomicwrites v0.4.4 |
1979 | 2024-10-30T01:11:19.981Z | Compiling convert_case v0.4.0 |
1980 | 2024-10-30T01:11:20.035Z | Checking tungstenite v0.21.0 |
1981 | 2024-10-30T01:11:20.071Z | Checking newline-converter v0.3.0 |
1982 | 2024-10-30T01:11:20.225Z | Checking expectorate v1.1.0 |
1983 | 2024-10-30T01:11:20.415Z | Checking itertools v0.13.0 |
1984 | 2024-10-30T01:11:20.533Z | Checking same-file v1.0.6 |
1985 | 2024-10-30T01:11:20.725Z | Checking walkdir v2.5.0 |
1986 | 2024-10-30T01:11:20.930Z | Checking tokio-tungstenite v0.21.0 |
1987 | 2024-10-30T01:11:20.989Z | Compiling derive_more v0.99.18 |
1988 | 2024-10-30T01:11:21.012Z | Checking arc-swap v1.7.1 |
1989 | 2024-10-30T01:11:21.089Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1990 | 2024-10-30T01:11:21.433Z | Checking xattr v1.3.1 |
1991 | 2024-10-30T01:11:21.453Z | Checking slog-scope v4.4.0 |
1992 | 2024-10-30T01:11:21.482Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1993 | 2024-10-30T01:11:21.538Z | Checking filetime v0.2.25 |
1994 | 2024-10-30T01:11:21.627Z | Checking swrite v0.1.0 |
1995 | 2024-10-30T01:11:21.651Z | Checking slog-stdlog v4.1.1 |
1996 | 2024-10-30T01:11:21.758Z | Checking tar v0.4.42 |
1997 | 2024-10-30T01:11:21.783Z | Compiling owo-colors v4.1.0 |
1998 | 2024-10-30T01:11:21.819Z | Checking slog-envlogger v2.2.0 |
1999 | 2024-10-30T01:11:22.061Z | Compiling cancel-safe-futures v0.1.5 |
2000 | 2024-10-30T01:11:22.609Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2001 | 2024-10-30T01:11:22.914Z | Checking libsw v3.3.1 |
2002 | 2024-10-30T01:11:22.935Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2003 | 2024-10-30T01:11:22.958Z | Checking password-hash v0.5.0 |
2004 | 2024-10-30T01:11:23.166Z | Checking blake2 v0.10.6 |
2005 | 2024-10-30T01:11:23.203Z | Checking indent_write v2.2.0 |
2006 | 2024-10-30T01:11:23.421Z | Checking linear-map v1.2.0 |
2007 | 2024-10-30T01:11:23.481Z | Checking num-rational v0.4.2 |
2008 | 2024-10-30T01:11:23.640Z | Checking argon2 v0.5.3 |
2009 | 2024-10-30T01:11:23.762Z | Checking pem v3.0.4 |
2010 | 2024-10-30T01:11:24.026Z | Checking num-complex v0.4.6 |
2011 | 2024-10-30T01:11:24.051Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2012 | 2024-10-30T01:11:24.159Z | Checking float-ord v0.3.2 |
2013 | 2024-10-30T01:11:24.295Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2014 | 2024-10-30T01:11:24.320Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2015 | 2024-10-30T01:11:24.791Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2016 | 2024-10-30T01:11:24.971Z | Checking num v0.4.3 |
2017 | 2024-10-30T01:11:25.085Z | Compiling lzma-sys v0.1.20 |
2018 | 2024-10-30T01:11:25.108Z | Checking humantime v2.1.0 |
2019 | 2024-10-30T01:11:25.129Z | Checking headers-core v0.3.0 |
2020 | 2024-10-30T01:11:25.211Z | Compiling heck v0.3.3 |
2021 | 2024-10-30T01:11:25.274Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2022 | 2024-10-30T01:11:25.399Z | Checking headers v0.4.0 |
2023 | 2024-10-30T01:11:25.617Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2024 | 2024-10-30T01:11:25.641Z | Compiling zone_cfg_derive v0.1.2 |
2025 | 2024-10-30T01:11:25.906Z | Checking yasna v0.5.2 |
2026 | 2024-10-30T01:11:26.115Z | Checking base64 v0.13.1 |
2027 | 2024-10-30T01:11:26.329Z | Checking mockall v0.13.0 |
2028 | 2024-10-30T01:11:26.466Z | Checking xz2 v0.1.7 |
2029 | 2024-10-30T01:11:26.543Z | Checking ron v0.7.1 |
2030 | 2024-10-30T01:11:26.579Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2031 | 2024-10-30T01:11:26.786Z | Checking rcgen v0.12.1 |
2032 | 2024-10-30T01:11:27.043Z | Checking subprocess v0.2.9 |
2033 | 2024-10-30T01:11:27.157Z | Checking zone v0.1.8 |
2034 | 2024-10-30T01:11:27.487Z | Checking half v2.4.1 |
2035 | 2024-10-30T01:11:27.577Z | Compiling semver v0.1.20 |
2036 | 2024-10-30T01:11:27.676Z | Checking ciborium-io v0.2.2 |
2037 | 2024-10-30T01:11:27.811Z | Checking highway v1.2.0 |
2038 | 2024-10-30T01:11:27.850Z | Compiling prettyplease v0.2.22 |
2039 | 2024-10-30T01:11:27.950Z | Checking ciborium-ll v0.2.2 |
2040 | 2024-10-30T01:11:28.164Z | Compiling rustc_version v0.1.7 |
2041 | 2024-10-30T01:11:28.296Z | Checking ciborium v0.2.2 |
2042 | 2024-10-30T01:11:28.593Z | Compiling home v0.5.9 |
2043 | 2024-10-30T01:11:28.688Z | Compiling newtype_derive v0.1.6 |
2044 | 2024-10-30T01:11:28.845Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2045 | 2024-10-30T01:11:29.204Z | Checking steno v0.4.1 |
2046 | 2024-10-30T01:11:29.299Z | Compiling typify-macro v0.2.0 |
2047 | 2024-10-30T01:11:30.978Z | Compiling slog-dtrace v0.3.0 |
2048 | 2024-10-30T01:11:31.433Z | Checking display-error-chain v0.2.1 |
2049 | 2024-10-30T01:11:31.523Z | Compiling ring v0.16.20 |
2050 | 2024-10-30T01:11:31.561Z | Compiling blake3 v1.5.4 |
2051 | 2024-10-30T01:11:31.585Z | Checking keccak v0.1.5 |
2052 | 2024-10-30T01:11:31.824Z | Checking universal-hash v0.5.1 |
2053 | 2024-10-30T01:11:31.893Z | Checking secrecy v0.8.0 |
2054 | 2024-10-30T01:11:31.917Z | Checking sha3 v0.10.8 |
2055 | 2024-10-30T01:11:32.011Z | Checking opaque-debug v0.3.1 |
2056 | 2024-10-30T01:11:32.105Z | Checking aead v0.5.2 |
2057 | 2024-10-30T01:11:32.128Z | Checking poly1305 v0.8.0 |
2058 | 2024-10-30T01:11:32.343Z | Checking chacha20 v0.9.1 |
2059 | 2024-10-30T01:11:32.700Z | Checking gethostname v0.5.0 |
2060 | 2024-10-30T01:11:32.828Z | Compiling memmap2 v0.9.5 |
2061 | 2024-10-30T01:11:32.921Z | Compiling spin v0.5.2 |
2062 | 2024-10-30T01:11:33.167Z | Compiling untrusted v0.7.1 |
2063 | 2024-10-30T01:11:33.334Z | Compiling arrayvec v0.7.6 |
2064 | 2024-10-30T01:11:33.377Z | Compiling constant_time_eq v0.3.1 |
2065 | 2024-10-30T01:11:33.424Z | Compiling arrayref v0.3.9 |
2066 | 2024-10-30T01:11:33.538Z | Compiling toolchain_find v0.4.0 |
2067 | 2024-10-30T01:11:33.561Z | Compiling thiserror-impl-no-std v2.0.2 |
2068 | 2024-10-30T01:11:33.561Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2069 | 2024-10-30T01:11:33.608Z | Compiling typify v0.2.0 |
2070 | 2024-10-30T01:11:33.752Z | Compiling progenitor-impl v0.8.0 |
2071 | 2024-10-30T01:11:34.197Z | Compiling topological-sort v0.2.2 |
2072 | 2024-10-30T01:11:34.406Z | Compiling rustfmt-wrapper v0.2.1 |
2073 | 2024-10-30T01:11:34.962Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2074 | 2024-10-30T01:11:34.991Z | Checking chacha20poly1305 v0.10.1 |
2075 | 2024-10-30T01:11:35.112Z | Checking nibble_vec v0.1.0 |
2076 | 2024-10-30T01:11:35.172Z | Checking endian-type v0.1.2 |
2077 | 2024-10-30T01:11:35.312Z | Checking fxhash v0.2.1 |
2078 | 2024-10-30T01:11:35.344Z | Checking termcolor v1.4.1 |
2079 | 2024-10-30T01:11:35.384Z | Checking radix_trie v0.2.1 |
2080 | 2024-10-30T01:11:35.488Z | Compiling radium v0.7.0 |
2081 | 2024-10-30T01:11:35.675Z | Checking maplit v1.0.2 |
2082 | 2024-10-30T01:11:35.764Z | Compiling maybe-uninit v2.0.0 |
2083 | 2024-10-30T01:11:35.788Z | Checking tap v1.0.1 |
2084 | 2024-10-30T01:11:35.807Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2085 | 2024-10-30T01:11:35.952Z | Checking wyz v0.5.1 |
2086 | 2024-10-30T01:11:36.284Z | Compiling packed_struct v0.10.1 |
2087 | 2024-10-30T01:11:36.306Z | Checking funty v2.0.0 |
2088 | 2024-10-30T01:11:36.327Z | Checking crc-catalog v2.4.0 |
2089 | 2024-10-30T01:11:36.460Z | Checking crc v3.2.1 |
2090 | 2024-10-30T01:11:36.691Z | Checking thiserror-no-std v2.0.2 |
2091 | 2024-10-30T01:11:36.746Z | Checking kstat-rs v0.2.4 |
2092 | 2024-10-30T01:11:36.798Z | Checking vsss-rs v3.3.4 |
2093 | 2024-10-30T01:11:36.854Z | Compiling packed_struct_codegen v0.10.1 |
2094 | 2024-10-30T01:11:36.908Z | Compiling indexmap v1.9.3 |
2095 | 2024-10-30T01:11:37.048Z | Checking nodrop v0.1.14 |
2096 | 2024-10-30T01:11:37.172Z | Compiling omicron-zone-package v0.11.1 |
2097 | 2024-10-30T01:11:37.206Z | Compiling libefi-sys v0.1.0 |
2098 | 2024-10-30T01:11:37.229Z | Checking bitvec v1.0.1 |
2099 | 2024-10-30T01:11:37.587Z | Checking array-init v0.0.4 |
2100 | 2024-10-30T01:11:38.088Z | Checking smallvec v0.6.14 |
2101 | 2024-10-30T01:11:38.519Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2102 | 2024-10-30T01:11:38.669Z | Compiling async-recursion v1.1.1 |
2103 | 2024-10-30T01:11:38.860Z | Compiling bitfield-struct v0.6.2 |
2104 | 2024-10-30T01:11:38.939Z | Checking bitfield v0.14.0 |
2105 | 2024-10-30T01:11:39.223Z | Checking hashbrown v0.12.3 |
2106 | 2024-10-30T01:11:39.763Z | Checking serde-hex v0.1.0 |
2107 | 2024-10-30T01:11:40.189Z | Checking bzip2 v0.4.4 |
2108 | 2024-10-30T01:11:40.323Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2109 | 2024-10-30T01:11:40.481Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2110 | 2024-10-30T01:11:40.737Z | Checking env_logger v0.10.2 |
2111 | 2024-10-30T01:11:40.799Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2112 | 2024-10-30T01:11:40.930Z | Checking ron v0.8.1 |
2113 | 2024-10-30T01:11:40.960Z | Checking hashbrown v0.13.2 |
2114 | 2024-10-30T01:11:41.105Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2024-10-30T01:11:41.148Z | Checking crc-any v2.5.0 |
2116 | 2024-10-30T01:11:41.229Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2024-10-30T01:11:41.711Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2118 | 2024-10-30T01:11:41.735Z | Compiling progenitor-macro v0.8.0 |
2119 | 2024-10-30T01:11:41.770Z | Checking zip v0.6.6 |
2120 | 2024-10-30T01:11:41.962Z | Compiling parking_lot_core v0.8.6 |
2121 | 2024-10-30T01:11:42.012Z | Checking object v0.30.4 |
2122 | 2024-10-30T01:11:42.173Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2123 | 2024-10-30T01:11:42.442Z | Checking path-slash v0.1.5 |
2124 | 2024-10-30T01:11:42.488Z | Checking glob v0.3.1 |
2125 | 2024-10-30T01:11:42.596Z | Checking hickory-client v0.24.1 |
2126 | 2024-10-30T01:11:42.826Z | Checking hickory-server v0.24.1 |
2127 | 2024-10-30T01:11:42.864Z | Checking parking_lot v0.11.2 |
2128 | 2024-10-30T01:11:43.252Z | Checking sled v0.34.7 |
2129 | 2024-10-30T01:11:43.275Z | Checking primeorder v0.13.6 |
2130 | 2024-10-30T01:11:43.571Z | Compiling unicase v2.7.0 |
2131 | 2024-10-30T01:11:43.666Z | Checking nanorand v0.7.0 |
2132 | 2024-10-30T01:11:43.808Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2133 | 2024-10-30T01:11:44.048Z | Compiling buf-list v1.0.3 |
2134 | 2024-10-30T01:11:44.074Z | Checking flume v0.11.0 |
2135 | 2024-10-30T01:11:44.584Z | Checking atty v0.2.14 |
2136 | 2024-10-30T01:11:44.723Z | Compiling vte_generate_state_changes v0.1.2 |
2137 | 2024-10-30T01:11:44.819Z | Compiling salty v0.3.0 |
2138 | 2024-10-30T01:11:45.290Z | Checking p384 v0.13.0 |
2139 | 2024-10-30T01:11:45.379Z | Checking vte v0.11.1 |
2140 | 2024-10-30T01:11:45.616Z | Checking fd-lock v4.0.2 |
2141 | 2024-10-30T01:11:45.640Z | Compiling mime_guess v2.0.5 |
2142 | 2024-10-30T01:11:45.966Z | Checking env_filter v0.1.2 |
2143 | 2024-10-30T01:11:46.216Z | Checking nu-ansi-term v0.50.1 |
2144 | 2024-10-30T01:11:46.361Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2145 | 2024-10-30T01:11:46.417Z | Checking env_logger v0.11.5 |
2146 | 2024-10-30T01:11:46.823Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e0c83fd0e0760eec1af306286c50081689d11a51#e0c83fd0) |
2147 | 2024-10-30T01:11:46.827Z | Checking strip-ansi-escapes v0.2.0 |
2148 | 2024-10-30T01:11:46.911Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2149 | 2024-10-30T01:11:46.972Z | Checking reedline v0.35.0 |
2150 | 2024-10-30T01:11:47.012Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2151 | 2024-10-30T01:11:47.123Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2152 | 2024-10-30T01:11:47.253Z | Compiling dsl_auto_type v0.1.2 |
2153 | 2024-10-30T01:11:47.320Z | Checking scheduled-thread-pool v0.2.7 |
2154 | 2024-10-30T01:11:47.545Z | Compiling diesel_table_macro_syntax v0.2.0 |
2155 | 2024-10-30T01:11:47.686Z | Compiling crunchy v0.2.2 |
2156 | 2024-10-30T01:11:47.717Z | Checking http-range v0.1.5 |
2157 | 2024-10-30T01:11:47.906Z | Checking hyper-staticfile v0.10.1 |
2158 | 2024-10-30T01:11:47.994Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e0c83fd0e0760eec1af306286c50081689d11a51#e0c83fd0) |
2159 | 2024-10-30T01:11:48.116Z | Checking r2d2 v0.8.10 |
2160 | 2024-10-30T01:11:48.432Z | Compiling clang-sys v1.8.1 |
2161 | 2024-10-30T01:11:48.482Z | Compiling phf_generator v0.11.2 |
2162 | 2024-10-30T01:11:48.677Z | Checking bytecount v0.6.8 |
2163 | 2024-10-30T01:11:48.839Z | Compiling tiny-keccak v2.0.2 |
2164 | 2024-10-30T01:11:48.945Z | Compiling diesel_derives v2.2.3 |
2165 | 2024-10-30T01:11:48.948Z | Checking papergrid v0.11.0 |
2166 | 2024-10-30T01:11:49.199Z | Compiling phf_codegen v0.11.2 |
2167 | 2024-10-30T01:11:49.333Z | Compiling tabled_derive v0.7.0 |
2168 | 2024-10-30T01:11:49.431Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2169 | 2024-10-30T01:11:49.709Z | Compiling parse-zoneinfo v0.3.1 |
2170 | 2024-10-30T01:11:49.733Z | Compiling ref-cast v1.0.23 |
2171 | 2024-10-30T01:11:50.301Z | Compiling cfg_aliases v0.1.1 |
2172 | 2024-10-30T01:11:50.424Z | Compiling nix v0.28.0 |
2173 | 2024-10-30T01:11:50.463Z | Compiling chrono-tz-build v0.4.0 |
2174 | 2024-10-30T01:11:51.322Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2175 | 2024-10-30T01:11:51.647Z | Compiling ascii-canvas v3.0.0 |
2176 | 2024-10-30T01:11:51.709Z | Compiling ena v0.14.3 |
2177 | 2024-10-30T01:11:51.756Z | Compiling ref-cast-impl v1.0.23 |
2178 | 2024-10-30T01:11:51.885Z | Checking tabled v0.15.0 |
2179 | 2024-10-30T01:11:51.915Z | Compiling libloading v0.8.5 |
2180 | 2024-10-30T01:11:52.103Z | Compiling bindgen v0.69.5 |
2181 | 2024-10-30T01:11:52.192Z | Compiling regex-syntax v0.6.29 |
2182 | 2024-10-30T01:11:52.337Z | Compiling diff v0.1.13 |
2183 | 2024-10-30T01:11:52.999Z | Compiling chrono-tz v0.10.0 |
2184 | 2024-10-30T01:11:53.217Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2185 | 2024-10-30T01:11:53.795Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2186 | 2024-10-30T01:11:54.869Z | Compiling which v4.4.2 |
2187 | 2024-10-30T01:11:54.912Z | Checking signal-hook-tokio v0.3.1 |
2188 | 2024-10-30T01:11:55.109Z | Compiling cexpr v0.6.0 |
2189 | 2024-10-30T01:11:55.179Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2190 | 2024-10-30T01:11:55.470Z | Compiling rustc-hash v1.1.0 |
2191 | 2024-10-30T01:11:55.642Z | Compiling lalrpop v0.19.12 |
2192 | 2024-10-30T01:11:56.969Z | Compiling lazycell v1.3.0 |
2193 | 2024-10-30T01:11:57.397Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2194 | 2024-10-30T01:11:58.155Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2195 | 2024-10-30T01:11:58.452Z | Compiling derive_builder_core v0.20.2 |
2196 | 2024-10-30T01:11:58.645Z | Checking http v0.2.12 |
2197 | 2024-10-30T01:12:00.054Z | Compiling peg-macros v0.8.4 |
2198 | 2024-10-30T01:12:00.250Z | Checking progenitor v0.8.0 |
2199 | 2024-10-30T01:12:00.469Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2200 | 2024-10-30T01:12:00.591Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2201 | 2024-10-30T01:12:01.091Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2202 | 2024-10-30T01:12:03.891Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2203 | 2024-10-30T01:12:05.316Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2204 | 2024-10-30T01:12:05.361Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e0c83fd0e0760eec1af306286c50081689d11a51#e0c83fd0) |
2205 | 2024-10-30T01:12:05.424Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2206 | 2024-10-30T01:12:07.944Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2207 | 2024-10-30T01:12:09.186Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2208 | 2024-10-30T01:12:09.820Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e0c83fd0e0760eec1af306286c50081689d11a51#e0c83fd0) |
2209 | 2024-10-30T01:12:10.122Z | Checking diesel v2.2.4 |
2210 | 2024-10-30T01:12:10.213Z | Compiling libxml v0.3.3 |
2211 | 2024-10-30T01:12:10.617Z | Compiling sqlparser_derive v0.2.2 |
2212 | 2024-10-30T01:12:11.815Z | Compiling memoffset v0.9.1 |
2213 | 2024-10-30T01:12:12.177Z | Checking unicode_categories v0.1.1 |
2214 | 2024-10-30T01:12:12.503Z | Checking sqlformat v0.2.6 |
2215 | 2024-10-30T01:12:14.659Z | Checking sqlparser v0.45.0 |
2216 | 2024-10-30T01:12:17.049Z | Checking peg v0.8.4 |
2217 | 2024-10-30T01:12:17.167Z | Compiling derive_builder_macro v0.20.2 |
2218 | 2024-10-30T01:12:18.078Z | Checking rustyline v14.0.0 |
2219 | 2024-10-30T01:12:23.712Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2220 | 2024-10-30T01:12:27.287Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2221 | 2024-10-30T01:12:31.242Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2222 | 2024-10-30T01:12:32.388Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-10-30T01:12:32.594Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2224 | 2024-10-30T01:12:33.477Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2225 | 2024-10-30T01:12:34.503Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2226 | 2024-10-30T01:12:35.518Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2227 | 2024-10-30T01:12:35.647Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2228 | 2024-10-30T01:12:36.023Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2229 | 2024-10-30T01:12:36.135Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2230 | 2024-10-30T01:12:36.392Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2231 | 2024-10-30T01:12:36.908Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2232 | 2024-10-30T01:12:36.944Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2233 | 2024-10-30T01:12:37.157Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2234 | 2024-10-30T01:12:37.461Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2235 | 2024-10-30T01:12:37.952Z | Checking tungstenite v0.23.0 |
2236 | 2024-10-30T01:12:38.555Z | Checking bcs v0.1.6 |
2237 | 2024-10-30T01:12:38.881Z | Compiling strum_macros v0.24.3 |
2238 | 2024-10-30T01:12:38.993Z | Compiling pin-project-internal v1.1.6 |
2239 | 2024-10-30T01:12:39.047Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2240 | 2024-10-30T01:12:39.914Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2241 | 2024-10-30T01:12:42.151Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2242 | 2024-10-30T01:12:42.453Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2243 | 2024-10-30T01:12:43.981Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2244 | 2024-10-30T01:12:44.080Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2245 | 2024-10-30T01:12:45.580Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2246 | 2024-10-30T01:12:46.007Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2247 | 2024-10-30T01:12:46.539Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2248 | 2024-10-30T01:12:47.057Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2249 | 2024-10-30T01:12:47.936Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2250 | 2024-10-30T01:12:50.019Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2251 | 2024-10-30T01:12:50.451Z | Compiling indoc v1.0.9 |
2252 | 2024-10-30T01:12:51.107Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2253 | 2024-10-30T01:12:51.325Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2254 | 2024-10-30T01:12:51.328Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2255 | 2024-10-30T01:12:51.458Z | Checking pin-project v1.1.6 |
2256 | 2024-10-30T01:12:51.590Z | Checking tokio-tungstenite v0.23.1 |
2257 | 2024-10-30T01:12:51.759Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2258 | 2024-10-30T01:12:52.076Z | Checking derive_builder v0.20.2 |
2259 | 2024-10-30T01:12:52.382Z | Checking http-body v0.4.6 |
2260 | 2024-10-30T01:12:52.664Z | Checking h2 v0.3.26 |
2261 | 2024-10-30T01:12:52.808Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2262 | 2024-10-30T01:12:53.132Z | Checking quick-xml v0.33.0 |
2263 | 2024-10-30T01:12:53.788Z | Compiling impl-trait-for-tuples v0.2.2 |
2264 | 2024-10-30T01:12:53.957Z | Compiling oso-derive v0.27.3 |
2265 | 2024-10-30T01:12:55.110Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2266 | 2024-10-30T01:12:55.376Z | Checking nix v0.27.1 |
2267 | 2024-10-30T01:12:55.521Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2268 | 2024-10-30T01:12:56.648Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2269 | 2024-10-30T01:12:56.699Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2270 | 2024-10-30T01:12:56.958Z | Compiling snafu-derive v0.8.5 |
2271 | 2024-10-30T01:12:58.463Z | Compiling diesel-dtrace v0.3.0 |
2272 | 2024-10-30T01:12:58.805Z | Checking sync_wrapper v0.1.2 |
2273 | 2024-10-30T01:12:58.988Z | Checking hyper v0.14.30 |
2274 | 2024-10-30T01:13:01.372Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2275 | 2024-10-30T01:13:02.160Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2276 | 2024-10-30T01:13:02.489Z | Checking globset v0.4.15 |
2277 | 2024-10-30T01:13:02.633Z | Checking snafu v0.8.5 |
2278 | 2024-10-30T01:13:04.056Z | Checking bb8 v0.8.5 |
2279 | 2024-10-30T01:13:04.059Z | Checking olpc-cjson v0.1.4 |
2280 | 2024-10-30T01:13:04.059Z | Checking serde_plain v1.0.2 |
2281 | 2024-10-30T01:13:04.059Z | Compiling const_format_proc_macros v0.2.33 |
2282 | 2024-10-30T01:13:04.059Z | Checking reqwest v0.11.27 |
2283 | 2024-10-30T01:13:04.059Z | Checking typed-path v0.7.1 |
2284 | 2024-10-30T01:13:04.688Z | Checking async-bb8-diesel v0.2.1 |
2285 | 2024-10-30T01:13:05.144Z | Checking parse-size v1.0.0 |
2286 | 2024-10-30T01:13:05.340Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2287 | 2024-10-30T01:13:05.394Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2288 | 2024-10-30T01:13:05.604Z | Checking tough v0.17.1 |
2289 | 2024-10-30T01:13:05.724Z | Checking const_format v0.2.33 |
2290 | 2024-10-30T01:13:06.101Z | Checking heck v0.4.1 |
2291 | 2024-10-30T01:13:06.226Z | Checking assert_matches v1.5.0 |
2292 | 2024-10-30T01:13:06.332Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2293 | 2024-10-30T01:13:06.354Z | Checking rand_seeder v0.3.0 |
2294 | 2024-10-30T01:13:06.563Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2295 | 2024-10-30T01:13:06.616Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2296 | 2024-10-30T01:13:06.744Z | Compiling libz-sys v1.1.20 |
2297 | 2024-10-30T01:13:07.668Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2298 | 2024-10-30T01:13:08.318Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2299 | 2024-10-30T01:13:08.995Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2300 | 2024-10-30T01:13:09.108Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2301 | 2024-10-30T01:13:09.264Z | Checking is_ci v1.2.0 |
2302 | 2024-10-30T01:13:09.421Z | Checking supports-color v3.0.1 |
2303 | 2024-10-30T01:13:09.630Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2304 | 2024-10-30T01:13:09.735Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2305 | 2024-10-30T01:13:10.518Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2306 | 2024-10-30T01:13:11.201Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2307 | 2024-10-30T01:13:11.377Z | Compiling vergen v8.3.2 |
2308 | 2024-10-30T01:13:11.701Z | Compiling cargo-platform v0.1.8 |
2309 | 2024-10-30T01:13:12.294Z | Checking smawk v0.3.2 |
2310 | 2024-10-30T01:13:12.401Z | Checking unicode-linebreak v0.1.5 |
2311 | 2024-10-30T01:13:12.502Z | Compiling cargo_metadata v0.18.1 |
2312 | 2024-10-30T01:13:12.796Z | Checking textwrap v0.16.1 |
2313 | 2024-10-30T01:13:13.160Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2314 | 2024-10-30T01:13:13.258Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2315 | 2024-10-30T01:13:14.721Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2316 | 2024-10-30T01:13:15.772Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2317 | 2024-10-30T01:13:16.171Z | Checking castaway v0.2.3 |
2318 | 2024-10-30T01:13:16.339Z | Compiling libsqlite3-sys v0.30.1 |
2319 | 2024-10-30T01:13:16.387Z | Compiling cfg_aliases v0.2.1 |
2320 | 2024-10-30T01:13:16.409Z | Compiling rustls v0.21.12 |
2321 | 2024-10-30T01:13:16.505Z | Compiling nix v0.29.0 |
2322 | 2024-10-30T01:13:16.910Z | Checking compact_str v0.8.0 |
2323 | 2024-10-30T01:13:17.387Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2324 | 2024-10-30T01:13:17.711Z | Checking unicode-truncate v1.1.0 |
2325 | 2024-10-30T01:13:17.957Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2326 | 2024-10-30T01:13:18.294Z | Checking rustls-webpki v0.101.7 |
2327 | 2024-10-30T01:13:18.315Z | Checking sct v0.7.1 |
2328 | 2024-10-30T01:13:18.527Z | Checking lru v0.12.5 |
2329 | 2024-10-30T01:13:18.839Z | Compiling instability v0.3.2 |
2330 | 2024-10-30T01:13:19.055Z | Checking cassowary v0.3.0 |
2331 | 2024-10-30T01:13:19.905Z | Checking ratatui v0.28.1 |
2332 | 2024-10-30T01:13:20.215Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2333 | 2024-10-30T01:13:20.553Z | Checking hashlink v0.9.1 |
2334 | 2024-10-30T01:13:20.634Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2335 | 2024-10-30T01:13:21.219Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2336 | 2024-10-30T01:13:21.940Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2337 | 2024-10-30T01:13:22.707Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2338 | 2024-10-30T01:13:22.859Z | Checking concurrent-queue v2.5.0 |
2339 | 2024-10-30T01:13:23.207Z | Checking fallible-streaming-iterator v0.1.9 |
2340 | 2024-10-30T01:13:23.455Z | Checking fallible-iterator v0.3.0 |
2341 | 2024-10-30T01:13:23.963Z | Checking parking v2.2.1 |
2342 | 2024-10-30T01:13:24.022Z | Checking plotters-backend v0.3.7 |
2343 | 2024-10-30T01:13:24.152Z | Checking rusqlite v0.32.1 |
2344 | 2024-10-30T01:13:24.423Z | Checking plotters-svg v0.3.7 |
2345 | 2024-10-30T01:13:24.649Z | Checking tokio-rustls v0.24.1 |
2346 | 2024-10-30T01:13:25.579Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2347 | 2024-10-30T01:13:25.793Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2348 | 2024-10-30T01:13:26.093Z | Checking rustls-pemfile v1.0.4 |
2349 | 2024-10-30T01:13:26.308Z | Checking twox-hash v1.6.3 |
2350 | 2024-10-30T01:13:26.752Z | Checking cast v0.3.0 |
2351 | 2024-10-30T01:13:26.814Z | Checking plotters v0.3.7 |
2352 | 2024-10-30T01:13:27.079Z | Checking criterion-plot v0.5.0 |
2353 | 2024-10-30T01:13:27.479Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2354 | 2024-10-30T01:13:27.587Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2355 | 2024-10-30T01:13:28.480Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2356 | 2024-10-30T01:13:28.636Z | Checking fatfs v0.3.6 |
2357 | 2024-10-30T01:13:29.682Z | Checking tinytemplate v1.2.1 |
2358 | 2024-10-30T01:13:30.097Z | Checking csv-core v0.1.11 |
2359 | 2024-10-30T01:13:30.221Z | Checking oorandom v11.1.4 |
2360 | 2024-10-30T01:13:30.407Z | Checking anes v0.1.6 |
2361 | 2024-10-30T01:13:30.429Z | Checking shell-words v1.1.0 |
2362 | 2024-10-30T01:13:30.602Z | Checking csv v1.3.0 |
2363 | 2024-10-30T01:13:30.784Z | Checking criterion v0.5.1 |
2364 | 2024-10-30T01:13:31.449Z | Checking event-listener v5.3.1 |
2365 | 2024-10-30T01:13:31.848Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2366 | 2024-10-30T01:13:33.015Z | Compiling samael v0.0.17 |
2367 | 2024-10-30T01:13:33.537Z | Checking rtoolbox v0.0.2 |
2368 | 2024-10-30T01:13:33.747Z | Checking rpassword v7.3.1 |
2369 | 2024-10-30T01:13:33.914Z | Checking event-listener-strategy v0.5.2 |
2370 | 2024-10-30T01:13:34.140Z | Checking tui-tree-widget v0.22.0 |
2371 | 2024-10-30T01:13:34.424Z | Checking polyval v0.6.2 |
2372 | 2024-10-30T01:13:34.730Z | Checking ghash v0.5.1 |
2373 | 2024-10-30T01:13:34.917Z | Checking futures-lite v2.3.0 |
2374 | 2024-10-30T01:13:36.401Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2375 | 2024-10-30T01:13:37.556Z | Checking ctr v0.9.2 |
2376 | 2024-10-30T01:13:37.725Z | Checking yansi v1.0.1 |
2377 | 2024-10-30T01:13:38.496Z | Checking pretty_assertions v1.4.1 |
2378 | 2024-10-30T01:13:38.568Z | Checking aes-gcm v0.10.3 |
2379 | 2024-10-30T01:13:38.721Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2380 | 2024-10-30T01:13:38.768Z | Checking ssh-encoding v0.2.0 |
2381 | 2024-10-30T01:13:39.084Z | Checking blowfish v0.9.1 |
2382 | 2024-10-30T01:13:39.368Z | Checking bcrypt-pbkdf v0.10.0 |
2383 | 2024-10-30T01:13:39.630Z | Checking ssh-cipher v0.2.0 |
2384 | 2024-10-30T01:13:39.889Z | Checking async-lock v3.4.0 |
2385 | 2024-10-30T01:13:40.796Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2386 | 2024-10-30T01:13:41.274Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2387 | 2024-10-30T01:13:42.809Z | Checking polling v3.7.3 |
2388 | 2024-10-30T01:13:43.225Z | Checking password-hash v0.4.2 |
2389 | 2024-10-30T01:13:43.515Z | Checking hex-literal v0.4.1 |
2390 | 2024-10-30T01:13:43.652Z | Checking matches v0.1.10 |
2391 | 2024-10-30T01:13:43.656Z | Checking pbkdf2 v0.11.0 |
2392 | 2024-10-30T01:13:43.760Z | Checking idna v0.2.3 |
2393 | 2024-10-30T01:13:43.952Z | Checking async-io v2.3.4 |
2394 | 2024-10-30T01:13:44.599Z | Checking ssh-key v0.6.6 |
2395 | 2024-10-30T01:13:44.733Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2396 | 2024-10-30T01:13:45.543Z | Checking p521 v0.13.3 |
2397 | 2024-10-30T01:13:45.968Z | Checking p256 v0.13.2 |
2398 | 2024-10-30T01:13:46.291Z | Checking russh-cryptovec v0.7.3 |
2399 | 2024-10-30T01:13:46.469Z | Compiling enum-as-inner v0.5.1 |
2400 | 2024-10-30T01:13:46.507Z | Compiling doc-comment v0.3.3 |
2401 | 2024-10-30T01:13:46.770Z | Checking md5 v0.7.0 |
2402 | 2024-10-30T01:13:47.058Z | Compiling target-lexicon v0.12.16 |
2403 | 2024-10-30T01:13:47.170Z | Checking async-task v4.7.1 |
2404 | 2024-10-30T01:13:47.521Z | Checking trust-dns-proto v0.22.0 |
2405 | 2024-10-30T01:13:47.660Z | Checking russh-keys v0.45.0 |
2406 | 2024-10-30T01:13:48.112Z | Checking async-channel v2.3.1 |
2407 | 2024-10-30T01:13:48.437Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2408 | 2024-10-30T01:13:49.049Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2409 | 2024-10-30T01:13:49.478Z | Checking piper v0.2.4 |
2410 | 2024-10-30T01:13:49.689Z | Checking num-bigint v0.4.6 |
2411 | 2024-10-30T01:13:49.870Z | Checking des v0.8.1 |
2412 | 2024-10-30T01:13:50.123Z | Checking futures-timer v3.0.3 |
2413 | 2024-10-30T01:13:50.164Z | Compiling assert_cmd v2.0.16 |
2414 | 2024-10-30T01:13:50.452Z | Compiling guppy-workspace-hack v0.1.0 |
2415 | 2024-10-30T01:13:50.644Z | Compiling dhcproto-macros v0.1.0 |
2416 | 2024-10-30T01:13:50.850Z | Checking blocking v1.6.1 |
2417 | 2024-10-30T01:13:51.376Z | Checking async-executor v1.13.1 |
2418 | 2024-10-30T01:13:51.597Z | Checking dhcproto v0.12.0 |
2419 | 2024-10-30T01:13:51.678Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2420 | 2024-10-30T01:13:51.723Z | Checking async-signal v0.2.10 |
2421 | 2024-10-30T01:13:52.009Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2422 | 2024-10-30T01:13:52.223Z | Checking russh v0.45.0 |
2423 | 2024-10-30T01:13:52.290Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2424 | 2024-10-30T01:13:52.733Z | Checking event-listener v2.5.3 |
2425 | 2024-10-30T01:13:52.985Z | Checking internet-checksum v0.2.1 |
2426 | 2024-10-30T01:13:53.051Z | Compiling target-spec v3.2.2 |
2427 | 2024-10-30T01:13:53.686Z | Checking async-channel v1.9.0 |
2428 | 2024-10-30T01:13:53.758Z | Checking async-process v2.3.0 |
2429 | 2024-10-30T01:13:53.963Z | Checking async-global-executor v2.4.1 |
2430 | 2024-10-30T01:13:54.144Z | Checking cfg-expr v0.17.0 |
2431 | 2024-10-30T01:13:54.881Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2432 | 2024-10-30T01:13:54.999Z | Checking httptest v0.16.1 |
2433 | 2024-10-30T01:13:55.159Z | Checking rustls-native-certs v0.7.3 |
2434 | 2024-10-30T01:13:55.353Z | Checking num_cpus v1.16.0 |
2435 | 2024-10-30T01:13:55.498Z | Checking kv-log-macro v1.0.7 |
2436 | 2024-10-30T01:13:55.638Z | Compiling async-attributes v1.1.2 |
2437 | 2024-10-30T01:13:56.537Z | Checking async-std v1.13.0 |
2438 | 2024-10-30T01:13:56.556Z | Checking threadpool v1.8.1 |
2439 | 2024-10-30T01:13:56.786Z | Checking hyper-rustls v0.26.0 |
2440 | 2024-10-30T01:13:57.538Z | Checking pathdiff v0.2.2 |
2441 | 2024-10-30T01:13:57.623Z | Compiling rstest_macros v0.23.0 |
2442 | 2024-10-30T01:13:57.706Z | Checking nested v0.1.1 |
2443 | 2024-10-30T01:13:57.936Z | Checking escape8259 v0.5.3 |
2444 | 2024-10-30T01:13:58.155Z | Checking libtest-mimic v0.7.3 |
2445 | 2024-10-30T01:13:58.345Z | Checking guppy v0.17.8 |
2446 | 2024-10-30T01:13:58.626Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2447 | 2024-10-30T01:13:59.429Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2448 | 2024-10-30T01:13:59.710Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2449 | 2024-10-30T01:14:00.049Z | Checking similar-asserts v1.6.0 |
2450 | 2024-10-30T01:14:00.318Z | Checking fancy-regex v0.13.0 |
2451 | 2024-10-30T01:14:00.371Z | Checking serde_regex v1.1.0 |
2452 | 2024-10-30T01:14:00.436Z | Checking async-object-pool v0.1.5 |
2453 | 2024-10-30T01:14:00.619Z | Checking assert-json-diff v2.0.2 |
2454 | 2024-10-30T01:14:00.641Z | Compiling proc-macro-crate v3.2.0 |
2455 | 2024-10-30T01:14:00.922Z | Checking path-tree v0.8.1 |
2456 | 2024-10-30T01:14:01.058Z | Compiling relative-path v1.9.3 |
2457 | 2024-10-30T01:14:01.269Z | Compiling trybuild v1.0.100 |
2458 | 2024-10-30T01:14:01.746Z | Checking stringmetrics v2.2.2 |
2459 | 2024-10-30T01:14:01.804Z | Checking datatest-stable v0.2.9 |
2460 | 2024-10-30T01:14:02.009Z | Checking httpmock v0.8.0-alpha.1 |
2461 | 2024-10-30T01:14:02.151Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2462 | 2024-10-30T01:14:02.621Z | Checking blake2b_simd v1.0.2 |
2463 | 2024-10-30T01:14:03.073Z | Compiling git2 v0.19.0 |
2464 | 2024-10-30T01:14:03.496Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2465 | 2024-10-30T01:14:03.960Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2466 | 2024-10-30T01:14:04.295Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2467 | 2024-10-30T01:14:04.633Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2468 | 2024-10-30T01:14:04.963Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2469 | 2024-10-30T01:14:05.516Z | Checking serde_tokenstream v0.2.2 |
2470 | 2024-10-30T01:14:05.914Z | Checking uzers v0.12.1 |
2471 | 2024-10-30T01:14:06.501Z | Checking rust-argon2 v2.1.0 |
2472 | 2024-10-30T01:14:07.233Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2473 | 2024-10-30T01:14:08.323Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2474 | 2024-10-30T01:14:11.509Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2475 | 2024-10-30T01:14:11.833Z | Checking rand_distr v0.4.3 |
2476 | 2024-10-30T01:14:12.640Z | Checking multimap v0.10.0 |
2477 | 2024-10-30T01:14:12.943Z | Checking rstest v0.23.0 |
2478 | 2024-10-30T01:14:12.965Z | Checking approx v0.5.1 |
2479 | 2024-10-30T01:14:13.218Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2480 | 2024-10-30T01:14:13.221Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2481 | 2024-10-30T01:14:13.812Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2482 | 2024-10-30T01:14:14.405Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2483 | 2024-10-30T01:14:14.638Z | Checking partial-io v0.5.4 |
2484 | 2024-10-30T01:14:14.747Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2485 | 2024-10-30T01:14:15.034Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2486 | 2024-10-30T01:14:15.062Z | Checking cargo_toml v0.20.5 |
2487 | 2024-10-30T01:14:15.878Z | Checking termios v0.3.3 |
2488 | 2024-10-30T01:14:16.131Z | Compiling indoc v2.0.5 |
2489 | 2024-10-30T01:14:16.282Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2490 | 2024-10-30T01:14:17.099Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2491 | 2024-10-30T01:14:18.598Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2492 | 2024-10-30T01:14:19.384Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2493 | 2024-10-30T01:14:20.339Z | Compiling polar-core v0.27.3 |
2494 | 2024-10-30T01:14:31.398Z | Checking oso v0.27.3 |
2495 | 2024-10-30T01:14:34.996Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2496 | 2024-10-30T01:14:42.725Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2497 | 2024-10-30T01:15:07.881Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2498 | 2024-10-30T01:15:09.288Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2499 | 2024-10-30T01:15:10.522Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2500 | 2024-10-30T01:15:35.154Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2501 | 2024-10-30T01:15:35.154Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2502 | 2024-10-30T01:15:35.157Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2503 | 2024-10-30T01:17:02.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 31s |
2504 | 2024-10-30T01:17:02.766Z | |
2505 | 2024-10-30T01:17:02.766Z | real 6:35.844887690 |
2506 | 2024-10-30T01:17:02.766Z | user 37:13.912183318 |
2507 | 2024-10-30T01:17:02.766Z | sys 6:25.225672543 |
2508 | 2024-10-30T01:17:02.766Z | trap 0.980750216 |
2509 | 2024-10-30T01:17:02.766Z | tflt 3.016155005 |
2510 | 2024-10-30T01:17:02.766Z | dflt 0.625349804 |
2511 | 2024-10-30T01:17:02.766Z | kflt 0.001836397 |
2512 | 2024-10-30T01:17:02.766Z | lock 56:08.676493742 |
2513 | 2024-10-30T01:17:02.766Z | slp 2:09:27.097722191 |
2514 | 2024-10-30T01:17:02.766Z | lat 1:39.075128594 |
2515 | 2024-10-30T01:17:02.769Z | stop 5:57.983037031 |
2516 | 2024-10-30T01:17:02.769Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2517 | 2024-10-30T01:17:02.769Z | + ptime -m cargo doc --workspace --no-deps |
2518 | 2024-10-30T01:17:04.004Z | warning: output filename collision. |
2519 | 2024-10-30T01:17:04.004Z | 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)`. |
2520 | 2024-10-30T01:17:04.004Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2521 | 2024-10-30T01:17:04.004Z | The targets should have unique names. |
2522 | 2024-10-30T01:17:04.004Z | This is a known bug where multiple crates with the same name use |
2523 | 2024-10-30T01:17:04.004Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2524 | 2024-10-30T01:17:04.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2525 | 2024-10-30T01:17:04.478Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2526 | 2024-10-30T01:17:04.496Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2527 | 2024-10-30T01:17:04.533Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2528 | 2024-10-30T01:17:04.564Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2529 | 2024-10-30T01:17:04.567Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2530 | 2024-10-30T01:17:04.721Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2531 | 2024-10-30T01:17:04.818Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2532 | 2024-10-30T01:17:04.818Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2533 | 2024-10-30T01:17:04.821Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2534 | 2024-10-30T01:17:04.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2535 | 2024-10-30T01:17:05.057Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2536 | 2024-10-30T01:17:05.131Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2537 | 2024-10-30T01:17:05.372Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2538 | 2024-10-30T01:17:05.618Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2539 | 2024-10-30T01:17:07.899Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2540 | 2024-10-30T01:17:08.265Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2541 | 2024-10-30T01:17:08.505Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2542 | 2024-10-30T01:17:08.869Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2543 | 2024-10-30T01:17:09.739Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2544 | 2024-10-30T01:17:10.101Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2545 | 2024-10-30T01:17:10.117Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2546 | 2024-10-30T01:17:10.434Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2547 | 2024-10-30T01:17:10.786Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2548 | 2024-10-30T01:17:10.999Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2549 | 2024-10-30T01:17:11.308Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2550 | 2024-10-30T01:17:11.630Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2551 | 2024-10-30T01:17:11.633Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2552 | 2024-10-30T01:17:11.833Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2553 | 2024-10-30T01:17:11.853Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2554 | 2024-10-30T01:17:11.978Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2555 | 2024-10-30T01:17:12.173Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2556 | 2024-10-30T01:17:12.360Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2557 | 2024-10-30T01:17:12.505Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2558 | 2024-10-30T01:17:12.660Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2559 | 2024-10-30T01:17:12.865Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2560 | 2024-10-30T01:17:12.911Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2561 | 2024-10-30T01:17:12.997Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2562 | 2024-10-30T01:17:13.397Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2563 | 2024-10-30T01:17:13.680Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2564 | 2024-10-30T01:17:18.121Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2565 | 2024-10-30T01:17:18.642Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2566 | 2024-10-30T01:17:19.058Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2567 | 2024-10-30T01:17:19.339Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2568 | 2024-10-30T01:17:19.474Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2569 | 2024-10-30T01:17:19.910Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2570 | 2024-10-30T01:17:21.002Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2571 | 2024-10-30T01:17:21.580Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2572 | 2024-10-30T01:17:21.750Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2573 | 2024-10-30T01:17:21.753Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2574 | 2024-10-30T01:17:23.080Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2575 | 2024-10-30T01:17:28.137Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2576 | 2024-10-30T01:17:28.798Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2577 | 2024-10-30T01:17:29.407Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2578 | 2024-10-30T01:17:29.920Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2579 | 2024-10-30T01:17:29.947Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2580 | 2024-10-30T01:17:30.379Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2024-10-30T01:17:30.381Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2582 | 2024-10-30T01:17:31.199Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2583 | 2024-10-30T01:17:31.680Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2584 | 2024-10-30T01:17:32.030Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2585 | 2024-10-30T01:17:32.724Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2586 | 2024-10-30T01:17:33.205Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2587 | 2024-10-30T01:17:33.368Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2588 | 2024-10-30T01:17:33.478Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2589 | 2024-10-30T01:17:33.818Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2590 | 2024-10-30T01:17:34.216Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2591 | 2024-10-30T01:17:34.465Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2592 | 2024-10-30T01:17:34.602Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2593 | 2024-10-30T01:17:34.721Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2594 | 2024-10-30T01:17:35.031Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2595 | 2024-10-30T01:17:35.481Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2596 | 2024-10-30T01:17:35.704Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2597 | 2024-10-30T01:17:35.706Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2598 | 2024-10-30T01:17:36.505Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2599 | 2024-10-30T01:17:36.557Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2600 | 2024-10-30T01:17:37.364Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2601 | 2024-10-30T01:17:37.589Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2602 | 2024-10-30T01:17:37.968Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2603 | 2024-10-30T01:17:38.239Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2604 | 2024-10-30T01:17:38.344Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2605 | 2024-10-30T01:17:38.590Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2606 | 2024-10-30T01:17:38.636Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2607 | 2024-10-30T01:17:39.098Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2608 | 2024-10-30T01:17:39.129Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2609 | 2024-10-30T01:17:39.173Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2610 | 2024-10-30T01:17:39.693Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2611 | 2024-10-30T01:17:39.855Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2612 | 2024-10-30T01:17:40.289Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2613 | 2024-10-30T01:17:40.559Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2614 | 2024-10-30T01:17:40.860Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2615 | 2024-10-30T01:17:41.595Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2616 | 2024-10-30T01:17:42.908Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2617 | 2024-10-30T01:17:42.928Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2618 | 2024-10-30T01:17:43.873Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2619 | 2024-10-30T01:17:44.307Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2620 | 2024-10-30T01:17:44.572Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2621 | 2024-10-30T01:17:44.962Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2622 | 2024-10-30T01:17:44.984Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2623 | 2024-10-30T01:17:45.881Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2624 | 2024-10-30T01:17:48.741Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2625 | 2024-10-30T01:17:49.019Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2626 | 2024-10-30T01:17:49.678Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2627 | 2024-10-30T01:17:49.845Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2628 | 2024-10-30T01:17:51.254Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2629 | 2024-10-30T01:17:54.781Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2630 | 2024-10-30T01:17:55.748Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2631 | 2024-10-30T01:17:58.894Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2632 | 2024-10-30T01:18:00.040Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2633 | 2024-10-30T01:18:08.777Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2634 | 2024-10-30T01:18:09.505Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2635 | 2024-10-30T01:18:10.640Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2636 | 2024-10-30T01:18:56.915Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2637 | 2024-10-30T01:18:58.343Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2638 | 2024-10-30T01:18:58.732Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2639 | 2024-10-30T01:19:00.782Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2640 | 2024-10-30T01:19:03.749Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2641 | 2024-10-30T01:19:06.077Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2642 | 2024-10-30T01:19:13.513Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2643 | 2024-10-30T01:19:31.437Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2644 | 2024-10-30T01:19:37.027Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2645 | 2024-10-30T01:19:39.382Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2646 | 2024-10-30T01:19:40.344Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2647 | 2024-10-30T01:19:40.490Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2648 | 2024-10-30T01:19:43.274Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2649 | 2024-10-30T01:19:43.605Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2650 | 2024-10-30T01:19:44.900Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2651 | 2024-10-30T01:19:47.080Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2652 | 2024-10-30T01:19:59.367Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2653 | 2024-10-30T01:20:25.860Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2654 | 2024-10-30T01:20:26.832Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2655 | 2024-10-30T01:20:30.464Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2656 | 2024-10-30T01:20:33.807Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2657 | 2024-10-30T01:20:34.770Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2658 | 2024-10-30T01:20:47.815Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2659 | 2024-10-30T01:20:53.925Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2660 | 2024-10-30T01:20:58.508Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2661 | 2024-10-30T01:21:02.950Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2662 | 2024-10-30T01:21:06.602Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2663 | 2024-10-30T01:21:11.332Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2664 | 2024-10-30T01:21:11.566Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2665 | 2024-10-30T01:21:17.221Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2666 | 2024-10-30T01:21:27.708Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2667 | 2024-10-30T01:21:27.925Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2668 | 2024-10-30T01:21:29.068Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2669 | 2024-10-30T01:21:31.708Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2670 | 2024-10-30T01:21:41.407Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2671 | 2024-10-30T01:21:47.106Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2672 | 2024-10-30T01:21:47.245Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2673 | 2024-10-30T01:21:48.606Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2674 | 2024-10-30T01:21:55.901Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2675 | 2024-10-30T01:22:01.508Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2676 | 2024-10-30T01:22:03.292Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2677 | 2024-10-30T01:22:04.913Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2678 | 2024-10-30T01:22:06.384Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2679 | 2024-10-30T01:22:10.464Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2680 | 2024-10-30T01:22:17.011Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2681 | 2024-10-30T01:22:19.198Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2682 | 2024-10-30T01:22:20.019Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2683 | 2024-10-30T01:22:21.180Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2684 | 2024-10-30T01:22:23.161Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2024-10-30T01:22:32.481Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2686 | 2024-10-30T01:22:35.301Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2687 | 2024-10-30T01:22:36.649Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2688 | 2024-10-30T01:22:39.114Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2689 | 2024-10-30T01:22:39.683Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2690 | 2024-10-30T01:22:41.497Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2691 | 2024-10-30T01:22:42.717Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2692 | 2024-10-30T01:22:46.082Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2693 | 2024-10-30T01:22:50.325Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2694 | 2024-10-30T01:22:52.268Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2695 | 2024-10-30T01:22:53.518Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2696 | 2024-10-30T01:22:55.389Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2697 | 2024-10-30T01:22:58.203Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2698 | 2024-10-30T01:22:59.710Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2699 | 2024-10-30T01:23:03.428Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2024-10-30T01:23:06.572Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2701 | 2024-10-30T01:23:07.716Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2702 | 2024-10-30T01:23:11.324Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2703 | 2024-10-30T01:23:12.273Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2704 | 2024-10-30T01:23:13.727Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2705 | 2024-10-30T01:23:13.933Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2706 | 2024-10-30T01:23:19.881Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2707 | 2024-10-30T01:23:21.165Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2708 | 2024-10-30T01:23:23.458Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2709 | 2024-10-30T01:23:25.500Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2710 | 2024-10-30T01:23:26.793Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2711 | 2024-10-30T01:23:31.642Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2712 | 2024-10-30T01:23:33.145Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2713 | 2024-10-30T01:23:34.814Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2714 | 2024-10-30T01:23:36.568Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2715 | 2024-10-30T01:23:40.862Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2716 | 2024-10-30T01:23:41.038Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2717 | 2024-10-30T01:23:42.426Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2718 | 2024-10-30T01:23:45.001Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2719 | 2024-10-30T01:23:45.343Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2720 | 2024-10-30T01:23:49.105Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2721 | 2024-10-30T01:23:49.857Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2722 | 2024-10-30T01:23:51.551Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2723 | 2024-10-30T01:23:53.380Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2724 | 2024-10-30T01:23:54.420Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2725 | 2024-10-30T01:23:59.652Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2726 | 2024-10-30T01:24:03.448Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2727 | 2024-10-30T01:24:03.593Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2728 | 2024-10-30T01:24:05.698Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2729 | 2024-10-30T01:24:06.512Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2730 | 2024-10-30T01:24:07.070Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2731 | 2024-10-30T01:24:07.104Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2732 | 2024-10-30T01:24:08.307Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2733 | 2024-10-30T01:24:08.899Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2734 | 2024-10-30T01:24:09.960Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2735 | 2024-10-30T01:24:12.022Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2736 | 2024-10-30T01:24:12.209Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2737 | 2024-10-30T01:24:13.760Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2738 | 2024-10-30T01:24:15.701Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2739 | 2024-10-30T01:24:17.130Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2740 | 2024-10-30T01:24:49.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 46s |
2741 | 2024-10-30T01:24:49.584Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2742 | 2024-10-30T01:24:49.649Z | |
2743 | 2024-10-30T01:24:49.651Z | real 7:46.802944646 |
2744 | 2024-10-30T01:24:49.651Z | user 23:42.470580720 |
2745 | 2024-10-30T01:24:49.651Z | sys 34:09.479736564 |
2746 | 2024-10-30T01:24:49.651Z | trap 0.403809457 |
2747 | 2024-10-30T01:24:49.651Z | tflt 0.283696960 |
2748 | 2024-10-30T01:24:49.651Z | dflt 0.173645032 |
2749 | 2024-10-30T01:24:49.651Z | kflt 0.000057585 |
2750 | 2024-10-30T01:24:49.651Z | lock 1:17:22.619841180 |
2751 | 2024-10-30T01:24:49.651Z | slp 2:11:07.111135663 |
2752 | 2024-10-30T01:24:49.652Z | lat 1:10.695798357 |
2753 | 2024-10-30T01:24:49.652Z | stop 1:07.345836167 |
2754 | 2024-10-30T01:24:49.652Z | process exited: duration 1100860 ms, exit code 0 |
|
2755 | 2024-10-30T01:24:49.657Z | found 0 output files |