|
|
|
1 | 2024-08-28T22:26:01.789Z | job assigned to worker 01J6DHFHMPXDR4SWN0YBQH4G1V (queued for 54 s) |
|
2 | 2024-08-28T22:26:08.750Z | starting task 0: "setup" |
3 | 2024-08-28T22:26:08.760Z | ++ uname -s |
4 | 2024-08-28T22:26:08.763Z | + kern=SunOS |
5 | 2024-08-28T22:26:08.763Z | + case "$kern" in |
6 | 2024-08-28T22:26:08.763Z | + groupadd -g 12345 build |
7 | 2024-08-28T22:26:08.766Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T22:26:10.819Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T22:26:10.894Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T22:26:10.896Z | + home_fs=zfs |
11 | 2024-08-28T22:26:10.896Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T22:26:10.896Z | + mkdir -p /home/build |
13 | 2024-08-28T22:26:10.899Z | + chown build:build /home/build /work |
14 | 2024-08-28T22:26:12.910Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T22:26:12.914Z | process exited: duration 4153 ms, exit code 0 |
|
16 | 2024-08-28T22:26:12.979Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T22:26:12.984Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T22:26:12.984Z | ' 1.80.1 |
19 | 2024-08-28T22:26:12.984Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-28T22:26:12.984Z | * toolchain channel = "1.80.1" |
21 | 2024-08-28T22:26:12.984Z | ' default |
22 | 2024-08-28T22:26:12.984Z | * toolchain profile = "default" |
23 | 2024-08-28T22:26:12.984Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T22:26:12.984Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T22:26:13.046Z | info: downloading installer |
26 | 2024-08-28T22:26:14.209Z | info: profile set to 'default' |
27 | 2024-08-28T22:26:14.209Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T22:26:14.212Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T22:26:14.348Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T22:26:14.348Z | info: downloading component 'cargo' |
31 | 2024-08-28T22:26:15.016Z | info: downloading component 'clippy' |
32 | 2024-08-28T22:26:15.253Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T22:26:16.228Z | info: downloading component 'rust-std' |
34 | 2024-08-28T22:26:17.504Z | info: downloading component 'rustc' |
35 | 2024-08-28T22:26:24.490Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T22:26:24.637Z | info: installing component 'cargo' |
37 | 2024-08-28T22:26:24.637Z | info: installing component 'clippy' |
38 | 2024-08-28T22:26:24.637Z | info: installing component 'rust-docs' |
39 | 2024-08-28T22:26:24.661Z | info: installing component 'rust-std' |
40 | 2024-08-28T22:26:25.818Z | info: installing component 'rustc' |
41 | 2024-08-28T22:26:29.911Z | info: installing component 'rustfmt' |
42 | 2024-08-28T22:26:30.241Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T22:26:30.241Z | |
44 | 2024-08-28T22:26:30.487Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T22:26:30.487Z | |
46 | 2024-08-28T22:26:30.490Z | |
47 | 2024-08-28T22:26:30.490Z | Rust is installed now. Great! |
48 | 2024-08-28T22:26:30.490Z | |
49 | 2024-08-28T22:26:30.490Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T22:26:30.490Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T22:26:30.490Z | |
52 | 2024-08-28T22:26:30.490Z | To configure your current shell, you need to source |
53 | 2024-08-28T22:26:30.490Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T22:26:30.490Z | |
55 | 2024-08-28T22:26:30.490Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T22:26:30.490Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T22:26:30.490Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T22:26:30.536Z | + rustc --version |
59 | 2024-08-28T22:26:30.598Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T22:26:30.602Z | process exited: duration 17666 ms, exit code 0 |
|
61 | 2024-08-28T22:26:30.608Z | starting task 2: "authentication" |
62 | 2024-08-28T22:26:30.629Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-28T22:26:30.634Z | starting task 3: "clone repository" |
64 | 2024-08-28T22:26:30.640Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T22:26:30.642Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T22:26:30.683Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T22:26:37.264Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T22:26:37.264Z | + git fetch origin 9189023e044977abc9abfb373f4c1c1bbc795459 |
69 | 2024-08-28T22:26:37.799Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T22:26:37.799Z | * branch 9189023e044977abc9abfb373f4c1c1bbc795459 -> FETCH_HEAD |
71 | 2024-08-28T22:26:37.825Z | + [[ -n dap/live-tests-follow-up ]] |
72 | 2024-08-28T22:26:37.825Z | ++ git branch --show-current |
73 | 2024-08-28T22:26:37.825Z | + current=main |
74 | 2024-08-28T22:26:37.825Z | + [[ main != dap/live-tests-follow-up ]] |
75 | 2024-08-28T22:26:37.825Z | + git branch -f dap/live-tests-follow-up 9189023e044977abc9abfb373f4c1c1bbc795459 |
76 | 2024-08-28T22:26:37.825Z | + git checkout -f dap/live-tests-follow-up |
77 | 2024-08-28T22:26:37.825Z | Switched to branch 'dap/live-tests-follow-up' |
78 | 2024-08-28T22:26:37.825Z | + git reset --hard 9189023e044977abc9abfb373f4c1c1bbc795459 |
79 | 2024-08-28T22:26:37.826Z | HEAD is now at 9189023e0 fix README |
80 | 2024-08-28T22:26:37.826Z | process exited: duration 7137 ms, exit code 0 |
|
81 | 2024-08-28T22:26:37.850Z | starting task 4: "build" |
82 | 2024-08-28T22:26:37.859Z | + cargo --version |
83 | 2024-08-28T22:26:37.908Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-28T22:26:37.911Z | + rustc --version |
85 | 2024-08-28T22:26:37.967Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-28T22:26:37.970Z | + WORK=/work |
87 | 2024-08-28T22:26:37.970Z | + pfexec mkdir -p /work |
88 | 2024-08-28T22:26:37.974Z | + pfexec chown build /work |
89 | 2024-08-28T22:26:37.977Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-28T22:26:43.122Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-28T22:26:45.433Z | Startup: Caching catalogs ... Done |
92 | 2024-08-28T22:26:47.397Z | Planning: Solver setup ... Done (1.414s) |
93 | 2024-08-28T22:26:47.419Z | Planning: Running solver ... Done (0.023s) |
94 | 2024-08-28T22:26:47.461Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-08-28T22:26:47.489Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-08-28T22:26:47.711Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-08-28T22:26:47.813Z | Planning: Package planning ... Done (0.102s) |
98 | 2024-08-28T22:26:47.869Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-08-28T22:26:48.083Z | Planning: Checking for conflicting actions ... Done (0.214s) |
100 | 2024-08-28T22:26:50.166Z | Planning: Consolidating action changes ... Done (2.081s) |
101 | 2024-08-28T22:26:50.605Z | Planning: Evaluating mediators ... Done (0.439s) |
102 | 2024-08-28T22:26:50.684Z | Planning: Planning completed in 5.18 seconds |
103 | 2024-08-28T22:26:50.700Z | Packages to install: 4 |
104 | 2024-08-28T22:26:50.700Z | Packages to update: 1 |
105 | 2024-08-28T22:26:50.703Z | Mediators to change: 2 |
106 | 2024-08-28T22:26:50.703Z | Services to change: 1 |
107 | 2024-08-28T22:26:50.703Z | Estimated space available: 155.72 GB |
108 | 2024-08-28T22:26:50.703Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-08-28T22:26:50.703Z | Create boot environment: No |
110 | 2024-08-28T22:26:50.703Z | Create backup boot environment: Yes |
111 | 2024-08-28T22:26:50.703Z | Rebuild boot archive: No |
112 | 2024-08-28T22:26:50.703Z | |
113 | 2024-08-28T22:26:50.703Z | Changed mediators: |
114 | 2024-08-28T22:26:50.703Z | mediator clang: |
115 | 2024-08-28T22:26:50.703Z | version: None -> 15 (system default) |
116 | 2024-08-28T22:26:50.703Z | |
117 | 2024-08-28T22:26:50.703Z | mediator llvm: |
118 | 2024-08-28T22:26:50.703Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-08-28T22:26:50.703Z | |
120 | 2024-08-28T22:26:50.703Z | Changed packages: |
121 | 2024-08-28T22:26:50.703Z | helios-dev |
122 | 2024-08-28T22:26:50.703Z | developer/build-essential |
123 | 2024-08-28T22:26:50.703Z | None -> 11-2.0 |
124 | 2024-08-28T22:26:50.703Z | library/libxmlsec1 |
125 | 2024-08-28T22:26:50.703Z | None -> 1.2.35-2.0 |
126 | 2024-08-28T22:26:50.703Z | ooce/developer/clang-15 |
127 | 2024-08-28T22:26:50.703Z | None -> 15.0.7-2.0 |
128 | 2024-08-28T22:26:50.703Z | ooce/developer/llvm-15 |
129 | 2024-08-28T22:26:50.703Z | None -> 15.0.7-2.0 |
130 | 2024-08-28T22:26:50.703Z | package/pkg |
131 | 2024-08-28T22:26:50.703Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-08-28T22:26:50.704Z | |
133 | 2024-08-28T22:26:50.704Z | Services: |
134 | 2024-08-28T22:26:50.704Z | restart_fmri: |
135 | 2024-08-28T22:26:50.704Z | svc:/system/update-man-index:default |
136 | 2024-08-28T22:26:50.704Z | |
137 | 2024-08-28T22:26:50.704Z | Editable files to change: |
138 | 2024-08-28T22:26:50.704Z | Update: |
139 | 2024-08-28T22:26:50.704Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-08-28T22:26:50.781Z | |
141 | 2024-08-28T22:26:50.781Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-08-28T22:26:55.786Z | Download: 1101/4281 items 19.8/220.6MB 8% complete (4.1M/s) |
143 | 2024-08-28T22:27:00.788Z | Download: 1295/4281 items 110.0/220.6MB 49% complete (11.0M/s) |
144 | 2024-08-28T22:27:05.848Z | Download: 2105/4281 items 118.9/220.6MB 53% complete (9.9M/s) |
145 | 2024-08-28T22:27:10.811Z | Download: 2320/4281 items 119.7/220.6MB 54% complete (2.0M/s) |
146 | 2024-08-28T22:27:15.813Z | Download: 3060/4281 items 121.4/220.6MB 55% complete (258k/s) |
147 | 2024-08-28T22:27:20.815Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
148 | 2024-08-28T22:27:25.918Z | Download: 4198/4281 items 220.5/220.6MB 99% complete (9.9M/s) |
149 | 2024-08-28T22:27:30.643Z | Download: Completed 220.60 MB in 39.85 seconds (5.5M/s) |
150 | 2024-08-28T22:27:31.628Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-08-28T22:27:31.648Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-08-28T22:27:36.348Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-08-28T22:27:36.671Z | Actions: Completed 5063 actions in 5.04 seconds. |
154 | 2024-08-28T22:27:36.956Z | Done (0.278s) |
155 | 2024-08-28T22:27:36.959Z | Done (0.000s) |
156 | 2024-08-28T22:27:37.346Z | Done (0.388s) |
157 | 2024-08-28T22:27:41.762Z | Done (4.238s) |
158 | 2024-08-28T22:27:41.849Z | Done (0.017s) |
159 | 2024-08-28T22:27:41.854Z | Done (0.000s) |
160 | 2024-08-28T22:27:42.014Z | Done (0.000s) |
161 | 2024-08-28T22:27:42.607Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-08-28T22:27:42.767Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-08-28T22:27:42.770Z | Planning: Consolidating action changes ... Done |
164 | 2024-08-28T22:27:43.041Z | Planning: Evaluating mediators ... Done |
165 | 2024-08-28T22:27:43.043Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-08-28T22:27:43.081Z | Mediators to change: 2 |
167 | 2024-08-28T22:27:43.081Z | Create boot environment: No |
168 | 2024-08-28T22:27:43.083Z | Create backup boot environment: No |
169 | 2024-08-28T22:27:43.157Z | Done |
170 | 2024-08-28T22:27:43.157Z | Done |
171 | 2024-08-28T22:27:43.429Z | Done |
172 | 2024-08-28T22:27:46.977Z | Done |
173 | 2024-08-28T22:27:47.066Z | Done |
174 | 2024-08-28T22:27:47.068Z | Done |
175 | 2024-08-28T22:27:47.175Z | Done |
176 | 2024-08-28T22:27:47.785Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-28T22:27:47.788Z | Planning: Merging actions ... Done |
178 | 2024-08-28T22:27:47.976Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-08-28T22:27:47.979Z | Planning: Consolidating action changes ... Done |
180 | 2024-08-28T22:27:48.243Z | Planning: Evaluating mediators ... Done |
181 | 2024-08-28T22:27:48.299Z | Planning: Planning completed in 0.76 seconds |
182 | 2024-08-28T22:27:48.340Z | Packages to change: 1 |
183 | 2024-08-28T22:27:48.340Z | Mediators to change: 1 |
184 | 2024-08-28T22:27:48.343Z | Services to change: 1 |
185 | 2024-08-28T22:27:48.343Z | Create boot environment: No |
186 | 2024-08-28T22:27:48.343Z | Create backup boot environment: Yes |
187 | 2024-08-28T22:27:50.337Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-08-28T22:27:50.340Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-08-28T22:27:50.340Z | Done |
190 | 2024-08-28T22:27:50.340Z | Done |
191 | 2024-08-28T22:27:50.419Z | Done |
192 | 2024-08-28T22:27:54.022Z | Done |
193 | 2024-08-28T22:27:54.083Z | Done |
194 | 2024-08-28T22:27:54.086Z | Done |
195 | 2024-08-28T22:27:54.187Z | Done |
196 | 2024-08-28T22:27:54.620Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-08-28T22:27:54.620Z | clang system 15 system |
198 | 2024-08-28T22:27:54.620Z | csh system system illumos |
199 | 2024-08-28T22:27:54.620Z | ctags system system illumos |
200 | 2024-08-28T22:27:54.620Z | gcc vendor 12 vendor |
201 | 2024-08-28T22:27:54.620Z | gcc system 10 system |
202 | 2024-08-28T22:27:54.620Z | gcc system 7 system |
203 | 2024-08-28T22:27:54.620Z | go system 1.20 system |
204 | 2024-08-28T22:27:54.621Z | go system 1.19 system |
205 | 2024-08-28T22:27:54.621Z | llvm system 15 system |
206 | 2024-08-28T22:27:54.621Z | llvm system 14 system |
207 | 2024-08-28T22:27:54.621Z | mariadb system 10.6 system |
208 | 2024-08-28T22:27:54.621Z | mta vendor vendor dma |
209 | 2024-08-28T22:27:54.621Z | openjdk system 17 system |
210 | 2024-08-28T22:27:54.621Z | openjdk system 11 system |
211 | 2024-08-28T22:27:54.621Z | openjdk system 1.8 system |
212 | 2024-08-28T22:27:54.621Z | openssl vendor 3 vendor |
213 | 2024-08-28T22:27:54.622Z | perl system 5.36 system |
214 | 2024-08-28T22:27:54.622Z | postgresql system 15 system |
215 | 2024-08-28T22:27:54.622Z | postgresql system 13 system |
216 | 2024-08-28T22:27:54.622Z | python vendor 3 vendor |
217 | 2024-08-28T22:27:54.622Z | python system 2 system |
218 | 2024-08-28T22:27:54.622Z | python3 system 3.11 system |
219 | 2024-08-28T22:27:54.622Z | ruby system 3.0 system |
220 | 2024-08-28T22:27:54.623Z | words vendor vendor american-english |
221 | 2024-08-28T22:27:54.623Z | words system system australian-english |
222 | 2024-08-28T22:27:54.623Z | words system system british-english |
223 | 2024-08-28T22:27:54.623Z | words system system canadian-english |
224 | 2024-08-28T22:27:54.623Z | words system system french |
225 | 2024-08-28T22:27:54.624Z | words system system italian |
226 | 2024-08-28T22:27:54.624Z | words system system ngerman |
227 | 2024-08-28T22:27:54.624Z | words system system ogerman |
228 | 2024-08-28T22:27:54.624Z | words system system spanish |
229 | 2024-08-28T22:27:54.948Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-08-28T22:27:54.948Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-08-28T22:27:56.729Z | FMRI IFO |
232 | 2024-08-28T22:27:56.729Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-08-28T22:27:56.730Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-08-28T22:27:56.730Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-08-28T22:27:56.730Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-08-28T22:27:56.730Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-08-28T22:27:56.730Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-08-28T22:27:56.730Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-08-28T22:27:56.730Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-08-28T22:27:56.731Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-08-28T22:27:56.731Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-08-28T22:27:56.731Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-08-28T22:27:56.731Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-08-28T22:27:56.731Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-08-28T22:27:57.323Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-08-28T22:27:57.574Z | Updating git repository `https://github.com/oxidecomputer/zone` |
247 | 2024-08-28T22:27:57.823Z | Updating crates.io index |
248 | 2024-08-28T22:27:57.857Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
249 | 2024-08-28T22:27:58.687Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-08-28T22:27:59.462Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-08-28T22:27:59.694Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
252 | 2024-08-28T22:28:01.210Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-08-28T22:28:01.471Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-08-28T22:28:01.717Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-08-28T22:28:02.894Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-08-28T22:28:04.812Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-08-28T22:28:05.905Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-08-28T22:28:06.647Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-08-28T22:28:06.888Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-08-28T22:28:07.529Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
261 | 2024-08-28T22:28:07.788Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
262 | 2024-08-28T22:28:08.114Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-08-28T22:28:08.495Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-08-28T22:28:08.787Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-08-28T22:28:09.011Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-08-28T22:28:09.282Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
267 | 2024-08-28T22:28:09.564Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-08-28T22:28:09.898Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-08-28T22:28:10.167Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-08-28T22:28:10.575Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-08-28T22:28:11.041Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-08-28T22:28:11.358Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-08-28T22:28:11.753Z | Updating git repository `https://github.com/oxidecomputer/typify` |
274 | 2024-08-28T22:28:14.072Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-08-28T22:28:14.300Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-08-28T22:28:14.546Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-08-28T22:28:14.933Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
278 | 2024-08-28T22:28:15.900Z | Downloading crates ... |
279 | 2024-08-28T22:28:15.961Z | Downloaded cfg-if v1.0.0 |
280 | 2024-08-28T22:28:15.963Z | Downloaded autocfg v1.3.0 |
281 | 2024-08-28T22:28:15.966Z | Downloaded cargo_metadata v0.18.1 |
282 | 2024-08-28T22:28:15.968Z | Downloaded byteorder v1.5.0 |
283 | 2024-08-28T22:28:15.970Z | Downloaded block-buffer v0.10.4 |
284 | 2024-08-28T22:28:15.970Z | Downloaded anstyle v1.0.8 |
285 | 2024-08-28T22:28:15.973Z | Downloaded equivalent v1.0.1 |
286 | 2024-08-28T22:28:15.978Z | Downloaded scroll_derive v0.12.0 |
287 | 2024-08-28T22:28:15.983Z | Downloaded is_terminal_polyfill v1.70.0 |
288 | 2024-08-28T22:28:15.986Z | Downloaded usdt-attr-macro v0.5.0 |
289 | 2024-08-28T22:28:15.986Z | Downloaded usdt-macro v0.5.0 |
290 | 2024-08-28T22:28:15.992Z | Downloaded anstyle-query v1.0.3 |
291 | 2024-08-28T22:28:15.997Z | Downloaded fastrand v2.1.0 |
292 | 2024-08-28T22:28:15.999Z | Downloaded thiserror-impl v1.0.63 |
293 | 2024-08-28T22:28:16.002Z | Downloaded terminal_size v0.3.0 |
294 | 2024-08-28T22:28:16.004Z | Downloaded proc-macro-error-attr v1.0.4 |
295 | 2024-08-28T22:28:16.004Z | Downloaded strsim v0.11.1 |
296 | 2024-08-28T22:28:16.004Z | Downloaded unicode-linebreak v0.1.5 |
297 | 2024-08-28T22:28:16.007Z | Downloaded plain v0.2.3 |
298 | 2024-08-28T22:28:16.007Z | Downloaded heck v0.5.0 |
299 | 2024-08-28T22:28:16.009Z | Downloaded crypto-common v0.1.6 |
300 | 2024-08-28T22:28:16.009Z | Downloaded pest_generator v2.7.10 |
301 | 2024-08-28T22:28:16.012Z | Downloaded fs-err v2.11.0 |
302 | 2024-08-28T22:28:16.012Z | Downloaded anstyle-parse v0.2.4 |
303 | 2024-08-28T22:28:16.016Z | Downloaded colorchoice v1.0.1 |
304 | 2024-08-28T22:28:16.023Z | Downloaded camino v1.1.9 |
305 | 2024-08-28T22:28:16.025Z | Downloaded utf8parse v0.2.1 |
306 | 2024-08-28T22:28:16.025Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-08-28T22:28:16.025Z | Downloaded bytecount v0.6.8 |
308 | 2024-08-28T22:28:16.028Z | Downloaded tempfile v3.10.1 |
309 | 2024-08-28T22:28:16.031Z | Downloaded proc-macro-error v1.0.4 |
310 | 2024-08-28T22:28:16.033Z | Downloaded thiserror v1.0.63 |
311 | 2024-08-28T22:28:16.037Z | Downloaded dof v0.3.0 |
312 | 2024-08-28T22:28:16.049Z | Downloaded swrite v0.1.0 |
313 | 2024-08-28T22:28:16.052Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-08-28T22:28:16.052Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-08-28T22:28:16.060Z | Downloaded macaddr v1.0.1 |
316 | 2024-08-28T22:28:16.063Z | Downloaded once_cell v1.19.0 |
317 | 2024-08-28T22:28:16.069Z | Downloaded memmap v0.7.0 |
318 | 2024-08-28T22:28:16.072Z | Downloaded zerocopy-derive v0.7.34 |
319 | 2024-08-28T22:28:16.072Z | Downloaded clap_derive v4.5.13 |
320 | 2024-08-28T22:28:16.075Z | Downloaded cargo_toml v0.20.4 |
321 | 2024-08-28T22:28:16.075Z | Downloaded camino-tempfile v1.1.1 |
322 | 2024-08-28T22:28:16.077Z | Downloaded bitflags v2.6.0 |
323 | 2024-08-28T22:28:16.081Z | Downloaded sha2 v0.10.8 |
324 | 2024-08-28T22:28:16.084Z | Downloaded toml v0.8.19 |
325 | 2024-08-28T22:28:16.086Z | Downloaded ryu v1.0.18 |
326 | 2024-08-28T22:28:16.088Z | Downloaded tabled_derive v0.7.0 |
327 | 2024-08-28T22:28:16.088Z | Downloaded smawk v0.3.2 |
328 | 2024-08-28T22:28:16.091Z | Downloaded scroll v0.12.0 |
329 | 2024-08-28T22:28:16.094Z | Downloaded usdt v0.5.0 |
330 | 2024-08-28T22:28:16.094Z | Downloaded itoa v1.0.11 |
331 | 2024-08-28T22:28:16.094Z | Downloaded thread-id v4.2.1 |
332 | 2024-08-28T22:28:16.095Z | Downloaded fnv v1.0.7 |
333 | 2024-08-28T22:28:16.098Z | Downloaded digest v0.10.7 |
334 | 2024-08-28T22:28:16.098Z | Downloaded cpufeatures v0.2.12 |
335 | 2024-08-28T22:28:16.100Z | Downloaded clap_lex v0.7.0 |
336 | 2024-08-28T22:28:16.100Z | Downloaded quote v1.0.36 |
337 | 2024-08-28T22:28:16.103Z | Downloaded version_check v0.9.5 |
338 | 2024-08-28T22:28:16.103Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2024-08-28T22:28:16.105Z | Downloaded heck v0.4.1 |
340 | 2024-08-28T22:28:16.105Z | Downloaded anyhow v1.0.86 |
341 | 2024-08-28T22:28:16.109Z | Downloaded serde_spanned v0.6.7 |
342 | 2024-08-28T22:28:16.112Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-08-28T22:28:16.112Z | Downloaded ucd-trie v0.1.6 |
344 | 2024-08-28T22:28:16.114Z | Downloaded errno v0.3.9 |
345 | 2024-08-28T22:28:16.114Z | Downloaded anstream v0.6.14 |
346 | 2024-08-28T22:28:16.120Z | Downloaded pest_derive v2.7.10 |
347 | 2024-08-28T22:28:16.123Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-08-28T22:28:16.128Z | Downloaded semver v1.0.23 |
349 | 2024-08-28T22:28:16.128Z | Downloaded generic-array v0.14.7 |
350 | 2024-08-28T22:28:16.134Z | Downloaded serde v1.0.208 |
351 | 2024-08-28T22:28:16.137Z | Downloaded clap v4.5.16 |
352 | 2024-08-28T22:28:16.145Z | Downloaded unicode-ident v1.0.12 |
353 | 2024-08-28T22:28:16.148Z | Downloaded textwrap v0.16.1 |
354 | 2024-08-28T22:28:16.151Z | Downloaded serde_derive v1.0.208 |
355 | 2024-08-28T22:28:16.153Z | Downloaded log v0.4.21 |
356 | 2024-08-28T22:28:16.156Z | Downloaded pest_meta v2.7.10 |
357 | 2024-08-28T22:28:16.160Z | Downloaded proc-macro2 v1.0.86 |
358 | 2024-08-28T22:28:16.164Z | Downloaded typenum v1.17.0 |
359 | 2024-08-28T22:28:16.167Z | Downloaded papergrid v0.11.0 |
360 | 2024-08-28T22:28:16.173Z | Downloaded toml_edit v0.22.20 |
361 | 2024-08-28T22:28:16.194Z | Downloaded pest v2.7.10 |
362 | 2024-08-28T22:28:16.200Z | Downloaded indexmap v2.4.0 |
363 | 2024-08-28T22:28:16.203Z | Downloaded memchr v2.7.2 |
364 | 2024-08-28T22:28:16.207Z | Downloaded clap_builder v4.5.15 |
365 | 2024-08-28T22:28:16.219Z | Downloaded serde_json v1.0.125 |
366 | 2024-08-28T22:28:16.225Z | Downloaded hashbrown v0.14.5 |
367 | 2024-08-28T22:28:16.234Z | Downloaded winnow v0.6.18 |
368 | 2024-08-28T22:28:16.245Z | Downloaded tabled v0.15.0 |
369 | 2024-08-28T22:28:16.258Z | Downloaded zerocopy v0.7.34 |
370 | 2024-08-28T22:28:16.274Z | Downloaded goblin v0.8.2 |
371 | 2024-08-28T22:28:16.279Z | Downloaded syn v1.0.109 |
372 | 2024-08-28T22:28:16.289Z | Downloaded syn v2.0.74 |
373 | 2024-08-28T22:28:16.313Z | Downloaded rustix v0.38.34 |
374 | 2024-08-28T22:28:16.371Z | Downloaded unicode-width v0.1.13 |
375 | 2024-08-28T22:28:16.373Z | Downloaded libc v0.2.158 |
376 | 2024-08-28T22:28:16.646Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-08-28T22:28:16.649Z | Compiling unicode-ident v1.0.12 |
378 | 2024-08-28T22:28:16.649Z | Compiling version_check v0.9.5 |
379 | 2024-08-28T22:28:16.649Z | Compiling serde v1.0.208 |
380 | 2024-08-28T22:28:16.649Z | Compiling memchr v2.7.2 |
381 | 2024-08-28T22:28:16.649Z | Compiling thiserror v1.0.63 |
382 | 2024-08-28T22:28:16.680Z | Compiling libc v0.2.158 |
383 | 2024-08-28T22:28:16.683Z | Compiling itoa v1.0.11 |
384 | 2024-08-28T22:28:16.886Z | Compiling ucd-trie v0.1.6 |
385 | 2024-08-28T22:28:16.915Z | Compiling ryu v1.0.18 |
386 | 2024-08-28T22:28:17.256Z | Compiling once_cell v1.19.0 |
387 | 2024-08-28T22:28:17.493Z | Compiling byteorder v1.5.0 |
388 | 2024-08-28T22:28:17.540Z | Compiling serde_json v1.0.125 |
389 | 2024-08-28T22:28:17.581Z | Compiling rustix v0.38.34 |
390 | 2024-08-28T22:28:17.939Z | Compiling bitflags v2.6.0 |
391 | 2024-08-28T22:28:18.054Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-08-28T22:28:18.316Z | Compiling quote v1.0.36 |
393 | 2024-08-28T22:28:18.367Z | Compiling usdt-impl v0.5.0 |
394 | 2024-08-28T22:28:18.410Z | Compiling syn v1.0.109 |
395 | 2024-08-28T22:28:18.526Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-08-28T22:28:18.550Z | Compiling plain v0.2.3 |
397 | 2024-08-28T22:28:18.713Z | Compiling syn v2.0.74 |
398 | 2024-08-28T22:28:18.820Z | Compiling errno v0.3.9 |
399 | 2024-08-28T22:28:18.884Z | Compiling equivalent v1.0.1 |
400 | 2024-08-28T22:28:19.030Z | Compiling utf8parse v0.2.1 |
401 | 2024-08-28T22:28:19.049Z | Compiling hashbrown v0.14.5 |
402 | 2024-08-28T22:28:19.049Z | Compiling camino v1.1.9 |
403 | 2024-08-28T22:28:19.216Z | Compiling log v0.4.21 |
404 | 2024-08-28T22:28:19.353Z | Compiling thread-id v4.2.1 |
405 | 2024-08-28T22:28:19.471Z | Compiling anstyle-parse v0.2.4 |
406 | 2024-08-28T22:28:19.855Z | Compiling semver v1.0.23 |
407 | 2024-08-28T22:28:19.881Z | Compiling autocfg v1.3.0 |
408 | 2024-08-28T22:28:20.145Z | Compiling anstyle v1.0.8 |
409 | 2024-08-28T22:28:20.188Z | Compiling is_terminal_polyfill v1.70.0 |
410 | 2024-08-28T22:28:20.327Z | Compiling indexmap v2.4.0 |
411 | 2024-08-28T22:28:20.412Z | Compiling pretty-hex v0.4.1 |
412 | 2024-08-28T22:28:20.438Z | Compiling winnow v0.6.18 |
413 | 2024-08-28T22:28:20.637Z | Compiling colorchoice v1.0.1 |
414 | 2024-08-28T22:28:20.652Z | Compiling unicode-width v0.1.13 |
415 | 2024-08-28T22:28:20.793Z | Compiling anstyle-query v1.0.3 |
416 | 2024-08-28T22:28:20.872Z | Compiling fs-err v2.11.0 |
417 | 2024-08-28T22:28:20.907Z | Compiling anstream v0.6.14 |
418 | 2024-08-28T22:28:21.159Z | Compiling terminal_size v0.3.0 |
419 | 2024-08-28T22:28:21.305Z | Compiling fnv v1.0.7 |
420 | 2024-08-28T22:28:21.360Z | Compiling bytecount v0.6.8 |
421 | 2024-08-28T22:28:21.456Z | Compiling clap_lex v0.7.0 |
422 | 2024-08-28T22:28:21.574Z | Compiling fastrand v2.1.0 |
423 | 2024-08-28T22:28:21.632Z | Compiling heck v0.5.0 |
424 | 2024-08-28T22:28:21.695Z | Compiling strsim v0.11.1 |
425 | 2024-08-28T22:28:21.893Z | Compiling cfg-if v1.0.0 |
426 | 2024-08-28T22:28:21.987Z | Compiling anyhow v1.0.86 |
427 | 2024-08-28T22:28:22.013Z | Compiling heck v0.4.1 |
428 | 2024-08-28T22:28:22.144Z | Compiling clap_builder v4.5.15 |
429 | 2024-08-28T22:28:22.527Z | Compiling tempfile v3.10.1 |
430 | 2024-08-28T22:28:22.650Z | Compiling papergrid v0.11.0 |
431 | 2024-08-28T22:28:22.814Z | Compiling memmap v0.7.0 |
432 | 2024-08-28T22:28:22.937Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-08-28T22:28:23.164Z | Compiling smawk v0.3.2 |
434 | 2024-08-28T22:28:23.371Z | Compiling textwrap v0.16.1 |
435 | 2024-08-28T22:28:23.967Z | Compiling swrite v0.1.0 |
436 | 2024-08-28T22:28:25.073Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-28T22:28:26.853Z | Compiling tabled v0.15.0 |
438 | 2024-08-28T22:28:27.799Z | Compiling serde_derive v1.0.208 |
439 | 2024-08-28T22:28:27.799Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-28T22:28:27.802Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-28T22:28:27.802Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-28T22:28:27.802Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-28T22:28:28.964Z | Compiling scroll v0.12.0 |
444 | 2024-08-28T22:28:29.485Z | Compiling goblin v0.8.2 |
445 | 2024-08-28T22:28:29.629Z | Compiling zerocopy v0.7.34 |
446 | 2024-08-28T22:28:30.436Z | Compiling pest v2.7.10 |
447 | 2024-08-28T22:28:31.219Z | Compiling clap v4.5.16 |
448 | 2024-08-28T22:28:32.602Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-28T22:28:33.438Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-28T22:28:35.138Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-28T22:28:35.818Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-28T22:28:37.910Z | Compiling serde_spanned v0.6.7 |
453 | 2024-08-28T22:28:37.911Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-28T22:28:37.914Z | Compiling cargo-platform v0.1.8 |
455 | 2024-08-28T22:28:38.283Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-08-28T22:28:38.468Z | Compiling toml_edit v0.22.20 |
457 | 2024-08-28T22:28:38.471Z | Compiling macaddr v1.0.1 |
458 | 2024-08-28T22:28:38.594Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-08-28T22:28:39.338Z | Compiling dof v0.3.0 |
460 | 2024-08-28T22:28:39.338Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-28T22:28:41.312Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-28T22:28:41.313Z | Compiling usdt-macro v0.5.0 |
463 | 2024-08-28T22:28:41.331Z | Compiling toml v0.8.19 |
464 | 2024-08-28T22:28:42.179Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-28T22:28:42.664Z | Compiling usdt v0.5.0 |
466 | 2024-08-28T22:28:45.947Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-28T22:28:50.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.03s |
468 | 2024-08-28T22:28:50.401Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-28T22:28:50.972Z | Downloading crates ... |
470 | 2024-08-28T22:28:51.092Z | Downloaded atomicwrites v0.4.3 |
471 | 2024-08-28T22:28:51.126Z | Downloaded addr2line v0.21.0 |
472 | 2024-08-28T22:28:51.126Z | Downloaded ciborium-io v0.2.2 |
473 | 2024-08-28T22:28:51.126Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-08-28T22:28:51.126Z | Downloaded bitstruct v0.1.1 |
475 | 2024-08-28T22:28:51.126Z | Downloaded http-range v0.1.5 |
476 | 2024-08-28T22:28:51.127Z | Downloaded hubpack v0.1.2 |
477 | 2024-08-28T22:28:51.127Z | Downloaded async-stream v0.3.5 |
478 | 2024-08-28T22:28:51.127Z | Downloaded ascii-canvas v3.0.0 |
479 | 2024-08-28T22:28:51.134Z | Downloaded hyper-rustls v0.24.2 |
480 | 2024-08-28T22:28:51.134Z | Downloaded httparse v1.8.0 |
481 | 2024-08-28T22:28:51.134Z | Downloaded constant_time_eq v0.3.0 |
482 | 2024-08-28T22:28:51.137Z | Downloaded ident_case v1.0.1 |
483 | 2024-08-28T22:28:51.137Z | Downloaded cipher v0.4.4 |
484 | 2024-08-28T22:28:51.140Z | Downloaded md5 v0.7.0 |
485 | 2024-08-28T22:28:51.140Z | Downloaded is-terminal v0.4.12 |
486 | 2024-08-28T22:28:51.143Z | Downloaded blowfish v0.9.1 |
487 | 2024-08-28T22:28:51.143Z | Downloaded crc-catalog v2.4.0 |
488 | 2024-08-28T22:28:51.160Z | Downloaded newline-converter v0.3.0 |
489 | 2024-08-28T22:28:51.160Z | Downloaded crc v3.2.1 |
490 | 2024-08-28T22:28:51.160Z | Downloaded matches v0.1.10 |
491 | 2024-08-28T22:28:51.160Z | Downloaded curve25519-dalek-derive v0.1.1 |
492 | 2024-08-28T22:28:51.160Z | Downloaded ctr v0.9.2 |
493 | 2024-08-28T22:28:51.160Z | Downloaded hyper-tls v0.5.0 |
494 | 2024-08-28T22:28:51.160Z | Downloaded lazy_static v1.5.0 |
495 | 2024-08-28T22:28:51.160Z | Downloaded async-trait v0.1.81 |
496 | 2024-08-28T22:28:51.168Z | Downloaded async-bb8-diesel v0.2.1 |
497 | 2024-08-28T22:28:51.168Z | Downloaded multimap v0.10.0 |
498 | 2024-08-28T22:28:51.168Z | Downloaded nibble_vec v0.1.0 |
499 | 2024-08-28T22:28:51.171Z | Downloaded mockall v0.13.0 |
500 | 2024-08-28T22:28:51.171Z | Downloaded lalrpop-util v0.19.12 |
501 | 2024-08-28T22:28:51.174Z | Downloaded console v0.15.8 |
502 | 2024-08-28T22:28:51.178Z | Downloaded cookie_store v0.20.0 |
503 | 2024-08-28T22:28:51.178Z | Downloaded lock_api v0.4.12 |
504 | 2024-08-28T22:28:51.192Z | Downloaded linear-map v1.2.0 |
505 | 2024-08-28T22:28:51.192Z | Downloaded atty v0.2.14 |
506 | 2024-08-28T22:28:51.192Z | Downloaded base64 v0.13.1 |
507 | 2024-08-28T22:28:51.192Z | Downloaded native-tls v0.2.11 |
508 | 2024-08-28T22:28:51.192Z | Downloaded libloading v0.8.3 |
509 | 2024-08-28T22:28:51.200Z | Downloaded assert_matches v1.5.0 |
510 | 2024-08-28T22:28:51.200Z | Downloaded async-stream-impl v0.3.5 |
511 | 2024-08-28T22:28:51.200Z | Downloaded cstr-argument v0.1.2 |
512 | 2024-08-28T22:28:51.203Z | Downloaded crunchy v0.2.2 |
513 | 2024-08-28T22:28:51.204Z | Downloaded bitstruct_derive v0.1.0 |
514 | 2024-08-28T22:28:51.204Z | Downloaded ahash v0.8.11 |
515 | 2024-08-28T22:28:51.204Z | Downloaded num-complex v0.4.6 |
516 | 2024-08-28T22:28:51.207Z | Downloaded httpdate v1.0.3 |
517 | 2024-08-28T22:28:51.207Z | Downloaded cobs v0.2.3 |
518 | 2024-08-28T22:28:51.220Z | Downloaded adler v1.0.2 |
519 | 2024-08-28T22:28:51.220Z | Downloaded nu-ansi-term v0.50.0 |
520 | 2024-08-28T22:28:51.220Z | Downloaded crossbeam-epoch v0.9.18 |
521 | 2024-08-28T22:28:51.220Z | Downloaded mockall_derive v0.13.0 |
522 | 2024-08-28T22:28:51.226Z | Downloaded hostname v0.3.1 |
523 | 2024-08-28T22:28:51.226Z | Downloaded cookie v0.17.0 |
524 | 2024-08-28T22:28:51.226Z | Downloaded is_ci v1.2.0 |
525 | 2024-08-28T22:28:51.226Z | Downloaded instant v0.1.12 |
526 | 2024-08-28T22:28:51.229Z | Downloaded match_cfg v0.1.0 |
527 | 2024-08-28T22:28:51.229Z | Downloaded termtree v0.4.1 |
528 | 2024-08-28T22:28:51.229Z | Downloaded sync_wrapper v0.1.2 |
529 | 2024-08-28T22:28:51.232Z | Downloaded arrayref v0.3.7 |
530 | 2024-08-28T22:28:51.232Z | Downloaded aead v0.5.2 |
531 | 2024-08-28T22:28:51.235Z | Downloaded new_debug_unreachable v1.0.6 |
532 | 2024-08-28T22:28:51.235Z | Downloaded hubpack_derive v0.1.1 |
533 | 2024-08-28T22:28:51.236Z | Downloaded base16ct v0.2.0 |
534 | 2024-08-28T22:28:51.239Z | Downloaded same-file v1.0.6 |
535 | 2024-08-28T22:28:51.245Z | Downloaded bitflags v1.3.2 |
536 | 2024-08-28T22:28:51.248Z | Downloaded atomic-waker v1.1.2 |
537 | 2024-08-28T22:28:51.248Z | Downloaded nodrop v0.1.14 |
538 | 2024-08-28T22:28:51.248Z | Downloaded normalize-line-endings v0.3.0 |
539 | 2024-08-28T22:28:51.248Z | Downloaded ciborium-ll v0.2.2 |
540 | 2024-08-28T22:28:51.252Z | Downloaded bitfield v0.14.0 |
541 | 2024-08-28T22:28:51.252Z | Downloaded want v0.3.1 |
542 | 2024-08-28T22:28:51.252Z | Downloaded waitgroup v0.1.2 |
543 | 2024-08-28T22:28:51.255Z | Downloaded downcast v0.11.0 |
544 | 2024-08-28T22:28:51.255Z | Downloaded crossbeam-deque v0.8.5 |
545 | 2024-08-28T22:28:51.261Z | Downloaded colored v2.1.0 |
546 | 2024-08-28T22:28:51.261Z | Downloaded chacha20 v0.9.1 |
547 | 2024-08-28T22:28:51.263Z | Downloaded highway v1.2.0 |
548 | 2024-08-28T22:28:51.264Z | Downloaded serde_path_to_error v0.1.16 |
549 | 2024-08-28T22:28:51.267Z | Downloaded block-padding v0.3.3 |
550 | 2024-08-28T22:28:51.267Z | Downloaded bit-set v0.5.3 |
551 | 2024-08-28T22:28:51.272Z | Downloaded async-recursion v1.1.1 |
552 | 2024-08-28T22:28:51.275Z | Downloaded bb8 v0.8.5 |
553 | 2024-08-28T22:28:51.275Z | Downloaded indicatif v0.17.8 |
554 | 2024-08-28T22:28:51.278Z | Downloaded inout v0.1.3 |
555 | 2024-08-28T22:28:51.281Z | Downloaded newtype_derive v0.1.6 |
556 | 2024-08-28T22:28:51.283Z | Downloaded managed v0.8.0 |
557 | 2024-08-28T22:28:51.284Z | Downloaded lru v0.12.3 |
558 | 2024-08-28T22:28:51.287Z | Downloaded hyper-staticfile v0.9.5 |
559 | 2024-08-28T22:28:51.287Z | Downloaded nanorand v0.7.0 |
560 | 2024-08-28T22:28:51.290Z | Downloaded md-5 v0.10.6 |
561 | 2024-08-28T22:28:51.293Z | Downloaded signal-hook-registry v1.4.2 |
562 | 2024-08-28T22:28:51.294Z | Downloaded rtoolbox v0.0.2 |
563 | 2024-08-28T22:28:51.297Z | Downloaded newtype-uuid v1.1.0 |
564 | 2024-08-28T22:28:51.297Z | Downloaded lazycell v1.3.0 |
565 | 2024-08-28T22:28:51.300Z | Downloaded kstat-rs v0.2.4 |
566 | 2024-08-28T22:28:51.300Z | Downloaded mime v0.3.17 |
567 | 2024-08-28T22:28:51.303Z | Downloaded signature v2.2.0 |
568 | 2024-08-28T22:28:51.305Z | Downloaded structmeta v0.3.0 |
569 | 2024-08-28T22:28:51.305Z | Downloaded structmeta-derive v0.2.0 |
570 | 2024-08-28T22:28:51.308Z | Downloaded sha1 v0.10.6 |
571 | 2024-08-28T22:28:51.308Z | Downloaded termcolor v1.4.1 |
572 | 2024-08-28T22:28:51.311Z | Downloaded backoff v0.4.0 |
573 | 2024-08-28T22:28:51.314Z | Downloaded openssl-probe v0.1.5 |
574 | 2024-08-28T22:28:51.314Z | Downloaded ciborium v0.2.2 |
575 | 2024-08-28T22:28:51.317Z | Downloaded bzip2 v0.4.4 |
576 | 2024-08-28T22:28:51.320Z | Downloaded convert_case v0.4.0 |
577 | 2024-08-28T22:28:51.323Z | Downloaded display-error-chain v0.2.0 |
578 | 2024-08-28T22:28:51.323Z | Downloaded universal-hash v0.5.1 |
579 | 2024-08-28T22:28:51.326Z | Downloaded backtrace v0.3.71 |
580 | 2024-08-28T22:28:51.329Z | Downloaded foreign-types v0.5.0 |
581 | 2024-08-28T22:28:51.332Z | Downloaded crc32fast v1.4.0 |
582 | 2024-08-28T22:28:51.332Z | Downloaded which v4.4.2 |
583 | 2024-08-28T22:28:51.337Z | Downloaded compact_str v0.8.0 |
584 | 2024-08-28T22:28:51.340Z | Downloaded untrusted v0.7.1 |
585 | 2024-08-28T22:28:51.343Z | Downloaded tokio-native-tls v0.3.1 |
586 | 2024-08-28T22:28:51.343Z | Downloaded jobserver v0.1.32 |
587 | 2024-08-28T22:28:51.345Z | Downloaded multer v3.1.0 |
588 | 2024-08-28T22:28:51.348Z | Downloaded deranged v0.3.11 |
589 | 2024-08-28T22:28:51.351Z | Downloaded rpassword v7.3.1 |
590 | 2024-08-28T22:28:51.354Z | Downloaded fd-lock v4.0.2 |
591 | 2024-08-28T22:28:51.357Z | Downloaded time-core v0.1.2 |
592 | 2024-08-28T22:28:51.357Z | Downloaded cancel-safe-futures v0.1.5 |
593 | 2024-08-28T22:28:51.360Z | Downloaded fallible-streaming-iterator v0.1.9 |
594 | 2024-08-28T22:28:51.363Z | Downloaded heck v0.3.3 |
595 | 2024-08-28T22:28:51.365Z | Downloaded fragile v2.0.0 |
596 | 2024-08-28T22:28:51.365Z | Downloaded funty v2.0.0 |
597 | 2024-08-28T22:28:51.368Z | Downloaded owo-colors v4.0.0 |
598 | 2024-08-28T22:28:51.371Z | Downloaded num-iter v0.1.45 |
599 | 2024-08-28T22:28:51.374Z | Downloaded proc-macro-crate v1.3.1 |
600 | 2024-08-28T22:28:51.374Z | Downloaded phf_shared v0.11.2 |
601 | 2024-08-28T22:28:51.377Z | Downloaded blake2 v0.10.6 |
602 | 2024-08-28T22:28:51.379Z | Downloaded argon2 v0.5.3 |
603 | 2024-08-28T22:28:51.382Z | Downloaded num-integer v0.1.46 |
604 | 2024-08-28T22:28:51.382Z | Downloaded derive_builder v0.20.0 |
605 | 2024-08-28T22:28:51.387Z | Downloaded crossbeam-channel v0.5.12 |
606 | 2024-08-28T22:28:51.393Z | Downloaded crossbeam-utils v0.8.19 |
607 | 2024-08-28T22:28:51.396Z | Downloaded foreign-types-shared v0.3.1 |
608 | 2024-08-28T22:28:51.399Z | Downloaded rand_core v0.6.4 |
609 | 2024-08-28T22:28:51.399Z | Downloaded num-bigint v0.4.5 |
610 | 2024-08-28T22:28:51.405Z | Downloaded minimal-lexical v0.2.1 |
611 | 2024-08-28T22:28:51.410Z | Downloaded rusty-fork v0.3.0 |
612 | 2024-08-28T22:28:51.413Z | Downloaded rustversion v1.0.17 |
613 | 2024-08-28T22:28:51.416Z | Downloaded number_prefix v0.4.0 |
614 | 2024-08-28T22:28:51.419Z | Downloaded predicates-core v1.0.6 |
615 | 2024-08-28T22:28:51.419Z | Downloaded precomputed-hash v0.1.1 |
616 | 2024-08-28T22:28:51.419Z | Downloaded serde_repr v0.1.19 |
617 | 2024-08-28T22:28:51.422Z | Downloaded static_assertions v1.1.0 |
618 | 2024-08-28T22:28:51.425Z | Downloaded tokio-macros v2.4.0 |
619 | 2024-08-28T22:28:51.425Z | Downloaded stable_deref_trait v1.2.0 |
620 | 2024-08-28T22:28:51.428Z | Downloaded parking_lot_core v0.9.10 |
621 | 2024-08-28T22:28:51.432Z | Downloaded ssh-encoding v0.2.0 |
622 | 2024-08-28T22:28:51.432Z | Downloaded primeorder v0.13.6 |
623 | 2024-08-28T22:28:51.435Z | Downloaded parking_lot_core v0.8.6 |
624 | 2024-08-28T22:28:51.435Z | Downloaded poly1305 v0.8.0 |
625 | 2024-08-28T22:28:51.438Z | Downloaded term v0.7.0 |
626 | 2024-08-28T22:28:51.442Z | Downloaded unicase v2.7.0 |
627 | 2024-08-28T22:28:51.445Z | Downloaded take_mut v0.2.2 |
628 | 2024-08-28T22:28:51.445Z | Downloaded semver v0.1.20 |
629 | 2024-08-28T22:28:51.448Z | Downloaded twox-hash v1.6.3 |
630 | 2024-08-28T22:28:51.451Z | Downloaded derive_builder_core v0.20.0 |
631 | 2024-08-28T22:28:51.454Z | Downloaded derive-where v1.2.7 |
632 | 2024-08-28T22:28:51.458Z | Downloaded samael v0.0.15 |
633 | 2024-08-28T22:28:51.472Z | Downloaded hex-literal v0.4.1 |
634 | 2024-08-28T22:28:51.475Z | Downloaded opaque-debug v0.3.1 |
635 | 2024-08-28T22:28:51.476Z | Downloaded allocator-api2 v0.2.18 |
636 | 2024-08-28T22:28:51.479Z | Downloaded foreign-types-shared v0.1.1 |
637 | 2024-08-28T22:28:51.480Z | Downloaded foreign-types-macros v0.2.3 |
638 | 2024-08-28T22:28:51.483Z | Downloaded futures v0.3.30 |
639 | 2024-08-28T22:28:51.486Z | Downloaded packed_struct_codegen v0.10.1 |
640 | 2024-08-28T22:28:51.489Z | Downloaded base64 v0.21.7 |
641 | 2024-08-28T22:28:51.492Z | Downloaded snafu v0.8.2 |
642 | 2024-08-28T22:28:51.500Z | Downloaded predicates v3.1.2 |
643 | 2024-08-28T22:28:51.521Z | Downloaded serde-big-array v0.5.1 |
644 | 2024-08-28T22:28:51.521Z | Downloaded pin-project v1.1.5 |
645 | 2024-08-28T22:28:51.521Z | Downloaded supports-color v3.0.0 |
646 | 2024-08-28T22:28:51.524Z | Downloaded tap v1.0.1 |
647 | 2024-08-28T22:28:51.524Z | Downloaded tabwriter v1.4.0 |
648 | 2024-08-28T22:28:51.524Z | Downloaded strum v0.26.3 |
649 | 2024-08-28T22:28:51.524Z | Downloaded try-lock v0.2.5 |
650 | 2024-08-28T22:28:51.527Z | Downloaded hickory-server v0.24.1 |
651 | 2024-08-28T22:28:51.532Z | Downloaded subtle v2.5.0 |
652 | 2024-08-28T22:28:51.535Z | Downloaded ena v0.14.3 |
653 | 2024-08-28T22:28:51.535Z | Downloaded embedded-io v0.4.0 |
654 | 2024-08-28T22:28:51.540Z | Downloaded pem-rfc7468 v0.7.0 |
655 | 2024-08-28T22:28:51.542Z | Downloaded fatfs v0.3.6 |
656 | 2024-08-28T22:28:51.545Z | Downloaded libxml v0.3.3 |
657 | 2024-08-28T22:28:51.549Z | Downloaded zeroize v1.7.0 |
658 | 2024-08-28T22:28:51.552Z | Downloaded pbkdf2 v0.12.2 |
659 | 2024-08-28T22:28:51.555Z | Downloaded num-conv v0.1.0 |
660 | 2024-08-28T22:28:51.555Z | Downloaded futures-io v0.3.30 |
661 | 2024-08-28T22:28:51.558Z | Downloaded futures-executor v0.3.30 |
662 | 2024-08-28T22:28:51.558Z | Downloaded pkg-config v0.3.30 |
663 | 2024-08-28T22:28:51.561Z | Downloaded quick-error v1.2.3 |
664 | 2024-08-28T22:28:51.561Z | Downloaded resolv-conf v0.7.0 |
665 | 2024-08-28T22:28:51.563Z | Downloaded serde_urlencoded v0.7.1 |
666 | 2024-08-28T22:28:51.566Z | Downloaded schemars_derive v0.8.21 |
667 | 2024-08-28T22:28:51.569Z | Downloaded strum_macros v0.26.4 |
668 | 2024-08-28T22:28:51.572Z | Downloaded unicode-bidi v0.3.15 |
669 | 2024-08-28T22:28:51.575Z | Downloaded sct v0.7.1 |
670 | 2024-08-28T22:28:51.579Z | Downloaded spin v0.5.2 |
671 | 2024-08-28T22:28:51.582Z | Downloaded structmeta-derive v0.3.0 |
672 | 2024-08-28T22:28:51.582Z | Downloaded structmeta v0.2.0 |
673 | 2024-08-28T22:28:51.582Z | Downloaded sigpipe v0.1.3 |
674 | 2024-08-28T22:28:51.585Z | Downloaded http v0.2.12 |
675 | 2024-08-28T22:28:51.589Z | Downloaded mio v1.0.2 |
676 | 2024-08-28T22:28:51.594Z | Downloaded ron v0.8.1 |
677 | 2024-08-28T22:28:51.602Z | Downloaded filetime v0.2.24 |
678 | 2024-08-28T22:28:51.605Z | Downloaded slog-bunyan v2.5.0 |
679 | 2024-08-28T22:28:51.607Z | Downloaded peg v0.8.4 |
680 | 2024-08-28T22:28:51.610Z | Downloaded dirs-next v2.0.0 |
681 | 2024-08-28T22:28:51.613Z | Downloaded option-ext v0.2.0 |
682 | 2024-08-28T22:28:51.613Z | Downloaded pkcs8 v0.10.2 |
683 | 2024-08-28T22:28:51.616Z | Downloaded toolchain_find v0.4.0 |
684 | 2024-08-28T22:28:51.619Z | Downloaded russh-cryptovec v0.7.2 |
685 | 2024-08-28T22:28:51.619Z | Downloaded peg-runtime v0.8.3 |
686 | 2024-08-28T22:28:51.621Z | Downloaded portpicker v0.1.1 |
687 | 2024-08-28T22:28:51.621Z | Downloaded paste v1.0.15 |
688 | 2024-08-28T22:28:51.624Z | Downloaded omicron-zone-package v0.11.0 |
689 | 2024-08-28T22:28:51.627Z | Downloaded serde_with_macros v3.9.0 |
690 | 2024-08-28T22:28:51.630Z | Downloaded subprocess v0.2.9 |
691 | 2024-08-28T22:28:51.633Z | Downloaded slog v2.7.0 |
692 | 2024-08-28T22:28:51.636Z | Downloaded spin v0.9.8 |
693 | 2024-08-28T22:28:51.639Z | Downloaded psl-types v2.0.11 |
694 | 2024-08-28T22:28:51.642Z | Downloaded defmt-parser v0.3.4 |
695 | 2024-08-28T22:28:51.642Z | Downloaded pretty-hex v0.2.1 |
696 | 2024-08-28T22:28:51.645Z | Downloaded itertools v0.10.5 |
697 | 2024-08-28T22:28:51.651Z | Downloaded slog-dtrace v0.3.0 |
698 | 2024-08-28T22:28:51.654Z | Downloaded enum-as-inner v0.6.0 |
699 | 2024-08-28T22:28:51.657Z | Downloaded dirs v5.0.1 |
700 | 2024-08-28T22:28:51.657Z | Downloaded slog-envlogger v2.2.0 |
701 | 2024-08-28T22:28:51.660Z | Downloaded difflib v0.4.0 |
702 | 2024-08-28T22:28:51.660Z | Downloaded phf_shared v0.10.0 |
703 | 2024-08-28T22:28:51.663Z | Downloaded rcgen v0.12.1 |
704 | 2024-08-28T22:28:51.666Z | Downloaded slog-async v2.8.0 |
705 | 2024-08-28T22:28:51.669Z | Downloaded pkcs5 v0.7.1 |
706 | 2024-08-28T22:28:51.672Z | Downloaded zerocopy v0.6.6 |
707 | 2024-08-28T22:28:51.674Z | Downloaded pem v3.0.4 |
708 | 2024-08-28T22:28:51.678Z | Downloaded getopts v0.2.21 |
709 | 2024-08-28T22:28:51.678Z | Downloaded gethostname v0.5.0 |
710 | 2024-08-28T22:28:51.681Z | Downloaded group v0.13.0 |
711 | 2024-08-28T22:28:51.681Z | Downloaded rustc_version v0.1.7 |
712 | 2024-08-28T22:28:51.684Z | Downloaded diesel_table_macro_syntax v0.2.0 |
713 | 2024-08-28T22:28:51.684Z | Downloaded sqlparser_derive v0.2.2 |
714 | 2024-08-28T22:28:51.684Z | Downloaded tls_codec_derive v0.4.1 |
715 | 2024-08-28T22:28:51.687Z | Downloaded crossterm v0.27.0 |
716 | 2024-08-28T22:28:51.693Z | Downloaded slab v0.4.9 |
717 | 2024-08-28T22:28:51.696Z | Downloaded num-derive v0.4.2 |
718 | 2024-08-28T22:28:51.699Z | Downloaded fxhash v0.2.1 |
719 | 2024-08-28T22:28:51.699Z | Downloaded float-cmp v0.9.0 |
720 | 2024-08-28T22:28:51.702Z | Downloaded pin-utils v0.1.0 |
721 | 2024-08-28T22:28:51.702Z | Downloaded topological-sort v0.2.2 |
722 | 2024-08-28T22:28:51.705Z | Downloaded ed25519 v2.2.3 |
723 | 2024-08-28T22:28:51.705Z | Downloaded password-hash v0.5.0 |
724 | 2024-08-28T22:28:51.707Z | Downloaded tracing v0.1.40 |
725 | 2024-08-28T22:28:51.711Z | Downloaded path-slash v0.1.5 |
726 | 2024-08-28T22:28:51.714Z | Downloaded siphasher v0.3.11 |
727 | 2024-08-28T22:28:51.717Z | Downloaded shell-words v1.1.0 |
728 | 2024-08-28T22:28:51.717Z | Downloaded zeroize_derive v1.4.2 |
729 | 2024-08-28T22:28:51.717Z | Downloaded thread_local v1.1.8 |
730 | 2024-08-28T22:28:51.720Z | Downloaded thiserror-impl-no-std v2.0.2 |
731 | 2024-08-28T22:28:51.720Z | Downloaded string_cache v0.8.7 |
732 | 2024-08-28T22:28:51.724Z | Downloaded ssh-cipher v0.2.0 |
733 | 2024-08-28T22:28:51.727Z | Downloaded env_logger v0.9.3 |
734 | 2024-08-28T22:28:51.727Z | Downloaded thiserror-no-std v2.0.2 |
735 | 2024-08-28T22:28:51.731Z | Downloaded stringprep v0.1.4 |
736 | 2024-08-28T22:28:51.734Z | Downloaded globset v0.4.14 |
737 | 2024-08-28T22:28:51.736Z | Downloaded futures-macro v0.3.30 |
738 | 2024-08-28T22:28:51.736Z | Downloaded flagset v0.4.5 |
739 | 2024-08-28T22:28:51.739Z | Downloaded dirs-sys-next v0.1.2 |
740 | 2024-08-28T22:28:51.740Z | Downloaded dhcproto-macros v0.1.0 |
741 | 2024-08-28T22:28:51.740Z | Downloaded zone_cfg_derive v0.1.2 |
742 | 2024-08-28T22:28:51.743Z | Downloaded endian-type v0.1.2 |
743 | 2024-08-28T22:28:51.743Z | Downloaded ref-cast-impl v1.0.23 |
744 | 2024-08-28T22:28:51.743Z | Downloaded slog-json v2.6.1 |
745 | 2024-08-28T22:28:51.746Z | Downloaded rand_xorshift v0.3.0 |
746 | 2024-08-28T22:28:51.746Z | Downloaded untrusted v0.9.0 |
747 | 2024-08-28T22:28:51.750Z | Downloaded tokio-tungstenite v0.23.1 |
748 | 2024-08-28T22:28:51.753Z | Downloaded tls_codec v0.4.1 |
749 | 2024-08-28T22:28:51.753Z | Downloaded headers-core v0.2.0 |
750 | 2024-08-28T22:28:51.753Z | Downloaded tokio-tungstenite v0.21.0 |
751 | 2024-08-28T22:28:51.756Z | Downloaded toml_edit v0.19.15 |
752 | 2024-08-28T22:28:51.775Z | Downloaded unicode-xid v0.2.4 |
753 | 2024-08-28T22:28:51.777Z | Downloaded openssl-macros v0.1.1 |
754 | 2024-08-28T22:28:51.777Z | Downloaded tower-service v0.3.2 |
755 | 2024-08-28T22:28:51.780Z | Downloaded parse-display-derive v0.10.0 |
756 | 2024-08-28T22:28:51.781Z | Downloaded parse-display v0.10.0 |
757 | 2024-08-28T22:28:51.781Z | Downloaded num_enum v0.5.11 |
758 | 2024-08-28T22:28:51.786Z | Downloaded rustfmt-wrapper v0.2.1 |
759 | 2024-08-28T22:28:51.788Z | Downloaded futures-sink v0.3.30 |
760 | 2024-08-28T22:28:51.788Z | Downloaded debug-ignore v1.0.5 |
761 | 2024-08-28T22:28:51.791Z | Downloaded sqlformat v0.2.4 |
762 | 2024-08-28T22:28:51.794Z | Downloaded hkdf v0.12.4 |
763 | 2024-08-28T22:28:51.796Z | Downloaded oso-derive v0.27.3 |
764 | 2024-08-28T22:28:51.796Z | Downloaded enum-as-inner v0.5.1 |
765 | 2024-08-28T22:28:51.799Z | Downloaded zone v0.1.8 |
766 | 2024-08-28T22:28:51.799Z | Downloaded utf-8 v0.7.6 |
767 | 2024-08-28T22:28:51.799Z | Downloaded tungstenite v0.21.0 |
768 | 2024-08-28T22:28:51.804Z | Downloaded heapless v0.7.17 |
769 | 2024-08-28T22:28:51.809Z | Downloaded derive_builder_macro v0.20.0 |
770 | 2024-08-28T22:28:51.812Z | Downloaded dirs-sys v0.4.1 |
771 | 2024-08-28T22:28:51.812Z | Downloaded russh-keys v0.44.0 |
772 | 2024-08-28T22:28:51.815Z | Downloaded blake3 v1.5.1 |
773 | 2024-08-28T22:28:51.822Z | Downloaded libm v0.2.8 |
774 | 2024-08-28T22:28:51.830Z | Downloaded rand_chacha v0.3.1 |
775 | 2024-08-28T22:28:51.833Z | Downloaded tiny-keccak v2.0.2 |
776 | 2024-08-28T22:28:51.835Z | Downloaded spki v0.7.3 |
777 | 2024-08-28T22:28:51.838Z | Downloaded num_enum_derive v0.5.11 |
778 | 2024-08-28T22:28:51.838Z | Downloaded tracing-core v0.1.32 |
779 | 2024-08-28T22:28:51.841Z | Downloaded x509-cert v0.2.5 |
780 | 2024-08-28T22:28:51.847Z | Downloaded data-encoding v2.6.0 |
781 | 2024-08-28T22:28:51.850Z | Downloaded similar v2.6.0 |
782 | 2024-08-28T22:28:51.854Z | Downloaded half v2.4.1 |
783 | 2024-08-28T22:28:51.859Z | Downloaded ref-cast v1.0.23 |
784 | 2024-08-28T22:28:51.862Z | Downloaded ecdsa v0.16.9 |
785 | 2024-08-28T22:28:51.863Z | Downloaded diff v0.1.13 |
786 | 2024-08-28T22:28:51.866Z | Downloaded ssh-key v0.6.6 |
787 | 2024-08-28T22:28:51.875Z | Downloaded aes-gcm v0.10.3 |
788 | 2024-08-28T22:28:51.879Z | Downloaded futures-task v0.3.30 |
789 | 2024-08-28T22:28:51.881Z | Downloaded rustc_version v0.4.0 |
790 | 2024-08-28T22:28:51.881Z | Downloaded vte v0.11.1 |
791 | 2024-08-28T22:28:51.884Z | Downloaded dhcproto v0.12.0 |
792 | 2024-08-28T22:28:51.887Z | Downloaded oso v0.27.3 |
793 | 2024-08-28T22:28:51.890Z | Downloaded slog-stdlog v4.1.1 |
794 | 2024-08-28T22:28:51.893Z | Downloaded hashbrown v0.12.3 |
795 | 2024-08-28T22:28:51.896Z | Downloaded heapless v0.8.0 |
796 | 2024-08-28T22:28:51.901Z | Downloaded flume v0.11.0 |
797 | 2024-08-28T22:28:51.905Z | Downloaded unicode-normalization v0.1.23 |
798 | 2024-08-28T22:28:51.909Z | Downloaded expectorate v1.1.0 |
799 | 2024-08-28T22:28:51.912Z | Downloaded tinyvec v1.6.0 |
800 | 2024-08-28T22:28:51.915Z | Downloaded serde_yaml v0.9.34+deprecated |
801 | 2024-08-28T22:28:51.919Z | Downloaded rustls-pki-types v1.7.0 |
802 | 2024-08-28T22:28:51.921Z | Downloaded hashlink v0.9.1 |
803 | 2024-08-28T22:28:51.924Z | Downloaded bitvec v1.0.1 |
804 | 2024-08-28T22:28:51.941Z | Downloaded pkcs1 v0.7.5 |
805 | 2024-08-28T22:28:51.944Z | Downloaded socket2 v0.5.7 |
806 | 2024-08-28T22:28:51.947Z | Downloaded derive_more v0.99.18 |
807 | 2024-08-28T22:28:51.956Z | Downloaded vergen v8.3.2 |
808 | 2024-08-28T22:28:51.956Z | Downloaded p256 v0.13.2 |
809 | 2024-08-28T22:28:51.960Z | Downloaded hyper v0.14.30 |
810 | 2024-08-28T22:28:51.966Z | Downloaded aho-corasick v1.1.3 |
811 | 2024-08-28T22:28:51.974Z | Downloaded rayon-core v1.12.1 |
812 | 2024-08-28T22:28:51.987Z | Downloaded bindgen v0.69.4 |
813 | 2024-08-28T22:28:51.993Z | Downloaded uuid v1.10.0 |
814 | 2024-08-28T22:28:51.993Z | Downloaded winnow v0.5.40 |
815 | 2024-08-28T22:28:52.002Z | Downloaded url v2.5.2 |
816 | 2024-08-28T22:28:52.006Z | Downloaded headers v0.3.9 |
817 | 2024-08-28T22:28:52.009Z | Downloaded unicode-segmentation v1.11.0 |
818 | 2024-08-28T22:28:52.019Z | Downloaded rand v0.8.5 |
819 | 2024-08-28T22:28:52.031Z | Downloaded flate2 v1.0.31 |
820 | 2024-08-28T22:28:52.031Z | Downloaded idna v0.3.0 |
821 | 2024-08-28T22:28:52.031Z | Downloaded time v0.3.36 |
822 | 2024-08-28T22:28:52.036Z | Downloaded rusqlite v0.31.0 |
823 | 2024-08-28T22:28:52.044Z | Downloaded lalrpop v0.19.12 |
824 | 2024-08-28T22:28:52.065Z | Downloaded tungstenite v0.23.0 |
825 | 2024-08-28T22:28:52.067Z | Downloaded publicsuffix v2.2.3 |
826 | 2024-08-28T22:28:52.067Z | Downloaded russh v0.44.1 |
827 | 2024-08-28T22:28:52.070Z | Downloaded serde_with v3.9.0 |
828 | 2024-08-28T22:28:52.077Z | Downloaded portable-atomic v1.6.0 |
829 | 2024-08-28T22:28:52.084Z | Downloaded hashbrown v0.13.2 |
830 | 2024-08-28T22:28:52.091Z | Downloaded reedline v0.33.0 |
831 | 2024-08-28T22:28:52.096Z | Downloaded h2 v0.3.26 |
832 | 2024-08-28T22:28:52.103Z | Downloaded idna v0.4.0 |
833 | 2024-08-28T22:28:52.111Z | Downloaded git2 v0.19.0 |
834 | 2024-08-28T22:28:52.120Z | Downloaded webpki-roots v0.25.4 |
835 | 2024-08-28T22:28:52.124Z | Downloaded proptest v1.5.0 |
836 | 2024-08-28T22:28:52.134Z | Downloaded nix v0.28.0 |
837 | 2024-08-28T22:28:52.147Z | Downloaded rustyline v14.0.0 |
838 | 2024-08-28T22:28:52.153Z | Downloaded reqwest v0.11.27 |
839 | 2024-08-28T22:28:52.161Z | Downloaded gimli v0.28.1 |
840 | 2024-08-28T22:28:52.171Z | Downloaded smoltcp v0.11.0 |
841 | 2024-08-28T22:28:52.184Z | Downloaded rustls v0.21.12 |
842 | 2024-08-28T22:28:52.197Z | Downloaded smoltcp v0.9.1 |
843 | 2024-08-28T22:28:52.209Z | Downloaded rayon v1.10.0 |
844 | 2024-08-28T22:28:52.218Z | Downloaded dropshot v0.10.1 |
845 | 2024-08-28T22:28:52.230Z | Downloaded futures-util v0.3.30 |
846 | 2024-08-28T22:28:52.242Z | Downloaded rustls v0.22.4 |
847 | 2024-08-28T22:28:52.257Z | Downloaded regex-syntax v0.6.29 |
848 | 2024-08-28T22:28:52.264Z | Downloaded regress v0.9.1 |
849 | 2024-08-28T22:28:52.274Z | Downloaded object v0.32.2 |
850 | 2024-08-28T22:28:52.284Z | Downloaded sqlparser v0.45.0 |
851 | 2024-08-28T22:28:52.291Z | Downloaded vcpkg v0.2.15 |
852 | 2024-08-28T22:28:52.330Z | Downloaded p384 v0.13.0 |
853 | 2024-08-28T22:28:52.336Z | Downloaded radix_trie v0.2.1 |
854 | 2024-08-28T22:28:52.342Z | Downloaded zerocopy-derive v0.6.6 |
855 | 2024-08-28T22:28:52.351Z | Downloaded sled v0.34.7 |
856 | 2024-08-28T22:28:52.363Z | Downloaded trust-dns-proto v0.22.0 |
857 | 2024-08-28T22:28:52.375Z | Downloaded polar-core v0.27.3 |
858 | 2024-08-28T22:28:52.384Z | Downloaded openssl v0.10.66 |
859 | 2024-08-28T22:28:52.394Z | Downloaded diesel v2.2.3 |
860 | 2024-08-28T22:28:52.413Z | Downloaded openapiv3 v2.0.0 |
861 | 2024-08-28T22:28:52.426Z | Downloaded hickory-proto v0.24.1 |
862 | 2024-08-28T22:28:52.443Z | Downloaded regex-syntax v0.8.4 |
863 | 2024-08-28T22:28:52.453Z | Downloaded finl_unicode v1.2.0 |
864 | 2024-08-28T22:28:52.464Z | Downloaded bstr v1.9.1 |
865 | 2024-08-28T22:28:52.475Z | Downloaded regex v1.10.6 |
866 | 2024-08-28T22:28:52.489Z | Downloaded object v0.30.4 |
867 | 2024-08-28T22:28:52.499Z | Downloaded curve25519-dalek v4.1.3 |
868 | 2024-08-28T22:28:52.508Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
869 | 2024-08-28T22:28:52.523Z | Downloaded ratatui v0.28.0 |
870 | 2024-08-28T22:28:52.543Z | Downloaded tokio v1.39.3 |
871 | 2024-08-28T22:28:52.581Z | Downloaded regex-automata v0.4.6 |
872 | 2024-08-28T22:28:52.604Z | Downloaded petgraph v0.6.5 |
873 | 2024-08-28T22:28:52.616Z | Downloaded csv v1.3.0 |
874 | 2024-08-28T22:28:52.637Z | Downloaded sha3 v0.10.8 |
875 | 2024-08-28T22:28:52.643Z | Downloaded quick-xml v0.31.0 |
876 | 2024-08-28T22:28:52.651Z | Downloaded idna v0.2.3 |
877 | 2024-08-28T22:28:52.655Z | Downloaded nix v0.27.1 |
878 | 2024-08-28T22:28:52.666Z | Downloaded rustls-webpki v0.102.4 |
879 | 2024-08-28T22:28:52.685Z | Downloaded idna v0.5.0 |
880 | 2024-08-28T22:28:52.692Z | Downloaded p521 v0.13.3 |
881 | 2024-08-28T22:28:52.696Z | Downloaded tokio-util v0.7.11 |
882 | 2024-08-28T22:28:52.703Z | Downloaded vsss-rs v3.3.4 |
883 | 2024-08-28T22:28:52.708Z | Downloaded tough v0.17.1 |
884 | 2024-08-28T22:28:52.713Z | Downloaded chrono v0.4.38 |
885 | 2024-08-28T22:28:52.721Z | Downloaded schemars v0.8.21 |
886 | 2024-08-28T22:28:52.733Z | Downloaded der v0.7.9 |
887 | 2024-08-28T22:28:52.738Z | Downloaded time-macros v0.2.18 |
888 | 2024-08-28T22:28:52.741Z | Downloaded encoding_rs v0.8.34 |
889 | 2024-08-28T22:28:52.763Z | Downloaded password-hash v0.4.2 |
890 | 2024-08-28T22:28:52.767Z | Downloaded scheduled-thread-pool v0.2.7 |
891 | 2024-08-28T22:28:52.770Z | Downloaded num-traits v0.2.19 |
892 | 2024-08-28T22:28:52.773Z | Downloaded rustls-webpki v0.101.7 |
893 | 2024-08-28T22:28:52.787Z | Downloaded parking_lot v0.11.2 |
894 | 2024-08-28T22:28:52.790Z | Downloaded openssl-sys v0.9.103 |
895 | 2024-08-28T22:28:52.796Z | Downloaded crossterm v0.28.1 |
896 | 2024-08-28T22:28:52.801Z | Downloaded tungstenite v0.20.1 |
897 | 2024-08-28T22:28:52.805Z | Downloaded toml v0.7.8 |
898 | 2024-08-28T22:28:52.808Z | Downloaded ed25519-dalek v2.1.1 |
899 | 2024-08-28T22:28:52.811Z | Downloaded unicode_categories v0.1.1 |
900 | 2024-08-28T22:28:52.814Z | Downloaded signal-hook v0.3.17 |
901 | 2024-08-28T22:28:52.817Z | Downloaded postcard v1.0.8 |
902 | 2024-08-28T22:28:52.822Z | Downloaded num-bigint-dig v0.8.4 |
903 | 2024-08-28T22:28:52.831Z | Downloaded itertools v0.12.1 |
904 | 2024-08-28T22:28:52.840Z | Downloaded unicode-truncate v1.0.0 |
905 | 2024-08-28T22:28:52.840Z | Downloaded pin-project-lite v0.2.14 |
906 | 2024-08-28T22:28:52.840Z | Downloaded num-rational v0.4.2 |
907 | 2024-08-28T22:28:52.840Z | Downloaded hickory-client v0.24.1 |
908 | 2024-08-28T22:28:52.847Z | Downloaded rsa v0.9.6 |
909 | 2024-08-28T22:28:52.850Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
910 | 2024-08-28T22:28:52.908Z | Downloaded ring v0.17.8 |
911 | 2024-08-28T22:28:52.978Z | Downloaded tinyvec_macros v0.1.1 |
912 | 2024-08-28T22:28:52.981Z | Downloaded vte_generate_state_changes v0.1.1 |
913 | 2024-08-28T22:28:52.981Z | Downloaded pin-project-internal v1.1.5 |
914 | 2024-08-28T22:28:52.984Z | Downloaded getrandom v0.2.14 |
915 | 2024-08-28T22:28:52.984Z | Downloaded rustls-pemfile v1.0.4 |
916 | 2024-08-28T22:28:52.986Z | Downloaded der_derive v0.7.2 |
917 | 2024-08-28T22:28:52.989Z | Downloaded shlex v1.3.0 |
918 | 2024-08-28T22:28:52.989Z | Downloaded predicates-tree v1.0.9 |
919 | 2024-08-28T22:28:52.992Z | Downloaded r2d2 v0.8.10 |
920 | 2024-08-28T22:28:52.992Z | Downloaded tar v0.4.41 |
921 | 2024-08-28T22:28:52.995Z | Downloaded zip v0.6.6 |
922 | 2024-08-28T22:28:52.998Z | Downloaded nom v7.1.3 |
923 | 2024-08-28T22:28:53.003Z | Downloaded itertools v0.13.0 |
924 | 2024-08-28T22:28:53.010Z | Downloaded diesel_derives v2.2.2 |
925 | 2024-08-28T22:28:53.014Z | Downloaded typed-path v0.7.1 |
926 | 2024-08-28T22:28:53.021Z | Downloaded polyval v0.6.2 |
927 | 2024-08-28T22:28:53.023Z | Downloaded yasna v0.5.2 |
928 | 2024-08-28T22:28:53.026Z | Downloaded erased-serde v0.3.31 |
929 | 2024-08-28T22:28:53.026Z | Downloaded steno v0.4.1 |
930 | 2024-08-28T22:28:53.030Z | Downloaded ff v0.13.0 |
931 | 2024-08-28T22:28:53.033Z | Downloaded tui-tree-widget v0.22.0 |
932 | 2024-08-28T22:28:53.033Z | Downloaded strum_macros v0.24.3 |
933 | 2024-08-28T22:28:53.036Z | Downloaded ron v0.7.1 |
934 | 2024-08-28T22:28:53.039Z | Downloaded rfc6979 v0.4.0 |
935 | 2024-08-28T22:28:53.042Z | Downloaded smallvec v0.6.14 |
936 | 2024-08-28T22:28:53.042Z | Downloaded smallvec v1.13.2 |
937 | 2024-08-28T22:28:53.045Z | Downloaded test-strategy v0.3.1 |
938 | 2024-08-28T22:28:53.048Z | Downloaded prettyplease v0.2.20 |
939 | 2024-08-28T22:28:53.051Z | Downloaded radium v0.7.0 |
940 | 2024-08-28T22:28:53.053Z | Downloaded packed_struct v0.10.1 |
941 | 2024-08-28T22:28:53.053Z | Downloaded rustls-pemfile v2.1.3 |
942 | 2024-08-28T22:28:53.056Z | Downloaded rustc-hash v1.1.0 |
943 | 2024-08-28T22:28:53.056Z | Downloaded tokio-postgres v0.7.11 |
944 | 2024-08-28T22:28:53.061Z | Downloaded xattr v1.3.1 |
945 | 2024-08-28T22:28:53.064Z | Downloaded wyz v0.5.1 |
946 | 2024-08-28T22:28:53.064Z | Downloaded uzers v0.11.3 |
947 | 2024-08-28T22:28:53.067Z | Downloaded percent-encoding v2.3.1 |
948 | 2024-08-28T22:28:53.068Z | Downloaded smf v0.2.3 |
949 | 2024-08-28T22:28:53.068Z | Downloaded secrecy v0.8.0 |
950 | 2024-08-28T22:28:53.070Z | Downloaded sec1 v0.7.3 |
951 | 2024-08-28T22:28:53.070Z | Downloaded defmt-macros v0.3.9 |
952 | 2024-08-28T22:28:53.073Z | Downloaded elliptic-curve v0.13.8 |
953 | 2024-08-28T22:28:53.076Z | Downloaded aes v0.8.4 |
954 | 2024-08-28T22:28:53.080Z | Downloaded strum_macros v0.25.3 |
955 | 2024-08-28T22:28:53.082Z | Downloaded strip-ansi-escapes v0.2.0 |
956 | 2024-08-28T22:28:53.082Z | Downloaded scrypt v0.11.0 |
957 | 2024-08-28T22:28:53.085Z | Downloaded scopeguard v1.2.0 |
958 | 2024-08-28T22:28:53.085Z | Downloaded wait-timeout v0.2.0 |
959 | 2024-08-28T22:28:53.088Z | Downloaded tracing-attributes v0.1.27 |
960 | 2024-08-28T22:28:53.091Z | Downloaded postgres-types v0.2.7 |
961 | 2024-08-28T22:28:53.091Z | Downloaded parking_lot v0.12.2 |
962 | 2024-08-28T22:28:53.094Z | Downloaded tokio-stream v0.1.15 |
963 | 2024-08-28T22:28:53.097Z | Downloaded olpc-cjson v0.1.3 |
964 | 2024-08-28T22:28:53.100Z | Downloaded glob v0.3.1 |
965 | 2024-08-28T22:28:53.100Z | Downloaded ghash v0.5.1 |
966 | 2024-08-28T22:28:53.100Z | Downloaded peg-macros v0.8.4 |
967 | 2024-08-28T22:28:53.103Z | Downloaded unsafe-libyaml v0.2.11 |
968 | 2024-08-28T22:28:53.106Z | Downloaded miniz_oxide v0.7.2 |
969 | 2024-08-28T22:28:53.109Z | Downloaded foreign-types v0.3.2 |
970 | 2024-08-28T22:28:53.109Z | Downloaded fixedbitset v0.4.2 |
971 | 2024-08-28T22:28:53.112Z | Downloaded ppv-lite86 v0.2.17 |
972 | 2024-08-28T22:28:53.112Z | Downloaded powerfmt v0.2.0 |
973 | 2024-08-28T22:28:53.112Z | Downloaded phf v0.11.2 |
974 | 2024-08-28T22:28:53.115Z | Downloaded pbkdf2 v0.11.0 |
975 | 2024-08-28T22:28:53.115Z | Downloaded fallible-iterator v0.3.0 |
976 | 2024-08-28T22:28:53.118Z | Downloaded fallible-iterator v0.2.0 |
977 | 2024-08-28T22:28:53.118Z | Downloaded dyn-clone v1.0.17 |
978 | 2024-08-28T22:28:53.120Z | Downloaded dsl_auto_type v0.1.2 |
979 | 2024-08-28T22:28:53.121Z | Downloaded dropshot_endpoint v0.10.1 |
980 | 2024-08-28T22:28:53.123Z | Downloaded indexmap v1.9.3 |
981 | 2024-08-28T22:28:53.126Z | Downloaded hex v0.4.3 |
982 | 2024-08-28T22:28:53.128Z | Downloaded futures-core v0.3.30 |
983 | 2024-08-28T22:28:53.128Z | Downloaded form_urlencoded v1.2.1 |
984 | 2024-08-28T22:28:53.129Z | Downloaded defmt v0.3.8 |
985 | 2024-08-28T22:28:53.131Z | Downloaded postgres-protocol v0.6.7 |
986 | 2024-08-28T22:28:53.134Z | Downloaded futures-channel v0.3.30 |
987 | 2024-08-28T22:28:53.143Z | Downloaded darling_core v0.20.9 |
988 | 2024-08-28T22:28:53.143Z | Downloaded chacha20poly1305 v0.10.1 |
989 | 2024-08-28T22:28:53.143Z | Downloaded bytes v1.7.1 |
990 | 2024-08-28T22:28:53.150Z | Downloaded slog-scope v4.4.0 |
991 | 2024-08-28T22:28:53.150Z | Downloaded serde_plain v1.0.2 |
992 | 2024-08-28T22:28:53.150Z | Downloaded serde_arrays v0.1.0 |
993 | 2024-08-28T22:28:53.150Z | Downloaded serde-hex v0.1.0 |
994 | 2024-08-28T22:28:53.164Z | Downloaded parse-size v1.0.0 |
995 | 2024-08-28T22:28:53.164Z | Downloaded num_threads v0.1.7 |
996 | 2024-08-28T22:28:53.164Z | Downloaded env_logger v0.10.2 |
997 | 2024-08-28T22:28:53.168Z | Downloaded rand_seeder v0.3.0 |
998 | 2024-08-28T22:28:53.168Z | Downloaded rustc-demangle v0.1.24 |
999 | 2024-08-28T22:28:53.168Z | Downloaded clang-sys v1.7.0 |
1000 | 2024-08-28T22:28:53.168Z | Downloaded float-ord v0.3.2 |
1001 | 2024-08-28T22:28:53.168Z | Downloaded socket2 v0.4.10 |
1002 | 2024-08-28T22:28:53.168Z | Downloaded mio v0.8.11 |
1003 | 2024-08-28T22:28:53.171Z | Downloaded crc-any v2.5.0 |
1004 | 2024-08-28T22:28:53.171Z | Downloaded const-oid v0.9.6 |
1005 | 2024-08-28T22:28:53.174Z | Downloaded cookie v0.18.1 |
1006 | 2024-08-28T22:28:53.178Z | Downloaded walkdir v2.5.0 |
1007 | 2024-08-28T22:28:53.178Z | Downloaded hash32 v0.2.1 |
1008 | 2024-08-28T22:28:53.181Z | Downloaded tokio-rustls v0.24.1 |
1009 | 2024-08-28T22:28:53.181Z | Downloaded serde_derive_internals v0.29.1 |
1010 | 2024-08-28T22:28:53.185Z | Downloaded crypto-bigint v0.5.5 |
1011 | 2024-08-28T22:28:53.188Z | Downloaded hash32 v0.3.1 |
1012 | 2024-08-28T22:28:53.192Z | Downloaded unarray v0.1.4 |
1013 | 2024-08-28T22:28:53.192Z | Downloaded tokio-tungstenite v0.20.1 |
1014 | 2024-08-28T22:28:53.194Z | Downloaded tokio-rustls v0.25.0 |
1015 | 2024-08-28T22:28:53.197Z | Downloaded snafu-derive v0.8.2 |
1016 | 2024-08-28T22:28:53.197Z | Downloaded slog-term v2.9.1 |
1017 | 2024-08-28T22:28:53.201Z | Downloaded either v1.13.0 |
1018 | 2024-08-28T22:28:53.201Z | Downloaded mime_guess v2.0.4 |
1019 | 2024-08-28T22:28:53.203Z | Downloaded http v1.1.0 |
1020 | 2024-08-28T22:28:53.206Z | Downloaded hmac v0.12.1 |
1021 | 2024-08-28T22:28:53.212Z | Downloaded darling v0.20.9 |
1022 | 2024-08-28T22:28:53.215Z | Downloaded csv-core v0.1.11 |
1023 | 2024-08-28T22:28:53.215Z | Downloaded memmap2 v0.9.4 |
1024 | 2024-08-28T22:28:53.215Z | Downloaded ipnetwork v0.20.0 |
1025 | 2024-08-28T22:28:53.218Z | Downloaded ipnet v2.9.0 |
1026 | 2024-08-28T22:28:53.218Z | Downloaded indoc v1.0.9 |
1027 | 2024-08-28T22:28:53.221Z | Downloaded const_format v0.2.32 |
1028 | 2024-08-28T22:28:53.225Z | Downloaded cc v1.0.97 |
1029 | 2024-08-28T22:28:53.228Z | Downloaded termios v0.3.3 |
1030 | 2024-08-28T22:28:53.231Z | Downloaded arc-swap v1.7.1 |
1031 | 2024-08-28T22:28:53.234Z | Downloaded const_format_proc_macros v0.2.32 |
1032 | 2024-08-28T22:28:53.237Z | Downloaded cbc v0.1.2 |
1033 | 2024-08-28T22:28:53.237Z | Downloaded bcs v0.1.6 |
1034 | 2024-08-28T22:28:53.241Z | Downloaded whoami v1.5.1 |
1035 | 2024-08-28T22:28:53.244Z | Downloaded cexpr v0.6.0 |
1036 | 2024-08-28T22:28:53.244Z | Downloaded base64ct v1.6.0 |
1037 | 2024-08-28T22:28:53.247Z | Downloaded ascii v1.1.0 |
1038 | 2024-08-28T22:28:53.247Z | Downloaded num v0.4.3 |
1039 | 2024-08-28T22:28:53.250Z | Downloaded signal-hook-mio v0.2.4 |
1040 | 2024-08-28T22:28:53.250Z | Downloaded salsa20 v0.10.2 |
1041 | 2024-08-28T22:28:53.253Z | Downloaded iana-time-zone v0.1.60 |
1042 | 2024-08-28T22:28:53.253Z | Downloaded libsw v3.3.1 |
1043 | 2024-08-28T22:28:53.256Z | Downloaded linked-hash-map v0.5.6 |
1044 | 2024-08-28T22:28:53.256Z | Downloaded base64 v0.22.1 |
1045 | 2024-08-28T22:28:53.259Z | Downloaded impl-trait-for-tuples v0.2.2 |
1046 | 2024-08-28T22:28:53.262Z | Downloaded libefi-sys v0.1.0 |
1047 | 2024-08-28T22:28:53.265Z | Downloaded http-body v0.4.6 |
1048 | 2024-08-28T22:28:53.265Z | Downloaded hickory-resolver v0.24.1 |
1049 | 2024-08-28T22:28:53.269Z | Downloaded signal-hook-tokio v0.3.1 |
1050 | 2024-08-28T22:28:53.271Z | Downloaded lru-cache v0.1.2 |
1051 | 2024-08-28T22:28:53.272Z | Downloaded maplit v1.0.2 |
1052 | 2024-08-28T22:28:53.272Z | Downloaded instability v0.3.2 |
1053 | 2024-08-28T22:28:53.274Z | Downloaded bit-vec v0.6.3 |
1054 | 2024-08-28T22:28:53.275Z | Downloaded memoffset v0.9.1 |
1055 | 2024-08-28T22:28:53.277Z | Downloaded maybe-uninit v2.0.0 |
1056 | 2024-08-28T22:28:53.277Z | Downloaded keccak v0.1.5 |
1057 | 2024-08-28T22:28:53.277Z | Downloaded internet-checksum v0.2.1 |
1058 | 2024-08-28T22:28:53.280Z | Downloaded indent_write v2.2.0 |
1059 | 2024-08-28T22:28:53.280Z | Downloaded arrayvec v0.7.4 |
1060 | 2024-08-28T22:28:53.283Z | Downloaded darling_macro v0.20.9 |
1061 | 2024-08-28T22:28:53.284Z | Downloaded humantime v2.1.0 |
1062 | 2024-08-28T22:28:53.284Z | Downloaded hostname v0.4.0 |
1063 | 2024-08-28T22:28:53.287Z | Downloaded home v0.5.9 |
1064 | 2024-08-28T22:28:53.287Z | Downloaded castaway v0.2.3 |
1065 | 2024-08-28T22:28:53.287Z | Downloaded bitfield-struct v0.6.1 |
1066 | 2024-08-28T22:28:53.290Z | Downloaded cassowary v0.3.0 |
1067 | 2024-08-28T22:28:53.290Z | Downloaded buf-list v1.0.3 |
1068 | 2024-08-28T22:28:53.293Z | Downloaded bcrypt-pbkdf v0.10.0 |
1069 | 2024-08-28T22:28:53.293Z | Downloaded array-init v0.0.4 |
1070 | 2024-08-28T22:28:53.296Z | Downloaded crucible-workspace-hack v0.1.0 |
1071 | 2024-08-28T22:28:53.362Z | Downloaded libz-sys v1.1.16 |
1072 | 2024-08-28T22:28:53.547Z | Downloaded libsqlite3-sys v0.28.0 |
1073 | 2024-08-28T22:28:53.625Z | Downloaded ring v0.16.20 |
1074 | 2024-08-28T22:28:53.794Z | Compiling serde v1.0.208 |
1075 | 2024-08-28T22:28:53.798Z | Compiling typenum v1.17.0 |
1076 | 2024-08-28T22:28:53.798Z | Compiling generic-array v0.14.7 |
1077 | 2024-08-28T22:28:53.798Z | Compiling lock_api v0.4.12 |
1078 | 2024-08-28T22:28:53.798Z | Compiling scopeguard v1.2.0 |
1079 | 2024-08-28T22:28:53.943Z | Compiling log v0.4.21 |
1080 | 2024-08-28T22:28:53.966Z | Compiling syn v2.0.74 |
1081 | 2024-08-28T22:28:53.969Z | Compiling getrandom v0.2.14 |
1082 | 2024-08-28T22:28:54.124Z | Compiling jobserver v0.1.32 |
1083 | 2024-08-28T22:28:54.443Z | Compiling rand_core v0.6.4 |
1084 | 2024-08-28T22:28:54.531Z | Compiling subtle v2.5.0 |
1085 | 2024-08-28T22:28:54.613Z | Compiling cc v1.0.97 |
1086 | 2024-08-28T22:28:54.631Z | Compiling const-oid v0.9.6 |
1087 | 2024-08-28T22:28:54.887Z | Compiling pin-project-lite v0.2.14 |
1088 | 2024-08-28T22:28:54.986Z | Compiling smallvec v1.13.2 |
1089 | 2024-08-28T22:28:55.004Z | Compiling parking_lot_core v0.9.10 |
1090 | 2024-08-28T22:28:55.023Z | Compiling signal-hook-registry v1.4.2 |
1091 | 2024-08-28T22:28:55.189Z | Compiling spin v0.9.8 |
1092 | 2024-08-28T22:28:55.430Z | Compiling mio v1.0.2 |
1093 | 2024-08-28T22:28:55.631Z | Compiling ahash v0.8.11 |
1094 | 2024-08-28T22:28:55.892Z | Compiling tinyvec_macros v0.1.1 |
1095 | 2024-08-28T22:28:55.983Z | Compiling parking_lot v0.12.2 |
1096 | 2024-08-28T22:28:56.076Z | Compiling tinyvec v1.6.0 |
1097 | 2024-08-28T22:28:56.251Z | Compiling socket2 v0.5.7 |
1098 | 2024-08-28T22:28:56.706Z | Compiling futures-core v0.3.30 |
1099 | 2024-08-28T22:28:56.757Z | Compiling futures-sink v0.3.30 |
1100 | 2024-08-28T22:28:56.828Z | Compiling cpufeatures v0.2.12 |
1101 | 2024-08-28T22:28:56.916Z | Compiling libm v0.2.8 |
1102 | 2024-08-28T22:28:56.957Z | Compiling serde_json v1.0.125 |
1103 | 2024-08-28T22:28:56.979Z | Compiling num-traits v0.2.19 |
1104 | 2024-08-28T22:28:57.002Z | Compiling slab v0.4.9 |
1105 | 2024-08-28T22:28:57.305Z | Compiling unicode-bidi v0.3.15 |
1106 | 2024-08-28T22:28:57.337Z | Compiling allocator-api2 v0.2.18 |
1107 | 2024-08-28T22:28:57.602Z | Compiling futures-channel v0.3.30 |
1108 | 2024-08-28T22:28:57.684Z | Compiling unicode-normalization v0.1.23 |
1109 | 2024-08-28T22:28:57.851Z | Compiling pkg-config v0.3.30 |
1110 | 2024-08-28T22:28:58.015Z | Compiling futures-task v0.3.30 |
1111 | 2024-08-28T22:28:58.145Z | Compiling vcpkg v0.2.15 |
1112 | 2024-08-28T22:28:58.308Z | Compiling futures-io v0.3.30 |
1113 | 2024-08-28T22:28:58.761Z | Compiling pin-utils v0.1.0 |
1114 | 2024-08-28T22:28:58.794Z | Compiling base64ct v1.6.0 |
1115 | 2024-08-28T22:28:58.853Z | Compiling ppv-lite86 v0.2.17 |
1116 | 2024-08-28T22:28:58.874Z | Compiling ring v0.17.8 |
1117 | 2024-08-28T22:28:58.876Z | Compiling percent-encoding v2.3.1 |
1118 | 2024-08-28T22:28:59.310Z | Compiling pem-rfc7468 v0.7.0 |
1119 | 2024-08-28T22:28:59.409Z | Compiling flagset v0.4.5 |
1120 | 2024-08-28T22:28:59.454Z | Compiling tracing-core v0.1.32 |
1121 | 2024-08-28T22:28:59.631Z | Compiling rand_chacha v0.3.1 |
1122 | 2024-08-28T22:28:59.674Z | Compiling rustix v0.38.34 |
1123 | 2024-08-28T22:29:00.045Z | Compiling untrusted v0.9.0 |
1124 | 2024-08-28T22:29:00.217Z | Compiling rand v0.8.5 |
1125 | 2024-08-28T22:29:00.348Z | Compiling openssl-sys v0.9.103 |
1126 | 2024-08-28T22:29:00.506Z | Compiling time-core v0.1.2 |
1127 | 2024-08-28T22:29:00.687Z | Compiling foreign-types-shared v0.1.1 |
1128 | 2024-08-28T22:29:00.708Z | Compiling powerfmt v0.2.0 |
1129 | 2024-08-28T22:29:00.757Z | Compiling rustversion v1.0.17 |
1130 | 2024-08-28T22:29:00.793Z | Compiling openssl v0.10.66 |
1131 | 2024-08-28T22:29:01.097Z | Compiling httparse v1.8.0 |
1132 | 2024-08-28T22:29:01.187Z | Compiling num-conv v0.1.0 |
1133 | 2024-08-28T22:29:01.473Z | Compiling time-macros v0.2.18 |
1134 | 2024-08-28T22:29:01.542Z | Compiling deranged v0.3.11 |
1135 | 2024-08-28T22:29:01.555Z | Compiling foreign-types v0.3.2 |
1136 | 2024-08-28T22:29:01.646Z | Compiling form_urlencoded v1.2.1 |
1137 | 2024-08-28T22:29:02.938Z | Compiling aho-corasick v1.1.3 |
1138 | 2024-08-28T22:29:02.961Z | Compiling crossbeam-utils v0.8.19 |
1139 | 2024-08-28T22:29:02.961Z | Compiling siphasher v0.3.11 |
1140 | 2024-08-28T22:29:02.961Z | Compiling num_threads v0.1.7 |
1141 | 2024-08-28T22:29:02.961Z | Compiling regex-syntax v0.8.4 |
1142 | 2024-08-28T22:29:02.961Z | Compiling rustls v0.21.12 |
1143 | 2024-08-28T22:29:02.961Z | Compiling syn v1.0.109 |
1144 | 2024-08-28T22:29:02.961Z | Compiling native-tls v0.2.11 |
1145 | 2024-08-28T22:29:03.195Z | Compiling try-lock v0.2.5 |
1146 | 2024-08-28T22:29:03.338Z | Compiling want v0.3.1 |
1147 | 2024-08-28T22:29:03.613Z | Compiling idna v0.5.0 |
1148 | 2024-08-28T22:29:04.103Z | Compiling cookie v0.17.0 |
1149 | 2024-08-28T22:29:04.464Z | Compiling openssl-probe v0.1.5 |
1150 | 2024-08-28T22:29:04.647Z | Compiling time v0.3.36 |
1151 | 2024-08-28T22:29:04.809Z | Compiling httpdate v1.0.3 |
1152 | 2024-08-28T22:29:04.837Z | Compiling iana-time-zone v0.1.60 |
1153 | 2024-08-28T22:29:05.150Z | Compiling finl_unicode v1.2.0 |
1154 | 2024-08-28T22:29:05.251Z | Compiling slog v2.7.0 |
1155 | 2024-08-28T22:29:05.270Z | Compiling tower-service v0.3.2 |
1156 | 2024-08-28T22:29:05.373Z | Compiling adler v1.0.2 |
1157 | 2024-08-28T22:29:05.598Z | Compiling miniz_oxide v0.7.2 |
1158 | 2024-08-28T22:29:05.724Z | Compiling stringprep v0.1.4 |
1159 | 2024-08-28T22:29:05.930Z | Compiling url v2.5.2 |
1160 | 2024-08-28T22:29:06.950Z | Compiling regex-automata v0.4.6 |
1161 | 2024-08-28T22:29:07.808Z | Compiling num-integer v0.1.46 |
1162 | 2024-08-28T22:29:08.188Z | Compiling serde_derive v1.0.208 |
1163 | 2024-08-28T22:29:08.372Z | Compiling zeroize_derive v1.4.2 |
1164 | 2024-08-28T22:29:08.538Z | Compiling zerocopy-derive v0.7.34 |
1165 | 2024-08-28T22:29:09.083Z | Compiling tokio-macros v2.4.0 |
1166 | 2024-08-28T22:29:09.968Z | Compiling thiserror-impl v1.0.63 |
1167 | 2024-08-28T22:29:09.988Z | Compiling futures-macro v0.3.30 |
1168 | 2024-08-28T22:29:10.036Z | Compiling zeroize v1.7.0 |
1169 | 2024-08-28T22:29:10.804Z | Compiling der_derive v0.7.2 |
1170 | 2024-08-28T22:29:10.924Z | Compiling zerocopy v0.7.34 |
1171 | 2024-08-28T22:29:11.785Z | Compiling crypto-common v0.1.6 |
1172 | 2024-08-28T22:29:12.015Z | Compiling block-buffer v0.10.4 |
1173 | 2024-08-28T22:29:12.034Z | Compiling block-padding v0.3.3 |
1174 | 2024-08-28T22:29:12.281Z | Compiling digest v0.10.7 |
1175 | 2024-08-28T22:29:12.284Z | Compiling inout v0.1.3 |
1176 | 2024-08-28T22:29:12.573Z | Compiling cipher v0.4.4 |
1177 | 2024-08-28T22:29:12.776Z | Compiling hmac v0.12.1 |
1178 | 2024-08-28T22:29:13.030Z | Compiling sha2 v0.10.8 |
1179 | 2024-08-28T22:29:13.098Z | Compiling hashbrown v0.14.5 |
1180 | 2024-08-28T22:29:13.130Z | Compiling futures-util v0.3.30 |
1181 | 2024-08-28T22:29:13.261Z | Compiling thiserror v1.0.63 |
1182 | 2024-08-28T22:29:13.373Z | Compiling pest v2.7.10 |
1183 | 2024-08-28T22:29:13.402Z | Compiling der v0.7.9 |
1184 | 2024-08-28T22:29:14.487Z | Compiling salsa20 v0.10.2 |
1185 | 2024-08-28T22:29:14.702Z | Compiling pbkdf2 v0.12.2 |
1186 | 2024-08-28T22:29:14.883Z | Compiling tracing-attributes v0.1.27 |
1187 | 2024-08-28T22:29:16.407Z | Compiling pest_meta v2.7.10 |
1188 | 2024-08-28T22:29:16.729Z | Compiling scroll_derive v0.12.0 |
1189 | 2024-08-28T22:29:16.847Z | Compiling spki v0.7.3 |
1190 | 2024-08-28T22:29:17.212Z | Compiling scrypt v0.11.0 |
1191 | 2024-08-28T22:29:17.801Z | Compiling pest_generator v2.7.10 |
1192 | 2024-08-28T22:29:18.257Z | Compiling scroll v0.12.0 |
1193 | 2024-08-28T22:29:18.708Z | Compiling tracing v0.1.40 |
1194 | 2024-08-28T22:29:18.833Z | Compiling cbc v0.1.2 |
1195 | 2024-08-28T22:29:19.074Z | Compiling aes v0.8.4 |
1196 | 2024-08-28T22:29:19.247Z | Compiling goblin v0.8.2 |
1197 | 2024-08-28T22:29:19.404Z | Compiling openssl-macros v0.1.1 |
1198 | 2024-08-28T22:29:19.751Z | Compiling rustls-webpki v0.101.7 |
1199 | 2024-08-28T22:29:19.853Z | Compiling sct v0.7.1 |
1200 | 2024-08-28T22:29:20.176Z | Compiling pkcs5 v0.7.1 |
1201 | 2024-08-28T22:29:20.196Z | Compiling md-5 v0.10.6 |
1202 | 2024-08-28T22:29:20.455Z | Compiling backtrace v0.3.71 |
1203 | 2024-08-28T22:29:20.930Z | Compiling pkcs8 v0.10.2 |
1204 | 2024-08-28T22:29:21.398Z | Compiling idna v0.3.0 |
1205 | 2024-08-28T22:29:21.476Z | Compiling pest_derive v2.7.10 |
1206 | 2024-08-28T22:29:21.623Z | Compiling lazy_static v1.5.0 |
1207 | 2024-08-28T22:29:21.644Z | Compiling hash32 v0.2.1 |
1208 | 2024-08-28T22:29:21.746Z | Compiling base64 v0.22.1 |
1209 | 2024-08-28T22:29:21.901Z | Compiling fallible-iterator v0.2.0 |
1210 | 2024-08-28T22:29:22.010Z | Compiling psl-types v2.0.11 |
1211 | 2024-08-28T22:29:22.217Z | Compiling num-bigint-dig v0.8.4 |
1212 | 2024-08-28T22:29:22.274Z | Compiling dtrace-parser v0.2.0 |
1213 | 2024-08-28T22:29:22.467Z | Compiling bytes v1.7.1 |
1214 | 2024-08-28T22:29:22.535Z | Compiling bitflags v2.6.0 |
1215 | 2024-08-28T22:29:22.853Z | Compiling indexmap v2.4.0 |
1216 | 2024-08-28T22:29:22.988Z | Compiling semver v1.0.23 |
1217 | 2024-08-28T22:29:23.737Z | Compiling tokio v1.39.3 |
1218 | 2024-08-28T22:29:23.756Z | Compiling http v0.2.12 |
1219 | 2024-08-28T22:29:24.317Z | Compiling rustc_version v0.4.0 |
1220 | 2024-08-28T22:29:25.092Z | Compiling heapless v0.7.17 |
1221 | 2024-08-28T22:29:25.556Z | Compiling http-body v0.4.6 |
1222 | 2024-08-28T22:29:25.802Z | Compiling dof v0.3.0 |
1223 | 2024-08-28T22:29:26.017Z | Compiling uuid v1.10.0 |
1224 | 2024-08-28T22:29:26.204Z | Compiling chrono v0.4.38 |
1225 | 2024-08-28T22:29:26.223Z | Compiling serde_tokenstream v0.2.2 |
1226 | 2024-08-28T22:29:26.825Z | Compiling usdt-impl v0.5.0 |
1227 | 2024-08-28T22:29:27.477Z | Compiling serde_spanned v0.6.7 |
1228 | 2024-08-28T22:29:27.714Z | Compiling toml_datetime v0.6.8 |
1229 | 2024-08-28T22:29:28.074Z | Compiling signal-hook v0.3.17 |
1230 | 2024-08-28T22:29:28.236Z | Compiling cfg_aliases v0.1.1 |
1231 | 2024-08-28T22:29:28.343Z | Compiling stable_deref_trait v1.2.0 |
1232 | 2024-08-28T22:29:28.362Z | Compiling crc32fast v1.4.0 |
1233 | 2024-08-28T22:29:28.404Z | Compiling gimli v0.28.1 |
1234 | 2024-08-28T22:29:28.448Z | Compiling smoltcp v0.9.1 |
1235 | 2024-08-28T22:29:29.276Z | Compiling nix v0.28.0 |
1236 | 2024-08-28T22:29:29.767Z | Compiling terminal_size v0.3.0 |
1237 | 2024-08-28T22:29:29.964Z | Compiling postgres-protocol v0.6.7 |
1238 | 2024-08-28T22:29:30.035Z | Compiling publicsuffix v2.2.3 |
1239 | 2024-08-28T22:29:30.126Z | Compiling hubpack_derive v0.1.1 |
1240 | 2024-08-28T22:29:30.216Z | Compiling num-iter v0.1.45 |
1241 | 2024-08-28T22:29:30.250Z | Compiling zerocopy-derive v0.6.6 |
1242 | 2024-08-28T22:29:30.270Z | Compiling async-trait v0.1.81 |
1243 | 2024-08-28T22:29:31.551Z | Compiling phf_shared v0.11.2 |
1244 | 2024-08-28T22:29:31.681Z | Compiling serde_derive_internals v0.29.1 |
1245 | 2024-08-28T22:29:31.932Z | Compiling tokio-util v0.7.11 |
1246 | 2024-08-28T22:29:32.039Z | Compiling tokio-native-tls v0.3.1 |
1247 | 2024-08-28T22:29:32.309Z | Compiling tokio-rustls v0.24.1 |
1248 | 2024-08-28T22:29:32.427Z | Compiling ff v0.13.0 |
1249 | 2024-08-28T22:29:32.660Z | Compiling addr2line v0.21.0 |
1250 | 2024-08-28T22:29:32.728Z | Compiling object v0.32.2 |
1251 | 2024-08-28T22:29:33.095Z | Compiling h2 v0.3.26 |
1252 | 2024-08-28T22:29:33.163Z | Compiling fs-err v2.11.0 |
1253 | 2024-08-28T22:29:33.293Z | Compiling base16ct v0.2.0 |
1254 | 2024-08-28T22:29:33.319Z | Compiling anyhow v1.0.86 |
1255 | 2024-08-28T22:29:33.368Z | Compiling bitflags v1.3.2 |
1256 | 2024-08-28T22:29:33.454Z | Compiling winnow v0.5.40 |
1257 | 2024-08-28T22:29:33.474Z | Compiling rustc-demangle v0.1.24 |
1258 | 2024-08-28T22:29:33.603Z | Compiling base64 v0.21.7 |
1259 | 2024-08-28T22:29:33.930Z | Compiling ipnet v2.9.0 |
1260 | 2024-08-28T22:29:34.359Z | Compiling either v1.13.0 |
1261 | 2024-08-28T22:29:34.397Z | Compiling managed v0.8.0 |
1262 | 2024-08-28T22:29:34.495Z | Compiling schemars v0.8.21 |
1263 | 2024-08-28T22:29:34.794Z | Compiling clap_builder v4.5.15 |
1264 | 2024-08-28T22:29:34.902Z | Compiling schemars_derive v0.8.21 |
1265 | 2024-08-28T22:29:35.199Z | Compiling rustls-pemfile v1.0.4 |
1266 | 2024-08-28T22:29:35.844Z | Compiling sec1 v0.7.3 |
1267 | 2024-08-28T22:29:36.616Z | Compiling group v0.13.0 |
1268 | 2024-08-28T22:29:36.953Z | Compiling zerocopy v0.6.6 |
1269 | 2024-08-28T22:29:36.997Z | Compiling phf v0.11.2 |
1270 | 2024-08-28T22:29:37.292Z | Compiling toml_edit v0.19.15 |
1271 | 2024-08-28T22:29:38.405Z | Compiling hubpack v0.1.2 |
1272 | 2024-08-28T22:29:38.408Z | Compiling cookie_store v0.20.0 |
1273 | 2024-08-28T22:29:38.408Z | Compiling postgres-types v0.2.7 |
1274 | 2024-08-28T22:29:38.921Z | Compiling usdt-macro v0.5.0 |
1275 | 2024-08-28T22:29:39.329Z | Compiling usdt-attr-macro v0.5.0 |
1276 | 2024-08-28T22:29:40.025Z | Compiling hyper v0.14.30 |
1277 | 2024-08-28T22:29:41.302Z | Compiling serde_urlencoded v0.7.1 |
1278 | 2024-08-28T22:29:41.396Z | Compiling pkcs1 v0.7.5 |
1279 | 2024-08-28T22:29:41.831Z | Compiling futures-executor v0.3.30 |
1280 | 2024-08-28T22:29:42.401Z | Compiling hkdf v0.12.4 |
1281 | 2024-08-28T22:29:42.439Z | Compiling signature v2.2.0 |
1282 | 2024-08-28T22:29:42.669Z | Compiling regex v1.10.6 |
1283 | 2024-08-28T22:29:42.753Z | Compiling bstr v1.9.1 |
1284 | 2024-08-28T22:29:42.791Z | Compiling crypto-bigint v0.5.5 |
1285 | 2024-08-28T22:29:43.592Z | Compiling clap_derive v4.5.13 |
1286 | 2024-08-28T22:29:43.752Z | Compiling serde_repr v0.1.19 |
1287 | 2024-08-28T22:29:44.073Z | Compiling enum-as-inner v0.6.0 |
1288 | 2024-08-28T22:29:44.592Z | Compiling strum_macros v0.25.3 |
1289 | 2024-08-28T22:29:44.979Z | Compiling phf_shared v0.10.0 |
1290 | 2024-08-28T22:29:45.204Z | Compiling float-cmp v0.9.0 |
1291 | 2024-08-28T22:29:45.224Z | Compiling idna v0.4.0 |
1292 | 2024-08-28T22:29:46.397Z | Compiling mio v0.8.11 |
1293 | 2024-08-28T22:29:46.400Z | Compiling encoding_rs v0.8.34 |
1294 | 2024-08-28T22:29:46.686Z | Compiling fixedbitset v0.4.2 |
1295 | 2024-08-28T22:29:47.056Z | Compiling minimal-lexical v0.2.1 |
1296 | 2024-08-28T22:29:47.168Z | Compiling hyper-rustls v0.24.2 |
1297 | 2024-08-28T22:29:47.379Z | Compiling hyper-tls v0.5.0 |
1298 | 2024-08-28T22:29:47.545Z | Compiling normalize-line-endings v0.3.0 |
1299 | 2024-08-28T22:29:47.671Z | Compiling new_debug_unreachable v1.0.6 |
1300 | 2024-08-28T22:29:47.713Z | Compiling mime v0.3.17 |
1301 | 2024-08-28T22:29:47.765Z | Compiling webpki-roots v0.25.4 |
1302 | 2024-08-28T22:29:47.931Z | Compiling difflib v0.4.0 |
1303 | 2024-08-28T22:29:48.315Z | Compiling sync_wrapper v0.1.2 |
1304 | 2024-08-28T22:29:48.454Z | Compiling static_assertions v1.1.0 |
1305 | 2024-08-28T22:29:48.560Z | Compiling whoami v1.5.1 |
1306 | 2024-08-28T22:29:48.625Z | Compiling predicates-core v1.0.6 |
1307 | 2024-08-28T22:29:48.708Z | Compiling data-encoding v2.6.0 |
1308 | 2024-08-28T22:29:48.784Z | Compiling bit-vec v0.6.3 |
1309 | 2024-08-28T22:29:48.983Z | Compiling precomputed-hash v0.1.1 |
1310 | 2024-08-28T22:29:49.107Z | Compiling unicode-segmentation v1.11.0 |
1311 | 2024-08-28T22:29:49.207Z | Compiling dyn-clone v1.0.17 |
1312 | 2024-08-28T22:29:49.300Z | Compiling bit-set v0.5.3 |
1313 | 2024-08-28T22:29:49.452Z | Compiling hickory-proto v0.24.1 |
1314 | 2024-08-28T22:29:49.591Z | Compiling string_cache v0.8.7 |
1315 | 2024-08-28T22:29:49.957Z | Compiling similar v2.6.0 |
1316 | 2024-08-28T22:29:49.981Z | Compiling tokio-postgres v0.7.11 |
1317 | 2024-08-28T22:29:49.984Z | Compiling predicates v3.1.2 |
1318 | 2024-08-28T22:29:50.051Z | Compiling console v0.15.8 |
1319 | 2024-08-28T22:29:51.146Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1320 | 2024-08-28T22:29:51.566Z | Compiling clap v4.5.16 |
1321 | 2024-08-28T22:29:51.798Z | Compiling reqwest v0.11.27 |
1322 | 2024-08-28T22:29:51.800Z | Compiling toml_edit v0.22.20 |
1323 | 2024-08-28T22:29:52.389Z | Compiling nom v7.1.3 |
1324 | 2024-08-28T22:29:52.924Z | Compiling petgraph v0.6.5 |
1325 | 2024-08-28T22:29:53.245Z | Compiling signal-hook-mio v0.2.4 |
1326 | 2024-08-28T22:29:53.416Z | Compiling elliptic-curve v0.13.8 |
1327 | 2024-08-28T22:29:54.243Z | Compiling usdt v0.5.0 |
1328 | 2024-08-28T22:29:54.760Z | Compiling rsa v0.9.6 |
1329 | 2024-08-28T22:29:55.724Z | Compiling futures v0.3.30 |
1330 | 2024-08-28T22:29:55.842Z | Compiling flate2 v1.0.31 |
1331 | 2024-08-28T22:29:56.115Z | Compiling toml v0.7.8 |
1332 | 2024-08-28T22:29:57.671Z | Compiling itertools v0.10.5 |
1333 | 2024-08-28T22:29:57.806Z | Compiling itertools v0.12.1 |
1334 | 2024-08-28T22:29:58.343Z | Compiling tokio-stream v0.1.15 |
1335 | 2024-08-28T22:29:59.439Z | Compiling openapiv3 v2.0.0 |
1336 | 2024-08-28T22:29:59.568Z | Compiling hex v0.4.3 |
1337 | 2024-08-28T22:30:00.053Z | Compiling sha1 v0.10.6 |
1338 | 2024-08-28T22:30:00.177Z | Compiling crossbeam-epoch v0.9.18 |
1339 | 2024-08-28T22:30:00.479Z | Compiling dirs-sys-next v0.1.2 |
1340 | 2024-08-28T22:30:00.534Z | Compiling peg-runtime v0.8.3 |
1341 | 2024-08-28T22:30:00.912Z | Compiling unicode-xid v0.2.4 |
1342 | 2024-08-28T22:30:00.937Z | Compiling lalrpop-util v0.19.12 |
1343 | 2024-08-28T22:30:00.974Z | Compiling dirs-next v2.0.0 |
1344 | 2024-08-28T22:30:01.095Z | Compiling thread_local v1.1.8 |
1345 | 2024-08-28T22:30:01.131Z | Compiling slog-async v2.8.0 |
1346 | 2024-08-28T22:30:01.173Z | Compiling term v0.7.0 |
1347 | 2024-08-28T22:30:01.195Z | Compiling xattr v1.3.1 |
1348 | 2024-08-28T22:30:01.293Z | Compiling strum_macros v0.26.4 |
1349 | 2024-08-28T22:30:01.448Z | Compiling crossbeam-channel v0.5.12 |
1350 | 2024-08-28T22:30:01.649Z | Compiling is-terminal v0.4.12 |
1351 | 2024-08-28T22:30:01.753Z | Compiling filetime v0.2.24 |
1352 | 2024-08-28T22:30:01.781Z | Compiling take_mut v0.2.2 |
1353 | 2024-08-28T22:30:01.939Z | Compiling slog-term v2.9.1 |
1354 | 2024-08-28T22:30:02.062Z | Compiling tar v0.4.41 |
1355 | 2024-08-28T22:30:02.700Z | Compiling camino v1.1.9 |
1356 | 2024-08-28T22:30:04.659Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1357 | 2024-08-28T22:30:04.791Z | Compiling strum v0.26.3 |
1358 | 2024-08-28T22:30:04.924Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1359 | 2024-08-28T22:30:09.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1360 | 2024-08-28T22:30:09.966Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1361 | 2024-08-28T22:30:10.012Z | Aug 28 22:30:09.209 INFO Starting download, target: Console |
1362 | 2024-08-28T22:30:10.012Z | Aug 28 22:30:09.209 INFO Starting download, target: Clickhouse |
1363 | 2024-08-28T22:30:10.012Z | Aug 28 22:30:09.209 INFO Starting download, target: Cockroach |
1364 | 2024-08-28T22:30:10.012Z | Aug 28 22:30:09.209 INFO Starting download, target: DendriteOpenapi |
1365 | 2024-08-28T22:30:10.012Z | Aug 28 22:30:09.209 INFO Starting download, target: DendriteStub |
1366 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.209 INFO Starting download, target: MaghemiteMgd |
1367 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.209 INFO Starting download, target: TransceiverControl |
1368 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.210 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1369 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.210 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1370 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.210 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1371 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.210 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1372 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.210 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1373 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.210 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1374 | 2024-08-28T22:30:10.015Z | Aug 28 22:30:09.210 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1375 | 2024-08-28T22:30:10.137Z | Aug 28 22:30:09.333 INFO Download complete, target: DendriteOpenapi |
1376 | 2024-08-28T22:30:10.254Z | Aug 28 22:30:09.443 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1377 | 2024-08-28T22:30:10.612Z | Aug 28 22:30:09.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1378 | 2024-08-28T22:30:10.683Z | Aug 28 22:30:09.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1379 | 2024-08-28T22:30:10.743Z | Aug 28 22:30:09.939 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1380 | 2024-08-28T22:30:11.005Z | Aug 28 22:30:10.200 INFO Download complete, target: Console |
1381 | 2024-08-28T22:30:11.117Z | Aug 28 22:30:10.312 INFO Download complete, target: TransceiverControl |
1382 | 2024-08-28T22:30:11.121Z | Aug 28 22:30:10.318 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1383 | 2024-08-28T22:30:11.122Z | Aug 28 22:30:10.318 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1384 | 2024-08-28T22:30:11.930Z | Aug 28 22:30:11.126 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1385 | 2024-08-28T22:30:13.737Z | Aug 28 22:30:12.932 INFO Download complete, target: DendriteStub |
1386 | 2024-08-28T22:30:14.011Z | Aug 28 22:30:13.206 INFO Download complete, target: MaghemiteMgd |
1387 | 2024-08-28T22:30:19.390Z | Aug 28 22:30:18.583 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1388 | 2024-08-28T22:30:19.724Z | Aug 28 22:30:18.916 INFO Checking that binary works, target: Cockroach |
1389 | 2024-08-28T22:30:19.877Z | Aug 28 22:30:19.069 INFO Download complete, target: Cockroach |
1390 | 2024-08-28T22:30:25.932Z | Aug 28 22:30:25.122 INFO Checking that binary works, target: Clickhouse |
1391 | 2024-08-28T22:30:26.093Z | Aug 28 22:30:25.282 INFO Download complete, target: Clickhouse |
1392 | 2024-08-28T22:30:26.099Z | All prerequisites installed successfully |
1393 | 2024-08-28T22:30:26.102Z | |
1394 | 2024-08-28T22:30:26.102Z | real 3:48.027015981 |
1395 | 2024-08-28T22:30:26.102Z | user 11:24.024477753 |
1396 | 2024-08-28T22:30:26.102Z | sys 2:27.005236056 |
1397 | 2024-08-28T22:30:26.102Z | trap 0.397727782 |
1398 | 2024-08-28T22:30:26.102Z | tflt 1.416020480 |
1399 | 2024-08-28T22:30:26.102Z | dflt 1.655121204 |
1400 | 2024-08-28T22:30:26.102Z | kflt 0.024141618 |
1401 | 2024-08-28T22:30:26.102Z | lock 22:41.394060306 |
1402 | 2024-08-28T22:30:26.102Z | slp 43:51.900669449 |
1403 | 2024-08-28T22:30:26.102Z | lat 44.032248027 |
1404 | 2024-08-28T22:30:26.102Z | stop 1:49.579036934 |
1405 | 2024-08-28T22:30:26.102Z | + ptime -m cargo xtask download softnpu |
1406 | 2024-08-28T22:30:26.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1407 | 2024-08-28T22:30:26.668Z | Running `target/debug/xtask download softnpu` |
1408 | 2024-08-28T22:30:27.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1409 | 2024-08-28T22:30:27.551Z | Running `target/debug/xtask-downloader softnpu` |
1410 | 2024-08-28T22:30:27.584Z | Aug 28 22:30:26.774 INFO Starting download, target: Softnpu |
1411 | 2024-08-28T22:30:27.587Z | Aug 28 22:30:26.774 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1412 | 2024-08-28T22:30:29.075Z | Aug 28 22:30:28.178 INFO Download complete, target: Softnpu |
1413 | 2024-08-28T22:30:29.144Z | |
1414 | 2024-08-28T22:30:29.144Z | real 2.885172221 |
1415 | 2024-08-28T22:30:29.144Z | user 1.246367087 |
1416 | 2024-08-28T22:30:29.144Z | sys 0.559804813 |
1417 | 2024-08-28T22:30:29.144Z | trap 0.000718050 |
1418 | 2024-08-28T22:30:29.145Z | tflt 0.000010215 |
1419 | 2024-08-28T22:30:29.145Z | dflt 0.000006097 |
1420 | 2024-08-28T22:30:29.145Z | kflt 0.000000000 |
1421 | 2024-08-28T22:30:29.145Z | lock 15.035010275 |
1422 | 2024-08-28T22:30:29.145Z | slp 1.409467115 |
1423 | 2024-08-28T22:30:29.145Z | lat 0.078955873 |
1424 | 2024-08-28T22:30:29.145Z | stop 0.000416271 |
1425 | 2024-08-28T22:30:29.145Z | + export CARGO_INCREMENTAL=0 |
1426 | 2024-08-28T22:30:29.145Z | + CARGO_INCREMENTAL=0 |
1427 | 2024-08-28T22:30:29.145Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1428 | 2024-08-28T22:30:29.948Z | Compiling proc-macro2 v1.0.86 |
1429 | 2024-08-28T22:30:29.948Z | Compiling unicode-ident v1.0.12 |
1430 | 2024-08-28T22:30:29.948Z | Compiling libc v0.2.158 |
1431 | 2024-08-28T22:30:29.953Z | Compiling serde v1.0.208 |
1432 | 2024-08-28T22:30:29.953Z | Compiling version_check v0.9.5 |
1433 | 2024-08-28T22:30:29.953Z | Compiling autocfg v1.3.0 |
1434 | 2024-08-28T22:30:29.953Z | Compiling cfg-if v1.0.0 |
1435 | 2024-08-28T22:30:29.953Z | Compiling once_cell v1.19.0 |
1436 | 2024-08-28T22:30:30.213Z | Compiling typenum v1.17.0 |
1437 | 2024-08-28T22:30:30.275Z | Compiling memchr v2.7.2 |
1438 | 2024-08-28T22:30:30.754Z | Compiling generic-array v0.14.7 |
1439 | 2024-08-28T22:30:30.878Z | Compiling lock_api v0.4.12 |
1440 | 2024-08-28T22:30:31.052Z | Compiling ahash v0.8.11 |
1441 | 2024-08-28T22:30:31.096Z | Compiling byteorder v1.5.0 |
1442 | 2024-08-28T22:30:31.186Z | Compiling serde_json v1.0.125 |
1443 | 2024-08-28T22:30:31.419Z | Compiling libm v0.2.8 |
1444 | 2024-08-28T22:30:31.518Z | Compiling quote v1.0.36 |
1445 | 2024-08-28T22:30:31.556Z | Compiling num-traits v0.2.19 |
1446 | 2024-08-28T22:30:31.765Z | Compiling parking_lot_core v0.9.10 |
1447 | 2024-08-28T22:30:31.865Z | Compiling thiserror v1.0.63 |
1448 | 2024-08-28T22:30:31.923Z | Compiling syn v2.0.74 |
1449 | 2024-08-28T22:30:32.143Z | Compiling getrandom v0.2.14 |
1450 | 2024-08-28T22:30:32.203Z | Compiling jobserver v0.1.32 |
1451 | 2024-08-28T22:30:32.396Z | Compiling scopeguard v1.2.0 |
1452 | 2024-08-28T22:30:32.495Z | Compiling itoa v1.0.11 |
1453 | 2024-08-28T22:30:32.548Z | Compiling cc v1.0.97 |
1454 | 2024-08-28T22:30:32.684Z | Compiling log v0.4.21 |
1455 | 2024-08-28T22:30:33.008Z | Compiling allocator-api2 v0.2.18 |
1456 | 2024-08-28T22:30:33.059Z | Compiling rand_core v0.6.4 |
1457 | 2024-08-28T22:30:33.089Z | Compiling slab v0.4.9 |
1458 | 2024-08-28T22:30:33.435Z | Compiling semver v1.0.23 |
1459 | 2024-08-28T22:30:33.438Z | Compiling pin-project-lite v0.2.14 |
1460 | 2024-08-28T22:30:33.754Z | Compiling ryu v1.0.18 |
1461 | 2024-08-28T22:30:34.009Z | Compiling smallvec v1.13.2 |
1462 | 2024-08-28T22:30:34.034Z | Compiling equivalent v1.0.1 |
1463 | 2024-08-28T22:30:34.357Z | Compiling pkg-config v0.3.30 |
1464 | 2024-08-28T22:30:34.364Z | Compiling vcpkg v0.2.15 |
1465 | 2024-08-28T22:30:34.425Z | Compiling schemars v0.8.21 |
1466 | 2024-08-28T22:30:34.777Z | Compiling spin v0.9.8 |
1467 | 2024-08-28T22:30:35.213Z | Compiling signal-hook-registry v1.4.2 |
1468 | 2024-08-28T22:30:35.291Z | Compiling subtle v2.5.0 |
1469 | 2024-08-28T22:30:35.798Z | Compiling parking_lot v0.12.2 |
1470 | 2024-08-28T22:30:35.832Z | Compiling ring v0.17.8 |
1471 | 2024-08-28T22:30:35.884Z | Compiling openssl-sys v0.9.103 |
1472 | 2024-08-28T22:30:36.571Z | Compiling mio v1.0.2 |
1473 | 2024-08-28T22:30:36.819Z | Compiling const-oid v0.9.6 |
1474 | 2024-08-28T22:30:36.862Z | Compiling socket2 v0.5.7 |
1475 | 2024-08-28T22:30:37.570Z | Compiling syn v1.0.109 |
1476 | 2024-08-28T22:30:38.057Z | Compiling heck v0.5.0 |
1477 | 2024-08-28T22:30:38.179Z | Compiling httparse v1.8.0 |
1478 | 2024-08-28T22:30:38.492Z | Compiling num-conv v0.1.0 |
1479 | 2024-08-28T22:30:38.539Z | Compiling time-core v0.1.2 |
1480 | 2024-08-28T22:30:38.711Z | Compiling rustix v0.38.34 |
1481 | 2024-08-28T22:30:38.726Z | Compiling futures-core v0.3.30 |
1482 | 2024-08-28T22:30:38.777Z | Compiling time-macros v0.2.18 |
1483 | 2024-08-28T22:30:38.911Z | Compiling openssl v0.10.66 |
1484 | 2024-08-28T22:30:38.964Z | Compiling fnv v1.0.7 |
1485 | 2024-08-28T22:30:39.347Z | Compiling serde_derive_internals v0.29.1 |
1486 | 2024-08-28T22:30:39.367Z | Compiling crossbeam-utils v0.8.19 |
1487 | 2024-08-28T22:30:40.285Z | Compiling futures-sink v0.3.30 |
1488 | 2024-08-28T22:30:40.410Z | Compiling tinyvec_macros v0.1.1 |
1489 | 2024-08-28T22:30:40.460Z | Compiling rustls v0.21.12 |
1490 | 2024-08-28T22:30:40.503Z | Compiling native-tls v0.2.11 |
1491 | 2024-08-28T22:30:40.698Z | Compiling iana-time-zone v0.1.60 |
1492 | 2024-08-28T22:30:40.747Z | Compiling tinyvec v1.6.0 |
1493 | 2024-08-28T22:30:41.465Z | Compiling ucd-trie v0.1.6 |
1494 | 2024-08-28T22:30:41.753Z | Compiling cpufeatures v0.2.12 |
1495 | 2024-08-28T22:30:41.997Z | Compiling backtrace v0.3.71 |
1496 | 2024-08-28T22:30:42.161Z | Compiling cookie v0.17.0 |
1497 | 2024-08-28T22:30:42.178Z | Compiling unicode-normalization v0.1.23 |
1498 | 2024-08-28T22:30:42.252Z | Compiling unicode-bidi v0.3.15 |
1499 | 2024-08-28T22:30:42.459Z | Compiling slog v2.7.0 |
1500 | 2024-08-28T22:30:42.804Z | Compiling futures-channel v0.3.30 |
1501 | 2024-08-28T22:30:43.048Z | Compiling aho-corasick v1.1.3 |
1502 | 2024-08-28T22:30:43.180Z | Compiling pin-utils v0.1.0 |
1503 | 2024-08-28T22:30:43.298Z | Compiling regex-syntax v0.8.4 |
1504 | 2024-08-28T22:30:43.525Z | Compiling futures-io v0.3.30 |
1505 | 2024-08-28T22:30:43.873Z | Compiling futures-task v0.3.30 |
1506 | 2024-08-28T22:30:44.798Z | Compiling serde_derive v1.0.208 |
1507 | 2024-08-28T22:30:44.861Z | Compiling zeroize_derive v1.4.2 |
1508 | 2024-08-28T22:30:45.049Z | Compiling zerocopy-derive v0.7.34 |
1509 | 2024-08-28T22:30:46.095Z | Compiling thiserror-impl v1.0.63 |
1510 | 2024-08-28T22:30:46.289Z | Compiling tokio-macros v2.4.0 |
1511 | 2024-08-28T22:30:46.903Z | Compiling zerocopy v0.7.34 |
1512 | 2024-08-28T22:30:47.319Z | Compiling zeroize v1.7.0 |
1513 | 2024-08-28T22:30:48.095Z | Compiling futures-macro v0.3.30 |
1514 | 2024-08-28T22:30:49.027Z | Compiling crypto-common v0.1.6 |
1515 | 2024-08-28T22:30:49.133Z | Compiling hashbrown v0.14.5 |
1516 | 2024-08-28T22:30:49.222Z | Compiling tracing-attributes v0.1.27 |
1517 | 2024-08-28T22:30:49.780Z | Compiling schemars_derive v0.8.21 |
1518 | 2024-08-28T22:30:50.476Z | Compiling block-buffer v0.10.4 |
1519 | 2024-08-28T22:30:50.672Z | Compiling digest v0.10.7 |
1520 | 2024-08-28T22:30:50.700Z | Compiling der_derive v0.7.2 |
1521 | 2024-08-28T22:30:50.979Z | Compiling openssl-macros v0.1.1 |
1522 | 2024-08-28T22:30:51.526Z | Compiling scroll_derive v0.12.0 |
1523 | 2024-08-28T22:30:51.683Z | Compiling hmac v0.12.1 |
1524 | 2024-08-28T22:30:52.385Z | Compiling block-padding v0.3.3 |
1525 | 2024-08-28T22:30:52.571Z | Compiling pest v2.7.10 |
1526 | 2024-08-28T22:30:52.590Z | Compiling inout v0.1.3 |
1527 | 2024-08-28T22:30:52.806Z | Compiling cipher v0.4.4 |
1528 | 2024-08-28T22:30:52.823Z | Compiling sha2 v0.10.8 |
1529 | 2024-08-28T22:30:52.880Z | Compiling futures-util v0.3.30 |
1530 | 2024-08-28T22:30:52.883Z | Compiling regex-automata v0.4.6 |
1531 | 2024-08-28T22:30:53.502Z | Compiling dyn-clone v1.0.17 |
1532 | 2024-08-28T22:30:53.571Z | Compiling anyhow v1.0.86 |
1533 | 2024-08-28T22:30:53.629Z | Compiling winnow v0.5.40 |
1534 | 2024-08-28T22:30:53.693Z | Compiling untrusted v0.9.0 |
1535 | 2024-08-28T22:30:55.394Z | Compiling pest_meta v2.7.10 |
1536 | 2024-08-28T22:30:57.495Z | Compiling pest_generator v2.7.10 |
1537 | 2024-08-28T22:30:58.041Z | Compiling bytes v1.7.1 |
1538 | 2024-08-28T22:30:59.264Z | Compiling indexmap v2.4.0 |
1539 | 2024-08-28T22:31:00.314Z | Compiling tokio v1.39.3 |
1540 | 2024-08-28T22:31:00.557Z | Compiling bitflags v2.6.0 |
1541 | 2024-08-28T22:31:00.644Z | Compiling uuid v1.10.0 |
1542 | 2024-08-28T22:31:00.788Z | Compiling serde_tokenstream v0.2.2 |
1543 | 2024-08-28T22:31:01.119Z | Compiling chrono v0.4.38 |
1544 | 2024-08-28T22:31:02.242Z | Compiling serde_spanned v0.6.7 |
1545 | 2024-08-28T22:31:02.469Z | Compiling toml_datetime v0.6.8 |
1546 | 2024-08-28T22:31:03.361Z | Compiling http v0.2.12 |
1547 | 2024-08-28T22:31:03.611Z | Compiling toml_edit v0.19.15 |
1548 | 2024-08-28T22:31:05.654Z | Compiling rustc_version v0.4.0 |
1549 | 2024-08-28T22:31:06.135Z | Compiling pest_derive v2.7.10 |
1550 | 2024-08-28T22:31:06.264Z | Compiling tracing-core v0.1.32 |
1551 | 2024-08-28T22:31:06.913Z | Compiling usdt-impl v0.5.0 |
1552 | 2024-08-28T22:31:07.269Z | Compiling rustversion v1.0.17 |
1553 | 2024-08-28T22:31:07.895Z | Compiling base64ct v1.6.0 |
1554 | 2024-08-28T22:31:08.493Z | Compiling pem-rfc7468 v0.7.0 |
1555 | 2024-08-28T22:31:08.643Z | Compiling tracing v0.1.40 |
1556 | 2024-08-28T22:31:08.997Z | Compiling heapless v0.7.17 |
1557 | 2024-08-28T22:31:09.091Z | Compiling scroll v0.12.0 |
1558 | 2024-08-28T22:31:09.519Z | Compiling ppv-lite86 v0.2.17 |
1559 | 2024-08-28T22:31:09.660Z | Compiling plain v0.2.3 |
1560 | 2024-08-28T22:31:09.682Z | Compiling percent-encoding v2.3.1 |
1561 | 2024-08-28T22:31:09.822Z | Compiling heck v0.4.1 |
1562 | 2024-08-28T22:31:10.166Z | Compiling powerfmt v0.2.0 |
1563 | 2024-08-28T22:31:10.182Z | Compiling flagset v0.4.5 |
1564 | 2024-08-28T22:31:10.373Z | Compiling der v0.7.9 |
1565 | 2024-08-28T22:31:10.423Z | Compiling deranged v0.3.11 |
1566 | 2024-08-28T22:31:10.577Z | Compiling rand_chacha v0.3.1 |
1567 | 2024-08-28T22:31:10.595Z | Compiling tokio-util v0.7.11 |
1568 | 2024-08-28T22:31:11.558Z | Compiling goblin v0.8.2 |
1569 | 2024-08-28T22:31:13.873Z | Compiling regex v1.10.6 |
1570 | 2024-08-28T22:31:13.887Z | Compiling salsa20 v0.10.2 |
1571 | 2024-08-28T22:31:14.111Z | Compiling pbkdf2 v0.12.2 |
1572 | 2024-08-28T22:31:14.680Z | Compiling crc32fast v1.4.0 |
1573 | 2024-08-28T22:31:14.790Z | Compiling num_threads v0.1.7 |
1574 | 2024-08-28T22:31:14.891Z | Compiling strsim v0.11.1 |
1575 | 2024-08-28T22:31:14.915Z | Compiling pretty-hex v0.4.1 |
1576 | 2024-08-28T22:31:15.401Z | Compiling time v0.3.36 |
1577 | 2024-08-28T22:31:15.615Z | Compiling scrypt v0.11.0 |
1578 | 2024-08-28T22:31:15.830Z | Compiling spki v0.7.3 |
1579 | 2024-08-28T22:31:16.080Z | Compiling rand v0.8.5 |
1580 | 2024-08-28T22:31:16.192Z | Compiling dtrace-parser v0.2.0 |
1581 | 2024-08-28T22:31:16.278Z | Compiling cbc v0.1.2 |
1582 | 2024-08-28T22:31:16.485Z | Compiling aes v0.8.4 |
1583 | 2024-08-28T22:31:17.634Z | Compiling dof v0.3.0 |
1584 | 2024-08-28T22:31:17.708Z | Compiling async-trait v0.1.81 |
1585 | 2024-08-28T22:31:17.967Z | Compiling thread-id v4.2.1 |
1586 | 2024-08-28T22:31:18.086Z | Compiling smoltcp v0.9.1 |
1587 | 2024-08-28T22:31:18.159Z | Compiling signal-hook v0.3.17 |
1588 | 2024-08-28T22:31:18.456Z | Compiling unicode-width v0.1.13 |
1589 | 2024-08-28T22:31:18.676Z | Compiling num-bigint-dig v0.8.4 |
1590 | 2024-08-28T22:31:18.758Z | Compiling foreign-types-shared v0.1.1 |
1591 | 2024-08-28T22:31:18.911Z | Compiling foreign-types v0.3.2 |
1592 | 2024-08-28T22:31:20.007Z | Compiling pkcs5 v0.7.1 |
1593 | 2024-08-28T22:31:20.279Z | Compiling form_urlencoded v1.2.1 |
1594 | 2024-08-28T22:31:21.075Z | Compiling errno v0.3.9 |
1595 | 2024-08-28T22:31:21.143Z | Compiling try-lock v0.2.5 |
1596 | 2024-08-28T22:31:21.342Z | Compiling adler v1.0.2 |
1597 | 2024-08-28T22:31:21.691Z | Compiling cfg_aliases v0.1.1 |
1598 | 2024-08-28T22:31:21.696Z | Compiling siphasher v0.3.11 |
1599 | 2024-08-28T22:31:21.696Z | Compiling nix v0.28.0 |
1600 | 2024-08-28T22:31:21.954Z | Compiling want v0.3.1 |
1601 | 2024-08-28T22:31:22.000Z | Compiling miniz_oxide v0.7.2 |
1602 | 2024-08-28T22:31:23.828Z | Compiling pkcs8 v0.10.2 |
1603 | 2024-08-28T22:31:24.351Z | Compiling sct v0.7.1 |
1604 | 2024-08-28T22:31:24.479Z | Compiling rustls-webpki v0.101.7 |
1605 | 2024-08-28T22:31:24.650Z | Compiling h2 v0.3.26 |
1606 | 2024-08-28T22:31:26.146Z | Compiling http-body v0.4.6 |
1607 | 2024-08-28T22:31:27.013Z | Compiling openapiv3 v2.0.0 |
1608 | 2024-08-28T22:31:27.203Z | Compiling hubpack_derive v0.1.1 |
1609 | 2024-08-28T22:31:27.343Z | Compiling zerocopy-derive v0.6.6 |
1610 | 2024-08-28T22:31:27.664Z | Compiling idna v0.5.0 |
1611 | 2024-08-28T22:31:28.512Z | Compiling fs-err v2.11.0 |
1612 | 2024-08-28T22:31:29.204Z | Compiling httpdate v1.0.3 |
1613 | 2024-08-28T22:31:29.588Z | Compiling tower-service v0.3.2 |
1614 | 2024-08-28T22:31:29.730Z | Compiling stable_deref_trait v1.2.0 |
1615 | 2024-08-28T22:31:29.841Z | Compiling utf8parse v0.2.1 |
1616 | 2024-08-28T22:31:29.995Z | Compiling openssl-probe v0.1.5 |
1617 | 2024-08-28T22:31:30.030Z | Compiling gimli v0.28.1 |
1618 | 2024-08-28T22:31:30.221Z | Compiling finl_unicode v1.2.0 |
1619 | 2024-08-28T22:31:30.296Z | Compiling anstyle v1.0.8 |
1620 | 2024-08-28T22:31:31.499Z | Compiling hyper v0.14.30 |
1621 | 2024-08-28T22:31:34.377Z | Compiling stringprep v0.1.4 |
1622 | 2024-08-28T22:31:35.359Z | Compiling addr2line v0.21.0 |
1623 | 2024-08-28T22:31:36.730Z | Compiling anstyle-parse v0.2.4 |
1624 | 2024-08-28T22:31:38.382Z | Compiling url v2.5.2 |
1625 | 2024-08-28T22:31:42.971Z | Compiling usdt-attr-macro v0.5.0 |
1626 | 2024-08-28T22:31:44.503Z | Compiling usdt-macro v0.5.0 |
1627 | 2024-08-28T22:31:45.436Z | Compiling md-5 v0.10.6 |
1628 | 2024-08-28T22:31:45.885Z | Compiling idna v0.3.0 |
1629 | 2024-08-28T22:31:47.440Z | Compiling lazy_static v1.5.0 |
1630 | 2024-08-28T22:31:47.573Z | Compiling num-integer v0.1.46 |
1631 | 2024-08-28T22:31:48.344Z | Compiling hash32 v0.2.1 |
1632 | 2024-08-28T22:31:48.707Z | Compiling object v0.32.2 |
1633 | 2024-08-28T22:31:48.904Z | Compiling is_terminal_polyfill v1.70.0 |
1634 | 2024-08-28T22:31:49.032Z | Compiling psl-types v2.0.11 |
1635 | 2024-08-28T22:31:49.239Z | Compiling colorchoice v1.0.1 |
1636 | 2024-08-28T22:31:49.863Z | Compiling base64 v0.22.1 |
1637 | 2024-08-28T22:31:50.258Z | Compiling fallible-iterator v0.2.0 |
1638 | 2024-08-28T22:31:50.549Z | Compiling anstyle-query v1.0.3 |
1639 | 2024-08-28T22:31:50.703Z | Compiling rustc-demangle v0.1.24 |
1640 | 2024-08-28T22:31:50.948Z | Compiling postgres-protocol v0.6.7 |
1641 | 2024-08-28T22:31:52.149Z | Compiling anstream v0.6.14 |
1642 | 2024-08-28T22:31:54.063Z | Compiling publicsuffix v2.2.3 |
1643 | 2024-08-28T22:31:54.103Z | Compiling num-iter v0.1.45 |
1644 | 2024-08-28T22:31:55.504Z | Compiling tokio-rustls v0.24.1 |
1645 | 2024-08-28T22:31:57.057Z | Compiling terminal_size v0.3.0 |
1646 | 2024-08-28T22:31:57.281Z | Compiling tokio-native-tls v0.3.1 |
1647 | 2024-08-28T22:31:57.551Z | Compiling phf_shared v0.11.2 |
1648 | 2024-08-28T22:31:58.537Z | Compiling strum_macros v0.25.3 |
1649 | 2024-08-28T22:31:59.350Z | Compiling enum-as-inner v0.6.0 |
1650 | 2024-08-28T22:32:00.378Z | Compiling regress v0.9.1 |
1651 | 2024-08-28T22:32:00.503Z | Compiling serde_repr v0.1.19 |
1652 | 2024-08-28T22:32:00.629Z | Compiling clap_derive v4.5.13 |
1653 | 2024-08-28T22:32:02.276Z | Compiling ff v0.13.0 |
1654 | 2024-08-28T22:32:04.850Z | Compiling encoding_rs v0.8.34 |
1655 | 2024-08-28T22:32:05.373Z | Compiling bitflags v1.3.2 |
1656 | 2024-08-28T22:32:05.593Z | Compiling managed v0.8.0 |
1657 | 2024-08-28T22:32:06.025Z | Compiling clap_lex v0.7.0 |
1658 | 2024-08-28T22:32:06.108Z | Compiling either v1.13.0 |
1659 | 2024-08-28T22:32:06.111Z | Compiling base16ct v0.2.0 |
1660 | 2024-08-28T22:32:06.453Z | Compiling base64 v0.21.7 |
1661 | 2024-08-28T22:32:06.540Z | Compiling mime v0.3.17 |
1662 | 2024-08-28T22:32:07.140Z | Compiling ipnet v2.9.0 |
1663 | 2024-08-28T22:32:07.341Z | Compiling rustls-pemfile v1.0.4 |
1664 | 2024-08-28T22:32:07.732Z | Compiling sec1 v0.7.3 |
1665 | 2024-08-28T22:32:08.147Z | Compiling clap_builder v4.5.15 |
1666 | 2024-08-28T22:32:08.603Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1667 | 2024-08-28T22:32:09.926Z | Compiling group v0.13.0 |
1668 | 2024-08-28T22:32:15.091Z | Compiling phf v0.11.2 |
1669 | 2024-08-28T22:32:15.328Z | Compiling hyper-tls v0.5.0 |
1670 | 2024-08-28T22:32:15.406Z | Compiling hyper-rustls v0.24.2 |
1671 | 2024-08-28T22:32:15.580Z | Compiling cookie_store v0.20.0 |
1672 | 2024-08-28T22:32:15.750Z | Compiling postgres-types v0.2.7 |
1673 | 2024-08-28T22:32:15.954Z | Compiling zerocopy v0.6.6 |
1674 | 2024-08-28T22:32:16.222Z | Compiling hubpack v0.1.2 |
1675 | 2024-08-28T22:32:16.666Z | Compiling pkcs1 v0.7.5 |
1676 | 2024-08-28T22:32:16.829Z | Compiling phf_shared v0.10.0 |
1677 | 2024-08-28T22:32:16.874Z | Compiling serde_urlencoded v0.7.1 |
1678 | 2024-08-28T22:32:17.498Z | Compiling crossbeam-epoch v0.9.18 |
1679 | 2024-08-28T22:32:17.551Z | Compiling futures-executor v0.3.30 |
1680 | 2024-08-28T22:32:18.105Z | Compiling bstr v1.9.1 |
1681 | 2024-08-28T22:32:18.373Z | Compiling hkdf v0.12.4 |
1682 | 2024-08-28T22:32:18.615Z | Compiling signature v2.2.0 |
1683 | 2024-08-28T22:32:18.634Z | Compiling crypto-bigint v0.5.5 |
1684 | 2024-08-28T22:32:18.707Z | Compiling idna v0.4.0 |
1685 | 2024-08-28T22:32:18.929Z | Compiling float-cmp v0.9.0 |
1686 | 2024-08-28T22:32:19.140Z | Compiling mio v0.8.11 |
1687 | 2024-08-28T22:32:19.645Z | Compiling memmap v0.7.0 |
1688 | 2024-08-28T22:32:19.964Z | Compiling normalize-line-endings v0.3.0 |
1689 | 2024-08-28T22:32:20.093Z | Compiling difflib v0.4.0 |
1690 | 2024-08-28T22:32:20.252Z | Compiling fixedbitset v0.4.2 |
1691 | 2024-08-28T22:32:20.500Z | Compiling data-encoding v2.6.0 |
1692 | 2024-08-28T22:32:20.629Z | Compiling bit-vec v0.6.3 |
1693 | 2024-08-28T22:32:20.646Z | Compiling webpki-roots v0.25.4 |
1694 | 2024-08-28T22:32:20.820Z | Compiling sync_wrapper v0.1.2 |
1695 | 2024-08-28T22:32:20.950Z | Compiling minimal-lexical v0.2.1 |
1696 | 2024-08-28T22:32:21.056Z | Compiling new_debug_unreachable v1.0.6 |
1697 | 2024-08-28T22:32:21.339Z | Compiling static_assertions v1.1.0 |
1698 | 2024-08-28T22:32:21.446Z | Compiling precomputed-hash v0.1.1 |
1699 | 2024-08-28T22:32:21.449Z | Compiling winnow v0.6.18 |
1700 | 2024-08-28T22:32:21.561Z | Compiling whoami v1.5.1 |
1701 | 2024-08-28T22:32:21.580Z | Compiling predicates-core v1.0.6 |
1702 | 2024-08-28T22:32:22.072Z | Compiling unicode-segmentation v1.11.0 |
1703 | 2024-08-28T22:32:22.149Z | Compiling reqwest v0.11.27 |
1704 | 2024-08-28T22:32:22.167Z | Compiling tokio-postgres v0.7.11 |
1705 | 2024-08-28T22:32:22.868Z | Compiling similar v2.6.0 |
1706 | 2024-08-28T22:32:23.253Z | Compiling predicates v3.1.2 |
1707 | 2024-08-28T22:32:23.754Z | Compiling string_cache v0.8.7 |
1708 | 2024-08-28T22:32:23.814Z | Compiling elliptic-curve v0.13.8 |
1709 | 2024-08-28T22:32:24.166Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1710 | 2024-08-28T22:32:24.568Z | Compiling nom v7.1.3 |
1711 | 2024-08-28T22:32:24.720Z | Compiling hickory-proto v0.24.1 |
1712 | 2024-08-28T22:32:24.838Z | Compiling bit-set v0.5.3 |
1713 | 2024-08-28T22:32:25.121Z | Compiling toml_edit v0.22.20 |
1714 | 2024-08-28T22:32:25.282Z | Compiling petgraph v0.6.5 |
1715 | 2024-08-28T22:32:27.129Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1716 | 2024-08-28T22:32:28.276Z | Compiling usdt v0.5.0 |
1717 | 2024-08-28T22:32:28.725Z | Compiling signal-hook-mio v0.2.4 |
1718 | 2024-08-28T22:32:29.317Z | Compiling rsa v0.9.6 |
1719 | 2024-08-28T22:32:30.381Z | Compiling futures v0.3.30 |
1720 | 2024-08-28T22:32:31.383Z | Compiling flate2 v1.0.31 |
1721 | 2024-08-28T22:32:32.337Z | Compiling clap v4.5.16 |
1722 | 2024-08-28T22:32:32.467Z | Compiling itertools v0.12.1 |
1723 | 2024-08-28T22:32:33.068Z | Compiling itertools v0.10.5 |
1724 | 2024-08-28T22:32:33.156Z | Compiling console v0.15.8 |
1725 | 2024-08-28T22:32:33.730Z | Compiling tokio-stream v0.1.15 |
1726 | 2024-08-28T22:32:34.411Z | Compiling toml v0.7.8 |
1727 | 2024-08-28T22:32:34.437Z | Compiling hex v0.4.3 |
1728 | 2024-08-28T22:32:35.090Z | Compiling sha1 v0.10.6 |
1729 | 2024-08-28T22:32:35.391Z | Compiling unicode-xid v0.2.4 |
1730 | 2024-08-28T22:32:35.929Z | Compiling lalrpop-util v0.19.12 |
1731 | 2024-08-28T22:32:35.947Z | Compiling peg-runtime v0.8.3 |
1732 | 2024-08-28T22:32:35.980Z | Compiling camino v1.1.9 |
1733 | 2024-08-28T22:32:36.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1734 | 2024-08-28T22:32:36.627Z | Compiling proc-macro-crate v1.3.1 |
1735 | 2024-08-28T22:32:36.882Z | Compiling heapless v0.8.0 |
1736 | 2024-08-28T22:32:37.698Z | Compiling num_enum_derive v0.5.11 |
1737 | 2024-08-28T22:32:40.075Z | Compiling ipnetwork v0.20.0 |
1738 | 2024-08-28T22:32:41.617Z | Compiling hash32 v0.3.1 |
1739 | 2024-08-28T22:32:43.923Z | Compiling smoltcp v0.11.0 |
1740 | 2024-08-28T22:32:44.763Z | Compiling rustls-pki-types v1.7.0 |
1741 | 2024-08-28T22:32:45.882Z | Compiling ident_case v1.0.1 |
1742 | 2024-08-28T22:32:46.448Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1743 | 2024-08-28T22:32:48.247Z | Compiling darling_core v0.20.9 |
1744 | 2024-08-28T22:32:52.733Z | Compiling num_enum v0.5.11 |
1745 | 2024-08-28T22:32:53.943Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1746 | 2024-08-28T22:32:54.385Z | Compiling getopts v0.2.21 |
1747 | 2024-08-28T22:32:55.201Z | Compiling dirs-sys-next v0.1.2 |
1748 | 2024-08-28T22:32:55.871Z | Compiling proc-macro-error-attr v1.0.4 |
1749 | 2024-08-28T22:32:56.319Z | Compiling rustls v0.22.4 |
1750 | 2024-08-28T22:32:56.497Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1751 | 2024-08-28T22:32:56.960Z | Compiling cobs v0.2.3 |
1752 | 2024-08-28T22:32:57.248Z | Compiling embedded-io v0.4.0 |
1753 | 2024-08-28T22:32:57.437Z | Compiling unsafe-libyaml v0.2.11 |
1754 | 2024-08-28T22:32:57.495Z | Compiling paste v1.0.15 |
1755 | 2024-08-28T22:32:59.203Z | Compiling serde_yaml v0.9.34+deprecated |
1756 | 2024-08-28T22:32:59.661Z | Compiling postcard v1.0.8 |
1757 | 2024-08-28T22:33:01.863Z | Compiling dirs-next v2.0.0 |
1758 | 2024-08-28T22:33:02.154Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1759 | 2024-08-28T22:33:03.115Z | Compiling darling_macro v0.20.9 |
1760 | 2024-08-28T22:33:09.096Z | Compiling rustls-webpki v0.102.4 |
1761 | 2024-08-28T22:33:17.743Z | Compiling strum_macros v0.26.4 |
1762 | 2024-08-28T22:33:18.640Z | Compiling foreign-types-macros v0.2.3 |
1763 | 2024-08-28T22:33:19.192Z | Compiling structmeta-derive v0.3.0 |
1764 | 2024-08-28T22:33:20.140Z | Compiling thread_local v1.1.8 |
1765 | 2024-08-28T22:33:21.833Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1766 | 2024-08-28T22:33:22.175Z | Compiling multer v3.1.0 |
1767 | 2024-08-28T22:33:22.178Z | Compiling proc-macro-error v1.0.4 |
1768 | 2024-08-28T22:33:22.500Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1769 | 2024-08-28T22:33:22.517Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1770 | 2024-08-28T22:33:22.813Z | Compiling slog-async v2.8.0 |
1771 | 2024-08-28T22:33:23.282Z | Compiling match_cfg v0.1.0 |
1772 | 2024-08-28T22:33:23.439Z | Compiling foreign-types-shared v0.3.1 |
1773 | 2024-08-28T22:33:24.635Z | Compiling foreign-types v0.5.0 |
1774 | 2024-08-28T22:33:24.815Z | Compiling hostname v0.3.1 |
1775 | 2024-08-28T22:33:29.843Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1776 | 2024-08-28T22:33:30.452Z | Compiling strum v0.26.3 |
1777 | 2024-08-28T22:33:30.727Z | Compiling structmeta v0.3.0 |
1778 | 2024-08-28T22:33:37.155Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1779 | 2024-08-28T22:33:38.276Z | Compiling darling v0.20.9 |
1780 | 2024-08-28T22:33:38.404Z | Compiling term v0.7.0 |
1781 | 2024-08-28T22:33:39.531Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1782 | 2024-08-28T22:33:41.047Z | Compiling slog-json v2.6.1 |
1783 | 2024-08-28T22:33:41.498Z | Compiling tabwriter v1.4.0 |
1784 | 2024-08-28T22:33:42.304Z | Compiling crossbeam-channel v0.5.12 |
1785 | 2024-08-28T22:33:43.881Z | Compiling http v1.1.0 |
1786 | 2024-08-28T22:33:43.981Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1787 | 2024-08-28T22:33:44.315Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1788 | 2024-08-28T22:33:44.817Z | Compiling async-stream-impl v0.3.5 |
1789 | 2024-08-28T22:33:45.193Z | Compiling is-terminal v0.4.12 |
1790 | 2024-08-28T22:33:45.341Z | Compiling cstr-argument v0.1.2 |
1791 | 2024-08-28T22:33:45.608Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1792 | 2024-08-28T22:33:46.089Z | Compiling pretty-hex v0.2.1 |
1793 | 2024-08-28T22:33:46.322Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1794 | 2024-08-28T22:33:46.370Z | Compiling rayon-core v1.12.1 |
1795 | 2024-08-28T22:33:46.635Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-08-28T22:33:46.676Z | Compiling take_mut v0.2.2 |
1797 | 2024-08-28T22:33:46.831Z | Compiling crucible-workspace-hack v0.1.0 |
1798 | 2024-08-28T22:33:47.149Z | Compiling fastrand v2.1.0 |
1799 | 2024-08-28T22:33:47.827Z | Compiling tempfile v3.10.1 |
1800 | 2024-08-28T22:33:48.469Z | Compiling waitgroup v0.1.2 |
1801 | 2024-08-28T22:33:48.774Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1802 | 2024-08-28T22:33:49.167Z | Compiling async-stream v0.3.5 |
1803 | 2024-08-28T22:33:49.514Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1804 | 2024-08-28T22:33:49.772Z | Compiling slog-term v2.9.1 |
1805 | 2024-08-28T22:33:50.807Z | Compiling slog-bunyan v2.5.0 |
1806 | 2024-08-28T22:33:51.147Z | Compiling tokio-rustls v0.25.0 |
1807 | 2024-08-28T22:33:51.630Z | Compiling serde_with_macros v3.9.0 |
1808 | 2024-08-28T22:33:51.686Z | Compiling parse-display-derive v0.10.0 |
1809 | 2024-08-28T22:33:52.056Z | Compiling toml v0.8.19 |
1810 | 2024-08-28T22:33:52.244Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1811 | 2024-08-28T22:33:52.349Z | Compiling rustls-pemfile v2.1.3 |
1812 | 2024-08-28T22:33:52.485Z | Compiling crossbeam-deque v0.8.5 |
1813 | 2024-08-28T22:33:52.635Z | Compiling colored v2.1.0 |
1814 | 2024-08-28T22:33:52.888Z | Compiling newtype-uuid v1.1.0 |
1815 | 2024-08-28T22:33:53.089Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1816 | 2024-08-28T22:33:53.239Z | Compiling serde_path_to_error v0.1.16 |
1817 | 2024-08-28T22:33:53.980Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1818 | 2024-08-28T22:33:54.233Z | Compiling hostname v0.4.0 |
1819 | 2024-08-28T22:33:54.237Z | Compiling socket2 v0.4.10 |
1820 | 2024-08-28T22:33:54.513Z | Compiling instant v0.1.12 |
1821 | 2024-08-28T22:33:54.677Z | Compiling debug-ignore v1.0.5 |
1822 | 2024-08-28T22:33:54.718Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1823 | 2024-08-28T22:33:55.119Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1824 | 2024-08-28T22:33:55.610Z | Compiling parse-display v0.10.0 |
1825 | 2024-08-28T22:33:55.735Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1826 | 2024-08-28T22:33:55.955Z | Compiling backoff v0.4.0 |
1827 | 2024-08-28T22:33:56.326Z | Compiling serde_with v3.9.0 |
1828 | 2024-08-28T22:33:57.561Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1829 | 2024-08-28T22:33:58.093Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1830 | 2024-08-28T22:33:58.907Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1831 | 2024-08-28T22:34:00.298Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1832 | 2024-08-28T22:34:00.834Z | Compiling camino-tempfile v1.1.1 |
1833 | 2024-08-28T22:34:01.147Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1834 | 2024-08-28T22:34:01.560Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1835 | 2024-08-28T22:34:01.642Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1836 | 2024-08-28T22:34:01.659Z | Compiling macaddr v1.0.1 |
1837 | 2024-08-28T22:34:01.744Z | Compiling num-derive v0.4.2 |
1838 | 2024-08-28T22:34:02.296Z | Compiling sigpipe v0.1.3 |
1839 | 2024-08-28T22:34:02.439Z | Compiling libefi-sys v0.1.0 |
1840 | 2024-08-28T22:34:02.760Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1841 | 2024-08-28T22:34:03.125Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1842 | 2024-08-28T22:34:03.600Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1843 | 2024-08-28T22:34:03.998Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1844 | 2024-08-28T22:34:04.039Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1845 | 2024-08-28T22:34:04.146Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1846 | 2024-08-28T22:34:05.302Z | Compiling rayon v1.10.0 |
1847 | 2024-08-28T22:34:05.574Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1848 | 2024-08-28T22:34:06.414Z | Compiling smf v0.2.3 |
1849 | 2024-08-28T22:34:07.564Z | Compiling bitfield-struct v0.6.1 |
1850 | 2024-08-28T22:34:08.954Z | Compiling ring v0.16.20 |
1851 | 2024-08-28T22:34:09.003Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1852 | 2024-08-28T22:34:09.407Z | Compiling blake3 v1.5.1 |
1853 | 2024-08-28T22:34:09.429Z | Compiling portable-atomic v1.6.0 |
1854 | 2024-08-28T22:34:10.481Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1855 | 2024-08-28T22:34:10.703Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1856 | 2024-08-28T22:34:11.076Z | Compiling xattr v1.3.1 |
1857 | 2024-08-28T22:34:11.226Z | Compiling memmap2 v0.9.4 |
1858 | 2024-08-28T22:34:11.244Z | Compiling filetime v0.2.24 |
1859 | 2024-08-28T22:34:11.401Z | Compiling same-file v1.0.6 |
1860 | 2024-08-28T22:34:11.587Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1861 | 2024-08-28T22:34:11.683Z | Compiling untrusted v0.7.1 |
1862 | 2024-08-28T22:34:11.719Z | Compiling arrayvec v0.7.4 |
1863 | 2024-08-28T22:34:11.798Z | Compiling arrayref v0.3.7 |
1864 | 2024-08-28T22:34:11.864Z | Compiling spin v0.5.2 |
1865 | 2024-08-28T22:34:11.881Z | Compiling constant_time_eq v0.3.0 |
1866 | 2024-08-28T22:34:11.914Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1867 | 2024-08-28T22:34:12.064Z | Compiling walkdir v2.5.0 |
1868 | 2024-08-28T22:34:12.173Z | Compiling tar v0.4.41 |
1869 | 2024-08-28T22:34:13.451Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1870 | 2024-08-28T22:34:14.671Z | Compiling gethostname v0.5.0 |
1871 | 2024-08-28T22:34:14.725Z | Compiling cargo-platform v0.1.8 |
1872 | 2024-08-28T22:34:14.872Z | Compiling number_prefix v0.4.0 |
1873 | 2024-08-28T22:34:15.119Z | Compiling topological-sort v0.2.2 |
1874 | 2024-08-28T22:34:15.393Z | Compiling indicatif v0.17.8 |
1875 | 2024-08-28T22:34:15.756Z | Compiling cargo_metadata v0.18.1 |
1876 | 2024-08-28T22:34:20.135Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1877 | 2024-08-28T22:34:21.572Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1878 | 2024-08-28T22:34:21.649Z | Compiling omicron-zone-package v0.11.0 |
1879 | 2024-08-28T22:34:23.931Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1880 | 2024-08-28T22:34:44.520Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1881 | 2024-08-28T22:34:44.668Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1882 | 2024-08-28T22:34:44.708Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1883 | 2024-08-28T22:34:44.711Z | Created new build target 'test' and set it as active |
1884 | 2024-08-28T22:34:44.711Z | |
1885 | 2024-08-28T22:34:44.711Z | real 4:15.610089920 |
1886 | 2024-08-28T22:34:44.711Z | user 28:53.598800621 |
1887 | 2024-08-28T22:34:44.711Z | sys 3:39.279165571 |
1888 | 2024-08-28T22:34:44.711Z | trap 0.819377688 |
1889 | 2024-08-28T22:34:44.711Z | tflt 2.985021943 |
1890 | 2024-08-28T22:34:44.711Z | dflt 0.620501384 |
1891 | 2024-08-28T22:34:44.711Z | kflt 0.008258325 |
1892 | 2024-08-28T22:34:44.711Z | lock 1:04:29.952246525 |
1893 | 2024-08-28T22:34:44.711Z | slp 1:52:16.034492312 |
1894 | 2024-08-28T22:34:44.711Z | lat 1:59.048258095 |
1895 | 2024-08-28T22:34:44.711Z | stop 3:31.078244767 |
1896 | 2024-08-28T22:34:44.711Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1897 | 2024-08-28T22:34:45.676Z | Finished `release` profile [optimized] target(s) in 0.91s |
1898 | 2024-08-28T22:34:45.727Z | Running `target/release/omicron-package -t test package` |
1899 | 2024-08-28T22:34:45.767Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1900 | 2024-08-28T22:34:46.895Z | Compiling camino v1.1.9 |
1901 | 2024-08-28T22:34:46.898Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1902 | 2024-08-28T22:34:46.898Z | Compiling password-hash v0.5.0 |
1903 | 2024-08-28T22:34:46.898Z | Compiling blake2 v0.10.6 |
1904 | 2024-08-28T22:34:46.898Z | Compiling derive-where v1.2.7 |
1905 | 2024-08-28T22:34:46.898Z | Compiling newline-converter v0.3.0 |
1906 | 2024-08-28T22:34:47.017Z | Compiling toml v0.8.19 |
1907 | 2024-08-28T22:34:47.035Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1908 | 2024-08-28T22:34:47.254Z | Compiling humantime v2.1.0 |
1909 | 2024-08-28T22:34:47.274Z | Compiling expectorate v1.1.0 |
1910 | 2024-08-28T22:34:47.472Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1911 | 2024-08-28T22:34:47.490Z | Compiling dirs-sys-next v0.1.2 |
1912 | 2024-08-28T22:34:47.684Z | Compiling argon2 v0.5.3 |
1913 | 2024-08-28T22:34:47.960Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1914 | 2024-08-28T22:34:47.994Z | Compiling dirs-next v2.0.0 |
1915 | 2024-08-28T22:34:48.116Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1916 | 2024-08-28T22:34:48.181Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1917 | 2024-08-28T22:34:48.328Z | Compiling num-rational v0.4.2 |
1918 | 2024-08-28T22:34:48.546Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1919 | 2024-08-28T22:34:48.684Z | Compiling num-complex v0.4.6 |
1920 | 2024-08-28T22:34:49.130Z | Compiling convert_case v0.4.0 |
1921 | 2024-08-28T22:34:49.149Z | Compiling term v0.7.0 |
1922 | 2024-08-28T22:34:49.921Z | Compiling derive_more v0.99.18 |
1923 | 2024-08-28T22:34:50.010Z | Compiling num v0.4.3 |
1924 | 2024-08-28T22:34:50.134Z | Compiling float-ord v0.3.2 |
1925 | 2024-08-28T22:34:50.151Z | Compiling prettyplease v0.2.20 |
1926 | 2024-08-28T22:34:50.283Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1927 | 2024-08-28T22:34:50.301Z | Compiling is-terminal v0.4.12 |
1928 | 2024-08-28T22:34:50.355Z | Compiling semver v0.1.20 |
1929 | 2024-08-28T22:34:50.437Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1930 | 2024-08-28T22:34:50.479Z | Compiling cookie v0.18.1 |
1931 | 2024-08-28T22:34:50.768Z | Compiling rustc_version v0.1.7 |
1932 | 2024-08-28T22:34:50.790Z | Compiling rustls-pki-types v1.7.0 |
1933 | 2024-08-28T22:34:50.921Z | Compiling highway v1.2.0 |
1934 | 2024-08-28T22:34:51.172Z | Compiling newtype_derive v0.1.6 |
1935 | 2024-08-28T22:34:51.523Z | Compiling linked-hash-map v0.5.6 |
1936 | 2024-08-28T22:34:51.779Z | Compiling utf-8 v0.7.6 |
1937 | 2024-08-28T22:34:51.955Z | Compiling lru-cache v0.1.2 |
1938 | 2024-08-28T22:34:52.134Z | Compiling quick-error v1.2.3 |
1939 | 2024-08-28T22:34:52.187Z | Compiling home v0.5.9 |
1940 | 2024-08-28T22:34:52.306Z | Compiling resolv-conf v0.7.0 |
1941 | 2024-08-28T22:34:52.442Z | Compiling steno v0.4.1 |
1942 | 2024-08-28T22:34:53.874Z | Compiling rustls-webpki v0.102.4 |
1943 | 2024-08-28T22:34:54.936Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1944 | 2024-08-28T22:34:55.754Z | Compiling rustls v0.22.4 |
1945 | 2024-08-28T22:34:55.782Z | Compiling thread_local v1.1.8 |
1946 | 2024-08-28T22:34:56.287Z | Compiling match_cfg v0.1.0 |
1947 | 2024-08-28T22:34:56.392Z | Compiling hostname v0.3.1 |
1948 | 2024-08-28T22:34:56.617Z | Compiling hickory-resolver v0.24.1 |
1949 | 2024-08-28T22:34:56.762Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1950 | 2024-08-28T22:34:57.138Z | Compiling multer v3.1.0 |
1951 | 2024-08-28T22:34:57.215Z | Compiling slog-async v2.8.0 |
1952 | 2024-08-28T22:34:57.290Z | Compiling slog-json v2.6.1 |
1953 | 2024-08-28T22:34:57.661Z | Compiling crossbeam-channel v0.5.12 |
1954 | 2024-08-28T22:34:58.693Z | Compiling http v1.1.0 |
1955 | 2024-08-28T22:35:01.003Z | Compiling take_mut v0.2.2 |
1956 | 2024-08-28T22:35:01.175Z | Compiling atomic-waker v1.1.2 |
1957 | 2024-08-28T22:35:01.366Z | Compiling waitgroup v0.1.2 |
1958 | 2024-08-28T22:35:02.170Z | Compiling tokio-rustls v0.25.0 |
1959 | 2024-08-28T22:35:02.630Z | Compiling slog-bunyan v2.5.0 |
1960 | 2024-08-28T22:35:02.846Z | Compiling slog-term v2.9.1 |
1961 | 2024-08-28T22:35:03.566Z | Compiling rustls-pemfile v2.1.3 |
1962 | 2024-08-28T22:35:03.950Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1963 | 2024-08-28T22:35:03.985Z | Compiling async-stream v0.3.5 |
1964 | 2024-08-28T22:35:04.022Z | Compiling newtype-uuid v1.1.0 |
1965 | 2024-08-28T22:35:04.278Z | Compiling ipnetwork v0.20.0 |
1966 | 2024-08-28T22:35:04.310Z | Compiling serde_path_to_error v0.1.16 |
1967 | 2024-08-28T22:35:05.081Z | Compiling hostname v0.4.0 |
1968 | 2024-08-28T22:35:05.147Z | Compiling instant v0.1.12 |
1969 | 2024-08-28T22:35:05.194Z | Compiling debug-ignore v1.0.5 |
1970 | 2024-08-28T22:35:05.300Z | Compiling backoff v0.4.0 |
1971 | 2024-08-28T22:35:05.331Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1972 | 2024-08-28T22:35:05.644Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1973 | 2024-08-28T22:35:05.987Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1974 | 2024-08-28T22:35:05.990Z | Compiling parse-display v0.10.0 |
1975 | 2024-08-28T22:35:06.572Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1976 | 2024-08-28T22:35:06.761Z | Compiling serde_with v3.9.0 |
1977 | 2024-08-28T22:35:10.527Z | Compiling strum v0.26.3 |
1978 | 2024-08-28T22:35:10.700Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1979 | 2024-08-28T22:35:11.920Z | Compiling macaddr v1.0.1 |
1980 | 2024-08-28T22:35:12.332Z | Compiling slog-dtrace v0.3.0 |
1981 | 2024-08-28T22:35:12.354Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1982 | 2024-08-28T22:35:13.564Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1983 | 2024-08-28T22:35:14.221Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1984 | 2024-08-28T22:35:14.554Z | Compiling swrite v0.1.0 |
1985 | 2024-08-28T22:35:14.707Z | Compiling rayon-core v1.12.1 |
1986 | 2024-08-28T22:35:14.734Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1987 | 2024-08-28T22:35:15.109Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1988 | 2024-08-28T22:35:15.263Z | Compiling crossbeam-deque v0.8.5 |
1989 | 2024-08-28T22:35:15.614Z | Compiling half v2.4.1 |
1990 | 2024-08-28T22:35:16.327Z | Compiling fastrand v2.1.0 |
1991 | 2024-08-28T22:35:16.850Z | Compiling ciborium-io v0.2.2 |
1992 | 2024-08-28T22:35:17.002Z | Compiling termcolor v1.4.1 |
1993 | 2024-08-28T22:35:18.123Z | Compiling display-error-chain v0.2.0 |
1994 | 2024-08-28T22:35:18.487Z | Compiling same-file v1.0.6 |
1995 | 2024-08-28T22:35:18.574Z | Compiling walkdir v2.5.0 |
1996 | 2024-08-28T22:35:19.098Z | Compiling ciborium-ll v0.2.2 |
1997 | 2024-08-28T22:35:19.247Z | Compiling tempfile v3.10.1 |
1998 | 2024-08-28T22:35:19.995Z | Compiling ring v0.16.20 |
1999 | 2024-08-28T22:35:20.994Z | Compiling rayon v1.10.0 |
2000 | 2024-08-28T22:35:21.174Z | Compiling blake3 v1.5.1 |
2001 | 2024-08-28T22:35:21.823Z | Compiling ciborium v0.2.2 |
2002 | 2024-08-28T22:35:22.671Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2003 | 2024-08-28T22:35:25.736Z | Compiling xattr v1.3.1 |
2004 | 2024-08-28T22:35:26.010Z | Compiling filetime v0.2.24 |
2005 | 2024-08-28T22:35:26.312Z | Compiling memmap2 v0.9.4 |
2006 | 2024-08-28T22:35:26.735Z | Compiling spin v0.5.2 |
2007 | 2024-08-28T22:35:26.989Z | Compiling constant_time_eq v0.3.0 |
2008 | 2024-08-28T22:35:27.171Z | Compiling cancel-safe-futures v0.1.5 |
2009 | 2024-08-28T22:35:27.539Z | Compiling untrusted v0.7.1 |
2010 | 2024-08-28T22:35:27.745Z | Compiling arrayvec v0.7.4 |
2011 | 2024-08-28T22:35:28.545Z | Compiling arrayref v0.3.7 |
2012 | 2024-08-28T22:35:29.768Z | Compiling tar v0.4.41 |
2013 | 2024-08-28T22:35:31.083Z | Compiling camino-tempfile v1.1.1 |
2014 | 2024-08-28T22:35:31.514Z | Compiling toolchain_find v0.4.0 |
2015 | 2024-08-28T22:35:31.592Z | Compiling nibble_vec v0.1.0 |
2016 | 2024-08-28T22:35:31.732Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2017 | 2024-08-28T22:35:31.868Z | Compiling atty v0.2.14 |
2018 | 2024-08-28T22:35:32.048Z | Compiling endian-type v0.1.2 |
2019 | 2024-08-28T22:35:32.072Z | Compiling topological-sort v0.2.2 |
2020 | 2024-08-28T22:35:32.297Z | Compiling glob v0.3.1 |
2021 | 2024-08-28T22:35:32.327Z | Compiling radium v0.7.0 |
2022 | 2024-08-28T22:35:32.787Z | Compiling crunchy v0.2.2 |
2023 | 2024-08-28T22:35:32.989Z | Compiling maplit v1.0.2 |
2024 | 2024-08-28T22:35:33.072Z | Compiling clang-sys v1.7.0 |
2025 | 2024-08-28T22:35:33.139Z | Compiling omicron-zone-package v0.11.0 |
2026 | 2024-08-28T22:35:33.295Z | Compiling radix_trie v0.2.1 |
2027 | 2024-08-28T22:35:33.747Z | Compiling rustfmt-wrapper v0.2.1 |
2028 | 2024-08-28T22:35:34.360Z | Compiling tungstenite v0.21.0 |
2029 | 2024-08-28T22:35:34.381Z | Compiling tiny-keccak v2.0.2 |
2030 | 2024-08-28T22:35:34.695Z | Compiling maybe-uninit v2.0.0 |
2031 | 2024-08-28T22:35:34.918Z | Compiling tap v1.0.1 |
2032 | 2024-08-28T22:35:35.122Z | Compiling wyz v0.5.1 |
2033 | 2024-08-28T22:35:35.602Z | Compiling tokio-tungstenite v0.21.0 |
2034 | 2024-08-28T22:35:35.853Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2035 | 2024-08-28T22:35:35.897Z | Compiling dsl_auto_type v0.1.2 |
2036 | 2024-08-28T22:35:36.082Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2037 | 2024-08-28T22:35:36.173Z | Compiling itertools v0.13.0 |
2038 | 2024-08-28T22:35:36.519Z | Compiling scheduled-thread-pool v0.2.7 |
2039 | 2024-08-28T22:35:37.305Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2040 | 2024-08-28T22:35:37.829Z | Compiling diesel_table_macro_syntax v0.2.0 |
2041 | 2024-08-28T22:35:37.867Z | Compiling packed_struct v0.10.1 |
2042 | 2024-08-28T22:35:38.219Z | Compiling arc-swap v1.7.1 |
2043 | 2024-08-28T22:35:38.318Z | Compiling funty v2.0.0 |
2044 | 2024-08-28T22:35:38.405Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2045 | 2024-08-28T22:35:38.897Z | Compiling crc-catalog v2.4.0 |
2046 | 2024-08-28T22:35:39.071Z | Compiling crc v3.2.1 |
2047 | 2024-08-28T22:35:39.514Z | Compiling bitvec v1.0.1 |
2048 | 2024-08-28T22:35:39.987Z | Compiling slog-scope v4.4.0 |
2049 | 2024-08-28T22:35:40.827Z | Compiling diesel_derives v2.2.2 |
2050 | 2024-08-28T22:35:41.042Z | Compiling r2d2 v0.8.10 |
2051 | 2024-08-28T22:35:42.059Z | Compiling ascii-canvas v3.0.0 |
2052 | 2024-08-28T22:35:42.561Z | Compiling packed_struct_codegen v0.10.1 |
2053 | 2024-08-28T22:35:44.032Z | Compiling ena v0.14.3 |
2054 | 2024-08-28T22:35:44.420Z | Compiling libloading v0.8.3 |
2055 | 2024-08-28T22:35:44.770Z | Compiling indexmap v1.9.3 |
2056 | 2024-08-28T22:35:45.021Z | Compiling regex-syntax v0.6.29 |
2057 | 2024-08-28T22:35:45.094Z | Compiling nodrop v0.1.14 |
2058 | 2024-08-28T22:35:45.237Z | Compiling diff v0.1.13 |
2059 | 2024-08-28T22:35:45.763Z | Compiling bindgen v0.69.4 |
2060 | 2024-08-28T22:35:46.251Z | Compiling array-init v0.0.4 |
2061 | 2024-08-28T22:35:50.190Z | Compiling lalrpop v0.19.12 |
2062 | 2024-08-28T22:35:51.663Z | Compiling smallvec v0.6.14 |
2063 | 2024-08-28T22:35:52.037Z | Compiling diesel v2.2.3 |
2064 | 2024-08-28T22:35:52.169Z | Compiling slog-stdlog v4.1.1 |
2065 | 2024-08-28T22:35:52.982Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2066 | 2024-08-28T22:35:54.164Z | Compiling which v4.4.2 |
2067 | 2024-08-28T22:35:54.724Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2068 | 2024-08-28T22:35:54.950Z | Compiling cexpr v0.6.0 |
2069 | 2024-08-28T22:35:56.450Z | Compiling libsw v3.3.1 |
2070 | 2024-08-28T22:35:56.783Z | Compiling lazycell v1.3.0 |
2071 | 2024-08-28T22:35:56.952Z | Compiling bitfield v0.14.0 |
2072 | 2024-08-28T22:35:57.277Z | Compiling rustc-hash v1.1.0 |
2073 | 2024-08-28T22:35:57.444Z | Compiling owo-colors v4.0.0 |
2074 | 2024-08-28T22:35:57.874Z | Compiling linear-map v1.2.0 |
2075 | 2024-08-28T22:35:58.313Z | Compiling shlex v1.3.0 |
2076 | 2024-08-28T22:35:58.711Z | Compiling ref-cast v1.0.23 |
2077 | 2024-08-28T22:35:59.220Z | Compiling hashbrown v0.12.3 |
2078 | 2024-08-28T22:36:00.220Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2079 | 2024-08-28T22:36:02.291Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2080 | 2024-08-28T22:36:04.873Z | Compiling slog-envlogger v2.2.0 |
2081 | 2024-08-28T22:36:07.370Z | Compiling serde-hex v0.1.0 |
2082 | 2024-08-28T22:36:07.693Z | Compiling bzip2 v0.4.4 |
2083 | 2024-08-28T22:36:08.162Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2084 | 2024-08-28T22:36:08.488Z | Compiling env_logger v0.10.2 |
2085 | 2024-08-28T22:36:11.485Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2086 | 2024-08-28T22:36:11.798Z | Compiling derive_builder_core v0.20.0 |
2087 | 2024-08-28T22:36:12.515Z | Compiling x509-cert v0.2.5 |
2088 | 2024-08-28T22:36:14.428Z | Compiling ron v0.8.1 |
2089 | 2024-08-28T22:36:15.231Z | Compiling headers-core v0.2.0 |
2090 | 2024-08-28T22:36:15.406Z | Compiling hashbrown v0.13.2 |
2091 | 2024-08-28T22:36:16.215Z | Compiling polar-core v0.27.3 |
2092 | 2024-08-28T22:36:16.738Z | Compiling fxhash v0.2.1 |
2093 | 2024-08-28T22:36:16.935Z | Compiling libxml v0.3.3 |
2094 | 2024-08-28T22:36:17.341Z | Compiling ref-cast-impl v1.0.23 |
2095 | 2024-08-28T22:36:17.472Z | Compiling crc-any v2.5.0 |
2096 | 2024-08-28T22:36:18.442Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2097 | 2024-08-28T22:36:22.272Z | Compiling object v0.30.4 |
2098 | 2024-08-28T22:36:23.558Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2099 | 2024-08-28T22:36:25.224Z | Compiling headers v0.3.9 |
2100 | 2024-08-28T22:36:26.170Z | Compiling samael v0.0.15 |
2101 | 2024-08-28T22:36:27.776Z | Compiling derive_builder_macro v0.20.0 |
2102 | 2024-08-28T22:36:28.681Z | Compiling zip v0.6.6 |
2103 | 2024-08-28T22:36:28.850Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2104 | 2024-08-28T22:36:29.148Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2105 | 2024-08-28T22:36:29.466Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2106 | 2024-08-28T22:36:30.228Z | Compiling strum_macros v0.24.3 |
2107 | 2024-08-28T22:36:31.324Z | Compiling kstat-rs v0.2.4 |
2108 | 2024-08-28T22:36:31.930Z | Compiling async-recursion v1.1.1 |
2109 | 2024-08-28T22:36:32.310Z | Compiling unicase v2.7.0 |
2110 | 2024-08-28T22:36:32.628Z | Compiling dropshot v0.10.1 |
2111 | 2024-08-28T22:36:32.832Z | Compiling indoc v1.0.9 |
2112 | 2024-08-28T22:36:32.952Z | Compiling path-slash v0.1.5 |
2113 | 2024-08-28T22:36:33.190Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2114 | 2024-08-28T22:36:33.451Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2115 | 2024-08-28T22:36:33.508Z | Compiling derive_builder v0.20.0 |
2116 | 2024-08-28T22:36:37.632Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2117 | 2024-08-28T22:36:40.711Z | Compiling tungstenite v0.23.0 |
2118 | 2024-08-28T22:36:42.822Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2119 | 2024-08-28T22:36:43.208Z | Compiling crossterm v0.28.1 |
2120 | 2024-08-28T22:36:45.163Z | Compiling pem v3.0.4 |
2121 | 2024-08-28T22:36:49.874Z | Compiling curve25519-dalek v4.1.3 |
2122 | 2024-08-28T22:36:49.921Z | Compiling oso-derive v0.27.3 |
2123 | 2024-08-28T22:36:49.921Z | Compiling impl-trait-for-tuples v0.2.2 |
2124 | 2024-08-28T22:36:49.921Z | Compiling dropshot_endpoint v0.10.1 |
2125 | 2024-08-28T22:36:49.921Z | Compiling libz-sys v1.1.16 |
2126 | 2024-08-28T22:36:49.921Z | Compiling quick-xml v0.31.0 |
2127 | 2024-08-28T22:36:49.942Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2128 | 2024-08-28T22:36:49.942Z | Compiling parking_lot_core v0.8.6 |
2129 | 2024-08-28T22:36:49.942Z | Compiling keccak v0.1.5 |
2130 | 2024-08-28T22:36:50.003Z | Compiling sha3 v0.10.8 |
2131 | 2024-08-28T22:36:51.186Z | Compiling tokio-tungstenite v0.23.1 |
2132 | 2024-08-28T22:36:51.225Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2133 | 2024-08-28T22:36:51.805Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2134 | 2024-08-28T22:36:53.435Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2135 | 2024-08-28T22:36:53.827Z | Compiling oso v0.27.3 |
2136 | 2024-08-28T22:36:56.548Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2137 | 2024-08-28T22:36:56.877Z | Compiling bb8 v0.8.5 |
2138 | 2024-08-28T22:36:57.517Z | Compiling const_format_proc_macros v0.2.32 |
2139 | 2024-08-28T22:36:59.471Z | Compiling universal-hash v0.5.1 |
2140 | 2024-08-28T22:36:59.722Z | Compiling secrecy v0.8.0 |
2141 | 2024-08-28T22:37:00.006Z | Compiling thiserror-impl-no-std v2.0.2 |
2142 | 2024-08-28T22:37:02.732Z | Compiling curve25519-dalek-derive v0.1.1 |
2143 | 2024-08-28T22:37:04.168Z | Compiling vte_generate_state_changes v0.1.1 |
2144 | 2024-08-28T22:37:04.797Z | Compiling buf-list v1.0.3 |
2145 | 2024-08-28T22:37:05.378Z | Compiling opaque-debug v0.3.1 |
2146 | 2024-08-28T22:37:05.491Z | Compiling poly1305 v0.8.0 |
2147 | 2024-08-28T22:37:07.038Z | Compiling vte v0.11.1 |
2148 | 2024-08-28T22:37:11.455Z | Compiling thiserror-no-std v2.0.2 |
2149 | 2024-08-28T22:37:11.586Z | Compiling const_format v0.2.32 |
2150 | 2024-08-28T22:37:11.604Z | Compiling async-bb8-diesel v0.2.1 |
2151 | 2024-08-28T22:37:12.410Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2152 | 2024-08-28T22:37:14.306Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2153 | 2024-08-28T22:37:14.629Z | Compiling chacha20 v0.9.1 |
2154 | 2024-08-28T22:37:15.091Z | Compiling fd-lock v4.0.2 |
2155 | 2024-08-28T22:37:15.324Z | Compiling aead v0.5.2 |
2156 | 2024-08-28T22:37:15.570Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2157 | 2024-08-28T22:37:15.667Z | Compiling pin-project-internal v1.1.5 |
2158 | 2024-08-28T22:37:16.385Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2159 | 2024-08-28T22:37:16.719Z | Compiling bytecount v0.6.8 |
2160 | 2024-08-28T22:37:17.035Z | Compiling papergrid v0.11.0 |
2161 | 2024-08-28T22:37:18.585Z | Compiling pin-project v1.1.5 |
2162 | 2024-08-28T22:37:20.347Z | Compiling chacha20poly1305 v0.10.1 |
2163 | 2024-08-28T22:37:20.960Z | Compiling parking_lot v0.11.2 |
2164 | 2024-08-28T22:37:22.960Z | Compiling vsss-rs v3.3.4 |
2165 | 2024-08-28T22:37:27.389Z | Compiling strip-ansi-escapes v0.2.0 |
2166 | 2024-08-28T22:37:28.663Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2167 | 2024-08-28T22:37:28.980Z | Compiling tabled_derive v0.7.0 |
2168 | 2024-08-28T22:37:31.163Z | Compiling crossterm v0.27.0 |
2169 | 2024-08-28T22:37:33.228Z | Compiling peg-macros v0.8.4 |
2170 | 2024-08-28T22:37:36.452Z | Compiling snafu-derive v0.8.2 |
2171 | 2024-08-28T22:37:37.471Z | Compiling sqlparser_derive v0.2.2 |
2172 | 2024-08-28T22:37:37.913Z | Compiling unicode_categories v0.1.1 |
2173 | 2024-08-28T22:37:38.257Z | Compiling nu-ansi-term v0.50.0 |
2174 | 2024-08-28T22:37:38.469Z | Compiling sqlparser v0.45.0 |
2175 | 2024-08-28T22:37:39.387Z | Compiling reedline v0.33.0 |
2176 | 2024-08-28T22:37:41.111Z | Compiling snafu v0.8.2 |
2177 | 2024-08-28T22:37:42.398Z | Compiling sqlformat v0.2.4 |
2178 | 2024-08-28T22:37:43.044Z | Compiling rustyline v14.0.0 |
2179 | 2024-08-28T22:37:45.103Z | Compiling peg v0.8.4 |
2180 | 2024-08-28T22:37:45.225Z | Compiling tabled v0.15.0 |
2181 | 2024-08-28T22:37:52.638Z | Compiling sled v0.34.7 |
2182 | 2024-08-28T22:37:54.174Z | Compiling mime_guess v2.0.4 |
2183 | 2024-08-28T22:38:03.552Z | Compiling hickory-client v0.24.1 |
2184 | 2024-08-28T22:38:04.764Z | Compiling env_logger v0.9.3 |
2185 | 2024-08-28T22:38:08.719Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2186 | 2024-08-28T22:38:08.790Z | Compiling tungstenite v0.20.1 |
2187 | 2024-08-28T22:38:09.297Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2188 | 2024-08-28T22:38:13.834Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2189 | 2024-08-28T22:38:15.180Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2190 | 2024-08-28T22:38:22.220Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2191 | 2024-08-28T22:38:22.710Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2192 | 2024-08-28T22:38:23.216Z | Compiling globset v0.4.14 |
2193 | 2024-08-28T22:38:23.783Z | Compiling hickory-server v0.24.1 |
2194 | 2024-08-28T22:38:24.396Z | Compiling olpc-cjson v0.1.3 |
2195 | 2024-08-28T22:38:24.738Z | Compiling bcs v0.1.6 |
2196 | 2024-08-28T22:38:25.272Z | Compiling vergen v8.3.2 |
2197 | 2024-08-28T22:38:25.597Z | Compiling bitstruct_derive v0.1.0 |
2198 | 2024-08-28T22:38:25.648Z | Compiling cargo-platform v0.1.8 |
2199 | 2024-08-28T22:38:26.175Z | Compiling serde_plain v1.0.2 |
2200 | 2024-08-28T22:38:26.695Z | Compiling nanorand v0.7.0 |
2201 | 2024-08-28T22:38:26.915Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2202 | 2024-08-28T22:38:27.081Z | Compiling memoffset v0.9.1 |
2203 | 2024-08-28T22:38:27.371Z | Compiling ascii v1.1.0 |
2204 | 2024-08-28T22:38:27.429Z | Compiling typed-path v0.7.1 |
2205 | 2024-08-28T22:38:28.156Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2206 | 2024-08-28T22:38:29.871Z | Compiling flume v0.11.0 |
2207 | 2024-08-28T22:38:30.575Z | Compiling tough v0.17.1 |
2208 | 2024-08-28T22:38:30.648Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2209 | 2024-08-28T22:38:30.725Z | Compiling bitstruct v0.1.1 |
2210 | 2024-08-28T22:38:30.877Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2211 | 2024-08-28T22:38:30.946Z | Compiling cargo_metadata v0.18.1 |
2212 | 2024-08-28T22:38:34.198Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2213 | 2024-08-28T22:38:34.310Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-08-28T22:38:36.130Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2215 | 2024-08-28T22:38:36.715Z | Compiling tokio-tungstenite v0.20.1 |
2216 | 2024-08-28T22:38:37.180Z | Compiling git2 v0.19.0 |
2217 | 2024-08-28T22:38:37.923Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2218 | 2024-08-28T22:38:43.761Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2219 | 2024-08-28T22:38:46.261Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-08-28T22:38:47.474Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2221 | 2024-08-28T22:38:49.275Z | Compiling libsqlite3-sys v0.28.0 |
2222 | 2024-08-28T22:38:49.440Z | Compiling erased-serde v0.3.31 |
2223 | 2024-08-28T22:38:49.817Z | Compiling serde_arrays v0.1.0 |
2224 | 2024-08-28T22:38:50.029Z | Compiling parse-size v1.0.0 |
2225 | 2024-08-28T22:38:50.336Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2226 | 2024-08-28T22:38:51.134Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2227 | 2024-08-28T22:38:55.278Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2228 | 2024-08-28T22:38:55.999Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2229 | 2024-08-28T22:38:56.635Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2230 | 2024-08-28T22:38:56.968Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2231 | 2024-08-28T22:38:58.976Z | Compiling heck v0.3.3 |
2232 | 2024-08-28T22:38:59.386Z | Compiling castaway v0.2.3 |
2233 | 2024-08-28T22:38:59.590Z | Compiling rand_seeder v0.3.0 |
2234 | 2024-08-28T22:39:00.003Z | Compiling csv-core v0.1.11 |
2235 | 2024-08-28T22:39:00.882Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2236 | 2024-08-28T22:39:01.228Z | Compiling http-range v0.1.5 |
2237 | 2024-08-28T22:39:03.693Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2238 | 2024-08-28T22:39:04.044Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2239 | 2024-08-28T22:39:06.243Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2240 | 2024-08-28T22:39:06.861Z | Compiling hyper-staticfile v0.9.5 |
2241 | 2024-08-28T22:39:10.012Z | Compiling csv v1.3.0 |
2242 | 2024-08-28T22:39:12.141Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2243 | 2024-08-28T22:39:12.373Z | Compiling compact_str v0.8.0 |
2244 | 2024-08-28T22:39:12.544Z | Compiling zone_cfg_derive v0.1.2 |
2245 | 2024-08-28T22:39:12.819Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2246 | 2024-08-28T22:39:13.960Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2247 | 2024-08-28T22:39:15.236Z | Compiling nix v0.27.1 |
2248 | 2024-08-28T22:39:15.652Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2249 | 2024-08-28T22:39:18.007Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2250 | 2024-08-28T22:39:19.677Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2251 | 2024-08-28T22:39:21.710Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2252 | 2024-08-28T22:39:22.052Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2253 | 2024-08-28T22:39:22.398Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2254 | 2024-08-28T22:39:22.723Z | Compiling unicode-truncate v1.0.0 |
2255 | 2024-08-28T22:39:23.015Z | Compiling lru v0.12.3 |
2256 | 2024-08-28T22:39:23.384Z | Compiling hashlink v0.9.1 |
2257 | 2024-08-28T22:39:24.207Z | Compiling serde-big-array v0.5.1 |
2258 | 2024-08-28T22:39:24.492Z | Compiling instability v0.3.2 |
2259 | 2024-08-28T22:39:25.347Z | Compiling cassowary v0.3.0 |
2260 | 2024-08-28T22:39:25.517Z | Compiling base64 v0.13.1 |
2261 | 2024-08-28T22:39:26.265Z | Compiling fallible-streaming-iterator v0.1.9 |
2262 | 2024-08-28T22:39:26.556Z | Compiling fallible-iterator v0.3.0 |
2263 | 2024-08-28T22:39:27.366Z | Compiling rusqlite v0.31.0 |
2264 | 2024-08-28T22:39:29.065Z | Compiling ron v0.7.1 |
2265 | 2024-08-28T22:39:32.443Z | Compiling ratatui v0.28.0 |
2266 | 2024-08-28T22:39:35.320Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2267 | 2024-08-28T22:39:49.459Z | Compiling zone v0.1.8 |
2268 | 2024-08-28T22:39:51.332Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2269 | 2024-08-28T22:39:51.947Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2270 | 2024-08-28T22:39:52.891Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2271 | 2024-08-28T22:39:53.433Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2272 | 2024-08-28T22:39:54.539Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2273 | 2024-08-28T22:39:56.136Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2274 | 2024-08-28T22:39:56.263Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2275 | 2024-08-28T22:39:56.337Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2276 | 2024-08-28T22:39:56.677Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2277 | 2024-08-28T22:40:01.733Z | Compiling twox-hash v1.6.3 |
2278 | 2024-08-28T22:40:01.806Z | Compiling signal-hook-tokio v0.3.1 |
2279 | 2024-08-28T22:40:02.045Z | Compiling yasna v0.5.2 |
2280 | 2024-08-28T22:40:02.774Z | Compiling portpicker v0.1.1 |
2281 | 2024-08-28T22:40:03.210Z | Compiling smawk v0.3.2 |
2282 | 2024-08-28T22:40:03.487Z | Compiling unicode-linebreak v0.1.5 |
2283 | 2024-08-28T22:40:04.049Z | Compiling textwrap v0.16.1 |
2284 | 2024-08-28T22:40:05.539Z | Compiling rcgen v0.12.1 |
2285 | 2024-08-28T22:40:07.701Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2286 | 2024-08-28T22:40:10.806Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2287 | 2024-08-28T22:40:15.432Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2288 | 2024-08-28T22:40:19.903Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2289 | 2024-08-28T22:40:19.964Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2290 | 2024-08-28T22:40:24.939Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2291 | 2024-08-28T22:40:25.514Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2292 | 2024-08-28T22:40:26.783Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2293 | 2024-08-28T22:40:27.112Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2294 | 2024-08-28T22:40:32.539Z | Compiling atomicwrites v0.4.3 |
2295 | 2024-08-28T22:40:32.928Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2296 | 2024-08-28T22:40:33.101Z | Compiling fatfs v0.3.6 |
2297 | 2024-08-28T22:40:33.856Z | Compiling rtoolbox v0.0.2 |
2298 | 2024-08-28T22:40:34.013Z | Compiling subprocess v0.2.9 |
2299 | 2024-08-28T22:40:34.282Z | Compiling is_ci v1.2.0 |
2300 | 2024-08-28T22:40:34.587Z | Compiling assert_matches v1.5.0 |
2301 | 2024-08-28T22:40:34.706Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2302 | 2024-08-28T22:40:38.830Z | Compiling supports-color v3.0.0 |
2303 | 2024-08-28T22:40:39.480Z | Compiling rpassword v7.3.1 |
2304 | 2024-08-28T22:40:39.936Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2305 | 2024-08-28T22:40:41.799Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2306 | 2024-08-28T22:40:42.051Z | Compiling tui-tree-widget v0.22.0 |
2307 | 2024-08-28T22:40:42.353Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2308 | 2024-08-28T22:40:42.513Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2309 | 2024-08-28T22:40:44.170Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2310 | 2024-08-28T22:40:44.510Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2311 | 2024-08-28T22:40:48.937Z | Compiling uzers v0.11.3 |
2312 | 2024-08-28T22:40:50.749Z | Compiling shell-words v1.1.0 |
2313 | 2024-08-28T22:40:51.178Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2314 | 2024-08-28T22:40:51.569Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2315 | 2024-08-28T22:40:53.534Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2316 | 2024-08-28T22:40:55.735Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2317 | 2024-08-28T22:41:07.579Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2318 | 2024-08-28T22:41:18.597Z | Compiling multimap v0.10.0 |
2319 | 2024-08-28T22:43:22.299Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2320 | 2024-08-28T22:43:24.994Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2321 | 2024-08-28T22:50:10.676Z | Finished `release` profile [optimized] target(s) in 15m 24s |
2322 | 2024-08-28T22:51:08.538Z | |
2323 | 2024-08-28T22:51:08.540Z | real 16:23.417668339 |
2324 | 2024-08-28T22:51:08.540Z | user 1:50:03.118971386 |
2325 | 2024-08-28T22:51:08.541Z | sys 5:35.376159828 |
2326 | 2024-08-28T22:51:08.541Z | trap 2.600699579 |
2327 | 2024-08-28T22:51:08.541Z | tflt 3.141730596 |
2328 | 2024-08-28T22:51:08.541Z | dflt 4.508804119 |
2329 | 2024-08-28T22:51:08.541Z | kflt 0.104896613 |
2330 | 2024-08-28T22:51:08.541Z | lock 6:45:28.645677566 |
2331 | 2024-08-28T22:51:08.541Z | slp 5:44:38.105980014 |
2332 | 2024-08-28T22:51:08.541Z | lat 2:48.203058260 |
2333 | 2024-08-28T22:51:08.541Z | stop 2:34.713230841 |
2334 | 2024-08-28T22:51:08.541Z | + mapfile -t packages |
2335 | 2024-08-28T22:51:08.541Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2336 | 2024-08-28T22:51:09.560Z | Finished `release` profile [optimized] target(s) in 0.97s |
2337 | 2024-08-28T22:51:09.611Z | Running `target/release/omicron-package -t test list-outputs` |
2338 | 2024-08-28T22:51:09.655Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2339 | 2024-08-28T22:51:09.657Z | + ptime -m cargo build --locked --release -p xtask |
2340 | 2024-08-28T22:51:10.271Z | Compiling serde v1.0.208 |
2341 | 2024-08-28T22:51:10.274Z | Compiling libc v0.2.158 |
2342 | 2024-08-28T22:51:10.274Z | Compiling serde_json v1.0.125 |
2343 | 2024-08-28T22:51:10.274Z | Compiling rustix v0.38.34 |
2344 | 2024-08-28T22:51:10.274Z | Compiling syn v2.0.74 |
2345 | 2024-08-28T22:51:10.371Z | Compiling bitflags v2.6.0 |
2346 | 2024-08-28T22:51:10.717Z | Compiling usdt-impl v0.5.0 |
2347 | 2024-08-28T22:51:10.792Z | Compiling syn v1.0.109 |
2348 | 2024-08-28T22:51:10.876Z | Compiling hashbrown v0.14.5 |
2349 | 2024-08-28T22:51:10.896Z | Compiling log v0.4.21 |
2350 | 2024-08-28T22:51:10.925Z | Compiling fs-err v2.11.0 |
2351 | 2024-08-28T22:51:11.255Z | Compiling anyhow v1.0.86 |
2352 | 2024-08-28T22:51:11.789Z | Compiling thread-id v4.2.1 |
2353 | 2024-08-28T22:51:12.154Z | Compiling indexmap v2.4.0 |
2354 | 2024-08-28T22:51:13.286Z | Compiling terminal_size v0.3.0 |
2355 | 2024-08-28T22:51:13.286Z | Compiling tempfile v3.10.1 |
2356 | 2024-08-28T22:51:13.514Z | Compiling clap_builder v4.5.15 |
2357 | 2024-08-28T22:51:14.114Z | Compiling proc-macro-error v1.0.4 |
2358 | 2024-08-28T22:51:15.574Z | Compiling tabled_derive v0.7.0 |
2359 | 2024-08-28T22:51:16.997Z | Compiling tabled v0.15.0 |
2360 | 2024-08-28T22:51:18.159Z | Compiling serde_derive v1.0.208 |
2361 | 2024-08-28T22:51:18.493Z | Compiling thiserror-impl v1.0.63 |
2362 | 2024-08-28T22:51:18.845Z | Compiling zerocopy-derive v0.7.34 |
2363 | 2024-08-28T22:51:18.860Z | Compiling scroll_derive v0.12.0 |
2364 | 2024-08-28T22:51:20.266Z | Compiling scroll v0.12.0 |
2365 | 2024-08-28T22:51:20.845Z | Compiling zerocopy v0.7.34 |
2366 | 2024-08-28T22:51:21.342Z | Compiling thiserror v1.0.63 |
2367 | 2024-08-28T22:51:21.504Z | Compiling pest v2.7.10 |
2368 | 2024-08-28T22:51:22.569Z | Compiling goblin v0.8.2 |
2369 | 2024-08-28T22:51:24.568Z | Compiling pest_meta v2.7.10 |
2370 | 2024-08-28T22:51:26.562Z | Compiling pest_generator v2.7.10 |
2371 | 2024-08-28T22:51:28.739Z | Compiling pest_derive v2.7.10 |
2372 | 2024-08-28T22:51:29.346Z | Compiling clap_derive v4.5.13 |
2373 | 2024-08-28T22:51:29.557Z | Compiling dtrace-parser v0.2.0 |
2374 | 2024-08-28T22:51:33.323Z | Compiling toml_datetime v0.6.8 |
2375 | 2024-08-28T22:51:34.021Z | Compiling serde_spanned v0.6.7 |
2376 | 2024-08-28T22:51:34.041Z | Compiling camino v1.1.9 |
2377 | 2024-08-28T22:51:34.284Z | Compiling toml_edit v0.22.20 |
2378 | 2024-08-28T22:51:35.359Z | Compiling serde_tokenstream v0.2.2 |
2379 | 2024-08-28T22:51:35.959Z | Compiling dof v0.3.0 |
2380 | 2024-08-28T22:51:38.839Z | Compiling toml v0.8.19 |
2381 | 2024-08-28T22:51:39.641Z | Compiling usdt-attr-macro v0.5.0 |
2382 | 2024-08-28T22:51:41.032Z | Compiling usdt-macro v0.5.0 |
2383 | 2024-08-28T22:51:41.703Z | Compiling semver v1.0.23 |
2384 | 2024-08-28T22:51:42.280Z | Compiling cargo-platform v0.1.8 |
2385 | 2024-08-28T22:51:43.207Z | Compiling cargo_metadata v0.18.1 |
2386 | 2024-08-28T22:51:43.402Z | Compiling usdt v0.5.0 |
2387 | 2024-08-28T22:51:44.884Z | Compiling cargo_toml v0.20.4 |
2388 | 2024-08-28T22:51:45.617Z | Compiling camino-tempfile v1.1.1 |
2389 | 2024-08-28T22:51:46.239Z | Compiling clap v4.5.16 |
2390 | 2024-08-28T22:51:46.377Z | Compiling macaddr v1.0.1 |
2391 | 2024-08-28T22:51:55.576Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2392 | 2024-08-28T22:52:06.724Z | Finished `release` profile [optimized] target(s) in 56.99s |
2393 | 2024-08-28T22:52:06.825Z | |
2394 | 2024-08-28T22:52:06.825Z | real 57.119401788 |
2395 | 2024-08-28T22:52:06.825Z | user 5:42.020347232 |
2396 | 2024-08-28T22:52:06.825Z | sys 32.540341364 |
2397 | 2024-08-28T22:52:06.825Z | trap 0.146264180 |
2398 | 2024-08-28T22:52:06.825Z | tflt 0.396843961 |
2399 | 2024-08-28T22:52:06.828Z | dflt 0.654793738 |
2400 | 2024-08-28T22:52:06.828Z | kflt 0.000000000 |
2401 | 2024-08-28T22:52:06.828Z | lock 11:03.049224693 |
2402 | 2024-08-28T22:52:06.828Z | slp 15:59.478738044 |
2403 | 2024-08-28T22:52:06.828Z | lat 12.220297982 |
2404 | 2024-08-28T22:52:06.828Z | stop 17.068725261 |
2405 | 2024-08-28T22:52:06.828Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2406 | 2024-08-28T22:52:06.828Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2407 | 2024-08-28T22:52:06.828Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2408 | 2024-08-28T22:52:06.828Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2409 | 2024-08-28T22:52:06.828Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2410 | 2024-08-28T22:52:07.724Z | Compiling regress v0.9.1 |
2411 | 2024-08-28T22:52:07.839Z | Compiling getopts v0.2.21 |
2412 | 2024-08-28T22:52:07.841Z | Compiling unsafe-libyaml v0.2.11 |
2413 | 2024-08-28T22:52:07.841Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2414 | 2024-08-28T22:52:07.841Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2415 | 2024-08-28T22:52:07.849Z | Compiling http v1.1.0 |
2416 | 2024-08-28T22:52:07.897Z | Compiling match_cfg v0.1.0 |
2417 | 2024-08-28T22:52:07.900Z | Compiling toml v0.8.19 |
2418 | 2024-08-28T22:52:08.014Z | Compiling hostname v0.3.1 |
2419 | 2024-08-28T22:52:08.252Z | Compiling rustls-pki-types v1.7.0 |
2420 | 2024-08-28T22:52:08.270Z | Compiling rustls v0.22.4 |
2421 | 2024-08-28T22:52:08.311Z | Compiling paste v1.0.15 |
2422 | 2024-08-28T22:52:08.552Z | Compiling ident_case v1.0.1 |
2423 | 2024-08-28T22:52:08.742Z | Compiling rustls-webpki v0.102.4 |
2424 | 2024-08-28T22:52:08.800Z | Compiling darling_core v0.20.9 |
2425 | 2024-08-28T22:52:09.009Z | Compiling ipnetwork v0.20.0 |
2426 | 2024-08-28T22:52:09.113Z | Compiling multer v3.1.0 |
2427 | 2024-08-28T22:52:09.432Z | Compiling serde_yaml v0.9.34+deprecated |
2428 | 2024-08-28T22:52:09.923Z | Compiling slog-json v2.6.1 |
2429 | 2024-08-28T22:52:10.309Z | Compiling async-stream-impl v0.3.5 |
2430 | 2024-08-28T22:52:10.375Z | Compiling instant v0.1.12 |
2431 | 2024-08-28T22:52:10.535Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2432 | 2024-08-28T22:52:10.873Z | Compiling debug-ignore v1.0.5 |
2433 | 2024-08-28T22:52:10.876Z | Compiling atomic-waker v1.1.2 |
2434 | 2024-08-28T22:52:11.041Z | Compiling waitgroup v0.1.2 |
2435 | 2024-08-28T22:52:11.147Z | Compiling slog-bunyan v2.5.0 |
2436 | 2024-08-28T22:52:11.282Z | Compiling rustls-pemfile v2.1.3 |
2437 | 2024-08-28T22:52:11.366Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2438 | 2024-08-28T22:52:11.701Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2439 | 2024-08-28T22:52:11.770Z | Compiling async-stream v0.3.5 |
2440 | 2024-08-28T22:52:12.097Z | Compiling serde_path_to_error v0.1.16 |
2441 | 2024-08-28T22:52:12.255Z | Compiling hostname v0.4.0 |
2442 | 2024-08-28T22:52:12.560Z | Compiling structmeta-derive v0.3.0 |
2443 | 2024-08-28T22:52:12.905Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2444 | 2024-08-28T22:52:13.054Z | Compiling newtype-uuid v1.1.0 |
2445 | 2024-08-28T22:52:13.377Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2446 | 2024-08-28T22:52:13.686Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2447 | 2024-08-28T22:52:13.739Z | Compiling backoff v0.4.0 |
2448 | 2024-08-28T22:52:14.020Z | Compiling tokio-rustls v0.25.0 |
2449 | 2024-08-28T22:52:14.100Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2450 | 2024-08-28T22:52:14.174Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2451 | 2024-08-28T22:52:14.358Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2452 | 2024-08-28T22:52:14.450Z | Compiling macaddr v1.0.1 |
2453 | 2024-08-28T22:52:14.530Z | Compiling proc-macro-crate v1.3.1 |
2454 | 2024-08-28T22:52:14.892Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2455 | 2024-08-28T22:52:14.894Z | Compiling tempfile v3.10.1 |
2456 | 2024-08-28T22:52:15.321Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2457 | 2024-08-28T22:52:15.622Z | Compiling num_enum_derive v0.5.11 |
2458 | 2024-08-28T22:52:15.658Z | Compiling structmeta v0.3.0 |
2459 | 2024-08-28T22:52:15.684Z | Compiling foreign-types-macros v0.2.3 |
2460 | 2024-08-28T22:52:15.709Z | Compiling heapless v0.8.0 |
2461 | 2024-08-28T22:52:15.862Z | Compiling darling_macro v0.20.9 |
2462 | 2024-08-28T22:52:16.104Z | Compiling parse-display-derive v0.10.0 |
2463 | 2024-08-28T22:52:16.334Z | Compiling foreign-types-shared v0.3.1 |
2464 | 2024-08-28T22:52:16.460Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2465 | 2024-08-28T22:52:16.818Z | Compiling darling v0.20.9 |
2466 | 2024-08-28T22:52:16.948Z | Compiling serde_with_macros v3.9.0 |
2467 | 2024-08-28T22:52:16.967Z | Compiling foreign-types v0.5.0 |
2468 | 2024-08-28T22:52:17.063Z | Compiling proc-macro-error v1.0.4 |
2469 | 2024-08-28T22:52:17.456Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2470 | 2024-08-28T22:52:17.855Z | Compiling hash32 v0.3.1 |
2471 | 2024-08-28T22:52:18.107Z | Compiling cstr-argument v0.1.2 |
2472 | 2024-08-28T22:52:18.255Z | Compiling num_enum v0.5.11 |
2473 | 2024-08-28T22:52:18.390Z | Compiling pretty-hex v0.2.1 |
2474 | 2024-08-28T22:52:18.414Z | Compiling smoltcp v0.11.0 |
2475 | 2024-08-28T22:52:18.583Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2476 | 2024-08-28T22:52:18.617Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2477 | 2024-08-28T22:52:19.241Z | Compiling camino-tempfile v1.1.1 |
2478 | 2024-08-28T22:52:19.259Z | Compiling tabwriter v1.4.0 |
2479 | 2024-08-28T22:52:19.680Z | Compiling colored v2.1.0 |
2480 | 2024-08-28T22:52:19.792Z | Compiling socket2 v0.4.10 |
2481 | 2024-08-28T22:52:19.874Z | Compiling serde_with v3.9.0 |
2482 | 2024-08-28T22:52:19.993Z | Compiling embedded-io v0.4.0 |
2483 | 2024-08-28T22:52:20.043Z | Compiling cobs v0.2.3 |
2484 | 2024-08-28T22:52:20.244Z | Compiling postcard v1.0.8 |
2485 | 2024-08-28T22:52:20.435Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2486 | 2024-08-28T22:52:20.680Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2487 | 2024-08-28T22:52:20.765Z | Compiling crucible-workspace-hack v0.1.0 |
2488 | 2024-08-28T22:52:20.807Z | Compiling parse-display v0.10.0 |
2489 | 2024-08-28T22:52:20.917Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2490 | 2024-08-28T22:52:21.094Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2491 | 2024-08-28T22:52:21.221Z | Compiling smf v0.2.3 |
2492 | 2024-08-28T22:52:21.449Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2493 | 2024-08-28T22:52:21.812Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2494 | 2024-08-28T22:52:21.873Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2495 | 2024-08-28T22:52:22.371Z | Compiling num-derive v0.4.2 |
2496 | 2024-08-28T22:52:22.683Z | Compiling sigpipe v0.1.3 |
2497 | 2024-08-28T22:52:22.818Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2498 | 2024-08-28T22:52:23.144Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2499 | 2024-08-28T22:52:23.352Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2500 | 2024-08-28T22:52:23.839Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2501 | 2024-08-28T22:52:24.297Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2502 | 2024-08-28T22:52:24.751Z | Compiling universal-hash v0.5.1 |
2503 | 2024-08-28T22:52:24.861Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2504 | 2024-08-28T22:52:24.939Z | Compiling opaque-debug v0.3.1 |
2505 | 2024-08-28T22:52:24.964Z | Compiling utf-8 v0.7.6 |
2506 | 2024-08-28T22:52:24.982Z | Compiling num-rational v0.4.2 |
2507 | 2024-08-28T22:52:25.042Z | Compiling curve25519-dalek v4.1.3 |
2508 | 2024-08-28T22:52:25.298Z | Compiling num-complex v0.4.6 |
2509 | 2024-08-28T22:52:25.395Z | Compiling humantime v2.1.0 |
2510 | 2024-08-28T22:52:25.496Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2511 | 2024-08-28T22:52:25.819Z | Compiling password-hash v0.5.0 |
2512 | 2024-08-28T22:52:25.837Z | Compiling blake2 v0.10.6 |
2513 | 2024-08-28T22:52:25.871Z | Compiling aead v0.5.2 |
2514 | 2024-08-28T22:52:25.946Z | Compiling curve25519-dalek-derive v0.1.1 |
2515 | 2024-08-28T22:52:26.250Z | Compiling float-ord v0.3.2 |
2516 | 2024-08-28T22:52:26.416Z | Compiling num v0.4.3 |
2517 | 2024-08-28T22:52:26.434Z | Compiling argon2 v0.5.3 |
2518 | 2024-08-28T22:52:26.536Z | Compiling poly1305 v0.8.0 |
2519 | 2024-08-28T22:52:26.749Z | Compiling chacha20 v0.9.1 |
2520 | 2024-08-28T22:52:26.809Z | Compiling convert_case v0.4.0 |
2521 | 2024-08-28T22:52:27.208Z | Compiling semver v0.1.20 |
2522 | 2024-08-28T22:52:27.427Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2523 | 2024-08-28T22:52:27.634Z | Compiling rustc_version v0.1.7 |
2524 | 2024-08-28T22:52:27.861Z | Compiling derive_more v0.99.18 |
2525 | 2024-08-28T22:52:27.941Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2526 | 2024-08-28T22:52:28.189Z | Compiling tungstenite v0.21.0 |
2527 | 2024-08-28T22:52:28.285Z | Compiling newline-converter v0.3.0 |
2528 | 2024-08-28T22:52:28.372Z | Compiling atty v0.2.14 |
2529 | 2024-08-28T22:52:28.460Z | Compiling rayon-core v1.12.1 |
2530 | 2024-08-28T22:52:28.520Z | Compiling same-file v1.0.6 |
2531 | 2024-08-28T22:52:28.813Z | Compiling walkdir v2.5.0 |
2532 | 2024-08-28T22:52:28.832Z | Compiling expectorate v1.1.0 |
2533 | 2024-08-28T22:52:28.850Z | Compiling newtype_derive v0.1.6 |
2534 | 2024-08-28T22:52:29.022Z | Compiling crossbeam-deque v0.8.5 |
2535 | 2024-08-28T22:52:29.170Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2536 | 2024-08-28T22:52:29.301Z | Compiling tokio-tungstenite v0.21.0 |
2537 | 2024-08-28T22:52:29.377Z | Compiling keccak v0.1.5 |
2538 | 2024-08-28T22:52:29.604Z | Compiling prettyplease v0.2.20 |
2539 | 2024-08-28T22:52:29.870Z | Compiling sha3 v0.10.8 |
2540 | 2024-08-28T22:52:30.153Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2541 | 2024-08-28T22:52:30.346Z | Compiling thiserror-impl-no-std v2.0.2 |
2542 | 2024-08-28T22:52:30.396Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2543 | 2024-08-28T22:52:30.398Z | Compiling secrecy v0.8.0 |
2544 | 2024-08-28T22:52:30.506Z | Compiling ring v0.16.20 |
2545 | 2024-08-28T22:52:30.677Z | Compiling blake3 v1.5.1 |
2546 | 2024-08-28T22:52:30.898Z | Compiling derive-where v1.2.7 |
2547 | 2024-08-28T22:52:31.360Z | Compiling unicase v2.7.0 |
2548 | 2024-08-28T22:52:31.665Z | Compiling half v2.4.1 |
2549 | 2024-08-28T22:52:31.704Z | Compiling cookie v0.18.1 |
2550 | 2024-08-28T22:52:31.775Z | Compiling arc-swap v1.7.1 |
2551 | 2024-08-28T22:52:32.020Z | Compiling termcolor v1.4.1 |
2552 | 2024-08-28T22:52:32.223Z | Compiling quick-error v1.2.3 |
2553 | 2024-08-28T22:52:32.387Z | Compiling linked-hash-map v0.5.6 |
2554 | 2024-08-28T22:52:32.409Z | Compiling ciborium-io v0.2.2 |
2555 | 2024-08-28T22:52:32.553Z | Compiling env_logger v0.9.3 |
2556 | 2024-08-28T22:52:32.827Z | Compiling lru-cache v0.1.2 |
2557 | 2024-08-28T22:52:32.997Z | Compiling ciborium-ll v0.2.2 |
2558 | 2024-08-28T22:52:33.038Z | Compiling resolv-conf v0.7.0 |
2559 | 2024-08-28T22:52:33.432Z | Compiling slog-scope v4.4.0 |
2560 | 2024-08-28T22:52:33.712Z | Compiling thiserror-no-std v2.0.2 |
2561 | 2024-08-28T22:52:33.982Z | Compiling rayon v1.10.0 |
2562 | 2024-08-28T22:52:34.029Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2563 | 2024-08-28T22:52:34.493Z | Compiling polyval v0.6.2 |
2564 | 2024-08-28T22:52:34.568Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-28T22:52:34.930Z | Compiling rfc6979 v0.4.0 |
2566 | 2024-08-28T22:52:34.949Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2567 | 2024-08-28T22:52:35.042Z | Compiling bitstruct_derive v0.1.0 |
2568 | 2024-08-28T22:52:35.086Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2569 | 2024-08-28T22:52:35.134Z | Compiling memmap2 v0.9.4 |
2570 | 2024-08-28T22:52:35.561Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2571 | 2024-08-28T22:52:35.605Z | Compiling arrayref v0.3.7 |
2572 | 2024-08-28T22:52:35.696Z | Compiling untrusted v0.7.1 |
2573 | 2024-08-28T22:52:35.716Z | Compiling parking_lot_core v0.8.6 |
2574 | 2024-08-28T22:52:35.769Z | Compiling ascii v1.1.0 |
2575 | 2024-08-28T22:52:35.892Z | Compiling spin v0.5.2 |
2576 | 2024-08-28T22:52:36.119Z | Compiling constant_time_eq v0.3.0 |
2577 | 2024-08-28T22:52:36.227Z | Compiling libefi-sys v0.1.0 |
2578 | 2024-08-28T22:52:36.322Z | Compiling arrayvec v0.7.4 |
2579 | 2024-08-28T22:52:36.369Z | Compiling home v0.5.9 |
2580 | 2024-08-28T22:52:36.428Z | Compiling highway v1.2.0 |
2581 | 2024-08-28T22:52:36.558Z | Compiling toolchain_find v0.4.0 |
2582 | 2024-08-28T22:52:36.647Z | Compiling bitstruct v0.1.1 |
2583 | 2024-08-28T22:52:36.770Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2584 | 2024-08-28T22:52:36.793Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-08-28T22:52:37.133Z | Compiling ecdsa v0.16.9 |
2586 | 2024-08-28T22:52:37.239Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-28T22:52:37.262Z | Compiling ghash v0.5.1 |
2588 | 2024-08-28T22:52:37.456Z | Compiling steno v0.4.1 |
2589 | 2024-08-28T22:52:38.043Z | Compiling vsss-rs v3.3.4 |
2590 | 2024-08-28T22:52:38.154Z | Compiling slog-stdlog v4.1.1 |
2591 | 2024-08-28T22:52:38.317Z | Compiling hickory-resolver v0.24.1 |
2592 | 2024-08-28T22:52:38.848Z | Compiling ciborium v0.2.2 |
2593 | 2024-08-28T22:52:39.238Z | Compiling chacha20poly1305 v0.10.1 |
2594 | 2024-08-28T22:52:39.473Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2595 | 2024-08-28T22:52:39.825Z | Compiling primeorder v0.13.6 |
2596 | 2024-08-28T22:52:40.223Z | Compiling ctr v0.9.2 |
2597 | 2024-08-28T22:52:40.241Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-08-28T22:52:40.358Z | Compiling serde_arrays v0.1.0 |
2599 | 2024-08-28T22:52:40.393Z | Compiling erased-serde v0.3.31 |
2600 | 2024-08-28T22:52:40.541Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2601 | 2024-08-28T22:52:40.578Z | Compiling bitfield-struct v0.6.1 |
2602 | 2024-08-28T22:52:40.606Z | Compiling slog-dtrace v0.3.0 |
2603 | 2024-08-28T22:52:40.915Z | Compiling cancel-safe-futures v0.1.5 |
2604 | 2024-08-28T22:52:40.935Z | Compiling topological-sort v0.2.2 |
2605 | 2024-08-28T22:52:41.165Z | Compiling omicron-zone-package v0.11.0 |
2606 | 2024-08-28T22:52:41.517Z | Compiling aes-gcm v0.10.3 |
2607 | 2024-08-28T22:52:41.823Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2608 | 2024-08-28T22:52:41.864Z | Compiling slog-envlogger v2.2.0 |
2609 | 2024-08-28T22:52:42.066Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2610 | 2024-08-28T22:52:42.652Z | Compiling mime_guess v2.0.4 |
2611 | 2024-08-28T22:52:42.671Z | Compiling rustfmt-wrapper v0.2.1 |
2612 | 2024-08-28T22:52:43.438Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2613 | 2024-08-28T22:52:43.490Z | Compiling tungstenite v0.20.1 |
2614 | 2024-08-28T22:52:43.725Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2615 | 2024-08-28T22:52:44.019Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2616 | 2024-08-28T22:52:44.447Z | Compiling heck v0.3.3 |
2617 | 2024-08-28T22:52:44.923Z | Compiling ed25519 v2.2.3 |
2618 | 2024-08-28T22:52:45.124Z | Compiling ssh-encoding v0.2.0 |
2619 | 2024-08-28T22:52:45.216Z | Compiling blowfish v0.9.1 |
2620 | 2024-08-28T22:52:45.339Z | Compiling nibble_vec v0.1.0 |
2621 | 2024-08-28T22:52:45.570Z | Compiling endian-type v0.1.2 |
2622 | 2024-08-28T22:52:45.669Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2623 | 2024-08-28T22:52:45.673Z | Compiling option-ext v0.2.0 |
2624 | 2024-08-28T22:52:45.706Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2625 | 2024-08-28T22:52:45.807Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2626 | 2024-08-28T22:52:45.826Z | Compiling dirs-sys v0.4.1 |
2627 | 2024-08-28T22:52:45.843Z | Compiling radix_trie v0.2.1 |
2628 | 2024-08-28T22:52:46.028Z | Compiling ssh-cipher v0.2.0 |
2629 | 2024-08-28T22:52:46.515Z | Compiling bcrypt-pbkdf v0.10.0 |
2630 | 2024-08-28T22:52:46.576Z | Compiling ed25519-dalek v2.1.1 |
2631 | 2024-08-28T22:52:46.803Z | Compiling zone_cfg_derive v0.1.2 |
2632 | 2024-08-28T22:52:46.977Z | Compiling tokio-tungstenite v0.20.1 |
2633 | 2024-08-28T22:52:47.590Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2634 | 2024-08-28T22:52:47.652Z | Compiling parking_lot v0.11.2 |
2635 | 2024-08-28T22:52:47.824Z | Compiling gethostname v0.5.0 |
2636 | 2024-08-28T22:52:48.004Z | Compiling password-hash v0.4.2 |
2637 | 2024-08-28T22:52:48.045Z | Compiling libsw v3.3.1 |
2638 | 2024-08-28T22:52:48.298Z | Compiling fxhash v0.2.1 |
2639 | 2024-08-28T22:52:48.340Z | Compiling owo-colors v4.0.0 |
2640 | 2024-08-28T22:52:48.384Z | Compiling matches v0.1.10 |
2641 | 2024-08-28T22:52:48.404Z | Compiling base64 v0.13.1 |
2642 | 2024-08-28T22:52:48.484Z | Compiling linear-map v1.2.0 |
2643 | 2024-08-28T22:52:48.510Z | Compiling pbkdf2 v0.11.0 |
2644 | 2024-08-28T22:52:48.569Z | Compiling idna v0.2.3 |
2645 | 2024-08-28T22:52:48.873Z | Compiling ron v0.7.1 |
2646 | 2024-08-28T22:52:48.875Z | Compiling sled v0.34.7 |
2647 | 2024-08-28T22:52:48.931Z | Compiling zone v0.1.8 |
2648 | 2024-08-28T22:52:50.024Z | Compiling ssh-key v0.6.6 |
2649 | 2024-08-28T22:52:50.231Z | Compiling hickory-client v0.24.1 |
2650 | 2024-08-28T22:52:50.540Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2651 | 2024-08-28T22:52:50.635Z | Compiling dirs v5.0.1 |
2652 | 2024-08-28T22:52:51.238Z | Compiling p384 v0.13.0 |
2653 | 2024-08-28T22:52:51.688Z | Compiling p521 v0.13.3 |
2654 | 2024-08-28T22:52:52.837Z | Compiling p256 v0.13.2 |
2655 | 2024-08-28T22:52:53.684Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2656 | 2024-08-28T22:52:54.110Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2657 | 2024-08-28T22:52:54.141Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2658 | 2024-08-28T22:52:54.404Z | Compiling hickory-server v0.24.1 |
2659 | 2024-08-28T22:52:54.658Z | Compiling pem v3.0.4 |
2660 | 2024-08-28T22:52:54.853Z | Compiling enum-as-inner v0.5.1 |
2661 | 2024-08-28T22:52:54.958Z | Compiling yasna v0.5.2 |
2662 | 2024-08-28T22:52:55.490Z | Compiling portpicker v0.1.1 |
2663 | 2024-08-28T22:52:55.824Z | Compiling headers-core v0.2.0 |
2664 | 2024-08-28T22:52:55.938Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2665 | 2024-08-28T22:52:55.982Z | Compiling kstat-rs v0.2.4 |
2666 | 2024-08-28T22:52:56.154Z | Compiling nanorand v0.7.0 |
2667 | 2024-08-28T22:52:56.335Z | Compiling russh-cryptovec v0.7.2 |
2668 | 2024-08-28T22:52:56.641Z | Compiling http-range v0.1.5 |
2669 | 2024-08-28T22:52:56.678Z | Compiling md5 v0.7.0 |
2670 | 2024-08-28T22:52:56.708Z | Compiling glob v0.3.1 |
2671 | 2024-08-28T22:52:56.754Z | Compiling flume v0.11.0 |
2672 | 2024-08-28T22:52:57.018Z | Compiling russh-keys v0.44.0 |
2673 | 2024-08-28T22:52:57.195Z | Compiling hyper-staticfile v0.9.5 |
2674 | 2024-08-28T22:52:57.471Z | Compiling rcgen v0.12.1 |
2675 | 2024-08-28T22:52:57.755Z | Compiling trust-dns-proto v0.22.0 |
2676 | 2024-08-28T22:52:58.200Z | Compiling headers v0.3.9 |
2677 | 2024-08-28T22:52:58.999Z | Compiling atomicwrites v0.4.3 |
2678 | 2024-08-28T22:52:59.378Z | Compiling num-bigint v0.4.5 |
2679 | 2024-08-28T22:53:00.002Z | Compiling itertools v0.13.0 |
2680 | 2024-08-28T22:53:00.211Z | Compiling subprocess v0.2.9 |
2681 | 2024-08-28T22:53:00.322Z | Compiling display-error-chain v0.2.0 |
2682 | 2024-08-28T22:53:00.513Z | Compiling hex-literal v0.4.1 |
2683 | 2024-08-28T22:53:00.689Z | Compiling dhcproto-macros v0.1.0 |
2684 | 2024-08-28T22:53:01.345Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2685 | 2024-08-28T22:53:01.688Z | Compiling internet-checksum v0.2.1 |
2686 | 2024-08-28T22:53:01.995Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2687 | 2024-08-28T22:53:02.102Z | Compiling dhcproto v0.12.0 |
2688 | 2024-08-28T22:53:02.124Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2689 | 2024-08-28T22:53:02.127Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2690 | 2024-08-28T22:53:02.179Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2691 | 2024-08-28T22:53:03.263Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2692 | 2024-08-28T22:53:04.178Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2693 | 2024-08-28T22:53:05.725Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2694 | 2024-08-28T22:53:05.987Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2695 | 2024-08-28T22:53:07.379Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2696 | 2024-08-28T22:53:08.846Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2697 | 2024-08-28T22:53:10.138Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2698 | 2024-08-28T22:53:10.332Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2699 | 2024-08-28T22:53:10.537Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2700 | 2024-08-28T22:53:12.033Z | Compiling russh v0.44.1 |
2701 | 2024-08-28T22:53:12.905Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2702 | 2024-08-28T22:53:19.749Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2703 | 2024-08-28T22:53:19.749Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2704 | 2024-08-28T22:53:19.752Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2705 | 2024-08-28T22:53:19.752Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2706 | 2024-08-28T22:53:22.894Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2707 | 2024-08-28T22:53:22.943Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-08-28T22:53:23.111Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2709 | 2024-08-28T22:53:23.827Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2024-08-28T22:53:23.925Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2711 | 2024-08-28T22:53:24.791Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2712 | 2024-08-28T22:53:25.962Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2713 | 2024-08-28T22:53:27.277Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2714 | 2024-08-28T22:53:27.814Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2715 | 2024-08-28T22:53:28.605Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2716 | 2024-08-28T22:53:29.151Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2717 | 2024-08-28T22:53:31.153Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2718 | 2024-08-28T22:53:31.203Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2719 | 2024-08-28T22:53:33.978Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2720 | 2024-08-28T22:53:34.451Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2721 | 2024-08-28T22:53:34.973Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2722 | 2024-08-28T22:53:38.109Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2723 | 2024-08-28T22:53:42.537Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2724 | 2024-08-28T22:53:49.799Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2725 | 2024-08-28T22:53:49.799Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2726 | 2024-08-28T22:53:51.808Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2727 | 2024-08-28T22:54:09.425Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2728 | 2024-08-28T22:54:39.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2729 | 2024-08-28T22:54:39.756Z | |
2730 | 2024-08-28T22:54:39.757Z | real 2:32.831249505 |
2731 | 2024-08-28T22:54:39.757Z | user 12:49.113534367 |
2732 | 2024-08-28T22:54:39.757Z | sys 2:41.533510630 |
2733 | 2024-08-28T22:54:39.757Z | trap 0.346546306 |
2734 | 2024-08-28T22:54:39.757Z | tflt 1.558088975 |
2735 | 2024-08-28T22:54:39.759Z | dflt 1.538983960 |
2736 | 2024-08-28T22:54:39.759Z | kflt 0.000021781 |
2737 | 2024-08-28T22:54:39.759Z | lock 26:38.811905031 |
2738 | 2024-08-28T22:54:39.759Z | slp 47:25.347550655 |
2739 | 2024-08-28T22:54:39.760Z | lat 39.667760037 |
2740 | 2024-08-28T22:54:39.760Z | stop 1:34.733905798 |
2741 | 2024-08-28T22:54:39.760Z | + mkdir tests |
2742 | 2024-08-28T22:54:39.762Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2743 | 2024-08-28T22:54:39.762Z | + xargs -I '{}' -t cp '{}' tests/ |
2744 | 2024-08-28T22:54:39.802Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-809caa10e88d911e tests/ |
2745 | 2024-08-28T22:54:39.829Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-128fbc062bda9360 tests/ |
2746 | 2024-08-28T22:54:39.855Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-22cca78ac3d4ab69 tests/ |
2747 | 2024-08-28T22:54:39.881Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-419d9e91af930070 tests/ |
2748 | 2024-08-28T22:54:40.095Z | + 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/*) |
2749 | 2024-08-28T22:54:40.098Z | + 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-128fbc062bda9360 tests/commtest-22cca78ac3d4ab69 tests/dhcp_server-809caa10e88d911e tests/end_to_end_tests-419d9e91af930070 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 |
2750 | 2024-08-28T22:55:43.653Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2751 | 2024-08-28T22:55:43.653Z | a out/target/test 1K |
2752 | 2024-08-28T22:55:43.653Z | a out/npuzone/npuzone 23144K |
2753 | 2024-08-28T22:55:43.653Z | a package-manifest.toml 32K |
2754 | 2024-08-28T22:55:43.653Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2755 | 2024-08-28T22:55:43.653Z | a target/release/omicron-package 32296K |
2756 | 2024-08-28T22:55:43.653Z | a target/release/xtask 11952K |
2757 | 2024-08-28T22:55:43.653Z | a target/debug/bootstrap 192963K |
2758 | 2024-08-28T22:55:43.653Z | a tests/bootstrap-128fbc062bda9360 23740K |
2759 | 2024-08-28T22:55:43.653Z | a tests/commtest-22cca78ac3d4ab69 24002K |
2760 | 2024-08-28T22:55:43.653Z | a tests/dhcp_server-809caa10e88d911e 23740K |
2761 | 2024-08-28T22:55:43.653Z | a tests/end_to_end_tests-419d9e91af930070 205304K |
2762 | 2024-08-28T22:55:43.653Z | a out/clickhouse.tar.gz 232373K |
2763 | 2024-08-28T22:55:43.653Z | a out/clickhouse_keeper.tar.gz 232354K |
2764 | 2024-08-28T22:55:43.653Z | a out/clickhouse_server.tar.gz 232353K |
2765 | 2024-08-28T22:55:43.653Z | a out/cockroachdb.tar.gz 131901K |
2766 | 2024-08-28T22:55:43.653Z | a out/crucible-dtrace.tar 84K |
2767 | 2024-08-28T22:55:43.653Z | a out/crucible-pantry-zone.tar.gz 27826K |
2768 | 2024-08-28T22:55:43.653Z | a out/crucible-zone.tar.gz 38146K |
2769 | 2024-08-28T22:55:43.653Z | a out/external-dns.tar.gz 24882K |
2770 | 2024-08-28T22:55:43.653Z | a out/internal-dns.tar.gz 24882K |
2771 | 2024-08-28T22:55:43.653Z | a out/mg-ddm-gz.tar 62160K |
2772 | 2024-08-28T22:55:43.653Z | a out/nexus.tar.gz 89971K |
2773 | 2024-08-28T22:55:43.653Z | a out/ntp.tar.gz 8975K |
2774 | 2024-08-28T22:55:43.653Z | a out/omicron-gateway-softnpu.tar.gz 20602K |
2775 | 2024-08-28T22:55:43.653Z | a out/omicron-sled-agent.tar 97601K |
2776 | 2024-08-28T22:55:43.653Z | a out/overlay.tar.gz 3K |
2777 | 2024-08-28T22:55:43.653Z | a out/oximeter.tar.gz 42174K |
2778 | 2024-08-28T22:55:43.653Z | a out/oxlog.tar 2947K |
2779 | 2024-08-28T22:55:43.654Z | a out/probe.tar.gz 2764K |
2780 | 2024-08-28T22:55:43.654Z | a out/propolis-server.tar.gz 65291K |
2781 | 2024-08-28T22:55:43.654Z | a out/pumpkind-gz.tar 26665K |
2782 | 2024-08-28T22:55:43.654Z | a out/switch-softnpu.tar.gz 214488K |
2783 | 2024-08-28T22:55:43.656Z | |
2784 | 2024-08-28T22:55:43.656Z | real 1:03.530473590 |
2785 | 2024-08-28T22:55:43.656Z | user 1:00.608284243 |
2786 | 2024-08-28T22:55:43.656Z | sys 4.099119023 |
2787 | 2024-08-28T22:55:43.656Z | trap 0.014769914 |
2788 | 2024-08-28T22:55:43.656Z | tflt 0.000000000 |
2789 | 2024-08-28T22:55:43.656Z | dflt 0.000000000 |
2790 | 2024-08-28T22:55:43.656Z | kflt 0.000000000 |
2791 | 2024-08-28T22:55:43.656Z | lock 0.000000000 |
2792 | 2024-08-28T22:55:43.657Z | slp 1:00.485375056 |
2793 | 2024-08-28T22:55:43.657Z | lat 1.848015615 |
2794 | 2024-08-28T22:55:43.657Z | stop 0.000257940 |
2795 | 2024-08-28T22:55:43.659Z | process exited: duration 1745100 ms, exit code 0 |
|
2796 | 2024-08-28T22:55:43.673Z | found 1 output files |
2797 | 2024-08-28T22:55:43.673Z | uploading: /work/package.tar.gz (1621959134 bytes) |
2798 | 2024-08-28T22:56:06.757Z | uploaded: /work/package.tar.gz |