|
|
|
1 | 2024-10-30T13:27:50.529Z | job assigned to worker 01JBESQJK08D38P4YKET24SKB3 (queued for 58 s) |
|
2 | 2024-10-30T13:27:58.244Z | starting task 0: "setup" |
3 | 2024-10-30T13:27:58.256Z | ++ uname -s |
4 | 2024-10-30T13:27:58.258Z | + kern=SunOS |
5 | 2024-10-30T13:27:58.258Z | + case "$kern" in |
6 | 2024-10-30T13:27:58.258Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:27:58.258Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:27:58.260Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:00.271Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:00.347Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:00.350Z | + home_fs=zfs |
12 | 2024-10-30T13:28:00.350Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:00.350Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:00.352Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:02.355Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:02.358Z | process exited: duration 4112 ms, exit code 0 |
|
17 | 2024-10-30T13:28:02.363Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:02.369Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:02.369Z | * toolchain channel = "1.82.0" |
20 | 2024-10-30T13:28:02.369Z | ' 1.82.0 |
21 | 2024-10-30T13:28:02.369Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T13:28:02.369Z | ' default |
23 | 2024-10-30T13:28:02.370Z | * toolchain profile = "default" |
24 | 2024-10-30T13:28:02.372Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:02.372Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T13:28:02.487Z | info: downloading installer |
27 | 2024-10-30T13:28:03.628Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:03.630Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:03.631Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:03.797Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:03.797Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:04.750Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:05.104Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:06.440Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:08.547Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:16.097Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:16.367Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:17.200Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:17.599Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:19.372Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:21.316Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:27.620Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:27.961Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:27.961Z | |
45 | 2024-10-30T13:28:28.358Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:28.358Z | |
47 | 2024-10-30T13:28:28.365Z | |
48 | 2024-10-30T13:28:28.365Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:28.365Z | |
50 | 2024-10-30T13:28:28.365Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:28.365Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:28.366Z | |
53 | 2024-10-30T13:28:28.366Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:28.366Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:28.366Z | |
56 | 2024-10-30T13:28:28.366Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:28.366Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:28.366Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:28.430Z | + rustc --version |
60 | 2024-10-30T13:28:28.500Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:28.503Z | process exited: duration 26134 ms, exit code 0 |
|
62 | 2024-10-30T13:28:28.511Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:28.531Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-30T13:28:28.536Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:28.542Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T13:28:28.545Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T13:28:28.587Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T13:28:34.962Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T13:28:34.965Z | + git fetch origin 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
70 | 2024-10-30T13:28:35.275Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T13:28:35.275Z | * branch 417a9860d36cb60bc2a7fa04d452983b52da1ccd -> FETCH_HEAD |
72 | 2024-10-30T13:28:35.287Z | + [[ -n john/fix-rss-dns-typo ]] |
73 | 2024-10-30T13:28:35.289Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:35.292Z | + current=main |
75 | 2024-10-30T13:28:35.292Z | + [[ main != john/fix-rss-dns-typo ]] |
76 | 2024-10-30T13:28:35.292Z | + git branch -f john/fix-rss-dns-typo 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
77 | 2024-10-30T13:28:35.295Z | + git checkout -f john/fix-rss-dns-typo |
78 | 2024-10-30T13:28:35.332Z | Switched to branch 'john/fix-rss-dns-typo' |
79 | 2024-10-30T13:28:35.334Z | + git reset --hard 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
80 | 2024-10-30T13:28:35.373Z | HEAD is now at 417a9860d Fix DNS port typo in RSS |
81 | 2024-10-30T13:28:35.376Z | process exited: duration 6836 ms, exit code 0 |
|
82 | 2024-10-30T13:28:35.381Z | starting task 4: "build" |
83 | 2024-10-30T13:28:35.387Z | + source ./env.sh |
84 | 2024-10-30T13:28:35.387Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-10-30T13:28:35.387Z | ++ set -o xtrace |
86 | 2024-10-30T13:28:35.390Z | ++++ dirname ./env.sh |
87 | 2024-10-30T13:28:35.393Z | +++ readlink -f . |
88 | 2024-10-30T13:28:35.395Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-10-30T13:28:35.395Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-30T13:28:35.395Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-10-30T13:28:35.395Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-10-30T13:28:35.395Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-10-30T13:28:35.397Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-10-30T13:28:35.398Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-10-30T13:28:35.398Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-10-30T13:28:35.398Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-30T13:28:35.398Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-10-30T13:28:35.398Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-10-30T13:28:35.398Z | + source .github/buildomat/ci-env.sh |
100 | 2024-10-30T13:28:35.398Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-10-30T13:28:35.398Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-10-30T13:28:35.398Z | + cargo --version |
103 | 2024-10-30T13:28:35.456Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
104 | 2024-10-30T13:28:35.459Z | + rustc --version |
105 | 2024-10-30T13:28:35.523Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
106 | 2024-10-30T13:28:35.527Z | + banner prerequisites |
107 | 2024-10-30T13:28:35.529Z | |
108 | 2024-10-30T13:28:35.529Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-10-30T13:28:35.529Z | # # # # # # # # # # # # # # # |
110 | 2024-10-30T13:28:35.529Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-10-30T13:28:35.529Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-10-30T13:28:35.529Z | # # # # # # # # # # # # # # # |
113 | 2024-10-30T13:28:35.530Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-10-30T13:28:35.530Z | |
115 | 2024-10-30T13:28:35.532Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-10-30T13:28:43.784Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-10-30T13:28:47.056Z | Startup: Caching catalogs ... Done |
118 | 2024-10-30T13:28:54.291Z | Planning: Solver setup ... Done (6.452s) |
119 | 2024-10-30T13:28:54.383Z | Planning: Running solver ... Done (0.094s) |
120 | 2024-10-30T13:28:54.467Z | Planning: Finding local manifests ... Done (0.004s) |
121 | 2024-10-30T13:28:54.481Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-10-30T13:28:54.705Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-10-30T13:28:54.813Z | Planning: Package planning ... Done (0.106s) |
124 | 2024-10-30T13:28:54.869Z | Planning: Merging actions ... Done (0.057s) |
125 | 2024-10-30T13:28:55.068Z | Planning: Checking for conflicting actions ... Done (0.198s) |
126 | 2024-10-30T13:28:57.031Z | Planning: Consolidating action changes ... Done (1.963s) |
127 | 2024-10-30T13:28:57.479Z | Planning: Evaluating mediators ... Done (0.448s) |
128 | 2024-10-30T13:28:57.561Z | Planning: Planning completed in 10.42 seconds |
129 | 2024-10-30T13:28:57.577Z | Packages to install: 4 |
130 | 2024-10-30T13:28:57.577Z | Packages to update: 1 |
131 | 2024-10-30T13:28:57.579Z | Mediators to change: 2 |
132 | 2024-10-30T13:28:57.579Z | Services to change: 1 |
133 | 2024-10-30T13:28:57.579Z | Estimated space available: 155.61 GB |
134 | 2024-10-30T13:28:57.579Z | Estimated space to be consumed: 1.58 GB |
135 | 2024-10-30T13:28:57.579Z | Create boot environment: No |
136 | 2024-10-30T13:28:57.579Z | Create backup boot environment: Yes |
137 | 2024-10-30T13:28:57.579Z | Rebuild boot archive: No |
138 | 2024-10-30T13:28:57.579Z | |
139 | 2024-10-30T13:28:57.580Z | Changed mediators: |
140 | 2024-10-30T13:28:57.580Z | mediator clang: |
141 | 2024-10-30T13:28:57.580Z | version: None -> 15 (system default) |
142 | 2024-10-30T13:28:57.580Z | |
143 | 2024-10-30T13:28:57.580Z | mediator llvm: |
144 | 2024-10-30T13:28:57.580Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-10-30T13:28:57.580Z | |
146 | 2024-10-30T13:28:57.580Z | Changed packages: |
147 | 2024-10-30T13:28:57.580Z | helios-dev |
148 | 2024-10-30T13:28:57.580Z | developer/build-essential |
149 | 2024-10-30T13:28:57.580Z | None -> 11-2.0 |
150 | 2024-10-30T13:28:57.580Z | library/libxmlsec1 |
151 | 2024-10-30T13:28:57.580Z | None -> 1.2.35-2.0 |
152 | 2024-10-30T13:28:57.580Z | ooce/developer/clang-15 |
153 | 2024-10-30T13:28:57.580Z | None -> 15.0.7-2.0 |
154 | 2024-10-30T13:28:57.580Z | ooce/developer/llvm-15 |
155 | 2024-10-30T13:28:57.580Z | None -> 15.0.7-2.0 |
156 | 2024-10-30T13:28:57.580Z | package/pkg |
157 | 2024-10-30T13:28:57.580Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-10-30T13:28:57.580Z | |
159 | 2024-10-30T13:28:57.580Z | Services: |
160 | 2024-10-30T13:28:57.580Z | restart_fmri: |
161 | 2024-10-30T13:28:57.580Z | svc:/system/update-man-index:default |
162 | 2024-10-30T13:28:57.580Z | |
163 | 2024-10-30T13:28:57.580Z | Editable files to change: |
164 | 2024-10-30T13:28:57.580Z | Update: |
165 | 2024-10-30T13:28:57.580Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-10-30T13:28:57.664Z | |
167 | 2024-10-30T13:28:57.664Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-10-30T13:29:02.666Z | Download: 592/4281 items 17.7/220.6MB 8% complete (3.6M/s) |
169 | 2024-10-30T13:29:07.667Z | Download: 1191/4281 items 76.3/220.6MB 34% complete (7.6M/s) |
170 | 2024-10-30T13:29:12.682Z | Download: 1468/4281 items 117.3/220.6MB 53% complete (9.9M/s) |
171 | 2024-10-30T13:29:17.686Z | Download: 2015/4281 items 118.7/220.6MB 53% complete (4.5M/s) |
172 | 2024-10-30T13:29:23.729Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (3.7M/s) |
173 | 2024-10-30T13:29:36.251Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
174 | 2024-10-30T13:29:41.252Z | Download: 2978/4281 items 121.2/220.6MB 54% complete (419k/s) |
175 | 2024-10-30T13:29:46.514Z | Download: 3244/4281 items 203.1/220.6MB 92% complete (9.6M/s) |
176 | 2024-10-30T13:29:51.629Z | Download: 3260/4281 items 207.0/220.6MB 93% complete (8.5M/s) |
177 | 2024-10-30T13:29:57.244Z | Download: 3283/4281 items 210.8/220.6MB 95% complete (3.2M/s) |
178 | 2024-10-30T13:30:00.221Z | Download: Completed 220.60 MB in 62.54 seconds (3.5M/s) |
179 | 2024-10-30T13:30:02.272Z | Actions: 1/5063 actions (Removing old actions) |
180 | 2024-10-30T13:30:02.293Z | Actions: 194/5063 actions (Installing new actions) |
181 | 2024-10-30T13:30:06.987Z | Actions: 4226/5063 actions (Updating modified actions) |
182 | 2024-10-30T13:30:07.310Z | Actions: Completed 5063 actions in 5.04 seconds. |
183 | 2024-10-30T13:30:07.691Z | Done (0.372s) |
184 | 2024-10-30T13:30:07.700Z | Done (0.000s) |
185 | 2024-10-30T13:30:08.194Z | Done (0.502s) |
186 | 2024-10-30T13:30:12.813Z | Done (4.404s) |
187 | 2024-10-30T13:30:12.902Z | Done (0.017s) |
188 | 2024-10-30T13:30:12.905Z | Done (0.000s) |
189 | 2024-10-30T13:30:13.109Z | Done (0.000s) |
190 | 2024-10-30T13:30:13.809Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-10-30T13:30:13.975Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-10-30T13:30:13.977Z | Planning: Consolidating action changes ... Done |
193 | 2024-10-30T13:30:14.258Z | Planning: Evaluating mediators ... Done |
194 | 2024-10-30T13:30:14.260Z | Planning: Planning completed in 0.45 seconds |
195 | 2024-10-30T13:30:14.299Z | Mediators to change: 2 |
196 | 2024-10-30T13:30:14.299Z | Create boot environment: No |
197 | 2024-10-30T13:30:14.303Z | Create backup boot environment: No |
198 | 2024-10-30T13:30:14.362Z | Done |
199 | 2024-10-30T13:30:14.363Z | Done |
200 | 2024-10-30T13:30:14.697Z | Done |
201 | 2024-10-30T13:30:18.679Z | Done |
202 | 2024-10-30T13:30:18.786Z | Done |
203 | 2024-10-30T13:30:18.789Z | Done |
204 | 2024-10-30T13:30:18.883Z | Done |
205 | 2024-10-30T13:30:19.567Z | Planning: Evaluating mediator changes ... Done |
206 | 2024-10-30T13:30:19.571Z | Planning: Merging actions ... Done |
207 | 2024-10-30T13:30:19.773Z | Planning: Checking for conflicting actions ... Done |
208 | 2024-10-30T13:30:19.775Z | Planning: Consolidating action changes ... Done |
209 | 2024-10-30T13:30:20.064Z | Planning: Evaluating mediators ... Done |
210 | 2024-10-30T13:30:20.124Z | Planning: Planning completed in 0.82 seconds |
211 | 2024-10-30T13:30:20.167Z | Packages to change: 1 |
212 | 2024-10-30T13:30:20.167Z | Mediators to change: 1 |
213 | 2024-10-30T13:30:20.167Z | Services to change: 1 |
214 | 2024-10-30T13:30:20.169Z | Create boot environment: No |
215 | 2024-10-30T13:30:20.169Z | Create backup boot environment: Yes |
216 | 2024-10-30T13:30:22.216Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2024-10-30T13:30:22.218Z | Actions: Completed 6 actions in 0.00 seconds. |
218 | 2024-10-30T13:30:22.218Z | Done |
219 | 2024-10-30T13:30:22.218Z | Done |
220 | 2024-10-30T13:30:22.320Z | Done |
221 | 2024-10-30T13:30:26.179Z | Done |
222 | 2024-10-30T13:30:26.275Z | Done |
223 | 2024-10-30T13:30:26.278Z | Done |
224 | 2024-10-30T13:30:26.409Z | Done |
225 | 2024-10-30T13:30:26.853Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2024-10-30T13:30:26.853Z | clang system 15 system |
227 | 2024-10-30T13:30:26.853Z | csh system system illumos |
228 | 2024-10-30T13:30:26.853Z | ctags system system illumos |
229 | 2024-10-30T13:30:26.853Z | gcc vendor 12 vendor |
230 | 2024-10-30T13:30:26.853Z | gcc system 10 system |
231 | 2024-10-30T13:30:26.853Z | gcc system 7 system |
232 | 2024-10-30T13:30:26.853Z | go system 1.20 system |
233 | 2024-10-30T13:30:26.853Z | go system 1.19 system |
234 | 2024-10-30T13:30:26.853Z | llvm system 15 system |
235 | 2024-10-30T13:30:26.853Z | llvm system 14 system |
236 | 2024-10-30T13:30:26.853Z | mariadb system 10.6 system |
237 | 2024-10-30T13:30:26.853Z | mta vendor vendor dma |
238 | 2024-10-30T13:30:26.853Z | openjdk system 17 system |
239 | 2024-10-30T13:30:26.853Z | openjdk system 11 system |
240 | 2024-10-30T13:30:26.853Z | openjdk system 1.8 system |
241 | 2024-10-30T13:30:26.853Z | openssl vendor 3 vendor |
242 | 2024-10-30T13:30:26.853Z | perl system 5.36 system |
243 | 2024-10-30T13:30:26.853Z | postgresql system 15 system |
244 | 2024-10-30T13:30:26.853Z | postgresql system 13 system |
245 | 2024-10-30T13:30:26.853Z | python vendor 3 vendor |
246 | 2024-10-30T13:30:26.853Z | python system 2 system |
247 | 2024-10-30T13:30:26.853Z | python3 system 3.11 system |
248 | 2024-10-30T13:30:26.853Z | ruby system 3.0 system |
249 | 2024-10-30T13:30:26.853Z | words vendor vendor american-english |
250 | 2024-10-30T13:30:26.853Z | words system system australian-english |
251 | 2024-10-30T13:30:26.853Z | words system system british-english |
252 | 2024-10-30T13:30:26.853Z | words system system canadian-english |
253 | 2024-10-30T13:30:26.853Z | words system system french |
254 | 2024-10-30T13:30:26.853Z | words system system italian |
255 | 2024-10-30T13:30:26.853Z | words system system ngerman |
256 | 2024-10-30T13:30:26.853Z | words system system ogerman |
257 | 2024-10-30T13:30:26.853Z | words system system spanish |
258 | 2024-10-30T13:30:27.189Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2024-10-30T13:30:27.189Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2024-10-30T13:30:29.613Z | FMRI IFO |
261 | 2024-10-30T13:30:29.613Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2024-10-30T13:30:29.613Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
268 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
269 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
271 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
274 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2024-10-30T13:30:29.614Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2024-10-30T13:30:30.318Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
277 | 2024-10-30T13:30:30.678Z | Updating crates.io index |
278 | 2024-10-30T13:30:30.746Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2024-10-30T13:30:31.518Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2024-10-30T13:30:31.787Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
281 | 2024-10-30T13:30:32.031Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
282 | 2024-10-30T13:30:32.270Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
283 | 2024-10-30T13:30:32.986Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
284 | 2024-10-30T13:30:35.169Z | Updating git repository `https://github.com/oxidecomputer/opte` |
285 | 2024-10-30T13:30:36.290Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
286 | 2024-10-30T13:30:36.965Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
287 | 2024-10-30T13:30:37.248Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
288 | 2024-10-30T13:30:37.537Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
289 | 2024-10-30T13:30:38.034Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
290 | 2024-10-30T13:30:38.428Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
291 | 2024-10-30T13:30:38.771Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
292 | 2024-10-30T13:30:39.076Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
293 | 2024-10-30T13:30:39.351Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
294 | 2024-10-30T13:30:39.565Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
295 | 2024-10-30T13:30:39.837Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
296 | 2024-10-30T13:30:40.266Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
297 | 2024-10-30T13:30:40.571Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
298 | 2024-10-30T13:30:40.928Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
299 | 2024-10-30T13:30:41.345Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
300 | 2024-10-30T13:30:41.687Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
301 | 2024-10-30T13:30:42.095Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
302 | 2024-10-30T13:30:42.561Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-10-30T13:30:42.861Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-10-30T13:30:43.124Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-10-30T13:30:44.600Z | Downloading crates ... |
306 | 2024-10-30T13:30:44.685Z | Downloaded bitflags v2.6.0 |
307 | 2024-10-30T13:30:44.700Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-10-30T13:30:44.702Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-10-30T13:30:44.704Z | Downloaded generic-array v0.14.7 |
310 | 2024-10-30T13:30:44.707Z | Downloaded errno v0.3.9 |
311 | 2024-10-30T13:30:44.707Z | Downloaded dof v0.3.0 |
312 | 2024-10-30T13:30:44.709Z | Downloaded cpufeatures v0.2.14 |
313 | 2024-10-30T13:30:44.709Z | Downloaded block-buffer v0.10.4 |
314 | 2024-10-30T13:30:44.711Z | Downloaded autocfg v1.4.0 |
315 | 2024-10-30T13:30:44.714Z | Downloaded cfg-if v1.0.0 |
316 | 2024-10-30T13:30:44.714Z | Downloaded cargo_metadata v0.18.1 |
317 | 2024-10-30T13:30:44.717Z | Downloaded heck v0.4.1 |
318 | 2024-10-30T13:30:44.717Z | Downloaded fs-err v2.11.0 |
319 | 2024-10-30T13:30:44.720Z | Downloaded anstyle-parse v0.2.5 |
320 | 2024-10-30T13:30:44.720Z | Downloaded thiserror-impl v1.0.64 |
321 | 2024-10-30T13:30:44.722Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-10-30T13:30:44.724Z | Downloaded macaddr v1.0.1 |
323 | 2024-10-30T13:30:44.727Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2024-10-30T13:30:44.731Z | Downloaded terminal_size v0.4.0 |
325 | 2024-10-30T13:30:44.733Z | Downloaded camino v1.1.9 |
326 | 2024-10-30T13:30:44.735Z | Downloaded utf8parse v0.2.2 |
327 | 2024-10-30T13:30:44.738Z | Downloaded pest_derive v2.7.14 |
328 | 2024-10-30T13:30:44.738Z | Downloaded once_cell v1.20.2 |
329 | 2024-10-30T13:30:44.741Z | Downloaded clap_derive v4.5.18 |
330 | 2024-10-30T13:30:44.744Z | Downloaded camino-tempfile v1.1.1 |
331 | 2024-10-30T13:30:44.746Z | Downloaded smawk v0.3.2 |
332 | 2024-10-30T13:30:44.755Z | Downloaded bytecount v0.6.8 |
333 | 2024-10-30T13:30:44.764Z | Downloaded equivalent v1.0.1 |
334 | 2024-10-30T13:30:44.766Z | Downloaded dtrace-parser v0.2.0 |
335 | 2024-10-30T13:30:44.768Z | Downloaded serde_derive v1.0.210 |
336 | 2024-10-30T13:30:44.772Z | Downloaded anstyle-query v1.1.1 |
337 | 2024-10-30T13:30:44.774Z | Downloaded pest_meta v2.7.14 |
338 | 2024-10-30T13:30:44.776Z | Downloaded proc-macro2 v1.0.87 |
339 | 2024-10-30T13:30:44.793Z | Downloaded fastrand v2.1.1 |
340 | 2024-10-30T13:30:44.795Z | Downloaded byteorder v1.5.0 |
341 | 2024-10-30T13:30:44.795Z | Downloaded swrite v0.1.0 |
342 | 2024-10-30T13:30:44.798Z | Downloaded pretty-hex v0.4.1 |
343 | 2024-10-30T13:30:44.798Z | Downloaded anstyle v1.0.8 |
344 | 2024-10-30T13:30:44.802Z | Downloaded usdt-macro v0.5.0 |
345 | 2024-10-30T13:30:44.805Z | Downloaded ucd-trie v0.1.7 |
346 | 2024-10-30T13:30:44.809Z | Downloaded crypto-common v0.1.6 |
347 | 2024-10-30T13:30:44.811Z | Downloaded colorchoice v1.0.2 |
348 | 2024-10-30T13:30:44.811Z | Downloaded cargo-platform v0.1.8 |
349 | 2024-10-30T13:30:44.811Z | Downloaded clap_lex v0.7.2 |
350 | 2024-10-30T13:30:44.814Z | Downloaded heck v0.5.0 |
351 | 2024-10-30T13:30:44.814Z | Downloaded digest v0.10.7 |
352 | 2024-10-30T13:30:44.817Z | Downloaded fnv v1.0.7 |
353 | 2024-10-30T13:30:44.832Z | Downloaded strsim v0.11.1 |
354 | 2024-10-30T13:30:44.836Z | Downloaded memmap v0.7.0 |
355 | 2024-10-30T13:30:44.836Z | Downloaded is_terminal_polyfill v1.70.1 |
356 | 2024-10-30T13:30:44.842Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-10-30T13:30:44.848Z | Downloaded itoa v1.0.11 |
358 | 2024-10-30T13:30:44.848Z | Downloaded version_check v0.9.5 |
359 | 2024-10-30T13:30:44.850Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2024-10-30T13:30:44.850Z | Downloaded plain v0.2.3 |
361 | 2024-10-30T13:30:44.850Z | Downloaded serde_spanned v0.6.8 |
362 | 2024-10-30T13:30:44.850Z | Downloaded pest_generator v2.7.14 |
363 | 2024-10-30T13:30:44.853Z | Downloaded usdt v0.5.0 |
364 | 2024-10-30T13:30:44.855Z | Downloaded thiserror v1.0.64 |
365 | 2024-10-30T13:30:44.860Z | Downloaded thread-id v4.2.2 |
366 | 2024-10-30T13:30:44.863Z | Downloaded toml_datetime v0.6.8 |
367 | 2024-10-30T13:30:44.865Z | Downloaded indexmap v2.6.0 |
368 | 2024-10-30T13:30:44.873Z | Downloaded scroll v0.12.0 |
369 | 2024-10-30T13:30:44.876Z | Downloaded sha2 v0.10.8 |
370 | 2024-10-30T13:30:44.878Z | Downloaded anyhow v1.0.89 |
371 | 2024-10-30T13:30:44.881Z | Downloaded anstream v0.6.15 |
372 | 2024-10-30T13:30:44.883Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-10-30T13:30:44.886Z | Downloaded semver v1.0.23 |
374 | 2024-10-30T13:30:44.889Z | Downloaded cargo_toml v0.20.5 |
375 | 2024-10-30T13:30:44.893Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2024-10-30T13:30:44.912Z | Downloaded quote v1.0.37 |
377 | 2024-10-30T13:30:44.914Z | Downloaded log v0.4.22 |
378 | 2024-10-30T13:30:44.917Z | Downloaded zerocopy-derive v0.7.35 |
379 | 2024-10-30T13:30:44.921Z | Downloaded toml v0.8.19 |
380 | 2024-10-30T13:30:44.925Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-10-30T13:30:44.928Z | Downloaded clap v4.5.20 |
382 | 2024-10-30T13:30:44.936Z | Downloaded ryu v1.0.18 |
383 | 2024-10-30T13:30:44.940Z | Downloaded typenum v1.17.0 |
384 | 2024-10-30T13:30:44.942Z | Downloaded toml_edit v0.22.22 |
385 | 2024-10-30T13:30:44.965Z | Downloaded serde v1.0.210 |
386 | 2024-10-30T13:30:44.967Z | Downloaded papergrid v0.11.0 |
387 | 2024-10-30T13:30:44.971Z | Downloaded textwrap v0.16.1 |
388 | 2024-10-30T13:30:44.973Z | Downloaded tempfile v3.13.0 |
389 | 2024-10-30T13:30:44.978Z | Downloaded memchr v2.7.4 |
390 | 2024-10-30T13:30:44.997Z | Downloaded winnow v0.6.20 |
391 | 2024-10-30T13:30:45.007Z | Downloaded hashbrown v0.15.0 |
392 | 2024-10-30T13:30:45.027Z | Downloaded serde_json v1.0.128 |
393 | 2024-10-30T13:30:45.034Z | Downloaded pest v2.7.14 |
394 | 2024-10-30T13:30:45.040Z | Downloaded zerocopy v0.7.35 |
395 | 2024-10-30T13:30:45.057Z | Downloaded syn v1.0.109 |
396 | 2024-10-30T13:30:45.066Z | Downloaded clap_builder v4.5.20 |
397 | 2024-10-30T13:30:45.072Z | Downloaded unicode-width v0.1.14 |
398 | 2024-10-30T13:30:45.078Z | Downloaded tabled v0.15.0 |
399 | 2024-10-30T13:30:45.093Z | Downloaded goblin v0.8.2 |
400 | 2024-10-30T13:30:45.099Z | Downloaded syn v2.0.79 |
401 | 2024-10-30T13:30:45.110Z | Downloaded rustix v0.38.37 |
402 | 2024-10-30T13:30:45.171Z | Downloaded libc v0.2.161 |
403 | 2024-10-30T13:30:45.486Z | Compiling proc-macro2 v1.0.87 |
404 | 2024-10-30T13:30:45.486Z | Compiling unicode-ident v1.0.13 |
405 | 2024-10-30T13:30:45.489Z | Compiling serde v1.0.210 |
406 | 2024-10-30T13:30:45.489Z | Compiling version_check v0.9.5 |
407 | 2024-10-30T13:30:45.489Z | Compiling memchr v2.7.4 |
408 | 2024-10-30T13:30:45.489Z | Compiling thiserror v1.0.64 |
409 | 2024-10-30T13:30:45.521Z | Compiling libc v0.2.161 |
410 | 2024-10-30T13:30:45.523Z | Compiling itoa v1.0.11 |
411 | 2024-10-30T13:30:45.753Z | Compiling ryu v1.0.18 |
412 | 2024-10-30T13:30:45.778Z | Compiling ucd-trie v0.1.7 |
413 | 2024-10-30T13:30:46.244Z | Compiling once_cell v1.20.2 |
414 | 2024-10-30T13:30:46.421Z | Compiling byteorder v1.5.0 |
415 | 2024-10-30T13:30:46.480Z | Compiling rustix v0.38.37 |
416 | 2024-10-30T13:30:46.568Z | Compiling serde_json v1.0.128 |
417 | 2024-10-30T13:30:46.758Z | Compiling bitflags v2.6.0 |
418 | 2024-10-30T13:30:47.003Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-10-30T13:30:47.189Z | Compiling usdt-impl v0.5.0 |
420 | 2024-10-30T13:30:47.324Z | Compiling syn v1.0.109 |
421 | 2024-10-30T13:30:47.406Z | Compiling quote v1.0.37 |
422 | 2024-10-30T13:30:47.434Z | Compiling proc-macro-error v1.0.4 |
423 | 2024-10-30T13:30:47.437Z | Compiling equivalent v1.0.1 |
424 | 2024-10-30T13:30:47.565Z | Compiling utf8parse v0.2.2 |
425 | 2024-10-30T13:30:47.696Z | Compiling errno v0.3.9 |
426 | 2024-10-30T13:30:47.752Z | Compiling camino v1.1.9 |
427 | 2024-10-30T13:30:47.778Z | Compiling log v0.4.22 |
428 | 2024-10-30T13:30:47.935Z | Compiling syn v2.0.79 |
429 | 2024-10-30T13:30:48.065Z | Compiling plain v0.2.3 |
430 | 2024-10-30T13:30:48.100Z | Compiling hashbrown v0.15.0 |
431 | 2024-10-30T13:30:48.392Z | Compiling thread-id v4.2.2 |
432 | 2024-10-30T13:30:48.441Z | Compiling anstyle-parse v0.2.5 |
433 | 2024-10-30T13:30:48.523Z | Compiling anstyle-query v1.1.1 |
434 | 2024-10-30T13:30:48.680Z | Compiling anstyle v1.0.8 |
435 | 2024-10-30T13:30:48.814Z | Compiling semver v1.0.23 |
436 | 2024-10-30T13:30:48.860Z | Compiling unicode-width v0.1.14 |
437 | 2024-10-30T13:30:49.106Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-10-30T13:30:49.142Z | Compiling colorchoice v1.0.2 |
439 | 2024-10-30T13:30:49.254Z | Compiling indexmap v2.6.0 |
440 | 2024-10-30T13:30:49.335Z | Compiling autocfg v1.4.0 |
441 | 2024-10-30T13:30:49.363Z | Compiling pretty-hex v0.4.1 |
442 | 2024-10-30T13:30:49.388Z | Compiling winnow v0.6.20 |
443 | 2024-10-30T13:30:49.499Z | Compiling anstream v0.6.15 |
444 | 2024-10-30T13:30:49.892Z | Compiling bytecount v0.6.8 |
445 | 2024-10-30T13:30:50.131Z | Compiling heck v0.5.0 |
446 | 2024-10-30T13:30:50.276Z | Compiling terminal_size v0.4.0 |
447 | 2024-10-30T13:30:50.496Z | Compiling fs-err v2.11.0 |
448 | 2024-10-30T13:30:50.520Z | Compiling heck v0.4.1 |
449 | 2024-10-30T13:30:50.700Z | Compiling fnv v1.0.7 |
450 | 2024-10-30T13:30:50.725Z | Compiling clap_lex v0.7.2 |
451 | 2024-10-30T13:30:50.804Z | Compiling anyhow v1.0.89 |
452 | 2024-10-30T13:30:50.857Z | Compiling fastrand v2.1.1 |
453 | 2024-10-30T13:30:51.008Z | Compiling strsim v0.11.1 |
454 | 2024-10-30T13:30:51.413Z | Compiling cfg-if v1.0.0 |
455 | 2024-10-30T13:30:51.465Z | Compiling clap_builder v4.5.20 |
456 | 2024-10-30T13:30:51.529Z | Compiling tempfile v3.13.0 |
457 | 2024-10-30T13:30:51.848Z | Compiling papergrid v0.11.0 |
458 | 2024-10-30T13:30:51.997Z | Compiling memmap v0.7.0 |
459 | 2024-10-30T13:30:52.041Z | Compiling smawk v0.3.2 |
460 | 2024-10-30T13:30:52.275Z | Compiling unicode-linebreak v0.1.5 |
461 | 2024-10-30T13:30:52.784Z | Compiling textwrap v0.16.1 |
462 | 2024-10-30T13:30:53.012Z | Compiling swrite v0.1.0 |
463 | 2024-10-30T13:30:53.815Z | Compiling tabled_derive v0.7.0 |
464 | 2024-10-30T13:30:55.516Z | Compiling tabled v0.15.0 |
465 | 2024-10-30T13:30:56.325Z | Compiling serde_derive v1.0.210 |
466 | 2024-10-30T13:30:56.325Z | Compiling thiserror-impl v1.0.64 |
467 | 2024-10-30T13:30:56.325Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-10-30T13:30:56.418Z | Compiling scroll_derive v0.12.0 |
469 | 2024-10-30T13:30:56.876Z | Compiling clap_derive v4.5.18 |
470 | 2024-10-30T13:30:57.909Z | Compiling scroll v0.12.0 |
471 | 2024-10-30T13:30:58.370Z | Compiling goblin v0.8.2 |
472 | 2024-10-30T13:30:58.423Z | Compiling zerocopy v0.7.35 |
473 | 2024-10-30T13:30:59.043Z | Compiling pest v2.7.14 |
474 | 2024-10-30T13:31:00.319Z | Compiling clap v4.5.20 |
475 | 2024-10-30T13:31:01.427Z | Compiling pest_meta v2.7.14 |
476 | 2024-10-30T13:31:02.329Z | Compiling pest_generator v2.7.14 |
477 | 2024-10-30T13:31:03.936Z | Compiling pest_derive v2.7.14 |
478 | 2024-10-30T13:31:04.677Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-10-30T13:31:06.638Z | Compiling serde_spanned v0.6.8 |
480 | 2024-10-30T13:31:06.638Z | Compiling toml_datetime v0.6.8 |
481 | 2024-10-30T13:31:06.641Z | Compiling cargo-platform v0.1.8 |
482 | 2024-10-30T13:31:06.939Z | Compiling macaddr v1.0.1 |
483 | 2024-10-30T13:31:07.209Z | Compiling serde_tokenstream v0.2.2 |
484 | 2024-10-30T13:31:07.307Z | Compiling toml_edit v0.22.22 |
485 | 2024-10-30T13:31:07.334Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-10-30T13:31:08.093Z | Compiling dof v0.3.0 |
487 | 2024-10-30T13:31:08.093Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-10-30T13:31:10.107Z | Compiling toml v0.8.19 |
489 | 2024-10-30T13:31:10.227Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-10-30T13:31:10.227Z | Compiling usdt-macro v0.5.0 |
491 | 2024-10-30T13:31:10.943Z | Compiling cargo_toml v0.20.5 |
492 | 2024-10-30T13:31:11.499Z | Compiling usdt v0.5.0 |
493 | 2024-10-30T13:31:14.524Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-10-30T13:31:18.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.43s |
495 | 2024-10-30T13:31:18.810Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-10-30T13:31:19.344Z | Downloading crates ... |
497 | 2024-10-30T13:31:19.477Z | Downloaded atty v0.2.14 |
498 | 2024-10-30T13:31:19.480Z | Downloaded async-stream-impl v0.3.6 |
499 | 2024-10-30T13:31:19.486Z | Downloaded bb8 v0.8.5 |
500 | 2024-10-30T13:31:19.490Z | Downloaded atomic-waker v1.1.2 |
501 | 2024-10-30T13:31:19.492Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-10-30T13:31:19.495Z | Downloaded home v0.5.9 |
503 | 2024-10-30T13:31:19.498Z | Downloaded crucible-workspace-hack v0.1.0 |
504 | 2024-10-30T13:31:19.498Z | Downloaded ciborium-io v0.2.2 |
505 | 2024-10-30T13:31:19.500Z | Downloaded ipnet v2.10.1 |
506 | 2024-10-30T13:31:19.503Z | Downloaded is_ci v1.2.0 |
507 | 2024-10-30T13:31:19.503Z | Downloaded ident_case v1.0.1 |
508 | 2024-10-30T13:31:19.506Z | Downloaded hubpack_derive v0.1.1 |
509 | 2024-10-30T13:31:19.506Z | Downloaded newtype_derive v0.1.6 |
510 | 2024-10-30T13:31:19.506Z | Downloaded normalize-line-endings v0.3.0 |
511 | 2024-10-30T13:31:19.508Z | Downloaded new_debug_unreachable v1.0.6 |
512 | 2024-10-30T13:31:19.511Z | Downloaded addr2line v0.24.2 |
513 | 2024-10-30T13:31:19.514Z | Downloaded crossbeam-deque v0.8.5 |
514 | 2024-10-30T13:31:19.514Z | Downloaded argon2 v0.5.3 |
515 | 2024-10-30T13:31:19.516Z | Downloaded indent_write v2.2.0 |
516 | 2024-10-30T13:31:19.520Z | Downloaded cbc v0.1.2 |
517 | 2024-10-30T13:31:19.520Z | Downloaded bitflags v1.3.2 |
518 | 2024-10-30T13:31:19.525Z | Downloaded mime v0.3.17 |
519 | 2024-10-30T13:31:19.528Z | Downloaded debug-ignore v1.0.5 |
520 | 2024-10-30T13:31:19.528Z | Downloaded managed v0.8.0 |
521 | 2024-10-30T13:31:19.531Z | Downloaded jobserver v0.1.32 |
522 | 2024-10-30T13:31:19.537Z | Downloaded multimap v0.10.0 |
523 | 2024-10-30T13:31:19.537Z | Downloaded lru v0.12.5 |
524 | 2024-10-30T13:31:19.539Z | Downloaded linear-map v1.2.0 |
525 | 2024-10-30T13:31:19.539Z | Downloaded hostname v0.4.0 |
526 | 2024-10-30T13:31:19.539Z | Downloaded nodrop v0.1.14 |
527 | 2024-10-30T13:31:19.539Z | Downloaded curve25519-dalek-derive v0.1.1 |
528 | 2024-10-30T13:31:19.542Z | Downloaded colored v2.1.0 |
529 | 2024-10-30T13:31:19.544Z | Downloaded mockall v0.13.0 |
530 | 2024-10-30T13:31:19.547Z | Downloaded bzip2 v0.4.4 |
531 | 2024-10-30T13:31:19.549Z | Downloaded arrayvec v0.7.6 |
532 | 2024-10-30T13:31:19.551Z | Downloaded http v0.2.12 |
533 | 2024-10-30T13:31:19.556Z | Downloaded http-range v0.1.5 |
534 | 2024-10-30T13:31:19.559Z | Downloaded assert_matches v1.5.0 |
535 | 2024-10-30T13:31:19.561Z | Downloaded instant v0.1.13 |
536 | 2024-10-30T13:31:19.561Z | Downloaded clang-sys v1.8.1 |
537 | 2024-10-30T13:31:19.564Z | Downloaded http-body v1.0.1 |
538 | 2024-10-30T13:31:19.569Z | Downloaded allocator-api2 v0.2.18 |
539 | 2024-10-30T13:31:19.572Z | Downloaded bcs v0.1.6 |
540 | 2024-10-30T13:31:19.574Z | Downloaded russh-cryptovec v0.7.3 |
541 | 2024-10-30T13:31:19.574Z | Downloaded hubpack v0.1.2 |
542 | 2024-10-30T13:31:19.577Z | Downloaded atomicwrites v0.4.4 |
543 | 2024-10-30T13:31:19.577Z | Downloaded ctr v0.9.2 |
544 | 2024-10-30T13:31:19.579Z | Downloaded hmac v0.12.1 |
545 | 2024-10-30T13:31:19.582Z | Downloaded chacha20poly1305 v0.10.1 |
546 | 2024-10-30T13:31:19.584Z | Downloaded adler2 v2.0.0 |
547 | 2024-10-30T13:31:19.586Z | Downloaded maybe-uninit v2.0.0 |
548 | 2024-10-30T13:31:19.589Z | Downloaded match_cfg v0.1.0 |
549 | 2024-10-30T13:31:19.589Z | Downloaded hostname v0.3.1 |
550 | 2024-10-30T13:31:19.591Z | Downloaded async-bb8-diesel v0.2.1 |
551 | 2024-10-30T13:31:19.594Z | Downloaded newline-converter v0.3.0 |
552 | 2024-10-30T13:31:19.597Z | Downloaded sqlparser_derive v0.2.2 |
553 | 2024-10-30T13:31:19.597Z | Downloaded sigpipe v0.1.3 |
554 | 2024-10-30T13:31:19.597Z | Downloaded cfg_aliases v0.2.1 |
555 | 2024-10-30T13:31:19.599Z | Downloaded httparse v1.9.5 |
556 | 2024-10-30T13:31:19.603Z | Downloaded kstat-rs v0.2.4 |
557 | 2024-10-30T13:31:19.606Z | Downloaded httpdate v1.0.3 |
558 | 2024-10-30T13:31:19.606Z | Downloaded inout v0.1.3 |
559 | 2024-10-30T13:31:19.607Z | Downloaded humantime v2.1.0 |
560 | 2024-10-30T13:31:19.609Z | Downloaded rustversion v1.0.17 |
561 | 2024-10-30T13:31:19.612Z | Downloaded serde_urlencoded v0.7.1 |
562 | 2024-10-30T13:31:19.614Z | Downloaded darling_core v0.20.10 |
563 | 2024-10-30T13:31:19.617Z | Downloaded aead v0.5.2 |
564 | 2024-10-30T13:31:19.620Z | Downloaded ipnetwork v0.20.0 |
565 | 2024-10-30T13:31:19.623Z | Downloaded md-5 v0.10.6 |
566 | 2024-10-30T13:31:19.625Z | Downloaded maplit v1.0.2 |
567 | 2024-10-30T13:31:19.625Z | Downloaded libsw v3.3.1 |
568 | 2024-10-30T13:31:19.628Z | Downloaded libefi-sys v0.1.0 |
569 | 2024-10-30T13:31:19.628Z | Downloaded linked-hash-map v0.5.6 |
570 | 2024-10-30T13:31:19.630Z | Downloaded is-terminal v0.4.13 |
571 | 2024-10-30T13:31:19.633Z | Downloaded castaway v0.2.3 |
572 | 2024-10-30T13:31:19.633Z | Downloaded ascii-canvas v3.0.0 |
573 | 2024-10-30T13:31:19.637Z | Downloaded bcrypt-pbkdf v0.10.0 |
574 | 2024-10-30T13:31:19.637Z | Downloaded want v0.3.1 |
575 | 2024-10-30T13:31:19.639Z | Downloaded mime_guess v2.0.5 |
576 | 2024-10-30T13:31:19.639Z | Downloaded topological-sort v0.2.2 |
577 | 2024-10-30T13:31:19.641Z | Downloaded backoff v0.4.0 |
578 | 2024-10-30T13:31:19.644Z | Downloaded try-lock v0.2.5 |
579 | 2024-10-30T13:31:19.646Z | Downloaded nibble_vec v0.1.0 |
580 | 2024-10-30T13:31:19.646Z | Downloaded nanorand v0.7.0 |
581 | 2024-10-30T13:31:19.649Z | Downloaded termtree v0.4.1 |
582 | 2024-10-30T13:31:19.651Z | Downloaded const_format v0.2.33 |
583 | 2024-10-30T13:31:19.657Z | Downloaded slog-async v2.8.0 |
584 | 2024-10-30T13:31:19.659Z | Downloaded ssh-cipher v0.2.0 |
585 | 2024-10-30T13:31:19.661Z | Downloaded bitfield-struct v0.6.2 |
586 | 2024-10-30T13:31:19.661Z | Downloaded blowfish v0.9.1 |
587 | 2024-10-30T13:31:19.664Z | Downloaded display-error-chain v0.2.1 |
588 | 2024-10-30T13:31:19.664Z | Downloaded funty v2.0.0 |
589 | 2024-10-30T13:31:19.667Z | Downloaded headers-core v0.3.0 |
590 | 2024-10-30T13:31:19.667Z | Downloaded hickory-server v0.24.1 |
591 | 2024-10-30T13:31:19.674Z | Downloaded downcast v0.11.0 |
592 | 2024-10-30T13:31:19.677Z | Downloaded native-tls v0.2.12 |
593 | 2024-10-30T13:31:19.679Z | Downloaded universal-hash v0.5.1 |
594 | 2024-10-30T13:31:19.680Z | Downloaded unicode-xid v0.2.6 |
595 | 2024-10-30T13:31:19.683Z | Downloaded cobs v0.2.3 |
596 | 2024-10-30T13:31:19.685Z | Downloaded const_format_proc_macros v0.2.33 |
597 | 2024-10-30T13:31:19.687Z | Downloaded buf-list v1.0.3 |
598 | 2024-10-30T13:31:19.690Z | Downloaded oso-derive v0.27.3 |
599 | 2024-10-30T13:31:19.690Z | Downloaded base64ct v1.6.0 |
600 | 2024-10-30T13:31:19.693Z | Downloaded float-ord v0.3.2 |
601 | 2024-10-30T13:31:19.695Z | Downloaded smallvec v0.6.14 |
602 | 2024-10-30T13:31:19.698Z | Downloaded multer v3.1.0 |
603 | 2024-10-30T13:31:19.701Z | Downloaded rustls-pemfile v1.0.4 |
604 | 2024-10-30T13:31:19.704Z | Downloaded phf_shared v0.10.0 |
605 | 2024-10-30T13:31:19.705Z | Downloaded supports-color v3.0.1 |
606 | 2024-10-30T13:31:19.707Z | Downloaded rfc6979 v0.4.0 |
607 | 2024-10-30T13:31:19.707Z | Downloaded rand_core v0.6.4 |
608 | 2024-10-30T13:31:19.710Z | Downloaded fallible-streaming-iterator v0.1.9 |
609 | 2024-10-30T13:31:19.710Z | Downloaded env_filter v0.1.2 |
610 | 2024-10-30T13:31:19.712Z | Downloaded indexmap v1.9.3 |
611 | 2024-10-30T13:31:19.715Z | Downloaded chacha20 v0.9.1 |
612 | 2024-10-30T13:31:19.717Z | Downloaded serde_with_macros v3.11.0 |
613 | 2024-10-30T13:31:19.721Z | Downloaded constant_time_eq v0.3.1 |
614 | 2024-10-30T13:31:19.723Z | Downloaded opaque-debug v0.3.1 |
615 | 2024-10-30T13:31:19.724Z | Downloaded unicode-truncate v1.1.0 |
616 | 2024-10-30T13:31:19.726Z | Downloaded miniz_oxide v0.8.0 |
617 | 2024-10-30T13:31:19.728Z | Downloaded tui-tree-widget v0.22.0 |
618 | 2024-10-30T13:31:19.731Z | Downloaded minimal-lexical v0.2.1 |
619 | 2024-10-30T13:31:19.735Z | Downloaded sha1 v0.10.6 |
620 | 2024-10-30T13:31:19.737Z | Downloaded hickory-resolver v0.24.1 |
621 | 2024-10-30T13:31:19.746Z | Downloaded pretty-hex v0.2.1 |
622 | 2024-10-30T13:31:19.748Z | Downloaded parse-display-derive v0.10.0 |
623 | 2024-10-30T13:31:19.748Z | Downloaded deranged v0.3.11 |
624 | 2024-10-30T13:31:19.748Z | Downloaded xz2 v0.1.7 |
625 | 2024-10-30T13:31:19.751Z | Downloaded walkdir v2.5.0 |
626 | 2024-10-30T13:31:19.754Z | Downloaded owo-colors v4.1.0 |
627 | 2024-10-30T13:31:19.757Z | Downloaded darling v0.20.10 |
628 | 2024-10-30T13:31:19.760Z | Downloaded phf_shared v0.11.2 |
629 | 2024-10-30T13:31:19.762Z | Downloaded phf_generator v0.11.2 |
630 | 2024-10-30T13:31:19.764Z | Downloaded pbkdf2 v0.12.2 |
631 | 2024-10-30T13:31:19.767Z | Downloaded pbkdf2 v0.11.0 |
632 | 2024-10-30T13:31:19.769Z | Downloaded psl-types v2.0.11 |
633 | 2024-10-30T13:31:19.769Z | Downloaded indicatif v0.17.8 |
634 | 2024-10-30T13:31:19.773Z | Downloaded fragile v2.0.0 |
635 | 2024-10-30T13:31:19.776Z | Downloaded rand_xorshift v0.3.0 |
636 | 2024-10-30T13:31:19.780Z | Downloaded form_urlencoded v1.2.1 |
637 | 2024-10-30T13:31:19.780Z | Downloaded either v1.13.0 |
638 | 2024-10-30T13:31:19.782Z | Downloaded progenitor-macro v0.8.0 |
639 | 2024-10-30T13:31:19.782Z | Downloaded test-strategy v0.3.1 |
640 | 2024-10-30T13:31:19.785Z | Downloaded csv-core v0.1.11 |
641 | 2024-10-30T13:31:19.788Z | Downloaded sync_wrapper v0.1.2 |
642 | 2024-10-30T13:31:19.788Z | Downloaded crc32fast v1.4.2 |
643 | 2024-10-30T13:31:19.791Z | Downloaded slog-dtrace v0.3.0 |
644 | 2024-10-30T13:31:19.794Z | Downloaded stable_deref_trait v1.2.0 |
645 | 2024-10-30T13:31:19.794Z | Downloaded difflib v0.4.0 |
646 | 2024-10-30T13:31:19.798Z | Downloaded diesel_table_macro_syntax v0.2.0 |
647 | 2024-10-30T13:31:19.798Z | Downloaded zerocopy v0.6.6 |
648 | 2024-10-30T13:31:19.801Z | Downloaded waitgroup v0.1.2 |
649 | 2024-10-30T13:31:19.801Z | Downloaded spki v0.7.3 |
650 | 2024-10-30T13:31:19.804Z | Downloaded num-complex v0.4.6 |
651 | 2024-10-30T13:31:19.804Z | Downloaded crossbeam-utils v0.8.20 |
652 | 2024-10-30T13:31:19.807Z | Downloaded radium v0.7.0 |
653 | 2024-10-30T13:31:19.811Z | Downloaded typify-macro v0.2.0 |
654 | 2024-10-30T13:31:19.811Z | Downloaded blake2 v0.10.6 |
655 | 2024-10-30T13:31:19.814Z | Downloaded rsa v0.9.6 |
656 | 2024-10-30T13:31:19.820Z | Downloaded zeroize_derive v1.4.2 |
657 | 2024-10-30T13:31:19.823Z | Downloaded unarray v0.1.4 |
658 | 2024-10-30T13:31:19.823Z | Downloaded crossbeam-epoch v0.9.18 |
659 | 2024-10-30T13:31:19.826Z | Downloaded phf_codegen v0.11.2 |
660 | 2024-10-30T13:31:19.826Z | Downloaded arc-swap v1.7.1 |
661 | 2024-10-30T13:31:19.829Z | Downloaded dyn-clone v1.0.17 |
662 | 2024-10-30T13:31:19.832Z | Downloaded num-integer v0.1.46 |
663 | 2024-10-30T13:31:19.834Z | Downloaded rpassword v7.3.1 |
664 | 2024-10-30T13:31:19.837Z | Downloaded futures-task v0.3.31 |
665 | 2024-10-30T13:31:19.840Z | Downloaded itertools v0.12.1 |
666 | 2024-10-30T13:31:19.845Z | Downloaded strum_macros v0.25.3 |
667 | 2024-10-30T13:31:19.847Z | Downloaded num-rational v0.4.2 |
668 | 2024-10-30T13:31:19.850Z | Downloaded slab v0.4.9 |
669 | 2024-10-30T13:31:19.852Z | Downloaded signal-hook-registry v1.4.2 |
670 | 2024-10-30T13:31:19.854Z | Downloaded strum_macros v0.26.4 |
671 | 2024-10-30T13:31:19.859Z | Downloaded russh-keys v0.45.0 |
672 | 2024-10-30T13:31:19.861Z | Downloaded r2d2 v0.8.10 |
673 | 2024-10-30T13:31:19.861Z | Downloaded oso v0.27.3 |
674 | 2024-10-30T13:31:19.865Z | Downloaded dirs-next v2.0.0 |
675 | 2024-10-30T13:31:19.867Z | Downloaded wyz v0.5.1 |
676 | 2024-10-30T13:31:19.869Z | Downloaded endian-type v0.1.2 |
677 | 2024-10-30T13:31:19.869Z | Downloaded tokio-rustls v0.26.0 |
678 | 2024-10-30T13:31:19.872Z | Downloaded foreign-types-shared v0.1.1 |
679 | 2024-10-30T13:31:19.874Z | Downloaded toolchain_find v0.4.0 |
680 | 2024-10-30T13:31:19.884Z | Downloaded des v0.8.1 |
681 | 2024-10-30T13:31:19.887Z | Downloaded tokio-tungstenite v0.21.0 |
682 | 2024-10-30T13:31:19.889Z | Downloaded number_prefix v0.4.0 |
683 | 2024-10-30T13:31:19.894Z | Downloaded fatfs v0.3.6 |
684 | 2024-10-30T13:31:19.897Z | Downloaded slog-scope v4.4.0 |
685 | 2024-10-30T13:31:19.897Z | Downloaded aes-gcm v0.10.3 |
686 | 2024-10-30T13:31:19.899Z | Downloaded mio v1.0.2 |
687 | 2024-10-30T13:31:19.906Z | Downloaded slog-stdlog v4.1.1 |
688 | 2024-10-30T13:31:19.908Z | Downloaded structmeta v0.2.0 |
689 | 2024-10-30T13:31:19.910Z | Downloaded strip-ansi-escapes v0.2.0 |
690 | 2024-10-30T13:31:19.910Z | Downloaded paste v1.0.15 |
691 | 2024-10-30T13:31:19.916Z | Downloaded embedded-io v0.6.1 |
692 | 2024-10-30T13:31:19.918Z | Downloaded polyval v0.6.2 |
693 | 2024-10-30T13:31:19.918Z | Downloaded tls_codec_derive v0.4.1 |
694 | 2024-10-30T13:31:19.920Z | Downloaded postcard v1.0.10 |
695 | 2024-10-30T13:31:19.923Z | Downloaded subprocess v0.2.9 |
696 | 2024-10-30T13:31:19.925Z | Downloaded password-hash v0.5.0 |
697 | 2024-10-30T13:31:19.928Z | Downloaded take_mut v0.2.2 |
698 | 2024-10-30T13:31:19.931Z | Downloaded hyper v1.4.1 |
699 | 2024-10-30T13:31:19.937Z | Downloaded futures-macro v0.3.31 |
700 | 2024-10-30T13:31:19.940Z | Downloaded http v1.1.0 |
701 | 2024-10-30T13:31:19.943Z | Downloaded uzers v0.12.1 |
702 | 2024-10-30T13:31:19.945Z | Downloaded serde-big-array v0.5.1 |
703 | 2024-10-30T13:31:19.947Z | Downloaded heck v0.3.3 |
704 | 2024-10-30T13:31:19.950Z | Downloaded dirs-sys-next v0.1.2 |
705 | 2024-10-30T13:31:19.950Z | Downloaded unicode_categories v0.1.1 |
706 | 2024-10-30T13:31:19.953Z | Downloaded num-conv v0.1.0 |
707 | 2024-10-30T13:31:19.955Z | Downloaded tinyvec_macros v0.1.1 |
708 | 2024-10-30T13:31:19.955Z | Downloaded static_assertions v1.1.0 |
709 | 2024-10-30T13:31:19.958Z | Downloaded snafu v0.8.5 |
710 | 2024-10-30T13:31:19.963Z | Downloaded precomputed-hash v0.1.1 |
711 | 2024-10-30T13:31:19.966Z | Downloaded pkg-config v0.3.31 |
712 | 2024-10-30T13:31:19.972Z | Downloaded stringprep v0.1.5 |
713 | 2024-10-30T13:31:19.972Z | Downloaded heapless v0.7.17 |
714 | 2024-10-30T13:31:19.976Z | Downloaded vsss-rs v3.3.4 |
715 | 2024-10-30T13:31:19.979Z | Downloaded olpc-cjson v0.1.4 |
716 | 2024-10-30T13:31:19.979Z | Downloaded defmt-parser v0.3.4 |
717 | 2024-10-30T13:31:19.979Z | Downloaded vergen v8.3.2 |
718 | 2024-10-30T13:31:19.982Z | Downloaded tokio-macros v2.4.0 |
719 | 2024-10-30T13:31:19.984Z | Downloaded tls_codec v0.4.1 |
720 | 2024-10-30T13:31:19.986Z | Downloaded tokio-native-tls v0.3.1 |
721 | 2024-10-30T13:31:19.990Z | Downloaded zip v0.6.6 |
722 | 2024-10-30T13:31:19.993Z | Downloaded progenitor-impl v0.8.0 |
723 | 2024-10-30T13:31:19.997Z | Downloaded vte_generate_state_changes v0.1.2 |
724 | 2024-10-30T13:31:19.997Z | Downloaded parse-size v1.0.0 |
725 | 2024-10-30T13:31:19.999Z | Downloaded foreign-types v0.5.0 |
726 | 2024-10-30T13:31:19.999Z | Downloaded fixedbitset v0.4.2 |
727 | 2024-10-30T13:31:20.002Z | Downloaded hashlink v0.9.1 |
728 | 2024-10-30T13:31:20.002Z | Downloaded pem-rfc7468 v0.7.0 |
729 | 2024-10-30T13:31:20.005Z | Downloaded dropshot_endpoint v0.12.0 |
730 | 2024-10-30T13:31:20.008Z | Downloaded primeorder v0.13.6 |
731 | 2024-10-30T13:31:20.011Z | Downloaded packed_struct_codegen v0.10.1 |
732 | 2024-10-30T13:31:20.013Z | Downloaded libm v0.2.8 |
733 | 2024-10-30T13:31:20.021Z | Downloaded value-bag v1.9.0 |
734 | 2024-10-30T13:31:20.024Z | Downloaded rand_seeder v0.3.0 |
735 | 2024-10-30T13:31:20.027Z | Downloaded signal-hook-tokio v0.3.1 |
736 | 2024-10-30T13:31:20.029Z | Downloaded quick-error v1.2.3 |
737 | 2024-10-30T13:31:20.029Z | Downloaded powerfmt v0.2.0 |
738 | 2024-10-30T13:31:20.032Z | Downloaded openssl-probe v0.1.5 |
739 | 2024-10-30T13:31:20.032Z | Downloaded string_cache v0.8.7 |
740 | 2024-10-30T13:31:20.035Z | Downloaded structmeta-derive v0.3.0 |
741 | 2024-10-30T13:31:20.038Z | Downloaded rustc-hash v2.0.0 |
742 | 2024-10-30T13:31:20.040Z | Downloaded slog-json v2.6.1 |
743 | 2024-10-30T13:31:20.040Z | Downloaded slog-envlogger v2.2.0 |
744 | 2024-10-30T13:31:20.043Z | Downloaded serde_repr v0.1.19 |
745 | 2024-10-30T13:31:20.045Z | Downloaded spin v0.9.8 |
746 | 2024-10-30T13:31:20.047Z | Downloaded slog-term v2.9.1 |
747 | 2024-10-30T13:31:20.050Z | Downloaded strum v0.26.3 |
748 | 2024-10-30T13:31:20.052Z | Downloaded itertools v0.10.5 |
749 | 2024-10-30T13:31:20.058Z | Downloaded wait-timeout v0.2.0 |
750 | 2024-10-30T13:31:20.060Z | Downloaded nu-ansi-term v0.50.1 |
751 | 2024-10-30T13:31:20.063Z | Downloaded hkdf v0.12.4 |
752 | 2024-10-30T13:31:20.065Z | Downloaded xattr v1.3.1 |
753 | 2024-10-30T13:31:20.068Z | Downloaded fd-lock v4.0.2 |
754 | 2024-10-30T13:31:20.070Z | Downloaded schemars v0.8.21 |
755 | 2024-10-30T13:31:20.084Z | Downloaded foreign-types-shared v0.3.1 |
756 | 2024-10-30T13:31:20.086Z | Downloaded time v0.3.36 |
757 | 2024-10-30T13:31:20.093Z | Downloaded path-slash v0.1.5 |
758 | 2024-10-30T13:31:20.095Z | Downloaded futures-executor v0.3.31 |
759 | 2024-10-30T13:31:20.098Z | Downloaded rand_chacha v0.3.1 |
760 | 2024-10-30T13:31:20.098Z | Downloaded ref-cast v1.0.23 |
761 | 2024-10-30T13:31:20.101Z | Downloaded itertools v0.13.0 |
762 | 2024-10-30T13:31:20.108Z | Downloaded tower-service v0.3.3 |
763 | 2024-10-30T13:31:20.111Z | Downloaded diff v0.1.13 |
764 | 2024-10-30T13:31:20.113Z | Downloaded twox-hash v1.6.3 |
765 | 2024-10-30T13:31:20.115Z | Downloaded pin-utils v0.1.0 |
766 | 2024-10-30T13:31:20.118Z | Downloaded serde_derive_internals v0.29.1 |
767 | 2024-10-30T13:31:20.120Z | Downloaded sct v0.7.1 |
768 | 2024-10-30T13:31:20.122Z | Downloaded parse-display v0.10.0 |
769 | 2024-10-30T13:31:20.125Z | Downloaded pkcs8 v0.10.2 |
770 | 2024-10-30T13:31:20.127Z | Downloaded fxhash v0.2.1 |
771 | 2024-10-30T13:31:20.130Z | Downloaded dhcproto-macros v0.1.0 |
772 | 2024-10-30T13:31:20.130Z | Downloaded progenitor-client v0.8.0 |
773 | 2024-10-30T13:31:20.133Z | Downloaded cc v1.1.30 |
774 | 2024-10-30T13:31:20.135Z | Downloaded time-core v0.1.2 |
775 | 2024-10-30T13:31:20.138Z | Downloaded flagset v0.4.6 |
776 | 2024-10-30T13:31:20.138Z | Downloaded omicron-zone-package v0.11.1 |
777 | 2024-10-30T13:31:20.141Z | Downloaded rustyline v14.0.0 |
778 | 2024-10-30T13:31:20.147Z | Downloaded derive_builder_macro v0.20.2 |
779 | 2024-10-30T13:31:20.149Z | Downloaded predicates v3.1.2 |
780 | 2024-10-30T13:31:20.155Z | Downloaded vte v0.11.1 |
781 | 2024-10-30T13:31:20.158Z | Downloaded fallible-iterator v0.3.0 |
782 | 2024-10-30T13:31:20.158Z | Downloaded fallible-iterator v0.2.0 |
783 | 2024-10-30T13:31:20.158Z | Downloaded peg-runtime v0.8.3 |
784 | 2024-10-30T13:31:20.158Z | Downloaded sync_wrapper v1.0.1 |
785 | 2024-10-30T13:31:20.160Z | Downloaded zeroize v1.8.1 |
786 | 2024-10-30T13:31:20.160Z | Downloaded whoami v1.5.2 |
787 | 2024-10-30T13:31:20.163Z | Downloaded postgres-protocol v0.6.7 |
788 | 2024-10-30T13:31:20.166Z | Downloaded toml v0.7.8 |
789 | 2024-10-30T13:31:20.168Z | Downloaded smf v0.2.3 |
790 | 2024-10-30T13:31:20.171Z | Downloaded structmeta-derive v0.2.0 |
791 | 2024-10-30T13:31:20.173Z | Downloaded structmeta v0.3.0 |
792 | 2024-10-30T13:31:20.173Z | Downloaded parking_lot_core v0.9.10 |
793 | 2024-10-30T13:31:20.176Z | Downloaded heapless v0.8.0 |
794 | 2024-10-30T13:31:20.180Z | Downloaded num_enum_derive v0.5.11 |
795 | 2024-10-30T13:31:20.182Z | Downloaded num_enum v0.5.11 |
796 | 2024-10-30T13:31:20.187Z | Downloaded typify v0.2.0 |
797 | 2024-10-30T13:31:20.190Z | Downloaded ghash v0.5.1 |
798 | 2024-10-30T13:31:20.193Z | Downloaded siphasher v0.3.11 |
799 | 2024-10-30T13:31:20.196Z | Downloaded quinn v0.11.5 |
800 | 2024-10-30T13:31:20.199Z | Downloaded hickory-client v0.24.1 |
801 | 2024-10-30T13:31:20.202Z | Downloaded float-cmp v0.9.0 |
802 | 2024-10-30T13:31:20.202Z | Downloaded filetime v0.2.25 |
803 | 2024-10-30T13:31:20.205Z | Downloaded termcolor v1.4.1 |
804 | 2024-10-30T13:31:20.207Z | Downloaded unicode-bidi v0.3.17 |
805 | 2024-10-30T13:31:20.210Z | Downloaded blake3 v1.5.4 |
806 | 2024-10-30T13:31:20.217Z | Downloaded postgres-types v0.2.8 |
807 | 2024-10-30T13:31:20.220Z | Downloaded serde_with v3.11.0 |
808 | 2024-10-30T13:31:20.229Z | Downloaded futures-sink v0.3.31 |
809 | 2024-10-30T13:31:20.233Z | Downloaded serde_plain v1.0.2 |
810 | 2024-10-30T13:31:20.233Z | Downloaded schemars_derive v0.8.21 |
811 | 2024-10-30T13:31:20.237Z | Downloaded tungstenite v0.24.0 |
812 | 2024-10-30T13:31:20.240Z | Downloaded foldhash v0.1.3 |
813 | 2024-10-30T13:31:20.240Z | Downloaded tabwriter v1.4.0 |
814 | 2024-10-30T13:31:20.242Z | Downloaded zone_cfg_derive v0.1.2 |
815 | 2024-10-30T13:31:20.242Z | Downloaded zone v0.3.0 |
816 | 2024-10-30T13:31:20.245Z | Downloaded scopeguard v1.2.0 |
817 | 2024-10-30T13:31:20.245Z | Downloaded hex-literal v0.4.1 |
818 | 2024-10-30T13:31:20.248Z | Downloaded ssh-key v0.6.6 |
819 | 2024-10-30T13:31:20.255Z | Downloaded percent-encoding v2.3.1 |
820 | 2024-10-30T13:31:20.258Z | Downloaded pem v3.0.4 |
821 | 2024-10-30T13:31:20.258Z | Downloaded quinn-udp v0.5.5 |
822 | 2024-10-30T13:31:20.258Z | Downloaded getrandom v0.2.15 |
823 | 2024-10-30T13:31:20.261Z | Downloaded steno v0.4.1 |
824 | 2024-10-30T13:31:20.265Z | Downloaded term v0.7.0 |
825 | 2024-10-30T13:31:20.269Z | Downloaded defmt v0.3.8 |
826 | 2024-10-30T13:31:20.272Z | Downloaded peg-macros v0.8.4 |
827 | 2024-10-30T13:31:20.275Z | Downloaded similar v2.6.0 |
828 | 2024-10-30T13:31:20.281Z | Downloaded which v4.4.2 |
829 | 2024-10-30T13:31:20.283Z | Downloaded hashbrown v0.13.2 |
830 | 2024-10-30T13:31:20.286Z | Downloaded hashbrown v0.12.3 |
831 | 2024-10-30T13:31:20.291Z | Downloaded rustc_version v0.4.1 |
832 | 2024-10-30T13:31:20.293Z | Downloaded rustc_version v0.1.7 |
833 | 2024-10-30T13:31:20.293Z | Downloaded smallvec v1.13.2 |
834 | 2024-10-30T13:31:20.297Z | Downloaded hyper v0.14.30 |
835 | 2024-10-30T13:31:20.304Z | Downloaded tokio-tungstenite v0.23.1 |
836 | 2024-10-30T13:31:20.308Z | Downloaded zone_cfg_derive v0.3.0 |
837 | 2024-10-30T13:31:20.310Z | Downloaded untrusted v0.7.1 |
838 | 2024-10-30T13:31:20.310Z | Downloaded hash32 v0.2.1 |
839 | 2024-10-30T13:31:20.310Z | Downloaded ff v0.13.0 |
840 | 2024-10-30T13:31:20.313Z | Downloaded password-hash v0.4.2 |
841 | 2024-10-30T13:31:20.316Z | Downloaded parking_lot_core v0.8.6 |
842 | 2024-10-30T13:31:20.318Z | Downloaded proc-macro-crate v1.3.1 |
843 | 2024-10-30T13:31:20.318Z | Downloaded unicase v2.7.0 |
844 | 2024-10-30T13:31:20.321Z | Downloaded idna v0.4.0 |
845 | 2024-10-30T13:31:20.326Z | Downloaded rustfmt-wrapper v0.2.1 |
846 | 2024-10-30T13:31:20.329Z | Downloaded diesel-dtrace v0.3.0 |
847 | 2024-10-30T13:31:20.332Z | Downloaded enum-as-inner v0.6.1 |
848 | 2024-10-30T13:31:20.332Z | Downloaded p256 v0.13.2 |
849 | 2024-10-30T13:31:20.335Z | Downloaded tokio-tungstenite v0.24.0 |
850 | 2024-10-30T13:31:20.338Z | Downloaded ed25519-dalek v2.1.1 |
851 | 2024-10-30T13:31:20.341Z | Downloaded shell-words v1.1.0 |
852 | 2024-10-30T13:31:20.344Z | Downloaded ref-cast-impl v1.0.23 |
853 | 2024-10-30T13:31:20.344Z | Downloaded tar v0.4.42 |
854 | 2024-10-30T13:31:20.347Z | Downloaded strum_macros v0.24.3 |
855 | 2024-10-30T13:31:20.349Z | Downloaded signal-hook-mio v0.2.4 |
856 | 2024-10-30T13:31:20.352Z | Downloaded socket2 v0.5.7 |
857 | 2024-10-30T13:31:20.352Z | Downloaded derive_builder v0.20.2 |
858 | 2024-10-30T13:31:20.357Z | Downloaded tungstenite v0.23.0 |
859 | 2024-10-30T13:31:20.360Z | Downloaded toml_edit v0.19.15 |
860 | 2024-10-30T13:31:20.379Z | Downloaded same-file v1.0.6 |
861 | 2024-10-30T13:31:20.382Z | Downloaded dhcproto v0.12.0 |
862 | 2024-10-30T13:31:20.385Z | Downloaded tiny-keccak v2.0.2 |
863 | 2024-10-30T13:31:20.388Z | Downloaded samael v0.0.17 |
864 | 2024-10-30T13:31:20.391Z | Downloaded group v0.13.0 |
865 | 2024-10-30T13:31:20.394Z | Downloaded globset v0.4.15 |
866 | 2024-10-30T13:31:20.398Z | Downloaded futures-channel v0.3.31 |
867 | 2024-10-30T13:31:20.401Z | Downloaded tracing-core v0.1.32 |
868 | 2024-10-30T13:31:20.401Z | Downloaded env_logger v0.11.5 |
869 | 2024-10-30T13:31:20.403Z | Downloaded rayon v1.10.0 |
870 | 2024-10-30T13:31:20.413Z | Downloaded rcgen v0.12.1 |
871 | 2024-10-30T13:31:20.416Z | Downloaded half v2.4.1 |
872 | 2024-10-30T13:31:20.419Z | Downloaded qorb v0.1.2 |
873 | 2024-10-30T13:31:20.424Z | Downloaded futures v0.3.31 |
874 | 2024-10-30T13:31:20.429Z | Downloaded typed-path v0.7.1 |
875 | 2024-10-30T13:31:20.435Z | Downloaded x509-cert v0.2.5 |
876 | 2024-10-30T13:31:20.442Z | Downloaded derive_builder_core v0.20.2 |
877 | 2024-10-30T13:31:20.444Z | Downloaded rand v0.8.5 |
878 | 2024-10-30T13:31:20.448Z | Downloaded snafu-derive v0.8.5 |
879 | 2024-10-30T13:31:20.450Z | Downloaded unsafe-libyaml v0.2.11 |
880 | 2024-10-30T13:31:20.453Z | Downloaded parse-zoneinfo v0.3.1 |
881 | 2024-10-30T13:31:20.456Z | Downloaded unicode-properties v0.1.3 |
882 | 2024-10-30T13:31:20.459Z | Downloaded hashbrown v0.14.5 |
883 | 2024-10-30T13:31:20.463Z | Downloaded num-bigint-dig v0.8.4 |
884 | 2024-10-30T13:31:20.469Z | Downloaded nix v0.28.0 |
885 | 2024-10-30T13:31:20.481Z | Downloaded tracing-attributes v0.1.27 |
886 | 2024-10-30T13:31:20.484Z | Downloaded idna v0.5.0 |
887 | 2024-10-30T13:31:20.491Z | Downloaded idna v0.2.3 |
888 | 2024-10-30T13:31:20.498Z | Downloaded flate2 v1.0.34 |
889 | 2024-10-30T13:31:20.503Z | Downloaded proptest v1.5.0 |
890 | 2024-10-30T13:31:20.513Z | Downloaded unicode-segmentation v1.12.0 |
891 | 2024-10-30T13:31:20.517Z | Downloaded h2 v0.4.6 |
892 | 2024-10-30T13:31:20.523Z | Downloaded publicsuffix v2.2.3 |
893 | 2024-10-30T13:31:20.528Z | Downloaded tokio-postgres v0.7.12 |
894 | 2024-10-30T13:31:20.532Z | Downloaded unicode-normalization v0.1.24 |
895 | 2024-10-30T13:31:20.536Z | Downloaded aho-corasick v1.1.3 |
896 | 2024-10-30T13:31:20.542Z | Downloaded expectorate v1.1.0 |
897 | 2024-10-30T13:31:20.544Z | Downloaded idna v0.3.0 |
898 | 2024-10-30T13:31:20.551Z | Downloaded serde_yaml v0.9.34+deprecated |
899 | 2024-10-30T13:31:20.555Z | Downloaded nix v0.27.1 |
900 | 2024-10-30T13:31:20.567Z | Downloaded quick-xml v0.33.0 |
901 | 2024-10-30T13:31:20.573Z | Downloaded gimli v0.31.1 |
902 | 2024-10-30T13:31:20.583Z | Downloaded tracing v0.1.40 |
903 | 2024-10-30T13:31:20.588Z | Downloaded portable-atomic v1.9.0 |
904 | 2024-10-30T13:31:20.594Z | Downloaded quinn-proto v0.11.8 |
905 | 2024-10-30T13:31:20.602Z | Downloaded git2 v0.19.0 |
906 | 2024-10-30T13:31:20.611Z | Downloaded reqwest v0.12.8 |
907 | 2024-10-30T13:31:20.620Z | Downloaded winnow v0.5.40 |
908 | 2024-10-30T13:31:20.629Z | Downloaded reedline v0.35.0 |
909 | 2024-10-30T13:31:20.637Z | Downloaded nix v0.29.0 |
910 | 2024-10-30T13:31:20.650Z | Downloaded bindgen v0.69.5 |
911 | 2024-10-30T13:31:20.657Z | Downloaded dropshot v0.12.0 |
912 | 2024-10-30T13:31:20.684Z | Downloaded p521 v0.13.3 |
913 | 2024-10-30T13:31:20.703Z | Downloaded chrono v0.4.38 |
914 | 2024-10-30T13:31:20.703Z | Downloaded openssl v0.10.66 |
915 | 2024-10-30T13:31:20.705Z | Downloaded salty v0.3.0 |
916 | 2024-10-30T13:31:20.707Z | Downloaded smoltcp v0.9.1 |
917 | 2024-10-30T13:31:20.719Z | Downloaded webpki-roots v0.26.6 |
918 | 2024-10-30T13:31:20.723Z | Downloaded regex v1.11.0 |
919 | 2024-10-30T13:31:20.737Z | Downloaded radix_trie v0.2.1 |
920 | 2024-10-30T13:31:20.742Z | Downloaded reqwest v0.11.27 |
921 | 2024-10-30T13:31:20.750Z | Downloaded regex-syntax v0.8.5 |
922 | 2024-10-30T13:31:20.759Z | Downloaded regress v0.9.1 |
923 | 2024-10-30T13:31:20.768Z | Downloaded openapiv3 v2.0.0 |
924 | 2024-10-30T13:31:20.781Z | Downloaded object v0.30.4 |
925 | 2024-10-30T13:31:20.791Z | Downloaded trust-dns-proto v0.22.0 |
926 | 2024-10-30T13:31:20.803Z | Downloaded bstr v1.10.0 |
927 | 2024-10-30T13:31:20.816Z | Downloaded futures-util v0.3.31 |
928 | 2024-10-30T13:31:20.827Z | Downloaded regress v0.10.1 |
929 | 2024-10-30T13:31:20.836Z | Downloaded rustls v0.21.12 |
930 | 2024-10-30T13:31:20.849Z | Downloaded polar-core v0.27.3 |
931 | 2024-10-30T13:31:20.857Z | Downloaded ratatui v0.28.1 |
932 | 2024-10-30T13:31:20.879Z | Downloaded diesel v2.2.4 |
933 | 2024-10-30T13:31:20.896Z | Downloaded object v0.36.5 |
934 | 2024-10-30T13:31:20.909Z | Downloaded chrono-tz v0.10.0 |
935 | 2024-10-30T13:31:20.915Z | Downloaded typify-impl v0.2.0 |
936 | 2024-10-30T13:31:20.932Z | Downloaded sled v0.34.7 |
937 | 2024-10-30T13:31:20.943Z | Downloaded rustls v0.23.14 |
938 | 2024-10-30T13:31:20.954Z | Downloaded rustls v0.22.4 |
939 | 2024-10-30T13:31:20.968Z | Downloaded curve25519-dalek v4.1.3 |
940 | 2024-10-30T13:31:20.977Z | Downloaded smoltcp v0.11.0 |
941 | 2024-10-30T13:31:20.990Z | Downloaded hickory-proto v0.24.1 |
942 | 2024-10-30T13:31:21.007Z | Downloaded regex-syntax v0.6.29 |
943 | 2024-10-30T13:31:21.014Z | Downloaded petgraph v0.6.5 |
944 | 2024-10-30T13:31:21.035Z | Downloaded lzma-sys v0.1.20 |
945 | 2024-10-30T13:31:21.060Z | Downloaded rustls-webpki v0.101.7 |
946 | 2024-10-30T13:31:21.074Z | Downloaded p384 v0.13.0 |
947 | 2024-10-30T13:31:21.080Z | Downloaded bitvec v1.0.1 |
948 | 2024-10-30T13:31:21.096Z | Downloaded tokio-util v0.7.12 |
949 | 2024-10-30T13:31:21.102Z | Downloaded zerocopy-derive v0.6.6 |
950 | 2024-10-30T13:31:21.112Z | Downloaded regex-automata v0.4.8 |
951 | 2024-10-30T13:31:21.129Z | Downloaded rustls-webpki v0.102.8 |
952 | 2024-10-30T13:31:21.148Z | Downloaded libz-sys v1.1.20 |
953 | 2024-10-30T13:31:21.169Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
954 | 2024-10-30T13:31:21.181Z | Downloaded tokio v1.40.0 |
955 | 2024-10-30T13:31:21.219Z | Downloaded vcpkg v0.2.15 |
956 | 2024-10-30T13:31:21.256Z | Downloaded rusqlite v0.32.1 |
957 | 2024-10-30T13:31:21.263Z | Downloaded sha3 v0.10.8 |
958 | 2024-10-30T13:31:21.267Z | Downloaded h2 v0.3.26 |
959 | 2024-10-30T13:31:21.274Z | Downloaded sqlparser v0.45.0 |
960 | 2024-10-30T13:31:21.279Z | Downloaded signal-hook v0.3.17 |
961 | 2024-10-30T13:31:21.281Z | Downloaded russh v0.45.0 |
962 | 2024-10-30T13:31:21.288Z | Downloaded lalrpop v0.19.12 |
963 | 2024-10-30T13:31:21.299Z | Downloaded time-macros v0.2.18 |
964 | 2024-10-30T13:31:21.302Z | Downloaded progenitor v0.8.0 |
965 | 2024-10-30T13:31:21.305Z | Downloaded env_logger v0.10.2 |
966 | 2024-10-30T13:31:21.308Z | Downloaded predicates-tree v1.0.11 |
967 | 2024-10-30T13:31:21.308Z | Downloaded csv v1.3.0 |
968 | 2024-10-30T13:31:21.331Z | Downloaded predicates-core v1.0.8 |
969 | 2024-10-30T13:31:21.331Z | Downloaded num-iter v0.1.45 |
970 | 2024-10-30T13:31:21.331Z | Downloaded num-derive v0.4.2 |
971 | 2024-10-30T13:31:21.335Z | Downloaded flume v0.11.0 |
972 | 2024-10-30T13:31:21.344Z | Downloaded num-bigint v0.4.6 |
973 | 2024-10-30T13:31:21.355Z | Downloaded scheduled-thread-pool v0.2.7 |
974 | 2024-10-30T13:31:21.358Z | Downloaded tough v0.17.1 |
975 | 2024-10-30T13:31:21.368Z | Downloaded url v2.5.2 |
976 | 2024-10-30T13:31:21.371Z | Downloaded crossterm v0.28.1 |
977 | 2024-10-30T13:31:21.380Z | Downloaded shlex v1.3.0 |
978 | 2024-10-30T13:31:21.383Z | Downloaded pkcs5 v0.7.1 |
979 | 2024-10-30T13:31:21.386Z | Downloaded pkcs1 v0.7.5 |
980 | 2024-10-30T13:31:21.390Z | Downloaded pin-project-lite v0.2.14 |
981 | 2024-10-30T13:31:21.396Z | Downloaded pin-project-internal v1.1.6 |
982 | 2024-10-30T13:31:21.398Z | Downloaded openssl-sys v0.9.103 |
983 | 2024-10-30T13:31:21.403Z | Downloaded tinyvec v1.8.0 |
984 | 2024-10-30T13:31:21.408Z | Downloaded enum-as-inner v0.5.1 |
985 | 2024-10-30T13:31:21.411Z | Downloaded derive_more v0.99.18 |
986 | 2024-10-30T13:31:21.414Z | Downloaded prettyplease v0.2.22 |
987 | 2024-10-30T13:31:21.419Z | Downloaded packed_struct v0.10.1 |
988 | 2024-10-30T13:31:21.421Z | Downloaded peg v0.8.4 |
989 | 2024-10-30T13:31:21.425Z | Downloaded spin v0.5.2 |
990 | 2024-10-30T13:31:21.427Z | Downloaded headers v0.4.0 |
991 | 2024-10-30T13:31:21.432Z | Downloaded aes v0.8.4 |
992 | 2024-10-30T13:31:21.435Z | Downloaded futures-io v0.3.31 |
993 | 2024-10-30T13:31:21.437Z | Downloaded parking_lot v0.12.3 |
994 | 2024-10-30T13:31:21.440Z | Downloaded parking_lot v0.11.2 |
995 | 2024-10-30T13:31:21.442Z | Downloaded der v0.7.9 |
996 | 2024-10-30T13:31:21.447Z | Downloaded hex v0.4.3 |
997 | 2024-10-30T13:31:21.450Z | Downloaded futures-core v0.3.31 |
998 | 2024-10-30T13:31:21.453Z | Downloaded foreign-types-macros v0.2.3 |
999 | 2024-10-30T13:31:21.453Z | Downloaded encoding_rs v0.8.34 |
1000 | 2024-10-30T13:31:21.472Z | Downloaded foreign-types v0.3.2 |
1001 | 2024-10-30T13:31:21.475Z | Downloaded gethostname v0.5.0 |
1002 | 2024-10-30T13:31:21.475Z | Downloaded ron v0.7.1 |
1003 | 2024-10-30T13:31:21.479Z | Downloaded ron v0.8.1 |
1004 | 2024-10-30T13:31:21.484Z | Downloaded crossbeam-channel v0.5.13 |
1005 | 2024-10-30T13:31:21.488Z | Downloaded utf-8 v0.7.6 |
1006 | 2024-10-30T13:31:21.492Z | Downloaded untrusted v0.9.0 |
1007 | 2024-10-30T13:31:21.492Z | Downloaded rustc-hash v1.1.0 |
1008 | 2024-10-30T13:31:21.494Z | Downloaded resolv-conf v0.7.0 |
1009 | 2024-10-30T13:31:21.495Z | Downloaded serde_path_to_error v0.1.16 |
1010 | 2024-10-30T13:31:21.497Z | Downloaded serde-hex v0.1.0 |
1011 | 2024-10-30T13:31:21.497Z | Downloaded sec1 v0.7.3 |
1012 | 2024-10-30T13:31:21.499Z | Downloaded scrypt v0.11.0 |
1013 | 2024-10-30T13:31:21.499Z | Downloaded rustls-pki-types v1.9.0 |
1014 | 2024-10-30T13:31:21.502Z | Downloaded openssl-macros v0.1.1 |
1015 | 2024-10-30T13:31:21.507Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1016 | 2024-10-30T13:31:21.561Z | Downloaded num_threads v0.1.7 |
1017 | 2024-10-30T13:31:21.564Z | Downloaded nom v7.1.3 |
1018 | 2024-10-30T13:31:21.567Z | Downloaded uuid v1.10.0 |
1019 | 2024-10-30T13:31:21.570Z | Downloaded rustls-pemfile v2.2.0 |
1020 | 2024-10-30T13:31:21.572Z | Downloaded pin-project v1.1.6 |
1021 | 2024-10-30T13:31:21.583Z | Downloaded tokio-rustls v0.25.0 |
1022 | 2024-10-30T13:31:21.586Z | Downloaded crypto-bigint v0.5.5 |
1023 | 2024-10-30T13:31:21.592Z | Downloaded zone v0.1.8 |
1024 | 2024-10-30T13:31:21.595Z | Downloaded ena v0.14.3 |
1025 | 2024-10-30T13:31:21.595Z | Downloaded embedded-io v0.4.0 |
1026 | 2024-10-30T13:31:21.597Z | Downloaded poly1305 v0.8.0 |
1027 | 2024-10-30T13:31:21.597Z | Downloaded tap v1.0.1 |
1028 | 2024-10-30T13:31:21.600Z | Downloaded defmt-macros v0.3.9 |
1029 | 2024-10-30T13:31:21.602Z | Downloaded rustc-demangle v0.1.24 |
1030 | 2024-10-30T13:31:21.604Z | Downloaded derive-where v1.2.7 |
1031 | 2024-10-30T13:31:21.607Z | Downloaded tokio-stream v0.1.16 |
1032 | 2024-10-30T13:31:21.610Z | Downloaded tokio-rustls v0.24.1 |
1033 | 2024-10-30T13:31:21.613Z | Downloaded compact_str v0.8.0 |
1034 | 2024-10-30T13:31:21.616Z | Downloaded ciborium v0.2.2 |
1035 | 2024-10-30T13:31:21.618Z | Downloaded signature v2.2.0 |
1036 | 2024-10-30T13:31:21.621Z | Downloaded num v0.4.3 |
1037 | 2024-10-30T13:31:21.623Z | Downloaded hash32 v0.3.1 |
1038 | 2024-10-30T13:31:21.623Z | Downloaded glob v0.3.1 |
1039 | 2024-10-30T13:31:21.625Z | Downloaded ecdsa v0.16.9 |
1040 | 2024-10-30T13:31:21.625Z | Downloaded hyper-util v0.1.9 |
1041 | 2024-10-30T13:31:21.629Z | Downloaded base64 v0.21.7 |
1042 | 2024-10-30T13:31:21.633Z | Downloaded backtrace v0.3.74 |
1043 | 2024-10-30T13:31:21.638Z | Downloaded num-traits v0.2.19 |
1044 | 2024-10-30T13:31:21.641Z | Downloaded elliptic-curve v0.13.8 |
1045 | 2024-10-30T13:31:21.644Z | Downloaded diesel_derives v2.2.3 |
1046 | 2024-10-30T13:31:21.648Z | Downloaded bytes v1.7.2 |
1047 | 2024-10-30T13:31:21.652Z | Downloaded base64 v0.13.1 |
1048 | 2024-10-30T13:31:21.655Z | Downloaded rtoolbox v0.0.2 |
1049 | 2024-10-30T13:31:21.657Z | Downloaded slog v2.7.0 |
1050 | 2024-10-30T13:31:21.659Z | Downloaded rayon-core v1.12.1 |
1051 | 2024-10-30T13:31:21.662Z | Downloaded libxml v0.3.3 |
1052 | 2024-10-30T13:31:21.668Z | Downloaded ed25519 v2.2.3 |
1053 | 2024-10-30T13:31:21.671Z | Downloaded dsl_auto_type v0.1.2 |
1054 | 2024-10-30T13:31:21.674Z | Downloaded ppv-lite86 v0.2.20 |
1055 | 2024-10-30T13:31:21.677Z | Downloaded tungstenite v0.21.0 |
1056 | 2024-10-30T13:31:21.680Z | Downloaded phf v0.11.2 |
1057 | 2024-10-30T13:31:21.683Z | Downloaded der_derive v0.7.3 |
1058 | 2024-10-30T13:31:21.683Z | Downloaded yasna v0.5.2 |
1059 | 2024-10-30T13:31:21.686Z | Downloaded crc-any v2.5.0 |
1060 | 2024-10-30T13:31:21.686Z | Downloaded cookie v0.18.1 |
1061 | 2024-10-30T13:31:21.688Z | Downloaded const-oid v0.9.6 |
1062 | 2024-10-30T13:31:21.690Z | Downloaded sqlformat v0.2.6 |
1063 | 2024-10-30T13:31:21.693Z | Downloaded slog-bunyan v2.5.0 |
1064 | 2024-10-30T13:31:21.693Z | Downloaded semver v0.1.20 |
1065 | 2024-10-30T13:31:21.695Z | Downloaded secrecy v0.8.0 |
1066 | 2024-10-30T13:31:21.695Z | Downloaded ahash v0.8.11 |
1067 | 2024-10-30T13:31:21.697Z | Downloaded cookie_store v0.21.0 |
1068 | 2024-10-30T13:31:21.700Z | Downloaded console v0.15.8 |
1069 | 2024-10-30T13:31:21.703Z | Downloaded mockall_derive v0.13.0 |
1070 | 2024-10-30T13:31:21.705Z | Downloaded cancel-safe-futures v0.1.5 |
1071 | 2024-10-30T13:31:21.707Z | Downloaded termios v0.3.3 |
1072 | 2024-10-30T13:31:21.710Z | Downloaded subtle v2.6.1 |
1073 | 2024-10-30T13:31:21.712Z | Downloaded memmap2 v0.9.5 |
1074 | 2024-10-30T13:31:21.712Z | Downloaded keccak v0.1.5 |
1075 | 2024-10-30T13:31:21.715Z | Downloaded libloading v0.8.5 |
1076 | 2024-10-30T13:31:21.717Z | Downloaded data-encoding v2.6.0 |
1077 | 2024-10-30T13:31:21.717Z | Downloaded async-stream v0.3.6 |
1078 | 2024-10-30T13:31:21.720Z | Downloaded async-trait v0.1.83 |
1079 | 2024-10-30T13:31:21.722Z | Downloaded thread_local v1.1.8 |
1080 | 2024-10-30T13:31:21.725Z | Downloaded thiserror-no-std v2.0.2 |
1081 | 2024-10-30T13:31:21.729Z | Downloaded thiserror-impl-no-std v2.0.2 |
1082 | 2024-10-30T13:31:21.731Z | Downloaded lock_api v0.4.12 |
1083 | 2024-10-30T13:31:21.731Z | Downloaded cipher v0.4.4 |
1084 | 2024-10-30T13:31:21.733Z | Downloaded chrono-tz-build v0.4.0 |
1085 | 2024-10-30T13:31:21.733Z | Downloaded cexpr v0.6.0 |
1086 | 2024-10-30T13:31:21.736Z | Downloaded bitfield v0.14.0 |
1087 | 2024-10-30T13:31:21.738Z | Downloaded hyper-rustls v0.27.3 |
1088 | 2024-10-30T13:31:21.741Z | Downloaded bit-set v0.5.3 |
1089 | 2024-10-30T13:31:21.741Z | Downloaded internet-checksum v0.2.1 |
1090 | 2024-10-30T13:31:21.741Z | Downloaded iana-time-zone v0.1.61 |
1091 | 2024-10-30T13:31:21.744Z | Downloaded salsa20 v0.10.2 |
1092 | 2024-10-30T13:31:21.746Z | Downloaded hyper-staticfile v0.10.1 |
1093 | 2024-10-30T13:31:21.749Z | Downloaded ciborium-ll v0.2.2 |
1094 | 2024-10-30T13:31:21.749Z | Downloaded block-padding v0.3.3 |
1095 | 2024-10-30T13:31:21.749Z | Downloaded ssh-encoding v0.2.0 |
1096 | 2024-10-30T13:31:21.751Z | Downloaded rusty-fork v0.3.0 |
1097 | 2024-10-30T13:31:21.754Z | Downloaded newtype-uuid v1.1.2 |
1098 | 2024-10-30T13:31:21.756Z | Downloaded indoc v1.0.9 |
1099 | 2024-10-30T13:31:21.760Z | Downloaded memoffset v0.9.1 |
1100 | 2024-10-30T13:31:21.762Z | Downloaded lru-cache v0.1.2 |
1101 | 2024-10-30T13:31:21.762Z | Downloaded lazycell v1.3.0 |
1102 | 2024-10-30T13:31:21.764Z | Downloaded async-recursion v1.1.1 |
1103 | 2024-10-30T13:31:21.767Z | Downloaded arrayref v0.3.9 |
1104 | 2024-10-30T13:31:21.769Z | Downloaded array-init v0.0.4 |
1105 | 2024-10-30T13:31:21.769Z | Downloaded darling_macro v0.20.10 |
1106 | 2024-10-30T13:31:21.771Z | Downloaded impl-trait-for-tuples v0.2.2 |
1107 | 2024-10-30T13:31:21.774Z | Downloaded crunchy v0.2.2 |
1108 | 2024-10-30T13:31:21.774Z | Downloaded base64 v0.22.1 |
1109 | 2024-10-30T13:31:21.777Z | Downloaded instability v0.3.2 |
1110 | 2024-10-30T13:31:21.780Z | Downloaded crc-catalog v2.4.0 |
1111 | 2024-10-30T13:31:21.783Z | Downloaded bit-vec v0.6.3 |
1112 | 2024-10-30T13:31:21.783Z | Downloaded lazy_static v1.5.0 |
1113 | 2024-10-30T13:31:21.785Z | Downloaded lalrpop-util v0.19.12 |
1114 | 2024-10-30T13:31:21.785Z | Downloaded http-body-util v0.1.2 |
1115 | 2024-10-30T13:31:21.787Z | Downloaded crc v3.2.1 |
1116 | 2024-10-30T13:31:21.790Z | Downloaded cassowary v0.3.0 |
1117 | 2024-10-30T13:31:21.790Z | Downloaded hyper-tls v0.6.0 |
1118 | 2024-10-30T13:31:21.793Z | Downloaded http-body v0.4.6 |
1119 | 2024-10-30T13:31:21.795Z | Downloaded convert_case v0.4.0 |
1120 | 2024-10-30T13:31:21.795Z | Downloaded base16ct v0.2.0 |
1121 | 2024-10-30T13:31:21.797Z | Downloaded md5 v0.7.0 |
1122 | 2024-10-30T13:31:21.797Z | Downloaded matches v0.1.10 |
1123 | 2024-10-30T13:31:21.797Z | Downloaded highway v1.2.0 |
1124 | 2024-10-30T13:31:21.800Z | Downloaded cstr-argument v0.1.2 |
1125 | 2024-10-30T13:31:21.890Z | Downloaded ring v0.17.8 |
1126 | 2024-10-30T13:31:21.999Z | Downloaded libsqlite3-sys v0.30.1 |
1127 | 2024-10-30T13:31:22.078Z | Downloaded ring v0.16.20 |
1128 | 2024-10-30T13:31:22.268Z | Compiling serde v1.0.210 |
1129 | 2024-10-30T13:31:22.270Z | Compiling typenum v1.17.0 |
1130 | 2024-10-30T13:31:22.270Z | Compiling lock_api v0.4.12 |
1131 | 2024-10-30T13:31:22.270Z | Compiling generic-array v0.14.7 |
1132 | 2024-10-30T13:31:22.270Z | Compiling scopeguard v1.2.0 |
1133 | 2024-10-30T13:31:22.270Z | Compiling subtle v2.6.1 |
1134 | 2024-10-30T13:31:22.450Z | Compiling syn v2.0.79 |
1135 | 2024-10-30T13:31:22.464Z | Compiling getrandom v0.2.15 |
1136 | 2024-10-30T13:31:22.647Z | Compiling value-bag v1.9.0 |
1137 | 2024-10-30T13:31:22.784Z | Compiling rand_core v0.6.4 |
1138 | 2024-10-30T13:31:22.889Z | Compiling const-oid v0.9.6 |
1139 | 2024-10-30T13:31:22.944Z | Compiling pin-project-lite v0.2.14 |
1140 | 2024-10-30T13:31:22.995Z | Compiling smallvec v1.13.2 |
1141 | 2024-10-30T13:31:23.084Z | Compiling jobserver v0.1.32 |
1142 | 2024-10-30T13:31:23.316Z | Compiling log v0.4.22 |
1143 | 2024-10-30T13:31:23.366Z | Compiling parking_lot_core v0.9.10 |
1144 | 2024-10-30T13:31:23.404Z | Compiling shlex v1.3.0 |
1145 | 2024-10-30T13:31:23.445Z | Compiling futures-core v0.3.31 |
1146 | 2024-10-30T13:31:23.693Z | Compiling cc v1.1.30 |
1147 | 2024-10-30T13:31:23.801Z | Compiling signal-hook-registry v1.4.2 |
1148 | 2024-10-30T13:31:24.029Z | Compiling mio v1.0.2 |
1149 | 2024-10-30T13:31:24.217Z | Compiling parking_lot v0.12.3 |
1150 | 2024-10-30T13:31:24.524Z | Compiling cpufeatures v0.2.14 |
1151 | 2024-10-30T13:31:24.620Z | Compiling futures-sink v0.3.31 |
1152 | 2024-10-30T13:31:24.640Z | Compiling spin v0.9.8 |
1153 | 2024-10-30T13:31:24.780Z | Compiling socket2 v0.5.7 |
1154 | 2024-10-30T13:31:24.879Z | Compiling slab v0.4.9 |
1155 | 2024-10-30T13:31:25.033Z | Compiling serde_json v1.0.128 |
1156 | 2024-10-30T13:31:25.162Z | Compiling futures-channel v0.3.31 |
1157 | 2024-10-30T13:31:25.187Z | Compiling tinyvec_macros v0.1.1 |
1158 | 2024-10-30T13:31:25.207Z | Compiling futures-task v0.3.31 |
1159 | 2024-10-30T13:31:25.277Z | Compiling futures-io v0.3.31 |
1160 | 2024-10-30T13:31:25.409Z | Compiling allocator-api2 v0.2.18 |
1161 | 2024-10-30T13:31:25.528Z | Compiling pin-utils v0.1.0 |
1162 | 2024-10-30T13:31:25.578Z | Compiling foldhash v0.1.3 |
1163 | 2024-10-30T13:31:25.632Z | Compiling tinyvec v1.8.0 |
1164 | 2024-10-30T13:31:25.650Z | Compiling libm v0.2.8 |
1165 | 2024-10-30T13:31:25.676Z | Compiling num-traits v0.2.19 |
1166 | 2024-10-30T13:31:25.780Z | Compiling unicode-bidi v0.3.17 |
1167 | 2024-10-30T13:31:25.893Z | Compiling base64ct v1.6.0 |
1168 | 2024-10-30T13:31:26.210Z | Compiling hashbrown v0.15.0 |
1169 | 2024-10-30T13:31:26.250Z | Compiling flagset v0.4.6 |
1170 | 2024-10-30T13:31:26.568Z | Compiling pem-rfc7468 v0.7.0 |
1171 | 2024-10-30T13:31:26.587Z | Compiling httparse v1.9.5 |
1172 | 2024-10-30T13:31:27.250Z | Compiling unicode-normalization v0.1.24 |
1173 | 2024-10-30T13:31:27.345Z | Compiling tracing-core v0.1.32 |
1174 | 2024-10-30T13:31:27.482Z | Compiling crossbeam-utils v0.8.20 |
1175 | 2024-10-30T13:31:27.534Z | Compiling rustls-pki-types v1.9.0 |
1176 | 2024-10-30T13:31:27.728Z | Compiling percent-encoding v2.3.1 |
1177 | 2024-10-30T13:31:27.855Z | Compiling ring v0.17.8 |
1178 | 2024-10-30T13:31:28.191Z | Compiling time-core v0.1.2 |
1179 | 2024-10-30T13:31:28.382Z | Compiling powerfmt v0.2.0 |
1180 | 2024-10-30T13:31:28.419Z | Compiling num-conv v0.1.0 |
1181 | 2024-10-30T13:31:28.677Z | Compiling untrusted v0.9.0 |
1182 | 2024-10-30T13:31:28.717Z | Compiling vcpkg v0.2.15 |
1183 | 2024-10-30T13:31:28.785Z | Compiling pkg-config v0.3.31 |
1184 | 2024-10-30T13:31:28.804Z | Compiling time-macros v0.2.18 |
1185 | 2024-10-30T13:31:28.866Z | Compiling deranged v0.3.11 |
1186 | 2024-10-30T13:31:29.428Z | Compiling atomic-waker v1.1.2 |
1187 | 2024-10-30T13:31:29.623Z | Compiling num_threads v0.1.7 |
1188 | 2024-10-30T13:31:29.770Z | Compiling form_urlencoded v1.2.1 |
1189 | 2024-10-30T13:31:30.068Z | Compiling try-lock v0.2.5 |
1190 | 2024-10-30T13:31:30.146Z | Compiling slog v2.7.0 |
1191 | 2024-10-30T13:31:30.218Z | Compiling rustix v0.38.37 |
1192 | 2024-10-30T13:31:30.250Z | Compiling want v0.3.1 |
1193 | 2024-10-30T13:31:30.523Z | Compiling httpdate v1.0.3 |
1194 | 2024-10-30T13:31:30.715Z | Compiling openssl-sys v0.9.103 |
1195 | 2024-10-30T13:31:30.798Z | Compiling idna v0.5.0 |
1196 | 2024-10-30T13:31:30.980Z | Compiling match_cfg v0.1.0 |
1197 | 2024-10-30T13:31:31.076Z | Compiling base64 v0.22.1 |
1198 | 2024-10-30T13:31:31.096Z | Compiling iana-time-zone v0.1.61 |
1199 | 2024-10-30T13:31:31.517Z | Compiling openssl v0.10.66 |
1200 | 2024-10-30T13:31:31.586Z | Compiling foreign-types-shared v0.1.1 |
1201 | 2024-10-30T13:31:31.700Z | Compiling rustversion v1.0.17 |
1202 | 2024-10-30T13:31:31.853Z | Compiling time v0.3.36 |
1203 | 2024-10-30T13:31:31.856Z | Compiling tower-service v0.3.3 |
1204 | 2024-10-30T13:31:31.979Z | Compiling url v2.5.2 |
1205 | 2024-10-30T13:31:32.003Z | Compiling foreign-types v0.3.2 |
1206 | 2024-10-30T13:31:32.099Z | Compiling hostname v0.3.1 |
1207 | 2024-10-30T13:31:32.343Z | Compiling dirs-sys-next v0.1.2 |
1208 | 2024-10-30T13:31:32.398Z | Compiling aho-corasick v1.1.3 |
1209 | 2024-10-30T13:31:32.490Z | Compiling rustls v0.22.4 |
1210 | 2024-10-30T13:31:32.778Z | Compiling syn v1.0.109 |
1211 | 2024-10-30T13:31:33.025Z | Compiling native-tls v0.2.12 |
1212 | 2024-10-30T13:31:33.316Z | Compiling data-encoding v2.6.0 |
1213 | 2024-10-30T13:31:33.373Z | Compiling adler2 v2.0.0 |
1214 | 2024-10-30T13:31:33.426Z | Compiling regex-syntax v0.8.5 |
1215 | 2024-10-30T13:31:33.585Z | Compiling rustls v0.23.14 |
1216 | 2024-10-30T13:31:33.756Z | Compiling siphasher v0.3.11 |
1217 | 2024-10-30T13:31:33.863Z | Compiling miniz_oxide v0.8.0 |
1218 | 2024-10-30T13:31:34.251Z | Compiling dirs-next v2.0.0 |
1219 | 2024-10-30T13:31:35.366Z | Compiling serde_derive_internals v0.29.1 |
1220 | 2024-10-30T13:31:35.499Z | Compiling crossbeam-epoch v0.9.18 |
1221 | 2024-10-30T13:31:35.777Z | Compiling lazy_static v1.5.0 |
1222 | 2024-10-30T13:31:35.910Z | Compiling thread_local v1.1.8 |
1223 | 2024-10-30T13:31:36.256Z | Compiling encoding_rs v0.8.34 |
1224 | 2024-10-30T13:31:36.513Z | Compiling multer v3.1.0 |
1225 | 2024-10-30T13:31:36.594Z | Compiling serde_derive v1.0.210 |
1226 | 2024-10-30T13:31:36.817Z | Compiling zeroize_derive v1.4.2 |
1227 | 2024-10-30T13:31:36.937Z | Compiling zerocopy-derive v0.7.35 |
1228 | 2024-10-30T13:31:37.456Z | Compiling tokio-macros v2.4.0 |
1229 | 2024-10-30T13:31:37.978Z | Compiling thiserror-impl v1.0.64 |
1230 | 2024-10-30T13:31:38.364Z | Compiling zeroize v1.8.1 |
1231 | 2024-10-30T13:31:38.859Z | Compiling futures-macro v0.3.31 |
1232 | 2024-10-30T13:31:39.083Z | Compiling der_derive v0.7.3 |
1233 | 2024-10-30T13:31:39.157Z | Compiling zerocopy v0.7.35 |
1234 | 2024-10-30T13:31:39.876Z | Compiling tracing-attributes v0.1.27 |
1235 | 2024-10-30T13:31:40.317Z | Compiling crypto-common v0.1.6 |
1236 | 2024-10-30T13:31:40.570Z | Compiling block-buffer v0.10.4 |
1237 | 2024-10-30T13:31:40.589Z | Compiling block-padding v0.3.3 |
1238 | 2024-10-30T13:31:40.821Z | Compiling digest v0.10.7 |
1239 | 2024-10-30T13:31:40.846Z | Compiling futures-util v0.3.31 |
1240 | 2024-10-30T13:31:40.863Z | Compiling inout v0.1.3 |
1241 | 2024-10-30T13:31:40.881Z | Compiling ppv-lite86 v0.2.20 |
1242 | 2024-10-30T13:31:41.311Z | Compiling cipher v0.4.4 |
1243 | 2024-10-30T13:31:41.313Z | Compiling thiserror v1.0.64 |
1244 | 2024-10-30T13:31:41.387Z | Compiling hmac v0.12.1 |
1245 | 2024-10-30T13:31:41.423Z | Compiling sha2 v0.10.8 |
1246 | 2024-10-30T13:31:41.480Z | Compiling der v0.7.9 |
1247 | 2024-10-30T13:31:41.664Z | Compiling salsa20 v0.10.2 |
1248 | 2024-10-30T13:31:41.704Z | Compiling pbkdf2 v0.12.2 |
1249 | 2024-10-30T13:31:41.868Z | Compiling rand_chacha v0.3.1 |
1250 | 2024-10-30T13:31:41.889Z | Compiling pest v2.7.14 |
1251 | 2024-10-30T13:31:41.916Z | Compiling aes v0.8.4 |
1252 | 2024-10-30T13:31:43.623Z | Compiling tracing v0.1.40 |
1253 | 2024-10-30T13:31:44.188Z | Compiling spki v0.7.3 |
1254 | 2024-10-30T13:31:44.274Z | Compiling rand v0.8.5 |
1255 | 2024-10-30T13:31:44.566Z | Compiling pest_meta v2.7.14 |
1256 | 2024-10-30T13:31:44.813Z | Compiling scrypt v0.11.0 |
1257 | 2024-10-30T13:31:44.996Z | Compiling cbc v0.1.2 |
1258 | 2024-10-30T13:31:45.041Z | Compiling scroll_derive v0.12.0 |
1259 | 2024-10-30T13:31:45.063Z | Compiling rustls-webpki v0.102.8 |
1260 | 2024-10-30T13:31:45.249Z | Compiling pkcs5 v0.7.1 |
1261 | 2024-10-30T13:31:45.355Z | Compiling async-trait v0.1.83 |
1262 | 2024-10-30T13:31:46.438Z | Compiling pest_generator v2.7.14 |
1263 | 2024-10-30T13:31:46.533Z | Compiling scroll v0.12.0 |
1264 | 2024-10-30T13:31:46.551Z | Compiling pkcs8 v0.10.2 |
1265 | 2024-10-30T13:31:47.088Z | Compiling goblin v0.8.2 |
1266 | 2024-10-30T13:31:47.109Z | Compiling openssl-macros v0.1.1 |
1267 | 2024-10-30T13:31:47.251Z | Compiling sha1 v0.10.6 |
1268 | 2024-10-30T13:31:47.520Z | Compiling signature v2.2.0 |
1269 | 2024-10-30T13:31:47.676Z | Compiling regex-automata v0.4.8 |
1270 | 2024-10-30T13:31:47.830Z | Compiling cookie v0.18.1 |
1271 | 2024-10-30T13:31:47.897Z | Compiling mime v0.3.17 |
1272 | 2024-10-30T13:31:48.030Z | Compiling ipnet v2.10.1 |
1273 | 2024-10-30T13:31:48.120Z | Compiling paste v1.0.15 |
1274 | 2024-10-30T13:31:48.334Z | Compiling signal-hook v0.3.17 |
1275 | 2024-10-30T13:31:48.521Z | Compiling unicode-properties v0.1.3 |
1276 | 2024-10-30T13:31:48.608Z | Compiling rayon-core v1.12.1 |
1277 | 2024-10-30T13:31:48.638Z | Compiling schemars v0.8.21 |
1278 | 2024-10-30T13:31:48.892Z | Compiling openssl-probe v0.1.5 |
1279 | 2024-10-30T13:31:48.911Z | Compiling either v1.13.0 |
1280 | 2024-10-30T13:31:49.001Z | Compiling gimli v0.31.1 |
1281 | 2024-10-30T13:31:49.250Z | Compiling slog-async v2.8.0 |
1282 | 2024-10-30T13:31:49.271Z | Compiling pest_derive v2.7.14 |
1283 | 2024-10-30T13:31:49.348Z | Compiling stringprep v0.1.5 |
1284 | 2024-10-30T13:31:49.551Z | Compiling futures-executor v0.3.31 |
1285 | 2024-10-30T13:31:50.059Z | Compiling dtrace-parser v0.2.0 |
1286 | 2024-10-30T13:31:50.466Z | Compiling md-5 v0.10.6 |
1287 | 2024-10-30T13:31:50.755Z | Compiling bytes v1.7.2 |
1288 | 2024-10-30T13:31:52.142Z | Compiling tokio v1.40.0 |
1289 | 2024-10-30T13:31:52.168Z | Compiling indexmap v2.6.0 |
1290 | 2024-10-30T13:31:53.704Z | Compiling http v1.1.0 |
1291 | 2024-10-30T13:31:54.217Z | Compiling bitflags v2.6.0 |
1292 | 2024-10-30T13:31:54.301Z | Compiling semver v1.0.23 |
1293 | 2024-10-30T13:31:55.074Z | Compiling rustc_version v0.4.1 |
1294 | 2024-10-30T13:31:55.861Z | Compiling http-body v1.0.1 |
1295 | 2024-10-30T13:31:56.132Z | Compiling dof v0.3.0 |
1296 | 2024-10-30T13:31:56.197Z | Compiling serde_tokenstream v0.2.2 |
1297 | 2024-10-30T13:31:56.896Z | Compiling toml_datetime v0.6.8 |
1298 | 2024-10-30T13:31:57.234Z | Compiling serde_spanned v0.6.8 |
1299 | 2024-10-30T13:31:57.436Z | Compiling uuid v1.10.0 |
1300 | 2024-10-30T13:31:57.480Z | Compiling usdt-impl v0.5.0 |
1301 | 2024-10-30T13:31:58.313Z | Compiling chrono v0.4.38 |
1302 | 2024-10-30T13:31:58.969Z | Compiling http-body-util v0.1.2 |
1303 | 2024-10-30T13:31:58.972Z | Compiling heapless v0.7.17 |
1304 | 2024-10-30T13:31:59.578Z | Compiling usdt-attr-macro v0.5.0 |
1305 | 2024-10-30T13:31:59.911Z | Compiling usdt-macro v0.5.0 |
1306 | 2024-10-30T13:31:59.984Z | Compiling toml_edit v0.22.22 |
1307 | 2024-10-30T13:32:00.040Z | Compiling curve25519-dalek v4.1.3 |
1308 | 2024-10-30T13:32:00.735Z | Compiling tokio-util v0.7.12 |
1309 | 2024-10-30T13:32:01.218Z | Compiling addr2line v0.24.2 |
1310 | 2024-10-30T13:32:01.467Z | Compiling slog-json v2.6.1 |
1311 | 2024-10-30T13:32:01.867Z | Compiling h2 v0.4.6 |
1312 | 2024-10-30T13:32:01.983Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-10-30T13:32:02.021Z | Compiling schemars_derive v0.8.21 |
1314 | 2024-10-30T13:32:02.284Z | Compiling async-stream-impl v0.3.6 |
1315 | 2024-10-30T13:32:02.525Z | Compiling enum-as-inner v0.6.1 |
1316 | 2024-10-30T13:32:03.458Z | Compiling crossbeam-deque v0.8.5 |
1317 | 2024-10-30T13:32:03.619Z | Compiling term v0.7.0 |
1318 | 2024-10-30T13:32:03.795Z | Compiling crossbeam-channel v0.5.13 |
1319 | 2024-10-30T13:32:04.945Z | Compiling num-integer v0.1.46 |
1320 | 2024-10-30T13:32:05.106Z | Compiling idna v0.3.0 |
1321 | 2024-10-30T13:32:05.272Z | Compiling idna v0.4.0 |
1322 | 2024-10-30T13:32:06.384Z | Compiling rustls-pemfile v2.2.0 |
1323 | 2024-10-30T13:32:06.749Z | Compiling ff v0.13.0 |
1324 | 2024-10-30T13:32:06.786Z | Compiling hash32 v0.2.1 |
1325 | 2024-10-30T13:32:06.902Z | Compiling is-terminal v0.4.13 |
1326 | 2024-10-30T13:32:06.981Z | Compiling object v0.36.5 |
1327 | 2024-10-30T13:32:07.034Z | Compiling dropshot v0.12.0 |
1328 | 2024-10-30T13:32:07.058Z | Compiling stable_deref_trait v1.2.0 |
1329 | 2024-10-30T13:32:07.174Z | Compiling portable-atomic v1.9.0 |
1330 | 2024-10-30T13:32:07.194Z | Compiling take_mut v0.2.2 |
1331 | 2024-10-30T13:32:07.350Z | Compiling base16ct v0.2.0 |
1332 | 2024-10-30T13:32:07.369Z | Compiling linked-hash-map v0.5.6 |
1333 | 2024-10-30T13:32:07.673Z | Compiling rustc-demangle v0.1.24 |
1334 | 2024-10-30T13:32:07.753Z | Compiling quick-error v1.2.3 |
1335 | 2024-10-30T13:32:07.901Z | Compiling psl-types v2.0.11 |
1336 | 2024-10-30T13:32:08.020Z | Compiling anyhow v1.0.89 |
1337 | 2024-10-30T13:32:08.087Z | Compiling fallible-iterator v0.2.0 |
1338 | 2024-10-30T13:32:08.090Z | Compiling num-bigint-dig v0.8.4 |
1339 | 2024-10-30T13:32:08.225Z | Compiling utf-8 v0.7.6 |
1340 | 2024-10-30T13:32:08.425Z | Compiling smoltcp v0.9.1 |
1341 | 2024-10-30T13:32:08.550Z | Compiling dyn-clone v1.0.17 |
1342 | 2024-10-30T13:32:08.592Z | Compiling tungstenite v0.24.0 |
1343 | 2024-10-30T13:32:08.828Z | Compiling postgres-protocol v0.6.7 |
1344 | 2024-10-30T13:32:08.988Z | Compiling hyper v1.4.1 |
1345 | 2024-10-30T13:32:09.286Z | Compiling publicsuffix v2.2.3 |
1346 | 2024-10-30T13:32:09.569Z | Compiling resolv-conf v0.7.0 |
1347 | 2024-10-30T13:32:10.112Z | Compiling lru-cache v0.1.2 |
1348 | 2024-10-30T13:32:10.312Z | Compiling sec1 v0.7.3 |
1349 | 2024-10-30T13:32:10.926Z | Compiling slog-term v2.9.1 |
1350 | 2024-10-30T13:32:11.625Z | Compiling hyper-util v0.1.9 |
1351 | 2024-10-30T13:32:12.227Z | Compiling group v0.13.0 |
1352 | 2024-10-30T13:32:12.255Z | Compiling usdt v0.5.0 |
1353 | 2024-10-30T13:32:12.341Z | Compiling hickory-proto v0.24.1 |
1354 | 2024-10-30T13:32:12.499Z | Compiling tokio-native-tls v0.3.1 |
1355 | 2024-10-30T13:32:12.551Z | Compiling num-iter v0.1.45 |
1356 | 2024-10-30T13:32:12.770Z | Compiling async-stream v0.3.6 |
1357 | 2024-10-30T13:32:12.789Z | Compiling toml v0.8.19 |
1358 | 2024-10-30T13:32:13.219Z | Compiling slog-bunyan v2.5.0 |
1359 | 2024-10-30T13:32:13.574Z | Compiling tokio-rustls v0.26.0 |
1360 | 2024-10-30T13:32:14.092Z | Compiling tokio-rustls v0.25.0 |
1361 | 2024-10-30T13:32:14.127Z | Compiling terminal_size v0.4.0 |
1362 | 2024-10-30T13:32:14.355Z | Compiling dropshot_endpoint v0.12.0 |
1363 | 2024-10-30T13:32:14.446Z | Compiling openapiv3 v2.0.0 |
1364 | 2024-10-30T13:32:14.484Z | Compiling camino v1.1.9 |
1365 | 2024-10-30T13:32:14.526Z | Compiling serde_path_to_error v0.1.16 |
1366 | 2024-10-30T13:32:14.959Z | Compiling backtrace v0.3.74 |
1367 | 2024-10-30T13:32:15.364Z | Compiling futures v0.3.31 |
1368 | 2024-10-30T13:32:16.490Z | Compiling hkdf v0.12.4 |
1369 | 2024-10-30T13:32:16.553Z | Compiling crypto-bigint v0.5.5 |
1370 | 2024-10-30T13:32:16.716Z | Compiling zerocopy-derive v0.6.6 |
1371 | 2024-10-30T13:32:16.773Z | Compiling curve25519-dalek-derive v0.1.1 |
1372 | 2024-10-30T13:32:17.471Z | Compiling hubpack_derive v0.1.1 |
1373 | 2024-10-30T13:32:18.258Z | Compiling phf_shared v0.11.2 |
1374 | 2024-10-30T13:32:18.324Z | Compiling waitgroup v0.1.2 |
1375 | 2024-10-30T13:32:18.368Z | Compiling webpki-roots v0.26.6 |
1376 | 2024-10-30T13:32:18.533Z | Compiling hostname v0.4.0 |
1377 | 2024-10-30T13:32:18.569Z | Compiling fs-err v2.11.0 |
1378 | 2024-10-30T13:32:18.649Z | Compiling ahash v0.8.11 |
1379 | 2024-10-30T13:32:18.799Z | Compiling managed v0.8.0 |
1380 | 2024-10-30T13:32:18.818Z | Compiling debug-ignore v1.0.5 |
1381 | 2024-10-30T13:32:18.864Z | Compiling bitflags v1.3.2 |
1382 | 2024-10-30T13:32:18.903Z | Compiling winnow v0.5.40 |
1383 | 2024-10-30T13:32:18.925Z | Compiling console v0.15.8 |
1384 | 2024-10-30T13:32:18.975Z | Compiling strum_macros v0.25.3 |
1385 | 2024-10-30T13:32:19.077Z | Compiling clap_builder v4.5.20 |
1386 | 2024-10-30T13:32:20.513Z | Compiling elliptic-curve v0.13.8 |
1387 | 2024-10-30T13:32:21.530Z | Compiling zerocopy v0.6.6 |
1388 | 2024-10-30T13:32:21.616Z | Compiling hyper-rustls v0.27.3 |
1389 | 2024-10-30T13:32:22.284Z | Compiling phf v0.11.2 |
1390 | 2024-10-30T13:32:22.473Z | Compiling hubpack v0.1.2 |
1391 | 2024-10-30T13:32:22.728Z | Compiling hickory-resolver v0.24.1 |
1392 | 2024-10-30T13:32:22.858Z | Compiling toml_edit v0.19.15 |
1393 | 2024-10-30T13:32:22.909Z | Compiling cookie_store v0.21.0 |
1394 | 2024-10-30T13:32:23.078Z | Compiling signal-hook-mio v0.2.4 |
1395 | 2024-10-30T13:32:23.249Z | Compiling hyper-tls v0.6.0 |
1396 | 2024-10-30T13:32:23.699Z | Compiling rayon v1.10.0 |
1397 | 2024-10-30T13:32:24.543Z | Compiling tokio-tungstenite v0.24.0 |
1398 | 2024-10-30T13:32:25.139Z | Compiling postgres-types v0.2.8 |
1399 | 2024-10-30T13:32:28.167Z | Compiling tokio-stream v0.1.16 |
1400 | 2024-10-30T13:32:28.458Z | Compiling bstr v1.10.0 |
1401 | 2024-10-30T13:32:28.657Z | Compiling regex v1.11.0 |
1402 | 2024-10-30T13:32:28.832Z | Compiling serde-big-array v0.5.1 |
1403 | 2024-10-30T13:32:29.083Z | Compiling ed25519 v2.2.3 |
1404 | 2024-10-30T13:32:29.273Z | Compiling pkcs1 v0.7.5 |
1405 | 2024-10-30T13:32:29.346Z | Compiling rfc6979 v0.4.0 |
1406 | 2024-10-30T13:32:29.555Z | Compiling serde_repr v0.1.19 |
1407 | 2024-10-30T13:32:29.796Z | Compiling derive-where v1.2.7 |
1408 | 2024-10-30T13:32:30.268Z | Compiling clap_derive v4.5.18 |
1409 | 2024-10-30T13:32:30.271Z | Compiling phf_shared v0.10.0 |
1410 | 2024-10-30T13:32:30.694Z | Compiling float-cmp v0.9.0 |
1411 | 2024-10-30T13:32:30.731Z | Compiling sync_wrapper v1.0.1 |
1412 | 2024-10-30T13:32:30.870Z | Compiling crc32fast v1.4.2 |
1413 | 2024-10-30T13:32:30.890Z | Compiling bit-vec v0.6.3 |
1414 | 2024-10-30T13:32:30.915Z | Compiling static_assertions v1.1.0 |
1415 | 2024-10-30T13:32:30.932Z | Compiling precomputed-hash v0.1.1 |
1416 | 2024-10-30T13:32:30.990Z | Compiling fixedbitset v0.4.2 |
1417 | 2024-10-30T13:32:31.025Z | Compiling number_prefix v0.4.0 |
1418 | 2024-10-30T13:32:31.053Z | Compiling unicode-segmentation v1.12.0 |
1419 | 2024-10-30T13:32:31.218Z | Compiling normalize-line-endings v0.3.0 |
1420 | 2024-10-30T13:32:31.254Z | Compiling difflib v0.4.0 |
1421 | 2024-10-30T13:32:31.374Z | Compiling whoami v1.5.2 |
1422 | 2024-10-30T13:32:31.437Z | Compiling new_debug_unreachable v1.0.6 |
1423 | 2024-10-30T13:32:31.489Z | Compiling minimal-lexical v0.2.1 |
1424 | 2024-10-30T13:32:31.543Z | Compiling predicates-core v1.0.8 |
1425 | 2024-10-30T13:32:31.919Z | Compiling nom v7.1.3 |
1426 | 2024-10-30T13:32:32.029Z | Compiling similar v2.6.0 |
1427 | 2024-10-30T13:32:32.032Z | Compiling predicates v3.1.2 |
1428 | 2024-10-30T13:32:32.064Z | Compiling tokio-postgres v0.7.12 |
1429 | 2024-10-30T13:32:32.830Z | Compiling string_cache v0.8.7 |
1430 | 2024-10-30T13:32:33.290Z | Compiling petgraph v0.6.5 |
1431 | 2024-10-30T13:32:33.339Z | Compiling qorb v0.1.2 |
1432 | 2024-10-30T13:32:33.676Z | Compiling bit-set v0.5.3 |
1433 | 2024-10-30T13:32:33.982Z | Compiling indicatif v0.17.8 |
1434 | 2024-10-30T13:32:34.499Z | Compiling flate2 v1.0.34 |
1435 | 2024-10-30T13:32:35.097Z | Compiling clap v4.5.20 |
1436 | 2024-10-30T13:32:35.228Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1437 | 2024-10-30T13:32:35.484Z | Compiling reqwest v0.12.8 |
1438 | 2024-10-30T13:32:35.801Z | Compiling rsa v0.9.6 |
1439 | 2024-10-30T13:32:36.129Z | Compiling ecdsa v0.16.9 |
1440 | 2024-10-30T13:32:37.086Z | Compiling ed25519-dalek v2.1.1 |
1441 | 2024-10-30T13:32:37.444Z | Compiling toml v0.7.8 |
1442 | 2024-10-30T13:32:37.946Z | Compiling crossterm v0.28.1 |
1443 | 2024-10-30T13:32:39.095Z | Compiling hex v0.4.3 |
1444 | 2024-10-30T13:32:39.282Z | Compiling itertools v0.12.1 |
1445 | 2024-10-30T13:32:39.286Z | Compiling itertools v0.10.5 |
1446 | 2024-10-30T13:32:39.720Z | Compiling x509-cert v0.2.5 |
1447 | 2024-10-30T13:32:39.788Z | Compiling unicode-xid v0.2.6 |
1448 | 2024-10-30T13:32:39.967Z | Compiling peg-runtime v0.8.3 |
1449 | 2024-10-30T13:32:40.669Z | Compiling lalrpop-util v0.19.12 |
1450 | 2024-10-30T13:32:41.052Z | Compiling xattr v1.3.1 |
1451 | 2024-10-30T13:32:41.326Z | Compiling strum_macros v0.26.4 |
1452 | 2024-10-30T13:32:41.714Z | Compiling filetime v0.2.25 |
1453 | 2024-10-30T13:32:42.040Z | Compiling tar v0.4.42 |
1454 | 2024-10-30T13:32:44.691Z | Compiling strum v0.26.3 |
1455 | 2024-10-30T13:32:44.742Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1456 | 2024-10-30T13:32:45.007Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1457 | 2024-10-30T13:32:50.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1458 | 2024-10-30T13:32:50.472Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1459 | 2024-10-30T13:32:50.508Z | Oct 30 13:32:49.521 INFO Starting download, target: Console |
1460 | 2024-10-30T13:32:50.508Z | Oct 30 13:32:49.521 INFO Starting download, target: Clickhouse |
1461 | 2024-10-30T13:32:50.508Z | Oct 30 13:32:49.521 INFO Starting download, target: Cockroach |
1462 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.521 INFO Starting download, target: DendriteOpenapi |
1463 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.521 INFO Starting download, target: DendriteStub |
1464 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.521 INFO Starting download, target: MaghemiteMgd |
1465 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.521 INFO Starting download, target: TransceiverControl |
1466 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.522 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1467 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.522 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1468 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.522 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1469 | 2024-10-30T13:32:50.547Z | Oct 30 13:32:49.522 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1470 | 2024-10-30T13:32:50.548Z | Oct 30 13:32:49.522 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1471 | 2024-10-30T13:32:50.548Z | Oct 30 13:32:49.522 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1472 | 2024-10-30T13:32:50.548Z | Oct 30 13:32:49.522 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1473 | 2024-10-30T13:32:50.887Z | Oct 30 13:32:49.828 INFO Download complete, target: DendriteOpenapi |
1474 | 2024-10-30T13:32:51.270Z | Oct 30 13:32:50.151 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1475 | 2024-10-30T13:32:51.424Z | Oct 30 13:32:50.294 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1476 | 2024-10-30T13:32:51.497Z | Oct 30 13:32:50.470 INFO Download complete, target: Console |
1477 | 2024-10-30T13:32:51.926Z | Oct 30 13:32:50.912 INFO Download complete, target: TransceiverControl |
1478 | 2024-10-30T13:32:52.142Z | Oct 30 13:32:51.139 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1479 | 2024-10-30T13:32:52.190Z | Oct 30 13:32:51.202 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1480 | 2024-10-30T13:32:52.477Z | Oct 30 13:32:51.502 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1481 | 2024-10-30T13:32:52.517Z | Oct 30 13:32:51.542 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1482 | 2024-10-30T13:32:52.518Z | Oct 30 13:32:51.542 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1483 | 2024-10-30T13:32:54.762Z | Oct 30 13:32:53.786 INFO Download complete, target: DendriteStub |
1484 | 2024-10-30T13:32:54.890Z | Oct 30 13:32:53.914 INFO Download complete, target: MaghemiteMgd |
1485 | 2024-10-30T13:32:59.752Z | Oct 30 13:32:58.775 INFO Checking that binary works, target: Cockroach |
1486 | 2024-10-30T13:32:59.921Z | Oct 30 13:32:58.944 INFO Download complete, target: Cockroach |
1487 | 2024-10-30T13:33:04.597Z | Oct 30 13:33:03.618 INFO Checking that binary works, target: Clickhouse |
1488 | 2024-10-30T13:33:04.758Z | Oct 30 13:33:03.779 INFO Download complete, target: Clickhouse |
1489 | 2024-10-30T13:33:04.779Z | All builder prerequisites installed successfully, and PATH looks valid |
1490 | 2024-10-30T13:33:04.782Z | |
1491 | 2024-10-30T13:33:04.782Z | real 4:29.187653923 |
1492 | 2024-10-30T13:33:04.782Z | user 12:33.584222720 |
1493 | 2024-10-30T13:33:04.782Z | sys 2:45.196056701 |
1494 | 2024-10-30T13:33:04.782Z | trap 0.454116519 |
1495 | 2024-10-30T13:33:04.782Z | tflt 1.208748155 |
1496 | 2024-10-30T13:33:04.782Z | dflt 1.413229742 |
1497 | 2024-10-30T13:33:04.782Z | kflt 0.021486298 |
1498 | 2024-10-30T13:33:04.782Z | lock 22:37.638950530 |
1499 | 2024-10-30T13:33:04.782Z | slp 49:23.749638578 |
1500 | 2024-10-30T13:33:04.782Z | lat 47.714586637 |
1501 | 2024-10-30T13:33:04.782Z | stop 2:07.916693453 |
1502 | 2024-10-30T13:33:04.783Z | + banner clippy |
1503 | 2024-10-30T13:33:04.788Z | |
1504 | 2024-10-30T13:33:04.788Z | #### # # ##### ##### # # |
1505 | 2024-10-30T13:33:04.788Z | # # # # # # # # # # |
1506 | 2024-10-30T13:33:04.788Z | # # # # # # # # |
1507 | 2024-10-30T13:33:04.788Z | # # # ##### ##### # |
1508 | 2024-10-30T13:33:04.788Z | # # # # # # # |
1509 | 2024-10-30T13:33:04.788Z | #### ###### # # # # |
1510 | 2024-10-30T13:33:04.788Z | |
1511 | 2024-10-30T13:33:04.788Z | + export CARGO_INCREMENTAL=0 |
1512 | 2024-10-30T13:33:04.788Z | + CARGO_INCREMENTAL=0 |
1513 | 2024-10-30T13:33:04.788Z | + ptime -m cargo xtask clippy |
1514 | 2024-10-30T13:33:05.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1515 | 2024-10-30T13:33:08.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
1516 | 2024-10-30T13:33:08.975Z | Running `target/debug/xtask clippy` |
1517 | 2024-10-30T13:33:09.000Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1518 | 2024-10-30T13:33:09.598Z | Downloading crates ... |
1519 | 2024-10-30T13:33:09.925Z | Downloaded async-process v2.3.0 |
1520 | 2024-10-30T13:33:09.933Z | Downloaded cfg-expr v0.17.0 |
1521 | 2024-10-30T13:33:09.936Z | Downloaded blocking v1.6.1 |
1522 | 2024-10-30T13:33:09.941Z | Downloaded async-channel v2.3.1 |
1523 | 2024-10-30T13:33:09.946Z | Downloaded guppy-workspace-hack v0.1.0 |
1524 | 2024-10-30T13:33:09.949Z | Downloaded async-task v4.7.1 |
1525 | 2024-10-30T13:33:09.952Z | Downloaded plotters-backend v0.3.7 |
1526 | 2024-10-30T13:33:09.952Z | Downloaded anes v0.1.6 |
1527 | 2024-10-30T13:33:09.954Z | Downloaded num_cpus v1.16.0 |
1528 | 2024-10-30T13:33:09.957Z | Downloaded target-lexicon v0.12.16 |
1529 | 2024-10-30T13:33:09.959Z | Downloaded kv-log-macro v1.0.7 |
1530 | 2024-10-30T13:33:09.961Z | Downloaded criterion-plot v0.5.0 |
1531 | 2024-10-30T13:33:09.964Z | Downloaded serde_regex v1.1.0 |
1532 | 2024-10-30T13:33:09.964Z | Downloaded tinytemplate v1.2.1 |
1533 | 2024-10-30T13:33:09.968Z | Downloaded futures-lite v2.3.0 |
1534 | 2024-10-30T13:33:09.970Z | Downloaded async-io v2.3.4 |
1535 | 2024-10-30T13:33:09.970Z | Downloaded rstest_macros v0.23.0 |
1536 | 2024-10-30T13:33:09.973Z | Downloaded doc-comment v0.3.3 |
1537 | 2024-10-30T13:33:09.976Z | Downloaded async-channel v1.9.0 |
1538 | 2024-10-30T13:33:09.987Z | Downloaded async-signal v0.2.10 |
1539 | 2024-10-30T13:33:09.987Z | Downloaded cast v0.3.0 |
1540 | 2024-10-30T13:33:09.987Z | Downloaded async-object-pool v0.1.5 |
1541 | 2024-10-30T13:33:09.987Z | Downloaded async-global-executor v2.4.1 |
1542 | 2024-10-30T13:33:09.987Z | Downloaded approx v0.5.1 |
1543 | 2024-10-30T13:33:09.987Z | Downloaded async-lock v3.4.0 |
1544 | 2024-10-30T13:33:09.987Z | Downloaded concurrent-queue v2.5.0 |
1545 | 2024-10-30T13:33:09.991Z | Downloaded assert-json-diff v2.0.2 |
1546 | 2024-10-30T13:33:09.991Z | Downloaded async-attributes v1.1.2 |
1547 | 2024-10-30T13:33:09.991Z | Downloaded pretty_assertions v1.4.1 |
1548 | 2024-10-30T13:33:09.994Z | Downloaded partial-io v0.5.4 |
1549 | 2024-10-30T13:33:09.998Z | Downloaded criterion v0.5.1 |
1550 | 2024-10-30T13:33:10.001Z | Downloaded pathdiff v0.2.2 |
1551 | 2024-10-30T13:33:10.004Z | Downloaded hyper-rustls v0.26.0 |
1552 | 2024-10-30T13:33:10.006Z | Downloaded event-listener v5.3.1 |
1553 | 2024-10-30T13:33:10.010Z | Downloaded plotters-svg v0.3.7 |
1554 | 2024-10-30T13:33:10.011Z | Downloaded assert_cmd v2.0.16 |
1555 | 2024-10-30T13:33:10.013Z | Downloaded relative-path v1.9.3 |
1556 | 2024-10-30T13:33:10.013Z | Downloaded nested v0.1.1 |
1557 | 2024-10-30T13:33:10.013Z | Downloaded escape8259 v0.5.3 |
1558 | 2024-10-30T13:33:10.015Z | Downloaded datatest-stable v0.2.9 |
1559 | 2024-10-30T13:33:10.018Z | Downloaded parking v2.2.1 |
1560 | 2024-10-30T13:33:10.018Z | Downloaded async-std v1.13.0 |
1561 | 2024-10-30T13:33:10.037Z | Downloaded threadpool v1.8.1 |
1562 | 2024-10-30T13:33:10.040Z | Downloaded event-listener-strategy v0.5.2 |
1563 | 2024-10-30T13:33:10.040Z | Downloaded event-listener v2.5.3 |
1564 | 2024-10-30T13:33:10.040Z | Downloaded blake2b_simd v1.0.2 |
1565 | 2024-10-30T13:33:10.043Z | Downloaded async-executor v1.13.1 |
1566 | 2024-10-30T13:33:10.043Z | Downloaded similar-asserts v1.6.0 |
1567 | 2024-10-30T13:33:10.045Z | Downloaded target-spec v3.2.2 |
1568 | 2024-10-30T13:33:10.050Z | Downloaded libtest-mimic v0.7.3 |
1569 | 2024-10-30T13:33:10.052Z | Downloaded stringmetrics v2.2.2 |
1570 | 2024-10-30T13:33:10.052Z | Downloaded rustls-native-certs v0.7.3 |
1571 | 2024-10-30T13:33:10.055Z | Downloaded trybuild v1.0.100 |
1572 | 2024-10-30T13:33:10.057Z | Downloaded rstest v0.23.0 |
1573 | 2024-10-30T13:33:10.063Z | Downloaded rand_distr v0.4.3 |
1574 | 2024-10-30T13:33:10.065Z | Downloaded polling v3.7.3 |
1575 | 2024-10-30T13:33:10.070Z | Downloaded yansi v1.0.1 |
1576 | 2024-10-30T13:33:10.072Z | Downloaded fancy-regex v0.13.0 |
1577 | 2024-10-30T13:33:10.075Z | Downloaded path-tree v0.8.1 |
1578 | 2024-10-30T13:33:10.078Z | Downloaded guppy v0.17.8 |
1579 | 2024-10-30T13:33:10.082Z | Downloaded plotters v0.3.7 |
1580 | 2024-10-30T13:33:10.106Z | Downloaded httptest v0.16.1 |
1581 | 2024-10-30T13:33:10.109Z | Downloaded rust-argon2 v2.1.0 |
1582 | 2024-10-30T13:33:10.109Z | Downloaded indoc v2.0.5 |
1583 | 2024-10-30T13:33:10.111Z | Downloaded proc-macro-crate v3.2.0 |
1584 | 2024-10-30T13:33:10.114Z | Downloaded oorandom v11.1.4 |
1585 | 2024-10-30T13:33:10.114Z | Downloaded futures-timer v3.0.3 |
1586 | 2024-10-30T13:33:10.116Z | Downloaded piper v0.2.4 |
1587 | 2024-10-30T13:33:10.176Z | Downloaded httpmock v0.8.0-alpha.1 |
1588 | 2024-10-30T13:33:10.900Z | Checking cfg-if v1.0.0 |
1589 | 2024-10-30T13:33:10.973Z | Checking libc v0.2.161 |
1590 | 2024-10-30T13:33:10.995Z | Checking serde v1.0.210 |
1591 | 2024-10-30T13:33:11.012Z | Checking memchr v2.7.4 |
1592 | 2024-10-30T13:33:11.035Z | Checking value-bag v1.9.0 |
1593 | 2024-10-30T13:33:11.035Z | Checking scopeguard v1.2.0 |
1594 | 2024-10-30T13:33:11.074Z | Checking itoa v1.0.11 |
1595 | 2024-10-30T13:33:11.077Z | Checking zeroize v1.8.1 |
1596 | 2024-10-30T13:33:11.124Z | Checking smallvec v1.13.2 |
1597 | 2024-10-30T13:33:11.164Z | Checking lock_api v0.4.12 |
1598 | 2024-10-30T13:33:11.291Z | Checking byteorder v1.5.0 |
1599 | 2024-10-30T13:33:11.376Z | Checking pin-project-lite v0.2.14 |
1600 | 2024-10-30T13:33:11.474Z | Checking log v0.4.22 |
1601 | 2024-10-30T13:33:11.500Z | Checking subtle v2.6.1 |
1602 | 2024-10-30T13:33:11.525Z | Checking once_cell v1.20.2 |
1603 | 2024-10-30T13:33:11.638Z | Checking typenum v1.17.0 |
1604 | 2024-10-30T13:33:11.736Z | Checking futures-core v0.3.31 |
1605 | 2024-10-30T13:33:11.773Z | Checking libm v0.2.8 |
1606 | 2024-10-30T13:33:11.848Z | Checking zerocopy v0.7.35 |
1607 | 2024-10-30T13:33:11.896Z | Checking thiserror v1.0.64 |
1608 | 2024-10-30T13:33:11.945Z | Checking ryu v1.0.18 |
1609 | 2024-10-30T13:33:12.004Z | Checking spin v0.9.8 |
1610 | 2024-10-30T13:33:12.041Z | Checking futures-io v0.3.31 |
1611 | 2024-10-30T13:33:12.044Z | Checking getrandom v0.2.15 |
1612 | 2024-10-30T13:33:12.176Z | Checking parking_lot_core v0.9.10 |
1613 | 2024-10-30T13:33:12.231Z | Checking signal-hook-registry v1.4.2 |
1614 | 2024-10-30T13:33:12.306Z | Checking rand_core v0.6.4 |
1615 | 2024-10-30T13:33:12.365Z | Checking mio v1.0.2 |
1616 | 2024-10-30T13:33:12.502Z | Checking socket2 v0.5.7 |
1617 | 2024-10-30T13:33:12.525Z | Checking parking_lot v0.12.3 |
1618 | 2024-10-30T13:33:12.620Z | Checking const-oid v0.9.6 |
1619 | 2024-10-30T13:33:12.676Z | Checking num-traits v0.2.19 |
1620 | 2024-10-30T13:33:12.889Z | Checking slab v0.4.9 |
1621 | 2024-10-30T13:33:12.981Z | Checking allocator-api2 v0.2.18 |
1622 | 2024-10-30T13:33:13.009Z | Checking futures-sink v0.3.31 |
1623 | 2024-10-30T13:33:13.035Z | Checking generic-array v0.14.7 |
1624 | 2024-10-30T13:33:13.178Z | Checking cpufeatures v0.2.14 |
1625 | 2024-10-30T13:33:13.210Z | Checking pin-utils v0.1.0 |
1626 | 2024-10-30T13:33:13.289Z | Checking futures-channel v0.3.31 |
1627 | 2024-10-30T13:33:13.319Z | Checking futures-task v0.3.31 |
1628 | 2024-10-30T13:33:13.319Z | Checking foldhash v0.1.3 |
1629 | 2024-10-30T13:33:13.580Z | Checking equivalent v1.0.1 |
1630 | 2024-10-30T13:33:13.611Z | Checking fnv v1.0.7 |
1631 | 2024-10-30T13:33:13.687Z | Checking hashbrown v0.15.0 |
1632 | 2024-10-30T13:33:13.711Z | Checking futures-util v0.3.31 |
1633 | 2024-10-30T13:33:13.744Z | Checking tracing-core v0.1.32 |
1634 | 2024-10-30T13:33:13.747Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1635 | 2024-10-30T13:33:14.125Z | Checking iana-time-zone v0.1.61 |
1636 | 2024-10-30T13:33:14.277Z | Checking ppv-lite86 v0.2.20 |
1637 | 2024-10-30T13:33:14.349Z | Checking crypto-common v0.1.6 |
1638 | 2024-10-30T13:33:14.465Z | Checking block-buffer v0.10.4 |
1639 | 2024-10-30T13:33:14.468Z | Checking tracing v0.1.40 |
1640 | 2024-10-30T13:33:14.468Z | Checking errno v0.3.9 |
1641 | 2024-10-30T13:33:14.534Z | Checking tinyvec_macros v0.1.1 |
1642 | 2024-10-30T13:33:14.636Z | Checking tinyvec v1.8.0 |
1643 | 2024-10-30T13:33:14.670Z | Checking unicode-bidi v0.3.17 |
1644 | 2024-10-30T13:33:14.697Z | Checking digest v0.10.7 |
1645 | 2024-10-30T13:33:14.831Z | Checking block-padding v0.3.3 |
1646 | 2024-10-30T13:33:14.858Z | Checking dyn-clone v1.0.17 |
1647 | 2024-10-30T13:33:15.013Z | Checking percent-encoding v2.3.1 |
1648 | 2024-10-30T13:33:15.053Z | Checking inout v0.1.3 |
1649 | 2024-10-30T13:33:15.078Z | Checking rand_chacha v0.3.1 |
1650 | 2024-10-30T13:33:15.114Z | Checking crossbeam-utils v0.8.20 |
1651 | 2024-10-30T13:33:15.243Z | Checking httparse v1.9.5 |
1652 | 2024-10-30T13:33:15.291Z | Checking cipher v0.4.4 |
1653 | 2024-10-30T13:33:15.340Z | Checking form_urlencoded v1.2.1 |
1654 | 2024-10-30T13:33:15.478Z | Checking rand v0.8.5 |
1655 | 2024-10-30T13:33:15.539Z | Checking regex-syntax v0.8.5 |
1656 | 2024-10-30T13:33:15.677Z | Checking base64ct v1.6.0 |
1657 | 2024-10-30T13:33:15.705Z | Checking hmac v0.12.1 |
1658 | 2024-10-30T13:33:15.841Z | Checking sha2 v0.10.8 |
1659 | 2024-10-30T13:33:15.917Z | Checking aho-corasick v1.1.3 |
1660 | 2024-10-30T13:33:15.992Z | Checking unicode-normalization v0.1.24 |
1661 | 2024-10-30T13:33:16.079Z | Checking bytes v1.7.2 |
1662 | 2024-10-30T13:33:16.131Z | Checking bitflags v2.6.0 |
1663 | 2024-10-30T13:33:16.421Z | Checking serde_json v1.0.128 |
1664 | 2024-10-30T13:33:16.448Z | Checking indexmap v2.6.0 |
1665 | 2024-10-30T13:33:16.752Z | Checking chrono v0.4.38 |
1666 | 2024-10-30T13:33:16.898Z | Checking tokio v1.40.0 |
1667 | 2024-10-30T13:33:16.940Z | Checking rustix v0.38.37 |
1668 | 2024-10-30T13:33:17.715Z | Checking uuid v1.10.0 |
1669 | 2024-10-30T13:33:17.861Z | Checking http v1.1.0 |
1670 | 2024-10-30T13:33:18.249Z | Checking untrusted v0.9.0 |
1671 | 2024-10-30T13:33:18.360Z | Checking atomic-waker v1.1.2 |
1672 | 2024-10-30T13:33:18.426Z | Checking ring v0.17.8 |
1673 | 2024-10-30T13:33:18.496Z | Checking lazy_static v1.5.0 |
1674 | 2024-10-30T13:33:18.627Z | Checking unicode-ident v1.0.13 |
1675 | 2024-10-30T13:33:18.799Z | Checking idna v0.5.0 |
1676 | 2024-10-30T13:33:18.859Z | Checking schemars v0.8.21 |
1677 | 2024-10-30T13:33:18.958Z | Checking regex-automata v0.4.8 |
1678 | 2024-10-30T13:33:19.278Z | Checking adler2 v2.0.0 |
1679 | 2024-10-30T13:33:19.306Z | Checking pem-rfc7468 v0.7.0 |
1680 | 2024-10-30T13:33:19.451Z | Checking miniz_oxide v0.8.0 |
1681 | 2024-10-30T13:33:19.584Z | Checking try-lock v0.2.5 |
1682 | 2024-10-30T13:33:19.729Z | Checking url v2.5.2 |
1683 | 2024-10-30T13:33:19.756Z | Checking powerfmt v0.2.0 |
1684 | 2024-10-30T13:33:20.032Z | Checking httpdate v1.0.3 |
1685 | 2024-10-30T13:33:20.211Z | Checking deranged v0.3.11 |
1686 | 2024-10-30T13:33:20.286Z | Checking want v0.3.1 |
1687 | 2024-10-30T13:33:20.478Z | Checking proc-macro2 v1.0.87 |
1688 | 2024-10-30T13:33:20.502Z | Checking rustls-pki-types v1.9.0 |
1689 | 2024-10-30T13:33:20.539Z | Checking time-core v0.1.2 |
1690 | 2024-10-30T13:33:20.572Z | Checking num_threads v0.1.7 |
1691 | 2024-10-30T13:33:20.576Z | Checking num-conv v0.1.0 |
1692 | 2024-10-30T13:33:20.694Z | Checking base64 v0.22.1 |
1693 | 2024-10-30T13:33:20.717Z | Checking flagset v0.4.6 |
1694 | 2024-10-30T13:33:20.843Z | Checking http-body v1.0.1 |
1695 | 2024-10-30T13:33:20.928Z | Checking der v0.7.9 |
1696 | 2024-10-30T13:33:21.059Z | Checking pbkdf2 v0.12.2 |
1697 | 2024-10-30T13:33:21.098Z | Checking aes v0.8.4 |
1698 | 2024-10-30T13:33:21.170Z | Checking quote v1.0.37 |
1699 | 2024-10-30T13:33:21.195Z | Checking tower-service v0.3.3 |
1700 | 2024-10-30T13:33:21.240Z | Checking cbc v0.1.2 |
1701 | 2024-10-30T13:33:21.315Z | Checking salsa20 v0.10.2 |
1702 | 2024-10-30T13:33:21.448Z | Checking ahash v0.8.11 |
1703 | 2024-10-30T13:33:21.512Z | Checking syn v2.0.79 |
1704 | 2024-10-30T13:33:21.538Z | Checking scrypt v0.11.0 |
1705 | 2024-10-30T13:33:21.766Z | Checking rustls-webpki v0.102.8 |
1706 | 2024-10-30T13:33:22.008Z | Checking slog v2.7.0 |
1707 | 2024-10-30T13:33:22.034Z | Checking mime v0.3.17 |
1708 | 2024-10-30T13:33:22.060Z | Checking time v0.3.36 |
1709 | 2024-10-30T13:33:22.361Z | Checking gimli v0.31.1 |
1710 | 2024-10-30T13:33:22.509Z | Checking object v0.36.5 |
1711 | 2024-10-30T13:33:22.546Z | Checking rustc-demangle v0.1.24 |
1712 | 2024-10-30T13:33:22.850Z | Checking spki v0.7.3 |
1713 | 2024-10-30T13:33:22.973Z | Checking utf8parse v0.2.2 |
1714 | 2024-10-30T13:33:23.129Z | Checking ipnet v2.10.1 |
1715 | 2024-10-30T13:33:23.154Z | Checking pkcs5 v0.7.1 |
1716 | 2024-10-30T13:33:23.594Z | Checking data-encoding v2.6.0 |
1717 | 2024-10-30T13:33:23.677Z | Checking regex v1.11.0 |
1718 | 2024-10-30T13:33:23.726Z | Checking pkcs8 v0.10.2 |
1719 | 2024-10-30T13:33:24.076Z | Checking unicode-width v0.1.14 |
1720 | 2024-10-30T13:33:24.290Z | Checking futures-executor v0.3.31 |
1721 | 2024-10-30T13:33:24.336Z | Checking tokio-util v0.7.12 |
1722 | 2024-10-30T13:33:24.361Z | Checking toml_datetime v0.6.8 |
1723 | 2024-10-30T13:33:24.522Z | Checking serde_spanned v0.6.8 |
1724 | 2024-10-30T13:33:24.563Z | Checking anstyle v1.0.8 |
1725 | 2024-10-30T13:33:24.600Z | Checking futures v0.3.31 |
1726 | 2024-10-30T13:33:24.663Z | Checking http-body-util v0.1.2 |
1727 | 2024-10-30T13:33:24.716Z | Checking serde_urlencoded v0.7.1 |
1728 | 2024-10-30T13:33:24.742Z | Checking encoding_rs v0.8.34 |
1729 | 2024-10-30T13:33:24.935Z | Checking openssl-probe v0.1.5 |
1730 | 2024-10-30T13:33:25.106Z | Checking foreign-types-shared v0.1.1 |
1731 | 2024-10-30T13:33:25.147Z | Checking rustls-pemfile v2.2.0 |
1732 | 2024-10-30T13:33:25.186Z | Checking semver v1.0.23 |
1733 | 2024-10-30T13:33:25.214Z | Checking foreign-types v0.3.2 |
1734 | 2024-10-30T13:33:25.252Z | Checking h2 v0.4.6 |
1735 | 2024-10-30T13:33:25.319Z | Checking sha1 v0.10.6 |
1736 | 2024-10-30T13:33:25.377Z | Checking openssl-sys v0.9.103 |
1737 | 2024-10-30T13:33:25.592Z | Checking anstyle-parse v0.2.5 |
1738 | 2024-10-30T13:33:25.619Z | Checking anstyle-query v1.1.1 |
1739 | 2024-10-30T13:33:25.752Z | Checking colorchoice v1.0.2 |
1740 | 2024-10-30T13:33:25.889Z | Checking is_terminal_polyfill v1.70.1 |
1741 | 2024-10-30T13:33:25.915Z | Checking rustls v0.23.14 |
1742 | 2024-10-30T13:33:26.030Z | Checking anstream v0.6.15 |
1743 | 2024-10-30T13:33:26.390Z | Checking terminal_size v0.4.0 |
1744 | 2024-10-30T13:33:26.456Z | Checking addr2line v0.24.2 |
1745 | 2024-10-30T13:33:26.573Z | Checking camino v1.1.9 |
1746 | 2024-10-30T13:33:26.713Z | Checking openssl v0.10.66 |
1747 | 2024-10-30T13:33:26.988Z | Checking signature v2.2.0 |
1748 | 2024-10-30T13:33:27.143Z | Checking winnow v0.6.20 |
1749 | 2024-10-30T13:33:27.182Z | Checking either v1.13.0 |
1750 | 2024-10-30T13:33:27.210Z | Checking clap_lex v0.7.2 |
1751 | 2024-10-30T13:33:27.472Z | Checking strsim v0.11.1 |
1752 | 2024-10-30T13:33:27.563Z | Checking openapiv3 v2.0.0 |
1753 | 2024-10-30T13:33:27.778Z | Checking clap_builder v4.5.20 |
1754 | 2024-10-30T13:33:27.994Z | Checking idna v0.3.0 |
1755 | 2024-10-30T13:33:28.907Z | Checking psl-types v2.0.11 |
1756 | 2024-10-30T13:33:29.098Z | Checking publicsuffix v2.2.3 |
1757 | 2024-10-30T13:33:29.359Z | Checking cookie v0.18.1 |
1758 | 2024-10-30T13:33:29.459Z | Checking backtrace v0.3.74 |
1759 | 2024-10-30T13:33:29.825Z | Checking webpki-roots v0.26.6 |
1760 | 2024-10-30T13:33:30.049Z | Checking is-terminal v0.4.13 |
1761 | 2024-10-30T13:33:30.078Z | Checking anyhow v1.0.89 |
1762 | 2024-10-30T13:33:30.189Z | Checking scroll v0.12.0 |
1763 | 2024-10-30T13:33:30.215Z | Checking plain v0.2.3 |
1764 | 2024-10-30T13:33:30.361Z | Checking ucd-trie v0.1.7 |
1765 | 2024-10-30T13:33:30.490Z | Checking base16ct v0.2.0 |
1766 | 2024-10-30T13:33:30.574Z | Checking pest v2.7.14 |
1767 | 2024-10-30T13:33:30.687Z | Checking goblin v0.8.2 |
1768 | 2024-10-30T13:33:30.712Z | Checking sec1 v0.7.3 |
1769 | 2024-10-30T13:33:30.852Z | Checking clap v4.5.20 |
1770 | 2024-10-30T13:33:30.947Z | Checking tokio-rustls v0.26.0 |
1771 | 2024-10-30T13:33:30.988Z | Checking cookie_store v0.21.0 |
1772 | 2024-10-30T13:33:31.037Z | Checking num-integer v0.1.46 |
1773 | 2024-10-30T13:33:31.109Z | Checking ff v0.13.0 |
1774 | 2024-10-30T13:33:31.331Z | Checking sync_wrapper v1.0.1 |
1775 | 2024-10-30T13:33:31.360Z | Checking pretty-hex v0.4.1 |
1776 | 2024-10-30T13:33:31.488Z | Checking group v0.13.0 |
1777 | 2024-10-30T13:33:31.519Z | Checking hkdf v0.12.4 |
1778 | 2024-10-30T13:33:31.546Z | Checking crypto-bigint v0.5.5 |
1779 | 2024-10-30T13:33:31.548Z | Checking hyper v1.4.1 |
1780 | 2024-10-30T13:33:31.647Z | Checking thread-id v4.2.2 |
1781 | 2024-10-30T13:33:31.732Z | Checking bitflags v1.3.2 |
1782 | 2024-10-30T13:33:31.735Z | Checking utf-8 v0.7.6 |
1783 | 2024-10-30T13:33:31.777Z | Checking static_assertions v1.1.0 |
1784 | 2024-10-30T13:33:31.841Z | Checking toml_edit v0.22.22 |
1785 | 2024-10-30T13:33:31.880Z | Checking dirs-sys-next v0.1.2 |
1786 | 2024-10-30T13:33:31.951Z | Checking memmap v0.7.0 |
1787 | 2024-10-30T13:33:32.087Z | Checking unicode-segmentation v1.12.0 |
1788 | 2024-10-30T13:33:32.171Z | Checking stable_deref_trait v1.2.0 |
1789 | 2024-10-30T13:33:32.237Z | Checking native-tls v0.2.12 |
1790 | 2024-10-30T13:33:32.311Z | Checking dirs-next v2.0.0 |
1791 | 2024-10-30T13:33:32.474Z | Checking num-iter v0.1.45 |
1792 | 2024-10-30T13:33:32.612Z | Checking tokio-native-tls v0.3.1 |
1793 | 2024-10-30T13:33:32.679Z | Checking crossbeam-channel v0.5.13 |
1794 | 2024-10-30T13:33:32.796Z | Checking crossbeam-epoch v0.9.18 |
1795 | 2024-10-30T13:33:32.865Z | Checking thread_local v1.1.8 |
1796 | 2024-10-30T13:33:33.133Z | Checking dtrace-parser v0.2.0 |
1797 | 2024-10-30T13:33:33.177Z | Checking crc32fast v1.4.2 |
1798 | 2024-10-30T13:33:33.231Z | Checking term v0.7.0 |
1799 | 2024-10-30T13:33:33.431Z | Checking bstr v1.10.0 |
1800 | 2024-10-30T13:33:33.462Z | Checking hex v0.4.3 |
1801 | 2024-10-30T13:33:33.624Z | Checking rfc6979 v0.4.0 |
1802 | 2024-10-30T13:33:33.708Z | Checking winnow v0.5.40 |
1803 | 2024-10-30T13:33:33.766Z | Checking hyper-util v0.1.9 |
1804 | 2024-10-30T13:33:33.808Z | Checking match_cfg v0.1.0 |
1805 | 2024-10-30T13:33:33.911Z | Checking take_mut v0.2.2 |
1806 | 2024-10-30T13:33:33.993Z | Checking managed v0.8.0 |
1807 | 2024-10-30T13:33:34.081Z | Checking slog-async v2.8.0 |
1808 | 2024-10-30T13:33:34.373Z | Checking hostname v0.3.1 |
1809 | 2024-10-30T13:33:34.398Z | Checking slog-term v2.9.1 |
1810 | 2024-10-30T13:33:34.401Z | Checking crossbeam-deque v0.8.5 |
1811 | 2024-10-30T13:33:34.487Z | Checking elliptic-curve v0.13.8 |
1812 | 2024-10-30T13:33:34.513Z | Checking num-bigint-dig v0.8.4 |
1813 | 2024-10-30T13:33:34.517Z | Checking toml v0.8.19 |
1814 | 2024-10-30T13:33:34.742Z | Checking pkcs1 v0.7.5 |
1815 | 2024-10-30T13:33:34.918Z | Checking curve25519-dalek v4.1.3 |
1816 | 2024-10-30T13:33:35.165Z | Checking ecdsa v0.16.9 |
1817 | 2024-10-30T13:33:35.193Z | Checking zerocopy v0.6.6 |
1818 | 2024-10-30T13:33:35.316Z | Checking siphasher v0.3.11 |
1819 | 2024-10-30T13:33:35.640Z | Checking rayon-core v1.12.1 |
1820 | 2024-10-30T13:33:35.789Z | Checking dof v0.3.0 |
1821 | 2024-10-30T13:33:35.887Z | Checking flate2 v1.0.34 |
1822 | 2024-10-30T13:33:35.928Z | Checking hyper-rustls v0.27.3 |
1823 | 2024-10-30T13:33:35.989Z | Checking hyper-tls v0.6.0 |
1824 | 2024-10-30T13:33:36.282Z | Checking ed25519 v2.2.3 |
1825 | 2024-10-30T13:33:36.310Z | Checking reqwest v0.12.8 |
1826 | 2024-10-30T13:33:36.334Z | Checking rustls v0.22.4 |
1827 | 2024-10-30T13:33:36.408Z | Checking usdt-impl v0.5.0 |
1828 | 2024-10-30T13:33:36.550Z | Checking signal-hook v0.3.17 |
1829 | 2024-10-30T13:33:36.585Z | Checking quick-error v1.2.3 |
1830 | 2024-10-30T13:33:36.733Z | Checking itertools v0.10.5 |
1831 | 2024-10-30T13:33:36.736Z | Checking rsa v0.9.6 |
1832 | 2024-10-30T13:33:36.784Z | Checking toml_edit v0.19.15 |
1833 | 2024-10-30T13:33:36.864Z | Checking ed25519-dalek v2.1.1 |
1834 | 2024-10-30T13:33:36.885Z | Checking slog-json v2.6.1 |
1835 | 2024-10-30T13:33:36.931Z | Checking usdt v0.5.0 |
1836 | 2024-10-30T13:33:37.138Z | Checking x509-cert v0.2.5 |
1837 | 2024-10-30T13:33:37.206Z | Checking idna v0.4.0 |
1838 | 2024-10-30T13:33:37.275Z | Checking hubpack v0.1.2 |
1839 | 2024-10-30T13:33:37.616Z | Checking debug-ignore v1.0.5 |
1840 | 2024-10-30T13:33:37.746Z | Checking bit-vec v0.6.3 |
1841 | 2024-10-30T13:33:37.773Z | Checking slog-bunyan v2.5.0 |
1842 | 2024-10-30T13:33:37.956Z | Checking signal-hook-mio v0.2.4 |
1843 | 2024-10-30T13:33:38.084Z | Checking hickory-proto v0.24.1 |
1844 | 2024-10-30T13:33:38.113Z | Checking bit-set v0.5.3 |
1845 | 2024-10-30T13:33:38.138Z | Checking multer v3.1.0 |
1846 | 2024-10-30T13:33:38.175Z | Checking console v0.15.8 |
1847 | 2024-10-30T13:33:38.381Z | Checking waitgroup v0.1.2 |
1848 | 2024-10-30T13:33:38.538Z | Checking serde_path_to_error v0.1.16 |
1849 | 2024-10-30T13:33:38.573Z | Checking async-stream v0.3.6 |
1850 | 2024-10-30T13:33:38.761Z | Checking hostname v0.4.0 |
1851 | 2024-10-30T13:33:38.788Z | Checking hash32 v0.2.1 |
1852 | 2024-10-30T13:33:38.791Z | Checking predicates-core v1.0.8 |
1853 | 2024-10-30T13:33:38.892Z | Checking linked-hash-map v0.5.6 |
1854 | 2024-10-30T13:33:39.005Z | Checking unicode-properties v0.1.3 |
1855 | 2024-10-30T13:33:39.083Z | Checking heapless v0.7.17 |
1856 | 2024-10-30T13:33:39.108Z | Checking crossterm v0.28.1 |
1857 | 2024-10-30T13:33:39.155Z | Checking rayon v1.10.0 |
1858 | 2024-10-30T13:33:39.223Z | Checking lru-cache v0.1.2 |
1859 | 2024-10-30T13:33:39.340Z | Checking toml v0.7.8 |
1860 | 2024-10-30T13:33:39.378Z | Checking stringprep v0.1.5 |
1861 | 2024-10-30T13:33:39.419Z | Checking phf_shared v0.11.2 |
1862 | 2024-10-30T13:33:39.677Z | Checking similar v2.6.0 |
1863 | 2024-10-30T13:33:39.723Z | Checking tokio-stream v0.1.16 |
1864 | 2024-10-30T13:33:39.984Z | Checking tokio-rustls v0.25.0 |
1865 | 2024-10-30T13:33:40.074Z | Checking md-5 v0.10.6 |
1866 | 2024-10-30T13:33:40.159Z | Checking float-cmp v0.9.0 |
1867 | 2024-10-30T13:33:40.311Z | Checking fallible-iterator v0.2.0 |
1868 | 2024-10-30T13:33:40.354Z | Checking difflib v0.4.0 |
1869 | 2024-10-30T13:33:40.381Z | Checking dropshot v0.12.0 |
1870 | 2024-10-30T13:33:40.539Z | Checking fixedbitset v0.4.2 |
1871 | 2024-10-30T13:33:40.596Z | Checking normalize-line-endings v0.3.0 |
1872 | 2024-10-30T13:33:40.669Z | Checking smoltcp v0.9.1 |
1873 | 2024-10-30T13:33:40.716Z | Checking predicates v3.1.2 |
1874 | 2024-10-30T13:33:40.827Z | Checking petgraph v0.6.5 |
1875 | 2024-10-30T13:33:40.956Z | Checking postgres-protocol v0.6.7 |
1876 | 2024-10-30T13:33:40.981Z | Checking phf v0.11.2 |
1877 | 2024-10-30T13:33:41.263Z | Checking resolv-conf v0.7.0 |
1878 | 2024-10-30T13:33:41.421Z | Checking phf_shared v0.10.0 |
1879 | 2024-10-30T13:33:41.624Z | Checking tungstenite v0.24.0 |
1880 | 2024-10-30T13:33:41.677Z | Checking fs-err v2.11.0 |
1881 | 2024-10-30T13:33:41.727Z | Checking serde-big-array v0.5.1 |
1882 | 2024-10-30T13:33:41.959Z | Checking portable-atomic v1.9.0 |
1883 | 2024-10-30T13:33:42.246Z | Checking new_debug_unreachable v1.0.6 |
1884 | 2024-10-30T13:33:42.248Z | Checking lalrpop-util v0.19.12 |
1885 | 2024-10-30T13:33:42.341Z | Checking precomputed-hash v0.1.1 |
1886 | 2024-10-30T13:33:42.473Z | Checking number_prefix v0.4.0 |
1887 | 2024-10-30T13:33:42.526Z | Checking minimal-lexical v0.2.1 |
1888 | 2024-10-30T13:33:42.553Z | Checking tokio-tungstenite v0.24.0 |
1889 | 2024-10-30T13:33:42.679Z | Checking string_cache v0.8.7 |
1890 | 2024-10-30T13:33:42.905Z | Checking hickory-resolver v0.24.1 |
1891 | 2024-10-30T13:33:42.944Z | Checking nom v7.1.3 |
1892 | 2024-10-30T13:33:42.984Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1893 | 2024-10-30T13:33:43.054Z | Checking postgres-types v0.2.8 |
1894 | 2024-10-30T13:33:43.077Z | Checking itertools v0.12.1 |
1895 | 2024-10-30T13:33:43.179Z | Checking indicatif v0.17.8 |
1896 | 2024-10-30T13:33:43.859Z | Checking whoami v1.5.2 |
1897 | 2024-10-30T13:33:43.988Z | Checking peg-runtime v0.8.3 |
1898 | 2024-10-30T13:33:44.190Z | Checking tokio-postgres v0.7.12 |
1899 | 2024-10-30T13:33:44.279Z | Compiling hashbrown v0.14.5 |
1900 | 2024-10-30T13:33:44.336Z | Compiling ident_case v1.0.1 |
1901 | 2024-10-30T13:33:44.371Z | Compiling unsafe-libyaml v0.2.11 |
1902 | 2024-10-30T13:33:44.538Z | Compiling darling_core v0.20.10 |
1903 | 2024-10-30T13:33:44.575Z | Checking qorb v0.1.2 |
1904 | 2024-10-30T13:33:45.709Z | Compiling regress v0.10.1 |
1905 | 2024-10-30T13:33:45.774Z | Compiling serde_yaml v0.9.34+deprecated |
1906 | 2024-10-30T13:33:46.283Z | Checking heck v0.5.0 |
1907 | 2024-10-30T13:33:46.474Z | Checking progenitor-client v0.8.0 |
1908 | 2024-10-30T13:33:46.831Z | Checking fastrand v2.1.1 |
1909 | 2024-10-30T13:33:47.178Z | Compiling newtype-uuid v1.1.2 |
1910 | 2024-10-30T13:33:47.178Z | Checking ipnetwork v0.20.0 |
1911 | 2024-10-30T13:33:47.413Z | Compiling structmeta-derive v0.3.0 |
1912 | 2024-10-30T13:33:47.519Z | Checking strum v0.26.3 |
1913 | 2024-10-30T13:33:47.574Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1914 | 2024-10-30T13:33:47.948Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1915 | 2024-10-30T13:33:48.356Z | Checking tempfile v3.13.0 |
1916 | 2024-10-30T13:33:48.394Z | Checking instant v0.1.13 |
1917 | 2024-10-30T13:33:48.531Z | Checking regress v0.9.1 |
1918 | 2024-10-30T13:33:48.679Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1919 | 2024-10-30T13:33:48.754Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1920 | 2024-10-30T13:33:49.071Z | Checking macaddr v1.0.1 |
1921 | 2024-10-30T13:33:49.449Z | Compiling typify-impl v0.2.0 |
1922 | 2024-10-30T13:33:49.482Z | Checking backoff v0.4.0 |
1923 | 2024-10-30T13:33:49.761Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1924 | 2024-10-30T13:33:49.786Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1925 | 2024-10-30T13:33:49.921Z | Checking wait-timeout v0.2.0 |
1926 | 2024-10-30T13:33:49.949Z | Checking rand_xorshift v0.3.0 |
1927 | 2024-10-30T13:33:50.106Z | Checking rusty-fork v0.3.0 |
1928 | 2024-10-30T13:33:50.143Z | Compiling structmeta-derive v0.2.0 |
1929 | 2024-10-30T13:33:50.284Z | Compiling structmeta v0.3.0 |
1930 | 2024-10-30T13:33:50.421Z | Checking unarray v0.1.4 |
1931 | 2024-10-30T13:33:50.581Z | Checking proptest v1.5.0 |
1932 | 2024-10-30T13:33:50.651Z | Checking camino-tempfile v1.1.1 |
1933 | 2024-10-30T13:33:50.716Z | Compiling parse-display-derive v0.10.0 |
1934 | 2024-10-30T13:33:50.934Z | Compiling proc-macro-error v1.0.4 |
1935 | 2024-10-30T13:33:51.070Z | Compiling darling_macro v0.20.10 |
1936 | 2024-10-30T13:33:51.591Z | Compiling proc-macro-crate v1.3.1 |
1937 | 2024-10-30T13:33:52.023Z | Compiling darling v0.20.10 |
1938 | 2024-10-30T13:33:52.159Z | Compiling serde_with_macros v3.11.0 |
1939 | 2024-10-30T13:33:52.162Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1940 | 2024-10-30T13:33:52.594Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1941 | 2024-10-30T13:33:52.674Z | Compiling num_enum_derive v0.5.11 |
1942 | 2024-10-30T13:33:52.943Z | Compiling foreign-types-macros v0.2.3 |
1943 | 2024-10-30T13:33:52.969Z | Compiling structmeta v0.2.0 |
1944 | 2024-10-30T13:33:53.351Z | Checking foreign-types-shared v0.3.1 |
1945 | 2024-10-30T13:33:53.380Z | Compiling test-strategy v0.3.1 |
1946 | 2024-10-30T13:33:53.838Z | Checking tabwriter v1.4.0 |
1947 | 2024-10-30T13:33:54.098Z | Checking cstr-argument v0.1.2 |
1948 | 2024-10-30T13:33:54.288Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1949 | 2024-10-30T13:33:54.316Z | Checking foreign-types v0.5.0 |
1950 | 2024-10-30T13:33:54.429Z | Checking pretty-hex v0.2.1 |
1951 | 2024-10-30T13:33:54.603Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1952 | 2024-10-30T13:33:54.958Z | Checking colored v2.1.0 |
1953 | 2024-10-30T13:33:54.961Z | Checking serde_with v3.11.0 |
1954 | 2024-10-30T13:33:55.062Z | Checking parse-display v0.10.0 |
1955 | 2024-10-30T13:33:55.099Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1956 | 2024-10-30T13:33:55.123Z | Checking num_enum v0.5.11 |
1957 | 2024-10-30T13:33:55.260Z | Checking smf v0.2.3 |
1958 | 2024-10-30T13:33:55.283Z | Checking base64 v0.21.7 |
1959 | 2024-10-30T13:33:55.286Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1960 | 2024-10-30T13:33:55.326Z | Compiling crucible-workspace-hack v0.1.0 |
1961 | 2024-10-30T13:33:55.381Z | Compiling heapless v0.8.0 |
1962 | 2024-10-30T13:33:55.546Z | Checking termtree v0.4.1 |
1963 | 2024-10-30T13:33:55.717Z | Checking hash32 v0.3.1 |
1964 | 2024-10-30T13:33:55.749Z | Compiling smoltcp v0.11.0 |
1965 | 2024-10-30T13:33:55.751Z | Checking predicates-tree v1.0.11 |
1966 | 2024-10-30T13:33:55.793Z | Checking cobs v0.2.3 |
1967 | 2024-10-30T13:33:55.911Z | Checking sigpipe v0.1.3 |
1968 | 2024-10-30T13:33:55.934Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1969 | 2024-10-30T13:33:55.979Z | Checking postcard v1.0.10 |
1970 | 2024-10-30T13:33:56.023Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1971 | 2024-10-30T13:33:56.193Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1972 | 2024-10-30T13:33:56.381Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1973 | 2024-10-30T13:33:56.504Z | Compiling mockall_derive v0.13.0 |
1974 | 2024-10-30T13:33:56.528Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1975 | 2024-10-30T13:33:56.667Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1976 | 2024-10-30T13:33:56.897Z | Compiling zone_cfg_derive v0.3.0 |
1977 | 2024-10-30T13:33:57.089Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1978 | 2024-10-30T13:33:57.092Z | Compiling num-derive v0.4.2 |
1979 | 2024-10-30T13:33:57.452Z | Checking downcast v0.11.0 |
1980 | 2024-10-30T13:33:57.659Z | Checking fragile v2.0.0 |
1981 | 2024-10-30T13:33:57.936Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1982 | 2024-10-30T13:33:58.347Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1983 | 2024-10-30T13:33:58.373Z | Checking zone v0.3.0 |
1984 | 2024-10-30T13:33:58.397Z | Checking atomicwrites v0.4.4 |
1985 | 2024-10-30T13:33:58.603Z | Compiling convert_case v0.4.0 |
1986 | 2024-10-30T13:33:58.632Z | Checking tungstenite v0.21.0 |
1987 | 2024-10-30T13:33:58.967Z | Checking newline-converter v0.3.0 |
1988 | 2024-10-30T13:33:59.140Z | Checking expectorate v1.1.0 |
1989 | 2024-10-30T13:33:59.233Z | Checking itertools v0.13.0 |
1990 | 2024-10-30T13:33:59.316Z | Checking same-file v1.0.6 |
1991 | 2024-10-30T13:33:59.507Z | Checking walkdir v2.5.0 |
1992 | 2024-10-30T13:33:59.532Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1993 | 2024-10-30T13:33:59.557Z | Checking tokio-tungstenite v0.21.0 |
1994 | 2024-10-30T13:33:59.577Z | Compiling derive_more v0.99.18 |
1995 | 2024-10-30T13:33:59.812Z | Checking arc-swap v1.7.1 |
1996 | 2024-10-30T13:33:59.988Z | Checking xattr v1.3.1 |
1997 | 2024-10-30T13:34:00.062Z | Checking filetime v0.2.25 |
1998 | 2024-10-30T13:34:00.202Z | Compiling owo-colors v4.1.0 |
1999 | 2024-10-30T13:34:00.232Z | Checking slog-scope v4.4.0 |
2000 | 2024-10-30T13:34:00.275Z | Checking tar v0.4.42 |
2001 | 2024-10-30T13:34:00.393Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2002 | 2024-10-30T13:34:00.429Z | Checking slog-stdlog v4.1.1 |
2003 | 2024-10-30T13:34:00.499Z | Checking swrite v0.1.0 |
2004 | 2024-10-30T13:34:00.606Z | Checking slog-envlogger v2.2.0 |
2005 | 2024-10-30T13:34:00.637Z | Compiling cancel-safe-futures v0.1.5 |
2006 | 2024-10-30T13:34:01.113Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2007 | 2024-10-30T13:34:01.484Z | Checking libsw v3.3.1 |
2008 | 2024-10-30T13:34:01.514Z | Checking password-hash v0.5.0 |
2009 | 2024-10-30T13:34:01.768Z | Checking blake2 v0.10.6 |
2010 | 2024-10-30T13:34:01.799Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-10-30T13:34:01.924Z | Checking indent_write v2.2.0 |
2012 | 2024-10-30T13:34:02.001Z | Checking linear-map v1.2.0 |
2013 | 2024-10-30T13:34:02.146Z | Checking num-rational v0.4.2 |
2014 | 2024-10-30T13:34:02.234Z | Checking argon2 v0.5.3 |
2015 | 2024-10-30T13:34:02.345Z | Checking pem v3.0.4 |
2016 | 2024-10-30T13:34:02.641Z | Checking num-complex v0.4.6 |
2017 | 2024-10-30T13:34:02.857Z | Checking float-ord v0.3.2 |
2018 | 2024-10-30T13:34:02.881Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2019 | 2024-10-30T13:34:02.996Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2020 | 2024-10-30T13:34:03.022Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2021 | 2024-10-30T13:34:03.607Z | Checking num v0.4.3 |
2022 | 2024-10-30T13:34:03.691Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2023 | 2024-10-30T13:34:03.725Z | Compiling lzma-sys v0.1.20 |
2024 | 2024-10-30T13:34:03.891Z | Checking humantime v2.1.0 |
2025 | 2024-10-30T13:34:03.926Z | Checking headers-core v0.3.0 |
2026 | 2024-10-30T13:34:04.003Z | Compiling heck v0.3.3 |
2027 | 2024-10-30T13:34:04.077Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2028 | 2024-10-30T13:34:04.181Z | Checking headers v0.4.0 |
2029 | 2024-10-30T13:34:04.408Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2030 | 2024-10-30T13:34:04.458Z | Compiling zone_cfg_derive v0.1.2 |
2031 | 2024-10-30T13:34:04.726Z | Checking yasna v0.5.2 |
2032 | 2024-10-30T13:34:04.757Z | Checking base64 v0.13.1 |
2033 | 2024-10-30T13:34:04.809Z | Checking mockall v0.13.0 |
2034 | 2024-10-30T13:34:05.068Z | Checking xz2 v0.1.7 |
2035 | 2024-10-30T13:34:05.185Z | Checking ron v0.7.1 |
2036 | 2024-10-30T13:34:05.366Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2037 | 2024-10-30T13:34:05.631Z | Checking rcgen v0.12.1 |
2038 | 2024-10-30T13:34:05.871Z | Checking subprocess v0.2.9 |
2039 | 2024-10-30T13:34:05.891Z | Checking zone v0.1.8 |
2040 | 2024-10-30T13:34:06.257Z | Compiling typify-macro v0.2.0 |
2041 | 2024-10-30T13:34:06.336Z | Checking half v2.4.1 |
2042 | 2024-10-30T13:34:06.361Z | Checking ciborium-io v0.2.2 |
2043 | 2024-10-30T13:34:06.418Z | Compiling semver v0.1.20 |
2044 | 2024-10-30T13:34:06.491Z | Checking highway v1.2.0 |
2045 | 2024-10-30T13:34:06.563Z | Compiling prettyplease v0.2.22 |
2046 | 2024-10-30T13:34:06.804Z | Checking ciborium-ll v0.2.2 |
2047 | 2024-10-30T13:34:06.865Z | Compiling rustc_version v0.1.7 |
2048 | 2024-10-30T13:34:07.069Z | Compiling home v0.5.9 |
2049 | 2024-10-30T13:34:07.110Z | Checking ciborium v0.2.2 |
2050 | 2024-10-30T13:34:07.375Z | Compiling newtype_derive v0.1.6 |
2051 | 2024-10-30T13:34:07.378Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2052 | 2024-10-30T13:34:07.911Z | Checking steno v0.4.1 |
2053 | 2024-10-30T13:34:09.604Z | Compiling slog-dtrace v0.3.0 |
2054 | 2024-10-30T13:34:10.035Z | Checking display-error-chain v0.2.1 |
2055 | 2024-10-30T13:34:10.058Z | Compiling ring v0.16.20 |
2056 | 2024-10-30T13:34:10.189Z | Compiling blake3 v1.5.4 |
2057 | 2024-10-30T13:34:10.262Z | Checking keccak v0.1.5 |
2058 | 2024-10-30T13:34:10.420Z | Compiling typify v0.2.0 |
2059 | 2024-10-30T13:34:10.499Z | Checking universal-hash v0.5.1 |
2060 | 2024-10-30T13:34:10.573Z | Compiling progenitor-impl v0.8.0 |
2061 | 2024-10-30T13:34:10.606Z | Checking sha3 v0.10.8 |
2062 | 2024-10-30T13:34:10.685Z | Checking secrecy v0.8.0 |
2063 | 2024-10-30T13:34:10.923Z | Checking opaque-debug v0.3.1 |
2064 | 2024-10-30T13:34:11.019Z | Checking aead v0.5.2 |
2065 | 2024-10-30T13:34:11.022Z | Checking poly1305 v0.8.0 |
2066 | 2024-10-30T13:34:11.243Z | Checking chacha20 v0.9.1 |
2067 | 2024-10-30T13:34:11.579Z | Checking gethostname v0.5.0 |
2068 | 2024-10-30T13:34:11.803Z | Compiling memmap2 v0.9.5 |
2069 | 2024-10-30T13:34:12.268Z | Compiling untrusted v0.7.1 |
2070 | 2024-10-30T13:34:12.298Z | Compiling arrayref v0.3.9 |
2071 | 2024-10-30T13:34:12.413Z | Compiling constant_time_eq v0.3.1 |
2072 | 2024-10-30T13:34:12.439Z | Compiling arrayvec v0.7.6 |
2073 | 2024-10-30T13:34:12.463Z | Compiling spin v0.5.2 |
2074 | 2024-10-30T13:34:12.485Z | Compiling toolchain_find v0.4.0 |
2075 | 2024-10-30T13:34:12.593Z | Compiling thiserror-impl-no-std v2.0.2 |
2076 | 2024-10-30T13:34:12.709Z | Compiling topological-sort v0.2.2 |
2077 | 2024-10-30T13:34:12.947Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2078 | 2024-10-30T13:34:12.993Z | Compiling rustfmt-wrapper v0.2.1 |
2079 | 2024-10-30T13:34:13.147Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2080 | 2024-10-30T13:34:13.517Z | Checking chacha20poly1305 v0.10.1 |
2081 | 2024-10-30T13:34:13.560Z | Checking nibble_vec v0.1.0 |
2082 | 2024-10-30T13:34:13.607Z | Checking endian-type v0.1.2 |
2083 | 2024-10-30T13:34:13.721Z | Checking fxhash v0.2.1 |
2084 | 2024-10-30T13:34:13.776Z | Checking termcolor v1.4.1 |
2085 | 2024-10-30T13:34:13.824Z | Checking maplit v1.0.2 |
2086 | 2024-10-30T13:34:13.840Z | Checking radix_trie v0.2.1 |
2087 | 2024-10-30T13:34:13.901Z | Compiling radium v0.7.0 |
2088 | 2024-10-30T13:34:13.942Z | Checking tap v1.0.1 |
2089 | 2024-10-30T13:34:14.130Z | Compiling maybe-uninit v2.0.0 |
2090 | 2024-10-30T13:34:14.153Z | Checking wyz v0.5.1 |
2091 | 2024-10-30T13:34:14.240Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2092 | 2024-10-30T13:34:14.273Z | Checking funty v2.0.0 |
2093 | 2024-10-30T13:34:14.548Z | Compiling packed_struct v0.10.1 |
2094 | 2024-10-30T13:34:14.737Z | Checking crc-catalog v2.4.0 |
2095 | 2024-10-30T13:34:14.890Z | Checking crc v3.2.1 |
2096 | 2024-10-30T13:34:14.938Z | Checking kstat-rs v0.2.4 |
2097 | 2024-10-30T13:34:15.084Z | Compiling packed_struct_codegen v0.10.1 |
2098 | 2024-10-30T13:34:15.286Z | Compiling indexmap v1.9.3 |
2099 | 2024-10-30T13:34:15.309Z | Checking bitvec v1.0.1 |
2100 | 2024-10-30T13:34:15.311Z | Checking nodrop v0.1.14 |
2101 | 2024-10-30T13:34:15.454Z | Compiling libefi-sys v0.1.0 |
2102 | 2024-10-30T13:34:15.654Z | Checking array-init v0.0.4 |
2103 | 2024-10-30T13:34:15.695Z | Checking thiserror-no-std v2.0.2 |
2104 | 2024-10-30T13:34:15.757Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-10-30T13:34:15.811Z | Checking vsss-rs v3.3.4 |
2106 | 2024-10-30T13:34:16.581Z | Checking smallvec v0.6.14 |
2107 | 2024-10-30T13:34:16.648Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2108 | 2024-10-30T13:34:16.998Z | Compiling bitfield-struct v0.6.2 |
2109 | 2024-10-30T13:34:17.079Z | Compiling async-recursion v1.1.1 |
2110 | 2024-10-30T13:34:17.370Z | Checking hashbrown v0.12.3 |
2111 | 2024-10-30T13:34:17.685Z | Checking bitfield v0.14.0 |
2112 | 2024-10-30T13:34:18.187Z | Checking serde-hex v0.1.0 |
2113 | 2024-10-30T13:34:18.266Z | Compiling progenitor-macro v0.8.0 |
2114 | 2024-10-30T13:34:18.445Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2024-10-30T13:34:19.084Z | Checking bzip2 v0.4.4 |
2116 | 2024-10-30T13:34:19.128Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2117 | 2024-10-30T13:34:19.298Z | Checking env_logger v0.10.2 |
2118 | 2024-10-30T13:34:19.320Z | Checking ron v0.8.1 |
2119 | 2024-10-30T13:34:19.397Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2120 | 2024-10-30T13:34:19.421Z | Checking hashbrown v0.13.2 |
2121 | 2024-10-30T13:34:19.721Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2122 | 2024-10-30T13:34:19.744Z | Checking crc-any v2.5.0 |
2123 | 2024-10-30T13:34:19.853Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2024-10-30T13:34:20.384Z | Checking zip v0.6.6 |
2125 | 2024-10-30T13:34:20.413Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2126 | 2024-10-30T13:34:20.581Z | Checking object v0.30.4 |
2127 | 2024-10-30T13:34:20.644Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2128 | 2024-10-30T13:34:20.668Z | Checking path-slash v0.1.5 |
2129 | 2024-10-30T13:34:20.837Z | Compiling parking_lot_core v0.8.6 |
2130 | 2024-10-30T13:34:20.942Z | Checking glob v0.3.1 |
2131 | 2024-10-30T13:34:21.117Z | Checking hickory-client v0.24.1 |
2132 | 2024-10-30T13:34:21.291Z | Checking hickory-server v0.24.1 |
2133 | 2024-10-30T13:34:21.769Z | Checking parking_lot v0.11.2 |
2134 | 2024-10-30T13:34:21.850Z | Checking primeorder v0.13.6 |
2135 | 2024-10-30T13:34:22.006Z | Compiling unicase v2.7.0 |
2136 | 2024-10-30T13:34:22.132Z | Checking sled v0.34.7 |
2137 | 2024-10-30T13:34:22.262Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2138 | 2024-10-30T13:34:22.343Z | Checking nanorand v0.7.0 |
2139 | 2024-10-30T13:34:22.517Z | Compiling buf-list v1.0.3 |
2140 | 2024-10-30T13:34:22.692Z | Checking flume v0.11.0 |
2141 | 2024-10-30T13:34:23.255Z | Checking atty v0.2.14 |
2142 | 2024-10-30T13:34:23.284Z | Compiling vte_generate_state_changes v0.1.2 |
2143 | 2024-10-30T13:34:23.383Z | Compiling salty v0.3.0 |
2144 | 2024-10-30T13:34:23.893Z | Checking p384 v0.13.0 |
2145 | 2024-10-30T13:34:23.942Z | Checking vte v0.11.1 |
2146 | 2024-10-30T13:34:24.111Z | Checking fd-lock v4.0.2 |
2147 | 2024-10-30T13:34:24.296Z | Compiling mime_guess v2.0.5 |
2148 | 2024-10-30T13:34:24.897Z | Checking env_filter v0.1.2 |
2149 | 2024-10-30T13:34:25.097Z | Checking nu-ansi-term v0.50.1 |
2150 | 2024-10-30T13:34:25.162Z | Checking env_logger v0.11.5 |
2151 | 2024-10-30T13:34:25.189Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2152 | 2024-10-30T13:34:25.401Z | Checking strip-ansi-escapes v0.2.0 |
2153 | 2024-10-30T13:34:25.544Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2154 | 2024-10-30T13:34:25.566Z | Checking reedline v0.35.0 |
2155 | 2024-10-30T13:34:25.635Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2156 | 2024-10-30T13:34:25.840Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2157 | 2024-10-30T13:34:25.865Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2158 | 2024-10-30T13:34:25.994Z | Compiling dsl_auto_type v0.1.2 |
2159 | 2024-10-30T13:34:26.198Z | Checking scheduled-thread-pool v0.2.7 |
2160 | 2024-10-30T13:34:26.446Z | Compiling diesel_table_macro_syntax v0.2.0 |
2161 | 2024-10-30T13:34:26.470Z | Checking http-range v0.1.5 |
2162 | 2024-10-30T13:34:26.645Z | Compiling crunchy v0.2.2 |
2163 | 2024-10-30T13:34:26.671Z | Checking hyper-staticfile v0.10.1 |
2164 | 2024-10-30T13:34:26.879Z | Checking r2d2 v0.8.10 |
2165 | 2024-10-30T13:34:27.166Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2166 | 2024-10-30T13:34:27.242Z | Compiling clang-sys v1.8.1 |
2167 | 2024-10-30T13:34:27.264Z | Compiling phf_generator v0.11.2 |
2168 | 2024-10-30T13:34:27.461Z | Checking bytecount v0.6.8 |
2169 | 2024-10-30T13:34:27.634Z | Compiling tiny-keccak v2.0.2 |
2170 | 2024-10-30T13:34:27.656Z | Compiling diesel_derives v2.2.3 |
2171 | 2024-10-30T13:34:27.942Z | Checking papergrid v0.11.0 |
2172 | 2024-10-30T13:34:28.023Z | Compiling phf_codegen v0.11.2 |
2173 | 2024-10-30T13:34:28.189Z | Compiling tabled_derive v0.7.0 |
2174 | 2024-10-30T13:34:28.293Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2175 | 2024-10-30T13:34:28.364Z | Compiling parse-zoneinfo v0.3.1 |
2176 | 2024-10-30T13:34:28.579Z | Compiling cfg_aliases v0.1.1 |
2177 | 2024-10-30T13:34:28.705Z | Compiling ref-cast v1.0.23 |
2178 | 2024-10-30T13:34:29.337Z | Compiling chrono-tz-build v0.4.0 |
2179 | 2024-10-30T13:34:29.529Z | Compiling nix v0.28.0 |
2180 | 2024-10-30T13:34:30.236Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2181 | 2024-10-30T13:34:30.332Z | Compiling ascii-canvas v3.0.0 |
2182 | 2024-10-30T13:34:30.545Z | Compiling ena v0.14.3 |
2183 | 2024-10-30T13:34:30.641Z | Checking tabled v0.15.0 |
2184 | 2024-10-30T13:34:30.806Z | Compiling ref-cast-impl v1.0.23 |
2185 | 2024-10-30T13:34:30.828Z | Compiling libloading v0.8.5 |
2186 | 2024-10-30T13:34:30.897Z | Compiling regex-syntax v0.6.29 |
2187 | 2024-10-30T13:34:30.977Z | Compiling bindgen v0.69.5 |
2188 | 2024-10-30T13:34:31.280Z | Compiling diff v0.1.13 |
2189 | 2024-10-30T13:34:31.983Z | Compiling chrono-tz v0.10.0 |
2190 | 2024-10-30T13:34:32.245Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2191 | 2024-10-30T13:34:32.750Z | Compiling which v4.4.2 |
2192 | 2024-10-30T13:34:33.405Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2193 | 2024-10-30T13:34:33.804Z | Checking signal-hook-tokio v0.3.1 |
2194 | 2024-10-30T13:34:33.859Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2195 | 2024-10-30T13:34:33.987Z | Compiling cexpr v0.6.0 |
2196 | 2024-10-30T13:34:34.608Z | Compiling lalrpop v0.19.12 |
2197 | 2024-10-30T13:34:34.848Z | Checking progenitor v0.8.0 |
2198 | 2024-10-30T13:34:35.091Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2199 | 2024-10-30T13:34:35.716Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2200 | 2024-10-30T13:34:36.225Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2201 | 2024-10-30T13:34:36.837Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2202 | 2024-10-30T13:34:40.198Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2203 | 2024-10-30T13:34:40.258Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2204 | 2024-10-30T13:34:40.953Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2205 | 2024-10-30T13:34:43.570Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2206 | 2024-10-30T13:34:43.774Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2207 | 2024-10-30T13:34:44.231Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2208 | 2024-10-30T13:34:44.424Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2209 | 2024-10-30T13:34:44.947Z | Checking diesel v2.2.4 |
2210 | 2024-10-30T13:34:44.970Z | Compiling rustc-hash v1.1.0 |
2211 | 2024-10-30T13:34:45.146Z | Compiling lazycell v1.3.0 |
2212 | 2024-10-30T13:34:48.810Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2213 | 2024-10-30T13:34:49.150Z | Compiling derive_builder_core v0.20.2 |
2214 | 2024-10-30T13:34:49.336Z | Checking http v0.2.12 |
2215 | 2024-10-30T13:34:50.789Z | Compiling peg-macros v0.8.4 |
2216 | 2024-10-30T13:34:51.589Z | Compiling libxml v0.3.3 |
2217 | 2024-10-30T13:34:51.972Z | Compiling sqlparser_derive v0.2.2 |
2218 | 2024-10-30T13:34:53.080Z | Compiling memoffset v0.9.1 |
2219 | 2024-10-30T13:34:53.502Z | Checking unicode_categories v0.1.1 |
2220 | 2024-10-30T13:34:53.858Z | Checking sqlformat v0.2.6 |
2221 | 2024-10-30T13:34:54.572Z | Checking peg v0.8.4 |
2222 | 2024-10-30T13:34:54.854Z | Checking sqlparser v0.45.0 |
2223 | 2024-10-30T13:34:58.340Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2224 | 2024-10-30T13:35:02.325Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2225 | 2024-10-30T13:35:04.642Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2226 | 2024-10-30T13:35:06.087Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-10-30T13:35:07.534Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2228 | 2024-10-30T13:35:07.879Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2229 | 2024-10-30T13:35:08.234Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2230 | 2024-10-30T13:35:09.739Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2231 | 2024-10-30T13:35:09.991Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2232 | 2024-10-30T13:35:10.471Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2233 | 2024-10-30T13:35:10.681Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2234 | 2024-10-30T13:35:10.700Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2235 | 2024-10-30T13:35:11.331Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2236 | 2024-10-30T13:35:11.376Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2237 | 2024-10-30T13:35:11.459Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2238 | 2024-10-30T13:35:12.059Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2239 | 2024-10-30T13:35:12.548Z | Compiling derive_builder_macro v0.20.2 |
2240 | 2024-10-30T13:35:13.009Z | Checking rustyline v14.0.0 |
2241 | 2024-10-30T13:35:15.180Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2242 | 2024-10-30T13:35:15.540Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2243 | 2024-10-30T13:35:17.247Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2244 | 2024-10-30T13:35:17.775Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2245 | 2024-10-30T13:35:18.940Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2246 | 2024-10-30T13:35:19.518Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2247 | 2024-10-30T13:35:19.638Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2248 | 2024-10-30T13:35:23.089Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2249 | 2024-10-30T13:35:24.184Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2250 | 2024-10-30T13:35:24.648Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2251 | 2024-10-30T13:35:25.122Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2252 | 2024-10-30T13:35:25.164Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2253 | 2024-10-30T13:35:25.394Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2254 | 2024-10-30T13:35:26.005Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2255 | 2024-10-30T13:35:26.655Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2256 | 2024-10-30T13:35:26.865Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2257 | 2024-10-30T13:35:28.354Z | Checking tungstenite v0.23.0 |
2258 | 2024-10-30T13:35:28.360Z | Checking bcs v0.1.6 |
2259 | 2024-10-30T13:35:28.360Z | Compiling strum_macros v0.24.3 |
2260 | 2024-10-30T13:35:28.778Z | Compiling pin-project-internal v1.1.6 |
2261 | 2024-10-30T13:35:29.195Z | Compiling indoc v1.0.9 |
2262 | 2024-10-30T13:35:29.378Z | Checking tokio-tungstenite v0.23.1 |
2263 | 2024-10-30T13:35:29.919Z | Checking derive_builder v0.20.2 |
2264 | 2024-10-30T13:35:30.338Z | Checking h2 v0.3.26 |
2265 | 2024-10-30T13:35:31.804Z | Checking http-body v0.4.6 |
2266 | 2024-10-30T13:35:31.825Z | Checking pin-project v1.1.6 |
2267 | 2024-10-30T13:35:31.883Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2268 | 2024-10-30T13:35:31.887Z | Checking quick-xml v0.33.0 |
2269 | 2024-10-30T13:35:31.958Z | Compiling impl-trait-for-tuples v0.2.2 |
2270 | 2024-10-30T13:35:32.198Z | Compiling oso-derive v0.27.3 |
2271 | 2024-10-30T13:35:32.221Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2272 | 2024-10-30T13:35:32.664Z | Checking nix v0.27.1 |
2273 | 2024-10-30T13:35:33.221Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2274 | 2024-10-30T13:35:34.084Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2275 | 2024-10-30T13:35:34.184Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2276 | 2024-10-30T13:35:34.461Z | Compiling snafu-derive v0.8.5 |
2277 | 2024-10-30T13:35:35.895Z | Compiling diesel-dtrace v0.3.0 |
2278 | 2024-10-30T13:35:36.236Z | Checking sync_wrapper v0.1.2 |
2279 | 2024-10-30T13:35:36.994Z | Checking hyper v0.14.30 |
2280 | 2024-10-30T13:35:39.021Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2281 | 2024-10-30T13:35:39.855Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2282 | 2024-10-30T13:35:40.036Z | Checking snafu v0.8.5 |
2283 | 2024-10-30T13:35:40.190Z | Checking globset v0.4.15 |
2284 | 2024-10-30T13:35:40.558Z | Checking bb8 v0.8.5 |
2285 | 2024-10-30T13:35:40.738Z | Checking olpc-cjson v0.1.4 |
2286 | 2024-10-30T13:35:40.989Z | Checking serde_plain v1.0.2 |
2287 | 2024-10-30T13:35:41.070Z | Compiling const_format_proc_macros v0.2.33 |
2288 | 2024-10-30T13:35:41.261Z | Checking typed-path v0.7.1 |
2289 | 2024-10-30T13:35:42.068Z | Checking reqwest v0.11.27 |
2290 | 2024-10-30T13:35:42.579Z | Checking async-bb8-diesel v0.2.1 |
2291 | 2024-10-30T13:35:43.109Z | Checking const_format v0.2.33 |
2292 | 2024-10-30T13:35:43.246Z | Checking tough v0.17.1 |
2293 | 2024-10-30T13:35:43.369Z | Checking parse-size v1.0.0 |
2294 | 2024-10-30T13:35:43.493Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2295 | 2024-10-30T13:35:43.597Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2296 | 2024-10-30T13:35:43.625Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2297 | 2024-10-30T13:35:44.373Z | Checking heck v0.4.1 |
2298 | 2024-10-30T13:35:44.613Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2299 | 2024-10-30T13:35:45.043Z | Checking assert_matches v1.5.0 |
2300 | 2024-10-30T13:35:45.086Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2301 | 2024-10-30T13:35:45.156Z | Checking rand_seeder v0.3.0 |
2302 | 2024-10-30T13:35:45.417Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2303 | 2024-10-30T13:35:45.760Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2304 | 2024-10-30T13:35:47.517Z | Compiling libz-sys v1.1.20 |
2305 | 2024-10-30T13:35:47.830Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2306 | 2024-10-30T13:35:47.959Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2307 | 2024-10-30T13:35:48.091Z | Checking is_ci v1.2.0 |
2308 | 2024-10-30T13:35:48.270Z | Checking supports-color v3.0.1 |
2309 | 2024-10-30T13:35:48.406Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2310 | 2024-10-30T13:35:48.612Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2311 | 2024-10-30T13:35:48.667Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2312 | 2024-10-30T13:35:49.991Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2313 | 2024-10-30T13:35:50.164Z | Compiling vergen v8.3.2 |
2314 | 2024-10-30T13:35:50.486Z | Compiling cargo-platform v0.1.8 |
2315 | 2024-10-30T13:35:51.087Z | Checking smawk v0.3.2 |
2316 | 2024-10-30T13:35:51.251Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2317 | 2024-10-30T13:35:51.303Z | Checking unicode-linebreak v0.1.5 |
2318 | 2024-10-30T13:35:51.412Z | Compiling cargo_metadata v0.18.1 |
2319 | 2024-10-30T13:35:51.717Z | Checking textwrap v0.16.1 |
2320 | 2024-10-30T13:35:52.172Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2321 | 2024-10-30T13:35:52.889Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2322 | 2024-10-30T13:35:54.689Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2323 | 2024-10-30T13:35:54.898Z | Checking castaway v0.2.3 |
2324 | 2024-10-30T13:35:55.001Z | Compiling libsqlite3-sys v0.30.1 |
2325 | 2024-10-30T13:35:55.004Z | Compiling rustls v0.21.12 |
2326 | 2024-10-30T13:35:55.079Z | Compiling cfg_aliases v0.2.1 |
2327 | 2024-10-30T13:35:55.203Z | Compiling nix v0.29.0 |
2328 | 2024-10-30T13:35:55.330Z | Checking compact_str v0.8.0 |
2329 | 2024-10-30T13:35:56.107Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2330 | 2024-10-30T13:35:56.193Z | Checking unicode-truncate v1.1.0 |
2331 | 2024-10-30T13:35:56.432Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2332 | 2024-10-30T13:35:56.759Z | Checking sct v0.7.1 |
2333 | 2024-10-30T13:35:56.983Z | Checking rustls-webpki v0.101.7 |
2334 | 2024-10-30T13:35:57.127Z | Checking lru v0.12.5 |
2335 | 2024-10-30T13:35:57.277Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2336 | 2024-10-30T13:35:57.448Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2337 | 2024-10-30T13:35:57.685Z | Compiling instability v0.3.2 |
2338 | 2024-10-30T13:35:58.281Z | Checking cassowary v0.3.0 |
2339 | 2024-10-30T13:35:58.559Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2340 | 2024-10-30T13:35:58.725Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2341 | 2024-10-30T13:35:58.728Z | Checking ratatui v0.28.1 |
2342 | 2024-10-30T13:36:02.234Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2343 | 2024-10-30T13:36:02.561Z | Checking hashlink v0.9.1 |
2344 | 2024-10-30T13:36:03.142Z | Checking concurrent-queue v2.5.0 |
2345 | 2024-10-30T13:36:03.517Z | Checking fallible-streaming-iterator v0.1.9 |
2346 | 2024-10-30T13:36:03.784Z | Checking plotters-backend v0.3.7 |
2347 | 2024-10-30T13:36:04.198Z | Checking fallible-iterator v0.3.0 |
2348 | 2024-10-30T13:36:04.857Z | Checking parking v2.2.1 |
2349 | 2024-10-30T13:36:04.882Z | Checking tokio-rustls v0.24.1 |
2350 | 2024-10-30T13:36:05.049Z | Checking rusqlite v0.32.1 |
2351 | 2024-10-30T13:36:05.281Z | Checking plotters-svg v0.3.7 |
2352 | 2024-10-30T13:36:05.424Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2353 | 2024-10-30T13:36:06.081Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2354 | 2024-10-30T13:36:06.456Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2355 | 2024-10-30T13:36:06.731Z | Checking rustls-pemfile v1.0.4 |
2356 | 2024-10-30T13:36:06.784Z | Checking twox-hash v1.6.3 |
2357 | 2024-10-30T13:36:06.949Z | Checking cast v0.3.0 |
2358 | 2024-10-30T13:36:07.264Z | Checking criterion-plot v0.5.0 |
2359 | 2024-10-30T13:36:07.285Z | Checking plotters v0.3.7 |
2360 | 2024-10-30T13:36:07.305Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2361 | 2024-10-30T13:36:07.782Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2362 | 2024-10-30T13:36:09.103Z | Checking fatfs v0.3.6 |
2363 | 2024-10-30T13:36:09.553Z | Checking tinytemplate v1.2.1 |
2364 | 2024-10-30T13:36:09.964Z | Checking csv-core v0.1.11 |
2365 | 2024-10-30T13:36:10.185Z | Checking anes v0.1.6 |
2366 | 2024-10-30T13:36:10.325Z | Checking shell-words v1.1.0 |
2367 | 2024-10-30T13:36:10.526Z | Checking oorandom v11.1.4 |
2368 | 2024-10-30T13:36:10.577Z | Checking csv v1.3.0 |
2369 | 2024-10-30T13:36:10.714Z | Checking criterion v0.5.1 |
2370 | 2024-10-30T13:36:11.510Z | Checking event-listener v5.3.1 |
2371 | 2024-10-30T13:36:11.969Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2372 | 2024-10-30T13:36:13.705Z | Checking rtoolbox v0.0.2 |
2373 | 2024-10-30T13:36:13.927Z | Checking rpassword v7.3.1 |
2374 | 2024-10-30T13:36:14.107Z | Checking event-listener-strategy v0.5.2 |
2375 | 2024-10-30T13:36:14.331Z | Checking tui-tree-widget v0.22.0 |
2376 | 2024-10-30T13:36:14.668Z | Checking polyval v0.6.2 |
2377 | 2024-10-30T13:36:14.989Z | Checking ghash v0.5.1 |
2378 | 2024-10-30T13:36:15.214Z | Checking futures-lite v2.3.0 |
2379 | 2024-10-30T13:36:16.767Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2380 | 2024-10-30T13:36:17.283Z | Checking ctr v0.9.2 |
2381 | 2024-10-30T13:36:18.055Z | Checking yansi v1.0.1 |
2382 | 2024-10-30T13:36:18.367Z | Checking aes-gcm v0.10.3 |
2383 | 2024-10-30T13:36:18.615Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2384 | 2024-10-30T13:36:18.618Z | Checking pretty_assertions v1.4.1 |
2385 | 2024-10-30T13:36:18.850Z | Checking ssh-encoding v0.2.0 |
2386 | 2024-10-30T13:36:19.204Z | Checking blowfish v0.9.1 |
2387 | 2024-10-30T13:36:19.463Z | Checking bcrypt-pbkdf v0.10.0 |
2388 | 2024-10-30T13:36:19.709Z | Checking ssh-cipher v0.2.0 |
2389 | 2024-10-30T13:36:20.008Z | Checking async-lock v3.4.0 |
2390 | 2024-10-30T13:36:20.315Z | Compiling samael v0.0.17 |
2391 | 2024-10-30T13:36:20.947Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2392 | 2024-10-30T13:36:21.426Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2393 | 2024-10-30T13:36:22.950Z | Checking polling v3.7.3 |
2394 | 2024-10-30T13:36:23.369Z | Checking password-hash v0.4.2 |
2395 | 2024-10-30T13:36:23.816Z | Checking matches v0.1.10 |
2396 | 2024-10-30T13:36:23.932Z | Checking hex-literal v0.4.1 |
2397 | 2024-10-30T13:36:24.080Z | Checking idna v0.2.3 |
2398 | 2024-10-30T13:36:24.927Z | Checking pbkdf2 v0.11.0 |
2399 | 2024-10-30T13:36:25.241Z | Checking async-io v2.3.4 |
2400 | 2024-10-30T13:36:26.062Z | Checking ssh-key v0.6.6 |
2401 | 2024-10-30T13:36:26.168Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2402 | 2024-10-30T13:36:27.071Z | Checking p256 v0.13.2 |
2403 | 2024-10-30T13:36:27.594Z | Checking p521 v0.13.3 |
2404 | 2024-10-30T13:36:27.632Z | Checking russh-cryptovec v0.7.3 |
2405 | 2024-10-30T13:36:27.851Z | Compiling enum-as-inner v0.5.1 |
2406 | 2024-10-30T13:36:28.926Z | Checking md5 v0.7.0 |
2407 | 2024-10-30T13:36:29.107Z | Checking async-task v4.7.1 |
2408 | 2024-10-30T13:36:29.228Z | Compiling doc-comment v0.3.3 |
2409 | 2024-10-30T13:36:29.501Z | Compiling target-lexicon v0.12.16 |
2410 | 2024-10-30T13:36:30.021Z | Checking russh-keys v0.45.0 |
2411 | 2024-10-30T13:36:30.483Z | Checking trust-dns-proto v0.22.0 |
2412 | 2024-10-30T13:36:31.071Z | Checking async-channel v2.3.1 |
2413 | 2024-10-30T13:36:31.417Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2414 | 2024-10-30T13:36:31.462Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2415 | 2024-10-30T13:36:32.248Z | Checking piper v0.2.4 |
2416 | 2024-10-30T13:36:32.507Z | Checking num-bigint v0.4.6 |
2417 | 2024-10-30T13:36:33.183Z | Checking des v0.8.1 |
2418 | 2024-10-30T13:36:33.489Z | Compiling guppy-workspace-hack v0.1.0 |
2419 | 2024-10-30T13:36:33.784Z | Compiling assert_cmd v2.0.16 |
2420 | 2024-10-30T13:36:34.209Z | Compiling dhcproto-macros v0.1.0 |
2421 | 2024-10-30T13:36:34.409Z | Checking futures-timer v3.0.3 |
2422 | 2024-10-30T13:36:34.782Z | Checking blocking v1.6.1 |
2423 | 2024-10-30T13:36:35.092Z | Checking dhcproto v0.12.0 |
2424 | 2024-10-30T13:36:35.118Z | Checking russh v0.45.0 |
2425 | 2024-10-30T13:36:35.740Z | Checking async-executor v1.13.1 |
2426 | 2024-10-30T13:36:36.105Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2427 | 2024-10-30T13:36:36.667Z | Checking async-signal v0.2.10 |
2428 | 2024-10-30T13:36:36.704Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2429 | 2024-10-30T13:36:36.973Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2430 | 2024-10-30T13:36:37.683Z | Compiling target-spec v3.2.2 |
2431 | 2024-10-30T13:36:37.685Z | Checking internet-checksum v0.2.1 |
2432 | 2024-10-30T13:36:37.885Z | Checking event-listener v2.5.3 |
2433 | 2024-10-30T13:36:38.248Z | Checking async-channel v1.9.0 |
2434 | 2024-10-30T13:36:39.162Z | Checking async-process v2.3.0 |
2435 | 2024-10-30T13:36:39.612Z | Checking async-global-executor v2.4.1 |
2436 | 2024-10-30T13:36:39.920Z | Checking cfg-expr v0.17.0 |
2437 | 2024-10-30T13:36:40.235Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2438 | 2024-10-30T13:36:40.294Z | Checking httptest v0.16.1 |
2439 | 2024-10-30T13:36:40.812Z | Checking rustls-native-certs v0.7.3 |
2440 | 2024-10-30T13:36:41.021Z | Checking num_cpus v1.16.0 |
2441 | 2024-10-30T13:36:41.044Z | Checking kv-log-macro v1.0.7 |
2442 | 2024-10-30T13:36:41.155Z | Compiling async-attributes v1.1.2 |
2443 | 2024-10-30T13:36:42.002Z | Checking async-std v1.13.0 |
2444 | 2024-10-30T13:36:43.291Z | Checking threadpool v1.8.1 |
2445 | 2024-10-30T13:36:43.530Z | Checking hyper-rustls v0.26.0 |
2446 | 2024-10-30T13:36:43.865Z | Compiling git2 v0.19.0 |
2447 | 2024-10-30T13:36:44.293Z | Checking pathdiff v0.2.2 |
2448 | 2024-10-30T13:36:44.481Z | Compiling rstest_macros v0.23.0 |
2449 | 2024-10-30T13:36:44.934Z | Checking escape8259 v0.5.3 |
2450 | 2024-10-30T13:36:45.013Z | Checking nested v0.1.1 |
2451 | 2024-10-30T13:36:45.140Z | Checking libtest-mimic v0.7.3 |
2452 | 2024-10-30T13:36:45.253Z | Checking guppy v0.17.8 |
2453 | 2024-10-30T13:36:45.763Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2454 | 2024-10-30T13:36:46.141Z | Checking async-object-pool v0.1.5 |
2455 | 2024-10-30T13:36:46.360Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2456 | 2024-10-30T13:36:47.514Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2457 | 2024-10-30T13:36:47.555Z | Checking similar-asserts v1.6.0 |
2458 | 2024-10-30T13:36:47.803Z | Checking fancy-regex v0.13.0 |
2459 | 2024-10-30T13:36:47.828Z | Checking serde_regex v1.1.0 |
2460 | 2024-10-30T13:36:48.110Z | Checking assert-json-diff v2.0.2 |
2461 | 2024-10-30T13:36:48.428Z | Compiling proc-macro-crate v3.2.0 |
2462 | 2024-10-30T13:36:48.633Z | Checking path-tree v0.8.1 |
2463 | 2024-10-30T13:36:48.989Z | Compiling trybuild v1.0.100 |
2464 | 2024-10-30T13:36:49.513Z | Compiling relative-path v1.9.3 |
2465 | 2024-10-30T13:36:49.852Z | Checking stringmetrics v2.2.2 |
2466 | 2024-10-30T13:36:50.124Z | Checking httpmock v0.8.0-alpha.1 |
2467 | 2024-10-30T13:36:51.404Z | Checking datatest-stable v0.2.9 |
2468 | 2024-10-30T13:36:51.752Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2469 | 2024-10-30T13:36:53.208Z | Checking blake2b_simd v1.0.2 |
2470 | 2024-10-30T13:36:53.591Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2471 | 2024-10-30T13:36:54.180Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2472 | 2024-10-30T13:36:55.874Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2473 | 2024-10-30T13:36:56.242Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2474 | 2024-10-30T13:36:56.567Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2475 | 2024-10-30T13:36:56.902Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2476 | 2024-10-30T13:36:57.446Z | Checking serde_tokenstream v0.2.2 |
2477 | 2024-10-30T13:36:57.883Z | Checking uzers v0.12.1 |
2478 | 2024-10-30T13:36:58.537Z | Checking rust-argon2 v2.1.0 |
2479 | 2024-10-30T13:37:00.480Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2480 | 2024-10-30T13:37:00.595Z | Checking rstest v0.23.0 |
2481 | 2024-10-30T13:37:00.835Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2482 | 2024-10-30T13:37:01.939Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2483 | 2024-10-30T13:37:02.280Z | Checking rand_distr v0.4.3 |
2484 | 2024-10-30T13:37:03.134Z | Checking multimap v0.10.0 |
2485 | 2024-10-30T13:37:03.508Z | Checking approx v0.5.1 |
2486 | 2024-10-30T13:37:03.837Z | Compiling polar-core v0.27.3 |
2487 | 2024-10-30T13:37:04.871Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2488 | 2024-10-30T13:37:05.828Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2489 | 2024-10-30T13:37:07.328Z | Checking partial-io v0.5.4 |
2490 | 2024-10-30T13:37:07.774Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2491 | 2024-10-30T13:37:08.092Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2492 | 2024-10-30T13:37:08.543Z | Checking cargo_toml v0.20.5 |
2493 | 2024-10-30T13:37:09.795Z | Checking termios v0.3.3 |
2494 | 2024-10-30T13:37:10.040Z | Compiling indoc v2.0.5 |
2495 | 2024-10-30T13:37:10.736Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2496 | 2024-10-30T13:37:12.945Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2497 | 2024-10-30T13:37:14.778Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2498 | 2024-10-30T13:37:16.015Z | Checking oso v0.27.3 |
2499 | 2024-10-30T13:37:25.195Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2500 | 2024-10-30T13:37:25.262Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2501 | 2024-10-30T13:37:30.508Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2502 | 2024-10-30T13:37:34.915Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2503 | 2024-10-30T13:38:06.680Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2504 | 2024-10-30T13:38:08.975Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2505 | 2024-10-30T13:38:09.187Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2506 | 2024-10-30T13:39:01.909Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2507 | 2024-10-30T13:39:01.909Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2508 | 2024-10-30T13:39:01.912Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2509 | 2024-10-30T13:43:33.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 23s |
2510 | 2024-10-30T13:43:33.565Z | |
2511 | 2024-10-30T13:43:33.568Z | real 10:28.640544259 |
2512 | 2024-10-30T13:43:33.568Z | user 47:54.141710905 |
2513 | 2024-10-30T13:43:33.568Z | sys 6:33.413608489 |
2514 | 2024-10-30T13:43:33.568Z | trap 1.178472868 |
2515 | 2024-10-30T13:43:33.568Z | tflt 1.853980032 |
2516 | 2024-10-30T13:43:33.568Z | dflt 0.794223305 |
2517 | 2024-10-30T13:43:33.568Z | kflt 0.001484976 |
2518 | 2024-10-30T13:43:33.568Z | lock 1:17:23.467317221 |
2519 | 2024-10-30T13:43:33.568Z | slp 2:39:13.238678659 |
2520 | 2024-10-30T13:43:33.568Z | lat 1:41.268514804 |
2521 | 2024-10-30T13:43:33.568Z | stop 5:59.587854479 |
2522 | 2024-10-30T13:43:33.568Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2523 | 2024-10-30T13:43:33.568Z | + ptime -m cargo doc --workspace --no-deps |
2524 | 2024-10-30T13:43:34.774Z | warning: output filename collision. |
2525 | 2024-10-30T13:43:34.774Z | 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)`. |
2526 | 2024-10-30T13:43:34.774Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2527 | 2024-10-30T13:43:34.774Z | The targets should have unique names. |
2528 | 2024-10-30T13:43:34.774Z | This is a known bug where multiple crates with the same name use |
2529 | 2024-10-30T13:43:34.774Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2530 | 2024-10-30T13:43:35.217Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2531 | 2024-10-30T13:43:35.284Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2532 | 2024-10-30T13:43:35.303Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2533 | 2024-10-30T13:43:35.342Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2534 | 2024-10-30T13:43:35.377Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2535 | 2024-10-30T13:43:35.377Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2536 | 2024-10-30T13:43:35.547Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2537 | 2024-10-30T13:43:35.627Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2538 | 2024-10-30T13:43:35.655Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2539 | 2024-10-30T13:43:35.678Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2540 | 2024-10-30T13:43:35.701Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2541 | 2024-10-30T13:43:35.887Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2542 | 2024-10-30T13:43:35.944Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2543 | 2024-10-30T13:43:35.965Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2544 | 2024-10-30T13:43:36.186Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2545 | 2024-10-30T13:43:36.444Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2546 | 2024-10-30T13:43:39.249Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2547 | 2024-10-30T13:43:39.641Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2548 | 2024-10-30T13:43:40.622Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2549 | 2024-10-30T13:43:40.788Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2550 | 2024-10-30T13:43:41.132Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2551 | 2024-10-30T13:43:41.328Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2552 | 2024-10-30T13:43:41.491Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2553 | 2024-10-30T13:43:41.832Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2554 | 2024-10-30T13:43:42.057Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2555 | 2024-10-30T13:43:42.393Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2556 | 2024-10-30T13:43:42.709Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2557 | 2024-10-30T13:43:42.767Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2558 | 2024-10-30T13:43:42.998Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2559 | 2024-10-30T13:43:43.036Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2560 | 2024-10-30T13:43:43.071Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2561 | 2024-10-30T13:43:43.380Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2562 | 2024-10-30T13:43:43.404Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2563 | 2024-10-30T13:43:43.727Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2564 | 2024-10-30T13:43:43.754Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2565 | 2024-10-30T13:43:44.092Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2566 | 2024-10-30T13:43:44.111Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2567 | 2024-10-30T13:43:44.128Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2568 | 2024-10-30T13:43:44.387Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2569 | 2024-10-30T13:43:44.922Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2570 | 2024-10-30T13:43:47.613Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2571 | 2024-10-30T13:43:49.452Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2572 | 2024-10-30T13:43:49.912Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2573 | 2024-10-30T13:43:50.088Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2574 | 2024-10-30T13:43:50.149Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2575 | 2024-10-30T13:43:50.800Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2576 | 2024-10-30T13:43:52.032Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2577 | 2024-10-30T13:43:52.105Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2578 | 2024-10-30T13:43:52.413Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2579 | 2024-10-30T13:43:52.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2580 | 2024-10-30T13:43:53.581Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2581 | 2024-10-30T13:43:58.343Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2582 | 2024-10-30T13:43:58.776Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2583 | 2024-10-30T13:43:59.570Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2584 | 2024-10-30T13:44:00.148Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2585 | 2024-10-30T13:44:00.436Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2586 | 2024-10-30T13:44:00.600Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2587 | 2024-10-30T13:44:01.430Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2588 | 2024-10-30T13:44:01.743Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2589 | 2024-10-30T13:44:02.219Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2590 | 2024-10-30T13:44:02.523Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2591 | 2024-10-30T13:44:03.232Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2592 | 2024-10-30T13:44:03.753Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2593 | 2024-10-30T13:44:03.869Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2594 | 2024-10-30T13:44:04.718Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2595 | 2024-10-30T13:44:05.278Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2596 | 2024-10-30T13:44:05.429Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2597 | 2024-10-30T13:44:05.456Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2598 | 2024-10-30T13:44:05.476Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2599 | 2024-10-30T13:44:05.888Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2600 | 2024-10-30T13:44:06.043Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2601 | 2024-10-30T13:44:06.649Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2602 | 2024-10-30T13:44:06.790Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2603 | 2024-10-30T13:44:07.124Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2604 | 2024-10-30T13:44:07.545Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2605 | 2024-10-30T13:44:07.950Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2606 | 2024-10-30T13:44:08.598Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2607 | 2024-10-30T13:44:08.836Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2608 | 2024-10-30T13:44:09.314Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2609 | 2024-10-30T13:44:09.781Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2610 | 2024-10-30T13:44:09.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2611 | 2024-10-30T13:44:09.860Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2612 | 2024-10-30T13:44:09.982Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2613 | 2024-10-30T13:44:10.455Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2614 | 2024-10-30T13:44:10.491Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2615 | 2024-10-30T13:44:10.524Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2616 | 2024-10-30T13:44:10.744Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2617 | 2024-10-30T13:44:11.743Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2618 | 2024-10-30T13:44:12.300Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2619 | 2024-10-30T13:44:12.826Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2620 | 2024-10-30T13:44:12.861Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2621 | 2024-10-30T13:44:14.217Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2622 | 2024-10-30T13:44:14.864Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2623 | 2024-10-30T13:44:15.833Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2624 | 2024-10-30T13:44:15.835Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2625 | 2024-10-30T13:44:16.866Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2626 | 2024-10-30T13:44:17.116Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2627 | 2024-10-30T13:44:17.274Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2628 | 2024-10-30T13:44:18.755Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2629 | 2024-10-30T13:44:20.550Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2630 | 2024-10-30T13:44:21.714Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2631 | 2024-10-30T13:44:22.037Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2632 | 2024-10-30T13:44:24.755Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2633 | 2024-10-30T13:44:25.665Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2634 | 2024-10-30T13:44:27.761Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2635 | 2024-10-30T13:44:28.296Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2636 | 2024-10-30T13:44:28.821Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2637 | 2024-10-30T13:44:29.940Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2638 | 2024-10-30T13:44:30.319Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2639 | 2024-10-30T13:44:33.623Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2640 | 2024-10-30T13:45:06.668Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2641 | 2024-10-30T13:45:08.913Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2642 | 2024-10-30T13:45:15.522Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2643 | 2024-10-30T13:45:23.773Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2644 | 2024-10-30T13:45:24.900Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2645 | 2024-10-30T13:45:29.962Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2646 | 2024-10-30T13:45:39.937Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2647 | 2024-10-30T13:45:42.110Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2648 | 2024-10-30T13:45:43.331Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2649 | 2024-10-30T13:45:43.414Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2650 | 2024-10-30T13:45:48.833Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2651 | 2024-10-30T13:46:00.070Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2652 | 2024-10-30T13:46:03.660Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2653 | 2024-10-30T13:46:26.725Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2654 | 2024-10-30T13:46:28.585Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2655 | 2024-10-30T13:46:31.982Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2656 | 2024-10-30T13:46:33.694Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2657 | 2024-10-30T13:46:35.145Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2658 | 2024-10-30T13:46:36.113Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2659 | 2024-10-30T13:46:54.933Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2660 | 2024-10-30T13:46:55.119Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2661 | 2024-10-30T13:46:58.388Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2662 | 2024-10-30T13:46:59.808Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2663 | 2024-10-30T13:47:00.757Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2664 | 2024-10-30T13:47:11.582Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2665 | 2024-10-30T13:47:14.268Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2666 | 2024-10-30T13:47:15.212Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2667 | 2024-10-30T13:47:15.305Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2668 | 2024-10-30T13:47:20.372Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2669 | 2024-10-30T13:47:21.259Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2670 | 2024-10-30T13:47:25.980Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2671 | 2024-10-30T13:47:30.317Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2672 | 2024-10-30T13:47:45.909Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2673 | 2024-10-30T13:47:50.467Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2674 | 2024-10-30T13:47:52.383Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2675 | 2024-10-30T13:47:56.534Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2676 | 2024-10-30T13:48:14.121Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2677 | 2024-10-30T13:48:14.246Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2678 | 2024-10-30T13:48:17.916Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2679 | 2024-10-30T13:48:18.845Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2680 | 2024-10-30T13:48:26.310Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2681 | 2024-10-30T13:48:28.429Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2682 | 2024-10-30T13:48:31.714Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2683 | 2024-10-30T13:48:34.341Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2684 | 2024-10-30T13:48:36.257Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2685 | 2024-10-30T13:48:38.524Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2686 | 2024-10-30T13:48:42.663Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2687 | 2024-10-30T13:48:46.865Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2688 | 2024-10-30T13:48:48.155Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2689 | 2024-10-30T13:48:53.104Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2690 | 2024-10-30T13:48:54.145Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2691 | 2024-10-30T13:48:56.819Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2692 | 2024-10-30T13:48:56.946Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2693 | 2024-10-30T13:49:01.185Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2694 | 2024-10-30T13:49:07.304Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2695 | 2024-10-30T13:49:07.920Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2696 | 2024-10-30T13:49:10.424Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2697 | 2024-10-30T13:49:11.897Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2698 | 2024-10-30T13:49:19.269Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2699 | 2024-10-30T13:49:20.696Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2024-10-30T13:49:23.325Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2701 | 2024-10-30T13:49:30.795Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2702 | 2024-10-30T13:49:32.931Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2703 | 2024-10-30T13:49:33.142Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2704 | 2024-10-30T13:49:39.121Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2705 | 2024-10-30T13:49:47.858Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2706 | 2024-10-30T13:49:48.324Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2707 | 2024-10-30T13:49:49.567Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2708 | 2024-10-30T13:49:50.977Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2709 | 2024-10-30T13:49:52.285Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2710 | 2024-10-30T13:49:58.209Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2711 | 2024-10-30T13:50:02.753Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2712 | 2024-10-30T13:50:04.587Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2713 | 2024-10-30T13:50:07.587Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2714 | 2024-10-30T13:50:07.984Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2715 | 2024-10-30T13:50:08.390Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2716 | 2024-10-30T13:50:13.637Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2717 | 2024-10-30T13:50:16.628Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2718 | 2024-10-30T13:50:19.430Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2719 | 2024-10-30T13:50:20.833Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2720 | 2024-10-30T13:50:21.151Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2721 | 2024-10-30T13:50:25.483Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2722 | 2024-10-30T13:50:29.442Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2723 | 2024-10-30T13:50:35.388Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2724 | 2024-10-30T13:50:37.038Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2725 | 2024-10-30T13:50:37.736Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2726 | 2024-10-30T13:50:38.336Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2727 | 2024-10-30T13:50:39.596Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2728 | 2024-10-30T13:50:42.588Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2729 | 2024-10-30T13:50:50.359Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2730 | 2024-10-30T13:50:50.546Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2731 | 2024-10-30T13:50:51.737Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2732 | 2024-10-30T13:50:55.083Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2733 | 2024-10-30T13:50:55.405Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2734 | 2024-10-30T13:50:55.516Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2735 | 2024-10-30T13:50:56.170Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2736 | 2024-10-30T13:50:56.563Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2737 | 2024-10-30T13:50:59.430Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2738 | 2024-10-30T13:51:00.947Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2739 | 2024-10-30T13:51:01.838Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2740 | 2024-10-30T13:51:02.144Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2741 | 2024-10-30T13:51:02.978Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2742 | 2024-10-30T13:51:04.881Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2743 | 2024-10-30T13:51:05.599Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2744 | 2024-10-30T13:51:07.005Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2745 | 2024-10-30T13:52:33.425Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2746 | 2024-10-30T13:53:08.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 34s |
2747 | 2024-10-30T13:53:08.699Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2748 | 2024-10-30T13:53:08.769Z | |
2749 | 2024-10-30T13:53:08.772Z | real 9:35.031171916 |
2750 | 2024-10-30T13:53:08.772Z | user 35:40.881091342 |
2751 | 2024-10-30T13:53:08.772Z | sys 28:40.406583136 |
2752 | 2024-10-30T13:53:08.772Z | trap 0.678242323 |
2753 | 2024-10-30T13:53:08.772Z | tflt 0.092777389 |
2754 | 2024-10-30T13:53:08.772Z | dflt 0.210381404 |
2755 | 2024-10-30T13:53:08.772Z | kflt 0.000032801 |
2756 | 2024-10-30T13:53:08.772Z | lock 1:29:02.969053493 |
2757 | 2024-10-30T13:53:08.772Z | slp 2:30:57.748917248 |
2758 | 2024-10-30T13:53:08.772Z | lat 1:12.491154946 |
2759 | 2024-10-30T13:53:08.772Z | stop 1:05.464933730 |
2760 | 2024-10-30T13:53:08.773Z | process exited: duration 1473065 ms, exit code 0 |
|
2761 | 2024-10-30T13:53:08.778Z | found 0 output files |