|
|
|
1 | 2024-08-28T22:25:54.703Z | job assigned to worker 01J6DHFESPJC9GHMCFC5PG16QR (queued for 48 s) |
|
2 | 2024-08-28T22:26:01.961Z | starting task 0: "setup" |
3 | 2024-08-28T22:26:01.967Z | ++ uname -s |
4 | 2024-08-28T22:26:01.971Z | + kern=SunOS |
5 | 2024-08-28T22:26:01.971Z | + case "$kern" in |
6 | 2024-08-28T22:26:01.971Z | + groupadd -g 12345 build |
7 | 2024-08-28T22:26:01.973Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T22:26:03.983Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T22:26:04.508Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T22:26:04.513Z | + home_fs=zfs |
11 | 2024-08-28T22:26:04.513Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T22:26:04.513Z | + mkdir -p /home/build |
13 | 2024-08-28T22:26:04.513Z | + chown build:build /home/build /work |
14 | 2024-08-28T22:26:06.109Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T22:26:06.113Z | process exited: duration 4153 ms, exit code 0 |
|
16 | 2024-08-28T22:26:06.120Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T22:26:06.126Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T22:26:06.126Z | ' 1.80.1 |
19 | 2024-08-28T22:26:06.126Z | * toolchain channel = "1.80.1" |
20 | 2024-08-28T22:26:06.128Z | * toolchain profile = "default" |
21 | 2024-08-28T22:26:06.128Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-28T22:26:06.128Z | ' default |
23 | 2024-08-28T22:26:06.128Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T22:26:06.128Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T22:26:06.219Z | info: downloading installer |
26 | 2024-08-28T22:26:07.920Z | info: profile set to 'default' |
27 | 2024-08-28T22:26:07.920Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T22:26:07.923Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T22:26:08.052Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T22:26:08.052Z | info: downloading component 'cargo' |
31 | 2024-08-28T22:26:08.730Z | info: downloading component 'clippy' |
32 | 2024-08-28T22:26:08.969Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T22:26:09.909Z | info: downloading component 'rust-std' |
34 | 2024-08-28T22:26:11.227Z | info: downloading component 'rustc' |
35 | 2024-08-28T22:26:14.870Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T22:26:15.070Z | info: installing component 'cargo' |
37 | 2024-08-28T22:26:15.933Z | info: installing component 'clippy' |
38 | 2024-08-28T22:26:16.281Z | info: installing component 'rust-docs' |
39 | 2024-08-28T22:26:17.895Z | info: installing component 'rust-std' |
40 | 2024-08-28T22:26:19.629Z | info: installing component 'rustc' |
41 | 2024-08-28T22:26:24.615Z | info: installing component 'rustfmt' |
42 | 2024-08-28T22:26:24.615Z | |
43 | 2024-08-28T22:26:24.615Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-28T22:26:24.658Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T22:26:24.658Z | |
46 | 2024-08-28T22:26:24.658Z | |
47 | 2024-08-28T22:26:24.658Z | Rust is installed now. Great! |
48 | 2024-08-28T22:26:24.658Z | |
49 | 2024-08-28T22:26:24.658Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T22:26:24.658Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T22:26:24.658Z | |
52 | 2024-08-28T22:26:24.658Z | To configure your current shell, you need to source |
53 | 2024-08-28T22:26:24.658Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T22:26:24.658Z | |
55 | 2024-08-28T22:26:24.658Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T22:26:24.658Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T22:26:24.658Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T22:26:24.658Z | + rustc --version |
59 | 2024-08-28T22:26:24.658Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T22:26:24.658Z | process exited: duration 18491 ms, exit code 0 |
|
61 | 2024-08-28T22:26:24.691Z | starting task 2: "authentication" |
62 | 2024-08-28T22:26:24.712Z | process exited: duration 46 ms, exit code 0 |
|
63 | 2024-08-28T22:26:24.717Z | starting task 3: "clone repository" |
64 | 2024-08-28T22:26:24.725Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T22:26:24.727Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T22:26:24.985Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T22:26:31.065Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T22:26:31.065Z | + git fetch origin 9189023e044977abc9abfb373f4c1c1bbc795459 |
69 | 2024-08-28T22:26:31.349Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T22:26:31.349Z | * branch 9189023e044977abc9abfb373f4c1c1bbc795459 -> FETCH_HEAD |
71 | 2024-08-28T22:26:31.360Z | + [[ -n dap/live-tests-follow-up ]] |
72 | 2024-08-28T22:26:31.363Z | ++ git branch --show-current |
73 | 2024-08-28T22:26:31.365Z | + current=main |
74 | 2024-08-28T22:26:31.365Z | + [[ main != dap/live-tests-follow-up ]] |
75 | 2024-08-28T22:26:31.365Z | + git branch -f dap/live-tests-follow-up 9189023e044977abc9abfb373f4c1c1bbc795459 |
76 | 2024-08-28T22:26:31.368Z | + git checkout -f dap/live-tests-follow-up |
77 | 2024-08-28T22:26:31.480Z | Switched to branch 'dap/live-tests-follow-up' |
78 | 2024-08-28T22:26:31.484Z | + git reset --hard 9189023e044977abc9abfb373f4c1c1bbc795459 |
79 | 2024-08-28T22:26:31.595Z | HEAD is now at 9189023e0 fix README |
80 | 2024-08-28T22:26:31.598Z | process exited: duration 6879 ms, exit code 0 |
|
81 | 2024-08-28T22:26:31.605Z | starting task 4: "build" |
82 | 2024-08-28T22:26:31.610Z | + cargo --version |
83 | 2024-08-28T22:26:31.664Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-28T22:26:31.667Z | + rustc --version |
85 | 2024-08-28T22:26:31.727Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-28T22:26:31.730Z | + source ./env.sh |
87 | 2024-08-28T22:26:31.732Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-28T22:26:31.732Z | ++ set -o xtrace |
89 | 2024-08-28T22:26:31.734Z | ++++ dirname ./env.sh |
90 | 2024-08-28T22:26:31.734Z | +++ readlink -f . |
91 | 2024-08-28T22:26:31.753Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-28T22:26:31.755Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-28T22:26:31.755Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-28T22:26:31.755Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-28T22:26:31.756Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-28T22:26:31.756Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-28T22:26:31.756Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-28T22:26:31.756Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-28T22:26:31.756Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-28T22:26:31.756Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-28T22:26:31.756Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-28T22:26:31.756Z | + banner prerequisites |
103 | 2024-08-28T22:26:31.771Z | |
104 | 2024-08-28T22:26:31.771Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-28T22:26:31.771Z | # # # # # # # # # # # # # # # |
106 | 2024-08-28T22:26:31.771Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-28T22:26:31.771Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-28T22:26:31.771Z | # # # # # # # # # # # # # # # |
109 | 2024-08-28T22:26:31.771Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-28T22:26:31.771Z | |
111 | 2024-08-28T22:26:31.774Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-28T22:26:38.165Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-28T22:26:40.600Z | Startup: Caching catalogs ... Done |
114 | 2024-08-28T22:26:42.622Z | Planning: Solver setup ... Done (1.438s) |
115 | 2024-08-28T22:26:42.637Z | Planning: Running solver ... Done (0.023s) |
116 | 2024-08-28T22:26:42.790Z | Planning: Finding local manifests ... Done (0.111s) |
117 | 2024-08-28T22:26:42.803Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-28T22:26:43.420Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-28T22:26:43.772Z | Planning: Package planning ... Done (0.351s) |
120 | 2024-08-28T22:26:43.828Z | Planning: Merging actions ... Done (0.056s) |
121 | 2024-08-28T22:26:45.243Z | Planning: Checking for conflicting actions ... Done (1.415s) |
122 | 2024-08-28T22:26:54.445Z | Planning: Consolidating action changes ... Done (9.201s) |
123 | 2024-08-28T22:26:54.849Z | Planning: Evaluating mediators ... Done (0.404s) |
124 | 2024-08-28T22:26:54.989Z | Planning: Planning completed in 14.32 seconds |
125 | 2024-08-28T22:26:55.973Z | Packages to install: 4 |
126 | 2024-08-28T22:26:55.973Z | Packages to update: 1 |
127 | 2024-08-28T22:26:55.973Z | Mediators to change: 2 |
128 | 2024-08-28T22:26:55.973Z | Services to change: 1 |
129 | 2024-08-28T22:26:55.977Z | Estimated space available: 155.72 GB |
130 | 2024-08-28T22:26:55.977Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-28T22:26:55.977Z | Create boot environment: No |
132 | 2024-08-28T22:26:55.977Z | Create backup boot environment: Yes |
133 | 2024-08-28T22:26:55.977Z | Rebuild boot archive: No |
134 | 2024-08-28T22:26:55.977Z | |
135 | 2024-08-28T22:26:55.977Z | Changed mediators: |
136 | 2024-08-28T22:26:55.977Z | mediator clang: |
137 | 2024-08-28T22:26:55.977Z | version: None -> 15 (system default) |
138 | 2024-08-28T22:26:55.977Z | |
139 | 2024-08-28T22:26:55.977Z | mediator llvm: |
140 | 2024-08-28T22:26:55.977Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-28T22:26:55.977Z | |
142 | 2024-08-28T22:26:55.977Z | Changed packages: |
143 | 2024-08-28T22:26:55.977Z | helios-dev |
144 | 2024-08-28T22:26:55.977Z | developer/build-essential |
145 | 2024-08-28T22:26:55.977Z | None -> 11-2.0 |
146 | 2024-08-28T22:26:55.977Z | library/libxmlsec1 |
147 | 2024-08-28T22:26:55.977Z | None -> 1.2.35-2.0 |
148 | 2024-08-28T22:26:55.977Z | ooce/developer/clang-15 |
149 | 2024-08-28T22:26:55.977Z | None -> 15.0.7-2.0 |
150 | 2024-08-28T22:26:55.977Z | ooce/developer/llvm-15 |
151 | 2024-08-28T22:26:55.977Z | None -> 15.0.7-2.0 |
152 | 2024-08-28T22:26:55.977Z | package/pkg |
153 | 2024-08-28T22:26:55.977Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-28T22:26:55.977Z | |
155 | 2024-08-28T22:26:55.977Z | Services: |
156 | 2024-08-28T22:26:55.977Z | restart_fmri: |
157 | 2024-08-28T22:26:55.977Z | svc:/system/update-man-index:default |
158 | 2024-08-28T22:26:55.977Z | |
159 | 2024-08-28T22:26:55.978Z | Editable files to change: |
160 | 2024-08-28T22:26:55.978Z | Update: |
161 | 2024-08-28T22:26:55.978Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-28T22:26:56.266Z | |
163 | 2024-08-28T22:26:56.266Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-28T22:27:01.279Z | Download: 669/4281 items 18.0/220.6MB 8% complete (3.8M/s) |
165 | 2024-08-28T22:27:06.279Z | Download: 1190/4281 items 62.2/220.6MB 28% complete (6.2M/s) |
166 | 2024-08-28T22:27:11.291Z | Download: 1441/4281 items 114.8/220.6MB 52% complete (9.7M/s) |
167 | 2024-08-28T22:27:16.359Z | Download: 2090/4281 items 118.7/220.6MB 53% complete (6.8M/s) |
168 | 2024-08-28T22:27:22.400Z | Download: 2222/4281 items 119.1/220.6MB 53% complete (3.7M/s) |
169 | 2024-08-28T22:27:27.414Z | Download: 2867/4281 items 121.1/220.6MB 54% complete (238k/s) |
170 | 2024-08-28T22:27:32.414Z | Download: 3495/4281 items 215.3/220.6MB 97% complete (11.0M/s) |
171 | 2024-08-28T22:27:36.047Z | Download: Completed 220.60 MB in 39.78 seconds (5.5M/s) |
172 | 2024-08-28T22:27:37.945Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-08-28T22:27:37.951Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-08-28T22:27:43.005Z | Actions: 4096/5063 actions (Installing new actions) |
175 | 2024-08-28T22:27:43.878Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-08-28T22:27:44.306Z | Actions: Completed 5063 actions in 6.40 seconds. |
177 | 2024-08-28T22:27:44.601Z | Done (0.287s) |
178 | 2024-08-28T22:27:44.603Z | Done (0.000s) |
179 | 2024-08-28T22:27:44.980Z | Done (0.378s) |
180 | 2024-08-28T22:27:52.293Z | Done (7.134s) |
181 | 2024-08-28T22:27:52.854Z | Done (0.480s) |
182 | 2024-08-28T22:27:52.856Z | Done (0.000s) |
183 | 2024-08-28T22:27:53.035Z | Done (0.000s) |
184 | 2024-08-28T22:27:53.684Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-08-28T22:27:53.848Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-08-28T22:27:53.850Z | Planning: Consolidating action changes ... Done |
187 | 2024-08-28T22:27:54.126Z | Planning: Evaluating mediators ... Done |
188 | 2024-08-28T22:27:54.128Z | Planning: Planning completed in 0.44 seconds |
189 | 2024-08-28T22:27:54.181Z | Mediators to change: 2 |
190 | 2024-08-28T22:27:54.181Z | Create boot environment: No |
191 | 2024-08-28T22:27:54.189Z | Create backup boot environment: No |
192 | 2024-08-28T22:27:54.258Z | Done |
193 | 2024-08-28T22:27:54.258Z | Done |
194 | 2024-08-28T22:27:54.486Z | Done |
195 | 2024-08-28T22:27:58.360Z | Done |
196 | 2024-08-28T22:27:58.461Z | Done |
197 | 2024-08-28T22:27:58.464Z | Done |
198 | 2024-08-28T22:27:58.580Z | Done |
199 | 2024-08-28T22:27:59.208Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-08-28T22:27:59.211Z | Planning: Merging actions ... Done |
201 | 2024-08-28T22:27:59.414Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-08-28T22:27:59.417Z | Planning: Consolidating action changes ... Done |
203 | 2024-08-28T22:27:59.693Z | Planning: Evaluating mediators ... Done |
204 | 2024-08-28T22:27:59.751Z | Planning: Planning completed in 0.79 seconds |
205 | 2024-08-28T22:27:59.796Z | Packages to change: 1 |
206 | 2024-08-28T22:27:59.796Z | Mediators to change: 1 |
207 | 2024-08-28T22:27:59.796Z | Services to change: 1 |
208 | 2024-08-28T22:27:59.799Z | Create boot environment: No |
209 | 2024-08-28T22:27:59.800Z | Create backup boot environment: Yes |
210 | 2024-08-28T22:28:01.697Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-08-28T22:28:01.862Z | Actions: Completed 6 actions in 0.16 seconds. |
212 | 2024-08-28T22:28:01.865Z | Done |
213 | 2024-08-28T22:28:01.865Z | Done |
214 | 2024-08-28T22:28:01.944Z | Done |
215 | 2024-08-28T22:28:05.896Z | Done |
216 | 2024-08-28T22:28:05.994Z | Done |
217 | 2024-08-28T22:28:06.005Z | Done |
218 | 2024-08-28T22:28:06.110Z | Done |
219 | 2024-08-28T22:28:06.557Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-08-28T22:28:06.558Z | clang system 15 system |
221 | 2024-08-28T22:28:06.558Z | csh system system illumos |
222 | 2024-08-28T22:28:06.558Z | ctags system system illumos |
223 | 2024-08-28T22:28:06.558Z | gcc vendor 12 vendor |
224 | 2024-08-28T22:28:06.558Z | gcc system 10 system |
225 | 2024-08-28T22:28:06.558Z | gcc system 7 system |
226 | 2024-08-28T22:28:06.558Z | go system 1.20 system |
227 | 2024-08-28T22:28:06.558Z | go system 1.19 system |
228 | 2024-08-28T22:28:06.558Z | llvm system 15 system |
229 | 2024-08-28T22:28:06.558Z | llvm system 14 system |
230 | 2024-08-28T22:28:06.558Z | mariadb system 10.6 system |
231 | 2024-08-28T22:28:06.558Z | mta vendor vendor dma |
232 | 2024-08-28T22:28:06.558Z | openjdk system 17 system |
233 | 2024-08-28T22:28:06.558Z | openjdk system 11 system |
234 | 2024-08-28T22:28:06.558Z | openjdk system 1.8 system |
235 | 2024-08-28T22:28:06.558Z | openssl vendor 3 vendor |
236 | 2024-08-28T22:28:06.558Z | perl system 5.36 system |
237 | 2024-08-28T22:28:06.558Z | postgresql system 15 system |
238 | 2024-08-28T22:28:06.558Z | postgresql system 13 system |
239 | 2024-08-28T22:28:06.558Z | python vendor 3 vendor |
240 | 2024-08-28T22:28:06.558Z | python system 2 system |
241 | 2024-08-28T22:28:06.558Z | python3 system 3.11 system |
242 | 2024-08-28T22:28:06.558Z | ruby system 3.0 system |
243 | 2024-08-28T22:28:06.558Z | words vendor vendor american-english |
244 | 2024-08-28T22:28:06.558Z | words system system australian-english |
245 | 2024-08-28T22:28:06.558Z | words system system british-english |
246 | 2024-08-28T22:28:06.558Z | words system system canadian-english |
247 | 2024-08-28T22:28:06.558Z | words system system french |
248 | 2024-08-28T22:28:06.558Z | words system system italian |
249 | 2024-08-28T22:28:06.558Z | words system system ngerman |
250 | 2024-08-28T22:28:06.558Z | words system system ogerman |
251 | 2024-08-28T22:28:06.558Z | words system system spanish |
252 | 2024-08-28T22:28:06.897Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-08-28T22:28:06.897Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-08-28T22:28:08.710Z | FMRI IFO |
255 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-08-28T22:28:08.710Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-08-28T22:28:09.345Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-08-28T22:28:09.592Z | Updating git repository `https://github.com/oxidecomputer/zone` |
270 | 2024-08-28T22:28:09.858Z | Updating crates.io index |
271 | 2024-08-28T22:28:09.978Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-08-28T22:28:10.731Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-08-28T22:28:11.512Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-08-28T22:28:11.757Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-08-28T22:28:13.268Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-08-28T22:28:13.513Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-08-28T22:28:13.750Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-08-28T22:28:14.770Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-08-28T22:28:16.684Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-08-28T22:28:17.638Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-08-28T22:28:18.259Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-08-28T22:28:18.514Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-08-28T22:28:19.128Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-08-28T22:28:19.405Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
285 | 2024-08-28T22:28:19.699Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-08-28T22:28:20.037Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-08-28T22:28:20.279Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-08-28T22:28:20.545Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-08-28T22:28:20.820Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-08-28T22:28:21.087Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-08-28T22:28:21.615Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-08-28T22:28:21.926Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-08-28T22:28:22.261Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-08-28T22:28:22.828Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-08-28T22:28:23.130Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-08-28T22:28:23.609Z | Updating git repository `https://github.com/oxidecomputer/typify` |
297 | 2024-08-28T22:28:25.819Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-08-28T22:28:26.062Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-08-28T22:28:26.337Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-08-28T22:28:26.728Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
301 | 2024-08-28T22:28:27.881Z | Downloading crates ... |
302 | 2024-08-28T22:28:27.961Z | Downloaded anstream v0.6.14 |
303 | 2024-08-28T22:28:27.965Z | Downloaded bytecount v0.6.8 |
304 | 2024-08-28T22:28:27.973Z | Downloaded camino v1.1.9 |
305 | 2024-08-28T22:28:27.976Z | Downloaded equivalent v1.0.1 |
306 | 2024-08-28T22:28:27.989Z | Downloaded is_terminal_polyfill v1.70.0 |
307 | 2024-08-28T22:28:27.991Z | Downloaded block-buffer v0.10.4 |
308 | 2024-08-28T22:28:27.994Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-08-28T22:28:28.003Z | Downloaded anstyle-parse v0.2.4 |
310 | 2024-08-28T22:28:28.006Z | Downloaded digest v0.10.7 |
311 | 2024-08-28T22:28:28.008Z | Downloaded thiserror v1.0.63 |
312 | 2024-08-28T22:28:28.011Z | Downloaded generic-array v0.14.7 |
313 | 2024-08-28T22:28:28.013Z | Downloaded usdt-macro v0.5.0 |
314 | 2024-08-28T22:28:28.013Z | Downloaded toml_datetime v0.6.8 |
315 | 2024-08-28T22:28:28.016Z | Downloaded thread-id v4.2.1 |
316 | 2024-08-28T22:28:28.016Z | Downloaded cpufeatures v0.2.12 |
317 | 2024-08-28T22:28:28.020Z | Downloaded strsim v0.11.1 |
318 | 2024-08-28T22:28:28.020Z | Downloaded terminal_size v0.3.0 |
319 | 2024-08-28T22:28:28.022Z | Downloaded pest_generator v2.7.10 |
320 | 2024-08-28T22:28:28.022Z | Downloaded cfg-if v1.0.0 |
321 | 2024-08-28T22:28:28.022Z | Downloaded fastrand v2.1.0 |
322 | 2024-08-28T22:28:28.069Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-08-28T22:28:28.069Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-08-28T22:28:28.082Z | Downloaded fnv v1.0.7 |
325 | 2024-08-28T22:28:28.082Z | Downloaded clap_lex v0.7.0 |
326 | 2024-08-28T22:28:28.082Z | Downloaded serde_spanned v0.6.7 |
327 | 2024-08-28T22:28:28.083Z | Downloaded heck v0.5.0 |
328 | 2024-08-28T22:28:28.083Z | Downloaded dtrace-parser v0.2.0 |
329 | 2024-08-28T22:28:28.083Z | Downloaded sha2 v0.10.8 |
330 | 2024-08-28T22:28:28.083Z | Downloaded quote v1.0.36 |
331 | 2024-08-28T22:28:28.083Z | Downloaded semver v1.0.23 |
332 | 2024-08-28T22:28:28.083Z | Downloaded typenum v1.17.0 |
333 | 2024-08-28T22:28:28.083Z | Downloaded cargo_metadata v0.18.1 |
334 | 2024-08-28T22:28:28.083Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-08-28T22:28:28.083Z | Downloaded scroll v0.12.0 |
336 | 2024-08-28T22:28:28.083Z | Downloaded byteorder v1.5.0 |
337 | 2024-08-28T22:28:28.083Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-08-28T22:28:28.083Z | Downloaded anstyle-query v1.0.3 |
339 | 2024-08-28T22:28:28.085Z | Downloaded serde_derive v1.0.208 |
340 | 2024-08-28T22:28:28.086Z | Downloaded colorchoice v1.0.1 |
341 | 2024-08-28T22:28:28.088Z | Downloaded swrite v0.1.0 |
342 | 2024-08-28T22:28:28.094Z | Downloaded once_cell v1.19.0 |
343 | 2024-08-28T22:28:28.096Z | Downloaded camino-tempfile v1.1.1 |
344 | 2024-08-28T22:28:28.096Z | Downloaded autocfg v1.3.0 |
345 | 2024-08-28T22:28:28.099Z | Downloaded anyhow v1.0.86 |
346 | 2024-08-28T22:28:28.102Z | Downloaded plain v0.2.3 |
347 | 2024-08-28T22:28:28.104Z | Downloaded unicode-ident v1.0.12 |
348 | 2024-08-28T22:28:28.107Z | Downloaded heck v0.4.1 |
349 | 2024-08-28T22:28:28.109Z | Downloaded anstyle v1.0.8 |
350 | 2024-08-28T22:28:28.109Z | Downloaded pest_meta v2.7.10 |
351 | 2024-08-28T22:28:28.111Z | Downloaded itoa v1.0.11 |
352 | 2024-08-28T22:28:28.115Z | Downloaded errno v0.3.9 |
353 | 2024-08-28T22:28:28.115Z | Downloaded dof v0.3.0 |
354 | 2024-08-28T22:28:28.115Z | Downloaded memmap v0.7.0 |
355 | 2024-08-28T22:28:28.117Z | Downloaded crypto-common v0.1.6 |
356 | 2024-08-28T22:28:28.120Z | Downloaded cargo-platform v0.1.8 |
357 | 2024-08-28T22:28:28.120Z | Downloaded usdt-attr-macro v0.5.0 |
358 | 2024-08-28T22:28:28.124Z | Downloaded version_check v0.9.5 |
359 | 2024-08-28T22:28:28.127Z | Downloaded macaddr v1.0.1 |
360 | 2024-08-28T22:28:28.127Z | Downloaded thiserror-impl v1.0.63 |
361 | 2024-08-28T22:28:28.133Z | Downloaded unicode-linebreak v0.1.5 |
362 | 2024-08-28T22:28:28.139Z | Downloaded usdt v0.5.0 |
363 | 2024-08-28T22:28:28.141Z | Downloaded smawk v0.3.2 |
364 | 2024-08-28T22:28:28.143Z | Downloaded scroll_derive v0.12.0 |
365 | 2024-08-28T22:28:28.143Z | Downloaded fs-err v2.11.0 |
366 | 2024-08-28T22:28:28.147Z | Downloaded utf8parse v0.2.1 |
367 | 2024-08-28T22:28:28.147Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2024-08-28T22:28:28.150Z | Downloaded cargo_toml v0.20.4 |
369 | 2024-08-28T22:28:28.159Z | Downloaded proc-macro-error v1.0.4 |
370 | 2024-08-28T22:28:28.168Z | Downloaded clap_derive v4.5.13 |
371 | 2024-08-28T22:28:28.171Z | Downloaded tempfile v3.10.1 |
372 | 2024-08-28T22:28:28.171Z | Downloaded pest_derive v2.7.10 |
373 | 2024-08-28T22:28:28.181Z | Downloaded ucd-trie v0.1.6 |
374 | 2024-08-28T22:28:28.190Z | Downloaded proc-macro2 v1.0.86 |
375 | 2024-08-28T22:28:28.193Z | Downloaded log v0.4.21 |
376 | 2024-08-28T22:28:28.195Z | Downloaded ryu v1.0.18 |
377 | 2024-08-28T22:28:28.198Z | Downloaded toml v0.8.19 |
378 | 2024-08-28T22:28:28.202Z | Downloaded textwrap v0.16.1 |
379 | 2024-08-28T22:28:28.204Z | Downloaded bitflags v2.6.0 |
380 | 2024-08-28T22:28:28.208Z | Downloaded papergrid v0.11.0 |
381 | 2024-08-28T22:28:28.215Z | Downloaded clap v4.5.16 |
382 | 2024-08-28T22:28:28.232Z | Downloaded serde v1.0.208 |
383 | 2024-08-28T22:28:28.235Z | Downloaded memchr v2.7.2 |
384 | 2024-08-28T22:28:28.247Z | Downloaded indexmap v2.4.0 |
385 | 2024-08-28T22:28:28.250Z | Downloaded pest v2.7.10 |
386 | 2024-08-28T22:28:28.266Z | Downloaded hashbrown v0.14.5 |
387 | 2024-08-28T22:28:28.286Z | Downloaded toml_edit v0.22.20 |
388 | 2024-08-28T22:28:28.308Z | Downloaded winnow v0.6.18 |
389 | 2024-08-28T22:28:28.316Z | Downloaded serde_json v1.0.125 |
390 | 2024-08-28T22:28:28.324Z | Downloaded clap_builder v4.5.15 |
391 | 2024-08-28T22:28:28.330Z | Downloaded zerocopy v0.7.34 |
392 | 2024-08-28T22:28:28.346Z | Downloaded tabled v0.15.0 |
393 | 2024-08-28T22:28:28.362Z | Downloaded syn v1.0.109 |
394 | 2024-08-28T22:28:28.372Z | Downloaded syn v2.0.74 |
395 | 2024-08-28T22:28:28.383Z | Downloaded goblin v0.8.2 |
396 | 2024-08-28T22:28:28.393Z | Downloaded unicode-width v0.1.13 |
397 | 2024-08-28T22:28:28.402Z | Downloaded rustix v0.38.34 |
398 | 2024-08-28T22:28:28.433Z | Downloaded libc v0.2.158 |
399 | 2024-08-28T22:28:28.737Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-08-28T22:28:28.737Z | Compiling unicode-ident v1.0.12 |
401 | 2024-08-28T22:28:28.740Z | Compiling serde v1.0.208 |
402 | 2024-08-28T22:28:28.740Z | Compiling version_check v0.9.5 |
403 | 2024-08-28T22:28:28.740Z | Compiling thiserror v1.0.63 |
404 | 2024-08-28T22:28:28.740Z | Compiling memchr v2.7.2 |
405 | 2024-08-28T22:28:28.740Z | Compiling libc v0.2.158 |
406 | 2024-08-28T22:28:28.740Z | Compiling itoa v1.0.11 |
407 | 2024-08-28T22:28:28.984Z | Compiling ucd-trie v0.1.6 |
408 | 2024-08-28T22:28:29.157Z | Compiling ryu v1.0.18 |
409 | 2024-08-28T22:28:29.405Z | Compiling once_cell v1.19.0 |
410 | 2024-08-28T22:28:29.552Z | Compiling byteorder v1.5.0 |
411 | 2024-08-28T22:28:29.911Z | Compiling rustix v0.38.34 |
412 | 2024-08-28T22:28:30.216Z | Compiling serde_json v1.0.125 |
413 | 2024-08-28T22:28:30.975Z | Compiling bitflags v2.6.0 |
414 | 2024-08-28T22:28:30.977Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-08-28T22:28:31.017Z | Compiling usdt-impl v0.5.0 |
416 | 2024-08-28T22:28:31.121Z | Compiling syn v1.0.109 |
417 | 2024-08-28T22:28:31.345Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-08-28T22:28:31.391Z | Compiling log v0.4.21 |
419 | 2024-08-28T22:28:31.419Z | Compiling plain v0.2.3 |
420 | 2024-08-28T22:28:31.590Z | Compiling utf8parse v0.2.1 |
421 | 2024-08-28T22:28:31.638Z | Compiling equivalent v1.0.1 |
422 | 2024-08-28T22:28:31.668Z | Compiling hashbrown v0.14.5 |
423 | 2024-08-28T22:28:31.758Z | Compiling thread-id v4.2.1 |
424 | 2024-08-28T22:28:31.760Z | Compiling camino v1.1.9 |
425 | 2024-08-28T22:28:31.811Z | Compiling anstyle-parse v0.2.4 |
426 | 2024-08-28T22:28:31.915Z | Compiling quote v1.0.36 |
427 | 2024-08-28T22:28:32.017Z | Compiling unicode-width v0.1.13 |
428 | 2024-08-28T22:28:32.147Z | Compiling autocfg v1.3.0 |
429 | 2024-08-28T22:28:32.247Z | Compiling errno v0.3.9 |
430 | 2024-08-28T22:28:32.272Z | Compiling syn v2.0.74 |
431 | 2024-08-28T22:28:32.582Z | Compiling pretty-hex v0.4.1 |
432 | 2024-08-28T22:28:32.634Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-08-28T22:28:32.767Z | Compiling anstyle v1.0.8 |
434 | 2024-08-28T22:28:32.798Z | Compiling winnow v0.6.18 |
435 | 2024-08-28T22:28:33.105Z | Compiling indexmap v2.4.0 |
436 | 2024-08-28T22:28:33.175Z | Compiling colorchoice v1.0.1 |
437 | 2024-08-28T22:28:33.342Z | Compiling anstyle-query v1.0.3 |
438 | 2024-08-28T22:28:33.399Z | Compiling semver v1.0.23 |
439 | 2024-08-28T22:28:33.485Z | Compiling anstream v0.6.14 |
440 | 2024-08-28T22:28:33.994Z | Compiling fs-err v2.11.0 |
441 | 2024-08-28T22:28:34.260Z | Compiling cfg-if v1.0.0 |
442 | 2024-08-28T22:28:34.285Z | Compiling heck v0.4.1 |
443 | 2024-08-28T22:28:34.350Z | Compiling fnv v1.0.7 |
444 | 2024-08-28T22:28:34.376Z | Compiling bytecount v0.6.8 |
445 | 2024-08-28T22:28:34.478Z | Compiling clap_lex v0.7.0 |
446 | 2024-08-28T22:28:34.509Z | Compiling heck v0.5.0 |
447 | 2024-08-28T22:28:34.572Z | Compiling terminal_size v0.3.0 |
448 | 2024-08-28T22:28:34.770Z | Compiling strsim v0.11.1 |
449 | 2024-08-28T22:28:34.797Z | Compiling anyhow v1.0.86 |
450 | 2024-08-28T22:28:35.026Z | Compiling fastrand v2.1.0 |
451 | 2024-08-28T22:28:35.049Z | Compiling papergrid v0.11.0 |
452 | 2024-08-28T22:28:35.372Z | Compiling clap_builder v4.5.15 |
453 | 2024-08-28T22:28:35.711Z | Compiling tempfile v3.10.1 |
454 | 2024-08-28T22:28:35.932Z | Compiling memmap v0.7.0 |
455 | 2024-08-28T22:28:36.232Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-08-28T22:28:36.308Z | Compiling smawk v0.3.2 |
457 | 2024-08-28T22:28:36.739Z | Compiling textwrap v0.16.1 |
458 | 2024-08-28T22:28:36.836Z | Compiling swrite v0.1.0 |
459 | 2024-08-28T22:28:38.221Z | Compiling tabled_derive v0.7.0 |
460 | 2024-08-28T22:28:39.794Z | Compiling tabled v0.15.0 |
461 | 2024-08-28T22:28:41.138Z | Compiling serde_derive v1.0.208 |
462 | 2024-08-28T22:28:41.142Z | Compiling thiserror-impl v1.0.63 |
463 | 2024-08-28T22:28:41.142Z | Compiling zerocopy-derive v0.7.34 |
464 | 2024-08-28T22:28:41.142Z | Compiling scroll_derive v0.12.0 |
465 | 2024-08-28T22:28:41.142Z | Compiling clap_derive v4.5.13 |
466 | 2024-08-28T22:28:42.528Z | Compiling scroll v0.12.0 |
467 | 2024-08-28T22:28:42.770Z | Compiling zerocopy v0.7.34 |
468 | 2024-08-28T22:28:43.010Z | Compiling goblin v0.8.2 |
469 | 2024-08-28T22:28:43.763Z | Compiling pest v2.7.10 |
470 | 2024-08-28T22:28:44.919Z | Compiling clap v4.5.16 |
471 | 2024-08-28T22:28:46.001Z | Compiling pest_meta v2.7.10 |
472 | 2024-08-28T22:28:46.911Z | Compiling pest_generator v2.7.10 |
473 | 2024-08-28T22:28:48.869Z | Compiling pest_derive v2.7.10 |
474 | 2024-08-28T22:28:49.600Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-08-28T22:28:51.478Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-08-28T22:28:51.518Z | Compiling toml_datetime v0.6.8 |
477 | 2024-08-28T22:28:51.523Z | Compiling serde_spanned v0.6.7 |
478 | 2024-08-28T22:28:51.767Z | Compiling cargo-platform v0.1.8 |
479 | 2024-08-28T22:28:51.857Z | Compiling toml_edit v0.22.20 |
480 | 2024-08-28T22:28:52.043Z | Compiling macaddr v1.0.1 |
481 | 2024-08-28T22:28:52.212Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-08-28T22:28:52.947Z | Compiling dof v0.3.0 |
483 | 2024-08-28T22:28:53.099Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-08-28T22:28:54.703Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-08-28T22:28:54.706Z | Compiling usdt-macro v0.5.0 |
486 | 2024-08-28T22:28:54.746Z | Compiling toml v0.8.19 |
487 | 2024-08-28T22:28:55.855Z | Compiling cargo_toml v0.20.4 |
488 | 2024-08-28T22:28:56.160Z | Compiling usdt v0.5.0 |
489 | 2024-08-28T22:28:59.709Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-08-28T22:29:04.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.93s |
491 | 2024-08-28T22:29:04.286Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-08-28T22:29:04.878Z | Downloading crates ... |
493 | 2024-08-28T22:29:05.004Z | Downloaded cfg_aliases v0.1.1 |
494 | 2024-08-28T22:29:05.016Z | Downloaded ahash v0.8.11 |
495 | 2024-08-28T22:29:05.024Z | Downloaded bitstruct v0.1.1 |
496 | 2024-08-28T22:29:05.029Z | Downloaded crunchy v0.2.2 |
497 | 2024-08-28T22:29:05.043Z | Downloaded crucible-workspace-hack v0.1.0 |
498 | 2024-08-28T22:29:05.047Z | Downloaded atomicwrites v0.4.3 |
499 | 2024-08-28T22:29:05.047Z | Downloaded async-recursion v1.1.1 |
500 | 2024-08-28T22:29:05.047Z | Downloaded ident_case v1.0.1 |
501 | 2024-08-28T22:29:05.047Z | Downloaded darling_macro v0.20.9 |
502 | 2024-08-28T22:29:05.047Z | Downloaded cobs v0.2.3 |
503 | 2024-08-28T22:29:05.047Z | Downloaded castaway v0.2.3 |
504 | 2024-08-28T22:29:05.047Z | Downloaded instant v0.1.12 |
505 | 2024-08-28T22:29:05.050Z | Downloaded md5 v0.7.0 |
506 | 2024-08-28T22:29:05.052Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-08-28T22:29:05.052Z | Downloaded blowfish v0.9.1 |
508 | 2024-08-28T22:29:05.054Z | Downloaded match_cfg v0.1.0 |
509 | 2024-08-28T22:29:05.056Z | Downloaded nodrop v0.1.14 |
510 | 2024-08-28T22:29:05.058Z | Downloaded hubpack v0.1.2 |
511 | 2024-08-28T22:29:05.058Z | Downloaded buf-list v1.0.3 |
512 | 2024-08-28T22:29:05.061Z | Downloaded bitfield-struct v0.6.1 |
513 | 2024-08-28T22:29:05.064Z | Downloaded newline-converter v0.3.0 |
514 | 2024-08-28T22:29:05.066Z | Downloaded is_ci v1.2.0 |
515 | 2024-08-28T22:29:05.066Z | Downloaded ascii v1.1.0 |
516 | 2024-08-28T22:29:05.068Z | Downloaded indent_write v2.2.0 |
517 | 2024-08-28T22:29:05.072Z | Downloaded newtype_derive v0.1.6 |
518 | 2024-08-28T22:29:05.074Z | Downloaded crc-catalog v2.4.0 |
519 | 2024-08-28T22:29:05.074Z | Downloaded bit-set v0.5.3 |
520 | 2024-08-28T22:29:05.077Z | Downloaded bcs v0.1.6 |
521 | 2024-08-28T22:29:05.080Z | Downloaded ipnetwork v0.20.0 |
522 | 2024-08-28T22:29:05.082Z | Downloaded num v0.4.3 |
523 | 2024-08-28T22:29:05.082Z | Downloaded multimap v0.10.0 |
524 | 2024-08-28T22:29:05.084Z | Downloaded ipnet v2.9.0 |
525 | 2024-08-28T22:29:05.087Z | Downloaded native-tls v0.2.11 |
526 | 2024-08-28T22:29:05.089Z | Downloaded maplit v1.0.2 |
527 | 2024-08-28T22:29:05.091Z | Downloaded csv-core v0.1.11 |
528 | 2024-08-28T22:29:05.093Z | Downloaded memmap2 v0.9.4 |
529 | 2024-08-28T22:29:05.096Z | Downloaded libloading v0.8.3 |
530 | 2024-08-28T22:29:05.099Z | Downloaded const-oid v0.9.6 |
531 | 2024-08-28T22:29:05.102Z | Downloaded maybe-uninit v2.0.0 |
532 | 2024-08-28T22:29:05.105Z | Downloaded async-trait v0.1.81 |
533 | 2024-08-28T22:29:05.108Z | Downloaded mime v0.3.17 |
534 | 2024-08-28T22:29:05.110Z | Downloaded normalize-line-endings v0.3.0 |
535 | 2024-08-28T22:29:05.112Z | Downloaded hyper-tls v0.5.0 |
536 | 2024-08-28T22:29:05.115Z | Downloaded hubpack_derive v0.1.1 |
537 | 2024-08-28T22:29:05.115Z | Downloaded crossbeam-epoch v0.9.18 |
538 | 2024-08-28T22:29:05.118Z | Downloaded crc-any v2.5.0 |
539 | 2024-08-28T22:29:05.121Z | Downloaded http-range v0.1.5 |
540 | 2024-08-28T22:29:05.124Z | Downloaded sqlparser_derive v0.2.2 |
541 | 2024-08-28T22:29:05.126Z | Downloaded is-terminal v0.4.12 |
542 | 2024-08-28T22:29:05.126Z | Downloaded strum v0.26.3 |
543 | 2024-08-28T22:29:05.129Z | Downloaded const_format_proc_macros v0.2.32 |
544 | 2024-08-28T22:29:05.131Z | Downloaded mockall_derive v0.13.0 |
545 | 2024-08-28T22:29:05.134Z | Downloaded atty v0.2.14 |
546 | 2024-08-28T22:29:05.136Z | Downloaded hmac v0.12.1 |
547 | 2024-08-28T22:29:05.139Z | Downloaded managed v0.8.0 |
548 | 2024-08-28T22:29:05.141Z | Downloaded bitstruct_derive v0.1.0 |
549 | 2024-08-28T22:29:05.143Z | Downloaded keccak v0.1.5 |
550 | 2024-08-28T22:29:05.143Z | Downloaded rustc-hash v1.1.0 |
551 | 2024-08-28T22:29:05.146Z | Downloaded libefi-sys v0.1.0 |
552 | 2024-08-28T22:29:05.146Z | Downloaded http-body v0.4.6 |
553 | 2024-08-28T22:29:05.149Z | Downloaded argon2 v0.5.3 |
554 | 2024-08-28T22:29:05.152Z | Downloaded aead v0.5.2 |
555 | 2024-08-28T22:29:05.154Z | Downloaded try-lock v0.2.5 |
556 | 2024-08-28T22:29:05.154Z | Downloaded darling_core v0.20.9 |
557 | 2024-08-28T22:29:05.160Z | Downloaded chacha20poly1305 v0.10.1 |
558 | 2024-08-28T22:29:05.163Z | Downloaded toolchain_find v0.4.0 |
559 | 2024-08-28T22:29:05.173Z | Downloaded slab v0.4.9 |
560 | 2024-08-28T22:29:05.173Z | Downloaded new_debug_unreachable v1.0.6 |
561 | 2024-08-28T22:29:05.173Z | Downloaded instability v0.3.2 |
562 | 2024-08-28T22:29:05.178Z | Downloaded addr2line v0.21.0 |
563 | 2024-08-28T22:29:05.178Z | Downloaded nanorand v0.7.0 |
564 | 2024-08-28T22:29:05.178Z | Downloaded memoffset v0.9.1 |
565 | 2024-08-28T22:29:05.178Z | Downloaded dyn-clone v1.0.17 |
566 | 2024-08-28T22:29:05.180Z | Downloaded libsw v3.3.1 |
567 | 2024-08-28T22:29:05.182Z | Downloaded foreign-types-shared v0.3.1 |
568 | 2024-08-28T22:29:05.185Z | Downloaded sync_wrapper v0.1.2 |
569 | 2024-08-28T22:29:05.188Z | Downloaded foreign-types-shared v0.1.1 |
570 | 2024-08-28T22:29:05.188Z | Downloaded dhcproto-macros v0.1.0 |
571 | 2024-08-28T22:29:05.188Z | Downloaded want v0.3.1 |
572 | 2024-08-28T22:29:05.190Z | Downloaded sct v0.7.1 |
573 | 2024-08-28T22:29:05.193Z | Downloaded take_mut v0.2.2 |
574 | 2024-08-28T22:29:05.195Z | Downloaded sec1 v0.7.3 |
575 | 2024-08-28T22:29:05.198Z | Downloaded newtype-uuid v1.1.0 |
576 | 2024-08-28T22:29:05.200Z | Downloaded chacha20 v0.9.1 |
577 | 2024-08-28T22:29:05.203Z | Downloaded termios v0.3.3 |
578 | 2024-08-28T22:29:05.205Z | Downloaded compact_str v0.8.0 |
579 | 2024-08-28T22:29:05.209Z | Downloaded arrayvec v0.7.4 |
580 | 2024-08-28T22:29:05.213Z | Downloaded path-slash v0.1.5 |
581 | 2024-08-28T22:29:05.215Z | Downloaded num_threads v0.1.7 |
582 | 2024-08-28T22:29:05.215Z | Downloaded tabwriter v1.4.0 |
583 | 2024-08-28T22:29:05.219Z | Downloaded whoami v1.5.1 |
584 | 2024-08-28T22:29:05.221Z | Downloaded opaque-debug v0.3.1 |
585 | 2024-08-28T22:29:05.221Z | Downloaded mockall v0.13.0 |
586 | 2024-08-28T22:29:05.223Z | Downloaded mime_guess v2.0.4 |
587 | 2024-08-28T22:29:05.225Z | Downloaded crossbeam-deque v0.8.5 |
588 | 2024-08-28T22:29:05.228Z | Downloaded unicode-xid v0.2.4 |
589 | 2024-08-28T22:29:05.230Z | Downloaded num-complex v0.4.6 |
590 | 2024-08-28T22:29:05.234Z | Downloaded ed25519 v2.2.3 |
591 | 2024-08-28T22:29:05.236Z | Downloaded dsl_auto_type v0.1.2 |
592 | 2024-08-28T22:29:05.238Z | Downloaded itertools v0.12.1 |
593 | 2024-08-28T22:29:05.245Z | Downloaded rpassword v7.3.1 |
594 | 2024-08-28T22:29:05.248Z | Downloaded precomputed-hash v0.1.1 |
595 | 2024-08-28T22:29:05.250Z | Downloaded fd-lock v4.0.2 |
596 | 2024-08-28T22:29:05.252Z | Downloaded dropshot_endpoint v0.10.1 |
597 | 2024-08-28T22:29:05.255Z | Downloaded cassowary v0.3.0 |
598 | 2024-08-28T22:29:05.255Z | Downloaded unicode-truncate v1.0.0 |
599 | 2024-08-28T22:29:05.258Z | Downloaded httparse v1.8.0 |
600 | 2024-08-28T22:29:05.260Z | Downloaded base64ct v1.6.0 |
601 | 2024-08-28T22:29:05.263Z | Downloaded termtree v0.4.1 |
602 | 2024-08-28T22:29:05.266Z | Downloaded hex v0.4.3 |
603 | 2024-08-28T22:29:05.268Z | Downloaded futures-macro v0.3.30 |
604 | 2024-08-28T22:29:05.274Z | Downloaded heck v0.3.3 |
605 | 2024-08-28T22:29:05.274Z | Downloaded hash32 v0.2.1 |
606 | 2024-08-28T22:29:05.276Z | Downloaded minimal-lexical v0.2.1 |
607 | 2024-08-28T22:29:05.278Z | Downloaded futures-sink v0.3.30 |
608 | 2024-08-28T22:29:05.281Z | Downloaded siphasher v0.3.11 |
609 | 2024-08-28T22:29:05.283Z | Downloaded crc32fast v1.4.0 |
610 | 2024-08-28T22:29:05.285Z | Downloaded rustc-demangle v0.1.24 |
611 | 2024-08-28T22:29:05.288Z | Downloaded ecdsa v0.16.9 |
612 | 2024-08-28T22:29:05.290Z | Downloaded arc-swap v1.7.1 |
613 | 2024-08-28T22:29:05.294Z | Downloaded fixedbitset v0.4.2 |
614 | 2024-08-28T22:29:05.296Z | Downloaded smallvec v1.13.2 |
615 | 2024-08-28T22:29:05.299Z | Downloaded indexmap v1.9.3 |
616 | 2024-08-28T22:29:05.303Z | Downloaded rand_xorshift v0.3.0 |
617 | 2024-08-28T22:29:05.306Z | Downloaded serde_repr v0.1.19 |
618 | 2024-08-28T22:29:05.308Z | Downloaded rand_core v0.6.4 |
619 | 2024-08-28T22:29:05.311Z | Downloaded rustversion v1.0.17 |
620 | 2024-08-28T22:29:05.313Z | Downloaded sha1 v0.10.6 |
621 | 2024-08-28T22:29:05.315Z | Downloaded rand_seeder v0.3.0 |
622 | 2024-08-28T22:29:05.318Z | Downloaded russh-cryptovec v0.7.2 |
623 | 2024-08-28T22:29:05.321Z | Downloaded paste v1.0.15 |
624 | 2024-08-28T22:29:05.323Z | Downloaded darling v0.20.9 |
625 | 2024-08-28T22:29:05.328Z | Downloaded utf-8 v0.7.6 |
626 | 2024-08-28T22:29:05.330Z | Downloaded dirs v5.0.1 |
627 | 2024-08-28T22:29:05.333Z | Downloaded similar v2.6.0 |
628 | 2024-08-28T22:29:05.338Z | Downloaded mio v0.8.11 |
629 | 2024-08-28T22:29:05.345Z | Downloaded num-conv v0.1.0 |
630 | 2024-08-28T22:29:05.348Z | Downloaded fallible-iterator v0.2.0 |
631 | 2024-08-28T22:29:05.350Z | Downloaded password-hash v0.4.2 |
632 | 2024-08-28T22:29:05.362Z | Downloaded structmeta-derive v0.2.0 |
633 | 2024-08-28T22:29:05.364Z | Downloaded endian-type v0.1.2 |
634 | 2024-08-28T22:29:05.367Z | Downloaded untrusted v0.9.0 |
635 | 2024-08-28T22:29:05.367Z | Downloaded time-core v0.1.2 |
636 | 2024-08-28T22:29:05.370Z | Downloaded percent-encoding v2.3.1 |
637 | 2024-08-28T22:29:05.370Z | Downloaded pem v3.0.4 |
638 | 2024-08-28T22:29:05.372Z | Downloaded num-iter v0.1.45 |
639 | 2024-08-28T22:29:05.375Z | Downloaded slog-scope v4.4.0 |
640 | 2024-08-28T22:29:05.378Z | Downloaded semver v0.1.20 |
641 | 2024-08-28T22:29:05.378Z | Downloaded omicron-zone-package v0.11.0 |
642 | 2024-08-28T22:29:05.381Z | Downloaded tracing-core v0.1.32 |
643 | 2024-08-28T22:29:05.383Z | Downloaded shlex v1.3.0 |
644 | 2024-08-28T22:29:05.386Z | Downloaded psl-types v2.0.11 |
645 | 2024-08-28T22:29:05.388Z | Downloaded subtle v2.5.0 |
646 | 2024-08-28T22:29:05.390Z | Downloaded snafu-derive v0.8.2 |
647 | 2024-08-28T22:29:05.390Z | Downloaded thread_local v1.1.8 |
648 | 2024-08-28T22:29:05.393Z | Downloaded proc-macro-crate v1.3.1 |
649 | 2024-08-28T22:29:05.395Z | Downloaded shell-words v1.1.0 |
650 | 2024-08-28T22:29:05.395Z | Downloaded tokio-stream v0.1.15 |
651 | 2024-08-28T22:29:05.401Z | Downloaded tokio-tungstenite v0.23.1 |
652 | 2024-08-28T22:29:05.403Z | Downloaded libm v0.2.8 |
653 | 2024-08-28T22:29:05.413Z | Downloaded openssl-probe v0.1.5 |
654 | 2024-08-28T22:29:05.416Z | Downloaded fallible-iterator v0.3.0 |
655 | 2024-08-28T22:29:05.418Z | Downloaded glob v0.3.1 |
656 | 2024-08-28T22:29:05.420Z | Downloaded ghash v0.5.1 |
657 | 2024-08-28T22:29:05.420Z | Downloaded twox-hash v1.6.3 |
658 | 2024-08-28T22:29:05.423Z | Downloaded postgres-types v0.2.7 |
659 | 2024-08-28T22:29:05.426Z | Downloaded slog-json v2.6.1 |
660 | 2024-08-28T22:29:05.428Z | Downloaded pbkdf2 v0.11.0 |
661 | 2024-08-28T22:29:05.431Z | Downloaded parking_lot_core v0.9.10 |
662 | 2024-08-28T22:29:05.434Z | Downloaded diff v0.1.13 |
663 | 2024-08-28T22:29:05.438Z | Downloaded enum-as-inner v0.6.0 |
664 | 2024-08-28T22:29:05.441Z | Downloaded rustls-pemfile v1.0.4 |
665 | 2024-08-28T22:29:05.443Z | Downloaded tui-tree-widget v0.22.0 |
666 | 2024-08-28T22:29:05.445Z | Downloaded fxhash v0.2.1 |
667 | 2024-08-28T22:29:05.448Z | Downloaded env_logger v0.10.2 |
668 | 2024-08-28T22:29:05.450Z | Downloaded ref-cast-impl v1.0.23 |
669 | 2024-08-28T22:29:05.453Z | Downloaded secrecy v0.8.0 |
670 | 2024-08-28T22:29:05.455Z | Downloaded num-bigint-dig v0.8.4 |
671 | 2024-08-28T22:29:05.460Z | Downloaded mio v1.0.2 |
672 | 2024-08-28T22:29:05.467Z | Downloaded vte_generate_state_changes v0.1.1 |
673 | 2024-08-28T22:29:05.470Z | Downloaded parse-size v1.0.0 |
674 | 2024-08-28T22:29:05.470Z | Downloaded parking_lot_core v0.8.6 |
675 | 2024-08-28T22:29:05.472Z | Downloaded oso-derive v0.27.3 |
676 | 2024-08-28T22:29:05.475Z | Downloaded tinyvec_macros v0.1.1 |
677 | 2024-08-28T22:29:05.475Z | Downloaded env_logger v0.9.3 |
678 | 2024-08-28T22:29:05.478Z | Downloaded primeorder v0.13.6 |
679 | 2024-08-28T22:29:05.480Z | Downloaded pbkdf2 v0.12.2 |
680 | 2024-08-28T22:29:05.483Z | Downloaded tiny-keccak v2.0.2 |
681 | 2024-08-28T22:29:05.485Z | Downloaded thiserror-impl-no-std v2.0.2 |
682 | 2024-08-28T22:29:05.487Z | Downloaded option-ext v0.2.0 |
683 | 2024-08-28T22:29:05.490Z | Downloaded socket2 v0.5.7 |
684 | 2024-08-28T22:29:05.492Z | Downloaded postgres-protocol v0.6.7 |
685 | 2024-08-28T22:29:05.494Z | Downloaded heapless v0.8.0 |
686 | 2024-08-28T22:29:05.499Z | Downloaded zone_cfg_derive v0.1.2 |
687 | 2024-08-28T22:29:05.501Z | Downloaded crypto-bigint v0.5.5 |
688 | 2024-08-28T22:29:05.508Z | Downloaded snafu v0.8.2 |
689 | 2024-08-28T22:29:05.516Z | Downloaded num-bigint v0.4.5 |
690 | 2024-08-28T22:29:05.522Z | Downloaded peg-runtime v0.8.3 |
691 | 2024-08-28T22:29:05.525Z | Downloaded diesel_table_macro_syntax v0.2.0 |
692 | 2024-08-28T22:29:05.529Z | Downloaded foreign-types v0.3.2 |
693 | 2024-08-28T22:29:05.529Z | Downloaded signal-hook-registry v1.4.2 |
694 | 2024-08-28T22:29:05.529Z | Downloaded parse-display-derive v0.10.0 |
695 | 2024-08-28T22:29:05.533Z | Downloaded rustc_version v0.4.0 |
696 | 2024-08-28T22:29:05.533Z | Downloaded float-ord v0.3.2 |
697 | 2024-08-28T22:29:05.535Z | Downloaded rustls-pki-types v1.7.0 |
698 | 2024-08-28T22:29:05.535Z | Downloaded spin v0.9.8 |
699 | 2024-08-28T22:29:05.540Z | Downloaded vsss-rs v3.3.4 |
700 | 2024-08-28T22:29:05.542Z | Downloaded http v1.1.0 |
701 | 2024-08-28T22:29:05.547Z | Downloaded signal-hook v0.3.17 |
702 | 2024-08-28T22:29:05.552Z | Downloaded strum_macros v0.24.3 |
703 | 2024-08-28T22:29:05.555Z | Downloaded serde_path_to_error v0.1.16 |
704 | 2024-08-28T22:29:05.557Z | Downloaded tls_codec v0.4.1 |
705 | 2024-08-28T22:29:05.559Z | Downloaded sigpipe v0.1.3 |
706 | 2024-08-28T22:29:05.559Z | Downloaded futures-io v0.3.30 |
707 | 2024-08-28T22:29:05.562Z | Downloaded tower-service v0.3.2 |
708 | 2024-08-28T22:29:05.562Z | Downloaded der_derive v0.7.2 |
709 | 2024-08-28T22:29:05.565Z | Downloaded serde_plain v1.0.2 |
710 | 2024-08-28T22:29:05.567Z | Downloaded unicode-segmentation v1.11.0 |
711 | 2024-08-28T22:29:05.570Z | Downloaded phf v0.11.2 |
712 | 2024-08-28T22:29:05.572Z | Downloaded radium v0.7.0 |
713 | 2024-08-28T22:29:05.576Z | Downloaded untrusted v0.7.1 |
714 | 2024-08-28T22:29:05.576Z | Downloaded rustls-pemfile v2.1.3 |
715 | 2024-08-28T22:29:05.579Z | Downloaded rand_chacha v0.3.1 |
716 | 2024-08-28T22:29:05.581Z | Downloaded url v2.5.2 |
717 | 2024-08-28T22:29:05.583Z | Downloaded serde-big-array v0.5.1 |
718 | 2024-08-28T22:29:05.587Z | Downloaded structmeta v0.2.0 |
719 | 2024-08-28T22:29:05.587Z | Downloaded ssh-cipher v0.2.0 |
720 | 2024-08-28T22:29:05.590Z | Downloaded signature v2.2.0 |
721 | 2024-08-28T22:29:05.591Z | Downloaded fragile v2.0.0 |
722 | 2024-08-28T22:29:05.593Z | Downloaded funty v2.0.0 |
723 | 2024-08-28T22:29:05.593Z | Downloaded tungstenite v0.23.0 |
724 | 2024-08-28T22:29:05.600Z | Downloaded olpc-cjson v0.1.3 |
725 | 2024-08-28T22:29:05.603Z | Downloaded phf_shared v0.10.0 |
726 | 2024-08-28T22:29:05.603Z | Downloaded rcgen v0.12.1 |
727 | 2024-08-28T22:29:05.605Z | Downloaded rayon-core v1.12.1 |
728 | 2024-08-28T22:29:05.608Z | Downloaded either v1.13.0 |
729 | 2024-08-28T22:29:05.612Z | Downloaded group v0.13.0 |
730 | 2024-08-28T22:29:05.612Z | Downloaded x509-cert v0.2.5 |
731 | 2024-08-28T22:29:05.619Z | Downloaded headers-core v0.2.0 |
732 | 2024-08-28T22:29:05.621Z | Downloaded waitgroup v0.1.2 |
733 | 2024-08-28T22:29:05.621Z | Downloaded serde_arrays v0.1.0 |
734 | 2024-08-28T22:29:05.624Z | Downloaded form_urlencoded v1.2.1 |
735 | 2024-08-28T22:29:05.624Z | Downloaded quick-error v1.2.3 |
736 | 2024-08-28T22:29:05.627Z | Downloaded tungstenite v0.21.0 |
737 | 2024-08-28T22:29:05.629Z | Downloaded parking_lot v0.12.2 |
738 | 2024-08-28T22:29:05.632Z | Downloaded float-cmp v0.9.0 |
739 | 2024-08-28T22:29:05.634Z | Downloaded num_enum_derive v0.5.11 |
740 | 2024-08-28T22:29:05.637Z | Downloaded downcast v0.11.0 |
741 | 2024-08-28T22:29:05.637Z | Downloaded tokio-native-tls v0.3.1 |
742 | 2024-08-28T22:29:05.639Z | Downloaded predicates-tree v1.0.9 |
743 | 2024-08-28T22:29:05.642Z | Downloaded strip-ansi-escapes v0.2.0 |
744 | 2024-08-28T22:29:05.642Z | Downloaded futures-executor v0.3.30 |
745 | 2024-08-28T22:29:05.644Z | Downloaded structmeta-derive v0.3.0 |
746 | 2024-08-28T22:29:05.647Z | Downloaded dirs-sys v0.4.1 |
747 | 2024-08-28T22:29:05.647Z | Downloaded futures-channel v0.3.30 |
748 | 2024-08-28T22:29:05.649Z | Downloaded derive_builder v0.20.0 |
749 | 2024-08-28T22:29:05.654Z | Downloaded tokio-macros v2.4.0 |
750 | 2024-08-28T22:29:05.656Z | Downloaded serde-hex v0.1.0 |
751 | 2024-08-28T22:29:05.659Z | Downloaded zip v0.6.6 |
752 | 2024-08-28T22:29:05.662Z | Downloaded ssh-encoding v0.2.0 |
753 | 2024-08-28T22:29:05.664Z | Downloaded debug-ignore v1.0.5 |
754 | 2024-08-28T22:29:05.667Z | Downloaded publicsuffix v2.2.3 |
755 | 2024-08-28T22:29:05.670Z | Downloaded derive_builder_macro v0.20.0 |
756 | 2024-08-28T22:29:05.672Z | Downloaded oso v0.27.3 |
757 | 2024-08-28T22:29:05.675Z | Downloaded spki v0.7.3 |
758 | 2024-08-28T22:29:05.680Z | Downloaded expectorate v1.1.0 |
759 | 2024-08-28T22:29:05.682Z | Downloaded slog-envlogger v2.2.0 |
760 | 2024-08-28T22:29:05.682Z | Downloaded slog-dtrace v0.3.0 |
761 | 2024-08-28T22:29:05.687Z | Downloaded num_enum v0.5.11 |
762 | 2024-08-28T22:29:05.689Z | Downloaded pretty-hex v0.2.1 |
763 | 2024-08-28T22:29:05.689Z | Downloaded display-error-chain v0.2.0 |
764 | 2024-08-28T22:29:05.691Z | Downloaded structmeta v0.3.0 |
765 | 2024-08-28T22:29:05.694Z | Downloaded rfc6979 v0.4.0 |
766 | 2024-08-28T22:29:05.694Z | Downloaded portpicker v0.1.1 |
767 | 2024-08-28T22:29:05.694Z | Downloaded yasna v0.5.2 |
768 | 2024-08-28T22:29:05.696Z | Downloaded tokio-rustls v0.25.0 |
769 | 2024-08-28T22:29:05.699Z | Downloaded pin-utils v0.1.0 |
770 | 2024-08-28T22:29:05.702Z | Downloaded tracing-attributes v0.1.27 |
771 | 2024-08-28T22:29:05.704Z | Downloaded scheduled-thread-pool v0.2.7 |
772 | 2024-08-28T22:29:05.704Z | Downloaded futures v0.3.30 |
773 | 2024-08-28T22:29:05.711Z | Downloaded same-file v1.0.6 |
774 | 2024-08-28T22:29:05.714Z | Downloaded hickory-client v0.24.1 |
775 | 2024-08-28T22:29:05.716Z | Downloaded tracing v0.1.40 |
776 | 2024-08-28T22:29:05.721Z | Downloaded rustyline v14.0.0 |
777 | 2024-08-28T22:29:05.727Z | Downloaded slog-bunyan v2.5.0 |
778 | 2024-08-28T22:29:05.729Z | Downloaded xattr v1.3.1 |
779 | 2024-08-28T22:29:05.732Z | Downloaded defmt-macros v0.3.9 |
780 | 2024-08-28T22:29:05.734Z | Downloaded openssl-sys v0.9.103 |
781 | 2024-08-28T22:29:05.740Z | Downloaded predicates v3.1.2 |
782 | 2024-08-28T22:29:05.745Z | Downloaded hashbrown v0.13.2 |
783 | 2024-08-28T22:29:05.748Z | Downloaded serde_derive_internals v0.29.1 |
784 | 2024-08-28T22:29:05.751Z | Downloaded unarray v0.1.4 |
785 | 2024-08-28T22:29:05.754Z | Downloaded zone v0.1.8 |
786 | 2024-08-28T22:29:05.754Z | Downloaded slog-async v2.8.0 |
787 | 2024-08-28T22:29:05.758Z | Downloaded gethostname v0.5.0 |
788 | 2024-08-28T22:29:05.758Z | Downloaded dirs-next v2.0.0 |
789 | 2024-08-28T22:29:05.760Z | Downloaded defmt v0.3.8 |
790 | 2024-08-28T22:29:05.763Z | Downloaded walkdir v2.5.0 |
791 | 2024-08-28T22:29:05.765Z | Downloaded der v0.7.9 |
792 | 2024-08-28T22:29:05.771Z | Downloaded pin-project-internal v1.1.5 |
793 | 2024-08-28T22:29:05.774Z | Downloaded resolv-conf v0.7.0 |
794 | 2024-08-28T22:29:05.777Z | Downloaded crossterm v0.28.1 |
795 | 2024-08-28T22:29:05.785Z | Downloaded polyval v0.6.2 |
796 | 2024-08-28T22:29:05.787Z | Downloaded dhcproto v0.12.0 |
797 | 2024-08-28T22:29:05.789Z | Downloaded postcard v1.0.8 |
798 | 2024-08-28T22:29:05.793Z | Downloaded pkcs1 v0.7.5 |
799 | 2024-08-28T22:29:05.796Z | Downloaded vergen v8.3.2 |
800 | 2024-08-28T22:29:05.800Z | Downloaded pin-project v1.1.5 |
801 | 2024-08-28T22:29:05.815Z | Downloaded unsafe-libyaml v0.2.11 |
802 | 2024-08-28T22:29:05.818Z | Downloaded schemars v0.8.21 |
803 | 2024-08-28T22:29:05.836Z | Downloaded flate2 v1.0.31 |
804 | 2024-08-28T22:29:05.842Z | Downloaded pkcs5 v0.7.1 |
805 | 2024-08-28T22:29:05.848Z | Downloaded hyper v0.14.30 |
806 | 2024-08-28T22:29:05.857Z | Downloaded heapless v0.7.17 |
807 | 2024-08-28T22:29:05.863Z | Downloaded derive_more v0.99.18 |
808 | 2024-08-28T22:29:05.868Z | Downloaded derive-where v1.2.7 |
809 | 2024-08-28T22:29:05.874Z | Downloaded idna v0.5.0 |
810 | 2024-08-28T22:29:05.882Z | Downloaded prettyplease v0.2.20 |
811 | 2024-08-28T22:29:05.885Z | Downloaded time v0.3.36 |
812 | 2024-08-28T22:29:05.895Z | Downloaded proptest v1.5.0 |
813 | 2024-08-28T22:29:05.905Z | Downloaded rsa v0.9.6 |
814 | 2024-08-28T22:29:05.910Z | Downloaded ed25519-dalek v2.1.1 |
815 | 2024-08-28T22:29:05.918Z | Downloaded p521 v0.13.3 |
816 | 2024-08-28T22:29:05.921Z | Downloaded bindgen v0.69.4 |
817 | 2024-08-28T22:29:05.927Z | Downloaded rusqlite v0.31.0 |
818 | 2024-08-28T22:29:05.935Z | Downloaded headers v0.3.9 |
819 | 2024-08-28T22:29:05.947Z | Downloaded unicode_categories v0.1.1 |
820 | 2024-08-28T22:29:05.949Z | Downloaded russh v0.44.1 |
821 | 2024-08-28T22:29:05.952Z | Downloaded rayon v1.10.0 |
822 | 2024-08-28T22:29:05.961Z | Downloaded typed-path v0.7.1 |
823 | 2024-08-28T22:29:05.969Z | Downloaded reedline v0.33.0 |
824 | 2024-08-28T22:29:05.977Z | Downloaded h2 v0.3.26 |
825 | 2024-08-28T22:29:05.985Z | Downloaded portable-atomic v1.6.0 |
826 | 2024-08-28T22:29:05.992Z | Downloaded vcpkg v0.2.15 |
827 | 2024-08-28T22:29:06.038Z | Downloaded webpki-roots v0.25.4 |
828 | 2024-08-28T22:29:06.041Z | Downloaded reqwest v0.11.27 |
829 | 2024-08-28T22:29:06.055Z | Downloaded quick-xml v0.31.0 |
830 | 2024-08-28T22:29:06.064Z | Downloaded git2 v0.19.0 |
831 | 2024-08-28T22:29:06.078Z | Downloaded polar-core v0.27.3 |
832 | 2024-08-28T22:29:06.090Z | Downloaded smoltcp v0.9.1 |
833 | 2024-08-28T22:29:06.102Z | Downloaded trust-dns-proto v0.22.0 |
834 | 2024-08-28T22:29:06.117Z | Downloaded nix v0.28.0 |
835 | 2024-08-28T22:29:06.128Z | Downloaded object v0.30.4 |
836 | 2024-08-28T22:29:06.140Z | Downloaded rustls v0.21.12 |
837 | 2024-08-28T22:29:06.154Z | Downloaded radix_trie v0.2.1 |
838 | 2024-08-28T22:29:06.160Z | Downloaded dropshot v0.10.1 |
839 | 2024-08-28T22:29:06.169Z | Downloaded openssl v0.10.66 |
840 | 2024-08-28T22:29:06.179Z | Downloaded smoltcp v0.11.0 |
841 | 2024-08-28T22:29:06.194Z | Downloaded object v0.32.2 |
842 | 2024-08-28T22:29:06.205Z | Downloaded regex-syntax v0.6.29 |
843 | 2024-08-28T22:29:06.213Z | Downloaded rustls v0.22.4 |
844 | 2024-08-28T22:29:06.227Z | Downloaded regex-syntax v0.8.4 |
845 | 2024-08-28T22:29:06.236Z | Downloaded bstr v1.9.1 |
846 | 2024-08-28T22:29:06.248Z | Downloaded hickory-proto v0.24.1 |
847 | 2024-08-28T22:29:06.270Z | Downloaded openapiv3 v2.0.0 |
848 | 2024-08-28T22:29:06.281Z | Downloaded regex v1.10.6 |
849 | 2024-08-28T22:29:06.296Z | Downloaded diesel v2.2.3 |
850 | 2024-08-28T22:29:06.319Z | Downloaded regex-automata v0.4.6 |
851 | 2024-08-28T22:29:06.338Z | Downloaded ratatui v0.28.0 |
852 | 2024-08-28T22:29:06.358Z | Downloaded sled v0.34.7 |
853 | 2024-08-28T22:29:06.368Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
854 | 2024-08-28T22:29:06.381Z | Downloaded tokio v1.39.3 |
855 | 2024-08-28T22:29:06.421Z | Downloaded zerocopy-derive v0.6.6 |
856 | 2024-08-28T22:29:06.432Z | Downloaded petgraph v0.6.5 |
857 | 2024-08-28T22:29:06.448Z | Downloaded finl_unicode v1.2.0 |
858 | 2024-08-28T22:29:06.461Z | Downloaded regress v0.9.1 |
859 | 2024-08-28T22:29:06.471Z | Downloaded sqlparser v0.45.0 |
860 | 2024-08-28T22:29:06.476Z | Downloaded gimli v0.28.1 |
861 | 2024-08-28T22:29:06.485Z | Downloaded csv v1.3.0 |
862 | 2024-08-28T22:29:06.509Z | Downloaded sha3 v0.10.8 |
863 | 2024-08-28T22:29:06.514Z | Downloaded futures-util v0.3.30 |
864 | 2024-08-28T22:29:06.528Z | Downloaded rustls-webpki v0.102.4 |
865 | 2024-08-28T22:29:06.548Z | Downloaded nix v0.27.1 |
866 | 2024-08-28T22:29:06.561Z | Downloaded idna v0.4.0 |
867 | 2024-08-28T22:29:06.569Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
868 | 2024-08-28T22:29:06.638Z | Downloaded idna v0.2.3 |
869 | 2024-08-28T22:29:06.644Z | Downloaded p384 v0.13.0 |
870 | 2024-08-28T22:29:06.651Z | Downloaded rustls-webpki v0.101.7 |
871 | 2024-08-28T22:29:06.671Z | Downloaded curve25519-dalek v4.1.3 |
872 | 2024-08-28T22:29:06.681Z | Downloaded encoding_rs v0.8.34 |
873 | 2024-08-28T22:29:06.707Z | Downloaded ssh-key v0.6.6 |
874 | 2024-08-28T22:29:06.715Z | Downloaded tough v0.17.1 |
875 | 2024-08-28T22:29:06.727Z | Downloaded lalrpop v0.19.12 |
876 | 2024-08-28T22:29:06.740Z | Downloaded idna v0.3.0 |
877 | 2024-08-28T22:29:06.749Z | Downloaded chrono v0.4.38 |
878 | 2024-08-28T22:29:06.759Z | Downloaded toml_edit v0.19.15 |
879 | 2024-08-28T22:29:06.777Z | Downloaded tokio-postgres v0.7.11 |
880 | 2024-08-28T22:29:06.782Z | Downloaded serde_with v3.9.0 |
881 | 2024-08-28T22:29:06.793Z | Downloaded flume v0.11.0 |
882 | 2024-08-28T22:29:06.797Z | Downloaded rand v0.8.5 |
883 | 2024-08-28T22:29:06.803Z | Downloaded aho-corasick v1.1.3 |
884 | 2024-08-28T22:29:06.809Z | Downloaded pkcs8 v0.10.2 |
885 | 2024-08-28T22:29:06.811Z | Downloaded hashlink v0.9.1 |
886 | 2024-08-28T22:29:06.814Z | Downloaded slog v2.7.0 |
887 | 2024-08-28T22:29:06.816Z | Downloaded russh-keys v0.44.0 |
888 | 2024-08-28T22:29:06.818Z | Downloaded itertools v0.13.0 |
889 | 2024-08-28T22:29:06.825Z | Downloaded bitvec v1.0.1 |
890 | 2024-08-28T22:29:06.841Z | Downloaded futures-core v0.3.30 |
891 | 2024-08-28T22:29:06.843Z | Downloaded embedded-io v0.4.0 |
892 | 2024-08-28T22:29:06.843Z | Downloaded hex-literal v0.4.1 |
893 | 2024-08-28T22:29:06.846Z | Downloaded elliptic-curve v0.13.8 |
894 | 2024-08-28T22:29:06.848Z | Downloaded unicode-normalization v0.1.23 |
895 | 2024-08-28T22:29:06.852Z | Downloaded tokio-util v0.7.11 |
896 | 2024-08-28T22:29:06.858Z | Downloaded winnow v0.5.40 |
897 | 2024-08-28T22:29:06.867Z | Downloaded hash32 v0.3.1 |
898 | 2024-08-28T22:29:06.869Z | Downloaded toml v0.7.8 |
899 | 2024-08-28T22:29:06.872Z | Downloaded rustfmt-wrapper v0.2.1 |
900 | 2024-08-28T22:29:06.875Z | Downloaded universal-hash v0.5.1 |
901 | 2024-08-28T22:29:06.875Z | Downloaded unicase v2.7.0 |
902 | 2024-08-28T22:29:06.877Z | Downloaded tokio-rustls v0.24.1 |
903 | 2024-08-28T22:29:06.877Z | Downloaded peg-macros v0.8.4 |
904 | 2024-08-28T22:29:06.880Z | Downloaded stable_deref_trait v1.2.0 |
905 | 2024-08-28T22:29:06.880Z | Downloaded predicates-core v1.0.6 |
906 | 2024-08-28T22:29:06.882Z | Downloaded phf_shared v0.11.2 |
907 | 2024-08-28T22:29:06.882Z | Downloaded hashbrown v0.12.3 |
908 | 2024-08-28T22:29:06.886Z | Downloaded sqlformat v0.2.4 |
909 | 2024-08-28T22:29:06.888Z | Downloaded strum_macros v0.26.4 |
910 | 2024-08-28T22:29:06.890Z | Downloaded samael v0.0.15 |
911 | 2024-08-28T22:29:06.894Z | Downloaded aes-gcm v0.10.3 |
912 | 2024-08-28T22:29:06.898Z | Downloaded tinyvec v1.6.0 |
913 | 2024-08-28T22:29:06.901Z | Downloaded deranged v0.3.11 |
914 | 2024-08-28T22:29:06.903Z | Downloaded libz-sys v1.1.16 |
915 | 2024-08-28T22:29:06.972Z | Downloaded data-encoding v2.6.0 |
916 | 2024-08-28T22:29:06.974Z | Downloaded tls_codec_derive v0.4.1 |
917 | 2024-08-28T22:29:06.974Z | Downloaded unicode-bidi v0.3.15 |
918 | 2024-08-28T22:29:06.977Z | Downloaded tungstenite v0.20.1 |
919 | 2024-08-28T22:29:06.981Z | Downloaded blake3 v1.5.1 |
920 | 2024-08-28T22:29:06.987Z | Downloaded parse-display v0.10.0 |
921 | 2024-08-28T22:29:06.989Z | Downloaded parking_lot v0.11.2 |
922 | 2024-08-28T22:29:06.991Z | Downloaded nom v7.1.3 |
923 | 2024-08-28T22:29:06.995Z | Downloaded itertools v0.10.5 |
924 | 2024-08-28T22:29:07.002Z | Downloaded foreign-types-macros v0.2.3 |
925 | 2024-08-28T22:29:07.004Z | Downloaded zerocopy v0.6.6 |
926 | 2024-08-28T22:29:07.006Z | Downloaded futures-task v0.3.30 |
927 | 2024-08-28T22:29:07.007Z | Downloaded wait-timeout v0.2.0 |
928 | 2024-08-28T22:29:07.009Z | Downloaded p256 v0.13.2 |
929 | 2024-08-28T22:29:07.014Z | Downloaded strum_macros v0.25.3 |
930 | 2024-08-28T22:29:07.016Z | Downloaded packed_struct_codegen v0.10.1 |
931 | 2024-08-28T22:29:07.016Z | Downloaded packed_struct v0.10.1 |
932 | 2024-08-28T22:29:07.016Z | Downloaded libsqlite3-sys v0.28.0 |
933 | 2024-08-28T22:29:07.092Z | Downloaded thiserror-no-std v2.0.2 |
934 | 2024-08-28T22:29:07.097Z | Downloaded spin v0.5.2 |
935 | 2024-08-28T22:29:07.099Z | Downloaded peg v0.8.4 |
936 | 2024-08-28T22:29:07.101Z | Downloaded libxml v0.3.3 |
937 | 2024-08-28T22:29:07.106Z | Downloaded serde_yaml v0.9.34+deprecated |
938 | 2024-08-28T22:29:07.109Z | Downloaded foreign-types v0.5.0 |
939 | 2024-08-28T22:29:07.112Z | Downloaded diesel_derives v2.2.2 |
940 | 2024-08-28T22:29:07.114Z | Downloaded ref-cast v1.0.23 |
941 | 2024-08-28T22:29:07.117Z | Downloaded pkg-config v0.3.30 |
942 | 2024-08-28T22:29:07.119Z | Downloaded globset v0.4.14 |
943 | 2024-08-28T22:29:07.122Z | Downloaded getrandom v0.2.14 |
944 | 2024-08-28T22:29:07.124Z | Downloaded num-traits v0.2.19 |
945 | 2024-08-28T22:29:07.126Z | Downloaded fatfs v0.3.6 |
946 | 2024-08-28T22:29:07.132Z | Downloaded ron v0.8.1 |
947 | 2024-08-28T22:29:07.136Z | Downloaded signal-hook-tokio v0.3.1 |
948 | 2024-08-28T22:29:07.136Z | Downloaded getopts v0.2.21 |
949 | 2024-08-28T22:29:07.138Z | Downloaded enum-as-inner v0.5.1 |
950 | 2024-08-28T22:29:07.138Z | Downloaded zeroize_derive v1.4.2 |
951 | 2024-08-28T22:29:07.140Z | Downloaded num-derive v0.4.2 |
952 | 2024-08-28T22:29:07.140Z | Downloaded openssl-macros v0.1.1 |
953 | 2024-08-28T22:29:07.143Z | Downloaded number_prefix v0.4.0 |
954 | 2024-08-28T22:29:07.144Z | Downloaded stringprep v0.1.4 |
955 | 2024-08-28T22:29:07.144Z | Downloaded string_cache v0.8.7 |
956 | 2024-08-28T22:29:07.146Z | Downloaded zeroize v1.7.0 |
957 | 2024-08-28T22:29:07.146Z | Downloaded uuid v1.10.0 |
958 | 2024-08-28T22:29:07.149Z | Downloaded powerfmt v0.2.0 |
959 | 2024-08-28T22:29:07.151Z | Downloaded dirs-sys-next v0.1.2 |
960 | 2024-08-28T22:29:07.151Z | Downloaded slog-stdlog v4.1.1 |
961 | 2024-08-28T22:29:07.151Z | Downloaded flagset v0.4.5 |
962 | 2024-08-28T22:29:07.154Z | Downloaded time-macros v0.2.18 |
963 | 2024-08-28T22:29:07.156Z | Downloaded slog-term v2.9.1 |
964 | 2024-08-28T22:29:07.159Z | Downloaded test-strategy v0.3.1 |
965 | 2024-08-28T22:29:07.161Z | Downloaded subprocess v0.2.9 |
966 | 2024-08-28T22:29:07.164Z | Downloaded socket2 v0.4.10 |
967 | 2024-08-28T22:29:07.166Z | Downloaded steno v0.4.1 |
968 | 2024-08-28T22:29:07.169Z | Downloaded num-rational v0.4.2 |
969 | 2024-08-28T22:29:07.171Z | Downloaded half v2.4.1 |
970 | 2024-08-28T22:29:07.175Z | Downloaded erased-serde v0.3.31 |
971 | 2024-08-28T22:29:07.175Z | Downloaded topological-sort v0.2.2 |
972 | 2024-08-28T22:29:07.177Z | Downloaded ena v0.14.3 |
973 | 2024-08-28T22:29:07.177Z | Downloaded derive_builder_core v0.20.0 |
974 | 2024-08-28T22:29:07.180Z | Downloaded uzers v0.11.3 |
975 | 2024-08-28T22:29:07.183Z | Downloaded ron v0.7.1 |
976 | 2024-08-28T22:29:07.186Z | Downloaded ring v0.17.8 |
977 | 2024-08-28T22:29:07.256Z | Downloaded hkdf v0.12.4 |
978 | 2024-08-28T22:29:07.258Z | Downloaded const_format v0.2.32 |
979 | 2024-08-28T22:29:07.262Z | Downloaded crossterm v0.27.0 |
980 | 2024-08-28T22:29:07.269Z | Downloaded pem-rfc7468 v0.7.0 |
981 | 2024-08-28T22:29:07.271Z | Downloaded supports-color v3.0.0 |
982 | 2024-08-28T22:29:07.274Z | Downloaded serde_with_macros v3.9.0 |
983 | 2024-08-28T22:29:07.274Z | Downloaded base64 v0.21.7 |
984 | 2024-08-28T22:29:07.277Z | Downloaded indicatif v0.17.8 |
985 | 2024-08-28T22:29:07.281Z | Downloaded num-integer v0.1.46 |
986 | 2024-08-28T22:29:07.284Z | Downloaded fallible-streaming-iterator v0.1.9 |
987 | 2024-08-28T22:29:07.284Z | Downloaded difflib v0.4.0 |
988 | 2024-08-28T22:29:07.286Z | Downloaded tokio-tungstenite v0.21.0 |
989 | 2024-08-28T22:29:07.286Z | Downloaded tokio-tungstenite v0.20.1 |
990 | 2024-08-28T22:29:07.289Z | Downloaded password-hash v0.5.0 |
991 | 2024-08-28T22:29:07.291Z | Downloaded vte v0.11.1 |
992 | 2024-08-28T22:29:07.294Z | Downloaded r2d2 v0.8.10 |
993 | 2024-08-28T22:29:07.294Z | Downloaded poly1305 v0.8.0 |
994 | 2024-08-28T22:29:07.296Z | Downloaded bytes v1.7.1 |
995 | 2024-08-28T22:29:07.299Z | Downloaded defmt-parser v0.3.4 |
996 | 2024-08-28T22:29:07.301Z | Downloaded rusty-fork v0.3.0 |
997 | 2024-08-28T22:29:07.301Z | Downloaded ring v0.16.20 |
998 | 2024-08-28T22:29:07.385Z | Downloaded pin-project-lite v0.2.14 |
999 | 2024-08-28T22:29:07.391Z | Downloaded owo-colors v4.0.0 |
1000 | 2024-08-28T22:29:07.394Z | Downloaded crossbeam-utils v0.8.19 |
1001 | 2024-08-28T22:29:07.396Z | Downloaded cookie v0.18.1 |
1002 | 2024-08-28T22:29:07.399Z | Downloaded serde_urlencoded v0.7.1 |
1003 | 2024-08-28T22:29:07.399Z | Downloaded ppv-lite86 v0.2.17 |
1004 | 2024-08-28T22:29:07.402Z | Downloaded tar v0.4.41 |
1005 | 2024-08-28T22:29:07.402Z | Downloaded miniz_oxide v0.7.2 |
1006 | 2024-08-28T22:29:07.404Z | Downloaded crossbeam-channel v0.5.12 |
1007 | 2024-08-28T22:29:07.408Z | Downloaded base64 v0.22.1 |
1008 | 2024-08-28T22:29:07.411Z | Downloaded blake2 v0.10.6 |
1009 | 2024-08-28T22:29:07.415Z | Downloaded http v0.2.12 |
1010 | 2024-08-28T22:29:07.417Z | Downloaded crc v3.2.1 |
1011 | 2024-08-28T22:29:07.420Z | Downloaded filetime v0.2.24 |
1012 | 2024-08-28T22:29:07.422Z | Downloaded ff v0.13.0 |
1013 | 2024-08-28T22:29:07.424Z | Downloaded hickory-server v0.24.1 |
1014 | 2024-08-28T22:29:07.430Z | Downloaded console v0.15.8 |
1015 | 2024-08-28T22:29:07.432Z | Downloaded async-bb8-diesel v0.2.1 |
1016 | 2024-08-28T22:29:07.432Z | Downloaded term v0.7.0 |
1017 | 2024-08-28T22:29:07.435Z | Downloaded smallvec v0.6.14 |
1018 | 2024-08-28T22:29:07.437Z | Downloaded nu-ansi-term v0.50.0 |
1019 | 2024-08-28T22:29:07.440Z | Downloaded backoff v0.4.0 |
1020 | 2024-08-28T22:29:07.442Z | Downloaded hickory-resolver v0.24.1 |
1021 | 2024-08-28T22:29:07.445Z | Downloaded clang-sys v1.7.0 |
1022 | 2024-08-28T22:29:07.448Z | Downloaded backtrace v0.3.71 |
1023 | 2024-08-28T22:29:07.451Z | Downloaded wyz v0.5.1 |
1024 | 2024-08-28T22:29:07.479Z | Downloaded scrypt v0.11.0 |
1025 | 2024-08-28T22:29:07.479Z | Downloaded scopeguard v1.2.0 |
1026 | 2024-08-28T22:29:07.479Z | Downloaded rustc_version v0.1.7 |
1027 | 2024-08-28T22:29:07.479Z | Downloaded multer v3.1.0 |
1028 | 2024-08-28T22:29:07.479Z | Downloaded lalrpop-util v0.19.12 |
1029 | 2024-08-28T22:29:07.479Z | Downloaded smf v0.2.3 |
1030 | 2024-08-28T22:29:07.479Z | Downloaded curve25519-dalek-derive v0.1.1 |
1031 | 2024-08-28T22:29:07.479Z | Downloaded ctr v0.9.2 |
1032 | 2024-08-28T22:29:07.479Z | Downloaded convert_case v0.4.0 |
1033 | 2024-08-28T22:29:07.479Z | Downloaded indoc v1.0.9 |
1034 | 2024-08-28T22:29:07.479Z | Downloaded ascii-canvas v3.0.0 |
1035 | 2024-08-28T22:29:07.479Z | Downloaded which v4.4.2 |
1036 | 2024-08-28T22:29:07.479Z | Downloaded static_assertions v1.1.0 |
1037 | 2024-08-28T22:29:07.479Z | Downloaded termcolor v1.4.1 |
1038 | 2024-08-28T22:29:07.479Z | Downloaded tap v1.0.1 |
1039 | 2024-08-28T22:29:07.479Z | Downloaded signal-hook-mio v0.2.4 |
1040 | 2024-08-28T22:29:07.479Z | Downloaded colored v2.1.0 |
1041 | 2024-08-28T22:29:07.479Z | Downloaded aes v0.8.4 |
1042 | 2024-08-28T22:29:07.485Z | Downloaded bcrypt-pbkdf v0.10.0 |
1043 | 2024-08-28T22:29:07.485Z | Downloaded linear-map v1.2.0 |
1044 | 2024-08-28T22:29:07.485Z | Downloaded hyper-staticfile v0.9.5 |
1045 | 2024-08-28T22:29:07.485Z | Downloaded cipher v0.4.4 |
1046 | 2024-08-28T22:29:07.488Z | Downloaded cbc v0.1.2 |
1047 | 2024-08-28T22:29:07.488Z | Downloaded bitflags v1.3.2 |
1048 | 2024-08-28T22:29:07.488Z | Downloaded bit-vec v0.6.3 |
1049 | 2024-08-28T22:29:07.488Z | Downloaded base16ct v0.2.0 |
1050 | 2024-08-28T22:29:07.491Z | Downloaded rtoolbox v0.0.2 |
1051 | 2024-08-28T22:29:07.491Z | Downloaded ciborium-io v0.2.2 |
1052 | 2024-08-28T22:29:07.491Z | Downloaded cexpr v0.6.0 |
1053 | 2024-08-28T22:29:07.495Z | Downloaded block-padding v0.3.3 |
1054 | 2024-08-28T22:29:07.495Z | Downloaded atomic-waker v1.1.2 |
1055 | 2024-08-28T22:29:07.495Z | Downloaded schemars_derive v0.8.21 |
1056 | 2024-08-28T22:29:07.495Z | Downloaded salsa20 v0.10.2 |
1057 | 2024-08-28T22:29:07.498Z | Downloaded nibble_vec v0.1.0 |
1058 | 2024-08-28T22:29:07.498Z | Downloaded cc v1.0.97 |
1059 | 2024-08-28T22:29:07.501Z | Downloaded md-5 v0.10.6 |
1060 | 2024-08-28T22:29:07.501Z | Downloaded lru v0.12.3 |
1061 | 2024-08-28T22:29:07.504Z | Downloaded lazycell v1.3.0 |
1062 | 2024-08-28T22:29:07.504Z | Downloaded inout v0.1.3 |
1063 | 2024-08-28T22:29:07.504Z | Downloaded iana-time-zone v0.1.60 |
1064 | 2024-08-28T22:29:07.508Z | Downloaded internet-checksum v0.2.1 |
1065 | 2024-08-28T22:29:07.508Z | Downloaded impl-trait-for-tuples v0.2.2 |
1066 | 2024-08-28T22:29:07.511Z | Downloaded httpdate v1.0.3 |
1067 | 2024-08-28T22:29:07.511Z | Downloaded hostname v0.3.1 |
1068 | 2024-08-28T22:29:07.513Z | Downloaded async-stream-impl v0.3.5 |
1069 | 2024-08-28T22:29:07.513Z | Downloaded matches v0.1.10 |
1070 | 2024-08-28T22:29:07.513Z | Downloaded array-init v0.0.4 |
1071 | 2024-08-28T22:29:07.516Z | Downloaded base64 v0.13.1 |
1072 | 2024-08-28T22:29:07.519Z | Downloaded allocator-api2 v0.2.18 |
1073 | 2024-08-28T22:29:07.522Z | Downloaded assert_matches v1.5.0 |
1074 | 2024-08-28T22:29:07.522Z | Downloaded lock_api v0.4.12 |
1075 | 2024-08-28T22:29:07.525Z | Downloaded cookie_store v0.20.0 |
1076 | 2024-08-28T22:29:07.525Z | Downloaded cookie v0.17.0 |
1077 | 2024-08-28T22:29:07.528Z | Downloaded jobserver v0.1.32 |
1078 | 2024-08-28T22:29:07.528Z | Downloaded highway v1.2.0 |
1079 | 2024-08-28T22:29:07.530Z | Downloaded ciborium v0.2.2 |
1080 | 2024-08-28T22:29:07.534Z | Downloaded hyper-rustls v0.24.2 |
1081 | 2024-08-28T22:29:07.537Z | Downloaded async-stream v0.3.5 |
1082 | 2024-08-28T22:29:07.537Z | Downloaded lru-cache v0.1.2 |
1083 | 2024-08-28T22:29:07.537Z | Downloaded linked-hash-map v0.5.6 |
1084 | 2024-08-28T22:29:07.540Z | Downloaded lazy_static v1.5.0 |
1085 | 2024-08-28T22:29:07.540Z | Downloaded cancel-safe-futures v0.1.5 |
1086 | 2024-08-28T22:29:07.543Z | Downloaded bzip2 v0.4.4 |
1087 | 2024-08-28T22:29:07.545Z | Downloaded kstat-rs v0.2.4 |
1088 | 2024-08-28T22:29:07.545Z | Downloaded humantime v2.1.0 |
1089 | 2024-08-28T22:29:07.553Z | Downloaded hostname v0.4.0 |
1090 | 2024-08-28T22:29:07.553Z | Downloaded home v0.5.9 |
1091 | 2024-08-28T22:29:07.553Z | Downloaded constant_time_eq v0.3.0 |
1092 | 2024-08-28T22:29:07.556Z | Downloaded bitfield v0.14.0 |
1093 | 2024-08-28T22:29:07.556Z | Downloaded bb8 v0.8.5 |
1094 | 2024-08-28T22:29:07.556Z | Downloaded ciborium-ll v0.2.2 |
1095 | 2024-08-28T22:29:07.556Z | Downloaded adler v1.0.2 |
1096 | 2024-08-28T22:29:07.556Z | Downloaded arrayref v0.3.7 |
1097 | 2024-08-28T22:29:07.644Z | Compiling serde v1.0.208 |
1098 | 2024-08-28T22:29:07.646Z | Compiling typenum v1.17.0 |
1099 | 2024-08-28T22:29:07.646Z | Compiling generic-array v0.14.7 |
1100 | 2024-08-28T22:29:07.646Z | Compiling lock_api v0.4.12 |
1101 | 2024-08-28T22:29:07.646Z | Compiling scopeguard v1.2.0 |
1102 | 2024-08-28T22:29:07.794Z | Compiling log v0.4.21 |
1103 | 2024-08-28T22:29:07.809Z | Compiling syn v2.0.74 |
1104 | 2024-08-28T22:29:07.820Z | Compiling getrandom v0.2.14 |
1105 | 2024-08-28T22:29:07.959Z | Compiling jobserver v0.1.32 |
1106 | 2024-08-28T22:29:08.257Z | Compiling cc v1.0.97 |
1107 | 2024-08-28T22:29:08.359Z | Compiling subtle v2.5.0 |
1108 | 2024-08-28T22:29:08.642Z | Compiling const-oid v0.9.6 |
1109 | 2024-08-28T22:29:08.743Z | Compiling smallvec v1.13.2 |
1110 | 2024-08-28T22:29:08.761Z | Compiling pin-project-lite v0.2.14 |
1111 | 2024-08-28T22:29:08.867Z | Compiling parking_lot_core v0.9.10 |
1112 | 2024-08-28T22:29:08.887Z | Compiling signal-hook-registry v1.4.2 |
1113 | 2024-08-28T22:29:09.120Z | Compiling spin v0.9.8 |
1114 | 2024-08-28T22:29:09.491Z | Compiling mio v1.0.2 |
1115 | 2024-08-28T22:29:09.666Z | Compiling ahash v0.8.11 |
1116 | 2024-08-28T22:29:10.007Z | Compiling parking_lot v0.12.2 |
1117 | 2024-08-28T22:29:10.022Z | Compiling tinyvec_macros v0.1.1 |
1118 | 2024-08-28T22:29:10.112Z | Compiling tinyvec v1.6.0 |
1119 | 2024-08-28T22:29:10.379Z | Compiling socket2 v0.5.7 |
1120 | 2024-08-28T22:29:10.416Z | Compiling cpufeatures v0.2.12 |
1121 | 2024-08-28T22:29:10.520Z | Compiling serde_json v1.0.125 |
1122 | 2024-08-28T22:29:10.635Z | Compiling futures-sink v0.3.30 |
1123 | 2024-08-28T22:29:10.796Z | Compiling libm v0.2.8 |
1124 | 2024-08-28T22:29:10.850Z | Compiling futures-core v0.3.30 |
1125 | 2024-08-28T22:29:10.891Z | Compiling num-traits v0.2.19 |
1126 | 2024-08-28T22:29:11.210Z | Compiling slab v0.4.9 |
1127 | 2024-08-28T22:29:11.231Z | Compiling unicode-bidi v0.3.15 |
1128 | 2024-08-28T22:29:11.263Z | Compiling allocator-api2 v0.2.18 |
1129 | 2024-08-28T22:29:11.655Z | Compiling unicode-normalization v0.1.23 |
1130 | 2024-08-28T22:29:11.972Z | Compiling futures-channel v0.3.30 |
1131 | 2024-08-28T22:29:12.079Z | Compiling pkg-config v0.3.30 |
1132 | 2024-08-28T22:29:12.174Z | Compiling futures-task v0.3.30 |
1133 | 2024-08-28T22:29:12.434Z | Compiling futures-io v0.3.30 |
1134 | 2024-08-28T22:29:12.516Z | Compiling vcpkg v0.2.15 |
1135 | 2024-08-28T22:29:12.778Z | Compiling pin-utils v0.1.0 |
1136 | 2024-08-28T22:29:12.795Z | Compiling ring v0.17.8 |
1137 | 2024-08-28T22:29:12.865Z | Compiling base64ct v1.6.0 |
1138 | 2024-08-28T22:29:13.161Z | Compiling ppv-lite86 v0.2.17 |
1139 | 2024-08-28T22:29:13.485Z | Compiling pem-rfc7468 v0.7.0 |
1140 | 2024-08-28T22:29:13.629Z | Compiling flagset v0.4.5 |
1141 | 2024-08-28T22:29:13.811Z | Compiling percent-encoding v2.3.1 |
1142 | 2024-08-28T22:29:13.980Z | Compiling tracing-core v0.1.32 |
1143 | 2024-08-28T22:29:14.176Z | Compiling rustix v0.38.34 |
1144 | 2024-08-28T22:29:14.254Z | Compiling untrusted v0.9.0 |
1145 | 2024-08-28T22:29:14.443Z | Compiling foreign-types-shared v0.1.1 |
1146 | 2024-08-28T22:29:14.551Z | Compiling num-conv v0.1.0 |
1147 | 2024-08-28T22:29:14.650Z | Compiling openssl-sys v0.9.103 |
1148 | 2024-08-28T22:29:14.708Z | Compiling openssl v0.10.66 |
1149 | 2024-08-28T22:29:14.806Z | Compiling powerfmt v0.2.0 |
1150 | 2024-08-28T22:29:14.968Z | Compiling httparse v1.8.0 |
1151 | 2024-08-28T22:29:15.069Z | Compiling time-core v0.1.2 |
1152 | 2024-08-28T22:29:15.175Z | Compiling rustversion v1.0.17 |
1153 | 2024-08-28T22:29:15.237Z | Compiling time-macros v0.2.18 |
1154 | 2024-08-28T22:29:15.265Z | Compiling deranged v0.3.11 |
1155 | 2024-08-28T22:29:15.383Z | Compiling foreign-types v0.3.2 |
1156 | 2024-08-28T22:29:15.493Z | Compiling form_urlencoded v1.2.1 |
1157 | 2024-08-28T22:29:15.765Z | Compiling aho-corasick v1.1.3 |
1158 | 2024-08-28T22:29:15.930Z | Compiling regex-syntax v0.8.4 |
1159 | 2024-08-28T22:29:16.814Z | Compiling crossbeam-utils v0.8.19 |
1160 | 2024-08-28T22:29:17.354Z | Compiling syn v1.0.109 |
1161 | 2024-08-28T22:29:17.907Z | Compiling siphasher v0.3.11 |
1162 | 2024-08-28T22:29:17.935Z | Compiling try-lock v0.2.5 |
1163 | 2024-08-28T22:29:18.055Z | Compiling rustls v0.21.12 |
1164 | 2024-08-28T22:29:18.198Z | Compiling num_threads v0.1.7 |
1165 | 2024-08-28T22:29:18.301Z | Compiling native-tls v0.2.11 |
1166 | 2024-08-28T22:29:18.320Z | Compiling time v0.3.36 |
1167 | 2024-08-28T22:29:18.573Z | Compiling want v0.3.1 |
1168 | 2024-08-28T22:29:18.834Z | Compiling regex-automata v0.4.6 |
1169 | 2024-08-28T22:29:20.512Z | Compiling rand_core v0.6.4 |
1170 | 2024-08-28T22:29:20.617Z | Compiling serde_derive v1.0.208 |
1171 | 2024-08-28T22:29:20.903Z | Compiling zeroize_derive v1.4.2 |
1172 | 2024-08-28T22:29:21.023Z | Compiling zerocopy-derive v0.7.34 |
1173 | 2024-08-28T22:29:21.518Z | Compiling tokio-macros v2.4.0 |
1174 | 2024-08-28T22:29:21.651Z | Compiling thiserror-impl v1.0.63 |
1175 | 2024-08-28T22:29:22.519Z | Compiling zeroize v1.7.0 |
1176 | 2024-08-28T22:29:23.125Z | Compiling futures-macro v0.3.30 |
1177 | 2024-08-28T22:29:23.268Z | Compiling zerocopy v0.7.34 |
1178 | 2024-08-28T22:29:23.350Z | Compiling der_derive v0.7.2 |
1179 | 2024-08-28T22:29:24.289Z | Compiling crypto-common v0.1.6 |
1180 | 2024-08-28T22:29:24.517Z | Compiling block-buffer v0.10.4 |
1181 | 2024-08-28T22:29:24.758Z | Compiling digest v0.10.7 |
1182 | 2024-08-28T22:29:24.953Z | Compiling block-padding v0.3.3 |
1183 | 2024-08-28T22:29:25.050Z | Compiling thiserror v1.0.63 |
1184 | 2024-08-28T22:29:25.190Z | Compiling hmac v0.12.1 |
1185 | 2024-08-28T22:29:25.210Z | Compiling inout v0.1.3 |
1186 | 2024-08-28T22:29:25.239Z | Compiling sha2 v0.10.8 |
1187 | 2024-08-28T22:29:25.415Z | Compiling hashbrown v0.14.5 |
1188 | 2024-08-28T22:29:25.437Z | Compiling cipher v0.4.4 |
1189 | 2024-08-28T22:29:25.490Z | Compiling futures-util v0.3.30 |
1190 | 2024-08-28T22:29:25.796Z | Compiling pest v2.7.10 |
1191 | 2024-08-28T22:29:25.946Z | Compiling salsa20 v0.10.2 |
1192 | 2024-08-28T22:29:26.224Z | Compiling der v0.7.9 |
1193 | 2024-08-28T22:29:26.876Z | Compiling pbkdf2 v0.12.2 |
1194 | 2024-08-28T22:29:27.054Z | Compiling rand_chacha v0.3.1 |
1195 | 2024-08-28T22:29:28.649Z | Compiling pest_meta v2.7.10 |
1196 | 2024-08-28T22:29:28.757Z | Compiling scroll_derive v0.12.0 |
1197 | 2024-08-28T22:29:29.282Z | Compiling tracing-attributes v0.1.27 |
1198 | 2024-08-28T22:29:29.498Z | Compiling spki v0.7.3 |
1199 | 2024-08-28T22:29:29.859Z | Compiling rand v0.8.5 |
1200 | 2024-08-28T22:29:30.339Z | Compiling scroll v0.12.0 |
1201 | 2024-08-28T22:29:30.927Z | Compiling pest_generator v2.7.10 |
1202 | 2024-08-28T22:29:31.650Z | Compiling scrypt v0.11.0 |
1203 | 2024-08-28T22:29:31.814Z | Compiling aes v0.8.4 |
1204 | 2024-08-28T22:29:31.976Z | Compiling cbc v0.1.2 |
1205 | 2024-08-28T22:29:32.213Z | Compiling goblin v0.8.2 |
1206 | 2024-08-28T22:29:32.250Z | Compiling openssl-macros v0.1.1 |
1207 | 2024-08-28T22:29:33.016Z | Compiling pkcs5 v0.7.1 |
1208 | 2024-08-28T22:29:33.044Z | Compiling sct v0.7.1 |
1209 | 2024-08-28T22:29:33.188Z | Compiling rustls-webpki v0.101.7 |
1210 | 2024-08-28T22:29:33.298Z | Compiling tracing v0.1.40 |
1211 | 2024-08-28T22:29:33.376Z | Compiling idna v0.5.0 |
1212 | 2024-08-28T22:29:33.841Z | Compiling pest_derive v2.7.10 |
1213 | 2024-08-28T22:29:33.860Z | Compiling pkcs8 v0.10.2 |
1214 | 2024-08-28T22:29:34.230Z | Compiling cookie v0.17.0 |
1215 | 2024-08-28T22:29:34.562Z | Compiling slog v2.7.0 |
1216 | 2024-08-28T22:29:34.581Z | Compiling finl_unicode v1.2.0 |
1217 | 2024-08-28T22:29:34.667Z | Compiling openssl-probe v0.1.5 |
1218 | 2024-08-28T22:29:34.695Z | Compiling dtrace-parser v0.2.0 |
1219 | 2024-08-28T22:29:34.979Z | Compiling bytes v1.7.1 |
1220 | 2024-08-28T22:29:35.029Z | Compiling bitflags v2.6.0 |
1221 | 2024-08-28T22:29:35.105Z | Compiling indexmap v2.4.0 |
1222 | 2024-08-28T22:29:35.186Z | Compiling semver v1.0.23 |
1223 | 2024-08-28T22:29:35.238Z | Compiling uuid v1.10.0 |
1224 | 2024-08-28T22:29:35.983Z | Compiling tokio v1.39.3 |
1225 | 2024-08-28T22:29:36.324Z | Compiling http v0.2.12 |
1226 | 2024-08-28T22:29:36.677Z | Compiling rustc_version v0.4.0 |
1227 | 2024-08-28T22:29:36.993Z | Compiling iana-time-zone v0.1.60 |
1228 | 2024-08-28T22:29:37.457Z | Compiling tower-service v0.3.2 |
1229 | 2024-08-28T22:29:37.502Z | Compiling heapless v0.7.17 |
1230 | 2024-08-28T22:29:37.594Z | Compiling adler v1.0.2 |
1231 | 2024-08-28T22:29:37.833Z | Compiling httpdate v1.0.3 |
1232 | 2024-08-28T22:29:37.950Z | Compiling dof v0.3.0 |
1233 | 2024-08-28T22:29:38.320Z | Compiling http-body v0.4.6 |
1234 | 2024-08-28T22:29:38.407Z | Compiling miniz_oxide v0.7.2 |
1235 | 2024-08-28T22:29:38.643Z | Compiling chrono v0.4.38 |
1236 | 2024-08-28T22:29:38.807Z | Compiling usdt-impl v0.5.0 |
1237 | 2024-08-28T22:29:38.951Z | Compiling stringprep v0.1.4 |
1238 | 2024-08-28T22:29:40.121Z | Compiling serde_spanned v0.6.7 |
1239 | 2024-08-28T22:29:40.180Z | Compiling serde_tokenstream v0.2.2 |
1240 | 2024-08-28T22:29:40.225Z | Compiling toml_datetime v0.6.8 |
1241 | 2024-08-28T22:29:40.434Z | Compiling url v2.5.2 |
1242 | 2024-08-28T22:29:40.762Z | Compiling md-5 v0.10.6 |
1243 | 2024-08-28T22:29:42.094Z | Compiling num-integer v0.1.46 |
1244 | 2024-08-28T22:29:42.360Z | Compiling idna v0.3.0 |
1245 | 2024-08-28T22:29:42.499Z | Compiling backtrace v0.3.71 |
1246 | 2024-08-28T22:29:42.789Z | Compiling lazy_static v1.5.0 |
1247 | 2024-08-28T22:29:42.887Z | Compiling hash32 v0.2.1 |
1248 | 2024-08-28T22:29:42.910Z | Compiling stable_deref_trait v1.2.0 |
1249 | 2024-08-28T22:29:42.975Z | Compiling num-bigint-dig v0.8.4 |
1250 | 2024-08-28T22:29:43.014Z | Compiling psl-types v2.0.11 |
1251 | 2024-08-28T22:29:43.256Z | Compiling fallible-iterator v0.2.0 |
1252 | 2024-08-28T22:29:43.291Z | Compiling gimli v0.28.1 |
1253 | 2024-08-28T22:29:43.862Z | Compiling cfg_aliases v0.1.1 |
1254 | 2024-08-28T22:29:43.963Z | Compiling smoltcp v0.9.1 |
1255 | 2024-08-28T22:29:43.984Z | Compiling signal-hook v0.3.17 |
1256 | 2024-08-28T22:29:43.984Z | Compiling base64 v0.22.1 |
1257 | 2024-08-28T22:29:44.287Z | Compiling tokio-util v0.7.11 |
1258 | 2024-08-28T22:29:44.733Z | Compiling crc32fast v1.4.0 |
1259 | 2024-08-28T22:29:44.853Z | Compiling postgres-protocol v0.6.7 |
1260 | 2024-08-28T22:29:45.320Z | Compiling h2 v0.3.26 |
1261 | 2024-08-28T22:29:45.843Z | Compiling tokio-rustls v0.24.1 |
1262 | 2024-08-28T22:29:45.964Z | Compiling tokio-native-tls v0.3.1 |
1263 | 2024-08-28T22:29:46.288Z | Compiling nix v0.28.0 |
1264 | 2024-08-28T22:29:46.323Z | Compiling publicsuffix v2.2.3 |
1265 | 2024-08-28T22:29:46.615Z | Compiling num-iter v0.1.45 |
1266 | 2024-08-28T22:29:47.573Z | Compiling terminal_size v0.3.0 |
1267 | 2024-08-28T22:29:47.785Z | Compiling addr2line v0.21.0 |
1268 | 2024-08-28T22:29:47.923Z | Compiling ff v0.13.0 |
1269 | 2024-08-28T22:29:47.970Z | Compiling zerocopy-derive v0.6.6 |
1270 | 2024-08-28T22:29:48.165Z | Compiling async-trait v0.1.81 |
1271 | 2024-08-28T22:29:48.425Z | Compiling phf_shared v0.11.2 |
1272 | 2024-08-28T22:29:48.499Z | Compiling serde_derive_internals v0.29.1 |
1273 | 2024-08-28T22:29:48.828Z | Compiling object v0.32.2 |
1274 | 2024-08-28T22:29:49.675Z | Compiling fs-err v2.11.0 |
1275 | 2024-08-28T22:29:49.990Z | Compiling bitflags v1.3.2 |
1276 | 2024-08-28T22:29:50.106Z | Compiling rustc-demangle v0.1.24 |
1277 | 2024-08-28T22:29:50.177Z | Compiling managed v0.8.0 |
1278 | 2024-08-28T22:29:50.654Z | Compiling schemars v0.8.21 |
1279 | 2024-08-28T22:29:51.026Z | Compiling ipnet v2.9.0 |
1280 | 2024-08-28T22:29:51.094Z | Compiling anyhow v1.0.86 |
1281 | 2024-08-28T22:29:51.142Z | Compiling either v1.13.0 |
1282 | 2024-08-28T22:29:51.289Z | Compiling base64 v0.21.7 |
1283 | 2024-08-28T22:29:51.435Z | Compiling winnow v0.5.40 |
1284 | 2024-08-28T22:29:51.568Z | Compiling base16ct v0.2.0 |
1285 | 2024-08-28T22:29:51.886Z | Compiling rustls-pemfile v1.0.4 |
1286 | 2024-08-28T22:29:51.950Z | Compiling sec1 v0.7.3 |
1287 | 2024-08-28T22:29:52.037Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-08-28T22:29:52.255Z | Compiling clap_builder v4.5.15 |
1289 | 2024-08-28T22:29:52.563Z | Compiling hyper v0.14.30 |
1290 | 2024-08-28T22:29:54.615Z | Compiling zerocopy v0.6.6 |
1291 | 2024-08-28T22:29:55.371Z | Compiling toml_edit v0.19.15 |
1292 | 2024-08-28T22:29:55.608Z | Compiling phf v0.11.2 |
1293 | 2024-08-28T22:29:55.627Z | Compiling group v0.13.0 |
1294 | 2024-08-28T22:29:55.629Z | Compiling hubpack_derive v0.1.1 |
1295 | 2024-08-28T22:29:55.962Z | Compiling cookie_store v0.20.0 |
1296 | 2024-08-28T22:29:56.616Z | Compiling hubpack v0.1.2 |
1297 | 2024-08-28T22:29:57.416Z | Compiling postgres-types v0.2.7 |
1298 | 2024-08-28T22:29:57.437Z | Compiling usdt-macro v0.5.0 |
1299 | 2024-08-28T22:29:57.546Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-08-28T22:29:58.948Z | Compiling clap_derive v4.5.13 |
1301 | 2024-08-28T22:29:58.991Z | Compiling serde_urlencoded v0.7.1 |
1302 | 2024-08-28T22:29:59.218Z | Compiling strum_macros v0.25.3 |
1303 | 2024-08-28T22:29:59.461Z | Compiling enum-as-inner v0.6.0 |
1304 | 2024-08-28T22:29:59.520Z | Compiling pkcs1 v0.7.5 |
1305 | 2024-08-28T22:30:00.640Z | Compiling hyper-rustls v0.24.2 |
1306 | 2024-08-28T22:30:00.642Z | Compiling hyper-tls v0.5.0 |
1307 | 2024-08-28T22:30:00.952Z | Compiling futures-executor v0.3.30 |
1308 | 2024-08-28T22:30:00.955Z | Compiling hkdf v0.12.4 |
1309 | 2024-08-28T22:30:01.280Z | Compiling signature v2.2.0 |
1310 | 2024-08-28T22:30:01.576Z | Compiling crypto-bigint v0.5.5 |
1311 | 2024-08-28T22:30:01.597Z | Compiling bstr v1.9.1 |
1312 | 2024-08-28T22:30:01.857Z | Compiling regex v1.10.6 |
1313 | 2024-08-28T22:30:02.962Z | Compiling serde_repr v0.1.19 |
1314 | 2024-08-28T22:30:02.981Z | Compiling phf_shared v0.10.0 |
1315 | 2024-08-28T22:30:03.423Z | Compiling float-cmp v0.9.0 |
1316 | 2024-08-28T22:30:03.444Z | Compiling idna v0.4.0 |
1317 | 2024-08-28T22:30:03.534Z | Compiling mio v0.8.11 |
1318 | 2024-08-28T22:30:03.555Z | Compiling encoding_rs v0.8.34 |
1319 | 2024-08-28T22:30:03.636Z | Compiling difflib v0.4.0 |
1320 | 2024-08-28T22:30:04.184Z | Compiling normalize-line-endings v0.3.0 |
1321 | 2024-08-28T22:30:04.281Z | Compiling whoami v1.5.1 |
1322 | 2024-08-28T22:30:04.318Z | Compiling data-encoding v2.6.0 |
1323 | 2024-08-28T22:30:04.789Z | Compiling bit-vec v0.6.3 |
1324 | 2024-08-28T22:30:04.977Z | Compiling predicates-core v1.0.6 |
1325 | 2024-08-28T22:30:05.026Z | Compiling mime v0.3.17 |
1326 | 2024-08-28T22:30:05.264Z | Compiling dyn-clone v1.0.17 |
1327 | 2024-08-28T22:30:05.285Z | Compiling webpki-roots v0.25.4 |
1328 | 2024-08-28T22:30:05.388Z | Compiling static_assertions v1.1.0 |
1329 | 2024-08-28T22:30:05.451Z | Compiling sync_wrapper v0.1.2 |
1330 | 2024-08-28T22:30:05.485Z | Compiling precomputed-hash v0.1.1 |
1331 | 2024-08-28T22:30:05.506Z | Compiling fixedbitset v0.4.2 |
1332 | 2024-08-28T22:30:05.588Z | Compiling minimal-lexical v0.2.1 |
1333 | 2024-08-28T22:30:05.607Z | Compiling unicode-segmentation v1.11.0 |
1334 | 2024-08-28T22:30:05.662Z | Compiling new_debug_unreachable v1.0.6 |
1335 | 2024-08-28T22:30:05.772Z | Compiling petgraph v0.6.5 |
1336 | 2024-08-28T22:30:05.987Z | Compiling reqwest v0.11.27 |
1337 | 2024-08-28T22:30:06.161Z | Compiling nom v7.1.3 |
1338 | 2024-08-28T22:30:06.503Z | Compiling similar v2.6.0 |
1339 | 2024-08-28T22:30:06.781Z | Compiling string_cache v0.8.7 |
1340 | 2024-08-28T22:30:07.280Z | Compiling toml_edit v0.22.20 |
1341 | 2024-08-28T22:30:07.780Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1342 | 2024-08-28T22:30:09.016Z | Compiling console v0.15.8 |
1343 | 2024-08-28T22:30:09.964Z | Compiling predicates v3.1.2 |
1344 | 2024-08-28T22:30:10.005Z | Compiling bit-set v0.5.3 |
1345 | 2024-08-28T22:30:10.312Z | Compiling hickory-proto v0.24.1 |
1346 | 2024-08-28T22:30:10.581Z | Compiling tokio-postgres v0.7.11 |
1347 | 2024-08-28T22:30:11.599Z | Compiling elliptic-curve v0.13.8 |
1348 | 2024-08-28T22:30:11.756Z | Compiling clap v4.5.16 |
1349 | 2024-08-28T22:30:11.889Z | Compiling signal-hook-mio v0.2.4 |
1350 | 2024-08-28T22:30:12.055Z | Compiling usdt v0.5.0 |
1351 | 2024-08-28T22:30:12.075Z | Compiling rsa v0.9.6 |
1352 | 2024-08-28T22:30:12.448Z | Compiling futures v0.3.30 |
1353 | 2024-08-28T22:30:12.557Z | Compiling toml v0.7.8 |
1354 | 2024-08-28T22:30:12.578Z | Compiling flate2 v1.0.31 |
1355 | 2024-08-28T22:30:14.483Z | Compiling itertools v0.10.5 |
1356 | 2024-08-28T22:30:15.253Z | Compiling itertools v0.12.1 |
1357 | 2024-08-28T22:30:15.861Z | Compiling tokio-stream v0.1.15 |
1358 | 2024-08-28T22:30:16.424Z | Compiling crossbeam-epoch v0.9.18 |
1359 | 2024-08-28T22:30:16.938Z | Compiling openapiv3 v2.0.0 |
1360 | 2024-08-28T22:30:17.222Z | Compiling hex v0.4.3 |
1361 | 2024-08-28T22:30:17.360Z | Compiling sha1 v0.10.6 |
1362 | 2024-08-28T22:30:17.809Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2024-08-28T22:30:17.848Z | Compiling peg-runtime v0.8.3 |
1364 | 2024-08-28T22:30:18.412Z | Compiling unicode-xid v0.2.4 |
1365 | 2024-08-28T22:30:18.468Z | Compiling lalrpop-util v0.19.12 |
1366 | 2024-08-28T22:30:18.487Z | Compiling dirs-next v2.0.0 |
1367 | 2024-08-28T22:30:18.505Z | Compiling thread_local v1.1.8 |
1368 | 2024-08-28T22:30:18.581Z | Compiling slog-async v2.8.0 |
1369 | 2024-08-28T22:30:18.687Z | Compiling term v0.7.0 |
1370 | 2024-08-28T22:30:18.828Z | Compiling crossbeam-channel v0.5.12 |
1371 | 2024-08-28T22:30:19.066Z | Compiling xattr v1.3.1 |
1372 | 2024-08-28T22:30:19.230Z | Compiling strum_macros v0.26.4 |
1373 | 2024-08-28T22:30:19.342Z | Compiling is-terminal v0.4.12 |
1374 | 2024-08-28T22:30:19.477Z | Compiling filetime v0.2.24 |
1375 | 2024-08-28T22:30:19.787Z | Compiling take_mut v0.2.2 |
1376 | 2024-08-28T22:30:19.976Z | Compiling tar v0.4.41 |
1377 | 2024-08-28T22:30:20.247Z | Compiling slog-term v2.9.1 |
1378 | 2024-08-28T22:30:20.460Z | Compiling camino v1.1.9 |
1379 | 2024-08-28T22:30:21.334Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1380 | 2024-08-28T22:30:22.477Z | Compiling strum v0.26.3 |
1381 | 2024-08-28T22:30:22.559Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1382 | 2024-08-28T22:30:27.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
1383 | 2024-08-28T22:30:27.906Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1384 | 2024-08-28T22:30:27.955Z | Aug 28 22:30:26.998 INFO Starting download, target: Console |
1385 | 2024-08-28T22:30:27.955Z | Aug 28 22:30:26.999 INFO Starting download, target: Clickhouse |
1386 | 2024-08-28T22:30:27.955Z | Aug 28 22:30:26.999 INFO Starting download, target: DendriteOpenapi |
1387 | 2024-08-28T22:30:27.955Z | Aug 28 22:30:26.999 INFO Starting download, target: DendriteStub |
1388 | 2024-08-28T22:30:27.955Z | Aug 28 22:30:26.999 INFO Starting download, target: Cockroach |
1389 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:26.999 INFO Starting download, target: MaghemiteMgd |
1390 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:26.999 INFO Starting download, target: TransceiverControl |
1391 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:26.999 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1392 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:26.999 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1393 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:27.000 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1394 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:27.000 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1395 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:27.000 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1396 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:27.000 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1397 | 2024-08-28T22:30:27.959Z | Aug 28 22:30:27.000 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1398 | 2024-08-28T22:30:28.229Z | Aug 28 22:30:27.271 INFO Download complete, target: DendriteOpenapi |
1399 | 2024-08-28T22:30:28.601Z | Aug 28 22:30:27.604 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1400 | 2024-08-28T22:30:28.722Z | Aug 28 22:30:27.680 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1401 | 2024-08-28T22:30:29.079Z | Aug 28 22:30:28.063 INFO Download complete, target: Console |
1402 | 2024-08-28T22:30:29.136Z | Aug 28 22:30:28.091 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1403 | 2024-08-28T22:30:29.137Z | Aug 28 22:30:28.091 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1404 | 2024-08-28T22:30:29.226Z | Aug 28 22:30:28.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1405 | 2024-08-28T22:30:29.332Z | Aug 28 22:30:28.375 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1406 | 2024-08-28T22:30:29.351Z | Aug 28 22:30:28.394 INFO Download complete, target: TransceiverControl |
1407 | 2024-08-28T22:30:30.094Z | Aug 28 22:30:29.136 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1408 | 2024-08-28T22:30:32.352Z | Aug 28 22:30:31.395 INFO Download complete, target: DendriteStub |
1409 | 2024-08-28T22:30:32.631Z | Aug 28 22:30:31.674 INFO Download complete, target: MaghemiteMgd |
1410 | 2024-08-28T22:30:37.541Z | Aug 28 22:30:36.584 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1411 | 2024-08-28T22:30:37.859Z | Aug 28 22:30:36.901 INFO Checking that binary works, target: Cockroach |
1412 | 2024-08-28T22:30:38.038Z | Aug 28 22:30:37.081 INFO Download complete, target: Cockroach |
1413 | 2024-08-28T22:30:44.257Z | Aug 28 22:30:43.299 INFO Checking that binary works, target: Clickhouse |
1414 | 2024-08-28T22:30:45.165Z | Aug 28 22:30:44.207 INFO Download complete, target: Clickhouse |
1415 | 2024-08-28T22:30:45.534Z | All builder prerequisites installed successfully, and PATH looks valid |
1416 | 2024-08-28T22:30:45.537Z | |
1417 | 2024-08-28T22:30:45.537Z | real 4:13.747095384 |
1418 | 2024-08-28T22:30:45.537Z | user 11:33.338752117 |
1419 | 2024-08-28T22:30:45.537Z | sys 2:27.114885945 |
1420 | 2024-08-28T22:30:45.537Z | trap 0.405189339 |
1421 | 2024-08-28T22:30:45.537Z | tflt 8.706657417 |
1422 | 2024-08-28T22:30:45.537Z | dflt 6.034352570 |
1423 | 2024-08-28T22:30:45.537Z | kflt 0.168296127 |
1424 | 2024-08-28T22:30:45.537Z | lock 22:47.310280523 |
1425 | 2024-08-28T22:30:45.537Z | slp 46:57.363475846 |
1426 | 2024-08-28T22:30:45.537Z | lat 35.188086074 |
1427 | 2024-08-28T22:30:45.537Z | stop 1:46.334107750 |
1428 | 2024-08-28T22:30:45.537Z | + banner clippy |
1429 | 2024-08-28T22:30:45.541Z | |
1430 | 2024-08-28T22:30:45.542Z | #### # # ##### ##### # # |
1431 | 2024-08-28T22:30:45.542Z | # # # # # # # # # # |
1432 | 2024-08-28T22:30:45.542Z | # # # # # # # # |
1433 | 2024-08-28T22:30:45.542Z | # # # ##### ##### # |
1434 | 2024-08-28T22:30:45.542Z | # # # # # # # |
1435 | 2024-08-28T22:30:45.542Z | #### ###### # # # # |
1436 | 2024-08-28T22:30:45.542Z | |
1437 | 2024-08-28T22:30:45.542Z | + export CARGO_INCREMENTAL=0 |
1438 | 2024-08-28T22:30:45.542Z | + CARGO_INCREMENTAL=0 |
1439 | 2024-08-28T22:30:45.542Z | + ptime -m cargo xtask clippy |
1440 | 2024-08-28T22:30:46.118Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1441 | 2024-08-28T22:30:50.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
1442 | 2024-08-28T22:30:50.094Z | Running `target/debug/xtask clippy` |
1443 | 2024-08-28T22:30:50.115Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1444 | 2024-08-28T22:30:50.887Z | Downloading crates ... |
1445 | 2024-08-28T22:30:51.234Z | Downloaded criterion-plot v0.5.0 |
1446 | 2024-08-28T22:30:51.237Z | Downloaded doc-comment v0.3.3 |
1447 | 2024-08-28T22:30:51.239Z | Downloaded blake2b_simd v1.0.2 |
1448 | 2024-08-28T22:30:51.239Z | Downloaded pathdiff v0.2.1 |
1449 | 2024-08-28T22:30:51.242Z | Downloaded guppy-workspace-hack v0.1.0 |
1450 | 2024-08-28T22:30:51.242Z | Downloaded anes v0.1.6 |
1451 | 2024-08-28T22:30:51.245Z | Downloaded cfg-expr v0.16.0 |
1452 | 2024-08-28T22:30:51.247Z | Downloaded oorandom v11.1.3 |
1453 | 2024-08-28T22:30:51.253Z | Downloaded relative-path v1.9.3 |
1454 | 2024-08-28T22:30:51.256Z | Downloaded plotters-backend v0.3.5 |
1455 | 2024-08-28T22:30:51.259Z | Downloaded target-spec v3.2.1 |
1456 | 2024-08-28T22:30:51.262Z | Downloaded http-body v1.0.0 |
1457 | 2024-08-28T22:30:51.265Z | Downloaded escape8259 v0.5.2 |
1458 | 2024-08-28T22:30:51.265Z | Downloaded cast v0.3.0 |
1459 | 2024-08-28T22:30:51.268Z | Downloaded tower-layer v0.3.2 |
1460 | 2024-08-28T22:30:51.275Z | Downloaded rustls-native-certs v0.7.0 |
1461 | 2024-08-28T22:30:51.278Z | Downloaded libtest-mimic v0.7.3 |
1462 | 2024-08-28T22:30:51.280Z | Downloaded tinytemplate v1.2.1 |
1463 | 2024-08-28T22:30:51.283Z | Downloaded nested v0.1.1 |
1464 | 2024-08-28T22:30:51.285Z | Downloaded hyper-rustls v0.26.0 |
1465 | 2024-08-28T22:30:51.288Z | Downloaded trybuild v1.0.99 |
1466 | 2024-08-28T22:30:51.290Z | Downloaded futures-timer v3.0.3 |
1467 | 2024-08-28T22:30:51.292Z | Downloaded threadpool v1.8.1 |
1468 | 2024-08-28T22:30:51.292Z | Downloaded proc-macro-crate v3.1.0 |
1469 | 2024-08-28T22:30:51.295Z | Downloaded plotters-svg v0.3.5 |
1470 | 2024-08-28T22:30:51.295Z | Downloaded httptest v0.15.5 |
1471 | 2024-08-28T22:30:51.297Z | Downloaded num_cpus v1.16.0 |
1472 | 2024-08-28T22:30:51.300Z | Downloaded approx v0.5.1 |
1473 | 2024-08-28T22:30:51.303Z | Downloaded datatest-stable v0.2.9 |
1474 | 2024-08-28T22:30:51.305Z | Downloaded yansi v0.5.1 |
1475 | 2024-08-28T22:30:51.307Z | Downloaded similar-asserts v1.5.0 |
1476 | 2024-08-28T22:30:51.310Z | Downloaded partial-io v0.5.4 |
1477 | 2024-08-28T22:30:51.312Z | Downloaded target-lexicon v0.12.16 |
1478 | 2024-08-28T22:30:51.312Z | Downloaded rstest_macros v0.22.0 |
1479 | 2024-08-28T22:30:51.316Z | Downloaded rust-argon2 v2.1.0 |
1480 | 2024-08-28T22:30:51.320Z | Downloaded rand_distr v0.4.3 |
1481 | 2024-08-28T22:30:51.323Z | Downloaded assert_cmd v2.0.16 |
1482 | 2024-08-28T22:30:51.325Z | Downloaded pretty_assertions v1.4.0 |
1483 | 2024-08-28T22:30:51.327Z | Downloaded rstest v0.22.0 |
1484 | 2024-08-28T22:30:51.331Z | Downloaded fancy-regex v0.13.0 |
1485 | 2024-08-28T22:30:51.336Z | Downloaded hyper-util v0.1.3 |
1486 | 2024-08-28T22:30:51.340Z | Downloaded tower v0.4.13 |
1487 | 2024-08-28T22:30:51.352Z | Downloaded toml_edit v0.21.1 |
1488 | 2024-08-28T22:30:51.375Z | Downloaded guppy v0.17.7 |
1489 | 2024-08-28T22:30:51.380Z | Downloaded regex-automata v0.1.10 |
1490 | 2024-08-28T22:30:51.385Z | Downloaded plotters v0.3.5 |
1491 | 2024-08-28T22:30:51.394Z | Downloaded bstr v0.2.17 |
1492 | 2024-08-28T22:30:51.403Z | Downloaded hyper v1.3.1 |
1493 | 2024-08-28T22:30:51.409Z | Downloaded criterion v0.5.1 |
1494 | 2024-08-28T22:30:52.093Z | Checking cfg-if v1.0.0 |
1495 | 2024-08-28T22:30:52.160Z | Checking libc v0.2.158 |
1496 | 2024-08-28T22:30:52.179Z | Checking serde v1.0.208 |
1497 | 2024-08-28T22:30:52.198Z | Checking memchr v2.7.2 |
1498 | 2024-08-28T22:30:52.221Z | Checking scopeguard v1.2.0 |
1499 | 2024-08-28T22:30:52.239Z | Checking log v0.4.21 |
1500 | 2024-08-28T22:30:52.263Z | Checking byteorder v1.5.0 |
1501 | 2024-08-28T22:30:52.293Z | Checking itoa v1.0.11 |
1502 | 2024-08-28T22:30:52.317Z | Checking smallvec v1.13.2 |
1503 | 2024-08-28T22:30:52.379Z | Checking lock_api v0.4.12 |
1504 | 2024-08-28T22:30:52.519Z | Checking zeroize v1.7.0 |
1505 | 2024-08-28T22:30:52.548Z | Checking once_cell v1.19.0 |
1506 | 2024-08-28T22:30:52.692Z | Checking pin-project-lite v0.2.14 |
1507 | 2024-08-28T22:30:52.720Z | Checking typenum v1.17.0 |
1508 | 2024-08-28T22:30:52.789Z | Checking libm v0.2.8 |
1509 | 2024-08-28T22:30:52.819Z | Checking subtle v2.5.0 |
1510 | 2024-08-28T22:30:52.843Z | Checking ryu v1.0.18 |
1511 | 2024-08-28T22:30:52.868Z | Checking spin v0.9.8 |
1512 | 2024-08-28T22:30:53.050Z | Checking thiserror v1.0.63 |
1513 | 2024-08-28T22:30:53.080Z | Checking futures-core v0.3.30 |
1514 | 2024-08-28T22:30:53.110Z | Checking zerocopy v0.7.34 |
1515 | 2024-08-28T22:30:53.185Z | Checking const-oid v0.9.6 |
1516 | 2024-08-28T22:30:53.222Z | Checking futures-sink v0.3.30 |
1517 | 2024-08-28T22:30:53.269Z | Checking getrandom v0.2.14 |
1518 | 2024-08-28T22:30:53.270Z | Checking parking_lot_core v0.9.10 |
1519 | 2024-08-28T22:30:53.365Z | Checking signal-hook-registry v1.4.2 |
1520 | 2024-08-28T22:30:53.539Z | Checking rand_core v0.6.4 |
1521 | 2024-08-28T22:30:53.627Z | Checking parking_lot v0.12.2 |
1522 | 2024-08-28T22:30:53.634Z | Checking mio v1.0.2 |
1523 | 2024-08-28T22:30:53.727Z | Checking num-traits v0.2.19 |
1524 | 2024-08-28T22:30:53.849Z | Checking socket2 v0.5.7 |
1525 | 2024-08-28T22:30:53.995Z | Checking futures-channel v0.3.30 |
1526 | 2024-08-28T22:30:54.079Z | Checking generic-array v0.14.7 |
1527 | 2024-08-28T22:30:54.246Z | Checking slab v0.4.9 |
1528 | 2024-08-28T22:30:54.347Z | Checking futures-task v0.3.30 |
1529 | 2024-08-28T22:30:54.372Z | Checking pin-utils v0.1.0 |
1530 | 2024-08-28T22:30:54.471Z | Checking futures-io v0.3.30 |
1531 | 2024-08-28T22:30:54.519Z | Checking cpufeatures v0.2.12 |
1532 | 2024-08-28T22:30:54.553Z | Checking ahash v0.8.11 |
1533 | 2024-08-28T22:30:54.599Z | Checking allocator-api2 v0.2.18 |
1534 | 2024-08-28T22:30:54.633Z | Checking fnv v1.0.7 |
1535 | 2024-08-28T22:30:54.656Z | Checking futures-util v0.3.30 |
1536 | 2024-08-28T22:30:54.771Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-08-28T22:30:55.079Z | Checking iana-time-zone v0.1.60 |
1538 | 2024-08-28T22:30:55.144Z | Checking equivalent v1.0.1 |
1539 | 2024-08-28T22:30:55.173Z | Checking ppv-lite86 v0.2.17 |
1540 | 2024-08-28T22:30:55.238Z | Checking tinyvec_macros v0.1.1 |
1541 | 2024-08-28T22:30:55.262Z | Checking tracing-core v0.1.32 |
1542 | 2024-08-28T22:30:55.265Z | Checking hashbrown v0.14.5 |
1543 | 2024-08-28T22:30:55.302Z | Checking crypto-common v0.1.6 |
1544 | 2024-08-28T22:30:55.339Z | Checking block-buffer v0.10.4 |
1545 | 2024-08-28T22:30:55.494Z | Checking tinyvec v1.6.0 |
1546 | 2024-08-28T22:30:55.530Z | Checking unicode-bidi v0.3.15 |
1547 | 2024-08-28T22:30:55.571Z | Checking digest v0.10.7 |
1548 | 2024-08-28T22:30:55.884Z | Checking rand_chacha v0.3.1 |
1549 | 2024-08-28T22:30:55.927Z | Checking tracing v0.1.40 |
1550 | 2024-08-28T22:30:56.007Z | Checking percent-encoding v2.3.1 |
1551 | 2024-08-28T22:30:56.300Z | Checking dyn-clone v1.0.17 |
1552 | 2024-08-28T22:30:56.329Z | Checking regex-syntax v0.8.4 |
1553 | 2024-08-28T22:30:56.365Z | Checking rand v0.8.5 |
1554 | 2024-08-28T22:30:56.367Z | Checking errno v0.3.9 |
1555 | 2024-08-28T22:30:56.447Z | Checking form_urlencoded v1.2.1 |
1556 | 2024-08-28T22:30:56.550Z | Checking block-padding v0.3.3 |
1557 | 2024-08-28T22:30:56.576Z | Checking lazy_static v1.5.0 |
1558 | 2024-08-28T22:30:56.665Z | Checking aho-corasick v1.1.3 |
1559 | 2024-08-28T22:30:56.711Z | Checking httparse v1.8.0 |
1560 | 2024-08-28T22:30:56.769Z | Checking inout v0.1.3 |
1561 | 2024-08-28T22:30:56.915Z | Checking unicode-normalization v0.1.23 |
1562 | 2024-08-28T22:30:57.005Z | Checking cipher v0.4.4 |
1563 | 2024-08-28T22:30:57.126Z | Checking unicode-ident v1.0.12 |
1564 | 2024-08-28T22:30:57.305Z | Checking base64ct v1.6.0 |
1565 | 2024-08-28T22:30:57.393Z | Checking hmac v0.12.1 |
1566 | 2024-08-28T22:30:57.422Z | Checking bytes v1.7.1 |
1567 | 2024-08-28T22:30:57.622Z | Checking bitflags v2.6.0 |
1568 | 2024-08-28T22:30:57.643Z | Checking serde_json v1.0.125 |
1569 | 2024-08-28T22:30:57.755Z | Checking chrono v0.4.38 |
1570 | 2024-08-28T22:30:57.866Z | Checking indexmap v2.4.0 |
1571 | 2024-08-28T22:30:57.932Z | Checking uuid v1.10.0 |
1572 | 2024-08-28T22:30:58.209Z | Checking tokio v1.39.3 |
1573 | 2024-08-28T22:30:58.323Z | Checking rustix v0.38.34 |
1574 | 2024-08-28T22:30:58.577Z | Checking http v0.2.12 |
1575 | 2024-08-28T22:30:59.265Z | Checking unicode-width v0.1.13 |
1576 | 2024-08-28T22:30:59.381Z | Checking powerfmt v0.2.0 |
1577 | 2024-08-28T22:30:59.461Z | Checking adler v1.0.2 |
1578 | 2024-08-28T22:30:59.619Z | Checking miniz_oxide v0.7.2 |
1579 | 2024-08-28T22:30:59.662Z | Checking regex-automata v0.4.6 |
1580 | 2024-08-28T22:30:59.685Z | Checking deranged v0.3.11 |
1581 | 2024-08-28T22:30:59.796Z | Checking schemars v0.8.21 |
1582 | 2024-08-28T22:30:59.884Z | Checking idna v0.5.0 |
1583 | 2024-08-28T22:30:59.978Z | Checking proc-macro2 v1.0.86 |
1584 | 2024-08-28T22:31:00.379Z | Checking sha2 v0.10.8 |
1585 | 2024-08-28T22:31:00.418Z | Checking num-conv v0.1.0 |
1586 | 2024-08-28T22:31:00.719Z | Checking time-core v0.1.2 |
1587 | 2024-08-28T22:31:00.752Z | Checking untrusted v0.9.0 |
1588 | 2024-08-28T22:31:00.773Z | Checking num_threads v0.1.7 |
1589 | 2024-08-28T22:31:00.903Z | Checking url v2.5.2 |
1590 | 2024-08-28T22:31:00.934Z | Checking quote v1.0.36 |
1591 | 2024-08-28T22:31:00.934Z | Checking ring v0.17.8 |
1592 | 2024-08-28T22:31:00.993Z | Checking try-lock v0.2.5 |
1593 | 2024-08-28T22:31:01.135Z | Checking want v0.3.1 |
1594 | 2024-08-28T22:31:01.232Z | Checking syn v2.0.74 |
1595 | 2024-08-28T22:31:01.335Z | Checking pem-rfc7468 v0.7.0 |
1596 | 2024-08-28T22:31:01.499Z | Checking time v0.3.36 |
1597 | 2024-08-28T22:31:01.538Z | Checking slog v2.7.0 |
1598 | 2024-08-28T22:31:01.616Z | Checking tower-service v0.3.2 |
1599 | 2024-08-28T22:31:01.683Z | Checking futures-executor v0.3.30 |
1600 | 2024-08-28T22:31:01.751Z | Checking gimli v0.28.1 |
1601 | 2024-08-28T22:31:01.909Z | Checking futures v0.3.30 |
1602 | 2024-08-28T22:31:02.035Z | Checking httpdate v1.0.3 |
1603 | 2024-08-28T22:31:02.061Z | Checking flagset v0.4.5 |
1604 | 2024-08-28T22:31:02.264Z | Checking der v0.7.9 |
1605 | 2024-08-28T22:31:02.291Z | Checking http-body v0.4.6 |
1606 | 2024-08-28T22:31:02.702Z | Checking pbkdf2 v0.12.2 |
1607 | 2024-08-28T22:31:02.769Z | Checking aes v0.8.4 |
1608 | 2024-08-28T22:31:02.878Z | Checking object v0.32.2 |
1609 | 2024-08-28T22:31:03.729Z | Checking rustc-demangle v0.1.24 |
1610 | 2024-08-28T22:31:04.068Z | Checking salsa20 v0.10.2 |
1611 | 2024-08-28T22:31:04.162Z | Checking cbc v0.1.2 |
1612 | 2024-08-28T22:31:04.188Z | Checking spki v0.7.3 |
1613 | 2024-08-28T22:31:04.286Z | Checking base64 v0.21.7 |
1614 | 2024-08-28T22:31:04.370Z | Checking mime v0.3.17 |
1615 | 2024-08-28T22:31:04.394Z | Checking regex v1.10.6 |
1616 | 2024-08-28T22:31:04.478Z | Checking scrypt v0.11.0 |
1617 | 2024-08-28T22:31:04.703Z | Checking ipnet v2.9.0 |
1618 | 2024-08-28T22:31:04.734Z | Checking data-encoding v2.6.0 |
1619 | 2024-08-28T22:31:04.800Z | Checking utf8parse v0.2.1 |
1620 | 2024-08-28T22:31:04.967Z | Checking pkcs5 v0.7.1 |
1621 | 2024-08-28T22:31:05.041Z | Checking serde_spanned v0.6.7 |
1622 | 2024-08-28T22:31:05.207Z | Checking toml_datetime v0.6.8 |
1623 | 2024-08-28T22:31:05.243Z | Checking crossbeam-utils v0.8.19 |
1624 | 2024-08-28T22:31:05.396Z | Checking tokio-util v0.7.11 |
1625 | 2024-08-28T22:31:05.424Z | Checking foreign-types-shared v0.1.1 |
1626 | 2024-08-28T22:31:05.500Z | Checking openssl-probe v0.1.5 |
1627 | 2024-08-28T22:31:05.503Z | Checking pkcs8 v0.10.2 |
1628 | 2024-08-28T22:31:05.543Z | Checking foreign-types v0.3.2 |
1629 | 2024-08-28T22:31:05.622Z | Checking addr2line v0.21.0 |
1630 | 2024-08-28T22:31:05.648Z | Checking serde_urlencoded v0.7.1 |
1631 | 2024-08-28T22:31:05.673Z | Checking openssl-sys v0.9.103 |
1632 | 2024-08-28T22:31:05.840Z | Checking encoding_rs v0.8.34 |
1633 | 2024-08-28T22:31:05.965Z | Checking anstyle v1.0.8 |
1634 | 2024-08-28T22:31:06.087Z | Checking sct v0.7.1 |
1635 | 2024-08-28T22:31:06.175Z | Checking rustls-webpki v0.101.7 |
1636 | 2024-08-28T22:31:06.258Z | Checking h2 v0.3.26 |
1637 | 2024-08-28T22:31:06.308Z | Checking semver v1.0.23 |
1638 | 2024-08-28T22:31:06.333Z | Checking sha1 v0.10.6 |
1639 | 2024-08-28T22:31:06.633Z | Checking either v1.13.0 |
1640 | 2024-08-28T22:31:06.758Z | Checking scroll v0.12.0 |
1641 | 2024-08-28T22:31:06.902Z | Checking rustls v0.21.12 |
1642 | 2024-08-28T22:31:06.988Z | Checking openssl v0.10.66 |
1643 | 2024-08-28T22:31:07.013Z | Checking plain v0.2.3 |
1644 | 2024-08-28T22:31:07.169Z | Checking ucd-trie v0.1.6 |
1645 | 2024-08-28T22:31:07.270Z | Checking goblin v0.8.2 |
1646 | 2024-08-28T22:31:07.375Z | Checking pest v2.7.10 |
1647 | 2024-08-28T22:31:07.648Z | Checking anstyle-parse v0.2.4 |
1648 | 2024-08-28T22:31:07.932Z | Checking openapiv3 v2.0.0 |
1649 | 2024-08-28T22:31:08.257Z | Checking idna v0.3.0 |
1650 | 2024-08-28T22:31:09.103Z | Checking backtrace v0.3.71 |
1651 | 2024-08-28T22:31:09.199Z | Checking is_terminal_polyfill v1.70.0 |
1652 | 2024-08-28T22:31:09.334Z | Checking pretty-hex v0.4.1 |
1653 | 2024-08-28T22:31:09.516Z | Checking base64 v0.22.1 |
1654 | 2024-08-28T22:31:09.716Z | Checking anyhow v1.0.86 |
1655 | 2024-08-28T22:31:09.855Z | Checking anstyle-query v1.0.3 |
1656 | 2024-08-28T22:31:10.010Z | Checking colorchoice v1.0.1 |
1657 | 2024-08-28T22:31:10.035Z | Checking psl-types v2.0.11 |
1658 | 2024-08-28T22:31:10.145Z | Checking bitflags v1.3.2 |
1659 | 2024-08-28T22:31:10.168Z | Checking anstream v0.6.14 |
1660 | 2024-08-28T22:31:10.232Z | Checking tokio-rustls v0.24.1 |
1661 | 2024-08-28T22:31:10.235Z | Checking publicsuffix v2.2.3 |
1662 | 2024-08-28T22:31:10.273Z | Checking dtrace-parser v0.2.0 |
1663 | 2024-08-28T22:31:10.483Z | Checking rustls-pemfile v1.0.4 |
1664 | 2024-08-28T22:31:10.544Z | Checking cookie v0.17.0 |
1665 | 2024-08-28T22:31:10.601Z | Checking terminal_size v0.3.0 |
1666 | 2024-08-28T22:31:10.691Z | Checking thread-id v4.2.1 |
1667 | 2024-08-28T22:31:10.756Z | Checking strsim v0.11.1 |
1668 | 2024-08-28T22:31:10.782Z | Checking clap_lex v0.7.0 |
1669 | 2024-08-28T22:31:10.811Z | Checking signature v2.2.0 |
1670 | 2024-08-28T22:31:10.938Z | Checking cookie_store v0.20.0 |
1671 | 2024-08-28T22:31:11.019Z | Checking memmap v0.7.0 |
1672 | 2024-08-28T22:31:11.045Z | Checking webpki-roots v0.25.4 |
1673 | 2024-08-28T22:31:11.048Z | Checking clap_builder v4.5.15 |
1674 | 2024-08-28T22:31:11.219Z | Checking sync_wrapper v0.1.2 |
1675 | 2024-08-28T22:31:11.243Z | Checking num-integer v0.1.46 |
1676 | 2024-08-28T22:31:11.357Z | Checking winnow v0.6.18 |
1677 | 2024-08-28T22:31:11.520Z | Checking base16ct v0.2.0 |
1678 | 2024-08-28T22:31:11.555Z | Checking ff v0.13.0 |
1679 | 2024-08-28T22:31:11.728Z | Checking sec1 v0.7.3 |
1680 | 2024-08-28T22:31:11.752Z | Checking stable_deref_trait v1.2.0 |
1681 | 2024-08-28T22:31:11.790Z | Checking group v0.13.0 |
1682 | 2024-08-28T22:31:11.859Z | Checking num-iter v0.1.45 |
1683 | 2024-08-28T22:31:12.042Z | Checking hkdf v0.12.4 |
1684 | 2024-08-28T22:31:12.065Z | Checking crypto-bigint v0.5.5 |
1685 | 2024-08-28T22:31:12.116Z | Checking crc32fast v1.4.0 |
1686 | 2024-08-28T22:31:12.256Z | Checking crossbeam-epoch v0.9.18 |
1687 | 2024-08-28T22:31:12.338Z | Checking dof v0.3.0 |
1688 | 2024-08-28T22:31:12.367Z | Checking hex v0.4.3 |
1689 | 2024-08-28T22:31:12.434Z | Checking native-tls v0.2.11 |
1690 | 2024-08-28T22:31:12.570Z | Checking hyper v0.14.30 |
1691 | 2024-08-28T22:31:12.708Z | Checking winnow v0.5.40 |
1692 | 2024-08-28T22:31:12.767Z | Checking tokio-native-tls v0.3.1 |
1693 | 2024-08-28T22:31:12.884Z | Checking static_assertions v1.1.0 |
1694 | 2024-08-28T22:31:12.965Z | Checking usdt-impl v0.5.0 |
1695 | 2024-08-28T22:31:12.995Z | Checking unicode-segmentation v1.11.0 |
1696 | 2024-08-28T22:31:13.037Z | Checking managed v0.8.0 |
1697 | 2024-08-28T22:31:13.439Z | Checking num-bigint-dig v0.8.4 |
1698 | 2024-08-28T22:31:13.515Z | Checking usdt v0.5.0 |
1699 | 2024-08-28T22:31:13.666Z | Checking pkcs1 v0.7.5 |
1700 | 2024-08-28T22:31:13.795Z | Checking zerocopy v0.6.6 |
1701 | 2024-08-28T22:31:14.046Z | Checking signal-hook v0.3.17 |
1702 | 2024-08-28T22:31:14.072Z | Checking clap v4.5.16 |
1703 | 2024-08-28T22:31:14.206Z | Checking flate2 v1.0.31 |
1704 | 2024-08-28T22:31:14.320Z | Checking toml_edit v0.22.20 |
1705 | 2024-08-28T22:31:14.403Z | Checking bstr v1.9.1 |
1706 | 2024-08-28T22:31:14.574Z | Checking mio v0.8.11 |
1707 | 2024-08-28T22:31:14.924Z | Checking siphasher v0.3.11 |
1708 | 2024-08-28T22:31:14.927Z | Checking elliptic-curve v0.13.8 |
1709 | 2024-08-28T22:31:15.245Z | Checking itertools v0.10.5 |
1710 | 2024-08-28T22:31:15.269Z | Checking signal-hook-mio v0.2.4 |
1711 | 2024-08-28T22:31:15.374Z | Checking idna v0.4.0 |
1712 | 2024-08-28T22:31:15.426Z | Checking bit-vec v0.6.3 |
1713 | 2024-08-28T22:31:15.609Z | Checking rsa v0.9.6 |
1714 | 2024-08-28T22:31:15.636Z | Checking itertools v0.12.1 |
1715 | 2024-08-28T22:31:15.744Z | Checking toml_edit v0.19.15 |
1716 | 2024-08-28T22:31:15.770Z | Checking bit-set v0.5.3 |
1717 | 2024-08-28T22:31:16.064Z | Checking hash32 v0.2.1 |
1718 | 2024-08-28T22:31:16.256Z | Checking hickory-proto v0.24.1 |
1719 | 2024-08-28T22:31:16.390Z | Checking finl_unicode v1.2.0 |
1720 | 2024-08-28T22:31:16.640Z | Checking predicates-core v1.0.6 |
1721 | 2024-08-28T22:31:16.852Z | Checking heapless v0.7.17 |
1722 | 2024-08-28T22:31:16.981Z | Checking stringprep v0.1.4 |
1723 | 2024-08-28T22:31:17.023Z | Checking tokio-stream v0.1.15 |
1724 | 2024-08-28T22:31:17.288Z | Checking console v0.15.8 |
1725 | 2024-08-28T22:31:17.551Z | Checking md-5 v0.10.6 |
1726 | 2024-08-28T22:31:17.784Z | Checking float-cmp v0.9.0 |
1727 | 2024-08-28T22:31:17.845Z | Checking normalize-line-endings v0.3.0 |
1728 | 2024-08-28T22:31:17.887Z | Checking fixedbitset v0.4.2 |
1729 | 2024-08-28T22:31:17.919Z | Checking difflib v0.4.0 |
1730 | 2024-08-28T22:31:17.991Z | Checking fallible-iterator v0.2.0 |
1731 | 2024-08-28T22:31:18.006Z | Checking smoltcp v0.9.1 |
1732 | 2024-08-28T22:31:18.166Z | Checking petgraph v0.6.5 |
1733 | 2024-08-28T22:31:18.253Z | Checking similar v2.6.0 |
1734 | 2024-08-28T22:31:18.288Z | Checking toml v0.7.8 |
1735 | 2024-08-28T22:31:18.292Z | Checking predicates v3.1.2 |
1736 | 2024-08-28T22:31:18.613Z | Checking postgres-protocol v0.6.7 |
1737 | 2024-08-28T22:31:18.736Z | Checking hyper-rustls v0.24.2 |
1738 | 2024-08-28T22:31:18.998Z | Checking hyper-tls v0.5.0 |
1739 | 2024-08-28T22:31:19.034Z | Checking phf_shared v0.10.0 |
1740 | 2024-08-28T22:31:19.058Z | Checking phf_shared v0.11.2 |
1741 | 2024-08-28T22:31:19.111Z | Checking fs-err v2.11.0 |
1742 | 2024-08-28T22:31:19.294Z | Checking reqwest v0.11.27 |
1743 | 2024-08-28T22:31:19.297Z | Checking nix v0.28.0 |
1744 | 2024-08-28T22:31:19.297Z | Checking hubpack v0.1.2 |
1745 | 2024-08-28T22:31:19.359Z | Checking new_debug_unreachable v1.0.6 |
1746 | 2024-08-28T22:31:19.455Z | Checking minimal-lexical v0.2.1 |
1747 | 2024-08-28T22:31:19.519Z | Checking precomputed-hash v0.1.1 |
1748 | 2024-08-28T22:31:19.636Z | Checking lalrpop-util v0.19.12 |
1749 | 2024-08-28T22:31:19.639Z | Checking string_cache v0.8.7 |
1750 | 2024-08-28T22:31:19.681Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1751 | 2024-08-28T22:31:19.891Z | Checking nom v7.1.3 |
1752 | 2024-08-28T22:31:19.945Z | Checking phf v0.11.2 |
1753 | 2024-08-28T22:31:19.970Z | Checking postgres-types v0.2.7 |
1754 | 2024-08-28T22:31:20.235Z | Checking whoami v1.5.1 |
1755 | 2024-08-28T22:31:20.570Z | Checking peg-runtime v0.8.3 |
1756 | 2024-08-28T22:31:20.696Z | Checking tokio-postgres v0.7.11 |
1757 | 2024-08-28T22:31:20.934Z | Compiling regress v0.9.1 |
1758 | 2024-08-28T22:31:21.039Z | Compiling getopts v0.2.21 |
1759 | 2024-08-28T22:31:21.098Z | Compiling unsafe-libyaml v0.2.11 |
1760 | 2024-08-28T22:31:21.688Z | Checking camino v1.1.9 |
1761 | 2024-08-28T22:31:22.032Z | Checking heck v0.5.0 |
1762 | 2024-08-28T22:31:22.160Z | Checking is-terminal v0.4.12 |
1763 | 2024-08-28T22:31:22.238Z | Compiling paste v1.0.15 |
1764 | 2024-08-28T22:31:22.313Z | Compiling ident_case v1.0.1 |
1765 | 2024-08-28T22:31:22.517Z | Compiling serde_yaml v0.9.34+deprecated |
1766 | 2024-08-28T22:31:22.915Z | Compiling darling_core v0.20.9 |
1767 | 2024-08-28T22:31:23.121Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1768 | 2024-08-28T22:31:23.762Z | Checking http v1.1.0 |
1769 | 2024-08-28T22:31:23.838Z | Compiling rustls v0.22.4 |
1770 | 2024-08-28T22:31:24.181Z | Checking dirs-sys-next v0.1.2 |
1771 | 2024-08-28T22:31:24.214Z | Checking crossbeam-channel v0.5.12 |
1772 | 2024-08-28T22:31:24.390Z | Checking dirs-next v2.0.0 |
1773 | 2024-08-28T22:31:24.534Z | Checking thread_local v1.1.8 |
1774 | 2024-08-28T22:31:24.848Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1775 | 2024-08-28T22:31:24.903Z | Compiling multer v3.1.0 |
1776 | 2024-08-28T22:31:24.987Z | Checking term v0.7.0 |
1777 | 2024-08-28T22:31:25.120Z | Compiling async-stream-impl v0.3.5 |
1778 | 2024-08-28T22:31:25.317Z | Checking take_mut v0.2.2 |
1779 | 2024-08-28T22:31:25.421Z | Checking slog-term v2.9.1 |
1780 | 2024-08-28T22:31:25.477Z | Checking slog-async v2.8.0 |
1781 | 2024-08-28T22:31:25.786Z | Checking match_cfg v0.1.0 |
1782 | 2024-08-28T22:31:25.895Z | Checking rustls-pki-types v1.7.0 |
1783 | 2024-08-28T22:31:25.943Z | Checking hostname v0.3.1 |
1784 | 2024-08-28T22:31:26.097Z | Checking strum v0.26.3 |
1785 | 2024-08-28T22:31:26.279Z | Checking toml v0.8.19 |
1786 | 2024-08-28T22:31:26.336Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1787 | 2024-08-28T22:31:26.412Z | Checking rustls-webpki v0.102.4 |
1788 | 2024-08-28T22:31:26.522Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1789 | 2024-08-28T22:31:26.730Z | Checking rustls-pemfile v2.1.3 |
1790 | 2024-08-28T22:31:26.732Z | Checking debug-ignore v1.0.5 |
1791 | 2024-08-28T22:31:26.900Z | Checking slog-json v2.6.1 |
1792 | 2024-08-28T22:31:26.979Z | Checking atomic-waker v1.1.2 |
1793 | 2024-08-28T22:31:27.019Z | Checking async-stream v0.3.5 |
1794 | 2024-08-28T22:31:27.129Z | Checking waitgroup v0.1.2 |
1795 | 2024-08-28T22:31:27.163Z | Checking slog-bunyan v2.5.0 |
1796 | 2024-08-28T22:31:27.280Z | Checking serde_path_to_error v0.1.16 |
1797 | 2024-08-28T22:31:27.338Z | Checking hostname v0.4.0 |
1798 | 2024-08-28T22:31:27.486Z | Checking fastrand v2.1.0 |
1799 | 2024-08-28T22:31:27.623Z | Checking ipnetwork v0.20.0 |
1800 | 2024-08-28T22:31:27.842Z | Checking tempfile v3.10.1 |
1801 | 2024-08-28T22:31:27.905Z | Checking instant v0.1.12 |
1802 | 2024-08-28T22:31:28.018Z | Compiling structmeta-derive v0.3.0 |
1803 | 2024-08-28T22:31:28.040Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1804 | 2024-08-28T22:31:28.205Z | Checking quick-error v1.2.3 |
1805 | 2024-08-28T22:31:28.228Z | Checking newtype-uuid v1.1.0 |
1806 | 2024-08-28T22:31:28.354Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1807 | 2024-08-28T22:31:28.490Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1808 | 2024-08-28T22:31:28.788Z | Checking macaddr v1.0.1 |
1809 | 2024-08-28T22:31:28.811Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1810 | 2024-08-28T22:31:28.965Z | Checking backoff v0.4.0 |
1811 | 2024-08-28T22:31:29.150Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1812 | 2024-08-28T22:31:29.177Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1813 | 2024-08-28T22:31:29.277Z | Checking wait-timeout v0.2.0 |
1814 | 2024-08-28T22:31:29.351Z | Checking rand_xorshift v0.3.0 |
1815 | 2024-08-28T22:31:29.472Z | Checking rusty-fork v0.3.0 |
1816 | 2024-08-28T22:31:29.524Z | Compiling structmeta-derive v0.2.0 |
1817 | 2024-08-28T22:31:29.548Z | Checking unarray v0.1.4 |
1818 | 2024-08-28T22:31:29.714Z | Compiling proc-macro-error v1.0.4 |
1819 | 2024-08-28T22:31:29.777Z | Checking proptest v1.5.0 |
1820 | 2024-08-28T22:31:30.159Z | Compiling darling_macro v0.20.9 |
1821 | 2024-08-28T22:31:30.491Z | Checking camino-tempfile v1.1.1 |
1822 | 2024-08-28T22:31:30.783Z | Compiling proc-macro-crate v1.3.1 |
1823 | 2024-08-28T22:31:31.007Z | Checking tokio-rustls v0.25.0 |
1824 | 2024-08-28T22:31:31.119Z | Compiling structmeta v0.3.0 |
1825 | 2024-08-28T22:31:31.167Z | Compiling darling v0.20.9 |
1826 | 2024-08-28T22:31:31.204Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2024-08-28T22:31:31.304Z | Compiling serde_with_macros v3.9.0 |
1828 | 2024-08-28T22:31:31.577Z | Compiling parse-display-derive v0.10.0 |
1829 | 2024-08-28T22:31:31.634Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1830 | 2024-08-28T22:31:31.861Z | Compiling num_enum_derive v0.5.11 |
1831 | 2024-08-28T22:31:31.987Z | Compiling foreign-types-macros v0.2.3 |
1832 | 2024-08-28T22:31:32.587Z | Compiling structmeta v0.2.0 |
1833 | 2024-08-28T22:31:33.058Z | Compiling test-strategy v0.3.1 |
1834 | 2024-08-28T22:31:33.374Z | Checking foreign-types-shared v0.3.1 |
1835 | 2024-08-28T22:31:33.507Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1836 | 2024-08-28T22:31:33.861Z | Checking foreign-types v0.5.0 |
1837 | 2024-08-28T22:31:34.321Z | Checking cstr-argument v0.1.2 |
1838 | 2024-08-28T22:31:34.412Z | Checking serde_with v3.9.0 |
1839 | 2024-08-28T22:31:34.507Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1840 | 2024-08-28T22:31:34.619Z | Checking num_enum v0.5.11 |
1841 | 2024-08-28T22:31:34.711Z | Checking pretty-hex v0.2.1 |
1842 | 2024-08-28T22:31:34.785Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1843 | 2024-08-28T22:31:34.925Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1844 | 2024-08-28T22:31:35.198Z | Checking tabwriter v1.4.0 |
1845 | 2024-08-28T22:31:35.234Z | Checking colored v2.1.0 |
1846 | 2024-08-28T22:31:35.439Z | Checking socket2 v0.4.10 |
1847 | 2024-08-28T22:31:35.504Z | Checking smf v0.2.3 |
1848 | 2024-08-28T22:31:35.553Z | Checking termtree v0.4.1 |
1849 | 2024-08-28T22:31:35.640Z | Compiling heapless v0.8.0 |
1850 | 2024-08-28T22:31:35.786Z | Checking predicates-tree v1.0.9 |
1851 | 2024-08-28T22:31:35.878Z | Checking hash32 v0.3.1 |
1852 | 2024-08-28T22:31:35.934Z | Compiling crucible-workspace-hack v0.1.0 |
1853 | 2024-08-28T22:31:35.997Z | Compiling smoltcp v0.11.0 |
1854 | 2024-08-28T22:31:36.081Z | Checking cobs v0.2.3 |
1855 | 2024-08-28T22:31:36.272Z | Checking parse-display v0.10.0 |
1856 | 2024-08-28T22:31:36.275Z | Checking embedded-io v0.4.0 |
1857 | 2024-08-28T22:31:36.412Z | Checking sigpipe v0.1.3 |
1858 | 2024-08-28T22:31:36.486Z | Checking postcard v1.0.8 |
1859 | 2024-08-28T22:31:36.527Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1860 | 2024-08-28T22:31:36.529Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1861 | 2024-08-28T22:31:36.706Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1862 | 2024-08-28T22:31:36.825Z | Compiling mockall_derive v0.13.0 |
1863 | 2024-08-28T22:31:36.951Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1864 | 2024-08-28T22:31:37.122Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1865 | 2024-08-28T22:31:37.176Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1866 | 2024-08-28T22:31:37.198Z | Checking humantime v2.1.0 |
1867 | 2024-08-28T22:31:37.448Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1868 | 2024-08-28T22:31:37.481Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1869 | 2024-08-28T22:31:37.678Z | Compiling num-derive v0.4.2 |
1870 | 2024-08-28T22:31:37.801Z | Checking fragile v2.0.0 |
1871 | 2024-08-28T22:31:37.846Z | Checking downcast v0.11.0 |
1872 | 2024-08-28T22:31:38.068Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1873 | 2024-08-28T22:31:38.092Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1874 | 2024-08-28T22:31:38.371Z | Checking utf-8 v0.7.6 |
1875 | 2024-08-28T22:31:38.427Z | Checking arc-swap v1.7.1 |
1876 | 2024-08-28T22:31:38.596Z | Checking newline-converter v0.3.0 |
1877 | 2024-08-28T22:31:38.770Z | Checking expectorate v1.1.0 |
1878 | 2024-08-28T22:31:38.892Z | Checking slog-scope v4.4.0 |
1879 | 2024-08-28T22:31:38.951Z | Checking xattr v1.3.1 |
1880 | 2024-08-28T22:31:39.034Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1881 | 2024-08-28T22:31:39.071Z | Checking filetime v0.2.24 |
1882 | 2024-08-28T22:31:39.094Z | Checking slog-stdlog v4.1.1 |
1883 | 2024-08-28T22:31:39.157Z | Checking termcolor v1.4.1 |
1884 | 2024-08-28T22:31:39.272Z | Checking slog-envlogger v2.2.0 |
1885 | 2024-08-28T22:31:39.295Z | Checking tar v0.4.41 |
1886 | 2024-08-28T22:31:39.511Z | Checking same-file v1.0.6 |
1887 | 2024-08-28T22:31:39.589Z | Compiling derive-where v1.2.7 |
1888 | 2024-08-28T22:31:39.697Z | Checking walkdir v2.5.0 |
1889 | 2024-08-28T22:31:39.812Z | Checking tungstenite v0.21.0 |
1890 | 2024-08-28T22:31:39.986Z | Checking password-hash v0.5.0 |
1891 | 2024-08-28T22:31:40.139Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1892 | 2024-08-28T22:31:40.162Z | Checking blake2 v0.10.6 |
1893 | 2024-08-28T22:31:40.472Z | Checking num-rational v0.4.2 |
1894 | 2024-08-28T22:31:40.595Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1895 | 2024-08-28T22:31:40.618Z | Checking num-complex v0.4.6 |
1896 | 2024-08-28T22:31:40.645Z | Checking argon2 v0.5.3 |
1897 | 2024-08-28T22:31:40.762Z | Checking tokio-tungstenite v0.21.0 |
1898 | 2024-08-28T22:31:41.134Z | Checking atty v0.2.14 |
1899 | 2024-08-28T22:31:41.264Z | Checking float-ord v0.3.2 |
1900 | 2024-08-28T22:31:41.286Z | Checking pem v3.0.4 |
1901 | 2024-08-28T22:31:41.348Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1902 | 2024-08-28T22:31:41.420Z | Compiling convert_case v0.4.0 |
1903 | 2024-08-28T22:31:41.556Z | Checking num v0.4.3 |
1904 | 2024-08-28T22:31:41.718Z | Checking tungstenite v0.20.1 |
1905 | 2024-08-28T22:31:42.024Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1906 | 2024-08-28T22:31:42.133Z | Checking env_logger v0.9.3 |
1907 | 2024-08-28T22:31:42.380Z | Compiling derive_more v0.99.18 |
1908 | 2024-08-28T22:31:42.600Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-28T22:31:42.623Z | Checking tokio-tungstenite v0.20.1 |
1910 | 2024-08-28T22:31:42.933Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1911 | 2024-08-28T22:31:43.108Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-08-28T22:31:43.254Z | Compiling bitstruct_derive v0.1.0 |
1913 | 2024-08-28T22:31:43.306Z | Checking ascii v1.1.0 |
1914 | 2024-08-28T22:31:43.338Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-08-28T22:31:43.371Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-08-28T22:31:43.510Z | Checking atomicwrites v0.4.3 |
1917 | 2024-08-28T22:31:43.633Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-08-28T22:31:43.689Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1919 | 2024-08-28T22:31:43.712Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1920 | 2024-08-28T22:31:43.735Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-08-28T22:31:43.792Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1922 | 2024-08-28T22:31:43.935Z | Checking erased-serde v0.3.31 |
1923 | 2024-08-28T22:31:44.009Z | Checking serde_arrays v0.1.0 |
1924 | 2024-08-28T22:31:44.091Z | Compiling heck v0.3.3 |
1925 | 2024-08-28T22:31:44.171Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1926 | 2024-08-28T22:31:44.514Z | Checking yasna v0.5.2 |
1927 | 2024-08-28T22:31:44.587Z | Compiling zone_cfg_derive v0.1.2 |
1928 | 2024-08-28T22:31:44.610Z | Checking headers-core v0.2.0 |
1929 | 2024-08-28T22:31:44.693Z | Checking bitstruct v0.1.1 |
1930 | 2024-08-28T22:31:44.761Z | Checking base64 v0.13.1 |
1931 | 2024-08-28T22:31:44.810Z | Checking headers v0.3.9 |
1932 | 2024-08-28T22:31:45.073Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1933 | 2024-08-28T22:31:45.179Z | Checking ron v0.7.1 |
1934 | 2024-08-28T22:31:45.464Z | Checking rcgen v0.12.1 |
1935 | 2024-08-28T22:31:45.731Z | Checking mockall v0.13.0 |
1936 | 2024-08-28T22:31:46.058Z | Checking portpicker v0.1.1 |
1937 | 2024-08-28T22:31:46.141Z | Checking subprocess v0.2.9 |
1938 | 2024-08-28T22:31:46.205Z | Compiling prettyplease v0.2.20 |
1939 | 2024-08-28T22:31:46.227Z | Checking zone v0.1.8 |
1940 | 2024-08-28T22:31:46.395Z | Checking highway v1.2.0 |
1941 | 2024-08-28T22:31:46.550Z | Compiling semver v0.1.20 |
1942 | 2024-08-28T22:31:46.699Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1943 | 2024-08-28T22:31:46.803Z | Checking half v2.4.1 |
1944 | 2024-08-28T22:31:46.875Z | Compiling cookie v0.18.1 |
1945 | 2024-08-28T22:31:47.203Z | Compiling rustc_version v0.1.7 |
1946 | 2024-08-28T22:31:47.243Z | Checking ciborium-io v0.2.2 |
1947 | 2024-08-28T22:31:47.372Z | Checking linked-hash-map v0.5.6 |
1948 | 2024-08-28T22:31:47.394Z | Checking ciborium-ll v0.2.2 |
1949 | 2024-08-28T22:31:47.673Z | Compiling newtype_derive v0.1.6 |
1950 | 2024-08-28T22:31:47.713Z | Checking lru-cache v0.1.2 |
1951 | 2024-08-28T22:31:47.731Z | Checking ciborium v0.2.2 |
1952 | 2024-08-28T22:31:47.895Z | Compiling rayon-core v1.12.1 |
1953 | 2024-08-28T22:31:48.161Z | Checking resolv-conf v0.7.0 |
1954 | 2024-08-28T22:31:48.180Z | Checking steno v0.4.1 |
1955 | 2024-08-28T22:31:48.229Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1956 | 2024-08-28T22:31:48.314Z | Checking swrite v0.1.0 |
1957 | 2024-08-28T22:31:48.396Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1958 | 2024-08-28T22:31:48.502Z | Checking hickory-resolver v0.24.1 |
1959 | 2024-08-28T22:31:49.590Z | Compiling home v0.5.9 |
1960 | 2024-08-28T22:31:51.281Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1961 | 2024-08-28T22:31:53.993Z | Compiling slog-dtrace v0.3.0 |
1962 | 2024-08-28T22:31:54.254Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-08-28T22:31:54.401Z | Compiling blake3 v1.5.1 |
1964 | 2024-08-28T22:31:54.529Z | Compiling ring v0.16.20 |
1965 | 2024-08-28T22:31:54.592Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-08-28T22:31:54.909Z | Compiling cancel-safe-futures v0.1.5 |
1967 | 2024-08-28T22:31:55.532Z | Checking itertools v0.13.0 |
1968 | 2024-08-28T22:31:55.709Z | Checking libsw v3.3.1 |
1969 | 2024-08-28T22:31:55.969Z | Checking linear-map v1.2.0 |
1970 | 2024-08-28T22:31:55.996Z | Checking owo-colors v4.0.0 |
1971 | 2024-08-28T22:31:56.319Z | Compiling crossbeam-deque v0.8.5 |
1972 | 2024-08-28T22:31:56.852Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1973 | 2024-08-28T22:31:57.964Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1974 | 2024-08-28T22:31:58.179Z | Compiling memmap2 v0.9.4 |
1975 | 2024-08-28T22:31:58.212Z | Compiling untrusted v0.7.1 |
1976 | 2024-08-28T22:31:58.416Z | Compiling constant_time_eq v0.3.0 |
1977 | 2024-08-28T22:31:58.566Z | Compiling spin v0.5.2 |
1978 | 2024-08-28T22:31:58.624Z | Compiling arrayvec v0.7.4 |
1979 | 2024-08-28T22:31:58.661Z | Compiling arrayref v0.3.7 |
1980 | 2024-08-28T22:31:58.793Z | Compiling rayon v1.10.0 |
1981 | 2024-08-28T22:31:59.068Z | Compiling toolchain_find v0.4.0 |
1982 | 2024-08-28T22:31:59.782Z | Compiling topological-sort v0.2.2 |
1983 | 2024-08-28T22:32:00.050Z | Compiling rustfmt-wrapper v0.2.1 |
1984 | 2024-08-28T22:32:00.268Z | Checking display-error-chain v0.2.0 |
1985 | 2024-08-28T22:32:00.427Z | Checking nibble_vec v0.1.0 |
1986 | 2024-08-28T22:32:00.625Z | Checking endian-type v0.1.2 |
1987 | 2024-08-28T22:32:00.677Z | Checking fxhash v0.2.1 |
1988 | 2024-08-28T22:32:00.847Z | Checking radix_trie v0.2.1 |
1989 | 2024-08-28T22:32:00.869Z | Checking keccak v0.1.5 |
1990 | 2024-08-28T22:32:01.200Z | Checking sha3 v0.10.8 |
1991 | 2024-08-28T22:32:01.268Z | Checking secrecy v0.8.0 |
1992 | 2024-08-28T22:32:01.382Z | Checking universal-hash v0.5.1 |
1993 | 2024-08-28T22:32:01.476Z | Checking opaque-debug v0.3.1 |
1994 | 2024-08-28T22:32:01.586Z | Checking maplit v1.0.2 |
1995 | 2024-08-28T22:32:01.588Z | Compiling curve25519-dalek v4.1.3 |
1996 | 2024-08-28T22:32:01.628Z | Compiling radium v0.7.0 |
1997 | 2024-08-28T22:32:01.700Z | Checking aead v0.5.2 |
1998 | 2024-08-28T22:32:01.940Z | Compiling curve25519-dalek-derive v0.1.1 |
1999 | 2024-08-28T22:32:02.155Z | Checking tap v1.0.1 |
2000 | 2024-08-28T22:32:02.339Z | Compiling maybe-uninit v2.0.0 |
2001 | 2024-08-28T22:32:02.415Z | Checking wyz v0.5.1 |
2002 | 2024-08-28T22:32:02.586Z | Checking poly1305 v0.8.0 |
2003 | 2024-08-28T22:32:02.821Z | Checking chacha20 v0.9.1 |
2004 | 2024-08-28T22:32:02.965Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2005 | 2024-08-28T22:32:02.988Z | Compiling packed_struct v0.10.1 |
2006 | 2024-08-28T22:32:03.131Z | Checking funty v2.0.0 |
2007 | 2024-08-28T22:32:03.186Z | Checking crc-catalog v2.4.0 |
2008 | 2024-08-28T22:32:03.534Z | Checking crc v3.2.1 |
2009 | 2024-08-28T22:32:03.859Z | Checking gethostname v0.5.0 |
2010 | 2024-08-28T22:32:03.997Z | Compiling omicron-zone-package v0.11.0 |
2011 | 2024-08-28T22:32:04.019Z | Checking kstat-rs v0.2.4 |
2012 | 2024-08-28T22:32:04.065Z | Checking bitvec v1.0.1 |
2013 | 2024-08-28T22:32:04.394Z | Compiling packed_struct_codegen v0.10.1 |
2014 | 2024-08-28T22:32:04.544Z | Compiling indexmap v1.9.3 |
2015 | 2024-08-28T22:32:04.795Z | Compiling libefi-sys v0.1.0 |
2016 | 2024-08-28T22:32:04.918Z | Checking nodrop v0.1.14 |
2017 | 2024-08-28T22:32:05.049Z | Checking array-init v0.0.4 |
2018 | 2024-08-28T22:32:05.193Z | Checking smallvec v0.6.14 |
2019 | 2024-08-28T22:32:05.275Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2020 | 2024-08-28T22:32:05.451Z | Compiling bitfield-struct v0.6.1 |
2021 | 2024-08-28T22:32:05.604Z | Checking bitfield v0.14.0 |
2022 | 2024-08-28T22:32:05.712Z | Checking hashbrown v0.12.3 |
2023 | 2024-08-28T22:32:06.076Z | Checking serde-hex v0.1.0 |
2024 | 2024-08-28T22:32:06.168Z | Checking bzip2 v0.4.4 |
2025 | 2024-08-28T22:32:06.907Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2026 | 2024-08-28T22:32:06.988Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2027 | 2024-08-28T22:32:07.161Z | Checking env_logger v0.10.2 |
2028 | 2024-08-28T22:32:07.345Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2029 | 2024-08-28T22:32:07.526Z | Checking ron v0.8.1 |
2030 | 2024-08-28T22:32:07.574Z | Checking x509-cert v0.2.5 |
2031 | 2024-08-28T22:32:07.601Z | Checking hashbrown v0.13.2 |
2032 | 2024-08-28T22:32:07.672Z | Compiling thiserror-impl-no-std v2.0.2 |
2033 | 2024-08-28T22:32:09.013Z | Compiling async-recursion v1.1.1 |
2034 | 2024-08-28T22:32:09.019Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2035 | 2024-08-28T22:32:09.019Z | Checking crc-any v2.5.0 |
2036 | 2024-08-28T22:32:09.264Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2037 | 2024-08-28T22:32:09.338Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2038 | 2024-08-28T22:32:09.613Z | Checking object v0.30.4 |
2039 | 2024-08-28T22:32:10.024Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2040 | 2024-08-28T22:32:10.217Z | Checking zip v0.6.6 |
2041 | 2024-08-28T22:32:10.315Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2042 | 2024-08-28T22:32:10.538Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2043 | 2024-08-28T22:32:10.645Z | Checking path-slash v0.1.5 |
2044 | 2024-08-28T22:32:10.667Z | Compiling parking_lot_core v0.8.6 |
2045 | 2024-08-28T22:32:10.828Z | Checking chacha20poly1305 v0.10.1 |
2046 | 2024-08-28T22:32:10.925Z | Checking glob v0.3.1 |
2047 | 2024-08-28T22:32:10.953Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2048 | 2024-08-28T22:32:11.024Z | Checking hickory-client v0.24.1 |
2049 | 2024-08-28T22:32:11.044Z | Checking thiserror-no-std v2.0.2 |
2050 | 2024-08-28T22:32:11.162Z | Checking vsss-rs v3.3.4 |
2051 | 2024-08-28T22:32:11.246Z | Checking hickory-server v0.24.1 |
2052 | 2024-08-28T22:32:11.377Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2053 | 2024-08-28T22:32:11.603Z | Checking parking_lot v0.11.2 |
2054 | 2024-08-28T22:32:11.643Z | Checking crossterm v0.28.1 |
2055 | 2024-08-28T22:32:11.760Z | Compiling buf-list v1.0.3 |
2056 | 2024-08-28T22:32:11.958Z | Checking sled v0.34.7 |
2057 | 2024-08-28T22:32:12.548Z | Compiling unicase v2.7.0 |
2058 | 2024-08-28T22:32:13.575Z | Checking nanorand v0.7.0 |
2059 | 2024-08-28T22:32:13.941Z | Compiling vte_generate_state_changes v0.1.1 |
2060 | 2024-08-28T22:32:13.963Z | Checking flume v0.11.0 |
2061 | 2024-08-28T22:32:14.282Z | Compiling mime_guess v2.0.4 |
2062 | 2024-08-28T22:32:14.465Z | Checking fd-lock v4.0.2 |
2063 | 2024-08-28T22:32:14.634Z | Checking vte v0.11.1 |
2064 | 2024-08-28T22:32:14.665Z | Compiling dsl_auto_type v0.1.2 |
2065 | 2024-08-28T22:32:14.816Z | Checking crossterm v0.27.0 |
2066 | 2024-08-28T22:32:14.861Z | Checking scheduled-thread-pool v0.2.7 |
2067 | 2024-08-28T22:32:15.118Z | Compiling diesel_table_macro_syntax v0.2.0 |
2068 | 2024-08-28T22:32:15.298Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2069 | 2024-08-28T22:32:15.534Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2070 | 2024-08-28T22:32:15.591Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2071 | 2024-08-28T22:32:15.896Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2072 | 2024-08-28T22:32:15.963Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2073 | 2024-08-28T22:32:16.350Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2074 | 2024-08-28T22:32:16.676Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2075 | 2024-08-28T22:32:17.217Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2076 | 2024-08-28T22:32:18.401Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2077 | 2024-08-28T22:32:19.976Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2078 | 2024-08-28T22:32:20.170Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2079 | 2024-08-28T22:32:20.568Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-08-28T22:32:21.018Z | Checking strip-ansi-escapes v0.2.0 |
2081 | 2024-08-28T22:32:21.124Z | Compiling crunchy v0.2.2 |
2082 | 2024-08-28T22:32:21.182Z | Checking nu-ansi-term v0.50.0 |
2083 | 2024-08-28T22:32:21.734Z | Checking reedline v0.33.0 |
2084 | 2024-08-28T22:32:22.430Z | Compiling diesel_derives v2.2.2 |
2085 | 2024-08-28T22:32:22.454Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2086 | 2024-08-28T22:32:23.065Z | Checking r2d2 v0.8.10 |
2087 | 2024-08-28T22:32:23.400Z | Compiling clang-sys v1.7.0 |
2088 | 2024-08-28T22:32:24.155Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2089 | 2024-08-28T22:32:24.177Z | Compiling pin-project-internal v1.1.5 |
2090 | 2024-08-28T22:32:24.432Z | Checking http-range v0.1.5 |
2091 | 2024-08-28T22:32:24.485Z | Compiling tiny-keccak v2.0.2 |
2092 | 2024-08-28T22:32:24.624Z | Checking hyper-staticfile v0.9.5 |
2093 | 2024-08-28T22:32:24.779Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2094 | 2024-08-28T22:32:24.881Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2095 | 2024-08-28T22:32:25.238Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2096 | 2024-08-28T22:32:25.510Z | Compiling ref-cast v1.0.23 |
2097 | 2024-08-28T22:32:26.173Z | Compiling ascii-canvas v3.0.0 |
2098 | 2024-08-28T22:32:26.210Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2099 | 2024-08-28T22:32:26.551Z | Compiling ena v0.14.3 |
2100 | 2024-08-28T22:32:26.767Z | Compiling ref-cast-impl v1.0.23 |
2101 | 2024-08-28T22:32:26.968Z | Compiling libloading v0.8.3 |
2102 | 2024-08-28T22:32:27.387Z | Compiling regex-syntax v0.6.29 |
2103 | 2024-08-28T22:32:27.485Z | Checking pin-project v1.1.5 |
2104 | 2024-08-28T22:32:27.622Z | Checking bytecount v0.6.8 |
2105 | 2024-08-28T22:32:27.788Z | Compiling diff v0.1.13 |
2106 | 2024-08-28T22:32:28.066Z | Compiling bindgen v0.69.4 |
2107 | 2024-08-28T22:32:28.603Z | Checking papergrid v0.11.0 |
2108 | 2024-08-28T22:32:29.315Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2109 | 2024-08-28T22:32:30.224Z | Compiling which v4.4.2 |
2110 | 2024-08-28T22:32:30.887Z | Compiling lalrpop v0.19.12 |
2111 | 2024-08-28T22:32:33.381Z | Compiling tabled_derive v0.7.0 |
2112 | 2024-08-28T22:32:34.046Z | Compiling cexpr v0.6.0 |
2113 | 2024-08-28T22:32:35.837Z | Checking diesel v2.2.3 |
2114 | 2024-08-28T22:32:36.061Z | Compiling lazycell v1.3.0 |
2115 | 2024-08-28T22:32:36.169Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2116 | 2024-08-28T22:32:36.245Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2117 | 2024-08-28T22:32:39.899Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2118 | 2024-08-28T22:32:41.847Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2119 | 2024-08-28T22:32:41.937Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2120 | 2024-08-28T22:32:43.490Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2121 | 2024-08-28T22:32:43.531Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2122 | 2024-08-28T22:32:44.297Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2123 | 2024-08-28T22:32:44.612Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2124 | 2024-08-28T22:32:44.768Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2125 | 2024-08-28T22:32:44.897Z | Compiling shlex v1.3.0 |
2126 | 2024-08-28T22:32:45.075Z | Compiling rustc-hash v1.1.0 |
2127 | 2024-08-28T22:32:45.348Z | Checking tabled v0.15.0 |
2128 | 2024-08-28T22:32:46.931Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2129 | 2024-08-28T22:32:47.263Z | Compiling derive_builder_core v0.20.0 |
2130 | 2024-08-28T22:32:49.383Z | Checking signal-hook-tokio v0.3.1 |
2131 | 2024-08-28T22:32:49.593Z | Compiling libxml v0.3.3 |
2132 | 2024-08-28T22:32:49.838Z | Compiling derive_builder_macro v0.20.0 |
2133 | 2024-08-28T22:32:50.056Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2134 | 2024-08-28T22:32:51.379Z | Compiling strum_macros v0.24.3 |
2135 | 2024-08-28T22:32:51.649Z | Compiling memoffset v0.9.1 |
2136 | 2024-08-28T22:32:52.022Z | Compiling indoc v1.0.9 |
2137 | 2024-08-28T22:32:53.244Z | Checking derive_builder v0.20.0 |
2138 | 2024-08-28T22:32:53.424Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2139 | 2024-08-28T22:32:54.226Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2140 | 2024-08-28T22:32:54.804Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2141 | 2024-08-28T22:32:55.060Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2142 | 2024-08-28T22:32:55.171Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2143 | 2024-08-28T22:32:56.482Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2144 | 2024-08-28T22:32:57.104Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2145 | 2024-08-28T22:32:57.155Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2146 | 2024-08-28T22:32:58.254Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2147 | 2024-08-28T22:32:58.757Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2148 | 2024-08-28T22:32:59.145Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2149 | 2024-08-28T22:33:00.091Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2150 | 2024-08-28T22:33:00.665Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2151 | 2024-08-28T22:33:00.692Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2152 | 2024-08-28T22:33:01.030Z | Checking quick-xml v0.31.0 |
2153 | 2024-08-28T22:33:03.132Z | Compiling peg-macros v0.8.4 |
2154 | 2024-08-28T22:33:03.454Z | Compiling snafu-derive v0.8.2 |
2155 | 2024-08-28T22:33:05.566Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2156 | 2024-08-28T22:33:07.127Z | Compiling impl-trait-for-tuples v0.2.2 |
2157 | 2024-08-28T22:33:07.147Z | Compiling oso-derive v0.27.3 |
2158 | 2024-08-28T22:33:08.297Z | Compiling sqlparser_derive v0.2.2 |
2159 | 2024-08-28T22:33:09.121Z | Compiling dropshot v0.10.1 |
2160 | 2024-08-28T22:33:09.350Z | Checking unicode_categories v0.1.1 |
2161 | 2024-08-28T22:33:09.491Z | Checking sqlparser v0.45.0 |
2162 | 2024-08-28T22:33:09.591Z | Checking rustyline v14.0.0 |
2163 | 2024-08-28T22:33:09.675Z | Checking sqlformat v0.2.4 |
2164 | 2024-08-28T22:33:11.447Z | Checking snafu v0.8.2 |
2165 | 2024-08-28T22:33:11.957Z | Checking peg v0.8.4 |
2166 | 2024-08-28T22:33:12.242Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2167 | 2024-08-28T22:33:14.159Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2168 | 2024-08-28T22:33:14.453Z | Checking tungstenite v0.23.0 |
2169 | 2024-08-28T22:33:14.752Z | Checking globset v0.4.14 |
2170 | 2024-08-28T22:33:14.916Z | Checking olpc-cjson v0.1.3 |
2171 | 2024-08-28T22:33:15.144Z | Checking bcs v0.1.6 |
2172 | 2024-08-28T22:33:15.308Z | Checking serde_plain v1.0.2 |
2173 | 2024-08-28T22:33:15.415Z | Compiling dropshot_endpoint v0.10.1 |
2174 | 2024-08-28T22:33:15.587Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2175 | 2024-08-28T22:33:15.608Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2176 | 2024-08-28T22:33:15.633Z | Checking typed-path v0.7.1 |
2177 | 2024-08-28T22:33:16.002Z | Checking tokio-tungstenite v0.23.1 |
2178 | 2024-08-28T22:33:16.040Z | Checking nix v0.27.1 |
2179 | 2024-08-28T22:33:16.517Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2180 | 2024-08-28T22:33:16.819Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2181 | 2024-08-28T22:33:17.153Z | Checking bb8 v0.8.5 |
2182 | 2024-08-28T22:33:17.447Z | Checking serde-big-array v0.5.1 |
2183 | 2024-08-28T22:33:17.624Z | Compiling const_format_proc_macros v0.2.32 |
2184 | 2024-08-28T22:33:17.646Z | Checking tough v0.17.1 |
2185 | 2024-08-28T22:33:17.677Z | Checking parse-size v1.0.0 |
2186 | 2024-08-28T22:33:19.181Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2187 | 2024-08-28T22:33:19.863Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2188 | 2024-08-28T22:33:20.142Z | Checking const_format v0.2.32 |
2189 | 2024-08-28T22:33:20.660Z | Checking async-bb8-diesel v0.2.1 |
2190 | 2024-08-28T22:33:21.452Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2191 | 2024-08-28T22:33:21.814Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2192 | 2024-08-28T22:33:22.615Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2193 | 2024-08-28T22:33:23.767Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2194 | 2024-08-28T22:33:25.180Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2195 | 2024-08-28T22:33:25.346Z | Checking assert_matches v1.5.0 |
2196 | 2024-08-28T22:33:25.380Z | Checking heck v0.4.1 |
2197 | 2024-08-28T22:33:25.461Z | Compiling portable-atomic v1.6.0 |
2198 | 2024-08-28T22:33:25.626Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2199 | 2024-08-28T22:33:25.901Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2200 | 2024-08-28T22:33:26.092Z | Checking rand_seeder v0.3.0 |
2201 | 2024-08-28T22:33:26.343Z | Compiling libz-sys v1.1.16 |
2202 | 2024-08-28T22:33:26.498Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2203 | 2024-08-28T22:33:27.205Z | Checking number_prefix v0.4.0 |
2204 | 2024-08-28T22:33:27.434Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2205 | 2024-08-28T22:33:27.617Z | Checking indicatif v0.17.8 |
2206 | 2024-08-28T22:33:27.705Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2207 | 2024-08-28T22:33:28.632Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2208 | 2024-08-28T22:33:29.850Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2209 | 2024-08-28T22:33:29.881Z | Compiling vergen v8.3.2 |
2210 | 2024-08-28T22:33:30.217Z | Compiling cargo-platform v0.1.8 |
2211 | 2024-08-28T22:33:30.828Z | Checking unicode-linebreak v0.1.5 |
2212 | 2024-08-28T22:33:30.972Z | Checking smawk v0.3.2 |
2213 | 2024-08-28T22:33:31.200Z | Checking is_ci v1.2.0 |
2214 | 2024-08-28T22:33:31.245Z | Checking textwrap v0.16.1 |
2215 | 2024-08-28T22:33:31.293Z | Compiling cargo_metadata v0.18.1 |
2216 | 2024-08-28T22:33:31.343Z | Checking supports-color v3.0.0 |
2217 | 2024-08-28T22:33:31.566Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2218 | 2024-08-28T22:33:31.650Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2219 | 2024-08-28T22:33:31.986Z | Checking castaway v0.2.3 |
2220 | 2024-08-28T22:33:32.163Z | Compiling libsqlite3-sys v0.28.0 |
2221 | 2024-08-28T22:33:32.754Z | Checking compact_str v0.8.0 |
2222 | 2024-08-28T22:33:33.152Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2223 | 2024-08-28T22:33:33.184Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2224 | 2024-08-28T22:33:33.717Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2225 | 2024-08-28T22:33:33.984Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2226 | 2024-08-28T22:33:34.378Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2227 | 2024-08-28T22:33:35.139Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2228 | 2024-08-28T22:33:35.970Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2229 | 2024-08-28T22:33:36.301Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2230 | 2024-08-28T22:33:36.539Z | Checking unicode-truncate v1.0.0 |
2231 | 2024-08-28T22:33:36.645Z | Checking lru v0.12.3 |
2232 | 2024-08-28T22:33:36.782Z | Compiling instability v0.3.2 |
2233 | 2024-08-28T22:33:36.957Z | Checking cassowary v0.3.0 |
2234 | 2024-08-28T22:33:37.839Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2235 | 2024-08-28T22:33:37.950Z | Checking ratatui v0.28.0 |
2236 | 2024-08-28T22:33:39.177Z | Checking hashlink v0.9.1 |
2237 | 2024-08-28T22:33:39.851Z | Checking fallible-streaming-iterator v0.1.9 |
2238 | 2024-08-28T22:33:40.076Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2239 | 2024-08-28T22:33:40.109Z | Checking fallible-iterator v0.3.0 |
2240 | 2024-08-28T22:33:40.700Z | Checking rusqlite v0.31.0 |
2241 | 2024-08-28T22:33:41.162Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2242 | 2024-08-28T22:33:41.194Z | Checking twox-hash v1.6.3 |
2243 | 2024-08-28T22:33:41.538Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2244 | 2024-08-28T22:33:41.706Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2245 | 2024-08-28T22:33:42.411Z | Checking fatfs v0.3.6 |
2246 | 2024-08-28T22:33:43.804Z | Checking csv-core v0.1.11 |
2247 | 2024-08-28T22:33:43.809Z | Checking shell-words v1.1.0 |
2248 | 2024-08-28T22:33:43.809Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2249 | 2024-08-28T22:33:43.820Z | Checking csv v1.3.0 |
2250 | 2024-08-28T22:33:44.979Z | Checking rtoolbox v0.0.2 |
2251 | 2024-08-28T22:33:45.189Z | Checking rpassword v7.3.1 |
2252 | 2024-08-28T22:33:46.958Z | Checking tui-tree-widget v0.22.0 |
2253 | 2024-08-28T22:33:47.340Z | Checking polyval v0.6.2 |
2254 | 2024-08-28T22:33:47.656Z | Checking rfc6979 v0.4.0 |
2255 | 2024-08-28T22:33:47.876Z | Checking plotters-backend v0.3.5 |
2256 | 2024-08-28T22:33:48.207Z | Checking plotters-svg v0.3.5 |
2257 | 2024-08-28T22:33:48.462Z | Checking ecdsa v0.16.9 |
2258 | 2024-08-28T22:33:49.263Z | Checking ghash v0.5.1 |
2259 | 2024-08-28T22:33:49.466Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2260 | 2024-08-28T22:33:50.595Z | Checking primeorder v0.13.6 |
2261 | 2024-08-28T22:33:51.127Z | Checking ctr v0.9.2 |
2262 | 2024-08-28T22:33:51.562Z | Checking yansi v0.5.1 |
2263 | 2024-08-28T22:33:51.903Z | Checking cast v0.3.0 |
2264 | 2024-08-28T22:33:52.238Z | Checking criterion-plot v0.5.0 |
2265 | 2024-08-28T22:33:52.373Z | Checking pretty_assertions v1.4.0 |
2266 | 2024-08-28T22:33:52.599Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2267 | 2024-08-28T22:33:52.758Z | Checking aes-gcm v0.10.3 |
2268 | 2024-08-28T22:33:53.014Z | Checking plotters v0.3.5 |
2269 | 2024-08-28T22:33:54.927Z | Checking ed25519 v2.2.3 |
2270 | 2024-08-28T22:33:55.259Z | Checking ssh-encoding v0.2.0 |
2271 | 2024-08-28T22:33:55.625Z | Checking tinytemplate v1.2.1 |
2272 | 2024-08-28T22:33:56.068Z | Checking blowfish v0.9.1 |
2273 | 2024-08-28T22:33:56.334Z | Checking oorandom v11.1.3 |
2274 | 2024-08-28T22:33:56.518Z | Checking anes v0.1.6 |
2275 | 2024-08-28T22:33:56.925Z | Checking option-ext v0.2.0 |
2276 | 2024-08-28T22:33:57.071Z | Checking dirs-sys v0.4.1 |
2277 | 2024-08-28T22:33:57.280Z | Checking criterion v0.5.1 |
2278 | 2024-08-28T22:34:00.063Z | Checking bcrypt-pbkdf v0.10.0 |
2279 | 2024-08-28T22:34:00.227Z | Checking ssh-cipher v0.2.0 |
2280 | 2024-08-28T22:34:00.343Z | Checking ed25519-dalek v2.1.1 |
2281 | 2024-08-28T22:34:00.504Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2282 | 2024-08-28T22:34:00.708Z | Checking password-hash v0.4.2 |
2283 | 2024-08-28T22:34:01.085Z | Checking hex-literal v0.4.1 |
2284 | 2024-08-28T22:34:01.167Z | Checking matches v0.1.10 |
2285 | 2024-08-28T22:34:01.227Z | Checking pbkdf2 v0.11.0 |
2286 | 2024-08-28T22:34:01.260Z | Checking idna v0.2.3 |
2287 | 2024-08-28T22:34:01.485Z | Checking ssh-key v0.6.6 |
2288 | 2024-08-28T22:34:02.044Z | Checking dirs v5.0.1 |
2289 | 2024-08-28T22:34:02.082Z | Checking p384 v0.13.0 |
2290 | 2024-08-28T22:34:02.204Z | Checking p256 v0.13.2 |
2291 | 2024-08-28T22:34:02.653Z | Checking p521 v0.13.3 |
2292 | 2024-08-28T22:34:03.207Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2293 | 2024-08-28T22:34:03.249Z | Checking russh-cryptovec v0.7.2 |
2294 | 2024-08-28T22:34:03.482Z | Compiling enum-as-inner v0.5.1 |
2295 | 2024-08-28T22:34:04.032Z | Compiling doc-comment v0.3.3 |
2296 | 2024-08-28T22:34:04.054Z | Checking md5 v0.7.0 |
2297 | 2024-08-28T22:34:04.372Z | Compiling target-lexicon v0.12.16 |
2298 | 2024-08-28T22:34:04.531Z | Checking trust-dns-proto v0.22.0 |
2299 | 2024-08-28T22:34:04.899Z | Checking russh-keys v0.44.0 |
2300 | 2024-08-28T22:34:05.562Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2301 | 2024-08-28T22:34:06.425Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2302 | 2024-08-28T22:34:07.309Z | Checking http-body v1.0.0 |
2303 | 2024-08-28T22:34:07.431Z | Checking num-bigint v0.4.5 |
2304 | 2024-08-28T22:34:07.542Z | Compiling assert_cmd v2.0.16 |
2305 | 2024-08-28T22:34:08.015Z | Compiling dhcproto-macros v0.1.0 |
2306 | 2024-08-28T22:34:08.331Z | Checking regex-automata v0.1.10 |
2307 | 2024-08-28T22:34:08.780Z | Checking tower-layer v0.3.2 |
2308 | 2024-08-28T22:34:09.042Z | Compiling guppy-workspace-hack v0.1.0 |
2309 | 2024-08-28T22:34:09.072Z | Checking tower v0.4.13 |
2310 | 2024-08-28T22:34:09.400Z | Checking dhcproto v0.12.0 |
2311 | 2024-08-28T22:34:09.853Z | Checking bstr v0.2.17 |
2312 | 2024-08-28T22:34:09.947Z | Checking russh v0.44.1 |
2313 | 2024-08-28T22:34:10.785Z | Checking hyper v1.3.1 |
2314 | 2024-08-28T22:34:11.523Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2315 | 2024-08-28T22:34:12.016Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2316 | 2024-08-28T22:34:12.196Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2317 | 2024-08-28T22:34:12.856Z | Compiling target-spec v3.2.1 |
2318 | 2024-08-28T22:34:12.878Z | Checking internet-checksum v0.2.1 |
2319 | 2024-08-28T22:34:14.083Z | Checking hyper-util v0.1.3 |
2320 | 2024-08-28T22:34:14.762Z | Checking cfg-expr v0.16.0 |
2321 | 2024-08-28T22:34:15.017Z | Checking httptest v0.15.5 |
2322 | 2024-08-28T22:34:15.738Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2323 | 2024-08-28T22:34:15.760Z | Checking rustls-native-certs v0.7.0 |
2324 | 2024-08-28T22:34:15.845Z | Checking num_cpus v1.16.0 |
2325 | 2024-08-28T22:34:15.992Z | Checking threadpool v1.8.1 |
2326 | 2024-08-28T22:34:16.209Z | Checking hyper-rustls v0.26.0 |
2327 | 2024-08-28T22:34:16.952Z | Checking pathdiff v0.2.1 |
2328 | 2024-08-28T22:34:17.134Z | Compiling toml_edit v0.21.1 |
2329 | 2024-08-28T22:34:17.997Z | Compiling rstest_macros v0.22.0 |
2330 | 2024-08-28T22:34:18.505Z | Checking escape8259 v0.5.2 |
2331 | 2024-08-28T22:34:18.692Z | Checking nested v0.1.1 |
2332 | 2024-08-28T22:34:18.906Z | Checking guppy v0.17.7 |
2333 | 2024-08-28T22:34:19.559Z | Compiling samael v0.0.15 |
2334 | 2024-08-28T22:34:20.306Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2335 | 2024-08-28T22:34:21.023Z | Compiling proc-macro-crate v3.1.0 |
2336 | 2024-08-28T22:34:22.458Z | Checking libtest-mimic v0.7.3 |
2337 | 2024-08-28T22:34:23.072Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2338 | 2024-08-28T22:34:23.279Z | Compiling git2 v0.19.0 |
2339 | 2024-08-28T22:34:23.404Z | Checking similar-asserts v1.5.0 |
2340 | 2024-08-28T22:34:23.502Z | Checking fancy-regex v0.13.0 |
2341 | 2024-08-28T22:34:23.671Z | Compiling trybuild v1.0.99 |
2342 | 2024-08-28T22:34:24.132Z | Compiling relative-path v1.9.3 |
2343 | 2024-08-28T22:34:24.284Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2344 | 2024-08-28T22:34:24.314Z | Checking datatest-stable v0.2.9 |
2345 | 2024-08-28T22:34:24.613Z | Checking blake2b_simd v1.0.2 |
2346 | 2024-08-28T22:34:25.576Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2347 | 2024-08-28T22:34:26.065Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2348 | 2024-08-28T22:34:26.400Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2349 | 2024-08-28T22:34:26.734Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2350 | 2024-08-28T22:34:27.076Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2351 | 2024-08-28T22:34:27.405Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2352 | 2024-08-28T22:34:27.798Z | Checking serde_tokenstream v0.2.2 |
2353 | 2024-08-28T22:34:28.211Z | Checking uzers v0.11.3 |
2354 | 2024-08-28T22:34:28.579Z | Checking futures-timer v3.0.3 |
2355 | 2024-08-28T22:34:30.746Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2356 | 2024-08-28T22:34:31.136Z | Checking indent_write v2.2.0 |
2357 | 2024-08-28T22:34:31.226Z | Checking rust-argon2 v2.1.0 |
2358 | 2024-08-28T22:34:31.685Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2359 | 2024-08-28T22:34:32.306Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2360 | 2024-08-28T22:34:32.692Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2361 | 2024-08-28T22:34:32.992Z | Checking rand_distr v0.4.3 |
2362 | 2024-08-28T22:34:33.044Z | Checking multimap v0.10.0 |
2363 | 2024-08-28T22:34:33.368Z | Checking approx v0.5.1 |
2364 | 2024-08-28T22:34:33.404Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2365 | 2024-08-28T22:34:33.653Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2366 | 2024-08-28T22:34:33.818Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2367 | 2024-08-28T22:34:35.180Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2368 | 2024-08-28T22:34:35.602Z | Checking rstest v0.22.0 |
2369 | 2024-08-28T22:34:35.625Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2370 | 2024-08-28T22:34:35.840Z | Checking partial-io v0.5.4 |
2371 | 2024-08-28T22:34:36.156Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2372 | 2024-08-28T22:34:36.240Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2373 | 2024-08-28T22:34:36.427Z | Checking cargo_toml v0.20.4 |
2374 | 2024-08-28T22:34:36.494Z | Checking termios v0.3.3 |
2375 | 2024-08-28T22:34:36.771Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2376 | 2024-08-28T22:34:37.647Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2377 | 2024-08-28T22:34:38.461Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2378 | 2024-08-28T22:34:54.408Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2379 | 2024-08-28T22:35:00.070Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2380 | 2024-08-28T22:35:00.230Z | Compiling polar-core v0.27.3 |
2381 | 2024-08-28T22:35:11.120Z | Checking oso v0.27.3 |
2382 | 2024-08-28T22:35:25.421Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2383 | 2024-08-28T22:35:27.850Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2384 | 2024-08-28T22:35:27.914Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2385 | 2024-08-28T22:36:01.250Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2386 | 2024-08-28T22:36:01.250Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2387 | 2024-08-28T22:36:01.254Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2388 | 2024-08-28T22:37:37.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
2389 | 2024-08-28T22:37:37.930Z | |
2390 | 2024-08-28T22:37:37.930Z | real 6:52.366543415 |
2391 | 2024-08-28T22:37:37.930Z | user 37:12.122941710 |
2392 | 2024-08-28T22:37:37.930Z | sys 6:24.548976400 |
2393 | 2024-08-28T22:37:37.930Z | trap 1.052404189 |
2394 | 2024-08-28T22:37:37.933Z | tflt 2.742831576 |
2395 | 2024-08-28T22:37:37.933Z | dflt 0.549282574 |
2396 | 2024-08-28T22:37:37.933Z | kflt 0.002377386 |
2397 | 2024-08-28T22:37:37.933Z | lock 57:48.072367562 |
2398 | 2024-08-28T22:37:37.933Z | slp 2:11:20.473807061 |
2399 | 2024-08-28T22:37:37.933Z | lat 1:40.972118947 |
2400 | 2024-08-28T22:37:37.933Z | stop 5:51.917092423 |
2401 | 2024-08-28T22:37:37.933Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2402 | 2024-08-28T22:37:37.933Z | + ptime -m cargo doc --workspace --no-deps |
2403 | 2024-08-28T22:37:39.194Z | warning: output filename collision. |
2404 | 2024-08-28T22:37:39.194Z | 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)`. |
2405 | 2024-08-28T22:37:39.194Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2406 | 2024-08-28T22:37:39.194Z | The targets should have unique names. |
2407 | 2024-08-28T22:37:39.194Z | This is a known bug where multiple crates with the same name use |
2408 | 2024-08-28T22:37:39.194Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2409 | 2024-08-28T22:37:39.595Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2410 | 2024-08-28T22:37:39.657Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2411 | 2024-08-28T22:37:39.674Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2412 | 2024-08-28T22:37:39.713Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2413 | 2024-08-28T22:37:39.737Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2414 | 2024-08-28T22:37:39.765Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2415 | 2024-08-28T22:37:39.765Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2416 | 2024-08-28T22:37:39.989Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2024-08-28T22:37:40.017Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2418 | 2024-08-28T22:37:40.037Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2419 | 2024-08-28T22:37:40.055Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2420 | 2024-08-28T22:37:40.077Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2421 | 2024-08-28T22:37:40.261Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2422 | 2024-08-28T22:37:40.623Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2423 | 2024-08-28T22:37:40.633Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2424 | 2024-08-28T22:37:40.633Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2425 | 2024-08-28T22:37:40.828Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2426 | 2024-08-28T22:37:41.802Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2427 | 2024-08-28T22:37:45.014Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2428 | 2024-08-28T22:37:45.043Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2429 | 2024-08-28T22:37:45.045Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2430 | 2024-08-28T22:37:45.354Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2431 | 2024-08-28T22:37:45.414Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2432 | 2024-08-28T22:37:45.749Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2433 | 2024-08-28T22:37:45.802Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2434 | 2024-08-28T22:37:45.923Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2435 | 2024-08-28T22:37:46.161Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2436 | 2024-08-28T22:37:46.368Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2437 | 2024-08-28T22:37:46.624Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2438 | 2024-08-28T22:37:46.697Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2439 | 2024-08-28T22:37:47.020Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-08-28T22:37:47.452Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2441 | 2024-08-28T22:37:47.567Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2442 | 2024-08-28T22:37:47.861Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2443 | 2024-08-28T22:37:47.931Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2444 | 2024-08-28T22:37:48.284Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2445 | 2024-08-28T22:37:48.487Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2446 | 2024-08-28T22:37:48.557Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2447 | 2024-08-28T22:37:48.662Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2448 | 2024-08-28T22:37:48.959Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2449 | 2024-08-28T22:37:49.002Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2450 | 2024-08-28T22:37:49.023Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2451 | 2024-08-28T22:37:49.125Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2452 | 2024-08-28T22:37:53.411Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2453 | 2024-08-28T22:37:53.939Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2454 | 2024-08-28T22:37:54.706Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2455 | 2024-08-28T22:37:54.932Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2456 | 2024-08-28T22:37:56.235Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2457 | 2024-08-28T22:37:57.114Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2458 | 2024-08-28T22:37:57.174Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2459 | 2024-08-28T22:37:57.538Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2460 | 2024-08-28T22:37:58.713Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2461 | 2024-08-28T22:37:58.909Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2462 | 2024-08-28T22:38:04.443Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2463 | 2024-08-28T22:38:04.722Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2464 | 2024-08-28T22:38:05.046Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2465 | 2024-08-28T22:38:05.483Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2466 | 2024-08-28T22:38:06.981Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2467 | 2024-08-28T22:38:07.056Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2468 | 2024-08-28T22:38:08.036Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2469 | 2024-08-28T22:38:09.258Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2470 | 2024-08-28T22:38:09.482Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2024-08-28T22:38:09.581Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2472 | 2024-08-28T22:38:09.858Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2473 | 2024-08-28T22:38:09.947Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2474 | 2024-08-28T22:38:10.199Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2475 | 2024-08-28T22:38:10.362Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2476 | 2024-08-28T22:38:11.478Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2477 | 2024-08-28T22:38:11.498Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2478 | 2024-08-28T22:38:11.942Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2479 | 2024-08-28T22:38:12.100Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2480 | 2024-08-28T22:38:12.175Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2481 | 2024-08-28T22:38:12.862Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2482 | 2024-08-28T22:38:13.258Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2483 | 2024-08-28T22:38:13.354Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2484 | 2024-08-28T22:38:13.445Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2485 | 2024-08-28T22:38:13.874Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-08-28T22:38:14.077Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2487 | 2024-08-28T22:38:14.420Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2488 | 2024-08-28T22:38:14.468Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2489 | 2024-08-28T22:38:15.495Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2490 | 2024-08-28T22:38:15.671Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2024-08-28T22:38:15.928Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2492 | 2024-08-28T22:38:16.562Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2024-08-28T22:38:16.964Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2494 | 2024-08-28T22:38:17.060Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2495 | 2024-08-28T22:38:17.259Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2496 | 2024-08-28T22:38:17.858Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2497 | 2024-08-28T22:38:18.435Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2498 | 2024-08-28T22:38:18.644Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2499 | 2024-08-28T22:38:20.636Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2500 | 2024-08-28T22:38:21.075Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2501 | 2024-08-28T22:38:21.197Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2502 | 2024-08-28T22:38:22.748Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2503 | 2024-08-28T22:38:23.914Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2504 | 2024-08-28T22:38:23.955Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2505 | 2024-08-28T22:38:24.672Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2506 | 2024-08-28T22:38:26.108Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2507 | 2024-08-28T22:38:27.945Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2508 | 2024-08-28T22:38:28.289Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-08-28T22:38:28.658Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2510 | 2024-08-28T22:38:29.796Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2511 | 2024-08-28T22:38:32.395Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-08-28T22:38:43.202Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2513 | 2024-08-28T22:38:44.394Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2514 | 2024-08-28T22:38:53.768Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2515 | 2024-08-28T22:39:19.666Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2516 | 2024-08-28T22:39:20.331Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2024-08-28T22:39:26.912Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2518 | 2024-08-28T22:39:29.211Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2519 | 2024-08-28T22:39:32.543Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2520 | 2024-08-28T22:39:33.637Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2521 | 2024-08-28T22:39:35.256Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2522 | 2024-08-28T22:39:55.755Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2024-08-28T22:39:58.432Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2524 | 2024-08-28T22:40:01.520Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2525 | 2024-08-28T22:40:04.332Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2526 | 2024-08-28T22:40:06.934Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2527 | 2024-08-28T22:40:09.530Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2528 | 2024-08-28T22:40:10.324Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2529 | 2024-08-28T22:40:10.668Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2530 | 2024-08-28T22:40:13.147Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2531 | 2024-08-28T22:40:15.517Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2532 | 2024-08-28T22:40:26.617Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2533 | 2024-08-28T22:40:32.444Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2534 | 2024-08-28T22:40:43.450Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2535 | 2024-08-28T22:40:57.176Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2536 | 2024-08-28T22:40:59.646Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2537 | 2024-08-28T22:41:05.281Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2538 | 2024-08-28T22:41:14.075Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2539 | 2024-08-28T22:41:16.572Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2540 | 2024-08-28T22:41:24.756Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2541 | 2024-08-28T22:41:29.172Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2542 | 2024-08-28T22:41:30.883Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2543 | 2024-08-28T22:41:30.977Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2544 | 2024-08-28T22:41:31.139Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2545 | 2024-08-28T22:41:35.727Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2546 | 2024-08-28T22:41:41.716Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2547 | 2024-08-28T22:41:41.980Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2548 | 2024-08-28T22:41:43.987Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2549 | 2024-08-28T22:41:45.266Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2550 | 2024-08-28T22:41:50.053Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2551 | 2024-08-28T22:41:55.312Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2552 | 2024-08-28T22:41:59.773Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2553 | 2024-08-28T22:42:02.342Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2554 | 2024-08-28T22:42:07.889Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2555 | 2024-08-28T22:42:10.794Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2556 | 2024-08-28T22:42:19.322Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2557 | 2024-08-28T22:42:21.218Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2558 | 2024-08-28T22:42:23.545Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2559 | 2024-08-28T22:42:26.418Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2560 | 2024-08-28T22:42:37.159Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2561 | 2024-08-28T22:42:38.679Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2562 | 2024-08-28T22:42:40.319Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2563 | 2024-08-28T22:42:43.445Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2564 | 2024-08-28T22:42:44.883Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2565 | 2024-08-28T22:42:44.937Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2566 | 2024-08-28T22:42:49.013Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2567 | 2024-08-28T22:42:53.092Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2568 | 2024-08-28T22:42:53.866Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2569 | 2024-08-28T22:42:56.439Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2570 | 2024-08-28T22:43:01.587Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2571 | 2024-08-28T22:43:02.675Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2572 | 2024-08-28T22:43:05.166Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2573 | 2024-08-28T22:43:06.513Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2574 | 2024-08-28T22:43:11.592Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2575 | 2024-08-28T22:43:14.091Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2576 | 2024-08-28T22:43:14.770Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2577 | 2024-08-28T22:43:17.139Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2578 | 2024-08-28T22:43:19.475Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2579 | 2024-08-28T22:43:23.588Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2580 | 2024-08-28T22:43:26.390Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2581 | 2024-08-28T22:43:29.983Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2582 | 2024-08-28T22:43:31.184Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2583 | 2024-08-28T22:43:34.615Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2584 | 2024-08-28T22:43:35.619Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2585 | 2024-08-28T22:43:36.600Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2586 | 2024-08-28T22:43:40.649Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2587 | 2024-08-28T22:43:42.313Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2588 | 2024-08-28T22:43:42.420Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2589 | 2024-08-28T22:43:44.054Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2590 | 2024-08-28T22:43:47.142Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2591 | 2024-08-28T22:43:47.425Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2592 | 2024-08-28T22:43:47.479Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2593 | 2024-08-28T22:43:50.871Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2594 | 2024-08-28T22:43:55.116Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2595 | 2024-08-28T22:43:55.479Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2596 | 2024-08-28T22:43:57.868Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2597 | 2024-08-28T22:44:03.634Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2598 | 2024-08-28T22:44:04.140Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2599 | 2024-08-28T22:44:04.744Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2600 | 2024-08-28T22:44:05.963Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2601 | 2024-08-28T22:44:06.649Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2602 | 2024-08-28T22:44:06.776Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2603 | 2024-08-28T22:44:08.369Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2604 | 2024-08-28T22:44:08.908Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2605 | 2024-08-28T22:44:09.612Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2606 | 2024-08-28T22:44:11.740Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2607 | 2024-08-28T22:44:12.384Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2608 | 2024-08-28T22:44:13.305Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2609 | 2024-08-28T22:44:13.947Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2610 | 2024-08-28T22:44:16.402Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-08-28T22:44:17.033Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2612 | 2024-08-28T22:44:17.183Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2613 | 2024-08-28T22:44:48.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 10s |
2614 | 2024-08-28T22:44:48.525Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 124 other files |
2615 | 2024-08-28T22:44:48.590Z | |
2616 | 2024-08-28T22:44:48.592Z | real 7:10.594116589 |
2617 | 2024-08-28T22:44:48.592Z | user 22:44.907808605 |
2618 | 2024-08-28T22:44:48.592Z | sys 30:41.832777635 |
2619 | 2024-08-28T22:44:48.592Z | trap 0.411405372 |
2620 | 2024-08-28T22:44:48.592Z | tflt 0.224025955 |
2621 | 2024-08-28T22:44:48.592Z | dflt 0.183729043 |
2622 | 2024-08-28T22:44:48.593Z | kflt 0.000092425 |
2623 | 2024-08-28T22:44:48.593Z | lock 1:10:39.051377523 |
2624 | 2024-08-28T22:44:48.593Z | slp 2:01:40.862114217 |
2625 | 2024-08-28T22:44:48.593Z | lat 1:09.049437057 |
2626 | 2024-08-28T22:44:48.593Z | stop 1:03.493482501 |
2627 | 2024-08-28T22:44:48.593Z | process exited: duration 1096929 ms, exit code 0 |
|
2628 | 2024-08-28T22:44:48.598Z | found 0 output files |