|
|
|
1 | 2024-09-09T17:09:23.034Z | job assigned to worker 01J7BW4VTQ6JE3Z25DT108YT6R (queued for 33 s) |
|
2 | 2024-09-09T17:09:23.403Z | starting task 0: "setup" |
3 | 2024-09-09T17:09:23.427Z | ++ uname -s |
4 | 2024-09-09T17:09:23.427Z | + kern=SunOS |
5 | 2024-09-09T17:09:23.427Z | + case "$kern" in |
6 | 2024-09-09T17:09:23.427Z | + groupadd -g 12345 build |
7 | 2024-09-09T17:09:23.427Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T17:09:25.435Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T17:09:25.469Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T17:09:25.493Z | + home_fs=zfs |
11 | 2024-09-09T17:09:25.493Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T17:09:25.493Z | + mkdir -p /home/build |
13 | 2024-09-09T17:09:25.493Z | + chown build:build /home/build /work |
14 | 2024-09-09T17:09:26.478Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T17:09:26.502Z | process exited: duration 3079 ms, exit code 0 |
|
16 | 2024-09-09T17:09:26.550Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T17:09:26.574Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T17:09:26.574Z | ' 1.80.1 |
19 | 2024-09-09T17:09:26.574Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-09T17:09:26.574Z | ' default |
21 | 2024-09-09T17:09:26.574Z | * toolchain channel = "1.80.1" |
22 | 2024-09-09T17:09:26.574Z | * toolchain profile = "default" |
23 | 2024-09-09T17:09:26.574Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T17:09:26.574Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T17:09:26.707Z | info: downloading installer |
26 | 2024-09-09T17:09:27.263Z | info: profile set to 'default' |
27 | 2024-09-09T17:09:27.263Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T17:09:27.288Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T17:09:27.371Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T17:09:27.371Z | info: downloading component 'cargo' |
31 | 2024-09-09T17:09:27.823Z | info: downloading component 'clippy' |
32 | 2024-09-09T17:09:27.948Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T17:09:28.529Z | info: downloading component 'rust-std' |
34 | 2024-09-09T17:09:29.354Z | info: downloading component 'rustc' |
35 | 2024-09-09T17:09:31.577Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T17:09:31.658Z | info: installing component 'cargo' |
37 | 2024-09-09T17:09:32.779Z | info: installing component 'clippy' |
38 | 2024-09-09T17:09:33.216Z | info: installing component 'rust-docs' |
39 | 2024-09-09T17:09:35.949Z | info: installing component 'rust-std' |
40 | 2024-09-09T17:09:37.906Z | info: installing component 'rustc' |
41 | 2024-09-09T17:09:42.861Z | info: installing component 'rustfmt' |
42 | 2024-09-09T17:09:43.256Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-09T17:09:43.256Z | |
44 | 2024-09-09T17:09:43.379Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-09T17:09:43.379Z | |
46 | 2024-09-09T17:09:43.379Z | |
47 | 2024-09-09T17:09:43.379Z | Rust is installed now. Great! |
48 | 2024-09-09T17:09:43.379Z | |
49 | 2024-09-09T17:09:43.379Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-09T17:09:43.379Z | environment variable. This has not been done automatically. |
51 | 2024-09-09T17:09:43.379Z | |
52 | 2024-09-09T17:09:43.379Z | To configure your current shell, you need to source |
53 | 2024-09-09T17:09:43.379Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-09T17:09:43.379Z | |
55 | 2024-09-09T17:09:43.379Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-09T17:09:43.380Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-09T17:09:43.380Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-09T17:09:43.443Z | + rustc --version |
59 | 2024-09-09T17:09:43.553Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-09T17:09:43.578Z | process exited: duration 17007 ms, exit code 0 |
|
61 | 2024-09-09T17:09:43.626Z | starting task 2: "authentication" |
62 | 2024-09-09T17:09:43.683Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-09-09T17:09:43.731Z | starting task 3: "clone repository" |
64 | 2024-09-09T17:09:43.755Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-09T17:09:43.755Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-09T17:09:43.779Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-09T17:09:49.660Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-09T17:09:49.661Z | + git fetch origin be18651bc8c7177760b88d22755695966645f1eb |
69 | 2024-09-09T17:09:50.059Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-09T17:09:50.059Z | * branch be18651bc8c7177760b88d22755695966645f1eb -> FETCH_HEAD |
71 | 2024-09-09T17:09:50.083Z | + [[ -n retry-timeseries-to-delete ]] |
72 | 2024-09-09T17:09:50.083Z | ++ git branch --show-current |
73 | 2024-09-09T17:09:50.083Z | + current=main |
74 | 2024-09-09T17:09:50.084Z | + [[ main != retry-timeseries-to-delete ]] |
75 | 2024-09-09T17:09:50.084Z | + git branch -f retry-timeseries-to-delete be18651bc8c7177760b88d22755695966645f1eb |
76 | 2024-09-09T17:09:50.107Z | + git checkout -f retry-timeseries-to-delete |
77 | 2024-09-09T17:09:50.265Z | Switched to branch 'retry-timeseries-to-delete' |
78 | 2024-09-09T17:09:50.289Z | + git reset --hard be18651bc8c7177760b88d22755695966645f1eb |
79 | 2024-09-09T17:09:50.432Z | HEAD is now at be18651bc Use retry_notify_ext |
80 | 2024-09-09T17:09:50.456Z | process exited: duration 6703 ms, exit code 0 |
|
81 | 2024-09-09T17:09:50.504Z | starting task 4: "build" |
82 | 2024-09-09T17:09:50.528Z | + cargo --version |
83 | 2024-09-09T17:09:50.606Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-09T17:09:50.630Z | + rustc --version |
85 | 2024-09-09T17:09:50.705Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-09T17:09:50.730Z | + source ./env.sh |
87 | 2024-09-09T17:09:50.730Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-09T17:09:50.730Z | ++ set -o xtrace |
89 | 2024-09-09T17:09:50.730Z | ++++ dirname ./env.sh |
90 | 2024-09-09T17:09:50.730Z | +++ readlink -f . |
91 | 2024-09-09T17:09:50.730Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ 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-09-09T17:09:50.730Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-09T17:09:50.730Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-09T17:09:50.730Z | + banner prerequisites |
103 | 2024-09-09T17:09:50.730Z | |
104 | 2024-09-09T17:09:50.730Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-09T17:09:50.730Z | # # # # # # # # # # # # # # # |
106 | 2024-09-09T17:09:50.730Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-09T17:09:50.730Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-09T17:09:50.730Z | # # # # # # # # # # # # # # # |
109 | 2024-09-09T17:09:50.730Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-09T17:09:50.730Z | |
111 | 2024-09-09T17:09:50.730Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-09T17:09:56.219Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-09T17:09:58.922Z | Startup: Caching catalogs ... Done |
114 | 2024-09-09T17:10:01.658Z | Planning: Solver setup ... Done (2.047s) |
115 | 2024-09-09T17:10:01.694Z | Planning: Running solver ... Done (0.036s) |
116 | 2024-09-09T17:10:01.734Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-09-09T17:10:01.817Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-09T17:10:02.809Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-09T17:10:02.938Z | Planning: Package planning ... Done (0.129s) |
120 | 2024-09-09T17:10:03.006Z | Planning: Merging actions ... Done (0.068s) |
121 | 2024-09-09T17:10:03.400Z | Planning: Checking for conflicting actions ... Done (0.394s) |
122 | 2024-09-09T17:10:04.473Z | Planning: Consolidating action changes ... Done (1.072s) |
123 | 2024-09-09T17:10:04.874Z | Planning: Evaluating mediators ... Done (0.401s) |
124 | 2024-09-09T17:10:04.969Z | Planning: Planning completed in 5.98 seconds |
125 | 2024-09-09T17:10:04.993Z | Packages to install: 4 |
126 | 2024-09-09T17:10:04.993Z | Packages to update: 1 |
127 | 2024-09-09T17:10:04.993Z | Mediators to change: 2 |
128 | 2024-09-09T17:10:04.993Z | Services to change: 1 |
129 | 2024-09-09T17:10:04.993Z | Estimated space available: 148.82 GB |
130 | 2024-09-09T17:10:04.993Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-09-09T17:10:04.993Z | Create boot environment: No |
132 | 2024-09-09T17:10:04.993Z | Create backup boot environment: Yes |
133 | 2024-09-09T17:10:04.993Z | Rebuild boot archive: No |
134 | 2024-09-09T17:10:04.993Z | |
135 | 2024-09-09T17:10:04.993Z | Changed mediators: |
136 | 2024-09-09T17:10:04.993Z | mediator clang: |
137 | 2024-09-09T17:10:04.993Z | version: None -> 15 (system default) |
138 | 2024-09-09T17:10:04.993Z | |
139 | 2024-09-09T17:10:04.993Z | mediator llvm: |
140 | 2024-09-09T17:10:04.993Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-09T17:10:04.994Z | |
142 | 2024-09-09T17:10:04.994Z | Changed packages: |
143 | 2024-09-09T17:10:04.994Z | helios-dev |
144 | 2024-09-09T17:10:04.994Z | developer/build-essential |
145 | 2024-09-09T17:10:04.994Z | None -> 11-2.0 |
146 | 2024-09-09T17:10:04.994Z | library/libxmlsec1 |
147 | 2024-09-09T17:10:04.994Z | None -> 1.2.35-2.0 |
148 | 2024-09-09T17:10:04.994Z | ooce/developer/clang-15 |
149 | 2024-09-09T17:10:04.994Z | None -> 15.0.7-2.0 |
150 | 2024-09-09T17:10:04.994Z | ooce/developer/llvm-15 |
151 | 2024-09-09T17:10:04.994Z | None -> 15.0.7-2.0 |
152 | 2024-09-09T17:10:04.994Z | package/pkg |
153 | 2024-09-09T17:10:04.994Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-09T17:10:04.994Z | |
155 | 2024-09-09T17:10:04.994Z | Services: |
156 | 2024-09-09T17:10:04.994Z | restart_fmri: |
157 | 2024-09-09T17:10:04.994Z | svc:/system/update-man-index:default |
158 | 2024-09-09T17:10:04.994Z | |
159 | 2024-09-09T17:10:04.994Z | Editable files to change: |
160 | 2024-09-09T17:10:04.994Z | Update: |
161 | 2024-09-09T17:10:04.994Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-09T17:10:05.054Z | |
163 | 2024-09-09T17:10:05.054Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-09T17:10:10.055Z | Download: 681/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
165 | 2024-09-09T17:10:15.067Z | Download: 1191/4281 items 66.2/220.6MB 29% complete (6.6M/s) |
166 | 2024-09-09T17:10:20.077Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
167 | 2024-09-09T17:10:25.080Z | Download: 2097/4281 items 118.9/220.6MB 53% complete (5.3M/s) |
168 | 2024-09-09T17:10:30.082Z | Download: 2447/4281 items 120.2/220.6MB 54% complete (3.7M/s) |
169 | 2024-09-09T17:10:35.082Z | Download: 3245/4281 items 192.2/220.6MB 87% complete (7.3M/s) |
170 | 2024-09-09T17:10:40.084Z | Download: 3973/4281 items 218.1/220.6MB 98% complete (9.8M/s) |
171 | 2024-09-09T17:10:43.148Z | Download: Completed 220.60 MB in 38.09 seconds (5.8M/s) |
172 | 2024-09-09T17:10:44.650Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-09-09T17:10:44.674Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-09-09T17:10:49.661Z | Actions: 1771/5063 actions (Installing new actions) |
175 | 2024-09-09T17:10:50.475Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-09-09T17:10:50.836Z | Actions: Completed 5063 actions in 6.19 seconds. |
177 | 2024-09-09T17:10:51.230Z | Done (0.382s) |
178 | 2024-09-09T17:10:51.257Z | Done (0.000s) |
179 | 2024-09-09T17:10:51.682Z | Done (0.454s) |
180 | 2024-09-09T17:10:56.519Z | Done (4.690s) |
181 | 2024-09-09T17:10:56.620Z | Done (0.018s) |
182 | 2024-09-09T17:10:56.643Z | Done (0.000s) |
183 | 2024-09-09T17:10:56.785Z | Done (0.000s) |
184 | 2024-09-09T17:10:57.419Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-09-09T17:10:57.630Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-09-09T17:10:57.660Z | Planning: Consolidating action changes ... Done |
187 | 2024-09-09T17:10:57.969Z | Planning: Evaluating mediators ... Done |
188 | 2024-09-09T17:10:57.994Z | Planning: Planning completed in 0.55 seconds |
189 | 2024-09-09T17:10:58.018Z | Mediators to change: 2 |
190 | 2024-09-09T17:10:58.018Z | Create boot environment: No |
191 | 2024-09-09T17:10:58.018Z | Create backup boot environment: No |
192 | 2024-09-09T17:10:58.074Z | Done |
193 | 2024-09-09T17:10:58.074Z | Done |
194 | 2024-09-09T17:10:58.364Z | Done |
195 | 2024-09-09T17:11:02.736Z | Done |
196 | 2024-09-09T17:11:02.838Z | Done |
197 | 2024-09-09T17:11:02.863Z | Done |
198 | 2024-09-09T17:11:02.924Z | Done |
199 | 2024-09-09T17:11:03.663Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-09-09T17:11:03.687Z | Planning: Merging actions ... Done |
201 | 2024-09-09T17:11:03.902Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-09-09T17:11:03.926Z | Planning: Consolidating action changes ... Done |
203 | 2024-09-09T17:11:04.280Z | Planning: Evaluating mediators ... Done |
204 | 2024-09-09T17:11:04.360Z | Planning: Planning completed in 1.00 seconds |
205 | 2024-09-09T17:11:04.416Z | Packages to change: 1 |
206 | 2024-09-09T17:11:04.416Z | Mediators to change: 1 |
207 | 2024-09-09T17:11:04.416Z | Services to change: 1 |
208 | 2024-09-09T17:11:04.416Z | Create boot environment: No |
209 | 2024-09-09T17:11:04.416Z | Create backup boot environment: Yes |
210 | 2024-09-09T17:11:05.942Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-09-09T17:11:05.967Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-09-09T17:11:05.967Z | Done |
213 | 2024-09-09T17:11:05.967Z | Done |
214 | 2024-09-09T17:11:06.040Z | Done |
215 | 2024-09-09T17:11:10.437Z | Done |
216 | 2024-09-09T17:11:10.535Z | Done |
217 | 2024-09-09T17:11:10.567Z | Done |
218 | 2024-09-09T17:11:10.625Z | Done |
219 | 2024-09-09T17:11:11.165Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-09-09T17:11:11.165Z | clang system 15 system |
221 | 2024-09-09T17:11:11.165Z | csh system system illumos |
222 | 2024-09-09T17:11:11.165Z | ctags system system illumos |
223 | 2024-09-09T17:11:11.166Z | gcc vendor 12 vendor |
224 | 2024-09-09T17:11:11.166Z | gcc system 10 system |
225 | 2024-09-09T17:11:11.166Z | gcc system 7 system |
226 | 2024-09-09T17:11:11.166Z | go system 1.20 system |
227 | 2024-09-09T17:11:11.166Z | go system 1.19 system |
228 | 2024-09-09T17:11:11.166Z | llvm system 15 system |
229 | 2024-09-09T17:11:11.166Z | llvm system 14 system |
230 | 2024-09-09T17:11:11.166Z | mariadb system 10.6 system |
231 | 2024-09-09T17:11:11.166Z | mta vendor vendor dma |
232 | 2024-09-09T17:11:11.166Z | openjdk system 17 system |
233 | 2024-09-09T17:11:11.166Z | openjdk system 11 system |
234 | 2024-09-09T17:11:11.166Z | openjdk system 1.8 system |
235 | 2024-09-09T17:11:11.166Z | openssl vendor 3 vendor |
236 | 2024-09-09T17:11:11.166Z | perl system 5.36 system |
237 | 2024-09-09T17:11:11.166Z | postgresql system 15 system |
238 | 2024-09-09T17:11:11.166Z | postgresql system 13 system |
239 | 2024-09-09T17:11:11.166Z | python vendor 3 vendor |
240 | 2024-09-09T17:11:11.166Z | python system 2 system |
241 | 2024-09-09T17:11:11.166Z | python3 system 3.11 system |
242 | 2024-09-09T17:11:11.166Z | ruby system 3.0 system |
243 | 2024-09-09T17:11:11.166Z | words vendor vendor american-english |
244 | 2024-09-09T17:11:11.166Z | words system system australian-english |
245 | 2024-09-09T17:11:11.166Z | words system system british-english |
246 | 2024-09-09T17:11:11.166Z | words system system canadian-english |
247 | 2024-09-09T17:11:11.166Z | words system system french |
248 | 2024-09-09T17:11:11.166Z | words system system italian |
249 | 2024-09-09T17:11:11.166Z | words system system ngerman |
250 | 2024-09-09T17:11:11.166Z | words system system ogerman |
251 | 2024-09-09T17:11:11.166Z | words system system spanish |
252 | 2024-09-09T17:11:11.580Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-09-09T17:11:11.580Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-09-09T17:11:13.809Z | FMRI IFO |
255 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-09-09T17:11:13.809Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-09-09T17:11:14.527Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-09-09T17:11:14.938Z | Updating crates.io index |
270 | 2024-09-09T17:11:14.961Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-09-09T17:11:15.894Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-09-09T17:11:16.835Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-09-09T17:11:17.219Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-09-09T17:11:18.929Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-09-09T17:11:19.244Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-09-09T17:11:19.556Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-09-09T17:11:20.845Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-09-09T17:11:22.908Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-09-09T17:11:24.050Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-09-09T17:11:24.797Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-09-09T17:11:25.160Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-09-09T17:11:25.810Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-09-09T17:11:26.187Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-09-09T17:11:26.547Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
285 | 2024-09-09T17:11:27.022Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-09-09T17:11:27.382Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-09-09T17:11:27.766Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-09-09T17:11:28.090Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-09-09T17:11:28.462Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-09-09T17:11:28.842Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-09-09T17:11:29.250Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-09-09T17:11:29.697Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-09-09T17:11:30.079Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-09-09T17:11:30.631Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-09-09T17:11:31.066Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-09-09T17:11:31.677Z | Updating git repository `https://github.com/oxidecomputer/typify` |
297 | 2024-09-09T17:11:34.175Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-09-09T17:11:34.543Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-09-09T17:11:34.927Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-09-09T17:11:35.371Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
301 | 2024-09-09T17:11:36.649Z | Downloading crates ... |
302 | 2024-09-09T17:11:36.712Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-09-09T17:11:36.737Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-09-09T17:11:36.737Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-09-09T17:11:36.737Z | Downloaded swrite v0.1.0 |
306 | 2024-09-09T17:11:36.737Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-09-09T17:11:36.737Z | Downloaded cfg-if v1.0.0 |
308 | 2024-09-09T17:11:36.737Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-09-09T17:11:36.737Z | Downloaded dof v0.3.0 |
310 | 2024-09-09T17:11:36.737Z | Downloaded byteorder v1.5.0 |
311 | 2024-09-09T17:11:36.737Z | Downloaded autocfg v1.3.0 |
312 | 2024-09-09T17:11:36.737Z | Downloaded smawk v0.3.2 |
313 | 2024-09-09T17:11:36.737Z | Downloaded utf8parse v0.2.1 |
314 | 2024-09-09T17:11:36.737Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-09-09T17:11:36.761Z | Downloaded usdt-macro v0.5.0 |
316 | 2024-09-09T17:11:36.761Z | Downloaded usdt-impl v0.5.0 |
317 | 2024-09-09T17:11:36.761Z | Downloaded serde_tokenstream v0.2.2 |
318 | 2024-09-09T17:11:36.761Z | Downloaded usdt v0.5.0 |
319 | 2024-09-09T17:11:36.761Z | Downloaded version_check v0.9.5 |
320 | 2024-09-09T17:11:36.761Z | Downloaded proc-macro-error v1.0.4 |
321 | 2024-09-09T17:11:36.761Z | Downloaded semver v1.0.23 |
322 | 2024-09-09T17:11:36.761Z | Downloaded zerocopy-derive v0.7.34 |
323 | 2024-09-09T17:11:36.785Z | Downloaded unicode-ident v1.0.12 |
324 | 2024-09-09T17:11:36.785Z | Downloaded zerocopy v0.7.34 |
325 | 2024-09-09T17:11:36.808Z | Downloaded tabled v0.15.0 |
326 | 2024-09-09T17:11:36.832Z | Downloaded unicode-width v0.1.13 |
327 | 2024-09-09T17:11:36.832Z | Downloaded syn v2.0.74 |
328 | 2024-09-09T17:11:36.856Z | Downloaded syn v1.0.109 |
329 | 2024-09-09T17:11:36.856Z | Downloaded libc v0.2.158 |
330 | 2024-09-09T17:11:36.880Z | Downloaded rustix v0.38.34 |
331 | 2024-09-09T17:11:36.905Z | Downloaded hashbrown v0.14.5 |
332 | 2024-09-09T17:11:36.929Z | Downloaded goblin v0.8.2 |
333 | 2024-09-09T17:11:36.929Z | Downloaded clap_builder v4.5.15 |
334 | 2024-09-09T17:11:36.952Z | Downloaded winnow v0.6.18 |
335 | 2024-09-09T17:11:36.953Z | Downloaded toml_edit v0.22.20 |
336 | 2024-09-09T17:11:36.976Z | Downloaded textwrap v0.16.1 |
337 | 2024-09-09T17:11:36.976Z | Downloaded serde_json v1.0.125 |
338 | 2024-09-09T17:11:36.976Z | Downloaded serde v1.0.208 |
339 | 2024-09-09T17:11:37.000Z | Downloaded pest v2.7.10 |
340 | 2024-09-09T17:11:37.000Z | Downloaded memchr v2.7.2 |
341 | 2024-09-09T17:11:37.000Z | Downloaded indexmap v2.4.0 |
342 | 2024-09-09T17:11:37.000Z | Downloaded typenum v1.17.0 |
343 | 2024-09-09T17:11:37.000Z | Downloaded ryu v1.0.18 |
344 | 2024-09-09T17:11:37.024Z | Downloaded log v0.4.21 |
345 | 2024-09-09T17:11:37.024Z | Downloaded ucd-trie v0.1.6 |
346 | 2024-09-09T17:11:37.024Z | Downloaded toml v0.8.19 |
347 | 2024-09-09T17:11:37.024Z | Downloaded sha2 v0.10.8 |
348 | 2024-09-09T17:11:37.024Z | Downloaded serde_derive v1.0.208 |
349 | 2024-09-09T17:11:37.024Z | Downloaded proc-macro2 v1.0.86 |
350 | 2024-09-09T17:11:37.024Z | Downloaded pest_meta v2.7.10 |
351 | 2024-09-09T17:11:37.024Z | Downloaded papergrid v0.11.0 |
352 | 2024-09-09T17:11:37.049Z | Downloaded once_cell v1.19.0 |
353 | 2024-09-09T17:11:37.049Z | Downloaded anyhow v1.0.86 |
354 | 2024-09-09T17:11:37.049Z | Downloaded plain v0.2.3 |
355 | 2024-09-09T17:11:37.049Z | Downloaded errno v0.3.9 |
356 | 2024-09-09T17:11:37.049Z | Downloaded clap v4.5.16 |
357 | 2024-09-09T17:11:37.049Z | Downloaded toml_datetime v0.6.8 |
358 | 2024-09-09T17:11:37.074Z | Downloaded thread-id v4.2.1 |
359 | 2024-09-09T17:11:37.074Z | Downloaded thiserror v1.0.63 |
360 | 2024-09-09T17:11:37.074Z | Downloaded tabled_derive v0.7.0 |
361 | 2024-09-09T17:11:37.074Z | Downloaded strsim v0.11.1 |
362 | 2024-09-09T17:11:37.074Z | Downloaded serde_spanned v0.6.7 |
363 | 2024-09-09T17:11:37.074Z | Downloaded terminal_size v0.3.0 |
364 | 2024-09-09T17:11:37.074Z | Downloaded tempfile v3.10.1 |
365 | 2024-09-09T17:11:37.074Z | Downloaded quote v1.0.36 |
366 | 2024-09-09T17:11:37.074Z | Downloaded pest_derive v2.7.10 |
367 | 2024-09-09T17:11:37.074Z | Downloaded bitflags v2.6.0 |
368 | 2024-09-09T17:11:37.098Z | Downloaded pest_generator v2.7.10 |
369 | 2024-09-09T17:11:37.098Z | Downloaded cpufeatures v0.2.12 |
370 | 2024-09-09T17:11:37.098Z | Downloaded clap_derive v4.5.13 |
371 | 2024-09-09T17:11:37.098Z | Downloaded scroll v0.12.0 |
372 | 2024-09-09T17:11:37.098Z | Downloaded itoa v1.0.11 |
373 | 2024-09-09T17:11:37.098Z | Downloaded digest v0.10.7 |
374 | 2024-09-09T17:11:37.098Z | Downloaded heck v0.5.0 |
375 | 2024-09-09T17:11:37.098Z | Downloaded generic-array v0.14.7 |
376 | 2024-09-09T17:11:37.099Z | Downloaded fnv v1.0.7 |
377 | 2024-09-09T17:11:37.099Z | Downloaded camino v1.1.9 |
378 | 2024-09-09T17:11:37.099Z | Downloaded anstream v0.6.14 |
379 | 2024-09-09T17:11:37.099Z | Downloaded clap_lex v0.7.0 |
380 | 2024-09-09T17:11:37.099Z | Downloaded cargo_toml v0.20.4 |
381 | 2024-09-09T17:11:37.099Z | Downloaded cargo_metadata v0.18.1 |
382 | 2024-09-09T17:11:37.099Z | Downloaded camino-tempfile v1.1.1 |
383 | 2024-09-09T17:11:37.123Z | Downloaded bytecount v0.6.8 |
384 | 2024-09-09T17:11:37.123Z | Downloaded unicode-linebreak v0.1.5 |
385 | 2024-09-09T17:11:37.123Z | Downloaded thiserror-impl v1.0.63 |
386 | 2024-09-09T17:11:37.123Z | Downloaded macaddr v1.0.1 |
387 | 2024-09-09T17:11:37.123Z | Downloaded proc-macro-error-attr v1.0.4 |
388 | 2024-09-09T17:11:37.123Z | Downloaded memmap v0.7.0 |
389 | 2024-09-09T17:11:37.123Z | Downloaded heck v0.4.1 |
390 | 2024-09-09T17:11:37.123Z | Downloaded fs-err v2.11.0 |
391 | 2024-09-09T17:11:37.123Z | Downloaded fastrand v2.1.0 |
392 | 2024-09-09T17:11:37.123Z | Downloaded crypto-common v0.1.6 |
393 | 2024-09-09T17:11:37.123Z | Downloaded colorchoice v1.0.1 |
394 | 2024-09-09T17:11:37.123Z | Downloaded anstyle-parse v0.2.4 |
395 | 2024-09-09T17:11:37.123Z | Downloaded anstyle v1.0.8 |
396 | 2024-09-09T17:11:37.123Z | Downloaded anstyle-query v1.0.3 |
397 | 2024-09-09T17:11:37.123Z | Downloaded equivalent v1.0.1 |
398 | 2024-09-09T17:11:37.148Z | Downloaded block-buffer v0.10.4 |
399 | 2024-09-09T17:11:37.263Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-09-09T17:11:37.286Z | Compiling unicode-ident v1.0.12 |
401 | 2024-09-09T17:11:37.286Z | Compiling version_check v0.9.5 |
402 | 2024-09-09T17:11:37.286Z | Compiling serde v1.0.208 |
403 | 2024-09-09T17:11:37.286Z | Compiling thiserror v1.0.63 |
404 | 2024-09-09T17:11:37.286Z | Compiling memchr v2.7.2 |
405 | 2024-09-09T17:11:37.286Z | Compiling libc v0.2.158 |
406 | 2024-09-09T17:11:37.287Z | Compiling ucd-trie v0.1.6 |
407 | 2024-09-09T17:11:37.607Z | Compiling ryu v1.0.18 |
408 | 2024-09-09T17:11:37.942Z | Compiling itoa v1.0.11 |
409 | 2024-09-09T17:11:38.078Z | Compiling once_cell v1.19.0 |
410 | 2024-09-09T17:11:38.162Z | Compiling byteorder v1.5.0 |
411 | 2024-09-09T17:11:38.190Z | Compiling rustix v0.38.34 |
412 | 2024-09-09T17:11:38.492Z | Compiling serde_json v1.0.125 |
413 | 2024-09-09T17:11:38.555Z | Compiling bitflags v2.6.0 |
414 | 2024-09-09T17:11:38.810Z | Compiling usdt-impl v0.5.0 |
415 | 2024-09-09T17:11:38.843Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-09-09T17:11:38.937Z | Compiling quote v1.0.36 |
417 | 2024-09-09T17:11:39.023Z | Compiling syn v1.0.109 |
418 | 2024-09-09T17:11:39.058Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-09-09T17:11:39.215Z | Compiling camino v1.1.9 |
420 | 2024-09-09T17:11:39.264Z | Compiling syn v2.0.74 |
421 | 2024-09-09T17:11:39.336Z | Compiling errno v0.3.9 |
422 | 2024-09-09T17:11:39.539Z | Compiling hashbrown v0.14.5 |
423 | 2024-09-09T17:11:39.565Z | Compiling thread-id v4.2.1 |
424 | 2024-09-09T17:11:39.645Z | Compiling log v0.4.21 |
425 | 2024-09-09T17:11:39.675Z | Compiling utf8parse v0.2.1 |
426 | 2024-09-09T17:11:39.703Z | Compiling equivalent v1.0.1 |
427 | 2024-09-09T17:11:39.763Z | Compiling plain v0.2.3 |
428 | 2024-09-09T17:11:39.831Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-09-09T17:11:40.051Z | Compiling unicode-width v0.1.13 |
430 | 2024-09-09T17:11:40.123Z | Compiling anstyle v1.0.8 |
431 | 2024-09-09T17:11:40.283Z | Compiling autocfg v1.3.0 |
432 | 2024-09-09T17:11:40.309Z | Compiling anstyle-query v1.0.3 |
433 | 2024-09-09T17:11:40.441Z | Compiling pretty-hex v0.4.1 |
434 | 2024-09-09T17:11:40.538Z | Compiling indexmap v2.4.0 |
435 | 2024-09-09T17:11:40.597Z | Compiling winnow v0.6.18 |
436 | 2024-09-09T17:11:40.718Z | Compiling semver v1.0.23 |
437 | 2024-09-09T17:11:40.755Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-09-09T17:11:40.872Z | Compiling colorchoice v1.0.1 |
439 | 2024-09-09T17:11:41.020Z | Compiling anstream v0.6.14 |
440 | 2024-09-09T17:11:41.284Z | Compiling fs-err v2.11.0 |
441 | 2024-09-09T17:11:41.510Z | Compiling terminal_size v0.3.0 |
442 | 2024-09-09T17:11:41.705Z | Compiling fnv v1.0.7 |
443 | 2024-09-09T17:11:41.729Z | Compiling cfg-if v1.0.0 |
444 | 2024-09-09T17:11:41.767Z | Compiling bytecount v0.6.8 |
445 | 2024-09-09T17:11:41.843Z | Compiling heck v0.5.0 |
446 | 2024-09-09T17:11:41.867Z | Compiling anyhow v1.0.86 |
447 | 2024-09-09T17:11:41.917Z | Compiling strsim v0.11.1 |
448 | 2024-09-09T17:11:42.011Z | Compiling clap_lex v0.7.0 |
449 | 2024-09-09T17:11:42.115Z | Compiling heck v0.4.1 |
450 | 2024-09-09T17:11:42.351Z | Compiling fastrand v2.1.0 |
451 | 2024-09-09T17:11:42.589Z | Compiling clap_builder v4.5.15 |
452 | 2024-09-09T17:11:42.702Z | Compiling tempfile v3.10.1 |
453 | 2024-09-09T17:11:42.817Z | Compiling papergrid v0.11.0 |
454 | 2024-09-09T17:11:43.058Z | Compiling memmap v0.7.0 |
455 | 2024-09-09T17:11:43.108Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-09-09T17:11:43.388Z | Compiling smawk v0.3.2 |
457 | 2024-09-09T17:11:43.581Z | Compiling textwrap v0.16.1 |
458 | 2024-09-09T17:11:43.878Z | Compiling swrite v0.1.0 |
459 | 2024-09-09T17:11:45.031Z | Compiling tabled_derive v0.7.0 |
460 | 2024-09-09T17:11:46.600Z | Compiling tabled v0.15.0 |
461 | 2024-09-09T17:11:47.285Z | Compiling serde_derive v1.0.208 |
462 | 2024-09-09T17:11:47.285Z | Compiling thiserror-impl v1.0.63 |
463 | 2024-09-09T17:11:47.308Z | Compiling zerocopy-derive v0.7.34 |
464 | 2024-09-09T17:11:47.396Z | Compiling scroll_derive v0.12.0 |
465 | 2024-09-09T17:11:47.582Z | Compiling clap_derive v4.5.13 |
466 | 2024-09-09T17:11:48.531Z | Compiling scroll v0.12.0 |
467 | 2024-09-09T17:11:48.937Z | Compiling goblin v0.8.2 |
468 | 2024-09-09T17:11:49.052Z | Compiling zerocopy v0.7.34 |
469 | 2024-09-09T17:11:49.573Z | Compiling pest v2.7.10 |
470 | 2024-09-09T17:11:50.520Z | Compiling clap v4.5.16 |
471 | 2024-09-09T17:11:51.633Z | Compiling pest_meta v2.7.10 |
472 | 2024-09-09T17:11:52.696Z | Compiling pest_generator v2.7.10 |
473 | 2024-09-09T17:11:54.461Z | Compiling pest_derive v2.7.10 |
474 | 2024-09-09T17:11:55.092Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-09-09T17:11:57.065Z | Compiling toml_datetime v0.6.8 |
476 | 2024-09-09T17:11:57.065Z | Compiling serde_spanned v0.6.7 |
477 | 2024-09-09T17:11:57.089Z | Compiling cargo-platform v0.1.8 |
478 | 2024-09-09T17:11:57.458Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-09-09T17:11:57.483Z | Compiling toml_edit v0.22.20 |
480 | 2024-09-09T17:11:57.553Z | Compiling macaddr v1.0.1 |
481 | 2024-09-09T17:11:57.756Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-09-09T17:11:58.468Z | Compiling dof v0.3.0 |
483 | 2024-09-09T17:11:58.468Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-09-09T17:12:00.142Z | Compiling toml v0.8.19 |
485 | 2024-09-09T17:12:00.385Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-09-09T17:12:00.385Z | Compiling usdt-macro v0.5.0 |
487 | 2024-09-09T17:12:00.908Z | Compiling cargo_toml v0.20.4 |
488 | 2024-09-09T17:12:01.564Z | Compiling usdt v0.5.0 |
489 | 2024-09-09T17:12:05.080Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-09-09T17:12:10.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.87s |
491 | 2024-09-09T17:12:10.326Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-09-09T17:12:11.096Z | Downloading crates ... |
493 | 2024-09-09T17:12:11.236Z | Downloaded atomicwrites v0.4.3 |
494 | 2024-09-09T17:12:11.261Z | Downloaded async-stream v0.3.5 |
495 | 2024-09-09T17:12:11.261Z | Downloaded bitstruct_derive v0.1.0 |
496 | 2024-09-09T17:12:11.261Z | Downloaded ciborium-io v0.2.2 |
497 | 2024-09-09T17:12:11.261Z | Downloaded crunchy v0.2.2 |
498 | 2024-09-09T17:12:11.261Z | Downloaded ident_case v1.0.1 |
499 | 2024-09-09T17:12:11.286Z | Downloaded newtype_derive v0.1.6 |
500 | 2024-09-09T17:12:11.286Z | Downloaded russh-cryptovec v0.7.2 |
501 | 2024-09-09T17:12:11.311Z | Downloaded nu-ansi-term v0.50.0 |
502 | 2024-09-09T17:12:11.311Z | Downloaded num-conv v0.1.0 |
503 | 2024-09-09T17:12:11.311Z | Downloaded strum_macros v0.25.3 |
504 | 2024-09-09T17:12:11.335Z | Downloaded which v4.4.2 |
505 | 2024-09-09T17:12:11.335Z | Downloaded headers-core v0.2.0 |
506 | 2024-09-09T17:12:11.335Z | Downloaded num_enum_derive v0.5.11 |
507 | 2024-09-09T17:12:11.360Z | Downloaded primeorder v0.13.6 |
508 | 2024-09-09T17:12:11.360Z | Downloaded diesel_table_macro_syntax v0.2.0 |
509 | 2024-09-09T17:12:11.360Z | Downloaded deranged v0.3.11 |
510 | 2024-09-09T17:12:11.360Z | Downloaded phf_shared v0.10.0 |
511 | 2024-09-09T17:12:11.384Z | Downloaded signal-hook-tokio v0.3.1 |
512 | 2024-09-09T17:12:11.384Z | Downloaded endian-type v0.1.2 |
513 | 2024-09-09T17:12:11.384Z | Downloaded oso-derive v0.27.3 |
514 | 2024-09-09T17:12:11.384Z | Downloaded precomputed-hash v0.1.1 |
515 | 2024-09-09T17:12:11.384Z | Downloaded pretty-hex v0.2.1 |
516 | 2024-09-09T17:12:11.409Z | Downloaded foreign-types-shared v0.3.1 |
517 | 2024-09-09T17:12:11.409Z | Downloaded rustc_version v0.4.0 |
518 | 2024-09-09T17:12:11.409Z | Downloaded fxhash v0.2.1 |
519 | 2024-09-09T17:12:11.409Z | Downloaded serde-big-array v0.5.1 |
520 | 2024-09-09T17:12:11.434Z | Downloaded downcast v0.11.0 |
521 | 2024-09-09T17:12:11.457Z | Downloaded fallible-streaming-iterator v0.1.9 |
522 | 2024-09-09T17:12:11.457Z | Downloaded foreign-types v0.3.2 |
523 | 2024-09-09T17:12:11.457Z | Downloaded foreign-types-macros v0.2.3 |
524 | 2024-09-09T17:12:11.487Z | Downloaded foreign-types v0.5.0 |
525 | 2024-09-09T17:12:11.487Z | Downloaded portpicker v0.1.1 |
526 | 2024-09-09T17:12:11.487Z | Downloaded parse-size v1.0.0 |
527 | 2024-09-09T17:12:11.487Z | Downloaded filetime v0.2.25 |
528 | 2024-09-09T17:12:11.487Z | Downloaded take_mut v0.2.2 |
529 | 2024-09-09T17:12:11.487Z | Downloaded parse-display-derive v0.10.0 |
530 | 2024-09-09T17:12:11.487Z | Downloaded powerfmt v0.2.0 |
531 | 2024-09-09T17:12:11.487Z | Downloaded polyval v0.6.2 |
532 | 2024-09-09T17:12:11.487Z | Downloaded tap v1.0.1 |
533 | 2024-09-09T17:12:11.511Z | Downloaded supports-color v3.0.0 |
534 | 2024-09-09T17:12:11.511Z | Downloaded ppv-lite86 v0.2.17 |
535 | 2024-09-09T17:12:11.511Z | Downloaded postgres-protocol v0.6.7 |
536 | 2024-09-09T17:12:11.511Z | Downloaded poly1305 v0.8.0 |
537 | 2024-09-09T17:12:11.511Z | Downloaded password-hash v0.4.2 |
538 | 2024-09-09T17:12:11.511Z | Downloaded samael v0.0.15 |
539 | 2024-09-09T17:12:11.511Z | Downloaded flume v0.11.0 |
540 | 2024-09-09T17:12:11.535Z | Downloaded tar v0.4.41 |
541 | 2024-09-09T17:12:11.535Z | Downloaded bstr v1.9.1 |
542 | 2024-09-09T17:12:11.559Z | Downloaded portable-atomic v1.6.0 |
543 | 2024-09-09T17:12:11.583Z | Downloaded ssh-key v0.6.6 |
544 | 2024-09-09T17:12:11.583Z | Downloaded object v0.32.2 |
545 | 2024-09-09T17:12:11.606Z | Downloaded openssl v0.10.66 |
546 | 2024-09-09T17:12:11.630Z | Downloaded openapiv3 v2.0.0 |
547 | 2024-09-09T17:12:11.630Z | Downloaded petgraph v0.6.5 |
548 | 2024-09-09T17:12:11.653Z | Downloaded regex-automata v0.4.6 |
549 | 2024-09-09T17:12:11.677Z | Downloaded finl_unicode v1.2.0 |
550 | 2024-09-09T17:12:11.701Z | Downloaded tokio v1.39.3 |
551 | 2024-09-09T17:12:11.740Z | Downloaded hickory-proto v0.24.1 |
552 | 2024-09-09T17:12:11.764Z | Downloaded encoding_rs v0.8.34 |
553 | 2024-09-09T17:12:11.792Z | Downloaded sha3 v0.10.8 |
554 | 2024-09-09T17:12:11.817Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
555 | 2024-09-09T17:12:11.873Z | Downloaded trust-dns-proto v0.22.0 |
556 | 2024-09-09T17:12:11.897Z | Downloaded smoltcp v0.11.0 |
557 | 2024-09-09T17:12:11.920Z | Downloaded smoltcp v0.9.1 |
558 | 2024-09-09T17:12:11.943Z | Downloaded diesel v2.2.3 |
559 | 2024-09-09T17:12:11.967Z | Downloaded regress v0.9.1 |
560 | 2024-09-09T17:12:11.967Z | Downloaded regex-syntax v0.8.4 |
561 | 2024-09-09T17:12:11.990Z | Downloaded csv v1.3.0 |
562 | 2024-09-09T17:12:12.014Z | Downloaded object v0.30.4 |
563 | 2024-09-09T17:12:12.014Z | Downloaded p384 v0.13.0 |
564 | 2024-09-09T17:12:12.037Z | Downloaded zerocopy-derive v0.6.6 |
565 | 2024-09-09T17:12:12.037Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
566 | 2024-09-09T17:12:12.060Z | Downloaded libz-sys v1.1.16 |
567 | 2024-09-09T17:12:12.142Z | Downloaded sled v0.34.7 |
568 | 2024-09-09T17:12:12.166Z | Downloaded ring v0.17.8 |
569 | 2024-09-09T17:12:12.241Z | Downloaded regex-syntax v0.6.29 |
570 | 2024-09-09T17:12:12.264Z | Downloaded regex v1.10.6 |
571 | 2024-09-09T17:12:12.288Z | Downloaded ratatui v0.28.0 |
572 | 2024-09-09T17:12:12.311Z | Downloaded libsqlite3-sys v0.28.0 |
573 | 2024-09-09T17:12:12.384Z | Downloaded ring v0.16.20 |
574 | 2024-09-09T17:12:12.484Z | Downloaded nix v0.28.0 |
575 | 2024-09-09T17:12:12.508Z | Downloaded polar-core v0.27.3 |
576 | 2024-09-09T17:12:12.531Z | Downloaded dropshot v0.10.1 |
577 | 2024-09-09T17:12:12.531Z | Downloaded git2 v0.19.0 |
578 | 2024-09-09T17:12:12.531Z | Downloaded gimli v0.28.1 |
579 | 2024-09-09T17:12:12.555Z | Downloaded sqlparser v0.45.0 |
580 | 2024-09-09T17:12:12.555Z | Downloaded futures-util v0.3.30 |
581 | 2024-09-09T17:12:12.578Z | Downloaded rustls-webpki v0.102.4 |
582 | 2024-09-09T17:12:12.602Z | Downloaded rustls v0.22.4 |
583 | 2024-09-09T17:12:12.602Z | Downloaded rustls v0.21.12 |
584 | 2024-09-09T17:12:12.625Z | Downloaded webpki-roots v0.25.4 |
585 | 2024-09-09T17:12:12.625Z | Downloaded tabwriter v1.4.0 |
586 | 2024-09-09T17:12:12.625Z | Downloaded x509-cert v0.2.5 |
587 | 2024-09-09T17:12:12.649Z | Downloaded h2 v0.3.26 |
588 | 2024-09-09T17:12:12.649Z | Downloaded rustyline v14.0.0 |
589 | 2024-09-09T17:12:12.649Z | Downloaded vcpkg v0.2.15 |
590 | 2024-09-09T17:12:12.691Z | Downloaded openssl-sys v0.9.103 |
591 | 2024-09-09T17:12:12.714Z | Downloaded tough v0.17.1 |
592 | 2024-09-09T17:12:12.714Z | Downloaded p521 v0.13.3 |
593 | 2024-09-09T17:12:12.714Z | Downloaded radix_trie v0.2.1 |
594 | 2024-09-09T17:12:12.738Z | Downloaded nix v0.27.1 |
595 | 2024-09-09T17:12:12.738Z | Downloaded postcard v1.0.8 |
596 | 2024-09-09T17:12:12.738Z | Downloaded pkcs5 v0.7.1 |
597 | 2024-09-09T17:12:12.762Z | Downloaded flate2 v1.0.31 |
598 | 2024-09-09T17:12:12.762Z | Downloaded time v0.3.36 |
599 | 2024-09-09T17:12:12.762Z | Downloaded pkcs1 v0.7.5 |
600 | 2024-09-09T17:12:12.762Z | Downloaded password-hash v0.5.0 |
601 | 2024-09-09T17:12:12.762Z | Downloaded proptest v1.5.0 |
602 | 2024-09-09T17:12:12.785Z | Downloaded curve25519-dalek v4.1.3 |
603 | 2024-09-09T17:12:12.785Z | Downloaded pkcs8 v0.10.2 |
604 | 2024-09-09T17:12:12.785Z | Downloaded term v0.7.0 |
605 | 2024-09-09T17:12:12.809Z | Downloaded reqwest v0.11.27 |
606 | 2024-09-09T17:12:12.809Z | Downloaded idna v0.2.3 |
607 | 2024-09-09T17:12:12.809Z | Downloaded postgres-types v0.2.7 |
608 | 2024-09-09T17:12:12.809Z | Downloaded rayon v1.10.0 |
609 | 2024-09-09T17:12:12.832Z | Downloaded stable_deref_trait v1.2.0 |
610 | 2024-09-09T17:12:12.832Z | Downloaded pkg-config v0.3.30 |
611 | 2024-09-09T17:12:12.832Z | Downloaded pin-utils v0.1.0 |
612 | 2024-09-09T17:12:12.832Z | Downloaded pin-project-lite v0.2.14 |
613 | 2024-09-09T17:12:12.832Z | Downloaded tungstenite v0.20.1 |
614 | 2024-09-09T17:12:12.856Z | Downloaded tokio-util v0.7.11 |
615 | 2024-09-09T17:12:12.856Z | Downloaded parse-display v0.10.0 |
616 | 2024-09-09T17:12:12.856Z | Downloaded parking_lot v0.12.2 |
617 | 2024-09-09T17:12:12.856Z | Downloaded tracing v0.1.40 |
618 | 2024-09-09T17:12:12.856Z | Downloaded idna v0.5.0 |
619 | 2024-09-09T17:12:12.880Z | Downloaded idna v0.4.0 |
620 | 2024-09-09T17:12:12.880Z | Downloaded tracing-core v0.1.32 |
621 | 2024-09-09T17:12:12.880Z | Downloaded ghash v0.5.1 |
622 | 2024-09-09T17:12:12.880Z | Downloaded termcolor v1.4.1 |
623 | 2024-09-09T17:12:12.880Z | Downloaded fatfs v0.3.6 |
624 | 2024-09-09T17:12:12.903Z | Downloaded bindgen v0.69.4 |
625 | 2024-09-09T17:12:12.904Z | Downloaded sync_wrapper v0.1.2 |
626 | 2024-09-09T17:12:12.904Z | Downloaded lalrpop v0.19.12 |
627 | 2024-09-09T17:12:12.904Z | Downloaded foreign-types-shared v0.1.1 |
628 | 2024-09-09T17:12:12.927Z | Downloaded parking_lot v0.11.2 |
629 | 2024-09-09T17:12:12.927Z | Downloaded quick-xml v0.31.0 |
630 | 2024-09-09T17:12:12.927Z | Downloaded yasna v0.5.2 |
631 | 2024-09-09T17:12:12.927Z | Downloaded parking_lot_core v0.9.10 |
632 | 2024-09-09T17:12:12.927Z | Downloaded omicron-zone-package v0.11.0 |
633 | 2024-09-09T17:12:12.927Z | Downloaded tokio-postgres v0.7.11 |
634 | 2024-09-09T17:12:12.927Z | Downloaded expectorate v1.1.0 |
635 | 2024-09-09T17:12:12.951Z | Downloaded winnow v0.5.40 |
636 | 2024-09-09T17:12:12.951Z | Downloaded idna v0.3.0 |
637 | 2024-09-09T17:12:12.951Z | Downloaded phf v0.11.2 |
638 | 2024-09-09T17:12:12.975Z | Downloaded bitvec v1.0.1 |
639 | 2024-09-09T17:12:12.975Z | Downloaded float-ord v0.3.2 |
640 | 2024-09-09T17:12:12.975Z | Downloaded float-cmp v0.9.0 |
641 | 2024-09-09T17:12:12.975Z | Downloaded dirs-sys-next v0.1.2 |
642 | 2024-09-09T17:12:12.975Z | Downloaded flagset v0.4.5 |
643 | 2024-09-09T17:12:12.998Z | Downloaded fixedbitset v0.4.2 |
644 | 2024-09-09T17:12:12.998Z | Downloaded ff v0.13.0 |
645 | 2024-09-09T17:12:12.998Z | Downloaded parking_lot_core v0.8.6 |
646 | 2024-09-09T17:12:12.998Z | Downloaded sct v0.7.1 |
647 | 2024-09-09T17:12:12.998Z | Downloaded tinyvec v1.6.0 |
648 | 2024-09-09T17:12:12.998Z | Downloaded test-strategy v0.3.1 |
649 | 2024-09-09T17:12:12.998Z | Downloaded signal-hook-mio v0.2.4 |
650 | 2024-09-09T17:12:12.998Z | Downloaded toml_edit v0.19.15 |
651 | 2024-09-09T17:12:13.022Z | Downloaded ed25519-dalek v2.1.1 |
652 | 2024-09-09T17:12:13.022Z | Downloaded reedline v0.33.0 |
653 | 2024-09-09T17:12:13.045Z | Downloaded xattr v1.3.1 |
654 | 2024-09-09T17:12:13.045Z | Downloaded fd-lock v4.0.2 |
655 | 2024-09-09T17:12:13.045Z | Downloaded fallible-iterator v0.2.0 |
656 | 2024-09-09T17:12:13.045Z | Downloaded ssh-encoding v0.2.0 |
657 | 2024-09-09T17:12:13.045Z | Downloaded ssh-cipher v0.2.0 |
658 | 2024-09-09T17:12:13.045Z | Downloaded wyz v0.5.1 |
659 | 2024-09-09T17:12:13.045Z | Downloaded tui-tree-widget v0.22.0 |
660 | 2024-09-09T17:12:13.045Z | Downloaded tls_codec v0.4.1 |
661 | 2024-09-09T17:12:13.045Z | Downloaded thiserror-no-std v2.0.2 |
662 | 2024-09-09T17:12:13.045Z | Downloaded half v2.4.1 |
663 | 2024-09-09T17:12:13.069Z | Downloaded globset v0.4.14 |
664 | 2024-09-09T17:12:13.069Z | Downloaded tokio-tungstenite v0.20.1 |
665 | 2024-09-09T17:12:13.069Z | Downloaded tokio-stream v0.1.15 |
666 | 2024-09-09T17:12:13.069Z | Downloaded tokio-rustls v0.24.1 |
667 | 2024-09-09T17:12:13.069Z | Downloaded socket2 v0.4.10 |
668 | 2024-09-09T17:12:13.069Z | Downloaded futures v0.3.30 |
669 | 2024-09-09T17:12:13.069Z | Downloaded p256 v0.13.2 |
670 | 2024-09-09T17:12:13.093Z | Downloaded snafu v0.8.2 |
671 | 2024-09-09T17:12:13.093Z | Downloaded hickory-resolver v0.24.1 |
672 | 2024-09-09T17:12:13.093Z | Downloaded chrono v0.4.38 |
673 | 2024-09-09T17:12:13.093Z | Downloaded blake3 v1.5.1 |
674 | 2024-09-09T17:12:13.116Z | Downloaded fallible-iterator v0.3.0 |
675 | 2024-09-09T17:12:13.116Z | Downloaded glob v0.3.1 |
676 | 2024-09-09T17:12:13.116Z | Downloaded spin v0.5.2 |
677 | 2024-09-09T17:12:13.116Z | Downloaded secrecy v0.8.0 |
678 | 2024-09-09T17:12:13.116Z | Downloaded sec1 v0.7.3 |
679 | 2024-09-09T17:12:13.116Z | Downloaded scrypt v0.11.0 |
680 | 2024-09-09T17:12:13.116Z | Downloaded scopeguard v1.2.0 |
681 | 2024-09-09T17:12:13.116Z | Downloaded same-file v1.0.6 |
682 | 2024-09-09T17:12:13.116Z | Downloaded try-lock v0.2.5 |
683 | 2024-09-09T17:12:13.116Z | Downloaded time-core v0.1.2 |
684 | 2024-09-09T17:12:13.117Z | Downloaded thread_local v1.1.8 |
685 | 2024-09-09T17:12:13.117Z | Downloaded termios v0.3.3 |
686 | 2024-09-09T17:12:13.140Z | Downloaded sqlformat v0.2.4 |
687 | 2024-09-09T17:12:13.140Z | Downloaded spki v0.7.3 |
688 | 2024-09-09T17:12:13.140Z | Downloaded spin v0.9.8 |
689 | 2024-09-09T17:12:13.140Z | Downloaded group v0.13.0 |
690 | 2024-09-09T17:12:13.140Z | Downloaded tokio-tungstenite v0.21.0 |
691 | 2024-09-09T17:12:13.140Z | Downloaded tokio-rustls v0.25.0 |
692 | 2024-09-09T17:12:13.140Z | Downloaded socket2 v0.5.7 |
693 | 2024-09-09T17:12:13.140Z | Downloaded snafu-derive v0.8.2 |
694 | 2024-09-09T17:12:13.140Z | Downloaded getrandom v0.2.14 |
695 | 2024-09-09T17:12:13.140Z | Downloaded getopts v0.2.21 |
696 | 2024-09-09T17:12:13.140Z | Downloaded gethostname v0.5.0 |
697 | 2024-09-09T17:12:13.164Z | Downloaded tracing-attributes v0.1.27 |
698 | 2024-09-09T17:12:13.164Z | Downloaded tokio-tungstenite v0.23.1 |
699 | 2024-09-09T17:12:13.164Z | Downloaded prettyplease v0.2.20 |
700 | 2024-09-09T17:12:13.164Z | Downloaded zip v0.6.6 |
701 | 2024-09-09T17:12:13.164Z | Downloaded hashbrown v0.13.2 |
702 | 2024-09-09T17:12:13.164Z | Downloaded unicode-normalization v0.1.23 |
703 | 2024-09-09T17:12:13.187Z | Downloaded serde_with v3.9.0 |
704 | 2024-09-09T17:12:13.187Z | Downloaded rustls-webpki v0.101.7 |
705 | 2024-09-09T17:12:13.211Z | Downloaded num-bigint-dig v0.8.4 |
706 | 2024-09-09T17:12:13.211Z | Downloaded hyper v0.14.30 |
707 | 2024-09-09T17:12:13.235Z | Downloaded display-error-chain v0.2.1 |
708 | 2024-09-09T17:12:13.235Z | Downloaded openssl-probe v0.1.5 |
709 | 2024-09-09T17:12:13.235Z | Downloaded openssl-macros v0.1.1 |
710 | 2024-09-09T17:12:13.235Z | Downloaded sqlparser_derive v0.2.2 |
711 | 2024-09-09T17:12:13.235Z | Downloaded tinyvec_macros v0.1.1 |
712 | 2024-09-09T17:12:13.235Z | Downloaded tiny-keccak v2.0.2 |
713 | 2024-09-09T17:12:13.235Z | Downloaded time-macros v0.2.18 |
714 | 2024-09-09T17:12:13.235Z | Downloaded thiserror-impl-no-std v2.0.2 |
715 | 2024-09-09T17:12:13.235Z | Downloaded termtree v0.4.1 |
716 | 2024-09-09T17:12:13.235Z | Downloaded opaque-debug v0.3.1 |
717 | 2024-09-09T17:12:13.235Z | Downloaded olpc-cjson v0.1.3 |
718 | 2024-09-09T17:12:13.235Z | Downloaded number_prefix v0.4.0 |
719 | 2024-09-09T17:12:13.235Z | Downloaded num_threads v0.1.7 |
720 | 2024-09-09T17:12:13.259Z | Downloaded tokio-native-tls v0.3.1 |
721 | 2024-09-09T17:12:13.259Z | Downloaded tokio-macros v2.4.0 |
722 | 2024-09-09T17:12:13.259Z | Downloaded tls_codec_derive v0.4.1 |
723 | 2024-09-09T17:12:13.259Z | Downloaded signal-hook-registry v1.4.2 |
724 | 2024-09-09T17:12:13.259Z | Downloaded serde_derive_internals v0.29.1 |
725 | 2024-09-09T17:12:13.259Z | Downloaded serde_arrays v0.1.0 |
726 | 2024-09-09T17:12:13.259Z | Downloaded serde-hex v0.1.0 |
727 | 2024-09-09T17:12:13.259Z | Downloaded semver v0.1.20 |
728 | 2024-09-09T17:12:13.259Z | Downloaded futures-task v0.3.30 |
729 | 2024-09-09T17:12:13.259Z | Downloaded futures-sink v0.3.30 |
730 | 2024-09-09T17:12:13.259Z | Downloaded futures-macro v0.3.30 |
731 | 2024-09-09T17:12:13.259Z | Downloaded futures-io v0.3.30 |
732 | 2024-09-09T17:12:13.259Z | Downloaded futures-executor v0.3.30 |
733 | 2024-09-09T17:12:13.259Z | Downloaded futures-core v0.3.30 |
734 | 2024-09-09T17:12:13.260Z | Downloaded futures-channel v0.3.30 |
735 | 2024-09-09T17:12:13.260Z | Downloaded funty v2.0.0 |
736 | 2024-09-09T17:12:13.260Z | Downloaded fragile v2.0.0 |
737 | 2024-09-09T17:12:13.260Z | Downloaded form_urlencoded v1.2.1 |
738 | 2024-09-09T17:12:13.284Z | Downloaded topological-sort v0.2.2 |
739 | 2024-09-09T17:12:13.284Z | Downloaded toml v0.7.8 |
740 | 2024-09-09T17:12:13.284Z | Downloaded rustls-pemfile v2.1.3 |
741 | 2024-09-09T17:12:13.284Z | Downloaded rustls-pemfile v1.0.4 |
742 | 2024-09-09T17:12:13.284Z | Downloaded packed_struct_codegen v0.10.1 |
743 | 2024-09-09T17:12:13.284Z | Downloaded owo-colors v4.0.0 |
744 | 2024-09-09T17:12:13.284Z | Downloaded oso v0.27.3 |
745 | 2024-09-09T17:12:13.284Z | Downloaded elliptic-curve v0.13.8 |
746 | 2024-09-09T17:12:13.284Z | Downloaded smallvec v1.13.2 |
747 | 2024-09-09T17:12:13.308Z | Downloaded similar v2.6.0 |
748 | 2024-09-09T17:12:13.308Z | Downloaded diesel_derives v2.2.2 |
749 | 2024-09-09T17:12:13.308Z | Downloaded der v0.7.9 |
750 | 2024-09-09T17:12:13.308Z | Downloaded rsa v0.9.6 |
751 | 2024-09-09T17:12:13.308Z | Downloaded hashbrown v0.12.3 |
752 | 2024-09-09T17:12:13.331Z | Downloaded rusqlite v0.31.0 |
753 | 2024-09-09T17:12:13.331Z | Downloaded rusty-fork v0.3.0 |
754 | 2024-09-09T17:12:13.331Z | Downloaded rustversion v1.0.17 |
755 | 2024-09-09T17:12:13.331Z | Downloaded rustfmt-wrapper v0.2.1 |
756 | 2024-09-09T17:12:13.331Z | Downloaded rustc_version v0.1.7 |
757 | 2024-09-09T17:12:13.331Z | Downloaded env_logger v0.10.2 |
758 | 2024-09-09T17:12:13.331Z | Downloaded env_logger v0.9.3 |
759 | 2024-09-09T17:12:13.331Z | Downloaded ena v0.14.3 |
760 | 2024-09-09T17:12:13.355Z | Downloaded slog v2.7.0 |
761 | 2024-09-09T17:12:13.355Z | Downloaded pin-project-internal v1.1.5 |
762 | 2024-09-09T17:12:13.355Z | Downloaded tower-service v0.3.2 |
763 | 2024-09-09T17:12:13.355Z | Downloaded salsa20 v0.10.2 |
764 | 2024-09-09T17:12:13.355Z | Downloaded rustc-hash v1.1.0 |
765 | 2024-09-09T17:12:13.356Z | Downloaded packed_struct v0.10.1 |
766 | 2024-09-09T17:12:13.356Z | Downloaded ecdsa v0.16.9 |
767 | 2024-09-09T17:12:13.356Z | Downloaded peg-macros v0.8.4 |
768 | 2024-09-09T17:12:13.356Z | Downloaded rcgen v0.12.1 |
769 | 2024-09-09T17:12:13.356Z | Downloaded rand v0.8.5 |
770 | 2024-09-09T17:12:13.356Z | Downloaded publicsuffix v2.2.3 |
771 | 2024-09-09T17:12:13.379Z | Downloaded typed-path v0.7.1 |
772 | 2024-09-09T17:12:13.379Z | Downloaded russh v0.45.0 |
773 | 2024-09-09T17:12:13.379Z | Downloaded itertools v0.12.1 |
774 | 2024-09-09T17:12:13.379Z | Downloaded predicates v3.1.2 |
775 | 2024-09-09T17:12:13.403Z | Downloaded slog-term v2.9.1 |
776 | 2024-09-09T17:12:13.403Z | Downloaded pin-project v1.1.5 |
777 | 2024-09-09T17:12:13.403Z | Downloaded diff v0.1.13 |
778 | 2024-09-09T17:12:13.403Z | Downloaded dhcproto v0.12.0 |
779 | 2024-09-09T17:12:13.428Z | Downloaded derive-where v1.2.7 |
780 | 2024-09-09T17:12:13.428Z | Downloaded russh-keys v0.45.0 |
781 | 2024-09-09T17:12:13.428Z | Downloaded ron v0.8.1 |
782 | 2024-09-09T17:12:13.428Z | Downloaded ron v0.7.1 |
783 | 2024-09-09T17:12:13.428Z | Downloaded rayon-core v1.12.1 |
784 | 2024-09-09T17:12:13.428Z | Downloaded toolchain_find v0.4.0 |
785 | 2024-09-09T17:12:13.453Z | Downloaded enum-as-inner v0.5.1 |
786 | 2024-09-09T17:12:13.453Z | Downloaded dyn-clone v1.0.17 |
787 | 2024-09-09T17:12:13.453Z | Downloaded dsl_auto_type v0.1.2 |
788 | 2024-09-09T17:12:13.453Z | Downloaded slog-bunyan v2.5.0 |
789 | 2024-09-09T17:12:13.453Z | Downloaded slog-async v2.8.0 |
790 | 2024-09-09T17:12:13.453Z | Downloaded heapless v0.7.17 |
791 | 2024-09-09T17:12:13.453Z | Downloaded url v2.5.2 |
792 | 2024-09-09T17:12:13.453Z | Downloaded unicode_categories v0.1.1 |
793 | 2024-09-09T17:12:13.453Z | Downloaded unicode-segmentation v1.11.0 |
794 | 2024-09-09T17:12:13.453Z | Downloaded predicates-tree v1.0.9 |
795 | 2024-09-09T17:12:13.453Z | Downloaded predicates-core v1.0.6 |
796 | 2024-09-09T17:12:13.477Z | Downloaded erased-serde v0.3.31 |
797 | 2024-09-09T17:12:13.477Z | Downloaded enum-as-inner v0.6.0 |
798 | 2024-09-09T17:12:13.477Z | Downloaded embedded-io v0.4.0 |
799 | 2024-09-09T17:12:13.477Z | Downloaded either v1.13.0 |
800 | 2024-09-09T17:12:13.477Z | Downloaded ed25519 v2.2.3 |
801 | 2024-09-09T17:12:13.477Z | Downloaded dropshot_endpoint v0.10.1 |
802 | 2024-09-09T17:12:13.477Z | Downloaded smf v0.2.3 |
803 | 2024-09-09T17:12:13.477Z | Downloaded smallvec v0.6.14 |
804 | 2024-09-09T17:12:13.477Z | Downloaded slog-dtrace v0.3.0 |
805 | 2024-09-09T17:12:13.477Z | Downloaded siphasher v0.3.11 |
806 | 2024-09-09T17:12:13.477Z | Downloaded pem-rfc7468 v0.7.0 |
807 | 2024-09-09T17:12:13.477Z | Downloaded der_derive v0.7.2 |
808 | 2024-09-09T17:12:13.477Z | Downloaded zerocopy v0.6.6 |
809 | 2024-09-09T17:12:13.477Z | Downloaded heapless v0.8.0 |
810 | 2024-09-09T17:12:13.501Z | Downloaded nom v7.1.3 |
811 | 2024-09-09T17:12:13.501Z | Downloaded libxml v0.3.3 |
812 | 2024-09-09T17:12:13.501Z | Downloaded slab v0.4.9 |
813 | 2024-09-09T17:12:13.501Z | Downloaded signature v2.2.0 |
814 | 2024-09-09T17:12:13.501Z | Downloaded derive_more v0.99.18 |
815 | 2024-09-09T17:12:13.524Z | Downloaded slog-stdlog v4.1.1 |
816 | 2024-09-09T17:12:13.524Z | Downloaded slog-scope v4.4.0 |
817 | 2024-09-09T17:12:13.524Z | Downloaded slog-json v2.6.1 |
818 | 2024-09-09T17:12:13.524Z | Downloaded slog-envlogger v2.2.0 |
819 | 2024-09-09T17:12:13.524Z | Downloaded phf_shared v0.11.2 |
820 | 2024-09-09T17:12:13.524Z | Downloaded des v0.8.1 |
821 | 2024-09-09T17:12:13.524Z | Downloaded derive_builder_core v0.20.0 |
822 | 2024-09-09T17:12:13.524Z | Downloaded debug-ignore v1.0.5 |
823 | 2024-09-09T17:12:13.524Z | Downloaded headers v0.3.9 |
824 | 2024-09-09T17:12:13.524Z | Downloaded tungstenite v0.21.0 |
825 | 2024-09-09T17:12:13.548Z | Downloaded steno v0.4.1 |
826 | 2024-09-09T17:12:13.548Z | Downloaded sigpipe v0.1.3 |
827 | 2024-09-09T17:12:13.548Z | Downloaded percent-encoding v2.3.1 |
828 | 2024-09-09T17:12:13.548Z | Downloaded pem v3.0.4 |
829 | 2024-09-09T17:12:13.548Z | Downloaded peg v0.8.4 |
830 | 2024-09-09T17:12:13.548Z | Downloaded pbkdf2 v0.12.2 |
831 | 2024-09-09T17:12:13.548Z | Downloaded pbkdf2 v0.11.0 |
832 | 2024-09-09T17:12:13.548Z | Downloaded paste v1.0.15 |
833 | 2024-09-09T17:12:13.548Z | Downloaded proc-macro-crate v1.3.1 |
834 | 2024-09-09T17:12:13.548Z | Downloaded unsafe-libyaml v0.2.11 |
835 | 2024-09-09T17:12:13.572Z | Downloaded aho-corasick v1.1.3 |
836 | 2024-09-09T17:12:13.572Z | Downloaded derive_builder v0.20.0 |
837 | 2024-09-09T17:12:13.572Z | Downloaded defmt-parser v0.3.4 |
838 | 2024-09-09T17:12:13.572Z | Downloaded defmt-macros v0.3.9 |
839 | 2024-09-09T17:12:13.572Z | Downloaded defmt v0.3.8 |
840 | 2024-09-09T17:12:13.572Z | Downloaded zeroize v1.7.0 |
841 | 2024-09-09T17:12:13.595Z | Downloaded r2d2 v0.8.10 |
842 | 2024-09-09T17:12:13.595Z | Downloaded tungstenite v0.23.0 |
843 | 2024-09-09T17:12:13.595Z | Downloaded mio v0.8.11 |
844 | 2024-09-09T17:12:13.595Z | Downloaded hkdf v0.12.4 |
845 | 2024-09-09T17:12:13.595Z | Downloaded peg-runtime v0.8.3 |
846 | 2024-09-09T17:12:13.595Z | Downloaded path-slash v0.1.5 |
847 | 2024-09-09T17:12:13.595Z | Downloaded dirs-next v2.0.0 |
848 | 2024-09-09T17:12:13.595Z | Downloaded difflib v0.4.0 |
849 | 2024-09-09T17:12:13.595Z | Downloaded data-encoding v2.6.0 |
850 | 2024-09-09T17:12:13.595Z | Downloaded zone v0.3.0 |
851 | 2024-09-09T17:12:13.595Z | Downloaded zone v0.1.8 |
852 | 2024-09-09T17:12:13.595Z | Downloaded zeroize_derive v1.4.2 |
853 | 2024-09-09T17:12:13.619Z | Downloaded rustc-demangle v0.1.24 |
854 | 2024-09-09T17:12:13.619Z | Downloaded rand_seeder v0.3.0 |
855 | 2024-09-09T17:12:13.619Z | Downloaded radium v0.7.0 |
856 | 2024-09-09T17:12:13.620Z | Downloaded num-traits v0.2.19 |
857 | 2024-09-09T17:12:13.620Z | Downloaded num-rational v0.4.2 |
858 | 2024-09-09T17:12:13.620Z | Downloaded uuid v1.10.0 |
859 | 2024-09-09T17:12:13.620Z | Downloaded serde_yaml v0.9.34+deprecated |
860 | 2024-09-09T17:12:13.620Z | Downloaded minimal-lexical v0.2.1 |
861 | 2024-09-09T17:12:13.620Z | Downloaded rand_chacha v0.3.1 |
862 | 2024-09-09T17:12:13.620Z | Downloaded psl-types v2.0.11 |
863 | 2024-09-09T17:12:13.643Z | Downloaded vte v0.11.1 |
864 | 2024-09-09T17:12:13.643Z | Downloaded vergen v8.3.2 |
865 | 2024-09-09T17:12:13.643Z | Downloaded unicode-bidi v0.3.15 |
866 | 2024-09-09T17:12:13.643Z | Downloaded itertools v0.13.0 |
867 | 2024-09-09T17:12:13.643Z | Downloaded itertools v0.10.5 |
868 | 2024-09-09T17:12:13.667Z | Downloaded crossbeam-channel v0.5.12 |
869 | 2024-09-09T17:12:13.667Z | Downloaded const_format v0.2.32 |
870 | 2024-09-09T17:12:13.667Z | Downloaded dhcproto-macros v0.1.0 |
871 | 2024-09-09T17:12:13.667Z | Downloaded derive_builder_macro v0.20.0 |
872 | 2024-09-09T17:12:13.667Z | Downloaded zone_cfg_derive v0.3.0 |
873 | 2024-09-09T17:12:13.667Z | Downloaded zone_cfg_derive v0.1.2 |
874 | 2024-09-09T17:12:13.667Z | Downloaded rtoolbox v0.0.2 |
875 | 2024-09-09T17:12:13.667Z | Downloaded rpassword v7.3.1 |
876 | 2024-09-09T17:12:13.667Z | Downloaded ref-cast-impl v1.0.23 |
877 | 2024-09-09T17:12:13.667Z | Downloaded ref-cast v1.0.23 |
878 | 2024-09-09T17:12:13.667Z | Downloaded rand_xorshift v0.3.0 |
879 | 2024-09-09T17:12:13.667Z | Downloaded rand_core v0.6.4 |
880 | 2024-09-09T17:12:13.667Z | Downloaded quick-error v1.2.3 |
881 | 2024-09-09T17:12:13.691Z | Downloaded num-derive v0.4.2 |
882 | 2024-09-09T17:12:13.691Z | Downloaded unicode-xid v0.2.4 |
883 | 2024-09-09T17:12:13.691Z | Downloaded multer v3.1.0 |
884 | 2024-09-09T17:12:13.691Z | Downloaded crossterm v0.28.1 |
885 | 2024-09-09T17:12:13.691Z | Downloaded cc v1.0.97 |
886 | 2024-09-09T17:12:13.692Z | Downloaded base64 v0.21.7 |
887 | 2024-09-09T17:12:13.692Z | Downloaded aes-gcm v0.10.3 |
888 | 2024-09-09T17:12:13.715Z | Downloaded hickory-client v0.24.1 |
889 | 2024-09-09T17:12:13.715Z | Downloaded hashlink v0.9.1 |
890 | 2024-09-09T17:12:13.715Z | Downloaded whoami v1.5.1 |
891 | 2024-09-09T17:12:13.715Z | Downloaded walkdir v2.5.0 |
892 | 2024-09-09T17:12:13.715Z | Downloaded vsss-rs v3.3.4 |
893 | 2024-09-09T17:12:13.715Z | Downloaded subprocess v0.2.9 |
894 | 2024-09-09T17:12:13.715Z | Downloaded libm v0.2.8 |
895 | 2024-09-09T17:12:13.739Z | Downloaded num_enum v0.5.11 |
896 | 2024-09-09T17:12:13.739Z | Downloaded num-iter v0.1.45 |
897 | 2024-09-09T17:12:13.739Z | Downloaded num-integer v0.1.46 |
898 | 2024-09-09T17:12:13.739Z | Downloaded hex-literal v0.4.1 |
899 | 2024-09-09T17:12:13.739Z | Downloaded hex v0.4.3 |
900 | 2024-09-09T17:12:13.739Z | Downloaded heck v0.3.3 |
901 | 2024-09-09T17:12:13.739Z | Downloaded hash32 v0.3.1 |
902 | 2024-09-09T17:12:13.739Z | Downloaded hash32 v0.2.1 |
903 | 2024-09-09T17:12:13.739Z | Downloaded wait-timeout v0.2.0 |
904 | 2024-09-09T17:12:13.739Z | Downloaded universal-hash v0.5.1 |
905 | 2024-09-09T17:12:13.739Z | Downloaded unicase v2.7.0 |
906 | 2024-09-09T17:12:13.739Z | Downloaded unarray v0.1.4 |
907 | 2024-09-09T17:12:13.739Z | Downloaded schemars v0.8.21 |
908 | 2024-09-09T17:12:13.763Z | Downloaded mio v1.0.2 |
909 | 2024-09-09T17:12:13.763Z | Downloaded crossterm v0.27.0 |
910 | 2024-09-09T17:12:13.787Z | Downloaded chacha20poly1305 v0.10.1 |
911 | 2024-09-09T17:12:13.787Z | Downloaded aes v0.8.4 |
912 | 2024-09-09T17:12:13.787Z | Downloaded vte_generate_state_changes v0.1.1 |
913 | 2024-09-09T17:12:13.787Z | Downloaded uzers v0.11.3 |
914 | 2024-09-09T17:12:13.787Z | Downloaded utf-8 v0.7.6 |
915 | 2024-09-09T17:12:13.787Z | Downloaded untrusted v0.9.0 |
916 | 2024-09-09T17:12:13.787Z | Downloaded untrusted v0.7.1 |
917 | 2024-09-09T17:12:13.787Z | Downloaded unicode-truncate v1.0.0 |
918 | 2024-09-09T17:12:13.787Z | Downloaded twox-hash v1.6.3 |
919 | 2024-09-09T17:12:13.787Z | Downloaded subtle v2.5.0 |
920 | 2024-09-09T17:12:13.787Z | Downloaded strum_macros v0.26.4 |
921 | 2024-09-09T17:12:13.811Z | Downloaded strum_macros v0.24.3 |
922 | 2024-09-09T17:12:13.811Z | Downloaded structmeta-derive v0.3.0 |
923 | 2024-09-09T17:12:13.811Z | Downloaded string_cache v0.8.7 |
924 | 2024-09-09T17:12:13.811Z | Downloaded signal-hook v0.3.17 |
925 | 2024-09-09T17:12:13.811Z | Downloaded sha1 v0.10.6 |
926 | 2024-09-09T17:12:13.811Z | Downloaded serde_with_macros v3.9.0 |
927 | 2024-09-09T17:12:13.811Z | Downloaded rustls-pki-types v1.7.0 |
928 | 2024-09-09T17:12:13.811Z | Downloaded nibble_vec v0.1.0 |
929 | 2024-09-09T17:12:13.811Z | Downloaded kstat-rs v0.2.4 |
930 | 2024-09-09T17:12:13.811Z | Downloaded darling_core v0.20.9 |
931 | 2024-09-09T17:12:13.811Z | Downloaded base64 v0.22.1 |
932 | 2024-09-09T17:12:13.835Z | Downloaded backtrace v0.3.71 |
933 | 2024-09-09T17:12:13.835Z | Downloaded want v0.3.1 |
934 | 2024-09-09T17:12:13.835Z | Downloaded waitgroup v0.1.2 |
935 | 2024-09-09T17:12:13.835Z | Downloaded strum v0.26.3 |
936 | 2024-09-09T17:12:13.835Z | Downloaded strip-ansi-escapes v0.2.0 |
937 | 2024-09-09T17:12:13.835Z | Downloaded stringprep v0.1.4 |
938 | 2024-09-09T17:12:13.835Z | Downloaded static_assertions v1.1.0 |
939 | 2024-09-09T17:12:13.835Z | Downloaded scheduled-thread-pool v0.2.7 |
940 | 2024-09-09T17:12:13.835Z | Downloaded resolv-conf v0.7.0 |
941 | 2024-09-09T17:12:13.835Z | Downloaded num-bigint v0.4.5 |
942 | 2024-09-09T17:12:13.858Z | Downloaded http v1.1.0 |
943 | 2024-09-09T17:12:13.858Z | Downloaded http v0.2.12 |
944 | 2024-09-09T17:12:13.858Z | Downloaded crossbeam-epoch v0.9.18 |
945 | 2024-09-09T17:12:13.858Z | Downloaded cookie v0.17.0 |
946 | 2024-09-09T17:12:13.858Z | Downloaded clang-sys v1.7.0 |
947 | 2024-09-09T17:12:13.858Z | Downloaded ciborium v0.2.2 |
948 | 2024-09-09T17:12:13.859Z | Downloaded structmeta-derive v0.2.0 |
949 | 2024-09-09T17:12:13.859Z | Downloaded structmeta v0.3.0 |
950 | 2024-09-09T17:12:13.859Z | Downloaded structmeta v0.2.0 |
951 | 2024-09-09T17:12:13.882Z | Downloaded shlex v1.3.0 |
952 | 2024-09-09T17:12:13.882Z | Downloaded shell-words v1.1.0 |
953 | 2024-09-09T17:12:13.882Z | Downloaded serde_urlencoded v0.7.1 |
954 | 2024-09-09T17:12:13.882Z | Downloaded serde_repr v0.1.19 |
955 | 2024-09-09T17:12:13.882Z | Downloaded serde_plain v1.0.2 |
956 | 2024-09-09T17:12:13.882Z | Downloaded serde_path_to_error v0.1.16 |
957 | 2024-09-09T17:12:13.882Z | Downloaded schemars_derive v0.8.21 |
958 | 2024-09-09T17:12:13.882Z | Downloaded rfc6979 v0.4.0 |
959 | 2024-09-09T17:12:13.882Z | Downloaded num v0.4.3 |
960 | 2024-09-09T17:12:13.882Z | Downloaded memmap2 v0.9.4 |
961 | 2024-09-09T17:12:13.882Z | Downloaded md-5 v0.10.6 |
962 | 2024-09-09T17:12:13.882Z | Downloaded maplit v1.0.2 |
963 | 2024-09-09T17:12:13.882Z | Downloaded lru-cache v0.1.2 |
964 | 2024-09-09T17:12:13.882Z | Downloaded lock_api v0.4.12 |
965 | 2024-09-09T17:12:13.882Z | Downloaded linear-map v1.2.0 |
966 | 2024-09-09T17:12:13.882Z | Downloaded libloading v0.8.3 |
967 | 2024-09-09T17:12:13.906Z | Downloaded libefi-sys v0.1.0 |
968 | 2024-09-09T17:12:13.906Z | Downloaded keccak v0.1.5 |
969 | 2024-09-09T17:12:13.906Z | Downloaded jobserver v0.1.32 |
970 | 2024-09-09T17:12:13.906Z | Downloaded internet-checksum v0.2.1 |
971 | 2024-09-09T17:12:13.906Z | Downloaded inout v0.1.3 |
972 | 2024-09-09T17:12:13.906Z | Downloaded curve25519-dalek-derive v0.1.1 |
973 | 2024-09-09T17:12:13.906Z | Downloaded csv-core v0.1.11 |
974 | 2024-09-09T17:12:13.906Z | Downloaded crypto-bigint v0.5.5 |
975 | 2024-09-09T17:12:13.906Z | Downloaded colored v2.1.0 |
976 | 2024-09-09T17:12:13.906Z | Downloaded bit-vec v0.6.3 |
977 | 2024-09-09T17:12:13.906Z | Downloaded base64ct v1.6.0 |
978 | 2024-09-09T17:12:13.930Z | Downloaded newtype-uuid v1.1.0 |
979 | 2024-09-09T17:12:13.930Z | Downloaded nanorand v0.7.0 |
980 | 2024-09-09T17:12:13.930Z | Downloaded mockall_derive v0.13.0 |
981 | 2024-09-09T17:12:13.930Z | Downloaded mockall v0.13.0 |
982 | 2024-09-09T17:12:13.930Z | Downloaded miniz_oxide v0.7.2 |
983 | 2024-09-09T17:12:13.930Z | Downloaded mime v0.3.17 |
984 | 2024-09-09T17:12:13.930Z | Downloaded lazy_static v1.5.0 |
985 | 2024-09-09T17:12:13.930Z | Downloaded is_ci v1.2.0 |
986 | 2024-09-09T17:12:13.930Z | Downloaded ipnetwork v0.20.0 |
987 | 2024-09-09T17:12:13.930Z | Downloaded instability v0.3.2 |
988 | 2024-09-09T17:12:13.930Z | Downloaded indicatif v0.17.8 |
989 | 2024-09-09T17:12:13.953Z | Downloaded indexmap v1.9.3 |
990 | 2024-09-09T17:12:13.953Z | Downloaded iana-time-zone v0.1.60 |
991 | 2024-09-09T17:12:13.953Z | Downloaded hyper-staticfile v0.9.5 |
992 | 2024-09-09T17:12:13.953Z | Downloaded crucible-workspace-hack v0.1.0 |
993 | 2024-09-09T17:12:13.954Z | Downloaded crossbeam-utils v0.8.19 |
994 | 2024-09-09T17:12:13.954Z | Downloaded crc-catalog v2.4.0 |
995 | 2024-09-09T17:12:13.954Z | Downloaded crc v3.2.1 |
996 | 2024-09-09T17:12:13.954Z | Downloaded cookie v0.18.1 |
997 | 2024-09-09T17:12:13.954Z | Downloaded constant_time_eq v0.3.0 |
998 | 2024-09-09T17:12:13.954Z | Downloaded console v0.15.8 |
999 | 2024-09-09T17:12:13.977Z | Downloaded compact_str v0.8.0 |
1000 | 2024-09-09T17:12:13.977Z | Downloaded ciborium-ll v0.2.2 |
1001 | 2024-09-09T17:12:13.977Z | Downloaded castaway v0.2.3 |
1002 | 2024-09-09T17:12:13.977Z | Downloaded cancel-safe-futures v0.1.5 |
1003 | 2024-09-09T17:12:13.977Z | Downloaded bzip2 v0.4.4 |
1004 | 2024-09-09T17:12:13.977Z | Downloaded bytes v1.7.1 |
1005 | 2024-09-09T17:12:13.977Z | Downloaded buf-list v1.0.3 |
1006 | 2024-09-09T17:12:13.977Z | Downloaded blowfish v0.9.1 |
1007 | 2024-09-09T17:12:13.977Z | Downloaded blake2 v0.10.6 |
1008 | 2024-09-09T17:12:13.977Z | Downloaded bitstruct v0.1.1 |
1009 | 2024-09-09T17:12:14.001Z | Downloaded bitfield-struct v0.6.1 |
1010 | 2024-09-09T17:12:14.001Z | Downloaded bcrypt-pbkdf v0.10.0 |
1011 | 2024-09-09T17:12:14.001Z | Downloaded base64 v0.13.1 |
1012 | 2024-09-09T17:12:14.001Z | Downloaded base16ct v0.2.0 |
1013 | 2024-09-09T17:12:14.001Z | Downloaded arc-swap v1.7.1 |
1014 | 2024-09-09T17:12:14.001Z | Downloaded new_debug_unreachable v1.0.6 |
1015 | 2024-09-09T17:12:14.002Z | Downloaded native-tls v0.2.11 |
1016 | 2024-09-09T17:12:14.002Z | Downloaded mime_guess v2.0.4 |
1017 | 2024-09-09T17:12:14.002Z | Downloaded matches v0.1.10 |
1018 | 2024-09-09T17:12:14.002Z | Downloaded managed v0.8.0 |
1019 | 2024-09-09T17:12:14.002Z | Downloaded lalrpop-util v0.19.12 |
1020 | 2024-09-09T17:12:14.002Z | Downloaded ipnet v2.9.0 |
1021 | 2024-09-09T17:12:14.002Z | Downloaded indoc v1.0.9 |
1022 | 2024-09-09T17:12:14.026Z | Downloaded impl-trait-for-tuples v0.2.2 |
1023 | 2024-09-09T17:12:14.026Z | Downloaded httpdate v1.0.3 |
1024 | 2024-09-09T17:12:14.026Z | Downloaded httparse v1.8.0 |
1025 | 2024-09-09T17:12:14.026Z | Downloaded hmac v0.12.1 |
1026 | 2024-09-09T17:12:14.026Z | Downloaded hickory-server v0.24.1 |
1027 | 2024-09-09T17:12:14.026Z | Downloaded darling_macro v0.20.9 |
1028 | 2024-09-09T17:12:14.026Z | Downloaded darling v0.20.9 |
1029 | 2024-09-09T17:12:14.050Z | Downloaded cstr-argument v0.1.2 |
1030 | 2024-09-09T17:12:14.050Z | Downloaded crc-any v2.5.0 |
1031 | 2024-09-09T17:12:14.050Z | Downloaded bcs v0.1.6 |
1032 | 2024-09-09T17:12:14.050Z | Downloaded async-bb8-diesel v0.2.1 |
1033 | 2024-09-09T17:12:14.050Z | Downloaded arrayvec v0.7.4 |
1034 | 2024-09-09T17:12:14.050Z | Downloaded allocator-api2 v0.2.18 |
1035 | 2024-09-09T17:12:14.050Z | Downloaded num-complex v0.4.6 |
1036 | 2024-09-09T17:12:14.050Z | Downloaded normalize-line-endings v0.3.0 |
1037 | 2024-09-09T17:12:14.050Z | Downloaded nodrop v0.1.14 |
1038 | 2024-09-09T17:12:14.050Z | Downloaded newline-converter v0.3.0 |
1039 | 2024-09-09T17:12:14.050Z | Downloaded memoffset v0.9.1 |
1040 | 2024-09-09T17:12:14.050Z | Downloaded maybe-uninit v2.0.0 |
1041 | 2024-09-09T17:12:14.073Z | Downloaded lru v0.12.3 |
1042 | 2024-09-09T17:12:14.073Z | Downloaded linked-hash-map v0.5.6 |
1043 | 2024-09-09T17:12:14.073Z | Downloaded libsw v3.3.1 |
1044 | 2024-09-09T17:12:14.073Z | Downloaded lazycell v1.3.0 |
1045 | 2024-09-09T17:12:14.073Z | Downloaded is-terminal v0.4.12 |
1046 | 2024-09-09T17:12:14.073Z | Downloaded indent_write v2.2.0 |
1047 | 2024-09-09T17:12:14.073Z | Downloaded hyper-tls v0.5.0 |
1048 | 2024-09-09T17:12:14.073Z | Downloaded hyper-rustls v0.24.2 |
1049 | 2024-09-09T17:12:14.073Z | Downloaded hubpack_derive v0.1.1 |
1050 | 2024-09-09T17:12:14.074Z | Downloaded hubpack v0.1.2 |
1051 | 2024-09-09T17:12:14.074Z | Downloaded http-range v0.1.5 |
1052 | 2024-09-09T17:12:14.074Z | Downloaded hostname v0.4.0 |
1053 | 2024-09-09T17:12:14.074Z | Downloaded ctr v0.9.2 |
1054 | 2024-09-09T17:12:14.074Z | Downloaded crc32fast v1.4.0 |
1055 | 2024-09-09T17:12:14.098Z | Downloaded cookie_store v0.20.0 |
1056 | 2024-09-09T17:12:14.098Z | Downloaded const-oid v0.9.6 |
1057 | 2024-09-09T17:12:14.098Z | Downloaded chacha20 v0.9.1 |
1058 | 2024-09-09T17:12:14.098Z | Downloaded cfg_aliases v0.1.1 |
1059 | 2024-09-09T17:12:14.098Z | Downloaded block-padding v0.3.3 |
1060 | 2024-09-09T17:12:14.098Z | Downloaded bitfield v0.14.0 |
1061 | 2024-09-09T17:12:14.098Z | Downloaded async-trait v0.1.81 |
1062 | 2024-09-09T17:12:14.098Z | Downloaded assert_matches v1.5.0 |
1063 | 2024-09-09T17:12:14.098Z | Downloaded ascii-canvas v3.0.0 |
1064 | 2024-09-09T17:12:14.098Z | Downloaded ascii v1.1.0 |
1065 | 2024-09-09T17:12:14.098Z | Downloaded argon2 v0.5.3 |
1066 | 2024-09-09T17:12:14.122Z | Downloaded ahash v0.8.11 |
1067 | 2024-09-09T17:12:14.123Z | Downloaded multimap v0.10.0 |
1068 | 2024-09-09T17:12:14.123Z | Downloaded md5 v0.7.0 |
1069 | 2024-09-09T17:12:14.123Z | Downloaded match_cfg v0.1.0 |
1070 | 2024-09-09T17:12:14.123Z | Downloaded instant v0.1.12 |
1071 | 2024-09-09T17:12:14.123Z | Downloaded humantime v2.1.0 |
1072 | 2024-09-09T17:12:14.123Z | Downloaded http-body v0.4.6 |
1073 | 2024-09-09T17:12:14.123Z | Downloaded hostname v0.3.1 |
1074 | 2024-09-09T17:12:14.123Z | Downloaded home v0.5.9 |
1075 | 2024-09-09T17:12:14.123Z | Downloaded highway v1.2.0 |
1076 | 2024-09-09T17:12:14.123Z | Downloaded convert_case v0.4.0 |
1077 | 2024-09-09T17:12:14.123Z | Downloaded cipher v0.4.4 |
1078 | 2024-09-09T17:12:14.123Z | Downloaded backoff v0.4.0 |
1079 | 2024-09-09T17:12:14.153Z | Downloaded array-init v0.0.4 |
1080 | 2024-09-09T17:12:14.153Z | Downloaded addr2line v0.21.0 |
1081 | 2024-09-09T17:12:14.153Z | Downloaded crossbeam-deque v0.8.5 |
1082 | 2024-09-09T17:12:14.153Z | Downloaded const_format_proc_macros v0.2.32 |
1083 | 2024-09-09T17:12:14.153Z | Downloaded cobs v0.2.3 |
1084 | 2024-09-09T17:12:14.153Z | Downloaded cbc v0.1.2 |
1085 | 2024-09-09T17:12:14.153Z | Downloaded cassowary v0.3.0 |
1086 | 2024-09-09T17:12:14.153Z | Downloaded bitflags v1.3.2 |
1087 | 2024-09-09T17:12:14.153Z | Downloaded bit-set v0.5.3 |
1088 | 2024-09-09T17:12:14.153Z | Downloaded bb8 v0.8.5 |
1089 | 2024-09-09T17:12:14.153Z | Downloaded atomic-waker v1.1.2 |
1090 | 2024-09-09T17:12:14.153Z | Downloaded arrayref v0.3.7 |
1091 | 2024-09-09T17:12:14.154Z | Downloaded aead v0.5.2 |
1092 | 2024-09-09T17:12:14.177Z | Downloaded cexpr v0.6.0 |
1093 | 2024-09-09T17:12:14.177Z | Downloaded async-recursion v1.1.1 |
1094 | 2024-09-09T17:12:14.177Z | Downloaded adler v1.0.2 |
1095 | 2024-09-09T17:12:14.177Z | Downloaded atty v0.2.14 |
1096 | 2024-09-09T17:12:14.177Z | Downloaded async-stream-impl v0.3.5 |
1097 | 2024-09-09T17:12:14.293Z | Compiling serde v1.0.208 |
1098 | 2024-09-09T17:12:14.293Z | Compiling typenum v1.17.0 |
1099 | 2024-09-09T17:12:14.293Z | Compiling generic-array v0.14.7 |
1100 | 2024-09-09T17:12:14.316Z | Compiling lock_api v0.4.12 |
1101 | 2024-09-09T17:12:14.316Z | Compiling scopeguard v1.2.0 |
1102 | 2024-09-09T17:12:14.316Z | Compiling log v0.4.21 |
1103 | 2024-09-09T17:12:14.317Z | Compiling syn v2.0.74 |
1104 | 2024-09-09T17:12:14.317Z | Compiling getrandom v0.2.14 |
1105 | 2024-09-09T17:12:14.569Z | Compiling jobserver v0.1.32 |
1106 | 2024-09-09T17:12:14.636Z | Compiling rand_core v0.6.4 |
1107 | 2024-09-09T17:12:14.844Z | Compiling subtle v2.5.0 |
1108 | 2024-09-09T17:12:14.868Z | Compiling cc v1.0.97 |
1109 | 2024-09-09T17:12:15.098Z | Compiling const-oid v0.9.6 |
1110 | 2024-09-09T17:12:15.148Z | Compiling pin-project-lite v0.2.14 |
1111 | 2024-09-09T17:12:15.270Z | Compiling smallvec v1.13.2 |
1112 | 2024-09-09T17:12:15.294Z | Compiling parking_lot_core v0.9.10 |
1113 | 2024-09-09T17:12:15.366Z | Compiling signal-hook-registry v1.4.2 |
1114 | 2024-09-09T17:12:15.784Z | Compiling spin v0.9.8 |
1115 | 2024-09-09T17:12:16.278Z | Compiling parking_lot v0.12.2 |
1116 | 2024-09-09T17:12:16.402Z | Compiling mio v1.0.2 |
1117 | 2024-09-09T17:12:16.506Z | Compiling ahash v0.8.11 |
1118 | 2024-09-09T17:12:16.696Z | Compiling tinyvec_macros v0.1.1 |
1119 | 2024-09-09T17:12:16.799Z | Compiling tinyvec v1.6.0 |
1120 | 2024-09-09T17:12:16.904Z | Compiling socket2 v0.5.7 |
1121 | 2024-09-09T17:12:16.940Z | Compiling futures-core v0.3.30 |
1122 | 2024-09-09T17:12:17.106Z | Compiling futures-sink v0.3.30 |
1123 | 2024-09-09T17:12:17.187Z | Compiling serde_json v1.0.125 |
1124 | 2024-09-09T17:12:17.272Z | Compiling cpufeatures v0.2.12 |
1125 | 2024-09-09T17:12:17.390Z | Compiling libm v0.2.8 |
1126 | 2024-09-09T17:12:17.620Z | Compiling slab v0.4.9 |
1127 | 2024-09-09T17:12:17.651Z | Compiling num-traits v0.2.19 |
1128 | 2024-09-09T17:12:17.810Z | Compiling unicode-bidi v0.3.15 |
1129 | 2024-09-09T17:12:17.907Z | Compiling allocator-api2 v0.2.18 |
1130 | 2024-09-09T17:12:18.213Z | Compiling unicode-normalization v0.1.23 |
1131 | 2024-09-09T17:12:18.493Z | Compiling futures-channel v0.3.30 |
1132 | 2024-09-09T17:12:18.631Z | Compiling futures-task v0.3.30 |
1133 | 2024-09-09T17:12:18.785Z | Compiling pkg-config v0.3.30 |
1134 | 2024-09-09T17:12:18.858Z | Compiling pin-utils v0.1.0 |
1135 | 2024-09-09T17:12:18.954Z | Compiling futures-io v0.3.30 |
1136 | 2024-09-09T17:12:19.153Z | Compiling vcpkg v0.2.15 |
1137 | 2024-09-09T17:12:19.176Z | Compiling ring v0.17.8 |
1138 | 2024-09-09T17:12:19.271Z | Compiling base64ct v1.6.0 |
1139 | 2024-09-09T17:12:19.330Z | Compiling ppv-lite86 v0.2.17 |
1140 | 2024-09-09T17:12:19.822Z | Compiling pem-rfc7468 v0.7.0 |
1141 | 2024-09-09T17:12:19.972Z | Compiling flagset v0.4.5 |
1142 | 2024-09-09T17:12:20.150Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-09-09T17:12:20.173Z | Compiling rand_chacha v0.3.1 |
1144 | 2024-09-09T17:12:20.491Z | Compiling tracing-core v0.1.32 |
1145 | 2024-09-09T17:12:20.515Z | Compiling rustix v0.38.34 |
1146 | 2024-09-09T17:12:20.699Z | Compiling untrusted v0.9.0 |
1147 | 2024-09-09T17:12:20.862Z | Compiling rand v0.8.5 |
1148 | 2024-09-09T17:12:21.103Z | Compiling openssl-sys v0.9.103 |
1149 | 2024-09-09T17:12:21.338Z | Compiling foreign-types-shared v0.1.1 |
1150 | 2024-09-09T17:12:21.442Z | Compiling num-conv v0.1.0 |
1151 | 2024-09-09T17:12:21.695Z | Compiling openssl v0.10.66 |
1152 | 2024-09-09T17:12:21.757Z | Compiling httparse v1.8.0 |
1153 | 2024-09-09T17:12:22.056Z | Compiling rustversion v1.0.17 |
1154 | 2024-09-09T17:12:22.080Z | Compiling time-core v0.1.2 |
1155 | 2024-09-09T17:12:22.132Z | Compiling powerfmt v0.2.0 |
1156 | 2024-09-09T17:12:22.243Z | Compiling time-macros v0.2.18 |
1157 | 2024-09-09T17:12:22.498Z | Compiling deranged v0.3.11 |
1158 | 2024-09-09T17:12:22.555Z | Compiling foreign-types v0.3.2 |
1159 | 2024-09-09T17:12:22.652Z | Compiling form_urlencoded v1.2.1 |
1160 | 2024-09-09T17:12:22.753Z | Compiling aho-corasick v1.1.3 |
1161 | 2024-09-09T17:12:22.937Z | Compiling syn v1.0.109 |
1162 | 2024-09-09T17:12:23.276Z | Compiling num_threads v0.1.7 |
1163 | 2024-09-09T17:12:23.395Z | Compiling regex-syntax v0.8.4 |
1164 | 2024-09-09T17:12:23.503Z | Compiling crossbeam-utils v0.8.19 |
1165 | 2024-09-09T17:12:24.034Z | Compiling siphasher v0.3.11 |
1166 | 2024-09-09T17:12:24.058Z | Compiling native-tls v0.2.11 |
1167 | 2024-09-09T17:12:24.393Z | Compiling rustls v0.21.12 |
1168 | 2024-09-09T17:12:24.417Z | Compiling try-lock v0.2.5 |
1169 | 2024-09-09T17:12:24.564Z | Compiling want v0.3.1 |
1170 | 2024-09-09T17:12:24.982Z | Compiling time v0.3.36 |
1171 | 2024-09-09T17:12:25.453Z | Compiling idna v0.5.0 |
1172 | 2024-09-09T17:12:26.009Z | Compiling cookie v0.17.0 |
1173 | 2024-09-09T17:12:26.252Z | Compiling regex-automata v0.4.6 |
1174 | 2024-09-09T17:12:26.776Z | Compiling httpdate v1.0.3 |
1175 | 2024-09-09T17:12:26.865Z | Compiling adler v1.0.2 |
1176 | 2024-09-09T17:12:26.989Z | Compiling serde_derive v1.0.208 |
1177 | 2024-09-09T17:12:27.072Z | Compiling zeroize_derive v1.4.2 |
1178 | 2024-09-09T17:12:27.199Z | Compiling zerocopy-derive v0.7.34 |
1179 | 2024-09-09T17:12:27.379Z | Compiling tokio-macros v2.4.0 |
1180 | 2024-09-09T17:12:28.426Z | Compiling zeroize v1.7.0 |
1181 | 2024-09-09T17:12:28.583Z | Compiling thiserror-impl v1.0.63 |
1182 | 2024-09-09T17:12:28.799Z | Compiling futures-macro v0.3.30 |
1183 | 2024-09-09T17:12:28.944Z | Compiling der_derive v0.7.2 |
1184 | 2024-09-09T17:12:29.114Z | Compiling zerocopy v0.7.34 |
1185 | 2024-09-09T17:12:29.476Z | Compiling scroll_derive v0.12.0 |
1186 | 2024-09-09T17:12:30.066Z | Compiling crypto-common v0.1.6 |
1187 | 2024-09-09T17:12:30.278Z | Compiling block-buffer v0.10.4 |
1188 | 2024-09-09T17:12:30.520Z | Compiling digest v0.10.7 |
1189 | 2024-09-09T17:12:30.681Z | Compiling block-padding v0.3.3 |
1190 | 2024-09-09T17:12:30.769Z | Compiling futures-util v0.3.30 |
1191 | 2024-09-09T17:12:30.901Z | Compiling inout v0.1.3 |
1192 | 2024-09-09T17:12:31.018Z | Compiling hmac v0.12.1 |
1193 | 2024-09-09T17:12:31.159Z | Compiling hashbrown v0.14.5 |
1194 | 2024-09-09T17:12:31.187Z | Compiling cipher v0.4.4 |
1195 | 2024-09-09T17:12:31.240Z | Compiling sha2 v0.10.8 |
1196 | 2024-09-09T17:12:31.277Z | Compiling der v0.7.9 |
1197 | 2024-09-09T17:12:31.512Z | Compiling thiserror v1.0.63 |
1198 | 2024-09-09T17:12:31.640Z | Compiling pest v2.7.10 |
1199 | 2024-09-09T17:12:31.664Z | Compiling salsa20 v0.10.2 |
1200 | 2024-09-09T17:12:31.859Z | Compiling pbkdf2 v0.12.2 |
1201 | 2024-09-09T17:12:32.015Z | Compiling tracing-attributes v0.1.27 |
1202 | 2024-09-09T17:12:32.357Z | Compiling scrypt v0.11.0 |
1203 | 2024-09-09T17:12:32.851Z | Compiling aes v0.8.4 |
1204 | 2024-09-09T17:12:33.911Z | Compiling pest_meta v2.7.10 |
1205 | 2024-09-09T17:12:34.177Z | Compiling spki v0.7.3 |
1206 | 2024-09-09T17:12:34.390Z | Compiling cbc v0.1.2 |
1207 | 2024-09-09T17:12:34.561Z | Compiling scroll v0.12.0 |
1208 | 2024-09-09T17:12:34.631Z | Compiling pkcs5 v0.7.1 |
1209 | 2024-09-09T17:12:35.091Z | Compiling goblin v0.8.2 |
1210 | 2024-09-09T17:12:35.116Z | Compiling openssl-macros v0.1.1 |
1211 | 2024-09-09T17:12:35.482Z | Compiling tracing v0.1.40 |
1212 | 2024-09-09T17:12:35.767Z | Compiling pest_generator v2.7.10 |
1213 | 2024-09-09T17:12:35.923Z | Compiling pkcs8 v0.10.2 |
1214 | 2024-09-09T17:12:36.025Z | Compiling rustls-webpki v0.101.7 |
1215 | 2024-09-09T17:12:36.268Z | Compiling sct v0.7.1 |
1216 | 2024-09-09T17:12:36.539Z | Compiling slog v2.7.0 |
1217 | 2024-09-09T17:12:36.564Z | Compiling tower-service v0.3.2 |
1218 | 2024-09-09T17:12:36.683Z | Compiling iana-time-zone v0.1.60 |
1219 | 2024-09-09T17:12:37.010Z | Compiling finl_unicode v1.2.0 |
1220 | 2024-09-09T17:12:37.094Z | Compiling openssl-probe v0.1.5 |
1221 | 2024-09-09T17:12:37.481Z | Compiling stringprep v0.1.4 |
1222 | 2024-09-09T17:12:37.539Z | Compiling md-5 v0.10.6 |
1223 | 2024-09-09T17:12:37.654Z | Compiling miniz_oxide v0.7.2 |
1224 | 2024-09-09T17:12:37.748Z | Compiling url v2.5.2 |
1225 | 2024-09-09T17:12:38.486Z | Compiling pest_derive v2.7.10 |
1226 | 2024-09-09T17:12:38.945Z | Compiling num-integer v0.1.46 |
1227 | 2024-09-09T17:12:39.187Z | Compiling bytes v1.7.1 |
1228 | 2024-09-09T17:12:39.457Z | Compiling bitflags v2.6.0 |
1229 | 2024-09-09T17:12:39.629Z | Compiling indexmap v2.4.0 |
1230 | 2024-09-09T17:12:39.671Z | Compiling semver v1.0.23 |
1231 | 2024-09-09T17:12:40.311Z | Compiling tokio v1.39.3 |
1232 | 2024-09-09T17:12:40.349Z | Compiling http v0.2.12 |
1233 | 2024-09-09T17:12:40.863Z | Compiling rustc_version v0.4.0 |
1234 | 2024-09-09T17:12:41.546Z | Compiling heapless v0.7.17 |
1235 | 2024-09-09T17:12:41.927Z | Compiling http-body v0.4.6 |
1236 | 2024-09-09T17:12:42.217Z | Compiling dof v0.3.0 |
1237 | 2024-09-09T17:12:42.476Z | Compiling dtrace-parser v0.2.0 |
1238 | 2024-09-09T17:12:42.588Z | Compiling uuid v1.10.0 |
1239 | 2024-09-09T17:12:43.753Z | Compiling usdt-impl v0.5.0 |
1240 | 2024-09-09T17:12:44.159Z | Compiling toml_datetime v0.6.8 |
1241 | 2024-09-09T17:12:44.204Z | Compiling serde_spanned v0.6.7 |
1242 | 2024-09-09T17:12:44.340Z | Compiling chrono v0.4.38 |
1243 | 2024-09-09T17:12:44.462Z | Compiling serde_tokenstream v0.2.2 |
1244 | 2024-09-09T17:12:44.658Z | Compiling idna v0.3.0 |
1245 | 2024-09-09T17:12:44.993Z | Compiling backtrace v0.3.71 |
1246 | 2024-09-09T17:12:45.034Z | Compiling lazy_static v1.5.0 |
1247 | 2024-09-09T17:12:45.154Z | Compiling hash32 v0.2.1 |
1248 | 2024-09-09T17:12:45.178Z | Compiling fallible-iterator v0.2.0 |
1249 | 2024-09-09T17:12:45.422Z | Compiling num-bigint-dig v0.8.4 |
1250 | 2024-09-09T17:12:45.490Z | Compiling base64 v0.22.1 |
1251 | 2024-09-09T17:12:45.734Z | Compiling smoltcp v0.9.1 |
1252 | 2024-09-09T17:12:45.814Z | Compiling psl-types v2.0.11 |
1253 | 2024-09-09T17:12:45.988Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2024-09-09T17:12:46.012Z | Compiling cfg_aliases v0.1.1 |
1255 | 2024-09-09T17:12:46.093Z | Compiling crc32fast v1.4.0 |
1256 | 2024-09-09T17:12:46.117Z | Compiling gimli v0.28.1 |
1257 | 2024-09-09T17:12:46.195Z | Compiling signal-hook v0.3.17 |
1258 | 2024-09-09T17:12:46.406Z | Compiling nix v0.28.0 |
1259 | 2024-09-09T17:12:46.620Z | Compiling publicsuffix v2.2.3 |
1260 | 2024-09-09T17:12:46.847Z | Compiling postgres-protocol v0.6.7 |
1261 | 2024-09-09T17:12:47.162Z | Compiling terminal_size v0.3.0 |
1262 | 2024-09-09T17:12:47.337Z | Compiling num-iter v0.1.45 |
1263 | 2024-09-09T17:12:48.014Z | Compiling tokio-util v0.7.11 |
1264 | 2024-09-09T17:12:48.053Z | Compiling tokio-native-tls v0.3.1 |
1265 | 2024-09-09T17:12:48.266Z | Compiling tokio-rustls v0.24.1 |
1266 | 2024-09-09T17:12:48.296Z | Compiling async-trait v0.1.81 |
1267 | 2024-09-09T17:12:48.499Z | Compiling zerocopy-derive v0.6.6 |
1268 | 2024-09-09T17:12:48.620Z | Compiling phf_shared v0.11.2 |
1269 | 2024-09-09T17:12:48.966Z | Compiling h2 v0.3.26 |
1270 | 2024-09-09T17:12:49.253Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-09-09T17:12:49.787Z | Compiling addr2line v0.21.0 |
1272 | 2024-09-09T17:12:49.823Z | Compiling hubpack_derive v0.1.1 |
1273 | 2024-09-09T17:12:50.321Z | Compiling ff v0.13.0 |
1274 | 2024-09-09T17:12:50.391Z | Compiling object v0.32.2 |
1275 | 2024-09-09T17:12:50.430Z | Compiling fs-err v2.11.0 |
1276 | 2024-09-09T17:12:50.541Z | Compiling bitflags v1.3.2 |
1277 | 2024-09-09T17:12:50.643Z | Compiling base16ct v0.2.0 |
1278 | 2024-09-09T17:12:50.689Z | Compiling ipnet v2.9.0 |
1279 | 2024-09-09T17:12:50.777Z | Compiling anyhow v1.0.86 |
1280 | 2024-09-09T17:12:50.801Z | Compiling schemars v0.8.21 |
1281 | 2024-09-09T17:12:50.945Z | Compiling managed v0.8.0 |
1282 | 2024-09-09T17:12:51.132Z | Compiling either v1.13.0 |
1283 | 2024-09-09T17:12:51.309Z | Compiling rustc-demangle v0.1.24 |
1284 | 2024-09-09T17:12:51.338Z | Compiling base64 v0.21.7 |
1285 | 2024-09-09T17:12:51.503Z | Compiling winnow v0.5.40 |
1286 | 2024-09-09T17:12:51.680Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-09-09T17:12:51.771Z | Compiling rustls-pemfile v1.0.4 |
1288 | 2024-09-09T17:12:52.186Z | Compiling sec1 v0.7.3 |
1289 | 2024-09-09T17:12:52.731Z | Compiling clap_builder v4.5.15 |
1290 | 2024-09-09T17:12:53.870Z | Compiling hubpack v0.1.2 |
1291 | 2024-09-09T17:12:53.901Z | Compiling group v0.13.0 |
1292 | 2024-09-09T17:12:53.948Z | Compiling zerocopy v0.6.6 |
1293 | 2024-09-09T17:12:54.214Z | Compiling phf v0.11.2 |
1294 | 2024-09-09T17:12:54.314Z | Compiling cookie_store v0.20.0 |
1295 | 2024-09-09T17:12:54.477Z | Compiling toml_edit v0.19.15 |
1296 | 2024-09-09T17:12:54.501Z | Compiling postgres-types v0.2.7 |
1297 | 2024-09-09T17:12:54.786Z | Compiling hyper v0.14.30 |
1298 | 2024-09-09T17:12:55.907Z | Compiling usdt-macro v0.5.0 |
1299 | 2024-09-09T17:12:56.657Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-09-09T17:12:57.153Z | Compiling serde_urlencoded v0.7.1 |
1301 | 2024-09-09T17:12:57.589Z | Compiling clap_derive v4.5.13 |
1302 | 2024-09-09T17:12:57.857Z | Compiling strum_macros v0.25.3 |
1303 | 2024-09-09T17:12:58.011Z | Compiling enum-as-inner v0.6.0 |
1304 | 2024-09-09T17:12:58.900Z | Compiling pkcs1 v0.7.5 |
1305 | 2024-09-09T17:12:59.653Z | Compiling futures-executor v0.3.30 |
1306 | 2024-09-09T17:12:59.803Z | Compiling hkdf v0.12.4 |
1307 | 2024-09-09T17:13:00.034Z | Compiling regex v1.10.6 |
1308 | 2024-09-09T17:13:00.150Z | Compiling bstr v1.9.1 |
1309 | 2024-09-09T17:13:00.404Z | Compiling signature v2.2.0 |
1310 | 2024-09-09T17:13:00.710Z | Compiling crypto-bigint v0.5.5 |
1311 | 2024-09-09T17:13:01.028Z | Compiling hyper-rustls v0.24.2 |
1312 | 2024-09-09T17:13:01.249Z | Compiling hyper-tls v0.5.0 |
1313 | 2024-09-09T17:13:01.294Z | Compiling serde_repr v0.1.19 |
1314 | 2024-09-09T17:13:01.350Z | Compiling phf_shared v0.10.0 |
1315 | 2024-09-09T17:13:01.572Z | Compiling float-cmp v0.9.0 |
1316 | 2024-09-09T17:13:01.710Z | Compiling idna v0.4.0 |
1317 | 2024-09-09T17:13:01.734Z | Compiling mio v0.8.11 |
1318 | 2024-09-09T17:13:01.759Z | Compiling encoding_rs v0.8.34 |
1319 | 2024-09-09T17:13:01.786Z | Compiling unicode-segmentation v1.11.0 |
1320 | 2024-09-09T17:13:02.308Z | Compiling static_assertions v1.1.0 |
1321 | 2024-09-09T17:13:02.402Z | Compiling predicates-core v1.0.6 |
1322 | 2024-09-09T17:13:02.503Z | Compiling bit-vec v0.6.3 |
1323 | 2024-09-09T17:13:02.724Z | Compiling precomputed-hash v0.1.1 |
1324 | 2024-09-09T17:13:02.845Z | Compiling dyn-clone v1.0.17 |
1325 | 2024-09-09T17:13:02.869Z | Compiling minimal-lexical v0.2.1 |
1326 | 2024-09-09T17:13:02.912Z | Compiling sync_wrapper v0.1.2 |
1327 | 2024-09-09T17:13:03.013Z | Compiling whoami v1.5.1 |
1328 | 2024-09-09T17:13:03.041Z | Compiling new_debug_unreachable v1.0.6 |
1329 | 2024-09-09T17:13:03.064Z | Compiling fixedbitset v0.4.2 |
1330 | 2024-09-09T17:13:03.138Z | Compiling normalize-line-endings v0.3.0 |
1331 | 2024-09-09T17:13:03.253Z | Compiling difflib v0.4.0 |
1332 | 2024-09-09T17:13:03.317Z | Compiling mime v0.3.17 |
1333 | 2024-09-09T17:13:03.447Z | Compiling webpki-roots v0.25.4 |
1334 | 2024-09-09T17:13:03.487Z | Compiling data-encoding v2.6.0 |
1335 | 2024-09-09T17:13:03.596Z | Compiling toml_edit v0.22.20 |
1336 | 2024-09-09T17:13:03.620Z | Compiling predicates v3.1.2 |
1337 | 2024-09-09T17:13:03.859Z | Compiling reqwest v0.11.27 |
1338 | 2024-09-09T17:13:04.619Z | Compiling hickory-proto v0.24.1 |
1339 | 2024-09-09T17:13:05.080Z | Compiling petgraph v0.6.5 |
1340 | 2024-09-09T17:13:05.242Z | Compiling tokio-postgres v0.7.11 |
1341 | 2024-09-09T17:13:05.480Z | Compiling elliptic-curve v0.13.8 |
1342 | 2024-09-09T17:13:05.646Z | Compiling nom v7.1.3 |
1343 | 2024-09-09T17:13:06.207Z | Compiling string_cache v0.8.7 |
1344 | 2024-09-09T17:13:06.610Z | Compiling console v0.15.8 |
1345 | 2024-09-09T17:13:07.923Z | Compiling bit-set v0.5.3 |
1346 | 2024-09-09T17:13:08.170Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1347 | 2024-09-09T17:13:08.443Z | Compiling similar v2.6.0 |
1348 | 2024-09-09T17:13:08.605Z | Compiling signal-hook-mio v0.2.4 |
1349 | 2024-09-09T17:13:08.766Z | Compiling usdt v0.5.0 |
1350 | 2024-09-09T17:13:09.205Z | Compiling clap v4.5.16 |
1351 | 2024-09-09T17:13:09.318Z | Compiling rsa v0.9.6 |
1352 | 2024-09-09T17:13:09.835Z | Compiling futures v0.3.30 |
1353 | 2024-09-09T17:13:09.979Z | Compiling toml v0.7.8 |
1354 | 2024-09-09T17:13:10.431Z | Compiling flate2 v1.0.31 |
1355 | 2024-09-09T17:13:11.261Z | Compiling itertools v0.12.1 |
1356 | 2024-09-09T17:13:11.431Z | Compiling itertools v0.10.5 |
1357 | 2024-09-09T17:13:11.455Z | Compiling tokio-stream v0.1.15 |
1358 | 2024-09-09T17:13:12.280Z | Compiling openapiv3 v2.0.0 |
1359 | 2024-09-09T17:13:12.983Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-09-09T17:13:13.386Z | Compiling hex v0.4.3 |
1361 | 2024-09-09T17:13:13.671Z | Compiling sha1 v0.10.6 |
1362 | 2024-09-09T17:13:13.812Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2024-09-09T17:13:13.921Z | Compiling unicode-xid v0.2.4 |
1364 | 2024-09-09T17:13:13.947Z | Compiling peg-runtime v0.8.3 |
1365 | 2024-09-09T17:13:13.971Z | Compiling lalrpop-util v0.19.12 |
1366 | 2024-09-09T17:13:14.054Z | Compiling dirs-next v2.0.0 |
1367 | 2024-09-09T17:13:14.090Z | Compiling thread_local v1.1.8 |
1368 | 2024-09-09T17:13:14.238Z | Compiling slog-async v2.8.0 |
1369 | 2024-09-09T17:13:14.272Z | Compiling term v0.7.0 |
1370 | 2024-09-09T17:13:14.398Z | Compiling xattr v1.3.1 |
1371 | 2024-09-09T17:13:14.563Z | Compiling crossbeam-channel v0.5.12 |
1372 | 2024-09-09T17:13:14.586Z | Compiling strum_macros v0.26.4 |
1373 | 2024-09-09T17:13:14.633Z | Compiling filetime v0.2.25 |
1374 | 2024-09-09T17:13:14.790Z | Compiling is-terminal v0.4.12 |
1375 | 2024-09-09T17:13:14.901Z | Compiling take_mut v0.2.2 |
1376 | 2024-09-09T17:13:14.924Z | Compiling slog-term v2.9.1 |
1377 | 2024-09-09T17:13:15.045Z | Compiling tar v0.4.41 |
1378 | 2024-09-09T17:13:15.582Z | Compiling camino v1.1.9 |
1379 | 2024-09-09T17:13:16.271Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1380 | 2024-09-09T17:13:17.643Z | Compiling strum v0.26.3 |
1381 | 2024-09-09T17:13:17.757Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1382 | 2024-09-09T17:13:24.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
1383 | 2024-09-09T17:13:24.729Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1384 | 2024-09-09T17:13:24.791Z | Sep 09 17:13:24.348 INFO Starting download, target: Clickhouse |
1385 | 2024-09-09T17:13:24.791Z | Sep 09 17:13:24.348 INFO Starting download, target: Console |
1386 | 2024-09-09T17:13:24.791Z | Sep 09 17:13:24.348 INFO Starting download, target: Cockroach |
1387 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.348 INFO Starting download, target: DendriteOpenapi |
1388 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.348 INFO Starting download, target: DendriteStub |
1389 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.348 INFO Starting download, target: MaghemiteMgd |
1390 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.348 INFO Starting download, target: TransceiverControl |
1391 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.350 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1392 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.350 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1393 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.350 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1394 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.350 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1395 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.350 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1396 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.350 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1397 | 2024-09-09T17:13:24.815Z | Sep 09 17:13:24.351 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1398 | 2024-09-09T17:13:25.142Z | Sep 09 17:13:24.698 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1399 | 2024-09-09T17:13:25.457Z | Sep 09 17:13:25.014 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1400 | 2024-09-09T17:13:25.489Z | Sep 09 17:13:25.046 INFO Download complete, target: Console |
1401 | 2024-09-09T17:13:26.172Z | Sep 09 17:13:25.729 INFO Download complete, target: TransceiverControl |
1402 | 2024-09-09T17:13:26.195Z | Sep 09 17:13:25.743 INFO Download complete, target: DendriteOpenapi |
1403 | 2024-09-09T17:13:26.721Z | Sep 09 17:13:26.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1404 | 2024-09-09T17:13:27.482Z | Sep 09 17:13:27.039 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1405 | 2024-09-09T17:13:30.160Z | Sep 09 17:13:29.717 INFO Download complete, target: MaghemiteMgd |
1406 | 2024-09-09T17:13:30.822Z | Sep 09 17:13:30.379 INFO Download complete, target: DendriteStub |
1407 | 2024-09-09T17:13:34.819Z | Sep 09 17:13:34.376 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1408 | 2024-09-09T17:13:34.819Z | Sep 09 17:13:34.376 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1409 | 2024-09-09T17:13:40.173Z | Sep 09 17:13:39.730 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1410 | 2024-09-09T17:13:44.540Z | Sep 09 17:13:44.097 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1411 | 2024-09-09T17:13:45.121Z | Sep 09 17:13:44.678 INFO Checking that binary works, target: Cockroach |
1412 | 2024-09-09T17:13:45.461Z | Sep 09 17:13:45.018 INFO Download complete, target: Cockroach |
1413 | 2024-09-09T17:13:56.512Z | Sep 09 17:13:56.070 INFO Checking that binary works, target: Clickhouse |
1414 | 2024-09-09T17:13:56.746Z | Sep 09 17:13:56.304 INFO Download complete, target: Clickhouse |
1415 | 2024-09-09T17:13:56.775Z | All builder prerequisites installed successfully, and PATH looks valid |
1416 | 2024-09-09T17:13:56.798Z | |
1417 | 2024-09-09T17:13:56.798Z | real 4:06.053865206 |
1418 | 2024-09-09T17:13:56.798Z | user 10:17.301263548 |
1419 | 2024-09-09T17:13:56.798Z | sys 2:27.634283647 |
1420 | 2024-09-09T17:13:56.798Z | trap 0.340105513 |
1421 | 2024-09-09T17:13:56.798Z | tflt 0.699363951 |
1422 | 2024-09-09T17:13:56.799Z | dflt 1.636506388 |
1423 | 2024-09-09T17:13:56.799Z | kflt 0.007394625 |
1424 | 2024-09-09T17:13:56.799Z | lock 25:00.410396843 |
1425 | 2024-09-09T17:13:56.799Z | slp 39:42.195706497 |
1426 | 2024-09-09T17:13:56.799Z | lat 42.010674541 |
1427 | 2024-09-09T17:13:56.799Z | stop 1:41.140737818 |
1428 | 2024-09-09T17:13:56.799Z | + banner clippy |
1429 | 2024-09-09T17:13:56.799Z | |
1430 | 2024-09-09T17:13:56.799Z | #### # # ##### ##### # # |
1431 | 2024-09-09T17:13:56.799Z | # # # # # # # # # # |
1432 | 2024-09-09T17:13:56.799Z | # # # # # # # # |
1433 | 2024-09-09T17:13:56.799Z | # # # ##### ##### # |
1434 | 2024-09-09T17:13:56.799Z | # # # # # # # |
1435 | 2024-09-09T17:13:56.799Z | #### ###### # # # # |
1436 | 2024-09-09T17:13:56.799Z | |
1437 | 2024-09-09T17:13:56.799Z | + export CARGO_INCREMENTAL=0 |
1438 | 2024-09-09T17:13:56.799Z | + CARGO_INCREMENTAL=0 |
1439 | 2024-09-09T17:13:56.799Z | + ptime -m cargo xtask clippy |
1440 | 2024-09-09T17:13:57.607Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1441 | 2024-09-09T17:14:02.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
1442 | 2024-09-09T17:14:02.449Z | Running `target/debug/xtask clippy` |
1443 | 2024-09-09T17:14:02.479Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1444 | 2024-09-09T17:14:03.366Z | Downloading crates ... |
1445 | 2024-09-09T17:14:03.755Z | Downloaded blake2b_simd v1.0.2 |
1446 | 2024-09-09T17:14:03.779Z | Downloaded tower-layer v0.3.2 |
1447 | 2024-09-09T17:14:03.779Z | Downloaded tinytemplate v1.2.1 |
1448 | 2024-09-09T17:14:03.779Z | Downloaded target-spec v3.2.1 |
1449 | 2024-09-09T17:14:03.779Z | Downloaded trybuild v1.0.99 |
1450 | 2024-09-09T17:14:03.802Z | Downloaded partial-io v0.5.4 |
1451 | 2024-09-09T17:14:03.802Z | Downloaded yansi v0.5.1 |
1452 | 2024-09-09T17:14:03.802Z | Downloaded bstr v0.2.17 |
1453 | 2024-09-09T17:14:03.802Z | Downloaded tower v0.4.13 |
1454 | 2024-09-09T17:14:03.825Z | Downloaded threadpool v1.8.1 |
1455 | 2024-09-09T17:14:03.825Z | Downloaded target-lexicon v0.12.16 |
1456 | 2024-09-09T17:14:03.825Z | Downloaded rustls-native-certs v0.7.0 |
1457 | 2024-09-09T17:14:03.825Z | Downloaded rstest_macros v0.22.0 |
1458 | 2024-09-09T17:14:03.825Z | Downloaded relative-path v1.9.3 |
1459 | 2024-09-09T17:14:03.825Z | Downloaded rand_distr v0.4.3 |
1460 | 2024-09-09T17:14:03.825Z | Downloaded plotters-svg v0.3.5 |
1461 | 2024-09-09T17:14:03.825Z | Downloaded plotters v0.3.5 |
1462 | 2024-09-09T17:14:03.849Z | Downloaded num_cpus v1.16.0 |
1463 | 2024-09-09T17:14:03.849Z | Downloaded nested v0.1.1 |
1464 | 2024-09-09T17:14:03.849Z | Downloaded hyper-util v0.1.3 |
1465 | 2024-09-09T17:14:03.849Z | Downloaded hyper v1.3.1 |
1466 | 2024-09-09T17:14:03.872Z | Downloaded http-body v1.0.0 |
1467 | 2024-09-09T17:14:03.872Z | Downloaded guppy v0.17.7 |
1468 | 2024-09-09T17:14:03.872Z | Downloaded fancy-regex v0.13.0 |
1469 | 2024-09-09T17:14:03.872Z | Downloaded doc-comment v0.3.3 |
1470 | 2024-09-09T17:14:03.872Z | Downloaded criterion-plot v0.5.0 |
1471 | 2024-09-09T17:14:03.872Z | Downloaded cfg-expr v0.16.0 |
1472 | 2024-09-09T17:14:03.904Z | Downloaded toml_edit v0.21.1 |
1473 | 2024-09-09T17:14:03.928Z | Downloaded rust-argon2 v2.1.0 |
1474 | 2024-09-09T17:14:03.928Z | Downloaded rstest v0.22.0 |
1475 | 2024-09-09T17:14:03.928Z | Downloaded regex-automata v0.1.10 |
1476 | 2024-09-09T17:14:03.928Z | Downloaded proc-macro-crate v3.1.0 |
1477 | 2024-09-09T17:14:03.928Z | Downloaded pretty_assertions v1.4.0 |
1478 | 2024-09-09T17:14:03.928Z | Downloaded criterion v0.5.1 |
1479 | 2024-09-09T17:14:03.952Z | Downloaded assert_cmd v2.0.16 |
1480 | 2024-09-09T17:14:03.952Z | Downloaded similar-asserts v1.5.0 |
1481 | 2024-09-09T17:14:03.952Z | Downloaded plotters-backend v0.3.5 |
1482 | 2024-09-09T17:14:03.952Z | Downloaded pathdiff v0.2.1 |
1483 | 2024-09-09T17:14:03.952Z | Downloaded oorandom v11.1.3 |
1484 | 2024-09-09T17:14:03.952Z | Downloaded libtest-mimic v0.7.3 |
1485 | 2024-09-09T17:14:03.952Z | Downloaded hyper-rustls v0.26.0 |
1486 | 2024-09-09T17:14:03.952Z | Downloaded httptest v0.15.5 |
1487 | 2024-09-09T17:14:03.952Z | Downloaded guppy-workspace-hack v0.1.0 |
1488 | 2024-09-09T17:14:03.952Z | Downloaded cast v0.3.0 |
1489 | 2024-09-09T17:14:03.952Z | Downloaded approx v0.5.1 |
1490 | 2024-09-09T17:14:03.952Z | Downloaded anes v0.1.6 |
1491 | 2024-09-09T17:14:03.975Z | Downloaded futures-timer v3.0.3 |
1492 | 2024-09-09T17:14:03.975Z | Downloaded escape8259 v0.5.2 |
1493 | 2024-09-09T17:14:03.975Z | Downloaded datatest-stable v0.2.9 |
1494 | 2024-09-09T17:14:04.648Z | Checking cfg-if v1.0.0 |
1495 | 2024-09-09T17:14:04.676Z | Checking libc v0.2.158 |
1496 | 2024-09-09T17:14:04.701Z | Checking serde v1.0.208 |
1497 | 2024-09-09T17:14:04.724Z | Checking memchr v2.7.2 |
1498 | 2024-09-09T17:14:04.747Z | Checking scopeguard v1.2.0 |
1499 | 2024-09-09T17:14:04.771Z | Checking log v0.4.21 |
1500 | 2024-09-09T17:14:04.794Z | Checking byteorder v1.5.0 |
1501 | 2024-09-09T17:14:04.817Z | Checking itoa v1.0.11 |
1502 | 2024-09-09T17:14:04.817Z | Checking smallvec v1.13.2 |
1503 | 2024-09-09T17:14:04.867Z | Checking lock_api v0.4.12 |
1504 | 2024-09-09T17:14:05.007Z | Checking zeroize v1.7.0 |
1505 | 2024-09-09T17:14:05.043Z | Checking once_cell v1.19.0 |
1506 | 2024-09-09T17:14:05.174Z | Checking pin-project-lite v0.2.14 |
1507 | 2024-09-09T17:14:05.198Z | Checking typenum v1.17.0 |
1508 | 2024-09-09T17:14:05.293Z | Checking libm v0.2.8 |
1509 | 2024-09-09T17:14:05.317Z | Checking subtle v2.5.0 |
1510 | 2024-09-09T17:14:05.342Z | Checking thiserror v1.0.63 |
1511 | 2024-09-09T17:14:05.366Z | Checking ryu v1.0.18 |
1512 | 2024-09-09T17:14:05.470Z | Checking spin v0.9.8 |
1513 | 2024-09-09T17:14:05.527Z | Checking futures-core v0.3.30 |
1514 | 2024-09-09T17:14:05.567Z | Checking zerocopy v0.7.34 |
1515 | 2024-09-09T17:14:05.591Z | Checking futures-sink v0.3.30 |
1516 | 2024-09-09T17:14:05.657Z | Checking getrandom v0.2.14 |
1517 | 2024-09-09T17:14:05.701Z | Checking parking_lot_core v0.9.10 |
1518 | 2024-09-09T17:14:05.727Z | Checking signal-hook-registry v1.4.2 |
1519 | 2024-09-09T17:14:05.786Z | Checking mio v1.0.2 |
1520 | 2024-09-09T17:14:05.899Z | Checking rand_core v0.6.4 |
1521 | 2024-09-09T17:14:05.960Z | Checking socket2 v0.5.7 |
1522 | 2024-09-09T17:14:06.031Z | Checking parking_lot v0.12.2 |
1523 | 2024-09-09T17:14:06.096Z | Checking num-traits v0.2.19 |
1524 | 2024-09-09T17:14:06.231Z | Checking const-oid v0.9.6 |
1525 | 2024-09-09T17:14:06.263Z | Checking generic-array v0.14.7 |
1526 | 2024-09-09T17:14:06.344Z | Checking futures-channel v0.3.30 |
1527 | 2024-09-09T17:14:06.368Z | Checking slab v0.4.9 |
1528 | 2024-09-09T17:14:06.409Z | Checking pin-utils v0.1.0 |
1529 | 2024-09-09T17:14:06.506Z | Checking futures-io v0.3.30 |
1530 | 2024-09-09T17:14:06.631Z | Checking futures-task v0.3.30 |
1531 | 2024-09-09T17:14:06.686Z | Checking cpufeatures v0.2.12 |
1532 | 2024-09-09T17:14:06.716Z | Checking allocator-api2 v0.2.18 |
1533 | 2024-09-09T17:14:06.799Z | Checking fnv v1.0.7 |
1534 | 2024-09-09T17:14:06.847Z | Checking ahash v0.8.11 |
1535 | 2024-09-09T17:14:06.879Z | Checking futures-util v0.3.30 |
1536 | 2024-09-09T17:14:06.933Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-09-09T17:14:07.262Z | Checking iana-time-zone v0.1.60 |
1538 | 2024-09-09T17:14:07.287Z | Checking crypto-common v0.1.6 |
1539 | 2024-09-09T17:14:07.328Z | Checking block-buffer v0.10.4 |
1540 | 2024-09-09T17:14:07.387Z | Checking hashbrown v0.14.5 |
1541 | 2024-09-09T17:14:07.419Z | Checking equivalent v1.0.1 |
1542 | 2024-09-09T17:14:07.484Z | Checking ppv-lite86 v0.2.17 |
1543 | 2024-09-09T17:14:07.529Z | Checking tinyvec_macros v0.1.1 |
1544 | 2024-09-09T17:14:07.553Z | Checking tracing-core v0.1.32 |
1545 | 2024-09-09T17:14:07.576Z | Checking unicode-bidi v0.3.15 |
1546 | 2024-09-09T17:14:07.626Z | Checking tinyvec v1.6.0 |
1547 | 2024-09-09T17:14:07.650Z | Checking digest v0.10.7 |
1548 | 2024-09-09T17:14:07.973Z | Checking percent-encoding v2.3.1 |
1549 | 2024-09-09T17:14:08.053Z | Checking rand_chacha v0.3.1 |
1550 | 2024-09-09T17:14:08.099Z | Checking dyn-clone v1.0.17 |
1551 | 2024-09-09T17:14:08.139Z | Checking tracing v0.1.40 |
1552 | 2024-09-09T17:14:08.164Z | Checking regex-syntax v0.8.4 |
1553 | 2024-09-09T17:14:08.238Z | Checking block-padding v0.3.3 |
1554 | 2024-09-09T17:14:08.367Z | Checking rand v0.8.5 |
1555 | 2024-09-09T17:14:08.425Z | Checking errno v0.3.9 |
1556 | 2024-09-09T17:14:08.448Z | Checking inout v0.1.3 |
1557 | 2024-09-09T17:14:08.472Z | Checking form_urlencoded v1.2.1 |
1558 | 2024-09-09T17:14:08.584Z | Checking lazy_static v1.5.0 |
1559 | 2024-09-09T17:14:08.681Z | Checking aho-corasick v1.1.3 |
1560 | 2024-09-09T17:14:08.708Z | Checking cipher v0.4.4 |
1561 | 2024-09-09T17:14:08.732Z | Checking httparse v1.8.0 |
1562 | 2024-09-09T17:14:08.772Z | Checking unicode-normalization v0.1.23 |
1563 | 2024-09-09T17:14:08.912Z | Checking bytes v1.7.1 |
1564 | 2024-09-09T17:14:09.054Z | Checking bitflags v2.6.0 |
1565 | 2024-09-09T17:14:09.104Z | Checking serde_json v1.0.125 |
1566 | 2024-09-09T17:14:09.305Z | Checking chrono v0.4.38 |
1567 | 2024-09-09T17:14:09.401Z | Checking indexmap v2.4.0 |
1568 | 2024-09-09T17:14:09.477Z | Checking uuid v1.10.0 |
1569 | 2024-09-09T17:14:09.623Z | Checking tokio v1.39.3 |
1570 | 2024-09-09T17:14:09.967Z | Checking rustix v0.38.34 |
1571 | 2024-09-09T17:14:10.044Z | Checking unicode-ident v1.0.12 |
1572 | 2024-09-09T17:14:10.188Z | Checking base64ct v1.6.0 |
1573 | 2024-09-09T17:14:10.468Z | Checking http v0.2.12 |
1574 | 2024-09-09T17:14:10.491Z | Checking hmac v0.12.1 |
1575 | 2024-09-09T17:14:10.561Z | Checking adler v1.0.2 |
1576 | 2024-09-09T17:14:10.675Z | Checking unicode-width v0.1.13 |
1577 | 2024-09-09T17:14:10.703Z | Checking powerfmt v0.2.0 |
1578 | 2024-09-09T17:14:10.778Z | Checking regex-automata v0.4.6 |
1579 | 2024-09-09T17:14:10.836Z | Checking miniz_oxide v0.7.2 |
1580 | 2024-09-09T17:14:10.937Z | Checking deranged v0.3.11 |
1581 | 2024-09-09T17:14:11.007Z | Checking schemars v0.8.21 |
1582 | 2024-09-09T17:14:11.203Z | Checking proc-macro2 v1.0.86 |
1583 | 2024-09-09T17:14:11.427Z | Checking idna v0.5.0 |
1584 | 2024-09-09T17:14:11.574Z | Checking sha2 v0.10.8 |
1585 | 2024-09-09T17:14:11.597Z | Checking num_threads v0.1.7 |
1586 | 2024-09-09T17:14:11.701Z | Checking time-core v0.1.2 |
1587 | 2024-09-09T17:14:11.803Z | Checking num-conv v0.1.0 |
1588 | 2024-09-09T17:14:11.836Z | Checking untrusted v0.9.0 |
1589 | 2024-09-09T17:14:11.974Z | Checking ring v0.17.8 |
1590 | 2024-09-09T17:14:12.021Z | Checking quote v1.0.36 |
1591 | 2024-09-09T17:14:12.045Z | Checking try-lock v0.2.5 |
1592 | 2024-09-09T17:14:12.068Z | Checking url v2.5.2 |
1593 | 2024-09-09T17:14:12.170Z | Checking want v0.3.1 |
1594 | 2024-09-09T17:14:12.322Z | Checking pem-rfc7468 v0.7.0 |
1595 | 2024-09-09T17:14:12.346Z | Checking syn v2.0.74 |
1596 | 2024-09-09T17:14:12.369Z | Checking slog v2.7.0 |
1597 | 2024-09-09T17:14:12.392Z | Checking time v0.3.36 |
1598 | 2024-09-09T17:14:12.572Z | Checking tower-service v0.3.2 |
1599 | 2024-09-09T17:14:12.682Z | Checking futures-executor v0.3.30 |
1600 | 2024-09-09T17:14:12.745Z | Checking gimli v0.28.1 |
1601 | 2024-09-09T17:14:12.776Z | Checking httpdate v1.0.3 |
1602 | 2024-09-09T17:14:12.885Z | Checking futures v0.3.30 |
1603 | 2024-09-09T17:14:12.980Z | Checking flagset v0.4.5 |
1604 | 2024-09-09T17:14:13.005Z | Checking http-body v0.4.6 |
1605 | 2024-09-09T17:14:13.159Z | Checking der v0.7.9 |
1606 | 2024-09-09T17:14:13.341Z | Checking pbkdf2 v0.12.2 |
1607 | 2024-09-09T17:14:13.487Z | Checking aes v0.8.4 |
1608 | 2024-09-09T17:14:13.536Z | Checking object v0.32.2 |
1609 | 2024-09-09T17:14:14.248Z | Checking rustc-demangle v0.1.24 |
1610 | 2024-09-09T17:14:14.464Z | Checking cbc v0.1.2 |
1611 | 2024-09-09T17:14:14.604Z | Checking regex v1.10.6 |
1612 | 2024-09-09T17:14:14.628Z | Checking salsa20 v0.10.2 |
1613 | 2024-09-09T17:14:14.652Z | Checking base64 v0.21.7 |
1614 | 2024-09-09T17:14:14.731Z | Checking spki v0.7.3 |
1615 | 2024-09-09T17:14:14.823Z | Checking mime v0.3.17 |
1616 | 2024-09-09T17:14:14.976Z | Checking scrypt v0.11.0 |
1617 | 2024-09-09T17:14:15.052Z | Checking ipnet v2.9.0 |
1618 | 2024-09-09T17:14:15.124Z | Checking data-encoding v2.6.0 |
1619 | 2024-09-09T17:14:15.165Z | Checking utf8parse v0.2.1 |
1620 | 2024-09-09T17:14:15.204Z | Checking pkcs5 v0.7.1 |
1621 | 2024-09-09T17:14:15.299Z | Checking serde_spanned v0.6.7 |
1622 | 2024-09-09T17:14:15.460Z | Checking toml_datetime v0.6.8 |
1623 | 2024-09-09T17:14:15.485Z | Checking crossbeam-utils v0.8.19 |
1624 | 2024-09-09T17:14:15.654Z | Checking openssl-probe v0.1.5 |
1625 | 2024-09-09T17:14:15.690Z | Checking foreign-types-shared v0.1.1 |
1626 | 2024-09-09T17:14:15.717Z | Checking pkcs8 v0.10.2 |
1627 | 2024-09-09T17:14:15.741Z | Checking tokio-util v0.7.11 |
1628 | 2024-09-09T17:14:15.796Z | Checking serde_urlencoded v0.7.1 |
1629 | 2024-09-09T17:14:15.820Z | Checking foreign-types v0.3.2 |
1630 | 2024-09-09T17:14:15.910Z | Checking openssl-sys v0.9.103 |
1631 | 2024-09-09T17:14:15.933Z | Checking addr2line v0.21.0 |
1632 | 2024-09-09T17:14:16.004Z | Checking encoding_rs v0.8.34 |
1633 | 2024-09-09T17:14:16.086Z | Checking anstyle v1.0.8 |
1634 | 2024-09-09T17:14:16.175Z | Checking sct v0.7.1 |
1635 | 2024-09-09T17:14:16.349Z | Checking rustls-webpki v0.101.7 |
1636 | 2024-09-09T17:14:16.372Z | Checking semver v1.0.23 |
1637 | 2024-09-09T17:14:16.399Z | Checking sha1 v0.10.6 |
1638 | 2024-09-09T17:14:16.486Z | Checking h2 v0.3.26 |
1639 | 2024-09-09T17:14:16.655Z | Checking either v1.13.0 |
1640 | 2024-09-09T17:14:16.729Z | Checking scroll v0.12.0 |
1641 | 2024-09-09T17:14:16.948Z | Checking rustls v0.21.12 |
1642 | 2024-09-09T17:14:16.998Z | Checking openssl v0.10.66 |
1643 | 2024-09-09T17:14:17.021Z | Checking ucd-trie v0.1.6 |
1644 | 2024-09-09T17:14:17.138Z | Checking plain v0.2.3 |
1645 | 2024-09-09T17:14:17.211Z | Checking pest v2.7.10 |
1646 | 2024-09-09T17:14:17.273Z | Checking goblin v0.8.2 |
1647 | 2024-09-09T17:14:17.533Z | Checking anstyle-parse v0.2.4 |
1648 | 2024-09-09T17:14:17.764Z | Checking openapiv3 v2.0.0 |
1649 | 2024-09-09T17:14:17.820Z | Checking idna v0.3.0 |
1650 | 2024-09-09T17:14:18.434Z | Checking psl-types v2.0.11 |
1651 | 2024-09-09T17:14:18.534Z | Checking backtrace v0.3.71 |
1652 | 2024-09-09T17:14:18.616Z | Checking colorchoice v1.0.1 |
1653 | 2024-09-09T17:14:18.731Z | Checking anstyle-query v1.0.3 |
1654 | 2024-09-09T17:14:18.841Z | Checking is_terminal_polyfill v1.70.0 |
1655 | 2024-09-09T17:14:18.948Z | Checking base64 v0.22.1 |
1656 | 2024-09-09T17:14:19.027Z | Checking anyhow v1.0.86 |
1657 | 2024-09-09T17:14:19.223Z | Checking pretty-hex v0.4.1 |
1658 | 2024-09-09T17:14:19.359Z | Checking bitflags v1.3.2 |
1659 | 2024-09-09T17:14:19.383Z | Checking dtrace-parser v0.2.0 |
1660 | 2024-09-09T17:14:19.406Z | Checking anstream v0.6.14 |
1661 | 2024-09-09T17:14:19.461Z | Checking publicsuffix v2.2.3 |
1662 | 2024-09-09T17:14:19.628Z | Checking tokio-rustls v0.24.1 |
1663 | 2024-09-09T17:14:19.663Z | Checking rustls-pemfile v1.0.4 |
1664 | 2024-09-09T17:14:19.723Z | Checking cookie v0.17.0 |
1665 | 2024-09-09T17:14:19.796Z | Checking terminal_size v0.3.0 |
1666 | 2024-09-09T17:14:19.837Z | Checking thread-id v4.2.1 |
1667 | 2024-09-09T17:14:19.939Z | Checking clap_lex v0.7.0 |
1668 | 2024-09-09T17:14:19.963Z | Checking strsim v0.11.1 |
1669 | 2024-09-09T17:14:19.963Z | Checking signature v2.2.0 |
1670 | 2024-09-09T17:14:20.109Z | Checking cookie_store v0.20.0 |
1671 | 2024-09-09T17:14:20.175Z | Checking memmap v0.7.0 |
1672 | 2024-09-09T17:14:20.220Z | Checking webpki-roots v0.25.4 |
1673 | 2024-09-09T17:14:20.246Z | Checking clap_builder v4.5.15 |
1674 | 2024-09-09T17:14:20.367Z | Checking sync_wrapper v0.1.2 |
1675 | 2024-09-09T17:14:20.391Z | Checking num-integer v0.1.46 |
1676 | 2024-09-09T17:14:20.490Z | Checking winnow v0.6.18 |
1677 | 2024-09-09T17:14:20.527Z | Checking base16ct v0.2.0 |
1678 | 2024-09-09T17:14:20.639Z | Checking ff v0.13.0 |
1679 | 2024-09-09T17:14:20.703Z | Checking sec1 v0.7.3 |
1680 | 2024-09-09T17:14:20.814Z | Checking stable_deref_trait v1.2.0 |
1681 | 2024-09-09T17:14:20.837Z | Checking group v0.13.0 |
1682 | 2024-09-09T17:14:20.914Z | Checking num-iter v0.1.45 |
1683 | 2024-09-09T17:14:21.030Z | Checking hkdf v0.12.4 |
1684 | 2024-09-09T17:14:21.064Z | Checking crypto-bigint v0.5.5 |
1685 | 2024-09-09T17:14:21.087Z | Checking crc32fast v1.4.0 |
1686 | 2024-09-09T17:14:21.221Z | Checking crossbeam-epoch v0.9.18 |
1687 | 2024-09-09T17:14:21.285Z | Checking hex v0.4.3 |
1688 | 2024-09-09T17:14:21.435Z | Checking dof v0.3.0 |
1689 | 2024-09-09T17:14:21.510Z | Checking native-tls v0.2.11 |
1690 | 2024-09-09T17:14:21.588Z | Checking hyper v0.14.30 |
1691 | 2024-09-09T17:14:21.619Z | Checking managed v0.8.0 |
1692 | 2024-09-09T17:14:21.717Z | Checking static_assertions v1.1.0 |
1693 | 2024-09-09T17:14:21.786Z | Checking tokio-native-tls v0.3.1 |
1694 | 2024-09-09T17:14:21.810Z | Checking unicode-segmentation v1.11.0 |
1695 | 2024-09-09T17:14:21.954Z | Checking usdt-impl v0.5.0 |
1696 | 2024-09-09T17:14:21.978Z | Checking winnow v0.5.40 |
1697 | 2024-09-09T17:14:22.004Z | Checking num-bigint-dig v0.8.4 |
1698 | 2024-09-09T17:14:22.352Z | Checking pkcs1 v0.7.5 |
1699 | 2024-09-09T17:14:22.398Z | Checking usdt v0.5.0 |
1700 | 2024-09-09T17:14:22.621Z | Checking zerocopy v0.6.6 |
1701 | 2024-09-09T17:14:22.694Z | Checking signal-hook v0.3.17 |
1702 | 2024-09-09T17:14:22.770Z | Checking clap v4.5.16 |
1703 | 2024-09-09T17:14:22.880Z | Checking flate2 v1.0.31 |
1704 | 2024-09-09T17:14:22.915Z | Checking toml_edit v0.22.20 |
1705 | 2024-09-09T17:14:22.992Z | Checking bstr v1.9.1 |
1706 | 2024-09-09T17:14:23.244Z | Checking mio v0.8.11 |
1707 | 2024-09-09T17:14:23.329Z | Checking elliptic-curve v0.13.8 |
1708 | 2024-09-09T17:14:23.448Z | Checking siphasher v0.3.11 |
1709 | 2024-09-09T17:14:23.712Z | Checking itertools v0.10.5 |
1710 | 2024-09-09T17:14:23.809Z | Checking signal-hook-mio v0.2.4 |
1711 | 2024-09-09T17:14:23.838Z | Checking rsa v0.9.6 |
1712 | 2024-09-09T17:14:23.838Z | Checking idna v0.4.0 |
1713 | 2024-09-09T17:14:23.891Z | Checking bit-vec v0.6.3 |
1714 | 2024-09-09T17:14:23.951Z | Checking itertools v0.12.1 |
1715 | 2024-09-09T17:14:24.177Z | Checking bit-set v0.5.3 |
1716 | 2024-09-09T17:14:24.405Z | Checking hash32 v0.2.1 |
1717 | 2024-09-09T17:14:24.444Z | Checking toml_edit v0.19.15 |
1718 | 2024-09-09T17:14:24.496Z | Checking hickory-proto v0.24.1 |
1719 | 2024-09-09T17:14:24.676Z | Checking predicates-core v1.0.6 |
1720 | 2024-09-09T17:14:24.704Z | Checking finl_unicode v1.2.0 |
1721 | 2024-09-09T17:14:24.851Z | Checking heapless v0.7.17 |
1722 | 2024-09-09T17:14:25.132Z | Checking tokio-stream v0.1.15 |
1723 | 2024-09-09T17:14:25.206Z | Checking stringprep v0.1.4 |
1724 | 2024-09-09T17:14:25.445Z | Checking console v0.15.8 |
1725 | 2024-09-09T17:14:25.590Z | Checking md-5 v0.10.6 |
1726 | 2024-09-09T17:14:25.731Z | Checking float-cmp v0.9.0 |
1727 | 2024-09-09T17:14:25.782Z | Checking fallible-iterator v0.2.0 |
1728 | 2024-09-09T17:14:25.830Z | Checking fixedbitset v0.4.2 |
1729 | 2024-09-09T17:14:25.906Z | Checking normalize-line-endings v0.3.0 |
1730 | 2024-09-09T17:14:25.930Z | Checking difflib v0.4.0 |
1731 | 2024-09-09T17:14:26.015Z | Checking smoltcp v0.9.1 |
1732 | 2024-09-09T17:14:26.058Z | Checking petgraph v0.6.5 |
1733 | 2024-09-09T17:14:26.085Z | Checking similar v2.6.0 |
1734 | 2024-09-09T17:14:26.197Z | Checking predicates v3.1.2 |
1735 | 2024-09-09T17:14:26.315Z | Checking postgres-protocol v0.6.7 |
1736 | 2024-09-09T17:14:26.488Z | Checking toml v0.7.8 |
1737 | 2024-09-09T17:14:26.642Z | Checking hyper-tls v0.5.0 |
1738 | 2024-09-09T17:14:26.744Z | Checking hyper-rustls v0.24.2 |
1739 | 2024-09-09T17:14:26.783Z | Checking phf_shared v0.10.0 |
1740 | 2024-09-09T17:14:26.872Z | Checking phf_shared v0.11.2 |
1741 | 2024-09-09T17:14:26.895Z | Checking fs-err v2.11.0 |
1742 | 2024-09-09T17:14:27.007Z | Checking reqwest v0.11.27 |
1743 | 2024-09-09T17:14:27.034Z | Checking nix v0.28.0 |
1744 | 2024-09-09T17:14:27.101Z | Checking hubpack v0.1.2 |
1745 | 2024-09-09T17:14:27.124Z | Checking precomputed-hash v0.1.1 |
1746 | 2024-09-09T17:14:27.214Z | Checking minimal-lexical v0.2.1 |
1747 | 2024-09-09T17:14:27.237Z | Checking lalrpop-util v0.19.12 |
1748 | 2024-09-09T17:14:27.359Z | Checking new_debug_unreachable v1.0.6 |
1749 | 2024-09-09T17:14:27.382Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1750 | 2024-09-09T17:14:27.448Z | Checking string_cache v0.8.7 |
1751 | 2024-09-09T17:14:27.494Z | Checking phf v0.11.2 |
1752 | 2024-09-09T17:14:27.552Z | Checking nom v7.1.3 |
1753 | 2024-09-09T17:14:27.695Z | Checking postgres-types v0.2.7 |
1754 | 2024-09-09T17:14:27.727Z | Checking peg-runtime v0.8.3 |
1755 | 2024-09-09T17:14:27.940Z | Checking whoami v1.5.1 |
1756 | 2024-09-09T17:14:28.283Z | Checking tokio-postgres v0.7.11 |
1757 | 2024-09-09T17:14:28.310Z | Compiling regress v0.9.1 |
1758 | 2024-09-09T17:14:28.334Z | Compiling getopts v0.2.21 |
1759 | 2024-09-09T17:14:28.427Z | Compiling unsafe-libyaml v0.2.11 |
1760 | 2024-09-09T17:14:28.772Z | Checking camino v1.1.9 |
1761 | 2024-09-09T17:14:29.108Z | Checking heck v0.5.0 |
1762 | 2024-09-09T17:14:29.237Z | Checking is-terminal v0.4.12 |
1763 | 2024-09-09T17:14:29.287Z | Compiling paste v1.0.15 |
1764 | 2024-09-09T17:14:29.351Z | Compiling ident_case v1.0.1 |
1765 | 2024-09-09T17:14:29.516Z | Compiling serde_yaml v0.9.34+deprecated |
1766 | 2024-09-09T17:14:29.862Z | Compiling darling_core v0.20.9 |
1767 | 2024-09-09T17:14:29.940Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1768 | 2024-09-09T17:14:30.505Z | Checking http v1.1.0 |
1769 | 2024-09-09T17:14:30.647Z | Compiling rustls v0.22.4 |
1770 | 2024-09-09T17:14:30.853Z | Checking dirs-sys-next v0.1.2 |
1771 | 2024-09-09T17:14:30.915Z | Checking crossbeam-channel v0.5.12 |
1772 | 2024-09-09T17:14:31.017Z | Checking dirs-next v2.0.0 |
1773 | 2024-09-09T17:14:31.138Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1774 | 2024-09-09T17:14:31.468Z | Checking thread_local v1.1.8 |
1775 | 2024-09-09T17:14:31.537Z | Compiling multer v3.1.0 |
1776 | 2024-09-09T17:14:31.691Z | Checking term v0.7.0 |
1777 | 2024-09-09T17:14:31.715Z | Compiling async-stream-impl v0.3.5 |
1778 | 2024-09-09T17:14:31.872Z | Checking take_mut v0.2.2 |
1779 | 2024-09-09T17:14:32.015Z | Checking slog-async v2.8.0 |
1780 | 2024-09-09T17:14:32.062Z | Checking slog-term v2.9.1 |
1781 | 2024-09-09T17:14:32.270Z | Checking rustls-pki-types v1.7.0 |
1782 | 2024-09-09T17:14:32.326Z | Checking match_cfg v0.1.0 |
1783 | 2024-09-09T17:14:32.416Z | Checking hostname v0.3.1 |
1784 | 2024-09-09T17:14:32.484Z | Checking strum v0.26.3 |
1785 | 2024-09-09T17:14:32.544Z | Checking toml v0.8.19 |
1786 | 2024-09-09T17:14:32.632Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1787 | 2024-09-09T17:14:32.655Z | Checking rustls-webpki v0.102.4 |
1788 | 2024-09-09T17:14:32.851Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1789 | 2024-09-09T17:14:32.962Z | Checking rustls-pemfile v2.1.3 |
1790 | 2024-09-09T17:14:32.985Z | Checking debug-ignore v1.0.5 |
1791 | 2024-09-09T17:14:33.116Z | Checking slog-json v2.6.1 |
1792 | 2024-09-09T17:14:33.153Z | Checking atomic-waker v1.1.2 |
1793 | 2024-09-09T17:14:33.178Z | Checking async-stream v0.3.5 |
1794 | 2024-09-09T17:14:33.280Z | Checking waitgroup v0.1.2 |
1795 | 2024-09-09T17:14:33.343Z | Checking slog-bunyan v2.5.0 |
1796 | 2024-09-09T17:14:33.425Z | Checking serde_path_to_error v0.1.16 |
1797 | 2024-09-09T17:14:33.497Z | Checking hostname v0.4.0 |
1798 | 2024-09-09T17:14:33.625Z | Checking fastrand v2.1.0 |
1799 | 2024-09-09T17:14:33.722Z | Checking ipnetwork v0.20.0 |
1800 | 2024-09-09T17:14:33.831Z | Checking instant v0.1.12 |
1801 | 2024-09-09T17:14:33.909Z | Checking tempfile v3.10.1 |
1802 | 2024-09-09T17:14:33.938Z | Compiling structmeta-derive v0.3.0 |
1803 | 2024-09-09T17:14:33.961Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1804 | 2024-09-09T17:14:34.035Z | Checking quick-error v1.2.3 |
1805 | 2024-09-09T17:14:34.166Z | Checking newtype-uuid v1.1.0 |
1806 | 2024-09-09T17:14:34.220Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1807 | 2024-09-09T17:14:34.380Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1808 | 2024-09-09T17:14:34.601Z | Checking macaddr v1.0.1 |
1809 | 2024-09-09T17:14:34.631Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1810 | 2024-09-09T17:14:34.755Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1811 | 2024-09-09T17:14:34.858Z | Checking backoff v0.4.0 |
1812 | 2024-09-09T17:14:34.892Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1813 | 2024-09-09T17:14:35.026Z | Checking wait-timeout v0.2.0 |
1814 | 2024-09-09T17:14:35.052Z | Checking rand_xorshift v0.3.0 |
1815 | 2024-09-09T17:14:35.148Z | Compiling structmeta-derive v0.2.0 |
1816 | 2024-09-09T17:14:35.232Z | Checking rusty-fork v0.3.0 |
1817 | 2024-09-09T17:14:35.255Z | Checking unarray v0.1.4 |
1818 | 2024-09-09T17:14:35.391Z | Checking camino-tempfile v1.1.1 |
1819 | 2024-09-09T17:14:35.494Z | Checking proptest v1.5.0 |
1820 | 2024-09-09T17:14:35.629Z | Compiling proc-macro-error v1.0.4 |
1821 | 2024-09-09T17:14:35.699Z | Compiling darling_macro v0.20.9 |
1822 | 2024-09-09T17:14:36.233Z | Compiling proc-macro-crate v1.3.1 |
1823 | 2024-09-09T17:14:36.423Z | Compiling structmeta v0.3.0 |
1824 | 2024-09-09T17:14:36.447Z | Checking tokio-rustls v0.25.0 |
1825 | 2024-09-09T17:14:36.515Z | Compiling darling v0.20.9 |
1826 | 2024-09-09T17:14:36.565Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2024-09-09T17:14:36.636Z | Compiling serde_with_macros v3.9.0 |
1828 | 2024-09-09T17:14:36.805Z | Compiling parse-display-derive v0.10.0 |
1829 | 2024-09-09T17:14:36.907Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1830 | 2024-09-09T17:14:37.187Z | Compiling foreign-types-macros v0.2.3 |
1831 | 2024-09-09T17:14:37.210Z | Compiling num_enum_derive v0.5.11 |
1832 | 2024-09-09T17:14:37.567Z | Compiling structmeta v0.2.0 |
1833 | 2024-09-09T17:14:37.948Z | Compiling test-strategy v0.3.1 |
1834 | 2024-09-09T17:14:38.247Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1835 | 2024-09-09T17:14:38.497Z | Checking foreign-types-shared v0.3.1 |
1836 | 2024-09-09T17:14:38.608Z | Checking foreign-types v0.5.0 |
1837 | 2024-09-09T17:14:39.036Z | Checking cstr-argument v0.1.2 |
1838 | 2024-09-09T17:14:39.120Z | Checking serde_with v3.9.0 |
1839 | 2024-09-09T17:14:39.200Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1840 | 2024-09-09T17:14:39.419Z | Checking pretty-hex v0.2.1 |
1841 | 2024-09-09T17:14:39.445Z | Checking num_enum v0.5.11 |
1842 | 2024-09-09T17:14:39.574Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1843 | 2024-09-09T17:14:39.598Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1844 | 2024-09-09T17:14:39.843Z | Checking tabwriter v1.4.0 |
1845 | 2024-09-09T17:14:39.866Z | Checking colored v2.1.0 |
1846 | 2024-09-09T17:14:39.935Z | Checking socket2 v0.4.10 |
1847 | 2024-09-09T17:14:40.075Z | Checking smf v0.2.3 |
1848 | 2024-09-09T17:14:40.168Z | Compiling heapless v0.8.0 |
1849 | 2024-09-09T17:14:40.214Z | Checking termtree v0.4.1 |
1850 | 2024-09-09T17:14:40.384Z | Checking hash32 v0.3.1 |
1851 | 2024-09-09T17:14:40.408Z | Checking predicates-tree v1.0.9 |
1852 | 2024-09-09T17:14:40.515Z | Compiling crucible-workspace-hack v0.1.0 |
1853 | 2024-09-09T17:14:40.538Z | Compiling smoltcp v0.11.0 |
1854 | 2024-09-09T17:14:40.564Z | Checking embedded-io v0.4.0 |
1855 | 2024-09-09T17:14:40.758Z | Checking cobs v0.2.3 |
1856 | 2024-09-09T17:14:40.801Z | Checking parse-display v0.10.0 |
1857 | 2024-09-09T17:14:40.921Z | Checking sigpipe v0.1.3 |
1858 | 2024-09-09T17:14:40.944Z | Checking postcard v1.0.8 |
1859 | 2024-09-09T17:14:41.008Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1860 | 2024-09-09T17:14:41.032Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1861 | 2024-09-09T17:14:41.179Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1862 | 2024-09-09T17:14:41.235Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1863 | 2024-09-09T17:14:41.331Z | Compiling mockall_derive v0.13.0 |
1864 | 2024-09-09T17:14:41.362Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1865 | 2024-09-09T17:14:41.553Z | Checking humantime v2.1.0 |
1866 | 2024-09-09T17:14:41.576Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1867 | 2024-09-09T17:14:41.774Z | Compiling zone_cfg_derive v0.3.0 |
1868 | 2024-09-09T17:14:41.820Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1869 | 2024-09-09T17:14:41.953Z | Compiling num-derive v0.4.2 |
1870 | 2024-09-09T17:14:41.977Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1871 | 2024-09-09T17:14:42.127Z | Checking downcast v0.11.0 |
1872 | 2024-09-09T17:14:42.245Z | Checking fragile v2.0.0 |
1873 | 2024-09-09T17:14:42.338Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1874 | 2024-09-09T17:14:42.477Z | Checking newline-converter v0.3.0 |
1875 | 2024-09-09T17:14:42.560Z | Checking utf-8 v0.7.6 |
1876 | 2024-09-09T17:14:42.620Z | Checking expectorate v1.1.0 |
1877 | 2024-09-09T17:14:42.746Z | Checking arc-swap v1.7.1 |
1878 | 2024-09-09T17:14:42.776Z | Checking xattr v1.3.1 |
1879 | 2024-09-09T17:14:42.985Z | Checking filetime v0.2.25 |
1880 | 2024-09-09T17:14:43.009Z | Checking zone v0.3.0 |
1881 | 2024-09-09T17:14:43.170Z | Checking termcolor v1.4.1 |
1882 | 2024-09-09T17:14:43.193Z | Checking slog-scope v4.4.0 |
1883 | 2024-09-09T17:14:43.217Z | Checking tar v0.4.41 |
1884 | 2024-09-09T17:14:43.389Z | Checking slog-stdlog v4.1.1 |
1885 | 2024-09-09T17:14:43.567Z | Checking slog-envlogger v2.2.0 |
1886 | 2024-09-09T17:14:43.631Z | Compiling derive-where v1.2.7 |
1887 | 2024-09-09T17:14:43.778Z | Checking same-file v1.0.6 |
1888 | 2024-09-09T17:14:43.815Z | Checking tungstenite v0.21.0 |
1889 | 2024-09-09T17:14:43.910Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1890 | 2024-09-09T17:14:43.963Z | Checking walkdir v2.5.0 |
1891 | 2024-09-09T17:14:43.987Z | Checking password-hash v0.5.0 |
1892 | 2024-09-09T17:14:44.256Z | Checking blake2 v0.10.6 |
1893 | 2024-09-09T17:14:44.347Z | Checking num-rational v0.4.2 |
1894 | 2024-09-09T17:14:44.436Z | Checking num-complex v0.4.6 |
1895 | 2024-09-09T17:14:44.487Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1896 | 2024-09-09T17:14:44.649Z | Checking tokio-tungstenite v0.21.0 |
1897 | 2024-09-09T17:14:44.686Z | Checking argon2 v0.5.3 |
1898 | 2024-09-09T17:14:44.934Z | Compiling convert_case v0.4.0 |
1899 | 2024-09-09T17:14:45.152Z | Checking float-ord v0.3.2 |
1900 | 2024-09-09T17:14:45.284Z | Checking num v0.4.3 |
1901 | 2024-09-09T17:14:45.308Z | Checking atty v0.2.14 |
1902 | 2024-09-09T17:14:45.351Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1903 | 2024-09-09T17:14:45.391Z | Checking pem v3.0.4 |
1904 | 2024-09-09T17:14:45.676Z | Checking tungstenite v0.20.1 |
1905 | 2024-09-09T17:14:45.747Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1906 | 2024-09-09T17:14:45.875Z | Compiling derive_more v0.99.18 |
1907 | 2024-09-09T17:14:46.035Z | Checking env_logger v0.9.3 |
1908 | 2024-09-09T17:14:46.226Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1909 | 2024-09-09T17:14:46.432Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-09-09T17:14:46.462Z | Checking tokio-tungstenite v0.20.1 |
1911 | 2024-09-09T17:14:46.745Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1912 | 2024-09-09T17:14:46.772Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-09-09T17:14:46.880Z | Compiling bitstruct_derive v0.1.0 |
1914 | 2024-09-09T17:14:46.903Z | Checking ascii v1.1.0 |
1915 | 2024-09-09T17:14:46.940Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-09-09T17:14:47.063Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-09-09T17:14:47.087Z | Checking atomicwrites v0.4.3 |
1918 | 2024-09-09T17:14:47.173Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1919 | 2024-09-09T17:14:47.253Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1920 | 2024-09-09T17:14:47.277Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-09-09T17:14:47.301Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-09-09T17:14:47.441Z | Checking serde_arrays v0.1.0 |
1923 | 2024-09-09T17:14:47.547Z | Checking erased-serde v0.3.31 |
1924 | 2024-09-09T17:14:47.571Z | Compiling heck v0.3.3 |
1925 | 2024-09-09T17:14:47.595Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1926 | 2024-09-09T17:14:47.889Z | Checking yasna v0.5.2 |
1927 | 2024-09-09T17:14:47.982Z | Compiling zone_cfg_derive v0.1.2 |
1928 | 2024-09-09T17:14:48.022Z | Checking headers-core v0.2.0 |
1929 | 2024-09-09T17:14:48.072Z | Checking bitstruct v0.1.1 |
1930 | 2024-09-09T17:14:48.165Z | Checking base64 v0.13.1 |
1931 | 2024-09-09T17:14:48.189Z | Checking headers v0.3.9 |
1932 | 2024-09-09T17:14:48.367Z | Checking mockall v0.13.0 |
1933 | 2024-09-09T17:14:48.480Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-09-09T17:14:48.526Z | Checking ron v0.7.1 |
1935 | 2024-09-09T17:14:48.689Z | Checking rcgen v0.12.1 |
1936 | 2024-09-09T17:14:49.164Z | Checking portpicker v0.1.1 |
1937 | 2024-09-09T17:14:49.258Z | Checking subprocess v0.2.9 |
1938 | 2024-09-09T17:14:49.298Z | Checking highway v1.2.0 |
1939 | 2024-09-09T17:14:49.322Z | Checking zone v0.1.8 |
1940 | 2024-09-09T17:14:49.520Z | Compiling prettyplease v0.2.20 |
1941 | 2024-09-09T17:14:49.672Z | Compiling semver v0.1.20 |
1942 | 2024-09-09T17:14:49.727Z | Compiling cookie v0.18.1 |
1943 | 2024-09-09T17:14:49.808Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1944 | 2024-09-09T17:14:49.900Z | Checking half v2.4.1 |
1945 | 2024-09-09T17:14:49.993Z | Compiling rustc_version v0.1.7 |
1946 | 2024-09-09T17:14:50.080Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1947 | 2024-09-09T17:14:50.238Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1948 | 2024-09-09T17:14:50.389Z | Checking ciborium-io v0.2.2 |
1949 | 2024-09-09T17:14:50.501Z | Compiling newtype_derive v0.1.6 |
1950 | 2024-09-09T17:14:50.528Z | Checking ciborium-ll v0.2.2 |
1951 | 2024-09-09T17:14:50.636Z | Checking linked-hash-map v0.5.6 |
1952 | 2024-09-09T17:14:50.794Z | Checking ciborium v0.2.2 |
1953 | 2024-09-09T17:14:50.817Z | Compiling rayon-core v1.12.1 |
1954 | 2024-09-09T17:14:50.920Z | Checking lru-cache v0.1.2 |
1955 | 2024-09-09T17:14:50.962Z | Checking steno v0.4.1 |
1956 | 2024-09-09T17:14:51.096Z | Checking resolv-conf v0.7.0 |
1957 | 2024-09-09T17:14:51.124Z | Checking swrite v0.1.0 |
1958 | 2024-09-09T17:14:51.406Z | Checking hickory-resolver v0.24.1 |
1959 | 2024-09-09T17:14:52.134Z | Compiling home v0.5.9 |
1960 | 2024-09-09T17:14:53.232Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1961 | 2024-09-09T17:14:55.749Z | Compiling slog-dtrace v0.3.0 |
1962 | 2024-09-09T17:14:56.042Z | Compiling ring v0.16.20 |
1963 | 2024-09-09T17:14:56.100Z | Compiling blake3 v1.5.1 |
1964 | 2024-09-09T17:14:56.134Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-09-09T17:14:56.363Z | Compiling cancel-safe-futures v0.1.5 |
1966 | 2024-09-09T17:14:56.402Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-09-09T17:14:56.982Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1968 | 2024-09-09T17:14:57.165Z | Checking itertools v0.13.0 |
1969 | 2024-09-09T17:14:57.225Z | Checking libsw v3.3.1 |
1970 | 2024-09-09T17:14:57.311Z | Checking owo-colors v4.0.0 |
1971 | 2024-09-09T17:14:57.458Z | Checking linear-map v1.2.0 |
1972 | 2024-09-09T17:14:57.747Z | Compiling crossbeam-deque v0.8.5 |
1973 | 2024-09-09T17:14:58.797Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1974 | 2024-09-09T17:14:59.029Z | Compiling memmap2 v0.9.4 |
1975 | 2024-09-09T17:14:59.399Z | Compiling constant_time_eq v0.3.0 |
1976 | 2024-09-09T17:14:59.423Z | Compiling untrusted v0.7.1 |
1977 | 2024-09-09T17:14:59.458Z | Compiling spin v0.5.2 |
1978 | 2024-09-09T17:14:59.578Z | Compiling arrayvec v0.7.4 |
1979 | 2024-09-09T17:14:59.605Z | Compiling arrayref v0.3.7 |
1980 | 2024-09-09T17:14:59.708Z | Compiling rayon v1.10.0 |
1981 | 2024-09-09T17:15:00.387Z | Compiling toolchain_find v0.4.0 |
1982 | 2024-09-09T17:15:00.587Z | Compiling topological-sort v0.2.2 |
1983 | 2024-09-09T17:15:00.786Z | Compiling rustfmt-wrapper v0.2.1 |
1984 | 2024-09-09T17:15:00.968Z | Checking display-error-chain v0.2.1 |
1985 | 2024-09-09T17:15:01.099Z | Checking nibble_vec v0.1.0 |
1986 | 2024-09-09T17:15:01.275Z | Checking endian-type v0.1.2 |
1987 | 2024-09-09T17:15:01.299Z | Checking fxhash v0.2.1 |
1988 | 2024-09-09T17:15:01.460Z | Checking keccak v0.1.5 |
1989 | 2024-09-09T17:15:01.484Z | Checking radix_trie v0.2.1 |
1990 | 2024-09-09T17:15:01.633Z | Checking secrecy v0.8.0 |
1991 | 2024-09-09T17:15:01.743Z | Checking sha3 v0.10.8 |
1992 | 2024-09-09T17:15:01.812Z | Checking universal-hash v0.5.1 |
1993 | 2024-09-09T17:15:01.845Z | Checking opaque-debug v0.3.1 |
1994 | 2024-09-09T17:15:01.941Z | Checking maplit v1.0.2 |
1995 | 2024-09-09T17:15:01.976Z | Compiling curve25519-dalek v4.1.3 |
1996 | 2024-09-09T17:15:02.050Z | Compiling radium v0.7.0 |
1997 | 2024-09-09T17:15:02.090Z | Checking aead v0.5.2 |
1998 | 2024-09-09T17:15:02.294Z | Compiling curve25519-dalek-derive v0.1.1 |
1999 | 2024-09-09T17:15:02.498Z | Checking tap v1.0.1 |
2000 | 2024-09-09T17:15:02.522Z | Compiling maybe-uninit v2.0.0 |
2001 | 2024-09-09T17:15:02.672Z | Checking wyz v0.5.1 |
2002 | 2024-09-09T17:15:02.825Z | Checking poly1305 v0.8.0 |
2003 | 2024-09-09T17:15:03.007Z | Checking chacha20 v0.9.1 |
2004 | 2024-09-09T17:15:03.032Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2005 | 2024-09-09T17:15:03.058Z | Compiling packed_struct v0.10.1 |
2006 | 2024-09-09T17:15:03.252Z | Checking funty v2.0.0 |
2007 | 2024-09-09T17:15:03.321Z | Checking crc-catalog v2.4.0 |
2008 | 2024-09-09T17:15:03.547Z | Checking crc v3.2.1 |
2009 | 2024-09-09T17:15:03.850Z | Checking gethostname v0.5.0 |
2010 | 2024-09-09T17:15:03.928Z | Checking kstat-rs v0.2.4 |
2011 | 2024-09-09T17:15:03.968Z | Compiling packed_struct_codegen v0.10.1 |
2012 | 2024-09-09T17:15:04.045Z | Compiling omicron-zone-package v0.11.0 |
2013 | 2024-09-09T17:15:04.233Z | Checking bitvec v1.0.1 |
2014 | 2024-09-09T17:15:04.256Z | Compiling indexmap v1.9.3 |
2015 | 2024-09-09T17:15:04.513Z | Checking nodrop v0.1.14 |
2016 | 2024-09-09T17:15:04.537Z | Compiling libefi-sys v0.1.0 |
2017 | 2024-09-09T17:15:04.626Z | Checking array-init v0.0.4 |
2018 | 2024-09-09T17:15:04.849Z | Checking smallvec v0.6.14 |
2019 | 2024-09-09T17:15:05.104Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2020 | 2024-09-09T17:15:05.150Z | Compiling bitfield-struct v0.6.1 |
2021 | 2024-09-09T17:15:05.235Z | Checking hashbrown v0.12.3 |
2022 | 2024-09-09T17:15:05.454Z | Checking bitfield v0.14.0 |
2023 | 2024-09-09T17:15:05.538Z | Checking serde-hex v0.1.0 |
2024 | 2024-09-09T17:15:05.805Z | Checking bzip2 v0.4.4 |
2025 | 2024-09-09T17:15:06.329Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2026 | 2024-09-09T17:15:06.373Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2027 | 2024-09-09T17:15:06.396Z | Checking env_logger v0.10.2 |
2028 | 2024-09-09T17:15:06.558Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2029 | 2024-09-09T17:15:06.717Z | Checking ron v0.8.1 |
2030 | 2024-09-09T17:15:06.757Z | Checking x509-cert v0.2.5 |
2031 | 2024-09-09T17:15:06.827Z | Checking hashbrown v0.13.2 |
2032 | 2024-09-09T17:15:06.875Z | Compiling thiserror-impl-no-std v2.0.2 |
2033 | 2024-09-09T17:15:07.699Z | Compiling async-recursion v1.1.1 |
2034 | 2024-09-09T17:15:07.765Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2035 | 2024-09-09T17:15:07.875Z | Checking crc-any v2.5.0 |
2036 | 2024-09-09T17:15:08.097Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2037 | 2024-09-09T17:15:08.194Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2038 | 2024-09-09T17:15:08.424Z | Checking object v0.30.4 |
2039 | 2024-09-09T17:15:08.759Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2040 | 2024-09-09T17:15:08.850Z | Checking zip v0.6.6 |
2041 | 2024-09-09T17:15:08.977Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2042 | 2024-09-09T17:15:09.187Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2043 | 2024-09-09T17:15:09.266Z | Compiling parking_lot_core v0.8.6 |
2044 | 2024-09-09T17:15:09.446Z | Checking path-slash v0.1.5 |
2045 | 2024-09-09T17:15:09.556Z | Checking chacha20poly1305 v0.10.1 |
2046 | 2024-09-09T17:15:09.586Z | Checking glob v0.3.1 |
2047 | 2024-09-09T17:15:09.612Z | Checking thiserror-no-std v2.0.2 |
2048 | 2024-09-09T17:15:09.724Z | Checking vsss-rs v3.3.4 |
2049 | 2024-09-09T17:15:09.749Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2050 | 2024-09-09T17:15:09.854Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2051 | 2024-09-09T17:15:09.878Z | Checking hickory-client v0.24.1 |
2052 | 2024-09-09T17:15:09.901Z | Checking hickory-server v0.24.1 |
2053 | 2024-09-09T17:15:10.136Z | Checking parking_lot v0.11.2 |
2054 | 2024-09-09T17:15:10.292Z | Checking crossterm v0.28.1 |
2055 | 2024-09-09T17:15:10.443Z | Checking sled v0.34.7 |
2056 | 2024-09-09T17:15:10.467Z | Compiling buf-list v1.0.3 |
2057 | 2024-09-09T17:15:11.110Z | Compiling unicase v2.7.0 |
2058 | 2024-09-09T17:15:11.855Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2059 | 2024-09-09T17:15:12.073Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2060 | 2024-09-09T17:15:12.154Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2061 | 2024-09-09T17:15:12.237Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2062 | 2024-09-09T17:15:12.357Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2063 | 2024-09-09T17:15:12.890Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2064 | 2024-09-09T17:15:13.368Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2065 | 2024-09-09T17:15:13.695Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2066 | 2024-09-09T17:15:14.681Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2067 | 2024-09-09T17:15:15.770Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2068 | 2024-09-09T17:15:15.981Z | Checking nanorand v0.7.0 |
2069 | 2024-09-09T17:15:16.218Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2070 | 2024-09-09T17:15:16.300Z | Checking flume v0.11.0 |
2071 | 2024-09-09T17:15:16.859Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2072 | 2024-09-09T17:15:17.632Z | Compiling vte_generate_state_changes v0.1.1 |
2073 | 2024-09-09T17:15:17.717Z | Compiling mime_guess v2.0.4 |
2074 | 2024-09-09T17:15:17.741Z | Checking fd-lock v4.0.2 |
2075 | 2024-09-09T17:15:18.152Z | Compiling dsl_auto_type v0.1.2 |
2076 | 2024-09-09T17:15:18.187Z | Checking vte v0.11.1 |
2077 | 2024-09-09T17:15:18.870Z | Checking crossterm v0.27.0 |
2078 | 2024-09-09T17:15:19.053Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2079 | 2024-09-09T17:15:19.271Z | Checking strip-ansi-escapes v0.2.0 |
2080 | 2024-09-09T17:15:19.300Z | Checking scheduled-thread-pool v0.2.7 |
2081 | 2024-09-09T17:15:19.410Z | Compiling diesel_table_macro_syntax v0.2.0 |
2082 | 2024-09-09T17:15:19.502Z | Checking nu-ansi-term v0.50.0 |
2083 | 2024-09-09T17:15:19.587Z | Compiling crunchy v0.2.2 |
2084 | 2024-09-09T17:15:19.801Z | Compiling diesel_derives v2.2.2 |
2085 | 2024-09-09T17:15:19.835Z | Checking r2d2 v0.8.10 |
2086 | 2024-09-09T17:15:20.126Z | Compiling clang-sys v1.7.0 |
2087 | 2024-09-09T17:15:20.353Z | Checking reedline v0.33.0 |
2088 | 2024-09-09T17:15:20.595Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2089 | 2024-09-09T17:15:20.668Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2090 | 2024-09-09T17:15:20.714Z | Compiling pin-project-internal v1.1.5 |
2091 | 2024-09-09T17:15:20.835Z | Checking http-range v0.1.5 |
2092 | 2024-09-09T17:15:20.997Z | Compiling tiny-keccak v2.0.2 |
2093 | 2024-09-09T17:15:21.203Z | Checking hyper-staticfile v0.9.5 |
2094 | 2024-09-09T17:15:21.288Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2095 | 2024-09-09T17:15:21.678Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2096 | 2024-09-09T17:15:21.891Z | Compiling ref-cast v1.0.23 |
2097 | 2024-09-09T17:15:22.550Z | Compiling ascii-canvas v3.0.0 |
2098 | 2024-09-09T17:15:22.984Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2099 | 2024-09-09T17:15:23.028Z | Compiling ena v0.14.3 |
2100 | 2024-09-09T17:15:23.159Z | Checking pin-project v1.1.5 |
2101 | 2024-09-09T17:15:23.254Z | Compiling ref-cast-impl v1.0.23 |
2102 | 2024-09-09T17:15:23.283Z | Compiling libloading v0.8.3 |
2103 | 2024-09-09T17:15:23.388Z | Compiling diff v0.1.13 |
2104 | 2024-09-09T17:15:23.678Z | Compiling bindgen v0.69.4 |
2105 | 2024-09-09T17:15:24.048Z | Checking bytecount v0.6.8 |
2106 | 2024-09-09T17:15:24.220Z | Compiling regex-syntax v0.6.29 |
2107 | 2024-09-09T17:15:24.507Z | Checking papergrid v0.11.0 |
2108 | 2024-09-09T17:15:24.772Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2109 | 2024-09-09T17:15:26.011Z | Compiling which v4.4.2 |
2110 | 2024-09-09T17:15:26.602Z | Compiling tabled_derive v0.7.0 |
2111 | 2024-09-09T17:15:28.278Z | Compiling lalrpop v0.19.12 |
2112 | 2024-09-09T17:15:28.820Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2113 | 2024-09-09T17:15:29.336Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2114 | 2024-09-09T17:15:29.708Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2115 | 2024-09-09T17:15:31.702Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2116 | 2024-09-09T17:15:33.211Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2024-09-09T17:15:33.455Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2118 | 2024-09-09T17:15:33.808Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2119 | 2024-09-09T17:15:34.951Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2120 | 2024-09-09T17:15:34.979Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2121 | 2024-09-09T17:15:35.084Z | Checking diesel v2.2.3 |
2122 | 2024-09-09T17:15:35.476Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2123 | 2024-09-09T17:15:35.532Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2124 | 2024-09-09T17:15:36.085Z | Compiling cexpr v0.6.0 |
2125 | 2024-09-09T17:15:36.275Z | Compiling rustc-hash v1.1.0 |
2126 | 2024-09-09T17:15:36.411Z | Compiling shlex v1.3.0 |
2127 | 2024-09-09T17:15:36.780Z | Compiling lazycell v1.3.0 |
2128 | 2024-09-09T17:15:37.852Z | Checking tabled v0.15.0 |
2129 | 2024-09-09T17:15:38.144Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2130 | 2024-09-09T17:15:38.395Z | Compiling derive_builder_core v0.20.0 |
2131 | 2024-09-09T17:15:38.501Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2132 | 2024-09-09T17:15:39.056Z | Checking signal-hook-tokio v0.3.1 |
2133 | 2024-09-09T17:15:39.216Z | Compiling libxml v0.3.3 |
2134 | 2024-09-09T17:15:39.557Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2135 | 2024-09-09T17:15:40.403Z | Compiling derive_builder_macro v0.20.0 |
2136 | 2024-09-09T17:15:40.595Z | Compiling strum_macros v0.24.3 |
2137 | 2024-09-09T17:15:41.116Z | Compiling memoffset v0.9.1 |
2138 | 2024-09-09T17:15:41.367Z | Compiling indoc v1.0.9 |
2139 | 2024-09-09T17:15:42.343Z | Checking derive_builder v0.20.0 |
2140 | 2024-09-09T17:15:42.369Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2141 | 2024-09-09T17:15:42.707Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2142 | 2024-09-09T17:15:42.963Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2143 | 2024-09-09T17:15:43.508Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2144 | 2024-09-09T17:15:43.532Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2145 | 2024-09-09T17:15:43.718Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2146 | 2024-09-09T17:15:43.811Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2147 | 2024-09-09T17:15:44.231Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2148 | 2024-09-09T17:15:44.836Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2149 | 2024-09-09T17:15:45.412Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2150 | 2024-09-09T17:15:45.442Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2151 | 2024-09-09T17:15:45.573Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2152 | 2024-09-09T17:15:46.759Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2153 | 2024-09-09T17:15:47.313Z | Checking quick-xml v0.31.0 |
2154 | 2024-09-09T17:15:47.776Z | Compiling peg-macros v0.8.4 |
2155 | 2024-09-09T17:15:49.021Z | Compiling snafu-derive v0.8.2 |
2156 | 2024-09-09T17:15:50.760Z | Compiling oso-derive v0.27.3 |
2157 | 2024-09-09T17:15:50.994Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2158 | 2024-09-09T17:15:51.623Z | Compiling impl-trait-for-tuples v0.2.2 |
2159 | 2024-09-09T17:15:52.135Z | Compiling sqlparser_derive v0.2.2 |
2160 | 2024-09-09T17:15:53.016Z | Compiling dropshot v0.10.1 |
2161 | 2024-09-09T17:15:53.280Z | Checking unicode_categories v0.1.1 |
2162 | 2024-09-09T17:15:53.551Z | Checking sqlformat v0.2.4 |
2163 | 2024-09-09T17:15:53.598Z | Checking snafu v0.8.2 |
2164 | 2024-09-09T17:15:54.086Z | Checking sqlparser v0.45.0 |
2165 | 2024-09-09T17:15:54.942Z | Checking peg v0.8.4 |
2166 | 2024-09-09T17:15:55.204Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2167 | 2024-09-09T17:15:56.647Z | Checking rustyline v14.0.0 |
2168 | 2024-09-09T17:15:57.256Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2169 | 2024-09-09T17:15:57.703Z | Checking tungstenite v0.23.0 |
2170 | 2024-09-09T17:15:58.033Z | Checking globset v0.4.14 |
2171 | 2024-09-09T17:15:58.314Z | Checking olpc-cjson v0.1.3 |
2172 | 2024-09-09T17:15:58.457Z | Checking bcs v0.1.6 |
2173 | 2024-09-09T17:15:58.481Z | Checking serde_plain v1.0.2 |
2174 | 2024-09-09T17:15:58.532Z | Compiling dropshot_endpoint v0.10.1 |
2175 | 2024-09-09T17:15:58.720Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2176 | 2024-09-09T17:15:58.891Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2177 | 2024-09-09T17:15:58.982Z | Checking typed-path v0.7.1 |
2178 | 2024-09-09T17:15:59.303Z | Checking tokio-tungstenite v0.23.1 |
2179 | 2024-09-09T17:15:59.708Z | Checking nix v0.27.1 |
2180 | 2024-09-09T17:16:00.601Z | Checking tough v0.17.1 |
2181 | 2024-09-09T17:16:00.788Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2182 | 2024-09-09T17:16:01.022Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2183 | 2024-09-09T17:16:01.323Z | Checking bb8 v0.8.5 |
2184 | 2024-09-09T17:16:01.651Z | Checking serde-big-array v0.5.1 |
2185 | 2024-09-09T17:16:01.751Z | Compiling const_format_proc_macros v0.2.32 |
2186 | 2024-09-09T17:16:01.860Z | Checking parse-size v1.0.0 |
2187 | 2024-09-09T17:16:03.258Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2188 | 2024-09-09T17:16:03.525Z | Checking const_format v0.2.32 |
2189 | 2024-09-09T17:16:03.679Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2190 | 2024-09-09T17:16:03.955Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2191 | 2024-09-09T17:16:04.016Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2192 | 2024-09-09T17:16:04.391Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2193 | 2024-09-09T17:16:05.422Z | Checking async-bb8-diesel v0.2.1 |
2194 | 2024-09-09T17:16:05.949Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2195 | 2024-09-09T17:16:06.500Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2196 | 2024-09-09T17:16:06.635Z | Checking assert_matches v1.5.0 |
2197 | 2024-09-09T17:16:06.730Z | Checking heck v0.4.1 |
2198 | 2024-09-09T17:16:06.919Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2199 | 2024-09-09T17:16:06.994Z | Compiling portable-atomic v1.6.0 |
2200 | 2024-09-09T17:16:07.102Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2201 | 2024-09-09T17:16:07.282Z | Checking rand_seeder v0.3.0 |
2202 | 2024-09-09T17:16:07.489Z | Compiling libz-sys v1.1.16 |
2203 | 2024-09-09T17:16:07.542Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2204 | 2024-09-09T17:16:08.177Z | Checking number_prefix v0.4.0 |
2205 | 2024-09-09T17:16:08.342Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2206 | 2024-09-09T17:16:08.549Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2207 | 2024-09-09T17:16:08.769Z | Checking indicatif v0.17.8 |
2208 | 2024-09-09T17:16:09.586Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2209 | 2024-09-09T17:16:09.731Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2210 | 2024-09-09T17:16:10.278Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2211 | 2024-09-09T17:16:10.714Z | Compiling vergen v8.3.2 |
2212 | 2024-09-09T17:16:10.977Z | Compiling cargo-platform v0.1.8 |
2213 | 2024-09-09T17:16:11.425Z | Checking smawk v0.3.2 |
2214 | 2024-09-09T17:16:11.484Z | Checking unicode-linebreak v0.1.5 |
2215 | 2024-09-09T17:16:11.613Z | Checking is_ci v1.2.0 |
2216 | 2024-09-09T17:16:11.744Z | Checking supports-color v3.0.0 |
2217 | 2024-09-09T17:16:11.829Z | Checking textwrap v0.16.1 |
2218 | 2024-09-09T17:16:11.917Z | Compiling cargo_metadata v0.18.1 |
2219 | 2024-09-09T17:16:12.208Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2220 | 2024-09-09T17:16:13.240Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2221 | 2024-09-09T17:16:14.107Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2222 | 2024-09-09T17:16:14.131Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2223 | 2024-09-09T17:16:14.372Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2224 | 2024-09-09T17:16:14.611Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2225 | 2024-09-09T17:16:14.951Z | Checking castaway v0.2.3 |
2226 | 2024-09-09T17:16:15.044Z | Compiling libsqlite3-sys v0.28.0 |
2227 | 2024-09-09T17:16:15.130Z | Checking compact_str v0.8.0 |
2228 | 2024-09-09T17:16:15.216Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2229 | 2024-09-09T17:16:15.504Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2230 | 2024-09-09T17:16:15.979Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2231 | 2024-09-09T17:16:16.771Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2232 | 2024-09-09T17:16:17.040Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2233 | 2024-09-09T17:16:17.297Z | Checking unicode-truncate v1.0.0 |
2234 | 2024-09-09T17:16:17.509Z | Checking lru v0.12.3 |
2235 | 2024-09-09T17:16:17.545Z | Compiling instability v0.3.2 |
2236 | 2024-09-09T17:16:17.779Z | Checking cassowary v0.3.0 |
2237 | 2024-09-09T17:16:18.424Z | Checking ratatui v0.28.0 |
2238 | 2024-09-09T17:16:18.565Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2239 | 2024-09-09T17:16:19.254Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2240 | 2024-09-09T17:16:19.610Z | Checking hashlink v0.9.1 |
2241 | 2024-09-09T17:16:20.135Z | Checking fallible-iterator v0.3.0 |
2242 | 2024-09-09T17:16:20.159Z | Checking fallible-streaming-iterator v0.1.9 |
2243 | 2024-09-09T17:16:20.373Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2244 | 2024-09-09T17:16:20.634Z | Checking twox-hash v1.6.3 |
2245 | 2024-09-09T17:16:20.663Z | Checking rusqlite v0.31.0 |
2246 | 2024-09-09T17:16:20.902Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2247 | 2024-09-09T17:16:21.033Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2248 | 2024-09-09T17:16:22.007Z | Checking fatfs v0.3.6 |
2249 | 2024-09-09T17:16:22.447Z | Checking csv-core v0.1.11 |
2250 | 2024-09-09T17:16:22.734Z | Checking shell-words v1.1.0 |
2251 | 2024-09-09T17:16:22.875Z | Checking csv v1.3.0 |
2252 | 2024-09-09T17:16:22.899Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2253 | 2024-09-09T17:16:23.875Z | Checking rtoolbox v0.0.2 |
2254 | 2024-09-09T17:16:24.057Z | Checking rpassword v7.3.1 |
2255 | 2024-09-09T17:16:25.532Z | Checking tui-tree-widget v0.22.0 |
2256 | 2024-09-09T17:16:25.832Z | Checking polyval v0.6.2 |
2257 | 2024-09-09T17:16:26.079Z | Checking rfc6979 v0.4.0 |
2258 | 2024-09-09T17:16:26.252Z | Checking plotters-backend v0.3.5 |
2259 | 2024-09-09T17:16:26.589Z | Checking plotters-svg v0.3.5 |
2260 | 2024-09-09T17:16:26.803Z | Checking ecdsa v0.16.9 |
2261 | 2024-09-09T17:16:27.447Z | Checking ghash v0.5.1 |
2262 | 2024-09-09T17:16:27.625Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2263 | 2024-09-09T17:16:28.704Z | Checking primeorder v0.13.6 |
2264 | 2024-09-09T17:16:28.782Z | Checking ctr v0.9.2 |
2265 | 2024-09-09T17:16:29.187Z | Checking cast v0.3.0 |
2266 | 2024-09-09T17:16:29.387Z | Checking yansi v0.5.1 |
2267 | 2024-09-09T17:16:29.668Z | Checking pretty_assertions v1.4.0 |
2268 | 2024-09-09T17:16:29.871Z | Checking criterion-plot v0.5.0 |
2269 | 2024-09-09T17:16:29.994Z | Checking aes-gcm v0.10.3 |
2270 | 2024-09-09T17:16:30.243Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2271 | 2024-09-09T17:16:30.358Z | Checking plotters v0.3.5 |
2272 | 2024-09-09T17:16:31.856Z | Checking ed25519 v2.2.3 |
2273 | 2024-09-09T17:16:32.127Z | Checking ssh-encoding v0.2.0 |
2274 | 2024-09-09T17:16:32.435Z | Checking tinytemplate v1.2.1 |
2275 | 2024-09-09T17:16:32.774Z | Checking blowfish v0.9.1 |
2276 | 2024-09-09T17:16:32.989Z | Checking oorandom v11.1.3 |
2277 | 2024-09-09T17:16:33.145Z | Checking anes v0.1.6 |
2278 | 2024-09-09T17:16:33.471Z | Checking criterion v0.5.1 |
2279 | 2024-09-09T17:16:35.766Z | Checking bcrypt-pbkdf v0.10.0 |
2280 | 2024-09-09T17:16:36.003Z | Checking ssh-cipher v0.2.0 |
2281 | 2024-09-09T17:16:36.167Z | Checking ed25519-dalek v2.1.1 |
2282 | 2024-09-09T17:16:36.281Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2283 | 2024-09-09T17:16:36.493Z | Checking password-hash v0.4.2 |
2284 | 2024-09-09T17:16:36.712Z | Checking hex-literal v0.4.1 |
2285 | 2024-09-09T17:16:36.830Z | Checking matches v0.1.10 |
2286 | 2024-09-09T17:16:36.881Z | Checking pbkdf2 v0.11.0 |
2287 | 2024-09-09T17:16:36.925Z | Checking idna v0.2.3 |
2288 | 2024-09-09T17:16:37.137Z | Checking ssh-key v0.6.6 |
2289 | 2024-09-09T17:16:37.565Z | Checking p384 v0.13.0 |
2290 | 2024-09-09T17:16:37.594Z | Checking p256 v0.13.2 |
2291 | 2024-09-09T17:16:37.992Z | Checking p521 v0.13.3 |
2292 | 2024-09-09T17:16:38.473Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2293 | 2024-09-09T17:16:38.579Z | Checking russh-cryptovec v0.7.2 |
2294 | 2024-09-09T17:16:38.764Z | Compiling enum-as-inner v0.5.1 |
2295 | 2024-09-09T17:16:39.078Z | Compiling target-lexicon v0.12.16 |
2296 | 2024-09-09T17:16:39.162Z | Compiling doc-comment v0.3.3 |
2297 | 2024-09-09T17:16:39.635Z | Checking md5 v0.7.0 |
2298 | 2024-09-09T17:16:39.841Z | Checking trust-dns-proto v0.22.0 |
2299 | 2024-09-09T17:16:39.890Z | Checking russh-keys v0.45.0 |
2300 | 2024-09-09T17:16:40.015Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2301 | 2024-09-09T17:16:41.086Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2302 | 2024-09-09T17:16:41.426Z | Checking http-body v1.0.0 |
2303 | 2024-09-09T17:16:41.617Z | Checking num-bigint v0.4.5 |
2304 | 2024-09-09T17:16:41.766Z | Checking des v0.8.1 |
2305 | 2024-09-09T17:16:42.012Z | Compiling dhcproto-macros v0.1.0 |
2306 | 2024-09-09T17:16:42.825Z | Compiling guppy-workspace-hack v0.1.0 |
2307 | 2024-09-09T17:16:43.068Z | Compiling assert_cmd v2.0.16 |
2308 | 2024-09-09T17:16:43.096Z | Checking regex-automata v0.1.10 |
2309 | 2024-09-09T17:16:43.451Z | Checking tower-layer v0.3.2 |
2310 | 2024-09-09T17:16:43.507Z | Checking bstr v0.2.17 |
2311 | 2024-09-09T17:16:43.717Z | Checking tower v0.4.13 |
2312 | 2024-09-09T17:16:43.741Z | Checking russh v0.45.0 |
2313 | 2024-09-09T17:16:44.264Z | Checking dhcproto v0.12.0 |
2314 | 2024-09-09T17:16:44.361Z | Checking hyper v1.3.1 |
2315 | 2024-09-09T17:16:45.607Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2316 | 2024-09-09T17:16:45.796Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2317 | 2024-09-09T17:16:46.110Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2318 | 2024-09-09T17:16:46.585Z | Compiling target-spec v3.2.1 |
2319 | 2024-09-09T17:16:46.631Z | Checking internet-checksum v0.2.1 |
2320 | 2024-09-09T17:16:47.262Z | Checking cfg-expr v0.16.0 |
2321 | 2024-09-09T17:16:47.943Z | Checking hyper-util v0.1.3 |
2322 | 2024-09-09T17:16:48.069Z | Checking httptest v0.15.5 |
2323 | 2024-09-09T17:16:48.309Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2324 | 2024-09-09T17:16:48.723Z | Checking rustls-native-certs v0.7.0 |
2325 | 2024-09-09T17:16:48.866Z | Checking num_cpus v1.16.0 |
2326 | 2024-09-09T17:16:49.263Z | Checking hyper-rustls v0.26.0 |
2327 | 2024-09-09T17:16:49.568Z | Checking threadpool v1.8.1 |
2328 | 2024-09-09T17:16:50.095Z | Checking pathdiff v0.2.1 |
2329 | 2024-09-09T17:16:50.245Z | Compiling toml_edit v0.21.1 |
2330 | 2024-09-09T17:16:50.629Z | Compiling rstest_macros v0.22.0 |
2331 | 2024-09-09T17:16:51.102Z | Checking escape8259 v0.5.2 |
2332 | 2024-09-09T17:16:51.158Z | Compiling samael v0.0.15 |
2333 | 2024-09-09T17:16:51.280Z | Checking nested v0.1.1 |
2334 | 2024-09-09T17:16:51.477Z | Checking guppy v0.17.7 |
2335 | 2024-09-09T17:16:51.999Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2336 | 2024-09-09T17:16:53.297Z | Compiling proc-macro-crate v3.1.0 |
2337 | 2024-09-09T17:16:54.519Z | Checking libtest-mimic v0.7.3 |
2338 | 2024-09-09T17:16:54.745Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2339 | 2024-09-09T17:16:54.913Z | Checking similar-asserts v1.5.0 |
2340 | 2024-09-09T17:16:55.021Z | Checking fancy-regex v0.13.0 |
2341 | 2024-09-09T17:16:55.153Z | Compiling relative-path v1.9.3 |
2342 | 2024-09-09T17:16:55.702Z | Compiling trybuild v1.0.99 |
2343 | 2024-09-09T17:16:55.777Z | Checking datatest-stable v0.2.9 |
2344 | 2024-09-09T17:16:56.062Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2345 | 2024-09-09T17:16:56.178Z | Checking blake2b_simd v1.0.2 |
2346 | 2024-09-09T17:16:56.827Z | Compiling git2 v0.19.0 |
2347 | 2024-09-09T17:16:56.880Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2348 | 2024-09-09T17:16:57.165Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2349 | 2024-09-09T17:16:58.467Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2350 | 2024-09-09T17:16:58.826Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2351 | 2024-09-09T17:16:59.136Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2352 | 2024-09-09T17:16:59.231Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2353 | 2024-09-09T17:16:59.550Z | Checking serde_tokenstream v0.2.2 |
2354 | 2024-09-09T17:16:59.637Z | Checking uzers v0.11.3 |
2355 | 2024-09-09T17:16:59.908Z | Checking indent_write v2.2.0 |
2356 | 2024-09-09T17:16:59.969Z | Checking futures-timer v3.0.3 |
2357 | 2024-09-09T17:17:00.242Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2358 | 2024-09-09T17:17:00.302Z | Checking rust-argon2 v2.1.0 |
2359 | 2024-09-09T17:17:00.706Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2360 | 2024-09-09T17:17:01.542Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2361 | 2024-09-09T17:17:02.074Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2362 | 2024-09-09T17:17:02.356Z | Checking rand_distr v0.4.3 |
2363 | 2024-09-09T17:17:02.985Z | Checking multimap v0.10.0 |
2364 | 2024-09-09T17:17:03.173Z | Checking approx v0.5.1 |
2365 | 2024-09-09T17:17:03.286Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2366 | 2024-09-09T17:17:03.385Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2367 | 2024-09-09T17:17:03.902Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2368 | 2024-09-09T17:17:04.586Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2369 | 2024-09-09T17:17:05.096Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2370 | 2024-09-09T17:17:05.121Z | Checking rstest v0.22.0 |
2371 | 2024-09-09T17:17:05.305Z | Checking partial-io v0.5.4 |
2372 | 2024-09-09T17:17:05.379Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2373 | 2024-09-09T17:17:05.475Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2374 | 2024-09-09T17:17:05.615Z | Checking cargo_toml v0.20.4 |
2375 | 2024-09-09T17:17:05.653Z | Checking termios v0.3.3 |
2376 | 2024-09-09T17:17:05.877Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2377 | 2024-09-09T17:17:07.096Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2378 | 2024-09-09T17:17:07.187Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2379 | 2024-09-09T17:17:20.563Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2380 | 2024-09-09T17:17:25.835Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2381 | 2024-09-09T17:17:26.213Z | Compiling polar-core v0.27.3 |
2382 | 2024-09-09T17:17:35.112Z | Checking oso v0.27.3 |
2383 | 2024-09-09T17:17:48.137Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2384 | 2024-09-09T17:17:48.668Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2385 | 2024-09-09T17:17:49.312Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2386 | 2024-09-09T17:18:21.630Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2387 | 2024-09-09T17:18:21.630Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2388 | 2024-09-09T17:18:21.654Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2389 | 2024-09-09T17:19:52.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 49s |
2390 | 2024-09-09T17:19:52.899Z | |
2391 | 2024-09-09T17:19:52.899Z | real 5:56.119306465 |
2392 | 2024-09-09T17:19:52.899Z | user 30:20.635380124 |
2393 | 2024-09-09T17:19:52.900Z | sys 5:43.629348629 |
2394 | 2024-09-09T17:19:52.900Z | trap 0.846819183 |
2395 | 2024-09-09T17:19:52.900Z | tflt 1.247292386 |
2396 | 2024-09-09T17:19:52.923Z | dflt 0.323194798 |
2397 | 2024-09-09T17:19:52.923Z | kflt 0.001190093 |
2398 | 2024-09-09T17:19:52.923Z | lock 47:01.835957429 |
2399 | 2024-09-09T17:19:52.923Z | slp 1:47:55.439936207 |
2400 | 2024-09-09T17:19:52.923Z | lat 1:36.460010587 |
2401 | 2024-09-09T17:19:52.923Z | stop 5:16.649427129 |
2402 | 2024-09-09T17:19:52.923Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2403 | 2024-09-09T17:19:52.923Z | + ptime -m cargo doc --workspace --no-deps |
2404 | 2024-09-09T17:19:54.376Z | warning: output filename collision. |
2405 | 2024-09-09T17:19:54.376Z | 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)`. |
2406 | 2024-09-09T17:19:54.376Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2407 | 2024-09-09T17:19:54.376Z | The targets should have unique names. |
2408 | 2024-09-09T17:19:54.376Z | This is a known bug where multiple crates with the same name use |
2409 | 2024-09-09T17:19:54.376Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2410 | 2024-09-09T17:19:54.914Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2411 | 2024-09-09T17:19:54.950Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2412 | 2024-09-09T17:19:54.973Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2413 | 2024-09-09T17:19:55.019Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2414 | 2024-09-09T17:19:55.055Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2415 | 2024-09-09T17:19:55.055Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2416 | 2024-09-09T17:19:55.221Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2024-09-09T17:19:55.316Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2418 | 2024-09-09T17:19:55.316Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2419 | 2024-09-09T17:19:55.359Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2420 | 2024-09-09T17:19:55.387Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2421 | 2024-09-09T17:19:55.531Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2422 | 2024-09-09T17:19:55.607Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2423 | 2024-09-09T17:19:55.630Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2424 | 2024-09-09T17:19:55.789Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2425 | 2024-09-09T17:19:56.016Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2426 | 2024-09-09T17:19:56.780Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2427 | 2024-09-09T17:19:58.768Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2428 | 2024-09-09T17:19:59.065Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2429 | 2024-09-09T17:19:59.256Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2430 | 2024-09-09T17:19:59.368Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2431 | 2024-09-09T17:19:59.560Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2432 | 2024-09-09T17:19:59.680Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2433 | 2024-09-09T17:19:59.856Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2434 | 2024-09-09T17:19:59.899Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2435 | 2024-09-09T17:20:00.154Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2436 | 2024-09-09T17:20:00.332Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2437 | 2024-09-09T17:20:00.484Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2438 | 2024-09-09T17:20:00.581Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2439 | 2024-09-09T17:20:00.834Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-09-09T17:20:01.094Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2441 | 2024-09-09T17:20:01.209Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2442 | 2024-09-09T17:20:01.237Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2443 | 2024-09-09T17:20:01.485Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2444 | 2024-09-09T17:20:01.533Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2445 | 2024-09-09T17:20:01.811Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2446 | 2024-09-09T17:20:01.840Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2447 | 2024-09-09T17:20:01.892Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2448 | 2024-09-09T17:20:02.028Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2449 | 2024-09-09T17:20:02.197Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2450 | 2024-09-09T17:20:02.274Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2451 | 2024-09-09T17:20:02.331Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2452 | 2024-09-09T17:20:06.313Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2453 | 2024-09-09T17:20:06.738Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2454 | 2024-09-09T17:20:06.869Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2455 | 2024-09-09T17:20:07.318Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2456 | 2024-09-09T17:20:08.555Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2457 | 2024-09-09T17:20:09.004Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2458 | 2024-09-09T17:20:09.091Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2459 | 2024-09-09T17:20:09.296Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2460 | 2024-09-09T17:20:10.271Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2461 | 2024-09-09T17:20:13.632Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2462 | 2024-09-09T17:20:14.360Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2463 | 2024-09-09T17:20:14.677Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2464 | 2024-09-09T17:20:15.145Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2465 | 2024-09-09T17:20:15.505Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2466 | 2024-09-09T17:20:15.725Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2467 | 2024-09-09T17:20:16.725Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2468 | 2024-09-09T17:20:17.443Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2469 | 2024-09-09T17:20:17.929Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2470 | 2024-09-09T17:20:17.976Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2471 | 2024-09-09T17:20:18.316Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2472 | 2024-09-09T17:20:18.462Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2473 | 2024-09-09T17:20:18.494Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2474 | 2024-09-09T17:20:18.533Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2475 | 2024-09-09T17:20:18.750Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2476 | 2024-09-09T17:20:19.156Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2477 | 2024-09-09T17:20:19.928Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2478 | 2024-09-09T17:20:20.036Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2479 | 2024-09-09T17:20:20.059Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2480 | 2024-09-09T17:20:20.482Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2481 | 2024-09-09T17:20:20.647Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2482 | 2024-09-09T17:20:21.010Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2483 | 2024-09-09T17:20:21.195Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-09-09T17:20:21.462Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2485 | 2024-09-09T17:20:21.620Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2486 | 2024-09-09T17:20:21.855Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2487 | 2024-09-09T17:20:21.905Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2024-09-09T17:20:21.960Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2489 | 2024-09-09T17:20:22.236Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2490 | 2024-09-09T17:20:22.406Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2491 | 2024-09-09T17:20:22.430Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2492 | 2024-09-09T17:20:23.215Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-09-09T17:20:23.282Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2494 | 2024-09-09T17:20:23.631Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2495 | 2024-09-09T17:20:23.673Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2496 | 2024-09-09T17:20:24.085Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2497 | 2024-09-09T17:20:24.787Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2498 | 2024-09-09T17:20:25.118Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2499 | 2024-09-09T17:20:25.303Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2500 | 2024-09-09T17:20:25.402Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2501 | 2024-09-09T17:20:25.868Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2502 | 2024-09-09T17:20:27.068Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2503 | 2024-09-09T17:20:27.179Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2504 | 2024-09-09T17:20:27.206Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2505 | 2024-09-09T17:20:29.667Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2506 | 2024-09-09T17:20:29.710Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2507 | 2024-09-09T17:20:30.322Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2508 | 2024-09-09T17:20:30.627Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-09-09T17:20:31.346Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2510 | 2024-09-09T17:20:32.118Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2511 | 2024-09-09T17:20:34.402Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2024-09-09T17:20:35.202Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2513 | 2024-09-09T17:20:36.140Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2514 | 2024-09-09T17:20:36.577Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-09-09T17:20:45.282Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2516 | 2024-09-09T17:20:51.441Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2517 | 2024-09-09T17:20:52.577Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2518 | 2024-09-09T17:21:14.113Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2519 | 2024-09-09T17:21:18.387Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2520 | 2024-09-09T17:21:20.171Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2521 | 2024-09-09T17:21:23.190Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2522 | 2024-09-09T17:21:25.261Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2523 | 2024-09-09T17:21:29.493Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2024-09-09T17:21:36.454Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2525 | 2024-09-09T17:21:43.731Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2526 | 2024-09-09T17:21:44.835Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2527 | 2024-09-09T17:21:45.575Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2528 | 2024-09-09T17:21:52.259Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2529 | 2024-09-09T17:21:55.449Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2530 | 2024-09-09T17:21:57.767Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2531 | 2024-09-09T17:21:59.663Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2532 | 2024-09-09T17:22:02.079Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2533 | 2024-09-09T17:22:03.006Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2534 | 2024-09-09T17:22:04.000Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2535 | 2024-09-09T17:22:06.158Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2536 | 2024-09-09T17:22:11.003Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2537 | 2024-09-09T17:22:14.325Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2538 | 2024-09-09T17:22:35.577Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2539 | 2024-09-09T17:22:39.227Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2540 | 2024-09-09T17:22:40.180Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2541 | 2024-09-09T17:22:41.736Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2542 | 2024-09-09T17:22:47.551Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2543 | 2024-09-09T17:22:50.385Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2544 | 2024-09-09T17:22:54.982Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2545 | 2024-09-09T17:23:01.658Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2546 | 2024-09-09T17:23:02.717Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2547 | 2024-09-09T17:23:04.120Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2548 | 2024-09-09T17:23:11.679Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2549 | 2024-09-09T17:23:13.364Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2550 | 2024-09-09T17:23:14.995Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2551 | 2024-09-09T17:23:17.503Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2552 | 2024-09-09T17:23:19.119Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2553 | 2024-09-09T17:23:25.768Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2554 | 2024-09-09T17:23:29.905Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2555 | 2024-09-09T17:23:37.948Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2556 | 2024-09-09T17:23:39.985Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2557 | 2024-09-09T17:23:41.507Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2558 | 2024-09-09T17:23:41.676Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2559 | 2024-09-09T17:23:41.987Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2560 | 2024-09-09T17:23:47.936Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2561 | 2024-09-09T17:23:55.556Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2562 | 2024-09-09T17:23:57.288Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2563 | 2024-09-09T17:23:57.807Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2564 | 2024-09-09T17:24:01.167Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2565 | 2024-09-09T17:24:01.253Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2566 | 2024-09-09T17:24:01.520Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2567 | 2024-09-09T17:24:08.383Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2568 | 2024-09-09T17:24:17.412Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2569 | 2024-09-09T17:24:17.447Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2570 | 2024-09-09T17:24:17.743Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2571 | 2024-09-09T17:24:18.604Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2572 | 2024-09-09T17:24:22.140Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2573 | 2024-09-09T17:24:23.698Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2574 | 2024-09-09T17:24:25.373Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2575 | 2024-09-09T17:24:28.306Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2576 | 2024-09-09T17:24:34.457Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2577 | 2024-09-09T17:24:35.608Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2578 | 2024-09-09T17:24:36.425Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2579 | 2024-09-09T17:24:37.786Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2580 | 2024-09-09T17:24:39.821Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2581 | 2024-09-09T17:24:40.614Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2582 | 2024-09-09T17:24:43.179Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2583 | 2024-09-09T17:24:46.673Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2584 | 2024-09-09T17:24:49.998Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2585 | 2024-09-09T17:24:52.548Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2586 | 2024-09-09T17:24:52.572Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2587 | 2024-09-09T17:24:53.305Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2588 | 2024-09-09T17:24:55.769Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2589 | 2024-09-09T17:24:55.873Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2590 | 2024-09-09T17:24:57.972Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2591 | 2024-09-09T17:24:59.430Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2592 | 2024-09-09T17:25:00.979Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2593 | 2024-09-09T17:25:01.977Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2594 | 2024-09-09T17:25:02.412Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2595 | 2024-09-09T17:25:05.073Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2596 | 2024-09-09T17:25:07.896Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2597 | 2024-09-09T17:25:10.443Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2598 | 2024-09-09T17:25:10.537Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2599 | 2024-09-09T17:25:15.585Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2600 | 2024-09-09T17:25:17.181Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2601 | 2024-09-09T17:25:17.725Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2602 | 2024-09-09T17:25:17.843Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2603 | 2024-09-09T17:25:21.344Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2604 | 2024-09-09T17:25:21.841Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2605 | 2024-09-09T17:25:21.907Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2606 | 2024-09-09T17:25:22.343Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2607 | 2024-09-09T17:25:22.460Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2608 | 2024-09-09T17:25:22.875Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2609 | 2024-09-09T17:25:24.969Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2610 | 2024-09-09T17:25:26.333Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2611 | 2024-09-09T17:25:26.740Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2612 | 2024-09-09T17:25:29.476Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2613 | 2024-09-09T17:25:30.246Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2614 | 2024-09-09T17:25:31.108Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2615 | 2024-09-09T17:25:31.875Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2616 | 2024-09-09T17:25:32.370Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2617 | 2024-09-09T17:25:33.122Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2618 | 2024-09-09T17:26:07.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
2619 | 2024-09-09T17:26:07.351Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2620 | 2024-09-09T17:26:07.422Z | |
2621 | 2024-09-09T17:26:07.446Z | real 6:14.471242876 |
2622 | 2024-09-09T17:26:07.446Z | user 18:46.024852488 |
2623 | 2024-09-09T17:26:07.446Z | sys 26:32.799547696 |
2624 | 2024-09-09T17:26:07.446Z | trap 0.333006333 |
2625 | 2024-09-09T17:26:07.446Z | tflt 0.124446571 |
2626 | 2024-09-09T17:26:07.446Z | dflt 0.322897975 |
2627 | 2024-09-09T17:26:07.446Z | kflt 0.000150836 |
2628 | 2024-09-09T17:26:07.446Z | lock 57:09.561901920 |
2629 | 2024-09-09T17:26:07.446Z | slp 1:42:44.474291644 |
2630 | 2024-09-09T17:26:07.446Z | lat 1:07.093603673 |
2631 | 2024-09-09T17:26:07.446Z | stop 57.134029132 |
2632 | 2024-09-09T17:26:07.446Z | process exited: duration 976931 ms, exit code 0 |
|
2633 | 2024-09-09T17:26:07.494Z | found 0 output files |