|
|
|
1 | 2024-10-04T20:40:44.048Z | job assigned to worker 01J9CM5AA8KJ95HAQGPH1VP1G2 (queued for 59 s) |
|
2 | 2024-10-04T20:40:51.407Z | starting task 0: "setup" |
3 | 2024-10-04T20:40:51.414Z | ++ uname -s |
4 | 2024-10-04T20:40:51.417Z | + kern=SunOS |
5 | 2024-10-04T20:40:51.417Z | + case "$kern" in |
6 | 2024-10-04T20:40:51.417Z | + groupadd -g 12345 build |
7 | 2024-10-04T20:40:51.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-04T20:40:53.429Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-04T20:40:53.645Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-04T20:40:53.648Z | + home_fs=zfs |
11 | 2024-10-04T20:40:53.648Z | + [[ zfs == autofs ]] |
12 | 2024-10-04T20:40:53.648Z | + mkdir -p /home/build |
13 | 2024-10-04T20:40:53.651Z | + chown build:build /home/build /work |
14 | 2024-10-04T20:40:55.652Z | + chmod 0700 /home/build /work |
15 | 2024-10-04T20:40:55.655Z | process exited: duration 4249 ms, exit code 0 |
|
16 | 2024-10-04T20:40:55.660Z | starting task 1: "rust-toolchain" |
17 | 2024-10-04T20:40:55.666Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-04T20:40:55.666Z | * toolchain channel = "1.80.1" |
19 | 2024-10-04T20:40:55.666Z | * toolchain profile = "default" |
20 | 2024-10-04T20:40:55.666Z | ' 1.80.1 |
21 | 2024-10-04T20:40:55.666Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-04T20:40:55.666Z | ' default |
23 | 2024-10-04T20:40:55.668Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-04T20:40:55.669Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-04T20:40:55.785Z | info: downloading installer |
26 | 2024-10-04T20:40:57.231Z | info: profile set to 'default' |
27 | 2024-10-04T20:40:57.231Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-04T20:40:57.233Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-04T20:40:57.376Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-04T20:40:57.376Z | info: downloading component 'cargo' |
31 | 2024-10-04T20:40:58.298Z | info: downloading component 'clippy' |
32 | 2024-10-04T20:40:58.622Z | info: downloading component 'rust-docs' |
33 | 2024-10-04T20:40:59.886Z | info: downloading component 'rust-std' |
34 | 2024-10-04T20:41:01.692Z | info: downloading component 'rustc' |
35 | 2024-10-04T20:41:06.607Z | info: downloading component 'rustfmt' |
36 | 2024-10-04T20:41:06.876Z | info: installing component 'cargo' |
37 | 2024-10-04T20:41:07.744Z | info: installing component 'clippy' |
38 | 2024-10-04T20:41:08.140Z | info: installing component 'rust-docs' |
39 | 2024-10-04T20:41:09.813Z | info: installing component 'rust-std' |
40 | 2024-10-04T20:41:11.480Z | info: installing component 'rustc' |
41 | 2024-10-04T20:41:15.807Z | info: installing component 'rustfmt' |
42 | 2024-10-04T20:41:16.151Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-04T20:41:16.151Z | |
44 | 2024-10-04T20:41:16.397Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-04T20:41:16.397Z | |
46 | 2024-10-04T20:41:16.400Z | |
47 | 2024-10-04T20:41:16.400Z | Rust is installed now. Great! |
48 | 2024-10-04T20:41:16.400Z | |
49 | 2024-10-04T20:41:16.400Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-04T20:41:16.400Z | environment variable. This has not been done automatically. |
51 | 2024-10-04T20:41:16.400Z | |
52 | 2024-10-04T20:41:16.400Z | To configure your current shell, you need to source |
53 | 2024-10-04T20:41:16.400Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-04T20:41:16.400Z | |
55 | 2024-10-04T20:41:16.400Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-04T20:41:16.400Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-04T20:41:16.400Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-04T20:41:16.452Z | + rustc --version |
59 | 2024-10-04T20:41:16.515Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-04T20:41:16.518Z | process exited: duration 20854 ms, exit code 0 |
|
61 | 2024-10-04T20:41:16.525Z | starting task 2: "authentication" |
62 | 2024-10-04T20:41:16.542Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-04T20:41:16.548Z | starting task 3: "clone repository" |
64 | 2024-10-04T20:41:16.552Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-04T20:41:16.555Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-04T20:41:16.835Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-04T20:41:24.545Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-04T20:41:24.545Z | + git fetch origin 5991ba5d508f84b0869715c8047c9b0d1186914b |
69 | 2024-10-04T20:41:24.993Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-04T20:41:24.993Z | * branch 5991ba5d508f84b0869715c8047c9b0d1186914b -> FETCH_HEAD |
71 | 2024-10-04T20:41:25.001Z | + [[ -n '' ]] |
72 | 2024-10-04T20:41:25.001Z | + git reset --hard 5991ba5d508f84b0869715c8047c9b0d1186914b |
73 | 2024-10-04T20:41:25.124Z | HEAD is now at 5991ba5d5 clean up |
74 | 2024-10-04T20:41:25.127Z | process exited: duration 8576 ms, exit code 0 |
|
75 | 2024-10-04T20:41:25.135Z | starting task 4: "build" |
76 | 2024-10-04T20:41:25.138Z | + cargo --version |
77 | 2024-10-04T20:41:25.192Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-10-04T20:41:25.194Z | + rustc --version |
79 | 2024-10-04T20:41:25.252Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-10-04T20:41:25.254Z | + WORK=/work |
81 | 2024-10-04T20:41:25.254Z | + pfexec mkdir -p /work |
82 | 2024-10-04T20:41:25.258Z | + pfexec chown build /work |
83 | 2024-10-04T20:41:25.261Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-10-04T20:41:45.557Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-10-04T20:41:48.482Z | Startup: Caching catalogs ... Done |
86 | 2024-10-04T20:41:52.781Z | Planning: Solver setup ... Done (3.674s) |
87 | 2024-10-04T20:41:52.842Z | Planning: Running solver ... Done (0.060s) |
88 | 2024-10-04T20:41:52.943Z | Planning: Finding local manifests ... Done (0.046s) |
89 | 2024-10-04T20:41:53.034Z | Planning: Fetching manifests: 0/5 0% complete |
90 | 2024-10-04T20:41:56.121Z | Planning: Fetching manifests: 5/5 100% complete |
91 | 2024-10-04T20:41:56.485Z | Planning: Package planning ... Done (0.364s) |
92 | 2024-10-04T20:41:56.541Z | Planning: Merging actions ... Done (0.056s) |
93 | 2024-10-04T20:41:57.141Z | Planning: Checking for conflicting actions ... Done (0.600s) |
94 | 2024-10-04T20:42:02.121Z | Planning: Consolidating action changes ... Done (4.978s) |
95 | 2024-10-04T20:42:02.521Z | Planning: Evaluating mediators ... Done (0.399s) |
96 | 2024-10-04T20:42:02.680Z | Planning: Planning completed in 14.12 seconds |
97 | 2024-10-04T20:42:02.695Z | Packages to install: 4 |
98 | 2024-10-04T20:42:02.695Z | Packages to update: 1 |
99 | 2024-10-04T20:42:02.698Z | Mediators to change: 2 |
100 | 2024-10-04T20:42:02.698Z | Services to change: 1 |
101 | 2024-10-04T20:42:02.698Z | Estimated space available: 155.71 GB |
102 | 2024-10-04T20:42:02.698Z | Estimated space to be consumed: 1.56 GB |
103 | 2024-10-04T20:42:02.698Z | Create boot environment: No |
104 | 2024-10-04T20:42:02.698Z | Create backup boot environment: Yes |
105 | 2024-10-04T20:42:02.698Z | Rebuild boot archive: No |
106 | 2024-10-04T20:42:02.698Z | |
107 | 2024-10-04T20:42:02.698Z | Changed mediators: |
108 | 2024-10-04T20:42:02.698Z | mediator clang: |
109 | 2024-10-04T20:42:02.698Z | version: None -> 15 (system default) |
110 | 2024-10-04T20:42:02.698Z | |
111 | 2024-10-04T20:42:02.698Z | mediator llvm: |
112 | 2024-10-04T20:42:02.698Z | version: 14 (system default) -> 15 (system default) |
113 | 2024-10-04T20:42:02.698Z | |
114 | 2024-10-04T20:42:02.698Z | Changed packages: |
115 | 2024-10-04T20:42:02.698Z | helios-dev |
116 | 2024-10-04T20:42:02.698Z | developer/build-essential |
117 | 2024-10-04T20:42:02.698Z | None -> 11-2.0 |
118 | 2024-10-04T20:42:02.698Z | library/libxmlsec1 |
119 | 2024-10-04T20:42:02.698Z | None -> 1.2.35-2.0 |
120 | 2024-10-04T20:42:02.698Z | ooce/developer/clang-15 |
121 | 2024-10-04T20:42:02.698Z | None -> 15.0.7-2.0 |
122 | 2024-10-04T20:42:02.698Z | ooce/developer/llvm-15 |
123 | 2024-10-04T20:42:02.698Z | None -> 15.0.7-2.0 |
124 | 2024-10-04T20:42:02.698Z | package/pkg |
125 | 2024-10-04T20:42:02.698Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
126 | 2024-10-04T20:42:02.698Z | |
127 | 2024-10-04T20:42:02.698Z | Services: |
128 | 2024-10-04T20:42:02.698Z | restart_fmri: |
129 | 2024-10-04T20:42:02.698Z | svc:/system/update-man-index:default |
130 | 2024-10-04T20:42:02.698Z | |
131 | 2024-10-04T20:42:02.698Z | Editable files to change: |
132 | 2024-10-04T20:42:02.699Z | Update: |
133 | 2024-10-04T20:42:02.699Z | usr/share/lib/pkg/web/config.shtml |
134 | 2024-10-04T20:42:02.998Z | |
135 | 2024-10-04T20:42:02.998Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
136 | 2024-10-04T20:42:12.094Z | Download: 1198/4281 items 83.3/220.6MB 37% complete (17.6M/s) |
137 | 2024-10-04T20:42:19.410Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (9.6M/s) |
138 | 2024-10-04T20:42:39.014Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
139 | 2024-10-04T20:42:44.049Z | Download: 3236/4281 items 198.3/220.6MB 89% complete (16.1M/s) |
140 | 2024-10-04T20:42:49.451Z | Download: 3318/4281 items 212.8/220.6MB 96% complete (9.4M/s) |
141 | 2024-10-04T20:42:53.288Z | Download: Completed 220.60 MB in 50.28 seconds (4.4M/s) |
142 | 2024-10-04T20:42:55.352Z | Actions: 1/5063 actions (Removing old actions) |
143 | 2024-10-04T20:42:55.373Z | Actions: 194/5063 actions (Installing new actions) |
144 | 2024-10-04T20:43:00.428Z | Actions: 4100/5063 actions (Installing new actions) |
145 | 2024-10-04T20:43:00.667Z | Actions: 4226/5063 actions (Updating modified actions) |
146 | 2024-10-04T20:43:01.022Z | Actions: Completed 5063 actions in 5.67 seconds. |
147 | 2024-10-04T20:43:01.352Z | Done (0.322s) |
148 | 2024-10-04T20:43:01.354Z | Done (0.000s) |
149 | 2024-10-04T20:43:01.805Z | Done (0.453s) |
150 | 2024-10-04T20:43:07.400Z | Done (5.404s) |
151 | 2024-10-04T20:43:07.663Z | Done (0.196s) |
152 | 2024-10-04T20:43:07.665Z | Done (0.000s) |
153 | 2024-10-04T20:43:07.840Z | Done (0.000s) |
154 | 2024-10-04T20:43:08.463Z | Planning: Evaluating mediator changes ... Done |
155 | 2024-10-04T20:43:08.621Z | Planning: Checking for conflicting actions ... Done |
156 | 2024-10-04T20:43:08.624Z | Planning: Consolidating action changes ... Done |
157 | 2024-10-04T20:43:08.886Z | Planning: Evaluating mediators ... Done |
158 | 2024-10-04T20:43:08.888Z | Planning: Planning completed in 0.42 seconds |
159 | 2024-10-04T20:43:08.925Z | Mediators to change: 2 |
160 | 2024-10-04T20:43:08.925Z | Create boot environment: No |
161 | 2024-10-04T20:43:08.927Z | Create backup boot environment: No |
162 | 2024-10-04T20:43:09.008Z | Done |
163 | 2024-10-04T20:43:09.010Z | Done |
164 | 2024-10-04T20:43:09.298Z | Done |
165 | 2024-10-04T20:43:12.813Z | Done |
166 | 2024-10-04T20:43:12.903Z | Done |
167 | 2024-10-04T20:43:12.905Z | Done |
168 | 2024-10-04T20:43:13.009Z | Done |
169 | 2024-10-04T20:43:13.611Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-10-04T20:43:13.614Z | Planning: Merging actions ... Done |
171 | 2024-10-04T20:43:13.801Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-10-04T20:43:13.804Z | Planning: Consolidating action changes ... Done |
173 | 2024-10-04T20:43:14.069Z | Planning: Evaluating mediators ... Done |
174 | 2024-10-04T20:43:14.123Z | Planning: Planning completed in 0.75 seconds |
175 | 2024-10-04T20:43:14.162Z | Packages to change: 1 |
176 | 2024-10-04T20:43:14.162Z | Mediators to change: 1 |
177 | 2024-10-04T20:43:14.165Z | Services to change: 1 |
178 | 2024-10-04T20:43:14.165Z | Create boot environment: No |
179 | 2024-10-04T20:43:14.165Z | Create backup boot environment: Yes |
180 | 2024-10-04T20:43:16.105Z | Actions: 1/6 actions (Updating modified actions) |
181 | 2024-10-04T20:43:16.152Z | Actions: Completed 6 actions in 0.05 seconds. |
182 | 2024-10-04T20:43:16.154Z | Done |
183 | 2024-10-04T20:43:16.154Z | Done |
184 | 2024-10-04T20:43:16.243Z | Done |
185 | 2024-10-04T20:43:19.756Z | Done |
186 | 2024-10-04T20:43:19.843Z | Done |
187 | 2024-10-04T20:43:19.846Z | Done |
188 | 2024-10-04T20:43:20.017Z | Done |
189 | 2024-10-04T20:43:20.446Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
190 | 2024-10-04T20:43:20.446Z | clang system 15 system |
191 | 2024-10-04T20:43:20.446Z | csh system system illumos |
192 | 2024-10-04T20:43:20.446Z | ctags system system illumos |
193 | 2024-10-04T20:43:20.446Z | gcc vendor 12 vendor |
194 | 2024-10-04T20:43:20.446Z | gcc system 10 system |
195 | 2024-10-04T20:43:20.446Z | gcc system 7 system |
196 | 2024-10-04T20:43:20.446Z | go system 1.20 system |
197 | 2024-10-04T20:43:20.446Z | go system 1.19 system |
198 | 2024-10-04T20:43:20.446Z | llvm system 15 system |
199 | 2024-10-04T20:43:20.446Z | llvm system 14 system |
200 | 2024-10-04T20:43:20.446Z | mariadb system 10.6 system |
201 | 2024-10-04T20:43:20.446Z | mta vendor vendor dma |
202 | 2024-10-04T20:43:20.446Z | openjdk system 17 system |
203 | 2024-10-04T20:43:20.446Z | openjdk system 11 system |
204 | 2024-10-04T20:43:20.446Z | openjdk system 1.8 system |
205 | 2024-10-04T20:43:20.446Z | openssl vendor 3 vendor |
206 | 2024-10-04T20:43:20.446Z | perl system 5.36 system |
207 | 2024-10-04T20:43:20.446Z | postgresql system 15 system |
208 | 2024-10-04T20:43:20.446Z | postgresql system 13 system |
209 | 2024-10-04T20:43:20.446Z | python vendor 3 vendor |
210 | 2024-10-04T20:43:20.446Z | python system 2 system |
211 | 2024-10-04T20:43:20.446Z | python3 system 3.11 system |
212 | 2024-10-04T20:43:20.446Z | ruby system 3.0 system |
213 | 2024-10-04T20:43:20.446Z | words vendor vendor american-english |
214 | 2024-10-04T20:43:20.446Z | words system system australian-english |
215 | 2024-10-04T20:43:20.446Z | words system system british-english |
216 | 2024-10-04T20:43:20.446Z | words system system canadian-english |
217 | 2024-10-04T20:43:20.446Z | words system system french |
218 | 2024-10-04T20:43:20.446Z | words system system italian |
219 | 2024-10-04T20:43:20.446Z | words system system ngerman |
220 | 2024-10-04T20:43:20.446Z | words system system ogerman |
221 | 2024-10-04T20:43:20.446Z | words system system spanish |
222 | 2024-10-04T20:43:20.772Z | PUBLISHER TYPE STATUS P LOCATION |
223 | 2024-10-04T20:43:20.772Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
224 | 2024-10-04T20:43:22.825Z | FMRI IFO |
225 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
230 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
232 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
233 | 2024-10-04T20:43:22.825Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
234 | 2024-10-04T20:43:22.826Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-10-04T20:43:22.826Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
236 | 2024-10-04T20:43:22.826Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
237 | 2024-10-04T20:43:22.826Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
238 | 2024-10-04T20:43:23.476Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
239 | 2024-10-04T20:43:23.747Z | Updating crates.io index |
240 | 2024-10-04T20:43:23.820Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
241 | 2024-10-04T20:43:24.626Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
242 | 2024-10-04T20:43:24.903Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
243 | 2024-10-04T20:43:25.172Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
244 | 2024-10-04T20:43:25.449Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
245 | 2024-10-04T20:43:26.164Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
246 | 2024-10-04T20:43:28.332Z | Updating git repository `https://github.com/oxidecomputer/opte` |
247 | 2024-10-04T20:43:29.309Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
248 | 2024-10-04T20:43:30.044Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
249 | 2024-10-04T20:43:30.298Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
250 | 2024-10-04T20:43:30.588Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
251 | 2024-10-04T20:43:31.190Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
252 | 2024-10-04T20:43:31.555Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
253 | 2024-10-04T20:43:31.823Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
254 | 2024-10-04T20:43:32.134Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
255 | 2024-10-04T20:43:32.499Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
256 | 2024-10-04T20:43:32.803Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
257 | 2024-10-04T20:43:33.086Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
258 | 2024-10-04T20:43:33.368Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
259 | 2024-10-04T20:43:33.654Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
260 | 2024-10-04T20:43:33.975Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
261 | 2024-10-04T20:43:34.309Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
262 | 2024-10-04T20:43:34.658Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
263 | 2024-10-04T20:43:35.019Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
264 | 2024-10-04T20:43:35.417Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
265 | 2024-10-04T20:43:35.734Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
266 | 2024-10-04T20:43:36.121Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
267 | 2024-10-04T20:43:36.565Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
268 | 2024-10-04T20:43:36.819Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
269 | 2024-10-04T20:43:37.102Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
270 | 2024-10-04T20:43:38.321Z | Downloading crates ... |
271 | 2024-10-04T20:43:38.388Z | Downloaded byteorder v1.5.0 |
272 | 2024-10-04T20:43:38.393Z | Downloaded block-buffer v0.10.4 |
273 | 2024-10-04T20:43:38.395Z | Downloaded autocfg v1.3.0 |
274 | 2024-10-04T20:43:38.398Z | Downloaded cargo_metadata v0.18.1 |
275 | 2024-10-04T20:43:38.400Z | Downloaded camino-tempfile v1.1.1 |
276 | 2024-10-04T20:43:38.404Z | Downloaded swrite v0.1.0 |
277 | 2024-10-04T20:43:38.418Z | Downloaded pest_generator v2.7.10 |
278 | 2024-10-04T20:43:38.420Z | Downloaded equivalent v1.0.1 |
279 | 2024-10-04T20:43:38.427Z | Downloaded tabled_derive v0.7.0 |
280 | 2024-10-04T20:43:38.429Z | Downloaded fastrand v2.1.0 |
281 | 2024-10-04T20:43:38.431Z | Downloaded heck v0.4.1 |
282 | 2024-10-04T20:43:38.434Z | Downloaded memmap v0.7.0 |
283 | 2024-10-04T20:43:38.437Z | Downloaded fs-err v2.11.0 |
284 | 2024-10-04T20:43:38.440Z | Downloaded serde_spanned v0.6.7 |
285 | 2024-10-04T20:43:38.443Z | Downloaded strsim v0.11.1 |
286 | 2024-10-04T20:43:38.445Z | Downloaded plain v0.2.3 |
287 | 2024-10-04T20:43:38.448Z | Downloaded usdt v0.5.0 |
288 | 2024-10-04T20:43:38.448Z | Downloaded terminal_size v0.3.0 |
289 | 2024-10-04T20:43:38.448Z | Downloaded usdt-impl v0.5.0 |
290 | 2024-10-04T20:43:38.450Z | Downloaded scroll v0.12.0 |
291 | 2024-10-04T20:43:38.452Z | Downloaded colorchoice v1.0.1 |
292 | 2024-10-04T20:43:38.452Z | Downloaded anstyle v1.0.8 |
293 | 2024-10-04T20:43:38.454Z | Downloaded semver v1.0.23 |
294 | 2024-10-04T20:43:38.456Z | Downloaded clap_derive v4.5.18 |
295 | 2024-10-04T20:43:38.459Z | Downloaded thiserror-impl v1.0.64 |
296 | 2024-10-04T20:43:38.459Z | Downloaded unicode-linebreak v0.1.5 |
297 | 2024-10-04T20:43:38.461Z | Downloaded sha2 v0.10.8 |
298 | 2024-10-04T20:43:38.464Z | Downloaded proc-macro-error v1.0.4 |
299 | 2024-10-04T20:43:38.466Z | Downloaded dof v0.3.0 |
300 | 2024-10-04T20:43:38.468Z | Downloaded anstyle-query v1.0.3 |
301 | 2024-10-04T20:43:38.468Z | Downloaded macaddr v1.0.1 |
302 | 2024-10-04T20:43:38.471Z | Downloaded itoa v1.0.11 |
303 | 2024-10-04T20:43:38.471Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-10-04T20:43:38.473Z | Downloaded anstream v0.6.14 |
305 | 2024-10-04T20:43:38.476Z | Downloaded errno v0.3.9 |
306 | 2024-10-04T20:43:38.479Z | Downloaded dtrace-parser v0.2.0 |
307 | 2024-10-04T20:43:38.484Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-10-04T20:43:38.487Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-10-04T20:43:38.489Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-10-04T20:43:38.492Z | Downloaded utf8parse v0.2.1 |
311 | 2024-10-04T20:43:38.494Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-10-04T20:43:38.495Z | Downloaded cargo-platform v0.1.8 |
313 | 2024-10-04T20:43:38.500Z | Downloaded serde_derive v1.0.210 |
314 | 2024-10-04T20:43:38.504Z | Downloaded proc-macro2 v1.0.86 |
315 | 2024-10-04T20:43:38.506Z | Downloaded textwrap v0.16.1 |
316 | 2024-10-04T20:43:38.509Z | Downloaded cargo_toml v0.20.5 |
317 | 2024-10-04T20:43:38.511Z | Downloaded toml v0.8.19 |
318 | 2024-10-04T20:43:38.514Z | Downloaded is_terminal_polyfill v1.70.0 |
319 | 2024-10-04T20:43:38.516Z | Downloaded generic-array v0.14.7 |
320 | 2024-10-04T20:43:38.516Z | Downloaded digest v0.10.7 |
321 | 2024-10-04T20:43:38.518Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-10-04T20:43:38.521Z | Downloaded version_check v0.9.5 |
323 | 2024-10-04T20:43:38.521Z | Downloaded smawk v0.3.2 |
324 | 2024-10-04T20:43:38.523Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-10-04T20:43:38.523Z | Downloaded heck v0.5.0 |
326 | 2024-10-04T20:43:38.526Z | Downloaded cfg-if v1.0.0 |
327 | 2024-10-04T20:43:38.526Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-10-04T20:43:38.526Z | Downloaded indexmap v2.5.0 |
329 | 2024-10-04T20:43:38.530Z | Downloaded thiserror v1.0.64 |
330 | 2024-10-04T20:43:38.534Z | Downloaded zerocopy-derive v0.7.34 |
331 | 2024-10-04T20:43:38.538Z | Downloaded thread-id v4.2.1 |
332 | 2024-10-04T20:43:38.540Z | Downloaded ucd-trie v0.1.6 |
333 | 2024-10-04T20:43:38.543Z | Downloaded clap_lex v0.7.0 |
334 | 2024-10-04T20:43:38.543Z | Downloaded bitflags v2.6.0 |
335 | 2024-10-04T20:43:38.546Z | Downloaded papergrid v0.11.0 |
336 | 2024-10-04T20:43:38.551Z | Downloaded quote v1.0.37 |
337 | 2024-10-04T20:43:38.553Z | Downloaded serde_tokenstream v0.2.2 |
338 | 2024-10-04T20:43:38.556Z | Downloaded once_cell v1.19.0 |
339 | 2024-10-04T20:43:38.558Z | Downloaded camino v1.1.9 |
340 | 2024-10-04T20:43:38.561Z | Downloaded anyhow v1.0.89 |
341 | 2024-10-04T20:43:38.563Z | Downloaded pest_derive v2.7.10 |
342 | 2024-10-04T20:43:38.566Z | Downloaded tempfile v3.10.1 |
343 | 2024-10-04T20:43:38.570Z | Downloaded fnv v1.0.7 |
344 | 2024-10-04T20:43:38.570Z | Downloaded bytecount v0.6.8 |
345 | 2024-10-04T20:43:38.572Z | Downloaded ryu v1.0.18 |
346 | 2024-10-04T20:43:38.572Z | Downloaded log v0.4.22 |
347 | 2024-10-04T20:43:38.575Z | Downloaded crypto-common v0.1.6 |
348 | 2024-10-04T20:43:38.577Z | Downloaded pest_meta v2.7.10 |
349 | 2024-10-04T20:43:38.580Z | Downloaded unicode-ident v1.0.13 |
350 | 2024-10-04T20:43:38.582Z | Downloaded typenum v1.17.0 |
351 | 2024-10-04T20:43:38.599Z | Downloaded toml_edit v0.22.22 |
352 | 2024-10-04T20:43:38.620Z | Downloaded serde v1.0.210 |
353 | 2024-10-04T20:43:38.623Z | Downloaded clap v4.5.18 |
354 | 2024-10-04T20:43:38.637Z | Downloaded memchr v2.7.2 |
355 | 2024-10-04T20:43:38.653Z | Downloaded pest v2.7.10 |
356 | 2024-10-04T20:43:38.662Z | Downloaded hashbrown v0.14.5 |
357 | 2024-10-04T20:43:38.679Z | Downloaded zerocopy v0.7.34 |
358 | 2024-10-04T20:43:38.693Z | Downloaded serde_json v1.0.128 |
359 | 2024-10-04T20:43:38.700Z | Downloaded clap_builder v4.5.18 |
360 | 2024-10-04T20:43:38.707Z | Downloaded tabled v0.15.0 |
361 | 2024-10-04T20:43:38.722Z | Downloaded winnow v0.6.18 |
362 | 2024-10-04T20:43:38.731Z | Downloaded syn v2.0.79 |
363 | 2024-10-04T20:43:38.741Z | Downloaded syn v1.0.109 |
364 | 2024-10-04T20:43:38.751Z | Downloaded rustix v0.38.34 |
365 | 2024-10-04T20:43:38.772Z | Downloaded unicode-width v0.1.13 |
366 | 2024-10-04T20:43:38.779Z | Downloaded goblin v0.8.2 |
367 | 2024-10-04T20:43:38.784Z | Downloaded libc v0.2.159 |
368 | 2024-10-04T20:43:39.085Z | Compiling proc-macro2 v1.0.86 |
369 | 2024-10-04T20:43:39.087Z | Compiling unicode-ident v1.0.13 |
370 | 2024-10-04T20:43:39.087Z | Compiling serde v1.0.210 |
371 | 2024-10-04T20:43:39.087Z | Compiling version_check v0.9.5 |
372 | 2024-10-04T20:43:39.087Z | Compiling thiserror v1.0.64 |
373 | 2024-10-04T20:43:39.087Z | Compiling memchr v2.7.2 |
374 | 2024-10-04T20:43:39.087Z | Compiling libc v0.2.159 |
375 | 2024-10-04T20:43:39.119Z | Compiling ucd-trie v0.1.6 |
376 | 2024-10-04T20:43:39.329Z | Compiling ryu v1.0.18 |
377 | 2024-10-04T20:43:39.660Z | Compiling itoa v1.0.11 |
378 | 2024-10-04T20:43:39.792Z | Compiling once_cell v1.19.0 |
379 | 2024-10-04T20:43:39.950Z | Compiling byteorder v1.5.0 |
380 | 2024-10-04T20:43:40.148Z | Compiling serde_json v1.0.128 |
381 | 2024-10-04T20:43:40.424Z | Compiling rustix v0.38.34 |
382 | 2024-10-04T20:43:40.588Z | Compiling bitflags v2.6.0 |
383 | 2024-10-04T20:43:40.630Z | Compiling usdt-impl v0.5.0 |
384 | 2024-10-04T20:43:40.662Z | Compiling proc-macro-error-attr v1.0.4 |
385 | 2024-10-04T20:43:40.887Z | Compiling syn v1.0.109 |
386 | 2024-10-04T20:43:41.010Z | Compiling proc-macro-error v1.0.4 |
387 | 2024-10-04T20:43:41.033Z | Compiling camino v1.1.9 |
388 | 2024-10-04T20:43:41.125Z | Compiling plain v0.2.3 |
389 | 2024-10-04T20:43:41.290Z | Compiling hashbrown v0.14.5 |
390 | 2024-10-04T20:43:41.312Z | Compiling utf8parse v0.2.1 |
391 | 2024-10-04T20:43:41.361Z | Compiling quote v1.0.37 |
392 | 2024-10-04T20:43:41.469Z | Compiling equivalent v1.0.1 |
393 | 2024-10-04T20:43:41.597Z | Compiling log v0.4.22 |
394 | 2024-10-04T20:43:41.599Z | Compiling anstyle-parse v0.2.4 |
395 | 2024-10-04T20:43:41.682Z | Compiling errno v0.3.9 |
396 | 2024-10-04T20:43:41.919Z | Compiling syn v2.0.79 |
397 | 2024-10-04T20:43:42.024Z | Compiling thread-id v4.2.1 |
398 | 2024-10-04T20:43:42.162Z | Compiling anstyle-query v1.0.3 |
399 | 2024-10-04T20:43:42.232Z | Compiling semver v1.0.23 |
400 | 2024-10-04T20:43:42.304Z | Compiling is_terminal_polyfill v1.70.0 |
401 | 2024-10-04T20:43:42.437Z | Compiling winnow v0.6.18 |
402 | 2024-10-04T20:43:42.482Z | Compiling indexmap v2.5.0 |
403 | 2024-10-04T20:43:42.583Z | Compiling autocfg v1.3.0 |
404 | 2024-10-04T20:43:42.759Z | Compiling unicode-width v0.1.13 |
405 | 2024-10-04T20:43:43.006Z | Compiling anstyle v1.0.8 |
406 | 2024-10-04T20:43:43.381Z | Compiling colorchoice v1.0.1 |
407 | 2024-10-04T20:43:43.503Z | Compiling pretty-hex v0.4.1 |
408 | 2024-10-04T20:43:43.552Z | Compiling fs-err v2.11.0 |
409 | 2024-10-04T20:43:43.555Z | Compiling anstream v0.6.14 |
410 | 2024-10-04T20:43:43.861Z | Compiling clap_lex v0.7.0 |
411 | 2024-10-04T20:43:43.943Z | Compiling strsim v0.11.1 |
412 | 2024-10-04T20:43:43.962Z | Compiling terminal_size v0.3.0 |
413 | 2024-10-04T20:43:44.167Z | Compiling fastrand v2.1.0 |
414 | 2024-10-04T20:43:44.325Z | Compiling bytecount v0.6.8 |
415 | 2024-10-04T20:43:44.386Z | Compiling cfg-if v1.0.0 |
416 | 2024-10-04T20:43:44.492Z | Compiling heck v0.4.1 |
417 | 2024-10-04T20:43:44.536Z | Compiling heck v0.5.0 |
418 | 2024-10-04T20:43:44.759Z | Compiling anyhow v1.0.89 |
419 | 2024-10-04T20:43:44.895Z | Compiling fnv v1.0.7 |
420 | 2024-10-04T20:43:45.028Z | Compiling tempfile v3.10.1 |
421 | 2024-10-04T20:43:45.087Z | Compiling papergrid v0.11.0 |
422 | 2024-10-04T20:43:45.089Z | Compiling clap_builder v4.5.18 |
423 | 2024-10-04T20:43:45.631Z | Compiling memmap v0.7.0 |
424 | 2024-10-04T20:43:45.656Z | Compiling unicode-linebreak v0.1.5 |
425 | 2024-10-04T20:43:45.859Z | Compiling smawk v0.3.2 |
426 | 2024-10-04T20:43:46.082Z | Compiling textwrap v0.16.1 |
427 | 2024-10-04T20:43:46.235Z | Compiling swrite v0.1.0 |
428 | 2024-10-04T20:43:47.586Z | Compiling tabled_derive v0.7.0 |
429 | 2024-10-04T20:43:49.081Z | Compiling tabled v0.15.0 |
430 | 2024-10-04T20:43:50.729Z | Compiling serde_derive v1.0.210 |
431 | 2024-10-04T20:43:50.731Z | Compiling thiserror-impl v1.0.64 |
432 | 2024-10-04T20:43:50.731Z | Compiling zerocopy-derive v0.7.34 |
433 | 2024-10-04T20:43:50.731Z | Compiling scroll_derive v0.12.0 |
434 | 2024-10-04T20:43:50.731Z | Compiling clap_derive v4.5.18 |
435 | 2024-10-04T20:43:52.066Z | Compiling scroll v0.12.0 |
436 | 2024-10-04T20:43:52.504Z | Compiling zerocopy v0.7.34 |
437 | 2024-10-04T20:43:52.537Z | Compiling goblin v0.8.2 |
438 | 2024-10-04T20:43:53.430Z | Compiling pest v2.7.10 |
439 | 2024-10-04T20:43:54.188Z | Compiling clap v4.5.18 |
440 | 2024-10-04T20:43:55.507Z | Compiling pest_meta v2.7.10 |
441 | 2024-10-04T20:43:56.321Z | Compiling pest_generator v2.7.10 |
442 | 2024-10-04T20:43:58.138Z | Compiling pest_derive v2.7.10 |
443 | 2024-10-04T20:43:58.900Z | Compiling dtrace-parser v0.2.0 |
444 | 2024-10-04T20:44:00.762Z | Compiling serde_tokenstream v0.2.2 |
445 | 2024-10-04T20:44:00.825Z | Compiling toml_datetime v0.6.8 |
446 | 2024-10-04T20:44:00.825Z | Compiling serde_spanned v0.6.7 |
447 | 2024-10-04T20:44:01.108Z | Compiling toml_edit v0.22.22 |
448 | 2024-10-04T20:44:01.228Z | Compiling cargo-platform v0.1.8 |
449 | 2024-10-04T20:44:01.339Z | Compiling macaddr v1.0.1 |
450 | 2024-10-04T20:44:01.492Z | Compiling camino-tempfile v1.1.1 |
451 | 2024-10-04T20:44:02.192Z | Compiling dof v0.3.0 |
452 | 2024-10-04T20:44:02.269Z | Compiling cargo_metadata v0.18.1 |
453 | 2024-10-04T20:44:04.041Z | Compiling usdt-attr-macro v0.5.0 |
454 | 2024-10-04T20:44:04.043Z | Compiling usdt-macro v0.5.0 |
455 | 2024-10-04T20:44:04.061Z | Compiling toml v0.8.19 |
456 | 2024-10-04T20:44:04.980Z | Compiling cargo_toml v0.20.5 |
457 | 2024-10-04T20:44:05.496Z | Compiling usdt v0.5.0 |
458 | 2024-10-04T20:44:08.760Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
459 | 2024-10-04T20:44:12.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.74s |
460 | 2024-10-04T20:44:13.254Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
461 | 2024-10-04T20:44:13.817Z | Downloading crates ... |
462 | 2024-10-04T20:44:13.947Z | Downloaded addr2line v0.21.0 |
463 | 2024-10-04T20:44:13.953Z | Downloaded cfg_aliases v0.1.1 |
464 | 2024-10-04T20:44:13.955Z | Downloaded hubpack_derive v0.1.1 |
465 | 2024-10-04T20:44:13.958Z | Downloaded http-body v1.0.0 |
466 | 2024-10-04T20:44:13.965Z | Downloaded hickory-server v0.24.1 |
467 | 2024-10-04T20:44:13.973Z | Downloaded crucible-workspace-hack v0.1.0 |
468 | 2024-10-04T20:44:13.975Z | Downloaded match_cfg v0.1.0 |
469 | 2024-10-04T20:44:13.975Z | Downloaded http-range v0.1.5 |
470 | 2024-10-04T20:44:13.975Z | Downloaded atomicwrites v0.4.4 |
471 | 2024-10-04T20:44:13.978Z | Downloaded is_ci v1.2.0 |
472 | 2024-10-04T20:44:13.980Z | Downloaded md5 v0.7.0 |
473 | 2024-10-04T20:44:13.983Z | Downloaded nodrop v0.1.14 |
474 | 2024-10-04T20:44:13.983Z | Downloaded hostname v0.4.0 |
475 | 2024-10-04T20:44:13.985Z | Downloaded home v0.5.9 |
476 | 2024-10-04T20:44:13.987Z | Downloaded instant v0.1.12 |
477 | 2024-10-04T20:44:13.989Z | Downloaded ascii-canvas v3.0.0 |
478 | 2024-10-04T20:44:13.989Z | Downloaded httpdate v1.0.3 |
479 | 2024-10-04T20:44:13.992Z | Downloaded colored v2.1.0 |
480 | 2024-10-04T20:44:13.994Z | Downloaded castaway v0.2.3 |
481 | 2024-10-04T20:44:13.997Z | Downloaded kstat-rs v0.2.4 |
482 | 2024-10-04T20:44:13.997Z | Downloaded multimap v0.10.0 |
483 | 2024-10-04T20:44:13.999Z | Downloaded maybe-uninit v2.0.0 |
484 | 2024-10-04T20:44:13.999Z | Downloaded lazycell v1.3.0 |
485 | 2024-10-04T20:44:14.002Z | Downloaded mime v0.3.17 |
486 | 2024-10-04T20:44:14.002Z | Downloaded base16ct v0.2.0 |
487 | 2024-10-04T20:44:14.004Z | Downloaded linked-hash-map v0.5.6 |
488 | 2024-10-04T20:44:14.006Z | Downloaded curve25519-dalek-derive v0.1.1 |
489 | 2024-10-04T20:44:14.009Z | Downloaded newtype-uuid v1.1.0 |
490 | 2024-10-04T20:44:14.009Z | Downloaded chacha20 v0.9.1 |
491 | 2024-10-04T20:44:14.011Z | Downloaded nibble_vec v0.1.0 |
492 | 2024-10-04T20:44:14.014Z | Downloaded bcrypt-pbkdf v0.10.0 |
493 | 2024-10-04T20:44:14.014Z | Downloaded ipnetwork v0.20.0 |
494 | 2024-10-04T20:44:14.016Z | Downloaded memmap2 v0.9.4 |
495 | 2024-10-04T20:44:14.020Z | Downloaded jobserver v0.1.32 |
496 | 2024-10-04T20:44:14.023Z | Downloaded data-encoding v2.6.0 |
497 | 2024-10-04T20:44:14.025Z | Downloaded cancel-safe-futures v0.1.5 |
498 | 2024-10-04T20:44:14.027Z | Downloaded lru v0.12.3 |
499 | 2024-10-04T20:44:14.030Z | Downloaded argon2 v0.5.3 |
500 | 2024-10-04T20:44:14.032Z | Downloaded buf-list v1.0.3 |
501 | 2024-10-04T20:44:14.039Z | Downloaded debug-ignore v1.0.5 |
502 | 2024-10-04T20:44:14.042Z | Downloaded highway v1.2.0 |
503 | 2024-10-04T20:44:14.042Z | Downloaded hubpack v0.1.2 |
504 | 2024-10-04T20:44:14.042Z | Downloaded ident_case v1.0.1 |
505 | 2024-10-04T20:44:14.042Z | Downloaded atty v0.2.14 |
506 | 2024-10-04T20:44:14.044Z | Downloaded matches v0.1.10 |
507 | 2024-10-04T20:44:14.044Z | Downloaded native-tls v0.2.11 |
508 | 2024-10-04T20:44:14.047Z | Downloaded humantime v2.1.0 |
509 | 2024-10-04T20:44:14.049Z | Downloaded const_format_proc_macros v0.2.33 |
510 | 2024-10-04T20:44:14.051Z | Downloaded mockall_derive v0.13.0 |
511 | 2024-10-04T20:44:14.055Z | Downloaded indexmap v1.9.3 |
512 | 2024-10-04T20:44:14.058Z | Downloaded cookie_store v0.21.0 |
513 | 2024-10-04T20:44:14.060Z | Downloaded newtype_derive v0.1.6 |
514 | 2024-10-04T20:44:14.063Z | Downloaded cfg_aliases v0.2.1 |
515 | 2024-10-04T20:44:14.063Z | Downloaded newline-converter v0.3.0 |
516 | 2024-10-04T20:44:14.065Z | Downloaded new_debug_unreachable v1.0.6 |
517 | 2024-10-04T20:44:14.067Z | Downloaded iana-time-zone v0.1.60 |
518 | 2024-10-04T20:44:14.070Z | Downloaded cstr-argument v0.1.2 |
519 | 2024-10-04T20:44:14.070Z | Downloaded http-body-util v0.1.2 |
520 | 2024-10-04T20:44:14.072Z | Downloaded is-terminal v0.4.12 |
521 | 2024-10-04T20:44:14.074Z | Downloaded rustfmt-wrapper v0.2.1 |
522 | 2024-10-04T20:44:14.077Z | Downloaded sqlparser_derive v0.2.2 |
523 | 2024-10-04T20:44:14.077Z | Downloaded ctr v0.9.2 |
524 | 2024-10-04T20:44:14.079Z | Downloaded take_mut v0.2.2 |
525 | 2024-10-04T20:44:14.079Z | Downloaded arrayvec v0.7.4 |
526 | 2024-10-04T20:44:14.081Z | Downloaded const-oid v0.9.6 |
527 | 2024-10-04T20:44:14.084Z | Downloaded clang-sys v1.7.0 |
528 | 2024-10-04T20:44:14.087Z | Downloaded serde_plain v1.0.2 |
529 | 2024-10-04T20:44:14.090Z | Downloaded allocator-api2 v0.2.18 |
530 | 2024-10-04T20:44:14.093Z | Downloaded miniz_oxide v0.8.0 |
531 | 2024-10-04T20:44:14.096Z | Downloaded tower-service v0.3.2 |
532 | 2024-10-04T20:44:14.098Z | Downloaded sync_wrapper v1.0.1 |
533 | 2024-10-04T20:44:14.100Z | Downloaded linear-map v1.2.0 |
534 | 2024-10-04T20:44:14.100Z | Downloaded vte_generate_state_changes v0.1.1 |
535 | 2024-10-04T20:44:14.103Z | Downloaded internet-checksum v0.2.1 |
536 | 2024-10-04T20:44:14.103Z | Downloaded libefi-sys v0.1.0 |
537 | 2024-10-04T20:44:14.105Z | Downloaded shlex v1.3.0 |
538 | 2024-10-04T20:44:14.108Z | Downloaded memoffset v0.9.1 |
539 | 2024-10-04T20:44:14.108Z | Downloaded crc-catalog v2.4.0 |
540 | 2024-10-04T20:44:14.110Z | Downloaded cobs v0.2.3 |
541 | 2024-10-04T20:44:14.112Z | Downloaded cexpr v0.6.0 |
542 | 2024-10-04T20:44:14.115Z | Downloaded scopeguard v1.2.0 |
543 | 2024-10-04T20:44:14.115Z | Downloaded constant_time_eq v0.3.0 |
544 | 2024-10-04T20:44:14.118Z | Downloaded hyper-staticfile v0.10.1 |
545 | 2024-10-04T20:44:14.120Z | Downloaded defmt-parser v0.3.4 |
546 | 2024-10-04T20:44:14.122Z | Downloaded md-5 v0.10.6 |
547 | 2024-10-04T20:44:14.122Z | Downloaded structmeta v0.2.0 |
548 | 2024-10-04T20:44:14.125Z | Downloaded resolv-conf v0.7.0 |
549 | 2024-10-04T20:44:14.127Z | Downloaded tap v1.0.1 |
550 | 2024-10-04T20:44:14.127Z | Downloaded libloading v0.8.3 |
551 | 2024-10-04T20:44:14.130Z | Downloaded crossbeam-deque v0.8.5 |
552 | 2024-10-04T20:44:14.132Z | Downloaded bitfield v0.14.0 |
553 | 2024-10-04T20:44:14.134Z | Downloaded slog-stdlog v4.1.1 |
554 | 2024-10-04T20:44:14.138Z | Downloaded slog-json v2.6.1 |
555 | 2024-10-04T20:44:14.141Z | Downloaded tabwriter v1.4.0 |
556 | 2024-10-04T20:44:14.141Z | Downloaded oso-derive v0.27.3 |
557 | 2024-10-04T20:44:14.144Z | Downloaded mime_guess v2.0.4 |
558 | 2024-10-04T20:44:14.144Z | Downloaded ref-cast v1.0.23 |
559 | 2024-10-04T20:44:14.146Z | Downloaded normalize-line-endings v0.3.0 |
560 | 2024-10-04T20:44:14.148Z | Downloaded wyz v0.5.1 |
561 | 2024-10-04T20:44:14.148Z | Downloaded utf-8 v0.7.6 |
562 | 2024-10-04T20:44:14.151Z | Downloaded siphasher v0.3.11 |
563 | 2024-10-04T20:44:14.153Z | Downloaded mockall v0.13.0 |
564 | 2024-10-04T20:44:14.155Z | Downloaded multer v3.1.0 |
565 | 2024-10-04T20:44:14.157Z | Downloaded lru-cache v0.1.2 |
566 | 2024-10-04T20:44:14.157Z | Downloaded zeroize v1.8.1 |
567 | 2024-10-04T20:44:14.160Z | Downloaded defmt-macros v0.3.9 |
568 | 2024-10-04T20:44:14.163Z | Downloaded peg-runtime v0.8.3 |
569 | 2024-10-04T20:44:14.165Z | Downloaded wait-timeout v0.2.0 |
570 | 2024-10-04T20:44:14.167Z | Downloaded http v1.1.0 |
571 | 2024-10-04T20:44:14.171Z | Downloaded embedded-io v0.4.0 |
572 | 2024-10-04T20:44:14.173Z | Downloaded mio v1.0.2 |
573 | 2024-10-04T20:44:14.180Z | Downloaded russh-cryptovec v0.7.2 |
574 | 2024-10-04T20:44:14.183Z | Downloaded ghash v0.5.1 |
575 | 2024-10-04T20:44:14.183Z | Downloaded foreign-types-macros v0.2.3 |
576 | 2024-10-04T20:44:14.185Z | Downloaded darling v0.20.9 |
577 | 2024-10-04T20:44:14.189Z | Downloaded ff v0.13.0 |
578 | 2024-10-04T20:44:14.191Z | Downloaded hex v0.4.3 |
579 | 2024-10-04T20:44:14.193Z | Downloaded tracing-attributes v0.1.27 |
580 | 2024-10-04T20:44:14.196Z | Downloaded miniz_oxide v0.7.2 |
581 | 2024-10-04T20:44:14.199Z | Downloaded env_logger v0.11.5 |
582 | 2024-10-04T20:44:14.202Z | Downloaded termtree v0.4.1 |
583 | 2024-10-04T20:44:14.204Z | Downloaded aes v0.8.4 |
584 | 2024-10-04T20:44:14.207Z | Downloaded funty v2.0.0 |
585 | 2024-10-04T20:44:14.210Z | Downloaded sync_wrapper v0.1.2 |
586 | 2024-10-04T20:44:14.210Z | Downloaded pem v3.0.4 |
587 | 2024-10-04T20:44:14.212Z | Downloaded crypto-bigint v0.5.5 |
588 | 2024-10-04T20:44:14.219Z | Downloaded foreign-types-shared v0.1.1 |
589 | 2024-10-04T20:44:14.222Z | Downloaded endian-type v0.1.2 |
590 | 2024-10-04T20:44:14.222Z | Downloaded dsl_auto_type v0.1.2 |
591 | 2024-10-04T20:44:14.224Z | Downloaded schemars v0.8.21 |
592 | 2024-10-04T20:44:14.236Z | Downloaded num_enum_derive v0.5.11 |
593 | 2024-10-04T20:44:14.239Z | Downloaded phf_shared v0.10.0 |
594 | 2024-10-04T20:44:14.239Z | Downloaded fxhash v0.2.1 |
595 | 2024-10-04T20:44:14.241Z | Downloaded serde_urlencoded v0.7.1 |
596 | 2024-10-04T20:44:14.243Z | Downloaded powerfmt v0.2.0 |
597 | 2024-10-04T20:44:14.243Z | Downloaded serde_repr v0.1.19 |
598 | 2024-10-04T20:44:14.245Z | Downloaded serde_path_to_error v0.1.16 |
599 | 2024-10-04T20:44:14.247Z | Downloaded rusty-fork v0.3.0 |
600 | 2024-10-04T20:44:14.250Z | Downloaded rustversion v1.0.17 |
601 | 2024-10-04T20:44:14.253Z | Downloaded owo-colors v4.1.0 |
602 | 2024-10-04T20:44:14.255Z | Downloaded termios v0.3.3 |
603 | 2024-10-04T20:44:14.258Z | Downloaded similar v2.6.0 |
604 | 2024-10-04T20:44:14.263Z | Downloaded which v4.4.2 |
605 | 2024-10-04T20:44:14.265Z | Downloaded sqlformat v0.2.6 |
606 | 2024-10-04T20:44:14.267Z | Downloaded serde-big-array v0.5.1 |
607 | 2024-10-04T20:44:14.269Z | Downloaded fixedbitset v0.4.2 |
608 | 2024-10-04T20:44:14.272Z | Downloaded spki v0.7.3 |
609 | 2024-10-04T20:44:14.274Z | Downloaded spin v0.5.2 |
610 | 2024-10-04T20:44:14.276Z | Downloaded sigpipe v0.1.3 |
611 | 2024-10-04T20:44:14.276Z | Downloaded termcolor v1.4.1 |
612 | 2024-10-04T20:44:14.279Z | Downloaded supports-color v3.0.1 |
613 | 2024-10-04T20:44:14.281Z | Downloaded universal-hash v0.5.1 |
614 | 2024-10-04T20:44:14.281Z | Downloaded futures-sink v0.3.30 |
615 | 2024-10-04T20:44:14.283Z | Downloaded futures-macro v0.3.30 |
616 | 2024-10-04T20:44:14.283Z | Downloaded der_derive v0.7.2 |
617 | 2024-10-04T20:44:14.286Z | Downloaded futures-task v0.3.30 |
618 | 2024-10-04T20:44:14.288Z | Downloaded phf v0.11.2 |
619 | 2024-10-04T20:44:14.288Z | Downloaded parse-display-derive v0.10.0 |
620 | 2024-10-04T20:44:14.290Z | Downloaded deranged v0.3.11 |
621 | 2024-10-04T20:44:14.292Z | Downloaded num-rational v0.4.2 |
622 | 2024-10-04T20:44:14.294Z | Downloaded hex-literal v0.4.1 |
623 | 2024-10-04T20:44:14.297Z | Downloaded serde_derive_internals v0.29.1 |
624 | 2024-10-04T20:44:14.297Z | Downloaded postgres-types v0.2.8 |
625 | 2024-10-04T20:44:14.299Z | Downloaded cookie v0.18.1 |
626 | 2024-10-04T20:44:14.302Z | Downloaded waitgroup v0.1.2 |
627 | 2024-10-04T20:44:14.305Z | Downloaded rsa v0.9.6 |
628 | 2024-10-04T20:44:14.309Z | Downloaded zone_cfg_derive v0.3.0 |
629 | 2024-10-04T20:44:14.313Z | Downloaded num-derive v0.4.2 |
630 | 2024-10-04T20:44:14.324Z | Downloaded darling_core v0.20.9 |
631 | 2024-10-04T20:44:14.330Z | Downloaded rustls-pemfile v1.0.4 |
632 | 2024-10-04T20:44:14.332Z | Downloaded pbkdf2 v0.11.0 |
633 | 2024-10-04T20:44:14.334Z | Downloaded num_threads v0.1.7 |
634 | 2024-10-04T20:44:14.337Z | Downloaded num-iter v0.1.45 |
635 | 2024-10-04T20:44:14.339Z | Downloaded progenitor v0.8.0 |
636 | 2024-10-04T20:44:14.339Z | Downloaded path-slash v0.1.5 |
637 | 2024-10-04T20:44:14.341Z | Downloaded phf_shared v0.11.2 |
638 | 2024-10-04T20:44:14.341Z | Downloaded ref-cast-impl v1.0.23 |
639 | 2024-10-04T20:44:14.344Z | Downloaded parse-size v1.0.0 |
640 | 2024-10-04T20:44:14.346Z | Downloaded walkdir v2.5.0 |
641 | 2024-10-04T20:44:14.349Z | Downloaded tls_codec_derive v0.4.1 |
642 | 2024-10-04T20:44:14.349Z | Downloaded pin-project-internal v1.1.5 |
643 | 2024-10-04T20:44:14.351Z | Downloaded signal-hook-mio v0.2.4 |
644 | 2024-10-04T20:44:14.354Z | Downloaded psl-types v2.0.11 |
645 | 2024-10-04T20:44:14.356Z | Downloaded http v0.2.12 |
646 | 2024-10-04T20:44:14.358Z | Downloaded term v0.7.0 |
647 | 2024-10-04T20:44:14.362Z | Downloaded derive_builder v0.20.0 |
648 | 2024-10-04T20:44:14.367Z | Downloaded compact_str v0.8.0 |
649 | 2024-10-04T20:44:14.371Z | Downloaded backtrace v0.3.71 |
650 | 2024-10-04T20:44:14.378Z | Downloaded float-ord v0.3.2 |
651 | 2024-10-04T20:44:14.380Z | Downloaded float-cmp v0.9.0 |
652 | 2024-10-04T20:44:14.382Z | Downloaded either v1.13.0 |
653 | 2024-10-04T20:44:14.382Z | Downloaded rcgen v0.12.1 |
654 | 2024-10-04T20:44:14.385Z | Downloaded difflib v0.4.0 |
655 | 2024-10-04T20:44:14.388Z | Downloaded zone_cfg_derive v0.1.2 |
656 | 2024-10-04T20:44:14.388Z | Downloaded string_cache v0.8.7 |
657 | 2024-10-04T20:44:14.390Z | Downloaded elliptic-curve v0.13.8 |
658 | 2024-10-04T20:44:14.394Z | Downloaded const_format v0.2.33 |
659 | 2024-10-04T20:44:14.399Z | Downloaded pbkdf2 v0.12.2 |
660 | 2024-10-04T20:44:14.402Z | Downloaded paste v1.0.15 |
661 | 2024-10-04T20:44:14.405Z | Downloaded number_prefix v0.4.0 |
662 | 2024-10-04T20:44:14.408Z | Downloaded quinn-udp v0.5.5 |
663 | 2024-10-04T20:44:14.410Z | Downloaded whoami v1.5.2 |
664 | 2024-10-04T20:44:14.413Z | Downloaded toml v0.7.8 |
665 | 2024-10-04T20:44:14.415Z | Downloaded num-integer v0.1.46 |
666 | 2024-10-04T20:44:14.418Z | Downloaded scheduled-thread-pool v0.2.7 |
667 | 2024-10-04T20:44:14.420Z | Downloaded same-file v1.0.6 |
668 | 2024-10-04T20:44:14.420Z | Downloaded rand_chacha v0.3.1 |
669 | 2024-10-04T20:44:14.422Z | Downloaded scrypt v0.11.0 |
670 | 2024-10-04T20:44:14.425Z | Downloaded predicates-tree v1.0.9 |
671 | 2024-10-04T20:44:14.425Z | Downloaded packed_struct_codegen v0.10.1 |
672 | 2024-10-04T20:44:14.427Z | Downloaded subtle v2.5.0 |
673 | 2024-10-04T20:44:14.429Z | Downloaded derive-where v1.2.7 |
674 | 2024-10-04T20:44:14.432Z | Downloaded dropshot_endpoint v0.12.0 |
675 | 2024-10-04T20:44:14.435Z | Downloaded globset v0.4.14 |
676 | 2024-10-04T20:44:14.437Z | Downloaded ena v0.14.3 |
677 | 2024-10-04T20:44:14.440Z | Downloaded defmt v0.3.8 |
678 | 2024-10-04T20:44:14.443Z | Downloaded foreign-types v0.3.2 |
679 | 2024-10-04T20:44:14.445Z | Downloaded flagset v0.4.5 |
680 | 2024-10-04T20:44:14.448Z | Downloaded filetime v0.2.25 |
681 | 2024-10-04T20:44:14.450Z | Downloaded password-hash v0.4.2 |
682 | 2024-10-04T20:44:14.452Z | Downloaded test-strategy v0.3.1 |
683 | 2024-10-04T20:44:14.455Z | Downloaded twox-hash v1.6.3 |
684 | 2024-10-04T20:44:14.458Z | Downloaded ppv-lite86 v0.2.17 |
685 | 2024-10-04T20:44:14.461Z | Downloaded rustc-demangle v0.1.24 |
686 | 2024-10-04T20:44:14.463Z | Downloaded sct v0.7.1 |
687 | 2024-10-04T20:44:14.465Z | Downloaded r2d2 v0.8.10 |
688 | 2024-10-04T20:44:14.468Z | Downloaded rfc6979 v0.4.0 |
689 | 2024-10-04T20:44:14.470Z | Downloaded openssl-macros v0.1.1 |
690 | 2024-10-04T20:44:14.470Z | Downloaded zone v0.1.8 |
691 | 2024-10-04T20:44:14.473Z | Downloaded snafu-derive v0.8.2 |
692 | 2024-10-04T20:44:14.475Z | Downloaded glob v0.3.1 |
693 | 2024-10-04T20:44:14.475Z | Downloaded rayon-core v1.12.1 |
694 | 2024-10-04T20:44:14.479Z | Downloaded nom v7.1.3 |
695 | 2024-10-04T20:44:14.485Z | Downloaded num-traits v0.2.19 |
696 | 2024-10-04T20:44:14.488Z | Downloaded ssh-encoding v0.2.0 |
697 | 2024-10-04T20:44:14.490Z | Downloaded tokio-macros v2.4.0 |
698 | 2024-10-04T20:44:14.493Z | Downloaded tokio-stream v0.1.16 |
699 | 2024-10-04T20:44:14.497Z | Downloaded tokio-rustls v0.26.0 |
700 | 2024-10-04T20:44:14.499Z | Downloaded dyn-clone v1.0.17 |
701 | 2024-10-04T20:44:14.502Z | Downloaded olpc-cjson v0.1.3 |
702 | 2024-10-04T20:44:14.504Z | Downloaded unicode-segmentation v1.11.0 |
703 | 2024-10-04T20:44:14.507Z | Downloaded derive_builder_core v0.20.0 |
704 | 2024-10-04T20:44:14.510Z | Downloaded peg v0.8.4 |
705 | 2024-10-04T20:44:14.514Z | Downloaded postgres-protocol v0.6.7 |
706 | 2024-10-04T20:44:14.517Z | Downloaded socket2 v0.4.10 |
707 | 2024-10-04T20:44:14.519Z | Downloaded diff v0.1.13 |
708 | 2024-10-04T20:44:14.522Z | Downloaded xz2 v0.1.7 |
709 | 2024-10-04T20:44:14.525Z | Downloaded rand v0.8.5 |
710 | 2024-10-04T20:44:14.529Z | Downloaded smf v0.2.3 |
711 | 2024-10-04T20:44:14.531Z | Downloaded strum v0.26.3 |
712 | 2024-10-04T20:44:14.533Z | Downloaded secrecy v0.8.0 |
713 | 2024-10-04T20:44:14.536Z | Downloaded opaque-debug v0.3.1 |
714 | 2024-10-04T20:44:14.536Z | Downloaded structmeta-derive v0.3.0 |
715 | 2024-10-04T20:44:14.538Z | Downloaded vsss-rs v3.3.4 |
716 | 2024-10-04T20:44:14.541Z | Downloaded structmeta-derive v0.2.0 |
717 | 2024-10-04T20:44:14.541Z | Downloaded ecdsa v0.16.9 |
718 | 2024-10-04T20:44:14.543Z | Downloaded openssl-probe v0.1.5 |
719 | 2024-10-04T20:44:14.547Z | Downloaded predicates-core v1.0.6 |
720 | 2024-10-04T20:44:14.549Z | Downloaded packed_struct v0.10.1 |
721 | 2024-10-04T20:44:14.549Z | Downloaded futures-core v0.3.30 |
722 | 2024-10-04T20:44:14.551Z | Downloaded num v0.4.3 |
723 | 2024-10-04T20:44:14.551Z | Downloaded hashlink v0.9.1 |
724 | 2024-10-04T20:44:14.554Z | Downloaded stable_deref_trait v1.2.0 |
725 | 2024-10-04T20:44:14.557Z | Downloaded toml_edit v0.19.15 |
726 | 2024-10-04T20:44:14.573Z | Downloaded hyper v1.4.1 |
727 | 2024-10-04T20:44:14.580Z | Downloaded tinyvec_macros v0.1.1 |
728 | 2024-10-04T20:44:14.582Z | Downloaded rtoolbox v0.0.2 |
729 | 2024-10-04T20:44:14.584Z | Downloaded radium v0.7.0 |
730 | 2024-10-04T20:44:14.584Z | Downloaded polyval v0.6.2 |
731 | 2024-10-04T20:44:14.587Z | Downloaded stringprep v0.1.4 |
732 | 2024-10-04T20:44:14.589Z | Downloaded static_assertions v1.1.0 |
733 | 2024-10-04T20:44:14.589Z | Downloaded try-lock v0.2.5 |
734 | 2024-10-04T20:44:14.591Z | Downloaded dirs-next v2.0.0 |
735 | 2024-10-04T20:44:14.594Z | Downloaded fragile v2.0.0 |
736 | 2024-10-04T20:44:14.594Z | Downloaded form_urlencoded v1.2.1 |
737 | 2024-10-04T20:44:14.596Z | Downloaded untrusted v0.9.0 |
738 | 2024-10-04T20:44:14.596Z | Downloaded slab v0.4.9 |
739 | 2024-10-04T20:44:14.598Z | Downloaded sha1 v0.10.6 |
740 | 2024-10-04T20:44:14.601Z | Downloaded futures-executor v0.3.30 |
741 | 2024-10-04T20:44:14.603Z | Downloaded smallvec v1.13.2 |
742 | 2024-10-04T20:44:14.605Z | Downloaded headers-core v0.3.0 |
743 | 2024-10-04T20:44:14.605Z | Downloaded xattr v1.3.1 |
744 | 2024-10-04T20:44:14.608Z | Downloaded tinyvec v1.6.0 |
745 | 2024-10-04T20:44:14.610Z | Downloaded foreign-types v0.5.0 |
746 | 2024-10-04T20:44:14.613Z | Downloaded uzers v0.11.3 |
747 | 2024-10-04T20:44:14.616Z | Downloaded untrusted v0.7.1 |
748 | 2024-10-04T20:44:14.616Z | Downloaded toolchain_find v0.4.0 |
749 | 2024-10-04T20:44:14.616Z | Downloaded slog-envlogger v2.2.0 |
750 | 2024-10-04T20:44:14.618Z | Downloaded pkg-config v0.3.30 |
751 | 2024-10-04T20:44:14.621Z | Downloaded hashbrown v0.12.3 |
752 | 2024-10-04T20:44:14.624Z | Downloaded sec1 v0.7.3 |
753 | 2024-10-04T20:44:14.626Z | Downloaded slog-dtrace v0.3.0 |
754 | 2024-10-04T20:44:14.628Z | Downloaded rand_core v0.6.4 |
755 | 2024-10-04T20:44:14.631Z | Downloaded ron v0.7.1 |
756 | 2024-10-04T20:44:14.635Z | Downloaded pin-project-lite v0.2.14 |
757 | 2024-10-04T20:44:14.640Z | Downloaded foreign-types-shared v0.3.1 |
758 | 2024-10-04T20:44:14.643Z | Downloaded display-error-chain v0.2.1 |
759 | 2024-10-04T20:44:14.643Z | Downloaded pretty-hex v0.2.1 |
760 | 2024-10-04T20:44:14.645Z | Downloaded ed25519 v2.2.3 |
761 | 2024-10-04T20:44:14.645Z | Downloaded topological-sort v0.2.2 |
762 | 2024-10-04T20:44:14.649Z | Downloaded unicode-xid v0.2.4 |
763 | 2024-10-04T20:44:14.649Z | Downloaded ed25519-dalek v2.1.1 |
764 | 2024-10-04T20:44:14.651Z | Downloaded omicron-zone-package v0.11.1 |
765 | 2024-10-04T20:44:14.655Z | Downloaded unicode-normalization v0.1.23 |
766 | 2024-10-04T20:44:14.659Z | Downloaded time-core v0.1.2 |
767 | 2024-10-04T20:44:14.661Z | Downloaded zeroize_derive v1.4.2 |
768 | 2024-10-04T20:44:14.663Z | Downloaded rustc_version v0.1.7 |
769 | 2024-10-04T20:44:14.663Z | Downloaded pkcs1 v0.7.5 |
770 | 2024-10-04T20:44:14.666Z | Downloaded pin-utils v0.1.0 |
771 | 2024-10-04T20:44:14.669Z | Downloaded slog v2.7.0 |
772 | 2024-10-04T20:44:14.671Z | Downloaded tungstenite v0.23.0 |
773 | 2024-10-04T20:44:14.674Z | Downloaded des v0.8.1 |
774 | 2024-10-04T20:44:14.676Z | Downloaded progenitor-client v0.8.0 |
775 | 2024-10-04T20:44:14.678Z | Downloaded thiserror-impl-no-std v2.0.2 |
776 | 2024-10-04T20:44:14.678Z | Downloaded semver v0.1.20 |
777 | 2024-10-04T20:44:14.681Z | Downloaded poly1305 v0.8.0 |
778 | 2024-10-04T20:44:14.683Z | Downloaded pem-rfc7468 v0.7.0 |
779 | 2024-10-04T20:44:14.685Z | Downloaded rustc-hash v2.0.0 |
780 | 2024-10-04T20:44:14.687Z | Downloaded oso v0.27.3 |
781 | 2024-10-04T20:44:14.690Z | Downloaded half v2.4.1 |
782 | 2024-10-04T20:44:14.692Z | Downloaded gethostname v0.5.0 |
783 | 2024-10-04T20:44:14.695Z | Downloaded futures-io v0.3.30 |
784 | 2024-10-04T20:44:14.695Z | Downloaded strum_macros v0.24.3 |
785 | 2024-10-04T20:44:14.697Z | Downloaded parking_lot v0.11.2 |
786 | 2024-10-04T20:44:14.700Z | Downloaded hash32 v0.2.1 |
787 | 2024-10-04T20:44:14.702Z | Downloaded strum_macros v0.25.3 |
788 | 2024-10-04T20:44:14.704Z | Downloaded zip v0.6.6 |
789 | 2024-10-04T20:44:14.708Z | Downloaded serde_with v3.9.0 |
790 | 2024-10-04T20:44:14.717Z | Downloaded slog-bunyan v2.5.0 |
791 | 2024-10-04T20:44:14.720Z | Downloaded slog-async v2.8.0 |
792 | 2024-10-04T20:44:14.723Z | Downloaded thiserror-no-std v2.0.2 |
793 | 2024-10-04T20:44:14.725Z | Downloaded strum_macros v0.26.4 |
794 | 2024-10-04T20:44:14.727Z | Downloaded tui-tree-widget v0.22.0 |
795 | 2024-10-04T20:44:14.730Z | Downloaded russh v0.45.0 |
796 | 2024-10-04T20:44:14.735Z | Downloaded tiny-keccak v2.0.2 |
797 | 2024-10-04T20:44:14.737Z | Downloaded rustls-pki-types v1.7.0 |
798 | 2024-10-04T20:44:14.740Z | Downloaded unicode-truncate v1.0.0 |
799 | 2024-10-04T20:44:14.742Z | Downloaded steno v0.4.1 |
800 | 2024-10-04T20:44:14.746Z | Downloaded parse-display v0.10.0 |
801 | 2024-10-04T20:44:14.748Z | Downloaded rustls-pemfile v2.1.3 |
802 | 2024-10-04T20:44:14.751Z | Downloaded percent-encoding v2.3.1 |
803 | 2024-10-04T20:44:14.753Z | Downloaded heapless v0.8.0 |
804 | 2024-10-04T20:44:14.756Z | Downloaded blake3 v1.5.1 |
805 | 2024-10-04T20:44:14.764Z | Downloaded derive_more v0.99.18 |
806 | 2024-10-04T20:44:14.768Z | Downloaded time-macros v0.2.18 |
807 | 2024-10-04T20:44:14.771Z | Downloaded zerocopy v0.6.6 |
808 | 2024-10-04T20:44:14.774Z | Downloaded openssl-sys v0.9.103 |
809 | 2024-10-04T20:44:14.779Z | Downloaded serde-hex v0.1.0 |
810 | 2024-10-04T20:44:14.781Z | Downloaded futures-util v0.3.30 |
811 | 2024-10-04T20:44:14.794Z | Downloaded lalrpop v0.19.12 |
812 | 2024-10-04T20:44:14.807Z | Downloaded parking_lot_core v0.8.6 |
813 | 2024-10-04T20:44:14.809Z | Downloaded parking_lot v0.12.2 |
814 | 2024-10-04T20:44:14.812Z | Downloaded progenitor-impl v0.8.0 |
815 | 2024-10-04T20:44:14.814Z | Downloaded x509-cert v0.2.5 |
816 | 2024-10-04T20:44:14.821Z | Downloaded tough v0.17.1 |
817 | 2024-10-04T20:44:14.830Z | Downloaded hickory-resolver v0.24.1 |
818 | 2024-10-04T20:44:14.835Z | Downloaded tungstenite v0.21.0 |
819 | 2024-10-04T20:44:14.838Z | Downloaded heapless v0.7.17 |
820 | 2024-10-04T20:44:14.843Z | Downloaded flate2 v1.0.34 |
821 | 2024-10-04T20:44:14.848Z | Downloaded serde_yaml v0.9.34+deprecated |
822 | 2024-10-04T20:44:14.852Z | Downloaded idna v0.2.3 |
823 | 2024-10-04T20:44:14.859Z | Downloaded num-bigint-dig v0.8.4 |
824 | 2024-10-04T20:44:14.865Z | Downloaded hashbrown v0.13.2 |
825 | 2024-10-04T20:44:14.869Z | Downloaded dhcproto v0.12.0 |
826 | 2024-10-04T20:44:14.872Z | Downloaded rayon v1.10.0 |
827 | 2024-10-04T20:44:14.882Z | Downloaded idna v0.5.0 |
828 | 2024-10-04T20:44:14.905Z | Downloaded h2 v0.3.26 |
829 | 2024-10-04T20:44:14.914Z | Downloaded salty v0.3.0 |
830 | 2024-10-04T20:44:14.923Z | Downloaded ssh-key v0.6.6 |
831 | 2024-10-04T20:44:14.932Z | Downloaded h2 v0.4.6 |
832 | 2024-10-04T20:44:14.939Z | Downloaded p521 v0.13.3 |
833 | 2024-10-04T20:44:14.943Z | Downloaded reqwest v0.12.7 |
834 | 2024-10-04T20:44:14.952Z | Downloaded nix v0.27.1 |
835 | 2024-10-04T20:44:14.963Z | Downloaded p384 v0.13.0 |
836 | 2024-10-04T20:44:14.969Z | Downloaded reqwest v0.11.27 |
837 | 2024-10-04T20:44:14.978Z | Downloaded vcpkg v0.2.15 |
838 | 2024-10-04T20:44:15.019Z | Downloaded time v0.3.36 |
839 | 2024-10-04T20:44:15.027Z | Downloaded rusqlite v0.32.1 |
840 | 2024-10-04T20:44:15.035Z | Downloaded proptest v1.5.0 |
841 | 2024-10-04T20:44:15.046Z | Downloaded portable-atomic v1.6.0 |
842 | 2024-10-04T20:44:15.052Z | Downloaded webpki-roots v0.26.3 |
843 | 2024-10-04T20:44:15.056Z | Downloaded object v0.30.4 |
844 | 2024-10-04T20:44:15.066Z | Downloaded git2 v0.19.0 |
845 | 2024-10-04T20:44:15.075Z | Downloaded regex v1.10.6 |
846 | 2024-10-04T20:44:15.089Z | Downloaded curve25519-dalek v4.1.3 |
847 | 2024-10-04T20:44:15.099Z | Downloaded radix_trie v0.2.1 |
848 | 2024-10-04T20:44:15.104Z | Downloaded object v0.32.2 |
849 | 2024-10-04T20:44:15.114Z | Downloaded sqlparser v0.45.0 |
850 | 2024-10-04T20:44:15.120Z | Downloaded smoltcp v0.9.1 |
851 | 2024-10-04T20:44:15.131Z | Downloaded dropshot v0.12.0 |
852 | 2024-10-04T20:44:15.152Z | Downloaded openssl v0.10.66 |
853 | 2024-10-04T20:44:15.162Z | Downloaded dropshot v0.10.1 |
854 | 2024-10-04T20:44:15.174Z | Downloaded polar-core v0.27.3 |
855 | 2024-10-04T20:44:15.182Z | Downloaded regress v0.9.1 |
856 | 2024-10-04T20:44:15.192Z | Downloaded gimli v0.28.1 |
857 | 2024-10-04T20:44:15.201Z | Downloaded rustls v0.23.10 |
858 | 2024-10-04T20:44:15.218Z | Downloaded regress v0.10.1 |
859 | 2024-10-04T20:44:15.228Z | Downloaded rustls v0.22.4 |
860 | 2024-10-04T20:44:15.241Z | Downloaded hickory-proto v0.24.1 |
861 | 2024-10-04T20:44:15.257Z | Downloaded openapiv3 v2.0.0 |
862 | 2024-10-04T20:44:15.269Z | Downloaded zerocopy-derive v0.6.6 |
863 | 2024-10-04T20:44:15.279Z | Downloaded ratatui v0.28.0 |
864 | 2024-10-04T20:44:15.301Z | Downloaded typify-impl v0.2.0 |
865 | 2024-10-04T20:44:15.317Z | Downloaded regex-automata v0.4.6 |
866 | 2024-10-04T20:44:15.336Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
867 | 2024-10-04T20:44:15.348Z | Downloaded sled v0.34.7 |
868 | 2024-10-04T20:44:15.360Z | Downloaded petgraph v0.6.5 |
869 | 2024-10-04T20:44:15.382Z | Downloaded finl_unicode v1.2.0 |
870 | 2024-10-04T20:44:15.397Z | Downloaded lzma-sys v0.1.20 |
871 | 2024-10-04T20:44:15.431Z | Downloaded csv v1.3.0 |
872 | 2024-10-04T20:44:15.453Z | Downloaded bstr v1.9.1 |
873 | 2024-10-04T20:44:15.465Z | Downloaded tokio v1.39.3 |
874 | 2024-10-04T20:44:15.506Z | Downloaded diesel v2.2.4 |
875 | 2024-10-04T20:44:15.525Z | Downloaded smoltcp v0.11.0 |
876 | 2024-10-04T20:44:15.538Z | Downloaded trust-dns-proto v0.22.0 |
877 | 2024-10-04T20:44:15.551Z | Downloaded regex-syntax v0.8.4 |
878 | 2024-10-04T20:44:15.559Z | Downloaded sha3 v0.10.8 |
879 | 2024-10-04T20:44:15.564Z | Downloaded rustls-webpki v0.102.4 |
880 | 2024-10-04T20:44:15.581Z | Downloaded quinn-proto v0.11.8 |
881 | 2024-10-04T20:44:15.587Z | Downloaded nix v0.29.0 |
882 | 2024-10-04T20:44:15.599Z | Downloaded rustls-webpki v0.101.7 |
883 | 2024-10-04T20:44:15.612Z | Downloaded regex-syntax v0.6.29 |
884 | 2024-10-04T20:44:15.620Z | Downloaded rustls v0.21.12 |
885 | 2024-10-04T20:44:15.630Z | Downloaded idna v0.3.0 |
886 | 2024-10-04T20:44:15.637Z | Downloaded nix v0.28.0 |
887 | 2024-10-04T20:44:15.649Z | Downloaded winnow v0.5.40 |
888 | 2024-10-04T20:44:15.660Z | Downloaded reedline v0.33.0 |
889 | 2024-10-04T20:44:15.668Z | Downloaded tokio-util v0.7.12 |
890 | 2024-10-04T20:44:15.674Z | Downloaded bindgen v0.69.4 |
891 | 2024-10-04T20:44:15.681Z | Downloaded prettyplease v0.2.22 |
892 | 2024-10-04T20:44:15.684Z | Downloaded flume v0.11.0 |
893 | 2024-10-04T20:44:15.687Z | Downloaded unicode-bidi v0.3.15 |
894 | 2024-10-04T20:44:15.690Z | Downloaded rustyline v14.0.0 |
895 | 2024-10-04T20:44:15.695Z | Downloaded chrono v0.4.38 |
896 | 2024-10-04T20:44:15.702Z | Downloaded bitvec v1.0.1 |
897 | 2024-10-04T20:44:15.717Z | Downloaded headers v0.4.0 |
898 | 2024-10-04T20:44:15.722Z | Downloaded encoding_rs v0.8.34 |
899 | 2024-10-04T20:44:15.743Z | Downloaded ring v0.16.20 |
900 | 2024-10-04T20:44:15.825Z | Downloaded num-bigint v0.4.5 |
901 | 2024-10-04T20:44:15.830Z | Downloaded idna v0.4.0 |
902 | 2024-10-04T20:44:15.837Z | Downloaded typed-path v0.7.1 |
903 | 2024-10-04T20:44:15.842Z | Downloaded vergen v8.3.2 |
904 | 2024-10-04T20:44:15.845Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
905 | 2024-10-04T20:44:15.902Z | Downloaded quick-xml v0.33.0 |
906 | 2024-10-04T20:44:15.908Z | Downloaded getrandom v0.2.14 |
907 | 2024-10-04T20:44:15.911Z | Downloaded uuid v1.10.0 |
908 | 2024-10-04T20:44:15.914Z | Downloaded env_logger v0.10.2 |
909 | 2024-10-04T20:44:15.917Z | Downloaded enum-as-inner v0.6.0 |
910 | 2024-10-04T20:44:15.919Z | Downloaded rustc-hash v1.1.0 |
911 | 2024-10-04T20:44:15.919Z | Downloaded progenitor-macro v0.8.0 |
912 | 2024-10-04T20:44:15.921Z | Downloaded dirs-sys-next v0.1.2 |
913 | 2024-10-04T20:44:15.921Z | Downloaded crossterm v0.28.1 |
914 | 2024-10-04T20:44:15.927Z | Downloaded aho-corasick v1.1.3 |
915 | 2024-10-04T20:44:15.932Z | Downloaded value-bag v1.9.0 |
916 | 2024-10-04T20:44:15.935Z | Downloaded downcast v0.11.0 |
917 | 2024-10-04T20:44:15.938Z | Downloaded rustc_version v0.4.0 |
918 | 2024-10-04T20:44:15.938Z | Downloaded postcard v1.0.8 |
919 | 2024-10-04T20:44:15.940Z | Downloaded dhcproto-macros v0.1.0 |
920 | 2024-10-04T20:44:15.940Z | Downloaded precomputed-hash v0.1.1 |
921 | 2024-10-04T20:44:15.943Z | Downloaded fallible-iterator v0.2.0 |
922 | 2024-10-04T20:44:15.943Z | Downloaded env_filter v0.1.2 |
923 | 2024-10-04T20:44:15.946Z | Downloaded predicates v3.1.2 |
924 | 2024-10-04T20:44:15.946Z | Downloaded russh-keys v0.45.0 |
925 | 2024-10-04T20:44:15.948Z | Downloaded num-complex v0.4.6 |
926 | 2024-10-04T20:44:15.951Z | Downloaded snafu v0.8.2 |
927 | 2024-10-04T20:44:15.955Z | Downloaded unicode_categories v0.1.1 |
928 | 2024-10-04T20:44:15.957Z | Downloaded samael v0.0.17 |
929 | 2024-10-04T20:44:15.962Z | Downloaded derive_builder_macro v0.20.0 |
930 | 2024-10-04T20:44:15.965Z | Downloaded unicase v2.7.0 |
931 | 2024-10-04T20:44:15.965Z | Downloaded typify-macro v0.2.0 |
932 | 2024-10-04T20:44:15.967Z | Downloaded hickory-client v0.24.1 |
933 | 2024-10-04T20:44:15.970Z | Downloaded libxml v0.3.3 |
934 | 2024-10-04T20:44:15.973Z | Downloaded diesel_table_macro_syntax v0.2.0 |
935 | 2024-10-04T20:44:15.976Z | Downloaded yasna v0.5.2 |
936 | 2024-10-04T20:44:15.976Z | Downloaded tokio-tungstenite v0.23.1 |
937 | 2024-10-04T20:44:15.980Z | Downloaded tls_codec v0.4.1 |
938 | 2024-10-04T20:44:15.983Z | Downloaded tokio-tungstenite v0.21.0 |
939 | 2024-10-04T20:44:15.983Z | Downloaded tokio-rustls v0.25.0 |
940 | 2024-10-04T20:44:15.986Z | Downloaded aes-gcm v0.10.3 |
941 | 2024-10-04T20:44:15.988Z | Downloaded rand_xorshift v0.3.0 |
942 | 2024-10-04T20:44:15.988Z | Downloaded rand_seeder v0.3.0 |
943 | 2024-10-04T20:44:15.990Z | Downloaded base64 v0.22.1 |
944 | 2024-10-04T20:44:15.993Z | Downloaded smallvec v0.6.14 |
945 | 2024-10-04T20:44:15.995Z | Downloaded itertools v0.13.0 |
946 | 2024-10-04T20:44:16.001Z | Downloaded expectorate v1.1.0 |
947 | 2024-10-04T20:44:16.003Z | Downloaded publicsuffix v2.2.3 |
948 | 2024-10-04T20:44:16.005Z | Downloaded unsafe-libyaml v0.2.11 |
949 | 2024-10-04T20:44:16.008Z | Downloaded hyper v0.14.30 |
950 | 2024-10-04T20:44:16.016Z | Downloaded signal-hook v0.3.17 |
951 | 2024-10-04T20:44:16.019Z | Downloaded itertools v0.10.5 |
952 | 2024-10-04T20:44:16.024Z | Downloaded thread_local v1.1.8 |
953 | 2024-10-04T20:44:16.026Z | Downloaded p256 v0.13.2 |
954 | 2024-10-04T20:44:16.029Z | Downloaded fallible-streaming-iterator v0.1.9 |
955 | 2024-10-04T20:44:16.031Z | Downloaded fallible-iterator v0.3.0 |
956 | 2024-10-04T20:44:16.031Z | Downloaded enum-as-inner v0.5.1 |
957 | 2024-10-04T20:44:16.034Z | Downloaded zone v0.3.0 |
958 | 2024-10-04T20:44:16.035Z | Downloaded mio v0.8.11 |
959 | 2024-10-04T20:44:16.038Z | Downloaded subprocess v0.2.9 |
960 | 2024-10-04T20:44:16.040Z | Downloaded hkdf v0.12.4 |
961 | 2024-10-04T20:44:16.042Z | Downloaded quinn v0.11.5 |
962 | 2024-10-04T20:44:16.045Z | Downloaded itertools v0.12.1 |
963 | 2024-10-04T20:44:16.052Z | Downloaded der v0.7.9 |
964 | 2024-10-04T20:44:16.057Z | Downloaded vte v0.11.1 |
965 | 2024-10-04T20:44:16.059Z | Downloaded num-conv v0.1.0 |
966 | 2024-10-04T20:44:16.061Z | Downloaded futures v0.3.30 |
967 | 2024-10-04T20:44:16.064Z | Downloaded socket2 v0.5.7 |
968 | 2024-10-04T20:44:16.066Z | Downloaded url v2.5.2 |
969 | 2024-10-04T20:44:16.070Z | Downloaded tokio-postgres v0.7.12 |
970 | 2024-10-04T20:44:16.078Z | Downloaded ron v0.8.1 |
971 | 2024-10-04T20:44:16.089Z | Downloaded crossterm v0.27.0 |
972 | 2024-10-04T20:44:16.096Z | Downloaded pin-project v1.1.5 |
973 | 2024-10-04T20:44:16.108Z | Downloaded unarray v0.1.4 |
974 | 2024-10-04T20:44:16.110Z | Downloaded spin v0.9.8 |
975 | 2024-10-04T20:44:16.113Z | Downloaded signature v2.2.0 |
976 | 2024-10-04T20:44:16.113Z | Downloaded signal-hook-tokio v0.3.1 |
977 | 2024-10-04T20:44:16.115Z | Downloaded signal-hook-registry v1.4.2 |
978 | 2024-10-04T20:44:16.115Z | Downloaded tracing v0.1.40 |
979 | 2024-10-04T20:44:16.119Z | Downloaded fatfs v0.3.6 |
980 | 2024-10-04T20:44:16.122Z | Downloaded crossbeam-utils v0.8.19 |
981 | 2024-10-04T20:44:16.125Z | Downloaded crossbeam-channel v0.5.12 |
982 | 2024-10-04T20:44:16.129Z | Downloaded heck v0.3.3 |
983 | 2024-10-04T20:44:16.131Z | Downloaded typify v0.2.0 |
984 | 2024-10-04T20:44:16.134Z | Downloaded pkcs5 v0.7.1 |
985 | 2024-10-04T20:44:16.137Z | Downloaded diesel_derives v2.2.2 |
986 | 2024-10-04T20:44:16.141Z | Downloaded hyper-util v0.1.9 |
987 | 2024-10-04T20:44:16.146Z | Downloaded bytes v1.7.2 |
988 | 2024-10-04T20:44:16.149Z | Downloaded base64 v0.13.1 |
989 | 2024-10-04T20:44:16.152Z | Downloaded peg-macros v0.8.4 |
990 | 2024-10-04T20:44:16.155Z | Downloaded parking_lot_core v0.9.10 |
991 | 2024-10-04T20:44:16.157Z | Downloaded chacha20poly1305 v0.10.1 |
992 | 2024-10-04T20:44:16.159Z | Downloaded serde_with_macros v3.9.0 |
993 | 2024-10-04T20:44:16.161Z | Downloaded tracing-core v0.1.32 |
994 | 2024-10-04T20:44:16.163Z | Downloaded futures-channel v0.3.30 |
995 | 2024-10-04T20:44:16.165Z | Downloaded num_enum v0.5.11 |
996 | 2024-10-04T20:44:16.169Z | Downloaded libm v0.2.8 |
997 | 2024-10-04T20:44:16.177Z | Downloaded primeorder v0.13.6 |
998 | 2024-10-04T20:44:16.179Z | Downloaded tar v0.4.42 |
999 | 2024-10-04T20:44:16.182Z | Downloaded pkcs8 v0.10.2 |
1000 | 2024-10-04T20:44:16.184Z | Downloaded password-hash v0.5.0 |
1001 | 2024-10-04T20:44:16.186Z | Downloaded base64 v0.21.7 |
1002 | 2024-10-04T20:44:16.190Z | Downloaded nu-ansi-term v0.50.0 |
1003 | 2024-10-04T20:44:16.192Z | Downloaded want v0.3.1 |
1004 | 2024-10-04T20:44:16.195Z | Downloaded quick-error v1.2.3 |
1005 | 2024-10-04T20:44:16.195Z | Downloaded proc-macro-crate v1.3.1 |
1006 | 2024-10-04T20:44:16.197Z | Downloaded hash32 v0.3.1 |
1007 | 2024-10-04T20:44:16.197Z | Downloaded fd-lock v4.0.2 |
1008 | 2024-10-04T20:44:16.200Z | Downloaded arc-swap v1.7.1 |
1009 | 2024-10-04T20:44:16.202Z | Downloaded cc v1.0.97 |
1010 | 2024-10-04T20:44:16.205Z | Downloaded indicatif v0.17.8 |
1011 | 2024-10-04T20:44:16.209Z | Downloaded group v0.13.0 |
1012 | 2024-10-04T20:44:16.211Z | Downloaded csv-core v0.1.11 |
1013 | 2024-10-04T20:44:16.214Z | Downloaded dropshot_endpoint v0.10.1 |
1014 | 2024-10-04T20:44:16.214Z | Downloaded minimal-lexical v0.2.1 |
1015 | 2024-10-04T20:44:16.218Z | Downloaded ciborium v0.2.2 |
1016 | 2024-10-04T20:44:16.220Z | Downloaded tokio-rustls v0.24.1 |
1017 | 2024-10-04T20:44:16.222Z | Downloaded slog-term v2.9.1 |
1018 | 2024-10-04T20:44:16.225Z | Downloaded schemars_derive v0.8.21 |
1019 | 2024-10-04T20:44:16.227Z | Downloaded bzip2 v0.4.4 |
1020 | 2024-10-04T20:44:16.229Z | Downloaded bcs v0.1.6 |
1021 | 2024-10-04T20:44:16.231Z | Downloaded bb8 v0.8.5 |
1022 | 2024-10-04T20:44:16.232Z | Downloaded tokio-native-tls v0.3.1 |
1023 | 2024-10-04T20:44:16.234Z | Downloaded strip-ansi-escapes v0.2.0 |
1024 | 2024-10-04T20:44:16.234Z | Downloaded ssh-cipher v0.2.0 |
1025 | 2024-10-04T20:44:16.236Z | Downloaded slog-scope v4.4.0 |
1026 | 2024-10-04T20:44:16.238Z | Downloaded lock_api v0.4.12 |
1027 | 2024-10-04T20:44:16.238Z | Downloaded structmeta v0.3.0 |
1028 | 2024-10-04T20:44:16.241Z | Downloaded shell-words v1.1.0 |
1029 | 2024-10-04T20:44:16.241Z | Downloaded salsa20 v0.10.2 |
1030 | 2024-10-04T20:44:16.241Z | Downloaded cbc v0.1.2 |
1031 | 2024-10-04T20:44:16.244Z | Downloaded cassowary v0.3.0 |
1032 | 2024-10-04T20:44:16.246Z | Downloaded cipher v0.4.4 |
1033 | 2024-10-04T20:44:16.246Z | Downloaded bitflags v1.3.2 |
1034 | 2024-10-04T20:44:16.248Z | Downloaded crossbeam-epoch v0.9.18 |
1035 | 2024-10-04T20:44:16.250Z | Downloaded rpassword v7.3.1 |
1036 | 2024-10-04T20:44:16.253Z | Downloaded libz-sys v1.1.16 |
1037 | 2024-10-04T20:44:16.319Z | Downloaded nanorand v0.7.0 |
1038 | 2024-10-04T20:44:16.322Z | Downloaded atomic-waker v1.1.2 |
1039 | 2024-10-04T20:44:16.325Z | Downloaded async-recursion v1.1.1 |
1040 | 2024-10-04T20:44:16.327Z | Downloaded assert_matches v1.5.0 |
1041 | 2024-10-04T20:44:16.329Z | Downloaded crc32fast v1.4.0 |
1042 | 2024-10-04T20:44:16.329Z | Downloaded crc-any v2.5.0 |
1043 | 2024-10-04T20:44:16.331Z | Downloaded block-padding v0.3.3 |
1044 | 2024-10-04T20:44:16.331Z | Downloaded bit-set v0.5.3 |
1045 | 2024-10-04T20:44:16.334Z | Downloaded maplit v1.0.2 |
1046 | 2024-10-04T20:44:16.334Z | Downloaded lazy_static v1.5.0 |
1047 | 2024-10-04T20:44:16.336Z | Downloaded keccak v0.1.5 |
1048 | 2024-10-04T20:44:16.338Z | Downloaded instability v0.3.2 |
1049 | 2024-10-04T20:44:16.338Z | Downloaded indent_write v2.2.0 |
1050 | 2024-10-04T20:44:16.341Z | Downloaded blake2 v0.10.6 |
1051 | 2024-10-04T20:44:16.343Z | Downloaded darling_macro v0.20.9 |
1052 | 2024-10-04T20:44:16.343Z | Downloaded crunchy v0.2.2 |
1053 | 2024-10-04T20:44:16.343Z | Downloaded httparse v1.8.0 |
1054 | 2024-10-04T20:44:16.345Z | Downloaded hmac v0.12.1 |
1055 | 2024-10-04T20:44:16.345Z | Downloaded hostname v0.3.1 |
1056 | 2024-10-04T20:44:16.348Z | Downloaded ciborium-io v0.2.2 |
1057 | 2024-10-04T20:44:16.350Z | Downloaded ring v0.17.8 |
1058 | 2024-10-04T20:44:16.419Z | Downloaded http-body v0.4.6 |
1059 | 2024-10-04T20:44:16.421Z | Downloaded crc v3.2.1 |
1060 | 2024-10-04T20:44:16.424Z | Downloaded backoff v0.4.0 |
1061 | 2024-10-04T20:44:16.426Z | Downloaded async-trait v0.1.83 |
1062 | 2024-10-04T20:44:16.428Z | Downloaded async-stream-impl v0.3.5 |
1063 | 2024-10-04T20:44:16.430Z | Downloaded console v0.15.8 |
1064 | 2024-10-04T20:44:16.433Z | Downloaded aead v0.5.2 |
1065 | 2024-10-04T20:44:16.433Z | Downloaded async-bb8-diesel v0.2.1 |
1066 | 2024-10-04T20:44:16.435Z | Downloaded array-init v0.0.4 |
1067 | 2024-10-04T20:44:16.437Z | Downloaded base64ct v1.6.0 |
1068 | 2024-10-04T20:44:16.442Z | Downloaded ahash v0.8.11 |
1069 | 2024-10-04T20:44:16.444Z | Downloaded ipnet v2.10.0 |
1070 | 2024-10-04T20:44:16.444Z | Downloaded hyper-rustls v0.27.3 |
1071 | 2024-10-04T20:44:16.446Z | Downloaded adler v1.0.2 |
1072 | 2024-10-04T20:44:16.446Z | Downloaded managed v0.8.0 |
1073 | 2024-10-04T20:44:16.449Z | Downloaded libsqlite3-sys v0.30.1 |
1074 | 2024-10-04T20:44:16.525Z | Downloaded convert_case v0.4.0 |
1075 | 2024-10-04T20:44:16.528Z | Downloaded libsw v3.3.1 |
1076 | 2024-10-04T20:44:16.528Z | Downloaded inout v0.1.3 |
1077 | 2024-10-04T20:44:16.531Z | Downloaded impl-trait-for-tuples v0.2.2 |
1078 | 2024-10-04T20:44:16.533Z | Downloaded adler2 v2.0.0 |
1079 | 2024-10-04T20:44:16.533Z | Downloaded lalrpop-util v0.19.12 |
1080 | 2024-10-04T20:44:16.535Z | Downloaded blowfish v0.9.1 |
1081 | 2024-10-04T20:44:16.535Z | Downloaded indoc v1.0.9 |
1082 | 2024-10-04T20:44:16.538Z | Downloaded ciborium-ll v0.2.2 |
1083 | 2024-10-04T20:44:16.540Z | Downloaded bit-vec v0.6.3 |
1084 | 2024-10-04T20:44:16.540Z | Downloaded bitfield-struct v0.6.1 |
1085 | 2024-10-04T20:44:16.542Z | Downloaded async-stream v0.3.5 |
1086 | 2024-10-04T20:44:16.542Z | Downloaded arrayref v0.3.7 |
1087 | 2024-10-04T20:44:16.544Z | Downloaded hyper-tls v0.6.0 |
1088 | 2024-10-04T20:44:16.637Z | Compiling serde v1.0.210 |
1089 | 2024-10-04T20:44:16.639Z | Compiling typenum v1.17.0 |
1090 | 2024-10-04T20:44:16.639Z | Compiling generic-array v0.14.7 |
1091 | 2024-10-04T20:44:16.639Z | Compiling lock_api v0.4.12 |
1092 | 2024-10-04T20:44:16.639Z | Compiling scopeguard v1.2.0 |
1093 | 2024-10-04T20:44:16.785Z | Compiling value-bag v1.9.0 |
1094 | 2024-10-04T20:44:16.798Z | Compiling syn v2.0.79 |
1095 | 2024-10-04T20:44:16.801Z | Compiling getrandom v0.2.14 |
1096 | 2024-10-04T20:44:16.963Z | Compiling subtle v2.5.0 |
1097 | 2024-10-04T20:44:17.078Z | Compiling rand_core v0.6.4 |
1098 | 2024-10-04T20:44:17.287Z | Compiling log v0.4.22 |
1099 | 2024-10-04T20:44:17.319Z | Compiling const-oid v0.9.6 |
1100 | 2024-10-04T20:44:17.373Z | Compiling jobserver v0.1.32 |
1101 | 2024-10-04T20:44:17.400Z | Compiling pin-project-lite v0.2.14 |
1102 | 2024-10-04T20:44:17.522Z | Compiling smallvec v1.13.2 |
1103 | 2024-10-04T20:44:17.575Z | Compiling parking_lot_core v0.9.10 |
1104 | 2024-10-04T20:44:17.788Z | Compiling cc v1.0.97 |
1105 | 2024-10-04T20:44:17.928Z | Compiling signal-hook-registry v1.4.2 |
1106 | 2024-10-04T20:44:18.131Z | Compiling futures-core v0.3.30 |
1107 | 2024-10-04T20:44:18.259Z | Compiling mio v1.0.2 |
1108 | 2024-10-04T20:44:18.389Z | Compiling ahash v0.8.11 |
1109 | 2024-10-04T20:44:18.695Z | Compiling parking_lot v0.12.2 |
1110 | 2024-10-04T20:44:18.735Z | Compiling futures-sink v0.3.30 |
1111 | 2024-10-04T20:44:18.753Z | Compiling cpufeatures v0.2.12 |
1112 | 2024-10-04T20:44:18.892Z | Compiling socket2 v0.5.7 |
1113 | 2024-10-04T20:44:18.921Z | Compiling slab v0.4.9 |
1114 | 2024-10-04T20:44:19.217Z | Compiling allocator-api2 v0.2.18 |
1115 | 2024-10-04T20:44:19.439Z | Compiling spin v0.9.8 |
1116 | 2024-10-04T20:44:19.472Z | Compiling tinyvec_macros v0.1.1 |
1117 | 2024-10-04T20:44:19.562Z | Compiling tinyvec v1.6.0 |
1118 | 2024-10-04T20:44:19.589Z | Compiling futures-channel v0.3.30 |
1119 | 2024-10-04T20:44:19.644Z | Compiling serde_json v1.0.128 |
1120 | 2024-10-04T20:44:19.817Z | Compiling futures-task v0.3.30 |
1121 | 2024-10-04T20:44:19.855Z | Compiling base64ct v1.6.0 |
1122 | 2024-10-04T20:44:20.086Z | Compiling pin-utils v0.1.0 |
1123 | 2024-10-04T20:44:20.123Z | Compiling libm v0.2.8 |
1124 | 2024-10-04T20:44:20.158Z | Compiling futures-io v0.3.30 |
1125 | 2024-10-04T20:44:20.179Z | Compiling num-traits v0.2.19 |
1126 | 2024-10-04T20:44:20.224Z | Compiling flagset v0.4.5 |
1127 | 2024-10-04T20:44:20.440Z | Compiling unicode-bidi v0.3.15 |
1128 | 2024-10-04T20:44:20.489Z | Compiling pem-rfc7468 v0.7.0 |
1129 | 2024-10-04T20:44:20.585Z | Compiling tracing-core v0.1.32 |
1130 | 2024-10-04T20:44:20.754Z | Compiling vcpkg v0.2.15 |
1131 | 2024-10-04T20:44:21.247Z | Compiling unicode-normalization v0.1.23 |
1132 | 2024-10-04T20:44:21.294Z | Compiling pkg-config v0.3.30 |
1133 | 2024-10-04T20:44:22.030Z | Compiling crossbeam-utils v0.8.19 |
1134 | 2024-10-04T20:44:22.050Z | Compiling ring v0.17.8 |
1135 | 2024-10-04T20:44:22.053Z | Compiling ppv-lite86 v0.2.17 |
1136 | 2024-10-04T20:44:22.411Z | Compiling percent-encoding v2.3.1 |
1137 | 2024-10-04T20:44:22.719Z | Compiling httparse v1.8.0 |
1138 | 2024-10-04T20:44:22.863Z | Compiling rand_chacha v0.3.1 |
1139 | 2024-10-04T20:44:22.912Z | Compiling rustls-pki-types v1.7.0 |
1140 | 2024-10-04T20:44:23.004Z | Compiling openssl-sys v0.9.103 |
1141 | 2024-10-04T20:44:23.187Z | Compiling rustix v0.38.34 |
1142 | 2024-10-04T20:44:23.702Z | Compiling try-lock v0.2.5 |
1143 | 2024-10-04T20:44:23.861Z | Compiling want v0.3.1 |
1144 | 2024-10-04T20:44:24.039Z | Compiling rand v0.8.5 |
1145 | 2024-10-04T20:44:24.070Z | Compiling powerfmt v0.2.0 |
1146 | 2024-10-04T20:44:24.144Z | Compiling foreign-types-shared v0.1.1 |
1147 | 2024-10-04T20:44:24.233Z | Compiling openssl v0.10.66 |
1148 | 2024-10-04T20:44:24.439Z | Compiling rustversion v1.0.17 |
1149 | 2024-10-04T20:44:24.648Z | Compiling time-core v0.1.2 |
1150 | 2024-10-04T20:44:24.651Z | Compiling num-conv v0.1.0 |
1151 | 2024-10-04T20:44:24.807Z | Compiling untrusted v0.9.0 |
1152 | 2024-10-04T20:44:24.881Z | Compiling httpdate v1.0.3 |
1153 | 2024-10-04T20:44:24.951Z | Compiling atomic-waker v1.1.2 |
1154 | 2024-10-04T20:44:24.989Z | Compiling time-macros v0.2.18 |
1155 | 2024-10-04T20:44:25.123Z | Compiling deranged v0.3.11 |
1156 | 2024-10-04T20:44:25.200Z | Compiling foreign-types v0.3.2 |
1157 | 2024-10-04T20:44:25.288Z | Compiling form_urlencoded v1.2.1 |
1158 | 2024-10-04T20:44:25.310Z | Compiling aho-corasick v1.1.3 |
1159 | 2024-10-04T20:44:25.598Z | Compiling num_threads v0.1.7 |
1160 | 2024-10-04T20:44:25.695Z | Compiling native-tls v0.2.11 |
1161 | 2024-10-04T20:44:25.737Z | Compiling tower-service v0.3.2 |
1162 | 2024-10-04T20:44:25.858Z | Compiling regex-syntax v0.8.4 |
1163 | 2024-10-04T20:44:26.036Z | Compiling siphasher v0.3.11 |
1164 | 2024-10-04T20:44:26.427Z | Compiling syn v1.0.109 |
1165 | 2024-10-04T20:44:26.818Z | Compiling rustls v0.23.10 |
1166 | 2024-10-04T20:44:27.038Z | Compiling base64 v0.22.1 |
1167 | 2024-10-04T20:44:27.223Z | Compiling crossbeam-epoch v0.9.18 |
1168 | 2024-10-04T20:44:27.729Z | Compiling idna v0.5.0 |
1169 | 2024-10-04T20:44:27.951Z | Compiling lazy_static v1.5.0 |
1170 | 2024-10-04T20:44:27.978Z | Compiling time v0.3.36 |
1171 | 2024-10-04T20:44:28.074Z | Compiling cookie v0.18.1 |
1172 | 2024-10-04T20:44:28.381Z | Compiling rayon-core v1.12.1 |
1173 | 2024-10-04T20:44:28.564Z | Compiling openssl-probe v0.1.5 |
1174 | 2024-10-04T20:44:28.616Z | Compiling iana-time-zone v0.1.60 |
1175 | 2024-10-04T20:44:28.904Z | Compiling either v1.13.0 |
1176 | 2024-10-04T20:44:29.053Z | Compiling finl_unicode v1.2.0 |
1177 | 2024-10-04T20:44:29.255Z | Compiling regex-automata v0.4.6 |
1178 | 2024-10-04T20:44:29.311Z | Compiling slog v2.7.0 |
1179 | 2024-10-04T20:44:29.551Z | Compiling stringprep v0.1.4 |
1180 | 2024-10-04T20:44:29.968Z | Compiling url v2.5.2 |
1181 | 2024-10-04T20:44:30.515Z | Compiling crossbeam-deque v0.8.5 |
1182 | 2024-10-04T20:44:30.690Z | Compiling serde_derive v1.0.210 |
1183 | 2024-10-04T20:44:30.849Z | Compiling zeroize_derive v1.4.2 |
1184 | 2024-10-04T20:44:31.804Z | Compiling zerocopy-derive v0.7.34 |
1185 | 2024-10-04T20:44:32.318Z | Compiling tokio-macros v2.4.0 |
1186 | 2024-10-04T20:44:32.434Z | Compiling zeroize v1.8.1 |
1187 | 2024-10-04T20:44:32.934Z | Compiling futures-macro v0.3.30 |
1188 | 2024-10-04T20:44:33.636Z | Compiling der_derive v0.7.2 |
1189 | 2024-10-04T20:44:33.925Z | Compiling thiserror-impl v1.0.64 |
1190 | 2024-10-04T20:44:34.009Z | Compiling zerocopy v0.7.34 |
1191 | 2024-10-04T20:44:34.230Z | Compiling crypto-common v0.1.6 |
1192 | 2024-10-04T20:44:34.464Z | Compiling block-buffer v0.10.4 |
1193 | 2024-10-04T20:44:34.708Z | Compiling digest v0.10.7 |
1194 | 2024-10-04T20:44:34.921Z | Compiling block-padding v0.3.3 |
1195 | 2024-10-04T20:44:35.187Z | Compiling hmac v0.12.1 |
1196 | 2024-10-04T20:44:35.235Z | Compiling inout v0.1.3 |
1197 | 2024-10-04T20:44:35.452Z | Compiling sha2 v0.10.8 |
1198 | 2024-10-04T20:44:35.635Z | Compiling cipher v0.4.4 |
1199 | 2024-10-04T20:44:36.130Z | Compiling hashbrown v0.14.5 |
1200 | 2024-10-04T20:44:36.130Z | Compiling futures-util v0.3.30 |
1201 | 2024-10-04T20:44:36.200Z | Compiling der v0.7.9 |
1202 | 2024-10-04T20:44:37.339Z | Compiling thiserror v1.0.64 |
1203 | 2024-10-04T20:44:37.484Z | Compiling salsa20 v0.10.2 |
1204 | 2024-10-04T20:44:37.507Z | Compiling pbkdf2 v0.12.2 |
1205 | 2024-10-04T20:44:37.676Z | Compiling tracing-attributes v0.1.27 |
1206 | 2024-10-04T20:44:37.696Z | Compiling scrypt v0.11.0 |
1207 | 2024-10-04T20:44:38.257Z | Compiling spki v0.7.3 |
1208 | 2024-10-04T20:44:38.646Z | Compiling aes v0.8.4 |
1209 | 2024-10-04T20:44:39.052Z | Compiling cbc v0.1.2 |
1210 | 2024-10-04T20:44:39.293Z | Compiling pest v2.7.10 |
1211 | 2024-10-04T20:44:39.521Z | Compiling scroll_derive v0.12.0 |
1212 | 2024-10-04T20:44:40.988Z | Compiling pkcs5 v0.7.1 |
1213 | 2024-10-04T20:44:41.453Z | Compiling tracing v0.1.40 |
1214 | 2024-10-04T20:44:41.526Z | Compiling scroll v0.12.0 |
1215 | 2024-10-04T20:44:41.985Z | Compiling pest_meta v2.7.10 |
1216 | 2024-10-04T20:44:42.005Z | Compiling pkcs8 v0.10.2 |
1217 | 2024-10-04T20:44:42.083Z | Compiling goblin v0.8.2 |
1218 | 2024-10-04T20:44:42.310Z | Compiling openssl-macros v0.1.1 |
1219 | 2024-10-04T20:44:42.369Z | Compiling signature v2.2.0 |
1220 | 2024-10-04T20:44:42.687Z | Compiling md-5 v0.10.6 |
1221 | 2024-10-04T20:44:42.718Z | Compiling num-integer v0.1.46 |
1222 | 2024-10-04T20:44:42.937Z | Compiling idna v0.3.0 |
1223 | 2024-10-04T20:44:43.080Z | Compiling backtrace v0.3.71 |
1224 | 2024-10-04T20:44:43.492Z | Compiling pest_generator v2.7.10 |
1225 | 2024-10-04T20:44:43.574Z | Compiling ff v0.13.0 |
1226 | 2024-10-04T20:44:43.799Z | Compiling hash32 v0.2.1 |
1227 | 2024-10-04T20:44:44.164Z | Compiling rustls-webpki v0.102.4 |
1228 | 2024-10-04T20:44:44.593Z | Compiling fallible-iterator v0.2.0 |
1229 | 2024-10-04T20:44:44.664Z | Compiling crc32fast v1.4.0 |
1230 | 2024-10-04T20:44:45.164Z | Compiling bytes v1.7.2 |
1231 | 2024-10-04T20:44:45.222Z | Compiling indexmap v2.5.0 |
1232 | 2024-10-04T20:44:45.359Z | Compiling bitflags v2.6.0 |
1233 | 2024-10-04T20:44:45.809Z | Compiling semver v1.0.23 |
1234 | 2024-10-04T20:44:46.322Z | Compiling tokio v1.39.3 |
1235 | 2024-10-04T20:44:46.487Z | Compiling rustc_version v0.4.0 |
1236 | 2024-10-04T20:44:46.567Z | Compiling http v1.1.0 |
1237 | 2024-10-04T20:44:47.038Z | Compiling pest_derive v2.7.10 |
1238 | 2024-10-04T20:44:47.258Z | Compiling heapless v0.7.17 |
1239 | 2024-10-04T20:44:47.730Z | Compiling dof v0.3.0 |
1240 | 2024-10-04T20:44:47.832Z | Compiling dtrace-parser v0.2.0 |
1241 | 2024-10-04T20:44:48.685Z | Compiling http-body v1.0.0 |
1242 | 2024-10-04T20:44:48.926Z | Compiling uuid v1.10.0 |
1243 | 2024-10-04T20:44:49.034Z | Compiling usdt-impl v0.5.0 |
1244 | 2024-10-04T20:44:50.011Z | Compiling curve25519-dalek v4.1.3 |
1245 | 2024-10-04T20:44:50.066Z | Compiling http v0.2.12 |
1246 | 2024-10-04T20:44:50.669Z | Compiling serde_tokenstream v0.2.2 |
1247 | 2024-10-04T20:44:50.685Z | Compiling toml_datetime v0.6.8 |
1248 | 2024-10-04T20:44:51.194Z | Compiling serde_spanned v0.6.7 |
1249 | 2024-10-04T20:44:51.267Z | Compiling chrono v0.4.38 |
1250 | 2024-10-04T20:44:51.416Z | Compiling smoltcp v0.9.1 |
1251 | 2024-10-04T20:44:51.433Z | Compiling base16ct v0.2.0 |
1252 | 2024-10-04T20:44:51.751Z | Compiling portable-atomic v1.6.0 |
1253 | 2024-10-04T20:44:52.183Z | Compiling gimli v0.28.1 |
1254 | 2024-10-04T20:44:52.499Z | Compiling adler v1.0.2 |
1255 | 2024-10-04T20:44:52.650Z | Compiling signal-hook v0.3.17 |
1256 | 2024-10-04T20:44:52.717Z | Compiling stable_deref_trait v1.2.0 |
1257 | 2024-10-04T20:44:52.765Z | Compiling psl-types v2.0.11 |
1258 | 2024-10-04T20:44:52.820Z | Compiling num-bigint-dig v0.8.4 |
1259 | 2024-10-04T20:44:52.962Z | Compiling publicsuffix v2.2.3 |
1260 | 2024-10-04T20:44:53.286Z | Compiling miniz_oxide v0.7.2 |
1261 | 2024-10-04T20:44:53.571Z | Compiling sec1 v0.7.3 |
1262 | 2024-10-04T20:44:54.164Z | Compiling terminal_size v0.3.0 |
1263 | 2024-10-04T20:44:54.191Z | Compiling http-body-util v0.1.2 |
1264 | 2024-10-04T20:44:54.358Z | Compiling tokio-util v0.7.12 |
1265 | 2024-10-04T20:44:54.361Z | Compiling tokio-native-tls v0.3.1 |
1266 | 2024-10-04T20:44:54.696Z | Compiling postgres-protocol v0.6.7 |
1267 | 2024-10-04T20:44:55.093Z | Compiling hubpack_derive v0.1.1 |
1268 | 2024-10-04T20:44:55.510Z | Compiling h2 v0.4.6 |
1269 | 2024-10-04T20:44:55.686Z | Compiling group v0.13.0 |
1270 | 2024-10-04T20:44:55.749Z | Compiling num-iter v0.1.45 |
1271 | 2024-10-04T20:44:55.938Z | Compiling hkdf v0.12.4 |
1272 | 2024-10-04T20:44:55.963Z | Compiling crypto-bigint v0.5.5 |
1273 | 2024-10-04T20:44:56.026Z | Compiling zerocopy-derive v0.6.6 |
1274 | 2024-10-04T20:44:56.207Z | Compiling addr2line v0.21.0 |
1275 | 2024-10-04T20:44:56.880Z | Compiling tokio-rustls v0.26.0 |
1276 | 2024-10-04T20:44:57.030Z | Compiling curve25519-dalek-derive v0.1.1 |
1277 | 2024-10-04T20:44:57.332Z | Compiling async-trait v0.1.83 |
1278 | 2024-10-04T20:44:58.638Z | Compiling phf_shared v0.11.2 |
1279 | 2024-10-04T20:44:58.847Z | Compiling serde_derive_internals v0.29.1 |
1280 | 2024-10-04T20:44:59.019Z | Compiling webpki-roots v0.26.3 |
1281 | 2024-10-04T20:44:59.063Z | Compiling object v0.32.2 |
1282 | 2024-10-04T20:44:59.225Z | Compiling fs-err v2.11.0 |
1283 | 2024-10-04T20:44:59.533Z | Compiling bitflags v1.3.2 |
1284 | 2024-10-04T20:44:59.640Z | Compiling anyhow v1.0.89 |
1285 | 2024-10-04T20:45:00.139Z | Compiling rustc-demangle v0.1.24 |
1286 | 2024-10-04T20:45:00.308Z | Compiling schemars v0.8.21 |
1287 | 2024-10-04T20:45:00.711Z | Compiling ipnet v2.10.0 |
1288 | 2024-10-04T20:45:01.113Z | Compiling adler2 v2.0.0 |
1289 | 2024-10-04T20:45:01.133Z | Compiling managed v0.8.0 |
1290 | 2024-10-04T20:45:01.320Z | Compiling winnow v0.5.40 |
1291 | 2024-10-04T20:45:01.616Z | Compiling schemars_derive v0.8.21 |
1292 | 2024-10-04T20:45:01.966Z | Compiling miniz_oxide v0.8.0 |
1293 | 2024-10-04T20:45:02.192Z | Compiling clap_builder v4.5.18 |
1294 | 2024-10-04T20:45:03.571Z | Compiling hyper v1.4.1 |
1295 | 2024-10-04T20:45:03.650Z | Compiling console v0.15.8 |
1296 | 2024-10-04T20:45:04.359Z | Compiling phf v0.11.2 |
1297 | 2024-10-04T20:45:04.661Z | Compiling elliptic-curve v0.13.8 |
1298 | 2024-10-04T20:45:05.069Z | Compiling toml_edit v0.19.15 |
1299 | 2024-10-04T20:45:05.201Z | Compiling zerocopy v0.6.6 |
1300 | 2024-10-04T20:45:05.510Z | Compiling cookie_store v0.21.0 |
1301 | 2024-10-04T20:45:06.057Z | Compiling hyper-util v0.1.9 |
1302 | 2024-10-04T20:45:06.326Z | Compiling rayon v1.10.0 |
1303 | 2024-10-04T20:45:07.075Z | Compiling hubpack v0.1.2 |
1304 | 2024-10-04T20:45:07.842Z | Compiling postgres-types v0.2.8 |
1305 | 2024-10-04T20:45:09.200Z | Compiling hyper-tls v0.6.0 |
1306 | 2024-10-04T20:45:09.375Z | Compiling hyper-rustls v0.27.3 |
1307 | 2024-10-04T20:45:09.619Z | Compiling h2 v0.3.26 |
1308 | 2024-10-04T20:45:11.025Z | Compiling usdt-macro v0.5.0 |
1309 | 2024-10-04T20:45:11.158Z | Compiling usdt-attr-macro v0.5.0 |
1310 | 2024-10-04T20:45:11.385Z | Compiling http-body v0.4.6 |
1311 | 2024-10-04T20:45:11.615Z | Compiling serde-big-array v0.5.1 |
1312 | 2024-10-04T20:45:11.839Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-10-04T20:45:11.859Z | Compiling ed25519 v2.2.3 |
1314 | 2024-10-04T20:45:12.350Z | Compiling pkcs1 v0.7.5 |
1315 | 2024-10-04T20:45:12.567Z | Compiling futures-executor v0.3.30 |
1316 | 2024-10-04T20:45:12.889Z | Compiling rfc6979 v0.4.0 |
1317 | 2024-10-04T20:45:13.017Z | Compiling regex v1.10.6 |
1318 | 2024-10-04T20:45:13.073Z | Compiling bstr v1.9.1 |
1319 | 2024-10-04T20:45:13.114Z | Compiling serde_repr v0.1.19 |
1320 | 2024-10-04T20:45:13.377Z | Compiling clap_derive v4.5.18 |
1321 | 2024-10-04T20:45:13.412Z | Compiling strum_macros v0.25.3 |
1322 | 2024-10-04T20:45:13.854Z | Compiling enum-as-inner v0.6.0 |
1323 | 2024-10-04T20:45:14.119Z | Compiling rustls-pemfile v2.1.3 |
1324 | 2024-10-04T20:45:14.319Z | Compiling phf_shared v0.10.0 |
1325 | 2024-10-04T20:45:14.596Z | Compiling float-cmp v0.9.0 |
1326 | 2024-10-04T20:45:14.720Z | Compiling idna v0.4.0 |
1327 | 2024-10-04T20:45:14.803Z | Compiling sync_wrapper v1.0.1 |
1328 | 2024-10-04T20:45:14.845Z | Compiling mio v0.8.11 |
1329 | 2024-10-04T20:45:14.978Z | Compiling socket2 v0.4.10 |
1330 | 2024-10-04T20:45:15.005Z | Compiling encoding_rs v0.8.34 |
1331 | 2024-10-04T20:45:15.839Z | Compiling whoami v1.5.2 |
1332 | 2024-10-04T20:45:16.172Z | Compiling static_assertions v1.1.0 |
1333 | 2024-10-04T20:45:16.279Z | Compiling fixedbitset v0.4.2 |
1334 | 2024-10-04T20:45:16.326Z | Compiling unicode-segmentation v1.11.0 |
1335 | 2024-10-04T20:45:16.486Z | Compiling dyn-clone v1.0.17 |
1336 | 2024-10-04T20:45:16.700Z | Compiling number_prefix v0.4.0 |
1337 | 2024-10-04T20:45:16.757Z | Compiling bit-vec v0.6.3 |
1338 | 2024-10-04T20:45:16.929Z | Compiling minimal-lexical v0.2.1 |
1339 | 2024-10-04T20:45:17.167Z | Compiling data-encoding v2.6.0 |
1340 | 2024-10-04T20:45:17.226Z | Compiling difflib v0.4.0 |
1341 | 2024-10-04T20:45:17.439Z | Compiling mime v0.3.17 |
1342 | 2024-10-04T20:45:17.549Z | Compiling predicates-core v1.0.6 |
1343 | 2024-10-04T20:45:17.911Z | Compiling new_debug_unreachable v1.0.6 |
1344 | 2024-10-04T20:45:18.004Z | Compiling normalize-line-endings v0.3.0 |
1345 | 2024-10-04T20:45:18.046Z | Compiling precomputed-hash v0.1.1 |
1346 | 2024-10-04T20:45:18.132Z | Compiling toml_edit v0.22.22 |
1347 | 2024-10-04T20:45:18.163Z | Compiling string_cache v0.8.7 |
1348 | 2024-10-04T20:45:18.479Z | Compiling clap v4.5.18 |
1349 | 2024-10-04T20:45:18.618Z | Compiling predicates v3.1.2 |
1350 | 2024-10-04T20:45:18.639Z | Compiling hickory-proto v0.24.1 |
1351 | 2024-10-04T20:45:18.755Z | Compiling reqwest v0.12.7 |
1352 | 2024-10-04T20:45:19.441Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1353 | 2024-10-04T20:45:19.534Z | Compiling nom v7.1.3 |
1354 | 2024-10-04T20:45:20.196Z | Compiling bit-set v0.5.3 |
1355 | 2024-10-04T20:45:20.370Z | Compiling similar v2.6.0 |
1356 | 2024-10-04T20:45:20.491Z | Compiling indicatif v0.17.8 |
1357 | 2024-10-04T20:45:22.754Z | Compiling petgraph v0.6.5 |
1358 | 2024-10-04T20:45:22.796Z | Compiling hyper v0.14.30 |
1359 | 2024-10-04T20:45:23.222Z | Compiling tokio-postgres v0.7.12 |
1360 | 2024-10-04T20:45:25.950Z | Compiling signal-hook-mio v0.2.4 |
1361 | 2024-10-04T20:45:26.144Z | Compiling usdt v0.5.0 |
1362 | 2024-10-04T20:45:26.374Z | Compiling ecdsa v0.16.9 |
1363 | 2024-10-04T20:45:26.594Z | Compiling rsa v0.9.6 |
1364 | 2024-10-04T20:45:26.667Z | Compiling futures v0.3.30 |
1365 | 2024-10-04T20:45:26.786Z | Compiling ed25519-dalek v2.1.1 |
1366 | 2024-10-04T20:45:26.829Z | Compiling flate2 v1.0.34 |
1367 | 2024-10-04T20:45:27.202Z | Compiling toml v0.7.8 |
1368 | 2024-10-04T20:45:28.677Z | Compiling tokio-stream v0.1.16 |
1369 | 2024-10-04T20:45:28.886Z | Compiling openapiv3 v2.0.0 |
1370 | 2024-10-04T20:45:28.920Z | Compiling hex v0.4.3 |
1371 | 2024-10-04T20:45:28.995Z | Compiling x509-cert v0.2.5 |
1372 | 2024-10-04T20:45:29.015Z | Compiling sha1 v0.10.6 |
1373 | 2024-10-04T20:45:29.448Z | Compiling itertools v0.12.1 |
1374 | 2024-10-04T20:45:29.516Z | Compiling itertools v0.10.5 |
1375 | 2024-10-04T20:45:29.717Z | Compiling dirs-sys-next v0.1.2 |
1376 | 2024-10-04T20:45:30.434Z | Compiling lalrpop-util v0.19.12 |
1377 | 2024-10-04T20:45:30.796Z | Compiling unicode-xid v0.2.4 |
1378 | 2024-10-04T20:45:30.980Z | Compiling peg-runtime v0.8.3 |
1379 | 2024-10-04T20:45:31.421Z | Compiling dirs-next v2.0.0 |
1380 | 2024-10-04T20:45:31.624Z | Compiling thread_local v1.1.8 |
1381 | 2024-10-04T20:45:31.643Z | Compiling slog-async v2.8.0 |
1382 | 2024-10-04T20:45:32.200Z | Compiling term v0.7.0 |
1383 | 2024-10-04T20:45:32.245Z | Compiling xattr v1.3.1 |
1384 | 2024-10-04T20:45:32.330Z | Compiling strum_macros v0.26.4 |
1385 | 2024-10-04T20:45:32.513Z | Compiling crossbeam-channel v0.5.12 |
1386 | 2024-10-04T20:45:32.613Z | Compiling filetime v0.2.25 |
1387 | 2024-10-04T20:45:32.877Z | Compiling is-terminal v0.4.12 |
1388 | 2024-10-04T20:45:32.915Z | Compiling take_mut v0.2.2 |
1389 | 2024-10-04T20:45:33.008Z | Compiling slog-term v2.9.1 |
1390 | 2024-10-04T20:45:33.078Z | Compiling tar v0.4.42 |
1391 | 2024-10-04T20:45:33.617Z | Compiling camino v1.1.9 |
1392 | 2024-10-04T20:45:34.161Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1393 | 2024-10-04T20:45:35.461Z | Compiling strum v0.26.3 |
1394 | 2024-10-04T20:45:35.539Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1395 | 2024-10-04T20:45:40.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1396 | 2024-10-04T20:45:40.724Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1397 | 2024-10-04T20:45:40.772Z | Oct 04 20:45:39.313 INFO Starting download, target: Cockroach |
1398 | 2024-10-04T20:45:40.772Z | Oct 04 20:45:39.313 INFO Starting download, target: Clickhouse |
1399 | 2024-10-04T20:45:40.772Z | Oct 04 20:45:39.314 INFO Starting download, target: Console |
1400 | 2024-10-04T20:45:40.772Z | Oct 04 20:45:39.314 INFO Starting download, target: DendriteOpenapi |
1401 | 2024-10-04T20:45:40.772Z | Oct 04 20:45:39.314 INFO Starting download, target: DendriteStub |
1402 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.314 INFO Starting download, target: MaghemiteMgd |
1403 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.314 INFO Starting download, target: TransceiverControl |
1404 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.314 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1405 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.314 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1406 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.314 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1407 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.315 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1408 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.315 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1409 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.315 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1410 | 2024-10-04T20:45:40.775Z | Oct 04 20:45:39.315 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1411 | 2024-10-04T20:45:40.951Z | Oct 04 20:45:39.490 INFO Download complete, target: DendriteOpenapi |
1412 | 2024-10-04T20:45:41.011Z | Oct 04 20:45:39.546 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1413 | 2024-10-04T20:45:41.281Z | Oct 04 20:45:39.820 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1414 | 2024-10-04T20:45:41.371Z | Oct 04 20:45:39.912 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1415 | 2024-10-04T20:45:41.455Z | Oct 04 20:45:39.996 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1416 | 2024-10-04T20:45:41.670Z | Oct 04 20:45:40.211 INFO Download complete, target: Console |
1417 | 2024-10-04T20:45:41.801Z | Oct 04 20:45:40.342 INFO Download complete, target: TransceiverControl |
1418 | 2024-10-04T20:45:41.941Z | Oct 04 20:45:40.482 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1419 | 2024-10-04T20:45:41.941Z | Oct 04 20:45:40.482 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1420 | 2024-10-04T20:45:42.754Z | Oct 04 20:45:41.295 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1421 | 2024-10-04T20:45:44.511Z | Oct 04 20:45:43.051 INFO Download complete, target: DendriteStub |
1422 | 2024-10-04T20:45:44.659Z | Oct 04 20:45:43.200 INFO Download complete, target: MaghemiteMgd |
1423 | 2024-10-04T20:45:50.251Z | Oct 04 20:45:48.791 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1424 | 2024-10-04T20:45:50.567Z | Oct 04 20:45:49.107 INFO Checking that binary works, target: Cockroach |
1425 | 2024-10-04T20:45:50.724Z | Oct 04 20:45:49.263 INFO Download complete, target: Cockroach |
1426 | 2024-10-04T20:45:56.507Z | Oct 04 20:45:55.046 INFO Checking that binary works, target: Clickhouse |
1427 | 2024-10-04T20:45:56.936Z | Oct 04 20:45:55.475 INFO Download complete, target: Clickhouse |
1428 | 2024-10-04T20:45:56.944Z | All prerequisites installed successfully |
1429 | 2024-10-04T20:45:56.958Z | |
1430 | 2024-10-04T20:45:56.958Z | real 4:31.637284567 |
1431 | 2024-10-04T20:45:56.958Z | user 12:12.170810984 |
1432 | 2024-10-04T20:45:56.958Z | sys 2:34.640311430 |
1433 | 2024-10-04T20:45:56.958Z | trap 0.425329980 |
1434 | 2024-10-04T20:45:56.958Z | tflt 5.373285250 |
1435 | 2024-10-04T20:45:56.958Z | dflt 3.592078782 |
1436 | 2024-10-04T20:45:56.958Z | kflt 0.510620628 |
1437 | 2024-10-04T20:45:56.958Z | lock 24:22.821278251 |
1438 | 2024-10-04T20:45:56.958Z | slp 48:53.885033478 |
1439 | 2024-10-04T20:45:56.958Z | lat 42.065888318 |
1440 | 2024-10-04T20:45:56.958Z | stop 1:51.974873178 |
1441 | 2024-10-04T20:45:56.958Z | + ptime -m cargo xtask download softnpu |
1442 | 2024-10-04T20:45:57.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1443 | 2024-10-04T20:45:57.516Z | Running `target/debug/xtask download softnpu` |
1444 | 2024-10-04T20:45:58.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1445 | 2024-10-04T20:45:58.436Z | Running `target/debug/xtask-downloader softnpu` |
1446 | 2024-10-04T20:45:58.470Z | Oct 04 20:45:57.008 INFO Starting download, target: Softnpu |
1447 | 2024-10-04T20:45:58.473Z | Oct 04 20:45:57.009 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1448 | 2024-10-04T20:45:59.418Z | Oct 04 20:45:57.957 INFO Download complete, target: Softnpu |
1449 | 2024-10-04T20:45:59.422Z | |
1450 | 2024-10-04T20:45:59.425Z | real 2.471066952 |
1451 | 2024-10-04T20:45:59.425Z | user 1.278128939 |
1452 | 2024-10-04T20:45:59.425Z | sys 0.556492488 |
1453 | 2024-10-04T20:45:59.425Z | trap 0.000696754 |
1454 | 2024-10-04T20:45:59.425Z | tflt 0.000015097 |
1455 | 2024-10-04T20:45:59.425Z | dflt 0.000000000 |
1456 | 2024-10-04T20:45:59.425Z | kflt 0.000000000 |
1457 | 2024-10-04T20:45:59.425Z | lock 9.977022400 |
1458 | 2024-10-04T20:45:59.425Z | slp 0.931601405 |
1459 | 2024-10-04T20:45:59.425Z | lat 0.071594547 |
1460 | 2024-10-04T20:45:59.425Z | stop 0.000376833 |
1461 | 2024-10-04T20:45:59.425Z | + export CARGO_INCREMENTAL=0 |
1462 | 2024-10-04T20:45:59.425Z | + CARGO_INCREMENTAL=0 |
1463 | 2024-10-04T20:45:59.425Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1464 | 2024-10-04T20:46:00.395Z | Compiling proc-macro2 v1.0.86 |
1465 | 2024-10-04T20:46:00.396Z | Compiling unicode-ident v1.0.13 |
1466 | 2024-10-04T20:46:00.396Z | Compiling libc v0.2.159 |
1467 | 2024-10-04T20:46:00.396Z | Compiling serde v1.0.210 |
1468 | 2024-10-04T20:46:00.400Z | Compiling version_check v0.9.5 |
1469 | 2024-10-04T20:46:00.400Z | Compiling autocfg v1.3.0 |
1470 | 2024-10-04T20:46:00.400Z | Compiling cfg-if v1.0.0 |
1471 | 2024-10-04T20:46:00.400Z | Compiling once_cell v1.19.0 |
1472 | 2024-10-04T20:46:00.723Z | Compiling typenum v1.17.0 |
1473 | 2024-10-04T20:46:00.896Z | Compiling memchr v2.7.2 |
1474 | 2024-10-04T20:46:01.125Z | Compiling byteorder v1.5.0 |
1475 | 2024-10-04T20:46:01.237Z | Compiling lock_api v0.4.12 |
1476 | 2024-10-04T20:46:01.595Z | Compiling generic-array v0.14.7 |
1477 | 2024-10-04T20:46:01.618Z | Compiling ahash v0.8.11 |
1478 | 2024-10-04T20:46:01.687Z | Compiling parking_lot_core v0.9.10 |
1479 | 2024-10-04T20:46:01.896Z | Compiling quote v1.0.37 |
1480 | 2024-10-04T20:46:01.980Z | Compiling serde_json v1.0.128 |
1481 | 2024-10-04T20:46:02.136Z | Compiling libm v0.2.8 |
1482 | 2024-10-04T20:46:02.304Z | Compiling syn v2.0.79 |
1483 | 2024-10-04T20:46:02.408Z | Compiling getrandom v0.2.14 |
1484 | 2024-10-04T20:46:02.484Z | Compiling jobserver v0.1.32 |
1485 | 2024-10-04T20:46:02.577Z | Compiling num-traits v0.2.19 |
1486 | 2024-10-04T20:46:02.777Z | Compiling thiserror v1.0.64 |
1487 | 2024-10-04T20:46:02.911Z | Compiling cc v1.0.97 |
1488 | 2024-10-04T20:46:02.950Z | Compiling itoa v1.0.11 |
1489 | 2024-10-04T20:46:03.109Z | Compiling value-bag v1.9.0 |
1490 | 2024-10-04T20:46:03.193Z | Compiling scopeguard v1.2.0 |
1491 | 2024-10-04T20:46:03.317Z | Compiling slab v0.4.9 |
1492 | 2024-10-04T20:46:03.641Z | Compiling log v0.4.22 |
1493 | 2024-10-04T20:46:03.644Z | Compiling rand_core v0.6.4 |
1494 | 2024-10-04T20:46:03.802Z | Compiling allocator-api2 v0.2.18 |
1495 | 2024-10-04T20:46:04.092Z | Compiling semver v1.0.23 |
1496 | 2024-10-04T20:46:04.458Z | Compiling subtle v2.5.0 |
1497 | 2024-10-04T20:46:04.799Z | Compiling pin-project-lite v0.2.14 |
1498 | 2024-10-04T20:46:04.981Z | Compiling equivalent v1.0.1 |
1499 | 2024-10-04T20:46:04.998Z | Compiling smallvec v1.13.2 |
1500 | 2024-10-04T20:46:05.032Z | Compiling const-oid v0.9.6 |
1501 | 2024-10-04T20:46:05.196Z | Compiling ryu v1.0.18 |
1502 | 2024-10-04T20:46:05.354Z | Compiling signal-hook-registry v1.4.2 |
1503 | 2024-10-04T20:46:05.541Z | Compiling mio v1.0.2 |
1504 | 2024-10-04T20:46:05.830Z | Compiling pkg-config v0.3.30 |
1505 | 2024-10-04T20:46:06.246Z | Compiling parking_lot v0.12.2 |
1506 | 2024-10-04T20:46:06.265Z | Compiling ring v0.17.8 |
1507 | 2024-10-04T20:46:06.298Z | Compiling schemars v0.8.21 |
1508 | 2024-10-04T20:46:06.652Z | Compiling vcpkg v0.2.15 |
1509 | 2024-10-04T20:46:07.102Z | Compiling socket2 v0.5.7 |
1510 | 2024-10-04T20:46:07.250Z | Compiling httparse v1.8.0 |
1511 | 2024-10-04T20:46:07.339Z | Compiling fnv v1.0.7 |
1512 | 2024-10-04T20:46:08.254Z | Compiling futures-core v0.3.30 |
1513 | 2024-10-04T20:46:08.292Z | Compiling openssl-sys v0.9.103 |
1514 | 2024-10-04T20:46:08.556Z | Compiling spin v0.9.8 |
1515 | 2024-10-04T20:46:08.997Z | Compiling crossbeam-utils v0.8.19 |
1516 | 2024-10-04T20:46:09.018Z | Compiling syn v1.0.109 |
1517 | 2024-10-04T20:46:09.629Z | Compiling futures-sink v0.3.30 |
1518 | 2024-10-04T20:46:09.711Z | Compiling heck v0.5.0 |
1519 | 2024-10-04T20:46:09.765Z | Compiling serde_derive_internals v0.29.1 |
1520 | 2024-10-04T20:46:10.134Z | Compiling time-core v0.1.2 |
1521 | 2024-10-04T20:46:10.278Z | Compiling cpufeatures v0.2.12 |
1522 | 2024-10-04T20:46:10.302Z | Compiling num-conv v0.1.0 |
1523 | 2024-10-04T20:46:10.601Z | Compiling time-macros v0.2.18 |
1524 | 2024-10-04T20:46:10.683Z | Compiling openssl v0.10.66 |
1525 | 2024-10-04T20:46:11.061Z | Compiling rustix v0.38.34 |
1526 | 2024-10-04T20:46:11.543Z | Compiling futures-channel v0.3.30 |
1527 | 2024-10-04T20:46:11.725Z | Compiling futures-io v0.3.30 |
1528 | 2024-10-04T20:46:11.855Z | Compiling futures-task v0.3.30 |
1529 | 2024-10-04T20:46:11.968Z | Compiling rustls v0.23.10 |
1530 | 2024-10-04T20:46:11.986Z | Compiling iana-time-zone v0.1.60 |
1531 | 2024-10-04T20:46:12.011Z | Compiling pin-utils v0.1.0 |
1532 | 2024-10-04T20:46:12.091Z | Compiling native-tls v0.2.11 |
1533 | 2024-10-04T20:46:12.109Z | Compiling tinyvec_macros v0.1.1 |
1534 | 2024-10-04T20:46:12.194Z | Compiling tinyvec v1.6.0 |
1535 | 2024-10-04T20:46:12.260Z | Compiling ucd-trie v0.1.6 |
1536 | 2024-10-04T20:46:12.644Z | Compiling base64ct v1.6.0 |
1537 | 2024-10-04T20:46:13.012Z | Compiling backtrace v0.3.71 |
1538 | 2024-10-04T20:46:13.096Z | Compiling tracing-core v0.1.32 |
1539 | 2024-10-04T20:46:13.224Z | Compiling pem-rfc7468 v0.7.0 |
1540 | 2024-10-04T20:46:13.480Z | Compiling cookie v0.18.1 |
1541 | 2024-10-04T20:46:13.482Z | Compiling flagset v0.4.5 |
1542 | 2024-10-04T20:46:13.692Z | Compiling unicode-normalization v0.1.23 |
1543 | 2024-10-04T20:46:13.716Z | Compiling slog v2.7.0 |
1544 | 2024-10-04T20:46:13.779Z | Compiling unicode-bidi v0.3.15 |
1545 | 2024-10-04T20:46:14.213Z | Compiling aho-corasick v1.1.3 |
1546 | 2024-10-04T20:46:14.720Z | Compiling regex-syntax v0.8.4 |
1547 | 2024-10-04T20:46:15.298Z | Compiling serde_derive v1.0.210 |
1548 | 2024-10-04T20:46:15.304Z | Compiling zeroize_derive v1.4.2 |
1549 | 2024-10-04T20:46:15.818Z | Compiling zerocopy-derive v0.7.34 |
1550 | 2024-10-04T20:46:16.724Z | Compiling zeroize v1.8.1 |
1551 | 2024-10-04T20:46:17.181Z | Compiling tokio-macros v2.4.0 |
1552 | 2024-10-04T20:46:17.794Z | Compiling zerocopy v0.7.34 |
1553 | 2024-10-04T20:46:18.238Z | Compiling thiserror-impl v1.0.64 |
1554 | 2024-10-04T20:46:18.661Z | Compiling futures-macro v0.3.30 |
1555 | 2024-10-04T20:46:19.862Z | Compiling hashbrown v0.14.5 |
1556 | 2024-10-04T20:46:20.404Z | Compiling crypto-common v0.1.6 |
1557 | 2024-10-04T20:46:20.599Z | Compiling tracing-attributes v0.1.27 |
1558 | 2024-10-04T20:46:20.966Z | Compiling der_derive v0.7.2 |
1559 | 2024-10-04T20:46:21.093Z | Compiling block-buffer v0.10.4 |
1560 | 2024-10-04T20:46:21.341Z | Compiling digest v0.10.7 |
1561 | 2024-10-04T20:46:21.566Z | Compiling schemars_derive v0.8.21 |
1562 | 2024-10-04T20:46:22.329Z | Compiling hmac v0.12.1 |
1563 | 2024-10-04T20:46:22.629Z | Compiling block-padding v0.3.3 |
1564 | 2024-10-04T20:46:22.893Z | Compiling inout v0.1.3 |
1565 | 2024-10-04T20:46:23.129Z | Compiling openssl-macros v0.1.1 |
1566 | 2024-10-04T20:46:23.150Z | Compiling cipher v0.4.4 |
1567 | 2024-10-04T20:46:23.583Z | Compiling sha2 v0.10.8 |
1568 | 2024-10-04T20:46:23.765Z | Compiling futures-util v0.3.30 |
1569 | 2024-10-04T20:46:23.845Z | Compiling scroll_derive v0.12.0 |
1570 | 2024-10-04T20:46:24.090Z | Compiling pest v2.7.10 |
1571 | 2024-10-04T20:46:24.461Z | Compiling tracing v0.1.40 |
1572 | 2024-10-04T20:46:25.187Z | Compiling der v0.7.9 |
1573 | 2024-10-04T20:46:25.541Z | Compiling salsa20 v0.10.2 |
1574 | 2024-10-04T20:46:25.767Z | Compiling pbkdf2 v0.12.2 |
1575 | 2024-10-04T20:46:26.184Z | Compiling regex-automata v0.4.6 |
1576 | 2024-10-04T20:46:26.676Z | Compiling pest_meta v2.7.10 |
1577 | 2024-10-04T20:46:28.102Z | Compiling pest_generator v2.7.10 |
1578 | 2024-10-04T20:46:28.121Z | Compiling bytes v1.7.2 |
1579 | 2024-10-04T20:46:28.442Z | Compiling indexmap v2.5.0 |
1580 | 2024-10-04T20:46:29.983Z | Compiling rustc_version v0.4.0 |
1581 | 2024-10-04T20:46:30.444Z | Compiling tokio v1.39.3 |
1582 | 2024-10-04T20:46:30.678Z | Compiling bitflags v2.6.0 |
1583 | 2024-10-04T20:46:31.093Z | Compiling uuid v1.10.0 |
1584 | 2024-10-04T20:46:31.263Z | Compiling serde_tokenstream v0.2.2 |
1585 | 2024-10-04T20:46:31.798Z | Compiling chrono v0.4.38 |
1586 | 2024-10-04T20:46:32.341Z | Compiling http v1.1.0 |
1587 | 2024-10-04T20:46:33.191Z | Compiling serde_spanned v0.6.7 |
1588 | 2024-10-04T20:46:33.417Z | Compiling toml_datetime v0.6.8 |
1589 | 2024-10-04T20:46:35.149Z | Compiling spki v0.7.3 |
1590 | 2024-10-04T20:46:35.530Z | Compiling anyhow v1.0.89 |
1591 | 2024-10-04T20:46:36.090Z | Compiling dyn-clone v1.0.17 |
1592 | 2024-10-04T20:46:36.217Z | Compiling rayon-core v1.12.1 |
1593 | 2024-10-04T20:46:36.506Z | Compiling winnow v0.5.40 |
1594 | 2024-10-04T20:46:37.006Z | Compiling pest_derive v2.7.10 |
1595 | 2024-10-04T20:46:38.568Z | Compiling scrypt v0.11.0 |
1596 | 2024-10-04T20:46:38.615Z | Compiling cbc v0.1.2 |
1597 | 2024-10-04T20:46:38.841Z | Compiling tokio-util v0.7.12 |
1598 | 2024-10-04T20:46:39.755Z | Compiling aes v0.8.4 |
1599 | 2024-10-04T20:46:40.367Z | Compiling toml_edit v0.19.15 |
1600 | 2024-10-04T20:46:40.391Z | Compiling usdt-impl v0.5.0 |
1601 | 2024-10-04T20:46:40.447Z | Compiling rustversion v1.0.17 |
1602 | 2024-10-04T20:46:40.738Z | Compiling rustls-pki-types v1.7.0 |
1603 | 2024-10-04T20:46:40.918Z | Compiling pkcs5 v0.7.1 |
1604 | 2024-10-04T20:46:41.166Z | Compiling heapless v0.7.17 |
1605 | 2024-10-04T20:46:41.465Z | Compiling scroll v0.12.0 |
1606 | 2024-10-04T20:46:42.085Z | Compiling percent-encoding v2.3.1 |
1607 | 2024-10-04T20:46:42.133Z | Compiling powerfmt v0.2.0 |
1608 | 2024-10-04T20:46:42.399Z | Compiling heck v0.4.1 |
1609 | 2024-10-04T20:46:42.578Z | Compiling untrusted v0.9.0 |
1610 | 2024-10-04T20:46:42.806Z | Compiling ppv-lite86 v0.2.17 |
1611 | 2024-10-04T20:46:42.836Z | Compiling plain v0.2.3 |
1612 | 2024-10-04T20:46:42.995Z | Compiling goblin v0.8.2 |
1613 | 2024-10-04T20:46:43.578Z | Compiling rand_chacha v0.3.1 |
1614 | 2024-10-04T20:46:44.543Z | Compiling deranged v0.3.11 |
1615 | 2024-10-04T20:46:44.888Z | Compiling pkcs8 v0.10.2 |
1616 | 2024-10-04T20:46:45.880Z | Compiling regex v1.10.6 |
1617 | 2024-10-04T20:46:46.920Z | Compiling crc32fast v1.4.0 |
1618 | 2024-10-04T20:46:47.209Z | Compiling pretty-hex v0.4.1 |
1619 | 2024-10-04T20:46:47.227Z | Compiling num_threads v0.1.7 |
1620 | 2024-10-04T20:46:47.351Z | Compiling try-lock v0.2.5 |
1621 | 2024-10-04T20:46:47.397Z | Compiling atomic-waker v1.1.2 |
1622 | 2024-10-04T20:46:47.496Z | Compiling strsim v0.11.1 |
1623 | 2024-10-04T20:46:47.569Z | Compiling want v0.3.1 |
1624 | 2024-10-04T20:46:48.114Z | Compiling time v0.3.36 |
1625 | 2024-10-04T20:46:48.248Z | Compiling rustls-webpki v0.102.4 |
1626 | 2024-10-04T20:46:48.813Z | Compiling dof v0.3.0 |
1627 | 2024-10-04T20:46:50.516Z | Compiling rand v0.8.5 |
1628 | 2024-10-04T20:46:50.998Z | Compiling dtrace-parser v0.2.0 |
1629 | 2024-10-04T20:46:51.968Z | Compiling http-body v1.0.0 |
1630 | 2024-10-04T20:46:52.228Z | Compiling curve25519-dalek v4.1.3 |
1631 | 2024-10-04T20:46:52.307Z | Compiling async-trait v0.1.83 |
1632 | 2024-10-04T20:46:52.363Z | Compiling thread-id v4.2.1 |
1633 | 2024-10-04T20:46:52.479Z | Compiling smoltcp v0.9.1 |
1634 | 2024-10-04T20:46:52.548Z | Compiling httpdate v1.0.3 |
1635 | 2024-10-04T20:46:52.871Z | Compiling signal-hook v0.3.17 |
1636 | 2024-10-04T20:46:52.948Z | Compiling foreign-types-shared v0.1.1 |
1637 | 2024-10-04T20:46:53.065Z | Compiling portable-atomic v1.6.0 |
1638 | 2024-10-04T20:46:53.129Z | Compiling num-bigint-dig v0.8.4 |
1639 | 2024-10-04T20:46:53.430Z | Compiling foreign-types v0.3.2 |
1640 | 2024-10-04T20:46:53.526Z | Compiling h2 v0.4.6 |
1641 | 2024-10-04T20:46:55.947Z | Compiling form_urlencoded v1.2.1 |
1642 | 2024-10-04T20:46:56.818Z | Compiling errno v0.3.9 |
1643 | 2024-10-04T20:46:56.911Z | Compiling siphasher v0.3.11 |
1644 | 2024-10-04T20:46:56.929Z | Compiling base64 v0.22.1 |
1645 | 2024-10-04T20:46:57.077Z | Compiling tower-service v0.3.2 |
1646 | 2024-10-04T20:46:58.569Z | Compiling crossbeam-epoch v0.9.18 |
1647 | 2024-10-04T20:47:00.615Z | Compiling hyper v1.4.1 |
1648 | 2024-10-04T20:47:01.204Z | Compiling openapiv3 v2.0.0 |
1649 | 2024-10-04T20:47:01.415Z | Compiling hubpack_derive v0.1.1 |
1650 | 2024-10-04T20:47:02.385Z | Compiling signature v2.2.0 |
1651 | 2024-10-04T20:47:02.541Z | Compiling curve25519-dalek-derive v0.1.1 |
1652 | 2024-10-04T20:47:03.250Z | Compiling zerocopy-derive v0.6.6 |
1653 | 2024-10-04T20:47:03.916Z | Compiling idna v0.5.0 |
1654 | 2024-10-04T20:47:04.408Z | Compiling lazy_static v1.5.0 |
1655 | 2024-10-04T20:47:05.127Z | Compiling fs-err v2.11.0 |
1656 | 2024-10-04T20:47:05.279Z | Compiling adler v1.0.2 |
1657 | 2024-10-04T20:47:05.447Z | Compiling gimli v0.28.1 |
1658 | 2024-10-04T20:47:05.478Z | Compiling utf8parse v0.2.1 |
1659 | 2024-10-04T20:47:05.558Z | Compiling stable_deref_trait v1.2.0 |
1660 | 2024-10-04T20:47:05.649Z | Compiling openssl-probe v0.1.5 |
1661 | 2024-10-04T20:47:05.673Z | Compiling finl_unicode v1.2.0 |
1662 | 2024-10-04T20:47:05.926Z | Compiling either v1.13.0 |
1663 | 2024-10-04T20:47:06.291Z | Compiling anstyle v1.0.8 |
1664 | 2024-10-04T20:47:06.322Z | Compiling hyper-util v0.1.9 |
1665 | 2024-10-04T20:47:08.908Z | Compiling stringprep v0.1.4 |
1666 | 2024-10-04T20:47:11.362Z | Compiling addr2line v0.21.0 |
1667 | 2024-10-04T20:47:12.214Z | Compiling anstyle-parse v0.2.4 |
1668 | 2024-10-04T20:47:12.519Z | Compiling miniz_oxide v0.7.2 |
1669 | 2024-10-04T20:47:12.636Z | Compiling url v2.5.2 |
1670 | 2024-10-04T20:47:17.515Z | Compiling crossbeam-deque v0.8.5 |
1671 | 2024-10-04T20:47:17.549Z | Compiling usdt-attr-macro v0.5.0 |
1672 | 2024-10-04T20:47:17.882Z | Compiling usdt-macro v0.5.0 |
1673 | 2024-10-04T20:47:19.101Z | Compiling http v0.2.12 |
1674 | 2024-10-04T20:47:19.149Z | Compiling md-5 v0.10.6 |
1675 | 2024-10-04T20:47:19.385Z | Compiling idna v0.3.0 |
1676 | 2024-10-04T20:47:20.935Z | Compiling num-integer v0.1.46 |
1677 | 2024-10-04T20:47:21.324Z | Compiling ff v0.13.0 |
1678 | 2024-10-04T20:47:21.630Z | Compiling object v0.32.2 |
1679 | 2024-10-04T20:47:21.648Z | Compiling hash32 v0.2.1 |
1680 | 2024-10-04T20:47:21.970Z | Compiling colorchoice v1.0.1 |
1681 | 2024-10-04T20:47:21.995Z | Compiling base16ct v0.2.0 |
1682 | 2024-10-04T20:47:22.134Z | Compiling rustc-demangle v0.1.24 |
1683 | 2024-10-04T20:47:22.270Z | Compiling psl-types v2.0.11 |
1684 | 2024-10-04T20:47:22.392Z | Compiling fallible-iterator v0.2.0 |
1685 | 2024-10-04T20:47:23.121Z | Compiling is_terminal_polyfill v1.70.0 |
1686 | 2024-10-04T20:47:23.249Z | Compiling anstyle-query v1.0.3 |
1687 | 2024-10-04T20:47:24.997Z | Compiling anstream v0.6.14 |
1688 | 2024-10-04T20:47:25.165Z | Compiling postgres-protocol v0.6.7 |
1689 | 2024-10-04T20:47:26.368Z | Compiling publicsuffix v2.2.3 |
1690 | 2024-10-04T20:47:26.648Z | Compiling sec1 v0.7.3 |
1691 | 2024-10-04T20:47:26.761Z | Compiling tokio-rustls v0.26.0 |
1692 | 2024-10-04T20:47:27.234Z | Compiling group v0.13.0 |
1693 | 2024-10-04T20:47:27.836Z | Compiling num-iter v0.1.45 |
1694 | 2024-10-04T20:47:28.806Z | Compiling terminal_size v0.3.0 |
1695 | 2024-10-04T20:47:30.242Z | Compiling tokio-native-tls v0.3.1 |
1696 | 2024-10-04T20:47:30.817Z | Compiling phf_shared v0.11.2 |
1697 | 2024-10-04T20:47:31.499Z | Compiling http-body-util v0.1.2 |
1698 | 2024-10-04T20:47:32.350Z | Compiling webpki-roots v0.26.3 |
1699 | 2024-10-04T20:47:32.565Z | Compiling strum_macros v0.25.3 |
1700 | 2024-10-04T20:47:32.597Z | Compiling enum-as-inner v0.6.0 |
1701 | 2024-10-04T20:47:32.834Z | Compiling hkdf v0.12.4 |
1702 | 2024-10-04T20:47:33.073Z | Compiling regress v0.10.1 |
1703 | 2024-10-04T20:47:33.333Z | Compiling crypto-bigint v0.5.5 |
1704 | 2024-10-04T20:47:36.301Z | Compiling serde_repr v0.1.19 |
1705 | 2024-10-04T20:47:36.863Z | Compiling clap_derive v4.5.18 |
1706 | 2024-10-04T20:47:37.389Z | Compiling encoding_rs v0.8.34 |
1707 | 2024-10-04T20:47:37.697Z | Compiling bitflags v1.3.2 |
1708 | 2024-10-04T20:47:37.817Z | Compiling ipnet v2.10.0 |
1709 | 2024-10-04T20:47:38.831Z | Compiling managed v0.8.0 |
1710 | 2024-10-04T20:47:39.353Z | Compiling adler2 v2.0.0 |
1711 | 2024-10-04T20:47:40.017Z | Compiling mime v0.3.17 |
1712 | 2024-10-04T20:47:40.699Z | Compiling unicode-width v0.1.13 |
1713 | 2024-10-04T20:47:40.934Z | Compiling clap_lex v0.7.0 |
1714 | 2024-10-04T20:47:41.130Z | Compiling console v0.15.8 |
1715 | 2024-10-04T20:47:41.370Z | Compiling clap_builder v4.5.18 |
1716 | 2024-10-04T20:47:42.399Z | Compiling miniz_oxide v0.8.0 |
1717 | 2024-10-04T20:47:43.716Z | Compiling typify-impl v0.2.0 |
1718 | 2024-10-04T20:47:46.265Z | Compiling elliptic-curve v0.13.8 |
1719 | 2024-10-04T20:47:47.887Z | Compiling hyper-rustls v0.27.3 |
1720 | 2024-10-04T20:47:48.050Z | Compiling hyper-tls v0.6.0 |
1721 | 2024-10-04T20:47:49.228Z | Compiling phf v0.11.2 |
1722 | 2024-10-04T20:47:49.536Z | Compiling rayon v1.10.0 |
1723 | 2024-10-04T20:47:50.076Z | Compiling cookie_store v0.21.0 |
1724 | 2024-10-04T20:47:51.390Z | Compiling postgres-types v0.2.8 |
1725 | 2024-10-04T20:47:51.394Z | Compiling http-body v0.4.6 |
1726 | 2024-10-04T20:47:51.596Z | Compiling h2 v0.3.26 |
1727 | 2024-10-04T20:47:52.014Z | Compiling zerocopy v0.6.6 |
1728 | 2024-10-04T20:47:52.803Z | Compiling ed25519 v2.2.3 |
1729 | 2024-10-04T20:47:52.841Z | Compiling hubpack v0.1.2 |
1730 | 2024-10-04T20:47:52.935Z | Compiling rustls-pemfile v2.1.3 |
1731 | 2024-10-04T20:47:53.290Z | Compiling phf_shared v0.10.0 |
1732 | 2024-10-04T20:47:53.660Z | Compiling serde_urlencoded v0.7.1 |
1733 | 2024-10-04T20:47:54.178Z | Compiling pkcs1 v0.7.5 |
1734 | 2024-10-04T20:47:54.508Z | Compiling bstr v1.9.1 |
1735 | 2024-10-04T20:47:54.597Z | Compiling futures-executor v0.3.30 |
1736 | 2024-10-04T20:47:55.084Z | Compiling serde-big-array v0.5.1 |
1737 | 2024-10-04T20:47:55.291Z | Compiling rfc6979 v0.4.0 |
1738 | 2024-10-04T20:47:55.307Z | Compiling idna v0.4.0 |
1739 | 2024-10-04T20:47:55.547Z | Compiling float-cmp v0.9.0 |
1740 | 2024-10-04T20:47:55.565Z | Compiling sync_wrapper v1.0.1 |
1741 | 2024-10-04T20:47:55.690Z | Compiling mio v0.8.11 |
1742 | 2024-10-04T20:47:55.717Z | Compiling memmap v0.7.0 |
1743 | 2024-10-04T20:47:55.760Z | Compiling socket2 v0.4.10 |
1744 | 2024-10-04T20:47:56.076Z | Compiling precomputed-hash v0.1.1 |
1745 | 2024-10-04T20:47:56.194Z | Compiling number_prefix v0.4.0 |
1746 | 2024-10-04T20:47:56.427Z | Compiling winnow v0.6.18 |
1747 | 2024-10-04T20:47:56.496Z | Compiling bit-vec v0.6.3 |
1748 | 2024-10-04T20:47:56.739Z | Compiling minimal-lexical v0.2.1 |
1749 | 2024-10-04T20:47:56.889Z | Compiling static_assertions v1.1.0 |
1750 | 2024-10-04T20:47:56.938Z | Compiling unicode-segmentation v1.11.0 |
1751 | 2024-10-04T20:47:56.999Z | Compiling difflib v0.4.0 |
1752 | 2024-10-04T20:47:57.217Z | Compiling normalize-line-endings v0.3.0 |
1753 | 2024-10-04T20:47:57.348Z | Compiling data-encoding v2.6.0 |
1754 | 2024-10-04T20:47:57.729Z | Compiling new_debug_unreachable v1.0.6 |
1755 | 2024-10-04T20:47:58.198Z | Compiling fixedbitset v0.4.2 |
1756 | 2024-10-04T20:47:58.600Z | Compiling predicates-core v1.0.6 |
1757 | 2024-10-04T20:47:59.088Z | Compiling whoami v1.5.2 |
1758 | 2024-10-04T20:47:59.422Z | Compiling reqwest v0.12.7 |
1759 | 2024-10-04T20:47:59.481Z | Compiling tokio-postgres v0.7.12 |
1760 | 2024-10-04T20:47:59.656Z | Compiling predicates v3.1.2 |
1761 | 2024-10-04T20:48:00.171Z | Compiling toml_edit v0.22.22 |
1762 | 2024-10-04T20:48:00.476Z | Compiling petgraph v0.6.5 |
1763 | 2024-10-04T20:48:01.140Z | Compiling hyper v0.14.30 |
1764 | 2024-10-04T20:48:01.339Z | Compiling hickory-proto v0.24.1 |
1765 | 2024-10-04T20:48:04.566Z | Compiling string_cache v0.8.7 |
1766 | 2024-10-04T20:48:04.581Z | Compiling similar v2.6.0 |
1767 | 2024-10-04T20:48:04.943Z | Compiling nom v7.1.3 |
1768 | 2024-10-04T20:48:06.492Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1769 | 2024-10-04T20:48:07.445Z | Compiling bit-set v0.5.3 |
1770 | 2024-10-04T20:48:07.724Z | Compiling indicatif v0.17.8 |
1771 | 2024-10-04T20:48:08.697Z | Compiling signal-hook-mio v0.2.4 |
1772 | 2024-10-04T20:48:08.881Z | Compiling usdt v0.5.0 |
1773 | 2024-10-04T20:48:09.491Z | Compiling typify-macro v0.2.0 |
1774 | 2024-10-04T20:48:09.569Z | Compiling ecdsa v0.16.9 |
1775 | 2024-10-04T20:48:09.881Z | Compiling futures v0.3.30 |
1776 | 2024-10-04T20:48:10.248Z | Compiling rsa v0.9.6 |
1777 | 2024-10-04T20:48:10.392Z | Compiling ed25519-dalek v2.1.1 |
1778 | 2024-10-04T20:48:10.923Z | Compiling flate2 v1.0.34 |
1779 | 2024-10-04T20:48:11.167Z | Compiling clap v4.5.18 |
1780 | 2024-10-04T20:48:11.637Z | Compiling itertools v0.12.1 |
1781 | 2024-10-04T20:48:11.814Z | Compiling itertools v0.10.5 |
1782 | 2024-10-04T20:48:11.843Z | Compiling toml v0.7.8 |
1783 | 2024-10-04T20:48:12.358Z | Compiling tokio-stream v0.1.16 |
1784 | 2024-10-04T20:48:13.093Z | Compiling x509-cert v0.2.5 |
1785 | 2024-10-04T20:48:13.220Z | Compiling hex v0.4.3 |
1786 | 2024-10-04T20:48:13.418Z | Compiling sha1 v0.10.6 |
1787 | 2024-10-04T20:48:13.845Z | Compiling camino v1.1.9 |
1788 | 2024-10-04T20:48:13.877Z | Compiling peg-runtime v0.8.3 |
1789 | 2024-10-04T20:48:14.386Z | Compiling unicode-xid v0.2.4 |
1790 | 2024-10-04T20:48:14.421Z | Compiling lalrpop-util v0.19.12 |
1791 | 2024-10-04T20:48:14.811Z | Compiling proc-macro-crate v1.3.1 |
1792 | 2024-10-04T20:48:15.774Z | Compiling heapless v0.8.0 |
1793 | 2024-10-04T20:48:17.151Z | Compiling num_enum_derive v0.5.11 |
1794 | 2024-10-04T20:48:17.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1795 | 2024-10-04T20:48:19.737Z | Compiling ipnetwork v0.20.0 |
1796 | 2024-10-04T20:48:24.070Z | Compiling hash32 v0.3.1 |
1797 | 2024-10-04T20:48:24.982Z | Compiling smoltcp v0.11.0 |
1798 | 2024-10-04T20:48:25.971Z | Compiling ident_case v1.0.1 |
1799 | 2024-10-04T20:48:26.314Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1800 | 2024-10-04T20:48:27.821Z | Compiling darling_core v0.20.9 |
1801 | 2024-10-04T20:48:35.425Z | Compiling num_enum v0.5.11 |
1802 | 2024-10-04T20:48:35.741Z | Compiling typify v0.2.0 |
1803 | 2024-10-04T20:48:37.422Z | Compiling dirs-sys-next v0.1.2 |
1804 | 2024-10-04T20:48:38.430Z | Compiling proc-macro-error-attr v1.0.4 |
1805 | 2024-10-04T20:48:38.492Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1806 | 2024-10-04T20:48:38.764Z | Compiling paste v1.0.15 |
1807 | 2024-10-04T20:48:39.975Z | Compiling unsafe-libyaml v0.2.11 |
1808 | 2024-10-04T20:48:40.748Z | Compiling cobs v0.2.3 |
1809 | 2024-10-04T20:48:41.214Z | Compiling rustls v0.22.4 |
1810 | 2024-10-04T20:48:41.514Z | Compiling embedded-io v0.4.0 |
1811 | 2024-10-04T20:48:41.744Z | Compiling postcard v1.0.8 |
1812 | 2024-10-04T20:48:41.789Z | Compiling serde_yaml v0.9.34+deprecated |
1813 | 2024-10-04T20:48:42.728Z | Compiling dirs-next v2.0.0 |
1814 | 2024-10-04T20:48:50.013Z | Compiling progenitor-impl v0.8.0 |
1815 | 2024-10-04T20:48:51.179Z | Compiling darling_macro v0.20.9 |
1816 | 2024-10-04T20:49:00.584Z | Compiling strum_macros v0.26.4 |
1817 | 2024-10-04T20:49:02.081Z | Compiling foreign-types-macros v0.2.3 |
1818 | 2024-10-04T20:49:02.303Z | Compiling structmeta-derive v0.3.0 |
1819 | 2024-10-04T20:49:03.324Z | Compiling thread_local v1.1.8 |
1820 | 2024-10-04T20:49:04.019Z | Compiling multer v3.1.0 |
1821 | 2024-10-04T20:49:04.336Z | Compiling proc-macro-error v1.0.4 |
1822 | 2024-10-04T20:49:04.620Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1823 | 2024-10-04T20:49:04.652Z | Compiling slog-async v2.8.0 |
1824 | 2024-10-04T20:49:05.848Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1825 | 2024-10-04T20:49:06.008Z | Compiling foreign-types-shared v0.3.1 |
1826 | 2024-10-04T20:49:06.129Z | Compiling match_cfg v0.1.0 |
1827 | 2024-10-04T20:49:06.850Z | Compiling hostname v0.3.1 |
1828 | 2024-10-04T20:49:10.064Z | Compiling foreign-types v0.5.0 |
1829 | 2024-10-04T20:49:10.734Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1830 | 2024-10-04T20:49:16.950Z | Compiling strum v0.26.3 |
1831 | 2024-10-04T20:49:17.156Z | Compiling structmeta v0.3.0 |
1832 | 2024-10-04T20:49:19.955Z | Compiling progenitor-macro v0.8.0 |
1833 | 2024-10-04T20:49:20.468Z | Compiling darling v0.20.9 |
1834 | 2024-10-04T20:49:20.776Z | Compiling term v0.7.0 |
1835 | 2024-10-04T20:49:25.274Z | Compiling progenitor-client v0.8.0 |
1836 | 2024-10-04T20:49:25.373Z | Compiling tabwriter v1.4.0 |
1837 | 2024-10-04T20:49:26.161Z | Compiling slog-json v2.6.1 |
1838 | 2024-10-04T20:49:29.865Z | Compiling crossbeam-channel v0.5.12 |
1839 | 2024-10-04T20:49:31.467Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1840 | 2024-10-04T20:49:32.178Z | Compiling async-stream-impl v0.3.5 |
1841 | 2024-10-04T20:49:32.289Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1842 | 2024-10-04T20:49:32.443Z | Compiling is-terminal v0.4.12 |
1843 | 2024-10-04T20:49:32.582Z | Compiling cstr-argument v0.1.2 |
1844 | 2024-10-04T20:49:32.867Z | Compiling dropshot v0.12.0 |
1845 | 2024-10-04T20:49:33.172Z | Compiling fastrand v2.1.0 |
1846 | 2024-10-04T20:49:33.176Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1847 | 2024-10-04T20:49:33.411Z | Compiling crucible-workspace-hack v0.1.0 |
1848 | 2024-10-04T20:49:33.480Z | Compiling take_mut v0.2.2 |
1849 | 2024-10-04T20:49:33.659Z | Compiling pretty-hex v0.2.1 |
1850 | 2024-10-04T20:49:33.886Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1851 | 2024-10-04T20:49:34.263Z | Compiling tempfile v3.10.1 |
1852 | 2024-10-04T20:49:34.900Z | Compiling progenitor v0.8.0 |
1853 | 2024-10-04T20:49:34.921Z | Compiling async-stream v0.3.5 |
1854 | 2024-10-04T20:49:35.244Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1855 | 2024-10-04T20:49:35.443Z | Compiling slog-term v2.9.1 |
1856 | 2024-10-04T20:49:35.810Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1857 | 2024-10-04T20:49:35.996Z | Compiling tokio-rustls v0.25.0 |
1858 | 2024-10-04T20:49:36.147Z | Compiling slog-bunyan v2.5.0 |
1859 | 2024-10-04T20:49:36.562Z | Compiling serde_with_macros v3.9.0 |
1860 | 2024-10-04T20:49:37.053Z | Compiling parse-display-derive v0.10.0 |
1861 | 2024-10-04T20:49:37.139Z | Compiling toml v0.8.19 |
1862 | 2024-10-04T20:49:38.073Z | Compiling colored v2.1.0 |
1863 | 2024-10-04T20:49:38.348Z | Compiling waitgroup v0.1.2 |
1864 | 2024-10-04T20:49:38.598Z | Compiling newtype-uuid v1.1.0 |
1865 | 2024-10-04T20:49:38.955Z | Compiling dropshot_endpoint v0.12.0 |
1866 | 2024-10-04T20:49:39.162Z | Compiling serde_path_to_error v0.1.16 |
1867 | 2024-10-04T20:49:39.335Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1868 | 2024-10-04T20:49:39.414Z | Compiling hostname v0.4.0 |
1869 | 2024-10-04T20:49:39.685Z | Compiling instant v0.1.12 |
1870 | 2024-10-04T20:49:39.858Z | Compiling debug-ignore v1.0.5 |
1871 | 2024-10-04T20:49:40.003Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1872 | 2024-10-04T20:49:40.069Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1873 | 2024-10-04T20:49:40.187Z | Compiling backoff v0.4.0 |
1874 | 2024-10-04T20:49:40.282Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1875 | 2024-10-04T20:49:40.397Z | Compiling serde_with v3.9.0 |
1876 | 2024-10-04T20:49:40.564Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1877 | 2024-10-04T20:49:40.983Z | Compiling parse-display v0.10.0 |
1878 | 2024-10-04T20:49:42.962Z | Compiling zone_cfg_derive v0.3.0 |
1879 | 2024-10-04T20:49:43.192Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1880 | 2024-10-04T20:49:43.752Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1881 | 2024-10-04T20:49:43.930Z | Compiling camino-tempfile v1.1.1 |
1882 | 2024-10-04T20:49:44.429Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1883 | 2024-10-04T20:49:44.644Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1884 | 2024-10-04T20:49:44.728Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1885 | 2024-10-04T20:49:44.822Z | Compiling macaddr v1.0.1 |
1886 | 2024-10-04T20:49:44.930Z | Compiling regress v0.9.1 |
1887 | 2024-10-04T20:49:45.443Z | Compiling num-derive v0.4.2 |
1888 | 2024-10-04T20:49:47.777Z | Compiling sigpipe v0.1.3 |
1889 | 2024-10-04T20:49:47.919Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1890 | 2024-10-04T20:49:48.231Z | Compiling libefi-sys v0.1.0 |
1891 | 2024-10-04T20:49:48.595Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1892 | 2024-10-04T20:49:48.661Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1893 | 2024-10-04T20:49:49.911Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1894 | 2024-10-04T20:49:50.203Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1895 | 2024-10-04T20:49:50.771Z | Compiling zone v0.3.0 |
1896 | 2024-10-04T20:49:51.895Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1897 | 2024-10-04T20:49:53.462Z | Compiling smf v0.2.3 |
1898 | 2024-10-04T20:49:53.531Z | Compiling bitfield-struct v0.6.1 |
1899 | 2024-10-04T20:49:54.048Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1900 | 2024-10-04T20:49:54.463Z | Compiling blake3 v1.5.1 |
1901 | 2024-10-04T20:49:54.892Z | Compiling ring v0.16.20 |
1902 | 2024-10-04T20:49:55.675Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1903 | 2024-10-04T20:49:55.987Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1904 | 2024-10-04T20:49:56.413Z | Compiling xattr v1.3.1 |
1905 | 2024-10-04T20:49:56.416Z | Compiling filetime v0.2.25 |
1906 | 2024-10-04T20:49:56.758Z | Compiling memmap2 v0.9.4 |
1907 | 2024-10-04T20:49:56.776Z | Compiling same-file v1.0.6 |
1908 | 2024-10-04T20:49:57.067Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1909 | 2024-10-04T20:49:57.130Z | Compiling arrayref v0.3.7 |
1910 | 2024-10-04T20:49:57.205Z | Compiling untrusted v0.7.1 |
1911 | 2024-10-04T20:49:57.244Z | Compiling spin v0.5.2 |
1912 | 2024-10-04T20:49:57.317Z | Compiling arrayvec v0.7.4 |
1913 | 2024-10-04T20:49:57.406Z | Compiling constant_time_eq v0.3.0 |
1914 | 2024-10-04T20:49:57.512Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1915 | 2024-10-04T20:49:57.586Z | Compiling walkdir v2.5.0 |
1916 | 2024-10-04T20:49:58.986Z | Compiling tar v0.4.42 |
1917 | 2024-10-04T20:49:59.028Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1918 | 2024-10-04T20:50:00.198Z | Compiling gethostname v0.5.0 |
1919 | 2024-10-04T20:50:00.408Z | Compiling cargo-platform v0.1.8 |
1920 | 2024-10-04T20:50:00.428Z | Compiling topological-sort v0.2.2 |
1921 | 2024-10-04T20:50:01.471Z | Compiling cargo_metadata v0.18.1 |
1922 | 2024-10-04T20:50:03.949Z | Compiling omicron-zone-package v0.11.1 |
1923 | 2024-10-04T20:50:06.866Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1924 | 2024-10-04T20:50:08.099Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1925 | 2024-10-04T20:50:11.043Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1926 | 2024-10-04T20:50:29.606Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1927 | 2024-10-04T20:50:29.757Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1928 | 2024-10-04T20:50:29.798Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1929 | 2024-10-04T20:50:29.801Z | Created new build target 'test' and set it as active |
1930 | 2024-10-04T20:50:29.801Z | |
1931 | 2024-10-04T20:50:29.801Z | real 4:30.330204619 |
1932 | 2024-10-04T20:50:29.801Z | user 30:41.621351131 |
1933 | 2024-10-04T20:50:29.801Z | sys 3:50.418276844 |
1934 | 2024-10-04T20:50:29.801Z | trap 0.869429265 |
1935 | 2024-10-04T20:50:29.801Z | tflt 3.119693466 |
1936 | 2024-10-04T20:50:29.801Z | dflt 0.911239668 |
1937 | 2024-10-04T20:50:29.801Z | kflt 0.009591342 |
1938 | 2024-10-04T20:50:29.801Z | lock 1:08:18.111536007 |
1939 | 2024-10-04T20:50:29.801Z | slp 1:58:25.006226701 |
1940 | 2024-10-04T20:50:29.801Z | lat 2:03.029713291 |
1941 | 2024-10-04T20:50:29.801Z | stop 3:48.320907647 |
1942 | 2024-10-04T20:50:29.801Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1943 | 2024-10-04T20:50:30.790Z | Finished `release` profile [optimized] target(s) in 0.94s |
1944 | 2024-10-04T20:50:30.842Z | Running `target/release/omicron-package -t test package` |
1945 | 2024-10-04T20:50:30.884Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1946 | 2024-10-04T20:50:32.048Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1947 | 2024-10-04T20:50:32.050Z | Compiling convert_case v0.4.0 |
1948 | 2024-10-04T20:50:32.050Z | Compiling camino v1.1.9 |
1949 | 2024-10-04T20:50:32.050Z | Compiling newline-converter v0.3.0 |
1950 | 2024-10-04T20:50:32.050Z | Compiling itertools v0.13.0 |
1951 | 2024-10-04T20:50:32.050Z | Compiling password-hash v0.5.0 |
1952 | 2024-10-04T20:50:32.050Z | Compiling blake2 v0.10.6 |
1953 | 2024-10-04T20:50:32.050Z | Compiling owo-colors v4.1.0 |
1954 | 2024-10-04T20:50:32.406Z | Compiling expectorate v1.1.0 |
1955 | 2024-10-04T20:50:32.425Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1956 | 2024-10-04T20:50:32.452Z | Compiling cancel-safe-futures v0.1.5 |
1957 | 2024-10-04T20:50:32.617Z | Compiling derive-where v1.2.7 |
1958 | 2024-10-04T20:50:32.836Z | Compiling argon2 v0.5.3 |
1959 | 2024-10-04T20:50:33.007Z | Compiling derive_more v0.99.18 |
1960 | 2024-10-04T20:50:33.777Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1961 | 2024-10-04T20:50:34.106Z | Compiling libsw v3.3.1 |
1962 | 2024-10-04T20:50:34.311Z | Compiling linear-map v1.2.0 |
1963 | 2024-10-04T20:50:34.332Z | Compiling base64 v0.21.7 |
1964 | 2024-10-04T20:50:34.459Z | Compiling indent_write v2.2.0 |
1965 | 2024-10-04T20:50:34.696Z | Compiling swrite v0.1.0 |
1966 | 2024-10-04T20:50:34.728Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1967 | 2024-10-04T20:50:34.843Z | Compiling toml v0.8.19 |
1968 | 2024-10-04T20:50:35.199Z | Compiling progenitor-client v0.8.0 |
1969 | 2024-10-04T20:50:35.425Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1970 | 2024-10-04T20:50:35.625Z | Compiling progenitor v0.8.0 |
1971 | 2024-10-04T20:50:35.753Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1972 | 2024-10-04T20:50:35.831Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1973 | 2024-10-04T20:50:35.877Z | Compiling num-rational v0.4.2 |
1974 | 2024-10-04T20:50:35.931Z | Compiling num-complex v0.4.6 |
1975 | 2024-10-04T20:50:36.361Z | Compiling dirs-sys-next v0.1.2 |
1976 | 2024-10-04T20:50:36.859Z | Compiling dirs-next v2.0.0 |
1977 | 2024-10-04T20:50:37.061Z | Compiling num v0.4.3 |
1978 | 2024-10-04T20:50:37.184Z | Compiling float-ord v0.3.2 |
1979 | 2024-10-04T20:50:37.203Z | Compiling term v0.7.0 |
1980 | 2024-10-04T20:50:37.358Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1981 | 2024-10-04T20:50:38.385Z | Compiling atomicwrites v0.4.4 |
1982 | 2024-10-04T20:50:38.490Z | Compiling prettyplease v0.2.22 |
1983 | 2024-10-04T20:50:38.816Z | Compiling semver v0.1.20 |
1984 | 2024-10-04T20:50:38.931Z | Compiling is-terminal v0.4.12 |
1985 | 2024-10-04T20:50:39.069Z | Compiling utf-8 v0.7.6 |
1986 | 2024-10-04T20:50:39.348Z | Compiling rustc_version v0.1.7 |
1987 | 2024-10-04T20:50:39.433Z | Compiling humantime v2.1.0 |
1988 | 2024-10-04T20:50:39.452Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
1989 | 2024-10-04T20:50:39.750Z | Compiling newtype_derive v0.1.6 |
1990 | 2024-10-04T20:50:40.151Z | Compiling highway v1.2.0 |
1991 | 2024-10-04T20:50:40.405Z | Compiling linked-hash-map v0.5.6 |
1992 | 2024-10-04T20:50:40.817Z | Compiling lru-cache v0.1.2 |
1993 | 2024-10-04T20:50:41.041Z | Compiling steno v0.4.1 |
1994 | 2024-10-04T20:50:41.586Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1995 | 2024-10-04T20:50:41.602Z | Compiling quick-error v1.2.3 |
1996 | 2024-10-04T20:50:41.749Z | Compiling home v0.5.9 |
1997 | 2024-10-04T20:50:41.998Z | Compiling resolv-conf v0.7.0 |
1998 | 2024-10-04T20:50:43.894Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1999 | 2024-10-04T20:50:43.998Z | Compiling rustls v0.22.4 |
2000 | 2024-10-04T20:50:44.061Z | Compiling thread_local v1.1.8 |
2001 | 2024-10-04T20:50:44.570Z | Compiling match_cfg v0.1.0 |
2002 | 2024-10-04T20:50:44.674Z | Compiling hostname v0.3.1 |
2003 | 2024-10-04T20:50:44.960Z | Compiling hickory-resolver v0.24.1 |
2004 | 2024-10-04T20:50:49.621Z | Compiling multer v3.1.0 |
2005 | 2024-10-04T20:50:49.700Z | Compiling slog-async v2.8.0 |
2006 | 2024-10-04T20:50:49.769Z | Compiling slog-json v2.6.1 |
2007 | 2024-10-04T20:50:50.131Z | Compiling crossbeam-channel v0.5.12 |
2008 | 2024-10-04T20:50:50.209Z | Compiling take_mut v0.2.2 |
2009 | 2024-10-04T20:50:50.381Z | Compiling slog-bunyan v2.5.0 |
2010 | 2024-10-04T20:50:51.508Z | Compiling tokio-rustls v0.25.0 |
2011 | 2024-10-04T20:50:51.935Z | Compiling slog-term v2.9.1 |
2012 | 2024-10-04T20:50:52.191Z | Compiling dropshot v0.12.0 |
2013 | 2024-10-04T20:50:52.264Z | Compiling async-stream v0.3.5 |
2014 | 2024-10-04T20:50:52.548Z | Compiling waitgroup v0.1.2 |
2015 | 2024-10-04T20:50:52.758Z | Compiling ipnetwork v0.20.0 |
2016 | 2024-10-04T20:50:53.075Z | Compiling newtype-uuid v1.1.0 |
2017 | 2024-10-04T20:50:53.387Z | Compiling serde_path_to_error v0.1.16 |
2018 | 2024-10-04T20:50:53.562Z | Compiling hostname v0.4.0 |
2019 | 2024-10-04T20:50:53.801Z | Compiling instant v0.1.12 |
2020 | 2024-10-04T20:50:53.944Z | Compiling debug-ignore v1.0.5 |
2021 | 2024-10-04T20:50:53.963Z | Compiling backoff v0.4.0 |
2022 | 2024-10-04T20:50:54.206Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2023 | 2024-10-04T20:50:54.316Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2024 | 2024-10-04T20:50:54.551Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2025 | 2024-10-04T20:50:54.984Z | Compiling parse-display v0.10.0 |
2026 | 2024-10-04T20:50:55.547Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2027 | 2024-10-04T20:50:55.732Z | Compiling strum v0.26.3 |
2028 | 2024-10-04T20:50:55.912Z | Compiling serde_with v3.9.0 |
2029 | 2024-10-04T20:50:56.925Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2030 | 2024-10-04T20:50:59.743Z | Compiling regress v0.9.1 |
2031 | 2024-10-04T20:50:59.817Z | Compiling macaddr v1.0.1 |
2032 | 2024-10-04T20:51:00.258Z | Compiling slog-dtrace v0.3.0 |
2033 | 2024-10-04T20:51:01.933Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2034 | 2024-10-04T20:51:02.107Z | Compiling display-error-chain v0.2.1 |
2035 | 2024-10-04T20:51:02.301Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2036 | 2024-10-04T20:51:02.482Z | Compiling half v2.4.1 |
2037 | 2024-10-04T20:51:02.697Z | Compiling ciborium-io v0.2.2 |
2038 | 2024-10-04T20:51:02.845Z | Compiling tungstenite v0.21.0 |
2039 | 2024-10-04T20:51:03.192Z | Compiling ciborium-ll v0.2.2 |
2040 | 2024-10-04T20:51:03.366Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2041 | 2024-10-04T20:51:03.704Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2042 | 2024-10-04T20:51:04.508Z | Compiling tokio-tungstenite v0.21.0 |
2043 | 2024-10-04T20:51:05.131Z | Compiling ciborium v0.2.2 |
2044 | 2024-10-04T20:51:07.261Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2045 | 2024-10-04T20:51:07.323Z | Compiling same-file v1.0.6 |
2046 | 2024-10-04T20:51:07.551Z | Compiling fastrand v2.1.0 |
2047 | 2024-10-04T20:51:08.038Z | Compiling tempfile v3.10.1 |
2048 | 2024-10-04T20:51:08.071Z | Compiling walkdir v2.5.0 |
2049 | 2024-10-04T20:51:08.711Z | Compiling ring v0.16.20 |
2050 | 2024-10-04T20:51:08.781Z | Compiling blake3 v1.5.1 |
2051 | 2024-10-04T20:51:09.418Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2052 | 2024-10-04T20:51:11.345Z | Compiling xattr v1.3.1 |
2053 | 2024-10-04T20:51:11.633Z | Compiling filetime v0.2.25 |
2054 | 2024-10-04T20:51:11.932Z | Compiling memmap2 v0.9.4 |
2055 | 2024-10-04T20:51:12.347Z | Compiling untrusted v0.7.1 |
2056 | 2024-10-04T20:51:12.549Z | Compiling arrayvec v0.7.4 |
2057 | 2024-10-04T20:51:12.992Z | Compiling constant_time_eq v0.3.0 |
2058 | 2024-10-04T20:51:13.152Z | Compiling keccak v0.1.5 |
2059 | 2024-10-04T20:51:13.470Z | Compiling spin v0.5.2 |
2060 | 2024-10-04T20:51:13.707Z | Compiling arrayref v0.3.7 |
2061 | 2024-10-04T20:51:14.902Z | Compiling sha3 v0.10.8 |
2062 | 2024-10-04T20:51:17.355Z | Compiling tar v0.4.42 |
2063 | 2024-10-04T20:51:17.936Z | Compiling camino-tempfile v1.1.1 |
2064 | 2024-10-04T20:51:18.368Z | Compiling toolchain_find v0.4.0 |
2065 | 2024-10-04T20:51:18.930Z | Compiling nibble_vec v0.1.0 |
2066 | 2024-10-04T20:51:19.161Z | Compiling maplit v1.0.2 |
2067 | 2024-10-04T20:51:19.289Z | Compiling radium v0.7.0 |
2068 | 2024-10-04T20:51:19.329Z | Compiling glob v0.3.1 |
2069 | 2024-10-04T20:51:20.103Z | Compiling endian-type v0.1.2 |
2070 | 2024-10-04T20:51:20.365Z | Compiling crunchy v0.2.2 |
2071 | 2024-10-04T20:51:20.980Z | Compiling topological-sort v0.2.2 |
2072 | 2024-10-04T20:51:21.081Z | Compiling omicron-zone-package v0.11.1 |
2073 | 2024-10-04T20:51:21.396Z | Compiling radix_trie v0.2.1 |
2074 | 2024-10-04T20:51:22.380Z | Compiling clang-sys v1.7.0 |
2075 | 2024-10-04T20:51:22.878Z | Compiling rustfmt-wrapper v0.2.1 |
2076 | 2024-10-04T20:51:22.912Z | Compiling tiny-keccak v2.0.2 |
2077 | 2024-10-04T20:51:23.081Z | Compiling maybe-uninit v2.0.0 |
2078 | 2024-10-04T20:51:23.226Z | Compiling tap v1.0.1 |
2079 | 2024-10-04T20:51:23.394Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2080 | 2024-10-04T20:51:23.420Z | Compiling wyz v0.5.1 |
2081 | 2024-10-04T20:51:23.738Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2082 | 2024-10-04T20:51:23.898Z | Compiling dsl_auto_type v0.1.2 |
2083 | 2024-10-04T20:51:24.022Z | Compiling scheduled-thread-pool v0.2.7 |
2084 | 2024-10-04T20:51:24.574Z | Compiling secrecy v0.8.0 |
2085 | 2024-10-04T20:51:24.850Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2086 | 2024-10-04T20:51:25.245Z | Compiling diesel_table_macro_syntax v0.2.0 |
2087 | 2024-10-04T20:51:25.319Z | Compiling crc-catalog v2.4.0 |
2088 | 2024-10-04T20:51:25.365Z | Compiling packed_struct v0.10.1 |
2089 | 2024-10-04T20:51:25.478Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2090 | 2024-10-04T20:51:25.621Z | Compiling arc-swap v1.7.1 |
2091 | 2024-10-04T20:51:25.791Z | Compiling funty v2.0.0 |
2092 | 2024-10-04T20:51:25.867Z | Compiling diesel_derives v2.2.2 |
2093 | 2024-10-04T20:51:26.235Z | Compiling slog-scope v4.4.0 |
2094 | 2024-10-04T20:51:26.237Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2095 | 2024-10-04T20:51:27.066Z | Compiling bitvec v1.0.1 |
2096 | 2024-10-04T20:51:27.754Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2097 | 2024-10-04T20:51:28.239Z | Compiling crc v3.2.1 |
2098 | 2024-10-04T20:51:30.151Z | Compiling r2d2 v0.8.10 |
2099 | 2024-10-04T20:51:31.156Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2100 | 2024-10-04T20:51:31.670Z | Compiling ascii-canvas v3.0.0 |
2101 | 2024-10-04T20:51:32.131Z | Compiling universal-hash v0.5.1 |
2102 | 2024-10-04T20:51:32.310Z | Compiling packed_struct_codegen v0.10.1 |
2103 | 2024-10-04T20:51:34.806Z | Compiling thiserror-impl-no-std v2.0.2 |
2104 | 2024-10-04T20:51:34.825Z | Compiling ena v0.14.3 |
2105 | 2024-10-04T20:51:35.236Z | Compiling libloading v0.8.3 |
2106 | 2024-10-04T20:51:35.632Z | Compiling indexmap v1.9.3 |
2107 | 2024-10-04T20:51:35.963Z | Compiling diff v0.1.13 |
2108 | 2024-10-04T20:51:36.509Z | Compiling bindgen v0.69.4 |
2109 | 2024-10-04T20:51:36.991Z | Compiling opaque-debug v0.3.1 |
2110 | 2024-10-04T20:51:37.084Z | Compiling nodrop v0.1.14 |
2111 | 2024-10-04T20:51:37.102Z | Compiling regex-syntax v0.6.29 |
2112 | 2024-10-04T20:51:37.214Z | Compiling array-init v0.0.4 |
2113 | 2024-10-04T20:51:37.399Z | Compiling thiserror-no-std v2.0.2 |
2114 | 2024-10-04T20:51:37.530Z | Compiling diesel v2.2.4 |
2115 | 2024-10-04T20:51:38.631Z | Compiling poly1305 v0.8.0 |
2116 | 2024-10-04T20:51:42.419Z | Compiling lalrpop v0.19.12 |
2117 | 2024-10-04T20:51:50.913Z | Compiling smallvec v0.6.14 |
2118 | 2024-10-04T20:51:51.500Z | Compiling slog-stdlog v4.1.1 |
2119 | 2024-10-04T20:51:52.225Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2120 | 2024-10-04T20:51:52.376Z | Compiling which v4.4.2 |
2121 | 2024-10-04T20:51:52.939Z | Compiling tungstenite v0.23.0 |
2122 | 2024-10-04T20:51:53.364Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2123 | 2024-10-04T20:51:53.683Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2124 | 2024-10-04T20:51:53.921Z | Compiling chacha20 v0.9.1 |
2125 | 2024-10-04T20:51:54.249Z | Compiling cexpr v0.6.0 |
2126 | 2024-10-04T20:51:54.361Z | Compiling aead v0.5.2 |
2127 | 2024-10-04T20:51:54.688Z | Compiling ref-cast v1.0.23 |
2128 | 2024-10-04T20:51:55.166Z | Compiling hashbrown v0.12.3 |
2129 | 2024-10-04T20:51:55.821Z | Compiling rustc-hash v1.1.0 |
2130 | 2024-10-04T20:51:55.983Z | Compiling termcolor v1.4.1 |
2131 | 2024-10-04T20:51:56.501Z | Compiling lazycell v1.3.0 |
2132 | 2024-10-04T20:51:56.679Z | Compiling bitfield v0.14.0 |
2133 | 2024-10-04T20:51:56.993Z | Compiling shlex v1.3.0 |
2134 | 2024-10-04T20:51:57.037Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2135 | 2024-10-04T20:51:57.751Z | Compiling env_logger v0.10.2 |
2136 | 2024-10-04T20:51:59.922Z | Compiling chacha20poly1305 v0.10.1 |
2137 | 2024-10-04T20:52:00.151Z | Compiling tokio-tungstenite v0.23.1 |
2138 | 2024-10-04T20:52:00.743Z | Compiling slog-envlogger v2.2.0 |
2139 | 2024-10-04T20:52:00.783Z | Compiling serde-hex v0.1.0 |
2140 | 2024-10-04T20:52:03.346Z | Compiling bzip2 v0.4.4 |
2141 | 2024-10-04T20:52:03.811Z | Compiling vsss-rs v3.3.4 |
2142 | 2024-10-04T20:52:05.940Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2143 | 2024-10-04T20:52:06.280Z | Compiling ron v0.8.1 |
2144 | 2024-10-04T20:52:08.330Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2145 | 2024-10-04T20:52:08.539Z | Compiling polar-core v0.27.3 |
2146 | 2024-10-04T20:52:08.662Z | Compiling derive_builder_core v0.20.0 |
2147 | 2024-10-04T20:52:09.848Z | Compiling headers-core v0.3.0 |
2148 | 2024-10-04T20:52:10.026Z | Compiling hashbrown v0.13.2 |
2149 | 2024-10-04T20:52:10.810Z | Compiling fxhash v0.2.1 |
2150 | 2024-10-04T20:52:10.925Z | Compiling libxml v0.3.3 |
2151 | 2024-10-04T20:52:11.042Z | Compiling ref-cast-impl v1.0.23 |
2152 | 2024-10-04T20:52:11.318Z | Compiling crc-any v2.5.0 |
2153 | 2024-10-04T20:52:11.411Z | Compiling object v0.30.4 |
2154 | 2024-10-04T20:52:12.158Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2155 | 2024-10-04T20:52:12.235Z | Compiling samael v0.0.17 |
2156 | 2024-10-04T20:52:12.339Z | Compiling derive_builder_macro v0.20.0 |
2157 | 2024-10-04T20:52:13.191Z | Compiling headers v0.4.0 |
2158 | 2024-10-04T20:52:14.810Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2159 | 2024-10-04T20:52:16.801Z | Compiling zip v0.6.6 |
2160 | 2024-10-04T20:52:19.458Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2161 | 2024-10-04T20:52:19.759Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2162 | 2024-10-04T20:52:20.049Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2163 | 2024-10-04T20:52:22.577Z | Compiling strum_macros v0.24.3 |
2164 | 2024-10-04T20:52:24.256Z | Compiling kstat-rs v0.2.4 |
2165 | 2024-10-04T20:52:25.041Z | Compiling async-recursion v1.1.1 |
2166 | 2024-10-04T20:52:25.171Z | Compiling unicase v2.7.0 |
2167 | 2024-10-04T20:52:25.499Z | Compiling dropshot v0.10.1 |
2168 | 2024-10-04T20:52:25.729Z | Compiling path-slash v0.1.5 |
2169 | 2024-10-04T20:52:25.842Z | Compiling indoc v1.0.9 |
2170 | 2024-10-04T20:52:25.937Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2171 | 2024-10-04T20:52:25.957Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2172 | 2024-10-04T20:52:27.896Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2173 | 2024-10-04T20:52:31.439Z | Compiling derive_builder v0.20.0 |
2174 | 2024-10-04T20:52:34.539Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2175 | 2024-10-04T20:52:36.582Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2176 | 2024-10-04T20:52:36.874Z | Compiling crossterm v0.28.1 |
2177 | 2024-10-04T20:52:38.957Z | Compiling pem v3.0.4 |
2178 | 2024-10-04T20:52:40.450Z | Compiling dropshot_endpoint v0.10.1 |
2179 | 2024-10-04T20:52:41.370Z | Compiling oso-derive v0.27.3 |
2180 | 2024-10-04T20:52:42.367Z | Compiling impl-trait-for-tuples v0.2.2 |
2181 | 2024-10-04T20:52:42.476Z | Compiling libz-sys v1.1.16 |
2182 | 2024-10-04T20:52:43.152Z | Compiling quick-xml v0.33.0 |
2183 | 2024-10-04T20:52:43.475Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2184 | 2024-10-04T20:52:43.821Z | Compiling cfg_aliases v0.1.1 |
2185 | 2024-10-04T20:52:43.937Z | Compiling parking_lot_core v0.8.6 |
2186 | 2024-10-04T20:52:44.429Z | Compiling nix v0.28.0 |
2187 | 2024-10-04T20:52:45.239Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2188 | 2024-10-04T20:52:46.839Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2189 | 2024-10-04T20:52:49.356Z | Compiling oso v0.27.3 |
2190 | 2024-10-04T20:52:52.120Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2191 | 2024-10-04T20:52:52.452Z | Compiling bb8 v0.8.5 |
2192 | 2024-10-04T20:52:53.089Z | Compiling const_format_proc_macros v0.2.33 |
2193 | 2024-10-04T20:52:55.091Z | Compiling vte_generate_state_changes v0.1.1 |
2194 | 2024-10-04T20:52:55.732Z | Compiling buf-list v1.0.3 |
2195 | 2024-10-04T20:52:56.397Z | Compiling vte v0.11.1 |
2196 | 2024-10-04T20:52:57.880Z | Compiling const_format v0.2.33 |
2197 | 2024-10-04T20:52:59.149Z | Compiling async-bb8-diesel v0.2.1 |
2198 | 2024-10-04T20:53:00.021Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2199 | 2024-10-04T20:53:08.394Z | Compiling fd-lock v4.0.2 |
2200 | 2024-10-04T20:53:08.627Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2201 | 2024-10-04T20:53:09.423Z | Compiling pin-project-internal v1.1.5 |
2202 | 2024-10-04T20:53:12.246Z | Compiling atty v0.2.14 |
2203 | 2024-10-04T20:53:12.416Z | Compiling bytecount v0.6.8 |
2204 | 2024-10-04T20:53:12.740Z | Compiling salty v0.3.0 |
2205 | 2024-10-04T20:53:13.241Z | Compiling papergrid v0.11.0 |
2206 | 2024-10-04T20:53:15.110Z | Compiling pin-project v1.1.5 |
2207 | 2024-10-04T20:53:25.160Z | Compiling parking_lot v0.11.2 |
2208 | 2024-10-04T20:53:29.488Z | Compiling strip-ansi-escapes v0.2.0 |
2209 | 2024-10-04T20:53:31.125Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2210 | 2024-10-04T20:53:32.794Z | Compiling tabled_derive v0.7.0 |
2211 | 2024-10-04T20:53:33.212Z | Compiling crossterm v0.27.0 |
2212 | 2024-10-04T20:53:35.007Z | Compiling peg-macros v0.8.4 |
2213 | 2024-10-04T20:53:35.822Z | Compiling snafu-derive v0.8.2 |
2214 | 2024-10-04T20:53:36.126Z | Compiling sqlparser_derive v0.2.2 |
2215 | 2024-10-04T20:53:37.143Z | Compiling nu-ansi-term v0.50.0 |
2216 | 2024-10-04T20:53:38.175Z | Compiling sync_wrapper v0.1.2 |
2217 | 2024-10-04T20:53:38.320Z | Compiling unicode_categories v0.1.1 |
2218 | 2024-10-04T20:53:38.410Z | Compiling rustyline v14.0.0 |
2219 | 2024-10-04T20:53:38.446Z | Compiling reqwest v0.11.27 |
2220 | 2024-10-04T20:53:38.663Z | Compiling sqlformat v0.2.6 |
2221 | 2024-10-04T20:53:39.596Z | Compiling peg v0.8.4 |
2222 | 2024-10-04T20:53:39.722Z | Compiling reedline v0.33.0 |
2223 | 2024-10-04T20:53:40.465Z | Compiling snafu v0.8.2 |
2224 | 2024-10-04T20:53:41.601Z | Compiling sqlparser v0.45.0 |
2225 | 2024-10-04T20:53:41.714Z | Compiling tabled v0.15.0 |
2226 | 2024-10-04T20:53:49.935Z | Compiling sled v0.34.7 |
2227 | 2024-10-04T20:54:01.306Z | Compiling mime_guess v2.0.4 |
2228 | 2024-10-04T20:54:05.007Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2229 | 2024-10-04T20:54:05.698Z | Compiling hickory-client v0.24.1 |
2230 | 2024-10-04T20:54:07.317Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2231 | 2024-10-04T20:54:11.173Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2232 | 2024-10-04T20:54:13.043Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2233 | 2024-10-04T20:54:13.860Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2234 | 2024-10-04T20:54:18.045Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2235 | 2024-10-04T20:54:19.595Z | Compiling globset v0.4.14 |
2236 | 2024-10-04T20:54:21.393Z | Compiling hickory-server v0.24.1 |
2237 | 2024-10-04T20:54:21.930Z | Compiling primeorder v0.13.6 |
2238 | 2024-10-04T20:54:22.340Z | Compiling olpc-cjson v0.1.3 |
2239 | 2024-10-04T20:54:22.528Z | Compiling bcs v0.1.6 |
2240 | 2024-10-04T20:54:22.672Z | Compiling vergen v8.3.2 |
2241 | 2024-10-04T20:54:23.047Z | Compiling env_filter v0.1.2 |
2242 | 2024-10-04T20:54:23.451Z | Compiling serde_plain v1.0.2 |
2243 | 2024-10-04T20:54:23.984Z | Compiling cargo-platform v0.1.8 |
2244 | 2024-10-04T20:54:24.384Z | Compiling nanorand v0.7.0 |
2245 | 2024-10-04T20:54:24.495Z | Compiling memoffset v0.9.1 |
2246 | 2024-10-04T20:54:24.843Z | Compiling typed-path v0.7.1 |
2247 | 2024-10-04T20:54:25.218Z | Compiling flume v0.11.0 |
2248 | 2024-10-04T20:54:26.009Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2249 | 2024-10-04T20:54:27.300Z | Compiling tough v0.17.1 |
2250 | 2024-10-04T20:54:31.581Z | Compiling cargo_metadata v0.18.1 |
2251 | 2024-10-04T20:54:32.146Z | Compiling env_logger v0.11.5 |
2252 | 2024-10-04T20:54:33.088Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2253 | 2024-10-04T20:54:33.627Z | Compiling p384 v0.13.0 |
2254 | 2024-10-04T20:54:33.887Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2255 | 2024-10-04T20:54:34.907Z | Compiling git2 v0.19.0 |
2256 | 2024-10-04T20:54:39.763Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2257 | 2024-10-04T20:54:43.880Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2258 | 2024-10-04T20:54:44.448Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2259 | 2024-10-04T20:54:45.096Z | Compiling libsqlite3-sys v0.30.1 |
2260 | 2024-10-04T20:54:45.651Z | Compiling lzma-sys v0.1.20 |
2261 | 2024-10-04T20:54:46.346Z | Compiling cfg_aliases v0.2.1 |
2262 | 2024-10-04T20:54:46.418Z | Compiling parse-size v1.0.0 |
2263 | 2024-10-04T20:54:46.468Z | Compiling rustls v0.21.12 |
2264 | 2024-10-04T20:54:46.720Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2265 | 2024-10-04T20:54:46.820Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2266 | 2024-10-04T20:54:47.090Z | Compiling nix v0.29.0 |
2267 | 2024-10-04T20:54:48.064Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2268 | 2024-10-04T20:54:51.420Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2269 | 2024-10-04T20:54:52.731Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2270 | 2024-10-04T20:54:53.481Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2271 | 2024-10-04T20:54:53.806Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2272 | 2024-10-04T20:54:53.950Z | Compiling rustls-webpki v0.101.7 |
2273 | 2024-10-04T20:54:57.417Z | Compiling sct v0.7.1 |
2274 | 2024-10-04T20:54:57.895Z | Compiling heck v0.3.3 |
2275 | 2024-10-04T20:54:57.913Z | Compiling castaway v0.2.3 |
2276 | 2024-10-04T20:54:57.951Z | Compiling rand_seeder v0.3.0 |
2277 | 2024-10-04T20:54:58.113Z | Compiling csv-core v0.1.11 |
2278 | 2024-10-04T20:54:58.278Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2279 | 2024-10-04T20:54:58.618Z | Compiling http-range v0.1.5 |
2280 | 2024-10-04T20:54:58.962Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2281 | 2024-10-04T20:54:59.185Z | Compiling hyper-staticfile v0.10.1 |
2282 | 2024-10-04T20:54:59.317Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2283 | 2024-10-04T20:55:00.326Z | Compiling csv v1.3.0 |
2284 | 2024-10-04T20:55:02.172Z | Compiling zone_cfg_derive v0.1.2 |
2285 | 2024-10-04T20:55:02.444Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2286 | 2024-10-04T20:55:02.675Z | Compiling compact_str v0.8.0 |
2287 | 2024-10-04T20:55:03.597Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2288 | 2024-10-04T20:55:05.303Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2289 | 2024-10-04T20:55:06.030Z | Compiling nix v0.27.1 |
2290 | 2024-10-04T20:55:06.409Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2291 | 2024-10-04T20:55:09.864Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2292 | 2024-10-04T20:55:12.927Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2293 | 2024-10-04T20:55:16.711Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2294 | 2024-10-04T20:55:18.997Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2295 | 2024-10-04T20:55:19.263Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2296 | 2024-10-04T20:55:19.345Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2297 | 2024-10-04T20:55:19.575Z | Compiling unicode-truncate v1.0.0 |
2298 | 2024-10-04T20:55:19.650Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2299 | 2024-10-04T20:55:19.862Z | Compiling lru v0.12.3 |
2300 | 2024-10-04T20:55:20.211Z | Compiling hashlink v0.9.1 |
2301 | 2024-10-04T20:55:20.251Z | Compiling instability v0.3.2 |
2302 | 2024-10-04T20:55:20.254Z | Compiling cassowary v0.3.0 |
2303 | 2024-10-04T20:55:21.020Z | Compiling fallible-iterator v0.3.0 |
2304 | 2024-10-04T20:55:21.267Z | Compiling fallible-streaming-iterator v0.1.9 |
2305 | 2024-10-04T20:55:21.559Z | Compiling base64 v0.13.1 |
2306 | 2024-10-04T20:55:21.843Z | Compiling rusqlite v0.32.1 |
2307 | 2024-10-04T20:55:22.290Z | Compiling ron v0.7.1 |
2308 | 2024-10-04T20:55:23.947Z | Compiling ratatui v0.28.0 |
2309 | 2024-10-04T20:55:27.101Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2310 | 2024-10-04T20:55:27.759Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2311 | 2024-10-04T20:55:30.313Z | Compiling xz2 v0.1.7 |
2312 | 2024-10-04T20:55:30.934Z | Compiling tokio-rustls v0.24.1 |
2313 | 2024-10-04T20:55:37.817Z | Compiling zone v0.1.8 |
2314 | 2024-10-04T20:55:38.191Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2315 | 2024-10-04T20:55:41.222Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2316 | 2024-10-04T20:55:45.656Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2317 | 2024-10-04T20:55:48.658Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2318 | 2024-10-04T20:55:50.282Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2319 | 2024-10-04T20:55:50.336Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2024-10-04T20:55:50.899Z | Compiling rustls-pemfile v1.0.4 |
2321 | 2024-10-04T20:55:51.648Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2322 | 2024-10-04T20:55:51.977Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2323 | 2024-10-04T20:55:53.336Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2324 | 2024-10-04T20:55:53.520Z | Compiling signal-hook-tokio v0.3.1 |
2325 | 2024-10-04T20:55:53.757Z | Compiling twox-hash v1.6.3 |
2326 | 2024-10-04T20:55:54.770Z | Compiling yasna v0.5.2 |
2327 | 2024-10-04T20:55:57.023Z | Compiling unicode-linebreak v0.1.5 |
2328 | 2024-10-04T20:55:57.593Z | Compiling smawk v0.3.2 |
2329 | 2024-10-04T20:55:57.618Z | Compiling is_ci v1.2.0 |
2330 | 2024-10-04T20:55:57.858Z | Compiling textwrap v0.16.1 |
2331 | 2024-10-04T20:55:57.918Z | Compiling supports-color v3.0.1 |
2332 | 2024-10-04T20:55:58.204Z | Compiling rcgen v0.12.1 |
2333 | 2024-10-04T20:55:58.318Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2334 | 2024-10-04T20:56:01.512Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2335 | 2024-10-04T20:56:03.130Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2336 | 2024-10-04T20:56:09.238Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2337 | 2024-10-04T20:56:12.723Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2338 | 2024-10-04T20:56:16.121Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2339 | 2024-10-04T20:56:17.863Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2340 | 2024-10-04T20:56:18.434Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2341 | 2024-10-04T20:56:19.760Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2342 | 2024-10-04T20:56:20.084Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2343 | 2024-10-04T20:56:26.835Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2344 | 2024-10-04T20:56:29.575Z | Compiling fatfs v0.3.6 |
2345 | 2024-10-04T20:56:32.410Z | Compiling rtoolbox v0.0.2 |
2346 | 2024-10-04T20:56:32.857Z | Compiling subprocess v0.2.9 |
2347 | 2024-10-04T20:56:36.085Z | Compiling assert_matches v1.5.0 |
2348 | 2024-10-04T20:56:36.727Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2349 | 2024-10-04T20:56:37.690Z | Compiling rpassword v7.3.1 |
2350 | 2024-10-04T20:56:38.171Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2351 | 2024-10-04T20:56:43.057Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2352 | 2024-10-04T20:56:44.517Z | Compiling tui-tree-widget v0.22.0 |
2353 | 2024-10-04T20:56:44.982Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2354 | 2024-10-04T20:56:49.973Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2355 | 2024-10-04T20:56:56.279Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2356 | 2024-10-04T20:57:03.220Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2357 | 2024-10-04T20:57:03.546Z | Compiling uzers v0.11.3 |
2358 | 2024-10-04T20:57:03.795Z | Compiling shell-words v1.1.0 |
2359 | 2024-10-04T20:57:04.219Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2360 | 2024-10-04T20:57:06.160Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2361 | 2024-10-04T20:57:06.224Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2362 | 2024-10-04T20:57:06.243Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2363 | 2024-10-04T20:57:45.561Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2364 | 2024-10-04T20:57:56.554Z | Compiling multimap v0.10.0 |
2365 | 2024-10-04T20:59:48.705Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2366 | 2024-10-04T21:00:02.574Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2367 | 2024-10-04T21:06:18.530Z | Finished `release` profile [optimized] target(s) in 15m 47s |
2368 | 2024-10-04T21:07:16.116Z | |
2369 | 2024-10-04T21:07:16.119Z | real 16:46.141829354 |
2370 | 2024-10-04T21:07:16.119Z | user 1:55:31.392513883 |
2371 | 2024-10-04T21:07:16.119Z | sys 5:40.598435077 |
2372 | 2024-10-04T21:07:16.119Z | trap 2.771757156 |
2373 | 2024-10-04T21:07:16.119Z | tflt 2.974469483 |
2374 | 2024-10-04T21:07:16.119Z | dflt 4.162037530 |
2375 | 2024-10-04T21:07:16.119Z | kflt 0.021511892 |
2376 | 2024-10-04T21:07:16.119Z | lock 7:05:09.360875028 |
2377 | 2024-10-04T21:07:16.119Z | slp 6:10:12.134043860 |
2378 | 2024-10-04T21:07:16.119Z | lat 2:56.480414073 |
2379 | 2024-10-04T21:07:16.119Z | stop 2:38.392130500 |
2380 | 2024-10-04T21:07:16.119Z | + mapfile -t packages |
2381 | 2024-10-04T21:07:16.119Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2382 | 2024-10-04T21:07:17.197Z | Finished `release` profile [optimized] target(s) in 1.03s |
2383 | 2024-10-04T21:07:17.245Z | Running `target/release/omicron-package -t test list-outputs` |
2384 | 2024-10-04T21:07:17.290Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2385 | 2024-10-04T21:07:17.293Z | + ptime -m cargo build --locked --release -p xtask |
2386 | 2024-10-04T21:07:17.902Z | Compiling serde v1.0.210 |
2387 | 2024-10-04T21:07:17.905Z | Compiling libc v0.2.159 |
2388 | 2024-10-04T21:07:17.905Z | Compiling rustix v0.38.34 |
2389 | 2024-10-04T21:07:17.905Z | Compiling serde_json v1.0.128 |
2390 | 2024-10-04T21:07:17.992Z | Compiling syn v2.0.79 |
2391 | 2024-10-04T21:07:18.015Z | Compiling bitflags v2.6.0 |
2392 | 2024-10-04T21:07:18.384Z | Compiling usdt-impl v0.5.0 |
2393 | 2024-10-04T21:07:18.423Z | Compiling syn v1.0.109 |
2394 | 2024-10-04T21:07:18.535Z | Compiling log v0.4.22 |
2395 | 2024-10-04T21:07:18.551Z | Compiling hashbrown v0.14.5 |
2396 | 2024-10-04T21:07:18.567Z | Compiling fs-err v2.11.0 |
2397 | 2024-10-04T21:07:18.897Z | Compiling anyhow v1.0.89 |
2398 | 2024-10-04T21:07:19.455Z | Compiling thread-id v4.2.1 |
2399 | 2024-10-04T21:07:19.952Z | Compiling indexmap v2.5.0 |
2400 | 2024-10-04T21:07:20.849Z | Compiling terminal_size v0.3.0 |
2401 | 2024-10-04T21:07:20.849Z | Compiling tempfile v3.10.1 |
2402 | 2024-10-04T21:07:21.065Z | Compiling clap_builder v4.5.18 |
2403 | 2024-10-04T21:07:21.621Z | Compiling proc-macro-error v1.0.4 |
2404 | 2024-10-04T21:07:23.175Z | Compiling tabled_derive v0.7.0 |
2405 | 2024-10-04T21:07:24.546Z | Compiling tabled v0.15.0 |
2406 | 2024-10-04T21:07:25.682Z | Compiling serde_derive v1.0.210 |
2407 | 2024-10-04T21:07:25.984Z | Compiling thiserror-impl v1.0.64 |
2408 | 2024-10-04T21:07:26.521Z | Compiling zerocopy-derive v0.7.34 |
2409 | 2024-10-04T21:07:27.625Z | Compiling scroll_derive v0.12.0 |
2410 | 2024-10-04T21:07:28.222Z | Compiling clap_derive v4.5.18 |
2411 | 2024-10-04T21:07:28.587Z | Compiling zerocopy v0.7.34 |
2412 | 2024-10-04T21:07:28.837Z | Compiling thiserror v1.0.64 |
2413 | 2024-10-04T21:07:28.996Z | Compiling pest v2.7.10 |
2414 | 2024-10-04T21:07:29.210Z | Compiling scroll v0.12.0 |
2415 | 2024-10-04T21:07:29.907Z | Compiling goblin v0.8.2 |
2416 | 2024-10-04T21:07:31.980Z | Compiling pest_meta v2.7.10 |
2417 | 2024-10-04T21:07:34.117Z | Compiling pest_generator v2.7.10 |
2418 | 2024-10-04T21:07:35.947Z | Compiling clap v4.5.18 |
2419 | 2024-10-04T21:07:36.056Z | Compiling pest_derive v2.7.10 |
2420 | 2024-10-04T21:07:36.868Z | Compiling dtrace-parser v0.2.0 |
2421 | 2024-10-04T21:07:41.792Z | Compiling serde_tokenstream v0.2.2 |
2422 | 2024-10-04T21:07:42.373Z | Compiling toml_datetime v0.6.8 |
2423 | 2024-10-04T21:07:43.091Z | Compiling dof v0.3.0 |
2424 | 2024-10-04T21:07:43.434Z | Compiling serde_spanned v0.6.7 |
2425 | 2024-10-04T21:07:44.025Z | Compiling toml_edit v0.22.22 |
2426 | 2024-10-04T21:07:45.154Z | Compiling camino v1.1.9 |
2427 | 2024-10-04T21:07:46.562Z | Compiling usdt-macro v0.5.0 |
2428 | 2024-10-04T21:07:47.793Z | Compiling toml v0.8.19 |
2429 | 2024-10-04T21:07:50.161Z | Compiling usdt-attr-macro v0.5.0 |
2430 | 2024-10-04T21:07:50.866Z | Compiling semver v1.0.23 |
2431 | 2024-10-04T21:07:51.545Z | Compiling cargo-platform v0.1.8 |
2432 | 2024-10-04T21:07:52.307Z | Compiling cargo_metadata v0.18.1 |
2433 | 2024-10-04T21:07:52.393Z | Compiling usdt v0.5.0 |
2434 | 2024-10-04T21:07:52.462Z | Compiling cargo_toml v0.20.5 |
2435 | 2024-10-04T21:07:52.656Z | Compiling camino-tempfile v1.1.1 |
2436 | 2024-10-04T21:07:52.679Z | Compiling macaddr v1.0.1 |
2437 | 2024-10-04T21:08:03.054Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2438 | 2024-10-04T21:08:14.579Z | Finished `release` profile [optimized] target(s) in 57.23s |
2439 | 2024-10-04T21:08:14.685Z | |
2440 | 2024-10-04T21:08:14.685Z | real 57.356960095 |
2441 | 2024-10-04T21:08:14.685Z | user 5:41.045885194 |
2442 | 2024-10-04T21:08:14.685Z | sys 32.487345859 |
2443 | 2024-10-04T21:08:14.685Z | trap 0.141608394 |
2444 | 2024-10-04T21:08:14.685Z | tflt 0.397373473 |
2445 | 2024-10-04T21:08:14.685Z | dflt 0.661710315 |
2446 | 2024-10-04T21:08:14.685Z | kflt 0.008878460 |
2447 | 2024-10-04T21:08:14.688Z | lock 10:15.989346454 |
2448 | 2024-10-04T21:08:14.688Z | slp 15:25.113679583 |
2449 | 2024-10-04T21:08:14.688Z | lat 13.286792475 |
2450 | 2024-10-04T21:08:14.688Z | stop 15.264404836 |
2451 | 2024-10-04T21:08:14.688Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2452 | 2024-10-04T21:08:14.688Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2453 | 2024-10-04T21:08:14.688Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2454 | 2024-10-04T21:08:14.688Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2455 | 2024-10-04T21:08:14.688Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2456 | 2024-10-04T21:08:15.591Z | Compiling regress v0.10.1 |
2457 | 2024-10-04T21:08:15.710Z | Compiling unsafe-libyaml v0.2.11 |
2458 | 2024-10-04T21:08:15.713Z | Compiling progenitor-client v0.8.0 |
2459 | 2024-10-04T21:08:15.713Z | Compiling ident_case v1.0.1 |
2460 | 2024-10-04T21:08:15.713Z | Compiling toml v0.8.19 |
2461 | 2024-10-04T21:08:15.721Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2462 | 2024-10-04T21:08:15.755Z | Compiling match_cfg v0.1.0 |
2463 | 2024-10-04T21:08:15.758Z | Compiling ipnetwork v0.20.0 |
2464 | 2024-10-04T21:08:15.875Z | Compiling darling_core v0.20.9 |
2465 | 2024-10-04T21:08:15.920Z | Compiling hostname v0.3.1 |
2466 | 2024-10-04T21:08:16.107Z | Compiling rustls v0.22.4 |
2467 | 2024-10-04T21:08:16.180Z | Compiling paste v1.0.15 |
2468 | 2024-10-04T21:08:16.226Z | Compiling multer v3.1.0 |
2469 | 2024-10-04T21:08:16.616Z | Compiling slog-json v2.6.1 |
2470 | 2024-10-04T21:08:16.738Z | Compiling async-stream-impl v0.3.5 |
2471 | 2024-10-04T21:08:17.010Z | Compiling serde_yaml v0.9.34+deprecated |
2472 | 2024-10-04T21:08:17.511Z | Compiling dropshot v0.12.0 |
2473 | 2024-10-04T21:08:17.647Z | Compiling instant v0.1.12 |
2474 | 2024-10-04T21:08:17.812Z | Compiling debug-ignore v1.0.5 |
2475 | 2024-10-04T21:08:17.924Z | Compiling slog-bunyan v2.5.0 |
2476 | 2024-10-04T21:08:18.070Z | Compiling dropshot_endpoint v0.12.0 |
2477 | 2024-10-04T21:08:18.163Z | Compiling waitgroup v0.1.2 |
2478 | 2024-10-04T21:08:18.183Z | Compiling async-stream v0.3.5 |
2479 | 2024-10-04T21:08:18.408Z | Compiling serde_path_to_error v0.1.16 |
2480 | 2024-10-04T21:08:18.518Z | Compiling hostname v0.4.0 |
2481 | 2024-10-04T21:08:18.793Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2482 | 2024-10-04T21:08:19.074Z | Compiling structmeta-derive v0.3.0 |
2483 | 2024-10-04T21:08:19.293Z | Compiling typify-impl v0.2.0 |
2484 | 2024-10-04T21:08:19.558Z | Compiling regress v0.9.1 |
2485 | 2024-10-04T21:08:20.707Z | Compiling tokio-rustls v0.25.0 |
2486 | 2024-10-04T21:08:21.154Z | Compiling newtype-uuid v1.1.0 |
2487 | 2024-10-04T21:08:21.220Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2488 | 2024-10-04T21:08:21.471Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2489 | 2024-10-04T21:08:21.813Z | Compiling backoff v0.4.0 |
2490 | 2024-10-04T21:08:22.033Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2491 | 2024-10-04T21:08:22.174Z | Compiling structmeta v0.3.0 |
2492 | 2024-10-04T21:08:22.200Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2493 | 2024-10-04T21:08:22.224Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2494 | 2024-10-04T21:08:22.400Z | Compiling macaddr v1.0.1 |
2495 | 2024-10-04T21:08:22.632Z | Compiling parse-display-derive v0.10.0 |
2496 | 2024-10-04T21:08:22.834Z | Compiling tempfile v3.10.1 |
2497 | 2024-10-04T21:08:23.051Z | Compiling proc-macro-crate v1.3.1 |
2498 | 2024-10-04T21:08:23.079Z | Compiling darling_macro v0.20.9 |
2499 | 2024-10-04T21:08:23.772Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2500 | 2024-10-04T21:08:24.105Z | Compiling darling v0.20.9 |
2501 | 2024-10-04T21:08:24.183Z | Compiling num_enum_derive v0.5.11 |
2502 | 2024-10-04T21:08:24.210Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2503 | 2024-10-04T21:08:24.230Z | Compiling serde_with_macros v3.9.0 |
2504 | 2024-10-04T21:08:24.555Z | Compiling foreign-types-macros v0.2.3 |
2505 | 2024-10-04T21:08:24.732Z | Compiling heapless v0.8.0 |
2506 | 2024-10-04T21:08:25.361Z | Compiling foreign-types-shared v0.3.1 |
2507 | 2024-10-04T21:08:25.779Z | Compiling proc-macro-error v1.0.4 |
2508 | 2024-10-04T21:08:25.856Z | Compiling foreign-types v0.5.0 |
2509 | 2024-10-04T21:08:26.352Z | Compiling camino-tempfile v1.1.1 |
2510 | 2024-10-04T21:08:26.470Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2511 | 2024-10-04T21:08:26.675Z | Compiling hash32 v0.3.1 |
2512 | 2024-10-04T21:08:26.803Z | Compiling cstr-argument v0.1.2 |
2513 | 2024-10-04T21:08:26.863Z | Compiling num_enum v0.5.11 |
2514 | 2024-10-04T21:08:26.914Z | Compiling smoltcp v0.11.0 |
2515 | 2024-10-04T21:08:27.036Z | Compiling pretty-hex v0.2.1 |
2516 | 2024-10-04T21:08:27.063Z | Compiling crucible-workspace-hack v0.1.0 |
2517 | 2024-10-04T21:08:27.157Z | Compiling serde_with v3.9.0 |
2518 | 2024-10-04T21:08:27.221Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2519 | 2024-10-04T21:08:27.332Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2520 | 2024-10-04T21:08:27.352Z | Compiling parse-display v0.10.0 |
2521 | 2024-10-04T21:08:27.393Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2522 | 2024-10-04T21:08:27.597Z | Compiling tabwriter v1.4.0 |
2523 | 2024-10-04T21:08:27.721Z | Compiling colored v2.1.0 |
2524 | 2024-10-04T21:08:28.026Z | Compiling cobs v0.2.3 |
2525 | 2024-10-04T21:08:28.130Z | Compiling embedded-io v0.4.0 |
2526 | 2024-10-04T21:08:28.328Z | Compiling postcard v1.0.8 |
2527 | 2024-10-04T21:08:28.356Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2528 | 2024-10-04T21:08:28.376Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2529 | 2024-10-04T21:08:28.569Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2530 | 2024-10-04T21:08:28.629Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2531 | 2024-10-04T21:08:28.749Z | Compiling smf v0.2.3 |
2532 | 2024-10-04T21:08:28.986Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2533 | 2024-10-04T21:08:29.337Z | Compiling zone_cfg_derive v0.3.0 |
2534 | 2024-10-04T21:08:29.477Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2535 | 2024-10-04T21:08:29.979Z | Compiling num-derive v0.4.2 |
2536 | 2024-10-04T21:08:30.246Z | Compiling sigpipe v0.1.3 |
2537 | 2024-10-04T21:08:30.384Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2538 | 2024-10-04T21:08:30.712Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2539 | 2024-10-04T21:08:30.887Z | Compiling zone v0.3.0 |
2540 | 2024-10-04T21:08:31.009Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2541 | 2024-10-04T21:08:31.494Z | Compiling universal-hash v0.5.1 |
2542 | 2024-10-04T21:08:31.702Z | Compiling opaque-debug v0.3.1 |
2543 | 2024-10-04T21:08:31.815Z | Compiling num-rational v0.4.2 |
2544 | 2024-10-04T21:08:31.881Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2545 | 2024-10-04T21:08:32.115Z | Compiling num-complex v0.4.6 |
2546 | 2024-10-04T21:08:32.417Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2547 | 2024-10-04T21:08:32.507Z | Compiling password-hash v0.5.0 |
2548 | 2024-10-04T21:08:32.964Z | Compiling blake2 v0.10.6 |
2549 | 2024-10-04T21:08:33.227Z | Compiling num v0.4.3 |
2550 | 2024-10-04T21:08:33.413Z | Compiling aead v0.5.2 |
2551 | 2024-10-04T21:08:33.474Z | Compiling keccak v0.1.5 |
2552 | 2024-10-04T21:08:33.535Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2553 | 2024-10-04T21:08:33.593Z | Compiling convert_case v0.4.0 |
2554 | 2024-10-04T21:08:33.621Z | Compiling float-ord v0.3.2 |
2555 | 2024-10-04T21:08:33.797Z | Compiling utf-8 v0.7.6 |
2556 | 2024-10-04T21:08:33.822Z | Compiling argon2 v0.5.3 |
2557 | 2024-10-04T21:08:34.000Z | Compiling sha3 v0.10.8 |
2558 | 2024-10-04T21:08:34.154Z | Compiling tungstenite v0.21.0 |
2559 | 2024-10-04T21:08:34.539Z | Compiling poly1305 v0.8.0 |
2560 | 2024-10-04T21:08:34.588Z | Compiling derive_more v0.99.18 |
2561 | 2024-10-04T21:08:34.588Z | Compiling newline-converter v0.3.0 |
2562 | 2024-10-04T21:08:34.761Z | Compiling chacha20 v0.9.1 |
2563 | 2024-10-04T21:08:35.065Z | Compiling base64 v0.21.7 |
2564 | 2024-10-04T21:08:35.221Z | Compiling semver v0.1.20 |
2565 | 2024-10-04T21:08:35.796Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2566 | 2024-10-04T21:08:35.826Z | Compiling rustc_version v0.1.7 |
2567 | 2024-10-04T21:08:35.933Z | Compiling tokio-tungstenite v0.21.0 |
2568 | 2024-10-04T21:08:36.268Z | Compiling expectorate v1.1.0 |
2569 | 2024-10-04T21:08:36.357Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2570 | 2024-10-04T21:08:36.397Z | Compiling same-file v1.0.6 |
2571 | 2024-10-04T21:08:36.441Z | Compiling owo-colors v4.1.0 |
2572 | 2024-10-04T21:08:36.498Z | Compiling cancel-safe-futures v0.1.5 |
2573 | 2024-10-04T21:08:36.718Z | Compiling walkdir v2.5.0 |
2574 | 2024-10-04T21:08:36.748Z | Compiling newtype_derive v0.1.6 |
2575 | 2024-10-04T21:08:36.788Z | Compiling primeorder v0.13.6 |
2576 | 2024-10-04T21:08:36.812Z | Compiling secrecy v0.8.0 |
2577 | 2024-10-04T21:08:36.904Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2578 | 2024-10-04T21:08:37.084Z | Compiling home v0.5.9 |
2579 | 2024-10-04T21:08:37.103Z | Compiling prettyplease v0.2.22 |
2580 | 2024-10-04T21:08:37.351Z | Compiling atomicwrites v0.4.4 |
2581 | 2024-10-04T21:08:37.428Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2582 | 2024-10-04T21:08:37.465Z | Compiling thiserror-impl-no-std v2.0.2 |
2583 | 2024-10-04T21:08:37.749Z | Compiling libsw v3.3.1 |
2584 | 2024-10-04T21:08:37.749Z | Compiling ring v0.16.20 |
2585 | 2024-10-04T21:08:37.806Z | Compiling blake3 v1.5.1 |
2586 | 2024-10-04T21:08:37.832Z | Compiling derive-where v1.2.7 |
2587 | 2024-10-04T21:08:37.890Z | Compiling typify-macro v0.2.0 |
2588 | 2024-10-04T21:08:38.110Z | Compiling half v2.4.1 |
2589 | 2024-10-04T21:08:38.512Z | Compiling unicase v2.7.0 |
2590 | 2024-10-04T21:08:38.662Z | Compiling arc-swap v1.7.1 |
2591 | 2024-10-04T21:08:38.852Z | Compiling ciborium-io v0.2.2 |
2592 | 2024-10-04T21:08:38.968Z | Compiling linear-map v1.2.0 |
2593 | 2024-10-04T21:08:38.997Z | Compiling linked-hash-map v0.5.6 |
2594 | 2024-10-04T21:08:39.317Z | Compiling quick-error v1.2.3 |
2595 | 2024-10-04T21:08:39.347Z | Compiling indent_write v2.2.0 |
2596 | 2024-10-04T21:08:39.384Z | Compiling lru-cache v0.1.2 |
2597 | 2024-10-04T21:08:39.480Z | Compiling resolv-conf v0.7.0 |
2598 | 2024-10-04T21:08:39.580Z | Compiling slog-scope v4.4.0 |
2599 | 2024-10-04T21:08:39.630Z | Compiling ciborium-ll v0.2.2 |
2600 | 2024-10-04T21:08:40.243Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2601 | 2024-10-04T21:08:40.658Z | Compiling thiserror-no-std v2.0.2 |
2602 | 2024-10-04T21:08:40.688Z | Compiling polyval v0.6.2 |
2603 | 2024-10-04T21:08:40.739Z | Compiling itertools v0.13.0 |
2604 | 2024-10-04T21:08:40.782Z | Compiling memmap2 v0.9.4 |
2605 | 2024-10-04T21:08:41.142Z | Compiling constant_time_eq v0.3.0 |
2606 | 2024-10-04T21:08:41.245Z | Compiling libefi-sys v0.1.0 |
2607 | 2024-10-04T21:08:41.327Z | Compiling arrayref v0.3.7 |
2608 | 2024-10-04T21:08:41.375Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2609 | 2024-10-04T21:08:41.439Z | Compiling highway v1.2.0 |
2610 | 2024-10-04T21:08:41.549Z | Compiling arrayvec v0.7.4 |
2611 | 2024-10-04T21:08:41.945Z | Compiling salty v0.3.0 |
2612 | 2024-10-04T21:08:42.173Z | Compiling untrusted v0.7.1 |
2613 | 2024-10-04T21:08:42.242Z | Compiling parking_lot_core v0.8.6 |
2614 | 2024-10-04T21:08:42.382Z | Compiling spin v0.5.2 |
2615 | 2024-10-04T21:08:42.402Z | Compiling typify v0.2.0 |
2616 | 2024-10-04T21:08:42.538Z | Compiling progenitor-impl v0.8.0 |
2617 | 2024-10-04T21:08:42.604Z | Compiling ghash v0.5.1 |
2618 | 2024-10-04T21:08:42.795Z | Compiling vsss-rs v3.3.4 |
2619 | 2024-10-04T21:08:42.816Z | Compiling steno v0.4.1 |
2620 | 2024-10-04T21:08:43.740Z | Compiling ciborium v0.2.2 |
2621 | 2024-10-04T21:08:43.842Z | Compiling hickory-resolver v0.24.1 |
2622 | 2024-10-04T21:08:44.044Z | Compiling slog-stdlog v4.1.1 |
2623 | 2024-10-04T21:08:44.742Z | Compiling p384 v0.13.0 |
2624 | 2024-10-04T21:08:45.337Z | Compiling toolchain_find v0.4.0 |
2625 | 2024-10-04T21:08:45.340Z | Compiling chacha20poly1305 v0.10.1 |
2626 | 2024-10-04T21:08:45.594Z | Compiling lzma-sys v0.1.20 |
2627 | 2024-10-04T21:08:46.038Z | Compiling ctr v0.9.2 |
2628 | 2024-10-04T21:08:46.194Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2629 | 2024-10-04T21:08:46.246Z | Compiling bitfield-struct v0.6.1 |
2630 | 2024-10-04T21:08:46.361Z | Compiling slog-dtrace v0.3.0 |
2631 | 2024-10-04T21:08:46.381Z | Compiling humantime v2.1.0 |
2632 | 2024-10-04T21:08:46.608Z | Compiling topological-sort v0.2.2 |
2633 | 2024-10-04T21:08:46.836Z | Compiling omicron-zone-package v0.11.1 |
2634 | 2024-10-04T21:08:46.918Z | Compiling aes-gcm v0.10.3 |
2635 | 2024-10-04T21:08:46.932Z | Compiling rustfmt-wrapper v0.2.1 |
2636 | 2024-10-04T21:08:47.220Z | Compiling slog-envlogger v2.2.0 |
2637 | 2024-10-04T21:08:47.477Z | Compiling mime_guess v2.0.4 |
2638 | 2024-10-04T21:08:47.718Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2639 | 2024-10-04T21:08:48.489Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2640 | 2024-10-04T21:08:48.537Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2641 | 2024-10-04T21:08:48.860Z | Compiling heck v0.3.3 |
2642 | 2024-10-04T21:08:49.183Z | Compiling ssh-encoding v0.2.0 |
2643 | 2024-10-04T21:08:49.252Z | Compiling blowfish v0.9.1 |
2644 | 2024-10-04T21:08:49.320Z | Compiling nibble_vec v0.1.0 |
2645 | 2024-10-04T21:08:49.548Z | Compiling env_filter v0.1.2 |
2646 | 2024-10-04T21:08:49.688Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2647 | 2024-10-04T21:08:49.691Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2648 | 2024-10-04T21:08:49.726Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2649 | 2024-10-04T21:08:49.818Z | Compiling endian-type v0.1.2 |
2650 | 2024-10-04T21:08:50.057Z | Compiling radix_trie v0.2.1 |
2651 | 2024-10-04T21:08:50.075Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2652 | 2024-10-04T21:08:50.091Z | Compiling env_logger v0.11.5 |
2653 | 2024-10-04T21:08:50.243Z | Compiling ssh-cipher v0.2.0 |
2654 | 2024-10-04T21:08:50.546Z | Compiling bcrypt-pbkdf v0.10.0 |
2655 | 2024-10-04T21:08:50.549Z | Compiling zone_cfg_derive v0.1.2 |
2656 | 2024-10-04T21:08:50.777Z | Compiling progenitor-macro v0.8.0 |
2657 | 2024-10-04T21:08:50.804Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2658 | 2024-10-04T21:08:51.064Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2659 | 2024-10-04T21:08:51.154Z | Compiling parking_lot v0.11.2 |
2660 | 2024-10-04T21:08:51.551Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2661 | 2024-10-04T21:08:51.819Z | Compiling gethostname v0.5.0 |
2662 | 2024-10-04T21:08:51.970Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2663 | 2024-10-04T21:08:51.998Z | Compiling password-hash v0.4.2 |
2664 | 2024-10-04T21:08:52.044Z | Compiling fxhash v0.2.1 |
2665 | 2024-10-04T21:08:52.062Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2666 | 2024-10-04T21:08:52.102Z | Compiling base64 v0.13.1 |
2667 | 2024-10-04T21:08:52.121Z | Compiling matches v0.1.10 |
2668 | 2024-10-04T21:08:52.231Z | Compiling idna v0.2.3 |
2669 | 2024-10-04T21:08:52.250Z | Compiling sled v0.34.7 |
2670 | 2024-10-04T21:08:52.344Z | Compiling zone v0.1.8 |
2671 | 2024-10-04T21:08:52.412Z | Compiling pbkdf2 v0.11.0 |
2672 | 2024-10-04T21:08:52.735Z | Compiling ron v0.7.1 |
2673 | 2024-10-04T21:08:52.773Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2674 | 2024-10-04T21:08:52.887Z | Compiling xz2 v0.1.7 |
2675 | 2024-10-04T21:08:53.206Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2676 | 2024-10-04T21:08:53.479Z | Compiling ssh-key v0.6.6 |
2677 | 2024-10-04T21:08:53.896Z | Compiling hickory-client v0.24.1 |
2678 | 2024-10-04T21:08:54.449Z | Compiling p256 v0.13.2 |
2679 | 2024-10-04T21:08:54.477Z | Compiling p521 v0.13.3 |
2680 | 2024-10-04T21:08:55.192Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2681 | 2024-10-04T21:08:55.321Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2682 | 2024-10-04T21:08:55.323Z | Compiling hickory-server v0.24.1 |
2683 | 2024-10-04T21:08:56.275Z | Compiling enum-as-inner v0.5.1 |
2684 | 2024-10-04T21:08:56.906Z | Compiling pem v3.0.4 |
2685 | 2024-10-04T21:08:57.387Z | Compiling yasna v0.5.2 |
2686 | 2024-10-04T21:08:57.390Z | Compiling headers-core v0.3.0 |
2687 | 2024-10-04T21:08:57.580Z | Compiling kstat-rs v0.2.4 |
2688 | 2024-10-04T21:08:57.755Z | Compiling nanorand v0.7.0 |
2689 | 2024-10-04T21:08:58.277Z | Compiling atty v0.2.14 |
2690 | 2024-10-04T21:08:58.295Z | Compiling russh-cryptovec v0.7.2 |
2691 | 2024-10-04T21:08:58.342Z | Compiling md5 v0.7.0 |
2692 | 2024-10-04T21:08:58.427Z | Compiling glob v0.3.1 |
2693 | 2024-10-04T21:08:58.627Z | Compiling http-range v0.1.5 |
2694 | 2024-10-04T21:08:58.646Z | Compiling russh-keys v0.45.0 |
2695 | 2024-10-04T21:08:58.856Z | Compiling hyper-staticfile v0.10.1 |
2696 | 2024-10-04T21:08:59.014Z | Compiling rcgen v0.12.1 |
2697 | 2024-10-04T21:08:59.151Z | Compiling flume v0.11.0 |
2698 | 2024-10-04T21:08:59.449Z | Compiling headers v0.4.0 |
2699 | 2024-10-04T21:08:59.879Z | Compiling trust-dns-proto v0.22.0 |
2700 | 2024-10-04T21:08:59.926Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2701 | 2024-10-04T21:09:01.455Z | Compiling num-bigint v0.4.5 |
2702 | 2024-10-04T21:09:01.476Z | Compiling des v0.8.1 |
2703 | 2024-10-04T21:09:01.839Z | Compiling subprocess v0.2.9 |
2704 | 2024-10-04T21:09:02.463Z | Compiling display-error-chain v0.2.1 |
2705 | 2024-10-04T21:09:02.659Z | Compiling hex-literal v0.4.1 |
2706 | 2024-10-04T21:09:02.821Z | Compiling dhcproto-macros v0.1.0 |
2707 | 2024-10-04T21:09:02.932Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2708 | 2024-10-04T21:09:03.447Z | Compiling internet-checksum v0.2.1 |
2709 | 2024-10-04T21:09:04.235Z | Compiling dhcproto v0.12.0 |
2710 | 2024-10-04T21:09:04.520Z | Compiling russh v0.45.0 |
2711 | 2024-10-04T21:09:07.351Z | Compiling progenitor v0.8.0 |
2712 | 2024-10-04T21:09:07.470Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2713 | 2024-10-04T21:09:07.473Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2714 | 2024-10-04T21:09:07.473Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2715 | 2024-10-04T21:09:07.473Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2716 | 2024-10-04T21:09:07.473Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2717 | 2024-10-04T21:09:07.473Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2718 | 2024-10-04T21:09:07.560Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2719 | 2024-10-04T21:09:08.944Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2720 | 2024-10-04T21:09:09.519Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2721 | 2024-10-04T21:09:11.280Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2722 | 2024-10-04T21:09:12.507Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2723 | 2024-10-04T21:09:14.213Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2724 | 2024-10-04T21:09:14.686Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2725 | 2024-10-04T21:09:23.137Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2726 | 2024-10-04T21:09:23.139Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2727 | 2024-10-04T21:09:23.139Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2728 | 2024-10-04T21:09:23.139Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2729 | 2024-10-04T21:09:26.360Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2730 | 2024-10-04T21:09:27.112Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2731 | 2024-10-04T21:09:27.185Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2732 | 2024-10-04T21:09:27.284Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2733 | 2024-10-04T21:09:29.554Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2734 | 2024-10-04T21:09:31.404Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2735 | 2024-10-04T21:09:31.463Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2736 | 2024-10-04T21:09:31.862Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2737 | 2024-10-04T21:09:32.304Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2738 | 2024-10-04T21:09:33.717Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2739 | 2024-10-04T21:09:35.236Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2740 | 2024-10-04T21:09:37.302Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2741 | 2024-10-04T21:09:37.707Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2742 | 2024-10-04T21:09:38.503Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2743 | 2024-10-04T21:09:38.955Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2744 | 2024-10-04T21:09:40.567Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2745 | 2024-10-04T21:09:40.901Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2746 | 2024-10-04T21:09:42.905Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2747 | 2024-10-04T21:09:47.776Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2748 | 2024-10-04T21:09:56.162Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2749 | 2024-10-04T21:09:56.165Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2750 | 2024-10-04T21:09:57.994Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2751 | 2024-10-04T21:10:15.111Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2752 | 2024-10-04T21:10:48.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2753 | 2024-10-04T21:10:48.621Z | |
2754 | 2024-10-04T21:10:48.624Z | real 2:33.873009974 |
2755 | 2024-10-04T21:10:48.624Z | user 12:07.453692852 |
2756 | 2024-10-04T21:10:48.624Z | sys 2:38.450619513 |
2757 | 2024-10-04T21:10:48.624Z | trap 0.320651010 |
2758 | 2024-10-04T21:10:48.624Z | tflt 1.402466749 |
2759 | 2024-10-04T21:10:48.624Z | dflt 1.860012716 |
2760 | 2024-10-04T21:10:48.624Z | kflt 0.000020415 |
2761 | 2024-10-04T21:10:48.624Z | lock 25:04.995104271 |
2762 | 2024-10-04T21:10:48.624Z | slp 43:37.875413775 |
2763 | 2024-10-04T21:10:48.624Z | lat 36.444112632 |
2764 | 2024-10-04T21:10:48.624Z | stop 1:28.171597719 |
2765 | 2024-10-04T21:10:48.624Z | + mkdir tests |
2766 | 2024-10-04T21:10:48.626Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2767 | 2024-10-04T21:10:48.626Z | + xargs -I '{}' -t cp '{}' tests/ |
2768 | 2024-10-04T21:10:50.086Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bdb296e18f278f7c tests/ |
2769 | 2024-10-04T21:10:50.106Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-708a119535237cfd tests/ |
2770 | 2024-10-04T21:10:50.125Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8afab4f193861f38 tests/ |
2771 | 2024-10-04T21:10:50.144Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-768c06a3c9b0bee1 tests/ |
2772 | 2024-10-04T21:10:50.319Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2773 | 2024-10-04T21:10:50.321Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-708a119535237cfd tests/commtest-8afab4f193861f38 tests/dhcp_server-bdb296e18f278f7c tests/end_to_end_tests-768c06a3c9b0bee1 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2774 | 2024-10-04T21:11:54.623Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2775 | 2024-10-04T21:11:54.623Z | a out/target/test 1K |
2776 | 2024-10-04T21:11:54.623Z | a out/npuzone/npuzone 23144K |
2777 | 2024-10-04T21:11:54.623Z | a package-manifest.toml 32K |
2778 | 2024-10-04T21:11:54.623Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2779 | 2024-10-04T21:11:54.623Z | a target/release/omicron-package 32726K |
2780 | 2024-10-04T21:11:54.623Z | a target/release/xtask 12056K |
2781 | 2024-10-04T21:11:54.623Z | a target/debug/bootstrap 197380K |
2782 | 2024-10-04T21:11:54.623Z | a tests/bootstrap-708a119535237cfd 23780K |
2783 | 2024-10-04T21:11:54.623Z | a tests/commtest-8afab4f193861f38 24007K |
2784 | 2024-10-04T21:11:54.624Z | a tests/dhcp_server-bdb296e18f278f7c 23780K |
2785 | 2024-10-04T21:11:54.624Z | a tests/end_to_end_tests-768c06a3c9b0bee1 214858K |
2786 | 2024-10-04T21:11:54.624Z | a out/clickhouse.tar.gz 233717K |
2787 | 2024-10-04T21:11:54.624Z | a out/clickhouse_keeper.tar.gz 233692K |
2788 | 2024-10-04T21:11:54.624Z | a out/clickhouse_server.tar.gz 233694K |
2789 | 2024-10-04T21:11:54.624Z | a out/cockroachdb.tar.gz 132122K |
2790 | 2024-10-04T21:11:54.624Z | a out/crucible-dtrace.tar 82K |
2791 | 2024-10-04T21:11:54.624Z | a out/crucible-pantry-zone.tar.gz 26931K |
2792 | 2024-10-04T21:11:54.624Z | a out/crucible-zone.tar.gz 35119K |
2793 | 2024-10-04T21:11:54.624Z | a out/external-dns.tar.gz 25178K |
2794 | 2024-10-04T21:11:54.624Z | a out/internal-dns.tar.gz 25178K |
2795 | 2024-10-04T21:11:54.624Z | a out/mg-ddm-gz.tar 62160K |
2796 | 2024-10-04T21:11:54.624Z | a out/nexus.tar.gz 95105K |
2797 | 2024-10-04T21:11:54.624Z | a out/ntp.tar.gz 9074K |
2798 | 2024-10-04T21:11:54.624Z | a out/omicron-gateway-softnpu.tar.gz 21021K |
2799 | 2024-10-04T21:11:54.624Z | a out/omicron-sled-agent.tar 102113K |
2800 | 2024-10-04T21:11:54.624Z | a out/overlay.tar.gz 3K |
2801 | 2024-10-04T21:11:54.624Z | a out/oximeter.tar.gz 43652K |
2802 | 2024-10-04T21:11:54.624Z | a out/oxlog.tar 3037K |
2803 | 2024-10-04T21:11:54.624Z | a out/probe.tar.gz 2764K |
2804 | 2024-10-04T21:11:54.624Z | a out/propolis-server.tar.gz 66490K |
2805 | 2024-10-04T21:11:54.624Z | a out/pumpkind-gz.tar 26665K |
2806 | 2024-10-04T21:11:54.624Z | a out/switch-softnpu.tar.gz 220861K |
2807 | 2024-10-04T21:11:54.627Z | |
2808 | 2024-10-04T21:11:54.627Z | real 1:04.292996137 |
2809 | 2024-10-04T21:11:54.627Z | user 1:01.282534017 |
2810 | 2024-10-04T21:11:54.627Z | sys 4.266341440 |
2811 | 2024-10-04T21:11:54.627Z | trap 0.015232729 |
2812 | 2024-10-04T21:11:54.627Z | tflt 0.000000000 |
2813 | 2024-10-04T21:11:54.627Z | dflt 0.000000000 |
2814 | 2024-10-04T21:11:54.627Z | kflt 0.000000000 |
2815 | 2024-10-04T21:11:54.627Z | lock 0.000000000 |
2816 | 2024-10-04T21:11:54.627Z | slp 1:01.148438280 |
2817 | 2024-10-04T21:11:54.627Z | lat 1.868427447 |
2818 | 2024-10-04T21:11:54.627Z | stop 0.000214560 |
2819 | 2024-10-04T21:11:54.630Z | process exited: duration 1829200 ms, exit code 0 |
|
2820 | 2024-10-04T21:11:54.644Z | found 1 output files |
2821 | 2024-10-04T21:11:54.644Z | uploading: /work/package.tar.gz (1644188031 bytes) |
2822 | 2024-10-04T21:12:27.579Z | uploaded: /work/package.tar.gz |